/*
https://www.peterbe.com/plog/mincss ïîèñêå íà ñàéòå íåèñïîëüçóåìûõ CSS-ïðàâèë

@media (min-width: 768px) and (max-width: 1199px) {
@media (min-width: 995px) and (max-width: 1199px) {
@media screen and (min-width: 0px) and (max-width: 991px) {
@media screen and (min-width: 768px) and (max-width: 991px) {
@media screen and (min-width: 0px) and (max-width: 768px) {
@media screen and (min-width: 0px) and (max-width: 599px) {
@media screen and (min-width: 0px) and (max-width: 445px) {
@media screen and (min-width: 768px) and (max-width: 991px) {

@media screen and (min-width: 0px) and (max-width: 979px) {
}
@media screen and (min-width: 320px) and (max-width: 979px) {
}

*/


/* colors 
main   #2e2e2e
active blue #226ab2
line   #b3b3b3
border gray #dbdcde 
            #b3b3b3

            #7f7e7c
            999ea1
dark gray 4d4d4d
background gray #e8e8e8
red: #f01;
red ÿðêèé #ff1700
äîáàâèòü îòçûâ b5bec3
*/


/*
@font-face {
  font-family: "RobotoCondensedRegular";
  src: url("fonts/RobotoCondensedRegular/RobotoCondensedRegular.eot");
  src: url("fonts/RobotoCondensedRegular/RobotoCondensedRegular.eot?#iefix")format("embedded-opentype"),
  url("fonts/RobotoCondensedRegular/RobotoCondensedRegular.woff") format("woff"),
  url("fonts/RobotoCondensedRegular/RobotoCondensedRegular.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
}*/

@font-face {
  font-family: "RobotoRegular";
  src: url("fonts/RobotoRegular/RobotoRegular.eot");
  src: url("fonts/RobotoRegular/RobotoRegular.eot?#iefix")format("embedded-opentype"),
  url("fonts/RobotoRegular/RobotoRegular.woff") format("woff"),
  url("fonts/RobotoRegular/RobotoRegular.ttf") format("truetype");
  font-style: normal;
	font-weight:400;  
}

* {
  -webkit-border-radius: 0 !important;
     -moz-border-radius: 0 !important;
          border-radius: 0 !important;
}



html {
  -webkit-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
}

body {
  font-family: RobotoRegular, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 15px;
  line-height: 19px;
  color: #2e2e2e;
}

h1 {
  font-size: 25px;
  text-transform: uppercase;
}
h2 {
  font-size: 21px;
}

h1.title {
	margin-top: 50px;
	margin-bottom: 20px;
}

.content {
  /* margin-top: 30px; */
}
.modal .content {
  margin-top: 5px;
}
#modal-content .content {
  margin-top: 3px;
}
label,
.form-item label {
  font-weight: 400;
}
.btn_link{    /*button as link*/
  background: none!important;
  border: none;
  padding: 0!important;
}
.line-gray {
	border-top: 2px solid #dbdcde;
  content:"";
  line-height: 3px;
}
.bg_gray {
  background: #e8e8e8;
}

a:hover,
a:focus {
  text-decoration: none;
  outline:none;
}
.clear {
  clear: both;
}
#deb {
  position: fixed;
  top: 0; left: 0;
  color: #f55;
  z-index: 2000;
  padding:2px 5px ;
}

.btn-primary {
  background-color: #2468b5;
  font-size: 16px;
}
.form-submit.btn {
  margin-top: 20px;
  margin-bottom: 20px;
}
.form-submit {
  font-size: 16px;
	color: #fff;
	background-color: #2468b5;
	border: none;
  text-transform: uppercase;
  white-space: nowrap;
  vertical-align: middle;
	padding: 8px 20px;
}
.form-submit:hover {
  opacity: 0.9;
}
.btn-danger {
  background-color: #c72a23;
  -webkit-transition:all 0.3s;
  -moz-transition:all 0.3s;
  transition:all 0.3s;
  -webkit-appearance:none;  
}
a.btn-danger {
  color: #fff !important; 
} 
.btn-danger:hover {
  background-color: #c72a23;
  opacity: 0.85;
  filter: alpha(opacity=85);
}
.form-control,
.form-text  {
	font-size: 16px;
	display: block;
	width: 100%;
	height: 34px;
	padding: 6px 12px;
	line-height: 1.42857143;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	-webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
textarea {
	font-size: 16px;
	display: block;
	width: 100%;
	padding: 6px 12px;
	line-height: 1.42857143;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	-webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.white {
  color: #fff;
}

.navbar-default {
  background-color: transparent;
  border-color: transparent;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
	background-color: transparent;
	color: #226ab2;
	border-bottom: #226ab2 2px solid;
}
.navbar-top {
	margin-top: 13px;
	padding-bottom: 13px;
	border-bottom: #dbdcde 2px solid;
	margin-bottom: 0;
}

.navbar-brand {
  padding: 0 15px;
}
  
.navbar-top .navbar-nav > li > a {
	color: #2e2e2e;
	font-size: 14px;
	padding: 8px 0px 6px ;
	margin: 0 21px;
}
.navbar-top .navbar-nav > li > a:hover,
.navbar-top .navbar-nav > li > a:focus {
  color: #226ab2;
  background-color: transparent;
}
.navbar-top .navbar-nav > li > a.cabinet,
.navbar-default .navbar-nav > .open > a.cabinet,
.navbar-top .navbar-nav > li > a.cabinet:focus,
.navbar-top .navbar-nav > li > a.user-info {
	background-color: #226ab2;
	color: #fff;
	margin-left: 18px;
	padding: 8px 21px;
	margin: 0 0 0 21px;
}
.navbar-top .navbar-nav > li > a.cabinet:hover,
.navbar-default .navbar-nav > .open > a.cabinet:hover,
.navbar-default .navbar-nav > .open > a.cabinet:focus,
.navbar-top .navbar-nav > li > a.user-info:hover,
.navbar-top .navbar-nav > li > a.user-info:focus {
	background-color: #226ab2;
  color: #fff;
	opacity: .9;
  filter: alpha(opacity=90);
}
.navbar-top .navbar-nav > li > a.user-info {
	margin: 0;
	padding: 8px;
	opacity: 0.5;
}
.navbar-top .navbar-nav > li > a.ico-cart {
	width: 40px;
	height: 42px;
	margin-left: 14px;
	color: #226ab2;
	text-align: center;
	padding: 1px 0px 0px 6px;
	font-weight: bold;
	font-style: italic;
}
.navbar-top .navbar-nav {
  margin-top: 8px;
}

#user-dropdown-menu  {
  min-width: 188px;
}
.user-dropdown {
  padding: 15px;
}
.user-dropdown .my_prof {
  margin-top: 20px;
}
.user-dropdown .user-drop-data {
  text-align: right;
  padding-right: 10;
}
.user-dropdown .user-drop-text,
.user-dropdown .user-drop-data {
  line-height: 25px;
}
.bg-main {
	background: url('img/bg_main4.jpg') right center no-repeat;
	height: auto;
	background-size: cover;
	width: 100%;
	display: table;
	position: relative;
	margin-bottom: 38px;
	padding-bottom: 30px;
}
.bg-main-content {
	height: 100%;
}
.bg-main-content .link_main {
    margin-left: 57px;
}
.bg-main h1 {
  font-size: 36px;
	color: #000;
	margin-top: 138px;
	margin-bottom: 50px;
}
.bg-main a,
.main-pg a {
	color: #000;
}
.bg-main p {
  line-height: 21px;
}
.bg-main .btn,
.main-pg .btn-danger{
	padding: 10px 27px;
}
.action-group {
  margin-top: 35px;
}

.link_main {
  margin-left: 40px;
	text-transform: uppercase;
	display: inline-block;
	-webkit-box-align:center;
	-webkit-align-items:center;
	-moz-box-align:center;
	-ms-flex-align:center;
	-ms-grid-row-align:center;
	align-items: center;
	-webkit-transition: -webkit-transform 300ms cubic-bezier(0.195, 1.29, 0.795, 1.36);
	transition: -webkit-transform 300ms cubic-bezier(0.195, 1.29, 0.795, 1.36);
	-moz-transition: transform 300ms cubic-bezier(0.195, 1.29, 0.795, 1.36),-moz-transform 300ms cubic-bezier(0.195, 1.29, 0.795, 1.36);
	-o-transition: transform 300ms cubic-bezier(0.195, 1.29, 0.795, 1.36),-o-transform 300ms cubic-bezier(0.195, 1.29, 0.795, 1.36);
	transition: transform 300ms cubic-bezier(0.195, 1.29, 0.795, 1.36);
	transition: transform 300ms cubic-bezier(0.195, 1.29, 0.795, 1.36),-webkit-transform 300ms cubic-bezier(0.195, 1.29, 0.795, 1.36),-moz-transform 300ms cubic-bezier(0.195, 1.29, 0.795, 1.36),-o-transform 300ms cubic-bezier(0.195, 1.29, 0.795, 1.36);
	-webkit-transform: translateZ(0);
	text-decoration: none;
	line-height: 20px;
	text-transform: uppercase;
	color: #fff;
	font-size: 14px;
}
.link_main:hover {
  opacity: 0.9;
}
.link_main span {
	vertical-align:middle
}
.link_main .ico-arrow-right-main {
	width: 28px;
	height: 15px;
	margin: 0 0 0 14px;
	-webkit-transition: -webkit-transform 250ms cubic-bezier(0.195, 1.29, 0.795, 1.36);
	transition: -webkit-transform 250ms cubic-bezier(0.195, 1.29, 0.795, 1.36);
	-moz-transition: transform 250ms cubic-bezier(0.195, 1.29, 0.795, 1.36),-moz-transform 250ms cubic-bezier(0.195, 1.29, 0.795, 1.36);
	-o-transition: transform 250ms cubic-bezier(0.195, 1.29, 0.795, 1.36),-o-transform 250ms cubic-bezier(0.195, 1.29, 0.795, 1.36);
	transition: transform 250ms cubic-bezier(0.195, 1.29, 0.795, 1.36);
	transition: transform 250ms cubic-bezier(0.195, 1.29, 0.795, 1.36),-webkit-transform 250ms cubic-bezier(0.195, 1.29, 0.795, 1.36),-moz-transform 250ms cubic-bezier(0.195, 1.29, 0.795, 1.36),-o-transform 250ms cubic-bezier(0.195, 1.29, 0.795, 1.36);
	vertical-align: middle;
	display: inline-block;
	background: url(img/icons.png) no-repeat;
	background-position: -40px 0px;
}
.link_main:hover .ico-arrow-right-main {
	-webkit-transform: translate(15%);
	-moz-transform: translate(15%);
	-ms-transform: translate(15%);
	-o-transform: translate(15%);
	transform: translate(15%);
}
.main-pg .link_main {
	font-size: 13px;
  margin-left: 28px;  
}
.main-pg h2 {
  text-align: center;
  margin-top: 30px;
}

.steps_content_wrapper {
	display:table-cell;
	vertical-align:middle;
	padding:16px;
	text-align:left
}
.steps_content_wrapper span {
	display: inline-block;
	border-bottom: #226ab2 4px solid;
	font-size: 66px;
	font-weight: 700;
	line-height: 66px;
	margin-bottom: 16px;
	padding-bottom: 15px;
	margin-top: 41px;
}
.steps_content_wrapper strong {
	display: block;
	font-weight: 700;
	font-size: 19px;
	line-height: 30px;
	margin-bottom: 25px;
	text-transform: uppercase;
}
.steps_content_wrapper p {
	color:#363636;
	font-size:17px;
	line-height:19px
}

.steps_wrapper {
	box-shadow:0 5px 15px rgba(0,0,0,0.15);
	-moz-box-shadow:0 5px 15px rgba(0,0,0,0.15);
	-webkit-box-shadow:0 5px 15px rgba(0,0,0,0.15);
	background-color:#fff;
	width:235px;
	height:365px;
	display:table;
	padding:7px;
	position:relative
}
.steps_wrapper .content_border {
	position:absolute;
	top:10px;
	left:10px;
	right:10px;
	bottom:10px;
	pointer-events:none
}
.steps_wrapper .content_border .content_border_wrapper {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	pointer-events:none;
	z-index:3;
	-webkit-transform:translateZ(0);
	-moz-transform:translateZ(0);
	transform:translateZ(0)
}
.steps_wrapper .content_border .content_border_wrapper rect,
.about_m_content .content_border .content_border_wrapper rect {
	fill:transparent;
	stroke:#226ab2;
	stroke-width:4px;
	stroke-dasharray:0 2024;
	stroke-dashoffset:-1602;
	-webkit-transition:stroke-dasharray 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94),stroke-dashoffset 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	-moz-transition:stroke-dasharray 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94),stroke-dashoffset 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	-o-transition:stroke-dasharray 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94),stroke-dashoffset 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	transition:stroke-dasharray 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94),stroke-dashoffset 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94)
}
.steps_wrapper:hover .content_border rect,
.steps_wrapper.active .content_border rect {
	stroke-dasharray:3000;
	stroke-dashoffset:0
}
.steps_wrapper .content_border {
	top:6px;
	left:6px;
	bottom:6px;
	right:6px
}
.steps_content_wrapper {
	display:table-cell;
	vertical-align:middle;
	padding:16px 16px 16px 20px;
	text-align:left
}
.ico {
  background: url('img/icons.png?v2') no-repeat;
  display: inline-block;
}

.about {
	position: relative;
	margin-top: 52px;
	margin-bottom: 52px;
}
.about_card {
	margin-top: 56px;
}
.about_card .action-group {
  margin-left: 8px;
} 
.about_step.step2 {
	position:relative
}
.about.step2 .about_photo {
	width:100%
}
.about.step2 .about_photo img {
	max-width:100%
}
.about.step2 .steps_wrapper {
	position:absolute;
	top:50%;
	right:-85px;
	margin-top:-188px
}

.about.step3 {
	position:relative
}
.about.step3 .about_photo {
	width:100%
}
.about.step3 .about_photo img {
	max-width:100%
}
.about.step3 .steps_wrapper {
	position:absolute;
	top:50%;
	left:-85px;
	margin-top:-188px
}

