.push1 {
  height: 1px;
}

.push2 {
  height: 2px;
}

.push3 {
  height: 3px;
}

.push4 {
  height: 4px;
}

.push5 {
  height: 5px;
}

.push6 {
  height: 6px;
}

.push7 {
  height: 7px;
}

.push8 {
  height: 8px;
}

.push9 {
  height: 9px;
}

.push10 {
  height: 10px;
}

.push15 {
  height: 15px;
}

.push20 {
  height: 20px;
}

.push25 {
  height: 25px;
}

.push30 {
  height: 30px;
}

.push35 {
  height: 35px;
}

.push40 {
  height: 40px;
}

.push45 {
  height: 45px;
}

.push50 {
  height: 50px;
}

.push55 {
  height: 55px;
}

.push60 {
  height: 60px;
}

.push70 {
  height: 70px;
}

.push80 {
  height: 80px;
}

.push90 {
  height: 90px;
}

.push100 {
  height: 100px;
}

.f8 {
  font-size: 8px;
}

.f9 {
  font-size: 9px;
}

.f10 {
  font-size: 10px;
}

.f11 {
  font-size: 11px;
}

.f12 {
  font-size: 12px;
}

.f13 {
  font-size: 13px;
}

.f14 {
  font-size: 14px;
}

.f15 {
  font-size: 15px;
}

.f16 {
  font-size: 16px;
}

.f18 {
  font-size: 18px;
}

.f20 {
  font-size: 20px;
}

.f22 {
  font-size: 22px;
}

.f24 {
  font-size: 24px;
}

.f26 {
  font-size: 26px;
}

.f28 {
  font-size: 28px;
}

.f30 {
  font-size: 30px;
}

.f34 {
  font-size: 34px;
}

.f36 {
  font-size: 36px;
}

html,
body {
  height: 100% !important;
  margin: 0;
  padding: 0;
}

