/*
@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) {
}
*/




@font-face {
    font-family: 'Golos Text';
    src: url('fonts/GolosText/GolosText-Medium.eot');
    src: local('Golos Text Medium'), local('GolosText-Medium'),
        url('fonts/GolosText/GolosText-Medium.eot?#iefix') format('embedded-opentype'),
        url('fonts/GolosText/GolosText-Medium.woff2') format('woff2'),
        url('fonts/GolosText/GolosText-Medium.woff') format('woff'),
        url('fonts/GolosText/GolosText-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Golos Text';
    src: url('fonts/GolosText/GolosText-Black.eot');
    src: local('Golos Text Black'), local('GolosText-Black'),
        url('fonts/GolosText/GolosText-Black.eot?#iefix') format('embedded-opentype'),
        url('fonts/GolosText/GolosText-Black.woff2') format('woff2'),
        url('fonts/GolosText/GolosText-Black.woff') format('woff'),
        url('fonts/GolosText/GolosText-Black.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: 'Golos Text';
    src: url('fonts/GolosText/GolosText-DemiBold.eot');
    src: local('Golos Text DemiBold'), local('GolosText-DemiBold'),
        url('fonts/GolosText/GolosText-DemiBold.eot?#iefix') format('embedded-opentype'),
        url('fonts/GolosText/GolosText-DemiBold.woff2') format('woff2'),
        url('fonts/GolosText/GolosText-DemiBold.woff') format('woff'),
        url('fonts/GolosText/GolosText-DemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Golos Text';
    src: url('fonts/GolosText/GolosText-Bold.eot');
    src: local('Golos Text Bold'), local('GolosText-Bold'),
        url('fonts/GolosText/GolosText-Bold.eot?#iefix') format('embedded-opentype'),
        url('fonts/GolosText/GolosText-Bold.woff2') format('woff2'),
        url('fonts/GolosText/GolosText-Bold.woff') format('woff'),
        url('fonts/GolosText/GolosText-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Golos Text';
    src: url('fonts/GolosText/GolosText-Regular.eot');
    src: local('Golos Text Regular'), local('GolosText-Regular'),
        url('fonts/GolosText/GolosText-Regular.eot?#iefix') format('embedded-opentype'),
        url('fonts/GolosText/GolosText-Regular.woff2') format('woff2'),
        url('fonts/GolosText/GolosText-Regular.woff') format('woff'),
        url('fonts/GolosText/GolosText-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@media (min-width: 1359px) {
  .container {
    width: 1350px;
  }
}

.navbar-toggle {
	display: block;
}

*{
  outline: none !important
} 

body {
  font-family: "Golos Text", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
 	font-weight: 400;
  line-height: 19px;
  color: #333333;
  letter-spacing: 0.1%;
}

h1, .h1 {
	font-size: 28px;
	font-weight: 700;
	margin-bottom: 25px;
}

h1.title {
	margin-bottom: 30px;
}

#content-header {
  margin-top: 60px;
}
.main-section-first-page h2 {
  font-family: "Golos Text";
  font-weight: 500;
  font-size: 48px;
}

a,
a:hover {
  text-decoration: none;
}

.text-gray,
.text-gray a,
.gray,
.gray a,
a.gray {
  color: #333;
}
a.under-line {
  text-decoration: underline;
}

.red {
  color: #FA022B;
}


.btn {
	border: none;
	border-radius: 20px;
	font-size: 16px;
	font-weight: 600;
	padding: 8px 50px;
}
.btn:active, .btn.active {
	box-shadow: none;
}

.btn-primary {
	color: #fff;
	background-color: #333333;
  border: 1px solid #333333;
}
.btn-primary:hover, 
.btn-primary:focus, .btn-primary.focus,
.btn-secondary:hover, 
.btn-secondary:focus, .btn-secondary.focus 
 {
	color: #fff;
	background-color: #999999;
	border: 1px solid #999;
}
.btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary {
	color: #fff;
	background-color: #999999;
	border-color: #999;
}
.btn-secondary {
  color: #333;
  background-color: #fff;
  border: 1px solid #333;
}
.btn-primary:active, 
.btn-primary.active, 
.open > .dropdown-toggle.btn-primary {
	color: #fff;
	background-color: #999999;
	border: none;
}
.btn-primary:active:hover, .btn-primary.active:hover, .open > .dropdown-toggle.btn-primary:hover, 
.btn-primary:active:focus, .btn-primary.active:focus, .open > .dropdown-toggle.btn-primary:focus, 
.btn-primary:active.focus, .btn-primary.active.focus, .open > .dropdown-toggle.btn-primary.focus {
	color: #fff;
	background-color: #999999;
	border: none;
}

.btn-primary.disabled {
	color: #fff;
	background: #999;
	cursor: default;
}
.btn-secondary.disabled {
	color: #999;
	border-color: #999;
	cursor: default;
}

.line-gray {
	border-top: 1px solid #D4D4D4;
  content:"";
  line-height: 3px;
}
.bg_gray {
  background: #D4D4D4;
}

.form-control {
	height: 36px;
	font-size: 16px;
	color: #333;
	border: 1px solid #D4D4D4;
	border-radius: 6px;
	box-shadow: none;
}
.form-control::placeholder {
	color: #D4D4D4;
}
.form-control:focus {
	border-color: #999;
	box-shadow: none;
}
.form-group {
	margin-bottom: 20px;
}
.has-error .form-control:focus {
	border-color: #FA022B;
	box-shadow: none;
}
input[type="checkbox"].error {
  box-shadow: 0 0 0 1px #FA022B;
}

input, button, select, textarea {
  font-family: "Golos Text", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
	border-radius: 6px;
  padding: 3px 10px 4px;
	border: 1px solid #D4D4D4;
}
input[type="text"] {
  padding: 3px 10px 4px;
}
.form-item select,
select.form-control {
	padding-top: 0px;
	padding-bottom: 0px;
}
select {
	background-color: #fbfbfb;
	color: #333;
}
select option{
	background-color: #fff;
	color: #333;
}
input:focus-visible { 
  border: 1px solid #D4D4D4;
  outline: none; 
}
input[type="text"]:focus { 
  border-color: #999;
}

::placeholder {
  color: #d4d4d4;
  opacity: 1;
}
:disabled {
	background-color: #D4d4d4;
	color: #333;
	cursor: not-allowed;
	opacity: 0.4;
}
legend {
  border: none;
}
div.password-description {
	max-width: 400px;
	border-radius: 6px;
	padding: 5px 10px;
}
div.warning {
	border: 1px solid #FA022B;
  background: #fff;
}
/*
div.error, tr.error {
	border: 1px solid #FA022B;
	background: rgba(250, 2, 42,0.03);
}*/
.messages.error,
.messages.warning {
  color: #FA022B;
  background-color: transparent;
  border: none;
}
.messages.error a,
.messages.warning a{
  color: #FA022B;
}

.block-inline {
	display: inline-block !important;
}


.bg-color1 {
  background-color: #B583FF;
}
.bg-color2 {
  background-color: #01D3C2;
}
.bg-color3 {
  background-color: #5F9FFF;
}
.bg-color4 {
  background-color: #FD8EEB;
}

/* ===== HEADER ===== */
.everest-navbar {
	background: #fff;
	border: none;
	padding: 10px 20px;
	margin-bottom: 0;
}
/* бренд */
.everest-brand {
	display: flex;
	align-items: center;
	font-size: 22px;
}
.brand-logo {
	height: 32px;
	margin-right: 10px;
}
.brand-text {
	color: #025fbb;
	font-weight: 600;
	font-size: 28px;
	letter-spacing: -2%;
	margin-left: 5px;
	margin-right: 45px;
}
/* hamburger */
.navbar-toggle .icon-bar {
	display: block;
	width: 29px;
	height: 3px;
	border-radius: 1px;
}
.navbar-right .navbar-toggle .icon-bar {
	background-color: #333;
}
.navbar-toggle .icon-bar + .icon-bar {
    margin-top: 5px;
}
.everest-toggle {
	border: none;
	margin-left: 10px;
}
.everest-toggle .icon-bar {
	background: #333;
}
.nav .open > a, 
.nav .open > a:hover, 
.nav .open > a:focus {
	background-color: #fff;
	border: none;
}

/* правое меню */
.navbar-right > li > a {
	color: #333;
	font-size: 18px;
	font-weight: 600;
	letter-spacing: -2%;
	margin-right: 8px;
}
.navbar-right > li.cart > a {
	margin-right: 5px;
	margin-left: 35px;
}

.nav > li > a:hover, .nav > li > a:focus {
	background-color: #fff;
}
.everest-side-menu a.go.user-info {
	color: #337ab7;
	font-weight: 700;
	display: block;
	text-align: center;
	padding: 15px 0px;
	text-decoration: none;
}

/* выезжающее меню */
.everest-side-menu {
	position: absolute;
	top: 100px;
	left: -420px;
	width: 260px;
	height: 120%;
	background: #fff;
	box-shadow: 4px 0 20px rgba(0,0,0,0.1);
	transition: 0.4s;
	padding-top: 0px;
	z-index: 2000;
	padding-right: 13px;
	border-top-right-radius: 13px;
	border-bottom-right-radius: 13px;
}
.everest-side-menu ul {
	list-style: none;
	padding: 0;
}
.everest-side-menu li.colored {
	padding: 43px 20px 43px 30px;
	border-bottom-right-radius: 20px;
	text-align: right;
	border-top-right-radius: 6px;
}
.everest-side-menu li.colored a {
	color: #fff;
	font-size: 20px;
	padding: 20px 0;
	margin-bottom: 2px;
	font-weight: 700;
}
.everest-side-menu a {
	color: #333;
	font-size: 18px;
}
.everest-side-menu li.colored:hover,
.everest-side-menu li.colored:focus {
	opacity: .9;
}
.everest-side-menu.open {
	left: 0;
}

.navbar-nav > li > .dropdown-menu {
	padding: 15px;
	border: none;
	box-shadow: 0 4px 6px 0 rgba(0, 0, 0, .25);
	border-radius: 10px;
}

.user-dropdown,
.block-a-user {
	font-size: 14px;
	font-weight: 400;
	color: #333;
}
.user-dropdown a,
.block-a-user a {
  color: #333;
}
.user-dropdown a:hover,
.user-dropdown a:focus,
.user-dropdown a.focus,
.block-a-user a:hover,
.block-a-user a:focus,
.block-a-user a.focus {
  font-weight: 600;
}
.user-dropdown .row {
  margin-bottom: 15px;
}
.user-dropdown .ico {
  margin-right: 10px;
  margin-bottom: -2px;
}
.user-drop-fio {
	font-size: 16px;
	font-weight: 500;
	margin-bottom: 10px;
}
.user-drop-data  {
  font-weight: 600;
  text-align: right;
}
.user-dropdown .my_prof {
  margin-bottom: 5px;
}

.block-a-user {
}



.modal-header {
	border: none;
	font-size: 18px;
	font-weight: 500;
	padding: 25px 25px 15px;
}
.modal-header .close {
	margin-top: -5px;
	padding: 5px;
	margin-right: -5px;
}

.modal .login-header {
	font-size: 18px;
	padding-top: 15px;
}
.modal .login-form {
	padding-left: 10px;
	padding-right: 10px;
}
.modal .login-form .btn-primary,
.modal .login-form .btn-secondary {
	width: 100%;
}
.modal .login-form .text-gray a {
  color: #999999;
  
} 
.modal .login-form .form-btn {
	margin-bottom: 5px;
	margin-top: 30px;  
}
.modal .pass_recover h4 {
	font-size: 28px;
	font-weight: 700;
	margin-bottom: 25px;
}
.modal .pass_recover .modal-title {
	text-align: center;
}
.modal .pass_recover  {
	padding: 25px 27px;
}
.modal .pass_recover .modal-title {
	font-size: 18px;
	margin-bottom: 25px;
	line-height: 1.3em;
}
.modal .pass_recover label {
	font-size: 12px;
  font-weight: 400;
}
.modal .pass_recover .form-group {
	margin-bottom: 30px;
}

.add-to-club {
	margin-bottom: 25px;
}
.add-to-club .text-select {
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 30px;
	text-align: center;
}
.add-to-club .variant {
	margin: 35px 0 15px;
}


.modal-body {
	font-size: 16px;
}
h4.modal-title  {
	font-size: 28px;
	font-weight: 700;
	text-align: center;
	padding-top: 20px;
}


/* ===== ctools-modal ===== */
#modalContent {
	position: relative !important;
	top: auto !important;
	left: auto !important;
	margin: 30px auto;
	width: 600px;
}
.ctools-modal-content .modal-width-100 {
  width: 100%;
}
.ctools-modal-content .popups-footer {
  margin-top: 15px;
}
div.ctools-modal-content {
	margin-right: 5px;
	margin-left: 1px;
}
div.ctools-modal-content .modal-content .carts-mess,
div.ctools-modal-content .modal-content .messages {
	padding-bottom: 15px;
}
div.ctools-modal-content .modal-content {
	padding: 15px;
	padding-right: 7px;
}
div.ctools-modal-content .modal-content .container:first-child,
.ctools-modal-content .modal-message .container.evercard-pg  {
	padding-left: 0px;
	padding-right: 0px;
  width: auto;
}

div.ctools-modal-content .modal-header {
	background-color: #fff;
	padding: 15px .25em 0 1em;
	color: #333; 
	border: none;
	border-radius: 6px;
	border-bottom: none;
}
div.ctools-modal-content .modal-title {
	font-size: 28px;
	color: #333;
	font-weight: 700;
	overflow: auto;
	white-space: normal;
}
div.ctools-modal-content {
	color: #333;
}
div.ctools-modal-content .modal-content {
	overflow: hidden;
	position: relative;
	box-shadow: none;
	border: none;
}
.ctools-modal-content .modal-header .close {
	margin-top: -2px;
	margin-right: 10px;
}
div.ctools-modal-content {
	background: #fff;
	color: #333;
	border: 1px solid #D4D4D4;
	border-radius: 6px;
}

.ctools-modal-content input,
.ctools-modal-content textarea {
	width: 100%;
	font-size: 16px;
	color: #333;
	border: 1px solid #D4D4D4;
	border-radius: 6px;
	box-shadow: none;
}
.ctools-modal-content input {
	height: 36px;
}
.ctools-modal-content input:focus,
.ctools-modal-content textarea:focus {
	border-color: #999;
	box-shadow: none;
}
.ctools-modal-content .btn {
	border-radius: 20px;
	font-size: 16px;
	font-weight: 600;
	padding: 8px 50px;
  width: 100%;
}
.ctools-modal-content .btn-primary {
  color: #fff;
}
.ctools-modal-content .modal-content {
  padding-bottom: 20px;
}
.ctools-modal-content .product-controls .qty-wrap {
	margin-right: 0px;
  margin-top: 5px;
}
.ctools-modal-content .product-controls .price-wrap {
	float: right;
	margin-top: 15px;
}
.modal-open #modalContent-wrap {
	overflow-x: hidden;
	overflow-y: auto;
}
#modalContent-wrap {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1751;
	overflow: hidden;
	-webkit-overflow-scrolling: touch;
	outline: 0;
}

.modal-content .evercard-pg .card {
	width: auto;
	margin-bottom: 25px;
	margin-left: -15px;
}
.modal-content .evercard-pg .date {
	padding-left: 38px;
	padding-right: 27px;
}




/* ===== first-page ===== */
.main-section-first-page {
	position: relative;
	padding: 70px 0;
	margin-top: 10px;
}

.main-section-first-page .block-link {
	position: relative;
	display: block;
	height: 210px;

}
.main-section-first-page a.block-link {
	text-decoration: none;
}

.main-section-first-page .block-text {
	min-height: 210px;
	padding-left: 15px;
	padding-top: 40px;
	position: relative;
	z-index: 2;
}
.main-section-first-page .block-text h2 {
	font-size: 48px;
	margin: 0px 0 30px;
	color: #fff;
	font-weight: 600;
}
.main-section-first-page .block-text p {
	font-size: 14px;
	color: #333333;
	position: absolute;
	bottom: 25px;
	line-height: 1.1em;
}

.main-section-first-page .block-image img {
	position: absolute;
	right: 40px;
	max-width: 100%;
	transition: all 2.5s ease;
  bottom: 0;
}

.main-section-first-page .bg-wrap{
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  overflow:hidden;
  z-index:1;
}
.main-section-first-page .block1 .bg-wrap {
	background-color: #b583ff;
	border-radius: 10px 50px 10px 50px;
}
.main-section-first-page .block2 .bg-wrap  {
	background-color: #5f9fff;
	border-radius: 50px 10px 50px 10px;
}
.main-section-first-page .block3 .bg-wrap  {
	background-color: #01d3c2;
	border-radius: 50px 10px 50px 10px;
}
.main-section-first-page .block4 .bg-wrap  {
	background-color: #fd8eeb;
	border-radius: 10px 50px 10px 50px;
}
.main-section-first-page .block3, .main-section-first-page .block4 {
	margin-top: 50px;
}


.main-section-first-page .card-video {
	width: 100%;
	height: 100%;
	object-fit: contain;
	opacity: .9;
}


.bg-animation-wrap {
	position: absolute;
	top: -30px;
	left: 0;
	width: 100%;
	height: calc(100% + 30px);
	overflow: hidden;
	z-index: 0;
	pointer-events: none;
 /* transform: rotate(15deg);*/
}

.bg-animation-wrap:before, .bg-animation-wrap:after {
	content: "";
	position: absolute;
	left: 0;
	width: 100%;
	pointer-events: none;
	z-index: 2;
}
/* градиент верх */
.bg-animation-wrap::before {
	top: 0;
	height: 30px;
	background: linear-gradient(to bottom, #fff 0%, rgba(255,255,255,0) 100%);
}
/* градиент низ */
.bg-animation-wrap:after {
	bottom: 0;
	height: 30px;
  background: linear-gradient(to top,
	#fff 0%, rgba(255,255,255,0) 100%);
}

.bg-animation {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%) scale(1.3);
}

/* ВАЖНО: фиксированный размер для Lottie */
#bg-animation {
	width: 1500px;
	height: 800px;
}


.main-section-first-page .bg-video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	z-index: 1;
}
.main-section-first-page .block-content {
	position: relative;
	z-index: 2;
	padding: 20px;
}
.main-section-first-page .overlay-video {
	position: absolute;
	right: 0px;
	bottom: 0;
	height: 280px;
	z-index: 3;
	pointer-events: none;
}
.main-section-first-page .block1 .overlay-video {
	height: 275px;
	right: 25px;
}
.main-section-first-page .block2 .overlay-video {
	height: 260px;
}
.main-section-first-page .block3 .overlay-video {
	height: 350px;
	bottom: -65px;
	right: -35px;
}
.main-section-first-page .block4 .overlay-video {
	height: 355px;
}
.main-section-first-page .main-block:hover .overlay-video {
	opacity: 1;
}


