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

/* line 22, ../../../Ruby26-x64/lib/ruby/gems/2.6.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
html {
  line-height: 1;
}

/* line 24, ../../../Ruby26-x64/lib/ruby/gems/2.6.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
ol, ul {
  list-style: none;
}

/* line 26, ../../../Ruby26-x64/lib/ruby/gems/2.6.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 28, ../../../Ruby26-x64/lib/ruby/gems/2.6.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

/* line 30, ../../../Ruby26-x64/lib/ruby/gems/2.6.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q, blockquote {
  quotes: none;
}
/* line 103, ../../../Ruby26-x64/lib/ruby/gems/2.6.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

/* line 32, ../../../Ruby26-x64/lib/ruby/gems/2.6.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
a img {
  border: none;
}

/* line 116, ../../../Ruby26-x64/lib/ruby/gems/2.6.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

/* line 3, ../sass/grisha.scss */
* {
  font-family: 'Montserrat', sans-serif !important;
}

/* line 7, ../sass/grisha.scss */
.path {
  stroke-dasharray: 1000;
  stroke-dashoffset: -250;
  animation: dash 1s linear forwards !important;
}

@keyframes dash {
  to {
    stroke-dashoffset: 0;
  }
}
/* line 23, ../sass/grisha.scss */
strong {
  font-weight: bold !important;
}

/* line 26, ../sass/grisha.scss */
.wht {
  color: #ffffff !important;
}

/* line 30, ../sass/grisha.scss */
.golden {
  color: #ffc107 !important;
}

/* line 34, ../sass/grisha.scss */
.r-text {
  color: #d41010 !important;
}

/* line 38, ../sass/grisha.scss */
.hid {
  display: none !important;
}

/* line 42, ../sass/grisha.scss */
.mw1280 {
  max-width: 1280px !important;
}

/* line 46, ../sass/grisha.scss */
.mw992 {
  max-width: 992px !important;
}

/* line 52, ../sass/grisha.scss */
.orange-text {
  color: orange;
}

/* line 55, ../sass/grisha.scss */
.preloader {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: white;
  z-index: 9999999;
}
/* line 65, ../sass/grisha.scss */
.preloader .centred-text-cont {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 40px;
  font-size: bold;
}
/* line 73, ../sass/grisha.scss */
.preloader .progres {
  height: 3px;
  background: none;
  position: absolute;
  top: 56%;
  left: 50%;
  transform: translate(-50%, -56%);
  text-align: center;
}
/* line 82, ../sass/grisha.scss */
.preloader .progres .bar {
  background: #000;
  height: 3px;
  width: 0%;
}

/* line 93, ../sass/grisha.scss */
.pt-10 {
  height: 200px;
}
@media screen and (max-width: 576px) {
  /* line 93, ../sass/grisha.scss */
  .pt-10 {
    height: 180px;
  }
  /* line 99, ../sass/grisha.scss */
  .pt-10.next-pt {
    height: 0px !important;
  }
}
@media screen and (max-width: 576px) and (max-width: 400px) {
  /* line 104, ../sass/grisha.scss */
  .pt-10.pt-10 {
    height: 120px;
  }
  /* line 108, ../sass/grisha.scss */
  .pt-10.next-pt {
    height: 150px !important;
  }
}
@media screen and (max-width: 576px) and (max-width: 350px) {
  /* line 114, ../sass/grisha.scss */
  .pt-10.next-pt {
    height: 220px !important;
  }
  /* line 118, ../sass/grisha.scss */
  .pt-10#text-of-the-slide {
    display: none !important;
  }
}

@media screen and (min-width: 576px) {
  /* line 125, ../sass/grisha.scss */
  .pt-10.next-pt {
    display: none;
  }
}
@media screen and (min-width: 900px) and (max-width: 1280px) {
  /* line 93, ../sass/grisha.scss */
  .pt-10 {
    height: 100px;
  }
}
@media screen and (min-width: 1280px) {
  /* line 93, ../sass/grisha.scss */
  .pt-10 {
    height: 90px;
  }
}