body {
  font-size: 14px;
  line-height: 1.4;
  color: #000;
  overflow-x: hidden;
  font-family: 'Roboto', sans-serif;
}
.content{
    line-height: 1.8;
}
.main-wrapper {
  min-height: 100%;
  background: #fff;
  margin-bottom: -408px;
}
.footer-push{
    height: 408px;
}
.footer-wrapper{
    min-height: 408px;
    background: url(../images/texture4.png) #2a2c30;
    color: #ffffff;
    position: relative;
    font-size: 13px;
}
.footer-bottom{
    padding: 30px 0;
    background: #2a2b2f;
}
.footer-top-wrapper{
    padding: 50px 0;
    position: relative;
}
.footer-top-wrapper:after {
    content: "";
    position: absolute;
    bottom: -4px;
    left: 0;
    right: 0;
    height: 4px;
    background-color: #ffc326;
    background-image: -webkit-linear-gradient(135deg, #232323 20%, #ffc326 20%, #ffc326 50%, #232323 50%, #232323 70%, #ffc326 70%, #ffc326);
    background-image: linear-gradient(-45deg, #232323 20%, #ffc326 20%, #ffc326 50%, #232323 50%, #232323 70%, #ffc326 70%, #ffc326);
    background-size: 12px 12px;
    z-index: 10;
}
.footer-top-inner{
    padding-right: 280px;
    min-height: 150px;
}
.footer-top-last{
    max-width: 250px;
    position:absolute;
    right: 0;
    top: 0;
    padding: 0;
}
.footer-top-wrapper{
    min-height: 330px;
}
.footer-top-wrapper .title{
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 20px;
    color: #FFBD1B;
    text-transform: uppercase;
}
.footer-text{
    padding-right: 30px;
}
.footer-menu li{
    margin-bottom: 10px;
}
.footer-menu li:last-of-type{
    margin-bottom: 0;
}
.footer-menu a{
    text-decoration: none;
}
.footer-contacts-el{
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: bold;
}
.footer-contacts-el a{
    text-decoration: none;
}
.footer-wrapper a:hover{
    color: #fff;
}
.footer-wrapper .btn:hover{
    color: #000;
}
.footer-wrapper .social{
    padding-top: 15px;
}
.footer-wrapper .social a {
  margin: 0 2px 2px;
  display: inline-block;
  transition: all 200ms ease-out 0s;
  border: 1px solid #FFBD1B;
  color: #FFBD1B;
  width: 34px;
  text-align: center;
  height: 34px;
  line-height: 34px;
  font-size: 13px;
}

.footer-wrapper .social a:hover {
  background: #FFBD1B;
  color: #000;
}
.footer-wrapper .logo {
    margin-bottom: 20px;
}

@media(max-width: 1229px){
    .footer-top-inner{
        padding-right: 0;
    }
    .footer-top-first{
        margin-bottom: 50px;
    }
    .footer-top-last{
        max-width: 100%;
        position: static;
        padding: 0 10px;
    }
    .footer-text{
        padding-right: 0;
    }
}
@media(max-width: 767px){
    .footer-menu{
        margin-bottom: 50px;
    }
    .footer-contacts{
        margin-bottom: 50px;
    }
}

h1,
.title-h1 {
  font-size: 46px;
  line-height: 1.3;
  margin-bottom: 40px;
  position: relative;
}

h2,
.title-h2 {
  font-size: 30px;
  line-height: 1.3;
  margin-bottom: 40px;
  position: relative;
}

h3,
.title-h3 {
  font-size: 26px;
  line-height: 1.3;
  margin-bottom: 40px;
  position: relative;
}

h4,
.title-h4 {
  font-size: 24px;
  line-height: 1.3;
  margin-bottom: 20px;
  position: relative;
  font-weight: 600;
}

h5,
.title-h5 {
  font-size: 20px;
  line-height: 1.3;
  margin-bottom: 10px;
  position: relative;
}

h2.line,
.title-h2.line,
h3.line,
.title-h3.line {
  padding-top: 30px;
  padding-left: 30px;
}

h2.line:after,
.title-h2.line:after,
h3.line:after,
.title-h3.line:after {
  content: "";
  display: block;
  position: absolute;
  width: 30px;
  height: 2px;
  top: 0;
  left: 0;
  background: #FFBD1B;
}

h2.line:before,
.title-h2.line:before,
h3.line:before,
.title-h3.line:before {
  content: "";
  display: block;
  position: absolute;
  width: 2px;
  height: 30px;
  top: 0;
  left: 0;
  background: #FFBD1B;
}

h2.white.line:after,
.title-h2.white.line:after {
  display: none;
}

@media (max-width: 767px) {
  h1,
  .title-h1 {
    font-size: 30px;
    margin-bottom: 20px;
  }
  h2,
  .title-h2 {
    font-size: 36px;
    margin-bottom: 20px;
  }
  h3,
  .title-h3 {
    font-size: 26px;
    margin-bottom: 20px;
  }
  h4,
  .title-h4 {
    font-size: 22px;
    margin-bottom: 15px;
  }
  h5,
  .title-h5 {
    font-size: 18px;
    line-height: 1.3;
    margin-bottom: 10px;
  }
}

blockquote {
  position: relative;
  margin: 30px 0;
  padding: 2px 0 5px 20px;
  border-left: 1px solid #FFBD1B;
  text-align: left;
  font-size: 1.1em;
  color: #5F5F5F;
}

blockquote p {
  margin-bottom: 0;
}

p {
  margin-bottom: 20px;
}

a {
  color: #FFBD1B;
  text-decoration: underline;
  -webkit-transition: all 200ms ease-out;
  -moz-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
}

a:hover {
  text-decoration: none;
}

a:focus {
  outline: none;
  text-decoration: none;
}

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

strong,
b,
.bold {
  font-weight: bold;
}

input:focus::-moz-placeholder {
  opacity: 0;
}

input:focus:-ms-input-placeholder {
  opacity: 0;
}

input:focus::-webkit-input-placeholder {
  opacity: 0;
}

textarea:focus::-moz-placeholder {
  opacity: 0;
}

textarea:focus:-ms-input-placeholder {
  opacity: 0;
}

textarea:focus::-webkit-input-placeholder {
  opacity: 0;
}

.red {
  color: red;
}

.hide {
  display: none;
}

.show {
  display: block;
}

.text-left {
  text-align: left;
}

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

.text-right {
  text-align: right;
}

a.absolute {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}

 :invalid {
  box-shadow: none;
}

 :-moz-submit-invalid {
  box-shadow: none;
}

 :-moz-ui-invalid {
  box-shadow: none;
}

.relative {
  position: relative;
}

.absolute {
  position: absolute;
}

em,
i {
  font-style: italic;
}

.cleaner,
.clear {
  clear: both;
  height: 0;
  line-height: 0;
}

.left {
  float: left;
}

.right {
  float: right;
}

.upper {
  text-transform: uppercase;
}

.error {
  color: #FF0000;
}

img {
  max-width: 100%;
}

img.left {
  float: left;
  margin-right: 15px;
  margin-bottom: 5px;
}

img.right {
  float: right;
  margin-left: 15px;
  margin-bottom: 5px;
}

.white {
  color: #fff;
}

.black {
  color: #000;
}

.strike {
  text-decoration: line-through;
}

.content ul {
  margin-bottom: 20px;
}

.content ul>li {
  margin-bottom: 10px;
  position: relative;
}

.content ul>li {
  padding-left: 15px;
}

.content ul>li:after {
  content: "";
  display: block;
  position: absolute;
  width: 5px;
  height: 5px;
  top: 10px;
  left: 2px;
  background: #FFBD1B;
  border-radius: 10px;
}

.content ul ul {
  padding-top: 10px;
  padding-left: 10px;
}

.content ul ul li {
  padding-left: 15px;
  position: relative;
  margin-bottom: 10px;
}

.content ul ul li:after {
  content: "";
  display: block;
  position: absolute;
  width: 5px;
  height: 5px;
  top: 10px;
  left: 2px;
  background: #FFBD1B;
  border-radius: 10px;
}

.content ol {
  list-style-type: none;
  counter-reset: num;
  margin: 0 0 0 35px;
  padding: 15px 0 5px 0;
}

.content ol li {
  position: relative;
  margin: 0 0 0 0;
  padding: 0 0 10px 0;
}

.content ol li:before {
  content: counter(num) ".";
  counter-increment: num;
  display: inline-block;
  position: absolute;
  top: 0px;
  left: -26px;
  width: 20px;
  color: #FFBD1B;
  text-align: right;
}

/* slick carousel */
.slick-slider {
  position: relative;
  display: block;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: '';
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir='rtl'] .slick-slide {
  float: right;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slider-wrapper .item img {
  min-height: 300px;
}

.slick-dots {
  width: 100%;
  padding: 0;
  list-style: none;
  text-align: center;
  display: block;
  margin-bottom: 30px;
}

.slick-dots li button {
  position: absolute;
  top: -5px;
  left: -5px;
  border: none;
  border-radius: 50%;
  display: block;
  opacity: 0;
}

.slick-dots li {
  cursor: pointer;
  background: transparent;
  border-radius: 50%;
  display: inline-block;
  width: 14px;
  height: 14px;
  margin: 0 7px;
  cursor: pointer;
  position: relative;
  border: 2px solid #FFBD1B;
}

.slick-dots li.slick-active {
  border-color: #FFBD1B;
  background: #FFBD1B;
}

.slick-prev:after,
.slick-next:after {
  content: "";
  display: block;
  position: absolute;
  width: 10px;
  height: 10px;
  top: 50%;
  left: 50%;
  margin-top: -5px;
  margin-left: -3px;
  border-left: 2px solid #212121;
  border-bottom: 2px solid #212121;
  -webkit-transition: all 200ms ease-out;
  -moz-transition: all 200ms ease-out;
  -o-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
}

.slick-prev:after {
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.slick-next:after {
  -moz-transform: rotate(-225deg);
  -webkit-transform: rotate(-225deg);
  -o-transform: rotate(-225deg);
  -ms-transform: rotate(-225deg);
  transform: rotate(225deg);
  margin-left: -7px;
}

.slick-prev:hover,
.slick-next:hover {
  background: #fff;
  opacity: 0.9;
}
/* /. slick carousel */

@-webkit-keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
.animate__flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}

.fancybox-modal-wrap .fancybox-skin{
    background: transparent;
}
.fancybox-modal-wrap .fancybox-close{
    position: fixed;
    top: 20px;
    right: 20px;
    background: transparent;
    width: 51px;
    height: 51px;
}
.fancybox-modal-wrap .fancybox-close:before,
.fancybox-modal-wrap .fancybox-close:after{
    background: #fff;
}
.fancybox-modal-wrap .fancybox-close:hover:before,
.fancybox-modal-wrap .fancybox-close:hover:after{
    background: #D21C2D;
}
.fancybox-modal-wrap .fancybox-close:before{
    height: 2px;
}
.fancybox-modal-wrap .fancybox-close:after{
    width: 2px;
}
.modal {
  display: none;
  width: 500px;
  max-width: 100%;
}
.modal-inner{
    background: #fff;
  padding: 40px 30px;
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipInY;
    animation-name: flipInY;
}
.modal[style="display: block;"] .modal-inner{
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;    
}

.modal .title {
  font-size: 26px;
  font-weight: bold;
  margin-bottom: 30px;
  color: #000;
  line-height: 1.1;
}

.modal p {
  margin-bottom: 0;
}

@media(max-width: 767px){
    .fancybox-modal-wrap .fancybox-close{
        top: 15px;
        right: 15px;
        width: 41px;
        height: 41px;
    }
}


.label {
  display: block;
  margin-bottom: 4px;
}

.dashed {
  text-decoration: none;
  border-bottom: 1px dashed;
}

.dashed:hover {
  border-bottom-color: transparent;
}

.static {
  position: static;
}

.hidden {
  display: none;
  visibility: hidden;
  opacity: 0;
}

.visible {
  opacity: 1;
}

.button,
.btn {
  display: inline-block;
  text-decoration: none !important;
  color: #000;
  background: #FFBD1B;
  font-size: 16px;
  font-weight: 600;
  padding: 12px 35px;
  margin-bottom: 10px;
  position: relative;
  border: 1px solid #FFBD1B;
  text-align: center;
  cursor: pointer;
  -webkit-transition: all 200ms ease-out;
  -moz-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
  box-shadow: 0 6px 8px -6px #000;
  border-radius: 5px;
}

.button:hover,
.btn:hover {
  color: #000;
  background: #FFBD1B;
  border-color: #FFBD1B;
  -webkit-filter: brightness(114%);
    filter: brightness(114%);
}

.button.block,
.btn.block {
  display: block;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
}

.btn.big{
    font-size: 18px;
  padding: 15px 35px;
  text-transform: uppercase;
}

.button.invert,
.btn.invert {
  background: #000;
  border-color: #000;
  color: #000;
}

.button.invert:hover,
.btn.invert:hover {
  color: #000;
  background: #FFBD1B;
  border-color: #FFBD1B;
}

.dotted {
  text-decoration: none !important;
  border-bottom: 1px dotted;
}

.dotted:hover {
  border: none;
}

.header-top {
  background: #2a2b2f;
  padding: 9px 0;
  font-size: 14px;
  position: relative;
}
.header-top:after{
    content: "";
    position: absolute;
    bottom: -4px;
    left: 0;
    right: 0;
    height: 4px;
    background-color: #ffc326;
    background-image: -webkit-linear-gradient(135deg, #232323 20%, #ffc326 20%, #ffc326 50%, #232323 50%, #232323 70%, #ffc326 70%, #ffc326);
    background-image: linear-gradient(-45deg, #232323 20%, #ffc326 20%, #ffc326 50%, #232323 50%, #232323 70%, #ffc326 70%, #ffc326);
    background-size: 12px 12px;
    z-index: 10;
}

.header-address {
  position: relative;
  padding-left: 30px;
}

.header-address svg {
  width: 25px;
  height: 25px;
  position: absolute;
  left: 0;
  top: -4px;
}

.header-bottom {
  background: #fff;
  position: relative;
}

.header-bottom .inner {
  min-height: 116px;
  padding: 25px 0 0;
}

.header-tel-inner {
  display: inline-block;
}

.header-tel-inner svg {
  width: 32px;
  height: 32px;
  position: absolute;
  top: 0;
  left: 0;
}

.header-tel-inner div {
  color: #333;
  font-size: 20px;
  text-decoration: none !important;
  -webkit-transition: all 200ms ease-out;
  -moz-transition: all 200ms ease-out;
  -o-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
}

.header-tel a {
  text-decoration: none;
  color: #000;
}

.header-tel a:hover {
  color: #FFBD1B;
}

.callback-link-wrapper {
  text-align: right;
}

.callback-link {
  font-size: 14px;
  border-bottom: 1px dashed;
}

.callback-link:hover {
  border-color: transparent;
}

.messagers {
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -20px;
}

.message-btn {
  display: inline-block;
  width: 40px;
  height: 40px;
  padding: 10px;
  margin: 0 0 0 5px;
  position: relative;
  color: #fff;
  -webkit-transition: all 200ms ease-out;
  -moz-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
  border-radius: 3px;
}

.message-btn svg {
  width: 100%;
  height: 100%;
}

.whatsapp-btn {
  background: #4CAF50;
}

.telegram-btn {
  background: #2196F3;
}

.viber-btn {
  background: #7C59EB;
}

.message-btn:hover {
  -webkit-filter: brightness(114%);
  filter: brightness(114%);
}

@media(max-width: 991px) {
  .header-bottom .inner {
    padding: 15px 0 0;
  }
  .messagers {
    position: absolute;
    right: auto;
    left: 5px;
    margin-top: 0;
    top: 8px;
  }
}

@media(max-width: 767px) {
  .header-bottom .inner {
    padding: 25px 0 0;
  }
  .logo {
    margin-bottom: 20px;
  }
  .header-tel-inner {
    padding-bottom: 30px;
  }
  .callback-link-wrapper {
    text-align: left;
  }
}

.top-slider-wrapper {
  overflow: hidden;
  width: 100%;
}

.top-slider>div {
  display: none;
}

.top-slider>div:first-of-type,
.top-slider.slick-slider>div {
  display: block;
}

.top-slider .slick-slide>div {
  height: 700px;
}

.top-slider .item .inner {
  height: 700px;
  overflow: hidden;
}

.top-slider .item-img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #e4e4e4;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.top-slider .item-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.top-slider .element-content-wrapper {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: hidden;
    display: flex;
    align-items: center;
}
.top-slider .element-content {
    position: relative;
    z-index: 30;
    width: 500px;
    max-width: 100%;
}

.top-slider .item-title {
    font-size: 42px;
    line-height: 1;
    margin-bottom: 20px;
    font-weight: 900;
    font-weight: bold;
    color: #febd1b;
}

.top-slider .item-description {
  margin-bottom: 40px;
  font-size: 18px;
  font-weight: 200;
}

.top-slider .slick-prev,
.top-slider .slick-next {
  position: absolute;
  display: block;
  width: 44px;
  height: 44px;
  text-align: center;
  top: 50%;
  margin-top: -26px;
  z-index: 20;
  border-radius: 2px;
  -webkit-transition: all 200ms ease-out;
  -moz-transition: all 200ms ease-out;
  -o-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
  background: #fff;
  color: #000;
  border: 2px solid #fff;
}

.top-slider .slick-prev {
  left: -65px;
}

.top-slider .slick-next {
  right: -65px;
}

.top-slider:hover .slick-prev {
  left: 25px;
}

.top-slider:hover .slick-next {
  right: 25px;
}

.top-slider .slick-prev:hover,
.top-slider .slick-next:hover {
  background: #FFBD1B;
  color: #fff;
  border-color: #FFBD1B;
}

.top-slider .slick-prev:hover:after,
.top-slider .slick-next:hover:after {
  border-color: #fff;
}

.top-slider .btn.big{
    margin-bottom: 0;
}
@media(max-width: 1239px) {
  .top-slider .item-title {
    font-size: 46px;
  }
  .top-slider .item-description {
    font-size: 20px;
  }
}

@media(max-width: 991px) {
  .top-slider .slick-slide>div {
    height: 60vw;
  }
  .top-slider .item .inner {
    height: 60vw;
  }
  .top-slider .element-content {
    width: 100%;
    display: inline-block;
    padding: 4rem;
    background: rgba(255,255,255,0.8);
  }
}

@media(max-width: 767px) {
    .top-slider .slick-slide>div {
    height: 80vw;
  }
  .top-slider .item .inner {
    height: 80vw;
  }
  .top-slider .item-title {
    font-size: 5vw;
  }
  .top-slider .item-description {
    font-size: 3vw;
    margin-bottom: 3vw;
  }
  .top-slider .element-content{
      padding: 3rem;
  }
  .top-slider .btn.big{
      padding: 1rem 2rem;
      font-size: 3vw;
  }
}

.gray {
  color: #8A8A8A;
}

hr {
  border-top: 1px solid #C7C7C7;
  border-bottom: 1px solid #fff;
}

.hr-min {
  border-top: 1px solid #FFBD1B;
  border-bottom: 1px solid #FFBD1B;
  width: 60px;
}

.title-h2 span {
  font-size: 18px;
  line-height: 1;
  display: block;
  font-weight: normal;
  margin-bottom: 20px;
  margin-top: 10px;
}

.modal .title+p {
  font-size: 14px;
  margin: -10px 0 30px;
}
.top-bar {
  width: 100%;
  height: 55px;
  background: #fff;
  z-index: 300;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.05);
}

.top-bar .btn {
  position: absolute;
  right: 0;
  height: 55px;
  padding: 17px 30px 0;
  z-index: 10;
}

@media (max-width: 991px) {
  .top-bar {
    position: fixed;
    top: 0;
    left: 0;
    background: #FFBD1B;
    box-shadow: none;
  }
  .top-bar-push {
    height: 56px;
  }
  .header-bottom {
    box-shadow: 0 5px 3px rgba(0, 0, 0, 0.1);
  }
}

.top-menu {
  display: none;
}

.mobile-menu {
  position: absolute;
  top: 54px;
  left: 0;
  width: 100%;
  z-index: 300;
  display: none;
  overflow: auto;
}

.mobile-menu>ul>li {
  position: relative;
  z-index: 300;
  background: #fff;
}

.mobile-menu>ul {
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.15);
}

.mobile-menu>ul>li>a {
  background: #000;
  display: block;
  color: #ffffff;
  padding: 15px;
  text-decoration: none;
  -webkit-transition: all 200ms ease-out;
  -moz-transition: all 200ms ease-out;
  -o-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
  text-transform: uppercase;
  font-size: 13px;
  position: relative;
}

.mobile-menu>ul>li>a:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 1px;
  top: 0;
  left: 0;
  background: #fff;
  opacity: 0.1;
}

.mobile-menu>ul>li>a:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  top: 1px;
  bottom: 0;
  left: 0;
  background: #fff;
  opacity: 0;
}

