@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
html {
  height: 100%;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
body {
  position: relative;
  font-family: 'Segoe UI', Tahoma, sans-serif;
  font-size: 13px;
  color: #101010;
  min-height: 100%;
}
body.freeze {
  height: 100vh;
  overflow-y: hidden;
}
body.freeze #wrapper {
  position: relative;
  overflow-y: scroll;
}
#wrapper {
  overflow: hidden;
  margin: 0 auto;
  min-height: 100%;
  height: 100%;
  height: auto !important;
  padding-bottom: 184px;
}
main {
  width: auto;
  margin: 0 auto;
  position: relative;
}
h1 {
  font-size: 42px;
  font-family: 'Segoe UI Light', 'Segoe UI', Tahoma, sans-serif;
  font-weight: normal;
  color: #0d0d0d;
  margin-bottom: 25px;
}
@media only screen and (min-width: 361px) and (max-width: 480px), only screen and (max-width: 360px) {
  h1 {
    font-size: 30px;
  }
}
h2 {
  font-size: 36px;
  font-family: 'Segoe UI Light', 'Segoe UI', Tahoma, sans-serif;
  font-weight: normal;
  color: #171717;
  margin-bottom: 20px;
}
@media only screen and (min-width: 361px) and (max-width: 480px) {
  h2 {
    font-size: 28px;
  }
}
@media only screen and (max-width: 360px) {
  h2 {
    font-size: 24px;
  }
}
h3 {
  font-size: 30px;
  font-family: 'Segoe UI Light', 'Segoe UI', Tahoma, sans-serif;
  font-weight: normal;
  color: #171717;
  margin-bottom: 20px;
}
a {
  color: #ff6700;
  text-decoration: underline;
}
a:hover {
  text-decoration: none;
}
a:focus {
  outline: none;
}
h1 {
  margin-bottom: 5px;
}
img {
  border: none;
  max-width: 100%;
  max-height: 100%;
}
.b {
  font-weight: bold;
}
.i {
  font-style: italic;
}
.red {
  color: #d50004;
}
.orange {
  color: #ff6700;
}
.bg-red {
  background-color: #d50004;
}
.bg-orange {
  background-color: #ff6700;
}
input,
select,
textarea {
  font-family: 'Segoe UI', Tahoma, sans-serif;
  font-size: 13px;
  color: #101010;
  border: 1px solid #f5f5f5;
}
input {
  display: inline-block;
  vertical-align: baseline;
  width: 300px;
  height: 47px;
  max-width: 100%;
  line-height: 47px;
  background-color: #f5f5f5;
  border: 1px solid #f5f5f5;
  padding: 0 15px;
  color: #7a7a7a;
  transition: all linear 0.3s;
}
input:focus {
  border-color: #ff6700;
  transition: all linear 0.2s;
}
input:invalid {
  box-shadow: none;
}
textarea {
  background-color: #f5f5f5;
  border: 1px solid #f5f5f5;
}
input[type="text"].error,
input[type="email"].error,
textarea.error,
select.error {
  background-color: #fff0f0;
}
input[type="text"].error + span.error,
input[type="email"].error + span.error,
textarea.error + span.error,
select.error + span.error {
  display: block;
}
input[type="text"] + span.error,
input[type="email"] + span.error,
textarea + span.error,
select + span.error {
  display: none;
}
button,
.button {
  text-decoration: none;
  text-align: center;
  display: inline-block;
  vertical-align: baseline;
  width: 200px;
  height: 47px;
  line-height: 47px;
  background-color: #ff6700;
  border: 1px solid #ff6700;
  padding: 0 15px;
  color: #ffffff;
  font-size: 13px;
  cursor: pointer;
  transition: all linear 0.3s;
}
button:hover,
.button:hover {
  transition: all linear 0.2s;
  color: #ff6700;
  background-color: #ffffff;
}
#sPath {
  display: block;
  margin: 10px auto 20px;
  padding: 0;
  font-size: 12px;
  color: #838383;
}
@media only screen and (min-width: 1200px) {
  #sPath {
    width: 1200px;
  }
}
#sPath a {
  color: #838383;
  text-decoration: none;
}
#sPath a:hover {
  color: #ff6700;
  text-decoration: underline;
}
p.announce {
  border-left: 6px solid #ee995d;
  padding: 25px;
  background-color: #f0f0f0;
  color: #575757;
  font-size: 14px;
}
@media only screen and (min-width: 361px) and (max-width: 480px), only screen and (max-width: 360px) {
  p.announce {
    padding: 25px;
    font-size: 13px;
  }
}
#sectionText {
  width: auto;
  margin: auto;
  padding: 35px 10px 35px;
  font-size: 14px;
}
@media only screen and (min-width: 1200px) {
  #sectionText {
    width: 1180px;
    margin-left: auto;
    margin-right: auto;
    padding: 35px 0 35px;
  }
}
#sectionText img, #sectionText figure {
  display: block;
  margin: 10px 15px 15px 0;
  box-shadow: 1px 1px 1px 0px rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 0.94em;
  -moz-border-radius: 0.94em;
  border-radius: 0.94em;
}

#sectionText figure img {
  margin: 0;
}

