/*Обнуление*/

.wrapper__new {
  padding: 0;
  position: relative;
  z-index: 100;
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.container__block1 {
  padding-bottom: 5%;
  position: relative;
  display: flex;
  flex-direction: column;
  margin: 0 auto;
}

.wrapper2 {
  background-size: contain;
  flex: 1 0 100%;
  height: 100vh;
  background: url(../img/winter-bg1.jpg) fixed;
}

.container__block2 {
  max-width: 2000px;
  margin: 0 auto;
}

.text__main {
  margin: 200px 0 30px 0;
}

.text__h1 {
  font-family: "Nunito", sans-serif;
  font-size: 60px;
  color: white;
  text-align: center;
  text-shadow: 1px 1px 10px rgb(0, 0, 0);
  line-height: 20px;
}

.text__h2 {
  padding: 50px 30px 0px 30px;
  font-family: "Nunito", sans-serif;
  font-size: 45px;
  color: white;
  text-align: center;
  text-shadow: 1px 1px 10px rgb(0, 0, 0);
  line-height: 20px;
}

.wrapper__cont {
  display: flex;
  flex-direction: column;
  margin: 0 auto;
}

.wrapper__video {
  display: flex;
  justify-content: center;
  margin-top: 8%;
}

.video__main {
  width: 70%;
}

.video__item {
  width: 100%;
  border-radius: 30px;
  margin: 0 auto;
  background-image: url(../img/video/SantaAnd.jpg);
}

/**-------------Паралакс------------*/
*,
*:before,
*:after {
  padding: 0;
  margin: 0;
  border: 0;
  box-sizing: border-box;
}
/*Стили для демонстрации*/
html,
body {
  height: 100%;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
}

li {
  list-style-type: none;
}

.wrapper {
  overflow: hidden;
  opacity: 0;
  transition: all 1s ease 0s;
}

/* Основные стили */

.wrapper.active {
  opacity: 1;
}

.wrapper.active .parallax__wave {
  opacity: 1;
  transition: all 1s ease 1s;
}

.wrapper.active .parallax__rope {
  opacity: 1;
  transition: all 1s ease 1.8s;
}

.page {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  min-height: 360px;
}

.parallax {
  flex: 1 0 100%;
  position: relative;
  overflow: hidden;
}

.parallax:after {
  content: "";
  position: relative;
  bottom: 0;
  width: 100%;
  height: 100px;
  z-index: 100;
}

.parallax__list {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.parallax__list li {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.parallax__bg {
  position: absolute;
  width: 110%;
  height: 110%;
  top: -5%;
  left: -5%;
  background: url("../img/background.jpg") 50% 100% / cover no-repeat;
}

.parallax__rope {
  position: absolute;
  width: 120%;
  left: -10%;
  opacity: 0;
}

.parallax__rope img {
  width: 100%;
}

.parallax__rope_1 {
  top: 5%;
  transform: scale(1);
}
.parallax__rope_2 {
  top: -1.66667%;
  transform: scale(1.05556);
}
.parallax__rope_3 {
  top: -11.66667%;
  transform: scale(1.13889);
}

.parallax__rope_1 .parallax__element {
  transform: scale(0.6);
}
.parallax__rope_2 .parallax__element {
  transform: scale(0.75556);
}
.parallax__rope_3 .parallax__element {
  transform: scale(0.98889);
}

.parallax__element {
  position: absolute;
}
.parallax__element span {
  display: inline-block;
  transform-origin: 50% 0;
  width: 280px;
  height: 280px;
  margin: 0px 0px 0px -140px;
  animation: swing 2s infinite alternate cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

.parallax__element_1 {
  top: 28%;
  left: 20%;
}
.parallax__element_1 span {
  background: url("../img/clouds/bol.png") 0 0 / 100% no-repeat;
}

.parallax__element_2 {
  top: 46%;
  left: 40%;
}
.parallax__element_2 span {
  background: url("../img/clouds/bol2.png") 0 0 / 100% no-repeat;
}

.parallax__element_3 {
  top: 24%;
  left: 80%;
}
.parallax__element_3 span {
  background: url("../img/clouds/bol3.png") 0 0 / 100% no-repeat;
}

.parallax__element_4 {
  left: 10%;
  top: 17%;
}
.parallax__element_4 span {
  background: url("../img/clouds/bol4.png") 0 0 / 100% no-repeat;
}

.parallax__element_5 {
  left: 50%;
  top: 56%;
}
.parallax__element_5 span {
  background: url("../img/clouds/bol.png") 0 0 / 100% no-repeat;
}

.parallax__element_6 {
  left: 30%;
  top: 57%;
}
.parallax__element_6 span {
  background: url("../img/clouds/bol2.png") 0 0 / 100% no-repeat;
}

.parallax__element_7 {
  left: 60%;
  top: 65%;
}
.parallax__element_7 span {
  background: url("../img/clouds/bol3.png") 0 0 / 100% no-repeat;
}

.parallax__element_8 {
  left: 80%;
  top: 45%;
}

.parallax__element_8 span {
  background: url("../img/clouds/bol4.png") 0 0 / 100% no-repeat;
}

.parallax__wave {
  position: absolute;
  background: url("../img/waves/wave-plain.png") 0 0 / auto 101% repeat-x;
  left: -100%;
  width: 300%;
  opacity: 0;
}
.parallax__wave_1 {
  top: -5%;
  height: 800px;
  background: url("../img/waves/wave-paint.png") 0 0 / auto 101% repeat-x;
}
.parallax__wave_2 {
  top: -4%;
  height: 700px;
  background: url("../img/waves/wave-plain.png") 0 0 / auto 101% repeat-x;
}

/** --------БЛОК №2---------- */

h3 {
  padding: 75px 30px 0px 30px;
  font-family: "Nunito", sans-serif;
  font-size: 54px;
  color: white;
  text-align: center;
  text-shadow: 1px 1px 10px rgb(0 0 0);
  line-height: 20px;
}

.container__block2 {
  position: relative;
  z-index: 1;
  position: relative;
}

.block2__header {
  display: flex;
  flex-direction: row;
  padding: 30px;
  align-items: center;
  justify-content: space-around;
}

.text__block2 {
  font-family: "Nunito", sans-serif;
  font-size: 30px;
  color: rgb(63, 62, 133);
  text-align: center;
  line-height: 40px;
}

.text__little {
  font-family: "Nunito", sans-serif;
  font-size: 23px;
  color: rgb(63, 62, 133);
  text-align: center;
  line-height: 25px;
}

/** --------ФОРМА---------- */

.form__title {
  text-align: center;
  font-size: 23px;
  color: white;
  font-weight: 600;
  text-shadow: 1px 1px 10px rgb(0 0 0);
}

.form {
  position: relative;
  right: 0%;
  background: url(../img/coverForm3.jpg) no-repeat;
  background-size: 800px 500px;
}

.form__item {
  margin-top: 16px;
  margin-left: 8px;
}

.form__container {
  width: 800px;
  height: 500px;
  margin: 0px auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

.form__body {
  margin-top: -10px;
  margin-left: 70px;
  border: 1px solid #c3c3c3;
  border-radius: 7%;
  padding: 15px;
  width: 330px;
  height: 400px;
  background: #85cbc3;
}

.phone {
  margin-bottom: 30px;
}

.send-form {
  margin-bottom: 30px;
  border-radius: 25px;
  background: #ce3635;
  font-size: 23px;
  color: white;
  text-shadow: 1px 1px 5px rgb(0 0 0);
}

.status {
  text-align: center;
}

.text__block2 {
  padding: 0 30px;
}

label.error {
  display: none !important;
}

form {
  border: 1px solid #ffffff;
  background: white;
  border-radius: 7%;
  padding: 30px 12px 12px 12px;
  width: 279px;
  height: 321px;
}

form input {
  width: 100%;
  height: 50px;
  border: 2px solid #c3c3c3;
  border-radius: 5px;
  margin-bottom: 10px;
  padding: 0 15px;
  display: flex;
  align-items: center;
}

form input.error {
  border-color: red;
}

form textarea {
  width: 100%;
  border: 1px solid #c3c3c3;
  border-radius: 5px;
  margin-bottom: 10px;
  padding: 15px;
  display: flex;
  align-items: center;
  line-height: 18px;
}

form button {
  height: 50px;
  width: 100%;
  cursor: pointer;
}

.cover__form {
  height: 600px;
}

/** --------Слайдер + Стрелки---------- */

.slider__main {
  margin: 0px;
}

.slider__img {
  padding: 0 10px 10px 10px;
}

.sliderBig__item {
  text-align: left;
  padding: 20px;
}

.slick-list {
  overflow: hidden;
}

.sliderBig .slick-list {
  width: 800px;
  height: 550px;
}

.slick-track {
  display: flex;
}

.slider {
  position: relative;
  padding: 0px 50px;
}

.slider__item {
  opacity: 0.6;
  text-align: center;
}

.slider__item.slick-center {
  opacity: 1;
}

.slider__item img {
  max-width: 100%;
}
.sliderBig__item img {
  max-width: 100%;
}

.slider .slick-arrow {
  position: absolute;
  top: 25%;
  margin: -30px 20px 0px 20px;
  font-size: 0;
  width: 60px;
  height: 90px;
}

.slider .slick-arrow.slick-prev {
  left: 0;
  background: url(../img/slides/arr-l.png) 0 0 /100% no-repeat;
  z-index: 3;
  outline: none;
}

.slider .slick-arrow.slick-next {
  right: 0;
  background: url(../img/slides/arr-r.png) 0 0 /100% no-repeat;
  z-index: 3;
  outline: none;
}

.slider .slick-arrow.slick-disabled {
  opacity: 0.3;
}

/* Точки */

.slider .slick-dots {
  display: flex;
  align-items: center;
  justify-content: center;
}

.slider .slick-dots li {
  list-style: none;
  margin: 0px 10px;
}

.slider .slick-dots button {
  font-size: 0;
  width: 10px;
  height: 10px;
  background-color: #fff;
  border-radius: 50%;
}

.slick-dots li.slick-active button {
  background-color: transparent;
  border: 1px solid #fff;
}

/**-------Footer----------*/
.menu {
  width: 100%;
  height: 600px;
  border: 1px black solid;
}

.section-style {
  background: url(../img/footer.png) no-repeat;
}

h4 {
  padding: 50px 30px 30px 0px;
  font-family: "Nunito", sans-serif;
  font-size: 45px;
  color: white;
  text-shadow: 1px 1px 10px rgb(0, 0, 0);
  line-height: 20px;
}

/*---------------------  ourcontacts  Section -------------------*/
.section-style {
  background: url(../img/footer/footerBg4.jpg) fixed;
  background-size: cover;
  padding-top: 60px;
  padding-bottom: 60px;
}

#ourcontacts p {
  color: #fff;
  font-size: 16px;
}

#ourcontacts p.phones {
  font-size: 20px;
  font-weight: bold;
}

#ourcontacts h3 {
  color: #fff;
}

#ourcontacts .order-bl {
  text-align: center;
  width: 300px;
  margin: 0;
  margin-top: 30px;
}

.footer__block__description {
  flex: 1;
  display: flex;
  flex-direction: column;
  margin-left: 193px;
  background: rgba(255, 255, 255, 0.8);
  padding-top: 25px;
  padding-left: 44px;
}

.block__iphone {
  max-width: 122px;
  width: 100%;
  height: 164px;
  background: url(../img/footer/iphone.png) center/contain no-repeat;
}

.footer__block__text {
  display: flex;
  flex-direction: column;
}

.footer__block__instagram {
  display: flex;
  margin-top: 24px;
  align-items: center;
  flex-direction: row;
  margin-top: -2px;
}

.footer__icon__instagram {
  width: 41px;
  height: 41px;
  background: url(../img/footer/instagram.png) center/contain no-repeat;
}

.footer__link {
  display: flex;
  flex-direction: column;
  margin-left: 10px;
  font-size: 20px;
  font-weight: bold;
}

.footer__text-description {
  line-height: 16px;
  margin-top: 8px;
}

.col-md-7 {
  background: rgb(0, 0, 0, 0.5);
}

/*---------------------  ourcontacts  Section -------------------*/

@keyframes swing {
  0% {
    transform: rotateZ(10deg);
  }
  100% {
    transform: rotateZ(-10deg);
  }
}

@keyframes wave {
  0% {
    transform: rotateZ(0deg) translate3d(0, 10%, 0) rotateZ(0deg);
  }
  100% {
    transform: rotateZ(360deg) translate3d(0, 10%, 0) rotateZ(-360deg);
  }
}

@keyframes lighthouse {
  0% {
    transform: translate3d(15%, 0, 0) rotateZ(10deg);
  }
  100% {
    transform: translate3d(-15%, 0, 0) rotateZ(-10deg);
  }
}