.mobile-menu>ul>li.active>a:after {
  opacity: 0.1;
}

.mobile-menu>ul>li>ul {
  background: #000000;
  padding: 18px 15px 13px 15px;
  display: none;
  position: relative;
}

.mobile-menu>ul>li>ul:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 1px;
  top: 0;
  left: 0;
  background: #fff;
  opacity: 0.1;
}

.mobile-menu>ul>li>ul>li {
  margin-bottom: 10px;
  position: relative;
}

.mobile-menu>ul>li>ul a {
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 11px;
  display: block;
  padding: 5px 0 5px 12px;
  position: relative;
}

.mobile-menu>ul>li>ul>li.active a span {
  text-decoration: underline;
}

.mobile-menu>ul>li>ul a:before {
  content: "";
  display: block;
  position: absolute;
  width: 4px;
  height: 4px;
  top: 11px;
  left: 0;
  background: #fff;
  border-radius: 1px;
}

.mobile-menu>ul>li>ul a span {
  position: relative;
  z-index: 5;
}

.mobile-menu .dropdown-button {
  display: block;
  width: 50px;
  height: 48px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 20;
}

.mobile-menu .dropdown-button:after {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  position: absolute;
  right: 17px;
  top: 17px;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 200ms ease-out;
  -moz-transition: all 200ms ease-out;
  -o-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
}