#sectionText p {
  margin-bottom: 15px;
}
#sectionText ul,
#sectionText ol {
  display: flow-root; 
  vertical-align: top;
  padding: 0;
  margin: 0 0 30px;
}
#sectionText ul li,
#sectionText ol li {
  padding: 0 ;
  margin-bottom: 10px;
  list-style-position: inside;
}
#sectionText ul ul,
#sectionText ol ul,
#sectionText ul ol,
#sectionText ol ol {
  margin: 10px 0 5px 0;
}
#sectionText ul li {
  list-style-type: none;
  position: relative;
  padding-left: 20px;
}
#sectionText ul li:before {
  content: "";
  width: 16px;
  height: 16px;
  position: absolute;
  top: 3px;
  z-index: 10;
  left: 0;
  background: transparent url('/assets/img/icons/marker.png') 50% no-repeat;
}
#supportTrigger.none {
  display: none;
}
div[class^="bv-"] {
  margin: 0 0 30px;
  padding: 20px;
  position: relative;
  border-top: 2px solid #0066b3;
  border-bottom: 2px solid #0066b3;
  display: flow-root; 
}
div[class^="bv-"] img {
  display: block;
  margin: auto;
}
div[class^="bv-"] img:first-child {
  float: left;
  max-width: 150px;
  height: auto;
  margin: 0 15px 10px 0;
}
div.bv-red {
  padding-left: 100px;
  border-color: #d72222;
  background: transparent url('/assets/img/icons/attention-red.png') 10px 50% no-repeat;
}
div.bv-yellow {
  padding-left: 100px;
  border-color: #ffa200;
  background: transparent url('/assets/img/icons/attention-yellow.png') 10px 50% no-repeat;
}
div.bv-green {
  padding-left: 100px;
  border-color: #47cf4e;
  background: transparent url('/assets/img/icons/attention-green.png') 10px 50% no-repeat;
}
@keyframes rotate {
  0% {
    transform: rotate(0);
  }
  10% {
    transform: rotate(360deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
header {
  position: relative;
  width: auto;
  height: 125px;
  box-shadow: inset 0 42px #424242;
  font-size: 12px;
  text-align: right;
}
@media only screen and (min-width: 361px) and (max-width: 480px), only screen and (max-width: 360px) {
  header {
    height: 42px;
  }
}
@media only screen and (min-width: 361px) and (max-width: 480px), only screen and (max-width: 360px) {
  header:before {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 800;
    height: 42px;
    box-shadow: inset 0 2px #ff6700, inset 0 42px #424242, 0 0 2px 3px rgba(0, 0, 0, 0.3);
  }
}
header address {
  display: inline-block;
  vertical-align: middle;
  color: #cfcfcf;
  font-style: normal;
  line-height: 42px;
  margin-left: 15px;
}
@media only screen and (min-width: 1200px) {
  header address {
    display: block;
    position: absolute;
    top: 0;
    right: 50%;
    margin-right: -300px;
  }
}
@media only screen and (min-width: 640px) and (max-width: 799px), only screen and (min-width: 481px) and (max-width: 639px), only screen and (min-width: 361px) and (max-width: 480px), only screen and (max-width: 360px) {
  header address {
    display: none;
  }
}
header a[href="#callme"] {
  display: inline-block;
  vertical-align: middle;
  color: #cfcfcf;
  font-style: normal;
  text-decoration: none;
  height: 24px;
  line-height: 24px;
  top: 9px;
  border-bottom: 1px dotted;
  transition: color linear 0.4s;
  margin: 0 10px 0 15px;
}
@media only screen and (min-width: 1200px) {
  header a[href="#callme"] {
    display: block;
    position: absolute;
    right: 50%;
    margin-right: -580px;
  }
}
@media only screen and (min-width: 640px) and (max-width: 799px), only screen and (min-width: 481px) and (max-width: 639px), only screen and (min-width: 361px) and (max-width: 480px) {
  header a[href="#callme"] {
    margin-right: 65px;
  }
}
@media only screen and (min-width: 481px) and (max-width: 639px) {
  header a[href="#callme"] {
    font-size: 0;
    width: 40px;
    height: 40px;
    background: transparent url("../svg/phone.white.svg") 50% 50% no-repeat;
    background-size: 25px;
    border-bottom: none;
  }
}
@media only screen and (min-width: 361px) and (max-width: 480px), only screen and (max-width: 360px) {
  header a[href="#callme"] {
    display: none;
  }
}
header a[href="#callme"]:hover {
  transition: color linear 0.4s;
  color: #ff6700;
}
header a[href^="tel"] {
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: bold;
  text-decoration: none;
  height: 42px;
  line-height: 41px;
  margin-left: 15px;
  transition: color linear 0.4s;
}
@media only screen and (min-width: 1200px) {
  header a[href^="tel"] {
    display: block;
    position: absolute;
    top: 0;
    right: 50%;
    margin-right: -455px;
  }
}
@media only screen and (min-width: 361px) and (max-width: 480px), only screen and (max-width: 360px) {
  header a[href^="tel"] {
    position: fixed;
    z-index: 805;
    top: 0;
    right: 10px;
    font-size: 0;
    width: 40px;
    height: 40px;
    background: transparent url("../svg/phone.white.svg") 50% 50% no-repeat;
    background-size: 25px;
    border-bottom: none;
    margin: 2px 0 0 0;
  }
}
header a[href^="tel"]:hover {
  transition: color linear 0.4s;
  color: #ff6700;
}
header a[href^="tel"] i {
  font-style: normal;
}
header a[href*="whatsapp"] {
  display: none;
}
@media only screen and (min-width: 361px) and (max-width: 480px), only screen and (max-width: 360px) {
  header a[href*="whatsapp"] {
    display: block;
    width: 34px;
    height: 34px;
    border-radius: 5px;
    box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.4);
    position: fixed;
    z-index: 805;
    right: 10px;
    top: 50px;
    background: transparent url('/assets/img/icons/whatsapp.png') 50% no-repeat;
    background-size: 34px;
    animation: rotate 10s ease-in-out infinite;
  }
}
header a[href*="t.me"] {
  display: none;
}
@media only screen and (min-width: 361px) and (max-width: 480px), only screen and (max-width: 360px) {
  header a[href*="t.me"] {
    display: block;
    width: 34px;
    height: 34px;
    border-radius: 100%;
    box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.4);
    position: fixed;
    z-index: 805;
    right: 10px;
    top: 50px;
    background: transparent url('/assets/img/icons/telegram.png') 50% no-repeat;
    background-size: 34px;
    animation: rotate 10s ease-in-out infinite;
  }
}
header a[href^="viber://"] {
  display: none;
}
@media only screen and (min-width: 361px) and (max-width: 480px), only screen and (max-width: 360px) {
  header a[href^="viber://"] {
    display: block;
    width: 34px;
    height: 34px;
    box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.4);
    border-radius: 4px;
    position: fixed;
    z-index: 805;
    right: 10px;
    top: 130px;
    background: transparent url('/assets/img/icons/viber.png') 50% no-repeat;
    background-size: 34px;
    animation: rotate 10s ease-in-out infinite;
  }
}
#logo {
  position: absolute;
  top: 42px;
  bottom: 0;
  margin: auto 0 auto 10px;
  display: block;
  height: 45px;
}
@media only screen and (min-width: 1200px) {
  #logo {
    left: 50%;
    margin: auto 0 auto -580px;
  }
}
@media only screen and (min-width: 361px) and (max-width: 480px), only screen and (max-width: 360px) {
  #logo {
    display: none;
  }
}
#logo img {
  display: block;
  width: auto;
  height: auto;
}
#sform {
  display: block;
  position: absolute;
  right: 10px;
  top: 42px;
  bottom: 0;
  margin: auto;
  width: 200px;
  height: 40px;
}
@media only screen and (min-width: 1200px) {
  #sform {
    margin: auto -580px auto 0;
    right: 50%;
    width: 250px;
  }
}
@media only screen and (min-width: 640px) and (max-width: 799px), only screen and (min-width: 481px) and (max-width: 639px) {
  #sform {
    top: 0px;
    bottom: 83px;
    width: 40px;
    background: red;
  }
  #sform input,
  #sform button {
    display: none;
  }
}
@media only screen and (min-width: 361px) and (max-width: 480px), only screen and (max-width: 360px) {
  #sform {
    position: fixed;
    z-index: 810;
    height: 2px;
    top: 0;
    left: 10px;
    right: 10px;
    bottom: initial;
    width: auto;
  }
}
#sform input {
  border: none;
  border-bottom: 1px solid #cfcfcf;
  color: #424242;
  padding: 10px 5px;
  font-size: 12px;
  font-weight: bold;
  height: 40px;
  line-height: 40px;
  background: transparent;
}
@media only screen and (min-width: 361px) and (max-width: 480px), only screen and (max-width: 360px) {
  #sform input {
    position: absolute;
    top: 7px;
    bottom: initial;
    max-width: 120px;
    margin: 0;
    background: rgba(255, 255, 255, 0.9);
    background-size: 20px;
    height: 28px;
    line-height: 28px;
    padding: 0 5px;
    border-radius: 2px;
    border: none;
    padding-right: 30px;
    left: 40px;
    right: 10px;
  }
  #sform input + button {
    display: block;
    position: fixed;
    top: 11px;
    left: 175px;
    margin-left: -35px;
    height: 20px;
    bottom: initial;
    z-index: 810;
    background: url("../svg/search.svg") 50% no-repeat;
    background-size: 20px;
    opacity: 0.7;
  }
  #sform input:focus,
  #sform input:valid {
    background-color: #fff;
    left: 0;
    right: 0;
    width: 100%;
    max-width: 100%;
  }
  #sform input:focus + button,
  #sform input:valid + button {
    left: 100%;
    margin-left: -40px;
  }
  #sform input:valid.loading + button {
    background: #ffffff url("../svg/loading.svg") 50% no-repeat;
    background-size: 20px;
  }
  #sform input:invalid {
    border: none;
  }
  #sform input:valid {
    background-image: none;
  }
  #sform input:valid + button {
    background: url("../svg/x.svg") 50% no-repeat;
    background-size: 12px;
  }
}
#sform button {
  position: absolute;
  width: 30px;
  height: 30px;
  border: none;
  background: url("../svg/search.svg") 50% no-repeat;
  background-size: 20px;
  cursor: pointer;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