/* ===== FOOTER ===== */
.footer {
	background: #fff;
	padding: 10px 0 40px;
	color: #333333;
	font-weight: 400;
	margin-top: 50px;
}
.footer .text {
	display: inline-block;
  vertical-align: top;
  font-size: 14px;
}
.footer .phone span {
  white-space: nowrap;
  font-size: 16px;
}
.footer .phone .text {
	width: 80px;
}
.footer .phone a {
  color: #333;
}
.footer .phone .phones {
  width:70%;
  display: inline-block;
}
.footer .copyright {
  font-size: 13px;
}
.footer .copyright .copy {
	margin-left: 20px;
  white-space: nowrap;
}
.footer .copyright .gray, 
.footer .copyright .gray a{
  font-size: 13px;
  color: #999;
}

.footer .social {
	text-align: right;
}
.footer .social .text {
	margin-right: 7px;
}
.footer .social a {
	padding-right: 5px;
}
.footer .social-icon {
	display: inline-block;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	background: #333;
	color: #fff;
	text-align: center;
	line-height: 30px;
	margin-left: 10px;
}


/* корзина */
.cart .ico-cart {
	background-position: -100px 0px;
	width: 24px;
	height: 20px;
	margin-bottom: -7px;
	margin-left: auto;
	margin-right: -10px;
	display: block;
}
.cart .cart_goods_top {
	border-radius: 6px;
	background-color: #0156b1;
	color: #fff;
	padding: 2px;
	min-width: 45px;
	font-weight: 500;
	font-size: 20px;
	text-align: center;
	display: block;
	margin-top: 4px;
	margin-right: 0px;
	margin-left: -45px;
}


.filter-title {
	font-weight: 600;
	margin-bottom: 20px;
}
.sorting {
	display: inline-block;
	width: 100%;
	margin-top: 0;
	padding-bottom: 10px;
	font-size: 16px;
	font-weight: 400;
	margin-bottom: 35px;
}
.sorting ul {
  padding-left: 0;
	list-style:none
}
.sorting ul li {
	float: left;
}
.sorting ul > li > a {
	padding: 9px 14px;
	margin: 5px 0px auto;
	color: #333;
	border: 1px solid #B583FF;
	border-radius: 25px;
	opacity: 1;
	filter: alpha(opacity=100);
	-webkit-text-size-adjust: none;
	text-size-adjust: none;
	background-color: #fff;
}
.filter .menu-list a.active {
	padding: 9px 12px;
	font-weight: 600;
	border-width: 3px;
}
.filter .menu-list > li > a:hover, .filter > li > a:focus,
.filter1 li > a:hover, .filter1 li > a:focus {
	color: #262626;
	text-decoration: none;
	background-color: #f5f5f5;
}
/*адаптивне меню 
зайві пункти прерходять в комбо "Більше тематик" */
.adaptive-menu {
	width: 100%;
}
.adaptive-menu .menu-list {
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	flex-wrap: nowrap;
}
.adaptive-menu .menu-list li {
	white-space: nowrap;
	margin-right: 0px;
}
.adaptive-menu .menu-list a {
	text-decoration: none;
	color: #333;
}
.adaptive-menu .more-menu {
	display: none;
}
.open > .dropdown-menu.more-list {
	display: block;
	margin-top: 12px;
	border-radius: 17px;
	padding: 1px;
	border: none;
 	box-shadow: 0 4px 6px 0 rgba(0, 0, 0, .25);
}
.adaptive-menu .more-list a {
	margin: 1px;
}
.filter1-bg {
	background-color: #E1CDFF;
	border-radius: 30px;
	padding: 15px 6px;
	display: inline-block;
	margin-top: -15px;
}
.filter1-bg ul > li.active > a,
.filter1 li.active> a:hover , .filter1 li.active > a:focus {
	color: #fff;
	background-color: #B583FF;
}
.sorting .menu-mobile {
	width: 100%;
}
.sorting .menu-mobile .dropdown-menu li a {
	padding: 10px;
	margin: 0;
}
.sorting .menu-mobile ul li {
	float: none;
}
.sorting .menu-mobile a.menu-current {
	padding: 8px 14px;
	margin: 0;
	border: 1px solid #B583FF;
	border-radius: 25px;
	color: #fff;
	background-color: #B583FF;
	width: 100%;
	text-decoration: none;
	display: block;
	text-align: center;
	margin-top: -10px;
}
/* dropdown */
.sorting .menu-mobile .dropdown-menu {
	width: 100%;
	text-align: center;
	margin: 0;
	border: none;
	background: transparent;
	padding: 0;
	box-shadow: none;
}
.sorting .menu-mobile .dropdown-menu li a {
	padding: 5px 14px;
	margin: 0;
}
.sorting .menu-mobile .dropdown-menu li a {
	border-top: none;
}
.sorting .menu-mobile .dropdown-menu li a:hover, 
.sorting .menu-mobile .dropdown-menu li a:focus {
	background-color: #F0E6FF;
	color: #333;
}
.sorting .menu-mobile1 .dropdown-menu {
	padding: 0;
	border-radius: 15px;
	box-shadow: none;
	border-color: #fff;
}
.sorting .menu-mobile .dropdown-menu.compact-list  {
	background: #fff;
	padding: 3px;
	box-shadow: 0 4px 6px 0 rgba(0, 0, 0, .25);
	border-radius: 17px;
}
.sorting .menu-mobile .dropdown-menu.compact-list li {
	float: left;
}
.sorting .menu-mobile .dropdown-menu.compact-list li a {
	border: 1px solid #B583FF;
	margin-bottom: 2px;
}
.sorting .menu-mobile1 ul > li > a {
	padding: 5px 14px;
	margin: 2px 0 2px;
}
/** !!!!! ***/
.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
	color: #333;
	background-color: #fff;
}


.partners_list {
	max-height: 940px;
	overflow-y: auto;
	overflow-x: hidden;
	padding-right: 10px;
}
/* Chrome / Opera / Edge */
.partners_list::-webkit-scrollbar {
	width: 1px;
}
.partners_list::-webkit-scrollbar-track {
	background: #F0E6FF;
}
.partners_list::-webkit-scrollbar-thumb {
	background: #B583FF;
	border-radius: 4px;
}
/* полностью убираем стрелки */
.partners_list::-webkit-scrollbar-button {
	display: none;
}
.partners_list::-webkit-scrollbar-corner {
	background: transparent;
}
/* Firefox */
.partners_list {
	scrollbar-width: thin;
	scrollbar-color: #B583FF #F0E6FF;
}

.partners_list::-webkit-scrollbar-thumb{
  background:#B583FF;
  border-radius:4px;
}
.partners_list::-webkit-scrollbar-thumb:hover{
  background:#9c6cff;
}

.partner-sect {
  font-size: 14px;
  font-weight: 400;
}
.partner-sect h5 {
  font-size: 18px;
  font-weight: 500;
}
.partner-sect a {
	color: #333;
	text-decoration: none;
}
.partner-sect > .title {
	min-height: 82px;
	background-color: #E1CDFF;
	border-radius: 6px;
	margin-bottom: 2px;
  position:relative;
  font-size: 22px;
  font-weight: 500;
}

.partner-sect.active > .title {
	background-color: #B583FF;
  color: #fff;
}
.partner-sect.active > .title a {
  color: #fff;
}
.partner-sect .p_title {
	display: flex;
	align-items: center;
	position: relative;
	width: 100%;
	height: 100%;
	min-height: 82px;
	padding-left: 30px;
  padding-right:120px;
	text-decoration: none;
}

.partner-sect .p_title span, .p_list .item a {
	/* max-width: calc(100% - 120px); */
	width: 100%;
	padding-right: 120px;
	letter-spacing: 0.3%;
	line-height: 1.05em;
}

/* контейнер под иконку */
.p_title .image-block  {
	width: 70px;
	height: 70px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 20px;
  background-color: #fff;
  border-radius: 6px;
}
/* сама иконка */
.p_title .image-block  img {
  width: 70px;
	object-fit: contain;
}

.p_list .item {
	display: flex;
	align-items: center;
	width: 100%;
	min-height: 82px;
	padding-left: 30px;
	background-color: #F0E6FF;
	border-radius: 6px;
	margin-bottom: 2px;
	position: relative;
	border: 2px solid #F0E6FF;
}
.p_list .item:hower {
  border: 1px solid #B583FF;
}
.partners_page .description h3 {
	margin-top: 0;
	margin-bottom: 25px;
}
.partners_page .description {
	font-size: 14px;
	font-weight: 400;
}
.partners_page .description .contacts {
	margin-bottom: 25px;
}
.partners_page .description .contacts a {
  color: #333;
  text-decoration: underline;
}
.partners_page .description .logo {
	text-align: center;
	margin-top: 50px;
}


/* круг*/
.p_list .item.disc a::after,
.p_list .item.sert a::before {
	content: "";
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 56px;
	height: 56px;
	border-radius: 50%;
  background: #E1CDFF;
}

.partner-sect.discount .title a::before,
.partner-sect.sertifikats .title a::after,
.p_list .item.disc a::before,
.p_list .item.sert a::after {
	content: "";
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 56px;
	height: 56px;
	border-radius: 50%;
	background: #333;
/*	display: flex;
	align-items: center;
	justify-content: center;*/
	font-size: 26px;
  color: #fff;
  background-image: url('img/icons.png?v2');
  background-repeat: no-repeat;
  background-position: center;  
}
.p_list .item a {
	display: block;
	position: relative;
	width: 100%;
	height: 100%;
	padding-bottom: 15px;
}

/* discount */
.partner-sect.discount .title a::before {
	right: 5px;
	background-position: -183px 7px;
}
.p_list .item.disc a::before,
.p_list .item.sert a::before  {
	right: 3px;
	background-position: -183px 7px;
}
/* sertifikats */
.partner-sect.sertifikats .title a::after {
	right: 65px;
	background-position: -187px -84px;
}
.p_list .item.sert a::after,
.p_list .item.disc a::after {
	right: 63px;
	background-position: -187px -84px;
}
.partner-sect.sertifikats.active .title a::after,
.partner-sect.discount.active .title a::before {
	background-color: #E1CDFF;
}
.p_list .item:hover {
  border: 2px solid #B583FF;
}

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-slider {
	margin-top: 80px;
}
.partners-slider h3 {
	font-size: 28px;
	font-weight: 700;
	margin-bottom: 35px;
}
.partners-bottom-img {
	margin-top: 140px;
	margin-bottom: 60px;
}
.partners-bottom-img img {
	border-radius: 6px;
}


