.container {
  display: flex;
  width: 1070px;
  margin: 0 auto; }
  @media only screen and (max-width: 1024px) {
    .container {
      width: 980px;
      margin: 0 auto; } }
  @media only screen and (max-width: 991px) {
    .container {
      width: 740px;
      margin: 0 auto; } }
  @media only screen and (max-width: 768px) {
    .container {
      width: 80%;
      margin: 0 auto; } }
  @media only screen and (max-width: 475px) {
    .container {
      width: 96%;
      margin: 0 auto; } }

.white-text {
  color: #fff; }

.marT_8 {
  margin-top: 8px; }

.marB_8 {
  margin-bottom: 8px; }

.marT_12 {
  margin-top: 12px; }

.marB_12 {
  margin-bottom: 12px; }

.marT_20 {
  margin-top: 20px; }

.marB_20 {
  margin-bottom: 20px; }

.marT_40 {
  margin-top: 40px; }

.marB_40 {
  margin-bottom: 40px; }

.marT_80 {
  margin-top: 80px; }

.marB_80 {
  margin-bottom: 80px; }

#header {
  justify-content: space-between;
  padding: 20px 0;
  align-items: center; }
  #header .logo img {
    height: 60px;
    width: auto; }
    @media only screen and (max-width: 1024px) {
      #header .logo img {
        height: 40px;
        width: auto; } }
  #header .midle {
    display: flex;
    justify-content: space-between; }
    @media only screen and (max-width: 768px) {
      #header .midle {
        display: none; } }
    #header .midle .block {
      display: flex;
      margin: 0 10px;
      align-items: center; }
      @media only screen and (max-width: 1024px) {
        #header .midle .block {
          flex-direction: column; } }
      #header .midle .block img {
        width: 60px;
        height: 60px; }
        @media only screen and (max-width: 1024px) {
          #header .midle .block img {
            width: 40px;
            height: 40px; } }
      #header .midle .block span {
        margin-left: 6px; }
        @media only screen and (max-width: 1024px) {
          #header .midle .block span {
            margin-left: 0;
            text-align: center; } }
  #header .phone {
    display: flex;
    flex-direction: column;
    align-items: flex-end; }
    #header .phone .phone_inner {
      display: flex;
      align-items: center; }
      #header .phone .phone_inner img {
        margin-right: 6px; }
        @media only screen and (max-width: 375px) {
          #header .phone .phone_inner img {
            width: 24px;
            height: 24px; } }
      #header .phone .phone_inner a {
        color: #141414;
        text-decoration: none;
        cursor: default; }
        @media only screen and (max-width: 375px) {
          #header .phone .phone_inner a {
            font-size: 14px; } }
    #header .phone .call_back_button {
      font-size: 12px;
      margin-top: 2px;
      font-weight: 500;
      color: #009798;
      cursor: pointer; }

.wrapper_menu {
  width: 100%;
  background-color: #009798;
  padding: 12px 0 5px; }
  .wrapper_menu #menu ul {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin: 0;
    padding: 0; }
    .wrapper_menu #menu ul li {
      list-style: none;
      margin: 0 5px;
      position: relative;
      display: flex;
      flex-direction: column; }
      .wrapper_menu #menu ul li:nth-child(odd) a, .wrapper_menu #menu ul li:nth-child(odd) span {
        text-decoration: none;
        text-transform: uppercase;
        font-weight: 400;
        color: #fff; }
      .wrapper_menu #menu ul li:nth-child(odd)::after {
        content: '';
        width: 100%;
        height: 3px;
        background-color: #c993a0;
        margin-top: 2px;
        opacity: 0;
        transform: translateY(10px);
        transition: .3s; }
      .wrapper_menu #menu ul li:nth-child(odd):hover::after, .wrapper_menu #menu ul li.mc-active:nth-child(odd)::after {
        opacity: 1;
        transform: translateY(0px); }
      .wrapper_menu #menu ul li:nth-child(even) {
        width: 5px;
        height: 5px;
        margin-bottom: 5px;
        display: block;
        background-color: #fff;
        border-radius: 50%;
        opacity: .6; }

