/* Created by Artisteer v4.1.0.59861 */

.responsive body {
   min-width: 240px;
}

.responsive .lf-content-layout img,
.responsive .lf-content-layout video {
   max-width: 100%;
   height: auto !important;
}

.responsive.responsive-phone .lf-content-layout img {
   float: none !important;
}

.responsive .lf-content-layout .lf-sidebar0,
.responsive .lf-content-layout .lf-sidebar1,
.responsive .lf-content-layout .lf-sidebar2 {
   width: auto !important;
}

.responsive .lf-content-layout,
.responsive .lf-content-layout-row,
.responsive .lf-layout-cell {
   display: block;
}

.responsive .image-caption-wrapper {
   width: auto;
}

.responsive.responsive-tablet .lf-vmenublock,
.responsive.responsive-tablet .lf-block {
   margin-left: 1%;
   margin-right: 1%;
   width: 48%;
   float: left;
   -webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
   box-sizing: border-box;
}

.responsive .lf-responsive-embed {
   position: relative;
   padding-bottom: 56.25%;
   /* 16:9 */
   height: 0;
}

.responsive .lf-responsive-embed iframe,
.responsive .lf-responsive-embed object,
.responsive .lf-responsive-embed embed {
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
}

/* dynamic width nav */
.lf-nav .lf-menu-btn {
   border: 1px solid #404040;
   border-radius: 3px;
   box-shadow: 0 0 3px 0 rgba(0, 0, 0, .2);
   display: none;
   background: -ms-linear-gradient(top, #707070 0, #000 100%);
   background: -moz-linear-gradient(top, #707070 0, #000 100%);
   background: -o-linear-gradient(top, #707070 0, #000 100%);
   background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #707070), color-stop(1, #000));
   background: -webkit-linear-gradient(top, #707070 0, #000 100%);
   background: linear-gradient(to bottom, #707070 0, #000 100%);
   margin: 3px;
   padding: 5px;
   position: relative;
   width: 20px;
}

.lf-nav .lf-menu-btn span {
   background: #E0E0E0;
   border-radius: 2px;
   display: block;
   height: 3px;
   margin: 3px 1px;
   position: relative;
   -moz-transition: background .2s;
   -o-transition: background .2s;
   -webkit-transition: background .2s;
   transition: background .2s;
}

.lf-nav .lf-menu-btn:hover span {
   background: #f3f3f3;
}

.responsive .lf-nav .lf-menu-btn {
   display: inline-block;
}

.responsive .lang-inline {
   flex-direction: row;
   justify-content: center;
}

.responsive .mod-languages {
   position: relative;
   transform: unset;
   padding-bottom: 10px;
   padding-top: 10px;
}

.responsive .lf-nav-inner {
   position: fixed;
   top: 0px;
   left: -100%;
   text-align: center;
   background: #1d3349e8 !important;
   z-index: 1;
   width: 100%;
}

/* .responsive .lf-nav-inner:before {
  content: ' ';
  opacity: 0.4;
  background: #2f3e6d;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute;
  z-index: -1;
  height: 100vh;
} */

.responsive nav.lf-nav {
   min-width: 1%;
}

.responsive .lf-nav {
   padding-left: 0;
   padding-right: 0;
   transition: .5s ease-in-out;
   z-index: 1;
}

/* full width hmenu, instead of inline-block */
.responsive .lf-nav ul.lf-hmenu {
   display: none;
   float: none;
   text-align: center;
}

.responsive .lf-nav .lf-hmenu.visible {
   display: block;
}

/* elements on different lines */
.responsive .lf-nav ul.lf-hmenu li,
.lf-hmenu-extra1,
.lf-hmenu-extra2 {
   float: none;
}

/* horizontal margins */
.responsive .lf-nav ul.lf-hmenu>li:first-child,
.responsive .lf-nav ul.lf-hmenu>li:last-child,
.responsive .lf-nav ul.lf-hmenu>li {
   margin-left: 0;
   margin-right: 0;
}

/* separator */
.responsive .lf-nav ul.lf-hmenu>li:before {
   display: none;
}

/* vertical distance between items */
.responsive .lf-nav ul.lf-hmenu a {
   margin-top: 1px !important;
   margin-bottom: 1px !important;
   text-align: center !important;
   height: auto;
   white-space: normal;
}

.responsive .lf-nav ul.lf-hmenu>li:first-child>a {
   margin-top: 0 !important;
}

.responsive .lf-nav ul.lf-hmenu>li:last-child>a {
   margin-bottom: 0 !important;
}

/* fixes for extended menu */
.responsive .lf-nav .ext,
.responsive .lf-nav ul.lf-hmenu>li>ul,
.responsive .lf-nav ul.lf-hmenu>li>ul>li,
.responsive .lf-nav ul.lf-hmenu>li>ul>li a {
   width: auto !important;
}

/* submenu position on hover */
.responsive .lf-nav ul.lf-hmenu ul {
   left: auto !important;
   right: auto !important;
   top: auto !important;
   bottom: auto !important;
   display: none !important;
   position: relative !important;
   visibility: visible !important;
}

.responsive .lf-nav ul.lf-hmenu>li>ul>li:first-child:after {
   display: none;
}

.responsive .lf-nav ul.lf-hmenu ul a {
   padding-left: 4% !important;
}

.responsive .lf-nav ul.lf-hmenu ul ul a {
   padding-left: 6% !important;
}

.responsive .lf-nav ul.lf-hmenu ul ul ul a {
   padding-left: 8% !important;
}

.responsive .lf-nav ul.lf-hmenu ul ul ul ul a {
   padding-left: 10% !important;
}

.responsive .lf-nav ul.lf-hmenu ul ul ul ul ul a {
   padding-left: 12% !important;
}

.responsive .lf-nav ul.lf-hmenu>li>ul {
   padding: 5px;
}

.responsive .lf-nav ul.lf-hmenu>li>ul:before {
   top: 0;
   right: 0;
   bottom: 0;
   left: 0;
}

.responsive .lf-sheet {
   width: auto !important;
   min-width: 240px !important;
   max-width: none;
}

#lf-resp {
   display: none;
}

@media all and (max-width: 768px) {

   #lf-resp,
   #lf-resp-t {
       display: block;
   }

   #lf-resp-m {
       display: none;
   }
}

@media all and (max-width: 480px) {

   #lf-resp,
   #lf-resp-m {
       display: block;
   }

   #lf-resp-t {
       display: none;
   }
}

