@charset "UTF-8";
/* Обязательные форматы .TTF, .EOT и .WOFF2 */
@font-face {
  font-family: "SourceSerifProRegular";
  font-display: swap;
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/SourceSerifPro-Regular/SourceSerifPro-Regular.woff2") format("woff2"), url("../fonts/SourceSerifPro-Regular/SourceSerifPro-Regular.ttf") format("truetype"), url("../fonts/SourceSerifPro-Regular/SourceSerifPro-Regular.eot?#iefix") format("embedded-opentype");
}

@font-face {
  font-family: "SourceSerifProBold";
  font-display: swap;
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/SourceSerifPro-Bold/SourceSerifPro-Bold.woff2") format("woff2"), url("../fonts/SourceSerifPro-Bold/SourceSerifPro-Bold.ttf") format("truetype"), url("../fonts/SourceSerifPro-Bold/SourceSerifPro-Bold.eot?#iefix") format("embedded-opentype");
}

@font-face {
  font-family: "BarlowCondensedSemiBold";
  font-display: swap;
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/BarlowCondensed-SemiBold/BarlowCondensed-SemiBold.woff2") format("woff2"), url("../fonts/BarlowCondensed-SemiBold/BarlowCondensed-SemiBold.ttf") format("truetype"), url("../fonts/BarlowCondensed-SemiBold/BarlowCondensed-SemiBold.eot?#iefix") format("embedded-opentype");
}

/* Title */
h1, .h1-title, h2, .h2-title, h3, .h3-title, .offer-itm-title, .event-itm-title, .info-card-title, .team-name, h4, .h4-title, h5, h6 {
  margin: 0;
  padding: 0;
  font-weight: normal;
}

h1, .h1-title {
  font-family: "BarlowCondensedSemiBold", sans-serif;
  font-size: 52px;
  line-height: 1.15;
}

h2, .h2-title {
  font-family: "BarlowCondensedSemiBold", sans-serif;
  font-size: 32px;
  line-height: 1.3;
}

h3, .h3-title, .offer-itm-title, .event-itm-title, .info-card-title, .team-name {
  font-family: "BarlowCondensedSemiBold", sans-serif;
  font-size: 26px;
  line-height: 1.3;
}

.page-title h1, .page-title .h1-title {
  color: #007858;
}

.title-descr {
  padding-top: 30px;
  font-size: 26px;
  font-family: "BarlowCondensedSemiBold", sans-serif;
  line-height: 1.46153846154;
}

.title-descr p:last-child {
  margin-bottom: 0;
}

.top-title-txt {
  margin-top: 30px;
}

section {
  margin-top: 125px;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
     -moz-background-size: cover;
       -o-background-size: cover;
          background-size: cover;
  background-position: center;
  position: relative;
}

.bg-figure {
  position: absolute;
  z-index: -1;
  left: 0;
  min-width: 50px;
}

.bg-figure img {
  display: block;
  width: 100%;
  height: auto;
}

.sect-bg {
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}

.sect-bg img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.sect-txt {
  padding-bottom: 125px;
}

.sect-txt .bg-figure {
  bottom: 0;
}

.sect-txt + section {
  margin-top: 0;
}

.sect-txt:last-child {
  padding-bottom: 0;
}

.top-screen + section {
  margin-top: 0;
}

.title-sect {
  color: #007858;
  margin-bottom: 40px;
}

.title-wrap {
  color: #007858;
  margin-bottom: 30px;
}

.title-wrap h2 + h2, .title-wrap .h2-title + h2, .title-wrap h2 + .h2-title, .title-wrap .h2-title + .h2-title {
  margin-top: 30px;
}

.string-limit span {
  margin: 0 !important;
  display: -webkit-box !important;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.div {
  word-spacing: 1000px;
}

.txt-box p,
.txt-box ul,
.txt-box ol,
.txt-box img,
.txt-box table {
  margin-bottom: 20px;
}

.txt-box img {
  display: block;
  max-width: 100%;
  width: auto !important;
  height: auto !important;
}

.txt-box ol {
  padding-left: 20px;
}

.txt-box ol li {
  list-style-type: decimal;
}

.txt-box ul li {
  position: relative;
  padding-left: 20px;
}

.txt-box ul li::before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 15px;
  width: 10px;
  height: 1px;
  background-color: #302E33;
}

.txt-box h1:not([class]), .txt-box .h1-title:not([class]),
.txt-box h2:not([class]),
.txt-box .h2-title:not([class]),
.txt-box h3:not([class]),
.txt-box .h3-title:not([class]),
.txt-box .offer-itm-title:not([class]),
.txt-box .event-itm-title:not([class]),
.txt-box .info-card-title:not([class]),
.txt-box .team-name:not([class]),
.txt-box h4:not([class]),
.txt-box .h4-title:not([class]),
.txt-box h5:not([class]),
.txt-box h6:not([class]) {
  display: block;
  font-weight: normal;
  margin-bottom: 30px;
  color: #007858;
}

.txt-box a:not([class]), .txt-box .main-mnu .btn-sub-mnu:not([class]), .main-mnu .txt-box .btn-sub-mnu:not([class]) {
  color: #EE7203;
}

.txt-box a:not([class]):hover, .txt-box .main-mnu .btn-sub-mnu:not([class]):hover, .main-mnu .txt-box .btn-sub-mnu:not([class]):hover {
  color: #007858;
}

.txt-box strong {
  font-weight: normal;
  font-family: "SourceSerifProBold", sans-serif;
}

.txt-box .row + .row {
  margin-top: 125px;
}

/* Clearfix */
.clearfix::before, .tabs__caption::before, .clearfix::after, .tabs__caption::after {
  content: "";
  display: table;
}

.clearfix::after, .tabs__caption::after {
  clear: both;
}

.before,
.after {
  position: absolute;
  content: "";
}

* {
  margin: 0;
  padding: 0;
  outline: none;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

a, .main-mnu .btn-sub-mnu {
  outline: none !important;
  cursor: pointer;
  color: inherit;
  -webkit-transition: .3s;
  -o-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
}

a:hover, .main-mnu .btn-sub-mnu:hover {
  text-decoration: underline;
  color: #EE7203;
}

fieldset {
  border: none;
  padding: 0;
  margin: 0;
}

ol,
ul,
li,
form {
  list-style: none;
  padding: 0;
  margin: 0;
}

label {
  font-weight: normal;
}

.hidden {
  display: none;
}

.btn-more-wrap {
  margin-top: 50px;
}

.btn, .btn-form {
  text-decoration: none !important;
  -webkit-box-shadow: none !important;
     -moz-box-shadow: none !important;
          box-shadow: none !important;
  outline: none !important;
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: transparent;
  border: none;
  text-align: center;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 3px 25px 10px;
  height: 55px;
  color: #fff;
  font-size: 20px;
  font-family: "BarlowCondensedSemiBold", sans-serif;
  min-width: 150px;
  -webkit-transition: .3s;
  -o-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
  position: relative;
  z-index: 5;
  overflow: hidden;
}

.btn::before, .btn-form::before, .btn::after, .btn-form::after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-background-size: 100% auto;
     -moz-background-size: 100% auto;
       -o-background-size: 100% auto;
          background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: left 0 bottom 0;
  -webkit-transition: .2s;
  -o-transition: .2s;
  -moz-transition: .2s;
  transition: .2s;
}

.btn::before, .btn-form::before {
  background-image: url("../img/_style/figure/btn.svg");
}

.btn::after, .btn-form::after {
  background-image: url("../img/_style/figure/btn-hover.svg");
  opacity: 0;
}

.btn:hover, .btn-form:hover {
  color: #fff;
}

.btn:hover::before, .btn-form:hover::before {
  opacity: 0;
}

.btn:hover::after, .btn-form:hover::after {
  opacity: 1;
}

.btn:active, .btn-form:active {
  opacity: .8;
}

.btn > span, .btn-form > span {
  display: block;
  position: relative;
  z-index: 5;
}

.btn > span span, .btn-form > span span {
  display: inline-block;
  vertical-align: middle;
}

.btn > span span + .btn-ic, .btn-form > span span + .btn-ic {
  margin-left: 15px;
}

.btn > span .btn-ic, .btn-form > span .btn-ic {
  margin-bottom: -2px;
}

.btn > span .btn-ic + span, .btn-form > span .btn-ic + span {
  margin-left: 15px;
}

.btn.light::before, .light.btn-form::before {
  background-image: url("../img/_style/figure/btn-2.svg");
}

.btn-ic img {
  display: block;
  height: 26px;
  width: auto;
}

.btn-form {
  position: relative;
}

.btn-form input {
  position: absolute;
  z-index: 20;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}

.btn-dn {
  position: absolute;
  z-index: 10;
  bottom: 30px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
     -moz-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
       -o-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  background-color: #007858;
  cursor: pointer;
  -webkit-transition: .3s;
  -o-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
}

.btn-top {
  position: fixed;
  z-index: 555;
  left: 5px;
  bottom: 5px;
  width: 40px;
  height: 40px;
  background-color: #007858;
  cursor: pointer;
  -webkit-transition: .3s;
  -o-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
  background-image: url("../img/_style/_svg/btn-top.svg");
  background-position: center;
  background-repeat: no-repeat;
  -webkit-background-size: 20px 20px;
     -moz-background-size: 20px;
       -o-background-size: 20px;
          background-size: 20px;
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
  -webkit-box-shadow: 0 0 3px 1px rgba(255, 255, 255, 0.25);
     -moz-box-shadow: 0 0 3px 1px rgba(255, 255, 255, 0.25);
          box-shadow: 0 0 3px 1px rgba(255, 255, 255, 0.25);
  opacity: 0;
}

.btn-top.on {
  opacity: 1;
}

.toggle-btn {
  display: none;
  vertical-align: middle;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  background-color: transparent;
  outline: none !important;
  position: relative;
  z-index: 1;
  text-align: center;
  text-decoration: none;
  width: 30px;
  height: 30px;
  z-index: 10;
  cursor: pointer;
}

.toggle-btn span {
  position: absolute;
  top: 50%;
  margin-top: -1px;
  display: block;
  width: 100%;
  height: 2px;
  background-color: #EE7203;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  -webkit-backface-visibility: hidden;
     -moz-backface-visibility: hidden;
          backface-visibility: hidden;
}

.toggle-btn span::after, .toggle-btn span::before {
  content: "";
  position: absolute;
  left: 0;
  top: -10px;
  width: 100%;
  height: 2px;
  background-color: #EE7203;
  -webkit-transition: .5s ease all;
  -o-transition: .5s ease all;
  -moz-transition: .5s ease all;
  transition: .5s ease all;
  -webkit-backface-visibility: hidden;
     -moz-backface-visibility: hidden;
          backface-visibility: hidden;
}