/*  */
.about_step.step4 {
	position:relative
}
.about.step4 .steps_wrapper {
	position:absolute;
	top:48px;
	right:0
}
.about_container {
	width:1280px;
	margin:0 auto
}
.about_item {
	position:relative;
	float:left;
	overflow:hidden;
	margin:0 14px 14px 0;
	transition:background-color 0.4s ease;
	-moz-transition:background-color 0.4s ease;
	-webkit-transition:background-color 0.4s ease
}
.about_item:hover .about_image {
	transform:scale(1.04);
	-moz-transform:scale(1.04);
	-webkit-transform:scale(1.04)
}
.about_item img {
	max-width:100%
}
.about_item .about_image {
	position:absolute;
	width:100%;
	height:100%;
	transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-webkit-transition:all 0.5s ease
}
.about_item>span:not(.link_arrow) {
	color:#333333;
	display:block;
	position:absolute;
	font-size:17px;
	line-height:20px;
	bottom:25px;
	width:100%;
	text-align:center
}
.about_item.item1 {
	background-color:#5a6770;
	width:316px;
	height:464px;
	overflow: hidden
}
.about_item.item1 .about_image {
	transform-origin:left bottom;
	-webkit-transform-origin:left bottom
}
.about_item.item1:hover {
	background-color:#5b6871
}
.about_item.item1 .about_image {
	width:98%;
	bottom:0;
	left:0
}
.about_item.item1 .about_image img {
	position:absolute;
	left:15px;
	top:15px;
}
.about_item.item2 {
	background-color:#ced2d3;
	width:560px;
	height:464px;
	overflow: visible;
}
.about_item.item2:hover {
	background-color:#fcaa2e
}
.about_item.item2 .about_image {
	width: 118%;
	top: -149px;
	left: -61px;
}
.about_item.item3 {
	background-color:#a2aaad;
	width:429px;
	height:353px;
}
.about_item.item3:hover {
	background-color:#10b4b5
}
.about_item.item3 .about_image {
	top: 15px;
	left: 71px;
	-webkit-transform-origin: 25% 50%;
	-moz-transform-origin: 25% 50%;
	transform-origin: 25% 50%;
}
.about_item.item4 {
	background-color:#5a6770;
	width:302px;
	height:353px
}
.about_item.item4:hover {
	background-color:#f3681d
}
.about_item.item4 .about_image {
	top: -21px;
	left: 23px;
	overflow: visible;
}
.about_item.item4 span {
	color:#fff
}
.about_item.item5 {
	background-color:#d7d7d7;
	width:375px;
	height:353px;
}
.about_item.item5:hover {
	background-color:#0f8f97
}
.about_item.item5 .about_image {
	left:inherit;
	right:17px
}
.about_item.item5 img {
	position: absolute;
	left: -79px;
	top: -27px;
}
.about_item.item6 {
	background-color:#5a6770;
	width:747px;
	height:169px;
	overflow:hidden
}
.about_item.item6 span {
	/*!!!text-indent:262px*/
}
.about_item.item6 .about_image {
	left: 157px;
	top: -63px;
}
.about_item.item6:hover {
	background-color:#c8d0d4
}
.about_item.item7 {
	background:#226ab2;
	width:375px;
	height:169px;
	margin-right:0
}
.about_item.item7 span {
	color: #fff;
}
.about_item.item7:hover {
  opacity: 0.9;
  filter: alpha(opacity=9);
}
.about_item.item7:hover .arrow {
	-webkit-transform:translate(15%);
	-moz-transform:translate(15%);
	-ms-transform:translate(15%);
	-o-transform:translate(15%);
	transform:translate(15%)
}
.about_item.item7 .link_arrow {
	text-transform:uppercase;
	display:inline-block;
	-webkit-box-align:center;
	-webkit-align-items:center;
	-moz-box-align:center;
	-ms-flex-align:center;
	-ms-grid-row-align:center;
	align-items:center;
	-webkit-transition:-webkit-transform 300ms cubic-bezier(0.195, 1.29, 0.795, 1.36);
	transition:-webkit-transform 300ms cubic-bezier(0.195, 1.29, 0.795, 1.36);
	-moz-transition:transform 300ms cubic-bezier(0.195, 1.29, 0.795, 1.36),-moz-transform 300ms cubic-bezier(0.195, 1.29, 0.795, 1.36);
	-o-transition:transform 300ms cubic-bezier(0.195, 1.29, 0.795, 1.36),-o-transform 300ms cubic-bezier(0.195, 1.29, 0.795, 1.36);
	transition:transform 300ms cubic-bezier(0.195, 1.29, 0.795, 1.36);
	transition:transform 300ms cubic-bezier(0.195, 1.29, 0.795, 1.36),-webkit-transform 300ms cubic-bezier(0.195, 1.29, 0.795, 1.36),-moz-transform 300ms cubic-bezier(0.195, 1.29, 0.795, 1.36),-o-transform 300ms cubic-bezier(0.195, 1.29, 0.795, 1.36);
	cursor:pointer;
	-webkit-transform:translateZ(0);
	text-decoration:none;
	letter-spacing:0.4;
	font-size:14px;
	line-height:20px;
	text-transform:uppercase;
	color:#303030;
	font-size:17px;
	width:auto;
	left:50%;
	color:#333333;
	display:block;
	position:absolute;
	font-size:17px;
	line-height:20px;
	top:50%;
	margin-top:-10px;
	left:0;
	width:100%;
	text-align:center
}
.about_item.item7 .link_arrow:hover {
	opacity:0.8
}
.about_item.item7 .link_arrow:hover .arrow {
	-webkit-transform:translate(15%);
	-moz-transform:translate(15%);
	-ms-transform:translate(15%);
	-o-transform:translate(15%);
	transform:translate(15%)
}
.about_item.item7 .link_arrow span {
	vertical-align:middle
}
.about_item.item7 .link_arrow .arrow {
	width:28px;
	height:15px;
	margin:0 0 0 14px;
	-webkit-transition:-webkit-transform 250ms cubic-bezier(0.195, 1.29, 0.795, 1.36);
	transition:-webkit-transform 250ms cubic-bezier(0.195, 1.29, 0.795, 1.36);
	-moz-transition:transform 250ms cubic-bezier(0.195, 1.29, 0.795, 1.36),-moz-transform 250ms cubic-bezier(0.195, 1.29, 0.795, 1.36);
	-o-transition:transform 250ms cubic-bezier(0.195, 1.29, 0.795, 1.36),-o-transform 250ms cubic-bezier(0.195, 1.29, 0.795, 1.36);
	transition:transform 250ms cubic-bezier(0.195, 1.29, 0.795, 1.36);
	transition:transform 250ms cubic-bezier(0.195, 1.29, 0.795, 1.36),-webkit-transform 250ms cubic-bezier(0.195, 1.29, 0.795, 1.36),-moz-transform 250ms cubic-bezier(0.195, 1.29, 0.795, 1.36),-o-transform 250ms cubic-bezier(0.195, 1.29, 0.795, 1.36);
	vertical-align:middle;
	display:inline-block;
	background: url(img/icons.png) no-repeat;
	background-position: -130px 0px;	
}
.about_item.item7 .link_arrow .arrow+span {
	margin-left:14px
}
.about_item.item7 .link_arrow span:not(.arrow) {
	margin-left:42px
}
.about_item.item7 .link_arrow:hover {
	opacity:1
}

.about.news .steps_wrapper {
	position:absolute;
	top:50%;
	right:105px;
	margin-top:-188px;
  width: 335px;
}
.about.news .about_photo {
  width: 80%;
}
.about.news .about_photo img {
  max-width: 100%;
}
.about.news .steps_content_wrapper span {
  font-size: 19px;
  line-height: 21px;
}
.about.news .link_main {
	font-size: 12px;
	margin-left: 0;
	margin-top: 23px;
}
.about.news .slick-arrow.slick-next {
	right: 0
}



.link_arrow {
	display:inline-block;
	-webkit-box-align:center;
	-webkit-align-items:center;
	-moz-box-align:center;
	-ms-flex-align:center;
	-ms-grid-row-align:center;
	align-items:center;
	-webkit-transition:-webkit-transform 300ms cubic-bezier(0.195, 1.29, 0.795, 1.36);
	transition:-webkit-transform 300ms cubic-bezier(0.195, 1.29, 0.795, 1.36);
	-moz-transition:transform 300ms cubic-bezier(0.195, 1.29, 0.795, 1.36),-moz-transform 300ms cubic-bezier(0.195, 1.29, 0.795, 1.36);
	-o-transition:transform 300ms cubic-bezier(0.195, 1.29, 0.795, 1.36),-o-transform 300ms cubic-bezier(0.195, 1.29, 0.795, 1.36);
	transition:transform 300ms cubic-bezier(0.195, 1.29, 0.795, 1.36);
	transition:transform 300ms cubic-bezier(0.195, 1.29, 0.795, 1.36),-webkit-transform 300ms cubic-bezier(0.195, 1.29, 0.795, 1.36),-moz-transform 300ms cubic-bezier(0.195, 1.29, 0.795, 1.36),-o-transform 300ms cubic-bezier(0.195, 1.29, 0.795, 1.36);
	cursor:pointer;
	-webkit-transform:translateZ(0);
	text-decoration:none;
	letter-spacing:0.4;
	font-size:14px;
	line-height:20px;
	color:#303030;
	display:inline-block;
	/*margin:63px auto 0!!!*/
}
.link_arrow:hover {
	opacity:0.8
}
.link_arrow:hover .arrow {
	-webkit-transform:translate(15%);
	-moz-transform:translate(15%);
	-ms-transform:translate(15%);
	-o-transform:translate(15%);
	transform:translate(15%)
}
.link_arrow span {
	vertical-align:middle
}
.link_arrow .arrow {
	width:28px;
	height:19px;
	margin:0 0 0 14px;
	-webkit-transition:-webkit-transform 250ms cubic-bezier(0.195, 1.29, 0.795, 1.36);
	transition:-webkit-transform 250ms cubic-bezier(0.195, 1.29, 0.795, 1.36);
	-moz-transition:transform 250ms cubic-bezier(0.195, 1.29, 0.795, 1.36),-moz-transform 250ms cubic-bezier(0.195, 1.29, 0.795, 1.36);
	-o-transition:transform 250ms cubic-bezier(0.195, 1.29, 0.795, 1.36),-o-transform 250ms cubic-bezier(0.195, 1.29, 0.795, 1.36);
	transition:transform 250ms cubic-bezier(0.195, 1.29, 0.795, 1.36);
	transition:transform 250ms cubic-bezier(0.195, 1.29, 0.795, 1.36),-webkit-transform 250ms cubic-bezier(0.195, 1.29, 0.795, 1.36),-moz-transform 250ms cubic-bezier(0.195, 1.29, 0.795, 1.36),-o-transform 250ms cubic-bezier(0.195, 1.29, 0.795, 1.36);
	vertical-align:middle;
	display:inline-block;
	background: url(img/icons.png) no-repeat;
	background-position: -100px 0px;
}
.link_arrow .arrow+span {
	margin-left:14px
}

.show_down_arrow {
	display:inline-block;
	-webkit-box-align:center;
	-webkit-align-items:center;
	-moz-box-align:center;
	-ms-flex-align:center;
	-ms-grid-row-align:center;
	align-items:center;
	-webkit-transition:-webkit-transform 100ms cubic-bezier(0.195, 1.29, 0.795, 1.36);
	transition:-webkit-transform 100ms cubic-bezier(0.195, 1.29, 0.795, 1.36);
	-moz-transition:transform 100ms cubic-bezier(0.195, 1.29, 0.795, 1.36),-moz-transform 100ms cubic-bezier(0.195, 1.29, 0.795, 1.36);
	-o-transition:transform 100ms cubic-bezier(0.195, 1.29, 0.795, 1.36),-o-transform 100ms cubic-bezier(0.195, 1.29, 0.795, 1.36);
 transition:transform 100ms cubic-bezier(0.195, 1.29, 0.795, 1.36);
	transition:transform 100ms cubic-bezier(0.195, 1.29, 0.795, 1.36),-webkit-transform 100ms cubic-bezier(0.195, 1.29, 0.795, 1.36),-moz-transform 100ms cubic-bezier(0.195, 1.29, 0.795, 1.36),-o-transform 300ms cubic-bezier(0.195, 1.29, 0.795, 1.36);
	cursor:pointer;
	-webkit-transform:translateZ(0);
	text-decoration:none;
	letter-spacing:0.4;
	font-size:14px;
	line-height:20px;
	color:#000;
	display:inline-block;
	/*margin:63px auto 0!!!*/
}
.show_down_arrow:hover {
	opacity:0.8
}
.show_down_arrow:hover .arrow {
	-webkit-transform:translateY(50%);
	-moz-transform:translateY(50%);
	-ms-transform:translateY(50%);
	-o-transform:translateY(50%);
	transform:translateY(50%)
}
.show_down_arrow span {
	vertical-align:middle
}
.show_down_arrow .arrow {
	width:18px;
	height:10px;
	margin:0 0 0 14px;
	-webkit-transition:-webkit-transform 250ms cubic-bezier(0.195, 1.29, 0.795, 1.36);
	transition:-webkit-transform 250ms cubic-bezier(0.195, 1.29, 0.795, 1.36);
	-moz-transition:transform 250ms cubic-bezier(0.195, 1.29, 0.795, 1.36),-moz-transform 250ms cubic-bezier(0.195, 1.29, 0.795, 1.36);
	-o-transition:transform 250ms cubic-bezier(0.195, 1.29, 0.795, 1.36),-o-transform 250ms cubic-bezier(0.195, 1.29, 0.795, 1.36);
 transition:transform 250ms cubic-bezier(0.195, 1.29, 0.795, 1.36);
	transition:transform 250ms cubic-bezier(0.195, 1.29, 0.795, 1.36),-webkit-transform 250ms cubic-bezier(0.195, 1.29, 0.795, 1.36),-moz-transform 250ms cubic-bezier(0.195, 1.29, 0.795, 1.36),-o-transform 250ms cubic-bezier(0.195, 1.29, 0.795, 1.36);

	vertical-align:middle;
	display:inline-block;
	background: url(img/icons.png) no-repeat;
	background-position: -50px -80px;
}
.show_down_arrow .arrow+span {
	margin-left:14px
}

