.staff {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex; }

html {
  background: #2b2b40; }

html, body {
  margin: 0;
  padding: 0; }

body {
  font-family: 'Roboto Slab', serif; }

a {
  color: #00a4ca;
  text-decoration: none; }

a:hover {
  text-decoration: underline; }

img {
  max-width: 100%; }

h1 strong, h2 strong {
  font-weight: 700; }

h1 {
  font-weight: 300;
  font-size: 3.8em;
  margin: 0; }

h2 {
  font-weight: 300;
  font-size: 3em;
  margin: 0 0 30px 0;
  line-height: 1.2em; }

h3 {
  margin: 20px 0 10px 0; }

h2 a {
  color: #000; }
  h2 a:hover {
    text-decoration: none; }

p, address, ul {
  font-size: 1.38em;
  margin-bottom: 20px;
  font-weight: 300;
  line-height: 1.6em;
  font-family: 'Open Sans', sans-serif; }

.hero {
  color: #ffffff;
  text-align: center;
  height: 100vh;
  min-height: 550px;
  background-color: #333;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
  background-blend-mode: normal, overlay; }
  .hero:before {
    content: "";
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.65) 0, rgba(0, 0, 0, 0) 100%);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 300px; }
  .hero p {
    color: #fff; }
  .hero .inner-hero {
    display: flex;
    align-items: center;
    height: 100%; }
  .hero .hero-text-container {
    text-align: left; }
    .hero .hero-text-container h1, .hero .hero-text-container h2, .hero .hero-text-container p, .hero .hero-text-container .button {
      text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.8); }
  .hero .hero-text-right {
    position: absolute;
    right: 0; }

.image {
  text-align: center; }

.bottom-cta {
  text-align: center; }
  .bottom-cta h2 {
    margin-bottom: 12px; }

@media (min-width: 768px) {
  .flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    flex-direction: row; }
    .flex .text, .flex .image {
      -webkit-flex: 1;
      flex: 1;
      padding: 0 20px; }

  .content section:nth-child(even) .flex {
    flex-direction: row-reverse; } }
.container,
.text-container {
  margin: 0 auto;
  position: relative;
  padding: 0 20px; }

.text-container {
  max-width: 750px; }

.container {
  max-width: 1140px; }

.dark-logo {
  display: none; }