.toggle-btn span:after {
  top: 10px;
}

.toggle-btn.on span {
  -webkit-transform: rotate(90deg);
     -moz-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
       -o-transform: rotate(90deg);
          transform: rotate(90deg);
  background-color: transparent !important;
}

.toggle-btn.on span::before {
  width: 30px;
  -webkit-transform: rotate(45deg) translate(7px, 7px);
     -moz-transform: rotate(45deg) translate(7px, 7px);
      -ms-transform: rotate(45deg) translate(7px, 7px);
       -o-transform: rotate(45deg) translate(7px, 7px);
          transform: rotate(45deg) translate(7px, 7px);
}

.toggle-btn.on span::after {
  width: 30px;
  -webkit-transform: rotate(-45deg) translate(7px, -7px);
     -moz-transform: rotate(-45deg) translate(7px, -7px);
      -ms-transform: rotate(-45deg) translate(7px, -7px);
       -o-transform: rotate(-45deg) translate(7px, -7px);
          transform: rotate(-45deg) translate(7px, -7px);
}

.loaded {
  margin-left: -1000px;
  margin-top: -1px;
  width: 10px;
  height: 1px;
  opacity: 0;
}

i[class*="-ic"] {
  display: inline-block;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: center;
  line-height: 1;
  -webkit-background-size: contain;
     -moz-background-size: contain;
       -o-background-size: contain;
          background-size: contain;
}

.arr-dn-ic {
  width: 14px;
  height: 14px;
  background-image: url("../img/_style/_svg/arr_dn.svg");
}

.home-ic {
  width: 18px;
  height: 18px;
  background-image: url("../img/_style/_svg/home.svg");
}

.hidden {
  display: none !important;
}

.inner-pages {
  position: fixed;
  z-index: 5000;
  top: 15%;
  left: 0;
  display: inline-block;
  height: 62px;
  width: 35px;
  overflow: hidden;
  background-image: url("../img/_style/_svg/inner_pages.svg");
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: contain;
     -moz-background-size: contain;
       -o-background-size: contain;
          background-size: contain;
}

.inner-pages:hover {
  overflow: visible;
}

.inner-pages:hover .page-links {
  opacity: 1;
}

.page-links {
  padding: 10px;
  background-color: #fff;
  color: #000;
  font-size: 16px;
  border: 1px solid #ccc;
  position: absolute;
  top: 0;
  left: 100%;
  -webkit-transition: .3s;
  -o-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
  opacity: 0;
  min-height: 100%;
  white-space: nowrap;
  max-height: 85vh;
  overflow-y: auto;
}

.page-links a, .page-links .main-mnu .btn-sub-mnu, .main-mnu .page-links .btn-sub-mnu {
  display: block;
  padding: 3px;
  margin: 0 0 5px;
  line-height: 1.2em;
}

.page-links a:hover, .page-links .main-mnu .btn-sub-mnu:hover, .main-mnu .page-links .btn-sub-mnu:hover {
  color: blue;
}

.cover-img {
  position: relative;
  display: block;
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
  overflow: hidden;
  background-color: #eee;
}

.cover-img img {
  margin: 0 !important;
}

.cover-img .base-img {
  display: block;
  position: relative;
  width: 100% !important;
  height: auto !important;
  opacity: 0;
}

.cover-img .main-img {
  display: block;
  position: absolute;
  z-index: 2;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
     -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.img-inner-box {
  position: relative;
  display: block;
  text-decoration: none !important;
  border: none !important;
  width: 100%;
  overflow: hidden;
  -webkit-background-size: cover;
     -moz-background-size: cover;
       -o-background-size: cover;
          background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #eee;
  -webkit-transform: scale(1);
     -moz-transform: scale(1);
      -ms-transform: scale(1);
       -o-transform: scale(1);
          transform: scale(1);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
}

.img-inner-box.img-contain {
  -webkit-background-size: contain;
     -moz-background-size: contain;
       -o-background-size: contain;
          background-size: contain;
}

.img-inner-box img {
  position: relative;
  z-index: 1;
  display: block;
  width: 100% !important;
  height: auto !important;
}

.img-inner-box .base-img {
  opacity: 0;
}

.img-inner-box .main-img {
  position: absolute;
  z-index: 2;
  left: 0;
  top: 0;
  width: 100% !important;
  height: 100% !important;
  opacity: 0;
}

body {
  position: relative;
  min-width: 320px;
  font-family: 'SourceSerifProRegular', sans-serif;
  font-size: 18px;
  line-height: 1.72222222222;
  font-weight: normal;
  color: #302E33;
  -webkit-text-size-adjust: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -moz-font-smoothing: grayscale;
}

body.modal-open {
  touch-action: none;
  -ms-touch-action: none;
}

/* Прижатие футера */
/* Прижатие футера END */
/* Альтернатива прижатия футера */
body {
  overflow-x: hidden;
}

.wrapper {
  display: table;
  min-height: 100vh;
  width: 100%;
  overflow: hidden;
}

.layout {
  min-height: 300px;
  display: table-row;
  height: 100%;
}

.home-wrap, .page-wrap {
  display: table-cell;
  max-width: 320px;
}

/* Альтернатива прижатия футера END*/
.height-limit {
  max-height: 200px;
}

.wrapper.mCustomScrollbar {
  max-height: 100vh;
}

.wrapper.mCustomScrollbar > .mCustomScrollBox > .mCSB_container {
  min-height: 100vh;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.mCSB_inside > .mCSB_container {
  margin: 0 !important;
}

.int-expl .wrapper.mCustomScrollbar > .mCustomScrollBox > .mCSB_container {
  display: block;
}

.tabs__content {
  margin: 0 auto;
  height: 0;
  opacity: 0;
  overflow: hidden;
  -webkit-transition: .3s;
  -o-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
}

.tabs__content.active {
  padding: 0;
  height: auto;
  opacity: 1;
  overflow: visible;
}

.tabs__caption-wrap {
  text-align: center;
  margin: 0 auto 20px;
  position: relative;
  line-height: 1em;
}

.tabs__caption {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1em;
}

.tabs__caption > li {
  cursor: pointer;
  margin: 0 10px;
}

.tabs__caption > li > a, .main-mnu .tabs__caption > li > .btn-sub-mnu,
.tabs__caption > li > span {
  display: table-cell;
  vertical-align: middle;
  height: 40px;
  padding: 6px 25px 4px;
  -webkit-transition: .2s;
  -o-transition: .2s;
  -moz-transition: .2s;
  transition: .2s;
  background-color: #f5f5f4;
}

.tabs__caption > li:hover {
  color: #007858;
}

.tabs__caption > li.active {
  color: #007858;
}

.tabs__caption > li.active:hover {
  color: #007858;
  cursor: default;
}

.show-tabs__content-btn {
  display: none;
  cursor: pointer;
}

.tabs-nav {
  display: none;
}

.tab-left,
.tab-right {
  position: absolute;
  top: 0;
  display: block;
  width: 40px;
  height: 40px;
  cursor: pointer;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: 10px 20px;
     -moz-background-size: 10px 20px;
       -o-background-size: 10px 20px;
          background-size: 10px 20px;
  -webkit-filter: brightness(0);
          filter: brightness(0);
  opacity: .5;
}

.tab-left:hover,
.tab-right:hover {
  -webkit-filter: brightness(100%);
          filter: brightness(100%);
  opacity: 1;
}

.tab-left {
  left: 0;
  background-image: url("../img/_style/_svg/arr_l.svg");
}

.tab-right {
  right: 0;
  background-image: url("../img/_style/_svg/arr_r.svg");
}

@media only screen and (max-width: 576px) {
  .tabs-nav {
    display: block;
  }
  .tabs__caption-wrap {
    padding: 0 40px;
    margin: 0 -15px 40px;
  }
  .tabs__caption {
    width: 100%;
    position: relative;
    min-height: 40px;
  }
  .tabs__caption > li {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 0;
    overflow: hidden;
    margin: 0;
  }
  .tabs__caption > li > a, .main-mnu .tabs__caption > li > .btn-sub-mnu,
  .tabs__caption > li > span {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .tabs__caption > li.active {
    height: auto;
  }
}

.parallax-box {
  min-height: 300px;
  background-position: 50% 0;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
     -moz-background-size: cover;
       -o-background-size: cover;
          background-size: cover;
  -webkit-transform: translate3d(0, 0, 0);
     -moz-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  -webkit-transition-property: background-position;
  -o-transition-property: background-position;
  -moz-transition-property: background-position;
  transition-property: background-position;
  -webkit-transition: .1s linear;
  -o-transition: .1s linear;
  -moz-transition: .1s linear;
  transition: .1s linear;
}

.fancybox-content {
  cursor: pointer !important;
}

.fancybox,
.fancy-photo {
  display: block;
}

.cust-accordion {
  padding: 25px 0;
  display: block;
}

.cust-accordion > .accord-li {
  display: block;
  overflow: hidden;
}

.cust-accordion > .accord-li.open-start > .accord-content {
  display: block;
}

.cust-accordion > .accord-li:first-child .accord-btn {
  border-top: none;
}

.accord-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  padding: 25px 0 25px;
  font-family: "BarlowCondensedSemiBold", sans-serif;
  font-size: 25px;
  line-height: 1.15;
  cursor: pointer;
  -webkit-transition: .2s;
  -o-transition: .2s;
  -moz-transition: .2s;
  transition: .2s;
  color: #302E33;
  border-top: 1px solid #302E33;
}

.accord-btn .plus-ic {
  height: 30px;
  width: 30px;
  min-width: 30px;
  background-image: url("../img/_style/_svg/plus_white.svg");
  -webkit-background-size: 16px 16px;
     -moz-background-size: 16px;
       -o-background-size: 16px;
          background-size: 16px;
  background-repeat: no-repeat;
  background-position: center;
  margin-top: -3px;
  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
          border-radius: 50%;
  background-color: #007858;
  -webkit-transition: .25s;
  -o-transition: .25s;
  -moz-transition: .25s;
  transition: .25s;
}

.accord-btn .plus-ic + span {
  display: block;
  padding-left: 15px;
  margin-top: -2px;
}

.accord-btn.on .plus-ic {
  -webkit-transform: rotate(180deg);
     -moz-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
       -o-transform: rotate(180deg);
          transform: rotate(180deg);
  background-image: url("../img/_style/_svg/minus_white.svg");
}

.accord-content {
  display: none;
}

.accord-content-inner {
  padding: 0 0 25px 45px;
}

.cust-inp, .cust-inp-srch,
.cust-textarea {
  display: block;
  padding: 0;
  margin: 0;
  margin-bottom: 25px;
}

.cust-inp span, .cust-inp-srch span,
.cust-textarea span {
  display: block;
}

.cust-inp input, .cust-inp-srch input,
.cust-textarea input {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
  display: block;
  padding: 13px 25px 10px;
  width: 100%;
  height: 50px;
  font-size: 18px;
  line-height: 1;
  border: 1px solid #453A26;
  -webkit-transition: .3s;
  -o-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
  color: #302E33;
}

.cust-inp textarea, .cust-inp-srch textarea,
.cust-textarea textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
  display: block;
  padding: 13px 25px;
  width: 100%;
  height: 150px;
  font-size: 20px;
  line-height: 1.35;
  border: 1px solid #453A26;
  -webkit-transition: .3s;
  -o-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
  color: #302E33;
  resize: none;
}

.cust-inp *::-webkit-input-placeholder, .cust-inp-srch *::-webkit-input-placeholder, .cust-textarea *::-webkit-input-placeholder {
  -webkit-transition: .3s;
  transition: .3s;
  color: #999;
}

.cust-inp *:-moz-placeholder, .cust-inp-srch *:-moz-placeholder, .cust-textarea *:-moz-placeholder {
  -moz-transition: .3s;
  transition: .3s;
  color: #999;
}

.cust-inp *::-moz-placeholder, .cust-inp-srch *::-moz-placeholder, .cust-textarea *::-moz-placeholder {
  -moz-transition: .3s;
  transition: .3s;
  color: #999;
}

.cust-inp *:-ms-input-placeholder, .cust-inp-srch *:-ms-input-placeholder, .cust-textarea *:-ms-input-placeholder {
  -ms-transition: .3s;
  transition: .3s;
  color: #999;
}

.cust-inp *::-ms-input-placeholder, .cust-inp-srch *::-ms-input-placeholder, .cust-textarea *::-ms-input-placeholder {
  -ms-transition: .3s;
  transition: .3s;
  color: #999;
}

.cust-inp *::placeholder, .cust-inp-srch *::placeholder,
.cust-textarea *::placeholder {
  -webkit-transition: .3s;
  -o-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
  color: #999;
}

.cust-inp *:focus, .cust-inp-srch *:focus,
.cust-textarea *:focus {
  border-color: #007858;
}

.cust-inp *:focus::-webkit-input-placeholder, .cust-inp-srch *:focus::-webkit-input-placeholder, .cust-textarea *:focus::-webkit-input-placeholder {
  opacity: 0;
}

.cust-inp *:focus:-moz-placeholder, .cust-inp-srch *:focus:-moz-placeholder, .cust-textarea *:focus:-moz-placeholder {
  opacity: 0;
}

.cust-inp *:focus::-moz-placeholder, .cust-inp-srch *:focus::-moz-placeholder, .cust-textarea *:focus::-moz-placeholder {
  opacity: 0;
}

.cust-inp *:focus:-ms-input-placeholder, .cust-inp-srch *:focus:-ms-input-placeholder, .cust-textarea *:focus:-ms-input-placeholder {
  opacity: 0;
}

.cust-inp *:focus::-ms-input-placeholder, .cust-inp-srch *:focus::-ms-input-placeholder, .cust-textarea *:focus::-ms-input-placeholder {
  opacity: 0;
}

.cust-inp *:focus::placeholder, .cust-inp-srch *:focus::placeholder,
.cust-textarea *:focus::placeholder {
  opacity: 0;
}

.cust-inp-srch {
  position: relative;
}

.cust-inp-srch input {
  border-color: #007858;
}

.cust-inp-srch input:focus {
  border-color: #EE7203;
}

.cust-inp-srch .srch-btn {
  position: absolute;
  top: 0;
  right: 0;
}

.cust-inp-srch .srch-btn + input {
  padding-right: 75px;
}

.srch-btn {
  width: 50px;
  height: 50px;
  background-color: #007858;
  background-repeat: no-repeat;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: none !important;
  display: block;
  cursor: pointer;
  border: none;
  -webkit-transition: .2s;
  -o-transition: .2s;
  -moz-transition: .2s;
  transition: .2s;
  background-image: url("../img/_style/_svg/search.svg");
  -webkit-background-size: 26px 26px;
     -moz-background-size: 26px 26px;
       -o-background-size: 26px 26px;
          background-size: 26px 26px;
  background-repeat: no-repeat;
  background-position: center;
}

.srch-btn:hover {
  background-color: #EE7203;
}

.field-title {
  display: block;
  padding-bottom: 5px;
  font-family: "BarlowCondensedSemiBold", sans-serif;
  font-size: 20px;
  line-height: 1.25;
}

.upload-field {
  margin-bottom: 15px;
}

.upload-field .field-notice {
  font-size: 15px;
  color: #222;
}

.upload-doc {
  position: relative;
}

.upload-doc:not(.empty) .upload-ic {
  display: none;
}

.upload-doc.empty .clear-btn {
  display: none;
}

.upload-doc.empty .upload-txt-btn {
  color: #637A85;
}

.upload-doc .upload-input {
  position: absolute;
  z-index: -2;
  width: 0;
  height: 0;
  opacity: 0;
}

.upload-doc .clear-btn {
  position: absolute;
  z-index: 5;
  right: 0;
  bottom: 0;
  display: inline-block;
  width: 60px;
  height: 50px;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: 16px 16px;
     -moz-background-size: 16px;
       -o-background-size: 16px;
          background-size: 16px;
  background-image: url("../img/_style/_svg/close.svg");
  -webkit-transition: .2s;
  -o-transition: .2s;
  -moz-transition: .2s;
  transition: .2s;
  cursor: pointer;
}

.upload-doc .clear-btn:hover {
  opacity: .75;
}

.upload-txt-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 50px;
  border: 1px solid #453A26;
  background-color: #fff;
  padding: 8px 60px 5px 20px;
  cursor: pointer;
  -webkit-transition: .3s;
  -o-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
  position: relative;
  color: #302E33;
  font-size: 15px;
  line-height: 1.5;
}

