.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 {
  outline: none !important;
  cursor: pointer;
  color: inherit;
  -webkit-transition: .3s;
  -o-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
}

a:hover {
  text-decoration: underline;
  color: inherit;
}

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

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

h1, .h1-title, h2, .h2-title, h3, .h3-title, .news-itm-title, .search-itm-title, h4, .h4-title, .field-itm-title, h5, .h5-title, h6, .h6-title {
  margin: 0;
  padding: 0;
  font-weight: normal;
  font-family: "BrandonGrotesqueBold", sans-serif;
}

label {
  font-weight: normal;
}

.hidden {
  display: none !important;
}

/* Title */
h1, .h1-title, h2, .h2-title, h3, .h3-title, .news-itm-title, .search-itm-title, h4, .h4-title, .field-itm-title, h5, .h5-title, h6, .h6-title {
  color: #636362;
  word-wrap: break-word;
  overflow-wrap: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}

h1, .h1-title {
  font-size: 36px;
  line-height: 1.1;
}

h2, .h2-title {
  font-size: 30px;
  line-height: 1.15;
}

h3, .h3-title, .news-itm-title, .search-itm-title {
  font-size: 23px;
  line-height: 1.15;
}

h4, .h4-title, .field-itm-title {
  font-size: 20px;
  line-height: 1.25;
}

h5, .h5-title, h6, .h6-title {
  font-size: 18px;
  line-height: 1.35;
}

.ext-lnks {
  margin-top: 25px;
  margin-bottom: 25px;
}

.ext-lnks + .txt-box, .ext-lnks + .team-itm-txt {
  margin-top: 40px;
}

.ext-lnks:first-child {
  margin-top: 0;
}

.ext-lnks a {
  display: inline-block;
  position: relative;
  padding-left: 20px;
  color: #636362;
}

.ext-lnks a:hover {
  color: #E20613;
  text-decoration: none;
}

.ext-lnks a:hover::before {
  left: 3px;
}

.ext-lnks a::before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 6px;
  width: 12px;
  height: 12px;
  background-image: url("../img/_style/_svg/arr_next.svg");
  -webkit-filter: invert(13%) sepia(51%) saturate(6613%) hue-rotate(348deg) brightness(110%) contrast(112%);
          filter: invert(13%) sepia(51%) saturate(6613%) hue-rotate(348deg) brightness(110%) contrast(112%);
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: contain;
     -moz-background-size: contain;
       -o-background-size: contain;
          background-size: contain;
  -webkit-transition: .3s;
  -o-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
}

.txt-box, .team-itm-txt {
  word-wrap: break-word;
  overflow-wrap: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}

.txt-box + .txt-box, .team-itm-txt + .txt-box, .txt-box + .team-itm-txt, .team-itm-txt + .team-itm-txt {
  margin-top: 40px;
}

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


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


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

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

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

.txt-box ul li::before, .team-itm-txt ul li::before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 11px;
  width: 10px;
  height: 2px;
  background-color: #95989A;
}

.txt-box h1, .team-itm-txt h1, .txt-box .h1-title, .team-itm-txt .h1-title,
.txt-box h2,
.team-itm-txt h2,
.txt-box .h2-title,
.team-itm-txt .h2-title,
.txt-box h3,
.team-itm-txt h3,
.txt-box .h3-title,
.team-itm-txt .h3-title,
.txt-box .news-itm-title,
.team-itm-txt .news-itm-title,
.txt-box .search-itm-title,
.team-itm-txt .search-itm-title,
.txt-box h4,
.team-itm-txt h4,
.txt-box .h4-title,
.team-itm-txt .h4-title,
.txt-box .field-itm-title,
.team-itm-txt .field-itm-title,
.txt-box h5,
.team-itm-txt h5,
.txt-box .h5-title,
.team-itm-txt .h5-title,
.txt-box h6,
.team-itm-txt h6,
.txt-box .h6-title,
.team-itm-txt .h6-title {
  margin-bottom: 20px;
  margin-top: 45px;
}

.txt-box h1:first-child, .team-itm-txt h1:first-child, .txt-box .h1-title:first-child, .team-itm-txt .h1-title:first-child,
.txt-box h2:first-child,
.team-itm-txt h2:first-child,
.txt-box .h2-title:first-child,
.team-itm-txt .h2-title:first-child,
.txt-box h3:first-child,
.team-itm-txt h3:first-child,
.txt-box .h3-title:first-child,
.team-itm-txt .h3-title:first-child,
.txt-box .news-itm-title:first-child,
.team-itm-txt .news-itm-title:first-child,
.txt-box .search-itm-title:first-child,
.team-itm-txt .search-itm-title:first-child,
.txt-box h4:first-child,
.team-itm-txt h4:first-child,
.txt-box .h4-title:first-child,
.team-itm-txt .h4-title:first-child,
.txt-box .field-itm-title:first-child,
.team-itm-txt .field-itm-title:first-child,
.txt-box h5:first-child,
.team-itm-txt h5:first-child,
.txt-box .h5-title:first-child,
.team-itm-txt .h5-title:first-child,
.txt-box h6:first-child,
.team-itm-txt h6:first-child,
.txt-box .h6-title:first-child,
.team-itm-txt .h6-title:first-child {
  margin-top: 0;
}

.txt-box h1:only-child, .team-itm-txt h1:only-child, .txt-box .h1-title:only-child, .team-itm-txt .h1-title:only-child,
.txt-box h2:only-child,
.team-itm-txt h2:only-child,
.txt-box .h2-title:only-child,
.team-itm-txt .h2-title:only-child,
.txt-box h3:only-child,
.team-itm-txt h3:only-child,
.txt-box .h3-title:only-child,
.team-itm-txt .h3-title:only-child,
.txt-box .news-itm-title:only-child,
.team-itm-txt .news-itm-title:only-child,
.txt-box .search-itm-title:only-child,
.team-itm-txt .search-itm-title:only-child,
.txt-box h4:only-child,
.team-itm-txt h4:only-child,
.txt-box .h4-title:only-child,
.team-itm-txt .h4-title:only-child,
.txt-box .field-itm-title:only-child,
.team-itm-txt .field-itm-title:only-child,
.txt-box h5:only-child,
.team-itm-txt h5:only-child,
.txt-box .h5-title:only-child,
.team-itm-txt .h5-title:only-child,
.txt-box h6:only-child,
.team-itm-txt h6:only-child,
.txt-box .h6-title:only-child,
.team-itm-txt .h6-title:only-child {
  margin-bottom: 0;
}

.txt-box a:not([class]), .team-itm-txt a:not([class]) {
  text-decoration: underline;
  color: #E20613;
}

.txt-box a:not([class]):hover, .team-itm-txt a:not([class]):hover {
  text-decoration: none;
}

.txt-box b, .team-itm-txt b,
.txt-box strong,
.team-itm-txt strong {
  font-weight: normal;
  font-family: "AllerBold", sans-serif;
}

.txt-box .ext-lnks, .team-itm-txt .ext-lnks {
  margin-top: 0;
}

.txt-box .ext-lnks li, .team-itm-txt .ext-lnks li {
  padding-left: 0;
}

.txt-box .ext-lnks li::before, .team-itm-txt .ext-lnks li::before {
  display: none;
}

.txt-box .ext-lnks a, .team-itm-txt .ext-lnks a {
  color: #636362;
}

.txt-box .ext-lnks a:hover, .team-itm-txt .ext-lnks a:hover {
  color: #E20613;
}


.txt-box table,
.team-itm-txt table {
  height: auto !important;
  width: 100% !important;
  color: inherit;
}

.txt-box table thead, .team-itm-txt table thead {
  color: #636362;
}

.txt-box table td, .team-itm-txt table td {
  border: 1px solid #D0D0D0;
  vertical-align: top;
  padding: 15px 15px 15px 15px;
}

.txt-box table tr:nth-child(even), .team-itm-txt table tr:nth-child(even) {
  background-color: #ECECEC;
}

.txt-box table img, .team-itm-txt table img {
  min-width: 100px;
}

.txt-box + .iframe-box, .team-itm-txt + .iframe-box {
  margin-top: 55px;
}

.title-wrap, .aside-content-title {
  margin-bottom: 30px;
  display: block;
  color: #636362;
}

.title-wrap:last-child, .aside-content-title:last-child {
  margin-bottom: 0;
}

.title-wrap .btn-wrap, .aside-content-title .btn-wrap {
  margin-top: 30px;
}

.title-wrap * + h1, .aside-content-title * + h1, .title-wrap * + .h1-title, .aside-content-title * + .h1-title,
.title-wrap * + h2,
.aside-content-title * + h2,
.title-wrap * + .h2-title,
.aside-content-title * + .h2-title,
.title-wrap * + h3,
.aside-content-title * + h3,
.title-wrap * + .h3-title,
.aside-content-title * + .h3-title,
.title-wrap * + .news-itm-title,
.aside-content-title * + .news-itm-title,
.title-wrap * + .search-itm-title,
.aside-content-title * + .search-itm-title,
.title-wrap * + h4,
.aside-content-title * + h4,
.title-wrap * + .h4-title,
.aside-content-title * + .h4-title,
.title-wrap * + .field-itm-title,
.aside-content-title * + .field-itm-title,
.title-wrap * + h5,
.aside-content-title * + h5,
.title-wrap * + .h5-title,
.aside-content-title * + .h5-title,
.title-wrap * + h6,
.aside-content-title * + h6,
.title-wrap * + .h6-title,
.aside-content-title * + .h6-title {
  margin-top: 10px;
}

