body {
  color: #3a4451;
  font: 16px/1.6em "Segoe UI", 'Open Sans', sans-serif;
  background-color: #fafaf0;
}
p {
  margin: 0;
}
h1,
h2,
h3 {
  margin: 0px;
}
a {
  color: #fff;
  text-decoration: underline;
}
a:visited {
  /*color: #3a4451;*/
}
a:hover {
  cursor: pointer;
  color: #0095d9;
}
a:focus {
  text-decoration: none;
  color: /*#3a4451;*/
}
.wrapper-index {
  background: #252525 url(../img/wrapper-index.jpg) no-repeat;
  background-position: top center;
  color: #b5b5b5;
}
@media (max-width: 991px) {
  .wrapper-index {
    background-size: 1600px;
  }
}
.wrapper-page {
  background: #fafaf0;
  color: #3a4451;
}
.wrapper-page--household {
  background: #fafaf0 url(../img/wrapper-household.jpg) no-repeat;
}
.wrapper-page--food {
  background: #fafaf0 url(../img/wrapper-food.jpg) no-repeat;
}
.wrapper-page--kids {
  background: #fafaf0 url(../img/wrapper-kids.jpg) no-repeat;
}
.wrapper-page--cars {
  background: #fafaf0 url(../img/wrapper-cars.jpg) no-repeat;
}
.wrapper-page--about {
  background: #fafaf0 url(../img/wrapper-about.jpg) no-repeat;
}
.select-hidden {
  display: none;
  visibility: hidden;
  padding-right: 10px;
}
.select-language {
  cursor: pointer;
  display: inline-block;
  position: relative;
  font-size: 16px;
  color: #ffffff;
  width: 80px;
  height: 30px;
  font: 16px/1.6em "Segoe UI Semibold", 'Open Sans', sans-serif;
}
.select-styled {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 0px 12px;
}
.select-styled:after {
  content: "";
  width: 0;
  height: 0;
  border: 7px solid transparent;
  border-color: #ffffff transparent transparent transparent;
  position: absolute;
  top: 11px;
  right: 0px;
  left: 70px;
}
.select-styled[rel="en"]:before,
.select-styled[rel="ja"]:before,
.select-styled[rel="ru"]:before {
  content: '';
  position: absolute;
  width: 18px;
  height: 13px;
  left: 85px;
  top: 8px;
}
.select-styled[rel="en"]:before {
  background-image: url(../img/select-language-en.png);
  background-repeat: no-repeat;
}
.select-styled[rel="ja"]:before {
  background-image: url(../img/select-language-jp.png);
  background-repeat: no-repeat;
}
.select-styled[rel="ru"]:before {
  background-image: url(../img/select-language-ru.png);
  background-repeat: no-repeat;
}
.select-styled:hover {
  background-color: transparent;
}
.select-styled:active,
.select-styled.active {
  background-color: transparent;
}
.select-styled:active:after,
.select-styled.active:after {
  top: 4px;
  border-color: transparent transparent #fff transparent;
}
.select-options {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  z-index: 999;
  margin: 0;
  padding: 0;
  list-style: none;
}
.select-options li {
  margin: 0;
  text-indent: 12px;
  position: relative;
  color: rgba(255, 255, 255, 0.68);
}
.select-options li[rel="hide"] {
  display: none;
}
.select-options li[rel="en"]:after,
.select-options li[rel="ja"]:after,
.select-options li[rel="ru"]:after {
  content: '';
  position: absolute;
  width: 18px;
  height: 13px;
  right: -25px;
  top: 7px;
  opacity: 0.5;
}
.select-options li[rel="en"]:after {
  background-image: url(../img/select-language-en.png);
  background-repeat: no-repeat;
}
.select-options li[rel="ja"]:after {
  background-image: url(../img/select-language-jp.png);
  background-repeat: no-repeat;
}
.select-options li[rel="ru"]:after {
  background-image: url(../img/select-language-ru.png);
  background-repeat: no-repeat;
}
.select-options li:hover {
  color: #fff;
}
.select-options li:hover[rel="en"]:after,
.select-options li:hover[rel="ja"]:after,
.select-options li:hover[rel="ru"]:after {
  opacity: 1;
}
.first-view {
  padding-bottom: 120px;
}
@media (max-width: 991px) {
  .first-view {
    padding-bottom: 40px;
  }
}
.first-view--no-padding {
  padding: 0;
}
.first-view-welcome {
  margin: 70px 0;
  padding: 25px 30px;
  background-color: rgba(33, 33, 33, 0.5);
}
@media (max-width: 991px) {
  .first-view-welcome {
    margin: 30px 0;
  }
}
@media (max-width: 767px) {
  .first-view-welcome {
    margin: 15px 0 0;
  }
}
.first-view-welcome__title {
  font: 20px/1.6em "Segoe UI", 'Open Sans', sans-serif;
  color: #fff;
}
.first-view-welcome__text {
  font: 14px/1.6em "Segoe UI", 'Open Sans', sans-serif;
  color: #fff;
  margin-top: 10px;
  margin-bottom: 15px;
}
.first-view-welcome__bottom-title {
  color: #0095d9;
}
.first-view-page {
  margin: 60px 0;
  padding: 25px 0px;
}
@media (max-width: 991px) {
  .first-view-page {
    margin: 30px 0;
  }
}
@media (max-width: 767px) {
  .first-view-page {
    margin: 15px 0 0;
  }
}
.first-view-page__title {
  font: 26px/1.6em "Segoe UI Semibold", 'Open Sans', sans-serif;
  text-transform: uppercase;
}
.first-view-page__text {
  font: 14px/1.6em "Segoe UI", 'Open Sans', sans-serif;
  margin-top: 10px;
  margin-bottom: 15px;
}
.site-header {
  height: 120px;
  /*color: #3a4451;*/
}
.site-header__logo {
  width: auto;
  max-width: 100%;
}
.site-header__case {
  height: 120px;
}
@media (max-width: 991px) {
  .site-header__case {
    height: 80px;
  }
}
.site-header-menu {
  padding: 0;
}
@media (max-width: 767px) {
  .site-header-menu {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
  }
}
.site-header-menu__item {
  display: inline-block;
  padding: 0 20px;
  font: 16px/1.6em "Segoe UI Semibold", 'Open Sans', sans-serif;
}
@media (max-width: 991px) {
  .site-header-menu__item {
    padding: 0 10px;
  }
}
.site-header-menu__link {
  /color: #fff;
  display: inline-block;
  height: 50px;
  line-height: 50px;
  text-decoration: none;
}
.site-header-menu__link:hover {
  color: #dadada;
  text-decoration: none;
  border-bottom: 2px solid /*#3a4451*/;
}
.section-title {
  margin: 140px 0 40px;
  text-align: center;
  text-transform: uppercase;
  font: 26px/1.6em "Segoe UI Semibold", 'Open Sans', sans-serif;
}
@media (max-width: 991px) {
  .section-title {
    margin: 15px 0 10px;
  }
}
.section-title--align-left {
  text-align: left;
}
.block {
  margin: 40px 0 30px;
}
@media (max-width: 1199px) {
  .block {
    margin: 25px 0 15px;
  }
}
@media (max-width: 991px) {
  .block {
    margin: 15px 0 10px;
  }
}
.block--news {
  margin-top: 0px;
}
.block--news:after {
  display: table;
  content: "";
  clear: both;
}
.block-title {
  margin-bottom: 30px;
  text-transform: uppercase;
  font: 20px/1.6em "Segoe UI Semibold", 'Open Sans', sans-serif;
}
@media (max-width: 1199px) {
  .block-title {
    margin-bottom: 20px;
  }
}
@media (max-width: 991px) {
  .block-title {
    margin-bottom: 10px;
  }
}
.block-title--normal-no-margin {
  margin-bottom: 0;
  text-transform: none;
}
.block-title--news {
  margin-bottom: 10px;
  text-transform: none;
}
.block-title--news-widget {
  margin-bottom: 10px;
}
.block-title--index {
  color: #0095d9;
  text-transform: none;
  margin-bottom: 15px;
}
.block-sub-title {
  margin-bottom: 15px;
  text-transform: uppercase;
  font: 16px/1.6em "Segoe UI Semibold", 'Open Sans', sans-serif;
}
.block-list__item {
  color: #0095d9;
}
.block-list__item p {
  color: #3a4451;
  margin: 10px 0;
}
.block-paragraph {
  margin: 10px 0;
}
.services {
  margin-bottom: 30px;
}
.services-block {
  margin: 30px 0 10px;
}
.services-block__title {
  font: 20px/1.6em "Segoe UI Semibold", 'Open Sans', sans-serif;
  color: #ccc;
  height: 70px;
  line-height: 70px;
  padding-left: 70px;
  position: relative;
}
.services-block__title--service-1:before {
  content: "";
  display: block;
  position: absolute;
  background-image: url("../img/service-1.png");
  background-repeat: no-repeat;
  width: 45px;
  height: 58px;
  left: 0;
  top: 6px;
}
.services-block__title--service-2:before {
  content: "";
  display: block;
  position: absolute;
  background-image: url("../img/service-2.png");
  background-repeat: no-repeat;
  width: 50px;
  height: 50px;
  left: 0;
  top: 15.5px;
}
.services-block__title--service-3:before {
  content: "";
  display: block;
  position: absolute;
  background-image: url("../img/service-3.png");
  background-repeat: no-repeat;
  width: 50px;
  height: 50px;
  left: 0;
  top: 7.5px;
}
.services-block__title--service-4:before {
  content: "";
  display: block;
  position: absolute;
  background-image: url("../img/service-4.png");
  background-repeat: no-repeat;
  width: 50px;
  height: 50px;
  left: 0;
  top: 6px;
}
.services-block__title--service-5:before {
  content: "";
  display: block;
  position: absolute;
  background-image: url("../img/service-5.png");
  background-repeat: no-repeat;
  width: 50px;
  height: 50px;
  left: 0;
  top: 14px;
}
.services-block__title--service-6:before {
  content: "";
  display: block;
  position: absolute;
  background-image: url("../img/service-6.png");
  background-repeat: no-repeat;
  width: 50px;
  height: 50px;
  left: 0;
  top: 14px;
}
.services-block__title--service-7:before {
  content: "";
  display: block;
  position: absolute;
  background-image: url("../img/service-7.png");
  background-repeat: no-repeat;
  width: 50px;
  height: 50px;
  left: 0;
  top: 14px;
}
.services-block__link {
  color: #ffffff;
  line-height: 30px;
  text-decoration: none;
}
.services-block__link:visited {
  color: #0095d9;
}
.services-block__link:hover {
  color: #0095d9;
}
.news-link {
  text-decoration: underline;
  float: right;
}
.news-link:visited {
  color: #3a4451;
  text-decoration: underline;
}
.news-link:hover {
  cursor: pointer;
  color: #0095d9;
  text-decoration: none;
}
.news-link:focus {
  text-decoration: none;
}
.news-link--widget {
  display: block;
  text-decoration: none;
  margin-bottom: 15px;
  float: none;
}
.news-link--widget:visited {
  color: #3a4451;
  text-decoration: none;
}
.news-link--widget:hover {
  cursor: pointer;
  color: #0095d9;
  text-decoration: underline;
}
.news-image-page {
  width: auto;
  max-width: 100%;
  margin: 10px;
  margin-left: 0;
}
.news-image-preview {
  float: left;
  margin: 10px;
  margin-left: 0;
  width: 100%;
  height: auto;
}

