@charset "UTF-8";
.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");
}

/* Required formats .TTF, .EOT и .WOFF2 */
@font-face {
  font-family: "FiraSansRegular";
  font-display: swap;
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/FiraSans/FiraSans-Regular/FiraSans-Regular.woff2") format("woff2"), url("../fonts/FiraSans/FiraSans-Regular/FiraSans-Regular.ttf") format("truetype"), url("../fonts/FiraSans/FiraSans-Regular/FiraSans-Regular.eot?#iefix") format("embedded-opentype");
}

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

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

.title-wrap {
  color: #707070;
  color: var(--title, #707070);
  margin-bottom: 25px;
}

/* Title */
h1, .h1-title, h2, .h2-title, .page-title .top-line .date, h3, .h3-title, h4, .h4-title, h5, h6 {
  margin: 0;
  padding: 0;
  font-weight: normal;
}

h1, .h1-title {
  font-family: "FiraSansBold", sans-serif;
  font-size: 45px;
  line-height: 1.1;
}

h2, .h2-title, .page-title .top-line .date {
  font-family: "FiraSansBold", sans-serif;
  font-size: 28px;
  line-height: 1.25;
}

h3, .h3-title {
  font-family: "FiraSansBold", sans-serif;
  font-size: 22px;
  line-height: 1.25;
}

h4, .h4-title {
  font-family: "FiraSansBold", sans-serif;
  font-size: 18px;
  line-height: inherit;
}

.title-sect {
  color: #707070;
  color: var(--title, #707070);
  margin-bottom: 50px;
  text-align: center;
}

section {
  margin-top: 100px;
}

.page-title {
  text-transform: uppercase;
}

.page-title + section {
  margin-top: 0;
}

.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,
.txt-box .img-itm,
.txt-box .video-frame {
  margin-bottom: 20px;
  margin-bottom: 1.5em;
}

.txt-box table {
  margin-bottom: 50px;
}

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

.txt-box .img-itm .image-notice {
  margin-top: 10px;
}

.txt-box .img-itm img {
  margin: 0;
  width: 100% !important;
  max-width: none !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: 13px;
  width: 10px;
  height: 2px;
  background-color: #707070;
  background-color: var(--text, #707070);
}

.txt-box h1, .txt-box .h1-title,
.txt-box h2,
.txt-box .h2-title,
.txt-box .page-title .top-line .date,
.page-title .top-line .txt-box .date,
.txt-box h3,
.txt-box .h3-title,
.txt-box h4,
.txt-box .h4-title,
.txt-box h5,
.txt-box h6 {
  display: block;
  font-weight: normal;
  margin-bottom: 25px;
}


.txt-box h3,
.txt-box .h3-title,
.txt-box h4,
.txt-box .h4-title,
.txt-box h5,
.txt-box h6 {
  margin-bottom: 8px;
}

.txt-box h5,
.txt-box h6 {
  font-size: 17px;
}

.txt-box a:not([class]), .txt-box .main-mnu .btn-sub-mnu:not([class]), .main-mnu .txt-box .btn-sub-mnu:not([class]) {
  text-decoration: underline;
  color: #3E84BB;
  color: var(--main, #3E84BB);
}

.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 {
  text-decoration: none;
}

.txt-box .table-double:not(:first-child) {
  margin-top: 25px;
}

.txt-box table {
  width: 100%;
}

.txt-box table:not(:first-child) {
  margin-top: 25px;
}

.txt-box table td {
  border-bottom: 1px solid #3E84BB;
  border-bottom: 1px solid var(--main, #3E84BB);
  padding: 10px 0 8px;
  padding-right: 30px;
}

.txt-box table td:last-child {
  padding-right: 0;
  width: 50%;
}

.txt-box table p:last-child,
.txt-box table ul:last-child,
.txt-box table ol:last-child,
.txt-box table img:last-child,
.txt-box table table:last-child,
.txt-box table .img-itm:last-child,
.txt-box table .video-frame:last-child,
.txt-box table h1:last-child,
.txt-box table .h1-title:last-child,
.txt-box table h2:last-child,
.txt-box table .h2-title:last-child,
.txt-box table .page-title .top-line .date:last-child,
.page-title .top-line .txt-box table .date:last-child,
.txt-box table h3:last-child,
.txt-box table .h3-title:last-child,
.txt-box table h4:last-child,
.txt-box table .h4-title:last-child,
.txt-box table h5:last-child,
.txt-box table h6:last-child {
  margin-bottom: 0 !important;
}

strong {
  font-weight: normal;
  font-family: "FiraSansBold", sans-serif;
}

/* 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: #3E84BB;
  color: var(--main, #3E84BB);
}

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, .btn-form, .acf-button {
  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;
  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: 5px 15px 3px;
  height: 45px;
  border: 1px solid #3E84BB;
  border: 1px solid var(--main, #3E84BB);
  background-color: #3E84BB;
  background-color: var(--main, #3E84BB);
  color: #fff;
  color: #fff;
  font-size: 18px;
  line-height: 1;
  font-family: "FiraSansBold", sans-serif;
  min-width: 150px;
  -webkit-transition: .3s;
  -o-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
}

.btn:hover, .btn-form:hover, .acf-button:hover {
  color: #fff;
  border-color: #2C5D83;
  border-color: var(--accent, #2C5D83);
  background-color: #2C5D83;
  background-color: var(--accent, #2C5D83);
}

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

.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: #3E84BB;
  background-color: var(--main, #3E84BB);
  cursor: pointer;
  -webkit-transition: .3s;
  -o-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
}

.btn-top {
  position: fixed;
  z-index: 555;
  right: 5px;
  bottom: 5px;
  width: 40px;
  height: 40px;
  background-color: #3E84BB;
  background-color: var(--main, #3E84BB);
  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: -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;
  vertical-align: middle;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  background-color: transparent;
  outline: none !important;
  position: relative;
  text-align: center;
  text-decoration: none;
  z-index: 10;
  cursor: pointer;
}

.toggle-btn > span {
  color: #707070;
  color: var(--title, #707070);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}

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

.toggle-btn .toggle-burger span {
  position: absolute;
  top: 50%;
  margin-top: -1px;
  display: block;
  width: 100%;
  height: 2px;
  background-color: #707070;
  background-color: var(--title, #707070);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  -webkit-backface-visibility: hidden;
     -moz-backface-visibility: hidden;
          backface-visibility: hidden;
}

.toggle-btn .toggle-burger span::after, .toggle-btn .toggle-burger span::before {
  content: "";
  position: absolute;
  left: 0;
  top: -10px;
  width: 100%;
  height: 2px;
  background-color: #707070;
  background-color: var(--title, #707070);
  -webkit-transition: .3s;
  -o-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
  -webkit-backface-visibility: hidden;
     -moz-backface-visibility: hidden;
          backface-visibility: hidden;
}

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

.toggle-btn.on .toggle-burger 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 .toggle-burger 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 .toggle-burger 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);
}

.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,
.page-links button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  background-color: transparent;
  cursor: pointer;
  outline: none !important;
  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,
.page-links button: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: -webkit-calc(100% + 2px);
  width: -moz-calc(100% + 2px);
  width: calc(100% + 2px);
  height: -webkit-calc(100% + 2px);
  height: -moz-calc(100% + 2px);
  height: calc(100% + 2px);
  -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: 'FiraSansRegular', sans-serif;
  font-size: 18px;
  line-height: 1.38888888889;
  font-weight: normal;
  color: #707070;
  color: var(--text, #707070);
  -webkit-text-size-adjust: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -moz-font-smoothing: grayscale;
}

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

html {
  scroll-padding-top: 150px;
}

/* footer at the bottom */
.home-wrap, .page-wrap {
  color: inherit;
}

.wrapper {
  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;
  min-height: 100vh;
  width: 100%;
  overflow: hidden;
}

.layout {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-height: 200px;
  width: 100%;
}

.int-expl body {
  overflow-x: hidden;
}

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

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

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

/* footer at the bottom END */
/* alternative footer at the bottom */
/* alternative footer at the bottom 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: #3E84BB;
  color: var(--main, #3E84BB);
}

.tabs__caption > li.active {
  color: #3E84BB;
  color: var(--main, #3E84BB);
}

.tabs__caption > li.active:hover {
  color: #3E84BB;
  color: var(--main, #3E84BB);
  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 {
  display: block;
}

.cust-accordion > .accord-li {
  display: block;
  overflow: hidden;
  margin-bottom: 20px;
}

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

.accord-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;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 7px 15px 5px;
  font-family: "FiraSansBold", sans-serif;
  font-size: 22px;
  line-height: 1.15em;
  min-height: 40px;
  cursor: pointer;
  -webkit-transition: .2s;
  -o-transition: .2s;
  -moz-transition: .2s;
  transition: .2s;
  color: #707070;
  color: var(--text, #707070);
  background-color: #F4F4F3;
  background-color: var(--bgc, #F4F4F3);
}

.accord-btn .arr-dn-ic {
  height: 18px;
  width: 18px;
  min-width: 18px;
  background-image: url("../img/_style/_svg/arr_dn-2.svg");
  margin-top: -3px;
}

.accord-btn.on .arr-dn-ic {
  -webkit-transform: rotate(180deg);
     -moz-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
       -o-transform: rotate(180deg);
          transform: rotate(180deg);
}

.accord-content {
  display: none;
}

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

.cust-inp,
.cust-textarea {
  display: block;
  padding: 0;
  margin: 0;
  position: relative;
  text-align: left;
}

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

.cust-inp 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: 20px 0 18px;
  width: 100%;
  height: 60px;
  font-family: "FiraSansBold", sans-serif;
  font-size: 18px;
  line-height: 1;
  border: none;
  border-bottom: 1px solid #707070;
  border-bottom: 1px solid var(--text, #707070);
  -webkit-transition: .3s;
  -o-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
  color: #707070;
  color: var(--text, #707070);
  cursor: pointer;
}

.cust-inp 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: 17px 0;
  width: 100%;
  font-family: "FiraSansBold", sans-serif;
  font-size: 18px;
  line-height: 1.5;
  border: none;
  border-bottom: 1px solid #707070;
  border-bottom: 1px solid var(--text, #707070);
  -webkit-transition: .3s;
  -o-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
  color: #707070;
  color: var(--text, #707070);
  resize: none;
  cursor: pointer;
}

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

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

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

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

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

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

.cust-inp *:focus,
.cust-textarea *:focus {
  border-color: #3E84BB;
  border-color: var(--main, #3E84BB);
}

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

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

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

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

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

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

.cust-inp .placeholder-anim,
.cust-textarea .placeholder-anim {
  position: absolute;
  left: 0;
  bottom: -webkit-calc(100% - 38px);
  bottom: -moz-calc(100% - 38px);
  bottom: calc(100% - 38px);
  -webkit-transition: .3s;
  -o-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
  color: #BCBCBC;
  width: 100%;
  cursor: pointer;
  font-family: "FiraSansBold", sans-serif;
  font-size: 18px;
  line-height: 1;
  transition: .3s;
  cursor: pointer;
}

.cust-inp input:focus ~ .placeholder-anim,
.cust-inp textarea:focus ~ .placeholder-anim,
.cust-textarea input:focus ~ .placeholder-anim,
.cust-textarea textarea:focus ~ .placeholder-anim {
  font-size: 10px;
  text-transform: uppercase;
  bottom: 5px;
}

.cust-inp .wpcf7-not-valid-tip,
.cust-textarea .wpcf7-not-valid-tip {
  font-size: 13px;
  position: absolute;
  left: 0;
  width: 100%;
  top: 100%;
}

.wpcf7-response-output {
  font-size: 13px;
}

.cust-inp.filled .placeholder-anim,
.cust-textarea.filled .placeholder-anim {
  font-size: 10px;
  text-transform: uppercase;
  bottom: 5px;
}

.acf-fields.-border {
  border: none;
  background-color: transparent;
}

.acf-fields > .acf-field {
  padding: 0;
  border: none;
}

.acf-field-text,
.acf-field-email,
.af-field-type-text,
.af-field-type-textarea,
.acf-field-date-picker,
.acf-field-number,
.acf-field-select {
  display: block;
  padding: 0 !important;
  margin: 0;
  position: relative;
  text-align: left;
  background-color: transparent !important;
}

.acf-field-text *,
.acf-field-email *,
.af-field-type-text *,
.af-field-type-textarea *,
.acf-field-date-picker *,
.acf-field-number *,
.acf-field-select * {
  position: static !important;
  margin: 0 !important;
  background-color: transparent !important;
}

.acf-field-text span,
.acf-field-email span,
.af-field-type-text span,
.af-field-type-textarea span,
.acf-field-date-picker span,
.acf-field-number span,
.acf-field-select span {
  display: block;
}

.acf-field-text span.acf-required,
.acf-field-email span.acf-required,
.af-field-type-text span.acf-required,
.af-field-type-textarea span.acf-required,
.acf-field-date-picker span.acf-required,
.acf-field-number span.acf-required,
.acf-field-select span.acf-required {
  display: inline;
}

.acf-field-text .acf-input .acf-notice,
.acf-field-email .acf-input .acf-notice,
.af-field-type-text .acf-input .acf-notice,
.af-field-type-textarea .acf-input .acf-notice,
.acf-field-date-picker .acf-input .acf-notice,
.acf-field-number .acf-input .acf-notice,
.acf-field-select .acf-input .acf-notice {
  position: absolute !important;
  left: 0;
  top: 100%;
  width: 100%;
  padding: 2px 7px 0;
}

.acf-field-text .acf-input .acf-notice p,
.acf-field-email .acf-input .acf-notice p,
.af-field-type-text .acf-input .acf-notice p,
.af-field-type-textarea .acf-input .acf-notice p,
.acf-field-date-picker .acf-input .acf-notice p,
.acf-field-number .acf-input .acf-notice p,
.acf-field-select .acf-input .acf-notice p {
  line-height: 1.25;
  font-size: 12px;
}

.acf-field-text .acf-input input,
.acf-field-email .acf-input input,
.af-field-type-text .acf-input input,
.af-field-type-textarea .acf-input input,
.acf-field-date-picker .acf-input input,
.acf-field-number .acf-input input,
.acf-field-select .acf-input input {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
  display: block;
  padding: 20px 0 18px;
  width: 100%;
  height: 60px;
  font-family: "FiraSansBold", sans-serif;
  font-size: 18px;
  line-height: 1;
  border: none;
  border-bottom: 1px solid #707070;
  border-bottom: 1px solid var(--text, #707070);
  -webkit-transition: .3s;
  -o-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
  color: #707070;
  color: var(--text, #707070);
  cursor: pointer;
}

.acf-field-text .acf-input select,
.acf-field-email .acf-input select,
.af-field-type-text .acf-input select,
.af-field-type-textarea .acf-input select,
.acf-field-date-picker .acf-input select,
.acf-field-number .acf-input select,
.acf-field-select .acf-input select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
  display: block;
  padding: 20px 0 18px;
  width: 100%;
  height: 60px;
  font-family: "FiraSansBold", sans-serif;
  font-size: 18px;
  line-height: 1;
  border: none;
  border-bottom: 1px solid #707070;
  border-bottom: 1px solid var(--text, #707070);
  -webkit-transition: .3s;
  -o-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
  color: #707070;
  color: var(--text, #707070);
  cursor: pointer;
}

.acf-field-text .acf-input textarea,
.acf-field-email .acf-input textarea,
.af-field-type-text .acf-input textarea,
.af-field-type-textarea .acf-input textarea,
.acf-field-date-picker .acf-input textarea,
.acf-field-number .acf-input textarea,
.acf-field-select .acf-input textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
  display: block;
  padding: 17px 0;
  width: 100%;
  font-family: "FiraSansBold", sans-serif;
  font-size: 18px;
  line-height: 1.5;
  border: none;
  border-bottom: 1px solid #707070;
  border-bottom: 1px solid var(--text, #707070);
  -webkit-transition: .3s;
  -o-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
  color: #707070;
  color: var(--text, #707070);
  resize: none;
  cursor: pointer;
}

.acf-field-text *::-webkit-input-placeholder, .acf-field-email *::-webkit-input-placeholder, .af-field-type-text *::-webkit-input-placeholder, .af-field-type-textarea *::-webkit-input-placeholder, .acf-field-date-picker *::-webkit-input-placeholder, .acf-field-number *::-webkit-input-placeholder, .acf-field-select *::-webkit-input-placeholder {
  -webkit-transition: .3s;
  transition: .3s;
  color: #BCBCBC;
}

.acf-field-text *:-moz-placeholder, .acf-field-email *:-moz-placeholder, .af-field-type-text *:-moz-placeholder, .af-field-type-textarea *:-moz-placeholder, .acf-field-date-picker *:-moz-placeholder, .acf-field-number *:-moz-placeholder, .acf-field-select *:-moz-placeholder {
  -moz-transition: .3s;
  transition: .3s;
  color: #BCBCBC;
}

.acf-field-text *::-moz-placeholder, .acf-field-email *::-moz-placeholder, .af-field-type-text *::-moz-placeholder, .af-field-type-textarea *::-moz-placeholder, .acf-field-date-picker *::-moz-placeholder, .acf-field-number *::-moz-placeholder, .acf-field-select *::-moz-placeholder {
  -moz-transition: .3s;
  transition: .3s;
  color: #BCBCBC;
}

.acf-field-text *:-ms-input-placeholder, .acf-field-email *:-ms-input-placeholder, .af-field-type-text *:-ms-input-placeholder, .af-field-type-textarea *:-ms-input-placeholder, .acf-field-date-picker *:-ms-input-placeholder, .acf-field-number *:-ms-input-placeholder, .acf-field-select *:-ms-input-placeholder {
  -ms-transition: .3s;
  transition: .3s;
  color: #BCBCBC;
}

.acf-field-text *::-ms-input-placeholder, .acf-field-email *::-ms-input-placeholder, .af-field-type-text *::-ms-input-placeholder, .af-field-type-textarea *::-ms-input-placeholder, .acf-field-date-picker *::-ms-input-placeholder, .acf-field-number *::-ms-input-placeholder, .acf-field-select *::-ms-input-placeholder {
  -ms-transition: .3s;
  transition: .3s;
  color: #BCBCBC;
}

.acf-field-text *::placeholder,
.acf-field-email *::placeholder,
.af-field-type-text *::placeholder,
.af-field-type-textarea *::placeholder,
.acf-field-date-picker *::placeholder,
.acf-field-number *::placeholder,
.acf-field-select *::placeholder {
  -webkit-transition: .3s;
  -o-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
  color: #BCBCBC;
}

.acf-field-text *:focus,
.acf-field-email *:focus,
.af-field-type-text *:focus,
.af-field-type-textarea *:focus,
.acf-field-date-picker *:focus,
.acf-field-number *:focus,
.acf-field-select *:focus {
  border-color: #3E84BB;
  border-color: var(--main, #3E84BB);
}

.acf-field-text *:focus::-webkit-input-placeholder, .acf-field-email *:focus::-webkit-input-placeholder, .af-field-type-text *:focus::-webkit-input-placeholder, .af-field-type-textarea *:focus::-webkit-input-placeholder, .acf-field-date-picker *:focus::-webkit-input-placeholder, .acf-field-number *:focus::-webkit-input-placeholder, .acf-field-select *:focus::-webkit-input-placeholder {
  opacity: 0;
}

.acf-field-text *:focus:-moz-placeholder, .acf-field-email *:focus:-moz-placeholder, .af-field-type-text *:focus:-moz-placeholder, .af-field-type-textarea *:focus:-moz-placeholder, .acf-field-date-picker *:focus:-moz-placeholder, .acf-field-number *:focus:-moz-placeholder, .acf-field-select *:focus:-moz-placeholder {
  opacity: 0;
}

.acf-field-text *:focus::-moz-placeholder, .acf-field-email *:focus::-moz-placeholder, .af-field-type-text *:focus::-moz-placeholder, .af-field-type-textarea *:focus::-moz-placeholder, .acf-field-date-picker *:focus::-moz-placeholder, .acf-field-number *:focus::-moz-placeholder, .acf-field-select *:focus::-moz-placeholder {
  opacity: 0;
}

.acf-field-text *:focus:-ms-input-placeholder, .acf-field-email *:focus:-ms-input-placeholder, .af-field-type-text *:focus:-ms-input-placeholder, .af-field-type-textarea *:focus:-ms-input-placeholder, .acf-field-date-picker *:focus:-ms-input-placeholder, .acf-field-number *:focus:-ms-input-placeholder, .acf-field-select *:focus:-ms-input-placeholder {
  opacity: 0;
}

.acf-field-text *:focus::-ms-input-placeholder, .acf-field-email *:focus::-ms-input-placeholder, .af-field-type-text *:focus::-ms-input-placeholder, .af-field-type-textarea *:focus::-ms-input-placeholder, .acf-field-date-picker *:focus::-ms-input-placeholder, .acf-field-number *:focus::-ms-input-placeholder, .acf-field-select *:focus::-ms-input-placeholder {
  opacity: 0;
}

.acf-field-text *:focus::placeholder,
.acf-field-email *:focus::placeholder,
.af-field-type-text *:focus::placeholder,
.af-field-type-textarea *:focus::placeholder,
.acf-field-date-picker *:focus::placeholder,
.acf-field-number *:focus::placeholder,
.acf-field-select *:focus::placeholder {
  opacity: 0;
}

.acf-field-text .acf-label label,
.acf-field-email .acf-label label,
.af-field-type-text .acf-label label,
.af-field-type-textarea .acf-label label,
.acf-field-date-picker .acf-label label,
.acf-field-number .acf-label label,
.acf-field-select .acf-label label {
  position: absolute !important;
  left: 0;
  bottom: -webkit-calc(100% - 38px);
  bottom: -moz-calc(100% - 38px);
  bottom: calc(100% - 38px);
  -webkit-transition: .3s;
  -o-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
  color: #BCBCBC;
  width: 100%;
  cursor: pointer;
  font-family: "FiraSansBold", sans-serif;
  font-size: 18px;
  line-height: 1;
  transition: .3s;
  cursor: pointer;
}

.acf-field-text.filled .acf-label label,
.acf-field-email.filled .acf-label label,
.af-field-type-text.filled .acf-label label,
.af-field-type-textarea.filled .acf-label label,
.acf-field-date-picker.filled .acf-label label,
.acf-field-number.filled .acf-label label,
.acf-field-select.filled .acf-label label {
  font-size: 10px;
  text-transform: uppercase;
  bottom: 5px;
}

.acf-field-text .acf-error-message + .acf-input-wrap input,
.acf-field-text .acf-error-message + textarea,
.acf-field-email .acf-error-message + .acf-input-wrap input,
.acf-field-email .acf-error-message + textarea,
.af-field-type-text .acf-error-message + .acf-input-wrap input,
.af-field-type-text .acf-error-message + textarea,
.af-field-type-textarea .acf-error-message + .acf-input-wrap input,
.af-field-type-textarea .acf-error-message + textarea,
.acf-field-date-picker .acf-error-message + .acf-input-wrap input,
.acf-field-date-picker .acf-error-message + textarea,
.acf-field-number .acf-error-message + .acf-input-wrap input,
.acf-field-number .acf-error-message + textarea,
.acf-field-select .acf-error-message + .acf-input-wrap input,
.acf-field-select .acf-error-message + textarea {
  border-color: #d12626;
}

.acf-field-select .acf-input select {
  position: relative !important;
  z-index: 2;
  color: transparent;
}

.acf-field-select.filled .acf-input select {
  color: #707070;
  color: var(--text, #707070);
}

.af-field-type-textarea {
  margin-top: 10px !important;
}

.acf-notice-dismiss {
  text-decoration: none !important;
  padding-top: 2px;
}

.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 #2C5D83;
  border: 1px solid var(--bdc, #2C5D83);
  background-color: #fff;
  padding: 8px 60px 5px 20px;
  cursor: pointer;
  -webkit-transition: .3s;
  -o-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
  position: relative;
  color: #707070;
  color: var(--text, #707070);
  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: 15px;
  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;
  -webkit-border-top-left-radius: 25px;
     -moz-border-radius-topleft: 25px;
          border-top-left-radius: 25px;
  -webkit-border-top-right-radius: 25px;
     -moz-border-radius-topright: 25px;
          border-top-right-radius: 25px;
  border-top: 1px solid #2C5D83;
  border-top: 1px solid var(--bdc, #2C5D83);
  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: #3E84BB !important;
  border-color: var(--main, #3E84BB) !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: 0;
}

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

.cust-sel .select2-selection {
  height: auto;
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
  border: 1px solid #2C5D83 !important;
  border: 1px solid var(--bdc, #2C5D83) !important;
  cursor: pointer;
  width: 100%;
  display: table-cell;
  vertical-align: middle;
  height: 50px;
  padding: 6px 50px 4px 20px;
}

.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 #2C5D83;
  border: 1px solid var(--bdc, #2C5D83);
  border-top: none;
  margin-top: -15px;
  -webkit-transition: .3s margin;
  -o-transition: .3s margin;
  -moz-transition: .3s margin;
  transition: .3s margin;
  width: auto !important;
  white-space: nowrap;
  -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: 6px 20px;
  border-bottom: 1px solid #eee;
  -webkit-transition: .25s;
  -o-transition: .25s;
  -moz-transition: .25s;
  transition: .25s;
  background-color: #fff !important;
  color: #707070 !important;
  color: var(--text, #707070) !important;
}

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

.cust-sel .select2-results__option:hover {
  background-color: #3E84BB !important;
  background-color: var(--main, #3E84BB) !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: #707070 !important;
  color: var(--text, #707070) !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;
}

.acf-radio-list > li,
.acf-checkbox-list > li {
  margin-right: 25px !important;
}

.acf-radio-list > li:last-child,
.acf-checkbox-list > li:last-child {
  margin-right: 0 !important;
}

.acf-field.acf-field-radio,
.acf-field.acf-field-checkbox {
  display: block;
}

.acf-field.acf-field-radio > .acf-label,
.acf-field.acf-field-checkbox > .acf-label {
  margin-bottom: 10px;
}

.acf-field.acf-field-radio > .acf-input,
.acf-field.acf-field-checkbox > .acf-input {
  margin: 0;
}

.acf-field.acf-field-radio .acf-radio-list li,
.acf-field.acf-field-checkbox .acf-checkbox-list li {
  margin-bottom: 10px;
}

.cust-check, .cust-radio,
.acf-radio-list > li,
.acf-checkbox-list > li,
.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;
}

.cust-check label, .cust-radio label,
.acf-radio-list > li label,
.acf-checkbox-list > li 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,
.acf-radio-list > li input,
.acf-checkbox-list > li 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,
.acf-radio-list > li input:checked ~ .check-ic,
.acf-radio-list > li input:checked ~ .radio-ic,
.acf-radio-list > li input:checked ~ .wpcf7-list-item-label::before,
.acf-checkbox-list > li input:checked ~ .check-ic,
.acf-checkbox-list > li input:checked ~ .radio-ic,
.acf-checkbox-list > li 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,
.acf-radio-list > li input[type=radio] ~ .check-ic,
.acf-radio-list > li input[type=radio] ~ .radio-ic,
.acf-radio-list > li input[type=radio] ~ .wpcf7-list-item-label::before,
.acf-checkbox-list > li input[type=radio] ~ .check-ic,
.acf-checkbox-list > li input[type=radio] ~ .radio-ic,
.acf-checkbox-list > li 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,
.acf-radio-list > li input[type=radio]:checked ~ .check-ic,
.acf-radio-list > li input[type=radio]:checked ~ .radio-ic,
.acf-radio-list > li input[type=radio]:checked ~ .wpcf7-list-item-label::before,
.acf-checkbox-list > li input[type=radio]:checked ~ .check-ic,
.acf-checkbox-list > li input[type=radio]:checked ~ .radio-ic,
.acf-checkbox-list > li 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: #707070;
  background-color: var(--text, #707070);
  border: 7px solid #fff;
  -webkit-box-shadow: 0 0 0 1px #2C5D83;
     -moz-box-shadow: 0 0 0 1px #2C5D83;
          box-shadow: 0 0 0 1px #2C5D83;
  -webkit-box-shadow: 0 0 0 1px var(--bdc, #2C5D83);
     -moz-box-shadow: 0 0 0 1px var(--bdc, #2C5D83);
          box-shadow: 0 0 0 1px var(--bdc, #2C5D83);
}

.acf-radio-list > li label::before {
  -webkit-border-radius: 10em;
     -moz-border-radius: 10em;
          border-radius: 10em;
  background-image: none;
}

.acf-radio-list > li label.selected::before {
  background-color: #707070;
  background-color: var(--text, #707070);
  border: 5px solid #fff;
  -webkit-box-shadow: 0 0 0 1px #2C5D83;
     -moz-box-shadow: 0 0 0 1px #2C5D83;
          box-shadow: 0 0 0 1px #2C5D83;
  -webkit-box-shadow: 0 0 0 1px var(--bdc, #2C5D83);
     -moz-box-shadow: 0 0 0 1px var(--bdc, #2C5D83);
          box-shadow: 0 0 0 1px var(--bdc, #2C5D83);
}

.acf-checkbox-list > li label.selected::before {
  background-image: url("../img/_style/_svg/check.svg");
}

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

.acf-radio-list > li > label::before,
.acf-checkbox-list > li > label::before,
.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,
.acf-radio-list > li > label::before,
.acf-checkbox-list > li > label::before,
.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: 19px;
  height: 19px;
  border: 1px solid #2C5D83;
  border: 1px solid var(--bdc, #2C5D83);
  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,
.acf-radio-list > li > label,
.acf-checkbox-list > li > label,
.policy-field .wpcf7-list-item-label {
  display: block;
  padding-left: 30px;
}

.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,
.acf-radio-list > li > label a,
.acf-radio-list > li > label .main-mnu .btn-sub-mnu,
.main-mnu .acf-radio-list > li > label .btn-sub-mnu,
.acf-checkbox-list > li > label a,
.acf-checkbox-list > li > label .main-mnu .btn-sub-mnu,
.main-mnu .acf-checkbox-list > li > 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: #3E84BB;
  color: var(--main, #3E84BB);
  text-decoration: underline;
}

.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,
.acf-radio-list > li > label a:hover,
.acf-radio-list > li > label .main-mnu .btn-sub-mnu:hover,
.main-mnu .acf-radio-list > li > label .btn-sub-mnu:hover,
.acf-checkbox-list > li > label a:hover,
.acf-checkbox-list > li > label .main-mnu .btn-sub-mnu:hover,
.main-mnu .acf-checkbox-list > li > 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 {
  text-decoration: none;
}

.acf-radio-list {
  font-family: "FiraSansBold", sans-serif;
}

.pagination-wrap {
  margin-top: 50px;
}

.page-numbers {
  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;
}

.page-numbers li {
  font-family: "FiraSansBold", sans-serif;
  font-size: 15px;
  line-height: 1;
  padding-right: 4px;
  color: #fff;
}

.page-numbers li > a, .page-numbers .main-mnu li > .btn-sub-mnu, .main-mnu .page-numbers li > .btn-sub-mnu,
.page-numbers li > span {
  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;
  width: 40px;
  height: 40px;
  border: 1px solid #3E84BB;
  border: 1px solid var(--main, #3E84BB);
  background-color: #3E84BB;
  background-color: var(--main, #3E84BB);
  text-decoration: none;
  -webkit-transition: .15s;
  -o-transition: .15s;
  -moz-transition: .15s;
  transition: .15s;
}

.page-numbers li > a:hover, .page-numbers .main-mnu li > .btn-sub-mnu:hover, .main-mnu .page-numbers li > .btn-sub-mnu:hover,
.page-numbers li > span:hover {
  color: #fff;
  opacity: .9;
}

.page-numbers li > a.current, .page-numbers .main-mnu li > .current.btn-sub-mnu, .main-mnu .page-numbers li > .current.btn-sub-mnu,
.page-numbers li > span.current {
  color: #fff;
  background-color: #2C5D83;
  background-color: var(--accent, #2C5D83);
  border-color: #2C5D83;
  border-color: var(--accent, #2C5D83);
  opacity: 1 !important;
  cursor: default;
}

.page-numbers li > a.prev, .page-numbers .main-mnu li > .prev.btn-sub-mnu, .main-mnu .page-numbers li > .prev.btn-sub-mnu, .page-numbers li > a.next, .page-numbers .main-mnu li > .next.btn-sub-mnu, .main-mnu .page-numbers li > .next.btn-sub-mnu,
.page-numbers li > span.prev,
.page-numbers li > span.next {
  background-color: #3E84BB;
  background-color: var(--main, #3E84BB);
  border-color: #3E84BB;
  border-color: var(--main, #3E84BB);
}

.page-numbers li > a.prev:hover, .page-numbers .main-mnu li > .prev.btn-sub-mnu:hover, .main-mnu .page-numbers li > .prev.btn-sub-mnu:hover, .page-numbers li > a.next:hover, .page-numbers .main-mnu li > .next.btn-sub-mnu:hover, .main-mnu .page-numbers li > .next.btn-sub-mnu:hover,
.page-numbers li > span.prev:hover,
.page-numbers li > span.next:hover {
  color: #fff;
}

.arr-left-ic,
.arr-right-ic {
  width: 12px;
  height: 12px;
}

.arr-left-ic {
  background-image: url("../img/_style/_svg/arr_pag-l.svg");
}

.arr-right-ic {
  background-image: url("../img/_style/_svg/arr_pag-r.svg");
}

.acf-ui-datepicker .ui-state-active, .acf-ui-datepicker .ui-widget-content .ui-state-active, .acf-ui-datepicker .ui-widget-header .ui-state-active {
  background-color: #3E84BB;
  background-color: var(--main, #3E84BB);
  border-color: #3E84BB;
  border-color: var(--main, #3E84BB);
}

.acf-ui-datepicker .ui-state-hover, .acf-ui-datepicker .ui-widget-content .ui-state-hover, .acf-ui-datepicker .ui-widget-header .ui-state-hover, .acf-ui-datepicker .ui-state-focus, .acf-ui-datepicker .ui-widget-content .ui-state-focus, .acf-ui-datepicker .ui-widget-header .ui-state-focus {
  background-color: #3E84BB;
  background-color: var(--main, #3E84BB);
  border-color: #3E84BB;
  border-color: var(--main, #3E84BB);
  opacity: .8;
}

.acf-ui-datepicker .ui-state-highlight, .acf-ui-datepicker .ui-widget-content .ui-state-highlight, .acf-ui-datepicker .ui-widget-header .ui-state-highlight {
  border-color: #3E84BB;
  border-color: var(--main, #3E84BB);
}

.ui-datepicker td span, .ui-datepicker td a, .ui-datepicker td .main-mnu .btn-sub-mnu, .main-mnu .ui-datepicker td .btn-sub-mnu {
  text-align: center;
}

.ui-datepicker th {
  font-family: "FiraSansBold", sans-serif;
  font-weight: normal;
  color: #3E84BB;
  color: var(--main, #3E84BB);
}

.acf-ui-datepicker .ui-datepicker .ui-datepicker-buttonpane button {
  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;
  padding: 5px 15px;
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
  -webkit-transition: .3s;
  -o-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
  font-family: "FiraSansBold", sans-serif;
  font-weight: normal !important;
  color: #fff;
  border: 1px solid #3E84BB;
  border: 1px solid var(--main, #3E84BB);
  background-color: #3E84BB;
  background-color: var(--main, #3E84BB);
}

.acf-ui-datepicker .ui-datepicker .ui-datepicker-buttonpane button:hover {
  opacity: 1;
  border: 1px solid #2C5D83;
  border: 1px solid var(--accent, #2C5D83);
  background-color: #2C5D83;
  background-color: var(--accent, #2C5D83);
}

.ui-datepicker .ui-datepicker-title {
  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;
}

.ui-datepicker .ui-datepicker-title select {
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
  border-color: #3E84BB;
}

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

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

.modal .modal-content {
  border: none;
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
}

.modal .modal-footer {
  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;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.modal .modal-footer .btn, .modal .modal-footer .btn-form, .modal .modal-footer .acf-button {
  margin: 5px;
  min-width: 175px;
}

.modal-header {
  padding-right: 55px;
  border: none;
}

.modal-header .modal-title {
  margin: 0;
}

.modal-header .btn-close {
  padding: 0;
  margin: 0;
  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-box-shadow: none !important;
     -moz-box-shadow: none !important;
          box-shadow: none !important;
  -webkit-background-size: 20px 20px;
     -moz-background-size: 20px;
       -o-background-size: 20px;
          background-size: 20px;
  opacity: 1;
}

.modal-header .btn-close:hover {
  opacity: .75;
}

.modal-title {
  margin-bottom: 20px;
  text-align: center;
}

.modal-title .title-descr {
  margin-top: 10px;
}

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

.img-svg {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 100%;
  overflow: hidden !important;
}

.img-svg svg {
  margin: 0 auto;
  display: block;
  width: 100%;
  fill: pink;
}

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

/* ================= 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 .arr-dn-ic {
  -webkit-transition: .2s;
  -o-transition: .2s;
  -moz-transition: .2s;
  transition: .2s;
}

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

.hover-dropdown.hover .arr-dn-ic {
  -webkit-transform: rotateX(180deg);
     -moz-transform: rotateX(180deg);
          transform: rotateX(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: #707070;
  color: var(--text, #707070);
}

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

/*============= hover-dropdown END =============*/
.logo .home-logo {
  display: none;
}

.main-head, .inner-head {
  color: inherit;
  height: 85px;
}

.main-head:not(.inner-head):not(.fixed), .inner-head:not(.inner-head):not(.fixed) {
  height: auto;
}

.main-head:not(.inner-head):not(.fixed) .head-top, .inner-head:not(.inner-head):not(.fixed) .head-top {
  -webkit-box-shadow: none;
     -moz-box-shadow: none;
          box-shadow: none;
  background-color: transparent;
}

.main-head:not(.inner-head):not(.fixed) .cust-search, .inner-head:not(.inner-head):not(.fixed) .cust-search {
  width: 0;
  opacity: 0;
}

.main-head:not(.inner-head):not(.fixed) .toggle-btn > span, .inner-head:not(.inner-head):not(.fixed) .toggle-btn > span {
  color: #fff;
}

.main-head:not(.inner-head):not(.fixed) .toggle-btn .toggle-burger span, .inner-head:not(.inner-head):not(.fixed) .toggle-btn .toggle-burger span {
  background-color: #fff;
}

.main-head:not(.inner-head):not(.fixed) .toggle-btn .toggle-burger span::after, .inner-head:not(.inner-head):not(.fixed) .toggle-btn .toggle-burger span::after, .main-head:not(.inner-head):not(.fixed) .toggle-btn .toggle-burger span::before, .inner-head:not(.inner-head):not(.fixed) .toggle-btn .toggle-burger span::before {
  background-color: #fff;
}

.main-head:not(.inner-head):not(.fixed) .toggle-btn:not(.on) > span, .inner-head:not(.inner-head):not(.fixed) .toggle-btn:not(.on) > span {
  text-shadow: 1px 1px 10px rgba(0, 0, 0, 0.5);
}

.main-head:not(.inner-head):not(.fixed) .toggle-btn:not(.on) .toggle-burger span, .inner-head:not(.inner-head):not(.fixed) .toggle-btn:not(.on) .toggle-burger span {
  -webkit-box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.25);
     -moz-box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.25);
          box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.25);
}

.main-head:not(.inner-head):not(.fixed) .toggle-btn:not(.on) .toggle-burger span::after, .inner-head:not(.inner-head):not(.fixed) .toggle-btn:not(.on) .toggle-burger span::after, .main-head:not(.inner-head):not(.fixed) .toggle-btn:not(.on) .toggle-burger span::before, .inner-head:not(.inner-head):not(.fixed) .toggle-btn:not(.on) .toggle-burger span::before {
  -webkit-box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.25);
     -moz-box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.25);
          box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.25);
}

