* {
  margin: 0;
  padding: 0;
}

*:focus {
  outline: none;
}

img {
  border: 0;
  vertical-align: top;
}

html {
  height: 100%;
  min-height: 100%;
  font-size: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}

*html ul, li {
  text-align: left;
}

body {
  height: 100%;
  min-height: 100%;
  min-width: 320px;
  font-family: "Montserrat", sans-serif;
  position: relative;
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
  width: 100%;
  margin: 0;
  padding: 0;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

table, td {
  border: 0;
}

.wrapper {
  width: 100%;
  min-height: 100%;
  padding-top: 110px;
}

@media screen and (max-width: 1500px) {
  .wrapper {
    padding-top: 70px;
  }
}

a {
  text-decoration: none;
  cursor: pointer;
}

a:hover, a:focus {
  color: inherit;
  text-decoration: none;
}

input, textarea, button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

p {
  margin-bottom: 15px;
}

p:last-child {
  margin-bottom: 0;
}

ul {
  margin: 0;
  padding: 0;
}

input, textarea {
  font-family: "Montserrat", sans-serif;
}

button, button:focus {
  outline: none;
}

.transition, a {
  -webkit-transition: all 250ms ease;
  -o-transition: all 250ms ease;
  transition: all 250ms ease;
}

.opacity, .opacity-hover:hover {
  opacity: 0.7;
}

.no-opacity, .no-opacity:hover {
  opacity: 1;
}

.clear {
  clear: both;
}

*html .clear {
  display: inline;
}

.oh {
  overflow: hidden;
}

.display-none {
  display: none !important;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
}

/*Mobile menu*/
.mmenu-but-col {
  display: none;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
}

.mmenu-but {
  display: inline-block;
  vertical-align: top;
  font-size: 28px;
  color: #fff;
}

.mmenu-but:hover {
  color: #fff;
}

.mob-menu-wrap {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  overflow: auto;
  z-index: 99;
}

.t-wrap {
  display: table;
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.tc-wrap {
  display: table-cell;
  vertical-align: middle;
}

.mmenu-cont {
  padding-top: 50px;
  padding-bottom: 50px;
}

.mmenu-list {
  text-align: center;
  font-size: 22px;
  line-height: 26px;
  font-weight: 400;
  color: #161616;
}

@media screen and (max-width: 575px) {
  .mmenu-list {
    font-size: 20px;
    line-height: 24px;
  }
}

@media screen and (max-width: 350px) {
  .mmenu-list {
    font-size: 18px;
  }
}

.mmenu-list .icon-dropdown {
  font-size: 10px;
  margin-left: 5px;
}

.mmenu-list > li, .navi-level-1.main-navi  > li{
  margin-bottom: 15px;
}

.mmenu-list > li:last-child {
  margin-bottom: 0;
}

.mmenu-list a {
  color: #161616;
}

.mmenu-list a.active-page {
  font-weight: 600;
}

.mml-drd {
  display: none;
  font-size: 15px;
  line-height: 18px;
  font-weight: 400;
}

.mml-drd ul {
  margin-top: 10px;
}

.mml-drd li {
  margin-bottom: 13px;
}

.mml-drd li:last-child {
  margin-bottom: 0;
}

.mmb-cl {
  position: fixed;
  top: 21px;
  right: 15px;
  display: inline-block;
  vertical-align: top;
  font-size: 22px;
  color: #161616;
  pointer-events: auto;
}

.mmb-cl:hover {
  color: #161616;
}

/*End of Mobile menu*/
.mt-10 {
  margin-top: 10px;
}

.mt-15 {
  margin-top: 15px;
}

.mt-20 {
  margin-top: 20px;
}

.mt-25 {
  margin-top: 25px;
}

.mt-30 {
  margin-top: 30px;
}

.mt-35 {
  margin-top: 35px;
}

.mt-40 {
  margin-top: 40px;
}

.mt-45 {
  margin-top: 45px;
}

.mt-50 {
  margin-top: 50px;
}

.mt-55 {
  margin-top: 55px;
}

.mt-60 {
  margin-top: 60px;
}

.mt-65 {
  margin-top: 65px;
}

.mt-70 {
  margin-top: 70px;
}

.mt-75 {
  margin-top: 75px;
}

.mt-80 {
  margin-top: 80px;
}

.mt-85 {
  margin-top: 85px;
}

.mt-90 {
  margin-top: 90px;
}

.mt-95 {
  margin-top: 95px;
}

.mt-100 {
  margin-top: 100px;
}

.mb-30 {
  margin-bottom: 30px;
}

.sect-150 {
  padding-top: 150px;
  padding-bottom: 150px;
}

@media screen and (max-width: 1500px) {
  .sect-150 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

@media screen and (max-width: 991px) {
  .sect-150 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

.sect-100 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.sect-80 {
  padding-top: 80px;
  padding-bottom: 80px;
}

.sect-60 {
  padding-top: 60px;
  padding-bottom: 60px;
}

.sect-50 {
  padding-top: 50px;
  padding-bottom: 50px;
}

.sect-40 {
  padding-top: 40px;
  padding-bottom: 40px;
}

.sect-30 {
  padding-top: 30px;
  padding-bottom: 30px;
}

.sect-20 {
  padding-top: 20px;
  padding-bottom: 20px;
}

.sect-15 {
  padding-top: 15px;
  padding-bottom: 15px;
}

.pb-100 {
  padding-bottom: 100px;
}

.pb-80 {
  padding-bottom: 80px;
}

.pb-60 {
  padding-bottom: 60px;
}

.neg-ind-60 {
  margin-bottom: -60px;
}

.neg-ind-30 {
  margin-bottom: -30px;
}

.neg-ind-20 {
  margin-bottom: -20px;
}

.row.lr-neg-10 {
  margin-left: -10px;
  margin-right: -10px;
}

.row.lr-neg-5 {
  margin-left: -5px;
  margin-right: -5px;
}

.row.lr-neg-0 {
  margin-left: 0;
  margin-right: 0;
}

.lr-ind-10 {
  padding-left: 10px;
  padding-right: 10px;
}

.lr-ind-5 {
  padding-left: 5px;
  padding-right: 5px;
}

.lr-ind-0 {
  padding-left: 0;
  padding-right: 0;
}

.footer-clear {
  clear: both;
  height: 370px;
}

.footer {
  height: 370px;
  background-color: #fff;
  margin-top: -370px;
}

.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #d0d0d0;
}

.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #d0d0d0;
}

.mCS-autoHide > .mCustomScrollBox ~ .mCSB_scrollTools {
  opacity: 1;
}

.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  opacity: 1;
  background-color: #f4412a;
}

.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  opacity: 1;
  background-color: #f4412a;
}

.mCustomScrollBox {
  max-height: -webkit-calc(100vh - 100px) !important;
  max-height: calc(100vh - 100px) !important;
}

.def-sel-wrap {
  height: 50px;
}

.def-sel-wrap select {
  display: none;
}

.def-sel-wrap .select2-container {
  width: 100% !important;
}

.select2-container--default .select2-selection--single {
  border: 1px solid #dadada;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  height: auto;
  background: transparent;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  font-size: 14px;
  line-height: 18px;
  color: #161616;
  padding: 15px 20px;
  padding-right: 35px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 50px;
  width: 48px;
  top: 0;
  right: 0;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #333366 transparent transparent transparent;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #333366 transparent;
}

.def-sel-wrap .select2-container.select2-container--below .select2-selection .select2-selection__rendered {
  color: #1b1f23;
}

.select2-dropdown {
  border-color: #e7e7e7;
}

.select2-search--dropdown {
  padding: 10px;
  font-size: 14px;
  line-height: 18px;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #e7e7e7;
  padding: 11px 15px;
  font-size: 14px;
  line-height: 18px;
  color: #161616;
}

.select2-results__option {
  padding: 11px 20px;
  font-size: 14px;
  line-height: 18px;
  color: #161616;
}

.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #fff;
  font-weight: 600;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #fafafa;
  color: #161616;
}

.bootstrap-datetimepicker-widget table td.today:before {
  border-bottom-color: #1b1f23;
  color: #1b1f23;
}

.bootstrap-datetimepicker-widget table td.active,
.bootstrap-datetimepicker-widget table td.active:hover {
  background-color: #f4412a;
  color: #fff;
}

.bootstrap-datetimepicker-widget table td span.active {
  background-color: #f4412a;
  color: #fff;
}

.bootstrap-datetimepicker-widget table td.active.today:before, .bootstrap-datetimepicker-widget table td.today:hover:before {
  border-bottom-color: #fff;
}

.bootstrap-datetimepicker-widget table thead tr:first-child th:hover {
  background: #f4412a;
  color: #fff;
}