#sform p.result {
  display: block;
  position: absolute;
  max-height: 380px;
  overflow: hidden;
  overflow-y: auto;
  background: #fff;
  box-shadow: 3px 4px 5px 1px rgba(0, 0, 0, 0.3);
  border: 1px solid #ccc;
  width: 100%;
  margin-top: -1px;
  transition: max-height linear 0.1s;
  z-index: 600;
}
@media only screen and (min-width: 361px) and (max-width: 480px), only screen and (max-width: 360px) {
  #sform p.result {
    margin-top: 35px;
  }
}
#sform p.result:empty {
  max-height: 0;
  box-shadow: none;
  border: none;
}
#sform p.result a {
  display: block;
  line-height: 26px;
  font-size: 12px;
  text-align: left;
  text-decoration: none;
  color: #7a7a7a;
  padding: 0 7px;
}
#sform p.result a + a {
  border-top: 1px solid #ccc;
}
#sform p.result a:hover {
  background-color: #f5f5f5;
}
/* -----------------------------------------------------------------------------

  HAMBURGER ICONS COMPONENT
  
----------------------------------------------------------------------------- */
/**
 * Toggle Switch Globals
 *
 * All switches should take on the class `c-hamburger` as well as their
 * variant that will give them unique properties. This class is an overview
 * class that acts as a reset for all versions of the icon.
 */
.c-hamburger {
  display: block;
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0;
  width: 36px;
  height: 36px;
  font-size: 0;
  text-indent: -9999px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  box-shadow: none;
  border-radius: none;
  border: none;
  cursor: pointer;
  transition: background 0.3s;
}
.c-hamburger:focus {
  outline: none;
}
.c-hamburger span {
  display: block;
  position: absolute;
  top: 16.5px;
  left: 6px;
  right: 6px;
  height: 3px;
  background: #ffffff;
}
.c-hamburger span::before,
.c-hamburger span::after {
  position: absolute;
  display: block;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #ffffff;
  content: "";
}
.c-hamburger span::before {
  top: -8px;
}
.c-hamburger span::after {
  bottom: -8px;
}
/**
 * Style 1
 *
 * Rotating hamburger icon (rot), that simply rotates 90 degrees when activated.
 * Nothing too fancy, simple transition.
 */
