.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; }

@media only screen and (max-width: 1530px) {
  .header .header_content .header_icon_bar {
    right: 0px; } }

@media only screen and (max-width: 1440px) {
  .block_padding {
    padding: 50px 0; }
  .big_title {
    font-size: 66px;
    margin-bottom: 40px; }
  .title_small {
    font-size: 28px; }
  .content_block {
    padding-bottom: 80px; }
  .header {
    padding: 30px 0; }
    .header .header_content .logo {
      width: 140px; }
      .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: 40px; }
        .header .header_content .header_menu .menu li a {
          font-size: 18px; }
    .header .header_content .header_icon_bar {
      right: 0px;
      top: 8px; }
      .header .header_content .header_icon_bar .icon {
        width: 24px; }
        .header .header_content .header_icon_bar .icon:not(:last-of-type) {
          margin-bottom: 30px; }
  .footer .footer_form .footer_form_content {
    padding: 40px 0 50px 0; }
  .footer .footer_menu .footer_menu_contnet {
    padding: 40px 0; }
    .footer .footer_menu .footer_menu_contnet .menu_wrap .menu li a {
      font-size: 15px; }
    .footer .footer_menu .footer_menu_contnet .info {
      margin-left: 120px; }
      .footer .footer_menu .footer_menu_contnet .info .soc_networks a {
        width: 36px; }
        .footer .footer_menu .footer_menu_contnet .info .soc_networks a:not(:last-of-type) {
          margin-right: 20px; }
      .footer .footer_menu .footer_menu_contnet .info .copy_rights {
        margin-top: 20px;
        font-size: 20px; }
  .hero .hero_info {
    width: 580px;
    padding: 25px; }
    .hero .hero_info .hero_info_image {
      width: 150px; }
    .hero .hero_info .hero_link {
      height: 40px;
      font-size: 40px; }
  .we_made_gallery .we_made_gallery_item .title {
    font-size: 24px;
    top: 25px;
    left: 25px;
    right: 25px;
    bottom: 25px; }
  .we_made_description {
    margin-top: 60px; }
    .we_made_description p {
      font-size: 28px; }
      .we_made_description p:not(:last-of-type) {
        margin-bottom: 35px; }
  .rob_product_slider {
    margin-top: 120px; }
    .rob_product_slider .title_small {
      font-size: 36px;
      text-align: left; }
  .rob_products .rob_products_item .content {
    padding: 30px 40px; }
    .rob_products .rob_products_item .content .description {
      font-size: 28px; }
    .rob_products .rob_products_item .content .description_2 {
      margin-top: 15px; }
    .rob_products .rob_products_item .content .description_3 {
      margin-top: 60px; }
      .rob_products .rob_products_item .content .product_description_block .product_description .link {
        margin-top: 40px;
        width: 350px;
        height: 80px;
        font-size: 20px; }
      .rob_products .rob_products_item .content .product_description_block .product_description .icons {
        margin-top: 150px; }
        .rob_products .rob_products_item .content .product_description_block .product_description .icons .icon {
          height: 90px; }
  .rob_products_nav {
    right: 40px;
    width: 110px; }
    .rob_products_nav .rob_products_nav_item:not(:last-of-type) {
      margin-bottom: 25px; }
  .small_title_and_button {
    margin-top: 40px; }
    .small_title_and_button .link {
      width: 370px;
      height: 80px;
      font-size: 20px; }
  .do_with_rob_gallery .do_with_rob_gallery_item:after {
    bottom: 20px;
    right: 10px;
    width: 34px;
    height: 34px; }
  .do_with_rob_gallery .do_with_rob_gallery_item:before {
    top: 20px;
    right: 10px;
    width: 44px;
    height: 44px; }
  .fancybox-button {
    padding: 0;
    width: 90px;
    height: 90px; }
  .form_wrap {
    max-width: 800px;
    margin: 50px auto; }
    .form_wrap .wpcf7 p label span input {
      font-size: 20px; }
  .form_wrap .wpcf7 .submit_wrap .wpcf7-submit {
    width: 250px;
    height: 70px;
    font-size: 20px; }
  .form_description {
    font-size: 18px; }
  .basket {
    padding: 30px;
    max-width: 550px; }
    .basket .title {
      font-size: 60px;
      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; }
    .basket .close_basket {
      width: 50px;
      height: 50px; }
      .basket .basket_content .empty_cart {
        margin: 120px 0 0 0;
        font-size: 30px; }
      .basket .basket_content .list_title {
        font-size: 28px;
        margin-top: 40px; }
      .basket .basket_content .order_list {
        padding: 40px 0 70px 0; }
        .basket .basket_content .order_list .order_list_item:not(:last-of-type) {
          margin-bottom: 40px; }
        .basket .basket_content .order_list .order_list_item .image {
          width: 170px;
          height: 200px;
          margin-right: 30px; }
          .basket .basket_content .order_list .order_list_item .description .name {
            font-size: 18px; }
          .basket .basket_content .order_list .order_list_item .description .about {
            font-size: 18px; }
            .basket .basket_content .order_list .order_list_item .description .about .color {
              width: 28px;
              height: 28px; }
          .basket .basket_content .order_list .order_list_item .description .choose_quantity {
            margin-top: 15px; }
            .basket .basket_content .order_list .order_list_item .description .choose_quantity .quantity_change {
              width: 40px;
              height: 40px; }
              .basket .basket_content .order_list .order_list_item .description .choose_quantity .quantity input {
                width: 40px;
                height: 40px;
                font-size: 22px; }
            .basket .basket_content .order_list .order_list_item .description .choose_quantity .remove {
              width: 24px;
              height: 30px; }
      .basket .basket_content .total_price {
        font-size: 28px;
        margin-top: 20px; }
      .basket .basket_content .to_order {
        margin-top: 35px;
        max-width: 350px;
        height: 80px;
        font-size: 22px; }
  .hero_2 .big_title {
    width: auto; }
  .hero_2 p {
    font-size: 26px; }
  .hero_2 .image {
    width: 320px;
    margin-left: 40px; }
    .hero_2 .image p {
      bottom: 20px;
      font-size: 26px; }
  .shop_products_list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: 1fr;
    grid-column-gap: 0px;
    grid-row-gap: 70px; }
    .shop_products_list .sshop_products_list_item .name {
      font-size: 50px;
      margin-bottom: 30px; }
      .shop_products_list .sshop_products_list_item .image::after {
        width: 80px;
        height: 80px;
        bottom: 50px;
        right: 30px; }
  .single_product_slider_wrap {
    max-width: 580px; }
    .single_product_slider_wrap .single_product_slider .slick-arrow {
      bottom: 30px;
      width: 30px;
      height: 30px; }
    .single_product_slider_wrap .single_product_slider .slick-next {
      right: 30px; }
    .single_product_slider_wrap .single_product_slider .slick-prev {
      left: 30px; }
    .single_product_slider_wrap .single_product_slider_nav {
      width: 60px;
      top: 15px;
      left: 15px; }
  .single_product_description .description {
    padding-left: 50px; }
    .single_product_description .description .name {
      font-size: 66px; }
    .single_product_description .description .advantages {
      margin: 20px 0; }
      .single_product_description .description .advantages .advantage_item {
        width: 80px; }
        .single_product_description .description .advantages .advantage_item:not(:last-of-type) {
          margin-right: 20px; }
    .single_product_description .description .for_what {
      font-size: 24px;
      margin-bottom: 25px; }
    .single_product_description .description .price {
      font-size: 24px; }
    .single_product_description .description .colors {
      margin: 30px 0; }
      .single_product_description .description .colors p {
        font-size: 20px;
        margin-bottom: 20px; }
        .single_product_description .description .colors .color_list .color:not(:last-of-type) {
          margin-right: 20px; }
        .single_product_description .description .colors .color_list .color label {
          width: 66px;
          height: 66px; }
    .single_product_description .description .order_block .order {
      height: 80px;
      width: 320px;
      border-radius: 5px;
      font-size: 20px;
      margin-right: 30px; }
      .single_product_description .description .order_block .choose_quantity .quantity input {
        font-size: 20px; }
  .accordion_block .accordion_item {
    padding-bottom: 20px; }
    .accordion_block .accordion_item:not(:last-of-type) {
      margin-bottom: 30px; }
    .accordion_block .accordion_item .accordion_item_title {
      font-size: 66px; }
      .accordion_block .accordion_item .accordion_item_title::after {
        width: 56px;
        height: 56px;
        bottom: 11px; }
    .accordion_block .accordion_item .accordion_item_content {
      font-size: 26px; }
  .similar_products_list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: 1fr;
    grid-column-gap: 0px;
    grid-row-gap: 20px; }
    .similar_products_list .similar_products_list_item .name {
      margin-bottom: 20px; }
      .similar_products_list .similar_products_list_item .image::after {
        width: 30px;
        height: 30px;
        bottom: 30px;
        right: 16px; }
  .to_main_page {
    padding-right: 14vw; }
    .to_main_page a {
      padding-right: 90px; }
      .to_main_page a::after {
        width: 60px;
        height: 60px; }
  .video_categories .video_categories_item_wrap {
    font-size: 26px;
    margin-bottom: 40px;
    padding-bottom: 10px; }
  .video_gallery .video_gallery_group:not(:last-of-type) {
    margin-bottom: 70px; }
    .video_gallery .video_gallery_group .video_gallery_item:after {
      bottom: 20px;
      right: 10px;
      width: 34px;
      height: 34px; }
    .video_gallery .video_gallery_group .video_gallery_item:before {
      top: 20px;
      right: 10px;
      width: 44px;
      height: 44px; }
  .chechout_contnet {
    padding-top: 100px; }
    .chechout_contnet .chechout_form_block .form_title {
      font-size: 42px;
      margin-bottom: 40px; }
    .chechout_contnet .chechout_form_block .form_2 {
      margin-top: 100px; }
    .chechout_contnet .chechout_form_block .form_3 {
      margin-top: 70px; }
    .chechout_contnet .chechout_form_block .form_4 {
      margin-top: 70px; }
    .chechout_contnet .chechout_products_block {
      width: 550px;
      margin-left: 40px;
      padding-left: 30px;
      padding-bottom: 50px; }
      .chechout_contnet .chechout_products_block .order_list {
        margin-bottom: 100px; }
        .chechout_contnet .chechout_products_block .order_list .order_list_item:not(:last-of-type) {
          margin-bottom: 40px; }
        .chechout_contnet .chechout_products_block .order_list .order_list_item .image {
          width: 170px;
          height: 200px;
          margin-right: 30px; }
          .chechout_contnet .chechout_products_block .order_list .order_list_item .description .name {
            font-size: 18px; }
          .chechout_contnet .chechout_products_block .order_list .order_list_item .description .about {
            font-size: 18px; }
            .chechout_contnet .chechout_products_block .order_list .order_list_item .description .about .color {
              width: 28px;
              height: 28px; }
      .chechout_contnet .chechout_products_block .total_price {
        font-size: 28px; }
      .chechout_contnet .chechout_products_block .title {
        font-size: 60px; } }

