
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  line-height: 1.25;
  font-weight: bold;
  font-family: inherit; 
  color: inherit;
}
.h1 {
  font-size: 32px;
  text-transform: uppercase;
  margin: 0 0 25px;
}
.h2 {
  font-size: 26px;
  text-transform: uppercase;
  margin: 0 0 30px;
}
.h3 {
  font-weight: bold;
  font-size: 24px;
  text-transform: uppercase;
  margin: 0 0 10px;
}
.h1 a,
.h2 a {
  text-decoration: none;
}
.h_margin {
  margin: 25px 0 28px;
}
a {
  color: inherit;
  text-decoration: underline;
}
a:hover,
a:active {
  text-decoration: none;
}
.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.row {
  margin-right: -15px;
  margin-left: -15px;
}
.row_5{
  margin-right: -5px;
  margin-left: -5px;
}
.row_10 {
  margin-right: -10px;
  margin-left: -10px;
}
.row_20{
  margin-right: -20px;
  margin-left: -20px;
}
.row:after,
.row_5::after,
.row_10::after,
.row_20::after,
.container:after,
.clearfix:after {
  clear: both;
  content: " ";
  display: block;
}
.no_border {
  border: none;
}
.hidden {
  display: none!important;
}
.center {
  text-align: center;
}
.fleft {
  float: left;
}
.fright {
  float: right;
}
.nowrap {
  white-space: nowrap;
}
.block {
  margin-bottom: 35px;
}
.table {
  width: 100%;
  margin-bottom: 1rem;
  text-align: left;
}
.table th {
  font-weight: bold;
}
.table th,
.table td {
  padding: 8px 15px;
  vertical-align: top;
  border-top: 1px solid #e5e5e5;
}
.table_stripped tbody tr:nth-of-type(odd) {
  background-color: #0a0a0a;
}
.fit_img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.label_block {
  display: block;
  margin-bottom: 5px;
}
/* Form */
.form_group {
  margin-bottom: 20px;
  position: relative;
}
.form_input,
.form_select {
  height: 59px;
  background-color: #121212;
  border: 1px solid rgba(255, 255, 255, .37);
  padding: 0 15px;
  width: 100%;
  font-family: inherit;
  font-size: inherit;
  color: #fff;
}
.select_width {
  width: 100%!important;
}
.form_select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-image: url(../images/arrow_down.png);
  background-position: right 17px center;
  background-repeat: no-repeat;
  cursor: pointer;
}
.form_select::-ms-expand { 
  display: none;
}
.form_textarea {
  display: block;
  width: 100%;
  border: 1px solid rgba(255, 255, 255, .37);
  background-color: transparent;
  padding: 18px 15px 15px 25px;
  font-family: inherit;
  font-size: inherit;
  color: #fff;
}
.form_name .form_input,
.form_email .form_input,
.form_phone .form_input {
  padding-left: 47px;
}
.form_name::before,
.form_email::before,
.form_phone::before {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  left: 14px;
  top: 21px;
  background: url(../images/sprite.png) no-repeat -39px -112px;
}
.form_name::before {
  top: 20px;
  width: 15px;
  height: 17px;
  background-position: -56px -112px;
}
.form_email::before {
  top: 23px;
  width: 19px;
  height: 14px;
  background-position: -73px -112px;
}
.captcha {
  display: inline-block;
  vertical-align: top;
  margin: 0;
}
.form_group .captcha img {
  margin-top: 7px;
}
.input_captcha {
  width: calc(100% - 90px);
  vertical-align: top;
  margin: 0 0 0 5px;
}
.form_group .input_captcha {
  height: 53px;
}
.register_form {
  width: 445px;
  max-width: 100%;
}
.message_error {
  clear: both;
  padding: 10px 20px;
  margin-bottom: 20px;
  color: #f00;
  background-color: #ffcaca;
  border: 1px dotted #ff4545;
}
.message_success {
  padding: 11px 23px;
  margin-bottom: 25px;
  color: #ffffff;
  background-color: #52e752;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 18px;
}   
.ya_map {
  width: 100%;
  height: 400px;
  margin-bottom: 30px;
}
.promo_img {
  position: absolute;
  max-width: 60px;
  max-height: 60px;
  line-height: normal;
  top: 0;
  left: 0;
}
.dropdown {
  display: none;
}    
.header a,
.menu_icon,
.currency_selected::after,
.location_selected::after,
.callback,
.callback_fix,
.search_button,
.button,
.slick-next::before,
.slick-prev::before,
.breadcrumbs a,
.coupon_button,
.page_link,
.tab_nav,
.sort_link.active_down span::after,
.all_brands_link,
.brands_filter a,
.catalog_brands_link,
.cost_forms_item  {
  transition: all 0.2s ease;
}
/*Кнопки*/
.button {
  position: relative;
  display: inline-block;
  vertical-align: top;
  padding: 15px;
  font-family: inherit;
  font-weight: bold;
  font-size: 18px;
  line-height: 21px;
  background-color: #1bbd8f;
  border: none;
  color: #fff;
  text-decoration: none;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
  text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.35);
}
.button:hover {
  background-color: #118463;
}
.orange {
  background-color:#fca519;
} 
.orange:hover {
  background-color:#fccf19;
} 
.feedback_form {
  margin-bottom: 10px;
  overflow: hidden;
  text-align: center;
}
.feedback_form .button {
  padding: 18px 40px;
  font-size: 15px;
} 
.feed_social a,
.post_social a {
  text-decoration: none;
  display: inline-block;
  font-size: 0;
  color: #c7c7c7;
  margin: 0 3px;
}
.feed_social a:hover,
.post_social a:hover {
  color: #00e064;
}
.feed_social .social_icon,
.post_social .social_icon {
  width: 50px;
} 
.feed_head .feed_social {
  margin: 0 0 25px;
} 

/* FOOTER */
.footer {
  position: relative;
  text-align: center;
  background-color: #0b0b0b;
}
.footer_bottom .container {
  position: relative;
}
.footer_bottom {
  padding: 15px 0;
}
.footer a {
  text-decoration: none;
}
.footer_nav {
  padding: 2px 0;
}
.foot_menu {
  float: left;
}
.copyright {
  padding: 10px 0;
  font-size: 18px;
  text-transform: uppercase;
}
.footer_slogan {
  float: left;
}
.footer_text_bold {
  font-weight: bold;
  font-size: 24px;
  line-height: 1;
  text-transform: uppercase;
  margin-top: 9px;
}
.footer_text {
  text-transform: uppercase;
  font-size: 18px;
}
.logo_href {
  float: right;
  clear: both;
}
.sm_logo {
  margin: 3px 2px -15px 5px;
  font-size: 12px;
  color: #727272;
  transition: 0.4s;
}
.sm_logo > img {
  position: relative;
  top: 4px;
}
.sm_logo:hover {
  color: #fff;
}
.bottom_button {
  text-align: center;
}
.bottom_button .callback {
  width: 295px;
  max-width: 100%;
  padding: 11px 0;
  font-weight: bold;
  font-size: 18px;
}

.main_text {
  margin-bottom: 30px;
}
.main_text .h2 {
  margin-bottom: 10px;
}
.main_text span.open {
  color: #1bbd8f;
  text-decoration: none!important; 
  border-bottom: 1px dashed #1bbd8f; 
  cursor: pointer;
  font-weight: normal;
}
.main_text span.open:hover {
  border: none;
}
.main_text .box_open {
  display: none;
}

