/*
	WebKit desktop browsers add little up down arrows to number inputs called spinners. You can turn them off visually like this:
*/
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0; }

input[type=number] {
  -moz-appearance: textfield; }

textarea,
input[type="text"],
input[type="button"],
input[type="submit"] {
  -webkit-appearance: none;
  border-radius: 0; }

/* =Reset
-----------------------------------------------------------------------------*/
html {
  font-family: 'Roboto', sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

html,
body {
  height: 100%;
  width: 100%; }

html,
body,
div,
span,
object,
iframe,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  font-style: normal; }

a:active,
a:hover {
  outline: 0; }

button,
input {
  line-height: normal; }

button,
select {
  text-transform: none; }

/* Structure tags */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

audio,
canvas,
video {
  display: inline-block; }

audio:not([controls]) {
  display: none;
  height: 0; }

/* To prevent some browsers from inserting quotes on q and p */
blockquote,
q {
  quotes: none; }

blockquote p:before,
blockquote p:after,
q:before,
q:after {
  content: '';
  content: none; }

/* Table reset */
table {
  border-collapse: collapse;
  border-spacing: 0; }

caption,
th,
td {
  text-align: left;
  vertical-align: top;
  font-weight: normal; }

thead th,
thead td {
  font-weight: bold;
  vertical-align: bottom; }

/* Image inside */
a img,
th img,
td img {
  vertical-align: top; }

/* Webkit browsers reset margin */
button,
input,
select,
textarea {
  margin: 0; }

textarea {
  overflow: auto;
  vertical-align: top; }

/* Normalize buttons in IE */
button {
  width: auto;
  overflow: visible; }

/* Hand cursor on clickable controls */
input[type=button],
input[type=submit],
button {
  cursor: pointer; }

/* Trick with vertical align for radio and checkbox  */
input[type="radio"],
input[type="checkbox"] {
  font-size: 110%;
  box-sizing: border-box; }

/* Normalize search fields */
input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/* Horizontal rule reset  */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ddd; }

em {
  font-style: italic; }

.noselect, body > nav > div.inner div.language {
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  -khtml-user-select: none;
  /* Konqueror HTML */
  -moz-user-select: none;
  /* Old versions of Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently
               supported by Chrome, Edge, Opera and Firefox */ }

.btn-default, .btn, div.popup > div.inner input[type="submit"],
div.popup > div.inner button[type="submit"], .btn-empty, .btn-invert, .btn-empty-invert {
  position: relative;
  text-decoration: none;
  transition: background-color .3s, border-color 0.3s, color 0.3s;
  padding: 10px 42px;
  font-size: 14px;
  line-height: 20px;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  white-space: nowrap;
  display: inline-block; }
  @media (max-width: 479px) {
    .btn-default, .btn, div.popup > div.inner input[type="submit"],
    div.popup > div.inner button[type="submit"], .btn-empty, .btn-invert, .btn-empty-invert {
      padding: 10px 18px; } }
  .btn-default:active, .btn:active, div.popup > div.inner input[type="submit"]:active,
  div.popup > div.inner button[type="submit"]:active, .btn-empty:active, .btn-invert:active, .btn-empty-invert:active {
    top: 1px; }

