.title_with_sub_title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end; }

.color_white {
  color: #ffffff; }

.color_black {
  color: #262626; }

.text_left {
  text-align: left; }

.text_right {
  text-align: right; }

.text_center {
  text-align: center; }

* {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
  box-sizing: border-box; }

.clearfix:before, .clearfix:after {
  content: "";
  display: table; }

.clearfix:after {
  clear: both; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: normal;
  font-family: 'NeutralFace';
  line-height: 1.3;
  font-size: 16px;
  font-weight: 500;
  color: #ffffff;
  min-width: 320px !important;
  position: relative;
  background-color: #262626;
  overflow-x: hidden; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

.container {
  width: 100%;
  max-width: 1470px;
  padding: 0 15px;
  margin: 0 auto; }

.block_padding {
  padding: 80px 0; }

.padding_top_0 {
  padding-top: 0 !important; }

.big_title {
  font-weight: 400;
  font-size: 96px;
  line-height: 1;
  margin-bottom: 50px; }

.tile-title br {
  display: none; }

.title_small {
  font-weight: 400;
  text-transform: uppercase;
  line-height: 1.1;
  font-size: 32px; }

.content_block {
  padding-bottom: 100px; }

.header {
  padding: 50px 0; }
  .header .header_content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    position: relative; }
    .header .header_content .logo {
      width: 170px;
      display: block; }
      .header .header_content .logo img {
        display: block;
        width: 100%;
        height: auto; }
    .header .header_content .header_menu {
      position: absolute;
      top: 0;
      bottom: 0;
      right: 0;
      left: 0;
      margin: auto;
      width: fit-content;
      height: fit-content; }
      .header .header_content .header_menu .menu {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex; }
        .header .header_content .header_menu .menu li:not(:last-of-type) {
          margin-right: 60px; }
        .header .header_content .header_menu .menu li a {
          text-decoration: none;
          line-height: 1;
          font-weight: 400;
          font-size: 20px;
          color: #ffffff;
          text-transform: uppercase;
          display: block;
          padding: 2px;
          font-family: 'Montserrat'; }
      .header .header_content .header_menu .menu .curent_page a {
        color: #5EC3E1; }
    .header .header_content .header_icon_bar {
      position: absolute;
      right: -28px;
      top: 10px;     z-index: 9;}
      .header .header_content .header_icon_bar .icon {
        display: block;
        width: 28px; }
        .header .header_content .header_icon_bar .icon:not(:last-of-type) {
          margin-bottom: 50px; }
        .header .header_content .header_icon_bar .icon a {
          display: block; }
        .header .header_content .header_icon_bar .icon img {
          display: block;
          width: 100%;
          height: auto; }
        .header .header_content .header_icon_bar .icon svg {
          display: block;
          width: 100%;
          height: auto; }
          .header .header_content .header_icon_bar .icon svg path {
            fill: #ffffff; }
      .header .header_content .header_icon_bar .open_basket {
        cursor: pointer;
        position: relative; }
        .header .header_content .header_icon_bar .open_basket .basket_quantity {
          position: absolute;
          top: -5px;
          right: -5px;
          width: 20px;
          height: 20px;
          color: #262626;
          background-color: #ffffff;
          border-radius: 50%;
          z-index: 1;
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: center;
          -webkit-justify-content: center;
          -ms-flex-pack: center;
          justify-content: center;
          -webkit-box-align: center;
          -webkit-align-items: center;
          -ms-flex-align: center;
          align-items: center;
          font-size: 12px;
          line-height: 1;
          padding-top: 1px; }
  .header .header_mobile {
    display: none; }

.footer {
  background-color: #ffffff; }
  .footer .footer_form {
    border-bottom: 3px solid rgba(217, 217, 217, 0.42); }
    .footer .footer_form .footer_form_content {
      padding: 50px 0 60px 0; }
  .footer .footer_menu {
    font-family: 'Montserrat'; }
    .footer .footer_menu .footer_menu_contnet {
      padding: 50px 0;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center; }
      .footer .footer_menu .footer_menu_contnet .menu_wrap {
        flex-grow: 1; }
        .footer .footer_menu .footer_menu_contnet .menu_wrap .menu {
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: justify;
          -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
          justify-content: space-between; }
          .footer .footer_menu .footer_menu_contnet .menu_wrap .menu li a {
            text-decoration: none;
            text-transform: uppercase;
            font-size: 15px;
            font-weight: 400;
            display: block;
            padding: 2px;
            font-family: 'Montserrat';
            color: #262626; }
      .footer .footer_menu .footer_menu_contnet .info {
        margin-left: 140px;
        flex-shrink: 0; }
        .footer .footer_menu .footer_menu_contnet .info .soc_networks {
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          width: fit-content;
          margin: 0 auto; }
          .footer .footer_menu .footer_menu_contnet .info .soc_networks a {
            display: block;
            width: 42px; }
            .footer .footer_menu .footer_menu_contnet .info .soc_networks a:not(:last-of-type) {
              margin-right: 35px; }
            .footer .footer_menu .footer_menu_contnet .info .soc_networks a img {
              display: block;
              width: 100%;
              height: auto; }
        .footer .footer_menu .footer_menu_contnet .info .copy_rights {
          display: inline-block;
          margin-top: 25px;
          color: #262626;
          line-height: 1;
          font-size: 24px;
          font-weight: 400; }

.hero {
  position: relative; }
  .hero .hero_image {
    position: relative;
    z-index: 1; }
    .hero .hero_image img {
      display: block;
      width: 100%;
      height: auto; }
  .hero .hero_info {
    z-index: 2;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    width: 645px;
    padding: 30px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }
    .hero .hero_info .hero_info_image {
      width: 200px;
      margin-top: auto; }
      .hero .hero_info .hero_info_image img {
        display: block;
        width: 100%;
        height: auto; }
    .hero .hero_info .hero_link {
      margin-top: auto;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center;
      height: 48px;
      text-decoration: none;
      text-transform: uppercase;
      color: #ffffff;
      font-size: 48px;
      line-height: 1;
      font-weight: 400; }
      .hero .hero_info .hero_link span {
        display: inline-block;
        height: 100%;
        margin-left: 10px; }
        .hero .hero_info .hero_link span img {
          display: block;
          height: 85%;
          width: auto; }
        .hero .hero_info .hero_link span svg {
          display: block;
          height: 85%;
          width: auto; }

.we_made_gallery {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }
  .we_made_gallery .we_made_gallery_item {
    width: 25%;
    position: relative; }
    .we_made_gallery .we_made_gallery_item .image {
      position: relative;
      z-index: 1; }
      .we_made_gallery .we_made_gallery_item .image img {
        display: block;
        width: 100%;
        height: auto; }
    .we_made_gallery .we_made_gallery_item .title {
      position: absolute;
      z-index: 2;
      height: fit-content;
      font-size: 32px;
      line-height: 1.1;
      text-align: center;
      top: 30px;
      left: 30px;
      right: 30px;
      bottom: 30px; }
      .we_made_gallery .we_made_gallery_item:nth-of-type(1) .title {
        top: 0px;
        left: 0px;
        right: 0px;
        bottom: 0px;
        margin: auto; }
    .we_made_gallery .we_made_gallery_item:nth-of-type(2) .title {
      top: 75%; }
  .we_made_gallery .we_made_gallery_item:nth-of-type(3) .title {
    top: 10%; }
.we_made_gallery .we_made_gallery_item:nth-of-type(4) .title {
  top: auto;
  bottom: 4%; }

.footer_form_content .title_small.color_black{
	text-align: center;
}

.we_made_description {
  margin-top: 80px;
	line-height: 1.3;
 /* padding-right: 25%; */}
  .we_made_description p {
    text-align: right;
    font-size: 32px;
    line-height: 1.2;
    text-transform: uppercase; }
    .we_made_description p:not(:last-of-type) {
      margin-bottom: 40px; }

.rob_product_slider_title_mobile {
  display: none; }

.rob_product_slider {
  margin-top: 150px;
  position: relative; }

.rob_products .rob_products_item {
  position: relative; }
  .rob_products .rob_products_item .image {
    position: relative;
    z-index: 1;
    display: block; }
    .rob_products .rob_products_item .image img {
      display: block;
      width: 100%;
      height: auto; }
  .rob_products .rob_products_item .content {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    padding: 30px 60px;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start; }
    .rob_products .rob_products_item .content .description {
      color: #ffffff;
      text-transform: uppercase;
      font-size: 32px;

		    position: absolute;
    top: 280px;
    padding-left: 10px;

}
    .rob_products .rob_products_item .content .description_2 {
      color: #000000;
      margin-top: 20px; }
    .rob_products .rob_products_item .content .description_3 {
      margin-top: 90px; }
    .rob_products .rob_products_item .content .product_description_block {
      margin-top: auto;     margin-bottom: 30px;}
      .rob_products .rob_products_item .content .product_description_block .product_description .link {
        margin-top: 50px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        width: 400px;
        height: 100px;
        background: #262626;
        backdrop-filter: blur(2px);
        border-radius: 5px;
        color: #ffffff;
        text-transform: uppercase;
        text-decoration: none;
        font-weight: 400;
        font-size: 24px;
        line-height: 1;
        font-family: 'Montserrat'; }
      .rob_products .rob_products_item .content .product_description_block .product_description .icons {
        margin-top: 170px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        max-width: 400px; }
        .rob_products .rob_products_item .content .product_description_block .product_description .icons .icon {
          height: 115px; }
          .rob_products .rob_products_item .content .product_description_block .product_description .icons .icon img {
            display: block;
            height: 100%;
            width: auto; }
      .rob_products .rob_products_item .content .product_description_block .product_description .description_2 br {
        display: none; }

.rob_products_nav {
  position: absolute !important;
  z-index: 2;
  top: 0;
  bottom: 0;
  right: 170px;
  margin: auto;
  width: 125px;
  height: fit-content; }
  .rob_products_nav .rob_products_nav_item {
    border: 2px solid #262626 !important;
    border-radius: 5px !important;
    cursor: pointer;
    width: 100%; }
    .rob_products_nav .rob_products_nav_item:not(:last-of-type) {
      margin-bottom: 30px; }
    .rob_products_nav .rob_products_nav_item img {
      display: block;
      width: 100%;
      height: auto; }
  .rob_products_nav .slick-current {
    border-color: #5EC3E1 !important; }

.small_title_and_button {
  margin-top: 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  .small_title_and_button .link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 390px;
    height: 100px;
    font-size: 24px;
    line-height: 1;
    font-weight: 400;
    font-family: 'Montserrat';
    background: #FAFAFA;
    backdrop-filter: blur(2px);
    border-radius: 5px;
    text-decoration: none;
    color: #262626;
    text-transform: uppercase; }

.do_with_rob_gallery {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .do_with_rob_gallery .do_with_rob_gallery_item {
    position: relative;
    width: 25%;
    display: block; }
    .do_with_rob_gallery .do_with_rob_gallery_item img {
      position: relative;
      z-index: 1;
      display: block;
      width: 100%;
      height: auto; }
    .do_with_rob_gallery .do_with_rob_gallery_item:after {
      z-index: 2;
      position: absolute;
      content: "";
      bottom: 20px;
      right: 10px;
      width: 40px;
      height: 40px;
      background-image: url(../images/big_arrow.svg);
      background-size: contain;
      background-position: center;
      background-repeat: no-repeat; }
    .do_with_rob_gallery .do_with_rob_gallery_item:before {
      z-index: 2;
      position: absolute;
      content: "";
      top: 20px;
      right: 10px;
      width: 50px;
      height: 50px;
      background-image: url(../images/video_icon.svg);
      background-size: contain;
      background-position: center;
      background-repeat: no-repeat; }

.video_gallery {
  margin-top: 20px; }
  .video_gallery .video_gallery_group {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .video_gallery .video_gallery_group:not(:last-of-type) {
      margin-bottom: 100px; }
    .video_gallery .video_gallery_group .video_gallery_item {
      position: relative;
      width: 25%;
      display: block; }
      .video_gallery .video_gallery_group .video_gallery_item img {
        position: relative;
        z-index: 1;
        display: block;
        width: 100%;
        height: auto; }
      .video_gallery .video_gallery_group .video_gallery_item:after {
        z-index: 2;
        position: absolute;
        content: "";
        bottom: 20px;
        right: 10px;
        width: 40px;
        height: 40px;
        background-image: url(../images/big_arrow.svg);
        background-size: contain;
        background-position: center;
        background-repeat: no-repeat; }
      .video_gallery .video_gallery_group .video_gallery_item:before {
        z-index: 2;
        position: absolute;
        content: "";
        top: 20px;
        right: 10px;
        width: 50px;
        height: 50px;
        background-image: url(../images/video_icon.svg);
        background-size: contain;
        background-position: center;
        background-repeat: no-repeat; }

video {
  width: 100%;
  height: auto; }

.video_categories {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  overflow: hidden; }
  .video_categories .video_categories_item_wrap {
    width: 25%;
    text-align: center;
    text-transform: uppercase;
    line-height: 1.2;
    font-size: 32px;
    margin-bottom: 45px;
    position: relative;
    padding-bottom: 10px; }
    .video_categories .video_categories_item_wrap .video_categories_item {
      width: fit-content;
      cursor: pointer; }
    .video_categories .video_categories_item_wrap::after {
      position: absolute;
      content: "";
      bottom: 0;
      left: 0;
      width: 100vw;
      height: 3px;
      background-color: #717171; }
.video_categories .video_categories_item_wrap:last-child{
	display:none;
}

  .video_categories .curent_category {
    color: #5EC3E1; }

.fancybox-button {
  padding: 0;
  width: 100px;
  height: 100px; }
  .fancybox-button svg path {
    fill: #fff; }

.form_wrap {
  width: 100%;
  max-width: 1026px;
  margin: 60px auto; }
  .form_wrap .wpcf7 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    border: 2px solid #262626;
    backdrop-filter: blur(2px);
    overflow: hidden;
    border-radius: 5px; }
    .form_wrap .wpcf7 p {
      flex-grow: 1; }
      .form_wrap .wpcf7 p label br {
        display: none; }
        .form_wrap .wpcf7 p label span input {
          width: 100%;
          height: 100%;
          padding: 0 20px;
          font-size: 24px;
          font-family: 'Montserrat';
          text-transform: uppercase; }
        .form_wrap .wpcf7 p label span .error {
          background-color: rgba(255, 0, 0, 0.2); }
    .form_wrap .wpcf7 .submit_wrap {
      position: relative;
      flex-grow: initial;
margin-bottom: 0;}
      .form_wrap .wpcf7 .submit_wrap .wpcf7-submit {
        flex-shrink: 0;
        width: 280px;
        height: 90px;
        backdrop-filter: blur(2px);
        background-color: #262626;
        color: #ffffff;
        text-transform: uppercase;
        font-weight: 400;
        font-size: 24px;
        line-height: 1;
        font-family: 'Montserrat';
        cursor: pointer; }
      .form_wrap .wpcf7 .submit_wrap .wpcf7-spinner {
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        margin: auto; }
  .form_wrap .alert {
    text-align: center;
    text-transform: auto;
    font-size: 14px;
    margin-top: 20px; }
  .form_wrap .alert.error {
    color: #E30A51; }
  .form_wrap .alert.success {
    color: green; }

.form_description {
  text-align: center;
  color: #262626;
  font-size: 20px;
  text-transform: uppercase; }

/* ===== Scrollbar CSS ===== */
/* Firefox */
.basket {
  scrollbar-width: auto;
  scrollbar-color: #5EC3E1 #8a2be273; }

/* Chrome, Edge, and Safari */
.basket::-webkit-scrollbar {
  width: 6px; }

.basket::-webkit-scrollbar-track {
  background: #8a2be273; }

.basket::-webkit-scrollbar-thumb {
  background-color: #5EC3E1;
  border-radius: 10px;
  border: 1px solid #8a2be273; }

.basket {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 500;
  background-color: #ffffff;
  padding: 50px;
  height: 100%;
  width: 100%;
  max-width: 645px;
  color: #262626;
  overflow: auto;
  transform: translateX(100%);
  transition: all 0.3s; }
  .basket .title {
    text-transform: uppercase;
    color: #262626;
    font-size: 96px;
    font-weight: 400;
    line-height: 1; }
  .basket .close_basket {
    display: inline-block;
    width: 80px;
    height: 80px;
    background-image: url(../images/big_arrow_black.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer; }
    .basket .basket_content .empty_cart {
      margin: 150px 0 0 0;
      font-size: 34px; }
    .basket .basket_content .list_title {
      font-size: 32px;
      line-height: 1;
      text-transform: uppercase;
      margin-top: 60px; }
    .basket .basket_content .order_list {
      padding: 40px 0 70px 0; }
      .basket .basket_content .order_list .order_list_item {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center; }
        .basket .basket_content .order_list .order_list_item:not(:last-of-type) {
          margin-bottom: 50px; }
        .basket .basket_content .order_list .order_list_item .image {
          width: 200px;
          height: 250px;
          position: relative;
          margin-right: 40px;
          flex-shrink: 0;
          overflow: hidden; }
          .basket .basket_content .order_list .order_list_item .image img {
            position: absolute;
            top: 0;
            left: 0;
            height: 100%;
            width: calc(100% + 2px);
            display: block; }
        .basket .basket_content .order_list .order_list_item .description {
          flex-grow: 1; }
          .basket .basket_content .order_list .order_list_item .description .name {
            font-size: 20px;
            font-weight: 400;
            text-transform: uppercase;
            color: #262626;
            margin-bottom: 10px;
            line-height: 1; }
          .basket .basket_content .order_list .order_list_item .description .about {
            font-size: 20px;
            font-weight: 400;
            text-transform: uppercase;
            color: #262626;
            line-height: 1;
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -webkit-align-items: center;
            -ms-flex-align: center;
            align-items: center; }
            .basket .basket_content .order_list .order_list_item .description .about .price .actual {
              display: block; }
            .basket .basket_content .order_list .order_list_item .description .about .color {
              display: inline-block;
              width: 31px;
              height: 31px;
              border: 2px solid #5EC3E1;
              border-radius: 5px;
              margin-left: auto; }
          .basket .basket_content .order_list .order_list_item .description .old {
            font-size: 16px;
            display: block;
            color: #d30101;
            margin-top: 5px; }
    .basket .basket_content .total_price {
      font-weight: 400;
      font-size: 32px;
      line-height: 1;
      text-transform: uppercase;
      margin-top: 25px; }
    .basket .basket_content .to_order {
      margin-top: 40px;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      width: 100%;
      max-width: 400px;
      height: 100px;
      background-color: #262626;
      color: #ffffff;
      font-size: 24px;
      text-transform: uppercase;
      text-decoration: none;
      font-weight: 400;
      font-family: 'Montserrat';
      border-radius: 5px; }

.choose_quantity {
  margin-top: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }
  .choose_quantity .quantity_change {
    display: inline-block;
    width: 48px;
    height: 48px;
    background-color: #262626;
    background-repeat: no-repeat;
    background-size: 50%;
    background-position: center;
    cursor: pointer; }
  .choose_quantity .minus {
    background-image: url(../images/minus.svg); }
  .choose_quantity .plus {
    background-image: url(../images/plus.svg); }
    .choose_quantity .quantity input {
      width: 48px;
      height: 48px;
      text-align: center;
      background-color: #262626;
      color: #ffffff;
      font-size: 24px;
      font-weight: 400;
      line-height: 1;
      font-family: 'Montserrat';
      border-radius: 0 !important; }
    .choose_quantity .quantity input::-webkit-outer-spin-button, .choose_quantity .quantity input::-webkit-inner-spin-button {
      -webkit-appearance: none;
      margin: 0; }
    .choose_quantity .quantity input[type=number] {
      -moz-appearance: textfield; }
  .choose_quantity .remove {
    margin-left: auto;
    width: 30px;
    height: 40px;
    display: block;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    background-image: url(../images/remove.svg);
    cursor: pointer; }

.basket.active {
  transform: translateX(0%); }

.hero_2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }
  .hero_2 .big_title {
    margin-bottom: 0;
    line-height: 1.2; }
  .hero_2 p {
    font-size: 32px;
    text-transform: uppercase;
    margin-top: 30px; }
    .hero_2 p span {
      margin-right: 10px; }
    .hero_2 p a {
      text-decoration: none;
      color: #ffffff; }
  .hero_2 .image {
    width: 420px;
    margin-left: 40px;
    position: relative;
    flex-shrink: 0; }
    .hero_2 .image img {
      display: block;
      width: 100%;
      height: auto; }
    .hero_2 .image p {
      position: absolute;
      bottom: 25px;
      text-align: center;
      padding: 0 10px;
      width: 100%;
      font-size: 32px;
      line-height: 1.2;
      font-weight: 400; }

.shop_products_list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 115px; }
  .shop_products_list .shop_products_list_item .name {
    text-align: center;
    font-size: 40px;
    line-height: 1;
    margin-bottom: 25px;
    text-transform: uppercase;
    font-weight: 400; }
  .shop_products_list .shop_products_list_item .image {
    display: block;
    position: relative; }
    .shop_products_list .shop_products_list_item .image::after {
      position: absolute;
      content: "";
      width: 90px;
      height: 90px;
      bottom: 60px;
      right: 30px;
      background-image: url(../images/big_arrow.svg);
      background-position: center;
      background-size: contain;
      background-repeat: no-repeat; }
    .shop_products_list .shop_products_list_item .image img {
      display: block;
      width: 100%;
      height: auto; }

.single_product_slider_wrap {
  position: relative;
  width: 100%;
  max-width: 720px;
  flex-shrink: 0; }
  .single_product_slider_wrap .single_product_slider .single_product_slider_item {
    display: none; }
    .single_product_slider_wrap .single_product_slider .single_product_slider_item img {
      display: block;
      width: 100%;
      height: auto; }
  .single_product_slider_wrap .single_product_slider .slick-arrow {
    position: absolute;
    bottom: 50px;
    width: 40px;
    height: 40px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    font-size: 0;
    background-color: unset;
    cursor: pointer;
    z-index: 10; }
  .single_product_slider_wrap .single_product_slider .slick-next {
    right: 50px;
    background-image: url(../images/arrow_right.svg); }
  .single_product_slider_wrap .single_product_slider .slick-prev {
    left: 50px;
    background-image: url(../images/arrow_left.svg); }
  .single_product_slider_wrap .single_product_slider_nav {
    position: absolute;
    width: 90px;
    top: 20px;
    left: 20px; }
    .single_product_slider_wrap .single_product_slider_nav .single_product_slider_nav_item {
      width: 90px;
      cursor: pointer;
      border: 2px solid #000000;
      border-radius: 5px;
      margin: 15px 0;
      display: none; }
      .single_product_slider_wrap .single_product_slider_nav .single_product_slider_nav_item img {
        display: block;
        width: 100%;
        height: auto; }
    .single_product_slider_wrap .single_product_slider_nav .slick-current {
      border-color: #ffffff; }
  .single_product_slider_wrap .slick-initialized .single_product_slider_item, .single_product_slider_wrap .slick-initialized .single_product_slider_nav_item {
    display: block; }

.single_product_description {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }
  .single_product_description .name_mobile, .single_product_description .advantages_mobile {
    display: none; }
  .single_product_description .description {
    padding-left: 90px; }
    .single_product_description .description .name {
      line-height: 1.2;
      font-size: 96px;
      text-transform: uppercase; }
    .single_product_description .description .advantages {
      margin: 30px 0;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex; }
      .single_product_description .description .advantages .advantage_item {
        width: 115px; }
        .single_product_description .description .advantages .advantage_item:not(:last-of-type) {
          margin-right: 30px; }
        .single_product_description .description .advantages .advantage_item img {
          display: block;
          width: 100%;
          height: auto; }
    .single_product_description .description .for_what {
      line-height: 1.2;
      font-size: 32px;
      text-transform: uppercase;
      margin-bottom: 30px; }
    .single_product_description .description .price {
      line-height: 1.2;
      font-size: 32px;
      text-transform: uppercase;
      margin-bottom: 20px; }
      .single_product_description .description .price del {
        font-size: 26px;
        color: #d30101;
        margin-left: 20px; }
    .single_product_description .description .colors {
      margin: 40px 0; }
      .single_product_description .description .colors p {
        color: #E30A51;
        font-size: 24px;
        text-transform: uppercase;
        margin-bottom: 30px; }
      .single_product_description .description .colors .color_list {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex; }
        .single_product_description .description .colors .color_list .color:not(:last-of-type) {
          margin-right: 65px; }
        .single_product_description .description .colors .color_list .color input {
          display: none; }
        .single_product_description .description .colors .color_list .color label {
          display: block;
          width: 80px;
          height: 80px;
          border: 2px solid #FAFAFA;
          border-radius: 5px;
          cursor: pointer;
          background-position: center;
          background-repeat: no-repeat;
          background-size: cover; }
          .single_product_description .description .colors .color_list .color label:has(input:checked) {
            border-color: #5EC3E1; }
        .single_product_description .description .colors .color_list .color input:checked ~ label {
          border-color: #5EC3E1; }
    .single_product_description .description .order_block {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex; }
      .single_product_description .description .order_block .order {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        height: 100px;
        width: 390px;
        background: #FAFAFA;
        backdrop-filter: blur(2px);
        border-radius: 5px;
        text-transform: uppercase;
        font-size: 24px;
        line-height: 1;
        font-family: 'Montserrat';
        text-decoration: none;
        color: #262626;
        margin-right: 30px; }
      .single_product_description .description .order_block .choose_quantity {
        margin: 0;
        border-radius: 5px;
        overflow: hidden; }
        .single_product_description .description .order_block .choose_quantity .quantity_change, .single_product_description .description .order_block .choose_quantity input {
          background-color: #FAFAFA;
          color: #000000;
          height: 100%;
          display: block; }
        .single_product_description .description .order_block .choose_quantity .quantity {
          height: 100%; }
        .single_product_description .description .order_block .choose_quantity .minus {
          background-image: url(../images/minus_black.svg); }
        .single_product_description .description .order_block .choose_quantity .plus {
          background-image: url(../images/plus_black.svg); }

.accordion_block .accordion_item {
  padding-bottom: 40px;
  border-bottom: 3px solid rgba(217, 217, 217, 0.42); }
  .accordion_block .accordion_item:not(:last-of-type) {
    margin-bottom: 40px; }
  .accordion_block .accordion_item .accordion_item_title {
    text-transform: uppercase;
    font-size: 42px;
    cursor: pointer;
    position: relative;
    line-height: 1;
    width: fit-content;
    padding-right: 95px; }
    .accordion_block .accordion_item .accordion_item_title::after {
      position: absolute;
      content: '';
    width: 34px;
    height: 47px;
    bottom: 0px;
    right: 41px;
      background-image: url(../images/big_arrow.svg);
      background-size: contain;
      background-position: center;
      background-repeat: no-repeat;
      transition: all 0.3s; }
  .accordion_block .accordion_item .accordion_item_title.active::after {
    transform: rotate(-180deg); }
  .accordion_block .accordion_item .accordion_item_content {
    display: none;
    margin-top: 40px;
    font-weight: 400;
    font-size: 32px;
    line-height: 1.3; }

.similar_products_list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 100px; }
  .similar_products_list .similar_products_list_item .name {
    text-align: center;
    font-size: 32px;
    line-height: 1;
    margin-bottom: 30px;
    text-transform: uppercase;
    font-weight: 400; }
  .similar_products_list .similar_products_list_item .image {
    display: block;
    position: relative; }
    .similar_products_list .similar_products_list_item .image::after {
      position: absolute;
      content: "";
      width: 40px;
      height: 40px;
      bottom: 30px;
      right: 16px;
      background-image: url(../images/big_arrow.svg);
      background-position: center;
      background-size: contain;
      background-repeat: no-repeat; }
    .similar_products_list .similar_products_list_item .image img {
      display: block;
      width: 100%;
      height: auto; }

.anchor_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }
  .anchor_list .anchor_list_item {
    width: 25%;
    position: relative;
    cursor: pointer;
    display: block; }
    .anchor_list .anchor_list_item .image {
      position: relative;
      z-index: 1; }
      .anchor_list .anchor_list_item .image img {
        display: block;
        width: 100%;
        height: auto; }
      .anchor_list .anchor_list_item .image:after {
        content: '';
        position: absolute;
        width: 43px;
        height: 43px;
        background-image: url(../images/big_arrow.svg);
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
        bottom: 20px;
        right: 20px;
        z-index: 5; }
    .anchor_list .anchor_list_item .title {
      position: absolute;
      z-index: 2;
      height: fit-content;
      font-size: 32px;
      line-height: 1.1;
      text-align: center;
      top: 30px;
      left: 30px;
      right: 20px;
      bottom: 30px;
      color: #ffffff; }
      .anchor_list .anchor_list_item:nth-of-type(1) .title {
        top: 0px;
        left: 0px;
        right: 0px;
        bottom: 0px;
        margin: auto; }
    .anchor_list .anchor_list_item:nth-of-type(2) .title {
      top: 57%; }
  .anchor_list .anchor_list_item:nth-of-type(3) .title {
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    margin: auto; }
.anchor_list .anchor_list_item:nth-of-type(4) .title {
  top: 80%; }

.page_load {
  position: fixed;
  z-index: 2000;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  background-color: #0e1e2f;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }
  .page_load img {
    display: block;
    width: 25vw;
    height: auto; }

.page_load_opacity {
  opacity: 0;
  transition: 0.2s; }

.to_main_page {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-top: 100px;
  padding-right: 9vw; }
  .to_main_page a {
    position: relative;
    text-transform: uppercase;
    color: #ffffff;
    text-decoration: none;
    padding-right: 110px; }
    .to_main_page a::after {
      top: 0;
      right: 0;
      content: "";
      position: absolute;
      width: 80px;
      height: 80px;
      background-size: contain;
      background-repeat: no-repeat;
      background-position: center;
      background-image: url(../images/big_arrow.svg);
      transform: rotate(-90deg); }

.to_main_page.chechout_page {
  margin: 0;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding-right: 0vw; }
  .to_main_page.chechout_page a {
    margin: 0; }

.chechout_contnet {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 160px; }
  .chechout_contnet .chechout_form_block {
    flex-grow: 1; }
    .chechout_contnet .chechout_form_block .form_title {
      font-size: 64px;
      font-family: 'Montserrat';
      text-transform: uppercase;
      margin-bottom: 50px;
      font-weight: 400; }

.chechout_contnet .chechout_form_block .form_title span{
	font-size: 16px;
    display: flex;
    line-height: 2;
}
      .chechout_contnet .chechout_form_block .form p:not(:last-of-type) {
        margin-bottom: 50px; }
      .chechout_contnet .chechout_form_block .form p input {
        border: 2px solid #FAFAFA;
        backdrop-filter: blur(2px);
        border-radius: 5px;
        height: 100px;
        width: 100%;
        font-size: 24px;
        font-family: 'Montserrat';
        padding: 0 15px;
        background-color: unset;
        color: #ffffff;
        text-transform: uppercase; }
      .chechout_contnet .chechout_form_block .form .promo {
        border-radius: 5px;
        border: 2px solid #FAFAFA;
        overflow: hidden;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex; }
        .chechout_contnet .chechout_form_block .form .promo input {
          border: none; }
        .chechout_contnet .chechout_form_block .form .promo button {
          width: 280px;
          flex-shrink: 0;
          color: #262626;
          text-transform: uppercase;
          font-size: 24px;
          cursor: pointer; }
      .chechout_contnet .chechout_form_block .form .delivery_method .delivery_method_item, .chechout_contnet .chechout_form_block .form .pay_method .delivery_method_item {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center; }
        .chechout_contnet .chechout_form_block .form .delivery_method .delivery_method_item:not(:last-of-type), .chechout_contnet .chechout_form_block .form .pay_method .delivery_method_item:not(:last-of-type) {
          margin-bottom: 30px; }
      .chechout_contnet .chechout_form_block .form .delivery_method label, .chechout_contnet .chechout_form_block .form .pay_method label {
        font-family: 'Montserrat';
        text-transform: uppercase;
        font-weight: 400;
        font-size: 24px;
        line-height: 1;
        display: block;
        position: relative;
        cursor: pointer;
        width: fit-content;
        padding-left: 80px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        height: 38px; }
        .chechout_contnet .chechout_form_block .form .delivery_method label:after, .chechout_contnet .chechout_form_block .form .pay_method label:after {
          top: 0;
          left: 0;
          position: absolute;
          content: "";
          width: 42px;
          height: 38px;
          background: #FAFAFA; }
      .chechout_contnet .chechout_form_block .form .delivery_method input, .chechout_contnet .chechout_form_block .form .pay_method input {
        display: none; }
        .chechout_contnet .chechout_form_block .form .delivery_method input:checked ~ label::before, .chechout_contnet .chechout_form_block .form .pay_method input:checked ~ label::before {
          position: absolute;
          content: "";
          top: 9px;
          left: 10px;
          width: 22px;
          height: 20px;
          background-color: #262626;
          z-index: 5; }
      .chechout_contnet .chechout_form_block .form .confirm_the_order {
        margin-top: 60px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        width: 100%;
        max-width: 450px;
        height: 100px;
        background: #FAFAFA;
        backdrop-filter: blur(2px);
        border-radius: 5px;
        font-size: 24px;
        font-weight: 400;
        font-family: 'Montserrat';
        text-transform: uppercase;
        cursor: pointer;
        text-align: center;
        color: #262626 !important;
        overflow: hidden; }
        .chechout_contnet .chechout_form_block .form .confirm_the_order:disabled {
          position: relative; }
          .chechout_contnet .chechout_form_block .form .confirm_the_order:disabled:after {
            content: "";
            position: absolute;
            background-color: rgba(255, 255, 255, 0.7);
            top: 0;
            bottom: 0;
            right: 0;
            left: 0;
            z-index: 5;
            background-repeat: no-repeat;
            background-position: center;
            background-size: 15%;
            background-image: url(../images/button_loader.gif); }
      .chechout_contnet .chechout_form_block .form .buttons a {
        margin-top: 60px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        width: 100%;
        max-width: 450px;
        height: 100px;
        background: #FAFAFA;
        backdrop-filter: blur(2px);
        border-radius: 5px;
        font-size: 24px;
        font-weight: 400;
        font-family: 'Montserrat';
        text-transform: uppercase;
        cursor: pointer;
        text-decoration: none;
        color: #262626;
        text-align: center; }
    .chechout_contnet .chechout_form_block .form_2 {
      margin-top: 200px; }
    .chechout_contnet .chechout_form_block .form_3 {
      margin-top: 100px; }
    .chechout_contnet .chechout_form_block .form_4 {
      margin-top: 100px; }
  .chechout_contnet .chechout_products_block {
    flex-shrink: 0;
    width: 600px;
    height: fit-content;
    margin-left: 70px;
    padding-left: 50px;
    padding-bottom: 60px;
    border-left: 3px solid rgba(217, 217, 217, 0.42); }
    .chechout_contnet .chechout_products_block .order_list {
      margin-bottom: 100px; }
      .chechout_contnet .chechout_products_block .order_list .order_list_item {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center; }
        .chechout_contnet .chechout_products_block .order_list .order_list_item:not(:last-of-type) {
          margin-bottom: 50px; }
        .chechout_contnet .chechout_products_block .order_list .order_list_item .image {
          width: 200px;
          height: 250px;
          position: relative;
          margin-right: 40px;
          flex-shrink: 0;
          overflow: hidden; }
          .chechout_contnet .chechout_products_block .order_list .order_list_item .image img {
            position: absolute;
            top: 0;
            left: 0;
            height: 100%;
            width: calc(100% + 2px);
            display: block; }
        .chechout_contnet .chechout_products_block .order_list .order_list_item .description {
          flex-grow: 1; }
          .chechout_contnet .chechout_products_block .order_list .order_list_item .description .name {
            font-size: 20px;
            font-weight: 400;
            text-transform: uppercase;
            color: #ffffff;
            margin-bottom: 10px;
            line-height: 1; }
          .chechout_contnet .chechout_products_block .order_list .order_list_item .description .about {
            font-size: 20px;
            font-weight: 400;
            text-transform: uppercase;
            color: #ffffff;
            line-height: 1;
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -webkit-align-items: center;
            -ms-flex-align: center;
            align-items: center; }
            .chechout_contnet .chechout_products_block .order_list .order_list_item .description .about .price .actual {
              display: block; }
            .chechout_contnet .chechout_products_block .order_list .order_list_item .description .about .color {
              display: inline-block;
              width: 31px;
              height: 31px;
              border: 2px solid #5EC3E1;
              border-radius: 5px;
              margin-left: auto; }
          .chechout_contnet .chechout_products_block .order_list .order_list_item .description .old {
            font-size: 16px;
            display: block;
            color: #d30101;
            margin-top: 5px; }
            .chechout_contnet .chechout_products_block .order_list .order_list_item .description .choose_quantity .plus_minus {
              border: 2px solid #FAFAFA;
              border-radius: 5px;
              overflow: hidden;
              display: -webkit-box;
              display: -webkit-flex;
              display: -ms-flexbox;
              display: flex; }
            .chechout_contnet .chechout_products_block .order_list .order_list_item .description .choose_quantity .remove {
              background-image: url(../images/remove_white.svg); }
    .chechout_contnet .chechout_products_block .total_price {
      font-weight: 400;
      font-size: 32px;
      line-height: 1;
      text-transform: uppercase;
      margin-top: 25px; }
    .chechout_contnet .chechout_products_block .title {
      text-transform: uppercase;
      color: #ffffff;
      font-size: 96px;
      font-weight: 400;
      line-height: 1; }
    .chechout_contnet .chechout_products_block .to_order {
      text-decoration: none;
      color: #262626;
      margin-top: 60px;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      width: 100%;
      max-width: 450px;
      height: 100px;
      background: #FAFAFA;
      backdrop-filter: blur(2px);
      border-radius: 5px;
      font-size: 24px;
      font-weight: 400;
      font-family: 'Montserrat';
      text-transform: uppercase;
      cursor: pointer;
      text-align: center; }





#form-review .h2{
	 
    font-size: 32px;
    line-height: 1;
    margin-bottom: 30px;
    text-transform: uppercase;
    font-weight: 400;
}

#product-product .breadcrumb,
#product-product .alert {
	display: none !important;
}

#button-review{
    height: 50px;
    background: #FAFAFA;
    backdrop-filter: blur(2px);
    border-radius: 5px;
    text-transform: uppercase;
    font-size: 24px;
    line-height: 1;
	padding: 0 15px;
    font-family: 'Montserrat';
    text-decoration: none;
    color: #262626;
    margin-right: 30px;
}

#review .row{
    font-size: 12px;
    text-align: right;
}

#information-information #content{
font-weight: normal;
    font-family: 'Montserrat';
}

.accordion_item .accordion_item_content *{
    font-family: 'Montserrat' !important;
	font-size: 16px !important;
}

#form-review .help-block{
	display: none;
}

.similar_products_list .similar_products_list_item .name{
	min-height: 64px;
}

.newsletter.form_wrap label{display: inline;}
.newsletter.form_wrap p{margin-bottom: 0}


.form_wrap .wpcf7 p label span input{
	color: #000;
}

#review{
    background: #fff;
 
    border-radius: 5px;
    padding: 40px 50px 145px;

}

.review-media-all{
	    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
}

.review-all-photo-title, .review-all-photo-title{
	color: #000 !important;
	    font-weight: 600;
    font-size: 20px;
	font-weight: normal;
}


.comment-text,
.review-date,
.review-vote-count,
#review-extended p{
	color: #919191
}

.review-media-all>.review-all-photo-title{
	font-size: 24px;
	margin-bottom: 20px;
}

.form-horizontal .control-label,
.add-user-media-caption{
	color: #919191;
	opacity: 0.7;
	margin-bottom: 10px;
}

.star-block {
    width: 64px;
    cursor: pointer;
}

.reviews-user-add-content-block{
	margin-bottom: 15px;
}

.allready-buy .fa {
    font-size: 20px;
}

.verification-check{
	line-height: 14px;
}

.verification-check i {
    font-size: 12px;
    line-height: 0;
}


.review-vote-count {

    font-size: 14px;
}

.review-rating-change-buttons i{
	font-size: 22px;
}
.review-author-name{
	letter-spacing: 1px;
}


.rating{
position: relative;
    border-radius: 5px;
    padding: 10px 20px 1px;
}
.rating i{
    font-size: 32px;
}
.rating i.fa-star-o:before {
    content: "\f006";
	display: none;
}

.rating a{
    margin-left: 5px;
    color: #fff;
    font-size: 22px;
    line-height: 0;
    position: absolute;
    bottom: 28px;
    margin-left: 10px;
}

#toggleButton{
    display: inline-block;
    width: 50px;
    height: 101px;
    background: #2626267d;
    text-align: center;
    line-height: 101px;
    font-size: 28px;
    font-family: 'FontAwesome';
    border-radius: 5px;
    cursor: pointer;
    margin-top: 2px;
}

#toggleButton:hover{
	background:#262626; 
}


.basket_content .big_title {
	font-size: 48px;
}

.basket_content .similar_products_list{
	    grid-template-columns: repeat(2, 1fr);
}

.basket_content .similar_products_list .similar_products_list_item .name{
	    font-size: 24px;
	min-height: 48px;
	
}

.new_text_color{
    line-height: 1.5;
    margin-bottom: 20px;
    font-size: 12px;
    font-style: italic;
    letter-spacing: 0.9px;
    text-align: justify;
    padding-right: 80px;
}


.similar_products_list .slick-arrow{
    background: #000;
    padding: 20px 15px;
    font-family: monospace;
    position: absolute;
    top: 50%;
    z-index: 1;
    font-size: 20px;
}

.similar_products_list .slick-prev{}

.similar_products_list .slick-next{
	right: 0;
}



 #kbgc_link_container
                            {
								opacity: 0;
                                position: fixed;
                                padding: 7px 10px;
                                top: 50%;
                                left: -123px;
                                z-index: 9;
                                transform: rotate(270deg);
                                background-color: #212121;
                                border-radius: 0 0 5px 5px;
                                cursor: pointer;
                   
                            }
#kbgc_link_container:hover{
	left: -118px;
}

                            #kbgc_link_container a
                            {
                                color: #fff !important;
                             text-decoration: none;
                                margin: 0;
                                font-size: 15px;
                            }


h4 .cardTitleHeading{
    position: static;
    margin-left: auto;
    display: block;
    margin-right: auto;
	    max-width: 600px;
    font-weight: 500;
}

#eCard .eCardheading{
	margin-bottom: 40px;
	margin-top: 20px;
}



#simplecheckout_form_0  .checkout-heading{
	    font-weight: 400;
	color: #fff;
	background-color: transparent;
	font-size: 44px;
}

#simplecheckout_form_0  .form-control{
	    border: 2px solid #FAFAFA;
    backdrop-filter: blur(2px);
    border-radius: 5px;
    height: 100px;
    width: 100%;
    font-size: 24px;
    font-family: 'Montserrat';
    padding: 0 15px;
    background-color: unset;
    color: #ffffff;
    text-transform: uppercase;
}
#simplecheckout_form_0 .simplecheckout-cart-total .form-control{
    height: 40px;
    width: 200px;
    max-width: 300px;
    margin-left: 6px !important;
}


#simplecheckout_form_0  label.control-label{
	display: none !important;
}

#simplecheckout_form_0 .form-group{
	margin-bottom:86px;
}

#simplecheckout_form_0 .simplecheckout-cart thead{
	display: none;
}

.simplecheckout-warning-block{
	color: #fff !important;
}

#simplecheckout_form_0 .quantity .form-control{
    height: 27px;
    font-size: 14px;
    width: 65px;
    text-align: center;
}