#slideshow {
  display: flex;
  width: 100%;
  height: 500px;
  position: relative; }
  #slideshow .owl-carousel, #slideshow .owl-item, #slideshow .owl-stage, #slideshow .item {
    width: 100%;
    height: 500px;
    display: flex;
    align-items: center; }
    #slideshow .owl-carousel li, #slideshow .owl-item li, #slideshow .owl-stage li, #slideshow .item li {
      width: 100vw;
      height: 500px;
      list-style: none;
      margin: 0;
      padding: 0;
      position: relative;
      display: flex;
      justify-content: center;
      align-items: center; }
      #slideshow .owl-carousel li img, #slideshow .owl-item li img, #slideshow .owl-stage li img, #slideshow .item li img {
        width: 100%;
        height: 500px;
        object-fit: cover;
        position: absolute;
        z-index: 5; }
      #slideshow .owl-carousel li .content, #slideshow .owl-item li .content, #slideshow .owl-stage li .content, #slideshow .item li .content {
        position: relative;
        z-index: 6;
        max-width: 500px;
        padding: 40px 60px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        background-color: rgba(0, 151, 152, 0.7);
        margin-top: 40px; }
        #slideshow .owl-carousel li .content .title, #slideshow .owl-item li .content .title, #slideshow .owl-stage li .content .title, #slideshow .item li .content .title {
          color: #fff;
          text-transform: uppercase;
          font-size: 32px;
          font-weight: 500;
          text-align: center; }
        #slideshow .owl-carousel li .content .sedcription, #slideshow .owl-item li .content .sedcription, #slideshow .owl-stage li .content .sedcription, #slideshow .item li .content .sedcription {
          color: #fff;
          font-size: 16px;
          font-weight: 400;
          text-align: center;
          margin-top: 10px; }
  #slideshow .owl-nav button {
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 2px solid #009798;
    border-radius: 20px;
    position: absolute;
    background-color: rgba(255, 255, 255, 0.7); }
    #slideshow .owl-nav button span {
      color: #009798;
      font-size: 30px;
      line-height: 1em;
      height: 35px; }
  #slideshow .owl-nav .owl-prev {
    left: 30px; }
  #slideshow .owl-nav .owl-next {
    right: 30px; }