.title-descr {
  color: #95989A;
  margin-top: 15px;
}

section {
  margin-top: 75px;
}

section:first-child {
  margin-top: 0;
  padding-top: 25px;
}

.box-with-aside {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.content-main {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-right: 65px;
}

.sidebar {
  width: 290px;
  min-width: 290px;
}

.quick-links {
  font-family: "BrandonGrotesqueBold", sans-serif;
  font-size: 20px;
  color: #636362;
  line-height: 1.1;
}

.quick-links li {
  margin-bottom: 15px;
}

.quick-links li:last-child {
  margin-bottom: 0;
}

.quick-links li.active a span {
  background-color: #E20613;
  color: #fff;
}

.quick-links a {
  display: block;
  position: relative;
  text-decoration: none;
}

.quick-links a 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;
  min-height: 64px;
  background-color: #ECECEC;
  padding: 6px 10px 5px 20px;
  -webkit-transition: .2s;
  -o-transition: .2s;
  -moz-transition: .2s;
  transition: .2s;
  line-height: 1.45;
}

.quick-links a span:nth-child(2) {
  position: absolute;
  z-index: 2;
  left: 0;
  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%);
  width: 100%;
  min-height: 0;
  padding-top: 0;
  padding-bottom: 0;
  opacity: 0;
  display: -webkit-box !important;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.quick-links a:hover span {
  background-color: #E20613;
  color: #fff;
  color: transparent !important;
}

.quick-links a:hover span:nth-child(2) {
  opacity: 1;
  color: #fff !important;
}

.quick-links a:hover span:only-child {
  color: #fff !important;
}

.aside-content-box {
  margin-top: 78px;
}

.aside-content-box .news-itm {
  width: 100%;
  padding-bottom: 15px;
}

.aside-content-box .news-itm:last-child {
  padding-bottom: 0;
}

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

.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 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 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: 'AllerRegular', sans-serif;
  font-size: 18px;
  line-height: 1.3888888889;
  font-weight: normal;
  color: #95989A;
  -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;
}

li:has(> a.active) {
  background-color: inherit;
}

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

.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: 1196px;
  }
}

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

/* footer at the bottom */
.page-wrap, .home-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 .page-wrap, .int-expl .home-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,
.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: #E20613;
}

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

.tabs__caption > li.active:hover {
  color: #E20613;
  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,
  .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;
  }
}

.with-parallax {
  position: relative;
}

.parallax-start {
  position: absolute;
  bottom: 200%;
  top: -75vh;
}

.parallax-itm {
  position: relative;
  top: 25px;
}

.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;
  margin-top: 25px;
  margin-bottom: 75px;
}

.cust-accordion:last-child {
  margin-bottom: 0;
}

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

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

.cust-accordion.grey-accord > .accord-li > .accord-btn {
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
  opacity: .7;
}

.cust-accordion.grey-accord > .accord-li > .accord-btn:hover {
  opacity: .85;
}

.cust-accordion.small-accord {
  font-size: 90%;
}

.cust-accordion.small-accord .accord-btn {
  padding: 9px 10px 7px 30px;
}

.cust-accordion.small-accord .accord-btn .arr-dn-ic {
  width: 12px;
  height: 12px;
  left: 9.5px;
  top: 19.5px;
  margin-left: -6px;
  margin-top: -6px;
}

.cust-accordion.small-accord .accord-btn::before {
  top: 10px;
  width: 19px;
  height: 19px;
}

.cust-accordion.small-accord .accord-content-inner {
  padding: 10px 10px 15px 30px;
}

.cust-accordion.small-accord .txt-box p:last-child, .cust-accordion.small-accord .team-itm-txt p:last-child,
.cust-accordion.small-accord .txt-box ul:last-child,
.cust-accordion.small-accord .team-itm-txt ul:last-child,
.cust-accordion.small-accord .txt-box ol:last-child,
.cust-accordion.small-accord .team-itm-txt ol:last-child,
.cust-accordion.small-accord .txt-box img:last-child,
.cust-accordion.small-accord .team-itm-txt img:last-child,
.cust-accordion.small-accord .txt-box table:last-child,
.cust-accordion.small-accord .team-itm-txt table:last-child {
  margin-bottom: 0;
}

.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;
  padding: 10px 10px 5px 40px;
  font-family: "AllerBold", sans-serif;
  font-size: 18px;
  line-height: 1.15;
  min-height: 40px;
  cursor: pointer;
  -webkit-transition: .2s;
  -o-transition: .2s;
  -moz-transition: .2s;
  transition: .2s;
  color: #E20613;
  border-bottom: 1px solid #D0D0D0;
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.accord-btn::before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 7px;
  width: 26px;
  height: 26px;
  background-color: #E20613;
  -webkit-transition: .2s;
  -o-transition: .2s;
  -moz-transition: .2s;
  transition: .2s;
}

.accord-btn .arr-dn-ic {
  height: 16px;
  width: 16px;
  background-image: url("../img/_style/_svg/plus.svg");
  position: absolute;
  left: 5px;
  top: 12px;
  -webkit-filter: brightness(0) invert(100%);
          filter: brightness(0) invert(100%);
}

.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);
  background-image: url("../img/_style/_svg/minus.svg");
}

.accord-btn:hover {
  color: #89182d;
}

.accord-btn:hover::before {
  background-color: #89182d;
}

.accord-content {
  display: none;
}

.accord-content-inner {
  padding: 20px 10px 20px 40px;
}

.accord-content-inner .cust-accordion {
  font-size: 90%;
}

.accord-content-inner .cust-accordion > .accord-li > .accord-btn {
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
  opacity: .7;
}

.accord-content-inner .cust-accordion > .accord-li > .accord-btn:hover {
  opacity: .85;
}

.accord-content-inner .cust-accordion .accord-btn {
  padding: 9px 10px 7px 30px;
}

.accord-content-inner .cust-accordion .accord-btn .arr-dn-ic {
  width: 12px;
  height: 12px;
  left: 9.5px;
  top: 19.5px;
  margin-left: -6px;
  margin-top: -6px;
}

.accord-content-inner .cust-accordion .accord-btn::before {
  top: 10px;
  width: 19px;
  height: 19px;
}

.accord-content-inner .cust-accordion .accord-content-inner {
  padding: 10px 10px 15px 30px;
}

.accord-content-inner .cust-accordion .txt-box p:last-child, .accord-content-inner .cust-accordion .team-itm-txt p:last-child,
.accord-content-inner .cust-accordion .txt-box ul:last-child,
.accord-content-inner .cust-accordion .team-itm-txt ul:last-child,
.accord-content-inner .cust-accordion .txt-box ol:last-child,
.accord-content-inner .cust-accordion .team-itm-txt ol:last-child,
.accord-content-inner .cust-accordion .txt-box img:last-child,
.accord-content-inner .cust-accordion .team-itm-txt img:last-child,
.accord-content-inner .cust-accordion .txt-box table:last-child,
.accord-content-inner .cust-accordion .team-itm-txt table:last-child {
  margin-bottom: 0;
}

.cust-inp, .cust-inp-search, .comment-form-author,
.comment-form-email,
.comment-form-comment,
.cust-textarea {
  display: block;
  padding: 0;
  margin: 0;
  position: relative;
}

.cust-inp span, .cust-inp-search span, .comment-form-author span, .comment-form-email span, .comment-form-comment span,
.cust-textarea span {
  display: block;
}

.cust-inp input, .cust-inp-search input, .comment-form-author input, .comment-form-email input, .comment-form-comment 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: 9px 15px 6px;
  width: 100%;
  height: 44px;
  font-size: 16px;
  line-height: 1;
  border: 1px solid #ECECEC;
  -webkit-transition: .3s;
  -o-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
  outline: none !important;
  color: #636362;
}

.cust-inp textarea, .cust-inp-search textarea, .comment-form-author textarea, .comment-form-email textarea, .comment-form-comment 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: 10px 15px;
  width: 100%;
  min-height: 130px;
  font-size: 16px;
  line-height: 1.5;
  border: 1px solid #ECECEC;
  -webkit-transition: .3s;
  -o-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
  resize: none;
  outline: none !important;
  color: #636362;
}

.cust-inp *::-webkit-input-placeholder, .cust-inp-search *::-webkit-input-placeholder, .comment-form-author *::-webkit-input-placeholder, .comment-form-email *::-webkit-input-placeholder, .comment-form-comment *::-webkit-input-placeholder, .cust-textarea *::-webkit-input-placeholder {
  -webkit-transition: .3s;
  transition: .3s;
  color: #999;
}

.cust-inp *:-moz-placeholder, .cust-inp-search *:-moz-placeholder, .comment-form-author *:-moz-placeholder, .comment-form-email *:-moz-placeholder, .comment-form-comment *:-moz-placeholder, .cust-textarea *:-moz-placeholder {
  -moz-transition: .3s;
  transition: .3s;
  color: #999;
}

.cust-inp *::-moz-placeholder, .cust-inp-search *::-moz-placeholder, .comment-form-author *::-moz-placeholder, .comment-form-email *::-moz-placeholder, .comment-form-comment *::-moz-placeholder, .cust-textarea *::-moz-placeholder {
  -moz-transition: .3s;
  transition: .3s;
  color: #999;
}