.simplecheckout-cart,
.simplecheckout-cart-total{
	border: none;
}
#simplecheckout_form_0 .quantity button{
	padding: 5px;
	border-radius: 3px;
}

#simplecheckout_form_0 .simplecheckout-block .radio{
	margin-bottom: 20px;
	margin-top: 10px;
	font-size: 20px;
	cursor: pointer;
}

#simplecheckout_form_0{
	margin-top: 100px
}

#simplecheckout_form_0{}

.simplecheckout-cart .total{
	font-weight: normal !important;
}

.simplecheckout-cart td.name a{
	color: #fff;
	font-size: 20px;
	text-decoration: none;
}

.simplecheckout-cart-total b{
	font-weight: normal;
}

.simplecheckout-cart td{
	vertical-align: middle !important;
}

.simplecheckout-cart td.image img{
	border-radius: 3px;
	overflow: hidden;
}

#simplecheckout_button_cart span{
    cursor: pointer;
    border: 1px solid #fff;
    padding: 10px;
    display: block;
    margin-top: 10px;
    width: 200px;
    text-align: center;
    font-size: 20px;
}

#simplecheckout_form_0 .simplecheckout-button-block{
	text-align: center;
	background-color: transparent;
	margin-bottom: 150px;
}

#simplecheckout_form_0 .simplecheckout-button-right{
	display: block;
	float: none;
	width: 100%;
}
#simplecheckout_form_0 .simplecheckout-button-right input,
#simplecheckout_form_0 .simplecheckout-button-right a,
#simplecheckout_form_0 .simplecheckout-button-right button{
	    cursor: pointer;
    border: 1px solid #fff;
    padding: 20px;
    display: block;
    margin-top: 10px;
    width: 100%;
	color: #fff;
	text-transform: uppercase;
    text-align: center;
    font-size: 30px;
	background-color: transparent;
}

