*::-webkit-input-placeholder {
  color: #666;
  opacity: 1;
}

*:-moz-placeholder {
  color: #666;
  opacity: 1;
}

*::-moz-placeholder {
  color: #666;
  opacity: 1;
}

*:-ms-input-placeholder {
  color: #666;
  opacity: 1;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  font-size: 16px;
  min-width: 320px;
  position: relative;
  line-height: 1.4;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  overflow-x: hidden;
  margin: 0;
}

p {
  margin: 0;
}

a {
  text-decoration: none;
  outline: none;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

ul li,
ol li {
  list-style: none;
}

ul,
ol {
  display: block;
  margin: 0;
  padding-left: 0;
}

button {
  outline: none;
  border: 0;
  padding: 0;
  cursor: pointer;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-weight: normal;
}

.btn {
  display: inline-block;
  color: #464646;
  font-size: 30px;
  font-weight: 900;
  text-transform: uppercase;
  -webkit-box-shadow: 2px 4px 15px 1px rgba(30, 3, 10, 0.33);
  box-shadow: 2px 4px 15px 1px rgba(30, 3, 10, 0.33);
  background-color: #ffec17;
  border-radius: 200px;
  padding: 13px 39px;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}

.btn:hover {
  background-color: #e0c114;
}

.hidden {
  display: none;
}

.site-wrap {
  overflow: hidden;
  background-image: linear-gradient(-105deg, rgba(183, 0, 190, 0.34) 0%, rgba(187, 0, 221, 0) 50%, rgba(183, 0, 190, 0.34) 100%);
}

.container {
  margin: 0 auto;
  position: relative;
  padding: 0 15px;
  width: 100%;
  max-width: 1170px;
}

.banner {
  padding-top: 50px;
  padding-bottom: 250px;
  position: relative;
}

.banner:before {
  content: '';
  position: absolute;
  bottom: -235px;
  left: 0;
  right: 0;
  height: 469px;
  background: url("../img/banner-line.png") center no-repeat;
  background-repeat: repeat-x;
}

.banner-img-wrap {
  position: absolute;
  right: -116px;
  bottom: -196px;
  max-width: 673px;
  width: 100%;
}

.banner-text {
  -webkit-box-shadow: 2px 3px 13px 1px rgba(96, 28, 74, 0.39);
  box-shadow: 2px 3px 13px 1px rgba(96, 28, 74, 0.39);
  background-color: #fafafa;
  max-width: 630px;
  width: 100%;
  text-align: center;
  padding: 0 10px;
  padding-top: 20px;
  padding-bottom: 29px;
  margin-left: auto;
  margin-right: -5px;
  position: relative;
  top: -5px;
}

.banner-text h2 {
  display: inline-block;
  color: #fa0064;
  font-size: 20px;
  font-weight: 700;
  text-decoration: underline;
  position: relative;
  padding: 0 50px;
  margin-bottom: 5px;
}

.banner-text h2:after {
  content: '. . .';
  color: #fa1772;
  position: absolute;
  top: -3px;
  right: 0;
}

.banner-text h2:before {
  content: '. . .';
  color: #fa1772;
  position: absolute;
  top: -3px;
  left: 0;
}

.banner-text p {
  color: #404040;
  font-size: 17px;
  font-weight: 500;
}

.banner-title {
  max-width: 950px;
  width: 100%;
  margin-left: 130px;
  text-align: center;
}

.banner-title h1 {
  text-shadow: 2px 4px 4px rgba(30, 3, 10, 0.33);
  color: #8b00bf;
  font-size: 45px;
  font-weight: 900;
  line-height: 60px;
  margin-bottom: 21px;
}

.banner-title span {
  color: #fa1772;
}

.banner-title p {
  color: #fa1772;
  font-size: 19px;
  font-weight: 600;
  line-height: 30px;
  text-transform: uppercase;
  margin-bottom: 32px;
}

.banner-block-1 {
  text-align: center;
  max-width: 775px;
  width: 100%;
  -webkit-box-shadow: 2px 4px 15px 1px rgba(43, 4, 11, 0.34);
  box-shadow: 2px 4px 15px 1px rgba(43, 4, 11, 0.34);
  border-radius: 20px;
  border: 2px solid #fa1772;
  background-color: white;
  padding: 18px 24px 32px 24px;
  margin-left: -68px;
  margin-bottom: 30px;
  position: relative;
}

.banner-block-1 p {
  color: #4b4b4b;
  font-size: 22px;
  font-weight: 700;
  line-height: 36px;
  margin-bottom: 17px;
}

.banner-block-1 .btn {
  position: relative;
}

.banner-block-1 .btn:after {
  content: '';
  position: absolute;
  left: -117px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 107px;
  height: 38px;
  background: url("../img/arrow-1.png") center no-repeat;
}

.banner-block-1 .btn:before {
  content: '';
  position: absolute;
  right: -117px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 107px;
  height: 38px;
  background: url("../img/arrow-2.png") center no-repeat;
}

.banner-wrap {
  max-width: 630px;
  width: 100%;
  text-align: center;
  margin-left: -24px;
  position: relative;
}

.banner-wrap p {
  color: #fa1772;
  font-size: 18px;
  font-weight: 500;
  line-height: 30px;
}

.banner-wrap b {
  display: block;
  text-align: center;
  color: #fa1772;
  font-size: 18px;
  font-weight: 700;
  line-height: 30px;
}

.aboutus {
  padding-top: 93px;
  padding-bottom: 60px;
  position: relative;
}

.aboutus:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: -210px;
  height: 300px;
  background: url("../img/aboutus-line.png") center no-repeat;
  background-repeat: repeat-x;
}

