/* булет начличия заказа в корзине */
 
 #cart-count{
   -moz-border-radius: 10px; /* Firefox */
   -webkit-border-radius: 10px; /* Safari, Chrome */
   -khtml-border-radius: 10px; /* KHTML */
    border-radius: 10px; /* CSS3 */	
    background: #f5d000;
	color: #000;
	position: absolute;
    right: 4%;
    margin-top: 3px;
    z-index:10;
	font-size: 10pt;
    display:block;
    width:20px;
    height:20px;
    padding: 3px 6px;
	        
        }
        
        #cart-count-mob{
   -moz-border-radius: 10px; /* Firefox */
   -webkit-border-radius: 10px; /* Safari, Chrome */
   -khtml-border-radius: 10px; /* KHTML */
    border-radius: 10px; /* CSS3 */	
    background: #f5d000;
	color: #000;
	position: absolute;
    right: 10%;
    margin-top: 24px;
    top: 0px;
    z-index:10;
	font-size: 10pt;
    display:block;
    width:20px;
    height:20px;
    padding: 3px 6px;
	        
        }        
		
/* Страницы soon, 404 */		
		
#oops{    font-size: 15pt;

    color: #fff;
 
    font-family: Din Pro;
        margin: auto;    
    padding-top: 150px;
    display:block;
    width: 100px;
    text-align: center;
    }
    
#page-soon{

font-weight: 100;
    font-size: 1.6rem;
    text-transform: uppercase;
    color: #fff;
    line-height: 130%;
    font-family: Din Pro;
    margin: auto;    
    padding-top: 15%;
    display:block;
    width: 880px;
    max-width: 90%;
}

@media all and (max-width: 900px) {
    #page-soon{ padding-top: 30%;}.
    #oops{    font-size: 15pt;

    color: #fff;
 
    font-family: Din Pro;
        margin: auto;    
    padding-top: 100px;
    display:block;
    width: 100px;
    text-align: center;
    }
}

/* Прогресс-бар */

.box2
{
  background:#fff;
  width:100%;
  height:100%;
  padding-top: 300px;
/*  display:flex;
  justify-content:center;
  align-items: center; */
  position:absolute;
  z-index: 3;
  flex-direction:column;
  top: 0;
  transition: transform .2s;
}
/* .box:hover
{
 transform:scale(1.2);
} */
.box2 .percent
{
  width:150px;
  height:150px;
  position:relative;
}
.box2 .percent svg
{
  width:150px;
  height:150px;
  position:relative;
}
.box2 .percent svg circle
{
  width:150px;
  height:150px;
  fill:none;
  stroke-width:10;
  stroke:#000;
  transform:translate(5px,5px);
  stroke-dasharray:440;
  stroke-dashoffset:440;
  stroke-linecap:round;
}
.box2 .percent svg circle:nth-child(1)
{
  stroke-dashoffset:0;
  stroke:#f3f3f3;
}

.box2 .percent .num
{
  top:0;
  left:0;
  width:100%;
  height:100%;
  display:flex;
  justify-content:center;
  align-items:center;
  position:absolute;
  color:#111;
}
.box2 .percent .num h2
{
  font-size:48px;
}
.box2 .percent .num h2 span
{
  font-size:24px;
}
.box2 .text
{
  padding 10px 0 0;
  color:#999;
  font-weight:700;
  letter-spacing:1px;
}


/* Страницы d--p.one */

.f-bullet{ width: 15px; height: 15px; background: #671c90;
	   -moz-border-radius: 10px; /* Firefox */
   -webkit-border-radius: 10px; /* Safari, Chrome */
   -khtml-border-radius: 10px; /* KHTML */
    border-radius: 10px; /* CSS3 */	
}
.y-bullet{width: 15px; height: 15px; background: #f5d000;
	   -moz-border-radius: 10px; /* Firefox */
   -webkit-border-radius: 10px; /* Safari, Chrome */
   -khtml-border-radius: 10px; /* KHTML */
    border-radius: 10px; /* CSS3 */	
}
.r-bullet{ width: 15px; height: 15px; background: red;
	   -moz-border-radius: 10px; /* Firefox */
   -webkit-border-radius: 10px; /* Safari, Chrome */
   -khtml-border-radius: 10px; /* KHTML */
    border-radius: 10px; /* CSS3 */	
}		