.single-border {
  border: 1px solid #bdbdbd;
}

.footer {
  margin: 40px 0;
  font: 16px/1.6em "Segoe UI Semibold", 'Open Sans', sans-serif;
}
.footer-menu {
  display: table;
  width: 100%;
  padding: 0;
}
@media (max-width: 767px) {
  .footer-menu {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
  }
}
.footer-menu__item {
  display: table-cell;
  padding: 0 10px;
  text-align: center;
}
.footer-menu__link {
  display: inline-block;
  color: #3a4451;
  height: 50px;
  line-height: 50px;
  text-decoration: none;
}
.footer-menu__link:hover {
  color: #0095d9;
  text-decoration: none;
  border-bottom: 2px solid #3a4451;
}
.footer-menu__link--white {
  color: #fff;
}
.footer-menu__link--white:visited {
  color: #fff;
}
.footer-menu__link--white:hover {
  color: #fff;
  text-decoration: none;
  border-bottom: 2px solid #fff;
}
.footer-copyright {
  text-align: center;
}
.product {
  margin-bottom: 35px;
  text-align: center;
}
.product-title {
  font: 16px/1.6em "Segoe UI Semibold", 'Open Sans', sans-serif;
  text-align: center;
  margin-top: 10px;
}
.product-image {
  height: 230px;
}
.product img {
  width: auto;
  max-width: 100%;
}
.advantages-item {
  padding-left: 18%;
  min-height: 150px;
}
@media (max-width: 991px) {
  .advantages-item {
    padding-left: 0;
  }
}
.advantages-item__title {
  font: 20px/1.6em "Segoe UI Semibold", 'Open Sans', sans-serif;
  color: #0095d9;
  margin-bottom: 15px;
}
@media (max-width: 991px) {
  .advantages-item__title {
    padding-left: 80px;
    height: 70px;
  }
}
.advantages-item__text {
  margin-bottom: 15px;
}
.advantages-item--advantages-1:before {
  content: "";
  display: block;
  position: absolute;
  background-image: url("../img/advantages-1.png");
  background-repeat: no-repeat;
  width: 66px;
  height: 65px;
  left: 0;
  top: 2.5px;
}
.advantages-item--advantages-2:before {
  content: "";
  display: block;
  position: absolute;
  background-image: url("../img/advantages-2.png");
  background-repeat: no-repeat;
  width: 64px;
  height: 67px;
  left: 0;
  top: 1.5px;
}
.advantages-item--advantages-3:before {
  content: "";
  display: block;
  position: absolute;
  background-image: url("../img/advantages-3.png");
  background-repeat: no-repeat;
  width: 63px;
  height: 56px;
  left: 0;
  top: 7px;
}
.advantages-item--advantages-4:before {
  content: "";
  display: block;
  position: absolute;
  background-image: url("../img/advantages-4.png");
  background-repeat: no-repeat;
  width: 55px;
  height: 58px;
  left: 0;
  top: 6px;
}
.advantages-item--advantages-5:before {
  content: "";
  display: block;
  position: absolute;
  background-image: url("../img/advantages-5.png");
  background-repeat: no-repeat;
  width: 63px;
  height: 56px;
  left: 0;
  top: 7px;
}
@media (max-width: 991px) {
  .advantages-item:before {
    left: 15px;
  }
}
.partners {
  margin-bottom: 40px;
}
.partners-block {
  width: 100%;
  margin-bottom: 15px;
  text-align: center;
}
@media (max-width: 991px) {
  .partners-block {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
  }
}
.partners-block__item {
  display: inline-block;
  text-align: center;
  padding: 18px;
}
@media (max-width: 991px) {
  .partners-block__item {
    padding: 18px;
  }
}
.contact-form__input {
  border: 1px solid #bdbdbd;
  border-radius: 2px;
  line-height: 40px;
  width: 100%;
  padding-left: 10px;
  margin-bottom: 20px;
  background-color: transparent;
  position: relative;
}
.contact-form__input:focus {
  outline-color: #0095d9;
}
.contact-form__text-area {
  border: 1px solid #bdbdbd;
  border-radius: 2px;
  width: 100%;
  padding-left: 10px;
  margin-bottom: 20px;
  background-color: transparent;
  position: relative;
  height: 110px;
}
.contact-form__text-area:focus {
  outline-color: #0095d9;
}
.button {
  border-radius: 2px;
  font: 16px/1.6em "Segoe UI Semibold", 'Open Sans', sans-serif;
  width: 100%;
  text-align: center;
  line-height: 42px;
  background-color: #0095d9;
  color: #fff;
  border: 0;
  display: block;
}
.button:visited {
  color: #fff;
}
.button:hover {
  text-decoration: none;
  color: #fff;
}










.help-block {
  top: -20px;
  left: 0;
  font-size: 12px;
  line-height: 12px;
  color: #e84c3d;
  margin-bottom: 0;
  padding: 0 2px;
  position: relative;
}

.help-block ul {
  margin-bottom: 0;
  padding: 0;
}

.help-block li {
  display: inline-block;
}

.hero-features-right .has-error .help-block,
.hero-features-right .has-error .control-label,
.hero-features-right .has-error .radio,
.hero-features-right .has-error .checkbox,
.hero-features-right .has-error .radio-inline,
.hero-features-right .has-error .checkbox-inline,
.hero-features-right .has-error.radio label,
.hero-features-right .has-error.checkbox label,
.hero-features-right .has-error.radio-inline label,
.hero-features-right .has-error.checkbox-inline label {
  color: #ff8d5f;
}


.first-view-page .first-view-page__title {
  font: 26px/1.6em "Segoe UI Semibold", 'Open Sans', sans-serif;
  text-transform: uppercase;
}


.first-view-page p {
  font: 14px/1.6em "Segoe UI", 'Open Sans', sans-serif;
  margin-top: 10px;
  margin-bottom: 15px;
}

