/*
-----------------------------------------------------
  Stylesheet Guide
-----------------------------------------------------

  1. Default stylesheets

  2. Basic Elements
    2.1. Typography
    2.2. Lists & Tables
    2.3. Buttons
    2.4. Forms

  3. General classes
    3.1. Flex

  4. Main options
    4.1 Breadcrumps
    4.2 Offsets

  5. Header
    5.1. Main navigation
    5.2. Search

  6. Plugins
    6.1. Preloader
    6.2. Back to top
    6.3. Carousels
    6.4. Fancybox
    6.5. Map

  7. Footer
    7.1. Footer Bottom
    7.2. Copyright

  8. Main Sections




*/
@import url(reset.css);
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&display=swap");
/* ------------------------------------------------

    1. Default stylesheets

------------------------------------------------ */
html, body {
  height: 100%; }

body {
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  color: rgba(101, 101, 101, 0.9);
  font-size: 16px;
  line-height: 26px;
  background: #FDFDFD;
  -webkit-text-size-adjust: none; }

.body_fix {
  overflow: hidden; }

.blackout {
  color: #fff; }
.title_btn_box>svg {
      width: 100%;
      height: auto;
          max-width: 150px;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent; }

::selection {
  color: #fff;
  background: #741B75; }

::-moz-selection {
  color: #fff;
  background: #741B75; }

/* ------------------------------------------------

    2. Basic Elements

------------------------------------------------ */
/* --------------------------------------------
      2.1. Typography
-------------------------------------------- */
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: 'Inter', sans-serif;
  font-weight: 700;
  line-height: 1;
  color: #000;
  margin: 0;
  margin-bottom: 17px; }

.h1, h1 {
  font-size: 80px;
  margin-bottom: 80px; }

.h1 + .un_title,
h1 + .un_title {
  margin-top: -50px; }

.h2, h2 {
  font-size: 54px;
  line-height: 60px;
  margin-bottom: 100px; }

.h3, h3 {
  font-size: 24px;
  margin-bottom: 80px; }

.h4, h4 {
  font-weight: 600;
  font-size: 20px;
  line-height: 30px;
  color: #000000;
  margin-bottom: 60px; }

.h5, h5 {
  font-size: 18px; }

.h6, h6 {
  font-size: 16px; }

.title_row {
  padding-bottom: 80px; }
  .title_row .h1, .title_row h1,
  .title_row .h2, .title_row h2,
  .title_row .h4, .title_row h4 {
    margin-bottom: 20px; }
  .title_row p {
    margin-bottom: 20px; }
  .title_row .un_title2 {
    margin-bottom: 0; }

.title_row + .title_bg {
  margin-top: -20px; }

.title_txt {
  font-size: 16px;
  line-height: 30px;
  color: #737373; }

p:not(:last-child) {
  margin-bottom: 30px; }

mark {
  background-color: #20cfef;
  padding: 0 2px;
  color: #fff; }

mark.red {
  background-color: #ee352f; }
.item_in_info_box h3{display: none;}
sup {
  display: inline-block;
  -moz-transform: scale(0.6) translate(-10%, -30%);
  -o-transform: scale(0.6) translate(-10%, -30%);
  -webkit-transform: scale(0.6) translate(-10%, -30%);
  transform: scale(0.6) translate(-10%, -30%); }

#gcom.st0{fill:#316825;}
.item:hover .item_img #gcom.st0{
    fill: #fff;
}
a {
  color: #741B75;
  text-decoration: underline;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; }

a:hover {
  color: #741B75;
  text-decoration: none; }

a:focus,
a:visited {
  text-decoration: none; }

.fz20 {
  font-size: 20px; }

.fz18 {
  font-size: 18px; }

.fz16 {
  font-size: 16px; }

.fz12 {
  font-size: 12px; }

.fw300 {
  font-weight: 300; }

.fw400 {
  font-weight: 400; }

.fw500 {
  font-weight: 500; }

.fw600 {
  font-weight: 600; }

.fw700 {
  font-weight: 700; }

.fw_bold {
  font-weight: bold; }

.fw800 {
  font-weight: 800; }

.fw900 {
  font-weight: 900; }

.book {
  -moz-column-count: 2;
  -webkit-column-count: 2;
  column-count: 2; }

.color_gray {
  color: rgba(149, 149, 149, 0.9); }

.color_black {
  color: #000; }

/* --------------------------------------------
      2.2. Lists & Tables
-------------------------------------------- */
ol:not([class]):not(:last-child) {
  margin-bottom: 40px; }

ol:not([class]) {
  counter-reset: myCounter; }

ol:not([class]) li:not(:last-child) {
  margin-bottom: 20px; }

ol:not([class]) li {
  padding-left: 42px;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  color: #000000;
  position: relative; }

ol:not([class]) li:before {
  counter-increment: myCounter;
  content: "0" counter(myCounter);
  position: absolute;
  left: 0;
  top: 4px;
  font-weight: bold;
  font-size: 10px;
  line-height: 12px;
  color: #A5A5A5; }

ol:not([class]) > li:nth-child(9) ~ li:before {
  content: "" counter(myCounter); }

ul:not([class]):not(:last-child) {
  margin-bottom: 40px; }

ul:not([class]) {
  counter-reset: myCounter; }

ul:not([class]) li:not(:last-child) {
  margin-bottom: 20px; }

ul:not([class]) li {
  padding-left: 30px;

  font-size: 14px;
  line-height: 20px;
  color: #000000;
  position: relative; }
.acc_cont ul:not([class]) li {
  color: rgba(101, 101, 101, 0.9);
}
.acc_cont ul:not([class]) li:before {
  background-color: rgba(101, 101, 101, 0.9);
}
ul:not([class]) li:before {
  content: '';
  width: 4px;
  height: 4px;
  border-radius: 100%;
  position: absolute;
  top: 8px;
  left: 0;
  background-color: #000; }

.number_list:not(:last-child) {
  margin-bottom: 20px; }

.number_list li:not(:last-child) {
  margin-bottom: 20px; }
.number_list li {
  padding-left: 42px;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  color: #000000;
  position: relative; }
  .number_list li span {
    position: absolute;
    left: 0;
    top: 4px;
    font-weight: bold;
    font-size: 10px;
    line-height: 12px;
    color: #A5A5A5; }

table:not([class]) {
  width: 100%; }
  table:not([class]) td {
    padding: 20px 30px;
    font-size: 14px;
    line-height: 20px;
    color: #656565;
    background: #F7F7F7; }
  table:not([class]) td:first-child {
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    color: #000000; }
  table:not([class]) tr:nth-child(2n) td {
    background-color: #fff; }

.table_resp:not(:last-child) {
  margin-bottom: 40px;
  padding-bottom: 10px; }

/* --------------------------------------------
      2.3. Buttons
-------------------------------------------- */
.btn_box {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: -10px; }

.btn_box > *:not(:last-child) {
  margin-right: 30px; }

.btn_box > * {
  margin-bottom: 10px; }

.btn_box_center {
  margin-left: -10px;
  margin-right: -10px;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center; }

.btn_box_center > * {
  padding-right: 10px;
  padding-left: 10px; }

.btn_box_center > *:not(:last-child) {
  margin-right: 0px; }

.title_btn_box {
  text-align: right;
  margin-bottom: -10px; }

.title_btn_box > *:not(:last-child) {
  margin-right: 40px; }

.title_btn_box > * {
  margin-bottom: 10px; }

.title_btn_box2 {
  text-align: right;
  margin-bottom: 0 !important; }

.title_btn_box_mod {
  width: 100%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex; }
  .title_btn_box_mod .form_box {
    width: 100%;
    position: relative;
    top: -10px; }

.title_btn_box_mod > *:not(:last-child) {
  margin-right: 20px; }

.btn {
  border: none;
  display: inline-block;
  outline: none;
  cursor: pointer;
  background: #741B75;
  padding: 12px 21px;
  font-weight: 700;
  font-size: 14px;
  line-height: 16px;
  color: #FFFFFF;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; }

.btn:hover {
  background-color: #F7F7F7;
  color: #000; }
  .btn:hover path {
    fill: #000; }

.btn_link {
  color: #000;
  padding-bottom: 10px;
  padding-left: 0  !important;
  padding-right: 0 !important;
  border-bottom: 2px solid #000;
  background-color: transparent !important; }
  .btn_link:hover {
    border-bottom: 2px solid transparent; }

.btn_point {
  width: 40px;
  height: 40px;
  padding-left: 5px;
  padding-right: 5px;
  text-align: center; }

.btn_nav {
  display: block;
  border: none;
  outline: none;
  width: 28px;
  height: 20px;
  cursor: pointer;
  background-color: transparent;
  position: relative;
  display: none;
  z-index: 15;
  float: right; }

.btn_nav:before, .btn_nav:after, .btn_nav span {
  content: '';
  display: block;
  width: 25px;
  height: 2px;
  background-color: #000;
  position: absolute;
  top: 0px;
  left: 0;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s; }

.btn_nav span {
  top: 9px; }

.btn_nav:after {
  top: auto;
  bottom: 0px; }

.btn_nav.active span {
  display: none; }

.btn_nav.active:before {
  top: 9px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg); }

.btn_nav.active:after {
  bottom: 9px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg); }

/* --------------------------------------------
        2.4. Forms
-------------------------------------------- */
input::-webkit-input-placeholder {
  color: #000;
  -webkit-transition: text-indent .5s ease, color .5s ease;
  transition: text-indent .5s ease, color .5s ease; }

textarea::-webkit-input-placeholder {
  color: #B5B5B5;
  font-style: italic;
  -webkit-transition: text-indent .5s ease, color .5s ease;
  transition: text-indent .5s ease, color .5s ease; }

input::-moz-placeholder {
  color: #000;
  opacity: 1; }

textarea::-moz-placeholder {
  font-style: italic;
  color: #000;
  opacity: 1; }

input::ms-input-placeholder {
  color: #000; }

textarea::ms-input-placeholder {
  font-style: italic;
  color: #B5B5B5; }

[placeholder]:focus::-webkit-input-placeholder {
  text-indent: 10em;
  color: transparent; }

input:not([type=checkbox]):not([type=radio]),
textarea,
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

.form_wr {
  margin-bottom: 20px; }

.form_box {
  padding-bottom: 10px;
  position: relative; }
  .form_box input:not([type=checkbox]):not([type=radio]),
  .form_box textarea {
    outline: none !important;
    width: 100%;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    color: #000000;
    padding: 17px 20px 17px 0;
    border: none;
    background-color: transparent;
    border-bottom: 1px solid #E2E2E2;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; }
  .form_box input:not([type=checkbox]):not([type=radio]):focus {
    border-bottom: 1px solid #000;
    text-indent: 20px; }
  .form_box textarea:focus {
    border-bottom: 1px solid #000; }
  .form_box textarea {
    height: 130px;
    max-width: 100%; }

/* ------------------------------------------------

    3. General Classes

------------------------------------------------ */
.al_left {
  text-align: left; }

.al_right {
  text-align: right; }

.al_center {
  text-align: center; }

.alignleft {
  float: left; }

.alignright {
  float: right; }

.wrapper {
  overflow: hidden; }

.hide {
  display: none; }

.show {
  display: block; }

.d_ib {
  display: inline-block; }

.transparent {
  opacity: 0; }

.invisible {
  opacity: 0;
  visibility: hidden; }

.visible {
  opacity: 1;
  visibility: visible; }

.p_abs {
  position: absolute; }

.p_rel {
  position: relative; }

.p_fix {
  position: fixed; }

.reg {
  text-transform: uppercase; }

.clear {
  clear: both;
  width: 100%;
  line-height: 0;
  font-size: 0; }

.clearfix:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden; }

/* --------------------------------------------
      3.1. Flex
-------------------------------------------- */
.flex_box {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex; }

.flex_middle {
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center; }

.flex_between {
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between; }

.flex_wrap {
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap; }

.flex_center {
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center; }

.flex_bottom {
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  -ms-align-items: flex-end;
  -o-align-items: flex-end;
  align-items: flex-end; }

.flex_start {
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  -o-align-items: flex-start;
  align-items: flex-start; }

.flex_column {
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column; }

.flex_align_end {
  -webkit-align-self: flex-end;
  -moz-align-self: flex-end;
  -ms-align-self: flex-end;
  -o-align-self: flex-end;
  align-self: flex-end; }

.box_first {
  -webkit-order: -1;
  -moz-order: -1;
  -ms-order: -1;
  -o-order: -1;
  order: -1; }

.box_fix {
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-shrink: 0;
  -o-flex-shrink: 0;
  flex-shrink: 0; }

/* ------------------------------------------------

    4. Main

------------------------------------------------ */
section {
  padding: 0px 0px 0px 0px; }

.page_wrap {
  position: relative;
  min-height: 100%;
  overflow: hidden; }

img {
  max-width: 100%; }
.info_item{margin-bottom: 30px;}
.row_sm {
  margin-left: -10px;
  margin-right: -10px; }
  .row_sm > * {
    padding-left: 10px;
    padding-right: 10px; }
  .row_sm.row_offset > * {
    margin-bottom: 20px; }

.row_md {
  margin-left: -20px;
  margin-right: -20px; }
  .row_md > * {
    padding-left: 20px;
    padding-right: 20px; }
  .row_md.row_offset > * {
    margin-bottom: 60px; }
  .row_md.row_offset {
    margin-bottom: -120px; }

.row_lg {
  margin-left: -30px;
  margin-right: -30px; }
  .row_lg > * {
    padding-left: 30px;
    padding-right: 30px; }
  .row_lg.row_offset > * {
    margin-bottom: 60px; }
  .row_lg.row_offset {
    margin-bottom: -60px; }

.row_xl {
  margin-left: -50px;
  margin-right: -50px; }
  .row_xl > * {
    padding-left: 50px;
    padding-right: 50px; }
  .row_xl.row_offset > * {
    margin-bottom: 60px; }
  .row_xl.row_offset {
    margin-bottom: -60px; }

.box_be {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: -10px; }
  .box_be > *:not(:last-child) {
    margin-right: 20px; }
  .box_be > * {
    margin-bottom: 10px; }

.section_vert {
  height: 100%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap; }

.section_bottom {
  width: 100%;
  -webkit-align-self: flex-end;
  -moz-align-self: flex-end;
  -ms-align-self: flex-end;
  -o-align-self: flex-end;
  align-self: flex-end; }

.section_top {
  width: 100%; }

/* --------------------------------------------
      4.1. Page tilte end breadcrumps
-------------------------------------------- */
.breadcrumps {
  font-weight: 600;
  font-size: 10px;
  line-height: 16px;
  letter-spacing: 0.83px;
  text-transform: uppercase;
  color: #BDBDBD;
  margin-bottom: 10px;
  white-space: nowrap;
  overflow: hidden; }

.breadcrumps a {
  color: #BDBDBD;
  text-decoration: none; }

.breadcrumps a:hover {
  color: #741B75;
  text-decoration: none; }

.breadcrumps li {
  display: inline-block;
  position: relative; }

.breadcrumps li:last-child {
  overflow: hidden;
  text-overflow: ellipsis; }

.breadcrumps li:not(:last-child) {
  padding-right: 21px; }

.breadcrumps li:not(:last-child):after {
  content: " ";
  position: absolute;
  height: 14px;
  width: 1px;
  background-color: #E9E9E9;
  position: absolute;
  top: 2px;
  right: 10px; }

/* --------------------------------------------
      4.2. Offsets
-------------------------------------------- */
.section_offset {
  margin: 120px 0;
  position: relative; }

.section_offset:first-child {
  margin-top: 0; }

.cont_pad {
  margin-bottom: 60px; }

.cont_pad_lg {
  margin-bottom: 80px; }

.mb0 {
  margin-bottom: 0px !important; }

.mb2 {
  margin-bottom: 2px; }

.mb5 {
  margin-bottom: 5px; }

.mb10 {
  margin-bottom: 10px; }

.mb15 {
  margin-bottom: 15px; }

.mb20 {
  margin-bottom: 20px; }

.mb25 {
  margin-bottom: 25px; }

.mb30 {
  margin-bottom: 30px; }

.mb35 {
  margin-bottom: 35px; }

.mb40 {
  margin-bottom: 40px; }

.mb45 {
  margin-bottom: 45px; }

.mb50 {
  margin-bottom: 50px; }

.mb55 {
  margin-bottom: 55px; }

.mb60 {
  margin-bottom: 60px; }

.mt10 {
  margin-top: 10px; }

.mt20 {
  margin-top: 20px; }

.mt40 {
  margin-top: 40px; }

.pt60 {
  padding-top: 60px; }

.pb60 {
  padding-bottom: 60px; }

.pb10 {
  padding-bottom: 10px; }

.pl20 {
  padding-left: 20px; }

.pt10 {
  padding-top: 10px; }

.pt15 {
  padding-top: 15px; }

.pr20 {
  padding-right: 10px; }

/* ------------------------------------------------

    5. Header

------------------------------------------------ */
.logo a {
  display: block;
  width: 85px; }
  .logo a img, .logo a svg {
    width: 100%;
    height: auto; }

.header_top {
  background-color: #000;
  padding: 20px 0;
  font-weight: 600;
  font-size: 10px;
  line-height: 16px;
  text-transform: uppercase;
  color: #fff; }

.header_top_in {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between; }

.language_list li:not(:last-child) {
  margin-right: 25px; }
.language_list li {
  display: inline-block;
  position: relative; }
.language_list a {
  display: block;
  font-weight: 600;
  font-size: 10px;
  line-height: 16px;
  letter-spacing: 0.83px;
  text-transform: uppercase;
  color: #949494;
  text-decoration: none; }
  .language_list a:hover {
    color: #fff;
    text-decoration: none; }
.language_list li.active a,
.language_list a.active {
  color: #fff;
  text-decoration: none; }

.header_top_in_box {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex; }
  .header_top_in_box > *:not(:last-child):after {
    content: '';
    display: inline-block;
    margin-left: 20px;
    margin-right: 20px;
    height: 16px;
    width: 1px;
    background: #474747; }

.header_top_link {
  display: inline-block;
  font-style: normal;
  font-weight: 600;
  font-size: 10px;
  line-height: 16px;
  text-transform: uppercase;
  color: #FFFFFF;
  text-decoration: none; }

a.header_top_link:hover {
  color: #949494;
  text-decoration: none; }

.header_main {
  margin-top: 50px;
  margin-bottom: 80px; }

.header_main_in {
  position: relative;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center; }

/* --------------------------------------------
      5.1. Main navigation
-------------------------------------------- */
nav {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center; }

.navigation {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center; }
  .navigation > li:not(:last-child) {
    margin-right: 40px; }
  .navigation > li {
    position: relative;
    padding-right: 11px; }
    .navigation > li:hover > a {
      color: #741B75; }
    .navigation > li:hover > .nav_arrow:before {
      border-top: 3px solid #000; }
  .navigation li.active a,
  .navigation a.active {
    border-bottom: 2px solid #000000; }
  .navigation > li > a {
    text-decoration: none;
    padding: 10px 0;
    font-weight: 600;
    font-size: 16px;
    line-height: 16px;
    color: #000000;
    border-bottom: 2px solid transparent; }
.navigation > li > a.btn {
    position: relative;
    top: -3px;
    padding: 12px 21px;
    color: #fff;
}
.nav_arrow {
  position: relative; }
  .nav_arrow:hover:before {
    border-top: 3px solid #000; }
  .nav_arrow:before {
    content: '';
    position: absolute;
    right: 0;
    top: 8px;
    width: 0px;
    height: 0px;
    border-left: 3px solid transparent;
    border-right: 3px solid transparent;
    border-top: 3px solid #C9C9C9; }

a.nav_arrow:before {
  top: 20px;
  right: -11px; }

.drop_box {
  min-width: 280px;
  position: absolute;
  z-index: 5;
  top: calc(100% - 20px);
  left: -50px;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translate(0, 40px);
  -ms-transform: translate(0, 40px);
  -o-transform: translate(0, 40px);
  transform: translate(0, 40px); }

.drop_btn {
  position: relative; }

.drop_btn:hover .drop_box {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0); }

.lv_2_wr {
  padding-top: 55px; }
  .lv_2_wr .ab_title {
    margin-bottom: 40px; }

.lv_2 {
  min-width: 280px;
  border-top: 2px solid #000;
  background-color: #fff;
  padding: 50px;
  font-weight: 600;
  font-size: 14px;
  line-height: 16px;
  box-shadow: 0px 60px 40px rgba(0, 0, 0, 0.102948); }
  .lv_2 li:not(:last-child) {
    margin-bottom: 24px; }
  .lv_2 a {
    text-decoration: none;
    color: #000000; }
    .lv_2 a:hover {
      color: #741B75; }

.drop_phone {
  display: inline-block;
  padding-right: 12px; }
  .drop_phone .drop_box {
    left: -30px; }
  .drop_phone .lv_2_wr {
    padding-top: 0px; }
  .drop_phone .lv_2 {
    white-space: nowrap;
    border-top: 0;
    background-color: #000;
    padding: 30px;
    min-width: 0;
    font-size: 10px;
    line-height: 16px;
    text-transform: uppercase; }
    .drop_phone .lv_2 a {
      color: #fff; }
      .drop_phone .lv_2 a:hover {
        color: #949494; }
  .drop_phone:before {
    top: 7px; }
  .drop_phone:hover:before {
    border-top: 3px solid #949494; }

.drop_lg {
  position: static !important; }

.drop_box_lg {
  margin-top: -20px;
  width: 100%;
  left: 0 !important; }
  .drop_box_lg .lv_2_wr {
    padding-top: 36px; }

.lv_2_lg {
  padding: 50px;
  padding-bottom: 100px;
  background-color: #fff;
  border-top: 2px solid #000;
  box-shadow: 0px 60px 40px rgba(0, 0, 0, 0.102948); }

.lv_list {
  font-weight: 600;
  font-size: 14px;
  line-height: 16px; }
  .lv_list li:not(:last-child) {
    margin-bottom: 24px; }
  .lv_list a {
    text-decoration: none;
    color: #000000; }
    .lv_list a:hover {
      color: #741B75; }
  .lv_list span {
    display: inline-block;
    padding-top: 1px;
    padding-left: 10px; }

/* --------------------------------------------
      5.2. Search
-------------------------------------------- */
.search_box {
  margin-left: 60px; }
  .search_box a {
    text-decoration: none !important;
    border-color: transparent !important; }

.search_btn {
  padding: 10px 0; }
  .search_btn:hover path {
    fill: #741B75; }

.search {
  overflow: hidden;
  width: 0;
  height: 60px;
  background-color: #FDFDFD;
  position: absolute;
  z-index: 35;
  bottom: 5px;
  right: 0px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  .search.active {
    width: 1060px; }

.search input[type="text"] {
  width: 100%;
  background-color: #FDFDFD;
  border: none;
  height: 100%;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  color: #000000;
  border-bottom: 2px solid #000;
  padding: 0 36px; }

.search_form_btn {
  position: absolute;
  left: 0;
  bottom: 20px;
  border: none;
  background-color: transparent;
  padding: 0;
  outline: none;
  cursor: pointer; }
  .search_form_btn:hover path {
    fill: #741B75; }

.search_form_close {
  position: absolute;
  right: 0;
  bottom: 13px;
  z-index: 2;
  padding: 5px;
  display: inline-block;
  padding-left: 10px; }
  .search_form_close:hover path {
    fill: #741B75; }

/* ------------------------------------------------

    6. Plugins

------------------------------------------------ */
/* --------------------------------------------
      6.1. Preloader
-------------------------------------------- */
#page-preloader {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: #741B75;
  background-image: url(../images/main_box_bg.svg);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  z-index: 100500; }

#page-preloader .preloader {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 36px;
  height: 36px;
  margin-left: -18px;
  margin-top: -18px;
  display: inline-block;
  padding: 0px;
  border-radius: 100%;
  border: 2px solid;
  border-top-color: rgba(255, 255, 255, 0.65);
  border-bottom-color: rgba(255, 255, 255, 0.15);
  border-left-color: rgba(255, 255, 255, 0.65);
  border-right-color: rgba(255, 255, 255, 0.15);
  -webkit-animation: preloader 0.8s linear infinite;
  animation: preloader 0.8s linear infinite; }

@keyframes preloader {
  from {
    transform: rotate(0deg); }
  to {
    transform: rotate(360deg); } }
@-webkit-keyframes preloader {
  from {
    -webkit-transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(360deg); } }
/* --------------------------------------------
      6.2. Back to top
-------------------------------------------- */
.back_to_top {
  border: none;
  outline: none;
  position: fixed;
  bottom: 10px;
  right: -100px;
  z-index: 99;
  cursor: pointer; }

.back_to_top i {
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  display: inline-block; }

.bounceOutRight {
  right: -100px; }

.bounceInRight {
  right: 10px; }

/* --------------------------------------------
      6.3. Carousels
-------------------------------------------- */
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next,
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: none; }

.swiper-button-prev {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg); }

.swiper-button-next,
.swiper-button-prev {
  right: 0; }
  .swiper-button-next svg,
  .swiper-button-prev svg {
    width: 100%;
    height: 100%; }

.swiper-button-prev {
  left: 0;
  right: auto; }

.swiper-main {
  margin-top: -40px; }
  .swiper-main .swiper-slide {
    height: auto; }
  .swiper-main .swiper-slide:not(.swiper-slide-active) {
    opacity: 0 !important; }

/* --------------------------------------------
      6.4. Fancybox
-------------------------------------------- */
.modal_box {
  display: none; }

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
  background-image: none; }

.fancybox-overlay {
  background-image: none;
  background: rgba(0, 0, 0, 0.6); }

.fancybox-opened .fancybox-skin {
  border-radius: 0;
  box-shadow: none; }

.fancybox-skin {
  background-color: transparent; }

.fancybox-close {
  width: 20px;
  height: 20px;
  top: 25px;
  right: 25px;
  background-image: url(../images/icons/close_lg.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 12px 12px; }
  .fancybox-close:hover {
    opacity: 0.6; }

.fancybox_style {
  color: #959595;
  width: 640px;
  max-width: 100%;
  padding: 60px;
  position: relative;
  background-color: #fff;
  background-image: url(../images/fancybox_bg.png);
  background-repeat: no-repeat;
  background-position: 100% 0; }
  .fancybox_style h2, .fancybox_style .h2 {
    margin-bottom: 30px; }

/* --------------------------------------------
        6.5. Map
-------------------------------------------- */
.map_box {
  width: 100%;
  height: 650px;
  position: relative;
  overflow: hidden; }

.gmap {
  position: absolute;
  top: -52px;
  bottom: 0px;
  left: -50px;
  right: 0px; }

/* ------------------------------------------------

    7. Footer

------------------------------------------------ */
footer .ab_title {
  margin-bottom: 20px; }

.footer_fix {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0; }

.pos_list {
  margin-bottom: 30px;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  color: #000000; }
  .pos_list li:not(:last-child) {
    margin-bottom: 14px; }
  .pos_list a {
    text-decoration: underline;
    color: #741B75; }
    .pos_list a:hover {
      text-decoration: none; }

.footer_list {
  font-weight: 500;
  font-size: 14px;
  line-height: 16px; }
  .footer_list li:not(:last-child) {
    margin-bottom: 20px; }
  .footer_list a {
    color: #000000;
    text-decoration: none; }
    .footer_list a:hover {
      color: #741B75;
      text-decoration: none; }

.footer_txt {
  font-size: 14px;
  line-height: 22px;
  color: rgba(160, 160, 160, 0.7); }

/* --------------------------------------------
      7.1. Footer Bottom
-------------------------------------------- */
.footer_bottom {
  padding-top: 30px;
  padding-bottom: 80px; }

/* --------------------------------------------
      7.2. Copyright
-------------------------------------------- */
.footer_cop {
  font-size: 14px;
  line-height: 22px;
  color: rgba(160, 160, 160, 0.7); }

.your_future {
  font-size: 14px;
  line-height: 22px;
  color: rgba(160, 160, 160, 0.7);
  text-decoration: none;
  display: inline-block;
  margin-left: 8px; }
  .your_future i {
    height: 16px;
    margin-top: 3px;
    display: inline-block;
    margin-right: 5px; }
    .your_future i svg {
      width: 16px;
      height: 16px; }
      .your_future i svg * {
        -webkit-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease; }
  .your_future:hover {
    color: #741B75; }
    .your_future:hover svg rect {
      opacity: 1;
      fill: #741B75 !important; }

/* ------------------------------------------------

    8. Main Section

------------------------------------------------ */
.zi {
  position: relative;
  z-index: 2 !important; }

/* --------------------------------------------
      8.1. Index
-------------------------------------------- */
.main_box {
  padding-top: 70px; }

.main_box_img img {
  width: 100%; }

.main_box_wr {
  margin-bottom: 50px; }

.main_box_bg {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0; }
  .main_box_bg img {
    width: 100%;
    height: 100%; }

.main_box_tab_list {
  position: relative;
  z-index: 3;
  counter-reset: myCounter;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between; }
  .main_box_tab_list li {
    position: relative;
    width: 100%;
    padding: 40px 30px 40px 80px;
    border-top: 2px solid #000;
    cursor: pointer;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    .main_box_tab_list li:hover {
      background-color: #741B75;
      border-top: 2px solid #741B75;
      color: #fff; }
      .main_box_tab_list li:hover:before {
        color: #fff; }
    .main_box_tab_list li.active {
      background-color: #741B75 !important;
      border-top: 2px solid #741B75;
      color: #fff !important; }
      .main_box_tab_list li.active:before {
        color: #fff   !important; }
  .main_box_tab_list li:before {
    counter-increment: myCounter;
    content: "0" counter(myCounter);
    font-weight: 700;
    font-size: 10px;
    line-height: 12px;
    color: #A5A5A5;
    position: absolute;
    top: 42px;
    left: 30px; }

.title_bg {
  text-align: center;
  height: 100px;
  font-weight: 800;
  font-size: 200px;
  line-height: 1;
  color: #F4F4F4;
  position: relative;
  z-index: -1; }

.title_bg_mod {
  height: 140px; }

.title_bg_sm {
  height: auto !important;
  margin-bottom: -2%;
  font-size: 116px; }

.row_offset + .title_bg {
  margin-top: 60px; }

.ab_title {
  font-weight: 600;
  font-size: 10px;
  line-height: 16px;
  letter-spacing: 0.83px;
  text-transform: uppercase;
  color: #BDBDBD !important;
  margin-bottom: 10px;
  text-decoration: none; }

.item {
  height: 100%;
  position: relative;
  font-size: 14px;
  line-height: 22px;
  color: rgba(115, 115, 115, 0.9);
  background: #F7F7F7;
  padding: 50px;
  padding-right: 80px;
  overflow: hidden;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  .item:hover {
    color: rgba(255, 255, 255, 0.9);
    background-color: #741B75; }
    .item:hover .item_hover_arrow,
    .item:hover .item_hover_bg {
      opacity: 1; }
    .item:hover .item_title {
      color: #fff; }

.item_hover_bg {
  opacity: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  .item_hover_bg img, .item_hover_bg svg {
    width: 100%;
    max-width: none;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }

.item_img {
    height: 100px;
    margin-bottom: 60px;
    text-align: center;
    display: flex;
}
  .item_img img, .item_img svg {
      max-width: 100%;
      max-height: 100%;
      width: 200px;
      display: inline-block;
      margin: 0 auto;
  }
  .item_img rect,
  .item_img polygon,
  .item_img path {
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; }
  .item_img .h {
    display: none; }

.item_title {
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  color: #000000;
  margin-bottom: 24px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }

.item_link {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  display: block;
  z-index: 1; }

.item_hover_arrow {
  line-height: 10px;
  position: absolute;
  right: 40px;
  bottom: 50px;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }

.item2 {
  background-color: #fff; }
  .item2:hover:before {
    opacity: 0; }
  .item2:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 2px;
    background-color: #000;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; }

.item3 {
  padding: 40px;
  padding-top: 140px;
  background: #F7F7F7 !important; }
  .item3:hover {
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1); }
  .item3 .item_hover_bg {
    opacity: 1 !important;
    z-index: 2; }
  .item3 .item_title {
    font-weight: 700;
    font-size: 66px;
    line-height: 1;
    color: #000000 !important;
    margin-bottom: 10px; }
  .item3 .item_hover_bg img, .item3 .item_hover_bg svg {
    width: auto;
    position: static; }

.item4 {
  padding: 0px !important;
  background: #fff !important; }
  .item4:before {
    content: '';
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    right: 0;
    height: 2px;
    background-color: #000;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; }
  .item4:hover:before {
    background-color: #741B75; }
  .item4:hover img {
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1); }
  .item4:hover .item_title {
    color: #741B75 !important; }
  .item4 .item_img {
    margin: 0;
    padding: 0;
    padding-top: 87%;
    height: auto;
    position: relative; }
    .item4 .item_img img {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      -webkit-fit-object: contain;
      -moz-fit-object: contain;
      -o-fit-object: contain;
      object-fit: contain;
      -webkit-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all 0.3s ease; }
  .item4 .item_cont {
    padding: 20px 30px 50px 30px; }
  .item4 .item_title {
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #000000 !important;
    margin-bottom: 0px; }

.item_txt {
  font-weight: 600;
  font-size: 10px;
  line-height: 16px;
  letter-spacing: 0.83px;
  text-transform: uppercase;
  color: #6F6F6F; }

.form_bottom {
  /*padding-top: 60px;*/
  border-bottom: 2px solid #000;
  margin-bottom: -20px; }

.title_img_bg {
  position: absolute;
  left: 0;
  right: 0;
  top: 40px; }
  .title_img_bg img, .title_img_bg svg {
    width: 100%;
    height: auto; }

.btn_bottom_box {
  padding-top: 24px; }

/* --------------------------------------------
      8.2. item page
-------------------------------------------- */
.item_in_cont h1, .item_in_cont .h1 {
  font-size: 40px;
  line-height: 1.2;
  margin-bottom: 36px; }

.txt2 {
  font-weight: 600;
  font-size: 14px;
  line-height: 22px;
  color: rgba(115, 115, 115, 0.9); }

.info_item {
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: rgba(115, 115, 115, 0.9);
  padding-right: 60px; }

.info_item_icon {
  margin-bottom: 20px;
  height: 20px; }
  .info_item_icon img, .info_item_icon svg {
    max-width: 100%;
    max-height: 100%; }

.item_in_img {
  margin-bottom: 40px; }
  .item_in_img img {
    width: 100%;
    height: auto; }

.item_in_info_box {
  padding: 100px 80px;
  background-image: url(../images/item_in_info.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-color: #F7F7F7; }

.item_in_info {
  padding-left: 58px;
  position: relative; }

.item_in_info_img {
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
  height: 30px; }
  .item_in_info_img img, .item_in_info_img svg {
    max-width: 100%;
    max-height: 100%; }

.item_in_info_cont {
  font-size: 14px;
  line-height: 20px;
  color: #000000; }

.tabs__content {
  display: none; }

.tabs__content.active {
  display: block; }

.tabs_list {
  white-space: nowrap;
  overflow-y: hidden;
  padding-bottom: 10px; }
  .tabs_list li:not(:last-child) {
    margin-right: 50px; }
  .tabs_list li {
    cursor: pointer;
    display: inline-block;
    font-weight: 700;
    font-size: 14px;
    line-height: 14px;
    color: #000000;
    padding-bottom: 11px;
    border-bottom: 2px solid transparent;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    .tabs_list li:hover {
      color: #741B75; }
    .tabs_list li.active {
      border-bottom: 2px solid #000; }

.txt_list {
  margin-bottom: 30px; }
  .txt_list li:not(:last-child) {
    margin-bottom: 6px; }
  .txt_list li {
    font-size: 14px;
    line-height: 20px;
    color: #737373; }

.title_sm {
  font-size: 14px;
  line-height: 20px;
  color: #737373;
  margin-bottom: 20px; }

.link_list {
  margin-bottom: 40px; }
  .link_list li:not(:last-child) {
    margin-bottom: 10px; }
  .link_list a {
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    text-decoration-line: underline;
    color: #741B75; }
    .link_list a:hover {
      text-decoration: none; }

/* --------------------------------------------
      8.3. contact page
-------------------------------------------- */
.title_cont_sm {
  font-weight: 600;
  font-size: 10px;
  line-height: 16px;
  letter-spacing: 0.83px;
  text-transform: uppercase;
  color: #6F6F6F;
  margin-bottom: 24px; }

.title_cont {
  font-weight: 600;
  font-size: 24px;
  line-height: 24px;
  color: #000000;
  margin-bottom: 10px; }

.btn_cont_pos {
  height: 100%;
  padding-bottom: 30px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  -ms-align-items: flex-end;
  -o-align-items: flex-end;
  align-items: flex-end;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  -o-justify-content: flex-end;
  justify-content: flex-end; }

/* --------------------------------------------
      8.4. about page
-------------------------------------------- */
.box_right_offset {
  padding-left: 60px; }

.about_img {
  position: relative; }

.about_img_bg img {
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 50%;
  width: auto;
  max-width: none;
  height: auto;
  -webkit-transform: translate(-57%, -53%);
  -ms-transform: translate(-57%, -53%);
  -o-transform: translate(-57%, -53%);
  transform: translate(-57%, -53%); }

/* --------------------------------------------
      8.5. warranty
-------------------------------------------- */
.accordion-content {
  display: none; }

.acc_item:not(:last-child) {
  margin-bottom: 10px; }

.btn_acc {
  padding: 30px 50px;
  padding-right: 76px;
  position: relative;
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  color: #000000;
  text-decoration: none;
  display: block;
  background: #F7F7F7;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  .btn_acc:hover {
    color: #741B75; }
    .btn_acc:hover path {
      fill: #741B75; }
  .btn_acc.active {
    padding-top: 50px;
    color: #741B75;
    background-color: #fff;
    border-top: 2px solid #000; }
    .btn_acc.active i {
      top: 60px; }
      .btn_acc.active i .s {
        display: none; }
      .btn_acc.active i .h {
        display: block; }
  .btn_acc i {
    position: absolute;
    top: 34px;
    right: 50px;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    .btn_acc i svg {
      width: 100%;
      height: auto; }
    .btn_acc i .h {
      display: none; }
    .btn_acc i path {
      -webkit-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all 0.3s ease; }

.acc_cont {
  padding: 50px;
  padding-top: 10px;
  margin-bottom: 10px;
  background-color: #fff; }

.doc_list {
  font-weight: 500;
  font-size: 14px;
  line-height: 14px;
  color: #000000;
  margin-bottom: 10px; }
  .doc_list li:not(:last-child) {
    margin-bottom: 16px; }
  .doc_list a {
    text-decoration: none;
    color: #000000; }
    .doc_list a:hover {
      color: #741B75;
      text-decoration: underline; }

.doc_box .ab_title {
  margin-bottom: 20px; }

.search_form_sm {
  padding-left: 36px !important;
  background-image: url(../images/icons/search.svg);
  background-repeat: no-repeat;
  background-position: 0 center; }

/* --------------------------------------------
      8.6. search result
-------------------------------------------- */
.search_result_list {
  counter-reset: myCounterSearch; }

.search_result_list li:first-child {
  border-top: 1px solid #ECECEC; }

.search_result_list li {
  list-style: none;
  position: relative;
  border-bottom: 1px solid #ECECEC; }
  .search_result_list li:hover:before {
    color: #000; }
  .search_result_list li a {
    display: block;
    padding: 24px;
    padding-left: 70px;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    color: #000000;
    text-decoration: none; }
    .search_result_list li a:hover {
      color: #741B75; }

.search_result_list li:before {
  counter-increment: myCounterSearch;
  content: "0" counter(myCounterSearch);
  position: absolute;
  top: 26px;
  left: 0;
  font-weight: 600;
  font-size: 10px;
  line-height: 16px;
  letter-spacing: 0.83px;
  text-transform: uppercase;
  color: #BDBDBD; }

.search_result_list > li:nth-child(9) ~ li:before {
  content: "" counter(myCounterSearch); }

/* --------------------------------------------
      8.7. partners
-------------------------------------------- */
.bg_lg_img {
  position: relative;
  height: 100%;
  width: 100%;
  z-index: -1;
  margin-left: -120px; }
  .bg_lg_img img {
    position: absolute;
    bottom: 0;
    left: 0;
    max-width: none; }

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


/* add filter */

.filter_item {
  margin-bottom: 30px;
}
.filter_box .ab_title {
  margin-bottom: 20px;
}
.filter_box .h3,
.filter_box h3 {
  margin-bottom: 30px;
}
.filter_list {
  font-weight: 500;
  font-size: 14px;
  line-height: 16px; }
  .filter_list li:not(:last-child) {
    margin-bottom: 16px; }

.checkbox_wr {
  margin-bottom: 30px; }

.checkbox {
  position: absolute;
  z-index: -1;
  opacity: 0;
  margin: 10px 0 0 20px; }

.checkbox + label {
  position: relative;
  padding: 0 0 0 30px;
  cursor: pointer;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  display: inline-block; }
.checkbox + label:hover {
  color: #741B75;
}
.checkbox + label:before {
  content: '';
  position: absolute;
  top: 1px;
  left: 0;
  width: 14px;
  height: 14px;
  background: #E5E5E5 ;
  transition: .2s; }

.checkbox + label:after {
  content: '';
  position: absolute;
  top: 1px;
  left: 0px;
  width: 14px;
  height: 14px;
  background-color: #741B75;
  background-image: url(../images/icons/ok.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 8px 6px;
  opacity: 0;
  transition: .2s; }

.checkbox:checked + label:after {
  opacity: 1; }

.tabs__caption .hide {
  display: none !important;
}
.cont_pad_top {
  margin-top: 60px; }


.tabs__content h3 {
  margin-top: 0 !important;
}
.content_wrapper table:not([class]) td:first-child {
  width: auto !important;
}