.responsive .mobile_lang {
   display: block;
}

.responsive .desktop_lang {
   display: none;
}

.responsive div#captcha {
   margin-bottom: 15px;
}

.responsive .list_wrapper {
   flex-direction: column;
}

.responsive .mobile_logo {
   width: 100%;
   max-width: 20px;
   height: auto;
}

.responsive .mobile_logo_wr {
   position: absolute;
   right: 10px;
   top: 5px;
}

.responsive .mobile_title {
   text-align: center;
   font-size: 15px;
   line-height: 110%;
   font-weight: 600;
   color: #fff;
   margin-top: 10px;
}

.responsive .mobile_btn {
   display: block;
   position: fixed;
   top: 0;
   z-index: 1;
   width: 100%;
   padding-bottom: 10px;
}

.responsive .custom.mobile_btn {
   background: #0000008a;
}

.responsive div.mod-languages ul.lang-inline li {
   margin: 4px 10px;
}

.responsive .services_wrapper {
   position: relative;
   flex-direction: column;
}

.responsive #scrollToTop img {
   width: 30px;
   margin-top: -5px;
}

.responsive .left_left {
   margin-bottom: 10px;
   display: none;
}

.responsive .right_left {
   margin-bottom: 10px;
   margin-top: 45px;
}

.responsive .left_right {
   margin-bottom: 10px;
   flex-direction: column;
}

.responsive #nav-icon {
   display: block;
}

.responsive .service_user,
.responsive .service_offer {
   margin-left: unset;
}

.responsive .lf-nostyle.service.bg .service_user,
.responsive .lf-nostyle.service.bg .service_offer {
   margin-left: unset;
   margin-right: unset;
}

.responsive .lf-nostyle.banner {
   height: auto;
   background-position-x: -450px;
}

.responsive .header_right {
   flex-direction: column;
   width: 100%;
}

.responsive .header_mid {
   display: none;
}

