@charset "UTF-8";

@font-face {
	font-family: "Gothic";
	src: url("../fonts/CenturyGothic.ttf");
}
body {
  margin: 0;
  font-size: 16px;
  font-family: Gothic;
  background: #000;
  min-width: 320px;
}

header a{
  text-decoration: none;
}

.menu a{
  text-decoration: none;
}

.nav__content a{
  text-decoration: none;
}

a {
  font-weight: bold;
  color: #fff;
  -webkit-transition: 0.7s ease;
  -o-transition: 0.7s ease;
  transition: 0.7s ease;
  text-decoration: underline;
}

a:hover {
  cursor: pointer;
}

.menu-icon {
  display: none;
}

#contact_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

#contact_block .left {
  width: 100%;
  text-align: center;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#contact_block .left .photo {
  margin: 10px 0;
  padding: 20px;
}

#contact_block .left .photo img {
  width: 100%;
  background: transparent !important;
  border: none;
}

.adressesWrap{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
-webkit-box-pack: center;
    -ms-flex-pack: center;
        justify-content: center;
-webkit-box-align: start;
    -ms-flex-align: start;
        align-items: flex-start;
margin: 40px 0;
}

.adressesWrap .adressesRow{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: flex-start;
      -ms-flex-pack: flex-start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
          padding:0 25px;
}

.adressesWrap .adressesRow p{
  width: 510px;
  text-align: left;
  margin-block-start: 0.8em;
  font-weight: normal;
    margin-block-end: 0.8em;
}

.adressesWrap .smallRow a, .adressesWrap .smallRow p{
  width: 350px;
  text-align: left;
  margin-block-start: 0.8em;
  font-weight: normal;
    margin-block-end: 0.8em;
}


#overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  background: #000;
  top: 0;
  left: 0;
  opacity: 0;
  display: none;
  z-index: 1111;
  -webkit-transition: .5s ease;
  -o-transition: .5s ease;
  transition: .5s ease;
}

.wrapperCheck {
  width: 50%;
  margin: 0 auto;
  padding: 25px 0;
  background: #f0f0f0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#window {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
  z-index: 11111;
  padding: 35px 50px 50px;
  background: #fff;
  width: 600px;
  position: fixed;
  display: none;
  font-size: 15px;
  color: #242325;
  line-height: 37px;
  text-align: center;
  overflow: auto;
  opacity: 0;
  -webkit-transition: .4s ease;
  -o-transition: .4s ease;
  transition: .4s ease;
}

#window h5 {
  -webkit-margin-before: 0.67em;
}

.arrowBack {
  width: 50px;
  height: 50px;
  background: url(../img/arrowBack.png) no-repeat center;
  background-size: contain;
  position: fixed;
  top: 20px;
  left: 20px;
  z-index: 20000;
  -webkit-transition: 1s ease;
  -o-transition: 1s ease;
  transition: 1s ease;
  cursor: pointer;
}

.arrowBack:hover {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2)
}

.buttonClick {
  width: 138px;
  height: 36.48px;
  margin-left: 10px;
  color: #000;
  border: 0px solid black;
  padding: 11px 15px;
  top: 0px;
  left: 0px;
  font-size: 20px;
  font-family: "Gothic";
  cursor: pointer;
  -webkit-transition: .4s ease;
  -o-transition: .4s ease;
  transition: .4s ease;
}

.buttonClick:hover {
  background: black;
  color: white;
  -webkit-transform: scale(1.24);
          -ms-transform: scale(1.24);
      transform: scale(1.24);
}

.wrapPhoto {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 50px;
  width: 80%;
  margin: 0 auto;
}

.wrapPhoto .img {
  width: 300px;
  height: 200px;
  margin: 10px;
}

#window .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

label {
  display: inline-block;
  color: #fff;
  cursor: pointer;
  position: relative;
}

label span {
  display: inline-block;
  position: relative;
  background-color: transparent;
  width: 50px;
  height: 50px;
  -webkit-transform-origin: center;
          -ms-transform-origin: center;
      transform-origin: center;
  border: 4px solid #000;
  vertical-align: -12px;
  margin-right: 20px;
  -webkit-transition: background-color 150ms 200ms, -webkit-transform 350ms cubic-bezier(0.78, -1.22, 0.17, 1.89);
  transition: background-color 150ms 200ms, -webkit-transform 350ms cubic-bezier(0.78, -1.22, 0.17, 1.89);
  -o-transition: background-color 150ms 200ms, transform 350ms cubic-bezier(0.78, -1.22, 0.17, 1.89);
  transition: background-color 150ms 200ms, transform 350ms cubic-bezier(0.78, -1.22, 0.17, 1.89);
  transition: background-color 150ms 200ms, transform 350ms cubic-bezier(0.78, -1.22, 0.17, 1.89), -webkit-transform 350ms cubic-bezier(0.78, -1.22, 0.17, 1.89);
}

label span:before {
  content: "";
  width: 0px;
  height: 4px;
  border-radius: 4px;
  background: #000;
  position: absolute;
  -webkit-transform: rotate(45deg);
          -ms-transform: rotate(45deg);
      transform: rotate(45deg);
  top: 26px;
  left: 18px;
  -webkit-transition: width 50ms ease 50ms;
  -o-transition: width 50ms ease 50ms;
  transition: width 50ms ease 50ms;
  -webkit-transform-origin: 0% 0%;
          -ms-transform-origin: 0% 0%;
      transform-origin: 0% 0%;
}

label span:after {
  content: "";
  width: 0;
  height: 4px;
  border-radius: 4px;
  background: #000;
  position: absolute;
  -webkit-transform: rotate(305deg);
          -ms-transform: rotate(305deg);
      transform: rotate(305deg);
  top: 34px;
  left: 20px;
  -webkit-transition: width 50ms ease;
  -o-transition: width 50ms ease;
  transition: width 50ms ease;
  -webkit-transform-origin: 0% 0%;
          -ms-transform-origin: 0% 0%;
      transform-origin: 0% 0%;
}

label:hover span:before {
  width: 10px;
  -webkit-transition: width 100ms ease;
  -o-transition: width 100ms ease;
  transition: width 100ms ease;
}

label:hover span:after {
  width: 20px;
  -webkit-transition: width 150ms ease 100ms;
  -o-transition: width 150ms ease 100ms;
  transition: width 150ms ease 100ms;
}

input[type="checkbox"] {
  display: none;
}

input[type="checkbox"]:checked + label span, input[type="checkbox"]:checked + label:hover span {
  background-color: #000;
  -webkit-transform: scale(1.25);
          -ms-transform: scale(1.25);
      transform: scale(1.25);
}