.partners {
	padding:77px 0 70px 0;
	text-align:center
}
.partners_title {
	text-align:center;
	margin-bottom:98px
}
.partners_carousel {
	width:1056px;
	margin:0 auto
}
.partners_item {
	display:table !important;
	height:60px
}
.partners_item .partners_item_content {
	padding:0 12%;
	display:table-cell;
	vertical-align:middle
}
.partners_item img {
	max-width:100%
}
.partners_item .image_wrapper {
	background-size:100% auto;
	background-repeat:no-repeat;
	background-position:center center;
	opacity:0.6;
	-webkit-transition:opacity 0.2s ease-in-out;
	-moz-transition:opacity 0.2s ease-in-out;
	transition:opacity 0.2s ease-in-out
}
.partners_item img {
	-webkit-transition:opacity 0.2s ease-in-out;
	-moz-transition:opacity 0.2s ease-in-out;
	transition:opacity 0.2s ease-in-out
}
.partners_item img.colored_partner {
	opacity:0
}
.partners_item:hover .colored_partner,
.partners_item:hover .image_wrapper {
	opacity:1
}
.partners_all {
  margin-top: 20px;
}
.partner .persent {
  font-size: 23px;
}
.partner_b img,
.goods_img_big img {
  width: 100%;
}
.partner_logo img {
  width: 50%;
  margin: 40px auto  20px;
  display: block;
}
.partner_discount {
  margin: 20px auto  40px;
}
.goods_item .partner_logo img {
  width: auto;
}
.slick-slider {
	position:relative;
	display:block;
	box-sizing:border-box;
	-webkit-touch-callout:none;
	-webkit-user-select:none;
	-khtml-user-select:none;
	-moz-user-select:none;
	-ms-user-select:none;
	user-select:none;
	-ms-touch-action:pan-y;
	touch-action:pan-y;
	-webkit-tap-highlight-color:transparent
}
.slick-list {
	position:relative;
	overflow:hidden;
	display:block;
	margin:0;
	padding:0
}
.slick-list:focus {
	outline:none
}
.slick-list.dragging {
	cursor:pointer;
	cursor:hand
}
.slick-slider .slick-track,
.slick-slider .slick-list {
	-webkit-transform:translate3d(0, 0, 0);
	-moz-transform:translate3d(0, 0, 0);
	-ms-transform:translate3d(0, 0, 0);
	-o-transform:translate3d(0, 0, 0);
	transform:translate3d(0, 0, 0)
}
.slick-track {
	position:relative;
	left:0;
	top:0;
	display:block
}
.slick-track:before,
.slick-track:after {
	content:"";
	display:table
}
.slick-track:after {
	clear:both
}
.slick-loading .slick-track {
	visibility:hidden
}
.slick-slide {
	float:left;
	min-height:1px;
	display:none
}
[dir="rtl"] .slick-slide {
	float:right
}
.slick-slide img {
	display:block
}
.slick-slide.slick-loading img {
	display:none
}
.slick-slide.dragging img {
	pointer-events:none
}
.slick-initialized .slick-slide {
	display:block
}
.slick-loading .slick-slide {
	visibility:hidden
}
.slick-vertical .slick-slide {
	display:block;
	height:auto;
	border:1px solid transparent
}
.slick-arrow.slick-hidden {
	display:none
}
.slick-arrow,
.gray-arrow {
	border:none;
	outline:none;
	cursor:pointer;
	font-size:0;
	width:27px;
	height:22px;
	position:absolute;
	z-index:10;
	top:50%;
	margin-top:-11px
}
.slick-arrow.slick-prev,
.gray-arrow.gray-prev {
	background: url(img/icons.png) no-repeat;
	background-position: -70px 0px;	
	left:0px;
	-webkit-transition:all 300ms cubic-bezier(0.195, 1.29, 0.795, 1.36);
	-moz-transition:all 300ms cubic-bezier(0.195, 1.29, 0.795, 1.36);
	-o-transition:all 300ms cubic-bezier(0.195, 1.29, 0.795, 1.36);
	transition:all 300ms cubic-bezier(0.195, 1.29, 0.795, 1.36)
}
.slick-arrow.slick-prev:hover,
.gray-arrow.gray-prev:hover {
	-webkit-transform:translate(-20%, 0);
	-moz-transform:translate(-20%, 0);
	-ms-transform:translate(-20%, 0);
	-o-transform:translate(-20%, 0);
	transform:translate(-20%, 0);
	opacity:.7
}
.slick-arrow.slick-next,
.gray-arrow.gray-next {
	background: url(img/icons.png) no-repeat;
	background-position: -100px 0px;
	width:26px;
	right:0px;
	-webkit-transition:all 300ms cubic-bezier(0.195, 1.29, 0.795, 1.36);
	-moz-transition:all 300ms cubic-bezier(0.195, 1.29, 0.795, 1.36);
	-o-transition:all 300ms cubic-bezier(0.195, 1.29, 0.795, 1.36);
	transition:all 300ms cubic-bezier(0.195, 1.29, 0.795, 1.36)
}
.slick-arrow.slick-next:hover,
.gray-arrow.gray-next:hover {
	-webkit-transform:translate(20%, 0);
	-moz-transform:translate(20%, 0);
	-ms-transform:translate(20%, 0);
	-o-transform:translate(20%, 0);
	transform:translate(20%, 0);
	opacity:.7
}
.news .slick-arrow.slick-prev {
	left:-90px;
}
.news-body li {
	position: relative;
	left: 2em;
}
.partners .slick-arrow.slick-prev {
	left:-100px;
}
.partners .slick-arrow.slick-next {
	right:-100px;
}

.breadcrumbs {
	border-bottom: #b3b3b3 1px solid;
	display: inline-block;
	width: 100%;
	margin-top: 0px;
	padding-bottom: 10px;
	margin-bottom: 48px;
}
.breadcrumbs ul {
  padding-left: 0;
	list-style:none
}
.breadcrumbs ul li {
	float: left;
	margin-right: 12px;
	line-height: 24px;
	display: contents;
}
.breadcrumbs ul li:first-child > a{
	font-size:24px;
}
.breadcrumbs ul li:first-child .arrow_right_ico {
	margin-bottom: 0;
}
.breadcrumbs li .arrow_right_ico {
	margin-left: 10px;
	margin-bottom: -3px;
}
.breadcrumbs ul li.active>a {
	color: #226ab2;
}
.breadcrumbs ul li.active>a:after {
	border-bottom: #226ab2 2px solid;
	content:'';
	display:block;
	width:100%;
	height:3px;
	position:absolute;
	top:26px;
	left:0
}
.breadcrumbs ul li:hover>a {
	color:#226ab2
}
.breadcrumbs ul li>a {
	color:#000;
	font-size:17px;
	line-height:23px;
	text-decoration:none;
	letter-spacing:0.5;
	position:relative
}
.breadcrumbs>a {
	text-transform:uppercase;
	display:inline-block;
	-webkit-box-align:center;
	-webkit-align-items:center;
	-moz-box-align:center;
	-ms-flex-align:center;
	-ms-grid-row-align:center;
	align-items:center;
	-webkit-transition:-webkit-transform 300ms cubic-bezier(0.195, 1.29, 0.795, 1.36);
	transition:-webkit-transform 300ms cubic-bezier(0.195, 1.29, 0.795, 1.36);
	-moz-transition:transform 300ms cubic-bezier(0.195, 1.29, 0.795, 1.36),-moz-transform 300ms cubic-bezier(0.195, 1.29, 0.795, 1.36);
	-o-transition:transform 300ms cubic-bezier(0.195, 1.29, 0.795, 1.36),-o-transform 300ms cubic-bezier(0.195, 1.29, 0.795, 1.36);
	transition:transform 300ms cubic-bezier(0.195, 1.29, 0.795, 1.36);
	transition:transform 300ms cubic-bezier(0.195, 1.29, 0.795, 1.36),-webkit-transform 300ms cubic-bezier(0.195, 1.29, 0.795, 1.36),-moz-transform 300ms cubic-bezier(0.195, 1.29, 0.795, 1.36),-o-transform 300ms cubic-bezier(0.195, 1.29, 0.795, 1.36);
	cursor:pointer;
	-webkit-transform:translateZ(0);
	text-decoration:none;
	letter-spacing:0.4;
	font-size:14px;
	line-height:20px;
	color:#303030;
	float:right;
	font-size:17px
}
.breadcrumbs>a:hover {
	opacity:0.8
}
.breadcrumbs>a:hover .arrow {
	-webkit-transform:translate(15%);
	-moz-transform:translate(15%);
	-ms-transform:translate(15%);
	-o-transform:translate(15%);
	transform:translate(15%)
}
.breadcrumbs>a span {
	vertical-align:middle
}
.breadcrumbs>a .arrow {
	width:28px;
	height:15px;
	margin:0 0 0 14px;
	-webkit-transition:-webkit-transform 250ms cubic-bezier(0.195, 1.29, 0.795, 1.36);
	transition:-webkit-transform 250ms cubic-bezier(0.195, 1.29, 0.795, 1.36);
	-moz-transition:transform 250ms cubic-bezier(0.195, 1.29, 0.795, 1.36),-moz-transform 250ms cubic-bezier(0.195, 1.29, 0.795, 1.36);
	-o-transition:transform 250ms cubic-bezier(0.195, 1.29, 0.795, 1.36),-o-transform 250ms cubic-bezier(0.195, 1.29, 0.795, 1.36);
	transition:transform 250ms cubic-bezier(0.195, 1.29, 0.795, 1.36);
	transition:transform 250ms cubic-bezier(0.195, 1.29, 0.795, 1.36),-webkit-transform 250ms cubic-bezier(0.195, 1.29, 0.795, 1.36),-moz-transform 250ms cubic-bezier(0.195, 1.29, 0.795, 1.36),-o-transform 250ms cubic-bezier(0.195, 1.29, 0.795, 1.36);
	vertical-align:middle;
	display:inline-block;
	background: url(img/icons.png) no-repeat;
	background-position: -40px 0px;
}
.breadcrumbs>a .arrow+span {
	margin-left:14px
}
.breadcrumbs li.active {
  color: #226ab2;
}

.sorting {
	border-bottom: #b3b3b3 1px solid;
	display: inline-block;
	width: 100%;
	margin-top: 24px;
	padding-bottom: 10px;
}
.sorting ul {
  padding-left: 0;
	list-style:none
}
.sorting ul li {
	float: left;
	margin-right: 42px;
}
.sorting ul li:first-child {
	margin-right: 52px;
}
.sorting ul li:first-child > a{
	font-size:24px;
}
.sorting ul li.active>a {
	color: #226ab2;

}
.sorting ul li.active h2 {
    margin: 8px 0 0;
    font-size:17px;
}
.sorting ul li.active>a:after {
	border-bottom: #226ab2 2px solid;
	content:'';
	display:block;
	width:100%;
	height:3px;
	position:absolute;
	top:26px;
	left:0
}
.sorting ul li:hover>a {
	color:#226ab2
}
.sorting ul li>a {
	color:#000;
	font-size:17px;
	line-height:35px;
	text-decoration:none;
	letter-spacing:0.5;
	position:relative
}
.sorting>a {
	text-transform:uppercase;
	display:inline-block;
	-webkit-box-align:center;
	-webkit-align-items:center;
	-moz-box-align:center;
	-ms-flex-align:center;
	-ms-grid-row-align:center;
	align-items:center;
	-webkit-transition:-webkit-transform 300ms cubic-bezier(0.195, 1.29, 0.795, 1.36);
	transition:-webkit-transform 300ms cubic-bezier(0.195, 1.29, 0.795, 1.36);
	-moz-transition:transform 300ms cubic-bezier(0.195, 1.29, 0.795, 1.36),-moz-transform 300ms cubic-bezier(0.195, 1.29, 0.795, 1.36);
	-o-transition:transform 300ms cubic-bezier(0.195, 1.29, 0.795, 1.36),-o-transform 300ms cubic-bezier(0.195, 1.29, 0.795, 1.36);
	transition:transform 300ms cubic-bezier(0.195, 1.29, 0.795, 1.36);
	transition:transform 300ms cubic-bezier(0.195, 1.29, 0.795, 1.36),-webkit-transform 300ms cubic-bezier(0.195, 1.29, 0.795, 1.36),-moz-transform 300ms cubic-bezier(0.195, 1.29, 0.795, 1.36),-o-transform 300ms cubic-bezier(0.195, 1.29, 0.795, 1.36);
	cursor:pointer;
	-webkit-transform:translateZ(0);
	text-decoration:none;
	letter-spacing:0.4;
	font-size:14px;
	line-height:20px;
	color:#303030;
	float:right;
	font-size:17px
}
.sorting>a:hover {
	opacity:0.8
}
.sorting>a:hover .arrow {
	-webkit-transform:translate(15%);
	-moz-transform:translate(15%);
	-ms-transform:translate(15%);
	-o-transform:translate(15%);
	transform:translate(15%)
}
.sorting>a span {
	vertical-align:middle
}
.sorting>a .arrow {
	width:28px;
	height:15px;
	margin:0 0 0 14px;
	-webkit-transition:-webkit-transform 250ms cubic-bezier(0.195, 1.29, 0.795, 1.36);
	transition:-webkit-transform 250ms cubic-bezier(0.195, 1.29, 0.795, 1.36);
	-moz-transition:transform 250ms cubic-bezier(0.195, 1.29, 0.795, 1.36),-moz-transform 250ms cubic-bezier(0.195, 1.29, 0.795, 1.36);
	-o-transition:transform 250ms cubic-bezier(0.195, 1.29, 0.795, 1.36),-o-transform 250ms cubic-bezier(0.195, 1.29, 0.795, 1.36);
	transition:transform 250ms cubic-bezier(0.195, 1.29, 0.795, 1.36);
	transition:transform 250ms cubic-bezier(0.195, 1.29, 0.795, 1.36),-webkit-transform 250ms cubic-bezier(0.195, 1.29, 0.795, 1.36),-moz-transform 250ms cubic-bezier(0.195, 1.29, 0.795, 1.36),-o-transform 250ms cubic-bezier(0.195, 1.29, 0.795, 1.36);
	vertical-align:middle;
	display:inline-block;
	background: url(img/icons.png) no-repeat;
	background-position: -40px 0px;
}
.sorting>a .arrow+span {
	margin-left:14px
}
.filter {
	display: inline-block;
	width: 100%;
	margin-top: 20px;
}
.filter strong,
.sorting strong {
	float: left;
	color: #5b6770;
	font-size: 18px;
	font-weight: 400;
	line-height: 16px;
	padding: 5px 0;
	text-transform: uppercase;
	margin-right: 30px;
}
.filter .select2-container {
	display:none
}
.filter ul {
	list-style:none
}
.filter ul li {
	float:left;
	margin-right:10px
}
.filter ul li a:not(.delete) {
	color: #5b6770;
	display: inline-block;
	font-size: 16px;
	line-height: 16px;
	padding: 5px 18px;
	text-decoration: none;
}
.filter ul li a.delete {
  background: url(img/icons.png) no-repeat;
  background-position: 0px -80px;	display:none;
	width:12px;
	height:12px;
	margin-right:10px
}
.filter ul li.active {
	background-color:#dcdedf
}
.filter ul li.active a.delete {
	display:inline-block
}
.set {
	margin-top: 11px;
	margin-bottom: 10px;
}
.set+.pagination {
	margin-top:36px
}
.set_item {
	display:inline-block;
	vertical-align:top;
	width:274px;
	margin:0 10px 33px 0
}
.set_description {
    width:274px;
}
.set_item:nth-child(4n) {
	margin-right:0
}
.set_item:hover .set_photo_link {
	opacity:1
}
.set_item:hover .set_link {
	opacity:1
}

