/* veriabels */
/* FONTS */
/* COLOR */
/* TRANSITION */
/* mixins */
/* media */
/* max-width */
/* min-width */
/* FONTS */
/* SVG Socails Animation */
/* BASE */
/* FONTS */
/* COLOR */
/* TRANSITION */
@font-face {
  font-family: "MuseoSans";
  font-weight: 400;
  font-style: normal;
  src: url("../fonts/MuseoSansRegular.eot");
  src: url("../fonts/MuseoSansRegular.eot?#iefix") format("embedded-opentype"), url("../fonts/MuseoSansRegular.woff") format("woff"), url("../fonts/MuseoSansRegular.ttf") format("truetype");
}

@font-face {
  font-family: "MuseoSans";
  font-weight: 700;
  font-style: normal;
  src: url("../fonts/MuseoSansBold.eot");
  src: url("../fonts/MuseoSansBold.eot?#iefix") format("embedded-opentype"), url("../fonts/MuseoSansBold.woff") format("woff"), url("../fonts/MuseoSansBold.ttf") format("truetype");
}

@font-face {
  font-family: "MuseoSans";
  font-weight: 400;
  font-style: italic;
  src: url("../fonts/MuseoSansItalic.eot");
  src: url("../fonts/MuseoSansItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/MuseoSansItalic.woff") format("woff"), url("../fonts/MuseoSansItalic.ttf") format("truetype");
}

@font-face {
  font-family: "MuseoSans";
  font-weight: 300;
  font-style: normal;
  src: url("../fonts/MuseoSansLight.eot");
  src: url("../fonts/MuseoSansLight.eot?#iefix") format("embedded-opentype"), url("../fonts/MuseoSansLight.woff") format("woff"), url("../fonts/MuseoSansLight.ttf") format("truetype");
}

@font-face {
  font-family: "MuseoSans";
  font-weight: 500;
  font-style: normal;
  src: url("../fonts/MuseoSansMedium.eot");
  src: url("../fonts/MuseoSansMedium.eot?#iefix") format("embedded-opentype"), url("../fonts/MuseoSansMedium.woff") format("woff"), url("../fonts/MuseoSansMedium.ttf") format("truetype");
}

@font-face {
  font-family: "MuseoSans";
  font-weight: 900;
  font-style: normal;
  src: url("../fonts/MuseoSansBlack.eot");
  src: url("../fonts/MuseoSansBlack.eot?#iefix") format("embedded-opentype"), url("../fonts/MuseoSansBlack.woff") format("woff"), url("../fonts/MuseoSansBlack.ttf") format("truetype");
}

@font-face {
  font-family: "MuseoSans";
  font-weight: 700;
  font-style: italic;
  src: url("../fonts/MuseoSansBoldItalic.eot");
  src: url("../fonts/MuseoSansBoldItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/MuseoSansBoldItalic.woff") format("woff"), url("../fonts/MuseoSansBoldItalic.ttf") format("truetype");
}

@font-face {
  font-family: "MuseoSans";
  font-weight: 500;
  font-style: italic;
  src: url("../fonts/MuseoSansMediumItalic.eot");
  src: url("../fonts/MuseoSansMediumItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/MuseoSansMediumItalic.woff") format("woff"), url("../fonts/MuseoSansMediumItalic.ttf") format("truetype");
}

@font-face {
  font-family: "MuseoSans";
  font-weight: 300;
  font-style: italic;
  src: url("../fonts/MuseoSansLightItalic.eot");
  src: url("../fonts/MuseoSansLightItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/MuseoSansLightItalic.woff") format("woff"), url("../fonts/MuseoSansLightItalic.ttf") format("truetype");
}

@font-face {
  font-family: "MuseoSans";
  font-weight: 900;
  font-style: italic;
  src: url("../fonts/MuseoSansBlackItalic.eot");
  src: url("../fonts/MuseoSansBlackItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/MuseoSansBlackItalic.woff") format("woff"), url("../fonts/MuseoSansBlackItalic.ttf") format("truetype");
}

@font-face {
  font-family: "Mariad Pro";
  font-weight: 400;
  font-style: normal;
  src: url("../fonts/MyriadPro-Regular.eot");
  src: url("../fonts/MyriadPro-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/MyriadPro-Regular.woff") format("woff"), url("../fonts/MyriadPro-Regular.ttf") format("truetype");
}

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

@font-face {
  font-family: "Mariad Pro";
  font-weight: 700;
  font-style: normal;
  src: url("../fonts/MyriadPro-Bold.eot");
  src: url("../fonts/MyriadPro-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/MyriadPro-Bold.woff") format("woff"), url("../fonts/MyriadPro-Bold.ttf") format("truetype");
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

*:focus {
  outline: none;
}

body {
  font-family: "MuseoSans";
  font-weight: 300;
}

a {
  text-decoration: none;
  -webkit-transition: 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  transition: 0.4s cubic-bezier(0.23, 1, 0.32, 1);
}

input[type="text"],
textarea {
  resize: none;
  height: 100%;
  padding: 0 15px;
  border: 1px solid #e8e8e8;
  background-color: #fff;
  color: #6a6a6a;
  font-family: "MuseoSans";
  font-size: 16px;
  font-weight: 300;
}

input[type="text"]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #6a6a6a;
  opacity: 1;
}