input[type="checkbox"]:checked + label span:after, input[type="checkbox"]:checked + label:hover span:after {
  width: 20px;
  background: #fff;
  -webkit-transition: width 150ms ease 100ms;
  -o-transition: width 150ms ease 100ms;
  transition: width 150ms ease 100ms;
}

input[type="checkbox"]:checked + label span:before, input[type="checkbox"]:checked + label:hover span:before {
  width: 10px;
  background: #fff;
  -webkit-transition: width 150ms ease 100ms;
  -o-transition: width 150ms ease 100ms;
  transition: width 150ms ease 100ms;
}

.g-recaptcha > div {
  margin: 0 auto;
  position: relative;
}

.rc-anchor-logo-img.rc-anchor-logo-img-portrait {
  display: none !important;
}

#window .head {
  display: block;
  font-size: 26px;
  margin-bottom: 35px;
}

.nav__content a {
  color: white;
}

.pigeon {
  position: absolute;
  margin-left: -100px;
  left: 50%;
  width: 200px;
  top: -250%;
  height: 200px;
  background: url(../img/pigeon.gif) no-repeat center;
  background-size: contain;
  -webkit-animation: landing 8.9s linear;
  animation: landing 8.9s linear;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
      transform: scaleX(-1);
}

@-webkit-keyframes landing {
  0% {
    top: -190%;
  }
  100% {
    top: -10%;
  }
}

@keyframes landing {
  0% {
    top: -190%;
  }
  100% {
    top: -10%;
  }
}

.prices {
  text-align: center;
  font-size: 2em !important;
  text-transform: uppercase;
  font-weight: 700;
  text-transform: uppercase;
  color: #303030 !important;
  font-size: 30px;
  line-height: 36px;
  position: relative;
  text-align: center;
  margin: 0 0 50px !important;
}

.prices:after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  width: 60px;
  height: 5px;
  margin-left: -30px;
  background: #fff;
  bottom: -20px;
}

header .background {
  width: 100%;
  height: 90VH;
  background: url(../img/relax.jpg) no-repeat center;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

header .background .text {
  margin: 0 auto;
}

header .background .text p, header .background .text .number {
  opacity: 0;
  color: white;
  text-align: center;
  -webkit-animation: zoomInLeft 1.9s linear;
  animation: zoomInLeft 1.9s linear;
  font-size: 3.5em;
}

header .background .text .fir {
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  font-weight: bold;
}

header .background .text .sec {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  font-size: 3.2em;
}

header .background .text .sec a {
  color: #fff;
  font-weight: bold;
}

header .background .text .number {
  margin: 20px 0;
}

header .background .text .number a {
  color: #fff;
}

header .background .text p {
  padding: 20px 0;
  color: #fff;
  -webkit-margin-before: 0em;
          margin-block-start: 0em;
  -webkit-margin-after: 0em;
          margin-block-end: 0em;
}

header .background .text .number {
  width: 420px;
  height: 94px;
  background: url(../img/number.png) no-repeat center;
  background-size: contain;
  margin: 0 auto;
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.fakeMenu {
  height: 70px;
  position: relative;
  top: 0;
  z-index: 0;
}

.menu {
  width: 100%;
  background: white;
}

.menu .ulMenu {
  background: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 10;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  margin: 0;
  position: absolute;
  top: 0;
  width: 100%;
  padding: 0 !important;
}

.menu .ulMenu li {
  list-style: none;
  padding: 20px 20px;
  color: #fff;
  font-size: 1.6em;
  -webkit-transition: .6s ease;
  -o-transition: .6s ease;
  transition: .6s ease;
}

.menu .ulMenu li a {
  color: #fff;
  font-weight: bold;
}

.menu .ulMenu li:hover {
  background: #Fff;
}

.menu .ulMenu li:hover a {
  color: #000;
}

.nav{
  display: none;
}

.telephone {
  padding-top: 50px;
  background: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

video {
  width: 100%;
}

.credits {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.office_inner {
  padding: 90px 40px 28px 40px;
  background: #000;
}

.office_inner .address {
  line-height: 1.3em;
  font-size: 1.5em;
  line-height: 1.4em;
  margin-bottom: 30px;
}

.office_text {
  text-align: center;
}

.office_inner .office_name {
  color: #c92723;
  font-size: 1.875em;
  margin-bottom: 30px;
  text-transform: uppercase;
}

.office_inner .office_sliding {
  color: #dcdbdc;
  line-height: 1.4em;
  font-family: "Gothic";
}

.office_inner .address {
  line-height: 1.3em;
  font-size: 1.5em;
  line-height: 1.4em;
  margin-bottom: 30px;
}

.office_inner .data {
  color: #04addf;
  margin-bottom: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1.125em;
}

#first {
  display: block !important;
  -webkit-animation: textAnimation 2s linear 1 0s;
  animation: textAnimation 2s linear 1 0s;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  width: 300px;
  height: 74px;
  background: url(img/number.png) no-repeat center;
  background-size: contain;
  margin: 0 auto;
}

#sec {
  -webkit-animation: textAnimatio 2s linear 1 0s;
  animation: textAnimatio 2s linear 1 0s;
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.nav__content .nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.nav__content ul li {
  width: 150px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 0;
}

body.nav-active .nav__list-item a {
  padding: 10px 0 !important;
  width: 100%;
}

.nav__list-item:before {
  width: 118px !important;
}

#third {
  -webkit-animation: textAnimati 2s linear 1 0s;
  animation: textAnimati 2s linear 1 0s;
  -webkit-animation-delay: 5s;
  animation-delay: 5s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.animation {
  z-index: 99;
  position: absolute;
  left: 50%;
  opacity: 0;
}

@-webkit-keyframes textAnimation {
  0% {
    position: static;
    opacity: 0;
    -webkit-transform: translateY(-400px);
    transform: translateY(-400px);
  }
  10% {
    opacity: 1;
  }
  100% {
    position: static;
    opacity: 1;
    -webkit-transform: translateY(-40px);
    transform: translateY(-40px);
  }
}

@keyframes textAnimation {
  0% {
    position: static;
    opacity: 0;
    -webkit-transform: translateY(-400px);
    transform: translateY(-400px);
  }
  10% {
    opacity: 1;
  }
  100% {
    position: static;
    opacity: 1;
    -webkit-transform: translateY(-40px);
    transform: translateY(-40px);
  }
}

@-webkit-keyframes textAnimatio {
  0% {
    position: static;
    opacity: 0;
    -webkit-transform: translateY(-400px);
    transform: translateY(-400px);
  }
  10% {
    opacity: 1;
  }
  100% {
    position: static;
    opacity: 1;
    -webkit-transform: translateY(-60px);
    transform: translateY(-60px);
  }
}

@keyframes textAnimatio {
  0% {
    position: static;
    opacity: 0;
    -webkit-transform: translateY(-400px);
    transform: translateY(-400px);
  }
  10% {
    opacity: 1;
  }
  100% {
    position: static;
    opacity: 1;
    -webkit-transform: translateY(-60px);
    transform: translateY(-60px);
  }
}

@-webkit-keyframes textAnimati {
  0% {
    position: static;
    opacity: 0;
    -webkit-transform: translateY(-400px);
    transform: translateY(-400px);
  }
  10% {
    opacity: 1;
  }
  100% {
    position: static;
    opacity: 1;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}

@keyframes textAnimati {
  0% {
    position: static;
    opacity: 0;
    -webkit-transform: translateY(-400px);
    transform: translateY(-400px);
  }
  10% {
    opacity: 1;
  }
  100% {
    position: static;
    opacity: 1;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}

.fullwidth-bg {
  position: relative;
  z-index: -1;
  height: 100VH;
  width: 100%;
  overflow: hidden;
  z-index: -100;
}

.fullscreen-bg__video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.overlay {
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 4;
}

.overlay .pigeon {
  width: 250px;
  height: 150px;
  background: url(../img/pigeon.gif) no-repeat center;
  background-size: cover;
  margin: 0 auto;
  margin-top: 17%;
}

.overlay h1 {
  text-align: center;
  color: white;
  font-size: 50px;
  margin-top: 1%;
}

.overlay h4, .overlay h6 {
  font-family: Gothic;
  text-align: center;
  color: white;
  font-size: 50px;
}

.section1 {
  background: #000;
  margin-top: 10px;
}

.section1 .block1 {
  display: -webkit-box;
  display: -webkit-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  margin: 0 auto;
}

.section1 .block1 .img1 {
  width: 450px;
  height: 380px;
  background: url(../img/background.jpg) no-repeat center;
  background-size: contain;
}

.section1 .block1 .text1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: left;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 400px;
  padding: 0px;
  padding-right: 40px;
  color: #fff;
}

.section1 .block1 .text1 p {
  text-align: left;
  line-height: 21px;
}

.section1 .block1 .text1 div strong {
  margin-top: 20px;
  margin-bottom: 20px;
}

.section1 .block2 {
  position: relative;
  padding-top: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 80%;
  margin: 0 auto;
  background: #000;
}

.section1 .block2 .img2 {
  width: 450px;
}

.section1 .block2 .img2 img{
  width: 300px;
  height: auto;
}

.section1 .block2 .text2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 400px;
  padding-bottom: 0px;
  padding-left: 40px;
  color: #fff;
}

.section1 .block2 .text2 p {
  text-align: left;
  -webkit-margin-before: 0em;
          margin-block-start: 0em;
}

.section1 .block2 .text2 h2{
  -webkit-margin-after: 0em;
          margin-block-end: 0em;
}

.section1 .block2 .text2 span strong {
  font-size: 2em;
  margin-top: 20px;
  margin-bottom: 20px;
}

.section2 {
  width: 100%;
  height: 100VH;
  background: url(../img/relax.jpg) no-repeat 50% 70%;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.videoWrapper {
  width: 100%;
  height: 500px;
}

.videoWrapper .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.videoWrapper h3 {
  -webkit-margin-before: 0em;
  -webkit-margin-after: 0em;
  margin-top: 0;
  margin-bottom: 0;
  color: white;
}

.videoWrapper #video {
  width: 660px;
  margin: 0 auto;
  margin-bottom: 30px;
}

#content h2 {
  padding-bottom: 30px;
}

footer {
  height: 75px;
  background: #000;
  color: #8d939c;
  width: 100%;
}

footer .social .social_vk, footer .social .social_fb, footer .social .social_in {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  cursor: pointer;
}

footer .credits {
  text-align: center;
  padding-top: 32px;
}

footer .social {
  height: 50px;
  width: 170px;
  margin: 0 auto;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

footer .social .social_vk {
  background: url(../img/vk.png);
}

footer .social .social_fb {
  background: url(../img/fb.png);
}

footer .social .social_in {
  background: url(../img/in.png);
}

@-webkit-keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
  100% {
    opacity: 1;
  }
}

@keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
  100% {
    opacity: 1;
  }
}

/*  PAGE 2 INJECTION */
#content {
  background: #000;
  color: #fff;
}

