* {
  margin: 0;
  padding: 0;
  text-decoration: none;
  border: none;
  outline: none;
  list-style-type: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-style: normal;
  font-weight: normal;
  font-size: 100%;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  -webkit-appearance: none;
  -moz-appearance: none;
  font-family: bpg_mrgvlovani_2009; }

h1, h2, h3, h4, h5 {
  font-family: bpg_mrgvlovani_caps; }

a, a:hover {
  text-decoration: none; }

html {
  -webkit-transition: 0s;
  -o-transition: 0s;
  transition: 0s; }

.animated {
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-delay: 500ms;
  animation-delay: 500ms; }

.animate-out {
  -webkit-animation-delay: 0ms;
  animation-delay: 0ms; }

.text, .text p, .text ul li, .text a {
  color: #95989A;
  font-size: 13px;
  line-height: 1.7; }

#map {
  width: 100%;
  height: 358px; }

.header {
  width: 1150px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 85px;
  margin: 0 auto;
  margin-top: 19px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .header .logo img {
    max-width: 93px; }
  .header .navbar ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    .header .navbar ul li {
      margin-left: 9px;
      margin-right: 9px; }
      .header .navbar ul li a {
        color: #95989A;
        font-size: 14px;
        font-family: bpg_mrgvlovani_caps;
        font-weight: bold; }
        .header .navbar ul li a:after {
          content: "";
          width: 0px;
          height: 1px;
          background-color: #DB504A;
          display: block;
          margin: 0 auto;
          margin-top: 6px;
          -webkit-transition: 0.5s;
          -o-transition: 0.5s;
          transition: 0.5s; }
        .header .navbar ul li a:hover {
          color: #DB504A;
          -webkit-transition: 0.5s;
          -o-transition: 0.5s;
          transition: 0.5s; }
        .header .navbar ul li a:hover:after {
          width: 55px; }
      .header .navbar ul li.active a {
        color: #DB504A; }
        .header .navbar ul li.active a:after {
          width: 55px; }
  .header .header_right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    .header .header_right .social_icon a {
      width: 71px;
      height: 51px;
      background-color: #3B5898;
      color: #fff;
      font-size: 13px;
      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;
      z-index: 2; }
      .header .header_right .social_icon a:hover {
        opacity: 0.7; }
    .header .header_right .lang_bar {
      background-color: #FCB97D;
      position: relative;
      z-index: 10;
      width: 82px; }
      .header .header_right .lang_bar > ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; }
        .header .header_right .lang_bar > ul li a {
          color: #323031;
          font-size: 13px;
          font-family: bpg_mrgvlovani_caps;
          font-weight: bold;
          padding-left: 26px;
          padding-right: 26px;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center;
          -webkit-box-pack: center;
          -ms-flex-pack: center;
          justify-content: center;
          height: 51px; }
          .header .header_right .lang_bar > ul li a:hover {
            color: #fff; }
        .header .header_right .lang_bar > ul li > ul {
          position: absolute;
          z-index: 10;
          width: 82px; }
          .header .header_right .lang_bar > ul li > ul li {
            background-color: #FCB97D;
            display: none; }
        .header .header_right .lang_bar > ul li:hover > ul, .header .header_right .lang_bar > ul li.responsive_lang > ul {
          -webkit-perspective: 1000px;
          perspective: 1000px; }
          .header .header_right .lang_bar > ul li:hover > ul li, .header .header_right .lang_bar > ul li.responsive_lang > ul li {
            display: block;
            -webkit-transform-origin: top center;
            -ms-transform-origin: top center;
            transform-origin: top center;
            opacity: 0; }
            .header .header_right .lang_bar > ul li:hover > ul li:nth-child(1), .header .header_right .lang_bar > ul li.responsive_lang > ul li:nth-child(1) {
              -webkit-animation-name: menu-4;
              animation-name: menu-4;
              -webkit-animation-delay: -150ms;
              animation-delay: -150ms;
              -webkit-animation-duration: 300ms;
              animation-duration: 300ms;
              -webkit-animation-fill-mode: forwards;
              animation-fill-mode: forwards;
              -webkit-animation-timing-function: ease-in-out;
              animation-timing-function: ease-in-out; }
            .header .header_right .lang_bar > ul li:hover > ul li:nth-child(2), .header .header_right .lang_bar > ul li.responsive_lang > ul li:nth-child(2) {
              -webkit-animation-name: menu-4;
              animation-name: menu-4;
              -webkit-animation-delay: 0ms;
              animation-delay: 0ms;
              -webkit-animation-duration: 300ms;
              animation-duration: 300ms;
              -webkit-animation-fill-mode: forwards;
              animation-fill-mode: forwards;
              -webkit-animation-timing-function: ease-in-out;
              animation-timing-function: ease-in-out; }

.footer {
  width: 100%;
  height: 77px;
  background-color: #323031;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  .footer .footer_logo {
    width: calc(100% - 99px);
    text-align: center;
    height: 77px;
    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; }
  .footer .scroll_top {
    height: 77px;
    width: 99px;
    background-color: #FCB97D;
    color: #323031;
    cursor: pointer;
    font-size: 18px;
    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; }

.slider_section {
  width: 100%;
  height: 670px;
  -webkit-box-shadow: 0px 23px 15px -14px rgba(0, 0, 0, 0.07);
  -moz-box-shadow: 0px 23px 15px -14px rgba(0, 0, 0, 0.07);
  box-shadow: 0px 23px 15px -14px rgba(0, 0, 0, 0.07);
  margin-bottom: 50px;
  margin-top: -32px;
  position: relative; }
  .slider_section .main_carusel .owl-item.active .title {
    -webkit-animation: 1s .2s fadeInDown both;
    animation: 1s .2s fadeInDown both; }
  .slider_section .main_carusel .owl-item.active .text {
    -webkit-animation: 1s .4s fadeInUp both;
    animation: 1s .4s fadeInUp both; }
  .slider_section .main_carusel .owl-item.active .link {
    -webkit-animation: 1s .6s fadeInUp both;
    animation: 1s .6s fadeInUp both; }
  .slider_section .main_carusel .item {
    width: 100%;
    height: 670px;
    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;
    overflow: hidden; }
    .slider_section .main_carusel .item .slider_info {
      /*width: 40%;*/
      width: 27%;
      margin-left: calc((100% - 1150px) / 2); }
      .slider_section .main_carusel .item .slider_info .title h1 {
        color: #323031;
        font-size: 30px;
        font-family: bpg_mrgvlovani_caps;
        font-weight: bold;
        line-height: 1.5; }
        .slider_section .main_carusel .item .slider_info .title h1:after {
          content: "";
          display: block;
          width: 115px;
          height: 5px;
          background-color: #DB504A;
          border-radius: 10px; }
      .slider_section .main_carusel .item .slider_info .text {
        height: 107px;
        overflow: hidden; }
      .slider_section .main_carusel .item .slider_info .link a {
        display: inline-block;
        padding: 20px 45px;
        border: 1px solid #EDEDED;
        border-radius: 50px;
        font-family: bpg_mrgvlovani_caps;
        color: #323031;
        font-size: 13px;
        margin-top: 40px; }
        .slider_section .main_carusel .item .slider_info .link a:hover {
          background-color: #FCB97D;
          border: 1px solid #FCB97D; }
    .slider_section .main_carusel .item .slider_img {
      position: relative;
      width: 53%;
      height: 670px; }
      .slider_section .main_carusel .item .slider_img .slider_img_form {
        width: 100%;
        /*height: 60%;*/
      height: 468px;
        border-top-left-radius: 239px;
        border-bottom-left-radius: 232px;
       /* -webkit-transform: rotate(-20deg);
        -ms-transform: rotate(-20deg);
        transform: rotate(-20deg);*/
        position: relative;
        -webkit-transform-origin: right bottom;
        -ms-transform-origin: right bottom;
        transform-origin: right bottom;
        transform-origin: right bottom;
      /*  right: -140px;
        top: -26px;*/
        top: 50%;
        transform: translateY(-50%);
        overflow: hidden; }
        .slider_section .main_carusel .item .slider_img .slider_img_form .slider_bg {
          width: 100%;
          height: 670px;
          position: absolute;
          right: 0;
          bottom: -97px;
        /*  -webkit-transform: rotate(20deg);
          -ms-transform: rotate(20deg);
          transform: rotate(20deg);*/
          background-repeat: no-repeat;
          background-size: cover;
          background-position: center; }
  .slider_section .navigation {
    height: 670px;
    position: absolute;
    top: 0;
    right: 0;
    overflow: hidden; }
    .slider_section .navigation .navigation_section {
      width: 100%;
      height: 468px;
      /*height: 60%;*/
      border-top-left-radius: 239px;
      border-bottom-left-radius: 232px;
     /* -webkit-transform: rotate(-20deg);
      -ms-transform: rotate(-20deg);
      transform: rotate(-20deg);*/
      position: relative;
      -webkit-transform-origin: right bottom;
      -ms-transform-origin: right bottom;
      transform-origin: right bottom;
      transform-origin: right bottom;
     /* right: -140px;
      top: -19px;*/
      top: 52%;
      transform: translateY(-50%);
      z-index: 1; }
      .slider_section .navigation .navigation_section .carusel_navigation {
        position: absolute;
        z-index: 555;
        top: -54px;
        left:55px;
        /*left: 41px;*/
        -webkit-transform: rotate(20deg);
        -ms-transform: rotate(20deg);
        transform: rotate(20deg); }
        .slider_section .navigation .navigation_section .carusel_navigation .prevBtn {
          width: 40px;
          height: 51px;
          background-color: #DB504A;
          color: #fff;
          -webkit-transform: rotate(65deg);
          -ms-transform: rotate(65deg);
          transform: rotate(65deg);
          position: absolute;
          right: -30px;
          top: -12px;
          border-top-left-radius: 26px;
          border-top-right-radius: 26px;
          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; }
          .slider_section .navigation .navigation_section .carusel_navigation .prevBtn:hover {
            color: #FCB97D; }
        .slider_section .navigation .navigation_section .carusel_navigation .nextBtn {
          width: 40px;
          height: 51px;
          background-color: #DB504A;
          color: #fff;
          -webkit-transform: rotate(18deg);
          -ms-transform: rotate(18deg);
          transform: rotate(18deg);
          position: absolute;
          left: -4px;
          bottom: -30px;
          cursor: pointer;
          border-bottom-left-radius: 26px;
          border-bottom-right-radius: 26px;
          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; }
          .slider_section .navigation .navigation_section .carusel_navigation .nextBtn:hover {
            color: #FCB97D; }
        .slider_section .navigation .navigation_section .carusel_navigation .owl-dots {
          width: 150px;
          height: 166px;
          background-image: url(../image/p.png);
          background-repeat: no-repeat;
          background-position: center;
          position: relative; }
          .slider_section .navigation .navigation_section .carusel_navigation .owl-dots .owl-dot {
            width: 9px;
            height: 9px;
            border-radius: 50%;
            background-color: #fff;
            position: absolute;
            cursor: pointer; }
            .slider_section .navigation .navigation_section .carusel_navigation .owl-dots .owl-dot.active {
              border: 4px solid #FCB97D;
              -webkit-box-sizing: border-box;
              box-sizing: border-box; }
            .slider_section .navigation .navigation_section .carusel_navigation .owl-dots .owl-dot:hover {
              border: 4px solid #FCB97D;
              -webkit-box-sizing: border-box;
              box-sizing: border-box; }
            .slider_section .navigation .navigation_section .carusel_navigation .owl-dots .owl-dot:nth-child(1) {
              -webkit-transform: translate(21px, 137px);
              -ms-transform: translate(21px, 137px);
              transform: translate(21px, 137px); }
            .slider_section .navigation .navigation_section .carusel_navigation .owl-dots .owl-dot:nth-child(2) {
              -webkit-transform: translate(30px, 116px);
              -ms-transform: translate(30px, 116px);
              transform: translate(30px, 116px); }
            .slider_section .navigation .navigation_section .carusel_navigation .owl-dots .owl-dot:nth-child(3) {
              -webkit-transform: translate(42px, 96px);
              -ms-transform: translate(42px, 96px);
              transform: translate(42px, 96px); }
            .slider_section .navigation .navigation_section .carusel_navigation .owl-dots .owl-dot:nth-child(4) {
              -webkit-transform: translate(56px, 79px);
              -ms-transform: translate(56px, 79px);
              transform: translate(56px, 79px); }
            .slider_section .navigation .navigation_section .carusel_navigation .owl-dots .owl-dot:nth-child(5) {
              -webkit-transform: translate(71px, 63px);
              -ms-transform: translate(71px, 63px);
              transform: translate(71px, 63px); }
            .slider_section .navigation .navigation_section .carusel_navigation .owl-dots .owl-dot:nth-child(6) {
              -webkit-transform: translate(88px, 48px);
              -ms-transform: translate(88px, 48px);
              transform: translate(88px, 48px); }
            .slider_section .navigation .navigation_section .carusel_navigation .owl-dots .owl-dot:nth-child(7) {
              -webkit-transform: translate(108px, 34px);
              -ms-transform: translate(108px, 34px);
              transform: translate(108px, 34px); }
            .slider_section .navigation .navigation_section .carusel_navigation .owl-dots .owl-dot:nth-child(8) {
              -webkit-transform: translate(128px, 22px);
              -ms-transform: translate(128px, 22px);
              transform: translate(128px, 22px); }
          .slider_section .navigation .navigation_section .carusel_navigation .owl-dots i {
            color: #fff; }
  .slider_section .slider_btn {
    position: absolute;
    top: 0;
    z-index: 100;
    width: 200px;
    height: 200px; }
  .slider_section .left_img {
    position: absolute;
    bottom: -40%;
    left: -95px; }

.main_products {
  width: 100%;
  height: auto;
  position: relative;
  overflow: hidden; }
  .main_products .right_img {
    position: absolute;
    top: 74px;
    right: -200px; }

.product_section {
  width: 1020px;
  margin: 0 auto;
  margin-top: 100px; }
  .product_section .section_title {
    color: #323031;
    font-size: 30px;
    width: 100%;
    text-align: center;
    font-weight: bold; }
    .product_section .section_title:after {
      content: "";
      display: block;
      width: 98px;
      height: 5px;
      background-color: #FCB97D;
      margin: 0 auto;
      border-radius: 5px;
      margin-top: 10px; }
  .product_section .product_items {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .product_section .product_items .product_item {
      width: 286px;
      height: 229px;
      border-radius: 5px;
      overflow: hidden;
      background-repeat: no-repeat;
      background-size: cover;
      background-position: center;
      margin: 15px 25px;
      position: relative;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      .product_section .product_items .product_item a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        position: relative;
        z-index: 1;
        width: 100%;
        height: 100%;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end; }
        .product_section .product_items .product_item a:hover .product_title:before {
          width: 50%; }
      .product_section .product_items .product_item:before {
        content: "";
        width: 100%;
        height: 100%;
        position: absolute;
        background-color: rgba(0, 0, 0, 0.5);
        top: 0;
        left: 0; }
      .product_section .product_items .product_item .product_title {
        color: #fff;
        font-size: 15px;
        font-weight: bold;
        text-align: center;
        margin-bottom: 25px;
        width: 100%; }
        .product_section .product_items .product_item .product_title:before {
          content: "";
          display: block;
          width: 48px;
          height: 2px;
          background-color: #69BD43;
          margin: 0 auto;
          margin-bottom: 10px;
          -webkit-transition: 0.5s;
          -o-transition: 0.5s;
          transition: 0.5s; }

.aboutUs_section {
  width: 100%;
  min-height: 491px;
  position: relative;
  background-color: #323031;
  margin-top: 150px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .aboutUs_section .aboutUs_bgtitle {
    position: absolute;
    margin: 0 auto;
    margin-top: 68px;
    width: 90%;
    font-size: 155px;
    color: #fff;
    line-height: 1;
    font-weight: bold;
    opacity: 0.04;
    text-align: center;
    font-family: bpg_mrgvlovani_2009; }
    .aboutUs_section .aboutUs_bgtitle span {
      display: inline-block;
      font-weight: bold;
      color: #FCB97D; }
  .aboutUs_section .aboutUs_text {
    width: 55%;
    margin-left: 5%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    .aboutUs_section .aboutUs_text .text {
      width: 80%; }
    .aboutUs_section .aboutUs_text .section_title {
      font-size: 40px;
      color: #fff;
      margin-bottom: 55px; }
      .aboutUs_section .aboutUs_text .section_title span {
        color: #FCB97D;
        margin-left: 10px;
        font-family: bpg_mrgvlovani_caps; }
  .aboutUs_section .aboutUs_img {
    width: 45%;
    height: 491px;
    background-color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: -55px; }
    .aboutUs_section .aboutUs_img img {
      width: 95%;
      height: 460px;
      -o-object-fit: cover;
      object-fit: cover;
      -ms-flex-item-align: end;
      align-self: flex-end; }
    .aboutUs_section .aboutUs_img a {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      width: 200px;
      height: 70px;
      color: #95989A;
      font-size: 13px;
      background-color: #fff;
      margin-left: 5%;
      margin-top: -70px;
      -webkit-transition: 0s;
      -o-transition: 0s;
      transition: 0s; }
      .aboutUs_section .aboutUs_img a i {
        padding-left: 5px;
        padding-top: 3px; }
      .aboutUs_section .aboutUs_img a:hover {
        color: #FCB97D; }
        .aboutUs_section .aboutUs_img a:hover i {
          padding-left: 20px; }

.breadcrumb_section {
  width: 100%;
  height: 106px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  margin-bottom: 59px; }
  .breadcrumb_section:before {
    content: "";
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    position: absolute;
    left: 0;
    top: 0; }
  .breadcrumb_section .breadcrumbs {
    width: 1150px;
    height: 106px;
    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;
    position: relative;
    z-index: 2; }
    .breadcrumb_section .breadcrumbs .page_title h2 {
      color: #fff;
      font-size: 25px; }
    .breadcrumb_section .breadcrumbs ul {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      .breadcrumb_section .breadcrumbs ul li {
        margin-left: 17px;
        margin-right: 17px;
        position: relative; }
        .breadcrumb_section .breadcrumbs ul li:after {
          content: '\f105';
          font-family: FontAwesome;
          color: #fff;
          font-size: 14px;
          position: absolute;
          right: -19px;
          top: 1px; }
        .breadcrumb_section .breadcrumbs ul li a {
          color: #fff;
          font-size: 12px; }
        .breadcrumb_section .breadcrumbs ul li:last-child:after {
          content: none; }
        .breadcrumb_section .breadcrumbs ul li:last-child a {
          color: #69BD43;
          cursor: auto; }

.page_section {
  width: 1150px;
  margin: 0 auto;
  margin-bottom: 60px;
  min-height: calc(100vh - 400px);
   }
  .page_section .history_section, .page_section .goals_section {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-left: 1px solid #EBEBEB;
    position: relative;
    padding-bottom: 60px; }
    .page_section .history_section:before, .page_section .goals_section:before {
      content: "";
      width: 27px;
      height: 27px;
      border-radius: 50%;
      background-color: #FCB97D;
      border: 4px solid #EBEBEB;
      display: block;
      margin-left: -14px; }
  .page_section .goals_section {
    border-left: 0px; }
    .page_section .goals_section:after {
      content: "";
      width: 1px;
      height: 43px;
      background-color: #EBEBEB;
      position: absolute;
      z-index: -1;
      top: 27px; }
    .page_section .goals_section:before {
      margin-left: -13px; }
  .page_section .title {
    width: 35%; }
    .page_section .title h3 {
      font-size: 26px;
      font-weight: bold;
      color: #323031;
      margin: 0; }
  .page_section .about_images {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    .page_section .about_images img {
      width: 45%;
      height: 210px;
      margin-top: 32px;
      margin-bottom: 32px;
      -o-object-fit: cover;
      object-fit: cover; }
  .page_section .about_text {
    width: 60%; }
  .page_section .exclusive_part, .page_section .partners_title {
    width: 100%;
    text-align: center;
    color: #DB504A;
    font-size: 18px;
    font-weight: bold; }
    .page_section .exclusive_part:after, .page_section .partners_title:after {
      content: "";
      height: 2px;
      width: 45px;
      background-color: #DB504A;
      display: block;
      margin: 0 auto;
      margin-top: 10px; }
  .page_section .partners_title {
    color: #323031; }
  .page_section .partners_items {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .page_section .partners_items .partners_item, .page_section .partners_items .gallery_item {
      width: 30%;
      padding-top: 20px;
      border: 1px solid #E8E8E8;
      border-radius: 10px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      margin-left: 1.66667%;
      margin-right: 1.66667%;
      margin-top: 30px; }
      .page_section .partners_items .partners_item:hover, .page_section .partners_items .gallery_item:hover {
        border: 1px solid transparent; }
        .page_section .partners_items .partners_item:hover .partner_name h4:before, .page_section .partners_items .gallery_item:hover .partner_name h4:before {
          width: 80px; }
      .page_section .partners_items .partners_item .partner_img, .page_section .partners_items .gallery_item .partner_img {
        width: 100%;
        height: 155px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center; }
        .page_section .partners_items .partners_item .partner_img img, .page_section .partners_items .gallery_item .partner_img img {
          max-width: 100%;
          max-height: 100%; }
      .page_section .partners_items .partners_item .partner_name h4, .page_section .partners_items .gallery_item .partner_name h4 {
        color: #323031;
        font-size: 18px;
        text-align: center;
        font-weight: bold;
        margin-bottom: 30px; }
        .page_section .partners_items .partners_item .partner_name h4:before, .page_section .partners_items .gallery_item .partner_name h4:before {
          content: "";
          height: 2px;
          width: 30px;
          background-color: #323031;
          display: block;
          margin: 0 auto;
          margin-bottom: 15px;
          -webkit-transition: 0.5s;
          -o-transition: 0.5s;
          transition: 0.5s; }
    .page_section .partners_items .gallery_item {
      height: 256px;
      padding-top: 0px;
      background-repeat: no-repeat;
      background-size: cover;
      background-position: center;
      position: relative;
      overflow: hidden; }
      .page_section .partners_items .gallery_item a {
        width: 100%;
        height: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        position: relative;
        z-index: 1; }
        .page_section .partners_items .gallery_item a:hover .gallery_item_cont .gallery_name h4 {
          margin-top: 33px; }
        .page_section .partners_items .gallery_item a:hover .gallery_item_cont .photo_number {
          margin-bottom: 12px; }
      .page_section .partners_items .gallery_item:after {
        content: "";
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
        background-color: rgba(0, 0, 0, 0.2); }
      .page_section .partners_items .gallery_item .gallery_item_cont {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between; }
        .page_section .partners_items .gallery_item .gallery_item_cont .gallery_name h4 {
          color: #fff;
          font-size: 18px;
          margin-left: 32px;
          margin-right: 32px;
          margin-top: -100%; }
        .page_section .partners_items .gallery_item .gallery_item_cont .photo_number {
          background-color: #69BD43;
          color: #fff;
          width: 140px;
          height: 45px;
          border-radius: 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;
          font-size: 14px;
          -ms-flex-item-align: end;
          align-self: flex-end;
          margin-right: 7px;
          margin-bottom: -100%; }
          .page_section .partners_items .gallery_item .gallery_item_cont .photo_number span {
            padding-left: 10px;
            padding-right: 10px;
            font-size: 14px; }
      .page_section .partners_items .gallery_item:hover:after {
        background-color: rgba(0, 0, 0, 0.5);
        -webkit-transition: 0.5s;
        -o-transition: 0.5s;
        transition: 0.5s; }
    .page_section .partners_items .gallery_in_items {
      width: 23.75%;
      height: 205px;
      border-radius: 10px;
      overflow: hidden;
      position: relative;
      margin-bottom: 24px;
      margin-left: 0.625%;
      margin-right: 0.625%; }
      .page_section .partners_items .gallery_in_items a {
        width: 100%;
        height: 205px;
        position: absolute;
        z-index: 2; }
        .page_section .partners_items .gallery_in_items a img {
          width: 100%;
          height: 100%;
          -o-object-fit: cover;
          object-fit: cover;
          border-radius: 10px; }
        .page_section .partners_items .gallery_in_items a:after {
          content: "";
          width: 100%;
          height: 100%;
          position: absolute;
          top: 0;
          left: 0;
          background-color: rgba(105, 189, 67, 0);
          -webkit-transition: 0.5s;
          -o-transition: 0.5s;
          transition: 0.5s; }
        .page_section .partners_items .gallery_in_items a:before {
          content: "\f00e";
          font-family: FontAwesome;
          width: 66px;
          height: 66px;
          border-radius: 50%;
          background-color: #fff;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center;
          -webkit-box-pack: center;
          -ms-flex-pack: center;
          justify-content: center;
          color: #323031;
          font-size: 15px;
          position: absolute;
          z-index: 2;
          left: 0;
          right: 0;
          margin: 0 auto;
          top: 50%;
          margin-top: -33px;
          opacity: 0;
          -webkit-transition: 0.5s;
          -o-transition: 0.5s;
          transition: 0.5s; }
        .page_section .partners_items .gallery_in_items a:hover:before {
          opacity: 1; }
        .page_section .partners_items .gallery_in_items a:hover:after {
          background-color: rgba(105, 189, 67, 0.5); }

.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 44px; }
  .pagination li {
    font-size: 14px;
    width: 45px;
    height: 43px !important;
    margin-left: 5px;
    margin-right: 5px; }
    .pagination li a {
      width: 45px;
      height: 43px;
      font-size: 14px !important;
      color: #2A2935 !important;
      padding: 0 !important;
      display: -webkit-box !important;
      display: -ms-flexbox !important;
      display: flex !important;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      border-radius: 6px; }
    .pagination li:first-child a, .pagination li:last-child a {
      border: 1px solid #D5D5D5; }
    .pagination li:hover {
      background-color: #69BD43 !important;
      border-radius: 6px;
      width: 45px;
      height: 43px; }
      .pagination li:hover a {
        color: #fff !important; }

.pagination li.active {
  background-color: #69BD43 !important;
  border-radius: 6px;
  width: 45px;
  height: 43px; }
  .pagination li.active a {
    color: #fff !important; }

.image-source-link {
  color: #98C3D1; }

.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
  opacity: 0;
  -webkit-backface-visibility: hidden;
  /* ideally, transition speed should match zoom duration */
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out; }

.mfp-with-zoom.mfp-ready .mfp-container {
  opacity: 1; }

.mfp-with-zoom.mfp-ready.mfp-bg {
  opacity: 0.8; }

.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
  opacity: 0; }

.contact_section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  margin-top: 51px; }
  .contact_section .contact_title {
    font-size: 20px;
    color: #323031;
    font-weight: bold;
    margin-left: 10px;
    margin-bottom: 59px; }
    .contact_section .contact_title:before {
      content: "";
      width: 72px;
      height: 1px;
      background-color: #DB504A;
      display: inline-block;
      margin-right: 23px;
      position: relative;
      top: -8px; }
  .contact_section .contact_form {
    width: 40%; }
    .contact_section .contact_form .form_froup {
      width: 100%;
      height: 63px;
      border: 1px solid #EBEBEB;
      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;
      padding-left: 24px;
      padding-right: 36px;
      border-radius: 6px;
      margin-bottom: 20px; }
      .contact_section .contact_form .form_froup input {
        border: 0px !important;
        width: 95%;
        height: 63px !important;
        margin-bottom: 0px !important; }
        .contact_section .contact_form .form_froup input:focus {
          -webkit-box-shadow: none !important;
          box-shadow: none !important;
          border-bottom: 0px !important; }
        .contact_section .contact_form .form_froup input::-webkit-input-placeholder {
          font-size: 12px; }
        .contact_section .contact_form .form_froup input:-ms-input-placeholder {
          font-size: 12px; }
        .contact_section .contact_form .form_froup input::-ms-input-placeholder {
          font-size: 12px; }
        .contact_section .contact_form .form_froup input::placeholder {
          font-size: 12px; }
      .contact_section .contact_form .form_froup textarea {
        width: 100%;
        padding-top: 25px;
        height: 120px;
        resize: none; }
        .contact_section .contact_form .form_froup textarea::-webkit-input-placeholder {
          font-size: 12px; }
        .contact_section .contact_form .form_froup textarea:-ms-input-placeholder {
          font-size: 12px; }
        .contact_section .contact_form .form_froup textarea::-ms-input-placeholder {
          font-size: 12px; }
        .contact_section .contact_form .form_froup textarea::placeholder {
          font-size: 12px; }
      .contact_section .contact_form .form_froup i {
        color: #DB504A; }
    .contact_section .contact_form button {
      padding: 20px 40px;
      background-color: #323031;
      color: #fff;
      font-size: 15px;
      border-radius: 50px;
      font-family: bpg_mrgvlovani_caps; }
      .contact_section .contact_form button:hover {
        background-color: #FCB97D;
        color: #323031; }
    .contact_section .contact_form .textarea_inp {
      height: 120px;
      padding-right: 0px !important; }
  .contact_section .contact_information {
    width: 40%;
    height: 400px;
    border-radius: 10px;
    background-color: #323031;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    .contact_section .contact_information .contact_info {
      margin: 0 auto;
      width: 95%;
      padding-bottom: 22px;
      border-bottom: 1px solid #393939;
      padding-left: 22px;
      margin-bottom: 22px; }
      .contact_section .contact_information .contact_info .title {
        font-size: 12px;
        color: #95989A;
        margin-bottom: 15px; }
      .contact_section .contact_information .contact_info .info {
        color: #FCB97D;
        font-size: 12px; }
        .contact_section .contact_information .contact_info .info a {
          color: #FCB97D;
          font-size: 12px; }
      .contact_section .contact_information .contact_info:last-child {
        border-bottom: 0px;
        margin-bottom: 0px;
        padding-bottom: 0px; }

.products_in {
  width: 100%;
  margin-top: 50px;
  padding-bottom: 80px; }
  .products_in .prod_in_img {
    float: left;
    width: 414px;
    height: 371px;
    position: relative;
    margin-right: 40px;
    margin-bottom: 40px; }
    .products_in .prod_in_img img {
      width: 401px;
      height: 360px;
      -o-object-fit: cover;
      object-fit: cover;
      margin-left: 10px;
      margin-top: 10px;
      position: relative;
      z-index: 1; }
    .products_in .prod_in_img:after {
      content: "";
      width: 134px;
      height: 164px;
      background-color: #69BD43;
      position: absolute;
      top: 0;
      left: 0; }
  .products_in .prod_in_text {
    padding-top: 17px; }
    .products_in .prod_in_text .products_title {
      font-size: 20px;
      color: #323031;
      display: inline-block; }
      .products_in .prod_in_text .products_title:after {
        content: "";
        width: 115px;
        height: 2px;
        background-color: #FCB97D;
        display: block;
        margin-top: 20px; }
  .products_in .content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-top: 10px;
    margin-bottom: 35px;
    padding-left: 10px; }
    .products_in .content .l {
      width: 332px; }
      .products_in .content .l .img {
        width: 322px;
        height: 289px;
        margin-left: 10px;
        position: relative;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center; }
        .products_in .content .l .img img {
          width: 100%;
          height: 100%;
          -o-object-fit: cover;
          object-fit: cover;
          position: relative;
          z-index: 1; }
        .products_in .content .l .img::before {
          content: '';
          width: 100px;
          height: 132px;
          background-color: #69BD43;
          position: absolute;
          left: -10px;
          top: -10px;
          z-index: 0;
          display: block; }
      .products_in .content .l .toggecxrili {
        width: 322px;
        height: 71px;
        background-color: #FBF8F7;
        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;
        font-size: 14px;
        font-weight: bold;
        color: #323031;
        margin-left: 10px;
        padding: 0 30px; }
        .products_in .content .l .toggecxrili i {
          color: #FCB97D;
          -webkit-transform-origin: center;
          -ms-transform-origin: center;
          transform-origin: center;
          -webkit-transform: rotate(-90deg);
          -ms-transform: rotate(-90deg);
          transform: rotate(-90deg); }
        .products_in .content .l .toggecxrili.show i {
          -webkit-transform: rotate(0deg);
          -ms-transform: rotate(0deg);
          transform: rotate(0deg); }
    .products_in .content .text {
      width: calc(100% - 332px);
      padding-left: 50px; }
      .products_in .content .text h3 {
        padding-top: 10px;
        margin-bottom: 30px;
        font-size: 20px;
        color: #323031; }
        .products_in .content .text h3::after {
          content: '';
          width: 115px;
          height: 2px;
          background-color: #FCB97D;
          display: block;
          margin-top: 15px; }
      .products_in .content .text p {
        font-size: 13px;
        line-height: 20px;
        color: #323031;
        word-break: break-word; }
    .products_in .content .table {
      width: 100%;
      height: 0;
      margin-left: 10px;
      background-color: #FBF8F7;
      overflow: hidden; }
      .products_in .content .table .tablewrapper {
        padding: 40px;
        padding-top: 25px;
        border-collapse: collapse;
        border: 0; }
      .products_in .content .table th {
        font-size: 12px;
        color: #323031;
        line-height: 30px; }
      .products_in .content .table tr {
        background-color: #FFFFFF;
        border: 1px solid #EAEAEA; }
        .products_in .content .table tr td {
          font-size: 13px;
          color: #95989A;
          font-weight: bold;
          padding: 20px; }
          .products_in .content .table tr td:first-child {
            padding: 20px 40px; }
        .products_in .content .table tr:first-child {
          background-color: transparent;
          border: 0; }
          .products_in .content .table tr:first-child th {
            padding: 0; }
            .products_in .content .table tr:first-child th:first-child {
              padding: 20px 40px; }

@-webkit-keyframes menu-4 {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px); }
  70% {
    -webkit-transform: translateX(20px);
    transform: translateX(20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0px);
    transform: translateX(0px); } }

@keyframes menu-4 {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px); }
  70% {
    -webkit-transform: translateX(20px);
    transform: translateX(20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0px);
    transform: translateX(0px); } }

.responsive_nav {
  position: relative;
  display: none; }
  .responsive_nav .wrapper-menu {
    width: 50px;
    height: 38px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    cursor: pointer;
    -webkit-transition: -webkit-transform 330ms ease-out;
    transition: -webkit-transform 330ms ease-out;
    -o-transition: transform 330ms ease-out;
    transition: transform 330ms ease-out;
    transition: transform 330ms ease-out, -webkit-transform 330ms ease-out; }
  .responsive_nav .wrapper-menu.open {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg); }
  .responsive_nav .line-menu {
    background-color: #DB504A;
    border-radius: 5px;
    width: 100%;
    height: 6px; }
  .responsive_nav .line-menu.half {
    width: 50%; }
  .responsive_nav .line-menu.start {
    -webkit-transition: -webkit-transform 330ms cubic-bezier(0.54, -0.81, 0.57, 0.57);
    transition: -webkit-transform 330ms cubic-bezier(0.54, -0.81, 0.57, 0.57);
    -o-transition: transform 330ms cubic-bezier(0.54, -0.81, 0.57, 0.57);
    transition: transform 330ms cubic-bezier(0.54, -0.81, 0.57, 0.57);
    transition: transform 330ms cubic-bezier(0.54, -0.81, 0.57, 0.57), -webkit-transform 330ms cubic-bezier(0.54, -0.81, 0.57, 0.57);
    -webkit-transform-origin: right;
    -ms-transform-origin: right;
    transform-origin: right; }
  .responsive_nav .open .line-menu.start {
    -webkit-transform: rotate(-90deg) translateX(3px);
    -ms-transform: rotate(-90deg) translateX(3px);
    transform: rotate(-90deg) translateX(3px); }
  .responsive_nav .line-menu.end {
    -ms-flex-item-align: end;
    align-self: flex-end;
    -webkit-transition: -webkit-transform 330ms cubic-bezier(0.54, -0.81, 0.57, 0.57);
    transition: -webkit-transform 330ms cubic-bezier(0.54, -0.81, 0.57, 0.57);
    -o-transition: transform 330ms cubic-bezier(0.54, -0.81, 0.57, 0.57);
    transition: transform 330ms cubic-bezier(0.54, -0.81, 0.57, 0.57);
    transition: transform 330ms cubic-bezier(0.54, -0.81, 0.57, 0.57), -webkit-transform 330ms cubic-bezier(0.54, -0.81, 0.57, 0.57);
    -webkit-transform-origin: left;
    -ms-transform-origin: left;
    transform-origin: left; }
  .responsive_nav .open .line-menu.end {
    -webkit-transform: rotate(-90deg) translateX(-3px);
    -ms-transform: rotate(-90deg) translateX(-3px);
    transform: rotate(-90deg) translateX(-3px); }
  .responsive_nav .res_drop_menu {
    position: absolute;
    z-index: 1000; }

.res_drop_menu {
  width: 100%;
  position: absolute;
  z-index: 10;
  background-color: #fff;
  right: 0;
  top: 99px;
  display: none;
  padding-top: 30px; }
  .res_drop_menu ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .res_drop_menu ul li {
      margin: 9px; }
      .res_drop_menu ul li a {
        color: #95989A;
        font-size: 14px;
        font-family: bpg_mrgvlovani_caps;
        font-weight: bold; }
        .res_drop_menu ul li a:after {
          content: "";
          width: 0px;
          height: 1px;
          background-color: #DB504A;
          display: block;
          margin: 0 auto;
          margin-top: 6px;
          -webkit-transition: 0.5s;
          -o-transition: 0.5s;
          transition: 0.5s; }
        .res_drop_menu ul li a:hover {
          color: #DB504A;
          -webkit-transition: 0.5s;
          -o-transition: 0.5s;
          transition: 0.5s; }
        .res_drop_menu ul li a:hover:after {
          width: 55px; }
        .res_drop_menu ul li a.active {
          color: #DB504A; }
        .res_drop_menu ul li a.active:after {
          width: 55px; }

.res_slider_bg {
  display: none; }
