@charset "UTF-8";
@import "null.css";
@import "fonts.css";
@import "../libs/slick/slick.css";
@import "../libs/fancybox/jquery.fancybox.min.css";
body {
  font-weight: 400;
  font-size: 16px;
  min-width: 320px;
  color: #333;
  font-family: "Century Gothic", sans-serif;
  position: relative;
  max-width: 1920px;
  background: #2b2a29;
  margin: auto;
  overflow-x: hidden;
}

.container {
  max-width: 1700px;
  margin: auto;
color:white;
}
@media (max-width: 1680px) {
  .container {
    max-width: 1400px;
  }
}

#slide {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: -1;
    display: block;
    overflow: hidden;
}
#slide label {
  font-size: 72px;
  font-weight: 600;
  color: #fff;
  position: absolute;
  top: 400px;
  left: 30px;
  max-width: 600px;
  padding-left: 80px;
  -webkit-transform: translateX(0px);
     -moz-transform: translateX(0px);
      -ms-transform: translateX(0px);
       -o-transform: translateX(0px);
          transform: translateX(0px);
  -webkit-animation: linetext 1.5s;
     -moz-animation: linetext 1.5s;
       -o-animation: linetext 1.5s;
          animation: linetext 1.5s;
}
@media (max-width: 1200px) {
  #slide label {
    top: 300px;
  }
}
@media (max-width: 992px) {
  #slide label {
    font-size: 40px;
    left: -10px;
  }
}
@media (max-width: 480px) {
  #slide label {
    top: 425px;
    font-size: 32px;
  }
}
@media (max-width: 320px) {
  #slide label {
    top: 425px;
    font-size: 28px;
  }
}
#slide label:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: -30px;
  border-left: 60px solid #e31c23;
  height: 0;
  -webkit-animation: line 1.5s;
     -moz-animation: line 1.5s;
       -o-animation: line 1.5s;
          animation: line 1.5s;
  -webkit-animation-delay: 1.5s;
     -moz-animation-delay: 1.5s;
       -o-animation-delay: 1.5s;
          animation-delay: 1.5s;
  opacity: 1;
  -webkit-animation-fill-mode: forwards;
     -moz-animation-fill-mode: forwards;
       -o-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.navigation {
  position: absolute;
  top: 50%;
  right: 40px;
}
@media (max-width: 1200px) {
  .navigation {
    top: 48%;
  }
}
@media (max-width: 992px) {
  .navigation {
    top: 280px;
  }
}
@media (max-width: 480px) {
  .navigation {
    left: 70px;
    right: 0px;
    margin: 0 auto;
    bottom: 100px;
    top: auto;
  }
}
.navigation .prev {
  background: url(../img/prev-next.png) no-repeat;
  width: 48px;
  height: 48px;
  background-position: 0px -60px;
  cursor: pointer;
  -webkit-transform: rotate(180deg);
     -moz-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
       -o-transform: rotate(180deg);
          transform: rotate(180deg);
  margin: 0 0 10px;
}
@media (max-width: 480px) {
  .navigation .prev {
    display: inline-block;
    position: absolute;
    left: -140px;
    right: 0;
    margin: auto;
  }
}
.navigation .prev:hover {
  -webkit-transform: rotate(0deg);
     -moz-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
       -o-transform: rotate(0deg);
          transform: rotate(0deg);
  background-position: 0px 0px;
}
.navigation .next {
  background: url(../img/prev-next.png) no-repeat;
  width: 48px;
  height: 48px;
  background-position: 0px -60px;
  cursor: pointer;
}
@media (max-width: 480px) {
  .navigation .next {
    display: inline-block;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
  }
}
.navigation .next:hover {
  -webkit-transform: rotate(180deg);
     -moz-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
       -o-transform: rotate(180deg);
          transform: rotate(180deg);
  background-position: 0px 0px;
}

a {
  color: #fff;
}

h1 {
  font-size: 72px;
  font-weight: 600;
  color: #fff;
}

header {
  height: 1200px;
}
@media (max-width: 1200px) {
  header {
    height: 770px;
  }
}
header .container {
  padding: 40px 0 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  height: 80px;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}