/*  *************************  */
.goods-pg {
  margin-top: 30px;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: -3%;
}
.goods-pg .slick-slide {
	margin: 0 15px;
}
.goods-pg .slick-list {
	margin: 0 -15px;
}
.goods-pg .product-img {
	position: relative;
	border-radius: 20px;
	overflow: hidden;
}
.goods-pg .product-img img {
	width: 100%;
	display: block;
}
.goods-pg .product-title {
	margin-top: 0;
}
.goods-pg .section-title {
	font-size: 28px;
	font-weight: 700;
	margin-bottom: 30px;
}
.goods-pg .main-goods {
	margin-bottom: 80px;
}
.goods-pg .product-available {
	margin: 25px 0;
	font-weight: 600;
}
.goods-pg .product-available span {
	font-size: 22px;
	font-weight: 500;
	margin-left: 10px;
}
.goods-pg .product-controls {
	margin: 10px 0 15px;
}
.goods-pg .how-use {
	line-height: 1.3;
	margin-top: 5px;
}
.goods-pg .slick-dots {
  bottom: -30px;
}


/* ===== QTY ===== */
.qty-wrap {
	display: inline-block;
	margin-right: 30px;
  font-weight: 600;
}
.qty-box {
	display: inline-block;
	margin-left: 10px;
	position: relative;
}
input[type="text"].qty-input {
	padding: 0 8px 0 0;
	width: 35px;
	height: 40px;
	font-size: 22px;
	border: none;
	border-radius: 8px;
	text-align: right;
}
.qty-arrows {
	position: absolute;
	right: -25px;
	top: 3px;
}
.qty-arrows span {
	display: block;
	cursor: pointer;
	font-size: 12px;
	line-height: 18px;
}

.qty-arrows .qty-up {
	background-position: -300px -400px;
	width: 20px;
	height: 20px;
}
.qty-arrows .qty-down {
	background-position: -351px -400px;
	width: 20px;
	height: 20px;
}
.qty-arrows .qty-up:hover, 
.qty-arrows .qty-up:focus {
	background-position: -300px -450px;
	width: 20px;
	height: 20px;
}
.qty-arrows .qty-down:hover,
.qty-arrows .qty-down:focus {
	background-position: -351px -450px;
	width: 20px;
	height: 20px;
}
.qty-block {
	display: inline-block;
	margin-right: 20px;
}
.qty {
	font-size: 20px;
	font-weight: bold;
	margin-left: 10px;
}
/* PRICE */
.price-box {
	display: inline-block;
	background: #EADFFF;
	padding: 15px 10px;
	border-radius: 6px;
	font-size: 28px;
	color: #8E6CFB;
	font-weight: 600;
	margin-left: 10px;
}
.price-box span {
	font-size: 20px;
	font-weight: 500;
}
.price-wrap {
	display: inline-block;
}

.price-label {
	margin-bottom: 5px;
	display: inline-block;
	margin-left: 45px;
  font-weight: 600;
}

/* BUTTON */
.btn-dark {
	display: block;
	background: #333333;
	color: #fff;
	border-radius: 25px;
	text-align: center;
	padding: 8px;
	margin-top: 10px;
	text-decoration: none;
	font-size: 16px;
	font-weight: 600;
}
.btn-dark.focus, .btn-dark:focus, .btn-dark:hover {
	color: #fff;
	background: #999;
  text-decoration: none;
}
.btn-dark.disabled {
	color: #fff;
	background: #999;
	cursor: default;
}

.goods-pg .btn-main {
  display: inline-block;
	padding: 12px 55px;
}

/* OTHER */
.other-slider {
/*  margin-left: 15px;
  margin-right: 15px;*/
}
.section-other {
  margin-bottom: 50px;
}

.other-card {
	background: #EADFFF;
	border-radius: 20px;
}
.other-img {
	position: relative;
}
.other-img img {
	width: 100%;
}
.other-content {n
	height: 100%;
	position: relative;
	padding: 15px 15px 15px 0;
}
.other-content h4 {
	font-size: 18px;
}
.other-bottom {
	margin-top: 15px;
}
.other-bottom span {
	float: left;
}
.other-bottom a {
	float: right;
}
.goods-pg .other-card .product-available span {
	font-size: 18px;
}
.other-card .price-wrap {
	display: block;
	padding-bottom: 10px;
	padding-right: 0;
}
.other-card .price-label {
	margin-left: 0;
}
.other-card .price-label {
	margin-left: 0;
	padding-top: 2px;
}
.other-card .price-box {
	float: right;
	padding-top: 0;
	margin-top: -25px;
	padding-right: 5px;
}
.other-img img {
	border-top-left-radius: 20px;
	border-bottom-left-radius: 20px;
}
.other-img .brand-badge {
	left: 3px;
}
.other-content {
	padding-left: 0px;
	height: 100%;
	position: relative;
}
.other-card .product-available {
	margin: 15px 0;
}
.goods-pg .card-bottom {
	position: absolute;
	bottom: 20px;
	width: 100%;
	padding-right: 15px;
}
.other-content h4 {
	font-size: 18px;
	margin-bottom: 0px;
	font-weight: 600;
	margin-top: 0px;
}


/* ===== BRAND BADGE ===== */
.brand-badge {
	position: absolute;
	top: 2px;
	left: 3px;
	width: 100px;
	height: 50px;
	background: #fff;
	border-radius: 17px;
	overflow: hidden;
}
.brand-badge img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}




/***************************/
.video-item {
	padding-bottom: 25px;
}
/* 16:9 контейнер */
.video-box {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
/* 16: 9 */
	overflow: hidden;
	border-radius: 15px;
	cursor: pointer;
	 
}
/* картинка / видео */
.video-box img, .video-box video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
/* overlay */
.video-overlay {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 10px;
	background: rgba(0,0,0,0.5);
	color: #fff;
	opacity: 0;
	transition: 0.3s;
}
.video-box:hover .video-overlay {
	opacity: 1;
}
/* кнопка play */
.play-btn {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 49px;
	height: 49px;
	background: rgba(0,0,0,0.6);
	border-radius: 50%;
	transform: translate(-50%, -50%);
}
.play-btn::after {
	content: '';
	position: absolute;
	left: 20px;
	top: 15px;
	border-left: 15px solid #fff;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
}



.draw-pg .section-title {
	font-size: 28px;
	font-weight: 700;
	font-variation-settings: "wght" 800;
}
.section-draw {
	margin-bottom: 30px;
}
/* чтобы Firefox не сжимал 
img {
	width: 100%;
	height: auto;
	display: block;
}*/
/* ОБЩЕЕ */
.draw-pg .img-box {
	width: 100%;
	height: 309px;
	overflow: hidden;
	position: relative;
}
.draw-pg .img-box img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}
/* TYPO */
.draw-pg .section-title {
	margin: 30px 0 30px;
}
/* GRID FIX (slick + bootstrap) 
.slider-wrap:after, .row:after {
	content: "";
	display: table;
	clear: both;
}*/
/* CARD */
.draw-pg .card {
	background: #CCF6F3;
	border-radius: 16px;
	overflow: hidden;
	margin-bottom: 20px;
	display: block;
	border: 1px solid #CCF6F3;
}
.draw-pg .main-card {
 /*	border: none;*/
}
/* IMAGE */
.draw-pg .img-wrap {
	position: relative;
}
.draw-pg .img-main, .draw-pg .img-item {
	height: 309px;
	width: 100%;
	object-fit: cover;
}
/* квадрат только для главной */
.draw-pg .square-img {
	height: 320px;
	object-fit: cover;
}
/* бейдж */
.draw-pg .badge-super {
	position: absolute;
	bottom: 15px;
	left: 15px;
	width: 131px;
	height: 131px;
	color: #fff;
	text-align: center;
	font-size: 20px;
	padding-top: 40px;
	background-image: url('img/badge-super.png');
	font-weight: 700;
	line-height: 1.1em;
}
/* BODY */
.draw-pg .card-body {
	position: relative;
	height: 270px;
	padding: 15px 30px;
	letter-spacing: -3%;
}
.draw-pg .card-body p {
	line-height: 1.4em;
}
/* TOP CONTENT */
.draw-pg .card-top {
	padding-bottom: 10px;
}
.draw-pg .card-top h4 {
	font-size: 18px;
	margin: 10px 0 15px;
	font-weight: 600;
	line-height: 1.3em;
}
.draw-pg .date {
	font-weight: 500;
}
.draw-pg .date span {
	font-size: 15px;
	padding-left: 5px;
}
/* BOTTOM BLOCK */
.draw-pg .card-bottom {
	position: absolute;
	left: 15px;
	right: 15px;
	bottom: 20px;
	padding: 10px;
}
/* PRICE */
.draw-pg .price-block {
	font-weight: 500;
	padding-bottom: 15px;
}
.draw-pg .price-block .price {
	float: right;
	color: #01D3C2;
	font-size: 28px;
	font-weight: 700;
	display: block;
	margin-top: -5px;
	padding-right: 10px;
}
.draw-pg .price-block .price span {
	font-size: 20px;
}
.draw-pg .main-card .price-block {
	text-align: right;
}
.draw-pg .main-card .price-block .price {
	margin-left: 18px;
}
/* BUTTON */
.btn-dark {
	display: block;
	background: #333333;
	color: #fff;
	border-radius: 25px;
	text-align: center;
	padding: 8px;
	margin-top: 10px;
	text-decoration: none;
	font-size: 16px;
	font-weight: 600;
}
/* WINNERS */
.draw-pg .winner-card {
	border-radius: 16px;
	overflow: hidden;
	margin-bottom: 20px;
	border: 1px solid #CCF6F3;
}
.draw-pg .winner-info {
	background: #01D3C2;
	padding: 15px 30px;
	letter-spacing: -3%;
	height: 170px;
	position: relative;
}
.draw-pg .winner-info .date span {
	font-size: 14px;
	padding-left: 2px;
}
.draw-pg .winner-info .congrat {
	color: #fff;
	font-size: 20px;
	margin-top: 5px;
	margin-bottom: 25px;
	font-weight: 500;
}
.draw-pg .winner-info .nick {
	font-size: 22px;
	font-weight: 600;
}
.draw-bottom-img {
	margin-top: 40px;
	margin-bottom: 60px;
}
.draw-bottom-img img {
	border-radius: 6px;
}

/* Розыграш карта товару */
.draw-pg .goods-pg .price-box {
	background: #CCF6F3;
	color: #01D3C2;
}
.draw-pg .goods-pg .draw-date {
  display: inline-block;
}
.draw-pg .goods-pg .draw-date span {
	font-size: 14px;
	font-weight: 500;
	margin-left: 10px;
	background-color: #CCF6F3;
	padding: 7px 10px;
	border-radius: 6px;
}
.draw-pg .goods-pg .members {
	display: inline-block;
	margin-left: 210px;
}
.draw-pg .goods-pg .members span {
	font-size: 20px;
	font-weight: 500;
	margin-left: 20px;
}
.draw-pg .goods-pg .product-img {
	border: 1px solid #CCF6F3;
}
.draw-pg .goods-pg .product-title {
	margin-bottom: 25px;
}
.draw-pg .goods-pg .product-desc {
	margin-top: 25px;
}

.drive-pg .goods-pg .draw-date span,
.drive-pg .card-body, 
.drive-pg .goods-pg .price-box {
	background-color: #DFECFF;
}
.drive-pg .goods-pg .price-box,
.drive-pg .price-block .price {
	color: #5F9FFF;
}

.enjoy-pg .goods-pg .draw-date span,
.enjoy-pg .card-body, 
.enjoy-pg .goods-pg .price-box {
	background-color: #FFE8FB;
}
.enjoy-pg .goods-pg .price-box,
.enjoy-pg .price-block .price {
	color: #FD8EEB;
}
.goods-pg .card,
.enjoy-pg .card,
.drive-pg .card {
	border: none;
}

.evercard-pg .card {
	width: 300px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 25px;
}
.evercard-pg .card img{
	width: 300px;
}
.evercard-pg .date {
	font-size: 16px;
	font-weight: 500;
	margin-bottom: 25px;
	padding-left: 38px;
	padding-right: 71px;
	margin-top: 35px;
}
.evercard-pg  .date .time {
	float: right;
}


/* ===  Cart  === */
.cart h1 {
  padding-bottom: 20px;
  margin-bottom: 20px;
}

.carts-body img {
	border-radius: 6px;
	width: 165px;
}
.ctools-modal-content .cart h4 {
  margin-bottom: 35px;
}
.cart input.del_goods {
	background: url(img/icons.png) no-repeat;
	background-position: -400px -200px;
	border: none;
	display: block;
	height: 25px;
	outline: medium none;
	text-align: center;
	width: 19px;
	box-shadow: none;
	padding: 0;
}
.cart .goods-img {
	float: left;
	margin: 0 15px 0 0;
}
.ctools-modal-content .cart .goods-img {
  display: none;
}
.cart .goods-title {
	display: flex;
	align-items: center;
	min-height: 60px;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 22px;
	font-weight: 600;
	letter-spacing: -3%;
}
.cart .result {
	text-align: center;
	padding: 10px;
	padding-right: 25px;
	font-size: 22px;
	font-weight: 600;
	border: none;
}
.cart .result span {
	margin-left: 20px;
}
.cart .cart-summ-price {
  font-size: 26px;
  padding-left: 40px;
}
.cart .table {
	margin-bottom: 10px;
}
.cart .table > tbody > tr > td {
	vertical-align: middle;
	color: #333;
	font-size: 22px;
	border: none;
}
.cart .table > thead > tr > th {
	border: none;
	color: #333;
	font-size: 14px;
	font-weight: 400;
}
.cart .btn {
	width: 100%;
	font-size: 16px;
	font-weight: 500;
	margin-bottom: 15px;
	padding: 8px;
}
.cart-top-btn button {
  float:right;
}
.cart .btn-wrapper {
	margin-top: 30px;
	margin-bottom: 30px;
	margin-right: 0;
	text-align: center;
}
.cart .form-control {
	height: 40px;
}
.carts-body select {
	font-size: 18px;
}
.carts-body a {
	color: #333;
	text-decoration: navajowhite;
}
.carts-body caption a {
	font-size: 18px;
}
.cart .type_draw td {
  background-color: #CCF6F3;
}
.cart .type_shop td {
  background-color: #F0E6FF;
}
.cart .shop_section_1 td {
  background-color: #DFECFF;
}
.cart .shop_section_2 td {
  background-color: #FFE8FB;
}
.cart .goods td:first-child {
	border-top-left-radius: 6px;
	border-bottom-left-radius: 6px;
}
.cart .goods td:last-child {
	border-top-right-radius: 6px;
	border-bottom-right-radius: 6px;
}
.cart .trash input.del_goods {
	margin-right: 10px;
	margin-left: auto;
}
.cart .goods-item .draw-date span {
	padding-left: 10px;
}
.main-content .cart {
  margin-bottom: 20px;
}
.cart .goods-item {
	background-color: #F0E6FF;
	border-radius: 20px;
	padding: 15px;
}
.cart .goods-item:first-child {
	margin-top: 5px;
}
.cart .draw-pg .goods-item {
  background-color:#CCF6F3;
}
.cart .drive-pg .goods-item {
  background-color: #DFECFF;
}
.cart .enjoy-pg .goods-item {
  background-color: #FFE8FB;
}
.cart .goods-pg .product-img {
	position: relative;
	border-radius: 10px;
	overflow: hidden;
}
.cart h3 {
	font-weight: 600;
	font-size: 22px;
}
.cart .goods-pg .price-box,
.cart .draw-pg .goods-pg .price-box,
.cart .enjoy-pg .goods-pg .price-box,
.cart .drive-pg .goods-pg .price-box {
  background-color: transparent;
	color: #333;
}
.cart input[type="text"].qty-input {
	background-color: transparent;
}
.cart .goods-pg .product-img {
	width: 100%;
	aspect-ratio: 1 / 1;
	overflow: hidden;
  border-radius: 10px; 
}
.cart .goods-pg .product-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}
.cart .select-quantity {
	display: inline-block !important;
	margin-left: 20px;
	font-size: 26px;
}
.cart h4 {
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 40px;
}
.cart .contact_info .form-item {
	margin-top: 0;
}
.cart .contact_info .form-control {
	height: 30px;
}
.cart .contact_info label {
	font-size: 13px;
}
.cart .location {
	margin-top: 15px;
}
.cart .location .form-item {
	display: inline-block;
	margin-left: 20px;
}
.cart .location select {
	font-size: 16px;
	padding: 2px 5px 3px 10px;
}