.main-head:not(.inner-head):not(.fixed) .logo .home-logo, .inner-head:not(.inner-head):not(.fixed) .logo .home-logo {
  display: block;
}

.main-head:not(.inner-head):not(.fixed) .logo .general-logo, .inner-head:not(.inner-head):not(.fixed) .logo .general-logo {
  display: none;
}

.main-head:not(.inner-head):not(.fixed) .logo .logo-descr, .inner-head:not(.inner-head):not(.fixed) .logo .logo-descr {
  display: block;
  -webkit-filter: brightness(0) invert(100%);
          filter: brightness(0) invert(100%);
}

.head-top {
  -webkit-box-shadow: 0 0 25px 1px rgba(0, 0, 0, 0.1);
     -moz-box-shadow: 0 0 25px 1px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 25px 1px rgba(0, 0, 0, 0.1);
  position: fixed;
  z-index: 999;
  left: 0;
  top: 0;
  width: 100%;
  min-width: 320px;
  -webkit-transition: .15s;
  -o-transition: .15s;
  -moz-transition: .15s;
  transition: .15s;
  background-color: #fff;
}

.head-top .cust-search {
  position: relative;
  z-index: 10;
  width: 320px;
}

.head-top .cust-search + .toggle-btn {
  margin-left: 130px;
}