#content > h1 {
  margin-top: 0;
  text-align: center;
}

.col3 {
  font-size: 1.3em;
  text-align: center;
}

.col3 .medcine {
  width: 80%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.col3 .medcine [class^="text"] {
  width: 45%;
}

.col3 .col {
  display: inline-block;
  vertical-align: top;
  width: 25%;
}

.col3 .col p {
  padding: 0 30px;
}

.col3 .col h3.slogan {
  padding: 16px 0 0;
}

#content > h1 {
  padding-top: 30px;
}

.headNum {
  padding-top: 50px;
  padding-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: none;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.headNum .head {
  font-weight: bold;
  display: block;
  text-align: center;
  font-size: 32px;
}

.headNum .numberHead {
  width: 300px;
  height: 37px;
  background: url(../img/number.png) no-repeat center;
  background-size: contain;
}

.index .mainBlockOwlFlexWrap{
  margin-bottom: 25px !important;
}

/*  PAGE 3 PRICES */
.uslugi {
  width: 81%;
  margin: auto;
  border-collapse: collapse;
  border-spacing: 0px;
}

.uslugi tr:not(.notHover) {
  -webkit-transition: 0.6s ease;
  -o-transition: 0.6s ease;
  transition: 0.6s ease;
}

.uslugi tr:not(.notHover):hover {
  background: white;
  color: black;
}

.p {
  position: relative;
  padding: 100px;
  padding-bottom: 0px;
  padding-top: 50px;
}

.price {
  -webkit-animation: landingPrice 8.9s linear;
  animation: landingPrice 8.9s linear;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

@-webkit-keyframes landingPrice {
  0% {
    top: -190%;
  }
  100% {
    top: -20%;
  }
}

@keyframes landingPrice {
  0% {
    top: -190%;
  }
  100% {
    top: -20%;
  }
}

.burning {
  -webkit-animation: landingburning 8.9s linear;
  animation: landingburning 8.9s linear;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
      transform: scaleX(-1);
}

@-webkit-keyframes landingburning {
  0% {
    top: -190%;
  }
  100% {
    top: -30%;
  }
}

@keyframes landingburning {
  0% {
    top: -190%;
  }
  100% {
    top: -30%;
  }
}

.contacts {
  -webkit-animation: contacts 8.9s linear;
  animation: contacts 8.9s linear;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

@-webkit-keyframes contacts {
  0% {
    top: -190%;
  }
  100% {
    top: -30%;
  }
}

@keyframes contacts {
  0% {
    top: -190%;
  }
  100% {
    top: -30%;
  }
}

/*  PAGE 4 BURNING */
.flex {
  width: 80%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.flex .row1 .photo {
  width: 450px;
  height: 330px;
  background: url(../img/cremac.jpg) no-repeat center;
  background-size: cover;
}

.flex .row2 .photo {
  width: 450px;
  height: 330px;
  background: url(../img/cremac1.jpg) no-repeat center;
  background-size: cover;
}

/*  PAGE 5 DOCUMENTS */
#price {
  margin: 0 auto;
}

@media (max-width: 1340px) {
  .menu .ulMenu li {
    font-size: 1.3em;
  }
}

@media (max-width: 1250px) {
  .col3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    font-size: 1.2em;
  }
  .col3 .col {
    display: block;
    width: 330px;
  }
}

.center {
  text-align: center;
}

@media (max-width: 1190px) {
  .section1 .block1 .img1, .section1 .block2 .img2 {
    margin-top: 70px;
  }

  .krematsiya .pigeon{
    margin-left: -75px;
    margin-top: 35px;
    left: 50%;
    width: 150px;
    top: -250%;
    height: 150px;
  }
}

@media (max-width: 1125px) {
  .section1 .block1 .text1 h1 {
    text-align: center;
  }
  .section1 .block1 .text1 h2 {
    text-align: center;
  }
  .section1 .block1 .text1 .section1 .block2 .text2 {
    padding-top: 30px;
  }
  @-webkit-keyframes landingburning {
    0% {
      top: -190%;
    }
    100% {
      top: -19%;
    }
  }
  @keyframes landingburning {
    0% {
      top: -190%;
    }
    100% {
      top: -19%;
    }
  }
}

@media (max-width: 1150px) {
  .menu .ulMenu li {
    font-size: 1.2em;
  }
}

@media (max-width: 1050px) {
  .text p {
    font-size: 1.6em !important;
  }
}

@media (max-width: 1040px) {
  .menu-icon {
    display: block;
  }
  .menu .ulMenu, .headNum {
    display: none;
  }
  .nav{
    display: block;
  }
  .sidebar {
    display: block;
    list-style: none;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.5);
    width: 45%;
    height: 100%;
    -webkit-transform: translateX(-110%);
            -ms-transform: translateX(-110%);
        transform: translateX(-110%);
    -webkit-transition: -webkit-transform 0.6s ease;
    transition: -webkit-transform 0.6s ease;
    -o-transition: transform 0.6s ease;
    transition: transform 0.6s ease;
    transition: transform 0.6s ease, -webkit-transform 0.6s ease;
    z-index: 100000;
  
  }

  .sidebar ul{
  -webkit-margin-before: 0;
          margin-block-start: 0;
  -webkit-margin-after: 0;
          margin-block-end: 0;
  -webkit-margin-start: 0px;
          margin-inline-start: 0px;
  -webkit-margin-end: 0px;
          margin-inline-end: 0px;
  -webkit-padding-start: 0px;
          padding-inline-start: 0px;
  }

  .scroll {
    -webkit-transform: translateX(0%);
            -ms-transform: translateX(0%);
        transform: translateX(0%);
  }

  .sidebar .projects .sidebarLink {
    padding: 15px 30px;
    position: relative;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

.sidebar .projects .sidebarLink:first-child{
  padding-top: 40px;
}

.sidebar .header {
  padding: 40px 0 10px 30px;
  text-transform: uppercase;
  color: #fff;
  font-weight: bold;
}

.sidebar .projects {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.sidebar .projects a{
  text-decoration: none;
}
}

@media (max-width: 990px) {
  @-webkit-keyframes landingburning {
    0% {
      top: -190%;
    }
    100% {
      top: -17%;
    }
  }
  @keyframes landingburning {
    0% {
      top: -190%;
    }
    100% {
      top: -17%;
    }
  }
}

@media (max-width: 950px) {



  .pozvonim-mobile{
    display: none !important;
  }
  .yandex {
    width: 80%;
    margin: 0 auto;
  }
  #window {
    width: 70%;
  }
  header .background {
    height: 400px;
  }

  .index .mainBlockOwlFlexWrap{
    margin-bottom: 35px !important;
  }
}

@media (max-width: 905px) {
  .MosHeader{
  font-size: 25px;
}
  @-webkit-keyframes landingPrice {
    0% {
      top: -190%;
    }
    100% {
      top: -15%;
    }
  }
  @keyframes landingPrice {
    0% {
      top: -190%;
    }
    100% {
      top: -15%;
    }
  }
}

@media (max-width: 860px) {

  .videoWrapper{
    height: 200px;
  }

  .videoWrapper #video {
    width: 300px;
    height: 190px;
    margin-bottom: 0;
    margin-top: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .videoWrapper #video video{
    height: 200px;
    width: 300px;
    margin: 0 auto;
  }

  .map {
    width: 100% !important;
    height: 400px !important;
  }
  @-webkit-keyframes landing {
    0% {
      top: -200%;
    }
    100% {
      top: -5%;
    }
  }
  @keyframes landing {
    0% {
      top: -200%;
    }
    100% {
      top: -5%;
    }
  }
  .section1 .block1 .img1 {
    margin-top: 70px;
    height: 450px !important;
  }
  .section1 .block2 {
    padding-top: 150px;
  }
  .section1 .block2 .img2 {
    margin-top: 70px;
  }
  @-webkit-keyframes contacts {
    0% {
      top: -190%;
    }
    100% {
      top: -45%;
    }
  }
  @keyframes contacts {
    0% {
      top: -190%;
    }
    100% {
      top: -45%;
    }
  }
}

@media (max-width: 850px) {
  .medcine [class^="text"] {
    width: 331px !important;
  }

  .section1 .block2 .text2 h2{
text-align: center;
  }
  .menu .ulMenu {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .menu .ulMenu li {
    font-size: 1em;
  }
  .section1 .block1 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .section1 .block1 .img1 {
    width: 500px;
    height: 550px;
    margin: 0 auto;
  }
  .section1 .block1 .text1 {
    width: 90%;
    margin: 0 auto;
    text-align: justify;
    padding-right: 0;
  }
  .section1 .block2 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .section1 .block2 .img2 {
    width: 500px;
    margin: 0 auto;
  }
  .section1 .block2 .text2 {
    width: 90%;
    margin: 0 auto;
    padding-left: 0;
  }

  .section1 .block2 .text2 img{
    display: block;
    margin: 0 auto;
  }
  .MosHeader{
  font-size: 23px;
}
}

@media (max-width: 750px) {
  @-webkit-keyframes landingPrice {
    0% {
      top: -190%;
    }
    100% {
      top: -10%;
    }
  }
  @keyframes landingPrice {
    0% {
      top: -190%;
    }
    100% {
      top: -10%;
    }
  }
  .menu {
    display: none;
  }
  .menu-icon {
    display: block !important;
  }

    .MosHeader{
  font-size: 18px;
}

.adressesWrap .adressesRow{
  font-size: 14px;
}

.adressesWrap .adressesRow p, .adressesWrap .adressesRow a{
  width: 400px;
  text-align: left;
  margin-block-start: 0.5em;
    margin-block-end: 0.5em;
}
}

@media (max-width: 600px) {
  #contact_block .left {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .uslugi {
    width: 98%;
    font-size: 14px;
  }
  .p {
    padding: 10px;
  }
  .text p {
    font-size: 1.4em !important;
    font-size: 1.1em !important;
    font-size: 1.4em !important;
  }

  .contactsNew .owl-dots
  {
    width: 50% !important;
  }

}

@media (max-width: 590px) {

  .sidebar {
    width: 60%;
}

  .krematsiya .pigeon{
    margin-left: -75px;
    margin-top: 35px;
    left: 50%;
    width: 150px;
    top: -250%;
    height: 150px;
  }

  .flex .row1{
    margin-top: 50px;
  }

  #pig {
    display: none;
  }
  .section1 .block2 .text2 {
    width: 100%;
  }
  img {
    width: 90%;
  }
  .otzFlex img{
    width: 100%;
  }
  .text2 img {
    width: 100%;
  }
  .flex [class^="row"] {
    width: 100%;
  }
  .flex [class^="row"] .photo {
    width: 100% !important;
    background-size: contain;
    margin:  0 auto;
  }
  .background .text .number {
    width: 220px !important;
    height: 54px !important;
  }
  header .background {
    height: 300px;
  }

  
  .krematsiya  .flex .row1 .photo{
    width: 260px !important;
    height: 192px;

  }

  .krematsiya .flex .row2 .photo{
    width: 260px !important;
    height: 192px;
    margin-bottom: 20px;

  }

  .MosHeader{
  font-size: 16px;
}

#slidebox{
  display: none !important
}
}