.modal-content .carts-body caption a {
	font-size: 14px;
}
.modal-content .cart .goods-title {
	font-size: 14px;
}
.modal-content .cart .table > thead > tr > th {
	font-size: 12px;
	padding: 1px;
}
.modal-content .cart .table > tbody > tr > td {
	font-size: 16px;
}
.modal-content .carts-body select {
	font-size: 16px;
}
.modal-content .cart .table .white-line {
	padding: 2px;
}
.modal-content .cart .btn {
	width: 100%;
}
.modal-content .cart .result {
	text-align: center;
	margin-top: 25px;
}
.modal-content .cart .btn-wrapper {
	margin-top: 0px;
	margin-bottom: 0px;
}
.modal-content .cart input.del_goods {
	scale: 80%;
}
.modal-content .cart .col-lg-8,
.modal-content .cart .col-md-9,
.modal-content .cart .col-md-6,
.modal-content .cart .col-lg-4,
.modal-content .cart .col-md-3 {
    float: none;
    width: 100%;
}
.modal-content .cart .col-md-offset-3 {
	margin-left: 0;
}


.cards.bonuses td {
	border: 2px solid #ddd;
}
.cards.bonuses th {
	background-color: #D4D4D4;
	border-right: 2px solid #fff;
	color: #000;
}
.cards.bonuses th:last-child {
	border-right: 2px solid #ddd;;
	color: #000;
}
.cards.bonuses td {
	border: 1px solid #ddd;
	border-right: 3px double #ddd;
}
.cards.bonuses td:last-child  {
	border-right: 1px solid #ddd;
}
.cards.bonuses .result {
	font-size: 16px;
	padding-left: 20px;
}
.cards.bonuses .result .summ {
	font-weight: 600;
  margin-left: 30px;
}
.ctools-modal-content .cards.bonuses table {
  font-size: 12px;
}



.steps .nav-tabs {
	border: none;
	display: inline-block;
	background-color: #D4D4D4;
	border-radius: 25px;
}
.steps .nav-tabs > li {
	margin: 5px 0;
}
.steps .nav-tabs > li:first-child {
	margin-left: 5px;
}
.steps .nav-tabs > li:last-child {
	margin-right: 5px;
}
.steps li > a,
.steps li .btn {
	display: block;
	background: #333333;
	color: #fff;
	border-radius: 25px;
	text-align: center;
	padding: 8px;
	text-decoration: none;
	font-size: 16px;
	font-weight: 600;
}
.steps li.active > a,
.steps li.active .btn {
  color: #333;
  background-color: #fff;
  border: 1px solid #333;
}
.steps .nav-tabs > li > a:hover,
.steps .nav-tabs > li > a:focus,
.steps .nav-tabs > li > a.focus {
	color: #fff;
	background-color: #999999;
	border: 1px solid #999;
}
.steps .nav-tabs > li.active > a:hover, 
.steps .nav-tabs > li.active > a:focus {
	color: #333;
	background-color: #fff;
	border: 1px solid #333;
}

/* ====  Pager  ==== */
.pager li > a, .pager li > span {
	padding: 5px 0px;
	border: none;
	font-size: 16px;
	color: #333;
	font-weight: 500;
}
.pager li > a.active {
	color: #999;
	font-weight: 400;
}
.pager .page_previous > a, .pager .page_next > a {
	border: none;
	outline: none;
	cursor: pointer;
	font-size: 0;
	width: 30px;
	height: 30px;
	z-index: 10;
	margin-top: 1px;
	background: url(img/icons.png) no-repeat;
	background-position: -300px -201px;
	margin-bottom: -9px;
}
.pager .page_next > a {
	background-position: -351px -201px;
	right: -25px;
}

.text-green {
  color: #19BD5D;
}

/*   Icons
  =================== */
.ico-before::before, 
.ico-after::after, 
.ico {
  background-image: url('img/icons.png?v2');
  background-repeat: no-repeat;
  display: inline-block;
}
.ico-i {
	background-position: 0px -400px;
	width: 23px;
	height: 20px;
	margin-bottom: -4px;
	margin-right: 10px;
}
.ico-cabinet {
  background-position: 0 -500px;
  width: 20px;
  height: 20px;
	margin-bottom: -4px;
  margin-right: 10px;  
}
.ico-cabinet-black {
	background-position: 0 -300px;
  width: 20px;
  height: 20px;
	margin-bottom: -4px;
  margin-right: 10px;    
}

.ico-fb-gray {
  background-position: -100px -100px;
  width: 24px;
  height: 25px;
  margin-top: -5px;
}
.ico-insta-gray {
	background-position: -100px -200px;
	width: 24px;
	height: 26px;
	margin-top: -5px;
}
.ico-cart {
  background-position: -100px 0px;
  width: 24px;
  height: 20px;
  margin-bottom: -7px;
}
.ico-bonus {
  background-position: -400px 0px;
  width: 16px;
  height: 19px;
}
.ico-prize {
  background-position: -400px -100px;
  width: 17px;
  height: 17px;
}

.ico-ok {
  background-position: -400px -500px;
  width: 22px;
  height: 22px;
  margin-top: -8px;
  margin-right: 5px;
}
.ico-ok-green {
	background-position: -400px -600px;
	width: 22px;
	height: 22px;
	margin-bottom: -8px;
	margin-right: 5px;
}
.ico-arrow-right-white {
	background-position: -400px -400px;
	width: 22px;
	height: 13px;
	margin-top: -4px;
}


/*equal height coumn
колонки одинаковой высоты */
.equal-height-container {
  display: flex;
  flex-wrap: wrap;
}
.equal-height-item {
  display: flex; 
}
.equal-height-content {
  display: flex;
  flex-direction: column;
} 
/* ДОБАВЛЯЕМ к row дальше колонки одинаковой высоты */
.aligned-row {
  display: flex;
  flex-flow: row wrap;

  &::before {
    display: block;
  }
}

/* Slider */
.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;
}
.slick-list {
	position: relative;
	display: block;
	overflow: hidden;
	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;
	top: 0;
	left: 0;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.slick-track:before, .slick-track:after {
	display: table;
	content: '';
}
.slick-track:after {
	clear: both;
}
.slick-loading .slick-track {
	visibility: hidden;
}
.slick-slide {
	display: none;
	float: left;
	/*height: 100%;   было высокое место для логотипов партнеров */
	min-height: 1px;
}
[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 {
	border:none;
	outline:none;
	cursor:pointer;
	font-size:0;
	width:38px;
	height:38px;
	position:absolute;
	z-index:10;
	top:50%;
	margin-top:-11px;
  background: url(img/icons.png) no-repeat;
}
.slick-prev {
	background-position: -300px -201px;
}
.slick-prev:hover {
  background-position: -300px -300px;
}
.slick-next {
	background-position: -351px -201px;
	right: -25px;
}
.slick-next:hover {
  background-position: -350px -300px;
}
/* SLICK DOTS */
.slick-dotted.slick-slider {
	margin-bottom: 30px;
}
.slick-dots {
	position: absolute;
	bottom: -18px;
	display: block;
	width: 100%;
	padding: 0;
	margin: 0;
	list-style: none;
	text-align: center;
}
.slick-dots li {
	display: inline-block;
	margin: 0 10px;
	position: relative;
	cursor: pointer;
	padding: 0;
	width: 13px;
	height: 13px;
	border: 1px solid #999;
	border-radius: 7px;
}
.slick-dots li button {
	font-size: 0;
	line-height: 0;
	background: transparent;
	color: transparent;
	border: 0;
	outline: none;
	cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
	outline: none;
}
.slick-dots li.slick-active {
	background-color: #B583FF;
  border-color: #B583FF;
}

/*
.draw-pg .slick-dots li {
  border-color: #B583FF;
}
.drive-pg .slick-dots li {
  border-color: #B583FF;
}
.enjoy-pg .slick-dots li {
  border-color: #999999;
}
*/
.draw-pg .slick-dots li.slick-active {
  background-color: #01D3C2;
  border-color: #01D3C2;
}

.drive-pg .slick-dots li.slick-active{
  background-color: #5F9FFF;
  border-color: #5F9FFF;
}

.enjoy-pg .slick-dots li.slick-active{
  background-color: #FD8EEB;
  border-color: #FD8EEB;
}


.user-profile-form  {
  font-size: 16px;
	font-weight: 400;
}  
.user-profile-form .personal-main .title {
  width: 46%;
  display: inline-block;
}
.user-profile-form .row {
  margin-bottom: 20px;
} 
.user-profile-form .form-group {
  width: 100%;
} 
.user-profile-form .form-item label {
	display: inline-block;
  font-size: 16px;
	font-weight: 400;
  width: 45%;
}
.user-profile-form .form-item input[type="text"],
.user-profile-form .form-item select {
	width: 50%;
	display: inline-block;
}
.user-profile-form .form-item input[type="text"] {
	padding: 6px 10px 6px;
}
.user-profile-form .profile_birthdata .container-inline {
	width: 50%;
  display: inline-block;
}
.user-profile-form .profile_birthdata .form-item select {
	width: 32%;
}
.user-profile-form .description {
  font-size: 16px;
}
.user-profile-form a {
	text-decoration: underline;
	color: #333;
}
.user-profile-form a:hover {
	text-decoration: none;
	font-weight: 600;
}

.dispatcher-menu {
	position: fixed;
	top: 120px;
	right: 0px;
	z-index: 2000;
	background-color: rgba(230,230,230,.1);
	padding-bottom: 10px;
	padding-left: 7px;
	border-radius: 6px;
}
/*.dispatcher-menu a {
	color: #333;
}
.dispatcher-menu a:hover {
  text-decoration: underline;
	color: #999;
}*/
.dispatcher-menu ul.menu {
	padding-left: 20px;
}
#ev-dispatcher-cart-form .steps > ul > li span {
	display: block;
	background: #bbb;
	color: #fff;
	border-radius: 25px;
	text-align: center;
	padding: 8px;
	text-decoration: none;
	font-size: 16px;
	font-weight: 600;	
}
#ev-dispatcher-cart-form .steps > ul > li.active span{
  color: #333;
  background-color: #fff;
  border: 1px solid #333;
}
.dispatcher-cart .steps {
  margin-top: 40px;
}

.dispatcher-cart h4 {
  margin-top: 40px;
  margin-bottom: 20px;
}
.dispatcher-cart .result {
  padding-right: 40px;
}
.dispatcher-cart input:disabled {
	opacity: 0.8;
}
.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;
}


.about_club_page {
	padding-top: 20px;
	padding-bottom: 50px;
}
.row-10 {
	margin-left: -4px;
	margin-right: -4px;
}
.row-10 > [class*="col-"] {
	padding-left: 4px;
	padding-right: 4px;
}
.about_club_page .section-title {
	font-size: 28px;
	font-weight: 700;
	margin-top: 105px;
	margin-bottom: 40px;
}
/* HERO */
.about_club_page .hero-section {
	margin-bottom: 30px;
}
.about_club_page .hero-row {
	display: flex;
	align-items: stretch;
}
.about_club_page .hero-left, .hero-right {
	float: none;
	display: flex;
}
.about_club_page .hero-stack {
	height: 100%;
	width: 100%;
}
.about_club_page .hero-top-card {
	background-color: #B583FF;
	background-image: url('/img/about_violet_bg.png');
  display: grid;
  place-items: center;    
	height: 66%;
	position: relative;
	overflow: hidden;
	background-size: contain;
	background-repeat: no-repeat;
	background-position-y: 23px;
	border-radius: 10px 50px 10px 50px;
  /*padding: 70px 0 0px;*/
	/*text-align: center;*/
}
.about_club_page .hero-top-card h2 {
	margin: 0 auto 0 0px;
	color: #fff;
	font-size: 96px;
	line-height: 1;
	font-weight: 600;
	padding-left: 45px;
}
.about_club_page .hero-bottom-card {
	background: #F0E6FF;
	border-radius: 50px 10px 10px 10px;
	padding: 30px 0px 0 50px;
	margin-top: 8px;
	height: calc(34% - 7px);
	font-size: 24px;
	line-height: 1.35;
	font-weight: 400;
	color: #333333;
	position: relative;
}
.about_club_page .hero-bottom-text {
	position: absolute;
	left: 50px;
	bottom: 25px;
	width: 80%;
}

.about_club_page .hero-image-box {
	overflow: hidden;
	height: 100%;
	border-radius: 50px 10px 50px 10px;
}
.about_club_page .hero-image-box img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.about_club_page .steps-section .step-box{
	display: flex;
}
.about_club_page .step-card {
	display: table;
	width: 100%;
}
.about_club_page .step-number {
	display: table-cell;
	width: 121px;
	vertical-align: middle;
}
.about_club_page .step-number img {
	width: 121px;
	height: auto;
	display: block;
}
.about_club_page .step-text {
	display: table-cell;
	vertical-align: middle;
	font-size: 20px;
	line-height: 1.25;
	font-weight: 700;
	padding-left: 40px;
}

