.visible-md{
  display: none;
}

.include_wrap.item_block .name, .include_wrap.item_block .desc{
  height: auto;
  min-height: 0;
}
.mob-toggle{
	display: none;
}
.mob-menu{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	transform: translateX(100%);
	background-color: #171717;
	color: #000;
	transition: transform .7s ease;
	z-index: 700;
  padding: 120px 15px 40px;
}
.menu-opened{
	overflow: hidden;
}
.menu-opened .mob-menu{
	transform: translateX(0);
}
.mob-menu a{
  color: #fff;
  text-decoration: none;
}
.mob-menu ul{
  margin-bottom: 30px;
}
.mob-menu ul li{
  margin-bottom: 15px;
}
.mob-menu ul li a{
  font-size: 20px;
  font-family: 'Exo 2.0',sans-serif;
  font-weight: 700;
}
/* Icon 1 */

.mob-toggle {
  width: 40px;
  height: 20px;
  position: relative;
  z-index: 800;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
  border: none;
  background: transparent;
  margin-left: 30px;
}

.mob-toggle span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  background: #fff;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

.mob-toggle span:nth-child(1) {
  top: 0px;
}

.mob-toggle span:nth-child(2) {
  top: 8px;
}

.mob-toggle span:nth-child(3) {
  top: 16px;
}

.mob-toggle.open span:nth-child(1) {
  top: 8px;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}

.mob-toggle.open span:nth-child(2) {
  opacity: 0;
  left: -40px;
}