.wraper_footer {
  width: 100%;
  z-index: 11; }
  .wraper_footer #footer {
    justify-content: space-between;
    padding: 60px 0; }
    @media only screen and (max-width: 768px) {
      .wraper_footer #footer {
        align-items: flex-start;
        flex-wrap: wrap; } }
    @media only screen and (max-width: 475px) {
      .wraper_footer #footer {
        flex-direction: column; } }
    .wraper_footer #footer .col_1 {
      display: flex;
      flex-direction: column;
      justify-content: space-between; }
      @media only screen and (max-width: 768px) {
        .wraper_footer #footer .col_1 {
          width: 40%;
          margin-bottom: 20px; } }
      @media only screen and (max-width: 475px) {
        .wraper_footer #footer .col_1 {
          width: 100%; } }
      .wraper_footer #footer .col_1 img {
        height: 60px;
        width: auto;
        margin-bottom: 8px; }
        @media only screen and (max-width: 1024px) {
          .wraper_footer #footer .col_1 img {
            height: 40px;
            width: auto; } }
      .wraper_footer #footer .col_1 span {
        font-size: 14px;
        color: #7d7d7d;
        margin-bottom: 8px; }
      .wraper_footer #footer .col_1 a {
        font-size: 14px;
        color: #009798;
        cursor: pointer; }
    .wraper_footer #footer .col_2 {
      display: flex;
      justify-content: space-between; }
      @media only screen and (max-width: 768px) {
        .wraper_footer #footer .col_2 {
          margin-bottom: 20px;
          width: 40%; } }
      @media only screen and (max-width: 475px) {
        .wraper_footer #footer .col_2 {
          width: 100%;
          flex-wrap: wrap; } }
      .wraper_footer #footer .col_2 .pos_col {
        margin-right: 50px; }
        .wraper_footer #footer .col_2 .pos_col ul {
          margin: 0;
          padding: 0; }
          .wraper_footer #footer .col_2 .pos_col ul li {
            list-style: none;
            margin: 0 0 10px;
            display: flex;
            align-items: center; }
            .wraper_footer #footer .col_2 .pos_col ul li::before {
              content: '';
              border: 4px solid transparent;
              border-left: 4px solid #009798;
              margin-right: 8px; }
            .wraper_footer #footer .col_2 .pos_col ul li a, .wraper_footer #footer .col_2 .pos_col ul li span {
              text-decoration: none;
              text-transform: uppercase;
              font-weight: 400;
              color: #009798; }
    .wraper_footer #footer .col_3 {
      display: flex;
      flex-direction: column; }
      .wraper_footer #footer .col_3 .phone {
        display: flex;
        flex-direction: column;
        align-items: flex-end; }
        @media only screen and (max-width: 768px) {
          .wraper_footer #footer .col_3 .phone {
            align-items: flex-start; } }
        .wraper_footer #footer .col_3 .phone .every_day {
          font-size: 16px;
          color: #141414;
          margin-top: 10px; }
        .wraper_footer #footer .col_3 .phone .phone_inner {
          display: flex;
          align-items: center; }
          .wraper_footer #footer .col_3 .phone .phone_inner img {
            margin-right: 6px; }
            @media only screen and (max-width: 375px) {
              .wraper_footer #footer .col_3 .phone .phone_inner img {
                width: 24px;
                height: 24px; } }
          .wraper_footer #footer .col_3 .phone .phone_inner a {
            color: #141414;
            text-decoration: none;
            cursor: default; }
            @media only screen and (max-width: 375px) {
              .wraper_footer #footer .col_3 .phone .phone_inner a {
                font-size: 14px; } }
        .wraper_footer #footer .col_3 .phone .call_back_button {
          font-size: 12px;
          margin-top: 2px;
          font-weight: 500;
          color: #009798;
          cursor: pointer; }

.overlay_wrap {
  top: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background: rgba(20, 20, 20, 0.7);
  overflow: auto;
  position: fixed;
  opacity: 0;
  transition: 0.3s; }
  .overlay_wrap .overlay {
    position: absolute;
    z-index: 210;
    width: 100%;
    height: 100%;
    cursor: pointer; }
  .overlay_wrap .modal {
    width: 250px;
    transform: translateY(-100px);
    background-color: #fff;
    position: relative;
    z-index: 220;
    border: none;
    margin: 10vh auto;
    padding: 20px 30px;
    box-shadow: 1px 8px 21px -2px rgba(20, 20, 20, 0.5);
    opacity: 0;
    transition: 0.5s;
    padding: 50px 40px; }
    .overlay_wrap .modal .close {
      position: absolute;
      top: 10px;
      right: 10px;
      width: 24px;
      height: 24px;
      cursor: pointer; }
    .overlay_wrap .modal #offerForm_overlay {
      display: flex;
      flex-direction: column;
      margin-top: 30px; }
      .overlay_wrap .modal #offerForm_overlay .error:nth-child(2) {
        border-width: 1px;
        border-style: solid;
        border-color: red; }
      .overlay_wrap .modal #offerForm_overlay .error:nth-child(3) {
        font-size: 14px;
        margin-bottom: 10px;
        color: red; }
      .overlay_wrap .modal #offerForm_overlay .error:nth-child(5) {
        border-width: 1px;
        border-style: solid;
        border-color: red; }
      .overlay_wrap .modal #offerForm_overlay .error:nth-child(6) {
        font-size: 14px;
        color: red;
        margin-bottom: 10px; }
      .overlay_wrap .modal #offerForm_overlay input {
        border-width: 1px;
        border-style: solid;
        margin: 5px 0 10px;
        width: 80%; }
      .overlay_wrap .modal #offerForm_overlay .button_form {
        margin-top: 24px; }

.active {
  display: block !important;
  opacity: 1 !important;
  z-index: 200 !important; }