.cashback-inp-block input[type=text] {
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    -khtml-border-radius: 7px;
    border-radius: 7px;
    border: 1px solid #c0c0c0;
    color: #1d1d1d;
    padding: 8px 15px;
    font-size: 12pt;
    margin: 5px 0px;
	margin-right: 20px;
    width: 90%;
    max-width: 150px;
}

.ref-inp-block label.input-label{display: block;} 
.ref-inp-block textarea {    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    -khtml-border-radius: 7px;
    border-radius: 7px;
    border: 1px solid #c0c0c0;
    color: #1d1d1d;
    padding: 8px 15px;
    font-size: 12pt;
    margin: 5px 0px;
	margin-right: 20px;
    width: 90%;
    max-width: 315px;
	height: 80px;}

.field__file {
  opacity: 0;
  visibility: hidden;
  position: absolute;
}
 
.field__file-wrapper {
  width: 100%;
  max-width: 315px;
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
 
.field__file-fake {
  width: calc(100% - 100px);
  max-width: 315px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 7px 10px;
  border: 1px solid #671c90;
  border-radius: 20px 0 0 20px;
  border-right: none;
}
 
.field__file-button {
  width: 100px;
  background: #671c90;
  color: #fff;
  padding: 8px 10px;
  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;
  border-radius: 0 20px 20px 0;
  cursor: pointer;
}


/* Страницы Блога */

.content {
  width: 100%;
    max-width: 1280px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 2rem 1rem;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
 }

.categorie-name {
  width: 100%;
  color: #383838; }

.categorie-desc {
  opacity: 0.5;
  color: #000000;
  font-size: 32px;
  font-weight: 300; }

.categorie-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.categorie-item {
  margin-top: 4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  color: #000;
  width: 375px;
  height: 540px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  border-radius: 80px;
  background-color: #ffffff; }
  .categorie-item .item-title-wrap {
    padding: 0rem 1.4rem; }
    .categorie-item .item-title-wrap h3 {
      margin: 0;
      font-size: 32px;
      font-weight: 400;
      line-height: 34px; }
    .categorie-item .item-title-wrap p {
      opacity: 0.5;
      font-size: 18px;
      font-weight: 300;
      line-height: 24px; }
  .categorie-item .item-footer-wrap {
    padding: 0rem 1.4rem 2.6rem 1.4rem;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    opacity: 0.5;
    color: #000000;
    font-size: 18px;
    font-weight: 300;
    line-height: 24px; }
    .categorie-item .item-footer-wrap .eye:before {
      content: url(/deep/img/newAndrey/eye.png);
      padding-right: 0.6rem; }

#section-offer h3 {
  opacity: 1; }
#section-offer .btn {
  opacity: 1; }

#section-categorie{padding-top:150px; margin-top:0px;}
.content-blog {
  padding-top: 8rem;
  width: 100%;
    max-width: 1280px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 2rem 1rem;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.categorie-name {
  width: 100%;
  color: #383838; }

.categorie-desc {
  opacity: 0.5;
  color: #000000;
  font-size: 32px;
  font-weight: 300; }

.categorie-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-around; }

.categorie-item {
  margin-top: 4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  color: #000;
  width: 375px;
  height: 540px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  border-radius: 40px;
  background-color: #ffffff; }
  .categorie-item .item-title-wrap {
    padding: 0rem 1.4rem; }
    .categorie-item .item-title-wrap h3 {
          margin: 0;
    margin-top: 10px;
    font-size: 18px;
    font-weight: 600;
    line-height: 24px; }
    .categorie-item .item-title-wrap p {
      opacity: 1;
      font-size: 18px;
      font-weight: 300;
      line-height: 24px; }
  .categorie-item .item-footer-wrap {
    padding: 0rem 1.4rem 2.6rem 1.4rem;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    opacity: 0.5;
    color: #000000;
    font-size: 18px;
    font-weight: 300;
    line-height: 24px; }
    .categorie-item .item-footer-wrap .eye:before {
      content: url(/deep/img/newAndrey/eye.png);
      padding-right: 0.6rem; }
.item-img-wrap img{
	object-fit: cover;
    -webkit-border-radius: 40px 40px 0 0;
    border-radius: 40px 40px 0 0;
    width: 100%;
    height: 100%;}
    
#section-intro {
  color: #ffffff;
  height: 670px; 
  }
  #section-intro:before {content: ""; position:absolute; width: 100%; height: 670px; background: rgba(0,0,0,0.5);}
  #section-intro .content {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    }
  #section-intro p {
    width: 40%;
    font-size: 18px;
    font-weight: 300; }

#section-catalog .catalog-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  #section-catalog .catalog-item h2 {
    margin-top: 6rem;
    text-align: center;
    width: 100%;
    color: #383838; }
  #section-catalog .catalog-item__text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    color: #000;
    width: 375px;
    height: 540px;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
            box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    border-radius: 40px;
    background-color: #ffffff; 
	margin-bottom: 40px;
	}
    #section-catalog .catalog-item__text .item-title-wrap {
      padding: 0rem 1.4rem; }
      #section-catalog .catalog-item__text .item-title-wrap h3 {
        margin: 0;
		margin-top: 10px;
        font-size: 18px;
        font-weight: 600;
        line-height: 24px; }
      #section-catalog .catalog-item__text .item-title-wrap p {
        opacity: 1;
        
        font-weight: 300;
         }
    #section-catalog .catalog-item__text .item-footer-wrap {
      padding: 0rem 1.4rem 2.6rem 1.4rem;
      width: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-box-align: end;
          -ms-flex-align: end;
              align-items: flex-end;
      opacity: 0.5;
      color: #000000;
      font-size: 18px;
      font-weight: 300;
      line-height: 24px; }
      #section-catalog .catalog-item__text .item-footer-wrap .eye:before {
        content: url(/deep/img/newAndrey/eye.png);
        padding-right: 0.6rem; }