section {
  background: #fff; }

.pad {
  padding: 60px 0; }

header {
  color: #fff;
  padding: 15px 0;
  position: fixed;
  width: 100%;
  z-index: 9999;
  line-height: 0; }
  header .container {
    line-height: 0; }
  header.header-background {
    background-color: rgba(255, 255, 255, 0.95);
    color: #333;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
    transition: background-color 0.2s ease;
    text-shadow: none; }
    header.header-background a {
      color: #333; }
      @media (min-width: 620px) {
        header.header-background a:hover {
          border-bottom-color: #f8d540;
          border-bottom-width: 5px; } }
      header.header-background a:last-child:hover {
        border-bottom-color: green;
        border-bottom-width: 0px; }
    header.header-background .dark-logo {
      display: inline; }
    header.header-background .light-logo {
      display: none; }
  header a {
    color: #fff;
    text-decoration: none;
    z-index: 1;
    position: relative;
    display: block; }
    @media (min-width: 620px) {
      header a {
        height: 100%; } }
    header a span {
      display: block;
      height: 100%; }
    header a:hover {
      text-decoration: none;
      border-bottom-color: #f8d540;
      border-bottom-width: 5px; }
    header a:last-child:hover {
      text-decoration: none;
      border-bottom-color: #f8d540;
      border-bottom-width: 0px; }
    header a:nth-last-child(2):hover {
      text-decoration: none;
      border-bottom-color: #f8d540;
      border-bottom-width: 0px; }
  header .company-name {
    font-size: 1.7em;
    display: inline-block; }
    header .company-name img {
      height: 30px;
      width: auto; }

.content {
  background: #fff; }

.info img {
  max-height: 650px; }

.info {
  padding: 0 0 100px 0; }
  .info:first-child {
    padding-top: 100px; }

.subtext {
  margin-top: 10px; }

.cta {
  margin: 25px 0 0 0; }

.page h2 {
  text-align: center; }

blockquote {
  padding: 18px 25px;
  margin: 0;
  quotes: "\201C" "\201D" "\2018" "\2019";
  font-style: italic; }
  blockquote cite {
    display: block;
    font-weight: bold;
    margin: 10px 0 0 0; }
  blockquote p {
    display: inline; }

blockquote:before {
  color: #ccc;
  content: open-quote;
  font-size: 4em;
  line-height: 0.1em;
  margin-right: 0.25em;
  vertical-align: -0.4em; }

.square-image {
  width: 200px;
  height: 200px;
  background-size: cover;
  background-repeat: no-repeat;
  margin: 0 auto; }

.page {
  margin-bottom: 0;
  padding-bottom: 80px; }

.center-text {
  text-align: center; }

.learn-more {
  position: absolute;
  left: 0;
  bottom: 30px;
  text-align: center;
  font-size: 1.4em;
  width: 100%; }
  .learn-more a {
    text-decoration: none;
    color: #fff;
    opacity: 0.9; }
    .learn-more a:hover {
      opacity: 1; }
  .learn-more .arrow {
    font-size: 0.6em; }

.editor-link {
  display: none;
  margin-top: 0;
  padding-top: 30px; }
  .editor-link .btn {
    border: 0;
    border-radius: 2px;
    width: 100%;
    max-width: 500px;
    box-sizing: border-box;
    font-size: 2rem;
    text-decoration: none;
    padding: 10px 15px;
    margin: 0;
    font-size: 18px;
    cursor: pointer;
    background-color: #f7e064;
    color: #333;
    box-shadow: 1px 1px 5px 0 rgba(0, 0, 0, 0.2); }
    .editor-link .btn:hover {
      background-color: #f4d525;
      color: #333; }

.cms-editor-active .editor-link {
  display: block; }

.staff {
  padding: 0;
  margin: 0;
  list-style: none;
  -webkit-flex-flow: wrap;
  -moz-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  text-align: center; }
  .staff li {
    padding: 30px 20px;
    box-sizing: border-box;
    width: 100%; }
    @media (min-width: 450px) {
      .staff li {
        -webkit-box-flex: 1;
        -webkit-flex: 1 1 50%;
        -moz-box-flex: 1;
        -moz-flex: 1 1 50%;
        -ms-flex: 1 1 50%;
        flex: 1 1 50%; } }
    @media (min-width: 768px) {
      .staff li {
        -webkit-box-flex: 1;
        -webkit-flex: 1 1 33%;
        -moz-box-flex: 1;
        -moz-flex: 1 1 33%;
        -ms-flex: 1 1 33%;
        flex: 1 1 33%; } }
  .staff .name {
    margin-top: 20px; }
  .staff .position {
    color: #666;
    font-size: .8em; }

.map {
  width: 100%;
  height: 440px; }

.contact-box {
  margin: 0 auto; }
  .contact-box form {
    width: 100%; }
  .contact-box p {
    margin: 0; }
  .contact-box .contact-details {
    font-size: .9em; }

.contact-us-header {
  color: white; }

.contact-box-custom {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  max-width: 1069px; }

.contact-item {
  margin: 20px 0 46px 0px; }

.blog-posts {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 1em; }
  .blog-posts li {
    padding: 50px 0; }
  .blog-posts .blog-post {
    padding: 18px 0; }
    .blog-posts .blog-post:first-child {
      padding-top: 50px; }
    .blog-posts .blog-post .post-details {
      padding-top: 15px; }

.blog-post .author {
  padding: 30px 0 0 0;
  border: 1px solid #eee;
  margin: 30px 0;
  font-size: .8em; }
  .blog-post .author .square-image {
    width: 125px;
    height: 125px; }
  .blog-post .author .blurb {
    text-align: center; }
.blog-post h3 {
  margin: 0; }
  .blog-post h3 a {
    color: #000;
    text-decoration: none;
    font-weight: normal;
    font-size: 1.3em; }
.blog-post h2 {
  text-align: left;
  font-size: 2.6em;
  margin: 0; }
.blog-post .post-details {
  border-bottom: 1px solid #eee;
  font-size: .9em;
  margin: 0;
  padding: 40px 0 0 0; }
  .blog-post .post-details .blog-filter {
    display: inline-block;
    text-align: left; }
    .blog-post .post-details .blog-filter a {
      position: relative;
      top: -5px; }
  .blog-post .post-details a {
    text-decoration: none; }
  .blog-post .post-details .post-date {
    float: right; }
  .blog-post .post-details:after {
    content: "";
    display: table;
    clear: both; }
.blog-post .post-content {
  padding: 0 0 40px 0; }
  .blog-post .post-content .button {
    margin: 30px 0 0 0; }

.pagination {
  text-align: center; }

.blog-filter {
  text-align: center; }
  .blog-filter a {
    background: #eee;
    padding: 3px 5px;
    font-size: .8em;
    border-radius: 5px;
    color: #888;
    transition: .2s ease-in-out; }
    .blog-filter a:hover {
      color: #555;
      text-decoration: none; }

.blog-filter.cross a {
  padding-right: 8px; }
  .blog-filter.cross a:after {
    content: "x";
    font-size: .5em;
    position: relative;
    bottom: 4px;
    right: -3px; }

.change-category {
  margin: 0;
  padding: 30px 0; }

.blog-navigation {
  font-size: 14px;
  display: block;
  width: auto;
  overflow: hidden; }
  .blog-navigation a {
    display: block;
    width: 50%;
    float: left;
    margin: 1em 0; }
  .blog-navigation .next {
    text-align: right; }

.pagination {
  padding: 30px; }

.button a, input[type=submit] {
  color: #6ba1f3;
  text-decoration: none;
  border: 2px solid #6ba1f3;
  transition: .2s ease-in-out;
  display: inline-block;
  padding: 16px 50px;
  background: #fff; }

.button a:hover, input[type=submit]:hover {
  background: #6ba1f3;
  color: #fff;
  cursor: pointer; }

.button.alt a {
  background: rgba(255, 255, 255, 0);
  border: 2px solid white;
  color: #fff; }

.button.alt a:hover {
  background: #fff;
  color: black;
  text-shadow: none; }

textarea, input, button, select {
  font-family: inherit;
  font-size: inherit; }

input[type=submit] {
  margin: 20px 0 0 0; }

label, input, textarea {
  display: block;
  width: 100%;
  box-sizing: border-box; }

textarea {
  resize: vertical;
  height: 150px; }

label {
  margin: 20px 0 5px 0;
  font-weight: bold; }

input, textarea {
  padding: 10px;
  font-size: 1em; }

input, textarea {
  -webkit-transition: all 0.30s ease-in-out;
  -moz-transition: all 0.30s ease-in-out;
  -ms-transition: all 0.30s ease-in-out;
  -o-transition: all 0.30s ease-in-out;
  outline: none;
  border: 1px solid #DDDDDD; }

input[type=text]:focus, input[type=email]:focus, input[type=password]:focus, textarea:focus {
  box-shadow: 0 0 5px #51cbee;
  border: 1px solid #51cbee; }

.nav-open nav {
  border-bottom: 1px dotted rgba(255, 255, 255, 0.2);
  padding: 10px 0; }
  .nav-open nav a {
    display: block;
    padding: 30px 0; }
  @media (min-width: 620px) {
    .nav-open nav {
      border: 0;
      padding: 0 20px; }
      .nav-open nav a {
        display: inline; } }

nav {
  text-transform: uppercase;
  font-size: 0.8em;
  width: 100%;
  position: relative;
  top: -7px;
  text-shadow: none; }
  @media (min-width: 620px) {
    nav {
      padding: 0 20px;
      display: inline; } }
  nav a {
    margin: 0 3px;
    padding: 14px 10px;
    border: 0;
    display: none; }
    @media (min-width: 620px) {
      nav a {
        display: inline;
        border-bottom: 1px solid rgba(255, 255, 255, 0);
        color: rgba(255, 255, 255, 0.8); } }
    nav a.nav-toggle {
      display: inline;
      position: absolute;
      right: 10px;
      top: -7px;
      font-size: 1.9em;
      border: 0;
      text-shadow: 0;
      padding: 0 !important; }
      @media (min-width: 620px) {
        nav a.nav-toggle {
          display: none; } }
      nav a.nav-toggle:hover {
        border: 0; }
  nav a.active {
    border-bottom: 5px solid #ffa74d; }

footer {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  padding: 0 60px;
  color: #999;
  background: black;
  border-top: solid 2px #ffd416c0; }
  footer a {
    color: #999; }
    footer a:hover {
      color: whitesmoke;
      text-decoration: none; }
    footer a svg {
      fill: #999;
      transition: fill 0.2s ease;
      vertical-align: middle;
      width: 27px;
      height: 27px; }
    footer a:hover svg {
      fill: #3b5998; }
    footer a.twitter-icon:hover svg {
      fill: #55acee; }
    footer a.google-plus-icon:hover svg {
      fill: #db4437; }
    footer a.youtube-icon:hover svg {
      fill: #cd201f; }
    footer a.instagram-icon:hover svg {
      fill: #f167f5; }
    footer a.linkedin-icon:hover svg {
      fill: #0077b5; }
    footer a.pinterest-icon:hover svg {
      fill: #bd081c; }
    footer a.rss-icon:hover svg {
      fill: #f26522; }
    footer a.telegram-icon:hover svg {
      fill: #18a1ea; }
    footer a.phone-icon:hover svg {
      fill: #01d10b; }
  footer p,
  footer ul {
    margin: 0;
    font-size: medium;
    padding: 0;
    text-decoration: none; }
  footer li {
    list-style-type: none;
    margin-bottom: 5px; }

.footer-main {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  flex-direction: row;
  width: 100%; }
  @media only screen and (max-width: 767px) {
    .footer-main {
      flex-direction: column; } }

.footer-block:first-child {
  margin-right: 100px; }
.footer-block:last-child {
  margin-left: auto; }
  @media only screen and (max-width: 767px) {
    .footer-block:last-child {
      margin-left: inherit; } }

.footer-title {
  color: whitesmoke;
  font-weight: normal; }

.footer-copyright {
  text-align: center;
  margin: 0px auto 0px;
  width: 100%; }
  @media only screen and (max-width: 767px) {
    .footer-copyright {
      width: 205px;
      font-size: medium; } }

.footer-link {
  display: inline-block; }
  .footer-link::after {
    content: "";
    display: block;
    width: 0%;
    height: 3px;
    background: #ffd416;
    transition: width 0.3s; }
  .footer-link:hover::after {
    color: whitesmoke;
    width: 100%;
    transition: width 0.3s; }

.copy-right-left {
  font-family: "Roboto Slab", serif;
  font-weight: bold; }

.social-link {
  margin-bottom: 10px; }

.facebook-icon::after {
  display: inline-block;
  content: "@ektoruz";
  font-weight: bold;
  font-size: larger;
  color: white;
  opacity: 0;
  transform: translateX(-10px);
  transition: 0.5s; }
.facebook-icon:hover::after {
  opacity: 1;
  transform: translateX(3px);
  transition: 0.5s; }

.instagram-icon::after {
  display: inline-block;
  content: "@ektor_uz";
  font-weight: bold;
  font-size: larger;
  color: white;
  opacity: 0;
  transform: translateX(-10px);
  transition: 0.5s; }
.instagram-icon:hover::after {
  opacity: 1;
  transform: translateX(3px);
  transition: 0.5s; }

.telegram-icon::after {
  display: inline-block;
  content: "@ektorsystemuz";
  font-weight: bold;
  font-size: larger;
  color: white;
  opacity: 0;
  transform: translateX(-10px);
  transition: 0.5s; }
.telegram-icon:hover::after {
  opacity: 1;
  transform: translateX(3px);
  transition: 0.5s; }

.phone-icon::after {
  display: inline-block;
  content: "(71) 200 02 72";
  font-weight: bold;
  font-size: larger;
  color: white;
  opacity: 0;
  transform: translateX(-10px);
  transition: 0.5s; }
.phone-icon:hover::after {
  opacity: 1;
  transform: translateX(3px);
  transition: 0.5s; }

details {
  min-height: 5px;
  max-width: 843px;
  padding: 45px 70px 45px 45px;
  margin: 0 auto;
  position: relative;
  font-size: 23px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 15px;
  /* box-sizing: border-box; */
  transition: all .3s; }

details + details {
  margin-top: 20px; }

details[open] {
  min-height: 50px;
  background-color: #f6f7f8;
  box-shadow: 2px 2px 20px rgba(0, 0, 0, 0.2); }

details p {
  color: #96999d;
  font-weight: 300;
  font-size: 18px; }

summary {
  font-weight: 500;
  cursor: pointer; }

/* removed outline as for codepen only
  don't remove focus on elements
  it's bad accessibility
  don't be _that_ guy
*/
summary:focus {
  outline: none; }

summary::-webkit-details-marker {
  display: none; }

summary::after {
  padding: 20px;
  position: absolute;
  top: 50%;
  right: 0;
  color: rebeccapurple;
  font-family: "Font Awesome 5 Free";
  font-size: 15px;
  font-style: normal;
  font-variant-caps: normal;
  -webkit-font-variant-ligatures: normal;
  font-variant-ligatures: normal;
  font-weight: 900;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  content: "\f078";
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  transition: .3s ease; }

details[open] summary::after {
  content: "\f057";
  font-size: 30px;
  top: 0;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  transition: .3s ease; }

details[open] summary:hover::after {
  -webkit-animation: pulse 1s ease;
  animation: pulse 1s ease; }

@-webkit-keyframes pulse {
  25% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1); }
  50% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  75% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1); }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1); } }
@keyframes pulse {
  25% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1); }
  50% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  75% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1); }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1); } }
@media (min-width: 401px) and (max-width: 768px) {
  h1 {
    font-size: 2.8em; }

  h2 {
    font-size: 2em; } }
@media only screen and (max-width: 400px) {
  h1 {
    font-size: 1.8em; }

  h2 {
    font-size: 1em; } }
.svg-black {
  fill: black; }

.usage_area-title {
  text-align: center; }
  @media (min-width: 1440px) and (max-width: 1920px) {
    .usage_area-title {
      margin-bottom: 169px; } }

.usage_areas {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0px 0px 0px 0px; }
  @media (min-width: 1440px) and (max-width: 1920px) {
    .usage_areas {
      margin: 0px; } }

.usage_area_text {
  font-size: small;
  font-weight: bold;
  text-align: center;
  margin: 0; }
  @media (min-width: 1440px) and (max-width: 1920px) {
    .usage_area_text {
      font-size: larger; } }

.usage_item {
  box-shadow: 0px 0px 0px 0px yellow;
  border-radius: 0px;
  padding: 5px;
  transition: 0.5s;
  -moz-transition: 0.5s linear;
  /* Firefox 4 */
  -webkit-transition: 0.5s linear;
  /* Safari and Chrome */
  -o-transition: 0.5s linear;
  /* Opera */
  -ms-transition: 0.5s linear;
  /* Explorer 10 */
  cursor: pointer; }
  @media (min-width: 1440px) and (max-width: 1920px) {
    .usage_item {
      margin-right: 65px;
      margin-bottom: 18px; } }
  .usage_item:hover {
    box-shadow: 0px 0px 0px 5px yellow;
    border-radius: 33px 33px 22px 0px;
    transition: 0.5s;
    -moz-transition: 0.5s linear;
    /* Firefox 4 */
    -webkit-transition: 0.5s linear;
    /* Safari and Chrome */
    -o-transition: 0.5s linear;
    /* Opera */
    -ms-transition: 0.5s linear;
    /* Explorer 10 */ }

.underline-wavy {
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-color: yellow; }

.price_down_there {
  font-size: xx-large;
  color: white;
  transition: color 0.3s; }

.price_down_there:hover {
  color: yellow; }

.svg-razmer {
  shape-rendering: geometricPrecision;
  text-rendering: geometricPrecision;
  image-rendering: optimizeQuality;
  fill-rule: evenodd;
  clip-rule: evenodd;
  enable-background: new 0 0 442.17 442.17;
  width: 170px; }
  @media screen and (max-width: 768px) {
    .svg-razmer {
      width: 111px; } }

@media (min-width: 1440px) and (max-width: 1920px) {
  .oblast-container {
    max-width: 1678px; } }
@media screen and (max-width: 768px) {
  .hero-custom {
    flex-direction: column;
    justify-content: center;
    flex-wrap: wrap; }

  .hero-text-container {
    padding-left: 21px; }

  .hero-image {
    height: auto;
    width: 84%;
    margin: 0 auto; }

  .learn-more {
    display: none; } }
@media (min-width: 769px) and (max-width: 1024px) {
  .hero-custom {
    justify-content: space-around;
    padding: 0px 13px; }

  .hero-image {
    height: auto;
    width: 49%; }

  .navigation-container {
    max-width: 924px; } }
@media (min-width: 1025px) and (max-width: 1440px) {
  .hero-custom {
    justify-content: space-around;
    padding: 0px 13px; }

  .hero-image {
    height: auto;
    width: 49%; }

  .navigation-container {
    max-width: 1340px; }

  .characteristics-container ul {
    font-size: 18px; } }
@media (min-width: 1440px) and (max-width: 1920px) {
  .hero-custom {
    justify-content: space-around;
    padding: 0px 130px; }

  .hero-text-container {
    padding-left: 12px; }

  .hero-image {
    height: auto;
    width: 36%; }

  .navigation-container {
    max-width: 1620px; }

  .characteristics-container {
    max-width: 1620px; } }
.video-container {
  max-width: 720px; }

.tel {
  float: right;
  font-size: large; }

.order-button {
  float: right;
  background-color: #f8d540;
  text-align: center;
  font-weight: bold;
  color: black;
  transition: all 0.3s; }
  .order-button:hover {
    box-shadow: 0px 1px 6px 1px gray;
    transition: all 0.3s; }

.order-right-now-text {
  animation: neon-hover 0.8s ease-in-out infinite alternate; }

@keyframes neon {
  from {
    text-shadow: 0 0 6px rgba(202, 228, 225, 0.92), 0 0 30px rgba(202, 228, 225, 0.34), 0 0 12px rgba(30, 132, 242, 0.52), 0 0 21px rgba(30, 132, 242, 0.92), 0 0 34px rgba(30, 132, 242, 0.78), 0 0 54px rgba(30, 132, 242, 0.92); }
  to {
    text-shadow: 0 0 6px rgba(202, 228, 225, 0.98), 0 0 30px rgba(202, 228, 225, 0.42), 0 0 12px rgba(30, 132, 242, 0.58), 0 0 22px rgba(30, 132, 242, 0.84), 0 0 38px rgba(30, 132, 242, 0.88), 0 0 60px #1e84f2; } }
@keyframes neon-hover {
  from {
    text-shadow: 0 0 6px rgba(202, 228, 225, 0.92), 0 0 30px rgba(202, 228, 225, 0.34), 0 0 12px rgba(210, 242, 30, 0.52), 0 0 21px rgba(228, 242, 30, 0.92), 0 0 34px rgba(210, 242, 30, 0.78), 0 0 54px rgba(168, 242, 30, 0.92); }
  to {
    text-shadow: 0 0 6px rgba(202, 228, 225, 0.98), 0 0 30px rgba(202, 228, 225, 0.42), 0 0 12px rgba(30, 132, 242, 0.58), 0 0 22px rgba(30, 132, 242, 0.84), 0 0 38px rgba(30, 132, 242, 0.88), 0 0 60px #1e84f2; } }
.order-right-now-btn {
  max-width: 188px;
  animation: btn-neon 3s ease-in-out infinite alternate; }

.order-right-now-btn:hover {
  color: black;
  animation: btn-neon-hover 0.8s ease-in-out infinite alternate; }

@keyframes btn-neon {
  from {
    box-shadow: 0 0 6px rgba(202, 228, 225, 0.92), 0 0 30px rgba(202, 228, 225, 0.34), 0 0 12px rgba(30, 132, 242, 0.52), 0 0 21px rgba(30, 132, 242, 0.92), 0 0 34px rgba(30, 132, 242, 0.78), 0 0 54px rgba(30, 132, 242, 0.92); }
  to {
    box-shadow: 0 0 6px rgba(202, 228, 225, 0.98), 0 0 30px rgba(202, 228, 225, 0.42), 0 0 12px rgba(30, 132, 242, 0.58), 0 0 22px rgba(30, 132, 242, 0.84), 0 0 38px rgba(30, 132, 242, 0.88), 0 0 60px #1e84f2; } }
@keyframes btn-neon-hover {
  from {
    box-shadow: 0 0 6px rgba(202, 228, 225, 0.92), 0 0 30px rgba(202, 228, 225, 0.34), 0 0 12px rgba(210, 242, 30, 0.52), 0 0 21px rgba(228, 242, 30, 0.92), 0 0 34px rgba(210, 242, 30, 0.78), 0 0 54px rgba(168, 242, 30, 0.92); }
  to {
    box-shadow: 0 0 6px rgba(202, 228, 225, 0.98), 0 0 30px rgba(202, 228, 225, 0.42), 0 0 12px rgba(203, 242, 30, 0.58), 0 0 22px rgba(185, 242, 30, 0.84), 0 0 38px rgba(185, 242, 30, 0.88), 0 0 60px #cbf21e; } }
#lightgallery a img {
  max-width: 33%; }
  @media (min-width: 1440px) and (max-width: 1920px) {
    #lightgallery a img {
      max-width: 29%;
      /* margin: 0px 0px 41px 0px; */
      padding: 49px 14px; } }

.tablitsa-hero {
  display: flex;
  align-items: center;
  flex-direction: row;
  padding: 0px 0px 26px 0px; }

.tablitsa-title {
  color: whitesmoke;
  font-size: xx-large;
  font-weight: bold;
  text-align: center;
  padding: 100px 0px 30px 0px; }

@media (min-width: 1439px) and (max-width: 1920px) {
  .scontainer {
    display: flex;
    align-items: baseline;
    justify-content: flex-start;
    max-width: 1440px; }

  nav {
    padding-right: 69px;
    font-size: 20px; } }
/* The Modal (background) */
.modal {
  display: none;
  /* Hidden by default */
  position: fixed;
  /* Stay in place */
  z-index: 100;
  /* Sit on top */
  left: 0;
  top: 0;
  width: 100%;
  /* Full width */
  height: 100%;
  /* Full height */
  overflow: hidden;
  /* Enable scroll if needed */
  background-color: black;
  /* Fallback color */
  background-color: rgba(0, 0, 0, 0.4);
  /* Black w/ opacity */ }

/* Modal Content/Box */
.modal-content {
  background-color: #fefefe;
  margin: 15% auto;
  /* 15% from the top and centered */
  padding: 20px;
  border: 1px solid #888;
  width: 50%;
  /* Could be more or less, depending on screen size */
  animation-name: animatetop;
  animation-duration: 0.4s; }

/* Add Animation */
@keyframes animatetop {
  from {
    top: -300px;
    opacity: 0; }
  to {
    top: 0;
    opacity: 1; } }
/* The Close Button */
.close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold; }

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer; }

.modal-header {
  color: black;
  text-align: center;
  vertical-align: middle;
  border-bottom: solid 1px yellow; }

.modal-body {
  padding: 2px 16px; }

.hbtn {
  position: relative;
  box-sizing: border-box;
  display: inline-block;
  overflow: hidden;
  padding: 8px 20px;
  margin: 0px 3px 6px;
  text-align: center;
  border: 2px solid black;
  text-decoration: none;
  color: black;
  white-space: nowrap;
  z-index: 0; }
  @media screen and (max-width: 768px) {
    .hbtn {
      max-width: 100%;
      font-size: smaller; } }

.hbtn i {
  padding-right: 8px; }

.hb-fill-top-bg-br::before {
  position: absolute;
  content: "";
  background: yellow;
  transition-duration: 0.3s;
  z-index: -1;
  top: auto;
  right: auto;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 0px;
  opacity: 1;
  border: 2px solid yellow; }

.hb-fill-top-bg-br:hover::before {
  width: 100%;
  height: 100%;
  opacity: 1; }

.hb-fill-top-bg-br:hover {
  color: black;
  background: yellow;
  transition: all 0.3s ease 0s; }