.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;
  min-height: 85px;
}

.head-cell {
  padding: 25px 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;
  -webkit-transition: .3s;
  -o-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
}

.logo-wrap {
  line-height: 0;
}

.logo {
  display: inline-block;
  position: relative;
  z-index: 10;
}

.logo img {
  display: block;
  height: 100%;
}

.logo .logo-lnk {
  display: inline-block;
  height: 35px;
}

.logo .logo-descr {
  display: block;
  height: 10px;
  position: absolute;
  left: 0;
  top: -webkit-calc(100% + 10px);
  top: -moz-calc(100% + 10px);
  top: calc(100% + 10px);
}

.mnu-open {
  overflow: hidden;
}

.mnu-open .logo {
  -webkit-filter: brightness(0) invert(100%);
          filter: brightness(0) invert(100%);
}

.mnu-open .head-top .cust-search {
  width: 0;
  opacity: 0;
}

.mnu-open .toggle-btn > span {
  color: #fff;
}

.mnu-open .toggle-btn .toggle-burger span {
  background-color: #fff;
}

.mnu-open .toggle-btn .toggle-burger span::before, .mnu-open .toggle-btn .toggle-burger span::after {
  background-color: #fff;
}

.mnu-wrap {
  display: none;
  position: absolute;
  z-index: 5;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  background-color: #3E84BB;
  background-color: var(--main, #3E84BB);
  color: #fff;
  padding-top: 125px;
  padding-bottom: 0;
}

.mnu-wrap::after {
  content: '';
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 350px;
  background-color: #2C5D83;
  background-color: var(--accent, #2C5D83);
}

.main-mnu-line {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 100%;
  position: relative;
  z-index: 2;
  height: -webkit-calc(100vh - 125px);
  height: -moz-calc(100vh - 125px);
  height: calc(100vh - 125px);
  overflow: auto;
}

.main-mnu-line .cell {
  overflow: hidden;
}

.main-mnu-line .cell .cell-inner {
  padding-bottom: 45px;
  margin-right: -20px;
  padding-right: 50px;
}

.main-mnu-line .cell:first-child {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.main-mnu-line .cell:first-child .cell-inner {
  padding-left: 140px;
}

.main-mnu-line .cell:nth-child(2) {
  width: 370px;
}

.main-mnu-line .cell:nth-child(2) .cell-inner {
  padding-right: 0;
}

.main-mnu-line .cell:nth-child(3) {
  width: 350px;
}

.main-mnu-line .cell:nth-child(3) .cell-inner {
  padding-left: 80px;
}

.main-mnu-line h2, .main-mnu-line .h2-title, .main-mnu-line .page-title .top-line .date, .page-title .top-line .main-mnu-line .date {
  font-size: 28px;
  margin-bottom: 45px;
  text-transform: uppercase;
}

.main-mnu {
  display: block;
  font-size: 27px;
  line-height: 1.25;
  border: none;
}

.main-mnu li {
  border: none;
}

.main-mnu li.active > a, .main-mnu li.active > .btn-sub-mnu,
.main-mnu li.active > span,
.main-mnu li.active > .main-lnk {
  font-family: "FiraSansBold", sans-serif;
}

.main-mnu > li {
  margin-right: 0;
  margin-bottom: 25px;
}

.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, .main-mnu .btn-sub-mnu {
  text-decoration: none;
}

.main-mnu a:hover, .main-mnu .btn-sub-mnu:hover {
  color: inherit;
}

.main-mnu a:hover .lnk-txt, .main-mnu .btn-sub-mnu:hover .lnk-txt {
  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;
}

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

.main-mnu .number-menu {
  display: inline-block;
  width: 30px;
  min-width: 30px;
}

.main-lnk > a, .main-mnu .main-lnk > .btn-sub-mnu,
.main-lnk > span {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.main-lnk > a > .number-menu, .main-mnu .main-lnk > .btn-sub-mnu > .number-menu,
.main-lnk > span > .number-menu {
  display: block;
}

.sub-mnu {
  display: none;
  font-size: 23px;
  line-height: 1.25;
}

.sub-mnu ul {
  padding-top: 30px;
  padding-bottom: 5px;
  padding-left: 35px;
}

.sub-mnu li {
  margin-bottom: 15px;
}

.sub-mnu li:last-child {
  margin-bottom: 0;
}

.sub-mnu .number-menu {
  width: 45px;
  min-width: 45px;
}

.sub-mnu > ul > li > a, .main-mnu .sub-mnu > ul > li > .btn-sub-mnu,
.sub-mnu > ul > li > span {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.sub-mnu > ul > li > a > .number-menu, .main-mnu .sub-mnu > ul > li > .btn-sub-mnu > .number-menu,
.sub-mnu > ul > li > span > .number-menu {
  display: block;
}

.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;
}

.cust-search {
  display: block;
  position: relative;
  overflow: hidden;
}

.cust-search input {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
  display: block;
  padding: 11px 55px 8px 15px;
  width: 100%;
  height: 40px;
  font-size: 18px;
  line-height: 1;
  border: 1px solid transparent;
  -webkit-transition: .3s;
  -o-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
  background-color: #EEF2F5;
  background-color: var(--bgc_2, #EEF2F5);
  color: #3E84BB;
  color: var(--main, #3E84BB);
}

.cust-search *::-webkit-input-placeholder {
  -webkit-transition: .3s;
  transition: .3s;
  color: #3E84BB;
  color: var(--main, #3E84BB);
}

.cust-search *:-moz-placeholder {
  -moz-transition: .3s;
  transition: .3s;
  color: #3E84BB;
  color: var(--main, #3E84BB);
}

.cust-search *::-moz-placeholder {
  -moz-transition: .3s;
  transition: .3s;
  color: #3E84BB;
  color: var(--main, #3E84BB);
}

.cust-search *:-ms-input-placeholder {
  -ms-transition: .3s;
  transition: .3s;
  color: #3E84BB;
  color: var(--main, #3E84BB);
}

.cust-search *::-ms-input-placeholder {
  -ms-transition: .3s;
  transition: .3s;
  color: #3E84BB;
  color: var(--main, #3E84BB);
}

.cust-search *::placeholder {
  -webkit-transition: .3s;
  -o-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
  color: #3E84BB;
  color: var(--main, #3E84BB);
}

.cust-search *:focus {
  border-color: #2C5D83;
  border-color: var(--accent, #2C5D83);
}

.cust-search *:focus::-webkit-input-placeholder {
  opacity: 0;
}

.cust-search *:focus:-moz-placeholder {
  opacity: 0;
}

.cust-search *:focus::-moz-placeholder {
  opacity: 0;
}

.cust-search *:focus:-ms-input-placeholder {
  opacity: 0;
}

.cust-search *:focus::-ms-input-placeholder {
  opacity: 0;
}

.cust-search *:focus::placeholder {
  opacity: 0;
}

.cust-search .srch-btn {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: none !important;
  border: none;
  display: block;
  cursor: pointer;
  width: 40px;
  height: 40px;
  position: absolute;
  right: 0;
  top: 0;
  background-color: #898C8A;
  -webkit-transition: .3s;
  -o-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: 17px 17px;
     -moz-background-size: 17px 17px;
       -o-background-size: 17px 17px;
          background-size: 17px 17px;
  background-image: url("../img/_style/_svg/search.svg");
}

.cust-search .srch-btn:hover {
  background-color: #2C5D83;
  background-color: var(--accent, #2C5D83);
}

.head-quick-lnks {
  font-size: 23px;
  line-height: 1.1;
  border-top: 2px solid #2C5D83;
  border-top: 2px solid var(--accent, #2C5D83);
}

.head-quick-lnks a, .head-quick-lnks .main-mnu .btn-sub-mnu, .main-mnu .head-quick-lnks .btn-sub-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;
  text-decoration: none;
  border-bottom: 2px solid #2C5D83;
  border-bottom: 2px solid var(--accent, #2C5D83);
  padding: 15px 15px 15px 0;
  min-height: 85px;
}

.head-quick-lnks a:hover, .head-quick-lnks .main-mnu .btn-sub-mnu:hover, .main-mnu .head-quick-lnks .btn-sub-mnu:hover {
  color: #fff;
}

.head-quick-lnks a:hover span, .head-quick-lnks .main-mnu .btn-sub-mnu:hover span, .main-mnu .head-quick-lnks .btn-sub-mnu:hover span {
  text-decoration: underline;
}

.head-quick-lnks a:hover .quick-lnk-icon, .head-quick-lnks .main-mnu .btn-sub-mnu:hover .quick-lnk-icon, .main-mnu .head-quick-lnks .btn-sub-mnu:hover .quick-lnk-icon {
  -webkit-filter: brightness(0) invert(100%);
          filter: brightness(0) invert(100%);
}

.head-quick-lnks path {
  fill: #2C5D83;
  fill: var(--accent, #2C5D83);
  -webkit-transition: .15s;
  -o-transition: .15s;
  -moz-transition: .15s;
  transition: .15s;
}

.head-quick-lnks .quick-lnk-icon {
  margin-right: 30px;
}

.quick-lnk-icon {
  width: 35px;
  height: 35px;
}

.quick-lnk-icon svg {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.mobile-mnu-search {
  display: none;
}

.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: 40px;
  height: 40px;
  background-color: #3E84BB;
  background-color: var(--main, #3E84BB);
  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: 25px 25px;
     -moz-background-size: 25px;
       -o-background-size: 25px;
          background-size: 25px;
  overflow: hidden;
  color: transparent;
  border: none;
  outline: none !important;
}

.slick-arrow:hover {
  opacity: .75;
}

.slick-prev {
  left: 0;
}

.slick-next {
  right: 0;
}

.top-screen {
  position: relative;
  overflow: hidden;
  height: 100vh;
  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;
  margin-bottom: 25px;
}

.top-screen .cust-search {
  z-index: 2;
  position: absolute;
  bottom: 65px;
  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: 420px;
}

.top-screen .cust-search .srch-btn:not(:hover) {
  background-color: #3E84BB;
  background-color: var(--main, #3E84BB);
}

.top-screen-image {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.top-screen-image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.top-screen-txt {
  position: relative;
  z-index: 2;
  width: 100%;
  color: #fff;
  text-align: center;
  padding-bottom: 60px;
  text-shadow: 1px 1px 10px rgba(0, 0, 0, 0.25);
}

.top-screen-txt h1, .top-screen-txt .h1-title {
  font-size: 71px;
  line-height: 1.04225352113;
}

.content-whith-aside {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 55px;
}

.container > .page-title {
  margin-top: 55px;
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.content, .foot-line .foot-cell:nth-child(1) {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-left: 35px;
  padding-right: 20px;
  padding-bottom: 75px;
}

.sidebar, .foot-line .foot-cell:nth-child(2) {
  width: 480px;
  min-width: 480px;
  padding-bottom: 75px;
}

.sidebar-itm {
  background-color: #EEF2F5;
  background-color: var(--bgc_2, #EEF2F5);
  margin-top: 25px;
  padding: 30px 30px 30px;
}

.sidebar-itm:first-child {
  margin-top: 0;
}

.sidebar-title {
  color: #3E84BB;
  color: var(--main, #3E84BB);
  padding-bottom: 10px;
  border-bottom: 1px solid #2C5D83;
  border-bottom: 1px solid var(--accent, #2C5D83);
  margin-bottom: 35px;
  text-transform: uppercase;
}

.page-title {
  background-color: #F4F4F3;
  background-color: var(--bgc, #F4F4F3);
  margin-left: -35px;
  margin-bottom: 40px;
  padding: 0 35px;
}

.page-title .top-line {
  padding: 30px 0 10px;
  border-bottom: 1px solid #2C5D83;
  border-bottom: 1px solid var(--accent, #2C5D83);
  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;
  color: #3E84BB;
  color: var(--main, #3E84BB);
  text-transform: uppercase;
  letter-spacing: .1em;
}

.page-title .top-line:empty {
  padding: 0;
  border: none;
}

.page-title .bottom-line {
  padding: 31px 0 30px;
}

.sect-team + .sect-txt, .sect-club + .sect-txt, .sect-contact + .sect-txt {
  margin-top: 35px;
}

.info-box .btn-more-wrap {
  margin-top: 75px;
}

.info-itm {
  max-width: 600px;
  margin-bottom: 75px;
}

.info-itm:last-child {
  margin-bottom: 0 !important;
}

.info-itm .date {
  margin-bottom: 10px;
}

.date {
  font-size: 20px;
}

.info-itm-title {
  margin-bottom: 10px;
}

.info-itm-title + .btn-wrap {
  margin-top: 25px;
}

.info-itm-title + .lnks-lst {
  margin-top: 20px;
}

.info-itm-brief {
  margin-bottom: 15px;
}

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

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

.more-btn {
  font-family: "FiraSansBold", sans-serif;
  color: #3E84BB;
  color: var(--main, #3E84BB);
}

.more-btn:hover {
  color: #2C5D83;
  color: var(--accent, #2C5D83);
}

.arrow-right-lnk,
.arrow-bottom-lnk {
  font-style: normal;
}

.svg-lnk-icon {
  font-style: normal;
  width: 24px;
  min-width: 24px;
}

.svg-lnk-icon svg {
  width: 100% !important;
  height: auto !important;
}

.sidebar .info-box .btn-more-wrap, .foot-line .foot-cell:nth-child(2) .info-box .btn-more-wrap {
  margin-top: 60px;
}

.sidebar .info-itm, .foot-line .foot-cell:nth-child(2) .info-itm {
  margin-bottom: 60px;
}

.more-btn .svg-lnk-icon {
  display: none;
}

.lnks-lst {
  font-family: "FiraSansBold", sans-serif;
  color: #3E84BB;
  color: var(--main, #3E84BB);
}

.lnks-lst .st0 {
  fill: #3E84BB;
  fill: var(--main, #3E84BB);
  -webkit-transition: .15s;
  -o-transition: .15s;
  -moz-transition: .15s;
  transition: .15s;
}

.lnks-lst li {
  border-bottom: 1px solid #3E84BB;
  border-bottom: 1px solid var(--main, #3E84BB);
}

.lnks-lst .svg-lnk-icon {
  margin-right: 10px;
}

.lnks-lst a, .lnks-lst .main-mnu .btn-sub-mnu, .main-mnu .lnks-lst .btn-sub-mnu {
  text-decoration: none;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 10px 0;
  -webkit-transition: none;
  -o-transition: none;
  -moz-transition: none;
  transition: none;
}

.lnks-lst a .arrow-right-lnk, .lnks-lst .main-mnu .btn-sub-mnu .arrow-right-lnk, .main-mnu .lnks-lst .btn-sub-mnu .arrow-right-lnk {
  display: none;
}

.lnks-lst a span, .lnks-lst .main-mnu .btn-sub-mnu span, .main-mnu .lnks-lst .btn-sub-mnu span {
  padding-top: 4px;
  -webkit-transition: .15s;
  -o-transition: .15s;
  -moz-transition: .15s;
  transition: .15s;
}

.lnks-lst a:hover, .lnks-lst .main-mnu .btn-sub-mnu:hover, .main-mnu .lnks-lst .btn-sub-mnu:hover {
  text-decoration: none;
  color: #2C5D83;
  color: var(--accent, #2C5D83);
}

.lnks-lst a:hover .st0, .lnks-lst .main-mnu .btn-sub-mnu:hover .st0, .main-mnu .lnks-lst .btn-sub-mnu:hover .st0 {
  fill: #2C5D83;
  fill: var(--accent, #2C5D83);
}

.gallery-box {
  padding-bottom: 25px;
  margin-left: -25px;
  margin-right: -25px;
  margin-top: -25px;
}

.page-title + .gallery-box {
  margin-top: -25px;
}

.gallery {
  position: relative;
}

.gallery-itm {
  padding: 25px;
  width: 33.33%;
}

.gallery-lnk {
  display: block;
  text-decoration: none;
}

.gallery-lnk img {
  display: block;
  width: 100%;
  height: auto;
}

.video-frame {
  position: relative;
}

.video-frame .base {
  display: block;
  width: 100% !important;
  height: auto !important;
  margin: 0 !important;
  position: relative;
  z-index: -1;
}

.video-frame iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.team-set, .club-set,
.contact-set {
  color: inherit;
}

.team-itm, .club-itm,
.contact-itm {
  margin-bottom: 45px;
}

.team-itm .contact-info-lst, .club-itm .contact-info-lst, .contact-itm .contact-info-lst {
  max-width: 280px;
}

.team-itm-photo {
  width: 140px;
  margin-bottom: 30px;
}

.team-itm-photo img {
  display: block;
  width: 100%;
}

.contact-info-lst em {
  font-style: normal;
  font-family: "FiraSansItalic", sans-serif;
}

.contact-info-lst .btn-wrap {
  margin-top: 12px;
}

.contact-info-lst .btn-wrap .more-btn {
  display: inline-block;
}

.contact-info-lst .btn-wrap .more-btn ~ .more-btn {
  margin-top: 8px;
}

.iframe-box > img {
  display: block;
  max-width: 100%;
}

section + .btn-back-wrap {
  margin-top: 50px;
}

.map-wrap {
  position: relative;
}

.map-wrap .base {
  position: relative;
  z-index: -1;
  display: block;
  width: 100% !important;
  height: auto !important;
  max-width: none !important;
}

.map-wrap > iframe,
.map-wrap .map {
  position: absolute;
  z-index: 5;
  left: 0;
  top: 0;
  width: 100% !important;
  height: 100% !important;
}

.contact-form .btn-wrap {
  text-align: right;
  margin-top: 25px;
}

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

.field-line .cust-inp,
.field-line .cust-textarea {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-right: 25px;
}

.field-line .cust-inp:last-child,
.field-line .cust-textarea:last-child {
  margin-right: 0;
}

.field-line:first-child .cust-inp,
.field-line:first-child .cust-textarea {
  border-top: 1px solid #707070;
  border-top: 1px solid var(--text, #707070);
}

/* ACF FORM STYLE */
.acf-form-submit {
  text-align: right;
  padding: 25px 0 0;
}

.acf-field > .acf-input > .acf-fields {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.acf-field > .acf-input > .acf-fields .acf-field {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-right: 25px;
}

.acf-field > .acf-input > .acf-fields .acf-field:last-child {
  margin-right: 0;
}

.acf-repeater {
  border: none !important;
}

.acf-repeater .acf-actions {
  margin-top: 25px;
  margin-bottom: 25px;
  border: none !important !important;
  text-align: left;
}

.acf-repeater table.acf-table {
  margin: 0 !important;
  background-color: transparent !important;
  border: none !important;
}

.acf-repeater table.acf-table tr.acf-row {
  border: none !important;
}

.acf-repeater table.acf-table tr.acf-row > td.acf-fields {
  border: none !important;
  padding-bottom: 50px !important;
}

.acf-repeater table.acf-table tr.acf-row > td.acf-row-handle {
  display: none;
}

.acf-repeater table.acf-table tr.acf-row > td.acf-row-handle.remove {
  display: table-cell;
  background-color: transparent;
  border: none;
  width: 0 !important;
  padding: 0;
}

.acf-repeater table.acf-table tr.acf-row > td.acf-row-handle.remove a, .acf-repeater table.acf-table tr.acf-row > td.acf-row-handle.remove .main-mnu .btn-sub-mnu, .main-mnu .acf-repeater table.acf-table tr.acf-row > td.acf-row-handle.remove .btn-sub-mnu {
  text-decoration: none !important;
  padding-top: 2px;
  margin: 0 !important;
  left: -webkit-calc(100% + 10px) !important;
  left: -moz-calc(100% + 10px) !important;
  left: calc(100% + 10px) !important;
  display: block !important;
}

.acf-repeater table.acf-table tr.acf-row > td.acf-row-handle.remove a.-minus, .acf-repeater table.acf-table tr.acf-row > td.acf-row-handle.remove .main-mnu .-minus.btn-sub-mnu, .main-mnu .acf-repeater table.acf-table tr.acf-row > td.acf-row-handle.remove .-minus.btn-sub-mnu {
  top: 27px !important;
}

.acf-repeater table.acf-table tr.acf-row > td.acf-row-handle.remove a.-plus, .acf-repeater table.acf-table tr.acf-row > td.acf-row-handle.remove .main-mnu .-plus.btn-sub-mnu, .main-mnu .acf-repeater table.acf-table tr.acf-row > td.acf-row-handle.remove .-plus.btn-sub-mnu {
  top: 55px;
}

.acf-input h3, .acf-input .h3-title {
  margin-top: 75px;
}

/* ACF FORM STYLE END */
.main-foot, .inner-foot {
  color: inherit;
  background-color: #2C5D83;
  background-color: var(--accent, #2C5D83);
  color: #fff;
  padding-top: 60px;
  padding-bottom: 55px;
}

.foot-top > h2, .foot-top > .h2-title, .page-title .top-line .foot-top > .date {
  display: none;
  font-size: 28px;
  text-transform: uppercase;
}

.foot-itm li {
  min-height: 25px;
}

.foot-itm a, .foot-itm .main-mnu .btn-sub-mnu, .main-mnu .foot-itm .btn-sub-mnu {
  text-decoration: none;
}

.foot-itm a:hover, .foot-itm .main-mnu .btn-sub-mnu:hover, .main-mnu .foot-itm .btn-sub-mnu:hover {
  color: inherit;
  text-decoration: underline;
}

.foot-itm a[href^="tel:"], .foot-itm .main-mnu .btn-sub-mnu[href^="tel:"], .main-mnu .foot-itm .btn-sub-mnu[href^="tel:"] {
  white-space: nowrap;
}

.contact-info-lst li {
  min-height: 25px;
}

.foot-line {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.foot-line .foot-cell:nth-child(1) {
  padding-bottom: 0;
}

.foot-line .foot-cell:nth-child(1) .cell:first-child .foot-itm {
  padding-right: 20px;
}

.foot-line .foot-cell:nth-child(2) {
  padding-bottom: 0;
}

.foot-line .foot-cell:nth-child(2) .flex-line {
  min-height: 100%;
  -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;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.foot-line .foot-cell:nth-child(2) .flex-line .cell {
  -webkit-box-flex: initial;
  -webkit-flex-grow: initial;
     -moz-box-flex: initial;
      -ms-flex-positive: initial;
          flex-grow: initial;
}

.flex-line {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.flex-line .cell {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.foot-nav a, .foot-nav .main-mnu .btn-sub-mnu, .main-mnu .foot-nav .btn-sub-mnu {
  text-decoration: none;
}

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

.foot-nav ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.foot-nav li {
  margin-right: 55px;
}

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

/* ========================== Media Queries ========================== */
@media only screen and (max-width: 1281px) {
  body {
    font-size: 17px;
  }
  h1, .h1-title {
    font-size: 40px;
  }
  h2, .h2-title, .page-title .top-line .date {
    font-size: 26px;
  }
  h3, .h3-title {
    font-size: 20px;
  }
  h4, .h4-title {
    font-size: 18px;
  }
  .top-screen-txt h1, .top-screen-txt .h1-title {
    font-size: 60px;
  }
  .sidebar, .foot-line .foot-cell:nth-child(2) {
    width: 400px;
    min-width: 400px;
  }
  .info-itm {
    margin-bottom: 65px;
  }
  .info-box .btn-more-wrap {
    margin-top: 65px;
  }
  .sidebar .info-itm, .foot-line .foot-cell:nth-child(2) .info-itm {
    margin-bottom: 55px;
  }
  .sidebar .info-box .btn-more-wrap, .foot-line .foot-cell:nth-child(2) .info-box .btn-more-wrap {
    margin-top: 55px;
  }
  .info-itm-title + .btn-wrap {
    margin-top: 15px;
  }
  .sidebar-itm {
    margin-top: 20px;
    padding: 20px 20px 25px;
  }
  .sidebar-title {
    margin-bottom: 30px;
  }
  .page-title {
    margin-left: -20px;
    padding: 0 20px;
  }
  .page-title .top-line {
    padding: 20px 0 10px;
  }
  .page-title .bottom-line {
    padding: 26px 0 25px;
  }
  .content, .foot-line .foot-cell:nth-child(1) {
    padding-left: 20px;
  }
  .main-foot, .inner-foot {
    padding-top: 50px;
    padding-bottom: 45px;
  }
  .foot-itm li,
  .contact-info-lst li {
    min-height: 23px;
  }
  .main-head, .inner-head {
    height: 74px;
  }
  .head-line {
    min-height: 74px;
  }
  .head-cell {
    padding: 17px 0;
  }
  .head-top .cust-search {
    width: 295px;
  }
  .head-top .cust-search + .toggle-btn {
    margin-left: 75px;
  }
  .content-whith-aside {
    padding-top: 25px;
  }
  .container > .page-title {
    margin-top: 25px;
  }
  .mnu-wrap::after {
    width: 350px;
  }
  .main-mnu-line .cell .cell-inner {
    padding-right: 40px;
  }
  .main-mnu-line .cell:first-child .cell-inner {
    padding-left: 100px;
  }
  .main-mnu-line .cell:nth-child(2) {
    width: 350px;
    width: 330px;
  }
  .main-mnu-line .cell:nth-child(3) {
    width: 350px;
  }
  .main-mnu-line .cell:nth-child(3) .cell-inner {
    padding-left: 50px;
  }
  .gallery-box {
    margin-left: -10px;
    margin-right: -10px;
    margin-top: -10px;
  }
  .gallery-itm {
    padding: 10px;
  }
  .page-title + .gallery-box {
    margin-top: -25px;
  }
  section {
    margin-top: 75px;
  }
  .logo .logo-lnk {
    height: 30px;
  }
  .logo .logo-descr {
    top: -webkit-calc(100% + 7px);
    top: -moz-calc(100% + 7px);
    top: calc(100% + 7px);
  }
}

@media only screen and (max-width: 1199px) {
  .container {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }
  .top-screen-txt h1, .top-screen-txt .h1-title {
    font-size: 50px;
    line-height: 1.25;
  }
  .foot-nav li {
    margin-right: 35px;
  }
  .main-mnu-line .cell:first-child .cell-inner {
    padding-left: 30px;
  }
  section {
    margin-top: 50px;
  }
}

@media only screen and (max-width: 991px) {
  .content-whith-aside {
    display: block;
  }
  .sidebar, .foot-line .foot-cell:nth-child(2) {
    width: 100%;
    min-width: 0;
  }
  .page-title {
    margin-right: -20px;
  }
  .top-screen-txt h1, .top-screen-txt .h1-title {
    font-size: 40px;
  }
  .foot-line .foot-cell {
    width: 33.33% !important;
    min-width: 33.33% !important;
  }
  .mnu-wrap::after {
    display: none;
  }
  .main-mnu-line {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .main-mnu-line h2, .main-mnu-line .h2-title, .main-mnu-line .page-title .top-line .date, .page-title .top-line .main-mnu-line .date {
    margin-bottom: 35px;
  }
  .main-mnu-line .cell:first-child .cell-inner {
    padding-left: 50px;
  }
  .main-mnu-line .cell:nth-child(3) {
    width: 100%;
    background-color: #2C5D83;
    background-color: var(--accent, #2C5D83);
    padding-top: 50px;
  }
  .main-mnu-line .cell:nth-child(3) .cell-inner {
    padding-left: 30px;
    padding-right: 30px;
    margin-right: 0;
  }
  .main-mnu-line .cell:nth-child(3) h2, .main-mnu-line .cell:nth-child(3) .h2-title, .main-mnu-line .cell:nth-child(3) .page-title .top-line .date, .page-title .top-line .main-mnu-line .cell:nth-child(3) .date {
    margin-left: 20px;
  }
  .main-mnu-line .foot-line .foot-cell:nth-child(1) {
    padding-left: 20px;
  }
  .head-top .cust-search {
    width: 250px;
  }
}

@media only screen and (min-width: 769px) and (max-width: 991px) {
  .head-quick-lnks {
    font-size: 20px;
  }
  .head-quick-lnks .quick-lnk-icon {
    margin-right: 20px;
  }
  .main-mnu-line .cell:nth-child(2) {
    width: 300px;
  }
}

@media only screen and (max-width: 768px) {
  .foot-line {
    display: block;
  }
  .foot-line .foot-cell {
    width: auto !important;
    min-width: 0 !important;
  }
  .foot-line .foot-cell:nth-child(2) {
    padding-left: 20px;
    padding-right: 20px;
    margin-top: 50px;
  }
  .foot-line .foot-cell:nth-child(2) .flex-line {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
       -moz-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .foot-line .foot-cell:nth-child(2) .flex-line .cell {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
       -moz-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .foot-line .foot-cell:nth-child(2) .foot-nav ul {
    display: block;
  }
  .foot-line .foot-cell:nth-child(2) .foot-nav li {
    margin-right: 0;
  }
  .head-top .cust-search + .toggle-btn {
    margin-left: 50px;
  }
  .logo .logo-lnk {
    height: 30px;
  }
  .logo .logo-descr {
    height: 7px;
    top: -webkit-calc(100% + 7px);
    top: -moz-calc(100% + 7px);
    top: calc(100% + 7px);
  }
  .main-head, .inner-head {
    height: 70px;
  }
  .head-line {
    min-height: 70px;
  }
  .head-cell {
    padding: 15px 0;
  }
  .main-mnu-line {
    display: block;
  }
  .main-mnu-line > .cell {
    width: 100% !important;
    padding-right: 50px !important;
  }
  .main-mnu-line > .cell:nth-child(2) {
    padding-left: 50px;
    padding-top: 25px;
  }
  .main-mnu-line > .cell .cell-inner {
    margin-right: 0 !important;
  }
  .main-mnu-line > .cell:nth-child(3) {
    padding-right: 0 !important;
  }
}

@media only screen and (max-width: 576px) {
  h1, .h1-title {
    font-size: 30px;
  }
  h2, .h2-title, .page-title .top-line .date {
    font-size: 20px;
  }
  h3, .h3-title {
    font-size: 20px;
  }
  h4, .h4-title {
    font-size: 17px;
  }
  .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .top-screen {
    margin-bottom: 0;
  }
  .top-screen-txt h1, .top-screen-txt .h1-title {
    font-size: 30px;
  }
  .date {
    font-size: 18px;
  }
  .top-screen .cust-search {
    min-width: 0;
    width: 100vw;
    max-width: -webkit-calc(100vw - 70px);
    max-width: -moz-calc(100vw - 70px);
    max-width: calc(100vw - 70px);
  }
  .head-top .cust-search {
    display: none;
  }
  .mnu-wrap .cust-search {
    display: block;
  }
  .foot-line .flex-line {
    display: block;
  }
  .foot-line .flex-line .cell {
    width: 100%;
  }
  .foot-line .flex-line .cell:last-child {
    margin-top: 50px;
  }
  .foot-line .flex-line .foot-itm {
    padding-right: 0;
  }
  .top-screen .cust-search {
    bottom: 45px;
  }
  .content, .foot-line .foot-cell:nth-child(1) {
    padding-left: 15px;
    padding-right: 15px;
  }
  .page-title {
    padding: 0 15px;
    margin-left: -15px;
    margin-right: -15px;
  }
  .sidebar-itm {
    padding: 20px 15px 25px;
  }
  .sidebar, .foot-line .foot-cell:nth-child(2) {
    padding-bottom: 25px;
  }
  .foot-cell {
    padding: 0 !important;
  }
  .mobile-mnu-search {
    display: block;
  }
  .main-mnu-line > .cell {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .main-mnu-line > .cell .cell-inner {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .main-mnu-line > .cell:nth-child(2) {
    padding-top: 25px;
  }
  .main-mnu-line > .cell:nth-child(3) h2, .main-mnu-line > .cell:nth-child(3) .h2-title, .main-mnu-line > .cell:nth-child(3) .page-title .top-line .date, .page-title .top-line .main-mnu-line > .cell:nth-child(3) .date {
    margin-left: 0;
  }
  .main-mnu-line .cust-search {
    width: auto !important;
    opacity: 1 !important;
    margin-top: 55px;
  }
  .main-mnu-line .cust-search input {
    height: 46px;
  }
  .main-mnu-line .cust-search .srch-btn {
    width: 46px;
    height: 46px;
  }
  .main-mnu-line .cust-search .srch-btn:not(:hover) {
    background-color: #2C5D83;
    background-color: var(--accent, #2C5D83);
  }
  .page-title br {
    display: none;
  }
  .gallery-box {
    margin-left: -5px;
    margin-right: -5px;
    margin-top: -5px;
  }
  .gallery-itm {
    padding: 5px;
    width: 50%;
  }
  .txt-box h1, .txt-box .h1-title,
  .txt-box h2,
  .txt-box .h2-title,
  .txt-box .page-title .top-line .date,
  .page-title .top-line .txt-box .date,
  .txt-box h3,
  .txt-box .h3-title,
  .txt-box h4,
  .txt-box .h4-title,
  .txt-box h5,
  .txt-box h6 {
    margin-bottom: 15px;
  }
  
  .txt-box h3,
  .txt-box .h3-title,
  .txt-box h4,
  .txt-box .h4-title,
  .txt-box h5,
  .txt-box h6 {
    margin-bottom: 5px;
  }
  .field-line {
    display: block;
  }
  .field-line .cust-inp,
  .field-line .cust-textarea {
    margin-right: 0;
  }
  .field-line:first-child .cust-inp:nth-child(2),
  .field-line:first-child .cust-textarea:nth-child(2) {
    border-top: none;
  }
  .acf-field > .acf-input > .acf-fields {
    display: block;
  }
  .acf-field > .acf-input > .acf-fields .acf-field {
    margin-right: 0;
  }
  .map-wrap {
    height: 400px;
  }
  .acf-repeater table.acf-table tr.acf-row > td.acf-row-handle.remove a, .acf-repeater table.acf-table tr.acf-row > td.acf-row-handle.remove .main-mnu .btn-sub-mnu, .main-mnu .acf-repeater table.acf-table tr.acf-row > td.acf-row-handle.remove .btn-sub-mnu {
    left: -webkit-calc(100% + 5px) !important;
    left: -moz-calc(100% + 5px) !important;
    left: calc(100% + 5px) !important;
  }
  .txt-box .table-double:not(:first-child) {
    margin-top: 0;
  }
  .txt-box table:not(:first-child) {
    margin-top: 0;
  }
  .table-double table,
  .table-double thead,
  .table-double tbody,
  .table-double tr,
  .table-double td {
    display: block;
    width: 100% !important;
    height: auto;
  }
  .table-double table td,
  .table-double thead td,
  .table-double tbody td,
  .table-double tr td,
  .table-double td td {
    padding: 0 0 7px;
    border: none;
  }
  .table-double table tr,
  .table-double thead tr,
  .table-double tbody tr,
  .table-double tr tr,
  .table-double td tr {
    padding: 13px 0 5px;
    border-bottom: 1px solid #3E84BB;
    border-bottom: 1px solid var(--main, #3E84BB);
  }
}

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

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

@media only screen and (min-width: 577px) {
  .row-4-8.acf-field > .acf-input > .acf-fields .acf-field:first-child {
    max-width: 27.5%;
  }
  .row-4-8.acf-field > .acf-input > .acf-fields .acf-field:last-child {
    margin-right: 0;
  }
  .acf-field-radio {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 25px !important;
    font-size: 16px !important;
    line-height: 1.25;
  }
  .acf-field-radio * {
    font-size: inherit !important;
    line-height: inherit !important;
  }
  .acf-field-radio > .acf-input {
    margin-left: 25px;
  }
}

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

@media only screen and (min-width: 992px) {
  .mnu-wrap .foot-line,
  .mnu-wrap .foot-cell,
  .mnu-wrap .flex-line,
  .mnu-wrap .foot-itm {
    display: block !important;
    padding: 0 !important;
  }
  .mnu-wrap .foot-itm {
    margin-bottom: 60px;
  }
  .mnu-wrap .foot-nav {
    display: none;
  }
}

@media only screen and (min-width: 1200px) {
  
  .txt-box h2,
  .txt-box .h2-title,
  .txt-box .page-title .top-line .date,
  .page-title .top-line .txt-box .date,
  .title-wrap h2,
  .title-wrap .h2-title,
  .title-wrap .page-title .top-line .date,
  .page-title .top-line .title-wrap .date {
    font-size: 30px;
  }
  .top-screen .cust-search input {
    font-size: 25px;
    height: 55px;
    padding: 15px 65px 12px 15px;
    font-family: "FiraSansItalic", sans-serif;
  }
  .top-screen .cust-search .srch-btn {
    width: 55px;
    height: 55px;
    -webkit-background-size: 23px 23px;
       -moz-background-size: 23px 23px;
         -o-background-size: 23px 23px;
            background-size: 23px 23px;
  }
  .sect-txt .txt-box {
    padding-right: 30px;
  }
  .content-whith-aside .content .video-frame, .content-whith-aside .foot-line .foot-cell:nth-child(1) .video-frame, .foot-line .content-whith-aside .foot-cell:nth-child(1) .video-frame {
    margin-right: -30px;
  }
}

@media screen and (orientation: portrait) {
  /*  */
}

@media screen and (orientation: landscape) {
  /*  */
}

.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
  padding-left: 15px;
  padding-right: 15px;
}

.row {
  margin-left: -15px;
  margin-right: -15px;
}

.row > * {
  padding-left: 15px;
  padding-right: 15px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .container {
    max-width: 750px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .container {
    max-width: 970px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .container {
    max-width: 1170px;
  }
}

@media only screen and (min-width: 1400px) {
  .container {
    max-width: 1170px;
  }
}

.container {
  padding-left: 40px;
  padding-right: 40px;
  max-width: none;
}

@media only screen and (min-width: 1800px) {
  .container {
    max-width: 1800px;
  }
  .content-whith-aside .sect-txt {
    padding-right: 170px;
  }
  .mnu-wrap::after {
    width: 25%;
  }
  .main-mnu-line > .cell {
    padding-top: 75px;
  }
  .main-mnu-line > .cell:nth-child(2), .main-mnu-line > .cell:nth-child(3) {
    width: 25%;
  }
  .main-mnu-line > .cell:first-child > .cell-inner {
    padding-left: -webkit-calc(50vw - 860px);
    padding-left: -moz-calc(50vw - 860px);
    padding-left: calc(50vw - 860px);
  }
  .main-mnu-line > .cell .cell,
  .main-mnu-line > .cell .foot-cell {
    width: 100%;
  }
}

@media only screen and (min-width: 1281px) and (max-width: 1800px) {
  .mnu-wrap::after {
    width: 400px;
  }
  .main-mnu-line > .cell:nth-child(3) {
    width: 400px;
  }
  .main-mnu-line > .cell:nth-child(3) .cell-inner {
    padding-left: 50px;
    padding-right: 40px;
  }
}

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