@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  text-decoration: none;
  outline: none;
  font-family: "Poppins", sans-serif;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

a {
  color: #fff; }

body {
  z-index: 1; }

/* width */
::-webkit-scrollbar {
  width: 5px; }

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1; }

/* Handle */
::-webkit-scrollbar-thumb {
  background: #5b9600; }

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555; }

.massamge_top {
  width: 100%;
  height: 30px;
  background: #5b9600; }
  @media screen and (max-width: 991px) {
    .massamge_top {
      height: 35px; } }
  .massamge_top .contaner {
    display: block;
    width: 100%;
    max-width: 1330px;
    height: 100%;
    margin: 0 auto;
    font-style: normal;
    font-weight: normal;
    font-size: 10px;
    line-height: 18px;
    letter-spacing: -0.04em;
    color: #fdfdfd;
    text-align: right;
    padding: 5px 0; }
    .massamge_top .contaner .close_masange {
      width: 15px;
      height: 15px;
      background: url(../img/close_massange.svg) no-repeat center center;
      background-size: 15px;
      position: absolute;
      margin-left: 5px;
      margin-top: 2px;
      cursor: pointer; }
    @media screen and (max-width: 1440px) {
      .massamge_top .contaner {
        display: none; } }

nav {
  width: 100%;
  height: 250px;
  background: url(../img/Group.png) no-repeat center top;
  background-size: 100% 240px;
  position: absolute; }
  @media screen and (max-width: 768px) {
    nav {
      background-size: 100% 175px; } }
  @media screen and (max-width: 768px) {
    nav {
      background-size: 100% 100px; } }
  @media screen and (max-width: 567px) {
    nav {
      height: 115px; } }
  nav .contener {
    max-width: 1300px;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: 0 auto; }
    nav .contener .mob_menu {
      display: none;
      width: 30px;
      height: 30px;
      color: #fff;
      font-size: 30px;
      position: absolute;
      top: -5px;
      left: 12px; }
    nav .contener .logo {
      display: inline-block;
      width: 300px;
      height: 300px;
      background: url(../img/logo.png) no-repeat center 0;
      background-size: 300px;
      position: absolute;
      top: -30px; }
    nav .contener .nav_full_menu {
      height: 60px;
      position: absolute;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: start;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      top: 0px;
      right: 0px; }
      nav .contener .nav_full_menu .menu {
        height: 50px; }
        nav .contener .nav_full_menu .menu ul {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          width: 100%;
          height: 100%; }
          nav .contener .nav_full_menu .menu ul li {
            list-style: none; }
            nav .contener .nav_full_menu .menu ul li a {
              font-style: normal;
              font-weight: normal;
              font-size: 14px;
              line-height: 21px;
              text-transform: uppercase;
              color: #ffffff;
              padding: 10px 15px; }
        nav .contener .nav_full_menu .menu #menu_paulownia {
          position: relative; }
          nav .contener .nav_full_menu .menu #menu_paulownia .opening_menu_paulownia {
            width: 260px;
            height: 0px;
            background: #fff;
            position: absolute;
            border-radius: 30px 0;
            left: -60px;
            -webkit-transition: height 0.5s;
            transition: height 0.5s;
            overflow: hidden; }
            nav .contener .nav_full_menu .menu #menu_paulownia .opening_menu_paulownia .new_paulownia {
              display: none;
              width: 275px;
              height: 360px;
              background: white;
              position: absolute;
              right: -275px;
              top: 0; }
              nav .contener .nav_full_menu .menu #menu_paulownia .opening_menu_paulownia .new_paulownia a {
                padding: 5px 0;
                padding-left: 38px; }
            nav .contener .nav_full_menu .menu #menu_paulownia .opening_menu_paulownia a {
              display: block;
              font-style: normal;
              font-weight: normal;
              font-size: 15px;
              line-height: 22px;
              color: #575756;
              padding: 16px 0;
              padding-left: 40px;
              text-transform: capitalize; }
              nav .contener .nav_full_menu .menu #menu_paulownia .opening_menu_paulownia a:nth-of-type(1) {
                margin-top: 15px; }
              nav .contener .nav_full_menu .menu #menu_paulownia .opening_menu_paulownia a:nth-of-type(2) {
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-pack: justify;
                    -ms-flex-pack: justify;
                        justify-content: space-between; }
                nav .contener .nav_full_menu .menu #menu_paulownia .opening_menu_paulownia a:nth-of-type(2) .fa-chevron-left {
                  width: 20px;
                  height: 20px;
                  -webkit-transform: rotate(180deg);
                          transform: rotate(180deg);
                  margin-right: 20px; }
              nav .contener .nav_full_menu .menu #menu_paulownia .opening_menu_paulownia a:hover {
                color: #5b9600; }
        nav .contener .nav_full_menu .menu #buisnes_plan {
          position: relative; }
          nav .contener .nav_full_menu .menu #buisnes_plan .buisnes {
            width: 315px;
            height: 0px;
            background: #fff;
            overflow: hidden;
            border-radius: 30px 0;
            position: absolute;
            left: -50px;
            -webkit-transition: height 0.5s;
            transition: height 0.5s; }
            nav .contener .nav_full_menu .menu #buisnes_plan .buisnes a {
              display: block;
              font-style: normal;
              font-weight: normal;
              font-size: 15px;
              line-height: 22px;
              color: #575756;
              padding: 19px 30px;
              text-transform: capitalize; }
              nav .contener .nav_full_menu .menu #buisnes_plan .buisnes a:hover {
                color: #5b9600; }
      nav .contener .nav_full_menu .user_prpfile {
        height: 100%;
        width: auto;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        margin-left: 20px; }
        nav .contener .nav_full_menu .user_prpfile .icons {
          width: 30px;
          height: 30px;
          cursor: pointer;
          margin: 0px 10px; }
          nav .contener .nav_full_menu .user_prpfile .icons:nth-of-type(1) {
            background: url(../img/search.png) no-repeat center center;
            background-size: 25px; }
          nav .contener .nav_full_menu .user_prpfile .icons:nth-of-type(2) {
            background: url(../img/my_likes.png) no-repeat center center;
            background-size: 25px;
            position: relative; }
            nav .contener .nav_full_menu .user_prpfile .icons:nth-of-type(2)::after {
              content: "Wishlist";
              position: absolute;
              width: 65px;
              top: 25px;
              left: -18px;
              color: #fff;
              font-size: 12px;
              text-align: center; }
          nav .contener .nav_full_menu .user_prpfile .icons:nth-of-type(3) {
            background: url(../img/shoping_bag.png) no-repeat center center;
            background-size: 25px;
            position: relative; }
            nav .contener .nav_full_menu .user_prpfile .icons:nth-of-type(3)::after {
              content: "Basket";
              position: absolute;
              width: 65px;
              top: 25px;
              left: -18px;
              color: #fff;
              font-size: 12px;
              text-align: center; }
          nav .contener .nav_full_menu .user_prpfile .icons:nth-of-type(4) {
            background: url(../img/users.png) no-repeat center center;
            background-size: 25px;
            margin-top: 5px;
            position: relative;
            width: 50px; }
            nav .contener .nav_full_menu .user_prpfile .icons:nth-of-type(4)::after {
              content: "My Account";
              position: absolute;
              width: 80px;
              top: 22px;
              left: -16px;
              color: #fff;
              font-size: 12px;
              text-align: center; }
            nav .contener .nav_full_menu .user_prpfile .icons:nth-of-type(4) .opening_modal {
              width: 225px;
              height: 0px;
              background: #fff;
              top: 40px;
              position: absolute;
              z-index: 1;
              left: -85px;
              border-radius: 30px 0;
              -webkit-transition: height 0.5s;
              transition: height 0.5s;
              overflow: hidden; }
              nav .contener .nav_full_menu .user_prpfile .icons:nth-of-type(4) .opening_modal a {
                display: block;
                font-style: normal;
                font-weight: normal;
                font-size: 15px;
                line-height: 22px;
                text-align: left;
                color: #595656;
                padding: 8px 0;
                padding-left: 30px; }
                nav .contener .nav_full_menu .user_prpfile .icons:nth-of-type(4) .opening_modal a:hover {
                  color: #5b9600; }
              nav .contener .nav_full_menu .user_prpfile .icons:nth-of-type(4) .opening_modal .login {
                display: block;
                margin: 0 auto;
                width: 145px;
                height: 30px;
                background: #5b9600;
                border: 0;
                border-radius: 30px 0;
                font-style: normal;
                font-weight: 500;
                font-size: 14px;
                line-height: 21px;
                text-align: center;
                color: #ffffff;
                margin-top: 10px;
                cursor: pointer; }
                nav .contener .nav_full_menu .user_prpfile .icons:nth-of-type(4) .opening_modal .login:hover {
                  background: #528802; }
        nav .contener .nav_full_menu .user_prpfile #languages {
          width: 61px;
          height: 20px;
          background: #fff0;
          color: white;
          overflow: hidden;
          z-index: 100;
          top: -3px;
          position: relative;
          text-align: center;
          border-radius: 30px 0;
          -webkit-transition: 0.2s;
          transition: 0.2s;
          cursor: pointer; }
          nav .contener .nav_full_menu .user_prpfile #languages::after {
            content: "";
            position: absolute;
            width: 15px;
            height: 15px;
            background: url(../img/to_languages.png) no-repeat center center;
            background-size: 15px;
            right: 0;
            top: 3px; }
          nav .contener .nav_full_menu .user_prpfile #languages a {
            display: block; }
            nav .contener .nav_full_menu .user_prpfile #languages a:hover {
              -webkit-transition: 0.2s;
              transition: 0.2s; }
      nav .contener .nav_full_menu .compani_info:nth-of-type(1) {
        position: absolute;
        top: 80px;
        right: 195px; }
      nav .contener .nav_full_menu .compani_info:nth-of-type(2) {
        position: absolute;
        top: 80px;
        right: 10px; }
      nav .contener .nav_full_menu .send_massange {
        padding: 9px 20px;
        background: #5b9600;
        border-radius: 30px 0px;
        border: 0px;
        color: #fff;
        text-transform: uppercase;
        position: absolute;
        top: 110px;
        right: 10px;
        cursor: pointer; }
        @media screen and (max-width: 1200px) {
          nav .contener .nav_full_menu .send_massange {
            display: none; } }