@media (max-width: 550px) {

  .mainBlockOwl{
    margin-bottom: 10px !important;
  }

  .kontaktyi .owlWrap:last-child{
    margin-bottom: 30px;
  }

  .index .mainBlockOwl:last-child{
    margin-bottom: 40px !important;
  }

  .section1 .block2 .img2 .mainBlockOwl:last-child{
    margin-bottom: 0px !important;
  }

  .mainBlockOwl a{
    font-size: 14px !important;
  }
  .mainBlockOwl>p{
    font-size: 14px !important;
  }
  #contact_panel .left {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #ymaps1507755076210966726 {
    height: 400px;
  }
  #video {
    width: 100% !important;
  }

  .index .mainBlockOwlFlexWrap{
    margin-bottom: 6px !important;
  }

  .section1 .block2 .img2 {
    width: 290px;
  }

  .block2 .img2 .owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 0px !important;
}

.contactsNew .owl-dots
{
  width: 70% !important;
}
}

@media (max-width: 510px) {

  .contactsNew .office_name {
    font-size: 1.1em;
}

  #contact_panel .left {
    padding: 15px 0;
  }
  #contact_panel .left .photo {
    margin: 10px 0 !important;
    padding: 0 20px !important;
  }
  .yandex {
    width: 70%;
    margin: 0 auto;
  }
  .section1 .block1 {
    padding-bottom: 20px;
  }
  .section1 .block1 .img1 {
    background-size: contain;
    height: 190px !important;
  }
  .section1 .block2 {
    margin-top: 0;
    padding-top: 120px;
  }
  .section1 .block2 .img2 {
    background-size: contain;
  }

  .section1 .block2 .text2 img{
    margin-top: 20px;
  }
}

