body {
  margin: 0;
  font-family: acumin-pro, "Acumin Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #666d7a;
  text-align: left;
  background-color: #fff;
}

* {
  box-sizing: border-box; 
}

a {
  text-decoration: none !important;
  color: white;
}

a :visited {
  text-decoration: none !important;
}

.mp-o {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.pad-320 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

nav {
  background-color: #d35649;
}

.logo {
  font-size: 40px;
  margin-right: 5px;
}

.nav-menu {
  padding-right: 50px;
  white-space: nowrap;
}

.header {
  background-image: url(assets/1-image.jpeg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

h1 {
  padding-top: 160px;
  padding-bottom: 30px;
  font-size: 1.8em !important;
}  

.input-group {
  width: 95%;
  padding-left: 4%;
}

.main-search {
  background-color: #d35649;
}

.search-block {
  padding: 30px;
  border: 1px solid rgba(210, 201, 196, 0.4);
  border-radius: 20px;
  background-color: rgba(210, 201, 196, 0.2) !important;
}

.search-block :first-child {
  padding-left: 5%;
}

.centr-button {
  margin-top: 49px;
  padding-bottom: 210px;
  border-radius: 20px;
}

.h-title,
.more,
.map-title {
  color: #d35649;
  margin: 75px;
}

.more {
  font-size: x-small;
}

.choose,
.book,
.take {
  font-size: 40px;
  color: #666d7a;
}

.four-cards {
  padding: 0 3%;
  color: #666d7a;
}

footer p {
  font-size: x-small;
}

.four-cards p {
  padding: 0 90px 25px;
  font-size: 18px;
  color: #666d7a;
}

.stripes {
  margin: 0 !important;
  padding: 0 !important;
}

.card {
  padding: 50px 0 0 50px;
  border: none;
}

.rose,
.card-1 {
  background-color: #e17f66;
}

.grey,
.card-2 {
  background-color: #98a5a6;
}

.blue,
.card-3 {
  background-color: #509bd7;
}

.blue-line-img {
  width: 350px;
  height: 300px;
  margin: 15px 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.img-round {
  border-radius: 50%;
  width: 303px;
  height: 303px;
}

.focus {
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  -ms-transition: all 1s ease;
  transition: all 1s ease;
}

.focus:hover {
  border: 30px solid #fff;
  border-radius: 50%;
}

.cart-text {
  color: white !important;
}

footer {
  background-color: #000;
}

.first-foot-line {
  font-size: xx-small;
}

.form-control {
  border: 1px solid rgb(31, 34, 37);
}

.input-group-text {
  background-color: #262626;
  border: 1px solid rgb(31, 34, 37);
}

.third-line {
  background-color: #1f1f1f;
}

.first_line {
  justify-content: space-evenly;
  align-items: center;
}

.geo {
  border-radius: 50%;
}

/* ====== #list start ====== */

.user-choise h4 {
  color: #736967;
}

.wrapper h2 {
  color: #999795;
}

.grid-case {
  background-color: #eee;
}

.item1 { 
  grid-area: lev;
  font-size: small;
}

.item2 { 
  grid-area: pla;
  font-size: small; 
}

.item3 { 
  grid-area: tra;
  font-size: small; 
}

.item4 { 
  grid-area: dat;
  font-size: small; 
}

.item5 { 
  grid-area: tim;
  font-size: small; 
}

.item6 { 
  grid-area: but-s;
  padding-top: 35px;
}

.item7 { 
  grid-area: but-c;
  padding-top: 35px; 
}

.item8 { 
  grid-area: lev-1; 
}

.item9 { 
  grid-area: pla-1; 
}

.item10 { 
  grid-area: tra-1; 
}

.item11 { 
  grid-area: dat-1;
  border: 1px solid grey; 
}

.item12 { 
  grid-area: tim-1; 
}

.grid-container {
  display: grid;
  grid-template-rows: 30px 46px;
  grid-template-areas:
    'lev pla tra dat tim but-s but-c'
    'lev-1 pla-1 tra-1 dat-1 tim-1 but-s but-c';
  grid-gap: 5px;
  padding: 10px;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.input-group-text-blue {
  top: 2px;
  right: -5px;
  border: aliceblue;
  padding-right: 5px;
}

.results-us-choise {
  position: absolute;
  color: white;
  top: 5%;
  right: 9%;
  font-weight: bold;
  font-size: x-large;
}

.morph {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.morph:hover {
  border-radius: 50%;
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  transform: rotate(360deg);
}

/* ====== #list end ======== */

/* ====== #product start ====== */

.case-card {
  margin: 5% 75px;
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}

.case-card h1 {
  color: #d35649;
}

.grid-container-2 {
  display: grid;
  grid-gap: 7px;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: repeat(5, 50px);
  grid-template-areas:
    'items1 items6'
    'items2 items7'
    'items3 items8'
    'items4 items9'
    'items5 items10';  
}

.prod {
  border: 1px solid grey;
  padding-top: 7px;
}

.more-info {
  background-color: #e9ecef;
}

.undergrid {
  white-space: nowrap !important;
  padding-left: 0 !important;
}

.undergrid a {
  font-size: xx-small;
}

iframe {
  border: 0;
  max-width: 1290px !important;
}

.descr-text {
  color: #666d7a;
}

@media only screen and (max-width: 1024px) {
  .nav-menu {
    justify-content: space-between !important;
    padding: 0;
  }

  .nav-menu span {
    display: none;
  }

  .four-cards p {
    padding: 0 40px;
  }

  .blue-line-img {
    width: 455px;
    margin: 15px 4px;
  }

  .img-round {
    width: 303px;
  }

  /* ====== #list1024px start ====== */

  .grid-case {
    margin-top: 0 !important;
  }

  .grid-case h2 {
    margin-bottom: 70px;
  }

  .grid-container {
    grid-template-areas:
      'lev pla'
      'lev-1 pla-1'
      'tra dat'
      'tra-1 dat-1'
      'tim tim'
      'tim-1 tim-1'
      'but-s but-c';
  }

  .item10,
  .item12 {
    height: 48px;
  }

  .undergrid {
    padding-left: 0 !important;
  }

  .undergrid a {
    display: none;
  }

  .descr-text,
  .more-info {
    max-width: 880px !important;
  }

  .map-title {
    padding-top: 46px;
  }
}

/* ====== #list1024px end ======== */

@media only screen and (max-width: 768px) {
  .nav-logo {
    justify-content: center !important;
  }

  .nav-logo :first-child {
    padding-left: 5px !important;
  }

  .nav-logo h2 {
    padding-right: 9px;
  }

  .nav-menu {
    padding: 8px 3px 9px 48px;
  }

  .second-line {
    display: none;
  }

  h1 {
    padding-left: 21px;
    padding-top: 20px;
    white-space: pre-line;
  }

  .search-block {
    padding: 20px;
  }

  .main-search {
    background-color: #509bd7;
  }

  .four-cards p {
    padding: 0 15px;
  }

  .first_line {
    border: none;
  }

  .blue-line-img,
  .first-foot-line,
  .copyright {
    display: none;
  }

  .card {
    padding: 0;
  }

  .left-bottom {
    display: none;
  }

  .right-bottom {
    display: none;
  }

  .foot-bottom {
    justify-content: center !important;
    align-items: center;
  }

  /* ====== #startregionlist768px ====== */

  .wrapper {
    padding: 10px !important;
  }

  .grid-container {
    grid-template-areas:
      'lev'
      'lev-1'
      'pla'
      'pla-1'
      'tra'
      'tra-1'
      'dat'
      'dat-1'
      'tim'
      'tim-1'
      'but-s'
      'but-c';
  }

  .item9,
  .item11 {
    height: 48px;
  }

  .prod-nav-title {
    font-size: 1.7em;
    font-weight: bold;
  }

  .grid-case,
  .service-card {
    padding-left: 25px;
    padding-right: 25px;
  }

  .grid-container-2 {
    grid-template-columns: auto;
    grid-template-areas:
      'items1'
      'items6'
      'items2'
      'items7'
      'items3'
      'items8'
      'items4'
      'items9'
      'items5'
      'items10';
  }

  .undergrid {
    padding-top: 22px;
  }

  .case-card,
  .more-info,
  .descr-text {
    margin: 0;
    padding: 20px !important;
  }

  .order-button {
    margin-bottom: 20px;
    margin-left: 30%;
  }

  .map-title {
    text-align: left;
    font-size: x-large;
    font-weight: bold;
    margin: 30px 0;
    padding-top: 25px;
  }
}

@media only screen and (max-width: 475px) {
  .input-group {
    flex-direction: column;
  }

  .main-search {
    background-color: #d35649;
    margin-top: 8px;
    width: 100%;
  }

  .del-320 {
    display: none;
  }

  .undergrid i {
    padding-right: 8px !important;
  }

  .grid-case,
  .service-card {
    padding-left: 13px;
    padding-right: 13px;
  }
}  

