@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;
}

/*common*/
body {
  color: #272727;
  overflow-x: hidden;
}
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 {
  font-size: 45px;
  font-weight: 900;
  line-height: 1.15;
}
h2 span {
  display: inline-block;
  height: 59px;
  line-height: 60px;
  padding-left: 8px;
  padding-right: 10px;
  margin-right: -9px;
  margin-left: -8px;
  background: #ffcb00;
}
.blue-btn {
  height: 54px;
  border-radius: 54px;
  font-size: 20px;
  color: #ffffff;
  cursor: pointer;
  text-transform: uppercase;
  box-shadow: 2px 2px 0 #bb6107;
  background: #1f29c5;
  background: linear-gradient(to right, #1f29c5, #071daf);
  background: -moz-linear-gradient(to right, #1f29c5, #071daf);
  background: -webkit-linear-gradient(to right, #1f29c5, #071daf);
  background: -o-linear-gradient(to right, #1f29c5, #071daf);
  background: -ms-linear-gradient(to right, #1f29c5, #071daf);
}
.blue-btn:hover {
  background: #071daf;
}
/*end common*/

/*icons*/
.icon {
  background: url("../images/icons.png") no-repeat;
  display: inline-block;
}
.icon-pack-1 {
  width: 60px;
  height: 49px;
  background-position: 0 -94px;
}
.icon-pack-2 {
  width: 57px;
  height: 49px;
  background-position: 0 -145px;
}
.icon-pack-3 {
  width: 57px;
  height: 47px;
  background-position: 0 -196px;
}
.icon-pack-4 {
  width: 51px;
  height: 46px;
  background-position: 0 -245px;
}
.icon-pack-5 {
  width: 48px;
  height: 46px;
  background-position: 0 -293px;
}
.icon-pack-6 {
  width: 50px;
  height: 46px;
  background-position: 0 -341px;
}
.icon-pack-7 {
  width: 52px;
  height: 46px;
  background-position: 0 -389px;
}
.icon-pack-8 {
  width: 56px;
  height: 48px;
  background-position: 0 -437px;
}
.icon-pack-9 {
  width: 63px;
  height: 61px;
  background-position: 0 -487px;
}
.icon-pack-10 {
  width: 53px;
  height: 47px;
  background-position: 0 -550px;
}
.icon-pack-11 {
  width: 51px;
  height: 47px;
  background-position: 0 -599px;
}
.icon-pack-12 {
  width: 51px;
  height: 47px;
  background-position: 0 -648px;
}
.icon-pack-13 {
  width: 52px;
  height: 47px;
  background-position: 0 -697px;
}
.icon-pack-14 {
  width: 49px;
  height: 47px;
  background-position: 0 -746px;
}
.icon-pack-15 {
  width: 54px;
  height: 47px;
  background-position: 0 -795px;
}
.icon-pack-16 {
  width: 52px;
  height: 47px;
  background-position: 0 -844px;
}
.icon-pack-17 {
  width: 67px;
  height: 64px;
  background-position: 0 -893px;
}
.icon-pack-18 {
  width: 53px;
  height: 47px;
  background-position: 0 -959px;
}
.icon-pack-19 {
  width: 55px;
  height: 48px;
  background-position: 0 -1008px;
}
.icon-pack-20 {
  width: 51px;
  height: 47px;
  background-position: 0 -1058px;
}
.icon-pack-21 {
  width: 53px;
  height: 47px;
  background-position: 0 -1107px;
}
.icon-pack-22 {
  width: 54px;
  height: 49px;
  background-position: 0 -1156px;
}
.icon-pack-23 {
  width: 66px;
  height: 63px;
  background-position: 0 -1207px;
}
.icon-pack-24 {
  width: 52px;
  height: 47px;
  background-position: 0 -1272px;
}
.icon-pack-25 {
  width: 55px;
  height: 47px;
  background-position: 0 -1321px;
}
.icon-pack-26 {
  width: 49px;
  height: 47px;
  background-position: 0 -1370px;
}
.icon-pack-27 {
  width: 52px;
  height: 48px;
  background-position: 0 -1419px;
}
.icon-pack-28 {
  width: 49px;
  height: 47px;
  background-position: 0 -1469px;
}
.icon-catalog-1 {
  width: 71px;
  height: 64px;
  background-position: 0 -1518px;
}
.icon-catalog-2 {
  width: 71px;
  height: 64px;
  background-position: 0 -1584px;
}
.icon-catalog-3 {
  width: 70px;
  height: 64px;
  background-position: 0 -1650px;
}
.icon-catalog-4 {
  width: 69px;
  height: 64px;
  background-position: 0 -1716px;
}
/*end icons*/

/*clients*/
.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;
}
/*end clients*/

/*header*/
.header {
  position: fixed;
  z-index: 5;
  width: 100%;
  font-size: 16px;
  box-shadow: 4px 4px 8px rgba(29, 29, 29, 0.25);
  background: #3284e4;
  background: linear-gradient(to bottom, #3284e4, #216bc3);
  background: -moz-linear-gradient(to bottom, #3284e4, #216bc3);
  background: -webkit-linear-gradient(to bottom, #3284e4, #216bc3);
  background: -o-linear-gradient(to bottom, #3284e4, #216bc3);
  background: -ms-linear-gradient(to bottom, #3284e4, #216bc3);
}
.header .site-width {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 90px;
}
.logo {
  font-size: 25px;
  font-weight: 700;
  color: #ffffff;
  text-decoration: none;
}
.logo i {
  color: #ffde00;
}
.logo strong {
  font-weight: 900;
}
.nav {
  width: 55.4%;
}
.nav__link {
  height: 88px;
  line-height: 88px;
  text-decoration: none;
  color: #ffffff;
  font-size: 15px;
}
.nav__link:hover {
  color: #eed809;
}
.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: #eed909;
}

.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: #216bc3;
  list-style-type: disc;
  color: #fff;
}
.header-drop__item {
  margin: 10px 0;
}

.header-drop__item:hover {
  color: #eed909;
}

.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__btn-wrapper {
  display: flex;
  align-items: center;
}
.header__btn {
  position: relative;
  display: none;
  margin: 0 10px 0 20px;
  width: 32px;
  height: 17px;
  border-top: 3px solid #ffffff;
  border-bottom: 3px solid #ffffff;
  background-color: transparent;
}
.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;
}
/*end header*/

/*main*/
.main {
  background: url("../images/bg/main-bg.jpg") no-repeat center bottom;
  -webkit-background-size: cover;
  background-size: cover;
  text-align: center;
  padding-top: 196px;
  padding-bottom: 199px;
}
h1 {
  font-size: 55px;
  font-weight: 900;
  color: #ffffff;
  line-height: 1.3;
}
h1 strong {
  display: block;
  color: #fad330;
}
.main__desc {
  margin-top: 63px;
  font-size: 30px;
  line-height: 1.2;
  color: #ffffff;
}
.gift {
  max-width: 294px;
  margin: 81px auto 0;
  position: relative;
  border-radius: 20px;
  text-align: left;
  box-sizing: border-box;
  background: #f7df6d;
  background: linear-gradient(to bottom, #f7df6d, #ffcc03);
  background: -moz-linear-gradient(to bottom, #f7df6d, #ffcc03);
  background: -webkit-linear-gradient(to bottom, #f7df6d, #ffcc03);
  background: -o-linear-gradient(to bottom, #f7df6d, #ffcc03);
  background: -ms-linear-gradient(to bottom, #f7df6d, #ffcc03);
  padding: 20px 40px 25px 22px;
  cursor: pointer;
}
.gift:after {
  content: "";
  position: absolute;
  background: url("../images/decor/main-decor.png") no-repeat center;
  -webkit-background-size: cover;
  background-size: cover;
  width: 113px;
  height: 128px;
  top: 23px;
  right: -69px;
}
.gift__text {
  font-size: 16px;
  line-height: 1.2;
  color: #272727;
}
.gift__text strong {
  font-weight: 700;
}
/*end main*/

/*team*/
.team {
  padding-top: 73px;
}
.team .content {
  position: relative;
  padding-bottom: 43px;
}
.team .content:after {
  content: "";
  position: absolute;
  background: url("../images/decor/team-decor.png") no-repeat center;
  -webkit-background-size: cover;
  background-size: cover;
  width: 140px;
  height: 154px;
  bottom: -80px;
  right: 145px;
}
.team__photo {
  background: url("../images/team-photo.jpg") no-repeat center;
  -webkit-background-size: cover;
  background-size: cover;
  height: 605px;
  display: block;
}
/*end team*/

/*about*/
.about {
  padding-top: 116px;
  padding-bottom: 224px;
}
.about h2 {
  position: relative;
  z-index: 3;
  line-height: 1.2;
}
.about h2 span {
  height: 50px;
  line-height: 48px;
  padding-left: 6px;
  margin-left: -6px;
  padding-right: 8px;
}
.about__list {
  margin-top: 38px;
}
.about__text {
  max-width: 620px;
  position: relative;
  z-index: 3;
}
.about__text p {
  font-size: 25px;
  color: #545454;
  line-height: 1.2;
  margin-bottom: 30px;
}
.about__text p strong {
  font-weight: 700;
}
.about__text p:last-child {
  margin-bottom: 0;
}
.about__item:nth-child(2) .about__text {
  max-width: 653px;
  margin-right: 98px;
  margin-left: auto;
}
.about__item {
  position: relative;
  margin-bottom: 345px;
}
.about__item:last-child {
  margin-bottom: 0;
}
.about__item-bg {
  position: absolute;
}
.about__item-bg_1 {
  background: url("../images/bg/about-bg-1.png") no-repeat center;
  -webkit-background-size: contain;
  background-size: contain;
  width: 878px;
  height: 636px;
  right: -113px;
  top: -90px;
  z-index: 2;
}
.about__item-bg_2 {
  background: url("../images/bg/about-bg-2.jpg") no-repeat center;
  -webkit-background-size: cover;
  background-size: cover;
  width: 1003px;
  height: 632px;
  top: -212px;
  left: -359px;
}
/*end about*/

/*experience*/
.experience {
  background: url("../images/bg/experience-bg.jpg") no-repeat center;
  -webkit-background-size: cover;
  background-size: cover;
  padding-top: 142px;
  padding-bottom: 154px;
}
.experience .content {
  position: relative;
}
.experience__bg {
  content: "";
  position: absolute;
  background: url("../images/bg/experience-photo.png") no-repeat center;
  -webkit-background-size: 100% auto;
  background-size: 100% auto;
  width: 438px;
  height: 474px;
  bottom: -107px;
  right: -30px;
}
.experience h2 {
  color: #ffffff;
}
.experience h2 span {
  height: 55px;
  color: #272727;
  padding-left: 10px;
  margin-left: -10px;
  padding-right: 12px;
  line-height: 52px;
  margin-top: 4px;
}
.experience__text {
  position: relative;
  z-index: 3;
  margin-top: 41px;
  max-width: 655px;
}
.experience__text p {
  font-size: 25px;
  line-height: 1.2;
  color: #ffffff;
  margin-bottom: 30px;
}
.experience__text p:last-child {
  margin-bottom: 0;
}
/*end experience*/

/*form-block*/
.form-block {
  padding-bottom: 60px;
  padding-top: 141px;
}
.form-block h2 {
  display: inline-block;
}
.form-block h2 span {
  height: 41px;
  line-height: 36px;
  padding-left: 6px;
  margin-left: -4px;
  padding-right: 10px;
}
.form-block h2 span:last-child {
  padding-left: 10px;
  margin-left: -10px;
  display: block;
  margin-top: 12px;
}
.f-b__text {
  margin-top: 44px;
  max-width: 660px;
}
.f-b__text p {
  font-size: 25px;
  line-height: 1.2;
  color: #474646;
  margin-bottom: 30px;
}
.f-b__text p:last-child {
  margin-bottom: 0;
}
.form-wrap {
  margin-top: 83px;
  position: relative;
}
.form {
  background: url("../images/bg/form-bg.jpg") no-repeat center;
  -webkit-background-size: 100% 100%;
  background-size: 100% 100%;
  min-height: 254px;
  border-radius: 32px;
  box-sizing: border-box;
  text-align: center;
  position: relative;
  padding: 38px 20px 51px;
  z-index: 3;
  box-shadow: 6px 6px 11px rgba(29, 29, 29, 0.36);
}
.form-wrap__manager {
  background: url("../images/bg/manager-photo.jpg") no-repeat center;
  -webkit-background-size: cover;
  background-size: cover;
  width: 493px;
  height: 621px;
  position: absolute;
  right: -60px;
  top: -467px;
}
.form-wrap__decor {
  background: url("../images/decor/form-decor.png") no-repeat center;
  -webkit-background-size: cover;
  background-size: cover;
  width: 1213px;
  height: 267px;
  top: 0;
  left: -46px;
  position: absolute;
}
.form__title {
  font-size: 35px;
  font-weight: 900;
  color: #272727;
  line-height: 1.2;
}
.form__decs {
  font-size: 25px;
  color: #4c4c4c;
  line-height: 1.2;
  margin-top: 7px;
}
.form__fields {
  max-width: 828px;
  margin: 32px auto 0;
}
.form__fields > * {
  width: 31.52%;
}
.form__field {
  padding: 0;
  font-size: 18px;
  font-weight: 300;
  color: #3d3d3d;
  font-family: "Corbel", sans-serif;
  border: 1px solid rgba(13, 6, 72, 0.8);
  background: rgba(255, 255, 255, 0.8);
  height: 54px;
  border-radius: 30px;
  text-align: center;
}
.form__field::placeholder {
  color: #3d3d3d;
  opacity: 1;
}
.form__field:-ms-input-placeholder {
  color: #3d3d3d;
}
/*end form-block*/

/*business*/
.business {
  background: url("../images/bg/business-bg.jpg") no-repeat center top;
  -webkit-background-size: cover;
  background-size: cover;
  padding-top: 74px;
  margin-top: 65px;
  padding-bottom: 177px;
}
.business h2 {
  display: inline-block;
}
.business h2 span {
  height: 66px;
  display: block;
  line-height: 58px;
  padding-left: 7px;
  margin-left: -7px;
  padding-right: 7px;
}
.business__statistics {
  margin-top: 107px;
}
.business__statistic {
  display: inline-block;
  vertical-align: top;
  text-align: center;
  margin-right: 51px;
}
.business__statistic:last-child {
  margin-right: 0;
}
.business__statistic-number {
  background: url("../images/business/round-1.png") no-repeat center;
  -webkit-background-size: cover;
  background-size: cover;
  width: 167px;
  height: 167px;
  line-height: 166px;
  font-size: 50px;
  font-weight: 900;
  display: block;
  margin: 0 auto;
}
.business__statistic:nth-child(2) .business__statistic-number {
  background: url("../images/business/round-2.png") no-repeat center;
  -webkit-background-size: cover;
  background-size: cover;
}
.business__statistic-decs {
  font-size: 20px;
  color: #434343;
  line-height: 1.2;
  margin-top: 25px;
}
.business__map {
  background: url("../images/business/map.png") no-repeat;
  width: 362px;
  height: 182px;
  display: block;
  margin-top: 27px;
  margin-left: 73px;
  text-align: center;
}
.business__map-number {
  padding-top: 42px;
  font-size: 50px;
  font-weight: 900;
}
.business__map-desc {
  font-size: 20px;
  color: #434343;
  line-height: 1.2;
  margin-top: 28px;
}
/*end business*/

/*statistics*/
.statistics {
  background: url("../images/bg/statistics-bg.jpg") no-repeat center top;
  padding-bottom: 80px;
  padding-top: 236px;
}
.statistics .form-wrap {
  margin-top: 146px;
}
.statistics .form {
  box-shadow: 3px 3px 0 #ba6107, 7px 7px 7px rgba(29, 29, 29, 0.32);
}
.statistics .form__fields {
  margin-top: 26px;
}
.form-wrap__manager_2 {
  position: absolute;
  background: url("../images/bg/manager-photo-2.png") no-repeat center right;
  -webkit-background-size: cover;
  background-size: cover;
  width: 478px;
  height: 888px;
  top: -709px;
  left: 1px;
}
.statistics__block {
  padding: 42px 55px 27px 238px;
  max-width: 920px;
  border-radius: 20px;
  margin-left: auto;
  box-sizing: border-box;
  position: relative;
  background: rgba(255, 255, 255, 0.9);
}
.statistics__block:before {
  content: "";
  position: absolute;
  background: url("../images/icons.png") no-repeat;
  width: 129px;
  height: 92px;
  top: -22px;
  right: -24px;
  z-index: 2;
}
.statistics__block:after {
  content: "";
  position: absolute;
  top: 20px;
  right: 35px;
  left: 35px;
  bottom: 20px;
  border: 1px solid #f1eabd;
  border-radius: 18px;
}
.statistic {
  text-align: center;
  width: 195px;
}
.statistics__desc {
  padding-left: 30px;
}
.statistics__block > * {
  position: relative;
  z-index: 3;
}
.statistics__desc {
  font-size: 20px;
  color: #2f2f2f;
  line-height: 1.2;
  padding-right: 20px;
}
.statistic__number {
  display: inline-block;
  position: relative;
  font-size: 40px;
  font-weight: 900;
  color: #272727;
  line-height: 1.2;
}
.statistic__number:after {
  content: "";
  position: absolute;
  left: -12px;
  top: 4px;
  width: 33px;
  height: 33px;
  background: #f6df7e;
  border-radius: 50%;
}
.statistic__number span {
  position: relative;
  z-index: 3;
}
.statistics__list {
  margin-top: 17px;
}
.statistic__desc {
  font-size: 15px;
  line-height: 1.2;
  color: #5e5e5e;
  margin-top: 4px;
}
.statistic {
  margin-bottom: 12px;
}
.statistics .form__btn {
  box-shadow: none;
}
/*end statistics*/

/*packs*/
.packs {
  padding-top: 100px;
  padding-bottom: 102px;
}
.pack__text {
  padding-right: 360px;
}
.pack__text > * {
  position: relative;
  z-index: 3;
}
.pack__type {
  font-size: 25px;
  color: #4c4c4c;
  line-height: 1.2;
}
.pack__title {
  margin-top: 26px;
  font-size: 45px;
  font-weight: 900;
  line-height: 1.2;
}
.pack__desc {
  min-height: 72px;
  margin-top: 22px;
  max-width: 560px;
  font-size: 20px;
  color: #000000;
  line-height: 1.2;
}
.pack__param-icon {
  height: 49px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 0;
}
.pack__param-icon .icon {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.pack__param {
  position: relative;
  padding-left: 66px;
  min-height: 49px;
  width: 47.43%;
  padding-right: 5px;
  margin-bottom: 22px;
  box-sizing: border-box;
}
.pack__param:nth-child(2n) {
  width: 52.57%;
}
.pack__param-title {
  font-size: 20px;
  line-height: 1.2;
}
.pack__params {
  margin-top: 49px;
}
.pack__btn {
  margin-top: 30px;
  border-radius: 18px;
  font-size: 20px;
  line-height: 1.15;
  color: #272727;
  width: 283px;
  height: 72px;
  box-shadow: 2px 2px 0 #b25c0a, 4px 4px 24px rgba(0, 0, 1, 0.33);
  background: #f7df6d;
  background: linear-gradient(to bottom, #f7df6d, #ffcd03);
  background: -moz-linear-gradient(to bottom, #f7df6d, #ffcd03);
  background: -webkit-linear-gradient(to bottom, #f7df6d, #ffcd03);
  background: -o-linear-gradient(to bottom, #f7df6d, #ffcd03);
  background: -ms-linear-gradient(to bottom, #f7df6d, #ffcd03);
}
.pack__btn:hover {
  background: #ffcd03;
}
.pack:nth-child(2n) .pack__text {
  padding-right: 0;
  padding-left: 390px;
}
.pack:nth-child(2n) .pack__param {
  width: 50%;
}
.pack__param .icon-pack-23,
.pack__param .icon-pack-17,
.pack__param .icon-pack-9 {
  left: -8px;
}
.pack {
  position: relative;
  margin-bottom: 210px;
}
.pack:last-child {
  margin-bottom: 0;
}
.pack__decor,
.pack__bg {
  position: absolute;
}
.pack__bg {
  z-index: 1;
}
.pack__bg_1 {
  background: url("../images/packs/pack-1.png") no-repeat center;
  -webkit-background-size: cover;
  background-size: cover;
  width: 660px;
  height: 662px;
  top: -7px;
  right: -94px;
}
.pack__bg_2 {
  background: url("../images/packs/pack-2.png") no-repeat center;
  -webkit-background-size: cover;
  background-size: cover;
  width: 610px;
  height: 610px;
  top: 0;
  left: -260px;
}
.pack__bg_3 {
  background: url("../images/packs/pack-3.png") no-repeat center;
  -webkit-background-size: cover;
  background-size: cover;
  width: 581px;
  height: 565px;
  top: 89px;
  right: -59px;
}
.pack__bg_4 {
  background: url("../images/packs/pack-4.png") no-repeat center;
  -webkit-background-size: cover;
  background-size: cover;
  width: 517px;
  height: 644px;
  top: -41px;
  left: -177px;
}
.pack__decor {
  z-index: 2;
}
.pack__decor_1 {
  background: url("../images/decor/packs-decor-1.png") no-repeat center;
  -webkit-background-size: cover;
  background-size: cover;
  width: 674px;
  height: 437px;
  left: -164px;
  bottom: -44px;
}
.pack__decor_2 {
  background: url("../images/decor/packs-decor-2.png") no-repeat center;
  -webkit-background-size: cover;
  background-size: cover;
  width: 151px;
  height: 586px;
  right: -50px;
  bottom: -18px;
}
.pack__decor_3 {
  background: url("../images/decor/packs-decor-3.png") no-repeat center;
  -webkit-background-size: cover;
  background-size: cover;
  width: 797px;
  height: 493px;
  left: -175px;
  bottom: -25px;
}
.pack__decor_4 {
  background: url("../images/decor/packs-decor-4.png") no-repeat center;
  -webkit-background-size: cover;
  background-size: cover;
  width: 190px;
  height: 536px;
  right: -10px;
  bottom: -40px;
}
/*end packs*/

/*guarantee*/
.guarantee {
  background: url("../images/bg/guarantee-bg.jpg") no-repeat center;
  -webkit-background-size: cover;
  background-size: cover;
  padding-top: 160px;
  padding-bottom: 167px;
}
.guarantee .content {
  position: relative;
}
.guarantee h2 {
  color: #fefeff;
}
.guarantee h2 span {
  color: #272727;
  height: 59px;
  line-height: 55px;
}
.guarantee__desc {
  font-size: 25px;
  color: #ffffff;
  margin-top: 46px;
  padding-bottom: 30px;
  line-height: 1.2;
}
.guarantee__list {
  padding: 31px 50px 0 56px;
  width: 557px;
  box-sizing: border-box;
  border-radius: 20px;
  position: absolute;
  right: 20px;
  top: 160px;
  background: rgba(255, 255, 255, 0.9);
}
.guarantee__list > * {
  position: relative;
  z-index: 3;
}
.guarantee__list:after {
  content: "";
  position: absolute;
  top: 17px;
  bottom: 17px;
  left: 17px;
  right: 17px;
  border: 1px solid #f8d95a;
  border-radius: 20px;
}
.guarantee__list:before {
  content: "";
  position: absolute;
  background: url("../images/bg/guarantee-right-bg.png") no-repeat center;
  -webkit-background-size: cover;
  background-size: cover;
  width: 320px;
  height: 404px;
  z-index: 2;
  left: -252px;
  bottom: -86px;
}
.guarantee__item {
  width: 100%;
  margin-bottom: 35px;
  text-align: center;
  max-width: 202px;
}
.guarantee__item-number {
  font-size: 45px;
  font-weight: 900;
  display: inline-block;
  position: relative;
}
.guarantee__item-number:after {
  content: "";
  position: absolute;
  left: -13px;
  top: 5px;
  border-radius: 50%;
  width: 32px;
  height: 32px;
  background: #f6dd7f;
}
.guarantee__item-number span {
  position: relative;
  z-index: 3;
}
.guarantee__item-desc {
  margin-top: 6px;
  font-size: 16px;
  line-height: 1.2;
  color: #797979;
}
/*end guarantee*/

/*catalog*/
.catalog__left {
  position: relative;
  z-index: 3;
}
.catalog {
  position: relative;
  padding-top: 116px;
  padding-bottom: 147px;
}
.catalog h2 span {
  line-height: 52px;
  height: 56px;
  padding-right: 16px;
  margin-top: 3px;
}
.catalog__item-icon {
  width: 71px;
  height: 64px;
  position: relative;
}
.catalog__item-icon .icon {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.catalog__list {
  margin-top: 47px;
}
.catalog__item {
  margin-bottom: 62px;
}
.catalog__item:last-child {
  margin-bottom: 0;
}
.catalog__item > * {
  display: inline-block;
  vertical-align: middle;
}
.catalog__item-title {
  font-size: 35px;
  font-weight: 900;
  color: #8155db;
  line-height: 1.2;
}
.catalog__item-right {
  margin-left: 16px;
}
.catalog__item-desc {
  font-size: 16px;
  color: #565555;
  line-height: 1.3;
}
.catalog .pack__btn {
  position: relative;
  z-index: 3;
  display: block;
  margin-top: -96px;
  margin-left: 458px;
}
.catalog__bg {
  background: url("../images/bg/catalog-bg.png") no-repeat center;
  -webkit-background-size: cover;
  background-size: cover;
  width: 937px;
  height: 634px;
  position: absolute;
  top: 81px;
  right: -99px;
}
/*end catalog*/

/*franchise*/
.franchise {
  background: url("../images/bg/franchise-bg.jpg") no-repeat center;
  -webkit-background-size: cover;
  background-size: cover;
  padding-bottom: 160px;
}
.franchise .content {
  padding-top: 161px;
  position: relative;
}
.franchise__left {
  position: relative;
  z-index: 3;
}
.franchise__title {
  font-size: 25px;
  color: #6a6a6a;
  margin-bottom: 31px;
}
.franchise h2 span {
  padding-left: 4px;
  margin-left: -4px;
  padding-right: 6px;
  margin-right: -4px;
  height: 56px;
  line-height: 52px;
}
.franchise__desc {
  margin-top: 47px;
  padding-bottom: 36px;
  font-size: 25px;
  line-height: 1.2;
  color: #3e3e3e;
  max-width: 530px;
}
.franchise__bg {
  background: url("../images/bg/franchise-content-bg.png") no-repeat center;
  -webkit-background-size: cover;
  background-size: cover;
  position: absolute;
  width: 827px;
  height: 690px;
  right: 4px;
  top: 82px;
}
/*end franchise*/

/*clients*/
.clients {
  position: relative;
  padding-top: 119px;
  padding-bottom: 60px;
}
.clients__desc {
  margin-top: 41px;
  font-size: 25px;
  line-height: 1.2;
}
.clients h2 span {
  height: 72px;
  line-height: 72px;
}
.clients__list {
  position: relative;
  z-index: 3;
  margin-top: 75px;
}
.clients:after {
  content: "";
  position: absolute;
  background: url("../images/decor/clients-decor.png") no-repeat center;
  -webkit-background-size: cover;
  background-size: cover;
  left: -70px;
  top: 205px;
  width: 1290px;
  height: 700px;
}
/*end clients*/

/*bottom*/
.bottom {
  background: url("../images/bg/bottom-bg.jpg") no-repeat center top;
  -webkit-background-size: cover;
  background-size: cover;
  padding-top: 166px;
  padding-bottom: 90px;
}
.bottom h2 {
  color: #ffffff;
}
.bottom h2 span {
  color: #272727;
  padding-left: 6px;
  margin-left: -4px;
  padding-right: 18px;
  height: 53px;
  line-height: 48px;
}
.bottom__desc {
  font-size: 25px;
  line-height: 1.2;
  color: #ffffff;
  margin-top: 28px;
}
.bottom__form {
  background: url("../images/bg/bottom-form-bg.png") no-repeat center;
  -webkit-background-size: 100% 100%;
  background-size: 100% 100%;
  min-height: 477px;
  max-width: 456px;
  margin-left: auto;
  margin-top: 10px;
  padding: 27px 32px 0 46px;
  box-sizing: border-box;
  text-align: center;
  border-radius: 28px;
  position: relative;
  box-shadow: 2px 2px 2px rgba(29, 29, 29, 0.22);
}
.bottom__form:after {
  content: "";
  position: absolute;
  background: url("../images/bg/bottom-content-bg.png") no-repeat center;
  -webkit-background-size: cover;
  background-size: cover;
  width: 772px;
  height: 442px;
  top: 54px;
  right: 420px;
}
.bottom__form .form__decs {
  font-size: 18px;
  padding-top: 18px;
  margin-bottom: 29px;
}
.bottom__form .form__btn,
.bottom__form .form__field {
  text-align: center;
  width: 100%;
}
.bottom__form .form__field {
  margin-bottom: 17px;
}
.bottom__form .form__btn {
  margin-top: 12px;
  box-shadow: none;
}
/*end bottom*/

/*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) {
  .guarantee__desc {
    font-size: 21px;
  }
}

@media all and (max-width: 1120px) {
  .nav__link {
    font-size: 14px;
  }
  .nav {
    width: 69%;
  }
  h1 {
    font-size: 48px;
  }
  .main__desc {
    margin-top: 63px;
    font-size: 26px;
  }
  .about {
    padding-top: 80px;
    padding-bottom: 140px;
    overflow: hidden;
  }
  .about__item-bg {
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
    background-position: center;
  }
  .about__item-bg_1 {
    width: 700px;
  }
  .about__item-bg_2 {
    left: -260px;
    width: 800px;
  }
  .about__item:nth-child(2) .about__text {
    margin-right: 0;
  }
  .about__list {
    margin-top: 60px;
  }
  .about__item {
    margin-bottom: 300px;
  }
  .experience__bg {
    width: 340px;
    bottom: -140px;
  }
  .f-b__text {
    max-width: inherit;
  }
  .form-wrap__manager_2,
  .form-wrap__manager {
    display: none;
  }
  .statistics {
    -webkit-background-size: cover;
    background-size: cover;
    padding-top: 100px;
  }
  .statistics .form-wrap {
    margin-top: 60px;
  }
  .statistics__block {
    padding-left: 55px;
    max-width: inherit;
  }
  .statistics__list {
    max-width: 600px;
  }
  .guarantee__desc br {
    display: none;
  }
  .guarantee__list {
    top: 0;
    right: 0;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    margin-top: 60px;
  }
  .guarantee {
    padding-top: 100px;
    padding-bottom: 120px;
  }
  .catalog__bg {
    width: 800px;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
  }
}

@media screen and (max-width: 1050px) {
  .header {
    font-size: 14px;
  }
}

@media all and (max-width: 1024px) {
  .client {
    margin-bottom: 25px;
  }
  .nav {
    padding: 20px 0;
    max-width: 280px;
    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);
  }
  .nav.open {
    right: 0;
  }
  .nav__link {
    display: block;
    height: 34px;
    line-height: 34px;
    padding: 0 20px;
  }
  .main {
    padding-top: 100px;
    padding-bottom: 140px;
  }
  .main__desc {
    margin-top: 40px;
    font-size: 24px;
  }
  h1 {
    font-size: 44px;
    line-height: 1.2;
  }
  h2 {
    font-size: 36px;
  }
  h2 span {
    height: 52px;
    line-height: 50px;
  }
  .team .content:after {
    display: none;
  }
  .team__photo {
    height: auto;
  }
  .team__photo:after {
    content: "";
    display: block;
    padding-top: 31.51%;
  }
  .about__item-bg_1 {
    width: 500px;
  }
  .about__text p {
    font-size: 21px;
    line-height: 1.3;
  }
  .about__item {
    margin-bottom: 50px;
  }
  .about__item {
    padding-bottom: 120px;
  }
  .about__item:nth-child(2) .about__text,
  .about__text {
    max-width: inherit;
  }
  .about__item-bg_1 {
    width: 240px;
    right: -60px;
    top: auto;
    bottom: -280px;
  }
  .about__item-bg_2 {
    left: -80px;
    width: 320px;
    top: auto;
    bottom: -320px;
  }
  .experience__bg {
    width: 240px;
    bottom: -200px;
  }
  .experience {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .bottom__desc,
  .clients__desc,
  .franchise__desc,
  .guarantee__desc,
  .f-b__text p,
  .experience__text p {
    font-size: 22px;
  }
  .form-block {
    padding-top: 100px;
  }
  .form__title {
    font-size: 32px;
  }
  .form-wrap {
    margin-top: 50px;
  }
  .business {
    margin-top: 0;
  }
  .business h2 span {
    height: 50px;
    line-height: 50px;
  }
  .pack__bg {
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
    position: relative;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  .pack__text {
    padding-right: 0;
    padding-left: 0 !important;
  }
  .pack__type {
    font-size: 22px;
    text-align: center;
  }
  .pack__title {
    font-size: 40px;
    text-align: center;
  }
  .pack__desc {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
  .pack {
    margin-bottom: 100px;
  }
  .pack__bg {
    max-width: 100%;
  }
  .pack__bg_1 {
    left: -40px;
  }
  .pack__bg_2 {
    left: -100px;
  }
  .pack__bg_3 {
    left: -45px;
  }
  .pack__bg_4 {
    left: -70px;
  }
  .guarantee h2 span {
    height: 48px;
    line-height: 48px;
  }
  .catalog__bg {
    width: 600px;
  }
  .clients {
    padding-top: 60px;
  }
  .bottom__form {
    margin-left: auto;
    margin-right: auto;
    margin-top: 40px;
  }
  .bottom__form:after {
    display: none;
  }
  .bottom__desc,
  .bottom h2 {
    text-align: center;
  }
  .bottom {
    padding-top: 90px;
  }
  .franchise__bg {
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
    width: 600px;
    right: -30px;
  }
}

@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;
  }
}

@media all and (max-width: 900px) {
  .experience {
    padding-bottom: 220px;
  }
  .experience__bg {
    width: 160px;
    right: -10px;
    bottom: -350px;
  }
  .experience__text {
    max-width: inherit;
  }
  .experience h2 span {
    margin-left: -2px;
    height: 44px;
    line-height: 44px;
  }
  .business {
    background: none;
    padding-bottom: 100px;
  }
  .business__statistics {
    text-align: center;
  }
  .business__map {
    margin-left: auto;
    margin-right: auto;
  }
  .catalog .pack__btn {
    margin-left: 410px;
  }
  .franchise__bg {
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
    width: 450px;
    right: -30px;
    top: auto;
    bottom: -290px;
  }
  .franchise .content {
    padding-top: 80px;
  }
  .franchise {
    padding-bottom: 120px;
  }
}

@media all and (max-width: 767px) {
  .client:nth-child(5n),
  .client {
    width: 31%;
    margin-right: 3.5%;
    margin-bottom: 3.5%;
  }
  .clients {
    margin-top: 37px;
  }
  .client:nth-child(3n) {
    margin-right: 0;
  }
  .content {
    padding-left: 15px;
    padding-right: 15px;
  }
  .team__photo:after {
    padding-top: 50%;
  }
  h1 {
    font-size: 36px;
  }
  h2 {
    font-size: 32px;
  }
  h2 span {
    margin-right: -6px;
  }
  .main__desc {
    font-size: 21px;
  }
  .gift {
    margin-top: 50px;
  }
  .bottom__desc,
  .clients__desc,
  .franchise__desc,
  .guarantee__desc,
  .f-b__text p,
  .experience__text p {
    font-size: 20px;
  }
  .form__title {
    font-size: 28px;
  }
  .form__fields > * {
    width: 100%;
  }
  .form__field {
    margin-bottom: 12px;
  }
  .form__btn {
    margin-top: 8px;
  }
  .form {
    background: url("../images/bg/bottom-form-bg.png") no-repeat center;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
    max-width: 380px;
    margin-left: auto;
    margin-right: auto;
    padding: 38px 30px;
  }
  .business {
    padding-top: 40px;
  }
  .business__statistics {
    margin-top: 60px;
  }
  .statistics__block:before {
    display: none;
  }
  .statistics__desc {
    font-size: 18px;
    padding: 0;
  }
  .statistics__desc br {
    display: none;
  }
  .statistics__block:after {
    top: 10px;
    bottom: 10px;
    left: 10px;
    right: 10px;
  }
  .statistics__block {
    padding-left: 30px;
    padding-right: 30px;
  }
  .guarantee {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .guarantee__list {
    padding-left: 40px;
    padding-right: 40px;
  }
  .guarantee__list:before {
    display: none;
  }
  .guarantee__list {
    max-width: 557px;
    width: 100%;
  }
  .catalog .pack__btn {
    margin-top: 50px;
    margin-left: 0;
  }
  .catalog {
    overflow: hidden;
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .catalog__item {
    margin-bottom: 40px;
  }
  .catalog__bg {
    width: 400px;
    top: auto;
    bottom: -200px;
  }
  .bottom h2 span {
    margin-right: -2px;
    height: 44px;
    line-height: 44px;
  }
}

@media all and (max-width: 700px) {
  .franchise__bg {
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
    width: 280px;
    top: auto;
    right: 0;
    bottom: -410px;
  }
  .franchise {
    padding-bottom: 190px;
  }
}

@media all and (max-width: 550px) {
  h1 {
    font-size: 34px;
    line-height: 1.35;
  }
  .main__desc {
    font-size: 18px;
  }
  .main__desc i {
    display: inline-block;
  }
  .team__photo:after {
    padding-top: 60%;
  }
  h2 {
    font-size: 28px;
  }
  h2 br {
    display: none;
  }
  .bottom__desc,
  .franchise__desc,
  .clients__desc,
  .f-b__text p,
  .guarantee__desc,
  .experience__text p,
  .about__text p {
    font-size: 17px;
  }
  .form-block {
    padding-top: 80px;
  }
  .form__title {
    font-size: 26px;
  }
  .form__decs i,
  .form__title i {
    display: block;
  }
  .form__decs {
    font-size: 19px;
  }
  .business__statistic {
    display: block;
    margin-right: 0;
    margin-bottom: 30px;
  }
  .business__statistic:last-child {
    margin-bottom: 0;
  }
  .statistic {
    margin-bottom: 20px;
    width: 49%;
  }
  .statistics__desc {
    font-size: 15px;
    line-height: 1.35;
  }
  .statistic__number {
    font-size: 34px;
  }
  .statistic__desc {
    font-size: 13px;
  }
  .pack__param {
    width: 100% !important;
    padding-right: 0 !important;
  }
  .pack__desc {
    font-size: 16px;
    text-align: left;
  }
  .pack__type {
    font-size: 20px;
  }
  .pack__title {
    font-size: 32px;
  }
  .pack {
    margin-bottom: 60px;
  }
  .pack__bg {
    width: 300px;
  }
  .pack__bg_1 {
    height: 340px;
    left: -20px;
  }
  .pack__bg_2 {
    height: 360px;
    left: -46px;
  }
  .pack__bg_3 {
    height: 320px;
    left: -30px;
  }
  .pack__bg_4 {
    left: -30px;
    height: 400px;
  }
  .guarantee__item {
    max-width: inherit;
  }
  .guarantee__item br {
    display: none;
  }
  .clients h2 span {
    height: 56px;
    line-height: 56px;
  }
  .clients__list {
    margin-top: 40px;
  }
  .bottom__form {
    padding-left: 20px;
    padding-right: 20px;
  }
  .form__decs br {
    display: none;
  }
  .bottom__form .form__field {
    margin-bottom: 12px;
  }
  .bottom__form .form__btn {
    margin-top: 8px;
  }
  .bottom__form {
    min-height: inherit;
    padding-bottom: 38px;
  }
  .franchise__title {
    font-size: 21px;
  }
  .franchise h2 span {
    height: 44px;
    line-height: 44px;
  }
  .franchise__desc {
    padding-bottom: 0;
  }
}

@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;
  }
  .main__desc br {
    display: none;
  }
  .business h2 {
    text-align: center;
  }
  .business h2 span {
    height: auto;
    line-height: 1.2;
    background: none;
  }
}

@media all and (max-width: 400px) {
  .logo {
    font-size: 20px;
  }
  .header__phone {
    width: 120px;
    height: 36px;
    line-height: 36px;
    font-size: 13px;
  }
  h2 {
    font-size: 24px;
  }
  .business__map {
    margin-left: -20px;
    margin-right: -20px;
  }
  .pack__param-title {
    font-size: 18px;
  }
  .pack__param-title br {
    display: none;
  }
  .guarantee h2 {
    font-size: 22px;
    line-height: 1.4;
  }
  .guarantee__desc {
    margin-top: 30px;
    padding-bottom: 0;
  }
}

@media all and (max-width: 350px) {
  .content {
    padding-left: 10px;
    padding-right: 10px;
  }
  .header__btn {
    right: 10px;
  }
  .clients__desc {
    letter-spacing: -0.01em;
  }
}

@-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: rgb(245, 245, 245);
  text-shadow: 0 -1px rgb(0 0 0 / 10%);
  -webkit-animation: pulsate 1.2s linear infinite;
  animation: pulsate 1.2s linear infinite;
  font-weight: 700;
}

.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;
  justify-content: space-around;
}

footer .footer .item {
  width: 33%;
  float: left;
  padding: 20px;
  font-size: 14px;
  text-align: center;
}

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;
}

#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 .item {
    width: 100%;
    box-sizing: border-box;
  }

  footer .footer .site-width {
    flex-direction: column;
  }

  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;
  }
}
html {
  overflow-x: hidden;
}
html.open {
  overflow-y: hidden;
}
body {
  overflow-x: hidden;
}
@-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: rgb(245, 245, 245);
  text-shadow: 0 -1px rgb(0 0 0 / 10%);
  -webkit-animation: pulsate 1.2s linear infinite;
  animation: pulsate 1.2s linear infinite;
  font-weight: 700;
}
@media (max-width: 1200px) and (min-width: 1001px) {
  .logo {
    max-width: 170px;
  }
}