@media (max-width: 500px) {
  #window {
    width: 60%;
  }
  #window h5 {
    font-size: 15px;
  }
  /* .menu-icon span {
    padding: 15px !important;
    font-size: 20px;
  } */
  .uslugi {
    width: 98%;
    font-size: 9px;
  }
    .MosHeader{
  font-size: 13px;
}

.contactsNew .owl-dots
{
  width: 85% !important;
}

.adressesWrap .adressesRow {
  font-size: 13px;
}
.adressesWrap .adressesRow p, .adressesWrap .adressesRow a{
  width: 350px;
}
}

@media (max-width: 440px) {

  .mainBlockOwl a{
    font-size: 12px !important;
  }
  .mainBlockOwl>p{
    font-size: 12px !important;
  }
  .map {
    height: 300px !important;
  }
  @-webkit-keyframes contacts {
    0% {
      top: -190%;
    }
    100% {
      top: -60%;
    }
  }
  @keyframes contacts {
    0% {
      top: -190%;
    }
    100% {
      top: -60%;
    }
  }
  header .background {
    height: 250px;
  }
    .MosHeader{
  font-size: 11px;
}



}

@media (max-width: 380px) {
  header .background {
    height: 200px;
  }
  .menu-icon span {
    background: black;
    opacity: 1;
  }
      .MosHeader{
  font-size: 10.5px;
}
.adressesWrap .adressesRow {
  font-size: 10px;
}
.adressesWrap .adressesRow p, .adressesWrap .adressesRow a{
  width: 300px;
}
}

@media (max-width: 350px) {
  h1, h2, h3, h4 {
    font-size: 1em !important;
  }
    .MosHeader{
  font-size: 10px;
}
.adressesWrap .adressesRow p, .adressesWrap .adressesRow a{
  width: 280px;
}
}

@media (max-width: 330px) {

    .MosHeader{
  font-size: 9.5px;
}
}

.menu-icon {
  color: white;
  height: 30px;
  width: 30px;
  position: fixed;
  z-index: 2;
  right: 60px;
  top: 30px;
  cursor: pointer;
}

#pozvonim-button {
  left: 5% !important;
}

.scrollup {
  display: none;
  position: fixed;
  right: 45px;
  bottom: 105px;
  z-index: 10000;
  text-decoration: none;
  list-style: none;
  color: #fff;
  background: #1b1b1b;
  padding: 10px 20px;
}

@media (max-width: 590px) {
  .scrollup {
    opacity: 0.6;
  }
  .prayslist #content{
    padding: 0 20px;
  }
}

.menu-icon span {
  padding: 10px;
  color: #000;
  background:  rgba(255, 255, 255, 0.52);
  font-weight: bold;
}

#close {
  display: none;
}

.menu-icon__line {
  height: 2px;
  width: 30px;
  display: none;
  background-color: #ffffff;
  margin-bottom: 4px;
  -webkit-transition: background-color .5s ease, -webkit-transform .2s ease;
  transition: background-color .5s ease, -webkit-transform .2s ease;
  -o-transition: transform .2s ease, background-color .5s ease;
  transition: transform .2s ease, background-color .5s ease;
  transition: transform .2s ease, background-color .5s ease, -webkit-transform .2s ease;
}

