@font-face {
    font-family: 'AvenirNextCyrDemi';
    src: url('/fonts/AvenirNextCyr-Demi.ttf');
    src: url('/fonts/AvenirNextCyr-Demi.woff') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'AvenirNextCyr';
    src: url('/fonts/AvenirNextCyr-Medium.ttf');
    src: url('/fonts/AvenirNextCyr-Medium.woff') format('truetype');
    font-weight: 500;
    font-style: normal;
}

html,
body {
  height: 100%;
}
body{
	font-size: 14px;
	line-height: 1.7;
	font-family: "Arial";
	color: #171717;
}
.wrapper{
  display: flex;
  flex-direction: column;
  height: 100%;
}
.wrapper > .content {
  flex: 1 0 auto;
}
.wrapper > footer {
  flex: 0 0 auto;
}
body a, body a:hover{
	color: #8a2779;
}


button, a{
	outline: none !important;
	-webkit-transition: all 1s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
button:focus, input:focus{
	box-shadow: none;
}
.btn-green{
	background: #91bc47;
	border-radius: 35px !important;
	position: relative;
	box-sizing: border-box;
	z-index: 2 !important;
	font-size: 12px;
}
.btn-green-inverse {
	box-sizing: border-box;
	background: #fff;
	position: relative;
	z-index: 2 !important;
	font-size: 12px;
	border: 2px solid #91bc47;
	border-radius: 35px;
	color: #91bc47 !important;
}
.btn-green:hover{
	background: #82a940;
}
.btn-orange{
	background: #f00000;
	border-radius: 35px !important;
	position: relative;
	z-index: 2 !important;
	padding: 11px 35px 9px 35px;
    width: 178px;
	text-transform: uppercase;
    color: #fff !important;
    font-size: 12px;
	font-weight: bold;
}
.btn-orange:hover{
	background: #d60808;
}
.bnt-more, .bnt-price{
	text-transform: uppercase;
	color: #fff !important;
	font-size: 12px;
	font-weight: bold;
	padding: 11px 35px 9px 35px;
	width: 178px;
}
.bnt-more img{
	display: inline-block;
	margin-left: 9px;
	position: relative;
	top: -2px;
}
.bnt-price {
    border: 2px solid #91bc47;
    padding: 10px 35px 9px 35px;
    border-radius: 35px;
    color: #91bc47 !important;
}
.bnt-price:hover{
	border-color: #82a940;
	color: #82a940 !important;
}
input[type="text"]:focus, textarea:focus, input[type="email"]:focus, input[type="password"]:focus{
	box-shadow: 0 0px 4px rgba(0, 157, 255, 0.6);
}
input[type="text"], textarea, input[type="email"], input[type="password"]{
	color: #000 !important;
}
input[type="text"]::-webkit-input-placeholder, textarea::-webkit-input-placeholder{
	font-weight:300;
	
}
input[type="text"]:-ms-input-placeholder, input[type="email"]:-ms-input-placeholder, input[type="password"]:-ms-input-placeholder, textarea:-ms-input-placeholder{ /* Internet Explorer 10-11 */
	font-weight:300;
}
input[type="text"]::placeholder, input[type="email"]::placeholder, input[type="password"]::placeholder, textarea::placeholder {
	font-weight:300;
}
.dropdown-item.active, .dropdown-item:active{
	background-color: #91bc47;
}


@keyframes rotate {
  from {
    transform: rotate(-360deg);
  }
}


.btn-grey{
	background: #eeeeee;
	border: 1px solid #aeaeae;
	font-weight: bold;
	color: #767676;
	padding: 4px 30px;
}



header{
	background: #8a2779;
	padding: 9px 0;
	box-shadow: 0 2px 4px rgba(0, 0, 0, .2);
	position: relative;
	z-index: 10;
}
header > div{
	position: relative;
}
header .logo{
	text-align: center;
}
header .logo img{
	width: 105px;
	height: auto;
}
header .menu{
	position: absolute;
	top: 7px;
	bottom: 0;
	margin-top: 6px;
}
header .menu nav{
	padding: 0;
	display: inline-block;
	margin-left: 10px;
}
header button.navbar-toggler{
	padding: 0;
	position: relative;
	z-index: 2;
	box-sizing: border-box;
}
header .navbar-toggler-icon{
	width: 21px;
	height: 3px;
	background: #7bbe39;
	position: relative;
	top: -4px;
}
header .navbar-toggler-icon:before, header .navbar-toggler-icon:after{
	content: "";
	width: 21px;
	height: 3px;
	background: #7bbe39;
	position: relative;
	top: -8px;
	display: block;
}
header .navbar-toggler-icon:after{
	top: auto;
	bottom: -5px;
}
header .menu .navbar-collapse{
	top: -11px;
	left: 1px;
	position: relative;
	border-top: 3px solid #7bbe39;
	z-index: 2;
}
header .menu .navbar-nav{
	background: #fff;
	padding: 6px 15px 5px;
	width: 100%;
	width: 227px;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	box-shadow: 0 2px 15px rgba(0, 0, 0, .2);
}
.nav-link{
	padding: 10px 0 7px;
	font-size: 13px;
	color: #313131;
}
header .menu .nav-link:hover,
header .menu .nav-link:focus{
	color: #313131;
}
header .nav-link.active{
	font-weight: bold;
	font-size: 15px;
}
.nav-link span{
	display: none;
}
header .menu .navbar-nav li{
	border-bottom: 1px solid #edecec;
}
header .menu .navbar-nav li:last-child{
	border: 0;
}
header .search_h{
	position: absolute;
	top: 0;
	bottom: 0;
	right: 15px;
	margin-top: 0;
	text-align: right;
	width: 100%;
	max-width: 320px;
}
header .search_h .btn-search{
	padding: 3px 2px;
	display: inline-block;
}
header .search_h .btn-search:hover{
	opacity: 0.8;
}
header .search_h .form_search{
	margin: auto;
	position: absolute;
	top: -2px;
	bottom: 0;
	right: 0;
	width: 0%;
	box-shadow: none;
	-webkit-transition: all 1s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	transition: all 0.3s ease;
	display: none;
	opacity: 0;
    max-width: 320px;
}
header .search_h .form_search.active{
	display: block;
	width: 85%;
	opacity: 1;
}
header .search_h .form_search input{
	height: 34px;
	line-height: 32px;
	border-radius: 35px !important;
	padding-right: 65px;
	background:#7b1f6b;
	color: #fff !important;
	font-size: 13px;
	padding-top: 0;
	border: 0;
	-webkit-box-shadow: inset 0px 0px 10px 0px rgba(0,0,0, 0.3);
    -moz-box-shadow: inset 0px 0px 10px 0px rgba(0,0,0, 0.3);
    box-shadow: inset 0px 0px 10px 0px rgba(0,0,0, 0.3);
}
header .search_h .form_search input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #dd72cb;
}
header .search_h .form_search input::-moz-placeholder { /* Firefox 19+ */
  color: #dd72cb;
}
header .search_h .form_search input:-ms-input-placeholder { /* IE 10+ */
  color: #dd72cb;
}
header .search_h .form_search input:-moz-placeholder { /* Firefox 18- */
  color: #dd72cb;
}
header .search_h .form_search .search_modal{
	text-align: left;
	margin-top: 2px;
}
header .search_h .form_search button{
	padding: 0 15px;
	height: 28px;
	margin-top: 3px;
	color: #fff;
	font-size: 13px;
}
header .search_h .form_search button:hover{
	opacity: 1 !important;
}
header .search_h .search .input-group-append{
	margin-left: -73px;
}
header .login{
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	text-align: right;
}
header .login span{
	display: inline-block;
	vertical-align: middle;
	line-height: 1;
	margin-right: 10px;
}
header .login a{
	display: inline-block;
	vertical-align: middle;
	margin-left: 14px;
	padding: 3px;
	position: relative;
	top: -1px;
}