.save-section .benefits-section .violet h3 {
  color: #fff;
}
.save-section .benefits-section .violet-light h3 {
  color: #B583FF;
}
.about_club_page .benefit-card {
	padding: 30px 20px 0 40px;
	min-height: 175px;
	margin-bottom: 8px;
	overflow: hidden;
	position: relative;
	border-radius: 50px 10px 50px 10px;
}
.about_club_page .benefit-card.image-card {
	border-radius: 10px 50px 10px 50px;
}
.about_club_page .benefit-card h3 {
	margin-top: 0;
	font-size: 32px;
	font-weight: 700;
}
.about_club_page .benefit-card p {
	margin-bottom: 0;
	display: block;
	position: absolute;
	bottom: 35px;
	font-size: 16px;
	font-weight: 500;
	z-index: 1;
}
.violet {
  background-color: #B583FF;  
}
.violet-light {
  background-color: #E1CDFF;  
}
.pink {
  background-color: #fec7f5;  
}
.about_club_page .image-card {
	padding: 0;
}
.about_club_page .image-card img {
	width: 100%;
	height: 175px;
	object-fit: cover;
}
.about_club_page .banner-box {
	border-radius: 24px;
	overflow: hidden;
	margin-top: 40px;
}
.about_club_page .banner-box img {
	width: 100%;
	display: block;
}
.about_club_page .timeline-wrap {
	overflow: hidden;
	padding: 40px 0px 115px 65px;
}
.about_club_page .timeline-item {
	float: left;
	width: 27%;
	position: relative;
	padding-right: 15px;
}
.about_club_page .timeline-item:last-child {
	width: 19%;
}
.about_club_page .timeline-item::after {
	content: '';
	position: absolute;
	top: 38px;
	right: 0;
	width: 100%;
	height: 2px;
	background: #B583FF;
	z-index: 1;
	opacity: 0.2;
}
.about_club_page .timeline-item:last-child:after {
	display: none;
}
.about_club_page .timeline-time {
	position: relative;
	z-index: 2;
	display: inline-block;
	background: #fff;
	padding: 0 2px;
}
.about_club_page .timeline-text {
	margin-top: 10px;
	padding-right: 60px;
}

.about_club_page .faq-section .section-title {
  margin-top: 0;
}
.about_club_page .faq-section .bottom-block {
	position: absolute;
	bottom: 0px;
	font-size: 14px;
	padding-bottom: 8px;
}
.about_club_page .faq-section .accent {
  font-weight: 700;
}
.about_club_page .faq-item {
  font-size: 16px;	
}
.about_club_page .faq-question {
	background: #F0E6FF;
	border-radius: 12px;
	font-weight: 700;
	padding: 18px 25px;
	margin-bottom: 5px;
}
.about_club_page .faq-answer {
	font-weight: 400;
	margin-bottom: 20px;
}

.about_club_page .profile-month-box {
	position: relative;
	overflow: hidden;
	min-height: 420px;
	padding: 0 100px;
	margin: 0 -100px;
}
.about_club_page .profile-bg {
	position: absolute;
	inset: 0;
	background-image: url('/img/about_save4.jpg');
	background-size: cover;
	background-position: center;
	z-index: 1;
}
.about_club_page .profile-items {
	position: relative;
	z-index: 2;
	margin-left: 400px;
	padding: 60px 40px 40px;
}
.about_club_page .profile-items .even {
	margin-left: 110px;
}

.about_club_page .profit-row {
	overflow: hidden;
	margin-bottom: 30px;
}
.about_club_page .profit-left {
	float: left;
	background: #B583FF;
	color: #fff;
	font-size: 16px;
	font-weight: 500;
	padding: 12px 18px;
	border-radius: 40px;
}
.about_club_page .profit-icon {
	display: inline-block;
	width: 22px;
	height: 22px;
	margin-right: 8px;
	vertical-align: middle;
	margin-bottom: -5px;
}
.about_club_page .profit-icon img {
	width: 100%;
	display: block;
}
.about_club_page .profit-arrow {
	float: left;
	width: 42px;
	height: 42px;
	border-radius: 50%;
	background: #B583FF;
	text-align: center;
	line-height: 42px;
}
.about_club_page .profit-arrow i {
	margin: 4px auto 0;
}
.about_club_page .profit-arrow img {
	width: 18px;
	vertical-align: middle;
}
.about_club_page .profit-right {
	background: #FFFFFF;
	color: #333333;
	font-size: 15px;
	font-weight: 500;
	padding: 12px 18px;
	border-radius: 40px;
	display: inline-block;
}

.about_club_page .draw-section .hero-top-card {
	background-color: #01d3c2;
	background-image: url('/img/about_draw_green_bg.png');
	height: 60%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position-y: 0px;
}
.about_club_page .draw-section .hero-bottom-card {
	background: #CCF6F3;
	height: calc(40% - 7px);
	font-size: 18px;
	padding-right: 20px;
}

.about_club_page .draw-section .benefit-card {
	min-height: 210px;
	border-radius: 50px;
	overflow: hidden;
	padding: 0px 20px 0px 40px;
	display: table;
	width: 100%;  
}
.draw-section .benefits-section .green {
  background-color: #80E9E0;
}
.draw-section .benefits-section .green-light {
  background-color: #CCF6F3;
}
.draw-section .benefits-section .green-dark {
  background-color: #01D3C2;
}
.draw-section .benefits-section h3 {
	color: #fff;
	padding-top: 30px;
}
.draw-section .benefits-section .green-light h3 {
  color: #01D3C2;
}
.about_club_page .benefit-text {
	display: table-cell;
	width: 48%;
	vertical-align: top;
}
.about_club_page .benefit-img {
	display: table-cell;
	width: 52%;
	vertical-align: middle;
	text-align: right;
	padding-right: 15px;
}
.about_club_page .benefit-img img {
	max-width: 100%;
	height: auto;
	display: inline-block;
}
.about_club_page .draw-section .benefits-section p {
	margin: 0;
	line-height: 1.25;
	max-width: 45%;
}

.about_club_page .atention-section {
	text-align: center;
	margin-top: 55px;
}
.about_club_page .atention-section p {
	font-size: 20px;
	font-weight: 500;
}
.about_club_page .atention-section h3 {
	font-size: 32px;
	font-weight: 700;
	margin-bottom: -8px;
}
.about_club_page .atention-section .subtitle {
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 30px;
	padding: 18px 25px 0;
}
.about_club_page .about_club_page .atention-section p {
	font-size: 20px;
	font-weight: 400;
}
.about_club_page .atention-section img {
  margin: 0 auto;
} 


.about_club_page .drive-section .hero-top-card {
	background-color: #5f9fff;
	background-image: url('/img/about_drive_blue_bg.png');
	height: 60%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position-y: 0px;
}
.about_club_page .drive-section .hero-bottom-card {
	background: #DFECFF;
	height: calc(40% - 7px);
	font-size: 18px;
	padding-right: 20px;
}
.drive-section .benefits-section .blue {
  background-color: #AFCFFF;
}
.drive-section .benefits-section .blue-light {
  background-color: #DFECFF;
}
.drive-section .benefits-section .blue-dark {
  background-color: #5F9FFF;
}
.drive-section .benefits-section h3 {
  color: #fff;
  padding-top: 30px 
}
.drive-section .benefits-section .blue-light h3 {
  color: #5F9FFF;
}
.about_club_page .drive-section .benefit-card {
	min-height: 210px;
	border-radius: 50px;
	overflow: hidden;
	padding: 0px 20px 0px 40px;
	display: table;
	width: 100%;
}
.about_club_page .drive-section .benefits-section p {
	margin: 0;
	line-height: 1.25;
	max-width: 55%;
}

.about_club_page .enjoy-section  {
	margin-top: -35px;
}
.about_club_page .enjoy-section .hero-top-card {
	background-color: #fd8eeb;
	background-image: url('/img/about_enjoy_pink_bg.png');
	height: 60%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position-y: 0px;
}
.about_club_page .enjoy-section .hero-bottom-card {
	background: #FFE8FB;
	height: calc(40% - 7px);
	font-size: 18px;
	padding-right: 20px;
}
.enjoy-section .benefits-section .pink {
  background-color: #FEC7F5;
}
.enjoy-section .benefits-section .pink-light {
  background-color: #FFE8FB;
}
.enjoy-section .benefits-section .pink-dark {
  background-color: #FD8EEB;
}
.enjoy-section .benefits-section h3 {
  color: #fff;
}
.enjoy-section .benefits-section .pink-light h3 {
  color:#FD8EEB;
}
.enjoy-section .benefits-section .pink-light h3 {
	color: #FD8EEB;
}
.enjoy-section .benefits-section h3 {
	padding-top: 30px;
}
.about_club_page .enjoy-section .benefit-card {
	min-height: 210px;
	border-radius: 50px;
	overflow: hidden;
	padding: 0px 20px 0px 40px;
	display: table;
	width: 100%;
}

.about_club_page .enjoy-section .benefits-section p {
	margin: 0;
	line-height: 1.25;
	max-width: 55%;
}
.about_club_page .benefits2-section .benefit-card {
  padding-top: 30px;
}
.about_club_page .benefits2-section .benefit-card, 
.about_club_page .benefits2-section .benefit-card.image-card {
	border-radius: 50px 10px 50px 10px;
	height: 210px;
	min-height: 210px;
}
.benefits2-section .benefit-card.image-card  {
	padding: 0;
}
.benefits2-section .benefit-card.image-card img {
	width: 100%;
	height: 210px;
	object-fit: cover;
}
.about_club_page .benefit-top {
	font-size: 20px;
	font-weight: 500;
	margin-bottom: 15px;
}
.about_club_page .benefit-bottom {
	position: absolute;
	left: 40px;
	bottom: 30px;
	background-color: #fff;
	border-radius: 6px;
	padding: 3px 7px 7px;
  font-weight: 500;
}


.caret {
	content: "";
	display: inline-block;
	width: 7px;
	height: 7px;
	border-right: 2px solid #B583FF;
	border-top: 2px solid #B583FF;
  border-left: none;
	transform: rotate(135deg);
	margin-right: 5px;
	margin-left: 10px;
	position: relative;
	top: -2px;
	border-left: none;
}

.caret-white-right {
	transform: rotate(45deg);
	border-color: #fff;
	margin-left: 5px;
}
.caret-white-bottom {
	transform: rotate(135deg);
	border-color: #fff;
	margin-left: 5px;
}
.caret-grey-right {
	transform: rotate(45deg);
	border-color: #333;
	margin-left: 5px;
	margin-bottom: -2px;
	margin-top: 2px;
}
.caret-grey-bottom {
	transform: rotate(135deg);
	border-color: #333;
}

.close {
	filter: alpha(opacity=80);
	opacity: .80;
}
.close:hover, .close:focus {
	filter: alpha(opacity=100);
	opacity: 1;
}
.close-x-1, .close span {
	position: relative;
	width: 14px;
	height: 14px;
	display: inline-block;
}
.close-x-1::before, .close-x-1::after,
.close span::before, .close span::after {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	width: 14px;
	height: 1px;
	background: #333;
}
.close-x-1:before,
.close span::before {
	transform: rotate(45deg);
}
.close-x-1:after,
.close span::after {
	transform: rotate(-45deg);
}
.close span {
	content: "";
	color: #fff;
}

.visible-xlg {
  display: none !important;
}
.visible-xxs {
  display: none !important;
}

/* for adm */
.node-form ,
#webform-component-edit-form,
#webform-configure-form {
  margin-left: 100px;
}
 


