@import url(bootstrap.min.css);

/* Colors */
/* Burger params */
body {
  background: #ffffff;
  font-family: "Roboto", sans-serif;
}

.header {
  /* background: url("../img/header_bg_left.jpg") no-repeat left,
    url("../img/header_bg_right.jpg") no-repeat right; */
  background-color: #a2e7f7;
  height: 138px;
}

.header img {
  margin-top: 20px;
}

.header .lang ul {
  list-style-type: none;
}

.header .lang ul li {
  float: left;
}

.header .lang ul li a {
  font-size: 14px;
  font-family: "Roboto", sans-serif;
  display: block;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #e4af6d;
  text-align: center;
  vertical-align: center;
  color: white;
  text-decoration: none;
  padding: 7px 0 0 0;
  margin: 20px 10px 0 0;
}

.header .lang ul li a:hover {
  background: #ff6600;
}

.header .lang ul li .active {
  background: #ff6600 !important;
}

.menu-item {
  position: relative;
}

.menu-item #hamburger-icon {
  width: 30px;
  height: 30px;
  position: relative;
  display: block;
  margin: 20px 0 30px auto;
}

.menu-item #hamburger-icon .line {
  display: block;
  background: #0099cc;
  width: 30px;
  height: 4px;
  position: absolute;
  left: 0;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
}

.menu-item #hamburger-icon .line.line-1 {
  top: 0;
}

.menu-item #hamburger-icon .line.line-2 {
  top: 50%;
}

.menu-item #hamburger-icon .line.line-3 {
  top: 100%;
}

.menu-item #hamburger-icon.active .line-1 {
  transform: translateY(15px) translateX(0) rotate(45deg);
  -webkit-transform: translateY(15px) translateX(0) rotate(45deg);
  -moz-transform: translateY(15px) translateX(0) rotate(45deg);
}

.menu-item #hamburger-icon.active .line-2 {
  opacity: 0;
}

.menu-item #hamburger-icon.active .line-3 {
  transform: translateY(-15px) translateX(0) rotate(-45deg);
  -webkit-transform: translateY(-15px) translateX(0) rotate(-45deg);
  -moz-transform: translateY(-15px) translateX(0) rotate(-45deg);
}

.menu-item #showMenu {
  padding: 20px;
  background: #f5f5f5;
  list-style: none;
  position: absolute;
  width: 320px;
  right: 0;
  top: 50px;
  border: 1px solid #0099cc;
  z-index: 1000;
}

.menu-item #showMenu li {
  padding: 10px;
}

.menu-item #showMenu li a {
  color: #0099cc;
  font-size: 24px;
}

.menu-item #showMenu li a:hover {
  color: #ff6600;
}

.way {
  background: url("../img/way.jpg") 50% 65% repeat-x;
  height: 760px;
  overflow: hidden;
}

.fluditek_box_mobile {
  display: none;
}

.fluditek_box_mobile-xs {
  display: none;
}

.fluditek_box {
  position: relative;
  height: 760px;
}

.fluditek_box .fluditek_back {
  position: absolute;
  right: 35px;
  bottom: 240px;
  z-index: 500;
}

.fluditek_box .fluditek_banana_men {
  position: absolute;
  left: 350px;
  bottom: 80px;
  z-index: 600;
}

.fluditek_box .fluditek_first_plan {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 600;
}

.fluditek_box .l2r_girl {
  display: none;
  position: absolute;
  left: -75%;
  top: 265px;
  z-index: 400;
  animation: timing-fromto-1 linear infinite;
  animation-duration: 12s;
  -webkit-animation-duration: 12s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-name: jumpy;
  animation-name: jumpy;
}

.fluditek_box .show_girl.l2r_girl,
.fluditek_box show_girl.r2l_girl {
  display: block;
}

.fluditek_box .r2l_girl {
  display: none;
  position: absolute;
  right: -220%;
  bottom: 195px;
  z-index: 550;
  animation: timing-fromto-1 linear infinite;
  animation-duration: 12s;
  -webkit-animation-duration: 12s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-name: jumpy2;
  animation-name: jumpy2;
}

.fluditek_box .projector {
  position: absolute;
  bottom: 0;
  right: -240px;
}

.slider {
  background: url("../img/slider_bg.png") no-repeat;
  background-size: contain;
  max-height: 760px;
  padding: 5% 5% 10% 7%;
  position: relative;
  z-index: 800;
}

.slider .effect {
  position: absolute;
  top: 130px;
  left: 100px;
  z-index: 900;
}

.black-line {
  background: url("../img/black_line.png") repeat-x;
  height: 4px;
}

.footer {
  /* background: url("../img/footer_bg.jpg") center no-repeat; */
  background-color: #a2e7f7;
  height: 385px;
  margin-bottom: 15vh;
}