@media only screen and (max-width: 1200px) {
  .container {
    max-width: 1200px;
    padding: 0 10px; }
  .big_title {
    font-size: 50px;
    margin-bottom: 35px; }
  .title_small {
    font-size: 24px; }
  .content_block {
    padding-bottom: 50px; }
  .header {
    padding: 25px 0; }
    .header .header_content {
      display: none; }
    .header .header_mobile {
      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;
      position: relative; }
      .header .header_mobile .menu_button {
        display: block;
        width: 60px;
        height: 20px;
        background-image: url(../images/Menu.svg);
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center; }
      .header .header_mobile .logo {
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        left: 0;
        margin: auto;
        width: 110px; }
        .header .header_mobile .logo img {
          display: block;
          width: 100%;
          height: auto; }
      .header .header_mobile .open_basket {
        width: 34px;
        display: block;
        position: relative; }
        .header .header_mobile .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 .open_basket img {
          display: block;
          width: 100%;
          height: auto; }
      .header .header_mobile .mobile_menu_wrap {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        background-color: rgba(65, 65, 71, 0.95);
        max-width: 390px;
        height: 100%;
        z-index: 550;
        -webkit-backdrop-filter: blur(3px);
        backdrop-filter: blur(3px);
        transform: translate(-100%);
        transition: all 0.3s; }
        .header .header_mobile .mobile_menu_wrap .mobile_menu {
          position: relative;
          padding: 40px;
          background-color: #ffffff;
          color: #262626; }
          .header .header_mobile .mobile_menu_wrap .mobile_menu .close_menu_button {
            position: absolute;
            top: 10px;
            left: 10px;
            width: 40px;
            height: 40px;
            background-image: url(../images/close.svg);
            background-size: contain;
            background-repeat: no-repeat;
            background-position: center; }
            .header .header_mobile .mobile_menu_wrap .mobile_menu .menu li {
              text-align: right; }
              .header .header_mobile .mobile_menu_wrap .mobile_menu .menu li:not(:last-of-type) {
                margin-bottom: 25px; }
              .header .header_mobile .mobile_menu_wrap .mobile_menu .menu li a {
                color: #262626;
                text-transform: uppercase;
                text-decoration: none;
                font-size: 48px;
                line-height: 1;
                font-weight: 400;
                font-family: 'Montserrat'; }
          .header .header_mobile .mobile_menu_wrap .mobile_menu .header_icon_bar {
            margin-top: 70px;
            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; }
            .header .header_mobile .mobile_menu_wrap .mobile_menu .header_icon_bar .icon {
              display: block;
              width: 37px; }
              .header .header_mobile .mobile_menu_wrap .mobile_menu .header_icon_bar .icon:not(:last-of-type) {
                margin-right: 25px; }
              .header .header_mobile .mobile_menu_wrap .mobile_menu .header_icon_bar .icon a {
                display: block; }
                .header .header_mobile .mobile_menu_wrap .mobile_menu .header_icon_bar .icon a img {
                  display: block;
                  width: 100%;
                  height: auto; }
      .header .header_mobile .mobile_menu_wrap.active {
        transform: translate(0%); }
  .footer .footer_form .footer_form_content {
    padding: 35px 0 40px 0; }
  .footer .footer_menu .footer_menu_contnet {
    padding: 20px 0; }
    .footer .footer_menu .footer_menu_contnet .menu_wrap .menu li a {
      font-size: 15px; }
    .footer .footer_menu .footer_menu_contnet .info {
      margin-left: 80px; }
      .footer .footer_menu .footer_menu_contnet .info .soc_networks a {
        width: 32px; }
        .footer .footer_menu .footer_menu_contnet .info .soc_networks a:not(:last-of-type) {
          margin-right: 15px; }
      .footer .footer_menu .footer_menu_contnet .info .copy_rights {
        margin-top: 15px;
        font-size: 15px; }
  .hero .hero_info {
    width: 50vw;
    padding: 20px; }
    .hero .hero_info .hero_info_image {
      width: 14vw; }
    .hero .hero_info .hero_link {
      margin-top: auto;
      height: 30px;
      font-size: 30px; }
  .we_made_gallery .we_made_gallery_item .title {
    font-size: 22px;
    top: 20px;
    left: 20px;
    right: 20px;
    bottom: 20px; }
  .we_made_description {
    margin-top: 50px; }
    .we_made_description p {
      font-size: 20px; }
      .we_made_description p:not(:last-of-type) {
        margin-bottom: 30px; }
  .rob_product_slider {
    margin-top: 100px; }
    .rob_products .rob_products_item .content {
      padding: 30px; }
      .rob_products .rob_products_item .content .description {
        font-size: 20px; }
      .rob_products .rob_products_item .content .description_2 {
        margin-top: 15px; }
      .rob_products .rob_products_item .content .description_3 {
        margin-top: 50px; }
        .rob_products .rob_products_item .content .product_description_block .product_description .link {
          margin-top: 40px;
          width: 300px;
          height: 60px;
          font-size: 20px; }
        .rob_products .rob_products_item .content .product_description_block .product_description .icons {
          margin-top: 120px; }
          .rob_products .rob_products_item .content .product_description_block .product_description .icons .icon {
            height: 70px; }
  .rob_products_nav {
    right: 30px;
    width: 100px; }
    .rob_products_nav .rob_products_nav_item:not(:last-of-type) {
      margin-bottom: 20px; }
  .small_title_and_button {
    margin-top: 40px; }
    .small_title_and_button .link {
      width: 340px;
      font-size: 20px; }
  .do_with_rob_gallery .do_with_rob_gallery_item:after {
    bottom: 20px;
    right: 10px;
    width: 30px;
    height: 30px; }
  .do_with_rob_gallery .do_with_rob_gallery_item:before {
    top: 20px;
    right: 10px;
    width: 40px;
    height: 40px; }
  .fancybox-button {
    width: 80px;
    height: 80px; }
  .form_wrap {
    max-width: 640px;
    margin: 25px auto; }
    .form_wrap .wpcf7 p label span input {
      font-size: 15px; }
  .form_wrap .wpcf7 .submit_wrap .wpcf7-submit {
    width: 220px;
    height: 50px;
    font-size: 20px; }
  .form_description {
    font-size: 18px; }
    .hero_2 p {
      font-size: 21px; }
    .hero_2 .image {
      width: 30vw;
      margin-left: 30px; }
      .hero_2 .image p {
        bottom: 20px;
        font-size: 20px; }
  .shop_products_list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: 1fr;
    grid-column-gap: 0px;
    grid-row-gap: 50px; }
    .shop_products_list .shop_products_list_item .name {
      font-size: 30px;
      margin-bottom: 20px; }
      .shop_products_list .shop_products_list_item .image::after {
        width: 50px;
        height: 50px;
        bottom: 30px;
        right: 30px; }
  .single_product_slider_wrap {
    max-width: 540px;
    margin: 0 auto; }
    .single_product_slider_wrap .single_product_slider_nav {
      width: 50px;
      top: 15px;
      left: 15px; }
  .single_product_description {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; }
    .single_product_description .name_mobile, .single_product_description .advantages_mobile {
      display: block; }
    .single_product_description .name_mobile {
      font-size: 32px;
      text-align: center; }
    .single_product_description .advantages_mobile {
      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;
      margin: 20px 0; }
      .single_product_description .advantages_mobile .advantage_item {
        width: 66px; }
        .single_product_description .advantages_mobile .advantage_item:not(:last-child) {
          margin-right: 30px; }
        .single_product_description .advantages_mobile .advantage_item img {
          display: block;
          width: 100%;
          height: auto; }
    .single_product_description .description {
      padding-left: 0px;
      padding-top: 30px; }
      .single_product_description .description .name {
              font-size: 32px;
        text-align: center;  }
      .single_product_description .description .advantages {
        display: none; }
      .single_product_description .description .for_what {
        font-size: 24px;
        margin-bottom: 25px;
        text-align: center; }
      .single_product_description .description .price {
        font-size: 24px;
        text-align: center; }
      .single_product_description .description .colors {
        margin: 30px 0; }
        .single_product_description .description .colors p {
          font-size: 20px;
          margin-bottom: 20px;
          text-align: center; }
        .single_product_description .description .colors .color_list {
          margin: 0 auto;
          width: fit-content; }
          .single_product_description .description .colors .color_list .color:not(:last-of-type) {
            margin-right: 20px; }
          .single_product_description .description .colors .color_list .color label {
            width: 66px;
            height: 66px; }
      .single_product_description .description .order_block {
        margin: 0 auto;
        width: fit-content; }
        .single_product_description .description .order_block .order {
          height: 80px;
          width: 320px;
          border-radius: 5px;
          font-size: 20px;
          margin-right: 30px; }
          .single_product_description .description .order_block .choose_quantity .quantity input {
            font-size: 20px; }
  .accordion_block .accordion_item {
    padding-bottom: 20px; }
    .accordion_block .accordion_item:not(:last-of-type) {
      margin-bottom: 30px; }
    .accordion_block .accordion_item .accordion_item_title {
      font-size: 32px;
      padding-right: 50px; }
      .accordion_block .accordion_item .accordion_item_title::after {
        width: 32px;
        height: 32px;
        bottom: 5px; }
    .accordion_block .accordion_item .accordion_item_content {
      font-size: 20px; }
  .similar_products_list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: 1fr;
    grid-column-gap: 0px;
    grid-row-gap: 20px; }
    .similar_products_list .similar_products_list_item .name {
      margin-bottom: 20px; }
      .similar_products_list .similar_products_list_item .image::after {
        width: 30px;
        height: 30px;
        bottom: 30px;
        right: 16px; }
  .anchor_list .anchor_list_item .title {
    font-size: 22px;
    top: 20px;
    left: 20px;
    right: 20px;
    bottom: 20px; }
    .anchor_list .anchor_list_item .image:after {
      width: 35px;
      height: 35px; }
  .to_main_page {
    padding-right: 20vw; }
    .to_main_page a {
      padding-right: 70px; }
      .to_main_page a::after {
        width: 45px;
        height: 45px; }
  .video_categories .video_categories_item_wrap {
    font-size: 20px;
    margin-bottom: 25px;
    padding-bottom: 10px; }
  .video_gallery .video_gallery_group:not(:last-of-type) {
    margin-bottom: 60px; }
    .video_gallery .video_gallery_group .video_gallery_item:after {
      bottom: 20px;
      right: 10px;
      width: 30px;
      height: 30px; }
    .video_gallery .video_gallery_group .video_gallery_item:before {
      top: 20px;
      right: 10px;
      width: 40px;
      height: 40px; }
  .chechout_contnet {
    padding-top: 60px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse; }
    .chechout_contnet .chechout_form_block .form_title {
      font-size: 42px;
      margin-bottom: 40px; }
    .chechout_contnet .chechout_form_block .form_2 {
      margin-top: 100px; }
    .chechout_contnet .chechout_form_block .form_3 {
      margin-top: 70px; }
    .chechout_contnet .chechout_form_block .form_4 {
      margin-top: 70px; }
    .chechout_contnet .chechout_products_block {
      width: 100%;
      margin: 0 0 60px 0;
      padding: 0 0 40px 0;
      border-left: none;
      border-bottom: 3px solid rgba(217, 217, 217, 0.42); }
      .chechout_contnet .chechout_products_block .order_list {
        margin-bottom: 50px; }
        .chechout_contnet .chechout_products_block .order_list .order_list_item {
          width: 100%;
          max-width: 500px; }
          .chechout_contnet .chechout_products_block .order_list .order_list_item:not(:last-of-type) {
            margin-bottom: 40px; }
          .chechout_contnet .chechout_products_block .order_list .order_list_item .image {
            width: 170px;
            height: 200px;
            margin-right: 30px; }
            .chechout_contnet .chechout_products_block .order_list .order_list_item .description .name {
              font-size: 18px; }
            .chechout_contnet .chechout_products_block .order_list .order_list_item .description .about {
              font-size: 18px; }
              .chechout_contnet .chechout_products_block .order_list .order_list_item .description .about .color {
                width: 28px;
                height: 28px; }
      .chechout_contnet .chechout_products_block .total_price {
        font-size: 28px; }
      .chechout_contnet .chechout_products_block .title {
        font-size: 60px; } }

