@font-face {
  font-family: "MuseoCyrl";
  src: url("../fonts/MuseoCyrl900.eot");
  src: url("../fonts/MuseoCyrl900.eot") format("embedded-opentype"),
    url("../fonts/MuseoCyrl900.woff2") format("woff2"),
    url("../fonts/MuseoCyrl900.woff") format("woff"),
    url("../fonts/MuseoCyrl900.ttf") format("truetype"),
    url("../fonts/MuseoCyrl900.svg#MuseoCyrl900") format("svg");
  font-weight: 900;
  font-style: normal;
}

@font-face {
  font-family: "MuseoCyrl";
  src: url("../fonts/MuseoCyrl700.eot");
  src: url("../fonts/MuseoCyrl700.eot") format("embedded-opentype"),
    url("../fonts/MuseoCyrl700.woff2") format("woff2"),
    url("../fonts/MuseoCyrl700.woff") format("woff"),
    url("../fonts/MuseoCyrl700.ttf") format("truetype"),
    url("../fonts/MuseoCyrl700.svg#MuseoCyrl700") format("svg");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: "MuseoCyrl";
  src: url("../fonts/MuseoCyrl500.eot");
  src: url("../fonts/MuseoCyrl500.eot") format("embedded-opentype"),
    url("../fonts/MuseoCyrl500.woff2") format("woff2"),
    url("../fonts/MuseoCyrl500.woff") format("woff"),
    url("../fonts/MuseoCyrl500.ttf") format("truetype"),
    url("../fonts/MuseoCyrl500.svg#MuseoCyrl500") format("svg");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: "MuseoCyrl";
  src: url("../fonts/MuseoCyrl100.eot");
  src: url("../fonts/MuseoCyrl100.eot") format("embedded-opentype"),
    url("../fonts/MuseoCyrl100.woff2") format("woff2"),
    url("../fonts/MuseoCyrl100.woff") format("woff"),
    url("../fonts/MuseoCyrl100.ttf") format("truetype"),
    url("../fonts/MuseoCyrl100.svg#MuseoCyrl100") format("svg");
  font-weight: 100;
  font-style: normal;
}