.menu-icon__line-left {
  width: 15px;
}

.menu-icon__line-right {
  width: 15px;
  float: right;
}

/* .nav {
  position: fixed;
  z-index: 1;
}

.nav:before {
  content: "";
  position: fixed;
  width: 100vw;
  height: 100vh;
  background: rgba(234, 234, 234, 0.2);
  z-index: -1;
  -webkit-transition: -webkit-transform cubic-bezier(0.77, 0, 0.175, 1) 0.8s;
  transition: -webkit-transform cubic-bezier(0.77, 0, 0.175, 1) 0.8s;
  -o-transition: transform cubic-bezier(0.77, 0, 0.175, 1) 0.8s;
  transition: transform cubic-bezier(0.77, 0, 0.175, 1) 0.8s;
  transition: transform cubic-bezier(0.77, 0, 0.175, 1) 0.8s, -webkit-transform cubic-bezier(0.77, 0, 0.175, 1) 0.8s;
  -webkit-transform: translateX(0%) translateY(-100%);
  -ms-transform: translateX(0%) translateY(-100%);
      transform: translateX(0%) translateY(-100%);
}

.nav:after {
  content: "";
  position: fixed;
  width: 100vw;
  height: 100vh;
  background: rgba(234, 234, 234, 0.2);
  z-index: -1;
  -webkit-transition: -webkit-transform cubic-bezier(0.77, 0, 0.175, 1) 0.8s;
  transition: -webkit-transform cubic-bezier(0.77, 0, 0.175, 1) 0.8s;
  -o-transition: transform cubic-bezier(0.77, 0, 0.175, 1) 0.8s;
  transition: transform cubic-bezier(0.77, 0, 0.175, 1) 0.8s;
  transition: transform cubic-bezier(0.77, 0, 0.175, 1) 0.8s, -webkit-transform cubic-bezier(0.77, 0, 0.175, 1) 0.8s;
  -webkit-transform: translateX(0%) translateY(-100%);
  -ms-transform: translateX(0%) translateY(-100%);
      transform: translateX(0%) translateY(-100%);
  background: black;
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
     transition-delay: 0s;
}

.nav:before {
  -webkit-transition-delay: .1s;
  -o-transition-delay: .1s;
     transition-delay: .1s;
} */

.nav__content {
  position: fixed;
  top: -150%;
  -webkit-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
      transform: translate(0%, -50%);
  width: 100%;
  text-align: center;
  font-size: calc(2vw + 10px);
  font-weight: 200;
  cursor: pointer;
}

.nav__list-item {
  color: white;
  position: relative;
  display: inline-block;
  -webkit-transition-delay: 0.8s;
  -o-transition-delay: 0.8s;
     transition-delay: 0.8s;
  opacity: 0;
  -webkit-transform: translate(0%, 100%);
  -ms-transform: translate(0%, 100%);
      transform: translate(0%, 100%);
  -webkit-transition: opacity .2s ease, -webkit-transform .3s ease;
  transition: opacity .2s ease, -webkit-transform .3s ease;
  -o-transition: opacity .2s ease, transform .3s ease;
  transition: opacity .2s ease, transform .3s ease;
  transition: opacity .2s ease, transform .3s ease, -webkit-transform .3s ease;
  margin-right: 25px;
}

/* .nav__list-item:before {
  content: "";
  position: absolute;
  background: white;
  width: 20px;
  height: 1px;
  top: 100%;
  left: 30%;
  -webkit-transform: translate(0%, 0%);
  -ms-transform: translate(0%, 0%);
      transform: translate(0%, 0%);
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  z-index: -1;
}

.nav__list-item:hover:before {
  width: 100%;
} */

body.nav-active .menu-icon__line {
  background-color: white;
  -webkit-transform: translateX(0px) rotate(-45deg);
  -ms-transform: translateX(0px) rotate(-45deg);
      transform: translateX(0px) rotate(-45deg);
}

body.nav-active .menu-icon__line-left {
  -webkit-transform: translateX(1px) rotate(45deg);
  -ms-transform: translateX(1px) rotate(45deg);
      transform: translateX(1px) rotate(45deg);
}

body.nav-active .menu-icon__line-right {
  -webkit-transform: translateX(-2px) rotate(45deg);
  -ms-transform: translateX(-2px) rotate(45deg);
      transform: translateX(-2px) rotate(45deg);
}

body.nav-active .nav {
  visibility: visible;
}

body.nav-active .nav:before {
  -webkit-transform: translateX(0%) translateY(0%);
  -ms-transform: translateX(0%) translateY(0%);
      transform: translateX(0%) translateY(0%);
}

body.nav-active .nav:after {
  -webkit-transform: translateX(0%) translateY(0%);
  -ms-transform: translateX(0%) translateY(0%);
      transform: translateX(0%) translateY(0%);
  -webkit-transition-delay: .1s;
  -o-transition-delay: .1s;
     transition-delay: .1s;
}

body.nav-active .nav:before {
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
     transition-delay: 0s;
}

body.nav-active .nav__list-item {
  font-size: 25px;
  margin-top: 30px;
  opacity: 1;
  width: 100%;
  -webkit-transform: translateX(0%);
  -ms-transform: translateX(0%);
      transform: translateX(0%);
  -webkit-transition: opacity .3s ease, color .3s ease, -webkit-transform .3s ease;
  transition: opacity .3s ease, color .3s ease, -webkit-transform .3s ease;
  -o-transition: opacity .3s ease, transform .3s ease, color .3s ease;
  transition: opacity .3s ease, transform .3s ease, color .3s ease;
  transition: opacity .3s ease, transform .3s ease, color .3s ease, -webkit-transform .3s ease;
}

body.nav-active .nav__list-item a {
  padding: 20px;
  border: 3px solid #fff;
}

body.nav-active .nav__list-item:nth-child(0) {
  -webkit-transition-delay: 0.5s;
  -o-transition-delay: 0.5s;
     transition-delay: 0.5s;
}

body.nav-active .nav__list-item:nth-child(1) {
  -webkit-transition-delay: 0.6s;
  -o-transition-delay: 0.6s;
     transition-delay: 0.6s;
}

body.nav-active .nav__list-item:nth-child(2) {
  -webkit-transition-delay: 0.7s;
  -o-transition-delay: 0.7s;
     transition-delay: 0.7s;
}

body.nav-active .nav__list-item:nth-child(3) {
  -webkit-transition-delay: 0.8s;
  -o-transition-delay: 0.8s;
     transition-delay: 0.8s;
}

body.nav-active .nav__list-item:nth-child(4) {
  -webkit-transition-delay: 0.9s;
  -o-transition-delay: 0.9s;
     transition-delay: 0.9s;
}