.aboutus h2 {
  display: inline-block;
  color: #242424;
  font-size: 30px;
  font-weight: 900;
  margin-left: 353px;
  margin-bottom: 46px;
}

.aboutus-wrap-1 {
  max-width: 1060px;
  width: 100%;
  margin-left: 54px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 67px;
}

.aboutus-img-wrap {
  text-align: center;
  max-width: 346px;
  width: 100%;
}

.aboutus-img-wrap h3 {
  color: #9b3bbf;
  font-size: 27px;
  font-weight: 900;
  margin-top: 17px;
}

.aboutus-img {
  width: 100%;
  height: 346px;
  background-color: #fff;
  border-radius: 50%;
  -webkit-box-shadow: 2px 4px 15px 1px rgba(30, 3, 10, 0.33);
  box-shadow: 2px 4px 15px 1px rgba(30, 3, 10, 0.33);
  border: 3px solid #fa1772;
  padding: 6px;
}

.aboutus-img img {
  border-radius: 50%;
  width: 100%;
  height: 100%;
}

.aboutus-text {
  width: calc(100% - 396px);
  margin-top: 2px;
}

.aboutus-list li {
  color: #242424;
  font-size: 17px;
  font-weight: 500;
  line-height: 26px;
  margin-bottom: 26px;
  padding-left: 35px;
  position: relative;
  max-width: 630px;
  width: 100%;
}

.aboutus-list li:after {
  content: '';
  position: absolute;
  top: 5px;
  left: 0;
  width: 17px;
  height: 17px;
  background-color: #fa1772;
  border-radius: 50%;
}

.aboutus-list li:last-child {
  margin-bottom: 0;
}

.aboutus-list li b {
  font-weight: 900;
}

.aboutus-wrap-2 {
  position: relative;
  z-index: 2;
  text-align: center;
  max-width: 1070px;
  -webkit-box-shadow: 2px 4px 15px 1px rgba(43, 4, 11, 0.34);
  box-shadow: 2px 4px 15px 1px rgba(43, 4, 11, 0.34);
  border-radius: 20px;
  border: 1px solid #fa1772;
  background-color: white;
  margin: 0 auto;
  padding: 120px 20px 26px 20px;
  position: relative;
}

.aboutus-wrap-2:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 430px;
  height: 105px;
  background: url("../img/aboutus-wrap-2-line-1.png") center no-repeat;
}

.aboutus-wrap-2:before {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 487px;
  height: 123px;
  background: url("../img/aboutus-wrap-2-line-2.png") center no-repeat;
}