.main_reviews {
  background-color: #0b0b0b;
  padding-top: 30px;
}
.banner_reviews {
  width: 768px;
  max-width: 100%;
  margin: 0 auto 80px;
  font-size: 18px;
  text-align: center;
  position: relative;
  padding-bottom: 55px;
}
.banner_review {
  position: relative;
  padding-top: 90px;
}
.banner_reviews .button {
  width: 247px;
  padding: 16px 30px;
  position: absolute;
  bottom: -26px;
  left: 50%;
  margin-left: -123px;
}
.review_name,
.page_review_name {
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 9px;
}
.review_details {
  text-decoration: underline;
}
.review_text {
  margin: 8px 0 20px;
  line-height: 24px;
  max-height: 120px;
  overflow: hidden;
}
.page_review_text {
  margin: 8px 0 0;
}
.review_details:hover {
  text-decoration: none;
}
.banner_reviews .slick-dots {
  position: absolute;
  height: 61px;
  top: 0;
  background-color: #066449;
  left: 0;
  width: 100%;
  text-align: center;
}
.banner_reviews .slick-dots li {
  margin: 25px 11px 0 11px;
}
.banner_reviews .slick-dots button {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  opacity: 1;
  background: #fff;
  position: relative;
}
.banner_reviews .slick-prev,
.banner_reviews .slick-next {
  width: 61px;
  height: 61px;
  margin: 0;
  top: 0;
  background: none;
}
.banner_reviews .slick-prev {
  left: 0;
}
.banner_reviews .slick-next {
  right: 0;
}
.banner_reviews .slick-prev::after,
.banner_reviews .slick-next::after {
  border-color: #fff;
}
.banner_reviews .slick-prev::after {
  margin: -8px 0 0 0;
}
.banner_reviews .slick-next::after {
  margin: -8px 0 0 -16px;
}
.banner_reviews .slick-prev:hover::after,
.banner_reviews .slick-next:hover::after {
  border-color: #ffc600;
}
.page_review:not(:last-child) {
  margin-bottom: 24px;
  padding-bottom: 24px;
  border-bottom: 1px solid #252525;
}
/* Blog */
.news {
  position: relative;
  margin-bottom: 40px;
  margin-top: 35px;
}
.news_item,
.blog_item {
  margin-bottom: 35px;
}
.news_image,
.blog_image {
  display: block;
  padding-left: 12px;
  position: relative;
  margin-bottom: 25px;
  max-width: 290px;
}
.news_image::before,
.blog_image::before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  width: 100%;
  top: 14px;
  height: 107px;
  background-color: #1bbd8f;
}
.news_img,
.blog_img {
  height: 225px;
  width: 225px;
  object-fit: cover;
}
.news_annotation p,
.blog_annotation p {
  margin: 0;
} 
.blog_name,
.news_name {
  display: block;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 18px;
  text-decoration: none;
}
.blog_date,
.news_date {
  color: #d1d1d1;
  margin: 10px 0;
}
.news_annotation,
.blog_annotation {
  max-height: 120px;
  line-height: 24px;
  overflow: hidden;
  margin-bottom: 10px;
}
.blog_more {
  color: #fca519;
}
.news .button,
.home_brands .button {
  width: 247px;
  padding: 16px 30px;
}
/* Brands */
.grey_bg {
  position: relative;
}
.grey_bg::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 10%;
  bottom: 10%;
  left: 0;
  width: 100%;
  background-color: #202020;
}
.all_brands {
  background-color: #fff;
  color: #454545;
  padding: 30px 45px;
  margin-bottom: -26px;
}
.all_brands_item {
  float: left;
  width: 50%;
  padding: 0px 5px;
  font-size: 0;
}
.all_brands_link {
  display:flex;
  align-items: center;
  justify-content: center;
  height: 90px;
  padding: 5px;
  text-decoration: none;
  overflow: hidden;
}
.all_brands_list {
  max-height: 450px;
  overflow: hidden;
}
.all_brands_name,
.brands_catalog_name {
  display: block;
  padding: 10px;
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
  color: #434343;
  transition: all .2 ease;
  text-align: center;
}
.brands_catalog_all .brands_catalog_name {
  color: #1bbd8f;
}
.brands_catalog_item:hover .brands_catalog_name {
  color: #ffc600;
}
.all_brands_img,
.brands_catalog_img {
  width: 100%;
  height: 100%;
  object-fit: scale-down;
}
.brands_catalog {
  display: none;
  padding: 40px 0 20px;
  background-color: #121212;
}
.brands_catalog_row {
  margin-left: -8px;
  margin-right: -8px;
}
.brands_catalog_item {
  float: left;
  width: 50%;
  padding-left: 8px;
  padding-right: 8px;
  margin-bottom: 16px;
  font-size: 0;
}
.brands_catalog_link {
  height: 140px;
  padding: 1px;
  display:flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  text-decoration: none;
  background-color: #fff;
  border: 3px solid #fff;
  transition: all .2s ease;
}
.brands_catalog_all {
  border-color: #ffc600;
}
.brands_catalog_link:hover {
  border-color: #1bbd8f;
  box-shadow: inset 0 0 0 1px #b9b9b9;
}
.brands_catalog .slick-prev,
.brands_catalog .slick-next {
  background-color: transparent;
  width: 24px;
  height: 36px;
  margin-top: -27px;
}
.brands_catalog .slick-prev {
  left: -24px;
}
.brands_catalog .slick-next {
  right: -24px;
}
.brands_catalog .slick-prev::after, 
.brands_catalog .slick-next::after {
  width: 24px;
  height: 24px;
  margin: -12px 0 0 -4px;
}
.brands_catalog .slick-next::after {
  margin: -12px 0 0 -18px;
}
.brands_catalog .slick-disabled {
  visibility: hidden;
}
/*Контакты*/  
.page {
  padding-top: 32px;
} 
.contact_body {
  color: #f1e8e8;
  font-size: 16px;
}
.contact_col_right,
.contact_col_left {
  margin-bottom: 15px;
}
.contact_city {
  margin-bottom: 16px;
}
.contact_city span {
  display: inline-block;
  font-weight: bold;
  font-size: 18px;
  text-transform: uppercase;
  padding-bottom: 13px;
  border-bottom: 1px solid #1bbd8f;
}
.contact_street,
.contact_email,
.contact_phone,
.contact_times {
  position: relative;
  padding-left: 28px;
  margin-bottom: 15px;
  float: left;
} 
.contact_street,
.contact_phone {
  width: 233px;
}
.contact_phone a {
  text-decoration: none;
  font-weight: bold;
}
.contact_email a {
  text-decoration: none;
}
.contact_phone a span {
  font-weight: normal;
  color: #fca519;
}
.contact_street::before,
.contact_email::before,
.contact_phone::before,
.contact_times::before {
  content: "";
  position: absolute;
  top: 2px;
  left: 1px;
  background-image: url(../images/sprite.png);
  background-repeat: no-repeat;
} 
.contact_street::before {
  width: 18px;
  height: 22px;
  background-position: -1px -112px;
} 
.contact_email::before {
  top: 5px;
  width: 19px;
  height: 14px;
  background-position: -73px -112px;
} 
.contact_phone::before {
  top: 3px;
  width: 16px;
  height: 16px;
  background-position: -39px -112px;
} 
.contact_times::before {
  top: 1px;
  width: 18px;
  height: 18px;
  background-position: -20px -112px;
} 
.free_container,
.products_free {
  background-color: #0b0b0b;
}
.free_2 {
  padding: 10px 0 35px;
  position: relative;
  text-align: left;
} 
.free_2_heading {
  font-weight: bold;
  font-size: 24px;
  line-height: 1.1;
  text-transform: uppercase;
  text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.35);
}
.wrap_subscribe {
  margin-bottom: 20px;
}
.subscribe_form {
  display: flex;
  align-items: center;
}
.free_left {
  flex: 1 0 auto;
  display: flex;
  align-items: center;
}
.free_left input {
  height: 68px;
  flex: 1 0 auto;
  background-color: transparent;
  border: 2px solid #fff;
  border-radius: 8px;
  margin: 0 15px 0 17px;
  padding: 0 15px 0 35px;
  font-size: 16px;
  color: #fff;
}
.free_left input::placeholder {
  color: #f6f6f6;
  font-weight: bold;
  font-size: 16px;
}
.free_right {
  flex: 0 0 300px;
}
.free_2 .button {
  width: 100%;
  padding: 22px;
  font-size: 16px;
} 
.free_2_text {
  font-size: 14px;
  margin: 10px 0 17px;
}
.free_2_heading {
  padding-left: 10px;
  max-width: 381px;
  font-size: 39px;
  text-align: left;
}
/* Categories */  
.catalog_head {
  margin-bottom: 30px;
}
.catalog_head .h1 {
  margin-bottom: 30px;
}
.filters_control {
  cursor: pointer;
  position: relative;
  font-weight: bold;
  font-size: 24px;
  text-transform: uppercase;
  text-align: left;
}
.filters_control.active {
  color: #08e164;
}
.filters_control span {
  display: inline-block;
  padding-left: 80px;
  position: relative;
}
.filters_control span::before {
  content: "";
  width: 48px;
  height: 42px;
  position: absolute;
  top: -4px;
  left: 0;
  background: url(../images/sprite.png) -1px -168px;
}
.filters_control.active span::before {
  background-position: -1px -212px;
}
.sort_label {
  display: inline-block;
  vertical-align: middle;
  margin-right: 18px;
  font-weight: bold;
  font-size: 18px;
  text-transform: uppercase;
}
.sort_select {
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  height: 49px;
  line-height: 49px;
  padding: 0 35px 0 15px;
  border: 1px solid #313131;
  font-family: inherit;
  font-size: 18px;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: #121212;
  color: #fff;
  background-image: url(../images/arrow_down.png);
  background-position: right 17px center;
  background-repeat: no-repeat;
  cursor: pointer;
  text-transform: uppercase;
}
.sort_select::-ms-expand { 
  display: none;
}
.catalog_brands {
  margin-bottom: 25px;
  padding-bottom: 25px;
  border-bottom: 2px solid #252525;
}
.brands_control {
  text-align: center;
  position: relative;
  font-weight: bold;
  font-size: 24px;
  color: #08e164;
  text-transform: uppercase;
  text-decoration: underline;
  cursor: pointer;
  margin: 30px 0 50px;
  position: relative;
}
.brands_control::before {
  content: "";
  position: absolute;
  width: 28px;
  height: 15px;
  top: 43px;
  left: 50%;
  margin-left: -14px;
  background: url(../images/arrow_down.png);
}
.brands_close {
  clear: both;
  padding-top: 25px;
  text-align: center;
  cursor: pointer;
}
.filters_close {
  clear: both;
  text-align: center;
  cursor: pointer;
}
.filters_close a {
  display: inline-block;
  position: relative;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 18px;
  text-decoration: underline;
}
.filters_close a:hover {
  text-decoration: none;
}
.brands_close span {
  display: inline-block;
  position: relative;
  padding-right: 45px;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 18px;
  text-decoration: underline;
}
.brands_close:hover span {
  text-decoration: none;
}
.brands_close span::before {
  content: "";
  position: absolute;
  top: 5px;
  right: 0;
  width: 28px;
  height: 15px;
  background: url(../images/arrow_down.png);
  transform: rotate(180deg);
}
.catalog_brands_list {
  height: 141px;
  overflow: hidden;
  font-size: 0;
}
.open .catalog_brands_list {
  float: none;
  width: auto;
  height: auto;
}
.catalog_brands_inner {
  margin: 0 -8px;
}
.catalog_brands_item {
  float: left;
  width: 50%;
  padding: 0 8px;
  margin-bottom: 20px;
}
.catalog_brands_link {
  display: flex;
  height: 141px;
  padding: 1px;
  overflow: hidden;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  border: 3px solid transparent;
}
.catalog_brands_link span {
  font-size: 16px;
  color: #434343;
  font-weight: bold;
  text-transform: uppercase;
}
.catalog_brands_link:hover {
  border-color: #1bbd8f;
  box-shadow: inset 0 0 0 1px #b9b9b9;
}
.catalog_brands_link.checked,
.catalog_brands_link.selected:hover {
  border-color: #fcb919;
  box-shadow: inset 0 0 0 1px #b9b9b9;
}
.brand_info {
  margin-top: 40px;
}
.brand_info_image {
  width: 295px;
  height: 225px;
  display:flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  margin-bottom: 25px;
}
.brand_content .h3 {
  margin-bottom: 15px;
}
.brands_free {
  text-align: center;
  margin: 42px 0 57px;
}
.brands_free .h3{
    font-size: 23px;
}
.brands_free_text {
  font-size: 16px;
  margin-bottom: 21px;
}
.free_steps {
  position: relative;
  text-align: center;
  margin-bottom: 5px;
}
.step {
  position: relative;
  font-size: 0;
  margin-bottom: 40px;
}
.step::before {
  content: "1";
  position: absolute;
  z-index: 1;
  width: 40px;
  text-align: center;
  top: 5px;
  left: 50%;
  margin-left: -20px;
  font-weight: bold;
  font-size: 52px;
}
.step_2::before {
  content: "2";
}
.step_3::before {
  content: "3";
}
.step_4::before {
  content: "4";
}
.step_icon {
  display: inline-block;
  position: relative;
  width: 197px;
  height: 197px;
  background: url(../images/step_bg.png);
}
.step span {
  position: absolute;
  top: 161px;
  left: 0;
  width: 100%;
  padding: 0 15px;
  font-weight: bold;
  font-size: 18px;
  text-transform: uppercase;
}
.free_steps_heading {
  font-weight: bold;
  font-size: 24px;
  line-height: 1.1;
  margin: 0 0 15px;
  text-transform: uppercase;
}
.free_steps_text {
  font-size: 18px;
  margin-bottom: 30px;
}
.category_description {
  margin-bottom: 60px;
}
.category_description .h2 {
  margin-bottom: 15px;
}
.fn_categories {
  margin-top: 8px;
}
/* Product preview */
.preview {
  position: relative;
  background-color: #fff;
  font-weight: bold;
  color: #434343;
  margin-bottom: 20px;
  text-align: center;
  text-transform: uppercase;
}
.preview_details {
  padding: 18px 20px 20px;
}
.preview_brand {
  font-size: 27px;
  line-height: 1.1;
  margin-bottom: 6px;
}
.product_name {
  display: block;
  text-decoration: underline;
  margin-bottom: 5px;
  font-size: 18px;
}
.product_name:hover {
  text-decoration: underline;
  color: #08e164;
}
.preview_image {
  position: relative;
  min-height: 220px;
  display:flex;
  align-items: center;
  justify-content: center;
  padding: 20px 20px 0;
  overflow: hidden;
}
.preview .button {
  width: 204px;
  max-width: 100%;
}
.preview .price_container {
  margin-bottom: 8px;
}
.preview .price {
  font-size: 24px;
}
.preview .fn_price {
  color: #fca519;
}
.price_currency {
  text-transform: none;
  font-size: 90%;
}
.old_price {
  font-size: 18px;
  color: #797979;
  text-decoration: line-through;
}
.remove_link {
  display: block;
  margin: 12px 0 0;
  font-size: 16px;
  text-decoration: none; 
  text-align: center;
}
.remove_link .remove_icon {
  margin-top: -2px;
  color: #e62e04;
}
.hover_block {
  display: none;
}
.preview_features {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: left;
}
.preview_feature {
  margin: 0 0 10px;
  padding: 0;
}
.preview_feature:last-child {
  margin: 0;
}
.preview_feature_name {
  display: block;
  font-weight: bold;
  color: #1bbd8f;
  font-size: 11px;
  text-transform: uppercase;
  margin-bottom: 3px;
}
.preview_feature_value {
  font-size: 14px;
  text-transform: none;
  font-weight: normal;
  color: #434343;
}
.in_stock_label,
.no_stock_label {
  position: absolute;
  min-width: 110px;
  top: 11px;
  right: 10px;
  padding: 5px 10px;
  line-height: 15px;
  font-weight: bold;
  font-size: 10px;
  text-transform: uppercase;
  color: #fff;
  text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.35);
  background-color: #00e165;
}  
.no_stock_label {
  background-color: #6f6f6f;
}
/* Pagination */
.pagination_container {
  position: relative;
  margin: 30px 0;
}
.pagination {
  position: relative;
  list-style: none;
  text-align: center; 
  margin: 0;
  padding: 0;
}
.page_item {
  display: inline-block;
  margin: 0 5px;
  margin-bottom: 10px; 
}
.page_link {
  display: block;
  padding: 12px 10px;
  min-width: 43px;
  text-align: center;
  text-decoration: none;
  background-color: #252525;
  font-weight: bold;
  font-size: 18px;
  color: #fff;
}
.page_link:hover {
  background-color: #fcb919;
}
.active .page_link,
.active .page_link:hover {
  color: #fcb919;
  background-color: #252525;
}
.prev_p,
.next_p {
  display: inline-block;
  vertical-align: top;
  margin-top: 7px;
  width: 8px;
  height: 13px;
  background: url(../images/sprite.png) -101px -1px;
}
.prev_p {
  background-position: -102px -17px;
}
/* Product Page */  
.product .h2 {
  margin: 25px 0;
}
.product_gallery,
.product_details {
  padding-left: 15px;
  padding-right: 15px;
}   
.product_gallery {
  margin-bottom: 30px;
}     
.product_image {
  position: relative;
  padding: 15px;
  background-color: #fff;
  text-align: center;
  font-size: 0;
}
.product_img {
  max-height: 100%;
  vertical-align: middle;
}
.images {
  position: relative;
  float: left;
  width: 165px;
  height: 595px;
  padding: 40px 0;
  margin-right: 10px;
}
.images.slick-slider::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  margin-left: -17px;
  width: 35px;
  background: #066449;
}
.images .slick-prev,
.images .slick-next {
  width: 35px;
  height: 35px;
  left: 50%;
  margin: 0;
  margin-left: -17px;
  background: none;
}
.images .slick-prev {
  top: 0;
}
.images .slick-next {
  bottom: 0;
  top: auto;
}
.images .slick-prev::after {
  border-top: 1px solid #888;
  border-bottom: none;
  margin: -4px 0 0 -8px;
}
.images .slick-next::after {
  border-top: none;
  border-bottom: 1px solid #888;
  margin: -12px 0 0 -8px;
}
.images .slick-prev:hover::after,
.images .slick-next:hover::after {
  border-color: #ffc600;
}
.images_item {
  padding: 5px 0;
}
.images_link {
  display: block;
  width: 100%;
  height: 160px;
  line-height: 160px;
  background-color: #fff;
  text-align: center;
  font-size: 0;
}
.images_item img {
  vertical-align: middle;
}