.set_item.more {
	background-color:#fff;
	border:#f4f4f4 4px solid;
	height:309px;
	text-align:center
}
.set_item.more:hover {
	border:#efefef 4px solid;
	background-color:#fcfcfc
}
.set_item.more .download_more a span {
	display:block
}
.set_photo {
	display: table;
	width: 100%;
	height: 227px;
	text-align: center;
	position: relative;
	margin-bottom: 5px;
}
.set_photo .set_photo_align {
	display:table-cell;
	vertical-align:middle;
/*    position: relative;*/
}
/*
.set_photo_align .upload_more {
    position: absolute;
    top: 30%;
}
*/
.set_photo_align img {  /*!!!*/
  width: 100%
}
.set_photo_link {
	display:none
}
.set_description {
	margin-top: 14px;
	padding: 20px 15px 0 15px;
	position: relative;
	height: 85px;
}
.set_description p {
	color: #333333;
	font-size: 16px;
	line-height: 16px;
	text-align: center;
	letter-spacing: 0.5;
	max-width: 100%;
}
.set_photo_link {
	background:rgba(0,101,170,0.6);
	display:table;
	width:100%;
	height:274px;
	text-align:center;
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	opacity:0;
	text-decoration:none;
	transition:opacity 0.5s ease;
	-moz-transition:opacity 0.5s ease;
	-webkit-transition:opacity 0.5s ease
}
.set_photo_link .set_photo_link_align {
	display:table-cell;
	vertical-align:middle
}
.set_photo_link .set_photo_link_align span {
	color:#fff;
	display:block;
	font-size:18px;
	line-height:20px;
	word-break:break-word;
	padding:0 10px
}
.set_photo_link span.persent{
	display: unset;
	font-size: 120%;
    white-space: pre;
}
.set_photo_link span.persent:before {
    content: '\a';
    white-space: pre;
}

.set_link {
	background: #0065aa;
	display: table;
	width: 274px;
	height: 85px;
	text-align: center;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	opacity: 0;
	text-decoration: none;
	transition: opacity 0.5s ease;
	-moz-transition: opacity 0.5s ease;
	-webkit-transition: opacity 0.5s ease;
	padding-left: 27px;
}
.set_link .set_link_align {
	display:table-cell;
	vertical-align:middle
}
.set_link .set_link_align .link_arrow {
	text-transform:uppercase;
	display:inline-block;
	-webkit-box-align:center;
	-webkit-align-items:center;
	-moz-box-align:center;
	-ms-flex-align:center;
	-ms-grid-row-align:center;
	align-items:center;
	-webkit-transition:-webkit-transform 300ms cubic-bezier(0.195, 1.29, 0.795, 1.36);
	transition:-webkit-transform 300ms cubic-bezier(0.195, 1.29, 0.795, 1.36);
	-moz-transition:transform 300ms cubic-bezier(0.195, 1.29, 0.795, 1.36),-moz-transform 300ms cubic-bezier(0.195, 1.29, 0.795, 1.36);
	-o-transition:transform 300ms cubic-bezier(0.195, 1.29, 0.795, 1.36),-o-transform 300ms cubic-bezier(0.195, 1.29, 0.795, 1.36);
	transition:transform 300ms cubic-bezier(0.195, 1.29, 0.795, 1.36);
	transition:transform 300ms cubic-bezier(0.195, 1.29, 0.795, 1.36),-webkit-transform 300ms cubic-bezier(0.195, 1.29, 0.795, 1.36),-moz-transform 300ms cubic-bezier(0.195, 1.29, 0.795, 1.36),-o-transform 300ms cubic-bezier(0.195, 1.29, 0.795, 1.36);
	cursor:pointer;
	-webkit-transform:translateZ(0);
	text-decoration:none;
	letter-spacing:0.4;
	font-size:14px;
	line-height:20px;
	text-transform:uppercase;
	color:#fff
}
.set_link .set_link_align .link_arrow:hover {
	opacity:0.8
}
.set_link .set_link_align .link_arrow:hover .arrow {
	-webkit-transform:translate(15%);
	-moz-transform:translate(15%);
	-ms-transform:translate(15%);
	-o-transform:translate(15%);
	transform:translate(15%)
}
.set_link .set_link_align .link_arrow span {
	vertical-align:middle
}
.set_link .set_link_align .link_arrow .arrow {
	width:28px;
	height:15px;
	margin:0 0 0 14px;
	-webkit-transition:-webkit-transform 250ms cubic-bezier(0.195, 1.29, 0.795, 1.36);
	transition:-webkit-transform 250ms cubic-bezier(0.195, 1.29, 0.795, 1.36);
	-moz-transition:transform 250ms cubic-bezier(0.195, 1.29, 0.795, 1.36),-moz-transform 250ms cubic-bezier(0.195, 1.29, 0.795, 1.36);
	-o-transition:transform 250ms cubic-bezier(0.195, 1.29, 0.795, 1.36),-o-transform 250ms cubic-bezier(0.195, 1.29, 0.795, 1.36);
	transition:transform 250ms cubic-bezier(0.195, 1.29, 0.795, 1.36);
	transition:transform 250ms cubic-bezier(0.195, 1.29, 0.795, 1.36),-webkit-transform 250ms cubic-bezier(0.195, 1.29, 0.795, 1.36),-moz-transform 250ms cubic-bezier(0.195, 1.29, 0.795, 1.36),-o-transform 250ms cubic-bezier(0.195, 1.29, 0.795, 1.36);
	vertical-align:middle;
	display:inline-block;
  background: url(img/icons.png) no-repeat;
  background-position: -130px 0px;
}
.set_link .set_link_align .link_arrow .arrow+span {
	margin-left:14px
}
.set_price {
	display: block;
	background-color: #fff;
	width: 92px;
	position: absolute;
	top: 33px;
	right: 0;
	color: #f01;
	font-size: 17px;
	padding: 4px;
  opacity: .5;
	transition:opacity 250ms;
}
.old_price {
	color:#555; 
  text-decoration: line-through red;
}
.set_item:hover .set_price {
  opacity: .9;
	transition:opacity 250ms;
}
.filter select {
  display: none;  
}

.goods_item h1 {
	font-size: 28px;
	margin-top: -6px;
/* 	margin-bottom: 42px; !!!*/
}
.goods_item .price {
	font-size: 63px;
	font-weight: bold;
	line-height: 70px;
  padding-top: 15px;
}
.goods_item .old_price {
  color:#999;
  text-align: left;
  line-height: 35px;
  padding-bottom: 10px;
} 
.goods_item .currency {
	text-transform: uppercase;
	font-size: 32px;
	font-weight: bold;
	position: absolute;
	bottom: 15px;
	right: 15px;
}
.goods_item .count_label,
.goods_item .member_label {
  text-transform: uppercase;
	display: inline-block;
}
.row.price-row {
  position:relative;
}
.price-block {
  text-align: right;
  position: relative;
}
.draw.goods_item .price-block {
	position: relative;
	right: 15px;
	top: 35px;
}

.goods_item .count_wrrap,
.goods_item .member_wrrap {
	width: 129px;
	display: block;
	margin: 17px 0 0 auto;
	text-align: center;
}
.goods_item .member_wrrap {
	width: 96px;
  margin-bottom: 20px;
}
.goods_item .panel-body img.pull-right {
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 20px;

}
.count_block .count,
.count_block .member {
	padding-top: 4px;
	padding-bottom: 4px;
	width: 100%;
	text-align: center;
	border: 2px solid #c62720;
	font-size: 19px;
	margin-top: 6px;
}
.goods_item .count,
.goods_item .member {
	font-weight: bold;
}
.goods_item .btn-danger {
	font-size: 23px;
	width: 100%;
	padding-top: 11px;
	padding-bottom: 11px;
	margin-top: 20px;
}
.goods_item .description {
	margin-top: 44px;
}
.goods_item .description.panel-group .panel-heading + .panel-collapse > .list-group, .goods_item .description .panel-group .panel-heading + .panel-collapse > .panel-body,
.partner-item .description.panel-group .panel-heading + .panel-collapse > .list-group, .partner-item .description .panel-group .panel-heading + .panel-collapse > .panel-body {
	border-top: none;
	padding-top: 0;
	padding-bottom: 10px;
}
.goods_item .panel-group .panel,
.partner-item .panel-group .panel {
	border: none;
  box-shadow: none;
}
.goods_item .panel .panel-title,
.partner-item .panel .panel-title {
	border-top: 1px solid #4d4d4d;
	padding-top: 15px;
}
.goods_item .panel .panel-title a,
.partner-item .panel .panel-title a {
  display: block;
  position:relative;
}
.goods_item .panel .panel-title a::after,
.partner-item .panel .panel-title a::after {
	background: url(img/icons.png) no-repeat;
	background-position: -50px -22px;
	height: 16px;
	width: 10px;
	content: '';
	display: block;
	position: absolute;
	top: 5px;
	right: 12px;
	opacity:1;
	transition: opacity 0.2s ease;
}
.goods_item .panel .panel-title a[aria-expanded="true"]::after,
.partner-item .panel .panel-title a[aria-expanded="true"]::after {
  opacity: 0.4;
  background-position: -70px -22px;
 	transition: opacity 0.2s ease;
}
.goods_item .panel-heading,
.partner-item .panel-heading {
	padding-bottom: 5px;
}
.goods_item .panel-group .panel + .panel,
.partner-item .panel-group .panel + .panel {
	margin-top: 0;
  box-shadow: none;
}
.goods_item .description ul,
.partner-item .description ul {
	padding-left: 0;
	list-style: none;
}
.goods_item .arrows {
	margin-top: 44px;
}
.goods_item .logo {
	margin-top: 50px;
	text-align: center;
}

.reviews .line-gray.first {
	border-top: 4px solid #4d4d4d;
	margin-top: 33px;
}
.review {
  position: relative;
  height: 170px;
}
.review-text {
  display: inline-block;
}
.review-img {
	display: inline-block;
	position: absolute;
	right: 0;
	top: 8px;
}
.review .name {
	font-size: 27px;
	text-decoration: indianred;
	font-style: italic;
	margin-top: 12px;
	margin-bottom: 18px;
}
.review-add {
	background-color: #b5bec3;
	padding: 1px 14px 10px;
}
.review-add h4{
  font-size: 24px;
}
.form-rating-stars label {
	font-size: 25px;
	margin-right: 8px;
}
.form-rating-stars input {
	font-size: 26px;
	margin-left: 12px;
}
.btn-dark {
	font-size: 24px;
  background-color: #000;
	color: #fff;
	padding: 0px 8px 1px;
	transition: background-color 0.2s ease;
}
.btn-dark:hover {
  background-color: #383838;
	color: #fff;
	transition: background-color 0.2s ease;
}
.btn-photo {
	background-color: transparent;
	border: 5px solid #999fa3;
	color: #000;
	font-size: 18px;
	position: relative;
	padding: 2px 44px 3px 8px;
	transition: background-color 0.2s ease;
}
.btn-photo::after {
	background-image: url(img/icons.png);
	background-position: 0px -100px;
	height: 41px;
	width: 37px;
	content: '';
	display: block;
	position: absolute;
	top: -10px;
	right: -2px;
}
.btn-photo:hover {
  background-color: rgba(0,0,0,0.05);
	transition: background-color 0.2s ease;
}

.dot li::before {
	content: "";
	display: inline-block;
	height: 5px;
	width: 5px;
	margin-right: 4px;
	background: url(img/icons.png) no-repeat;
	background-position: -40px -20px;
}


.ratings {
  list-style-type: none;
  margin: 0;
  padding: 0;
  width: 100%;
  direction: rtl;
  text-align: left;
}
.star {
  position: relative;
  line-height: 28px;
  display: inline-block;
  transition: color 0.2s ease;
  color: black;
  /*color: #dbdcde;*/
}
.star:before {
  content: '\2606';
  width: 23px;
  height: 23px;
  font-size: 23px;
  letter-spacing: -1px; 
}
.star:hover,
.star.selected,
.star:hover ~ .star,
.star.selected ~ .star{
  transition: color 0.8s ease;
  color: black;
}
.star:hover:before,
.star.selected:before,
.star:hover ~ .star:before,
.star.selected ~ .star:before{
  content: '\2605';
}

.pagination {
	text-align: center;
	margin: 10px 0;
	display: block;
}
.pagination .item-list .pager li {
  padding: 0;
}
.pagination .pager li > a, .pager li > span {
	padding: 0;
	border: 0;
	border-radius: 0;
}
.pagination .page_previous a,
.pagination .page_next a {
	width: 10px;
	height: 16px;
	background: url('img/icons.png') no-repeat;
	background-position: -20px -80px;
	display: inline-block;
	border: 1px solid #f00;
	content: " ";
	margin-top: 6px;
	padding-top: 5px;
}
.pagination .page_next a {
	background-position: -30px -80px;
}
.pagination ul {
	list-style:none
}
.pagination ul li {
	display:inline-block;
	vertical-align:top;
	margin:0 14px
}
.pagination ul li span,
.pagination ul li {
	color:#000000;
	font-size:18px;
	line-height:25px
}
.pagination ul li span a {
	color:#000000;
	text-decoration:none
}
.pagination ul li span a:hover {
	color:#ff9900
}
.pagination ul li span.active {
	border-bottom:#226ab2 3px solid;
	font-weight:bold
}
.pagination ul li span.page.gap {
	margin:0 -10px
}
.arrow_right_ico {
	background-position: -30px -80px;
	width: 11px;
	height: 16px;
}
.arrow_left_ico {
 	background-position: -20px -80px;
 	width:8px;
 	height:16px;
}

.club_bottom {
	border-top: #d0d2d3 1px solid;
	padding-top: 42px;
}
.club_bottom .btn-danger {
	margin: 0 40px !important;
	width: 206px;
}
.main_about {
	font-size: 13px;
	margin-top: 47px;
}
.main_about h2 {
	font-size: 16px;
	text-align: left;
	margin-bottom: 15px;
	margin-top: 30px;
	text-transform: uppercase;
}
.main_about .show_down_arrow {
	margin-left: auto;
	margin-right: auto;
	display: block;
	margin-bottom: 14px;
}


.search-form .form-submit {
	display: inline-block;
	background: url("/img/icon-search-blue.svg") no-repeat;
	width: 40px;
	height: 32px;
	color: transparent;
}
.search-form .container-inline {
	text-align: center;
}    
.search-form .container-inline div {
	display: inline-block;
}
.search-form label {
	display: none;
} 
 
.footer .search-form .container-inline {
	text-align: left;
}      
.footer .search-form .form-item {
  margin-top: 0px;
  margin-bottom: 10px;
}
.footer .search-form .container-inline div {
	width: 92%;
}
.footer .search-form .form-submit {
	background: url("/img/icon-search-white.svg") no-repeat;
} 
   