#simplecheckout_form_0 .simplecheckout-button-right input:hover,
#simplecheckout_form_0 .simplecheckout-button-right a:hover,
#simplecheckout_form_0 .simplecheckout-button-right button:hover{
	background: #fff;
	color: #000;
}

.products_r{
    padding-top: 0;
    margin-top: 10px;
    margin-bottom: 100px;
}

.simplecheckout-right-column{
	padding-left: 5%;
}

#review-extended .fa-star{
	color: #262626;
}

.sub_title_xbundle{
	text-align: center;
	margin-top: 50px;
	margin-bottom: 100px;
}

.sub_title_xbundle h1{
    font-weight: normal;
    font-size: 50px;
    margin-bottom: 15px;
}

.sub_title_xbundle p{
font-size: 20px;
}


.simplecheckout_product .shop_products_list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: 1fr;
    grid-column-gap: 0px;
    grid-row-gap: 115px;
}


.simplecheckout_product .shop_products_list .shop_products_list_item .image::after{
	width: 45px;
    height: 45px;
    bottom: 25px;
    right: 25px;
}

.simplecheckout_product .shop_products_list .shop_products_list_item .name{
	    font-size: 20px;
	color: #fff;
	text-decoration: none !important;
}
.simplecheckout_product .shop_products_list .shop_products_list_item a{
	text-decoration: none !important;
}