.footer .menu-item {
  list-style: none;
  display: block;
  /* padding-top: 40px;
  padding-left: 150px; */
}

.footer .menu-item li {
  float: left;
}

.footer .menu-item li a {
  padding: 20px 10px;
  font-size: 18px;
  color: #ff6600;
  font-weight: bold;
}

.tech {
  position: fixed;
  width: 100%;
  bottom: 0;
  /*height: 15vh;*/
  z-index: 1000;
}

.tech img {
  width: 100%;
  height: 15vh;
}
.footer_info_block {
  display: flex;
  padding-top: 40px;
}
.footer_info_block img {
  display: block;
  max-width: 100px;
}

@keyframes jumpy {
  0% {
    transform: translateY(30px);
    left: -75%;
  }

  20% {
    transform: translateY(-20px);
  }

  35% {
    transform: translateY(-20px);
  }

  50% {
    transform: translateY(0px);
  }

  65% {
    transform: translateY(-20px);
  }

  80% {
    transform: translateY(30px);
  }

  100% {
    transform: translateY(-30px);
    left: 305%;
  }
}

@keyframes jumpy2 {
  0% {
    transform: translateY(30px);
    right: -220%;
  }

  20% {
    transform: translateY(-20px);
  }

  35% {
    transform: translateY(-20px);
  }

  50% {
    transform: translateY(-10px);
  }

  65% {
    transform: translateY(20px);
  }

  80% {
    transform: translateY(10px);
  }

  100% {
    transform: translateY(-30px);
    right: 155%;
  }
}

@keyframes jumpy3 {
  0% {
    right: -20px;
  }

  100% {
    right: 155%;
  }
}

.forest {
  /* background: url("../img/forest.jpg") repeat-x bottom left; */
  overflow: hidden;
  position: relative;
}

.forest .r2l_girl {
  position: absolute;
  right: -20px;
  bottom: -2px;
  z-index: 550;
  animation: timing-fromto-1 linear infinite;
  animation-duration: 12s;
  -webkit-animation-duration: 12s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-name: jumpy3;
  animation-name: jumpy3;
}

.articles {
  background: #fff;
  padding-bottom: 180px;
}

.articles .article-item {
  background: url("../../img/black_line.png") no-repeat bottom center;
  padding-bottom: 20px;
}

.articles .article-item h2 a {
  color: #ff6600;
}

.articles .article-item p {
  font-size: 16px;
  color: #000000;
}

.articles .article-item span a {
  color: #0099cc;
}

.articles .article-item span:after {
  content: ">>";
  color: #0099cc;
}

.articles .article-item-read h1 {
  color: #ff6600;
}

.articles .more-button {
  color: #ff6600;
  border: 1px solid #ff6600;
  padding: 10px;
  border-radius: 10px;
  margin-top: 20px;
  display: inline-block;
}

.contacts {
  background: #fff url("../img/contacts-right-dude.jpg") no-repeat bottom right;
  padding-bottom: 20px;
}

.contacts h2 {
  text-align: center;
  color: #ff6600;
}

.contacts .big-dude img {
  width: 100%;
}

.contacts .little-dude {
  background-size: contain;
  height: 100%;
  max-height: 750px;
}

.contacts form {
  margin-left: -60px;
  font-size: 16px;
  display: block;
  font-style: italic;
}

.contacts form input[type="text"],
.contacts form input[type="email"] {
  background: #dddddd;
  border: 1px solid #959595;
  display: block;
  width: 100%;
  margin: 10px 0;
  padding: 5px 10px;
}

.contacts form input[type="submit"] {
  width: 100%;
  background: #ff6600;
  color: #ffffff;
  border: none;
  margin-bottom: 20px;
}

.contacts form textarea {
  background: #dddddd;
  border: 1px solid #959595;
  display: block;
  width: 100%;
  margin: 10px 0;
  padding: 10px;
  resize: none;
}

.faq {
  background: #fff;
}

.faq .faq-item {
  font-size: 24px;
  margin: 20px 0;
}

.faq .faq-item .header-faq {
  padding: 10px 20px;
  background: #e4af6d;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  position: relative;
}

.faq .faq-item .header-faq .triangle {
  position: absolute;
  left: 100px;
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 20px 20px 0;
  border-color: transparent #e4af6d transparent transparent;
}

