* {
  text-decoration: none;
  list-style: none;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body {
  min-width: 1200px;
}
header {
  height: 90px;
  text-align: center;
  width: 100%;
  position: relative;
  top: 0px;
}
.header {
  width: 82%;
  margin-left: 10%;
  height: 90px;
  display: flex;
  justify-content: space-between;
}

.logo {
  width: 12%;
}
.logo_img {
  line-height: 100px;
  vertical-align: bottom;
}
.profile {
  width: 51%;
  height: 50px;
  margin-top: 5px;
  text-align: center;
  position: relative;
  display: flex;
}

.profile_favorite {
  margin-left: 10px;
  padding: 0;
  width: 120px;
  position: relative;
}

i.profile_favorite_star_icon {
  font-size: 20px;
  color: #0098d0;
  position: absolute;
  top: 10px;
  right: 30px;
  cursor: pointer;
}
#profile_favorite_number {
  font-weight: normal;
  color: #0098d0;
  font-size: 16px;
}
i.profile_favorite_user_icon {
  font-size: 22px;
  color: #0098d0;
  position: absolute;
  top: 18px;
  right: 10px;
}
.site_lang {
  margin-top: 20px;
}
.site_lang_active {
  color: #0098d0;
  text-align: center;
  margin-top: 120px;
}
.site_lang_not_active {
  color: #7878a3;
}

.itemspan {
  color: #0098d0;
  margin-right: 1px;
  position: relative;
  right: 22px;
  top: -5px;
  font-weight: normal;
  font-size: 13px;
}

.add_ads {
  padding-top: 10px;
}
.add_ads_link {
  display: inline-block;
  margin: 0 5px;
  background: #f9811c;
  color: white;
  font-size: 14px;
  border-radius: 3px;
  padding: 10px 12px;
  font-weight: 500;
}

.profile_show_username {
  margin-top: 10px;
  display: inline-block;
  color: #0098d0;
  width: 110px;
  margin-left: -15px;
}

.profile_link {
  width: 180px;
  height: 200px;
  display: none;
  position: absolute;
  top: 50px;
  left: 18%;
  z-index: 2;
  background-color: white;
}
.profile_link ul li {
  margin: 10px 0;
}
.profile_link ul li a {
  font-size: 18px;
  margin: 5px 0;
  color: #3897ce;
  transition: 0.3s;
}
.profile_link ul li a:hover {
  font-weight: bold;
}

.profile_show:hover .profile_link {
  display: block;
  color: red;
  font-size: 30px;
}

/*******************************
searchform
************************************/

.search {
  width: 1200px;
  height: 80px;
  margin: 30px auto;
  display: block;
}
.search_ {
  margin-left: 10%;
  width: 85%;
  height: 70px;
  background-color: #4596cd;
  border-radius: 8px;
  position: relative;
}
.search_inp {
  width: 42%;
  height: 45px;
  border: 1px solid grey;
  border-radius: 8px;
  outline: none;
  margin: 10px 5px;
  padding-left: 40px;
  font-size: 18px;
  font-weight: lighter;
}
.sea_inp_search_icon {
  position: absolute;
  font-size: 30px;
  color: grey;
  top: 17px;
  left: 10px;
}
i.sea_map_icon {
  position: absolute;
  font-size: 30px;
  color: #c4c4c4;
  top: 17px;
  left: 455px;
}

.search_icon {
  position: absolute;
  font-size: 30px;
  color: white;
  top: 17px;
  right: 95px;
}
.search_btn {
  padding: 15px 15px;
  border-radius: 8px;
  border: 1px solid grey;
  width: 12%;
  margin-right: 8px;
  text-align-last: right;
  background-color: #68aceb;
  color: white;
  font-size: 18px;
  cursor: pointer;
}

