@import url(fonts.css);
.cover {
  width: 100%;
  height: 100%;
  background: url("../img/back3.jpg") no-repeat;
  background-size: cover;
}
.cover__title {
  position: absolute;
  top: 16.6666666667%;
  width: 100%;
  text-align: center;
  color: #fff;
}
.cover__title-text {
  margin: 0 auto;
  width: calc(100% - 50px);
  max-width: 1600px;
  text-shadow: 5px 5px 10px #222222;
  font-size: 5.5rem;
}
@media screen and (max-width: 1400px) {
  .cover__title-text {
    font-size: 3.5rem;
    max-width: 1300px;
  }
}
@media screen and (max-width: 1000px) {
  .cover__title-text {
    font-size: 2.5rem;
    max-width: 900px;
  }
}
@media screen and (max-width: 800px) {
  .cover__title-text {
    font-size: 2rem;
    max-width: 600px;
  }
}
.cover__title a {
  color: #fff;
  text-decoration: none;
}
.cover__start {
  position: absolute;
  bottom: 20px;
  text-align: center;
  display: flex;
  justify-content: center;
  width: 100%;
  color: #000;
}
.cover__start a {
  color: #fff;
  font-size: 2rem;
  text-decoration: none;
  font-weight: bold;
  text-shadow: 2px 2px 3px #090909;
}
@media screen and (max-width: 800px) {
  .cover__start a {
    font-size: 1.5rem;
  }
}
.cover__start a:hover {
  text-decoration: underline;
  animation: ease-in;
}

/*
#back {
  background: url('../img/back2.jpg') no-repeat;
  background-size: cover;
}*/
* {
  box-sizing: border-box;
}

#navigation, .part {
  width: 100%;
  height: 100%;
  overflow: auto;
}

h2 {
  text-align: center;
  font-weight: 700;
}