/* product_videos */
.product_video_link
{
  position: relative;
  height: 160px !important;
  display: block !important;
}
.product_video_promo
{
    height: 160px;
    background-color: black;
    opacity: 0.8;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    border: 2px solid #fff;
}
.youtube_logo
{
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -24px 0 0 -35px;
  width: 70px;
}

/* ///// product_videos */

.available,
.sku,
.product_brand {
  font-weight: bold;
  line-height: 1.1;
  font-size: 32px;
  color: #f1e8e8;
  margin-bottom: 35px;
  text-transform: uppercase;
}
.product_brand  a {
  text-decoration: none;
}
.details_label {
  font-weight: bold;
  font-size: 18px;
  color: #fff;
  text-transform: uppercase;
}
.in_stock {
  color: #00d15d;
}
.product .old_price {
  font-size: 16px;
  line-height: 1.3;
  margin-bottom: 10px
}
.product .price {
  font-weight: bold;
  font-size: 34px;
  line-height: 1.1;
  color: #fca519;
  margin-bottom: 35px;
}
.product .button,
.product .disable_button {
  width: 100%;
  max-width: 320px;
  padding: 18px 15px 17px;
}
.product_annotation {
  margin: 25px 0 35px;
  font-style: italic;
  font-size: 18px;
  line-height: 21px;
}
.product_annotation p {
  position: relative;
  padding-left: 25px;
  margin: 0 0 15px;
}
.product_annotation p::before {
  content: "";
  width: 8px;
  height: 8px;
  background-color: #bababa;
  position: absolute;
  top: 7px;
  left: 0;
}
.tabs {
  margin-bottom: 25px;
}
.tabs_wrapper {
  border-top: 2px solid #252525;
}
.tab_navigation {
  overflow: hidden;
  z-index: 1; 
}
.tab_nav {
  position: relative;
  display: inline-block;
  vertical-align: top;
  padding: 16px 50px;
  font-weight: bold;
  font-size: 14px;
  line-height: 1.3;
  text-decoration: none;
  text-transform: uppercase;
}
.tab_active {
  color: #00d15d;
}
.tab {
  display: none;
  padding: 25px 0;
}
.tab_accordion {
  position: relative;
  display: block;
  padding: 25px 60px 25px 0;
  font-weight: bold;
  font-size: 24px;
  line-height: 1.3;
  border-bottom: 1px solid #252525;
  border-top: 1px solid #252525;
  text-decoration: none;
  text-transform: uppercase;
}
.tab_accordion:first-child {
  border-top: 0;
}
.tab_accordion::after {
  content: "";
  position: absolute;
  right: 5px;
  top: 50%;
  margin-top: -14px;
  width: 15px;
  height: 28px;
  background: url(../images/sprite.png) -94px -184px;
}
.accordion_active {
  color: #00d15d;
}
.accordion_active::after {
  width: 28px;
  height: 15px;
  margin-top: -7px;
  background-position: -82px -215px;
}
.features {
  list-style: none;
  margin: 0;
  padding: 0; 
}
.features li {
  padding: 0;
  margin-bottom: 7px;
  overflow: hidden;
  font-size: 18px;
  padding: 8px 0;
}
.features li:nth-child(even) {
  background-color: #0b0b0b;
}
.features_name,
.features_value {
  display: block;
  float: left;
  padding: 0 12px;
}
.features_value {
  width: 70%;
}
.features_name {
  width: 30%;
  font-weight: bold;
  text-transform: uppercase;
}
/* Comments */
.comment_form .form_group {
  margin-bottom: 20px;
}
.comment_form .form_input {
  height: 51px;
}
.comment_form .h3 {
  margin-bottom: 20px;
}
.comment_form .button {
  width: 100%;
  max-width: 240px;
}
.comment_item {
  margin-bottom: 15px; 
}
.admin_note {
  margin-top: 10px; 
  margin-left: 10px;
}
.comment_author {
  font-weight: bold;
  text-transform: uppercase;
}
.comment_date {
  opacity: .7
}
.comment_content {
  padding-left: 10px; 
}
.no_comments {
  margin-bottom: 20px;
}
/* Post */
.post_date {
  padding: 12px 48px;
  background: #2d2d2d;
  float: left;
  margin-right: 10px;
}
.post_social {
  float: right;
  margin-top: -3px;
}
.post_top {
  margin-bottom: 30px;
}
.post_heading {
  position: relative;
  padding-left: 25px;
}
.post_heading::before {
  content: "";
  width: 6px;
  height: 36px;
  position: absolute;
  top: 2px;
  left: 0;
  background: #1bbd8f;
}
.post_share {
  margin-top: 20px; 
}
.post_content ul,
.page_content ul {
  margin: 0;
  padding: 0;
}
.post_content ul li,
.page_content ul li {
  list-style: none;
  position: relative;
  position: relative;
  padding: 0 0 0 25px;
  margin: 0 0 15px;
  font-style: italic;
}
.post_content ul li::before,
.page_content ul li::before {
  content: "";
  width: 8px;
  height: 8px;
  background-color: #bababa;
  position: absolute;
  top: 7px;
  left: 0;
}
.pager {
  margin-top: 0;
  margin-bottom: 0;
  padding: 15px 0;
  list-style: none;
  overflow: hidden; 
}
.pager li {
  padding-top: 5px;
  padding-bottom: 5px;
}
.pager li:nth-child(even) {
  text-align: right; 
}
.pager a,
.pager a:hover span {
  text-decoration: none; 
}
.pager a span {
  text-decoration: underline; 
}
/* User account */
.change_pass {
  margin-bottom: 10px; 
}
.change_pass span {
  cursor: pointer;
  border-bottom: 1px dotted; 
}
.change_pass span:hover {
  border-color: transparent; 
}
.password_remind {
  float: right;
  margin-top: 6px;
  font-size: 13px;
}
/* Brand Page */
.brands {
  margin-bottom: 50px;
}
.brands_filter {
  margin-bottom: 30px;
}
.brands_h {
  margin: 30px 0;
}
.brands_filter a {
  display: inline-block;
  font-size: 14px;
  line-height: 18px;
  font-weight: bold;
  text-transform: uppercase;
  padding: 16px 25px;
  border: 1px solid transparent;
  text-decoration: none;
}
.brands_filter a:hover {
  color: #00e064;
}
.brands_filter .selected {
  border-color: rgba(255, 255, 255, .13);
  color: #00e064;
}
.brands_item {
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 225px;
  margin-bottom: 10px;
  overflow: hidden;
}
.brand_name {
  font-size: 18px;
  padding: 0 10px;
  font-weight: bold;
  text-transform: uppercase;
  color: #303030;
}
/* Filters */
.filters_container {
  margin-left: -15px;
  margin-right: -15px;
  margin-bottom: 30px;
  display: none;
  padding: 0 15px 35px;
  border-bottom: 1px solid rgba(255, 255, 255, .2);
}
.filter_name {
  padding: 12px 0;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 18px;
  border-bottom: 2px solid #2b2b2b;
  margin-bottom: 10px;
}
.filter_item {
  padding: 10px 0;
  position: relative; 
}
.hidden_input {
  position: absolute;
  width: 0;
  height: 0;
  z-index: -1;
  opacity: 0;
  display: none;
}
.filter_link,
.filter_label {
  display: block;
  position: relative;
  padding-left: 57px;
  font-size: 18px;
  min-height: 35px;
  line-height: 35px;
  text-decoration: none;
  text-transform: uppercase;
}
.filter_indicator {
  position: absolute;
  width: 35px;
  height: 35px;
  top: 50%;
  margin-top: -18px;
  left: 0;
  border: 1px solid rgba(255, 255, 255, .2); 
}
.checked .filter_indicator,
input:checked + .filter_label .filter_indicator {
  background-color: #08e164;
  border-color: #08e164; 
}
.gender_item {
  display: inline-block;
  vertical-align: top;
}
.gender_label,
.filter_label[href*="pol-muzhskie"],
.filter_label[href*="pol-zhenskie"],
.filter_label[href*="pol-man"],
.filter_label[href*="pol-woman"],
.filter_label[href*="pol-zhinochi"],
.filter_label[href*="pol-cholovichi"] {
  display: block;
  width: 143px;
  height: 79px;
  padding: 56px 0 0;
  line-height: normal;
  position: relative;
  border: 1px solid transparent;
  font-weight: bold;
  font-size: 11px;
  text-transform: uppercase;
  text-align: center;
  cursor: pointer;
  text-decoration: none;
}
.gender_icon,
.filter_label[href*="pol-muzhskie"] .filter_indicator,
.filter_label[href*="pol-zhenskie"] .filter_indicator,
.filter_label[href*="pol-man"] .filter_indicator,
.filter_label[href*="pol-woman"] .filter_indicator,
.filter_label[href*="pol-zhinochi"] .filter_indicator,
.filter_label[href*="pol-cholovichi"] .filter_indicator {
  position: absolute;
  width: 33px;
  height: 41px;
  left: 50%;
  top: 9px;
  margin-top: 0;
  margin-left: -17px;
  background: url(../images/sprite.png) -3px -300px;
  border: none;
}
.gender_label[href*="pol-zhenskie"] .gender_icon,
.filter_label[href*="pol-zhenskie"] .filter_indicator,
.gender_label[href*="pol-woman"] .gender_icon,
.filter_label[href*="pol-woman"] .filter_indicator,
.gender_label[href*="pol-zhinochi"] .gender_icon,
.filter_label[href*="pol-zhinochi"] .filter_indicator {
  width: 25px;
  margin-left: -12px;
  background-position: -1px -257px;
}
.selected.gender_label[href*="pol-muzhskie"] .gender_icon,
.selected.filter_label[href*="pol-muzhskie"] .filter_indicator,
.selected.gender_label[href*="pol-man"] .gender_icon,
.selected.filter_label[href*="pol-man"] .filter_indicator,
.selected.gender_label[href*="pol-cholovichi"] .gender_icon,
.selected.filter_label[href*="pol-cholovichi"] .filter_indicator{
  background-position: -40px -300px;
  background-color: transparent;
}
.selected.gender_label[href*="pol-zhenskie"] .gender_icon,
.selected.filter_label[href*="pol-zhenskie"] .filter_indicator,
.selected.gender_label[href*="pol-woman"] .gender_icon,
.selected.filter_label[href*="pol-woman"] .filter_indicator,
.selected.gender_label[href*="pol-zhinochi"] .gender_icon,
.selected.filter_label[href*="pol-zhinochi"] .filter_indicator{ 
  background-position: -29px -257px;
  background-color: transparent;
}
.gender_label:hover,
.filter_label[href*="pol-"]:hover,
.filter_label[href*="pol-"]:hover  {
  color: #00e165; 
}
.selected.gender_label,
.selected.filter_label {
  border-color: #313131;
  background-color: #101010;
  color: #00e165;
}
.price_range {
  overflow: hidden;
  margin-left: -12px;
  margin-right: -12px; 
  margin-bottom: 15px;
}
.price_label {
  float: left;
  width: 50%;
  padding-left: 12px;
  padding-right: 12px; 
}
.max_price {
  text-align: right;
}
.max_input,
.min_input {
  max-width: 100%;
  padding: 0 8px;
  line-height: 30px;
  height: 32px;
  border: 1px solid #ddd; 
}
.filters_container .button {
  width: 317px;
  max-width: 100%;
  padding: 22px 15px;
  margin: 20px 0 30px;
}
/* Browsed products */
.browsed {
  padding: 7px 15px;
}
.sidebar_bottom {
  clear: left;
}
.browsed_item {
  padding: 7px 0;
}
.browsed_image {
  border: 1px solid #e5e5e5;
  float: left;
  margin: 0 10px 0 0;
  width: 70px;
  height: 70px;
  line-height: 68px;
  font-size: 0;
  text-align: center;
}
.browsed_item img {
  vertical-align: middle;
}
/* BREADCRUMBS */
.breadcrumbs_wrapper {
  border-top: 2px solid #252525;
  border-bottom: 1px solid #252525;
  padding: 11px 0;
}
.breadcrumbs {
  padding: 0;
  margin: 0;
  list-style: none;
  font-size: 0; 
}
.breadcrumbs li {
  display: inline-block;
  padding: 0;
  margin: 0 18px 0 0;
  line-height: 20px;
  font-size: 11px;
  color: #626262;
  text-transform: uppercase;
}
.breadcrumbs li::after {
  content: "";
  display: inline-block;
  margin-left: 14px;
  width: 4px;
  height: 8px;
  background: url(../images/arrow_right.png);
}
.breadcrumbs li:last-child::after {
  content: none;
}
.breadcrumbs a {
  text-decoration: none;
  color: #fff;
}
.breadcrumbs a:hover {
  color: #e99928;
}
/* Scroll to top */
.to_top {
  width: 42px;
  height: 42px;
  position: fixed;
  bottom: 50px;
  right: 10px;
  z-index: 99;
  display: none;
  background-color: #252525;
  background-image: url(../images/up-arrow.png);
  background-position: center center;
  background-repeat: no-repeat;
  cursor: pointer; 
}
.to_top:hover {
  background-color: #00a97e;
}    
/* POPUP WINDOW */
.popup {
  width: 1200px;
  max-width: 100%;
  padding: 20px 20px 35px;
  text-align: center;
  background-color: #0b0b0b;
  border: 3px solid #282828;
}
.popup_heading {
  margin: 0 0 25px;
  font-weight: bold;
  font-size: 24px;
  line-height: 1.15;
  text-transform: uppercase;
  color: #f1e8e8;
  text-align: center;
}
.cost_forms_list {
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
  list-style: none;
}
.cost_forms_list li {
  margin: 0;
  padding-top: 0;
  padding-bottom: 0
}
.cost_forms_item {
  position: relative;
  display: block;
  text-align: center;
  font-weight: bold;
  font-size: 18px;
  line-height: 24px;
  color: #1bbd8f;
  text-transform: uppercase;
  padding-top: 153px;
}
.cost_forms_item:hover {
  text-decoration: none;
  color: #ffbb03;
}
.cost_icon {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background-image: url(../images/cost_icons1.png);
}
.cost_icon_4 {
  top: 10px;
  width: 173px;
  height: 113px;
  background-position: 0 0;
}
.cost_icon_3 {
  width: 131px;
  height: 130px;
  top: 6px;
  background-position: -1px -114px;
}
.cost_icon_2 {
  top: 9px;
  width: 113px;
  height: 138px;
  background-position: -2px -245px;
}
.cost_icon_1 {
  width: 81px;
  height: 132px;
  background-position: -2px -386px;
}
.callback_wrapper .button,
.fast_form .button {
  width: 277px;
  max-width: 100%;
}
.callback_text {
  font-size: 18px;
  max-width: 404px;
  margin: 0 auto 20px;
  color: #f1e8e8;
  text-transform: uppercase;
}
.sent_success {
  text-align: center;
  margin-bottom: 15px;
}
.success_icon {
  display: inline-block;
  width: 56px;
  height: 46px;
  background: url(../images/sprite.png) -1px -344px;
}
#fn_callback_sent {
  padding-top: 40px;
  padding-bottom: 40px;
}
#fn_callback_sent .button {
  width: 292px;
  max-width: 100%;
}
/* Формы оценки */
.cost_container {
  padding: 35px 0;
  border-top: 1px solid #252525;
  border-bottom: 1px solid #252525;
  margin-bottom: 35px;
}
.cost_form {
  margin-bottom: 30px;
  font-size: 18px;
}
.cost_heading .h1 {
  margin: 0;
}
.cost_form .form_group {
  margin-bottom: 20px;
}
.cost_form .form_input,
.cost_form .form_select {
  height: 52px;
  padding: 0 25px;
}
.cost_label {
  display: inline-block;
  margin-bottom: 7px;
  font-weight: bold;
  text-transform: uppercase;
}
.input_block {
  display: inline-block;
  vertical-align: top;
  margin-right: 20px;
}
.clock_radio .input_block,
.monets_radio .input_block {
  margin-top: 5px;
}
.input_block::last-child {
  margin-right: 0;
}
.radio_label {
  position: relative;
  padding-left: 30px;
  line-height: 21px;
  display: inline-block;
  cursor: pointer;
}
.radio_label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 2px;
  width: 19px;
  height: 19px;
  line-height: normal;
  border: 1px solid #313131;
}
input:checked + .radio_label::before {
  background-color: #00e165;
  border-color: #00e165;
}
.cost_form .button {
  width: 347px;
  padding: 18px 15px;
  max-width: 100%;
}
.cost_form_info {
  position: relative;
  font-style: italic;
  color: #f1e8e8;
  padding: 152px 15px 0;
}
.diamond_info {
  padding-top: 133px;
}
.monets_info {
  padding-top: 149px;
}
.jewelry_info {
  padding-top: 158px; 
}
.clock_info::before,
.diamond_info::before,
.monets_info::before,
.jewelry_info::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background-image: url(../images/cost_icons.png);
}
.clock_info::before {
  width: 81px;
  height: 132px;
  background-position: -2px -386px;
}
.jewelry_info::before {
  width: 113px;
  height: 138px;
  background-position: -2px -245px;
}
.monets_info::before {
  width: 101px;
  height: 129px;
  background-position: -1px -114px;
}
.diamond_info::before {
  width: 173px;
  height: 113px;
  background-position: 0 0;
}
.clock_icon {
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -49px;
  width: 98px;
  height: 98px;
  background: url(../images/clock.png);
}
.file_group .cost_label {
  height: 52px;
  margin: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.file_label {
  display: block;
  position: relative;
  height: 52px;
  line-height: 48px;
  text-align: center;
  text-transform: uppercase;
  border: 2px solid #fff;
  cursor: pointer;
}
.file_item {
  position: relative;
  display:flex;
  align-items: center;
  margin-bottom: 20px;
  height: 52px;
  border: 1px solid rgba(255, 255, 255, .37);
  padding: 0 50px 0 15px;
  width: 100%;
  font-size: 12px;
  color: #fff;
}
.file_close {
  position: absolute;
  width: 36px;
  height: 36px;
  cursor: pointer;
  top: 7px;
  right: 9px;
  background: url(../images/fn_close.png);
}
.products_free,
.products_free_large  {
  position: relative;
  margin-bottom: 20px;
}
.products_free_large {
  display: none;
  margin-top: 10px;
}
/* Cart */
.purchase {
  width: 100%;
  text-align: center;
  margin-bottom: 20px;
}
.purchase th,
.purchase td {
  vertical-align: middle;
  border-top: 1px solid #252525; 
  padding: 10px 5px;
}
.purchase_remove,
.purchase_image {
  font-size: 0;
}
.purchase .purchase_image {
  padding-left: 0;
}
.purchase_remove a {
  text-decoration: none; 
}
.purchase_preorder,
.purchase_sum {
  color: #fca519; 
}
.remove_icon {
  width: 14px;
  height: 14px;
  vertical-align: middle; 
}
.purchase_total {
  font-weight: bold;
  font-size: 18px; 
}
.purchase_total .total_sum {
  color: #fca519;
}
.purchase .purchase_total {
  padding: 15px;
}  
.delivery {
  padding: 15px 15px 0px;
}
.delivery_item {
  margin-bottom: 20px; 
}
.delivery_description {
  margin-left: 25px;
  display: none; 
}
.active + .delivery_description {
  display: block; 
}
.input_delivery {
  float: left;
  margin: 7px 0 0; 
}
.delivery_item img {
  vertical-align: middle;
  margin-right: 4px; 
}
.delivery_name {
  display: block;
  padding-left: 25px; 
}
.delivery_label {
  display: block;
  overflow: hidden;
  margin-bottom: 5px;
  font-weight: 500;
}
.active.delivery_label {
  font-weight: bold; 
}
.order_details  {
  width: 100%;
}
.order_details td {
  padding: 10px 15px;
}
.method_name {
  font-weight: bold;
}
.method_form {
  margin: 15px 0; 
}
.method_description {
  margin-bottom: 15px;
}
.order_page .button {
  padding-left: 40px;
  padding-right: 40px;
}
#post_share_top .ico_uscl,
#post_share_bottom .ico_uscl{
  background: #c7c7c7;
  width: 24px;
  height: 24px;
  line-height: 24px;
  font-size: 16px;
}
#post_share_top .ico_uscl:hover,
#post_share_bottom .ico_uscl:hover {
  background: #00e064;
}
#post_share_top .uscl-item,
#post_share_bottom .uscl-item {
  margin-right: 3px;
}
.retail_price .price{
    color: #787878;
    font-size: 26px;
}