.otziv {
  background-image: linear-gradient(#3b61bc, #648fe4, #3b61bc);
  display: inline-block;
  color: white;
  width: 135px;
  font-size: 16px;
  padding: 10px 12px;
  transform: rotate(90deg);
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  position: fixed;
  top: 21%;
  left: -52px;
}

ion-icon {
  color: #ddd;
}

/*******************************
    navigator
**********************************/
#nav {
  width: 100%;
  height: 220px;
  margin-top: 15px;
}
.nav-container {
  margin-left: 15%;
  height: 100%;
}
.nav1 {
  float: left;
  width: 23.5%;
  position: relative;
  height: 210px;
}
.nav1::after {
  content: "";
  display: table;
  clear: both;
}
.navitem {
  display: inline-block;
  width: 100%;
  margin: 5px;
  cursor: pointer;
  position: relative;
  padding-left: 10px;
  text-align: left;
  font-weight: bold;
  height: 60px;
}
.navitem a {
  display: inline-block;
  padding: 12px 20px;
  text-align: left;
  color: #0098d0;
  font-size: 18px;
}
.navitem a:hover {
  font-weight: bold;
  color: red;
}
i.fa-home {
  font-size: 28px;
  color: #318ed1;
}
i.icon3 {
  color: #e3801e;
  font-size: 28px;
}
i.fa-shopping-bag {
  color: #a7b81e;
  padding: 0px;
  margin: 0;
  font-size: 28px;
}
i.phone {
  color: #28d061;
  font-size: 40px;
  margin: 0;
  padding: 0;
  width: 25px;
}
i.fa-baby-carriage {
  color: #e16578;
  font-size: 28px;
}
i.fa-graduation-cap {
  font-size: 28px;
  color: #8419a7;
}
i.fa-handshake-o {
  color: #c6da38;
  font-size: 28px;
}
i.fa-bicycle {
  color: #b86351;
  font-size: 28px;
  position: relative;
  top: -15px;
}
.bikea {
  display: block;
  padding: 10px;
}
i.fa-wrench {
  color: #2e62b0;
  font-size: 28px;
  margin: 0;
  padding: 0;
}
i.fa-pencil {
  color: #cc0010;
  font-size: 28px;
  transform: rotate(90deg);
}
i.fa-paw {
  color: #8dd0ef;
  font-size: 28px;
}
i.fa-couch {
  color: #269996;
  font-size: 28px;
}

/*****************************
container
******************************/
.h2cont {
  color: #5b5b5b;
  margin-left: 180px;
  font-weight: normal;
}
.container {
  width: 100%;
  height: auto;
}
.containeritem {
  width: 1000px;
  height: 190px;
  margin-left: 180px;
  margin-top: 5px;
}
.containeritemimg {
  display: inline-block;
  width: 196px;
  height: 190px;
}

.prosta {
  padding-bottom: 1000px;
}

.img {
  width: 190px;
  display: block;
  height: 150px;
}
h5 {
  color: #0098d0;
}
.containerp {
  font-size: 18px;
}
.spanitem {
  float: right;
  margin-top: -10px;
  color: #333;
  font-size: 25px;
}
.spanitem:hover {
  color: #0098d0;
  cursor: pointer;
}

.containeritemEnd {
  margin-top: 40px;
  text-align: right;
  font-size: 18px;
  width: 97%;
  cursor: pointer;
  color: #0098d0;
  content: "\003E";
}

.contentinfo {
  margin-left: 15%;
  width: 83%;
  text-align: left;
  color: #737373;
}
.contentinfo h3,
.info {
  font-size: 12px;
  line-height: 16px;
  padding: 0;
  width: 65%;
}
.top {
  margin-left: 15%;
  width: 83%;
  text-align: left;
  color: #737373;
  margin-top: 30px;
  font-size: 14px;
}

.content-logo {
  position: relative;
  margin: 0;
  top: -80px;
  right: 100px;
  float: right;
  color: #454b93;
  font-size: 20px;
}

footer {
  margin-top: 45px;
  margin-left: 15%;
  width: 83%;
  height: 160px;
}
.item1 {
  display: inline-block;
  width: 20%;
}
.svg {
  display: inline-block;
  text-align: center;
  width: 85px;
  height: 85px;
}

.item2 {
  display: inline-block;
  width: 18%;
}
.item4 {
  display: inline-block;
  width: 30%;
  position: relative;
  top: -20px;
  margin-left: 10%;
  margin-top: 25px;
}

li {
  font-size: 12px;
  margin: 5px;
  color: #737373;
  cursor: pointer;
}

.footerimg {
  display: inline-block;
  width: 300px;
  height: 60px;
  filter: grayscale(200%);
  opacity: 0.5;
  background-image: linear-gradient(to left, red, yellow);
}
.footerimg:hover {
  filter: grayscale(0);
  opacity: 1;
}
