

/* Start:/local/components/pbprog/v3.tk/templates/.default/assets/css/main-styles/technical-maps.css?172985142059067*/
.tehnokarta {
  padding: 30px 0 50px 0;
  background: #fff;
}
.tehnokarta h1.tehnokarta-title {
  font-size: 34px;
  padding: 0 0 30px 0;
  font-weight: 500;
  line-height: 1.2;
  max-width: 900px;
}
.tehnokarta p {
  margin: 0;
}
.tehnokarta sub, .tehnokarta sup {
  font-size: 16px;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
.tehnokarta sup {
  top: 0;
}
.tehnokarta .select-hidden {
  display: none;
  visibility: hidden;
  padding-right: 10px;
}
.tehnokarta .select-styled {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  padding: 8px 15px;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
.tehnokarta .select-styled:after {
  content: "";
  width: 0;
  height: 0;
  border: 7px solid transparent;
  border-color: #636363 transparent transparent transparent;
  position: absolute;
  top: 16px;
  right: 10px;
}
.tehnokarta .select-options {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  z-index: 999;
  margin: 0;
  padding: 0;
  list-style: none;
  background-color: #fff;
  border: 1px solid #e3e3e3;
  border-top: none;
  max-height: 300px;
  overflow: hidden;
  overflow-y: auto;
}
.tehnokarta .select-options li {
  margin: 0;
  padding: 12px 0;
  text-indent: 15px;
  border-top: 1px solid #e3e3e3;
  -moz-transition: all 0.15s ease-in;
  -o-transition: all 0.15s ease-in;
  -webkit-transition: all 0.15s ease-in;
  transition: all 0.15s ease-in;
}
.tehnokarta .custom-select-tk .select {
  background: transparent;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  padding: 0;
  border-bottom: 1px solid #636363;
  color: #555;
  text-shadow: none;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-transition: box-shadow 0.25s ease;
  -o-transition: box-shadow 0.25s ease;
  -webkit-transition: box-shadow 0.25s ease;
  transition: box-shadow 0.25s ease;
}
@media (max-width: 991.98px) {
  .tehnokarta .custom-select-tk .select {
    margin-bottom: 30px;
  }
}
.tehnokarta .select {
  cursor: pointer;
  display: inline-block;
  position: relative;
  font-size: 16px;
  color: #222;
  width: 100%;
  height: 40px;
  border-bottom: 1px solid #222;
}
.tehnokarta .select li {
  line-height: normal;
}
.tehnokarta .live-search {
  margin: 20px 0 0 0;
}
.tehnokarta .link-category {
  text-align: left !important;
  margin: 0 -5px;
}
.tehnokarta .link-category a {
  color: #636363;
  border: 1px solid transparent;
  border-radius: 3px;
  display: inline-block;
  font-size: 13px;
  transition: all .3s;
  padding: 5px 5px;
  margin: 0 5px 0 0;
}
.tehnokarta .link-category a.active {
  color: #2a5fcb;
  border: 1px solid #2a5fcb70;
  border-radius: 3px;
  cursor: default;
  transition: all .3s;
}
.tehnokarta .for-form {
  padding: 30px 0 70px 0;
}
.tehnokarta .for-text {
  text-align: justify;
}
.tehnokarta .for-text h1 {
  font-size: 24px;
  padding: 30px 0 45px 0;
  font-weight: 500;
}
.tehnokarta .for-text p {
  padding: 15px 0;
  font-size: 16px;
}
.tehnokarta .for-text a {
  color: #237df8;
}
.tehnokarta .for-text li {
  margin-bottom: 8px;
  list-style-type: disc;
}
.tehnokarta .for-text .div-hide-part-desc {
  width: 100% !important;
}
.tehnokarta .bludo-inner {
  display: block;
  height: auto;
  width: 100%;
  overflow: hidden;
  border: 1px solid #e3e3e3;
  margin: 0 auto 30px;
  position: relative;
  border-radius: 10px 10px 0 0;
  transition: all .3s;
}
@media (max-width: 767.98px) {
  .tehnokarta .bludo-inner {
    max-width: 300px;
  }
}
.tehnokarta .bludo-inner:hover {
  border: 1px solid #9a9a9a;
  transition: all .3s;
}
.tehnokarta .bludo-inner:hover img {
  position: relative;
  border-radius: 6px;
  -webkit-transform: scale(1.6);
  -moz-transform: scale(1.6);
  -o-transform: scale(1.6);
  transition: all 2.3s;
}
.tehnokarta .bludo-inner:hover a.can-hover {
  line-height: 1.5em;
  height: 106px;
  transition: all .3s;
}
@media (max-width: 575.98px) {
  .tehnokarta .bludo-inner:hover a.can-hover {
    height: 78px;
  }
}
.tehnokarta .bludo-inner:hover a.can-hover span {
  line-height: 1.2em;
}
.tehnokarta .bludo-inner .img {
  height: 155px;
  display: block;
  margin-bottom: 46px;
}
@media (max-width: 767.98px) {
  .tehnokarta .bludo-inner .img {
    height: 170px;
    margin-bottom: 40px;
  }
}
.tehnokarta .bludo-inner .img img {
  transition: all 2.3s;
  width: 100%;
  min-height: 100%;
}
.tehnokarta .bludo-inner a {
  display: block;
  padding: 10px 40px 15px 15px;
  background: #fff;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 46px;
  text-transform: uppercase;
  z-index: 2;
  font-size: 12px;
  line-height: 2.5em;
  transition: all .3s;
}
.tehnokarta .bludo-inner a span {
  position: absolute;
  right: 15px;
  top: 12px;
  line-height: 2em;
}
@media (max-width: 575.98px) {
  .tehnokarta .bludo-inner a span {
    line-height: 18px;
    top: 14px;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .tehnokarta .bludo-inner a {
    font-size: 10px;
    height: 40px;
    padding: 10px 30px 15px 15px;
  }
}
.tehnokarta .for-bubles {
  background: #fff;
  display: block;
  width: 100%;
  height: 125px;
  transition: all .3s;
  padding: 20px 40px;
  border-radius: 5px;
  box-shadow: 0 0 30px #22222215;
  margin: 15px auto;
}
@media (max-width: 1199.98px) {
  .tehnokarta .for-bubles {
    padding: 20px 20px 20px 30px;
  }
}
@media (max-width: 575.98px) {
  .tehnokarta .for-bubles {
    height: 110px;
  }
}
.tehnokarta .for-bubles .big {
  font-size: 56px;
  display: block;
  float: left;
  color: #537ed5;
  width: 130px;
  line-height: 80px;
}
@media (max-width: 1199.98px) {
  .tehnokarta .for-bubles .big {
    width: 115px;
    font-size: 48px;
  }
}
.tehnokarta .for-bubles .not-big {
  line-height: normal;
}
.tehnokarta .for-bubles:hover {
  background: #537ed5;
  box-shadow: 0 0 30px #22222240;
  text-decoration: none;
  transition: all .3s;
}
.tehnokarta .for-bubles:hover .big {
  color: #fff;
}
.tehnokarta .for-bubles:hover .not-big {
  color: #fff;
}
@media (max-width: 767px) {
  .tehnokarta .for-bubles {
    padding: 15px;
  }
  .tehnokarta .for-bubles p.not-big {
    font-size: 14px;
  }
}
@media (max-width: 575.98px) {
  .tehnokarta .for-bubles p.not-big {
    font-size: 13px;
    line-height: 1.4;
  }
}
.tehnokarta .tehnokarta-table {
  max-width: 880px;
  margin: 0 auto;
  position: relative;
  background: transparent;
  min-height: 100px;
  border-radius: 5px;
  padding: 0 15px;
}
.tehnokarta .tehnokarta-table .topik {
  height: 80px;
  border-bottom: 1px solid #e3e3e3;
}
.tehnokarta .tehnokarta-table .topik .navigation-table {
  display: block;
  text-transform: uppercase;
  text-align: center;
  padding: 35px 0 0 0;
  color: #636363;
  font-size: 12px;
  transition: all .3s;
}
.tehnokarta .tehnokarta-table .topik .navigation-table i {
  position: relative;
  top: 1px;
  margin: 0 10px;
  font-size: 16px;
}
.tehnokarta .tehnokarta-table .topik .navigation-table:hover {
  color: #222;
  text-decoration: none;
  transition: all .3s;
}
@media (min-width: 320px) and (max-width: 767px) {
  .tehnokarta .tehnokarta-table .topik .navigation-table span {
    display: none;
  }
}
.tehnokarta .tehnokarta-table .topik .download {
  padding: 20px 20px 0 0;
  text-align: right;
}
.tehnokarta .tehnokarta-table .topik .download a {
  text-transform: uppercase;
  font-size: 12px;
  color: #636363;
  transition: all .3s;
}
.tehnokarta .tehnokarta-table .topik .download a:hover {
  color: #222;
  transition: all .3s;
}
.tehnokarta .tehnokarta-table .topik .download a .svg {
  width: 20px;
  height: 30px;
  position: relative;
  top: 10px;
  margin: 0 0 0 5px;
}
.tehnokarta .tehnokarta-table .topik .download a .svg path {
  fill: #2a5fcb;
}
@media (min-width: 320px) and (max-width: 767px) {
  .tehnokarta .tehnokarta-table .topik .download a .svg {
    width: 15px;
    height: 30px;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .tehnokarta .tehnokarta-table .topik .download a {
    font-size: 10px;
  }
}
.tehnokarta .tehnokarta-table .topik .instruction {
  padding: 20px 0 0 0;
}
.tehnokarta .tehnokarta-table .topik .instruction a {
  text-transform: uppercase;
  font-size: 12px;
  color: #636363;
  transition: all .3s;
}
.tehnokarta .tehnokarta-table .topik .instruction a:hover {
  color: #222;
  transition: all .3s;
}
.tehnokarta .tehnokarta-table .topik .instruction a .svg {
  width: 20px;
  height: 30px;
  position: relative;
  top: 10px;
  margin: 0 0 0 5px;
}
.tehnokarta .tehnokarta-table .topik .instruction a .svg path {
  fill: #f27450;
}
@media (min-width: 320px) and (max-width: 767px) {
  .tehnokarta .tehnokarta-table .topik .instruction a .svg {
    width: 15px;
    height: 30px;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .tehnokarta .tehnokarta-table .topik .instruction a {
    font-size: 10px;
  }
}
.tehnokarta .tehnokarta-table .topik.whited {
  background: #fff;
}
.tehnokarta .tehnokarta-table .menu-text {
  color: #636363;
  background: #fff;
  margin: 0 0 15px 0;
  border-left: 1px solid #e3e3e3;
  border-right: 1px solid #e3e3e3;
}
.tehnokarta .tehnokarta-table .menu-text h6 {
  padding: 0 0 0 40px;
}
.tehnokarta .tehnokarta-table .menu-text h7 {
  padding: 50px 0 20px 40px;
  position: relative;
  display: inline-block;
  font-size: 19px;
  font-weight: 600;
}
.tehnokarta .tehnokarta-table .menu-text > p {
  padding: 0 40px;
}
@media (min-width: 320px) and (max-width: 767px) {
  .tehnokarta .tehnokarta-table .menu-text > p {
    padding: 0 15px;
    font-size: 14px;
  }
}
.tehnokarta .tehnokarta-table .menu-text h5.title {
  text-align: center;
  font-size: 30px;
  padding: 45px 0;
  font-weight: 300;
}
@media (min-width: 320px) and (max-width: 767px) {
  .tehnokarta .tehnokarta-table .menu-text h5.title {
    font-size: 22px;
    padding: 30px 10px;
    font-weight: 400;
    line-height: 1.4;
  }
}
.tehnokarta .tehnokarta-table .menu-text h5.table-title {
  text-transform: uppercase;
  padding: 50px 0 20px 40px;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.4;
}
@media (min-width: 320px) and (max-width: 767px) {
  .tehnokarta .tehnokarta-table .menu-text h5.table-title {
    padding: 50px 15px 20px 15px;
    font-weight: 500;
    font-size: 14px;
    text-align: center;
  }
}
.tehnokarta .tehnokarta-table .menu-text h5.tehnology-title {
  padding: 50px 0 20px 40px;
  position: relative;
  display: inline-block;
  font-size: 19px;
  font-weight: 600;
}
@media (min-width: 320px) and (max-width: 767px) {
  .tehnokarta .tehnokarta-table .menu-text h5.tehnology-title {
    padding: 30px 15px 15px 15px;
    font-size: 16px;
    font-weight: 600;
  }
}
.tehnokarta .tehnokarta-table .menu-text h5.table-title-bottom {
  text-transform: initial;
  padding: 50px 0 20px 40px;
  font-weight: 500;
  font-size: 16px;
}
@media (min-width: 320px) and (max-width: 767px) {
  .tehnokarta .tehnokarta-table .menu-text h5.table-title-bottom {
    padding: 50px 15px 20px 15px;
    font-weight: 500;
    font-size: 14px;
  }
}
.tehnokarta .tehnokarta-table .menu-text .col-md-4.left-block-tehnokarta {
  text-align: right;
}
@media (min-width: 320px) and (max-width: 767px) {
  .tehnokarta .tehnokarta-table .menu-text .col-md-4.left-block-tehnokarta {
    text-align: center;
  }
}
.tehnokarta .tehnokarta-table .menu-text .col-md-4.center-block-tehnokarta {
  text-align: center;
}
.tehnokarta .tehnokarta-table .menu-text .col-md-4.center-block-tehnokarta span {
  display: inline-block;
  position: relative;
  top: 0;
  margin: 0 0 0 10px;
}
.tehnokarta .tehnokarta-table .menu-text .col-md-4.center-block-tehnokarta span input {
  width: 60px;
  margin: 0;
  height: 20px;
  font-weight: 600;
}
@media (min-width: 320px) and (max-width: 767px) {
  .tehnokarta .tehnokarta-table .menu-text .col-md-4.center-block-tehnokarta {
    margin: 15px 0;
  }
}
.tehnokarta .tehnokarta-table .menu-text .col-md-4.right-block-tehnokarta .btn {
  padding: 10px 25px 10px 25px;
  position: relative;
  text-transform: uppercase;
  color: #005fcf;
}
@media (max-width: 575.98px) {
  .tehnokarta .tehnokarta-table .menu-text .col-md-4.right-block-tehnokarta .btn {
    padding: 10px 15px;
  }
}
.tehnokarta .tehnokarta-table .menu-text .col-md-4.right-block-tehnokarta .btn:hover {
  color: #fff;
}
@media (min-width: 320px) and (max-width: 767px) {
  .tehnokarta .tehnokarta-table .menu-text .col-md-4.right-block-tehnokarta a.btn {
    top: 0;
    margin: 30px auto;
    display: block;
    max-width: 200px;
  }
}
.tehnokarta .tehnokarta-table .menu-text h6 {
  text-transform: uppercase;
  padding: 50px 0 20px 40px;
}
.tehnokarta .tehnokarta-table .menu-text table {
  font-size: 14px;
  border-collapse: collapse;
  text-align: center;
  width: 100%;
  border-radius: 10px;
}
.tehnokarta .tehnokarta-table .menu-text th {
  border-style: solid;
  border-width: 0 1px 1px 0;
  border-color: white;
}
.tehnokarta .tehnokarta-table .menu-text th:first-child {
  text-align: center;
}
.tehnokarta .tehnokarta-table .menu-text td {
  background: #fff;
  color: #464646;
  border: 1px solid #e4e4e4;
  padding: 30px 0;
}
.tehnokarta .tehnokarta-table .menu-text td:first-child {
  text-align: center;
}
.tehnokarta .tehnokarta-table .menu-text tr:first-child th {
  padding: 15px 0;
}
.tehnokarta .tehnokarta-table .menu-text tr:first-child td {
  padding: 15px 0;
}
.tehnokarta .tehnokarta-table .menu-text table.menu-table {
  position: relative;
  width: 100%;
}
.tehnokarta .tehnokarta-table .menu-text table.menu-table tbody tr {
  transition: all .3s;
  background: #fff;
}
.tehnokarta .tehnokarta-table .menu-text table.menu-table tbody tr td {
  background: #fff;
  text-align: left !important;
  padding: 20px 40px !important;
}
.tehnokarta .tehnokarta-table .menu-text table.menu-table tbody tr td:first-child {
  border-left: 0;
}
.tehnokarta .tehnokarta-table .menu-text table.menu-table tbody tr td:last-child {
  border-right: 0;
}
.tehnokarta .tehnokarta-table .menu-text table.menu-table tbody tr:first-child td {
  text-align: left !important;
  padding: 20px 40px !important;
  line-height: 1.3;
}
.tehnokarta .tehnokarta-table .menu-text table.menu-table tbody tr:hover td {
  background: rgba(1, 95, 207, 0.07) !important;
  transition: all .3s;
}
.tehnokarta .tehnokarta-table .menu-text table.menu-table tbody tr:hover td.hide-table-content {
  background: #fff !important;
}
@media (min-width: 320px) and (max-width: 575px) {
  .tehnokarta .tehnokarta-table .menu-text table.menu-table {
    font-size: 11px;
  }
  .tehnokarta .tehnokarta-table .menu-text table.menu-table tbody tr:first-child td {
    text-align: center !important;
    padding: 10px 5px !important;
  }
  .tehnokarta .tehnokarta-table .menu-text table.menu-table tbody tr td {
    text-align: center !important;
    padding: 10px 5px !important;
  }
}
.tehnokarta .tehnokarta-table .menu-text img.img-top-card {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.tehnokarta.cook {
  background: #f9fbfe url(/local/components/pbprog/v3.tk/templates/.default/assets/css/main-styles/../../img/tehnokarta/cook.png) bottom left no-repeat;
  background-position-x: -50px;
}
@media (min-width: 768px) {
  .tehnokarta.cook {
    min-height: 700px;
  }
}
.tehnokarta.cook h1 {
  padding: 0 0 45px 0;
}
@media (min-width: 320px) and (max-width: 767px) {
  .tehnokarta.cook h1 {
    font-size: 22px;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .tehnokarta.cook {
    background: #f9fbfe;
  }
  .tehnokarta.cook .container {
    padding: 0;
  }
}
.tehnokarta.blue-bg {
  background: #f9fbfe;
  padding: 30px 0 90px 0;
}
.tehnokarta.blue-bg * {
  font-size: 15px;
}
.tehnokarta.blue-bg .block-v-align {
  vertical-align: middle;
  display: table-cell;
  height: 80px;
}
@media (max-width: 767px) {
  .tehnokarta {
    padding: 15px 0 30px 0;
  }
  .tehnokarta h1.tehnokarta-title {
    font-size: 22px;
    padding: 15px 0;
    font-weight: 400;
  }
  .tehnokarta form input {
    margin: 30px 0 0 0;
    font-size: 10px;
  }
  .tehnokarta .for-text {
    text-align: left;
  }
  .tehnokarta .for-text p {
    font-size: 14px;
  }
}
@media (max-width: 374.98px) {
  .tehnokarta form input {
    font-size: 9px;
  }
}
.tehnokarta .live-search-news {
  margin: 0 0 30px 0;
}
@media (min-width: 320px) and (max-width: 767px) {
  .tehnokarta .live-search-news button.hidden {
    content: '';
    display: block;
    position: absolute;
    width: 25px;
    height: 25px;
    background: url(/local/components/pbprog/v3.tk/templates/.default/assets/css/main-styles/../../img/icon/lupa.svg) left top no-repeat;
    top: 5px;
    right: 20px;
    opacity: 1;
    border: 0;
  }
  .tehnokarta .live-search-news button.hidden .svg {
    display: none;
  }
}
.tehnokarta .right-col {
  max-width: 300px;
  margin-left: auto;
  text-align: center;
}
@media (max-width: 991.98px) {
  .tehnokarta .right-col {
    margin-right: auto;
  }
}
.tehnokarta .nav-page .text {
  display: block;
  margin-bottom: 15px;
}
.tehnokarta .nav-page a, .tehnokarta .nav-page b {
  display: inline-block;
  padding: 0 2px;
  margin: 0 2px;
}
.tehnokarta .nav-page a:first-child {
  margin-left: 0;
  padding-left: 0;
}
.tehnokarta .nav-page a:last-child {
  margin-right: 0;
  padding-right: 0;
}

.tehnokarta-bluda h5 {
  font-size: 30px;
  font-weight: 500;
  line-height: 1.1em;
}
.tehnokarta-bluda .small {
  font-size: 11px;
  color: #636363;
}
.tehnokarta-bluda .fancybox-close-small {
  position: absolute;
}

.container.catalog-bluda {
  padding-top: 45px;
  position: relative;
}

.close-button.md-close {
  color: #fff;
  right: -60px;
  background: transparent;
  border: none;
  font-size: 110px;
  padding: 0;
  margin: 0;
  line-height: 0;
  z-index: 1;
  opacity: 0.8;
  transition: all 0.3s;
  width: 40px;
  height: 40px;
  top: 0;
  position: absolute;
  cursor: pointer;
}
.close-button.md-close path {
  fill: #fff;
}
.close-button.md-close:hover {
  transition: none;
  opacity: 1;
}
.close-button.md-close:hover .svg {
  opacity: 1;
}
@media (min-width: 320px) and (max-width: 767px) {
  .close-button.md-close {
    top: 10px;
    right: 10px;
    height: 30px;
    width: 30px;
    z-index: 1;
    background: transparent;
    display: block;
    border-radius: 50%;
  }
  .close-button.md-close path {
    fill: #ccc;
  }
}

.md-modal.tehnokarta-bluda-modal {
  width: 780px;
  max-width: 780px;
}
.md-modal.tehnokarta-bluda-modal .tehnokarta-bluda {
  padding-top: 0;
  max-width: 760px;
  margin: 0 auto;
}
.md-modal.tehnokarta-bluda-modal table {
  font-size: 14px;
  border-collapse: collapse;
  text-align: center;
  width: 100%;
  border-radius: 10px;
}
.md-modal.tehnokarta-bluda-modal th {
  border-style: solid;
  border-width: 0 1px 1px 0;
  border-color: white;
}
.md-modal.tehnokarta-bluda-modal th:first-child {
  text-align: center;
}
.md-modal.tehnokarta-bluda-modal td {
  background: #fff;
  color: #464646;
  border: 1px solid #e4e4e4;
  padding: 30px 0;
}
.md-modal.tehnokarta-bluda-modal td:first-child {
  text-align: center;
}
.md-modal.tehnokarta-bluda-modal tr:first-child th {
  padding: 15px 0;
}
.md-modal.tehnokarta-bluda-modal tr:first-child td {
  padding: 15px 0;
}
.md-modal.tehnokarta-bluda-modal table.menu-table {
  position: relative;
  width: 100%;
}
.md-modal.tehnokarta-bluda-modal table.menu-table tbody tr {
  transition: all .3s;
  background: #fff;
}
.md-modal.tehnokarta-bluda-modal table.menu-table tbody tr td {
  background: #fff;
  text-align: left !important;
  padding: 20px 40px !important;
}
.md-modal.tehnokarta-bluda-modal table.menu-table tbody tr td a {
  line-height: normal;
}
.md-modal.tehnokarta-bluda-modal table.menu-table tbody tr td:hover {
  background: rgba(1, 95, 207, 0.07);
  transition: all .3s;
}
.md-modal.tehnokarta-bluda-modal table.menu-table tbody tr:first-child td {
  text-align: left !important;
  padding: 20px 40px !important;
}
.md-modal.tehnokarta-bluda-modal .md-content {
  max-height: 90vh;
  overflow-y: auto;
  position: relative;
  padding: 0 0 15px 0;
}
@media (min-width: 320px) and (max-width: 767px) {
  .md-modal.tehnokarta-bluda-modal {
    width: 100%;
    max-height: initial;
    top: 50%;
  }
  .md-modal.tehnokarta-bluda-modal .md-head {
    position: relative;
  }
  .md-modal.tehnokarta-bluda-modal .md-content {
    max-height: 90vh;
  }
  .md-modal.tehnokarta-bluda-modal .md-content .tehnokarta-bluda {
    padding: 15px 10px 30px 10px;
    margin: 0;
    font-weight: 400;
    overflow: hidden;
    overflow-y: scroll;
    height: calc(90vh - 25px);
  }
  .md-modal.tehnokarta-bluda-modal .md-content .tehnokarta-bluda .modal-content.tehnokarta-bluda-content .row {
    margin: 0;
  }
  .md-modal.tehnokarta-bluda-modal .md-content .tehnokarta-bluda .modal-content.tehnokarta-bluda-content h5 {
    font-size: 18px;
    font-weight: 500;
    padding: 0 30px 0 0;
    line-height: 1.1em;
  }
  .md-modal.tehnokarta-bluda-modal .md-content .tehnokarta-bluda .modal-content.tehnokarta-bluda-content p.small {
    padding: 15px 0 30px 0;
    width: calc(100% - 35px);
  }
  .md-modal.tehnokarta-bluda-modal .md-content .tehnokarta-bluda .modal-content.tehnokarta-bluda-content table.menu-table {
    font-size: 12px;
  }
  .md-modal.tehnokarta-bluda-modal .md-content .tehnokarta-bluda .modal-content.tehnokarta-bluda-content table.menu-table tbody tr td {
    padding: 10px 5px !important;
  }
  .md-modal.tehnokarta-bluda-modal .md-content .tehnokarta-bluda .modal-content.tehnokarta-bluda-content table.menu-table tbody tr td:first-child {
    padding: 10px 5px !important;
  }
}

.md-trigger {
  cursor: pointer;
}

@media (max-width: 991.98px) {
  .my-dishes {
    min-width: 200px;
    margin-top: 15px;
  }
}

.points-block-white {
  border-radius: 5px;
  box-shadow: 0 0 30px rgba(34, 34, 34, 0.1);
  display: block;
  width: 100%;
  padding: 30px;
  margin: 30px auto 0 auto;
}
.points-block-white #count-points {
  text-align: center;
}
.points-block-white #count-points span {
  display: inline-block;
  padding: 0 0;
  margin: 5px 3px 25px 3px;
  overflow: visible !important;
  background: #fff;
  border-radius: 5px;
  border: 1px solid #e7ecf6;
  height: 60px;
  line-height: 60px;
  width: 40px;
  text-align: center;
  color: #646b89;
  font-size: 28px;
  font-weight: 500;
}
.points-block-white a.btn-blued {
  margin: 0 auto;
  display: block;
  max-width: 200px;
}

.zero-balance p {
  font-size: 20px;
  font-weight: 500;
  text-align: center;
  padding: 60px 0 0 0;
}
.zero-balance a.btn-blued {
  display: block;
  margin: 60px auto 30px auto;
  max-width: 270px;
}

.thank {
  max-width: 780px;
  max-height: 480px;
}
.thank .md-content p {
  padding: 0;
  font-weight: 500;
}
.thank .md-content p.big {
  font-size: 22px;
  font-weight: 600;
  padding: 45px 0 60px 0;
}
.thank .clear {
  padding: 0;
}
.thank .col-md-8, .thank .col-md-4 {
  height: 350px;
}
.thank .col-md-4 {
  overflow: hidden;
  background: #ebedf8;
  position: relative;
}
.thank .col-md-4 .svg {
  position: absolute;
  left: -50px;
  bottom: -30px;
}
.thank .col-md-4 .svg path {
  fill: #ced8f1;
}
@media (min-width: 320px) and (max-width: 767px) {
  .thank .col-md-8 {
    height: 230px;
  }
  .thank .col-md-4 {
    height: 120px;
  }
  .thank .col-md-4 .svg {
    width: 100px;
    height: 100px;
    left: auto;
    right: auto;
    margin: 0 auto;
    position: relative;
    display: block;
    bottom: 10px;
  }
  .thank .md-content p.big {
    font-size: 18px;
    padding: 15px 0;
  }
}

.up-account {
  background: #fff;
  padding: 0 0 30px 0;
}
.up-account h1 {
  padding: 45px 0 0 0;
}
@media (min-width: 320px) and (max-width: 767px) {
  .up-account h1 {
    font-size: 22px;
  }
}
.up-account .breadcrumbs.m-v2 {
  padding: 45px 0 0 0;
}
.up-account .breadcrumbs.m-v2 ul {
  padding: 0;
}
@media (min-width: 320px) and (max-width: 767px) {
  .up-account .breadcrumbs.m-v2 {
    margin: 15px 0 0 0;
  }
}
.up-account .your-balance {
  border-radius: 5px;
  box-shadow: 0 0 30px rgba(34, 34, 34, 0.1);
  display: block;
  width: 100%;
  padding: 10px;
  margin: 10px 0 0 0;
  max-width: 225px;
  float: right;
}
.up-account .your-balance span {
  display: inline-block;
  padding: 0 0;
  margin: 5px 3px 0 3px;
  overflow: visible !important;
  background: #fff;
  border-radius: 5px;
  border: 1px solid #e7ecf6;
  height: 40px;
  line-height: 40px;
  width: 35px;
  text-align: center;
  color: #646b89;
  font-size: 24px;
  font-weight: 500;
}
.up-account .your-balance p {
  font-size: 10px;
  font-weight: 500;
  padding: 0 0 15px 5px;
  margin: 0;
}
@media (min-width: 320px) and (max-width: 767px) {
  .up-account .your-balance {
    padding: 15px;
    max-width: 100%;
    margin-top: 30px !important;
  }
}
@media only screen and (min-width: 321px) {
  .up-account .your-balance {
    margin: 0 0 0 -15px;
    position: relative;
    display: block;
    float: right;
  }
}

.paying-space {
  background: #f9fbfe;
  padding: 60px 0 60px 0;
}
.paying-space p {
  font-size: 16px;
  padding: 0 0 30px 0;
}
@media (max-width: 575.98px) {
  .paying-space p {
    padding: 0 0 15px 0;
  }
}
.paying-space p.smallerer {
  font-size: 12px;
}
.paying-space h3 {
  font-size: 18px;
  font-weight: 600;
  padding: 30px 0 0 0;
}
.paying-space .points-and-payment {
  background: #fff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  box-shadow: 0 0 30px rgba(34, 34, 34, 0.1);
  margin: 0 0 45px 0;
}
@media (max-width: 768.98px) {
  .paying-space .points-and-payment {
    display: flex;
    align-items: center;
    padding-bottom: 15px;
  }
}
@media (max-width: 575.98px) {
  .paying-space .points-and-payment {
    flex-wrap: wrap;
    align-items: flex-start;
  }
}
.paying-space .points-and-payment .col-md-4, .paying-space .points-and-payment .col-md-3, .paying-space .points-and-payment .col-md-2 {
  height: 130px;
}
.paying-space .points-and-payment .col-md-4.lined, .paying-space .points-and-payment .col-md-3.lined, .paying-space .points-and-payment .col-md-2.lined {
  border-left: 1px solid #e3e3e3;
}
@media (min-width: 320px) and (max-width: 767px) {
  .paying-space .points-and-payment .col-md-4.lined, .paying-space .points-and-payment .col-md-3.lined, .paying-space .points-and-payment .col-md-2.lined {
    border: none;
  }
}
@media only screen and (min-width: 780px) {
  .paying-space .points-and-payment .col-md-4.lined, .paying-space .points-and-payment .col-md-3.lined, .paying-space .points-and-payment .col-md-2.lined {
    border-left: 1px solid #e3e3e3;
    float: left;
    width: 33%;
    height: 150px;
    padding: 15px 0 0 25px;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .paying-space .points-and-payment .col-md-4, .paying-space .points-and-payment .col-md-3, .paying-space .points-and-payment .col-md-2 {
    height: auto;
  }
}
@media only screen and (min-width: 780px) {
  .paying-space .points-and-payment .clear-hide {
    display: none;
    clear: none;
  }
}
.paying-space .points-and-payment p {
  margin: 0;
  line-height: normal;
}
.paying-space .points-and-payment p.title {
  font-size: 10px;
  font-weight: 600;
  padding: 45px 0 0 0;
}
.paying-space .points-and-payment p.title.left-align-text {
  padding: 45px 0 0 35px;
  text-align: left;
}
@media (max-width: 768.98px) {
  .paying-space .points-and-payment p.title.left-align-text {
    padding: 20px 0 20px 0;
    height: auto;
  }
}
.paying-space .points-and-payment p.cost {
  font-weight: 500;
  font-size: 24px;
  padding: 15px 0 0 0;
}
.paying-space .points-and-payment .present {
  margin: 20px 0 0 0;
}
.paying-space .points-and-payment .present .svg {
  width: 25px;
  height: 25px;
  display: block;
  float: left;
  margin: 2px 15px 0 0;
}
.paying-space .points-and-payment .present .svg.gift path {
  fill: #ff541f;
}
.paying-space .points-and-payment .present p {
  display: inline;
  line-height: 10px;
  font-size: 10px;
  padding: 0 0 0 0;
  font-weight: 600;
  top: 10px;
  position: relative;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .paying-space .points-and-payment .present p {
    position: relative;
    top: 10px;
  }
}
.paying-space .points-and-payment .present a.btn {
  display: block;
  text-align: center;
  font-size: 10px;
  padding: 7px;
  border: 1px solid #ccc;
  border-radius: 30px;
  margin: 15px auto 0 auto;
  max-width: 120px;
}
.paying-space .points-and-payment .present a.btn:focus {
  color: #222;
}
.paying-space .points-and-payment .present a.btn:active {
  color: #222;
}
.paying-space .points-and-payment .custom-radio {
  margin: 10px 0 0 0;
}
.paying-space .points-and-payment .custom-radio [type="radio"]:checked,
.paying-space .points-and-payment .custom-radio [type="radio"]:not(:checked) {
  position: absolute;
  left: -9999px;
}
.paying-space .points-and-payment .custom-radio [type="radio"]:checked + label,
.paying-space .points-and-payment .custom-radio [type="radio"]:not(:checked) + label {
  position: relative;
  padding-left: 20px;
  cursor: pointer;
  line-height: 15px;
  display: inline-block;
  color: #222;
  font-weight: 400;
  text-align: justify;
  font-size: 12px;
}
@media (min-width: 320px) and (max-width: 767px) {
  .paying-space .points-and-payment .custom-radio [type="radio"]:checked + label,
  .paying-space .points-and-payment .custom-radio [type="radio"]:not(:checked) + label {
    text-align: left;
  }
}
.paying-space .points-and-payment .custom-radio [type="radio"]:checked + label:before,
.paying-space .points-and-payment .custom-radio [type="radio"]:not(:checked) + label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 13px;
  height: 13px;
  border: 1px solid #cacaca;
  border-radius: 100%;
  background: #fff;
}
.paying-space .points-and-payment .custom-radio [type="radio"]:checked + label:after,
.paying-space .points-and-payment .custom-radio [type="radio"]:not(:checked) + label:after {
  content: '';
  width: 7px;
  height: 7px;
  background: #265ace;
  position: absolute;
  top: 3px;
  left: 3px;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.paying-space .points-and-payment .custom-radio [type="radio"]:not(:checked) + label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}
.paying-space .points-and-payment .custom-radio [type="radio"]:checked + label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.paying-space .points-and-payment .custom-checkbox label {
  width: 100%;
}
.paying-space .points-and-payment .custom-checkbox label input[type="checkbox"] {
  display: none;
}
.paying-space .points-and-payment .custom-checkbox label input[type="checkbox"] + span,
.paying-space .points-and-payment .custom-checkbox label input[type="radio"] + span {
  -webkit-appearance: none;
  width: 14px;
  height: 14px;
  border: 1px solid rgba(0, 0, 0, 0.3);
  outline: none;
  margin: 0 10px 5px 5px;
  box-sizing: border-box;
  display: block;
  position: relative;
  top: 7px;
  float: left;
}
.paying-space .points-and-payment .custom-checkbox label .label {
  display: inline-block;
  vertical-align: middle;
  font-weight: 400;
  color: #666;
  width: 90%;
  font-size: 14px;
}
.paying-space .points-and-payment .custom-checkbox label input[type="checkbox"]:checked + span:before {
  content: "";
  display: block;
  width: 8px;
  height: 16px;
  border: 0 solid #2b5ecb;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotateZ(45deg);
  margin: -5px 5px;
  pointer-events: none;
}
@media (min-width: 320px) and (max-width: 767px) {
  .paying-space .points-and-payment p.title {
    height: 60px;
  }
  .paying-space .points-and-payment p.cost {
    padding: 0 0 0 0;
  }
  .paying-space .points-and-payment .count-pay {
    height: auto;
    text-align: center;
  }
  .paying-space .points-and-payment .count-pay p.title {
    height: auto;
    padding: 0 0 0 0;
  }
  .paying-space .points-and-payment .lined .present {
    margin: 15px 0 0 0;
    text-align: center;
  }
  .paying-space .points-and-payment .lined .present p {
    position: relative;
    top: -5px;
  }
  .paying-space .points-and-payment .lined .present .svg {
    width: 25px;
    height: 25px;
    display: inline-block;
    float: none;
    margin: 5px 5px 0 10px;
  }
}
.paying-space .points-and-payment .counts-col {
  padding: 0 0 0 15px;
}
@media (min-width: 320px) and (max-width: 767px) {
  .paying-space .points-and-payment .counts-col {
    padding: 0 0 0 15px;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .paying-space .points-and-payment .change {
    padding: 0 0 0 15px;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .paying-space .points-and-payment .count-pay {
    text-align: center;
    padding: 20px 0 15px 0;
    border-bottom: 1px solid #e3e3e3;
  }
  .paying-space .points-and-payment .count-pay p {
    padding: 0;
  }
  .paying-space .points-and-payment .count-pay p.cost {
    padding: 35px 0 0 0;
  }
  .paying-space .points-and-payment .col-xs-4 {
    padding: 0 5px;
  }
  .paying-space .points-and-payment .col-xs-4.counts-col {
    text-align: center;
  }
}
.paying-space .points-and-payment .lanscape-mobile-fix {
  text-align: center;
}
@media (min-width: 320px) and (max-width: 767px) {
  .paying-space .points-and-payment .lanscape-mobile-fix {
    border-bottom: 0;
  }
}
.paying-space .counter-input {
  padding: 10px 0 0 0;
}
.paying-space .counter-input .input-number {
  width: 100px;
  padding: 0 12px;
  vertical-align: top;
  text-align: center;
  outline: none;
  border: 1px solid #cccccc !important;
  border-radius: 0 !important;
}
.paying-space .counter-input .input-number,
.paying-space .counter-input .input-number-decrement,
.paying-space .counter-input .input-number-increment {
  border: 1px solid #005fcf;
  background: #fff;
  display: inline-block;
  height: 40px;
  user-select: none;
  margin: 0 0 0 -3px;
  transition: all .3s;
}
.paying-space .counter-input .input-number-decrement,
.paying-space .counter-input .input-number-increment {
  display: inline-block;
  width: 30px;
  line-height: 38px;
  background: #005fcf;
  color: #fff;
  text-align: center;
  cursor: pointer;
  transition: all 0.3s;
  font-size: 22px;
  font-weight: 300;
}
.paying-space .counter-input .input-number-decrement:active,
.paying-space .counter-input .input-number-increment:active {
  transition: all .3s;
  background: #0f74ea;
}
.paying-space .counter-input .input-number-decrement {
  border-right: none;
  border-radius: 4px 0 0 4px;
  display: inline-block;
  position: relative;
  left: 1px;
}
@media (min-width: 320px) and (max-width: 767px) {
  .paying-space .counter-input .input-number-decrement {
    width: 20px;
  }
}
.paying-space .counter-input .input-number-increment {
  border-left: none;
  border-radius: 0 4px 4px 0;
  position: relative;
  left: -1px;
}
@media (min-width: 320px) and (max-width: 767px) {
  .paying-space .counter-input .input-number-increment {
    width: 20px;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .paying-space .counter-input {
    text-align: left;
  }
  .paying-space .counter-input .input-number {
    width: 50px;
    padding: 0 5px;
    -webkit-appearance: none;
  }
}
.paying-space .payment-method {
  margin: 30px 0;
}
.paying-space .payment-method .col-md-6.right-line {
  border-left: 1px solid #e3e3e3;
}
@media (min-width: 320px) and (max-width: 767px) {
  .paying-space .payment-method .col-md-6.right-line {
    border-left: none;
  }
}
.paying-space .payment-method h4 {
  font-size: 14px;
  font-weight: 600;
  padding: 0;
  margin-bottom: 8px;
}
.paying-space .payment-method p {
  font-size: 12px;
  margin: 0;
  line-height: normal;
}
.paying-space .payment-method a.btn {
  transition: all .3s;
  max-width: 200px;
}
.paying-space .payment-method a.btn.qiwi-btn {
  width: 150px;
}
.paying-space .payment-method a.btn.pay {
  text-align: left;
  display: inline-block;
  padding: 10px 45px 10px 15px;
  border: 1px solid #005fcf96;
  border-radius: 30px;
  margin: 30px 0;
  position: relative;
  text-transform: uppercase;
  font-size: 12px;
}
.paying-space .payment-method a.btn.pay .svg {
  position: absolute;
  width: 20px;
  height: 20px;
  top: 8px;
  right: 13px;
}
.paying-space .payment-method a.btn.pay img {
  position: absolute;
  width: auto;
  height: 20px;
  top: 8px;
  right: 13px;
}
.paying-space .payment-method a.btn.pay.active {
  text-decoration: none;
  border: 1px solid #2a5fcb;
  transition: all 0.3s;
  color: #2a5fcb;
}
.paying-space .payment-method a.btn.btn-blued svg path {
  fill: #fff;
}
.paying-space .payment-method a.btn:hover {
  text-decoration: none;
  border: 1px solid #005fcf;
  transition: all .3s;
}
@media (min-width: 320px) and (max-width: 767px) {
  .paying-space .payment-method a.btn.pay {
    margin: 0 0 30px 0;
    display: block;
    min-width: 200px;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .paying-space {
    padding: 60px 0 30px 0;
  }
}

.accordion-items .acc-head {
  width: 100%;
  display: block;
}
.accordion-items .acc-head .title-acc-v {
  min-height: 75px;
  display: flex;
  align-items: center;
}
.accordion-items .acc-head p {
  color: #636363;
  font-size: 14px;
}
.accordion-items .acc-head p.title {
  font-size: 14px;
  color: #000;
  line-height: 1.2em;
}
@media (min-width: 320px) and (max-width: 767px) {
  .accordion-items .acc-head p.title {
    font-size: 12px;
    padding: 0;
  }
}
.accordion-items .acc-head p.date {
  line-height: 75px;
  text-align: center;
}
.accordion-items .acc-head a {
  display: block;
  position: relative;
  line-height: 75px;
  margin: 0 auto;
  width: 100px;
}
.accordion-items .acc-head a .svg {
  width: 30px;
  height: 30px;
  display: block;
  position: absolute;
  line-height: 30px;
  top: 20px;
  left: 70px;
}
.accordion-items .acc-head a .svg path {
  fill: #2a5fcb;
}
@media (max-width: 575.98px) {
  .accordion-items .acc-head .col-md-3 {
    display: flex;
    align-items: center;
  }
}
.accordion-items .acc-head .col-md-3.download {
  border-left: 1px solid #eee;
}
.accordion-items .acc-head .col-md-3.compilation {
  padding: 15px 15px 0 15px;
}
@media (min-width: 320px) and (max-width: 991px) {
  .accordion-items .acc-head .col-md-3.compilation {
    display: none;
  }
}
@media (min-width: 320px) and (max-width: 991px) {
  .accordion-items .acc-head .col-md-3.date {
    display: none;
  }
}
.accordion-items .accordionWrapper {
  background: transparent;
}
.accordion-items .accordionItem {
  display: block;
  width: 100%;
  box-sizing: border-box;
  position: relative;
}
.accordion-items .accordionItem a.link-download-tk {
  display: block;
  position: absolute;
  line-height: 75px;
  width: 100px;
  right: 60px;
  top: 0;
  z-index: 3;
}
.accordion-items .accordionItem a.link-download-tk .svg {
  width: 30px;
  height: 30px;
  display: block;
  position: absolute;
  line-height: 30px;
  top: 20px;
  left: 70px;
}
.accordion-items .accordionItem a.link-download-tk .svg path {
  fill: #2a5fcb;
}
@media (min-width: 320px) and (max-width: 767px) {
  .accordion-items .accordionItem a.link-download-tk {
    right: 20px;
    font-size: 13px;
  }
}
@media (max-width: 991.98px) {
  .accordion-items .accordionItem a.link-download-tk {
    right: 30px;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .accordion-items .accordionItem {
    width: auto;
    margin: 0 15px;
  }
}
.accordion-items .accordionItemHeading {
  cursor: pointer;
  margin: 0 0 10px 0;
  background: #fff;
  color: #666;
  width: 100%;
  border-radius: 3px;
  box-sizing: border-box;
  box-shadow: 0 0 30px rgba(34, 34, 34, 0.1);
  border: 1px solid rgba(34, 34, 34, 0.1);
}
.accordion-items .close .accordionItemContent {
  height: 0;
  transition: height 1s ease-out;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  float: left;
  display: block;
}
.accordion-items .open .accordionItemContent {
  display: block;
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
  -webkit-transform-origin: top;
  transform-origin: top;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
  box-sizing: border-box;
}
.accordion-items .open .accordionItemHeading {
  margin: 0;
  -webkit-border-top-left-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  -moz-border-radius-topleft: 3px;
  -moz-border-radius-topright: 3px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  background-color: #fff;
  color: #222;
}

@font-face {
  .custom-select-tk {
    font-family: 'icons';
    src: url(data:application/font-woff;charset=utf-8;base64,d09GRk9UVE8AAARgAAoAAAAABBgAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABDRkYgAAAA9AAAANgAAADYZbVvCE9TLzIAAAHMAAAAYAAAAGAIIvy2Y21hcAAAAiwAAABMAAAATBpVzFdnYXNwAAACeAAAAAgAAAAIAAAAEGhlYWQAAAKAAAAANgAAADYAl8viaGhlYQAAArgAAAAkAAAAJANuAeZobXR4AAAC3AAAABQAAAAUAwAAdG1heHAAAALwAAAABgAAAAYABVAAbmFtZQAAAvgAAAFFAAABRVcZpu5wb3N0AAAEQAAAACAAAAAgAAMAAAEABAQAAQEBCGljb21vb24AAQIAAQA6+BwC+BsD+BgEHgoAGVP/i4seCgAZU/+LiwwHi2v4lPh0BR0AAAB2Dx0AAAB7ER0AAAAJHQAAAM8SAAYBAQgPERMWG2ljb21vb25pY29tb29udTB1MXUyMHVFNjAwAAACAYkAAwAFAQEEBwoNTPyUDvyUDvyUDvuUDvgg958VgYD7AiOLi4aFg4iEi4SLg46GkYuL+wLzgZaAloqel5eWlpqMmX8I7yvv6wWZl5qKloCXf4p4gIAIDviUFPiUFYsMCgADAgABkAAFAAABTAFmAAAARwFMAWYAAAD1ABkAhAAAAAAAAAAAAAAAAAAAAAEQAAAAAAAAAAAAAAAAAAAAAEAAAOYAAeD/4P/gAeAAIAAAAAEAAAAAAAAAAAAAACAAAAAAAAIAAAADAAAAFAADAAEAAAAUAAQAOAAAAAoACAACAAIAAQAg5gD//f//AAAAAAAg5gD//f//AAH/4xoEAAMAAQAAAAAAAAAAAAAAAQAB//8ADwABAAAAAQAAss1nQF8PPPUACwIAAAAAAM/2xdgAAAAAz/bF2AAAAAABjAE1AAAACAACAAAAAAAAAAEAAAHg/+AAAAIAAAAAAAGMAAEAAAAAAAAAAAAAAAAAAAAFAAAAAAAAAAAAAAAAAQAAAAIAAHQAAFAAAAUAAAAAAA4ArgABAAAAAAABAA4AAAABAAAAAAACAA4ARwABAAAAAAADAA4AJAABAAAAAAAEAA4AVQABAAAAAAAFABYADgABAAAAAAAGAAcAMgABAAAAAAAKADQAYwADAAEECQABAA4AAAADAAEECQACAA4ARwADAAEECQADAA4AJAADAAEECQAEAA4AVQADAAEECQAFABYADgADAAEECQAGAA4AOQADAAEECQAKADQAYwBpAGMAbwBtAG8AbwBuAFYAZQByAHMAaQBvAG4AIAAxAC4AMABpAGMAbwBtAG8AbwBuaWNvbW9vbgBpAGMAbwBtAG8AbwBuAFIAZQBnAHUAbABhAHIAaQBjAG8AbQBvAG8AbgBGAG8AbgB0ACAAZwBlAG4AZQByAGEAdABlAGQAIABiAHkAIABJAGMAbwBNAG8AbwBuAC4AAAAAAwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA==) format("woff");
    font-weight: normal;
    font-style: normal;
  }
}
.custom-select-tk .select {
  background: transparent;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  padding: 0;
  border-bottom: 1px solid #636363;
  color: #555;
  text-shadow: none;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-transition: box-shadow 0.25s ease;
  -o-transition: box-shadow 0.25s ease;
  -webkit-transition: box-shadow 0.25s ease;
  transition: box-shadow 0.25s ease;
}
.custom-select-tk .select:before {
  position: absolute;
  top: 0.5em;
  right: 0.5em;
  pointer-events: none;
  font-family: "icons";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background: transparent;
}
.custom-select-tk .select select {
  cursor: pointer;
  padding: 0.5em;
  padding-right: 2em;
  width: 130%;
  border: none;
  background: transparent;
  background-image: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  text-indent: 0.01px;
  text-overflow: '';
  width: 160% \9;
}
.custom-select-tk .select select:focus {
  outline: none;
}
.custom-select-tk .icon--down:before {
  content: "\e600";
}
@media (min-width: 320px) and (max-width: 767px) {
  .custom-select-tk {
    margin: 0 0 30px 0;
  }
}

.box-white-points {
  max-width: 880px;
  margin: 0 auto 30px auto;
  background: #fff;
  height: auto;
  padding: 10px;
  box-shadow: 0 0 30px rgba(34, 34, 34, 0.1);
  border: 1px solid rgba(34, 34, 34, 0.1);
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.box-white-points #count-points span {
  display: inline-block;
  padding: 0 0;
  margin: 5px 3px 0 3px;
  overflow: visible !important;
  background: #fff;
  border-radius: 5px;
  border: 1px solid #e7ecf6;
  height: 60px;
  line-height: 60px;
  width: 40px;
  text-align: center;
  color: #646b89;
  font-size: 28px;
  font-weight: 500;
}
.box-white-points a.btn-blued {
  margin: 0 0 0 0;
  line-height: 20px;
}
.box-white-points a.btn-team {
  margin: 0 0 0 0;
  line-height: 20px;
}
@media (min-width: 320px) and (max-width: 767px) {
  .box-white-points {
    width: auto;
    text-align: center;
    margin: 90px 15px 15px 15px;
    padding: 30px 10px;
  }
  .box-white-points a.btn-team {
    margin: 0 0 0 0;
  }
}

@media (max-width: 767.98px) {
  .box-white-points #count-points span {
    width: 30px;
  }
}
@media (max-width: 599.98px) {
  .box-white-points {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .box-white-points a.btn-blued {
    margin: 15px 0 0 0;
    min-width: 180px;
  }
  .box-white-points a.btn-team {
    margin: 15px 0 0 0;
    min-width: 180px;
  }
}
.btn.btn-team,
.points-block-white .btn.btn-blued {
  line-height: 20px;
}

.hide-table-content {
  text-align: center;
  vertical-align: baseline;
}
.hide-table-content .svg {
  width: 110px;
  height: 110px;
  display: block;
  margin: 0 auto 15px auto;
}
@media (max-width: 575.98px) {
  .hide-table-content .svg {
    width: 90px;
    height: 90px;
  }
}
.hide-table-content .svg path {
  fill: #ced8f1;
}
.hide-table-content .svg p {
  text-align: center;
}

.tehnokarta .menu-text table.menu-table tbody tr td.hide-table-content {
  padding: 20px;
}
.tehnokarta .menu-text table.menu-table tbody tr td.hide-table-content p {
  text-align: center !important;
  padding: 0 20px;
}
@media (max-width: 991.98px) {
  .tehnokarta .menu-text table.menu-table tbody tr td.hide-table-content p br {
    display: none;
  }
}
@media (max-width: 575.98px) {
  .tehnokarta .menu-text table.menu-table tbody tr td.hide-table-content p {
    font-size: 12px;
  }
}
.tehnokarta .menu-text .hide-table-content a.btn-blued {
  margin: 15px auto;
  width: 180px;
  display: block;
}

.goods-modal .md-content {
  padding: 40px 60px 60px 60px;
}
@media (min-width: 320px) and (max-width: 767px) {
  .goods-modal .md-content .table-result .tb-head {
    font-size: 10px;
  }
  .goods-modal .md-content .table-result .tb-head .col-xs-5, .goods-modal .md-content .table-result .tb-head .col-xs-2 {
    padding: 0;
  }
}
.goods-modal .md-content .table-result .tb-body .inner .col-md-2 {
  height: auto;
  border-right: 0;
  padding: 0;
}
.goods-modal .md-content .table-result .tb-body .inner p {
  font-size: 16px;
  height: auto;
}
.goods-modal .md-content .table-result .tb-body .inner p.bolder {
  font-weight: 600;
  text-align: center;
  width: 100%;
}
@media (min-width: 320px) and (max-width: 767px) {
  .goods-modal .md-content .table-result .tb-body .inner p {
    font-size: 12px;
    padding: 10px 0;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .goods-modal .md-content .table-result .tb-body .inner {
    margin: 0 0 10px 0;
  }
}
.goods-modal .md-content .tb-body {
  background: #fff;
  box-shadow: 0 0 30px rgba(34, 34, 34, 0.15);
}
.goods-modal .md-content .tb-body .inner {
  height: auto;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.goods-modal .md-content .tb-body .inner .col-md-2 {
  text-align: center;
  border-right: 1px solid #e3e3e3;
  border-bottom: 1px solid #e3e3e3;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.goods-modal .md-content .tb-body .inner .col-md-2.last-col {
  border-right: none;
}
.goods-modal .md-content .tb-body .inner .col-md-2 p {
  vertical-align: middle;
  display: table-cell;
  font-size: 10px;
  width: 300px;
  max-width: 100%;
}
.goods-modal .md-content .tb-body .inner .col-md-4 {
  height: auto;
  border-right: 1px solid #e3e3e3;
  border-bottom: 1px solid #e3e3e3;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.goods-modal .md-content .tb-body .inner .col-md-6 {
  height: auto;
  border-right: 1px solid #e3e3e3;
  border-bottom: 1px solid #e3e3e3;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.goods-modal .md-content .tb-body .inner .col-md-5 {
  height: auto;
  border-right: 1px solid #e3e3e3;
  border-bottom: 1px solid #e3e3e3;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.goods-modal .md-content .tb-body .inner .col-md-5.last-col {
  border-right: none;
}
@media (min-width: 320px) and (max-width: 767px) {
  .goods-modal .md-content .tb-body .inner .col-md-5 {
    border-right: none;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
.goods-modal .md-content .tb-body .inner:last-child .col-md-2, .goods-modal .md-content .tb-body .inner:last-child .col-md-4, .goods-modal .md-content .tb-body .inner:last-child .col-md-5, .goods-modal .md-content .tb-body .inner:last-child .col-md-6 {
  border-bottom: none;
}
@media (min-width: 320px) and (max-width: 767px) {
  .goods-modal .md-content .tb-body .inner:last-child .col-md-2, .goods-modal .md-content .tb-body .inner:last-child .col-md-4, .goods-modal .md-content .tb-body .inner:last-child .col-md-5, .goods-modal .md-content .tb-body .inner:last-child .col-md-6 {
    border-bottom: 1px solid #e3e3e3;
  }
}
.goods-modal .md-content .tb-body .inner p {
  vertical-align: middle;
  display: table-cell;
  font-size: 10px;
  resize: both;
  padding: 15px 0;
}
.goods-modal .md-content .tb-body .inner p.red {
  color: #ef5528;
}
.goods-modal .md-content .tb-body .inner p.green {
  color: #23a54f;
}
.goods-modal .md-content .tb-body .inner .svg {
  display: block;
  width: 25px;
  height: 25px;
  margin: 20px auto 0 auto;
}
.goods-modal .md-content .tb-body .inner .svg.danger path {
  fill: #ef5528;
}
.goods-modal .md-content .tb-body .inner .svg.tick path {
  fill: #23a54f;
}
.goods-modal .md-content .tb-body .inner .svg.deactive path {
  fill: #222;
}
@media (min-width: 320px) and (max-width: 767px) {
  .goods-modal .md-content {
    padding: 50px 10px 30px 10px;
  }
}
.goods-modal .md-content > div {
  padding: 0;
}

.block-for-some-content {
  width: 100%;
  text-align: center;
  min-height: 150px;
  margin: 30px 0;
}

.inner-back-link {
  position: relative;
}
.inner-back-link .back-to-site-link {
  float: right;
  padding: 0 0 0 0;
  font-size: 14px;
  position: relative;
  top: 40px;
}
.inner-back-link .back-to-site-link .svg {
  display: inline-block;
  width: 20px;
  height: 15px;
  position: relative;
  top: 5px;
}

.fix-content-blued {
  background: #f9fbfe;
}
@media (min-width: 320px) and (max-width: 767px) {
  .fix-content-blued .container {
    padding: 0;
  }
  .fix-content-blued .container .col-md-12 {
    padding: 0;
  }
}

.align-controll {
  text-align: right;
  padding-top: 15px;
}
.align-controll a:hover {
  text-decoration: none;
}
@media (min-width: 320px) and (max-width: 767px) {
  .align-controll {
    text-align: center;
  }
}

.metric-card {
  padding-top: 15px;
}
@media (min-width: 320px) and (max-width: 767px) {
  .metric-card {
    text-align: center;
    padding: 30px 0 15px 0;
  }
}

.terms-of-use {
  text-align: justify;
  white-space: pre-line;
}
@media (min-width: 320px) and (max-width: 767px) {
  .terms-of-use {
    padding: 0 30px;
  }
}
@media only screen and (min-width: 768px) {
  .terms-of-use .terms-of-use {
    text-align: justify;
    white-space: pre-line;
    margin-right: 15px;
  }
}

.title-v-align {
  vertical-align: middle;
  display: table-cell;
  height: 125px;
}
@media (min-width: 320px) and (max-width: 767px) {
  .title-v-align {
    height: auto;
  }
}

.compilation-v-align {
  vertical-align: middle;
  display: table-cell;
  height: 45px;
}

.reg-tk-page {
  margin: 0 auto 30px auto;
  max-width: 670px;
}
.reg-tk-page .reg-title {
  font-weight: 400;
  text-align: center;
  font-size: 42px;
  padding: 0 0 30px 0;
}
.reg-tk-page .registration-inner {
  background: #fff;
  border-radius: 5px;
  box-shadow: 0 0 30px rgba(34, 34, 34, 0.1);
  padding: 70px 100px;
}
.reg-tk-page .registration-inner input:-webkit-autofill,
.reg-tk-page .registration-inner input:-webkit-autofill:hover,
.reg-tk-page .registration-inner input:-webkit-autofill:focus,
.reg-tk-page .registration-inner input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px white inset !important;
}
.reg-tk-page .captcha-block {
  padding: 50px 0 50px 0;
}
.reg-tk-page .btn-blue-send {
  margin: 0 0 0 0;
  font-size: 14px;
}
.reg-tk-page .btn-enter {
  border: 1px solid #fff;
  font-size: 16px;
  padding: 10px 20px;
}
.reg-tk-page .btn-enter:hover {
  text-decoration: underline;
}
.reg-tk-page .defender-auto {
  padding: 0 0 0 15px;
}
.reg-tk-page .policy {
  padding: 40px 0 40px 0;
  font-size: 14px;
  color: #8a8a8a;
}

.my-consume {
  margin: 30px 0 0 0;
}

.my-consume .custom-checkbox label input[type="checkbox"] + span, .custom-checkbox label input[type="radio"] + span {
  margin: -5px 20px 5px 5px;
}

.change-h-img {
  height: 100px;
  display: block;
  position: relative;
  left: 0;
  width: 100%;
  overflow: hidden;
}

.search-result-block {
  margin: 75px 0 0 0;
}
@media (max-width: 575.98px) {
  .search-result-block {
    margin: 45px 0 0 0;
  }
}
.search-result-block:hover b {
  transition: 0.3s;
  color: #2a5fcb;
}
.search-result-block .group {
  background: #ebedf8;
  border-radius: 5px;
  padding: 5px 10px;
  height: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
}
@media (max-width: 575.98px) {
  .search-result-block .group {
    margin-bottom: 10px;
  }
}
.search-result-block .group p {
  color: #2a5fcb;
  font-size: 13px;
}
.search-result-block .next {
  display: inline-block;
  height: 13px;
  margin: 0 15px;
  position: relative;
  padding: 0 0 0 0;
}
.search-result-block .next .svg {
  display: block;
  width: 20px;
  height: 20px;
}
.search-result-block .next .svg path {
  fill: #2a5fcb;
  position: relative;
}
.search-result-block .group-inner {
  display: inline-block;
  border: 2px solid #ebedf8;
  padding: 5px 10px;
}
.search-result-block .group-inner p {
  font-size: 13px;
  color: #2a5fcb;
}
.search-result-block .search-title a {
  font-size: 14px;
  padding: 30px 0 0 0;
  margin: 0 0 20px 0;
  border-bottom: 1px solid #d4d4d4;
  display: inline-block;
  transition: 0.3s;
  line-height: 1.4;
}
@media (max-width: 575.98px) {
  .search-result-block .search-title a {
    padding-bottom: 4px;
  }
}
.search-result-block .search-title a:hover {
  text-decoration: none;
  border-bottom: 1px solid #2a5fcb;
  transition: 0.3s;
}
.search-result-block .search-description p {
  font-size: 14px;
}

.dropdown {
  position: relative;
}

.dropdown-menu {
  display: none;
}

.show .dropdown-menu {
  display: block;
}

.dropdown-menu::-webkit-scrollbar {
  width: 8px;
}

.dropdown-menu::-webkit-scrollbar-thumb {
  background: #e4e4e4;
  border-radius: 4px;
}

.dropdown-menu {
  position: absolute;
  right: 0;
  top: calc(100% + 15px);
  min-width: 310px;
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.07);
  background: #fff;
  border-radius: 5px;
  padding: 5px 0 10px;
  list-style-type: none;
  border: 1px solid #dedede;
  z-index: 50;
  max-height: 300px;
  overflow-y: auto;
}
.dropdown-menu:before {
  content: '';
  display: block;
  position: relative;
  background: #fff;
  top: -20px;
  width: 10px;
  height: 10px;
  transform: rotate(45deg);
  border-top: 1px solid #dedede;
  border-left: 1px solid #dedede;
  left: 90%;
}
.dropdown-menu .dropdown-header {
  width: 100%;
  padding: 0 15px 5px;
  color: #696969;
  font-weight: 600;
}
.dropdown-menu .dropdown-header strong {
  font-weight: 600;
}
.dropdown-menu .divider {
  width: 100%;
  height: 1px;
  background: #eef2fb;
  margin: 10px 0;
}
.dropdown-menu li {
  width: 100%;
  display: inline-block;
}
.dropdown-menu li a {
  font-size: 12px;
  width: 100%;
  display: inline-block;
  padding: 8px 10px;
}
.dropdown-menu li a:hover {
  text-decoration: none;
  color: #005fcf;
}
.dropdown-menu li.active a {
  background: #005fcf;
  color: #fff;
}
.dropdown-menu li.active a:hover {
  color: #fff;
}

.tehnokarta-row {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  max-width: 100%;
  padding: 0 40px;
  margin-bottom: 15px;
}
@media (max-width: 767.98px) {
  .tehnokarta-row {
    padding: 0 15px;
    align-items: center;
  }
}
@media (max-width: 575.98px) {
  .tehnokarta-row {
    justify-content: center;
  }
}
.tehnokarta-row.row:before, .tehnokarta-row.row:after {
  display: none;
}
.tehnokarta-row .left-block-tehnokarta {
  display: flex;
  flex-direction: column;
  text-align: left !important;
}
.tehnokarta-row .left-block-tehnokarta p {
  margin-bottom: 10px;
  display: flex;
}
.tehnokarta-row .left-block-tehnokarta p .for-label {
  min-width: 130px;
}
.tehnokarta-row .left-block-tehnokarta input {
  max-width: 100px;
  height: auto;
  margin: 0;
}
.tehnokarta-row .center-block-tehnokarta {
  display: flex;
  justify-content: center;
}
.tehnokarta-row .center-block-tehnokarta .btn, .tehnokarta-row .center-block-tehnokarta .btn.btn-blue {
  padding: 10px 30px;
  color: #005fcf;
}
@media (max-width: 575.98px) {
  .tehnokarta-row .center-block-tehnokarta .btn, .tehnokarta-row .center-block-tehnokarta .btn.btn-blue {
    padding: 10px 15px;
  }
}
.tehnokarta-row .center-block-tehnokarta .btn:hover, .tehnokarta-row .center-block-tehnokarta .btn.btn-blue:hover {
  color: #fff;
}
.tehnokarta-row .right-block-tehnokarta {
  display: flex;
  justify-content: flex-end;
}
.tehnokarta-row .right-block-tehnokarta .btn, .tehnokarta-row .right-block-tehnokarta .btn.btn-blue {
  padding: 10px 30px;
  margin-right: 5px;
  border-color: #005fcf;
  top: 0;
}
.tehnokarta-row .right-block-tehnokarta .btn:hover, .tehnokarta-row .right-block-tehnokarta .btn.btn-blue:hover {
  background: #005fcf;
  color: #fff;
}
.tehnokarta-row .show .btn, .tehnokarta-row .show .btn.btn-blue {
  background: #005fcf;
  color: #fff;
}

.tehnokarta .tehnokarta-table .menu-text .col-md-4.right-block-tehnokarta .show .btn {
  color: #fff;
}

.md-modal input.btn {
  height: auto;
  line-height: 1.2;
}

.video-info {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 24px 30px;
  background: #F9FBFE;
  border-left: 10px solid #005FCF;
  margin: 30px 0 60px;
  font-weight: 500;
}
.video-info svg {
  margin-left: auto;
}
.video-info a {
  color: #005FCF;
  text-decoration: underline;
}
.video-info a:hover {
  text-decoration: none;
  color: #005FCF;
}
.video-info a:focus {
  text-decoration: underline;
  color: #005FCF;
}

/*# sourceMappingURL=technical-maps.css.map */

/* End */


/* Start:/local/components/pbprog/v3.tk/templates/.default/assets/css/main-styles/preloader.css?162928946644621*/
@keyframes Animasearch {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  15%,50% {
    transform: scale(0.5);
    opacity: 0;
  }
  65% {
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes rotate {
  0% {
    transform: rotate(0);
    clip: rect(0px, 35px, 35px, 0px);
  }
  50% {
    clip: rect(0px, 40px, 40px, 0px);
  }
  100% {
    transform: rotate(360deg);
    clip: rect(0px, 35px, 35px, 0px);
  }
}
@keyframes rotate2 {
  0% {
    transform: rotate(0deg);
    clip: rect(0px, 164px, 150px, 0px);
  }
  50% {
    clip: rect(0px, 164px, 0px, 0px);
    transform: rotate(360deg);
  }
  100% {
    transform: rotate(720deg);
    clip: rect(0px, 164px, 150px, 0px);
  }
}
@keyframes rotate3 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.cart-zakaz-loader {
  position: fixed;
  bottom: 0px;
  left: 0;
  right: 0;
  margin: auto auto auto auto;
  top: 30%;
}
.cart-zakaz-loader h3 {
  text-align: center;
  font-size: 26px;
  color: #015fcf;
}

.loader-cart-ani {
  position: relative;
  width: 160px;
  height: 160px;
  margin: -80px 0px 0px -80px;
  background-color: transparent;
  border-radius: 50%;
  position: relative;
  width: 160px;
  height: 160px;
  margin: 80px auto 0px auto;
  background-color: transparent;
  border-radius: 50%;
}

.hexagon-container {
  position: relative;
  top: 33px;
  left: 41px;
  border-radius: 50%;
  list-style-type: none;
}

.hexagon {
  position: absolute;
  width: 30px;
  height: 30px;
  background-color: #015fcf;
}
.hexagon:before {
  content: "";
  position: absolute;
  top: -11px;
  left: 0;
  width: 0;
  height: 0;
}
.hexagon:after {
  content: "";
  position: absolute;
  top: 23px;
  left: 0;
  width: 0;
  height: 0;
}
.hexagon.hex_0 {
  top: -30px;
  left: 20px;
  animation: Animasearch 3s ease-in-out infinite;
  animation-delay: 0.1s;
}
.hexagon.hex_1 {
  top: 0px;
  left: -10px;
  animation: Animasearch 3s ease-in-out infinite;
  animation-delay: 0.21s;
}
.hexagon.hex_2 {
  top: 0px;
  left: 50px;
  animation: Animasearch 3s ease-in-out infinite;
  animation-delay: 0.42s;
}
.hexagon.hex_3 {
  top: 30px;
  left: 80px;
  animation: Animasearch 3s ease-in-out infinite;
  animation-delay: 0.64s;
}
.hexagon.hex_4 {
  top: 60px;
  left: 50px;
  animation: Animasearch 3s ease-in-out infinite;
  animation-delay: 0.87s;
}
.hexagon.hex_5 {
  top: 60px;
  left: -10px;
  animation: Animasearch 3s ease-in-out infinite;
  animation-delay: 1.1s;
}
.hexagon.hex_6 {
  top: 30px;
  left: -40px;
  animation: Animasearch 3s ease-in-out infinite;
  animation-delay: 1.3s;
}
.hexagon.hex_7 {
  top: 90px;
  left: 20px;
  animation: Animasearch 3s ease-in-out infinite;
  animation-delay: 1.5s;
}
.hexagon.hex_8 {
  top: 30px;
  left: 20px;
  animation: Animasearch 3s ease-in-out infinite;
  animation-delay: 0s;
}

.hexagon-whited .hexagon {
  background-color: #fff;
}
.hexagon-whited h3 {
  color: #fff;
}

.savetime {
  -webkit-filter: blur(3px);
  filter: blur(3px);
  position: relative;
  transition: all 1s;
}

.pulse1 {
  width: 140px;
  height: 140px;
  background: rgba(0, 149, 64, 0.1);
  position: absolute;
  border-radius: 50%;
  -webkit-animation: pulse-my 2s infinite;
  animation: pulse-my 2s infinite;
  top: calc(20%);
  left: calc(10%);
  z-index: 0;
}

.pulse-center .pulse1 {
  left: calc(-20%);
}
.pulse-center .pulse2 {
  left: calc(-100%);
}
.pulse-center .pulse3 {
  left: calc(-150%);
}
.pulse-center .pulse2.small {
  left: calc(-50%);
}

.pulse2 {
  width: 300px;
  height: 300px;
  background: rgba(0, 149, 64, 0.1);
  position: absolute;
  border-radius: 50%;
  -webkit-animation: pulse-my 2s infinite;
  animation: pulse-my 2s infinite;
  top: calc(-5%);
  left: calc(-35%);
  z-index: 0;
}

.pulse3 {
  width: 400px;
  height: 400px;
  border: 1px solid rgba(0, 149, 64, 0.1);
  position: absolute;
  border-radius: 50%;
  -webkit-animation: pulse-my 2s infinite;
  animation: pulse-my 2s infinite;
  top: calc(-25%);
  left: calc(-65%);
  z-index: 0;
}

.pulse4 {
  width: 500px;
  height: 500px;
  border: 1px solid rgba(0, 149, 64, 0.1);
  position: absolute;
  border-radius: 50%;
  -webkit-animation: pulse-my 2s infinite;
  animation: pulse-my 2s infinite;
  top: calc(-40%);
  left: calc(-100%);
  z-index: 0;
}

.pulse1.border {
  background: none;
  border: 1px solid #f2f2f2;
}

.pulse2.border {
  background: none;
  border: 1px solid #f2f2f2;
}

.pulse3.border {
  background: none;
  border: 1px solid #f2f2f2;
}

.pulse2.small {
  width: 200px;
  height: 200px;
  top: calc(-50%);
  left: calc(-80%);
}

.pulse1.blue {
  background: rgba(0, 91, 210, 0.1);
  top: 0;
  left: 50%;
}

.pulse2.blue {
  background: rgba(0, 91, 210, 0.1);
  top: -35%;
  left: 35%;
}

.pulse3.blue {
  border: 1px solid rgba(0, 91, 210, 0.1);
  top: -60%;
  left: 25%;
}

.pulse4.blue {
  border: 1px solid rgba(0, 91, 210, 0.1);
  top: -85%;
  left: 15%;
}

.hidden {
  opacity: 0;
}

.visible {
  opacity: 1;
  display: block;
}

.delay-1 {
  animation-delay: 1.25s;
}

/* General styles for the modal */
/*
Styles for the html/body for special modal where we want 3d effects
Note that we need a container wrapping all content on the page for the
perspective effects (not including the modals and the overlay).
*/
.md-perspective,
.md-perspective body {
  height: 100%;
  overflow: hidden;
}

.md-perspective body {
  background: #222;
  -webkit-perspective: 600px;
  -moz-perspective: 600px;
  perspective: 600px;
}

.md-modal {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 50%;
  max-width: 630px;
  min-width: 320px;
  height: auto;
  z-index: 2000;
  visibility: hidden;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

.md-show {
  visibility: visible;
}

.md-overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  visibility: hidden;
  top: 0;
  left: 0;
  z-index: 1000;
  opacity: 0;
  background: rgba(0, 0, 0, 0.5);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

.md-overlay-modal {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1000;
  opacity: 1;
  background: rgba(0, 0, 0, 0.3);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  visibility: visible;
  display: none;
}
.md-overlay-modal.modal-active {
  display: block;
}

.md-show ~ .md-overlay {
  opacity: 1;
  visibility: visible;
}

/* Content styles */
.md-content {
  color: #222;
  background: #fff;
  position: relative;
  border-radius: 5px;
  margin: 0 auto;
  border: 1px solid #e3e3e3;
  box-shadow: 0 0 50px rgba(34, 34, 34, 0.1);
}
.md-content a.md-close {
  position: absolute;
  top: 0;
  right: -45px;
}
.md-content a.md-close .svg {
  width: 30px;
  height: 30px;
  transition: all .3s;
}
.md-content a.md-close .svg path {
  fill: #fff;
}
.md-content a.md-close .svg:hover {
  cursor: pointer;
  transition: all .3s;
}
.md-content a.md-close .svg:hover path {
  fill: #005fcf;
}
.md-content a .btn-send {
  margin: 0 0 0 0;
}
.md-content label {
  width: 100%;
  color: #222;
  display: block;
}
.md-content label input[type="checkbox"] {
  display: none;
}
.md-content label input[type="checkbox"] + span, .md-content label input[type="radio"] + span {
  /*
  -webkit-appearance: none;
  width: 14px;
  height: 14px;
  border: 1px solid rgba(0, 0, 0, 0.3);
  outline: none;
  margin: 5px 10px 5px 5px;
  box-sizing: border-box;
  display: inline-block;
  position: relative;
  top: 7px;
   */
}
.md-content label input[type="checkbox"]:checked + span:before {
  content: "";
  display: block;
  width: 8px;
  height: 16px;
  border: solid #2b5ecb;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotateZ(45deg);
  margin: -5px 5px;
  pointer-events: none;
}

.md-content h3 {
  margin: 0;
  text-align: left;
  font-size: 32px;
  font-weight: 600;
  color: #222;
}

.md-content > div {
  padding: 15px 40px 30px;
  margin: 0;
  font-weight: 400;
}

.md-content > div p {
  margin: 0;
  padding: 10px 0;
}

.md-content > div ul {
  margin: 0;
  padding: 0 0 30px 20px;
}

.md-content > div ul li {
  padding: 5px 0;
}

.md-content button {
  display: block;
}

/* Individual modal styles with animations/transitions */
/* Effect 1: Fade in and scale up */
.md-effect-1 .md-content {
  -webkit-transform: scale(0.7);
  -moz-transform: scale(0.7);
  -ms-transform: scale(0.7);
  transform: scale(0.7);
  opacity: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

.md-show.md-effect-1 .md-content {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}

/* Effect 2: Slide from the right */
.md-effect-2 .md-content {
  -webkit-transform: translateX(20%);
  -moz-transform: translateX(20%);
  -ms-transform: translateX(20%);
  transform: translateX(20%);
  opacity: 0;
  -webkit-transition: all 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
  -moz-transition: all 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
  transition: all 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
}

.md-show.md-effect-2 .md-content {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
}

/* Effect 3: Slide from the bottom */
.md-effect-3 .md-content {
  -webkit-transform: translateY(20%);
  -moz-transform: translateY(20%);
  -ms-transform: translateY(20%);
  transform: translateY(20%);
  opacity: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

.md-show.md-effect-3 .md-content {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}

/* Effect 4: Newspaper */
.md-effect-4 .md-content {
  -webkit-transform: scale(0) rotate(720deg);
  -moz-transform: scale(0) rotate(720deg);
  -ms-transform: scale(0) rotate(720deg);
  transform: scale(0) rotate(720deg);
  opacity: 0;
}

.md-show.md-effect-4 ~ .md-overlay,
.md-effect-4 .md-content {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

.md-show.md-effect-4 .md-content {
  -webkit-transform: scale(1) rotate(0deg);
  -moz-transform: scale(1) rotate(0deg);
  -ms-transform: scale(1) rotate(0deg);
  transform: scale(1) rotate(0deg);
  opacity: 1;
}

/* Effect 5: fall */
.md-effect-5.md-modal {
  -webkit-perspective: 1300px;
  -moz-perspective: 1300px;
  perspective: 1300px;
}

.md-effect-5 .md-content {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: translateZ(600px) rotateX(20deg);
  -moz-transform: translateZ(600px) rotateX(20deg);
  -ms-transform: translateZ(600px) rotateX(20deg);
  transform: translateZ(600px) rotateX(20deg);
  opacity: 0;
}

.md-show.md-effect-5 .md-content {
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  -webkit-transform: translateZ(0px) rotateX(0deg);
  -moz-transform: translateZ(0px) rotateX(0deg);
  -ms-transform: translateZ(0px) rotateX(0deg);
  transform: translateZ(0px) rotateX(0deg);
  opacity: 1;
}

/* Effect 6: side fall */
.md-effect-6.md-modal {
  -webkit-perspective: 1300px;
  -moz-perspective: 1300px;
  perspective: 1300px;
}

.md-effect-6 .md-content {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: translate(30%) translateZ(600px) rotate(10deg);
  -moz-transform: translate(30%) translateZ(600px) rotate(10deg);
  -ms-transform: translate(30%) translateZ(600px) rotate(10deg);
  transform: translate(30%) translateZ(600px) rotate(10deg);
  opacity: 0;
}

.md-show.md-effect-6 .md-content {
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  -webkit-transform: translate(0%) translateZ(0) rotate(0deg);
  -moz-transform: translate(0%) translateZ(0) rotate(0deg);
  -ms-transform: translate(0%) translateZ(0) rotate(0deg);
  transform: translate(0%) translateZ(0) rotate(0deg);
  opacity: 1;
}

/* Effect 7:  slide and stick to top */
.md-effect-7 {
  top: 0;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.md-effect-7 .md-content {
  -webkit-transform: translateY(-200%);
  -moz-transform: translateY(-200%);
  -ms-transform: translateY(-200%);
  transform: translateY(-200%);
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  transition: all .3s;
  opacity: 0;
}

.md-show.md-effect-7 .md-content {
  -webkit-transform: translateY(0%);
  -moz-transform: translateY(0%);
  -ms-transform: translateY(0%);
  transform: translateY(0%);
  border-radius: 0 0 3px 3px;
  opacity: 1;
}

/* Effect 8: 3D flip horizontal */
.md-effect-8.md-modal {
  -webkit-perspective: 1300px;
  -moz-perspective: 1300px;
  perspective: 1300px;
}

.md-effect-8 .md-content {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: rotateY(-70deg);
  -moz-transform: rotateY(-70deg);
  -ms-transform: rotateY(-70deg);
  transform: rotateY(-70deg);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 0;
}

.md-show.md-effect-8 .md-content {
  -webkit-transform: rotateY(0deg);
  -moz-transform: rotateY(0deg);
  -ms-transform: rotateY(0deg);
  transform: rotateY(0deg);
  opacity: 1;
}

/* Effect 9: 3D flip vertical */
.md-effect-9.md-modal {
  -webkit-perspective: 1300px;
  -moz-perspective: 1300px;
  perspective: 1300px;
}

.md-effect-9 .md-content {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: rotateX(-70deg);
  -moz-transform: rotateX(-70deg);
  -ms-transform: rotateX(-70deg);
  transform: rotateX(-70deg);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 0;
}

.md-show.md-effect-9 .md-content {
  -webkit-transform: rotateX(0deg);
  -moz-transform: rotateX(0deg);
  -ms-transform: rotateX(0deg);
  transform: rotateX(0deg);
  opacity: 1;
}

/* Effect 10: 3D sign */
.md-effect-10.md-modal {
  -webkit-perspective: 1300px;
  -moz-perspective: 1300px;
  perspective: 1300px;
}

.md-effect-10 .md-content {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: rotateX(-60deg);
  -moz-transform: rotateX(-60deg);
  -ms-transform: rotateX(-60deg);
  transform: rotateX(-60deg);
  -webkit-transform-origin: 50% 0;
  -moz-transform-origin: 50% 0;
  transform-origin: 50% 0;
  opacity: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

.md-show.md-effect-10 .md-content {
  -webkit-transform: rotateX(0deg);
  -moz-transform: rotateX(0deg);
  -ms-transform: rotateX(0deg);
  transform: rotateX(0deg);
  opacity: 1;
}

/* Effect 11: Super scaled */
.md-effect-11 .md-content {
  -webkit-transform: scale(2);
  -moz-transform: scale(2);
  -ms-transform: scale(2);
  transform: scale(2);
  opacity: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

.md-show.md-effect-11 .md-content {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}

/* Effect 12:  Just me */
.md-effect-12 .md-content {
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
  opacity: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

.md-show.md-effect-12 ~ .md-overlay {
  background: #e74c3c;
}

.md-effect-12 .md-content h3,
.md-effect-12 .md-content {
  background: transparent;
}

.md-show.md-effect-12 .md-content {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}

/* Effect 13: 3D slit */
.md-effect-13.md-modal {
  -webkit-perspective: 1300px;
  -moz-perspective: 1300px;
  perspective: 1300px;
}

.md-effect-13 .md-content {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: translateZ(-3000px) rotateY(90deg);
  -moz-transform: translateZ(-3000px) rotateY(90deg);
  -ms-transform: translateZ(-3000px) rotateY(90deg);
  transform: translateZ(-3000px) rotateY(90deg);
  opacity: 0;
}

.md-show.md-effect-13 .md-content {
  -webkit-animation: slit .7s forwards ease-out;
  -moz-animation: slit .7s forwards ease-out;
  animation: slit .7s forwards ease-out;
}

@-webkit-keyframes slit {
  50% {
    -webkit-transform: translateZ(-250px) rotateY(89deg);
    opacity: .5;
    -webkit-animation-timing-function: ease-out;
  }
  100% {
    -webkit-transform: translateZ(0) rotateY(0deg);
    opacity: 1;
  }
}
@-moz-keyframes slit {
  50% {
    -moz-transform: translateZ(-250px) rotateY(89deg);
    opacity: .5;
    -moz-animation-timing-function: ease-out;
  }
  100% {
    -moz-transform: translateZ(0) rotateY(0deg);
    opacity: 1;
  }
}
@keyframes slit {
  50% {
    transform: translateZ(-250px) rotateY(89deg);
    opacity: 1;
    animation-timing-function: ease-in;
  }
  100% {
    transform: translateZ(0) rotateY(0deg);
    opacity: 1;
  }
}
/* Effect 14:  3D Rotate from bottom */
.md-effect-14.md-modal {
  -webkit-perspective: 1300px;
  -moz-perspective: 1300px;
  perspective: 1300px;
}

.md-effect-14 .md-content {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: translateY(100%) rotateX(90deg);
  -moz-transform: translateY(100%) rotateX(90deg);
  -ms-transform: translateY(100%) rotateX(90deg);
  transform: translateY(100%) rotateX(90deg);
  -webkit-transform-origin: 0 100%;
  -moz-transform-origin: 0 100%;
  transform-origin: 0 100%;
  opacity: 0;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.md-show.md-effect-14 .md-content {
  -webkit-transform: translateY(0%) rotateX(0deg);
  -moz-transform: translateY(0%) rotateX(0deg);
  -ms-transform: translateY(0%) rotateX(0deg);
  transform: translateY(0%) rotateX(0deg);
  opacity: 1;
}

/* Effect 15:  3D Rotate in from left */
.md-effect-15.md-modal {
  -webkit-perspective: 1300px;
  -moz-perspective: 1300px;
  perspective: 1300px;
}

.md-effect-15 .md-content {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: translateZ(100px) translateX(-30%) rotateY(90deg);
  -moz-transform: translateZ(100px) translateX(-30%) rotateY(90deg);
  -ms-transform: translateZ(100px) translateX(-30%) rotateY(90deg);
  transform: translateZ(100px) translateX(-30%) rotateY(90deg);
  -webkit-transform-origin: 0 100%;
  -moz-transform-origin: 0 100%;
  transform-origin: 0 100%;
  opacity: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

.md-show.md-effect-15 .md-content {
  -webkit-transform: translateZ(0px) translateX(0%) rotateY(0deg);
  -moz-transform: translateZ(0px) translateX(0%) rotateY(0deg);
  -ms-transform: translateZ(0px) translateX(0%) rotateY(0deg);
  transform: translateZ(0px) translateX(0%) rotateY(0deg);
  opacity: 1;
}

/* Effect 16:  Blur */
.md-show.md-effect-16 ~ .md-overlay {
  background: rgba(0, 0, 0, 0.3);
}

.md-show.md-effect-16 ~ .container {
  -webkit-filter: blur(3px);
  -moz-filter: blur(3px);
  filter: blur(3px);
}

.md-effect-16 .md-content {
  -webkit-transform: translateY(-5%);
  -moz-transform: translateY(-5%);
  -ms-transform: translateY(-5%);
  transform: translateY(-5%);
  opacity: 0;
}

.md-show.md-effect-16 ~ .container,
.md-effect-16 .md-content {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

.md-show.md-effect-16 .md-content {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}

/* Effect 17:  Slide in from bottom with perspective on container */
.md-show.md-effect-17 ~ .container {
  height: 100%;
  overflow: hidden;
  -webkit-transition: -webkit-transform 0.3s;
  -moz-transition: -moz-transform 0.3s;
  transition: transform 0.3s;
}

.md-show.md-effect-17 ~ .container,
.md-show.md-effect-17 ~ .md-overlay {
  -webkit-transform: rotateX(-2deg);
  -moz-transform: rotateX(-2deg);
  -ms-transform: rotateX(-2deg);
  transform: rotateX(-2deg);
  -webkit-transform-origin: 50% 0%;
  -moz-transform-origin: 50% 0%;
  transform-origin: 50% 0%;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.md-effect-17 .md-content {
  opacity: 0;
  -webkit-transform: translateY(200%);
  -moz-transform: translateY(200%);
  -ms-transform: translateY(200%);
  transform: translateY(200%);
}

.md-show.md-effect-17 .md-content {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
  -webkit-transition: all 0.3s 0.2s;
  -moz-transition: all 0.3s 0.2s;
  transition: all 0.3s 0.2s;
}

/* Effect 18:  Slide from right with perspective on container */
.md-show.md-effect-18 ~ .container {
  height: 100%;
  overflow: hidden;
}

.md-show.md-effect-18 ~ .md-overlay {
  background: rgba(143, 27, 15, 0.8);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

.md-show.md-effect-18 ~ .container,
.md-show.md-effect-18 ~ .md-overlay {
  -webkit-transform-style: preserve-3d;
  -webkit-transform-origin: 0% 50%;
  -webkit-animation: rotateRightSideFirst 0.5s forwards ease-in;
  -moz-transform-style: preserve-3d;
  -moz-transform-origin: 0% 50%;
  -moz-animation: rotateRightSideFirst 0.5s forwards ease-in;
  transform-style: preserve-3d;
  transform-origin: 0% 50%;
  animation: rotateRightSideFirst 0.5s forwards ease-in;
}

@-webkit-keyframes rotateRightSideFirst {
  50% {
    -webkit-transform: translateZ(-50px) rotateY(5deg);
    -webkit-animation-timing-function: ease-out;
  }
  100% {
    -webkit-transform: translateZ(-200px);
  }
}
@-moz-keyframes rotateRightSideFirst {
  50% {
    -moz-transform: translateZ(-50px) rotateY(5deg);
    -moz-animation-timing-function: ease-out;
  }
  100% {
    -moz-transform: translateZ(-200px);
  }
}
@keyframes rotateRightSideFirst {
  50% {
    transform: translateZ(-50px) rotateY(5deg);
    animation-timing-function: ease-out;
  }
  100% {
    transform: translateZ(-200px);
  }
}
.md-effect-18 .md-content {
  -webkit-transform: translateX(200%);
  -moz-transform: translateX(200%);
  -ms-transform: translateX(200%);
  transform: translateX(200%);
  opacity: 0;
}

.md-show.md-effect-18 .md-content {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
  -webkit-transition: all 0.5s 0.1s;
  -moz-transition: all 0.5s 0.1s;
  transition: all 0.5s 0.1s;
}

/* Effect 19:  Slip in from the top with perspective on container */
.md-show.md-effect-19 ~ .container {
  height: 100%;
  overflow: hidden;
}

.md-show.md-effect-19 ~ .md-overlay {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

.md-show.md-effect-19 ~ .container,
.md-show.md-effect-19 ~ .md-overlay {
  -webkit-transform-style: preserve-3d;
  -webkit-transform-origin: 50% 100%;
  -webkit-animation: OpenTop 0.5s forwards ease-in;
  -moz-transform-style: preserve-3d;
  -moz-transform-origin: 50% 100%;
  -moz-animation: OpenTop 0.5s forwards ease-in;
  transform-style: preserve-3d;
  transform-origin: 50% 100%;
  animation: OpenTop 0.5s forwards ease-in;
}

@-webkit-keyframes OpenTop {
  50% {
    -webkit-transform: rotateX(10deg);
    -webkit-animation-timing-function: ease-out;
  }
}
@-moz-keyframes OpenTop {
  50% {
    -moz-transform: rotateX(10deg);
    -moz-animation-timing-function: ease-out;
  }
}
@keyframes OpenTop {
  50% {
    transform: rotateX(10deg);
    animation-timing-function: ease-out;
  }
}
.md-effect-19 .md-content {
  -webkit-transform: translateY(-200%);
  -moz-transform: translateY(-200%);
  -ms-transform: translateY(-200%);
  transform: translateY(-200%);
  opacity: 0;
}

.md-show.md-effect-19 .md-content {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
  -webkit-transition: all 0.5s 0.1s;
  -moz-transition: all 0.5s 0.1s;
  transition: all 0.5s 0.1s;
}

.social-btns .soc-btn {
  transition: all 0.35s;
  transition-timing-function: cubic-bezier(0.31, -0.105, 0.43, 1.59);
  display: inline-block;
  background-color: #fff;
  width: 35px;
  height: 35px;
  line-height: 35px;
  margin: 0 10px;
  text-align: center;
  position: relative;
  overflow: hidden;
  border-radius: 50%;
  box-shadow: 0 5px 15px -5px rgba(0, 0, 0, 0.1);
  opacity: 0.99;
}
.social-btns .soc-btn:before {
  transition: all 0.35s;
  transition-timing-function: cubic-bezier(0.31, -0.105, 0.43, 1.59);
  top: 90%;
  left: -110%;
  content: '';
  width: 120%;
  height: 120%;
  position: absolute;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.social-btns .soc-btn .fab {
  transition: all 0.35s;
  transition-timing-function: cubic-bezier(0.31, -0.105, 0.43, 1.59);
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
  font-size: 26px;
  vertical-align: middle;
}
.social-btns .soc-btn:focus:before {
  top: -10%;
  left: -10%;
}
.social-btns .soc-btn:focus .fab {
  color: #fff;
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
}
.social-btns .soc-btn:hover:before {
  top: -10%;
  left: -10%;
}
.social-btns .soc-btn:hover .fab {
  color: #fff !important;
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
  top: -2px;
  position: relative;
}
.social-btns .soc-btn.facebook:before {
  background-color: #3b5998;
}
.social-btns .soc-btn.facebook .fab {
  color: #3b5998;
}
.social-btns .soc-btn.twitter:before {
  background-color: #3cf;
}
.social-btns .soc-btn.twitter .fab {
  color: #3cf;
}
.social-btns .soc-btn.youtube:before {
  background-color: #dc4a38;
}
.social-btns .soc-btn.youtube .fab {
  color: #dc4a38;
}
.social-btns .soc-btn.instagram:before {
  background-color: #8a3ab9;
}
.social-btns .soc-btn.instagram .fab {
  color: #8a3ab9;
}
.social-btns .soc-btn.odnoklassniki:before {
  background-color: #ed812b;
}
.social-btns .soc-btn.odnoklassniki .fab {
  color: #ed812b;
}
.social-btns .soc-btn.skype:before {
  background-color: #00aff0;
}
.social-btns .soc-btn.skype .fab {
  color: #00aff0;
}

#upbutton {
  height: 80px;
  width: 20px;
  bottom: 40px;
  right: 20px;
  cursor: pointer;
  display: none;
  position: fixed;
  z-index: 999;
  transition: all .3s;
}
#upbutton .mousey {
  width: 2px;
  padding: 3px 8px;
  height: 29px;
  border: 1px solid #636363;
  border-radius: 25px;
  opacity: 0.4;
  box-sizing: content-box;
  display: block;
  position: absolute;
  bottom: 0px;
  right: 0px;
  z-index: 10;
  transition: all .3s;
}
#upbutton .mousey:before {
  content: '^';
  display: block;
  position: absolute;
  top: -22px;
  left: 3px;
  font-size: 20px;
  color: rgba(99, 99, 99, 0.5);
}
#upbutton .mousey:hover {
  transition: all .3s;
  opacity: 1;
}
@media (min-width: 320px) and (max-width: 767px) {
  #upbutton {
    display: none;
    bottom: 10px;
    right: 5px;
  }
}

.scroll-downs {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 34px;
  height: 55px;
}

.scroller {
  width: 2px;
  height: 7px;
  border-radius: 25%;
  background-color: #636363;
  animation-name: scrollMouse;
  animation-duration: 1.2s;
  animation-timing-function: cubic-bezier(0.94, 0.69, 0.41, 0.15);
  animation-iteration-count: infinite;
}

@keyframes scrollMouse {
  0% {
    opacity: 0;
  }
  10% {
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    transform: translateY(15px);
    opacity: 0;
  }
}
/* placeholder effect */
input::-webkit-input-placeholder {
  text-indent: 0px;
  transition: text-indent 1s ease;
}

input::-moz-placeholder {
  text-indent: 0px;
  transition: text-indent 1s ease;
}

input:-moz-placeholder {
  text-indent: 0px;
  transition: text-indent 1s ease;
}

input:-ms-input-placeholder {
  text-indent: 0px;
  transition: text-indent 1s ease;
}

input:focus::-webkit-input-placeholder {
  text-indent: 1170px;
  transition: text-indent 1s ease;
}

input:focus::-moz-placeholder {
  text-indent: 1170px;
  transition: text-indent 1s ease;
}

input:focus:-moz-placeholder {
  text-indent: 1170px;
  transition: text-indent 1s ease;
}

input:focus:-ms-input-placeholder {
  text-indent: 1170px;
  transition: text-indent 1s ease;
}

textarea:focus::-webkit-input-placeholder {
  text-indent: 0px;
  transition: text-indent 1s ease;
}

textarea:focus::-moz-placeholder {
  text-indent: 0px;
  transition: text-indent 1s ease;
}

textarea:focus:-moz-placeholder {
  text-indent: 0px;
  transition: text-indent 1s ease;
}

textarea:focus:-ms-input-placeholder {
  text-indent: 0px;
  transition: text-indent 1s ease;
}

/* placeholder effect */
@-moz-keyframes bounce-in {
  0% {
    padding-right: 30px;
  }
  40% {
    padding-right: 6px;
  }
  50% {
    padding-left: 30px;
  }
  100% {
    padding-left: 6px;
  }
}
@-webkit-keyframes bounce-in {
  0% {
    padding-right: 30px;
  }
  40% {
    padding-right: 6px;
  }
  50% {
    padding-left: 30px;
  }
  100% {
    padding-left: 6px;
  }
}
@-o-keyframes bounce-in {
  0% {
    padding-right: 30px;
  }
  40% {
    padding-right: 6px;
  }
  50% {
    padding-left: 30px;
  }
  100% {
    padding-left: 6px;
  }
}
@keyframes bounce-in {
  0% {
    padding-right: 30px;
  }
  40% {
    padding-right: 6px;
  }
  50% {
    padding-left: 30px;
  }
  100% {
    padding-left: 6px;
  }
}
@-webkit-keyframes pulse-btn-preloader {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(0, 91, 210, 0.1);
  }
  70% {
    -webkit-box-shadow: 0 0 0 3px rgba(0, 91, 210, 0.1);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(0, 91, 210, 0.1);
  }
}
@keyframes pulse-btn-preloader {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(0, 91, 210, 0.1);
    box-shadow: 0 0 0 0 rgba(0, 91, 210, 0.1);
  }
  70% {
    -moz-box-shadow: 0 0 0 3px rgba(0, 91, 210, 0.1);
    box-shadow: 0 0 0 3px rgba(0, 91, 210, 0.1);
  }
  100% {
    -moz-box-shadow: 0 0 0 0 rgba(0, 91, 210, 0.1);
    box-shadow: 0 0 0 0 rgba(0, 91, 210, 0.1);
  }
}
@keyframes animShex {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  15%, 50% {
    transform: scale(0.5);
    opacity: 0;
  }
  65% {
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes topBubbles {
  0% {
    background-position: 5% 90%, 10% 90%, 10% 90%, 15% 90%, 25% 90%, 25% 90%, 40% 90%, 55% 90%, 70% 90%;
  }
  50% {
    background-position: 0% 80%, 0% 20%, 10% 40%, 20% 0%, 30% 30%, 22% 50%, 50% 50%, 65% 20%, 90% 30%;
  }
  100% {
    background-position: 0% 70%, 0% 10%, 10% 30%, 20% -10%, 30% 20%, 22% 40%, 50% 40%, 65% 10%, 90% 20%;
    background-size: 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%;
  }
}
@keyframes bottomBubbles {
  0% {
    background-position: 10% -10%, 30% 10%, 55% -10%, 70% -10%, 85% -10%, 70% -10%, 70% 0%;
  }
  50% {
    background-position: 0% 80%, 20% 80%, 45% 60%, 60% 100%, 75% 70%, 95% 60%, 105% 0%;
  }
  100% {
    background-position: 0% 90%, 20% 90%, 45% 70%, 60% 110%, 75% 80%, 95% 70%, 110% 10%;
    background-size: 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%;
  }
}
[tooltip] {
  position: relative;
  /* opinion 1 */
}

/* Applies to all tooltips */
[tooltip]::before,
[tooltip]::after {
  text-transform: none;
  /* opinion 2 */
  font-size: .9em;
  /* opinion 3 */
  line-height: 1;
  user-select: none;
  pointer-events: none;
  position: absolute;
  display: none;
  opacity: 0;
}

[tooltip]::before {
  content: '';
  border: 5px solid transparent;
  /* opinion 4 */
  z-index: 1001;
  /* absurdity 1 */
}

[tooltip]::after {
  content: attr(tooltip);
  /* magic! */
  min-width: 3em;
  max-width: 21em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 1ch 1.5ch;
  border-radius: .3ch;
  box-shadow: 0 1em 2em -0.5em rgba(0, 0, 0, 0.35);
  background: #333;
  color: #fff;
  z-index: 1000;
  /* absurdity 2 */
}

/* Make the tooltips respond to hover */
[tooltip]:hover::before,
[tooltip]:hover::after {
  display: block;
}

/* don't show empty tooltips */
[tooltip='']::before,
[tooltip='']::after {
  display: none !important;
}

/* FLOW: UP */
[tooltip]:not([flow])::before,
[tooltip][flow^="up"]::before {
  bottom: 100%;
  border-bottom-width: 0;
  border-top-color: #333;
}

[tooltip]:not([flow])::after,
[tooltip][flow^="up"]::after {
  bottom: calc(100% + 5px);
}

[tooltip]:not([flow])::before,
[tooltip]:not([flow])::after,
[tooltip][flow^="up"]::before,
[tooltip][flow^="up"]::after {
  left: 50%;
  transform: translate(-50%, -0.5em);
}

/* FLOW: DOWN */
[tooltip][flow^="down"]::before {
  top: 100%;
  border-top-width: 0;
  border-bottom-color: #333;
}

[tooltip][flow^="down"]::after {
  top: calc(100% + 5px);
}

[tooltip][flow^="down"]::before,
[tooltip][flow^="down"]::after {
  left: 75%;
  transform: translate(-50%, 0.5em);
}

/* FLOW: LEFT */
[tooltip][flow^="left"]::before {
  top: 50%;
  border-right-width: 0;
  border-left-color: #333;
  left: calc(0em - 5px);
  transform: translate(-0.5em, -50%);
}

[tooltip][flow^="left"]::after {
  top: 50%;
  right: calc(100% + 5px);
  transform: translate(-0.5em, -50%);
}

/* FLOW: RIGHT */
[tooltip][flow^="right"]::before {
  top: 50%;
  border-left-width: 0;
  border-right-color: #333;
  right: calc(0em - 5px);
  transform: translate(0.5em, -50%);
}

[tooltip][flow^="right"]::after {
  top: 50%;
  left: calc(100% + 5px);
  transform: translate(0.5em, -50%);
}

/* KEYFRAMES */
@keyframes tooltips-vert {
  to {
    opacity: .9;
    transform: translate(-50%, 0);
  }
}
@keyframes tooltips-horz {
  to {
    opacity: .9;
    transform: translate(0, -50%);
  }
}
/* FX All The Things */
[tooltip]:not([flow]):hover::before,
[tooltip]:not([flow]):hover::after,
[tooltip][flow^="up"]:hover::before,
[tooltip][flow^="up"]:hover::after,
[tooltip][flow^="down"]:hover::before,
[tooltip][flow^="down"]:hover::after {
  animation: tooltips-vert 300ms ease-out forwards;
}

[tooltip][flow^="left"]:hover::before,
[tooltip][flow^="left"]:hover::after,
[tooltip][flow^="right"]:hover::before,
[tooltip][flow^="right"]:hover::after {
  animation: tooltips-horz 300ms ease-out forwards;
}

.tooltiptext {
  width: 150px;
  background-color: #ebeef9;
  color: #005fcf;
  text-align: center;
  padding: 5px 0;
  border-radius: 6px;
  position: absolute;
  z-index: 1;
  top: 20px;
  margin-left: 0px;
  opacity: 1;
  transition: opacity 0.3s;
  right: -170px;
  font-size: 20px;
  font-weight: 300;
}
.tooltiptext:after {
  content: "";
  position: absolute;
  top: 10px;
  left: -10px;
  border-width: 5px;
  border-style: solid;
  border-color: #ebeef9 transparent transparent transparent;
  transform: rotate(450deg);
}

.shexagon {
  position: absolute;
  width: 10px;
  height: 10px;
  background-color: #015fcf;
}
.shexagon:before {
  content: "";
  position: absolute;
  top: -11px;
  left: 0;
  width: 0;
  height: 0;
}
.shexagon:after {
  content: "";
  position: absolute;
  top: 23px;
  left: 0;
  width: 0;
  height: 0;
}
.shexagon.shex_0 {
  top: -30px;
  left: 20px;
  animation: animShex 3s ease-in-out infinite;
  animation-delay: 0.1s;
}
.shexagon.shex_1 {
  top: 0px;
  left: -10px;
  animation: animShex 3s ease-in-out infinite;
  animation-delay: 0.21s;
}
.shexagon.shex_2 {
  top: 0px;
  left: 50px;
  animation: animShex 3s ease-in-out infinite;
  animation-delay: 0.42s;
}
.shexagon.shex_3 {
  top: 30px;
  left: 80px;
  animation: animShex 3s ease-in-out infinite;
  animation-delay: 0.64s;
}
.shexagon.shex_4 {
  top: 60px;
  left: 50px;
  animation: animShex 3s ease-in-out infinite;
  animation-delay: 0.87s;
}
.shexagon.shex_5 {
  top: 60px;
  left: -10px;
  animation: animShex 3s ease-in-out infinite;
  animation-delay: 1.1s;
}
.shexagon.shex_6 {
  top: 30px;
  left: -40px;
  animation: animShex 3s ease-in-out infinite;
  animation-delay: 1.3s;
}
.shexagon.shex_7 {
  top: 90px;
  left: 20px;
  animation: animShex 3s ease-in-out infinite;
  animation-delay: 1.5s;
}
.shexagon.shex_8 {
  top: 30px;
  left: 20px;
  animation: animShex 3s ease-in-out infinite;
  animation-delay: 0s;
}

@-moz-keyframes flyaway {
  0% {
    -webkit-transform: rotate(10deg);
    -moz-transform: rotate(10deg);
    -o-transform: rotate(10deg);
    -ms-transform: rotate(10deg);
    transform: rotate(10deg);
    top: 13px;
    right: 25px;
    height: 30px;
  }
  5% {
    -webkit-transform: rotate(10deg);
    -moz-transform: rotate(10deg);
    -o-transform: rotate(10deg);
    -ms-transform: rotate(10deg);
    transform: rotate(10deg);
    top: 13px;
    right: 0px;
    height: 30px;
  }
  20% {
    -webkit-transform: rotate(-20deg);
    -moz-transform: rotate(-20deg);
    -o-transform: rotate(-20deg);
    -ms-transform: rotate(-20deg);
    transform: rotate(-20deg);
    top: 13px;
    right: -130px;
    height: 45px;
  }
  40% {
    -webkit-transform: rotate(10deg);
    -moz-transform: rotate(10deg);
    -o-transform: rotate(10deg);
    -ms-transform: rotate(10deg);
    transform: rotate(10deg);
    top: -40px;
    right: -280px;
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }
  100% {
    -webkit-transform: rotate(60deg);
    -moz-transform: rotate(60deg);
    -o-transform: rotate(60deg);
    -ms-transform: rotate(60deg);
    transform: rotate(60deg);
    top: -200px;
    right: -1000px;
    height: 0;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
}
@-webkit-keyframes flyaway {
  0% {
    -webkit-transform: rotate(10deg);
    -moz-transform: rotate(10deg);
    -o-transform: rotate(10deg);
    -ms-transform: rotate(10deg);
    transform: rotate(10deg);
    top: 13px;
    right: 25px;
    height: 30px;
  }
  5% {
    -webkit-transform: rotate(10deg);
    -moz-transform: rotate(10deg);
    -o-transform: rotate(10deg);
    -ms-transform: rotate(10deg);
    transform: rotate(10deg);
    top: 13px;
    right: 0px;
    height: 30px;
  }
  20% {
    -webkit-transform: rotate(-20deg);
    -moz-transform: rotate(-20deg);
    -o-transform: rotate(-20deg);
    -ms-transform: rotate(-20deg);
    transform: rotate(-20deg);
    top: 13px;
    right: -130px;
    height: 45px;
  }
  40% {
    -webkit-transform: rotate(10deg);
    -moz-transform: rotate(10deg);
    -o-transform: rotate(10deg);
    -ms-transform: rotate(10deg);
    transform: rotate(10deg);
    top: -40px;
    right: -280px;
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }
  100% {
    -webkit-transform: rotate(60deg);
    -moz-transform: rotate(60deg);
    -o-transform: rotate(60deg);
    -ms-transform: rotate(60deg);
    transform: rotate(60deg);
    top: -200px;
    right: -1000px;
    height: 0;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
}
@-o-keyframes flyaway {
  0% {
    -webkit-transform: rotate(10deg);
    -moz-transform: rotate(10deg);
    -o-transform: rotate(10deg);
    -ms-transform: rotate(10deg);
    transform: rotate(10deg);
    top: 13px;
    right: 25px;
    height: 30px;
  }
  5% {
    -webkit-transform: rotate(10deg);
    -moz-transform: rotate(10deg);
    -o-transform: rotate(10deg);
    -ms-transform: rotate(10deg);
    transform: rotate(10deg);
    top: 13px;
    right: 0px;
    height: 30px;
  }
  20% {
    -webkit-transform: rotate(-20deg);
    -moz-transform: rotate(-20deg);
    -o-transform: rotate(-20deg);
    -ms-transform: rotate(-20deg);
    transform: rotate(-20deg);
    top: 13px;
    right: -130px;
    height: 45px;
  }
  40% {
    -webkit-transform: rotate(10deg);
    -moz-transform: rotate(10deg);
    -o-transform: rotate(10deg);
    -ms-transform: rotate(10deg);
    transform: rotate(10deg);
    top: -40px;
    right: -280px;
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }
  100% {
    -webkit-transform: rotate(60deg);
    -moz-transform: rotate(60deg);
    -o-transform: rotate(60deg);
    -ms-transform: rotate(60deg);
    transform: rotate(60deg);
    top: -200px;
    right: -1000px;
    height: 0;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
}
@keyframes flyaway {
  0% {
    -webkit-transform: rotate(10deg);
    -moz-transform: rotate(10deg);
    -o-transform: rotate(10deg);
    -ms-transform: rotate(10deg);
    transform: rotate(10deg);
    top: 13px;
    right: 25px;
    height: 30px;
  }
  5% {
    -webkit-transform: rotate(10deg);
    -moz-transform: rotate(10deg);
    -o-transform: rotate(10deg);
    -ms-transform: rotate(10deg);
    transform: rotate(10deg);
    top: 13px;
    right: 0px;
    height: 30px;
  }
  20% {
    -webkit-transform: rotate(-20deg);
    -moz-transform: rotate(-20deg);
    -o-transform: rotate(-20deg);
    -ms-transform: rotate(-20deg);
    transform: rotate(-20deg);
    top: 13px;
    right: -130px;
    height: 45px;
  }
  40% {
    -webkit-transform: rotate(10deg);
    -moz-transform: rotate(10deg);
    -o-transform: rotate(10deg);
    -ms-transform: rotate(10deg);
    transform: rotate(10deg);
    top: -40px;
    right: -280px;
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }
  100% {
    -webkit-transform: rotate(60deg);
    -moz-transform: rotate(60deg);
    -o-transform: rotate(60deg);
    -ms-transform: rotate(60deg);
    transform: rotate(60deg);
    top: 200px;
    right: -1500px;
    height: 0;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
}
.my-programms-table .my-programms-preloader {
  opacity: .3;
  border: 1px solid #eee;
  overflow: hidden;
  position: relative;
}
.my-programms-table .my-programms-preloader:after {
  content: "";
  margin-left: 00px;
  width: 30px;
  height: 800px;
  background: rgba(255, 255, 255, 0.5);
  -webkit-animation-delay: 0.05s;
  animation-delay: 0.05s;
  position: absolute;
  left: 0px;
  top: -150px;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
  -webkit-animation-name: slideme;
  animation-name: slideme;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  overflow: hidden;
}
.my-programms-table .my-programms-preloader .gray {
  color: #ccc;
  background: #ccc;
  line-height: 1em;
}
.my-programms-table .my-programms-preloader .link {
  color: #ccc;
  background: #ccc;
  line-height: 1em;
}
.my-programms-table .my-programms-preloader .dowload-block p {
  color: #ccc;
  background: #ccc;
  line-height: 1em;
  display: initial;
}
.my-programms-table .my-programms-preloader .dowload-block p svg.svg.replaced-svg {
  background: #ccc;
}
.my-programms-table .my-programms-preloader .dowload-block p svg.svg.replaced-svg g path {
  fill: #ccc;
}
.my-programms-table .my-programms-preloader .guide-block p {
  color: #ccc;
  background: #ccc;
  line-height: 1em;
  display: initial;
}
.my-programms-table .my-programms-preloader .guide-block p svg.svg.replaced-svg {
  background: #ccc;
}
.my-programms-table .my-programms-preloader .guide-block p svg.svg.replaced-svg path {
  fill: #ccc;
}
.my-programms-table .my-programms-preloader .guide-block a {
  color: #ccc;
  background: #ccc;
  line-height: 1em;
  display: initial;
}
.my-programms-table .my-programms-preloader .date-block p {
  color: #ccc;
  background: #ccc;
  line-height: 1em;
  display: initial;
}
.my-programms-table .my-programms-preloader .status-block p {
  color: #ccc;
  background: #ccc;
  line-height: 1em;
  display: initial;
}
.my-programms-table .my-programms-preloader .status-block p svg.svg.replaced-svg {
  background: #ccc;
}
.my-programms-table .my-programms-preloader .status-block p svg.svg.replaced-svg path {
  fill: #ccc;
}

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

/* End */


/* Start:/bitrix/components/bisexpert/owlslider/theme/owl.carousel.css?14877628321476*/
/* 
 * 	Core Owl Carousel CSS File
 *	v1.3.3
 */

/* clearfix */
.owl-carousel .owl-wrapper:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
/* display none until init */
.owl-carousel{
	display: none;
	position: relative;
	width: 100%;
	-ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper{
	display: none;
	position: relative;
	-webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer{
	overflow: hidden;
	position: relative;
	width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight{
	-webkit-transition: height 500ms ease-in-out;
	-moz-transition: height 500ms ease-in-out;
	-ms-transition: height 500ms ease-in-out;
	-o-transition: height 500ms ease-in-out;
	transition: height 500ms ease-in-out;
}
	
.owl-carousel .owl-item{
	float: left;
}
.owl-controls .owl-page,
.owl-controls .owl-buttons div{
	cursor: pointer;
}
.owl-controls {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* mouse grab icon */
.grabbing { 
    cursor:url(/bitrix/components/bisexpert/owlslider/theme/grabbing.png) 8 8, move;
}

/* fix */
.owl-carousel  .owl-wrapper,
.owl-carousel  .owl-item{
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility:    hidden;
	-ms-backface-visibility:     hidden;
  -webkit-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);
}


/* End */


/* Start:/bitrix/components/bisexpert/owlslider/theme/owl.theme.css?14877628323942*/
/*
* 	Owl Carousel Owl Demo Theme 
*	v1.3.3
*/

.owl-theme .owl-controls{
	margin-top: 10px;
	text-align: center;
}

/* Styling Next and Prev buttons */
.owl-theme .owl-controls .owl-buttons div{
	color: #FFF;
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
	margin: 5px;
	padding: 3px 10px;
	font-size: 12px;
	border-radius: 30px;
	background: #869791;
	filter: Alpha(Opacity=50);/*IE7 fix*/
	opacity: 0.5;
}

.owl-main-wrap .owl-theme--arrows .owl-controls .owl-buttons div {
    display: none;
    position: absolute;
    top: 50%;
    border-radius: 0;
    filter: Alpha(Opacity=50);/*IE7 fix*/
    opacity: 0.5;
    padding: 0;
    margin: -28px 0 0 0;
    width: 56px;
    height: 58px;
    color: transparent;
    text-indent: -9999em;
}
.owl-main-wrap:hover .owl-theme--arrows .owl-controls .owl-buttons div {
    display: block;
}
.owl-theme--arrows .owl-controls .owl-buttons .owl-prev {
    left: 0;
    background: url("/bitrix/components/bisexpert/owlslider/theme/slider-arrow-left.png") no-repeat;
}

.owl-theme--arrows .owl-controls .owl-buttons .owl-next {
    right: 0;
    background: url("/bitrix/components/bisexpert/owlslider/theme/slider-arrow-right.png") no-repeat;
}


/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
.owl-theme .owl-controls .owl-buttons div:hover{
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1 !important;
	text-decoration: none;
}

/* Styling Pagination*/

.owl-theme .owl-controls .owl-page{
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
}
.owl-theme .owl-controls .owl-page span{
	display: block;
	width: 12px;
	height: 12px;
	margin: 5px 7px;
	filter: Alpha(Opacity=50);/*IE7 fix*/
	opacity: 0.5;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	background: #869791;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span{
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
}

/* If PaginationNumbers is true */

.owl-theme .owl-controls .owl-page span.owl-numbers{
	height: auto;
	width: auto;
	color: #FFF;
	padding: 2px 10px;
	font-size: 12px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}

/* preloading images */
.owl-item.loading{
	min-height: 150px;
	background: url(/bitrix/components/bisexpert/owlslider/theme/AjaxLoader.gif) no-repeat center center
}

/* component fix*/
.owl-main-wrap {
    position: relative;
	display: table;
	table-layout: fixed;
	width: 100%;
}
.owl-main-wrap__inner {
    padding: 0;
}
.owl-carousel__item-link {
    display: block;
}
.owl-main-wrap .owl-theme--responsive .adaptive-img {
    display: block;
    max-width: 100%;
    height: auto;
}
.owl-main-wrap .owl-theme--center .adaptive-img {
    margin: 0 auto;
}
.owl-carousel__item-descr {
    position: absolute;
    width: 100%;
    padding: 8px 10px 10px;
    background: rgba(0,0,0,0.7);
    left: 0;
    bottom: 0;
    font-size: 16px;
    color: #fff;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-transition-property: padding-bottom;
    -webkit-transition-duration: .3s;
    -moz-transition: padding-bottom .3s;
    -o-transition: padding-bottom .3s;
    transition: padding-bottom .3s;
}
.owl-main-wrap:hover .owl-carousel__item-descr {
    padding-bottom: 24px;
}
.owl-carousel__object-item {
    position: relative;
}
.owl-carousel__object-item__link {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.owl-carousel__object-item figure {
    display: block;
}
.owl-dev-link {
    display: block;
    color: rgba(126, 126, 126, 0.7);
    font-size: 10px;
    text-decoration: none;
    text-align: right;
}
.owl-main-wrap:hover .owl-dev-link:hover {
    color: rgba(141, 173, 255, 1);
    text-decoration: underline;
}

/* media query */
@media screen and (max-width: 560px) {
    .owl-main-wrap .owl-theme--arrows .owl-controls .owl-buttons div {
        display: none;
    }
    .owl-carousel__item-descr {
        display: none;
    }
}

/* End */


/* Start:/bitrix/components/bisexpert/owlslider/theme/owl.transitions.css?148776283232820*/
/* 
 *  Owl Carousel CSS3 Transitions 
 *  v1.3.2
 */

.owl-origin {
    -webkit-perspective: 1200px;
    -webkit-perspective-origin-x : 50%;
    -webkit-perspective-origin-y : 50%;
    -moz-perspective : 1200px;
    -moz-perspective-origin-x : 50%;
    -moz-perspective-origin-y : 50%;
    perspective : 1200px;
}
/* fade */
.owl-fade-out {
    z-index: 10;
    -webkit-animation: fadeOut .7s both ease;
    -moz-animation: fadeOut .7s both ease;
    animation: fadeOut .7s both ease;
}
.owl-fade-in {
    -webkit-animation: fadeIn .7s both ease;
    -moz-animation: fadeIn .7s both ease;
    animation: fadeIn .7s both ease;
}
/* backSlide */
.owl-backSlide-out {
    -webkit-animation: backSlideOut 1s both ease;
    -moz-animation: backSlideOut 1s both ease;
    animation: backSlideOut 1s both ease;
}
.owl-backSlide-in {
    -webkit-animation: backSlideIn 1s both ease;
    -moz-animation: backSlideIn 1s both ease;
    animation: backSlideIn 1s both ease;
}
/* goDown */
.owl-goDown-out {
    -webkit-animation: scaleToFade .7s ease both;
    -moz-animation: scaleToFade .7s ease both;
    animation: scaleToFade .7s ease both;
}
.owl-goDown-in {
    -webkit-animation: goDown .6s ease both;
    -moz-animation: goDown .6s ease both;
    animation: goDown .6s ease both;
}
/* scaleUp */
.owl-fadeUp-in {
    -webkit-animation: scaleUpFrom .5s ease both;
    -moz-animation: scaleUpFrom .5s ease both;
    animation: scaleUpFrom .5s ease both;
}

.owl-fadeUp-out {
    -webkit-animation: scaleUpTo .5s ease both;
    -moz-animation: scaleUpTo .5s ease both;
    animation: scaleUpTo .5s ease both;
}
/* Keyframes */
/*empty*/
@-webkit-keyframes empty {
    0% {opacity: 1}
}
@-moz-keyframes empty {
    0% {opacity: 1}
}
@keyframes empty {
    0% {opacity: 1}
}
@-webkit-keyframes fadeIn {
    0% { opacity:0; }
    100% { opacity:1; }
}
@-moz-keyframes fadeIn {
    0% { opacity:0; }
    100% { opacity:1; }
}
@keyframes fadeIn {
    0% { opacity:0; }
    100% { opacity:1; }
}
@-webkit-keyframes fadeOut {
    0% { opacity:1; }
    100% { opacity:0; }
}
@-moz-keyframes fadeOut {
    0% { opacity:1; }
    100% { opacity:0; }
}
@keyframes fadeOut {
    0% { opacity:1; }
    100% { opacity:0; }
}
@-webkit-keyframes backSlideOut {
    25% { opacity: .5; -webkit-transform: translateZ(-500px); }
    75% { opacity: .5; -webkit-transform: translateZ(-500px) translateX(-200%); }
    100% { opacity: .5; -webkit-transform: translateZ(-500px) translateX(-200%); }
}
@-moz-keyframes backSlideOut {
    25% { opacity: .5; -moz-transform: translateZ(-500px); }
    75% { opacity: .5; -moz-transform: translateZ(-500px) translateX(-200%); }
    100% { opacity: .5; -moz-transform: translateZ(-500px) translateX(-200%); }
}
@keyframes backSlideOut {
    25% { opacity: .5; transform: translateZ(-500px); }
    75% { opacity: .5; transform: translateZ(-500px) translateX(-200%); }
    100% { opacity: .5; transform: translateZ(-500px) translateX(-200%); }
}
@-webkit-keyframes backSlideIn {
    0%, 25% { opacity: .5; -webkit-transform: translateZ(-500px) translateX(200%); }
    75% { opacity: .5; -webkit-transform: translateZ(-500px); }
    100% { opacity: 1; -webkit-transform: translateZ(0) translateX(0); }
}
@-moz-keyframes backSlideIn {
    0%, 25% { opacity: .5; -moz-transform: translateZ(-500px) translateX(200%); }
    75% { opacity: .5; -moz-transform: translateZ(-500px); }
    100% { opacity: 1; -moz-transform: translateZ(0) translateX(0); }
}
@keyframes backSlideIn {
    0%, 25% { opacity: .5; transform: translateZ(-500px) translateX(200%); }
    75% { opacity: .5; transform: translateZ(-500px); }
    100% { opacity: 1; transform: translateZ(0) translateX(0); }
}
@-webkit-keyframes scaleToFade {
    to { opacity: 0; -webkit-transform: scale(.8); }
}
@-moz-keyframes scaleToFade {
    to { opacity: 0; -moz-transform: scale(.8); }
}
@keyframes scaleToFade {
    to { opacity: 0; transform: scale(.8); }
}
@-webkit-keyframes goDown {
    from { -webkit-transform: translateY(-100%); }
}
@-moz-keyframes goDown {
    from { -moz-transform: translateY(-100%); }
}
@keyframes goDown {
    from { transform: translateY(-100%); }
}

@-webkit-keyframes scaleUpFrom {
    from { opacity: 0; -webkit-transform: scale(1.5); }
}
@-moz-keyframes scaleUpFrom {
    from { opacity: 0; -moz-transform: scale(1.5); }
}
@keyframes scaleUpFrom {
    from { opacity: 0; transform: scale(1.5); }
}

@-webkit-keyframes scaleUpTo {
    to { opacity: 0; -webkit-transform: scale(1.5); }
}
@-moz-keyframes scaleUpTo {
    to { opacity: 0; -moz-transform: scale(1.5); }
}
@keyframes scaleUpTo {
    to { opacity: 0; transform: scale(1.5); }
}

/* ================================= */
/* Transitions ported from codedrops */
/* ================================= */

/* ========= */
/* SoftScale */
/* ========= */
.owl-softScale-next-out {
    -webkit-animation: scaleUp 1.5s forwards cubic-bezier(0.7, 0, 0.3, 1);
    animation: scaleUp 1.5s forwards cubic-bezier(0.7, 0, 0.3, 1);
}

.owl-softScale-next-in {
    -webkit-animation: scaleDownUp 1.5s forwards cubic-bezier(0.7, 0, 0.3, 1);
    animation: scaleDownUp 1.5s forwards cubic-bezier(0.7, 0, 0.3, 1);
}

.owl-softScale-prev-out {
    -webkit-animation: scaleDown 1.5s forwards cubic-bezier(0.7, 0, 0.3, 1);
    animation: scaleDown 1.5s forwards cubic-bezier(0.7, 0, 0.3, 1);
}

.owl-softScale-prev-in {
    -webkit-animation: scaleUpDown 1.5s forwards cubic-bezier(0.7, 0, 0.3, 1);
    animation: scaleUpDown 1.5s forwards cubic-bezier(0.7, 0, 0.3, 1);
}

@-webkit-keyframes scaleUp {
    from {} /* Fixes Chrome issue 35.0.1916.114 (easing breaks) */
    to {
        -webkit-transform: scale(1.2);
        opacity: 0;
    }
}

@keyframes scaleUp {
    from {} /* Fixes Chrome issue 35.0.1916.114 (easing breaks) */
    to {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
        opacity: 0;
    }
}

@-webkit-keyframes scaleDownUp {
    from {
        opacity: 0;
        -webkit-transform: scale(0.9);
    }
    to {
        opacity: 1;
        -webkit-transform: scale(1);
    }
}

@keyframes scaleDownUp {
    from {
        opacity: 0;
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
    }
    to {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@-webkit-keyframes scaleDown {
    from {} /* Fixes Chrome issue 35.0.1916.114 (easing breaks) */
    to {
        opacity: 0;
        -webkit-transform: scale(0.9);
    }
}

@keyframes scaleDown {
    from {} /* Fixes Chrome issue 35.0.1916.114 (easing breaks) */
    to {
        opacity: 0;
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
    }
}

@-webkit-keyframes scaleUpDown {
    from {
        -webkit-transform: scale(1.2);
    }
    to {
        opacity: 1;
        -webkit-transform: scale(1);
    }
}

@keyframes scaleUpDown {
    from {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }
    to {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

/* Press away */
/************ */

.owl-pressAway-next-out {
    -webkit-animation: slideOutScaleRight 1.2s forwards cubic-bezier(0.7, 0, 0.3, 1);
    animation: slideOutScaleRight 1.2s forwards cubic-bezier(0.7, 0, 0.3, 1);
}

.owl-pressAway-next-in {
    opacity: 1;
    -webkit-animation: slideInFromLeft 1.2s forwards cubic-bezier(0.7, 0, 0.3, 1);
    animation: slideInFromLeft 1.2s forwards cubic-bezier(0.7, 0, 0.3, 1);
}

.owl-pressAway-prev-out {
    -webkit-animation: slideOutScaleLeft 1.2s forwards cubic-bezier(0.7, 0, 0.3, 1);
    animation: slideOutScaleLeft 1.2s forwards cubic-bezier(0.7, 0, 0.3, 1);
}

.owl-pressAway-prev-in {
    opacity: 1;
    -webkit-animation: slideInFromRight 1.2s forwards cubic-bezier(0.7, 0, 0.3, 1);
    animation: slideInFromRight 1.2s forwards cubic-bezier(0.7, 0, 0.3, 1);
}

@-webkit-keyframes slideOutScaleRight {
    from {} /* Fixes Chrome issue 35.0.1916.114 (easing breaks) */
    to {
        -webkit-transform: translateX(100%) scale(0.9);
        opacity: 0;
    }
}

@keyframes slideOutScaleRight {
    from {} /* Fixes Chrome issue 35.0.1916.114 (easing breaks) */
    to {
        -webkit-transform: translateX(100%) scale(0.9);
        transform: translateX(100%) scale(0.9);
        opacity: 0;
    }
}

@-webkit-keyframes slideInFromLeft {
    from {
        -webkit-transform: translateX(-100%);
    }
    to {
        -webkit-transform: translateX(0);
    }
}

@keyframes slideInFromLeft {
    from {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }
    to {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@-webkit-keyframes slideOutScaleLeft {
    from {} /* Fixes Chrome issue 35.0.1916.114 (easing breaks) */
    to {
        -webkit-transform: translateX(-100%) scale(0.9);
        opacity: 0;
    }
}

@keyframes slideOutScaleLeft {
    from {} /* Fixes Chrome issue 35.0.1916.114 (easing breaks) */
    to {
        -webkit-transform: translateX(-100%) scale(0.9);
        transform: translateX(-100%) scale(0.9);
        opacity: 0;
    }
}

@-webkit-keyframes slideInFromRight {
    from {
        -webkit-transform: translateX(100%);
    }
    to {
        -webkit-transform: translateX(0);
    }
}

@keyframes slideInFromRight {
    from {
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }
    to {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

/* Side Swing */
/*****************************************/

.owl-sideSwing-next-out {
    -webkit-animation: slideOutScaleRight 1.2s forwards;
    animation: slideOutScaleRight 1.2s forwards;
    -webkit-animation-timing-function: cubic-bezier(1, 0, 0, 1); /* older webkit */
    -webkit-animation-timing-function: cubic-bezier(1, -0.2, 0, 1);
    animation-timing-function: cubic-bezier(1, -0.2, 0, 1);
}

.owl-sideSwing-next-in {
    opacity: 1;
    -webkit-animation: slideInFromLeft 1.2s forwards;
    animation: slideInFromLeft 1.2s forwards;
    -webkit-animation-timing-function: cubic-bezier(1, 0, 0, 1); /* older webkit */
    -webkit-animation-timing-function: cubic-bezier(1, -0.2, 0, 1);
    animation-timing-function: cubic-bezier(1, -0.2, 0, 1);
}

.owl-sideSwing-prev-out {
    -webkit-animation: slideOutScaleLeft 1.2s forwards;
    animation: slideOutScaleLeft 1.2s forwards;
    -webkit-animation-timing-function: cubic-bezier(1, 0, 0, 1); /* older webkit */
    -webkit-animation-timing-function: cubic-bezier(1, -0.2, 0, 1);
    animation-timing-function: cubic-bezier(1, -0.2, 0, 1);
}

.owl-sideSwing-prev-in {
    opacity: 1;
    -webkit-animation: slideInFromRight 1.2s forwards;
    animation: slideInFromRight 1.2s forwards;
    -webkit-animation-timing-function: cubic-bezier(1, 0, 0, 1); /* older webkit */
    -webkit-animation-timing-function: cubic-bezier(1, -0.2, 0, 1);
    animation-timing-function: cubic-bezier(1, -0.2, 0, 1);
}

/* Fortune wheel */
/*************** */

.fxFortuneWheel .itemwrap {
    -webkit-perspective: 1600px;
    perspective: 1600px;
}

.owl-fortuneWheel-next-out {
    -webkit-animation: slideOutScaleRight 1.2s forwards cubic-bezier(0.7, 0, 0.3, 1);
    animation: slideOutScaleRight 1.2s forwards cubic-bezier(0.7, 0, 0.3, 1);
}

.owl-fortuneWheel-next-in {
    -webkit-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
    -webkit-animation: rotateInFromLeft 1.2s forwards cubic-bezier(0.7, 0, 0.3, 1);
    animation: rotateInFromLeft 1.2s forwards cubic-bezier(0.7, 0, 0.3, 1);
}

.owl-fortuneWheel-prev-out {
    -webkit-animation: slideOutScaleLeft 1.2s forwards cubic-bezier(0.7, 0, 0.3, 1);
    animation: slideOutScaleLeft 1.2s forwards cubic-bezier(0.7, 0, 0.3, 1);
}

.owl-fortuneWheel-prev-in {
    -webkit-transform-origin: 0% 50%;
    transform-origin: 0% 50%;
    -webkit-animation: rotateInFromRight 1.2s forwards cubic-bezier(0.7, 0, 0.3, 1);
    animation: rotateInFromRight 1.2s forwards cubic-bezier(0.7, 0, 0.3, 1);
}

@-webkit-keyframes rotateInFromLeft {
    from {
        -webkit-transform: translateX(-100%) rotateY(-55deg);
    }
    to {
        -webkit-transform: translateX(0) rotateY(0deg);
        opacity: 1;
    }
}

@keyframes rotateInFromLeft {
    from {
        -webkit-transform: translateX(-100%) rotateY(-55deg);
        transform: translateX(-100%) rotateY(-55deg);
    }
    to {
        -webkit-transform: translateX(0) rotateY(0deg);
        transform: translateX(0) rotateY(0deg);
        opacity: 1;
    }
}

@-webkit-keyframes rotateInFromRight {
    from {
        -webkit-transform: translateX(100%) rotateY(55deg);
    }
    to {
        -webkit-transform: translateX(0) rotateY(0deg);
        opacity: 1;
    }
}

@keyframes rotateInFromRight {
    from {
        -webkit-transform: translateX(100%) rotateY(55deg);
        transform: translateX(100%) rotateY(55deg);
    }
    to {
        -webkit-transform: translateX(0) rotateY(0deg);
        transform: translateX(0) rotateY(0deg);
        opacity: 1;
    }
}

/* Push reveal */
/***************/

.owl-reveal-next-out {
    opacity: 1;
    -webkit-animation: slideOutBottom 0.7s forwards ease-in-out;
    animation: slideOutBottom 0.7s forwards ease-in-out;
    z-index: 1000;
}

.owl-reveal-next-in {
    opacity: 1;
    -webkit-animation: slideInHalfFromTop 0.7s forwards ease-in-out;
    animation: slideInHalfFromTop 0.7s forwards ease-in-out;
    z-index: 1001;
}

.owl-reveal-prev-out {
    opacity: 1;
    -webkit-animation: slideOutHalfTop 0.7s forwards ease-in-out;
    animation: slideOutHalfTop 0.7s forwards ease-in-out;
    z-index: 1000;
}

.owl-reveal-prev-in {
    opacity: 1;
    z-index: 1001;
    -webkit-animation: slideInFromBottom 0.7s forwards ease-in-out;
    animation: slideInFromBottom 0.7s forwards ease-in-out;
}

@-webkit-keyframes slideOutBottom {
    from {} /* Fixes Chrome issue 35.0.1916.114 (easing breaks) */
    to {
        -webkit-transform: translateY(100%);
    }
}

@keyframes slideOutBottom {
    from {} /* Fixes Chrome issue 35.0.1916.114 (easing breaks) */
    to {
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
    }
}

@-webkit-keyframes slideInHalfFromTop {
    from {
        -webkit-transform: translateY(-50%);
    }
    to {
        -webkit-transform: translateY(0);
    }
}

@keyframes slideInHalfFromTop {
    from {
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }
    to {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@-webkit-keyframes slideOutHalfTop {
    from {} /* Fixes Chrome issue 35.0.1916.114 (easing breaks) */
    to {
        -webkit-transform: translateY(-50%);
    }
}

@keyframes slideOutHalfTop {
    from {} /* Fixes Chrome issue 35.0.1916.114 (easing breaks) */
    to {
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }
}

@-webkit-keyframes slideInFromBottom {
    from {
        -webkit-transform: translateY(100%);
    }
    to {
        -webkit-transform: translateY(0);
    }
}

@keyframes slideInFromBottom {
    from {
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
    }
    to {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

/* Snap in */
/***********/

.owl-snapIn-next-out {
    -webkit-animation: slideOutLeft 0.5s forwards ease-in;
    animation: slideOutLeft 0.5s forwards ease-in;
}

.owl-snapIn-next-in {
    z-index: 1001;
    opacity: 1;
    -webkit-animation: slideFromRightFast 0.5s forwards cubic-bezier(0.7, 0, 0.3, 1);
    animation: slideFromRightFast 0.5s forwards cubic-bezier(0.7, 0, 0.3, 1);
}

.owl-snapIn-prev-out {
    -webkit-animation: slideOutRight 0.5s forwards ease-in;
    animation: slideOutRight 0.5s forwards ease-in;
}

.owl-snapIn-prev-in {
    z-index: 1001;
    opacity: 1;
    -webkit-animation: slideFromLeftFast 0.5s forwards cubic-bezier(0.7, 0, 0.3, 1);
    animation: slideFromLeftFast 0.5s forwards cubic-bezier(0.7, 0, 0.3, 1);
}

.owl-snapIn-next-out::after,
.owl-snapIn-next-in::after,
.owl-snapIn-prev-out::after,
.owl-snapIn-prev-in::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    pointer-events: none;
    background-color: rgba(0,0,0,0.8);
    transition: opacity 0.4s 0.1s ease-in;
}

.owl-snapIn-prev-out::after,
.owl-snapIn-next-out::after {
    opacity: 1;
}

@-webkit-keyframes slideOutLeft {
    from {} /* Fixes Chrome issue 35.0.1916.114 (easing breaks) */
    to {
        -webkit-transform: translateX(-10%);
    }
}

@keyframes slideOutLeft {
    from {} /* Fixes Chrome issue 35.0.1916.114 (easing breaks) */
    to {
        -webkit-transform: translateX(-10%);
        transform: translateX(-10%);
    }
}

@-webkit-keyframes slideFromRightFast {
    0%,50% {
        -webkit-transform: translateX(100%);
    }
    100% {
        -webkit-transform: translateX(0%);
    }
}

@keyframes slideFromRightFast {
    0%,50% {
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }
    100% {
        -webkit-transform: translateX(0%);
        transform: translateX(0%);
    }
}

@-webkit-keyframes slideOutRight {
    from {} /* Fixes Chrome issue 35.0.1916.114 (easing breaks) */
    to {
        -webkit-transform: translateX(10%);
    }
}

@keyframes slideOutRight {
    from {} /* Fixes Chrome issue 35.0.1916.114 (easing breaks) */
    to {
        -webkit-transform: translateX(10%);
        transform: translateX(10%);
    }
}

@-webkit-keyframes slideFromLeftFast {
    0%,50% {
        -webkit-transform: translateX(-100%);
    }
    100% {
        -webkit-transform: translateX(0%);
    }
}

@keyframes slideFromLeftFast {
    0%,50% {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }
    100% {
        -webkit-transform: translateX(0%);
        transform: translateX(0%);
    }
}

/* Let me in */
/*************/

.owl-letMeIn-next-out {
    -webkit-transform-origin: 0% 50%;
    transform-origin: 0% 50%;
    -webkit-animation: rotateOutRight 0.5s forwards ease-in-out;
    animation: rotateOutRight 0.5s forwards ease-in-out;
}

.owl-letMeIn-next-in {
    z-index: 1001;
    opacity: 1;
    -webkit-animation: slideFromRightFast 0.5s forwards ease;
    animation: slideFromRightFast 0.5s forwards ease;
}

.owl-letMeIn-prev-out {
    -webkit-transform-origin: 100% 0%;
    transform-origin: 100% 0%;
    -webkit-animation: rotateOutLeft 0.5s forwards ease-in-out;
    animation: rotateOutLeft 0.5s forwards ease-in-out;
}

.owl-letMeIn-prev-in {
    z-index: 1001;
    opacity: 1;
    -webkit-animation: slideFromLeftFast 0.5s forwards ease;
    animation: slideFromLeftFast 0.5s forwards ease;
}

.owl-letMeIn-next-out::after,
.owl-letMeIn-next-in::after,
.owl-letMeIn-prev-out::after,
.owl-letMeIn-prev-in::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    pointer-events: none;
    background-color: rgba(0,0,0,0.6);
    transition: opacity 0.5s ease-in-out;
}

.owl-letMeIn-prev-out::after,
.owl-letMeIn-next-out::after {
    opacity: 1;
}

@-webkit-keyframes rotateOutRight {
    from {} /* Fixes Chrome issue 35.0.1916.114 (easing breaks) */
    to {
        -webkit-transform: rotateY(10deg);
    }
}

@keyframes rotateOutRight {
    from {} /* Fixes Chrome issue 35.0.1916.114 (easing breaks) */
    to {
        -webkit-transform: rotateY(10deg);
        transform: rotateY(10deg);
    }
}

@-webkit-keyframes rotateOutLeft {
    from {} /* Fixes Chrome issue 35.0.1916.114 (easing breaks) */
    to {
        -webkit-transform: rotateY(-10deg);
    }
}

@keyframes rotateOutLeft {
    from {} /* Fixes Chrome issue 35.0.1916.114 (easing breaks) */
    to {
        -webkit-transform: rotateY(-10deg);
        transform: rotateY(-10deg);
    }
}

/* Stick it */
/************/

.owl-stickIt-next-out {
    -webkit-transform-origin: 50% 0%;
    transform-origin: 50% 0%;
    -webkit-animation: rotateBottomSideOut 0.8s forwards ease-in;
    animation: rotateBottomSideOut 0.8s forwards ease-in;
}

.owl-stickIt-next-in {
    z-index: 1001;
    opacity: 1;
    -webkit-animation: slideInFromBottomDelayed 0.8s forwards;
    animation: slideInFromBottomDelayed 0.8s forwards;
}

.owl-stickIt-prev-out {
    opacity: 1;
    -webkit-animation: slideOutToBottom 0.8s forwards;
    animation: slideOutToBottom 0.8s forwards;
}

.owl-stickIt-prev-in {
    -webkit-transform-origin: 50% 0%;
    transform-origin: 50% 0%;
    -webkit-animation: rotateBottomSideIn 0.8s 0.1s forwards ease-in;
    animation: rotateBottomSideIn 0.8s 0.1s forwards ease-in;
}

@-webkit-keyframes rotateBottomSideOut {
    from {} /* Fixes Chrome issue 35.0.1916.114 (easing breaks) */
    40% {
        -webkit-transform: rotateX(-15deg);
        -webkit-animation-timing-function: ease-out;
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(0.8) translateZ(-200px);
    }
}

@keyframes rotateBottomSideOut {
    from {} /* Fixes Chrome issue 35.0.1916.114 (easing breaks) */
    40% {
        -webkit-transform: rotateX(-15deg);
        transform: rotateX(-15deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(0.8) translateZ(-200px);
        transform: scale(0.8) translateZ(-200px);
    }
}

@-webkit-keyframes slideInFromBottomDelayed {
    0%, 30% {
        -webkit-transform: translateY(100%);
    }
    100% {
        -webkit-transform: translateY(0);
    }
}

@keyframes slideInFromBottomDelayed {
    0%, 30% {
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@-webkit-keyframes rotateBottomSideIn {
    0% {
        opacity: 0;
        -webkit-transform: scale(0.8) translateZ(-200px);
    }
    60% {
        -webkit-transform: scale(1) translateZ(0) rotateX(-15deg);
        -webkit-animation-timing-function: ease-out;
    }
    100% {
        opacity: 1;
        -webkit-transform: scale(1) translateZ(0) rotateX(0deg);
    }
}

@keyframes rotateBottomSideIn {
    0% {
        opacity: 0;
        -webkit-transform: scale(0.8) translateZ(-200px);
        transform: scale(0.8) translateZ(-200px);
    }
    60% {
        -webkit-transform: scale(1) translateZ(0) rotateX(-15deg);
        transform: scale(1) translateZ(0) rotateX(-15deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
    100% {
        opacity: 1;
        -webkit-transform: scale(1) translateZ(0) rotateX(0deg);
        transform: scale(1) translateZ(0) rotateX(0deg);
    }
}

@-webkit-keyframes slideOutToBottom {
    from {} /* Fixes Chrome issue 35.0.1916.114 (easing breaks) */
    to {
        -webkit-transform: translateY(100%);
    }
}

@keyframes slideOutToBottom {
    from {} /* Fixes Chrome issue 35.0.1916.114 (easing breaks) */
    to {
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
    }
}

/* Archive me */
/**************/

.owl-archiveMe-next-out {
    -webkit-animation: scaleHalfDown 0.7s forwards cubic-bezier(0.7, 0, 0.3, 1);
    animation: scaleHalfDown 0.7s forwards cubic-bezier(0.7, 0, 0.3, 1);
}

.owl-archiveMe-next-in {
    z-index: 1001;
    opacity: 1;
    -webkit-animation: slideInFromBottom 0.7s forwards cubic-bezier(0.7, 0, 0.3, 1);
    animation: slideInFromBottom 0.7s forwards cubic-bezier(0.7, 0, 0.3, 1);
}

.owl-archiveMe-prev-out {
    -webkit-animation: slideOutToBottom 0.7s forwards cubic-bezier(0.7, 0, 0.3, 1);
    animation: slideOutToBottom 0.7s forwards cubic-bezier(0.7, 0, 0.3, 1);
}

.owl-archiveMe-prev-in {
    -webkit-animation: scaleHalfUp 0.7s forwards cubic-bezier(0.7, 0, 0.3, 1);
    animation: scaleHalfUp 0.7s forwards cubic-bezier(0.7, 0, 0.3, 1);
}

.owl-archiveMe-next-out::before,
.owl-archiveMe-next-in::before,
.owl-archiveMe-prev-out::before,
.owl-archiveMe-prev-in::before,
.owl-archiveMe-next-out::after,
.owl-archiveMe-next-in::after,
.owl-archiveMe-prev-out::after,
.owl-archiveMe-prev-in::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    background-color: rgba(0,0,0,0.7);
    transition: opacity 0.7s cubic-bezier(0.7, 0, 0.3, 1);
}

.owl-archiveMe-next-out::after,
.owl-archiveMe-next-in::after,
.owl-archiveMe-prev-out::after,
.owl-archiveMe-prev-in::after,
.owl-archiveMe-next-out::after,::before {
    opacity: 1;
}

.owl-archiveMe-next-out::before,
.owl-archiveMe-next-in::before,
.owl-archiveMe-prev-out::before,
.owl-archiveMe-prev-in::before,
    /*.fxArchiveMe li.current::after,*/
.owl-archiveMe-next-in::after,
.owl-archiveMe-prev-in::after {
    opacity: 0;
}

.owl-archiveMe-next-in::after {
    transition: none;
}

@-webkit-keyframes scaleHalfDown {
    from {} /* Fixes Chrome issue 35.0.1916.114 (easing breaks) */
    to {
        -webkit-transform: scale(0.6);
        opacity: 0;
    }
}

@keyframes scaleHalfDown {
    from {} /* Fixes Chrome issue 35.0.1916.114 (easing breaks) */
    to {
        -webkit-transform: scale(0.6);
        transform: scale(0.6);
        opacity: 0;
    }
}

@-webkit-keyframes scaleHalfUp {
    from {
        opacity: 0;
        -webkit-transform: scale(0.6);
    }
    to {
        opacity: 1;
        -webkit-transform: scale(1);
    }
}

@keyframes scaleHalfUp {
    from {
        opacity: 0;
        -webkit-transform: scale(0.6);
        transform: scale(0.6);
    }
    to {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

/*****************************************/
/* Slide Behind */
/* From https://github.com/hakimel/kontext by Hakim El Hattab, http://hakim.se */
/*****************************************/

.owl-slideBehind-next-out {
    -webkit-animation: hideLeft 0.8s forwards;
    animation: hideLeft 0.8s forwards;
}

.owl-slideBehind-next-in {
    -webkit-animation: showRight 0.8s forwards;
    animation: showRight 0.8s forwards;
}

.owl-slideBehind-prev-out {
    -webkit-animation: hideRight 0.8s forwards;
    animation: hideRight 0.8s forwards;
}

.owl-slideBehind-prev-in {
    -webkit-animation: showLeft 0.8s forwards;
    animation: showLeft 0.8s forwards;
}

@-webkit-keyframes hideLeft {
    0% { -webkit-transform: translateZ( 0px ); }
    40% { -webkit-transform: translate( 0, -40% ) scale( 0.8 ) rotateX( -20deg ); z-index: 9999; }
    100% { opacity: 1; -webkit-transform: translateZ( -400px ); }
}

@keyframes hideLeft {
    0% { -webkit-transform: translateZ( 0px ); transform: translateZ( 0px ); }
    40% { -webkit-transform: translate( 0, -40% ) scale( 0.8 ) rotateX( -20deg ); transform: translate( 0, -40% ) scale( 0.8 ) rotateX( -20deg ); z-index: 9999; }
    100% { opacity: 1; -webkit-transform: translateZ( -400px ); transform: translateZ( -400px ); }
}

@-webkit-keyframes showRight {
    0% { -webkit-transform: translateZ( -400px ); opacity: 1; }
    40% { -webkit-transform: translate( 0, 40% ) scale( 0.8 ) rotateX( 20deg ); opacity: 1; }
    41% { -webkit-transform: translate( 0, 40% ) scale( 0.8 ) rotateX( 20deg ); opacity: 1; z-index: 9999; }
    100% { -webkit-transform: translateZ( 0px ); opacity: 1; z-index: 9999; }
}

@keyframes showRight {
    0% { -webkit-transform: translateZ( -400px ); transform: translateZ( -400px ); opacity: 1; }
    40% { -webkit-transform: translate( 0, 40% ) scale( 0.8 ) rotateX( 20deg ); transform: translate( 0, 40% ) scale( 0.8 ) rotateX( 20deg ); opacity: 1; }
    41% { -webkit-transform: translate( 0, 40% ) scale( 0.8 ) rotateX( 20deg ); transform: translate( 0, 40% ) scale( 0.8 ) rotateX( 20deg ); opacity: 1; z-index: 9999; }
    100% { -webkit-transform: translateZ( 0px ); transform: translateZ( 0px ); opacity: 1; z-index: 9999; }
}

@-webkit-keyframes hideRight {
    0% { -webkit-transform: translateZ( 0px ); }
    40% { -webkit-transform: translate( 0, 40% ) scale( 0.8 ) rotateX( 20deg ); z-index: 9999; }
    100% { opacity: 1; -webkit-transform: translateZ( -400px ); }
}

@keyframes hideRight {
    0% { -webkit-transform: translateZ( 0px ); transform: translateZ( 0px ); }
    40% { -webkit-transform: translate( 0, 40% ) scale( 0.8 ) rotateX( 20deg ); transform: translate( 0, 40% ) scale( 0.8 ) rotateX( 20deg ); z-index: 9999; }
    100% { opacity: 1; -webkit-transform: translateZ( -400px ); transform: translateZ( -400px ); }
}

@-webkit-keyframes showLeft {
    0% { -webkit-transform: translateZ( -400px ); opacity: 1; }
    40% { -webkit-transform: translate( 0, -40% ) scale( 0.8 ) rotateX( -20deg ); opacity: 1; }
    41% { -webkit-transform: translate( 0, -40% ) scale( 0.8 ) rotateX( -20deg ); opacity: 1; z-index: 9999; }
    100% { -webkit-transform: translateZ( 0px ); opacity: 1; z-index: 9999; }
}

@keyframes showLeft {
    0% { -webkit-transform: translateZ( -400px ); transform: translateZ( -400px ); opacity: 1; }
    40% { -webkit-transform: translate( 0, -40% ) scale( 0.8 ) rotateX( -20deg ); transform: translate( 0, -40% ) scale( 0.8 ) rotateX( -20deg ); opacity: 1; }
    41% { -webkit-transform: translate( 0, -40% ) scale( 0.8 ) rotateX( -20deg ); transform: translate( 0, -40% ) scale( 0.8 ) rotateX( -20deg ); opacity: 1; z-index: 9999; }
    100% { -webkit-transform: translateZ( 0px ); transform: translateZ( 0px ); opacity: 1; z-index: 9999; }
}

/****************/
/* Cliff diving */
/****************/

.owl-cliffDiving-next-out,
.owl-cliffDiving-next-in
.owl-cliffDiving-prev-out,
.owl-cliffDiving-prev-in {
    -webkit-transform-origin: 50% 400%;
    transform-origin: 50% 400%;
}

.owl-cliffDiving-next-out {
    opacity: 1;
    -webkit-animation: rotateOutCircLeft 0.9s forwards cubic-bezier(0.7, 0, 0.3, 1);
    animation: rotateOutCircLeft 0.9s forwards cubic-bezier(0.7, 0, 0.3, 1);
}

.owl-cliffDiving-next-in {
    opacity: 1;
    -webkit-animation: rotateInCircRight 0.9s forwards cubic-bezier(0.7, 0, 0.3, 1);
    animation: rotateInCircRight 0.9s forwards cubic-bezier(0.7, 0, 0.3, 1);
}

.owl-cliffDiving-prev-out {
    opacity: 1;
    -webkit-animation: rotateOutCircRight 0.9s forwards cubic-bezier(0.7, 0, 0.3, 1);
    animation: rotateOutCircRight 0.9s forwards cubic-bezier(0.7, 0, 0.3, 1);
}

.owl-cliffDiving-prev-in {
    opacity: 1;
    -webkit-animation: rotateInCircLeft 0.9s forwards cubic-bezier(0.7, 0, 0.3, 1);
    animation: rotateInCircLeft 0.9s forwards cubic-bezier(0.7, 0, 0.3, 1);
}

.fxCliffDiving li::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    pointer-events: none;
    background-color: rgba(0,0,0,1);
    transition: opacity 0.9s cubic-bezier(0.7, 0, 0.3, 1);
}

.fxCliffDiving .navOutPrev::after,
.fxCliffDiving .navOutNext::after {
    opacity: 1;
}

@-webkit-keyframes rotateOutCircLeft {
    from {} /* Fixes Chrome issue 35.0.1916.114 (easing breaks) */
    to {
        -webkit-transform: rotate(-20deg) translateX(-100%);
    }
}

@keyframes rotateOutCircLeft {
    from {} /* Fixes Chrome issue 35.0.1916.114 (easing breaks) */
    to {
        -webkit-transform: rotate(-20deg) translateX(-100%);
        transform: rotate(-20deg) translateX(-100%);
    }
}

@-webkit-keyframes rotateInCircRight {
    from {
        -webkit-transform: rotate(20deg) translateX(100%);
    }
    to {
        -webkit-transform: rotate(0deg) translateX(0);
    }
}

@keyframes rotateInCircRight {
    from {
        -webkit-transform: rotate(20deg) translateX(100%);
        transform: rotate(20deg) translateX(100%);
    }
    to {
        -webkit-transform: rotate(0deg) translateX(0);
        transform: rotate(0deg) translateX(0);
    }
}

@-webkit-keyframes rotateOutCircRight {
    from {} /* Fixes Chrome issue 35.0.1916.114 (easing breaks) */
    to {
        -webkit-transform: rotate(20deg) translateX(100%);
    }
}

@keyframes rotateOutCircRight {
    from {} /* Fixes Chrome issue 35.0.1916.114 (easing breaks) */
    to {
        -webkit-transform: rotate(20deg) translateX(100%);
        transform: rotate(20deg) translateX(100%);
    }
}

@-webkit-keyframes rotateInCircLeft {
    from {
        -webkit-transform: rotate(-20deg) translateX(-100%);
    }
    to {
        -webkit-transform: rotate(0deg) translateX(0);
    }
}

@keyframes rotateInCircLeft {
    from {
        -webkit-transform: rotate(-20deg) translateX(-100%);
        transform: rotate(-20deg) translateX(-100%);
    }
    to {
        -webkit-transform: rotate(0deg) translateX(0);
        transform: rotate(0deg) translateX(0);
    }
}
/* End */
/* /local/components/pbprog/v3.tk/templates/.default/assets/css/main-styles/technical-maps.css?172985142059067 */
/* /local/components/pbprog/v3.tk/templates/.default/assets/css/main-styles/preloader.css?162928946644621 */
/* /bitrix/components/bisexpert/owlslider/theme/owl.carousel.css?14877628321476 */
/* /bitrix/components/bisexpert/owlslider/theme/owl.theme.css?14877628323942 */
/* /bitrix/components/bisexpert/owlslider/theme/owl.transitions.css?148776283232820 */