.upload-txt-btn .upload-ic {
  position: absolute;
  right: 0;
  top: 0;
}

.upload-ic {
  width: 60px;
  height: 50px;
  background-image: url("../img/_style/_svg/upload.svg");
}

.cust-sel {
  display: block;
  padding: 0;
  margin: 0;
  margin-bottom: 25px;
  position: relative;
}

.cust-sel .wpcf7-form-control-wrap {
  display: block;
  position: static;
}

.cust-sel .select2 {
  width: 100% !important;
  display: block;
  position: relative;
}

.cust-sel .select2 .selection {
  display: table;
  width: 100%;
}

.cust-sel .select2 .select2-selection__placeholder {
  color: #999;
}

.cust-sel .select2.select2-container--above ~ .select2-container .select2-dropdown {
  -webkit-border-bottom-left-radius: 0 !important;
     -moz-border-radius-bottomleft: 0 !important;
          border-bottom-left-radius: 0 !important;
  -webkit-border-bottom-right-radius: 0 !important;
     -moz-border-radius-bottomright: 0 !important;
          border-bottom-right-radius: 0 !important;
  border-bottom: none;
}

.cust-sel .select2.select2-container--open {
  z-index: 9999;
}

.cust-sel .select2.select2-container--open .select2-selection__arrow {
  -webkit-transform: rotate(180deg);
     -moz-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
       -o-transform: rotate(180deg);
          transform: rotate(180deg);
}

.cust-sel .select2.select2-container--open .select2-selection {
  border-color: #007858 !important;
}

.cust-sel .select2.select2-container--open .select2-selection.select2-selection--multiple::after {
  -webkit-transform: rotate(180deg);
     -moz-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
       -o-transform: rotate(180deg);
          transform: rotate(180deg);
}

.cust-sel .select2.select2-container--open ~ .select2-container .select2-dropdown {
  margin-top: -1px;
}

.cust-sel .select2 + .select2-container {
  min-width: 100% !important;
}

.cust-sel .select2-selection {
  height: auto;
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
  border: 1px solid #453A26 !important;
  cursor: pointer;
  width: 100%;
  font-family: "BarlowCondensedSemiBold", sans-serif;
  font-size: 20px;
  display: table-cell;
  vertical-align: middle;
  height: 50px;
  padding: 4px 50px 5px 25px;
}

.cust-sel .select2-selection.select2-selection--multiple::after {
  content: '';
  display: block;
  position: absolute;
  width: 50px;
  top: 1px;
  right: 1px;
  bottom: 1px;
  background-image: url("../img/_style/_svg/arr_dn.svg");
  -webkit-background-size: 16px 16px;
     -moz-background-size: 16px 16px;
       -o-background-size: 16px 16px;
          background-size: 16px 16px;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transition: .3s;
  -o-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
}

.cust-sel .select2-selection.select2-selection--multiple .select2-search--inline {
  line-height: 0;
}

.cust-sel .select2-selection.select2-selection--multiple .select2-search--inline .select2-search__field {
  margin-top: 0 !important;
  padding-top: 10px;
  line-height: 0;
}

.cust-sel .select2-selection .select2-selection__choice {
  margin-top: 7px;
  margin-right: 7px;
}

.cust-sel .select2-search__field {
  margin-top: 4px !important;
  cursor: pointer;
}

.cust-sel .select2-selection__rendered {
  padding: 0 !important;
  line-height: inherit !important;
  color: inherit !important;
}

.cust-sel .select2-selection__arrow {
  height: auto !important;
  width: 50px !important;
  bottom: 1px;
  background-image: url("../img/_style/_svg/arr_dn.svg");
  -webkit-background-size: 16px 16px;
     -moz-background-size: 16px 16px;
       -o-background-size: 16px 16px;
          background-size: 16px 16px;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transition: .3s;
  -o-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
}

.cust-sel .select2-selection__arrow b {
  display: none;
}

.cust-sel .select2-dropdown {
  border: 1px solid #007858;
  margin-top: -15px;
  -webkit-transition: .3s margin;
  -o-transition: .3s margin;
  -moz-transition: .3s margin;
  transition: .3s margin;
  white-space: nowrap;
  width: auto !important;
  min-width: 100%;
  font-family: "BarlowCondensedSemiBold", sans-serif;
  font-size: 20px;
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
}

.cust-sel .select2-results__options {
  max-height: 300px !important;
}

.cust-sel .select2-results__option {
  padding: 8px 25px;
  border-bottom: 1px solid #eee;
  -webkit-transition: .25s;
  -o-transition: .25s;
  -moz-transition: .25s;
  transition: .25s;
  background-color: #fff !important;
  color: #302E33 !important;
}

.cust-sel .select2-results__option:last-child {
  border-bottom: none;
}

.cust-sel .select2-results__option:hover {
  background-color: #007858 !important;
  color: #fff !important;
}