.c-hamburger--rot {
  background-color: transparent;
}
.c-hamburger--rot span {
  transition: transform 0.3s;
}
/* active state, i.e. menu open */
.c-hamburger--rot.active {
  background-color: #166888;
}
.c-hamburger--rot.active span {
  transform: rotate(90deg);
}
/**
 * Style 2
 * 
 * Hamburger to "x" (htx). Takes on a hamburger shape, bars slide
 * down to center and transform into an "x".
 */
.c-hamburger--htx {
  background-color: #ff3264;
}
.c-hamburger--htx span {
  transition: background 0s 0.3s;
}
.c-hamburger--htx span::before,
.c-hamburger--htx span::after {
  transition-duration: 0.3s, 0.3s;
  transition-delay: 0.3s, 0s;
}
.c-hamburger--htx span::before {
  transition-property: top, transform;
}
.c-hamburger--htx span::after {
  transition-property: bottom, transform;
}
/* active state, i.e. menu open */
.c-hamburger--htx.active {
  background-color: #cb0032;
}
.c-hamburger--htx.active span {
  background: none;
}
.c-hamburger--htx.active span::before {
  top: 0;
  transform: rotate(45deg);
}
.c-hamburger--htx.active span::after {
  bottom: 0;
  transform: rotate(-45deg);
}
.c-hamburger--htx.active span::before,
.c-hamburger--htx.active span::after {
  transition-delay: 0s, 0.3s;
}
/**
 * Style 3
 *
 * Hamburger to left-arrow (htla). Hamburger menu transforms to a left-pointing
 * arrow. Usually indicates an off canvas menu sliding in from left that
 * will be close on re-click of the icon.
 */
.c-hamburger--htla {
  background-color: transparent;
}
.c-hamburger--htla span {
  transition: transform 0.3s;
}
.c-hamburger--htla span::before {
  transform-origin: top right;
  transition: transform 0.3s, width 0.3s, top 0.3s;
}
.c-hamburger--htla span::after {
  transform-origin: bottom right;
  transition: transform 0.3s, width 0.3s, bottom 0.3s;
}
/* active state, i.e. menu open */
.c-hamburger--htla.active {
  margin-left: 2px;
  background-color: transparent;
}
.c-hamburger--htla.active span {
  height: 2px;
  transform: rotate(180deg);
}
.c-hamburger--htla.active span::before,
.c-hamburger--htla.active span::after {
  width: 50%;
  height: 2px;
}
.c-hamburger--htla.active span::before {
  margin-top: -1px;
  top: 0;
  transform: translateX(15px) translateY(1.5px) rotate(45deg);
}
.c-hamburger--htla.active span::after {
  margin-top: 1px;
  bottom: 0;
  transform: translateX(15px) translateY(-1.5px) rotate(-45deg);
}
/**
 * Style 4
 *
 * Hamburger to right-arrow (htra). Hamburger menu transforms to a
 * right-pointing arrow. Usually indicates an off canvas menu sliding in from 
 * right that will be close on re-click of the icon.
 */
