@import url("https://fonts.googleapis.com/css?family=Open+Sans");
html, body, div, span, applet, object, iframe,
p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

@font-face {
  font-family: Arkhip;
  src: url(../fonts/Arkhip/Arkhip_font.ttf), url(../fonts/Arkhip/Arkhip_font.otf);
}
body {
  font-family: "Open Sans";
  font-size: 14px;
  font-weight: 400;
  color: #000;
  overflow-x: hidden;
}

input, button, textarea {
  outline: 0;
  border: 0;
  margin: 0;
  padding: 0;
}

@media (min-width: 1200px) {
  .container {
    width: 1200px;
  }
}
@media (min-width: 1382px) {
  .header .container {
    width: 1382px;
  }
}
.overlay {
  display: none;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 3;
}

.visible {
  display: block;
}

.header_top {
  padding: 15px 0;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: space-between;
}

.our-logo {
  width: 101px;
}
.our-logo p {
  color: #636466;
  font-size: 12px;
  font-weight: 700;
}

.header_top__search {
  position: relative;
}
.header_top__search input {
  outline: 0;
  width: 270px;
  height: 38px;
  border-radius: 4px;
  border: 1px solid #cdcdcd;
  background-color: #ffffff;
  color: #636466;
  font-size: 12px;
  padding: 0 35px 0 16px;
}
.header_top__search button {
  position: absolute;
  right: 14px;
  top: 50%;
  padding: 0;
  border: 0;
  outline: 0;
  background: transparent;
  transform: translateY(-50%);
}

.header_top__user-inf > div {
  display: flex;
  display: -webkit-flex;
  font-weight: 600;
}
.header_top__user-inf > div span {
  color: #636466;
  margin-left: 5px;
  line-height: 1.3;
}

.header_top__user-inf__online p {
  color: #8ac200;
}

.header_top__user-inf__last-order p {
  color: #009bde;
}

.header_top_user {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  padding-left: 160px;
}

.header_top_user_price {
  margin-right: 10px;
}
.header_top_user_price p {
  color: #8ac200;
  font-size: 24px;
  font-weight: 600;
}

.header_top_user_preview {
  display: flex;
  display: -webkit-flex;
  align-items: center;
}
.header_top_user_preview:hover .header_top_user_preview_right__hover-wrap {
  display: flex;
  flex-direction: column;
}

.header_top_user_preview_left {
  margin-right: 10px;
}

.header_top_user_preview_right {
  position: relative;
}
.header_top_user_preview_right a {
  color: #8ac200;
  text-decoration: none;
}
.header_top_user_preview_right p {
  text-transform: uppercase;
  font-size: 12px;
  margin-top: 10px;
}

.header_top_user_icon a {
  margin-right: 18px;
  position: relative;
}
.header_top_user_icon a span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 14px;
  height: 14px;
  background-color: #009bde;
  color: #fff;
  position: absolute;
  font-size: 12px;
  top: -12px;
  right: -5px;
  border-radius: 50%;
}
.header_top_user_icon a:hover .header_top_user_icon__hover-checkout-wrap {
  display: block;
}

.header_top_right-wrap {
  display: flex;
  display: -webkit-flex;
  align-items: center;
}

.header_top__start-sales {
  align-items: center;
  display: flex;
  display: -webkit-flex;
}

.header_top__login {
  display: flex;
  display: -webkit-flex;
}
.header_top__login a {
  display: block;
  margin-right: 30px;
  text-decoration: none;
  color: #636466;
  font-weight: 600;
  text-transform: uppercase;
}

.header_top__start-sales-button {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  padding: 0 30px;
  height: 38px;
  border-radius: 4px 0 0 4px;
  background-color: #8ac200;
  text-transform: uppercase;
  color: #ffffff;
  transition: all 0.3s;
}
.header_top__start-sales-button:hover {
  text-decoration: none;
  background-color: #649b04;
  color: #fff;
}

.header_top__start-sales__currency {
  display: flex;
  display: -webkit-flex;
}
.header_top__start-sales__currency a {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  width: 38px;
  height: 38px;
  border-radius: 0 4px 4px 0;
  background-color: #009bde;
  color: #ffffff;
  text-transform: uppercase;
  text-decoration: none;
  transition: all 0.3s;
}
.header_top__start-sales__currency a:first-child {
  border-right: 1px solid rgba(255, 255, 255, 0.32);
  border-radius: 0;
}
.header_top__start-sales__currency a:hover {
  background-color: #0089c4;
}

.header_bottom__menu__item {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  position: relative;
}

.header_bottom__menu__item-name p {
  width: 80px;
  height: 39px;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  background-color: #636466;
  font-style: italic;
  text-transform: uppercase;
  margin-right: 15px;
  color: #fff;
  position: relative;
  z-index: 4;
}
.header_bottom__menu__item-name p i {
  display: none;
}

.header_bottom__menu__item_wrap {
  position: relative;
}

.header_bottom__menu__item-list ul {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
}
.header_bottom__menu__item-list ul li a {
  display: block;
  padding: 13px 13px;
  color: #000;
  text-decoration: none;
  transition: all 0.3s;
}
.header_bottom__menu__item-list ul li:hover .header_bottom__menu__submenu {
  display: flex !important;
}
.header_bottom__menu__item-list ul li:hover > a {
  background-color: #8ac200;
  color: #fff;
}

.header_bottom__menu__submenu {
  display: none !important;
  position: absolute;
  flex-direction: column;
  box-shadow: 0 2px 5px 1px rgba(0, 0, 0, 0.32);
  background-color: #ffffff;
  border-top: 2px solid #8ac200;
  z-index: 4;
}
.header_bottom__menu__submenu li {
  min-width: 270px;
  min-height: 40px;
}
.header_bottom__menu__submenu li a {
  display: block;
  padding: 12px 16px;
  position: relative;
}
.header_bottom__menu__submenu li a:hover .header_bottom__menu__submenu_list-inside:after {
  display: block;
}
.header_bottom__menu__submenu li:hover .header_bottom__menu__submenu_inside {
  display: inline-table !important;
}
.header_bottom__menu__submenu li:hover > a {
  background-color: #009bde !important;
  color: #fff !important;
}
.header_bottom__menu__submenu .header_bottom__menu__submenu_list-inside a:hover:after {
  display: block;
}

.header_bottom__menu__item_wrap:first-child {
  border-bottom: 1px solid #cdcdcd;
}

.header_bottom__menu__submenu_inside {
  display: none !important;
  flex-direction: column;
  position: absolute;
  left: 100%;
  top: -2px;
  box-shadow: 0 2px 5px 1px rgba(0, 0, 0, 0.32);
  background-color: #ffffff;
  transition: all 0.3s;
  border-top: 2px solid #009bde;
}
.header_bottom__menu__submenu_inside li a {
  background-color: #fff !important;
}
.header_bottom__menu__submenu_inside li a:hover {
  background: #dadada !important;
  color: #636466 !important;
}
.header_bottom__menu__submenu_inside li a:after {
  display: none !important;
}

.header_bottom__menu__submenu_list-inside a:after {
  content: '';
  display: none;
  position: absolute;
  right: -1px;
  top: 50%;
  transform: translateY(-50%);
  width: 10px;
  height: 10px;
  background: url(../img/menu-hover-arrow.png);
  transition: all 0.3s;
}

.header_top_user_preview_right__hover {
  box-shadow: 0 2px 3px 1px rgba(0, 0, 0, 0.32);
  border-radius: 0 0 4px 4px;
  background-color: #ffffff;
  min-width: 270px;
  min-height: 280px;
  border-top: 2px solid #009bde;
  margin-top: 10px;
  z-index: 10;
  padding: 10px 15px 10px;
  position: relative;
  top: 10px;
}

.header_top_user_preview_right__hover-wrap {
  position: absolute;
  transform: translateX(-50%);
  left: -100%;
  margin-top: -10px;
  display: none;
  z-index: 10;
}

.header_top_user_preview_right__hover__name {
  display: flex;
  align-items: center;
}

.header_top_user_preview_right__hover__name_left {
  margin-right: 10px;
}

.header_top_user_preview_right__hover__name_right p {
  color: #8ac200;
  margin-bottom: 3px;
  margin-top: 0;
}
.header_top_user_preview_right__hover__name_right span {
  color: #000000;
  font-size: 12px;
}

.header_top_user_preview_right__hover_currency {
  margin: 10px 0 30px;
}
.header_top_user_preview_right__hover_currency a:first-child {
  border-radius: 4px 0 0 4px;
}

.header_top__start-sales__currency__item_hover {
  position: absolute;
  display: none;
}
.header_top__start-sales__currency__item_hover a {
  background-color: #0089c4;
}

.header_top__start-sales__currency__item:hover .header_top__start-sales__currency__item_hover {
  display: block;
}