#section-catalog .catalog-more-btn {
  margin-top: 1rem;
  margin-bottom: 3rem;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center; }
  #section-catalog .catalog-more-btn a {
    color: #671c90;
    font-size: 18px;
    font-weight: 400; }
 
	  
.wrap-center {
    position: relative;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%;
    overflow: hidden;
}

.back-size-auto{background-size: 100% auto;}

#section-blog-article .content{width: 780px;   display:block;}       
#section-blog-article .content p{font-size: 20px; text-align:justify; color: #000;}
#section-blog-article .content ul{color: #000;}

.ya-share2{margin-top: 40px;}
.eye-pic{margin-top:3px; margin-bottom:-3px; margin-right:3px;}
.bread a{display:inline; color: #671c90; font-weight: bold;}

.content li {
    font-size: 20px;
    text-align: justify;
}

#section-blog-article h2{color:#a1d507;}

@media only screen and (max-width: 1000px) {
	
	.back-size-auto{background-size: cover;}
	
}	  
      
@media only screen and (max-width: 959px) {
.intro-wrap {
	width:90%; 
    margin:0 auto; 
    text-align:center; }
#section-intro p {
    width: 100%;
    font-size: 18px;
    font-weight: 300;
}
#section-intro a {
    display:inline-block;
    text-align:center;
}
.catalog-item__text{
	display:block;
    margin: 0 auto;}
#section-catalog .catalog-item h2 {
    margin-top: 3rem;
    margin-bottom: 3rem;}
#section-catalog .catalog-item__text .item-title-wrap h3 { 
	    font-size: 20px;} 
		
#section-blog-article .content{width: 100%; text-align:left;} 
#section-blog-article .wrap-center{justify-content: center;}
		
}

@media only screen and (max-width: 415px) {
  #section-catalog .catalog-item__text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    color: #000;
    width: 90%;
    margin-left:5%;
    height: 540px;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
            box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    border-radius: 40px;
    background-color: #ffffff; }
    
    }
  
  