/*ARTICLES*/

@charset "UTF-8";
.page__m {
  margin-top: 25px;
}
.header_container {
  max-width: 1680px;
  width: 100%;
  padding: 0 40px;
  margin: 0 auto;
 font-family: "Montserrat";
font-size: 15px;
line-height: 18px;
font-weight: 400;
font-style: normal; 
}
.articles__block-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 1049px) {
  .articles__block-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.articles__block-wrapper .articles__block {
  padding-top: 10px;
  border-top: 1px solid #eaeaea;
  margin-right: 25px;
}

@media (max-width: 1049px) {
  .articles__block-wrapper .articles__block {
    margin-right: 0;
  }
}

.show-more-articles {
  display: block;
  padding: 0 0 17px 0;
  width: 100%;
  font-size: 14px;
  font-weight: 600;
  color: #e01f2e;
  text-align: center;
  margin-top: 18px;
}

.show-more-articles:hover {
  text-decoration: none;
}

ul.spagin {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  list-style: none;
  padding: 15px 0;
  border-top: 1px solid #eaeaea;
  border-bottom: 1px solid #eaeaea;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  margin-bottom: 45px;
}

ul.spagin li {
  margin: 0 15px;
}
/*
@media (max-width: 767px) {
  ul.spagin li:nth-child(4), ul.spagin li:nth-child(5), ul.spagin li:nth-child(6), ul.spagin li:nth-child(7), ul.spagin li:nth-child(8), ul.spagin li:nth-child(9), ul.spagin li:nth-child(10) {
    display: none;
  }
}*/

ul.spagin li a {
  display: block;
  font-size: 14px;
  color: #e01f2e;
  font-weight: 600;
}

ul.spagin li a:hover {
  text-decoration: none;
  color: #000;
}

ul.spagin li a.active {
  color: #313130;
}

ul.spagin li.spagin-prev {
  margin-right: auto;
  margin-left: 0;
}

ul.spagin li.spagin-next {
  margin-left: auto;
  margin-right: 0;
}

ul.spagin li.spagin-next a {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.spagin-control a {
  width: 11px;
  height: 20px;
  display: block;

}

.spagin-control a:hover {
  background-position: top -60px left 0;
}

.articles-col-r {
  width: 274px;
  -ms-flex: none;
  -webkit-box-flex: 0;
          flex: none;
}

@media (max-width: 1049px) {
  .articles-col-r {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.articles-col-r .categories__ch {
  background-color: whitesmoke;
  border-radius: 3px;
  padding: 25px;
  width: 100%;
  margin-bottom: 25px;
  line-height: 1;
}

.articles-col-r .categories__ch .title {
  font-size: 18px;
  font-weight: 600;
  padding-bottom: 25px;
  border-bottom: 1px solid #eaeaea;
}

.articles-col-r .categories__ch .categories__ch-block {
  margin-top: 25px;
}

.articles-col-r .categories__ch .categories__ch-block .toggle {
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
}

.articles-col-r .categories__ch .categories__ch-block .toggle .arrow-submenu {
  margin-left: 10px;
}

.articles-col-r .categories__ch .categories__ch-block .toggle .arrow-submenu.show {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.articles-col-r .categories__ch .categories__ch-block .categories__list {
  margin-top: 15px;
}

@media (max-width: 1049px) {
  .articles-col-r .categories__ch .categories__ch-block .categories__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media (max-width: 767px) {
  .articles-col-r .categories__ch .categories__ch-block .categories__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.articles-col-r .categories__ch .categories__ch-block .categories__list .category__checkbox-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}

@media (max-width: 1049px) {
  .articles-col-r .categories__ch .categories__ch-block .categories__list .category__checkbox-item {
    margin-right: 15px;
  }
}

@media (max-width: 767px) {
  .articles-col-r .categories__ch .categories__ch-block .categories__list .category__checkbox-item {
    margin-right: 0;
  }
}

.articles-col-r .categories__ch .categories__ch-block .categories__list .category__checkbox-item input[type="checkbox"].category-checkbox {
  display: none;
}

.articles-col-r .categories__ch .categories__ch-block .categories__list .category__checkbox-item input[type="checkbox"].category-checkbox + span.category-span {
  background: #fff;
  border-radius: 3px;
  width: 22px;
  height: 22px;
  -ms-flex: none;
  -webkit-box-flex: 0;
          flex: none;
}

.articles-col-r .categories__ch .categories__ch-block .categories__list .category__checkbox-item input[type="checkbox"].category-checkbox:checked + span.category-span {
  background: #e01f2e url(img/checkk_agree.png) no-repeat center;
}

.articles-col-r .categories__ch .categories__ch-block .categories__list .category__checkbox-item .category-txt {
  font-size: 14px;
  line-height: 1.1;
  color: #313130;
  margin-left: 12px;
  display: inline-block;
}

.articles-col-r .subscribe {
  background-color: #313131;
  border-radius: 3px;
  padding: 25px;
  width: 100%;
  margin-bottom: 13px;
  line-height: 1;
}

@media (max-width: 1049px) {
  .articles-col-r .subscribe {
    width: 40%;
  }
}

@media (max-width: 767px) {
  .articles-col-r .subscribe {
    width: 100%;
  }
}

.articles-col-r .subscribe .desc {
  color: #fff;
  font-size: 18px;
  line-height: 24px;
}

.articles-col-r .subscribe .subscribe-btn {
  margin-top: 20px;
  max-width: unset;
  width: 165px;
  padding: 0;
}

/* article-page */
.article-page {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.article-page .aticle-page-content {
  /*width: 1100px;*/
}

@media (max-width: 1049px) {
  .article-page .aticle-page-content {
   /* width: 900px;*/
  }
}

@media (max-width: 949px) {
  .article-page .aticle-page-content {
    width: 100%;
  }
}

.article-page .cat-title-wrap {
  margin-bottom: 5px;
}

.article-page .article__content-block {
  margin-top: 70px;
  margin-bottom: 60px;
}

@media (max-width: 949px) {
  .article-page .article__content-block {
    margin-top: 30px;
    margin-bottom: 20px;
  }
}
.aticle-page-content a{
font-weight: 300;
color: #e01f2e;	
overflow:hidden;
}
.sproduct-top{
overflow:hidden;	
}
.aticle-page-content a:hover{
	text-decoration:underline;
}
.aticle-page-content h2{
font-size: 26px ;
line-height: 1.5 !important;
margin-bottom: 10px !important;	
}
.aticle-page-content h3, .aticle-page-content .h3{
font-size: 22px !important;
line-height: 1.5 !important;
margin-bottom: 10px !important;	
font-weight:600;
}
.aticle-page-content h4{
font-size: 20px !important;
line-height: 1.5 !important;

}
.article-page .article__text-first {
  margin-bottom: 60px;
  font-size: 20px;
  line-height: 36px;
  font-weight: 600;
}

@media (max-width: 949px) {
  .article-page .article__text-first {
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 30px;
  }
}

.article-page .article__img-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.article-page .article__img-wrapper .img {
  width: 90%;
  max-width: 900px;
  border-radius: 3px;
}

@media (max-width: 600px) {
  .article-page .article__img-wrapper .img {
    width: 100%;
  }
}

.article-page .article__text__block {
  font-size: 16px;
}

@media (max-width: 949px) {
  .article-page .article__text__block {
    font-size: 14px;
  }
}

.article-page .article__text-subtitle {
  font-size: 24px;
  font-weight: 600;
}

@media (max-width: 949px) {
  .article-page .article__text-subtitle {
    font-size: 20px;
  }
}

@media (max-width: 600px) {
  .article-page .article__text-subtitle {
    line-height: 150%;
  }
}

.article-page .article__list {
  margin-top: 30px;
  margin-bottom: 75px;
  padding-left: 15px;
}

@media (max-width: 949px) {
  .article-page .article__list {
    margin-top: 10px;
    margin-bottom: 40px;
  }
}

.article-page .article__list .article__list-item {
  margin-bottom: 40px;
  font-size: 16px;
  list-style-type: none;
  text-indent: -16px;
}

@media (max-width: 949px) {
  .article-page .article__list .article__list-item {
    margin-bottom: 15px;
    font-size: 14px;
  }
}

.article-page .article__list .article__list-item:before {
  color: #e01f2e;
  content: "•";
  padding-right: 10px;
  font-size: 18px;
}

.article-page .article__list .article__list-item:last-child {
  margin-bottom: 0;
}

.article-page .article__products-slider {
  margin-top: 75px;
  padding-top: 50px;
  padding-left: 80px;
  padding-right: 80px;
  padding-bottom: 40px;
  border-top: 1px solid #eaeaea;
  border-bottom: 1px solid #eaeaea;
}

@media (max-width: 600px) {
  .article-page .article__products-slider {
    margin-top: 40px;
    padding-left: 0;
    padding-right: 0;
  }
}

.article-page .article__products-slider .relateprods-container-w:after {
  display: none;
}

.article-page .article__products-slider .swiper-button {
  display: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #fff url(../img/nav-arrow-2.png) no-repeat center;
  position: absolute;
  -webkit-box-shadow: -3px 1px 6px 0px rgba(0, 0, 0, 0.05);
          box-shadow: -3px 1px 6px 0px rgba(0, 0, 0, 0.05);
  top: 164px;
  top: calc(50% - 21px);
  z-index: 14;
  right: -25px;
}

.article-page .article__products-slider .swiper-button:after {
  display: none;
}

.article-page .article__products-slider .swiper-button-prev {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  left: -25px;
}

.article-page .article__products-slider .sproduct-price-row {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.article-page .article__products-slider .char-prod-inf {
  margin-top: 30px;
}

.article-page .article__products-slider .buttons__block {
  margin-top: 30px;
}

.article-page .article__products-slider .btn {
  height: 40px;
  line-height: 40px;
}

.article-page .article__products-slider .btn-grey {
  color: #000;
  background: #e9e9e9;
  padding: 0 30px;
  margin-left: 5px;
}

.article-page .article__products-slider .btn-grey:hover {
  background: #999;
}

.article-page .article__table {
  border-top: 1px solid #eaeaea;
  padding-top: 65px;
}

@media (max-width: 600px) {
  .article-page .article__table {
    overflow-x: scroll;
  }
}

@media (max-width: 949px) {
  .article-page .article__table {
    padding-top: 25px;
  }
}

.article-page .article__table .article__text-subtitle {
  margin-bottom: 15px;
}

@media (max-width: 600px) {
  .article-page .article__table .article__table-inner {
    width: 700px;
  }
}

.article-page .article__table .table__head {
  border-top: 1px solid #eaeaea;
}

.article-page .article__table .table__head .col-name,
.article-page .article__table .table__head .col-value {
  font-weight: 600;
}

.article-page .article__table .table__row {
  padding: 10px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #eaeaea;
}

.article-page .article__table .table__row .col-name {
  width: 52%;
}

.article-page .article__table .table__row .col-value {
  width: 20%;
}

.article-page .share__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.article-page .share__block .text {
  color: #999;
  margin-right: 25px;
}

.article-page .backtoarticles {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-top: 1px solid #eaeaea;
  border-bottom: 1px solid #eaeaea;
}

.article-page .backtoarticles .spagin-prev {
  margin-right: auto;
  margin-left: 0;
}

.article-page .backtoarticles .spagin-prev a {
  display: block;
  font-size: 14px;
  color: #e01f2e;
  font-weight: 600;
  width: 11px;
  height: 20px;
  display: block;
  background: url(/local/templates/fplace/img/blog/nav-arrow0.png) no-repeat 0 0;
}

.article-page .backtoarticles .spagin-prev a:hover {
  text-decoration: none;
  color: #000;
  background-position: top -60px left 0;
}

.article-page .backtoarticles .spagin-next {
  margin-left: auto;
  margin-right: 0;
}

.article-page .backtoarticles .spagin-next a {
  display: block;
  font-size: 14px;
  color: #e01f2e;
  font-weight: 600;
  width: 11px;
  height: 20px;
  display: block;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  background: url(/local/templates/fplace/img/blog/nav-arrow0.png) no-repeat 0 0;
}

.article-page .backtoarticles .spagin-next a:hover {
  text-decoration: none;
  color: #000;
  background-position: top -60px left 0;
}

.article-page .other__articles {
  margin-top: 50px;
  margin-bottom: 50px;
}

@media (max-width: 949px) {
  .article-page .other__articles {
    margin-top: 30px;
  }
}

.article-page .other__articles .article__text-subtitle {
  margin-bottom: 15px;
}

.article-page .other__articles .rubrics-img-w {
  width: 205px;
  height: 130px;
}

@media (max-width: 600px) {
  .article-page .other__articles .rubrics-img-w {
    width: 100%;
    height: auto;
  }
}

.article-page .other__articles .rubrics-r-head {
  margin-bottom: 5px;
}

.article-page .other__articles .rubrics-categ {
  margin-bottom: 10px;
}

.article-page .other__articles .rubrics-w:last-child {
  border-bottom: 1px solid #eaeaea;
}

.article-page .article__video-wrapper {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.article-page .article__video-wrapper .article__video {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  width: 90%;
  max-width: 900px;
}

@media (max-width: 1049px) {
  .article-page .article__video-wrapper .article__video {
    width: 100%;
  }
}

.article-page .article__video-wrapper .article__video:before {
  content: "";
  display: block;
  position: absolute;
  width: 60px;
  height: 60px;
  background: url(../img/play_22398.png) no-repeat center;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 50%;
  z-index: 3;
}

.article-page .article__video-wrapper .backlayer {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 2;
  background: -webkit-gradient(linear, left bottom, left top, from(black), to(white));
  background: linear-gradient(0deg, black 0%, white 100%);
  mix-blend-mode: multiply;
}

.article-page .article__video-wrapper .description {
  position: absolute;
  color: #fff;
  z-index: 5;
  bottom: 30px;
  left: 50px;
  font-size: 20px;
  line-height: 34px;
  font-weight: 600;
  max-width: 200px;
}

@media (max-width: 600px) {
  .article-page .article__video-wrapper .description {
    bottom: 20px;
    left: 20px;
    font-size: 13px;
    line-height: 150%;
  }
}

.article-page .article__video-wrapper .time {
  position: absolute;
  color: #fff;
  z-index: 5;
  bottom: 30px;
  right: 30px;
  background: #000;
  padding: 2px 10px;
}

@media (max-width: 600px) {
  .article-page .article__video-wrapper .time {
    bottom: 20px;
    right: 20px;
    font-size: 13px;
    line-height: 150%;
  }
}

.rubrics-tab-content {
  padding-top: 17px;
  width: 100%;
  border-bottom: 1px solid #eaeaea; }

.rubrics-w {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 27px;
  margin-bottom: 27px;
  border-bottom: 1px solid #eaeaea;
  max-width: 1115px;
  width: 100%; }

  @media (min-width: 600px){
    .rubrics-tab-content {
      display: flex;
      padding-top: 17px;
      justify-content: space-between;
      flex-flow: row wrap;
      width: 100%;
      border-bottom: 1px solid #eaeaea; }
    .rubrics-w {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      padding-bottom: 27px;
      margin-bottom: 27px;
      border: 1px solid #eaeaea;
      max-width: 1115px;
     /* width: 45%; */
      padding: 5px;}
  }
  .rubrics-w:last-child {
    border: none; }

.rubrics-img-w {
  display: block;
  width: 275px;
  height: 175px;
  margin-right: 26px;
  -webkit-flex: none;
      -ms-flex: none;
          flex: none; }
  .rubrics-img-w img {
    object-fit: cover;
    width: 100%;
    height: 100%; }

.rubrics-r {
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1; }

.rubrics-r-head {
  display: block;
  font-size: 18px !important;
  line-height: 1.3 !important;
  font-weight: 600 !important;
  color: #313130 !important;
  margin-bottom: 11px; }

.rubrics-categ {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 28px; }

.rubrics-categ-txt {
  font-size: 14px;
  font-weight: 300;
  color: #b1b1b1;
  margin-right: 14px; }

.rubrics-categ-ul {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  list-style: none;
  padding: 0;
  margin: 0; }

.rubrics-categ-li {
  margin-right: 16px; }

.rubrics-categ-a {
  font-size: 14px  !important;
  font-weight: 300;
  color: #e01f2e  !important; }

.rubrics-r-txt-a {
  display: block;
  font-size: 14px  !important;
  line-height: 1.7  !important;
  font-weight: 300  !important;
  color: #313130 !important; }
  
  
 @media (max-width: 991px) {
  .rubrics-w {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
  .rubrics-r {
    width: 100%;
    margin-top: 25px; }
  .rubrics-categ {
    margin-bottom: 10px; }
 }
@media (max-width: 480px) {
  .rubrics-categ-ul {
    display: block; }
  .rubrics-categ-li {
    display: inline; }
  .rubrics-categ {
    display: block; }
  .rubrics-img-w {
    width: 100%;
    margin-right: 0; }
}	
/*# sourceMappingURL=articles.css.map */

@media(min-width:1300px) and (max-width:1440px){
  .main-menu__item .main-menu__link {
    font-size: 13px;
  }
}
@media(min-width:1200px) and (max-width:1300px){
  .main-menu__item .main-menu__link {
    font-size: 12px;
  }
 .main-menu__item:not(:last-child) {
  margin-right: 15px !important;
} 
}


.left1{
	position:relative;
	left:-2px;
}
.all_certs{
  height: 100%;
	display:flex;
	align-items:center;
	font-size:17px;
	text-align:center;
	justify-content:center;
}


.mobile_vdnh_block .mobile-menu__title:after{
	background:none !important;
}


/*NEW CSS*/

input {
  font-family: "Montserrat";
}

input::-webkit-input-placeholder {
  font-family: "Montserrat";
  color: #999999;
}

input::-moz-placeholder {
  font-family: "Montserrat";
  color: #999999;
}

input:-ms-input-placeholder {
  font-family: "Montserrat";
  color: #999999;
}

input::-ms-input-placeholder {
  font-family: "Montserrat";
  color: #999999;
}

input::placeholder {
  font-family: "Montserrat";
  color: #999999;
}

input:focus::-webkit-input-placeholder {
  opacity: 0;
}

input:focus::-moz-placeholder {
  opacity: 0;
}

input:focus:-ms-input-placeholder {
  opacity: 0;
}

input:focus::-ms-input-placeholder {
  opacity: 0;
}

input:focus::placeholder {
  opacity: 0;
}
.header {
  background-color: #fff;
}

.header-top {
  padding: 16px 0 18px;
  border-bottom: 2px solid #F0F0F0;
}
.header-top .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header__location {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #E01F2E;
  cursor: pointer;
}
.header__location svg {
  margin-right: 6px;
}
.header__location:hover {
  opacity: 0.7;
}

.header__logo img {
  display: block;
  height: 56px;
	
}
@media(min-width:1920px)
{
	.header__logo img {
		position: relative;
		/*top: 5px; */
	} 
}
.header-nav {
  margin: 0 auto 0 112px;
  grid-template-columns: repeat(6, auto);
  grid-template-rows: 1fr;
  display: grid;
  grid-gap: 28px;
}
.header-nav__item {
  color: #999999;
}
.header-nav__item:hover, .header-action__item_fl:hover, .header-action__item:hover, .header-catalog__link:hover{
	text-decoration:none;
}
.header-nav__item._discount {
  font-weight: 700;
  color: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.header-nav__item._discount::before {
  display: block;
  content: url("images/lightning.svg");
  height: 18px;
  width: 16px;
  margin-right: 10px;
}

.header__tel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: 12px;
  font-weight: 700;
}
.header__tel span {
  display: block;
  margin-right: 26px;
  color: #E01F2E;
  font-weight: 400;
  cursor: pointer;
}
.header__tel span:hover {
  opacity: 0.7;
}
.header__tel a {
  color: #000;
  white-space: nowrap;
  cursor: pointer;
}
.header__tel a:hover {
  opacity: 0.7;
}

.header-middle {
  padding: 20px 0;
}
.header-middle .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header-search {
  margin: 0 auto 0 110px;
  max-width: 770px;
  width: 100%;
}

.search {
  position: relative;
}

.search__input {
  width: 100%;
  padding: 20px 20px;
  border: 2px solid #F0F0F0;
  border-radius: 4px;
  outline: none;
  line-height:18px;
}

.search__ico {
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
background: none;
border: none;   
}

.header-action {
  display: grid;
  grid-gap: 27px;
  grid-template-columns: repeat(4, auto);
  margin-left: 32px;
}

.header-action__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}
.header-action__item_fl{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;	
}

.header-action__item:hover {
  opacity: 0.7;
}
.header-action__item span {
  display: block;
  margin-top: 8px;
  color: #E01F2E;
}
.header-action__item._search {
  display: none;
}

.header-bottom {
  border-top: 2px solid #F0F0F0;
  border-bottom: 2px solid #F0F0F0;
}
.header-bottom .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header-catalog {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.header-catalog__link {
  font-weight: 700;
  text-transform: uppercase;

  cursor: pointer;
  white-space:nowrap;
}
.header-catalog__link:hover {
  opacity: 0.7;
}
.header-catalog__item{
	padding: 16px 0;
}
.header-catalog__item._discount {
  padding-left: 32px;
  background: url("images/discount.svg") left center/18px no-repeat;
}

.header-catalog__subitem {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.header-catalog__more_init{
	display:none;
}

.header-catalog__sublist {
  /*width: 43%;*/
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header-catalog-list {
 /* width: 57%;*/
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
 /* -webkit-box-pack: justify;
  -ms-flex-pack: justify;*/
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width:100%;
  list-style:none;
  padding:0;
  margin-bottom:0px;
}
.header-action__img{
	position:relative;
}
.header-action__item_fl .header-action__img {
  text-align: center;
  width: 24px;
  margin: 0 auto;
}


.header-place {
  font-weight: 700;
  text-transform: uppercase;
  margin-left:5px;
}

.header__burger {
  width: 30px;
  height: 16px;
 /*
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;*/
  cursor: pointer;
}
.header__burger span {
  display: block;
  width: 30px;
  height: 2px;
  background-color: #E01F2E;
}
.header__burger span:nth-child(2){
	margin: 5px 0px;
}
header-action__item_fl .header-action__img{
	text-align:center;
width: 24px;
margin: 0 auto;	
}
.icon-menu__qnt{
	position:absolute;
top: -17px;
right: -10px;
}
.header__burger_wrap{
 /*margin-right: 89px;	*/
}
.iti--separate-dial-code.iti--dark .iti__selected-dial-code {
  color: #ccc;
}
.footer-social__title_one{
font-weight: 400;
font-size: 15px;
line-height: 150%;	
margin-bottom:10px;
}
.footer-social__item{
	margin-right:8px;
}
.fa-check{
	font-size:25px !important;
	color:#fff;
}


































.footer {
  background-color: #313131;
  color: #FFFFFF;
  padding: 58px 0 40px;
}

.footer-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-bottom: 36px;
}

.footer-links {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.footer-col {
  width: 100%;
}
.footer-col__title {
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 8px;
}

.footer-col__title ~ .footer-col__title {
  margin-top: 28px;
}

.footer__link {
  display: block;
  line-height: 24px;
  margin-bottom: 4px;
  color: #fff;
}
.footer__link:hover {
  color: rgb(143, 141, 141);
}

.footer-right {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.footer-contacts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  flex-wrap:wrap;
}

.footer-office {
  max-width: 290px;
  margin-bottom:40px;
}

.footer__adress {
  color: #fff;
  line-height: 24px;
}

.footer__schedule {
  color: #999;
  line-height: 24px;
  margin-bottom: 14px;
}

.footer__tel {
  font-weight: 700;
  color: #fff;
  display: block;
  line-height: 24px;
}

.footer__mail {
  color: #fff;
  display: block;
  line-height: 24px;
}

.footer-panel {
  /*display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;*/
}
  .footer-social {
    margin-bottom: 40px;
  }
.footer-bottom {
  border-top: 2px solid #3E3E3E;
  padding-top: 32px;
}
.footer-bottom .container {
 /* display: grid;
  grid-template-columns: 0.5fr 1fr 2fr;*/
  display:flex;
}
.footer__lft_wrap{
	width:50%;
	display: grid;
	grid-template-columns: 1fr 2fr;
}
.footer__healthshop{

}
.footer__policy_wrap{
	width:50%;
}
.footer__policy,
.footer__company,
.footer__healthshop {
  color: #999;
  cursor: pointer;
  line-height: 24px;
}
.footer__policy:hover,
.footer__company:hover,
.footer__healthshop:hover {
  opacity: 0.7;
}

.footer__policy {
  grid-column: 3/3;
  grid-row: 1/3;
}

.footer__company {
  grid-column: 1/3;
  grid-row: 1/3;
}

.footer__healthshop {
  grid-column: 2/3;
  grid-row: 1/3;
}
	.submit__title_mobile{
		display:none;
		
	}
@media (max-width: 1660px) {
  .header__logo img {
    max-width: 205px;
  }
  .header-nav {
    margin-left: 32px;
  }


  .header__burger {
   /* margin-right: 32px;*/
  }
  .slider-next {
    display: none;
  }
  .slider-prev {
    display: none;
  }
  .brands__more {
    margin-left: 56px;
  }
  .blog-item {
    padding: 32px 24px;
  }
  .blog-item::after {
    width: 24px;
    height: 20px;
    background-size: 24px;
  }
  .news-item__title {
    line-height: 20px;
  }
}
@media (max-width: 1600px){
	.categories__title{
		font-size: 28px;
	}
	.categories__item {
		padding: 55px 40px;
	}	
}
@media (max-width: 1440px) {
  .brands {
    margin-bottom: 35px;
  }
  .brands-list {
    padding: 40px 0;
  }
  .categories-list{
	  grid-template-rows:initial;
	  grid-auto-rows: 1fr;
  }
  
  
}

@media (max-width: 1439px) {
  .header-search {
    margin-left: 32px;
  }

  .categories__item {
    padding: 35px 35px;
  }
  .categories__item:first-of-type .categories__img {
    max-width: 400px;
  }
  .categories__item:nth-of-type(2) .categories__img {
    max-width: 200px;
  }
  .categories__item:nth-of-type(3) .categories__img {
    max-width: 150px;
  }
  .categories__item:nth-of-type(4) .categories__img {
    max-width: 130px;
  }
  .categories__item:nth-of-type(5) .categories__img {
    max-width: 180px;
  }
  .categories__item:last-of-type .categories__img {
    max-width: 200px;
  }
  .blog__more {
    margin-top: 20px;
  }
  .shops-adress {
    padding: 60px 0 0 0;
  }
	.shops {
	  padding-bottom: 130px;
	}  
	.submit-banner{
		margin-top: -95px;
	}
  .header-catalog__more {
    display: block;
    font-weight: 700;
    text-transform: uppercase;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }	
 
}
@media (max-width: 1360px) {
 .categories__title{
	font-size:25px;
}	
}
@media (max-width: 1280px) {
	.header-nav .header-nav__item:last-child, .header-nav .header-nav__item:nth-child(2){
		display:none;
	}	
  .goods-item, .catalog-item {
    padding: 50px 20px 26px;
  }
  .goods-item__add {
    width: 42px;
    height: 34px;
    right: 20px;
    bottom: 24px;
  }
  .header__burger_wrap{
	  margin-right:12px;
  }
  .header-catalog__item{
	  padding: 16px 7px;
    font-size: 12px;
  }
  .footer-main {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
	.footer-right{
		margin-top:50px;
	}
	.footer-contacts{
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		grid-template-rows: auto;		
	}
	.footer-office{
		/*grid-column: 1/2;
		grid-row: 1/2;	*/	
	}
.categories__item {
  padding: 35px 25px;
}	
.categories__title{
	font-size:24px;
}
}


@media (max-width: 1200px) {
  .section__title {
    font-size: 30px;
  }
  .section__title::after {
    width: 24px;
    height: 18px;
    background-size: 24px;
  }
  .header-nav {
    display: none;
  }
  .header__tel span {
    display: none;
  }
  .search__input {
    padding: 10px 20px;
  }
  .header-action__item span {
    display: none;
  }
  .header-catalog {
    position: relative;
  }
  .header-catalog__item._discount {
    padding-left: 0;
    background: none;
  }

  .header-catalog__more::after {
    content: "";
    width: 11px;
    display: block;
    margin-left: 7px;
    height: 8px;
    background: url("images/triangle.svg") center center/11px no-repeat;
  }
  .header-catalog__more:hover .header-catalog__sublist {
    opacity: 1;
  }
  .header-catalog__sublist {
    position: absolute;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    z-index: 20;
    padding: 10px;
    background-color: #fff;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    top: 20px;
    opacity: 1;
    width: 150px;
    right: -50px;
  }
  .header-catalog__sublist .header-catalog__item {
    margin-bottom: 8px;
  }
  .header-catalog__sublist .header-catalog__item:last-of-type {
    margin-bottom: 0;
  }
  .header-catalog-list {
    width: 100%;
    position: relative;
  }
  .hero-slider__item {
    background-position: calc(100% + 300px) center;
  }
  .hero__title {
    font-size: 36px;
    line-height: 1.4;
  }
  .hero-list a {
    font-size: 18px;
    line-height: 1.3;
  }
  .hero-list a::after {
    display: none;
  }
  .categories-list {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto;
  }
  .categories__title {
    font-size: 30px;
  }
  .categories__title::after {
    width: 24px;
    height: 18px;
    background-size: 24px;
  }
  .catalog__title {
    margin-bottom: 21px;
  }
  .news {
    padding: 35px 0;
  }
  .news__title {
    font-size: 30px;
    line-height: 1.1;
    margin-bottom: 14px;
  }

  .goods-item__price {
    font-size: 20px;
    line-height: 1.2;
  }
  .blog {
    padding: 36px 0 40px;
  }
  .blog__title {
    font-size: 30px;
    line-height: 1.1;
    margin-bottom: 14px;
  }
  .submit__title, .submit__title_mobile {
    margin-bottom: 24px;
    font-size: 30px;
  }
  .form-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .col-6 {
    width: 100%;
  }
  .afisha__title {
    font-size: 30px;
    margin-bottom: 14px;
  }
  .afisha-item__date span {
    font-size: 14px;
  }
  .shops {
    padding-bottom: 101px;
  }
  .shops__title {
    font-size: 30px;
    line-height: 1.2;
    margin-bottom: 14px;
  }
  .footer-office{
	  max-width:270px;
  }
  .submit-banner{
	  margin-top:-76px;
	  max-width:38%;
  }
  .catalog-item:hover .sproduct-hide{
	  WIDTH: calc(100% + 40px ) !important;
	  margin-left: -20px;
  }
  .submit__title{
	  margin-right:46px;
  
  }
   .footer__lft_wrap{
	  display:flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;	  
  }

  .footer-links {
    padding-bottom: 36px;
  }
  .footer-contacts {
    padding-bottom: 28px;
  }
	.hero-slider__item{
		background-position:center !important;
	}  
}

@media (max-width: 1024px) {
  .hero {
    height: calc(100vh - 200px);
  }
  .brands__item img {
    max-width: 90px;
    width: 100%;
  }
  .brands__more {
    margin-left: 25px;
  }
  .adress-item__title {
    font-size: 20px;
    line-height: 1.3;
    margin-bottom: 14px;
  }
  .submit-banner {
    max-width: 270px;
    margin-top: -75px;
  }
  .submit-banner__title {
    bottom: 60px;
  }
  .submit-banner__post {
    max-width: 170px;
  }
  .shops-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .shops-map {
    max-width: 100%;
    margin-right: 0;
    margin-bottom: 24px;
    max-height: 300px;
    overflow: hidden;
	height:300px;
  }
  .shops-map img {
    width: 100%;
    display: block;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .footer-bottom .container {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    grid-gap: 6px;
  }
}

@media (max-width: 991px) {
  .container.header_container {
    padding: 0 20px;
  }
  .header-catalog__link {
    font-size: 14px;
    margin-right: 19px;
  }
  .header-catalog__more {
    font-size: 14px;
  }

}

@media (max-width: 767px) {

  .header-bottom{
	  padding:16px 0px;
  }
  .header__logo img {
    max-width: 113px;
  }

  .header-action {
    grid-template-columns: repeat(3, auto);
  }
  .header-action__item._search {
    display: block;
  }
  .header-action__item._compare {
    display: none;
  }
  .header-action__item._favorite {
    display: none;
  }

  .header-catalog__item{
	  display:none !important;
  }

  .footer {
    padding: 37px 0 45px;
  }
  .footer-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .footer-col {
    width: 50%;
    margin-bottom: 23px;
  }
  .footer-col:last-child {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .footer-col:last-child ul {
    width: 50%;
  }
  .footer-contacts {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 30px;
  }
  .footer-office:first-child {
    margin-bottom: 30px;
  }
  .footer-panel {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .footer-social {
    margin-bottom: 40px;
  }
  .footer-bottom .container {
    grid-gap: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .footer__policy {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
    margin-bottom: 8px;
  }
  .footer__company {
    margin-bottom: 6px;
  }

	.footer__lft_wrap, .footer__policy_wrap{
		width:100%
	} 
	.footer__lft_wrap{
		order:2;
		margin-top:15px;
	}
}

@media (max-width: 620px) {

  .footer-right{
	  border-top:2px solid #3E3E3E;
	 
	  margin:0px -20px;
	  padding:35px 20px 0px;
	  width:calc(100% + 40px);
  }
  .footer-links{
	  padding-bottom:0px;
  }
  .footer-contacts{
	  margin-bottom:0px;
  }
  .footer-contacts .footer-office:last-child{
	   padding-bottom:0px;
	   margin-bottom:0px;
  }
  .header__tel{
	  display:none;
  }
  
}
@media (max-width: 560px) {

  .form-item {
    margin-bottom: 20px;
  }

  .footer-contacts {
	  display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }		
}


/*NEW*/
.header-action__img{
	position:relative;
}
.header-action__item_fl .header-action__img{
	text-align:center;
width: 24px;
margin: 0 auto;	
}
.icon-menu__qnt{
	position:absolute;
top: -17px;
right: -10px;
}
.header__burger_wrap{
 /*margin-right: 89px;	*/
}
.iti--separate-dial-code.iti--dark .iti__selected-dial-code {
  color: #ccc;
}
.footer-social__title_one{
font-weight: 400;
font-size: 15px;
line-height: 150%;	
margin-bottom:10px;
}
.footer-social__item{
	margin-right:8px;
}
.fa-check{
	font-size:25px !important;
	color:#fff;
}




.footer-list{
	list-style:none;
}
.root-level:hover{
	text-decoration:none;
}


.last_column_wrap .catalog-item {
padding: 14px 12px 10px 12px;
margin-right: 40px;
  position: relative;

  border-radius: 4px;
  width:100%;
}
.last_column_wrap .catalog-item:after{
	display:none;
}
.last_column_wrap .sproduct-top {
  margin-bottom: 25px;
  height:initial;
}
.last_column_wrap .product-img-w {

  display: flex;
  align-items: center;
  justify-content: center;

  min-height: auto;
  height: 120px;
}
.last_column_wrap .sproduct-title {
  line-height: 24px;
  font-weight: 700;
  margin-bottom: 17px;
  display: block;
  height: 50px;
  overflow: hidden;
 text-decoration: none;
	color: #010101;
	font-family: "Montserrat";
	font-size: 15px; 
}
.last_column_wrap .goods-item__price {
  justify-content: center;
}
.last_column_wrap .goods-item__price {
  font-size: 14px !important;
  line-height: 1 !important;
  margin-top: 8px !important;
  font-weight: 300 !important;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.last_column_wrap  .sproduct-price{
  font-size: 14px !important;	
}
.goods-item__mortgage span {
  color: #E01F2E;
}

.last_column_wrap .sproduct-pay{
font-family: "Montserrat";
font-size: 15px;
line-height: 18px;
font-weight: 400;
font-style: normal;	
justify-content: center;
}

@media(max-width:768px){
.header-search {
 /* display: none;*/
 opacity:0;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  margin-left: 0;
  margin-right: 0;
  width: auto;
  padding: 10px 0;
  z-index: -1;
  background-color: #fff;
}
.header-search{
	margin-top:-20px;
}
}

	.politics-popup{
		line-height: 1;
		margin-top: 25px;
		font-size: 14px;		
	}
	.politics-popup a{
		color:#E01F2E;
	}
.bxmaker-authuserphone-button__inner {
  width: auto;
  display: inline-block;
  padding: 20px 50px;
  background-color: #E01F2E !important;
  height: 57px;
  outline: none;
  border: none;
  border-radius: 4px;
  color: #fff;
  font-weight: 700;
  font-size: 15px;
  line-height: 1.2;
  cursor: pointer;
}
.bxmaker-authuserphone-button__inner:hover{
	background-color: #E01F2E !important;
	opacity:0.9 !important;
}
.bxmaker-authuserphone-header{
	line-height:1.2;
}
.bxmaker-authuserphone-button:hover .bxmaker-authuserphone-button__inner {
  background-color: #E01F2E !important;
}	
nav.md7 {
    display: none;
}
@media (max-width: 575px){
.icon-menu__qnt {
    position: absolute;
    top: -19px !important;
    right: -10px !important;
    display: block !important;
}
.md7 {
    display: block !important;
    -webkit-tap-highlight-color: rgba(15,119,176,.1);
    background-color: #fff;
    box-shadow: 0 6px 10px 0 rgb(0 0 0 / 89%);
    position: fixed;
    bottom: 0;
    z-index: 9999;
    width: 100%;
    right: 0px;
}
.d6m {
    align-items: stretch;
    box-sizing: border-box;
    display: grid;
    grid-template-columns: repeat(5,1fr);
    justify-items: center;
    max-width: 100vw;
    overflow: hidden;
    padding: 10px;
}
.d6m>.md6 {
    display: grid;
    grid-template-rows: 24px 18px;
    justify-items: center;
}

.d6m>.md6 {
    display: grid;
    grid-template-rows: 24px 18px;
    justify-items: center;
}
.d6m .md6 {
    color: #96a3ae;
    font-size: calc(10px + .4vw);
        font-size: 13px;
    line-height: 16px;
    position: relative;
    text-decoration: none;
    touch-action: none;
    -webkit-user-select: none;
}
.d5m .md5 {
    color: #005bff;
}
.md5 {
    align-items: center;
    color: #707f8d;
    display: flex;
    flex-grow: 1;
    height: 24px;
    position: relative;
    width: 24px;
}
.dm7 {
    background: #10c44c;
    border-radius: 20px;
    color: #fff;
    display: inline-block;
    font-size: 11px;
    left: 50%;
    line-height: 14px;
    margin-left: 8px;
    padding: 1px 5px;
    position: absolute;
    top: -5px;
}
.md5+.m5d {
    color: #707f8d;
    margin-top: 5px;
}
a.pe6.md6.header-action__item span {
    display: block !important;
}
span.dm7 {
    color: white;
    margin: 0;
    margin-left: 10px;
}
jdiv.button_ee93 {
    background: transparent !important;
    box-shadow: none;
}
jdiv.iconWrap_bf56._showLogo_bbe7 {
    margin-top: 15px;
    background: transparent !important;
}
jdiv.jivoIcon_dd11.icons_d0a28 {
    background: transparent !important;
}
jdiv.logoIconCloud_bd8a.icons_d0a2 {
    background: transparent !important;
}
ul.top.top_list_mobile {
    padding-bottom: 100px !important;
}
}
@media(max-width:767px){
	.footer-links div:nth-child(1) {padding-right: 20px;}
}