.header_top_user_preview_right__hover__link ul li {
  margin: 20px 0;
}
.header_top_user_preview_right__hover__link ul li a {
  color: #000000;
  text-decoration: none;
}
.header_top_user_preview_right__hover__link ul li a:hover {
  color: #009bde;
}
.header_top_user_preview_right__hover__link ul li:last-child:before {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  background-color: #000000;
  margin: 20px 0;
}

.header_top__start-sales__currency__item:last-child a {
  border-radius: 0px 4px 4px 0;
}

.header_top_user_icon__hover-checkout-wrap {
  position: absolute;
  z-index: 10;
  transform: translateX(-18%);
  display: none;
}

.header_top_user_icon__hover-checkout {
  background: #fff;
  padding: 20px 10px;
  border-top: 2px solid #009bde;
  box-shadow: 0 2px 3px 1px rgba(0, 0, 0, 0.32);
  border-radius: 0 0 4px 4px;
  margin-top: 25px;
}

.header_top_user_icon__hover-checkout__table table {
  cursor: default;
}
.header_top_user_icon__hover-checkout__table table tr {
  border-bottom: 1px solid #cdcdcd;
  padding-bottom: 27px;
  display: block;
}

.header_top_user_icon__hover-checkout__table-name {
  min-width: 170px;
  padding-right: 40px;
  font-size: 10px;
  color: #000;
  line-height: 16px;
}

.header_top_user_icon__hover-checkout__table-price {
  min-width: 80px;
  padding-right: 25px;
  font-size: 16px;
  color: #8ac200;
  font-weight: 600;
}

.header_top_user_icon__hover-checkout__table-img {
  min-width: 85px;
  padding-right: 15px;
}

.header_top_user_icon__hover-checkout__table-remove-product button {
  background: transparent;
}

.header_top_user_icon__hover-checkout__link {
  display: flex;
  justify-content: flex-end;
}
.header_top_user_icon__hover-checkout__link button {
  background: #8ac200;
  color: #fff;
  padding: 15px 30px;
  border-radius: 4px;
  margin-top: 30px;
  text-transform: uppercase;
}

@media (max-width: 1200px) {
  .header_top_right-wrap {
    flex-direction: column;
  }

  .header_top__login {
    margin-bottom: 15px;
  }

  .header_top__login a:last-child {
    margin-right: 0;
  }

  .header_top__search input {
    width: 230px;
  }

  .header_top {
    flex-wrap: wrap;
  }

  .header_bottom__menu__submenu_inside {
    position: inherit;
  }

  .header_bottom__menu__submenu_list-inside a:after {
    display: none !important;
  }

  .header_top_user_login {
    flex-wrap: nowrap;
  }

  .header_top_user {
    padding-left: 0;
  }
}
@media (max-width: 992px) {
  .header_top_right-wrap {
    flex-direction: row;
    margin-top: 15px;
    margin-bottom: 20px;
  }

  .header_top {
    flex-wrap: wrap;
    justify-content: space-around;
  }

  .header_top__login {
    margin-bottom: 0;
    margin-right: 30px;
  }

  .home-find__advantages__item {
    margin-bottom: 20px !important;
  }

  .header_top_user_login {
    flex-wrap: wrap;
  }
}
@media (max-width: 768px) {
  .header_bottom__menu {
    display: flex;
    display: -webkit-flex;
  }

  .header_bottom__menu__item-list {
    display: none;
    position: absolute;
    top: 0;
    left: 100%;
    z-index: 6;
    width: 200px;
  }

  .header_bottom__menu__item-list ul {
    flex-direction: column;
    background: #fff;
    flex-wrap: wrap;
  }

  .header_bottom__menu__item-name p {
    width: inherit;
    padding: 0 15px;
  }
  .header_bottom__menu__item-name p i {
    display: block;
    font-size: 16px;
    margin-right: 7px;
  }

  .header_bottom__menu__item_wrap:last-child {
    position: relative;
    left: -29px;
  }

  .header_bottom__menu__item-name p {
    margin-right: 0;
  }

  .header_bottom__menu__submenu, .header_bottom__menu__submenu_inside {
    width: 100%;
  }

  .header_bottom__menu__submenu li {
    min-width: inherit;
  }

  .home-find__advantages {
    display: block !important;
  }
}
@media (max-width: 480px) {
  .header_bottom__menu {
    flex-direction: column;
    align-items: center;
  }

  .header_bottom__menu__item_wrap:last-child {
    position: relative;
    left: 0px;
  }

  .header_bottom__menu__item-list {
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
  }

  .header_bottom__menu__item_wrap {
    width: 100%;
  }

  .header_bottom__menu__item {
    justify-content: center;
  }
}
@media (max-width: 320px) {
  .header_top__search {
    width: 100%;
  }
  .header_top__search input {
    width: 100%;
  }

  .header_top_user {
    flex-direction: column;
  }
  .header_top_user .header_top_user_icon a:last-child {
    margin-right: 0;
  }

  .header_top_user_icon, .header_top_user_price {
    margin-bottom: 10px;
  }
}
.home-find {
  padding: 74px 0 66px;
  background: url(../img/home-search-img.png) no-repeat;
  background-size: cover;
}