.simplecheckout_product .form-group>div{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.simplecheckout_product .form-group>div>div.radio {
    margin-left: 2px;
    margin-right: 2px;
}

.simplecheckout_product .form-group>div>div.radio label {
    display: block;
    width: 36px;
    height: 36px;
    border: 1px solid #FAFAFA;
    border-radius: 3px;
    cursor: pointer;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}


.simplecheckout_product .form-group>div>div.radio input:checked ~ label {
    border-color: #c91547;
}


.simplecheckout_product .form-group>div>div.radio input {
    opacity: 0;
    width: 0;
    height: 0;
    overflow: hidden;
}

.simplecheckout_product .control-label{
	text-align: center;
	padding-top: 10px;
	display: block;
	margin-bottom: -10px;
}
.simplecheckout_product button{
	clear: both;
	    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background: #FAFAFA;
    backdrop-filter: blur(2px);
    border-radius: 5px;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 1;
    font-family: 'Montserrat';
    text-decoration: none;
    color: #262626;
    margin-right: auto;
    margin-left: auto;
    margin-top: 30px;
	padding: 15px;
    cursor: pointer;
    border: 1px solid #FAFAFA;
}

.simplecheckout_product button:hover {
    background: #262626;
    color: #FAFAFA;
}

.simplecheckout_product .text-danger{
	    color: red;
    text-align: center;
    display: block;
    font-weight: 100;
    font-size: 12px;
    padding-top: 5px;
    position: absolute;
    width: 100%;
}

.simplecheckout_product .shop_products_list_item{
	position: relative;
    display: flex
;
    flex-direction: column;
    justify-content: space-between;
}


.alert.alert-success{
	color: #fff;
    text-align: center;
    display: block;
    padding: 20px 10px 40px;
}
.alert.alert-success a{
	color: #fff;
}

.alert.alert-success .close{
	cursor: pointer;
	color: #000;
    background-color: #fff;
    border-radius: 50%;
    width: 17px;
    font-size: 16px;
    position: absolute;
    margin-left: 6px;
    margin-top: -7px;
	
}

.new_block_anim{}

.new_block_anim .h3{
	    margin-bottom: 20px;
}

.block_anim{}

.new_block_anim {
	margin-right: 15px;
    max-width: 100%;
    margin-top: 10px;
    background: #FAFAFA;
    padding: 20px 30px;
    color: #262626;
    border-radius: 5px;
    margin-bottom: 40px;
    text-align: center;
}

.new_block_anim .h3 span {
  font-weight: bold;
}

.block_anim {
  position: relative;
  width: 100%;
  height: 12px;
  background-color: rgba(0,0,0,0.1);
  border-radius: 4px;
  overflow: hidden;
}
.block_anim_fill {
  height: 100%;
  width: 0;
  background-color: #262626;
  transition: width 0.4s ease;
}



.header>div{
	position: relative;
}
.free_delivery{
	
position: absolute;
    right: -15px;
    font-size: 14px;
    font-weight: 100;
    top: -35px;
    letter-spacing: 1px;
    opacity: 0.5;
}
.form-group{
	position: relative;
}

.form-group .dropdown-address li{
	background-color: none;
padding: 0;
}

.form-group .dropdown-address li a{
	width: 100%;
	padding: 10px;
}

.form-group .dropdown-address li a:hover{
	color: #fff;
	background-color: #212121;
}

.form-group ul.dropdown-address,
.form-group ul.dropdown-address{
	    max-width: 100%;
    width: 100%;
}

@media only screen and (max-width: 1850px) {
	.single_product_description .description .colors .color_list .color:not(:last-of-type) {
    margin-right: 25px;
		margin-bottom: 15px;
}
	.single_product_description .description .colors .color_list {
  
        width: 100%;
        flex-wrap: wrap;
    }
}

@media only screen and (max-width: 1450px) {
	.accordion_block .accordion_item .accordion_item_title::after{
		right: 24px;
	}
	.free_delivery{
		    right: 13px;
    top: -20px;
	}
}


@media only screen and (max-width: 1150px) {
	.accordion_block .accordion_item .accordion_item_title::after{
		right: 4px;
	}
}
	
	
@media only screen and (max-width: 768px) {
	
	.free_delivery{
    position: static;
    font-size: 12px;
    text-align: center;
    margin-top: -17px;
    margin-bottom: 10px;
}
	
	.simplecheckout_product .shop_products_list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: 1fr;
    grid-column-gap: 0px;
    grid-row-gap: 30px;
}
	
	
.rob_products .rob_products_item .content .product_description_block{
        margin-top: auto !important;
        height: auto !important;
        margin-bottom: 0;
	}
	
	.rob_products .rob_products_item .content .description_1{
		margin-top: 0 !important;
		top: 20px !important;
	}
	

	
	    .single_product_description .description .colors .color_list {
  
        width: 100%;
        flex-wrap: wrap;
    }
	
	.single_product_description .description .colors .color_list .color:not(:last-of-type){
		margin-right: 10px;
		margin-bottom: 10px;
	}
	
	
	.shop_products_list {
  grid-template-columns: repeat(2, 1fr);
		
	}
	
	#simplecheckout_form_0{
	margin-top: 30px
}

	.simplecheckout-right-column{
	padding-left: 0;
}
	#simplecheckout_form_0 .form-group {
    margin-bottom: 35px;
}
	
	#simplecheckout_form_0 .form-control{
		    height: 70px;
	}
	
	#simplecheckout_cart{
		    overflow-y: scroll;
	}
	
	#simplecheckout_form_0 .simplecheckout-button-right input, #simplecheckout_form_0 .simplecheckout-button-right a,