.cust-inp *:-ms-input-placeholder, .cust-inp-search *:-ms-input-placeholder, .comment-form-author *:-ms-input-placeholder, .comment-form-email *:-ms-input-placeholder, .comment-form-comment *:-ms-input-placeholder, .cust-textarea *:-ms-input-placeholder {
  -ms-transition: .3s;
  transition: .3s;
  color: #999;
}

.cust-inp *::-ms-input-placeholder, .cust-inp-search *::-ms-input-placeholder, .comment-form-author *::-ms-input-placeholder, .comment-form-email *::-ms-input-placeholder, .comment-form-comment *::-ms-input-placeholder, .cust-textarea *::-ms-input-placeholder {
  -ms-transition: .3s;
  transition: .3s;
  color: #999;
}

.cust-inp *::placeholder, .cust-inp-search *::placeholder, .comment-form-author *::placeholder, .comment-form-email *::placeholder, .comment-form-comment *::placeholder,
.cust-textarea *::placeholder {
  -webkit-transition: .3s;
  -o-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
  color: #999;
}

.cust-inp *:focus::-webkit-input-placeholder, .cust-inp-search *:focus::-webkit-input-placeholder, .comment-form-author *:focus::-webkit-input-placeholder, .comment-form-email *:focus::-webkit-input-placeholder, .comment-form-comment *:focus::-webkit-input-placeholder, .cust-textarea *:focus::-webkit-input-placeholder {
  opacity: 0;
}

.cust-inp *:focus:-moz-placeholder, .cust-inp-search *:focus:-moz-placeholder, .comment-form-author *:focus:-moz-placeholder, .comment-form-email *:focus:-moz-placeholder, .comment-form-comment *:focus:-moz-placeholder, .cust-textarea *:focus:-moz-placeholder {
  opacity: 0;
}

.cust-inp *:focus::-moz-placeholder, .cust-inp-search *:focus::-moz-placeholder, .comment-form-author *:focus::-moz-placeholder, .comment-form-email *:focus::-moz-placeholder, .comment-form-comment *:focus::-moz-placeholder, .cust-textarea *:focus::-moz-placeholder {
  opacity: 0;
}

.cust-inp *:focus:-ms-input-placeholder, .cust-inp-search *:focus:-ms-input-placeholder, .comment-form-author *:focus:-ms-input-placeholder, .comment-form-email *:focus:-ms-input-placeholder, .comment-form-comment *:focus:-ms-input-placeholder, .cust-textarea *:focus:-ms-input-placeholder {
  opacity: 0;
}

.cust-inp *:focus::-ms-input-placeholder, .cust-inp-search *:focus::-ms-input-placeholder, .comment-form-author *:focus::-ms-input-placeholder, .comment-form-email *:focus::-ms-input-placeholder, .comment-form-comment *:focus::-ms-input-placeholder, .cust-textarea *:focus::-ms-input-placeholder {
  opacity: 0;
}

.cust-inp *:focus::placeholder, .cust-inp-search *:focus::placeholder, .comment-form-author *:focus::placeholder, .comment-form-email *:focus::placeholder, .comment-form-comment *:focus::placeholder,
.cust-textarea *:focus::placeholder {
  opacity: 0;
}

.cust-inp .search-btn, .cust-inp-search .search-btn, .comment-form-author .search-btn, .comment-form-email .search-btn, .comment-form-comment .search-btn,
.cust-textarea .search-btn {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  outline: none !important;
  cursor: pointer;
  width: 44px;
  height: 44px;
  position: absolute;
  right: 0;
  top: 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-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 2px;
  -webkit-transition: .25s;
  -o-transition: .25s;
  -moz-transition: .25s;
  transition: .25s;
}

.cust-inp .search-btn ~ input, .cust-inp-search .search-btn ~ input, .comment-form-author .search-btn ~ input, .comment-form-email .search-btn ~ input, .comment-form-comment .search-btn ~ input,
.cust-textarea .search-btn ~ input {
  padding-right: 44px;
}

.wpcf7-not-valid-tip,
.wpcf7-response-output {
  font-size: 14px;
  line-height: 1.5;
}

.wpcf7-response-output {
  padding-top: .3em !important;
}

.check-lst .wpcf7-not-valid-tip, .radio-lst .wpcf7-not-valid-tip,
.policy-field .wpcf7-not-valid-tip {
  margin-left: 40px;
}

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

.upload-field .field-notice {
  font-size: 14px;
  margin-top: 5px;
}

.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: #95989A;
}

.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: 40px;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: 15px 15px;
     -moz-background-size: 15px;
       -o-background-size: 15px;
          background-size: 15px;
  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;
  min-height: 44px;
  border: 1px solid #ECECEC;
  background-color: #fff;
  padding: 8px 40px 5px 15px;
  cursor: pointer;
  -webkit-transition: .3s;
  -o-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
  position: relative;
  color: #636362;
  font-size: 16px;
  line-height: 1.4;
}

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

.upload-txt-btn span {
  display: block;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
}

.upload-ic {
  width: 40px;
  height: 44px;
  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: 0 !important;
     -moz-border-radius-topleft: 0 !important;
          border-top-left-radius: 0 !important;
  -webkit-border-top-right-radius: 0 !important;
     -moz-border-radius-topright: 0 !important;
          border-top-right-radius: 0 !important;
  border-top: 1px solid #D0D0D0;
  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: #E20613 !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-container {
  min-width: 100%;
}

.cust-sel .select2-selection {
  height: auto;
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
  border: 1px solid #ECECEC !important;
  cursor: pointer;
  width: 100%;
  display: table-cell;
  vertical-align: middle;
  height: 44px;
  padding: 6px 40px 4px 15px;
  font-size: 16px;
  color: #636362;
}

.cust-sel .select2-selection.select2-selection--multiple::after {
  content: '';
  display: block;
  position: absolute;
  width: 40px;
  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: 40px !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 #D0D0D0;
  border-top: none;
  margin-top: -15px;
  -webkit-transition: .3s margin;
  -o-transition: .3s margin;
  -moz-transition: .3s margin;
  transition: .3s margin;
  width: auto !important;
  min-width: 100%;
  white-space: nowrap;
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
  font-size: 16px;
}

.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: #95989A !important;
}

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

.cust-sel .select2-results__option:hover {
  background-color: #E20613 !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: #95989A !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-bottom: 10px;
}

.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-bottom: 0;
}

.cust-check, .cust-radio {
  cursor: pointer;
}

.cust-check, .cust-radio,
.check-lst .wpcf7-list-item,
.radio-lst .wpcf7-list-item,
.policy-field .wpcf7-list-item {
  font-size: 16px;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

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

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

.cust-check input:checked ~ .check-ic, .cust-radio input:checked ~ .check-ic, .cust-check input:checked ~ .radio-ic, .cust-radio input:checked ~ .radio-ic,
.cust-check input:checked ~ .wpcf7-list-item-label::before,
.cust-radio input:checked ~ .wpcf7-list-item-label::before,
.check-lst .wpcf7-list-item input:checked ~ .check-ic,
.radio-lst .wpcf7-list-item input:checked ~ .check-ic,
.check-lst .wpcf7-list-item input:checked ~ .radio-ic,
.radio-lst .wpcf7-list-item input:checked ~ .radio-ic,
.check-lst .wpcf7-list-item input:checked ~ .wpcf7-list-item-label::before,
.radio-lst .wpcf7-list-item input:checked ~ .wpcf7-list-item-label::before,
.policy-field .wpcf7-list-item input:checked ~ .check-ic,
.policy-field .wpcf7-list-item input:checked ~ .radio-ic,
.policy-field .wpcf7-list-item input:checked ~ .wpcf7-list-item-label::before {
  background-color: #E20613;
  border-color: #fff;
}

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

.cust-check input[type=radio]:checked ~ .check-ic, .cust-radio input[type=radio]:checked ~ .check-ic, .cust-check input[type=radio]:checked ~ .radio-ic, .cust-radio input[type=radio]:checked ~ .radio-ic,
.cust-check input[type=radio]:checked ~ .wpcf7-list-item-label::before,
.cust-radio input[type=radio]:checked ~ .wpcf7-list-item-label::before,
.check-lst .wpcf7-list-item input[type=radio]:checked ~ .check-ic,
.radio-lst .wpcf7-list-item input[type=radio]:checked ~ .check-ic,
.check-lst .wpcf7-list-item input[type=radio]:checked ~ .radio-ic,
.radio-lst .wpcf7-list-item input[type=radio]:checked ~ .radio-ic,
.check-lst .wpcf7-list-item input[type=radio]:checked ~ .wpcf7-list-item-label::before,
.radio-lst .wpcf7-list-item input[type=radio]:checked ~ .wpcf7-list-item-label::before,
.policy-field .wpcf7-list-item input[type=radio]:checked ~ .check-ic,
.policy-field .wpcf7-list-item input[type=radio]:checked ~ .radio-ic,
.policy-field .wpcf7-list-item input[type=radio]:checked ~ .wpcf7-list-item-label::before {
  background-color: #E20613;
}

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

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

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

.check-title, .radio-title, .check-lst .wpcf7-list-item-label, .radio-lst .wpcf7-list-item-label,
.policy-field .wpcf7-list-item-label {
  display: block;
  font-weight: normal;
  padding-left: 25px;
  margin-top: -3px;
  color: #636362;
}

.check-title a, .radio-title a,
.check-lst .wpcf7-list-item-label a,
.radio-lst .wpcf7-list-item-label a,
.policy-field .wpcf7-list-item-label a {
  color: #E20613;
  text-decoration: underline;
}

.check-title a:hover, .radio-title a:hover,
.check-lst .wpcf7-list-item-label a:hover,
.radio-lst .wpcf7-list-item-label a:hover,
.policy-field .wpcf7-list-item-label a:hover {
  text-decoration: none;
}

.pagination-wrap {
  margin: 35px 0;
}

.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-size: 16px;
  line-height: 1;
  padding-right: 4px;
  color: #000;
}