.c-hamburger--htra {
  background-color: #ff9650;
}
.c-hamburger--htra span {
  transition: transform 0.3s;
}
.c-hamburger--htra span::before {
  transform-origin: top left;
  transition: transform 0.3s, width 0.3s, top 0.3s;
}
.c-hamburger--htra span::after {
  transform-origin: bottom left;
  transition: transform 0.3s, width 0.3s, bottom 0.3s;
}
/* active state, i.e. menu open */
.c-hamburger--htra.active {
  background-color: #e95d00;
}
.c-hamburger--htra.active span {
  transform: rotate(180deg);
}
.c-hamburger--htra.active span::before,
.c-hamburger--htra.active span::after {
  width: 50%;
}
.c-hamburger--htra.active span::before {
  top: 0;
  transform: translateX(-3px) translateY(1.5px) rotate(-45deg);
}
.c-hamburger--htra.active span::after {
  bottom: 0;
  transform: translateX(-3px) translateY(-1.5px) rotate(45deg);
}
#mobileMenuIcon {
  display: none;
}
@media only screen and (min-width: 361px) and (max-width: 480px), only screen and (max-width: 360px) {
  #mobileMenuIcon {
    display: block;
    position: fixed;
    z-index: 801;
    top: 2px;
    left: 5px;
  }
}
@media (min-width: 481px) {
  nav p {
    position: absolute;
    top: 0;
    height: 42px;
    line-height: 41px;
  }
  nav p a {
    text-decoration: none;
    color: #fff;
    font-size: 12px;
    padding: 0 10px;
  }
  nav ul {
    display: block;
    height: 45px;
    position: absolute;
    z-index: 300;
    left: 200px;
    top: 42px;
    margin-top: 19px;
    list-style: inside none;
    font-size: 0;
  }
  nav ul > li {
    display: inline-block;
    vertical-align: top;
    position: relative;
    font-size: 13px;
    height: 45px;
    line-height: 44px;
    font-weight: bold;
    text-transform: uppercase;
    min-width: 80px;
  }
  nav ul > li:first-child {
    display: none;
  }
  nav ul > li > a {
    position: relative;
    z-index: 310;
  }
  nav ul > li:hover ol {
    display: block;
  }
  nav ul ol {
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    z-index: 10;
    padding-top: 45px;
    margin-top: -45px;
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.2);
  }
  nav ul ol li {
    display: block;
    background: #fff;
  }
  nav ul ol a {
    height: 30px;
    line-height: 30px;
  }
  nav ul ol a:hover {
    color: #ff6700;
  }
  nav ul a {
    display: block;
    font-weight: bold;
    color: #0d0d0d;
    padding: 0 15px;
    height: 45px;
    line-height: 44px;
    text-decoration: none;
    text-transform: uppercase;
    min-width: 140px;
    overflow: hidden;
  }
  nav ul ul {
    display: none;
  }
}
@media only screen and (min-width: 1200px) {
  nav p {
    left: 50%;
    margin-left: -590px;
  }
  nav ul {
    left: 50%;
    margin-left: -350px;
  }
}
@media only screen and (min-width: 361px) and (max-width: 480px), only screen and (max-width: 360px) {
  nav {
    position: fixed;
    z-index: 799;
    background: #fefefe;
    top: 0;
    left: 0;
    right: 20px;
    bottom: 0;
    min-height: 100vh;
    padding-top: 42px;
    margin-right: 100%;
    overflow-y: auto;
    scroll-behavior: smooth;
    overflow-scrolling: touch;
    -webkit-overflow-scrolling: touch;
    transition: margin-right ease-in 0.2s;
  }
  nav p,
  nav ul,
  nav li,
  nav a {
    display: block;
  }
  nav a[href="#callme"] {
    background: #f5f5f5 url("../img/callmeback.png") 96% 50% no-repeat;
  }
  nav li {
    line-height: 45px;
    font-size: 16px;
  }
  nav li a {
    display: block;
    color: #0d0d0d;
    font-size: 16px;
    font-weight: normal;
    text-transform: initial;
    text-decoration: none;
    padding-left: 15px;
  }
  nav ul > li {
    border-bottom: 1px solid #ccc;
  }
  nav ul > li.active > a {
    background-color: #f5f5f5;
  }
  nav ul > li > a {
    padding-left: 15px;
    text-transform: uppercase;
  }
  nav ol {
    position: relative;
  }
  nav ol:before {
    content: "";
    display: block;
    position: absolute;
    margin-top: -45px;
    right: 0;
    width: 45px;
    height: 45px;
    background: transparent url("../svg/v.svg") 50% no-repeat;
    background-size: 20px ;
    cursor: pointer;
    transform: rotate(-90deg);
    transition: transform linear 0.2s;
  }
  nav ol li {
    padding-left: 25px;
    max-height: 0;
    overflow: hidden;
  }
  nav ol li.active {
    background-color: #f5f5f5;
  }
  nav ol.active:before {
    transform: rotate(0deg);
    transition: transform linear 0.2s;
  }
  nav ol.active li {
    border-top: 1px solid #ccc;
    max-height: 1000px;
    transition: max-height ease-in 0.2s;
  }
  nav p a {
    display: block;
    color: #0d0d0d;
    font-size: 16px;
    font-weight: normal;
    text-transform: initial;
    text-decoration: none;
    padding-left: 15px;
    line-height: 45px;
    border-bottom: 1px solid #ccc;
  }
  nav p a:first-child {
    display: none;
  }
  #mobileMenuIcon.active ~ nav {
    margin-right: 0;
    transition: margin-right ease-in 0.2s;
    box-shadow: 0 0 2px 3px #ccc;
  }
  #mobileMenuIcon.active ~ main {
    max-height: 100%;
    overflow: hidden;
  }
}
footer {
  background: #191819;
  height: 184px;
  width: auto;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  font-size: 0;
  color: #8f8f8f;
  font-weight: normal;
}
footer .title {
  text-transform: uppercase;
  display: block;
  margin-bottom: 5px;
}
footer a {
  display: block;
  clear: both;
  text-decoration: none;
  color: #8f8f8f;
}
footer > div {
  display: inline-block;
  vertical-align: top;
  width: 250px;
  margin-top: 40px;
  margin-left: 10px;
  font-size: 13px;
}
@media only screen and (min-width: 1200px) {
  footer > div {
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -580px;
  }
  footer > div + div {
    margin-left: -200px;
  }
  footer > div + div + div {
    margin-left: 200px ;
  }
}
@media only screen and (min-width: 640px) and (max-width: 799px) {
  footer > div ~ div {
    width: 170px;
  }
}
@media only screen and (min-width: 481px) and (max-width: 639px) {
  footer > div {
    width: 40%;
    margin-left: 0;
    padding-left: 10px;
  }
  footer > div ~ div {
    width: 30%;
    margin-left: 0;
  }
}
@media only screen and (min-width: 361px) and (max-width: 480px), only screen and (max-width: 360px) {
  footer > div {
    width: auto;
    max-width: 49%;
  }
  footer > div:nth-child(2) {
    display: none;
  }
}
#callmeForm {
  display: block;
  position: fixed;
  top: 0;
  right: 0;
  height: 100%;
  width: 335px;
  background: #fff;
  z-index: 1010;
  max-width: 0;
  box-shadow: 0 0 0 0 #000;
  overflow: hidden;
  overflow-y: scroll;
  scroll-behavior: smooth;
  overflow-scrolling: touch;
  -webkit-overflow-scrolling: touch;
  transition: all ease 0.4s;
  background: #e7e7e7;
  line-height: 100vh;
}
#callmeForm.active {
  max-width: 335px;
  transition: all ease 0.4s;
  box-shadow: -2px 0 3px 3px rgba(0, 0, 0, 0.4);
}
#callmeForm div {
  width: 335px;
  padding: 35px 0 35px 35px;
  display: inline-block;
  line-height: normal;
  vertical-align: middle;
}

#callmeForm div.h-captcha {
  padding: 0;
  margin-bottom: 15px;
  scale: 0.8;
  margin-left: -35px;
}