.cust-sel .select2-results__option[aria-selected$="true"] {
  background-color: #eee !important;
}

.cust-sel .select2-results__option[aria-selected$="true"]:hover {
  cursor: default;
  color: #302E33 !important;
}

.check-lst, .radio-lst {
  color: inherit;
  margin-bottom: 15px;
}

.check-lst .cust-check, .radio-lst .cust-check, .check-lst .cust-radio, .radio-lst .cust-radio,
.check-lst .wpcf7-list-item,
.radio-lst .wpcf7-list-item {
  margin-right: 40px;
}

.check-lst .cust-check:last-child, .radio-lst .cust-check:last-child, .check-lst .cust-radio:last-child, .radio-lst .cust-radio:last-child,
.check-lst .wpcf7-list-item:last-child,
.radio-lst .wpcf7-list-item:last-child {
  margin-right: 0;
}

.cust-check, .cust-radio,
.check-lst .wpcf7-list-item,
.radio-lst .wpcf7-list-item,
.policy-field .wpcf7-list-item {
  position: relative;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  margin-bottom: 25px;
}

.cust-check label, .cust-radio label,
.check-lst .wpcf7-list-item label,
.radio-lst .wpcf7-list-item label,
.policy-field .wpcf7-list-item label {
  cursor: pointer;
  display: block;
  margin: 0;
}

.cust-check input, .cust-radio input,
.check-lst .wpcf7-list-item input,
.radio-lst .wpcf7-list-item input,
.policy-field .wpcf7-list-item input {
  position: absolute;
  z-index: -1;
  width: 0;
  height: 0;
  opacity: 0;
}

.cust-check input:checked ~ .check-ic, .cust-radio input:checked ~ .check-ic, .cust-check input:checked ~ .radio-ic, .cust-radio input:checked ~ .radio-ic,
.cust-check input:checked ~ .wpcf7-list-item-label::before,
.cust-radio input:checked ~ .wpcf7-list-item-label::before,
.check-lst .wpcf7-list-item input:checked ~ .check-ic,
.radio-lst .wpcf7-list-item input:checked ~ .check-ic,
.check-lst .wpcf7-list-item input:checked ~ .radio-ic,
.radio-lst .wpcf7-list-item input:checked ~ .radio-ic,
.check-lst .wpcf7-list-item input:checked ~ .wpcf7-list-item-label::before,
.radio-lst .wpcf7-list-item input:checked ~ .wpcf7-list-item-label::before,
.policy-field .wpcf7-list-item input:checked ~ .check-ic,
.policy-field .wpcf7-list-item input:checked ~ .radio-ic,
.policy-field .wpcf7-list-item input:checked ~ .wpcf7-list-item-label::before {
  background-image: url("../img/_style/_svg/check.svg");
}

.cust-check input[type=radio] ~ .check-ic, .cust-radio input[type=radio] ~ .check-ic, .cust-check input[type=radio] ~ .radio-ic, .cust-radio input[type=radio] ~ .radio-ic,
.cust-check input[type=radio] ~ .wpcf7-list-item-label::before,
.cust-radio input[type=radio] ~ .wpcf7-list-item-label::before,
.check-lst .wpcf7-list-item input[type=radio] ~ .check-ic,
.radio-lst .wpcf7-list-item input[type=radio] ~ .check-ic,
.check-lst .wpcf7-list-item input[type=radio] ~ .radio-ic,
.radio-lst .wpcf7-list-item input[type=radio] ~ .radio-ic,
.check-lst .wpcf7-list-item input[type=radio] ~ .wpcf7-list-item-label::before,
.radio-lst .wpcf7-list-item input[type=radio] ~ .wpcf7-list-item-label::before,
.policy-field .wpcf7-list-item input[type=radio] ~ .check-ic,
.policy-field .wpcf7-list-item input[type=radio] ~ .radio-ic,
.policy-field .wpcf7-list-item input[type=radio] ~ .wpcf7-list-item-label::before {
  -webkit-border-radius: 10em;
     -moz-border-radius: 10em;
          border-radius: 10em;
  background-image: none;
}

.cust-check input[type=radio]:checked ~ .check-ic, .cust-radio input[type=radio]:checked ~ .check-ic, .cust-check input[type=radio]:checked ~ .radio-ic, .cust-radio input[type=radio]:checked ~ .radio-ic,
.cust-check input[type=radio]:checked ~ .wpcf7-list-item-label::before,
.cust-radio input[type=radio]:checked ~ .wpcf7-list-item-label::before,
.check-lst .wpcf7-list-item input[type=radio]:checked ~ .check-ic,
.radio-lst .wpcf7-list-item input[type=radio]:checked ~ .check-ic,
.check-lst .wpcf7-list-item input[type=radio]:checked ~ .radio-ic,
.radio-lst .wpcf7-list-item input[type=radio]:checked ~ .radio-ic,
.check-lst .wpcf7-list-item input[type=radio]:checked ~ .wpcf7-list-item-label::before,
.radio-lst .wpcf7-list-item input[type=radio]:checked ~ .wpcf7-list-item-label::before,
.policy-field .wpcf7-list-item input[type=radio]:checked ~ .check-ic,
.policy-field .wpcf7-list-item input[type=radio]:checked ~ .radio-ic,
.policy-field .wpcf7-list-item input[type=radio]:checked ~ .wpcf7-list-item-label::before {
  background-color: #302E33;
  border: 7px solid #fff;
  -webkit-box-shadow: 0 0 0 1px #453A26;
     -moz-box-shadow: 0 0 0 1px #453A26;
          box-shadow: 0 0 0 1px #453A26;
}

.check-lst .wpcf7-list-item-label, .radio-lst .wpcf7-list-item-label,
.policy-field .wpcf7-list-item-label {
  position: relative;
}

.check-lst .wpcf7-list-item-label::before, .radio-lst .wpcf7-list-item-label::before,
.policy-field .wpcf7-list-item-label::before {
  content: '';
}

.check-ic, .radio-ic, .check-lst .wpcf7-list-item-label::before, .radio-lst .wpcf7-list-item-label::before,
.policy-field .wpcf7-list-item-label::before {
  position: absolute;
  left: 0;
  top: 1px;
  display: block;
  width: 24px;
  height: 24px;
  border: 1px solid #453A26;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: contain;
     -moz-background-size: contain;
       -o-background-size: contain;
          background-size: contain;
  -webkit-transition: none !important;
  -o-transition: none !important;
  -moz-transition: none !important;
  transition: none !important;
}

.check-title, .radio-title, .check-lst .wpcf7-list-item-label, .radio-lst .wpcf7-list-item-label,
.policy-field .wpcf7-list-item-label {
  display: block;
  padding-left: 35px;
}

.check-title a, .radio-title a, .check-title .main-mnu .btn-sub-mnu, .main-mnu .check-title .btn-sub-mnu, .radio-title .main-mnu .btn-sub-mnu, .main-mnu .radio-title .btn-sub-mnu,
.check-lst .wpcf7-list-item-label a,
.radio-lst .wpcf7-list-item-label a,
.check-lst .wpcf7-list-item-label .main-mnu .btn-sub-mnu,
.main-mnu .check-lst .wpcf7-list-item-label .btn-sub-mnu,
.radio-lst .wpcf7-list-item-label .main-mnu .btn-sub-mnu,
.main-mnu .radio-lst .wpcf7-list-item-label .btn-sub-mnu,
.policy-field .wpcf7-list-item-label a,
.policy-field .wpcf7-list-item-label .main-mnu .btn-sub-mnu,
.main-mnu .policy-field .wpcf7-list-item-label .btn-sub-mnu {
  color: #EE7203;
}

.check-title a:hover, .radio-title a:hover, .check-title .main-mnu .btn-sub-mnu:hover, .main-mnu .check-title .btn-sub-mnu:hover, .radio-title .main-mnu .btn-sub-mnu:hover, .main-mnu .radio-title .btn-sub-mnu:hover,
.check-lst .wpcf7-list-item-label a:hover,
.radio-lst .wpcf7-list-item-label a:hover,
.check-lst .wpcf7-list-item-label .main-mnu .btn-sub-mnu:hover,
.main-mnu .check-lst .wpcf7-list-item-label .btn-sub-mnu:hover,
.radio-lst .wpcf7-list-item-label .main-mnu .btn-sub-mnu:hover,
.main-mnu .radio-lst .wpcf7-list-item-label .btn-sub-mnu:hover,
.policy-field .wpcf7-list-item-label a:hover,
.policy-field .wpcf7-list-item-label .main-mnu .btn-sub-mnu:hover,
.main-mnu .policy-field .wpcf7-list-item-label .btn-sub-mnu:hover {
  color: #007858;
}

.modal {
  padding-left: 15px !important;
  padding-right: 15px !important;
}

.modal .modal-dialog {
  margin-left: auto !important;
  margin-right: auto !important;
}

.modal-top {
  height: 25px;
}

.modal-top .close {
  position: absolute;
  z-index: 10;
  top: 15px;
  right: 15px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  background-color: transparent;
  display: inline-block;
  width: 30px;
  height: 30px;
  background-image: url("../img/_style/_svg/close.svg");
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: contain;
     -moz-background-size: contain;
       -o-background-size: contain;
          background-size: contain;
  cursor: pointer;
  outline: none !important;
  -webkit-background-size: 20px 20px;
     -moz-background-size: 20px;
       -o-background-size: 20px;
          background-size: 20px;
}

.modal-top .close:hover {
  opacity: .75;
}

.modal-body {
  text-align: center;
}

.modal-title {
  margin-bottom: 25px;
}