/* line 139, ../sass/grisha.scss */
.mw320 {
  max-width: 200px !important;
  max-height: 200px !important;
}

/* line 144, ../sass/grisha.scss */
.fz35 {
  font-size: 35px;
}

/* line 148, ../sass/grisha.scss */
.box-shadow-underlined {
  box-shadow: inset 0 1em #fff, inset 0 1.8em #ffdb6d;
}

/* line 152, ../sass/grisha.scss */
.grayscale {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  transition: .3s linear;
}
/* line 157, ../sass/grisha.scss */
.grayscale:hover {
  filter: grayscale(0%);
}

/* line 162, ../sass/grisha.scss */
a:hover {
  text-decoration: none !important;
}

/* line 166, ../sass/grisha.scss */
.bld {
  font-weight: bold;
}

/* line 170, ../sass/grisha.scss */
.blck {
  color: black !important;
}

/* line 174, ../sass/grisha.scss */
.lh-2 {
  line-height: 1.5;
}

/* line 178, ../sass/grisha.scss */
.change6 {
  background: none;
  border-color: black;
  border-radius: 0px;
  color: #000;
  box-shadow: 0 0 1px #ccc;
  -webkit-transition-duration: 0.3s;
  -webkit-transition-timing-function: linear;
  transition-duration: 0.3s;
  transition-timing-function: linear;
  box-shadow: 0px 0 0 #ffc107 inset;
}
/* line 191, ../sass/grisha.scss */
.change6:hover {
  background: none;
  box-shadow: 200px 0 0 #ffc107 inset;
  border-color: black;
  border-radius: 0px;
}

/* line 199, ../sass/grisha.scss */
.mousewheel {
  margin-top: 10em !important;
}

/* line 203, ../sass/grisha.scss */
#landShow {
  position: fixed;
  bottom: 3em;
  left: 1em;
  font-size: 25px;
  border-radius: 3px;
  z-index: 11;
}

/* line 211, ../sass/grisha.scss */
#langShowerMenu {
  background-color: #fff;
  position: fixed;
  bottom: 7.25em;
  font-size: 17px;
  box-shadow: 0 0 0 2px #ffc107;
  left: 1.8em;
  z-index: 10;
  height: 105px;
  overflow: hidden;
  animation: plusHeight .3s 1 linear both;
}
/* line 222, ../sass/grisha.scss */
#langShowerMenu a {
  color: black;
  width: 100%;
  padding: 0.5em;
  transition: background .3s linear;
}
/* line 227, ../sass/grisha.scss */
#langShowerMenu a:hover {
  background: #ffdb6d;
}
/* line 231, ../sass/grisha.scss */
#langShowerMenu.hiddddden {
  animation: minusHeight .3s 1 linear both;
}

@media screen and (max-width: 440px) {
  /* line 236, ../sass/grisha.scss */
  #landShow, #langShowerMenu {
    display: none;
  }
}
@keyframes minusHeight {
  0% {
    height: 105px;
  }
  100% {
    height: 0;
  }
}
@keyframes plusHeight {
  0% {
    height: 0px;
  }
  100% {
    height: 105px;
  }
}
/* line 249, ../sass/grisha.scss */
.carousel-control-prev,
.carousel-control-next {
  font-size: 25px;
  color: greenyellow;
}