#simplecheckout_form_0 .simplecheckout-button-right button{
		font-size: 18px;
	}
	
	.new_text_color{
		padding-right: 0;
	}
	.rating{
		margin-bottom: 15px;
		font-size: 12px;
		padding: 10px 10px 1px;
	}
	
	.rating i{
    font-size: 24px;
}
	
	.rating a{
    margin-left: 10px;
    font-size: 17px;
    bottom: 22px;
}
	
	#review{
		width: 100%;
		    max-width: 100%;
	}
	
	.review-author {
    margin-bottom: 15px;
}
	
	.rating-container{
		margin-left: 0;
		    clear: both;
	}
	
	.star-block {
    width: 20%;
    cursor: pointer;
}
	
	.super-star-text{
		display: none;
	}
	
	.add-review-star-wrap{
		    width: 100%;
    margin: 0;
    margin-left: 15px;
	}
	
	
	#form-review .control-label {
    width: 100%;
    display: inline-block;
    padding-bottom: 7px;
}
	
	#form-review .form-group{
		width: 100%;
	}
	#form-review .form-group .form-control {
    border-radius: 5px;
    padding: 15px 25px;
    width: 100%;
    min-width: 100%;
}
	
	
	#button-review{
    margin-left: auto;
    margin-right: auto;
    display: block;
}
	
	#button-review-extended{
		width: 100%;
	}
	
	#input-sort{
        font-size: 14px;
        margin-left: -35px;
        width: calc(100% + 70px);
	}
	
	
	.similar_products_list .similar_products_list_item .name{
		font-size: 20px;
		min-height: 40px;
	}