.responsive .header_left {
   flex-direction: column;
   width: 100%;
}

.responsive .header_wrapper {
   flex-direction: column;
   margin-top: 50px;
}

.responsive .services_list {
   flex-direction: row;
   align-items: end;
   width: 100%;
}

.responsive .services_list li a {
   margin-bottom: 10px;
}

.responsive .services_list li {
   width: 50%;
}

.responsive .parnter_desc {
   font-size: 13px;
}

.responsive .banner_title {
   font-size: 30px;
   width: 90%;
   margin: 0 auto;
   position: relative;
   top: unset;
   margin-top: 92px;
   margin-bottom: 50px;
}

.responsive .banner_text_wrapper {
   width: 100%;
   display: flex;
   flex-direction: column;
   height: auto;
}

.responsive .custom.service {
   width: 94%;
}

.responsive .partner_text {
   padding-left: 20px;
   padding-right: 20px;
   padding-top: 20px;
   padding-bottom: 20px;
   height: unset;
}

.responsive .partner_block {
   filter: grayscale(0);
}

.responsive .partners_wrapper {
   flex-direction: column;
   align-items: center;
}

.responsive .about_text p {
   margin-right: 5px;
}

.responsive .feedback_wrapper.fluid {
   width: 100%;
}

.responsive .contact_wrapper.fluid {
   width: 100%;
   margin-bottom: 30px;
}

.responsive #area_container_9 {
   flex-direction: column;
}

.responsive .semanticui-body.G2-joomla.chronoforms.index {
   width: 94%;
}

.responsive .about_text_wrapper {
   flex-direction: column;
}

.responsive .text_left,
.responsive .text_right {
   width: 100%;
}

.responsive .container {
   width: 94%;
}

.responsive .footer_menu {
   flex-direction: column;
   margin-top: 40px;
}

.responsive .footer_link {
   flex-direction: column;
}

.responsive .lf-header {
   width: auto;
   height: auto;
   min-height: 100px;
   min-width: 1%;
   background-position: center center !important;
   background-size: cover !important;
   background-repeat: repeat !important;
}

.responsive .lf-header .lf-headline,
.responsive .lf-header .lf-slogan {
   display: block !important;
   top: 0 !important;
   left: 0 !important;
   margin: 2% !important;
}

.responsive .lf-header .lf-headline a,
.responsive .lf-header .lf-slogan {
   white-space: normal !important;
}

.responsive .lf-header * {
   position: relative;
   text-align: center;
   -webkit-transform: none !important;
   -moz-transform: none !important;
   -o-transform: none !important;
   -ms-transform: none !important;
   transform: none !important;
}

.responsive .lf-header #lf-flash-area,
.responsive .lf-header .lf-shapes>* {
   display: none;
}

.responsive #lf-header-bg {
   background-position: center center !important;
   background-size: cover !important;
   background-repeat: repeat !important;
}

/* Search and other elements in header element directly */
.responsive .lf-header>.lf-textblock {
   position: relative !important;
   display: block !important;
   margin: 1% auto !important;
   width: 75% !important;
   top: auto !important;
   right: auto !important;
   bottom: auto !important;
   left: auto !important;
}

/* For icons like facebook, rss, etc. */
.responsive .lf-header>.lf-textblock>div {
   width: 100%;
}

.responsive .lf-content-layout,
.responsive .lf-content-layout-row,
.responsive .lf-layout-cell {
   display: block;
}

.responsive .lf-layout-cell {
   width: auto !important;
   height: auto !important;
   border-right-width: 0 !important;
   border-left-width: 0 !important;
   border-radius: 0 !important;
}

.responsive .lf-content-layout:after,
.responsive .lf-content-layout-row:after,
.responsive .lf-layout-cell:after {
   content: ".";
   display: block;
   height: 0;
   clear: both;
   visibility: hidden;
}

.responsive .lf-post {
   border-radius: 0;
}

.responsive .lf-footer-inner {
   width: auto;
   padding: 2% !important;
   min-width: 0;
}

.responsive .lf-footer {
   margin-top: 1%;
}

.responsive .responsive-tablet-layout-cell {
   width: 50% !important;
   float: left;
   -webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
   box-sizing: border-box;
}