@font-face {
  font-family: 'Serhii_font';
  src: url(../fonts/Serhii_font.ttf);
}

body {
  margin: 0;
}

a:-webkit-any-link:hover {
  color: -webkit-link;
}

.parallax {
  z-index: -1;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  overflow: hidden;
  width: 100%;
  min-height: 100vh;
  background-color: #ccc;
}

.parallax__image {
  position: absolute;
  top: -3%;
  left: -3%;
  height: 106%;
  width: 106%;
  -webkit-filter: saturate(0);
          filter: saturate(0);
}

.parallax__image-01 {
  background: url("https://picua.org/images/2019/11/17/2afc5a90c0bcf5f2a6e660e0196b6bab.png") center no-repeat;
  background-size: cover;
}

.parallax__image-02 {
  background: url("https://picua.org/images/2019/11/17/8785e81aa55a0a969cf447bc5a6f31ef.png") center no-repeat;
  background-size: cover;
}

.parallax__image-03 {
  background: url("https://picua.org/images/2019/11/17/85ceb34ce2e46784dfd11ab43b4071f7.png") center no-repeat;
  background-size: cover;
}

.parallax__image-04 {
  background: url("https://picua.org/images/2019/11/17/3e7ac2defeda61f12b1c49085c0e90d8.png") center no-repeat;
  background-size: cover;
}

.parallax__image-05 {
  background: url("https://picua.org/images/2019/11/17/00a499418eb75f74af03bf90366e6877.png") center no-repeat;
  background-size: cover;
}

.parallax__image-06 {
  background: url("https://picua.org/images/2019/11/17/28d5a4aca142031b2b3e1c6a872842f2.png") center no-repeat;
  background-size: cover;
}

.parallax__image-07 {
  background: url("https://picua.org/images/2019/11/17/792e0e168cee9138deec35f7532ebe49.png") center no-repeat;
  background-size: cover;
}

.parallax__image-08 {
  background: url("https://picua.org/images/2019/11/17/bc8fd97f7e8d48c674e7149e082568c9.png") center no-repeat;
  background-size: cover;
}

.hrefnone a {
  text-decoration: none;
  color: #000;
}

.main_content {
  text-align: center;
  padding-top: 100px;
}

.video-width {
  width: 670px;
  height: 380px;
  max-width: 100%;
  max-height: 100%;
}

/* .SvgImageLogo */
.SvgImageLogoR {
  background-image: url("../img/i3-ua.svg");
  width: 100px;
  height: 100px;
  background-size: 100px;
  margin-left: calc(70% - 100px);
  z-index: 6;
  border-radius: 50%;
  -webkit-transition: .5s;
  transition: .5s;
}

.miniSvgImageLogoR {
  background-image: url("../img/i3-ua.svg");
  width: 50px;
  height: 50px;
  background-size: 50px;
  margin-left: calc(70% - 100px);
  z-index: 6;
  border-radius: 50%;
  -webkit-transition: .5s;
  transition: .5s;
}

/* .miniSvgImageLogo */
.top_menuAndlogo {
  width: 100%;
  height: 100px;
  margin-top: 0px;
  background-color: rgba(255, 255, 255, 0.85);
  z-index: 7;
  -webkit-transition: .5s;
  transition: .5s;
  position: fixed;
}

.miniMenu {
  width: 100%;
  height: 50px;
  margin-top: 0px;
  background-color: rgba(255, 255, 255, 0.85);
  z-index: 7;
  position: fixed;
  -webkit-transition: .5s;
  transition: .5s;
}

.minisection {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: -50px;
  margin-left: 30%;
  -webkit-transition: .5s;
  transition: .5s;
}

.section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: -100px;
  margin-left: 30%;
  -webkit-transition: .5s;
  transition: .5s;
}

.minimenu-btn {
  display: block;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  position: relative;
  z-index: 5;
  -webkit-transition: .5s;
  transition: .5s;
  background-image: url("../img/teamspeak-brands.svg");
  background-size: 50px;
}

.minimenu-btn:hover {
  background-image: url("../img/teamspeak-blue.svg");
  -webkit-transition-delay: 0.01s;
          transition-delay: 0.01s;
}

.minimenu-btn span::before {
  -webkit-transform: translateY(-4px);
          transform: translateY(-4px);
}

.minimenu-btn span::after {
  -webkit-transform: translateY(4px);
          transform: translateY(4px);
}