.mob-toggle.open span:nth-child(3) {
  top: 8px;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

@media screen and (max-width: 1900px){
	.container-fluid{
		padding-left: 15px;
		padding-right: 15px;
	}
}
@media screen and (max-width: 1600px) {
	header .logo img:last-child{
		width: 120px;
	}
	header nav ul li,
	header .messandger ul li{
		margin-right: 20px;
	}
	header .lang {
		margin-left: 20px;
	}
	header .logo{
		margin-right: 0;
	}
  .main_slider .slick-dots{
    left: 15px;
  }
  .main_slider .slick-dots li{
    margin-right: 0;
  }
  .main_slider .cover_outside{
    padding-left: 40px;
  }
  .main_slider .slick-dots li.slick-active button{
    padding-left: 40px;
  }
	.your_opp{
    padding: 90px 0 20px
  }
  .presentation,.buy_earn{
    padding: 90px 0
  }
  .docs{
    padding-top: 90px;
  }
  .licenze_block{
    margin-bottom: 90px;
  }
  .garranty{
    padding-bottom: 90px;
  }
}
@media screen and (max-width: 1365px) {

  .your_opp.section #respond .comment-form-comment{
    margin-left: 14px;
  }
  .your_opp.section #respond input[type="text"]{
    width: 450px;
  }
  .your_opp.section #comment{
    width: 460px;
  }
  .articles__wrap .entry-post .text{
    width: calc(100% - 80px);
  }
  .articles__wrap .entry-post .post-title{
    font-size: 23px;
    margin-bottom: 20px;
  }
  .post-excerpt{
    font-size: 15px;
  }
  .phone_block a{
  	font-size: 14px;
  }
}
@media screen and (max-width: 1260px) {
	header .logo img:last-child{
		width: 170px;
	}
}
@media screen and (max-width: 1199px) {
  .buy_earn .step_block{
    width: 50%;
  }
  .wrapper{
    position: relative;
    overflow: hidden;
  }
  img{
    max-width: 100%;
    height: auto;
  }
	header .cover_inside{
		display: none;
	}
	.mob-toggle{
		display: inline-block;
	}
  .mob-menu .messandger ul{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
  }
  .mob-menu .messandger ul li{
    margin-right: 15px;
  }
  .main_slider .slide{
    height: auto;
    padding-top: 50px;
    padding-bottom: 50px;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center center;
  }
  main .section,
  .action_block,
  .products{
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .main_slider h3{
    margin-bottom: 30px;
  }
  .main_slider .left ul{
    max-height: none;
    margin-bottom: 30px;
  }
  .main_slider .slick-dots li.slick-active:after{
    width: 20px;
  }
  .main_slider .slick-dots li.slick-active button{
    padding-left: 25px;
  }
  .propos .mid picture img{
    max-width: 100%;
    height: auto;
  }

  .products .attent{
    font-size: 20px;
  }
  .products .attent span{
    font-size: 26px;
  }
  .item_block{
    margin-top: 0;
  }
  .propos h2{
    font-size: 84px;
  }
  .propos .left{
    font-size: 18px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;-webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    justify-content: center;
  }
  .propos .left .big{
    font-size: 26px;
  }
  .propos .mid picture{
    display: block;
    margin: -100px auto 0; 
    transform: none;
  }
  .propos .timer{
	  margin-top:35px;
  }
  .buy_earn:before{
    bottom: -27px;
  }
  .buy_earn .cover_outside{
  	-webkit-flex-wrap: wrap;
  	-moz-flex-wrap: wrap;
  	-ms-flex-wrap: wrap;
  	-o-flex-wrap: wrap;
  	flex-wrap: wrap;
  	justify-content: center;
    max-width: 600px;
    margin-right: auto;
    margin-left: auto;
  }
  .buy_earn .step_block{
  	margin-bottom: 30px;
  }
  .your_opp form ul li{
  	width: calc(50% - 15px);
  }
  .your_opp form ul input,
  .your_opp form ul textarea{
  	width: 100%;

  }
  .propos .cover_outside{
		-webkit-flex-direction: column;
		-moz-flex-direction: column;
		-ms-flex-direction: column;
		-o-flex-direction: column;
		flex-direction: column;
		-ms-align-items: center;
		align-items: center;
  }
  .propos{
  	-webkit-background-size: cover;
  	background-size: cover;
  }
  .propos .cover_outside > div{
  	width: 400px;
  	max-width: 100%
  }
  .propos .cover_outside .mid{
  	order: -1
  }
  .propos .mid picture{
  	position: static;
  }
  .propos .left{
  	-ms-align-items: center;
  	align-items: center;
  	text-align: center;
  }
  .your_opp form ul{
  	-ms-align-items: center;
  	align-items: center;
  }
  .products h2,
  .buy_earn h2,
  .overwiev h2,
  .your_opp h2,
  .docs h2,
  .action_block h2{
  	font-size: 36px;
  	line-height: 150%;
    margin-bottom: 30px;
  }
  .action_block h2{
  	margin-bottom: 0;
  }
  .overwiev .desc,
  .your_opp .desc,
  .action_block .info{
    font-size: 20px;
    line-height: 1.5;
    margin-bottom: 30px;
  }
  .your_opp .comment_block .review-block{
  	margin-bottom: 30px;
  }
  .licenze_block picture:nth-child(2){
    position: static;
    margin-top: 30px;
  }
  .licenze_block{
    margin-bottom: 50px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    -ms-align-items: center;
    align-items: center;
  }
  .presentation .cover_outside{
    margin-bottom: 30px;
  }
  .pre_sec:before{
    bottom: -18px;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
    height: 20px;
  }
  .licenze_block picture:first-child{
    padding: 0;
  }
  .garranty{
    padding-bottom: 50px;
  }
  .action_block .container{
  	display: -webkit-flex;
  	display: -moz-flex;
  	display: -ms-flex;
  	display: -o-flex;
  	display: flex;
  	-webkit-flex-direction: column-reverse;
  	-moz-flex-direction: column-reverse;
  	-ms-flex-direction: column-reverse;
  	-o-flex-direction: column-reverse;
  	flex-direction: column-reverse;
  	text-align: center;
  }
  .action_block picture{
  	position: static;
  }
  .our_shops,
  .main_contacts{
		padding-top: 50px;
  }
  .our_shops .cover_outside{
		justify-content: space-between;
  }
  .our_shops .adress_block{
  	width: calc(33.333% - 20px);
  	min-width: 280px;
  }
  .section-checkout .d-flex{
  	-webkit-flex-direction: column;
  	-moz-flex-direction: column;
  	-ms-flex-direction: column;
  	-o-flex-direction: column;
  	flex-direction: column;
  	-ms-align-items: center;
  	align-items: center;
  }
  .section-checkout .d-flex form{
  	max-width: 100%;

  }
  .section-checkout .d-flex .col{
  	/*width: 400px;*/
    width: 100%;
  	max-width: 100%;
  }
  .cart-content-wrap{
  	padding-top: 0;
  }
  .cart-rows{
  	margin-bottom: 0;
  }
  .checkout_item{
  	margin-bottom: 30px;
  }
  .tab-nav li {
    margin: 0 10px;
	}
/*  .presentation .text p,
  .presentation li{
    font-size: 14px;
  }*/
  .product .slider_block{
    max-width: 50%;
    min-width: 0;
  }
  .product .slider_block .slider_nav{
    width: 20%;
    max-width: none;
  }
  .product .slider_block .slider_for{
    width: 75%;
    max-width: none;
  }
  .single-product .product .instock{
    margin-right: 0;
  }
  .product .slider_block .slider_nav span{
    height: 120px;
  }
  .product .slider_block .slider_for span{
    height: 400px;
  }
  .product .product{
    padding-top: 0;
  }
  .single-post-main .section{
    padding: 0;
  }
  .single-post-main .section-preview{
    margin-top: 50px;
  }
  .include_wrap.item_block{
    margin: 50px 0;
  }
  .main_slider .slick-arrow{
    width: 50px;
    height: 50px;
  }
  .cart_wrapper{
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .cart_wrapper>.woocommerce:last-of-type,
  #checkout-form{
    padding-top: 0;
  }
  .cart_wrapper>.woocommerce:last-of-type,
  .cart_wrapper>.woocommerce:first-of-type{
    width: 100%;
  }
}
@media screen and (max-width: 991px) {
  .your_opp.section #comment{
    width: 350px;
  }
  .your_opp.section #respond input[type="text"]{
    width: 335px;
  }
  .hidden-md{
    display: none;
  }
  .visible-md{
    display: block;
  }
  .main_slider .cover_outside{
    -webkit-flex-direction: column-reverse;
    -moz-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    -o-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -ms-align-items: center;
    align-items: center;
  }
  .main_slider .cover_outside .left .visible-md{
    margin-bottom: 30px;
  }
  .main_slider .cover_outside .left .visible-md img{
    max-height: 270px;
    margin-right: auto;
    margin-left: auto;
  }
  .main_slider .cover_outside .left{
    width: 100%;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
  }
  .main_slider .cover_outside .left ul{
    margin-bottom: 0;
    margin-top: 30px;
    order: 10
  }
  .video_block{
    width: calc(50% - 30px)
  }
  .main_slider .cover_outside .right{
    margin-bottom: 30px;
  }
  .main_slider .cover_outside .right img{
    max-width: 200px;
  }
	.presentation .cover_outside{
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;

  }
  .presentation .cover_outside>div{
    width: 100%;
  }
  .presentation .video_block{
    margin: 0 auto 30px;
    max-width: 100%;
    height: auto;
  }
  .our_shops h4{
  	font-size: 22px;
  }
  .main_contacts .bot.cover_outside,
  .main_contacts .top_block.cover_outside{
  	-webkit-flex-wrap: wrap;
  	-moz-flex-wrap: wrap;
  	-ms-flex-wrap: wrap;
  	-o-flex-wrap: wrap;
  	flex-wrap: wrap;
  	justify-content: center;
  }
  .main_contacts .bot > a,
  .main_contacts .message,
  .main_contacts .top_block .cont_block{
		margin-bottom: 30px;
  }
  .main_contacts .bot.cover_outside{
  	margin-bottom: 50px;
  }
  .account-history-rows, .detailed-order{
  	padding: 0 10px;
  }
  .account-history-rows>.row{
  	padding: 10px;
  }
  .tab-nav li{
  	margin:0 10px;
  	font-size: 14px;
  }
  .account-history-rows .order-status a{
  	margin-left: 15px;
  }
  .bonus_wrap{
  	-webkit-flex-direction: column;
  	-moz-flex-direction: column;
  	-ms-flex-direction: column;
  	-o-flex-direction: column;
  	flex-direction: column;
  	padding: 20px 10px;
  }
  .bonus_wrap>div{
  	width: 100%;
  	margin-bottom: 30px;
  }
  .detailed-order>.row{
		padding: 10px;
	}
	.cart-modal-wrap form input{
		margin-bottom: 10px;
	}
	.modal-body{
		padding: 40px 15px;
	}
	.cart-modal-wrap .last.row .col:first-child{
		max-width: 300px;
	}
	.articles__wrap{
		margin-right: -10px;
		margin-left: -10px;
	}
	.articles__wrap .entry-post{
		width: calc(50% - 20px);
		margin: 0 10px 30px;	
	}
  .articles__wrap .entry-post .date{
    display: none;
  }
	.articles__wrap .entry-post .text{
		width:100%;
		font-size: 14px;
	}
	.articles__wrap .entry-post .post-title{
		margin-bottom: 20px;
		font-size: 22px;
	}
	.articles__wrap .entry-post .thumb{
		margin-bottom: 30px;
	}
  .product .cover_outside{
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .product .slider_block{
    margin-bottom: 30px;
  }
  .product .slider_block,
  .product .desc_block{
    width: 100%;
    max-width: 100%;
  }
  .include_wrap.item_block{
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
  }

  .include_wrap.item_block > .lcol{
    width: 100%;
    margin: 0 0 30px;
  }
  .include_wrap.item_block > .rcol{
    width: 100%;
  }
  .error{
    padding: 150px 0;
    -webkit-background-size: cover;
    background-size: cover;
  }
  .cart-rows .row{
    font-size: 14px;
  }
  .cart-rows .row .price .old-value{
    margin-right: 14px;
  }
  #modal-cart .container{
    padding: 0;
  }
  .bonus_wrap .lcol{
    border: none;
  }
  header .logo img:first-child{
    width: 35px;
    height: auto;
    margin-right: 5px;
  }
  header .logo img:last-child{
      width: 100px;
  }
}
@media screen and (max-width: 767px) {
  .thanks p.desc{
    font-size: 21px;
    margin-bottom: 30px;
  }
  .thanks h1{
    font-size: 30px;
    margin-bottom: 25px;
  }
  .thanks{
    background-position: center center;
  }
  #modal-cart .wpcf7-form > p{
    max-width: 50%;
  }

   #modal-cart .wpcf7-form{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
   }
  .wrapper{
    padding-top: 65px;
  }
  .buy_earn .step_block{
    width: 290px;
  }
  .articles__wrap .entry-post .thumb{
    height: 160px;
  }
  .articles__wrap .entry-post .post-title{
    font-size: 20px;
  }
  .input-wrap input{
    font-size: 16px;
  }
  .post-excerpt{
    font-size: 14px;
    line-height: 18px;
  }
  .your_opp.section #respond .comment-form-email{
    order: 1;
    margin-top: 0;  
  }
  .your_opp.section #respond .comment-form-comment{
    order: 2;
    margin-left: 0; 
  }
  .your_opp.section #commentform{
    -webkit-flex-flow: column;
    -moz-flex-flow: column;
    -ms-flex-flow: column;
    -o-flex-flow: column;
    flex-flow: column;
    padding-left: 0;  
  }
  .your_opp.section #commentform li{
    width: 100%;  
  }
  .your_opp.section #comment{
    width: 100%;
    font-size: 16px;
    padding-top: 10px;
  }
  .your_opp.section #respond input[type="text"]{
    font-size: 16px;
    width: 100%;
    height: 50px;
    margin-bottom: 15px;  
  }
  body{
    min-width: 320px;
  }
	header .phone_block,
  header .btn,
  header .messandger{
    display: none;
  }
  header .logo{
    width: 120px;
  }
  
  .mob-toggle{
    margin-left: 15px;
  }
  .pers_cab li{
    margin-right: 20px;
  }
  .modal-box{
    margin-top: 20px;
  }
  .modal-body{
    padding: 40px 15px;
  }
  .back-side h3{
    font-size: 24px;
  }
  .your_opp form ul li{
  	width: 100%;
  }
  .your_opp form ul{
  	max-height: none;
  }
  .comment_block{
  	margin-top: 30px;
  }
  .video_block{
    width: calc(100% - 30px);
    height: auto;
  }
  .main_slider .slick-dots{
    top: 15px;
    transform: none;  
    left: auto;
    right: 15px;
  }
  .main_slider h3{
    padding-right: 60px;
    font-size: 28px;
  }
  .main_slider .left ul{
    columns: 1
  }
  .main_slider h3 span{
    font-size: 20px;
  }
  .main_slider .cover_outside{
    padding-left: 0;
  }
  .main_slider .cover_outside .button_block,
  .buy_earn .button_block{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
  }
  .main_slider .btn{
    margin-right: 0;
  }
  .main_slider .btn+.btn,
  .buy_earn .button_block a{
    margin-top: 30px;
  }
  .main_slider .left ul{
    font-size: 16px;
  }
  .main_slider ul li{
    line-height: 24px;
    max-width: 100%;
    margin-right: 0;  
  }
  .main_slider ul li:before{
    -webkit-background-size: 15px;
    background-size: 15px;
    background-repeat: no-repeat;
    background-position: center;
  }
  .main_slider .slick-dots li.slick-active button{
    font-size: 24px;
  }
  .buy_earn .cover_outside{
    margin-bottom: 0;
  }
  .products h2, .buy_earn h2, .overwiev h2, .your_opp h2,.docs h2 {
    font-size: 28px;
  }
  .item_block .name,
  .item_block .actual{
    font-size: 13px;
  }
  .products .attent{
    font-size: 16px;
    line-height: 1.5;
    max-width: 290px;
    margin-right: auto;
    margin-left: auto;
  }
  .products .attent span{
    font-size: 18px;
  }
  .propos .desc{
    font-size: 22px;
  }
  .propos .left{
    font-size: 16px;
  }
  .propos h2{font-size: 60px;}
  .propos .left .big{
    font-size: 20px;
  }
	.propos .timer > div{
		font-size: 32px;
		padding:15px 0;
		width:68px;
		margin:0 5px;
		border-radius:15px;
	}
  .your_opp form ul input{
    height: 50px;
    font-size: 16px;
  }
  .your_opp form ul textarea{
    font-size: 16px;
    padding-top: 15px;
  }
  .your_opp .comment_block .review-block .review-text{
    padding: 15px;
  }
  footer .pre_side .cover_outside{
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    -ms-align-items: center;
    align-items: center;
  }
  footer .pre_side .cover_outside>div{
    width: 100%;
    margin-bottom: 30px;
  }