body.nav-active .nav__list-item:nth-child(5) {
  -webkit-transition-delay: 1s;
  -o-transition-delay: 1s;
     transition-delay: 1s;
}

body.nav-active .nav__list-item:nth-child(6) {
  -webkit-transition-delay: 1.1s;
  -o-transition-delay: 1.1s;
     transition-delay: 1.1s;
}

body.nav-active .nav__list-item:nth-child(7) {
  -webkit-transition-delay: 1.2s;
  -o-transition-delay: 1.2s;
     transition-delay: 1.2s;
}

@media (max-width: 420px) {
  body.nav-active .nav__list-item {
    font-size: 18px;
    margin-top: 25px;
  }
}

.loader {
  position: absolute;
  z-index: 15;
  top: -100%;
  left: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  overflow: hidden;
  color: #000000;
  -webkit-transition: opacity .7s ease;
  -o-transition: opacity .7s ease;
  transition: opacity .7s ease;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.55);
}

.loader:after, .loader:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.loader.is-active {
  top: 0;
  opacity: 1;
}

.loader-default:after {
  position: absolute;
  top: calc(50% - 24px);
  left: calc(50% - 24px);
  width: 48px;
  height: 48px;
  content: '';
  -webkit-animation: rotation 1s linear infinite;
  animation: rotation 1s linear infinite;
  border: solid 8px #ffffff;
  border-left-color: transparent;
  border-radius: 50%;
}

@-webkit-keyframes rotation {
  from {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

@keyframes rotation {
  from {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

@-webkit-keyframes blink {
  from {
    opacity: .5;
  }
  to {
    opacity: 1;
  }
}

@keyframes blink {
  from {
    opacity: .5;
  }
  to {
    opacity: 1;
  }
}

.ymap-container {
  position: relative;
  margin: 3em 0 0em 0;
  overflow: hidden;
  cursor: pointer;
  -webkit-box-shadow: 0 0 2em 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 2em 0 rgba(0, 0, 0, 0.2);
}

/* Блок, в котором появится Яндекс.Карта */
#map-yandex {
  position: relative;
  z-index: 7;
  width: 100%;
  height: 36em;
  cursor: pointer;
  background-color: transparent;
}

@media (max-width: 550px) {
  #map-yandex {
    height: 26em;
  }
}

.Minbalashih {
  background: url("../img/Minbalashih.png") #ffffff no-repeat;
  background-position: center center;
  background-size: cover;
}

.Mincertan {
  background: url("../img/MinAprelevka.png") #ffffff no-repeat;
  background-position: center center;
  background-size: cover;
}

#pozvonim-button .pozvonim-button-phone {
  background-color: black !important;
}

#pozvonim-button .pozvonim-button-border-outer, #pozvonim-button .pozvonim-button-border-inner {
  border: 1px solid black !important;
}

@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (orientation: landscape) {
  body.nav-active .nav__list-item {
    font-size: 10px;
    margin-top: 20px;
  }
}

@media screen and (max-width: 767px) {
  .credits {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 200px;
    margin: 0 auto;
  }
}

.left img {
  max-width: 100%;
  height: auto !important;
}

.portfolio {
  padding-top: 20px;
  background: #000;
}

/* .portfolio .owl-theme .owl-dots .owl-dot span {
  width: 62px;
  height: 8px;
  background: transparent;
  border-radius: 0;
  border: none;
  background: #8d939c;
  margin: 0;
}

.portfolio .owl-theme .owl-dots .owl-dot.active span {
  padding: 1px 0;
  background: #fff;
  position: relative;
  top: 1px;
}

.owl-theme .owl-dots .owl-dot:hover span {
  padding: 1px 0;
  background: #fff;
  position: relative;
  top: 1px;
} */

.portfolio .owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 0px;
}

.portfolio .adresLinks {
  width: 90%;
  margin: 0 auto;
  padding: 30px 0;
  font-size: 20px;
  text-align: center;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.portfolio .adresLinks p {
  padding: 5px 10px;
  width: 280px;
}

#slidebox {
  width: 550px;
  height: 55px;
  background: #1b1b1b;
  position: fixed;
  bottom: -200%;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  line-height: 18px;
  z-index: 99999;
}

a.close {
  position: absolute;
  cursor: pointer;
  top: 5px;
  right: 20px;
  text-decoration: none;
  border: none;
  color: #fff;
}

#slidebox p {
  margin: 0 40px 0px 0px;
  padding: 0px;
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
  color: #fff;
}

#slidebox p a {
  text-decoration: underline
}

#slidebox .wrap{
  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;
  height: 100%;
}

#slidebox .telVspl{
  width: 200px;
  height: 49px;
  background: url(../img/number.png) no-repeat center;
  background-size: contain;
}

#slidebox p a:hover {
  color: #333;
  text-decoration: underline
}

#slidebox h4 {
  color: #333;
  font-size: 16px;
  margin: 10px 20px 10px 10px
}

@media screen and (max-width: 960px) {
  #slidebox {
    width: 100%;
    padding: 10px;
    padding-bottom: 0;
    height: 65px;
  }

  #slidebox .wrap{
    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;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    height: 100%;
  }
  #slidebox p{
    text-align: center;
    margin: 5px auto;
  }
}

.contactsNew #contact_block{
  -webkit-transform: scaleX(1);
      -ms-transform: scaleX(1);
          transform: scaleX(1);
display: -webkit-box;
display: -ms-flexbox;
display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.contactsNew .inner {
  padding: 20px 20px 0 20px;
}

.contactsNew a{ 
  color: # f2633;
}
.contactsNew  .ofices-right-column .support{  
  /* font-size: 0.8em; */
  line-height: 1.4em;
  padding: 0 30px;
  margin-top: 2.2em;
}
.contactsNew  .ofices-right-column .padding{  
  padding: 45px 0px;
  
}
.contactsNew .ofices-right-column div.hot-line{
  color: #fff;
  margin-bottom: 30px;
  line-height: 1.4em;
  text-align: right;
  margin-right: 30px;
}
.contactsNew .ofices-right-column div.hot-line nobr{  
  margin-left: -5px;
  font-size: 1.2em;
  line-height: 1.7em;
}
.contactsNew .ofices-right-column div.hot-line .title{
  color: # f2633;
  font-size: 1.2em;
  
}
.contactsNew   .ofices-right-column div{
  margin-bottom: 10px;
}

.contactsNew .ofices-right-column {
  width: 99.6%;
  height: 40%;
  margin: 0 0 0 0;
  float: left;
  position: relative;
  background: 100% 100% url('i/block_bg.png');
}
.contactsNew  .ofices-wrap{ 
  float: left;
  height: 100%;
  width: 100%;
  
}
.contactsNew  .office { 
  height: 59.7%;
  /* width: 49.7%; */
  /* width: 39.7%; */
   width: 33%; 
  position: relative;
  cursor: pointer;  
}
.contactsNew  .office_inner { 
  padding: 90px 40px 28px 40px;
  
}

