@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,400i,500,700,900&subset=cyrillic');


@font-face {
  font-family: 'solid';
  src:  url('../fonts/solid.eot?c0qk6s');
  src:  url('../fonts/solid.eot?c0qk6s#iefix') format('embedded-opentype'),
    url('../fonts/solid.ttf?c0qk6s') format('truetype'),
    url('../fonts/solid.woff?c0qk6s') format('woff'),
    url('../fonts/solid.svg?c0qk6s#solid') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'solid' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

input .nc_bbcode_smile{
	min-width:22px;
}


.icon-avatar_ic:before {
  content: "\e900";
  color: #abafb5;
}
.icon-cart:before {
  content: "\e901";
}
.icon-comment:before {
  content: "\e902";
}
.icon-down:before {
  content: "\e903";
}
.icon-eye:before {
  content: "\e904";
}
/*
.icon-fb:before {
  content: "\e905";
}*/
.icon-google:before {
  content: "\e906";
}
.icon-in:before {
  content: "\e907";
}
.icon-left:before {
  content: "\e908";
}
.icon-like:before {
  content: "\e909";
}
.icon-load:before {
  content: "\e90a";
  color: #44474c;
}
.icon-login:before {
  content: "\e90b";
  color: #fff;
}
.icon-ok:before {
  content: "\e90c";
}
.icon-pdf:before {
  content: "\e90d";
}
.icon-pencil:before {
  content: "\e90e";
}
.icon-right:before {
  content: "\e90f";
}
.icon-search:before {
  content: "\e910";
}
.iconn-help:before {
  content: "\003F";
}

.icon-search_ic_big:before {
  content: "\e911";
  color: #fff;
}
.icon-share:before {
  content: "\e912";
}
.icon-sub_ic:before {
  content: "\e913";
}
.icon-triangle .path1:before {
  content: "\e914";
  color: rgb(196, 205, 209);
}
.icon-triangle .path2:before {
  content: "\e915";
  margin-left: -1em;
  color: rgb(249, 61, 77);
}
.icon-tw:before {
  content: "\e916";
}
.icon-up:before {
  content: "\e917";
}
.icon-vk:before {
  content: "\e918";
}
.icon-yt:before {
  content: "\e919";
}
.icon-tg:before {
  content: url(/images/solid2/img/telegram_icon7.png);
}


@media print {
.noprint{
display: none;
}
.header2{
font-size: 38px;	
}
h1.sm{
	font-size: 28px;
}
.annonce{
font-size: 24px;	
}
.card-text p{
	font-size: 20px;
}
/*.inside-content{
display:block;
}*/
}


body {
	padding:0; 
	margin:0;
	font-size: 14px;
	line-height: 18px;
	color: #2b2e31;
	background:#fff;
	font-family: 'Roboto', sans-serif;
	min-width:320px;
}
h1 {
    font-size: 14px;
    font-weight: bold;
    color: #2b2e31;
    text-transform: uppercase;
    margin: 0 0 30px;
}
h1 span {
    display: inline-block;
    border-bottom: 2px #f93d4d solid;
    padding-bottom: 7px;
}
h1:after {
	content: "";
	display: block;
	height: 1px;
	width: 100%;
    border-bottom: 1px #dbdee4 solid;
}
h2 {
    font-size: 14px;
    font-weight: bold;
    color: #2b2e31;
    text-transform: uppercase;
    margin: 0 0 30px;
}
h2 span {
    display: inline-block;
    border-bottom: 2px #f93d4d solid;
    padding-bottom: 7px;
}
h2:after {
	content: "";
	display: block;
	height: 1px;
	width: 100%;
    border-bottom: 1px #dbdee4 solid;
}
h3 {
	margin: 0 0 30px;
	font-size: 24px;
	color: #000;
}

a {
	color: #000;
	text-decoration:none;
    transition: all ease 0.4s;
}
a:hover {
	color: #000;
	text-decoration: none;	
}
img {
	border:0;
}
p {
	margin:0px;
	font-size: 17px;
	line-height: 26px;
	/*font-size: 14px;
	line-height: 16px;*/
	color: #454545;
	-webkit-text-size-adjust:none;
	-ms-text-size-adjust:none;
	max-height:99999px;
	
	
}
hr {
	padding:0px;
}
ul    {
	list-style:none; 
	margin:0; 
	padding:0;
}
.clear {
	clear:both;
}
input:focus, textarea:focus, select:focus, 
div, h3, button, button:focus, a:focus {
	outline:none;
}
input[type="text"] {
	position: relative;
	font-size: 14px;
	color: #000000;
	width: 100%;
	background: #fff;
	border: #eeeef1 1px solid;
	padding: 9px 15px;
	transition: all ease 0.4s;
	box-sizing: border-box;
	height: 40px;
	line-height: 40px;
	font-family: 'Roboto', sans-serif;
}
input[type="text"].error {
	border: #ea6a6a 1px solid;
}
.modal-body ::-webkit-input-placeholder {color:#a9a9a9;}
.modal-body ::-moz-placeholder          {color:#a9a9a9;}/* Firefox 19+ */
.modal-body :-moz-placeholder           {color:#a9a9a9;}/* Firefox 18- */
.modal-body :-ms-input-placeholder      {color:#a9a9a9;}

input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
	color: transparent;
}
input[type="text"]:disabled {
	color: #000;
	border: #c1c1c1 1px solid;
}
textarea {
	position: relative;
	width: 100%;
	font-size: 15px;
	color: #000;
	background: #fff;
	border: 1px #dbdee4 solid;
	box-sizing: border-box;
	padding: 15px;
	transition: all ease 0.4s;
	resize: vertical;
	font-family: 'Roboto', sans-serif;
}
input:focus, textarea:focus  {
	background: #fff;
}
div, select, button, textarea, input {
	outline: none;
}
button {
	cursor: pointer;
	position: relative;
	display: inline-block;
    border: 1px #c1c5ce solid;
    padding: 10px 20px;
    font-size: 13px;
    color: #2b2e31;
	background: #fff;
    text-decoration: none;	transition: all ease 0.4s;
	font-family: 'Roboto', sans-serif;
}
button:hover {
	background: #eee;
}
.but {
    display: inline-block;
    border: 1px #c1c5ce solid;
    padding: 7px 20px;
    font-size: 13px;
    color: #2b2e31;
    text-decoration: none;
    cursor: pointer;
}
.but:hover {
    border: 1px #323539 solid;
}
.but .icon-right,
.red-but .icon-right {
	font-size: 9px;
	color: #232323;
}
.red-but {
    display: inline-block;
    border: 1px #f93d4d solid;
    padding: 7px 20px;
    font-size: 13px;
    color: #2b2e31;
    text-decoration: none;
    cursor: pointer;
}
.red-but:hover {
	border: #d02130 1px solid;
}
.numb-but{
	padding: 14px 40px;
	font-size: 18px;
	font-weight:bold;
}


.mobile {
	display: none;
}
.container {
	/*max-width: 1170px;*/
	padding: 0;
	max-width: 970px;
}

/*header*/

.top-bann{
	min-height: 150px;
}

.top-bann img{
	width:100%;
}

.header-top {
	height: 70px;
	background: #fff;
}
.header-top-align {
	justify-content: space-between;
}
.logo-sign {
	padding-top: 17px;
}
.logo-slogan {
    font-size: 10px;
    line-height: 10px;
    text-transform: uppercase;
    text-align: left;
    color: #f93d4d;
	font-weight: 600;
    padding: 10px 0 0 66px;
    letter-spacing: 0.70px;
}
.logo-age {
    position: absolute;
    left: 152px;
    top: 26px;
    font-size: 14px;
    color: #2b2e31;
    font-weight: bold;
}
.logo-age span {
	padding-right: 20px;
	font-weight: normal;
}
.header-social {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
    text-align: center;
    margin: 20px 0;
}
.header-social a {
    display: inline-block;
    color: #8b8f94;
    font-size: 16px;
}
.header-social a:hover {
	color: #323539;
}

.header-info {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
	justify-content: space-between;
	max-width: 350px;
	margin-left: auto;
}
.header-sign .but {
	margin-top: 18px;
	padding: 7px 35px;
}
.header-social {
	width: 185px;
	padding:7px 0 0 30px;
}
.header-bot {
	height: 50px;
	background: #323539;
}
.header-bot > .container {
	position: relative;
}
.header-nav {
	display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
	background: #323539;
}
.header-nav li:first-child {
	padding-left: 0;
}
.header-nav li {
	position: relative;
	padding: 0 15px;
}
.header-nav li:last-child {
	padding-right: 0;
}
.header-nav li:last-child:after {
	display: none;
}
.header-nav li:after {
    content: "";
    display: block;
    position: absolute;
    top: 15px;
    right: 0;
    height: 20px;
    border-left: 1px solid #525961;
}
.header-nav li a,  .subdate {
	display: inline-block;
	font-size: 9px;
	line-height: 50px;
	color: #fff;
	font-weight: bold;
	letter-spacing: normal;
	/*letter-spacing: 0.9px;*/
	text-transform: uppercase;
	text-decoration: none;
}
.header-nav li a:hover:after,
.header-nav li a.active:after {
	content: "";
	position: absolute;
	left: 25px;
	right: 25px;
	top: 0;
	display: block;
	height: 3px;
	background: #f93d4d;
	transition: all ease 0.4s;
}
.header-nav li:first-child a:after {
	left: 0;
	right: 30px;
}
.header-nav li:last-child a:after {
	right: 0;
}
 .subdate {
	display: inline-block;
	font-size: 10px;
	line-height: 50px;
	color: #fff;
	font-weight: bold;
	letter-spacing: 0.9px;
	text-transform: uppercase;
	text-decoration: none;
}
.header-icons {
    position: absolute;
    right: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.header-icons a {
	position: relative;
	display: inline-block;
	font-size: 13px;
    width: 50px;
	line-height: 50px;
    text-align: center;
    border-right: 1px solid #525961;
	color: #fff;
}
.header-icons .icon-search, .header-icons .icon-help{
	border-left: 1px solid #525961;
}
.header-icons .icon-search:before {
	margin-bottom: -3px;
}
.header-icons a:hover:after {
	content: "";
	position: absolute;
	left: 0px;
	right: 0px;
	top: 0;
	display: block;
	height: 3px;
	background: #f93d4d;
	transition: all ease 0.4s;
}
.header-bot .container .col-lg-11 {
	position: static;
}
.top-search-block {
	position: static;
}
.row.nav-search {
	margin: 0;
}
.icon-close{
margin-top:-60px;
 float: right;
 padding:10px;
}
.icon-close:before{
content: "\2716";
color: #fff;
font-size:26px;
}
.icon-close:hover{
background-color: #dbdee4;
}

#ya-site-form0 input.ya-site-form__submit_type_image {
    background: url(../img/search-ico.png) no-repeat center center !important;
	background-color: transparent !important;
border:none !important;
float:right !important;
margin-top:10px !important;
font-size:24px !important;
padding:10px !important;
width: 49px !important;
height: 49px !important;
}
#ya-site-form0 .ya-site-form__submit_type_image:hover{
background-color: #dbdee4 !important;
border:none !important;
}
#ya-site-form0 .ya-site-form__form .ya-site-form__input-text:focus {
    border-color: transparent !important;
}
#ya-site-form0 table.ya-site-form__search{
	border-bottom: 3px solid #525961 !important;
}

.search-form {
	position: static;
	height: 60px;
    border-bottom: 3px solid #525961;
	
}
.search-form input[type="text"] {
	border: 0;
    outline: 0;
    background: transparent;
    color: #fff;
    font-size: 18px;
    line-height: 60px;
	height: 60px;
	box-sizing: border-box;
	padding: 0 15px;
	width:80%;
}
.search-butt{
background-color: transparent;
border:none;
float:right;
margin-top:10px;
font-size:24px;
padding:10px;
}
.search-butt:hover{
background-color: #dbdee4;
border:none;
}
.search-form input::-webkit-input-placeholder {color:#fff;}
.search-form input::-moz-placeholder          {color:#fff;}
.search-form input:-moz-placeholder           {color:#fff;}
.search-form input:-ms-input-placeholder      {color:#fff;}
.search-list-block {
	display: none;
    position: absolute!important;
    right: 0;
    top: 50px;
	width: 79.6%;
    z-index: 2;
	background: #fff;
	box-sizing: border-box;
	padding: 15px;
    box-shadow: 0px 7px 13px 0px rgba(0, 0, 0, 0.2);
}
.search-item {
	padding-bottom: 15px;
	margin-bottom: 15px;
	border-bottom: #dbdee4 1px solid;
}
.search-item:after {
	content: "";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
}
.search-item:nth-last-child(2) {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none;
}
.search-category {
    font-size: 11px;
    line-height: 13px;
    color: #f93d4d;
    font-weight: 600;
    text-transform: uppercase;
    margin: 0 0 7px;
    letter-spacing: 1px;
}
.search-photo {
	float: left;
    padding: 0 15px 0 0;	
}
.search-title {
	font-size: 15px;
	line-height: 22px;
	font-weight: bold;
}
.search-text {
	margin-top: 10px;
	font-size: 14px;
	line-height: 18px;
}
.all-search {
	margin: 40px 0 20px;
	text-align: center;
}

.all-search .red-but {
	font-size: 14px;
    padding: 10px 20px;
}


/*end header*/

/*content*/
.top-block {
	padding: 40px 0;
	background: #f8f8f8;
}
.last-news-block {
	position: relative;
}
.last-news h1 {
	margin-bottom: 20px;
}
.last-news {
	position:relative;
	width:100%;
	/*max-width: 270px;*/
	box-sizing:border-box;
}


.last-news .title2, .popular .title2 {
    font-size: 14px;
    font-weight: bold;
    color: #2b2e31;
    text-transform: uppercase;
    margin: 0 0 30px;
}
.last-news .title2 span, .popular .title2 span {
    display: inline-block;
    border-bottom: 2px #f93d4d solid;
    padding-bottom: 7px;
}
.last-news .title2:after, .popular .title2:after  {
	content: "";
	display: block;
	height: 1px;
	width: 100%;
    border-bottom: 1px #dbdee4 solid;
}

.last-news .workshop-news {
	bottom:auto;
	right:0;
	height:335px;
	margin-top:0px;
}
.last-news.wrap {
	position: relative;
	width: 100%;
}
.wrap:nth-child(2n) { margin-right: 0; }

.last-news .frame {
	width: 100%;
	height: 435px;
	padding-right: 15px;
	box-sizing: border-box;
	overflow: hidden;
}
.last-news .scrollbar {
	position: absolute;
	right: 0px;
	width: 1px;
	height: 435px;
	background: #cfcfcf;
	line-height: 0;
	z-index:1;
}
.last-news .scrollbar .handle {
	width: 3px!important;
	margin-left: -2px;
	height: 100px;
	background: #cfcfcf;
	cursor: pointer;
}
.last-news .scrollbar .handle .mousearea {
	position: absolute;
	top: 0;
	right: 3px;
	width: 4px;
	height: 100%;
}
.all-last-news {
	/*margin-top:12px;*/
}
.all-last-news .red-but {
	margin-top:16px;
	padding: 7px 25px;
	min-width: 180px;
	text-align:center;
}

.last-news-date {
	color: #f93d4d;
	font-size: 13px;
	font-weight: 700;
	padding-right: 5px;
}
.pub-news li, .pub-auth li {
	margin-bottom: 28px;
}
.pub-news a, .pub-auth a {
	font-size: 16px;
	line-height: 20px;
	color: #2b2e31;
}
.pub-auth a{
	font-size: 20px;
	line-height: 26px;
}
.pub-news a:hover, .pub-auth a:hover  {
	text-decoration: underline;
}
.top-search {
	display: none;
	position: fixed;
z-index: 301;
top: 0;
left: 0;
overflow: auto;
width: 100%;
height: 100%;
background-color: rgba(26,26,26,.9);
}
.top-search .search-form-pos{
width: 100%;
margin: 0 auto;
padding-top: 30%;
color: #fff;
}
.main-slider {
	position: relative;
}
#main-slider .item {
    position: relative;
    height: 580px;
}
#slider-art .item {
    position: relative;
    height: 580px;
}
.slider-bg img {
	position: absolute;
	top: 0;
	/*right: 0;
	width: 100%;
	height: 100%;*/
	/*max-width: 100%;*/
	z-index: 0;
}
.main-slider-descr {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	padding: 20px;
	box-sizing: border-box;
	background: rgba(0,0,0,0.85);
	min-height:176px;
}
.main-slider-category {
	font-size: 11px;
	line-height: 13px;
	color: #f93d4d;
	font-weight: bold;
	text-transform: uppercase;
}
.main-slider-tit {
	font-size: 26px;
	line-height: 28px;
	color: #ffffff;
	margin-top: 10px;
}
.main-slider-text {
	font-size: 14px;
	line-height: 20px;
	color: #c0c4c9;
	margin-top: 10px;
}
.main-slider-info {
	margin-top: 15px;
}
.main-slider .owl-dots {
	position: absolute;
	right: 20px;
	bottom: 20px;
}
.main-slider .owl-dot {
	display: inline-block;
	vertical-align: middle;
	width: 11px;
	height: 11px;
	border-radius: 50%;
	margin-left: 10px;
	border:#fff 1px solid;
}
.main-slider .owl-dot.active {
	background: #fff;	
}

.date, .view, .comment {
	display: inline-block;
	vertical-align: middle;
	font-size: 12px;
	line-height: 14px;
	color: #8b8f94;
	font-weight: 500;
	margin-right: 20px;
}
.date span, .view span, .comment span {
	padding-right: 5px;
}
.all-news .news-info .date, .all-news .news-info .view,
.all-news .news-info .comment {
	color: #fff;
}
.all-news .news-text, .all-news .news-text a {
	color: #fff;
}
button.item-add {
    position: relative;
    width: 36px;
    height: 36px;
    background: #fff url(../img/svg/cart.svg) right 8px center no-repeat;
    background-size: 18px 18px;
    overflow: hidden;
	padding: 0;
	margin: 12px 3px 0 0;
	transition: all ease 0.3s;
}
button.item-add span {
    position: absolute;
    display: inline-block;
    top: 9px;
    right: 33px;
    color: #f93d4d;
    font-size: 14px;
    font-weight: normal;
    margin: 0;
    width: 70px;
}
button.item-add:hover {
	width: 115px;
}
.main-new {
	position: relative;
	min-height: 580px;
}
.main-new-photo img {
	max-width: 100%;
}
.main-new-descr {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	padding: 20px;
	box-sizing: border-box;
	background: rgba(0,0,0,0.85);
}
.main-new-tit {
	font-size: 11px;
	line-height: 13px;
	color: #f93d4d;
	font-weight: bold;
	text-transform: uppercase;
	margin: 5px 0 25px;
}
.main-new-tit :after {
	display: none;
}
.main-new-text {
	font-size: 14px;
	line-height: 20px;
	color: #fff;
	font-weight: bold;
	margin-top: 10px;
	height: 60px;
	overflow: hidden;
}
.main-new-info {
	margin-top: 15px;
}
.main-block {
	margin-top: 20px;
}
.inside .main-banner {
	margin-top: 40px;
}
.main-banner {
	position: relative;
	width: 100%;
	/*height: 150px;*/
	background: #fff;
	border: #dbdee4 10px solid;
	box-sizing: border-box;
	/*padding: 40px 80px;*/
}
.main-banner a img{
	width:100%;
}

.main-banner-title {
	color: #2b2e31;
	font-size: 20px;
	line-height: 22px;
	font-weight: bold;
}
.main-banner-text {
	color: #74787c;
	font-size: 15px;
	line-height: 22px;
	padding-top: 10px;
}

.common {
	margin-top: 20px;
}
.common-item {
	border-bottom: #dbdee4 1px solid;
	padding-bottom: 20px;
	margin-bottom: 20px;
}
.common .date, .common .view, 
.common .comment {
	color: #8b8f94;
}
.common-category {
	font-size: 11px;
	line-height: 13px;
	color: #f93d4d;
	font-weight: 600;
	text-transform: uppercase;
	margin: 7px 0 5px;
	letter-spacing: 1px;
}
.common-content {
	min-height: 100px;
	overflow: hidden;
}
.common-title {
	font-size: 20px;
	line-height: 22px;
	color: #2b2e31;
	font-weight: bold;
	min-height: 40px;
	overflow: hidden;
}
.common-text {
	font-size: 15px;
	line-height: 20px;
	color: #585b5e;
	margin-top: 10px;
	max-height: 60px;
	overflow: hidden;
}
.common-info {
	/*margin-top: 10px;*/
	float: right;
}
.headerborder{
border: #dbdee4 10px solid;
box-sizing: border-box;
margin-bottom: 20px;
}
.card-text span.annonce p{
	/*margin:10px;*/
	font-size:19px;
	border-bottom: #dbdee4 3px solid;
	margin-bottom:20px;
}
.pair {
	margin-top: 20px;
}
.pair-item {
	position: relative;
}
.pair-descr {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	padding: 20px;
	box-sizing: border-box;
	background: rgba(0,0,0,0.75);
	min-height:135px;
}
.pair-category h3 {
    font-size: 11px;
    line-height: 13px;
    color: #f93d4d;
    font-weight: bold;
    text-transform: uppercase;
    margin: 0 0 10px;
}
.pair-title {
	color: #fff;
	font-size: 20px;
	line-height: 24px;
}
.pair-text {
	font-size: 14px;
	line-height: 20px;
	color: #c0c4c9;
	margin-top: 10px;
	/*height: 40px;*/
	overflow: hidden;
}
.pair-info {
	margin-top: 20px;
}
.aside-banner {
	position: relative;
	margin-top: 40px;
}
.aside-banner p {
	display: inline-block;
	vertical-align: middle;
	color: #2b2e31;
	font-size: 16px;
	line-height: 24px;
	font-weight: bold;
}
.opinion {
	position: relative;
	margin-bottom: 22px;
}
.opinion-person {
	position: relative;
}
.opinion-photo {
	position: relative;
	width: 100px;
	height: 100px;
	border-radius: 50%;
	overflow: hidden;
}
.opinion-name {
    font-size: 14px;
    line-height: 24px;
    color: #2b2e31;
    margin-top: 25px;
}
.opinion-person:after {
	content: "";
	position: absolute;
	display: block;
	width: 75%;
	right: 0px;
	bottom: 0;
	height: 50px;
	background: #f9f9f9;
	z-index: -1;
}
.opinion-cont {
	height: 130px;
	overflow: hidden;
}
.opinion-title {
	color: #2b2e31;
	font-size: 16px;
	line-height: 24px;
	font-weight: bold;
	margin-top: 11px;
	max-height: 70px;
	overflow: hidden;
}
.opinion-text {
    font-size: 14px;
    line-height: 20px;
    color: #2b2e31;
    margin-top: 10px;
	max-height: 60px;
	overflow: hidden;
}
.opinion-info {
	margin-top: 20px;
}
.owl-carousel.off {
    display: block;
}
.accent-block {
	margin: 40px 0;
}
.accent {
	position: relative;
    background: #fff;
    border: #f7f7f7 10px solid;
}
.accent-photo img {
	width: 100%;
	max-width: 100%;
}
.accent-descr {
	margin-top: 10%;
}
.accent-descr h3 {
	font-size: 26px;
	line-height: 26px;
	color: #2b2e31;
	font-weight: bold;
}
.accent-text {
	color: #585b5e;
	font-size: 14px;
	line-height: 20px;
	margin-top: 20px;
}
.accent-info {
	margin-top: 40px;
}
/*.common .row .col-lg-4:last-child .common-item,
.common .row .col-lg-4:nth-last-child(2) .common-item,
.common .row .col-lg-4:nth-last-child(3) .common-item,
.add-common .row .col-lg-4:last-child .common-item,
.add-common .row .col-lg-4:nth-last-child(2) .common-item,
.add-common .row .col-lg-4:nth-last-child(3) .common-item {
	border-bottom: none;	
}*/

#myModal{
	margin-top:380px;
	
}
.modsub p {
	margin: 70px;
	font-size: 20px;
	color: #2b2e31;
	text-align:center;
	line-height: 24px;
}
.modsub .but{
	font-size: 20px !important;
}
.modsub .close{
	text-align:right;
	margin-right:8px;
}
.smi {
	margin-top: 20px;
}
.smi h3, .partner-news h3, .title, .products h3, .smi .title3, .sim-news .title3, .partner-news .title3, .title, .products .title3  {
    font-size: 14px;
    font-weight: bold;
    color: #2b2e31;
    text-transform: uppercase;
    margin: 0 0 30px;
}
.smi h3 span, .partner-news h3 span,
.title span, .products h3 span,
.smi .title3 span, .partner-news .title3 span,
.title span, .sim-news .title3 span, .products .title3 span {
    display: inline-block;
    border-bottom: 2px #f93d4d solid;
    padding-bottom: 7px;
}
.smi h3:after, .partner-news h3:after,
.title:after, .products h3:after,
.smi .title3:after, .partner-news .title3:after,
.title:after, .products .title3:after, .sim-news .title3:after {
	content: "";
	display: block;
	height: 1px;
	width: 100%;
    border-bottom: 1px #dbdee4 solid;
}
.smi-text, .product-name {
	margin-top: 20px;
}
.smi-text a {
	color: #2b2e31;
	font-size: 16px;
	line-height: 20px;
}
.smi-category {
    font-size: 11px;
    line-height: 13px;
    color: #f93d4d;
    font-weight: 600;
    text-transform: uppercase;
    margin: 10px 0 -10px;
    letter-spacing: 1px;
}
.products {
	margin: 40px 0 20px;
}
.products .item {
	
}

.product-name a {
	display: block;
	color: #2b2e31;
	font-size: 14px;
	line-height: 18px;
	height: 55px;
	overflow: hidden;
}
.product-info {
	margin-top: 20px;
}
.product-info {
	display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
	justify-content: space-between;
}
.product-num, .product-quan {
	font-size: 12px;
	line-height: 22px;
	padding: 0 10px;
	background: #f6f6f6;
	text-align: center;
}
.partner-item {
	margin-bottom: 20px;
}
.aside-widgets {
	margin-top: 60px;
}
.vk-widget {
	margin-top: 40px;
}
.fb-widget {
	margin-top: 20px;
}

.art {
	position: relative;
	margin-top: 20px;
    background: #fff;
    border: #f7f7f7 10px solid;
}
.art-photo img {
	width: 100%;
	max-width: 100%;
}
.art-description {
	margin-top: 10%;
}
.art-description h4 {
	font-size: 26px;
	line-height: 26px;
	color: #2b2e31;
	font-weight: bold;
}
.art-text {
	color: #585b5e;
	font-size: 14px;
	line-height: 20px;
	margin-top: 20px;
}
.art-info {
	margin-top: 40px;
}
.more-art, .more-num, .more-opinions, .more-jrnum {
	margin-top: 40px;
	text-align: center;
}
.more-art .red-but, .more-num .red-but, .more-opinions .red-but, .more-jrnum .red-but {
	padding: 10px 35px;
	margin-bottom: 35px;
}
.more-art .icon-load, .more-num .icon-load, .more-opinions .icon-load, .more-jrnum .icon-load {
	font-size: 14px;
	color: #2b2e31;
	padding-left: 10px;
	
}
.more-num .red-but, .more-jrnum .red-but {
	font-size: 18px;
		padding: 15px 45px;
}


.owl-carousel .owl-prev,
.owl-carousel .owl-next {
    position: absolute;
    top: 40%;
    margin-top: -23px;
	width: 35px;
	height: 45px;
	background: rgba(255,255,255,0.7);
	border:#d1d4da 1px solid;
	box-sizing: border-box;
	text-align: center;
	font-size: 0;
}
.products .owl-carousel .owl-prev,
.products .owl-carousel .owl-next {
    top: 30%;
}
.owl-carousel .owl-prev {
	left: -0;
}
.owl-carousel .owl-next {
	right: 0;
}
.owl-carousel .owl-prev:after {
  content: "\e908";
  font-family: 'solid' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 45px;
  font-size: 12px;
  color: #8b8f94;
}
.owl-carousel .owl-next:after {
  content: "\e90f";
  font-family: 'solid' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 45px;
  font-size: 12px;
  color: #8b8f94;
}
.owl-carousel .owl-prev:hover:after,
.owl-carousel .owl-next:hover:after {
	color: #2b2e31;
}
.mobile-social {
	display: none;
}
	#vert .prev,
	#vert .next {
		display: none;
}
.inside {
	position: relative;
	/*min-height: calc(100vh - 462px);*/
}
.inside-header {
    position: relative;
    background: #f8f8f8;
    box-sizing: border-box;
	padding: 20px 0;
    margin-bottom: 40px;
    border-bottom: #edf0f3 2px solid;
}
.search-block-button button {
	width: 100%;
	border: #f93d4d 1px solid;
	font-size: 14px;
	color: #2b2e31;
	background: none;
	/*max-width: 170px;*/
}
.search-block-button button:hover {
	background: #fff;
}
.search-block-button button i {
	padding-right: 8px;
	vertical-align: top;
	font-size: 12px;
}
.search-filter {
	position: relative;
	background: #fff;
	box-sizing: border-box;
	padding: 0 30px;
	margin-top: 20px;
}
.search-nav {
	display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.search-nav li:first-child {
	padding-left: 0;
}
.search-nav li {
	position: relative;
	margin-right: 30px;
}
.search-nav li:last-child {
	padding-right: 0;
}
.search-nav li:last-child:after {
	display: none;
}
.search-nav li:after {
    content: "";
    display: block;
    position: absolute;
    top: 15px;
    right: 0;
    height: 20px;
}
.search-nav li a {
	display: inline-block;
	font-size: 14px;
	line-height: 50px;
	color: #2b2e31;
	text-decoration: none;
}
.search-nav li a:hover:after,
.search-nav li a.active:after {
	content: "";
	position: absolute;
	left: 25px;
	right: 25px;
	top: 0;
	display: block;
	height: 3px;
	background: #f93d4d;
	transition: all ease 0.4s;
}
.search-nav li:first-child a:after {
	left: 0;
	right: 30px;
}
.search-nav li:last-child a:after {
	right: 0;
}

.search-list .search-item {
	padding-bottom: 40px;
	margin-bottom: 20px;
}
.search-list .search-item:last-child {
	border-bottom: none;
	padding-bottom: 0;
	margin-bottom: 0;
}
.search-list .search-title {
	font-size: 18px;
	line-height: 22px;
}
.search-date {
	font-size: 12px;
	line-height: 14px;
	color: #8b8f94;
	font-weight: 500;
	margin-top: 15px;
}
.paginator-block {
	margin-top: 30px;
}
.paginator-block:after {
	content: "";
	clear: both;
	display: block;
	visibility: hidden;
	line-height: 0;
}
.paginator-block .pagination {
	float: right;
}
.page-item .page-link {
	border-radius: 0;
	font-size: 14px;
	color: #2b2e31;
	margin-left: 10px;
	border: #c1c5ce 1px solid;
}
.page-item .page-link:hover {
	border: #f93d4d 1px solid;
	background: none;
}
.page-item .page-link.disabled {
	border: #e2e2e9 1px solid;
	color: #e2e2e9;
}
.page-item:first-child .page-link,
.page-item:last-child .page-link {
	border-radius: 0;
	padding: .5rem 20px;
}
.page-item.active .page-link {
    z-index: 1;
    color: #2b2e31;
    background-color: #fff;
	border: #f93d4d 1px solid;
}
.page-link span {
	font-size: 10px;
	vertical-align: middle;
}

.last-news li {
	font-size: 14px;
	line-height: 20px;
	color: #2b2e31;
	margin-bottom: 25px;
}
.last-news li:last-child{
	padding-bottom: 10px;
}

.top-opinions {
	position: relative;
	padding: 30px;
	box-sizing: border-box;
	background: #fff;
	margin-bottom: -40px;
}
.top-opinions h1 {
	max-width: 270px;
}
.choose-author {
	position: absolute;
	top: 30px;
	right: 30px;
	font-size: 14px;
	line-height: 16px;
	color: #2b2e31;
	text-decoration: underline;
}
.choose-author:hover {
	text-decoration: none;
}
.icon-up {
	display: inline-block;
	vertical-align: middle;
	background: url(../img/svg/up.svg) no-repeat center center;
}
.choose-author .icon-up {
	width: 8px;
	height: 8px;
	background-size: 8px;
	margin-left: 5px;
}
.top-opinion-block {
	display: -ms-flexbox;
    display: flex;
	flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	justify-content: space-between;
}
.top-opinion-list li {
	margin-bottom: 10px;
}


.author-opinions {
	margin-top: 40px;
}
.author-opinions .opinion-content {
	flex-direction: column;
}
.author-opinions .author-opinion {
	margin-bottom: 40px;
	padding-bottom: 40px;
	border-bottom: #ced4db 1px solid;
}
 .author-opinions-height{
	 min-height:320px;
 }
 .author-opinion .editpost {
 color: #f93d4d;
 }
.author-opinions .col-sw-4:nth-last-child(1) .author-opinion,
.author-opinions .col-sw-4:nth-last-child(2) .author-opinion,
.author-opinions .col-sw-4:nth-last-child(3) .author-opinion,
.author-opinions .col-sw-4:nth-last-child(4) .author-opinion {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none;	
}
.author-opinions .opinion-name {
	padding-left: 24px;
}
.author-opinion-photo {
	margin-top: 20px;
}
.monol-img {
	overflow: hidden;
	border-radius: 50%;
}
.monol-img img {
	width: 100%;
	max-width: 100%;
}
.monol-title {
	font-size: 14px;
	line-height: 22px;
	color: #2b2e31;
	margin-top: 20px;
	padding: 0 15px;
}
.monol-name {
	font-size: 16px;
	line-height: 22px;
	color: #2b2e31;
	font-weight: bold;
	padding: 0 15px 20px;
}
.monol-author {
	position: relative;
}
.monol-author:after {
	content: "";	
	display: block;
	position: absolute;
	z-index: -1;
	left: 0;
	bottom: 0;
	height: 65%;
	width: 100%;
	background: #f9f9f9;
}
.monol-art h3 {
	font-size: 20px;
	line-height: 20px;
	margin: 15px 0;
	font-weight: bold;
}
.monol-art {
	margin-bottom: 30px;
}
.monol-arts-all {
	text-align: right;
}
.author-opinion-photo img {
	max-width: 100%;
}
.aside-banner img,
.vk-widget img, .fb-widget img {
	max-width: 100%;
}

.news-header .common-info {
	margin: 0 0 15px;
}
.news-header h1, .news-header h2, .news-header .title1, .news-header .title2, .header2 {
	font-size: 26px;
	line-height: 36px;
	color: #2b2e31;
	font-weight: bold;
	text-transform: none;
	max-width: 720px;
	margin: 0;
	margin-bottom: 5px;
}
.news-header h1:after, .news-header h2:after,.news-header .title1:after, .news-header .title2:after, .header2  {
	border-bottom: none;
}

h1.header-tit, h2.header-tit {
	font-size: 26px;
	line-height: 30px;
	color: #2b2e31;
	font-weight: bold;
	text-transform: uppercase;
	margin: 0;
	margin-bottom: 10px;
}
h1.sm{
	font-size: 20px;
	text-transform: none;
	font-weight: normal;
}
h1.header-tit:after, h2.header-tit:after {
	border-bottom: none;
}
.breadcrumb {
	background: none;
	margin: 0;
	padding: 10px 0 0;
}
.breadcrumb-item {
	font-size: 14px;
}
.inside-header .header-social {
	padding: 0;
	margin: 10px 0;
	width: auto;
	justify-content: start;
	max-width: 270px;
}
.header-social-block {
	margin-top: 40px;
}
.inside-header .header-social p {
	font-size: 14px;
}
.inside-header .header-social a {
	border: #8b8f94 1px solid;
	padding: 0;
	margin-left: -1px;
	line-height: 40px;
	width: 25%;
}
.card-author-photo img {
	max-width: 100%;
	border-radius: 50%;
}
.card-author-name {
	margin-top: 15px;
	font-size: 16px;
	font-weight: bold;
}
.card-author-pos {
	color: #8b8f94;
	margin-top: 5px;
	font-size: 12px;
	line-height: 16px;
}
.card-author {
	margin-bottom: 40px;
}
.card-tags-tit, .card-author-tit {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 10px;
}
.card-tags{
	margin-top:15px;
}
.card-tag {
	display: inline-block;
	vertical-align: top;
	background: #8b8f94;
	font-size: 13px;
	line-height: 15px;
	color: #8b8f94;
	min-height: 25px;
	padding: 5px;
	text-align: center;
	margin: 0 5px 10px 0;
}
.card-tag a{
	font-size: 14px;
	line-height: 16px;
	color: #ffffff !important;
	padding-bottom: 15px;
	text-decoration:none !important;
}
/*.card-text {
	max-width: 780px;
}*/
.avangard-rec input, .avangard-rec .nc-upload-input, .avangard-rec .jq-selectbox__select{
	
	max-width:370px;
}
.avangard-rec .ladydate{
	
	
	max-width:15%;
min-width:90px;
}
.avangard-rec span, .avangard-rec .jq-selectbox__select{
	min-width:370px;
	display: block;
	margin-bottom: 10px;
}
.avangard-red{
	font-size: 18px;
	color:#FF195A;
}
.avangard-rec ul{
margin-left: 5px !important;
padding-bottom: 0em !important;
}
.avanbut{
border: #f93d4d 1px solid;
min-width: 250px;
text-align: center;
color: #f93d4d;
font-size:16px;
margin: 10px auto;
display: block !important;
}
.avanaddblock{
border: #dbdee4 1px solid;
}
.card-text p, .card-text .nc-field, .card-text  {
	font-size: 18px;
	line-height: 26px;
	color: #2b2e31;
	padding-bottom: 15px;
}


p.img-descr {
	font-size: 13px;
	line-height: 16px;
	color: #8b8f94;
	padding: 10px 0;
	margin-bottom: 30px;
	border-bottom: #dbdee4 2px solid;
}
p.img-descr-art {
	font-size: 13px;
	line-height: 16px;
	color: #8b8f94;
	padding: 10px 10px;
	/*margin-bottom: 30px;
	border-bottom: #dbdee4 2px solid;*/
}
p.img-descr span {
	/*padding-left: 15px;*/
}

.card-social {
	background: #f8f8f8;
	box-sizing: border-box;
	padding: 30px;
	margin-top: 30px;
}
.card-fb {
	background: #fff;
	border: #f4f4f4 3px solid;
	text-align: center;
	color: #74787c;
	font-size: 19px;
	line-height: 24px;
	padding: 30px;
	font-weight: bold;
	margin-bottom: 50px;
}
.card-fb a {
	color: #5099f4;
	text-decoration: none;
}
.card-fb .icon-fb {
	font-size: 40px;
	color: #5099f4;
	padding-right: 10px;
	vertical-align: middle;
}
.card-fb {
	background: #fff;
	border: #f4f4f4 3px solid;
	text-align: center;
	color: #74787c;
	font-size: 19px;
	line-height: 24px;
	padding: 30px;
	font-weight: bold;
	margin-bottom: 50px;
}
.card-fb a {
	color: #5099f4;
	text-decoration: none;
}
.card-fb .icon-fb {
	font-size: 40px;
	color: #5099f4;
	padding-right: 10px;
	vertical-align: middle;
}
.card-fb .icon-vk {
	font-size: 40px;
	color: #5099f4;
	padding-right: 10px;
	vertical-align: middle;
}
.card-yandex {
	background: #fff;
	border: #f4f4f4 3px solid;
	text-align: center;
	color: #74787c;
	font-size: 19px;
	line-height: 24px;
	padding: 30px;
	font-weight: bold;
	margin-bottom: 50px;
}
.card-yandex a {
	color: #ff0000;
	text-decoration: none;
}
.card-yandex .icon-yandex {
    vertical-align: middle;
    display: inline-block;
	margin-right: 15px;
}
.social-buttons-row-right{
	float:right;
}
 .social-buttons-row-right .red-but{
	 width: 100%;
 }
.social-buttons-row. , .social-buttons-row-right {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
	justify-content: space-between;
	max-width: 440px;
}
.social-buttons-row .red-but,
.social-buttons-row .but, .social-buttons-row-right .red-but{
	/*width: 50%;*/
	min-width: 180px;
	max-width: 200px;
	font-size: 14px;
	padding: 12px 15px;
	text-align: center;
	font-weight: normal;
}
.social-buttons-row .red-but .icon-left, .social-buttons-row .red-but .icon-right {
	font-size: 12px;
	vertical-align: middle;
	padding-right: 5px;
	padding-left: 5px;
}
.card-social-icons , .social-buttons-row-right .red-but{
	text-align: right;
}
.card-social-share {
	margin-top: 10px;
	text-align: right;
}
.card-social .common-info {
	display: inline-block;
	vertical-align: middle;
	margin-top: 0;
}
.card-social .header-social,
.news-post .header-social {
	display: inline-flex;
	vertical-align: middle;
    padding: 0;
    margin: 0;
    width: 100%;
    justify-content: start;
	max-width: 270px;
}
.card-social .header-social a,
.news-post .header-social a {
    border: #8b8f94 1px solid;
    padding: 0;
    margin-left: -1px;
    line-height: 40px;
    width: 25%;
}
.popular {
	margin: 50px 0 0;
}
.inside-smi {
	margin-top: 50px;
}

.comment-list-admin a{
	text-decoration: underline;
	color: red;
}

.comments {
	margin-top: 50px;
}
.comment-block {
	box-sizing: border-box;
	padding: 30px;
	border: 1px #dbdee4 solid 
}
.comment-photo img {
	max-width: 100%;
	border-radius: 50%;
}
.comment-name {
	text-align: left;
	font-weight: bold;
	font-size: 14px;
}
.comment-time {
	text-align: right;
	font-size: 12px;
	color: #8b8f94;
}
.comment-text {
	margin-top: 10px;
	font-size: 15px;
	line-height: 22px;
	color: #2b2e31;
}
.comment-text a{
text-decoration: underline;
color: #FF195A;
}
.comment-bot {
	position: relative;
	text-align: right;
	border-bottom: 1px #dbdee4 solid 
}
.comment-options {
	display: inline-block;
	vertical-align: bottom;
	margin-bottom: -5px;
	padding: 0 0 0 5px;
	background: #fff;
	color: #8b8f94;
	font-size: 12px;
}
.comment-options a {
	color: #8b8f94;
	font-size: 12px;
	padding-left: 10px;
}
.comment-item {
	margin-bottom: 30px;
}
.comment-item:last-child {
	margin-bottom: 0;
}
.comment-item.reply {
	padding-left: 20px;
	padding-top: 30px;
}
.comment-but {
	text-align: right;
	margin-top: 15px;
}
.comment-but a {
	width: 140px;
	text-align: center;
}
.comment-item textarea {
	height: 90px;
}
.inside img {
	max-width: 100%;
}
.sim-news {
	margin-top: 40px;
}

.news-date {
    font-size: 14px;
    font-weight: bold;
    color: #2b2e31;
    text-transform: uppercase;
    margin: 0 0 30px;
	
}
.news-date span {
    display: inline-block;
    border-bottom: 2px #f93d4d solid;
    padding-bottom: 7px;
}
.news-date:after {
	content: "";
	display: block;
	height: 1px;
	width: 100%;
    border-bottom: 1px #dbdee4 solid;
}


.news-item {
	position: relative;
	/*height: 230px;*/
	overflow: hidden;
	margin-bottom: 30px;
}

.news-descr {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	padding: 20px;
	box-sizing: border-box;
	background: rgba(0,0,0,0.75);
	background: -moz-linear-gradient(top, rgba(61,61,61,0) 0%, rgba(61,61,61,.5) 55%, rgba(61,61,61,.7) 100%); 
	background: -webkit-linear-gradient(top, rgba(61,61,61,0) 0%,rgba(61,61,61,.5) 55%,rgba(61,61,61,.7) 100%); 
	background: linear-gradient(to bottom, rgba(61,61,61,0) 0%,rgba(61,61,61,.5) 55%,rgba(61,61,61,.7) 100%); 
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3d3d3d', endColorstr='#3d3d3d',GradientType=0 );
	}
 .kino	
	{background: rgba(0,0,0,0.75);
	background: -moz-linear-gradient(top, rgba(61,61,61,0) 0%, rgba(40,40,40,.5) 15%, rgba(0,0,0,1) 100%); 
	background: -webkit-linear-gradient(top, rgba(61,61,61,0) 0%,rgba(40,40,40,.5) 15%,rgba(0,0,0,1) 100%); 
	background: linear-gradient(to bottom, rgba(61,61,61,0) 0%,rgba(40,40,40,.5) 15%,rgba(0,0,0,1) 100%); 
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3d3d3d', endColorstr='#3d3d3d',GradientType=0 );
	}
.all-news .col-lg-12 .news-photo:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: block;
	background: -moz-linear-gradient(right, rgba(61,61,61,0) 0%, rgba(61,61,61,.2) 25%, rgba(61,61,61,1) 30%, rgba(61,61,61,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(right, rgba(61,61,61,0) 0%, rgba(61,61,61,.2) 25%, rgba(61,61,61,1) 30%,rgba(61,61,61,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to left, rgba(61,61,61,0) 0%, rgba(61,61,61,.2) 25%, rgba(61,61,61,1) 30%,rgba(61,61,61,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3d3d3d', endColorstr='#3d3d3d',GradientType=0 ); /* IE6-9 */	
}
.all-news .col-lg-8 .news-photo:after,
.all-news .col-lg-6 .news-photo:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: block;
	background: -moz-linear-gradient(right, rgba(61,61,61,0) 0%,rgba(61,61,61,.2) 40%,rgba(61,61,61,1) 64%,rgba(61,61,61,1) 75%,rgba(61,61,61,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(right, rgba(61,61,61,0) 0%,rgba(61,61,61,.2) 40%,rgba(61,61,61,1) 64%,rgba(61,61,61,1) 75%,rgba(61,61,61,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to left, rgba(61,61,61,0) 0%,rgba(61,61,61,.2) 40%,rgba(61,61,61,1) 64%,rgba(61,61,61,1) 75%,rgba(61,61,61,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3d3d3d', endColorstr='#3d3d3d',GradientType=0 ); /* IE6-9 */
/*
background: -moz-linear-gradient(right, rgba(61,61,61,0) 0%,rgba(61,61,61,.8) 40%,rgba(61,61,61,1) 64%,rgba(61,61,61,1) 75%,rgba(61,61,61,1) 100%); /* FF3.6-15 */
	/*background: -webkit-linear-gradient(right, rgba(61,61,61,0) 0%,rgba(61,61,61,.8) 40%,rgba(61,61,61,1) 64%,rgba(61,61,61,1) 75%,rgba(61,61,61,1) 100%); /* Chrome10-25,Safari5.1-6 */
/*	background: linear-gradient(to left, rgba(61,61,61,0) 0%,rgba(61,61,61,.8) 40%,rgba(61,61,61,1) 64%,rgba(61,61,61,1) 75%,rgba(61,61,61,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
/*	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3d3d3d', endColorstr='#3d3d3d',GradientType=0 ); /* IE6-9 */
	
}
.all-news .col-lg-12 .news-photo,
.all-news .col-lg-8 .news-photo,
.all-news .col-lg-6 .news-photo,
.all-news .col-lg-4 .news-photo {
	text-align: right;
}
.all-news .col-lg-12 .news-descr,
.all-news .col-lg-8 .news-descr,
.all-news .col-lg-6 .news-descr {
	max-width: 320px;
	bottom: 0;
	left: 0;
	background: none;
}

.news-category h3 {
    font-size: 11px;
    line-height: 13px;
    color: #f93d4d;
    font-weight: bold;
    text-transform: uppercase;
    margin: 0 0 10px;
}
.news-title, .news-title a {
	color: #fff;
	font-size: 18px;
	line-height: 24px;
	font-weight: bold;
}
/*.all-news .col-lg-4 .news-item a .news-descr .news-title, .all-news .col-lg-6 .news-item a .news-descr .news-title  {
	color: #000;
	background: #fff;
	font-size: 18px;
	line-height: 24px;
	font-weight: bold;
}*/
.news-title a:hover {
	opacity: 0.7;
}
.news-subtitle, .news-subtitle a {
	color: #fff;
	font-size: 14px;
	line-height: 18px;
	font-weight: bold;
}
.news-text, .news-text a {
	font-size: 14px;
	line-height: 20px;
	color: #c0c4c9;
	margin-top: 10px;
/*	height: 40px;*/
	overflow: hidden;
}
.news-info {
	margin-top: 10px;
}
.news-info .tag_card {
margin-bottom: 4px;
}
.news-info .tag_card span{
	margin-right: 5px;
	padding: 2px;
	background-color: white;
	border-radius: 5%;
}


.all-news .more-art {
	margin-top: 0px;
}
.all-news {
	margin-bottom: 50px;
}
.all-news .news-photo a {
	display: block;
	overflow: hidden;
}
.all-news .news-photo img {
	/*min-width: 370px;*/
	/*min-height: 230px;*/
	max-width: 100%;
		width: 100%;
}
/*.all-news .col-lg-12 .news-item 
{
	height: 230px;
	
}*/

.all-news .col-lg-12 .news-photo img{
	
	max-width: 33%;
		width: 33%;
}
.all-news .col-lg-6 .news-photo img{
	
	max-width: 65%;
		width: 65%;
}
.all-news .col-lg-8 .news-photo img{
	
	max-width: 47.528%;
		width: 47.528%;
}
.addit {
	list-style-type: disc;
	margin: 0 0 15px 20px;
}
.addit li {
	font-size: 15px;
	margin-bottom: 5px;
}
.addit li a {
	color: #202225;
	font-size: 15px;
	line-height: 20px;
	text-decoration: underline;
}
.addit li a:hover {
	text-decoration: none;
}
.sim-news .common-title {
	font-size: 16px;
	line-height: 20px;
	height: 40px;
}
.club-list .club-item {
	padding-bottom: 30px;
	margin-bottom: 20px;
	border-bottom: #dbdee4 1px solid;
}
.club-list .club-item:last-child {
	border-bottom: none;
	padding-bottom: 0;
	margin-bottom: 0;
}
.club-list .club-title {
	font-size: 18px;
	line-height: 22px;
	font-weight: bold;
}
.club-text {
    margin-top: 10px;
    font-size: 14px;
    line-height: 18px;
}
.club-date {
	font-size: 12px;
	line-height: 14px;
	color: #8b8f94;
	font-weight: 500;
	margin-top: 15px;
}
.cabinet-nav {
	position: relative;
	background: #fcfcfc;
	border: #e7e9ee 1px solid;
	box-sizing: border-box;
	padding:15px 30px;
}
.cabinet-nav ul li {
	position: relative;
	border-bottom: #e7e9ee 1px solid;
}
.cabinet-nav ul li:last-child {
	border-bottom: none;
}
.cabinet-nav ul li a {
	position: relative;
	display:block;
	vertical-align: middle;
	color: #2b2e31;
	font-size: 16px;
	line-height: 22px;
	transition: 0s;
	padding: 15px 0;
}
.cabinet-nav ul li a:hover,
.cabinet-nav ul li.active a {
	color: #f93d4d;
	font-weight: bold;
}
.cabinet-nav ul li.active a {
	border-bottom: none;
}
.cabinet-nav ul li a:hover:after,
.cabinet-nav ul li.active a:after {
	content: "";
	position: absolute;
	display: block;
	left: -30px;
	top: 0;
	width: 2px;
	height: 100%;
	background: #f93d4d;
}
.cabinet-nav ul li ul {
	margin-top: -5px;
	padding:0 0 15px 20px;
}
.cabinet-nav ul li ul li {
	border-bottom: none;
}
.cabinet-nav ul li ul li a {
    font-size: 14px;
    line-height: 16px;
    padding: 8px 0;
}
.cabinet-nav ul li ul li a:hover {
	color: #2b2e31;
	font-weight: normal;
	text-decoration: underline;
}
.cabinet-nav ul li.active ul li a {
	color: #2b2e31;
	font-weight: normal;
}
.cabinet-nav ul li ul li a:hover:after,
.cabinet-nav ul li.active ul li a:after {
	display: none;
}
.person-photo {
	display: inline-block;
	vertical-align: middle;
	border-radius: 50%;
	overflow: hidden;
}
.person-name {
	display: inline-block;
	vertical-align: middle;
	margin-left: 20px;
	
}
.person-name p {
	font-size: 18px;
	line-height: 22px;
	color: #2b2e31;
	font-weight: bold;
}
.change-avatar a {
	display: block;
	color: #8b8f94;
	font-size: 14px;
	text-decoration: underline;
}
.change-avatar a:hover {
	text-decoration: none;
}
.person-info {
	margin-top: 15px;
}
.person-top .row {
	justify-content: space-between;
}
.person-save {
	text-align: right;
}
.person-save button {
	padding: 10px 40px;
    margin-top: 35px;
	border: #f93d4d 1px solid;
}
.person-save button:hover {
	background: #fff;
	border: #f30c20 1px solid;
}
.person-input {
	margin-bottom: 15px;
}
.person-input label {
	color: #585b5e;
	font-size: 15px;
	line-height: 22px;
}
.person-input [type="text"] {
	color: #2b2e31;
	font-size: 14px;
	padding: 10px 15px;
}
.change-pass {
	display: inline-block;
	color: #2b2e31;
	font-size: 14px;
	padding-top: 40px;
	text-decoration: underline;
}
.date-input {
	position: relative;
}
.number-period {
	margin-bottom: 20px;
}
.date-input .icon-calendar {
    display: block;
    position: absolute;
    top: 5px;
    right: 2px;
    color: #fff;
    font-size: 18px;
    width: 30px;
    line-height: 26px;
    text-align: center;
    cursor: pointer;
}
.icon-calendar:before {
    content: "";
    display: inline-block;
    width: 15px;
    height: 15px;
    background: url(../img/calen.png) no-repeat center center;
}
.number-period span {
	font-size: 16px;
	padding-right: 15px;
}
.person-numbers .table td {
	padding: 20px 15px;
}
.person-numbers .table td:last-child {
	text-align: right;
}
.person-numbers .table td [class*="icon-"] {
	padding-left: 5px;
	position: absolute;
	top: 0;
}
.person-numbers .table td:last-child a {
	position: relative;
	display: block;
	text-decoration: underline;
	padding-right: 20px;
}
.person-numbers .table td:last-child span {
	position: relative;
	display: block;
	padding-right: 20px;
}
.person-numbers .table td:last-child a:hover {
	text-decoration: none;
}
.number-period .jq-selectbox__select {
	min-width: 150px;
}
.ask-to-mail {
	font-size: 16px;
    padding-top: 20px;
    margin-top: 30px;
    border-top: #dbdee4 1px solid;
}
.ask-to-mail p {
	font-size: 16px;
	line-height: 24px;
	padding-bottom: 10px;
}
.ask-to-mail a {
	color: #000;
	font-weight: bold;
}
.news-block {
	max-width: 870px;
}
.news-post {
	margin-bottom: 30px;
}
.news-post h2 {
	font-size: 20px;
	line-height: 24px;
	font-weight: bold;
	margin-bottom: 10px;
	text-transform: none;
}
.news-post h2 a {
	font-size: 20px;
	line-height: 24px;
	font-weight: bold;
}
.news-post h2:after {
	border-bottom: none;
}
.post-info {
	margin-top: 20px;
}
.post-info .row {
	justify-content: space-between;
}
.post-info .row .col-sm-6:last-child {
	text-align: right;
}

.contest-item {
	padding-bottom: 15px;
	margin-bottom: 15px;
	border-bottom: #dbdee4 1px solid;
}
.special-list .contest-item {
	width: 100%;
}
.contest-item:after {
	content: "";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
}
.contest-item:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none;
}
.contest-category {
    font-size: 11px;
    line-height: 13px;
    color: #f93d4d;
    font-weight: 600;
    text-transform: uppercase;
    margin: 0 0 7px;
    letter-spacing: 1px;
}
.contest-photo {
	float: left;
    padding: 0 15px 0 0;	
}
.contest-title {
	padding-top: 15px;
	
}
.contest-title a {
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: nowrap;
flex-wrap: nowrap;
align-items: center;
border:#dbdee4 1px solid;
padding: 25px 10px 25px 25px;
min-height: 80px;
margin-bottom: 30px;
font-size: 16px;
font-weight: bold;
}
.contest-title a:hover {
	
	border:#f93d4d 1px solid;
}
.contest-text {
	margin-top: 10px;
	font-size: 14px;
	line-height: 18px;
}
.all-search {
	margin: 40px 0 20px;
	text-align: center;
}
.inside-header > .container {
	position: relative;
}
.to-all {
	/*position: absolute;
	right: 0;
	top: 0px;*/
	float: right;
	margin-right: 7px;
	margin-top:5px;
}
.to-all a {
	color: #585b5e;
	font-size: 15px;
	line-height: 22px;
	text-decoration: underline;
}
.to-all a:hover {
	text-decoration: none;
}
.card-aside .cabinet-nav {
	margin-bottom: 40px;
}
.nomin-tit {
	font-size: 16px;
	padding-bottom: 10px;
}
.card-text h4 {
	font-size: 17px;
	line-height: 20px;
	font-weight: bold;
	padding-bottom: 5px;
}
a.text-more {
	text-decoration: underline;
}
.card-table {
	margin: 0 0 30px;
}
.card-thead {
	padding: 15px 30px;
	box-sizing: border-box;
	background: #f7f7f7;
}
.card-th {
	color: #2b2e31;
	font-size: 17px;
	line-height: 21px;
	font-weight: bold;
}
.card-th .view-all {
	font-size: 14px;
	line-height: 22px;
	font-weight: normal;
	color: #585b5e;
	text-decoration: underline;
}
.card-th .view-all:hover {
	text-decoration: none;
}
.card-row {
	justify-content: space-between;
}
.card-tbody .card-row {
	padding: 15px 0;
	border-bottom: #dbdee4 1px solid;
}
.card-row {
	font-size: 16px;
	line-height: 20px;
}
.card-year {
	color: #8b8f94;
	font-size: 14px;
	line-height: 20px;
	font-weight: normal;
	padding:0 30px 0 15px;
}
.card-year-tit {
	font-size: 16px;
	font-weight: bold;
	padding-bottom: 10px;
}
.card-table p {
	color: #585b5e;
	font-size: 14px;
	line-height: 20px;
	padding-bottom: 15px;
}
.card-table-date {
	color: #8b8f94;
	font-size: 12px;
	line-height: 14px;
}
.no-last-border div:last-child {
	border-bottom: none;	
}
.vote-block {
	max-width: 875px;
	padding: 0 15px;
}
.vote-item {
	padding:0 15px 30px;
	margin-bottom: 30px;
	border-bottom: #dbdee4 1px solid
}
.vote-info {
	-ms-flex: 0 0 85%;
    flex: 0 0 85%;
    max-width: 85%;
}
.vote-item h4 {
	font-size: 17px;
	line-height: 22px;
	color: #2b2e31;
	font-weight: bold;
	padding-bottom: 10px;
	margin-bottom: 0;
}
.vote-info p {
	color: #585b5e;
	font-size: 14px;
	line-height: 20px;
	padding-bottom: 15px;
}
.vote-info a:hover {
	color: #f93d4d;
	font-weight: bold;
}
.vote-date {
	color: #8b8f94;
	font-size: 12px;
	line-height: 16px;
}
.vote-item > .row {
	justify-content: space-between;
}
.vote-like button {
	width: 90px;
	padding: 8px 5px;
	color: #8b8f94;
	font-size: 13px;
	line-height: 20px;
	transition: all ease 0.3s;
}
.vote-like button:hover,
.vote-like button.like {
	border: #f93d4d 1px solid;
	color: #f93d4d;
	background: none;
}
.vote-like button:hover p,
.vote-like button.like p {
	color: #f93d4d;
}
.vote-like button p {
	color: #8b8f94;
	font-size: 13px;
	line-height: 20px;
}
.vote-like .icon-like {
	font-size: 18px;
}
.vote-like {
	padding-top: 32px;
}
.vote-photo {
	margin-bottom: 30px;
}
.vote-photo img {
	width: 100%;
}
.vote-photo span {
	position: absolute;
	left: 15px;
	bottom: 30px;
	width: 30px;
	height: 30px;
	line-height: 30px;
	background: rgba(0,0,0,.7);
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
}
.vote-info iframe {
	width: 100%;
	max-width: 470px;
	border: none;
	margin-bottom: 15px;
}
.open-vote p {
	font-size: 17px;
	line-height: 26px;
	color: #2b2e31;
}
.special-info {
	display: flex;
}
.alph {
    position: relative;
    background: #fcfcfc;
    box-sizing: border-box;
    padding: 10px 15px;
    margin-bottom: 40px;
    border: #edf0f3 1px solid;
}
.alph a {
	color: #2b2e31;
	font-size: 16px;
	line-height: 24px;
	padding: 0 8px;
	text-transform: uppercase;
	text-decoration: underline;
}
.alph a:hover {
	text-decoration: none;
}
a.all-alph {
	padding-right: 30px;
}
.vocab {
	position: relative;
}
.vocab-item {
	display: flex;
	align-items: center;
	text-align: left;
    border: #dbdee4 1px solid;
	min-height: 85px;
	box-sizing: border-box;
	font-size: 16px;
	color: #2b2e31;
	margin-bottom: 30px;
}
.vocab-item:hover {
    border: #f93d4d 1px solid;	
}
.vocab-item a {
	display: block;
	color: #2b2e31;
	font-size: 16px;
	line-height: 24px;
	font-weight: bold;
	padding: 5px 30px;
}
.vocab-item a p {
	font-size: 14px;
	line-height: 20px;
	font-weight: normal;
	letter-spacing: -0.5px;
}
.vocab .more-art {
	margin-top: 10px;
}
.contest-item .icon-tr {
	display: inline-block;
	vertical-align: middle;
	width: 16px;
	height: 25px;
	background: url(../img/svg/triangle.svg) no-repeat;
	background-size: contain;
	margin-right: 15px;
}
.special-list .contest-title {
	padding-top: 30px;
}
.special-info {
	padding-top: 15px;
}
.special-info .date {
	padding-top: 2px;
}
.author a {
	font-size: 14px;
	line-height: 16px;
	color: #585b5e;
	font-weight: 500;
	text-decoration: underline;
}
.author a:hover {
	text-decoration: none;
}
.special-list {
	padding-right: 30px;
}
.open-card .special-news {
	max-width: 100%;
}
.special-news {
	max-width: 770px;
}
.special-list {
	display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
	position: relative;
	list-style: none;
	margin-left: -15px;
	margin-right: -15px;
}
.special-list li {
    -ms-flex: 0 0 33%;
    flex: 0 0 33%;
    max-width: 33%;
	padding: 0 15px 10px;
}
.special-list li a {
	position: relative;
	display: block;
	color: #2b2e31;
	font-size: 15px;
	line-height: 20px;
	padding-left: 15px;
	text-decoration: underline;
}
.special-list li a:hover {
	text-decoration: none;
}
.special-list li a:before {
	content: "";
	position: absolute;
	left: 0;
	top: 7px;
	display: block;
	width: 5px;
	height: 5px;
	background: #2b2e31;
	border-radius: 50%;
	font-size: 10px;
	color: #2b2e31;
}

.special-news {
	margin-top: 20px;
}
.special-item {
	position: relative;
	border: #f6f6f6 8px solid;
	box-sizing: border-box;
	padding: 20px;
	margin-bottom: 20px;
}
.special-news-title {
	color: #2b2e31;
	font-size: 17px;
	font-weight: bold;
	padding-bottom: 5px;
}
.special-news-text {
	font-size: 16px;
	line-height: 22px;
}
.special-news-text p{
padding-bottom: 15px;
}
.special-item .icon-tr {
	display: inline-block;
	vertical-align: middle;
	width: 16px;
	height: 30px;
	background: url(../img/svg/triangle.svg) no-repeat;
	background-size: contain;
	margin-right: 15px;
}
/*soltest*/
.soltest p lable p {
	float:right;
}
.soltestitem{
	width: 100%;
}
.soltest .soltestitem p {
	cursor: pointer;
	}
.soltest .soltestitem img {
	cursor: pointer;
	}
.soltest .jq-radio, .soltest .jq-checkbox {
	margin-top: 5px;
	float:left;
}
.soltestdescr{
	/*position: absolute;
	height:100%;*/
	width:100%;
	display:none;
}
.soltestgreen p{
	color: green;
	font-size: 24px;
	text-align: center
}
.soltestred p{
	color: #f93d4d;
	font-size: 24px;
	text-align: center
}
/*soltest*/

/*solpoll*/
.poolres{
	
	
}
.polllable{
	margin-top: 35px;
	margin-bottom:-35px;
	
}
.pollcool{
	
	background: #f93d4d; 
}
.pollcool span{
	font-size:12px;
	padding-left:10px;
}
/*solpoll*/

.live-posts {
	padding-top: 30px;
	padding-bottom: 10px;
	margin-top: 30px;
	border-top: #dbdee4 1px solid;
}
.live-post {
	margin-bottom: 20px;
}
.live-title h3 {
	margin-bottom: 5px;
}
.live-title a {
	color: #2b2e31;
	font-size: 20px;
	line-height: 22px;
	font-weight: bold;
}
.live-text {
	font-size: 14px;
	line-height: 19px;
	color: #585b5e;
}
.live-media {
	margin-top: 20px;
}
.media-item {
	position: relative;
	height: 100%;
	padding-bottom: 20px;
}
.live-media iframe {
	width: 100%;
	max-width: 100%;
	border: none;
}
.media-item img {
	width: 100%;
}
.media-item iframe {
	display: block;
	height: 100%;
	max-height: 100%;
}
.subscr-icon-block {
	max-width: 142px;
}
.subscr-descr h2 {
	font-size: 20px;
	line-height: 20px;
	text-transform: none;
	font-weight: bold;
	margin-bottom: 15px;
}
.subscr-descr h2:after {
	display: none;
}
.subscr-period {
	font-size: 14px;
	line-height: 20px;
	color: #585b5e;
}
.subscr-mailing {
	display: flex;
	margin-top: 20px;
	font-size: 14px;
	color: #2b2e31;
}
.subscr-mailing input[type="checkbox"] {
	margin-top: 0;
	min-width: 16px;
}
.subscr-mailing label {
	padding-left: 5px;
	cursor: pointer;
}
.sub-form {
	margin-top: 30px;
}
.subcr-offer > .row {
	align-items: center;
}
.subcr-offer {
	padding: 15px 30px;
	background: #f7f7f7;
	margin-bottom: 15px;
}
.subscr-extend {
	text-align: right;
}
.subscr-abon-title .subscr-period-var {
	font-weight: normal;
	font-size: 14px;
	color: #8b8f94;
}
.subscr-abon-title .subscr-period-tit {
	display: inline-block;
	min-width: 230px;
	font-size: 16px;
	color: #2b2e31;
	font-weight: bold;
	padding-right: 30px;
}
.subscr-abon-title .icon-pdf {
	font-size: 18px;
	color: #2b2e31;
	font-weight: normal;
	padding-right: 15px;
}
.subscr-price {
	color: #2b2e31;
	font-weight: bold;
	font-size: 15px;
	padding-right: 20px;
}
.subscr-old-price {
	font-size: 14px;
	line-height: 16px;
	color: #8b8f94;
	font-weight: normal;
	text-decoration: line-through;
	padding-right: 20px;
}
.subscr-but {
	background: none;
	padding: 10px 30px;
}
.subscr-mailing .jq-checkbox, .subscr-mailing .jq-radio {
	vertical-align: -3px;
	min-width: 16px;
}
.icon-login img {
	position: absolute;
	top: 8px;
	left: 8px;
	max-width: 36px;
	max-height: 36px;
	border-radius: 50%;
	
}
a.icon-login.auth {
	background: #4e5257;
}
.login-widget {
	display: none;
	position: absolute;
	top: 50px;
	right: 0;
	background: #fff;
    box-shadow: 0px 7px 13px 0px rgba(0, 0, 0, 0.2);
	z-index: 2;
	width: 320px;
	box-sizing: border-box;
	padding: 30px 15px
}
.login-input {
	margin-bottom: 15px;
}
.login-input label {
	color: #585b5e;
	font-size: 15px;
}
.login-input input {
	border: #d2d6e0 1px solid;
	height: 34px;
	line-height: 34px;
}
.login-remember label {
	font-size: 13px;
	color: #585b5e;
}
.login-but {
	display: block;
	width: 100%;
	padding: 10px 20px;
	margin-top: 5px;
}
.header-icons .login-form a,
.header-icons .logout-form a {
    width: auto;
    line-height: normal;
    text-align: left;
    border-right: none;
    color: #232323;
}
.header-icons .login-form a:hover {
	text-decoration: none;
}
.header-icons .login-form a:hover:after,
.header-icons .logout-form a:hover:after {
	display: none;
}
.login-reg {
	display: flex;
    justify-content: space-between;
    margin-top: 15px;	
}
.login-reg a {
	font-size: 13px;
	text-decoration: underline;
}
.login-social {
	margin-top: 20px;
}
.login-social-tit {
	color: #8b8f94;
	font-size: 13px;
	padding-bottom: 10px;
}
.header-icons .login-social-icons a {
	display: inline-block;
	vertical-align: middle;
	width: 35px;
	height: 35px;
	margin-bottom: 5px;
	background: #f4f4f4;
	border-radius: 50%;
	text-align: center;
	line-height: 35px;
	font-size: 18px;
	margin-right: 10px;
	color: #585b5e;
}
.header-icons .login-social-icons a:hover {
	color: #000;
}

.logout-widget {
	display: none;
	position: absolute;
	top: 50px;
	right: 0;
	background: #fff;
    box-shadow: 0px 7px 13px 0px rgba(0, 0, 0, 0.2);
	z-index: 2;
	width: 270px;
	box-sizing: border-box;
	padding: 30px 15px
}
.pers-name {
	color: #2b2e31;
	font-weight: bold;
	font-size: 16px;
	line-height: 22px;
	padding-bottom: 10px;
}
.logout-list {
	padding: 10px 0;
	border-top: #dbdee4 1px solid;
	border-bottom: #dbdee4 1px solid;
	margin: 0 0 15px;
}
.logout-list li {
	padding: 5px 0;
}
.logout-list a {
	font-size: 14px;
	line-height: 16px;
	color: #585b5e;
}
.logout-but button {
	padding: 8px 50px;
}

#change_pass .modal-dialog {
    max-width: 370px;
    margin: 20% auto;
}
#change_pass .modal-body {
	padding: 40px 50px;
}
.change-password-form h3 {
	color: #2b2e31;
	font-weight: bold;
	font-size: 20px;
	line-height: 22px;
}
.person-input input {
    color: #2b2e31;
    font-size: 14px;
    padding: 10px 15px;
	border: #d2d6e0 1px solid;
	width: 100%;
}
.x {
    display: block;
    width: 15px;
    height: 15px;
    background: url(../img/svg/close.svg) no-repeat;
    position: absolute;
    top: 15px;
    right: 15px;
	padding: 0;
    cursor: pointer;
	border: none;
	text-align: center;
    z-index: 1;
    opacity: 1;
}
.x:hover {
	opacity: 0.7;
	color: #000;
    background: url(../img/svg/close.svg) no-repeat;
}
.all-posts-but {
	display: flex;
    text-align: center;
    width: 100%;
    align-items: center;
    justify-content: center;	
}
.icon-google-plus {
	background: url(../img/svg/google_plus.svg) no-repeat;
	background-size: contain;
	width: 16px;
	opacity: 0.5;
}
.icon-zen {
	background: url(../img/svg/zen.png) no-repeat;
	background-size: contain;
	width: 16px;
	opacity: 0.5;
}
.icon-google-plus:hover, .icon-zen:hover {
	opacity: 1;
}
.news-card .card-text {
	max-width: 100%;
}
.inside .news-card .center {
	text-align: center;
}
/*.inside .news-card .news-img {
	display: inline-block;
}*/
.inside .news-card .news-img .img-descr {
	text-align: left;
}
.news-img img{
	width:100%;
}
.inside-mes {
	padding: 50px 0;
}
.inside.subscription {
	background: #f7f7f7;
	margin-bottom: -40px;
	padding-bottom: 40px;
}
.subscr {
	max-width: 970px;
	margin: 0 auto;
	padding-top: 30px;
}
.subscr .head1 {
	margin: 0;
	font-size: 36px;
	line-height: 36px;
	color: #2b2e31;
	font-weight: 900;
	letter-spacing: 0.2px;
	text-transform: none;
	text-align: center;
	border-bottom: none;
}
.subscr .head1:after {
	display: none;
}
.subscr-slogan {
	font-size: 18px;
	line-height: 18px;
	padding-top: 5px;
	text-align: center;
}
.subscr-block {
	margin: 30px 0;
	background: #fff;
	border: #e9e9e9 2px solid;
	border-top: #f93d4d 3px solid;
}
.subscr-heading {
	margin: 0;
	border-bottom: #e9e9e9 3px solid;
	border-left: #e9e9e9 1px solid;
	border-right: #e9e9e9 1px solid;
	align-items: center;
}
.subscr-row {
	margin: 0;
	padding: 25px 30px;
	border-bottom: #e9e9e9 2px solid;
	align-items: center;
}
.subscr-row:last-child {
	border-bottom: none;
}
.subscr-title h2 {
	font-size: 22px;
	line-height: 26px;
	font-weight: bold;
	color: #2b2e31;
	text-transform: none;
	margin: 0;
    padding: 10px 30px 10px 30px;
}
.subscr-title h4 {
	font-size: 18px;
	line-height: 20px;
	margin: 0;
    padding: 0px 0px 10px 0px;
}
.subscr-title h2:after {
	display: none;
}
.subscr-title h2 span {
	display: block;
	font-size: 18px;
	line-height: 16px;
	padding-top: 5px;
	font-weight: 500;
	color: #8b8f94;
	border: none;
}
.subscr-title a {
 color:#ff195a;
}
.subscr-descr {
	font-size: 15px;
	line-height: 21px;
	color: #2b2e31;
}
.subscr-period {
	display: -ms-flexbox;
    display: flex;
	align-items: center;
	font-size: 18px;
	font-weight: bold;
	color: #2b2e31;
}
.subscr-period span {
	color: #f93d4d;
	font-size: 46px;
	line-height: 46px;
	margin-right: 10px;
	font-weight: bold;
}
.subscr-info-row {
	display: -ms-flexbox;
    display: flex;
	-ms-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
    flex-wrap: wrap;
	align-items: center;
}
.subscr-info-discount {
	margin-left: auto;
	margin-right: 30px;
	font-size: 15px;
	color: #8b8f94;
}
.subscr-info-discount span {
	text-decoration: line-through;
	padding-right: 15px;
}
.subscr-info-price {
	margin-right: 15px;
	font-size: 16px;
	color: #2b2e31;
	font-weight: bold;
}
.subscr-info-buy button, .subscr-info-buy input {
	color: #fff;
	font-size: 16px;
	background: #f93d4d;
	padding: 10px 40px;
	border: none;
}
.subscr-info-buy input {
margin: 0 auto;
}
.subscr-info-buy button:hover, .subscr-info-buy input:hover {
	background: #ff5664;
}
.for-legals {
	text-align: center;
	margin-top: 30px;
}

.for-legals .but, .modsub .but  {
	line-height: 50px;
	height: 50px;
	color: #fff;
	font-size: 15px;
	width: 100%;
	max-width: 370px;
	background: #f93d4d;
	border: none;
	padding: 0 15px;
}
.for-legals .but:hover, .modsub .but:hover {
	background: #ff5664;
}
.solid-block {
	position: relative;
	padding: 30px;
	background: #f9f9f9;
	border: #edf0f3 2px solid;
	border-top: #f93d4d 2px solid;
}
.solid-block .row {
	align-items: center;
}
.solid-block-title {
	font-size: 17px;
	line-height: 26px;
	font-weight: bold;
}
.solid-block-info {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.solid-block-info {
	justify-content: space-between;
}
.solid-info a {
	font-size: 16px;
}
.solid-menu {
	position: relative;
	margin-top: 40px;
	padding: 0px 30px;
	border: #edf0f3 1px solid;
}
.solid-list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;	
}
.solid-list li {
	position: relative;
	font-size: 16px;
	margin-right: 30px;
	padding: 15px 0;
	cursor: pointer;
}
.solid-list li:hover:after,
.solid-list li.current:after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: -2px;
	display: block;
	height: 3px;
	background: #f93d4d;
	transition: all ease 0.4s;
}
.solid-list li:first-child a:after {
	left: 0;
	right: 30px;
}
.solid-table {
	margin-top: 40px;
}
.solid-row {
	align-items: center;
	border-bottom: #dbdee4 1px solid;
	padding-bottom: 20px;
	margin-bottom: 20px;
}
.solid-row > .row {
	align-items: center;
}
.solid-info {
    display: -ms-flexbox;
    display: flex;
	align-items: center;
}
.solid-text {
	margin-left: 15px;
}
.solid-photo {
	min-width: 150px;
	height: 120px;
}
.solid-title a {
	font-size: 18px;
	line-height: 22px;
	color: #2b2e31;
	font-weight: bold;
}
.solid-descr {
	margin-top: 10px;
}
.solid-descr a {
	font-size: 14px;
	line-height: 18px;
	color: #585b5e;
}
.solid-data .row {
	align-items: center;
}
.solid-data {
	font-size: 16px;
	line-height: 18px;
	font-weight: bold;
}
.solid-order {
	color: #fff;
	font-size: 14px;
	background: #f93d4d;
	border: none;
	/*width: 100%;*/
}
.solid-order:hover {
    background: #ff5664;
}
.special-category a {
	display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
	align-items: center;
	border: #dbdee4 1px solid;
	padding: 25px 10px 25px 25px;
	height: 80px;
	margin-bottom: 30px;
	font-size: 16px;
	font-weight: bold;
}
.special-category a:hover {
	border: #f93d4d 1px solid;
}
.special-category a span {
	display: block;
	min-width: 30px;
	height: 25px;
	margin-right: 15px;
}
.special-category a span.icon-contest {
	background: url(../img/svg/contest_ic.svg) no-repeat center;
}
.special-category a span.icon-motivation {
	background: url(../img/svg/motivation_ic.svg) no-repeat center;
}
.special-category a span.icon-words {
	background: url(../img/svg/words_ic.svg) no-repeat center;
}
.special-category a span.icon-specsave {
	background: url(../img/svg/specsave_ic.svg) no-repeat center;
}
.special-category a span.icon-live {
	background: url(../img/svg/live_ic.svg) no-repeat center;
}
.special-category a span.icon-law {
	background: url(../img/svg/law_ic.svg) no-repeat center;
}
.special-category a span.icon-friend {
	background: url(../img/svg/friend_ic.svg) no-repeat center;
}
.special-category a span.icon-school {
	background: url(../img/svg/school_ic.svg) no-repeat center;
}
.news-author {
	margin-top: 15px;
	margin-bottom: 15px;
	
}
.news-author-photo {
	padding: 0 15px;
}
.news-author .opinion-person > .row {
	-ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}
.news-author .opinion-person:after {
    left: 5%;
    width: 95%;
}
.solid-reviews {
	margin: 20px 0 -20px;	
}
.review {
	position: relative;
	padding: 15px;
	border-top: #dbdee4 1px solid;
	background: #f8f8f8;
}
.review > .row {
	align-items: center;
}
.review-photo {
	overflow: hidden;
	max-width: 150px;
	max-height: 150px;
	border-radius: 50%;
}
.review-photo img {
	max-width: 100%;
}
.review-author-name {
	font-size: 16px;
	line-height: 1;
	font-weight: bold;
	margin-right: 15px;
	color: #2b2e31;
}
.review-author-post {
	font-size: 13px;
	color: #585b5e;
}
.review-text {
	margin-top: 15px;
	font-size: 13.5px;
	line-height: 20px;
	color: #2b2e31;
}
.review-text a {
	color: #2b2e31;
	text-decoration: underline;
}
.review-text a:hover {
	text-decoration: none;
}


/*Tests*/

 .carousel-control-next .red-but, .carousel-control-prev .red-but {
   position: relative;
    top: 0;
    bottom: 0;
    display: -ms-flexbox;
    display: block;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    color: #2b2e31;
    text-align: center;
    opacity: 1;
	font-size: 16px;
padding: 12px 15px;
	margin-top:20px;
	
	
}

.carousel-control-prev-icon {
  background-image:url(../img/leftsl.png);
}
.carousel-control-next-icon {
  background-image:url(../img/rightsl.png);
}

.test-save{
background: #fff;
border: #f30c20 1px solid;
padding: 12px 15px;
	margin-top:20px;
	width: 100%;
	font-size: 16px;
	position: relative !important;
}
.test-save:hover {
	background: #fff;
}
.carousel-control-next:focus,.carousel-control-next:hover,.carousel-control-prev:focus,.carousel-control-prev:hover{color:#2b2e31;text-decoration:none;outline:0;opacity:1}
.test-res h1{
	font-size: 36px;
	color: #f73d4e;
	text-align:center;
	text-transform:none;
	margin-bottom:40px !important; 
	margin-top: 10px;
	}
	
	.carousel-control-next:focus .red-but,.carousel-control-next:hover .red-but,.carousel-control-prev:focus .red-but,.carousel-control-prev:hover{color:#2b2e31;text-decoration:none;outline:0;opacity:1} .test-res h1{
	background: #fff;
border: #f30c20 1px solid;
padding: 12px 15px;
	margin-top:20px;
	width: 100%;
	font-size: 16px;
	position: relative;
	}
	
.test-res h1:after{
	border: none;
}
	
.test-res img{
margin: 0 auto;	
	display: block;
	
	border: solid 30px #dbdee4;
	text-align:center;
}
.test-res span{
	max-width: 700px;
	margin: 0 auto;	
	display: block;
	margin-top: 30px;
}
.test-res span p{
	
	font-size: 24px;
	
}
.test-soc span p{
	text-align:center;
	margin: 0 auto;	
	display: block;
	margin-top: 30px;
	font-size: 18px;
	max-width: 710px;
	
}

.test-soc-butt{
	margin-top: 30px !important;
	text-align:center;
	margin: 0 auto;	
	display: block;
	
}

.ya-share2__list.ya-share2__list_direction_horizontal{
	margin-left:0px;
}
.test-quest-number{
	font-size: 16px;
	color: #8b8f94;
	text-align: right;
}


/*end Tests*/
/*end content*/
/*lady*/
.lady-item{
	margin-bottom: 30px;
	border-bottom: #dbdee4 2px solid;
}
.lady-title{
	font-size:18px;
	margin-bottom: 20px;
	
}
.lady-dolg{
	font-size:16px;
	margin-bottom: 25px;
}

/*end lady*/


/*footer*/
footer {
	margin-top: 40px;
	background: #202224;
	color: #c3c8cd;
}
.footer-top {
	padding: 40px 0;	
}
.footer-social {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
	justify-content: space-between;
    text-align: center;
    margin: 20px 0;
}
.footer-social a {
	display: inline-block;
	color: #c3c8cd;
	font-size: 16px;
}
.footer-social a:hover {
	color: #fff;
}
.footer-contacts {
    text-align: right;
}
.footer-phone a {
    font-size: 18px;
    line-height: normal;
    color: #c3c8cd;
    font-weight: bold;
}
.footer-call {
    padding-top: 10px;
}
.footer-call a {
    font-size: 15px;
    color: #c3c8cd;
    text-decoration: underline;
}
.footer-call a:hover {
    text-decoration: none;
}
.footer-nav {
	box-sizing: border-box;
	padding-right: 50px;
	padding-top: 15px;
}
.footer-nav ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.footer-nav ul.tags {
	padding-top:8px;
    border-top: 1px #6f737b solid;
}
.footer-nav li {
	padding-right: 15px;
	padding-bottom: 15px;
}
.footer-nav li a {
	color: #c3c8cd;
	font-size: 14px;
	line-height: 22px;
}
.footer-nav li a:hover {
	text-decoration: underline;
}

.footer-bottom {
	padding: 40px 0;
	background: #1b1c1e;
}
.footer-feedback {
	text-align: center;
}
.feedback-but {
	display: inline-block;
	vertical-align: middle;
	color: #ffffff;
	font-size: 14px;
	text-align: center;
	padding: 12px 40px;
	border: #f93d4d 1px solid;
}
.feedback-but:hover {
	text-decoration: underline;
	color: #fff;
}
.copy {
	font-size: 14px;
	line-height: 20px;
	color: #c3c8cd;
}
.copy-text {
	padding-top: 10px;
	font-size: 12px;
	line-height: 18px;
	color: #6f737b;
}
.copy-text a{
	color: #c3c8cd;
}
.copy-but {
	margin-top: 25px;
	text-align: right;
}
/*.copy-but a {
	display: inline-block;
	vertical-align: middle;
	background: #2d2d2d;
	text-align: center;
	color: #f0f4f5;
	font-size:12px;
	padding: 5px 25px;
}*/




/* end footer */

/* form styler*/
.jq-checkbox,
.jq-radio {
	position: relative;
	display: inline-block;
	overflow: hidden;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.jq-checkbox input,
.jq-radio input {
	position: absolute;
	z-index: -1;
	margin: 0;
	padding: 0;
	opacity: 0;
}
.jq-file {
	position: relative;
	display: inline-block;
	overflow: hidden;
}
.jq-file input {
	position: absolute;
	top: 0;
	right: 0;
	height: auto;
	margin: 0;
	padding: 0;
	opacity: 0;
	font-size: 100px;
	line-height: 1em;
}
.jq-file__name {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.jq-selectbox,
.jq-select-multiple {
	position: relative;
	display: inline-block;
}
.jq-selectbox select,
.jq-select-multiple select {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	opacity: 0;
}
.jq-selectbox li,
.jq-select-multiple li {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	white-space: nowrap;
}
.jq-selectbox {
	z-index: 10;
}
.jq-selectbox__select {
	position: relative;
}
.jq-selectbox__select-text {
	overflow: hidden;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.jq-selectbox__dropdown {
	position: absolute;
}
.jq-selectbox__search input {
	-webkit-appearance: textfield;
}
.jq-selectbox__search input::-webkit-search-cancel-button,
.jq-selectbox__search input::-webkit-search-decoration {
	-webkit-appearance: none;
}
.jq-selectbox__dropdown ul {
	position: relative;
	overflow: auto;
	overflow-x: hidden;
	list-style: none;
	-webkit-overflow-scrolling: touch;
}
.jq-select-multiple ul {
	position: relative;
	overflow-x: hidden;
	-webkit-overflow-scrolling: touch;
}
.jq-number {
	display: inline-block;
}
.jq-number__field input {
	-moz-appearance: textfield;
	text-align: left; /* для Opera Presto */
}
.jq-number__field input::-webkit-inner-spin-button,
.jq-number__field input::-webkit-outer-spin-button {
	margin: 0; /* в каких-то браузерах присутствует отступ */
	-webkit-appearance: none;
}
.jq-checkbox,
.jq-radio {
	vertical-align: -3px;
	width: 16px;
	height: 16px;
	margin: 0 4px 0 0;
	border: 1px solid #acacac;
	background: #fff;
	box-shadow: none;
	cursor: pointer;
}
.jq-checkbox.focused,
.jq-radio.focused {

}
.jq-checkbox.disabled,
.jq-radio.disabled {
	opacity: .55;
}
.jq-checkbox {
	border-radius: 0px;
}
.jq-checkbox.checked .jq-checkbox__div {
	width: 8px;
	height: 4px;
	margin: 4px 0 0 3px;
	border-bottom: 2px solid #666;
	border-left: 2px solid #666;
	-webkit-transform: rotate(-50deg);
	transform: rotate(-50deg);
}
.jq-radio {
	border-radius: 50%;
}
.jq-radio.checked .jq-radio__div {
    width: 6px;
    height: 6px;
    margin: 4px 0 0 4px;
    border-radius: 50%;
    background: #8b8f94;
}
.jq-file {
	width: 270px;
	border-radius: 4px;
	box-shadow: 0 1px 2px rgba(0,0,0,.1);
}
.jq-file input {
	cursor: pointer;
}
.jq-file__name {
	box-sizing: border-box;
	width: 100%;
	height: 34px;
	padding: 0 80px 0 10px;
	border: 1px solid #CCC;
	border-bottom-color: #B3B3B3;
	border-radius: 4px;
	background: #FFF;
	box-shadow: inset 1px 1px #F1F1F1;
	font: 14px/32px 'Open Sans', sans-serif;
	color: #333;
}
.jq-file__browse {
	position: absolute;
	top: 1px;
	right: 1px;
	padding: 0 10px;
	border-left: 1px solid #CCC;
	border-radius: 0 4px 4px 0;
	background: linear-gradient(#FFF, #E6E6E6);
	box-shadow: inset 1px -1px #F1F1F1, inset -1px 0 #F1F1F1, 0 1px 2px rgba(0,0,0,.1);
	font: 14px/32px 'Open Sans', sans-serif;
	color: #333;
	text-shadow: 1px 1px #FFF;
}
.jq-file:hover .jq-file__browse {
	background: linear-gradient(#F6F6F6, #E6E6E6);
}
.jq-file:active .jq-file__browse {
	background: #F5F5F5;
	box-shadow: inset 1px 1px 3px #DDD;
}
.jq-file.focused .jq-file__name {
	border: 1px solid #5794BF;
}
.jq-file.disabled,
.jq-file.disabled .jq-file__name,
.jq-file.disabled .jq-file__browse {
	border-color: #CCC;
	background: #F5F5F5;
	box-shadow: none;
	color: #888;
}
.jq-number {
	position: relative;
	vertical-align: middle;
	padding: 0 36px 0 0;
}
.jq-number__field {
	width: 100px;
	border: 1px solid #c1c1c1;
}
.jq-number__field:hover {
	border-color: #B3B3B3;
}
.jq-number__field input {
	box-sizing: border-box;
	width: 100%;
	padding: 10px;
	height: 38px;
	border: none;
	outline: none;
	background: none;
	font: 14px 'Roboto', sans-serif;
	color: #202224;
	border-radius: 0;
}
.jq-number__spin {
	position: absolute;
	top: 0;
	right: 0;
	width: 34px;
	height: 14px;
	border: #c1c1c1 1px solid;
	border-radius:0;
	background: #fff;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	text-shadow: 1px 1px #FFF;
	cursor: pointer;
}
.jq-number__spin.minus {
	top: auto;
	bottom: 0;
}
.jq-number__spin:hover {
	background: linear-gradient(#F6F6F6, #E6E6E6);
}
.jq-number__spin:active {
	background: #F5F5F5;
	box-shadow: inset 1px 1px 3px #DDD;
}
.jq-number__spin:after {
	content: '';
	position: absolute;
	top: 4px;
	left: 11px;
	width: 0;
	height: 0;
	border-right: 5px solid transparent;
	border-bottom: 5px solid #999;
	border-left: 5px solid transparent;
}
.jq-number__spin.minus:after {
	top: 5px;
	border-top: 5px solid #999;
	border-right: 5px solid transparent;
	border-bottom: none;
	border-left: 5px solid transparent;
}
.jq-number__spin.minus:hover:after {
	border-top-color: #000;
}
.jq-number__spin.plus:hover:after {
	border-bottom-color: #000;
}
.jq-number.focused .jq-number__field {
	border: 1px solid #5794BF;
}
.jq-number.disabled .jq-number__field,
.jq-number.disabled .jq-number__spin {
	border-color: #CCC;
	background: #F5F5F5;
	box-shadow: none;
	color: #888;
}
.jq-number.disabled .jq-number__spin:after {
	border-bottom-color: #AAA;
}
.jq-number.disabled .jq-number__spin.minus:after {
	border-top-color: #AAA;
}
.jq-selectbox {
	vertical-align: middle;
	cursor: pointer;
}
.jq-selectbox__select {
	padding: 0 45px 0 10px;
	border: 1px solid #c1c5ce;
	border-bottom-color: #B3B3B3;
	border-radius: 0px;
	background: #fff;
	box-shadow: none;
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	line-height: 42px;
	height: 40px;
	color: #363636;
}
.jq-selectbox__select:hover {
	background: linear-gradient(#F6F6F6, #E6E6E6);
}
.jq-selectbox__select:active {
	background: #F5F5F5;
	box-shadow: inset 1px 1px 3px #DDD;
}
.jq-selectbox.focused .jq-selectbox__select {
	border: 1px solid #5794BF;
}
.jq-selectbox.disabled .jq-selectbox__select {
	border-color: #CCC;
	background: #F5F5F5;
	box-shadow: none;
	color: #888;
}
.jq-selectbox__select-text {
	display: block;
	width: 100%;
}
.jq-selectbox .placeholder {
	color: #888;
}
.jq-selectbox__trigger {
	position: absolute;
	top: 0;
	right: 0;
	width: 50px;
	height: 100%;
}
.jq-selectbox__trigger-arrow {
	position: absolute;
	top: 17px;
	right: 8px;
	width: 0;
	height: 0;
	border-top: 5px solid #c1c5ce;
	border-right: 5px solid transparent;
	border-left: 5px solid transparent;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow {
	border-top-color: #000;
}
.jq-selectbox.disabled .jq-selectbox__trigger-arrow {
	border-top-color: #AAA;
}
.jq-selectbox__dropdown {
	box-sizing: border-box;
	width: 100%;
	margin: 1px 0 0;
	padding: 0;
	border: 1px solid #c1c1c1;
	border-radius: 0px;
	background: #FFF;
	box-shadow: 0 2px 10px rgba(0,0,0,.2);
	font: 14px/18px Open Sans, sans-serif;
}
.jq-selectbox__search {
	margin: 5px;
}
.jq-selectbox__search input {
	box-sizing: border-box;
	width: 100%;
	margin: 0;
	padding: 5px 27px 6px 8px;
	border: 1px solid #CCC;
	border-radius: 3px;
	outline: none;
	background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAMCAYAAABiDJ37AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAO1JREFUeNqU078LAXEYx/FzYfNzk5TJaFNKYjFYSQZ/hvwBsvg1UCY2xT9gM8hukQGThWRjkcFw3pdnujhfT736Xn2fPvfc3fd07V0OFDDFAnM0ENYsZRiGLSc9OpqIYIA9fMhhjCrW2h9VlMlcH/aymMGtOqEugX08PwQucUZKdTozMIqdTc9WepQD7wjY9ARx+ydwhfyXfS+S0qMcOEQJGcueB3VccFINdMgal6NzkmPjRwJXxDBB7/2RDdtAp6wb+dpphHDASG5QQ0V6u2aoSqBZD/lDrNWRJynLK2qpBn4rc6K2XB9/Nb8EGABtf1thzY6X2AAAAABJRU5ErkJggg==') no-repeat 100% 50%;
	box-shadow: inset 1px 1px #F1F1F1;
	color: #333;
}
.jq-selectbox__not-found {
	margin: 5px;
	padding: 5px 8px 6px;
	background: #F0F0F0;
	font-size: 13px;
}
.jq-selectbox ul {
	margin: 0;
	padding: 0;
}
.jq-selectbox li {
	min-height: 18px;
	padding: 5px 10px 6px;
	color: #231F20;
}
.jq-selectbox li.selected {
	background-color: #fff;
	color: #000;
}
.jq-selectbox li:hover {
	background-color: #274691;
	color: #FFF;
}
.jq-selectbox li.disabled {
	color: #AAA;
}
.jq-selectbox li.disabled:hover {
	background: none;
}
.jq-selectbox li.optgroup {
	font-weight: bold;
}
.jq-selectbox li.optgroup:hover {
	background: none;
	color: #231F20;
	cursor: default;
}
.jq-selectbox li.option {
	padding-left: 25px;
}
.jq-select-multiple {
	box-sizing: border-box;
	padding: 1px;
	border: 1px solid #CCC;
	border-bottom-color: #B3B3B3;
	border-radius: 4px;
	background: #FFF;
	box-shadow: inset 1px 1px #F1F1F1, 0 1px 2px rgba(0,0,0,.1);
	font: 14px/18px 'Open Sans', sans-serif;
	color: #333;
	cursor: default;
}
.jq-select-multiple.focused {
	border: 1px solid #202224;
}
.jq-select-multiple.disabled {
	border-color: #CCC;
	background: #F5F5F5;
	box-shadow: none;
	color: #888;
}
.jq-select-multiple ul {
	margin: 0;
	padding: 0;
}
.jq-select-multiple li {
	padding: 3px 9px 4px;
	list-style: none;
}
.jq-select-multiple li:first-child {
	border-radius: 3px 3px 0 0;
}
.jq-select-multiple li:last-child {
	border-radius: 0 0 3px 3px;
}
.jq-select-multiple li.selected {
	background: #08C;
	color: #FFF;
}
.jq-select-multiple li.disabled {
	color: #AAA;
}
.jq-select-multiple li.optgroup {
	font-weight: bold;
}
.jq-select-multiple li.option {
	padding-left: 25px;
}
.jq-select-multiple.disabled li.selected,
.jq-select-multiple li.selected.disabled {
	background: #CCC;
	color: #FFF;
}

.number-plus-minus .jq-number {
	padding: 0 38px;
}
.number-plus-minus .jq-number__field {
	width: 50px;
}
.number-plus-minus .jq-number__field input {
	text-align: center;
}
.number-plus-minus .jq-number__spin {
	left: 5px;
	height: 40px;
}
.number-plus-minus .jq-number__spin.plus {
	right: 5px;
	left: auto;
}
.number-plus-minus .jq-number__spin:before {
	content: '';
	position: absolute;
	top: 18px;
    left: 10px;
    width: 12px;	
	height: 2px;
	border: none;
	background: #666;
}
.number-plus-minus .jq-number__spin.minus:after {
	display: none;
}
.number-plus-minus .jq-number__spin.plus:after {
	top: 13px;
	left: 15px;
	width: 2px;
	height: 12px;
	border: none;
	background: #666;
}
.number-plus-minus .jq-number__spin:hover:before,
.number-plus-minus .jq-number__spin.plus:hover:after {
	background: #000;
}
/* form styler end */

/* datepicker */
.datepicker {
  border-radius: 4px;
  direction: ltr;
}
.datepicker-inline {
  width: 220px;
}
.datepicker.datepicker-rtl {
  direction: rtl;
}
.datepicker.datepicker-rtl table tr td span {
  float: right;
}
.datepicker-dropdown {
  top: 0;
  left: 0;
  padding: 4px;
}
.datepicker-dropdown:before {
  content: '';
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid rgba(0, 0, 0, 0.15);
  border-top: 0;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  position: absolute;
}
.datepicker-dropdown:after {
  content: '';
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff;
  border-top: 0;
  position: absolute;
}
.datepicker-dropdown.datepicker-orient-left:before {
  left: 6px;
}
.datepicker-dropdown.datepicker-orient-left:after {
  left: 7px;
}
.datepicker-dropdown.datepicker-orient-right:before {
  right: 6px;
}
.datepicker-dropdown.datepicker-orient-right:after {
  right: 7px;
}
.datepicker-dropdown.datepicker-orient-bottom:before {
  top: -7px;
}
.datepicker-dropdown.datepicker-orient-bottom:after {
  top: -6px;
}
.datepicker-dropdown.datepicker-orient-top:before {
  bottom: -7px;
  border-bottom: 0;
  border-top: 7px solid rgba(0, 0, 0, 0.15);
}
.datepicker-dropdown.datepicker-orient-top:after {
  bottom: -6px;
  border-bottom: 0;
  border-top: 6px solid #fff;
}
.datepicker table {
  margin: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.datepicker table tr td,
.datepicker table tr th {
  text-align: center;
  width: 30px;
  height: 30px;
  border-radius: 4px;
  border: none;
}
.table-striped .datepicker table tr td,
.table-striped .datepicker table tr th {
  background-color: transparent;
}
.datepicker table tr td.old,
.datepicker table tr td.new {
  color: #777777;
}
.datepicker table tr td.day:hover,
.datepicker table tr td.focused {
  background: #eeeeee;
  cursor: pointer;
}
.datepicker table tr td.disabled,
.datepicker table tr td.disabled:hover {
  background: none;
  color: #777777;
  cursor: default;
}
.datepicker table tr td.highlighted {
  color: #000;
  background-color: #d9edf7;
  border-color: #85c5e5;
  border-radius: 0;
}
.datepicker table tr td.highlighted:focus,
.datepicker table tr td.highlighted.focus {
  color: #000;
  background-color: #afd9ee;
  border-color: #298fc2;
}
.datepicker table tr td.highlighted:hover {
  color: #000;
  background-color: #afd9ee;
  border-color: #52addb;
}
.datepicker table tr td.highlighted:active,
.datepicker table tr td.highlighted.active {
  color: #000;
  background-color: #afd9ee;
  border-color: #52addb;
}
.datepicker table tr td.highlighted:active:hover,
.datepicker table tr td.highlighted.active:hover,
.datepicker table tr td.highlighted:active:focus,
.datepicker table tr td.highlighted.active:focus,
.datepicker table tr td.highlighted:active.focus,
.datepicker table tr td.highlighted.active.focus {
  color: #000;
  background-color: #91cbe8;
  border-color: #298fc2;
}
.datepicker table tr td.highlighted.disabled:hover,
.datepicker table tr td.highlighted[disabled]:hover,
fieldset[disabled] .datepicker table tr td.highlighted:hover,
.datepicker table tr td.highlighted.disabled:focus,
.datepicker table tr td.highlighted[disabled]:focus,
fieldset[disabled] .datepicker table tr td.highlighted:focus,
.datepicker table tr td.highlighted.disabled.focus,
.datepicker table tr td.highlighted[disabled].focus,
fieldset[disabled] .datepicker table tr td.highlighted.focus {
  background-color: #d9edf7;
  border-color: #85c5e5;
}
.datepicker table tr td.highlighted.focused {
  background: #afd9ee;
}
.datepicker table tr td.highlighted.disabled,
.datepicker table tr td.highlighted.disabled:active {
  background: #d9edf7;
  color: #777777;
}
.datepicker table tr td.today {
  color: #000;
  background-color: #ffdb99;
  border-color: #ffb733;
}
.datepicker table tr td.today:focus,
.datepicker table tr td.today.focus {
  color: #000;
  background-color: #ffc966;
  border-color: #b37400;
}
.datepicker table tr td.today:hover {
  color: #000;
  background-color: #ffc966;
  border-color: #f59e00;
}
.datepicker table tr td.today:active,
.datepicker table tr td.today.active {
  color: #000;
  background-color: #ffc966;
  border-color: #f59e00;
}
.datepicker table tr td.today:active:hover,
.datepicker table tr td.today.active:hover,
.datepicker table tr td.today:active:focus,
.datepicker table tr td.today.active:focus,
.datepicker table tr td.today:active.focus,
.datepicker table tr td.today.active.focus {
  color: #000;
  background-color: #ffbc42;
  border-color: #b37400;
}
.datepicker table tr td.today.disabled:hover,
.datepicker table tr td.today[disabled]:hover,
fieldset[disabled] .datepicker table tr td.today:hover,
.datepicker table tr td.today.disabled:focus,
.datepicker table tr td.today[disabled]:focus,
fieldset[disabled] .datepicker table tr td.today:focus,
.datepicker table tr td.today.disabled.focus,
.datepicker table tr td.today[disabled].focus,
fieldset[disabled] .datepicker table tr td.today.focus {
  background-color: #ffdb99;
  border-color: #ffb733;
}
.datepicker table tr td.today.focused {
  background: #ffc966;
}
.datepicker table tr td.today.disabled,
.datepicker table tr td.today.disabled:active {
  background: #ffdb99;
  color: #777777;
}
.datepicker table tr td.range {
  color: #000;
  background-color: #eeeeee;
  border-color: #bbbbbb;
  border-radius: 0;
}
.datepicker table tr td.range:focus,
.datepicker table tr td.range.focus {
  color: #000;
  background-color: #d5d5d5;
  border-color: #7c7c7c;
}
.datepicker table tr td.range:hover {
  color: #000;
  background-color: #d5d5d5;
  border-color: #9d9d9d;
}
.datepicker table tr td.range:active,
.datepicker table tr td.range.active {
  color: #000;
  background-color: #d5d5d5;
  border-color: #9d9d9d;
}
.datepicker table tr td.range:active:hover,
.datepicker table tr td.range.active:hover,
.datepicker table tr td.range:active:focus,
.datepicker table tr td.range.active:focus,
.datepicker table tr td.range:active.focus,
.datepicker table tr td.range.active.focus {
  color: #000;
  background-color: #c3c3c3;
  border-color: #7c7c7c;
}
.datepicker table tr td.range.disabled:hover,
.datepicker table tr td.range[disabled]:hover,
fieldset[disabled] .datepicker table tr td.range:hover,
.datepicker table tr td.range.disabled:focus,
.datepicker table tr td.range[disabled]:focus,
fieldset[disabled] .datepicker table tr td.range:focus,
.datepicker table tr td.range.disabled.focus,
.datepicker table tr td.range[disabled].focus,
fieldset[disabled] .datepicker table tr td.range.focus {
  background-color: #eeeeee;
  border-color: #bbbbbb;
}
.datepicker table tr td.range.focused {
  background: #d5d5d5;
}
.datepicker table tr td.range.disabled,
.datepicker table tr td.range.disabled:active {
  background: #eeeeee;
  color: #777777;
}
.datepicker table tr td.range.highlighted {
  color: #000;
  background-color: #e4eef3;
  border-color: #9dc1d3;
}
.datepicker table tr td.range.highlighted:focus,
.datepicker table tr td.range.highlighted.focus {
  color: #000;
  background-color: #c1d7e3;
  border-color: #4b88a6;
}
.datepicker table tr td.range.highlighted:hover {
  color: #000;
  background-color: #c1d7e3;
  border-color: #73a6c0;
}
.datepicker table tr td.range.highlighted:active,
.datepicker table tr td.range.highlighted.active {
  color: #000;
  background-color: #c1d7e3;
  border-color: #73a6c0;
}
.datepicker table tr td.range.highlighted:active:hover,
.datepicker table tr td.range.highlighted.active:hover,
.datepicker table tr td.range.highlighted:active:focus,
.datepicker table tr td.range.highlighted.active:focus,
.datepicker table tr td.range.highlighted:active.focus,
.datepicker table tr td.range.highlighted.active.focus {
  color: #000;
  background-color: #a8c8d8;
  border-color: #4b88a6;
}
.datepicker table tr td.range.highlighted.disabled:hover,
.datepicker table tr td.range.highlighted[disabled]:hover,
fieldset[disabled] .datepicker table tr td.range.highlighted:hover,
.datepicker table tr td.range.highlighted.disabled:focus,
.datepicker table tr td.range.highlighted[disabled]:focus,
fieldset[disabled] .datepicker table tr td.range.highlighted:focus,
.datepicker table tr td.range.highlighted.disabled.focus,
.datepicker table tr td.range.highlighted[disabled].focus,
fieldset[disabled] .datepicker table tr td.range.highlighted.focus {
  background-color: #e4eef3;
  border-color: #9dc1d3;
}
.datepicker table tr td.range.highlighted.focused {
  background: #c1d7e3;
}
.datepicker table tr td.range.highlighted.disabled,
.datepicker table tr td.range.highlighted.disabled:active {
  background: #e4eef3;
  color: #777777;
}
.datepicker table tr td.range.today {
  color: #000;
  background-color: #f7ca77;
  border-color: #f1a417;
}
.datepicker table tr td.range.today:focus,
.datepicker table tr td.range.today.focus {
  color: #000;
  background-color: #f4b747;
  border-color: #815608;
}
.datepicker table tr td.range.today:hover {
  color: #000;
  background-color: #f4b747;
  border-color: #bf800c;
}
.datepicker table tr td.range.today:active,
.datepicker table tr td.range.today.active {
  color: #000;
  background-color: #f4b747;
  border-color: #bf800c;
}
.datepicker table tr td.range.today:active:hover,
.datepicker table tr td.range.today.active:hover,
.datepicker table tr td.range.today:active:focus,
.datepicker table tr td.range.today.active:focus,
.datepicker table tr td.range.today:active.focus,
.datepicker table tr td.range.today.active.focus {
  color: #000;
  background-color: #f2aa25;
  border-color: #815608;
}
.datepicker table tr td.range.today.disabled:hover,
.datepicker table tr td.range.today[disabled]:hover,
fieldset[disabled] .datepicker table tr td.range.today:hover,
.datepicker table tr td.range.today.disabled:focus,
.datepicker table tr td.range.today[disabled]:focus,
fieldset[disabled] .datepicker table tr td.range.today:focus,
.datepicker table tr td.range.today.disabled.focus,
.datepicker table tr td.range.today[disabled].focus,
fieldset[disabled] .datepicker table tr td.range.today.focus {
  background-color: #f7ca77;
  border-color: #f1a417;
}
.datepicker table tr td.range.today.disabled,
.datepicker table tr td.range.today.disabled:active {
  background: #f7ca77;
  color: #777777;
}
.datepicker table tr td.selected,
.datepicker table tr td.selected.highlighted {
  color: #fff;
  background-color: #777777;
  border-color: #555555;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker table tr td.selected:focus,
.datepicker table tr td.selected.highlighted:focus,
.datepicker table tr td.selected.focus,
.datepicker table tr td.selected.highlighted.focus {
  color: #fff;
  background-color: #5e5e5e;
  border-color: #161616;
}
.datepicker table tr td.selected:hover,
.datepicker table tr td.selected.highlighted:hover {
  color: #fff;
  background-color: #5e5e5e;
  border-color: #373737;
}
.datepicker table tr td.selected:active,
.datepicker table tr td.selected.highlighted:active,
.datepicker table tr td.selected.active,
.datepicker table tr td.selected.highlighted.active {
  color: #fff;
  background-color: #5e5e5e;
  border-color: #373737;
}
.datepicker table tr td.selected:active:hover,
.datepicker table tr td.selected.highlighted:active:hover,
.datepicker table tr td.selected.active:hover,
.datepicker table tr td.selected.highlighted.active:hover,
.datepicker table tr td.selected:active:focus,
.datepicker table tr td.selected.highlighted:active:focus,
.datepicker table tr td.selected.active:focus,
.datepicker table tr td.selected.highlighted.active:focus,
.datepicker table tr td.selected:active.focus,
.datepicker table tr td.selected.highlighted:active.focus,
.datepicker table tr td.selected.active.focus,
.datepicker table tr td.selected.highlighted.active.focus {
  color: #fff;
  background-color: #4c4c4c;
  border-color: #161616;
}
.datepicker table tr td.selected.disabled:hover,
.datepicker table tr td.selected.highlighted.disabled:hover,
.datepicker table tr td.selected[disabled]:hover,
.datepicker table tr td.selected.highlighted[disabled]:hover,
fieldset[disabled] .datepicker table tr td.selected:hover,
fieldset[disabled] .datepicker table tr td.selected.highlighted:hover,
.datepicker table tr td.selected.disabled:focus,
.datepicker table tr td.selected.highlighted.disabled:focus,
.datepicker table tr td.selected[disabled]:focus,
.datepicker table tr td.selected.highlighted[disabled]:focus,
fieldset[disabled] .datepicker table tr td.selected:focus,
fieldset[disabled] .datepicker table tr td.selected.highlighted:focus,
.datepicker table tr td.selected.disabled.focus,
.datepicker table tr td.selected.highlighted.disabled.focus,
.datepicker table tr td.selected[disabled].focus,
.datepicker table tr td.selected.highlighted[disabled].focus,
fieldset[disabled] .datepicker table tr td.selected.focus,
fieldset[disabled] .datepicker table tr td.selected.highlighted.focus {
  background-color: #777777;
  border-color: #555555;
}
.datepicker table tr td.active,
.datepicker table tr td.active.highlighted {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker table tr td.active:focus,
.datepicker table tr td.active.highlighted:focus,
.datepicker table tr td.active.focus,
.datepicker table tr td.active.highlighted.focus {
  color: #fff;
  background-color: #286090;
  border-color: #122b40;
}
.datepicker table tr td.active:hover,
.datepicker table tr td.active.highlighted:hover {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
.datepicker table tr td.active:active,
.datepicker table tr td.active.highlighted:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active.highlighted.active {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
.datepicker table tr td.active:active:hover,
.datepicker table tr td.active.highlighted:active:hover,
.datepicker table tr td.active.active:hover,
.datepicker table tr td.active.highlighted.active:hover,
.datepicker table tr td.active:active:focus,
.datepicker table tr td.active.highlighted:active:focus,
.datepicker table tr td.active.active:focus,
.datepicker table tr td.active.highlighted.active:focus,
.datepicker table tr td.active:active.focus,
.datepicker table tr td.active.highlighted:active.focus,
.datepicker table tr td.active.active.focus,
.datepicker table tr td.active.highlighted.active.focus {
  color: #fff;
  background-color: #204d74;
  border-color: #122b40;
}
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active.highlighted.disabled:hover,
.datepicker table tr td.active[disabled]:hover,
.datepicker table tr td.active.highlighted[disabled]:hover,
fieldset[disabled] .datepicker table tr td.active:hover,
fieldset[disabled] .datepicker table tr td.active.highlighted:hover,
.datepicker table tr td.active.disabled:focus,
.datepicker table tr td.active.highlighted.disabled:focus,
.datepicker table tr td.active[disabled]:focus,
.datepicker table tr td.active.highlighted[disabled]:focus,
fieldset[disabled] .datepicker table tr td.active:focus,
fieldset[disabled] .datepicker table tr td.active.highlighted:focus,
.datepicker table tr td.active.disabled.focus,
.datepicker table tr td.active.highlighted.disabled.focus,
.datepicker table tr td.active[disabled].focus,
.datepicker table tr td.active.highlighted[disabled].focus,
fieldset[disabled] .datepicker table tr td.active.focus,
fieldset[disabled] .datepicker table tr td.active.highlighted.focus {
  background-color: #337ab7;
  border-color: #2e6da4;
}
.datepicker table tr td span {
  display: block;
  width: 23%;
  height: 54px;
  line-height: 54px;
  float: left;
  margin: 1%;
  cursor: pointer;
  border-radius: 4px;
}
.datepicker table tr td span:hover,
.datepicker table tr td span.focused {
  background: #eeeeee;
}
.datepicker table tr td span.disabled,
.datepicker table tr td span.disabled:hover {
  background: none;
  color: #777777;
  cursor: default;
}
.datepicker table tr td span.active,
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active.disabled:hover {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker table tr td span.active:focus,
.datepicker table tr td span.active:hover:focus,
.datepicker table tr td span.active.disabled:focus,
.datepicker table tr td span.active.disabled:hover:focus,
.datepicker table tr td span.active.focus,
.datepicker table tr td span.active:hover.focus,
.datepicker table tr td span.active.disabled.focus,
.datepicker table tr td span.active.disabled:hover.focus {
  color: #fff;
  background-color: #286090;
  border-color: #122b40;
}
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active:hover:hover,
.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active.disabled:hover:hover {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.active,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled:hover.active {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
.datepicker table tr td span.active:active:hover,
.datepicker table tr td span.active:hover:active:hover,
.datepicker table tr td span.active.disabled:active:hover,
.datepicker table tr td span.active.disabled:hover:active:hover,
.datepicker table tr td span.active.active:hover,
.datepicker table tr td span.active:hover.active:hover,
.datepicker table tr td span.active.disabled.active:hover,
.datepicker table tr td span.active.disabled:hover.active:hover,
.datepicker table tr td span.active:active:focus,
.datepicker table tr td span.active:hover:active:focus,
.datepicker table tr td span.active.disabled:active:focus,
.datepicker table tr td span.active.disabled:hover:active:focus,
.datepicker table tr td span.active.active:focus,
.datepicker table tr td span.active:hover.active:focus,
.datepicker table tr td span.active.disabled.active:focus,
.datepicker table tr td span.active.disabled:hover.active:focus,
.datepicker table tr td span.active:active.focus,
.datepicker table tr td span.active:hover:active.focus,
.datepicker table tr td span.active.disabled:active.focus,
.datepicker table tr td span.active.disabled:hover:active.focus,
.datepicker table tr td span.active.active.focus,
.datepicker table tr td span.active:hover.active.focus,
.datepicker table tr td span.active.disabled.active.focus,
.datepicker table tr td span.active.disabled:hover.active.focus {
  color: #fff;
  background-color: #204d74;
  border-color: #122b40;
}
.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active:hover.disabled:hover,
.datepicker table tr td span.active.disabled.disabled:hover,
.datepicker table tr td span.active.disabled:hover.disabled:hover,
.datepicker table tr td span.active[disabled]:hover,
.datepicker table tr td span.active:hover[disabled]:hover,
.datepicker table tr td span.active.disabled[disabled]:hover,
.datepicker table tr td span.active.disabled:hover[disabled]:hover,
fieldset[disabled] .datepicker table tr td span.active:hover,
fieldset[disabled] .datepicker table tr td span.active:hover:hover,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover:hover,
.datepicker table tr td span.active.disabled:focus,
.datepicker table tr td span.active:hover.disabled:focus,
.datepicker table tr td span.active.disabled.disabled:focus,
.datepicker table tr td span.active.disabled:hover.disabled:focus,
.datepicker table tr td span.active[disabled]:focus,
.datepicker table tr td span.active:hover[disabled]:focus,
.datepicker table tr td span.active.disabled[disabled]:focus,
.datepicker table tr td span.active.disabled:hover[disabled]:focus,
fieldset[disabled] .datepicker table tr td span.active:focus,
fieldset[disabled] .datepicker table tr td span.active:hover:focus,
fieldset[disabled] .datepicker table tr td span.active.disabled:focus,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover:focus,
.datepicker table tr td span.active.disabled.focus,
.datepicker table tr td span.active:hover.disabled.focus,
.datepicker table tr td span.active.disabled.disabled.focus,
.datepicker table tr td span.active.disabled:hover.disabled.focus,
.datepicker table tr td span.active[disabled].focus,
.datepicker table tr td span.active:hover[disabled].focus,
.datepicker table tr td span.active.disabled[disabled].focus,
.datepicker table tr td span.active.disabled:hover[disabled].focus,
fieldset[disabled] .datepicker table tr td span.active.focus,
fieldset[disabled] .datepicker table tr td span.active:hover.focus,
fieldset[disabled] .datepicker table tr td span.active.disabled.focus,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover.focus {
  background-color: #337ab7;
  border-color: #2e6da4;
}
.datepicker table tr td span.old,
.datepicker table tr td span.new {
  color: #777777;
}
.datepicker .datepicker-switch {
  width: 145px;
}
.datepicker .datepicker-switch,
.datepicker .prev,
.datepicker .next,
.datepicker tfoot tr th {
  cursor: pointer;
}
.datepicker .datepicker-switch:hover,
.datepicker .prev:hover,
.datepicker .next:hover,
.datepicker tfoot tr th:hover {
  background: #eeeeee;
}
.datepicker .cw {
  font-size: 10px;
  width: 12px;
  padding: 0 2px 0 5px;
  vertical-align: middle;
}
.input-group.date .input-group-addon {
  cursor: pointer;
}
.input-daterange input {
  text-align: center;
}
.input-daterange .input-group-addon {
  width: auto;
  min-width: 16px;
  padding: 4px 5px;
  line-height: 1.42857143;
  text-shadow: 0 1px 0 #fff;
  border-width: 1px 0;
  margin-left: -5px;
  margin-right: -5px;
}
.input-daterange input[type="text"] {
	font-size: 11px;
}
/*# sourceMappingURL=bootstrap-datepicker3.css.map *//* datepicker end */


/* modal */
.modal-content {
	border-radius: 0;
}
.save-but-block {
	text-align: right;
}
.save-but-block  button {
	padding: 10px 40px;
    margin-top: 10px;
	border: #f93d4d 1px solid;
}
.save-but-block  button:hover {
	background: #fff;
	border: #f30c20 1px solid;
}
#change_deliv .modal-dialog,
#change_data .modal-dialog
,#change_pay .modal-dialog {
    max-width: 770px;
    margin: 20% auto;
}
#change_deliv .modal-body,
#change_data .modal-body {
	padding: 30px;
}
#change_pay .modal-body {
	padding: 50px 30px;
}
.delivery-item, .pay-item {
	margin-bottom: 5px;
}
.delivery-item label, .pay-item label {
	font-size: 16px;
	color: #2b2e31;
	cursor: pointer;
	margin-left: 5px;
}
#change_data .person-hint {
	padding: 15px;
}
.pay-item .pay-hint {
	color: #8b8f94;
	font-size: 14px;
	line-height: 20px;
}




/* modal end */

/* mobile menu */
.mp__overlay{
	position:fixed;
	top:0;
	left:0;
	right:0;
	bottom:0;
	z-index:100;
	background-color:rgba(0,0,0,0.0);
	display:none;
}
.mp__panel{
	/*position:absolute;*/
	top:70px;
	left:0;
	z-index:101;
	text-align:center;
	background:none;
	display:none;
}
.mp__panel:after{
	content:'';
	display: table;
	clear: both;
}
.mp__button-main{
	width:56px;
	height:49px;
	background:none;
	border:none;
	padding:8px 15px;
	border-radius:0px;
	cursor:pointer;
	outline:none;
	float:left;
	box-sizing: border-box;
}
button.mp__button-main:hover {
	background: transparent;
}
button.mp__button-main.mp--on {
	border: none;
}
.mp--on .mp__line:after, .mp--on .mp__line:before {
	background-color: #fff;
}
.mp__line{position:relative;display:block;}
.mp__line:after,
.mp__line:before{content:"";position:absolute;left:0;top:-9px;}
.mp__line:after{top:9px;}
.mp__line,
.mp__line:after,
.mp__line:before{
	width:100%;
	height:2px;
	-webkit-transition:all 0.3s;
	transition:all 0.3s;
	-webkit-backface-visibility:hidden;
	backface-visibility:hidden;
	border-radius:0px;
	background-color:#fff;
}

.mp__button-main.mp--on .mp__line{background-color:transparent;}
.mp__button-main.mp--on .mp__line:before{-webkit-transform:rotate(45deg) translate(6px, 7px);transform:rotate(45deg) translate(6px, 7px);}
.mp__button-main.mp--on .mp__line:after{-webkit-transform:rotate(-45deg) translate(6px, -7px);transform:rotate(-45deg) translate(6px, -7px);}



.mp__button-text{
	margin:6px 6px 3px 3px;
	background:none;
	border:solid 1px #fff;
	padding:6px 4px;
	border-radius:3px;
	cursor:pointer;
	outline:none;
	font-size:14px;
	float:left;
	color:#fff;
}

.mp__button-text--center{
	float: none;

}
.mp--hide{
	display: none;
}
.mp__button{
	position: relative;
}
.mp__notification{
	position: absolute;
    top: -5px;
    right: -11px;
    background-color: #dd0000;
    color: #fff;
    padding: 1px 3px;
    border-radius: 10px;
    min-width: 12px;
}



@media only screen and (max-width:979px) {
	
	.slider-bg img {
	
	height: 100%;
	
}
	.mp__overlay.mp--on {
		display: block;
	}
	.mp__panel {display: block;} 
	.mp__nav-panel{
		display: block;
		position: absolute;
		top:49px;
		left: 0;
		bottom: 0;
		width: 100%;
		/*overflow-y: auto;*/
		background: #323539;
		z-index: 102;
		-webkit-box-sizing: border-box;
		        box-sizing: border-box;
		margin:0;
		padding: 30px 15px !important;
		height: auto!important;
		min-height:220px;
	}
	.mp__nav-panel_main{
		left:-125%;
		transition: left 0.3s linear;
	}
	.mp__nav-panel_second{
		right:-125%;
		transition: right 0.3s linear;
	}
	.mp__nav-panel_main.mp--on {
		left:0;
	}
	.mp__nav-panel_second.mp--on {
		right:0;
	}
	
	.mobile-menu .nav-list {		
		background: none;
		padding: 0;
	}	
	.mobile-menu .nav-list li {
		display: block;
		text-align: left;
		color: #fff;
		font-weight: 600;
	}
	.mobile-menu .nav-list li a {
		color: #fff;
		text-align: left;
		padding-left: 15px;
		padding-bottom: 5px;
		text-decoration: none;
		text-transform: none;
		font-weight: 600;
	}
	.mobile-menu .nav-list li > a:hover {
		text-decoration: underline;
	}
	.mobile-menu .nav-list .production, 
	.mobile-menu .nav-list .brands {
		color: #fff;
		font-weight: bold;
		font-weight: 600;
	}
	.nav-widget, .brands-widget, .production-widget {
		position: fixed;
		left: 0;
		top: 0;
		width: 100%;
	}	
	.mobile-menu .nav-list .brands-widget li a,
	.mobile-menu .nav-list .production-widget li a {
		color: #000;
	}
	.mobile-menu .production-block {
		padding: 15px 30px 15px 5px;
		height: 100vh;
    	overflow: auto;
	}
	.production-block [class*="col-"] {
		padding: 0 5px;
	}
	.mobile-menu .nav-list .production-widget .production-title {
		height: auto;
		min-height: 75px;
	}
	.mobile-menu .nav-list .production-widget .production-item li a {
		padding: 5px;
		font-size: 12px;
		line-height: 14px;
	}
	.mobile-menu .nav-list .production-widget .production-item li a:hover:after {
		display: none;
	}
	.mobile-menu .nav-list .production-widget .production-logo {
		padding: 10px 5px 0!important;
		text-align: center;
		width: 100%;
	}
	.mobile-menu .nav-list .production-widget .production-title span.production-country {
		float: none;
		margin: 5px 0;
		text-align: center;
	}
	.mobile-menu .brands-widget .partners-block {
		padding: 30px 15px;
		height: 100vh;
    	overflow: auto;
	}
	.mobile-menu .brands-widget .partners-logo a {
		display: table-cell;
	}
	.mobile-menu .brands-widget .partners-block .col-xs-6 {
		margin-bottom: 15px;
	}
	.brands-widget .partner-logo span {
		display: none;
		left: 0;
		width: 100%;
		padding: 0 15px;
	}
	.mobile-menu .nav-widget {
		height: 100vh;
		overflow: auto;
	}
	.mobile-menu .nav-widget .container {
		width: 100%;
		height: 100%;
	}
	.mobile-menu .sub-list {
		margin-bottom: 15px;
	}
	.mobile-menu .sub-list li a {
		color: #000;
		padding-left: 0;
	}
	.mobile-menu .nav-block .x {
 	   right: 15px;
	}
	.mobile-menu .nav-list li.partner-link {
		padding-top: 20px;
	}
	.mobile-menu .nav-list li.partner-link a {
		color: #ffd800;
	}
	body.freeze {
		position: fixed;
		overflow: hidden;
		width: 100%;
		height: 100%;
	}
	.mobile.filter-reset {
		display: block;
	}
	.pc.filter-reset {
		display: none;
	}
	
}
/* end mobile menu */
@media screen and (min-width:1469px) {
		.header-nav li a, .header-nav li span.active {
	font-size: 11px;
	}
	.container {
		/*max-width: 1470px;*/
		max-width: 1270px;
	/*max-width: 1024px;*/
	}
	.top-search-block {
		/*margin-left: 10%;*/
	}
	.opinion-text {
		height: 56px;
	}
	.opinion-title
	[class*="col-sw-"] {
		position: relative;
		width: 100%;
		min-height: 1px;
		padding-right: 15px;
		padding-left: 15px;
	}
	.col-sw-1 {
		-ms-flex: 0 0 6.6666667%;
		flex: 0 0 6.6666667%;
		max-width: 6.6666667%;
	}
	.col-sw-2 {
		-ms-flex: 0 0 13.3333334%;
		flex: 0 0 13.3333334%;
		max-width: 13.3333334%;
	}
	.col-sw-3 {
		-ms-flex: 0 0 20%;
		flex: 0 0 20%;
		max-width: 20%;
	}
	.col-sw-4 {
		-ms-flex: 0 0 26.6666668%;
		flex: 0 0 26.6666668%;
		max-width: 26.6666668%;
	}
	.col-sw-5 {
		-ms-flex: 0 0 33.3333335%;
		flex: 0 0 33.3333335%;
		max-width: 33.3333335%;
	}
	.col-sw-6 {
		-ms-flex: 0 0 40%;
		flex: 0 0 40%;
		max-width: 40%;
	}
	.col-sw-7 {
		-ms-flex: 0 0 46.6666669%;
		flex: 0 0 46.6666669%;
		max-width: 46.6666669%;
	}
	.col-sw-half {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	.col-sw-8 {
		-ms-flex: 0 0 53.3333336%;
		flex: 0 0 53.3333336%;
		max-width: 53.3333336%;
	}
	.col-sw-9 {
		-ms-flex: 0 0 60%;
		flex: 0 0 60%;
		max-width: 60%;
	}
	.col-sw-10 {
		-ms-flex: 0 0 66.6666667%;
		flex: 0 0 66.6666667%;
		max-width: 66.6666667%;
	}
	.col-sw-11 {
		-ms-flex: 0 0 73.3333337%;
		flex: 0 0 73.3333337%;
		max-width: 73.3333337%;
	}
	.col-sw-12 {
		-ms-flex: 0 0 80%;
		flex: 0 0 80%;
		max-width: 80%;
	}
	.col-sw-13 {
		-ms-flex: 0 0 86.6666667%;
		flex: 0 0 86.6666667%;
		max-width: 86.6666667%;
	}
	.col-sw-14 {
		-ms-flex: 0 0 93.3333338%;
		flex: 0 0 93.3333338%;
		max-width: 93.3333338%;
	}
	.col-sw-15 {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	.d-sw-block {
		display: block!important;
		margin-top: 0;
	}
	.partner-news-block {
		padding: 0 15px;
	}
	.aside-widgets {
    	margin-top: 40px;
	}
	.author-opinions .col-sw-4 {
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}
	.popular .col-sw-4 {
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}
	.widget-fb {
		margin-top: 20px;
	}
	.aside-banner {
		margin-top: 40px;
	}
}
@media screen and (min-width:1469px) and (max-width:1517px) {
	.container {
		padding: 0 15px;
	}
	.header-icons, .to-all {
		right: 15px;
	}

}

@media screen and (max-width:1469px) {
	
	.opinions {
		margin-top: 40px;
	}
	.opinion-content {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin-right: -15px;
    	margin-left: -15px;
		justify-content: space-between;
	}
	.opinion-content .opinion {
		display: flex;
		-ms-flex: 0 0 33.333%;
    	flex: 0 0 33.333%;
    	max-width: 33.333%;
		min-height: 1px;
		padding-right: 15px;
		padding-left: 15px;
		flex-direction: column;
		margin-bottom: 0;
	}
	.opinion-person:after {
		right: 13%;
	}
	.accent-descr, .art-description {
		margin-top: 15%;
		padding-right: 30px;
	}
	/*.top-search {
		display: none;
	}*/
	.pair-photo img {
		max-width: 100%;
	}
	.common-photo img {
		max-width: 100%;
		width: 100%;
	}
	.solid-data {
		margin-top: 30px;
	}
}

@media screen and (min-width:1201px) and (max-width:1293px) {
	
	.owl-carousel .owl-next {
		right: 0;
	}
	.owl-carousel .owl-prev {
		left: 0;
	}
}
@media screen and (min-width:1201px) and (max-width:1217px) {
	.container {
		padding: 0 15px;
	}
	.header-icons {
		right: 15px;
	}
	
}
@media screen and (min-width:1025px) and (max-width:1200px) {
	.container {
		padding: 0 30px;
	}
	.owl-carousel .owl-prev {
		left: 0px;
	}	
	.owl-carousel .owl-next {
		right: 0px;
	}	
	.recent-img img, .item-photo img,
	.news-photo img, .promo-photo img {
		max-width: 100%;
		width: 100%;
	}
	.header-cart {
		background-position: 15px 27px;		
	}
	.main-news .news-item .container {
		padding: 0;
	}
	
	
}

@media screen and (min-width:991px) and (max-width:1475px) {
	.slider-bg img {
	
	height: 100%;
	
}
	.comment-item .col-md-2.col-lg-1 {
		min-width: 15%;
	}
	.comment-item .col-md-10.col-lg-11 {
		max-width: 85%;
	}
	.top-opinion-list {
		padding-right: 30px;
	}
	.popular-opinion {
		margin-bottom: 30px;
	}
	.special-list-img {
		text-align: center;
		margin-bottom: 20px;
	}
	.special-list {
		flex-direction: column;
		margin-bottom: 30px;
	}
	.special-list li {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	.author-opinions .col-sw-4:nth-last-child(3) .author-opinion,
	.author-opinions .col-sw-4:nth-last-child(4) .author-opinion {
		margin-bottom: 40px;
		padding-bottom: 40px;
		border-bottom: #ced4db 1px solid;
	}
	.card-social .common-info {
		margin-top: -10px;
	}
	.social-buttons-row .red-but, .social-buttons-row .but {
		width: 100%;
	}
	.card-social-buttons {
		padding-top: 18px;
	}
	.vocab-item a {
		font-size: 14px;
		line-height: 20px;
	}
	.all-posts-but {
		margin-top: 15px;
	}
	.inside {
		min-height: calc(100vh - 514px);
	}
	.special-categories .col-lg-3 {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
}

@media screen and (min-width:1024px) and (max-width:1185px) {
	.header-call a {
		font-size: 11px;
	}
	.header-info {
		-ms-flex: 0 0 40%;
		flex: 0 0 40%;
		max-width: 40%;	
	}
	.header-icons {
		right: 30px;
	}
	.footer-phone a {
		font-size: 14px;
	}
	.header-info {
		display: flex;
		max-width: 75%;
	}
	.to-all {
		right: 30px;
	}
	.subscr-but {
		width: 100%;
		max-width: 250px;
		margin-top: 10px;
		margin-left: 20px;
	}
}
@media screen and (max-width:979px) {
	.mp__nav-panel_main.mp--on {
		width: 100%;
		min-height: 280px;
	}
	.mobile-social {
		display: block;
		position: absolute;
		top: -119px;
		background: #323539;
		z-index: 102;
		width: 100%;
		height: 70px;
		right: 0;
		text-align: right;
	}
	button.mp__button-main {
		margin-left: 15px;
	}
	.mp__nav-panel {
		padding: 30px!important;
	}
	.mobile-social .header-info-block {
		display: inline-block;
		width: 85%;
		box-sizing: border-box;
		padding: 0 30px 0 0;
		background: #323539;
		margin-top: 60px;
	}
	.mobile-social .header-info {
		display: flex;
	    max-width: 320px;
		margin-left: auto;
		flex-direction: column;
		text-align: right;
	}
	.mobile-social .header-social {
		margin-left: auto;
		padding-left: 15px;
	}
	.mobile-social .header-sign .but {
		margin-top: 0;
	}
	.mobile-social .header-social a {
		font-size: 20px;
	}
	.mobile-social .but.sign-in {
		border:#fff 1px solid;
		color: #fff;
	}
	.header-nav {
		padding-top: 40px;		
	}
	.author-opinions .col-sw-4:nth-last-child(3) .author-opinion,
	.author-opinions .col-sw-4:nth-last-child(4) .author-opinion {
		margin-bottom: 40px;
		padding-bottom: 40px;
		border-bottom: #ced4db 1px solid;
	}
}


/* tablet */
@media screen and (max-width:991px) {
	.aside-widgets {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.widget-fb {
		margin: 0;
	}
	.widget-fb, .widget-vk {
		-ms-flex: 0 0 48%;
		flex: 0 0 48%;
		max-width: 48%;
	}	
	.partner-item > .row {
		align-items: center;
	}
		.aside-widgets img {
		width: 100%;
	}
	.main-new {
		position: relative;
		height: 480px;
		overflow: hidden;
	}	
	.main-new-photo img {
		width: 100%;
	}
	#opinion {
		padding: 0 50px;
	}
.card-text table p {
		
		
		font-size: 12px;
line-height: 16px;
	}
}
@media screen and (min-width:768px) and (max-width:1024px) {
	.container {
		padding: 0 30px;
	}
	.recent-img img, .item-photo img,
	.news-photo img, .promo-photo img {
		max-width: 100%;
		width: 100%;
	}
	.news-item .container {
		padding: 0;
	}
	.item-title {
		position: relative;
		margin: 7px 0 5px;
	}
	.header-icons {
		padding-right: 30px;
	}
	/*.top-search {
		padding-left: 30px;
	}*/
	.header-info {
		display: none;
	}
	.author-opinions .col-sw-4 {
		 -ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	.news-title, .news-title a {
		display: block;
		max-height: 100px;
		overflow: hidden;
	}
	.common-info .date {
		display: block;
		margin-bottom: 5px;
	}
	.inside-header .common-info .date {
		display: inline-block;
		margin-bottom: 0;
	}
	.inside {
		min-height: calc(100vh - 570px);
	}
	.popular-opinion {
		margin-bottom: 30px;
	}
	.card-aside .cabinet-nav ul li a {
		font-size: 14px;
	}
	.special-list-img {
		text-align: center;
		margin-bottom: 20px;
	}
	.special-list {
		flex-direction: column;
		margin-bottom: 30px;
	}
	.special-list li {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}	
	.subscr-but {
		width: 100%;
		max-width: 220px;
	}
	.all-posts-but {
		margin-top: 15px;
	}
}
@media screen and (min-width:991px) and (max-width:1200px) {
	.media-item {
		position: relative;
		overflow: hidden;
	}
	.media-item img {
		width: 150%;
		max-width: 150%;
	}
		.news-title, .news-title a {
	font-size: 12px;
	line-height: 14px;
	}
	.news-info {
    margin-top: 10px;
}
	.news-text, .news-text a {
	font-size: 10px;
	line-height: 12px;
	margin-top: 5px;
	
}
}
@media screen and (min-width:991px) and (max-width:1469px) {
	.opinion-name {
		padding-left: 20px;
		margin-top: 10px;
	}
	.opinion-photo img {
		max-width: 100%;
	}
	.opinion-person:after {
		left: 0;
		right: auto;
		width: 100%;
	}
	.partner-news-block {
		width: 100%;
		padding: 0 15px;
		margin-top: 30px;
	}
	.aside-widgets {
		margin-top: 20px;
	}
	.aside-widgets img {
		width: 100%;
	}
	.widget-fb {
		margin-top: 30px;
	}
	.partner-item > .row {
		align-items: center;
	}
	.partner-item .col-lg-2 img {
		max-width: 100%;
	}
		.news-title, .news-title a {
	font-size: 13px;
	line-height: 14px;
	}
	.news-info {
    margin-top: 10px;
}
	.news-text, .news-text a {
	font-size: 10px;
	line-height: 12px;
	margin-top: 5px;
	
}
}

@media screen and (min-width:986px) and (max-width:1024px) {
	.header-nav li a {
		font-size: 9px;
		letter-spacing: 0;
	}
	.header-info {
		-ms-flex: 0 0 40%;
		flex: 0 0 40%;
		max-width: 40%;
	}
	.person-hint {
		padding: 0 15px;
	}
	.footer-nav {
		padding-right: 0px;
	}
	.footer-phone a {
		font-size: 14px;
	}
	.header-info {
		display: flex;
		max-width: 80%;
	}
	.to-all {
		right: 30px;
	}
	.inside {
		min-height: calc(100vh - 514px);
	}
	.news-title, .news-title a {
	font-size: 12px;
	line-height: 14px;
	}
		.pair-title {
	
	font-size: 14px;
	line-height: 16px;
}
	.news-info {
    margin-top: 10px;
}
	.news-text, .news-text a {
	font-size: 10px;
	line-height: 12px;
	margin-top: 5px;
	
}

}


@media screen and (min-width:768px) and (max-width:991px) {
	.recent-item {
		margin-bottom: 15px;
	}
	.main-promo {
		display: none;
	}
	.header-call a {
		font-size: 12px;
	}
	.person-save button {
		padding: 15px;
	}
	.person-hint {
		padding: 0 15px;
	}
	.footer-contacts {
		margin-top: 20px;
	}
	.footer-feedback {
		text-align: right;
	}
	.feedback-but {
		font-size: 12px;
	}
	.pair-photo {
		overflow: hidden;
		text-align: center;
	}
	.pair-photo img {
		max-width: initial
	}
	.opinion-wrap {
		overflow-y: hidden;
		overflow-x: scroll;
	}
	.opinion-content {
		min-width: 970px;
		padding-bottom: 20px;
	}
	.accent-descr, .art-description {
		padding: 30px 15px;
		margin-top: 0;
	}
	.accent-descr h3, .art-description h4 {
		font-size: 20px;
		line-height: 26px;
		color: #2b2e31;
		font-weight: bold;
	}
	.accent-text, .art-text {
		height: 60px;
		overflow: hidden;
	}
	.accent-info, .art-info {
		margin-top: 20px;
	}
	#vert .prev,
	#vert .next {
		display: block;
		width: 40px;
		height: 40px;
		position: absolute;
		bottom: 0px;
		padding: 0;
		line-height: 40px;
		font-size: 0;
		border: #000 1px solid;
		z-index: 9;
	}
	#vert .next {
		right: 0;
		background: url(../img/svg/down.svg) no-repeat center;
		background-size: 16px;
		opacity: 0.5;
	}

	#vert .prev {
		right: 50px;
		background: url(../img/svg/up.svg) no-repeat center;
		background-size: 16px;
		opacity: 0.5;
	}
	#vert .prev.disabled,
	#vert .next.disabled {
		display: none;
	}
	.author-opinions .opinion-name {
		padding-left: 20px;
	}
	.opinion-name {
    	font-size: 13px;
	}
	.top-opinion-list li a {
		font-size: 12px;
	}
	.top-opinion-list {
		-ms-flex: 0 0 33.333333%;
		flex: 0 0 33.333333%;
		max-width: 33.333333%;
	}
	.main-banner {
		/*padding: 20px 80px;*/
	}
	.inside-smi .owl-carousel .owl-next,
	.inside-smi .owl-carousel .owl-prev {
		top: 40%;
	}
	.popular .opinion-name {
		padding-left: 25px;
	}
	.card-yandex, .card-fb {
		margin-bottom: 20px;
	}
	.card-social-icons {
		margin-top: 20px;
	}
	.person-input [type="text"],
	.person-input label {
		font-size: 12px;
	}
	.monol-title, .monol-name {
		font-size: 12px;
		line-height: 16px;
		margin-bottom: 10px;
	}
	.monol-author:after {
		height: 80%;
	}
	.to-all {
		right: 30px;
	}
	.subscr-abon-title .subscr-period-var {
		font-size: 14px;
		display: block;
		margin-top: 5px;
	}
	.subscr-price {
		padding-right: 0px;
	}
	.subscr-but {
		margin-top: 5px;
	}
	.login-widget {
		right: 30px;
	}
	.card-social .common-info {
		margin-top: -10px;
	}
	.card-social-buttons {
		max-width: 50%;
		padding-top: 37px!important;
	}
	.card-social-icons {
		max-width: 50%;
	}
	.social-buttons-row .red-but, .social-buttons-row .but {
		padding: 11px 5px!important;
		width: 100%;
		font-size: 13px;
	}
	.subscr-info-discount {
		width: 100%;
		text-align: right;
		margin-right: 0;
		margin-bottom: 15px;
	}
	.subscr-info-price {
		margin-left: auto;
	}
	.solid-data {
		margin-top: 30px;
	}
	.review > .row {
		align-items: flex-start;	
	}
.all-news .col-lg-12 .news-photo img{
	
	max-width: 100%;
		width: 100%;
}
.all-news .col-lg-6 .news-photo img{
	
	max-width: 100%;
		width: 100%;
}
.all-news .col-lg-12 .news-photo:after, .all-news .col-lg-6 .news-photo:after{
		background:none;
	}
	.all-news .col-lg-12 .news-descr,
.all-news .col-lg-8 .news-descr,
.all-news .col-lg-6 .news-descr{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	max-width:100%;
	padding: 20px;
	box-sizing: border-box;
	background: rgba(0,0,0,0.75);
	background: -moz-linear-gradient(top, rgba(61,61,61,0) 0%, rgba(61,61,61,.9) 55%, rgba(61,61,61,.9) 100%); 
	background: -webkit-linear-gradient(top, rgba(61,61,61,0) 0%,rgba(61,61,61,9) 55%,rgba(61,61,61,.9) 100%); 
	background: linear-gradient(to bottom, rgba(61,61,61,0) 0%,rgba(61,61,61,.9) 55%,rgba(61,61,61,.9) 100%); 
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3d3d3d', endColorstr='#3d3d3d',GradientType=0 );
	}
		.news-title, .news-title a {
	font-size: 14px;
	line-height: 16px;
	}
		.news-text, .news-text a {
	font-size: 10px;
	line-height: 12px;
	margin-top: 5px;
	
}
	.pair-title {
	
	font-size: 14px;
	line-height: 16px;
}

	#animation_container, #canvas, #dom_overlay_container{
		width: 710px !important;
		height: 126px !important;
			}

}




/* tablet end */

/* mobile */

@media screen and (min-width:720px) and (max-width:1200px) {
.mid-banner, .butt-banner{
		margin-left:-30px;
	}
	.butt-banner{
		margin-left:-45px;
	}
	.top-banner{
		margin-left:-30px;
	}
}

@media screen and (max-width:767px) {
	
	#myModal {
		margin-top:150px;
	}
	.container {
		padding: 0 15px;
	}
	.logo-age {
		position: absolute;
		left: auto;
		right: 15px;
	}
	.logo-age span, .header-info-block {
		display: none;
	}
	.row.nav-search {
		padding-left: 25px;
	}
	.top-block {
    	padding: 20px 0;
	}
	.top-block > .container {
		padding: 0;
	}
	.top-block > .container > .row {
	/*	flex-direction: column-reverse;  */
		margin: 0;
	}
	.top-block > .container > .row .col-sw-9 {
		padding: 0;
	}
	
	.last-news-block {
		margin: 0 0 30px;
	}
	.all-last-news {
		margin-top: 30px;
	}
			.news-title, .news-title a {
	font-size: 16px;
	line-height: 18px;
	}
	.pair-title {
	
	font-size: 16px;
	line-height: 18px;
}

	.main-banner {
		/*padding: 30px;*/
	}	
	.mobile-social {
		display: block;
		position: absolute;
		top: -119px;
		background: #323539;
		z-index: 102;
		width: 100%;
		height: 71px;
		right: 0;
		text-align: right;
	}
	.mobile-social .header-info-block {
		display: inline-block;
		width: 65%;
		box-sizing: border-box;
		padding: 0 15px 0 0;
		background: #323539;
		margin-top: 60px;
	}
	.mobile-social .header-info {		
	    max-width: 320px;
		margin-left: auto;
		flex-direction: column;
		text-align: right;
	}
	.mobile-social .header-social {
		margin-left: auto;
		padding-left: 15px;
	}
	.mobile-social .header-sign .but {
		margin-top: 0;
	}
	.mobile-social .header-social a {
		font-size: 20px;
	}
	.mobile-social .but.sign-in {
		border:#fff 1px solid;
		color: #fff;
	}
	.header-nav {
		padding-top: 40px;		
	}	
	.header-nav li:after {
		display: none;
	}
	.header-nav  li {
		-ms-flex: 0 0 33.333%;
		flex: 0 0 33.3333%;
		max-width: 33.3333%;
		text-align: center;
		padding: 0 15px;
	}
	.header-nav li a {
		position: relative;
		overflow: hidden;
		line-height: 1.4;
		padding-top: 9px;
    	margin-bottom: 25px;
	}
	.header-nav li:first-child a:after {
		left: 0;
		right: 0;
	}
	.header-nav li:last-child a:after {
		left: 0;
		right:0;
	}
	.header-nav li a:hover:after, .header-nav li a.active:after {
		left: 0;
		right:0;
	}
	/*.header-nav li:first-child {
		padding-left: 15px;
	}
	.header-nav li:last-child {
		padding-right: 15px;
	}*/
	
	.header-icons {
		right: 15px;
	}
	.footer-copy, .footer-info {
		text-align: center;
	}
	.footer-social {
		padding-left: 0;
	}
	.footer-contacts {
		text-align: center;
	}
	.footer-social {
		margin: 20px 0 30px;
		justify-content: center;
	}
	.footer-social a {
		padding: 0 10px;
	}
	.footer-contacts {
		margin-top: 30px;
	}
	.search-form input[type="text"] {
		max-width: 65%;
	}
	.header-cart-list .container {
		padding:0;	
	}
	.header-cart-block {
		padding-right: 0;
	}
	.recent-img img, .item-photo img,
	.news-photo img, .promo-photo img {
		max-width: 100%;
		width: 100%;
	}
	.person-name {
		margin-top: 10px;
	}
	.person-hint {
		padding: 5px 15px 30px;
	}
	.info-tit h1 {
		margin-top: 20px;
	}
	.card-description {
		margin-top: 30px;
	}
	.payment-sum {
		margin-bottom: 15px;
	}
	.main-news .news-item .container {
		padding: 0;
	}
	.mobile {
		display: block;
	}
	.person-save.mobile button {
		margin: 0 0 30px;
	}
	.person-top .person-save {
		display: none;
	}
	.footer-nav {
		padding-right: 0;
	}
	.footer-nav ul {
		justify-content: center;
	}
	.footer-bottom > .container > .row {
		flex-direction: column-reverse;
	}
	.copy-but {
		text-align: center;
		margin: 0 0 30px;
	}
	.opinion-wrap {
		overflow: scroll;
	}
	.opinion-content {
		min-width: 970px;
		padding-bottom: 10px;
	}
	.common-item {
		margin-bottom: 15px;
	}
	.common .row .col-lg-4:nth-last-child(2) .common-item,
	.common .row .col-lg-4:nth-last-child(3) .common-item,
	.add-common .row .col-lg-4:nth-last-child(2) .common-item,
	.add-common .row .col-lg-4:nth-last-child(3) .common-item {
		border-bottom: #dbdee4 1px solid;
		padding-bottom: 20px;
	}
	.pair {
		margin-top: 0;
	}
	.pair-item {
		margin-bottom: 20px;
	}
	.pair-photo {
		overflow: hidden;
		text-align: center;
	}
	.pair-photo img {
		max-width: initial
	}
	.accent-descr, .art-description {
		margin-top: 10px;
		padding: 15px;
	}
	.accent-descr, .art-description {
		margin-top: 10px;
		padding: 15px;
	}
	.accent, .art {
		border: none;
	}
	.accent-descr h3, .art h4 {
		font-size: 20px;
		line-height: 24px;
		margin-bottom: 0;
	}
	.accent-text, .art-text {
		margin-top: 10px;
	}
	.accent-info, .art-info {
		margin-top: 20px;
	}
	.opinions {
		margin-top: 20px;
	}	
	.footer-bottom {
		padding: 20px 0 40px;
		background: #1b1c1e;
	}
	.common-info .date, .common-info .view, 
	.common-info .comment {
		margin-right: 8px;
	}
	#vert .prev,
	#vert .next {
		display: block;
		width: 40px;
		height: 40px;
		position: absolute;
		bottom: 0px;
		padding: 0;
		line-height: 40px;
		font-size: 0;
		border: #000 1px solid;
		z-index: 9;
	}
	#vert .next {
		right: 0;
		background: url(../img/svg/down.svg) no-repeat center;
		background-size: 16px;
		opacity: 0.5;
	}

	#vert .prev {
		right: 50px;
		background: url(../img/svg/up.svg) no-repeat center;
		background-size: 16px;
		opacity: 0.5;
	}
	#vert .prev.disabled,
	#vert .next.disabled {
		display: none;
	}
	.search-nav li {
		padding: 0;
		margin-right: 20px;
	}
	.search-nav li a:hover:after, .search-nav li a.active:after {
		left: 0;
		right: 0;
	}
	.last-news {
		margin-top: 40px;
	}
	.paginator-block .pagination {
		float: none;
		flex-wrap: wrap;
	}
	.page-item .page-link {
		margin: 0 10px 10px 0;
	}
	.aside-banner, .vk-widget,
	.fb-widget {
		text-align: center;
	}
	.author-opinions .col-sw-4 {
		 -ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
.social-buttons-row-right{
	float:none;
}	
	.social-buttons-row .red-but, .social-buttons-row .but, .social-buttons-row-right .red-but {
		width: 100%;
		margin-bottom: 15px;
		margin:0 auto 20px;
	}
	.card-fb {
		margin-bottom: 30px;
	}
	.popular-opinion {
		margin-bottom: 30px;
	}
	.comment-time {
		text-align: left;
	}
	.comment-info {
		margin-top: 20px;
	}
	.card-yandex {
		margin-bottom: 20px;
	}
	.aside-content .cabinet-nav {
		margin-top: 40px;
	}
	.change-pass {
		padding: 20px 0;
	}
	.col-sm-6.col-lg-8 .news-photo img {
		min-width: 770px;
	}
	.to-all {
		right: 15px;
	}
	.special-list-img {
		text-align: center;
		margin-bottom: 20px;
	}
	.special-list {
		flex-direction: column;
		margin-bottom: 30px;
		padding: 0 15px;
	}
	.special-list li {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	.subscr-descr {
		margin-top: 20px;
	}
	.subscr-mailing  {
		display: flex;
	}
	.subscr-mailing .jq-checkbox, 
	.subscr-mailing .jq-radio {
		min-width: 16px;
	}
	.subscr-extend {
		margin-top: 15px;
		text-align: center;
	}
	.subscr-abon-title span {
		font-size: 14px;
	}
	.subscr-but {
		margin-top: 10px;
	}
	.last-news {
		max-width: 100%;
	}
	.vote-info {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	.inside-header > .container {
		padding: 0 30px;
	}
	.solid-data {
		margin-top: 30px;
	}
	.solid-data .col-6  {
		margin-bottom: 15px;
	}
	.search-form {
		margin-left: 25px;
	}
	.search-form input[type="text"] {
		text-overflow: ellipsis;
	}
	.search-list-block {
		right: 0;
		left: 0;
		width: 100%;
		z-index: 11;
	}
	.review-photo {
		margin-bottom: 30px
	}
	.aside-widgets {
    	margin-top: 30px;
	}
	.main-new-photo img {
		width: 100%;
	}
	.main-new-block {
		padding: 0;
	}
	.partner-news-block {
		padding: 0 15px;
		margin-top: 30px;
	}
	.widget-fb {
		margin-top: 30px;
	}
	.partner-item img {
		width: 100%;
	}
 	.opinion-name {
		padding-left: 36px;
		margin-top: 10px;
	}
	.opinion-photo img {
		max-width: 100%;
	}
	.opinion-person:after {
		left: 0;
		right: auto;
		width: 100%;
	}
	.opinion-cont {
		height: 170px;
	}
	.card-text table p {
		
		
		font-size: 10px;
line-height: 14px;
	}
	.card-text p, .card-text .nc-field, .card-text  {
	font-size: 20px;
	
}
}

@media screen and (min-width:576px) and (max-width:768px) {
	.common .row .col-lg-4:last-child .common-item,
	.add-common .row .col-lg-4:last-child .common-item {
		border-bottom: #dbdee4 1px solid;
	}
	.author-opinions .col-sw-4 {
		 -ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	.top-opinion-list {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	.all-news .col-lg-8 .news-descr {
		max-width: 100%
	}
	.all-news .col-lg-12 .news-photo img{
	
	max-width: 100%;
		width: 100%;
}
.all-news .col-lg-12 .news-photo:after, .all-news .col-lg-6 .news-photo:after{
		background:none;
	}
.all-news .col-lg-12 .news-descr,
.all-news .col-lg-8 .news-descr,
.all-news .col-lg-6 .news-descr{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	max-width:100%;
	padding: 20px;
	box-sizing: border-box;
	background: rgba(0,0,0,0.75);
	background: -moz-linear-gradient(top, rgba(61,61,61,0) 0%, rgba(61,61,61,.9) 55%, rgba(61,61,61,.9) 100%); 
	background: -webkit-linear-gradient(top, rgba(61,61,61,0) 0%,rgba(61,61,61,9) 55%,rgba(61,61,61,.9) 100%); 
	background: linear-gradient(to bottom, rgba(61,61,61,0) 0%,rgba(61,61,61,.9) 55%,rgba(61,61,61,.9) 100%); 
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3d3d3d', endColorstr='#3d3d3d',GradientType=0 );
	}
	.opinion-name {
		font-size: 12px;
		line-height: 24px;
		padding-left: 36px;
	}
	.card-social .common-info {
		margin-top: -10px;
	}
	.card-social-buttons {
		max-width: 45%;
		padding-top: 18px;
	}
	.card-social-icons {
		max-width: 55%;
	}
	.social-buttons-row .red-but, .social-buttons-row .but {
		padding: 11px 15px;
	}
	.subscr-abon, .subscr-extend {
		width: 50%;
	}
	.subscr-info-discount {
		width: 100%;
		text-align: left;
		margin-bottom: 15px;
	}
	.top-block > .container > .row .col-sw-9,
	.main-new-block {
		padding: 0 15px;
	}
	.top-block > .container > .row {
		flex-direction: row;
	}
	.last-news-block {
		margin: 0 0 30px;
	}
	.widget-fb {
		margin-top: 0px;
	}

}

@media screen and (min-width:400px) and (max-width:768px) {
	.aside-content .aside-banner {
		float: none;
	}
	
	.all-news .col-lg-12 .news-photo img{
	
	max-width: 100%;
		width: 100%;
}
.all-news .col-lg-12 .news-photo:after, .all-news .col-lg-6 .news-photo:after{
		background:none;
	}
	.all-news .col-lg-12 .news-descr,
.all-news .col-lg-8 .news-descr,
.all-news .col-lg-6 .news-descr{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	max-width:100%;
	padding: 20px;
	box-sizing: border-box;
	background: rgba(0,0,0,0.75);
	background: -moz-linear-gradient(top, rgba(61,61,61,0) 0%, rgba(61,61,61,.9) 55%, rgba(61,61,61,.9) 100%); 
	background: -webkit-linear-gradient(top, rgba(61,61,61,0) 0%,rgba(61,61,61,9) 55%,rgba(61,61,61,.9) 100%); 
	background: linear-gradient(to bottom, rgba(61,61,61,0) 0%,rgba(61,61,61,.9) 55%,rgba(61,61,61,.9) 100%); 
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3d3d3d', endColorstr='#3d3d3d',GradientType=0 );
	}
.all-news .col-lg-6 .news-photo img{
	
	max-width: 100%;
		width: 100%;
}
	.vk-widget, .fb-widget {
		float: right;
		max-width: 48%;
	}
	.subscr-but {
		display: block;
		width: 100%;
	}
#animation_container, #canvas, #dom_overlay_container{
		width: 550px !important;
		height: 98px !important;
			}
}

@media screen and (max-width:575px) {
	.mobile-social .header-info {
		max-width: 250px;
	}
	.main-banner-text {
		display: none;
	}
	.common-info .date, .common-info .view, 
	.common-info .comment {
		margin-right: 20px;
	}
	.products .owl-carousel .owl-prev,
	.products .owl-carousel .owl-next {
	}
	.inside-smi .owl-carousel .owl-next,
	.inside-smi .owl-carousel .owl-prev	{
		top: 40%;
	}
	.top-opinion-list {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	.opinion-info {
		margin-top: 0;
	}
	.search-block-button button {
		margin-top: 15px;
	}
	.sim-item {
		margin-bottom: 30px;
	}
	.sim-item .common-info {
		margin-top: 0;
	}
	.all-news .col-lg-12 .news-photo img{
	
	max-width: 100%;
		width: 100%;
		
}

.all-news .col-lg-6 .news-photo img{
	
	max-width: 100%;
		width: 100%;
}
.all-news .col-lg-12 .news-photo:after, .all-news .col-lg-6 .news-photo:after{
		background:none;
	}
	.all-news .col-lg-12 .news-descr,
.all-news .col-lg-8 .news-descr,
.all-news .col-lg-6 .news-descr{
	position: absolute;
	left: 0;
	bottom: 0;
	max-width:100%;
	width: 100%;
	padding: 20px;
	box-sizing: border-box;
	background: rgba(0,0,0,0.75);
	background: -moz-linear-gradient(top, rgba(61,61,61,0) 0%, rgba(61,61,61,.9) 55%, rgba(61,61,61,.9) 100%); 
	background: -webkit-linear-gradient(top, rgba(61,61,61,0) 0%,rgba(61,61,61,9) 55%,rgba(61,61,61,.9) 100%); 
	background: linear-gradient(to bottom, rgba(61,61,61,0) 0%,rgba(61,61,61,.9) 55%,rgba(61,61,61,.9) 100%); 
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3d3d3d', endColorstr='#3d3d3d',GradientType=0 );
	}
	.common-info {
		margin-bottom: 15px;
	}
	.subscr-period-var {
		display: block;
	}
	.author-opinions .col-sw-4:nth-last-child(1) .author-opinion {
		margin-bottom: 0;
		padding-bottom: 0;
		border-bottom: none;	
	}
	.author-opinions .col-sw-4:nth-last-child(2) .author-opinion,
	.author-opinions .col-sw-4:nth-last-child(3) .author-opinion,
	.author-opinions .col-sw-4:nth-last-child(4) .author-opinion {
		margin-bottom: 40px;
		padding-bottom: 40px;
		border-bottom: #ced4db 1px solid;
	}
	.subscr-abon-title .subscr-period-var {
		padding-left: 35px;
		padding-top: 5px;
	}
	.media-item iframe {
		min-height: 250px;
	}
	.subscr .subscr-descr {
		margin: 0 0 20px;
	}
	.subscr-title h2 {
		padding: 15px 0;
	}
	.subscr-row {
		padding: 15px 0;
	}
	.subscr-period {
		justify-content: center;
	}
	.subscr-info-row {
		margin: 20px 0;
		justify-content: center;
	}
	.subscr-info-discount {
		margin-left: inherit;
	}
	.subscr-info-discount {
		margin-left: inherit;
		width: 100%;
		text-align: center;
	}
	.subscr-info-discount span {
		display: inline-block;
		margin-bottom: 15px;
	}
	.solid-info {
		margin-top: 15px;
	}
	.solid-table {
		margin-top: 30px;
	}
	.solid-photo {
		height: auto;
	}
	.solid-photo img {
		width: 100%;
		max-width: inherit;
	}
	.solid-data {
		margin-top: 30px;
	}
	.solid-data .col-6  {
		margin-bottom: 15px;
	}
	.main-new-block {
		margin-top: 30px;
	}
	.aside-banner {
		margin-top: 0;
	}
	.top-share {

    float: none !important;
	}
#animation_container, #canvas, #dom_overlay_container{
		width: 480px !important;
		height: 86px !important;
			}
	.comment-photo img {
	max-width: 80px;
	border-radius: 50%;
}
}
@media screen and (max-width:440px) {
	.top-opinion-list {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	.card-yandex .icon-yandex {
		display: block;
		margin: 0 0 15px;
	}
	.person-numbers .table td {
		padding: 15px 5px;
		font-size: 13px;
	}
	.person-numbers .table td [class*="icon-"] {
		top: 3px;
	}
	.search-photo {
		float: none;
		padding: 0 0 20px;
	}
	.subscr-abon-title .subscr-period-tit {
		min-width: inherit;
		padding-right: 5px;
	}
	.subscr-but {
		display: block;
		width: 100%;
	}
	.subscr-abon-title .subscr-period-var {
		padding-left: 35px;
		padding-top: 5px;
	}
	.solid-list li {
		font-size: 14px;
		margin-right: 15px;
	}
	.top-share {

    float: none !important;
	}
	#animation_container, #canvas, #dom_overlay_container{
		width: 300px !important;
		height: 53px !important;
			}
	.comment-photo img {
	max-width: 80px;
	border-radius: 50%;
}
}

@media screen and (max-width:340px) {
	.subscr-abon-title .subscr-period-var {
		padding-top: 5px;
	}
	.top-banner, .mid-banner, .butt-banner{
		margin-left:-15px;
	}
}


@media screen and (max-width:320px) {
	.owl-carousel .owl-prev,
	.owl-carousel .owl-next {
		top: 30%;
	}
	.header-nav li a {
		font-size: 9px;
	}
	.login-widget {
		right: -15px;
	}
	#animation_container, #canvas, #dom_overlay_container{
		width: 257px !important;
		height: 46px !important;
			}
}




/* mobile */

/* 20 ноября */

.subscr-descr.ordering, .ordering {
    padding: 20px;
}

.subscr-descr p, .ordering p {
    font-size: 16px;
    line-height: 26px;
    color: #2b2e31;
    padding-bottom: 15px;
}

.email-order-input, .person-order-input , .phone-order-input, .pay-order-title {
    color: #585b5e;
    font-size: 14px;
    line-height: 22px;
	padding-top: 20px;
}

.order {
    margin-bottom: 30px;
}


.pay-order {
    padding-top: 18px;
    font-weight: bold;
}

.subscr-descr a, .ordering a, .ordering-q a {
    color: #FF195A;
    text-decoration: underline;
}

.ordering-table {
    font-size: 16px;
}

.ordering-q p {
    font-size: 16px;
    line-height: 26px;
    color: #2b2e31;
    padding-bottom: 15px;
	text-align: right;
}

.subscr-buy button, .subscr-process button {
    color: #fff;
    font-size: 16px;
    background: #f93d4d;
    padding: 10px 40px;
    border: none;
}
.subscr-buy input[type="submit"]{
    color: #fff;
    font-size: 16px;
    background: #f93d4d;
    padding: 10px 40px;
    border: none;
}

/*начало видое */
.thumb-wrap {
  position: relative;
  padding-bottom: 56.25%; 
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
.thumb-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* Конец видео*/

/*регистарция*/
.person-avatar a {
	text-decoration:underline;
}

/*конец регистарция*/
