.flleft {
  float: left;
}

.main_form__form {
  max-width: 600px;
}

.main_form__description {
  margin-top: 30px !important;
  margin-bottom: 30px;
}

.main_form__description_2 {
  margin-top: 10px !important;
}

.team {
  background: -webkit-gradient(linear, left top, left bottom, from(#fbfcff), to(#fff));
  background: -webkit-linear-gradient(top, #fbfcff 0%, #fff 100%);
  background: -o-linear-gradient(top, #fbfcff 0%, #fff 100%);
  background: linear-gradient(to bottom, #fbfcff 0%, #fff 100%);
  padding: 60px 0;
}

.team__cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  z-index: 15;
}

.team__cont-item {
  cursor: pointer;
  -webkit-transition: all 0.4s ease-in;
  -o-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in;
  -webkit-box-shadow: 0 2px 10px rgba(24, 24, 24, 0.1);
  box-shadow: 0 2px 10px rgba(24, 24, 24, 0.1);
  position: relative;
  z-index: 21;
  border-radius: 10px;
  width: 22%;
  margin-left: 1.5%;
  margin-right: 1.5%;
  margin-bottom: 1.5vw;
}
.team__title {
  color: #6a574f;
  text-align: center;
  margin-bottom: 40px !important;
}
.btn-team {
  text-decoration: none;
}
.btn-team .button {
  width: 200px;
}
.team__cont-item-img {
  background-color: #f0eff1;
  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: 21vw;
  -webkit-transition: all 0.4s ease-in;
  -o-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in;
  border-radius: 10px 10px 0 0;
}

.team__cont-item-info {
  padding: 1vw;
  text-align: center;
  background-color: #ffffff;
  border-radius: 0 0 10px 10px;
}

.team__cont-item.active {
  -webkit-box-shadow: 0 3px 10px rgba(24, 24, 24, 0.3) !important;
  box-shadow: 0 3px 10px rgba(24, 24, 24, 0.3) !important;
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.team__cont-item.active .team__cont-item-img {
  border-radius: 10px 10px 0 0;
  height: 22.5vw;
  margin-top: -1.1vw;
}

.team__cont-item.slick-center {
  -webkit-box-shadow: 0 10px 19px 1px rgba(82, 82, 82, 0.1);
  box-shadow: 0 10px 19px 1px rgba(82, 82, 82, 0.1);
  border-radius: 10px;
  background-color: #ffffff;
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.team__cont-item.slick-center .team__cont-item-img {
  border-radius: 10px 10px 0 0;
  height: 22.5vw;
  margin-top: -1.1vw;
}

.team__cont-item:hover {
  -webkit-box-shadow: 0 10px 39px 1px rgba(82, 82, 82, 0.1);
  box-shadow: 0 10px 39px 1px rgba(82, 82, 82, 0.1);
  border-radius: 10px;
}

.team__cont-item:hover .team__cont-item-img {
  height: 22.5vw;
  margin-top: -1.1vw;
}

.btn-show-js {
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.slick-slide {
  outline: none;
}

.teamw {
  bottom: 0;
  top: auto;
  z-index: 0;
}

.teamw2 {
  position: absolute;
  width: 10vw;
  right: 3vw;
  bottom: 4vw;
  -webkit-animation: transform-shiver2 4300ms linear 0ms infinite normal both;
  animation: transform-shiver2 4300ms linear 0ms infinite normal both;
}

.teamw3 {
  position: absolute;
  width: 7vw;
  left: 10%;
  top: 0;
  -webkit-animation: transform-shiver2 4300ms linear 0ms infinite normal both;
  animation: transform-shiver2 4300ms linear 0ms infinite normal both;
}

.teamw4 {
  position: absolute;
  width: 19vw;
  right: 3vw;
  top: -3vw;
  opacity: 0.5;
  -webkit-animation: transform-shiver 4300ms linear 0ms infinite normal both;
  animation: transform-shiver 4300ms linear 0ms infinite normal both;
}

.stop {
  overflow: hidden;
}

.overlay {
  z-index: 9999;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  overflow-y: scroll;
}

.modal-wrap {
  position: absolute;
  top: 15vh;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 23vw;
  margin-bottom: 8vw;
}

.modal-wrap .form {
  width: 100%;
}

.modal-min {
  width: 24vw;
}

.modal-md {
  width: 45vw;
}

.modal-big {
  width: 78vw;
  padding: 3vw;
  -webkit-box-shadow: 0 2px 40px rgba(24, 24, 24, 0.1);
  box-shadow: 0 2px 40px rgba(24, 24, 24, 0.1);
  border-radius: 10px;
}

.close {
  position: absolute;
  right: 0;
  top: 0;
  width: 1.5vw;
  height: 1.5vw;
  -webkit-transform: translate(-100%, 100%);
  -ms-transform: translate(-100%, 100%);
  transform: translate(-100%, 100%);
  cursor: pointer;
  z-index: 99;
}

.close:before,
.close:after {
  position: absolute;
  left: 50%;
  content: " ";
  height: 100%;
  width: 2px;
  background-color: #9f9f9f;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  border-radius: 3px;
}

.close:before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.close:after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.close:hover:before,
.close:hover:after {
  background-color: #43ade1;
}

.modal-cont {
  padding-bottom: 17vw;
}

.modal-cont.mod {
  padding-bottom: 4vw;
}

.modal-cont.mod2 {
  padding-bottom: 0;
}

.modal-advas {
  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;
}

.modal-advas__item {
  width: 30%;
  margin: 1vw 1.5%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.modal-advas__item-img {
  width: 6vw;
  height: 6vw;
  margin-right: 0.7vw;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.modal-list {
  width: 80%;
  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-left: auto;
  margin-right: auto;
}

.modal-list li {
  width: 29%;
  margin-left: 2%;
  margin-right: 2%;
}

.modal-list li:before {
  background: url("../img/modals/v.png") no-repeat center;
  background-size: 100% 100%;
}

.btn-modals {
  margin-left: auto;
  margin-right: auto;
  width: 17vw;
}

.modal-mn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
  z-index: 5;
}

.modal-mn-block {
  width: 45%;
}

.modal-mn-block-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.modal-mn-block-first {
  margin-right: 0.5vw;
  width: 5vw;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.modal-mn-block-first b {
  color: #db5397;
}

.img-mod-m {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 45vw;
}

.mnwm {
  -webkit-box-shadow: 0 2px 40px rgba(24, 24, 24, 0.1);
  box-shadow: 0 2px 40px rgba(24, 24, 24, 0.1);
  border-radius: 10px;
  background-color: #ffffff;
}

.modal-news {
  padding: 3vw;
}

.modal-news__img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.modal-sleep {
  width: 50%;
  margin-left: 50%;
}

.modal-sleep .modal-mn-block {
  width: 100%;
}

.modal-sleep .modal-mn-block-first {
  width: 8vw;
}

@media (max-width: 767px) {
  .team__cont-item.slick-center .team__cont-item-img {
    height: 24.5vw;
  }

  .team__cont-item-info {
    padding: 1rem;
  }

  .modal-wrap {
    width: 28rem;
  }

  .close {
    width: 2rem;
    height: 2rem;
    top: -0.5rem;
  }

  .form-child {
    padding: 3rem;
  }

  .modal-big {
    width: 90vw;
    padding: 3rem;
  }

  .modal-advas__item-img {
    width: 6rem;
    height: 6rem;
    margin-right: 1rem;
  }

  .price-list li,
  .modal-list li {
    margin: 0.5rem 0;
    padding-left: 2rem;
  }

  .price-list li:before,
  .modal-list li:before {
    top: 0.3rem;
    width: 1rem;
    height: 0.8rem;
  }

  .modal-list li {
    margin-left: 2%;
    margin-right: 2%;
  }

  .modal-list {
    width: 100%;
  }

  .modal-cont {
    padding-bottom: 17rem;
  }

  .modal-mn-block {
    width: 45%;
  }

  .modal-mn-block-first {
    margin-right: 0.5rem;
    width: 6rem;
  }

  .modal-news {
    padding: 3rem;
  }

  .modal-md {
    width: 50vw;
  }
  .modal-advas__item {
    width: 47%;
    margin: 1rem 1.5%;
  }

  .modal-mn-block {
    width: 100%;
  }

  .img-mod-m {
    display: none;
  }

  .modal-sleep {
    width: 100%;
    margin-left: 0;
  }

  .modal-sleep .modal-mn-block-first {
    width: 9rem;
  }

  .modal-md {
    width: 90vw;
  }
}
.gray-l {
  color: #d5d5d5;
  font-size: 14px;
}
@media (max-width: 767px) {
  .team__cont-item.slick-center .team__cont-item-img {
    height: 58vw;
  }
  .team {
    padding: 40px 0;
  }
  .team__title {
    margin-bottom: 20px;
  }
  .team__cont-item {
    width: 47%;
    margin-bottom: 1.7rem;
  }

  .team__cont-item-img {
    height: 50vw;
  }

  .team__cont-item:hover .team__cont-item-img {
    height: 50vw;
  }

  .modal-advas__item {
    width: 100%;
  }

  .modal-list li {
    width: 96%;
  }

  .modal-big {
    background: #fff !important;
  }

  .modal-cont {
    padding-bottom: 3rem;
  }
}