.minimenu-btn span,
.minimenu-btn span::before,
.minimenu-btn span::after {
  position: absolute;
  top: 30%;
  margin-top: -1px;
  left: 50%;
  margin-left: -7px;
  width: 14px;
  height: 2px;
  background-color: #222;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.minimenu-btn span::before,
.minimenu-btn span::after {
  content: '';
  display: block;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.menu-btn {
  display: block;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  position: relative;
  z-index: 5;
  -webkit-transition: .5s;
  transition: .5s;
  background-image: url("../img/teamspeak-brands.svg");
  background-size: 100px;
}

.menu-btn:hover {
  background-image: url("../img/teamspeak-blue.svg");
  -webkit-transition-delay: 0.01s;
          transition-delay: 0.01s;
}

.menu-btn span::before {
  -webkit-transform: translateY(-7px);
          transform: translateY(-7px);
}

.menu-btn span::after {
  -webkit-transform: translateY(7px);
          transform: translateY(7px);
}

.menu-btn span,
.menu-btn span::before,
.menu-btn span::after {
  position: absolute;
  top: 30%;
  margin-top: -1px;
  left: 50%;
  margin-left: -10px;
  width: 20px;
  height: 3px;
  background-color: #222;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.menu-btn span::before,
.menu-btn span::after {
  content: '';
  display: block;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.menu-btn_active span {
  height: 0;
}

.menu-btn_active span:before {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transform-origin: center;
          transform-origin: center;
}

.menu-btn_active span:after {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transform-origin: center;
          transform-origin: center;
}

.menu-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.menu-nav {
  background-color: #fff;
  height: 50px;
}

.menu-nav__link {
  display: inline-block;
  text-decoration: none;
  color: #fff;
  margin-right: 20px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-transform-origin: right center;
          transform-origin: right center;
  -webkit-transform: translateX(50%);
          transform: translateX(50%);
  opacity: 0;
}

.menu-nav__link_active {
  -webkit-transform: translateX(0%);
          transform: translateX(0%);
  opacity: 1;
}

.menu a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  border: 0px solid;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  font-size: 0;
  color: #222;
  text-decoration: none;
}

.menu a:nth-child(1) {
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}

.menu a:nth-child(2) {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}

.menu a:nth-child(3) {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}

.mmini a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 0px solid;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  font-size: 0;
  color: #222;
  text-decoration: none;
}

.mmini a:nth-child(1) {
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}

.mmini a:nth-child(2) {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}

.mmini a:nth-child(3) {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}

.menu_active a:nth-child(1) {
  -webkit-transform: translate(0%, 100%);
          transform: translate(0%, 100%);
  width: 100px;
  height: 100px;
  border: 1px solid;
  color: #222;
  font-size: 16px;
  text-decoration: none;
  background-color: #fff;
}

.menu_active a:nth-child(1):hover {
  color: #4c6ef5;
  -webkit-transition-delay: 0.01s;
          transition-delay: 0.01s;
}

.menu_active a:nth-child(2) {
  -webkit-transform: translate(0%, 200%);
          transform: translate(0%, 200%);
  width: 100px;
  height: 100px;
  border: 1px solid;
  color: #222;
  font-size: 16px;
  text-decoration: none;
  background-color: #fff;
}

.menu_active a:nth-child(2):hover {
  color: #4c6ef5;
  -webkit-transition-delay: 0.01s;
          transition-delay: 0.01s;
}

.menu_active a:nth-child(3) {
  -webkit-transform: translate(0%, 300%);
          transform: translate(0%, 300%);
  width: 100px;
  height: 100px;
  border: 1px solid;
  color: #222;
  font-size: 16px;
  text-decoration: none;
  background-color: #fff;
}

.menu_active a:nth-child(3):hover {
  color: #4c6ef5;
  -webkit-transition-delay: 0.01s;
          transition-delay: 0.01s;
}

#back-to-top {
  position: fixed;
  bottom: 3em;
  right: 3em;
  background-color: rgba(255, 255, 255, 0.6);
  color: #313943;
  border: none;
  border-radius: 5px;
  padding: 1em;
  text-transform: uppercase;
  cursor: pointer;
  -webkit-box-shadow: 0 0 2em 0 rgba(0, 0, 0, 0.25);
          box-shadow: 0 0 2em 0 rgba(0, 0, 0, 0.25);
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  display: inline-block;
  opacity: 0;
  text-decoration: none;
  width: 14px;
  height: 20px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  -webkit-mask-image: url("../img/chevron-up-solid.svg");
          mask-image: url("../img/chevron-up-solid.svg");
}

#back-to-top:hover {
  background-color: rgba(0, 0, 0, 0.3);
}

#back-to-top.visibleBtnTop {
  opacity: 1;
}

/* ---------------------------------------------------------------------------------- */
/* mobile version of site */
@media (min-width: 0px) and (max-width: 767px) {
  .section {
    margin-left: 0%;
    margin-top: -50px;
  }
  .minisection {
    margin-left: 0%;
    margin-top: -50px;
  }
  .SvgImageLogoR {
    width: 50px;
    height: 50px;
    margin-left: auto;
    background-size: 50px;
  }
  .miniSvgImageLogoR {
    margin-left: auto;
  }
  .SvgImageLogo {
    width: 50px;
    height: 50px;
    margin-right: -50px;
    background-image: none;
  }
  .miniSvgImageLogo {
    background-image: none;
  }
  .menu-btn {
    width: 50px;
    height: 50px;
    background-size: 50px;
  }
  .menu-btn span::before {
    -webkit-transform: translateY(-4px);
            transform: translateY(-4px);
  }
  .menu-btn span::after {
    -webkit-transform: translateY(4px);
            transform: translateY(4px);
  }
  .menu a {
    width: 50px;
    height: 50px;
  }
  .menu-btn span,
  .menu-btn span::before,
  .menu-btn span::after {
    margin-top: -1px;
    margin-left: -7px;
    width: 14px;
    height: 2px;
  }
  .menu-btn_active span {
    height: 0;
  }
  .menu-btn_active span:before {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
    -webkit-transform-origin: center;
            transform-origin: center;
  }
  .menu-btn_active span:after {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    -webkit-transform-origin: center;
            transform-origin: center;
  }
  .main_content {
    padding-top: 50px;
  }
  .top_menuAndlogo {
    height: 50px;
    background-color: #fff;
    margin-top: 0px;
    background-color: rgba(255, 255, 255, 0.85);
    z-index: 7;
    position: fixed;
  }
  .parallax__image-01 {
    background: none;
  }
  .parallax__image-02 {
    background: none;
  }
  .parallax__image-03 {
    background: none;
  }
  .parallax__image-05 {
    background: none;
  }
  .parallax__image-06 {
    background: none;
  }
  .parallax__image-07 {
    background: none;
  }
  .parallax__image-08 {
    background: none;
  }
}
/*# sourceMappingURL=main.css.map */