.post_section
{
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;

  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}



/*
*   VIP LOMBARD
*   PREF vip-***
*/
@import url('https://fonts.googleapis.com/css?family=Open+Sans');

#vip-owerlay{
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    text-align: center;
}
/* titles block */
#vip-owerlay h3{
    font-size: 36px;
    font-weight: bold;
}
#vip-owerlay h3.semibold{
    font-size: 24px;
    font-weight: 400;
}
.vip-gray-wrap{
    background: #171717;
}
.vip-darkgray-wrap{
    background: #121212;
}
.vip-infoblock-top{
    position: relative;
}
.vip-services{
    position: absolute;
    top: 200px;
    left: 0;
}
.vip-show-768{
    position: absolute;
    top: 200px;
    right: 30px;
    display: none;
}
.vip-close-form{
    display: none;
}
.toggle-nav{
    display: none;
}
.vip-top-form{
    position: absolute;
    top: 130px;
    right: 30px;
    width: 400px;
    padding: 50px 60px 0;
    background: rgba(0,0,0,.8);
    text-align: left;
}
.vip-top-form h2{
    font-size: 24px;
    font-weight: 200;
}
.vip-top-form label{
    font-size: 14px;
    font-weight: bold;
}
.vip-top-form input{
    font-size: 14px;
    font-weight: 200;
}
.vip-top-form .button{
    width: 100%;
    font-size: 18px;
    font-weight: bold;
    text-shadow: 0 0 0 transparent;
}
.vip-top-form .form_input,
.vip-top-form .form_select,
#second-form .form_input,
#second-form .form_select
{
    height: 50px;
}

