@font-face {
  font-family: 'RobotoRegular';
  src: url('../fonts/Roboto-Regular.eot');
  src: local('Roboto'), local('Roboto-Regular'),
    url('../fonts/Roboto-Regular.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Roboto-Regular.woff') format('woff'),
    url('../fonts/Roboto-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'RobotoLight';
  src: url('../fonts/Roboto-Light.eot');
  src: local('Roboto'), local('Roboto-Light'),
    url('../fonts/Roboto-Light.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Roboto-Light.woff') format('woff'),
    url('../fonts/Roboto-Light.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
/* body,
html {
  min-height: 100%;
  max-height: 100%;
  height: 100%;
}
body {
  border: 3px solid red;
  overflow: scroll;
} */
.page-content {
  /* max-height: 100%;
  height: 100%;
  overflow: hidden; */
  /*  */
}
.navbar.navbar-fixed-top {
  display: none;
}
.page-content-inner {
  background: transparent url('../images/wrapper-bg.png') !important;
}
.page-content {
  background: #f2f2f2 url('../images/bg-op-50.png') repeat-y top left !important;
  overflow-x: hidden;
}
.page-logo {
  display: none;
}
.ufiler-logo img {
  width: 40px;
  /* box-shadow: 0 0 10px #ccc; */
  padding-top: 3px;
}
.page-content {
  /* background: transparent url('../images/bg-content.png') !important; */
}
.page-clear {
  clear: both;
}
.inform-online {
  font-family: "RobotoRegular";
  text-align: center;
  color: #bbbbbb;
  font-size: 0.875em;
  padding: 10px 0 40px 0;
}
.inform-online span {
  color: #ffffff;
}
.inform-logo {
  text-align: center;
  padding: 0 0 25px 0;
}
.dark-menu {
  background: #2e2e2e;
}
.inform-download {
  padding: 20px 10px;
  text-align: center;
}
.inform-download > a {
  display: inline-block;
  width: 275px;
  height: 67px;
  background-image: url('/global/images/ufiler-download-button.png');
  background-repeat: no-repeat;
  background-position: top left;
}
.inform-download > a:hover {
  background-image: url('/global/images/ufiler-download-button-hover.png');
  background-repeat: no-repeat;
  background-position: top left;
}
.inform-download > a:active {
  background-image: url('/global/images/ufiler-download-button-active.png');
  background-repeat: no-repeat;
  background-position: center;
}
.inform-download-ru {
  padding: 20px 10px;
  text-align: center;
}
.inform-download-ru > a {
  display: inline-block;
  width: 275px;
  height: 67px;
  background-image: url('/global/images/ufiler-download-button-ru.png');
  background-repeat: no-repeat;
  background-position: top left;
}
.inform-download-ru > a:hover {
  background-image: url('/global/images/ufiler-download-button-ru-hover.png');
  background-repeat: no-repeat;
  background-position: top left;
}
.inform-download-ru > a:active {
  background-image: url('/global/images/ufiler-download-button-ru-active.png');
  background-repeat: no-repeat;
  background-position: center;
}
.icon-m1,
.icon-m2,
.icon-m3,
.icon-m4,
.icon-m5,
.icon-m6,
.icon-m7 {
  display: block;
  width: 24px !important;
  height: 24px !important;
  box-sizing: border-box !important;
  margin-bottom: -4px !important;
}
.icon-m1 {
  background: transparent url('../images/about-ubar-icon.svg') no-repeat center center;
}
.icon-m2 {
  background: transparent url('../images/demo-icon.svg') no-repeat center center;
}
.icon-m3 {
  background: transparent url('../images/howto-install-icon.svg') no-repeat center center;
}
.icon-m4 {
  background: transparent url('../images/why-ubar-icon.svg') no-repeat center center;
}
.icon-m5 {
  background: transparent url('../images/faq-icon.svg') no-repeat center center;
}
.icon-m6 {
  background: transparent url('../images/ubar-stats-icon.svg') no-repeat center center;
}
.icon-m7 {
  background: transparent url('../images/feedback-icon.svg') no-repeat center center;
}
.nav-link.active > .icon-m1,
.nav-item:hover .icon-m1 {
  background: transparent url('../images/about-ubar-active-icon.svg') no-repeat center center;
}
.nav-link.active > .icon-m2,
.nav-item:hover .icon-m2 {
  background: transparent url('../images/demo-active-icon.svg') no-repeat center center;
}
.nav-link.active > .icon-m3,
.nav-item:hover .icon-m3 {
  background: transparent url('../images/howto-install-active-icon.svg') no-repeat center center;
}
.nav-link.active > .icon-m4,
.nav-item:hover .icon-m4 {
  background: transparent url('../images/why-ubar-active-icon.svg') no-repeat center center;
}
.nav-link.active > .icon-m5,
.nav-item:hover .icon-m5 {
  background: transparent url('../images/faq-active-icon.svg') no-repeat center center;
}
.nav-link.active > .icon-m6,
.nav-item:hover .icon-m6 {
  background: transparent url('../images/ubar-stats-active-icon.svg') no-repeat center center;
}
.nav-link.active > .icon-m7,
.nav-item:hover .icon-m7 {
  background: transparent url('../images/feedback-active-icon.svg') no-repeat center center;
}
.page-content section {
  max-width: 825px;
  margin-bottom: 20px;
  /* border-bottom: 1px solid #e0e0e0; */
  padding: 0 0 0 75px;
  /* box-sizing: border-box; */
}
.section-line {
  border-bottom: 1px solid #e0e0e0;
  margin: 10px 0;
}
section span.icon {
  display: block;
  width: 62px;
  height: 62px;
  /* float: right; */
  position: absolute;
  top: 10px;
  right: 0;
}
section .page-title.first {
  margin-top: 0;
  padding-top: 30px;
  font-family: 'RobotoRegular';
  font-size: 1.850em;
}
.icon-first {
  position: absolute;
  left: -70px;
  top: 32px;
}
section .page-title {
  min-height: 70px;
  position: relative;
  padding-top: 30px;
  /* padding-top: 0; */
  margin-top: 0;
  max-width: 750px;
  margin-top: 0;
  padding-top: 30px;
  font-family: 'RobotoRegular';
  font-size: 1.850em !important;
}
/* .page-content .separator {
  height: 1px;
  background: #e0e0e0;
  margin: 20px 0;
  padding: 0;
} */
.page-title small {
  display: block;
  font-size: 15px;
  padding-top: 10px;
}
.page-title-ico {
  /* float: left; */
  /* margin-left: -70px; */
  /* margin-top: -15px; */
  position: absolute;
  left: -70px;
  top: -15px;
}
.page-main-flex-row {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  padding: 10px 0;
}
.page-main-flex-box {
  font-family: "RobotoRegular";
  background: #ffffff;
  border-radius: 6px;
  color: #4c4c4c;
  text-align: center;
  padding: 10px;
  margin: 2px;
  font-size: 0.875em;
  cursor: pointer;
  width: 180px;
}
.page-main-flex-box:hover {
  box-shadow: 0 0 3px 2px #cccccc;
}
.page-main-flex-box.active {
  font-family: "RobotoRegular";
  font-size: 0.875em;
  background: #2ec34a;
  color: #ffffff;
  box-shadow: 0 0 3px 2px #cccccc;
  cursor: default;
}
.page-main-ico {
  height: 50px;
}
.page-main-ico.play {
  background: transparent url('../images/movies-icon.svg') no-repeat center center;
}
.page-main-flex-box.active .play {
  background: transparent url('../images/movies-active-icon.svg') no-repeat center
    center;
}
.page-main-ico.download {
  background: transparent url('../images/torrents-icon.svg') no-repeat center
    center;
}
.page-main-flex-box.active .download {
  background: transparent url('../images/torrents-active-icon.svg') no-repeat center
    center;
}
.page-main-ico.game {
  background: transparent url('../images/games-icon.svg') no-repeat center center;
}
.page-main-flex-box.active .game {
  background: transparent url('../images/games-active-icon.svg') no-repeat center
    center;
}
.page-main-ico.music {
  background: transparent url('../images/music-icon.svg') no-repeat center center;
}
.page-main-flex-box.active .music {
  background: transparent url('../images/music-active-icon.svg') no-repeat center
    center;
}
.page-main-screen {
  margin: 15px 0;
  /* width: 100%; */
  width: 750px;
  height: 425px;
  position: relative;
}
.page-main-screen > a {
  position: absolute;
  left: 200%;
}
.page-main-screen > a:first-child {
  left: 0%;
}
/* .page-main-screen > a.active > img.page-main-screen-img {
  display: block;
  left: 0%;
} */
/* .page-main-screen-img.active {
  display: block;
} */
.page-main-screen-img {
  max-width: 100%;
  width: 100%;
  /* display: none; */
  /* left: 200%; */
}
.page-all-arrow-down {
  height: 30px;
  background: transparent url('../images/arrow-down.png') no-repeat center
    center;
  margin: 10px auto;
}
.download-button-block {
  text-align: center;
}
/* .page-main-download {
  display: inline-block;
  text-align: center;
  padding: 10px 0;
} */
.page-main-download {
  display: inline-block;
  width: 425px;
  height: 106px;
  background-image: url('/global/images/ufiler-download-button-3.png');
  background-repeat: no-repeat;
  background-position: top left;
}
.page-main-download:hover {
  background-image: url('/global/images/ufiler-download-button-3-hover.png');
  background-repeat: no-repeat;
  background-position: top left;
}
.page-main-download:active {
  width: 415px;
  height: 105px;
  background-image: url('/global/images/ufiler-download-button-3-active.png');
  background-repeat: no-repeat;
  background-position: center;
}
.page-main-download-ru {
  display: inline-block;
  width: 425px;
  height: 106px;
  background-image: url('/global/images/ufiler-download-button-ru-3.png');
  background-repeat: no-repeat;
  background-position: top left;
}
.page-main-download-ru:hover {
  background-image: url('/global/images/ufiler-download-button-ru-3-hover.png');
  background-repeat: no-repeat;
  background-position: top left;
}
.page-main-download-ru:active {
  width: 415px;
  height: 105px;
  background-image: url('/global/images/ufiler-download-button-ru-3-active.png');
  background-repeat: no-repeat;
  background-position: center;
}
.download-button-styled {
  display: inline-block;
  width: 386px;
  height: 124px;
  background-image: url('/global/images/ufiler-download-button-2.png');
  background-repeat: no-repeat;
  background-position: top left;
}
.download-button-styled:hover {
  background-image: url('/global/images/ufiler-download-button-2-hover.png');
  background-repeat: no-repeat;
  background-position: top left;
}
.download-button-styled:active {
  width: 379px;
  height: 125px;
  background-image: url('/global/images/ufiler-download-button-2-active.png');
  background-repeat: no-repeat;
  background-position: center;
}
.download-button-styled-ru {
  display: inline-block;
  width: 386px;
  height: 124px;
  background-image: url('/global/images/ufiler-download-button-ru-2.png');
  background-repeat: no-repeat;
  background-position: top left;
}
.download-button-styled-ru:hover {
  background-image: url('/global/images/ufiler-download-button-ru-2-hover.png');
  background-repeat: no-repeat;
  background-position: top left;
}
.download-button-styled-ru:active {
  width: 379px;
  height: 125px;
  background-image: url('/global/images/ufiler-download-button-ru-2-active.png');
  background-repeat: no-repeat;
  background-position: center;
}
.page-install-steps {
  text-align: center;
}
.page-install-steps:last-child {
  padding-bottom: 35px;
}
.page-install-step {
  font-size: 18px;
}
.page-install-step-num {
  display: block;
  margin: 0 auto;
  color: #2ebe49;
  background: #ffffff;
  border: 1px solid #2ebe49;
  border-radius: 50%;
  padding-top: 5px;
  line-height: 200%;
  font-size: 16px;
  width: 44px;
  height: 44px;
  box-sizing: border-box;
}
.page-install-step-fin {
  display: block;
  margin: 0 auto;
  background: transparent url('../images/ico-fin.png') no-repeat center center;
  width: 44px;
  height: 44px;
}
.page-install-step-next {
  background: transparent url('../images/arrow-down2.png') no-repeat center
    center;
  height: 45px;
  margin-bottom: 20px;
  margin-top: 15px;
}
.page-install-step-gal {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  padding: 10px 0;
}
.page-install-step-gal > div {
  width: 48%;
  text-align: center;
}
.page-install-step-gal > div a {
  display: block;
}
.page-install-step-gal > div > a > img {
  width: 100%;
}
.page-install-step > a > img.step-tumb {
  max-width: 100%;
}
.page-stat,
.page-form,
.page-faq {
  background: #f7f7f7;
  border-top: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
  /* max-width: 825px;
  padding-left: 75px; */
  margin-left: auto;
  margin-right: auto;
}
.faq-list-wrapper {
  padding: 0 20px 0 90px !important;
  max-width: 750px;
}
.page-form {
  padding-bottom: 50px;
}
.page-form .form-actions {
  background: #f7f7f7;
}
section#stat,
section#feedback,
section#faq {
  margin: 0;
  padding: 0;
  max-width: 100%;
  width: 100%;
}
section#stat > h3.page-title,
section#feedback > h3.page-title,
section#faq > h3.page-title {
  /* padding: 0; */
  /* margin: 25px 20px 25px 90px;
  border: none; */
  max-width: 825px;
  padding-left: 75px;
  margin-left: auto;
  margin-right: auto;
}
.page-stat-row {
  display: table;
  width: 100%;
  /* max-width: 750px; */
  /* background: #f7f7f7; */
  /* padding: 10px 0; */
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  max-width: 825px;
  padding-left: 55px;
}
.page-stat-col {
  display: table-cell;
  font-size: 16px;
  width: 50%;
  box-sizing: border-box;
  padding: 10px;
}
.page-stat-col:first-child {
  border-right: 1px solid #e0e0e0;
}
.page-stat-col h4 {
  font-size: 26px;
  text-align: center;
  margin: 12px 0 40px 0;
  padding: 0;
}
.page-stat-inner {
  padding: 5px 10px;
}
.page-stat-num {
  display: block;
  float: right;
  font-size: 28px;
  color: #2ebe49;
  text-align: right;
  margin-left: 10px;
  margin-top: -10px;
}
.page-stat-num.notm {
  margin-top: 0px;
}
.page-stat-num.wtm {
  margin-top: 1px;
}
.page-stat-ico {
  display: block;
  width: 40px;
  height: 40px;
  float: left;
  margin-right: 10px;
  margin-top: -7px;
}
.page-stat-ico.notm {
  margin-top: 0px;
}
.page-stat-ico.wtm {
  margin-top: 2px;
}
.page-stat-onlineusr {
  min-height: 44px;
}
.page-stat-onlineusr.pt {
  min-height: 44px;
  padding-top: 8px;
}
.page-stat-clear {
  clear: both;
  border-bottom: 1px solid #e0e0e0;
  margin: 20px 0;
}
.page-stat-ico.cpu {
  background: transparent url('../images/ico-cpu.png') no-repeat top left;
}
.page-stat-ico.usr {
  background: transparent url('../images/ico-usr.png') no-repeat top left;
}
.page-stat-ico.dwn {
  background: transparent url('../images/ico-dwn.png') no-repeat top left;
}
.page-stat-download {
  display: block;
  text-align: center;
  margin: 25px 20px 25px 90px;
  /* max-width: 750px; */
  max-width: 825px;
  padding-left: 75px;
  margin-left: auto;
  margin-right: auto;
}
#feedback label {
  font-size: 22px;
}
#feedback input,
#feedback textarea {
  margin-top: 20px;
}
.page-form-green {
  background: #2ebe49;
  color: #ffffff;
}
.page-form-green:hover {
  color: #ffffff;
}
section#feedback span.icon {
  background: transparent url('../images/ico-title-fb.png') no-repeat top center;
}
section#install span.icon {
  background: transparent url('../images/ico-title-in.png') no-repeat top center;
}
section#faq span.icon {
  background: transparent url('../images/ico-title-fq.png') no-repeat top center;
}
section#stat span.icon {
  background: transparent url('../images/ico-title-st.png') no-repeat top center;
}
.page-faq li,
.page-faq li > a,
.page-faq .tab-content {
  background: transparent !important;
  border: none !important;
}
.page-faq .tab-content {
  padding: 20px 10px !important;
}
.page-faq-tabs > li > a {
  font-size: 18px;
  color: #2e2e2e;
}
.faq-sect ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.faq-sect ul li {
  display: block;
  margin: 2px 0 10px 0;
}
.faq-sect ul li:before {
  content: '>';
}
.faq-sect,
.faq-sect a {
  color: #2ebe49;
  font-size: 16px;
}
.faq-more {
  font-size: 13px;
  color: #2e2e2e;
  text-align: center;
  padding: 10px 0;
}
.faq-more-btn {
  cursor: pointer;
}
.faq-list-wrapper {
  margin: 30px 0;
  border: none;
  margin-left: auto;
  margin-right: auto;
  max-width: 825px;
}
.faq-list-wrapper a.accordion-toggle span.title {
  font-family: "RobotoLight";
  font-size: 1.500em;
  color: #2ec34a;
}
.faq-list-wrapper .panel-collapse .panel-body {
  font-family: "RobotoRegular";
  font-size: 1.000em;
  color: #000000;
}
.sfooter {
  position: absolute;
  left: 0;
  bottom: 12px;
  width: 100%;
  color: #848484;
  text-align: center;
  line-height: 150%;
}
.sfooter a {
  font-family: "RobotoRegular";
  font-size: 0.875em;
  color: #b2b2b2;
  text-decoration: underline;
}
.sfooter a:hover {
  text-decoration: none;
}
.faq-sec-num {
  color: #ffffff;
  background: #2ebe49;
  border: 1px solid #ffffff;
  display: block;
  border-radius: 50%;
  line-height: 200%;
  font-size: 14px;
  width: 30px;
  height: 30px;
  box-sizing: border-box;
  float: left;
  text-align: center;
  margin-right: 20px;
  /* margin-top: -6px; */
}
.accordion .panel .panel-title .accordion-toggle.accordion-toggle-styled.collapsed {
  background-position: right -15px;
}
.accordion .panel .panel-title .accordion-toggle.accordion-toggle-styled {
  background-position: right 20px;
}
ul.page-faq-tabs > li.active > a {
  background: #2ebe49 !important;
  color: #ffffff !important;
}
.panel-heading {
  /* padding: 18px; */
  background: transparent !important;
  border: transparent !important;
  /* font-size: 18px !important; */
}
#faq-list .panel-title {
  font-size: 18px !important;
}
#faq-list .panel {
  background: transparent;
  border: none;
  box-shadow: none;
  border-bottom: 1px solid #e0e0e0;
  margin: 15px 0;
  padding: 15px 0;
}
#faq-list .panel-body {
  border: none;
  font-size: 15px;
  padding-left: 66px;
}
#faq-list .collapsed .faq-sec-num {
  color: #2ebe49;
  background: #ffffff;
  border: 1px solid #2ebe49;
}
#faq {
  border: none;
}
.page-faq-wrapper {
  /* max-width: 750px; */
  max-width: 825px;
  padding-left: 75px;
  margin-left: auto;
  margin-right: auto;
}
.page-form form {
  /* max-width: 750px; */
  margin-left: auto;
  margin-right: auto;
  max-width: 825px;
  padding-left: 75px;
  padding-top: 20px;
}
.page-form form .form-body {
  padding: 0px;
}
.page-form form .form-actions {
  padding-left: 0px;
}
body {
  /* box-shadow: inset 0 0 30px gold; */
}
div.page-content-inner section {
  margin-left: auto;
  margin-right: auto;
}
section#forwhat {
  max-width: 100%;
  padding: 0px;
}
section#forwhat > div > div[data-id] {
  margin-bottom: 20px;
}
section#forwhat h3.page-title {
  margin-top: 0;
  padding-top: 30px;
  font-family: 'RobotoRegular';
  font-size: 1.850em;
  color: #353636;
  margin-left: auto;
  margin-right: auto;
  padding-left: 75px;
  max-width: 825px;
}
section#forwhat div.title-block {
  margin-left: auto;
  margin-right: auto;
  padding-left: 75px;
  padding-top: 0px;
  max-width: 825px;
}
h2.for-movies {
  font-family: "RobotoLight";
  /* font-size: 2.143em; */
  font-size: 1.750em;
  color: #2ec34a;
  background-image: url('../images/for-films-icon.svg');
  background-repeat: no-repeat;
  background-position: left top;
  padding-left: 80px;
  padding-top: 13px;
  height: 60px;
  margin: 0px;
  display: inline-block;
  cursor: pointer;
}
h2.for-serials {
  font-family: "RobotoLight";
  /* font-size: 2.143em; */
  font-size: 1.750em;
  color: #5582fb;
  background-image: url('../images/for-serials-icon.svg');
  background-repeat: no-repeat;
  background-position: left top;
  padding-left: 80px;
  padding-top: 0px;
  height: 60px;
  margin: 0px;
  display: inline-block;
  cursor: pointer;
}
h2.for-files {
  font-family: "RobotoLight";
  font-size: 1.750em;
  color: #e6e930;
  background-image: url('../images/for-files-icon.svg');
  background-repeat: no-repeat;
  background-position: left top;
  padding-left: 80px;
  padding-top: 9px;
  height: 60px;
  margin: 0px;
  display: inline-block;
  cursor: pointer;
}
h2.for-downloads {
  font-family: "RobotoLight";
  font-size: 1.750em;
  color: #2eb7c4;
  background-image: url('../images/for-downloads-icon.svg');
  background-repeat: no-repeat;
  background-position: left top;
  padding-left: 80px;
  padding-top: 8px;
  height: 50px;
  margin: 0px;
  display: inline-block;
  cursor: pointer;
}
h2.for-games {
  font-family: "RobotoLight";
  font-size: 1.750em;
  color: #b8b8b8;
  background-image: url('../images/for-games-icon.svg');
  background-repeat: no-repeat;
  background-position: left top;
  padding-left: 80px;
  padding-top: 1px;
  height: 40px;
  margin: 0px;
  display: inline-block;
  cursor: pointer;
}
h2.for-all {
  font-family: "RobotoLight";
  font-size: 1.750em;
  color: #fc4068;
  background-image: url('../images/for-all-icon.svg');
  background-repeat: no-repeat;
  background-position: left top;
  padding-left: 80px;
  padding-top: 17px;
  height: 60px;
  margin: 0px;
  display: inline-block;
  cursor: pointer;
}
/* div.info-blocks > div:nth-child(odd) > div.forwhat-text-main-block {
  background: rgb(242,242,242);
  background: linear-gradient(180deg, rgba(242,242,242,1) 0%, rgba(255,255,255,1) 53%, rgba(255,255,255,1) 100%);
} */
.forwhat-text-main-block {
  padding: 0px;
  max-width: 100%;
  /* padding-bottom: 30px; */
  display: none;
}
.forwhat-text-block {
  font-family: "RobotoRegular";
  font-size: 1.000em;
  color: #353636;
  max-width: 825px;
  padding-left: 75px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.forwhat-text-block div.section-line {
  margin-top: 20px;
}
#ufile h3.page-title {
  color: #353636;
  margin-top: 0;
  padding-top: 30px;
  font-family: 'RobotoRegular';
  font-size: 1.850em;
}
#faq-list div.owl-carousel,
#faq-list div.owl-carousel div.owl-stage-outer,
#faq-list div.owl-carousel div.owl-stage-outer div.owl-stage {
  height: 150px;
}
#faq-list div.owl-carousel div.item {
  width: auto;
  height: 150px;
  max-height: 150px;
}
#faq-list div.owl-carousel div.item img {
  width: auto;
  height: 150px;
  max-height: 150px;
}
#faq-list div.owl-carousel div.owl-nav button.owl-prev {
  position: absolute;
  top: 0;
  left: 0px;
  display: block;
  height: 100%;
  width: 30px;
  outline: none;
}
#faq-list div.owl-carousel div.owl-nav button.owl-prev:hover {
  background-color: #000000;
  opacity: 0.4;
}
#faq-list div.owl-carousel div.owl-nav button.owl-prev > span {
  color: #ffffff;
  font-size: 40px;
  margin-top: -8px;
  display: block;
}
#faq-list div.owl-carousel div.owl-nav button.owl-next {
  position: absolute;
  top: 0;
  right: 0px;
  display: block;
  height: 100%;
  width: 30px;
  outline: none;
}
#faq-list div.owl-carousel div.owl-nav button.owl-next:hover {
  background-color: #000000;
  opacity: 0.4;
}
#faq-list div.owl-carousel div.owl-nav button.owl-next > span {
  color: #ffffff;
  font-size: 40px;
  margin-top: -8px;
  display: block;
}
@media (min-width: 768px) {
  .navbar-collapse.collapse {
    height: 100% !important;
  }
}
@media (max-width: 1245px) {
  #forwhat div.forwhat-text-block > div.text {
    width: 90%;
  }
  #forwhat div.title-block > h2 {
    width: 90%;
  }
}
@media (max-width: 992px) {
  section {
    padding: 5px !important;
  }
  .page-stat,
  .page-form,
  .faq-list-wrapper,
  .page-faq {
    padding: 5px !important;
  }
  .page-title {
    margin: 5px 5px 20px 5px !important;
    padding-right: 65px;
  }
  .sfooter {
    position: static;
  }
  .navbar-fixed-top,
  .page-sidebar-wrapper {
    /* position: fixed !important; */
    /* width: 100%;
    box-sizing: border-box;
    z-index: 999; */
  }
  .page-sidebar-wrapper {
    overflow-y: scroll !important;
  }
  .page-logo {
    display: block;
    float: left;
  }
  .navbar.navbar-fixed-top {
    display: block;
  }
  .icon-first {
    display: none;
  }
}
@media (max-width: 670px) {
  #forwhat div.image-block {
    display: none !important;
  }
}