@media (max-width: 1400px) {
  header .container {
    padding: 40px 20px 0;
  }
}
@media (max-width: 768px) {
  header .container {
	display:block;
    padding: 40px 20px 0;
  }
}
@media (max-width: 992px) {
  header .logo img {
    max-width: 100%;
  }
}
@media (max-width: 1200px) {
  header .menu {
    position: absolute;
    top: 200px;
    left: 0;
    right: 0;
  }
}
header .menu ul {
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 1200px) {
  header .menu ul {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 0 15px;
  }
}
header .menu ul li {
  margin: 0 10px 0;
  position: relative;
  padding: 10px 0;
}
header .menu ul li:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 0%;
  height: 2px;
  background: #e31e24;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
header .menu ul li:hover:before {
  width: 100%;
}
header .menu ul li.active a {
  color: #e31c23;
}
@media (max-width: 1200px) {
  header .menu ul li a {
    font-size: 16px;
  }
}
header .contact {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1200px) {
  header .contact {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
       -moz-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    width: 400px;
  }
}
@media (max-width: 768px) {
  header .contact {
    margin: 15px auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: end;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: auto;
  }
}
header .contact .address {
  color: #fff;
  position: relative;
  margin-right: 40px;
}
@media (max-width: 1200px) {
  header .contact .address {
    margin: 0 0 10px;
    font-size: 14px;
  }
}
header .contact .address .fas {
  margin-right: 10px;
  color: #e31e24;
}
header .contact .phone a {
  color: #e31e24;
  font-size: 30px;
}
@media (max-width: 992px) {
  header .contact .phone a {
    font-size: 22px;
  }
}
header h1 {
  position: absolute;
  top: 400px;
  left: 30px;
  max-width: 200px;
  padding-left: 80px;
  -webkit-transform: translateX(0px);
     -moz-transform: translateX(0px);
      -ms-transform: translateX(0px);
       -o-transform: translateX(0px);
          transform: translateX(0px);
  -webkit-animation: linetext 1.5s;
     -moz-animation: linetext 1.5s;
       -o-animation: linetext 1.5s;
          animation: linetext 1.5s;
}
@media (max-width: 1200px) {
  header h1 {
    top: 300px;
  }
}
@media (max-width: 992px) {
  header h1 {
    font-size: 40px;
    left: -10px;
  }
}
@media (max-width: 480px) {
  header h1 {
    top: 425px;
    font-size: 32px;
  }
}
@media (max-width: 320px) {
  header h1 {
    top: 425px;
    font-size: 28px;
  }
}
header h1:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: -30px;
  border-left: 60px solid #e31c23;
  height: 0;
  -webkit-animation: line 1.5s;
     -moz-animation: line 1.5s;
       -o-animation: line 1.5s;
          animation: line 1.5s;
  -webkit-animation-delay: 1.5s;
     -moz-animation-delay: 1.5s;
       -o-animation-delay: 1.5s;
          animation-delay: 1.5s;
  opacity: 1;
  -webkit-animation-fill-mode: forwards;
     -moz-animation-fill-mode: forwards;
       -o-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