/* line 257, ../sass/grisha.scss */
.sec1 {
  height: 93vh;
}
/* line 263, ../sass/grisha.scss */
.sec1 .row .col-12 {
  padding: 0;
}
/* line 266, ../sass/grisha.scss */
.sec1 .row .bouncing-link-cont {
  position: relative;
  animation: bouncing .7s linear infinite;
  transition: all .3s linear;
  margin-top: 5vh;
  margin-bottom: 7vh;
}
@keyframes bouncing {
  0% {
    top: 0px;
  }
  50% {
    top: -5px;
  }
  100% {
    top: 0px;
  }
}
/* line 294, ../sass/grisha.scss */
.sec1 .row .wrapper-centerd {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
/* line 300, ../sass/grisha.scss */
.sec1 .row .wrapper-centerd .main-text {
  font-size: 30px;
  font-family: "Atures900" !important;
}
/* line 305, ../sass/grisha.scss */
.sec1 .row .wrapper-centerd .card-text {
  font-size: 16px;
}
@media screen and (max-width: 400px) {
  /* line 294, ../sass/grisha.scss */
  .sec1 .row .wrapper-centerd {
    position: relative;
  }
}
/* line 313, ../sass/grisha.scss */
.sec1 .row .relative-wrapper {
  position: relative;
}
/* line 316, ../sass/grisha.scss */
.sec1 .row .relative-wrapper #slides .slide {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: .5s linear;
}
/* line 326, ../sass/grisha.scss */
.sec1 .row .relative-wrapper #slides .slide:nth-of-type(1) {
  background: url("../images/slide3.jpg") no-repeat;
  background-position: center center;
  background-size: cover;
}
/* line 332, ../sass/grisha.scss */
.sec1 .row .relative-wrapper #slides .slide:nth-of-type(2) {
  background: url("../images/slide2.jpg") no-repeat;
  background-position: center center;
  background-size: cover;
}
/* line 338, ../sass/grisha.scss */
.sec1 .row .relative-wrapper #slides .slide:nth-of-type(3) {
  background: url("../images/slide1.jpg") no-repeat;
  background-position: center center;
  background-size: cover;
}
/* line 343, ../sass/grisha.scss */
.sec1 .row .relative-wrapper #slides .slide:nth-of-type(4) {
  background: url("../images/slide4.jpg") no-repeat;
  background-position: center center;
  background-size: cover;
}
/* line 349, ../sass/grisha.scss */
.sec1 .row .relative-wrapper #slides .slide:nth-of-type(5) {
  background: url("../images/slide6.jpg") no-repeat;
  background-position: center center;
  background-size: cover;
}
/* line 355, ../sass/grisha.scss */
.sec1 .row .relative-wrapper #slides .slide:nth-of-type(6) {
  background: url("../images/slide5.jpg") no-repeat;
  background-position: center center;
  background-size: cover;
}
/* line 360, ../sass/grisha.scss */
.sec1 .row .relative-wrapper #slides .slide:nth-of-type(7) {
  background: url("../images/slide7.jpg") no-repeat;
  background-position: center center;
  background-size: cover;
}
/* line 365, ../sass/grisha.scss */
.sec1 .row .relative-wrapper #slides .slide:nth-of-type(8) {
  background: url("../images/slide8.jpg") no-repeat;
  background-position: center center;
  background-size: cover;
}
/* line 370, ../sass/grisha.scss */
.sec1 .row .relative-wrapper #slides .slide:nth-of-type(9) {
  background: url("../zaly/images/greenzone.jpg") no-repeat;
  background-position: center center;
  background-size: cover;
}
/* line 376, ../sass/grisha.scss */
.sec1 .row .relative-wrapper #slides .showing {
  width: 100%;
  opacity: 1;
  z-index: 3;
}
@media screen and (max-width: 400px) {
  /* line 315, ../sass/grisha.scss */
  .sec1 .row .relative-wrapper #slides {
    position: relative;
    width: 100%;
    height: 40vh;
    margin-top: 5vh;
  }
}
/* line 390, ../sass/grisha.scss */
.sec1 .row #names-of-slides {
  position: absolute;
  width: 320px !important;
  left: 0;
  bottom: 15%;
  margin: 0;
  z-index: 9;
  background: white;
  transition: width .3s linear;
}
@media screen and (max-width: 768px) {
  /* line 390, ../sass/grisha.scss */
  .sec1 .row #names-of-slides {
    text-align: center !important;
    width: 160px !important;
    bottom: 0%;
  }
  /* line 403, ../sass/grisha.scss */
  .sec1 .row #names-of-slides .white-bg {
    padding-top: 0.75em !important;
  }
  /* line 406, ../sass/grisha.scss */
  .sec1 .row #names-of-slides .text-of-the-slide {
    font-size: 23px !important;
  }
  /* line 409, ../sass/grisha.scss */
  .sec1 .row #names-of-slides #previous, .sec1 .row #names-of-slides #next {
    display: none !important;
  }
}
@media screen and (max-width: 576px) {
  /* line 414, ../sass/grisha.scss */
  .sec1 .row #names-of-slides#names-of-slides {
    width: 80px !important;
    margin: 0;
  }
  /* line 420, ../sass/grisha.scss */
  .sec1 .row #names-of-slides #text-of-the-slide {
    display: none !important;
  }
  /* line 423, ../sass/grisha.scss */
  .sec1 .row #names-of-slides .white-bg {
    padding: 0 !important;
  }
}
/* line 427, ../sass/grisha.scss */
.sec1 .row #names-of-slides .white-bg {
  background-color: white;
  padding: .75em;
  animation: width .3s linear 1;
  transition: .3s linear;
}
/* line 432, ../sass/grisha.scss */
.sec1 .row #names-of-slides .white-bg .text-of-the-slide {
  font-size: 25px;
  transition: .3s linear;
}
/* line 439, ../sass/grisha.scss */
.sec1 .row #names-of-slides .buttons-panel #previous, .sec1 .row #names-of-slides .buttons-panel #next, .sec1 .row #names-of-slides .buttons-panel #pause {
  color: orange;
  font-size: 25px;
  background: white;
  border: none;
  outline: none;
  padding: .75em;
  transition: background .3s linear;
}
/* line 447, ../sass/grisha.scss */
.sec1 .row #names-of-slides .buttons-panel #previous:hover, .sec1 .row #names-of-slides .buttons-panel #next:hover, .sec1 .row #names-of-slides .buttons-panel #pause:hover {
  background: #f2f2f2;
}
/* line 451, ../sass/grisha.scss */
.sec1 .row #names-of-slides .buttons-panel #pause {
  font-size: 23px;
}