header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  width: 100%;
  background-image: url(../img/slide_image/photo1.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  height: 900px;
  -webkit-transition: background-image 1s;
  transition: background-image 1s; }
  @media screen and (max-width: 576px) {
    header {
      height: 660px; } }
  header .soc_sites {
    width: 50px;
    height: 200px;
    position: absolute;
    top: 400px;
    right: 20px;
    padding: 5px; }
    header .soc_sites .icons {
      width: 30px;
      height: 30px;
      border-radius: 30px;
      margin: 10px 0; }
    header .soc_sites .icons:nth-of-type(1) {
      background: #fff url(../img/youtube_header.png) no-repeat center center;
      background-size: 20px; }
    header .soc_sites .icons:nth-of-type(2) {
      background: #fff url(../img/fb_icon.png) no-repeat center center;
      background-size: 10px; }
    header .soc_sites .icons:nth-of-type(3) {
      background: #fff url(../img/insta_header.png) no-repeat center center;
      background-size: 20px; }
  header .contener {
    width: 100%;
    max-width: 80%;
    height: auto;
    margin: 0 auto; }
    header .contener .info_slider {
      width: 500px;
      height: 500px;
      background: url(../img/Ellipse_slider.png) no-repeat center top; }
      header .contener .info_slider .logo_poulowina {
        width: 335px;
        height: 50px;
        background: url(../img/logo_paulownia.png) no-repeat center top;
        background-size: contain;
        display: inline-block;
        margin: 100px 0px 0px 80px; }
      header .contener .info_slider .info_slider_text {
        width: 100%;
        padding: 0px 25px;
        font-style: normal;
        font-weight: normal;
        font-size: 18px;
        line-height: 36px;
        text-transform: uppercase;
        color: #ffffff; }
      header .contener .info_slider .info_slider_buttons {
        border: 0px;
        font-style: normal;
        font-weight: normal;
        font-size: 12px;
        line-height: 18px;
        text-align: center;
        text-transform: uppercase;
        color: #5b9600;
        padding: 10px 25px;
        border-radius: 30px 0;
        margin-top: 35px;
        cursor: pointer; }
        header .contener .info_slider .info_slider_buttons:hover {
          -webkit-transition: 0.2s;
          transition: 0.2s;
          background: #5b9600;
          color: #fff; }
    header .contener .filter_header {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: distribute;
          justify-content: space-around;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      max-width: 1300px;
      height: 125px;
      border-radius: 80px;
      background: #fff;
      margin: 0 auto;
      margin-top: -150px;
      -webkit-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.281);
              box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.281);
      padding-left: 50px; }
      header .contener .filter_header .text {
        width: 170px;
        height: 100%;
        font-style: normal;
        font-weight: 100;
        font-size: 18px;
        line-height: 27px;
        text-transform: uppercase;
        color: #928d8d;
        margin-top: 45px; }
        header .contener .filter_header .text span {
          color: #5b9600 !important;
          font-weight: 700; }
      header .contener .filter_header #header_form {
        width: 75%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: distribute;
            justify-content: space-around;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; }
        header .contener .filter_header #header_form .header_form_sorts_1,
        header .contener .filter_header #header_form .header_form_sorts_2 {
          width: 200px;
          height: 40px;
          border: 1px solid #a3a3a3;
          border-radius: 40px;
          position: relative;
          cursor: pointer;
          -webkit-transition: 0.2s;
          transition: 0.2s;
          margin: 10px 0; }
          @media screen and (max-width: 440px) {
            header .contener .filter_header #header_form .header_form_sorts_1,
            header .contener .filter_header #header_form .header_form_sorts_2 {
              width: 100%; } }
          header .contener .filter_header #header_form .header_form_sorts_1 .icon_open_select,
          header .contener .filter_header #header_form .header_form_sorts_1 .icon_open_select_2,
          header .contener .filter_header #header_form .header_form_sorts_2 .icon_open_select,
          header .contener .filter_header #header_form .header_form_sorts_2 .icon_open_select_2 {
            content: "";
            position: absolute;
            width: 20px;
            height: 20px;
            background: url(../img/open_select.png) no-repeat center center;
            background-size: 20px;
            right: 10px;
            top: 10px; }
          header .contener .filter_header #header_form .header_form_sorts_1 .title_header_form_sort_1,
          header .contener .filter_header #header_form .header_form_sorts_1 .title_header_form_sort_2,
          header .contener .filter_header #header_form .header_form_sorts_2 .title_header_form_sort_1,
          header .contener .filter_header #header_form .header_form_sorts_2 .title_header_form_sort_2 {
            font-style: normal;
            font-weight: normal;
            font-size: 14px;
            line-height: 22px;
            text-transform: lowercase;
            color: #575756;
            margin: 7px 10px; }
        header .contener .filter_header #header_form .header_form_sorts_1::after {
          content: "сорт павловнии";
          position: absolute;
          top: -22px;
          left: 15px;
          font-style: normal;
          font-weight: normal;
          font-size: 14px;
          line-height: 22px;
          text-transform: lowercase;
          color: #c4c4c4; }
        header .contener .filter_header #header_form .header_form_sorts_2::after {
          content: "форма";
          position: absolute;
          top: -22px;
          left: 15px;
          font-style: normal;
          font-weight: normal;
          font-size: 14px;
          line-height: 22px;
          text-transform: lowercase;
          color: #c4c4c4; }
        header .contener .filter_header #header_form .openening_page_header_form_sorts_1,
        header .contener .filter_header #header_form .openening_page_header_form_sorts_2 {
          display: none;
          width: 200px;
          height: 200px;
          position: absolute;
          top: auto;
          left: auto;
          background: #fff;
          border-radius: 0 0 30px 30px;
          border: 1px solid #a3a3a3;
          border-top: 0px;
          overflow: auto;
          z-index: 100000; }
          @media screen and (max-width: 440px) {
            header .contener .filter_header #header_form .openening_page_header_form_sorts_1,
            header .contener .filter_header #header_form .openening_page_header_form_sorts_2 {
              width: calc(100% - 20px); } }
          header .contener .filter_header #header_form .openening_page_header_form_sorts_1 .openening_page_header_childs,
          header .contener .filter_header #header_form .openening_page_header_form_sorts_1 .openening_page_header_childs_2,
          header .contener .filter_header #header_form .openening_page_header_form_sorts_2 .openening_page_header_childs,
          header .contener .filter_header #header_form .openening_page_header_form_sorts_2 .openening_page_header_childs_2 {
            width: 90%;
            height: 30px;
            padding-left: 10px;
            display: block;
            font-style: normal;
            font-weight: normal;
            font-size: 14px;
            line-height: 22px;
            text-transform: lowercase;
            color: #575756;
            margin: 7px 10px;
            cursor: pointer; }
            header .contener .filter_header #header_form .openening_page_header_form_sorts_1 .openening_page_header_childs:hover,
            header .contener .filter_header #header_form .openening_page_header_form_sorts_1 .openening_page_header_childs_2:hover,
            header .contener .filter_header #header_form .openening_page_header_form_sorts_2 .openening_page_header_childs:hover,
            header .contener .filter_header #header_form .openening_page_header_form_sorts_2 .openening_page_header_childs_2:hover {
              -webkit-transition: 0.2s;
              transition: 0.2s;
              color: #5b9600; }
        header .contener .filter_header #header_form #quantity {
          width: 50px;
          height: 40px;
          border-radius: 40px;
          border: 1px solid #a3a3a3;
          width: 80px;
          padding-left: 10px; }
        header .contener .filter_header #header_form #goFilter {
          padding: 10px 37px;
          font-size: 18px;
          margin: 0px 10px;
          border-radius: 30px 0;
          border: 1px solid #c1c1c1;
          background: #5b9600;
          color: #fff;
          text-transform: uppercase;
          cursor: pointer; }
          header .contener .filter_header #header_form #goFilter:hover {
            -webkit-transition: 0.2s;
            transition: 0.2s;
            background: #63a501; }
  header .slider_pages_round {
    width: 100%;
    height: 30px;
    margin: 0 auto;
    position: absolute;
    bottom: 2px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    header .slider_pages_round .rounds {
      width: 10px;
      height: 10px;
      border-radius: 20px;
      background: #C4C4C4;
      margin: 0px 5px;
      cursor: pointer; }
      header .slider_pages_round .rounds:hover {
        background: #599401a8; }
    header .slider_pages_round .active {
      background: #5b9600; }

.opening_menu {
  position: absolute;
  width: 18px;
  height: 18px;
  background: url(../img/openmenu.png) no-repeat center center;
  background-size: 20px;
  margin: 3px 0px 0px -12px; }

.sliders {
  display: inline-block;
  width: 100%;
  height: auto;
  padding-bottom: 50px;
  background: url(../img/slider_bg.png) no-repeat center center;
  background-size: cover; }
  .sliders .text_sub {
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 18px;
    text-align: center;
    text-transform: uppercase;
    color: #c4c4c4;
    margin-top: 50px; }
  .sliders .text {
    font-style: normal;
    font-weight: normal;
    font-size: 24px;
    line-height: 36px;
    text-align: center;
    text-transform: uppercase;
    color: #575756; }
  .sliders .boy_button {
    display: block;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 18px;
    text-align: center;
    text-transform: uppercase;
    color: #ffffff;
    background: #5b9600;
    margin: 0 auto;
    padding: 10px 40px;
    border: 0px;
    border-radius: 30px 0px;
    margin-top: 50px;
    cursor: pointer; }

.slick-list {
  width: calc(100% - 80px);
  margin: 0 auto !important; }
  @media screen and (max-width: 768px) {
    .slick-list {
      width: 100%; } }

.slider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1500px;
  height: 500px;
  margin: 0 auto;
  margin-top: 55px; }
  .slider .slick-track {
    height: 510px; }
  .slider .body_slider {
    width: 280px;
    height: 420px;
    border-radius: 30px 0px;
    position: relative;
    overflow: hidden;
    -webkit-box-shadow: 0px 2px 2px 0px #3a3a3a7a;
            box-shadow: 0px 2px 2px 0px #3a3a3a7a;
    margin: 0px 10px;
    background: #fff; }
    .slider .body_slider .top_text {
      width: 100%;
      text-align: right;
      font-style: normal;
      font-weight: 600;
      font-size: 20px;
      line-height: 30px;
      color: #ffffff;
      background: #5b9600;
      padding: 5px 10px 5px 0px; }
    .slider .body_slider .slider_product_photo {
      display: block;
      width: 90%;
      margin: 0 auto;
      height: 150px;
      margin-top: 15px; }
    .slider .body_slider .title {
      display: block;
      width: 90%;
      margin: 0 auto;
      font-style: normal;
      font-weight: bold;
      font-size: 14px;
      line-height: 20px;
      color: #575756;
      margin-top: 10px; }
    .slider .body_slider .product_info {
      display: block;
      width: 90%;
      margin: 0 auto;
      margin-top: 5px;
      font-style: normal;
      font-weight: 500;
      font-size: 14px;
      line-height: 25px;
      color: #575756; }
      .slider .body_slider .product_info .product_info_texts {
        font-size: 18px;
        font-weight: 300 !important; }
      .slider .body_slider .product_info span {
        font-weight: 700; }
    .slider .body_slider .price_likes {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      width: 90%;
      margin: 0 auto;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      margin-top: 5px; }
      .slider .body_slider .price_likes .price {
        width: 50%; }
        .slider .body_slider .price_likes .price .old_price {
          font-style: normal;
          font-weight: 600;
          font-size: 15px;
          line-height: 22px;
          -webkit-text-decoration-line: line-through;
                  text-decoration-line: line-through;
          color: #595656; }
        .slider .body_slider .price_likes .price .new_price {
          font-style: normal;
          font-weight: 600;
          font-size: 23px;
          line-height: 34px;
          color: #5f753c; }
      .slider .body_slider .price_likes .likes {
        width: 50%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between; }
        .slider .body_slider .price_likes .likes .like {
          width: 50px;
          height: 50px;
          background: #fff url(../img/like_products.png) no-repeat center center;
          background-size: 25px;
          border-radius: 30px;
          -webkit-box-shadow: 0px 1px 2px 0px #4c4a4a;
                  box-shadow: 0px 1px 2px 0px #4c4a4a;
          cursor: pointer; }
        .slider .body_slider .price_likes .likes .buy {
          width: 50px;
          height: 50px;
          background: #5b9600 url(../img/slider_boy.png) no-repeat center center;
          background-size: 25px;
          border-radius: 30px;
          -webkit-box-shadow: 0px 1px 2px 0px #4c4a4a;
                  box-shadow: 0px 1px 2px 0px #4c4a4a;
          cursor: pointer; }

.body_slider {
  width: 280px;
  height: 420px;
  border-radius: 30px 0px;
  position: relative;
  overflow: hidden;
  -webkit-box-shadow: 0px 2px 2px 0px #3a3a3a7a;
          box-shadow: 0px 2px 2px 0px #3a3a3a7a;
  margin: 0px 10px;
  background: #fff; }
  .body_slider .top_text {
    width: 100%;
    text-align: right;
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 30px;
    color: #ffffff;
    background: #5b9600;
    padding: 5px 10px 5px 0px; }
  .body_slider .slider_product_photo {
    display: block;
    width: 90%;
    margin: 0 auto;
    height: 150px;
    margin-top: 15px; }
  .body_slider .title {
    display: block;
    width: 90%;
    margin: 0 auto;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 20px;
    color: #575756;
    margin-top: 10px; }
  .body_slider .product_info {
    display: block;
    width: 90%;
    margin: 0 auto;
    margin-top: 5px;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 25px;
    color: #575756; }
    .body_slider .product_info .product_info_texts {
      font-size: 18px;
      font-weight: 300 !important; }
    .body_slider .product_info span {
      font-weight: 700; }
  .body_slider .price_likes {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 90%;
    margin: 0 auto;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 5px; }
    .body_slider .price_likes .price {
      width: 50%; }
      .body_slider .price_likes .price .old_price {
        font-style: normal;
        font-weight: 600;
        font-size: 15px;
        line-height: 22px;
        -webkit-text-decoration-line: line-through;
                text-decoration-line: line-through;
        color: #595656; }
      .body_slider .price_likes .price .new_price {
        font-style: normal;
        font-weight: 600;
        font-size: 23px;
        line-height: 34px;
        color: #5f753c; }
    .body_slider .price_likes .likes {
      width: 50%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; }
      .body_slider .price_likes .likes .like {
        width: 50px;
        height: 50px;
        background: #fff url(../img/like_products.png) no-repeat center center;
        background-size: 25px;
        border-radius: 30px;
        -webkit-box-shadow: 0px 1px 2px 0px #4c4a4a;
                box-shadow: 0px 1px 2px 0px #4c4a4a;
        cursor: pointer; }
      .body_slider .price_likes .likes .buy {
        width: 50px;
        height: 50px;
        background: #5b9600 url(../img/slider_boy.png) no-repeat center center;
        background-size: 25px;
        border-radius: 30px;
        -webkit-box-shadow: 0px 1px 2px 0px #4c4a4a;
                box-shadow: 0px 1px 2px 0px #4c4a4a;
        cursor: pointer; }

.body_slider {
  width: 280px;
  height: 420px;
  border-radius: 30px 0px;
  position: relative;
  overflow: hidden;
  -webkit-box-shadow: 0px 2px 2px 0px #3a3a3a7a;
          box-shadow: 0px 2px 2px 0px #3a3a3a7a;
  margin: 0px 10px;
  background: #fff; }
  .body_slider .top_text {
    width: 100%;
    text-align: right;
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 30px;
    color: #ffffff;
    background: #5b9600;
    padding: 5px 10px 5px 0px; }
  .body_slider .slider_product_photo {
    display: block;
    width: 90%;
    margin: 0 auto;
    height: 150px;
    margin-top: 15px; }
  .body_slider .title {
    display: block;
    width: 90%;
    margin: 0 auto;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 20px;
    color: #575756;
    margin-top: 10px; }
  .body_slider .product_info {
    display: block;
    width: 90%;
    margin: 0 auto;
    margin-top: 5px;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 25px;
    color: #575756; }
    .body_slider .product_info .product_info_texts {
      font-size: 18px;
      font-weight: 300 !important; }
    .body_slider .product_info span {
      font-weight: 700; }
  .body_slider .price_likes {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 90%;
    margin: 0 auto;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 5px; }
    .body_slider .price_likes .price {
      width: 50%; }
      .body_slider .price_likes .price .old_price {
        font-style: normal;
        font-weight: 600;
        font-size: 15px;
        line-height: 22px;
        -webkit-text-decoration-line: line-through;
                text-decoration-line: line-through;
        color: #595656; }
      .body_slider .price_likes .price .new_price {
        font-style: normal;
        font-weight: 600;
        font-size: 23px;
        line-height: 34px;
        color: #5f753c; }
    .body_slider .price_likes .likes {
      width: 50%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; }
      .body_slider .price_likes .likes .like {
        width: 50px;
        height: 50px;
        background: #fff url(../img/like_products.png) no-repeat center center;
        background-size: 25px;
        border-radius: 30px;
        -webkit-box-shadow: 0px 1px 2px 0px #4c4a4a;
                box-shadow: 0px 1px 2px 0px #4c4a4a;
        cursor: pointer; }
      .body_slider .price_likes .likes .buy {
        width: 50px;
        height: 50px;
        background: #5b9600 url(../img/slider_boy.png) no-repeat center center;
        background-size: 25px;
        border-radius: 30px;
        -webkit-box-shadow: 0px 1px 2px 0px #4c4a4a;
                box-shadow: 0px 1px 2px 0px #4c4a4a;
        cursor: pointer; }

.slider_fot_name {
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 18px;
  text-align: center;
  text-transform: uppercase;
  color: #c4c4c4;
  margin-top: 100px; }

.slider_fot_submane {
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 36px;
  text-align: center;
  text-transform: uppercase;
  color: #575756; }

.slick-next {
  position: absolute;
  right: 0px;
  top: 180px;
  background: url(../img/icopn_slider_next.png) no-repeat center center;
  background-size: 25px 61px;
  border: 0px;
  padding: 10px 15px;
  color: black;
  cursor: pointer;
  font-size: 0;
  width: 35px;
  height: 80px; }
  @media screen and (max-width: 768px) {
    .slick-next {
      right: -40px; } }

.slick-prev {
  position: absolute;
  left: 0px;
  top: 180px;
  background: url(../img/icon_prev_slider.png) no-repeat center center;
  background-size: 25px 61px;
  border: 0px;
  padding: 10px 15px;
  color: black;
  cursor: pointer;
  font-size: 0;
  width: 35px;
  height: 80px; }
  @media screen and (max-width: 768px) {
    .slick-prev {
      left: -40px; } }

.slick-prev:hover {
  background: url(../img/icon_prev_slider_hover.png) no-repeat center center; }

.slick-next:hover {
  background: url(../img/icopn_slider_next_hover.png) no-repeat center center; }

.slider_two {
  display: inline-block;
  width: 100%;
  height: 800px;
  background: url(../img/slider_two_bg.png) no-repeat center center;
  background-size: 100% 100%;
  margin-top: -50px;
  padding-top: 100px;
  z-index: 100;
  position: relative; }
  .slider_two .boy_button {
    display: block;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 18px;
    text-align: center;
    text-transform: uppercase;
    color: #ffffff;
    background: #5b9600;
    margin: 0 auto;
    padding: 10px 40px;
    border: 0px;
    border-radius: 30px 0px;
    margin-top: 50px;
    cursor: pointer; }

.my_sorts {
  margin-top: -65px;
  width: 100%;
  background: #eeefeb url(../img/bg_my_sprts.png) no-repeat center center;
  background-size: cover;
  z-index: 3;
  position: relative;
  padding-bottom: 100px; }
  .my_sorts .text {
    display: inline-block;
    width: 100%;
    margin-top: 100px;
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 18px;
    text-align: center;
    text-transform: uppercase;
    color: #c4c4c4; }
  .my_sorts .sub_text {
    font-style: normal;
    font-weight: normal;
    font-size: 24px;
    line-height: 36px;
    text-align: center;
    text-transform: uppercase;
    color: #575756; }
  .my_sorts .my_sorts_heading {
    width: 80%;
    height: 230px;
    background: #fff;
    top: 100px;
    margin: 0 auto;
    border-radius: 80px;
    position: relative; }
    .my_sorts .my_sorts_heading::after {
      content: "";
      position: absolute;
      width: 300px;
      height: 240px;
      top: -90px;
      left: -105px;
      background: url(../img/floowr.png) no-repeat center center;
      background-size: contain;
      z-index: -1; }
    .my_sorts .my_sorts_heading .my_sorts_heading_fullBody {
      width: 90%;
      height: 180px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      margin: 0 auto; }
      .my_sorts .my_sorts_heading .my_sorts_heading_fullBody .slick-slide {
        height: 150px !important; }
      .my_sorts .my_sorts_heading .my_sorts_heading_fullBody .my_sorts_heading_body {
        width: 20%;
        height: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        position: relative; }
        .my_sorts .my_sorts_heading .my_sorts_heading_fullBody .my_sorts_heading_body .kay {
          width: 100px;
          text-align: center;
          font-style: normal;
          font-weight: 600;
          font-size: 18px;
          line-height: 27px;
          -webkit-text-decoration-line: underline;
                  text-decoration-line: underline;
          color: #5b9600;
          margin-left: 10px; }
    .my_sorts .my_sorts_heading .products {
      width: 70%;
      height: auto;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: distribute;
          justify-content: space-around;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      margin: 0 auto; }
      .my_sorts .my_sorts_heading .products .Name {
        font-style: normal;
        font-weight: 600;
        font-size: 18px;
        line-height: 27px;
        color: #5b9600; }
  .my_sorts .text_news {
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 18px;
    text-align: center;
    text-transform: uppercase;
    color: #c4c4c4;
    margin-top: 200px; }
  .my_sorts .sub_text_news {
    font-style: normal;
    font-weight: normal;
    font-size: 24px;
    line-height: 36px;
    text-align: center;
    text-transform: uppercase;
    color: #575756; }
  .my_sorts .body_news {
    width: 100%;
    max-width: 1330px;
    height: 600px;
    background: #fff;
    border-radius: 30px;
    margin: 0 auto;
    margin-top: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    position: relative;
    padding: 20px 10px 0px 10px; }
    .my_sorts .body_news .body_news_content {
      width: 22%;
      height: auto;
      padding: 10px;
      position: relative; }
      .my_sorts .body_news .body_news_content img {
        width: 100%;
        height: auto;
        border: 0px 30px; }
      .my_sorts .body_news .body_news_content .name {
        font-style: normal;
        font-weight: normal;
        font-size: 18px;
        line-height: 27px;
        letter-spacing: -0.04em;
        text-transform: uppercase;
        color: #677c45; }
      .my_sorts .body_news .body_news_content .date {
        font-style: normal;
        font-weight: normal;
        font-size: 16px;
        line-height: 19px;
        letter-spacing: 0.04em;
        color: #928d8d;
        margin: 10px 0; }
      .my_sorts .body_news .body_news_content .news_content_text {
        font-style: normal;
        font-weight: normal;
        font-size: 16px;
        line-height: 24px;
        letter-spacing: 0.04em;
        color: #575756; }
      .my_sorts .body_news .body_news_content a {
        color: #5b9600; }
        .my_sorts .body_news .body_news_content a:hover {
          color: #81ca12; }
    .my_sorts .body_news .openPage {
      position: absolute;
      font-style: normal;
      font-weight: normal;
      font-size: 12px;
      line-height: 18px;
      text-align: center;
      text-transform: uppercase;
      color: #ffffff;
      background: #5b9600;
      margin: 0 auto;
      padding: 10px 40px;
      border: 0px;
      border-radius: 30px 0px;
      cursor: pointer;
      left: 0;
      top: 90%;
      right: 0;
      bottom: 0;
      height: 40px; }
      .my_sorts .body_news .openPage:hover {
        background: #68ac02; }
  .my_sorts .foot_img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 1100px;
    min-width: 260px;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    background: #fff;
    border-radius: 30px;
    margin: 0 auto;
    margin-top: 30px;
    padding: 20px;
    position: relative; }
    .my_sorts .foot_img::after {
      content: "";
      position: absolute;
      right: -75px;
      bottom: -70px;
      width: 140px;
      height: 140px;
      background: url(../img/flower2.png) no-repeat center center;
      background-size: contain;
      z-index: -1; }
    .my_sorts .foot_img .img {
      width: 305px;
      height: 250px;
      border-radius: 30px 0;
      background: url(../img/components.png) no-repeat center center;
      background-size: contain;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      margin: 10px; }
    .my_sorts .foot_img .opening {
      padding: 10px 30px;
      border-radius: 30px 0;
      background: #5b9600;
      font-style: normal;
      font-weight: normal;
      font-size: 14px;
      line-height: 21px;
      text-align: center;
      text-transform: uppercase;
      color: #ffffff;
      border: 0px;
      cursor: pointer; }
      .my_sorts .foot_img .opening:hover {
        background: #68ac02; }

.maps_site {
  z-index: 2;
  position: absolute;
  margin-top: -20px; }
  @media screen and (max-width: 425px) {
    .maps_site {
      margin-top: -10px; } }

.maps {
  width: 100%;
  height: 600px;
  position: relative;
  z-index: 1; }

footer {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  margin-top: -225px; }
  footer img {
    width: 100%; }
  footer .img1 {
    display: block; }
    @media screen and (max-width: 425px) {
      footer .img1 {
        display: none; } }
  footer .img2 {
    display: none; }
    @media screen and (max-width: 425px) {
      footer .img2 {
        display: block; } }
  footer .footer_body {
    max-width: 100%;
    height: auto;
    margin: 0 auto;
    margin-top: -10px;
    background: #74bd00;
    position: relative; }
    footer .footer_body .main {
      width: 100%;
      max-width: 1200px;
      margin: 0 auto;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: distribute;
          justify-content: space-around;
      -webkit-box-align: baseline;
          -ms-flex-align: baseline;
              align-items: baseline;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      position: relative;
      -webkit-transform: translateY(-225px);
              transform: translateY(-225px);
      padding-bottom: 80px; }
      @media screen and (max-width: 1225px) {
        footer .footer_body .main {
          -webkit-transform: translateY(-200px);
                  transform: translateY(-200px); } }
      @media screen and (max-width: 1065px) {
        footer .footer_body .main {
          -webkit-transform: translateY(-160px);
                  transform: translateY(-160px); } }
      @media screen and (max-width: 940px) {
        footer .footer_body .main {
          -webkit-transform: translateY(-100px);
                  transform: translateY(-100px); } }
      @media screen and (max-width: 715px) {
        footer .footer_body .main {
          -webkit-transform: translateY(-50px);
                  transform: translateY(-50px);
          -webkit-box-pack: end;
              -ms-flex-pack: end;
                  justify-content: end; } }
      @media screen and (max-width: 440px) {
        footer .footer_body .main {
          -webkit-transform: translateY(0px);
                  transform: translateY(0px); } }
      @media screen and (max-width: 350px) {
        footer .footer_body .main {
          -webkit-transform: translateY(20px);
                  transform: translateY(20px); } }
      footer .footer_body .main .contener {
        width: auto;
        height: auto; }
        @media screen and (max-width: 425px) {
          footer .footer_body .main .contener:nth-of-type(1) {
            -webkit-box-ordinal-group: 2;
                -ms-flex-order: 1;
                    order: 1; } }
        @media screen and (max-width: 425px) {
          footer .footer_body .main .contener:nth-of-type(2) {
            -webkit-box-ordinal-group: 5;
                -ms-flex-order: 4;
                    order: 4; } }
        @media screen and (max-width: 425px) {
          footer .footer_body .main .contener:nth-of-type(3) {
            -webkit-box-ordinal-group: 4;
                -ms-flex-order: 3;
                    order: 3; } }
        @media screen and (max-width: 425px) {
          footer .footer_body .main .contener:nth-of-type(4) {
            -webkit-box-ordinal-group: 3;
                -ms-flex-order: 2;
                    order: 2; } }
        footer .footer_body .main .contener .title {
          font-style: normal;
          font-weight: 600;
          font-size: 14px;
          line-height: 21px;
          text-transform: capitalize;
          color: #ffffff; }
        footer .footer_body .main .contener .text {
          display: block;
          font-style: normal;
          font-weight: normal;
          font-size: 14px;
          line-height: 21px;
          text-transform: capitalize;
          color: #ffffff; }
          footer .footer_body .main .contener .text:hover {
            color: #e7e7e7; }
      footer .footer_body .main .send_massange {
        width: 275px;
        height: 50px;
        background: #fff;
        border-radius: 40px;
        position: absolute;
        top: -65px;
        right: 0px; }
        @media screen and (max-width: 425px) {
          footer .footer_body .main .send_massange {
            left: 0;
            margin: 0 auto; } }
        footer .footer_body .main .send_massange .icon_massange {
          position: absolute;
          width: 40px;
          height: 40px;
          background: #5b9600 url(../img/icon_massange.png) no-repeat center center;
          background-size: 25px;
          left: 5px;
          top: 5px;
          border-radius: 30px;
          cursor: pointer; }
        footer .footer_body .main .send_massange .text_sends {
          position: absolute;
          right: 30px;
          top: 7px;
          background: #5b9600;
          border-radius: 30px 0;
          padding: 8px 35px;
          border: 0;
          color: #fff;
          text-transform: uppercase;
          cursor: pointer; }
      footer .footer_body .main .sites {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: distribute;
            justify-content: space-around;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        position: absolute;
        right: 0px;
        bottom: 50px;
        width: 200px;
        height: 60px; }
        @media screen and (max-width: 425px) {
          footer .footer_body .main .sites {
            right: 0px;
            bottom: 42px;
            width: 175px;
            height: 60px;
            top: 100px; } }
        footer .footer_body .main .sites .sites_icon {
          width: 40px;
          height: 40px;
          border-radius: 40px; }
        footer .footer_body .main .sites .sites_icon:nth-of-type(1) {
          background: #fff url(../img/youtubr_icon.png) no-repeat center center;
          background-size: 25px; }
        footer .footer_body .main .sites .sites_icon:nth-of-type(2) {
          background: #fff url(../img/fb_icon.png) no-repeat center center;
          background-size: 12px; }
        footer .footer_body .main .sites .sites_icon:nth-of-type(3) {
          background: #fff url(../img/insta_icon.png) no-repeat center center;
          background-size: 25px; }
      footer .footer_body .main .card {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: distribute;
            justify-content: space-around;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        position: absolute;
        right: 0px;
        bottom: 0px;
        width: 300px;
        height: 60px;
        background: url(../img/cards.png) no-repeat center center;
        background-size: contain; }

.mobile_menu {
  position: fixed;
  top: 0;
  width: 100%;
  height: 108vh;
  background: #fff;
  z-index: 10000000;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  overflow: auto; }
  .mobile_menu .mobile_menu_nav {
    width: 100%;
    height: 40px;
    background: #5b9600;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .mobile_menu .mobile_menu_nav .menu_icon {
      width: 35px;
      height: 35px;
      font-size: 25px;
      color: #fff;
      text-align: center; }
    .mobile_menu .mobile_menu_nav span {
      font-size: 18px;
      color: #fff;
      text-transform: uppercase; }
    .mobile_menu .mobile_menu_nav .icon_close {
      width: 35px;
      height: 35px;
      font-size: 25px;
      color: #fff;
      text-align: center; }
  .mobile_menu .table_menu {
    width: 100%;
    height: auto;
    padding: 10px 30px 0 30px;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    text-transform: capitalize;
    color: #595656;
    -webkit-transition: 0.2s;
    transition: 0.2s; }
    .mobile_menu .table_menu .table_podmenu_one {
      cursor: pointer;
      width: calc(100% + 50px);
      height: 30px;
      background: #fff;
      border-radius: 0 0 0 0;
      overflow: hidden;
      margin-left: 0px;
      -webkit-transition: 0.5s;
      transition: 0.5s;
      margin: 0px 0;
      margin-top: -5px; }
      .mobile_menu .table_menu .table_podmenu_one .text_one_podmenu {
        width: 100%;
        height: 35px;
        background: #fff;
        padding: 5px 0px;
        border-radius: 00px 0px;
        color: #595656;
        -webkit-transition: 0.5s;
        transition: 0.5s; }
      .mobile_menu .table_menu .table_podmenu_one a {
        padding: 0px 45px;
        margin: 15px 0; }
    .mobile_menu .table_menu .table_podmenu_two {
      cursor: pointer;
      width: calc(100% + 50px);
      height: 30px;
      background: #fff;
      border-radius: 0 0 0 0;
      overflow: hidden;
      margin-left: 0px;
      -webkit-transition: 0.5s;
      transition: 0.5s;
      margin: 0px 0;
      margin-top: -5px; }
      .mobile_menu .table_menu .table_podmenu_two .text_one_podmenu_tow {
        width: 100%;
        height: 35px;
        background: #fff;
        padding: 5px 0px;
        border-radius: 00px 0px;
        color: #595656;
        -webkit-transition: 0.5s;
        transition: 0.5s; }
      .mobile_menu .table_menu .table_podmenu_two a {
        padding: 0px 10px 0 45px;
        margin: 15px 0; }
    .mobile_menu .table_menu .fa-chevron-left {
      position: absolute;
      width: 20px;
      height: 20px;
      right: 10%;
      font-size: 14px;
      -webkit-transform: rotate(-90deg);
              transform: rotate(-90deg);
      -webkit-transition: -webkit-transform 0.5s;
      transition: -webkit-transform 0.5s;
      transition: transform 0.5s;
      transition: transform 0.5s, -webkit-transform 0.5s; }
    .mobile_menu .table_menu .table_podmenu_three {
      cursor: pointer;
      width: calc(100% + 50px);
      height: 30px;
      background: #fff;
      border-radius: 0 0 0 0;
      overflow: hidden;
      margin-left: 0px;
      -webkit-transition: 0.5s;
      transition: 0.5s;
      margin: 0px 0;
      margin-top: -5px; }
      .mobile_menu .table_menu .table_podmenu_three .text_one_podmenu_three {
        width: 100%;
        height: 35px;
        background: #fff;
        padding: 5px 0px;
        border-radius: 00px 0px;
        color: #595656;
        -webkit-transition: 0.5s;
        transition: 0.5s; }
      .mobile_menu .table_menu .table_podmenu_three a {
        padding: 0px 10px 0 45px;
        margin: 15px 0; }
    .mobile_menu .table_menu a {
      display: block;
      color: #595656;
      margin: 15px 0; }
  .mobile_menu .menu_buttons_for_regLog,
  .mobile_menu .menu_buttons_for_regREG {
    width: 80%;
    border: 1.5px solid #5b9600;
    padding: 5px 0;
    color: #5b9600;
    cursor: pointer;
    margin: 15px auto;
    display: block;
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
    text-align: center;
    text-transform: uppercase;
    background: #fff;
    border-radius: 30px 0; }
    .mobile_menu .menu_buttons_for_regLog:hover,
    .mobile_menu .menu_buttons_for_regREG:hover {
      -webkit-transition: 0.2s;
      transition: 0.2s;
      background: #5b9600;
      color: #fff; }

.page_reg {
  position: fixed;
  top: 0;
  width: 100%;
  height: 108vh;
  background: #fff;
  top: 0;
  left: 0;
  z-index: 100000;
  overflow: scroll;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-transform: translateX(100%);
          transform: translateX(100%); }
  .page_reg .title_reg {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    height: 40px;
    text-align: center;
    font-size: 14px;
    color: #fff;
    background: #5b9600;
    border-radius: 30px 0;
    text-transform: uppercase;
    position: relative; }
    .page_reg .title_reg .icon_close {
      width: 35px;
      height: 35px;
      color: #ffff;
      text-align: center;
      font-size: 25px;
      position: absolute;
      right: 10px;
      top: 2px; }
      .page_reg .title_reg .icon_close:hover {
        -webkit-transition: 0.2s;
        transition: 0.2s;
        color: #cacaca; }
  .page_reg #form_reg {
    width: 100%;
    height: auto;
    padding: 10px; }
    .page_reg #form_reg input,
    .page_reg #form_reg select {
      width: 100%;
      padding: 10px 15px;
      color: #6d6d6d;
      border: 1px solid gainsboro;
      border-radius: 40px;
      display: block;
      margin: 8px auto; }
    .page_reg #form_reg .capcha {
      width: 100%;
      height: auto;
      text-align: center; }
    .page_reg #form_reg .submit {
      width: 100%;
      padding: 10px 0;
      border: 0px;
      background: #5b9600;
      border-radius: 30px 0;
      font-size: 12px;
      text-transform: uppercase;
      color: #fff; }
  .page_reg .teg_or {
    width: 100%;
    height: 2px;
    background: #a3a3a3;
    position: relative;
    margin-top: 35px; }
    .page_reg .teg_or:after {
      content: "OR";
      position: absolute;
      width: 100px;
      height: 20px;
      background: #fff;
      color: #575756;
      font-weight: 100;
      top: -10px;
      right: 0;
      left: 0;
      bottom: 0;
      margin: 0 auto;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
  .page_reg .socsite {
    width: 95%;
    padding: 10px 0;
    border: 0;
    display: block;
    margin: 10px auto;
    border-radius: 30px 0;
    color: #fff;
    font-size: 14px;
    text-transform: uppercase; }
    .page_reg .socsite:nth-of-type(1) {
      background: #4267b2;
      margin-top: 35px; }
    .page_reg .socsite:nth-of-type(2) {
      background: #ea4335; }
  .page_reg .police_pravice {
    font-style: normal;
    font-weight: 200;
    font-size: 12px;
    line-height: 18px;
    text-align: center;
    color: #595656; }
    .page_reg .police_pravice a {
      color: #5b9600;
      font-weight: 600;
      text-transform: uppercase; }
  .page_reg .info_site {
    font-style: normal;
    font-weight: 200;
    font-size: 12px;
    line-height: 18px;
    text-align: center;
    color: #595656;
    margin-top: 10px; }

.page_logot {
  position: fixed;
  top: 0;
  width: 100%;
  height: 108vh;
  background: #fff;
  top: 0;
  left: 0;
  z-index: 100000;
  overflow: scroll;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-transform: translateX(100%);
          transform: translateX(100%); }
  .page_logot .title_logout {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    height: 40px;
    text-align: center;
    font-size: 14px;
    color: #fff;
    background: #5b9600;
    border-radius: 30px 0;
    text-transform: uppercase;
    position: relative; }
    .page_logot .title_logout .icon_close_logout {
      width: 35px;
      height: 35px;
      color: #ffff;
      text-align: center;
      font-size: 25px;
      position: absolute;
      right: 10px;
      top: 2px; }
      .page_logot .title_logout .icon_close_logout:hover {
        -webkit-transition: 0.2s;
        transition: 0.2s;
        color: #cacaca; }
  .page_logot #form_logout {
    width: 100%;
    height: auto;
    padding: 10px; }
    .page_logot #form_logout input {
      width: 100%;
      padding: 10px 15px;
      color: #6d6d6d;
      border: 1px solid gainsboro;
      border-radius: 40px;
      display: block;
      margin: 8px auto; }
    .page_logot #form_logout .capcha {
      width: 100%;
      height: auto;
      text-align: center; }
    .page_logot #form_logout .submit {
      width: 100%;
      padding: 10px 0;
      border: 0px;
      background: #5b9600;
      border-radius: 30px 0;
      font-size: 12px;
      text-transform: uppercase;
      color: #fff; }
  .page_logot .chackbox {
    width: 190px;
    height: 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .page_logot .chackbox #chack_logout {
      display: inline-block;
      width: 20px; }
  .page_logot .teg_or {
    width: 100%;
    height: 2px;
    background: #a3a3a3;
    position: relative;
    margin-top: 35px; }
    .page_logot .teg_or:after {
      content: "OR";
      position: absolute;
      width: 100px;
      height: 20px;
      background: #fff;
      color: #575756;
      font-weight: 100;
      top: -10px;
      right: 0;
      left: 0;
      bottom: 0;
      margin: 0 auto;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
  .page_logot .socsite {
    width: 95%;
    padding: 10px 0;
    border: 0;
    display: block;
    margin: 10px auto;
    border-radius: 30px 0;
    color: #fff;
    font-size: 14px;
    text-transform: uppercase; }
    .page_logot .socsite:nth-of-type(1) {
      background: #4267b2;
      margin-top: 35px; }
    .page_logot .socsite:nth-of-type(2) {
      background: #ea4335; }
  .page_logot .police_pravice {
    font-style: normal;
    font-weight: 200;
    font-size: 12px;
    line-height: 18px;
    text-align: center;
    color: #595656; }
    .page_logot .police_pravice a {
      color: #5b9600;
      font-weight: 600;
      text-transform: uppercase; }
  .page_logot .info_site {
    font-style: normal;
    font-weight: 200;
    font-size: 12px;
    line-height: 18px;
    text-align: center;
    color: #595656;
    margin-top: 10px; }

.hiden {
  overflow: hidden; }

.registration_popup {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.452);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: none;
  z-index: 1000; }
  .registration_popup .body_registration_popup {
    width: 100%;
    max-width: 990px;
    height: 650px;
    border-radius: 30px 0;
    background: #fff;
    display: none; }
    .registration_popup .body_registration_popup .header_registration_popup {
      width: 100%;
      height: 50px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      .registration_popup .body_registration_popup .header_registration_popup .login {
        width: 235px;
        height: 100%;
        background: #5b9600;
        border-radius: 30px 0;
        font-style: normal;
        font-weight: 300;
        font-size: 18px;
        line-height: 27px;
        text-align: center;
        text-transform: uppercase;
        color: #ffffff;
        padding: 12px 0;
        cursor: pointer; }
        .registration_popup .body_registration_popup .header_registration_popup .login:hover {
          -webkit-transition: background 0.2s;
          transition: background 0.2s;
          background: #67ac01; }
      .registration_popup .body_registration_popup .header_registration_popup .title {
        font-style: normal;
        font-weight: 600;
        font-size: 18px;
        line-height: 27px;
        text-align: center;
        text-transform: uppercase;
        color: #5b9600; }
      .registration_popup .body_registration_popup .header_registration_popup .icon_close {
        width: 25px;
        height: 25px;
        font-size: 18px;
        color: #928d8d;
        text-align: center;
        margin-right: 15px;
        cursor: pointer; }
        .registration_popup .body_registration_popup .header_registration_popup .icon_close:hover {
          -webkit-transition: color 0.2s;
          transition: color 0.2s;
          color: #6e6e6e; }
    .registration_popup .body_registration_popup .block_reg {
      width: 100%;
      height: calc(100% - 50px); }
      .registration_popup .body_registration_popup .block_reg form {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; }
        .registration_popup .body_registration_popup .block_reg form .block {
          width: 50%;
          padding: 20px; }
        .registration_popup .body_registration_popup .block_reg form .one input,
        .registration_popup .body_registration_popup .block_reg form .two input {
          display: block;
          width: 95%;
          height: 42px;
          border-radius: 40px;
          border: 1px solid #d6d6d6;
          font-style: normal;
          font-weight: 200;
          font-size: 14px;
          line-height: 21px;
          color: #575756;
          margin: 15px auto;
          padding-left: 10px; }
        .registration_popup .body_registration_popup .block_reg form .one .sec,
        .registration_popup .body_registration_popup .block_reg form .two .sec {
          display: block;
          width: 95%;
          height: 42px;
          border: 0px solid #d6d6d6;
          -webkit-box-shadow: 0 0 0 #000;
                  box-shadow: 0 0 0 #000;
          background: #fff;
          margin: 0 auto; }
          .registration_popup .body_registration_popup .block_reg form .one .sec:hover,
          .registration_popup .body_registration_popup .block_reg form .two .sec:hover {
            background: #fff; }
          .registration_popup .body_registration_popup .block_reg form .one .sec .op_t,
          .registration_popup .body_registration_popup .block_reg form .two .sec .op_t {
            border-radius: 40px;
            border: 1px solid #d6d6d6;
            -webkit-box-shadow: 0 0 0 #000;
                    box-shadow: 0 0 0 #000;
            font-style: normal;
            font-weight: 200;
            font-size: 14px;
            line-height: 21px;
            color: #575756;
            margin: 15px auto;
            padding-left: 10px;
            background: #fff;
            text-align: left;
            height: 40px;
            -webkit-transition: border-radius 0.5s;
            transition: border-radius 0.5s; }
            .registration_popup .body_registration_popup .block_reg form .one .sec .op_t:hover,
            .registration_popup .body_registration_popup .block_reg form .two .sec .op_t:hover {
              height: 40px;
              background: #fff; }
          .registration_popup .body_registration_popup .block_reg form .one .sec .body_sec,
          .registration_popup .body_registration_popup .block_reg form .two .sec .body_sec {
            background: #ffffff;
            color: #595656;
            z-index: 100000;
            position: relative;
            width: calc(100% - 2px);
            border-radius: 0 0 30px 30px;
            top: -15px;
            -webkit-box-shadow: 0px 0px 1px #000;
                    box-shadow: 0px 0px 1px #000;
            margin-left: 1px; }
            .registration_popup .body_registration_popup .block_reg form .one .sec .body_sec span,
            .registration_popup .body_registration_popup .block_reg form .two .sec .body_sec span {
              color: #575756;
              border-bottom: 1px solid #00000013; }
              .registration_popup .body_registration_popup .block_reg form .one .sec .body_sec span:hover,
              .registration_popup .body_registration_popup .block_reg form .two .sec .body_sec span:hover {
                background: #00000007; }
        .registration_popup .body_registration_popup .block_reg form .one .pravice,
        .registration_popup .body_registration_popup .block_reg form .two .pravice {
          font-style: normal;
          font-weight: 200;
          font-size: 12px;
          line-height: 18px;
          text-align: center;
          color: #595656; }
          .registration_popup .body_registration_popup .block_reg form .one .pravice a,
          .registration_popup .body_registration_popup .block_reg form .two .pravice a {
            color: #5b9600; }
        .registration_popup .body_registration_popup .block_reg form .one .pravice:nth-of-type(1),
        .registration_popup .body_registration_popup .block_reg form .two .pravice:nth-of-type(1) {
          margin-top: 20px; }
        .registration_popup .body_registration_popup .block_reg form .one .pravice:nth-of-type(2),
        .registration_popup .body_registration_popup .block_reg form .two .pravice:nth-of-type(2) {
          margin-top: 10px; }
        .registration_popup .body_registration_popup .block_reg form .two .submit {
          background: #5b9600;
          border: 0px;
          border-radius: 30px 0;
          font-style: normal;
          font-weight: 500;
          font-size: 14px;
          line-height: 21px;
          text-align: center;
          text-transform: uppercase;
          color: #ffffff;
          cursor: pointer; }
          .registration_popup .body_registration_popup .block_reg form .two .submit:hover {
            -webkit-transition: background 0.3s;
            transition: background 0.3s;
            background: #64a502; }
        .registration_popup .body_registration_popup .block_reg form .two .teg_or {
          width: 100%;
          height: 2px;
          background: #a3a3a3;
          position: relative;
          margin-top: 35px; }
          .registration_popup .body_registration_popup .block_reg form .two .teg_or:after {
            content: "OR";
            position: absolute;
            width: 100px;
            height: 20px;
            background: #fff;
            color: #575756;
            font-weight: 100;
            top: -10px;
            right: 0;
            left: 0;
            bottom: 0;
            margin: 0 auto;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: center;
                -ms-flex-pack: center;
                    justify-content: center;
            -webkit-box-align: center;
                -ms-flex-align: center;
                    align-items: center; }
        .registration_popup .body_registration_popup .block_reg form .two .socsite {
          width: 95%;
          padding: 10px 0;
          border: 0;
          display: block;
          margin: 10px auto;
          border-radius: 30px 0;
          color: #fff;
          font-size: 14px;
          text-transform: uppercase;
          cursor: pointer; }
          .registration_popup .body_registration_popup .block_reg form .two .socsite:nth-of-type(1) {
            background: #4267b2;
            margin-top: 35px; }
            .registration_popup .body_registration_popup .block_reg form .two .socsite:nth-of-type(1):hover {
              -webkit-transition: background 0.2s;
              transition: background 0.2s;
              background: #395a9c; }
          .registration_popup .body_registration_popup .block_reg form .two .socsite:nth-of-type(2) {
            background: #c2392c; }
            .registration_popup .body_registration_popup .block_reg form .two .socsite:nth-of-type(2):hover {
              -webkit-transition: background 0.2s;
              transition: background 0.2s;
              background: #aa3126; }
  .registration_popup .body_login_popup {
    width: 495px;
    height: 625px;
    background: #fff;
    border-radius: 30px; }
    .registration_popup .body_login_popup .header_login_popup {
      width: 100%;
      height: 50px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      position: relative; }
      .registration_popup .body_login_popup .header_login_popup .login {
        width: 230px;
        font-weight: 600;
        font-size: 18px;
        line-height: 27px;
        text-align: center;
        text-transform: uppercase;
        color: #5b9600; }
      .registration_popup .body_login_popup .header_login_popup .title {
        width: 265px;
        height: 100%;
        background: #5b9600;
        border-radius: 0 0 0 30px;
        font-style: normal;
        font-weight: 600;
        font-size: 18px;
        line-height: 27px;
        text-align: center;
        text-transform: uppercase;
        color: #ffffff;
        padding: 12px 0;
        cursor: pointer; }
      .registration_popup .body_login_popup .header_login_popup .icon_close {
        position: absolute;
        width: 20px;
        height: 20px;
        text-align: center;
        font-size: 18px;
        right: 10px;
        top: 5px;
        color: #c4c4c4;
        cursor: pointer; }
        .registration_popup .body_login_popup .header_login_popup .icon_close:hover {
          color: #fff; }
    .registration_popup .body_login_popup form {
      width: 400px;
      margin: 0 auto;
      margin-top: 50px;
      height: calc(100% - 100px); }
      .registration_popup .body_login_popup form input {
        display: block;
        margin: 15px auto;
        height: 45px;
        width: 100%;
        border-radius: 40px;
        border: 1px solid rgba(0, 0, 0, 0.2);
        padding-left: 10px;
        font-style: normal;
        font-weight: 200;
        font-size: 14px;
        line-height: 21px; }
      .registration_popup .body_login_popup form .pemember_block {
        width: 100%;
        height: 30px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; }
        .registration_popup .body_login_popup form .pemember_block .pemember {
          width: 185px;
          height: 100%;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: justify;
              -ms-flex-pack: justify;
                  justify-content: space-between;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          cursor: pointer; }
          .registration_popup .body_login_popup form .pemember_block .pemember .chackbox {
            width: 22px;
            height: 22px;
            border: 1px solid rgba(0, 0, 0, 0.2); }
            .registration_popup .body_login_popup form .pemember_block .pemember .chackbox .chack {
              width: 14px;
              height: 14px;
              background: #5b9600;
              -webkit-transform: scale(0);
                      transform: scale(0);
              margin: 3px;
              -webkit-transition: -webkit-transform 0.3s;
              transition: -webkit-transform 0.3s;
              transition: transform 0.3s;
              transition: transform 0.3s, -webkit-transform 0.3s; }
        .registration_popup .body_login_popup form .pemember_block .forgot {
          font-style: normal;
          font-weight: 200;
          font-size: 14px;
          line-height: 21px;
          text-align: center;
          -webkit-text-decoration-line: underline;
                  text-decoration-line: underline;
          color: #575756;
          cursor: pointer; }
      .registration_popup .body_login_popup form .submit {
        width: 100%;
        height: 42px;
        background: #5b9600;
        font-style: normal;
        font-weight: 500;
        font-size: 14px;
        line-height: 21px;
        text-align: center;
        text-transform: uppercase;
        color: #ffffff;
        border-radius: 30px 0;
        border: 0px;
        cursor: pointer;
        margin-top: 35px; }
        .registration_popup .body_login_popup form .submit:hover {
          background: #528801; }
      .registration_popup .body_login_popup form .teg_or {
        width: 100%;
        height: 2px;
        background: #a3a3a3;
        position: relative;
        margin-top: 35px; }
        .registration_popup .body_login_popup form .teg_or:after {
          content: "OR";
          position: absolute;
          width: 100px;
          height: 20px;
          background: #fff;
          color: #575756;
          font-weight: 100;
          top: -10px;
          right: 0;
          left: 0;
          bottom: 0;
          margin: 0 auto;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center; }
      .registration_popup .body_login_popup form .socsite {
        width: 95%;
        padding: 10px 0;
        border: 0;
        display: block;
        margin: 10px auto;
        border-radius: 30px 0;
        color: #fff;
        font-size: 14px;
        text-transform: uppercase; }
        .registration_popup .body_login_popup form .socsite:nth-of-type(1) {
          background: #4267b2;
          margin-top: 35px; }
        .registration_popup .body_login_popup form .socsite:nth-of-type(2) {
          background: #ea4335; }
      .registration_popup .body_login_popup form .pravice {
        font-style: normal;
        font-weight: 200;
        font-size: 12px;
        line-height: 18px;
        text-align: center;
        color: #595656; }
        .registration_popup .body_login_popup form .pravice:nth-of-type(1) {
          margin-top: 25px; }
        .registration_popup .body_login_popup form .pravice:nth-of-type(2) {
          margin-top: 10px; }
        .registration_popup .body_login_popup form .pravice a {
          color: #5b9600;
          font-weight: 600;
          text-transform: uppercase; }

.shop_title {
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 18px;
  text-transform: uppercase;
  color: #C4C4C4;
  margin-top: 175px;
  text-align: center; }

.sub_shop_title {
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 36px;
  text-align: center;
  text-transform: uppercase;
  color: #575756; }

.shop_block {
  width: 100%;
  max-width: 1250px;
  height: auto;
  background: #fff;
  border-radius: 30px;
  margin: 0 auto;
  margin-top: 30px;
  padding: 0px 40px;
  padding-bottom: 50px; }
  .shop_block .massange_shop {
    width: 100%;
    margin: 0 auto;
    border-radius: 30px 0;
    border: 1px solid #ecc235;
    padding: 20px 45px;
    margin-top: 25px;
    display: inline-block;
    position: relative; }
    .shop_block .massange_shop .color_gren {
      color: #5b9600; }
    .shop_block .massange_shop .title {
      font-style: normal;
      font-weight: normal;
      font-size: 16px;
      line-height: 24px;
      text-align: center;
      letter-spacing: 0.04em;
      color: #5b9600; }
    .shop_block .massange_shop .text {
      font-style: normal;
      font-weight: normal;
      font-size: 16px;
      line-height: 24px;
      text-align: center;
      letter-spacing: 0.04em;
      color: #575756; }
    .shop_block .massange_shop .icon_close {
      width: 20px;
      height: 20px;
      color: #575756;
      font-size: 15px;
      position: absolute;
      right: 10px;
      top: 10px;
      cursor: pointer; }
      .shop_block .massange_shop .icon_close:hover {
        color: #595656; }
  .shop_block .version_products {
    width: 100%;
    height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #4c4a4a;
    font-size: 20px;
    margin-top: 10px;
    padding-right: 15px; }
    .shop_block .version_products .fa-border-all,
    .shop_block .version_products .fa-bars {
      margin: 0 10px;
      cursor: pointer; }
      .shop_block .version_products .fa-border-all:hover,
      .shop_block .version_products .fa-bars:hover {
        -webkit-transition: 0.2s;
        transition: 0.2s;
        color: #5b9600; }
  .shop_block .block_products {
    width: 100%;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    .shop_block .block_products .filters {
      width: 300px; }
      .shop_block .block_products .filters .price {
        width: calc(100% - 20px);
        height: 42px;
        margin: 0 auto;
        background: #fff;
        border-radius: 30px 0;
        border: 1px solid #e2e2e2;
        margin-top: 10px;
        -webkit-box-shadow: 0px 2px 1px #e2e2e2;
                box-shadow: 0px 2px 1px #e2e2e2;
        padding: 10px;
        position: relative;
        overflow: hidden;
        -webkit-transition: 0.5s;
        transition: 0.5s; }
        .shop_block .block_products .filters .price .block_input {
          width: 100%;
          height: 30px;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: justify;
              -ms-flex-pack: justify;
                  justify-content: space-between;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          position: relative;
          padding-left: 5px; }
          .shop_block .block_products .filters .price .block_input input {
            width: 90px;
            height: 30px;
            font-style: normal;
            font-weight: 500;
            font-size: 14px;
            line-height: 21px;
            color: #595656;
            border: 1px solid #b7b7b7;
            padding-left: 5px;
            position: relative; }
          .shop_block .block_products .filters .price .block_input::before {
            content: "от";
            position: absolute;
            top: -15px;
            left: 5px;
            font-style: normal;
            font-weight: 500;
            font-size: 12px;
            line-height: 18px;
            color: #928d8d; }
          .shop_block .block_products .filters .price .block_input::after {
            content: "до";
            position: absolute;
            top: -15px;
            right: 76px;
            font-style: normal;
            font-weight: 500;
            font-size: 12px;
            line-height: 18px;
            color: #928d8d; }
        .shop_block .block_products .filters .price #slider-range {
          margin-top: 15px;
          height: 5px;
          border: 0;
          background: #e9e9e9; }
      .shop_block .block_products .filters .products {
        width: calc(100% - 20px);
        height: 42px;
        margin: 0 auto;
        background: #fff;
        border-radius: 30px 0;
        border: 1px solid #e2e2e2;
        margin-top: 10px;
        -webkit-box-shadow: 0px 2px 1px #e2e2e2;
                box-shadow: 0px 2px 1px #e2e2e2;
        padding: 10px;
        position: relative;
        overflow: hidden;
        -webkit-transition: 0.5s;
        transition: 0.5s; }
        .shop_block .block_products .filters .products .block_chackbox {
          width: 100%;
          height: 40px;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: start;
              -ms-flex-pack: start;
                  justify-content: start;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center; }
          .shop_block .block_products .filters .products .block_chackbox .body_chackbox {
            width: 25px;
            height: 25px;
            border: 1px solid #5b9600;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: center;
                -ms-flex-pack: center;
                    justify-content: center;
            -webkit-box-align: center;
                -ms-flex-align: center;
                    align-items: center;
            cursor: pointer; }
            .shop_block .block_products .filters .products .block_chackbox .body_chackbox .item {
              width: 17px;
              height: 17px;
              background: #5b9600;
              -webkit-transition: 0.2s;
              transition: 0.2s;
              -webkit-transform: scale(0);
                      transform: scale(0); }
          .shop_block .block_products .filters .products .block_chackbox .title {
            margin-left: 5px;
            cursor: pointer; }
      .shop_block .block_products .filters .sorts_filter {
        width: calc(100% - 20px);
        height: 42px;
        margin: 0 auto;
        background: #fff;
        border-radius: 30px 0;
        border: 1px solid #e2e2e2;
        margin-top: 10px;
        -webkit-box-shadow: 0px 2px 1px #e2e2e2;
                box-shadow: 0px 2px 1px #e2e2e2;
        padding: 10px;
        position: relative;
        overflow: hidden;
        -webkit-transition: 0.5s;
        transition: 0.5s; }
        .shop_block .block_products .filters .sorts_filter .block_chackbox {
          width: 100%;
          height: 40px;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: start;
              -ms-flex-pack: start;
                  justify-content: start;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center; }
          .shop_block .block_products .filters .sorts_filter .block_chackbox .body_chackbox {
            width: 25px;
            height: 25px;
            border: 1px solid #5b9600;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: center;
                -ms-flex-pack: center;
                    justify-content: center;
            -webkit-box-align: center;
                -ms-flex-align: center;
                    align-items: center;
            cursor: pointer; }
            .shop_block .block_products .filters .sorts_filter .block_chackbox .body_chackbox .item {
              width: 17px;
              height: 17px;
              background: #5b9600;
              -webkit-transition: 0.2s;
              transition: 0.2s;
              -webkit-transform: scale(0);
                      transform: scale(0); }
          .shop_block .block_products .filters .sorts_filter .block_chackbox .title {
            margin-left: 5px;
            cursor: pointer; }
      .shop_block .block_products .filters .block_title {
        width: 100%;
        height: 40px;
        position: relative;
        padding-left: 5px;
        cursor: pointer; }
      .shop_block .block_products .filters .title {
        font-style: normal;
        font-weight: 500;
        font-size: 16px;
        line-height: 24px;
        color: #595656; }
      .shop_block .block_products .filters .icon_opening {
        position: absolute;
        top: 0px;
        right: 0px;
        width: 20px;
        height: 20px;
        background: url(../img/icon_opening_shop.png) no-repeat center center;
        background-size: 20px;
        -webkit-transform: rotate(180deg);
                transform: rotate(180deg);
        -webkit-transition: 0.5s;
        transition: 0.5s; }
      .shop_block .block_products .filters .filter_get {
        width: 250px;
        height: 35px;
        margin: 0 auto;
        display: block;
        margin-top: 30px;
        border: 0px;
        background: #5b9600;
        color: #fff;
        font-size: 14px;
        text-transform: uppercase;
        border-radius: 30px 0;
        cursor: pointer; }
        .shop_block .block_products .filters .filter_get:hover {
          background: #528802; }
    .shop_block .block_products .products {
      width: calc(100% - 300px);
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      position: relative; }
      .shop_block .block_products .products .body_slider {
        width: 260px;
        height: 420px;
        border-radius: 30px 0px;
        position: relative;
        overflow: hidden;
        -webkit-box-shadow: 0px 2px 2px 0px #3a3a3a7a;
                box-shadow: 0px 2px 2px 0px #3a3a3a7a;
        margin: 12px 10px;
        background: #fff;
        -webkit-transition: 0.5s;
        transition: 0.5s; }
        .shop_block .block_products .products .body_slider .top_text {
          width: 100%;
          text-align: right;
          font-style: normal;
          font-weight: 600;
          font-size: 20px;
          line-height: 30px;
          color: #ffffff;
          background: #5b9600;
          padding: 5px 10px 5px 0px; }
        .shop_block .block_products .products .body_slider .slider_product_photo {
          display: block;
          width: 90%;
          margin: 0 auto;
          height: 150px;
          margin-top: 15px; }
        .shop_block .block_products .products .body_slider .title {
          display: block;
          width: 90%;
          margin: 0 auto;
          font-style: normal;
          font-weight: bold;
          font-size: 14px;
          line-height: 20px;
          color: #575756;
          margin-top: 10px; }
        .shop_block .block_products .products .body_slider .product_info {
          display: block;
          width: 90%;
          margin: 0 auto;
          margin-top: 5px;
          font-style: normal;
          font-weight: 500;
          font-size: 14px;
          line-height: 25px;
          color: #575756; }
          .shop_block .block_products .products .body_slider .product_info .product_info_texts {
            font-size: 18px;
            font-weight: 300 !important; }
          .shop_block .block_products .products .body_slider .product_info span {
            font-weight: 700; }
        .shop_block .block_products .products .body_slider .price_likes {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          width: 90%;
          margin: 0 auto;
          -webkit-box-pack: justify;
              -ms-flex-pack: justify;
                  justify-content: space-between;
          margin-top: 5px; }
          .shop_block .block_products .products .body_slider .price_likes .price {
            width: 50%; }
            .shop_block .block_products .products .body_slider .price_likes .price .old_price {
              font-style: normal;
              font-weight: 600;
              font-size: 15px;
              line-height: 22px;
              -webkit-text-decoration-line: line-through;
                      text-decoration-line: line-through;
              color: #595656; }
            .shop_block .block_products .products .body_slider .price_likes .price .new_price {
              font-style: normal;
              font-weight: 600;
              font-size: 23px;
              line-height: 34px;
              color: #5f753c; }
          .shop_block .block_products .products .body_slider .price_likes .likes {
            width: 50%;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: justify;
                -ms-flex-pack: justify;
                    justify-content: space-between; }
            .shop_block .block_products .products .body_slider .price_likes .likes .like {
              width: 50px;
              height: 50px;
              background: #fff url(../img/like_products.png) no-repeat center center;
              background-size: 25px;
              border-radius: 30px;
              -webkit-box-shadow: 0px 1px 2px 0px #4c4a4a;
                      box-shadow: 0px 1px 2px 0px #4c4a4a;
              cursor: pointer; }
            .shop_block .block_products .products .body_slider .price_likes .likes .buy {
              width: 50px;
              height: 50px;
              background: #5b9600 url(../img/shop_icon.svg) no-repeat center center;
              background-size: 25px;
              border-radius: 30px;
              -webkit-box-shadow: 0px 1px 2px 0px #4c4a4a;
                      box-shadow: 0px 1px 2px 0px #4c4a4a;
              cursor: pointer; }
    .shop_block .block_products .mobile_filter_block {
      width: 180px;
      height: 45px;
      color: #fff;
      background: #5b9600;
      position: absolute;
      top: -40px;
      left: -40px;
      border-radius: 0 0 30px 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      font-size: 18px;
      cursor: pointer; }
      .shop_block .block_products .mobile_filter_block:hover {
        background: #528802; }
      .shop_block .block_products .mobile_filter_block .icon_filter_mobile {
        width: 35px;
        height: 35px;
        background: url(../img/mobile_icon_filter.png) no-repeat center center;
        background-size: 25px;
        margin-right: 15px; }
  .shop_block .page_block {
    width: calc(100% - 300px);
    height: 30px;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: absolute;
    right: 0; }
    .shop_block .page_block .page_block_prev_but {
      width: 40px;
      height: 30px;
      border: 1px solid #d6d6d6;
      background: url(../img/icon_page_prev.png) no-repeat center center;
      background-size: 18px; }
    .shop_block .page_block .page_block_num_but {
      width: 40px;
      height: 30px;
      border: 1px solid #d6d6d6;
      text-align: center;
      color: #928d8d;
      cursor: pointer; }
      .shop_block .page_block .page_block_num_but:hover {
        -webkit-transition: backgroung 0.2s;
        transition: backgroung 0.2s;
        background: #5b9600;
        color: #fff; }

.sec {
  width: 180px;
  height: 35px;
  background: #5bc0de;
  -webkit-transition: height 0.5s;
  transition: height 0.5s;
  border-radius: 5px;
  cursor: pointer;
  position: relative;
  -webkit-box-shadow: 0px 0px 5px #cacaca;
  box-shadow: 0px 0px 5px #cacaca; }

.sec::after {
  content: "";
  position: absolute;
  width: 8px;
  height: 1px;
  background: #3a3a3a;
  border-radius: 5px;
  right: 20px;
  top: 19px;
  color: #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg); }

.sec::before {
  content: "";
  position: absolute;
  width: 8px;
  height: 1px;
  background: #3a3a3a;
  border-radius: 5px;
  right: 15px;
  top: 19px;
  color: #000;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg); }

.sec .op_t:hover {
  background: #51aeca; }

.sec .body_sec {
  background: #5bc0de;
  width: 100%;
  height: 0px;
  -webkit-box-shadow: 0px 0px 1px #cccccc;
  box-shadow: 0px 0px 1px #cccccc;
  border-radius: 5px;
  -webkit-transition: height 0.5s;
  transition: height 0.5s;
  overflow: auto; }

.sec .body_sec .op {
  display: block;
  text-align: center;
  color: #fff;
  padding: 8px 0;
  border-bottom: 1px solid rgba(236, 236, 236, 0.171); }

.sec .op_t {
  display: block;
  text-align: center;
  color: #fff;
  padding: 8px 0;
  border-bottom: 1px solid rgba(236, 236, 236, 0.445);
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
  background: transparent;
  border-radius: 5px; }

.sec .body_sec .op:hover {
  background: rgba(255, 255, 255, 0.158); }

.show {
  height: 200px !important; }

.news_block {
  width: 100%;
  max-width: 1250px;
  height: auto;
  margin: 0 auto;
  margin-top: 200px; }
  @media screen and (max-width: 425px) {
    .news_block {
      margin-top: 100px; } }
  .news_block .title {
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 18px;
    text-transform: uppercase;
    color: #C4C4C4;
    text-align: center; }
  .news_block .sub_title {
    font-style: normal;
    font-weight: normal;
    font-size: 24px;
    line-height: 36px;
    text-align: center;
    text-transform: uppercase;
    color: #575756;
    margin-top: 5px; }
  .news_block .tatle_nav {
    width: 100%;
    max-width: 775px;
    height: 105px;
    background: #fff;
    border-radius: 80px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 30px; }
    @media screen and (max-width: 775px) {
      .news_block .tatle_nav {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        height: auto;
        padding: 28px 20px; } }
    @media screen and (max-width: 425px) {
      .news_block .tatle_nav {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        height: auto;
        padding: 28px 40px; } }
    .news_block .tatle_nav button {
      background: #fff;
      border: 1px solid #5b9600;
      border-radius: 30px 0;
      color: #5b9600;
      padding: 10px 40px;
      font-style: normal;
      font-weight: normal;
      font-size: 12px;
      line-height: 18px;
      text-align: center;
      text-transform: uppercase;
      margin: 0 35px;
      cursor: pointer; }
      @media screen and (max-width: 775px) {
        .news_block .tatle_nav button {
          margin: 10px 0; } }
      .news_block .tatle_nav button:hover {
        background: #5b9600;
        color: #fff; }
    .news_block .tatle_nav .active {
      background: #5b9600;
      color: #fff; }
  .news_block .news_block_body {
    width: 100%;
    height: auto;
    background: #fff;
    border-radius: 30px;
    padding: 10px 40px 40px 40px;
    margin-top: 20px; }
    @media screen and (max-width: 425px) {
      .news_block .news_block_body {
        padding: 10px 5px 5px 5px; } }
    .news_block .news_block_body .search_block {
      width: 100%;
      height: 40px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      position: relative; }
      @media screen and (max-width: 730px) {
        .news_block .news_block_body .search_block {
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
          height: auto; } }
      @media screen and (max-width: 730px) {
        .news_block .news_block_body .search_block .sec {
          width: 100%;
          margin: 5px 0; } }
      .news_block .news_block_body .search_block form {
        width: 690px;
        height: 40px;
        overflow: hidden; }
        @media screen and (max-width: 945px) {
          .news_block .news_block_body .search_block form {
            width: 490px; } }
        @media screen and (max-width: 750px) {
          .news_block .news_block_body .search_block form {
            width: 100%; } }
        .news_block .news_block_body .search_block form label {
          display: block;
          width: 100%;
          max-width: 680px;
          height: 40px;
          border-radius: 30px;
          border: 1px solid #bebebe;
          padding-left: 35px;
          position: relative;
          overflow: hidden; }
          @media screen and (max-width: 1100px) {
            .news_block .news_block_body .search_block form label {
              width: 85%; } }
          @media screen and (max-width: 750px) {
            .news_block .news_block_body .search_block form label {
              width: 100%; } }
          .news_block .news_block_body .search_block form label:after {
            content: '';
            width: 20px;
            height: 20px;
            background: url(../img/icon_search_news.png) no-repeat center center;
            background-size: 16px;
            position: absolute;
            left: 10px;
            top: 8px; }
          .news_block .news_block_body .search_block form label input {
            width: 640px;
            height: 38px;
            border: 0px;
            border-radius: 30px;
            padding-left: 5px;
            font-style: normal;
            font-weight: 300;
            font-size: 14px;
            line-height: 21px;
            color: #928d8d; }
            @media screen and (max-width: 945px) {
              .news_block .news_block_body .search_block form label input {
                width: 450px; } }
            @media screen and (max-width: 750px) {
              .news_block .news_block_body .search_block form label input {
                width: 180px; } }
      .news_block .news_block_body .search_block .icon_to_news_block {
        width: 55px;
        height: 40px;
        position: absolute;
        right: 20px;
        font-size: 20px;
        color: #928D8D;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; }
        @media screen and (max-width: 768px) {
          .news_block .news_block_body .search_block .icon_to_news_block {
            display: none !important;
            margin-left: 20px; } }
        .news_block .news_block_body .search_block .icon_to_news_block div {
          cursor: pointer; }
          .news_block .news_block_body .search_block .icon_to_news_block div:hover {
            color: #444444; }
  .news_block #news_block_2,
  .news_block #news_block_3 {
    display: none; }
  .news_block .news_lock_body {
    width: 100%;
    height: 100%;
    margin-top: 20px;
    width: 100%;
    height: 100%;
    margin-top: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    @media screen and (max-width: 768px) {
      .news_block .news_lock_body {
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center; } }
    .news_block .news_lock_body .blocks {
      width: 260px;
      height: 510px;
      display: inline-block;
      margin: 0 15px; }
      .news_block .news_lock_body .blocks img {
        width: 260px;
        height: 205px;
        border-radius: 30px 0; }
      .news_block .news_lock_body .blocks .texts .title {
        width: 100%;
        font-style: normal;
        font-weight: normal;
        font-size: 18px;
        line-height: 28px;
        letter-spacing: -0.04em;
        text-transform: uppercase;
        color: #677C45;
        text-align: left; }
      .news_block .news_lock_body .blocks .texts .days {
        font-style: normal;
        font-weight: normal;
        font-size: 16px;
        line-height: 19px;
        letter-spacing: 0.04em;
        text-align: left;
        color: #928D8D; }
      .news_block .news_lock_body .blocks .texts .sub_text {
        font-style: normal;
        font-weight: normal;
        font-size: 16px;
        line-height: 24px;
        letter-spacing: 0.04em;
        color: #575756;
        text-align: left; }
        .news_block .news_lock_body .blocks .texts .sub_text a {
          color: #5b9600; }
  .news_block .pages_buttons {
    width: 300px;
    height: 30px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 15px; }
    .news_block .pages_buttons .page_left,
    .news_block .pages_buttons a,
    .news_block .pages_buttons .page_rigth {
      width: 40px;
      height: 30px;
      border: 1px solid #b3b3b3;
      cursor: pointer;
      color: #b3b3b3;
      text-align: center; }
      .news_block .pages_buttons .page_left:hover,
      .news_block .pages_buttons a:hover,
      .news_block .pages_buttons .page_rigth:hover {
        color: #8a8989; }
    .news_block .pages_buttons .page_left {
      background: url(../img/icon_page_prev.png) no-repeat center center;
      background-size: 18px; }
    .news_block .pages_buttons .page_rigth {
      background: url(../img/icon_page_prev.png) no-repeat center center;
      background-size: 18px;
      -webkit-transform: rotate(180deg);
              transform: rotate(180deg); }

.sec {
  background: #fff;
  -webkit-box-shadow: 0 0 0 #000;
          box-shadow: 0 0 0 #000;
  border-radius: 30px;
  margin-right: 10px;
  height: 40px;
  width: 210px; }
  .sec .op_t {
    color: #6d6d6d;
    font-size: 15px;
    border-radius: 30px;
    border: 1px solid #d6d6d6;
    -webkit-transition: border 0.5s;
    transition: border 0.5s; }
    .sec .op_t:hover {
      background: #fff;
      color: #525151;
      height: 41px; }
  .sec .body_sec {
    background: #fff;
    color: #6d6d6d;
    -webkit-box-shadow: 0px 1px 1px #00000036;
            box-shadow: 0px 1px 1px #00000036;
    border-radius: 0 0 5px 5px; }
    .sec .body_sec .op {
      color: #6d6d6d;
      border-bottom: 1px solid rgba(0, 0, 0, 0.068); }
      .sec .body_sec .op:hover {
        color: #575756; }

#news_block_2 .news_lock_body .block_to_news {
  width: 100%;
  height: 250px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #5251512e; }
  @media screen and (max-width: 1260px) {
    #news_block_2 .news_lock_body .block_to_news {
      height: auto;
      padding-bottom: 10px; } }
  @media screen and (max-width: 750px) {
    #news_block_2 .news_lock_body .block_to_news {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      margin-top: 10px; } }
  #news_block_2 .news_lock_body .block_to_news img {
    width: 260px;
    height: 205px;
    border-radius: 30px 0; }
    @media screen and (max-width: 750px) {
      #news_block_2 .news_lock_body .block_to_news img {
        display: block;
        margin: 0 auto; } }
  #news_block_2 .news_lock_body .block_to_news .texts {
    margin-left: 15px; }
    @media screen and (max-width: 750px) {
      #news_block_2 .news_lock_body .block_to_news .texts p {
        text-align: center !important; } }
    #news_block_2 .news_lock_body .block_to_news .texts .title {
      font-style: normal;
      font-weight: normal;
      font-size: 18px;
      line-height: 27px;
      letter-spacing: -0.04em;
      text-transform: uppercase;
      color: #677C45;
      text-align: left;
      width: 415px; }
      @media screen and (max-width: 750px) {
        #news_block_2 .news_lock_body .block_to_news .texts .title {
          text-align: center !important;
          width: 100%;
          margin-top: 10px; } }
    #news_block_2 .news_lock_body .block_to_news .texts .categori {
      font-style: normal;
      font-weight: normal;
      font-size: 16px;
      line-height: 19px;
      letter-spacing: 0.04em;
      color: #928D8D;
      margin: 15px 0; }
      #news_block_2 .news_lock_body .block_to_news .texts .categori a {
        color: #5b9600; }
    #news_block_2 .news_lock_body .block_to_news .texts .sub_text {
      font-style: normal;
      font-weight: normal;
      font-size: 16px;
      line-height: 24px;
      letter-spacing: 0.04em;
      color: #575756; }
      #news_block_2 .news_lock_body .block_to_news .texts .sub_text a {
        color: #5b9600;
        display: block;
        text-decoration: underline; }

#news_block_3 .news_lock_body p {
  margin: 20px 0;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.04em;
  color: #575756; }
  #news_block_3 .news_lock_body p:nth-of-type(1) {
    width: 100%;
    height: 55px;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 27px;
    text-align: center;
    letter-spacing: -0.04em;
    text-transform: uppercase;
    color: #5B9600;
    text-align: center; }
#news_block_3 .news_lock_body img {
  width: 100%; }

.products_page {
  width: 100%;
  height: auto;
  margin-top: 150px; }
  .products_page .contener {
    width: 100%;
    max-width: 1250px;
    margin: 0 auto; }
    .products_page .contener .maps_site {
      font-style: normal;
      font-weight: normal;
      font-size: 12px;
      line-height: 18px;
      text-transform: lowercase;
      color: #928D8D;
      padding-left: 40px; }
    .products_page .contener .titles {
      display: inline-block;
      width: 100%;
      height: auto;
      margin-top: 60px; }
      .products_page .contener .titles .title {
        font-style: normal;
        font-weight: 600;
        font-size: 12px;
        line-height: 18px;
        text-transform: uppercase;
        color: #C4C4C4;
        text-align: center; }
      .products_page .contener .titles .sub_title {
        font-style: normal;
        font-weight: normal;
        font-size: 24px;
        line-height: 36px;
        text-align: center;
        text-transform: uppercase;
        color: #575756; }
    .products_page .contener .products_blocks {
      width: 100%;
      height: auto;
      background: #fff;
      border-radius: 30px;
      margin-top: 30px;
      padding: 30px 35px;
      padding-bottom: 40px; }
      @media screen and (max-width: 1250px) {
        .products_page .contener .products_blocks {
          padding: 30px 15px; } }
      .products_page .contener .products_blocks .block_info_and_image {
        width: 100%;
        padding: 10px 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        position: relative; }
        @media screen and (max-width: 1250px) {
          .products_page .contener .products_blocks .block_info_and_image {
            -ms-flex-wrap: wrap;
                flex-wrap: wrap; } }
        @media screen and (max-width: 567px) {
          .products_page .contener .products_blocks .block_info_and_image {
            margin-top: 100px; } }
        .products_page .contener .products_blocks .block_info_and_image .product_image {
          width: 690px;
          height: 500px;
          margin-right: 5px;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex; }
          @media screen and (max-width: 1250px) {
            .products_page .contener .products_blocks .block_info_and_image .product_image {
              width: 100%; } }
          @media screen and (max-width: 567px) {
            .products_page .contener .products_blocks .block_info_and_image .product_image {
              -ms-flex-wrap: wrap;
                  flex-wrap: wrap;
              height: auto; } }
          .products_page .contener .products_blocks .block_info_and_image .product_image .slider_image {
            width: 80px;
            height: 100%;
            margin-right: 5px;
            position: relative; }
            @media screen and (max-width: 567px) {
              .products_page .contener .products_blocks .block_info_and_image .product_image .slider_image {
                display: none; } }
            .products_page .contener .products_blocks .block_info_and_image .product_image .slider_image .btn_top {
              width: 25px;
              height: 25px;
              position: absolute;
              top: -15px;
              left: 25px;
              -webkit-transform: rotate(90deg);
                      transform: rotate(90deg);
              color: #595656;
              cursor: pointer; }
              .products_page .contener .products_blocks .block_info_and_image .product_image .slider_image .btn_top:hover {
                color: #4d4949; }
            .products_page .contener .products_blocks .block_info_and_image .product_image .slider_image .btn_bottom {
              width: 25px;
              height: 25px;
              position: absolute;
              bottom: -15px;
              left: 25px;
              -webkit-transform: rotate(-90deg);
                      transform: rotate(-90deg);
              color: #595656;
              cursor: pointer; }
              .products_page .contener .products_blocks .block_info_and_image .product_image .slider_image .btn_bottom:hover {
                color: #4d4949; }
            .products_page .contener .products_blocks .block_info_and_image .product_image .slider_image .image {
              width: 100%;
              height: 100%;
              overflow: hidden; }
            .products_page .contener .products_blocks .block_info_and_image .product_image .slider_image img {
              width: 100%;
              height: 95px;
              border: 1px solid #5b960087;
              cursor: pointer;
              margin-bottom: -1px; }
              .products_page .contener .products_blocks .block_info_and_image .product_image .slider_image img:hover {
                border: 1px solid #5a9600; }
          .products_page .contener .products_blocks .block_info_and_image .product_image .full_image {
            width: calc(100% - 80px);
            height: 100%;
            border-radius: 30px 0;
            -webkit-box-shadow: 2px 4px 2px #00000045;
                    box-shadow: 2px 4px 2px #00000045;
            background: url(../img/product_shop_image_full.png) no-repeat center center;
            background-size: cover;
            position: relative; }
            @media screen and (max-width: 567px) {
              .products_page .contener .products_blocks .block_info_and_image .product_image .full_image {
                width: 100%;
                height: 455px; } }
            .products_page .contener .products_blocks .block_info_and_image .product_image .full_image .quantity {
              width: 120px;
              height: 60px;
              background: #5B9600;
              position: absolute;
              right: 0;
              top: 10px;
              font-style: normal;
              font-weight: 600;
              font-size: 14px;
              line-height: 21px;
              text-align: center;
              padding: 5px 10px;
              color: #fff; }
          .products_page .contener .products_blocks .block_info_and_image .product_image .slidr_to_mobile {
            width: 100%;
            height: 100px;
            -webkit-box-ordinal-group: 3;
                -ms-flex-order: 2;
                    order: 2;
            overflow: hidden;
            display: none;
            margin-top: 20px; }
            @media screen and (max-width: 567px) {
              .products_page .contener .products_blocks .block_info_and_image .product_image .slidr_to_mobile {
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex; } }
            .products_page .contener .products_blocks .block_info_and_image .product_image .slidr_to_mobile img {
              width: 80px;
              height: 100px;
              border: 1px solid #5b960087;
              cursor: pointer;
              margin: 0 5px; }
              .products_page .contener .products_blocks .block_info_and_image .product_image .slidr_to_mobile img:hover {
                border: 1px solid #5a9600; }
        .products_page .contener .products_blocks .block_info_and_image .product_info {
          width: calc(100% - 690px);
          height: 500px;
          margin-left: 5px;
          padding: 20px 20px 0 20px;
          background: #fff;
          border-radius: 30px 0;
          -webkit-box-shadow: 1px 2px 4px #00000045;
                  box-shadow: 1px 2px 4px #00000045; }
          @media screen and (max-width: 1250px) {
            .products_page .contener .products_blocks .block_info_and_image .product_info {
              width: 100%;
              margin-top: 20px; } }
          @media screen and (max-width: 567px) {
            .products_page .contener .products_blocks .block_info_and_image .product_info {
              height: auto;
              padding-bottom: 20px;
              -webkit-box-shadow: 0px 0px 0px #00000045;
                      box-shadow: 0px 0px 0px #00000045; } }
          .products_page .contener .products_blocks .block_info_and_image .product_info .title {
            font-style: normal;
            font-weight: 600;
            font-size: 20px;
            line-height: 40px;
            color: #5B9600; }
            @media screen and (max-width: 567px) {
              .products_page .contener .products_blocks .block_info_and_image .product_info .title {
                position: absolute;
                top: -90px;
                line-height: 20px; } }
          .products_page .contener .products_blocks .block_info_and_image .product_info .info {
            font-style: normal;
            font-weight: normal;
            font-size: 18px;
            line-height: 40px;
            color: #575756; }
            @media screen and (max-width: 567px) {
              .products_page .contener .products_blocks .block_info_and_image .product_info .info:nth-of-type(1) {
                position: absolute;
                top: -35px;
                font-size: 14px; }
              .products_page .contener .products_blocks .block_info_and_image .product_info .info:nth-of-type(2) {
                position: absolute;
                top: -55px;
                font-size: 14px; }
              .products_page .contener .products_blocks .block_info_and_image .product_info .info:nth-of-type(3) {
                position: absolute;
                top: -30px;
                font-size: 14px; } }
            .products_page .contener .products_blocks .block_info_and_image .product_info .info span {
              color: #5b9600; }
              .products_page .contener .products_blocks .block_info_and_image .product_info .info span:nth-of-type(2) {
                color: #575756; }
            .products_page .contener .products_blocks .block_info_and_image .product_info .info a {
              color: #5b9600;
              -webkit-text-decoration-line: underline;
                      text-decoration-line: underline; }
          .products_page .contener .products_blocks .block_info_and_image .product_info .borduct_price {
            width: 100%;
            height: auto; }
            .products_page .contener .products_blocks .block_info_and_image .product_info .borduct_price .price_one {
              font-style: normal;
              font-weight: 600;
              font-size: 20px;
              line-height: 30px;
              color: #575756;
              text-align: center; }
            .products_page .contener .products_blocks .block_info_and_image .product_info .borduct_price .price_two {
              font-style: normal;
              font-weight: 600;
              font-size: 23px;
              line-height: 34px;
              color: #5B9600;
              text-align: center; }
            .products_page .contener .products_blocks .block_info_and_image .product_info .borduct_price .body_inputs {
              display: -webkit-box;
              display: -ms-flexbox;
              display: flex;
              -webkit-box-pack: center;
                  -ms-flex-pack: center;
                      justify-content: center;
              -webkit-box-align: center;
                  -ms-flex-align: center;
                      align-items: center;
              margin: 15px 0; }
              .products_page .contener .products_blocks .block_info_and_image .product_info .borduct_price .body_inputs .minus,
              .products_page .contener .products_blocks .block_info_and_image .product_info .borduct_price .body_inputs .pluse {
                width: 60px;
                height: 50px;
                border: 1px solid #00000042;
                font-style: normal;
                font-weight: 500;
                font-size: 18px;
                line-height: 27px;
                color: #595656;
                background: #fff;
                cursor: pointer; }
                .products_page .contener .products_blocks .block_info_and_image .product_info .borduct_price .body_inputs .minus:hover,
                .products_page .contener .products_blocks .block_info_and_image .product_info .borduct_price .body_inputs .pluse:hover {
                  border: 1px solid #5b9600; }
              .products_page .contener .products_blocks .block_info_and_image .product_info .borduct_price .body_inputs .product_quantity {
                width: 60px;
                height: 50px;
                border: 1px solid #00000042;
                font-style: normal;
                font-weight: 500;
                font-size: 18px;
                line-height: 27px;
                color: #595656;
                background: #fff;
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-pack: center;
                    -ms-flex-pack: center;
                        justify-content: center;
                -webkit-box-align: center;
                    -ms-flex-align: center;
                        align-items: center; }
                .products_page .contener .products_blocks .block_info_and_image .product_info .borduct_price .body_inputs .product_quantity:hover {
                  border: 1px solid #5b9600; }
          .products_page .contener .products_blocks .block_info_and_image .product_info .send_poduct {
            width: 100%;
            height: auto;
            margin-top: 10px;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: center;
                -ms-flex-pack: center;
                    justify-content: center;
            -webkit-box-align: center;
                -ms-flex-align: center;
                    align-items: center;
            position: relative; }
            @media screen and (max-width: 425px) {
              .products_page .contener .products_blocks .block_info_and_image .product_info .send_poduct {
                -ms-flex-wrap: wrap;
                    flex-wrap: wrap; } }
            .products_page .contener .products_blocks .block_info_and_image .product_info .send_poduct .like {
              width: 40px;
              height: 40px;
              background: #fff url(../img/like_products.png) no-repeat center;
              background-size: 20px;
              -webkit-box-shadow: 0px 2px 4px #00000045;
                      box-shadow: 0px 2px 4px #00000045;
              border-radius: 40px;
              position: absolute;
              left: 40px;
              cursor: pointer; }
              @media screen and (max-width: 567px) {
                .products_page .contener .products_blocks .block_info_and_image .product_info .send_poduct .like {
                  position: unset;
                  margin: 5px; } }
            .products_page .contener .products_blocks .block_info_and_image .product_info .send_poduct .buy {
              padding: 8px 70px;
              background: #5b9600;
              border-radius: 30px 0;
              border: 0px;
              color: #fff;
              text-transform: uppercase;
              cursor: pointer;
              display: -webkit-box;
              display: -ms-flexbox;
              display: flex;
              -webkit-box-pack: center;
                  -ms-flex-pack: center;
                      justify-content: center;
              -webkit-box-align: center;
                  -ms-flex-align: center;
                      align-items: center; }
              .products_page .contener .products_blocks .block_info_and_image .product_info .send_poduct .buy:hover {
                background: #578f02; }
              .products_page .contener .products_blocks .block_info_and_image .product_info .send_poduct .buy .buy_icon {
                width: 25px;
                height: 25px;
                background: url(../img/slider_boy.png) no-repeat center center;
                background-size: 15px;
                margin-right: 10px; }
      .products_page .contener .products_blocks .descreption_products {
        width: 100%;
        height: auto;
        margin-bottom: 100px; }
        .products_page .contener .products_blocks .descreption_products .tables {
          width: 100%;
          height: auto;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -ms-flex-pack: distribute;
              justify-content: space-around;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          margin-top: 70px;
          padding: 0px calc(100% - 80%); }
          @media screen and (max-width: 1000px) {
            .products_page .contener .products_blocks .descreption_products .tables {
              padding: 0px 15px; } }
          @media screen and (max-width: 567px) {
            .products_page .contener .products_blocks .descreption_products .tables {
              -ms-flex-wrap: wrap;
                  flex-wrap: wrap;
              -webkit-box-pack: center;
                  -ms-flex-pack: center;
                      justify-content: center; } }
          .products_page .contener .products_blocks .descreption_products .tables .tebles_texts {
            font-style: normal;
            font-weight: normal;
            font-size: 16px;
            line-height: 24px;
            text-transform: uppercase;
            color: #575756;
            cursor: pointer; }
            @media screen and (max-width: 567px) {
              .products_page .contener .products_blocks .descreption_products .tables .tebles_texts {
                margin: 10px 30px;
                text-align: center; } }
          .products_page .contener .products_blocks .descreption_products .tables .active {
            color: #5b9600;
            text-decoration: underline; }
        .products_page .contener .products_blocks .descreption_products .descreption_products_text {
          width: 100%;
          height: auto;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          margin-top: 40px; }
          .products_page .contener .products_blocks .descreption_products .descreption_products_text img {
            width: 170px;
            height: 170px;
            margin-right: 15px; }
            @media screen and (max-width: 567px) {
              .products_page .contener .products_blocks .descreption_products .descreption_products_text img {
                display: none; } }
      .products_page .contener .products_blocks .popular_product {
        width: 100%;
        height: auto; }
        .products_page .contener .products_blocks .popular_product .title {
          font-style: normal;
          font-weight: 600;
          font-size: 12px;
          line-height: 18px;
          text-transform: uppercase;
          color: #C4C4C4;
          text-align: center; }
        .products_page .contener .products_blocks .popular_product .sub_title {
          font-style: normal;
          font-weight: normal;
          font-size: 24px;
          line-height: 36px;
          text-align: center;
          text-transform: uppercase;
          color: #575756;
          text-align: center; }
        .products_page .contener .products_blocks .popular_product .popular_product_body {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -ms-flex-pack: distribute;
              justify-content: space-around;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          margin-top: 30px; }
          @media screen and (max-width: 1200px) {
            .products_page .contener .products_blocks .popular_product .popular_product_body {
              -ms-flex-wrap: wrap;
                  flex-wrap: wrap;
              -webkit-box-pack: center;
                  -ms-flex-pack: center;
                      justify-content: center; } }
          .products_page .contener .products_blocks .popular_product .popular_product_body .body_slider {
            margin-top: 15px; }
            .products_page .contener .products_blocks .popular_product .popular_product_body .body_slider .title {
              font-style: normal;
              font-weight: bold;
              font-size: 14px;
              line-height: 20px;
              color: #575756;
              text-align: left; }

.profile_block {
  width: 100%;
  max-width: 1250px;
  margin: 0 auto;
  height: auto;
  margin-top: 180px; }
  .profile_block .maps_site {
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 18px;
    text-transform: lowercase;
    color: #928D8D;
    text-align: left; }
  .profile_block .title {
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 18px;
    text-transform: uppercase;
    color: #C4C4C4;
    text-align: center;
    margin-top: 55px;
    display: inline-block;
    width: 100%; }
  .profile_block .sub_title {
    font-style: normal;
    font-weight: normal;
    font-size: 24px;
    line-height: 36px;
    text-align: center;
    text-transform: uppercase;
    color: #575756;
    text-align: center; }
  .profile_block .body {
    width: 100%;
    height: auto;
    padding: 40px 30px;
    background: #fff;
    border-radius: 30px;
    margin-top: 50px; }
  .profile_block .body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    .profile_block .body .profile_menu {
      width: 310px;
      height: auto; }
      .profile_block .body .profile_menu ul {
        width: 100%;
        height: auto; }
        .profile_block .body .profile_menu ul li {
          width: 100%;
          padding: 15px 0 15px 30px;
          list-style: none;
          background: #EFEFEF;
          margin: 10px 0;
          color: #595656;
          cursor: pointer; }
          .profile_block .body .profile_menu ul li:hover {
            background: #5b9600;
            color: #fff; }
          .profile_block .body .profile_menu ul li:nth-of-type(1) {
            margin-top: 0; }
      .profile_block .body .profile_menu #exit {
        width: 80%;
        display: block;
        margin: 15px auto;
        font-style: normal;
        font-weight: 500;
        font-size: 15px;
        line-height: 22px;
        text-transform: uppercase;
        color: #FFFFFF;
        padding: 10px 0;
        background: #5b9600;
        border: 0px;
        border-radius: 30px 0;
        cursor: pointer; }
        .profile_block .body .profile_menu #exit:hover {
          background: #4c7e01; }
      .profile_block .body .profile_menu #send_massange {
        width: 80%;
        display: block;
        margin: 15px auto;
        font-style: normal;
        font-weight: 500;
        font-size: 15px;
        line-height: 22px;
        text-transform: uppercase;
        color: #5b9600;
        padding: 10px 0;
        background: #fff;
        border: 1px solid #5b9600;
        border-radius: 30px 0;
        cursor: pointer; }
    .profile_block .body .profile_body {
      width: calc(100% - 330px); }
      .profile_block .body .profile_body .top_text {
        width: 100%;
        padding: 10px 0;
        text-align: center;
        font-style: normal;
        font-weight: normal;
        font-size: 22px;
        line-height: 33px;
        color: #5B9600;
        background: #EFEFEF;
        height: 50px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; }
      .profile_block .body .profile_body .button_text {
        width: 100%;
        padding: 10px 0;
        font-style: normal;
        font-weight: 200;
        font-size: 10px;
        line-height: 15px;
        text-align: center;
        color: #928D8D;
        background: #EFEFEF;
        height: 50px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; }
      .profile_block .body .profile_body .profile {
        width: 100%;
        padding: 70px 0; }
        .profile_block .body .profile_body .profile .profile_main {
          width: 100%;
          height: auto;
          padding: 70px 0;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center; }
          .profile_block .body .profile_body .profile .profile_main .profile_iamge {
            width: 120px;
            height: 120px;
            margin-right: 25px; }
          .profile_block .body .profile_body .profile .profile_main .info_block_name {
            width: auto;
            height: auto;
            padding: 10px; }
            .profile_block .body .profile_body .profile .profile_main .info_block_name p {
              font-style: normal;
              font-weight: 200;
              font-size: 16px;
              line-height: 40px;
              color: #595656; }
          .profile_block .body .profile_body .profile .profile_main .info_block_answer {
            width: auto;
            height: auto;
            padding: 10px; }
            .profile_block .body .profile_body .profile .profile_main .info_block_answer p {
              font-style: normal;
              font-weight: normal;
              font-size: 16px;
              line-height: 40px;
              color: #595656; }
      .profile_block .body .profile_body .personal_information {
        width: 100%;
        height: auto;
        padding: 20px 0;
        background: #F5F5F5; }
        .profile_block .body .profile_body .personal_information form {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
          -webkit-box-pack: justify;
              -ms-flex-pack: justify;
                  justify-content: space-between; }
          .profile_block .body .profile_body .personal_information form label {
            display: block;
            padding-left: 25px;
            font-style: normal;
            font-weight: normal;
            font-size: 14px;
            line-height: 21px;
            text-align: center;
            color: #928D8D; }
            .profile_block .body .profile_body .personal_information form label:nth-of-type(1), .profile_block .body .profile_body .personal_information form label:nth-of-type(2), .profile_block .body .profile_body .personal_information form label:nth-of-type(3), .profile_block .body .profile_body .personal_information form label:nth-of-type(4) {
              width: 100%;
              display: -webkit-box;
              display: -ms-flexbox;
              display: flex;
              -webkit-box-pack: justify;
                  -ms-flex-pack: justify;
                      justify-content: space-between;
              -webkit-box-align: center;
                  -ms-flex-align: center;
                      align-items: center; }
            .profile_block .body .profile_body .personal_information form label input {
              width: 70%;
              padding: 10px 5px;
              margin: 10px 0;
              border: 0px solid #cccccc; }
          .profile_block .body .profile_body .personal_information form .image_block {
            width: 300px;
            height: auto;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: justify;
                -ms-flex-pack: justify;
                    justify-content: space-between;
            -webkit-box-align: center;
                -ms-flex-align: center;
                    align-items: center; }
            .profile_block .body .profile_body .personal_information form .image_block img {
              width: 140px;
              height: auto;
              border-radius: 30px 0;
              border: 1px solid #cacaca; }
            .profile_block .body .profile_body .personal_information form .image_block .buutons {
              text-align: right; }
              .profile_block .body .profile_body .personal_information form .image_block .buutons button {
                padding: 5px 10px;
                border: 1px solid #cccccc;
                border-radius: 30px 0;
                background: #fff;
                color: #cccccc;
                font-size: 14px;
                cursor: pointer;
                width: 145px;
                margin: 5px 0;
                margin-right: 5px; }
                .profile_block .body .profile_body .personal_information form .image_block .buutons button:hover {
                  border: 1px solid #5b9600;
                  color: #5b9600; }
          .profile_block .body .profile_body .personal_information form .top_position_left_block {
            width: 60%; }
          .profile_block .body .profile_body .personal_information form .top_position {
            width: 100%;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: justify;
                -ms-flex-pack: justify;
                    justify-content: space-between; }
          .profile_block .body .profile_body .personal_information form .inpt5_6 {
            width: 100%;
            height: auto;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: justify;
                -ms-flex-pack: justify;
                    justify-content: space-between;
            -webkit-box-align: center;
                -ms-flex-align: center;
                    align-items: center; }
            .profile_block .body .profile_body .personal_information form .inpt5_6 input {
              padding-left: 0; }
            .profile_block .body .profile_body .personal_information form .inpt5_6 label:nth-of-type(2) {
              width: 65%;
              margin-right: 5px;
              display: -webkit-box;
              display: -ms-flexbox;
              display: flex;
              -webkit-box-pack: justify;
                  -ms-flex-pack: justify;
                      justify-content: space-between;
              -webkit-box-align: center;
                  -ms-flex-align: center;
                      align-items: center;
              padding-left: 15px; }
            .profile_block .body .profile_body .personal_information form .inpt5_6 label select {
              height: 40px;
              padding: 0px 12px;
              border: 0px;
              color: #928d8d; }
          .profile_block .body .profile_body .personal_information form .billing_address {
            width: 100%;
            height: 50px;
            background: #EFEFEF;
            color: #575756;
            padding-left: 20px;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: start;
                -ms-flex-pack: start;
                    justify-content: flex-start;
            -webkit-box-align: center;
                -ms-flex-align: center;
                    align-items: center;
            margin-top: 20px; }
          .profile_block .body .profile_body .personal_information form .billing_address_body {
            width: 100%;
            margin-right: 5px; }
            .profile_block .body .profile_body .personal_information form .billing_address_body label:nth-of-type(1) {
              width: 100%;
              display: -webkit-box;
              display: -ms-flexbox;
              display: flex;
              -webkit-box-pack: justify;
                  -ms-flex-pack: justify;
                      justify-content: space-between;
              -webkit-box-align: center;
                  -ms-flex-align: center;
                      align-items: center; }
              .profile_block .body .profile_body .personal_information form .billing_address_body label:nth-of-type(1) input {
                width: 82%; }
          .profile_block .body .profile_body .personal_information form .index_block {
            width: 100%;
            height: auto;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: center;
                -ms-flex-pack: center;
                    justify-content: center;
            -webkit-box-align: center;
                -ms-flex-align: center;
                    align-items: center; }
            .profile_block .body .profile_body .personal_information form .index_block .left_blick,
            .profile_block .body .profile_body .personal_information form .index_block .rigth_block {
              width: 50%;
              height: auto; }
              .profile_block .body .profile_body .personal_information form .index_block .left_blick label,
              .profile_block .body .profile_body .personal_information form .index_block .rigth_block label {
                width: 100%;
                height: auto;
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-pack: justify;
                    -ms-flex-pack: justify;
                        justify-content: space-between;
                -webkit-box-align: center;
                    -ms-flex-align: center;
                        align-items: center; }
                .profile_block .body .profile_body .personal_information form .index_block .left_blick label input,
                .profile_block .body .profile_body .personal_information form .index_block .rigth_block label input {
                  width: 63%; }
                .profile_block .body .profile_body .personal_information form .index_block .left_blick label select,
                .profile_block .body .profile_body .personal_information form .index_block .rigth_block label select {
                  width: 63%;
                  padding: 10px 0;
                  margin: 10px 0;
                  border: 0;
                  color: #9f8da8; }
            .profile_block .body .profile_body .personal_information form .index_block .rigth_block {
              padding-right: 5px; }

/*# sourceMappingURL=style.css.map */