.search-form .form-text {
  background: transparent;
  border: none;
  color: #2e2e2e;
  border-bottom: 1px solid #226ab2;
  font-size: 15px;
  padding-left: 0;
  box-shadow: none;
}
.footer .search-form .form-text {
  border-bottom-color: #fff;  
  color: #fff;
}
.search-form input:focus {
   outline: 0;
   box-shadow: none;
}

.nav-search {
  clear: both;
} 
.nav-search form {
	margin-left: 21px;
	margin-right: 8px;
}
.nav-search .form-text {
    width: 85%;
}
.nav-search .search-form .container-inline div {
	width: 100%;
}
.nav-search .search-form .form-text {
	display: inline-block;
}

@media (min-width: 991px) {
  .footer .search-form .container-inline {
    padding-left: 40px;
  }    
}     
@media (max-width: 767px) {
  .footer .search-form .container-inline div, .search-form .container-inline div {
  	width: 86%;
  } 
}  
.footer {
	background-color: #226ab2;
	color: #fff;
	padding-top: 20px;
	font-size: 13px;
	padding-bottom: 20px;
	font-weight: normal;
	margin-top: 68px;
}
.footer a {
  color: #fff;
  text-decoration: none;
}
.footer li {
	list-style: none;
	margin-bottom: 4px;
}
.footer .phone li {
	margin-bottom: 0px;
	line-height: 15px;
}
.footer h5 {
	margin-left: 39px;
	font-size: 13px;
	margin-top: 19px;
}
.footer h5 > a,
.footer h5 > span {
	border-bottom: #fff 1px solid;
	padding-bottom: 3px;
}
.footer a:hover {
	color: rgba(255,255,255,0.75);
}
.footer_bottom {
	border-top: #d0d2d3 1px solid;
	margin-bottom: 30px;
	padding-top: 13px;
}
.footer .H5 {
  padding-left: 0px;
}
.footer .copyright {
	font-size: 10px;
	margin-top: 9px;
	line-height: 13px;
}
.footer_social {
	position: absolute;
	right: 133px;
	top: 2px;
}
.footer_social a {
	width: 33px;
	height: 33px;
	display: inline-block;
}
.footer_social a.social_fb {
	background-position: -40px -40px;
}
.footer_social a.social_fb:hover,
.footer_social a.social_inst:hover {
  opacity: 0.7;
  filter: alpha(opacity=7);
}
.footer_social a.social_inst {
	background-position: 0px -40px;
	margin-right: 17px;
}

.ico-cart {
  background-position: 5px 5px;
  width: 32px;
  height: 32px;
}
.ico-arrow-right-main {
  background-position: -40px 0px;
  width: 20px;
  height: 15px;
}

.partner-btn-group {
	margin-top: 14px;
	margin-bottom: 6px;
}
.partner-btn-group .btn {
  font-size: 16px;
}
.partner-btn-group .btn-danger {
 margin-left: 35px;
}
.partner-btn-group .btn-danger span {
 font-size: 85%;
}
.modal-header {
  border-bottom: none;
}
.modal-header h4,
.modal-header-ctools h4 {
  text-transform:uppercase;
	text-align: center;
	font-size: 21px;
	line-height: 47px;
}
.modal-body label {
  font-size: 15px;
  color: #999ea1;
}
.modal-body .ecard-img {
  margin-bottom: 20px;
}
.modal .form-bottom {
	text-align: center;
  margin-top: 30px;
  margin-bottom: 20px;
}
.modal .btn,
.btn {
  padding: 8px 20px ;
}
.modal .note {
  font-size: 10px;
  color: #999ea1
}
.modal .border-bottom span,
.border-bottom span {
  border-bottom: 1px solid #7f7e7c;
  padding-bottom: 9px;
  line-height: 30px;
}
.modal .border-bottom,
#modal-content .border-bottom {
	margin-bottom: 40px;
}
.modal .captcha {
  margin-bottom: 15px;
  margin-top: 45px;
}

.messages {
  padding: 10px !important;
  margin-top: 10px;
  margin-bottom: 10px;
}
.messages.status {
	color: #226ab2;
  background-color: transparent;
  border: none;
  border-bottom: #dbdcde 1px solid;
}
.messages.error,
.messages.warning {
  color: #ff1700;
  background-color: transparent;
  border: none;
  border-bottom: #dbdcde 1px solid;
}
.messages.error a,
.messages.warning a{
  color: #d7674e;
}

.messages  ul {
	padding-left: 20px;
  font-size: 94%;
}
.alert {
	padding: 0;
	margin-bottom: 0px;
}
.under-line {
  border-bottom: 1px solid #7f7e7c;
}
.note {
  font-size: 85%!important;
}
.btn-wrapper {
	margin: 15px 15px 15px 0;
}
.btn-wrapper button:nth-child(2n) {
  margin-left: 20px !important;
}
.form-required {
  font-size: 10px;
}

.cart h1 {
  border-bottom: 1px solid #999ea1;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
#modalContent .cart h4 {
  margin-bottom: 85px;
}
.cart input.del_goods {
	background: url(img/icons.png) no-repeat;
	background-position: 0px -80px;
	border: none;
	display: block;
	height: 12px;
	outline: medium none;
	text-align: center;
	width: 12px;
	box-shadow: none;
	padding: 0;
}
.cart .goods-img {
	float: left;
	margin: 0 15px 0 0;
}
#modalContent .cart .goods-img {
  display: none;
}
.cart .goods-title {
  text-transform:uppercase;
  display: flex;
  align-items: center;
  min-height:60px;
  padding-top: 10px;
  padding-bottom: 10px;
}
.cart .result {
  border: 1px solid #999ea1;
  border-left: none;
  text-align: right;
  padding: 20px;
  padding-right: 0;
  font-size: 18px;
}
.cart .cart-summ-price {
  font-size: 26px;
  padding-left: 40px;
}
.cart .table {
	margin-bottom: 10px;
}
.cart .table > tbody > tr > td {
  vertical-align: middle;
  color: #999ea1
}
.cart .table > thead > tr > th {
	border-top: 1px solid #999ea1 !important;
}
.cart .btn {
  width: 220px;
  font-size: 15px;
}
.cart-top-btn button {
  float:right
}
.cart .btn-wrapper {
  margin-top: 30px;
  margin-bottom: 30px;
  margin-right: 0;
}
.cart .form-control {
	height: 40px;
}

.user-profile,
.user-profile legend {
  color: #999ea1
}
.user-profile input {
  color: #2e2e2e
}
.user-profile input.btn {
  color: #fff
}
.user-profile h2 {
  font-size: 17px;
  line-height: 35px;
  font-weight: 400;
  padding-left: 0;
  margin-left: 0;

}
.user-profile .line-gray {
  margin-bottom: 20px;
}
.user-profile h4 {
  margin-top: 20px;
}
.user-profile .picture{
  float: right;
  display: block;
}
.form-control-year {
  float: right
}
.form-control-date {
  display: inline-block;
  width:25%;
}
.form-control-month {
  width:48%;
}

.user-profile .form-required {
	color: #ff1700;
	font-size: 13px;
	line-height: 0;
	position: relative;
	top: -4px;
}
.user-profile .description {
  margin-top: 35px;
}

.draw_winners .col-sm-6{
  border-top: 1px solid #7f7e7c;
}
.draw_winners .goods-text-wrapper, .draw_winners .goods-img-wrapper {
	display: inline-grid;
	position: relative;
	height: 100%;
	vertical-align: top;
}
.draw_winners .goods-img-wrapper {
	width: 155px;
	margin-bottom: 10px;
	margin-top: 10px;
}
.draw_winners .goods-img-small img {
  height: 90px;
  width: auto;
}
.draw_winners .draw-date {
	background-color: #9cd8fd;
	color: #fff;
	display: inline-block;
	padding: 3px 5px;
	position: absolute;
	top: 15px;
	left: 55px;
}
.draw_winners .goods-title {
  text-transform:uppercase;
	font-size: 16px;
	margin-bottom: 9px;
  padding-top: 27px;
}
.draw_winners .draw-members {
  color: #226ab2;
}

.news .news-item {
	margin-top: 30px;
	margin-bottom: 30px;
}
.news .news-header {
  color: #fff;
  background-color: #0065ab;
  position: relative;
}
.news .news-header a {
  color: #fff;
}
.news .news-img {
	float: left;
	padding: 20px 40px 20px 0;
}
.news .news-title {
	padding: 10px 0 5px 0;
}
.news h2 {
	font-size: 20px;
	text-transform: uppercase;
}
.news .news-date {
	float: right;
	padding: 10px 20px 0px 0;
}
.news .news-body {
  margin-top: 30px;
}
.news .news-body .more {
  float: right;
  margin-top: 40px;
  margin-right: 50px;
}

.news-one .news-date {
	color: #226ab2;
	padding-bottom: 10px;
	padding-top: 20px;
}
.news-one .news-body .fl_l {
  padding-right: 40px;
  padding-bottom: 20px;
}

.about-club .bg_gray,
.about-club .bg_white {
  padding-top: 30px;
  padding-bottom: 30px;
}
.about-club h2 {
  margin-top: 10px;
  margin-bottom: 20px;
}
.about-club .h4-small {
  margin-bottom: 20px;
}
.dispatcher-menu {
	position: fixed;
	top: 100px;
	right: 0px;
	z-index: 2000;
  background-color: rgba(92,87,200,.1);
	padding-bottom: 10px;
	padding-left: 7px;
}
.dispatcher-menu ul.menu {
	padding-left: 20px;
}
#ev-dispatcher-cart-form .steps > ul > li {
	padding: 10px 10px 10px 0;
}
#ev-dispatcher-cart-form .steps > ul > li.active {
 color: #337ab7;
}
#ev-dispatcher-cart-form .steps > ul > li .arrow_right_ico {
	padding-left: 10px;
}

.dispatcher-cart h4 {
  margin-top: 40px;
  margin-bottom: 20px;
}
.dispatcher-cart .result {
  padding-right: 40px;
}

.cart_abon_info.form-inline {
  display: inline-block;
}
.cart_abon_info.form-inline label,
.cart_abon_info.form-inline input[type="text"] {
	display: inline-block;
	width: 300px;
/* 	border: none;
	box-shadow: none; */
}
.cart_abon_info .form-item {
  margin: 5px;
}

.user-profile dt,
.user-profile-personal dt {
	width: 32%;
	padding: 0;
	margin: 0;
	font-weight: 700;
	line-height: 26px;
	display: inline-block;
}
.user-profile dd,
.user-profile-personal dd {
	width: 50%;
	padding: 0;
	margin: 0;
	display: inline-block;
}
.user-profile .picture {
  display: none;
}
.table.goods th,
.table.sertif th,
.th-center th {
  text-align: center;
}
.table.goods-draw {
  margin-top: 30px;
  margin-bottom: 30px;
}

.table tbody {
  border-top: none;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td,
tbody th {
  border: none;
}
.bon-spend-order,
.bon-charg-count {
  text-align: center;
}
.all_summ,
.bon-charg-bonus,
.bon-spend-bonus {
  text-align: right;
}

.midd-label {
  padding-top: 10px;
}
.v-mid {
    display: inline-block;
    vertical-align: middle;
    float: none;
}
.cart .modal-header h4 {
  text-align: left;
}
.table > thead > tr > th {
  border-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  vertical-align: middle;
}
.table > tbody > tr > td {
  vertical-align: middle;
  border-top: 1px solid #999ea1;
}
.text-gray {
  color: #999ea1
}
.text-gray a {
  color: #999ea1
}
.text-blue {
  color: #226ab2
}
.width-auto {
  width: auto !important;
}

/*  ribbon
  =================== */
.ribbon {
	position: absolute;
	left: -3px;
	top: -3px;
	z-index: 1;
	overflow: hidden;
	width: 85px;
	height: 85px;
	text-align: right;
}
.ribbon span {
	font-size: 11px;
	font-weight: bold;
	color: #FFF;
	text-transform: uppercase;
	text-align: center;
	line-height: 24px;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(-45deg);
	width: 113px;
	display: block;
	background: #79A70A;
	background: linear-gradient(#E92020 0%, #E92020 100%);
	box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
	position: absolute;
	top: 18px;
	left: -26px;
}
.ribbon span::before {
  content: "";
  position: absolute; left: 0px; top: 100%;
  z-index: -1;
  border-left: 3px solid #E92020;
  border-right: 3px solid transparent;
  border-bottom: 3px solid transparent;
  border-top: 3px solid #E92020;
}
.ribbon span::after {
  content: "";
  position: absolute; right: 0px; top: 100%;
  z-index: -1;
  border-left: 3px solid transparent;
  border-right: 3px solid #E92020;
  border-bottom: 3px solid transparent;
  border-top: 3px solid #E92020;
}
.ribbon .small {
  font-size: 80%;
}
.block-with-ribbon {
  display: block;
  position: relative;
  font-family: RobotoRegular, "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.ribbon-small {
	width: 54px;
	height: 54px;
}
.ribbon-small span {
	line-height: 18px;
	top: 9px;
	letter-spacing: 1.5;
	width: 70px;
	left: 1px;
}
.ribbon-small span::after {
  border-top: 2px solid #E92020;
}

.spec_offers.ribbon  {
  width: 95px;
  height: 95px; 
  }
  .spec_offers.ribbon span {
  background: #8400ff;
  font-size: 10px;
  line-height: 13px;
  padding: 1px;
  width: 118px;
  }
  .spec_offers.ribbon span::before {
  left: -1px;
  top: 100%;
  border-left: 3px solid #8400ff;
  border-top: 3px solid #8400ff;
}
.spec_offers.ribbon span::after {
  border-right: 3px solid #8400ff;
  border-top: 3px solid #8400ff;
}
.ny_offers {
  background: url('img/ribbon_NY.png');
  width: 120px;
  height: 185px;
  left: -12px;
}
.spring_offers {
  background: url('img/ribbon_Spring.png');
  width: 120px;
  height: 185px;
  left: -12px;
  top: -7px;
}
.hot_offers {
	background: url('img/ribbon_Hot_offers.png');
	width: 119px;
	height: 185px;
	left: 0px;
	top: 0px;
}
.autumn_offers {
	background: url('img/ribbon_autumn_offers.png');
	width: 119px;
	height: 185px;
	left: -1px;
	top: 0px;
}

/**
 *    #social widget
 */
#socialwidget {
  position: fixed;
  bottom: -400px;
  left: 10%;
  z-index: 1250;
  width: 314px;
  height: 240px;
  text-align: center;
  background-color: #ffffff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.3);
  *border: 1px solid #999;
  padding: 30px 10px 10px;
  -webkit-box-shadow: 5px -3px 5px rgba(68, 68, 68, 0.2);
  -moz-box-shadow: 5px -3px 5px rgba(68, 68, 68, 0.2);
  box-shadow: 5px -3px 5px rgba(68, 68, 68, 0.2);
  outline: none;
}

#socialwidget .close {
	margin-top: -25px;
	opacity: 0.5;
	filter: alpha(opacity=50);
}
#socialwidget .close:hover,
#socialwidget .close:focus {
  cursor: pointer;
  opacity: 1;
  filter: alpha(opacity=100);
}