.animate {
  width: 300px !important;
  transform: translateY(0px) !important;
  opacity: 1 !important; }
  @media only screen and (max-width: 475px) {
    .animate {
      width: 300px !important;
      display: block !important;
      margin: 40px auto !important; } }
  @media only screen and (max-width: 375px) {
    .animate {
      width: 260px !important; } }
  @media only screen and (max-width: 320px) {
    .animate {
      padding: 40px 30px !important;
      width: 240px !important; } }

#more {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: -20px;
  margin-bottom: 20px;
  position: relative;
  z-index: 7; }
  #more .col {
    background-color: #fff;
    display: inline-block;
    flex-direction: column;
    padding: 10px;
    width: 20%;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
    margin-bottom: 20px; }
    @media only screen and (max-width: 991px) {
      #more .col {
        width: 45%; } }
    @media only screen and (max-width: 475px) {
      #more .col {
        width: 100%; } }
    #more .col img {
      display: block;
      width: 100%; }
    #more .col .title {
      margin: 10px 0;
      font-size: 22px;
      font-weight: 800; }
    #more .col .text {
      margin: 0 0 20px;
      font-size: 16px;
      font-weight: 400; }
    #more .col .link {
      font-size: 14px;
      text-transform: uppercase;
      margin-bottom: 10px;
      font-weight: 500;
      display: flex;
      align-items: center;
      text-decoration: none;
      color: #141414; }
      #more .col .link::after {
        content: '';
        border: 5px solid transparent;
        border-left: 5px solid #009798;
        margin-left: 10px; }

#about {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 0px;
  margin-top: 0px;
  position: relative;
  z-index: 7; }
  #about .col {
    background-color: #fff;
    display: flex;
    align-items: center;
    padding: 10px;
    width: 30%;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
    margin-bottom: 20px;
    border-bottom: 4px solid #c993a0; }
    @media only screen and (max-width: 768px) {
      #about .col {
        width: 100%; } }
    #about .col img {
      margin-right: 6px; }
    #about .col .text_block {
      display: flex;
      flex-direction: column; }
      #about .col .text_block .title {
        margin: 0 0 8px;
        font-size: 18px;
        font-weight: 800; }
      #about .col .text_block .text {
        font-size: 14px;
        font-weight: 400; }

#info {
  display: flex;
  flex-direction: column;
  margin-bottom: 30px; }
  #info h2 {
    font-size: 24px;
    font-weight: 800;
    margin: 26px 0 10px; }
  #info p {
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
    margin: 0 0 10px; }