/* line 461, ../sass/grisha.scss */
.sec4 * {
  text-align: left !important;
}
/* line 466, ../sass/grisha.scss */
.sec4 .job {
  font-size: 14px;
}
/* line 470, ../sass/grisha.scss */
.sec4 .card-text {
  font-size: 14px;
}
/* line 473, ../sass/grisha.scss */
.sec4 .card-title {
  white-space: nowrap;
}
/* line 477, ../sass/grisha.scss */
.sec4 .slider-1 {
  position: relative;
}
/* line 480, ../sass/grisha.scss */
.sec4 .slider-1 .falseNavigationLeft {
  position: absolute;
  height: 100%;
  top: 50%;
  left: 0;
  transform: translate(0%, -50%);
}
/* line 488, ../sass/grisha.scss */
.sec4 .slider-1 .falseNavigationRight {
  position: absolute;
  height: 100%;
  top: 50%;
  right: 0;
  transform: translate(0%, -50%);
}
/* line 496, ../sass/grisha.scss */
.sec4 .slider-1 .falseNavigationLeft, .sec4 .slider-1 .falseNavigationRight {
  transition: .3s linear;
  color: #ffc107;
}
/* line 499, ../sass/grisha.scss */
.sec4 .slider-1 .falseNavigationLeft:hover, .sec4 .slider-1 .falseNavigationLeft:focus, .sec4 .slider-1 .falseNavigationLeft:active, .sec4 .slider-1 .falseNavigationRight:hover, .sec4 .slider-1 .falseNavigationRight:focus, .sec4 .slider-1 .falseNavigationRight:active {
  box-shadow: none;
}
/* line 502, ../sass/grisha.scss */
.sec4 .slider-1 .falseNavigationLeft:hover, .sec4 .slider-1 .falseNavigationRight:hover {
  opacity: .6;
}
/* line 508, ../sass/grisha.scss */
.sec4 .card {
  border: none !important;
}
/* line 511, ../sass/grisha.scss */
.sec4 .card .card-title {
  font-weight: bold;
}
/* line 514, ../sass/grisha.scss */
.sec4 .card .card-title:after {
  display: none !important;
}
/* line 520, ../sass/grisha.scss */
.sec4 .slider-text-slicer {
  margin-bottom: .5em !important;
  height: 3px;
  width: 65px;
  background: #ffc107;
  box-sizing: border-box;
}
/* line 528, ../sass/grisha.scss */
.sec4 .nazva {
  text-align: center !important;
  margin-top: 10vh;
  margin-bottom: 10vh;
}