.mobile-menu .dropdown-button.active:after {
  -moz-transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg);
  top: 22px;
}

.mobile-menu ul ul .dropdown-button {
  height: 25px;
  right: -15px;
}

.mobile-menu ul ul .dropdown-button:after {
  width: 6px;
  height: 6px;
  content: "+";
  border: none;
  color: #fff;
  -moz-transform: rotate(0) !important;
  -webkit-transform: rotate(0) !important;
  -o-transform: rotate(0) !important;
  -ms-transform: rotate(0) !important;
  transform: rotate(0) !important;
  top: 0 !important;
  font-size: 18px;
  right: 21px;
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
}

.mobile-menu ul ul .dropdown-button.active:after {
  content: "—";
  font-size: 10px;
  top: 4px !important;
  right: 22px;
}

.mobile-menu .dropdown-button+ul {
  display: none;
}

.mobile-menu ul ul ul {
  padding-top: 6px;
}

.mobile-menu ul ul ul a {
  padding: 6px 0 6px 30px;
}

.mobile-menu ul ul ul a:before {
  left: 17px;
}


/* mob-menu-btn begin */

.mob-menu-btn {
  position: absolute;
  right: 5px;
  top: 18px;
  height: 20px;
  width: 40px;
  cursor: pointer;
}

.icon-menu-burger {
  height: 2px;
  width: 28px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -1px 0 0 -14px;
  -webkit-transition: transform 0.1s ease 0s;
  -moz-transition: transform 0.1s ease 0s;
  -o-transition: transform 0.1s ease 0s;
  -ms-transition: transform 0.1s ease 0s;
  transition: transform 0.1s ease 0s;
  -webkit-transition: -webkit-transform 0.1s ease 0s;
}

.icon-menu-burger__line {
  background: #000;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: transform 0.1s linear 0.1s;
  -moz-transition: transform 0.1s linear 0.1s;
  -o-transition: transform 0.1s linear 0.1s;
  -ms-transition: transform 0.1s linear 0.1s;
  transition: transform 0.1s linear 0.1s;
  -webkit-transition: -webkit-transform 0.1s linear 0.1s;
}

.icon-menu-burger:before,
.icon-menu-burger:after {
  background: #000;
  content: '';
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
}

.icon-menu-burger:before {
  top: -6px;
  -webkit-transition: top 0.1s linear 0.2s;
  -moz-transition: top 0.1s linear 0.2s;
  -o-transition: top 0.1s linear 0.2s;
  -ms-transition: top 0.1s linear 0.2s;
  transition: top 0.1s linear 0.2s;
}

.icon-menu-burger:after {
  bottom: -6px;
  -webkit-transition: bottom 0.1s linear 0.2s;
  -moz-transition: bottom 0.1s linear 0.2s;
  -o-transition: bottom 0.1s linear 0.2s;
  -ms-transition: bottom 0.1s linear 0.2s;
  transition: bottom 0.1s linear 0.2s;
}

.mob-menu-btn.active .icon-menu-burger {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: transform 0.1s linear 0.2s;
  -moz-transition: transform 0.1s linear 0.2s;
  -o-transition: transform 0.1s linear 0.2s;
  -ms-transition: transform 0.1s linear 0.2s;
  transition: transform 0.1s linear 0.2s;
  -webkit-transition: -webkit-transform 0.1s linear 0.2s;
}

.mob-menu-btn.active .icon-menu-burger__line {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.mob-menu-btn.active .icon-menu-burger:before {
  -webkit-transition: top 0.1s linear;
  -moz-transition: top 0.1s linear;
  -o-transition: top 0.1s linear;
  -ms-transition: top 0.1s linear;
  transition: top 0.1s linear;
  top: 0;
}

.mob-menu-btn.active .icon-menu-burger:after {
  -webkit-transition: bottom 0.1s linear;
  -moz-transition: bottom 0.1s linear;
  -o-transition: bottom 0.1s linear;
  -ms-transition: bottom 0.1s linear;
  transition: bottom 0.1s linear;
  bottom: 0;
}


/* mob-menu-btn end */

@media(min-width:992px) {
  /* custom chrome scroll */
  body::-webkit-resizer {
    background-image: url('');
    background-repeat: no-repeat;
    width: 12px;
    height: 1px;
  }
  body::-webkit-scrollbar {
    width: 12px;
  }
  body::-webkit-scrollbar-button {
    background-image: url('');
    background-repat: no-repeat;
    width: 12px;
    height: 0px;
  }
  body::-webkit-scrollbar-thumb {
    background-color: #FFBD1B;
  }
  body::-webkit-scrollbar-track {
    background-color: #212121;
  }
  /* /. custom chrome scroll */
}


/* preloader */

#preloader {
  background: #fff;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  left: 0;
  position: fixed;
  z-index: 9999;
  display: block;
  -webkit-transition: all 600ms ease-out;
  -moz-transition: all 600ms ease-out;
  -o-transition: all 600ms ease-out;
  transition: all 600ms ease-out;
  opacity: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

#preloader.hid {
  opacity: 0;
  visibility: hidden;
}
.load8 .loader {
  margin: 60px auto;
  font-size: 6px;
  position: relative;
  text-indent: -9999em;
  border-top: 1.1em solid rgba(0, 72, 127, 0.2);
  border-right: 1.1em solid rgba(0, 72, 127, 0.2);
  border-bottom: 1.1em solid rgba(0, 72, 127, 0.2);
  border-left: 1.1em solid #FFBD1B;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load8 1.1s infinite linear;
  animation: load8 1.1s infinite linear;
}

.load8 .loader,
.load8 .loader:after {
  border-radius: 50%;
  width: 10em;
  height: 10em;
}

@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}


/* /. preloader */

@-webkit-keyframes mymove {
  from {
    bottom: 0;
  }
  to {
    bottom: 20px;
  }
}

@keyframes mymove {
  from {
    bottom: 0;
  }
  to {
    bottom: 20px;
    opacity: 0;
  }
}

#up {
  position: fixed;
  z-index: 300;
  bottom: 30px;
  right: 30px;
  display: none;
  color: #000;
  width: 30px;
  text-align: center;
  height: 30px;
  cursor: pointer;
  -webkit-transition: background-color 200ms ease-out;
  -moz-transition: background-color 200ms ease-out;
  -o-transition: background-color 200ms ease-out;
  transition: background-color 200ms ease-out;
  background: #FFBD1B;
  font-size: 22px;
}

#up:hover {
  -webkit-filter: brightness(114%);
    filter: brightness(114%);
}

#up .fa {
  display: block;
  line-height: 30px;
}

#up i:after {
  animation: 1.5s ease 0 normal none infinite running mymove;
  color: #000;
  -webkit-animation: mymove 1.5s infinite;
  content: "\f102";
  height: 100%;
  position: absolute;
  width: 100%;
  left: 0;
}
.row.min {
  margin-left: -5px;
  margin-right: -5px;
}