input[type="text"]::-moz-placeholder,
textarea::-moz-placeholder {
  color: #6a6a6a;
  opacity: 1;
}

input[type="text"]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #6a6a6a;
  opacity: 1;
}

input[type="text"]::-ms-input-placeholder,
textarea::-ms-input-placeholder {
  color: #6a6a6a;
  opacity: 1;
}

input[type="text"]::placeholder,
textarea::placeholder {
  color: #6a6a6a;
  opacity: 1;
}

input[type="text"]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #6a6a6a;
}

input[type="text"]::-ms-input-placeholder,
textarea::-ms-input-placeholder {
  color: #6a6a6a;
}

input[type="submit"] {
  cursor: pointer;
  -webkit-transition: 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  transition: 0.4s cubic-bezier(0.23, 1, 0.32, 1);
}

input[type="submit"]:hover {
  opacity: 0.8;
}

.file-upload {
  -webkit-transition: 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  transition: 0.4s cubic-bezier(0.23, 1, 0.32, 1);
}

.file-upload:hover {
  opacity: .8;
}

.file-upload label {
  display: inline-block;
  cursor: pointer;
}

.file-upload input {
  display: none;
}

.bold-text {
  font-weight: 700;
}

button {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: none;
  cursor: pointer;
  -webkit-transition: 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  transition: 0.4s cubic-bezier(0.23, 1, 0.32, 1);
}

button:hover {
  opacity: .8;
}

.wrapper {
  margin: 0 auto;
  width: 100%;
  max-width: 1155px;
  padding: 0 15px;
}

.main {
  display: block;
  position: relative;
}

.red-btn {
  background-color: #de1e12;
  font-size: 18px;
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: 400;
  width: 270px;
  border: none;
  height: 53px;
}

.red-btn:hover {
  opacity: .8;
}

.red-btn_transparent {
  color: #000;
  border: 1px solid #de1e12;
  background-color: #fff;
}

.red-btn_transparent:hover {
  color: #fff;
  background-color: #de1e12;
}

@media only screen and (max-width: 767px) {
  .red-btn {
    max-width: 270px;
    width: 100%;
  }
}

@media only screen and (max-width: 576px) {
  .red-btn {
    max-width: 100%;
  }
}

.card {
  margin-bottom: 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-bottom: 45px;
  border-bottom: 1px solid #dddddd;
}

@media only screen and (max-width: 767px) {
  .card {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    width: -webkit-calc(50% - 15px);
    width: calc(50% - 15px);
    padding-bottom: 25px;
  }
}

@media only screen and (max-width: 576px) {
  .card {
    width: 100%;
  }
}

.card:last-child {
  border: none;
  border-bottom: 0;
  margin-bottom: 0;
}

.card__image {
  width: 280px;
  min-width: 280px;
}

@media only screen and (max-width: 767px) {
  .card__image {
    width: 100%;
    min-width: 100%;
  }
}

.card__info {
  position: relative;
  padding-left: 70px;
  padding-right: 35px;
}

@media only screen and (max-width: 991px) {
  .card__info {
    padding-left: 30px;
    padding-right: 0;
  }
}

@media only screen and (max-width: 767px) {
  .card__info {
    padding-left: 0;
  }
}

.card__title {
  max-width: 380px;
  color: #010000;
  font-size: 22px;
  font-weight: 500;
  line-height: 24px;
}

.card p {
  padding: 19px 0;
  color: #010000;
  font-size: 16px;
  line-height: 20px;
}

.card__link {
  font-size: 16px;
  color: #7a7a7a;
  text-decoration: underline;
}

.card__right {
  top: 0;
  right: 45px;
  position: absolute;
}

@media only screen and (max-width: 991px) {
  .card__right {
    position: static;
    margin-bottom: 30px;
  }
}

@media only screen and (max-width: 767px) {
  .card__right {
    padding-top: 30px;
  }
}

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

.card__rate-item {
  margin-left: 12px;
  width: 17px;
  height: 17px;
  -webkit-background-size: 100% 100%;
          background-size: 100% 100%;
  background-image: url("../img/plain-star.svg");
}

.card__rate-item.active {
  background-image: url("../img/plain-star-active.svg");
}

.card__category {
  margin-bottom: 22px;
  display: inline-block;
  background-color: #de1e12;
  padding: 7px 16px;
  font-size: 18px;
  font-weight: 300;
  color: #fff;
}

.card__phone {
  margin-top: -5px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  font-size: 18px;
  color: #010000;
  font-weight: 400;
}