#callback-zone {
  position: fixed;
  top: 150px;
  right: 15px;
  width: 150px;
  height: 150px;
  z-index: 100;
  opacity: .6;
  filter: alpha(opacity=60);
}
#callback-zone.open {
  opacity: 1;
  filter: alpha(opacity=100);
}



#callback-zone .ico-blue-circle {
  position: absolute;
  top: 30px;
  right: 0px;
  z-index: 100;
}
.ico-blue-circle {
  background-position: -78px -230px;
  width: 85px;
  height: 91px;
}
.ico-phone-handset {
  background-position: -0px -230px;
  width: 50px;
  height: 50px;
}
.ico-blue-email {
  background-position: -0px -150px;
  width: 79px;
  height: 79px;
}
.ico-blue-phone {
  background-position: -80px -150px;
  width: 79px;
  height: 79px;
}
#callback-zone .ico-phone-handset,
#callback-zone .b-text {
  display: block;
}
#callback-zone .b-text {
  font-family: RobotoCondensedRegular, Helvetica, Arial, sans-serif;
  font-size: 15px;
  color: #fff;
  text-align: center;
  width: 80px;
  margin: -46px auto 0;
  __opacity: 0;
  __filter: alpha(opacity=0);
  animation: b-text-anim 20s infinite;
}
#callback-zone .ico-phone-handset {
  margin: 20px auto 0;
  opacity: 0;
  filter: alpha(opacity=0);
  animation: ico-phone-anim 20s infinite;
}

/* broadcast */
.broad-review {
  width:375px; 
  background:#efefef; 
}
.review-broadcast {
  width:375px; 
  background:#efefef;
}
.text-broadcast {
  padding: 20px; 
  font-size: 13px;
}
.btn-broadcast {
  background: url('/img/viberbot_btn_violet8.png') center center;
  padding: 20px;
  background-size: cover;
  margin: 20px 0 auto;
  color: #fff;
  text-align: center;
  cursor: pointer;
}
.time-broadcast {
  color: #999;
  text-align: right;
  padding: 10px 20px;
  font-size: 13px;
}
.broad-review {
  margin-bottom: 15px;
  border-radius: 10px !important;
}
.rich-block {
  background: transparent;
}
.rich-block .time-broadcast {
  background: transparent;
  padding-right: 85px;
}
.rich-group {
  border: 1px solid #aaa;
  border-radius: 10px !important;
  height: 372px;
  position: relative;
}
.rich-img {
  width: 100%;
  cursor: pointer;
}
.rich-button {
  position: absolute;
  bottom: 0;
  margin-bottom: -10px;
  cursor: pointer;
}
.rich-answer {
  position: absolute;
  top: 50%; 
  transform: translate(0, -50%);
  left: 15px;  
  cursor: pointer;
}                
.broad-review .slick-list {
  padding:0 20% 0 0 !important;
}



/* Start Master class*/
.btn-warning, a.btn-warning {
	position: relative;
	background-color: #ffff00;
	border: 1px solid #000;
	border-radius: 0;
	color: #232323 !important;
}


.action-img {
  height: 200px;
  display: block;
}
.action-img img {
  margin-top: -19px;
}
.action-tv .action-img img {
  margin-top: -19px;
}
.action-inet .action-img img {
  margin-top: -20px;
}
.action-inet {
 margin-left: auto;
 margin-right: 0;
}
.action-inet-tv {
 margin-left: auto;
 margin-right: auto;
}


.action-box h2 {
  font-size: 24px;
  text-align: center;
  color: #232323;
  font-weight: bold;
  margin-top: 14px;
  margin-bottom: 25px;
}


.section-action .action-title {
  margin-bottom: 25px;
}
.section-action .action-title,
.section-action .action-title a {
  color: #232323;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
}
.section-action .action-title small {
  font-size: 33%;
  text-transform: uppercase;
}
.section-action .action-title p {
  text-transform: uppercase;
} 
.page_1 .section-action .action-title {
  color: #fff;
  margin-top: 70px;
  margin-bottom: 0px;    
}
  
.section-action .bg-white {
  color: #232323;
  padding: 10px 0;
  text-align: center;
}
.section-action .btn {
  font-size: 15px;
  padding: 10px 31px;
}
.action-wrap {
  margin-bottom: 20px;
  background: #fff;
  width: 280px;
}

.section{
  padding: 20px 0 40px;
}
#actions-title {
  padding-top: 0;
}
.section-1st-pg{
/*  padding: 20px 0 40px;*/
}
.section-action {
  clear: both;
  position: relative;
}

/* Slider */
.page_master_class .slick-slide.slick-current .content_border {
  border: 4px solid #226ab2;
  opacity: 1;
  filter: alpha(opacity=100);
  
  -webkit-transform: scale(1.1);
     -moz-transform: scale(1.1);
       -o-transform: scale(1.1);
          transform: scale(1.1);
  
  -webkit-transition: all .3s ease-out;
       -o-transition: all .3s ease-out;
          transition: all .3s ease-out;  
}
.page_master_class .slick-slide .content_border {
  border: 0px solid #fff;
  opacity: 0.6;
  filter: alpha(opacity=80);

  -webkit-transform: scale(1);
     -moz-transform: scale(1);
       -o-transform: scale(1);
          transform: scale(1);

  -webkit-transition: all .1s ease-out;
       -o-transition: all .1s ease-out;
          transition: all .1s ease-out; 
}

.section-action .action-box {
  border : 2px solid #fff;
  position: relative;
  -webkit-box-shadow: 6px 15px 15px rgba(0, 0, 0, 0.2);
          box-shadow: 6px 15px 15px rgba(0, 0, 0, 0.2);
}
.section-action .action-box.hover,
.action-box.hover-btn {

          cursor: pointer;
}
.section-action .action-box.hover img {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -webkit-transition: all .5s ease-out;
       -o-transition: all .5s ease-out;
          transition: all .5s ease-out;
}
.section-action .action-box.hover-btn img {
  -webkit-transform: scale(1.01);
     -moz-transform: scale(1.01);
       -o-transform: scale(1.01);
          transform: scale(1.01);

  -webkit-transition: all .3s ease-out;
       -o-transition: all .3s ease-out;
          transition: all .3s ease-out;
  opacity: 0.90;
  filter: alpha(opacity=90); /*brightness(95%);*/
} 



.page_master_class .slick-slider
{
  position: relative;

  display: block;
  box-sizing: border-box;

  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;

  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
      touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.page_master_class .slick-list
{
  position: relative;

  display: block;
  overflow: hidden;

  margin: 0;
  padding: 0;
}
.page_master_class .slick-list:focus
{
  outline: none;
}
.page_master_class .slick-list.dragging
{
  cursor: pointer;
  cursor: hand;
}

.page_master_class .slick-slider .slick-track,
.page_master_class .slick-slider .slick-list
{
  -webkit-transform: translate3d(0, 0, 0);
     -moz-transform: translate3d(0, 0, 0);
      -ms-transform: translate3d(0, 0, 0);
       -o-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.page_master_class .slick-track
{
  position: relative;
  top: 0;
  left: 0;

  display: block;
  margin-left: auto;
  margin-right: auto;
}
.page_master_class .slick-track:before,
.page_master_class .slick-track:after
{
  display: table;

  content: '';
}
.page_master_class .slick-track:after
{
  clear: both;
}
.page_master_class .slick-loading .slick-track
{
  visibility: hidden;
}

.page_master_class .slick-slide
{
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
  cursor: grab;
}
[dir='rtl'] .slick-slide
{
  float: right;
}
.page_master_class .slick-slide img
{
  display: block;
  margin-right: auto;
  margin-left: auto;  
}
.page_master_class .slick-slide.slick-loading img
{
  display: none;
}
.page_master_class .slick-slide.dragging img
{
  pointer-events: none;
}
.page_master_class .slick-initialized .slick-slide
{
  display: block;
}
.page_master_class .slick-loading .slick-slide
{
  visibility: hidden;
}
.page_master_class .slick-vertical .slick-slide
{
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.page_master_class .slick-arrow.slick-hidden {
  display: none;
}
/* Arrows */
.page_master_class .slick-prev,
.page_master_class .slick-next
{
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}
.page_master_class .slick-prev
{
  left: -30px;
}
[dir='rtl'] .slick-prev
{
  right: -30px;
  left: auto;
}

.page_master_class .slick-next
{
  right: -30px;
}
[dir='rtl'] .slick-next
{
  right: auto;
  left: -30px;
}

.page_master_class .slider {
/*  width: 95%;
  margin: 0px auto; */
}
.page_master_class .slick-slide {
  margin: 0px 10px;
}
.page_master_class .slick-slide {
  transition: all ease-in-out .3s;
  opacity: .8;
}
.page_master_class .slick-active {
  opacity: 1;
}    
.page_master_class .slick-list { 
  padding-top: 70px !important;
  padding-bottom: 45px !important;      
} 
.page_master_class .slick-prev,
.page_master_class .slick-next {
  width: 26px;
  height: 28px;  
  background-image: url('img/icons.png?v6');
  content: ' ';
}
.page_master_class .slick-prev {
  background-position: -300px -50px;
}
.page_master_class .slick-next {
  background-position: -450px -50px;
}
.page_master_class .slick-prev:hover,
.page_master_class .slick-prev:focus,
.page_master_class .slick-next:hover,
.page_master_class .slick-next:focus
{
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  opacity:0.7;
  filter: alpha(opacity=0.7);
}
.page_master_class .slick-disabled {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)" !important;
  opacity:0.2 !important;
  filter: alpha(opacity=0.2) !important;
}



.page_master_class {
  line-height: 1.2em;
}
.page_master_class h2 {
	font-size: 24px;
	text-align: center;
}
.page_master_class .action-wrap {
  width: 100%;
}
.page_master_class h2 small {
	font-size: 22px;
	display: block;
	margin-top: 6px;
}
.page_master_class h4 {
	margin-bottom: 20px;
    font-size: 20px;
}
.page_master_class .bg-mast-class {
  background-color: #EDF4FA;
  border-radius: 16px !important;
  padding: 35px;
}
.page_master_class .bg-mast-class img {
  border-radius: 6px !important;
  margin-bottom: 30px;
  background-color: transparent;
  padding: 0;
}
.page_master_class .bg-mast-class h4 {
  margin-top: 0;
}
.page_master_class .action-detail {
 margin-top: 0px;
}
.page_master_class .section-sect .content_border {
  border-radius: 16px !important;
    background-color: #226ab2;
}
.page_master_class .section-sect .action-img {
  overflow: hidden;
  max-height: 170px;
}
.page_master_class .section-sect .action-img br {
  display: none;
}
.page_master_class .action-img img {
  border-top-right-radius: 16px !important;
  border-top-left-radius: 16px !important;
  margin: 0;
  padding: 0;
  width: 100%;
  max-width: 100%;
}
.page_master_class .text-block {
  padding: 20px;
  border-bottom-right-radius: 16px !important;
  border-bottom-left-radius: 16px !important;
  min-height: 150px;
  background-color: #226ab2;
  color: #fff; 
  font-size: 14px;
  letter-spacing: 0.1em;
}
.page_master_class .section-sect h2 {
  text-align: left;
}
.page_master_class .section-sect h2 a,
.page_master_class .section-sect h2 small
 {
  color: #fff; 
}
.page_master_class .section-sect h2 small {
  font-size: 18px;
  display: block;
  margin-top: 5px;
  letter-spacing: 0em;
}
.page_master_class .contact-block {
  margin-top: 25px;
}

.page_master_class .btn-primary {
	color: #fff;
	background-color: #226ab2;
	padding: 8px 21px;
}
.page_master_class .btn-primary br,
.page_master_class .btn-primary span br,
.page_master_class .video-container br, 
.page_master_class .video-container a br {
  display: none;
}
.page_master_class .action-link .ico-after {
    background: url(img/icons.png) no-repeat;
 	background-position: -50px -80px;
 	width:16px;
 	height:8px;
}
@media (max-width: 768px) {
  .page_master_class .action-box h2 a::after {
	background-position: -50px -80px;
	content: '';
	width: 20px;
	height: 14px;
	position: absolute;
	left: 49%;
	bottom: 31px;
	right: 0;
	background-image: url('img/icons.png');
	filter: brightness(0) invert(1);
  }
  .page_master_class .action-box h2 a.open::after {
	left: 48%;
	transform: rotate(180deg);
  }
}  


.new-master-class img {
  background: #fff;
  border-radius: 5px;
  margin: 10px auto 20px;
  padding: 5px;
}
.new-master-class h4 {
  font-size: 16px;
  padding-top: 4px;
  margin-top: 0;
  line-height: 1.4em;
}
.section-action .new-master-class .btn{
  border-radius: 5px;
  display: block;
  margin: auto;
}

.page_master_class .action-detail {
  position: relative;
  overflow: hidden;
}

.video-container {
  position: relative;
  cursor: pointer;
} 
.video-container::before {
  content: '';
  z-index: 1;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 20%);
}
.video-container::after {
  content:url("/img/youtube_btn.png");
  position: absolute;   
  top: 50%; 
  left: 50%; 
  margin-left:-38px; 
  margin-top:-27px
}
.video-container img.video-preview {
  position: relative; 
  width:100%; 
  height:auto;
}


/*equal height coumn
êîëîíêè îäèíàêîâîé âûñîòû */
.equal-height-container {
  display: flex;
  flex-wrap: wrap;
}
.equal-height-item {
  display: flex; 
}
.equal-height-content {
  display: flex;
  flex-direction: column;
}      
/* // END Master class*/



@keyframes b-text-anim {
  25%, 50%  {
        opacity: 0;
        filter: alpha(opacity=0);
        -webkit-transform: scale(0.25);
            -ms-transform: scale(0.25);
             -o-transform: scale(0.25);
                transform: scale(0.25);
       }
  1%, 24%, 51%, 100% {
        opacity: 1;
        filter: alpha(opacity=100);
        -webkit-transform: scale(1);
            -ms-transform: scale(1);
             -o-transform: scale(1);
                transform: scale(1);
       }
}
@keyframes ico-phone-anim {
  25%, 50%  {
        opacity: 0;
        filter: alpha(opacity=0);
        -webkit-transform: scale(0.25);
            -ms-transform: scale(0.25);
             -o-transform: scale(0.25);
                transform: scale(0.25);
       }
  26%, 49%  {
        opacity: 1;
        filter: alpha(opacity=100);
        -webkit-transform: scale(1);
            -ms-transform: scale(1);
             -o-transform: scale(1);
                transform: scale(1);
        }
}

#btn-callback,
#btn-feedback {
  width: 70px;
  height: 73px;
  position: absolute;
  top: 40px;
  right: 10px;
  z-index: 9;
  cursor: pointer;
  padding: 15px;
  background-color: transparent;
  border: none;
  opacity: .0;
  filter: alpha(opacity=0);
  -webkit-transition: all .1s ease-out;
       -o-transition: all .1s ease-out;
          transition: all .1s ease-out;
}