.wrapper_back_block {
  background-color: #ebebeb;
  width: 100%; }
  .wrapper_back_block #back_block {
    padding: 30px 0 40px;
    justify-content: space-between;
    flex-wrap: wrap; }
    .wrapper_back_block #back_block .left {
      display: flex;
      justify-content: space-between;
      flex-direction: column;
      width: 60%; }
      @media only screen and (max-width: 768px) {
        .wrapper_back_block #back_block .left {
          width: 100%;
          margin: 20px 0 20px; } }
      .wrapper_back_block #back_block .left h2 {
        font-size: 22px;
        font-weight: 800;
        margin: 0 0 10px 0; }
      .wrapper_back_block #back_block .left a {
        padding: 10px 20px;
        background-color: #009798;
        font-size: 14px;
        font-weight: 500;
        color: #fff;
        text-decoration: none;
        text-transform: uppercase;
        text-align: center;
        max-width: 180px; }
      .wrapper_back_block #back_block .left .testas {
        background-color: #fff;
        padding: 16px;
        display: flex;
        margin-bottom: 20px; }
        .wrapper_back_block #back_block .left .testas img {
          width: 60px;
          height: 60px;
          margin-right: 10px; }
        .wrapper_back_block #back_block .left .testas .text .name {
          font-size: 18px;
          font-weight: 800;
          margin-bottom: 10px; }
          .wrapper_back_block #back_block .left .testas .text .name span {
            font-size: 16px;
            font-weight: 500;
            color: #7c7c7c; }
    .wrapper_back_block #back_block .right {
      background-color: #c993a0;
      padding: 22px 30px 25px 30px;
      margin: 0 0 0 0;
      width: calc(36% - 60px);
      display: flex;
      flex-direction: column; }
      .order_form {
      background-color: #c993a0;
      padding: 20px 30px 30px 30px;
      margin: 26px 0 0;
       }
      @media only screen and (max-width: 768px) {
        .wrapper_back_block #back_block .right {
          width: calc(100% - 60px);
          margin: 20px 0 20px; }
        .order_form {
          margin: 20px 0 20px; }}
      .wrapper_back_block #back_block .right .title, .order_form .title {
        font-size: 22px;
        font-weight: 800;
        margin: 0 0 10px;
        color: #fff; }
      .order_form .title {
        margin: 0 0 20px; }
      .wrapper_back_block #back_block .right .text, .order_form .text {
        font-size: 14px;
        color: #fff; }
      .wrapper_back_block #back_block .right form .order_form form {
        margin-top: 20px; }
        .wrapper_back_block #back_block .right form .input_block, .order_form form .input_block {
          width: 100%;
          margin-bottom: 10px;
          display: flex; }
          .wrapper_back_block #back_block .right form .input_block img, .order_form form .input_block img {
            height: 40px; }
          .wrapper_back_block #back_block .right form .input_block input, .order_form form .input_block input {
            border: none;
            font-size: 16px;
            padding: 0 20px;
            height: 40px;
            width: calc(100% - 40px); }
        .wrapper_back_block #back_block .right form textarea, .order_form form textarea {
          padding: 20px;
          width: calc(100% - 40px);
          height: 100px;
          resize: none;
          font-size: 16px;
          font-family: Arial;
          border: none; }
        .wrapper_back_block #back_block .right form .chackbox, .order_form form .chackbox {
          display: flex;
          align-items: center;
          width: 100%;
          margin: 10px 0; }
          .wrapper_back_block #back_block .right form .chackbox input, .order_form form .chackbox input {
            width: 16px;
            height: 16px;
            font-family: Arial;
            margin-right: 6px; }
          .wrapper_back_block #back_block .right form .chackbox label, .order_form form .chackbox label {
            font-size: 12px;
            color: #fff; }
          .order_form form .chackbox label {
            font-size: 14px; }
            .wrapper_back_block #back_block .right form .chackbox label a, .order_form form .chackbox label a {
              color: #fff; }
        .wrapper_back_block #back_block .right form .button, .order_form form .button {
          padding: 10px 20px;
          background-color: #141414;
          font-size: 16px;
          font-weight: 500;
          color: #fff;
          letter-spacing: 1px;
          text-decoration: none;
          text-transform: uppercase;
          text-align: center;
          width: 180px;
          border: none;
          margin-top: 10px; }

#categ {
  display: flex;
  flex-direction: column;
  padding: 20px 0 0 0; }
  #categ h2 {
    font-size: 22px;
    font-weight: 800;
    margin: 0 0 15px 0; }
  #categ .tovar {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 30px; }
    #categ .tovar .col {
      background-color: #fff;
      display: flex;
      align-items: center;
      padding: 14px;
      width: calc(48% - 28px);
      box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
      margin-bottom: 20px; }
      @media only screen and (max-width: 768px) {
        #categ .tovar .col {
          width: calc(100% - 28px); } }
      #categ .tovar .col img {
        width: 120px;
        height: 120px;
        margin-right: 20px; }
      #categ .tovar .col .text {
        display: flex;
        flex-direction: column; }
        #categ .tovar .col .text .title {
          font-size: 20px;
          font-weight: 800;
          margin: 0 0 10px; }
        #categ .tovar .col .text .text {
          font-size: 14px;
          font-weight: 400;
          margin: 0 0 16px; }
        #categ .tovar .col .text .price {
          font-size: 20px;
          color: #009798;
          text-align: right; }

.wrapper_progect {
  background-color: #c993a0;
  width: 100%;
  padding: 40px 0 20px; }
  .wrapper_progect #progect {
    display: flex;
    flex-direction: column; }
    .wrapper_progect #progect h2 {
      font-size: 22px;
      font-weight: 800;
      margin: 0 0 20px;
      color: #fff; }
    .wrapper_progect #progect .images {
      width: 100%;
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between; }
      .wrapper_progect #progect .images img {
        width: 24%;
        height: auto;
        object-fit: cover;
        margin-bottom: 20px; }
        @media only screen and (max-width: 475px) {
          .wrapper_progect #progect .images img {
            width: 100%; } }