/* ================= Header ================= */
/*============= hover-dropdown =============*/
.hover-dropdown {
  overflow: hidden;
  position: relative;
  z-index: 9999;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.hover-dropdown.hover {
  overflow: visible;
  z-index: 99999;
}

.hover-dropdown.hover .arr-dn-ic {
  -webkit-transform: rotate(180deg);
     -moz-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
       -o-transform: rotate(180deg);
          transform: rotate(180deg);
}

.hover-dropdown-btn {
  cursor: default;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  white-space: nowrap;
}

.hover-dropdown-btn span {
  display: inline-block;
  vertical-align: middle;
}

.hover-dropdown-box {
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
     -moz-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
       -o-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  min-width: 100%;
  line-height: 1em;
  -webkit-transition: .5s ease;
  -o-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
  margin-top: -5px;
  opacity: 0;
  max-height: 0;
  overflow: hidden;
}

.hover-dropdown-box ul {
  white-space: nowrap;
  color: #302E33;
}

.hover .hover-dropdown-box {
  margin-top: 0;
  opacity: 1;
  overflow: visible;
  max-height: none;
}

/*============= hover-dropdown END =============*/
.main-head, .inner-head {
  color: inherit;
  height: 70px;
}

.head-top {
  -webkit-box-shadow: 0 0 15px 3px rgba(0, 0, 0, 0.25);
     -moz-box-shadow: 0 0 15px 3px rgba(0, 0, 0, 0.25);
          box-shadow: 0 0 15px 3px rgba(0, 0, 0, 0.25);
  position: fixed;
  z-index: 999;
  left: 0;
  top: 0;
  width: 100%;
  min-width: 320px;
  background-color: #fff;
  padding: 0 60px;
}

.head-line {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  min-height: 70px;
}

.head-cell {
  padding: 10px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.head-cell .logo {
  margin-top: -15px;
  margin-bottom: -50px;
}

.logo {
  display: block;
  width: 345px;
}

.logo img {
  display: block;
  width: 100%;
  background-color: transparent;
}

.mnu-wrap {
  padding: 0 40px;
}

.main-mnu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "BarlowCondensedSemiBold", sans-serif;
  font-size: 26px;
}

.main-mnu > li {
  position: relative;
  margin-right: 40px;
}

.main-mnu > li:last-child {
  margin-right: 0;
}

.main-mnu > li > a .arr-dn-ic, .main-mnu > li > .btn-sub-mnu .arr-dn-ic,
.main-mnu > li > span .arr-dn-ic,
.main-mnu > li > .main-lnk .arr-dn-ic {
  margin-top: -5px;
  width: 12px;
  height: 12px;
}

.main-mnu li.active > a, .main-mnu li.active > .btn-sub-mnu,
.main-mnu li.active > span,
.main-mnu li.active > .main-lnk {
  color: #EE7203;
}

.main-mnu .arr-dn-ic {
  -webkit-transition: .2s transform;
  -o-transition: .2s transform;
  -moz-transition: .2s transform;
  transition: .2s transform;
}

.main-mnu .mnu-icon {
  width: 0;
}

.main-mnu .main-lnk {
  position: relative;
}

.sub-mnu .arr-dn-ic {
  -webkit-transform: rotate(-90deg);
     -moz-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
       -o-transform: rotate(-90deg);
          transform: rotate(-90deg);
  margin-top: -2px;
  width: 10px;
  height: 10px;
}

.btn-sub-mnu {
  z-index: 5;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  background-color: transparent;
  outline: none !important;
  opacity: 0;
  position: absolute !important;
  z-index: 5;
  left: 0;
  top: 0;
  display: none !important;
}

html.touch .btn-sub-mnu {
  display: -webkit-inline-box !important;
  display: -webkit-inline-flex !important;
  display: -moz-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}

.head-sett > li {
  margin-left: 25px;
}

.head-sett + .toggle-btn {
  margin-left: 25px;
}

.lang-change-btn {
  font-family: "BarlowCondensedSemiBold", sans-serif;
  font-size: 20px;
  line-height: 1;
  padding-bottom: 5px;
}

.lang-change-btn a, .lang-change-btn .main-mnu .btn-sub-mnu, .main-mnu .lang-change-btn .btn-sub-mnu {
  display: inline-block;
}

.lang-change-btn + .toggle-btn {
  margin-left: 25px;
}

.home-slider-wrap {
  position: relative;
}

.slick-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
     -moz-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
       -o-transform: translate(0, -50%);
          transform: translate(0, -50%);
  z-index: 10;
  width: 60px;
  height: 60px;
  background-color: #EE7203;
  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
          border-radius: 50%;
  cursor: pointer;
  -webkit-transition: .3s background-color;
  -o-transition: .3s background-color;
  -moz-transition: .3s background-color;
  transition: .3s background-color;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-background-size: 26px 26px;
     -moz-background-size: 26px;
       -o-background-size: 26px;
          background-size: 26px;
  overflow: hidden;
  color: transparent;
  border: none;
  outline: none !important;
}

.slick-arrow:hover {
  background-color: #007858;
}

.slick-prev {
  left: 0;
  background-image: url("../img/_style/_svg/arr_l-2.svg");
}

.slick-next {
  right: 0;
  background-image: url("../img/_style/_svg/arr_r-2.svg");
}

.txt-with-bg {
  position: relative;
  margin-bottom: 50px;
}

.txt-with-bg-inner {
  padding: 70px 90px 30px 50px;
  position: relative;
  z-index: 5;
}

.txt-itm-bg {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: left 0 top 0;
  -webkit-background-size: 100% 100%;
     -moz-background-size: 100% 100%;
       -o-background-size: 100% 100%;
          background-size: 100% 100%;
  background-image: url("../img/_style/figure/txt-box.png");
}

.txt-itm-bg::after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 100%;
  top: -webkit-calc(100% - 1px);
  top: -moz-calc(100% - 1px);
  top: calc(100% - 1px);
  width: 100%;
  height: 75px;
  -webkit-background-size: 100% 100%;
     -moz-background-size: 100% 100%;
       -o-background-size: 100% 100%;
          background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: left 0 top 0;
  background-image: url("../img/_style/figure/txt-box-bottom.png");
}

.img-with-contour {
  position: relative;
  margin-right: -3.5%;
  padding-right: 3.5%;
}

.img-with-contour img {
  display: block;
  width: 100% !important;
  height: auto;
}

.img-contour-bg {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: left 0 top 0;
  -webkit-background-size: 100% 100%;
     -moz-background-size: 100% 100%;
       -o-background-size: 100% 100%;
          background-size: 100% 100%;
}

.img-contour-bg::before {
  content: '';
  display: block;
  position: absolute;
  z-index: 2;
  right: 20px;
  right: 3.5%;
  top: 0;
  bottom: 75px;
  -webkit-box-shadow: 1px 5px 12px 2px rgba(0, 0, 0, 0.55);
     -moz-box-shadow: 1px 5px 12px 2px rgba(0, 0, 0, 0.55);
          box-shadow: 1px 5px 12px 2px rgba(0, 0, 0, 0.55);
}

.img-contour-bg::after {
  content: '';
  display: block;
  position: absolute;
  z-index: 5;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 75px;
  -webkit-background-size: 100% 100%;
     -moz-background-size: 100% 100%;
       -o-background-size: 100% 100%;
          background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: left 0 top 0;
  background-image: url("../img/_style/figure/txt-box-bottom-2.png");
}

.svg-bg {
  display: block;
  margin: 0 auto;
  width: 150px;
  fill: red !important;
  -webkit-filter: drop-shadow(10px 10px 10px rgba(0, 0, 0, 0.35)) !important;
          filter: drop-shadow(10px 10px 10px rgba(0, 0, 0, 0.35)) !important;
}

.top-screen-inner {
  background-color: #E8DFD0;
  min-height: 680px;
  margin-bottom: -1px;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 60px 100px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
     -moz-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  overflow: hidden;
}

.top-screen-inner > img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}

.top-screen-inner .txt-with-bg {
  max-width: 710px;
  margin-top: -10px;
  margin-right: -40px;
}

.top-screen-inner .txt-itm-bg::after {
  top: 100%;
}

.top-screen-inner .title-descr {
  font-family: "SourceSerifProRegular", sans-serif;
  line-height: 1.61538461538;
}

.top-txt-box {
  min-height: 140px;
  background-repeat: no-repeat;
  background-position: left 0 bottom 0;
  -webkit-background-size: 100% auto;
     -moz-background-size: 100% auto;
       -o-background-size: 100% auto;
          background-size: 100% auto;
  background-image: url("../img/_style/figure/1.png");
}

.top-txt-box .page-title {
  padding-bottom: 135px;
}

.breadcrumbs-wrap {
  padding: 20px 0 70px;
}

.breadcrumbs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.breadcrumbs a, .breadcrumbs .main-mnu .btn-sub-mnu, .main-mnu .breadcrumbs .btn-sub-mnu {
  display: inline-block;
}

.breadcrumbs .home-ic {
  margin-top: -5px;
}

.breadcrumbs li {
  margin-right: 30px;
  position: relative;
}

.breadcrumbs li::after {
  content: '';
  display: block;
  position: absolute;
  right: -21px;
  top: 15px;
  height: 1px;
  width: 13px;
  background-color: #302E33;
}

.breadcrumbs li:last-child {
  margin-right: 0;
}

.breadcrumbs li:last-child::after {
  display: none;
}

.projects-slider-wrap {
  position: relative;
}