.vip-top-form .form_group{
    margin-bottom: 20px;
}

.vip-phones{

  margin-bottom: 2rem;

}
.vip-phone{
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 1rem;
  line-height: 1.1;
  font-family: inherit;
  text-transform: uppercase;
  color: #fca519;
}

.vip-phones-messangers{
  margin-bottom: 1rem;
}

.mobile-phones{

  display: none;
}

/*
*   header
*/
.vip-header{
    height: 740px;
    background: url(../images/vip/vipgold.jpg) no-repeat;
    background-size: cover;
}

/* vip-navbar */
.vip-top-menu{
    padding-top: 60px;
}
.vip-logo{
    display: inline-block;
    float: left;
}
.vip-nav{
    display: inline-block;
    float: right;
    line-height: 51px;
    text-transform: uppercase;
}
.vip-nav a{
    text-decoration: none;
    margin-left: 45px;
    
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
}

.vip-nav a:hover{
    border-bottom: 3px solid #f90;
}

/*
*   vip lombard
*/
.vip-services{
    text-align: left;
    width: 500px;
    font-size: 18px;
    font-weight: 200;
}
.vip-services h1{
    font-size: 36px;
    font-weight: bold;
}
.vip-services ul{
    font-size: 24px;
    line-height: 60px;
    list-style: none;
    padding: 0;
}
.vip-services ul li{
    padding-left: 60px;
}
.vip-li-icon{
    background: url(../images/vip/vipicon.png) no-repeat;
}
.vip-li-1{
    background-position: 0 15px;
}
.vip-li-2{
    background-position: 0 -45px;
}
.vip-li-3{
    background-position: 0 -105px;
}
.vip-li-4{
    background-position: 0 -165px;
}

