@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*/
body {
  color: #272727;
}
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;
}
h2 {
  text-align: center;
  font-size: 55px;
  font-weight: 900;
  line-height: 1.2;
}
h2 small {
  padding-top: 6px;
  font-weight: 500;
  display: block;
  font-size: 82%;
}
h2 span {
  height: 49px;
  line-height: 46px;
  display: inline-block;
  padding-left: 15px;
  padding-right: 15px;
  background: #ffcb00;
}
.blue-btn {
  padding-top: 2px;
  border-radius: 10px;
  font-size: 16px;
  color: #ffffff;
  line-height: 1.15;
  background: #216bc8;
  background: linear-gradient(to right, #216bc8, #428ee7);
  background: -moz-linear-gradient(to right, #216bc8, #428ee7);
  background: -webkit-linear-gradient(to right, #216bc8, #428ee7);
  background: -ms-linear-gradient(to right, #216bc8, #428ee7);
  background: -o-linear-gradient(to right, #216bc8, #428ee7);
  box-shadow: 5px 5px 8px rgba(29, 29, 29, 0.42);
}
.blue-btn:hover {
  background: #216bc8;
}
/*end common*/

/*icons*/
.icon {
  background: url("../images/icons.png") no-repeat;
  display: inline-block;
}
.icon-main-arrow {
  width: 65px;
  height: 88px;
  background-position: 0 -42px;
}
.icon-click {
  width: 26px;
  height: 40px;
}
.icon-bad {
  width: 21px;
  height: 21px;
  background-position: 0 -132px;
}
.icon-good {
  width: 30px;
  height: 22px;
  background-position: 0 -155px;
}
.icon-test-bad {
  width: 20px;
  height: 14px;
  background-position: 0 -266px;
}
.icon-test-good {
  width: 17px;
  height: 17px;
  background-position: 0 -282px;
}
.icon-step-1 {
  width: 31px;
  height: 27px;
  background-position: 0 -179px;
}
.icon-step-2 {
  width: 23px;
  height: 27px;
  background-position: 0 -208px;
}
.icon-step-3 {
  width: 33px;
  height: 27px;
  background-position: 0 -237px;
}
/*end icons*/

/*clients*/
.clients {
  padding-top: 97px;
  padding-bottom: 67px;
}
.clients__list {
  margin-top: 61px;
  position: relative;
  z-index: 3;
}
.clients__wrap {
  position: relative;
}
.clients__wrap:after {
  content: "";
  position: absolute;
  background: url("../images/decor/clients-decor.png") no-repeat;
  width: 1366px;
  height: 691px;
  left: -72px;
  top: -160px;
}
.client {
  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;
}
/*end clients*/

/*main*/
.main {
  margin-top: 90px;
  background: url("../images/bg/main-bg.jpg") no-repeat center top;
  -webkit-background-size: cover;
  background-size: cover;
  padding-top: 90px;
  padding-bottom: 268px;
}
.main .content {
  position: relative;
}
.main .content:after {
  content: "";
  position: absolute;
  width: 832px;
  height: 601px;
  right: -103px;
  top: -74px;
}
h1 {
  font-size: 75px;
  font-weight: 900;
  color: #ffffff;
  line-height: 1.2;
}
h1 strong {
  display: block;
  color: #ffd200;
}
.main__desc {
  display: inline-block;
  position: relative;
  font-size: 30px;
  line-height: 1.2;
  color: #ffffff;
  margin-top: 47px;
}
.main__desc .icon {
  position: absolute;
  left: 100%;
  margin-left: 39px;
  top: 53px;
}
.main__info {
  margin-top: 95px;
  padding-left: 5px;
  font-size: 15px;
  font-weight: 100;
  line-height: 1.25;
  color: #ffffff;
}
.main__info span {
  margin-left: 13px;
  position: relative;
  top: 1px;
}
.main__info > * {
  display: inline-block;
  vertical-align: middle;
}
/*end main*/

/*about*/
.about {
  position: relative;
  z-index: 10;
  margin-top: -223px;
}
.tab-link {
  width: 25.5%;
  margin-right: -0.66%;
  box-sizing: border-box;
  box-shadow: 3px 3px 16px rgba(21, 22, 23, 0.31);
  padding: 28px 15px 60px 26px;
  position: relative;
  border-radius: 30px 30px 0 0;
  background: #ffffff;
  cursor: pointer;
}
.tab-link.active {
  z-index: 5 !important;
}
.tab-link:nth-child(1) {
  z-index: 4;
}
.tab-link:nth-child(2) {
  z-index: 3;
  background: #fdd217;
}
.tab-link:nth-child(3) {
  z-index: 2;
  background: #1320b4;
  color: #ffffff;
}
.tab-link:nth-child(4) {
  z-index: 1;
  background: #fd2626;
  color: #ffffff;
}
.tab-link__number {
  padding-left: 4px;
  font-size: 30px;
  font-weight: 900;
}
.tab-link__desc {
  margin-top: 12px;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 100;
  line-height: 1.3;
}
.tab {
  display: none;
}
.tab.active {
  display: block;
}
.about__block {
  border-radius: 30px;
  margin-top: -39px;
  position: relative;
  min-height: 729px;
  box-sizing: border-box;
  z-index: 10;
  padding: 59px 68px 96px;
  background: #ffffff;
  box-shadow: 3px 3px 16px rgba(21, 22, 23, 0.31);
}
.diff__item-photo {
  width: 100%;
}
.about__title {
  font-size: 30px;
  font-weight: 900;
  line-height: 1.3;
}
.about__desc {
  margin-top: 33px;
  font-size: 20px;
  line-height: 1.2;
  font-weight: 100;
  max-width: 830px;
}
.about__desc strong {
  font-weight: 500;
}
.diff {
  margin-top: 70px;
}
.diff__item-title > * {
  display: inline-block;
  vertical-align: middle;
}
.diff__item {
  width: 48.6%;
}
.diff__item-photo {
  margin-top: 48px;
  width: 100%;
  border-radius: 18px;
  box-shadow: 2px 2px 8px rgba(21, 22, 23, 0.25);
}
.diff__item-icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #ffffff;
  position: relative;
  box-shadow: 2px 2px 8px rgba(21, 22, 23, 0.19);
}
.diff__item-text {
  font-size: 18px;
  margin-left: 16px;
}
.tabs {
  position: relative;
}
.tabs:after,
.tabs:before {
  content: "";
  position: absolute;
}
.tabs:after {
  background: url("../images/decor/about-decor-1.png") no-repeat;
  width: 221px;
  height: 218px;
  left: -108px;
  bottom: -96px;
}
.tabs:before {
  background: url("../images/decor/about-decor-2.png") no-repeat;
  width: 67px;
  height: 74px;
  z-index: 20;
  right: -47px;
  bottom: 143px;
}
.about__desc_left {
  max-width: 350px;
}
.about__desc_left:nth-child(3) {
  margin-top: 24px;
}
.about__bg,
.about__decor {
  position: absolute;
}
.about__bg_2,
.about__bg_1 {
  bottom: 0;
  right: 66px;
  border-radius: 28px 28px 0 0;
  box-shadow: 2px 2px 8px rgba(21, 22, 23, 0.25);
}
.about__decor_1 {
  background: url("../images/about/decor-1.png") no-repeat center;
  -webkit-background-size: cover;
  background-size: cover;
  width: 217px;
  height: 309px;
  left: 131px;
  bottom: 65px;
}
.about__desc_3 strong {
  display: inline;
}
.about__desc_3 {
  max-width: 480px;
}
.about__desc_4 {
  max-width: 505px;
}
.about__decor_3 {
  background: url("../images/about/decor-3.png") no-repeat center;
  -webkit-background-size: cover;
  background-size: cover;
  width: 616px;
  right: -20px;
  bottom: -4px;
}
.about__decor_3:after {
  content: "";
  display: block;
  padding-top: 100%;
}
.about__decor_2 {
  background: url("../images/about/decor-2.png") no-repeat center;
  -webkit-background-size: cover;
  background-size: cover;
  width: 666px;
  height: 333px;
  left: 0px;
  bottom: -38px;
  z-index: 3;
}
/*end about*/

/*how*/
.how {
  background: url("../images/bg/how-bg.jpg") no-repeat center top;
  -webkit-background-size: cover;
  background-size: cover;
  padding-top: 144px;
  padding-bottom: 129px;
}
.how h2 {
  position: relative;
  z-index: 5;
}
.steps h2 small,
.how h2 small {
  padding-top: 12px;
}
.how__list {
  position: relative;
  margin-top: 212px;
}
.how__list:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -111px;
  margin: 0 auto;
  width: 849px;
  height: 712px;
}
.how__item {
  width: 294px;
  box-sizing: border-box;
  padding: 15px 22px;
  border-radius: 18px;
  position: relative;
  z-index: 5;
  background: #ffffff;
  box-shadow: 3px 3px 13px rgba(21, 22, 23, 0.18);
}
.how__item:nth-child(1) {
  margin-right: 400px;
  margin-bottom: 147px;
}
.how__item:nth-child(3) {
  margin-left: 36px;
}
.how__item:nth-child(4) {
  margin-right: 36px;
}
.how__item-decs {
  font-size: 18px;
  line-height: 1.2;
}
.how__item-decs strong {
  font-weight: 900;
  display: block;
  margin-bottom: 5px;
}
.how__about {
  margin: 21px auto 0;
  max-width: 335px;
  padding: 11px 0 10px;
  background: #ffcc00;
  border-radius: 18px;
  position: relative;
  z-index: 5;
  text-align: center;
}
.how__about-text {
  font-size: 18px;
  line-height: 1.25;
}
.how__about-text strong {
  display: block;
  font-weight: 900;
  margin-bottom: 2px;
}
/*end how*/

/*steps*/
.steps {
  background: #fcfbfb;
  padding-top: 107px;
  padding-bottom: 296px;
}
.step__count {
  position: relative;
  z-index: 3;
}
.step__count > * {
  display: inline-block;
  vertical-align: middle;
}
.step__count-number {
  width: 69px;
  height: 69px;
  line-height: 69px;
  text-align: center;
  background: #ffffff;
  border-radius: 50%;
  font-size: 35px;
  font-weight: 900;
  box-shadow: 3px 3px 13px rgba(22, 21, 21, 0.18);
}
.step__count-title {
  font-size: 25px;
  font-weight: 700;
  line-height: 1.2;
  text-transform: uppercase;
  position: relative;
  top: 1px;
  margin-left: 24px;
}
.steps__list {
  margin-top: 148px;
}
.step {
  position: relative;
}
.step:after {
  content: "";
  position: absolute;
  width: 2px;
  height: 100%;
  top: 0;
  left: 33px;
  background: #ffcc00;
}
.step__block {
  box-sizing: border-box;
  min-height: 648px;
  margin-left: 98px;
  margin-top: 89px;
  position: relative;
  z-index: 5;
  background: #ffffff;
  border-radius: 18px;
  box-shadow: 3px 3px 13px rgba(22, 21, 21, 0.18);
}
.swot {
  padding-top: 74px;
  position: relative;
  z-index: 3;
  max-width: 518px;
  margin-left: auto;
}
.swot__item {
  margin-bottom: 85px;
}
.swot__item > * {
  display: inline-block;
  vertical-align: middle;
}
.swot__item-icon {
  width: 47px;
  height: 47px;
  text-align: center;
  line-height: 45px;
  font-size: 40px;
  color: #000000;
  font-weight: 700;
  border-radius: 50%;
  background: #ffffff;
  box-shadow: 3px 3px 18px rgba(22, 21, 21, 0.2);
}
.swot__item-desc {
  margin-left: 18px;
  font-size: 18px;
  color: #000000;
  line-height: 1.2;
}
.swot__item:nth-child(1) .swot__item-desc {
  position: relative;
  top: -3px;
}
.swot__item:nth-child(2) {
  margin-left: 142px;
  margin-bottom: 150px;
}
.swot__item:nth-child(3) {
  margin-left: 133px;
  margin-bottom: 64px;
}
.swot__item:nth-child(2) .swot__item-desc {
  margin-left: 7px;
}
.swot__item:nth-child(3) .swot__item-icon {
  line-height: 42px;
}
.swot__item:nth-child(4) .swot__item-desc,
.swot__item:nth-child(3) .swot__item-desc {
  margin-left: 8px;
}
.swot__item:last-child {
  margin-bottom: 0;
}
.swot__item:last-child .swot__item-icon {
  line-height: 50px;
}
.swot__item:last-child > * {
  vertical-align: top;
}
.swot__item:nth-child(4) .swot__item-desc {
  position: relative;
  top: 13px;
}
.step__bg {
  position: absolute;
}
.step_1 {
  padding-bottom: 134px;
}
.step_2 {
  padding-bottom: 115px;
}
.step_3 {
  padding-bottom: 144px;
}
.step_4 {
  padding-bottom: 126px;
}
.step_5 {
  padding-bottom: 137px;
}
.step__bg_1 {
  background: url("../images/steps/bg-1.png") no-repeat center;
  -webkit-background-size: cover;
  background-size: cover;
  width: 773px;
  height: 458px;
  top: 87px;
  right: 332px;
}
.step_2 .step__block {
  min-height: 665px;
  margin-top: 79px;
}
.step_3 .step__block {
  min-height: 755px;
  margin-top: 58px;
}
.step_4 .step__block {
  min-height: 689px;
  margin-top: 84px;
}
.step_5 .step__block {
  min-height: inherit;
  margin-top: 37px;
}
.step_6:after {
  display: none;
}
.step_6 .step__block {
  min-height: inherit;
  margin-top: 40px;
}
.step__bg_2 {
  background: url("../images/steps/bg-2.png") no-repeat center;
  -webkit-background-size: cover;
  background-size: cover;
  width: 597px;
  height: 745px;
  top: -56px;
  left: -36px;
}
.step__bg_3 {
  background: url("../images/steps/bg-3.png") no-repeat center;
  -webkit-background-size: cover;
  background-size: cover;
  width: 585px;
  height: 831px;
  top: -39px;
  left: -54px;
}
.step__bg_4 {
  background: url("../images/steps/bg-4.png") no-repeat center;
  -webkit-background-size: cover;
  background-size: cover;
  width: 761px;
  height: 761px;
  top: -43px;
  left: -175px;
}
.step__block-decor {
  position: absolute;
  background: url("../images/steps/top-right-bg.jpg") no-repeat center;
  -webkit-background-size: cover;
  background-size: cover;
  border-radius: 0 18px 0 0;
  right: 0;
  top: 0;
  width: 457px;
  height: 497px;
}
.step__list {
  padding-top: 119px;
  max-width: 316px;
  margin-right: 146px;
  margin-left: auto;
  position: relative;
  z-index: 5;
}
.step__item {
  margin-bottom: 46px;
}
.step_4 .step__item {
  margin-bottom: 60px;
}
.step_4 .step__item:last-child {
  margin-bottom: 0;
}
.step__item:last-child {
  margin-bottom: 0;
}
.step__item > * {
  display: inline-block;
  vertical-align: top;
}
.step__item-number {
  background: #ffcc00;
  position: relative;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  text-align: center;
  line-height: 42px;
  font-size: 20px;
  font-weight: 900;
}
.step__item-desc strong {
  font-weight: 900;
}
.step__item-desc {
  position: relative;
  top: -1px;
  margin-left: 19px;
  font-size: 20px;
  line-height: 1.15;
}
.step_3 .step__list {
  max-width: 510px;
  margin-right: 0;
  padding-top: 212px;
}
.step_4 .step__list {
  max-width: 640px;
  margin-right: 0;
  padding-top: 60px;
}
.test {
  padding: 40px 42px 53px;
}
.test__desc {
  font-size: 20px;
  line-height: 1.15;
}
.test__list {
  position: relative;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
.test__item-title > * {
  display: inline-block;
  vertical-align: middle;
}
.test__item {
  width: 47.25%;
  position: relative;
  z-index: 5;
}
.test__item-icon {
  width: 31px;
  height: 31px;
  background: #f24841;
  border-radius: 50%;
  position: relative;
}
.test__item-text {
  margin-left: 8px;
  font-size: 20px;
  color: #f24841;
}
.test__list {
  margin-top: 70px;
}
.test__item:nth-child(2) .test__item-icon {
  background: #00ad5d;
}
.test__item:nth-child(2) .test__item-text {
  margin-left: 10px;
  color: #00ad5d;
}
.test__item img {
  margin-top: 30px;
  width: 100%;
  border-radius: 19px;
  box-shadow: 0 0 27px rgba(22, 21, 21, 0.25);
}
.step__desc {
  position: relative;
  z-index: 5;
  text-align: center;
  padding: 65px 20px 40px;
}
.step__desc-bg {
  position: relative;
  right: 7px;
  background: url("../images/steps/bg-5.png") no-repeat center;
  -webkit-background-size: cover;
  background-size: cover;
  display: block;
  margin: 55px auto 0;
  max-width: 613px;
}
.step__desc-bg:after {
  content: "";
  padding-top: 59.21%;
  display: block;
}
.step__desc-title {
  font-size: 20px;
  font-weight: 900;
  line-height: 1.15;
  text-transform: uppercase;
}
.step__desc-text {
  font-size: 20px;
  line-height: 1.2;
  margin-top: 20px;
}
.step__decor {
  position: absolute;
}
.step__decor_1 {
  background: url("../images/decor/steps-decor-1.png") no-repeat center;
  -webkit-background-size: cover;
  background-size: cover;
  width: 1406px;
  height: 884px;
  right: -84px;
  bottom: -30px;
}
.step__decor_2 {
  background: url("../images/decor/steps-decor-2.png") no-repeat center;
  -webkit-background-size: cover;
  background-size: cover;
  width: 547px;
  height: 518px;
  right: -422px;
  top: -10px;
}
.step__decor_3 {
  background: url("../images/decor/steps-decor-3.png") no-repeat center;
  -webkit-background-size: cover;
  background-size: cover;
  width: 1453px;
  height: 701px;
  right: -114px;
  bottom: 234px;
}
.step__decor_4 {
  background: url("../images/decor/steps-decor-4.png") no-repeat center;
  -webkit-background-size: cover;
  background-size: cover;
  width: 105px;
  height: 157px;
  right: -44px;
  top: 16px;
}
.step__decor_5 {
  background: url("../images/decor/steps-decor-5.png") no-repeat center;
  -webkit-background-size: cover;
  background-size: cover;
  width: 1687px;
  height: 632px;
  right: -253px;
  top: 50px;
}
/*end steps*/

/*cases*/
.form {
  padding: 39px 20px 22px;
  text-align: center;
  background: url("../images/bg/form-bg-1.jpg") no-repeat center;
  -webkit-background-size: 100% 100%;
  background-size: 100% 100%;
  min-height: 266px;
  box-sizing: border-box;
  position: relative;
  border-radius: 21px;
  box-shadow: 11px 11px 16px rgba(0, 1, 2, 0.28);
}
.form__title {
  text-align: center;
  font-size: 25px;
  line-height: 1.16;
}
.form__title strong {
  display: block;
  font-size: 30px;
  font-weight: 700;
}
.form__fields {
  max-width: 874px;
  margin: 22px auto 0;
}
.form__field,
.form__btn {
  height: 63px;
}
.form__field {
  width: 30.43%;
  border: 1px solid #cbcbcb;
  border-radius: 9px;
  box-shadow: inset 0 5px 5px rgba(0, 0, 1, 0.23);
  text-align: center;
  font-size: 18px;
  padding-top: 4px;
  background: #ffffff;
  color: #787878;
}
.form__field::placeholder {
  color: #787878;
  opacity: 1;
}
.form__field:-ms-input-placeholder {
  color: #787878;
}
.form__btn {
  width: 34.09%;
}
.cases {
  padding-bottom: 123px;
}
.cases .form {
  top: -178px;
  margin-bottom: -25px;
  position: relative;
}
.privacy {
  margin-top: 30px;
  cursor: pointer;
  display: inline-block;
}
.privacy > * {
  display: inline-block;
  vertical-align: middle;
}
.privacy input {
  position: absolute;
  left: 0;
  top: 0;
  margin: 0;
  opacity: 0;
}
.privacy input,
.privacy__btn {
  width: 57px;
  height: 25px;
}
.privacy input:checked + .privacy__btn:after {
  left: auto;
  right: 4px;
}
.privacy input:checked + .privacy__btn {
  background: #216bc8;
  background: linear-gradient(to right, #216bc8, #428ee7);
  background: -moz-linear-gradient(to right, #216bc8, #428ee7);
  background: -webkit-linear-gradient(to right, #216bc8, #428ee7);
  background: -ms-linear-gradient(to right, #216bc8, #428ee7);
  background: -o-linear-gradient(to right, #216bc8, #428ee7);
}
.privacy__btn {
  background: #959595;
  border-radius: 12px;
  position: relative;
}
.privacy__btn:after {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 4px;
  background: #ffffff;
}
.privacy__desc a {
  font-size: 14px;
  color: #787878;
  margin-left: 12px;
  position: relative;
  top: 2px;
}
.form__decor {
  background: url("../images/decor/form-decor-1.png") no-repeat center;
  -webkit-background-size: cover;
  background-size: cover;
  width: 85px;
  height: 78px;
  right: -52px;
  bottom: -38px;
  position: absolute;
}
.cases__list {
  padding-top: 79px;
}
.case {
  margin-bottom: 108px;
}
.case:last-child {
  margin-bottom: 0;
}
.case__text {
  width: 39.03%;
  position: relative;
  top: -8px;
}
.case__title {
  font-size: 25px;
  line-height: 1.6;
  text-align: center;
}
.case__title strong {
  padding-top: 2px;
  display: block;
  font-weight: 700;
}
.case__wrap {
  margin-top: 83px;
}
.case__wrap img {
  margin-right: -90px;
  margin-left: -90px;
  max-width: 73.94%;
}
.case__about-title {
  font-size: 25px;
  font-weight: 700;
}
.case__about-list {
  margin-top: 36px;
}
.case__about-list li {
  font-size: 20px;
  line-height: 1.2;
  margin-bottom: 24px;
}
.case__about-list li::before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #ffcb00;
  margin-right: 2px;
}
.case__about-list li:last-child {
  margin-bottom: 0;
}
.case__about-list_services {
  margin-top: 19px;
}
.case__about-list_services li {
  position: relative;
  padding-left: 25px;
}
.case__about-list_services li:before {
  position: absolute;
  left: 0;
  top: 4px;
}
.case__about {
  margin-bottom: 25px;
}
.case__link {
  display: block;
  text-align: center;
  text-decoration: none;
  font-size: 16px;
  color: #272727;
  line-height: 1.2;
  max-width: 297px;
  box-sizing: border-box;
  box-shadow: 5px 5px 8px rgba(29, 29, 29, 0.42);
  border-radius: 9px;
  padding: 14px 0 12px;
  background: #fecf11;
  background: linear-gradient(to right, #fecf11, #f8de67);
  background: -moz-linear-gradient(to right, #fecf11, #f8de67);
  background: -webkit-linear-gradient(to right, #fecf11, #f8de67);
  background: -o-linear-gradient(to right, #fecf11, #f8de67);
  background: -ms-linear-gradient(to right, #fecf11, #f8de67);
}
.case__link:hover {
  background: #fecf11;
}
.case_3 .case__text {
  top: 4px;
  max-width: 476px;
}
.case {
  position: relative;
}
.case__wrap,
.case__title {
  position: relative;
  z-index: 5;
}
.case__decor {
  position: absolute;
}
.case__decor_1 {
  background: url("../images/decor/case-decor-1.png") no-repeat center;
  -webkit-background-size: cover;
  background-size: cover;
  width: 1683px;
  height: 1017px;
  right: -356px;
  top: 10px;
}
.case__decor_2 {
  background: url("../images/decor/case-decor-2.png") no-repeat center;
  -webkit-background-size: cover;
  background-size: cover;
  width: 200px;
  height: 197px;
  bottom: -109px;
  left: 10px;
  z-index: 10;
}
.case__decor_3 {
  background: url("../images/decor/case-decor-3.png") no-repeat center;
  -webkit-background-size: cover;
  background-size: cover;
  width: 268px;
  height: 285px;
  right: -150px;
  bottom: 90px;
}
.case__decor_4 {
  background: url("../images/decor/case-decor-4.png") no-repeat center;
  -webkit-background-size: cover;
  background-size: cover;
  width: 1496px;
  height: 624px;
  bottom: -57px;
  left: -100px;
}
.case__decor_5 {
  background: url("../images/decor/case-decor-5.png") no-repeat center;
  -webkit-background-size: cover;
  background-size: cover;
  width: 228px;
  height: 251px;
  bottom: 272px;
  right: -100px;
}
.case__decor_6 {
  background: url("../images/decor/case-decor-6.png") no-repeat center;
  -webkit-background-size: cover;
  background-size: cover;
  width: 1449px;
  height: 401px;
  bottom: 180px;
  left: -120px;
}
/*end cases*/

/*prices*/
.prices {
  background: #fbfafa;
  padding-top: 90px;
  padding-bottom: 122px;
}
.prices .content {
  position: relative;
}
.prices .content:after {
  content: "";
  position: absolute;
  background: url("../images/decor/prices-decor.png") no-repeat center;
  -webkit-background-size: cover;
  background-size: cover;
  width: 1436px;
  height: 1162px;
  bottom: -97px;
  left: -149px;
}
.prices h2 small {
  padding-top: 18px;
}
.prices__block {
  position: relative;
  z-index: 5;
  margin-top: 81px;
  padding: 64px 68px 24px;
  background: #ffffff;
  border-radius: 20px;
  box-shadow: 5px 5px 24px rgba(29, 29, 29, 0.27);
}
.price {
  margin-bottom: 54px;
  width: 48.6%;
}
.price__title {
  height: 72px;
  line-height: 70px;
  max-width: 323px;
  box-sizing: border-box;
  padding-left: 26px;
  background: #ffcb00;
  font-size: 35px;
}
.price__title strong {
  font-size: 40px;
  font-weight: 900;
  margin-right: 3px;
}
.price__title > * {
  display: inline-block;
  vertical-align: middle;
}
.price__list {
  margin-top: 47px;
}
.price__list li {
  position: relative;
  padding-left: 30px;
  line-height: 1.2;
  margin-bottom: 24px;
  padding-right: 20px;
  font-size: 20px;
}
.price__list li:after {
  content: "";
  position: absolute;
  left: 0;
  top: 3px;
  width: 15px;
  height: 15px;
  background: #1223b9;
  border-radius: 50%;
}
.price__list li:last-child {
  margin-bottom: 0;
}
/*end prices*/

/*team*/
.team {
  padding-top: 70px;
  padding-bottom: 70px;
}
.team__photo {
  margin-top: 58px;
  padding: 21px;
  border-radius: 20px;
  position: relative;
  font-size: 0;
  box-shadow: 5px 5px 24px rgba(29, 29, 29, 0.33);
}
.team__photo img {
  width: 100%;
  border-radius: 18px;
  box-shadow: 5px 5px 24px rgba(29, 29, 29, 0.33);
}
.team__title {
  position: absolute;
  left: 0;
  right: 0;
  background: #ffcb00;
  font-size: 35px;
  font-weight: 900;
  height: 80px;
  line-height: 84px;
  max-width: 420px;
  text-align: center;
  bottom: -30px;
  margin: 0 auto;
}
/*end team*/

/*calc*/
.calc {
  background: url("../images/bg/calc-bg.jpg") no-repeat center top;
  -webkit-background-size: cover;
  background-size: cover;
  padding-top: 119px;
  padding-bottom: 140px;
}
.calc__desc {
  font-size: 20px;
  line-height: 1.2;
  text-align: center;
  margin-top: 51px;
}
.calc__form-wrap {
  margin-top: 68px;
  position: relative;
}
.calc__form-wrap:after,
.calc__form-wrap:before {
  content: "";
  position: absolute;
}
.calc__form-wrap:after {
  background: url("../images/decor/calc-decor-1.png") no-repeat;
  width: 272px;
  height: 300px;
  top: -150px;
  left: -134px;
}
.calc__form-wrap:before {
  background: url("../images/decor/calc-decor-2.png") no-repeat;
  width: 85px;
  height: 79px;
  right: -47px;
  bottom: -28px;
  z-index: 10;
}
.calc__form {
  background: url("../images/bg/form-bg-2.jpg") no-repeat center top;
  -webkit-background-size: 100% 100%;
  background-size: 100% 100%;
  min-height: 420px;
  padding: 41px 20px 22px;
  text-align: center;
  position: relative;
  z-index: 5;
  border-radius: 22px;
  box-sizing: border-box;
  box-shadow: 11px 11px 16px rgba(0, 1, 2, 0.28);
}
.calc__form .form__fields {
  max-width: 845px;
  padding-top: 17px;
}
.calc__form .form__fields > * {
  width: 31.36%;
}
.form__label {
  margin-bottom: 31px;
  position: relative;
}
.form__label .form__field {
  width: 100%;
}
.form__label-title {
  display: block;
  font-size: 18px;
  line-height: 1.2;
  margin-bottom: 13px;
}
.form__field-minus,
.form__field-plus {
  cursor: pointer;
  bottom: 20px;
  width: 18px;
  line-height: 18px;
  height: 18px;
  border-radius: 50%;
  background: #ffffff;
  box-shadow: 0 0 8px rgba(29, 29, 29, 0.35);
  position: absolute;
  font-size: 12px;
  color: #787878;
}
.form__field-plus {
  line-height: 16px;
}
.form__field-minus:hover,
.form__field-plus:hover {
  background: #216bcb;
  color: #ffffff;
}
.form__field-plus {
  left: 35px;
}
.form__field-minus {
  right: 38px;
}
/*end calc*/

/*form-block*/
.form-block {
  padding-top: 143px;
  padding-bottom: 220px;
  position: relative;
}
.form-block:after {
  content: "";
  position: absolute;
  background: url("../images/bg/form-block-bg.jpg") no-repeat center;
  width: 783px;
  height: 804px;
  left: -395px;
  bottom: -20px;
}
.form-block .form {
  position: relative;
  z-index: 5;
  margin-top: 141px;
}
.form-block__desc {
  text-align: center;
  font-size: 45px;
  line-height: 1.2;
}
.form-block h2 {
  position: relative;
  z-index: 5;
}
.form-block h2 small {
  padding-top: 31px;
}
.form-block h2 span {
  padding-left: 9px;
  padding-right: 9px;
  margin-left: -6px;
}
.form__decor_2 {
  background: url("../images/decor/form-block-decor.png") no-repeat center;
  -webkit-background-size: cover;
  background-size: cover;
  width: 172px;
  height: 159px;
  right: -100px;
  bottom: -100px;
  position: absolute;
}
/*end form-block*/

/*faq*/
.faq {
  background: #fbfafa;
  position: relative;
  z-index: 10;
  padding-top: 107px;
  padding-bottom: 160px;
}
.faq__item-answer {
  display: none;
}
.faq__item:first-child .faq__item-answer {
  display: block;
}
.faq__item {
  margin-bottom: 63px;
}
.faq__item:last-child {
  margin-bottom: 0;
}
.faq__list-wrap {
  position: relative;
  margin-top: 61px;
}
.faq__list-wrap:after {
  content: "";
  position: absolute;
  background: url("../images/decor/faq-decor.png") no-repeat center;
  width: 1408px;
  height: 1098px;
  left: -145px;
  top: -40px;
}
.faq__list {
  position: relative;
  z-index: 5;
  padding: 73px 68px 68px;
  background: #ffffff;
  border-radius: 20px;
  box-shadow: 0 0 24px rgba(29, 29, 29, 0.14);
}
.faq__item-title {
  font-size: 30px;
  font-weight: 700;
  line-height: 1.2;
  cursor: pointer;
  padding-right: 70px;
  position: relative;
}
.faq__item-title:hover {
  color: #eed726;
}
.faq__item-btn {
  position: absolute;
  top: -20px;
  bottom: 0;
  width: 50px;
  height: 50px;
  font-size: 40px;
  color: #272727;
  background: #e9d312;
  border-radius: 50%;
  text-align: center;
  line-height: 46px;
  right: 0;
  margin: auto;
  box-shadow: 0 0 24px rgba(29, 29, 29, 0.14);
}
.faq__item-answer {
  padding-top: 23px;
}
.faq__item-answer p {
  margin-bottom: 15px;
  font-size: 20px;
  line-height: 1.2;
}
.faq__item-answer p:last-child {
  margin-bottom: 0;
}
/*end faq*/

/*advantages*/
.advantages {
  background: url("../images/bg/advantages-bg.jpg") no-repeat center top;
  -webkit-background-size: cover;
  background-size: cover;
  padding-top: 79px;
  padding-bottom: 66px;
}
.advantages small {
  padding-top: 19px;
}
.advantages__list {
  margin-top: 82px;
}
.advantage {
  box-sizing: border-box;
  width: 31.57%;
  padding: 64px 15px 50px 22px;
  border-radius: 19px;
  position: relative;
  margin-bottom: 25px;
  margin-right: 2.64%;
  background: #e7d20e;
  background: linear-gradient(to right, #e7d20e, #efd82a);
  background: -moz-linear-gradient(to right, #e7d20e, #efd82a);
  background: -webkit-linear-gradient(to right, #e7d20e, #efd82a);
  background: -o-linear-gradient(to right, #e7d20e, #efd82a);
  background: -ms-linear-gradient(to right, #e7d20e, #efd82a);
  box-shadow: 10px 10px 27px rgba(29, 29, 29, 0.14);
}
.advantage:nth-child(1),
.advantage:nth-child(2) {
  width: 48.68%;
  padding-top: 53px;
  padding-bottom: 68px;
}
.advantage:nth-child(2),
.advantage:nth-child(5) {
  margin-right: 0;
}
.advantage__title {
  position: relative;
  padding-left: 70px;
  font-size: 20px;
  line-height: 0.95;
  min-height: 57px;
  font-weight: 900;
}
.advantage__title strong {
  position: absolute;
  left: 0;
  top: -3px;
  font-size: 40px;
}
.advantage_1 .advantage__title {
  padding-top: 13px;
}
.advantage__desc {
  margin-top: 14px;
  max-width: 320px;
  font-size: 20px;
  line-height: 1.2;
}
.advantage__decor {
  position: absolute;
}
.advantage__decor_1 {
  background: url("../images/advantages/bg-1.png") no-repeat center;
  -webkit-background-size: cover;
  background-size: cover;
  top: 80px;
  right: -14px;
  width: 222px;
  height: 180px;
}
.advantage__decor_2 {
  background: url("../images/advantages/bg-2.png") no-repeat center;
  -webkit-background-size: cover;
  background-size: cover;
  bottom: -35px;
  right: -64px;
  width: 307px;
  height: 212px;
}
.advantage_1 .advantage__desc,
.advantage_2 .advantage__desc {
  margin-top: -3px;
}
#scale {
  position: absolute;
  left: 0;
  right: 0;
  height: 7px;
  bottom: 0;
  background: none;
  border: none;
  box-shadow: none;
}
.form__field[name="percent"] {
  padding-top: 10px;
  border-bottom: 7px solid #2978d7;
}
.noUi-horizontal .noUi-handle:after,
.noUi-horizontal .noUi-handle:before {
  display: none;
}
.noUi-horizontal .noUi-handle {
  width: 18px;
  height: 18px;
  background: #ffffff;
  border: 1px solid #c3c3c3;
  border-radius: 50%;
  box-shadow: 2px 2px 1px rgba(29, 29, 29, 0.4);
}
.noUi-base {
  width: auto;
  margin-right: 17px;
}
.faq__item-btn {
  transition: all, 0.3s;
}
.faq__item.open .faq__item-btn {
  transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
}
/*end advantages*/

/*popups*/
.overlay {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 100;
  overflow: auto;
  padding: 20px;
  box-sizing: border-box;
  background: rgba(0, 0, 0, 0.7);
}
.popup {
  opacity: 0;
  top: -100px;
  display: none;
  margin: 50px auto;
  position: relative;
  background: #ffffff;
  max-width: 320px;
  padding: 40px 30px 30px;
}
.popup__title {
  font-size: 22px;
  line-height: 1.3;
  font-weight: 700;
  text-align: center;
}
.popup__close {
  position: absolute;
  width: 22px;
  height: 22px;
  top: 15px;
  right: 15px;
  cursor: pointer;
}
.popup__close:after,
.popup__close:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 2px;
  width: 100%;
  background: #2657bc;
}
.popup__close:hover:after,
.popup__close:hover:before {
  background: #000000;
}
.popup__close:after {
  transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
}
.popup__close:before {
  transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
}
/*end popups*/

@media all and (max-width: 1180px) {
  .about__desc_4,
  .about__desc_3 {
    max-width: 350px;
  }
}

@media all and (max-width: 1120px) {
  h2 {
    font-size: 50px;
  }
  .main .content:after {
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
    width: 700px;
    right: -145px;
    top: -132px;
  }
  h1 {
    font-size: 68px;
  }
  .tab-link__desc {
    font-size: 16px;
  }
  .how__item:nth-child(1) {
    margin-right: 300px;
  }
}

@media all and (max-width: 1024px) {
  .client {
    margin-bottom: 25px;
  }
  h2 {
    font-size: 46px;
  }
  .clients {
    padding-top: 70px;
    padding-bottom: 50px;
  }
  .clients__list {
    margin-top: 40px;
  }
  .how,
  .prices,
  .calc,
  .form-block,
  .faq,
  .advantages {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .faq__list-wrap {
    margin-top: 40px;
  }
  .faq__item-title {
    font-size: 24px;
    padding-right: 50px;
  }
  .faq__item-btn {
    width: 30px;
    height: 30px;
    font-size: 26px;
    line-height: 30px;
    top: 0;
    bottom: 0;
  }
  .faq__item-answer p {
    font-size: 18px;
  }
  .calc__form-wrap:before,
  .form__decor,
  .form__decor_2,
  .form-block:after,
  .faq__item-answer p br {
    display: none;
  }
  .form-block .form {
    margin-top: 60px;
  }
  .form__title {
    font-size: 20px;
  }
  .form__title strong {
    font-size: 25px;
  }
  .calc__desc br {
    display: none;
  }
  .calc__desc {
    font-size: 17px;
  }
  .calc__form-wrap {
    margin-top: 40px;
  }
  .calc__desc {
    margin-top: 35px;
  }
  .advantages__list {
    max-width: 680px;
    margin-left: auto;
    margin-right: auto;
  }
  .advantage:nth-child(1),
  .advantage:nth-child(2),
  .advantage {
    margin-right: 0;
    width: 100%;
  }
  .team__photo {
    padding: 15px 0;
    border-radius: 0;
  }
  .team__photo img {
    border-radius: 0;
  }
  .team__title {
    max-width: 280px;
    height: 56px;
    line-height: 56px;
    bottom: -18px;
    font-size: 23px;
  }
  .team__photo {
    margin-top: 40px;
  }
  .prices__block {
    margin-top: 50px;
  }
  .price__title {
    font-size: 28px;
    height: 60px;
    line-height: 58px;
    max-width: 280px;
  }
  .price__title strong {
    font-size: 32px;
  }
  .prices__block {
    padding: 40px 30px 20px;
  }
  .cases .form {
    margin-bottom: -90px;
  }
  .case__wrap img {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .case__decor {
    display: none;
  }
  .case__wrap {
    margin-top: 50px;
  }
  .case_3 .case__text,
  .case__text {
    width: 100%;
    order: 2;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 50px;
  }
  .case__text br {
    display: none;
  }
  .case {
    margin-bottom: 70px;
  }
  .cases {
    padding-bottom: 70px;
  }
  h1 {
    font-size: 56px;
  }
  .main {
    padding-top: 90px;
  }
  .main .content:after {
    width: 600px;
    top: -172px;
  }
  .how__item:nth-child(1) {
    margin-right: 200px;
  }
  .steps {
    padding-top: 70px;
  }
  .steps__list {
    margin-top: 100px;
  }
  .step__bg_1 {
    background: url("../images/steps/bg-1-mobile.png") no-repeat center;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
    height: 300px;
    width: 400px;
    top: auto;
    bottom: -80px;
    left: -50px;
  }
  .step__decor_1 {
    display: none;
  }
  .step__block {
    min-height: inherit;
  }
  .swot {
    padding: 30px 80px 180px;
    max-width: inherit;
    -ms-flex-pack: justify;
    justify-content: space-between;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
  }
  .swot > * {
    -ms-flex-item-align: start;
    align-self: flex-start;
  }
  .swot__item:nth-child(1),
  .swot__item:nth-child(2),
  .swot__item:nth-child(3),
  .swot__item:nth-child(4) {
    width: 49%;
    margin-left: 0;
    margin-bottom: 50px;
  }
  .step__bg_2,
  .step__bg_3,
  .step__bg_4 {
    display: none;
  }
  .step .step__block {
    min-height: inherit;
  }
  .step .step__list {
    margin: 0;
    padding: 40px 30px;
    max-width: inherit;
  }
  .step .step__list br {
    display: none;
  }
  .step__item-desc {
    top: 0;
    margin-left: 0;
    margin-top: 10px;
    width: 100%;
  }
  .step__block-decor {
    display: none;
  }
  .about__decor_1,
  .about__decor_2 {
    display: none;
  }
  .about__desc_3,
  .about__desc_4,
  .about__desc_left {
    max-width: inherit;
  }
  .about__decor_3,
  .about__bg_2,
  .about__bg_1 {
    margin-top: 40px;
    position: static;
    display: block;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    border-radius: 10px 10px 0 0;
  }
  .tab_2 .about__block,
  .tab_3 .about__block,
  .tab_4 .about__block {
    padding-bottom: 0;
  }
}

@media all and (max-width: 900px) {
  .how__list .how__item {
    margin: 0 0 20px;
    width: 100%;
  }
  .how__list .how__item:last-child {
    margin-bottom: 0;
  }
  .how__item br {
    display: none;
  }
  .how__list {
    margin-top: 60px;
  }
  .how__about {
    margin-top: 380px;
  }
  .how__list:after {
    max-width: 500px;
    width: 100%;
    top: auto;
    bottom: -600px;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
  }
  .swot {
    padding-left: 30px;
    padding-right: 30px;
  }
}

@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;
  }
  .content {
    padding-left: 15px;
    padding-right: 15px;
  }
  h2 {
    font-size: 38px;
  }
  h2 span {
    height: 40px;
    line-height: 40px;
  }
  .faq__list {
    padding-left: 30px;
    padding-right: 30px;
  }
  .form__field {
    margin-bottom: 15px;
  }
  .form__label {
    margin-bottom: 15px;
  }
  .form__label .form__field {
    margin-bottom: 0;
  }
  .form__fields {
    max-width: 320px;
  }
  .form__btn,
  .form__field {
    width: 100%;
    height: 56px;
  }
  .calc__form .form__fields > * {
    width: 100%;
  }
  .price {
    margin-bottom: 40px;
    width: 100%;
  }
  .tab-link__desc {
    display: none;
  }
  .about__block {
    min-height: inherit;
    padding: 40px 20px;
  }
  .tabs:before {
    display: none;
  }
  .about__title {
    font-size: 24px;
  }
  .about__desc {
    font-size: 18px;
  }
  .diff {
    margin-top: 50px;
  }
  .diff__item-photo {
    margin-top: 32px;
  }
  .main .content:after {
    width: 500px;
  }
  h1 {
    font-size: 46px;
  }
  .main__desc {
    font-size: 26px;
    margin-top: 30px;
  }
  .main__info {
    margin-top: 60px;
  }
  .main {
    padding-top: 90px;
  }
  .step__count-number {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 20px;
  }
  .step__count-title {
    margin-left: 18px;
    font-size: 21px;
  }
  .step:after {
    width: 1px;
    left: 20px;
  }
  .step__block {
    margin-left: 30px;
  }
  .step {
    padding-bottom: 70px;
  }
  .step .step__block {
    margin-top: 40px;
  }
  .test {
    padding: 30px 20px;
  }
  .swot {
    max-width: 320px;
    margin-left: auto;
    margin-right: auto;
  }
  .swot__item:nth-child(1),
  .swot__item:nth-child(2),
  .swot__item:nth-child(3),
  .swot__item:nth-child(4) {
    width: 100%;
  }
}

@media all and (max-width: 650px) {
  .main .content:after {
    display: none;
  }
  .step__desc br {
    display: none;
  }
}

@media all and (max-width: 550px) {
  h2 {
    font-size: 32px;
  }
  h2 span {
    padding-left: 10px;
    padding-right: 10px;
    height: 34px;
    line-height: 34px;
  }
  .faq__list {
    padding: 30px 15px;
  }
  .faq__item-title {
    font-size: 18px;
  }
  .faq__item-answer p {
    font-size: 16px;
  }
  .faq__item {
    margin-bottom: 40px;
  }
  .form__title {
    line-height: 1.3;
    font-size: 18px;
  }
  .privacy {
    text-align: left;
    padding-left: 70px;
    position: relative;
  }
  .privacy__btn {
    position: absolute;
    left: 0;
    top: 0;
  }
  .privacy__desc {
    margin-left: 0;
  }
  .form__title strong {
    font-size: 22px;
  }
  .advantages {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .advantage_1 .advantage__desc,
  .advantage_2 .advantage__desc {
    margin-top: 14px;
  }
  .advantage_1 .advantage__title {
    padding-top: 0;
  }
  .advantage__decor_2,
  .advantage__decor_1 {
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
  }
  .advantage__decor_1 {
    top: auto;
    bottom: -50px;
    width: 120px;
  }
  .advantage__decor_2 {
    width: 200px;
    right: -20px;
    bottom: -75px;
  }
  .advantages__list {
    margin-top: 50px;
  }
  .team__photo {
    margin-left: -60px;
    margin-right: -60px;
  }
  .prices h2 small {
    font-size: 70%;
  }
  .price__title {
    font-size: 20px;
    height: 48px;
    line-height: 46px;
  }
  .price__list li {
    font-size: 17px;
    padding-right: 0;
  }
  .prices__block {
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 10px;
    border-radius: 8px;
  }
  .price__list li:after {
    top: 2px;
  }
  .case__wrap img {
    margin-left: -5%;
    width: 110%;
    max-width: inherit;
  }
  .case__title {
    font-size: 19px;
    line-height: 1.4;
  }
  .cases__list {
    padding-top: 60px;
  }
  .case__wrap {
    margin-top: 35px;
  }
  .case__about-title {
    font-size: 22px;
  }
  .case__about-list {
    margin-top: 20px;
  }
  .case__about-list li {
    font-size: 17px;
    line-height: 1.4;
  }
  h1 {
    font-size: 32px;
  }
  .main__desc .icon {
    margin-left: -35px;
  }
  .tab-link__number {
    font-size: 26px;
  }
  .tab-link {
    padding: 16px 0 50px;
    text-align: center;
    border-radius: 15px 15px 0 0;
  }
  .diff__item {
    width: 100%;
    margin-bottom: 30px;
  }
  .diff__item:last-child {
    margin-bottom: 0;
  }
  .diff__item-photo {
    border-radius: 10px;
  }
  .about__block {
    border-radius: 15px;
  }
  .about__title {
    font-size: 21px;
  }
  .about__desc {
    font-size: 17px;
  }
  .how__list:after {
    max-width: 400px;
    bottom: -560px;
  }
  .how__about {
    margin-top: 330px;
  }
  .test__desc br {
    display: none;
  }
  .test__desc {
    font-size: 16px;
  }
  .test__item {
    width: 100%;
    margin-bottom: 30px;
  }
  .test__item:nth-last-child(2) {
    margin-bottom: 0;
  }
  .test__item img,
  .step__block {
    border-radius: 10px;
  }
  .test__list {
    margin-top: 40px;
  }
  .step__decor_4 {
    display: none;
  }
  .step__count-title {
    font-size: 16px;
    max-width: 76%;
  }
  .step__count-title br {
    display: none;
  }
  .step_6 .step__block-decor {
    display: none;
  }
  .step_6 {
    padding-bottom: 0;
  }
  .step__desc {
    padding: 30px 15px;
  }
  .step__desc-title {
    font-size: 18px;
  }
  .step__desc-text {
    font-size: 16px;
  }
  .step__desc-bg {
    margin-top: 35px;
  }
  .step__bg_1 {
    width: 300px;
    left: -10px;
  }
  .swot .swot__item .swot__item-desc {
    top: 0;
    margin-left: 12px;
  }
  .step .step__list {
    padding: 30px 15px;
  }
  .step__item-desc {
    font-size: 18px;
    line-height: 1.3;
  }
  .step_4 .step__item,
  .step__item {
    margin-bottom: 30px;
  }
}

@media all and (max-width: 450px) {
  .client:nth-child(3n),
  .client:nth-child(5n),
  .client {
    width: 48%;
    margin-right: 4%;
    margin-bottom: 4%;
  }
  .client:nth-child(2n) {
    margin-right: 0;
  }
  .logo {
    font-size: 22px;
  }
  h2 {
    font-size: 27px;
  }
  .swot__item-desc {
    font-size: 16px;
  }
  .swot {
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 140px;
  }
  .steps__list {
    margin-top: 60px;
  }
}

@media all and (max-width: 400px) {
  h2 {
    font-size: 26px;
  }
  .how__list:after {
    max-width: 320px;
    -webkit-background-size: 120% auto;
    background-size: 120% auto;
  }
  .swot {
    padding-left: 15px;
    padding-right: 0;
  }
  .swot__item-desc {
    font-size: 15px;
  }
}

@media all and (max-width: 350px) {
  .content {
    padding-left: 10px;
    padding-right: 10px;
  }
  h2 {
    font-size: 25px;
  }
}

@-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;

}

.site-width {
  width: 100%;
  max-width: 1170px;
  position: relative;
  margin: 0 auto;
  padding: 0 10px;
  box-sizing: border-box;
}

footer hr {
  height: 5px;
  background-color: #ffd200;
  width: 100%;
  border: 0px;
  margin-top: 0;
}

footer .left-block {
  width: 34%;
  margin-right: 10%;
  float: left;
  color: #999;
}

footer .logo {
  font-family: "MuseoCyrl";
  margin: 60px 0 24px;
  display: block;
  margin-bottom: 24px;
  font-size: 24px;
  color: #111;
}

footer .logo span {
  font-weight: 900;
}

footer .left-block p {
  font-size: 14px;
  line-height: 1.5;
  margin-bottom: 45px;
}

footer .right-block {
  width: 56%;
  float: left;
}

footer .right-block .title {
  float: left;
  font-size: 30px;
  font-weight: 900;
  font-family: "MuseoCyrl";
  color: #333;
  max-width: 300px;
  margin: 60px 0 24px;
}

footer button.btn {
  float: left;
  clear: none;
  margin-top: 70px;
}

footer .right-block p {
  font-size: 14px;
  line-height: 1.5;
  margin-bottom: 45px;
  clear: both;
}

footer .footer {
  position: relative;
  background-color: #e9e9e9;
  min-height: 70px;
}

footer .footer .site-width {
  display: flex;
  align-items: center;
  justify-content: space-around;
}

footer .footer .item {
  width: 33%;
  float: left;
  text-align: center;
  padding: 20px;
  font-size: 14px;
}

footer .footer .item a {
  text-decoration: underline;
  color: #216bc1;
}

footer .footer .item a:hover {
  text-decoration: none;
}

footer .pack__btn {
  margin-top: 60px;
  height: 60px;
  padding: 0 60px;
}

#popup__toggle {
  bottom: 7%;
  right: 1%;
  position: fixed;
  z-index: 999;
}
.img-circle {
  background-color: #fbc907;
  box-sizing: content-box;
  -webkit-box-sizing: content-box;
}
.circlephone {
  box-sizing: content-box;
  -webkit-box-sizing: content-box;
  border: 2px solid #fbc907;
  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: #fbc907;
  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;
  }
}

@media screen and (max-width: 1000px) {
  footer .left-block {
    width: 100%;
    margin-right: 0%;
  }

  footer .right-block {
    width: 100%;
    float: left;
  }

  footer .right-block .title {
    margin-top: 0px;
  }

  footer button.btn {
    margin-top: 10px;
  }
}

@media screen and (max-width: 800px) {
  footer .footer .site-width {
    flex-direction: column;
  }
  footer .footer .item {
    width: 100%;
    box-sizing: border-box;
  }

  footer .footer {
    display: inline-block;
    width: 100%;
  }

  footer .pack__btn {
    margin: 20px 0;
  }
}

#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 .form {
  background: none;
  border-radius: 0;
  width: auto;
  box-shadow: none;
  max-width: initial;
  min-width: auto;
  padding: 0;
}

#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%;
  border: 0px;
  border-radius: 10px;
  height: 65px;
  margin: 0 0 15px 0;
  padding: 0 40px;
  background: #eeeeee;
  font-size: 18px;
  font-family: "MuseoCyrl";
}

@media screen and (max-width: 420px) {
  #popup-block .block {
    padding: 20px;
  }

  #popup-block input {
    height: 45px;
    padding: 0 20px;
  }
}
/*header*/
html {
  overflow-x: hidden;
}
html.open {
  overflow-y: hidden;
}
body {
  overflow-x: hidden;
}
.header .logo {
  font-size: 25px;
  font-weight: 700;
  color: #f4b859;
  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;
  box-shadow: 4px 4px 8px rgba(29, 29, 29, 0.25);
  background: #282828;
}

.header .site-width {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 90px;
}

.header__list {
  position: relative;
  display: flex;
  align-items: center;
  padding: 0 20px;
}

.header__item {
  margin: 0 10px;
  padding: 10px 0;
}

.header__link {
  color: #fff;
  text-decoration: none;
  line-height: 18px;
}
.header__link:hover {
  color: #f4b859;
}

.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;
}

/*end header*/
@media (max-width: 1200px) and (min-width: 1001px) {
  .logo {
    max-width: 170px;
  }
}