.faq .faq-item .body-faq {
  background: #eaeaea;
  padding: 20px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

.faq .contacts-faq h2 {
  text-align: center;
  color: #ff6600;
}

.faq .contacts-faq form {
  font-size: 16px;
  display: block;
  font-style: italic;
}

.faq .contacts-faq form input[type="text"],
.faq .contacts-faq form input[type="email"] {
  background: #dddddd;
  border: 1px solid #959595;
  display: block;
  width: 100%;
  margin: 10px 0;
  padding: 5px 10px;
}

.faq .contacts-faq form input[type="submit"] {
  width: 100%;
  background: #ff6600;
  color: #ffffff;
  border: none;
  margin-bottom: 20px;
}

.faq .contacts-faq form textarea {
  background: #dddddd;
  border: 1px solid #959595;
  display: block;
  width: 100%;
  margin: 10px 0;
  padding: 10px;
  resize: none;
}

.faq .faq-left-dude img,
.faq .faq-right-dude img {
  width: 100%;
}

.about {
  padding-top: 20px;
  background: #fff;
}

.about img {
  width: 100%;
}

@media (max-width: 1152px) {
  .slider .effect {
    top: 105px;
    left: 75px;
  }

  .slider .effect img {
    width: 380px;
  }

  .fluditek_box .fluditek_banana_men {
    left: 240px;
  }

  .fluditek_box .fluditek_banana_men img {
    width: 100px;
  }

  .fluditek_box .fluditek_first_plan img {
    width: 200px;
  }

  .fluditek_box .fluditek_back {
    right: 108px;
  }

  .fluditek_box .fluditek_back img {
    width: 150px;
  }

  .fluditek_box .projector {
    bottom: 130px;
    right: -215px;
  }

  .footer {
    background-position: -50px 0;
  }

  /* .footer .menu-item {
    padding-left: 180px;
  } */

  .footer .menu-item li a {
    padding: 20px 5px;
    font-size: 14px;
  }
}

@media (max-width: 1024px) {
  .fluditek_box .fluditek_banana_men {
    bottom: 100px;
  }

  .fluditek_box .fluditek_first_plan {
    bottom: 100px;
  }

  .fluditek_box .fluditek_back {
    bottom: 350px;
  }

  .fluditek_box .projector {
    bottom: 130px;
    right: -215px;
  }

  .footer {
    background-position: -80px 0;
  }
}

@media (min-width: 992px) {
  /* .footer .menu-item li {
    margin-bottom: 20px;
  } */
}

@media (max-width: 900px) {
  .slider .effect img {
    width: 260px;
  }

  .fluditek_box {
    display: none;
  }

  .fluditek_box_mobile {
    display: block;
    background: url("../img/background_mobile.jpg") no-repeat;
    background-size: contain;
    height: 416px;
    background-position: 0 60px;
  }

  .way {
    height: auto;
    background: none;
  }

  /* .footer .menu-item {
    padding-left: 120px;
  } */

  .footer .menu-item li a {
    font-size: 11px;
  }
}

@media (max-width: 854px) {
  .footer {
    background-position: -135px 0;
  }
}

@media (max-width: 736px) {
  .logo img {
    width: 100%;
  }

  .header img {
    margin: 20px auto;
  }

  .footer {
    text-align: center;
    min-height: 700px;
  }

  .footer .menu-item {
    padding-left: 0;
  }

  .footer .menu-item li {
    float: none;
    width: 100%;
  }

  .footer .menu-item li a {
    /* font-size: 26px; */
    font-size: 16px;
  }

  .big-dude {
    display: none;
  }

  .contacts form {
    margin-left: 0;
  }

  .faq-right-dude img,
  .faq-left-dude img {
    display: none;
  }

  .about .about-left,
  .about .about-right {
    display: none;
  }
}

@media (max-width: 640px) {
  .slider .effect img {
    display: none;
  }

  .fluditek_box_mobile {
    display: none;
  }

  .fluditek_box_mobile-xs {
    display: block;
  }

  .fluditek_box_mobile-xs img {
    width: 100%;
  }
  .footer_info_block {
    flex-direction: column;
    align-items: center;
  }
  .footer {
    min-height: 740px;
  }
}

@media (max-width: 414px) {
  /* .footer .menu-item {
    padding: 37px 0 0 85px;
  } */

  .header .lang ul {
    padding: 0;
    margin: 0;
  }
}

@media (max-width: 320px) {
  .menu-item #showMenu {
    right: -35px;
  }
  .footer {
    min-height: 900px;
  }
}

/* Footer text */

.footer-text {
  font-size: 14px;
  clear: both;
  padding-top: 10px;
}

.logo-inn {
  margin: 40px 0;
  text-align: center;
}

.contacts-lists {
  list-style: none;
  font-size: 18px;
  color: #000;
  margin-left: 0;
  padding-left: 0;
}

.contacts-lists li {
  clear: both;
}

.contacts-lists span {
  float: left;
  width: 34px;
  height: 35px;
  margin-right: 20px;
}

.contacts-address {
  background: url("/user/themes/fluditek/images/locate.png") 0 0 no-repeat;
}

