.yellow {
  color: #fecc00;
}

.about_con {
  margin-top: 0;
}

.main-wrapp {
  background-color: #f7f5f2;
  background-image: url(../img/second/faq-bg.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.breadcrumbs-wrap {
  max-width: 1370px;
  margin: auto;
  padding: 0 15px;
}

.breadcrumbs-wrap .breadcrumbs {
  max-width: 1370px;
  margin: auto;
  padding-top: 60px;
}

.main-content {
  max-width: 1370px;
  margin: auto;
  padding: 0 15px;
}

/* Style the buttons that are used to open and close the accordion panel */

.acc {
  max-width: 1330px;
  margin: 0 auto;
  padding-bottom: 50px;
  position: relative;
}

.acc:before {
  background-image: url(../img/second/buttefly-faq.png);
  content: "";
  width: 85px;
  height: 69px;
  position: absolute;
      background-size: contain;
    background-repeat: no-repeat;
  top: -57px;
  right: 80px;
}

.acc__ask {
  color: #2d3958;
  text-align: center;
  font-family: Cera Round Pro;
  font-size: 20px;
  font-weight: 700;
  line-height: 35px;
  /* 175% */
  letter-spacing: 0.02px;
  text-transform: uppercase;
}

.acc__answer {
  color: #2d3958;
  font-family: Cera Round Pro;
  font-size: 21px;
  padding: 20px 130px;
  font-style: normal;
  font-weight: 400;
  line-height: 25.52px;
  /* 155.368% */
  letter-spacing: 0.02px;
}
.acc__answer p{
 margin-bottom: 15px;
}

.accordion {
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  -webkit-tap-highlight-color: transparent;
  cursor: pointer;
  padding: 17px;
  max-width: 1330px;
  width: 100%;
  margin: 0 auto;
  text-align: left;
  border: none;
  outline: none;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  background-color: #e5edff;
  border-bottom: 1px solid #dddddd;
  position: relative;
  -webkit-transition: border-bottom 0.2s ease-in-out;
  transition: border-bottom 0.2s ease-in-out;
}

.accordion:first-child {
  border-radius: 20px 20px 0 0;
}

.accordion:nth-last-of-type(1) {
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  -webkit-transition: border ease-in-out 2s;
  transition: border ease-in-out 2s;
  border-bottom: none;
}

/* Add a background color to the button if it is clicked on (add the .tabactive class with JS), and when you move the mouse over it (hover) */

.tabactive,
.accordion:hover {
  background-color: #e5edff;
}

.tabactive {
  border-bottom-left-radius: 0px !important;
  border-bottom-right-radius: 0px !important;
  -webkit-transition: border ease-in-out 2s;
  transition: border ease-in-out 2s;
  border-bottom: none;
}

/* Style the accordion panel. Note: hidden by default */

.panel {
  padding: 0 18px;
  background-color: #fff;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.2s ease-out;
  transition: max-height 0.2s ease-out;
}

.accordion:after {
  content: "";
  background-image: url(../img/second/tab-bottom.svg);
  background-repeat: no-repeat;
  height: 14px;
  width: 27px;
  position: absolute;
  top: 42%;
  right: 30px;
}

.tabactive:after {
  content: "";
  background-image: url(../img/second/tab-up.svg);
  height: 14px;
  background-repeat: no-repeat;
  width: 27px;
  position: absolute;
  top: 42%;
  right: 30px;
}

.main-content .card-rabbit__desc {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.main-content .card-rabbit__desc .card-rabbit__text {
  padding: 18px 20px;
}

.stores-content {
  max-width: 1370px;
  margin: auto;
  padding: 0 15px;
}

.tabs-stores__img {
  max-width: 643px;
  max-height: 434px;
  width: 100%;
}

.stores-wrap {
  background-image: url(../img/second/stores-bg.svg);
  padding-bottom: 50px;
}

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

.stores-content__text {
  margin-top: 20px;
}

.stores-content__text .page-title {
  margin-bottom: 30px;
}

.stores-content__p {
  color: #2d3958;
  font-size: 21px;
  font-style: normal;

  line-height: 25.52px;
  /* 155.368% */
  letter-spacing: 0.02px;
  max-width: 670px;
}

.certif-content .stores-content__p {
  max-width: 700px;
}

.stores-content__p p {
  margin-bottom: 15px;
}
    .stores-content__p ul li {
    font-size: 21px;
    font-weight: 500;
    line-height: 25.52px;
    margin-left: 20px;
    list-style: disc;

}
  .stores-content__p ul{
    padding-bottom: 15px;

}
 .stores-content__p h1, h2, h3, h4, h5, h6 {
    margin-bottom: 15px;
    padding-top: 10px;
}

/* Style the tab */

.tabs {
  margin: 0;
  padding: 0;
  list-style: none;
  cursor: pointer;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 20px;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  -webkit-tap-highlight-color: transparent;
}

.tab {
  margin: 0;
  padding: 0;
  float: left;
  padding: 10px;
  color: rgba(45, 57, 88, 0.5);
  text-align: right;
  font-size: 20px;
  font-weight: 500;
  line-height: 10px;
  /* 50% */
  margin-left: 10px;
  position: relative;
}

.tab.active::before {
  background-image: url(../img/icons/location.svg);
  content: "";
  width: 17px;
  height: 20px;
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  left: 10px;
  top: 5px;
}

.tab.active {
  font-weight: 700;
  color: #2d3958;
  border-radius: 5px;
  border: 1px dashed #2d3958;
  padding-left: 30px;
}

.output {
  clear: both;
}

.section {
  display: none;
  position: relative;
  overflow: hidden;
  text-align: center;
}

.section.active {
  display: block;
}

.section iframe {
  width: 700px;
  height: 420px;
  margin-top: -47px;
}

.partners-logo {
  margin-bottom: 70px;
}

.partners-logo__wrap {
  max-width: 1370px;
  margin: auto;
  margin-top: 70px;
}

.partners-logo__img-item {
  max-width: 190px;
  max-height: 80px;
margin: 0 15px 20px;
}

.partners-logo__title {
  font-size: 40px;
  font-weight: 400;
  line-height: 50.5px;
  /* 117.273% */
  margin-bottom: 30px;
}

.partners-logo__img-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.partners-logo__item-wrap {
  width: 25%;
  margin-bottom: 20px;
  text-align: center;
}

.certif-wrap {
  background-image: url(../img/second/certif-bg.svg);
  background-repeat: no-repeat;
  background-size: cover;
}

.certif-wrap .social-icons {
  right: 5px;
}

.certif-content {
  max-width: 1370px;
  margin: auto;
  padding-bottom: 60px;
}

.certif-content .page-title {
  max-width: 650px;
}

.certif-img {
  margin-top: 15px;
  margin-right: 20px;
}

.certif__img-item {
  max-width: 580px;
  max-height: 450px;
  width: 100%;
  display: block;
}

.certif-doc {
  background-image: url(../img/second/certif-bg-2.svg);
  background-repeat: no-repeat;
}

.certif-doc-wrap {
  max-width: 1435px;
  margin: auto;
  padding: 50px 15px 0;
}

.certif-doc__title {
  color: #2d3958;
  font-size: 50px;
  font-style: normal;
  font-weight: 400;
  line-height: 29.52px;
  /* 59.04% */
  letter-spacing: 0.02px;
  margin-bottom: 60px;
  padding-left: 30px;
}

.certif-doc-img-block {
  max-width: 1435px;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 30px;
}

.certif-doc-img-block__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 40px;
  width: 25%;
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.certif-doc-img-block__img {
  width: 278px;
  height: 412px;
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  -webkit-tap-highlight-color: transparent;
}

.cert-img__desc {
  text-align: center;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 14px;
  letter-spacing: 0.02px;
  padding-top: 15px;
}

.modal-window {
  display: none;
  position: fixed;
  z-index: 50;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.8);
  overflow-y: hidden;
  padding: 30px 12px;
}
.article-content_pb {
    padding-bottom: 40px;
  }

.modal-window img {
  max-width: 500px;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-shadow: 0px 0px 30px 0px rgb(43, 45, 45);
  box-shadow: 0px 0px 30px 0px rgb(43, 45, 45);
  text-align: center;
  position: relative;
  height: 100%;
}

.close-span {
  color: #fff;
  font-size: 60px;
  position: absolute;
  right: 5%;
  top: 5%;
  cursor: pointer;
}

.new-wrap {
  max-width: 1390px;
  padding: 0;
  margin: auto;
  margin-bottom: 50px;
}

.interesting-img-wrap_border {
  background-image: url(../img/second/dash-green-r.png) !important; }

.interesting-item:nth-child(4n+3) .interesting-img-wrap_border {
  background-image: url(../img/second/dash-green-l.png) !important; }

 .interesting-item:nth-child(4n+4) .interesting-img-wrap_border {
  background-image: url(../img/second/dash-green-l.png) !important; }

.interesting-wrap {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 20px;
}

.interesting-item {
  margin-bottom: 50px;
}

.about_bg {
  background-image: url(../img/second/about-bg.svg);
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 70px;
}

.big-icons_padding {
  padding-top: 0;
}

.big-icons_bg-color {
  height: 20px;
  background-color: #F9F7F4;
}

.page-subtitle {
  width: 100%;
  text-align: center;
}

.page-subtitle__text {
  max-width: 1370px;
  margin: auto;
  padding: 80px 15px;
  color: #2D3958;
  text-align: center;
  font-family: Junegull;
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  line-height: 44px;
  /* 146.667% */
  text-transform: uppercase;
}

.about-video {
  background-image: url(../img/second/about-bg-item.svg);
  background-repeat: no-repeat;
  background-size: contain;
  position: relative;
  padding-bottom: 180px;
}

.about-video__desc {
  font-size: 21px;
  font-weight: 400;
  line-height: 25.52px;
  /* 155.368% */
}

.about-video__item {
  margin-right: 15px;
}

.about-video__item img {
  max-width: 600px;
  max-width: 620px;
  max-height: 440px;
  border-radius: 30px;
  border: 5px solid #D5F6FB;
  width: 100%;
}

.about-video__item iframe {
  max-width: 620px;
  max-height: 500px;
  border-radius: 30px;
  border: 5px solid #D5F6FB;
}

.article-img img {
  border-radius: 10px;
  border: 2px dashed #AFCB08;
}

.article-wrap_bg {
  background-image: none;
}

.article-title_mt {
  margin-top: 0;
}

.articles-wrap {
  max-width: 1370px;
  margin: auto;
  padding: 0 15px;
  padding-bottom: 120px;
}

.articles-wrap .article-item h2{
  font-size: 42px;
  margin-bottom:  25px;
}

.articles-wrap .article-item h4{
    font-size: 28px;
  margin-bottom:  15px;
}
  
.articles-wrap .article-item ul {
    padding-bottom: 15px;
}


.articles-wrap .article-item ul li{
      font-size: 21px;
    font-weight: 500;
    line-height: 25.52px;
        margin-left: 20px;
    list-style: disc;
}


.articles-wrap .article-item ol{
        margin-left: 20px;
}

.articles-wrap .article-item ol li{
       font-size: 21px;
    font-weight: 500;
    line-height: 25.52px;
        margin-left: 20px;
}

.article-item img {
  padding: 0 7.5px;
}

.article-item p {
  color: #2D3958;
  font-size: 21px;
  font-weight: 500;
  line-height: 25.52px;
  /* 136.842% */
  letter-spacing: 0.02px;
  padding: 0 7.5px;
   margin-bottom: 15px;
}

.error {
  width: 100%;
  background-image: url(../img/second/404-bg.svg);
  background-repeat: no-repeat;
  background-size: contain;
  padding-top: 100px;
}

.error-wrap {
  text-align: center;
}

.error-wrap__h1 {
  display: block;
  color: #2D3958;
  font-family: Junegull;
  font-size: 120px;
  font-style: normal;
  font-weight: 400;
  text-transform: uppercase;
  padding-bottom: 35px;
}

.error-wrap__p {
  display: block;
  color: #2D3958;
  font-family: Junegull;
  font-size: 55px;
  font-style: normal;
  font-weight: 400;
  text-transform: uppercase;
  padding-bottom: 80px;
}

.error-wrap__a {
  position: relative;
  margin-bottom: 150px;
  display: inline-block;
  color: #2D3958;
  text-align: center;
  font-family: "Cera Round Pro";
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  padding: 15px 40px;
  border-radius: 5px;
  border: 1px dashed #2D3958;
  background: #AFCB08;
  -webkit-box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.12);
  box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.12);
  -webkit-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
}

