body.pattern {
  background-image: url("/local/templates/vine-club/images/body-bg.png");
  background-position: left top;
  background-repeat: repeat;
}

.action_items.__type-2 {
  margin: 0 -15px;
}

.action_items.__type-2 .action_item {
  width: 100%;
  background-size: cover;
}

.action_items.__type-2 .action_link {
  color: #a51440;
}

.action_items.__type-2 .action_title {
  color: #000;
}

.action_items.__type-2 .action_title:hover {
  color: #000;
  text-decoration: underline;
}

.action_col {
  padding: 0 15px;
  width: 33.333%;
}

.action_news-top {
  font: 13px 'RobotoLight';
  color: #9a9a9a;
  margin-bottom: 10px;
}

.action_news-top span {
  margin: 0 6px;
}

.action_news-title {
  font-size: 17px;
  line-height: 23px;
  color: #383838;
  text-decoration: none;
  margin-bottom: 15px;
  display: block;
}

.action_news-title:hover {
  text-decoration: underline;
}

.action_news-text {
  font: 15px 'RobotoLight';
  color: #383838;
  margin-bottom: 15px;
}

.action_items.__type-2 .action_link.__color-2 {
  color: #f3bd00;
}



.blog-item {
  border: 1px solid #f1f1f1;
  display: flex;
  align-items: center;
  border-radius: 10px;
  position: relative;
}

.blog-item.__no-border {
  border: none;
}

.blog-item_image {
  width: 170px;
  flex-shrink: 0;
}

.blog-item_image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.blog-item_content {
  padding: 25px 30px;
}

.blog-item_text-1 {
  font: 13px 'RobotoLight';
  color: #9a9a9a;
  margin-bottom: 8px;
}

.blog-item_title {
  font-size: 17px;
  color: #383838;
  text-decoration: none;
  display: block;
  margin-bottom: 20px;
}

.blog-item_title:hover {
  text-decoration: underline;
}

.blog-item_text {
  font: 15px/23px 'RobotoLight';
  color: #383838;
  margin-bottom: 15px;
}

.blog-item_link {
  font: 15px 'RobotoRegular';
  color: #f3bd00;
  text-decoration: none;
}

.blog-item_link:hover {
  text-decoration: underline;
}

