@charset "UTF-8";
@font-face {
  font-family: "Proxima Nova";
  src: url("../fonts/ProximaNova-Regular.eot");
  src: local("Proxima Nova Regular"), local("ProximaNova-Regular"),
    url("../fonts/ProximaNova-Regular.eot?#iefix") format("embedded-opentype"),
    url("../fonts/ProximaNova-Regular.woff") format("woff"),
    url("../fonts/ProximaNova-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Proxima Nova";
  src: url("../fonts/ProximaNova-Semibold.eot");
  src: local("Proxima Nova Semibold"), local("ProximaNova-Semibold"),
    url("../fonts/ProximaNova-Semibold.eot?#iefix") format("embedded-opentype"),
    url("../fonts/ProximaNova-Semibold.woff") format("woff"),
    url("../fonts/ProximaNova-Semibold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: "Proxima Nova";
  src: url("../fonts/ProximaNova-Bold.eot");
  src: local("Proxima Nova Bold"), local("ProximaNova-Bold"),
    url("../fonts/ProximaNova-Bold.eot?#iefix") format("embedded-opentype"),
    url("../fonts/ProximaNova-Bold.woff") format("woff"),
    url("../fonts/ProximaNova-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}

body {
  background-color: #f5f9fb;
  color: #000;
  font-family: "Proxima Nova", Arial, Helvetica, sans-serif;
}

.main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 100vh;
  padding-left: 130px;
}

.overflow {
  overflow: hidden;
}

@media screen and (max-width: 1260px) {
  .main {
    padding-left: 100px;
  }
}

@media screen and (max-width: 991px) {
  .main {
    padding-left: 70px;
  }
}
select::-ms-expand {
  display: none;
}
.container {
  margin-left: 3.13vw;
  margin-right: 3.13vw;
}

.container-forms {
  margin-left: 3.13vw;
  margin-right: 9.8vw;
}

.container-f {
  width: 1200px;
  padding-left: 15px;
  padding-right: 15px;
  margin: 0 auto;
}

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.grid {
  /* display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto; */
 /* grid-column-gap: 25px;
  grid-row-gap: 15px; */
  display: flex;
  flex-wrap: wrap;
}
.grid-item,
.grid__item{
  margin-right: 2%;
  margin-bottom: 15px;
  width: 32%;
}
.grid-item:nth-child(3n),
.grid__item:nth-child(3n){
  margin-right: 0;
}
/* .grid-item:nth-child(1),
.grid__item:nth-child(1) {
	-ms-grid-column: 1;
  -ms-grid-row: 1;
  margin-right: 25px;
  margin-bottom: 15px;
}
.grid-item:nth-child(2),
.grid__item:nth-child(2) {
	-ms-grid-column: 2;
  -ms-grid-row: 1;
  margin-right: 25px
}
.grid-item:nth-child(3),
.grid__item:nth-child(3) {
	-ms-grid-column: 3;
	-ms-grid-row: 1;
}
.grid-item:nth-child(4),
.grid__item:nth-child(4) {
	-ms-grid-column: 1;
  -ms-grid-row: 2;
  margin-right: 25px;
  margin-bottom: 15px;
}
.grid-item:nth-child(5),
.grid__item:nth-child(5) {
	-ms-grid-column: 2;
  -ms-grid-row: 2;
  margin-right: 25px
}
.grid-item:nth-child(6),
.grid__item:nth-child(6) {
	-ms-grid-column: 3;
	-ms-grid-row: 2;
}
.grid-item:nth-child(7),
.grid__item:nth-child(7) {
	-ms-grid-column: 1;
  -ms-grid-row: 3;
  margin-right: 25px
}
.grid-item:nth-child(8),
.grid__item:nth-child(8) {
	-ms-grid-column: 2;
  -ms-grid-row: 3;
  margin-right: 25px
}
.grid-item:nth-child(9),
.grid__item:nth-child(9) {
	-ms-grid-column: 3;
	-ms-grid-row: 3;
} */
.grid--two {
  justify-content: space-between;
  display: flex;
}
.grid--two .grid-item{
  width: 49%;
  margin-right: 0;
}
.grid--two .grid-item:nth-child(3n){
  margin-right: 0;
}

.grid--mb {
  margin-bottom: 35px;
}

.grid-item--full-width {
  width: 100%;
  margin-right: 0;
}


@media screen and (max-width: 1260px) {
  .container-f {
    width: 940px;
  }
}

@media screen and (max-width: 991px) {




  .container-forms {
    margin-left: 3.13vw;
    margin-right: 3.13vw;
  }
  .container-f {
    padding: 0;
    width: 720px;
  }
  .grid{
    justify-content: space-between;

  }
  .grid-item,
  .grid__item {
    width: 49%;
    margin-right: 0;
  }
  /* .grid {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
    -webkit-column-gap: 25px;
    column-gap: 25px;
    row-gap: 15px;
  } */
  /* .grid-item:nth-child(1),
  .grid__item:nth-child(1) {
    -ms-grid-column: 1;
    -ms-grid-row: 1;
    margin-right: 25px;
    margin-bottom: 15px;
  }
  .grid-item:nth-child(2),
  .grid__item:nth-child(2) {
    -ms-grid-column: 2;
    -ms-grid-row: 1;
    margin-right: 0;
  }
  .grid-item:nth-child(3),
  .grid__item:nth-child(3) {
    -ms-grid-column: 1;
    -ms-grid-row: 2;
    margin-bottom: 15px;
    margin-right: 25px;
  }
  .grid-item:nth-child(4),
  .grid__item:nth-child(4) {
    -ms-grid-column: 2;
    -ms-grid-row: 2;
    margin-right: 0;
  }
  .grid-item:nth-child(5),
  .grid__item:nth-child(5) {
    -ms-grid-column: 1;
    -ms-grid-row: 3;
    margin-bottom: 15px;
    margin-right: 25px;
  }
  .grid-item:nth-child(6),
  .grid__item:nth-child(6) {
    -ms-grid-column: 2;
    -ms-grid-row: 3;
    margin-right: 0;
  }
  .grid-item:nth-child(7),
  .grid__item:nth-child(7) {
    -ms-grid-column: 1;
    -ms-grid-row: 4;
    margin-bottom: 15px;
    margin-right: 25px;
  }
  .grid-item:nth-child(8),
  .grid__item:nth-child(8) {
    -ms-grid-column: 2;
    -ms-grid-row: 4;
    margin-right: 0;
  }
  .grid-item:nth-child(9),
  .grid__item:nth-child(9) {
    -ms-grid-column: 1;
    -ms-grid-row: 5;
  } */
  .grid--two {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
  .grid-item--full-width {
    -ms-grid-column: 1;
    grid-column-start: 1;
    grid-column-end: 3;
  }
}

@media screen and (max-width: 800px) {
  .container-f {
    max-width: 500px;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .grid-item,
  .grid__item {
    width: 100%;
    margin-right: 0;
  }
  /* .grid {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
    -webkit-column-gap: 25px;
    column-gap: 25px;
    row-gap: 15px;
  }
  .grid__item:nth-child(1) {
    -ms-grid-column: 1;
    -ms-grid-row: 1;
    margin-right: 0;
    margin-bottom: 15px;
  }
  .grid__item:nth-child(2) {
    -ms-grid-column: 1;
    -ms-grid-row: 2;
    margin-right: 0;
    margin-bottom: 15px;
  }
  .grid__item:nth-child(3) {
    -ms-grid-column: 1;
    -ms-grid-row: 3;
    margin-right: 0;
    margin-bottom: 15px;
  }

  .grid__item:nth-child(4) {
    -ms-grid-column: 1;
    -ms-grid-row: 4;
    margin-right: 0;
    margin-bottom: 15px;
  }
  .grid__item:nth-child(5) {
    -ms-grid-column: 1;
    -ms-grid-row: 5;
    margin-right: 0;
    margin-bottom: 15px;
  }

  .grid__item:nth-child(6) {
    -ms-grid-column: 1;
    -ms-grid-row: 6;
    margin-right: 0;
    margin-bottom: 15px;
  }
  .grid__item:nth-child(7) {
    -ms-grid-column: 1;
    -ms-grid-row: 7;
    margin-right: 0;
    margin-bottom: 15px;
  }
  .grid__item:nth-child(8) {
    -ms-grid-column: 1;
    -ms-grid-row: 8;
    margin-right: 0;
    margin-bottom: 15px;
  }
  .grid__item:nth-child(9) {
    -ms-grid-column: 1;
    -ms-grid-row: 9;
    margin-right: 0;
    margin-bottom: 15px;
  } */
  .grid-item--full-width {
    -ms-grid-column: 1;
    grid-column-start: 1;
    grid-column-end: 2;
  }
}

.button {
  border: none;
  font-weight: 600;
  font-size: 16px;
  line-height: 16px;
  color: #ffffff;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-left: 13px;
  padding-right: 13px;
  height: 50px;
  border-radius: 3px;
  cursor: pointer;
  white-space: nowrap;
  text-decoration: none;
}

.button--orange {
  background-color: #e65a39;
}

.button--orange:hover,
.button--orange:focus {
  background-color: #e4421e;
}

.button--lightorange {
  background-color: #f18b69;
}

.button--lightorange:hover,
.button--lightorange:focus {
  background-color: #e65a39;
}

.button--radius {
  border-radius: 40px;
}

.button--blue {
  background-color: #149acc;
}

.button--blue:hover,
.button--blue:focus {
  background-color: #0781ad;
}

.button--gray {
  background-color: #cbcbcb;
}

.button--gray:hover,
.button--gray:focus {
  background-color: #b4b4b4;
}

.dropdown__bg {
  position: fixed;
  display: none;
  z-index: 0;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: transparent;
}

.link {
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
  color: #149acc;
  cursor: pointer;
}

.link:hover,
.link:focus {
  text-decoration: none;
}

.input,
.select {
  height: 50px;
  background-color: #fff;
  font-size: 15px;
  line-height: 18px;
  border-radius: 3px;
  border: 1px solid #deeaf2;
  width: 100%;
  padding-left: 24px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.select {
  padding-right: 30px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url("../img/select-arrow.svg");
  background-repeat: no-repeat;
  background-size: 20px auto;
  background-position: right 10px center;
}

.input--date {
  padding-right: 40px;
  background-image: url("../img/input-date.svg");
  background-repeat: no-repeat;
  background-size: 20px auto;
  background-position: center right 10px;
}

.input--date-blue {
  padding-right: 40px;
  background-image: url("../img/date-blue.svg");
  background-repeat: no-repeat;
  background-size: 20px auto;
  background-position: center right 10px;
}

.add {
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #000;
  text-decoration: none;
}

.add::before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background-image: url("../img/add.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  margin-right: 25px;
}

.add:hover,
.add:focus {
  color: #149acc;
}

.load-more {
  font-weight: normal;
  font-size: 15px;
  line-height: 18px;
  color: #149acc;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  border: none;
  cursor: pointer;
  margin-left: auto;
  margin-right: auto;
  margin-top: 42px;
  margin-bottom: 47px;
}

.load-more::before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  background-image: url("../img/more.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  margin-right: 20px;
}

.load-more:hover,
.load-more:focus {
  color: #0781ad;
}

.download {
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #000;
  text-decoration: none;
}

.download::before {
  content: "";
  display: block;
  width: 23px;
  height: 23px;
  background-image: url("../img/download.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  margin-right: 25px;
}

.download:hover,
.download:focus {
  color: #149acc;
}

.search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.search__input {
  border: 1px solid #dcebde;
  padding-right: 55px;
}

.search__button {
  position: absolute;
  right: 0;
  height: 100%;
  width: 50px;
  border: 0;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  cursor: pointer;
  background-color: transparent;
  background-image: url("../img/search.svg");
  background-repeat: no-repeat;
  background-size: 20px auto;
  background-position: center;
}

.checkbox-wrapper {
  margin-bottom: 17px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.checkbox-wrapper__text {
  margin: 0;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  color: #000000;
  margin-right: 20px;
}

.checkbox-wrapper__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.textarea {
  width: 100%;
  resize: none;
  height: 130px;
  padding: 15px 24px;
  background-color: #fff;
  font-size: 15px;
  line-height: 18px;
  border-radius: 3px;
  border: 1px solid #deeaf2;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.checkbox {
  margin-right: 17px;
}

.checkbox input {
  display: none;
}

.checkbox label {
  font-size: 15px;
  line-height: 18px;
  color: #868686;
  position: relative;
  display: inline-block;
  padding-left: 30px;
  cursor: pointer;
}

.checkbox label::before {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  border: 2px solid #eeeeee;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border-radius: 2px;
}

.checkbox input:checked ~ label::before {
  background-color: #149acc;
  border-color: #149acc;
}

.checkbox input:checked ~ label::after {
  content: "";
  display: block;
  height: 14px;
  width: 6px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  position: absolute;
  left: 7px;
  top: 40%;
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
}

.checkbox-wrapper__fix-width {
  min-height: 40px;
  margin-bottom: 16px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.checkbox-wrapper__fix-width .checkbox-wrapper__text {
  width: 407px;
  margin-right: 53px;
}

.dots-nav {
  position: relative;
  padding-top: 20px;
  padding-bottom: 20px;
}

.dots-nav__icon {
  display: block;
  width: 24px;
  height: 24px;
  background-image: url("../img/dots.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  margin-left: auto;
  cursor: pointer;
}

.dots-nav__icon:hover,
.dots-nav__icon:focus {
  opacity: 0.7;
}

.dots-nav__menu {
  display: none;
  position: absolute;
  z-index: 1;
  top: 100%;
  right: -30px;
  padding: 17px;
  background-color: #fff;
  -webkit-box-shadow: 0px 4px 24px rgba(44, 62, 70, 0.1);
  box-shadow: 0px 4px 24px rgba(44, 62, 70, 0.1);
  border-radius: 3px;
}

.dots-nav__menu::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: 10px solid transparent;
  border-bottom: 15px solid #fff;
  position: absolute;
  bottom: 99%;
  right: 31px;
}

.dots-nav:hover .dots-nav__menu,
.dots-nav:focus .dots-nav__menu {
  display: block;
}

.dots-nav__list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.dots-nav__list a {
  white-space: nowrap;
  font-weight: 600;
  font-size: 15px;
  line-height: 29px;
  color: #000;
  text-decoration: none;
}

.dots-nav__list a:hover,
.dots-nav__list a:focus {
  color: #149acc;
}

.file-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 290px;
}

.file-block__icon {
  width: 45px;
  min-width: 45px;
  height: 45px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  margin-right: 20px;
}

.file-block__name {
  margin: 0;
  font-weight: normal;
  font-size: 15px;
  line-height: 18px;
  color: #000000;
  margin-bottom: 10px;
  display: block;
}

.file-block__weight {
  display: inline-block;
  color: #b8b8b8;
  font-size: 15px;
  line-height: 18px;
}

@media screen and (max-width: 1260px) {
  .dots-nav__menu {
    right: -15px;
  }
  .dots-nav__menu::after {
    right: 16px;
  }
}

@media screen and (max-width: 991px) {
  .textarea {
    padding: 10px 15px;
  }
  .input,
  .select {
    height: 40px;
    padding-left: 15px;
  }
  .select {
    background-size: 15px auto;
    padding-right: 25px;
  }
  .checkbox label {
    font-size: 14px;
  }
  .checkbox-wrapper__text {
    font-size: 14px;
    line-height: 18px;
  }
  .button {
    height: 40px;
    font-size: 14px;
    line-height: 14px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .search__input {
    padding-right: 45px;
  }
  .search__button {
    width: 40px;
    background-size: 15px auto;
  }
  .dots-nav__menu {
    right: -8px;
    padding: 10px;
  }
  .dots-nav__menu::after {
    right: 9px;
  }
  .dots-nav__list a {
    font-size: 14px;
    line-height: 25px;
  }
}

@media screen and (max-width: 800px) {
  .input,
  .select {
    font-size: 14px;
  }
  .checkbox-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .checkbox-wrapper__text {
    margin-bottom: 10px;
    margin-right: 0;
  }
  .checkbox-wrapper__fix-width {
    min-height: auto;
    margin-bottom: 16px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .checkbox-wrapper__fix-width .checkbox-wrapper__text {
    width: 100%;
    margin-right: 0;
  }
  .add {
    font-size: 14px;
    line-height: 17px;
  }
  .add::before {
    width: 15px;
    height: 15px;
    margin-right: 10px;
  }
  .download {
    font-size: 14px;
    line-height: 17px;
  }
  .download::before {
    width: 15px;
    height: 15px;
    margin-right: 10px;
  }
  .load-more {
    font-size: 14px;
    line-height: 17px;
  }
  .dots-nav {
    padding-top: 0;
  }
  .file-block {
    width: 100%;
  }
  .file-block__name {
    font-size: 14px;
    line-height: 18px;
  }
  .file-block__weight {
    font-size: 14px;
    line-height: 18px;
  }
  .file-block__icon {
    width: 30px;
    min-width: 30px;
    height: 30px;
  }
}

.header {
  position: fixed;
  z-index: 10;
  left: 0;
  top: 0;
  width: 130px;
  background-color: #2c3e46;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.header__logo {
  position: absolute;
  top: 30px;
  width: 82px;
  height: auto;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.header__logo img {
  display: block;
  width: 100%;
  height: auto;
}

.header__nav {
  margin-top: auto;
  margin-bottom: auto;
}

.header__nav ul {
  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: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
}

.header__nav li {
  margin-bottom: 2vh;
}

.header__nav a {
  width: 5.3vh;
  height: 5.3vh;
  border-radius: 3px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
}

.header__nav a:hover .header__nav-help,
.header__nav a:focus .header__nav-help {
  display: block;
}

.header__nav-active a {
  background-color: #149acc;
}

.header__nav-icon {
  width: 3.3vh;
  height: auto;
}

.round {
width: 10px;
height: 10px;
background: red;
border-radius: 50%;
}

.header__nav-help {
  display: none;
  position: absolute;
  background: #149acc;
  border-radius: 3px;
  color: #fff;
  text-decoration: none;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  padding: 8px 15px;
  left: calc(100% + 15px);
}

.header__nav-help::before {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  left: -10px;
  top: 52%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 16px;
  height: 26px;
  background-image: url("../img/Polygon.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

@media screen and (max-width: 1260px) {
  .header {
    width: 100px;
  }
  .header__nav li {
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 991px) {
  .header {
    width: 70px;
  }
  .header__logo {
    width: 60px;
  }
  .header__nav-icon {
    width: 20px;
    height: auto;
  }
  .header__nav a {
    width: 35px;
    height: 35px;
  }
  .header__nav li {
    margin-bottom: 10px;
  }
}

.page__header {
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  min-height: 85px;
}

.page__back {
  padding-left: 3.13vw;
  padding-right: 34px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-right: 1px solid #edf1ee;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  text-decoration: none;
  color: #000000;
}

.page__back::before {
  content: "";
  background-image: url("../img/back.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  display: block;
  width: 11px;
  height: 21px;
  margin-right: 26px;
}

.page__back:hover,
.page__back:focus {
  color: #149acc;
}

.page__profile {
  padding-right: 3.13vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 30px;
  border-left: 1px solid #edf1ee;
}

.page__profile-name {
  margin: 0;
  font-weight: normal;
  font-size: 18px;
  line-height: 22px;
}

.page__profile-photo {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-right: 21px;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../img/profile.svg");
  background-position: center;
  margin-right: 21px;
}

.page__dropdown {
  position: relative;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 10px;
}

.page__dropdown:hover .page__dropdown-box,
.page__dropdown:focus .page__dropdown-box {
  display: block;
}

.page__dropdown-box {
  position: absolute;
  z-index: 1;
  padding: 20px;
  background-color: #fff;
  border-radius: 3px;
  -webkit-box-shadow: 0px 4px 24px rgba(44, 62, 70, 0.1);
  box-shadow: 0px 4px 24px rgba(44, 62, 70, 0.1);
  right: -10px;
  top: 95%;
  display: none;
}

.page__dropdown-box ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.page__dropdown-box a {
  text-decoration: none;
  font-size: 16px;
  line-height: 20px;
  color: #000;
  white-space: nowrap;
}

.page__dropdown-box a:hover,
.page__dropdown-box a:focus {
  color: #149acc;
}

.page__dropdown-box li {
  margin-bottom: 5px;
}

.page__dropdown-box li:last-child {
  margin-bottom: 0;
}

.page__dropdown-icon {
  display: block;
  width: 11px;
  height: 21px;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  background-image: url("../img/back.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  margin-left: 40px;
  cursor: pointer;
}

.page__notice {
  width: 85px;
  margin-left: auto;
  border-left: 1px solid #edf1ee;
  background-image: url("../img/notice.svg");
  background-repeat: no-repeat;
  background-size: 25px auto;
  background-position: center;
}

.page__notice:hover,
.page__notice:focus {
  background-color: #edf1ee;
}

.page__content {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-top: 35px;
}

.page__title {
  margin: 0;
  font-weight: 600;
  font-size: 30px;
  line-height: 37px;
}

.page__head {
  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;
  margin-bottom: 35px;
}

.page__buttons--row {
  margin-top: auto;
  margin-bottom: 56px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.page__buttons--row .button {
  margin-right: 14px;
  margin-bottom: 15px;
}

.page__with-sidebar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

@media screen and (max-width: 1260px) {
  .page__title {
    font-size: 26px;
  }
}

@media screen and (max-width: 991px) {
  .page__header {
    min-height: 60px;
  }
  .page__notice {
    width: 60px;
  }
  .page__back {
    padding-right: 2vw;
    font-size: 14px;
  }
  .page__back::before {
    margin-right: 15px;
  }
  .page__profile {
    padding-left: 2.5vw;
  }
  .page__profile-name {
    font-size: 16px;
  }
}

@media screen and (max-width: 800px) {
  .page__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .page__back {
    height: 40px;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    border-right: 0;
    font-size: 12px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .page__notice {
    width: 40px;
    height: 40px;
    background-size: 20px auto;
  }
  .page__profile {
    width: 100%;
    height: 40px;
    border: 0;
    border-top: 1px solid #edf1ee;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .page__profile-name {
    font-size: 14px;
  }
  .page__profile-photo {
    width: 25px;
    height: 25px;
  }
  .page__content {
    padding-top: 20px;
  }
  .page__head {
    margin-bottom: 20px;
  }
  .page__title {
    font-size: 20px;
    line-height: 30px;
  }
  .page__buttons--row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding-bottom: 35px;
  }
  .page__head {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .page__with-sidebar {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.objects__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 35px;
  position: relative;
}

.objects__search {
  width: 25vw;
  margin-right: 25px;
}

.objects__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: auto;
}

.objects__add {
  margin-right: 25px;
}

.objects__filter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.objects__filter-icon {
  width: 20px;
  height: 20px;
  background-image: url("../img/filter-icon.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  margin-right: 25px;
  cursor: pointer;
}

.objects__filter-icon:hover,
.objects__filter-icon:focus {
  opacity: 0.7;
}

.objects__settings-icon {
  width: 23px;
  height: 23px;
  background-image: url("../img/setting-icon.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  margin-right: 25px;
  cursor: pointer;
}

.objects__settings-icon:hover,
.objects__settings-icon:focus {
  opacity: 0.7;
}

.objects__link {
  width: 40px;
  height: 40px;
  display: block;
  border-radius: 50%;
  border: 1px solid #149acc;
  background-image: url("../img/objects-link.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 9px auto;
}

.objects__link:hover,
.objects__link:focus {
  background-color: #149acc;
  background-image: url("../img/objects-link-white.svg");
}

.objects__price {
  margin: 0;
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
}

.objects__address {
  margin: 0;
  font-size: 15px;
  line-height: 18px;
}

.objects__descript {
  margin: 0;
  font-size: 15px;
  line-height: 18px;
  color: #636363;
}

.objects__type {
  margin: 0;
  font-weight: 600;
  font-size: 15px;
  line-height: 18px;
}

.objects__image {
  height: 84px;
  min-width: 120px;
  width: 100%;
  background-color: #cbcbcb;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
    position: relative;
}

.objects__publish {
  font-weight: normal;
  font-size: 15px;
  line-height: 18px;
}

@media screen and (max-width: 1260px) {
  .objects__publish,
  .objects__address,
  .objects__descript,
  .objects__type {
    font-size: 14px;
  }
  .objects__price {
    font-size: 16px;
  }
  .objects__image {
    min-width: 90px;
    height: 65px;
      position: relative;
  }
}

@media screen and (max-width: 991px) {
  .objects__head {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .objects__filter {
    margin-bottom: 20px;
  }
  .objects__links {
    margin-left: 0;
  }
  .objects__search {
    width: 50vw;
  }
  .objects__publish,
  .objects__address,
  .objects__descript,
  .objects__type {
    font-size: 12px;
    line-height: 16px;
  }
  .objects__price {
    font-size: 14px;
    line-height: 18px;
  }
  .objects__image {
    min-width: 70px;
    height: 50px;
      position: relative;
  }
  .objects__link {
    width: 25px;
    height: 25px;
  }
}

@media screen and (max-width: 800px) {
  .objects__links {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .objects__filter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
  }
  .objects__add {
    margin-right: 0;
    margin-bottom: 10px;
  }
  .objects__search {
    margin-right: 0;
    width: 100%;
    margin-bottom: 15px;
  }
  .objects__image {
    height: 170px;
      position: relative;
  }
}

.table {
  width: 100%;
  border-collapse: collapse;
}

.table__head {
  background-color: #e8eff3;
  font-weight: 600;
  font-size: 15px;
  line-height: 18px;
  color: #2c3e46;
}

.table__head td {
  padding-top: 25px;
  padding-bottom: 25px;
}

.table__col {
  padding-left: 15px;
  padding-right: 15px;
}

.table__col p {
  margin: 0;
}

.table__col--first {
  padding-left: 30px;
}

.table__col--last {
  padding-right: 30px;
}

.table__col--sort {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.table__row td {
  padding-top: 10px;
  padding-bottom: 10px;
}

.table__row .table__col--first {
  padding-top: 25px;
  padding-bottom: 25px;
}

.table__row:nth-child(2n) {
  background-color: #fff;
}

.sort {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-left: 7px;
}

.sort__top {
  border: 5px solid transparent;
  border-bottom: 6px solid #149acc;
  margin-bottom: 4px;
  cursor: pointer;
}

.sort__top:hover,
.sort__top:focus {
  border-bottom: 6px solid #0781ad;
}

.sort__bottom {
  border: 5px solid transparent;
  border-top: 6px solid #149acc;
  cursor: pointer;
}

.sort__bottom:hover,
.sort__bottom:focus {
  border-top: 6px solid #0781ad;
}

@media screen and (max-width: 1260px) {
  .table__head {
    font-size: 14px;
  }
  .table__col {
    padding-left: 10px;
    padding-right: 10px;
  }
  .table__col--first {
    padding-left: 15px;
  }
  .table__col--last {
    padding-right: 15px;
  }
}

@media screen and (max-width: 991px) {
  .table__col {
    padding-left: 4px;
    padding-right: 4px;
  }
  .table__col--first {
    padding-left: 8px;
  }
  .table__col--last {
    padding-right: 8px;
  }
}



@media screen and (max-width: 800px) {

  .table__row-head {
    display: none;
  }
  .table__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 10px;
    padding-right: 10px;
    width: 100%;
    box-sizing: border-box;
  }
  .table__row td {
    padding-top: 0px;
    padding-bottom: 0px;
    margin-bottom: 5px;
  }
  .table__row .table__col--first {
    padding-top: 0;
    padding-bottom: 0;
  }
  .table__col {
    padding-left: 0;
    padding-right: 0;
  }
}

.login {
  background-color: #fff;
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#f2faff),
    to(rgba(225, 241, 251, 0))
  );
  background-image: linear-gradient(
    180deg,
    #f2faff 0%,
    rgba(225, 241, 251, 0) 100%
  );
  height: 93vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
}

.login__box {
  background-color: #fff;
  width: 435px;
  text-align: center;
  padding-left: 58px;
  padding-right: 58px;
  padding-top: 45px;
  margin-top:-100px;
  border-top: 5px solid #149acc;
  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-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.login form {
  width: 100%;
  margin-bottom: 35px;
}

.login__form-item {
  margin-bottom: 15px;
}

.login__submit {
  margin-top: 20px;
}

.login__logo {
  display: block;
  width: 134px;
  height: auto;
  margin-bottom: 22px;
}

.login__title {
  margin: 0;
  font-weight: normal;
  font-size: 36px;
  line-height: 44px;
  margin-bottom: 35px;
}

.login__register-link {
  color: #6c6c6c;
  margin-bottom: 15px;
  font-weight: 600;
  font-size: 15px;
  line-height: 18px;
}

.login__register-link:hover,
.login__register-link:focus {
  text-decoration: none;
}

.login__password-reset {
  color: #e65a39;
  font-weight: 600;
  font-size: 15px;
  line-height: 18px;
}

.login__password-reset:hover,
.login__password-reset:focus {
  text-decoration: none;
}

@media screen and (max-width: 800px) {
  .login__logo {
    width: 100px;
    height: auto;
  }
  .login__box {
    width: 90%;
    padding: 15px;
  }
  .login__title {
    font-size: 26px;
    margin-bottom: 20px;
  }
  .login__submit {
    margin-top: 10px;
  }
}

.tab {
  cursor: pointer;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 45px;
  padding-right: 20px;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  position: relative;
  z-index: 2;
  -webkit-box-shadow: inset 0 2px 0 #dbe7ed;
  box-shadow: inset 0 2px 0 #dbe7ed;
  white-space: nowrap;
}

.tab::after {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 100%;
  height: 100%;
  width: 23px;
  background-image: url("../img/tab-right.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right top;
  -webkit-box-shadow: inset 0 -2px 0 #dbe7ed;
  box-shadow: inset 0 -2px 0 #dbe7ed;
}

.tab:last-child::after {
  background-image: url("../img/tab.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right top;
}

.tab:first-child {
  -webkit-box-shadow: inset 0 2px 0 #dbe7ed, inset 0 -2px 0 #f6f9fb;
  box-shadow: inset 0 2px 0 #dbe7ed, inset 0 -2px 0 #f6f9fb;
}

.tab:first-child::before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  height: 100%;
  width: 24px;
  background-image: url("../img/tab-first-left.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left top;
}

.tab:first-child::after {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.tab:first-child.tab-active {
  -webkit-box-shadow: inset 0 2px 0 #dbe7ed, inset 0 -2px 0 #fff;
  box-shadow: inset 0 2px 0 #dbe7ed, inset 0 -2px 0 #fff;
}

.tab.tab-active {
  background-color: #fff;
  z-index: -1;
  -webkit-box-shadow: inset 0 2px 0 #dbe7ed, inset 0 -2px 0 #dbe7ed;
  box-shadow: inset 0 2px 0 #dbe7ed, inset 0 -2px 0 #dbe7ed;
}

.tab.tab-active::after {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 100%;
  height: 100%;
  width: 23px;
  background-image: url("../img/tab-right-active.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right top;
}

.tab-content {
  display: none;
}

.tab-content.tab-active {
  display: block;
}

.tabs-list {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  position: relative;
  z-index: 1;
}

.tabs-box {
  -webkit-box-shadow: 0 -2px 0 #dbe7ed;
  box-shadow: 0 -2px 0 #dbe7ed;
  background-color: #fff;
  padding-top: 60px;
  padding-bottom: 60px;
  margin-bottom: 50px;
}

@media (max-width: 1260px) {
  .tab {
    font-size: 14px;
    padding-left: 35px;
    padding-right: 10px;
  }
}

@media (max-width: 991px) {
  .tab {
    font-size: 12px;
    padding-left: 25px;
    padding-right: 5px;
    padding-top: 9px;
    padding-bottom: 9px;
  }
  .tab:first-child::before {
    width: 20px;
  }
}

@media (max-width: 800px) {
  .tab {
    font-size: 12px;
    padding-left: 25px;
    padding-right: 5px;
    padding-top: 9px;
    padding-bottom: 9px;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    border-top: 2px solid #dbe7ed;
    border-right: 2px solid #dbe7ed;
    border-left: 2px solid #dbe7ed;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin-top: -5px;
    background: #f6f9fb;
    z-index: 1;
    font-size: 14px;
    padding-top: 10px;
    padding-bottom: 15px;
    padding-left: 15px;
  }
  .tab::before,
  .tab::after {
    display: none;
  }
  .tab:first-child::before {
    width: 20px;
  }
  .tab.tab-active {
    border-bottom: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    z-index: 1;
  }
  .tab:first-child {
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .tab:first-child.tab-active {
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .tabs-box {
    padding-top: 35px;
    padding-bottom: 35px;
    margin-bottom: 35px;
  }
  .tabs-list {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.edit-object__map-link {
  display: inline-block;
  font-weight: 600;
  font-size: 15px;
  line-height: 18px;
  margin-top: 15px;
  margin-left: 24px;
}

@media screen and (max-width: 991px) {
  .edit-object__map-link {
    margin-left: 15px;
    font-size: 14px;
  }
}

.files--image {
  padding-left: 24px;
}

.files__list-title {
  margin: 0;
  font-weight: normal;
  font-size: 15px;
  line-height: 18px;
  color: #868686;
}

.files__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 16px;
}

.files__list--image {
  margin-top: 25px;
}

.files__item {
  width: 26.57%;
  min-width: 320px;
  margin-right: 45px;
  margin-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}

.files__item--image {
  width: 120px;
  margin-right: 15px;
  min-width: 120px;
}

.files__icon {
  width: 45px;
  min-width: 45px;
  height: 45px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  margin-right: 21px;
}

.files__icon--pdf {
  background-image: url("../img/pdf.svg");
}

.files__icon--xls {
  background-image: url("../img/xls.svg");
}

.files__name {
  font-weight: normal;
  font-size: 15px;
  line-height: 18px;
  color: #000000;
  margin-right: auto;
}

.files__delete {
  width: 40px;
  height: 40px;
  min-width: 40px;
  background-image: url("../img/delete.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  margin-left: 10px;
  border-radius: 50%;
  border: 1px solid #149acc;
  cursor: pointer;
}

.files__image-box {
  width: 100%;
  height: 84px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.files__delete-image {
  width: 40px;
  height: 40px;
  min-width: 40px;
  background-image: url("../img/delete.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  border-radius: 50%;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
  cursor: pointer;
}

.files__item--image .files__delete-image {
  display: block;
}

.files__item--image:last-child .files__delete-image {
  display: block;
}

.file {
  display: inline-block;
  margin-bottom: 28px;
  cursor: pointer;
  font-weight: 600;
  font-size: 15px;
  line-height: 18px;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
  color: #149acc;
}

.file:hover,
.file:focus {
  text-decoration: none;
}

.file--docs {
  margin-left: 40px;
}

.file--image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.file--image::before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background-image: url("../img/file-icon.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  margin-right: 20px;
}

.file input {
  display: none;
}

@media screen and (max-width: 991px) {
  .files__icon {
    width: 35px;
    height: 35px;
    min-width: 35px;
    margin-right: 10px;
  }
  .files__name {
    font-size: 14px;
  }
  .files__delete {
    width: 30px;
    min-width: 30px;
    height: 30px;
  }
  .files__delete-image {
    width: 30px;
    height: 30px;
    min-width: 30px;
  }
  .files__item {
    min-width: 43%;
    width: 43%;
  }
  .files__item--image {
    width: 120px;
    min-width: 120px;
  }
  .file--docs {
    margin-left: 15px;
  }
}

@media screen and (max-width: 800px) {
  .files--image {
    padding-left: 0;
  }
  .files__image-box {
    height: 62px;
  }
  .files__item {
    width: 100%;
    min-width: 100%;
  }
  .files__item--image {
    min-width: 90px;
    width: 90px;
  }
  .file {
    font-size: 14px;
    line-height: 17px;
  }
}

.add-user__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.add-user__info-item {
  margin-right: 60px;
}

.add-user__info-name {
  margin: 0;
  font-weight: bold;
  font-size: 16px;
  line-height: 19px;
  color: #000000;
  margin-bottom: 8px;
}

.add-user__info-value {
  margin: 0;
  font-size: 15px;
  line-height: 18px;
  color: #868686;
}

.add-user__title-wrap {
  padding-top: 30px;
  padding-bottom: 30px;
  -webkit-box-shadow: 0px 4px 24px rgba(44, 62, 70, 0.1);
  box-shadow: 0px 4px 24px rgba(44, 62, 70, 0.1);
}

.add-user__title {
  margin: 0;
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
}

.add-user__form-group {
  padding-top: 46px;
  padding-bottom: 30px;
}

.add-user__form-group--last {
  padding-bottom: 0;
}

.add-user__tabs-box {
  padding-top: 0;
}

.add-user__tab-cont-padding {
  padding-top: 50px;
}

@media screen and (max-width: 991px) {
  .add-user__title-wrap {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .add-user__title {
    font-size: 16px;
  }
}

@media screen and (max-width: 800px) {
  .add-user__info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .add-user__info-item {
    margin-bottom: 20px;
  }
  .add-user__tab-cont-padding {
    padding-top: 35px;
  }
}

.filter {
  position: absolute;
  z-index: 2;
  width: 100%;
  padding: 35px 27px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #fff;
  border-radius: 3px;
  top: calc(100% + 22px);
  left: 0;
  -webkit-box-shadow: 0px 4px 24px rgba(44, 62, 70, 0.1);
  box-shadow: 0px 4px 24px rgba(44, 62, 70, 0.1);
  display: none;
}

.filter__bg {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: transparent;
  display: none;
}

.filter::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: 15px solid transparent;
  border-bottom: 20px solid #fff;
  position: absolute;
  bottom: 99%;
  left: calc(25vw + 25px + 42px);
}

.filter__label {
  margin: 0;
  font-weight: normal;
  font-size: 15px;
  line-height: 18px;
  color: #868686;
  margin-bottom: 12px;
}

.filter__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.filter__button {
  margin-left: 8px;
  margin-right: 8px;
}

@media screen and (max-width: 1260px) {
  .filter__label {
    margin: 0;
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
    color: #868686;
    margin-bottom: 12px;
  }
}

@media screen and (max-width: 991px) {
  .filter {
    padding: 15px 10px;
    top: 60px;
  }
  .filter::before {
    left: calc(50vw + 25px + 42px);
  }
  .filter__label {
    margin-bottom: 8px;
  }
}

@media screen and (max-width: 800px) {
  .filter {
    top: 100px;
  }
  .filter::before {
    left: calc(42px);
  }
  .filter__buttons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .filter__button {
    margin: 0;
    margin-bottom: 10px;
  }
}

.sidebar {
  width: calc(196.5px + 3.13vw);
  min-width: calc(196.5px + 3.13vw);
  border-right: 1px solid #edf1ee;
  padding-top: 43px;
}

.sidebar__title {
  margin: 0;
  font-weight: 600;
  font-size: 22px;
  line-height: 27px;
  padding-left: 2.46vw;
  margin-bottom: 23px;
}

.sidebar__nav {
  margin: 0;
  padding: 0;
  list-style: none;
}

.sidebar__nav a {
  display: block;
  padding-left: 2.46vw;
  font-size: 16px;
  line-height: 23px;
  text-decoration: none;
  padding-top: 12px;
  padding-bottom: 12px;
  color: #000;
  cursor: pointer;
}

.sidebar__nav a:hover,
.sidebar__nav a:focus {
  background-color: #fff;
  color: #149acc;
}

.sidebar__nav .current-item a {
  color: #149acc;
  background-color: #fff;
}

@media screen and (max-width: 991px) {
  .sidebar {
    width: calc(136px + 2vw + 3.13vw);
    min-width: calc(136px + 2vw + 3.13vw);
  }
  .sidebar__title {
    font-size: 18px;
    padding-left: 15px;
  }
  .sidebar__nav a {
    font-size: 14px;
    padding-left: 15px;
  }
}

@media screen and (max-width: 800px) {
  .sidebar {
    padding-top: 20px;
    width: 100%;
    min-width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 0;
    border-bottom: 1px solid #edf1ee;
  }
  .sidebar__title {
    margin-bottom: 15px;
    padding-left: 3.13vw;
    padding-right: 3.13vw;
  }
  .sidebar__nav a {
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 3.13vw;
    padding-right: 3.13vw;
  }
}

.users__id {
  font-size: 15px;
  line-height: 18px;
  color: #000000;
}

.users__link {
  font-size: 18px;
  line-height: 22px;
}

.users__link--group {
  width: 100%;
}

.users__name {
  margin: 0;
  font-weight: 600;
  font-size: 15px;
  line-height: 18px;
  color: #000;
}

.users__group {
  margin: 0;
  font-size: 15px;
  line-height: 18px;
  color: #000000;
}

.users__date {
  margin: 0;
  font-weight: normal;
  font-size: 15px;
  line-height: 18px;
  color: #000000;
}

.users__dots {
  width: 24px;
}

.users__id {
  width: 50px;
}

@media screen and (max-width: 1260px) {
  .users__add {
    margin-top: 10px;
  }
  .users__id,
  .users__name,
  .users__group,
  .users__date {
    font-size: 14px;
  }
  .users__link {
    font-size: 16px;
  }
}

@media screen and (max-width: 800px) {
  .users__id,
  .users__name,
  .users__group,
  .users__date {
    width: 100%;
  }
  .users__link {
    width: 100%;
  }
  .users__id {
    width: 50%;
  }
  .users__id {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .users__dots {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
    margin-left: auto;
  }
  .users__row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.card {
  padding-top: 20px;
}

.card .page__head {
  margin-bottom: 20px;
}

.card__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 35px;
}

.card__image {
  width: 47%;
}

.card__info {
  width: 49%;
}

.card__info-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.card__info-name {
  margin: 0;
  font-size: 15px;
  line-height: 18px;
  color: #7e7e7e;
  margin-bottom: 6px;
}

.card__info-item {
  margin-bottom: 20px;
}

.card__info-value {
  margin: 0;
  font-weight: bold;
  font-size: 16px;
  line-height: 19px;
  color: #000000;
}

.card__description-title {
  margin: 0;
  font-weight: bold;
  font-size: 26px;
  line-height: 32px;
  color: #000000;
  margin-bottom: 20px;
}

.card__description-content {
  font-weight: normal;
  font-size: 16px;
  line-height: 21px;
  color: #000000;
  margin-bottom: 50px;
}

.card__description-content p {
  margin: 0;
  margin-bottom: 20px;
}

.card__tabs-box {
  margin-bottom: 0;
  padding-top: 30px;
  padding-bottom: 45px;
}

.card__files {
  padding-top: 30px;
  padding-bottom: 60px;
}

.card__files-title {
  margin: 0;
  margin-bottom: 40px;
  font-weight: bold;
  font-size: 26px;
  line-height: 32px;
  color: #000000;
}

.card__files-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.card__file {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  text-decoration: none;
  width: 281px;
  margin-right: 40px;
  padding-bottom: 20px;
}

.card__file-icon {
  min-width: 45px;
  width: 45px;
  height: 45px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  margin-right: 20px;
}

.card__file-name {
  margin: 0;
  margin-bottom: 10px;
  font-weight: normal;
  font-size: 15px;
  line-height: 18px;
  color: #000000;
}

.card__file-weight {
  color: #b8b8b8;
  font-size: 15px;
  line-height: 18px;
}

.card__contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.card__contact-info {
  width: 36%;
}

.card__contact-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.card__contact-item {
  width: 45%;
  margin-bottom: 20px;
}

.card__contact-item p {
  margin: 0;
  font-size: 15px;
  line-height: 18px;
  color: #868686;
  margin-bottom: 6px;
}

.card__contact-item span {
  font-size: 16px;
  line-height: 19px;
  font-weight: bold;
  font-size: 16px;
  line-height: 19px;
  color: #000000;
}

.card__contact-geo {
  width: 58%;
}

.card__geo-link {
  display: inline-block;
  padding-left: 30px;
  color: #149acc;
  font-weight: normal;
  font-size: 15px;
  line-height: 18px;
  text-decoration: none;
  position: relative;
  margin-bottom: 30px;
}

.card__geo-link::before {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  position: absolute;
  left: 0;
  top: 0;
  background-image: url("../img/marker.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.card__geo-link:hover,
.card__geo-link:focus {
  text-decoration: underline;
}

.card__map {
  width: 100%;
  height: 285px;
  background-color: #cbcbcb;
}

.card__slide {
  height: 400px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.card__slider {
  padding-bottom: 20px;
  margin-bottom: 0;
  position: relative;
}

.card__slider .slick-dots {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  bottom: 0;
  width: calc(100% + 1.6vw);
  margin-left: -0.8vw;
}

.card__slider .slick-dots li {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  height: 5px;
  margin-left: 0.8vw;
  margin-right: 0.8vw;
}

.card__slider .slick-dots button {
  font-size: 0;
  line-height: 0;
  display: block;
  border: 0;
  width: 100%;
  background-color: #149acc;
  height: 5px;
  border-radius: 0;
  cursor: pointer;
  outline: none;
}

.card__slider .slick-dots .slick-active button {
  background-color: #e65a39;
}

.card__setting-icon {
  display: block;
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url("../img/setting-icon.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  cursor: pointer;
}

.card__setting-icon:hover,
.card__setting-icon:focus {
  opacity: 0.7;
}

.card__setting:hover .card__setting-icon,
.card__setting:focus .card__setting-icon {
  margin-left: 100px;
}

@media screen and (max-width: 991px) {
  .card__info-name {
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 0;
  }
  .card__info-value {
    font-size: 14px;
    line-height: 18px;
  }
  .card__info-item {
    margin-bottom: 15px;
  }
  .card__description-title {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 15px;
  }
  .card__description-content p {
    font-size: 14px;
    line-height: 18px;
  }
  .card__contact-item {
    width: 100%;
  }
  .card__contact-item p {
    font-size: 14px;
    line-height: 16px;
    margin-bottom: 0;
  }
  .card__contact-item span {
    font-size: 14px;
    line-height: 16px;
  }
  .card__contact-geo {
    width: 60%;
  }
  .card__geo-link {
    font-size: 14px;
    line-height: 16px;
    margin-bottom: 20px;
  }
  .card__files-title {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 20px;
  }
  .card__file {
    width: 250px;
    margin-right: 30px;
  }
  .card__file-icon {
    width: 35px;
    height: 35px;
    margin-right: 15px;
  }
  .card__file-name {
    font-size: 14px;
  }
  .card__file-weight {
    font-size: 14px;
  }
  .card__slide {
    height: 320px;
  }
}

@media screen and (max-width: 800px) {
  .card__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .card__image {
    width: 100%;
    margin-bottom: 30px;
  }
  .card__info {
    width: 100%;
  }
  .card__contact {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .card__contact-info {
    width: 100%;
    margin-bottom: 20px;
  }
  .card__contact-geo {
    width: 100%;
  }
  .card__file {
    width: 100%;
    margin-right: 0;
  }
  .card__file-name {
    margin-bottom: 5px;
  }
  .card__slide {
    height: 30vh;
  }
  .card__slider .slick-dots {
    width: calc(100% + 4vw);
    margin-left: -2vw;
  }
  .card__slider .slick-dots li {
    margin-left: 2vw;
    margin-right: 2vw;
  }
  .card__setting {
    margin-left: auto;
    margin-top: 10px;
  }
}

.modal {
  position: fixed;
  left: 50%;
  top: 15vh;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #fff;
  z-index: 3;
  border-radius: 3px;
  overflow: hidden;
  display: none;
}

.modal__bg {
  position: fixed;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(18, 26, 30, 0.18);
  display: none;
}

.modal__header {
  background-color: #2c3e46;
  padding-top: 25px;
  padding-bottom: 25px;
  padding-left: 40px;
  padding-right: 40px;
  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;
}

.modal__title {
  margin: 0;
  font-weight: bold;
  font-size: 24px;
  line-height: 29px;
  color: #ffffff;
}

.modal__close {
  width: 15px;
  min-width: 15px;
  height: 15px;
  margin-left: auto;
  background-image: url("../img/close.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  cursor: pointer;
}

.modal__close:hover,
.modal__close:focus {
  opacity: 0.7;
}

.modal__form {
  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-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.modal__form-item {
  width: 100%;
  margin-bottom: 35px;
}

.modal__card-status-content {
  padding-top: 36px;
  padding-bottom: 42px;
  padding-left: 35px;
  padding-right: 35px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.modal__history-list {
  max-height: 500px;
  overflow-y: auto;
}
.modal__no-history{
  padding: 35px 40px;
  font-weight: bold;
  font-size: 16px;
  line-height: 19px;
}

.modal__history-item {
  padding-top: 24px;
  padding-left: 37px;
  padding-right: 37px;
  padding-bottom: 30px;
  border-bottom: 1px solid #ececec;
}

.modal__history-item:last-child {
  border-bottom: 0;
}

.modal__history-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 20px;
}

.modal__history-action {
  margin: 0;
  display: inline-block;
  font-size: 15px;
  line-height: 18px;
  color: #7e7e7e;
  margin-bottom: 6px;
}

.modal__history-value {
  margin: 0;
  font-weight: bold;
  font-size: 16px;
  line-height: 19px;
  color: #000000;
}

.modal__history-button {
  height: 35px;
}

.modal__history-date {
  display: inline-block;
  font-size: 15px;
  line-height: 18px;
  color: #7e7e7e;
  margin-right: 10px;
}

.modal__history-time {
  display: inline-block;
  font-size: 15px;
  line-height: 18px;
  color: #7e7e7e;
}

.modal--card-status {
  width: 444px;
}

.modal--card-history {
  width: 680px;
}

@media screen and (max-width: 991px) {
  .modal__title {
    font-size: 18px;
    line-height: 22px;
  }
  .modal__header {
    padding: 20px;
  }
  .modal__history-item {
    padding: 20px;
  }
  .modal__card-status-content {
    padding: 20px;
  }
  .modal__form-item {
    margin-bottom: 20px;
  }
  .modal--card-history {
    top: 10vh;
    width: 500px;
  }
}

@media screen and (max-width: 800px) {
  .modal {
    top: 5vh;
    width: calc(100% - 90px);
    left: 0;
    -webkit-transform: none;
    transform: none;
    margin-left: 80px;
  }
  .modal__header {
    padding: 15px;
  }
  .modal__title {
    font-size: 16px;
  }
  .modal__no-history{
    padding: 15px;
    font-weight: bold;
    font-size: 16px;
    line-height: 19px;
  }
  .modal__history-item {
    padding: 15px;
  }
  .modal__history-action {
    font-size: 14px;
    margin-bottom: 0;
  }
  .modal__history-value {
    font-size: 14px;
    line-height: 16px;
  }
  .modal__history-info {
    margin-bottom: 10px;
  }
  .modal__history-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .modal__history-date {
    font-size: 14px;
  }
  .modal__history-time {
    font-size: 14px;
  }
  .modal__history-list {
    max-height: 450px;
  }
  .modal__card-status-content {
    padding: 15px;
  }
  .modal--card-status {
    top: 20vh;
  }
  .modal--card-history {
    top: 5vh;
  }
  .modal__history-button {
    font-size: 12px;
    line-height: 12px;
  }
}

.download-objects__file {
  width: 50%;
}

.download-objects__user a {
  font-size: 18px;
  line-height: 22px;
}

.download-objects__status {
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  color: #000000;
}

.download-objects__status--fail {
  color: #e65a39;
}

.download-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 35px;
}

.download-block__submit {
  display: none;
}

.download-block__input {
  display: none;
}

.download-block__text {
  width: 438px;
  font-size: 15px;
  line-height: 18px;
  color: #636363;
  margin-left: 36px;
}

.download-block__text strong {
  color: #000;
}

.download-block__link {
  color: #149acc;
  text-decoration: underline;
}

.download-block__link:hover,
.download-block__link:focus {
  text-decoration: none;
}

.download-message {
  position: fixed;
  right: 20px;
  top: 24px;
  width: 450px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #fff;
  padding: 25px 30px;
  -webkit-box-shadow: 0px 4px 24px rgba(44, 62, 70, 0.1);
  box-shadow: 0px 4px 24px rgba(44, 62, 70, 0.1);
  border-left: 3px solid #e65a39;
  display: none;
}

.download-message__close {
  width: 15px;
  height: 15px;
  min-width: 15px;
  margin-left: 10px;
  background-image: url("../img/close-gray.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  margin-top: 5px;
  cursor: pointer;
}

.download-message__close:hover,
.download-message__close:focus {
  opacity: 0.7;
}

.download-message__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 20px;
}

.download-message__title {
  margin: 0;
  font-weight: bold;
  font-size: 18px;
  line-height: 22px;
}

.download-message__descript {
  font-weight: normal;
  font-size: 15px;
  line-height: 18px;
  color: #8a8a8a;
}

.download-message--error .download-message__title {
  color: #f15642;
}

@media screen and (max-width: 1260px) {
  .download-objects__file {
    width: 45%;
  }
  .download-objects__user a {
    font-size: 14px;
  }
  .download-objects__status {
    font-size: 14px;
  }
}

@media screen and (max-width: 800px) {
  .download-objects__file {
    width: 100%;
  }
  .download-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .download-block__text {
    margin-top: 20px;
    width: 100%;
    margin-left: 0;
    font-size: 14px;
  }
  .download-message {
    width: calc(100% - 90px);
    top: 10px;
    right: 10px;
  }
}

.subdivision_row {
  min-height: 110px;
}

.subdivision__id {
  font-size: 15px;
  line-height: 18px;
  width: 50px;
}

.subdivision__name {
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
}

.subdivision__count {
  width: 150px;
}

.subdivision__buttons {
  width: 220px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.subdivision__button {
  width: 200px;
  height: 35px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.subdivision__dots {
  width: 24px;
}

@media screen and (max-width: 1260px) {
  .subdivision__id,
  .subdivision__name,
  .subdivision__count {
    font-size: 14px;
  }
}

@media screen and (max-width: 991px) {
  .subdivision__buttons {
    width: 190px;
  }
  .subdivision__button {
    width: 180px;
  }
  .subdivision__count {
    width: auto;
  }
}

@media screen and (max-width: 800px) {
  .subdivision__add {
    margin-top: 10px;
  }
  .subdivision__id {
    width: auto;
    margin-right: 10px;
  }
  .subdivision__row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .subdivision__buttons {
    width: 100%;
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  .subdivision__id,
  .subdivision__name,
  .subdivision__count {
    font-size: 14px;
    line-height: 18px;
  }
  .subdivision__name {
    width: 55%;
  }
  .subdivision__id {
    margin-right: 10px;
    max-width: 12%;
  }
  .subdivision__count {
    max-width: 15%;
  }
  .subdivision__dots {
    margin-left: auto;
  }
  .subdivision__dots .dots-nav {
    padding-bottom: 0;
  }
  .subdivision__dots .dots-nav__menu {
    top: 42px;
  }
}

.collaborator__buttons {
  width: 290px;
}

.collaborator__button {
  height: 35px;
  width: 290px;
}

.collaborator__dots {
  width: 24px;
}

.collaborator__user {
  margin: 0;
}

.collaborator__id {
  width: 100px;
  font-size: 15px;
  line-height: 18px;
}

.collaborator__user {
  font-size: 18px;
  line-height: 22px;
}

.collaborator__group {
  font-size: 16px;
  line-height: 19px;
}

.modal--user-info {
  width: 600px;
}

.modal--workers {
  width: 445px;
}

@media screen and (max-width: 1260px) {
  .collaborator__id,
  .collaborator__user,
  .collaborator__group {
    font-size: 14px;
    line-height: 18px;
  }
}

@media screen and (max-width: 991px) {
  .collaborator__button {
    width: 260px;
  }
  .collaborator__buttons {
    width: 260px;
  }
}

@media screen and (max-width: 800px) {
  .collaborator__add {
    margin-top: 10px;
  }
  .collaborator__row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .collaborator__id {
    width: auto;
    max-width: 14%;
    margin-right: 10px;
  }
  .collaborator__user {
    max-width: 70%;
  }
  .collaborator__group {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
    width: 100%;
    margin-bottom: 15px;
  }
  .collaborator__dots {
    margin-left: auto;
  }
  .collaborator__dots .dots-nav {
    padding-bottom: 0;
  }
  .collaborator__dots .dots-nav__menu {
    top: 42px;
  }
  .collaborator__buttons {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
    width: auto;
  }
  .collaborator__button {
    width: 100%;
    font-size: 12px;
    padding-left: 10px;
    padding-right: 10px;
  }
  .modal--user-info,
  .modal--workers {
    width: calc(100% - 90px);
  }
}

.user-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.user-info__image {
  width: 215px;
  background-color: #f8f8f8;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 34px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.user-info__photo {
  width: 135px;
  height: 135px;
  background-color: #fff;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.user-info__info {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding: 30px 40px;
}

.user-info__list {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-bottom: 25px;
}

.user-info__item {
  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-bottom: 15px;
}

.user-info__row-name {
  width: 70px;
  margin-right: 25px;
  font-size: 15px;
  line-height: 18px;
  color: #7e7e7e;
}

.user-info__name {
  margin: 0;
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  color: #000000;
}

.user-info__email {
  font-size: 16px;
  line-height: 19px;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
  color: #149acc;
}

.user-info__email:hover,
.user-info__email:focus {
  text-decoration: none;
}

.user-info__phone {
  font-weight: normal;
  font-size: 18px;
  line-height: 22px;
  color: #000000;
  text-decoration: none;
}

.user-info__phone:hover,
.user-info__phone:focus {
  color: #149acc;
}

@media screen and (max-width: 800px) {
  .user-info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .user-info__image {
    width: 100%;
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .user-info__photo {
    width: 100px;
    height: 100px;
  }
  .user-info__info {
    padding: 15px;
  }
  .user-info__row-name {
    font-size: 14px;
    line-height: 17px;
    width: 65px;
    margin-right: 5px;
  }
  .user-info__name {
    font-size: 14px;
    line-height: 17px;
  }
  .user-info__email {
    font-size: 14px;
  }
  .user-info__phone {
    font-size: 14px;
  }
}

.modal--progress {
  width: 444px;
}

.progress__content {
  padding: 30px 40px;
}

.progress__file {
  margin: 0;
  font-size: 16px;
  line-height: 19px;
  color: #000000;
  margin-bottom: 15px;
}

.progress__indicator {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 35px;
}

.progress__indicator progress {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  height: 15px;
  border-radius: 3px;
}

.progress__indicator progress::-webkit-progress-bar {
  background-color: #f0f0f0;
  border-radius: 3px;
}

.progress__indicator progress::-webkit-progress-value {
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#25b0e4),
    to(#149acc)
  );
  background: linear-gradient(180deg, #25b0e4 0%, #149acc 100%);
  border-radius: 3px;
}

.progress__percent {
  width: 40px;
  text-align: right;
  font-weight: 600;
  font-size: 15px;
  line-height: 18px;
  color: #000000;
}

.progress__button-wrap {
  text-align: center;
}

@media screen and (max-width: 800px) {
  .modal--progress {
    width: calc(100% - 90px);
  }
  .progress__content {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 15px;
  }
}

.workers {
  padding: 35px 40px;
}

.workers__content {
  max-height: 365px;
  overflow-y: auto;
  padding-right: 35px;
  /* Для всех скроллбаров */
  /* Стрелки */
}

.workers__content::-webkit-scrollbar {
  width: 3px;
  background-color: #efefef;
}

.workers__content::-webkit-scrollbar-thumb {
  background-color: #149acc;
}

.workers__content::-webkit-scrollbar-button:vertical:start:decrement {
  display: none;
}

.workers__content::-webkit-scrollbar-button:vertical:end:increment {
  display: none;
}

.workers__content::-webkit-scrollbar-button:horizontal:start:decrement {
  display: none;
}

.workers__content::-webkit-scrollbar-button:horizontal:end:increment {
  display: none;
}

.workers__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 100%;
}

.workers__list {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.workers__char {
  font-weight: 600;
  font-size: 26px;
  line-height: 32px;
  margin-right: 30px;
  text-transform: uppercase;
}

.workers__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 25px;
}

.workers__photo {
  width: 40px;
  min-width: 40px;
  height: 40px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border-radius: 50%;
  margin-right: 25px;
}

.workers__name {
  margin: 0;
  font-size: 16px;
  line-height: 19px;
  font-weight: normal;
  margin-right: 15px;
}

.workers__checkbox {
  margin-left: auto;
}

.workers__checkbox input {
  display: none;
}

.workers__checkbox input:checked + label {
  background-color: #149acc;
  border-color: #149acc;
  background-image: url("../img/worker-checked.svg");
  background-repeat: no-repeat;
  background-size: 14px auto;
  background-position: center;
}

.workers__checkbox label {
  position: relative;
  display: block;
  min-width: 22px;
  width: 22px;
  height: 22px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 2px solid #ebebeb;
  border-radius: 50%;
  cursor: pointer;
}

@media (max-width: 800px) {
  .workers {
    padding: 15px;
  }
  .workers__content {
    padding-right: 10px;
  }
  .workers__char {
    font-size: 20px;
    line-height: 22px;
    margin-right: 15px;
  }
  .workers__photo {
    width: 30px;
    height: 30px;
    min-width: 30px;
    margin-right: 10px;
  }
  .workers__name {
    font-size: 14px;
    line-height: 16px;
    margin-right: 10px;
  }
  .workers__checkbox label {
    width: 18px;
    height: 18px;
    min-width: 18px;
  }
}

.question__number {
  font-size: 15px;
  line-height: 18px;
}

.question__name {
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
}

.question__date {
  font-size: 15px;
  line-height: 18px;
}

.question__theme {
  font-weight: 600;
  font-size: 15px;
  line-height: 18px;
  width: 40%;
}

.question__status {
  font-weight: 600;
  font-size: 15px;
  line-height: 18px;
}

.question__status--success {
  color: #78a451;
}

.question__status--pending {
  color: #f15642;
}

.question__button {
  height: 35px;
  padding-left: 10px;
  padding-right: 10px;
  width: 155px;
}

.question__buttons {
  width: 155px;
}

.question__dots {
  width: 20px;
}

@media screen and (max-width: 1260px) {
  .question__name,
  .question__date,
  .question__theme,
  .question__status {
    font-size: 14px;
    line-height: 18px;
  }
}

@media screen and (max-width: 800px) {
  .question__row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .question__date,
  .question__theme,
  .question__status {
    width: 100%;
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
  .question__buttons {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }
  .question__button {
    font-size: 12px;
    padding-left: 10px;
    padding-right: 10px;
  }
  .question__number {
    width: auto;
    max-width: 14%;
    margin-right: 10px;
  }
  .question__dots {
    margin-left: auto;
    width: 24px;
  }
  .question__dots .dots-nav {
    padding-bottom: 0;
  }
  .question__dots .dots-nav__menu {
    top: 42px;
  }
}

.modal-question {
  display: block;
  width: 680px;
  -webkit-transform: none;
  transform: none;
  left: auto;
  top: auto;
  margin-bottom: auto;
  margin-top: auto;
  position: relative;
}

.modal-question__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.modal-question__item {
  margin-bottom: 25px;
}

.modal-question__item span {
  font-size: 15px;
  line-height: 18px;
  font-weight: normal;
  color: #7e7e7e;
  display: inline-block;
  margin-bottom: 6px;
}

.modal-question__item p {
  margin: 0;
}

.modal-question__item--user {
  margin-right: 70px;
  font-weight: bold;
  font-size: 16px;
  line-height: 19px;
}

.modal-question__item--date {
  font-size: 15px;
  line-height: 18px;
}

.modal-question__item--theme {
  font-weight: 600;
  font-size: 15px;
  line-height: 18px;
}

.modal-question__item--text {
  font-size: 16px;
  line-height: 23px;
  color: #383838;
}

.modal-question__form {
  background-color: #f8f8f8;
  padding: 20px 40px;
}

.modal-question__form-title {
  margin: 0;
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 20px;
}

.modal-question__textarea {
  margin-bottom: 22px;
}

.modal-question__submit {
  margin-right: 15px;
}

.modal__wrap {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  overflow-y: scroll;
  position: fixed;
  display: none;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 2;
}

.modal-active {
  overflow: hidden;
  min-height: 100vh;
}

@media screen and (max-width: 800px) {
  .modal-question {
    width: calc(100% - 90px);
    margin-left: 70px;
  }
  .modal-question__item {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .modal-question__item span {
    font-size: 14px;
    line-height: 16px;
    margin-bottom: 3px;
  }
  .modal-question__item p {
    font-size: 14px;
    line-height: 16px;
  }
  .modal-question__form {
    padding: 15px;
  }
  .modal-question__form-title {
    font-size: 18px;
    margin-bottom: 5px;
  }
  .modal-question__submit {
    margin-bottom: 10px;
  }
}

.breadcrumbs {
  margin-top: 40px;
  margin-bottom: 10px;
}

.breadcrumbs__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
  list-style: none;
  font-size: 15px;
  line-height: 18px;
  color: #9e9e9e;
}

.breadcrumbs a {
  color: #149acc;
  text-decoration: underline;
}

.breadcrumbs a:hover,
.breadcrumbs a:focus {
  text-decoration: none;
}

.breadcrumbs li {
  margin-right: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.breadcrumbs li::after {
  content: "/";
  margin-left: 10px;
}

.breadcrumbs li:last-child::after {
  display: none;
}

@media screen and (max-width: 991px) {
  .breadcrumbs {
    margin-top: 20px;
  }
}

.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.pagination .page-arrow {
  width: 50px;
  height: 50px;
  display: block;
  border: 1px solid #deeaf2;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 5px;
  background-image: url("../img/gray-arrow.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 20px auto;
}

.pagination .page-arrow:hover,
.pagination .page-arrow:focus {
  border-color: #149acc;
  background-image: url("../img/blue-arrow.svg");
}

.pagination .page-prev:hover,
.pagination .page-prev:focus {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.pagination .page-next {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.pagination .page-next:hover,
.pagination .page-next:focus {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}

.pagination .nav-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: 9px;
  margin-right: 9px;
  border: 1px solid #deeaf2;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 5px;
}

.pagination .page-numbers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-decoration: none;
  width: 50px;
  height: 50px;
  font-size: 18px;
  line-height: 22px;
  color: #000;
  text-decoration: none;
  border-right: 1px solid #deeaf2;
}

.pagination .page-numbers:last-child {
  border-right: 0;
}

.pagination .page-numbers:hover,
.pagination .page-numbers:focus {
  background-color: #149acc;
  color: #fff;
}

.pagination .page-numbers.current {
  background-color: #149acc;
  color: #fff;
}

.pagination .page-numbers.dots:hover,
.pagination .page-numbers.dots:focus {
  background-color: transparent;
  color: #000;
}

@media screen and (max-width: 991px) {
  .pagination .page-numbers {
    width: 30px;
    height: 30px;
    font-size: 14px;
    line-height: 16px;
  }
  .pagination .page-arrow {
    width: 30px;
    height: 30px;
    background-size: 15px auto;
  }
}

.header-f {
  background-color: #fff;
}

.header-f__top {
  border-bottom: 1px solid #e1edf3;
}

.header-f__top-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header-f__bottom-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;
  padding-top: 30px;
  padding-bottom: 30px;
}

.header-f__contact {
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header-f__phone {
  font-weight: 600;
  font-size: 19px;
  line-height: 23px;
  text-decoration: none;
  color: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header-f__phone:hover,
.header-f__phone:focus {
  color: #149acc;
}

.header-f__phone::before {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  background-image: url("../img/phone.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  margin-right: 15px;
}

.header-f__more-button {
  border: none;
  padding: 0;
  background-color: transparent;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 18px;
  line-height: 22px;
  color: #cccccc;
  cursor: pointer;
}

.header-f__more-button::after {
  content: "";
  display: block;
  width: 18px;
  height: 10px;
  background-image: url("../img/dots-nav.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  margin-left: 10px;
}

.header-f__more-button:hover,
.header-f__more-button:focus {
  opacity: 0.7;
}

.header-f__help {
  color: #149acc;
  text-decoration: underline;
  font-size: 16px;
  line-height: 19px;
  margin-left: 30px;
}

.header-f__help:hover,
.header-f__help:focus {
  text-decoration: none;
}

.header-f__selected {
  padding: 30px;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}

.header-f__selected span {
  color: #149acc;
  margin-left: 5px;
}

/*
.header-f__selected::after {
  content: "";
  display: block;
  background-image: url("../img/arrow-bottom-blue.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 15px;
  height: 15px;
  margin-left: 5px;
}*/

.header-f__list {
  position: absolute;
  z-index: 3;
  background-color: #fff;
  min-width: 100%;
  left: 0;
  top: 100%;
  -webkit-box-shadow: 0px 5px 21px rgba(0, 0, 0, 0.06);
  box-shadow: 0px 5px 21px rgba(0, 0, 0, 0.06);
  border-top: 1px solid #e1edf3;
  display: none;
}

.header-f__list ul {
  margin: 0;
  padding: 0;
  list-style: none;
  padding: 15px 30px;
}

.header-f__list li {
  margin-bottom: 10px;
}

.header-f__list a {
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  text-decoration: none;
  color: #525252;
}

.header-f__list a:hover,
.header-f__list a:focus {
  color: #149acc;
}

.header-f__select--opened .header-f__list {
  display: block;
}

.header-f__select-wrap {
  border-right: 1px solid #e1edf3;
  border-left: 1px solid #e1edf3;
  position: relative;
  display: flex;
}
.header-f__selected--border-left {
  border-left: 1px solid #e1edf3;
}

.header-f__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header-f__nav-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style: none;
}

.header-f__nav-menu a {
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  padding: 10px 15px;
  border-radius: 5px;
  color: #000;
  text-decoration: none;
}

.header-f__nav-menu a:hover,
.header-f__nav-menu a:focus {
  color: #149acc;
}

.header-f__nav-more {
  margin: 0;
  position: absolute;
  z-index: 1;
  margin: 0;
  padding: 0;
  list-style: none;
  padding: 20px;
  background-color: #fff;
  top: 99%;
  right: 50%;
  -webkit-transform: translateX(50%);
  transform: translateX(50%);
  -webkit-box-shadow: 0px 5px 21px rgba(0, 0, 0, 0.06);
  box-shadow: 0px 5px 21px rgba(0, 0, 0, 0.06);
  display: none;
}

.header-f__nav-more a {
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  color: #000;
  text-decoration: none;
  white-space: nowrap;
}

.header-f__nav-more a:hover,
.header-f__nav-more a:focus {
  color: #149acc;
}

.header-f__nav-hide {
  position: relative;
}

.header-f__nav-hide:hover .header-f__nav-more,
.header-f__nav-hide:focus .header-f__nav-more {
  display: block;
}

.header-f .current-menu-item {
  color: #149acc;
}

.header-f .has-item-children {
  position: relative;
}

.header-f .has-item-children > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header-f .has-item-children > a::after {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  background-image: url("../img/arrow-bottom-black.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  margin-left: 10px;
}

.header-f .has-item-children:hover > a::after,
.header-f .has-item-children:focus > a::after {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.header-f .has-item-children:hover > a,
.header-f .has-item-children:focus > a {
  background-color: #fff;
  -webkit-box-shadow: 0px 5px 21px rgba(0, 0, 0, 0.06);
  box-shadow: 0px 5px 21px rgba(0, 0, 0, 0.06);
}

.header-f .has-item-children:hover .submenu,
.header-f .has-item-children:focus .submenu {
  display: block;
}

.header-f .submenu {
  position: absolute;
  top: 99%;
  padding: 17px 30px;
  padding-left: 20px;
  padding-right: 10px;
  background: #fff;
  z-index: 3;
  border-right: 5px;
  border-top-left-radius: 0px;
  -webkit-box-shadow: 0px 5px 21px rgba(0, 0, 0, 0.06);
  box-shadow: 0px 5px 21px rgba(0, 0, 0, 0.06);
  width: auto;
  display: none;
}

.header-f .submenu a {
  font-weight: 600;
  font-size: 15px;
  line-height: 30px;
  white-space: nowrap;
  color: #525252;
  padding: 0;
}

.header-f .submenu a:hover,
.header-f .submenu a:focus {
  color: #149acc;
}

.header-f .submenu-list {
  margin: 0;
  padding: 0;
  list-style: none;
  overflow-y: auto;
  height: 510px;
  overflow-x: hidden;
  padding-left: 10px;
  padding-right: 10px;
  scrollbar-color: #e1edf3 #ffffff;
  scrollbar-width: 4px;
  /* Для всех скроллбаров */
  /* Стрелки */
}

.header-f .submenu-list::-webkit-scrollbar {
  width: 4px;
  background-color: #fff;
}

.header-f .submenu-list::-webkit-scrollbar-thumb {
  background-color: #253861;
  border-radius: 5px;
  background: #e1edf3;
  opacity: 0.4;
}

.header-f .submenu-list::-webkit-scrollbar-button:vertical:start:decrement {
  display: none;
}

.header-f .submenu-list::-webkit-scrollbar-button:vertical:end:increment {
  display: none;
}

.header-f .submenu-list::-webkit-scrollbar-button:horizontal:start:decrement {
  display: none;
}

.header-f .submenu-list::-webkit-scrollbar-button:horizontal:end:increment {
  display: none;
}

.header-f__logo {
  width: 100px;
}

.header-f__logo img {
  display: block;
  width: 100%;
  height: auto;
}

.header-f__cart {
    width: 50px;
}

.header-f__cart .cart-count {
    color: #f18b69;
    margin-bottom: -10px;
    font-size: 20px;
    text-align: center;
}

.header-f__cart img {
    display: block;
    width: 100%;
    height: auto;
}

.header-f__time-wrap {
  position: relative;
  padding-left: 35px;
}

.header-f__time-wrap::before {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  background-image: url("../img/clock.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  left: 0;
  top: 5px;
}

.header-f__time-wrap p {
  margin: 0;
  font-size: 14px;
  line-height: 145.8%;
}

.header-f__time-wrap p span {
  font-weight: 600;
}

.header-f__signin {
  height: 45px;
}

.header-f .mob {
  display: none;
}

.header-f__mob {
  display: none;
}


@media screen and (max-width: 1260px) {
  .header-f__logo {
    width: 80px;
  }
  .header-f__nav-menu a {
    font-size: 14px;
    line-height: 20px;
    padding: 8px;
  }
  .header-f__more-button {
    margin-left: 10px;
    font-size: 14px;
    line-height: 20px;
  }
  .header-f__nav-more {
    padding: 15px;
  }
  .header-f__nav-more a {
    font-size: 14px;
    line-height: 20px;
  }
  .header-f__nav-more li {
    margin-bottom: 5px;
  }
  .header-f__signin {
    font-size: 14px;
    line-height: 14px;
  }
  .header-f__selected {
    font-size: 14px;
  }
  .header-f__list a {
    font-size: 14px;
  }
}

@media screen and (max-width: 991px) {
  .header-f__logo {
    margin-bottom: 15px;
  }
  .header-f__bottom-row {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .header-f__time-wrap {
    width: 50%;
  }
  .header-f__nav-more {
    right: 0;
    -webkit-transform: none;
    transform: none;
  }
  .header-f__signin {
    height: 40px;
  }
  .header-f__selected {
    padding: 15px;
  }
  .header-f__phone {
    font-size: 18px;
  }
  .header-f__help {
    font-size: 14px;
  }
  .header-f__list ul {
    padding: 15px;
  }
  .header-f .submenu a {
    font-size: 14px;
  }
  .header-f .submenu-list {
    height: 290px;
  }
}

@media screen and (max-width: 800px) {
  .header-f {
    /* HAMBURGER 4 */
  }
  .header-f__mob {
    display: block;
  }
  .header-f__signin.mob {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .header-f__signin.desk {
    display: none;
  }
  .header-f__signin {
    font-size: 13px;
    padding-left: 10px;
    padding-right: 10px;
    height: 30px;
  }
  .header-f__logo {
    display: none;
  }
  .header-f__top {
    position: relative;
    z-index: 3;
    background: #fff;
  }
  .header-f__top-row {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-bottom: 15px;
  }
  .header-f__select-wrap {
    width: 100%;
    border-bottom: 1px solid #e1edf3;
    margin-bottom: 15px;
    flex-direction: column;
  }
  .header-f__selected--border-left{
    border-left: none;
    border-top: 1px solid #e1edf3;
  }
  .header-f__contact {
    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-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .header-f__phone {
    margin-left: 0;
    font-size: 15px;
  }
  .header-f__selected {
    width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px;
  }
  .header-f__list ul {
    text-align: center;
  }
  .header-f__bottom-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .header-f__nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .header-f__time-wrap {
    margin-bottom: 10px;
    margin-top: 10px;
    width: 100%;
    padding-left: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }
  .header-f__time-wrap::before {
    display: none;
  }
  .header-f__nav-menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .header-f__nav-menu a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 4px 8px;
  }
  .header-f__more-button {
    display: none;
  }
  .header-f .submenu {
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .header-f .submenu a {
    line-height: 35px;
  }
  .header-f__nav-more {
    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-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: static;
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 0;
  }
  .header-f__nav-more li {
    margin-bottom: 0;
  }
  .header-f__nav-more a {
    padding: 4px 8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .header-f__nav-hide:hover .header-f__nav-more,
  .header-f__nav-hide:focus .header-f__nav-more {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .header-f__bottom {
    display: none;
    position: absolute;
    background-color: #fff;
    width: 100%;
    z-index: 2;
    left: 0;
    -webkit-box-shadow: 0px 5px 21px rgba(0, 0, 0, 0.06);
    box-shadow: 0px 5px 21px rgba(0, 0, 0, 0.06);
  }
  .header-f__mob {
    position: relative;
    z-index: 3;
    background: #fff;
  }
  .header-f__mob-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;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .header-f__mob-logo {
    width: 70px;
  }
  .header-f__mob-logo img {
    display: block;
    width: 100%;
    height: auto;
  }
  .header-f .burger-menu {
    width: 40px;
    height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .header-f .hamburger {
    width: 30px;
    height: 26px;
    position: relative;
    cursor: pointer;
  }
  .header-f .hamburger .bar {
    padding: 0;
    width: 30px;
    height: 3px;
    background-color: #149acc;
    display: block;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    position: absolute;
  }
  .header-f .bar1 {
    top: 0;
  }
  .header-f .bar2,
  .header-f .bar3 {
    top: 11px;
  }
  .header-f .bar3 {
    right: 0;
  }
  .header-f .bar4 {
    bottom: 0;
  }
  .header-f .hamburger3 .bar1 {
    -webkit-transform-origin: 5%;
    transform-origin: 5%;
  }
  .header-f .hamburger3 .bar4 {
    -webkit-transform-origin: 5%;
    transform-origin: 5%;
  }
  .header-f .burger-active > .bar1 {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    height: 3px;
    width: 36px;
  }
  .header-f .burger-active > .bar3 {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    height: 3px;
    background-color: transparent;
  }
  .header-f .burger-active > .bar2 {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    height: 3px;
    background-color: transparent;
  }
  .header-f .burger-active > .bar4 {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    height: 3px;
    width: 36px;
  }
  .header-f .hamburger3 .bar3 {
    top: 13.5;
  }
  .header-f--opened .header-f__bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-animation-name: menuopen;
    animation-name: menuopen;
    -webkit-animation-duration: 0.8s;
    animation-duration: 0.8s;
  }
  @-webkit-keyframes menuopen {
    0% {
      -webkit-transform: translateY(-100%);
      transform: translateY(-100%);
    }
    100% {
      -webkit-transform: translateY(0);
      transform: translateY(0);
    }
  }
  @keyframes menuopen {
    0% {
      -webkit-transform: translateY(-100%);
      transform: translateY(-100%);
    }
    100% {
      -webkit-transform: translateY(0);
      transform: translateY(0);
    }
  }
}

.objects-f {
  padding-top: 35px;
  padding-bottom: 115px;
  background-color: #fff;
}

.objects-f__title {
  margin: 0;
  margin-bottom: 30px;
  font-weight: 600;
  font-size: 30px;
  line-height: 37px;
}

.objects-f__head {
  padding-bottom: 50px;
}

.objects-f__search {
  width: 375px;
  margin-right: 30px;
}

.objects-f__filter {
  width: 100%;
}

.objects-f__filter-box {
  display: none;
  position: relative;
  z-index: 0;
  margin-top: 20px;
  top: 0;
  left: 0;
}

.objects-f__filter-box::before {
  left: calc(375px + 27px);
}

.objects-f__filter--opened .objects-f__filter-box {
  display: block;
}

.objects-f__filter-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  text-transform: uppercase;
  color: #000000;
  cursor: pointer;
}

.objects-f__filter-button:hover,
.objects-f__filter-button:focus {
  color: #149acc;
}

.objects-f__settings-icon {
  width: 23px;
  height: 23px;
  background-image: url("../img/setting-icon.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  margin-right: 15px;
}

.objects-f__sort-block {
  margin-left: auto;
  position: relative;
}

.objects-f__sort-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  text-transform: uppercase;
  color: #000000;
  cursor: pointer;
}

.objects-f__sort-button:hover,
.objects-f__sort-button:focus {
  color: #149acc;
}

.objects-f__sort-icon {
  width: 23px;
  height: 23px;
  background-image: url("../img/filter-icon.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  margin-right: 7px;
}

.objects-f__descript {
  width: 365px;
}

.objects-f__descript p {
  font-size: 15px;
  line-height: 18px;
  color: #161616;
  margin-bottom: 20px;
}

.objects-f__descript-link {
  color: #e65a39;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.objects-f__descript-link::after {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  margin-left: 10px;
  background-image: url("../img/orange-arrow.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.objects-f__descript-link:hover,
.objects-f__descript-link:focus {
  text-decoration: underline;
}

.objects-f__type {
  font-weight: 600;
  font-size: 15px;
  line-height: 18px;
  color: #000000;
}

.objects-f__publish {
  font-size: 15px;
  line-height: 18px;
  color: #979494;
}

.objects-f__price {
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
}

.objects-f__table {
  margin-bottom: 20px;
}

.objects-f .table__row {
  background-color: transparent;
  border-bottom: 1px solid #e1edf3;
}

.objects-f__footer {
  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;
}

.objects-f__sort {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.objects-f__sort p {
  margin: 0;
  font-size: 16px;
  line-height: 19px;
  color: #000000;
  margin-right: 15px;
}

.objects-f__sort-select-item {
  width: 100px;
}=
@media screen and (max-width: 1260px) {
  .objects-f__search {
    width: 300px;
  }
  .objects-f__filter-box::before {
    left: calc(300px + 26px);
  }
  .objects-f__descript {
    width: 270px;
  }
  .objects-f__descript p {
    font-size: 14px;
  }
  .objects-f__descript-link {
    font-size: 14px;
  }
  .objects-f__type {
    font-size: 14px;
  }
  .objects-f__publish {
    font-size: 14px;
  }
  .objects-f__price {
    font-size: 16px;
  }
}

@media screen and (max-width: 991px) {
  .objects-f__head {
    padding-bottom: 20px;
  }
  .objects-f__search {
    margin-right: 15px;
    width: 250px;
    min-width: 250px;
    font-size: 14px;
  }
  .objects-f__filter-button {
    font-size: 12px;
    line-height: 14px;
    padding-right: 40px;
  }
  .objects-f__sort-button {
    font-size: 12px;
    line-height: 14px;
  }
  .objects-f__filter-box::before {
    left: calc(250px + 11px);
  }
  .objects-f__sort p {
    font-size: 14px;
    line-height: 16px;
  }
  .objects-f__sort-select-item {
    width: 80px;
  }
  .objects-f__sort-select {
    max-width: 200px;
  }
}

@media screen and (max-width: 800px) {
  .objects-f {
    padding-top: 20px;
    padding-bottom: 30px;
  }
  .objects-f__search {
    width: 100%;
    margin-bottom: 15px;
    margin-right: 0;
  }
  .objects-f__title {
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 20px;
  }
  .objects-f__sort-block {
    margin-left: 0;
    margin-bottom: 15px;
    margin-left: 10px;
  }
  .objects-f__filter-button {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    margin-left: 10px;
  }
  .objects-f__filter {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .objects-f__filter-box::before {
    left: 6px;
  }
  .objects-f__sort {
    margin-top: 20px;
  }
  .objects-f__footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .objects-f__descript p {
    margin-bottom: 10px;
  }
}

.page-f__title {
  margin: 0;
  font-weight: 600;
  font-size: 30px;
  line-height: 37px;
  margin-bottom: 30px;
}

.page-f__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 30px;
}

.page-f__header .page-f__title {
  margin-bottom: 0;
}

@media screen and (max-width: 1260px) {
  .page-f__title {
    font-size: 26px;
  }
}

@media screen and (max-width: 991px) {
  .page-f__title {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 800px) {
  .page-f__title {
    font-size: 20px;
    line-height: 26px;
  }
  .page-f__header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .page-f__header .page-f__title {
    margin-bottom: 20px;
  }
}

.footer-f {
  background-color: #252525;
  padding-top: 45px;
  padding-bottom: 45px;
}

.footer-f__top {
  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;
  margin-bottom: 35px;
}

.footer-f__slogan-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer-f__logo {
  width: 100px;
  height: auto;
  padding-right: 17px;
  border-right: 1px solid #3c3c3c;
}

.footer-f__logo img {
  width: 100%;
  height: auto;
}

.footer-f__slogan {
  color: #fff;
  margin-left: 28px;
  font-size: 16px;
  line-height: 123.3%;
  width: 200px;
}

.footer-f__contacts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer-f__phone {
  font-weight: 600;
  font-size: 24px;
  line-height: 29px;
  color: #ffffff;
  text-decoration: none;
  margin-right: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer-f__phone::before {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  margin-right: 15px;
  background-image: url("../img/phone.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.footer-f__phone:hover,
.footer-f__phone:focus {
  color: #149acc;
}

.footer-f__email {
  color: #149acc;
  font-size: 18px;
  line-height: 22px;
  text-decoration: underline;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer-f__email::before {
  content: "";
  display: block;
  width: 17px;
  height: 17px;
  background-image: url("../img/mail.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  margin-right: 15px;
}

.footer-f__email:hover,
.footer-f__email:focus {
  text-decoration: none;
}

.footer-f__nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer-f__nav li {
  margin-right: 20px;
}

.footer-f__nav a {
  font-size: 16px;
  line-height: 19px;
  text-decoration: underline;
  color: #fff;
}

.footer-f__nav a:hover,
.footer-f__nav a:focus {
  color: #149acc;
  text-decoration: none;
}

.footer-f__middle {
  margin-bottom: 40px;
  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-f__social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer-f__social-text {
  margin: 0;
  font-weight: 600;
  font-size: 16px;
  line-height: 123.3%;
  color: #fff;
}

.footer-f__social-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer-f__social-link {
  width: 25px;
  margin-left: 20px;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.footer-f__social-link img {
  display: block;
  width: 100%;
  height: auto;
}

.footer-f__social-link:hover,
.footer-f__social-link:focus {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.footer-f__bottom {
  border-top: 1px solid #393939;
  padding-top: 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.footer-f__studio {
  display: flex;
  align-items: center;
}
.footer-f__copyright {
  margin: 0;
  font-size: 15px;
  line-height: 18px;
  color: #666666;
}

.footer-f__button {
  height: 45px;
}

@media screen and (max-width: 1260px) {
  .footer-f__logo {
    width: 70px;
  }
  .footer-f__slogan {
    font-size: 14px;
  }
  .footer-f__phone {
    font-size: 18px;
  }
  .footer-f__email {
    font-size: 14px;
  }
  .footer-f__button {
    font-size: 14px;
  }
  .footer-f__nav a {
    font-size: 14px;
    line-height: 17px;
  }
  .footer-f__social-text {
    font-size: 14px;
  }
  .footer-f__social-link {
    width: 20px;
  }
  .footer-f__copyright {
    font-size: 14px;
  }
}

@media screen and (max-width: 991px) {
  .footer-f {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .footer-f__top {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 20px;
  }
  .footer-f__slogan-box {
    width: 100%;
    margin-bottom: 20px;
  }
  .footer-f__button {
    height: 40px;
  }
  .footer-f__middle {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 20px;
  }
  .footer-f__nav {
    width: 100%;
    margin-bottom: 15px;
  }
  .footer-f__nav li {
    margin-right: 0;
  }
  .footer-f__nav ul {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .footer-f__bottom {
    padding-top: 15px;
  }
}

@media screen and (max-width: 800px) {
  .footer-f__nav ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .footer-f__nav li {
    margin-bottom: 10px;
  }
  .footer-f__top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .footer-f__contacts {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .footer-f__phone {
    margin-right: 0;
    margin-bottom: 10px;
  }
  .footer-f__email {
    margin-bottom: 10px;
  }
  .footer-f__social {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-left: auto;
    margin-right: auto;
  }
  .footer-f__social-text {
    margin-bottom: 10px;
  }
  .footer-f__social-link {
    margin-left: 10px;
    margin-right: 10px;
  }
  .footer-f__copyright {
    text-align: center;
  }
  .footer-f__logo {
    padding-right: 0;
    border-right: 0;
  }
  .footer-f__studio{
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }
  .footer-f__slogan-box {
    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-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }
  .footer-f__slogan {
    margin-left: 0;
  }
}

.objects-f__sort-select .select2-container {
  width: auto !important;
  max-width: 100%;
}

.objects-f__sort-select .select2-container--default .select2-selection--single {
  background-color: transparent;
  border: none;
  outline: none;
}

.objects-f__sort-select
  .select2-container--default
  .select2-selection--single
  .select2-selection__arrow
  b {
  border: none;
  background-image: url("../img/arrow-bottom-black.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 15px;
  height: 15px;
  top: 50%;
  right: 10px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.objects-f__sort-select
  .select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  color: #000;
}

.objects-f__sort-select
  .select2-container--default.select2-container--open
  .select2-selection--single
  .select2-selection__arrow
  b {
  -webkit-transform: rotate(180deg) translateY(40%);
  transform: rotate(180deg) translateY(40%);
}

.objects-f__sort-select
  .select2-container
  .select2-selection--single
  .select2-selection__rendered {
  padding-right: 30px;
}

.objects-f__sort-select
  .select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  width: 30px;
}

.objects-f__sort-select .select2-container--open .select2-selection--single {
  background-color: #fff;
  -webkit-box-shadow: 0px 5px 21px rgba(0, 0, 0, 0.06);
  box-shadow: 0px 5px 21px rgba(0, 0, 0, 0.06);
}

.select2-dropdown {
  border: 0;
  -webkit-box-shadow: 0px 5px 21px rgba(0, 0, 0, 0.06);
  box-shadow: 0px 5px 21px rgba(0, 0, 0, 0.06);
}

.select2-container--default
  .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #149acc;
}

.single-f {
  margin-bottom: 40px;
}

.single-f__save-pdf {
  margin-left: auto;
}
.single-f__pdf-loader{
  display: block;
  width: 30px;
  height: auto;
  margin-left: 10px;
  display: none;
}
.single-f__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.single-f__images {
  width: 46%;
    position: relative;
}

.single-f__images .sign{
    position: absolute;
    top: -5%;
    right: -5%;
    z-index: 1;
    width: 15%;
}

.objects__image .sign{
    position: absolute;
    top: -10%;
    right: -10%;
    z-index: 1;
    width: 20%;
}

.single-f__images .sign-recomen{
    position: absolute;
    top: -5%;
    right: -5%;
    z-index: 1;
    width: 20%;
}

.objects__image .sign-recomen{
    position: absolute;
    top: -10%;
    right: -10%;
    z-index: 1;
    width: 30%;
}

.single-f__info {
  width: 51.5%;
}

.single-f__quest {
  margin-bottom: 20px;
  min-width: 230px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.single-f__quest::before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background-image: url("../img/quest.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  margin-right: 10px;
}

.single-f__phone {
  font-weight: 600;
  font-size: 20px;
  line-height: 22px;
  text-decoration: none;
  color: #000;
  display: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.single-f__phone::before {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  background-image: url("../img/phone.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  margin-right: 10px;
}

.single-f__phone:hover,
.single-f__phone:focus {
  color: #149acc;
}

.single-f__phone-text {
  margin: 0;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  text-decoration: underline;
  color: #149acc;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.single-f__phone-text:hover,
.single-f__phone-text:focus {
  text-decoration: none;
  cursor: pointer;
}

.single-f__phone-text::before {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  background-image: url("../img/phone.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  margin-right: 10px;
}

.single-f__phone-block {
  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-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.single-f__info-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  background-color: #fff;
  border: 1px solid #dcebde;
  border-radius: 5px;
  margin-bottom: 15px;
}

.single-f__prices {
  width: 50%;
  padding: 25px 30px;
  border-right: 1px solid #dcebde;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.single-f__price span {
  font-weight: 600;
  font-size: 15px;
  line-height: 18px;
  color: #7e7e7e;
  margin-bottom: 3px;
  display: inline-block;
}

.single-f__price p {
  margin: 0;
  font-weight: bold;
  font-size: 29px;
  line-height: 100%;
  color: #000000;
}

.single-f__price--dept p {
  font-size: 19px;
  font-weight: 600;
}

.single-f__price--full {
  margin-bottom: 15px;
}

.single-f__contact {
  width: 50%;
  padding: 25px 35px;
  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: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.single-f__info-content {
  padding: 25px 30px;
  background-color: #fff;
  border: 1px solid #dcebde;
  border-radius: 5px;
}

.single-f__info-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.single-f__info-item {
  color: #949494;
  font-size: 15px;
  line-height: 20px;
  margin-bottom: 10px;
}

.single-f__info-value {
  color: #000;
  font-weight: 600;
}

.single-f__info-value-link {
    color: #149acc;
    text-decoration: underline;
}

.single-f__info-value-link:hover,
.single-f__info-value-link:focus {
    text-decoration: none;
}

.single-f__save-pdf {
  font-size: 15px;
  line-height: 18px;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
  color: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.single-f__save-pdf::before {
  content: "";
  display: block;
  min-width: 20px;
  width: 20px;
  height: 20px;
  background-image: url("../img/save-pdf.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  margin-right: 20px;
}

.single-f__save-pdf:hover,
.single-f__save-pdf:focus {
  color: #e65a39;
}

.single-f__print {
  font-size: 15px;
  line-height: 18px;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
  color: #000;
  margin-left: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.single-f__print::before {
  content: "";
  display: block;
  min-width: 20px;
  width: 20px;
  height: 20px;
  background-image: url("../img/print.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  margin-right: 20px;
}

.single-f__print:hover,
.single-f__print:focus {
  color: #e65a39;
}

.single-f__slide {
  height: 355px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.single-f__slider {
  margin-bottom: 15px;
}

.single-f__slider .slick-arrow {
  z-index: 1;
  width: 25px;
  height: 42px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-image: url("../img/card-arrow-right.svg");
  opacity: 1;
}

.single-f__slider .slick-arrow:hover,
.single-f__slider .slick-arrow:focus {
  opacity: 0.7;
}

.single-f__slider .slick-arrow::before {
  display: none;
}

.single-f__slider .slick-next {
  right: 35px;
}

.single-f__slider .slick-prev {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  margin-top: -22px;
  left: 35px;
}

.single-f__nav-slide {
  height: 85px;
  width: 100% !important;
  padding: 12px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #dae2e7;
  outline: none;
  cursor: pointer;
}

.single-f__nav-slide.slick-current {
  border-color: #149acc;
}

.single-f__nav-slide:hover,
.single-f__nav-slide:focus {
  border-color: #149acc;
}

.single-f__nav-slide-image {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.single-f__nav-slider .slick-list {
  overflow: visible;
}

.single-f__nav-slider .slick-track {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  -webkit-column-gap: 13px;
  column-gap: 13px;
  row-gap: 13px;
  width: 100% !important;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-transform: none !important;
  transform: none !important;
}

.single-f__nav-slider .slick-track::before {
  display: none;
}

.single-f__nav-slider .slick-track::after {
  display: none;
}

@media screen and (max-width: 1260px) {
  .single-f__quest {
    min-width: 200px;
  }
  .single-f__prices {
    padding: 20px;
  }
  .single-f__contact {
    padding: 20px;
  }
  .single-f__phone-text {
    font-size: 14px;
  }
  .single-f__phone {
    font-size: 18px;
  }
  .single-f__price p {
    font-size: 24px;
  }
  .single-f__price--dept p {
    font-size: 20px;
  }
  .single-f__nav-slide {
    padding: 8px;
    height: 75px;
  }
}

@media screen and (max-width: 991px) {
  .single-f__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .single-f__images {
    width: 100%;
    margin-bottom: 30px;
      position: relative;
  }
  .single-f__info {
    width: 100%;
  }
  .single-f__nav-slide {
    padding: 10px;
    height: 110px;
  }
}

@media screen and (max-width: 800px) {
  .single-f__save-pdf {
    margin-bottom: 10px;
  }
  .single-f__print {
    margin-left: auto;
    margin-bottom: 10px;
  }
  .single-f__slider .slick-arrow {
    width: 15px;
    height: 25px;
  }
  .single-f__slider .slick-prev {
    margin-top: -12px;
    left: 12px;
  }
  .single-f__slider .slick-next {
    right: 12px;
  }
  .single-f__nav-slide {
    padding: 5px;
    height: 60px;
  }
  .single-f__info-head {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .single-f__prices {
    width: 100%;
    border: 0;
    border-bottom: 1px solid #dcebde;
  }
  .single-f__contact {
    width: 100%;
  }
  .single-f__info-content {
    padding: 15px;
  }
}

.new-f {
  padding-top: 36px;
  padding-bottom: 90px;
  background-color: #fff;
  border-top: 1px solid #e1edf3;
  overflow: hidden;
}

.new-f__title {
  margin: 0;
  font-weight: 600;
  font-size: 30px;
  line-height: 37px;
  margin-bottom: 35px;
}

.new-f__card {
  border: 1px solid #e1edf3;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 5px;
  padding: 20px;
  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-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
  color: #000;
  height: 100%;
}


.new-f__card:hover,
.new-f__card:focus {
  border: 1px solid #f08562;
}

.new-f__card:hover .new-f__button,
.new-f__card:focus .new-f__button {
  background-color: #f08562;
  color: #fff;
}

.new-f__image {
  width: 100%;
  height: 175px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  margin-bottom: 15px;
}

.new-f__name {
  font-weight: 600;
  font-size: 15px;
  line-height: 18px;
  text-align: center;
  color: #000000;
  margin-bottom: 15px;
  width: 100%;
}

.new-f__price {
  margin: 0;
  margin-top: auto;
  margin-bottom: 15px;
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  color: #149acc;
  text-align: center;
}

.new-f__button {
  background-color: transparent;
  border: 1px solid #f08562;
  color: #000;
}

.new-f__slider {
  position: relative;
  padding-bottom: 50px;
}

.new-f .swiper-button::after{
  display: none;
}

.new-f .swiper-button {
  width: 60px;
  height: 60px;
  background-color: #fff;
  margin-top: -50px;
  border-radius: 50%;
  color: #149acc;
  outline: none;
  -webkit-box-shadow: 0px 5px 21px rgba(0, 0, 0, 0.11);
  box-shadow: 0px 5px 21px rgba(0, 0, 0, 0.11);
}

.new-f .swiper-button::after {
  font-size: 25px;
}

.new-f .swiper-button.swiper-button-disabled {
  opacity: 1;
  pointer-events: auto;
}

.new-f .swiper-button.swiper-button-disabled::after {
  opacity: 0.5;
}

.new-f .swiper-button-next {
  right: -20px;
  background-image: url(../img/prev.svg);
  background-repeat: no-repeat;
  background-size: 22px auto;
  background-position: center;
  transform: rotate(180deg);
}

.new-f .swiper-button-prev {
  left: -20px;
  background-image: url(../img/prev.svg);
  background-repeat: no-repeat;
  background-size: 22px auto;
  background-position: center;
}

.new-f .swiper-slide {
  height: auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 10px;
  padding-right: 10px;
}

.new-f .swiper-wrapper {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
}

.new-f .swiper-scrollbar-drag {
  top: -1px;
  height: 4px;
  background-color: #149acc;
  border-radius: 0;
  cursor: pointer;
}

.new-f .swiper-scrollbar {
  background-color: #e1edf3;
  height: 2px;
}

.new-f .swiper-scrollbar-wrap {
  position: absolute;
  bottom: 2px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 73%;
  z-index: 1;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media screen and (max-width: 1260px) {
  .new-f__title {
    font-size: 26px;
  }
}

@media screen and (max-width: 800px) {
  .new-f__title {
    font-size: 20px;
    line-height: 26px;
  }
  .new-f .swiper-scrollbar-wrap {
    width: 100%;
    padding-right: 10px;
    padding-left: 10px;
  }
  .new-f .swiper-button {
    width: 40px;
    height: 40px;
  }
  .new-f .swiper-button-next {
    right: -10px;
  }
  .new-f .swiper-button-prev {
    left: -10px;
  }
}

.modal-f {
  position: fixed;
  overflow-y: auto;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-color: #fff;
  width: 444px;
  z-index: 11;
  display: none;
}

.modal-f__bg {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  left: 0;
  top: 0;
  z-index: 10;
  display: none;
}

.modal-f__header {
  background-color: #37acd7;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 25px 40px;
}

.modal-f__title {
  margin: 0;
  font-weight: 600;
  font-size: 24px;
  line-height: 29px;
  color: #fff;
}

.modal-f__close {
  margin-left: auto;
  width: 15px;
  min-width: 15px;
  height: 15px;
  background-image: url("../img/close.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  cursor: pointer;
}

.modal-f__close:hover,
.modal-f__close:focus {
  opacity: 0.6;
}

.modal-f__text-block {
  padding: 25px 40px;
  font-size: 15px;
  line-height: 20px;
  color: #000000;
}

.modal-f__forms {
  padding: 25px 40px;
  background-color: #f8f8f9;
}

.modal-f__form-item {
  margin-bottom: 15px;
}

.modal-f__form-item:last-child {
  margin-bottom: 0;
}

.cart__form-item {
    margin-bottom: 15px;
}

.cart__form-item:last-child {
    margin-bottom: 0;
}

.modal-f__footer {
  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-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  padding: 40px;
  padding-top: 17px;
}

.modal-f__checkbox {
  margin-bottom: 20px;
}

.modal-f__checkbox input {
  display: none;
}

.modal-f__checkbox input:checked ~ label::after {
  content: "";
  display: block;
  width: 6px;
  height: 13px;
  border-bottom: 2px solid #149acc;
  border-right: 2px solid #149acc;
  position: absolute;
  left: 6px;
  top: 42%;
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
}

.modal-f__checkbox label {
  font-size: 15px;
  line-height: 25px;
  color: #000;
  padding-left: 35px;
  display: inline-block;
  position: relative;
  cursor: pointer;
}

.modal-f__checkbox label::before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  border: 1px solid #deeaf2;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 3px;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.modal-f__checkbox label a {
  color: #000;
}

.modal-f__checkbox label a:hover,
.modal-f__checkbox label a:focus {
  text-decoration: none;
}

.modal-f__button {
  margin-bottom: 0;
}

@media screen and (max-width: 800px) {
  .modal-f {
    width: 90%;
  }
  .modal-f__text-block {
    padding: 10px 15px;
    font-size: 14px;
    line-height: 18px;
  }
  .modal-f__title {
    font-size: 18px;
    line-height: 20px;
  }
  .modal-f__header {
    padding: 10px 15px;
  }
  .modal-f__forms {
    padding: 10px 15px;
  }
  .modal-f__form-item {
    margin-bottom: 10px;
  }
  .modal-f__footer {
    padding: 15px;
  }
  .modal-f__checkbox label {
    font-size: 14px;
    line-height: 16px;
  }
}

.home-f__search-block {
  margin-top: 30px;
  margin-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: #fff;
  border-radius: 5px;
  position: relative;
}

.home-f__search-block .search__input {
  border: none;
  border-right: 1px solid #e1edf3;
}

.home-f__search-block .search__button {
  background-image: url("../img/search-blue.svg");
}

.home-f__search {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.home-f__parametrs-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
  padding-left: 30px;
  padding-right: 30px;
  width: 278px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  white-space: nowrap;
}

.home-f__parametrs-button::before {
  content: "";
  display: block;
  width: 23px;
  height: 23px;
  background-image: url("../img/interface-gray.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  margin-right: 24px;
}

.home-f__parametrs-button:hover,
.home-f__parametrs-button:focus {
  background-color: #e1edf3;
}

.home-f__new {
  border-top: none;
}

@media (max-width: 991px) {
  .home-f__parametrs-button {
    width: 210px;
    font-size: 14px;
    padding-left: 10px;
    padding-right: 10px;
  }
  .home-f__parametrs-button::before {
    margin-right: 10px;
  }
}

@media (max-width: 800px) {
  .home-f__search-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .home-f__search-block .search__input {
    border-right: 0;
    border-bottom: 1px solid #e1edf3;
  }
  .home-f__parametrs-button {
    height: 40px;
    width: 100%;
  }
}

.category-f {
  padding-bottom: 40px;
}

.category-f__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 35px;
}

.category-f__block {
  padding: 40px;
  width:33%;
  background-color: #149acc;
  border-radius: 5px;
  min-height: 338px;
  margin-left:10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  position: relative;
  overflow: hidden;
}

.category-f__block--narrow {
 /* width: 303px;*/
}

.category-f__block--wide {
  /*width: 303px;*/
}

.category-f__block:hover .category-f__list,
.category-f__block:focus .category-f__list {
  opacity: 1;
}

.category-f__block:hover .category-f__bg,
.category-f__block:focus .category-f__bg {
  -webkit-filter: blur(5px);
  filter: blur(5px);
}

.category-f__title {
  margin: 0;
  font-weight: 600;
  font-size: 30px;
  line-height: 37px;
  margin-bottom: 14px;
  color: #fff;
  position: relative;
  z-index: 1;
}

.category-f__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  opacity: 0;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  position: relative;
  z-index: 1;
}

.category-f__item {
  font-weight: 600;
  font-size: 15px;
  line-height: 25px;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
  color: #ffffff;
  margin-bottom: 10px;
}

.category-f__item:hover,
.category-f__item:focus {
  text-decoration: none;
}

.category-f__more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.category-f__more-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  background-color: transparent;
  border: none;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  margin-bottom: 27px;
  color: #000;
  cursor: pointer;
  outline: none;
}

.category-f__more-button:hover,
.category-f__more-button:focus {
  color: #149acc;
}

.category-f__more-button::before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  margin-right: 14px;
  background-image: url("../img/burger.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.category-f__more-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  display: none;
}

.category-f__more-item {
  font-size: 15px;
  line-height: 42px;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  text-decoration: none;
  color: #000000;
  background: #ffffff;
  -webkit-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.02);
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.02);
  border-radius: 5px;
  padding-left: 13px;
  padding-right: 13px;
  margin-bottom: 7px;
  margin-right: 9px;
  white-space: nowrap;
}

.category-f__more-item:hover,
.category-f__more-item:focus {
  background-color: #149acc;
  color: #fff;
}

.category-f__text-close {
  display: none;
}

.category-f__more--opened .category-f__more-button::before {
  background-image: url("../img/close-more.svg");
}

.category-f__more--opened .category-f__text-close {
  display: block;
}

.category-f__more--opened .category-f__text-open {
  display: none;
}

.category-f__more--opened .category-f__more-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.category-f__filter-box::before {
  left: calc(100% - 155px);
}

.category-f__bg {
  position: absolute;
  width: 110%;
  height: 110%;
  -webkit-transform: translate(-5%, -5%);
  transform: translate(-5%, -5%);
  left: 0;
  top: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-repeat: center;
}

@media (max-width: 1260px) {
  .category-f__block {
    padding: 25px;
    margin-left:1px !important;
  }
  .category-f__block--wide {
   /* width: 400px;*/
  }
  .category-f__block--narrow {
    width: 250px;
  }
  .category-f__title {
    font-size: 26px;
  }
  .category-f__item {
    font-size: 14px;
    line-height: 20px;
  }
}

@media (max-width: 991px) {
  .category-f__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .category-f__block {
    width: 100%;
    margin-bottom: 20px;
    min-height: 200px;
    padding: 15px;
  }
  .category-f__more-item {
    font-size: 14px;
    line-height: 30px;
  }
  .category-f__list {
    opacity: 1;
  }
  .category-f__filter-box::before {
    left: calc(100% - 120px);
  }
}

@media (max-width: 800px) {
  .category-f__filter-box::before {
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .category-f__title {
    font-size: 20px;
    line-height: 26px;
  }
  .category-f__more-button {
    font-size: 14px;
    line-height: 16px;
  }
  .category-f__more-item {
    font-size: 13px;
    line-height: 30px;
    margin-right: 5px;
    margin-bottom: 5px;
    padding-left: 8px;
    padding-right: 8px;
  }
}

.clients-f {
  padding-top: 40px;
  padding-bottom: 50px;
  border-top: 1px solid #e1edf3;
  background-color: #fff;
  overflow: hidden;
}

.clients-f__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 30px;
}

.clients-f__title {
  margin: 0;
  font-weight: 600;
  font-size: 30px;
  line-height: 31px;
  color: #000;
  margin-right: 47px;
  width: 315px;
}

.clients-f__slogan {
  margin: 0;
  width: 454px;
  font-size: 16px;
  line-height: 130.5%;
  color: #7d7d7d;
}

.clients-f__button {
  border: 1px solid #f08562;
  margin-left: auto;
  color: #000;
}

.clients-f__button:hover,
.clients-f__button:focus {
  background-color: #f08562;
  color: #fff;
}

.clients-f__slide {
  padding-left: 10px;
  padding-right: 10px;
  outline: none;
}

.clients-f__slide-item {
  border: 1px solid #e1edf3;
  border-radius: 5px;
  padding: 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
  height: 100%;
}

.clients-f__logo {
  height: 94px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  margin-bottom: 20px;
}

.clients-f__name {
  margin: 0;
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  margin-bottom: 4px;
}

.clients-f__descript {
  margin: 0;
  font-size: 14px;
  line-height: 119.5%;
  color: #b5b5b5;
}

.clients-f .slick-list {
  /* display: -webkit-box;
  display: -ms-flexbox;
  display: flex; */
  margin-left: -10px;
  margin-right: -10px;
}

.clients-f .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.clients-f .slick-arrow {
  width: 60px;
  height: 60px;
  background-color: #fff;
  border-radius: 50%;
  color: #149acc;
  outline: none;
  -webkit-box-shadow: 0px 5px 21px rgba(0, 0, 0, 0.11);
  box-shadow: 0px 5px 21px rgba(0, 0, 0, 0.11);
  z-index: 1;
  background-image: url("../img/prev.svg");
  background-repeat: no-repeat;
  background-size: 22px auto;
  background-position: center;
}

.clients-f .slick-arrow::before {
  display: none;
}

.clients-f .slick-prev {
  left: -30px;
}

.clients-f .slick-next {
  right: -30px;
  margin-top: -30px;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

@media (max-width: 1260px) {
  .clients-f__title {
    font-size: 26px;
    width: 290px;
    margin-right: 25px;
  }
  .clients-f__slogan {
    font-size: 14px;
    width: 400px;
  }
}

@media (max-width: 991px) {
  .clients-f__title {
    width: 250px;
  }
  .clients-f__slogan {
    width: 310px;
  }
  .clients-f__name {
    font-size: 16px;
  }
}

@media (max-width: 800px) {
  .clients-f__header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .clients-f__title {
    width: 100%;
    margin-right: 0;
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 5px;
  }
  .clients-f__slogan {
    width: 100%;
    margin-bottom: 20px;
  }
  .clients-f .slick-arrow {
    width: 40px;
    height: 40px;
  }
  .clients-f .slick-prev {
    left: -20px;
  }
  .clients-f .slick-next {
    right: -20px;
    margin-top: -20px;
  }
  .clients-f__slide-item {
    padding: 10px;
  }
  .clients-f__logo {
    height: 60px;
  }
  .clients-f__button {
    margin-left: 0;
  }
}

.faq-f {
  padding-bottom: 46px;
  /* стили блока аккордеон */
  /* секции аккордеона */
  /* заголовки панелей аккордеона */
  /* переключатель панелей, положение вниз */
  /* активный переключатель, положение вверх */
  /* заголовок активного блока  */
  /* блоки с содержанием */
}

.faq-f__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.faq-f__left {
  width: 69.3%;
}

.faq-f__right {
  width: 28.7%;
}

.faq-f__sidebar {
  background-color: #fff;
  border: 1px solid #deeaf2;
  border-radius: 5px;
  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-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 25px;
}

.faq-f__sidebar p {
  margin: 0;
  text-align: center;
  font-size: 16px;
  line-height: 128.3%;
  margin-bottom: 15px;
}

.faq-f__sidebar-button {
  margin-bottom: 0;
}

.faq-f .accordion {
  width: 100%;
}

.faq-f .accordion .accordion_item {
  position: relative;
  background-color: #fff;
  border: 1px solid #deeaf2;
  border-radius: 5px;
  margin-bottom: 15px;
}

.faq-f .accordion .accordion_item:hover,
.faq-f .accordion .accordion_item:focus {
  border-color: #149acc;
}

.faq-f .accordion .title_block {
  margin: 0;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  cursor: pointer;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 0.2s linear 0;
  -webkit-transition-delay: 0.2s 0;
  transition: all 0.2s linear 0;
  padding: 20px 30px;
  position: relative;
}

.faq-f .accordion .title_block::after {
  display: block;
  content: "";
  width: 15px;
  min-width: 15px;
  min-height: 15px;
  height: 15px;
  border-right: 2px solid #d4e3d6;
  border-bottom: 2px solid #d4e3d6;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-top: -8px;
  margin-left: 10px;
}

.faq-f .accordion .active_block .title_block::after {
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
  margin-top: 2px;
  border-color: #d4e3d6;
}

.faq-f .accordion .active_block {
  border-color: #149acc;
}

.faq-f .accordion .active_block .title_block {
  color: #149acc;
}

.faq-f .accordion .info {
  margin: 0;
  display: none;
  overflow: hidden;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  color: #383838;
  margin-left: 55px;
  padding-bottom: 30px;
  padding-right: 90px;
}

.faq-f .accordion .info p {
  margin: 0;
}

@media screen and (max-width: 1260px) {
  .faq-f__left {
    width: 65%;
  }
  .faq-f__sidebar {
    padding: 20px;
  }
  .faq-f__right {
    width: 33%;
  }
  .faq-f .accordion .title_block {
    padding: 15px 20px;
    font-size: 14px;
  }
  .faq-f .accordion .info {
    font-size: 14px;
    line-height: 20px;
  }
}

@media screen and (max-width: 991px) {
  .faq-f__left {
    width: 100%;
  }
  .faq-f__right {
    width: 100%;
  }
  .faq-f__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

@media screen and (max-width: 800px) {
  .faq-f .accordion .title_block {
    padding: 10px;
  }
  .faq-f__sidebar p {
    font-size: 14px;
  }
}

.instruction-user__dots {
  width: 24px;
}

.instruction-user__format {
  font-size: 16px;
  line-height: 19px;
  color: #ababab;
}

.instruction-user .table__row .instruction-user__file {
  padding-top: 20px;
  padding-bottom: 20px;
}

.instruction-user__name {
  font-weight: 600;
  font-size: 15px;
  line-height: 18px;
}

@media (max-width: 1260px) {
  .instruction-user__format,
  .instruction-user__name {
    font-size: 14px;
  }
}

@media screen and (max-width: 800px) {
  .instruction-user__row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .instruction-user__date {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .instruction-user__dots {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
    margin-left: auto;
  }
  .instruction-user__dots .dots-nav {
    padding-bottom: 0;
  }
  .instruction-user__dots .dots-nav__menu {
    top: 42px;
  }
  .instruction-user__file {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .instruction-user__name,
  .instruction-user__format {
    width: 100%;
  }
}

.chat {
  padding-bottom: 50px;
}

.chat__item {
  display: block;
  background-color: #fff;
  margin-bottom: 15px;
  border-radius: 4px;
}

.chat__item:last-child {
  margin-bottom: 0;
}

.chat__item--right {
  margin-left: 40px;
}

.chat__head {
  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;
  padding: 20px 30px;
  border-bottom: 1px solid #edf1ee;
}

.chat__box {
  max-height: 500px;
  overflow-y: auto;
  /* Стрелки */
}

.chat__box::-webkit-scrollbar {
  width: 4px;
  background-color: transparent;
}

.chat__box::-webkit-scrollbar-thumb {
  background-color: #253861;
  border-radius: 5px;
  background: #e1edf3;
  opacity: 0.4;
}

.chat__box::-webkit-scrollbar-button:vertical:start:decrement {
  display: none;
}

.chat__box::-webkit-scrollbar-button:vertical:end:increment {
  display: none;
}

.chat__box::-webkit-scrollbar-button:horizontal:start:decrement {
  display: none;
}

.chat__box::-webkit-scrollbar-button:horizontal:end:increment {
  display: none;
}

.chat__message {
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 120px;
  padding-right: 50px;
  font-size: 16px;
  line-height: 21px;
}

.chat__message p {
  margin: 0;
  margin-bottom: 20px;
}

.chat__photo {
  width: 55px;
  height: 55px;
  margin-right: 35px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border-radius: 50%;
}

.chat__profile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.chat__username {
  margin: 0;
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  margin-bottom: 5px;
}

.chat__userdescript {
  margin: 0;
  font-size: 15px;
  line-height: 18px;
  color: #acacac;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.chat__userdescript span {
  margin-right: 10px;
}

.chat__date {
  font-size: 15px;
  line-height: 18px;
  margin: 0;
}

.chat__form {
  padding-top: 30px;
}

.chat__form-title {
  margin: 0;
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 20px;
}

.chat__textarea {
  margin-bottom: 20px;
}

@media (max-width: 991px) {
  .chat__head {
    padding: 10px 15px;
  }
  .chat__photo {
    width: 30px;
    height: 30px;
    margin-right: 15px;
    min-width: 30px;
  }
  .chat__username {
    font-size: 16px;
    line-height: 18px;
  }
  .chat__userdescript {
    font-size: 14px;
    line-height: 18px;
  }
  .chat__date {
    font-size: 14px;
    line-height: 18px;
  }
  .chat__message {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 20px;
    padding-left: 60px;
    font-size: 14px;
    line-height: 18px;
  }
  .chat__message p {
    margin-bottom: 10px;
  }
}

@media (max-width: 800px) {
  .chat__head {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 10px;
  }
  .chat__profile {
    width: 100%;
  }
  .chat__message {
    padding: 10px;
  }
  .chat__date {
    margin-top: 10px;
    margin-left: 45px;
  }
  .chat__box {
    max-height: 330px;
  }
  .chat__item--right {
    margin-left: 25px;
  }
}

.request-list__item {
  background-color: #fff;
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 15px;
  padding: 25px 30px;
  text-decoration: none;
  color: #000;
  border: 1px solid #fff;
}

.request-list__item:hover,
.request-list__item:focus {
  -webkit-box-shadow: 0px 4px 24px rgba(44, 62, 70, 0.1);
  box-shadow: 0px 4px 24px rgba(44, 62, 70, 0.1);
  border: 1px solid #149acc;
}

.request-list__photo {
  width: 55px;
  min-width: 55px;
  height: 55px;
  margin-right: 35px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border-radius: 50%;
}

.request-list__profile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 350px;
  min-width: 350px;
  margin-right: 10px;
}

.request-list__name {
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  margin-bottom: 5px;
}

.request-list__number {
  font-size: 16px;
}

.request-list__time {
  margin: 0;
  margin-left: auto;
}

.request-list__object {
  margin-right: 15px;
}

.request-list__object-name {
  margin: 0;
  font-size: 16px;
  line-height: 19px;
  color: #ababab;
}

.request-list__object-name span {
  font-weight: 600;
  color: #000;
}

@media (max-width: 991px) {
  .request-list__item {
    padding: 15px 20px;
  }
  .request-list__photo {
    min-width: 30px;
    width: 30px;
    height: 30px;
    margin-right: 15px;
  }
  .request-list__profile {
    min-width: 230px;
    width: 230px;
  }
  .request-list__name {
    font-size: 14px;
    line-height: 18px;
  }
  .request-list__number {
    font-size: 14px;
    line-height: 18px;
  }
  .request-list__object-name {
    font-size: 14px;
    line-height: 17px;
  }
  .request-list__time {
    font-size: 14px;
  }
}

@media (max-width: 800px) {
  .request-list__item {
    padding: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .request-list__profile {
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
  }
  .request-list__object {
    width: 100%;
    margin-bottom: 10px;
  }
  .request-list__time {
    margin-left: 0;
  }
}

.history__date {
  font-size: 15px;
  line-height: 18px;
  color: #000000;
}

.history__type {
  font-weight: 600;
  font-size: 15px;
  line-height: 18px;
}

.history__user {
  font-size: 18px;
  line-height: 22px;
}

.history__actions {
  width: 50%;
}

.history__row .history__actions {
  padding-top: 15px;
  padding-bottom: 20px;
}

.history__actions-item {
  margin-bottom: 15px;
  font-size: 16px;
  line-height: 19px;
  color: #ababab;
}

.history__actions-item strong {
  color: #000;
  font-weight: 600;
}

.history__actions-category {
  margin: 0;
  font-weight: normal;
  font-size: 16px;
  line-height: 19px;
}

.history__actions-all {
  font-size: 16px;
  line-height: 19px;
  text-decoration: underline;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #149acc;
  cursor: pointer;
}

.history__actions-all:hover,
.history__actions-all:focus {
  text-decoration: none;
}

.history__actions-all::after {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  background-image: url("../img/arrow-bottom-blue.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  margin-left: 10px;
}

@media (max-width: 1260px) {
  .history__date,
  .history__type,
  .history__user,
  .history__actions-category,
  .history__actions-all,
  .history__actions-item {
    font-size: 14px;
    line-height: 18px;
  }
}

@media (max-width: 800px) {
  .history__actions {
    width: 100%;
  }
  .history__row .history__actions {
    padding: 0;
  }
  .history__row {
    position: relative;
  }
  .history__actions-item {
    margin-bottom: 10px;
  }
  .history__date {
    padding-right: 30px;
  }
  .history__dots {
    position: absolute;
    right: 10px;
    top: 10px;
  }
}

.report__filter-text {
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  margin-right: 20px;
}

.report__id {
  font-size: 15px;
  line-height: 18px;
  color: #000000;
}

.report__number {
  font-weight: 600;
  font-size: 15px;
  line-height: 18px;
}

.report__type,
.report__status,
.report__price {
  font-size: 15px;
  line-height: 18px;
}

.report__type {
  color: #636363;
}

.report__count,
.report__views {
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
}

.report__filter {
  width: 860px;
}

.report__filter::before {
  left: 515px;
}

.report__select {
  width: 375px;
  margin-right: 15px;
}

@media (max-width: 1260px) {
  .report__id,
  .report__number,
  .report__type,
  .report__count,
  .report__views,
  .report__status,
  .report__price {
    font-size: 14px;
    line-height: 17px;
  }
  .report__filter {
    width: 100%;
  }
}

@media (max-width: 800px) {
  .report .objects__settings-icon {
    margin-left: auto;
    margin-right: 10px;
  }
  .report__filter-text {
    margin-bottom: 5px;
    width: 100%;
  }
  .report__select {
    width: 77%;
  }
  .report__filter {
    top: 80px;
  }
  .report__filter::before {
    left: calc(100% - 36px);
  }
  .report__filter-grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .report__filter-grid .grid__item {
    margin-bottom: 20px;
  }
  .report__filter-grid .grid__item:last-child {
    margin-bottom: 0;
  }
  .report__filter-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .report__id,
  .report__number,
  .report__type,
  .report__count,
  .report__views,
  .report__status,
  .report__price {
    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;
    text-align: right;
  }
  .report__id::before,
  .report__number::before,
  .report__type::before,
  .report__count::before,
  .report__views::before,
  .report__status::before,
  .report__price::before {
    content: "";
    color: #2c3e46;
    font-weight: 600;
    font-size: 14px;
    line-height: 16px;
    margin-right: 10px;
    text-align: left;
  }
  .report__id::before {
    content: "№ п/п";
  }
  .report__number::before {
    content: "№ объявления";
  }
  .report__type::before {
    content: "Вид имущества";
  }
  .report__status::before {
    content: "Статус объекта";
  }
  .report__price::before {
    content: "Стоимость";
  }
  .report__count::before {
    content: "Кол-во обращений";
  }
  .report__views::before {
    content: "Кол-во просмотров";
  }
}

.required {
    border: solid 1px red;
}