.projects-slider-wrap .slick-arrow {
  position: relative;
  top: 50%;
  -webkit-transform: translate(0, -50%);
     -moz-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
       -o-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

.projects-slider-wrap .slick-prev {
  margin-right: 20px;
}

.projects-slider-wrap .slider-nav {
  position: absolute;
  top: 100%;
  left: -webkit-calc(65.715% + 40px);
  left: -moz-calc(65.715% + 40px);
  left: calc(65.715% + 40px);
}

.projects-slider .slick-track {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.projects-slider .slick-track .project-slide {
  height: auto;
}

.projects-slider .slick-track .project-slide-inner {
  height: 100%;
}

.project-slide-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #E8DFD0;
}

.project-img {
  width: 920px;
  min-width: 920px;
  width: 65.715%;
  min-width: 65.715%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.project-img .cover-img {
  width: 100%;
}

.project-txt {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 55px 30px 30px 40px;
}

.sect-notice {
  min-height: 760px;
}

.sect-notice .txt-with-bg {
  top: -50px;
  margin-right: -40px;
}

.offer-lst-wrap {
  margin: 0 -20px;
}

.offer-lst {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.offer-itm {
  padding: 0 20px;
  width: 50%;
  min-width: 50%;
  margin-top: 75px;
}

.offer-itm:nth-child(1), .offer-itm:nth-child(2) {
  margin-top: 0;
}

.offer-itm-img {
  display: block;
  margin-bottom: 25px;
}

.offer-itm-txt .btn-more-wrap {
  margin-top: 20px;
}

.offer-itm-title {
  color: #007858;
  margin-bottom: 15px;
}

.offer-itm-brief p:last-child {
  margin-bottom: 0;
}

.sect-features {
  background-color: #007858;
  color: #fff;
}

.sect-features .title-wrap {
  color: inherit;
  padding-top: 100px;
}

.sect-features .title-wrap h2, .sect-features .title-wrap .h2-title {
  line-height: 1.5;
}

.sect-features .img-with-contour {
  top: -50px;
}

.sect-features .btn-more-wrap {
  text-align: right;
  margin-top: 75px;
  margin-bottom: -45px;
}

.sect-features .btn::after, .sect-features .btn-form::after {
  background-image: url("../img/_style/figure/btn-hover-2.svg");
}

.sect-home-event {
  padding-bottom: 175px;
  background-repeat: no-repeat;
  background-position: center bottom -135px;
  -webkit-background-size: 100% auto;
     -moz-background-size: 100% auto;
       -o-background-size: 100% auto;
          background-size: 100% auto;
  min-height: 650px;
}

.event-lst-wrap .btn-more-wrap {
  margin-top: 100px;
}

.event-lst {
  display: table;
  width: 100%;
}

.event-itm {
  display: table-row;
}

.event-itm-date,
.event-itm-img,
.event-itm-txt,
.event-itm-more {
  display: table-cell;
  vertical-align: top;
  border-bottom: 1px solid #453A26;
  padding-top: 40px;
  padding-bottom: 40px;
}

.event-itm-more {
  vertical-align: bottom;
  padding-bottom: 0;
  border-color: transparent;
}

.event-itm-more .btn, .event-itm-more .btn-form {
  min-width: 100px;
  top: 15px;
}

.event-itm-date {
  width: 240px;
  padding-right: 40px;
  font-family: "BarlowCondensedSemiBold", sans-serif;
  line-height: 1;
  font-size: 26px;
  color: #007858;
}

.event-itm-date span,
.event-itm-date strong {
  display: block;
}

.event-itm-date span {
  margin-top: -5px;
  margin-bottom: 7px;
  font-size: 32px;
}

.event-itm-img {
  width: 200px;
}

.event-itm-txt {
  padding-left: 40px;
  padding-right: 150px;
}

.event-itm-title {
  color: #007858;
  margin-bottom: 20px;
  margin-top: -5px;
}

.event-itm-brief p:last-child {
  margin-bottom: 0;
}

.event-categ {
  font-size: 20px;
}

.sect-home-event + .sect-home-info {
  margin-top: 0;
}

.sect-home-info {
  position: relative;
}

.sect-home-info::before {
  content: '';
  display: block;
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
  width: 100%;
  height: 370px;
  background-color: #302E33;
}

.sect-home-info .cover-img {
  background-color: transparent;
}

.info-cards-wrap {
  margin: 0 -20px;
}

.info-cards-lst {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.info-card-itm {
  padding: 0 20px;
  width: 33.33%;
  min-width: 33.33%;
  margin-top: 125px;
}

.info-card-img {
  display: block;
  margin-bottom: 25px;
}

.info-card-title {
  color: #007858;
  margin-bottom: 15px;
}

.info-card-brief p:last-child {
  margin-bottom: 0;
}

.quote-box {
  margin-bottom: 100px;
}

.quote-box img {
  display: block;
  width: 100%;
}

.quote-itm {
  background-color: #302E33;
  color: #fff;
  margin-bottom: 100px;
  padding: 50px 0 55px;
}

.quote-itm:last-child {
  margin-bottom: 0;
}

.quote-itm h2, .quote-itm .h2-title {
  line-height: 1.5;
}

.quote-itm .image-pushed {
  top: -100px;
}

.image-pushed {
  position: relative;
  top: -50px;
}

.image-pushed img {
  display: block;
  width: 100%;
  height: auto;
}

.project-itm {
  padding: 50px 0 45px;
  position: relative;
}

.project-itm:nth-child(odd) {
  background-color: #E8DFD0;
}

.project-itm:nth-child(odd)::before {
  content: '';
  display: block;
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
     -moz-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
       -o-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  width: 200vw;
  background-color: #E8DFD0;
}

.filter-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
     -moz-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-bottom: 40px;
}

.filter-line {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-left: -30px;
}

.filter-line .cust-sel,
.filter-line .cust-inp-srch {
  margin-left: 30px;
}

.filter-line .cust-inp-srch {
  width: 400px;
}

.filter-top-title {
  padding-bottom: 10px;
}

.service-itm {
  position: relative;
  padding: 35px 0;
  min-height: 310px;
}

.service-itm:nth-child(odd) {
  background-color: #E8DFD0;
}

.service-itm:nth-child(odd)::before {
  content: '';
  display: block;
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
     -moz-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
       -o-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  width: 200vw;
  background-color: #E8DFD0;
}

.service-itm .project-txt {
  padding: 0;
}

.service-itm .title-descr {
  padding: 0;
}

.service-itm .title-descr + h2, .service-itm .title-descr + .h2-title {
  padding-top: 17px;
}

.service-itm .title-wrap {
  margin-bottom: 25px;
}

.service-itm .title-wrap h2 + .title-descr, .service-itm .title-wrap .h2-title + .title-descr {
  padding-top: 17px;
}

.service-itm .btn-more-wrap {
  margin-top: 35px;
}

.serv-itm-right li {
  margin-bottom: 7px;
}

.serv-itm-right li:last-child {
  margin-bottom: 0;
}

.aside-inner {
  margin-top: -150px;
}

.aside-images img {
  display: block;
  width: 100%;
  height: auto;
}

.aside-info {
  background-color: #D9CCB7;
  padding: 65px 40px;
}

.aside-info-itm {
  padding-bottom: 30px;
  margin-bottom: 35px;
  border-bottom: 1px solid #302E33;
}

.aside-info-itm:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border: none;
}

.aside-info-itm h3, .aside-info-itm .h3-title, .aside-info-itm .offer-itm-title, .aside-info-itm .event-itm-title, .aside-info-itm .info-card-title, .aside-info-itm .team-name {
  margin-bottom: 25px;
}

.aside-info-itm table td {
  padding-right: 25px;
  vertical-align: top;
  height: 20px;
}

.aside-info-itm table td:last-child {
  padding-right: 0;
}

.logos-box {
  border-top: 1px solid #707070;
  border-bottom: 1px solid #707070;
  padding: 40px 0;
  margin-top: 50px;
}

.logos-box h2, .logos-box .h2-title {
  color: #007858;
  margin-bottom: 25px;
}

.logos-line {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.logo-itm {
  display: block;
}

.logo-itm img {
  display: block;
  height: 92px;
  width: auto;
}

.btn-back-wrap {
  margin-top: 55px;
}

.btn-back-wrap ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-top: -25px;
}

.btn-back-wrap li {
  margin-right: 30px;
  margin-top: 25px;
}

.team-lst-wrap {
  margin-bottom: 200px;
}

.team-lst-wrap:last-child {
  margin-bottom: 0;
}

.team-lst {
  margin: 0 -40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.team-itm {
  padding: 0 40px;
  width: 25%;
  min-width: 25%;
  margin-top: 150px;
}

.team-itm:nth-child(1), .team-itm:nth-child(2), .team-itm:nth-child(3), .team-itm:nth-child(4) {
  margin-top: 0;
}

.team-txt {
  padding: 25px 15px 35px 30px;
  background-color: #E8DFD0;
  position: relative;
}

.team-txt::after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  height: 30px;
  background-image: url("../img/_style/figure/4.png");
  background-repeat: no-repeat;
  -webkit-background-size: 100% auto;
     -moz-background-size: 100% auto;
       -o-background-size: 100% auto;
          background-size: 100% auto;
  background-position: left 0 bottom 0;
}

.team-txt .btn-more-wrap {
  margin: 0;
  position: absolute;
  left: 30px;
  bottom: -50px;
}

.team-name {
  color: #007858;
  margin-bottom: 15px;
}

.team-itm-brief {
  line-height: 1.5;
}

.team-itm-brief li {
  min-height: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.team-itm-brief li > div {
  min-width: 33px;
}

.biggest li {
  margin-bottom: 15px;
}

.top-txt-box + section {
  margin-top: 0;
}

.home-wrap > .top-txt-box, .page-wrap > .top-txt-box,
.top-screen > .top-txt-box:only-child {
  padding-top: 40px;
}

.form-service-order .btn-wrap:last-child {
  padding-top: 10px;
}

.add-fields-box {
  margin-top: 55px;
  margin-bottom: 60px;
}

.add-fields-box .title-wrap {
  margin-bottom: 22px;
}

.add-fields-box .add-fields-btn {
  margin-top: 55px;
}

.add-fields-btn {
  font-family: "BarlowCondensedSemiBold", sans-serif;
  line-height: 1;
}

.add-fields-btn a, .add-fields-btn .main-mnu .btn-sub-mnu, .main-mnu .add-fields-btn .btn-sub-mnu {
  display: inline-block;
}

.add-fields-btn a:hover, .add-fields-btn .main-mnu .btn-sub-mnu:hover, .main-mnu .add-fields-btn .btn-sub-mnu:hover {
  text-decoration: none;
}

.main-foot, .inner-foot {
  color: inherit;
  min-height: 684px;
  margin-top: 175px;
  padding-top: 200px;
  padding-bottom: 100px;
  position: relative;
}

.main-foot::before, .inner-foot::before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  background-image: url("../img/_style/figure/foot.png");
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: 100% 100%;
     -moz-background-size: 100% 100%;
       -o-background-size: 100% 100%;
          background-size: 100% 100%;
}

.foot-line {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  z-index: 5;
}

.foot-info ul {
  margin-bottom: 30px;
}

.foot-btns li {
  margin-bottom: 25px;
}

.foot-btns .btn, .foot-btns .btn-form {
  min-width: 240px;
}

.foot-nav {
  font-family: "BarlowCondensedSemiBold", sans-serif;
  font-size: 20px;
}

.foot-nav li {
  margin-bottom: 17px;
}

/* ========================== Media Queries ========================== */
@media only screen and (min-width: 992px) {
  .main-mnu > li {
    position: relative;
    z-index: 10;
    -webkit-transition: .2s;
    -o-transition: .2s;
    -moz-transition: .2s;
    transition: .2s;
  }
  .main-mnu > li.hover > .main-lnk .arr-dn-ic {
    -webkit-transform: rotate(180deg);
       -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
         -o-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  .main-mnu > li.hover .sub-mnu {
    height: auto;
    overflow: visible;
  }
  .main-mnu > li.hover .sub-mnu ul {
    opacity: 1;
  }
  .main-mnu .sub-mnu {
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 100%;
    white-space: nowrap;
    height: 0;
    overflow: hidden;
  }
  .main-mnu .sub-mnu li {
    margin-right: 0;
    float: none;
  }
  .main-mnu ul {
    background-color: #E8DFD0;
    padding: 15px 20px 20px;
    -webkit-transition: .2s;
    -o-transition: .2s;
    -moz-transition: .2s;
    transition: .2s;
    opacity: 0;
  }
  .main-mnu .btn-sub-mnu {
    position: absolute;
    left: 0;
    top: 0;
  }
  .sub-mnu {
    font-size: 20px;
    line-height: 1.2;
  }
  .sub-mnu li {
    margin-bottom: 15px;
  }
  .sub-mnu li:last-child {
    margin-bottom: 0;
  }
  .sub-mnu a, .sub-mnu .main-mnu .btn-sub-mnu, .main-mnu .sub-mnu .btn-sub-mnu {
    display: inline-block;
  }
  .sub-mnu a:hover, .sub-mnu .main-mnu .btn-sub-mnu:hover, .main-mnu .sub-mnu .btn-sub-mnu:hover {
    text-decoration: underline;
  }
}

@media only screen and (max-width: 1999px) {
  .head-top {
    padding: 0 30px;
  }
  .logo {
    width: 200px;
  }
  .head-cell .logo {
    margin-top: -10px;
    margin-bottom: -25px;
  }
  .head-line {
    min-height: 0;
  }
  .main-mnu {
    font-size: 22px;
  }
  .sub-mnu {
    font-size: 18px;
  }
  .lang-change-btn {
    font-size: 16px;
    padding-bottom: 1px;
  }
  .main-head, .inner-head {
    height: 52px;
  }
}

@media only screen and (max-width: 1599px) {
  .top-screen-inner {
    min-height: 500px;
    padding: 0 30px 50px;
  }
  .top-screen-inner .txt-with-bg {
    max-width: 550px;
    margin-top: 0;
    margin-right: -30px;
  }
  .sect-notice {
    min-height: 510px;
  }
  body {
    font-size: 16px;
  }
  h1, .h1-title {
    font-size: 44px;
  }
  h2, .h2-title {
    font-size: 30px;
  }
  h3, .h3-title, .offer-itm-title, .event-itm-title, .info-card-title, .team-name {
    font-size: 26px;
  }
  .txt-box ul li::before {
    top: 12px;
  }
  .txt-with-bg-inner {
    padding: 40px 50px 20px 30px;
  }
  .title-descr {
    font-size: 21px;
    padding-top: 20px;
  }
  .btn-more-wrap {
    margin-top: 30px;
  }
  .top-txt-box {
    min-height: 75px;
  }
  .top-txt-box .page-title {
    padding-bottom: 75px;
  }
  .breadcrumbs-wrap {
    padding: 15px 0 25px;
  }
  .txt-box h1:not([class]), .txt-box .h1-title:not([class]),
  .txt-box h2:not([class]),
  .txt-box .h2-title:not([class]),
  .txt-box h3:not([class]),
  .txt-box .h3-title:not([class]),
  .txt-box .offer-itm-title:not([class]),
  .txt-box .event-itm-title:not([class]),
  .txt-box .info-card-title:not([class]),
  .txt-box .team-name:not([class]),
  .txt-box h4:not([class]),
  .txt-box .h4-title:not([class]),
  .txt-box h5:not([class]),
  .txt-box h6:not([class]) {
    margin-bottom: 20px;
  }
  .slick-arrow {
    width: 45px;
    height: 45px;
    -webkit-background-size: 19px 19px;
       -moz-background-size: 19px;
         -o-background-size: 19px;
            background-size: 19px;
  }
  .projects-slider-wrap .slick-prev {
    margin-right: 15px;
  }
  .title-wrap {
    margin-bottom: 22px;
  }
  .title-sect {
    margin-bottom: 25px;
  }
  .event-itm-txt {
    padding-right: 40px;
  }
  .event-itm-date,
  .event-itm-img,
  .event-itm-txt {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .sect-home-info::before {
    height: 200px;
  }
  .info-card-itm {
    margin-top: 55px;
  }
  .sect-features .title-wrap {
    padding-top: 50px;
  }
  .sect-features .title-wrap h2 + h2, .sect-features .title-wrap .h2-title + h2, .sect-features .title-wrap h2 + .h2-title, .sect-features .title-wrap .h2-title + .h2-title {
    font-size: 20px;
  }
  .sect-features .btn-more-wrap {
    margin-top: 50px;
    margin-bottom: -27px;
  }
  .title-wrap h2 + h2, .title-wrap .h2-title + h2, .title-wrap h2 + .h2-title, .title-wrap .h2-title + .h2-title {
    margin-top: 18px;
  }
  .main-foot, .inner-foot {
    min-height: 0;
    margin-top: 100px;
    padding-top: 100px;
    padding-bottom: 50px;
  }
  .txt-box .row + .row {
    margin-top: 75px;
  }
  .offer-lst-wrap,
  .info-cards-wrap {
    margin-left: -15px;
    margin-right: -15px;
  }
  .offer-itm,
  .info-card-itm {
    padding-left: 15px;
    padding-right: 15px;
  }
  .event-itm-date {
    width: 230px;
    padding-right: 30px;
  }
  .event-itm-txt {
    padding-left: 30px;
    padding-right: 30px;
  }
  .event-lst-wrap .btn-more-wrap {
    margin-top: 75px;
  }
  .sub-mnu {
    font-size: 16px;
  }
  .sub-mnu li {
    margin-bottom: 10px;
  }
  .breadcrumbs .home-ic {
    margin-top: -5px;
  }
  .breadcrumbs li {
    margin-right: 25px;
  }
  .breadcrumbs li::after {
    right: -18px;
    top: 13px;
    width: 10px;
  }
  .project-txt {
    padding: 40px 20px 30px 30px;
  }
  .projects-slider-wrap .slider-nav {
    left: -webkit-calc(65.715% + 30px);
    left: -moz-calc(65.715% + 30px);
    left: calc(65.715% + 30px);
  }
  .filter-line {
    margin-left: -20px;
  }
  .filter-line .cust-sel,
  .filter-line .cust-inp-srch {
    margin-left: 20px;
  }
  .filter-line .cust-inp-srch {
    width: 300px;
  }
  .filter-top-title {
    padding-bottom: 3px;
  }
  .aside-inner {
    margin-top: -100px;
  }
  .aside-info {
    padding: 35px 30px;
  }
  .aside-info-itm {
    padding-bottom: 20px;
    margin-bottom: 25px;
  }
  .aside-info-itm h3, .aside-info-itm .h3-title, .aside-info-itm .offer-itm-title, .aside-info-itm .event-itm-title, .aside-info-itm .info-card-title, .aside-info-itm .team-name {
    margin-bottom: 15px;
  }
  .team-lst-wrap {
    margin-bottom: 125px;
  }
  .team-lst {
    margin: 0 -15px;
  }
  .team-itm {
    padding: 0 15px;
    margin-top: 100px;
  }
  .team-txt {
    padding: 15px 10px 35px 20px;
  }
  .home-wrap > .top-txt-box, .page-wrap > .top-txt-box,
  .top-screen > .top-txt-box:only-child {
    padding-top: 15px;
  }
  .add-fields-box .add-fields-btn {
    margin-top: 25px;
  }
  .main-mnu {
    font-size: 18px;
  }
}

@media only screen and (max-width: 1199px) {
  .main-mnu > li {
    margin-right: 30px;
  }
  .foot-nav li {
    margin-bottom: 10px;
  }
  .foot-info ul {
    margin-bottom: 20px;
  }
  .project-img {
    width: 55%;
    min-width: 55%;
  }
  .projects-slider-wrap .slider-nav {
    left: -webkit-calc(55% + 30px);
    left: -moz-calc(55% + 30px);
    left: calc(55% + 30px);
  }
  .event-itm {
    position: relative;
  }
  .event-itm-date {
    height: 285px;
  }
  .event-itm-img {
    width: 0;
    position: relative;
  }
  .event-itm-img .cover-img {
    position: absolute;
    left: -230px;
    top: 125px;
    width: 200px;
  }
  .event-itm-txt {
    padding-left: 0;
  }
  .team-itm {
    width: 33.33%;
  }
  .team-itm:nth-child(4) {
    margin-top: 100px;
  }
  .team-itm-brief li > div {
    min-width: 29px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1999px) {
  .top-screen-inner {
    padding: 0 30px 50px;
  }
  .top-screen-inner .txt-with-bg {
    max-width: 550px;
    margin-top: 0;
    margin-right: -30px;
  }
  .top-screen-inner .txt-with-bg h1, .top-screen-inner .txt-with-bg .h1-title {
    font-size: 44px;
  }
  .top-screen-inner .title-descr {
    font-size: 21px;
    padding-top: 15px;
  }
  .top-screen-inner .txt-with-bg-inner {
    padding: 40px 50px 20px 30px;
  }
}

@media only screen and (max-width: 992px) {
  .toggle-btn {
    display: inline-block;
  }
  .head-top .logo-wrap {
    position: relative;
    z-index: 55;
  }
  .mnu-wrap {
    display: none;
    position: absolute;
    z-index: 50;
    left: -30px;
    right: -30px;
    top: 100%;
    background-color: #F2EFEA;
    overflow-y: auto;
    padding: 95px 30px;
  }
  .mnu-wrap::before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 50px;
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.15)));
    background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.15));
    background-image: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.15));
    background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.15));
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.15));
  }
  .main-mnu {
    display: block;
    font-size: 26px;
    line-height: 1.25;
    border: none;
  }
  .main-mnu .arr-dn-ic {
    display: inline-block;
  }
  .main-mnu li {
    border: none;
  }
  .main-mnu > li {
    margin-right: 0;
    margin-bottom: 45px;
  }
  .main-mnu > li:last-child {
    margin-bottom: 0;
  }
  .main-mnu > li > a, .main-mnu > li > .btn-sub-mnu,
  .main-mnu > li > span,
  .main-mnu > li > .main-lnk {
    padding: 0;
    height: auto;
  }
  .main-mnu a:hover, .main-mnu .btn-sub-mnu:hover {
    text-decoration: underline;
  }
  .main-mnu .btn-sub-mnu {
    display: -webkit-inline-box !important;
    display: -webkit-inline-flex !important;
    display: -moz-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
  .sub-mnu {
    display: none;
    font-size: 20px;
    line-height: 1.25;
  }
  .sub-mnu ul {
    padding-top: 25px;
  }
  .sub-mnu li {
    margin-bottom: 20px;
  }
  .sub-mnu li:last-child {
    margin-bottom: 0;
  }
  .head-top {
    background-color: #E8DFD0;
  }
  .main-head, .inner-head {
    height: 55px;
  }
  .head-line {
    min-height: 55px;
  }
  .head-cell .logo {
    margin-top: 0;
    margin-bottom: -50px;
  }
  .top-screen-inner .txt-with-bg {
    max-width: -webkit-calc(100% - 200px);
    max-width: -moz-calc(100% - 200px);
    max-width: calc(100% - 200px);
  }
  .foot-line {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .foot-cell {
    margin-bottom: 55px;
  }
  .foot-btns {
    text-align: center;
  }
  .main-foot, .inner-foot {
    padding-bottom: 0;
    -webkit-background-size: 200% 100%;
       -moz-background-size: 200% 100%;
         -o-background-size: 200% 100%;
            background-size: 200% 100%;
  }
  .main-foot::before, .inner-foot::before {
    width: 200%;
  }
  .breadcrumbs {
    font-size: 12px;
  }
  .breadcrumbs li {
    margin-right: 22px;
  }
  .breadcrumbs li::after {
    right: -16px;
    top: 9px;
    width: 8px;
  }
  .sect-txt .btn-more-wrap {
    margin-bottom: 40px;
  }
  section {
    margin-top: 75px;
  }
  .sect-txt {
    padding-bottom: 75px;
  }
  .project-slide-inner {
    display: block;
  }
  .project-img {
    width: 100%;
  }
  .projects-slider-wrap .slider-nav {
    left: 30px;
  }
  .project-txt {
    padding: 30px 20px 30px 30px;
  }
  .sect-features {
    margin-top: 125px;
  }
  .sect-features .title-wrap {
    padding-top: 0;
    margin-top: -25px;
  }
  .sect-home-event {
    background-position: center bottom -50px;
  }
  .info-cards-lst {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .info-card-itm {
    width: 50%;
  }
  .filter-inner {
    width: 100%;
  }
  .filter-line {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .aside-inner {
    margin-top: 50px !important;
  }
  .team-itm {
    width: 50%;
  }
  .team-itm:nth-child(3) {
    margin-top: 100px;
  }
  .home-wrap > .top-txt-box, .page-wrap > .top-txt-box,
  .top-screen > .top-txt-box:only-child {
    padding-top: 30px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 991px) {
  .foot-cell:nth-child(2) {
    width: 100%;
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
       -moz-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .sect-notice {
    margin-top: 125px;
  }
}

@media only screen and (max-width: 768px) {
  .top-screen-inner {
    display: block;
    padding: 0 0 40px;
    z-index: 5;
    overflow: visible;
  }
  .top-screen-inner > img {
    position: relative;
    height: 650px;
  }
  .top-screen-inner .txt-with-bg {
    max-width: none;
    margin-left: 30px;
    margin-right: -10px;
    margin-top: -220px;
    margin-bottom: 0;
    min-height: 300px;
  }
  .top-txt-box {
    min-height: 50px;
  }
  .top-txt-box .breadcrumbs-wrap {
    margin-top: -40px;
    position: relative;
    z-index: 50;
  }
  .top-txt-box .page-title {
    padding-bottom: 50px;
  }
  .top-screen.screen-with-txt .top-txt-box .breadcrumbs-wrap {
    margin-top: -10px;
  }
  .txt-itm-bg::after {
    height: 50px;
  }
  .img-contour-bg::before {
    bottom: 50px;
  }
  .img-contour-bg::after {
    height: 50px;
  }
  h2 big, .h2-title big {
    font-size: inherit;
  }
  .offer-itm {
    width: 100%;
    margin-top: 50px;
  }
  .offer-itm:nth-child(2) {
    margin-top: 50px;
  }
  .offer-itm:last-child .offer-itm-inner {
    padding-bottom: 0;
    border: none;
  }
  .offer-itm-inner {
    border-bottom: 1px solid #453A26;
    padding-bottom: 50px;
  }
  .event-lst,
  .event-itm {
    display: block;
  }
  .event-itm-date,
  .event-itm-img,
  .event-itm-txt,
  .event-itm-more {
    display: block;
    padding: 0;
    height: auto;
    width: 100%;
    border: none;
  }
  .event-itm-more {
    text-align: right;
  }
  .event-itm-img {
    position: relative;
  }
  .event-itm-img .cover-img {
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
  }
  .event-lst {
    padding-top: 30px;
  }
  .title-sect + .event-lst-wrap .event-lst {
    border-top: 1px solid #453A26;
  }
  .event-itm {
    margin-bottom: 40px;
    border-bottom: 1px solid #453A26;
  }
  .event-itm-date {
    margin-bottom: 35px;
  }
  .event-itm-img {
    margin-bottom: 35px;
  }
  .sect-home-event {
    background-position: center bottom 0;
    -webkit-background-size: 100% 530px;
       -moz-background-size: 100% 530px;
         -o-background-size: 100% 530px;
            background-size: 100% 530px;
  }
  .info-card-itm {
    width: 100%;
    margin-top: 45px;
  }
  .info-card-itm:first-child .info-card-inner {
    padding-top: 0;
    border: none;
  }
  .info-card-inner {
    padding-top: 45px;
    border-top: 1px solid #f4f4f4;
  }
  .sect-home-info {
    padding-top: 45px;
    padding-bottom: 75px;
    background-color: #302E33;
    color: #fff;
  }
  .txt-box .row + .row {
    margin-top: 50px;
  }
  .project-itm .project-txt {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0;
  }
  .filter-box {
    margin-bottom: 15px;
  }
  .cust-inp, .cust-inp-srch,
  .cust-textarea,
  .cust-sel {
    margin-bottom: 20px;
  }
  .home-wrap > .top-txt-box, .page-wrap > .top-txt-box,
  .top-screen > .top-txt-box:only-child {
    padding-top: 25px;
  }
  .home-wrap > .top-txt-box .breadcrumbs-wrap, .page-wrap > .top-txt-box .breadcrumbs-wrap,
  .top-screen > .top-txt-box:only-child .breadcrumbs-wrap {
    margin-top: 0;
  }
}

@media only screen and (max-width: 576px) {
  .container {
    padding-left: 30px;
    padding-right: 30px;
  }
  .top-screen-inner {
    padding-bottom: 30px;
  }
  .top-screen-inner .txt-with-bg {
    margin-right: 8px;
  }
  .top-txt-box .breadcrumbs-wrap {
    margin-top: -30px;
  }
  .top-screen.screen-with-txt .top-txt-box .breadcrumbs-wrap {
    margin-top: 0;
  }
  .foot-cell {
    width: 100%;
  }
  .foot-btns {
    text-align: left;
  }
  .foot-btns li:last-child {
    margin-bottom: 0;
  }
  .foot-info ul:last-child {
    margin-bottom: 0;
  }
  .main-foot, .inner-foot {
    padding-bottom: 25px;
  }
  .main-foot::before, .inner-foot::before {
    width: 2000px;
    left: auto;
    bottom: -50px;
    right: -920px;
  }
  .sect-notice .sect-bg {
    position: relative;
    width: 100%;
    height: 640px;
  }
  .sect-notice .txt-with-bg {
    top: 0;
    margin-right: -25px;
    margin-bottom: -50px;
  }
  .txt-box .row + .row {
    margin-top: 25px;
  }
  .filter-line .cust-sel,
  .filter-line .cust-inp-srch {
    width: 100%;
  }
  .btn-back-wrap {
    margin-top: 40px;
  }
  .logos-box {
    padding: 23px 0 30px;
    margin-top: 30px;
  }
  .logo-itm img {
    height: 46px;
  }
  .team-itm {
    width: 100%;
  }
  .team-itm:nth-child(2) {
    margin-top: 100px;
  }
  .aside-box {
    margin-left: -30px;
    margin-right: -30px;
  }
}

@media only screen and (max-width: 430px) {
  body {
    font-size: 16px;
  }
  h1, .h1-title {
    font-size: 38px;
  }
  h2, .h2-title {
    font-size: 28px;
  }
  h3, .h3-title, .offer-itm-title, .event-itm-title, .info-card-title, .team-name {
    font-size: 25px;
  }
  .container {
    padding-left: 15px;
    padding-right: 15px;
  }
  .head-top {
    padding: 0 15px;
  }
  .lang-change-btn + .toggle-btn {
    margin-left: 20px;
  }
  .top-screen-inner .txt-with-bg {
    margin-left: 15px;
    margin-right: -5px;
  }
  .project-txt {
    padding: 15px 15px 20px;
  }
  .projects-slider-wrap .slider-nav {
    left: 15px;
  }
  .txt-with-bg-inner {
    padding: 30px 40px 20px 20px;
  }
  .sect-notice .txt-with-bg {
    margin-right: -20px;
  }
  .sect-notice .sect-bg {
    height: 450px;
  }
  section {
    margin-top: 50px;
  }
  .sect-txt {
    padding-bottom: 50px;
  }
  .main-foot, .inner-foot {
    margin-top: 50px;
  }
  .top-screen-inner > img {
    height: 500px;
  }
  .title-descr {
    font-size: 18px;
  }
  .aside-box {
    margin-left: -15px;
    margin-right: -15px;
  }
  .aside-info {
    padding: 25px 15px;
  }
}

@media only screen and (max-width: 350px) {
  /*  */
}

@media only screen and (min-width: 351px) {
  /*  */
}

@media only screen and (min-width: 577px) {
  /*  */
}

@media only screen and (min-width: 769px) {
  .container {
    max-width: 750px;
  }
  .project-itm {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  .project-itm .project-img {
    width: 250px;
    min-width: 250px;
    display: block;
  }
  .project-itm .project-txt {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }
  .project-itm .project-txt p:last-child {
    margin-bottom: 0;
  }
  .project-itm .title-descr {
    padding-top: 0;
  }
  .project-itm .btn-more-wrap {
    text-align: right;
  }
}

@media only screen and (min-width: 993px) {
  .container {
    max-width: 970px;
  }
  .mnu-wrap {
    display: block !important;
  }
  .project-itm .project-img {
    width: 320px;
    min-width: 320px;
  }
}

@media only screen and (min-width: 1200px) {
  .container {
    max-width: 1170px;
  }
  .project-itm .project-txt {
    padding-right: 240px;
    position: relative;
  }
  .project-itm .btn-more-wrap {
    position: absolute;
    right: 0;
    bottom: 0;
  }
}

@media only screen and (min-width: 1600px) {
  .container {
    max-width: 1440px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
    padding-left: 20px;
    padding-right: 20px;
  }
  .row {
    margin-left: -20px;
    margin-right: -20px;
  }
  .sect-notice,
  .sect-features {
    margin-top: 175px;
  }
  .btn.big, .big.btn-form {
    font-size: 30px;
    padding: 3px 45px 10px;
    height: 90px;
  }
}

@media only screen and (min-width: 2000px) {
  .main-mnu > li > a .arr-dn-ic, .main-mnu > li > .btn-sub-mnu .arr-dn-ic,
  .main-mnu > li > span .arr-dn-ic,
  .main-mnu > li > .main-lnk .arr-dn-ic {
    width: 16px;
    height: 16px;
    margin-top: -7px;
  }
  .sub-mnu .arr-dn-ic {
    width: 12px;
    height: 12px;
  }
}

@media print {
  body {
    font-family: "Arial", sans-serif;
    background-color: #fff;
  }
  * {
    color: #000;
  }
  .main-head, .inner-head, .main-foot, .inner-foot,
  .sidebar,
  .inner-pages {
    display: none;
  }
}