/* line 536, ../sass/grisha.scss */
.slider-2 {
  position: relative;
  pointer-events: initial !important;
}
/* line 545, ../sass/grisha.scss */
.slider-2 .owl-stage-outer .owl-stage .owl-item .card .card-title:after {
  background: none;
  width: 100%;
  text-align: right;
  position: absolute;
  bottom: 1.5em;
  right: 1em;
  color: lightgray;
  font-size: 12px;
  font-style: italic;
}
/* line 558, ../sass/grisha.scss */
.slider-2 .owl-stage-outer .owl-stage .owl-item .card .title1:after {
  content: "09.02.2020 10:03";
}
/* line 563, ../sass/grisha.scss */
.slider-2 .owl-stage-outer .owl-stage .owl-item .card .title2:after {
  content: "07.02.2020 13:30";
}
/* line 568, ../sass/grisha.scss */
.slider-2 .owl-stage-outer .owl-stage .owl-item .card .title3:after {
  content: "04.02.2020 11:00";
}
/* line 573, ../sass/grisha.scss */
.slider-2 .owl-stage-outer .owl-stage .owl-item .card .title4:after {
  content: "01.02.2020 14:33";
}
/* line 586, ../sass/grisha.scss */
.slider-2 .falseNavigationLeftSecond {
  position: absolute;
  height: 100%;
  top: 50%;
  left: -10px;
  transform: translate(0%, -50%);
}
/* line 594, ../sass/grisha.scss */
.slider-2 .falseNavigationRightSecond {
  position: absolute;
  height: 100%;
  top: 50%;
  right: -10px;
  transform: translate(0%, -50%);
}
/* line 602, ../sass/grisha.scss */
.slider-2 .falseNavigationLeftSecond, .slider-2 .falseNavigationRightSecond {
  transition: .3s linear;
  color: #ffc107;
}
/* line 605, ../sass/grisha.scss */
.slider-2 .falseNavigationLeftSecond:hover, .slider-2 .falseNavigationLeftSecond:focus, .slider-2 .falseNavigationLeftSecond:active, .slider-2 .falseNavigationRightSecond:hover, .slider-2 .falseNavigationRightSecond:focus, .slider-2 .falseNavigationRightSecond:active {
  box-shadow: none;
}
/* line 608, ../sass/grisha.scss */
.slider-2 .falseNavigationLeftSecond:hover, .slider-2 .falseNavigationRightSecond:hover {
  opacity: .6;
}
/* line 613, ../sass/grisha.scss */
.slider-2 .owl-stage-outer .owl-item {
  position: relative;
  user-select: initial !important;
}

/* line 620, ../sass/grisha.scss */
.sec6 .nazva {
  margin-top: 10vh;
  margin-bottom: 10vh;
}
/* line 624, ../sass/grisha.scss */
.sec6 iframe {
  width: 70%;
  height: 500px;
}
@media screen and (max-width: 768px) {
  /* line 624, ../sass/grisha.scss */
  .sec6 iframe {
    width: 100%;
    height: 350px;
  }
}