#best_sale {
  padding: 60px 0;
  flex-direction: column; }
  #best_sale h2 {
    font-size: 22px;
    font-weight: 800;
    margin: 0 0 20px; }
  #best_sale .wrap {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: space-between; }
  #best_sale .col {
    padding: 20px 10px;
    width: calc(15% - 20px);
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23); }
    @media only screen and (max-width: 991px) {
      #best_sale .col {
        width: calc(32% - 20px); } }
    @media only screen and (max-width: 475px) {
      #best_sale .col {
        width: calc(100% - 20px); } }
    #best_sale .col img {
      width: 100%;
      height: auto;
      margin-bottom: 10px; }
    #best_sale .col .title {
      font-size: 18px;
      font-weight: 800;
      margin: 0 0 20px;
      text-align: center; }
    #best_sale .col .price {
      font-size: 20px;
      color: #009798;
      text-align: center; }

.wrapper_more_text {
  background-color: #ebebeb;
  width: 100%;
  padding: 40px 0 20px; }
  .wrapper_more_text #more_text {
    flex-direction: column; }
    .wrapper_more_text #more_text h2 {
      font-size: 24px;
      font-weight: 800;
      margin: 0 0 10px; }
    .wrapper_more_text #more_text p {
      font-size: 16px;
      font-weight: 400;
      margin: 0 0 20px; }