.row.min>div[class^="col-"] {
  padding-left: 5px;
  padding-right: 5px;
}

.row.no-padding {
  margin-left: 0;
  margin-right: 0;
}

.row.no-padding>div[class^="col-"] {
  padding-left: 0;
  padding-right: 0;
}

.table {
  display: table;
  width: 100%;
  height: 100%;
}

.table-cell {
  display: table-cell;
  width: 100%;
  height: 100%;
  vertical-align: middle;
}


/* SERVICES */
.services-section{
    width: 100%;
    overflow: hidden;
    position: relative;
}

.services-section .element {
  margin-bottom: 20px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}

.services-section .element .img-wrapper {
  height: 200px;
  overflow: hidden;
  position: relative;
}

.services-section .element-img {
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
}

.services-section .element-img {
  -webkit-transition: all 200ms ease-out;
  -moz-transition: all 200ms ease-out;
  -o-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
}
.services-section .element-img img{
    width: 100%;
    height: 100%;
    object-fit:cover;
}

.services-section .element:hover .element-img {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -o-transform: scale(1.2);
}

.services-section .element:hover .img-wrapper:before {
  opacity: 0;
}

.services-section .element .element-content {
  padding: 5px 50px 5px 20px;
  height: 70px;
  background: #FFBD1B;
  color: #000;
  -webkit-transition: all 200ms ease-out;
  -moz-transition: all 200ms ease-out;
  -o-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
  position: relative;
  display: flex;
  align-items: center;
}

.services-section .element .element-content:after {
  content: "";
  width: 22px;
  height: 22px;
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -11px;
  border: 2px solid #000;
  border-radius: 100%;
  -webkit-transition: all 200ms ease-out;
  -moz-transition: all 200ms ease-out;
  -o-transition: all 200ms ease-out;
}