/* IE8 uses \0 */
@media all\0 {
  .ribbon span{ background: #E92020;}
  #bubble_cont .ch_logo,
  .section-action .action-box,
  .carousel-indicators li,
  .flower-ico a,
  .news img.bordered,
  .action-btn:focus,
  .action-btn.focus,
  .action-btn:hover,
  .section-action .action-box,
  .ribbon span,
  .section-action .btn-warning,
  .tv_program .header,
  .tv_program .chan-logo,
  .pay .section,
  .packet-inet,
  .packet-tv {behavior: url(/css/pie/PIE.htc);}
  .carousel-indicators li {background-color: #fff;}
}
/* IE9 uses \9 */
@media all and (monochrome:0) {
}
/* IE10 and IE11 both use -ms-high-contrast */
@media all and (-ms-high-contrast:none)
 {
/*  .foo { color: green } IE10 */
/* *::-ms-backdrop, .foo { color: red }  IE11 */
} 


@media (min-width: 768px) {
}
@media (min-width: 992px) {
}
@media (min-width: 1200px) {
  .visible-lg.visible-lg-inline {
  	display: inline-block !important;
  }
}
@media (min-width: 1359px) {
  .visible-xlg {
    display: inline-block !important;
  }
}


@media (max-width: 1360px) {
.about_club_page .profile-month-box {
	margin: 0 -100px;
	padding-left: 151px;
}
}
@media (max-width: 1199px) {
  .about_club_page .profile-month-box {
  	margin: 0 -125px;
  	padding-left: 70px;
  }
}
@media (max-width: 991px) {
  .brand-text {
  	font-size: 26px;
  	margin-right: 10px;
  }
  .navbar-right > li > a {
  	font-size: 16px;
  }
  .cart .cart_goods_top {
  	font-size: 18px;
    min-width: 35px;
  }
  .footer .copyright .copy {
  	margin-left: 0px; 
  }
  .footer .phone .phones {
  	width: 155px;
  	display: inline-block;
  }
  .footer .phone .text {
  	margin-left: -30px;
  }
  
  .goods-pg .main-goods {
  	margin-bottom: 50px;
  }  
  .goods-pg .product-desc,
  .goods-pg .how-use {
  	font-size: 12px;
  	line-height: 130%;
  }
  .goods-pg .product-available {
  	margin: 25px 0 20px;
  }
  .goods-pg .product-available span {
  	font-size: 20px;
  	margin-left: 30px;
  }
  .goods-pg .product-img {
  	position: relative;
  	border-radius: 10px;
  	margin-bottom: 15px;
  }
  .goods-pg .product-controls {
  	margin: 0;
  	padding: 0;
  	position: relative;
  	height: 100%;
  }
  .goods-pg .brand-badge {
  	width: 50px;
  	height: 25px;
  	border-radius: 7px;
  }
  .goods-pg .qty-box {
  	float: right;
  	padding-right: 35px;
  }
  .goods-pg .price-box {
  	margin-left: 0;
  	font-size: 28px;
  	padding: 13px 10px;
  }
  .goods-pg .qty-wrap {
  	display: block;
  	position: absolute;
  	bottom: 15px;
  	width: 100%;
  }
  .goods-pg .qty-text {
  	display: inline-block;
  	padding-top: 10px;
  }
  .goods-pg .qty-arrows {
  	right: 2px;
  	top: 0px;
  }
  .qty-input {
  	font-size: 20px;
  }
  .goods-pg .section-title {
  	font-size: 20px;
  	font-weight: 700;
  	margin-bottom: 20px;
  }
  .goods-pg .slick-slide {
  	margin: 0 5px;
  }
  .goods-pg .slick-list {
  	margin: 0 -5px;
  }

  .goods-pg .other-img {
  	margin: 15px 0 0 15px;
  }
  .goods-pg .other-img img {
  	border-radius: 10px;
  }
  .goods-pg .card-bottom {
  	bottom: 18px;
  }
  .goods-pg .other-card .card-bottom {
  	padding-right: 15px;
  }

  .goods-pg .other-content a {
    color: #333;
  }
  .goods-pg .other-card .product-available {
  	margin: 15px 0 20px 15px;
  }
  .goods-pg .other-card .product-available span {
  	font-size: 16px;
  	margin-left: 10px;
  }
  .goods-pg .other-content .detail {
  	text-align: right;
  	display: block;
  }
  .goods-pg .other-content h4 {
  	font-size: 14px;
  	margin-top: 0;
  }
  .goods-pg .other-content .price-box {
  	float: none;
  	padding-left: 0;
  }

  .goods-pg .btn-main {
  	padding: 8px;
    display: block;
  }
  .draw-pg .goods-pg .qty-wrap {
  	display: inline-block;
  	position: relative;
  	bottom: -5px;
  	width: auto;
  	margin-right: 0;
  }
  .draw-pg .goods-pg .price-wrap {
  	display: inline-block;
  	float: right;
  }  
  .draw-pg .goods-pg .price-box {
  	margin-left: 10px;
  }
  .draw-bottom-img {
  	margin-top: 0px;
  	margin-bottom: 60px;
  }  

  .cart .goods-pg .qty-wrap {
  	display: inline-block;
  	position: relative;
  	bottom: 0;
  	width: auto;
  }
  .cart .goods-pg .price-wrap {
  	float: right;
  }  
  .cart .result {
  	margin-top: 25px;
  }  
  
  
  .slick-arrow {
  	scale: 85%;
  }
  .slick-prev {
  	left: -2px;
  }
  .slick-next {
  	right: -10px;
  }

  /* расстояние между столбцами уменьшено вдвое*/
  .row-sm > [class*="col-"] {
  	padding-left: 7px;
  	padding-right: 7px;
  }
  /* крайние столбцы с прежними границами*/
  .row-sm > .col-sm-left,
  [class*="col-"]:first-child {
    padding-left: 15px;
  }
  .row-sm > .col-sm-right,
  .row-sm > [class*="col-"]:last-child {
    padding-right: 15px;
  }  
  .save-section .benefits-section .row-10 > [class*="col-"]:first-child {
  	padding-left: 0;
  }  
} /* \max-width: 991px */


/*@media (min-width: 768px) and (max-width: 991px) {*/
@media (max-width: 991px) {
  .main-section-first-page .block-link {
  	margin-top: 30px;
  	background-size: 120%;
  }
  .draw-pg .goods-pg .members {
  	margin-left: 0;
  	float: right;
  }  
  .draw-pg .goods-pg .main-goods .members {
  	float: none;
  	display: block;
  	margin-top: 20px;
  }  
  .main-section-first-page {
  	padding: 10px 0 50px;
  }  
  .bg-animation {
  	transform: translate(-50%, -50%) scale(1.4);
  }    

  h1, .h1 {
  	font-size: 22px;
  }
  .about_club_page .hero-top-card h2 {
  	font-size: 48px;
  	padding-left: 35px;    
  }
  .about_club_page .hero-bottom-card,
  .about_club_page .draw-section .hero-bottom-card {
  	padding: 15px 0px 0 35px;
  	font-size: 14px;
  	line-height: 1.25;
  } 
  .about_club_page .draw-section .hero-top-card,
  .about_club_page .drive-section .hero-top-card,
  .about_club_page .enjoy-section .hero-top-card {
  	height: 55%;
  }    
  .about_club_page .draw-section .hero-bottom-card,
  .about_club_page .drive-section .hero-bottom-card,
  .about_club_page .enjoy-section .hero-bottom-card {
  	height: calc(45% - 7px);
    font-size: 14px;
  }  
  .about_club_page .hero-bottom-text {
  	bottom: 0;
  	left: 37px;
  	line-height: 1.1em;
  }
  .about_club_page .step-number img {
  	width: 80px;
  }
  .about_club_page .step-text {
  	font-size: 14px;
  	padding-left: 0;
  } 
  .about_club_page .section-title {
  	font-size: 22px;
  	margin-top: 70px;
  	margin-bottom: 30px;
  }
  .about_club_page .benefit-card h3 {
  	font-size: 22px;
  } 
  .about_club_page .profile-month-box {
  	min-height: 320px;
  	background-color: #f0e6ff;
  	padding: 0;
  	margin: 0 -135px;
  }
  .about_club_page .profile-bg {
  	background-position: 0px bottom;
  	height: 320px;
  }
  .about_club_page .profile-items {
  	padding: 24px 0px 0;
  	margin-left: 355px;
  }
  .about_club_page .profile-items .ico-ok {
  	scale: 60%;
  	margin-top: -6px;
  	margin-right: -2px;
  	margin-left: -5px;
  }
  .about_club_page .profit-row {
  	margin-bottom: 25px;
  }
  .about_club_page .profile-items .even {
  	margin-left: 0px;
  }
  .about_club_page .profit-row.row-1 {
    margin-left: 0px;
  }
  .about_club_page .profit-row.row-2,
  .about_club_page .profit-row.row-5 {
    margin-left: 15px;
  }
  .about_club_page .profit-row.row-3,
  .about_club_page .profit-row.row-4 {
    margin-left: 20px;
  }
  .about_club_page .profit-row.row-5 {
  	padding-top: 5px;
  	margin-top: -5px;
  }

  .about_club_page .profit-left, .about_club_page .profit-right {
  	font-size: 12px;
  	padding: 7px 7px 7px 7px;
  }
  .about_club_page .profit-right {
  	line-height: 1.2em;
  	padding: 9px 9px 10px;
  }
  .about_club_page .profit-arrow {
  	width: 32px;
  	height: 32px;
  	line-height: 32px;
  }
  .about_club_page .profit-arrow i {
  	scale: 55%;
  }
  .about_club_page .profit-arrow img {
  	width: 14px;
  } 
  .about_club_page .timeline-wrap {
  	padding-left:  25px;
  }
  .about_club_page .timeline-wrap {
  	overflow: hidden;
  	padding-bottom: 75px;
  	padding-top: 10px;
  } 
  .about_club_page .timeline-text {
  	padding-right: 30px;
  }  
  .about_club_page .benefit-img {
  	padding-right: 0;
  }    
  .about_club_page .draw-section .benefit-card {
  	padding-left: 25px;
  }  
  .about_club_page .benefit-card p {
  	font-size: 14px;
  } 
  .about_club_page .draw-section .benefits-section p {
  	max-width: 40%;
  }
  .about_club_page .drive-section .benefit-img img,
  .about_club_page .enjoy-section .benefit-img img {
  	width: 96px;
    height: auto;
  } 
  .about_club_page .drive-section .benefit-img,
  .about_club_page .enjoy-section .benefit-img, {
  	width: 100px;
  } 
  .about_club_page .drive-section .benefits-section p,
  .about_club_page .enjoy-section .benefits-section p {
  	max-width: 50%;
  }
  .about_club_page .benefit-top {
  	font-size: 16px;
  }
  .about_club_page .benefit-bottom {
  	font-size: 12px;
  }
  .about_club_page .atention-section {
  	text-align: center;
  	margin-top: 25px;
  }
  .col-sm-float-right {
    float: right;
  }
} /* \ (min-width: 768px) and (max-width: 991px) */

@media (max-width: 767px) {
  /* reorder column */
  .row-xs-order {
    display:flex;
    flex-direction:column;
  }
  block-inline-xs {
    display: inline-block !important;
  }
  #modalContent .ctools-modal-content,
  #modalContent,
  #modalContent-wrap .modal-content  {
  	width: auto !important;
  }
  #modalContent  {
  	margin-left: 4px;
  }
  .ctools-modal-content .modal-content {
    padding-right: 15px !important;
  } 
  .brand-text {
  	font-size: 26px;
  }
  .everest-navbar .nav > li {
  	display: inline-block;
  }
  .everest-navbar .navbar-nav > li > a {
  	padding: 10px 10px;
  	margin: 0 0px;
  }
  .everest-navbar .navbar-nav > li.cart > a {
  	padding-right: 20px;
  	margin-left: 0px;
  	margin-right: 7px;
  	margin-top: -2px;
  }
  .everest-navbar li.cart {
  	position: relative;
  }
  .everest-navbar li.cart {
  	position: relative;
  }
  .ctools-modal-content .popups-footer {
    margin-top: 15px;
  }
  .cart .cart_goods_top {
  	position: absolute;
  	top: 15px;
  	left: -15px;
  	font-size: 14px;
  	min-width: 35px;
  	padding: 1px;
  	z-index: 2;
  	margin-left: -3px;
  }
  .ico-i {
  	background-position: 0 -200px;
  	margin-right: 5px;
  }
  .ico-cabinet {
  	background-position: 0 -300px;
  }

  .burger-link {
  	display: block;
  	padding: 15px;
  }
  .burger-link .icon-bar {
  	display: block;
  	width: 18px;
  	height: 2px;
  	background: #333;
  	margin: 3px 0;
  }
  .navbar-nav.navbar-right {
  	float: right;
  	margin: 0;
  	display: flex;
  	align-items: center;
  }
  .navbar-header {
    float:left;
  }
  .navbar-nav > li {
  	float: none;
  	display: inline-block;
  }
  .navbar-nav > li > a {
  	padding: 10px 8px;
  }
  .navbar-toggle .icon-bar + .icon-bar {
  	margin-top: 3px;
  }
  .navbar-toggle .icon-bar {
  	width: 19px;
  	height: 2px;
  }
  .everest-toggle {
  	margin-right: 0;
  	margin-left: 0;
  }
  .everest-navbar {
  	padding: 0;
  	margin-bottom: 25px;
  }
  
  /* mobile-navbar */
  .mobile-navbar {
  	background: #fff;
  	min-height: auto;
    box-shadow: 0 5px 15px rgba(0, 0, 0, .15);
  }
  .mobile-navbar ul {
  	list-style: none;
  	padding-left: 15px;
  }
  .mobile-navbar .mobile-menu {
  	padding-left: 0;
  	margin-top: 3px;
  }
  .mobile-navbar .nav > li {
  	display: block;
  }
  .mobile-navbar .mobile-menu  li  a {
  	color: #333;
  	font-size: 16px;
  }
  .mobile-navbar .mobile-menu > li > a {
  	color: #333;
  	font-size: 20px;
  	font-weight: 700;
  	background: transparent;
  	padding: 17px 0 5px 15px;
  	margin-bottom: 5px;
  }
  .mobile-navbar.everest-menu li.colored a {
  	color: #fff;
  	padding: 15px 0 15px 15px;
  	margin-bottom: 4px;
  }
  .mobile-navbar.everest-menu .navbar-collapse {
  	padding-left: 15px;
  	padding-right: 15px;
  }
  .mobile-navbar .mobile-menu .caret {
  	float: none;
  }
  .mobile-navbar .nav .open > a, 
  .mobile-navbar .nav .open > a:focus, 
  .mobile-navbar .nav .open > a:hover {
  	background-color: transparent;
  	border: none;
  }
  .mobile-navbar .navbar-nav .open .dropdown-menu > li > a {
  	line-height: 20px;
  	font-size: 16px;
  	padding: 15px;
  	padding-left: 25px;
  }
  .mobile-navbar .menu > li {
  	padding: 5px 10px 5px 0;
  }
  .mobile-navbar .menu > li.expanded > a,
  .mobile-navbar .user-dropdown p.expanded  {
  	font-weight: 700;
  }
  .mobile-navbar .user-dropdown {
  	padding-left: 15px;
  	font-size: 16px;
  	padding-right: 15px;
  }
  .mobile-navbar .user-dropdown .row {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .mobile-navbar  a.go.user-info {
    color: #337ab7;
  }

  h1, .h1 {
  	font-size: 20px;
  	font-weight: 700;
  	letter-spacing: 0.1;
  }
  h1.title {
  	margin-top: 0px;
  	margin-bottom: 20px;
  }  
  #content-header {
    margin-top: 0px;
  }  
  
  .sorting {
  	margin-top: 5px;
    font-size: 14px;
    margin-bottom: 15px;
  }
  .filter-title {
  	font-size: 14px;
  	margin-bottom: 12px;
  }


  .filter1-bg {
  	display: block;
  	padding: 0;
  	margin: 0;
  }
  .menu-mobile {
  	width: 100%;
  }
  .menu-mobile .dropdown-menu li a {
  	padding: 10px;
  	margin: 0;
  }

  .menu-mobile ul li {
  	float: none;
  }
  a.menu-current {
  	padding: 5px 14px;
  	margin: 0;
  	border: 1px solid #B583FF;
  	border-radius: 25px;
  	color: #fff;
  	background-color: #B583FF;
  	width: 100%;
  	text-decoration: none;
  	display: block;
  	text-align: center;
  }
  /* dropdown */
  .menu-mobile .dropdown-menu {
  	width: 100%;
  	text-align: center;
  	margin: 0;
  	border: none;
  	background: transparent;
  	padding: 0;
  	box-shadow: none;
  }
  .menu-mobile .dropdown-menu li a {
  	padding: 5px 14px;
  	margin: 0;
  }
  .menu-mobile .dropdown-menu li a {
  	border-top: none;
  }
  .menu-mobile .dropdown-menu li a:hover,
  .menu-mobile .dropdown-menu li a:focus {
  	background-color: #F0E6FF;
    color: #fff;
  }
      
  .menu-mobile1 .dropdown-menu {
  	padding: 0;
  	border-radius: 15px;
  	box-shadow: none;
  	border-color: #fff;
  }
  
  .menu-mobile .dropdown-menu.compact-list  {
  	background: #fff;
  	padding: 3px;
  	box-shadow: 0 4px 6px 0 rgba(0, 0, 0, .25);
  	border-radius: 17px;
  }
  .menu-mobile .dropdown-menu.compact-list li {
  	float: left;
  }
  .menu-mobile .dropdown-menu.compact-list li a {
  	border: 1px solid #B583FF;
  	margin-bottom: 2px;
  }
  
  .sorting .menu-mobile1 ul > li > a {
  	padding: 5px 14px;
  	margin: 2px 0 2px;
  }
  
  .partners_list {
  	max-height: 440px;
  	padding-right: 10px;
  }
  .partner-sect > .title {
  	min-height: 58px;
  	font-size: 14px;
  }
  .partner-sect .p_title {
  	min-height: 58px;
  	font-size: 13.5px;
  	padding-left: 5px;
  	padding-right: 100px;
  	line-height: 1.1em;
  }
  .partner-sect h5 {
  	font-size: 13.5px;
  	font-weight: 600;
  	margin-bottom: 5px;
  	font-weight: 600;
  }
  .partner-sect .p_title span, .p_list .item a {
  	text-decoration: none;
  	font-size: 13.1px;
  	line-height: 1.1em;
  	padding-bottom: 10px;
  	padding-right: 110px;
  }
  .partner-sect .p_title span {
  	/* max-width: calc(100% - 60px); */
  	width: 100%;
  	padding: 0;
  }
  .p_title .image-block {
  	width: 40px;
  	height: 40px;
  	margin-right: 15px;
  }
  .p_title .image-block img {
  	width: 40px;
  }
  .p_list .item {
  	padding-left: 7px;
  }
  .partner-sect.sertifikats .title a::after, 
  .p_list .item.sert a::after,
  .p_list .item.disc a::after {
  	right: 43px;
  	scale: 0.75;
  	margin-top: -7px;
  }
  .partner-sect.discount .title a::before, 
  .p_list .item.disc a::before,
  .p_list .item.sert a::before  {
  	scale: 0.75;
  	margin-top: -7px;
  	right: -1px;
  }
  .partners_page .description h3 {
  	margin-top: 50px;
  	font-size: 20px;
  	font-weight: 700;
  	letter-spacing: 0.5;
  	margin-bottom: 15px;
  }
  .partners_page .description {
  	font-size: 13px;
  	letter-spacing: -0.3;
  }
  .partners_page .description .contacts {
  	margin-bottom: 15px;
  	margin-top: 10px;
  }
  .partners_page .description .logo {
  	margin-top: 0px;
  }  
  .partners-slider {
  	margin-top: 50px;
  }
  .partners-slider h3 {
  	font-size: 20px;
  	margin-bottom: 25px;
  }
  .partners-bottom-img {
  	margin-top: 60px;
  	margin-bottom: 40px;
  }
 
  .block-copyright {
  	order: 3;
  }
  .block-phones {
  	order: 2;
  }
  .block-social {
  	order: 1;
  }
  .block-social, .block-phones {
  	margin-bottom: 5px;
  }
  .footer-blocks {
  	display: flex;
  	flex-direction: column;
  }
  .footer .social {
  	text-align: left;
  }
  .footer .phone .text {
  	margin-left: 0;
  }
  .footer .copyright .copy {
  	margin-left: 0px;
  	white-space: nowrap;
  }
  .footer .phone span {
  	font-size: 14px;
  }
  .footer .copyright {
  	line-height: 1.3em;
  	margin-top: 5px;
  } 
  
  .main-section-first-page {
  	padding: 5px 0 0px;
  }  
  .main-section-first-page .block-text h2 {
  	font-size: 28px;
  	font-weight: 600;
  }  
  .main-section-first-page .main-blocks {
  	display: flex;
  	flex-direction: column;
  }
  .main-section-first-page .m-block1 {
  	order: 1;
  }
  .main-section-first-page .m-block2 {
  	order: 3;
  }
  .main-section-first-page .m-block3 {
  	order: 2;
  }
  .main-section-first-page .m-block4 {
  	order: 4;
    margin-bottom: -20px;
  }
  .main-section-first-page .block3, .main-section-first-page .block4 {
  	margin-top: 0;
  }  
  .main-section-first-page .block-text {
  	min-height: 110px;
  	padding-left: 15px;
  	padding-top: 18px;
  }
  .main-section-first-page .block-text p {
  	font-size: 10px;
  	bottom: 8px;
  	line-height: 1.2em;
  }
  .main-section-first-page .block-content {
  	flex-direction: column;
  }
  .main-section-first-page .block-image {
  	width: 100%;
  	position: absolute;
  	bottom: 0;
  	right: 15px;
  }
  .main-section-first-page .block1 .overlay-video {
  	right: 15px;
  	height: 145px;
  }
  .main-section-first-page .block4 .overlay-video {
  	height: 185px;
  }
  .main-section-first-page .block3 .overlay-video {
  	height: 185px;
  	bottom: -35px;
  	right: -5px;
  }  
  .main-section-first-page .block2 .overlay-video {
  	height: 135px;
  }
  .bg-animation {
  	transform: translate(-55%, -50%) scale(0.70);
  }
  
  .main-section-first-page .block-link {
  	position: relative;
  	margin-bottom: 15px;
  	height: 110px;    
  }
  .main-section-first-page .block-image img {
    max-width: 60%;
  	position: relative;
  	margin-bottom: 0;
  	margin-left: 58px;
  }
  .menu-right {
  	text-align: left;
  	margin-top: 15px;
  } 
  
  .goods-pg .main-goods {
  	margin-bottom: 50px;
  }  
  .goods-pg .product-desc,
  .goods-pg .how-use {
  	font-size: 12px;
  	line-height: 130%;
  }
  .goods-pg .product-available {
  	margin: 25px 0 20px;
  }
  .goods-pg .product-available span {
  	font-size: 20px;
  	margin-left: 30px;
  }
  .goods-pg .product-img {
  	position: relative;
  	border-radius: 10px;
  	margin-bottom: 15px;
  }

  .goods-pg .brand-badge {
  	width: 50px;
  	height: 25px;
  	border-radius: 7px;
  }
  .goods-pg .qty-box {
  	float: right;
  	padding-right: 35px;
  }
  .goods-pg .price-box {
  	margin-left: 0;
  	font-size: 28px;
  	padding: 13px 10px;
  }
  .goods-pg .qty-wrap {
  	display: block;
  	position: absolute;
  	bottom: 15px;
  	width: 100%;
  }
  .goods-pg .qty-text {
  	display: inline-block;
  	padding-top: 13px;
  }
  .goods-pg .qty-arrows {
  	right: 2px;
  	top: 0px;
  }
  .qty-input {
  	font-size: 20px;
  }
  .goods-pg .section-title {
  	font-size: 20px;
  	font-weight: 700;
  	margin-bottom: 20px;
  }
  .goods-pg .slick-slide {
  	margin: 0;
  }
  .goods-pg .slick-list {
  	margin: 0 ;
  }

  .goods-pg .other-img {
  	margin: 15px 0 0 15px;
  }
  .goods-pg .other-img img {
  	border-radius: 10px;
  }
  .goods-pg .card-bottom {
  	bottom: 18px;
  }
  .goods-pg .other-card .card-bottom {
  	padding-right: 15px;
  }

  .goods-pg .other-content a {
    color: #333;
  }
  .goods-pg .other-card .product-available {
  	margin: 15px 0 20px 15px;
  }
  .goods-pg .other-card .product-available span {
  	font-size: 16px;
  	margin-left: 10px;
  }
  .goods-pg .other-content .detail {
    text-align: right;
  }
  .goods-pg .other-content h4 {
  	font-size: 14px;
  	margin-top: 0;
  }
  .goods-pg .other-content .price-box {
  	float: none;
  	padding-left: 0;
  }

  .goods-pg .btn-main {
  	padding: 8px;
    display: block;
  }
  .goods-pg .slick-slide {
  	margin: 0;
  }
  .goods-pg .slick-list {
  	margin: 0;
  }
  
  
  .draw-pg .section-title {
  	font-size: 20px;
  	margin-bottom: 20px;
  	margin-top: 35px;
    font-weight: 700;
  }
  .draw-pg .section-title {
  	font-size: 20px;
  }
  .draw-pg .slick-prev {
  	margin-left: 15px;
  }
  .draw-pg .slick-next {
  	margin-right: 15px;
  }
  .draw-pg .card-body {
  	height: auto;
  	padding-bottom: 140px;
  	padding: 15px 15px;
  	line-height: 1.3em;
  }
  .draw-pg card-body p {
  	line-height: 1.3em;
  }
  .draw-pg .card-bottom {
  	position: unset;
  	left: 15px;
  	right: 15px;
  	padding: 0;
  	height: auto;
  }
  .draw-pg .card-top h5 {
  	font-size: 14px;
  }
  .badge-super {
  	left: 35px;
  	font-size: 19px;
  	padding-top: 45px;
  }
  .draw-pg .main-card .price-block {
  	text-align: left;
  }
  .draw-pg .goods-pg .draw-date span {
  	padding: 5px 10px;
  }  
  .price-block .price {
  	margin-top: -5px;
  }
  .draw-pg .square-img {
  	height: 250px;
  }
  /* MAIN — квадрат */
  .draw-pg .img-main {
  	width: 100%;
  	height: 0;
  	padding-top: 100%;
  	object-fit: cover;
  }
  .draw-pg .img-main {
  	position: relative;
  }
  .draw-pg .img-main {
  	height: 250px;
  }
  .draw-pg .img-item {
  	width: 100%;
  	height: auto;
  }
  .draw-pg .img-box-main {
  	height: 0;
  	padding-top: 100%;
  }
  .draw-pg .img-box-main img {
  	position: absolute;
  	top: 0;
  	left: 0;
  }
  .draw-pg .img-box:not(.img-box-main) {
  	height: auto;
  }
  .draw-pg .img-box:not(.img-box-main) img {
  	height: auto;
  }
  .draw-pg .winner-info {
  	height: auto;
  }
  
  .draw-pg .goods-pg .members {
  	display: block;
  	margin-left: 0;
  	margin-top: 20px;
  } 
  .goods-pg .product-xs-bottom {
    margin-top: 15px;
  } 
  .goods-pg .product-img {
  	margin-bottom: 25px;
  } 
  .draw-pg .goods-pg .qty-box {
  	float: none;
  }
  .draw-pg .goods-pg .price-wrap {
  	float: right;
  }  
  .draw-pg .goods-pg .qty-wrap {
  	display: inline-block;
  	position: relative;
  	bottom: -5px;
  	width: auto;
  	margin-right: 0;
  }
  .draw-pg .goods-pg .product-controls {
  	margin-bottom: 25px;
  }
  .draw-pg .goods-pg .product-img {
  	margin-bottom: 20px;
  }
  .draw-pg .section-other {
  	margin-bottom: 20px;
  }
  .draw-pg .draw-bottom-img {
  	margin-top: 0;
  	margin-bottom: 0;
  }
  .draw-pg .section-draw {
  	margin-bottom: 30px;
  }
  .section-video {
  	margin-bottom: 30px;
  }

  .carts-body caption a, 
  .modal-content .carts-body caption a {
  	font-size: 14px;
  }
  .cart .goods-title,  
  .modal-content .cart .goods-title {
  	font-size: 14px;
  }
  .cart .table > thead > tr > th,  
  .modal-content .cart .table > thead > tr > th {
  	font-size: 12px;
  	padding: 1px;
  }
  .cart .table > tbody > tr > td,  
  .modal-content .cart .table > tbody > tr > td {
  	font-size: 16px;
  }
  .carts-body select, .modal-content .carts-body select {
  	font-size: 15px;
  	padding: 1px 0 2px 10px;
  }
  .modal-content .carts-body select.place_name {
  	font-size: 10px;
  	padding: 1px 0 2px 5px;
  }  
  .cart .table .white-line,  
  .modal-content .cart .table .white-line {
  	padding: 2px;
  }
  .cart .btn,  
  .modal-content .cart .btn {
  	width: 100%;
  }
  .cart .result,  
  .modal-content .cart .result {
  	text-align: center;
    margin-top: 25px;
  }
  .cart input.del_goods,  
  .modal-content .cart input.del_goods {
  	scale: 80%;
  }
  .cart .goods-pg {
  	font-size: 12px;
  	margin-top: 5px;
  }
  .cart h3 {
  	font-weight: 600;
  	font-size: 14px;
  }
  .cart .goods-pg .price-box {
  	font-size: 20px;
  }

  .cart .goods-pg .qty-wrap {
  	display: inline-block;
  	position: relative;
  	bottom: 0;
  	width: auto;
  }
  .cart .goods-pg .qty-text {
  	padding-top: 0;
  }
  .cart .price-wrap {
  	float: right;
  }
  .cart .draw-pg .goods-pg .product-controls {
  	margin-bottom: 5px;
  }
  .cart .goods-pg .product-img,
  .cart .draw-pg .goods-pg .product-img {
  	margin-bottom: 0px;
  }
  .cart .draw-pg .goods-pg .draw-date span {
  	font-size: 12px;
  	padding-left: 10px;
  	margin-left: 0;
  }
  .cart .trash {
  	margin-top: -5px;
  }
  .cart .btn-wrapper {
  	margin-top: 0px;
  	margin-bottom: 0px;
  }
  .cart .main-content .cart {
  	margin-bottom: 10px;
  }
  .ctools-modal-content .cart .product-controls .form-item {
  	margin-top: 0px;
  }
  .ctools-modal-content .cart .select-quantity {
  	font-size: 20px;
  	margin-top: 10px;
  }  
  .ctools-modal-content .cart .goods-pg .price-box {
  	padding-top: 15px;
  }  
  .ctools-modal-content .product-controls .price-wrap {
  	float: right;
  	margin-top: 0;
  }  
  .user-profile-form .row {
  	margin-bottom: 15px;
  }

  .user-profile-form .form-item {
  	margin-top: 0;
  	margin-bottom: 0;
  }
  .user-profile-form .form-item label {
  	width: 40%;
  }
  .user-profile-form .form-item input[type="text"], 
  .user-profile-form .form-item select,
  .user-profile-form .profile_birthdata .container-inline {
  	width: 58%;
  }
  .user-profile-form .profile_birthdata .form-item .form-control-day {
  	width: 29%;
  }
  .user-profile-form .profile_birthdata .form-item .form-control-year {
  	width: 35%;
  }
  .user-profile-form .form-group {
  	margin-bottom: 0px;
  }
  .user-profile-form .description {
  	font-size: 12px;
  	padding-left: 41%;
  	margin-top: 5px;
  	line-height: 1.3em;
  }
  .user-profile-form .visible-xs.title {
    display: inline-block !important;
  }
  .user-profile-form .form-item label.option {
  	width: 100%;
  	font-size: 14px;
  	font-weight: 400;
  	margin-top: 15px;
  	margin-bottom: 30px;
  } 

  .about_club_page {
  	padding-left: 15px;
  	padding-right: 15px;
  }
  .about_club_page .page-title {
  	font-size: 18px;
  	line-height: 1.4;
  }
  .about_club_page .section-title {
  	font-size: 20px;
  	margin-top: 50px;
  	margin-bottom: 25px;
  }
    
  .about_club_page .hero-row {
  	display: block;
  }  
  .about_club_page .hero-row > [class*="col-"]:first-child,
  .about_club_page .benefits-section [class*="col-"]:first-child {
  	padding-left: 0;
  }
  .about_club_page .hero-stack {
  	display: block;
  }
  .about_club_page .hero-top-card {
  	flex: none;
  	height: auto;
  	padding: 30px 0px;
  	margin-bottom: 4px;
  }
  .about_club_page .hero-top-card h2 {
  	font-size: 46px;
  	padding-left: 35px;
  }
  .about_club_page .hero-bottom-card,
  .about_club_page .draw-section .hero-bottom-card,
  .about_club_page .drive-section .hero-bottom-card,
  .about_club_page .enjoy-section .hero-bottom-card {
  	flex: none;
  	height: auto;
  	margin-top: 0;
  	padding: 13px 35px 7px;
  	font-size: 14px;
  	line-height: 1.3;
  	margin-bottom: 5px;
  	font-weight: 500;
  }

  .about_club_page .hero-bottom-text {
  	width: 100%;
  	position: unset;
  }
  .about_club_page .hero-image-box {
  	margin-bottom: 0;
  	overflow: hidden;
  }
  .about_club_page .hero-image-box img {
  	width: 100%;
  	object-fit: cover;
  	display: block;
  }
  .about_club_page .hero-content {
  	padding: 20px;
  }
  .about_club_page .hero-content h2 {
  	font-size: 34px;
  }
  .about_club_page .hero-content p {
  	font-size: 14px;
  }

  .about_club_page .steps-section .section-title,
  .timeline-section .section-title {
  	margin-bottom: 5px;
  }
  .about_club_page .step-card {
  	padding: 20px 0 5px;
  }
  .about_club_page .step-number {
  	width: 105px;
  }
  .about_club_page .step-number img {
  	width: 70px;
  }
  .about_club_page .step-text {
  	font-size: 16px;
  	line-height: 1.2;
  	font-weight: 500;
  }

  .about_club_page .benefit-card {
  	min-height: auto;
    padding: 15px 15px 0 15px;
    border-radius: 40px 10px 40px 10px;
    margin-bottom: 4px;
  }
  .about_club_page .benefit-card.image-card {
    border-radius: 10px 40px 10px 40px;
  	padding: 0;
  }

  .about_club_page .benefit-card h3 {
  	font-size: 20px;
  	padding: 0;
  }
  .about_club_page .benefit-card p {
  	bottom: 15px;
  	font-size: 12px;
  	line-height: 1.15;
  	padding-right: 15px;
  }
  .about_club_page .benefits-grid {
    display: flex;
    flex-wrap: wrap;  
  }
  .about_club_page .benefits-grid .col-xs-7,
  .about_club_page .benefits-grid .col-xs-5 {
    display: flex;
  }
  .about_club_page .benefits-grid .benefit-card {
  	display: flex;
  	flex-direction: column;
  	width: 100%;
  }
  .about_club_page .benefit-card.block-central {
    height: 125px;
  }
  .about_club_page .image-card img {
  	height: 147px;
  }
  .about_club_page .image-card2 img {
  	height: 187px;
  	object-position: 59% top;
  }

  .about_club_page .timeline-item:after {
  	display: none;
  }

  .about_club_page .timeline-section {
  	margin-top: 40px;
  }
  .about_club_page .timeline-wrap {
  	padding: 0px;
  	position: relative;
  	max-width: 240px;
  	margin: 15px auto;
  }
  .about_club_page .timeline-wrap:before {
  	content: "";
  	position: absolute;
  	top: 40px;
  	bottom: 40px;
  	left: 50%;
  	width: 2px;
  	margin-left: -9px;
  	background: #E1CDFF;
  }
  .about_club_page .timeline-item {
  	background-color: #fff;
  	float: none;
  	width: 100%;
  	margin-bottom: 30px;
  	text-align: center;
  	padding-bottom: 5px;
  }
  .about_club_page .timeline-item:last-child {
  	padding-bottom: 0;
  	width: 100%;
  }
  .about_club_page .timeline-time {
  	position: relative;
  	z-index: 2;
  }
  .about_club_page .timeline-time img {
  	width: 60px;
  	height: auto;
  	display: block;
  	margin: 0 auto;
  }
  .about_club_page .timeline-text {
  	max-width: 250px;
  	margin: 0 auto;
  	font-size: 14px;
  	line-height: 1.3;
  	margin-top: -5px;
  	padding-right: 0;
  }

  .about_club_page .profile-month-box {
  	min-height: 430px;
  	background-color: #f0e6ff;
  	padding: 0;
  	margin: 0 -15px;
  }
  .about_club_page .profile-bg {
  	background-position: 0px bottom;
  	background-repeat: no-repeat;
  	height: 240px;
  	margin: auto 0 0;
  }
  .about_club_page .profile-items {
  	padding: 20px 0px;
  	margin-left: 20px;
  }
  .about_club_page .profile-items .ico-ok {
  	scale: 60%;
  	margin-top: -7px;
  	margin-right: -2px;
  	margin-left: -5px;
  }
  .about_club_page .profit-row {
  	margin-bottom: 14px;
  }
  .about_club_page .profile-items .even {
  	margin-left: 0px;
  }
  .about_club_page .profit-row.row-1 {
    margin-left: 0px;
  }
  .about_club_page .profit-row.row-2,
  .about_club_page .profit-row.row-5 {
    margin-left: 15px;
  }
  .about_club_page .profit-row.row-3,
  .about_club_page .profit-row.row-4 {
    margin-left: 20px;
  }
  .about_club_page .profit-row.row-5 {
  	padding-top: 5px;
  	margin-top: -5px;
  }
  .about_club_page .profit-left, .about_club_page .profit-right {
  	font-size: 9px;
  	padding: 1px 7px 2px 7px;
  }
  .about_club_page .profit-right {
  	padding-top: 5px;
  	padding-bottom: 6px;
  	line-height: 1.2em;
  }
  .about_club_page .profit-row.row-5 .profit-right {
  	width: 150px;
  	margin-top: -5px;
  }
  .about_club_page .profit-arrow {
  	margin: 0px auto;
  	width: 22px;
  	height: 22px;
  	line-height: 22px;
  }
  .about_club_page .profit-arrow i {
  	scale: 55%;
  	margin-top: 0px;
  }
  .about_club_page .profit-arrow img {
  	width: 14px;
  }  

  .about_club_page .faq-question {
  	padding: 17px 25px;
  }
  .about_club_page .faq-answer {
  	font-size: 14px;
  	line-height: 1.2em;
  	margin-bottom: 25px;
  }

  .about_club_page .draw-section > .section-title {
    margin-top: 25px;  
  }
  .about_club_page .draw-section .benefit-card,
  .about_club_page .drive-section .benefit-card,
  .about_club_page .enjoy-section .benefit-card  {
  	min-height: 0;
  	border-radius: 40px;
  	padding: 22px 18px 25px;
  	margin-bottom: 5px;
  	display: block;
  	position: relative;
  	padding-bottom: 125px;
  }
  .about_club_page .enjoy-section .benefits-grid1 {
    display: flex;
    flex-flow: row wrap;

    &::before {
      display: block;
    }
  }
  .about_club_page .benefits-grid1 .benefit-card {
  	height: 98%;
  }  
  .about_club_page .benefit-img {
  	display: block;
  	width: 100%;
  	position: absolute;
  	left: 0;
  	right: 0;
  	bottom: 25px;
  	margin-top: 0;
  	text-align: center;
  	padding-right: 0;
  }
  .about_club_page .benefit-img img {
  	width: 100%;
  	max-width: 210px;
  	margin: 0 auto;
  	padding: 0 10px;
  }
  .about_club_page .enjoy-section .benefit-img img {
  	width: 110px;
  }  
  .about_club_page .draw-section .benefit-img img {
  	padding: 0 20px 0 17px;
  	width: auto;
  	height: 55px;
  }
  .about_club_page .benefit-img .img2 {
  /*	width: 100%;
  	max-width: 140px;
  	margin: 0 auto;*/
  }
  .about_club_page .draw-section .benefit-card {
  	padding-bottom: 90px;
  }  
  .about_club_page .benefit-text {
  	display: block;
  	width: 100%;
  }
  .about_club_page .draw-section .benefits-section p, .about_club_page .drive-section .benefits-section p, .about_club_page .enjoy-section .benefits-section p {
  	max-width: none;
  	position: unset;
  	padding-right: 0;
  }
  .about_club_page .drive-section .benefit-img img, .about_club_page .enjoy-section .benefit-img img {
  	max-width: 110px;
  	margin-left: 5px;
  	display: block;
  }
  .about_club_page .drive-section .benefit-card  {
  	min-height: 230px;
  }
  .about_club_page .drive-section .benefit-card.blue {
  	padding-bottom: 132px;
  }  
  .about_club_page .atention-section {
  	margin-top: 5px;
  }
  .about_club_page .drive-section .atention-section {
  	margin-top: 15px;
  	margin-bottom: 60px;
  }
  .about_club_page .atention-section img {
  	scale: 70%;
  }
  .about_club_page .atention-section h3 {
  	font-size: 24px;
  	margin-top: -5px;
  	margin-bottom: 5px;
  }
  .about_club_page .atention-section .subtitle {
  	line-height: 1.2em;
  	margin-bottom: 20px;
  	padding-top: 0;
  }
  .about_club_page .atention-section p {
  	font-size: 14px;
  	padding: 0 30px;
  }

  .about_club_page .enjoy-section .benefits2-section .benefit-card,
  .benefits2-section .benefit-card.image-card  {
  	border-radius: 50px 10px 50px 10px;
  	min-height: 168px;
  	height: 168px;  
  }
  .benefits2-section .benefit-card.image-card  {
    padding: 0;
  }  
  .benefits2-section .benefit-card.image-card img {
  	height: 168px;
  	object-position: 53%;
  }
  .benefits2-section .benefit-bottom {
  	left: 20px;
  	bottom: 30px;
  	width: calc(100% - 40px);
  	font-size: 12px;
  	text-align: center;
  	padding: 3px 7px 7px 3px;
    
  }
  
  .benefits2-section .benefit-bottom {
  	position: unset;
  	width: 100%;
  	margin-top: 20px;
  }
  .container > *:nth-child(n+3) ~ .stop-here {
    color: red;
  }  
  .about_club_page .enjoy-section .benefits2-section .benefit-card.benefit-card-x {
  	min-height: unset;
  	height: unset;
    padding-bottom: 25px;
  }  
  
  .about_club_page .benefit-top {
  	font-size: 14px;
  	margin-bottom: 5px;
  }

  .about_club_page .faq-section .bottom-block {
    display: none;
  }
  
  .row-10 {
  	margin-left: -2px;
  	margin-right: -2px;
  }
  .row-10 > [class*="col-"] {
  	padding-left: 2px;
  	padding-right: 2px;
  }

  .word-break {
    overflow-wrap: break-word;
    word-wrap: break-word;
    word-break: break-word;
  }

  .footer {
  	margin-top: 35px;
  }
  
  .btn {
  	padding-top: 6px;
  	padding-bottom: 6px;  
  }
  
  .slick-arrow {
  	scale: 85%;
  }
  .slick-prev {
  	left: -2px;
  }
  .slick-next {
  	right: -10px;
  }

  /* расстояние между столбцами уменьшено вдвое*/
  .row-sm > [class*="col-"] {
  	padding-left: 7px;
  	padding-right: 7px;
  }
  /* крайние столбцы с прежними границами*/
  .row-sm > .col-sm-left,
  [class*="col-"]:first-child {
    padding-left: 15px;
  }
  .row-sm > .col-sm-right,
  .row-sm > [class*="col-"]:last-child {
    padding-right: 15px;
  }
} /* \max-width: 767px */