.bootstrap-datetimepicker-widget table td.day:hover,
.bootstrap-datetimepicker-widget table td.hour:hover,
.bootstrap-datetimepicker-widget table td.minute:hover,
.bootstrap-datetimepicker-widget table td.second:hover {
  background: #f4412a;
  color: #fff;
}

.bootstrap-datetimepicker-widget table td span:hover {
  background: #f4412a;
  color: #fff;
}

.def-but {
  display: inline-block;
  width: 100%;
  max-width: 250px;
  padding: 15px 5px;
  border: 1px solid transparent;
  font-size: 14px;
  line-height: 18px;
  font-weight: 600;
  color: #161616;
  text-align: center;
  -webkit-transition: all 250ms ease;
  -o-transition: all 250ms ease;
  transition: all 250ms ease;
  cursor: pointer;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}

.def-but.mw-none {
  max-width: none;
}

.def-but.big-but {
  padding: 20px 5px;
  font-weight: 700;
  font-size: 13px;
  text-transform: uppercase;
}

@media screen and (max-width: 767px) {
  .def-but.big-but {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}

.def-but.blc-but {
  color: #fff;
  background-color: #000;
}

.def-but.blc-but:hover {
  opacity: 0.7;
}

.def-but.blc-but.invert {
  border-color: #000;
  background-color: transparent;
  color: #000;
}

.def-but.blc-but.invert:hover {
  background-color: #000;
  color: #fff;
  opacity: 1;
}

.def-but.wh-but {
  color: #161616;
  background-color: #fff;
}

.def-but.wh-but:hover {
  opacity: 0.7;
}

.def-but.wh-but.invert {
  border-color: #fff;
  background-color: transparent;
}

.def-but.wh-but.invert:hover {
  background-color: #fff;
  opacity: 1;
}

.def-but.blue-but {
  color: #fff;
  background-color: #000e8e;
}

.def-but.blue-but:hover {
  opacity: 0.7;
}

.def-but.blue-but.invert {
  border-color: #000e8e;
  background-color: transparent;
  color: #000e8e;
}

.def-but.blue-but.invert:hover {
  background-color: #000e8e;
  color: #fff;
  opacity: 1;
}

.def-inp-wrap {
  position: relative;
}

.def-inp-wrap .help-block {
  display: none;
}

.def-inp-wrap.has-error .help-block {
  display: block;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  padding-top: 5px;
  font-size: 12px;
  line-height: 16px;
  font-weight: 300;
  color: #cc7a83;
}

.def-inp {
  display: block;
  width: 100%;
  padding: 15px 20px;
  font-size: 14px;
  line-height: 18px;
  color: #161616;
  border: 1px solid #dadada;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}

.has-error .def-inp {
  border-color: #cc7a83;
  color: #cc7a83;
}

.def-inp.ci-has-lbl {
  padding-right: 50px;
}

.def-inp::-webkit-input-placeholder {
  opacity: 1;
  color: #999;
}

.def-inp::-moz-placeholder {
  opacity: 1;
  color: #999;
}

.def-inp:-ms-input-placeholder {
  opacity: 1;
  color: #999;
}

.def-inp::placeholder {
  opacity: 1;
  color: #999;
}

textarea.def-inp {
  height: 120px;
  min-width: 100%;
  max-width: 100%;
  resize: none;
}

.mp-map {
  height: 300px;
}

#map-canvas {
  width: 100%;
  height: 100%;
}

.modal-dialog.custom-modal {
  pointer-events: none;
  max-width: none;
  margin: 0;
}

.modal-dialog.custom-modal .container {
  pointer-events: all;
}

.modal-dialog.custom-modal .va-t-wrap {
  display: table;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 100vh;
}

.modal-dialog.custom-modal .va-tc-wrap {
  display: table-cell;
  vertical-align: middle;
  padding-top: 30px;
  padding-bottom: 30px;
}

/*Preloader*/
/*End of Preloader*/
.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background-color: #fff;
  z-index: 2;
}

.header:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  border-top: 1px solid transparent;
  pointer-events: none;
  -webkit-transition: all 250ms ease;
  -o-transition: all 250ms ease;
  transition: all 250ms ease;
}

.header.has-border:after, .header.fix:after {
  border-color: #dadada;
}

.head-logo {
  display: inline-block;
  vertical-align: top;
}

.head-logo:hover {
  opacity: 0.7;
}

.head-logo img {
  max-width: 100%;
}

.head-lc {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 240px;
  -ms-flex: 0 0 240px;
  flex: 0 0 240px;
  max-width: 240px;
  padding-left: 30px;
}

@media screen and (max-width: 1500px) {
  .head-lc {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 225px;
    -ms-flex: 0 0 225px;
    flex: 0 0 225px;
    max-width: 225px;
    padding-left: 15px;
  }
}

@media screen and (max-width: 1200px) {
  .head-lc {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 82px;
    -ms-flex: 0 0 82px;
    flex: 0 0 82px;
    max-width: 82px;
  }
}

.head-mc {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: -webkit-calc(100% - 350px);
  max-width: calc(100% - 350px);
  margin-left: auto;
  padding-right: 35px;
}

@media screen and (max-width: 1500px) {
  .head-mc {
    max-width: -webkit-calc(100% - 335px);
    max-width: calc(100% - 335px);
    padding-right: 20px;
  }
}

@media screen and (max-width: 1200px) {
  .head-mc {
    max-width: -webkit-calc(100% - 192px);
    max-width: calc(100% - 192px);
    padding-right: 15px;
  }
}

.head-rc {
  position: static;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 110px;
  -ms-flex: 0 0 110px;
  flex: 0 0 110px;
  max-width: 110px;
  background-color: #fafafa;
  padding-left: 0;
  padding-right: 0;
}

@media screen and (max-width: 1500px) {
  .head-rc {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 70px;
    -ms-flex: 0 0 70px;
    flex: 0 0 70px;
    max-width: 70px;
  }
}

.search-anim-drd {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 110px;
  width: -webkit-calc(100% - 218px);
  width: calc(100% - 218px);
  background-color: #fafafa;
  -webkit-transition: all 600ms ease;
  -o-transition: all 600ms ease;
  transition: all 600ms ease;
  overflow: hidden;
  max-width: 0;
}

@media screen and (max-width: 1500px) {
  .search-anim-drd {
    width: -webkit-calc(100% - 152px);
    width: calc(100% - 152px);
    right: 70px;
  }
}

@media screen and (max-width: 575px) {
  .search-anim-drd {
    width: -webkit-calc(100% - 70px);
    width: calc(100% - 70px);
  }
}

.search-anim-drd.active {
  max-width: 100%;
}

.head-search-tog-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 110px;
  font-size: 15px;
  color: #161616;
  -webkit-transition: all 250ms ease;
  -o-transition: all 250ms ease;
  transition: all 250ms ease;
}

@media screen and (max-width: 1500px) {
  .head-search-tog-btn {
    height: 70px;
  }
}

.header.fix .head-search-tog-btn {
  height: 70px;
}

.head-search-tog-btn:hover {
  opacity: 0.7;
}

.head-search-tog-btn.active .icon-magnifying-glass {
  display: none;
}

.head-search-tog-btn.active .icon-cancel {
  display: block;
}

.head-search-tog-btn .icon-magnifying-glass {
  display: block;
}

.head-search-tog-btn .icon-cancel {
  display: none;
}

.search-ad-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.search-ad-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 110px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 110px;
  -ms-flex: 0 0 110px;
  flex: 0 0 110px;
  max-width: 110px;
  font-size: 15px;
  color: #161616;
  -webkit-transition: all 250ms ease;
  -o-transition: all 250ms ease;
  transition: all 250ms ease;
  border: none;
  background: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
  cursor: pointer;
}

@media screen and (max-width: 1500px) {
  .search-ad-btn {
    height: 70px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 70px;
    -ms-flex: 0 0 70px;
    flex: 0 0 70px;
    max-width: 70px;
  }
}

.header.fix .search-ad-btn {
  height: 70px;
}

.search-ad-btn:hover {
  opacity: 0.7;
}

.search-ad-iw {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 0;
  -ms-flex: 1 1 0px;
  flex: 1 1 0;
  max-width: 100%;
}

.search-ad-inp {
  font-size: 14px;
  line-height: 18px;
  color: #161616;
  width: 100%;
  border: none;
  padding: 20px 0;
  padding-right: 15px;
  background: transparent;
}