/*common*/
input {
  -webkit-appearance: none !important;
}
body,
button,
textarea,
input {
  font-family: "MuseoCyrl", sans-serif;
  font-weight: 500;
}
button {
  cursor: pointer;
}
button,
textarea,
input {
  box-sizing: border-box;
  border: none;
  outline: none;
}
.content {
  margin: 0 auto;
  padding: 0 20px;
  max-width: 1140px;
}
.page-wrap {
  position: relative;
  overflow: hidden;
}
.clear-fix:after {
  content: "";
  display: block;
  clear: both;
}
.flex-container {
  display: flex;
  display: -moz-flex;
  display: -webkit-flex;
  display: -o-flex;
  display: -ms-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
}
.va-middle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.spacer_bottom,
.spacer_top,
.spacer {
  -ms-flex-pack: justify;
  justify-content: space-between;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
}
.spacer > * {
  -ms-flex-item-align: center;
  align-self: center;
}
.spacer_bottom > * {
  -ms-flex-item-align: end;
  align-self: flex-end;
}
.spacer_top > * {
  -ms-flex-item-align: start;
  align-self: flex-start;
}
.pos-center {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.d-ib {
  display: inline-block;
}
.hidden {
  display: none !important;
}
.gradient-btn {
  height: 61px;
  width: 100%;
  max-width: 302px;
  border-radius: 60px;
  font-size: 18px;
  color: #ffffff;
  background: #ff8539;
  background: linear-gradient(41deg, #ff8539 40%, #ff4f7d 60%);
  background: -moz-linear-gradient(41deg, #ff8539 40%, #ff4f7d 60%);
  background: -webkit-linear-gradient(41deg, #ff8539 40%, #ff4f7d 60%);
  background: -o-linear-gradient(41deg, #ff8539 40%, #ff4f7d 60%);
  background: -ms-linear-gradient(41deg, #ff8539 40%, #ff4f7d 60%);
  box-shadow: 3px 3px 16px rgba(0, 1, 2, 0.53);
}
.gradient-btn:hover {
  background: #ff4f7d;
}
h2 {
  font-size: 40px;
  color: #071062;
  font-weight: 900;
  line-height: 1.2;
}
/*end common*/

/*icons*/
.icon {
  background: url("../images/icons.png") no-repeat;
  display: inline-block;
}
.icon-btn {
  width: 35px;
  height: 41px;
  background-position: 0 -89px;
}
.icon-gift {
  width: 62px;
  height: 64px;
}
.icon-case-play {
  width: 18px;
  height: 21px;
  background-position: 0 -66px;
}
/*end icons*/

/*footer*/
.footer {
  background: url("../images/bg/footer-bg.jpg") no-repeat center;
  -webkit-background-size: cover;
  background-size: cover;
  padding-top: 61px;
  padding-bottom: 98px;
}
.footer .logo {
  font-size: 30px;
  font-weight: 900;
  color: #ffffff;
  text-decoration: none;
  position: relative;
  padding-left: 22px;
}

.footer .logo strong {
  color: #000000;
  margin-left: -5px;
  display: inline-block;
}
.footer__code {
  margin-top: 41px;
  font-size: 10px;
  line-height: 1.2;
  font-weight: 100;
  color: #6a6a6a;
  text-shadow: 0 0 0 #6a6a6a;
}
.about__btn {
  width: 302px;
  position: relative;
  top: 6px;
}
/*end footer*/

/*steps*/
.steps {
  padding-top: 126px;
  padding-bottom: 143px;
}
.steps__desc {
  font-size: 20px;
  line-height: 1.15;
  margin-top: 23px;
  color: #272727;
}
.steps__list {
  margin-top: 68px;
  position: relative;
}
.steps__list:after {
  content: "";
  position: absolute;
  background: url("../images/decor/steps-decor.png") no-repeat;
  width: 1349px;
  height: 515px;
  left: -111px;
  bottom: 20px;
}
.step {
  position: relative;
  z-index: 3;
  width: 31.57%;
  border-radius: 18px;
  background: #ffffff;
  padding: 38px 30px 120px;
  margin-right: 2.64%;
  box-sizing: border-box;
  box-shadow: inset 0 -11px 18px rgba(11, 12, 13, 0.4),
    4px 3px 46px rgba(20, 24, 24, 0.17);
}
.step:last-child {
  margin-right: 0;
}
.step__desc,
.step__title {
  position: relative;
  z-index: 3;
}
.step__title {
  font-size: 30px;
  font-weight: 700;
  color: #071062;
  line-height: 1.2;
}
.step__desc {
  margin-top: 22px;
  font-size: 20px;
  line-height: 1.2;
  color: #2f2f2f;
}
.step__bg {
  position: absolute;
}
.step__bg-1 {
  background: url("../images/steps/icon-1.png") no-repeat center;
  -webkit-background-size: cover;
  background-size: cover;
  width: 260px;
  height: 240px;
  right: -50px;
  bottom: -77px;
}
.step__bg-2 {
  background: url("../images/steps/icon-2.png") no-repeat center;
  -webkit-background-size: cover;
  background-size: cover;
  width: 220px;
  height: 208px;
  right: -50px;
  bottom: -93px;
}
.step__bg-3 {
  background: url("../images/steps/icon-3.png") no-repeat center;
  -webkit-background-size: cover;
  background-size: cover;
  width: 190px;
  height: 233px;
  right: -59px;
  bottom: -88px;
}
/*end steps*/

/*prices*/
.prices {
  background: url("../images/bg/prices-bg.jpg") no-repeat center top;
  -webkit-background-size: cover;
  background-size: cover;
  padding-top: 121px;
  padding-bottom: 124px;
}
.prices h2 {
  color: #ffffff;
}
.price {
  width: 48.77%;
  padding: 40px 68px 36px;
  margin-right: 2.46%;
  box-sizing: border-box;
  border-radius: 18px;
  background: #ffffff;
  box-shadow: inset 0 -11px 11px rgba(11, 12, 13, 0.5),
    9px 9px 40px rgba(0, 0, 0, 0.8);
}
.price:last-child {
  margin-right: 0;
}
.prices__list {
  margin-top: 68px;
}
.price__title {
  font-size: 30px;
  font-weight: 700;
  color: #071062;
  line-height: 1.2;
}
.price__list {
  min-height: 252px;
  margin-top: 26px;
}
.price__list li {
  position: relative;
  padding-left: 28px;
  font-size: 20px;
  color: #292929;
  line-height: 1.05;
  margin-bottom: 14px;
}
.price__list li:after {
  content: "";
  background: url("../images/icons.png") no-repeat 0 -132px;
  position: absolute;
  left: 0;
  top: 1px;
  width: 17px;
  height: 17px;
}
.price__list li:last-child {
  margin-bottom: 0;
}
.price__info {
  margin-top: 25px;
  font-size: 25px;
  font-weight: 700;
  color: #071062;
  line-height: 1.2;
}
.price__info small {
  font-size: 20px;
  display: block;
}
.help {
  position: relative;
  top: -2px;
  margin-left: 2px;
  width: 17px;
  height: 17px;
  border-radius: 50%;
  display: inline-block;
  text-align: center;
  line-height: 18px;
  font-size: 15px;
  color: #ffffff;
  font-weight: 700;
  background: #fe7912;
  background: linear-gradient(to bottom, #fe7912, #f43b6b);
  background: -moz-linear-gradient(to bottom, #fe7912, #f43b6b);
  background: -webkit-linear-gradient(to bottom, #fe7912, #f43b6b);
  background: -o-linear-gradient(to bottom, #fe7912, #f43b6b);
  background: -ms-linear-gradient(to bottom, #fe7912, #f43b6b);
}
/*end prices*/

/*clients*/
.clients {
  padding-bottom: 112px;
  padding-top: 5px;
}
.clients__list {
  position: relative;
  z-index: 3;
}
.clients__list:after {
  content: "";
  position: absolute;
  background: url("../images/decor/clients-decor.png") no-repeat center;
  -webkit-background-size: cover;
  background-size: cover;
  width: 1299px;
  height: 425px;
  right: -75px;
  bottom: -69px;
}
.clients__wrap {
  position: relative;
}
.client {
  z-index: 3;
  overflow: hidden;
  width: 17.19%;
  border-radius: 10px;
  background: #ffffff;
  position: relative;
  margin-bottom: 40px;
  margin-right: 3.51%;
  box-shadow: 4px 4px 18px rgba(0, 1, 2, 0.25);
}
.client:nth-child(5n) {
  margin-right: 0;
}
.client:after {
  content: "";
  display: block;
  padding-top: 66.32%;
}
.client img {
  max-width: 100%;
  max-height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.clients h2 {
  position: relative;
  z-index: 3;
}
.clients__title {
  font-size: 30px;
  font-weight: 700;
  color: #071062;
  line-height: 3;
  margin-bottom: 51px;
}
/*end clients*/

/*about*/
.about__wrap {
  max-width: 1072px;
}
.about__left {
  max-width: 570px;
  padding-top: 24px;
}
.certificate {
  padding: 20px 17px;
  font-size: 0;
  max-width: 420px;
  border-radius: 20px;
  background-image: -moz-linear-gradient(
    60deg,
    rgb(243, 54, 115) 0%,
    rgb(255, 126, 10) 100%
  );
  background-image: -webkit-linear-gradient(
    60deg,
    rgb(243, 54, 115) 0%,
    rgb(255, 126, 10) 100%
  );
  background-image: -ms-linear-gradient(
    60deg,
    rgb(243, 54, 115) 0%,
    rgb(255, 126, 10) 100%
  );
}
.certificate img {
  width: 100%;
}
.about__left h2 {
  margin-bottom: 35px;
}
.about__desc {
  font-size: 20px;
  font-weight: 500;
  color: #232324;
  line-height: 1.2;
  margin-bottom: 23px;
}
.about__desc strong {
  font-weight: 700;
}
.about__btn {
  margin-top: 27px;
}
/*end about*/

/*specialists*/
.specialists {
  padding-top: 129px;
  padding-bottom: 68px;
}
.specialist {
  position: relative;
  z-index: 3;
  width: 31.57%;
  text-align: center;
  padding: 12px 35px 37px;
  border-radius: 18px;
  background: #ffffff;
  margin-right: 2.64%;
  box-sizing: border-box;
  box-shadow: inset 0 -11px 11px rgba(11, 12, 13, 0.24),
    4px 3px 46px rgba(20, 24, 24, 0.17);
}
.specialist:last-child {
  margin-right: 0;
}
.specialist__bg-wrap {
  max-width: 194px;
  height: 194px;
  position: relative;
  margin: 0 auto;
}
.specialist__title {
  margin-top: 34px;
  font-size: 30px;
  font-weight: 700;
  color: #071062;
  line-height: 1.2;
}
.specialist__desc {
  margin-top: 23px;
  font-size: 20px;
  line-height: 1.2;
  color: #2a2b2e;
}
.specialists__btn {
  position: relative;
  z-index: 2;
  display: block;
  margin: 61px auto 0;
}
.specialists__list {
  position: relative;
  margin-top: 75px;
}
.specialist__bg {
  position: absolute;
}
.specialist__bg_1 {
  background: url("../images/specialists/icon-1.png") no-repeat center;
  -webkit-background-size: cover;
  background-size: cover;
  width: 267px;
  height: 224px;
  left: 0;
  bottom: 0;
}
.specialist__bg_2 {
  background: url("../images/specialists/icon-2.png") no-repeat center;
  -webkit-background-size: cover;
  background-size: cover;
  width: 206px;
  height: 221px;
  right: 0;
  bottom: 0;
}
.specialist__bg_3 {
  background: url("../images/specialists/icon-3.png") no-repeat center;
  -webkit-background-size: cover;
  background-size: cover;
  width: 231px;
  height: 233px;
  left: 0;
  bottom: 0;
}
.specialists__list:after {
  content: "";
  position: absolute;
  background: url("../images/decor/specialists-decor.png") no-repeat center;
  -webkit-background-size: cover;
  background-size: cover;
  width: 1456px;
  height: 367px;
  right: -73px;
  bottom: -109px;
}
/*end specialists*/

/*team*/
.team {
  padding-top: 117px;
}
.team__desc,
.team h3 {
  position: relative;
  z-index: 3;
}
.team__desc {
  font-size: 20px;
  color: #26262b;
  line-height: 1.2;
  margin-top: 44px;
}
.team__photo {
  margin-top: 61px;
  border-radius: 18px;
  font-size: 0;
  position: relative;
  padding: 13px 20px;
  background-image: -moz-linear-gradient(
    94deg,
    rgb(243, 54, 115) 0%,
    rgb(255, 126, 10) 100%
  );
  background-image: -webkit-linear-gradient(
    94deg,
    rgb(243, 54, 115) 0%,
    rgb(255, 126, 10) 100%
  );
  background-image: -ms-linear-gradient(
    94deg,
    rgb(243, 54, 115) 0%,
    rgb(255, 126, 10) 100%
  );
}
.team__photo:after {
  content: "";
  position: absolute;
  background: url("../images/decor/team-decor.png") no-repeat center;
  -webkit-background-size: cover;
  background-size: cover;
  width: 1392px;
  height: 767px;
  left: -76px;
  bottom: -87px;
}
.team__photo img {
  width: 100%;
  border-radius: 17px;
}
/*end team*/

/*consultation*/
.consultation {
  background: url("../images/bg/consultation-bg.jpg") no-repeat center;
  -webkit-background-size: cover;
  background-size: cover;
  overflow: hidden;
}
.consultation .content {
  position: relative;
  padding-top: 122px;
  padding-bottom: 76px;
}
.consultation .content:after {
  content: "";
  position: absolute;
  background: url("../images/bg/consultation-photo.png") no-repeat center bottom;
  -webkit-background-size: 100% auto;
  background-size: 100% auto;
  width: 861px;
  height: 563px;
  bottom: -5px;
  right: -95px;
}
.consultation__text {
  max-width: 902px;
  border-radius: 20px;
  box-sizing: border-box;
  padding: 49px 68px 41px 68px;
  background: #ffffff;
  box-shadow: inset 0 -11px 11px rgba(11, 12, 13, 0.24),
    9px 3px 18px rgba(20, 24, 24, 0.9);
}
.consultation__btn {
  margin-top: 6px;
  max-width: 216px;
}
.consultation__text > * {
  position: relative;
  z-index: 5;
}
.consultation__title {
  font-size: 30px;
  font-weight: 700;
  line-height: 1.2;
  color: #071062;
  margin-bottom: 16px;
}
.consultation__desc {
  font-size: 20px;
  line-height: 1.2;
  color: #2e2e2e;
  max-width: 615px;
  margin-bottom: 23px;
}
/*end consultation*/

/*profits*/
.profits {
  padding-top: 162px;
  padding-bottom: 253px;
  position: relative;
}
.profits:after {
  content: "";
  position: absolute;
  background: url("../images/decor/profit-decor-2.png") no-repeat center;
  -webkit-background-size: cover;
  background-size: cover;
  width: 192px;
  height: 192px;
  left: -212px;
  bottom: 670px;
}
.profits:before {
  content: "";
  position: absolute;
  background: url("../images/decor/profit-decor-1.png") no-repeat center;
  -webkit-background-size: cover;
  background-size: cover;
  width: 244px;
  height: 253px;
  right: -175px;
  top: 132px;
}
.profit {
  padding-left: 98px;
  position: relative;
  z-index: 5;
  padding-top: 96px;
  margin-bottom: 45px;
  box-sizing: border-box;
}
.profit__text {
  max-width: 682px;
  position: relative;
  z-index: 3;
}
.profit:last-child {
  margin-bottom: 0;
}
.profit__title {
  font-size: 30px;
  font-weight: 700;
  color: #071062;
  line-height: 1.2;
  margin-bottom: 38px;
}
.profit__desc {
  max-width: 586px;
  font-size: 20px;
  line-height: 1.2;
  color: #39393d;
  margin-bottom: 23px;
}
.profit__desc:last-child {
  margin-bottom: 0;
}
.profit__desc strong {
  font-weight: 700;
}
.profit__number {
  position: absolute;
  background: #ffffff;
  left: 0;
  top: 0;
  width: 98px;
  height: 98px;
  box-sizing: border-box;
  padding-top: 7px;
  text-align: center;
  line-height: 98px;
  border-radius: 50%;
  box-shadow: inset 0 -11px 11px rgba(11, 12, 13, 0.24),
    3px 3px 18px rgba(20, 24, 24, 0.18);
}
.profit__number i {
  display: inline-block;
  height: 40px;
  line-height: 40px;
  font-size: 40px;
  font-weight: 900;
  background: -webkit-linear-gradient(-90deg, #fe7813, #f33771);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.profits__list {
  margin-top: 77px;
  position: relative;
}
.profits__list:after {
  content: "";
  position: absolute;
  top: 10px;
  bottom: -21px;
  left: 41px;
  width: 15px;
  background: #ff7e0a;
  background: linear-gradient(to bottom, #ff7e0a, #ed3570);
  background: -moz-linear-gradient(to bottom, #ff7e0a, #ed3570);
  background: -webkit-linear-gradient(to bottom, #ff7e0a, #ed3570);
  background: -o-linear-gradient(to bottom, #ff7e0a, #ed3570);
  background: -ms-linear-gradient(to bottom, #ff7e0a, #ed3570);
}
.profits__list:before {
  content: "";
  position: absolute;
  z-index: 5;
  border-radius: 50%;
  width: 28px;
  height: 28px;
  left: 35px;
  bottom: -37px;
  background: #ffffff;
  box-shadow: inset 0 -11px 8px rgba(11, 12, 13, 0.24),
    3px 3px 18px rgba(20, 24, 24, 0.18);
}
.profit__bg {
  position: absolute;
}
.profit__bg_1 {
  background: url("../images/profit/icon-1.png") no-repeat center;
  -webkit-background-size: 100% auto;
  background-size: 100% auto;
  width: 276px;
  height: 286px;
  right: 84px;
  bottom: -17px;
}
.profit__bg_2 {
  background: url("../images/profit/icon-2.png") no-repeat center;
  -webkit-background-size: 100% auto;
  background-size: 100% auto;
  width: 278px;
  height: 271px;
  right: 89px;
  bottom: 12px;
}
.profit__bg_3 {
  background: url("../images/profit/icon-3.png") no-repeat center;
  -webkit-background-size: 100% auto;
  background-size: 100% auto;
  width: 287px;
  height: 289px;
  right: 77px;
  bottom: -64px;
}
.profit__bg_4 {
  background: url("../images/profit/icon-4.png") no-repeat center;
  -webkit-background-size: 100% auto;
  background-size: 100% auto;
  width: 291px;
  height: 276px;
  right: 73px;
  bottom: -129px;
}
/*end profits*/

/*work*/
.work {
  padding-top: 98px;
}
.video-wrap {
  margin: 117px auto 0;
  position: relative;
  max-width: 791px;
}
.video-wrap:after {
  content: "";
  position: absolute;
  background: url("../images/decor/video-decor.png") no-repeat center;
  -webkit-background-size: cover;
  background-size: cover;
  width: 236px;
  height: 222px;
  top: -101px;
  right: -45px;
}
.video {
  padding-top: 58.91%;
  background: url("../images/bg/video-bg.png") no-repeat center;
  -webkit-background-size: cover;
  background-size: cover;
  position: relative;
  z-index: 5;
}
.video__btn {
  top: -30px;
  left: -20px;
  width: 110px;
  height: 110px;
  cursor: pointer;
  border-radius: 50%;
  background-image: -moz-linear-gradient(
    60deg,
    rgb(243, 54, 115) 0%,
    rgb(255, 126, 10) 100%
  );
  background-image: -webkit-linear-gradient(
    60deg,
    rgb(243, 54, 115) 0%,
    rgb(255, 126, 10) 100%
  );
  background-image: -ms-linear-gradient(
    60deg,
    rgb(243, 54, 115) 0%,
    rgb(255, 126, 10) 100%
  );
  box-shadow: 1px 2px 15px 2px rgba(20, 24, 24, 0.28);
}
.video__btn .icon {
  right: -8px;
}
.video__btn:hover {
  background: rgb(243, 54, 115);
}
.work__list {
  position: relative;
  margin-top: 109px;
  margin-bottom: -31px;
}
.work__list:after {
  content: "";
  position: absolute;
  background: url("../images/decor/work-decor.png") no-repeat center;
  -webkit-background-size: cover;
  background-size: cover;
  left: -99px;
  bottom: -146px;
  width: 1482px;
  height: 854px;
}
.work__item {
  position: relative;
  z-index: 3;
  padding: 40px 20px 40px;
  min-width: 267px;
  width: 48.77%;
  text-align: center;
  margin-right: 2.46%;
  border-radius: 18px;
  margin-bottom: 31px;
  background: #ffffff;
  box-sizing: border-box;
  box-shadow: inset 0 -11px 14px rgba(11, 12, 13, 0.4),
    4px 3px 46px rgba(20, 24, 24, 0.17);
}
.work__item:nth-child(2n) {
  margin-right: 0;
}
.work__item-number {
  text-align: center;
}
.work__item-number i {
  display: inline-block;
  font-size: 40px;
  font-weight: 900;
  background: -webkit-linear-gradient(-90deg, #fe7813, #f33771);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.work__item-desc {
  font-size: 20px;
  line-height: 1.2;
  color: #202020;
  margin-top: 28px;
}
/*end work*/

/*text-block*/
.text-block {
  background: url("../images/bg/text-block-bg.jpg") no-repeat center;
  -webkit-background-size: cover;
  background-size: cover;
}
.text-block .content {
  padding-bottom: 182px;
  padding-top: 203px;
  position: relative;
}
.text-block .content:after {
  content: "";
  position: absolute;
  background: url("../images/decor/text-block-decor.png") no-repeat center;
  -webkit-background-size: cover;
  background-size: cover;
  width: 441px;
  height: 390px;
  left: 17px;
  bottom: 81px;
}
.text-block__right {
  max-width: 632px;
  margin-left: auto;
}
.text-block__btn {
  margin-top: 55px;
  max-width: 332px;
}
.text-block__desc {
  font-size: 30px;
  line-height: 1;
  color: #ffffff;
  max-width: 536px;
}
/*end text-block*/

/*main*/
.main {
  background: url("../images/bg/main-bg.jpg") no-repeat center bottom;
  -webkit-background-size: cover;
  background-size: cover;
  padding-top: 32px;
  padding-bottom: 40px;
  min-height: 765px;
  box-sizing: border-box;
}
.main__content {
  position: relative;
  padding-top: 125px;
}
.main__left {
  position: relative;
  z-index: 5;
  max-width: 750px;
}
h1 {
  font-size: 40px;
  line-height: 1.2;
  color: #ffffff;
  font-weight: 900;
  text-shadow: 2px 1px 0 #ff5677;
}
.main__desc {
  margin-top: 49px;
  font-size: 20px;
  line-height: 1.5;
  color: #ffffff;
}
.main__bottom {
  margin-top: 58px;
}
.gift {
  margin-left: 24px;
}
.gift > *,
.main__bottom > * {
  display: inline-block;
  vertical-align: middle;
}
.gift__desc {
  position: relative;
  top: 2px;
  margin-left: 16px;
  font-size: 15px;
  line-height: 1.2;
  color: #ffffff;
}
.main__bg {
  position: absolute;
  background: url("../images/decor/main-decor.png") no-repeat center;
  -webkit-background-size: 100% auto;
  background-size: 100% auto;
  width: 495px;
  height: 362px;
  right: -82px;
  bottom: -53px;
}
/*end main*/

/*offer*/
.offer {
  background: url("../images/bg/offer-bg.jpg") no-repeat center;
  -webkit-background-size: cover;
  background-size: cover;
  min-height: 881px;
  position: relative;
  z-index: 5;
  box-sizing: border-box;
  padding-top: 133px;
  color: #ffffff;
}
.offer .content {
  position: relative;
}
.offer h2 {
  color: #ffffff;
  margin-bottom: 60px;
}
.offer__left {
  position: relative;
  z-index: 3;
  max-width: 630px;
}
.offer p {
  font-size: 20px;
  color: #ffffff;
  margin-bottom: 24px;
  line-height: 1.2;
}
.offer p:last-child {
  margin-bottom: 0;
}
.offer__bg {
  background: url("../images/decor/offer-decor.png") no-repeat center;
  -webkit-background-size: 100% auto;
  background-size: 100% auto;
  width: 410px;
  height: 429px;
  position: absolute;
  right: 50px;
  top: 24px;
}
/*end offer*/

/*why*/
.why {
  padding-top: 142px;
  padding-bottom: 219px;
}
.why__list {
  position: relative;
  margin-top: 87px;
}
.why__list:after {
  content: "";
  position: absolute;
  background: url("../images/decor/why-decor.png") no-repeat center;
  -webkit-background-size: cover;
  background-size: cover;
  width: 1499px;
  height: 943px;
  left: -89px;
  bottom: -306px;
}
.why__item {
  width: 48.77%;
  min-height: 513px;
  margin-right: 2.46%;
  border-radius: 18px;
  background: #ffffff;
  box-sizing: border-box;
  position: relative;
  z-index: 3;
  padding: 56px 98px 30px 47px;
  box-shadow: inset 0 -11px 14px rgba(11, 12, 13, 0.4),
    4px 3px 46px rgba(20, 24, 24, 0.17);
}
.why__item:last-child {
  margin-right: 0;
}
.why__item-list {
  margin-top: 28px;
  position: relative;
  z-index: 3;
}
.why__item-title {
  font-size: 30px;
  font-weight: 700;
  color: #071062;
  line-height: 1.2;
}
.why__item-list li {
  margin-bottom: 9px;
  padding-left: 20px;
  position: relative;
  font-size: 20px;
  line-height: 1.25;
  color: #282828;
}
.why__item-list li:after {
  content: "";
  position: absolute;
  left: 0;
  top: 7px;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #fe7c17;
  background: linear-gradient(to bottom, #fe7c17, #f4406f);
  background: -moz-linear-gradient(to bottom, #fe7c17, #f4406f);
  background: -webkit-linear-gradient(to bottom, #fe7c17, #f4406f);
  background: -o-linear-gradient(to bottom, #fe7c17, #f4406f);
  background: -ms-linear-gradient(to bottom, #fe7c17, #f4406f);
}
.why__item-list li:last-child {
  margin-bottom: 0;
}
.why__item-bg {
  position: absolute;
}
.why__item-bg-1 {
  background: url("../images/why/icon-1.png") no-repeat center;
  -webkit-background-size: 100% auto;
  background-size: 100% auto;
  width: 243px;
  height: 249px;
  bottom: 19px;
  right: -23px;
}
.why__item-bg-2 {
  background: url("../images/why/icon-2.png") no-repeat center;
  -webkit-background-size: 100% auto;
  background-size: 100% auto;
  width: 244px;
  height: 317px;
  bottom: 25px;
  right: -40px;
}
/*end why*/

/*cases*/
.cases {
  position: relative;
  z-index: 5;
  margin-top: -230px;
  padding-bottom: 120px;
}
.cases h2 {
  color: #ffffff;
}
.cases__list {
  margin-top: 55px;
  margin-bottom: -73px;
}
.case {
  width: 31.57%;
  margin-bottom: 73px;
}
.case__icon-wrap {
  padding-top: 78.33%;
  position: relative;
  background: #ffffff;
  border-radius: 20px;
  box-shadow: inset 0 -11px 22px rgba(11, 12, 13, 0.36),
    4px 3px 46px rgba(20, 24, 24, 0.17);
}
.case__desc {
  margin-top: 28px;
  min-height: 48px;
  font-size: 20px;
  color: #353434;
  line-height: 1.2;
}
.case__voice {
  margin-top: 13px;
  cursor: pointer;
  display: inline-block;
}
.case__voice:hover .case__voice-desc {
  color: #f53f65;
}
.case__voice > * {
  display: inline-block;
  vertical-align: middle;
}
.case__voice-btn {
  width: 52px;
  height: 52px;
  position: relative;
  border-radius: 50%;
  background-image: -moz-linear-gradient(
    60deg,
    rgb(243, 54, 115) 0%,
    rgb(255, 126, 10) 100%
  );
  background-image: -webkit-linear-gradient(
    60deg,
    rgb(243, 54, 115) 0%,
    rgb(255, 126, 10) 100%
  );
  background-image: -ms-linear-gradient(
    60deg,
    rgb(243, 54, 115) 0%,
    rgb(255, 126, 10) 100%
  );
}
.case__voice-btn .icon {
  right: -4px;
}
.case__voice-desc {
  margin-left: 9px;
  font-size: 20px;
  color: #353434;
}
.cases__btn {
  max-width: 555px;
  margin: 63px auto 0;
  display: block;
}
.case__icon {
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.case__icon-1 {
  background: url("../images/cases/icon-1.png") no-repeat center;
  -webkit-background-size: 100% auto;
  background-size: 100% auto;
  width: 72.77%;
}
.case__icon-2 {
  background: url("../images/cases/icon-2.png") no-repeat center;
  -webkit-background-size: 100% auto;
  background-size: 100% auto;
  width: 58.05%;
}
.case__icon-3 {
  background: url("../images/cases/icon-3.png") no-repeat center;
  -webkit-background-size: 100% auto;
  background-size: 100% auto;
  width: 64.44%;
}
.case__icon-4 {
  background: url("../images/cases/icon-4.png") no-repeat center;
  -webkit-background-size: 100% auto;
  background-size: 100% auto;
  width: 59.72%;
}
.case__icon-5 {
  background: url("../images/cases/icon-5.png") no-repeat center;
  -webkit-background-size: 100% auto;
  background-size: 100% auto;
  width: 86.38%;
  right: -10px;
  top: -6px;
}
.case__icon-6 {
  background: url("../images/cases/icon-6.png") no-repeat center;
  -webkit-background-size: 100% auto;
  background-size: 100% auto;
  width: 90.27%;
  right: -7.5%;
}
.menu__btn {
  display: none;
}
/*end cases*/

@media all and (max-width: 1200px) {
  .text-block__right {
    max-width: 530px;
  }
  .text-block__desc {
    font-size: 28px;
  }
}

@media all and (max-width: 1100px) {
  h2,
  h1 {
    font-size: 36px;
  }
  .main__bg {
    width: 400px;
  }
  .offer__bg {
    right: -10px;
  }
  .text-block .content:after {
    bottom: 0;
    top: 0;
    margin: auto;
    width: 340px;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
  }
  .text-block .content {
    padding-bottom: 120px;
    padding-top: 120px;
  }
  .specialist__title {
    font-size: 26px;
  }
  .specialist__desc {
    font-size: 17px;
  }
  .about__left {
    max-width: 480px;
  }
  .price {
    padding: 40px 30px 36px;
  }
  .price__info {
    font-size: 20px;
  }
  .consultation .content:after {
    width: 700px;
  }
  .profit__bg {
    height: 230px;
    width: 20%;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
  }
  .profit__text {
    padding-right: 24%;
  }
}

@media all and (max-width: 1024px) {
  h2,
  h1 {
    font-size: 34px;
  }
  .main__bg {
    width: 350px;
    bottom: -280px;
  }
  .why {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .why__list {
    margin-top: 60px;
  }
  .why__item {
    width: 100%;
    margin-right: 0;
    margin-bottom: 60px;
  }
  .why__item br {
    display: none;
  }
  .why__item:last-child {
    margin-bottom: 0;
  }
  .why {
    max-width: 700px;
  }
  .case__voice-desc,
  .case__desc {
    font-size: 16px;
  }
  .offer__bg {
    width: 200px;
    top: auto;
    bottom: -360px;
  }
  .offer {
    padding-top: 80px;
  }
  .offer h2 {
    margin-bottom: 40px;
  }
  .offer__left {
    max-width: inherit;
  }
  .text-block__right {
    width: auto;
    max-width: 58%;
  }
  .specialist {
    margin-right: 0;
    width: 100%;
    margin-bottom: 50px;
  }
  .specialist:last-child {
    margin-bottom: 0;
  }
  .specialist__desc {
    font-size: 20px;
  }
  .about__left {
    max-width: inherit;
  }
  .certificate {
    margin-left: auto;
    margin-right: auto;
    margin-top: 60px;
  }
  .about__btn {
    margin-top: 17px;
  }
  .about {
    padding-bottom: 70px;
  }
  .price {
    margin-right: 0;
    width: 100%;
    margin-bottom: 40px;
  }
  .price:last-child {
    margin-bottom: 0;
  }
  .price__list {
    min-height: inherit;
  }
  .prices {
    padding-top: 90px;
    padding-bottom: 90px;
  }
  .prices__list {
    margin-top: 40px;
  }
  .consultation .content:after {
    width: 550px;
  }
  .profit__bg {
    display: none;
  }
  .profit {
    padding-top: 100px;
  }
  .profit__text {
    padding-right: 0;
  }
  .profits__list {
    margin-top: 60px;
  }
  .profits {
    padding-top: 100px;
    padding-bottom: 120px;
  }
  .step {
    width: 100%;
    margin-right: 0;
    margin-bottom: 60px;
  }
  .steps__desc {
    font-size: 18px;
  }
  .steps {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .steps__desc br {
    display: none;
  }
  .step__bg-2,
  .step__bg-1 {
    bottom: -115px;
    width: 200px;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
  }
  .step__bg-2 {
    bottom: -100px;
  }
  .step__bg-3 {
    width: 140px;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
    right: -20px;
  }
  .step:last-child {
    margin-bottom: 0;
  }
  .step__desc br {
    display: none;
  }
}

@media all and (max-width: 900px) {
  .text-block__right {
    max-width: 52%;
  }
  .text-block__desc {
    font-size: 26px;
  }
  .team__desc br {
    display: none;
  }
  .team {
    padding-top: 80px;
  }
  .consultation .content:after {
    display: none;
  }
  .consultation .content {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .consultation__desc {
    max-width: inherit;
  }
  .consultation__text br {
    display: none;
  }
}

@media all and (max-width: 767px) {
  .client:nth-child(5n),
  .client {
    width: 31%;
    margin-right: 3.5%;
    margin-bottom: 3.5%;
  }
  .client:nth-child(3n) {
    margin-right: 0;
  }
  .main__bg {
    width: 300px;
    bottom: -320px;
  }
  h2,
  h1 {
    font-size: 32px;
  }
  h2 br,
  h1 br {
    display: none;
  }
  .main {
    padding-bottom: 180px;
    min-height: inherit;
  }
  .gift {
    margin-left: 0;
    display: block;
    margin-top: 20px;
  }
  .main__content {
    padding-top: 100px;
  }
  .case:nth-child(3n),
  .case {
    width: 48%;
    margin-right: 4%;
  }
  .case:nth-child(2n) {
    margin-right: 0;
  }
  .text-block .content:after {
    width: 40%;
  }
  .text-block__desc {
    font-size: 23px;
    line-height: 1.2;
  }
  .text-block__btn {
    margin-top: 40px;
  }
  .work__item {
    width: 100%;
  }
  .video-wrap:after {
    width: 150px;
    height: 150px;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
  }
  .profit__title {
    font-size: 26px;
  }
  .profit br {
    display: none;
  }
  .profit__desc {
    font-size: 18px;
    line-height: 1.3;
  }
  .profit__desc br {
    display: none;
  }
}

@media all and (max-width: 650px) {
  .text-block__right {
    max-width: inherit;
  }
  .text-block .content {
    padding-top: 80px;
    padding-bottom: 140px;
  }
  .text-block .content:after {
    width: 140px;
    left: auto;
    top: auto;
    bottom: -160px;
    right: 0;
  }
}

@media all and (max-width: 550px) {
  h2,
  h1 {
    font-size: 28px;
  }
  .content {
    padding-left: 15px;
    padding-right: 15px;
  }
  .why__item-title {
    font-size: 24px;
  }
  .why__item-list li {
    font-size: 16px;
  }
  .why__item {
    padding: 30px 30px 100px;
    border-radius: 10px;
    min-height: inherit;
  }
  .why__item-bg {
    bottom: -100px;
    right: 0;
    width: 100px;
  }
  .why__item-bg-2 {
    bottom: -140px;
  }
  .offer {
    padding-bottom: 380px;
    min-height: inherit;
  }
  .offer p {
    font-size: 17px;
  }
  .offer__bg {
    bottom: -320px;
    width: 140px;
  }
  .video-wrap:after {
    width: 100px;
    height: 100px;
    top: -51px;
    right: -25px;
  }
  .video-wrap {
    margin-top: 75px;
  }
  .work__list {
    margin-top: 80px;
  }
  .work__item-desc {
    font-size: 18px;
    line-height: 1.3;
  }
  .work__item-desc br {
    display: none;
  }
  .team__desc {
    margin-top: 30px;
    font-size: 17px;
    line-height: 1.3;
  }
  .team__photo {
    margin-top: 40px;
    padding-left: 0;
    padding-right: 0;
    border-radius: 0;
    margin-left: -20px;
    margin-right: -20px;
  }
  .team__photo img {
    border-radius: 0;
  }
  .team__photo:after {
    left: -180px;
  }
  .specialists {
    padding-top: 70px;
  }
  .about__desc {
    font-size: 17px;
  }
  .clients {
    padding-bottom: 60px;
  }
  .consultation__text {
    border-radius: 10px;
    padding: 30px 20px;
  }
  .consultation__title {
    font-size: 22px;
  }
  .consultation__desc {
    font-size: 16px;
    line-height: 1.35;
  }
  .step__desc {
    font-size: 18px;
  }
}

@media all and (max-width: 450px) {
  .consultation__title {
    font-size: 20px;
  }
  .client:nth-child(3n),
  .client:nth-child(5n),
  .client {
    width: 48%;
    margin-right: 4%;
    margin-bottom: 4%;
  }
  .client:nth-child(2n) {
    margin-right: 0;
  }
  .content {
    padding-left: 10px;
    padding-right: 10px;
  }
  .main__desc {
    margin-top: 30px;
    font-size: 16px;
  }
  .gift__desc {
    font-size: 14px;
    max-width: 215px;
  }
  .gift__desc br {
    display: none;
  }
  .main__content {
    padding-top: 80px;
  }
  .why__item-title {
    font-size: 22px;
  }
  h2,
  h1 {
    font-size: 24px;
  }
  .why__list {
    margin-top: 40px;
  }
  .case:nth-child(3n),
  .case {
    width: 100%;
    margin-right: 0;
  }
  .case__voice-desc,
  .case__desc {
    min-height: inherit;
    font-size: 18px;
  }
  .cases__btn {
    padding-left: 15px;
    padding-right: 15px;
  }
  .case {
    margin-bottom: 40px;
  }
  .case:last-child {
    margin-bottom: 0;
  }
  .cases__btn {
    margin-top: 120px;
  }
  .cases {
    padding-bottom: 90px;
  }
  .gradient-btn {
    font-size: 16px;
  }
  .specialist {
    padding-left: 20px;
    padding-right: 20px;
  }
  .specialist__desc {
    font-size: 19px;
  }
  .price {
    padding: 30px 20px 30px;
  }
  .price__info {
    font-size: 18px;
  }
  .price__info small {
    font-size: 16px;
  }
  .price__list li {
    font-size: 17px;
  }
  .price__title {
    font-size: 22px;
  }
  .help {
    top: 0;
  }
  .prices {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .profit__number {
    width: 40px;
    height: 40px;
    line-height: 40px;
    padding-top: 3px;
  }
  .profits__list:after {
    left: 17px;
    width: 8px;
  }
  .profits__list:before {
    width: 20px;
    height: 20px;
    left: 11px;
  }
  .profit {
    padding-top: 50px;
    padding-left: 45px;
  }
  .profit__number i {
    height: 20px;
    line-height: 20px;
    font-size: 20px;
  }
  .profit__title {
    font-size: 22px;
  }
  .profit__desc {
    font-size: 16px;
  }
}

#popup-block {
  display: none;
}

#popup-block .popup-bg {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(33, 33, 33, 0.36);
  z-index: 99999999999999;
  overflow: auto;
  width: 100%;
  height: 100%;
}

#popup-block .block {
  background: #fff;
  max-width: 420px;
  width: 100%;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 10px;
  padding: 60px;
  z-index: 9999999999999999999999999;
  box-sizing: border-box;
}

#popup-block .block .close {
  width: 19px;
  height: 19px;
  background: url(../images/popup-close.png) no-repeat;
  position: absolute;
  top: 30px;
  right: 30px;
  cursor: pointer;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

#popup-block .block .close:hover {
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  transform: rotate(360deg);
}

#popup-block .name {
  font-size: 27px;
  margin: 0 0 15px 0;
  text-align: center;
  font-weight: 700;
}

#popup-block .desc {
  font-size: 13px;
  color: #666666;
  text-align: center;
  margin: 0 0 30px 0;
  font-weight: 400;
}

#popup-block input {
  width: 100%;
  margin: 7px 0;
  height: 52px;
  border-radius: 50px;
  color: #071062;
  box-shadow: inset 0 5px 10px rgb(0 0 0 / 23%);
  border: 1px solid #9baef9;
  text-align: center;
  font-size: 15px;
}

#popup-block form {
  position: initial;
  z-index: inherit;
  margin: auto;
  padding: 0;
  background: none;
  border-radius: 0;
  box-shadow: none;
}

#popup-block .form__btn {
  width: 100%;
  margin: 7px 0;
}

#popup__toggle {
  bottom: 7%;
  right: 1%;
  position: fixed;
  z-index: 999;
}
.img-circle {
  background-color: #ff4f7d;
  box-sizing: content-box;
  -webkit-box-sizing: content-box;
}
.circlephone {
  box-sizing: content-box;
  -webkit-box-sizing: content-box;
  border: 2px solid #ff4f7d;
  width: 150px;
  height: 150px;
  bottom: -25px;
  right: 10px;
  position: absolute;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  opacity: 0.5;
  -webkit-animation: circle-anim 2.4s infinite ease-in-out !important;
  -moz-animation: circle-anim 2.4s infinite ease-in-out !important;
  -ms-animation: circle-anim 2.4s infinite ease-in-out !important;
  -o-animation: circle-anim 2.4s infinite ease-in-out !important;
  animation: circle-anim 2.4s infinite ease-in-out !important;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.circle-fill {
  box-sizing: content-box;
  -webkit-box-sizing: content-box;
  background-color: #ff4f7d;
  width: 100px;
  height: 100px;
  bottom: 0px;
  right: 35px;
  position: absolute;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  border: 2px solid transparent;
  -webkit-animation: circle-fill-anim 2.3s infinite ease-in-out;
  -moz-animation: circle-fill-anim 2.3s infinite ease-in-out;
  -ms-animation: circle-fill-anim 2.3s infinite ease-in-out;
  -o-animation: circle-fill-anim 2.3s infinite ease-in-out;
  animation: circle-fill-anim 2.3s infinite ease-in-out;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.img-circle {
  box-sizing: content-box;
  -webkit-box-sizing: content-box;
  width: 72px;
  height: 72px;
  bottom: 14px;
  right: 49px;
  position: absolute;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  border: 2px solid transparent;
  opacity: 0.7;
}
.img-circleblock {
  box-sizing: content-box;
  -webkit-box-sizing: content-box;
  width: 72px;
  height: 72px;
  background-image: url(../images/mini.png);
  background-position: center center;
  background-repeat: no-repeat;
  animation-name: tossing;
  -webkit-animation-name: tossing;
  animation-duration: 1.5s;
  -webkit-animation-duration: 1.5s;
  animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
}
.img-circle:hover {
  opacity: 1;
}
@keyframes pulse {
  0% {
    transform: scale(0.9);
    opacity: 1;
  }
  50% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(0.9);
    opacity: 1;
  }
}
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(0.95);
    opacity: 1;
  }
  50% {
    -webkit-transform: scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(0.95);
    opacity: 1;
  }
}
@keyframes tossing {
  0% {
    transform: rotate(-8deg);
  }
  50% {
    transform: rotate(8deg);
  }
  100% {
    transform: rotate(-8deg);
  }
}
@-webkit-keyframes tossing {
  0% {
    -webkit-transform: rotate(-8deg);
  }
  50% {
    -webkit-transform: rotate(8deg);
  }
  100% {
    -webkit-transform: rotate(-8deg);
  }
}
@-moz-keyframes circle-anim {
  0% {
    -moz-transform: rotate(0deg) scale(0.5) skew(1deg);
    opacity: 0.1;
    -moz-opacity: 0.1;
    -webkit-opacity: 0.1;
    -o-opacity: 0.1;
  }
  30% {
    -moz-transform: rotate(0deg) scale(0.7) skew(1deg);
    opacity: 0.5;
    -moz-opacity: 0.5;
    -webkit-opacity: 0.5;
    -o-opacity: 0.5;
  }
  100% {
    -moz-transform: rotate(0deg) scale(1) skew(1deg);
    opacity: 0.6;
    -moz-opacity: 0.6;
    -webkit-opacity: 0.6;
    -o-opacity: 0.1;
  }
}
@-webkit-keyframes circle-anim {
  0% {
    -webkit-transform: rotate(0deg) scale(0.5) skew(1deg);
    -webkit-opacity: 0.1;
  }
  30% {
    -webkit-transform: rotate(0deg) scale(0.7) skew(1deg);
    -webkit-opacity: 0.5;
  }
  100% {
    -webkit-transform: rotate(0deg) scale(1) skew(1deg);
    -webkit-opacity: 0.1;
  }
}
@-o-keyframes circle-anim {
  0% {
    -o-transform: rotate(0deg) kscale(0.5) skew(1deg);
    -o-opacity: 0.1;
  }
  30% {
    -o-transform: rotate(0deg) scale(0.7) skew(1deg);
    -o-opacity: 0.5;
  }
  100% {
    -o-transform: rotate(0deg) scale(1) skew(1deg);
    -o-opacity: 0.1;
  }
}
@keyframes circle-anim {
  0% {
    transform: rotate(0deg) scale(0.5) skew(1deg);
    opacity: 0.1;
  }
  30% {
    transform: rotate(0deg) scale(0.7) skew(1deg);
    opacity: 0.5;
  }
  100% {
    transform: rotate(0deg) scale(1) skew(1deg);
    opacity: 0.1;
  }
}
@-moz-keyframes circle-fill-anim {
  0% {
    -moz-transform: rotate(0deg) scale(0.7) skew(1deg);
    opacity: 0.2;
  }
  50% {
    -moz-transform: rotate(0deg) -moz-scale(1) skew(1deg);
    opacity: 0.2;
  }
  100% {
    -moz-transform: rotate(0deg) scale(0.7) skew(1deg);
    opacity: 0.2;
  }
}
@-webkit-keyframes circle-fill-anim {
  0% {
    -webkit-transform: rotate(0deg) scale(0.7) skew(1deg);
    opacity: 0.2;
  }
  50% {
    -webkit-transform: rotate(0deg) scale(1) skew(1deg);
    opacity: 0.2;
  }
  100% {
    -webkit-transform: rotate(0deg) scale(0.7) skew(1deg);
    opacity: 0.2;
  }
}
@-o-keyframes circle-fill-anim {
  0% {
    -o-transform: rotate(0deg) scale(0.7) skew(1deg);
    opacity: 0.2;
  }
  50% {
    -o-transform: rotate(0deg) scale(1) skew(1deg);
    opacity: 0.2;
  }
  100% {
    -o-transform: rotate(0deg) scale(0.7) skew(1deg);
    opacity: 0.2;
  }
}
@keyframes circle-fill-anim {
  0% {
    transform: rotate(0deg) scale(0.7) skew(1deg);
    opacity: 0.2;
  }
  50% {
    transform: rotate(0deg) scale(1) skew(1deg);
    opacity: 0.2;
  }
  100% {
    transform: rotate(0deg) scale(0.7) skew(1deg);
    opacity: 0.2;
  }
}

.warning {
  text-align: center;
  font-size: 12px;
  margin-top: 20px;
}

.warning a {
  text-decoration: underline;
}
html {
  overflow-x: hidden;
}
html.open {
  overflow-y: hidden;
}
body {
  overflow-x: hidden;
}
.header .logo {
  color: #f4b859;
  font-family: 'MuseoCyrl';
  font-size: 30px;
  font-weight: 900;
  text-decoration: none;
}

.header .logo:hover {
  color: #ffffff;
  text-decoration: none;
}

@media all and (max-width: 400px) {
  .header .logo {
    font-size: 20px;
  }
}

.header {
  position: fixed;
  top: 0;
  z-index: 100;
  width: 100%;
  font-size: 16px;
  font-weight: 500;
  box-shadow: 4px 4px 8px rgba(29, 29, 29, 0.25);
  background: #282828;
}

.header .site-width {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 90px;
}

.header__list {
  position: relative;
  display: flex;
  align-items: center;
  margin: 0;
  padding: 0 20px;
  list-style-type: none;
}

.header__item {
  margin: 0 10px;
  padding: 10px 0;
}

.header__link {
  color: #fff;
  text-decoration: none;
  line-height: 18px;
}
.header__link:hover {
  color: #f4b859;
  text-decoration: none;
}

.header__item:hover .header-drop__wrapper {
  display: block;
}

.header-drop__wrapper {
  position: absolute;
  top: 90%;
  display: none;
  padding: 30px 0 0;
}

.header-drop__list {
  padding: 10px 10px 20px 30px;
  box-shadow: 4px 4px 8px rgba(29, 29, 29, 0.25);
  background: #282828;
  color: #fff;
}
.header-drop__item {
  margin: 10px 0;
}

.header-drop__item:hover {
  color: #f4b859;
}

.header-drop__item .header__link {
  display: block;
}

.header__phone {
  display: block;
  height: 44px;
  width: 150px;
  font-size: 14px;
  color: #363636;
  text-align: center;
  text-decoration: none;
  line-height: 44px;
  border-radius: 10px;
  box-shadow: 2px 2px 8px rgba(29, 29, 29, 0.52);
  background: #eed909;
  background: linear-gradient(to right, #eed909, #e9cd09);
  background: -moz-linear-gradient(to right, #eed909, #e9cd09);
  background: -webkit-linear-gradient(to right, #eed909, #e9cd09);
  background: -o-linear-gradient(to right, #eed909, #e9cd09);
  background: -ms-linear-gradient(to right, #eed909, #e9cd09);
}
.header__phone:hover {
  color: #363636;
  text-decoration: none;
}
.header__btn-wrapper {
  display: flex;
  align-items: center;
}
.header__btn {
  position: relative;
  display: none;
  margin: 0 10px 0 20px;
  width: 32px;
  height: 17px;
  border: none;
  border-top: 3px solid #ffffff;
  border-bottom: 3px solid #ffffff;
  background-color: transparent;
  cursor: pointer;
}
.header__btn.open {
  height: 23px;
  border-top: none;
  border-bottom: none;
}
.header__btn.open:after {
  transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
}
.header__btn.open:before {
  transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
}
.header__btn:after,
.header__btn:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 0;
  right: 0;
  height: 2px;
  background: #ffffff;
}

@-webkit-keyframes pulsate {
  50% {
    color: #fff;
    text-shadow: 0 -1px rgba(0, 0, 0, 0.3), 0 0 5px #ffd, 0 0 8px #fff;
  }
}
@keyframes pulsate {
  50% {
    color: #fff;
    text-shadow: 0 -1px rgba(0, 0, 0, 0.3), 0 0 5px #ffd, 0 0 8px #fff;
  }
}

.menu_fr {
  color: #f4b859;
}

@media screen and (max-width: 1050px) {
  .header {
    font-size: 14px;
  }
}
@media screen and (max-width: 1000px) {
  .header {
    font-size: 16px;
  }
  .header nav {
    display: none;
  }

  .header__btn {
    display: block;
  }

  .header nav {
    padding: 20px 0;
    max-width: 290px;
    display: block;
    position: absolute;
    top: 100%;
    right: -300px;
    transition: all, 0.3s;
    width: 100%;
    background: #216bc3;
    box-shadow: -4px 4px 6px rgba(0, 1, 2, 0.25);
  }
  .header nav.open {
    right: 0;
    height: 80vh;
    overflow-y: scroll;
  }

  .header__list {
    flex-direction: column;
    align-items: start;
    padding-bottom: 30px;
  }
  .header__item {
    padding: 10px 0;
  }
  .header-drop__wrapper {
    position: static;
    display: block;
    padding: 0;
  }
  .header-drop__list {
    padding: 0 0 0 20px;
    box-shadow: none;
    background: transparent;
  }
}
.site-width {
  width: 100%;
  max-width: 1170px;
  position: relative;
  margin: 0 auto;
  padding: 0 80px;
}
@media (max-width: 1200px) and (min-width: 1001px) {
  .logo {
    max-width: 170px;
  }
}