#btn-callback:hover,
#btn-feedback:hover  {
  opacity: 1;
  filter: alpha(opacity=100);
}

.open #btn-callback ,
.open #btn-feedback {
  right: 80px;
  opacity: .85;
  filter: alpha(opacity=85);
  -webkit-transition: all .2s ease-out;
       -o-transition: all .2s ease-out;
          transition: all .2s ease-out;
}

.open #btn-callback {
  top: -16px;
}
.open #btn-feedback {
  top: 87px;
}


.embed-responsive {
  margin: 20px auto 10px;
  border: 1px solid #fff;
  -webkit-box-shadow: 3px 4px 5px rgba(0, 0, 0, 0.4);
          box-shadow: 3px 4px 5px rgba(0, 0, 0, 0.4);
}

.recom-top p, .recom-top p.note {
  color: #f01 !important;
}
.over-xs, below-xs {
  display: inline-block;
}
.below-xs button{
  margin-top: 20px;
}
.visible-xxs {
  display: none !important;
}

.inline-block {
  display: inline-block;
}
.top20 {
  margin-top: 20px;
}
.top30  {
  margin-top: 30px;
}
.p-bottom30 {
  padding-bottom: 30px;
}
.p-bottom50 {
  padding-bottom: 50px;
}

@media (min-width: 768px) and (max-width: 1199px) {
  .navbar-top .navbar-nav > li > a {
  	margin: 0 15px;
  } 
  .bg-main {
    background-position: 75% top;
  }
  .footer_social {
  	right: 85px;
  }   
  .set_item,
  .set_link,
  .set_description {
  	width: 227px;
  }
  .set_item {
  	margin: 0 10px 10px 0;
  }    
  .set_photo_link {
  	height: 227px;
  }
  .set_description {
  	padding: 0px 8px 0 8px;
  	vertical-align: middle;
  	display: table-cell;
  	overflow: hidden;
  }
  .set_item:nth-child(4n) {
  	margin-right:10px
  }
  .set_item:nth-child(3n) {
  	margin-right:0
  }
  .goods_item .currency {
  	font-size: 21px;
  	line-height: 16px;
    right: 0;
  }
  .goods_item .price {
  	font-size: 60px;
  	line-height: 60px;
  }
  .goods_item .price {
  	padding-bottom: 9px;
  }
  .goods_item .count_wrrap {
  	margin: 15px 0 0 auto;
  }
  .form-rating-stars label {
  	font-size: 13px;
  	margin-right: 8px;
  }     
}

@media (min-width: 995px) and (max-width: 1199px) {
 .logo-mobil {
    margin-top: 6px;
  }
  .nav > li > a {
  	padding: 10px 9px;
  }
  .set_item,
  .set_link,
  .set_description {
  	width: 224px;
  }
  .set_photo_link {
  	height: 224px;
  }
  .set_photo {
  	height: 224px;
  }
  .steps_wrapper {
  	width: 214px;
  	height: 350px;
  }
	.about_container {
		width:938px
	}
	.about_item.item1 {
		width:270px;
		height:333px
	}
  .about_item.item2 {
  	width: 441px;
  	height: 333px;
  }
	.about_item.item3 {
		width:336px;
		height:323px
	}
	.about_item.item3 .about_image {
		top:30px;
		width:140%
	}
	.about_item.item4 {
		width:221px;
		height:323px
	}
	.about_item.item5 {
		width:338px;
		height:323px
	}
	.about_item.item6 {
		width:571px;
		height:135px
	}
	.about_item.item7 {
		width:338px;
		height:135px
	}
	.about_item.item7 .link_arrow {
		font-size:15px
	}
  .about.step4 .steps_wrapper {
  	top: 10px;
  	right: 20px;
  	height: 278px;
  	width: 180px;
  }
  .steps_content_wrapper {
  	padding: 8px;
  }
	.steps_content_wrapper span {
		margin-top: -10px;
	}  
  .steps_content_wrapper strong {
  	margin-bottom: 11px;
  }   
  .form-rating-stars label {
  	font-size: 17px;
  	margin-right: 8px;
  }   
}

/* mobi version */
@media screen and (min-width: 0px) and (max-width: 991px) {
  .navbar-top {
  	padding-bottom: 3px;
  }
  
  .filter select {
    display: block;  
  }  
	.sorting {
	  border-bottom: none;
	}
	.sorting::-webkit-scrollbar {
		display:none
	}
	.sorting ul {
		width:1020px;
		overflow:hidden;
		padding:0 20px
	}
	.sorting .link_arrow {
		display:none
	}
	.sorting .slick-list {
		padding:0 !important
	}
	.filter,
  .sorting {
		padding:0 14px 0 0;
		position:relative;
		margin-top: 10px;
	}
	.filter .form-control,
  .sorting .form-control {
		padding: 2px 12px;
	}	
	.filter strong,
  .sorting strong {
		display:block;
		float:none;
		color:#999999;
		font-size:12px;
		padding-bottom:3px
	}
	.filter>ul {
		display:none
	}
	.filter .select2-container {
		display:inline-block;
		min-width:100%;
		max-width:100%
	}   
  .footer_nav h5 {
    margin-left:0;
  }
  .footer_nav ul {
    padding-left:0;
  }
  .footer_social {
  	right: 67px;
  }  
	.set_photo_link .set_photo_link_align span,
  .set_description p {
		font-size:15px;
		line-height:18px
	}
  .set_link .set_link_align .link_arrow span {
  	font-size: 13px;
  }	
  
  .navbar-top .navbar-nav {
  	margin-top: 2px;
  }
	.rewards {
		padding:55px 0 52px 0;
		display:block;
		text-align:center
	}
	.rewards+.actions {
		display:none
	}
	.rewards .link_arrow {
		text-transform:uppercase;
		display:inline-block;
		-webkit-box-align:center;
		-webkit-align-items:center;
		-moz-box-align:center;
		-ms-flex-align:center;
		-ms-grid-row-align:center;
		align-items:center;
		-webkit-transition:-webkit-transform 300ms cubic-bezier(0.195, 1.29, 0.795, 1.36);
		transition:-webkit-transform 300ms cubic-bezier(0.195, 1.29, 0.795, 1.36);
		-moz-transition:transform 300ms cubic-bezier(0.195, 1.29, 0.795, 1.36),-moz-transform 300ms cubic-bezier(0.195, 1.29, 0.795, 1.36);
		-o-transition:transform 300ms cubic-bezier(0.195, 1.29, 0.795, 1.36),-o-transform 300ms cubic-bezier(0.195, 1.29, 0.795, 1.36);
		transition:transform 300ms cubic-bezier(0.195, 1.29, 0.795, 1.36);
		transition:transform 300ms cubic-bezier(0.195, 1.29, 0.795, 1.36),-webkit-transform 300ms cubic-bezier(0.195, 1.29, 0.795, 1.36),-moz-transform 300ms cubic-bezier(0.195, 1.29, 0.795, 1.36),-o-transform 300ms cubic-bezier(0.195, 1.29, 0.795, 1.36);
		cursor:pointer;
		-webkit-transform:translateZ(0);
		text-decoration:none;
		letter-spacing:0.4;
		font-size:14px;
		line-height:20px;
		text-transform:uppercase;
		color:#303030;
		background-size:32px;
		display:inline-block;
		margin-top:35px;
		font-size:13px;
		letter-spacing:0.25px
	}
	.rewards .link_arrow:hover {
		opacity:0.8
	}
	.rewards .link_arrow:hover .arrow {
		-webkit-transform:translate(15%);
		-moz-transform:translate(15%);
		-ms-transform:translate(15%);
		-o-transform:translate(15%);
		transform:translate(15%)
	}
	.rewards .link_arrow span {
		vertical-align:middle
	}
	.rewards .link_arrow .arrow {
		width:28px;
		height:15px;
		margin:0 0 0 14px;
		-webkit-transition:-webkit-transform 250ms cubic-bezier(0.195, 1.29, 0.795, 1.36);
		transition:-webkit-transform 250ms cubic-bezier(0.195, 1.29, 0.795, 1.36);
		-moz-transition:transform 250ms cubic-bezier(0.195, 1.29, 0.795, 1.36),-moz-transform 250ms cubic-bezier(0.195, 1.29, 0.795, 1.36);
		-o-transition:transform 250ms cubic-bezier(0.195, 1.29, 0.795, 1.36),-o-transform 250ms cubic-bezier(0.195, 1.29, 0.795, 1.36);
		transition:transform 250ms cubic-bezier(0.195, 1.29, 0.795, 1.36);
		transition:transform 250ms cubic-bezier(0.195, 1.29, 0.795, 1.36),-webkit-transform 250ms cubic-bezier(0.195, 1.29, 0.795, 1.36),-moz-transform 250ms cubic-bezier(0.195, 1.29, 0.795, 1.36),-o-transform 250ms cubic-bezier(0.195, 1.29, 0.795, 1.36);
		vertical-align:middle;
		display:inline-block;
  	background: url(img/icons.png) no-repeat;
  	background-position: -40px 0px;	
  }
	.rewards .link_arrow .arrow+span {
		margin-left:14px
	}
	.rewards_title {
		margin-bottom:48px
	}
	.rewards_title h2 {
		text-align:center
	}
	.rewards_item {
		display:block;
		width:234px;
		height:333px;
		position:relative;
		text-decoration:none;
		-webkit-transform:scale(0.93);
		-moz-transform:scale(0.93);
		transform:scale(0.93);
		-webkit-transition:transform 0.75s;
		-o-transition:transform 0.75s;
		transition:transform 0.75s;
		outline:none;
		margin:0 8px
	}
	.rewards_item.slick-current {
		-webkit-transform:scale(1);
		-moz-transform:scale(1);
		transform:scale(1)
	}
	.rewards_item.item1,
	.rewards_item.item2,
	.rewards_item.item3,
	.rewards_item.item4,
	.rewards_item.item5,
	.rewards_item.item6 {
		overflow: hidden;
	}
  .rewards_item.item1 {
		background-color:#cfd2d3
	}
	.rewards_item.item1:hover {
		background-color:#fcaa2e
	}
  .rewards_item.item1 .rewards_item_image {
  	bottom: 0px;
  	left: 20px;
  }
	.rewards_item.item2 {
		background-color:#a3a8ac
	}
	.rewards_item.item2:hover {
		background-color:#5b6871
	}
  .rewards_item.item2 .rewards_item_image {
  	left: 8px;
  	bottom: 0;
  }
	.rewards_item.item3 {
		background-color:#a2aaad
	}
	.rewards_item.item3:hover {
		background-color:#10b4b5
	}
	.rewards_item.item3 .rewards_item_image {
		bottom: 0;
		left:0
	}
	.rewards_item.item4 {
		background-color:#99a1a4
	}
	.rewards_item.item4:hover {
		background-color:#f97126
	}
	.rewards_item.item4 .rewards_item_image {
		bottom: -20px;
		left:-7px
	}

  .rewards_item.item5 {
		background-color:#5b6770
	}
	.rewards_item.item5:hover {
		background-color:#0f8e96
	}
  .rewards_item.item5 .rewards_item_image {
  	bottom: -2px;
  	left: -37px;
  }
  .rewards_item.item6 {
		background-color:#5a6770
	}
	.rewards_item.item6:hover {
		background-color:#c8d0d4
	} 
  .rewards_item.item6 .rewards_item_image {
  	left: 4px;
  	bottom: 0;
  }
	.rewards_item.item6 .rewards_item_image img {
		width:100%
	}
	.rewards_item span {
		color:#303030;
		display:block;
		width:100%;
		font-size:14px;
		line-height:22px;
		text-align:center;
		position:absolute;
		bottom:15px
	}
  .rewards_item.item4 span {
  	color:#fff
  }
	.rewards_item .rewards_item_image {
		position:absolute;
		width:110%
	}
	.rewards_item .rewards_item_image img {
		display:block;
		max-width:100%
	}
  .about.news .steps_wrapper {
  	margin-top: -134px;
  	height: 266px;
  }
  .about.news .steps_content_wrapper span {
  	margin-top: 0;
  	margin-bottom: 25px;
  } 
  .about.news .link_main {
  	margin-top: 12px;
  }
}