@media screen and (max-width: 991px) {
  .search-ad-inp {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}

.search-ad-inp::-webkit-input-placeholder {
  opacity: 1;
  color: #999;
}

.search-ad-inp::-moz-placeholder {
  opacity: 1;
  color: #999;
}

.search-ad-inp:-ms-input-placeholder {
  opacity: 1;
  color: #999;
}

.search-ad-inp::placeholder {
  opacity: 1;
  color: #999;
}

.head-menu-list {
  font-size: 13px;
  line-height: 16px;
  color: #161616;
}

.head-menu-list > li {
  display: inline-block;
  vertical-align: top;
  position: relative;
  margin-right: 45px;
  padding-top: 47px;
  padding-bottom: 47px;
  -webkit-transition: all 250ms ease;
  -o-transition: all 250ms ease;
  transition: all 250ms ease;
}

@media screen and (max-width: 1500px) {
  .head-menu-list > li {
    padding-top: 27px;
    padding-bottom: 27px;
    margin-right: 20px;
  }
}

@media screen and (max-width: 1200px) {
  .head-menu-list > li {
    margin-right: 15px;
  }
}

@media screen and (max-width: 991px) {
  .head-menu-list > li {
    display: none;
  }
}

.header.fix .head-menu-list > li {
  padding-top: 27px;
  padding-bottom: 27px;
}

.head-menu-list > li:nth-last-child(2) {
  display: none;
}

@media screen and (max-width: 991px) {
  .head-menu-list > li:nth-last-child(2) {
    display: inline-block;
  }
}

.head-menu-list > li:nth-last-child(2) a {
  display: inline-block;
  vertical-align: top;
  font-size: 20px;
}

.head-menu-list > li:nth-last-child(2) a i {
  line-height: 16px;
}

.head-menu-list > li:last-child {
  margin-right: 0;
  display: inline-block;
}

.head-menu-list a {
  color: #161616;
}

 li.active-page,a.active-page {
  font-weight: 600;
}

.head-menu-list a .icon-dropdown {
  font-size: 8px;
  margin-left: 7px;
}

@media screen and (max-width: 1200px) {
  .head-menu-list a .icon-dropdown {
    margin-left: 4px;
  }
}

.head-menu-list a:hover {
  opacity: 0.7;
}

.head-menu-drd {
  display: none;
  position: absolute;
  left: -30px;
  top: 100%;
  background-color: #fff;
  border: 1px solid #dadada;
  padding: 25px 30px;
  white-space: nowrap;
}

@media screen and (max-width: 1500px) {
  .head-menu-drd {
    padding: 15px;
    left: -15px;
  }
}

li:hover .head-menu-drd {
  display: block;
}

.head-menu-drd li {
  margin-bottom: 25px;
}

@media screen and (max-width: 1500px) {
  .head-menu-drd li {
    margin-bottom: 15px;
  }
}

.head-menu-drd li:last-child {
  margin-bottom: 0;
}

.foot-content {
  border-top: 1px solid #e6e6e6;
  padding-right: 30px;
  padding-top: 100px;
  padding-bottom: 30px;
}

@media screen and (max-width: 1500px) {
  .foot-content {
    padding-top: 40px;
  }
}

@media screen and (max-width: 991px) {
  .foot-content {
    padding-top: 30px;
  }
}

.foot-in-cont {
  position: relative;
}

@media screen and (min-width: 1501px) {
  .big-frame {
    padding-left: 110px;
    padding-right: 110px;
  }
}

.foot-copy {
  font-size: 13px;
  line-height: 16px;
  color: #999;
}

.foot-cont {
  font-size: 13px;
  line-height: 25px;
  color: #222;
}

@media screen and (max-width: 767px) {
  .foot-cont {
    line-height: 20px;
  }
}

.foot-cont a {
  color: #222;
}

.foot-cont a:hover {
  opacity: 0.7;
}

.fm-ttl {
  font-size: 13px;
  line-height: 16px;
  font-weight: 700;
  color: #222;
  text-transform: uppercase;
  margin-bottom: 20px;
}

@media screen and (max-width: 1500px) {
  .fm-ttl {
    margin-bottom: 15px;
  }
}

.fm-list {
  font-size: 13px;
  line-height: 16px;
  color: #222;
}

.fm-list li {
  margin-bottom: 8px;
}

.fm-list li:last-child {
  margin-bottom: 0;
}

.fm-list a {
  color: #222;
}

.fm-list a.active-page {
  font-weight: 600;
}

.fm-list a:hover {
  opacity: 0.7;
}

@media screen and (min-width: 1501px) {
  .fm-list.fml-double {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .fm-list.fml-double li {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    padding-right: 15px;
  }
}

.foot-soc {
  position: absolute;
  right: -30px;
  top: 0;
}

.soc-list {
  font-size: 15px;
}

.soc-list li {
  margin-bottom: 25px;
}

.soc-list li:last-child {
  margin-bottom: 0;
}

.soc-list.black-soc a {
  color: #000;
}

.soc-list.black-soc a:hover {
  opacity: 0.7;
  color: #000;
}

.soc-list.gray-soc a {
  color: #ccc;
}

.soc-list.gray-soc a:hover {
  opacity: 0.7;
  color: #ccc;
}

.fm-col {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 40%;
  -ms-flex: 0 0 40%;
  flex: 0 0 40%;
  max-width: 40%;
}

@media screen and (max-width: 1500px) {
  .fm-col {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 36%;
    -ms-flex: 0 0 36%;
    flex: 0 0 36%;
    max-width: 36%;
  }
}

@media screen and (max-width: 767px) {
  .fm-col {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 30px;
  }
}

.fm-col.fm-cont-col {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 20%;
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
}

@media screen and (max-width: 1500px) {
  .fm-col.fm-cont-col {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 28%;
    -ms-flex: 0 0 28%;
    flex: 0 0 28%;
    max-width: 28%;
  }
}

@media screen and (max-width: 767px) {
  .fm-col.fm-cont-col {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
}

.fm-in-col {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

@media screen and (max-width: 1500px) {
  .fm-in-col {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 30px;
  }
  .fm-in-col:last-child {
    margin-bottom: 0;
  }
}

.main-partn-link {
  display: inline-block;
  vertical-align: top;
}

.main-partn-link:hover {
  opacity: 0.7;
}

.main-partn-link img {
  max-width: 100%;
}

@media screen and (max-width: 767px) {
  .main-partn-row {
    margin-bottom: -20px;
  }
}

.main-partn-col {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  max-width: 20%;
  width: auto;
}

@media screen and (max-width: 767px) {
  .main-partn-col {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
  }
}

.jc-evenly {
  -webkit-box-pack: space-evenly;
  -webkit-justify-content: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
}

.ms-item {
  position: relative;
  height: -webkit-calc(100vh - 110px);
  height: calc(100vh - 110px);
  min-height: 550px;
  max-height: 980px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  -webkit-background-size: cover;
  background-size: cover;
  padding: 90px 15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media screen and (max-width: 1400px) {
  .ms-item {
    min-height: 480px;
  }
}

@media screen and (max-width: 991px) {
  .ms-item {
    height: -webkit-calc(100vh - 70px);
    height: calc(100vh - 70px);
    min-height: 410px;
    padding: 45px 15px;
  }
}

.msi-cont {
  position: relative;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 800px;
  -ms-flex: 0 0 800px;
  flex: 0 0 800px;
  max-width: 100%;
  width: 100%;
  text-align: center;
}

.msi-ttl {
  font-size: 30px;
  line-height: 44px;
  font-weight: 900;
  color: #fff;
  text-shadow: 1px 1px 2px #000000;
}

@media screen and (max-width: 575px) {
  .msi-ttl {
    font-size: 26px;
    line-height: 34px;
  }
}

.msi-txt {
  font-size: 14px;
  line-height: 18px;
  color: #fff;
  text-shadow: 1px 1px 2px #000000;
}

.main-slider .owl-dots {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 50px;
  padding: 0 15px;
  text-align: center;
}

@media screen and (max-width: 991px) {
  .main-slider .owl-dots {
    bottom: 15px;
  }
}

.main-slider .owl-dots .owl-dot {
  display: inline-block;
  vertical-align: top;
  width: 16px;
  height: 16px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  border: 1px solid transparent;
  padding: 3px !important;
  margin: 0 10px;
  background-color: #fff;
  -webkit-background-clip: content-box;
  background-clip: content-box;
}

.main-slider .owl-dots .owl-dot:hover {
  opacity: 0.7;
}

.main-slider .owl-dots .owl-dot.active {
  border-color: #fff;
}

.main-slider .owl-dots .owl-dot.active:hover {
  opacity: 1;
}

.main-head-block {
  position: relative;
}

.mhb-soc {
  position: absolute;
  left: -110px;
  bottom: 50px;
  width: 110px;
  text-align: center;
}

@media screen and (max-width: 1500px) {
  .mhb-soc {
    display: none;
  }
}

.mhb-desc-wrap {
  position: absolute;
  right: -110px;
  top: 50px;
  width: 110px;
  text-align: center;
}

@media screen and (max-width: 1500px) {
  .mhb-desc-wrap {
    display: none;
  }
}

.mhb-desc {
  display: inline-block;
  vertical-align: top;
  font-size: 13px;
  line-height: 16px;
  color: #161616;
  white-space: nowrap;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}

@media screen and (max-width: 991px) {
  .ma-img {
    text-align: center;
    max-height: 450px;
    overflow: hidden;
  }
}

.ma-img img {
  max-width: 100%;
}

.ma-lc {
  background-color: #fafafa;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 40%;
  -ms-flex: 0 0 40%;
  flex: 0 0 40%;
  max-width: 40%;
}

@media screen and (max-width: 991px) {
  .ma-lc {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.ma-rc {
  padding-left: 0;
  padding-right: 0;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 60%;
  -ms-flex: 0 0 60%;
  flex: 0 0 60%;
  max-width: 60%;
}

@media screen and (max-width: 991px) {
  .ma-rc {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.rm-link {
  font-size: 13px;
  line-height: 16px;
  font-weight: 700;
  color: #161616;
  text-transform: uppercase;
}

.rm-link:hover {
  opacity: 0.7;
}

.rm-link span {
  font-size: 16px;
  margin-left: 5px;
  display: inline-block;
  vertical-align: top;
  -webkit-transform: translate(0, 1px);
  -ms-transform: translate(0, 1px);
  transform: translate(0, 1px);
}

.ma-cont-wrap, .serv-head-cont-wrap {
  max-width: 470px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (min-width: 992px) {
  .ma-cont-wrap, .serv-head-cont-wrap {
    height: 100%;
    min-height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-content: space-between;
    -ms-flex-line-pack: justify;
    align-content: space-between;
  }
}

@media screen and (max-width: 991px) {
  .ma-cont-wrap, .serv-head-cont-wrap {
    text-align: center;
  }
}

.ma-cont {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  width: 100%;
  max-width: 100%;
}

.ma-cont h2, .mfc-head h2, .mpb-text-wrap h2, .cat-info h2, .sub-grid-editor h2, .ep-cont h2, .serv-list-txt-wrap h2, .pcw-txt h2, .dph-txt h2, .search-res-txt h2 {
  font-size: 30px;
  line-height: 34px;
  font-weight: 900;
  color: #161616;
  text-transform: uppercase;
  margin-bottom: 15px;
}

@media screen and (max-width: 1200px) {
  .ma-cont h2, .mfc-head h2, .mpb-text-wrap h2, .cat-info h2, .sub-grid-editor h2, .ep-cont h2, .serv-list-txt-wrap h2, .pcw-txt h2, .dph-txt h2, .search-res-txt h2 {
    font-size: 24px;
    line-height: 28px;
  }
}

.ma-cont p, .mfc-head p, .mpb-text-wrap p, .cat-info p, .sub-grid-editor p, .ep-cont p, .serv-list-txt-wrap p, .pcw-txt p, .dph-txt p, .search-res-txt p {
  font-size: 13px;
  line-height: 25px;
  color: #161616;
}

@media screen and (max-width: 991px) {
  .mfc-head {
    text-align: center;
  }
}

.mf-lc {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 40%;
  -ms-flex: 0 0 40%;
  flex: 0 0 40%;
  max-width: 40%;
  text-align: right;
  padding-right: 50px;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
}

@media screen and (max-width: 1200px) {
  .mf-lc {
    padding-right: 15px;
  }
}

@media screen and (max-width: 991px) {
  .mf-lc {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    text-align: left;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
}

.mf-rc {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 60%;
  -ms-flex: 0 0 60%;
  flex: 0 0 60%;
  max-width: 60%;
  padding-left: 50px;
  border-left: 1px solid #dadada;
}

@media screen and (max-width: 1200px) {
  .mf-rc {
    padding-left: 15px;
  }
}

@media screen and (max-width: 991px) {
  .mf-rc {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    border-left: none;
    margin-bottom: 30px;
  }
}

@media screen and (min-width: 992px) {
  .mf-content {
    max-width: 620px;
  }
}

@media screen and (max-width: 991px) {
  .mf-contacts {
    text-align: center;
  }
}

@media screen and (min-width: 992px) {
  .mf-cb-sect {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 991px) {
  .mf-cb-sect {
    margin-bottom: 20px;
  }
}

.mf-cb-sect:last-child {
  margin-bottom: 0;
}

.mf-cbs-desc {
  font-size: 13px;
  line-height: 16px;
  color: #999;
}

@media screen and (min-width: 992px) {
  .mf-cbs-desc {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100px;
    -ms-flex: 0 0 100px;
    flex: 0 0 100px;
    max-width: 100px;
    width: 100%;
    padding-left: 15px;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
}

@media screen and (max-width: 991px) {
  .mf-cbs-desc {
    margin-bottom: 7px;
  }
}

.mf-cbs-val {
  font-size: 13px;
  line-height: 16px;
  color: #161616;
}

@media screen and (min-width: 992px) {
  .mf-cbs-val {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 0;
    -ms-flex: 1 1 0px;
    flex: 1 1 0;
    width: 100%;
    max-width: 100%;
  }
}

.mf-cbs-val a {
  color: #161616;
}

.mf-cbs-val a:hover {
  opacity: 0.7;
}

.main-feed-ind {
  margin-bottom: 20px;
}

.mf-form-row {
  margin-bottom: -20px;
}

.mqb-lc {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 40%;
  -ms-flex: 0 0 40%;
  flex: 0 0 40%;
  max-width: 40%;
}

@media screen and (max-width: 1200px) {
  .mqb-lc {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    text-align: center;
  }
}

.mqb-rc {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 60%;
  -ms-flex: 0 0 60%;
  flex: 0 0 60%;
  max-width: 60%;
  padding-left: 0;
}

@media screen and (max-width: 1200px) {
  .mqb-rc {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding-left: 15px;
    text-align: center;
    margin-top: 20px;
  }
}

.mqb-aut {
  font-size: 13px;
  line-height: 16px;
  color: #999;
  padding-left: 335px;
  margin-top: 13px;
}

@media screen and (max-width: 1500px) {
  .mqb-aut {
    padding-left: 300px;
  }
}

@media screen and (max-width: 1200px) {
  .mqb-aut {
    padding-left: 0;
    margin-top: 7px;
  }
}

@media screen and (max-width: 767px) {
  .mqb-aut {
    margin-top: 0;
  }
}

.mqb-txt {
  font-size: 20px;
  line-height: 40px;
  font-weight: 300;
  color: #161616;
  text-transform: uppercase;
  max-width: 565px;
}

@media screen and (max-width: 1200px) {
  .mqb-txt {
    font-size: 18px;
    line-height: 30px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (max-width: 575px) {
  .mqb-txt {
    font-size: 16px;
  }
}

.mpb-lc {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 335px;
  -ms-flex: 0 0 335px;
  flex: 0 0 335px;
  max-width: 335px;
}

@media screen and (max-width: 1500px) {
  .mpb-lc {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 300px;
    -ms-flex: 0 0 300px;
    flex: 0 0 300px;
    max-width: 300px;
  }
}

@media screen and (max-width: 767px) {
  .mpb-lc {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    text-align: center;
  }
}

.mpb-rc {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 -webkit-calc(100% - 335px);
  -ms-flex: 0 0 calc(100% - 335px);
  flex: 0 0 calc(100% - 335px);
  max-width: -webkit-calc(100% - 335px);
  max-width: calc(100% - 335px);
}

@media screen and (max-width: 1500px) {
  .mpb-rc {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 -webkit-calc(100% - 300px);
    -ms-flex: 0 0 calc(100% - 300px);
    flex: 0 0 calc(100% - 300px);
    max-width: -webkit-calc(100% - 300px);
    max-width: calc(100% - 300px);
  }
}

@media screen and (max-width: 767px) {
  .mpb-rc {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin-top: 30px;
  }
}

.mpb-text-wrap {
  min-height: 285px;
  max-width: 265px;
}

@media screen and (max-width: 1600px) {
  .mpb-text-wrap {
    min-height: 200px;
  }
}

@media screen and (max-width: 767px) {
  .mpb-text-wrap {
    min-height: auto;
    max-width: none;
  }
}

.mpg-row {
  margin-bottom: -25px;
}

.mpbg-col {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 25%;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
  margin-bottom: 25px;
}

@media screen and (max-width: 1200px) {
  .mpbg-col {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}

@media screen and (max-width: 450px) {
  /*.mpbg-col {*/
    /*-webkit-box-flex: 0;*/
    /*-webkit-flex: 0 0 100%;*/
    /*-ms-flex: 0 0 100%;*/
    /*flex: 0 0 100%;*/
    /*max-width: 100%;*/
  /*}*/
}

.mpbg-item {
  display: block;
}

@media screen and (min-width: 992px) {
  .mpbg-item:hover .mpbg-img-wrap {
    -webkit-box-shadow: 0 13px 25px 0 rgba(0, 0, 0, 0.4);
    box-shadow: 0 13px 25px 0 rgba(0, 0, 0, 0.4);
  }
  .mpbg-item:hover .mpbg-icon-wrap {
    opacity: 0;
  }
  .mpbg-item:hover .mpbg-img {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
  }
}

.mpbg-ttl {
  font-size: 13px;
  line-height: 25px;
  font-weight: 600;
  color: #161616;
  text-transform: uppercase;
  margin-top: 20px;
}

@media screen and (max-width: 1500px) {
  .mpbg-ttl {
    margin-top: 15px;
    font-size: 11px;
    line-height: 16px;
  }
}

.mpbg-img-wrap {
  position: relative;
  -webkit-transition: -webkit-box-shadow 250ms ease;
  transition: -webkit-box-shadow 250ms ease;
  -o-transition: box-shadow 250ms ease;
  transition: box-shadow 250ms ease;
  transition: box-shadow 250ms ease, -webkit-box-shadow 250ms ease;
}

.mpbg-img {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-transition: -webkit-filter 250ms ease;
  transition: -webkit-filter 250ms ease;
  -o-transition: filter 250ms ease;
  transition: filter 250ms ease;
  transition: filter 250ms ease, -webkit-filter 250ms ease;
}

.mpbg-img img {
  width: 100%;
  max-width: 100%;
}

.mpbg-icon-wrap {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.9);
  -webkit-transition: opacity 250ms ease;
  -o-transition: opacity 250ms ease;
  transition: opacity 250ms ease;
}

.mpbg-icon {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.prod-grid-lc {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 350px;
  -ms-flex: 0 0 350px;
  flex: 0 0 350px;
  max-width: 350px;
  border-right: 1px solid #dadada;
  padding-top: 90px;
  padding-bottom: 90px;
}

@media screen and (max-width: 1500px) {
  .prod-grid-lc {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 300px;
    -ms-flex: 0 0 300px;
    flex: 0 0 300px;
    max-width: 300px;
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

@media screen and (max-width: 991px) {
  .prod-grid-lc {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding-top: 0;
    padding-bottom: 0;
    border-right: none;
  }
}

.prod-grid-lc.not-found-col {
  border-right: none;
}

.prod-grid-rc {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 -webkit-calc(100% - 350px);
  -ms-flex: 0 0 calc(100% - 350px);
  flex: 0 0 calc(100% - 350px);
  max-width: -webkit-calc(100% - 350px);
  max-width: calc(100% - 350px);
}

@media screen and (max-width: 1500px) {
  .prod-grid-rc {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 -webkit-calc(100% - 300px);
    -ms-flex: 0 0 calc(100% - 300px);
    flex: 0 0 calc(100% - 300px);
    max-width: -webkit-calc(100% - 300px);
    max-width: calc(100% - 300px);
  }
}

@media screen and (max-width: 991px) {
  .prod-grid-rc {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.def-ttl {
  font-size: 30px;
  line-height: 34px;
  font-weight: 900;
  color: #161616;
  text-transform: uppercase;
}

@media screen and (max-width: 1200px) {
  .def-ttl {
    font-size: 24px;
    line-height: 28px;
  }
}

.ls-cat-list {
  font-size: 13px;
  line-height: 25px;
  color: #161616;
}

@media screen and (max-width: 1500px) {
  .ls-cat-list {
    line-height: 20px;
  }
}

.ls-cat-list li {
  margin-bottom: 25px;
}

@media screen and (max-width: 1500px) {
  .ls-cat-list li {
    margin-bottom: 15px;
  }
}

.ls-cat-list li:last-child {
  margin-bottom: 0;
}

.ls-cat-list li .lsc-act-fix {
  position: relative;
  padding-left: 28px;
  padding-right: 25px;
}

@media screen and (max-width: 1500px) {
  .ls-cat-list li .lsc-act-fix {
    padding-left: 20px;
  }
}

.ls-cat-list li .lsc-act-fix:after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  height: 50px;
  min-height: 100%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  border-right: 2px solid transparent;
}

.ls-cat-list li a {
  color: #161616;
}

.ls-cat-list li a:hover {
  opacity: 0.7;
}

.ls-cat-list li i {
  font-size: 13px;
  position: absolute;
  left: 0;
  top: 6px;
}

@media screen and (max-width: 1500px) {
  .ls-cat-list li i {
    top: 4px;
  }
}

.ls-cat-list li.active > .lsc-act-fix:after {
  border-color: #161616;
}

.ls-cat-list li.active > .ls-cat-drd {
  display: block;
}

.ls-cat-list li.active > .lsc-act-fix a {
  color: #161616;
  font-weight: 600;
}

.ls-cat-list li.show-sub > .ls-cat-drd {
  display: block;
}

.ls-cat-drd {
  display: none;
  margin-top: 25px;
}

@media screen and (max-width: 1500px) {
  .ls-cat-drd {
    margin-top: 15px;
  }
}

.ls-cat-drd li a {
  color: #999;
}

.ls-cat-drd li.active a {
  color: #161616;
  font-weight: 600;
}

.pg-in-sect {
  padding-left: 50px;
  padding-right: 15px;
}

@media screen and (max-width: 1500px) {
  .pg-in-sect {
    padding-left: 25px;
  }
}

@media screen and (max-width: 991px) {
  .pg-in-sect {
    padding-left: 0;
    padding-right: 0;
  }
}

.pl-row {
  margin-bottom: -100px;
}

@media screen and (max-width: 1500px) {
  .pl-row {
    margin-bottom: -40px;
  }
}

@media screen and (max-width: 1200px) {
  .pl-row {
    margin-bottom: -30px;
  }
}

.pl-col {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 25%;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
  margin-bottom: 100px;
}

@media screen and (max-width: 1500px) {
  .pl-col {
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 1200px) {
  .pl-col {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33%;
    -ms-flex: 0 0 33.33%;
    flex: 0 0 33.33%;
    max-width: 33.33%;
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 575px) {
  .pl-col {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}

@media screen and (max-width: 380px) {
  .pl-col {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.pl-item {
  display: block;
}

.pl-item:hover {
  opacity: 0.7;
}

.pli-img {
  text-align: center;
}

.pli-img img {
  max-width: 100%;
}

@media screen and (max-width: 991px) {
  .pli-img img {
    width: 200px;
  }
}

.pli-ttl {
  font-size: 13px;
  line-height: 25px;
  font-weight: 600;
  color: #161616;
  margin-top: 20px;
}

@media screen and (max-width: 1500px) {
  .pli-ttl {
    line-height: 20px;
    margin-top: 15px;
  }
}

@media screen and (max-width: 991px) {
  .pli-ttl {
    margin-top: 7px;
  }
}

.bt-gray {
  border-top: 1px solid #e6e6e6;
}

.pagination {
  font-size: 13px;
  line-height: 20px;
  font-weight: 500;
  color: #999;
  cursor: default;
}
.pager_right a,
.pager_left a {
  color: #999;
  font-size: 20px;
}
.pagination .active-page a {
  color: black;
}
.pager_right a:hover,
.pager_left a:hover {
  opacity: 0.7;
}

.pagination li {
  display: inline-block;
  vertical-align: top;
  margin-right: 45px;
}

@media screen and (max-width: 991px) {
  .pl-pag-list li {
    margin-right: 30px;
  }
}

@media screen and (max-width: 575px) {
  .pl-pag-list li {
    margin-right: 20px;
  }
}

.pl-pag-list li:last-child {
  margin-right: 0;
}

.pl-pag-list li.active {
  color: #161616;
}

.pl-pag-list li.active a {
  color: #161616;
}

.pl-pag-list li.dots {
  letter-spacing: 5px;
  line-height: 14px;
}

@media screen and (max-width: 991px) {
  .pl-pag-list li.dots {
    letter-spacing: 3px;
  }
}

.pl-pag-list a {
  color: #999;
}

.pl-pag-list a:hover {
  opacity: 0.7;
}

.pl-pag-list i {
  font-size: 20px;
}

@media screen and (max-width: 991px) {
  .pg-lc-cont {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 15px;
    position: fixed;
    left: -302px;
    top: 71px;
    bottom: 0;
    width: 300px;
    background-color: #fff;
    z-index: 2;
    overflow: auto;
    border-right: 1px solid #dadada;
    -webkit-transition: left 250ms ease;
    -o-transition: left 250ms ease;
    transition: left 250ms ease;
  }
}

@media screen and (max-width: 991px) and (max-width: 380px) {
  .pg-lc-cont {
    width: 270px;
  }
}

@media screen and (max-width: 991px) {
  .pg-lc-cont.show {
    left: 0;
  }
}

.mob-cat-btn {
  display: none;
}

@media screen and (max-width: 991px) {
  .mob-cat-btn {
    width: 40px;
    height: 40px;
    line-height: 26px;
    font-size: 20px;
    color: #161616;
    text-align: center;
    display: block;
    position: fixed;
    left: 0;
    top: 50%;
    background-color: #fff;
    border: 1px solid #dadada;
    border-left: 0;
    padding: 5px;
    z-index: 2;
  }
  .mob-cat-btn.active {
    left: 300px;
  }
}

@media screen and (max-width: 991px) and (max-width: 380px) {
  .mob-cat-btn.active {
    left: 270px;
  }
}

@media screen and (max-width: 991px) {
  .mob-cat-btn.active .mob-cat-def-ic {
    display: none;
  }
  .mob-cat-btn.active .mob-cat-cl-ic {
    display: inline-block;
  }
}

.mob-cat-def-ic {
  font-size: 22px;
  display: inline-block;
  vertical-align: middle;
}

.mob-cat-cl-ic {
  vertical-align: middle;
  font-size: 16px;
  display: none;
}

.sub-grid-lc {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 63%;
  -ms-flex: 0 0 63%;
  flex: 0 0 63%;
  max-width: 63%;
  position: static;
}

@media screen and (max-width: 1200px) {
  .sub-grid-lc {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.sub-grid-rc {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 37%;
  -ms-flex: 0 0 37%;
  flex: 0 0 37%;
  max-width: 37%;
  padding-top: 60px;
}

@media screen and (max-width: 1600px) {
  .sub-grid-rc {
    padding-top: 30px;
  }
}

@media screen and (max-width: 1200px) {
  .sub-grid-rc {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media screen and (max-width: 991px) {
  .sub-grid-rc {
    padding-left: 0;
    padding-right: 0;
  }
}

.rot-wrap {
  max-width: 800px;
}

@media screen and (max-width: 1200px) {
  .rot-wrap {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
  }
}

.sub-grid-editor h2 {
  font-size: 16px;
  line-height: 30px;
}

@media screen and (max-width: 1600px) {
  .sub-grid-editor h2 {
    line-height: 26px;
  }
}

.sub-grid-mh {
  min-height: 360px;
}

@media screen and (max-width: 1600px) {
  .sub-grid-mh {
    min-height: 335px;
  }
}

@media screen and (max-width: 1200px) {
  .sub-grid-mh {
    min-height: auto;
  }
}

.sub-video-btn {
  font-size: 13px;
  line-height: 18px;
  font-weight: 700;
  color: #161616;
  text-transform: uppercase;
}

.sub-video-btn:hover {
  opacity: 0.7;
}

.sub-vb-ic {
  margin-right: 15px;
}

.prod-card-col {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

@media screen and (max-width: 1200px) {
  .prod-card-col {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.pc-ig-lc {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100px;
  -ms-flex: 0 0 100px;
  flex: 0 0 100px;
  max-width: 100px;
}

@media screen and (max-width: 1600px) {
  .pc-ig-lc {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75px;
    -ms-flex: 0 0 75px;
    flex: 0 0 75px;
    max-width: 75px;
  }
}

@media screen and (max-width: 1200px) {
  .pc-ig-lc {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    margin-top: 20px;
  }
}

@media screen and (max-width: 1200px) {
  .pc-ig-rc {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.card-char-col {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

@media screen and (max-width: 767px) {
  .card-char-col {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.prod-card-mw {
  max-width: 1170px;
}

.prod-card-nav-list li {
  margin-bottom: 35px;
}

@media screen and (max-width: 1200px) {
  .prod-card-nav-list li {
    display: inline-block;
    vertical-align: top;
    margin: 0 15px;
  }
}

@media screen and (max-width: 480px) {
  .prod-card-nav-list li {
    margin: 0 7px;
  }
}

.prod-card-nav-list li:last-child {
  margin-bottom: 0;
}

.prod-card-img-nav {
  display: block;
  width: 60px;
}

@media screen and (max-width: 480px) {
  .prod-card-img-nav {
    width: 50px;
  }
}

.prod-card-img-nav:hover {
  opacity: 0.7;
}

.prod-card-img-nav img {
  max-width: 100%;
}

.prod-card-big-img {
  -webkit-transition: opacity 0ms ease;
  -o-transition: opacity 0ms ease;
  transition: opacity 0ms ease;
  opacity: 0;
}

.prod-card-big-img.show {
  -webkit-transition: opacity 250ms ease;
  -o-transition: opacity 250ms ease;
  transition: opacity 250ms ease;
  opacity: 1;
}

.prod-card-big-img img {
  max-width: 100%;
}

.ccs-ttl {
  font-size: 13px;
  line-height: 18px;
  font-weight: 700;
  color: #161616;
  margin-bottom: 18px;
}

.ccs-item, .pcri-in-item {
  font-size: 13px;
  line-height: 25px;
  color: #161616;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 14px;
}

@media screen and (max-width: 1500px) {
  .ccs-item, .pcri-in-item {
    line-height: 20px;
  }
}

.ccs-item:last-child, .pcri-in-item:last-child {
  margin-bottom: 0;
}

.ccs-key, .pcri-in-key {
  width: 100%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  padding-right: 15px;
}

@media screen and (max-width: 575px) {
  .ccs-key, .pcri-in-key {
    padding-right: 7px;
  }
}

.ccs-val, .pcri-in-val {
  width: 100%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  padding-left: 15px;
  font-weight: 500;
}

@media screen and (max-width: 575px) {
  .ccs-val, .pcri-in-val {
    padding-left: 7px;
  }
}

.card-char-sect {
  max-width: 510px;
}

@media screen and (max-width: 767px) {
  .card-char-sect {
    max-width: none;
  }
}

.prod-card-mh {
  min-height: 330px;
}

@media screen and (max-width: 1200px) {
  .prod-card-mh {
    min-height: auto;
  }
}

@media screen and (max-width: 1200px) {
  .cust-text-xl-center {
    text-align: center;
  }
}

@media screen and (max-width: 991px) {
  .cust-text-lg-center {
    text-align: center;
  }
}

.pc-ed-cont-mw {
  max-width: 500px;
}

@media screen and (max-width: 1200px) {
  .pc-ed-cont-mw {
    max-width: none;
  }
}

.ord-modal-cont {
  max-width: 440px;
  background-color: #fff;
  padding: 70px;
  padding-top: 65px;
}

@media screen and (max-width: 460px) {
  .ord-modal-cont {
    max-width: none;
    padding: 30px 20px;
    padding-top: 25px;
  }
}

.ord-modal-ttl {
  font-size: 22px;
  line-height: 26px;
  font-weight: 900;
  color: #161616;
  text-transform: uppercase;
}

.ord-modal-txt {
  font-size: 13px;
  line-height: 25px;
  color: #161616;
}

.of-btnr-lc {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 -webkit-calc(100% - 70px);
  -ms-flex: 0 0 calc(100% - 70px);
  flex: 0 0 calc(100% - 70px);
  max-width: -webkit-calc(100% - 70px);
  max-width: calc(100% - 70px);
}

.of-btnr-rc {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 70px;
  -ms-flex: 0 0 70px;
  flex: 0 0 70px;
  max-width: 70px;
}

.ord-modal-cl {
  display: block;
  height: 50px;
  font-size: 14px;
  line-height: 50px;
  text-align: center;
  color: #161616;
  border: 1px solid #dadada;
}

.ord-modal-cl:hover {
  background-color: #dadada;
}

.cont-page-map {
  height: 600px;
}

@media screen and (max-width: 1500px) {
  .cont-page-map {
    height: 450px;
  }
}

@media screen and (max-width: 575px) {
  .cont-page-map {
    height: 400px;
  }
}

.chg-lc {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 42%;
  -ms-flex: 0 0 42%;
  flex: 0 0 42%;
  max-width: 42%;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
}

@media screen and (max-width: 991px) {
  .chg-lc {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

.chg-rc {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 58%;
  -ms-flex: 0 0 58%;
  flex: 0 0 58%;
  max-width: 58%;
}

@media screen and (max-width: 991px) {
  .chg-rc {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.cont-adr-col {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 58%;
  -ms-flex: 0 0 58%;
  flex: 0 0 58%;
  max-width: 58%;
  margin-left: auto;
}

@media screen and (max-width: 991px) {
  .cont-adr-col {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin: 0;
  }
}

.cont-adr-in-col {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 33.33%;
  -ms-flex: 0 0 33.33%;
  flex: 0 0 33.33%;
  max-width: 33.33%;
}

@media screen and (max-width: 991px) {
  .cont-adr-in-col {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    text-align: center;
    margin-bottom: 20px;
  }
  .cont-adr-in-col:last-child {
    margin-bottom: 0;
  }
}

.cont-adr-in-col:nth-child(2) {
  text-align: center;
}

@media screen and (min-width: 992px) {
  .cont-adr-in-col:nth-child(3) {
    text-align: right;
  }
}

.cont-adr-desc {
  font-size: 13px;
  line-height: 18px;
  color: #999;
  margin-bottom: 5px;
}

.cont-adr-val {
  font-size: 13px;
  line-height: 18px;
  color: #161616;
}

.cont-adr-val a {
  color: #161616;
}

.cont-adr-val a:hover {
  opacity: 0.7;
}

.ep-block {
  padding: 105px 110px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-content: space-between;
  -ms-flex-line-pack: justify;
  align-content: space-between;
  height: -webkit-calc(100vh - 110px);
  height: calc(100vh - 110px);
  min-height: 400px;
}

@media screen and (max-width: 1500px) {
  .ep-block {
    height: -webkit-calc(100vh - 70px);
    height: calc(100vh - 70px);
    padding: 50px 30px;
  }
}

@media screen and (max-width: 991px) {
  .ep-block {
    padding: 50px 15px;
  }
}

@media screen and (max-width: 575px) {
  .ep-block {
    padding: 30px 15px;
  }
}

.ep-cont {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 700px;
  -ms-flex: 0 0 700px;
  flex: 0 0 700px;
  max-width: 100%;
  margin-bottom: 30px;
}

.ep-cont p {
  font-weight: 500;
}

.ep-bw {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.def-page-lc {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 39%;
  -ms-flex: 0 0 39%;
  flex: 0 0 39%;
  max-width: 39%;
  min-height: 950px;
}

@media screen and (max-width: 1200px) {
  .def-page-lc {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    min-height: 450px;
  }
}

.def-page-img {
  height: 100%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}

.def-page-rc {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 61%;
  -ms-flex: 0 0 61%;
  flex: 0 0 61%;
  max-width: 61%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-content: space-between;
  -ms-flex-line-pack: justify;
  align-content: space-between;
  padding-left: 35px;
}

@media screen and (max-width: 1500px) {
  .def-page-rc {
    padding-left: 15px;
  }
}

@media screen and (max-width: 1200px) {
  .def-page-rc {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.def-page-cw {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.def-page-rmw {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.def-page-ttl {
  font-size: 16px;
  line-height: 20px;
  font-weight: 900;
  color: #161616;
  text-transform: uppercase;
}

.def-page-cont {
  font-size: 13px;
  line-height: 25px;
  color: #161616;
}

@media screen and (min-width: 576px) {
  .def-page-cont {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 50px;
    -moz-column-gap: 50px;
    column-gap: 50px;
  }
}

@media screen and (min-width: 576px) and (max-width: 1500px) {
  .def-page-cont {
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
  }
}

.def-page-cont strong {
  font-weight: 600;
}

.cont-1140 {
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
}

.osp-body {
  font-size: 13px;
  line-height: 25px;
  color: #161616;
}

.osp-body h4 {
  font-size: inherit;
  line-height: inherit;
  font-weight: 700;
  margin-bottom: 15px;
}

.osp-body h4:last-child {
  margin-bottom: 0;
}

.osp-body ul {
  margin-bottom: 15px;
}

.osp-body ul li {
  position: relative;
  padding-left: 50px;
}

@media screen and (max-width: 575px) {
  .osp-body ul li {
    padding-left: 25px;
  }
}

.osp-body ul li:before {
  content: '';
  position: absolute;
  left: 0;
  top: 11px;
  width: 3px;
  height: 3px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-color: #161616;
}

.osp-body ul:last-child {
  margin-bottom: 0;
}

.osph-cont {
  font-size: 13px;
  line-height: 25px;
  color: #161616;
}

.osph-lc {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 54%;
  -ms-flex: 0 0 54%;
  flex: 0 0 54%;
  max-width: 54%;
}

@media screen and (max-width: 1200px) {
  .osph-lc {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}

@media screen and (max-width: 991px) {
  .osph-lc {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.osph-rc {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 46%;
  -ms-flex: 0 0 46%;
  flex: 0 0 46%;
  max-width: 46%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-content: space-between;
  -ms-flex-line-pack: justify;
  align-content: space-between;
  padding-left: 35px;
}

@media screen and (max-width: 1200px) {
  .osph-rc {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    padding-left: 15px;
  }
}

@media screen and (max-width: 991px) {
  .osph-rc {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin-top: 30px;
  }
}

.osph-cw {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.osph-bw {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.osph-img img {
  max-width: 100%;
}

.sli-img img {
  width: 100%;
  max-width: 100%;
}

.sli-ttl {
  font-size: 13px;
  line-height: 18px;
  font-weight: 600;
  color: #161616;
  margin-top: 10px;
}

.serv-list-item {
  display: block;
}

.serv-list-item:hover {
  opacity: 0.7;
}

.serv-list-txt-wrap {
  max-width: 280px;
}

@media screen and (max-width: 767px) {
  .serv-list-txt-wrap {
    max-width: none;
  }
}

.serv-list-txt-wrap h2 {
  font-size: 16px;
  line-height: 20px;
}

.serv-head-lc {
  padding-left: 0;
  padding-right: 0;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 -webkit-calc((100% - 365px) / 4 + 335px);
  -ms-flex: 0 0 calc((100% - 365px) / 4 + 335px);
  flex: 0 0 calc((100% - 365px) / 4 + 335px);
  max-width: -webkit-calc((100% - 365px) / 4 + 335px);
  max-width: calc((100% - 365px) / 4 + 335px);
}

@media screen and (max-width: 1500px) {
  .serv-head-lc {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 -webkit-calc((100% - 330px) / 4 + 300px);
    -ms-flex: 0 0 calc((100% - 330px) / 4 + 300px);
    flex: 0 0 calc((100% - 330px) / 4 + 300px);
    max-width: -webkit-calc((100% - 330px) / 4 + 300px);
    max-width: calc((100% - 330px) / 4 + 300px);
  }
}

@media screen and (max-width: 991px) {
  .serv-head-lc {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.serv-head-rc {
  background-color: #fafafa;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 -webkit-calc(100% - ((100% - 365px) / 4 + 335px));
  -ms-flex: 0 0 calc(100% - ((100% - 365px) / 4 + 335px));
  flex: 0 0 calc(100% - ((100% - 365px) / 4 + 335px));
  max-width: -webkit-calc(100% - ((100% - 365px) / 4 + 335px));
  max-width: calc(100% - ((100% - 365px) / 4 + 335px));
}

@media screen and (max-width: 1500px) {
  .serv-head-rc {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 -webkit-calc(100% - ((100% - 330px) / 4 + 300px));
    -ms-flex: 0 0 calc(100% - ((100% - 330px) / 4 + 300px));
    flex: 0 0 calc(100% - ((100% - 330px) / 4 + 300px));
    max-width: -webkit-calc(100% - ((100% - 330px) / 4 + 300px));
    max-width: calc(100% - ((100% - 330px) / 4 + 300px));
  }
}

@media screen and (max-width: 991px) {
  .serv-head-rc {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.serv-head-cont-wrap {
  max-width: 740px;
}

@media screen and (max-width: 991px) {
  .serv-head-big-img {
    max-height: 400px;
    overflow: hidden;
  }
}

.serv-head-big-img img {
  width: 100%;
  max-width: 100%;
}

.main-video-block {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.main-video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.pcw-lc {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 330px;
  -ms-flex: 0 0 330px;
  flex: 0 0 330px;
  max-width: 330px;
}

@media screen and (max-width: 1600px) {
  .pcw-lc {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 260px;
    -ms-flex: 0 0 260px;
    flex: 0 0 260px;
    max-width: 260px;
  }
}

@media screen and (max-width: 1200px) {
  .pcw-lc {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.pcw-rc {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 -webkit-calc(100% - 330px);
  -ms-flex: 0 0 calc(100% - 330px);
  flex: 0 0 calc(100% - 330px);
  max-width: -webkit-calc(100% - 330px);
  max-width: calc(100% - 330px);
}

@media screen and (max-width: 1600px) {
  .pcw-rc {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 -webkit-calc(100% - 260px);
    -ms-flex: 0 0 calc(100% - 260px);
    flex: 0 0 calc(100% - 260px);
    max-width: -webkit-calc(100% - 260px);
    max-width: calc(100% - 260px);
  }
}

@media screen and (max-width: 1200px) {
  .pcw-rc {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin-top: 30px;
  }
}

.pcw-row {
  margin-bottom: -20px;
}

.pcw-fw-col {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 33.33%;
  -ms-flex: 0 0 33.33%;
  flex: 0 0 33.33%;
  max-width: 33.33%;
}

@media screen and (max-width: 767px) {
  .pcw-fw-col {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.pcw-txt h2 {
  font-size: 16px;
  line-height: 20px;
}

.ci-lbl {
  font-size: 14px;
  line-height: 18px;
  color: #999;
  position: absolute;
  right: 17px;
  top: 16px;
}

@media screen and (max-width: 1300px) and (min-width: 992px) {
  .pcw-fw-bw .def-but {
    font-size: 13px;
  }
}

.def-inp[type=number]::-webkit-inner-spin-button,
.def-inp[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

@media screen and (max-width: 991px) {
  .pcrh-rc {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.pcrh-rc {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
}

@media screen and (max-width: 991px) {
  .pcrh-rc {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin-top: 20px;
  }
}

.pcrh-ttl {
  font-size: 16px;
  line-height: 20px;
  font-weight: 900;
  color: #161616;
  text-transform: uppercase;
}

.pcr-il-col {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 33.33%;
  -ms-flex: 0 0 33.33%;
  flex: 0 0 33.33%;
  max-width: 33.33%;
}

@media screen and (max-width: 767px) {
  .pcr-il-col {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 30px;
  }
  .pcr-il-col:last-child {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 767px) {
  .pcr-il-item {
    max-width: 420px;
    margin-left: auto;
    margin-right: auto;
  }
}

.pcr-ili-img-col {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 120px;
  -ms-flex: 0 0 120px;
  flex: 0 0 120px;
  max-width: 120px;
}

@media screen and (max-width: 1600px) {
  .pcr-ili-img-col {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    text-align: center;
    margin-bottom: 15px;
  }
}

.pcr-ili-img img {
  max-width: 100%;
}

.pcr-ili-cont-col {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 -webkit-calc(100% - 120px);
  -ms-flex: 0 0 calc(100% - 120px);
  flex: 0 0 calc(100% - 120px);
  max-width: -webkit-calc(100% - 120px);
  max-width: calc(100% - 120px);
}

@media screen and (max-width: 1600px) {
  .pcr-ili-cont-col {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.pcr-ili-ttl {
  font-size: 13px;
  line-height: 25px;
  font-weight: 600;
  color: #161616;
}

@media screen and (max-width: 991px) {
  .pcr-ili-ttl {
    line-height: 20px;
  }
}

.pcr-ili-ttl a {
  color: inherit;
}

.pcr-ili-ttl a:hover {
  opacity: 0.7;
}

.pcri-in-ttl {
  font-size: 11px;
  line-height: 16px;
  font-weight: 600;
  color: #161616;
  margin-bottom: 10px;
}

.pcr-ili-char-list {
  padding-top: 22px;
  padding-bottom: 22px;
}

@media screen and (max-width: 991px) {
  .pcr-ili-char-list {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}

.pcr-ili-cl-sect {
  margin-bottom: 22px;
}

@media screen and (max-width: 991px) {
  .pcr-ili-cl-sect {
    margin-bottom: 15px;
  }
}

.pcr-ili-cl-sect:last-child {
  margin-bottom: 0;
}

.pcri-in-item {
  font-size: 11px;
  line-height: 16px;
  margin-bottom: 9px;
}

.pcri-in-val span {
  color: #999;
}

.pcr-ili-price {
  padding-top: 22px;
  padding-bottom: 22px;
  border-top: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
}

@media screen and (max-width: 991px) {
  .pcr-ili-price {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}

.pcr-ili-price .pcri-in-item {
  font-size: 13px;
}

.pcr-ili-price .pcri-in-val {
  font-weight: 600;
}

@media screen and (max-width: 767px) {
  .pcr-ili-order-lw {
    text-align: center;
  }
}

.dph-lc {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 400px;
  -ms-flex: 0 0 400px;
  flex: 0 0 400px;
  max-width: 400px;
}

@media screen and (max-width: 1200px) {
  .dph-lc {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.dph-rc {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 -webkit-calc(100% - 400px);
  -ms-flex: 0 0 calc(100% - 400px);
  flex: 0 0 calc(100% - 400px);
  max-width: -webkit-calc(100% - 400px);
  max-width: calc(100% - 400px);
}

@media screen and (max-width: 1200px) {
  .dph-rc {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin-top: 30px;
  }
}

.dph-doc-list {
  margin-bottom: -30px;
}

.dph-doc-col {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 25%;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
  margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
  .dph-doc-col {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}

@media screen and (max-width: 450px) {
  .dph-doc-col {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.dph-doc-item {
  display: block;
}

.dph-doc-item:hover {
  opacity: 0.7;
}

.dph-di-img img {
  max-width: 100%;
}

.dph-di-ttl {
  font-size: 13px;
  line-height: 25px;
  font-weight: 600;
  color: #161616;
  margin-top: 25px;
}

@media screen and (max-width: 991px) {
  .dph-di-ttl {
    line-height: 20px;
    margin-top: 15px;
  }
}

.dph-di-art {
  font-size: 13px;
  line-height: 18px;
  color: #999;
  margin-top: 3px;
}

@media screen and (max-width: 991px) {
  .dph-di-art {
    margin-top: 7px;
  }
}

@media screen and (min-width: 1201px) {
  .dph-txt h2 {
    line-height: 50px;
    margin-bottom: 5px;
  }
}

@media screen and (min-width: 1201px) {
  .doc-page-body {
    padding-left: 400px;
  }
}

.dpbs-lc {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 25%;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

@media screen and (max-width: 1200px) {
  .dpbs-lc {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 300px;
    -ms-flex: 0 0 300px;
    flex: 0 0 300px;
    max-width: 300px;
  }
}

@media screen and (max-width: 767px) {
  .dpbs-lc {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.dpbs-rc {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 75%;
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}

@media screen and (max-width: 1200px) {
  .dpbs-rc {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 -webkit-calc(100% - 300px);
    -ms-flex: 0 0 calc(100% - 300px);
    flex: 0 0 calc(100% - 300px);
    max-width: -webkit-calc(100% - 300px);
    max-width: calc(100% - 300px);
  }
}

@media screen and (max-width: 767px) {
  .dpbs-rc {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin-top: 17px;
  }
}

.dpbs-ttl {
  font-size: 13px;
  line-height: 25px;
  font-weight: 900;
  color: #161616;
  text-transform: uppercase;
}

.dpb-section {
  margin-bottom: 100px;
}

@media screen and (max-width: 1500px) {
  .dpb-section {
    margin-bottom: 50px;
  }
}

@media screen and (max-width: 991px) {
  .dpb-section {
    margin-bottom: 30px;
  }
}

.dpb-section:last-child {
  margin-bottom: 0;
}

.dpbs-iw {
  margin-bottom: 30px;
}

@media screen and (max-width: 991px) {
  .dpbs-iw {
    margin-bottom: 15px;
  }
}

.dpbs-iw:last-child {
  margin-bottom: 0;
}

.dpbs-item {
  display: inline-block;
  vertical-align: top;
  position: relative;
  padding-left: 50px;
  font-size: 13px;
  line-height: 20px;
  color: #161616;
}

@media screen and (max-width: 575px) {
  .dpbs-item {
    padding-left: 37px;
  }
}

.dpbs-item:hover {
  opacity: 0.7;
}

.dpbs-dwn-ic {
  position: absolute;
  left: 0;
  top: -4px;
  font-size: 20px;
}

.head-hamb-ic {
  font-size: 20px;
  line-height: 16px;
  height: 16px;
  display: inline-block;
  vertical-align: top;
}

@media screen and (min-width: 1201px) {
  .search-res-txt h2 {
    line-height: 50px;
    margin-bottom: 8px;
  }
}

.sr-not-found-img {
  padding-top: 60px;
  padding-right: 350px;
}

@media screen and (max-width: 1500px) {
  .sr-not-found-img {
    padding-top: 40px;
    padding-right: 300px;
  }
}

@media screen and (max-width: 991px) {
  .sr-not-found-img {
    padding-top: 30px;
    padding-right: 0;
  }
}

.sr-not-found-img img {
  max-width: 100%;
}

.form-control{
  border-radius: 0px;
}

.alternative-col {
  flex: 0 0 33.33%;
  max-width: 33.33%;
  margin-bottom: 30px;
}

@media screen and (max-width: 767px)  {
  .alternative-col {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

@media screen and (max-width: 575px)  {
  .alternative-col {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.alternative-item-ttl {
  font-size: 16px;
  line-height: 20px;
  color: #000;
  font-weight: 600;
  margin-bottom: 10px;
}

.alternative-item-desc {
  font-size: 14px;
  line-height: 18px;
  color: #000;
}

.alternative-slider .owl-prev {
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translate(0,-50%);
  font-size: 22px!important;
  line-height: 22px;
  color: #fff!important;
  text-shadow: 0 0 2px rgba(0, 0, 0, 1);
  transition: all 250ms ease;
}

.alternative-slider .owl-next {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translate(0,-50%);
  font-size: 22px!important;
  line-height: 22px;
  color: #fff!important;
  text-shadow: 0 0 2px rgba(0, 0, 0, 1);
  transition: all 250ms ease;
}

.alternative-slider .owl-prev:hover,
.alternative-slider .owl-next:hover {
  opacity: 0.7;
}

.alt-rm {
  display: inline-block;
  vertical-align: top;
  font-size: 16px;
  line-height: 20px;
  text-decoration: underline;
  color: #000;
}

.alt-rm:hover {
  text-decoration: none;
  opacity: 0.7;
}