.search{
	max-width: 585px;
	width: 100%;
	margin: 0 auto 50px;
	border-radius: 35px;
	box-shadow: 0px 2px 10px rgba(0, 0, 0, .4);
	position: relative;
	z-index: 10;
}
.search input{
	border-radius: 40px;
	font-size: 14px;
	padding: 2px 28px 0 25px;
	line-height: 43px;
	height: 43px;
	position: relative;
	z-index: 1 !important;
}
.search .input-group-append{
	margin-left: -20px;
}
.search button{
	padding: 0 30px 0 30px;
} 
.search button img{
	position: relative;
	top: -1px;
	width: 22px;
	height: auto;
}
.search input{
	box-shadow: none;
	outline: none !important;
}







.title_bl{
	margin-bottom: 40px;
	text-align: center;
}
.title_bl p.title, .title_bl h1.title{
	font-size: 32px;
	line-height: 1.2;
}
.title_bl p{
	font-size: 18px;
	line-height: 1.4;
}
.main .title_bl p{
	font-size: 16px;
	margin-top: 15px;
	line-height: 1.5;
}
.main p a{
	color: #8a2779;
	text-decoration: underline;
}
.main p a:hover{
	text-decoration: none;
}
.breadcrumb{
	padding: 0;
	background: none;
	margin-bottom: 18px;
}
.breadcrumb-item{
	font-size: 12px;
	color: #2d2d2d;
}
.breadcrumb-item+.breadcrumb-item::before{
	content: "";
	background: url(/img/arr_bread.png);
	width: 14px;
	height: 5px;
	padding: 0;
	vertical-align: middle;
	position: relative;
	top: -1px;
	margin: 0 7px 0 0;
}
.breadcrumb-item a{
	color: #313131;
	text-decoration: underline;
}
.breadcrumb-item a:hover{
	text-decoration: none;
}
.rating{
	text-align: center;
	margin-bottom: 17px;
}
.rating > div{
	display: inline-block;
	vertical-align: middle;
}
.rating .scale{
	width: 90px;
	height: 14px;
	position: relative;
}
.rating .scale:after{
	content: "";
	background: url(/img/rating.png) no-repeat left top;
	position: absolute;
	width: 90px;
	height: 14px;
	z-index: 3;
	top: 0;
	left: 0;
}
.rating .scale:before{
	content: "";
	position: absolute;
	top: 1px;
	bottom: 0;
	right: 0;
	left: 0;
	background: #cac9c9;
	z-index: 1;
}
.rating .scale .scaleBg{
	content: "";
	position: absolute;
	top: 1px;
	bottom: 1px;
	right: 1px;
	left: 1px;
	background: #8a2779;
	z-index: 2;
}
.rating .num{
	font-weight: bold;
	color: #171717;
	margin-left: 4px;
	position: relative;
	top: 1px;
}
.rating .stars{
	line-height: 1;
}
.rating .stars > span {
    display: inline-block;
    position: relative;
    width: 14px;
    height: 14px;
    position: relative;
    margin-right: 2px;
}
.rating .stars > span:before, .rating .stars > span:after {
    content: "";
    width: 14px;
    height: 14px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    -webkit-transition: all 1s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    background: url(/img/star_grey.png);
}