#callmeForm div p {
  margin-bottom: 15px;
}
#callmeForm div input {
  padding: 0 5px;
  display: block;
  height: 30px;
  line-height: 30px;
  width: 90%;
  margin-top: 5px;
  border: 1px solid #ccc;
}
#callmeForm div textarea {
  display: block;
  padding: 0 5px;
  height: 60px;
  line-height: 20px;
  width: 90%;
  margin-top: 5px;
  border: 1px solid #ccc;
}
#callmeForm div span.error {
  color: #ff0000;
}
#callmeForm h3 {
  font-size: 24px;
}
#callmeForm i.close {
  display: block;
  position: absolute;
  top: 15px;
  right: 15px;
  width: 25px;
  height: 25px;
  background: transparent url('/assets/svg/x.svg') 50% no-repeat;
  cursor: pointer;
  background-size: 15px;
}
#fotoView:before {
  content: "";
  display: none;
  position: fixed;
  z-index: -1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  cursor: pointer;
  background: rgba(0, 0, 0, 0.7);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#4c000000', endColorstr='#4c000000');
}
#fotoView {
  display: none;
  position: fixed;
  z-index: 11111;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  max-width: 80%;
  max-height: 80%;
  width: 32px;
  height: 32px;
  text-align: center;
  color: #fff;
}
#fotoViewImage {
  margin: auto;
  display: block;
  background-color: #000;
  border: 5px solid #000;
  border-radius: 5px;
  max-width: 99%;
  max-height: 99%;
  margin-bottom: 15px;
}
#fotoViewText {
  display: none;
  margin: auto;
  border: 2px solid #fff;
  padding: 3px;
  background-color: #000;
  padding: 2px 10px;
  font-weight: normal;
}
#fotoView.on,
#fotoView.on:before {
  display: block;
}
#fotoView.ready img {
  border: 5px solid #fff;
  border-radius: 0;
}
#fotoView.ready #fotoViewText {
  display: inline;
  width: auto;
}
#fotoView.ready b:empty {
  display: none;
}
/*# sourceMappingURL=styles.css.map */
div[class^="bv-"]:after {
    display: block;
    content: "";
    clear: both;
  }

#sectionMap:after, #sectionText:after {
  display: block;
  content: "";
  clear: both;
}

figure {
  position: relative;
}

figcaption {
  -webkit-transition: all ease-in-out .3s;
  -ms-transition: all ease-in-out .3s;
  transition: all ease-in-out .3s;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  margin-bottom: 0 !important;
  font-size: 14px;
  font-weight: 500;
  font-style: normal;
  text-align: center;
  line-height: 15px;
  padding: 21px 10px 20px;
  -webkit-border-radius: 0 0 0.94em 0.94em;
  -moz-border-radius: 0 0 0.94em 0.94em;
  border-radius: 0 0 0.94em 0.94em;
  max-height: 50% !important;
  box-sizing: border-box;
  overflow-y: auto;
  color: #ffffff;
  background-color: rgba(35, 35, 35, 0.8);
}

@media only screen and (max-width: 1024px) {
  #sectionText img, #sectionText figure {
    float: none !important;
    height: auto !important;
  }
}


.catDiscount__text {
  margin: 0 auto;
  display: block;
  font-size: initial;
  text-align: left;
}

.catDiscount__text p {
  display: block;
  text-align: left;
}

.catDiscount__inner {
  display: flex;
  justify-content: center;
  width: 1180px;
  margin-left: auto;
  margin-right: auto;
  align-items: center;
}

.catDiscount__l {
  text-align: left;
  margin-right: 15px;
}

.catDiscount__r {
  margin-left: 15px;
}

.catDiscount__link {
  display: flex;
  align-items: center;
}

.catDiscount__link:before {
    display: inline-flex;
    content: "";
    width: 30px;
    height: 26px;
    background: url(/assets/img/telegram.png) center center no-repeat;
    margin-right: 15px;
}

#pageText #priceList h2 span {
  display: none;
}

@media only screen and (max-width: 1180px) {
  .catDiscount__inner {
    flex-wrap: wrap;
  }
  .catDiscount__l, .catDiscount__r {
    width: 100%;
  }
  .catDiscount__r {
    margin-left: 0;
  }

  .catDiscount__l {
    margin-bottom: 20px;
  }

  .catDiscount__inner {
    width: auto;
  }

  .catDiscount__text {
    font-weight: 300;
  }

  .catDiscount__text p:first-child {
    margin-bottom: 1em;
  }
}