@media only screen and (max-width: 991px) {
  .card__phone {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

@media only screen and (max-width: 767px) {
  .card__phone {
    margin-top: 0;
  }
}

.card__phone img {
  margin-right: 15px;
}

.card__address {
  margin-top: 26px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 16px;
  line-height: 18px;
  color: #010000;
  font-weight: 400;
}

.card__address img {
  margin-right: 10px;
}

.card__address span {
  max-width: 275px;
}

.card__profile {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 26px;
}

@media only screen and (max-width: 767px) {
  .card__profile {
    margin-bottom: 15px;
  }
}

.card__profile img {
  width: 52px;
  height: 52px;
  -webkit-border-radius: 50%;
          border-radius: 50%;
}

.card__profile-info {
  margin-left: 24px;
  height: 52px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.card__profile-name {
  color: #010000;
  font-size: 22px;
  font-weight: 500;
}

.card__profile-date {
  color: #7a7a7a;
  font-size: 16px;
  font-weight: 300;
}

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

@media only screen and (max-width: 767px) {
  .card__gallery {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    display: none;
  }
}

.card__gallery img {
  max-width: 95px;
  margin-left: 22px;
}

@media only screen and (max-width: 991px) {
  .card__gallery img {
    margin-left: 0;
    margin-right: 22px;
  }
}

@media only screen and (max-width: 767px) {
  .card__gallery img {
    margin-bottom: 15px;
  }
}

.card__footer {
  padding-top: 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media only screen and (max-width: 576px) {
  .card__footer {
    padding-top: 25px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.card__comments {
  margin-top: 40px;
  margin-bottom: 20px;
  padding-left: 63px;
}

@media only screen and (max-width: 576px) {
  .card__comments {
    padding-left: 15px;
  }
}

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

.card__comments-flex p {
  padding: 0;
}

.card__comments-item {
  margin-bottom: 30px;
}

.card__comments-item img {
  margin-right: 20px;
  min-width: 37px;
  width: 37px;
  -webkit-border-radius: 50%;
          border-radius: 50%;
}

.card__comments-item p {
  width: 100%;
  color: #000;
  font-size: 16px;
  font-weight: 400;
}

.card__comments-item .comment-panel {
  margin-top: 30px;
  padding-left: 58px;
}

.cards h3 {
  text-align: center;
  color: #000;
  font-size: 48px;
  font-weight: 500;
}

@media only screen and (max-width: 991px) {
  .cards h3 {
    font-size: 40px;
  }
}

@media only screen and (max-width: 576px) {
  .cards h3 {
    font-size: 36px;
  }
}

.cards__more-link {
  margin: 15px auto 0;
}

@media only screen and (max-width: 767px) {
  .cards__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}

.search {
  margin-top: 149px;
  padding: 42px 0 42px;
  -webkit-box-shadow: 1px 4px 27px rgba(0, 0, 0, 0.1);
          box-shadow: 1px 4px 27px rgba(0, 0, 0, 0.1);
}

@media only screen and (max-width: 991px) {
  .search {
    margin-top: 81px;
    padding-bottom: 25px;
  }
}

@media only screen and (max-width: 767px) {
  .search {
    margin-top: 60px;
  }
}

.search h3 {
  text-align: center;
  color: #000;
  font-size: 30px;
  font-weight: 500;
}

@media only screen and (max-width: 991px) {
  .search h3 {
    font-size: 24px;
  }
}

.search__form {
  margin: 28px auto 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media only screen and (max-width: 991px) {
  .search__form {
    margin-top: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.search__form .red-btn {
  min-width: 270px;
}

.search__field {
  width: 100%;
  height: 53px;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #e8e8e8;
  background-color: #fff;
  overflow: hidden;
  margin-right: 15px;
}

@media only screen and (max-width: 991px) {
  .search__field {
    width: 100%;
    max-width: 505px;
    margin-right: 0;
    margin-bottom: 20px;
  }
}

.search__field-button {
  padding: 0;
  background: none;
  height: 16px;
  position: absolute;
  right: 11px;
  top: 3px;
  bottom: 0;
  margin: auto 0;
}

.search__field input {
  width: 100%;
  border: none;
}

.search__field-city {
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 0;
  font-size: 16px;
  font-weight: 400;
  color: #000;
  background-color: #e8e8e8;
  position: relative;
  -webkit-transition: 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  transition: 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  width: 0;
  opacity: 0;
}

.search__field-city.active {
  padding: 0 14px 0 20px;
  opacity: 1;
  width: auto;
}

.search__field-close {
  cursor: pointer;
  margin-left: 11px;
  margin-bottom: 3px;
  font-size: 20px;
  font-weight: 500;
  color: #de1e12;
}

.page-container {
  padding: 45px 0 20px;
}

.page-container .wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media only screen and (max-width: 991px) {
  .page-container .wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.content {
  max-width: 815px;
  width: 100%;
  padding-bottom: 50px;
}

@media only screen and (max-width: 1200px) {
  .content {
    padding-right: 15px;
  }
}

@media only screen and (max-width: 991px) {
  .content {
    padding-right: 0;
    max-width: 100%;
  }
}

.content__header {
  color: #000;
  font-size: 16px;
  font-weight: 300;
}

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

.sidebar {
  padding-top: 90px;
  width: 270px;
  min-width: 270px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

@media only screen and (max-width: 991px) {
  .sidebar {
    padding-top: 0;
    width: 100%;
    text-align: left;
  }
}

.sidebar__categories {
  background-color: rgba(232, 232, 232, 0.55);
  padding: 32px 50px 32px;
}

@media only screen and (max-width: 991px) {
  .sidebar__categories {
    width: 100%;
    padding: 15px;
  }
}

.sidebar__categories-title {
  color: #000;
  font-size: 24px;
  font-weight: 500;
}

.sidebar__categories-list {
  margin-top: 30px;
}

@media only screen and (max-width: 991px) {
  .sidebar__categories-list {
    margin-top: 10px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}

@media only screen and (max-width: 991px) {
  .sidebar__categories-list li {
    margin-right: 15px;
  }
}

.sidebar__categories-list li a {
  font-size: 16px;
  font-weight: 400;
  line-height: 33px;
  color: #de1e12;
}

.sidebar__categories-list li a:hover {
  text-decoration: underline;
  opacity: .8;
}

.sidebar__banner {
  margin-top: 37px;
  max-width: 214px;
}

@media only screen and (max-width: 991px) {
  .sidebar__banner {
    display: none;
  }
}

.breadcrumbs {
  margin-top: 11px;
}

.breadcrumbs__item {
  color: #000;
}

@media only screen and (max-width: 767px) {
  .breadcrumbs__item {
    line-height: 23px;
  }
}

.breadcrumbs__item:hover {
  opacity: .8;
}

.breadcrumbs span {
  margin: 0 4px;
}

.comment-panel {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.comment-panel__message {
  -webkit-transform: translateY(5px);
      -ms-transform: translateY(5px);
          transform: translateY(5px);
  background-image: url("../img/message.svg");
  -webkit-background-size: 100% 100%;
          background-size: 100% 100%;
  width: 20px;
  height: 18px;
}

.comment-panel__next {
  margin-left: 23px;
  -webkit-transform: translateY(5px);
      -ms-transform: translateY(5px);
          transform: translateY(5px);
  background-image: url("../img/next.svg");
  -webkit-background-size: 100% 100%;
          background-size: 100% 100%;
  width: 19px;
  height: 17px;
}

.post-rate {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  font-weight: 400;
  line-height: 10px;
  margin-right: 24px;
}

.post-rate__like, .post-rate__dislike {
  margin-right: 12px;
  width: 20px;
  height: 20px;
  color: #000;
  font-size: 16px;
  font-weight: 400;
  line-height: 36px;
  -webkit-background-size: 100% 100%;
          background-size: 100% 100%;
  cursor: pointer;
  -webkit-transition: 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  transition: 0.4s cubic-bezier(0.23, 1, 0.32, 1);
}

.post-rate__like:hover, .post-rate__dislike:hover {
  opacity: .8;
}

.post-rate__like {
  background-image: url("../img/like-grey.svg");
}

.post-rate__like.active {
  background-image: url("../img/like-green.svg");
}

.post-rate__dislike {
  -webkit-transform: translateY(7px);
      -ms-transform: translateY(7px);
          transform: translateY(7px);
  background-image: url("../img/dislike-grey.svg");
}

.post-rate__dislike.active {
  background-image: url("../img/dislike-red.svg");
}

.socials {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media only screen and (max-width: 576px) {
  .socials {
    margin-top: 30px;
    max-width: 200px;
  }
}

.socials__container {
  width: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 25px;
  color: #fff;
  font-family: "Mariad Pro";
  font-size: 14px;
  font-weight: 400;
}

.socials__item_fb a {
  background-color: #3b1ee1;
}

.socials__item_vk a {
  background-color: #006de0;
}

.socials__item_tw a {
  background-color: #0093ff;
}

.socials__link {
  margin-left: 8px;
  position: relative;
  width: 61px;
  height: 25px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

@media only screen and (max-width: 576px) {
  .socials__link {
    margin-left: 0;
    margin-right: 8px;
  }
}

.socials__link:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 1px;
  height: 19px;
  background-color: #fff;
  opacity: 0.5;
}

.other-companies h3 {
  text-align: center;
  color: #000;
  font-weight: 700;
  font-size: 36px;
  line-height: 36px;
}

.other-companies__flex {
  padding-top: 39px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media only screen and (max-width: 576px) {
  .other-companies__flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.other-companies__item {
  width: 202px;
}

@media only screen and (max-width: 767px) {
  .other-companies__item {
    width: 150px;
  }
}

@media only screen and (max-width: 576px) {
  .other-companies__item {
    width: 100%;
    margin-bottom: 30px;
  }
}

@media only screen and (max-width: 767px) {
  .other-companies__item img {
    max-width: 90%;
  }
}

@media only screen and (max-width: 576px) {
  .other-companies__item img {
    max-width: 100%;
  }
}

.other-companies__image {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid #e8e8e8;
  width: 100%;
  height: 152px;
}

@media only screen and (max-width: 576px) {
  .other-companies__image {
    padding: 15px;
    height: auto;
  }
}

.other-companies__title {
  margin-top: 15px;
  text-align: center;
  color: #000;
  font-size: 24px;
  font-weight: 700;
}

.text {
  font-size: 16px;
  color: #000;
  line-height: 24px;
  font-weight: 400;
}

.text p {
  padding-top: 20px;
}

.bulleted-list {
  margin-top: 20px;
  padding-left: 17px;
  list-style-type: disc;
  color: #de1e12;
  line-height: 30px;
  font-size: 16px;
  color: #de1e12;
  line-height: 24px;
  font-weight: 400;
}

.bulleted-list span {
  color: #000;
}

.numbered-list {
  margin-top: 20px;
  padding-left: 17px;
  list-style-type: decimal;
  color: #de1e12;
  line-height: 30px;
  font-size: 16px;
  color: #de1e12;
  line-height: 24px;
  font-weight: 400;
}

.numbered-list span {
  color: #000;
}

.header {
  width: 100%;
  top: 0;
  left: 0;
  position: fixed;
  z-index: 5;
  background-color: #fff;
}

@media only screen and (max-width: 991px) {
  .header {
    border-bottom: 1px solid #e8e8e8;
  }
}

.header__arrow {
  top: 12px;
  background-image: url("../img/down-arrow.svg");
  -webkit-background-size: 100% 100%;
          background-size: 100% 100%;
  width: 16px;
  height: 16px;
  position: absolute;
  right: 0;
  display: none;
  -webkit-transition: 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  transition: 0.4s cubic-bezier(0.23, 1, 0.32, 1);
}

.header__arrow.active {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

@media only screen and (max-width: 991px) {
  .header__arrow {
    display: block;
  }
}

.header__burger {
  width: 19px;
  height: 14px;
  position: relative;
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  z-index: 5;
}

@media only screen and (max-width: 991px) {
  .header__burger {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

.header__burger span {
  display: block;
  width: 100%;
  height: 2px;
  background-color: #000;
  -webkit-transition: 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  transition: 0.4s cubic-bezier(0.23, 1, 0.32, 1);
}

.header__burger.active {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.header__burger.active span:nth-child(2) {
  display: none;
}

.header__burger.active span:nth-child(1) {
  -webkit-transform: rotate(45deg) translateY(2px);
      -ms-transform: rotate(45deg) translateY(2px);
          transform: rotate(45deg) translateY(2px);
}

.header__burger.active span:nth-child(3) {
  -webkit-transform: rotate(-45deg) translateY(-1px);
      -ms-transform: rotate(-45deg) translateY(-1px);
          transform: rotate(-45deg) translateY(-1px);
}

.header .wrapper {
  height: 100%;
}

.header__top {
  height: 99px;
}

@media only screen and (max-width: 991px) {
  .header__top {
    height: 80px;
  }
}

@media only screen and (max-width: 767px) {
  .header__top {
    height: 60px;
  }
}

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

@media only screen and (max-width: 991px) {
  .header__logo {
    max-width: 120px;
  }
}

.header__search {
  margin-right: 55px;
  width: 481px;
  height: 43px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

@media only screen and (max-width: 991px) {
  .header__search {
    margin-right: 0;
    width: 300px;
  }
}

@media only screen and (max-width: 767px) {
  .header__search {
    display: none;
  }
}

.header__search input {
  width: 100%;
}

.header__search button {
  width: 39px;
  min-width: 39px;
  height: 100%;
  background-color: #de1e12;
  background-image: url("../img/search.svg");
  background-position: center center;
  background-repeat: no-repeat;
}

.header__catalog-link {
  color: #000;
  font-size: 16px;
  font-weight: 300;
  text-decoration: underline;
}

@media only screen and (max-width: 767px) {
  .header__catalog-link {
    margin-left: auto;
    margin-right: 15px;
    font-size: 14px;
  }
}

.header__bottom {
  height: 50px;
  background-color: #de1e12;
  position: relative;
}

@media only screen and (max-width: 991px) {
  .header__bottom {
    padding-top: 10px;
    border-top: 1px solid #e8e8e8;
    position: absolute;
    right: 0;
    width: 320px;
    height: auto;
    overflow: auto;
    height: -webkit-calc(100vh - 81px);
    height: calc(100vh - 81px);
    background-color: #fff;
    -webkit-box-shadow: -5px 0 5px -5px #333;
            box-shadow: -5px 0 5px -5px #333;
    -webkit-transform: translateX(100vw);
        -ms-transform: translateX(100vw);
            transform: translateX(100vw);
    -webkit-transition: 0.4s cubic-bezier(0.23, 1, 0.32, 1);
    -o-transition: 0.4s cubic-bezier(0.23, 1, 0.32, 1);
    transition: 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  }
  .header__bottom.show {
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
  }
}

@media only screen and (max-width: 767px) {
  .header__bottom {
    height: -webkit-calc(100vh - 61px);
    height: calc(100vh - 61px);
  }
}

.header__nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100%;
}

@media only screen and (max-width: 991px) {
  .header__nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

.header__nav-item:hover .dropdown {
  z-index: 2;
  opacity: 1;
  height: auto;
}

.header__nav-item:hover a:after {
  opacity: 1;
}

@media only screen and (max-width: 991px) {
  .header__nav-item {
    margin-bottom: 10px;
    position: relative;
  }
}

.header__nav-link {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  font-size: 17px;
  font-weight: 300;
  color: #fff;
}

@media only screen and (max-width: 991px) {
  .header__nav-link {
    border-bottom: 1px solid rgba(0, 0, 0, 0.5);
    color: #000;
    height: 40px;
  }
}

.header__nav-link:after {
  position: absolute;
  content: '';
  bottom: 0;
  width: 100%;
  height: 2px;
  opacity: 0;
  background-color: #fff;
  -webkit-transition: 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  transition: 0.4s cubic-bezier(0.23, 1, 0.32, 1);
}

.dropdown {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  z-index: -1;
  opacity: 0;
  max-width: 1140px;
  width: 100%;
  left: 0;
  right: 0;
  margin: 0 auto;
  background-color: #fff;
  padding: 0 0 8px 63px;
  -webkit-transition: 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  transition: 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  overflow: hidden;
  height: 0;
}

@media only screen and (max-width: 991px) {
  .dropdown {
    position: static;
    padding: 0;
    z-index: 2;
    opacity: 1;
    height: 0;
    overflow: hidden;
  }
  .dropdown.show {
    padding: 20px 0 0;
    height: auto;
  }
}

.dropdown__list {
  margin-top: 20px;
  margin-right: 69px;
}

.dropdown__list:last-child {
  margin-right: 0;
}

@media only screen and (max-width: 991px) {
  .dropdown__list {
    width: 100%;
    margin: 0;
  }
}

.dropdown__item {
  margin-bottom: 15px;
  width: 100%;
}

@media only screen and (max-width: 991px) {
  .dropdown__item {
    margin-bottom: 10px;
  }
}

.dropdown__link {
  color: #000;
  font-family: "MuseoSans";
  font-size: 14px;
  font-weight: 400;
}

.dropdown__link:hover {
  opacity: .8;
}

.footer {
  padding-top: 65px;
  background-color: #383838;
}

.footer .wrapper {
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}

@media only screen and (max-width: 576px) {
  .footer .wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.footer a:hover {
  opacity: .8;
}

.footer__info-item {
  margin-bottom: 28px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.footer__info-item img {
  margin-right: 10px;
}

.footer__info-text {
  font-size: 18px;
  font-weight: 400;
  line-height: 21px;
}

.footer__info-text > * {
  display: block;
  color: #fff;
}

.footer__info-text a {
  line-height: 28px;
}

.footer__socials {
  padding-top: 10px;
}

.footer__socials-title {
  color: #fff;
  font-size: 20px;
  font-weight: 500;
}

.footer__socials ul {
  margin-top: 22px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.footer__socials-item {
  margin-right: 15px;
}

.footer__right {
  width: 70%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

@media only screen and (max-width: 991px) {
  .footer__right {
    padding-left: 15px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

@media only screen and (max-width: 576px) {
  .footer__right {
    margin-top: 40px;
    padding-left: 0;
    width: 100%;
  }
}

.footer__nav {
  width: 325px;
}

@media only screen and (max-width: 991px) {
  .footer__nav {
    width: 100%;
    max-width: 400px;
    margin-bottom: 30px;
  }
}

.footer__nav-title {
  color: #fff;
  font-size: 20px;
  font-weight: 500;
}

.footer__nav-list {
  margin-top: 22px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.footer__nav-item {
  width: 50%;
  margin-bottom: 13px;
}

.footer__nav-link {
  font-weight: 100;
  color: #fff;
  font-size: 17px;
}

.footer__nav-regions {
  margin-top: 50px;
  width: 100%;
  max-width: 640px;
}

@media only screen and (max-width: 991px) {
  .footer__nav-regions {
    margin: 0;
  }
}

.footer__nav-regions .footer__nav-list {
  margin-top: 13px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.footer__nav-regions .footer__nav-item {
  margin-right: 12px;
  width: auto;
}

.footer__bottom {
  margin-top: 50px;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 52px;
  color: #fff;
  font-size: 16px;
  font-weight: 300;
}

.main-banner {
  padding-top: 49px;
  height: 660px;
  background-image: url("../img/banner.jpg");
  -webkit-background-size: 4000px 200%;
          background-size: 4000px 200%;
  background-position: center center;
  position: relative;
}

@media only screen and (max-width: 1920px) {
  .main-banner {
    -webkit-background-size: 1920px 100%;
            background-size: 1920px 100%;
  }
}

@media only screen and (max-width: 991px) {
  .main-banner {
    padding-top: 0;
    height: 520px;
  }
}

@media only screen and (max-width: 767px) {
  .main-banner {
    height: auto;
    padding-bottom: 40px;
  }
}

.main-banner:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.45);
}

.main-banner .wrapper {
  padding-top: 140px;
  position: relative;
  z-index: 1;
  text-align: center;
}

@media only screen and (max-width: 991px) {
  .main-banner .wrapper {
    padding-top: 100px;
  }
}

.main-banner h1 {
  color: #ecebeb;
  font-size: 54px;
  font-weight: 700;
  line-height: 60px;
}

@media only screen and (max-width: 991px) {
  .main-banner h1 {
    font-size: 46px;
    line-height: 48px;
  }
}

@media only screen and (max-width: 767px) {
  .main-banner h1 {
    font-size: 32px;
    line-height: 36px;
  }
}

@media only screen and (max-width: 576px) {
  .main-banner h1 {
    text-align: left;
  }
}

.main-banner__subtitle {
  margin-top: 25px;
  font-weight: 300;
  color: #ecebeb;
  font-size: 30px;
}

@media only screen and (max-width: 991px) {
  .main-banner__subtitle {
    margin-top: 20px;
    font-size: 24px;
    line-height: 26px;
  }
}

@media only screen and (max-width: 767px) {
  .main-banner__subtitle {
    font-size: 18px;
    line-height: 22px;
  }
}

@media only screen and (max-width: 576px) {
  .main-banner__subtitle {
    text-align: left;
  }
}

.main-banner__flex {
  margin: 80px auto;
  max-width: 1040px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media only screen and (max-width: 991px) {
  .main-banner__flex {
    margin: 40px auto;
  }
}

@media only screen and (max-width: 767px) {
  .main-banner__flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 0;
  }
}

.main-banner__field {
  width: 505px;
  height: 49px;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #e8e8e8;
  background-color: #fff;
  overflow: hidden;
}

@media only screen and (max-width: 767px) {
  .main-banner__field {
    width: 100%;
    max-width: 505px;
    margin-bottom: 20px;
  }
}

.main-banner__field-button {
  padding: 0;
  background: none;
  height: 16px;
  position: absolute;
  right: 11px;
  top: 3px;
  bottom: 0;
  margin: auto 0;
}

.main-banner__field input {
  width: 100%;
  border: none;
}

.main-banner__field-city {
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 0;
  font-size: 16px;
  font-weight: 400;
  color: #000;
  background-color: #e8e8e8;
  position: relative;
  -webkit-transition: 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  transition: 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  width: 0;
  opacity: 0;
}

.main-banner__field-city.active {
  padding: 0 14px 0 20px;
  opacity: 1;
  width: auto;
}

.main-banner__field-close {
  cursor: pointer;
  margin-left: 11px;
  margin-bottom: 3px;
  font-size: 20px;
  font-weight: 500;
  color: #de1e12;
}

.main-banner .red-btn {
  margin: auto;
}

.last-reviews {
  padding: 95px 0 60px;
}

.last-reviews h3 {
  margin-bottom: 64px;
}

.last-companies {
  padding: 60px 0 75px;
  background-color: #f6f6f6;
}

.last-companies h3 {
  margin-bottom: 115px;
}

.last-comments {
  padding: 55px 0 48px;
}

.last-comments h3 {
  margin-bottom: 70px;
}

.popular-reviews {
  padding: 60px 0 65px;
  background-color: #f6f6f6;
}

.popular-reviews h3 {
  margin-bottom: 75px;
}

.search-results {
  padding: 42px 0 0;
}

.search-results h3 {
  text-align: left;
  font-weight: 700;
  font-size: 36px;
  line-height: 36px;
  margin-bottom: 63px;
}

@media only screen and (max-width: 991px) {
  .search-results h3 {
    margin-bottom: 40px;
  }
}

@media only screen and (max-width: 576px) {
  .search-results h3 {
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .search-results .card {
    width: 100%;
  }
}

.search-results .card__info {
  padding: 0;
}

.search-results .card__right {
  right: 0;
}

.search-results .card__rate {
  margin-top: 24px;
}

.search-results .card__rate-item {
  margin-left: 0;
  margin-right: 12px;
}

.search-results .card .red-btn {
  position: absolute;
  right: 0;
  bottom: 2px;
}

@media only screen and (max-width: 767px) {
  .search-results .card .red-btn {
    margin-top: 20px;
    position: static;
  }
}

.company {
  padding: 50px 0 0;
}

.company h3 {
  color: #000;
  font-size: 36px;
  font-weight: 700;
  line-height: 30px;
}

@media only screen and (max-width: 576px) {
  .company h3 {
    font-size: 30px;
  }
}

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

@media only screen and (max-width: 767px) {
  .company__rate {
    margin-top: 15px;
  }
}

.company__rate-item {
  margin-left: 12px;
  width: 17px;
  height: 17px;
  -webkit-background-size: 100% 100%;
          background-size: 100% 100%;
  background-image: url("../img/plain-star.svg");
}

@media only screen and (max-width: 767px) {
  .company__rate-item {
    margin-left: 0;
    margin-right: 12px;
  }
}

.company__rate-item.active {
  background-image: url("../img/plain-star-active.svg");
}

.company__info {
  width: 100%;
  border-bottom: 1px solid #dddddd;
  padding-bottom: 30px;
}

.company__info-row {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

@media only screen and (max-width: 767px) {
  .company__info-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.company__info-row:nth-child(2) {
  margin-top: 21px;
}

.company__info-row:nth-child(3) {
  margin-top: 31px;
}

.company__info-title {
  color: #000;
  font-size: 20px;
  font-weight: 500;
}

.company__main {
  margin-top: 19px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}

@media only screen and (max-width: 767px) {
  .company__main {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media only screen and (max-width: 576px) {
  .company__main {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

.company__image {
  width: 278px;
  min-width: 278px;
}

@media only screen and (max-width: 576px) {
  .company__image {
    width: 100%;
  }
}

.company__right {
  width: 100%;
  padding-left: 36px;
}

@media only screen and (max-width: 767px) {
  .company__right {
    width: auto;
    padding-left: 15px;
  }
}

@media only screen and (max-width: 576px) {
  .company__right {
    margin-top: 20px;
    padding-left: 0;
  }
}

.company__time {
  color: #000;
  font-size: 15px;
}

.company__status {
  margin-left: 5px;
  color: #000;
  margin-right: auto;
  font-size: 15px;
  font-weight: 300;
}

@media only screen and (max-width: 1200px) {
  .company__status {
    margin-right: initial;
  }
}

@media only screen and (max-width: 767px) {
  .company__status {
    margin-top: 10px;
    margin-left: 0;
  }
}

.company__status_open {
  color: #1eac2e;
}

.company__status_close {
  color: #de1e12;
}

.company__contacts {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
  color: #000;
}

.company__contacts img {
  margin-right: 10px;
}

.company__address {
  margin-top: 25px;
  color: #000;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.company__banner {
  width: 100%;
}

.company__about {
  padding: 40px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid #dddddd;
}

@media only screen and (max-width: 767px) {
  .company__about {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.company__about-info {
  padding-right: 35px;
  font-size: 16px;
  color: #000;
  line-height: 24px;
  font-weight: 400;
}

@media only screen and (max-width: 767px) {
  .company__about-info {
    padding-right: 0;
  }
}

.company__about-title {
  color: #000;
  font-size: 24px;
  font-weight: 400;
}

.company__about p {
  padding-top: 35px;
}

.company__about ul {
  margin-top: 2px;
  padding-left: 17px;
  list-style-type: disc;
  color: #de1e12;
  line-height: 30px;
}

.company__about ul span {
  color: #000;
}

.company__about-image img {
  min-width: 323px;
  width: 323px;
  margin-bottom: 20px;
}

@media only screen and (max-width: 767px) {
  .company__about-image img {
    margin-top: 30px;
    width: 100%;
    min-width: 100%;
  }
}

.company__about-image a {
  color: #de1e12;
  font-size: 15px;
  text-decoration: underline;
}

.company__reviews {
  margin-top: 53px;
}

.company__reviews h3 {
  font-size: 30px;
  margin-bottom: 62px;
}

.company .card {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media only screen and (max-width: 767px) {
  .company .card {
    width: 100%;
  }
}

.company .card:last-child {
  border-bottom: 1px solid #dddddd;
}

.company .card.negative-review .card__info:before {
  content: '';
  position: absolute;
  width: 3px;
  height: -webkit-calc(100% - 40px);
  height: calc(100% - 40px);
  top: 0;
  left: 0;
  background-color: #cb142a;
}

.company .card.positive-review .card__info:before {
  content: '';
  position: absolute;
  width: 3px;
  height: -webkit-calc(100% - 40px);
  height: calc(100% - 40px);
  top: 0;
  left: 0;
  background-color: #19b000;
}

.company .card__info {
  padding-right: 0;
  padding-left: 22px;
  border-bottom: 1px solid #dddddd;
  padding-bottom: 40px;
  position: relative;
}

@media only screen and (max-width: 576px) {
  .company .card__info {
    padding-left: 15px;
  }
}

.company .card__profile {
  padding-left: 45px;
}

@media only screen and (max-width: 576px) {
  .company .card__profile {
    padding-left: 0;
  }
}

.company .card__rate {
  right: 0;
  top: 43px;
  position: absolute;
}

@media only screen and (max-width: 576px) {
  .company .card__rate {
    margin-top: 15px;
    position: static;
  }
}

@media only screen and (max-width: 576px) {
  .company .card__rate-item {
    margin-right: 12px;
    margin-left: 0;
  }
}

.add-review {
  margin-top: 50px;
  margin-bottom: 59px;
}

.add-review__header {
  padding-top: 45px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}

@media only screen and (max-width: 576px) {
  .add-review__header {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}

.add-review__header img {
  width: 52px;
  -webkit-border-radius: 50%;
          border-radius: 50%;
}

.add-review__header p {
  margin-left: 47px;
  color: #000;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
}

@media only screen and (max-width: 576px) {
  .add-review__header p {
    margin-left: 15px;
  }
}

@media only screen and (max-width: 576px) {
  .add-review__header p {
    width: -webkit-calc(100% - 70px);
    width: calc(100% - 70px);
  }
}

.add-review__header .company__rate {
  margin-top: 8px;
  margin-left: 72px;
}

@media only screen and (max-width: 576px) {
  .add-review__header .company__rate {
    margin-top: 20px;
    margin-left: 0;
  }
}

.add-review__header .company__rate-item {
  margin-left: 12px;
  margin-right: 0;
}

@media only screen and (max-width: 576px) {
  .add-review__header .company__rate-item {
    margin-left: 0;
    margin-right: 12px;
  }
}

.add-review__form {
  margin-top: 16px;
}

.add-review__textarea {
  height: 161px;
}

@media only screen and (max-width: 576px) {
  .add-review__textarea {
    height: 250px;
  }
}

.add-review__textarea textarea {
  padding: 10px;
  width: 100%;
}

.add-review__footer {
  padding-top: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.add-review__footer .red-btn {
  margin-right: 35px;
}

@media only screen and (max-width: 576px) {
  .add-review__footer .red-btn {
    margin-right: 15px;
  }
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .card__info {
    -ms-flex: 0 1 auto;
  }
  .card__address {
    display: block;
  }
  .card__address img {
    -webkit-transform: translateY(-5px);
        -ms-transform: translateY(-5px);
            transform: translateY(-5px);
  }
  .card__address span {
    display: inline-block;
  }
  .search__field {
    -ms-flex: 0 1 auto;
  }
  .content {
    max-width: 760px;
    -ms-flex: 0 1 auto;
  }
  .content .card {
    -ms-flex: 0 1 auto;
  }
  .company__right {
    -ms-flex: 0 1 auto;
  }
  .company__reviews .card {
    display: block;
  }
  .company__about-info {
    -ms-flex: 0 1 auto;
  }
  .company__about-image {
    width: 323px;
  }
  .other-companies__flex {
    display: block;
  }
  .other-companies__item {
    margin-left: 9.6%;
    display: inline-block;
  }
  .other-companies__item:nth-child(1) {
    margin-left: 0;
  }
}