.page-numbers li > a,
.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;
  padding-top: 2px;
  width: 44px;
  height: 44px;
  border: 1px solid #E20613;
  -webkit-border-radius: 8px;
     -moz-border-radius: 8px;
          border-radius: 8px;
  text-decoration: none;
  color: #9D9C9C;
}

.page-numbers li > a:hover,
.page-numbers li > span:hover {
  color: #E20613;
}

.page-numbers li > a.current,
.page-numbers li > span.current {
  background-color: #E20613;
  color: #fff;
}

.page-numbers li > a.prev, .page-numbers li > a.next,
.page-numbers li > span.prev,
.page-numbers li > span.next {
  padding-top: 0;
  background-color: #9D9C9C;
  border-color: #9D9C9C;
}

.page-numbers li > a.prev .arr-left-ic,
.page-numbers li > a.prev .arr-right-ic, .page-numbers li > a.next .arr-left-ic,
.page-numbers li > a.next .arr-right-ic,
.page-numbers li > span.prev .arr-left-ic,
.page-numbers li > span.prev .arr-right-ic,
.page-numbers li > span.next .arr-left-ic,
.page-numbers li > span.next .arr-right-ic {
  -webkit-filter: brightness(0) invert(100%);
          filter: brightness(0) invert(100%);
}

.page-numbers li > a.prev:hover, .page-numbers li > a.next:hover,
.page-numbers li > span.prev:hover,
.page-numbers li > span.next:hover {
  border-color: #E20613;
  background-color: #E20613;
  color: #fff;
}

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

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

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

.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 .comments .form-submit #submit, .comments .form-submit .modal .modal-footer #submit {
  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;
  position: relative;
  z-index: 2;
}

.img-svg .int-expl-image {
  display: none;
}

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

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

html.int-expl .img-svg svg {
  display: none;
}

html.int-expl .img-svg .int-expl-image {
  display: block;
}

.btn, .btn-form, .comments .form-submit #submit {
  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: #E20613;
  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: 7px 15px 6px;
  min-height: 40px;
  border: 1px solid #E20613;
  color: #fff;
  font-size: 20px;
  font-family: "BrandonGrotesqueBold", sans-serif;
  line-height: 1.15;
  -webkit-transition: .3s;
  -o-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
  text-align: center;
}

.btn:hover, .btn-form:hover, .comments .form-submit #submit:hover {
  color: #fff;
  background-color: #A00B14;
  border-color: #A00B14;
}

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

.btn.btn-dark, .btn-dark.btn-form, .comments .form-submit .btn-dark#submit {
  background-color: #636362;
  border-color: #636362;
}

.btn.btn-dark:hover, .btn-dark.btn-form:hover, .comments .form-submit .btn-dark#submit:hover {
  color: #fff;
  background-color: #E20613;
  border-color: #E20613;
}

.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: #E20613;
  cursor: pointer;
  -webkit-transition: .3s;
  -o-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
}

.btn-top {
  position: fixed;
  z-index: 555;
  left: 5px;
  bottom: 5px;
  width: 40px;
  height: 40px;
  background-color: #E20613;
  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: inline-block;
  vertical-align: middle;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  background-color: transparent;
  outline: none !important;
  position: relative;
  z-index: 1;
  text-align: center;
  text-decoration: none;
  width: 30px;
  height: 30px;
  z-index: 10;
  cursor: pointer;
}

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

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

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

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

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

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

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

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

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

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

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