.home-find__content {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.home-find__title p {
  color: #ffffff;
  font-size: 30px;
  font-weight: 700;
  text-transform: uppercase;
}

.home-find__description p {
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  color: #ffffff;
  margin-top: 40px;
  line-height: 22px;
}

.home-find__search {
  margin-top: 50px;
}

.home-find__search__input {
  display: flex;
  position: relative;
}
.home-find__search__input input {
  width: 650px;
  height: 50px;
  border-radius: 4px 0 0 4px;
  background-color: #ffffff;
  padding: 0 40px 0 60px;
  font-size: 16px;
  font-weight: 600;
  color: #636466;
}
.home-find__search__input:before {
  content: '';
  width: 23px;
  height: 23px;
  position: absolute;
  left: 13px;
  top: 50%;
  transform: translateY(-50%);
  background: url(../img/home-search-icon.png);
}

.home-find__search__input__button {
  padding: 0px 30px;
  height: 50px;
  border-radius: 0 4px 4px 0;
  background-color: #8ac200;
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
}

.home-find__search__example {
  margin-top: 15px;
}
.home-find__search__example p {
  font-size: 16px;
  font-weight: 600;
  color: #ffffff;
}

.home-find__advantages {
  margin-top: 40px;
  display: flex;
}

.home-find__advantages__item {
  display: flex;
  margin: 0 10px 0 20px;
  padding: 5px 30px 4px 5px;
  transition: all 0.3s;
}
.home-find__advantages__item:hover {
  background-color: #8ac200;
}

.home-find__advantages__item_right {
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  line-height: 22px;
  text-transform: uppercase;
  margin-left: 16px;
}

.home-find__search__input-wrap {
  display: flex;
  align-items: center;
  flex-direction: column;
}

.home-find__search__input__focus {
  background-color: #ffffff;
  width: 765px;
}
.home-find__search__input__focus ul li a {
  display: flex;
  align-items: center;
  padding: 16px 11px;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  color: #636466;
}
.home-find__search__input__focus ul li a p {
  display: block;
  width: 110px;
  margin-right: 15px;
  font-size: 12px;
  color: #000;
}
.home-find__search__input__focus ul li a:hover {
  color: #009bde;
}
.home-find__search__input__focus ul li:not(:last-child) a {
  border-bottom: 1px solid #cdcdcd;
}
.home-find__search__input__focus:before {
  content: '';
  width: 100%;
  height: 1px;
  background: #4b4b4d;
  display: block;
  box-shadow: 0 1px 4px 1px rgba(0, 0, 0, 0.32);
}

.home-find__search__input__clear-button {
  position: absolute;
  background: transparent;
  font-size: 23px;
  right: 135px;
  top: 50%;
  color: #636466;
  transform: rotate(45deg) translateY(-75%);
}

.home-service__content {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.home-service__content-wrap {
  padding: 40px 0 90px;
  overflow-x: hidden;
}

.home-service__content__item {
  width: 220px;
  height: 295px;
  margin-bottom: 20px;
}

.home-service__content__item-img {
  position: relative;
  justify-content: center;
  display: flex;
}
.home-service__content__item-img img {
  max-width: 100%;
  max-height: 150px;
}
.home-service__content__item-img .home-service__content__item-kind-service {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.home-service__content__item-img .home-service__content__item-kind-service p {
  background-color: #009bde;
  height: 23px;
  padding: 0 14px;
  color: white;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  display: flex;
  align-items: center;
}

.home-service__content__item-rating-block {
  width: 50%;
  height: 18px;
  background: url(../img/blue-rating.png) repeat;
  text-indent: 9999px;
}

.home-service__content__item-rating {
  position: relative;
  box-shadow: inset 0 1px 3px 1px rgba(0, 0, 0, 0.55);
  background-color: #f5f5f5;
  border-radius: 2px;
  border: 1px solid #dadada;
}
.home-service__content__item-rating p {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.home-service__content__item_bottom-wrap {
  position: relative;
  bottom: 2px;
  border-radius: 2px;
  border: 1px solid #dadada;
  background-color: #ffffff;
}

.home-service__content__item_bottom {
  padding: 0 9px 14px;
}

.home-service__content__item-description {
  margin-top: 10px;
}
.home-service__content__item-description a {
  line-height: 22px;
  text-decoration: none;
  color: #000000;
}
.home-service__content__item-description:hover a {
  color: #009bde;
}

.home-service__content__item_bottom-inf {
  display: flex;
  justify-content: space-between;
  margin-top: 12px;
}

.home-service__content__item-user {
  display: flex;
  align-items: center;
}
.home-service__content__item-user p {
  color: #ff8300;
}

.home-service__content__item-user_status {
  display: block;
  width: 10px;
  height: 10px;
  margin-right: 5px;
  border-radius: 50%;
}

.home-service__content__item-user_status_no-online {
  border: 1px solid #dadada;
  background-color: #ffffff;
}

.home-service__content__item-user_status_online {
  border: 1px solid #dadada;
  background-color: #8ac200;
}

.home-service__content__item-like {
  margin-left: 20px;
}
.home-service__content__item-like button {
  background: transparent;
}
.home-service__content__item-like button i {
  color: #c3c3c3;
}

.home-service__content__item_bottom-inf_left {
  display: flex;
  align-items: center;
}

.home-service__content__item-price p {
  color: #8ac200;
  font-size: 18px;
  font-weight: 600;
}

.home-service__content__item_product .home-service__content__item-kind-service p {
  background-color: #649b04;
}

.home-service__content__item_sale {
  position: absolute;
  top: 0;
  left: 0;
}
.home-service__content__item_sale p {
  display: flex;
  color: #fff;
  border-radius: 2px 0 0;
  background-color: #f44336;
  padding: 9px 5px;
  justify-content: center;
  align-items: center;
}

.home-service__content__item-like_check i {
  color: #009bde !important;
}

.home-service__more-button {
  margin-top: 40px;
  display: flex;
  justify-content: center;
}

.more-button {
  display: flex;
  align-items: center;
  padding: 0 30px;
  height: 38px;
  border-radius: 4px;
  background-color: #8ac200;
  text-transform: uppercase;
  color: #fff;
}
.more-button:hover {
  text-decoration: none;
  color: #fff;
}

.home-our-result {
  background-color: #009bde;
  padding: 70px 0;
}

.home-our-result__content {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}

.home-our-result__content__item p, .home-our-result__content__item span {
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  font-size: 18px;
}
.home-our-result__content__item p {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 30px;
}

.home-our-us {
  padding: 70px 0;
}

.home-our-us__content__item-top {
  width: 100px;
  height: 100px;
  border: 5px solid #009bde;
  background-color: #ffffff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
}
.home-our-us__content__item-top p {
  color: #8ac200;
  font-size: 30px !important;
  font-weight: 700 !important;
}

.home-our-us__title {
  display: flex;
  justify-content: center;
  align-items: center;
}
.home-our-us__title span {
  font-size: 36px;
  font-weight: 700;
  line-height: 24px;
  text-transform: uppercase;
}
.home-our-us__title span:before {
  content: '-';
  font-size: 36px;
  font-weight: 700;
  line-height: 24px;
  position: relative;
  top: -2px;
  margin: 0 15px;
}

.home-our-us__description {
  margin-top: 40px;
}
.home-our-us__description p {
  text-align: center;
}

.home-our-us__content {
  margin-top: 65px;
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}

.home-our-us__content__item {
  width: 310px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.home-our-us__content__item span {
  font-size: 16px;
  line-height: 24px;
  margin-top: 20px;
}
.home-our-us__content__item p {
  font-size: 18px;
  font-weight: 600;
}

.home-real-cases {
  margin-top: 30px;
  padding-bottom: 70px;
}

.home-real-cases__content__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  box-shadow: 0 2px 5px 1px rgba(0, 0, 0, 0.32);
  border-radius: 4px;
  background-color: #ffffff;
  padding: 30px 15px 15px;
}

.home-real-cases__title {
  margin-bottom: 30px;
}
.home-real-cases__title p {
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase;
}

.home-real-cases__description p {
  font-size: 18px;
  text-align: center;
}

.home-real-cases__content {
  margin-top: 50px;
}

.home-real-cases__content__item-name {
  margin: 20px 0;
}
.home-real-cases__content__item-name p {
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
}

.home-real-cases__content__item-description p {
  color: #636466;
  font-style: italic;
  line-height: 24px;
  text-align: center;
}

.home-real-cases__content__item-link {
  margin-top: 45px;
  align-self: flex-end;
  margin-right: 5px;
}
.home-real-cases__content__item-link button {
  text-decoration: none;
  font-size: 12px;
  text-transform: uppercase;
  color: #009bde;
  background: transparent;
}

.home-real-cases__more-button {
  display: flex;
  justify-content: center;
  margin-top: 60px;
}

.home-real-cases__more-inf__item-wrap {
  display: none;
}

.home-real-cases__more-inf__item {
  box-shadow: 0 2px 5px 1px rgba(0, 0, 0, 0.32);
  border-radius: 4px;
  background-color: #ffffff;
  margin-top: 40px;
  display: flex;
  padding: 15px 55px 30px;
  position: relative;
  justify-content: space-between;
}

.home-real-cases__more-inf__item-left {
  display: flex;
  align-items: center;
  flex-direction: column;
  margin-right: 55px;
}
.home-real-cases__more-inf__item-left p, .home-real-cases__more-inf__item-left span {
  text-align: center;
  display: block;
  margin-bottom: 16px;
}
.home-real-cases__more-inf__item-left p {
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
}
.home-real-cases__more-inf__item-left img {
  margin-bottom: 20px;
  margin-top: 10px;
}

.home-real-cases__more-inf__item-right h6 {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 34px;
}
.home-real-cases__more-inf__item-right p {
  font-size: 16px;
  line-height: 24px;
}
.home-real-cases__more-inf__item-right img {
  margin: 8px auto;
  display: flex;
}

.home-real-cases__more-inf__close {
  position: absolute;
  top: 10px;
  right: 8px;
}
.home-real-cases__more-inf__close button {
  background: transparent;
}
.home-real-cases__more-inf__close button i {
  font-size: 16px;
}

.our-social-network {
  background-color: #649b04;
  padding: 55px 0;
}

.our-social-network__title {
  display: flex;
}

.our-social-network__title__description {
  display: flex;
  align-items: center;
  color: #ffffff;
  font-size: 24px;
  font-weight: 700;
  margin-left: 30px;
}

.our-social-network__content_left {
  width: 790px;
}

.our-social-network__content {
  display: flex;
  justify-content: space-between;
}

.our-social-network__title__logo {
  width: 100px;
}
.our-social-network__title__logo p {
  color: #ffffff;
  font-size: 36px;
  font-weight: 700;
  line-height: 25px;
  text-transform: uppercase;
}
.our-social-network__title__logo span {
  color: #ffffff;
  font-size: 12px;
  font-weight: 700;
  margin-top: 8px;
  display: block;
}

.our-social-network__title__logo-wrap {
  display: flex;
}
.our-social-network__title__logo-wrap:after {
  content: '';
  display: block;
  width: 1px;
  height: 100%;
  background: #fff;
  margin-left: 20px;
}

.our-social-network__description {
  margin-top: 25px;
}
.our-social-network__description p {
  font-size: 16px;
  color: #fff;
}

.our-social-network__content_right {
  display: flex;
  align-items: center;
}

.our-social-network__content_right__link {
  margin-right: 80px;
}
.our-social-network__content_right__link a {
  text-decoration: none;
  margin: 0 15px;
}
.our-social-network__content_right__link a i {
  color: #fff;
  font-size: 40px;
}

@media (max-width: 1200px) {
  .our-social-network__content_right__link a {
    margin: 0 7px;
  }

  .our-social-network__content_right__link {
    margin-right: 0;
  }
}
@media (max-width: 992px) {
  .home-find__advantages {
    flex-wrap: wrap;
    justify-content: space-around;
  }

  .home-find__search {
    width: 100%;
  }

  .home-find__search__input input {
    width: 100%;
  }

  .home-our-us__content__item {
    margin-bottom: 20px;
  }

  .home-real-cases__content__item {
    margin-bottom: 20px;
  }

  .our-social-network__content {
    flex-direction: column;
    align-items: center;
  }

  .our-social-network__content_right {
    margin-top: 30px;
  }

  .our-social-network__description p {
    text-align: center;
  }

  .our-social-network__content_left {
    width: initial;
  }

  .home-real-cases__more-inf__item-right img {
    width: 100%;
  }

  .home-find__search__input__focus {
    width: 395px;
  }
}
@media (max-width: 768px) {
  .home-service__content__item {
    margin-left: 5px;
    margin-right: 5px;
  }

  .home-our-result__content__item {
    margin: 0 5px 10px;
  }

  .home-real-cases__content__item {
    width: 80%;
    margin: 0 auto 20px;
  }

  .home-real-cases__more-inf__item {
    flex-wrap: wrap;
    justify-content: center;
    padding: 15px 15px 30px;
  }

  .home-real-cases__more-inf__item-left {
    margin-bottom: 15px;
    margin-right: 0;
  }
}
@media (max-width: 719px) {
  .home-service__content {
    justify-content: space-around;
  }

  .home-real-cases__content__item {
    width: 100%;
  }
}
@media (max-width: 605px) {
  .header_top__user-inf {
    margin-top: 10px;
  }
}
@media (max-width: 480px) {
  .header_top, .header_top_right-wrap {
    flex-direction: column;
  }

  .header_top__logo, .header_top__search, .header_top__user-inf {
    margin-bottom: 15px;
  }

  .header_top__login {
    margin-bottom: 15px;
    margin-right: 0;
  }

  .home-find__search__input__button {
    padding: 0 10px;
  }

  .home-our-result__content__item {
    margin-bottom: 30px;
  }

  .home-our-us__title {
    flex-direction: column;
  }

  .home-our-us__title span {
    margin-top: 20px;
    font-size: 26px;
    text-align: center;
  }

  .home-our-us__title span:before {
    display: none;
  }

  .our-social-network__title {
    flex-direction: column;
  }

  .our-social-network__title__logo-wrap {
    justify-content: center;
  }

  .our-social-network__title__logo {
    margin-bottom: 20px;
  }

  .our-social-network__title__description {
    text-align: center;
    margin-left: 0;
  }

  .our-social-network__title__logo span {
    text-align: center;
  }

  .home-find__advantages__item {
    margin: 0;
    padding: 0;
  }

  .home-find__search__input__clear-button {
    right: 95px;
  }

  .home-service__content__item {
    width: 100%;
  }

  .home-find__search__input__focus {
    width: 100%;
  }

  .header_top_user_icon__hover-checkout-wrap {
    transform: translateX(-8%);
  }

  .header_top_user_icon__hover-checkout__table {
    display: grid;
  }

  .header_top_user_icon__hover-checkout__table table {
    display: flex;
    overflow-x: scroll;
  }
}
@media (max-width: 320px) {
  .header_top_user_preview_right__hover-wrap {
    transform: translateX(-50%);
    left: 0;
  }

  .header_top_user_preview_right__hover {
    min-width: 100%;
  }
}
.footer_top {
  border-top: 2px solid #8ac200;
  padding: 30px 0 60px;
}

.footer_top__content {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.footer_top__content__item p {
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.footer_top__content__item ul li a {
  color: #000000;
}
.footer_top__content__item ul li a:hover {
  color: #009bde;
}
.footer_top__content__item ul li:not(:last-child) {
  margin-bottom: 20px;
}

.footer_bottom {
  padding: 20px 0;
  border-top: 1px solid #000;
}
.footer_bottom p {
  text-align: center;
  color: #010101;
  font-size: 12px;
}

@media (max-width: 768px) {
  .footer_top__content {
    justify-content: space-around;
  }

  .footer_top__content__item {
    margin: 0 10px 20px;
  }
}
@media (max-width: 480px) {
  .footer_top__content {
    align-items: center;
    flex-direction: column;
  }

  .footer_top__content__item p {
    text-align: center;
  }

  .footer_top__content__item ul li a {
    text-align: center;
    display: block;
  }
}
.page-404 {
  position: absolute;
  width: 100%;
  height: 100%;
  background: url(../img/404-bg.png) no-repeat;
  background-size: cover;
  overflow-x: hidden;
}

.page-404__img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.page-404__img p {
  color: #382a3a;
  font-family: Arkhip;
  font-size: 173px;
}

.page-404 .header_top__logo {
  position: relative;
  top: 70px;
}
.page-404 .header_top__logo img {
  width: 147px;
}
.page-404 .header_top__logo p {
  font-size: 16px;
}

.page-404__img_gif {
  position: absolute;
  top: 38px;
  left: 156px;
}
.page-404__img_gif img {
  width: 98px;
}

.page-404__img_png {
  position: absolute;
  top: 67px;
  left: 132px;
  height: 97px;
  overflow: hidden;
  transform: rotate(180deg);
}

.page-404__content {
  position: absolute;
  bottom: 60px;
  margin-left: 70px;
}
.page-404__content p {
  color: #8ac200;
  font-size: 60px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 50px;
}
.page-404__content span {
  color: #009bde;
  font-size: 70px;
  font-weight: 600;
  text-transform: uppercase;
  margin-left: 200px;
}

@media (max-width: 1200px) {
  .page-404__content p {
    font-size: 40px;
  }
  .page-404__content span {
    font-size: 50px;
  }

  .page-404 .header_top__logo img {
    width: 120px;
  }
  .page-404 .header_top__logo p {
    font-size: 15px;
  }
}
@media (max-width: 992px) {
  .page-404__content span {
    font-size: 30px;
    margin-left: 100px;
  }

  .page-404__content p {
    font-size: 30px;
  }
}
@media (max-width: 768px) {
  .page-404__content span {
    text-align: center;
    margin-left: 0px;
    display: block;
  }

  .page-404__content p {
    text-align: center;
  }

  .page-404__content {
    width: 100%;
    margin-left: 0;
  }
}
@media (max-width: 480px) {
  .page-404__img p {
    font-size: 90px;
  }

  .page-404__img_png {
    top: 54px;
    left: 68px;
    z-index: 110;
    height: 31px;
  }
}
.cab-user-inf {
  background-size: cover !important;
  padding: 70px 0;
  overflow-x: hidden;
}

.cab-user-inf__content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.cab-user-inf_left {
  display: flex;
}

.cab-user-inf__preview {
  margin-right: 33px;
}

.cab-user-inf__details__account-name {
  display: flex;
  margin-bottom: 20px;
}

.cab-user-inf__details__account-name_online {
  display: flex;
  align-items: center;
  margin-left: 15px;
}
.cab-user-inf__details__account-name_online span {
  display: block;
  width: 12px;
  height: 12px;
  border: 1px solid #dadada;
  background-color: #8ac200;
  margin-right: 5px;
  border-radius: 50%;
}
.cab-user-inf__details__account-name_online p {
  color: #ffffff;
}

.cab-user-inf__details__account-name_text {
  color: #ffffff;
  font-size: 24px;
  font-weight: 600;
}

.cab-user-inf__details__last-visit {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.cab-user-inf__details__last-visit p {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
}
.cab-user-inf__details__last-visit span {
  color: #ffffff;
  margin-left: 15px;
}
.cab-user-inf__details__last-visit span img {
  margin-right: 5px;
}

.cab-user-inf__details__rating {
  margin-bottom: 20px;
  width: 220px;
}

.cab-user-inf__details__chanve-preview {
  display: flex;
}
.cab-user-inf__details__chanve-preview button {
  background: transparent;
  color: #ffffff;
}
.cab-user-inf__details__chanve-preview button img {
  margin-right: 15px;
}

.cab-user-inf__details__chanve-preview__item {
  margin-right: 30px;
}

.cab-user-inf_right_top-sell-button {
  background-color: #009bde;
}

.cab-user-inf_right_top-propose-button {
  background-color: #8ac200;
  margin-left: 30px;
}

.cab-user-inf_right_top-view-button {
  background-color: #ff8300;
}

.cab-user-inf_right a {
  display: inline-block;
  border-radius: 4px;
  padding: 12px 30px;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
}

.cab-user-inf_right_bottom {
  margin-top: 30px;
  justify-content: flex-end;
  display: flex;
}

.cab-user-inf_right_top {
  display: flex;
  justify-content: flex-end;
}

@media (max-width: 1200px) {
  .cab-user-inf_right a {
    padding: 12px 20px;
  }
}
@media (max-width: 992px) {
  .cab-user-inf__content {
    flex-direction: column;
  }

  .cab-user-inf_right {
    display: flex;
    margin-top: 30px;
  }

  .cab-user-inf_right_bottom {
    margin-top: 0;
    margin-left: 30px;
  }
}
@media (max-width: 480px) {
  .cab-user-inf_left {
    flex-direction: column;
    align-items: center;
  }

  .cab-user-inf__details {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .cab-user-inf__preview {
    margin-right: 0;
    margin-bottom: 15px;
  }

  .cab-user-inf_right, .cab-user-inf_right_top {
    flex-direction: column;
  }

  .cab-user-inf_right_top-propose-button, .cab-user-inf_right_bottom {
    margin-left: 0;
    margin-top: 15px;
  }

  .cab-user-inf__details__chanve-preview__item:last-child {
    margin-right: 0;
  }
}
@media (max-width: 320px) {
  .cab-user-inf__details__chanve-preview {
    display: flex;
    flex-direction: column;
  }
  .cab-user-inf__details__chanve-preview > div {
    margin-bottom: 10px;
  }
}
.sale-product {
  padding-bottom: 100px;
}

.sale-product_content__language {
  margin-top: 25px;
}
.sale-product_content__language ul li {
  margin-right: 30px;
}
.sale-product_content__language ul li a {
  padding: 10px 16px;
  color: #636466;
  display: block;
  border-radius: 4px;
  border: 1px solid #cdcdcd;
}
.sale-product_content__language ul li.active a {
  border: 1px solid #8ac200 !important;
}
.sale-product_content__language .nav-tabs > li.active > a, .sale-product_content__language .nav-tabs > li.active > a:focus, .sale-product_content__language .nav-tabs > li.active > a:hover {
  border: 1px solid #cdcdcd;
}
.sale-product_content__language .nav > li > a:focus, .sale-product_content__language .nav > li > a:hover {
  border: 1px solid #cdcdcd;
}

.sale-product_content label {
  font-weight: 600;
  margin-bottom: 15px;
}
.sale-product_content input {
  width: 100%;
  height: 38px;
  border-radius: 4px;
  border: 1px solid #cdcdcd;
  background-color: #ffffff;
  padding: 0 16px;
}
.sale-product_content textarea {
  width: 100%;
  height: 351px;
  border-radius: 4px;
  border: 1px solid #cdcdcd;
  background-color: #ffffff;
  padding: 14px 16px;
}

.sale-product_content__language__content__item-meta {
  height: 120px !important;
}

.sale-product_content__language__content__item {
  margin-top: 36px;
  display: flex;
  flex-direction: column;
}

.sale-product_content__language__content__save-button {
  display: flex;
  justify-content: flex-end;
  margin-top: 40px;
}
.sale-product_content__language__content__save-button button {
  border-radius: 4px;
  background-color: #8ac200;
  color: #fff;
  padding: 12px 30px;
}

.sale_data__content__item {
  margin-top: 25px;
}
.sale_data__content__item input[type="file"] {
  width: 38px;
  height: 38px;
  cursor: pointer;
  border-radius: 4px;
  background-color: #8ac200;
  text-indent: 9999px;
  outline: 0;
}
.sale_data__content__item select {
  width: 100%;
  height: 38px;
  border-radius: 4px;
  border: 1px solid #cdcdcd;
  background-color: #ffffff;
  padding: 0 16px;
}

.sale_data__content__item_file {
  position: relative;
  display: table;
}
.sale_data__content__item_file label {
  content: '+';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #ffffff;
  font-size: 30px;
  cursor: pointer;
}

.sale_data__content__item_price {
  display: flex;
  margin-right: 30px;
}

.sale_data__content__item__price-input {
  display: flex;
}
.sale_data__content__item__price-input input {
  width: 110px;
  height: 38px;
  border-radius: 4px 0 0 4px;
  border: 1px solid #cdcdcd;
  background-color: #ffffff;
}
.sale_data__content__item__price-input p {
  padding: 11px 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 0 4px 4px 0;
  border: 1px solid #cdcdcd;
  background-color: #e6e6e6;
}
.sale_data__content__item__price-input p span {
  font-weight: 700;
}

.sale_data__content__item__price {
  flex-direction: column;
  display: flex;
  margin-right: 30px;
}
.sale_data__content__item__price select {
  outline: 0;
  width: 150px;
  height: 38px;
  border-radius: 4px;
  border: 1px solid #cdcdcd;
  background-color: #ffffff;
  padding: 0 16px;
  color: #636466;
}

.sale_data__content__item_seo {
  display: flex;
  align-items: center;
}
.sale_data__content__item_seo button {
  border-radius: 4px;
  background-color: #009bde;
  padding: 13px 30px;
  color: #ffffff;
  text-transform: uppercase;
  margin-left: 30px;
  white-space: nowrap;
}

.sale_data__content__item-calendar {
  display: flex;
  align-items: center;
}
.sale_data__content__item-calendar input {
  border-radius: 4px 0 0 4px !important;
}
.sale_data__content__item-calendar button {
  border-radius: 0 4px 4px 0;
  border: 1px solid #cdcdcd;
  background-color: #ffffff;
  padding: 11px 12px 11px;
}

.sale_relations__content__item-list {
  padding: 0 0px 0 10px;
  height: 300px;
  border: 1px solid #cdcdcd;
  background-color: #ffffff;
}
.sale_relations__content__item-list ul {
  padding: 10px 0;
}
.sale_relations__content__item-list ul li {
  margin-bottom: 10px;
}
.sale_relations__content__item-list ul li button {
  width: 100%;
  height: 38px;
  border-radius: 4px;
  border: 1px solid #dadada;
  background-color: #ffffff;
  display: flex;
  justify-content: space-between;
  padding: 0 0 0 15px;
  align-items: center;
}
.sale_relations__content__item-list ul li button p {
  justify-self: flex-end;
  font-size: 30px;
  color: #fff;
  padding: 3px 10px;
  border-radius: 4px;
  display: flex;
}

.sale-product_content .mCSB_scrollTools {
  background-color: #e6e6e6;
  width: 10px;
}
.sale-product_content .mCSB_draggerRail {
  display: none;
}
.sale-product_content .mCSB_dragger_bar {
  margin: 0 !important;
  width: 10px !important;
  border-radius: 0 !important;
  background-color: #8ac200 !important;
}

.message_left .mCSB_inside > .mCSB_container {
  margin-right: 0;
}

.sale_relations__content__item {
  margin-top: 25px;
}

.sale_relations__content__item-list-add-button {
  background-color: #dadada;
}

.sale_relations__content__item-list-remove-button {
  background-color: #f44336;
}

.special-propos select {
  height: 38px;
  border-radius: 4px;
  border: 1px solid #cdcdcd;
  background-color: #ffffff;
  outline: 0;
  padding: 0 10px;
  color: #636466;
}

@media (max-width: 992px) {
  .sale_relations__content__item-list {
    margin-bottom: 20px;
  }
}
@media (max-width: 480px) {
  .sale_data__content__item_price {
    flex-direction: column;
    margin-right: 0;
  }
  .sale_data__content__item_price input, .sale_data__content__item_price select {
    width: 100%;
  }

  .sale_data__content__item__price:first-child {
    margin-bottom: 25px;
  }

  .sale_data__content__item__price {
    margin-right: 0;
  }
}
.breadcrumbs {
  padding: 20px 0;
}
.breadcrumbs ul {
  display: flex;
}
.breadcrumbs ul li {
  margin-right: 7px;
}
.breadcrumbs ul li a {
  font-size: 12px;
  display: flex;
  color: #000;
  text-decoration: none;
}
.breadcrumbs ul li:not(:last-child) a:after {
  content: '>';
  color: #000;
  margin-left: 8px;
  display: block;
}
.breadcrumbs ul li:last-child a {
  color: #636466;
}

.main-cab__left-sidebar__title {
  background-color: #009bde;
  display: flex;
  padding: 15px;
  align-items: center;
  border: 1px solid transparent;
}
.main-cab__left-sidebar__title p {
  font-weight: 700;
  color: #ffffff;
}
.main-cab__left-sidebar__title p i {
  margin-right: 15px;
  font-size: 18px;
}

.main-cab__left-sidebar__list {
  background-color: #ffffff;
  position: relative;
  bottom: 1px;
}
.main-cab__left-sidebar__list li {
  width: 100%;
}
.main-cab__left-sidebar__list li a {
  display: block;
  width: 100%;
  padding: 16px;
  color: #000 !important;
  border-radius: 0;
  border: 1px solid #dadada;
  border-top: 0;
}
.main-cab__left-sidebar__list li a:hover {
  background-color: #009bde !important;
}
.main-cab__left-sidebar__list li.active a {
  background-color: #8ac200 !important;
  border: 1px solid #009bde;
  color: #fff !important;
}

.main-cab__content_my_product__service__item {
  width: 100%;
  height: 347px;
}
.main-cab__content_my_product__service__item .home-service__content__item-img {
  height: 180px;
  align-items: center;
}
.main-cab__content_my_product__service__item .home-service__content__item-img a {
  max-height: 180px;
}
.main-cab__content_my_product__service__item .home-service__content__item-img a img {
  max-height: 180px;
}
.main-cab__content_my_product__service__item .home-service__content__item-description {
  height: 87px;
  overflow: hidden;
}
.main-cab__content_my_product__service__item .home-service__content__item-description a {
  font-size: 16px;
  line-height: 29px;
}
.main-cab__content_my_product__service__item .home-service__content__item-price p {
  font-size: 22px;
}
.main-cab__content_my_product__service__item .home-service__content__item-user p {
  font-size: 16px;
}
.main-cab__content_my_product__service__item .home-service__content__item-user_status {
  width: 13px;
  height: 13px;
}
.main-cab__content_my_product__service__item .home-service__content__item_bottom {
  height: 145px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.main-cab {
  overflow-x: hidden;
}

.main-cab__content__title {
  padding: 14px 0;
  border-bottom: 2px solid #8ac200;
}
.main-cab__content__title p {
  text-transform: uppercase;
}

.main-cab__content_my_product__service {
  margin-top: 25px;
}

.main-cab__content_reviews__kind {
  margin-top: 20px;
}

.main-cab__content_reviews__kind-list {
  display: flex;
}
.main-cab__content_reviews__kind-list li {
  margin-right: 30px;
}
.main-cab__content_reviews__kind-list li a {
  text-decoration: none;
  color: #000;
}
.main-cab__content_reviews__kind-list li a span {
  color: #8ac200;
}
.main-cab__content_reviews__kind-list li.active a {
  text-decoration: underline;
}
.main-cab__content_reviews__kind-list li:first-child a {
  padding-left: 0;
}

.nav-tabs {
  border-bottom: 0;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
  border: 0;
}

.nav > li > a:focus, .nav > li > a:hover {
  border-color: transparent;
  background: transparent;
}

.cab__content_reviews__kind__content__item {
  display: flex;
  margin-top: 30px;
}

.cab__content_reviews__kind__content__item_left {
  margin-right: 20px;
}

.cab__content_reviews__kind__content__item-details-author {
  display: flex;
  margin-bottom: 15px;
}

.cab__content_reviews__kind__content__item-details-author-name p {
  color: #ff8300;
  font-size: 16px;
  font-weight: 600;
  margin-right: 15px;
}

.cab__content_reviews__kind__content__item-details-time p {
  color: #636466;
  margin-right: 15px;
}

.cab__content_reviews__kind__content__item-details-product {
  display: flex;
  margin-bottom: 15px;
}
.cab__content_reviews__kind__content__item-details-product p {
  color: #636466;
}
.cab__content_reviews__kind__content__item-details-product a {
  color: #009bde;
  margin-left: 10px;
}

.cab__content_reviews__kind__content__item-details-inf p {
  font-weight: 600;
}

.cab__content_reviews__kind__content__item-answer {
  margin-top: 20px;
  position: relative;
  margin-bottom: 5px;
}
.cab__content_reviews__kind__content__item-answer:before {
  content: '';
  display: block;
  background: url(../img/review-arrow-icon.png);
  width: 15px;
  height: 17px;
  position: absolute;
  transform: translateX(-100%);
  left: -15px;
  top: 12px;
}

.cab__content_reviews__kind__content__item-answer-item {
  display: flex;
}

.cab__content_reviews__kind__content__item-answer-item_left {
  margin-right: 20px;
}

.cab__content_reviews__kind__content__item-answer-item-name {
  display: flex;
}
.cab__content_reviews__kind__content__item-answer-item-name p {
  color: #ff8300;
  font-size: 16px;
  font-weight: 600;
}

.cab__content_reviews__kind__content__item-answer-item-date {
  color: #636466;
}

.cab__content_reviews__kind__content__item-answer-item-inf {
  margin-top: 15px;
}
.cab__content_reviews__kind__content__item-answer-item-inf p {
  font-weight: 600;
}

.main-cab__content_reviews__kind__view-more {
  margin-top: 75px;
  display: flex;
  justify-content: center;
}
.main-cab__content_reviews__kind__view-more a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  text-transform: uppercase;
  padding: 11px 30px;
  border-radius: 4px;
  background-color: #009bde;
  text-decoration: none;
}

.main-cab__content_reviews {
  padding-bottom: 140px;
}

.main-cab__warning {
  width: 100%;
  padding: 17px;
  border-radius: 4px;
  background-color: #f44336;
  position: relative;
  display: flex;
  justify-content: center;
  margin-top: 20px;
}
.main-cab__warning p {
  font-weight: 600;
  color: #ffffff;
}
.main-cab__warning p a {
  text-decoration: underline;
  color: #ffffff;
}
.main-cab__warning button {
  position: absolute;
  top: 50%;
  right: 12px;
  transform: translateY(-50%) rotate(45deg);
  background: transparent;
  color: #fff;
  font-size: 22px;
}

.main-cab__change_batch__user-inf {
  margin: 30px 0;
}
.main-cab__change_batch__user-inf p {
  font-size: 18px;
  color: #000000;
  font-weight: 600;
}
.main-cab__change_batch__user-inf p span {
  color: #999999;
  font-weight: 400;
  margin-left: 3px;
}

.main-cab__change_batch__content__item {
  border-radius: 4px;
  background-color: #8ac200;
  height: 302px;
  padding: 30px 15px;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 30px;
}
.main-cab__change_batch__content__item p {
  text-align: center;
}

.main-cab__change_batch__content__item-name {
  margin-bottom: 40px;
}
.main-cab__change_batch__content__item-name p {
  color: #ffffff;
  font-size: 30px;
  font-weight: 700;
  text-transform: uppercase;
}

.main-cab__change_batch__content__item-price {
  margin-bottom: 25px;
}
.main-cab__change_batch__content__item-price p {
  color: #fff;
  font-size: 48px;
  font-weight: 600;
}
.main-cab__change_batch__content__item-price p span {
  font-size: 30px;
  position: relative;
  bottom: 16px;
  left: 7px;
}

.main-cab__change_batch__content__item-link a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 2px 5px 1px rgba(0, 0, 0, 0.32);
  border-radius: 4px;
  background-color: #ffffff;
  padding: 13px 30px;
  text-transform: uppercase;
  color: #000;
  text-decoration: none;
}

.main-cab__change_batch__content__item-count {
  margin-bottom: 40px;
}
.main-cab__change_batch__content__item-count p {
  font-size: 18px;
  color: #ffffff;
}

.sale-product_content__language__content__item_full-field input {
  background-color: #e6e6e6;
}

.sale-product_content__language__content__item-wrap {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.sale-product_content__language__content__item-img {
  width: 170px;
  height: 170px;
  display: flex;
  justify-content: center;
  border: 1px solid #cdcdcd;
  border-radius: 2px;
  position: relative;
  margin-bottom: 20px;
}
.sale-product_content__language__content__item-img p {
  position: absolute;
  top: 50%;
  text-align: center;
  transform: translateY(-50%);
  font-weight: 700;
  line-height: 24px;
  text-transform: uppercase;
  color: #f44336;
}

.sale-product_content__language__content__item_file {
  margin-top: 0 !important;
}

.sale-product_content__language__content__item-img {
  margin-right: 30px;
}

.main-cab__change-user-inf_button {
  display: flex;
  align-items: center;
}
.main-cab__change-user-inf_button a {
  color: #009bde;
  display: block;
  margin-right: 40px;
}

.main-cab__change-user-inf {
  padding-bottom: 140px;
}

.main-cab__my-wallets {
  padding-bottom: 140px;
}

.main-cab__my-wallets__content__balance {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 30px;
}

.main-cab__my-wallets__content__balance_left {
  display: flex;
  align-items: center;
}
.main-cab__my-wallets__content__balance_left img {
  margin-left: 15px;
}
.main-cab__my-wallets__content__balance_left span {
  display: block;
  font-size: 18px;
  font-weight: 600;
  margin-left: 15px;
}
.main-cab__my-wallets__content__balance_left p {
  display: flex;
  align-items: center;
}

.main-cab__my-wallets__content__balance_right button {
  padding: 13px 30px;
  border-radius: 4px;
  background-color: #ff8300;
  text-transform: uppercase;
  color: #fff;
}

.main-cab__my-wallets__content__add-purse {
  margin-top: 30px;
}

.main-cab__my-wallets__content__title {
  margin-bottom: 20px;
}

.main-cab__my-wallets__content__add-purse-input {
  display: flex;
}
.main-cab__my-wallets__content__add-purse-input input {
  margin: 0 30px;
  width: 170px;
  height: 38px;
  border-radius: 4px;
  border: 1px solid #cdcdcd;
  background-color: #ffffff;
  padding: 0 10px;
}
.main-cab__my-wallets__content__add-purse-input select {
  width: 170px;
  height: 38px;
  border-radius: 4px;
  border: 1px solid #cdcdcd;
  background-color: #ffffff;
  outline: 0;
  padding-left: 10px;
}
.main-cab__my-wallets__content__add-purse-input button {
  border-radius: 4px;
  background-color: #8ac200;
  color: #fff;
  text-transform: uppercase;
  padding: 12px 30px;
}

.main-cab__my-wallets__content_purse-account__item {
  display: flex;
  margin-bottom: 30px;
}
.main-cab__my-wallets__content_purse-account__item img {
  max-width: 100%;
  max-height: 100%;
}
.main-cab__my-wallets__content_purse-account__item input {
  width: 170px;
  height: 34px;
  border-radius: 4px;
  border: 1px solid #cdcdcd;
  background-color: #ffffff;
  font-size: 12px;
  padding: 0 15px;
}

.main-cab__my-wallets__content_purse-account__item-img {
  width: 100px;
  margin-right: 10px;
  height: 34px;
}

.main-cab__my-wallets__content_purse-account {
  margin-top: 30px;
}

@media (max-width: 480px) {
  .main-cab__content_my_product__service .col-xs-6 {
    width: 100%;
  }

  .cab__content_reviews__kind__content__item {
    flex-direction: column;
    align-items: center;
  }

  .cab__content_reviews__kind__content__item-img {
    margin-bottom: 20px;
  }

  .cab__content_reviews__kind__content__item-details-author {
    justify-content: center;
  }

  .main-cab__content_reviews__kind-list {
    flex-direction: column;
  }

  .main-cab__content_reviews__kind-list li {
    margin-right: 0;
  }

  .main-cab__content_reviews__kind-list li a {
    display: block;
    text-align: center;
  }

  .main-cab__change_batch__content .col-xs-6 {
    width: 100%;
  }

  .main-cab__my-wallets__content__add-purse-input {
    flex-direction: column;
  }
  .main-cab__my-wallets__content__add-purse-input select {
    width: 100%;
  }
  .main-cab__my-wallets__content__add-purse-input input {
    margin: 20px 0;
    width: 100%;
  }

  .main-cab__my-wallets__content__balance {
    flex-direction: column;
    align-items: center;
  }
  .main-cab__my-wallets__content__balance button {
    margin-top: 20px;
  }

  .main-cab__my-wallets__content_purse-account__item {
    flex-direction: column;
    align-items: center;
  }

  .main-cab__my-wallets__content_purse-account__item-img {
    display: flex;
    justify-content: center;
    margin-bottom: 15px;
  }
}
.message-wrap {
  padding-bottom: 140px;
}

.message {
  display: flex;
}

.message_left {
  width: 270px;
  border: 1px solid #dadada;
}

.message_left__title {
  padding: 17px 11px;
  border-bottom: 1px solid #dadada;
}
.message_left__title a {
  color: #009bde;
  text-decoration: none;
}
.message_left__title input {
  width: 100%;
}

.message_left__list {
  height: 500px;
}

.message_left__list__item {
  display: flex;
  padding: 15px;
  position: relative;
}

.message_left__list__item_left {
  margin-right: 15px;
}

.message_left__list__item-name {
  margin-bottom: 10px;
}

.message_left__list__item_right-online {
  margin-left: 0;
}
.message_left__list__item_right-online p {
  color: #b3b3b3;
  font-size: 12px;
}

.cab-user-inf__details__account-name_no-online {
  display: flex;
}
.cab-user-inf__details__account-name_no-online p {
  color: #b3b3b3;
  font-size: 12px;
  margin-left: 5px;
  display: block;
}
.cab-user-inf__details__account-name_no-online span {
  display: block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: 1px solid #dadada;
}

.message_left__list__item-message-count {
  position: absolute;
  top: 50%;
  right: 18px;
  transform: translateY(-50%);
  width: 22px;
  height: 22px;
  background-color: #009bde;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.message_left__list__item-message-count p {
  color: #fff;
}

.message_left__list__item_active {
  background-color: #f5f5f5;
}

.message_right {
  width: 901px;
  border: 1px solid #dadada;
  border-left: 0;
}

.message_right__content__item {
  display: flex;
  margin-bottom: 30px;
}
.message_right__content__item img {
  margin-right: 10px;
}

.message_right__content_item-details {
  max-width: 380px;
  padding: 10px 16px;
  background: rgba(138, 194, 0, 0.12);
  border-radius: 4px;
}

.message_right__content_item-details-name {
  margin-bottom: 15px;
}

.message_right__content_item-details-text {
  margin-bottom: 20px;
}
.message_right__content_item-details-text p {
  color: #686868;
}

.message_right__content_item-details-date {
  display: flex;
}
.message_right__content_item-details-date p {
  margin-right: 9px;
}

.message_right__content__item_right {
  justify-content: flex-start;
  flex-direction: row-reverse;
}
.message_right__content__item_right img {
  margin-right: 0 !important;
  margin-left: 10px !important;
}
.message_right__content__item_right .message_right__content_item-details {
  background: rgba(0, 155, 222, 0.12);
}

.message_right__content__write {
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
  padding: 15px;
}
.message_right__content__write textarea {
  width: 670px;
  height: 60px;
  border-radius: 4px;
  border: 1px solid #dadada;
  background-color: #ffffff;
  padding: 5px 15px;
  line-height: 24px;
}
.message_right__content__write button {
  height: 38px;
  display: inline-block;
  border-radius: 4px;
  background-color: #8ac200;
  padding: 0 30px;
  text-transform: uppercase;
  color: #ffffff;
  font-size: 14px;
}

.message_right__content__item-wrap {
  padding: 15px 15px 10px 15px;
}

.message_right__content_scroll {
  height: 400px;
}

@media (max-width: 1200px) {
  .message_right__content__write textarea {
    width: 100%;
    margin-right: 30px;
  }
}
@media (max-width: 992px) {
  .message_left__list__item-message-count {
    top: 17px;
    left: 44px;
  }
}
@media (max-width: 768px) {
  .message {
    flex-direction: column;
  }

  .message_left, .message_right {
    width: 100%;
  }

  .message_right {
    border: 1px solid #dadada;
    margin-top: 30px;
  }

  .message_left__list {
    height: 300px;
  }
}
@media (max-width: 480px) {
  .message_right__content__write {
    flex-direction: column;
  }
  .message_right__content__write button {
    margin-top: 20px;
  }
}
@media (max-width: 320px) {
  .message_right__content__item {
    flex-wrap: wrap;
  }
}
.cab-user-inf_right__write-letter {
  border-radius: 4px;
  background-color: #009bde;
  color: #ffffff;
  text-transform: uppercase;
  padding: 12px 33px;
}

.about-me__title {
  margin-bottom: 27px;
}
.about-me__title p {
  font-weight: 700;
  text-transform: uppercase;
}

.about-me__description p {
  font-size: 16px;
  line-height: 24px;
}

.my-product {
  margin-top: 40px;
  overflow-x: hidden;
}

.write-message {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 770px;
  border-radius: 4px;
  background-color: #ffffff;
  z-index: 6;
}

.write-message__top {
  border-bottom: 1px solid #e6e6e6;
  position: relative;
}
.write-message__top p {
  font-weight: 600;
  text-transform: uppercase;
  padding: 16px;
}
.write-message__top button {
  transform: rotate(45deg) translateY(-50%);
  background: transparent;
  position: absolute;
  top: 44%;
  right: -5px;
  font-size: 20px;
}

.user-profile-overlay {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.32);
  z-index: 5;
}

.write-message__bottom {
  margin-top: 30px;
  padding: 0 15px 15px 15px;
}

.write-message__bottom_name {
  display: flex;
  align-items: center;
}
.write-message__bottom_name p {
  font-weight: 600;
}
.write-message__bottom_name p a {
  color: #009bde;
}
.write-message__bottom_name .cab-user-inf__details__account-name_online p {
  color: #636466;
}

.write-message__bottom__textarea {
  margin: 20px 0 25px;
}
.write-message__bottom__textarea textarea {
  width: 740px;
  height: 100px;
  border-radius: 4px;
  border: 1px solid #cdcdcd;
  background-color: #ffffff;
  padding: 12px 10px;
}

.write-message__bottom__send {
  display: flex;
  justify-content: space-between;
}

.write-message__bottom__send__input {
  display: flex;
  align-items: center;
}
.write-message__bottom__send__input input {
  width: 0px;
  outline: 0;
}
.write-message__bottom__send__input label {
  display: block;
  outline: 0;
  cursor: pointer;
  color: #009bde;
  font-family: "Myriad Pro";
}
.write-message__bottom__send__input img {
  margin-right: 10px;
}

.write-message__bottom__send__button {
  color: #009bde;
}
.write-message__bottom__send__button button {
  background: transparent;
}

.close-write-message {
  margin-right: 30px;
}

.write-message__bottom__send__button-send {
  border-radius: 4px;
  background-color: #8ac200 !important;
  padding: 13px 30px;
  color: #ffffff;
  text-transform: uppercase;
}

@media (max-width: 992px) {
  .write-message {
    width: 654px;
  }

  .write-message__bottom__textarea textarea {
    width: 623px;
  }

  .write-message__bottom__send__button {
    display: flex;
  }
}
@media (max-width: 768px) {
  .write-message {
    width: 80%;
  }

  .write-message__bottom__textarea textarea {
    width: 100%;
  }

  .write-message__bottom__send__input {
    width: 130px;
  }
}
@media (max-width: 480px) {
  .my-product .col-xs-6 {
    width: 100%;
  }

  .write-message__bottom__send {
    flex-direction: column;
    align-items: center;
  }

  .write-message__bottom__send__button {
    margin-top: 20px;
  }
}
@media (max-width: 320px) {
  .write-message__bottom__send__button {
    flex-direction: column;
  }

  .close-write-message {
    margin-right: 0;
    margin-bottom: 10px;
  }

  .write-message__top button {
    right: 20px;
  }
}
.cart {
  padding-bottom: 140px;
}

.cart__title {
  text-align: center;
  margin: 40px 0px 50px;
  font-size: 24px;
  font-weight: 600;
  text-transform: uppercase;
}

.cart__table table {
  width: 100%;
  min-width: 650px;
}
.cart__table table th {
  font-weight: 700;
  text-transform: uppercase;
  color: #009bde;
  padding: 15px 0;
}
.cart__table table tr {
  border-bottom: 1px solid #dadada;
}
.cart__table table td {
  padding: 35px 0;
}

.cart__table__product-field {
  width: 820px;
}
.cart__table__product-field p {
  margin-left: 10px;
}

.cart__table__price-field {
  width: 250px;
}
.cart__table__price-field p {
  text-align: center;
}

.cart__table__price-total p {
  margin-right: 10px;
}

.cart__table__price p {
  text-align: center;
  font-weight: 600;
  font-size: 20px;
}

.cart__table__price-total p, .cart__table__total p {
  text-align: right;
}

.cart__table__total p {
  font-weight: 600;
  color: #8ac200;
  font-size: 20px;
}

.cart__table__product-details {
  display: flex;
  align-items: center;
}
.cart__table__product-details .cart__table__product-details__remove-button button {
  color: #636466;
  transform: rotate(45deg);
  margin-right: 15px;
}

.cart__table__product-details__remove-button {
  margin-left: 15px;
}
.cart__table__product-details__remove-button button {
  background: transparent;
  font-size: 20px;
}

.cart__table__product-details-img {
  margin-right: 15px;
}

.cart__table__product-details-name p {
  line-height: 24px;
}

.cart__total {
  margin-top: 55px;
}

.cart__total__item {
  margin-bottom: 30px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.cart__total__item p {
  font-weight: 700;
}
.cart__total__item span {
  font-weight: 600;
  font-size: 20px;
  margin-left: 30px;
}
.cart__total__item:nth-child(2) span {
  color: #8ac200;
}

.cart__button {
  display: flex;
  justify-content: space-between;
  margin-top: 85px;
}
.cart__button a, .cart__button button {
  border-radius: 4px;
  text-transform: uppercase;
  padding: 12px 30px;
  color: #fff;
}
.cart__button a {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #009bde;
}
.cart__button button {
  background-color: #8ac200;
}

.confirm-order {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  border-radius: 4px;
  background-color: #ffffff;
  transform: translate(-50%, -50%);
  z-index: 7;
  min-width: 570px;
  padding-bottom: 30px;
}

.confirm-order__table table {
  width: 100%;
}
.confirm-order__table table tr {
  display: block;
  margin: 0 15px;
  border-bottom: 1px solid #dadada;
}

.confirm-order_top {
  padding: 16px;
  border-bottom: 1px solid #e6e6e6;
  position: relative;
}
.confirm-order_top p {
  font-weight: 600;
  text-transform: uppercase;
}
.confirm-order_top button {
  transform: rotate(45deg) translateY(-50%);
  background: transparent;
  position: absolute;
  top: 44%;
  right: 20px;
  font-size: 20px;
}

.confirm-order__table__img {
  width: 70px;
  height: 70px;
  display: flex;
  align-items: center;
}
.confirm-order__table__img img {
  max-width: 100%;
  max-height: 100%;
}

.confirm-order__table__name {
  margin-left: 15px;
  width: 250px;
}
.confirm-order__table__name p {
  font-size: 12px;
  line-height: 24px;
}

.confirm-order__table__price {
  margin-left: 100px;
}
.confirm-order__table__price p {
  font-weight: 600;
  color: #8ac200;
  font-size: 16px;
}

.confirm-order__table__close {
  margin-left: 30px;
  position: relative;
}
.confirm-order__table__close button {
  transform: rotate(45deg) translateY(-50%);
  background: transparent;
  font-size: 20px;
  color: #f44336;
  position: relative;
  top: 6px;
  right: 5px;
}

.confirm-order__price__item {
  display: flex;
  justify-content: space-between;
}
.confirm-order__price__item p {
  font-weight: 700;
}
.confirm-order__price__item span {
  font-size: 20px;
  font-weight: 600;
}
.confirm-order__price__item:first-child {
  margin: 30px 0 25px;
}
.confirm-order__price__item:last-child span {
  color: #8ac200;
}

.confirm-order__price {
  border-bottom: 1px solid #dadada;
  margin: 0 15px;
  padding-bottom: 25px;
}

.confirm-order__button {
  margin-top: 30px;
  padding: 0 15px;
}
.confirm-order__button button {
  width: 100%;
  text-transform: uppercase;
  color: #ffffff;
  padding: 13px 0;
  border-radius: 4px;
  background-color: #8ac200;
}

@media (max-width: 768px) {
  .confirm-order__table__price {
    margin-left: 40px;
  }

  .confirm-order {
    width: 510px;
    min-width: inherit;
  }

  .confirm-order__table table {
    min-width: 510px;
  }
}
@media (max-width: 600px) {
  .confirm-order {
    width: 80%;
  }
}
@media (max-width: 480px) {
  .cart__button {
    flex-direction: column;
  }
  .cart__button button {
    margin-top: 20px;
  }

  .cart__total__item {
    flex-direction: column;
  }
  .cart__total__item span {
    margin: 15px 0 0;
  }
}
@media (max-width: 320px) {
  .confirm-order__price__item {
    flex-direction: column;
    align-items: center;
  }
  .confirm-order__price__item span {
    margin-top: 15px;
  }
}
.all-keis__title h4 {
  font-size: 24px;
  font-weight: 600;
}

.all-keis__item {
  display: block;
}

.all-keis {
  padding-bottom: 140px;
}

.contact-us__title h3 {
  font-size: 24px;
  font-weight: 600;
  text-transform: uppercase;
  text-align: center;
  margin: 20px 0 50px;
}

.contact-us__content__description p {
  font-family: Lato;
  line-height: 18px;
}

.contact-us__content__details__img {
  margin: 50px 0 20px;
  padding: 20px 15px;
  border: 1px solid #009bde;
}

.contact-us__content__details {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.contact-us__content__details p {
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.contact-us__content__details span {
  margin-bottom: 10px;
}

.contact-us__content__form {
  border-radius: 4px;
  border: 1px solid #dadada;
  padding: 30px 15px;
}
.contact-us__content__form p {
  font-family: Lato;
  font-size: 24px;
  margin-bottom: 25px;
}
.contact-us__content__form span {
  line-height: 18px;
  margin-bottom: 25px;
}
.contact-us__content__form form textarea {
  width: 100%;
  height: 150px;
  border: 1px solid #dadada;
  background-color: #ffffff;
  color: #8f8f8f;
  margin-bottom: 30px;
  margin-top: 25px;
  padding-left: 10px;
  padding-top: 10px;
}
.contact-us__content__form form input {
  border: 1px solid #dadada;
  background-color: #ffffff;
  color: #8f8f8f;
  width: 100%;
  height: 42px;
  padding-left: 10px;
}
.contact-us__content__form form button {
  margin-top: 25px;
  border-radius: 4px;
  background-color: #8ac200;
  width: 100%;
  padding: 18px 0;
  color: #fff;
  font-size: 18px;
}

.contact-us__content__form-inputs {
  display: flex;
  margin-bottom: 25px;
}
.contact-us__content__form-inputs input:first-child {
  margin-right: 7px;
}

.contact-us {
  padding-bottom: 140px;
}

@media (max-width: 768px) {
  .contact-us__content__form {
    margin-top: 30px;
  }
}
@media (max-width: 320px) {
  .contact-us__content__form-inputs {
    flex-direction: column;
  }
  .contact-us__content__form-inputs input:first-child {
    margin-right: 0;
    margin-bottom: 25px;
  }
}