#priceList{background:#eee;padding:40px 10px;font-family:'Segoe UI Light','Segoe UI',Tahoma,sans-serif;text-align:center}@media only screen and (min-width:1200px),only screen and (min-width:960px) and (max-width:1199px){#priceList{padding:70px 10px}}@media only screen and (min-width:361px) and (max-width:480px),only screen and (max-width:360px){#priceList{padding:40px 10px 0}}#priceList h2{margin-bottom:0}@media only screen and (min-width:1200px),only screen and (min-width:960px) and (max-width:1199px){#priceList h2{margin-bottom:15px}}@media only screen and (min-width:361px) and (max-width:480px),only screen and (max-width:360px){#priceList h2{font-size:24px;margin-bottom:10px}}#priceList p{display:block;margin:auto;width:auto;min-height:230px;padding:50px 0 50px 50%;font-size:18px;text-align:left;background:transparent url(../img/pr.png) 0 50% no-repeat;background-size:45%}@media only screen and (min-width:361px) and (max-width:480px),only screen and (max-width:360px){#priceList p{padding:0;font-size:16px;background:0 0;min-height:0}}@media only screen and (max-width:360px){#priceList p{font-size:14px;margin-bottom:10px}}@media only screen and (min-width:800px) and (max-width:959px),only screen and (min-width:960px) and (max-width:1199px){#priceList p{padding:70px 0 70px 50%}}@media only screen and (min-width:1200px){#priceList p{width:1100px;padding:100px 0 100px 550px;background-size:auto}}@media only screen and (min-width:1200px){#priceList{padding:70px 0}}#priceList table{border-collapse:collapse;max-width:820px;margin:auto;color:#171717;font-size:16px;table-layout:fixed}#priceList table td{padding:10px;height:56px;min-width:90px;border:1px solid #d2d2d2;vertical-align:middle;text-align:center}@media only screen and (min-width:361px) and (max-width:480px),only screen and (max-width:360px){#priceList table td{background:#f8f8f8}}#priceList table td:first-child{text-align:left;padding-left:66px}@media only screen and (min-width:1200px),only screen and (min-width:960px) and (max-width:1199px),only screen and (min-width:800px) and (max-width:959px),only screen and (min-width:640px) and (max-width:799px),only screen and (min-width:481px) and (max-width:639px){#priceList table td:first-child{position:relative}}@media only screen and (min-width:361px) and (max-width:480px),only screen and (max-width:360px){#priceList table td:first-child{padding-left:5px}}#priceList table td:first-child img{position:absolute;top:10px;left:10px;max-width:42px;max-height:42px}@media only screen and (min-width:361px) and (max-width:480px),only screen and (max-width:360px){#priceList table td:first-child img{display:none}}#priceList table td:last-child{width:210px;position:relative}@media only screen and (min-width:361px) and (max-width:480px),only screen and (max-width:360px){#priceList table td:last-child{display:block;width:0;padding:0;max-width:0;min-width:0;border:none;position:relative}}#priceList table td i{font-style:normal;display:block;font-size:12px}#priceList table td a.add2cart{display:block;position:absolute;z-index:1;left:-1px;right:0;bottom:0;top:-1px;width:100%;height:56px;line-height:56px;color:inherit;text-decoration:none;transition:all linear .2s}@media only screen and (min-width:361px) and (max-width:480px),only screen and (max-width:360px){#priceList table td a.add2cart{top:initial;bottom:initial;left:auto;right:11px;width:auto;height:auto;opacity:0;width:90px}}#priceList table tr:nth-child(8)~tr{display:none}#priceList table tr:hover{background:#f8f8f8}#priceList table tr:hover a.add2cart{background:#ff6700;color:#fff;transition:all linear .3s}@media only screen and (min-width:361px) and (max-width:480px),only screen and (max-width:360px){#priceList table tr:hover td{transition:all linear .3s}}#priceList table+a.more{display:inline-block;margin:20px auto;border-bottom:1px dotted;text-decoration:none;font-size:18px;color:inherit;cursor:pointer}

/* Slider container */
.hero__sliders {
  position: relative;
  height: 600px; /* Adjust height as needed */
}

/* Individual slides */
.hero__slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 0.5s ease;
  background-size: cover;
  background-position: center;
}

.hero__wrap {
  margin: 0 auto;
  max-width: 1200px;
  position: relative;
  z-index: 10;
  display: flex;
  height: 100%;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
}

.hero__slide {

}

/* Active slide */
.hero__slide.active {
  opacity: 1;
}

/* Background images for each slide */
.hero__slide:nth-child(1) {
  background-image: url('/assets/slider/slide1.jpg');
}
.hero__slide:nth-child(2) {
  background-image: url('/assets/slider/slide2.jpg');
}
.hero__slide:nth-child(3) {
  background-image: url('/assets/slider/slide3.jpg');
}
.hero__slide:nth-child(4) {
  background-image: url('/assets/slider/slide4.jpg');
}

.hero__pretitle {
  font-size: 22px;
  letter-spacing: 5px;
  position: relative;
  font-weight: 700;
  text-transform: uppercase;
  width: 100%;
  color: rgba(233, 88, 64, 1);
}

.hero__title {
  font-size: 70px;
  font-weight: 700;
  margin: 20px 0;
  width: 100%;
  color: #fff;
  line-height: 1;
}

.hero__title em {
  color: #ff6700;
  font-style: normal;
}

.hero__desc {
  width: 100%;
  line-height: 30px;
  font-weight: 500;
  margin-bottom: 20px;
  color: #fff;
  font-size: 16px;
}

.hero__btn {
  width: auto;
}

.hero__btn a {
  display: flex;
  align-items: center;
}

.hero__btn a:before {
    display: inline-flex;
    content: "";
    width: 30px;
    height: 26px;
    background: url(/assets/img/telegram.png) center center no-repeat;
    margin-right: 15px;
}

.hero__slide::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: -0.5px;
    top: 0;
    background: linear-gradient(to bottom right, rgba(0, 39, 57, .95) 0%, rgba(0, 0, 0, .1) 100%);
    z-index: 1;
}

/* Text elements initial styles */
.hero__slide .hero__pretitle,
.hero__slide .hero__title,
.hero__slide .hero__desc,
.hero__slide .hero__btn {
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 0.5s ease, transform 0.5s ease;
}

/* Text elements transitions when slide is active */
.hero__slide.active .hero__pretitle {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0s;
}
.hero__slide.active .hero__title {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.2s;
}
.hero__slide.active .hero__desc {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.4s;
}
.hero__slide.active .hero__btn {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.6s;
}
.hero {
  position: relative;
}
/* Navigation buttons */
.hero__prev,
.hero__next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 50px;
  height: 50px;
  background-color: #fff;
  cursor: pointer;
  border-radius: 50px;
  z-index: 10;
}
.hero__prev {
  left: 30px;
  background: #fff url("/assets/img/icons/arrow-left.svg") center center no-repeat;
  background-size: 30px;
}
.hero__next {
  right: 30px;
  background: #fff url("/assets/img/icons/arrow-right.svg") center center no-repeat;
  background-size: 30px;
}

@media only screen and (max-width: 1400px) {
  .hero__prev {
    left: auto;
    top: auto;
    right: 100px;
    bottom: 30px
  }
  .hero__next {
    top: auto;
    right: 30px;
    bottom: 30px
  }
}

@media only screen and (max-width: 1220px) {
  .hero__wrap {
    padding: 0 20px;
  }
}

@media only screen and (max-width: 900px) {
  .hero__pretitle { 
    font-size: 18px;
  }
  .hero__title {
    font-size: 35px;
  }
  .hero__desc {

  }
}