/* what-we-accept */
#what-we-accept{
    padding: 80px 0;
}
#what-we-accept h3{
    margin-bottom: 70px
}
.vip-image-wrap{
   border: 1px solid #666;
   padding: 45px 0;
   font-size: 18px;
   text-transform: uppercase;
}

/* conditions */
#conditions{
    padding: 20px 0 65px;
}
.condition-wrap{
    position: relative;
    width: 85%;
    margin: auto;
    padding: 90px;
    border: 1px solid #666;
}
.condition-wrap h3{
    position: absolute;
    top: -20px;
    left: 50%;
    margin-left: -20%;
    width: 40%;
    background: #121212;
}
.condition-wrap table{
    width: 80%;
    margin-left: 10%;
    color: #999;
    font-size: 20px;
    text-align: right;
    text-transform: uppercase;
}
.condition-wrap table td{
    width: 50%;
    padding: 10px 25px;
}
.condition-wrap table td:nth-child(2){
    color: #fff;
    font-size: 24px;
    text-align: left;
    text-transform: none;
    position: relative;
}
.condition-wrap table td:nth-child(2):before{
    content: '|';
    position: absolute;
    top: 0;
    left: -5px;
    color: #ccc;
    font-size: 32px;
    opacity: .5;
}
.condition-wrap table small{
    color: #999;
    font-size: 14px;
    text-transform: none;
}