@media (max-width: 500px) {
  .navbar-brand > img {
  	width: 54px;
  	height: auto;
  }
  .everest-brand {
  	padding-right: 0;
  }  
  .brand-text {
  	font-size: 15px;
  	width: 90px;
  	margin-right: 0;
  	margin-left: 0;
  	font-weight: 700;
  	line-height: 16px;
  }
} /* \max-width: 500px*/



@media (min-width: 1200px) and (max-width: 1358px) {
}





@media (min-width:992px) and (max-width: 1199px) {
  .other-content h4 {
  	font-size: 18px;
  	margin-top: 0px;
  }
  .goods-pg .card-bottom {
  	bottom: 15px;
  	padding-right: 15px;
  }
  .other-card .price-wrap {
  	display: block;
  }
  .other-card .price-box {
  	padding: 0;
  	float: none;
  	margin-left: 0;
  }

  .goods-pg .other-content .detail {
  	text-align: right;
  	color: #333;
  	display: block;
  }
  .draw-pg .goods-pg .members {
  	margin-left: 150px;
  }  
  
  .main-section-first-page .block-text h2 {
  	font-size: 44px;
  }  
  .main-section-first-page .block1 .overlay-video {
  	right: -44px;
  }
  .main-section-first-page .block4 .overlay-video {
  	height: 330px;
  	right: -20px;
  }
  .main-section-first-page .block3 .overlay-video {
  	height: 321px;
  	right: -38px;
  }  
  .main-section-first-page .block4 .block-text p {
  	padding-right: 20px;
  }


}  /* \(min-width:992px) and (max-width: 1199px)  */