.tooltip-inner{
	font-size: 12px;
	padding-bottom: 7px;
	line-height: 1.4;
}
.news .tab{
	background: #fff;
	box-shadow: 0 0px 25px rgba(0, 0, 0, .15);
	padding: 20px;
	max-width: 380px;
	margin: auto;
}
.home .news .tab .img{
	position: relative;
	height: 197px;
	overflow: hidden;
	margin-bottom: 20px;
}
.home .news .tab .img img{
	position: absolute;
	width: 377px;
	left: 50%;
	right: 0;
	margin: auto;
	margin-left: -189px;
}
.news .tab .text{
	position: relative;
	padding-right: 50px;
}
.news .tab .desc p{
	margin-bottom: 0;
	color: #5e5e5d;
	font-size: 13px;
}
.news .tab .bt{
	position: absolute;
	right: 0;
	bottom: 5px;
	padding: 0;
	display: inline-block;
}
.news .tab .bt a{
	width: 34px;
	height: 34px;
	padding: 0;
	border-radius: 50%;
	border: 2px solid #7bbe39;
	background: #fff;
	position: absolute;
	right: 0;
	bottom: 0;
	text-align: center;
	line-height: 29px;
	display: inline-block;
}
.news .tab .bt a:after{
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	toP: 0;
	bottom: 0;
	width: 16px;
	height: 10px;
	background: url(/img/arrow-btn.png);
	margin: auto;
	opacity: 0;
	-webkit-transition: all 1s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.news .tab .bt a:hover{
	background: #7bbe39;
}
.news .tab .bt a:hover:after{
	opacity: 1;
}
.news .tab .titl{
	margin-bottom: 10px;
}
.news .tab .titl a{
	color: #000;
	font-weight: bold;
}
.see_more{
	text-align: center;
	margin-top: 45px;
}
.see_more a{
	display: inline-block;
	border-bottom: 2px solid #91bd47;
	font-size: 12px;
	text-transform: uppercase;
	color: #313131 !important;
	font-weight: bold;
	text-decoration: none;
	padding: 6px 0;
}
.see_more a img{
	display: inline-block;
	vertical-align: middle;
	position: relative;
	top: -2px;
	margin-left: 7px;
}
.see_more a:hover{
	opacity: 0.8;
}
.see_more a.active img{
	animation: rotate 1s linear infinite;
}
.reviews{
	background: rgba(137,56,137,1);
    background: -moz-linear-gradient(left, rgba(137,56,137,1) 0%, rgba(119,43,118,1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(137,56,137,1)), color-stop(100%, rgba(119,43,118,1)));
    background: -webkit-linear-gradient(left, rgba(137,56,137,1) 0%, rgba(119,43,118,1) 100%);
    background: -o-linear-gradient(left, rgba(137,56,137,1) 0%, rgba(119,43,118,1) 100%);
    background: -ms-linear-gradient(left, rgba(137,56,137,1) 0%, rgba(119,43,118,1) 100%);
    background: linear-gradient(to right, rgba(137,56,137,1) 0%, rgba(119,43,118,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#893889', endColorstr='#772b76', GradientType=1 );
	padding: 40px 0 49px;
	position: relative;
	margin-bottom: 40px;
}
.reviews .reviews_over{
	overflow: hidden;
}
.reviews .title_bl{
	color: #fff;
	position: relative;
}
.reviews .title_bl p{
	position: relative;
	z-index: 2;
}
.reviews .quotes{
	position: absolute;
	top: -20px;
	left: 10px;
	width: 135px;
	height: auto;
}

.reviews .tab{
	background: #fff;
	box-shadow: 0 5px 20px rgba(0, 0, 0, .2);
	border-radius: 5px;
	padding: 0 20px 10px;
	text-align: center;
	width: 100%;
	max-width: 460px;
	display: block;
	margin: auto;
}
.reviews .item{
	/*padding: 0 0 20px;*/
}
.reviews .tab .img{
	display: inline-block;
	width: 74px;
	height: 74px;
	position: relative;
	margin-top: -37px;
}
.reviews .tab .img .vk{
	width: 23px;
	height: 23px;
	background: #4f75a3;
	border-radius: 50%;
	text-align: center;
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 2;
}
.reviews .tab .img .vk > img{
	margin: auto;
	display: inline-block;
	vertical-align: middle;
	position: relative;
	top: -1px;
	left: -1px;
}
.reviews .tab .img > img{
	width: 74px;
	height: 74px;
	border-radius: 50%;
}
.reviews .tab p.titl{
	font-size: 14px;
	font-weight: bold;
	color: #171717;
	margin-bottom: 10px;
	margin-top: 17px;
}
.reviews .tab p{
	margin-bottom: 0;
}
.reviews .tab .rating{
	margin-top: 12px;
}
.reviews .owl-dots{
	text-align: center;
	margin-top: 27px;
}
.reviews .owl-dot{
	background: #fff !important;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	display: inline-block;
	margin-left: 6px;
	margin-right: 6px;
	border: 3px solid #7E307E !important;
}
.reviews .owl-dot.active{
	border: 3px solid #7bbe39 !important;
	background: #8b287a !important;
}
.reviews_sl{
	margin-top: 155px;
}
.reviews_sl .owl-nav button.owl-next, .reviews_sl .owl-nav button.owl-prev{
	width: 44px;
	height: 44px;
	border-radius: 50%;
	background: #fff !important;
	box-shadow: 0 0px 25px rgba(0, 0, 0, .2);
	position: relative;
}
.reviews_sl .owl-nav button.owl-prev{
	margin-right: 20px;
}
.reviews_sl .owl-nav button.owl-next:after, .reviews_sl .owl-nav button.owl-prev:after{
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: -1px;
	margin: auto;
	background: url(/img/arr-next.png);
	width: 8px;
	height: 14px;
}
.reviews_sl .owl-nav button.owl-prev:after{
	background: url(/img/arr-prev.png);
	right: 0;
	left: -1px;
}
.reviews_sl .owl-nav{
	display: inline-block;
	position: absolute;
	toP: -116px;
	right: 0;
	left: 0;
	margin: auto;
	width: 108px
}
.reviews_sl .owl-item{
	opacity: 0.5;
	-webkit-transition: all 1s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.reviews_sl  .owl-item.active.center{
	opacity: 1;
}
.reviews_sl .owl-nav button.owl-next:hover, .reviews_sl .owl-nav button.owl-prev:hover{
	opacity: 0.8;
}
.questions_bl{
	text-align: center;
}
.questions_bl p.title{
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 15px;
}
.questions_bl p{
	font-size: 18px;
	line-height: 1.5;
}
.questions_bl .btn{
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	padding-top: 12px;
    padding-bottom: 10px;
	padding-left: 15px;
    padding-right: 15px;
	width: 220px;
	margin-top: 3px;
}
.sort{
	color: #2d2d2d;
	margin-bottom: 35px;
}
.sort select{
	background: #f3f3f3;
	border-radius: 35px;
	border: 0;
	padding: 5px 30px 5px 15px;
	display: inline-block;
	margin-left: 7px;
	color: #2d2d2d;
	-webkit-appearance: none; 
	-moz-appearance: none;
	appearance: none;
	background-image: url(/img/sort.png);   /* add custom arrow */
	background-position: 92% center;
	background-repeat: no-repeat;
	position: relative;
	top: -1px;
}
select::-ms-expand { 
    display: none; /* remove default arrow in IE 10 and 11 */
}

/* target Internet Explorer 9 to undo the custom arrow */
@media screen and (min-width:0\0) {
    select {
        background:none\9;
    }
}

.modal-dialog.advice_form{
	max-width: 450px;
}
.modal-content{
	padding: 20px;
	box-shadow: 0 0 35px rgba(0, 0, 0, 0.2);
}
.modal-title{
	text-align: center;
	font-size: 24px;
	font-weight: bold;
	line-height: 1.4;
	margin-bottom: 25px;
}
.modal-content .podp{
	color: #6c757d;
	border-bottom: 1px solid #6c757d;
	padding-bottom: 7px;
	margin-bottom: 20px;
}
.modal-content button.close{
	text-align: right;
}
.modal-content button.close span{
	font-size: 34px;
	font-weight: normal;
	position: relative;
	top: -6px;
}
.modal-content label{
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 0;
	width: 100%;
}
.modal-content input{
	margin-top: 4px;
	display: block;
	border-radius: 35px;
    border: 1px solid #c3c3c3;
    padding: 9px 15px 9px 15px;
    color: #848480;
    outline: none !important;
    width: 100%;
    max-width: 100%;
    margin: 6px 0 0;
	font-size: 14px;
	height: 42px;
}
.modal-content textarea{
	margin-top: 4px;
	display: block;
	border-radius: 15px;
    border: 1px solid #c3c3c3;
    padding: 9px 15px 9px 15px;
    color: #848480;
    outline: none !important;
    width: 100%;
    max-width: 100%;
    margin: 5px 0 0;
	font-size: 14px;
	height: 80px;
}
.modal-content .btn-green{
	color: #fff;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    padding-top: 12px;
    padding-bottom: 10px;
    padding-left: 25px;
    padding-right: 25px;
    margin-top: 15px;
}
.modal-content .politic{
	color: #6c757d;
	border-top: 1px solid #6c757d;
	padding-top: 7px;
	margin-top: 20px;
	font-size: 13px;
	line-height: 1.4;
}
.search_modal{
	background: #fff;
	position: absolute;
	margin-top: 3px;
	left: 0;
	right: 0;
	width: 450px;
	border-radius: 25px;
	z-index: 2;
	padding: 15px 25px 20px;
    box-shadow: 0 2px 15px rgba(0, 0, 0, .2);
	display: none;
}
.search_modal ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.search_modal .row_search{
	margin-bottom: 14px;
	position: relative;
}
.search_modal .row_search .more_row{
	position: absolute;
	right: 0;
	top: 3px;
}
.search_modal .row_search:last-child{
	margin-bottom: 0;
}
.search_modal .row_search .titl_row{
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 8px;
}
.search_modal .row_search .titl_row span{
	font-size: 14px;
	color: #848480;
	font-weight: normal;
	display: block;
}
.search_modal .row_search ul li{
	margin-bottom: 8px;
	line-height: 1.4;
}
.search_modal .row_search ul li:last-child{
	margin-bottom: 0;
}
.login_mob{
	text-align: center;
	margin-bottom: 38px;
}
.login_mob p{
	color: #fff;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: bold;
	color: #171717;
	margin-bottom: 5px;
}
.login_mob a{
	margin: 0 8px;
	position: relative;
	padding: 3px;
	top: -1px;
}
.login_mob a.twitter{
	top: 2px;
}
.login_mob a:hover, header .login a:hover{
	opacity: 0.7;
}




header.authoriz .user{
	margin-right: 0;
	margin-left: auto;
	text-align: right;
	z-index: 1;
	width: 100px;
}
header.authoriz .user a.btn-entry{
	border: 1px solid #fff;
	border-radius: 4px;
	color: #fff;
	padding: 2px 15px;
	margin-top: 3px;
}
header.authoriz .user a.btn-entry:hover{
	color: #000;
	background: #fff;
}
header.authoriz .user a.btn-entry svg{
	-webkit-transition: all 1s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
header.authoriz .user a.btn-entry:hover svg{
	fill: #000;
}



header.authoriz .user .dropdown-menu a{
	font-size: 13px;
}
header.authoriz .user .dropdown-menu a.exid{
	text-align: right;
}
header.authoriz .user .dropdown-menu hr{
	margin-top: 0.7rem;
    margin-bottom: 0.7rem;
}
header.authoriz .user a{
	outline: none !important;
	/*border: 0 !important;
	box-shadow: none !important;*/
}
header.authoriz .user img.user_img{
	width: 100%;
	height: auto;
	max-width: 37px;
	border-radius: 50%;
	max-height: 44px;
}
header.authoriz .user .dropdown > a{
	-webkit-transition: all 1s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
	padding: 0;
}
header.authoriz .user .dropdown > a:hover{
	opacity: 0.8;
}
header.authoriz .user .hello{
	display: none;
}
header.authoriz .menu{
	text-align: right;
	right: 1px;
	width: 60px;
	z-index: 5;
}
header.authoriz .menu .navbar-collapse{
	top: 15px;
    right: 1px;
	left:auto;
	position: absolute;
}

header.authoriz .search_h .btn-search img{
	position: relative;
	top: -1px;
}
header.authoriz .search_h .form_search.active{
	right: -100px;
	z-index: 6;
}

.user_admin .row_forms{
	
}
.user_admin .row_forms .title{
	text-align: center;
	font-size: 24px;
	margin-bottom: 22px;
	line-height: 1.4;
}
.user_admin .row_forms .tab{
	margin: 0 auto 40px;
}
.user_admin .row_forms .tab .label, .user_admin .row_forms .tab label{
	display: block;
	margin-bottom: 18px;
}
.user_admin .row_forms .tab .label:last-child, .user_admin .row_forms .tab label:last-child{
	margin-bottom: 0px;
}
.user_admin .row_forms .tab label > span, .user_admin .row_forms .tab .label > span{
	font-size: 14px;
	width: auto;
	text-align: left;
	display: block;
	margin-bottom: 10px;
	font-weight: bold;
}
.user_admin .row_forms .tab label input{
	display: block;
	width: 100%;
	max-width: 100%;
}
.user_admin .row_forms .tab label input[type="file"]{
	border: 0;
	padding: 0;
	border-radius: 0;
}
.user_admin .row_forms .tab .avatar img{
	border-radius: 50%;
}
.user_admin .row_forms .tab .avatar{
	margin-bottom: 10px;
}
.user_admin .row_forms .tab .file-label{
	display: inline-block;
	border: 1px solid #ccc;
	color: #333;
	border-radius: 3px;
	background: #f1f1f2;
	padding: 3px 15px;
	cursor: pointer;
	-webkit-transition: all 1s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
	margin: 0;
	font-size: 13px;
}
.user_admin .row_forms .tab .file-label:hover{
	background: #e9e9e9;
}
.user_admin .row_forms .tab span.checkbox__text{
	font-weight: normal;
}
.user_admin .row_forms .tab label:last-child span.checkbox__text{
	margin-bottom: 0;
}
.user_admin .row_forms .tab p:last-child{
	margin-bottom: 0;
}
.user_admin .row_forms .tab.grey{
	margin-top: 60px;
	background: #fafafa;
}
.btn-over{
	padding: 4px 15px;
}




.like{
	width: 40px;
	height: 60px;
	border: 1px solid #ff000040;
	text-align: center;
	border-radius: 5px;
	padding: 3px;
	color: red;
	position: relative;
	top: 7px;
	margin-right: 0;
	margin-left: auto;
	cursor: pointer;
}
.like.active{
	background: white;
	color: #f00
}
.like.active:before{
	background: url(/img2/like.png) top right no-repeat;
}
.like:before{
	content: "";
	display: block;
	width: 24px;
	height: 24px;
	background: url(/img2/like.png) top left no-repeat;
	margin: 2px auto 2px;
	-webkit-transition: all 1s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.btn-comments{
	border-radius: 8px;
	padding: 5px 13px 4px 43px;
	position: relative;
	color: #a3a3a3;
	font-size: 13px;
	border: 1px solid #ccc;
}
.btn-comments:hover{
	border: 1px solid #7f7f7f !important;
	color: #7f7f7f;
}
.btn-comments:before{
	content: "";
	background: url(/img2/comm.png) no-repeat;
	width: 20px;
	height: 18px;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 13px;
	margin: auto;
	background-size: cover;
}
.btn-request{
	border-radius: 8px;
	padding: 5px 13px 4px 13px;
	position: relative;
	color: #a3a3a3;
	font-size: 13px;
	border: 1px solid #ccc;
}
.btn-request:hover{
	border: 1px solid #91bc47 !important;
	background: #91bc47;
	color: #fff;
}
.btn-dots{
	padding: 15px 8px;
}
.btn-dots i{
	width: 4px;
	height: 4px;
	background: #666;
	display: block;
	position: relative;
}
.btn-dots i:before, .btn-dots i:after{
	content: "";
	width: 4px;
	height: 4px;
	background: #666;
	display: block;
	position: absolute;
	top: -9px;
}
.btn-dots i:after{
	top: auto;
	bottom: -9px;
}

.row_forms .tab{
	background: #fff;
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.2);
    border-radius: 4px;
	padding: 28px 25px 30px;
	text-align: left;
	margin-bottom: 30px;
}
.row_forms .tab .text{
	margin-bottom: 25px;
}
.row_forms .tab p{
	font-size: 14px;
}
.row_forms .tab h4{
	font-size: 16px;
	margin-bottom: 15px;
	font-weight: bold;
}
.row_forms .tab ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.row_forms .tab ul li{
	font-size: 15px;
	padding-left: 20px;
	position: relative;
}
.row_forms .tab ul li i{
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: #91bd47;
	position: absolute;
	left: 0;
	top: -1px;
	bottom: 0;
	margin: auto;
}
.row_forms label > span{
	display: none;
}
.row_forms label > span.checkbox__text{
	display: block;
	width: auto !important;
	font-size: 14px;
	text-align: left;
}
.row_forms .tab label:last-child, .row_forms .tab label:last-child > input, .row_forms .tab label:last-child > select{
	margin-bottom: 0;
}
.row_forms .bt{
	margin-top: 15px;
	text-align: center;
}
.row_forms .bt button{
	width: 196px;
}
.registration .row_forms .tab{
	margin: 0 auto 30px;
}
.registration .row_forms .tab{
	max-width: 640px;
}
.registration .row_forms label > span{
	width: 132px;
}
.registration .row_forms p{
	margin-bottom: 20px;
}
.author{
	margin-bottom: 15px;
}
.author .author_img img{
	width: 100%;
	max-width: 33px;
	height: auto;
	border-radius: 50%;
	
	width:33px;
	height:33px;
}
.author .author_img{
	margin-right: 3px;
	display: inline-block;
	vertical-align: middle;
}
.author p{
	margin: auto 10px;
}
.author .name{
	font-size: 18px;
	font-weight: bold;
	display: inline-block;
	vertical-align: middle;
}
.author .name a{
	text-decoration: none;
	color: #333;
}
.author .position{
	margin-left: 0;
	margin-top: 5px;
}
.title_main{
	text-align: center;
	font-size: 26px;
	font-weight: bold;
	margin-bottom: 28px;
}


footer{
	margin-top: 60px;
	padding-top: 25px;
	border-top: 3px solid #ECE7E7;
	padding-bottom: 25px;
}
footer p{
	margin: 0;
}
footer .copy{
	text-align: center;
}
.role{
	margin-bottom: 18px;
}
.rl{
	display: inline-block;
	padding: 1px 15px;
	border-radius: 35px;
	line-height: 24px;
	background: #f1f1f1;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	margin-right: 10px;
}
.rl.developer{
	background: #3f66f4;
}
.rl.author{
	background: #52af5f;
	margin-bottom: 0;
}
header.authoriz .logo {
    text-align: left;
    
    z-index: 3;
}
header.authoriz .user_dropdown{
	top: -1px;
}
.shareIt{
	text-transform: uppercase;
	color: #8a2779;
	font-weight: bold;
}
.shareIt span{
	margin-right: 8px;
}
.shareIt a{
	text-decoration: none;
	margin-left: 10px;
}
.shareIt a svg{
	fill: #8a2779;
	width: 30px;
	height: auto;
}
.shareIt a:hover svg{
	opacity: 0.8;
}

.modal.authorization .modal-content{
	padding: 40px 20px 40px;
}
.modal.authorization button.close, .modal.registration button.close{
	display: inline-block;
	padding: 7px;
	position: absolute;
	top: 5px;
	right: 10px;
	z-index: 5;
}
.modal.authorization button.close span, .modal.registration button.close span{
	font-size: 40px;
}
.modal.authorization .title{
	font-size: 24px;
	font-weight: bold;
	line-height: 1.4;
}
.modal.authorization .btns{
	max-width: 200px;
}
.modal.authorization .btns .titl{
	font-weight: 600;
}
.modal.authorization .btns .btn{
	border: 1px solid #ccc;
	padding: 0 10px;
	line-height: 36px;
	width: 80px;
	margin-right: 8px;
	margin-bottom: 13px;
	-webkit-transition: all 1s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.modal.authorization .btns .btn-vk svg{
	fill: #fff;
	width: 30px;
	height: 30px;
}
.modal.authorization .btns .btn-fb svg{
	fill: #fff;
	width: 30px;
	height: 30px;
	position: relative;
	bottom: -3px;
}
.modal.authorization .btns .btn-vk{
	background: #0a76c2;
	border-color: #0a76c2;
}
.modal.authorization .btns .btn-fb{
	background: #3b5998;
	border-color: #3b5998;
}
.modal.authorization .btns .btn-g img{
	width: 26px;
	height: 26px;
}
.modal.authorization .btns .btn-ya img{
	width: 60px;
	height: auto;
}
.modal.authorization .btns .btn:hover{
	opacity: 0.8;
}
.modal.registration{
	
}
.modal.registration .modal-content{
	padding: 50px 20px;
}
.modal.registration .title{
	position: relative;
	padding-left: 70px;
	font-size: 20px;
    font-weight: bold;
    line-height: 1.4;
	margin-bottom: 40px;
}
.modal.registration .title img{
	position: absolute;
	left: 0;
	top: -3px;
	bottom: 0;
	margin: auto;
}
.modal.registration label{
	margin-bottom: 20px;
}
.modal.registration label select {
	margin-top: 4px;
    display: block;
    border-radius: 35px;
    border: 1px solid #c3c3c3;
    padding: 8px 15px 7px 15px;
    color: #848480;
    outline: none !important;
    width: 100%;
    max-width: 100%;
    margin: 6px 0 0px;
    font-size: 14px;
    height: 42px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url(../img/select.jpg) no-repeat 95% center;
}
label .checkbox__text:before {
    content: '';
    position: absolute;
    top: -1px;
    left: 0;
    bottom: 0;
    margin: auto;
    width: 16px;
    height: 16px;
    border-radius: 4px;
    background: #fff;
    border: 1px solid #c3c3c3;
}
label .checkbox__text:after {
    content: '';
    position: absolute;
    top: -1px;
    bottom: 0;
    margin: auto;
    left: 2px;
    width: 12px;
    height: 10px;
    background: url(/img/ok.png) no-repeat center center;
    z-index: 2;
    opacity: 0;
}
.modal.registration label > span.checkbox__text {
    display: block;
    width: auto !important;
    font-size: 14px;
    text-align: left;
	font-weight: normal;
	position: relative;
    cursor: pointer;
    padding-left: 27px;
	line-height: 1.4;
}
label .checkbox:checked + .checkbox__text:after {
    opacity: 1;
}
.text_politic{
	text-align: left;
	font-size: 12px;
	color: #9f9e9e;
}
.modal.registration .btn{
	width: 140px;
	margin-top: auto;
}
.modal.registration .text{
	margin-bottom: 20px;
}
.modal.registration .text p.titl{
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 14px;
}
.modal.registration .text p{
	margin-bottom: 0;
}

.promokody .tab_product{
	padding-top: 15px;
	padding-bottom: 18px;
}
.promokody .pr_title{
	margin-bottom: 3px
}
.promokody .pr_podp{
	color: #a2a2a2;
	font-size: 13px;
	font-weight: 600;
	margin-bottom: 5px;
}
.promokody .pr_podp a{
	color: #a2a2a2;
	text-decoration: none;
}
.promokody .pr_desc{
	color: #000;
	font-size: 15px;
	font-weight: 400;
	margin-bottom: 15px;
}
.promokody .options .titl{
	display: block;
	margin-bottom: 4px;
}
.promokody .options .ok{
	font-weight: 600;
	color: #000;
}
.promokody .options .ok:before{
	content: "";
	display: inline-block;
	vertical-align: middle;
	margin-right: 7px;
	background-image: url(/img/ok_green.png);
	width: 23px;
	height: 23px;
	background-size: cover;
	position: relative;
	top: -2px;
}
p.no:before{
	content: "";
	display: inline-block;
	vertical-align: middle;
	margin-right: 7px;
	background-image: url(/img/icon-x.png);
	width: 23px;
	height: 23px;
	background-size: cover;
	position: relative;
	top: -2px;
}

.promokody span.no:before{
	content: "";
	display: inline-block;
	vertical-align: middle;
	margin-right: 7px;
	background-image: url(/img/icon-x.png);
	width: 23px;
	height: 23px;
	background-size: cover;
	position: relative;
	top: -2px;
}

.promokody .options .bl_l{
	margin-bottom: 12px;
}
.promokody .pr_info_main{
	margin-bottom: 25px;
}
.promokody .btn-like{
	padding: 8px 30px 5px 25px;
}
.promokody .tab_product .img{
	margin-bottom: 20px;
}
.promokody .promo_main{
	position: relative;
	max-width: 280px;
	margin: auto;
}
.promokody .promo_main .tab{
	background: #ff0066;
	border-radius: 5px;
	padding: 9px 5px 14px;
	position: relative;
	margin-top: 37px;
}
.promokody .promo_main .tab:after{
	content: "";
	width: 30px;
	height: 18px;
	background: url(/img2/angle.png);
	background-size: cover;
	position: absolute;
	top: 0;
	left: 0;
}
.promokody .promo_main .sale{
	font-size: 28px;
	font-weight: 600;
	color: #fff;
	margin-right: 15px;
	line-height: 1;
	position: relative;
}
.promokody .promo_main .activ a{
	text-transform: uppercase;
	font-weight: 600;
	color: #fff;
	text-decoration: underline;
	padding: 0;
	margin-bottom: 6px;
}
.promokody .promo_main .activ a:hover{
	text-decoration: none;
}
.promokody .promo_main .activ .promo_num{
	width: 134px;
	padding: 6px 5px;
	background: #fff;
	text-transform: uppercase;
	border-radius: 6px;
	line-height: 1;
	text-align: center;
}
.promokody .promo_main .activ .promo_num .none{
	font-size: 12px;
}
.promokody .promo_main:before{
	content: "промокод";
	display: block;
	background: #000;
	color: #fff;
	padding: 6px 20px 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	position: absolute;
	top: -32px;
	left: 0;
	font-size: 12px;
}
.promokody .img .bt{
	margin-top: 15px;
}
.promokody .bnt-more{
	width:auto;
	font-weight: bold;
	box-shadow: 0 4px 8px rgba(0, 0, 0, .2);
}
.promokody small{
	color: black;
	display: block;
	font-size: 14px;
	max-width: 240px;
	margin: auto;
	margin-top: 10px;
	padding: 0 10px;
	line-height: 1.4;
}
.promokody .bt_promo{
	text-align: center;
}
.promokody small{
	text-align: center;
}
.btn-like{
	border: 2px solid red;
	border-radius: 35px;
	color: red !IMPORTANT;
	font-size: 12px;
    font-weight: bold;
	text-transform: uppercase;
	padding: 10px 15px 7px 15px;
	background: #fff;
	position: relative;
}
.btn-like i{
	background: url(/img2/like.png) no-repeat top left;
	width: 24px;
    height: 24px;
	display: inline-block;
	vertical-align: middle;
	margin: 0 3px;
	position: relative;
	top: -2px;
	-webkit-transition: all 1s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	transition: all 0.3s ease;
	
}
.btn-like:hover{
	background: #fcf2f2;
}
.btn-like.active{
	color: #f00 !important;
	background: white;
}
.btn-like.active i{
	background-position: top right;
}
.btn-like span.count{
	font-size: 16px;
}
.btn-like span.users{
	position: absolute;
	right: 20px;
	top: -1px;
	bottom: 0;
	margin: auto;
	height: 34px;
	display: none;
}
.btn-like span.users img{
	position: absolute;
	width: 34px;
	height: auto;
	border-radius: 50%;
}
.btn-like span.users img.user1{
	
}
.btn-like span.users img.user2{
	right: -55px;
}
.btn-like span.users img.user3{
	right: -75px;
}
.promokody .tab_product .btn-green{
	width: 195px;
}


.modalSales{
	text-align: center;
	color: #fff;
}
.modalSales button.close{
	position: absolute;
	top: 15px;
	right: 20px;
}
.modalSales .modal-content{
	border-radius: 20px;
	padding-top: 35px;
	padding-bottom: 30px;
}
.modalSales .modal-content .text{
	margin-bottom: 25px;
	font-size: 16px;
}
.modalSales .modal-content .text p:last-child{
	margin-bottom: 0;
}
.modal_form input[type="text"]{
	background: #fff;
	border: none;
	border-radius: 20px;
	padding: 0 15px;
	line-height: 50px;
	height: auto;
	margin-top: 0;
	font-size: 15px;
	margin-bottom: 15px;
}
.modal_form .btn-yellow{
	height: auto;
	width: 100%;
	max-width: 230px;
	display: block;
	text-align: centet;
	color: #000;
	padding: 14px 15px 11px;
	background: #ffba00;
	font-size: 16px;
	text-transform: uppercase;
	font-weight: bold;
	border: 0;
	border-radius: 20px;
	margin: auto;
}
.modal_form .btn-yellow:hover{
	background: #ebac03;
}
.modal_form{
	margin-bottom: 25px;
}
.bottom_text button.btn{
	font-size: 15px;
	color: #8c8e8c;
	text-decoration: underline;
	
}
.bottom_text button.btn:hover{
	text-decoration: none;
	color: #8c8e8c;
}


.timerSale{
	border-radius: 35px;
	background: #f6f5fa;
	position: relative;
	max-width: 280px;
	padding: 10px 0 10px 42px;
}
.timerSale:before{
	content: "";
	background: url(/img/clock.svg) no-repeat;
	width: 21px;
	height: 21px;
	background-size: cover;
	position: absolute;
	left: 16px;
	top: 0;
	bottom: 0;
	margin: auto;
}
.timerSale .tab{
	padding: 0 8px
}
.timerSale .tab span, .timerSale .tab i{
	display: block;
	text-align: center;
	line-height: 1;
	font-size: 13px;
}
.timerSale .tab span{
	font-size: 17px;
	margin-bottom: 4px;
}



.email_bl {
    position: relative;
}
.validEmail {
    right: 20px;
    top: 1px;
    bottom: 0;
    margin: auto;
    position: absolute;
    width: 16px;
    height: 16px;
    z-index: 3;
}

body{
	overflow-x:hidden;
}


header .logo_bl {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 2px;
    margin-left: 0;
    margin-right: auto;
    z-index: 5;
	padding-left: 15px;
	padding-right: 15px;
	position: relative;
}
header .logo {
    font-size: 22px; /*25*/
    font-weight: bold;
    text-transform: uppercase;
    position: relative;
	color: #fff;
	margin-right: 8px;
}
header .logo i{
	display: inline-block;
	font-style: normal !important;
	position: relative;
	padding-left: 8px;
	margin-left: 2px;
	text-transform: none;
	font-size: 16px;
	font-weight: normal;
	top: -1px;
}
header .logo i:after{
	content: "";
	width: 1px;
	height: 100%;
	background: #fff;
	left: 0;
	top: 0;
	bottom: 0;
	position: absolute;
	display: block;
	height: 25px;
	margin: auto;
}

header .logo a{
	color: #fff;
	text-decoration: none !important;
}
header .logo_bl .dropdown{
	position: static !important;
}
header .drop_bl .btn {
    padding-left: 0;
    padding-right: 0;
    color: #fff;
    font-size: 16px; /* 20 */
	padding-top: 0;
	padding-bottom: 0;
	height: 24px;
}
header .drop_bl .dropdown-toggle::after {
    position: relative;
    top: 2px;
}
header .drop_bl .dropdown-menu {
    margin: auto;
    border-radius: 0;
    box-shadow: 0 2px 4px rgba(0, 0, 0, .2);
}
header .drop_bl .dropdown-menu .dropdown-item {
    width: 270px;
    font-size: 15px;
    white-space: normal;
}
header .drop_bl .dropdown-menu .titl {
    padding: 0;
    margin-bottom: 0;
    font-size: 18px;
    font-weight: 600;
    color: black;
}
header .drop_bl .dropdown-menu .dropdown-item {
    width: 270px;
    font-size: 15px;
    white-space: normal;
	padding-top: 7px;
	padding-bottom: 10px;
}
header .drop_bl .dropdown-menu a{
	text-decoration: none !important;
}
header .drop_bl .dropdown-menu a .inf{
	font-size: 13px;
	color: grey;
	line-height: 1.3;
	display: block;
}
header .menu{
	top: 4px;
}
header.authoriz .user{
	display: block;
	width: 100%;
}
header .search_h{
	right: 55px;
	top: 3px;
}
header.authoriz .search_h .form_search.active{
	left: 0;
	margin: auto;
}







@media (min-width: 355px) {
	header.authoriz .user{
		width: auto;
		height: 34px;
		position: absolute;
		top: 0;
		bottom: 0;
		right: 33px;
	}
	header.authoriz .menu{
		top: 0;
		bottom: 0;
		margin: auto;
		height: 22px;
	}
	header .search_h{
		right: 112px;
	}
	header .search_h
	header.authoriz .search_h .form_search.active{
		right: -240px;
	}
}



@media (min-width: 400px) {
	.search_modal .row_search .titl_row span{
		display: inline-block;
	}
	header .search_h .form_search.active{
		width: 100%;
	}
	header.authoriz .user{
		right: 40px;
	}
	header.authoriz .search_h{
		right: 142px;
	}
	header.authoriz .search_h .form_search.active{
		right: -250px;
	}
	
}
@media (min-width: 576px) {
	.modal.authorization .btns{
		max-width: 100%;
		text-align: left;
	}
	.modal.authorization .modal-content{
		text-align: center;
		padding: 40px;
	}
	.modal.registration .modal-content{
		padding: 50px 40px;
	}
	.modal.registration .title{
		font-size: 24px;
	}
	.modal_form input[type="text"]{
		margin-bottom: 0;
	}
	.modal_form .input_bl{
		padding-right: 5px;
	}
	.modal_form .btn_bl{
		padding-left: 5px;
	}
	.modalSales .modal-content{
		padding-left: 35px;
		padding-right: 35px;
	}
	.modalSales .modal-dialog{
		max-width: 600px;
	}
	.modal_form{
		margin-bottom: 20px;
	}
}

@media (min-width: 768px) {
	header .logo_bl{
		padding-right: 0;
	}
	header .logo{
		
	}

	
	header .search_h{
		max-width: 260px;
		right: 471px;
		top: -1px;
	}
	.search_modal .row_search .titl_row span{
		display: block;
	}
	header .search_h .form_search{
		right: 0;
	}
	header .search_h .form_search.active{
		width: 100%;
	}

	
	
	.title_bl p.title, .title_bl h1.title{
		font-size: 36px;
	}
	.main .title_bl p{
		font-size: 18px;
	}
	footer{
		padding-top: 28px;
	}
	footer .copy{
		text-align: left;
	}
	footer .copy p br{
		display: none;
	}
	footer .social{
		text-align: right;
	}
	footer .social a{
		display: inline-block;
		vertical-align: middle;
		margin-left: 30px;
		position: relative;
		top: -1px;
	}
	footer .social a:hover{
		opacity: 0.8;
	}
	footer .social a.fb{
		top: -2px;
	}
	.news .show_all{
		position: relative;
	}
	.news .show_all a{
		display: inline-block;
		position: absolute;
		top:-49px;
		right: 0;
		font-size: 13px;
		font-weight: bold;
		color: #81ab3a;
	}
	.news .show_all a img{
		display: inline-block;
		vertical-align: middle;
		margin-left: 7px;
		position: relative;
		top: -1px;
	}
	.news .show_all a:hover{
		text-decoration: underline;
	}
	.reviews .title_bl{
		text-align: left;
	}
	.reviews .title_bl p.title{
		text-align: left;
		display: inline-block;
		vertical-align: middle;
		position: relative;
		left: -20px;
		top: 5px;
		margin-right: 20px;
	}
	.reviews .info{
		width: 246px;
		display: inline-block !important;
		vertical-align: middle;
		text-align: left;
		font-size: 13px;
	}
	.reviews_sl{
		margin-top: 70px;
	}
	.reviews_sl .owl-nav{
		right: -10px;
		left: auto;
		top: -122px;
	}
	.modal-content{
		padding: 20px 40px;
	}
	
	
	header.authoriz .user{
		padding-left: 0;
	}
	header.authoriz .search_h{
		right: 128px;
		top: 3px;
		z-index: 2;
	}
	header.authoriz .search_h .form_search.active{
		right: 18px;
		left: auto;
	}
	
	
	.like{
		width: 70px;
		height: 40px;
		text-align: center;
		display: flex;
		align-items: center;
		font-size: 18px;
	}
	.like:before{
		display: inline-block;
		vertical-align: middle;
		margin: 0 5px;
	}
	.like span{
		position: relative;
		top: 0px;
		margin: 0 1px;
	}
	.row_forms .tab{
		padding: 30px 35px 32px;
	}
	.row_forms label > span{
		display: inline-block;
		vertical-align: middle;
		width: 120px;
		font-size: 14px;
		text-align: right;
		margin-right: 15px;
	}
	.row_forms .pass label > span{
		width: 140px;
	}
	.row_forms label input, .row_forms label select{
		display: inline-block;
	}
	.row_forms .tab .text{
		margin-bottom: 25px;
	}
	.modal.authorization .modal-dialog{
		max-width: 800px;
	}
	.modal.authorization .img_bl img{
		width: 100%;
		height: auto;
		max-width: 364px;
		margin-bottom: 0;
		margin-top: auto;
		position: relative;
		left: -15px;
	}
	.modal.authorization .btns{
		padding-bottom: 32px;
	}
	.modal.authorization .btns .btn:last-child{
		margin-right: 0;
	}
	.modal.authorization .text_bl{
		padding-left:0;
	}
	.modal.authorization .modal-content{
		padding-bottom: 0;
	}
	
}

@media (min-width: 992px) {
	header.authoriz .user_dropdown{
		top: -6px;
	}
	header .logo img{
		width: 146px;
	}
	header.authoriz .menu{
		height: auto;
		width: 100%;
		z-index: 1;
		margin-left: 0;
	}
	header.authoriz .menu .navbar-collapse{
		top: 0;
		right: auto;
		position: relative;
	}
	header.authoriz .user .dropdown-menu a{
		font-size: 12px;
	}
	header .menu nav{
		margin-left: auto;
		margin-right: 0;
	}
	header .menu .navbar-collapse{
		border: 0;
		margin-top: 2px; 
	}
	header .menu .navbar-nav{
		background: none;
		box-shadow: none;
		width: 100%;
		padding: 0;
		margin-left: auto;
		margin-right: 0 !important;
	}
	header .menu .navbar-nav li{
		border-bottom: 0;
		margin-left: 30px;
	}
	header .menu{
		margin: 0;
		position: relative;
		text-align: right;
	}
	header .menu .navbar-collapse{
		toP: 1px;
		left: 0;
	}
	header .menu .nav-link{
		padding: 3px;
		color: #fff !important;
		font-size: 13px;
		font-weight: bold;
		text-transform: uppercase;
		padding-left: 0 !important;
		padding-right: 0 !important;
		position: relative;
	}
	header .menu .nav-link:after {
		display: block;
		content: "";
		height: 2px;
		width: 0%;
		background-color: #fff;
		transition: width .3s ease-in-out;
		position: absolute;
		bottom: -1px;
	}
	header .menu .nav-link:hover,
	header .menu .nav-link:after{
		color: #fff;
	}
	header .menu .nav-link:hover:after,
	header .menu .nav-link:focus:after{
		width: 100%;
	}
	header .menu .nav-link.active:after{
		width: 100%;
	}
	header .menu .nav-link span{
		display: inline-block;
		width: 0;
		height: 0;
		border: 4px solid transparent;
		border-top-color: #fff;
		border-bottom: 0;
		vertical-align: middle;
		position: relative;
		top: -1px;
		margin-left: 3px;
	}
	header .menu .navbar-collapse{
		top: 0;
	}
	header .menu .navbar-nav li{
		margin-left: 30px;
	}
	header.authoriz .logo{
		font-size: 25px;
		margin-right: 7px;
	}
	header .drop_bl .btn{
		font-size: 18px;
	}
	header.authoriz .menu{
		z-index: 2;
	}
	header.authoriz .user{
		width:  100%;
	}
	footer{
		margin-top: 80px;
	}

	.home .news .tab .bt a{
		position: relative;
		bottom: auto;
		right: auto;
	}
	.news .foot{
		margin-top: 20px;
		position: absolute;
		bottom: 20px;
		width: 100%;
	}
	.news .date{
		text-align: right;
		line-height: 34px;
		color: #5e5e5d;
		font-size: 13px;
	}
	.news .tab{
		max-width: 100%;
		height: 100%;
		position: relative;
	}
	.reviews{
		padding: 50px 0 58px;
	}
	.reviews .info{
		width: 395px;
	}
	.reviews .title_bl p.title{
		left: 0;
		margin-right: 60px;
	}
	.reviews_sl .owl-nav{
		right: 0;
	}
	.reviews .quotes{
		left: -940px;
		margin: auto;
		right: 0;
		width: 173px;
		top: -26px;
	}
	.reviews .title_bl p.title{
		margin-right: 80px;
	}
	
	header .search_h{
		right: 480px;
		top: 4px;
		margin: auto;
		height: 34px;
		max-width: 280px;
	}
	header .search_h > a{
		display: none;
	}
	header .search_h .form_search{
		/*display: block;
		opacity: 1;
		width: 100%;*/
	}
	
	
	header.authoriz .user{
		padding-left: 15px;
		padding-top: 4px;
	}
	header.authoriz .user img.user_img{
		max-width: 44px;
	}
	header.authoriz .search_h{
		right: 553px;
		top: 3px;
	}
	header.authoriz .search_h{
		max-width: 280px;
	}
	header.authoriz .search_h .form_search.active{
		right: -186px;
	}
	.row_forms .tab{
		max-width: 610px;
	}
	header.authoriz .user a.btn-entry{
		margin-top: 1px;
		padding: 3px 15px 2px;
	}
	header.authoriz .user a.btn-entry svg{
		position: relative;
		top: -2px;
	}
	.bottom_text button.btn{
		font-size: 15px;
	}
	header.authoriz .user{
		right: 0;
	}
	
	header .logo i{
		font-size: 18px;
		padding-left: 12px;
	}
	.modalSales .modal-content{
		padding-top: 25px;
		padding-bottom: 20px;
	}
	header .logo_bl .dropdown{
		margin-left: 0;
		margin-right: auto;
	}
}

@media (min-width: 1200px) {
	header{
		padding: 10px 0;
	}

	.home .news .tabs > div{
		flex: 0 0 30.5%;
	}
	.home .news .tabs > div.biggest{
		flex: 0 0 39%;
		max-width: 39%;
	}
	header .search_h{
		top: 1px;
		right: 500px;
	}
	header .search_h .form_search{
		display: block;
		opacity: 1;
		width: 100%;
	}
	header .search_h .form_search, header .search_h{
		max-width: 360px;
	}
	header .search_h .form_search input{
		height: 37px;
	}
	header .search_h .form_search button{
		height: 31px;
	}
	.search_modal .row_search .titl_row span{
		display: inline-block;
	}
	.news .tab .text{
		position: static;
	}
	.news .tab .bt{
		bottom: 22px;
		right: 20px;
	}
	
	header.authoriz .menu{
		padding-right: 0;
	}
	header .menu .navbar-collapse{
		margin-top: 3px;
	}
	header.authoriz .search_h{
		right: 603px;
		top: 0px;
	}
	header.authoriz .search_h{
		max-width: 280px;
	}
	.row_forms .tab{
		max-width: 730px;
	}
	
	
	
	
	.timerSale{
		width: 100%;
		max-width: 320px;
	}
	.timerSale:before{
		width: 31px;
		height: 31px;
		left: 18px;
	}
	.timerSale{
		padding-left: 56px;
	}
	.timerSale .tab{
		padding: 0 10px;
	}
}