.btn, div.popup > div.inner input[type="submit"],
div.popup > div.inner button[type="submit"] {
  background: #00d000;
  color: #fff !important;
  border: 1px solid transparent; }
  .btn:hover, div.popup > div.inner input[type="submit"]:hover,
  div.popup > div.inner button[type="submit"]:hover {
    background-color: #009d00; }
  .btn:active, div.popup > div.inner input[type="submit"]:active,
  div.popup > div.inner button[type="submit"]:active {
    background-color: #009d00; }

.btn-empty {
  background: transparent;
  border: 1px solid #fff;
  color: #fff !important; }
  .btn-empty:hover {
    background-color: #FFFFFF;
    color: #26C4F7 !important; }
  .btn-empty:active {
    background-color: #F1F8FA;
    color: #26C4F7; }

.btn-invert {
  background: transparent;
  border: 1px solid #fff;
  color: #fff !important; }
  .btn-invert:hover {
    background-color: #FFFFFF;
    color: #26C4F7 !important; }
  .btn-invert:active {
    background-color: #F1F8FA;
    color: #26C4F7; }

.btn-empty-invert {
  background: transparent !important;
  border: 1px solid rgba(132, 132, 132, 0.2);
  color: #0E84BC !important; }
  .btn-empty-invert:hover {
    border-color: #848484; }
  .btn-empty-invert:active {
    border-color: #848484; }

html, body {
  height: 100%;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

@media (min-width: 768px) {
  .m {
    display: none; } }

@media (max-width: 767px) {
  .d {
    display: none; } }

a {
  color: #000;
  transition: color 0.3s; }
  a:hover {
    color: #00d000; }
  a.tel {
    text-decoration: none; }
    a.tel:hover {
      color: #00d000; }

body {
  font-family: 'Open Sans', sans-serif;
  min-width: 320px; }

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0; }

body {
  padding-top: 80px; }
  body main {
    scroll-margin-top: 100px; }

header > div.inner,
div.wrapper > div.inner,
footer > div.inner {
  max-width: 1110px;
  margin: 0 auto; }
  @media (max-width: 1109px) {
    header > div.inner,
    div.wrapper > div.inner,
    footer > div.inner {
      padding-left: 12px !important;
      padding-right: 12px !important; } }

h1, h2, h3, h4 {
  font-family: Poppins, Montserrat, "Open Sans";
  letter-spacing: 1px;
  line-height: 125%; }

p {
  line-height: 175%; }

body > nav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 30;
  background: #fff;
  opacity: 0.95; }
  @media (min-width: 1110px) {
    body > nav {
      box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25);
      padding: 20px 0;
      height: 40px; } }
  body > nav > div.inner {
    font-size: 14px;
    line-height: 40px; }
    @media (min-width: 1110px) {
      body > nav > div.inner {
        width: 1110px;
        margin: 0 auto; } }
    @media (max-width: 1109px) {
      body > nav > div.inner {
        padding: 0 20px; } }
    @media (max-width: 1109px) {
      body > nav > div.inner {
        padding: 20px 0;
        box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25); } }
    body > nav > div.inner:after {
      content: "";
      display: table;
      clear: both; }
    body > nav > div.inner h1 {
      float: left;
      margin: 0 0 0 20px;
      font-size: 18px; }
      @media (max-width: 1109px) {
        body > nav > div.inner h1 {
          margin: 0; } }
      body > nav > div.inner h1 a {
        display: block;
        width: 150px;
        height: 40px;
        background: url(../imgs/logo.png) no-repeat;
        background-size: 135px;
        color: #2C2A28;
        text-decoration: none;
        transition: color 0.3s;
        text-indent: -3000px;
        overflow: hidden; }
        body > nav > div.inner h1 a:hover {
          color: #7DE2FF; }
        body > nav > div.inner h1 a.active {
          color: #848484; }
    body > nav > div.inner a.tel {
      font-size: 22px; }
      @media (min-width: 1110px) {
        body > nav > div.inner a.tel {
          display: none; } }
      @media (max-width: 480px) {
        body > nav > div.inner a.tel {
          font-size: 16px; } }
      @media (max-width: 399px) {
        body > nav > div.inner a.tel {
          display: none; } }
    body > nav > div.inner .menu-link {
      margin: 0 20px 0 0;
      border: 1px solid #F1F8FA;
      border-radius: 4px;
      width: 40px;
      height: 40px;
      display: block;
      background: url(../imgs/icons/menu.svg) no-repeat 50% 50%;
      text-indent: -3000px;
      overflow: hidden; }
      @media (min-width: 1110px) {
        body > nav > div.inner .menu-link {
          display: none; } }
      @media (max-width: 1109px) {
        body > nav > div.inner .menu-link {
          float: right; } }
      body > nav > div.inner .menu-link.active {
        background: url(../imgs/icons/menu-active.svg) no-repeat 50% 50%; }
        body > nav > div.inner .menu-link.active + ul.nav {
          display: block; }
    body > nav > div.inner > ul.nav {
      list-style: none; }
      @media (min-width: 1110px) {
        body > nav > div.inner > ul.nav {
          float: right;
          display: flex;
          flex-direction: row;
          justify-content: space-between;
          width: calc(100% - 250px); } }
      @media (max-width: 1109px) {
        body > nav > div.inner > ul.nav {
          display: none;
          clear: both;
          padding: 20px 0 0 0; } }
      @media (min-width: 1110px) {
        body > nav > div.inner > ul.nav #languages {
          position: relative;
          z-index: 1; } }
      @media (min-width: 1110px) {
        body > nav > div.inner > ul.nav > li {
          display: inline;
          padding: 0 6px 0 6px; } }
      @media (max-width: 1109px) {
        body > nav > div.inner > ul.nav > li {
          display: block;
          text-align: center; } }
      body > nav > div.inner > ul.nav > li > .subnav {
        display: none; }
        body > nav > div.inner > ul.nav > li > .subnav.active {
          display: block; }
        @media (min-width: 1110px) {
          body > nav > div.inner > ul.nav > li > .subnav {
            background: #fff;
            padding: 20px;
            position: absolute; }
            body > nav > div.inner > ul.nav > li > .subnav ul {
              list-style: none;
              margin: 0;
              padding: 0; } }
      body > nav > div.inner > ul.nav > li > h3 {
        padding: 0 20px 0 0;
        background: url(../imgs/icons/more.svg) no-repeat right 50%;
        color: #000;
        margin: 0;
        letter-spacing: 0;
        text-decoration: none;
        font-weight: 600;
        cursor: pointer;
        line-height: inherit; }
        @media (max-width: 1109px) {
          body > nav > div.inner > ul.nav > li > h3 {
            display: inline !important;
            line-height: 65px;
            font-size: 16px;
            display: block; } }
      body > nav > div.inner > ul.nav > li a {
        color: #000;
        margin: 0;
        letter-spacing: 0;
        text-decoration: none;
        font-weight: 600;
        cursor: pointer;
        transition: color 0.3s, background-color 0.3s; }
        @media (max-width: 1109px) {
          body > nav > div.inner > ul.nav > li a {
            line-height: 65px;
            font-size: 16px;
            display: block; } }
        body > nav > div.inner > ul.nav > li a:hover {
          color: #00d000; }
          @media (max-width: 1109px) {
            body > nav > div.inner > ul.nav > li a:hover {
              background: #f0fff0; } }
        body > nav > div.inner > ul.nav > li a:active {
          color: #0E84BC; }
        body > nav > div.inner > ul.nav > li a.active {
          font-weight: 600;
          color: #0E84BC; }
        @media (min-width: 1110px) {
          body > nav > div.inner > ul.nav > li a.special {
            border: 1px solid rgba(132, 132, 132, 0.2);
            transition: border-color 0.3s;
            border-radius: 4px;
            padding: 0 16px;
            color: #00d000;
            line-height: 40px;
            display: inline-block; }
            body > nav > div.inner > ul.nav > li a.special:hover {
              border-color: #000; } }
    body > nav > div.inner div.language {
      cursor: pointer; }
      @media (min-width: 1110px) {
        body > nav > div.inner div.language {
          float: right;
          position: relative; } }
      body > nav > div.inner div.language strong {
        padding: 0 20px 0 0;
        background: url(../imgs/icons/more.svg) no-repeat right 50%;
        font-weight: 600;
        color: #596062; }
        @media (min-width: 1110px) {
          body > nav > div.inner div.language strong {
            display: block; } }
      body > nav > div.inner div.language.active strong {
        background: url(../imgs/icons/less.svg) no-repeat right 50%; }
      body > nav > div.inner div.language.active ul {
        display: block; }
      body > nav > div.inner div.language ul {
        display: none;
        list-style: none;
        background: #fff;
        border-radius: 4px; }
        @media (min-width: 1110px) {
          body > nav > div.inner div.language ul {
            position: absolute;
            line-height: 30px;
            left: -8px;
            right: 0;
            padding: 8px 0;
            box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.15); } }
        body > nav > div.inner div.language ul li {
          display: block;
          text-align: left;
          text-transform: uppercase; }
          @media (max-width: 1109px) {
            body > nav > div.inner div.language ul li {
              text-align: center; } }
          body > nav > div.inner div.language ul li span {
            cursor: default;
            font-weight: 800 !important; }
          body > nav > div.inner div.language ul li a, body > nav > div.inner div.language ul li span {
            text-decoration: none;
            color: #596062;
            display: block;
            transition: background 0.3s; }
            @media (min-width: 1110px) {
              body > nav > div.inner div.language ul li a, body > nav > div.inner div.language ul li span {
                font-weight: 600;
                padding: 0 0 0 8px; } }
            @media (min-width: 1110px) {
              body > nav > div.inner div.language ul li a.current, body > nav > div.inner div.language ul li span.current {
                background: #d8f7ff; } }
            @media (min-width: 1110px) {
              body > nav > div.inner div.language ul li a:hover, body > nav > div.inner div.language ul li span:hover {
                background: #d8f7ff; } }

header {
  background: #f0fff0 url(../imgs/header.webp) no-repeat;
  background-size: 100%; }
  @media (max-width: 767px) {
    header {
      background: #f0fff0; } }
  header > div.inner {
    position: relative; }
    @media (min-width: 768px) {
      header > div.inner {
        color: #fff;
        padding: 50px 0 50px 0; } }
    @media (max-width: 767px) {
      header > div.inner {
        padding: 20px 0; } }
    header > div.inner h1 {
      font-size: 40px; }
      @media (min-width: 768px) {
        header > div.inner h1 {
          margin: 0 0 100px 0; } }
      @media (max-width: 1109px) {
        header > div.inner h1 br {
          display: none; } }
      @media (max-width: 767px) {
        header > div.inner h1 {
          font-size: 30px;
          margin: 0 0 30px 0; } }
    header > div.inner h2 {
      font-size: 30px;
      color: #009d00; }
      @media (min-width: 768px) {
        header > div.inner h2 {
          margin: 0 0 50px 0; } }
      @media (min-width: 1110px) {
        header > div.inner h2 {
          max-width: 500px; } }
      @media (max-width: 767px) {
        header > div.inner h2 {
          font-size: 24px;
          margin: 0 0 24px 0; } }
    header > div.inner p {
      font-size: 20px; }
      @media (min-width: 1110px) {
        header > div.inner p {
          max-width: 500px; } }
      header > div.inner p strong {
        text-transform: uppercase; }
      header > div.inner p em {
        color: #00d000;
        font-style: normal; }
    header > div.inner .contacts {
      font-size: 27px; }
      @media (min-width: 1110px) {
        header > div.inner .contacts {
          position: absolute;
          top: 50px;
          right: 30px;
          text-align: right; } }
      @media (max-width: 1109px) {
        header > div.inner .contacts {
          padding-top: 30px; } }
      @media (max-width: 767px) {
        header > div.inner .contacts {
          padding: 30px 0 0 0; } }
      @media (min-width: 768px) {
        header > div.inner .contacts {
          color: #fff; } }
      @media (min-width: 768px) {
        header > div.inner .contacts a {
          color: #fff; } }
      header > div.inner .contacts a.tel {
        color: #009d00;
        font-weight: 700; }
      header > div.inner .contacts ul.social {
        padding-top: 20px; }
    @media (min-width: 1110px) {
      header > div.inner div.video {
        position: absolute;
        right: 0;
        top: 200px; } }
    @media (max-width: 767px) {
      header > div.inner div.video {
        margin: 0 auto 20px;
        text-align: center; }
        header > div.inner div.video iframe {
          max-width: 100%; } }

ul.social {
  list-style: none; }
  ul.social:after {
    content: "";
    display: table;
    clear: both; }
  ul.social li {
    display: inline; }
    ul.social li a {
      text-indent: -3000px;
      overflow: hidden;
      width: 32px;
      height: 32px;
      display: inline-block;
      text-align: left; }
    ul.social li.instagram a {
      background: url(../imgs/icons/instagram.svg);
      background-size: 32px; }
    ul.social li.youtube a {
      background: url(../imgs/icons/youtube.svg);
      background-size: 32px; }

div.wrapper > div.inner {
  padding: 20px 0; }
  div.wrapper > div.inner h1, div.wrapper > div.inner > h2 {
    color: #009d00; }
  div.wrapper > div.inner > h2 {
    font-size: 40px;
    margin: 0 0 40px;
    text-align: center; }
    @media (max-width: 767px) {
      div.wrapper > div.inner > h2 {
        font-size: 34px;
        margin: 0 0 34px; } }
  div.wrapper > div.inner h3 {
    font-size: 30px;
    margin: 0 0 30px 0;
    text-align: center;
    color: #001e00; }
    @media (max-width: 767px) {
      div.wrapper > div.inner h3 {
        font-size: 24px;
        margin: 0 0 24px 0; } }
  div.wrapper > div.inner p {
    font-size: 16px;
    margin: 0 0 30px 0; }
    div.wrapper > div.inner p.note {
      font-style: italic;
      color: #d00020; }
div.wrapper#advantages > div.inner ul {
  list-style: none; }
  @media (min-width: 768px) {
    div.wrapper#advantages > div.inner ul {
      display: flex;
      flex-direction: row;
      justify-content: space-between; } }
  @media (min-width: 768px) {
    div.wrapper#advantages > div.inner ul li {
      flex: 0 0 31%; } }
  div.wrapper#advantages > div.inner ul li h3 {
    font-size: 20px;
    margin: 0 0 20px 0;
    text-align: left; }
@media (max-width: 767px) {
  div.wrapper#schedule table {
    width: 100%; } }
div.wrapper#prices {
  background: #f0fff0; }
  @media (max-width: 767px) {
    div.wrapper#prices table {
      width: 100%; } }
div.wrapper .jcarousel {
  position: relative;
  overflow: hidden; }
  div.wrapper .jcarousel ul {
    width: 1000%;
    /* Ensure list is wide enough for all items */
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex; }
    div.wrapper .jcarousel ul li {
      width: auto;
      flex: 0 0 200px; }
      @media (max-width: 767px) {
        div.wrapper .jcarousel ul li {
          flex: 0 0 10%; } }
div.wrapper .jcarousel-pagination {
  text-align: center; }
  div.wrapper .jcarousel-pagination a {
    background: #EFF6F8;
    width: 20px;
    height: 20px;
    display: inline-block !important;
    text-indent: -3000px;
    overflow: hidden;
    margin: 0 5px;
    border-radius: 50%;
    transition: background-color 0.3s; }
    div.wrapper .jcarousel-pagination a.active {
      background: #009d00 !important; }
div.wrapper#gallery {
  background: #f0fff0; }
  div.wrapper#gallery > div.inner ul.gallery {
    list-style: none;
    margin: 0 0 20px 0; }
    div.wrapper#gallery > div.inner ul.gallery li {
      width: 150px;
      padding: 0 10px; }
      div.wrapper#gallery > div.inner ul.gallery li a {
        display: block;
        height: 100%; }
      div.wrapper#gallery > div.inner ul.gallery li img {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: transform 0.3s; }
      div.wrapper#gallery > div.inner ul.gallery li a:hover img {
        transform: scale(1.04); }
  div.wrapper#gallery > div.inner p {
    margin: 0; }
div.wrapper#team > div.inner > ul {
  list-style: none; }
  @media (min-width: 768px) {
    div.wrapper#team > div.inner > ul {
      display: flex;
      flex-direction: row;
      justify-content: space-between;
      flex-wrap: wrap; } }
  div.wrapper#team > div.inner > ul > li {
    margin: 0 0 30px 0; }
    @media (min-width: 768px) {
      div.wrapper#team > div.inner > ul > li {
        flex: 0 0 50%; } }
    div.wrapper#team > div.inner > ul > li img {
      display: block;
      margin: 0 auto 20px;
      border: 5px solid transparent;
      border-radius: 50%;
      transition: border-color 0.3s; }
      div.wrapper#team > div.inner > ul > li img:hover {
        border-color: #00d000; }
    div.wrapper#team > div.inner > ul > li h2 {
      font-size: 30px;
      color: #009d00; }
    div.wrapper#team > div.inner > ul > li span {
      font-size: 12px;
      display: block;
      margin: 0 0 10px 0; }
    div.wrapper#team > div.inner > ul > li ul {
      margin: 0 0 0 30px; }
      @media (max-width: 1109px) {
        div.wrapper#team > div.inner > ul > li ul {
          margin: 0 0 0 30px; } }
      div.wrapper#team > div.inner > ul > li ul li {
        list-style: disc;
        margin: 0 0 5px 0; }
        div.wrapper#team > div.inner > ul > li ul li.sep {
          margin-top: 30px; }

table.std, div.wrapper#schedule table, div.wrapper#prices table {
  margin: 0 auto 30px;
  border: 1px solid #b8e8b8; }
  table.std thead tr th, div.wrapper#schedule table thead tr th, div.wrapper#prices table thead tr th {
    background: #d8ffd8;
    border: 1px solid #b8e8b8;
    color: #009d00;
    padding: 3px 6px;
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    vertical-align: middle; }
    @media (max-width: 480px) {
      table.std thead tr th, div.wrapper#schedule table thead tr th, div.wrapper#prices table thead tr th {
        padding: 2px 3px; } }
    @media (min-width: 768px) {
      table.std thead tr th, div.wrapper#schedule table thead tr th, div.wrapper#prices table thead tr th {
        white-space: nowrap; } }
  table.std tbody tr:nth-child(even) td, div.wrapper#schedule table tbody tr:nth-child(even) td, div.wrapper#prices table tbody tr:nth-child(even) td {
    background: #f7fff7; }
  table.std tbody tr:hover td, div.wrapper#schedule table tbody tr:hover td, div.wrapper#prices table tbody tr:hover td {
    background: #c7f7c7; }
  table.std tbody tr td, div.wrapper#schedule table tbody tr td, div.wrapper#prices table tbody tr td {
    width: 50px;
    background: #ffffff;
    border: 1px solid #b8e8b8;
    padding: 5px 8px;
    text-align: center;
    vertical-align: middle;
    transition: background-color 0.3s; }
    @media (max-width: 480px) {
      table.std tbody tr td, div.wrapper#schedule table tbody tr td, div.wrapper#prices table tbody tr td {
        padding: 2px 3px; } }
    table.std tbody tr td.sp, div.wrapper#schedule table tbody tr td.sp, div.wrapper#prices table tbody tr td.sp {
      font-weight: 700; }
    table.std tbody tr td.sep, div.wrapper#schedule table tbody tr td.sep, div.wrapper#prices table tbody tr td.sep {
      background: #fff !important; }

footer {
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25);
  padding: 30px 0 0 0; }
  footer div.cols {
    margin: 0 0 20px 0; }
    @media (min-width: 768px) {
      footer div.cols {
        display: flex;
        flex-direction: row;
        justify-content: space-between; } }
    @media (min-width: 768px) {
      footer div.cols .col1, footer div.cols .col2 {
        flex: 0 0 49%; } }
    @media (max-width: 767px) {
      footer div.cols .col1, footer div.cols .col2 {
        margin: 0 0 20px 0; } }
    footer div.cols .col1 iframe {
      max-width: 100%;
      max-height: 100%;
      width: 100%;
      border: 0;
      height: 300px; }
    footer div.cols .col2 {
      font-size: 18px; }
      footer div.cols .col2 strong {
        font-family: Poppins, Montserrat, "Open Sans";
        display: block;
        margin: 0 0 5px 0; }
      footer div.cols .col2 address {
        font-size: 14px; }
  footer ul.links {
    padding: 0 0 20px 0;
    font-size: 14px;
    list-style: none; }
    @media (min-width: 768px) {
      footer ul.links {
        text-align: center; } }
    @media (min-width: 768px) {
      footer ul.links li {
        display: inline;
        padding: 0 30px; } }
    @media (max-width: 767px) {
      footer ul.links li {
        display: block; } }
  footer .contactus {
    display: block;
    color: #009d00;
    margin: 0 0 20px 0;
    cursor: pointer; }
    @media (min-width: 1110px) {
      footer .contactus {
        display: none; } }
  footer p#copyright {
    font-size: 12px; }

div.popup {
  background: #FFFFFF;
  border-radius: 8px;
  position: relative;
  max-width: 95%;
  width: 550px;
  display: none; }
  div.popup#videopopup {
    width: 1024px;
    padding: 50px 60px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    @media (max-width: 767px) {
      div.popup#videopopup {
        padding: 50px 40px; } }
    @media (max-width: 479px) {
      div.popup#videopopup {
        padding: 30px 20px; } }
    div.popup#videopopup > .inner {
      position: relative;
      height: 0;
      padding: 0 0 66.6666%; }
      div.popup#videopopup > .inner .notice {
        position: absolute;
        background: #d00020;
        left: 20px;
        right: 20px;
        bottom: 100%;
        bottom: calc(100% + 3px);
        padding: 6px 9px;
        color: #fff;
        font-size: 16px;
        font-weight: bold;
        border-radius: 9px;
        text-align: center;
        vertical-align: middle; }
        div.popup#videopopup > .inner .notice a {
          color: #0E84BC;
          display: inline-block;
          width: 32px;
          height: 32px;
          text-indent: -3000px;
          overflow: hidden;
          background-size: 32px 32px !important;
          vertical-align: inherit; }
          div.popup#videopopup > .inner .notice a.youtube {
            background: url(../imgs/icons/youtube.svg); }
          div.popup#videopopup > .inner .notice a.dzen {
            background: url(../imgs/icons/dzen.svg); }
          div.popup#videopopup > .inner .notice a.vk {
            background: url(../imgs/icons/vk.svg); }
        div.popup#videopopup > .inner .notice .c {
          cursor: pointer;
          font-style: normal;
          position: absolute;
          right: 6px;
          top: 0px;
          font-weight: bold; }
      div.popup#videopopup > .inner iframe {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box; }
  div.popup > span.close {
    position: absolute;
    right: 20px;
    top: 20px;
    width: 40px;
    height: 40px;
    cursor: pointer;
    text-align: center;
    border: 1px solid #F1F8FA;
    border-radius: 4px;
    line-height: 40px;
    font-size: 20px;
    font-weight: 600;
    color: #00d000;
    transition: color 0.3s, border-color 0.3s; }
    div.popup > span.close:hover {
      border: 1px solid #00d000; }
  div.popup > div.inner {
    padding: 50px 60px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    div.popup > div.inner h3 {
      color: #2C2A28;
      font-size: 30px;
      line-height: 36px;
      margin: 0 0 10px 0; }
    div.popup > div.inner p {
      font-size: 16px;
      line-height: 22px;
      margin: 0 0 20px 0; }
    div.popup > div.inner input[type="text"],
    div.popup > div.inner input[type="email"],
    div.popup > div.inner select,
    div.popup > div.inner textarea {
      display: block;
      border: 1px solid #F2F2F2;
      border-radius: 4px;
      padding: 8px 15px;
      font-size: 14px;
      line-height: 20px;
      font-family: Poppins, Montserrat, "Open Sans";
      width: 100%;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      margin: 0 0 15px 0;
      outline: none;
      transition: color 0.3s, border-color 0.3s; }
      div.popup > div.inner input[type="text"]:active,
      div.popup > div.inner input[type="email"]:active,
      div.popup > div.inner select:active,
      div.popup > div.inner textarea:active {
        border-color: #bfbfbf; }
      div.popup > div.inner input[type="text"]:focus,
      div.popup > div.inner input[type="email"]:focus,
      div.popup > div.inner select:focus,
      div.popup > div.inner textarea:focus {
        border-color: #d9d9d9; }
      div.popup > div.inner input[type="text"].error,
      div.popup > div.inner input[type="email"].error,
      div.popup > div.inner select.error,
      div.popup > div.inner textarea.error {
        border-color: #d00020; }
      div.popup > div.inner input[type="text"]::placeholder,
      div.popup > div.inner input[type="email"]::placeholder,
      div.popup > div.inner select::placeholder,
      div.popup > div.inner textarea::placeholder {
        color: #C1C1C1; }
    div.popup > div.inner textarea {
      height: 150px; }
    div.popup > div.inner .options {
      border: 1px solid #26C4F7;
      border-radius: 4px;
      padding: 12px 12px;
      margin: 0 0 20px 0; }
      div.popup > div.inner .options h4 {
        margin: 0 0 12px 0;
        font-weight: 600;
        font-size: 16px; }
      div.popup > div.inner .options label {
        display: block; }
    div.popup > div.inner label.error {
      font-size: 12px;
      padding: 3px 0;
      color: #d00020;
      display: block;
      margin: -15px 0 15px 0; }
    div.popup > div.inner span.note {
      display: block;
      color: #26C4F7;
      font-size: 12px;
      margin: -10px 0 10px 0; }
    div.popup > div.inner .form-message {
      border-radius: 4px;
      font-size: 14px;
      line-height: 20px;
      margin: 0 0 15px 0;
      padding: 10px 12px; }
      div.popup > div.inner .form-message.success {
        background: #e8f8e8;
        color: #176b17; }
      div.popup > div.inner .form-message.error {
        background: #fff0f2;
        color: #d00020; }
    div.popup > div.inner div.buttons {
      text-align: center;
      padding: 30px 0 0 0; }
    div.popup > div.inner input[type="submit"],
    div.popup > div.inner button[type="submit"] {
      margin: 0 auto;
      text-align: center;
      border: 0; }
      div.popup > div.inner input[type="submit"]:disabled,
      div.popup > div.inner button[type="submit"]:disabled {
        cursor: default;
        opacity: 0.65; }

#contactuspopup,
#contactus-supportpopup {
  width: 750px; }

body > .contactus {
  position: fixed;
  right: 0;
  top: 500px;
  width: 40px;
  height: 40px;
  text-indent: -3000px;
  overflow: hidden;
  background: #00d000 url(../imgs/icons/contactus.svg) no-repeat 50% 50%;
  transition: background-color 0.3s;
  cursor: pointer;
  z-index: 10; }
  body > .contactus:hover {
    background-color: #009d00; }
  @media (max-width: 767px) {
    body > .contactus {
      display: none; } }

#contactusfrm {
  background: #f0fff0;
  padding: 40px 60px; }
  #contactusfrm p {
    margin: 0 0 28px 0; }
  #contactusfrm input[type="submit"] {
    margin-top: 40px; }
  @media (min-width: 768px) {
    #contactusfrm textarea {
      height: calc(100% - 15px); } }

a.video {
  position: relative;
  display: block; }
  a.video:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -27px 0 0 -27px;
    width: 54px;
    height: 54px;
    background-image: url(../imgs/icons/play.svg);
    opacity: 0.75;
    transition: opacity 0.3s; }
  a.video:hover:after {
    opacity: 1; }

#faq > div.inner h1 {
  font-size: 30px;
  margin: 0 0 30px 0; }
#faq > div.inner ul {
  list-style: none; }
  #faq > div.inner ul > li {
    margin: 0 0 20px 0; }
    #faq > div.inner ul > li h3 {
      text-align: left;
      color: #009d00;
      cursor: pointer;
      font-size: 16px;
      margin: 0; }
      #faq > div.inner ul > li h3 + p {
        display: none; }
      #faq > div.inner ul > li h3.active + p {
        display: block; }
    #faq > div.inner ul > li p {
      margin: 10px 0 0 0;
      background: #f0fff0;
      padding: 12px;
      border-radius: 8px; }

#cooperation > div.inner h1 {
  font-size: 30px;
  margin: 0 0 30px 0; }

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