/* what-needs */
#what-needs{
    padding: 70px 0;
}
#what-needs h4{
    font-size: 24px;
    font-weight: 200;
    white-space: pre-line;
    text-transform: none;
}
.vip-wn-icon{
    display: inline-block;
    width: 150px;
    height: 150px;
}
.vwi-first{
    background: url(../images/vip/wn-1.png) no-repeat;
    background-position: 50%;
}
.vwi-second{
    background: url(../images/vip/wn-2.png) no-repeat;
    background-position: 50%;
}
.vwi-third{
    background: url(../images/vip/wn-3.png) no-repeat;
    background-position: 50%;
}
.vip-what-needs-info{
    margin-top: 65px;
    padding-left: 190px!important;
    text-align: left;
    background: url(../images/vip/wn-question.png) no-repeat;
    background-size: auto 100%;
    background-position-x: 0;
    color: #999;
    font-size: 16px;
}

/* second-form */
#second-form{
    text-align: left;
    padding: 45px 0 50px;
}
#second-form .button{
    margin-top: 28px!important;
    padding: 15px;
    width: 100%;
}

/* howitswork */
#howitswork{
    padding: 85px 0;
}
#howitswork h3{
    margin-bottom: 90px;
}
.vip-step{
    float: left;
    font-size: 18px;
    font-weight: 200;
}
.vip-step p{
    white-space: pre-line;
}
.vip-step-1,
.vip-step-2,
.vip-step-3{
    width: 25%;
}
.vip-step-space-1,
.vip-step-space-2{
    width: 12%;
    height: 200px;
}
.vip-step-img{
    position: relative;
    display: inline-block;
    width: 250px;
    height: 250px;
    margin-bottom: 35px;
}
.vip-step-img:after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../images/vip/ht-disc.png) no-repeat;
    background-size: 100%;
}
.vip-step-1 .vip-step-img{
    background: url(../images/vip/ht-1.png) no-repeat;
    background-position: 50%;
}
.vip-step-2 .vip-step-img{
    background: url(../images/vip/ht-2-2.png) no-repeat;
    background-position: 50%;
}
.vip-step-2 .vip-lomabrd-2 {
    background: url(../images/vip/ht-2.png) no-repeat;
    background-position: 50%;
}
.vip-step-3 .vip-step-img{
    background: url(../images/vip/ht-2.png) no-repeat;
    background-position: 50%;
}
.vip-step-3 .vip-lomabrd-3 {
  background: url(../images/vip/ht-3.png) no-repeat;
  background-position: 50%;
}
.vip-step-space-1{
    background: url(../images/vip/ht-bottom.png) no-repeat;
    background-size: 80%;
    background-position: 50% 40%;
}
.vip-step-space-2{
    background: url(../images/vip/ht-top.png) no-repeat;
    background-size: 80%;
    background-position: 50% 100%;
}
.vip-step-img span{
    display: inline-block;
    position: absolute;
    top: -10px;
    left: 50%;
    width: 40%;
    z-index: 1;
    margin-left: -20%;
    background: #121212;
    font-weight: bold;
    text-transform: uppercase;
}