/*  .video_block span.play{
    -webkit-background-size: 20px;
    background-size: 20px;
  }
  .video_block span.play:before{
    height: 50px;
    width: 50px;
    border-width: 4px;
  }
  .video_block span.play:after{
    height: 80px;
    width: 80px;
    border-width: 4px;
  }*/
  footer .foot_nav ul{
    line-height: 1.5; 
  }
  .pre_sec{
    padding: 30px 0;
  }
  .pre_sec h1{
    font-size: 28px;
    margin-bottom: 15px;
  }
  .presentation li{
    width: 100%;
  }
  .licenze_block{
    margin-bottom: 0;
  }
  .garranty h3{
    font-size: 22px;
    margin-bottom: 20px;
  }
  .tab_nav li a{
  	padding: 15px 10px;
  	font-size: 14px;
  	width: auto;
  }
  .tab_nav li{
  	width: auto;
  	margin-right: 5px;
  }
  .our_shops .tab_content{
  	padding-bottom: 30px;
  	padding-top: 30px;
  }
  .our_shops .adress_block{
  	margin-bottom: 30px;
	margin-left:10px;
  }
  .our_shops h4{
  	font-size: 16px;
    line-height: 23px;
  }
  .bonus_wrap>div,
  .info-form{
  	padding: 30px 15px;
  }
  .bonus-infograph{
  	-webkit-flex-direction: column;
  	-moz-flex-direction: column;
  	-ms-flex-direction: column;
  	-o-flex-direction: column;
  	flex-direction: column;
  	-ms-align-items: center;
  	align-items: center;
  	justify-content: center;
  }
  .bonus-infograph>div{
		width: 100%;
		margin-bottom: 15px;
  }
  .tab-nav{
  	-webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-bottom: 10px;
  }
  .tab-nav li{
  	margin: 0 5px 10px
  }
  .tab-nav li a{
    border: 1px solid #fff;
    padding: 10px;
    border-radius: 4px;
    display: block;
  }
  .tab-nav li.current a {
    border-color: #eb7d00;
  }
  .change-pass-block{
  	max-width: 100%	
  }

	.info-form .input-wrap, .checkout_item .input-wrap, .wc-ukr-shipping-np-fields .form-row{
		width: 100% !important;
	}
	.account-history-rows>.row{
		-webkit-flex-wrap: wrap;
		-moz-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		-o-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.account-history-rows>.row .order-status{
		width: 100%;
	}
	.account-history-rows .order-id,
	.account-history-rows .order-items{
		margin-bottom: 15px;
	}
	.detailed-link{
		white-space: nowrap;
	}
	.cart-rows .row{
		-webkit-flex-wrap: wrap;
		-moz-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		-o-flex-wrap: wrap;
		flex-wrap: wrap;
		position: relative;
	}
	.cart-rows .row .product-meta{
		margin-bottom: 15px;
		width: 100%;
	}
	.cart-rows .row .del{
		position: absolute;
		top: 10px;
		right: 0;
		width: 30px;
	}
	.cart-rows .row .char,
	.cart-rows .row .quantity{
		width: 50%;
		margin-bottom: 15px;
	}
	.cart-rows .row .price{
		width: 100%;
    padding-right: 17px;
	}
	.cart-rows .row .char{
		text-align: left;
	}
	.cart-rows .row .quantity{
		text-align: right;
	}
	.cart-rows .row .price{
		/*text-align: center;*/
	}
	.quantity-wrap{
		width: 100px;
		margin-left: auto;
		margin-right: 0;
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		justify-content: space-between;
		-ms-align-items: center;
		align-items: center;
	}
	.cart-modal-wrap .last.row .col:first-child{
		margin-top: 30px;
		order: 1;
		max-width: 100%;
		padding: 0;
	}
	.detailed-order{
		overflow-x: auto;
		max-width: 100%;
	}
	.detailed-order>.row{
		min-width: 700px;
	}
	#promocodeForm label{
		margin-bottom: 15px;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
	}
  #promocodeForm label input{
    width: calc(100% - 65px);
    margin: 10px 0;
  }
  #promocodeForm label button{
    margin-left: 10px;
  }
  .cart-rows .row.last{
    justify-content: flex-start;
  }
	.bonus_wrap>div, .info-form{
		padding: 0;
	}
	#checkout-form{
		padding-top: 0;
	}
	.articles__wrap .entry-post{
		width: calc(100% - 20px);
	}
	.articles__wrap .entry-post .date{
		font-size: 12px;
		width: 50px;
		height: 70px;
	}
	.articles__wrap .entry-post .text {
    width: calc(100% - 65px);
	}
	.articles__wrap .entry-post .date span{
		font-size: 26px;
	}
  .propos .mid picture{
    margin-top: -60px;
  }
  .mob-menu{
    padding-top: 90px;
  }
  .product .slider_block{
    -webkit-flex-direction: column-reverse;
    -moz-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    -o-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .product .slider_block .slider_nav,
  .product .slider_block .slider_for{
    width: 100%;
  }
  .product{
    padding-top: 30px;
  }
  .product .slider_block .slider_for span{
    height: 250px;
  }
  .product .slider_block .slider_nav{
    margin-top: 30px;
  }
  .product .slider_block .slider_nav span{
    height: 100px;
  }
  .product .desc_text{
    font-size: 14px;
  }
  .product .short_desc h3{
    font-size: 16px;
  }
  .product .top_line{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
  }
  .product .btn{
    font-size: 14px;
    margin-right: 10px;
  }
  .product .btn .outside_decor:before{
    height: 38px;
  }
  .tab_nav{
    margin-top: 30px;
  }
  .info_tabs .tab_content{
    padding: 30px 0;
  }
  .info_tabs .comment_block{
    margin-top: 0;
  }
  .info_tabs .text_block h3{
    font-size: 18px;
  }
  .info_tabs .text_block p{
    font-size: 14px;
    line-height: 18px;
  }
  .content p, .content ul, .content ol{
    font-size: 14px;
  }
  .content .thumb{
    margin-bottom: 30px;
  }
  .mask:before {
    box-shadow: inset 0 0 30px 5px rgba(0,0,0,1);
  }
  .content blockquote{
    padding-left: 50px;
    -webkit-background-size: 40px;
    background-size: 40px;
    background-position: top left;
  }
  .include_wrap.item_block{
    margin: 30px 0;
    padding: 15px;
  }
  .include_wrap.item_block .d-flex{
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
  }
  .include_wrap.item_block .add_cart{
    margin-left: auto;
  }
  .include_wrap.item_block .name, .include_wrap.item_block .desc{
    text-align: center;
  }
  .include_wrap.item_block .desc{
    margin-top: 15px;
  }
  .include_wrap.item_block .review{
    margin: 0 0 15px;
  }
  .content h2 {
    font-size: 1.375em;
  }
  .content h2, .content h3, .content h4, .content h1{
    margin-bottom: 20px;
  }
  .error{
    padding: 50px 0;
  }
  .error .pre{
    font-size: 100px;
    margin-bottom: 0;
  }
  .error p.msg{
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 30px;
  }
  .error p.msg br{
    display: none;
  }
  .cart-modal-wrap .cart-modal-footer .row .col:first-child{
    padding: 0;
  }
  .if-prods-in-cart .green_btn.btn{
    width: 180px; 
  }
  .cart-rows.cart-modal-footer .row .col:last-child{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    order: -1;
    width: 100%;
    justify-content: space-between;
	-webkit-flex-wrap:wrap;
	flex-wrap:wrap;
  }
  .cart-modal-wrap .btn{
    white-space: nowrap;
  }

  #modal-cart .popup-order-short-info.order-short-info{
    margin-top: 0;
  }
  #modal-cart .popup-order-short-info.order-short-info{
    font-size: 14px;
  }
  .cart-modal-wrap .btn{
    font-size: 14px;
    width: 142px;
  }
  .cart-modal-wrap .btn .outside_decor:before{
    height: 39px;
  }
  .cart-modal-wrap .btn .outside_decor:after{
    height: 35px;
  }
  #oneckickbuy{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: flex-start;
    align-items: flex-start;
    justify-content: space-between;
    width: 100%;
  }
  .cart-modal-wrap form input{
    margin-right: 15px;
    max-width: 300px;
    width: 100%;
    display: block;
    height: 39px;
    padding-left: 5px;
    font-size: 14px;
  }
  .cart-modal-wrap .cart-modal-footer .row .col:first-child{
    max-width: 100%;
  }
  .tab-content.acc-info,
  .tab-content.address{
    border: none;
  }
  .info-form .input-wrap input, .info-form .input-wrap .select2-container, .checkout_item .input-wrap input, .checkout_item .input-wrap .select2-container, .wc-ukr-shipping-np-fields .form-row .select2-container{
    height: 39px;
    line-height: 37px !important;
    font-size: 14px;
  }
  .info-form .input-wrap, .checkout_item .input-wrap, .wc-ukr-shipping-np-fields .form-row{
    margin-bottom: 10px !important;
  }
  .info-form .submit-wrap{
    margin-top: 15px;
    padding:20px 0 15px;
  }
  .info-form .footnote{
    margin-top: 15px;
  }
  main .section-user-account{
    padding-bottom: 30px;
  }
  .detailed-order{
    font-size: 14px;
  }
  footer .foot_nav ul li:before{
    display: none;
  }
  .product .slider_nav .slick-next{
      left: 50%;
      right: auto;
      top: 100%;
      height: 20px;
      width: 20px;
      transform: translateX(100%) rotate(-90deg);
      transform-origin: 50% 50%;
  }
  .product .slider_nav .slick-prev{
      left: 50%;
      top: 100%;
      bottom: auto;
      font-size: 0;
      height: 20px;
      width: 20px;
      transform: rotate(90deg) translateY(200%);
      transform-origin: 50% 50%;
  }
  .wc-ukr-shipping-np-fields .form-row .select2-selection__rendered{
    line-height: 16px !important;
  }
  .select2-container--default .select2-selection--single .select2-selection__arrow{
    margin: 0;
    height: 39px !important;
  }
  .single-product .add_cart.btn.transp p {
    padding: 9px 12px;
  }
}
@media screen and (max-width: 680px) {
	.cart-rows.cart-modal-footer .row .col:last-child > p{
	  width:100%;
	}
	.cart-rows.cart-modal-footer .row .col:last-child > a{
	  width:48%;
	}
}
@media screen and (max-width: 580px) {
	#mySpriteSpin{
	  width:300px !important;
	  height:300px !Important;
  }
}
@media screen and (max-width: 480px) {
	#modal-cart .wpcf7-form{
		-webkit-flex-wrap:wrap;
		flex-wrap:wrap;
	}
	#modal-cart .wpcf7-form > p {
		max-width: 100%;
	}
}
@media screen and (max-width: 400px) {
  .wc-urk-shipping-form-group {
    position: absolute;
    top: 25px;
    right: 0;
    width: 30%;
  }
}
@media screen and (max-width: 374px) {
  .now_active{
    text-align: center;
  }

  .shops_tabs .tab_nav li{
    margin-right: 0;
  }
  .shops_tabs .tab_nav{
    justify-content: space-between;
  }
  .shops_tabs .tab_nav li a{
    font-size: 12px;
    padding: 10px 7px;
  }

  .modal-box{
    max-width: 100%
  }
}
/*new styles*/
@media (max-width: 767px) {
/*  .main_slider h3{
    margin-bottom:300px;
  }
  .main_slider .slide{
    padding-top: 270px;
  }
  .main_slider .cover_outside .left ul{
    height: 200px;
    overflow: visible;
  }
  .main_slider .cover_outside{
    overflow: hidden;
  }
*/  .slide.slide-1.slick-slide,
.main_slider .slide{
  background-size: 100% auto;
  background-position: center center;
  min-height: 350px;
      padding-top: 270px;
  }
}
@media(max-width: 991px){
  header .logo img:last-child{
    width: 170px;
  }
}
@media(max-width: 767px){
  header .logo{
    width: 170px;
  }
  header .logo img:last-child{
	width: 80px;
  }
}