.part {
  /*background: url("../img/back3.jpg") no-repeat center center;*/
  background-size: cover;
}
.part.navs {
  background: url("../img/back3.jpg") no-repeat center center;
  background-size: cover;
}
.part__head {
  width: 100%;
  max-width: 800px;
  text-align: center;
  margin: 40px auto 0;
  padding: 0 20px;
}
@media screen and (max-width: 1000px) {
  .part__head {
    margin-top: 60px;
  }
}
.part__head a {
  text-decoration: none;
}
.part__head img {
  width: 100%;
}
.part__title {
  color: #ec0607;
  /*text-shadow: 3px 3px 3px #222222;*/
  margin-bottom: 10px;
  margin-top: 10px;
  font-size: 3rem;
}
@media screen and (max-width: 1400px) {
  .part__title {
    font-size: 2rem;
  }
}
.part__nav {
  text-align: center;
  display: flex;
  width: 100vw;
  z-index: 1000;
  justify-content: space-between;
  position: fixed;
  background: #fff;
  left: 0;
  top: 0;
  align-items: center;
  box-shadow: rgba(34, 34, 34, 0.5) 1px 1px 6px 2px;
}
.part__nav-fix {
  background: #fff;
}
.part__nav a {
  color: #3e3e3e;
  text-decoration: none;
  font-weight: bold;
}
.part__nav a:hover {
  text-decoration: underline;
  animation: ease-in;
}
.part__nav div {
  width: 33.3%;
  text-align: center;
}
.part__content {
  display: flex;
  /*background: rgba(255,255,255,.8);*/
  margin: 0 10px 10px;
  padding: 10px 0;
  position: relative;
  /*&:last-child:after {
    content: url("../img/300.png");
    position: absolute;
    right: 0;
    bottom: 0;
  }*/
}
@media screen and (max-width: 700px) {
  .part__content {
    flex-direction: column;
  }
}
.part__content:before {
  content: url("../img/300.png");
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
}
.part__content:after {
  content: url("../img/300.png");
  position: absolute;
  right: 0;
  bottom: 0;
}
.part__col {
  width: 50%;
  padding: 0 10px 400px;
  box-sizing: border-box;
  background: #dadada;
  margin: 0 15px;
  position: relative;
}
.part__col-title {
  text-align: center;
  color: #ec0607;
  font-size: 1.8rem;
  margin: 10px;
}
.part__col-text {
  text-align: justify;
  text-shadow: 0 0 1px rgba(5, 5, 5, 0.6);
  padding: 0 15px 10px;
}
.part__col-text.big {
  font-size: 18px;
}
@media screen and (max-width: 700px) {
  .part__col {
    width: 100%;
    margin: 0;
  }
}
.part__col-body {
  text-align: center;
  margin-top: 20px;
}
.part__col-body a {
  display: inline-block;
  margin: 0 calc((100% - 840px) / 8) 10px;
  text-align: center;
  width: 200px;
  height: 150px;
  position: relative;
  border: 5px solid #fff;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
@media screen and (max-width: 1832px) {
  .part__col-body a {
    margin: 0 calc((100% - 630px) / 6) 10px;
  }
}
@media screen and (max-width: 1400px) {
  .part__col-body a {
    margin: 0 calc((100% - 420px) / 4) 10px;
  }
}
@media screen and (max-width: 980px) {
  .part__col-body a {
    margin: 0 auto 10px;
    display: block;
  }
}
.part__col-body a .tooltip {
  display: none;
  width: 200px;
  position: absolute;
  z-index: 999;
  color: #000;
  font-size: 14px;
  padding: 5px 10px;
  opacity: 0;
  bottom: -10px;
}
.part__col-body a:hover {
  border: 5px solid #ec0607;
  -moz-box-shadow: 5px 5px 0 #f53637;
  -webkit-box-shadow: 5px 5px 0 #f53637;
  box-shadow: 5px 5px 0 #f53637;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.part__col-body a:hover .tooltip {
  display: block;
  background: #fff;
  opacity: 0.8;
  transition: all 0.5s ease;
  text-shadow: 0 0 1px rgba(5, 5, 5, 0.6);
}
.part__col.full {
  width: 100%;
}
.part__col.full .part__col-body a {
  margin: 0 calc((100% - 1712px) / 16) 10px;
}
@media screen and (max-width: 1832px) {
  .part__col.full .part__col-body a {
    margin: 0 calc((100% - 1284px) / 12) 10px;
  }
}
@media screen and (max-width: 1400px) {
  .part__col.full .part__col-body a {
    margin: 0 calc((100% - 856px) / 8) 10px;
  }
}
@media screen and (max-width: 980px) {
  .part__col.full .part__col-body a {
    margin: 0 calc((100% - 642px) / 6) 10px;
    display: inline-block;
  }
}
@media screen and (max-width: 780px) {
  .part__col.full .part__col-body a {
    margin: 0 calc((100% - 428px) / 4) 10px;
    display: inline-block;
  }
}
@media screen and (max-width: 560px) {
  .part__col.full .part__col-body a {
    margin: 0 auto 10px;
    display: block;
  }
}
.part__col:nth-child(1):after {
  content: "";
  background: url("../img/lcol.jpg") #fff no-repeat center center;
  height: 400px;
  background-size: contain;
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding-right: 15px;
  border-right: 1px solid #dedede;
}
.part__col:nth-child(2):after {
  content: "";
  background: url("../img/rcol.jpg") #fff no-repeat center center;
  height: 400px;
  background-size: contain;
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}

.right {
  text-align: right;
}

.left {
  text-align: left;
}

.navigation__content {
  /*background: rgba(255,255,255,.8);*/
  margin: 15px 10px 0;
  padding: 10px 15px;
}
.navigation__title {
  color: #fff;
  text-shadow: 3px 3px 3px #222222;
  margin: 10px 0;
  font-size: 3rem;
}
@media screen and (max-width: 1400px) {
  .navigation__title {
    font-size: 2rem;
  }
}
.navigation__list {
  list-style: none;
  text-align: center;
}
.navigation__list li {
  padding-bottom: 10px;
}
.navigation__list a {
  color: #fff;
  text-decoration: none;
  font-size: 24px;
  /*text-shadow: 0 0 1px rgba(5,5,5,0.6);*/
  text-shadow: 0 0 1px rgba(5, 5, 5, 0.8);
}
.navigation__list a:hover {
  text-decoration: underline;
}

body {
  margin: 0;
  overflow: hidden;
  padding: 0;
  font-family: Verdana;
}
body span, body h1, body h2 {
  margin: 0;
}
body .easytransitions_transition div {
  width: 200px;
  height: 200px;
  background: white;
  position: absolute;
  transform: scale(0);
  z-index: 1;
}
body .easytransitions_transition .split_diagonal, body .easytransitions_transition .split_diagonal_alt, body .easytransitions_transition .split_diamond {
  animation: diamond 1.2s;
  transform: scale(0) rotate(45deg);
}
body .easytransitions_transition .split_horizontal, body .easytransitions_transition .wipe_top, body .easytransitions_transition .wipe_bottom {
  transform: scaleY(0);
}
body .easytransitions_transition .split_vertical, body .easytransitions_transition .wipe_left, body .easytransitions_transition .wipe_right {
  transform: scaleX(0);
}
body .easytransitions_transition__part-1 {
  left: -100px;
  top: -100px;
}
body .easytransitions_transition__part-1.split_diagonal_alt, body .easytransitions_transition__part-1.split_vertical, body .easytransitions_transition__part-1.split_horizontal {
  display: none;
}
body .easytransitions_transition__part-2 {
  bottom: -100px;
  left: -100px;
}
body .easytransitions_transition__part-2.split_diagonal, body .easytransitions_transition__part-2.split_vertical, body .easytransitions_transition__part-2.split_horizontal {
  display: none;
}
body .easytransitions_transition__part-3 {
  top: -100px;
  right: -100px;
}
body .easytransitions_transition__part-3.split_diagonal, body .easytransitions_transition__part-3.split_vertical, body .easytransitions_transition__part-3.split_horizontal {
  display: none;
}
body .easytransitions_transition__part-4 {
  bottom: -100px;
  right: -100px;
}
body .easytransitions_transition__part-4.split_diagonal_alt, body .easytransitions_transition__part-4.split_vertical, body .easytransitions_transition__part-4.split_horizontal {
  display: none;
}
body .easytransitions_transition__part-5 {
  height: 100% !important;
  display: none;
  left: 0;
  transform-origin: 0 200px;
  animation: vertical 1.2s forwards;
}
body .easytransitions_transition__part-5.split_vertical, body .easytransitions_transition__part-5.wipe_left {
  display: block;
}
body .easytransitions_transition__part-6 {
  height: 100% !important;
  display: none;
  right: -200px;
  transform-origin: 0 200px;
  animation: vertical_r 1.2s forwards;
}
body .easytransitions_transition__part-6.split_vertical, body .easytransitions_transition__part-6.wipe_right {
  display: block;
}
body .easytransitions_transition__part-7 {
  width: 100% !important;
  display: none;
  bottom: -100px;
  animation: horizontal 1s forwards;
}
body .easytransitions_transition__part-7.split_horizontal, body .easytransitions_transition__part-7.wipe_bottom {
  display: block;
}
body .easytransitions_transition__part-8 {
  width: 100% !important;
  display: none;
  top: -100px;
  animation: horizontal 1s forwards;
}
body .easytransitions_transition__part-8.split_horizontal, body .easytransitions_transition__part-8.wipe_top {
  display: block;
}
@keyframes diamond {
  0% {
    transform: rotate(45deg) scale(0);
  }
  50% {
    transform: rotate(45deg) scale(10);
  }
  100% {
    transform: rotate(45deg) scale(0);
  }
}
@keyframes vertical {
  0% {
    transform: scaleX(0);
  }
  50% {
    transform: scaleX(10);
  }
  100% {
    transform: scaleX(0);
  }
}
@keyframes vertical_r {
  0% {
    transform: scaleX(0);
  }
  50% {
    transform: scaleX(-10);
  }
  100% {
    transform: scaleX(0);
  }
}
@keyframes horizontal {
  0% {
    transform: scaleY(0);
  }
  50% {
    transform: scaleY(10);
  }
  100% {
    transform: scaleY(0);
  }
}
body .easytransitions .active_slide {
  display: block;
}
body .easytransitions section {
  height: 100vh;
  display: none;
}

.fancybox-caption__body {
  font-size: 18px;
  font-weight: 600;
}

#part3 .part__col-body a {
  width: 300px;
  height: 225px;
}
#part3 .part__col-body a .tooltip {
  width: 300px;
}
#part3 .part__col {
  padding-bottom: 20px;
  margin-bottom: 200px;
}
#part3 .part__col:nth-child(1):after {
  content: "";
  display: none;
}
#part3 .part__col:nth-child(2):after {
  content: "";
  display: none;
}

.firts-content {
  position: relative;
  margin-top: 100px;
}
@media screen and (max-width: 1200px) {
  .firts-content {
    margin-top: 200px;
  }
}
.firts-content:before {
  content: "";
  background: url("../img/lcol.jpg") no-repeat left center;
  height: 200px;
  background-size: contain;
  display: block;
  position: absolute;
  left: 0;
  top: -200px;
  width: 100%;
  padding-right: 15px;
  z-index: -1;
  box-sizing: border-box;
}
@media screen and (max-width: 900px) {
  .firts-content:before {
    background-position: center center;
  }
}
.firts-content:after {
  content: "";
  background: url("../img/rcol.jpg") no-repeat right center;
  height: 200px;
  background-size: contain;
  display: block;
  position: absolute;
  right: 0;
  top: -200px;
  z-index: -1;
  width: 100%;
  box-sizing: border-box;
}
@media screen and (max-width: 900px) {
  .firts-content:after {
    display: none;
  }
}

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