.services-section .element .element-content:before {
  content: "";
  display: block;
  position: absolute;
  width: 6px;
  height: 6px;
  top: 50%;
  right: 29px;
  margin-top: -3px;
  border-right: 2px solid #000;
  border-bottom: 2px solid #000;
  -webkit-transition: all 200ms ease-out;
  -moz-transition: all 200ms ease-out;
  -o-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.services-elements .title {
  font-weight: 600;
  font-size: 16px;
}

.services-section .element:hover .element-content:after {
  right: 15px;
}

.services-section .element:hover .element-content:before {
  right: 24px;
}

@media(max-width: 1229px) {
    .services-section .object1,
    .services-section .object2,
    .services-section .object3{
        display: none;
    }
  .services-section .element .img-wrapper {
    height: 180px;
  }
  .services-section .element .element-content {
    padding: 5px 45px 5px 10px;
  }
  .services-elements .title {
    font-size: 14px;
    font-weight: 200;
  }
  .services-section .element .element-content:after {
    right: 10px;
    border-width: 1px;
  }
  .services-section .element .element-content:before {
    right: 19px;
    border-width: 1px;
  }
}

@media(max-width: 1169px) {
  .services-section .element .img-wrapper {
    height: 160px;
  }
}

@media(max-width: 991px) {
  .services-section .element .img-wrapper {
    height: 30vw;
  }
}

@media(max-width: 767px) {
  .services-section .element .img-wrapper {
    height: 60vw;
  }
}
/* /. SERVICES */


/* featuresges */
.features-section {
  color: #000;
  position: relative;
  background: url(../images/texture5.png) #F3F3F3;
}

.features .row{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.features .row > div{
    margin-bottom: 20px;
}
.features .item{
    height: 100%;
    background: #fff;
    border-radius: 5px;
    padding: 30px 20px;
    text-align: center;
}
.features .img-wrapper {
    height: 100px;
    width: 100px;
    margin: 0 auto 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.features .img-wrapper img {
    max-height: 100%;
    max-width: 100%;
}
.features .item-title {
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.features .item-text {
    font-size: 15px;
    line-height: 1.7;
}

@media(max-width:1229px) {
    .features .item-title{
        font-size: 20px;
    }
    .features .item-text {
        font-size: 14px;
    }
}


@media(max-width: 991px) {

}

@media(max-width: 767px) {

}
/* /. features */


/* MAP SECTION */
.index-template .map-iframe{
    height: 550px;
}
.map-iframe iframe {
    height: 100%;
    width: 100%;
    position: relative;
}
.contacts-template .map-iframe{
    height: 360px;
    border: 1px solid #ccc;
    padding: 5px;
    border-radius: 3px;
}
.map-wrapper {
  height: 100%;
}
@media (max-width: 991px) {
    .index-template .map-iframe{
        height: 350px;
    }
}
/* /. MAP SECTION */

@-webkit-keyframes fadeInDownSmall {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInDownSmall {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.fadeInDownSmall {
  -webkit-animation-name: fadeInDownSmall;
  animation-name: fadeInDownSmall;
}

@-webkit-keyframes fadeOutUpSmall {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }
}

@keyframes fadeOutUpSmall {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
  }
}

.fadeOutUpSmall {
  -webkit-animation-name: fadeOutUpSmall;
  animation-name: fadeOutUpSmall;
}

.breadcrumbs-wrapper {
  margin: 0 0 45px;
  font-size: 14px;
}

.breadcrumbs-wrapper li {
  display: inline-block;
  margin-right: 25px;
}

.breadcrumbs-wrapper a {
  text-decoration: none;
  position: relative;
  -webkit-transition: all 200ms ease-out;
  -moz-transition: all 200ms ease-out;
  -o-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
}

.breadcrumbs-wrapper a:hover {
  color: #2E2E2E;
}

.breadcrumbs-wrapper a:after {
  content: "";
    display: block;
    position: absolute;
    width: 5px;
    height: 5px;
    top: 6px;
    right: -16px;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
}

.breadcrumbs-wrapper a:hover:after {
  border-color: #2E2E2E;
}

@media (min-width: 768px) {
  .lightgallery img {
    display: block;
    width: 100%;
  }
  .lightgallery a:after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: url(../images/zoom.png) 50% 50% no-repeat rgba(0, 0, 0, 0.2);
    background-size: 0 0;
    z-index: 2;
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
    opacity: 0;
  }
  .lightgallery .img-wrapper:hover a:after {
    opacity: 1;
    background-size: 48px 48px;
  }
}

table {
  width: 100%;
  border-collapse: collapse;
  border: none;
}

table tr:nth-child(even) {
  background: #F5F5F5;
}

table td,
table th {
  padding: 14px 20px;
  font-size: 14px;
  border-left: 1px solid #F5F5F5;
  vertical-align: middle;
  color: #5F5F5F;
}

table th {
  color: #FFBD1B;
    background: #2a2b2f;
    font-weight: bold;
    text-transform: uppercase;
}

table td:first-child,
table th:first-child {
  border-left: none;
}

table .separate td {
  background: #E2E6E7;
  color: #333333;
  font-weight: bold;
}

@media (max-width: 767px) {
  table td,
  table th {
    padding: 8px 10px;
    font-size: 12px;
  }
}


/* pagination */

.pagination {
  display: inline-block;
  margin: 30px 0 50px;
}

.pagination li {
  display: inline;
}

.pagination li>span {
  cursor: default;
}

.pagination li>a,
.pagination li>span {
    position: relative;
    float: left;
    padding: 10px 18px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #000;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
    font-weight: bold;
    margin-bottom: 5px;
    margin-right: 5px;
    font-size: 18px;
    border-radius: 3px;
}

.pagination li:first-child>a,
.pagination li:first-child>span {
  margin-left: 0;
}

.pagination li>a:hover {
  background-color: #EEEEEE;
}

.pagination .active>a,
.pagination .active>a:hover {
  background-color: #FFBD1B;
  color: #000;
  border-color: #FFBD1B;
  cursor: default;
}
/* /. pagination */


.contacts-template .contacts-block>hr:last-of-type {
  display: none;
}

.aside-gallery img {
  width: 100%;
  margin-bottom: 10px;
}


/* MEDIA QUERIS */

@media (max-width: 991px) {
  .base-template .header {
    margin-bottom: 40px;
  }
}

@media (min-width: 768px) {
  .header-tel {
    position: absolute;
    right: 0;
    top: 10px;
    height: 100%;
    display: flex;
    align-items: center;
  }
  h2,
  .title-h2 {
    font-size: 34px;
  }
  .title-h2 span {
    display: inline;
    margin: 0 0 0 30px;
  }
  h3,
  .title-h3 {
    font-size: 30px;
  }
  .services-elements .text {
    height: 72px;
    overflow: hidden;
  }
  .accordeon .element-content {
    font-size: 18px;
  }
  .accordeon .element .title {
    font-size: 22px;
  }
}

@media (min-width: 992px) {
  .top-bar .btn {
    top: 10px;
    height: 36px;
    padding: 8px 16px 0;
  }
  .main-column {
    padding-left: 15px;
  }
  .main-column-left {
    padding-right: 15px;
  }
  .header-address {
    float: right;
  }
  .logo {
    margin: 0;
  }
  h2,
  .title-h2 {
    font-size: 36px;
  }
  .modal-inner {
    padding: 40px;
  }
  .title-h2 span {
    margin: 0 0 0 70px;
  }
  .top-bar-container {
    width: 940px;
    margin: 0 auto;
  }
  .mobile-menu {
    display: none !important;
  }
  .top-menu {
    display: block !important;
    position: static;
  }
  .top-menu>ul>li>a {
    text-decoration: none;
    color: #000;
    text-transform: uppercase;
    height: 55px;
    display: block;
    line-height: 55px;
    margin-right: 30px;
    font-weight: 600;
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
    position: relative;
  }
  .top-menu>ul>li:hover>a {
    color: #FFBD1B;
  }
  .top-menu>ul>li.active>a {
    color: #FFBD1B;
  }
  .top-menu>ul>li {
    float: left;
    position: relative;
    z-index: 10;
  }
  .top-menu>ul>li:last-child>a {
    margin-right: 0;
  }
  .top-menu>ul>li.down a {
    padding-right: 16px;
  }
  .top-menu>ul>li.down>a:after {
    content: "";
    display: block;
    position: absolute;
    width: 6px;
    height: 6px;
    transform: rotate(45deg);
    border-bottom: 1px solid #000;
    border-right: 1px solid #000;
    right: 0;
    top: 50%;
    margin-top: -5px;
  }
  .top-menu>ul>li>ul {
    position: absolute;
    width: 280px;
    top: 54px;
    padding-top: 10px;
    left: 0;
    text-align: left;
    z-index: 300;
    visibility: hidden;
    opacity: 0;
    transition: all 200ms ease-out;
  }
  .top-menu>ul>li:hover>ul {
    visibility: visible;
    top: 45px;
    opacity: 1;
  }
  .top-menu>ul ul li {
    position: relative;
  }
  .top-menu ul ul li>a {
    position: relative;
  }
  .top-menu ul ul li.down>a span:after {
    content: "";
    display: block;
    position: absolute;
    width: 6px;
    height: 6px;
    top: 50%;
    right: 15px;
    transform: rotate(45deg);
    margin-top: -3px;
    border-top: 1px solid rgb(255, 255, 255);
    border-right: 1px solid rgb(255, 255, 255);
  }
  .top-menu>ul ul li>a {
    background: #2a2b2f;
    padding: 12px 12px 10px 12px;
    display: block;
    font-size: 14px;
    line-height: 18px;
    color: #ffffff;
    text-decoration: none;
    position: relative;
  }
  .top-menu>ul ul li>a:after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    background: #fff;
    opacity: 0;
  }
  .top-menu>ul ul li:hover>a:after,
  .top-menu>ul ul li.active>a:after {
    opacity: 0.1;
  }
  .top-menu>ul ul li:hover>a,
  .top-menu>ul ul li.active>a{
      color: #FFBD1B;
  }
  .top-menu ul ul ul {
    position: absolute;
    top: 10px;
    left: 280px;
    width: 250px;
    visibility: hidden;
    opacity: 0;
    transition: all 200ms ease-out;
  }
  .top-menu ul ul li:hover ul {
    visibility: visible;
    opacity: 1;
    top: 0px;
  }
  .contacts-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background: url(../images/texture5.png) #F3F3F3;
  }
  .contacts {
    padding-top: 65px;
    width: 330px;
    max-width: 100%;
  }
  .top-bar {
    position: relative;
  }
  .top-bar.fix-true.fixed {
    position: fixed;
    top: 0;
    left: 0;
  }
  .body-fixed-true .top-bar.fix-true.fixed .top-bar-container {
    width: 1290px;
    max-width: 100%;
    box-shadow: 0 0 0 1px #D5D5D5;
    background: #fff;
    padding-right: 15px;
  }
  .body-fixed-true .top-bar.fixed .top-menu>ul>li:first-of-type>a {
    border-left: none;
  }
  .base-template .top-bar {
    margin-bottom: 40px;
  }
  .base-template .top-bar:after {
    opacity: 1;
  }
  .top-bar.fix-true.fixed+.top-bar-push-md {
    height: 56px;
  }
  .base-template .top-bar.fix-true.fixed+.top-bar-push-md {
    height: 96px;
  }
}

@media (min-width: 1170px) {
  .top-bar-container {
    width: 1110px;
    margin: 0 auto;
  }
}

@media (min-width: 1230px) {
  .top-bar-container {
    width: 1170px;
  }
  .services-elements .text {
    height: 58px;
  }
  .contacts-template .contacts-block {
    padding-right: 60px;
  }
}


.news .element {
  background: #fff;
  margin-bottom: 20px;
  border: 1px solid #ebebeb;
  padding-left: 170px;
  height: 150px;
}
.news .element-img{
    width: 170px;
    position: absolute;
    top: -1px;
    bottom: -1px;
    left: -1px;
    background-image: url(../images/news-empty.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.news .element-img img{
    width: 100%;
    height: 100%;
    object-fit:cover;
}
.news .element-content{
    padding: 20px;
}

.news .element .title-h5 {
  overflow: hidden;
  margin-bottom: 5px;
  max-height: 58px;
}

.news .element .date {
  font-size: 12px;
  margin-top: -3px;
}

.news .element .text {
  color: #6A6B70;
  height: 36px;
  overflow: hidden;
  font-size: 13px;
}

.news .element .title-h5 a {
  color: #000;
}

.news .element:hover .title-h5 a {
  color: #F1C02E;
}

@media (max-width: 767px) {
    .news .element {
      height: auto;
      min-height: 130px;
      padding-left: 130px;
    }
    .news .element .element-img{
        width: 130px;
    }
  .news .element .title-h5 {
    max-height: inherit;
    font-size: 14px;
  }
  .news .element .text{
      display: none;
  }
}


.fotorama__thumb-border {
  border-color: #FFBD1B !important;
}


/* tabs */
.box {
  display: none;
}

.box.visible {
  display: block;
}

ul.tabs {
  width: 100%;
  border-bottom: 1px solid #D5D5D5;
}

ul.tabs li {
  display: table-cell;
  height: 50px;
  vertical-align: middle;
  cursor: pointer;
  text-align: center;
  border: 1px solid transparent;
  border-bottom: none;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 1.2;
  font-weight: bold;
  color: #333333;
  background: #fff;
  -webkit-transition: all 200ms ease-out;
  -moz-transition: all 200ms ease-out;
  -o-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
  position: relative;
  padding: 10px 35px;
}

ul.tabs li.current,
ul.tabs li.current:hover {
  border-color: #d5d5d5;
  background: #fff;
  color: #333333;
}

ul.tabs li:hover {
  background: #F6F6F6;
  border-color: #F6F6F6;
}

ul.tabs li.current:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: -2px;
  left: 0;
  background: #fff;
}

.mobile-tab-header {
  display: none;
}

@media (max-width: 767px) {
  .mobile-tab-header {
    padding: 14px 40px 14px 14px;
    color: #ffffff;
    background: #FFBD1B;
    width: 100%;
    position: relative;
    display: block;
    font-weight: 600;
  }
  ul.tabs {
    position: relative;
    display: none;
    border: none;
  }
  .mobile-tab-header:after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    margin-top: -10px;
    right: 24px;
    width: 12px;
    height: 12px;
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff;
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
  }
  .mobile-tab-header.active:after {
    -moz-transform: rotate(225deg);
    -webkit-transform: rotate(225deg);
    -o-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    transform: rotate(225deg);
    margin-top: -4px;
  }
  ul.tabs li {
    padding: 17px 15px;
    width: 100%;
    border: 1px solid #E9E9E9;
    border-top: none;
    display: block;
    height: auto;
    text-align: left;
    text-transform: none;
    font-size: 15px;
  }
  ul.tabs li.current {
    display: none;
  }
  .mobile-tab-header.active+ul.tabs {
    display: block;
  }
}

@media (min-width: 768px) {
  .tabs.mobile {
    display: block !important;
  }
}
/* /. tabs */

.aside-news .element {
  padding-left: 100px;
  margin-bottom: 25px;
  min-height: 74px;
}

.aside-news .element .img-wrapper {
  position: absolute;
  left: 0;
  top: 4px;
}

.aside-news .element .title a {
  text-decoration: none;
  color: #2C2C2C;
}

.aside-news .inner {
  margin-top: -10px;
}

.clear-hr,
.cleaner-hr {
  height: 0;
  opacity: 0;
  margin: 0;
  padding: 0;
  border: none;
}

.item-gallery .element {
  margin-bottom: 10px;
  overflow: hidden;
}
.item-gallery .row{
    display: flex;
    flex-wrap: wrap;
}

/* AGREEMENT */
.agreement {
  position: relative;
  margin-bottom: 30px;
  color: #838383;
}

.agreement input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
}