#item {
  display: flex;
  justify-content: space-between;
  padding: 20px 0 0 0;
  flex-wrap: wrap; }
  #item .col_left {
    width: 260px; }
    @media only screen and (max-width: 768px) {
      #item .col_left {
        width: 180px; } }
    @media only screen and (max-width: 475px) {
      #item .col_left {
        width: 100%; } }
    #item .col_left h2 {
      font-size: 22px;
      font-weight: 800;
      margin: 0 0 10px; }
    #item .col_left ul {
      list-style: none;
      margin: 0;
      padding: 0; }
    #item .col_left a {
      text-decoration: none; }
    #item .col_left .accordion-menu .title {
      box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
      margin-bottom: 10px; }
      #item .col_left .accordion-menu .title .dropdownlink {
        cursor: pointer;
        display: block;
        padding: 15px 20px 15px 15px;
        font-size: 20px;
        font-weight: 500;
        color: #222222;
        position: relative;
        transition: all 0.4s ease-out;
        position: relative; }
        #item .col_left .accordion-menu .title .dropdownlink::after {
          content: '';
          position: absolute;
          border: 5px solid transparent;
          border-top: 5px solid #222222;
          top: 25px;
          right: 20px;
          transition: .5s; }
    #item .col_left .accordion-menu .open .dropdownlink {
      color: #009798; }
      #item .col_left .accordion-menu .open .dropdownlink::after {
        transform: rotate(180deg);
        border: 5px solid transparent;
        border-top: 5px solid #009798; }
  #item .submenuItems {
    display: none;
    color: #009798; }
    #item .submenuItems li {
      color: #B6B6B6; }
  #item .submenuItems a, #item .submenuItems span {
    display: block;
    color: #727272;
    padding: 6px 6px 6px 15px;
    transition: all 0.4s ease-out; }
    #item .submenuItems a:hover, #item .submenuItems span {
      background-color: #E6E6E6; }
  #item .col_right {
    margin-left: 40px;
    width: calc(100% - 300px); }
    @media only screen and (max-width: 768px) {
      #item .col_right {
        width: calc(100% - 200px);
        margin-left: 20px; } }
    @media only screen and (max-width: 475px) {
      #item .col_right {
        width: 100%;
        margin-left: 0px; } }
    #item .col_right h2 {
      font-size: 22px;
      font-weight: 800;
      margin: 0 0 10px; }
    #item .col_right .cart {
      display: flex;
      margin-bottom: 30px;
      flex-wrap: wrap; }
      #item .col_right .cart img {
        width: 30%;
        height: auto;
        object-fit: cover; }
        @media only screen and (max-width: 991px) {
          #item .col_right .cart img {
            width: 100%; } }
      #item .col_right .cart .info {
        display: flex;
        margin-left: 40px;
        flex-direction: column;
        width: calc(70% - 40px); }
        @media only screen and (max-width: 991px) {
          #item .col_right .cart .info {
            width: 100%;
            margin-left: 0px;
            margin-top: 20px; } }
        #item .col_right .cart .info p {
          margin: 0 0 14px; }
        #item .col_right .cart .info .price {
          color: #009798;
          font-size: 16px; }
          #item .col_right .cart .info .price b {
            font-size: 28px; }
        #item .col_right .cart .info .button {
          padding: 10px 20px;
          align-items: center;
          max-width: 220px;
          background-color: #009798;
          text-align: center;
          font-weight: 500;
          font-size: 14px;
          color: #fff;
          cursor: pointer;
          text-transform: uppercase;
          margin-top: 30px; }
    #item .col_right .zakazhi, .zakazhi_main, .zakazhi_cat {
      margin-top: 6px;
      background-color: #009798;
      padding: 10px 20px;
      display: flex;
      align-items: center;
      width: calc(100% - 40px); }
      #item .col_right .zakazhi img, .zakazhi_main img, .zakazhi_cat img {
        width: 30px;
        height: 30px;
        margin-right: 14px; }
      #item .col_right .zakazhi span, .zakazhi_main span, .zakazhi_cat span {
        font-size: 18px;
        font-weight: 500;
        color: #fff; }
        #item .col_right .zakazhi span a, .zakazhi_main span a, .zakazhi_cat span a {
          margin-left: 16px;
          color: #fff;
          text-decoration: none;
          cursor: default; }
    #item .col_right .table {
      width: 100%;
      display: flex;
      flex-direction: column;
      margin-bottom: 0px; }
      #item .col_right .table .row {
        padding: 16px 8px;
        display: flex; }
        #item .col_right .table .row:nth-child(odd) {
          background-color: #ebebeb; }
        #item .col_right .table .row:nth-child(even) {
          background-color: #fff; }
        #item .col_right .table .row .col_1 {
          font-weight: 800;
          text-align: left;
          width: 75%;
          margin: 0;
          padding: 0; }
        #item .col_right .table .row .col_2 {
          font-weight: 400;
          text-align: right;
          width: 25%;
          margin: 0;
          padding: 0; }
    #item .col_right .images {
      width: 100%;
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between; }
      #item .col_right .images img {
        width: 32%;
        height: auto;
        object-fit: cover;
        margin-bottom: 20px; }
        @media only screen and (max-width: 475px) {
          #item .col_right .images img {
            width: 100%; } }

.wrapper_more_text_tov {
  background-color: #ebebeb;
  width: 100%;
  padding: 40px 0 20px; }
  .wrapper_more_text_tov #more_text_tov {
    flex-direction: column; }
    .wrapper_more_text_tov #more_text_tov p {
      font-size: 16px;
      font-weight: 400;
      margin: 0 0 20px; }