@media (min-width: 992px) and (max-width: 1359px) {
  .draw-pg .goods-pg .main-goods .members {
  	margin-left: 0;
  	float: right;
  	margin-top: -2px;
  }
  .about_club_page .hero-top-card h2 {
  	font-size: 68px;
  	padding-left: 35px;
  }
  .about_club_page .hero-bottom-card {
  	font-size: 20px;
  	padding-top: 20px;
  	padding-left: 35px;
  }
  .about_club_page .draw-section .hero-bottom-card,
  .about_club_page .drive-section .hero-bottom-card,
  .about_club_page .enjoy-section .hero-bottom-card {
  	font-size: 16px;
  }
  .about_club_page .hero-bottom-text {
  	bottom: 15px;
  	line-height: 1.2em;
  	left: 37px;
  }
  .about_club_page .benefit-card h3 {
  	font-size: 26px;
  }
  .about_club_page .step-text {
  	font-size: 18px;
  }  
  .about_club_page .benefit-img img {
  	scale: 80%;
  }
  .about_club_page .benefit-img,
   {
  	padding-right: 0;
  }
  .about_club_page .benefit-card {
  	padding: 30px 20px 0 30px;
  }
  .about_club_page .benefit-card.image-card {
  	padding: 0;
  }
  .about_club_page .benefit-card h3 {
  	font-size: 22px;
  }
  .about_club_page .profile-items {
  	margin-left: 290px;
  }
  .about_club_page .profile-items .even {
  	margin-left: 60px;
  }
  .about_club_page .timeline-wrap {
  	padding-lef: 30px;
  }
  .about_club_page .enjoy-section .benefit-card,
  .about_club_page .draw-section .benefit-card,
  .about_club_page .drive-section .benefit-card {
  	padding-right: 0px;
  }
  .about_club_page .enjoy-section  .benefit-img {
  	padding-right: 5px;
  } 
 
}


@media screen and (min-width: 0px) and (max-width: 445px) {
  .hidden-xxs {
    display: none !important;
  }
  .visible-xxs {
    display: block !important;
  }
}