@media only screen and (max-width: 980px) {
  .page_load img {
    width: 60vw; }
  .big_title {
    font-size: 42px;
    margin-bottom: 35px; }
  .title_small {
    font-size: 22px; }
  .content_block {
    padding-bottom: 40px; }
  .hero .hero_info .hero_link {
    font-size: 26px; }
    .footer .footer_menu .footer_menu_contnet {
      padding: 15px 0;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column; }
      .footer .footer_menu .footer_menu_contnet .menu_wrap {
        width: 100%; }
        .footer .footer_menu .footer_menu_contnet .menu_wrap .menu li a {
          font-size: 17px; }
      .footer .footer_menu .footer_menu_contnet .info {
        margin: 20px auto 0 auto; }
        .footer .footer_menu .footer_menu_contnet .info .soc_networks a {
          width: 42px; }
          .footer .footer_menu .footer_menu_contnet .info .soc_networks a:not(:last-of-type) {
            margin-right: 20px; }
  .we_made_gallery {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .we_made_gallery .we_made_gallery_item {
      width: 50%; }
      .we_made_gallery .we_made_gallery_item .title {
        font-size: 20px; }
  .we_made_description {
    margin-top: 50px;
    padding-right: 0%; }
    .we_made_description p {
      line-height: 1.2; }
  .do_with_rob_gallery {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .do_with_rob_gallery .do_with_rob_gallery_item {
      width: 50%; }
  .video_categories .video_categories_item_wrap {
    width: 33.33%; }
  .video_gallery .video_gallery_group .video_gallery_item {
    width: 50%; }
  .anchor_list {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .anchor_list .anchor_list_item {
      width: 50%; }
      .anchor_list .anchor_list_item .title {
        font-size: 20px; }
        .anchor_list .anchor_list_item .image:after {
          width: 35px;
          height: 35px; }
  .to_main_page {
    padding-right: 16vw;
    margin-top: 50px; }
    .to_main_page a {
      padding-right: 70px; }
      .to_main_page a::after {
        width: 38px;
        height: 38px; } }

@media only screen and (max-width: 768px) {
  .big_title {
    font-size: 36px; }
  .title_small {
    font-size: 20px; }
    .title_small br {
      display: none; }
  .content_block {
    padding-bottom: 30px; }
  .hero {
    margin-bottom: 25px; }
    .hero .hero_info .hero_info_image {
      width: 16vw; }
    .hero .hero_info .hero_link {
      font-size: 20px;
      height: 20px;
      position: absolute;
      top: calc(100% + 10px);
      width: 100vw; }
  .footer .footer_form .footer_form_content .form_wrap .wpcf7 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    border: none; }
    .footer .footer_form .footer_form_content .form_wrap .wpcf7 p label span input {
      width: 100%;
      height: 80px;
      border-radius: 5px;
      border: 2px solid #262626; }
    .footer .footer_form .footer_form_content .form_wrap .wpcf7 .submit_wrap {
      width: fit-content;
      margin: 30px auto; }
      .footer .footer_form .footer_form_content .form_wrap .wpcf7 .submit_wrap .wpcf7-submit {
        width: 290px;
        height: 80px;
        border-radius: 5px; }
  .footer .footer_form .form_description {
    font-size: 20px; }
  .footer .footer_menu .footer_menu_contnet {
    padding: 15px 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; }
    .footer .footer_menu .footer_menu_contnet .menu_wrap {
      width: 100%; }
      .footer .footer_menu .footer_menu_contnet .menu_wrap .menu {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column; }
        .footer .footer_menu .footer_menu_contnet .menu_wrap .menu li {
          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;
          margin-bottom: 10px; }
          .footer .footer_menu .footer_menu_contnet .menu_wrap .menu li a {
            font-size: 20px;
            width: fit-content; }
    .footer .footer_menu .footer_menu_contnet .info {
      margin: 20px auto 0 auto; }
      .footer .footer_menu .footer_menu_contnet .info .soc_networks a {
        width: 42px; }
        .footer .footer_menu .footer_menu_contnet .info .soc_networks a:not(:last-of-type) {
          margin-right: 20px; }
  .small_title_and_button {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; }
    .small_title_and_button p {
      text-align: center;
      margin-bottom: 30px; }
    .small_title_and_button .link {
      width: 290px;
      margin-bottom: 50px; }
  .rob_product_slider_title_mobile {
    display: block;
    margin-top: 100px; }
  .rob_product_slider {
    margin-top: 0px; }
    .rob_product_slider .text br {
      content: "A" !important;
      display: block !important;
      margin-bottom: 30px !important; }
  .rob_products {
    position: relative; }
    .rob_products .rob_products_item .image {
      margin: 0px 0 110px; }
    .rob_products .rob_products_item .content {
      padding: 15px 10px;
      -webkit-box-orient: vertical;
      -webkit-box-direction: reverse;
      -webkit-flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
      flex-direction: column-reverse; }
      .rob_products .rob_products_item .content .title {
        display: none; }
      .rob_products .rob_products_item .content .description {
        font-size: 16px;
        order: 0; }
      .rob_products .rob_products_item .content .description_1 {
        margin-top: auto;
        width: 44vw;
        order: 1; }
      .rob_products .rob_products_item .content .description_2 {
        margin-top: 15px;
        order: 2;
        width: 40vw; }
      .rob_products .rob_products_item .content .description_3 {
        margin-top: 0px;
        width: 100%;
        text-align: center; }
      .rob_products .rob_products_item .content .product_description_block {
        margin-top: 0;
        height: 100%;
        width: 100%; }
        .rob_products .rob_products_item .content .product_description_block .product_description {
          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; }
          .rob_products .rob_products_item .content .product_description_block .product_description .link {
            margin: 0 auto 0 auto;
            width: 300px;
            height: 80px;
            font-size: 20px;
            order: 4;
            background-color: #FAFAFA;
            color: #262626; }
          .rob_products .rob_products_item .content .product_description_block .product_description .icons {
            order: 3;
            margin: auto auto 6vw auto;
            width: fit-content; }
            .rob_products .rob_products_item .content .product_description_block .product_description .icons .icon {
              height: 70px;
              margin: 0 15px; }
  .rob_products_nav {
    width: 15vw;
    bottom: 45vw;
    top: 0px; }
    .rob_products_nav .rob_products_nav_item {
      overflow: hidden; }
      .rob_products_nav .rob_products_nav_item img {
        transform: scale(1.05); }
      .rob_products_nav .rob_products_nav_item:not(:last-of-type) {
        margin-bottom: 20px; }
  .basket {
    padding: 30px 20px;
    max-width: 480px; }
    .basket .title {
      font-size: 48px; }
    .basket .close_basket {
      width: 40px;
      height: 40px; }
      .basket .basket_content .list_title {
        font-size: 24px;
        margin-top: 30px; }
      .basket .basket_content .order_list {
        padding: 30px 0; }
        .basket .basket_content .order_list .order_list_item:not(:last-of-type) {
          margin-bottom: 30px; }
        .basket .basket_content .order_list .order_list_item .image {
          width: 150px;
          height: 180px;
          margin-right: 30px; }
          .basket .basket_content .order_list .order_list_item .description .name {
            font-size: 17px; }
          .basket .basket_content .order_list .order_list_item .description .about {
            font-size: 17px; }
            .basket .basket_content .order_list .order_list_item .description .about .color {
              width: 26px;
              height: 26px; }
          .basket .basket_content .order_list .order_list_item .description .choose_quantity {
            margin-top: 15px; }
            .basket .basket_content .order_list .order_list_item .description .choose_quantity .quantity_change {
              width: 36px;
              height: 36px; }
              .basket .basket_content .order_list .order_list_item .description .choose_quantity .quantity input {
                width: 36px;
                height: 36px;
                font-size: 20px; }
            .basket .basket_content .order_list .order_list_item .description .choose_quantity .remove {
              width: 24px;
              height: 30px; }
      .basket .basket_content .total_price {
        font-size: 24px;
        margin-top: 20px; }
      .basket .basket_content .to_order {
        margin-top: 30px;
        max-width: 340px;
        height: 70px;
        font-size: 20px; }
  .hero_2 .image {
    width: 35vw;
    margin-left: 30px; }
    .hero_2 .image p {
      bottom: 20px;
      font-size: 18px; }
  .shop_products_list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: 1fr;
    grid-column-gap: 0px;
    grid-row-gap: 35px; }
    .shop_products_list .shop_products_list_item .name {
         margin-bottom: 20px;
        min-height: 48px;
        display: flex
;
        align-content: center;
        align-items: center;
        justify-content: center;
        font-size: 24px;
	}
      .shop_products_list .shop_products_list_item .image::after {
        width: 25px;
        height: 25px;
        bottom: 20px;
        right: 20px; }
  .single_product_slider_wrap .single_product_slider_nav .single_product_slider_nav_item {
    margin: 10px 0; }
    .single_product_description .name_mobile {
      text-align: left; }
    .single_product_description .advantages_mobile {
      -webkit-box-pack: start;
      -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
      justify-content: flex-start; }
      .single_product_description .description .for_what {
        text-align: left;
        font-size: 20px; }
      .single_product_description .description .price {
        text-align: left;
        font-size: 20px; }
        .single_product_description .description .price del {
          font-size: 18px;
          margin-left: 0px;
          margin-top: 10px;
          display: block; }
      .single_product_description .description .colors {
        margin: 30px 0; }
        .single_product_description .description .colors p {
          text-align: left; }
        .single_product_description .description .colors .color_list {
          margin: 0; }
      .single_product_description .description .order_block {
        margin: 0 auto;
        width: auto; }
        .single_product_description .description .order_block .order {
          height: 80px;
          flex-grow: 1;
          min-width: 150px;
          width: 100%;
          border-radius: 5px;
          font-size: 20px;
          margin-right: 10px; }
        .single_product_description .description .order_block .choose_quantity {
          flex-shrink: 0; }
          .single_product_description .description .order_block .choose_quantity .quantity input {
            font-size: 20px; }
  .similar_products_list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: 1fr;
    grid-column-gap: 0px;
    grid-row-gap: 20px; }
    .similar_products_list .similar_products_list_item .name {
      margin-bottom: 15px; }
      .similar_products_list .similar_products_list_item .image::after {
        width: 23px;
        height: 23px;
        bottom: 15px;
        right: 15px; }
  .to_main_page {
    padding-right: 0vw;
    margin-top: 40px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start; }
    .to_main_page a {
      padding-right: 50px; }
      .to_main_page a::after {
        width: 32px;
        height: 32px; }
  .hero_2 .hero_2_content p {
    margin-top: 20px; }
  .video_categories .video_categories_item_wrap {
    width: 33.33%; }
  .chechout_contnet {
    padding-top: 60px; }
    .chechout_contnet .chechout_form_block .form_title {
      font-size: 32px; }
      .chechout_contnet .chechout_form_block .form .promo {
        border: none;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        border-radius: 0; }
        .chechout_contnet .chechout_form_block .form .promo input {
          border-radius: 5px;
          border: 2px solid #FAFAFA; }
        .chechout_contnet .chechout_form_block .form .promo button {
          margin: 30px auto 0 auto;
          height: 80px;
          border-radius: 5px;
          font-size: 20px; }
    .chechout_contnet .chechout_form_block .delivery_method label, .chechout_contnet .chechout_form_block .pay_method label {
      -webkit-box-align: start;
      -webkit-align-items: flex-start;
      -ms-flex-align: start;
      align-items: flex-start; }
      .chechout_contnet .chechout_form_block .delivery_method label:after, .chechout_contnet .chechout_form_block .pay_method label:after {
        width: 38px !important;
        height: 34px !important; }
    .chechout_contnet .chechout_form_block .delivery_method input:checked ~ label::before, .chechout_contnet .chechout_form_block .pay_method input:checked ~ label::before {
      left: 9px !important;
      top: 9px !important;
      width: 20px !important;
      height: 18px !important; }
    .chechout_contnet .chechout_form_block .form_2 {
      margin-top: 60px; }
      .chechout_contnet .chechout_form_block .form_2 .delivery_method label {
        padding-left: 50px; }
    .chechout_contnet .chechout_form_block .form_3 {
      margin-top: 60px; }
    .chechout_contnet .chechout_form_block .form_4 {
      margin-top: 60px; }
      .chechout_contnet .chechout_form_block .form_4 .confirm_the_order {
        margin: 30px auto 0 auto;
        height: 80px;
        border-radius: 5px;
        font-size: 20px; }
        .chechout_contnet .chechout_form_block .form_4 .pay_method .delivery_method_item label {
          padding-left: 50px; }
      .chechout_contnet .chechout_form_block .form_4 .buttons a {
        margin: 30px auto 0 auto;
        height: 80px;
        border-radius: 5px;
        font-size: 20px; }
    .chechout_contnet .chechout_products_block {
      width: 100%;
      margin: 0 0 60px 0;
      padding: 0 0 40px 0;
      border-left: none;
      border-bottom: 3px solid rgba(217, 217, 217, 0.42); }
      .chechout_contnet .chechout_products_block .big_title {
        font-size: 64px; }
      .chechout_contnet .chechout_products_block .order_list {
        margin-bottom: 50px; }
        .chechout_contnet .chechout_products_block .order_list .order_list_item {
          width: 100%;
          max-width: 500px; }
          .chechout_contnet .chechout_products_block .order_list .order_list_item:not(:last-of-type) {
            margin-bottom: 40px; }
          .chechout_contnet .chechout_products_block .order_list .order_list_item .image {
            width: 130px;
            height: 160px;
            margin-right: 20px; }
            .chechout_contnet .chechout_products_block .order_list .order_list_item .description .name {
              font-size: 16px; }
            .chechout_contnet .chechout_products_block .order_list .order_list_item .description .about {
              font-size: 16px; }
              .chechout_contnet .chechout_products_block .order_list .order_list_item .description .about .color {
                width: 28px;
                height: 28px; }
      .chechout_contnet .chechout_products_block .total_price {
        font-size: 28px; }
      .chechout_contnet .chechout_products_block .title {
        font-size: 60px; }
      .chechout_contnet .chechout_products_block .to_order {
        height: 80px;
        font-size: 20px; } }

@media only screen and (max-width: 540px) {
  .big_title span, .big_title br {
    display: none; }
  .basket {
    padding: 25px 10px; }
    .basket .title {
      font-size: 34px; }
    .basket .close_basket {
      width: 30px;
      height: 30px; }
      .basket .basket_content .empty_cart {
        margin: 80px 0 0 0;
        font-size: 24px; }
      .basket .basket_content .list_title {
        font-size: 20px;
        margin-top: 20px; }
      .basket .basket_content .order_list {
        padding: 20px 0; }
        .basket .basket_content .order_list .order_list_item:not(:last-of-type) {
          margin-bottom: 25px; }
        .basket .basket_content .order_list .order_list_item .image {
          width: 130px;
          height: 160px;
          margin-right: 20px; }
          .basket .basket_content .order_list .order_list_item .description .name {
            font-size: 16px;
            margin-bottom: 5px; }
          .basket .basket_content .order_list .order_list_item .description .about {
            font-size: 16px; }
            .basket .basket_content .order_list .order_list_item .description .about .color {
              width: 26px;
              height: 26px; }
          .basket .basket_content .order_list .order_list_item .description .choose_quantity {
            margin-top: 10px; }
            .basket .basket_content .order_list .order_list_item .description .choose_quantity .quantity_change {
              width: 36px;
              height: 36px; }
              .basket .basket_content .order_list .order_list_item .description .choose_quantity .quantity input {
                width: 36px;
                height: 36px;
                font-size: 20px; }
            .basket .basket_content .order_list .order_list_item .description .choose_quantity .remove {
              width: 24px;
              height: 30px; }
      .basket .basket_content .total_price {
        font-size: 22px;
        margin-top: 20px; }
      .basket .basket_content .to_order {
        margin-top: 30px;
        max-width: 100%;
        height: 70px;
        font-size: 20px; }
  .rob_products .rob_products_item .image {
    margin: 0px 0 100px; }
  .rob_products .rob_products_item .content {
    padding: 10px; }
    .rob_products .rob_products_item .content .description {
      font-size: 16px;
      order: 0; }
    .rob_products .rob_products_item .content .description_1 {
      margin-top: auto;
      width: 44vw;
      order: 1; }
    .rob_products .rob_products_item .content .description_2 {
      margin-top: 15px;
      order: 2;
      width: 30vw; }
    .rob_products .rob_products_item .content .description_3 {
      margin-top: 0px;
      width: 100%;
      text-align: center; }
    .rob_products .rob_products_item .content .product_description_block {
      margin-top: 0;
      height: 100%;
      width: 100%; }
      .rob_products .rob_products_item .content .product_description_block .product_description {
        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; }
        .rob_products .rob_products_item .content .product_description_block .product_description .link {
          margin: 4vw auto 0 auto;
          width: 300px;
          height: 80px;
          font-size: 20px;
          order: 4;
          background-color: #FAFAFA;
          color: #262626; }
        .rob_products .rob_products_item .content .product_description_block .product_description .icons {
          order: 3;
          margin: auto auto 3.5vw auto;
          width: fit-content; }
          .rob_products .rob_products_item .content .product_description_block .product_description .icons .icon {
            height: 50px;
            margin: 0 10px; }
        .rob_products .rob_products_item .content .product_description_block .product_description .description_2 br {
          display: block; }
  .rob_products_nav {
    width: 15.1vw;
    top: 120px;
    bottom: auto; }
    .rob_products_nav .rob_products_nav_item:not(:last-of-type) {
      margin-bottom: 15px; }
  .hero_2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse; }
    .hero_2 .hero_2_content {
      width: 100%; }
      .hero_2 .hero_2_content a {
        display: block; }
    .hero_2 .big_title {
      width: 100%; }
      .hero_2 .big_title.shop br:nth-of-type(1) {
        display: block; }
      .hero_2 .big_title.shop br:nth-of-type(3) {
        display: block; }
    .hero_2 .image {
      width: 100%;
      max-width: 400px;
      margin: 0px 0 30px 0; }
      .hero_2 .image p {
        bottom: 20px;
        font-size: 20px; }
  .similar_products_list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: 1fr;
    grid-column-gap: 0px;
    grid-row-gap: 32px; }
    .similar_products_list .similar_products_list_item .name {
      margin-bottom: 20px; }
      .similar_products_list .similar_products_list_item .image::after {
        width: 25px;
        height: 25px;
        bottom: 20px;
        right: 20px; }
  .anchor_list {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .anchor_list .anchor_list_item {
      width: 50%; }
      .anchor_list .anchor_list_item .title {
        font-size: 20px; }
        .anchor_list .anchor_list_item .image:after {
          right: 10px;
          bottom: 10px; }
      .anchor_list .anchor_list_item:nth-of-type(2) .title {
        top: 55%; }
  .video_categories .video_categories_item_wrap {
    width: 50%; }
  .do_with_rob_text {
    text-align: left !important;
    width: 245px; }
  .we_made_gallery .we_made_gallery_item:nth-of-type(3) .title {
    top: 6%; }
  .small_title_and_button {
    margin-top: 20px; }
  .small_title_and_button p {
    text-align: center;
    margin-bottom: 40px; } }

@media only screen and (max-width: 450px) {
  .tile-title br {
    display: block; }
  .we_made_gallery {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .we_made_gallery .we_made_gallery_item {
      width: 50%; }
      .we_made_gallery .we_made_gallery_item .title {
        font-size: 17px;
        line-height: 1.2;
        left: 10px;
        right: 10px; }
  .rob_products .rob_products_item .content .description {
    font-size: 14px; }
    .rob_products .rob_products_item .content .product_description_block .product_description .icons {
      margin: auto auto 3vw auto; }
      .rob_products .rob_products_item .content .product_description_block .product_description .icons .icon {
        height: 38px; }
  .rob_products_nav {
    top: 100px; }
    .rob_products_nav .rob_products_nav_item:not(:last-of-type) {
      margin-bottom: 12px; }
  .we_made_gallery .we_made_gallery_item .title {
    font-size: 18px; } }