.provide {
  padding: 50px 0;
}
.provide__wrap {
    display: flex;
    justify-content: center;
    width: 1180px;
    margin-left: auto;
    margin-right: auto;
    align-items: center;
}
.provide__img {
  position: relative;
  z-index: 1;
}
.provide__img::before {
    content: "";
    position: absolute;
    left: -32px;
    top: -32px;
    width: 200px;
    height: 200px;
    border-radius: 50px;
    background: #ff6700;
    opacity: .1;
    z-index: -1;
}
.provide__image {

}
.provide__image-1 {
  width: 80%;
}
.provide__image-1 img {
  border-radius: 100px;
}
.provide__image-2 {
  position: absolute;
  bottom: 0px;
  right: 0px;
  max-width: 250px;
}
.provide__image-2 img {
  border-radius: 100px;
  border: 20px solid #fff;
}
.provide__shape {
  position: absolute;
  left: -32px;
  bottom: -32px;
  z-index: -1;
}
.provide__experience {
  position: absolute;
  right: 20%;
  top: -30px;
  border-radius: 100px;
  padding: 18px 20px;
  background: #ff6700;
  color: #fff;
  display: flex;
  gap: 12px;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0 40px 5px rgb(0 0 0 / 5%);
}
.provide__experience:before {
  content: "";
  position: absolute;
  left: 5px;
  right: 5px;
  top: 5px;
  bottom: 5px;
  border: 2px dashed #fff;
  border-radius: 100px;
}
.provide__count {
  color: #fff;
  font-size: 55px;
  font-weight: 700;
}
.provide__exp {
  line-height: 1.2;
  font-size: 16px;
  font-weight: 500;
  padding-top: 7px;
}
.provide__info {
  padding-left: 30px;
}
.provide__subtitle {
  text-transform: uppercase;
  letter-spacing: 5px;
  font-size: 18px;
  font-weight: 700;
  color: #ff6700;
  position: relative;
}
.provide__title {
  font-weight: 700;
  text-transform: capitalize;
  font-size: 50px;
  color: #0d0d0d;
  margin-bottom: 15px;
  line-height: 1.2;
}
.provide__title em {
  font-style: normal;
  color: #ff6700;
}
.provide__desc {
  color: #575757;
  font-size: 16px;
}
.provide__desc p {
  margin: 0.5em 0;
}
.provide__list {
  position: relative;
  display: block;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 35px;
  padding: 20px;
  margin-top: 20px;
  margin-bottom: 20px;
}
.provide__item {
  position: relative;
  display: flex;
  margin-bottom: 15px;
  padding-bottom: 15px;
  gap: 15px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}
.provide__item:last-child {
  border-bottom: none;
  padding: 0;
  margin: 0;
}
.provide__icon {
  width: 70px;
  height: 70px;
  line-height: 70px;
  text-align: center;
  background: #ff6700;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 70px;
  align-self: flex-start;
}
.provide__icon img {
  width: 42px;
  height: 42px;
  filter: brightness(0) invert(1);
}
.provide__inner {}
.provide__item-title {
  color: #0d0d0d;
  font-size: 22px;
  margin-bottom: 5px;
}
.provide__text {
  color: #575757;
  font-size: 16px;
}
.provide__text p {
  margin: 0.5em 0;
}

.provide__btn {
  display: flex;
  align-items: center;
}
.provide__btn:before {
  display: inline-flex;
  content: "";
  width: 30px;
  height: 26px;
  background: url(/assets/img/telegram.png) center center no-repeat;
  margin-right: 15px;
}
.provide__btn:hover {

}

@media only screen and (max-width: 1250px) {
  .provide__wrap {
    flex-wrap: wrap;
    width: auto;
    padding: 0 20px;
  }
  .provide__img {
    margin: 0 auto 0;
    margin-bottom: 60px;
  }
  .provide__info {
    margin: 0 auto;
    padding: 0;
    max-width: 100%;
  }
}

@media only screen and (max-width: 768px) {
  .provide__title {
    font-size: 36px;
  }
}

.countdown__wrap {
  display: flex;
  justify-content: center;
  width: 1180px;
  margin-left: auto;
  margin-right: auto;
  align-items: center;
}

.countdown__list {
  display: flex;
  position: relative;
  z-index: 1;
  padding: 50px 15px 50px 30px;
  background: #ff6700;
  border-radius: 100px;
  border: 10px solid #fff;
  width: 100%;
}

.countdown__icon {
  position: relative;
  font-size: 45px;
  width: 90px;
  height: 90px;
  line-height: 80px;
  text-align: center;
  color: #ff6700;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 90px;
}

.countdown__icon img  {
  width: 55px;
}

.countdown__icon:before {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  transform: rotate(45deg);
  width: 100%;
  height: 100%;
  z-index: -1;
  background: #fff;
  border-radius: 30px;
}

.countdown__item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
  gap: 18px;
  width: 25%;
}

.countdown__numbers {
  display: block;
  line-height: 1;
  color: #fff;
  font-size: 50px;
  font-weight: 600;
}

.countdown__var {
  color: #fff;
  margin-top: 20px;
  font-size: 16px;
  font-weight: 600;
  text-transform: capitalize;
}

#pageHome #catDiscount {
  padding-bottom: 50px;
}

.countdown {
  margin-top: -20px;
}

@media only screen and (max-width: 1200px) {
  .countdown__list {
    flex-wrap: wrap;
  }
  .countdown__item {
    width: 50%;
    margin-bottom: 20px;
    justify-content: flex-start;
  }
  .countdown__wrap {
    width: 700px;
    max-width: 100%;
  }
}

@media only screen and (max-width: 700px) {
  .countdown__wrap {
    width: 100%;
    max-width: 100%;
  }
  .countdown__item {
    width: 100%;
    justify-content: center;
  }
  .countdown__info {
    width: 200px;
  }
}