.aboutus-wrap-2 b {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  top: 46px;
  width: 44px;
  height: 35px;
  background: url("../img/aboutus-icon.png") center no-repeat;
}

.aboutus-wrap-2 p {
  color: #242424;
  font-size: 22px;
  font-weight: 600;
  font-style: italic;
  line-height: 36px;
  margin-bottom: 26px;
}

.aboutus-wrap-2-img {
  max-width: 140px;
  width: 100%;
  height: 140px;
  margin: 0 auto;
  -webkit-box-shadow: 1px 2px 8px 1px rgba(139, 0, 191, 0.44);
  box-shadow: 1px 2px 8px 1px rgba(139, 0, 191, 0.44);
  border: 2px solid #8b00bf;
  background-color: white;
  padding: 7px;
  border-radius: 50%;
}

.aboutus-wrap-2-img img {
  border-radius: 50%;
}

.feedback {
  padding-top: 96px;
  padding-bottom: 38px;
}

.feedback-img {
  position: absolute;
  bottom: -38px;
  left: -20px;
  background: url("../img/feedback-img.png") center no-repeat;
  width: 430px;
  height: 669px;
}

.feedback-wrap {
  max-width: 730px;
  text-align: center;
  width: 100%;
  margin-left: auto;
  margin-right: 29px;
}

.feedback-wrap .btn {
  margin-left: 42px;
  position: relative;
  margin-bottom: 40px;
}

.feedback-wrap .btn:after {
  content: '';
  position: absolute;
  left: -117px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 107px;
  height: 38px;
  background: url("../img/arrow-1.png") center no-repeat;
}

.feedback-wrap .btn:before {
  content: '';
  position: absolute;
  right: -117px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 107px;
  height: 38px;
  background: url("../img/arrow-2.png") center no-repeat;
}

.feedback-wrap i {
  display: block;
  color: #242424;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  font-style: normal;
  margin-left: 34px;
}

.feedback-text {
  max-width: 681px;
  width: 100%;
  margin-left: auto;
  padding: 31px 20px 42px 20px;
  -webkit-box-shadow: 2px 4px 15px 1px rgba(43, 4, 11, 0.34);
  box-shadow: 2px 4px 15px 1px rgba(43, 4, 11, 0.34);
  border-radius: 20px;
  border: 2px solid #846db1;
  background-color: white;
  margin-bottom: 49px;
}

.feedback-text p {
  color: #242424;
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
  margin-bottom: 30px;
}

.feedback-text p b {
  font-weight: 900;
}

.feedback-text span {
  font-size: 20px;
  font-weight: 900;
  line-height: 30px;
  color: #fa1772;
}

.main-footer {
  padding-top: 22px;
  padding-bottom: 28px;
  background-color: #ab74bf;
  text-align: center;
}

.main-footer-link {
  display: inline-block;
  color: #292929;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.16px;
  text-decoration: underline;
  margin-bottom: 27px;
}

.main-footer-link:hover,
.main-footer-link:focus {
  text-decoration: none;
}

.main-footer p {
  color: #292929;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.16px;
}

.main-footer p a {
  color: #292929;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.16px;
}

.main-footer p a:hover,
.main-footer p a:focus {
  text-decoration: underline;
}

.popup {
  background-color: #fff;
  padding: 41px 50px 56px 50px;
  z-index: 999;
  max-width: 615px;
  width: 100%;
  -webkit-box-shadow: 2px 4px 29px 3px rgba(85, 85, 85, 0.86);
  box-shadow: 2px 4px 29px 3px rgba(85, 85, 85, 0.86);
}

.popup-form {
  text-align: center;
}

.popup-form h2 {
  color: #ff0f5e;
  font-size: 30px;
  font-weight: 900;
  line-height: 36px;
  margin-bottom: 8px;
}

.popup-form p {
  color: #4d4d4d;
  font-size: 23px;
  font-weight: 500;
  margin-bottom: 32px;
}

.popup-form .back__label {
  display: inline-block;
  color: black;
  font-size: 20px;
  display: block;
  text-align: left;
}

.popup-form .back__label span {
  color: #ff0006;
}