#blog {
  display: flex;
  justify-content: space-between;
  padding: 40px 0;
  flex-wrap: wrap; }
  #blog .col_left {
    width: 260px; }
    @media only screen and (max-width: 768px) {
      #blog .col_left {
        width: 180px; } }
    @media only screen and (max-width: 475px) {
      #blog .col_left {
        width: 100%; } }
    #blog .col_left h2 {
      font-size: 22px;
      font-weight: 800;
      margin: 0 0 10px; }
    #blog .col_left ul {
      list-style: none;
      margin: 0;
      padding: 0; }
    #blog .col_left a {
      text-decoration: none; }
    #blog .col_left .accordion-menu .title {
      box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
      margin-bottom: 10px; }
      #blog .col_left .accordion-menu .title .dropdownlink {
        cursor: pointer;
        display: block;
        padding: 15px 20px 15px 15px;
        font-size: 20px;
        font-weight: 500;
        color: #222222;
        position: relative;
        transition: all 0.4s ease-out;
        position: relative; }
        #blog .col_left .accordion-menu .title .dropdownlink::after {
          content: '';
          position: absolute;
          border: 5px solid transparent;
          border-top: 5px solid #222222;
          top: 25px;
          right: 20px;
          transition: .5s; }
    #blog .col_left .accordion-menu .open .dropdownlink {
      color: #009798; }
      #blog .col_left .accordion-menu .open .dropdownlink::after {
        transform: rotate(180deg);
        border: 5px solid transparent;
        border-top: 5px solid #009798; }
  #blog .submenuItems {
    display: none;
    color: #009798; }
    #blog .submenuItems li {
      color: #B6B6B6; }
  #blog .submenuItems a {
    display: block;
    color: #727272;
    padding: 6px 6px 6px 15px;
    transition: all 0.4s ease-out; }
    #blog .submenuItems a:hover {
      background-color: #E6E6E6; }
  #blog .col_right {
    margin-left: 40px;
    width: calc(100% - 300px); }
    @media only screen and (max-width: 768px) {
      #blog .col_right {
        width: calc(100% - 200px);
        margin-left: 20px; } }
    @media only screen and (max-width: 475px) {
      #blog .col_right {
        width: 100%;
        margin-left: 0px; } }
    #blog .col_right h2 {
      font-size: 22px;
      font-weight: 800;
      margin: 0 0 10px; }
    #blog .col_right p {
      margin: 0 0 14px; }
    #blog .col_right .zakazhi {
      margin-top: 40px;
      background-color: #009798;
      padding: 10px 20px;
      display: flex;
      align-items: center;
      width: calc(100% - 40px); }
      #blog .col_right .zakazhi img {
        width: 30px;
        height: 30px;
        margin-right: 14px; }
      #blog .col_right .zakazhi span {
        font-size: 18px;
        font-weight: 500;
        color: #fff; }
        #blog .col_right .zakazhi span b {
          margin-left: 30px; }
    #item .col_right .gallery {
      width: 100%;
      flex-wrap: wrap;
      display: flex;
      justify-content: space-between;
      margin-bottom: 40px; }
      @media only screen and (max-width: 768px) {
        #item .col_right .gallery {
          width: 100%; } }
      #item .col_right .gallery a:nth-child(1) {
        width: 100%;
        margin-top: 0 !important; }
        #item .col_right .gallery a:nth-child(1) img {
          width: 100%;
          height: 400px;
          object-fit: cover; }
      #item .col_right .gallery a {
        width: 32%;
        margin-top: 20px; }
        #item .col_right .gallery a img {
          width: 100%;
          height: 120px;
          object-fit: cover; }

html, body {
  margin: 0;
  padding: 0;
  position: relative;
  z-index: 1;
  font-family: 'Roboto', sans-serif;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  background-color: #fff; }

.overlay_ok {
  display: none;
  position: fixed;
  width: 100%;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(20, 20, 20, 0.6);
  justify-content: center;
  align-items: center;
  z-index: 300;
  flex-direction: column; }
  .overlay_ok span {
    border-top: 6px solid #009798;
    background-color: #fff;
    color: #009798;
    padding: 50px 30px 20px;
    font-size: 28px;
    font-weight: 700;
    text-align: center;
    position: relative; }
    .overlay_ok span .close_ok {
      position: absolute;
      top: 10px;
      right: 10px;
      width: 24px;
      height: 24px;
      cursor: pointer; }
    .overlay_ok span p {
      color: #141414;
      font-size: 16px;
      font-weight: 400;
      text-align: center; }

.overlay_ok_active {
  display: flex; }

.col_right p, .col_right ul li {
     font-size: 18px;
    line-height: 24px; }
    
.mobile-icons {
  display: none;
  position: fixed;
  right: 20px;
  bottom: 20px;
  flex-direction: column;
  gap: 15px;
  z-index: 1000;
}

.icon-link {
  transition: transform 0.3s ease;
}

.icon-link:hover {
  transform: scale(1.1);
}

.mobile-icon {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  box-shadow: 0 4px 8px rgba(0,0,0,0.2);
}

@media (max-width: 768px) {
  body div.mobile-icons {
    display: flex !important;
  }
}