.contactsNew  .office_belgorod{
  /* height: 99.8%; */
}

.contactsNew  .office_name {
  color: #fff ;
  text-align: center;
  font-size: 1.875em;
  margin-bottom: 10px;
  text-transform: uppercase;
  padding-left: 20px;
  padding-right: 20px;
}

.contactsNew  .office_sliding { 
  color: #dcdbdc;
  line-height: 1.8em;
  font-family: "Gothic";

}

.contactsNew .portfolio .adresLinks p a{
  color: #fff;
  font-weight: normal;
}

.contactsNew .owl-carousel .owl-item img{
  width: 600px;
  margin: 0 auto;
}

.mainBlockOwlFlexWrap{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.mainBlockOwlFlexWrap .mainBlockOwl{
  margin: 10px 25px;
}

 .mainBlockOwl{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
}

.mainBlockOwl a{
  text-decoration: none;
  border-bottom: 1px solid #fff;
  font-size: 22px;
  line-height: 31px;
}

.mainBlockOwl>p{
      -webkit-margin-before: 0.5em;
              margin-block-start: 0.5em;
    -webkit-margin-after: 0em;
            margin-block-end: 0em;
    color: #fff;
    font-size: 22px;
}

.mainBlockOwlFlexWrap .mainBlockOwl img{
width: 600px;
margin: 0 auto;
}

.contactsNew .main{
  width: 100%;
  background: #000;
}

.contactsNew .main .credits{
  color: #Fff;
  margin-bottom: 20px;
}

.contactsNew .owl-dots
{
  width: 30%;
  margin: 0 auto;
}

.contactsNew .owlWrap{
  margin-top: 30px;
}

@media (max-width: 650px) {

  .textHeadWrap{
    padding: 0 20px;
  }
  
  .textHeadWrap p{
    font-size: 1em !important;
    -webkit-margin-before: 0;
            margin-block-start: 0;
    -webkit-margin-after: 0;
            margin-block-end: 0;
  }

  .hidden{
    display: none;
  }  

  #content .hPadding{
    padding-bottom: 0;
  }

  .portfolio .adresLinks{
    font-size: 15px;
  }


.contactsNew .portfolio .adresLinks p{
  padding: 5px 10px;
  -webkit-margin-before: 0.1em;
          margin-block-start: 0.1em;
  -webkit-margin-after: 0.1em;
          margin-block-end: 0.1em;
}

.contactsNew .office_name{
  font-size: 1.2em;
}
}

.creditsAdw {
	width: 371px;
	height: 122px;
	background: url(../img/3block.jpg) no-repeat center;
	background-size: contain;
  margin: 10px auto;
  margin-top: 30px;
  }

  .vetpreparatyi .telephone img{
    margin: 0 auto;
    display: block;
  }

  @media screen and (max-width: 767px) {

    .vetpreparatyi h3{
      padding: 0 !important;
      -webkit-margin-before: 0;
              margin-block-start: 0;
      -webkit-margin-after: 0;
              margin-block-end: 0;
    }

     .mainBlockOwl img{
      width: 290px !important;
      }
  
	   .creditsAdw {
	width: 276px;
  height: 90px;
  margin-top: 30px;
	background: url(../img/3blockMob.jpg) no-repeat center;
	background-size: contain;
  }

  .contactsNew .owl-carousel .owl-item img{
    width: 300px;
  }

  .mainBlockOwl a{
    font-size: 17px;
    margin: 0 10px;
    text-align: center;
  }

  .mainBlockOwl>p{
  font-size: 17px;
}
}

.col3 .col>div>img{
  display: block;
  margin: 0 auto;
}

.headNum p{
  font-size: 1em;
}

.krematsiya .textWrap{
  padding: 0 30px;
}

.kabinetiy .textWrap{
  padding: 0px 30px;
}

.kabinetiy .textWrap h3{
  text-align: center;
}

.kabinetiy .textWrap .text{
  text-align: center;
}

.kabinetiy .kabinetFlex img{
  display: block;
 
}

.kabinetiy .kabinetFlex{
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.kabinetiy .kabinetFlex:nth-child(3){
  margin-bottom: 10px;
}

.kabinetiy .telephone img{
  margin: 0 auto;
  display: block;
}

.kabinetiy .flex [class^="row"]>img{
  display: block;
  margin: 0 auto;
}

.kabinetiy #content h2{
  padding-bottom: 0;
}

.kontaktyi .kontaktFlex
{
  width: 300px;
  margin: 0 auto;
}

.kontaktyi .slogan{
  text-align: center;
  -webkit-margin-before: 0;
          margin-block-start: 0;
  -webkit-margin-after: 0;
          margin-block-end: 0;
  padding: 30px 0 0 0;
  font-weight: normal;
  background: #000000;
  color: #fff;
}

.kontaktyi .portfolio{
  padding-top: 0;
}

.kontaktyi .slogan{
  padding: 0 !important;
  padding-bottom: 15px !important;
}

.otzyivyi .otzFlex{
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.otzyivyi td img{
  width: 100px;
  height: 126px;
}

.otzyivyi form textarea{
  display: block;
  margin: 0 auto;
}

.otzyivyi form input{
  display: block;
  margin: 0 auto;
}

.otzyivyi tr{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.otzyivyi tr td{
  padding: 0 10px;
}

.kontaktFlex{
  display: -webkit-box;
  display: -ms-flexbox;
  padding: 0 20px;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.krematsiya img{
  display: block;
  margin: 0 auto;
}

.krematsiya #content h2
{
  padding-bottom: 0;
}

.krematsiya .linkTop
{
  text-decoration: underline;
}

.krematsiya .row1 p{
  text-align: center !important;
}

.krematsiya .row2 p{
  text-align: center !important;
}


@media (max-width: 700px) {
.vetpreparatyi h1{
  padding: 0 5px;
}

.vetpreparatyi h2{
  padding: 0 10px;
}
}

.medcine img{
  display: block;
  margin: 0 auto;
}

.preparaty{
  padding-left: 30px;
}

.kabinetFlex:last-child img{
  margin: 0 5px;
}

.medcine p{
  padding-left: 1px;
  padding-right: 1px;
}

.medcine p{
  padding-left: 10px;
  padding-right: 10px;
}

.p{
  padding-left: 20px !important;
  padding-right: 20px !important;
}

#slidebox a{
  text-decoration: none;
}

.center{
  text-align: center;
}

@media screen and (orientation: landscape) and (max-width: 900px) {
  .sidebar {
    overflow: scroll;
  }
}

.strong{
  font-weight: bold;
}