.error-wrap__a:hover {
  background: #FECC00;
}

.error-wrap__a::after {
  position: absolute;
     background-image: url(../img/second/buttefly-faq.png);
    content: "";
    width: 65px;
    height: 60px;
    position: absolute;
    background-size: contain;
    background-repeat: no-repeat;
  top: -44px;
}

.no-webp .article-pattern {
  background-image: url(../img/second/pattern-art.png); }

.article-pattern {
  max-width: 600px;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
}
.articles-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}


.article-item {
  max-width: 100%;
  width: 100%;}

@media only screen and (max-width: 1200px) {
  .partners-logo__item-wrap {
    width: 33%;
  }

  .cloud-right {
    top: -55px;
  }

  .stores-content__text h1 {
    padding-right: 40px;
  }

  .about_con h2 {
    font-size: 45px;
    line-height: 45px;
  }

  .acc__ask {
    padding: 0 20px;
    color: #2d3958;
    text-align: center;
    font-family: Cera Round Pro;
    font-size: 18px;
    font-weight: 700;
    line-height: 20px;
    letter-spacing: 0.02px;
    text-transform: uppercase;
  }

  .accordion:after {
    right: 20px;
  }

  .tabactive:after {
    right: 20px;
  }

  .section iframe {
    width: 500px;
    height: 320px;
  }

  .partners-logo__img-wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

@media (max-width: 1200px) {
  .certif-content .page-title {
    font-size: 45px;
    line-height: 45px;
  }

  .certif-content .stores-content__p {
    font-size: 17px;
    line-height: 27px;
  }

  .certif__img-item {
    max-width: 400px;
    max-height: 400px;
  }

  .certif-img {
    width: 500px;
    height: 400px;
  }

  .certif-doc-img-block__item {
    width: 30%;
  }

  .certif-doc-img-block {
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
  }

  .big-icons-wrap {
    background-repeat: repeat;
    background-size: auto;
  }
}

@media only screen and (max-width: 1000px) {
	.acc__answer{
		padding: 20px;
	}
	.article-content_pb .stores-content__text{
    text-align: left !important;
	margin-bottom: 0 !important;
  }
  .article-content_pb .article-title_mt{
    text-align: center !important;
  }
  .about_con {
    margin-top: 30px;
  }

  .stores-content__text h1 {
    padding-right: 0px;
  }

  .about-video__item {
    margin-right: 0px;
  }

  .page-title {
    font-size: 50px;
    line-height: 50px;
  }

  .breadcrumbs-wrap .breadcrumbs {
    padding-bottom: 0;
  }
}

@media (max-width: 1000px) {
	.article-pattern{
		display: none;
	}
	.article-item {
    max-width: 100%;
}
  .partners-logo__item-wrap {
    width: 50%;
  }

  .certif-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .certif-content .page-title {
    max-width: 100%;
  }

  .certif-wrap {
    padding: 0;
  }

  .certif-img {
    margin-left: 0px;
    margin-right: 0;
  }

  .certif__img-item {
    max-width: 580px;
    max-height: 450px;
  }

  .certif-content .stores-content__p {
    max-width: 100%;
  }

  .certif-content .stores-content__text {
    margin-bottom: 40px;
  }

  .certif__img-item {
    top: 0;
  }

  .certif-doc__title {
    text-align: center;
    padding: 0;
  }

  .articles-wrap {
    max-width: 1370px;
    margin: auto;
    padding: 0 15px;
    padding-bottom: 120px;
  }

  .article-item p {
    font-size: 17px;
        line-height: 29px;
    padding: 0;
  }

  .article-item img {
    padding: 0 0 20px 0px;
  }

  .article-content_pb {
    padding-bottom: 0;
  }

  .error {
    background-image: none;
    padding-top: 60px;
  }

  .error-wrap__h1 {
    font-size: 90px;
    padding-bottom: 35px;
  }

  .error-wrap__p {
    font-size: 35px;
    padding-bottom: 80px;
  }
}

@media only screen and (max-width: 900px) {
  .main-content .card-rabbit__desc {
    margin-bottom: 0;
  }

  .accordion:after {
    height: 10px;
    width: 22px;
    background-size: contain;
    right: 12px;
  }

  .tabactive:after {
    background-size: contain;
    height: 10px;
    width: 22px;
    right: 12px;
  }

  .stores-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .section iframe {
    width: 100%;
    height: 400px;
  }

  .stores-content__text {
    text-align: center;
    margin-bottom: 50px;
  }

  .stores-content__p {
    margin: auto;
  }

  .tabs {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-right: 0px;
  }

  .partners-logo__title {
    font-size: 45px;
    line-height: 50px;
  }

  .partners-logo__img-item {
    padding: 0 10px;
  }
}

@media (max-width: 900px) {
  .certif-doc-img-block__item {
    width: auto;
  }
}

@media (max-width: 650px) {
  .partners-logo__item-wrap {
    width: 100%;
  }

  .article-item img {
    float: none;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }

  .modal-window img {
    max-width: 400px;
    height: auto;
    margin-top: 100px;
  }

  .certif-doc-img-block__img {
    width: 180px;
    height: 280px;
  }

  .certif-img {
    width: auto;
    height: auto;
  }

  .stores-content__text .page-title,
  .certif-doc__title {
    font-size: 40px;
    line-height: 40px;
  }

  .certif-content {
    padding-bottom: 30px;
  }

  .certif-doc-wrap {
    padding: 30px 15px 0;
  }

  .certif-doc__title {
    margin-bottom: 40px;
  }

  .page-subtitle__text {
    font-size: 25px;
    line-height: 30px;
    /* 146.667% */
  }
}

@media only screen and (max-width: 500px) {
	.partners-logo__title {
  text-align: center;
}
  .page-title {
    font-size: 35px;
    line-height: 35px;
  }

  .acc__answer {
    line-height: 23px;
    font-size: 17px;
    padding-right: 0;
    padding-left: 0;
  }

  .acc__ask {
    font-size: 16px;
    line-height: 18px;
    padding: 0 25px;
  }

  .acc:before {
    background-size: contain;
    background-repeat: no-repeat;
    width: 65px;
    height: 49px;
    top: -48px;
    right: 40px;
  }
}

@media (max-width: 500px) {
  .partners-logo__title {
    font-size: 35px;
    line-height: 35px;
  }

  .stores-content__p {
    font-size: 18px;
    line-height: 23px;
  }

  .tab {
    font-size: 17px;
    line-height: 10px;
  }

  .about-video {
    padding-bottom: 100px;
  }
}

@media (max-width: 450px) {
  .certif-doc-img-block {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .certif-doc-img-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .certif-doc-img-block__img {
    width: 250px;
    height: 380px;
  }

  .modal-window img {
    max-width: 320px;
  }

  .page-subtitle__text {
    font-size: 22px;
    line-height: 30px;
    /* 146.667% */
  }

  .articles-wrap {
    padding-bottom: 70px;
  }

  .article-item p {
    font-size: 17px;
    line-height: 27px;
  }

  .article-item img {
    max-width: 280px;
    width: 100%;
  }

  .article_ta {
    text-align: left;
  }

  .article-img {
    padding-bottom: 20px;
  }

  .article-title_mt {
    font-size: 35px !important;
    line-height: 35px !important;
  }

  .article-content_pb {
    padding-bottom: 0;
  }
}

@media only screen and (max-width: 400px) {
  .accordion:after {
    right: 15px;
    top: 42%;
  }

  .tabactive:after {
    right: 15px;
    top: 42%;
  }
}

@media only screen and (max-width: 360px) {
  .main-content .card-rabbit__desc .card-rabbit__text {
    font-size: 14px;
  }
}

@media (max-width: 360px) {
  .modal-window img {
    max-width: 270px;
  }
}

@media (max-width: 350px) {
  .tab {
    font-size: 16px;
    line-height: 10px;
    margin-left: 0;
  }

  .section iframe {
    height: 300px;
  }
}


/* ========================= new */
.section .stores-content {
  display: block;
}
.stores-content__tabs {
  max-width: 1370px;
  margin: auto;
  padding: 0 15px;
}
.section {
  display: none;
  position: relative;
  overflow: hidden;
   text-align: left;
   background-color: transparent !important;
}
.section .stores-flex-cont{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.tabs{
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-right: 130px;
  margin-bottom: 0px;
}
.section .stores-content {
  max-width: 100%;
  margin: 0;
  padding: 0px;
}
.section .stores-content__text {
  margin-top: 0px;
}
.section .page-title {

}
.stores-map{
  margin-top: 30px;
}
.online-shops {
  margin-top: 30px;
}
.online-shops__title {
  font-size: 40px;
  line-height: 45px;
  margin-bottom: 30px;
}
.online-shops__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
-webkit-box-align: center;
    -ms-flex-align: center;
        align-items: center;
}
.online-shops__item {

  
}
.online-shops__item-img {
  max-width: 190px;
  margin: 0 20px;
      max-height: 70px;
}
.partners-logo__mob, .stores-content__mob{
  display: none;
}
@media (max-width: 1200px) {
  .tabs {
    margin-right: 49px;
}
}
@media (max-width: 1000px) {
  .section .stores-flex-cont {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: center;
}
  .tabs {
    margin-right: 49px;
}
.online-shops, .stores-content__pc{
  display: none !important;
}
.partners-logo__mob, .stores-content__mob{
  display: block;
}
.stores-content__mob{
  text-align: center;
}
.stores-content__mob .stores-content__p{
  margin: auto;
}
.stores-content__mob .stores-content__text {
  text-align: center;
  margin-bottom: 50px;
}
.tabs {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-right: 0;
  flex-wrap: wrap;


.webp .article-pattern { background-image: url(../img/second/pattern-art.webp); }