.agreement label {
  padding-left: 25px;
  display: inline-block;
  position: relative;
}

.agreement input+label:before {
  background: url(../images/check-empty.svg) 0 0 no-repeat;
  content: "";
  display: block;
  position: absolute;
  width: 17px;
  height: 17px;
  top: 1px;
  left: 0px;
}

.agreement input:checked+label:before {
  background: url(../images/checked.svg) 0 0 no-repeat;
}

.agreement input.error+label {
  color: red;
}
/* /. AGREEMENT */

section .title-h3,
section h3.line {
  color: #000;
}

/* REVIEWS */
.rev-header .title{
    font-weight: 700;
    text-transform: none;
}
.reviews > .rev-item,
.rev-grid-sizer{ 
    width: 100%;
}
.reviews > .rev-item .inner{
    padding: 30px;
    margin: 0 0 30px;
}
.reviews > .rev-item > .inner{
    -webkit-box-shadow: 0 20px 30px 0 rgba(227,227,227,.5);
    box-shadow: 0 10px 15px 0 rgba(227,227,227,.5);
}
.rev-answer{
    margin-top: 30px;
}
.ticket-comment{
    margin: 0 !important;
}
.comment-reply{
    padding: 10px 0;
}
.reviews > .rev-item .rev-item .inner{
    padding: 20px 0 0 0;
    border: none;
    margin: 0;
    font-style: italic;
}
.reviews .rev-date {
    padding: 5px 10px;
    font-weight: 400;
    font-size: 12px;
    border-radius: 3px;
    color: #FFBD1B;
    position: absolute;
    right: 0;
    top: 0;
}
.reviews > .rev-item .rev-item .rev-date{
    display: none !important;
}
.reviews > .rev-item .rev-item .inner .title{
    text-transform: none;
    margin-bottom: 0;
    color: #ffbd1b;
    font-size: 16px;
    font-style: none;
}
.reviews > .rev-item .rev-item .rev-text{
    margin-top: -10px;
}
.reviews > .rev-item .rev-item .comment-reply{
    display: none;
}

.comment-form-wrapper{
    position: relative;
    padding-bottom: 50px;
}
.ie .comment-form-wrapper{
    background-attachment: scroll;
}
.comment-form-wrapper .inner{
    position: relative;
    z-index: 10;
    width: 575px;
    max-width: 100%;
    margin: 0;
}
#comment-editor {
    width: 100% !important;
    display: block;
}
#ticketForm .form-actions, 
#comment-form .form-actions {
    padding-top: 0 !important;
    border-top: none !important;
}
.comment-form-wrapper .form-control{
    background: #fff;
}
.comment-form-wrapper textarea.form-control{
    height: 180px;
}
.comment-form-wrapper .form-control.error{
    border-color: #FF3324;
}
.comment-form-wrapper .form-control.error::-moz-placeholder{
    color: #EA1527;
}
.comment-form-wrapper .form-control.error:-ms-input-placeholder{
    color: #EA1527;
}
.comment-form-wrapper .form-control.error::-webkit-input-placeholder{
    color: #EA1527;
}
@media(max-width: 991px){
    .reviews .rev-date{
        position: static;
        display: inline-block;
        margin-bottom: 25px;
    }
}

.reviews-section{
    color: #000;
    position: relative;
    background: url(../images/texture5.png) #F3F3F3;
    width: 100%;
    overflow: hidden;
}
.reviews-carousel{
    margin: 0 -15px;
}
.reviews-carousel .slick-track{
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: stretch;
    align-items: stretch;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 30px 0;
}
.reviews-carousel .slick-slide {
    height: inherit;
}
.reviews-carousel .item{
    padding: 0 15px;
}
.reviews-carousel .item-inner{
    height: 100%;
    background: #fff;
    padding: 40px;
    border-radius: 5px;
    box-shadow: 0px 10px 30px 0px rgba(0,0,0,.04);
}
.reviews-carousel .item-title{
    margin-bottom: 5px;
    font-weight: 500;
    font-size: 20px;
    text-transform: uppercase;
    padding-right: 50px;
    position: relative;
}
.reviews-carousel .item-title:after{
    content:"";
    background: url(../images/quote-icon.png);
    background-size: contain;
    width: 40px;
    height: 32px;
    position: absolute;
    right: 0;
    top: -10px;
}
.reviews-carousel .item-title a{
    text-decoration: none;
    color: #000;
}
.reviews-carousel .date{
    margin-bottom: 20px;
    color: #FFBD1B;
    font-size: 13px;
}
.reviews-carousel .text{
    line-height: 1.9;
    font-size: 15px;
    color: #686A6F;
}
@media(max-width: 1229px){
    .reviews-carousel .item-inner{
        padding: 30px;
    }
}
/* /. REVIEWS */


/* accordeon */
.accordeon .item-content {
	display: none;
	padding: 0 0 55px;
}
.accordeon .item {
	border-radius: 5px;
	background-color: #fff;
	box-shadow: 0 0 0 2px #F5F5F5;
	margin-bottom: 30px;
	padding: 0 30px 0 40px;
}
.accordeon .item-title {
	font-size: 18px;
	line-height: 1.5;
	font-weight: 600;
	text-transform: uppercase;
	padding: 30px 100px 30px 0;
	cursor: pointer;
	position: relative;
	-webkit-transition: all 200ms ease-out;
	-moz-transition: all 200ms ease-out;
	-o-transition: all 200ms ease-out;
	transition: all 200ms ease-out;
}

.accordeon .item-title:hover,
.accordeon .item.active .item-title {
	color: #ffbd1b;
}