.popup-form input {
  text-align: center;
  outline: none;
  display: block;
  width: 100%;
  color: black;
  font-size: 20px;
  font-weight: 300;
  padding: 18px 5px;
  border-radius: 10px;
  margin-top: 12px;
  border: 1px solid #63554d;
  background-color: #f2f2f2;
  font-family: "Montserrat", sans-serif;
  margin-bottom: 13px;
}

.popup-form input:placeholder {
  color: #6c6c6b;
}

.popup-form .back__check {
  display: none;
}

.popup-form .back__check-lab {
  color: #6c6c6c;
  font-size: 18px;
  position: relative;
  padding-left: 35px;
  margin-top: 27px;
  display: block;
  text-align: left;
  cursor: pointer;
}

.popup-form .back__check-lab:after {
  content: '';
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  width: 26px;
  height: 26px;
  border-radius: 2px;
  border: 1px solid #a2a2a2;
}

.popup-form .btn {
  margin-top: 20px;
  padding: 27px 23px;
  font-size: 20px;
}

.popup-form .back__phone {
  display: none;
}

.popup .fancybox-close-small {
  display: none;
  background: url("../img/close.png") center no-repeat;
  background-size: cover;
  top: 15px;
  right: 15px;
  width: 31px;
  height: 31px;
}

.popup .close {
  display: block;
}

.fancybox-slide {
  -webkit-transform: none !important;
  transform: none !important;
}

input#check:checked ~ label:after {
  border: 1px solid #57c75b;
  background: #57c75b url("../img/check.png") center no-repeat;
}

input#check:checked ~ #back__phone {
  display: block;
}

.fancybox-bg {
  background-color: rgba(71, 71, 71, 0.84);
}

._error-inner {
  display: inline-block;
  padding: 8px 12px;
  background-color: #f37c7b;
  font-size: 13px;
  color: #fff;
  margin-bottom: 18px;
}

._form-label span {
  color: #ff0006;
}

@media only screen and (max-width: 1360px) {
  .banner-img-wrap {
    max-width: 500px;
    right: 0;
  }
}

@media only screen and (max-width: 1300px) {
  .banner-block-1 {
    margin-left: 0;
  }

  .banner-wrap {
    margin-left: 0;
  }
}

@media only screen and (max-width: 1150px) {
  .aboutus-wrap-1 {
    margin-left: 0;
  }

  .aboutus h2 {
    display: block;
    margin-left: 0;
    text-align: center;
  }

  .feedback-wrap {
    max-width: 650px;
  }

  .feedback-wrap .btn {
    margin-left: 0;
  }
}

@media only screen and (max-width: 1100px) {
  .banner-img-wrap {
    max-width: 400px;
  }

  .aboutus-img-wrap {
    max-width: 250px;
  }

  .aboutus-img {
    height: 250px;
  }

  .aboutus-text {
    width: calc(100% - 280px);
  }
}

@media only screen and (max-width: 1050px) {
  .banner {
    padding-bottom: 360px;
  }

  .banner-img-wrap {
    right: auto;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: -430px;
  }

  .banner-title {
    margin: 0 auto;
  }

  .banner-block-1 {
    margin: 0 auto;
    margin-bottom: 20px;
  }

  .banner-wrap {
    margin: 0 auto;
    margin-top: 10px;
  }

  .feedback {
    padding-top: 10px;
    padding-bottom: 320px;
  }

  .feedback-img {
    bottom: -320px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    height: 300px;
    background-size: cover;
    width: 193px;
  }

  .feedback-wrap {
    margin: 0 auto;
  }

  .feedback-text {
    padding: 20px;
  }

  .feedback-text p {
    margin-bottom: 20px;
  }

  .aboutus-wrap-2 p br {
    display: none;
  }

  .aboutus-wrap-2 p {
    font-size: 18px;
    line-height: 1.4;
    margin-bottom: 15px;
  }
}