/* what-factor */
#what-factor{
    padding: 110px 0;
}
#what-factor h4{
    position: relative;
    text-transform: none;
    font-size: 24px;
    font-weight: 200;
    padding: 30px;
    margin: 0;
}
#what-factor h4:after{
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -10%;
    width: 20%;
    border: 1px solid #999;
}
#what-factor p{
    padding: 30px;
    margin: 0;
    font-size: 18px;
    font-weight: 200;
    white-space: pre-line;
}

/*  */
#whyus{
    white-space: pre-line;
    font-size: 18px;
}
#whyus p{
    white-space: pre-line;
}
#whyus span{
    color: #fca519;
    font-weight: bold;
}
.vip-col-20{
    width: 20%;
    float: left;
}
.whyus-img{
    width: 150px;
    height: 150px;
    background: #902;
    margin: auto;
}
.whi-1{
    background: url(../images/vip/wu-1.png) no-repeat;
    background-position: 50%;
}
.whi-2{
    background: url(../images/vip/wu-2.png) no-repeat;
    background-position: 50%;
}
.whi-3{
    background: url(../images/vip/wu-3.png) no-repeat;
    background-position: 50%;
}
.whi-4{
    background: url(../images/vip/wu-4.png) no-repeat;
    background-position: 50%;
}
.whi-5{
    background: url(../images/vip/wu-5.png) no-repeat;
    background-position: 50%;
}

/* reviews */
#reviews{
    padding: 50px;
}

#reviews .tracker-summation-container{
    display: none;
}
.vip-comment #carousel{
    height: 400px;
}
.vip-comment .tracker-individual-container{
    position: absolute;
    height: 31px;
    width: 100%;
    top: 375px;
    left: 0;
    text-align: center;
}
.vip-comment .carousel-caption img{
    width: 100px!important;
    height: 100px!important;
}
.vip-comment .carousel-caption h4{
    text-transform: none;
    position: absolute;
    top: 65px;
    left: 160px;
    font-size: 24px;
}
.vip-comment .carousel-caption h5{
    text-transform: none;
    position: absolute;
    top: 95px;
    left: 160px;
    font-size: 18px;
}
.vip-comment .carousel-caption span{
    display: inline-block;
    margin-top: 20px;
    line-height: 24px;
}


.vip-comment .low img{
    width: 50px!important;
    height: 50px!important;
  margin-top: -15px;
}
.vip-comment .low h4{
    top: 35px;
    left: 100px;
    font-size: 14px;
}
.vip-comment .low h5{
    top: 55px;
    left: 100px;
    font-size: 12px;
}
.vip-comment .low span{
    margin-top: 5px;
    line-height: 24px;
    font-size: 9px;
    line-height: 11px;
}

/* ourmap */
#ourmap .container{
    position: relative;
}
#ourmap h3{
    margin-bottom: 65px;
}
#ourmap .vip-top-form{
    top: 200px;
}

#vip-owerlay .row {
  margin-right: 0;
  margin-left: 0;
}


#return_message{
  position: absolute;
  top:0;
  left:0;
  width: 100%;
}
#return_message .message_success{
  text-align: center;
}
#banner-slick{
  display: none;
}

.disabled {
  color: currentColor;
  cursor: not-allowed;
  text-decoration: none;
  pointer-events: none;
}
.free_1 {
    padding: 25px 0;
    position: relative;
    text-align: center;
}
.free_1_heading {
  font-weight: bold;
  font-size: 24px;
  line-height: 1.1;
  text-transform: uppercase;
  text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.35);
}
.free_1 .button {
    width: 503px;
    max-width: 100%;
    padding: 22px 5px;
    font-size: 16px;
}
.free_1_text {
    font-size: 14px;
    margin: 10px 0 17px;
}

/*social footer*/
/*.footer_social {
  margin-top: 10px;
  float: left;
}
.footer_social_link {
  margin-right: 20px;
}*/
.logo_mobile {
  position: relative;
  height: 32px;
  display: inline-block;
  overflow: hidden;
  margin-top: 30px !important;
}
.logo_mobile picture {
  position: absolute;
  bottom: 0;
}
.search_mob,
.search_mob_btn {
  display: none;
}
.title_mob {
  text-transform: uppercase;
  font-size: 34px;
  display: none;
}
.vip-li-icon {
  text-align: left;
}
.mobile_on {
  display: none;
}

.popshop-other-descr {
  padding: 80px 0;
}

form.cost_form_new {
  width: 100%;
  padding: 60px 0 80px;
  text-align: left;
}
form.cost_form_new .file_group {
  padding-top: 20.6px;
}
form.cost_form_new .popshop-radio {
  display: flex;
  justify-content: space-between;
  height: 72.6px;
}
form.cost_form_new .popshop-radio > * {
  flex-shrink: 0;
  flex-basis: 50%;
}
form.cost_form_new .button {
  width: 100%;
}

.wrap-popshop-brands {
  margin-top: 40px;
}
.popshop-brands {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -7.5px -15px;
}

.popshop-brands__item {
  width: calc(14.28% - 15px);
  margin: 0 7.5px 15px; 
}
.popshop-brands__item a {
  height: 150px;
  padding: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
}
.popshop-brands img {
  max-height: 100%;
}


.catalog {
  display: flex;
  margin: 0 -15px;
}
.catalog__item {
  width: calc(25% - 30px);
  margin: 0 15px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  text-decoration: none;
}
.catalog__img {
  height: 200px;
  padding: 20px 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.catalog__img img {
  max-height: 100%;
}
.catalog__title {
  font-size: 16px;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: bold;
  color: #1AB387;
  letter-spacing: .3px;
}
.catalog__item:hover .catalog__title {
  text-decoration: underline;
}

.cost_form_new .file_item {
  margin-bottom: 0;
  margin-top: 20.6px;
}