/*============= 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: #95989A;
}

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

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

.head-top {
  -webkit-box-shadow: 0 0 30px 1px rgba(0, 0, 0, 0.05);
     -moz-box-shadow: 0 0 30px 1px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 30px 1px rgba(0, 0, 0, 0.05);
  position: fixed;
  z-index: 99999;
  left: 0;
  top: 0;
  width: 100%;
  min-width: 320px;
  background-color: #fff;
}

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

.head-cell {
  padding: 20px 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;
}

.logo {
  display: block;
  height: 30px;
}

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

.head-search {
  margin-top: 30px;
}

.head-search input {
  background-color: #ECECEC;
  min-width: 180px;
  color: #E20613;
}

.head-search input::-webkit-input-placeholder {
  color: #E20613;
}

.head-search input:-moz-placeholder {
  color: #E20613;
}

.head-search input::-moz-placeholder {
  color: #E20613;
}

.head-search input:-ms-input-placeholder {
  color: #E20613;
}

.head-search input::-ms-input-placeholder {
  color: #E20613;
}

.head-search input::placeholder {
  color: #E20613;
}

.head-search .search-btn {
  background-color: #636362;
}

.head-search .search-btn:hover {
  opacity: .75;
}

.head-search .search-ic {
  -webkit-filter: brightness(0) invert(100%);
          filter: brightness(0) invert(100%);
}

.mnu-wrap {
  display: none;
  position: absolute;
  z-index: 50;
  left: 0;
  top: 100%;
  width: 100%;
  background-color: #fff;
  overflow-y: auto;
  padding: 0;
}

.mnu-wrap .quick-links {
  margin-top: 45px;
}

.mnu-wrap .quick-links h3, .mnu-wrap .quick-links .h3-title, .mnu-wrap .quick-links .news-itm-title, .mnu-wrap .quick-links .search-itm-title {
  font-size: 20px;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 15px;
}

.mnu-wrap-inner {
  height: -webkit-calc(100vh - 70px);
  height: -moz-calc(100vh - 70px);
  height: calc(100vh - 70px);
  overflow-y: auto;
  padding-top: 30px;
  padding-bottom: 50px;
}

.main-mnu {
  color: #E20613;
  font-size: 22px;
}

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

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

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

.main-mnu li.active > a .arr-dn-ic,
.main-mnu li.active > span .arr-dn-ic,
.main-mnu li.active > .main-sub-lnk .arr-dn-ic {
  -webkit-filter: invert(12%) sepia(88%) saturate(1959%) hue-rotate(328deg) brightness(113%) contrast(100%);
          filter: invert(12%) sepia(88%) saturate(1959%) hue-rotate(328deg) brightness(113%) contrast(100%);
}

.main-mnu li.hover-mobile > .main-sub-lnk .arr-dn-ic {
  -webkit-transform: rotateZ(90deg);
     -moz-transform: rotateZ(90deg);
      -ms-transform: rotate(90deg);
       -o-transform: rotateZ(90deg);
          transform: rotateZ(90deg);
  -webkit-filter: invert(12%) sepia(88%) saturate(1959%) hue-rotate(328deg) brightness(113%) contrast(100%);
          filter: invert(12%) sepia(88%) saturate(1959%) hue-rotate(328deg) brightness(113%) contrast(100%);
}

.main-mnu li.hover-mobile > .main-sub-lnk > a,
.main-mnu li.hover-mobile > .main-sub-lnk > span {
  color: #89182d;
}

.main-mnu a {
  text-decoration: none;
}

.main-mnu a:hover {
  color: #89182d;
}

.main-sub-lnk {
  position: relative;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.main-sub-lnk:hover > a,
.main-sub-lnk:hover > span {
  color: #89182d;
}

.main-sub-lnk:hover .arr-dn-ic {
  -webkit-filter: invert(12%) sepia(88%) saturate(1959%) hue-rotate(328deg) brightness(113%) contrast(100%);
          filter: invert(12%) sepia(88%) saturate(1959%) hue-rotate(328deg) brightness(113%) contrast(100%);
}

.main-sub-lnk > a,
.main-sub-lnk > 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;
}

.main-sub-lnk .arr-dn-ic {
  -webkit-transition: .25s transform;
  -o-transition: .25s transform;
  -moz-transition: .25s transform;
  transition: .25s transform;
  background-image: url("../img/_style/_svg/arr_next.svg");
  -webkit-filter: invert(13%) sepia(51%) saturate(6613%) hue-rotate(348deg) brightness(110%) contrast(112%);
          filter: invert(13%) sepia(51%) saturate(6613%) hue-rotate(348deg) brightness(110%) contrast(112%);
  margin-left: 15px;
  -webkit-transition: .3s;
  -o-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
}

.main-sub-lnk .btn-sub-mnu {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  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;
  padding-right: 5px;
  height: 100%;
  background-color: red;
  opacity: 0;
}

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

.sub-mnu {
  display: none;
  font-size: 18px;
}

.sub-mnu ul {
  padding: 20px 20px 0;
}

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

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

@media only screen and (max-width: 991px) {
  body.mnu-open {
    overflow: hidden;
  }
}

@media only screen and (min-width: 768px) {
  .main-mnu {
    font-size: 30px;
  }
  .main-sub-lnk .arr-dn-ic {
    width: 20px;
    height: 20px;
    margin-left: 20px;
  }
}

@media only screen and (min-width: 992px) {
  .main-head, .inner-head {
    height: 84px;
  }
  .head-line {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
       -moz-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .mnu-wrap {
    display: block !important;
    background-color: transparent;
    position: static;
    padding: 0;
    width: auto;
    overflow: visible;
  }
  .mnu-wrap .container {
    max-width: none;
    padding: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
       -moz-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .mnu-wrap .quick-links {
    display: none;
  }
  .mnu-wrap-inner {
    height: auto;
    overflow: visible;
    padding: 0;
  }
  .toggle-btn {
    display: none;
  }
  .main-mnu {
    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;
    font-size: 15px;
  }
  .main-mnu > li {
    position: relative;
    margin: 0 25px 0 0;
    z-index: 10;
  }
  .main-mnu .sub-mnu {
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 100%;
    white-space: nowrap;
    height: 0;
    overflow: hidden;
  }
  .main-mnu .sub-mnu ul {
    background-color: #ECECEC;
    -webkit-transition: .25s;
    -o-transition: .25s;
    -moz-transition: .25s;
    transition: .25s;
    opacity: 0;
    padding: 15px;
    margin-top: 25px;
  }
  .main-mnu .sub-mnu ul li {
    margin-bottom: 5px;
  }
  .main-sub-lnk .mnu-icon {
    display: none;
  }
  .sub-mnu {
    font-size: 15px;
  }
  .sub-mnu ul {
    -webkit-box-shadow: 0 10px 15px 1px rgba(0, 0, 0, 0.15);
       -moz-box-shadow: 0 10px 15px 1px rgba(0, 0, 0, 0.15);
            box-shadow: 0 10px 15px 1px rgba(0, 0, 0, 0.15);
  }
  .sub-mnu li {
    margin-bottom: 10px;
  }
  .main-sub-lnk .btn-sub-mnu {
    display: none;
  }
  html.touch .main-mnu > li .sub-mnu {
    height: auto;
    overflow: visible;
  }
  html.touch .main-mnu > li .sub-mnu ul {
    opacity: 1;
  }
  html:not(.touch) .main-mnu .sub-mnu {
    display: block !important;
  }
  html:not(.touch) .main-mnu > li.hover-mobile > .main-sub-lnk .arr-dn-ic {
    -webkit-transform: none;
       -moz-transform: none;
        -ms-transform: none;
         -o-transform: none;
            transform: none;
  }
  html:not(.touch) .main-mnu > li.hover > .main-sub-lnk .arr-dn-ic {
    -webkit-transform: rotateX(180deg);
       -moz-transform: rotateX(180deg);
            transform: rotateX(180deg);
  }
  html:not(.touch) .main-mnu > li.hover .sub-mnu {
    height: auto;
    overflow: visible;
  }
  html:not(.touch) .main-mnu > li.hover .sub-mnu ul {
    opacity: 1;
  }
  .head-search {
    margin-top: 0;
    padding-left: 30px;
    padding-right: 10px;
    -webkit-transform: translate(0, 25%);
       -moz-transform: translate(0, 25%);
        -ms-transform: translate(0, 25%);
         -o-transform: translate(0, 25%);
            transform: translate(0, 25%);
  }
  .head-search input {
    background-color: #D0D0D0;
    border-color: #D0D0D0;
    color: #fff;
  }
  .head-search input::-webkit-input-placeholder {
    color: #fff;
  }
  .head-search input:-moz-placeholder {
    color: #fff;
  }
  .head-search input::-moz-placeholder {
    color: #fff;
  }
  .head-search input:-ms-input-placeholder {
    color: #fff;
  }
  .head-search input::-ms-input-placeholder {
    color: #fff;
  }
  .head-search input::placeholder {
    color: #fff;
  }
  .head-search .search-btn {
    background-color: transparent;
    right: -40px;
  }
  .head-search .search-btn ~ input {
    padding-right: 10px;
  }
  .head-search .search-ic {
    -webkit-filter: invert(12%) sepia(81%) saturate(5562%) hue-rotate(351deg) brightness(94%) contrast(106%);
            filter: invert(12%) sepia(81%) saturate(5562%) hue-rotate(351deg) brightness(94%) contrast(106%);
  }
}

@media only screen and (min-width: 1200px) {
  .main-head, .inner-head {
    height: 94px;
  }
  .head-cell {
    padding: 25px 0;
  }
  .logo {
    height: 40px;
  }
  .head-search {
    padding-left: 75px;
    padding-right: 20px;
  }
  .main-mnu {
    font-size: 18px;
  }
  .main-mnu > li {
    margin: 0 25px 0 0;
  }
}

@media only screen and (min-width: 1250px) {
  .head-search {
    padding-right: 0;
  }
}

.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: #E20613;
  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-image {
  margin-bottom: 15px;
}

.top-image:first-child {
  margin-top: -35px;
}

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

.title-wrap + .angebot-box, .aside-content-title + .angebot-box {
  margin-top: -10px;
}

.angebot-box {
  background-color: #ECECEC;
  padding: 25px 20px 20px;
  color: #636362;
}

.angebot-box .btn-wrap {
  margin-top: 25px;
}

.news-box .btn-more-wrap {
  padding: 10px;
  background-color: #ECECEC;
  text-align: right;
}

.news-lst {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-left: -3px;
  margin-right: -3px;
}

.news-itm {
  padding-left: 3px;
  padding-right: 3px;
  padding-bottom: 6px;
  width: 33.33%;
  min-width: 33.33%;
}

.news-itm-inner {
  background-color: #ECECEC;
  padding: 15px;
  height: 100%;
}

.news-itm-photo {
  display: block;
}

.news-itm-photo .cover-img {
  background-color: #fff;
}

.news-itm-photo:hover ~ .news-itm-txt .news-itm-title a {
  color: #E20613;
}

.news-itm-txt {
  margin-top: 15px;
}

.news-itm-title {
  color: #636362;
  min-height: 55px;
}

.news-itm-title a {
  display: inline-block;
  text-decoration: none;
  max-width: 100%;
  word-wrap: break-word;
  overflow-wrap: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}

.news-itm-title a:hover {
  color: #E20613;
}

.news-itm-brief {
  font-size: 16px;
  margin-top: 10px;
}

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

.news-itm-more {
  margin-top: 15px;
  line-height: 0;
}

.news-itm-lnk {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-top: -10px;
}

.team-lst {
  padding-top: 15px;
}

.team-lst + .txt-box, .team-lst + .team-itm-txt {
  padding-top: 25px;
}

.team-lst.with-borders {
  border-top: 1px solid #D0D0D0;
  border-bottom: 1px solid #D0D0D0;
  padding-top: 30px;
  margin-top: 30px;
  margin-bottom: 35px;
}

.accord-content-inner .team-lst:first-child {
  margin-top: 0;
  border-top: none;
  padding-top: 10px;
}

.table > :not(:first-child) {
  border: none;
}

.txt-box + .team-lst, .team-itm-txt + .team-lst {
  padding-top: 15px;
  border: none;
  margin: 0;
}

.team-itm {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #D0D0D0;
  padding-bottom: 30px;
  margin-bottom: 30px;
}

.team-itm:last-child {
  padding-bottom: 0;
  border: none;
}

.team-itm-image {
  width: 140px;
  min-width: 140px;
}

.team-itm-txt {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-left: 70px;
}

.team-itm-txt p:last-child,
.team-itm-txt ul:last-child,
.team-itm-txt ol:last-child,
.team-itm-txt img:last-child,
.team-itm-txt table:last-child {
  margin-bottom: 0;
}

.team-itm-txt ul li {
  padding-left: 0;
}

.team-itm-txt ul li::before {
  display: none;
}

.txt-box + .team-lst, .team-itm-txt + .team-lst,
.txt-box > .team-lst,
.team-itm-txt > .team-lst {
  border-top: 1px solid #D0D0D0;
  border-bottom: 1px solid #D0D0D0;
  padding-top: 30px;
  margin-top: 30px;
  margin-bottom: 35px;
}

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

.on .on-text {
  display: block !important;
}

.on .off-text {
  display: none !important;
}

.doctor-itm-photo .main-img {
  -o-object-position: center top;
     object-position: center top;
}

.btn-accent:not(:hover) {
  background-color: #dda1a1;
  color: #fff;
}

.doctor-search-page,
.sect-doctor-inner {
  font-family: 'AllerRegular', sans-serif;
  font-size: 16px;
  line-height: 1.55;
}

.doctor-inner-page {
  color: #95989A;
}

.filter-form-box {
  margin-left: -15px;
  margin-bottom: 65px;
}

.filter-form-notice {
  font-family: 'Aller-light', sans-serif;
  font-size: 18px;
  margin-bottom: 20px;
  padding-left: 15px;
}

.filter-top-search {
  background-color: #ECECEC;
  padding: 17px 15px 20px;
}

.filter-form-title {
  font-family: "AllerBold", sans-serif;
  font-size: 18px;
  margin-bottom: 12px;
  color: #636362;
}

.filter-top-search .cust-inp, .filter-top-search .cust-inp-search, .filter-top-search .comment-form-author,
.filter-top-search .comment-form-email,
.filter-top-search .comment-form-comment {
  max-width: 530px;
}

.filter-btn, .filter-btn-accent {
  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;
  font-size: 16px;
  line-height: 1;
  padding: 5px 15px 3px;
  background-color: #BCBCBC;
  color: #fff;
  -webkit-appearance: none !important;
     -moz-appearance: none !important;
          appearance: none !important;
  outline: none !important;
  border: none;
  cursor: pointer;
  text-decoration: none !important;
  -webkit-border-radius: 8px;
     -moz-border-radius: 8px;
          border-radius: 8px;
  height: 44px;
  -webkit-transition: .25s;
  -o-transition: .25s;
  -moz-transition: .25s;
  transition: .25s;
  white-space: nowrap;
}

.filter-btn:hover, .filter-btn-accent:hover {
  color: #fff;
  background-color: #E20613;
}

.filter-btn:focus, .filter-btn-accent:focus {
  color: #fff;
}

.filter-btn > span, .filter-btn-accent > span {
  display: block;
  text-align: center;
}

.filter-btn > span + i[class*="-ic"], .filter-btn-accent > span + i[class*="-ic"] {
  margin-left: 10px;
  margin-right: 0;
}

.filter-btn i[class*="-ic"], .filter-btn-accent i[class*="-ic"] {
  margin-right: 10px;
  -webkit-filter: brightness(0) invert(100%);
          filter: brightness(0) invert(100%);
}

.filter-btn-accent {
  background-color: #E20613;
}

.filter-btn-accent:hover {
  background-color: #b40711;
}

.locale-ic,
.filter-ic,
.arr-left-ic,
.arr-right-ic,
.status-ic,
.info-itm-ic,
.soc-ic {
  display: inline-block;
  vertical-align: middle;
  -webkit-background-size: contain;
     -moz-background-size: contain;
       -o-background-size: contain;
          background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.locale-ic {
  min-width: 16px;
  width: 16px;
  height: 23px;
  background-image: url("../img/_style/_svg/locale.svg");
}

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

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

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

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

.toggle-filter-form {
  display: none;
  background-color: #ECECEC;
}

.toggle-filter-form-inner {
  padding: 15px 20px 25px 15px;
}

.filter-lst {
  list-style-type: none;
}

.filter-line {
  margin-left: -25px;
  margin-right: -25px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  letter-spacing: -.4px;
}

.filter-line > .cell {
  width: 50%;
  min-width: 50%;
  padding-left: 25px;
  padding-right: 25px;
}

.filter-categ-itm {
  border-bottom: 1px solid #D0D0D0;
  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-right: 30px;
  position: relative;
  min-height: 50px;
  cursor: pointer;
  color: #9d9c9c;
  -webkit-transition: .2s;
  -o-transition: .2s;
  -moz-transition: .2s;
  transition: .2s;
}

.filter-categ-itm:hover {
  color: #95989A;
}

.filter-categ-itm .arr-right-ic {
  opacity: .55;
  position: absolute;
  right: 5px;
  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%);
}

.filter-categ-itm > span {
  display: block;
  padding-right: 15px;
  padding-top: 2px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.filter-categ-selected {
  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;
  font-family: "AllerBold", sans-serif;
  font-size: 14px;
  line-height: 1.1;
  padding: 5px 5px 4px;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  position: relative;
  z-index: 5;
  overflow: hidden;
}

.filter-categ-selected .terms:not(:empty)::before {
  content: '';
  display: block;
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
}

.filter-categ-selected .count {
  position: relative;
  z-index: 2;
}

.filter-categ-selected .count:not(:empty) {
  padding-left: 4px;
}

.filter-categ-selected .count:not(:empty)::before {
  content: '';
  display: block;
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
}

.filter-categ-selected .terms:empty + .count:not(:empty),
.filter-categ-selected .count:only-child:not(:empty) {
  position: static;
  padding-left: 0;
}

.filter-toggle-btns {
  padding: 10px 0 0;
  margin-bottom: 20px;
}

.filter-toggle-btns .btns-line {
  list-style-type: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: -10px;
  margin-right: -10px;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.filter-toggle-btns .filter-btn, .filter-toggle-btns .filter-btn-accent {
  margin: 10px 10px 0;
}

.toggle-map-form {
  display: none;
}

.toggle-map-form .map-wrap > div {
  display: block;
  width: 100% !important;
  height: 370px !important;
}

.filter-step-bottom {
  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;
  padding-top: 25px;
}

.filter-step-bottom > .cell {
  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;
}

.filter-step-bottom .btn-descr {
  padding: 3px 15px 0;
  font-family: "Aller-light", sans-serif;
  font-size: 15px;
}

.filter-step-2 {
  display: none;
}

.filter-step-2 .filter-line {
  margin-left: -10px;
  margin-right: -10px;
}

.filter-step-2 .filter-line > .cell {
  width: 33.33%;
  min-width: 33.33%;
  padding-left: 10px;
  padding-right: 10px;
}

.check-lst, .radio-lst {
  list-style-type: none;
}

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

.doctor-lst-box {
  padding-top: 1px;
  border-top: 1px solid #D0D0D0;
}

.doctor-lst-box * {
  list-style-type: none;
}

.doctor-itm {
  margin-top: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #D0D0D0;
  position: relative;
  padding-left: 120px;
  min-height: 150px;
  color: #95989A;
}

.doctor-itm-photo {
  width: 100px;
  position: absolute;
  left: 0;
  top: 0;
}

.doctor-itm-photo img {
  display: block;
  width: 100%;
  height: auto;
}

.doctor-itm-txt strong {
  font-weight: normal;
  font-family: "AllerBold", sans-serif;
}

.doctor-itm-txt .btn-wrap {
  margin-top: 40px;
}

.doctor-itm-categ {
  margin-bottom: 5px;
}

.doctor-itm-name {
  display: block;
  font-size: 28px;
  line-height: 1.15;
  font-family: "BrandonGrotesqueMedium", sans-serif;
  color: #636362;
  margin-bottom: 15px;
}

.doctor-itm-name a {
  text-decoration: none;
}

.doctor-itm-name a:hover {
  color: #E20613;
}

.doctor-itm-name .status-ic {
  position: relative;
  left: 5px;
  margin-top: -2px;
}

.doctor-itm-schedule {
  margin-bottom: 15px;
}

.status-ic {
  min-width: 19px;
  width: 19px;
  height: 19px;
}

.labels-status-descr {
  margin-right: -30px;
}

.labels-status-descr ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.labels-status-descr ul li {
  position: relative;
  padding-left: 30px !important;
  padding-right: 45px;
  margin-bottom: 15px;
  font-size: 14px !important;
  color: #95989A !important;
}

.labels-status-descr ul li:last-child {
  margin-right: 0;
}

.labels-status-descr .status-ic {
  position: absolute;
  left: 0;
  top: 1px;
}

.info-itm-ic {
  width: 20px;
  min-width: 20px;
  height: 20px;
}

.soc-ic {
  width: 15px;
  min-width: 15px;
  height: 15px;
}

.doctor-view .filter-form-title {
  margin-bottom: 15px;
}

.doctor-view * {
  list-style-type: none;
}

.doctor-view-txt-itm {
  border-bottom: 1px solid #D0D0D0;
  margin-top: 35px;
  padding-bottom: 25px;
}

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

.doctor-txt ul,
.doctor-txt ol {
  margin-bottom: 25px;
}

.doctor-view-bottom {
  margin-top: 35px;
}

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

.doctor-view-social li {
  margin-bottom: 15px;
}

.doctor-view-social li:last-child {
  margin-bottom: 0;
}

.doctor-contacts-info {
  background-color: #ECECEC;
  padding: 23px 20px 20px;
}

.doctor-contacts-info .btn-wrap {
  margin-top: 25px;
}

.doctor-contacts-info .filter-btn:not(:hover), .doctor-contacts-info .filter-btn-accent:not(:hover) {
  background-color: #95989A;
}

.contacts-info-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;
  margin-left: -10px;
  margin-right: -10px;
}

.contacts-info-line > .cell {
  padding-left: 10px;
  padding-right: 10px;
}

.contacts-info-lst {
  font-family: "AllerBold", sans-serif;
}

.contacts-info-lst li {
  position: relative;
  padding-left: 27px;
  margin-bottom: 20px;
}

.contacts-info-lst li:last-child {
  margin-bottom: 0;
}

.contacts-info-lst .info-itm-ic {
  position: absolute;
  left: 0;
  top: 0;
}

.contacts-info-lst a {
  text-decoration: none;
  color: #E20613;
}

.contacts-info-lst a:hover {
  color: #89182d;
  text-decoration: underline;
}

.doctor-view-top .doctor-itm-photo {
  position: relative;
  width: 180px;
  min-width: 180px;
}

.doctor-view-top .doctor-itm-txt-top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 35px;
}

.doctor-view-top .doctor-itm-txt {
  padding-left: 30px;
  font-size: 18px;
}

.doctor-view-top .doctor-itm-categ {
  margin-bottom: 25px;
}

.doctor-view-top .doctor-itm-name {
  font-size: 36px;
  margin-bottom: 30px;
}

.map-pin-brief {
  min-width: 240px;
}

.map-pin-brief .doctor-itm {
  padding: 0;
  margin: 0;
  min-height: 0;
  border: none;
  padding-bottom: 10px;
}

.map-pin-brief .doctor-itm-name {
  margin-bottom: 10px;
}

.map-pin-brief .status-doctor {
  display: none;
}

.map-pin-brief .btn-wrap {
  margin-top: 15px !important;
}

.map-pin-brief .filter-btn, .map-pin-brief .filter-btn-accent {
  padding: 0;
  height: auto;
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
  background-color: transparent;
  color: #000;
  opacity: .55;
}

.map-pin-brief .filter-btn:hover, .map-pin-brief .filter-btn-accent:hover {
  opacity: 1;
}

.map-pin-brief .filter-btn i[class*="-ic"], .map-pin-brief .filter-btn-accent i[class*="-ic"] {
  -webkit-filter: brightness(100%);
          filter: brightness(100%);
}

.divide-line hr {
  opacity: 1;
  background-color: #D0D0D0;
  margin-top: 20px;
  margin-bottom: 20px;
}

.form-box > h4:last-child, .form-box > .h4-title:last-child, .form-box > .field-itm-title:last-child {
  margin-top: 25px;
}

.form-box + .txt-box, .form-box + .team-itm-txt {
  margin-top: 25px;
}

.form-notice {
  font-size: 16px;
}

.form-main {
  background-color: #ECECEC;
  padding: 20px;
}

.form-main .divide-line hr {
  margin-top: 0;
}

.form-main .form-notice,
.form-main .ext-lnks,
.form-main .cust-inp,
.form-main .cust-inp-search,
.form-main .comment-form-author,
.form-main .comment-form-email,
.form-main .comment-form-comment,
.form-main .check-lst,
.form-main .radio-lst,
.form-main .upload-field,
.form-main .cust-sel {
  margin-bottom: 20px;
}

.field-itm-title {
  margin-bottom: 20px;
  width: 100%;
}

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

.fields-line .field-itm {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-right: 20px;
}

.fields-line .field-itm:last-child {
  margin-right: 0;
}

.fields-line .field-itm:not(:only-child) {
  max-width: -webkit-calc(50% - 10px);
  max-width: -moz-calc(50% - 10px);
  max-width: calc(50% - 10px);
}

.btn-submit-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
     -moz-box-orient: horizontal;
     -moz-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 10px;
}

.btn-submit-wrap .btn, .btn-submit-wrap .btn-form, .btn-submit-wrap .comments .form-submit #submit, .comments .form-submit .btn-submit-wrap #submit {
  white-space: nowrap;
  float: right;
}

.btn-submit-wrap .btn-submit-cell {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.btn-submit-wrap .btn-submit-cell:nth-child(2) {
  margin-right: 30px;
}

.btn-submit-wrap .form-notice {
  margin: 0 -50% 0 0;
}

.comments .navigation {
  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: #636362;
  margin-bottom: 25px;
  background-color: #ECECEC;
  padding: 25px 20px;
}

.comments .navigation a {
  text-decoration: none;
}

.comments .navigation a:hover {
  text-decoration: underline;
  color: #E20613;
}

.comments .comment-reply-link {
  color: #E20613;
}

.comments .comment {
  margin-bottom: 35px;
  padding-bottom: 30px;
  border-bottom: 1px solid #D0D0D0;
}

.comments .comment .children {
  margin-top: 25px;
  padding-left: 25px;
}

.comments .comment .children > .comment:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}

.comments .comment-body {
  display: block;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.comments .comment-body > p,
.comments .comment-body .reply {
  width: 100%;
  min-width: 100%;
}

.comments .comment-body .comment-author,
.comments .comment-body .comment-meta {
  font-size: 16px;
  color: #636362;
}

.comments .comment-body .comment-author + p,
.comments .comment-body .comment-meta + p {
  margin-top: 15px;
}

.comments .comment-body .comment-author a,
.comments .comment-body .comment-meta a {
  text-decoration: none;
}

.comments .comment-body .comment-author a:hover,
.comments .comment-body .comment-meta a:hover {
  text-decoration: underline;
  color: #E20613;
}

.comments .comment-body .comment-meta {
  font-size: 16px;
  margin-top: 5px;
}

.comments .comment-body .comment-author {
  display: block;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "AllerBold", sans-serif;
  font-size: 23px;
  color: #636362;
}

.comments .comment-body .comment-author img {
  display: none;
  width: 50px;
  height: auto;
  margin-right: 15px;
}

.comments .comment-body .comment-author .fn {
  margin-right: 0;
  font-style: normal;
}

.comments .comment-respond {
  margin-top: 50px;
}

.comments .comment-reply-title {
  margin-bottom: 15px;
}

.comments .comment-reply-title small {
  margin-left: 10px;
}

.comments .comment-reply-title a {
  text-decoration: none;
  color: #E20613;
}

.comments .comment-reply-title a:hover {
  text-decoration: underline;
}

.comment-form-comment-subscribe,
.comment-form-cookies-consent {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  font-size: 16px;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.comment-form-comment-subscribe label,
.comment-form-cookies-consent label {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin: 0;
}

.comment-form-comment-subscribe input,
.comment-form-cookies-consent input {
  margin-right: 10px;
  margin-top: 3px;
}

.comment-form-author,
.comment-form-email,
.comment-form-comment {
  margin-bottom: 25px;
  font-size: 16px;
}

.comment-form-author label,
.comment-form-email label,
.comment-form-comment label {
  display: block;
  margin-bottom: 3px;
}

.comment-form-author label span,
.comment-form-email label span,
.comment-form-comment label span {
  display: inline;
}

.search-itm {
  margin-bottom: 50px;
}

.search-itm-title {
  color: #636362;
  margin-bottom: 10px;
}

.search-itm-title a {
  text-decoration: none;
  display: inline-block;
}

.search-itm-title a:hover {
  color: #E20613;
  text-decoration: underline;
}

.iframe-box iframe {
  display: block !important;
  width: 100% !important;
}

.main-foot, .inner-foot {
  color: inherit;
  background-color: #ECECEC;
  font-size: 14px;
  line-height: 1.6428571429;
  padding-top: 45px;
  margin-top: 120px;
}

.main-foot a, .inner-foot a {
  text-decoration: none;
  color: #E20613;
}

.main-foot a:hover, .inner-foot a:hover {
  text-decoration: underline;
}

.foot-line {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-left: -15px;
  margin-right: -15px;
}

.foot-cell {
  min-width: 31%;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 45px;
}

.foot-cell:nth-child(1) {
  width: 31%;
}

.foot-cell:nth-child(3) {
  min-width: 0;
  -webkit-align-self: flex-end;
      -ms-flex-item-align: end;
          align-self: flex-end;
}

.foot-cell li {
  min-height: 23px;
}

.foot-cell li.active a {
  text-decoration: underline;
}

.foot-cell .lang-choose {
  margin-bottom: 23px;
}

.foot-cell .copyright {
  margin-top: 23px;
}

.foot-cell .soc-wrap {
  margin-bottom: 25px;
}

.foot-cell .soc-lst {
  margin-left: -15px;
  margin-right: -15px;
}

.foot-logo {
  display: block;
  width: 100%;
  margin-bottom: 30px;
}

.foot-logo img {
  display: block;
  width: 100%;
  height: auto;
}

.soc-lst {
  font-size: 0;
  margin-left: -5px;
  margin-right: -5px;
}

.soc-btn {
  display: inline-block;
  margin: 0 5px;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: 15px auto;
     -moz-background-size: 15px auto;
       -o-background-size: 15px auto;
          background-size: 15px auto;
  width: 30px;
  height: 30px;
}

.soc-btn:hover {
  opacity: .75;
}

/* .lang-choose */
.lang-choose {
  color: #636362;
}