@media only screen and (max-width: 900px) {
  .banner {
    padding-top: 30px;
  }

  .banner-title h1 {
    font-size: 30px;
    line-height: 1.4;
    margin-bottom: 10px;
  }

  .banner-title p {
    font-size: 17px;
    line-height: 1.4;
    margin-bottom: 15px;
  }

  .banner-block-1 p {
    font-size: 18px;
    line-height: 1.4;
    font-weight: 500;
  }

  .btn {
    font-size: 18px;
  }

  .banner-wrap p {
    font-size: 16px;
    line-height: 1.4;
  }

  .banner-wrap b {
    font-size: 16px;
    line-height: 1.4;
  }

  .banner-block-1 {
    padding: 30px 20px;
  }

  .banner-text {
    margin-left: 0;
    margin-right: 0;
  }

  .aboutus {
    padding-bottom: 20px;
  }

  .aboutus-text {
    margin-top: 10px;
    width: 100%;
  }

  .aboutus-list li {
    max-width: none;
    padding-left: 25px;
    margin-bottom: 13px;
    font-size: 16px;
    line-height: 1.4;
  }

  .aboutus-img-wrap {
    margin: 0 auto;
    max-width: 200px;
  }

  .aboutus-img {
    height: 200px;
  }

  .aboutus h2 {
    margin-bottom: 20px;
  }

  .aboutus-wrap-2 {
    position: relative;
    z-index: 1;
    padding: 20px;
    padding-top: 40px;
  }

  .aboutus-wrap-1 {
    margin-bottom: 30px;
  }

  .aboutus-wrap-2 b {
    width: 20px;
    height: 16px;
    background-size: cover;
    top: 10px;
  }

  .aboutus-wrap-2:after,
  .aboutus-wrap-2:before {
    display: none;
  }
}

@media only screen and (max-width: 768px) {
  .animated {
    /*CSS transitions*/
    -webkit-transition-property: none !important;
    transition-property: none !important;
    /*CSS transforms*/
    -webkit-transform: none !important;
    transform: none !important;
    /*CSS animations*/
    -webkit-animation: none !important;
    animation: none !important;
  }

  .feedback-text p br {
    display: none;
  }
}

@media only screen and (max-width: 650px) {
  .btn {
    font-weight: 900;
    font-size: 16px;
    padding: 15px 5px;
  }

  .popup {
    width: 95%;
    padding: 50px 10px;
  }

  .popup .fancybox-close-small {
    width: 20px;
    height: 20px;
    top: 5px;
    right: 5px;
  }

  .popup-form p {
    margin-bottom: 20px;
  }

  .popup-form h2 {
    font-size: 20px;
    line-height: 1.4;
  }

  .popup-form p {
    font-size: 19px;
  }

  .popup-form .back__label {
    font-size: 16px;
  }

  .popup-form input {
    font-size: 16px;
    padding: 12px 0;
  }

  .popup-form .back__check-lab {
    font-size: 14px;
  }

  .popup-form .btn {
    font-weight: 600;
    font-size: 14px;
    padding: 15px 20px;
  }

  .banner-title h1 {
    font-size: 25px;
  }

  .banner-title h1 br {
    display: none;
  }

  .banner-title p {
    font-size: 15px;
  }

  .banner-wrap p br {
    display: none;
  }
}

@media only screen and (max-width: 600px) {
  .banner-block-1 .btn:before {
    display: none;
  }

  .banner-block-1 .btn:after {
    display: none;
  }

  .banner-block-1 .btn {
    width: 100%;
    padding: 13px;
  }

  .feedback-wrap .btn:before,
  .feedback-wrap .btn:after {
    display: none;
  }

  .feedback-wrap .btn {
    width: 100%;
  }

  .main-footer-link {
    margin-bottom: 10px;
  }

  .main-footer {
    padding: 20px 0;
  }

  .feedback-text p {
    font-size: 17px;
    line-height: 1.4;
  }

  .feedback-text span {
    font-size: 17px;
    line-height: 1.4;
  }

  .feedback-wrap i {
    margin: 0 auto;
    font-size: 17px;
    line-height: 1.4;
  }

  .container {
    padding: 0px 10px;
  }

  .banner-wrap b br {
    display: none;
  }
}

@media only screen and (max-width: 550px) {
  .banner {
    padding-top: 5px;
  }

  .popup-form .btn {
    width: 100%;
  }
}

@media only screen and (max-width: 350px) {
  .banner-img-wrap {
    bottom: -380px;
  }
}