.blog-item_ico {
  background: #7d7d7d;
  background-image: url("/local/templates/vine-club/images/pen.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 14px 14px;
  width: 26px;
  height: 26px;
  position: absolute;
  top: 14px;
  left: 14px;
  border-radius: 50%;
}

.blog-page_row {
  display: flex;
  margin-bottom: 40px;
}

.blog-page_col.__1 {
  width: 300px;
  padding-right: 30px;
}

.blog-page_col.__2 {
  width: 0;
  flex-grow: 1;
}

.blog-page_images img {
  margin-bottom: 30px;
}

.blog-page_text p {
  margin-bottom: 20px;
  font: 15px/23px 'RobotoLight';
}

.blog-page_text em {
  font: 17px/23px 'RobotoItalic';
  color: #383838;
}

.blog-page_text h2 {
  font: 22px 'RobotoRegular';
  color: #383838;
  margin-bottom: 23px;
}

.blog-page_text h3 {
  font: 17px/23px 'RobotoRegular';
  color: #383838;
  margin-bottom: 15px;
}

.blog-page_more {
  border-top: 2px solid #f8f8f8;
  padding-top: 15px;
}

.blog-page_more-title {
  font-size: 22px;
  color: #383838;
  margin-bottom: 30px;
}

.blog-page_info-text {
  font: 17px 'RobotoRegular';
  color: #a51440;
  margin-bottom: 15px;
}

.blog_row {
  display: flex;
  margin: 0 -15px;
  flex-wrap: wrap;
}

.blog_col {
  padding: 0 15px;
  margin-bottom: 30px;
}

.blog_col.__col-2 {
  width: 50%;
}

.blog_col.__col-4 {
  width: 25%;
}

.blog_col.__col-5 {
  width: 25%;
}

.button {
  text-align: center;
}





.catalog-menu_item {
  padding: 15px 0 25px;
  background-image: url("/local/templates/vine-club/images/separator.png");
  background-position: bottom 0 left;
  background-repeat: no-repeat;
  background-size: auto;
}

.catalog-menu_item:last-child {
  padding-bottom: 15px;
  background: none;
}

.catalog-menu_address {
  padding-left: 42px;
  background-image: url("/local/templates/vine-club/images/placeholder.png");
  background-position: left 20px center;
  background-repeat: no-repeat;
  font: 15px 'RobotoLight';
  color: #a51440;
  text-decoration: none;
}

.catalog-menu_list.__type-2 {
  padding-left: 10px;
}

.catalog-menu_list.__type-2 li {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.catalog-menu_list.__type-2 li:last-child {
  margin-bottom: 0;
}

.catalog-menu_ico {
  width: 30px;
  text-align: right;
  margin-right: 15px;
  flex-shrink: 0;
}

.checkbox {
  position: relative;
  margin-right: 10px;
}

.checkbox:last-child {
  margin-right: 0;
}

.checkbox input {
  position: absolute;
  opacity: 0;
  visibility: hidden;
}

.checkbox span {
  font: 13px 'RobotoLight';
  color: #383838;
  padding: 5px 25px;
  border: 1px solid #e3e3e3;
  border-radius: 15px;
  display: block;
  text-align: center;
}

.checkbox input:checked + span {
  color: #ffffff;
  background: #008855;
  border-color: #008855;
}



body.pattern .content_wrapper {
  position: relative;
}

body.pattern .content_wrapper:before {
  content: '';
  position: absolute;
  left: -440px;
  top: 0;
  background-image: url("/local/templates/vine-club/images/pattern.png");
  background-position: top left;
  background-repeat: no-repeat;
  width: 958px;
  height: 958px;
  z-index: -1;
}

.events {
  margin-bottom: 16px;
}

.events_header {
  padding-top: 10px;
  border-top: 3px solid #f8f8f8;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}

.events_heading {
  font: 22px 'RobotoRegular';
  color: #383838;
}

.events_all {
  font: 13px 'RobotoRegular';
  color: #f3bd00;
  text-decoration: none;
  border-bottom: 1px solid transparent;
}

.events_all.__mobile {
  display: none;
}

.events_all:hover {
  border-bottom: 1px solid #f3bd00;
}

.events_row {
  display: flex;
  margin: 0 -15px;
}

.events_col {
  width: 25%;
  padding: 0 15px;
}

.events {
  padding-bottom: 50px;
}

.events_image {
  margin-bottom: 15px;
  display: block;
}

.events_image img {
  width: 100%;
}

.events_info {
  font: 13px 'RobotoLight';
  color: #9a9a9a;
  margin-bottom: 10px;
}

.events_info span {
  margin: 0 6px;
}

.events_title {
  font: 17px 'RobotoRegular';
  color: #383838;
  text-decoration: none;
  display: block;
  margin-bottom: 10px;
}

.events_title:hover {
  text-decoration: underline;
}

.events_link {
  font-size: 13px;
  color: #f3bd00;
  text-decoration: none;
}

.events_link:hover {
  text-decoration: underline;
}

.footer-main {
  padding: 35px 0 20px;
  background: #383838;
}

.footer-main_text {
  display: flex;
  justify-content: space-between;
  padding-bottom: 50px;
  border-bottom: 2px solid #808080;
}

.footer-main_text p {
  width: 48%;
  font: 15px/23px 'RobotoLight';
  color: #ffffff;
}

.footer-main_row {
  display: flex;
  padding-top: 45px;
  margin-bottom: 40px;
}

.footer-main_col.__1 {
  width: 270px;
  margin-right: 100px;
}

.footer-main_col.__2 {
  width: 200px;
  padding-top: 5px;
  padding-bottom: 25px;
  border-right: 2px solid #8c8c8c;
}

.footer-main_col.__3 {
  padding-left: 100px;
}

.footer-main_col.__4 {
  margin-left: auto;
}

.footer-main_form-title {
  font-size: 17px;
  color: #ffffff;
  margin-bottom: 15px;
}

.footer-main_form-label {
  font: 13px 'RobotoLight';
  color: #fff;
  display: block;
  margin-bottom: 7px;
}

.footer-main_group {
  display: flex;
  align-items: center;
}

.footer-main_input {
  width: 1%;
  flex-grow: 1;
  border: none;
  font: 15px 'RobotoLight';
  color: #383838;
  padding: 7px 14px 8px;
  border-radius: 5px 0 0 5px;
}

.footer-main_btn {
  width: 70px;
  background: #f3bd00;
  border-radius: 0 5px 5px 0;
  height: 35px;
  font: 15px 'RobotoLight';
  color: #ffffff;
}

.footer-main_btn:hover {
  background: #e6b100;
}

.footer-main_socials {
  display: flex;
  margin-bottom: 20px;
}

.footer-main_socials a {
  margin-right: 20px;
}

.footer-main_socials a:last-child {
  margin-right: 0;
}

.footer-main_tel {
  font-size: 17px;
  color: #ffffff;
  margin-bottom: 10px;
}

.footer-main_recall {
  color: #f3bd00;
  font-size: 13px;
  text-decoration: none;
}

.footer-main_recall:hover {
  text-decoration: underline;
}

.footer-main_nav {
  font-size: 17px;
}

.footer-main_nav li {
  margin-bottom: 16px;
}

.footer-main_nav li:last-child {
  margin-bottom: 0;
}

.footer-main_nav a {
  color: #ffffff;
  text-decoration: none;
}

.footer-main_nav a:hover {
  text-decoration: underline;
}

.footer-main_bottom {
  font: 13px/23px 'RobotoLight';
  color: #ffffff;
  text-align: center;
}

.footer-main_bottom a {
  font: 13px 'RobotoMedium';
  color: #f3bd00;
  text-decoration: underline;
}

.footer-main_bottom a:hover {
  text-decoration: none;
}

.header.__border {
  border-bottom: 2px solid #f8f8f8;
}

.header.__type-2 {
  padding-bottom: 15px;
}

.header.__type-2 .nav {
  margin-bottom: 0;
}

.header.__type-2 .header_search {
  margin-bottom: 10px;
}

.header.__type-2 .header_basket {
  margin-left: auto;
}

.header_cart {
  background-image: url("/local/templates/vine-club/images/user.svg");
  background-position: left center;
  background-repeat: no-repeat;
  background-size: contain;
  padding-left: 65px;
  margin-left: 33px;
  text-decoration: none;
  align-self: flex-start;
  margin-top: 10px;
}

.header_cart-text-1 {
  font: 15px 'RobotoLight';
  color: #383838;
  margin-bottom: 3px;
}

.header_cart-text-2 {
  font: 13px 'RobotoLight';
  color: #9a9a9a;
}

.header.__cloned.__type-2 .header_basket {
  margin-left: 0;
}

.header.__cloned.__type-2 .header_cart {
  margin-left: auto;
  margin-top: 0;
}

.header.__cloned.__type-2 .header_logo {
  margin-right: 20px;
}

.header.__type-2 .header_center {
  flex-grow: 1;
}

.header.__cloned.__type-2 .header_center {
  padding-right: 20px;
}

.media-block {
  border: 1px solid #f1f1f1;
  border-radius: 10px;
  position: relative;
}

.media-block_image {
  display: block;
  position: relative;
}

.media-block_image.__video:before {
  content: '';
  width: 49px;
  height: 56px;
  position: absolute;
  background-image: url("/local/templates/vine-club/images/video-ico.png");
  background-position: top left;
  background-repeat: no-repeat;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: 0.3s;
}

.media-block_image.__video:hover:before {
  opacity: 1;
}

.media-block_image img {
  width: 100%;
  object-fit: cover;
}

.media-block_content {
  padding: 20px;
}

.media-block_text-1 {
  font: 13px 'RobotoLight';
  color: #9a9a9a;
  margin-bottom: 10px;
}

.media-block_title {
  font: 17px/23px 'RobotoRegular';
  color: #383838;
  text-decoration: none;
}

.media-block_title:hover {
  text-decoration: underline;
}

.media-block_ico {
  position: absolute;
  width: 26px;
  height: 26px;
  left: 16px;
  top: 16px;
}

.media-block_ico.__video {
  background-image: url("/local/templates/vine-club/images/video.png");
  background-position: top left;
  background-repeat: no-repeat;
}

.media-block_ico.__photo {
  background-image: url("/local/templates/vine-club/images/photo-ico.png");
  background-position: top left;
  background-repeat: no-repeat;
}

.mobile_profile {
  width: 40px;
  flex-shrink: 0;
  padding-top: 17px;
}

.nav-block {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
}

.nav-block h1 {
  margin-bottom: 0;
}

.nav-block_list {
  display: flex;
}

.nav-block_list li {
  margin-left: 15px;
}

.nav-block_list a {
  width: 75px;
  display: block;
  font: 13px 'RobotoLight';
  color: #383838;
  text-decoration: none;
  padding: 5px 0;
  text-align: center;
  border: 1px solid #e3e3e3;
  border-radius: 15px;
  transition: 0.3s;
}

.nav-block_list.__auto-width a {
  width: auto;
  padding: 5px 15px;
}

.nav-block_list li.active a,
.nav-block_list a:hover {
  background: #a51440;
  border-color: #a51440;
  color: #ffffff;
}

.popup-form.__checkout {
  width: 970px;
  padding: 50px;
}

.popup-form_buttons {
  padding-top: 25px;
}

.popup-form_buttons.__type-2 {
  justify-content: space-between;
}

.popup-form_buttons.__type-2 .popup-form_link {
  font-size: 17px;
}

.popup-form_buttons.__type-2 .popup-form_link {
  margin: 0;
}



.pre-order_info {
  font-size: 17px;
  color: #383838;
  text-align: center;
  padding: 10px;
  background: #f3be00;
  border-radius: 5px;
  margin-bottom: 40px;
}

.pre-order_info strong {
  font-family: 'RobotoMedium';
  font-weight: 400;
}

.pre-order_row {
  display: flex;
}

.pre-order_col.__1 {
  padding-right: 65px;
  flex-grow: 1;
  width: 0;
}

.pre-order_col.__2 {
  width: 435px;
  flex-shrink: 0;
}

.pre-order_item {
  margin-bottom: 30px;
}

.pre-order_title {
  font-size: 17px;
  color: #383838;
  margin-bottom: 15px;
}

.pre-order_title.__mb0 {
  margin-bottom: 0;
}

.pre-order_text {
  font: 15px/23px 'RobotoLight';
  color: #383838;
}

.pre-order_info-block {
  margin-top: 15px;
  background: #f1f1f1;
  border-radius: 5px;
  padding: 20px 50px;
  position: relative;
}

.pre-order_info-block p {
  font: 15px/23px 'RobotoLight';
  color: #9e150c;
  margin-bottom: 5px;
}

.pre-order_info-block p strong {
  font-family: 'RobotoMedium';
  font-weight: 500;
}

.pre-order_info-block:before {
  content: '!';
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 1px solid #a1231c;
  position: absolute;
  left: 20px;
  top: 27px;
  font: 15px 'RobotoBold';
  color: #a1231c;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}

.pre-order_info-title {
  font: 15px 'RobotoLight';
  color: #a1231c;
  margin-bottom: 15px;
}

.pre-order_images {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: -15px;
}

.pre-order_images img {
  margin-right: 15px;
  margin-bottom: 15px;
}

.pre-order_form {
  padding: 50px 35px;
  background: #f1f1f1;
  border-radius: 10px;
}

.pre-order_form-item {
  padding: 30px;
  border-bottom: 2px solid #e8e8e8;
}

.pre-order_form-item:first-child {
  padding-top: 0;
}

.pre-order_form-item:last-child {
  padding-bottom: 0;
  border-bottom: none;
}

.pre-order_form-group {
  margin-bottom: 15px;
}

.pre-order_form-group:last-child {
  margin-bottom: 0;
}

.pre-order_form-title {
  font-size: 22px;
  color: #383838;
  text-align: center;
  margin-bottom: 15px;
}

.pre-order_form-label {
  display: block;
  font: 13px 'RobotoLight';
  color: #9a9a9a;
  margin-bottom: 7px;
}

.pre-order_form-row {
  display: flex;
  align-items: flex-end;
  margin-bottom: 15px;
}

.pre-order_form-row:last-child {
  margin-bottom: 0;
}

.pre-order_form-col-1 {
  width: 170px;
  margin-right: 30px;
}

.pre-order_form-col-2 {
  width: 70px;
  margin-right: 20px;
}

.pre-order_form-plus {
  background-image: url("/local/templates/vine-club/images/plus.png");
  background-position: top left;
  background-repeat: no-repeat;
  width: 25px;
  height: 25px;
  margin-bottom: 5px;
  cursor: pointer;
}

.pre-order_form-button {
  width: 235px;
  margin: 0 auto;
  padding-top: 15px;
}

.product_button.__color-2 {
  background: #a51440;
}

.product_button.__color-2:hover {
  background: #c4174b;
}





.top-nav-page {
  background: #a51440;
  position: relative;
}

.top-nav-page_row {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.top-nav-page_link {
  display: block;
  padding: 10px 35px;
  color: #ffffff;
  background: #8f0f36;
  font-size: 14px;
  margin-right: 45px;
}

.top-nav-page_link:hover {
  text-decoration: none;
}

.top-nav-page_info {
  display: flex;
  align-items: center;
}

.top-nav-page_tel {
  font-size: 18px;
  color: #ffffff;
}

.top-nav-page_recall {
  font-size: 14px;
  color: #f3bd00;
  margin-left: 40px;
}

.top-nav-page_recall:hover {
  text-decoration: none;
}

.top-nav-page_logo {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

@media screen and (max-width: 1190px) {
  .blog-item {
    display: block;
  }

  .blog-item_image {
    width: 100%;
    height: 230px;
  }

  .blog-item_content {
    padding: 20px;
  }

  .blog_row {
    margin: 0 -10px;
  }

  .blog_col {
    opacity: 0 10;
  }

  .blog_col.__col-4 {
    width: 50%;
  }

  .checkout_step-1 {
    padding: 20px 15px 0;
  }

  .checkout_step-1-col-1 {
    width: 14%;
  }

  .checkout_step-1-col-2 {
    width: 43%;
    padding-right: 20px;
  }

  .checkout_step-1-col-3 {
    width: 43%;
    padding-left: 20px;
  }



  .checkout_block-inner {
    padding: 0;
  }

  .checkout_block-row {
    display: block;
    margin: 0;
  }

  .checkout_block-col {
    padding: 0;
  }

  .checkout_block-col.__w1 {
    width: auto;
  }

  .checkout_block-col.__w2 {
    width: auto;
  }

  .checkout_block-col.__w3 {
    width: auto;
  }

  body.pattern .content_wrapper:before {
    display: none;
  }

  .events {
    margin-bottom: 20px;
  }

  .events_row {
    margin: 0 -10px;
  }

  .events_col {
    padding: 0 10px;
  }

  .footer-main_row {
    flex-wrap: wrap;
  }

  .footer-main_col.__1 {
    width: 50%;
    margin: 0;
    padding-right: 20px;
    margin-bottom: 20px;
  }

  .footer-main_col.__2 {
    border: none;
    padding-left: 20px;
    padding-bottom: 0;
    margin-bottom: 20px;
  }

  .footer-main_col.__2 {
    width: 50%;
  }

  .footer-main_col.__3 {
    width: 50%;
    padding: 0;
  }

  .footer-main_col.__4 {
    width: 50%;
    padding-left: 20px;
  }

  .header_cart {
    display: block;
    width: 30px;
    height: 30px;
    margin-top: 0;
    margin-left: 0;
  }

  .header_cart-text-1 {
    display: none;
  }

  .header_cart-text-2 {
    display: none;
  }

  .popup-form.__checkout {
    width: 730px;
    padding: 50px 20px;
  }

  .pre-order_row {
    display: block;
  }

  .pre-order_col.__1 {
    width: auto;
    padding-right: 0;
    margin-bottom: 20px;
  }

  .pre-order_col.__2 {
    width: auto;
  }

  .steps-header span {
    font-size: 14px;
    padding: 12px 0;
  }

  .top-nav-page_link {
    padding: 10px;
  }

  .top-nav-page_link span {
    display: none;
  }

  .top-nav-page_logo {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .action_items.__type-2 {
    margin: 0 -10px;
  }

  .action_col {
    width: 100%;
    padding: 0 10px;
  }

  
  .blog-page_row {
    display: block;
  }

  .blog-page_col.__1 {
    width: auto;
    padding-right: 0;
  }

  .blog-page_col.__2 {
    width: auto;
  }

  .blog-page_images img {
    display: block;
    margin: 0 auto 15px;
  }

  .catalog-menu_wrap.__visible {
    display: block;
  }

  .checkbox {
    display: block;
    margin-bottom: 10px;
    width: 100%;
  }

  .checkout_step-1 {
    padding: 20px 10px;
  }

  .checkout_step-1-row {
    display: block;
  }

  .checkout_step-1-col-1 {
    width: auto;
    margin-bottom: 10px;
  }

  .checkout_step-1-col-2 {
    width: auto;
    margin-bottom: 10px;
    padding-right: 0;
    border-right: none;
  }

  .checkout_step-1-col-3 {
    width: auto;
    padding-right: 0;
    padding-left: 0;
  }

  .checkout_step-2 {
    width: auto;
  }

  .checkout_checkbox {
    display: block;
  }

  .events_row {
    flex-wrap: wrap;
  }

  .events_col {
    width: 50%;
    margin-bottom: 10px;
  }

  .footer-main_text {
    display: block;
  }

  .footer-main_text p {
    width: 100%;
  }

  .footer-main_col.__1 {
    width: 100%;
    padding-right: 0;
  }

  .footer-main_col.__2 {
    width: 100%;
    padding-left: 0;
  }

  .footer-main_col.__3 {
    width: 100%;
    margin-bottom: 20px;
  }

  .footer-main_col.__4 {
    width: 100%;
    padding-left: 0;
  }

  .nav-block {
    display: block;
  }

  .nav-block h1 {
    margin-bottom: 20px;
  }

  .nav-block_list {
    display: block;
  }

  .nav-block_list li {
    margin-left: 0;
    margin-bottom: 10px;
  }

  .nav-block_list a {
    width: 100%;
  }

  .popup-form.__checkout {
    width: 300px;
    padding: 30px 10px;
  }

  .product-slider_header.__type-2 {
    font-size: 16px;
    padding-right: 90px;
  }

  .steps-header {
    display: none;
  }

  
}

@media screen and (max-width: 481px) {
  .action_all {
    text-align: center;
    font-size: 16px;
    padding: 15px 0;
  }

  .blog_col.__col-2 {
    width: 100%;
  }

  .blog_col.__col-4 {
    width: 100%;
  }

  .events_all {
    display: none;
  }

  .events_all.__mobile {
    display: block;
  }

 

  

  .pre-order_info-block {
    padding-right: 20px;
  }

  .pre-order_info-title {
    text-align: center;
  }

  .pre-order_images {
    margin-bottom: -5px;
  }

  .pre-order_images img {
    margin-right: 5px;
    margin-bottom: 5px;
  }

  .pre-order_form {
    padding: 15px 20px;
  }

  .pre-order_form-item {
    padding: 15px 0;
  }

  .pre-order_form-label {
    font-size: 13px;
  }

  .pre-order_form-col-1 {
    margin-right: 10px;
  }

  .pre-order_form-col-2 {
    margin-right: 10px;
  }

  .top-nav-page_link {
    margin-right: 10px;
    font-size: 12px;
  }

  .top-nav-page_tel {
    font-size: 12px;
  }

  .top-nav-page_recall {
    margin-left: 10px;
    font-size: 12px;
  }
}

.come-to-back{
  border: 1px solid #a51439;
  font: 15px 'RobotoLight';
  color: #ffffff;
  text-decoration: none;
  padding: 7px 14px 8px;
  background: #a51440;
  border-radius: 5px;
  transition: .3s;
  display: inline-block;
  cursor: pointer;
  width: auto;
  margin-top: 20px;
}

.come-to-back:hover{
  color: #a51440;  
  background:  #ffffff;
}

div.ifr{
  display: inline-block;
  margin-top: 25px;
}

div.news-detail-inf{
  margin: 20px 0px 30px 50px;
}

div.news-detail{
  display: flex;
  margin: 20px 0px 20px 0px;
}

.headline-detail{
  margin-bottom: 10px;
}

.slider-image-detail{
display:inline-block; 
border: 1px solid black; 
opacity: 0.5;
margin:3px;
}

.full-slider{
display: inline-block;
margin-top: 20px
}

.fancy{
display:none;
}

.fancy.active{
display:block;
}

.slider-image-detail.active{
opacity:1
}

.pagin{
  margin-bottom: 20px;
}