.accordeon .item-title span {
	position: absolute;
	right: -5px;
	top: 50%;
	display: block;
	width: 63px;
	height: 22px;
	margin-top: -11px;
	cursor: pointer;
}

.accordeon .item-title span:after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	right: auto;
	bottom: auto;
	-webkit-transform: translate(-50%, -50%) rotateZ(-90deg);
	transform: translate(-50%, -50%) rotateZ(-90deg);
	width: 22px;
	height: 63px;
	background-image: url(../images/slider-left-arr-hover.svg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	max-height: 35px;
	-webkit-transition: all 0.1s ease-out;
	transition: all 0.1s ease-out;
}

.accordeon .item-title span:hover:after {
	max-height: 63px;
}

.accordeon>div:first-of-type .item-content {
	display: block;
}

.accordeon>div:last-of-type {
	margin-bottom: 0;
}

.pricetable,
.tbodyprice {
	display: block;
}

.tbodyprice tr {
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	border-bottom: 1px solid #f5f9fc;
	padding: 8px 0;
}

.tbodyprice tr>td:first-of-type {
	font-size: 18px;
	line-height: 1.5;
	font-weight: 400;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 calc(100% - 100px);
	flex: 0 0 calc(100% - 100px);
	width: calc(100% - 100px);
	max-width: calc(100% - 100px);
	padding-right: 15px;
}

.tbodyprice tr>td:last-of-type {
	font-size: 18px;
	line-height: 1.5;
	font-weight: 400;
	text-align: right;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 100px;
	flex: 0 0 100px;
	width: 100px;
	max-width: 100px;
}

@media (max-width: 991px) {
	.accordeon .item {
		padding: 0 20px;
		margin-bottom: 20px;
	}
	.accordeon .item-title {
		font-size: 16px;
		padding: 20px 70px 20px 0;
	}
	.accordeon .item-content {
		padding: 0 0 30px;
	}
	.tbodyprice tr {
		border-bottom-width: 1px;
	}
	.tbodyprice tr>td {
		font-size: 16px !important;
	}
}

@media (max-width: 767px) {
	.accordeon .item-title {
		font-size: 14px !important;
	}
	.tbodyprice tr>td {
		font-size: 14px;
	}
	.accordeon .item-title span {
		right: -10px;
	}
}
/* /. accordeon */


.article-img img{
    width: 100%;
}
.top-features-section{
    background: url(../images/texture4.png) #2a2c30;
    width: 100%;
    overflow: hidden;
}
.top-features-section .item{
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    text-transform: uppercase;
    font-size: 22px;
    font-weight: 600;
}
.top-features-section .item1{
    justify-content: flex-start;
}
.top-features-section .item3{
    justify-content: flex-end;
}
.top-features-section .item2{
    background: #000;
    color: #ffbd1b;
    font-size: 26px;
    position: relative;
}
.top-features-section .item2 a{
    color: #ffbd1b;
    position: relative;
    z-index: 10;
}
.top-features-section .item2:before,
.top-features-section .item2:after{
    content: "";
    position: absolute;
    top: 0;
    background: #000;
    bottom: 0;
    width: 100px;
    height: 100%;
    z-index: 1;
    -webkit-transform: skewX(-30deg);
    transform: skewX(-30deg);
}
.top-features-section .item2:before{
    left: -32px;
}
.top-features-section .item2:after{
    right: -32px;
}
@media(max-width:1229px){
    .top-features-section .item{
        font-size: 20px;
    }
    .top-features-section .item2{
        font-size: 24px;
    }
}
@media(max-width:991px){
    .top-features-section .item{
        font-size: 16px;
    }
    .top-features-section .item2{
        font-size: 20px;
    }
    .top-features-section .item2:before,
    .top-features-section .item2:after{
        width: 50px;
        -webkit-transform: skewX(-20deg);
        transform: skewX(-20deg);
    }
}
@media(max-width:767px){
    .top-features-section .item{
        font-size: 16px;
        height: 60px;
        justify-content: center;
    }
}

.application-section{
    background: url(../images/texture4.png) #2a2c30;
    color: #fff;
}
.application-section .form-control{
    border: 2px solid #fff;
    border-radius: 5px;
    height: 47px;
    box-shadow: 0 6px 8px -6px #000;
}
.application-section .btn{
    height: 47px;
}


.aside-info-block {
    margin: 30px 0;
    padding: 30px 20px 15px;
    background: url(../images/texture4.png) #2a2c30;
    color: #fff;
}
.aside-info-block .title {
    font-weight: bold;
    margin-bottom: 20px;
    text-transform: uppercase;
    line-height: 1.4;
    font-size: 20px;
}


/* ======= ASIDE MENU ======= */

.aside-menu-wrapper{
    padding: 25px;
    color: #fff;
    background: #2a2c30;
}
.services-template .aside-menu-wrapper{
    padding: 40px 35px 20px;
}
.aside-menu-wrapper > .title {
    font-size: 30px;
    font-weight: 400;
    line-height: 1.2;
    margin-bottom: 30px;
}
.aside-menu-header{
    padding-top: 20px;
    margin-bottom: 50px;
}
.aside-menu-header .title .img-wrapper + div{
    padding-left: 120px;
}
.aside-menu-header .title-inner{
    height: 90px;
    font-size: 30px;
    font-weight: 400;
    line-height: 1.2;
}
.aside-menu-header .img-wrapper{
    width: 90px;
    height: 90px;
    position: absolute;
    top: 0;
    left: 0;
}
.aside-menu{
    padding: 0 0 10px 30px;
}
.services-template .aside-menu{
    padding-left:0;
}
.aside-menu li{
    margin-bottom: 15px;
}
.aside-menu a{
    color: #fff;
    text-transform: uppercase;
    font-size: 18px;
    text-decoration: none;
}
.aside-menu li.active > a,
.aside-menu a:hover{
    color: #FFBD1B;
}

@media(max-width: 991px){
    .main-column{
        padding-left: 0;
    }
    .aside-menu{
        padding: 0;
    }
    .aside-menu-wrapper,
    .services-template .aside-menu-wrapper{
        background: transparent;
        padding: 0;
    }
    .aside-menu-header{
        background: #23282E;
        padding: 25px;
        margin-bottom: 20px;
    }
    
    .aside-menu-title-xs{
        background: #E95F0E;
        color: #fff;
        padding: 15px 25px;
        position: relative;
        text-transform: uppercase;
        font-weight: bold;
    }
    .aside-menu-inner{
        display: none;
        background: #23282E;
        padding: 25px;
    }
    .aside-menu-inner{
        display: none;
        background: #23282E;
        padding: 25px;
    }
    .aside-menu.active .aside-menu-inner{
        display: block;
    }
    .aside-menu-title-xs:after {
        content: "";
        display: block;
        position: absolute;
        width: 14px;
        height: 14px;
        top: 50%;
        right: 20px;
        border-right: 2px solid #fff;
        border-bottom: 2px solid #fff;
        margin-top: -10px;
        -moz-transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        -webkit-transition: all 200ms ease-out;
        -moz-transition: all 200ms ease-out;
        -o-transition: all 200ms ease-out;
        transition: all 200ms ease-out;
    }
    .aside-menu.active .aside-menu-title-xs:after{
        -moz-transform: rotate(-135deg);
        -webkit-transform: rotate(-135deg);
        -o-transform: rotate(-135deg);
        -ms-transform: rotate(-135deg);
        transform: rotate(-135deg);
        margin-top: -4px;
    }
    .aside-menu-inner li.active{
        display: none;
    }
}
@media(max-width:767px){
    .aside-menu-header .img-wrapper{
        width: 60px;
        height: 60px;
    }
    .aside-menu-header .title .img-wrapper + div {
        padding-left: 80px;
    }
    .aside-menu-header .title-inner {
        height: 60px;
        font-size: 26px;
    }
}



/* /. ASIDE MENU */


