@import url(owl.carousel.min.css);
@import url(owl.theme.green.min.css);
body {
  background: url("/images/header.png") center 0 no-repeat #d4effc;
  font-family: Arial sans-serif; }

.header-logo {
  display: block;
  margin: 20px 0 0 17px; }
.header-langs {
  font-family: Arial;
  letter-spacing: 0px;
  margin: 45px 0 0 0; }
  .header-langs li {
    font-size: 24px;
    color: #99ccff;
    line-height: 26px; }
    .header-langs li a {
      text-decoration: none;
      display: block;
      position: relative; }
    .header-langs li a:before {
      content: " ";
      position: absolute;
      left: -22px;
      top: 10px;
      height: 10px;
      width: 10px;
      background: #99ccff;
      border-radius: 50%; }
    .header-langs li a:hover {
      color: #ff9933; }
    .header-langs li a.active {
      color: #ff9933;
      text-decoration: underline; }
    .header-langs li a.active:before {
      background: #ff9933; }

nav {
  background: #ffffff;
  -webkit-box-shadow: 0px 2px 7px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 2px 7px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 2px 7px 0px rgba(0, 0, 0, 0.75);
  position: relative; }

.menu .container {
  padding: 0; }
.menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: table;
  width: 100%;
  margin-top: 60px; }
  .menu ul li {
    display: table-cell;
    border-right: 1px dashed #a1a1a1;
    padding: 16px 0; }
    .menu ul li a {
      display: block;
      width: 100%;
      color: #3781dd;
      font-size: 18px;
      font-family: Arial;
      font-weight: bold;
      text-align: center;
      min-width: 138px; }
    .menu ul li a:hover {
      text-decoration: none;
      color: #fa6900; }
  .menu ul li.active a {
    text-decoration: none;
    color: #fa6900; }
  .menu ul li:first-child {
    border-left: 1px dashed #a1a1a1; }

.home {
  height: 80vh;
  background: url("/images/cloud_text.png") center -41px no-repeat;
  overflow: hidden; }
  .home-cloud-left {
    position: absolute;
    left: -167px;
    top: 266px;
    background: url("/images/cloud_left.png") 0 0 no-repeat;
    width: 390px;
    height: 100px; }
  .home-cloud-right {
    position: absolute;
    right: -384px;
    top: 27px;
    background: url("/images/cloud_right.png") 0 0 no-repeat;
    width: 667px;
    height: 175px; }
  .home-content {
    position: relative; }
    .home-content-arr {
      display: inline-block;
      margin: 12px; }
    .home-content-block {
      margin-top: 48px;
      margin-left: 50px;
      margin-bottom: 50px;
      border-radius: 30px;
      background: #fff;
      width: 460px;
      text-align: center;
      font-family: Arial Black, Arial Bold, Gadget, sans-serif; }
      .home-content-block p {
        font-size: 22px;
        color: #ff9933;
        line-height: 28px; }
    .home-content-toolbars {
      text-align: center;
      margin-top: -15px; }

.btn-orange-big {
  color: #fff;
  font-size: 36px;
  font-family: Arial;
  font-weight: bold;
  background: #fa6900;
  border-radius: 12px;
  padding: 5px 30px;
  margin-top: 28px;
  margin-bottom: 15px;
  -webkit-box-shadow: 2px 2px 7px 0px rgba(0, 0, 0, 0.45);
  -moz-box-shadow: 2px 2px 7px 0px rgba(0, 0, 0, 0.45);
  box-shadow: 2px 2px 7px 0px rgba(0, 0, 0, 0.45); }

.btn-orange-big:hover {
  background: #ff9933;
  color: #f5f5f5;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none; }

.footer-message {
  width: 100%;
  position: fixed;
  bottom: 0px;
  /*background-color: rgba(0, 155, 108, 0.5); */
  background-color: #009b6c;
  
  }
  .footer-message img {
    width: 100%; }

.footer-message-2 {
  width: 100%;
  position: relative;
  bottom: 0px;
  background-color: #009b6c; }
  .footer-message-2 img {
    padding-top: 10px;
    width: 100%; }

#planet {
  height: 100vh;
  position: relative;
  text-align: center; }

footer {
  background: #009b6c;
  padding: 15px 0; }
  footer ul {
    list-style: none;
    margin: 0;
    padding: 0;
    font-family: Arial; }
    footer ul li {
      float: left;
      margin: 17px 15px; }
      footer ul li a {
        color: #ffffff;
        font-size: 14px;
        text-decoration: none; }
      footer ul li a:hover {
        text-decoration: underline; }

.footer-text {
  font-family: Arial;
  margin: 5px 0;
  color: #ffffff;
  font-size: 10px; }

/*** home earth **/
.earth {
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center;
  overflow: hidden; }
  .earth-block {
    display: inline-block;
    position: relative; }
    .earth-block img.earth-circle {
      width: 800px;
      text-align: center;
      transform: rotate(45deg);
      /*-webkit-transition: all 0.3s ease-out;
      -moz-transition: all 0.3s ease-out;
      -o-transition: all 0.3s ease-out;
      transition: all 0.3s ease-out;*/
      margin-bottom: -40%;
      z-index: 2; }
    .earth-block .left-btn {
      position: absolute;
      top: 65px;
      left: 0;
      z-index: 100; }
      .earth-block .left-btn img {
        width: auto; }
    .earth-block .left-btn:hover img {
      transform: scale(0.9); }
    .earth-block .right-btn {
      position: absolute;
      top: 65px;
      z-index: 100;
      right: 0; }
      .earth-block .right-btn img {
        width: auto; }
    .earth-block .right-btn:hover img {
      transform: scale(0.9); }
  .earth .animal {
    margin-bottom: -65px;
    z-index: 1000;
    position: relative; }
    .earth .animal img {
      margin-left: -215px;
      height: 0;
      overflow: hidden;
      transition: all 1s ease-in-out; }
    .earth .animal .active-animal {
      opacity: 1;
      height: 280px; }
    .earth .animal .dog-animal {
      margin-bottom: -9px; }
  .earth .text-cloud {
    background: url("/images/cloud_text_2.png") 0 0 no-repeat;
    width: 433px;
    height: 247px;
    margin-left: 550px;
    margin-bottom: -130px;
    text-align: center;
    z-index: 1010;
    position: relative;
    display: none;
    -webkit-transition: background-position 1s ease;
    -moz-transition: background-position 1s ease;
    -o-transition: background-position 1s ease;
    transition: background-position 1s ease;
    color: #003300;
    font-size: 22px;
    font-family: Arial; }
    .earth .text-cloud h3 {
      color: #ed1c24;
      font-size: 32px;
      font-family: "Arial";
      font-weight: bold;
      width: 60%;
      margin: 0 auto;
      display: block;
      padding-top: 35px;
      padding-bottom: 10px; }
    .earth .text-cloud p {
      width: 83%;
      margin: 0 auto;
      line-height: 26px;
      display: block; }
  .earth .btn-orange-small {
    color: #fff;
    font-size: 24px;
    font-family: Arial;
    font-weight: bold;
    background: #fa6900;
    border-radius: 8px;
    display: inline-block;
    padding: 1px 16px;
    margin-top: 75px;
    -webkit-box-shadow: 2px 2px 7px 0px rgba(0, 0, 0, 0.45);
    -moz-box-shadow: 2px 2px 7px 0px rgba(0, 0, 0, 0.45);
    box-shadow: 2px 2px 7px 0px rgba(0, 0, 0, 0.45); }
  .earth .active {
    display: block; }

.nav-button {
  width: 82px;
  position: relative;
  color: #fff;
  display: none;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 18px;
  height: 60px;
  padding: 5px 0 0 0;
  z-index: 1003; }
  .nav-button a {
    display: block;
    width: 119px;
    height: 50px;
    position: relative;
    font-family: Arial;
    padding: 11px 11px 11px 47px;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    transition: background .2s ease,padding .8s linear;
    -webkit-transition: background .2s ease,padding .8s linear;
    -moz-transition: background .2s ease,padding .8s linear; }
    .nav-button a span:after, .nav-button a span:before {
      content: " ";
      position: absolute;
      width: 100%;
      background-color: #ff9933;
      border-radius: 100px; }
    .nav-button a span {
      left: 12px;
      position: absolute;
      top: 23px;
      -webkit-align-self: center;
      -ms-flex-item-align: center;
      align-self: center;
      font-size: 0;
      width: 26px;
      height: 2px;
      background-color: #ff9933;
      border-radius: 100px;
      -webkit-transition: background-color .2s ease-out;
      transition: background-color .2s ease-out; }
    .nav-button a span:before {
      bottom: calc(100% + 6px);
      height: 100%;
      -webkit-transition: -webkit-transform .2s ease-out;
      transition: -webkit-transform .2s ease-out;
      transition: transform .2s ease-out;
      transition: transform .2s ease-out,-webkit-transform .2s ease-out; }
    .nav-button a span:after {
      height: 100%;
      top: calc(100% + 6px);
      -webkit-transition: -webkit-transform .2s ease-out;
      transition: -webkit-transform .2s ease-out;
      transition: transform .2s ease-out;
      transition: transform .2s ease-out,-webkit-transform .2s ease-out; }
  .nav-button a:hover {
    text-decoration: none; }

.collapse-menu .nav-button a {
  color: #ff9933; }

.collapse-menu .nav-button a:hover {
  background: #03a9f5;
  text-decoration: none;
  color: #fff;
  border-radius: 14px; }

.collapse-menu .nav-button a span {
  background-color: transparent; }

.collapse-menu .nav-button a span:before {
  bottom: auto;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg); }

.collapse-menu .nav-button a span:after {
  top: auto;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg); }

.collapse-menu .menu ul {
  display: block; }

.articles .container {
  font-family: Arial;
  background: #fff;
  margin-top: 40px;
  padding-top: 20px; }
.articles-title img {
  width: 100%; }
.articles-title h1 {
  font-family: Arial Black;
  font-size: 22px;
  text-align: center;
  margin-top: -90px; }
.articles-item img {
  width: 100%; }
.articles-item p {
  color: #666666;
  font-size: 12px;
  max-height: 56px;
  overflow: hidden; }
.articles-name {
  text-align: center;
  display: inline-block;
  margin: 10px 0;
  color: #3781dd;
  font-size: 16px;
  font-weight: bold; }
.articles-name:hover {
  color: #ff9933;
  text-decoration: none; }
.articles-footer {
  font-family: "Arial Black";
  color: #666666;
  font-size: 14px; }

.pagination {
  border: 0; }
  .pagination .page-link {
    border: 0; }
  .pagination .page-item.active .page-link {
    z-index: 1;
    color: #000000;
    background-color: transparent;
    border-color: transparent; }
  .pagination a:hover {
    background: transparent; }

.attention img {
  width: 100%;
  max-width: 140px;
  margin: 0 auto;
  display: block; }
.attention p {
  color: #000000;
  font-size: 14px;
  line-height: 16px;
  font-family: Arial; }
.attention .modal-body {
  background: url("/images/attention_footer.png") bottom right no-repeat; }
.attention button {
  background-color: #fa6900;
  border-color: #fa6900;
  font-family: Arial;
  font-weight: bold;
  margin-left: 20px; }
.attention button:hover {
  background-color: #ff9933;
  border-color: #fa6900; }
.attention button.focus, .attention button:focus {
  box-shadow: 0 0 0 0.2rem rgba(250, 105, 0, 0.5); }

.modal-open .footer-message {
  right: 8px; }

.white-bg {
  background: #fff;
  margin-top: 40px;
  margin-bottom: 40px; }

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

.contacts h1 {
  margin-bottom: 30px; }
.contacts-lists {
  list-style: none;
  font-size: 18px;
  color: #000;
  margin-left: 0;
  padding-left: 0; }
  .contacts-lists li {
    margin-bottom: 30px; }
  .contacts-lists span {
    float: left;
    width: 34px;
    height: 35px;
    margin-right: 20px; }
.contacts-address {
  background: url("/images/locate.png") 0 0 no-repeat; }
.contacts-phone {
  background: url("/images/phone.png") 0 0 no-repeat; }
.contacts-email {
  background: url("/images/mail.png") 0 0 no-repeat; }
.contacts-web {
  background: url("/images/website.png") 0 0 no-repeat; }
.contacts-footer {
  text-align: right; }
  .contacts-footer img {
    margin: -80px 0 20px 0; }

.orange-line {
  width: 100%;
  height: 9px;
  background: #fa6900;
  clear: both;
  margin: 25px 0; }

.content {
  font-family: Arial; }
  .content h1 {
    color: #000000;
    font-family: Arial Black;
    font-size: 22px; 
  }
  .content p {
    font-size: 16px;
    color: #000; }
  .content h2{
  font-size: 22px; 
  font-weight: bolder; 
  }
  .content h3{
    font-size: 20px;
     font-weight: bolder; 
  }
  .content h4{
    font-size: 18px;
     font-weight: bolder; 
  }
  .content h5{
    font-size: 18px;
     font-weight: bolder; 
  }
  .content h6{
     font-size: 16px;
     font-weight: bolder; 
  }  
  .content table td{
    padding: 3px 5px;
  }
  .content table th{
    padding: 3px 5px;
  }

.btn-orange {
  color: #fff;
  font-size: 24px;
  font-family: Arial;
  font-weight: bold;
  background: #fa6900;
  border-radius: 8px;
  display: inline-block;
  padding: 1px 16px;
  -webkit-box-shadow: 2px 2px 7px 0px rgba(0, 0, 0, 0.45);
  -moz-box-shadow: 2px 2px 7px 0px rgba(0, 0, 0, 0.45);
  box-shadow: 2px 2px 7px 0px rgba(0, 0, 0, 0.45); }

.form-letter legend {
  text-align: center;
  font-size: 22px;
  font-family: "Arial Black";
  margin: 60px 0 20px 0;
  float: left; }
.form-letter .col-lg-2 {
  background: url("/images/rigth_col.png") center center no-repeat; }
.form-letter .col-lg-2:first-child {
  background: url("/images/left_col.png") center 0 no-repeat; }
.form-letter .form-group {
  margin-bottom: 1.8rem; }
  .form-letter .form-group input, .form-letter .form-group textarea {
    border-radius: 0;
    background: #d4effc;
    border-color: #00529c;
    color: #00529c;
    font-style: italic; }

.question {
  color: #000;
  font-size: 18px;
  background: #d4effc;
  padding: 15px;
  font-family: Arial;
  margin-bottom: 25px;
  border-radius: 10px;
  margin-top: 30px;
  position: relative; }
  .question-desc {
    color: #000;
    font-family: Arial;
    font-size: 18px; }
    .question-desc span {
      color: #3781dd; }
  .question-date {
    margin-bottom: 10px; }

.question::after {
  content: '';
  position: absolute;
  left: -25px;
  top: 20px;
  border: 15px solid transparent;
  border-top: 15px solid #d4effc;
  border-right: 15px solid #d4effc; }

.answer {
  background: #f5c19c;
  border-radius: 10px;
  padding: 15px;
  position: relative;
  font-family: Arial;
  color: #000;
  font-size: 18px; }
  .answer-animal {
    right: 0;
    position: absolute;
    bottom: 26px; }
  .answer-doc {
    text-align: center;
    font-family: Arial;
    color: #000;
    font-size: 18px;
    padding-bottom: 90px; }
    .answer-doc img {
      max-width: 90px;
      width: 100%;
      margin-bottom: 15px; }
    .answer-doc span {
      display: block;
      color: #fa6900; }
  .answer-text {
    padding-bottom: 25px;
    margin-bottom: 25px;
    border-bottom: 2px solid #fa6900; }

.answer::after {
  content: '';
  position: absolute;
  right: -25px;
  top: 20px;
  border: 15px solid transparent;
  border-top: 15px solid #f5c19c;
  border-left: 15px solid #f5c19c; }

.article-footer {
  overflow: hidden;
  border-bottom: 9px solid #fa6900;
  margin-bottom: 30px;
  background: url("/images/animal-3.png") bottom center no-repeat; }
  .article-footer .anm-1 {
    bottom: -29px; }
  .article-footer .anm-2 {
    left: 50px;
    margin-right: 250px; }
  .article-footer .anm-4 {
    left: 250px;
    bottom: -63px; }
  .article-footer .anm-5 {
    left: 270px;
    bottom: -39px; }
  .article-footer img {
    position: relative;
    -webkit-animation: mymove 10s infinite;
    /* Safari 4.0 - 8.0 */
    animation: mymove 10s infinite; }

.instr {
  background: url("/images/instr_cloud2.png") center 0 no-repeat;
  padding-bottom: 125px; }
  .instr-content {
    margin-top: 125px;
    line-height: 30px;
    font-size: 22px;
    font-family: Arial;
    background: #fff;
    padding: 15px;
    border-radius: 15px; }
  .instr .title-orage {
    color: #fa6900;
    font-weight: bold; }
  .instr .blue-text {
    color: #3781dd; }
  .instr .big-orange {
    color: #fff;
    font-size: 24px;
    font-family: Arial;
    background: #fa6900;
    border-radius: 12px;
    padding: 5px 15px;
    margin-bottom: 15px;
    margin-left: 15px;
    -webkit-box-shadow: 2px 2px 7px 0px rgba(0, 0, 0, 0.45);
    -moz-box-shadow: 2px 2px 7px 0px rgba(0, 0, 0, 0.45);
    box-shadow: 2px 2px 7px 0px rgba(0, 0, 0, 0.45); }
  .instr .big-orange:hover {
    background: #ff9933;
    color: #f5f5f5;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none; }
  .instr .big-orange:first-child {
    margin-left: 0; }
  .instr .toolbar-btn {
    text-align: center; }
  .instr-animal {
    position: absolute;
    background: url("/images/cat_fly.png") 0 0 no-repeat;
    width: 232px;
    height: 212px;
    top: -50px;
    right: -160px; }

/* Safari 4.0 - 8.0 */
@-webkit-keyframes mymove {
  from {
    left: -100%; }
  to {
    left: 100%; } }
@keyframes mymove {
  from {
    left: -100%; }
  to {
    left: 100%; } }
.content h1 {
  font-size: 22px;
  font-family: "Arial Black";
  color: #000;
  margin: 30px 0 15px 0; }

.instuction {
  background: url(/images/index_instruction_03.png) repeat-x 0 bottom;
  width: 100%;
  padding-bottom: 7%; }
  .instuction .col-lg-8 {
    align-self: flex-end; }
  .instuction img {
    width: 100%; }
  .instuction .berry {
    position: absolute;
    bottom: 0;
    right: 0;
    background: url("/images/berry.png") 0 0 no-repeat;
    width: 109px;
    height: 121px; }

.owl-carousel {
  /*.item{
    height: 10rem;
    padding: 1rem;
    background: red;
  }*/ }
  .owl-carousel .item {
    text-align: center; }
    .owl-carousel .item img {
      max-height: 200px;
      width: auto;
      float: left; }
    .owl-carousel .item .text-cloud {
      background: url(/images/cloud_text_2.png) 0 0 no-repeat;
      text-align: center;
      z-index: 1010;
      position: relative;
      -webkit-transition: background-position 1s ease;
      -moz-transition: background-position 1s ease;
      -o-transition: background-position 1s ease;
      transition: background-position 1s ease;
      color: #003300;
      font-size: 22px;
      font-family: Arial;
      float: left; }
      .owl-carousel .item .text-cloud h3 {
        color: #ed1c24;
        font-size: 32px;
        font-family: "Arial";
        font-weight: bold;
        width: 60%;
        margin: 0 auto;
        display: block;
        padding-top: 35px;
        padding-bottom: 10px;
        position: relative; }
        .owl-carousel .item .text-cloud h3 .monstr-1 {
          position: absolute;
          background: url("/images/monstr/monstr_1.png") 0 0 no-repeat;
          width: 90px;
          background-size: contain;
          height: 90px;
          top: -10px;
          right: -62px; }
        .owl-carousel .item .text-cloud h3 .monstr-2 {
          position: absolute;
          background: url("/images/monstr/monstr_2.png") 0 0 no-repeat;
          width: 90px;
          background-size: contain;
          height: 90px;
          top: -10px;
          right: -62px; }
        .owl-carousel .item .text-cloud h3 .monstr-3 {
          position: absolute;
          background: url("/images/monstr/monstr_3.png") 0 0 no-repeat;
          width: 90px;
          background-size: contain;
          height: 90px;
          top: -10px;
          right: -62px; }
        .owl-carousel .item .text-cloud h3 .monstr-4 {
          position: absolute;
          background: url("/images/monstr/monstr_4.png") 0 0 no-repeat;
          width: 90px;
          background-size: contain;
          height: 90px;
          top: -10px;
          right: -62px; }
      .owl-carousel .item .text-cloud p {
        width: 414px;
        margin: 0 auto;
        line-height: 26px;
        display: block; }
      .owl-carousel .item .text-cloud .btn-orange-small {
        color: #fff;
        font-size: 24px;
        font-family: Arial;
        font-weight: bold;
        background: #fa6900;
        border-radius: 8px;
        display: inline-block;
        padding: 1px 16px;
        margin-top: 60px;
        margin-bottom: 10px;
        -webkit-box-shadow: 2px 2px 7px 0px rgba(0, 0, 0, 0.45);
        -moz-box-shadow: 2px 2px 7px 0px rgba(0, 0, 0, 0.45);
        box-shadow: 2px 2px 7px 0px rgba(0, 0, 0, 0.45); }

.mobile-planet {
  height: 0;
  padding: 0;
  overflow: hidden;
  display: none; }

.home-block .footer-message {
  display: none; }

@media screen and (max-width: 1280px) {
  .earth-block img.earth-circle {
    width: 600px;
    margin-bottom: -30%; }

  .earth .animal .active-animal {
    opacity: 1;
    height: 230px;
    width: auto; } }
@media screen and (max-width: 1200px) {
  .article-footer .anm-2 {
    margin-right: 195px; }

  .instr .big-orange {
    font-size: 22px; } }
@media screen and (max-width: 1024px) {
  .btn-orange-big {
    padding: 5px 15px;
    font-size: 28px; }

  footer ul li {
    margin: 17px 13px; }

  .earth {
    /*img{
      width: 150px;
    }*/ }

  .desktop-planet {
    display: none;
    height: 0 !important;
    overflow: hidden; }

  .mobile-planet {
    height: auto;
    overflow: inherit; }

  .mobile-planet:first-child {
    height: 100vh; } }
@media screen and (max-width: 992px) {
  .header-logo {
    margin-left: 0; }
    .header-logo img {
      width: 100%; }

  .article-footer img {
    display: none; }

  .nav-button {
    display: block; }

  .menu ul {
    display: none;
    margin-top: 10px;
    padding-bottom: 20px; }
    .menu ul li {
      display: block;
      border: 0 !important;
      padding: 3px 0;
      margin-left: 16px; }
      .menu ul li a {
        text-align: left; }

  .menu {
    z-index: 100; }

  .articles-title .col-md-12 {
    text-align: center; }
    .articles-title .col-md-12 img {
      width: auto; }
    .articles-title .col-md-12 h1 {
      padding-bottom: 60px; }

  .answer-doc {
    text-align: left;
    padding-bottom: 0; }
    .answer-doc div {
      float: left;
      padding-right: 15px; }
      .answer-doc div img {
        width: 60px; }

  .answer-animal {
    display: none; }

  .answer::after {
    content: '';
    position: absolute;
    left: 53px;
    top: -35px;
    right: auto;
    border: none;
    border: 20px solid transparent;
    border-bottom: 20px solid #f5c19c; }

  .question::after {
    content: '';
    position: absolute;
    left: 53px;
    top: -35px;
    right: auto;
    border: none;
    border: 20px solid transparent;
    border-bottom: 20px solid #d4effc; }

  .instr {
    overflow: hidden; }

  .instr .big-orange {
    font-size: 22px;
    width: 310px;
    display: block;
    margin: 15px auto; }

  .instr .big-orange:first-child {
    margin-left: auto; } }
@media screen and (max-width: 768px) {
  .home-content-block {
    margin: 50px auto; }

  footer ul li {
    margin: 3px 8px; }

  .contacts-footer img {
    width: 100%;
    margin-top: 0; }

  .faq .contacts-footer {
    display: none; }

  .instr-animal {
    display: none; }

  .instr {
    padding-bottom: 25px; }

  .instuction .col-md-3 img {
    display: none; }

  .owl-carousel .item img {
    display: none; }
  .owl-carousel .item .text-cloud {
    width: 414px;
    float: none;
    margin: 0 auto;
    margin-top: 10px; } }
@media screen and (max-width: 576px) {
  .home-content-block {
    padding: 20px 3px; }

  .instuction {
    padding-bottom: 27%; }

  .articles-item a {
    text-align: center;
    display: block; }
    .articles-item a img {
      max-width: 360px; } }
@media screen and (max-width: 480px) {
  .articles-title .col-md-12 img {
    width: 100%; }

  .articles-title h1 {
    margin-top: -66px; }

  .instuction {
    background-size: contain; }

  .instuction .berry {
    width: 91px;
    height: 91px;
    background-size: contain; }

  .home-content-block {
    width: auto;
    margin: 30px auto; }
    .home-content-block p {
      font-weight: normal;
      font-size: 18px; }

  .btn-orange-big {
    padding: 5px 15px;
    font-size: 20px;
    font-weight: normal;
    margin-top: 0px; }

  .home-content-arr {
    margin: 0; }
    .home-content-arr a img {
      width: 50px; } }
@media screen and (max-width: 425px) {
  .header-langs {
    margin: 24px 0 0 0; }

  .contacts-lists span {
    margin-right: 3px; }

  .logo-inn img {
    width: 100%; }

  .owl-carousel .item .text-cloud {
    width: 100%;
    background-position: center; }
    .owl-carousel .item .text-cloud h3 {
      width: 200px; }
      .owl-carousel .item .text-cloud h3 .monstr-3 {
        right: -73px; }
      .owl-carousel .item .text-cloud h3 .monstr-4 {
        right: -73px; }
      .owl-carousel .item .text-cloud h3 .monstr-1 {
        right: -73px; }
    .owl-carousel .item .text-cloud p {
      width: 100%; } }
@media screen and (max-width: 375px) {
  .instuction .berry {
    width: 70px;
    height: 70px;
    background-size: contain; }

  .instr .big-orange {
    font-size: 18px;
    width: 260px; }

  .instr .blue-text {
    margin-top: 25px;
    display: block; } }
@media screen and (max-width: 320px) {
  .owl-carousel .item {
    background: #fff; }
    .owl-carousel .item .text-cloud h3 .monstr-1, .owl-carousel .item .text-cloud h3 .monstr-2, .owl-carousel .item .text-cloud h3 .monstr-3, .owl-carousel .item .text-cloud h3 .monstr-4 {
      position: relative;
      margin: 10px auto;
      right: auto !important; }
    .owl-carousel .item .text-cloud .btn-orange-small {
      font-weight: normal;
      font-size: 22px; } }
@media screen and (max-height: 800px) {
  .earth-block img.earth-circle {
    width: 600px;
    margin-bottom: -30%; }

  .earth .animal .active-animal {
    opacity: 1;
    height: 230px;
    width: auto; } }
@media screen and (max-height: 700px) {
  .earth .animal .active-animal {
    opacity: 1;
    height: 230px;
    width: auto; }

  .earth-block img.earth-circle {
    width: 400px;
    margin-bottom: -10%; }

  .earth-block .left-btn {
    left: -50px; }

  .earth-block .right-btn {
    right: -50px; }

  .earth .text-cloud {
    margin-bottom: -157px; }

  .owl-carousel .item .text-cloud {
    width: 100%;
    background-position: center; }
    .owl-carousel .item .text-cloud h3 {
      width: 200px; }
      .owl-carousel .item .text-cloud h3 .monstr-3 {
        right: -73px; }
      .owl-carousel .item .text-cloud h3 .monstr-4 {
        right: -73px; }
      .owl-carousel .item .text-cloud h3 .monstr-1 {
        right: -73px; } }
@media screen and (max-width: 1024px) and (max-height: 700px) {
  .owl-carousel .item img {
    display: none; } }

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