* {
  padding: 0px;
  margin: 0px;
  box-sizing: border-box;
}

body {
  font-family: 'Montserrat', sans-serif;
  background-color: #eef0f3;
  padding-top: 30px;
  padding-right: 30px;
  padding-left: 30px;
  padding-bottom: 30px;
  width: 1060px;
  margin: 0 auto;
}

/* PC Version*/
@media (min-width: 600px) {
  /* Off Containers */

  .desktop-off {
    display: none;
  }

  /* Off Containers */

  .mobile-top-container {
    display: none;
  }

  .all-project {
    display: flex;
    background: white;
    flex-direction: row;
    width: 1000px;
    margin: 0 auto;
    box-shadow: 5px 9px 20px rgba(0, 0, 0, 0.15);
    border-radius: 20px;
  }

  .main-containers {
    background-color: #1e2939;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
  }

  .side-bar {
    background: #1e2939;
    width: 370px;
    padding-bottom: 40px;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
  }

  .company-logo {
    width: 370px;
    border-top-left-radius: 20px;
  }

  /*    Contacts   */
  .contacts-counteiner {
    margin-top: 40px;
    margin-left: 40px;
    margin-right: 40px;
  }

  .contacts-title {
    color: #ffffff;
    font-size: 22px;
    font-weight: 700;
    line-height: 24px;
    margin-bottom: 20px;
  }

  .contacts-item {
    color: #ffffff;
    font-size: 14px;
    font-weight: 700;
    line-height: 24px;
    margin-right: 10px;
  }

  .tel1 {
    color: #abafb5;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    padding-left: 20px;
  }

  .tel2 {
    color: #abafb5;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    padding-left: 50px;
  }

  .tel3 {
    color: #abafb5;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    padding-left: 50px;
  }

  .tel4 {
    color: #abafb5;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    padding-left: 50px;
  }

  .mail-container {
    padding-top: 10px;
  }

  .mail {
    color: #abafb5;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
  }

  /*    About service container   */
  .about-service-container {
    margin-top: 55px;
    margin-left: 40px;
    margin-right: 40px;
  }

  .about-service-title {
    color: #ffffff;
    font-size: 22px;
    font-weight: 700;
    line-height: 24px;
    margin-bottom: 20px;
  }

  .about-service-item {
    color: #ff6b08;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    margin-left: 15px;
  }

  .about-service-text {
    color: #abafb5;
  }

  /*    Time work container   */
  .time-work-container {
    margin-top: 55px;
    margin-left: 40px;
    margin-right: 40px;
  }

  .time-work-title {
    color: #ffffff;
    font-size: 22px;
    font-weight: 700;
    line-height: 24px;
    margin-bottom: 20px;
  }

  .time-work-item {
    color: #ff6b08;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    margin-left: 15px;
  }

  .time-work-text {
    color: #abafb5;
  }

  .social-link {
    padding-top: 130px;
    text-align: center;
  }

  .social-img {
    height: 48px;
    width: 48px;
  }

  /* about company */

  .about-company-container {
    padding-left: 50px;
    padding-right: 50px;
    padding-bottom: 50px;
    padding-top: 50px;
  }

  .top-info {
    font-size: 14px;
    font-weight: 700;
    line-height: 24px;
    color: #ff6b08;
    width: 530px;
  }

  .company-name {
    font-size: 45px;
    font-weight: 700;
    line-height: 89px;
    width: 530px;
  }

  .company-info {
    font-size: 15px;
    font-weight: 400;
    line-height: 24px;
    padding-top: 14px;
    color: #595959;
    width: 530px;
  }

  /* Gallery settings in gallery-style.css */

  /* Как добраться? */

  .where-to-go-container {
    text-align: center;
  }

  .where-to-go-top {
    font-size: 20px;
    text-align: center;
    margin: 10px 0;
    width: 530px;
  }

  .map {
    border-radius: 20px;
  }

  /* ORANGE FONT COLOR */
  .orange {
    color: #ff7d26;
  }

  /* PRICE PAGE */
  .price-page-container {
    margin-top: 20px;
    width: 100%;
  }

  .price-title {
    padding-bottom: 20px;
    text-align: center;
    padding-top: 20px;
  }

  .price-text-right {
    text-align: right;
  }

  table {
    width: 100%;
  }

  /* Стиль таблицы без выделения */
  /*
td {
  border-bottom: 1px solid #ccc;
  color: #595959;
  padding: 1px 10px;
  cursor: default;
}
*/

  /* Таблица с выделением элемента */
  th {
    font-weight: normal;
    color: #595959;
    padding: 10px 15px;
  }

  td {
    color: #595959;
    border-top: 1px solid #e8edff;
    padding: 5px 5px;
    cursor: default;
  }

  tr:hover td {
    background: #e8edff;
  }

  /* Навигация */
  .navigate {
    width: 370px;
    padding-top: 20px;
  }

  .navigate ul {
    display: -webkit-flex;
    display: flex;
    background: #1e2939;
    padding-left: 0;
  }

  .navigate a {
    padding: 0.7em;
    display: block;
    color: #ffffff;
    border-right: 1px solid #1e2939;
    background: #ff7d26;
    font-size: 20px;
    font-weight: 700;
    text-decoration: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-tap-highlight-color: transparent;
  }

  .navigate a:hover {
    background: #ffffff;
    color: #1e2939;
  }

  .navigate li {
    list-style-type: none;
  }

  .nav-about {
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
  }

  /* Кнопка наверх  */

  .scroll-top-container {
    position: fixed;
    margin-left: 950px;
    bottom: 25px;
    background: #ff7d26;
    cursor: pointer;
    border-radius: 50px;
    width: 50px;
    height: 50px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-tap-highlight-color: transparent;
  }

  .scroll-top-text {
    width: 50px;
    height: 50px;
    cursor: pointer;
    box-shadow: 5px 5px 20px 0px rgba(0, 0, 0, 0.5);
    border-radius: 50px;
  }
}