.contacts-phone {
  background: url("/user/themes/fluditek/images/phone.png") 0 0 no-repeat;
}

.contacts-email {
  background: url("/user/themes/fluditek/images/mail.png") 0 0 no-repeat;
}

.contacts-web {
  background: url("/user/themes/fluditek/images/website.png") 0 0 no-repeat;
}

/*# sourceMappingURL=main.css.map */

/*style pro-preparat*/
.instruction-button {
  background: #ff6600;
  text-align: center;
  font-size: 18px;
  width: 220px;
  margin: 10px 10px;
  display: inline-block;
  border-radius: 8px;
  box-shadow: 2px 2px 7px 0px rgba(0, 0, 0, 0.45);
}

.skazka-button {
  background: #33ccff;
  text-align: center;
  font-size: 18px;
  width: 220px;
  margin: 10px 10px;
  display: inline-block;
  border-radius: 8px;
  box-shadow: 2px 2px 7px 0px rgba(0, 0, 0, 0.45);
}

/* landing-flu */
h2.fludi {
  /* text color */
  color: #333;
  font-family: "Roboto";
  font-size: 24px;
}

p.fludi {
  font-size: 14px;
  font-family: "Roboto";
}

.big_text-fludi {
  color: #333;
  font-family: "Roboto";
  font-size: 18px;
}

.red_text-fludi {
  color: red;
}

.blue_text-fludi {
  color: #0089c3;
}

h3.fludi {
  color: #333;
  font-size: 18px;
}

.safety-fludi {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 30px;
}

.karta-fludi {
  width: 25%;
  text-align: center;
}

.karta-fludi > img {
  margin-bottom: 20px;
  height: 135px;
}

.last-fludi-left-side img,
.last-fludi-right-side img {
  display: block;
  flex-shrink: 0;
}

.one-fludi,
.two-fludi,
.last-fludi {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 30px;
}

.one-fludi img,
.two-fludi img {
  display: block;
  flex-shrink: 0;
}

.one-fludi img {
  margin-right: 20px;
}

.one-fludi > img:nth-child(3) {
  margin-left: 20px;
}

.one-fludi p {
  text-align: center;
}

.two-fludi > div > ul {
  list-style-image: url("/landings/land-fludi/img/orange-disc.png");
}

.two-fludi > div > ul > li {
  font-family: "Roboto";
  font-size: 18px;
}

.last-fludi-left-side,
.last-fludi-right-side {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.last-fludi-right-side {
  flex-wrap: wrap;
}

.mini-fludi {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 5px;
}

.mini-fludi p {
  margin-left: 10px;
  color: #333;
  font-family: "Roboto";
  font-size: 18px;
}

.vstavka2 p {
  color: #333;
  font-family: "Roboto";
  font-size: 14px;
}

.vstavka2 .big_text-fludi {
  color: #333;
  font-family: "Roboto";
  font-size: 18px;
}

.vstavka2 .red_text-fludi {
  color: red;
}

.vstavka2 .blue_text-fludi {
  color: #0089c3;
}

/*    land2                 */
.back-fludi {
  background-image: url("/landings/land-fludi2/img/background1920.png");
}

.rose-desc {
  background-color: #ffd5d5;
  position: relative;
}

.blue-desc {
  background-color: #b2edec;
  position: relative;
}

.violet-desc {
  background-color: #c9c0de;
  position: relative;
}

.rose-desc h3,
.blue-desc h3,
.violet-desc h3 {
  font-family: Arial, sans-serif;
  padding: 10px 10px 10px 50px;
}

.rose-desc p,
.blue-desc p,
.violet-desc p {
  font-family: Arial, sans-serif;
  padding: 0 10px 10px 50px;
}

.rose-desc img,
.blue-desc img,
.violet-desc img {
  position: absolute;
  left: 20px;
  top: -20px;
  width: 40px;
  height: 40px;
}

/*    land2                 */
.article-item-read video {
  width: 100%;
}

/* new-zkazka part iframe */
.frame {
  display: block;
  width: 100vw;
  height: 7320px;
  max-width: 100%;
  margin: 0;
  padding: 0;
  border: 0 none;
  box-sizing: border-box;
}

@media (min-width: 992px) {
  .article-item-read video {
    height: 640px;
  }
}

@media (min-height: 500px) and (max-width: 991px) {
  .article-item-read video {
    height: 420px;
  }
}

@media (min-width: 376px) and (max-width: 499px) {
  .article-item-read video {
    height: 240px;
  }
}
@media (max-width: 375px) {
  .footer {
    min-height: 890px;
  }
}

@media (max-width: 375px) {
  .article-item-read video {
    height: 180px;
  }
}