@-webkit-keyframes linetext {
  from {
    -webkit-transform: translateX(-1000px);
            transform: translateX(-1000px);
  }
  to {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}

@-moz-keyframes linetext {
  from {
    -moz-transform: translateX(-1000px);
         transform: translateX(-1000px);
  }
  to {
    -moz-transform: translateX(0px);
         transform: translateX(0px);
  }
}

@-o-keyframes linetext {
  from {
    -o-transform: translateX(-1000px);
       transform: translateX(-1000px);
  }
  to {
    -o-transform: translateX(0px);
       transform: translateX(0px);
  }
}

@keyframes linetext {
  from {
    -webkit-transform: translateX(-1000px);
       -moz-transform: translateX(-1000px);
         -o-transform: translateX(-1000px);
            transform: translateX(-1000px);
  }
  to {
    -webkit-transform: translateX(0px);
       -moz-transform: translateX(0px);
         -o-transform: translateX(0px);
            transform: translateX(0px);
  }
}
@-webkit-keyframes line {
  from {
    height: 0;
    opacity: 0;
  }
  to {
    opacity: 1;
    height: 100%;
  }
}
@-moz-keyframes line {
  from {
    height: 0;
    opacity: 0;
  }
  to {
    opacity: 1;
    height: 100%;
  }
}
@-o-keyframes line {
  from {
    height: 0;
    opacity: 0;
  }
  to {
    opacity: 1;
    height: 100%;
  }
}
@keyframes line {
  from {
    height: 0;
    opacity: 0;
  }
  to {
    opacity: 1;
    height: 100%;
  }
}
@media (max-width: 1200px) {
  .slick-slide img {
    max-width: 1200px;
  }
}

h3 {
  font-size: 48px;
  font-weight: 700;
  color: #e31e24;
  letter-spacing: -0.48px;
  line-height: 50px;
  position: relative;
  display: inline-block;
}
@media (max-width: 480px) {
  h3 {
    font-size: 30px;
  }
}
h3:before {
  content: "•";
  position: absolute;
  left: -30px;
  color: #e31e24;
  top: 5px;
  font-size: 20px;
}
h3:after {
  content: "•";
  position: absolute;
  right: -30px;
  color: #e31e24;
  top: 5px;
  font-size: 20px;
}
@media (max-width: 480px) {/*
	h3:before {
	  content: none;
	  }
	h3:after {
	  content: none;
	  }
*/}
h3 span {
  color: #e31e24;
}

p {
  line-height: 26px;
  color: #fff;
  margin: 20px 0;
}

.block-1 {
  background: url(../img/bg-1.png) no-repeat -10px -50px;
  height: 740px;
  padding: 180px 0 0;
  margin: -170px 0 0;
  text-align: center;
}
@media (max-width: 1200px) {
  .block-1 {
    height: 720px;
  }
}
.block-1 .container {
  max-width: 940px;
}
.block-1 h3 {
  color: #fff;
  -webkit-transform: rotate(-3deg);
     -moz-transform: rotate(-3deg);
      -ms-transform: rotate(-3deg);
       -o-transform: rotate(-3deg);
          transform: rotate(-3deg);
}
.block-1 h3 + span {
  -webkit-transform: rotate(-3deg);
     -moz-transform: rotate(-3deg);
      -ms-transform: rotate(-3deg);
       -o-transform: rotate(-3deg);
          transform: rotate(-3deg);
  display: block;
  color: #e31e24;
  line-height: 26px;
  margin: 0 0 100px;
}
.block-1 p {
  font-size: 20px;
  line-height: 30px;
}

.block-2 {
  text-align: center;
  padding: 0px 0 120px;
  position: relative;
}
@media (max-width: 1200px) {
  .block-2 {
    padding: 0px 0 60px;
  }
}
.block-2:before {
  content: "#мыделаемспецэффекты";
  position: absolute;
  top: -60px;
  left: 0;
  right: 0;
  font-size: 7vw;
  font-weight: 600;
  letter-spacing: -0.4px;
  opacity: 0.01;
  color: #ffffff;
  -webkit-transform: rotate(-3deg);
     -moz-transform: rotate(-3deg);
      -ms-transform: rotate(-3deg);
       -o-transform: rotate(-3deg);
          transform: rotate(-3deg);
  margin: 0 auto;
}
@media (max-width: 1680px) {
  .block-2:before {
    top: -40px;
  }
}
@media (max-width: 1200px) {
  .block-2:before {
    top: -20px;
  }
}
@media (max-width: 768px) {
  .block-2:before {
    content: none;
  }
}
.block-2 h3 {
  color: #fff;
  -webkit-transform: rotate(-3deg);
     -moz-transform: rotate(-3deg);
      -ms-transform: rotate(-3deg);
       -o-transform: rotate(-3deg);
          transform: rotate(-3deg);
}
@media (max-width: 768px) {
.block-2 h3 {
  color: #fff;
  -webkit-transform: rotate(0deg);
     -moz-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
       -o-transform: rotate(0deg);
          transform: rotate(0deg);
}
}

.grid-foto {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
@media (max-width: 480px) {
  .grid-foto {
    display: block;
    height: 100%;
  }
}
.grid-foto img {
  max-width: 100%;
  height: auto;
}
@media (max-width: 1200px) {
  .grid-foto img {
    width: 100%;
  }
}
.grid-foto .item {
  width: -webkit-calc(100% / 2);
  width: -moz-calc(100% / 2);
  width: calc(100% / 2);
  background: #ccc;
  height: 600px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 1680px) {
  .grid-foto .item {
    height: 480px;
  }
}
@media (max-width: 1400px) {
  .grid-foto .item {
    height: 400px;
  }
}
@media (max-width: 1200px) {
  .grid-foto .item {
    height: 600px;
    width: 100%;
    display: block;
  }
}
@media (max-width: 992px) {
  .grid-foto .item {
    height: 100%;
  }
}
@media (max-width: 480px) {
  .grid-foto .item {
    height: 100%;
  }
}
.grid-foto .item.gorizont {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.grid-foto .item.gorizont .i-12 {
  width: 100%;
  height: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
@media (max-width: 480px) {
  .grid-foto .item.gorizont .i-12 {
    height: 100%;
    display: block;
  }
}
.grid-foto .item.gorizont .i-12 .i-6 {
  width: -webkit-calc(100% / 2);
  width: -moz-calc(100% / 2);
  width: calc(100% / 2);
  height: 100%;
}
@media (max-width: 480px) {
  .grid-foto .item.gorizont .i-12 .i-6 {
    width: 100%;
  }
}
.grid-foto .item .i-12 {
  width: -webkit-calc(100% / 2);
  width: -moz-calc(100% / 2);
  width: calc(100% / 2);
  background: #ddd;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (max-width: 1200px) {
  .grid-foto .item .i-12 {
    display: block;
    float: left;
  }
}
@media (max-width: 480px) {
  .grid-foto .item .i-12 {
    float: none;
    width: 100%;
  }
}
.grid-foto .item .i-12 .i-6 {
  width: 100%;
  height: 50%;
}
@media (max-width: 480px) {
  .grid-foto .item .i-12 .i-6 {
    height: 100%;
  }
}
.grid-foto .item .i-12 .img {
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  height: 100%;
}
@media (max-width: 1200px) {
  .grid-foto .item .i-12 .img {
    width: 100%;
  }
}
@media (max-width: 480px) {
  .grid-foto .item .i-12 .img {
    display: block;
    height: 140px;
    overflow: hidden;
  }
}
.grid-foto .item .i-12 .img:hover label {
  height: 100%;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  font-size: 24px;
  text-align: center;
  padding: 0 40px;
}
@media (max-width: 1400px) {
  .grid-foto .item .i-12 .img:hover label {
    font-size: 18px;
  }
}
@media (max-width: 1200px) {
  .grid-foto .item .i-12 .img:hover label {
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    -moz-transition: 0.2s;
    transition: 0.2s;
  }
}
.grid-foto .item .i-12 .img:hover label span {
  border: 1px solid #e31e24;
  display: block;
  padding: 20px 20px;
}
.grid-foto .item .i-12 .img label {
  text-align: center;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 60px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: rgba(0, 0, 0, 0.7);
  width: 100%;
  color: #fff;
  padding: 0 40px;
}
@media (max-width: 1200px) {
  .grid-foto .item .i-12 .img label {
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    -moz-transition: 0.2s;
    transition: 0.2s;
  }
}

.block-3 {
  background: url(../img/bg-1.png) no-repeat -10px -50px;
  height: 740px;
  padding: 180px 0 0;
  margin: -70px 0 0;
  text-align: center;
}
@media (max-width: 1200px) {
  .block-3 {
    margin: 50px 0 0;
  }
}
@media (max-width: 992px) {
  .block-3 {
    padding: 90px 0 0;
  }
}
@media (max-width: 768px) {
  .block-3 {
    margin: auto;
    height: 100%;
    background-position: 0;
    background: #191919;
    padding: 70px 0 70px;
  }
}
.block-3 h3 {
  color: #fff;
  -webkit-transform: rotate(-3deg);
     -moz-transform: rotate(-3deg);
      -ms-transform: rotate(-3deg);
       -o-transform: rotate(-3deg);
          transform: rotate(-3deg);
}
@media (max-width: 992px) {
  .block-3 h3 {
    margin: 0 0 60px;
  }
}
.block-3 .items-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin: 100px 0 0;
}
@media (max-width: 768px) {
  .block-3 .items-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 0px auto;
    display: block;
  }
}
.block-3 .items-list .item {
  width: -webkit-calc(100% / 4);
  width: -moz-calc(100% / 4);
  width: calc(100% / 4);
  margin: 0 40px 0;
}
@media (max-width: 768px) {
  .block-3 .items-list .item {
    width: 80%;
    margin: 0 auto 40px;
    padding: 0 40px;
  }
}

footer {
	margin-top: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (max-width: 992px) {
  footer {
	margin-top: 0;
    padding: 70px 20px 0;
  }
}
footer h3 {
  color: #fff;
  -webkit-transform: rotate(-3deg);
     -moz-transform: rotate(-3deg);
      -ms-transform: rotate(-3deg);
       -o-transform: rotate(-3deg);
          transform: rotate(-3deg);
  text-align: center;
  margin: 0 auto;
}
@media (max-width: 992px) {
  footer h3 {
    max-width: 400px;
  }
}
@media (max-width: 480px) {
  footer h3 {
    max-width: 300px;
  }
}

.copywriting {
  margin: 60px auto 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  line-height: 25px;
  padding: 0 20px;
}
@media (max-width: 992px) {
  .copywriting {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 0;
	margin-bottom: 150px;
  }
  .copywriting img {
    width: 100%;
  }
}

.footer-address {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 80px 0 0;
}
@media (max-width: 992px) {
  .footer-address {
  padding: 0 0 0 0;
	text-align:center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.footer-address .item {
  width: -webkit-calc(100% / 3);
  width: -moz-calc(100% / 3);
  width: calc(100% / 3);
  margin: 0px 20px 0;
}
@media (max-width: 992px) {
  .footer-address .item {
    width: 100%;
    margin: 0 auto 40px;
  }
}
.footer-address .item .title {
  font-size: 34px;
  letter-spacing: -0.36px;
  color: #fff;
}
@media (max-width: 1200px) {
  .footer-address .item .title {
    font-size: 24px;
  }
}
@media (max-width: 480px) {
  .footer-address .item .title {
    font-size: 20px;
  }
}
.footer-address .item .time {
  color: #fff;
  line-height: 40px;
}
.footer-address .item .phone {
  margin: 40px 0 0;
  font-size: 30px;
  font-weight: 700;
  line-height: 16px;
}
.footer-address .item .phone a {
  color: #e31e24;
}
.footer-address .item .address {
  margin: 10px 0 0;
  color: #fff;
  letter-spacing: -0.16px;
}

.js-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.js-form .btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 40px;
  letter-spacing: -0.16px;
  font-weight: 600;
  text-transform: uppercase;
  color: #fff;
  background: none;
  border-bottom: 3px solid #e52b30;
}
.js-form .block-m-6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin: 0 0 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.js-form .block-m-6 .wrap-item {
  width: -webkit-calc(95% /2);
  width: -moz-calc(95% /2);
  width: calc(95% /2);
  position: relative;
}
.js-form .block-m-6 .wrap-item input {
  color: #fff;
  width: 100%;
  padding: 10px 0;
  background: none;
  outline: none;
}
.js-form .block-m-6 .wrap-item:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: #bfbfbf;
}
.js-form .block-m-12 {
  width: 100%;
  position: relative;
}
.js-form .block-m-12:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 20px;
  width: 100%;
  height: 1px;
  background: #bfbfbf;
}
.js-form .block-m-12 textarea {
  color: #fff;
  width: 100%;
  height: 50px;
  margin: 0 0 20px;
  padding: 10px 0 0;
  background: none;
  resize: vertical;
}

.inside header {
  height: 740px;
}
.inside header:before {
  content: "";
  position: absolute;
  background: #000;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.6;
  z-index: 0;
}
.inside header h1 {
  max-width: none;
  top: 300px;
}
.inside .block-1 {
  position: relative;
  z-index: 1;
  padding: 130px 0 0;
}
@media (max-width: 768px) {
  .inside .block-1 {
    background: #191919;
    margin: -170px 0 60px;
    height: 100%;
    padding: 50px 20px;
  }
}
.inside .block-1 h3 {
  margin: 0 0 40px;
}
@media (max-width: 992px) {
  .inside .block-1 p {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .inside .block-1 p {
    font-size: 14px;
  }
}

.btn_v {
  font-weight: 700;
  line-height: 26px;
  display: block;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 20px;
  display: table;
  margin: 40px auto 0;
}
.btn_v._red {
  background: #d01d23;
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
}

@media (max-width: 768px) {
.btn_v._red {
	margin-top:80px;
  }
}

.btn_v._border_red {
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
  border: 1px solid #d01d23;
}

.grid-foto-gallery {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
@media (max-width: 480px) {
  .grid-foto-gallery {
    display: block;
    height: 100%;
  }
}
.grid-foto-gallery img {
   height: 600px;
    width: 100%;
    object-fit: fill;
}
@media (max-width: 1200px) {
  .grid-foto-gallery img {
    width: 100%;
  }
}
.grid-foto-gallery .item {
  width: -webkit-calc(100% / 2);
  width: -moz-calc(100% / 2);
  width: calc(100% / 2);
  background: #ccc;
  height: 600px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 1680px) {
  .grid-foto-gallery .item {
    height: 480px;
  }
}
@media (max-width: 1400px) {
  .grid-foto-gallery .item {
    height: 400px;
  }
}
@media (max-width: 1200px) {
  .grid-foto-gallery .item {
    height: 600px;
    width: 100%;
    display: block;
  }
}
@media (max-width: 992px) {
  .grid-foto-gallery .item {
    height: 100%;
  }
}
@media (max-width: 480px) {
  .grid-foto-gallery .item {
    height: 100%;
  }
}
.grid-foto-gallery .item.gorizont {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.grid-foto-gallery .item.gorizont .i-12 {
  width: 100%;
  height: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
@media (max-width: 992px) {
  .grid-foto-gallery .item.gorizont .i-12 {
    height: 100%;
    display: block;
  }
}
.grid-foto-gallery .item.gorizont .i-12 .i-6 {
  width: -webkit-calc(100% / 2);
  width: -moz-calc(100% / 2);
  width: calc(100% / 2);
  height: 100%;
}
@media (max-width: 1200px) {
  .grid-foto-gallery .item.gorizont .i-12 .i-6 {
    width: 100%;
    height: auto;
  }
}
@media (max-width: 480px) {
  .grid-foto-gallery .item.gorizont .i-12 .i-6 {
    width: 100%;
  }
}
.grid-foto-gallery .item .i-12 {
  width: -webkit-calc(100% / 2);
  width: -moz-calc(100% / 2);
  width: calc(100% / 2);
  background: #ddd;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (max-width: 1200px) {
  .grid-foto-gallery .item .i-12 {
    display: block;
    height: 100%;
    float: left;
  }
}
@media (max-width: 992px) {
  .grid-foto-gallery .item .i-12 {
    width: 100%;
  }
}
@media (max-width: 480px) {
  .grid-foto-gallery .item .i-12 {
    float: none;
    width: 100%;
  }
}
@media (max-width: 1200px) {
  .grid-foto-gallery .item .i-12 a {
    width: 100%;
    height: 100%;
  }
}
@media (max-width: 1200px) {
  .grid-foto-gallery .item .i-12 img {
    height: 100%;
	object-fit: cover;
  }
}
.grid-foto-gallery .item .i-12 .i-6 {
  width: 100%;
  height: 50%;
}
@media (max-width: 480px) {
  .grid-foto-gallery .item .i-12 .i-6 {
    height: 100%;
  }
}
@media (max-width: 1200px) {
  .grid-foto-gallery .item .i-12 .i-6 img {
    height: auto;
  }
}
.grid-foto-gallery .item .i-12 .img {
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  height: 100%;
}
@media (max-width: 1200px) {
  .grid-foto-gallery .item .i-12 .img {
    width: 100%;
    height: 100%;
  }
}
@media (max-width: 480px) {
  .grid-foto-gallery .item .i-12 .img {
    display: block;
    height: 260px;
    overflow: hidden;
  }
}
.grid-foto-gallery .item .i-12 .img a:hover {
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  cursor: pointer;
}
.grid-foto-gallery .item .i-12 .img a:hover:before {
  content: "";
  position: absolute;
  background: #000;
  opacity: 0.6;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.grid-foto-gallery .item .i-12 .img a:hover:after {
  content: "";
  position: absolute;
  background: url(../img/plus.png) no-repeat center;
  width: 69px;
  height: 69px;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  margin: auto;
}

.video {
  text-align: center;
  padding: 60px 0 120px;
  position: relative;
}
@media (max-width: 1680px) {
  .video {
    top: -40px;
  }
}
@media (max-width: 1200px) {
  .video {
    top: 80px;
    padding: 0px 0 120px;
  }
}
@media (max-width: 992px) {
  .video {
    padding: 0px 0 60px;
  }
}
.video h3 {
  color: #fff;
  margin: 0 0 50px;
  -webkit-transform: rotate(-3deg);
     -moz-transform: rotate(-3deg);
      -ms-transform: rotate(-3deg);
       -o-transform: rotate(-3deg);
          transform: rotate(-3deg);
}
@media (max-width: 768px) {
.video h3 {
	margin-top:-30px;
	-webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
	}
}

.video-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.video-block .item {
  position: relative;
  padding-bottom: 30%;
  padding-top: 0px;
  height: 300px;
  width: -webkit-calc(100% / 2);
  width: -moz-calc(100% / 2);
  width: calc(100% / 2);
  margin-top: 0px;
}
@media (max-width: 768px) {
  .video-block .item {
    width: 100%;
    margin: 0 0 20px;
  }
}
.video-block .item iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media (max-width: 320px) {
header .menu ul li a {
    font-size: 12px;
}
}

.navigation {display:none;}
button {color:#fff;}

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

.fancybox-navigation .fancybox-button--arrow_left {
    background: url(../img/prev-next.png) no-repeat  !important;;
    width: 48px;
    height: 48px;

}
.fancybox-navigation .fancybox-button--arrow_right {
    background: url(../img/prev-next.png) no-repeat !important;
    width: 48px;
    height: 48px;
	transform: rotate(180deg);
}
@media (max-width: 480px) {
.fancybox-navigation .fancybox-button--arrow_left {
	left: 15px;
  }
.fancybox-navigation .fancybox-button--arrow_right {
	right: 15px;
	top: calc(50% - 63px);
  }
}
.not_mobile {display:block !important;}
.mobile {display:none !important}

@media (max-width: 480px) {
.not_mobile {display:none !important}
.mobile {display:block !important}
}

.mobile {position:relative;}

.awards.navigation {display:block;}

#awards .slick-slide > div > div {
    display: flex!important;
	flex-wrap: wrap!important;
    align-content: flex-start!important;
    justify-content: space-around;
}

#awards .slick-slide a {
	max-width: 600px;
    width: 45%;
    margin-bottom: 15px;
}
#awards .slick-slide a img {
	width: 100%;
}
.slick-dots {
    position: absolute;
    bottom: -25px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}

.slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}

.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}

.slick-dots li.slick-active button:before {
    opacity: 1;
    color: #f00;
}

.slick-dots li button:before {
    font-family: 'slick';
    font-size: 32px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: '\25A0';
    text-align: center;
    opacity: 1;
    color: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.awards_1 {width: 72%;margin: 0 auto;}
#slide>div.awards{
    background-color: #5c72c7;
    background: linear-gradient(to top, #5c72c7 83%, #06070c 100%);
}
.awards_2 {width: 100%;}

#whatsapp {
    position: fixed;
    bottom: 50px;
    right: 150px;
}