/* mobi version */
@media screen and (min-width: 768px) and (max-width: 991px) {
  .news .slick-arrow.slick-prev {
    left:-60px;
  }
  .about.news .slick-arrow.slick-next {
  	right: 20px;
  }
  .partners .slick-arrow.slick-prev {
  	left: -60px;
  }  
  .partners .slick-arrow.slick-next {
  	right: -60px;
  }
  .form-rating-stars input {
  	font-size: 26px;
  	margin-left: 1px;
  }
  .review-add .btn-dark {
  	font-size: 21px;
  }
  .review-add .btn-photo {
  	font-size: 15px;
  	margin-top: -1px;
  }
  .goods_item .count,
  .goods_item .member {
    font-size: 14px;
  }
}
/* mobi version */
@media screen and (min-width: 0px) and (max-width: 768px) {
  .h1, h1 {
  	font-size: 25px;
  }
  .set_item {
  	width: 48%;
  }
  .set_item:nth-child(2n) {
  	margin-right:0
  }  
  .set_photo {
  	height: 100%;
  }
  .partners-warp .set_photo {
  	height: calc(100vw*0.45);
  }
  .set_link {
  	width: 100%;
  	padding-left:0;
  }
  .set_photo_link {
  	height: 100%;
  }    
  .set_description {
  	padding: 2px 0px 0 0px;
  	vertical-align: middle;
  	display: table;
  	text-align: center;
  	width: 100%;
  	overflow: hidden;
  }
  .set_photo_align img {
    width: 100%
  }
  .footer .copyright {
  	text-align: left;
  }  
  .footer_social {
  	right: 20px;
  }  
  .bg-main {
  	background: url('img/bg_main_mobile4.jpg') no-repeat top center;
  	background-size: cover;
  }
  .navbar-toggle {
  	margin-top: 4px;
  }  
  .navbar-top .navbar-nav > li > a.ico-cart {
  	margin-top: 7px;
  	float: right;
  	margin-right: 18px;
  }
  .about.step2 .steps_wrapper {
    right: -40px;
  }
  .about.step3 .steps_wrapper {
    left: -45px;
  } 
  .about {
    display:none;
  }  
  .about.news {
    display:block;
  }
	.about_m {
		background-color:#fff;
		display:block;
		padding-top:69px;
		position:relative;
		z-index:99;
		overflow:hidden;
		padding-bottom:10px
	}
	.about_m.about_kredo .about_m_content_wrapper span {
		font-size:58px;
		line-height:58px
	}
	.about_m.about_kredo .about_m_content_wrapper strong {
		font-size:14px;
		line-height:18px
	}
	.about_m.about_kredo .about_m_content_wrapper p {
		font-size:14px
	}
	.about_m_title {
		text-align:center;
		padding-bottom:19px
	}
	.about_m_carousel {
		width:100%
	}
	.about_m_carousel .slick-list {
		padding-top:20px !important;
		min-height:390px
	}
	.about_m_carousel .about_m_step {
		margin:0 8px !important
	}
	.about_m_step {
		outline:none;
		-webkit-transform:scale(0.95);
		-moz-transform:scale(0.95);
		transform:scale(0.95);
		-webkit-transition:transform 0.75s;
		-o-transition:transform 0.75s;
		transition:transform 0.75s
	}
	.about_m_step.slick-current {
		-webkit-transform:scale(1);
		-moz-transform:scale(1);
		transform:scale(1)
	}
	.about_m_step.slick-current .about_m_content_wrapper {
		opacity:1;
		visibility:visible;
		left:0
	}
	.about_m_step.slick-current .about_m_content .content_border rect {
		stroke-dasharray:3000;
		stroke-dashoffset:0
	}
	.about_m_content {
		box-shadow:0 6px 18px rgba(0,0,0,0.3);
		-moz-box-shadow:0 6px 18px rgba(0,0,0,0.3);
		-webkit-box-shadow:0 6px 18px rgba(0,0,0,0.3);
		background-color:#fff;
		width:100%;
		height:348px;
		display:table;
		position:relative
	}
	.about_m_content .content_border {
		position:absolute;
		top:10px;
		left:10px;
		right:10px;
		bottom:10px;
		pointer-events:none
	}
	.about_m_content .content_border .content_border_wrapper {
		position:absolute;
		top:0;
		left:0;
		width:100%;
		height:100%;
		pointer-events:none;
		z-index:3;
		-webkit-transform:translateZ(0);
		-moz-transform:translateZ(0);
		transform:translateZ(0)
	}
	.about_m_content:hover .content_border rect,
	.about_m_content.active .content_border rect {
		stroke-dasharray:3000;
		stroke-dashoffset:0
	}
	.about_m_content .content_border {
		top:6px;
		left:6px;
		bottom:6px;
		right:6px
	}
	.about_m_content_wrapper {
		display:table-cell;
		vertical-align:middle;
		padding:16px 25px;
		opacity:0;
		visibility:hidden;
		position:relative;
		left:20px;
		-webkit-transition:opacity 1s, visibility 1.75s, left 0.75s;
		-o-transition:opacity 1s, visibility 1.75s, left 0.75s;
		transition:opacity 1s, visibility 1.75s, left 0.75s
	}
	.about_m_content_wrapper span {
		display:inline-block;
		border-bottom:#226ab2 4px solid;
		font-size:67px;
		line-height:67px;
		margin-bottom:20px
	}
	.about_m_content_wrapper strong {
		display:block;
		font-size:20px;
		line-height:22px;
		text-transform:uppercase;
		margin-bottom:20px
	}
	.about_m_content_wrapper p {
		color:#363636;
		font-size:16px;
		line-height:18px
	}
	.about_m_card {
		width:412px;
		float:right;
		position:relative;
		left:10px;
		margin-top:38px
	}
	.about_m_card img {
		max-width:100%
	}
	.about_m_links {
		float:right;
		width:384px;
		margin-top:33px
	}
	.about_m_links a.button {
		border-radius:0;
		-moz-border-radius:0;
		-webkitborder-radius:0;
		border:none;
		cursor:pointer;
		color:#fff;
		display:block;
		font-family:"FuturaPT", sans-serif;
		font-weight:400;
		text-align:center;
		text-decoration:none;
		position:relative;
		font-size:13px;
		outline:none;
		-webkit-transition:all 0.3s;
		-moz-transition:all 0.3s;
		transition:all 0.3s;
		-webkit-appearance:none;
		text-transform:uppercase;
		letter-spacing:0.7px;
		font-size:14px;
		height:46px;
		line-height:48px;
		background-color:#556771;
		width:200px;
		float:left
	}
	.about_m_links a.button:hover {
		background-color:#6c7b84
	}
	.about_m_links .link_arrow {
		text-transform:uppercase;
		display:inline-block;
		-webkit-box-align:center;
		-webkit-align-items:center;
		-moz-box-align:center;
		-ms-flex-align:center;
		-ms-grid-row-align:center;
		align-items:center;
		-webkit-transition:-webkit-transform 300ms cubic-bezier(0.195, 1.29, 0.795, 1.36);
		transition:-webkit-transform 300ms cubic-bezier(0.195, 1.29, 0.795, 1.36);
		-moz-transition:transform 300ms cubic-bezier(0.195, 1.29, 0.795, 1.36),-moz-transform 300ms cubic-bezier(0.195, 1.29, 0.795, 1.36);
		-o-transition:transform 300ms cubic-bezier(0.195, 1.29, 0.795, 1.36),-o-transform 300ms cubic-bezier(0.195, 1.29, 0.795, 1.36);
		transition:transform 300ms cubic-bezier(0.195, 1.29, 0.795, 1.36);
		transition:transform 300ms cubic-bezier(0.195, 1.29, 0.795, 1.36),-webkit-transform 300ms cubic-bezier(0.195, 1.29, 0.795, 1.36),-moz-transform 300ms cubic-bezier(0.195, 1.29, 0.795, 1.36),-o-transform 300ms cubic-bezier(0.195, 1.29, 0.795, 1.36);
		cursor:pointer;
		-webkit-transform:translateZ(0);
		text-decoration:none;
		letter-spacing:0.4;
		font-size:14px;
		line-height:20px;
		text-transform:uppercase;
		color:#303030;
		margin:14px 8px 0px 0px;
		float:right
	}
	.about_m_links .link_arrow:hover {
		opacity:0.8
	}
	.about_m_links .link_arrow:hover .arrow {
		-webkit-transform:translate(15%);
		-moz-transform:translate(15%);
		-ms-transform:translate(15%);
		-o-transform:translate(15%);
		transform:translate(15%)
	}
	.about_m_links .link_arrow span {
		vertical-align:middle
	}
	.about_m_links .link_arrow .arrow {
		width:28px;
		height:15px;
		margin:0 0 0 14px;
		-webkit-transition:-webkit-transform 250ms cubic-bezier(0.195, 1.29, 0.795, 1.36);
		transition:-webkit-transform 250ms cubic-bezier(0.195, 1.29, 0.795, 1.36);
		-moz-transition:transform 250ms cubic-bezier(0.195, 1.29, 0.795, 1.36),-moz-transform 250ms cubic-bezier(0.195, 1.29, 0.795, 1.36);
		-o-transition:transform 250ms cubic-bezier(0.195, 1.29, 0.795, 1.36),-o-transform 250ms cubic-bezier(0.195, 1.29, 0.795, 1.36);
		transition:transform 250ms cubic-bezier(0.195, 1.29, 0.795, 1.36);
		transition:transform 250ms cubic-bezier(0.195, 1.29, 0.795, 1.36),-webkit-transform 250ms cubic-bezier(0.195, 1.29, 0.795, 1.36),-moz-transform 250ms cubic-bezier(0.195, 1.29, 0.795, 1.36),-o-transform 250ms cubic-bezier(0.195, 1.29, 0.795, 1.36);
		vertical-align:middle;
		display:inline-block;
  	background: url(img/icons.png) no-repeat;
  	background-position: -40px 0px;
	}
	.about_m_links .link_arrow .arrow+span {
		margin-left:14px
	}

  .club_bottom .btn-danger{
    width: 100%;
    margin:2px auto !important;
  }

  .partners .slick-arrow.slick-prev {
  	left:0
  }
  .partners .slick-arrow.slick-next {
  	right:0
  }  
  .about.news .about_photo {
  	width: 90%;
  }  
  .about.news .steps_wrapper {
  	top: 55%;
  	right: 15px;
  	width: 370px;
  	height:230px;
  }  
  .goods-big-item {
    margin-left: auto;
    margin-right: auto;
  }
  .goods_item h1 {
    margin-top:30px;
  }
  .price-block {
    text-align: left;
  }
  .goods_item .count_block{
    position:relative;
    top:0;
    left:0
  }
  .draw.goods_item .price-block {
    position:unset;
  }
  .goods_item .count_wrrap,
  .goods_item .member_wrrap {
  	width: 100%;
    text-align: left;
  }
  .goods_item .member_wrrap {
   margin-bottom: 0;
  }
  .count_block .count,
  .count_block .member{
  	padding: 5px 20px;
  	width: 100px;
  	text-align: left;
  	border: none;
    display: inline-block;
  }
  .form-rating-stars label {
  	font-size: 13px;
  	margin-right: 8px;
  }
  .form-rating-stars input {
  	margin-left: 0px;
  } 
  .review-add .btn-dark {
  	font-size: 20px;
  }  
  .review-add .btn-photo {
	 font-size: 16px;
	 padding: 0px 44px 0px 8px;
  }
  #modal-content .btn-wrapper button:nth-child(2n) {
    margin-left: 0px !important;
  }
  #modal-content .btn-wrapper button:nth-child(n1) {
    float: right;
  }
  .news .news-img {
  	padding: 20px 20px 20px 0;
    width: 300px;
  }
  .news-body .more {
  	margin-top: 5px;
  	margin-right: 20px;
  }
  .goods_item .currency {
  	right: 0;
    padding-right:0;
  } 
}/* 0 - 768 */

/* mobi version */
@media screen and (min-width: 0px) and (max-width: 599px) {
  .filter {
  	padding: 0 16px 0 0;
  }
  .set_item {
  	width: 46%;
  }
  .partner-btn-group .btn {
   width: 250px;
   margin-top: 7px;
   margin-left: 0;
  }
  .news .news-img {
  	width: 100%;
  	padding: 8px;
  }
  .news .news-img img {
  	width: 100%;
  }
  .news .news-title {
  	padding-left: 8px;
  	text-align: center;
  	padding-right: 8px;
  }
  .news .news-date {
  	padding: 6px 8px 0px 0;
  }
  .news .news-body {
  	margin-top: 15px;
  }
  .news-body .more {
    margin-top: 0px;
    margin-right: 8px;
  }
  .news-one .news-body img.fl_l  {
    padding-right: 0;
    width: 100%;
  }
}

/* mobi version */
@media screen and (min-width: 0px) and (max-width: 445px) {
  .hidden-xxs {
    display: none !important;
  }
  .visible-xxs {
    display: block !important;
  }
  .rewards_item.item2 .rewards_item_image {
  	width: 130%;
  }
  .rewards_item.item3 .rewards_item_image {
  	width: 130%;
  }  
  .bg-main .btn, .main-pg .btn-danger {
  	width: 100%;
  }
  .bg-main-content .link_main {
  	margin-left: 0px;
  	display: block;
    	margin-top: 10px
  } 
  .about.news .about_photo {
  	display:none;
  }   
  .about.news .steps_wrapper {
  	width: 100%;
  	position: unset;
  	height: auto;
  	margin-top: auto;
  }
  #socialwidget {
    left: 5%;
  }
  .pagination ul li {
  	margin: 0 7px;
  }  
}

/* mobi version */
@media screen and (min-width: 0px) and (max-width: 400px) {
  .table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
  	padding: 4px 3px;
  }  
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .navbar-top .navbar-nav > li > a {
  	padding-top: 8px;
  	padding-bottom: 8px;
  }  
  .goods_item .count_wrrap,
  .goods_item .member_wrrap {
    width: 100%;
  }          
  .goods_item .count_label,
  .goods_item .member_label {
  	font-size: 13px;
  }

}

/* !!!*/
.popup_overlay{
	display:none;
}

#modal-content {
  -webkit-transition: -webkit-transform .3s ease-out !important;
       -o-transition:      -o-transform .3s ease-out !important;
          transition:         transform .3s ease-out !important;
  -webkit-transform: translate(0, -25%) !important;
      -ms-transform: translate(0, -25%) !important;
       -o-transform: translate(0, -25%) !important;
          transform: translate(0, -25%) !important;
}
#modal-content {
  -webkit-transform: translate(0, 0) !important;
      -ms-transform: translate(0, 0) !important;
       -o-transform: translate(0, 0) !important;
          transform: translate(0, 0) !important;
}


#modalContent-wrap {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1751;
	overflow: hidden;
	-webkit-overflow-scrolling: touch;
	outline: 0;
}
.modal-open #modalContent-wrap {
	overflow-x: hidden;
	overflow-y: auto;
}
#modalContent  {
	position: relative !important;
	top: auto !important;
	left: auto !important;
	margin: 30px auto;
	width: 600px;
}
#modalContent .modal-header .close {
	margin-top: 10px;
	margin-right: 8px;
}
#modal-content {
	border: none;
	box-shadow: none;
	width: 100% !important;
	padding: 0px 20px 5px;
  min-height: 150px;
}
div.ctools-modal-content {
	position: relative;
	background-color: #fff;
  -webkit-background-clip: padding-box;
	background-clip: padding-box;
	border: 1px solid #999;
	border: 1px solid rgba(0, 0, 0, .2);
	border-radius: 6px;
	outline: 0;
	-webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
	box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
}
div.ctools-modal-content .modal-content {
   overflow: hidden;
}
div.ctools-modal-content .modal-title {
	color: #2e2e2e;
	font-weight: 400;
	font-size: 21px;
	padding: 10px;
}
h4.modal-title,
.h4.modal-title {
	margin-top: 10px;
	margin-bottom: 35px;
}

div.ctools-modal-content .modal-header {
  background: #fff;
}

@media (max-width: 768px) {
  #modalContent {
  	width: auto !important;
  	margin: 10px;
  }
  #modalContent .ctools-modal-content {
  	width: auto !important;
  }
  #modal-content {
  	width: 98% !important;
  }
  #modalContent .modal-header .close {
  	margin-right: 18px;
  }
}




.partners-warp .set_photo .set_photo_align {
	display: table-cell;
	vertical-align: middle;
 box-shadow: 1px 3px 9px -5px rgb(0, 0, 0);
 /* box-shadow: 2px 3px 10px -5px rgb(0, 0, 0); */
}
.partners-warp .set_photo_align img {
	width: 100%;
  padding: 15px;
}