.lang-choose > span {
  display: block;
  font-family: "AllerBold", sans-serif;
}

.lang-lst .country-selector {
  color: #95989A;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-right: -10px;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 1.6428571429;
}

.lang-lst .country-selector li,
.lang-lst .country-selector label {
  line-height: inherit !important;
  margin: 5px 10px 0 0;
}

.lang-lst .country-selector li {
  min-height: 0;
}

.lang-lst .country-selector li a {
  color: inherit;
  padding: 0;
  text-decoration: none;
}

.lang-lst .country-selector li a:hover {
  color: #E20613;
}

.lang-lst .country-selector label span {
  text-decoration: underline;
}

/* .lang-choose END */
@media only screen and (max-width: 767px) {
  .foot-line {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .foot-cell:nth-child(1), .foot-cell:nth-child(2) {
    width: 50%;
    min-width: 50%;
  }
}

@media only screen and (max-width: 576px) {
  .foot-cell {
    width: 100% !important;
    min-width: 100% !important;
    padding-bottom: 35px;
  }
  .foot-cell .soc-wrap {
    margin-bottom: 10px;
  }
  .foot-cell .copyright {
    margin-top: 15px;
  }
  .foot-cell li {
    min-height: 15px;
  }
  .foot-logo {
    margin-bottom: 20px;
  }
}

/* ========================== Media Queries ========================== */
@media only screen and (max-width: 1199px) {
  .content-main {
    padding-right: 30px;
  }
  .main-foot, .inner-foot {
    margin-top: 100px;
  }
  .team-itm-txt {
    padding-left: 30px;
  }
  .filter-form-box {
    margin-top: 35px;
  }
  .toggle-filter-form-inner {
    padding-right: 15px;
  }
  .filter-line {
    margin-left: -15px;
    margin-right: -15px;
  }
  .filter-line > .cell {
    padding-left: 15px;
    padding-right: 15px;
  }
  .doctor-view-top .doctor-itm-photo {
    width: 150px;
    min-width: 150px;
  }
  .doctor-view-top .doctor-itm-txt-top {
    margin-bottom: 25px;
  }
  .doctor-view-top .doctor-itm-txt {
    padding-left: 25px;
    font-size: 16px;
  }
  .doctor-view-top .doctor-itm-categ {
    margin-bottom: 12px;
  }
  .doctor-view-top .doctor-itm-name {
    font-size: 28px;
    margin-bottom: 18px;
  }
  .doctor-contacts-info {
    padding: 20px 15px 15px;
  }
  .contacts-info-lst {
    font-size: 14px;
  }
  .filter-categ-selected {
    font-size: 13px;
  }
}

@media only screen and (max-width: 991px) {
  .box-with-aside {
    display: block;
  }
  .content-main {
    padding-right: 0;
  }
  .sidebar {
    width: 100%;
    min-width: 0;
  }
  .sidebar .quick-links {
    display: none;
  }
  .quick-links {
    font-size: 22px;
  }
  .quick-links li {
    margin-bottom: 10px;
  }
  .quick-links a span {
    min-height: 68px;
    padding: 6px 5px 5px 15px;
  }
  .news-itm {
    width: 50%;
    min-width: 50%;
  }
  .news-itm-title {
    min-height: 0;
  }
  .filter-form-box {
    margin-right: -15px;
  }
}

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

@media only screen and (max-width: 768px) {
  .size-table-wrap {
    overflow-x: auto;
  }
  .size-table-wrap table {
    width: auto !important;
    min-width: 530px;
  }
  .txt-box table img, .team-itm-txt table img {
    min-width: 50px;
  }
  .sect-events table {
    min-width: 0;
    display: block;
  }
  .sect-events table thead,
  .sect-events table tbody,
  .sect-events table tr,
  .sect-events table td,
  .sect-events table th {
    display: block;
  }
  .sect-events table td,
  .sect-events table th {
    margin-bottom: -1px;
  }
  .sect-events table td:empty,
  .sect-events table th:empty {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  .news-itm {
    width: 100%;
    min-width: 100%;
  }
  .filter-form-notice {
    margin-bottom: 15px;
    padding-right: 15px;
  }
  .filter-top-search {
    padding-right: 0;
  }
  .filter-top-search .cust-inp, .filter-top-search .cust-inp-search, .filter-top-search .comment-form-author,
  .filter-top-search .comment-form-email,
  .filter-top-search .comment-form-comment {
    max-width: none;
  }
  .filter-line {
    display: block;
    margin-left: -15px !important;
    margin-right: -15px !important;
  }
  .filter-line > .cell {
    padding-left: 15px !important;
    padding-right: 15px !important;
    width: 100% !important;
    min-width: 100% !important;
  }
  .filter-step-bottom {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .filter-step-bottom > .cell {
    display: block;
  }
  .filter-step-bottom .btn-descr {
    padding: 15px 0 0;
    margin-right: -50vw;
  }
  .toggle-filter-form-inner {
    padding-bottom: 15px;
  }
  .filter-toggle-btns {
    padding-left: 15px;
    padding-right: 15px;
  }
  .filter-toggle-btns .filter-btn, .filter-toggle-btns .filter-btn-accent {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
       -moz-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin-left: 5px;
    margin-right: 5px;
  }
  .filter-toggle-btns .btns-line {
    margin-left: -5px;
    margin-right: -5px;
  }
  .toggle-map-form .map-wrap > div {
    height: 500px !important;
  }
  .labels-status-descr ul li {
    padding-right: 15px;
    width: 100%;
  }
  .pagination-wrap {
    margin: 30px 0;
  }
  .page-numbers li {
    font-size: 15px;
  }
  .page-numbers li > a,
  .page-numbers li > span {
    padding-top: 3px;
    width: 40px;
    height: 40px;
    -webkit-border-radius: 6px;
       -moz-border-radius: 6px;
            border-radius: 6px;
  }
  .contacts-info-line {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .contacts-info-line > .cell {
    min-width: 50%;
  }
  .contacts-info-lst li:last-child {
    margin-bottom: 20px;
  }
  .filter-categ-itm {
    font-size: 15px !important;
  }
  .fields-line {
    display: block;
  }
  .fields-line .field-itm {
    margin-right: 0;
  }
  .fields-line .field-itm:not(:only-child) {
    max-width: none;
  }
  .btn-submit-wrap .form-notice {
    margin: 0 -30% 0 0;
  }
}

@media only screen and (max-width: 576px) {
  h3, .h3-title, .news-itm-title, .search-itm-title {
    font-size: 20px;
  }
  h4, .h4-title, .field-itm-title {
    font-size: 18px;
  }
  section {
    margin-top: 55px;
  }
  section:first-child {
    padding-top: 15px;
  }
  .accord-content-inner {
    padding: 20px 0 20px 0;
  }
  .angebot-box {
    padding: 20px 15px 15px;
  }
  .aside-content-box {
    margin-top: 55px;
  }
  .title-wrap, .aside-content-title {
    margin-bottom: 20px;
  }
  .title-wrap + .angebot-box, .aside-content-title + .angebot-box {
    margin-top: 0;
  }
  .team-itm {
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
  .team-itm-image {
    width: 100px;
    min-width: 100px;
  }
  .team-itm-txt {
    padding-left: 20px;
    font-size: 16px;
  }
  .team-itm-txt .ext-lnks a::before {
    top: 4px;
  }
  .filter-toggle-btns .filter-btn, .filter-toggle-btns .filter-btn-accent {
    min-width: 35%;
  }
  .filter-toggle-btns .filter-reset-btn {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
       -moz-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .filter-form-box {
    margin-bottom: 30px;
  }
  .doctor-itm {
    margin-top: 25px;
    padding-bottom: 25px;
    min-height: 0;
    padding-left: 0;
  }
  .doctor-itm-photo {
    left: auto;
    right: 0;
  }
  .doctor-itm-photo ~ .doctor-itm-txt .doctor-itm-txt-top {
    padding-right: 115px;
    min-height: 120px;
  }
  .doctor-itm-txt .btn-wrap {
    margin-top: 20px;
  }
  .contacts-info-line {
    display: block;
  }
  .doctor-view-top .doctor-itm-txt-top {
    display: block;
  }
  .doctor-view-top .doctor-itm-txt {
    padding-left: 0;
    padding-top: 20px;
  }
  .divide-line hr {
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .form-main {
    padding: 15px;
  }
  .form-main .form-notice,
  .form-main .ext-lnks,
  .form-main .cust-inp,
  .form-main .cust-inp-search,
  .form-main .comment-form-author,
  .form-main .comment-form-email,
  .form-main .comment-form-comment,
  .form-main .check-lst,
  .form-main .radio-lst,
  .form-main .upload-field,
  .form-main .cust-sel {
    margin-bottom: 15px;
  }
  .btn-submit-wrap {
    margin-top: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
       -moz-box-orient: vertical;
       -moz-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .btn-submit-wrap .btn, .btn-submit-wrap .btn-form, .btn-submit-wrap .comments .form-submit #submit, .comments .form-submit .btn-submit-wrap #submit {
    width: 100%;
  }
  .btn-submit-wrap .form-notice {
    padding: 0;
    margin: 0;
  }
  .btn-submit-wrap .btn-submit-cell {
    width: 100%;
  }
  .btn-submit-wrap .btn-submit-cell:nth-child(2) {
    margin: 0 0 15px;
  }
  .comments .navigation {
    margin-left: -15px;
    margin-right: -15px;
    padding: 20px 15px;
    font-size: 14px;
  }
  .comments .comment-body {
    position: relative;
  }
  .comments .comment-body .comment-author,
  .comments .comment-body .comment-meta {
    width: 100%;
    height: auto;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .comments .comment-body .comment-author img {
    position: absolute;
    left: 0;
    top: -4px;
  }
}

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

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

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

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

@media only screen and (min-width: 992px) {
  .quick-links.mobile,
  .aside-content-title {
    display: none;
  }
}

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

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

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

@media print {
  .btn-top {
    display: none;
  }
  body {
    font-family: "Arial", sans-serif;
    background-color: #fff;
  }
  * {
    color: #000;
  }
  .div-class {
    page-break-inside: avoid;
  }
  .main-head, .inner-head, .main-foot, .inner-foot,
  .sidebar,
  .inner-pages {
    display: none;
  }
}

@-webkit-keyframes animation_name {
  0% {
  }
  100% {
  }
}

@-moz-keyframes animation_name {
  0% {
  }
  100% {
  }
}

@-o-keyframes animation_name {
  0% {
  }
  100% {
  }
}

@keyframes animation_name {
  0% {
  }
  100% {
  }
}

.example-class {
  -webkit-transition: .25s;
  -o-transition: .25s;
  -moz-transition: .25s;
  transition: .25s;
}

.example-class:nth-child(1) {
  -webkit-transition-delay: 0.15s !important;
     -moz-transition-delay: 0.15s !important;
       -o-transition-delay: 0.15s !important;
          transition-delay: 0.15s !important;
}

.example-class:nth-child(2) {
  -webkit-transition-delay: 0.3s !important;
     -moz-transition-delay: 0.3s !important;
       -o-transition-delay: 0.3s !important;
          transition-delay: 0.3s !important;
}

.example-class:nth-child(3) {
  -webkit-transition-delay: 0.45s !important;
     -moz-transition-delay: 0.45s !important;
       -o-transition-delay: 0.45s !important;
          transition-delay: 0.45s !important;
}