.single_product_description .advantages_mobile{
    order: 1;
	    flex-direction: row;
    flex-wrap: wrap;
}
	.single_product_description .name_mobile{
		display: none !important;
    order: 2;
		    text-align: center !important;
    padding-top: 20px;
		margin-bottom: -40px;
}
	
	#product{
		margin-top: -50px;
	}
	
	.single_product_description .description{
		padding-top: 15px !important;
	}
	
	.single_product_description .description .for_what{
		text-align: center !important;
		    margin-bottom: 15px !important;
	}
	
	.single_product_description .description .price{
		text-align: center!important;
		font-size:32px !important;
		font-weight: bold !important;
		padding-top: 10px;
	}
	
	.single_product_description .advantages_mobile .advantage_item{
width: 40% !important;
    min-width: 40%;
    margin: auto !important;
    text-align: center;
	}
	
	.single_product_description .description .order_block{
		transition: transform 0.5s ease-in-out;
	}
	
	.single_product_description .description .order_block.fixed{
		position: fixed;
		bottom: 0;
		width: 100%;
		    left: 0;
    background: #262626;
    padding: 10px;
		    z-index: 2;
		transform: translateY(0);
	}
	
	.single_product_description .description .order_block.fixed .order{
		height: 40px;
	}
	.accordion_block .accordion_item .accordion_item_title::after{
		right: 5px;
	}
}
