@font-face {
  font-family: MuseoSansCyrl500;
  src: url("../fonts/MuseoSansCyrl500.ttf");
}

@font-face {
  font-family: MuseoSansCyrl700;
  src: url("../fonts/MuseoSansCyrl700.ttf");
}

@font-face {
  font-family: MuseoSansCyrl900;
  src: url("../fonts/MuseoSansCyrl900.ttf");
}

* {
  margin: 0;
  padding: 0;
  outline: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-appearance: none;
}

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

html,
body {
  overflow-x: hidden;
}

body {
  color: #fff;
  font-family: 'MuseoSansCyrl500';
}

input,
textarea,
button {
  font-family: 'MuseoSansCyrl500';
}

.container {
  width: 1170px;
  margin: 0 auto;
}

header {
  background: rgba(0,0,0,0.6);
  padding-top: 12px;
  padding-bottom: 9px;
  top: 29px;
  position: absolute;
  position: fixed;
  width: 100%;
  z-index: 5;
  -webkit-transition: .2s linear;
  -o-transition: .2s linear;
  transition: .2s linear;
}

header.fixed {
  top: 0;
}

header .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

header .container .logo {
  width: 155px;
}

header .container .logo img {
  width: 100%;
}

header .container .menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

header .container .menu li {
  list-style-type: none;
  margin: 0 10px;
}

header .container .menu li a {
  text-decoration: none;
  color: #fff;
  font-family: 'MuseoSansCyrl500';
  font-size: 14px;
}

header .container .number {
  text-decoration: none;
  color: #b52524;
  font-family: 'MuseoSansCyrl900';
  font-size: 30px;
  padding: 0;
  margin: 0;
}

.head {
  background: url("../img/bg-head.png") no-repeat center;
  background-size: cover;
  overflow: hidden;
}

.head .top-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 5px 0;
}

.head .top-info .city {
  margin-right: auto;
  position: relative;
  z-index: 6;
}

.head .top-info .city .selected {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}

.head .top-info .city .selected:after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 5px 0 5px;
  border-color: #0a214e transparent transparent transparent;
  margin-left: 10px;
}

.head .top-info .city .list {
  background: #fff;
  position: absolute;
  top: calc(100% + 15px);
  border-radius: 10px;
  padding: 5px;
  display: none;
}

.head .top-info .city .list:before {
  content: '';
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 10px 10px 10px;
  border-color: transparent transparent #ffffff transparent;
  left: 0;
  right: 0;
  margin: auto;
  top: -10px;
}

.head .top-info .city .list a {
  display: block;
  padding: 5px;
  text-decoration: none;
  color: #515151;
  white-space: nowrap;
}

.head .top-info .city .list a:hover {
  text-decoration: underline;
}

.head .top-info .order-btn {
  background: #fbd700;
  color: #fff;
  text-decoration: none;
  padding: 1px 10px;
  margin-left: 30px;
  line-height: 1;
  margin: 5px 0 0 0;
  font-size: 14px;
  font-weight: normal;
  height: auto;
  border-radius: 1px;
  min-width: auto;
  margin-left: 20px;
  margin-top: 0;
  border: 0px;
  cursor: pointer;
  -webkit-transition: .2s linear;
  -o-transition: .2s linear;
  transition: .2s linear;
}

.head .top-info .order-btn:hover {
  -webkit-box-shadow: 0px 2px 13px rgba(106,46,46,0.36);
          box-shadow: 0px 2px 13px rgba(106,46,46,0.36);
}

.head .top-info .work-time {
  margin-left: 30px;
  color: #ffffff;
}

.head .content {
  margin-top: 103px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.head .content .left {
  margin-top: 105px;
  margin-top: 40px;
  margin-left: -18px;
}

.head .content .left h2 {
  text-transform: uppercase;
  font-family: 'MuseoSansCyrl900';
  font-size: 48px;
  text-align: center;
}

.head .content .left p {
  font-size: 30px;
  font-family: 'MuseoSansCyrl900';
  text-align: center;
}

.head .content .left .price-from {
  font-size: 48px;
  color: #000000;
  color: #000000;
  text-align: center;
  background: url("../img/left-price.png") no-repeat;
  background-size: cover;
  height: 152px;
  width: 364px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 25px auto 0;
  padding-left: 38px;
}

.head .content .right {
  margin-top: 105px;
}

.head .content .right h2 {
  text-transform: uppercase;
  font-family: 'MuseoSansCyrl900';
  font-size: 48px;
  text-align: center;
}

.head .content .right p {
  font-size: 30px;
  font-family: 'MuseoSansCyrl900';
  text-align: center;
}

.head .content .right .price-from {
  font-size: 48px;
  color: #000000;
  text-align: center;
  background: url("../img/right-price.png") no-repeat;
  width: 522px;
  height: 163px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 39px;
  padding-left: 90px;
  margin: 20px -105px 0 10px;
  background-size: cover;
}

.head .content .man {
  background: url("../img/man.png") no-repeat;
  width: 327px;
  min-width: 327px;
  height: 509px;
  background-size: cover;
}

.categories {
  padding-top: 45px;
  background: url("../img/categories-bg.png") no-repeat center;
  background-size: cover;
  background-position-y: -110px;
  overflow: hidden;
}

.categories .items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.categories .items .item {
  min-width: 218px;
  width: 100%;
}

.categories .items .item:first-child .description:before,
.categories .items .item:last-child .description:before {
  content: '';
  display: block;
  position: absolute;
  height: 100%;
  width: 1000%;
  top: 0;
  background: #ffdd00;

  background: #ffdd00;
}

.categories .items .item:first-child .description:before {
  right: 100%;
}

.categories .items .item:last-child .description:before {
  left: 100%;
}

.categories .items .item .img {
  width: 100%;
}

.categories .items .item .img img {
  margin: 0 auto;
  display: block;
  position: relative;
  bottom: -10px;
  -webkit-transition: .2s linear;
  -o-transition: .2s linear;
  transition: .2s linear;
  max-height: 230px;
  max-height: 185px;
}

.categories .items .item .img img:hover {
  bottom: 0;
}

.categories .items .item .description {
  background: #ffdd00;
  background: #ffdd00;
  min-height: 141px;
  padding: 30px 10px 27px;
  position: relative;
}

.categories .items .item .description .title {
  font-family: 'MuseoSansCyrl700';
  text-transform: uppercase;
  text-align: center;
  font-size: 24px;
  line-height: 1;
}

.categories .items .item .description .price {
  background: #fff;
  font-family: 'MuseoSansCyrl500';
  font-size: 24px;
  color: #000000;
  line-height: 44px;
  width: 165px;
  margin: 22px auto 0;
  text-align: center;
  max-width: 100%;
}

.discount {
  background: red;
  padding: 0 11px 0 12px;
  position: fixed;
  width: 335px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  bottom: 10px;
  height: 37px;
  right: 10px;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,1,0.75);
          box-shadow: 0px 0px 10px 0px rgba(0,0,1,0.75);
  cursor: pointer;
  z-index: 5;
}

.discount p {
  color: #fff;
  font-family: 'MuseoSansCyrl500';
  font-size: 16px;
  line-height: 37px;
}

.discount .close {
  background: url("../icons/close.png") no-repeat;
  width: 19px;
  height: 19px;
  background-size: cover;
}

.truck {
  padding-top: 75px;
  padding-bottom: 180px;
  position: relative;
}

.truck:after {
  content: '';
  display: block;
  position: absolute;
  background: url("../img/truck.png") no-repeat;
  top: 0;
  right: 0;
  width: 798px;
  height: 712px;
  background-size: cover;
}

.truck .text {
  width: 650px;
}

.truck .text h2 {
  text-transform: uppercase;
  color: #000000;
  font-family: 'MuseoSansCyrl900';
  font-size: 60px;
}

.truck .text .price {
  font-family: 'MuseoSansCyrl500';
  color: #000000;
  font-size: 48px;
  background: url("../img/truck-price.png") no-repeat;
  background-size: cover;
  height: 156px;
  width: 325px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: -20px;
}

.apartment-moving {
  background: #ffdd00;
  -webkit-clip-path: polygon(0% 89%, 100% 100%, 100% 10%, 0 0);
          clip-path: polygon(0% 89%, 100% 100%, 100% 10%, 0 0);
  padding-top: 72px;
  padding-bottom: 115px;
  position: relative;
  z-index: 1;
}

.apartment-moving h2 {
  color: #fff;
  text-transform: uppercase;
  font-family: 'MuseoSansCyrl900';
  font-size: 60px;
  -webkit-transform: rotate(3deg);
      -ms-transform: rotate(3deg);
          transform: rotate(3deg);
}

.apartment-moving .apartments {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.apartment-moving .apartments .apartment {
  width: 458px;
  border-bottom: 5px solid #fff;
  position: relative;
  min-height: 330px;
  padding-right: 12px;
  padding-bottom: 30px;
  margin-top: 35px;
}

.apartment-moving .apartments .apartment:last-child {
  margin-left: auto;
}

.apartment-moving .apartments .apartment:after {
  height: 240px;
  width: 5px;
  background: #fff;
  position: absolute;
  display: block;
  content: '';
  bottom: 0;
  right: 0;
}

.apartment-moving .apartments .apartment .title {
  font-family: 'MuseoSansCyrl700';
  font-size: 36px;
}

.apartment-moving .apartments .apartment ul {
  margin-top: 35px;
}

.apartment-moving .apartments .apartment ul li {
  list-style-type: none;
  font-family: 'MuseoSansCyrl500';
  font-size: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.apartment-moving .apartments .apartment ul li:before {
  content: '';
  display: block;
  background: url("../img/check.png") no-repeat;
  width: 23px;
  height: 23px;
  margin-right: 17px;
}

.apartment-moving .apartments .apartment ul li b {
  font-family: 'MuseoSansCyrl900';
}

.apartment-moving .apartments .apartment .order {
  text-transform: uppercase;
  color: #fff;
  background: #000000;
  background: #000000;
  font-family: 'MuseoSansCyrl700';
  font-size: 30px;
  line-height: 56px;
  border-radius: 9px;
  padding: 0 8px;
  border: none;
  cursor: pointer;
  margin-top: 50px;
}

.apartment-moving .apartments .apartment .price {
  background: url("../img/appart-price.png") no-repeat;
  background-size: cover;
  width: 238px;
  height: 123px;
  color: #000000;
  color: #000000;
  font-size: 36px;
  font-family: 'MuseoSansCyrl700';
  position: absolute;
  top: 50px;
  right: 12px;
  padding-top: 35px;
  padding-left: 33px;
}

.apartment-moving .appart-man {
  position: absolute;
  margin-top: -253px;
  margin-left: -50px;
  width: 643px;
  height: 327px;
}

.apartment-moving .appart-man img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.number {
  padding-top: 35px;
  padding-bottom: 40px;
  margin-top: -105px;
}

.number .tel {
  text-decoration: none;
  font-family: 'MuseoSansCyrl900';
  font-size: 45px;
  color: #000000;
  line-height: 1;
}

.office-relocation {
  background: #000000;
  background: #000000;
  padding-top: 100px;
  padding-bottom: 75px;
  -webkit-clip-path: polygon(0% 100%, 100% 85%, 100% 0%, 0 14%);
          clip-path: polygon(0% 100%, 100% 85%, 100% 0%, 0 14%);
  margin-top: -132px;
}

.office-relocation h2 {
  text-transform: uppercase;
  -webkit-transform: rotate(-6deg);
      -ms-transform: rotate(-6deg);
          transform: rotate(-6deg);
  font-family: 'MuseoSansCyrl900';
  font-size: 60px;
  line-height: 1;
}

.office-relocation .items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.office-relocation .items .item {
  width: 548px;
  margin-top: 70px;
  padding: 33px 0;
  border-bottom: 5px solid #fff;
  position: relative;
  min-height: 280px;
}

.office-relocation .items .item:after {
  content: '';
  display: block;
  position: absolute;
  background: #fff;
  width: 5px;
  height: 238px;
  bottom: 0;
  right: 0;
}

.office-relocation .items .item .title h3 {
  text-transform: uppercase;
  font-family: 'MuseoSansCyrl700';
  font-size: 36px;
}

.office-relocation .items .item .title p {
  font-family: 'MuseoSansCyrl500';
  font-size: 30px;
}

.office-relocation .items .item .price {
  background: url("../img/appart-price.png") no-repeat;
  width: 266px;
  height: 136px;
  color: #000000;
  color: #000000;
  font-size: 36px;
  font-family: 'MuseoSansCyrl700';
  position: absolute;
  top: 105px;
  right: 12px;
  padding-top: 45px;
  padding-left: 33px;
  background-size: cover;
}

.office-relocation .items .item .price p {
  color: #fff;
  font-family: 'MuseoSansCyrl700';
  font-size: 12px;
  margin-top: 35px;
  margin-left: 40px;
}

.office-relocation .items .item .order {
  text-transform: uppercase;
  color: #fff;
  background: #ffdd00;
  font-family: 'MuseoSansCyrl700';
  font-size: 30px;
  line-height: 56px;
  border-radius: 9px;
  padding: 0 8px;
  border: none;
  cursor: pointer;
  margin-top: 50px;
  position: absolute;
  bottom: 33px;
}

.office-relocation .office {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-right: 30px;
  margin-top: -255px;
  width: 561px;
  height: 322px;
  margin-left: auto;
}

.office-relocation .office img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.limitations {
  padding-bottom: 28px;
}

.limitations h3 {
  text-transform: uppercase;
  font-family: 'MuseoSansCyrl700';
  color: #000000;
  font-size: 24px;
  text-align: right;
}

.limitations h2 {
  text-transform: uppercase;
  font-family: 'MuseoSansCyrl900';
  color: #000000;
  font-size: 48px;
  text-align: right;
}

.limitations .items {
  margin-top: 65px;
  position: relative;
  width: 750px;
}

.limitations .items .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 107px;
  padding-left: 40px;
  position: relative;
  margin-top: 65px;
  z-index: 1;
}

.limitations .items .item:first-child {
  margin-top: 0;
}

.limitations .items .item span {
  font-family: 'MuseoSansCyrl900';
  font-size: 150px;
  color: #ffdd00;
  opacity: .14;
  position: absolute;
  left: 0;
}

.limitations .items .item .text p {
  font-family: 'MuseoSansCyrl500';
  font-size: 24px;
  color: #000000;
}

.limitations .items .item .text p b {
  font-family: 'MuseoSansCyrl900';
  font-size: 30px;
  color: #000000;
}

.limitations .items:after {
  position: absolute;
  content: '';
  display: block;
  background: url("../img/woman.png") no-repeat;
  bottom: -36px;
  right: -515px;
  width: 606px;
  height: 519px;
  background-size: cover;
}

.avoid {
  padding-top: 46px;
  padding-bottom: 60px;
  background: url("../img/avoid.png") no-repeat top center;
  background-size: cover;
}

.avoid h2 {
  text-transform: uppercase;
  font-family: 'MuseoSansCyrl900';
  color: #000000;
  color: #000000;
  font-size: 48px;
  line-height: 1;
}

.avoid h3 {
  text-transform: uppercase;
  font-family: 'MuseoSansCyrl700';
  color: #000000;
  color: #000000;
  font-size: 24px;
  line-height: 1;
}

.avoid .items {
  margin-top: 15px;
  width: 1045px;
}

.avoid .items .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 70px;
}

.avoid .items .item .img {
  width: 68px;
  text-align: right;
  margin-right: 15px;
}

.avoid .items .item .description {
  margin-left: 15px;
}

.avoid .items .item .description p {
  font-family: 'MuseoSansCyrl500';
  text-transform: uppercase;
  color: #000000;
  color: #000000;
  font-size: 30px;
}

.avoid .items .item .description p b {
  font-family: 'MuseoSansCyrl900';
  text-transform: uppercase;
  color: #000000;
  color: #000000;
  font-size: 30px;
}

.our-system {
  padding-top: 60px;
  position: relative;
  background: url("../img/system-bg.png") no-repeat bottom center;
}

.our-system h2 {
  font-family: 'MuseoSansCyrl900';
  text-transform: uppercase;
  color: #000000;
  font-size: 48px;
  text-align: right;
}

.our-system h3 {
  font-family: 'MuseoSansCyrl700';
  text-transform: uppercase;
  color: #000000;
  font-size: 24px;
  text-align: right;
}

.our-system .system-men {
  position: absolute;
  width: 485px;
  height: 570px;
  bottom: -70px;
}

.our-system .system-men img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.our-system .stages {
  width: 850px;
  margin-left: auto;
}

.our-system .stages .stage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 55px;
  width: 555px;
  padding-left: 97px;
  position: relative;
  min-height: 100px;
}

.our-system .stages .stage span {
  font-family: 'MuseoSansCyrl900';
  font-size: 138px;
  color: #fbd700;
  opacity: .23;
  line-height: 100px;
  position: absolute;
  left: 0;
}

.our-system .stages .stage p {
  font-family: 'MuseoSansCyrl700';
  text-transform: uppercase;
  font-size: 18px;
  color: #000000;
  line-height: 1;
}

.our-system .stages .stage:nth-of-type(2) {
  margin-left: 97px;
}

.our-system .stages .stage:nth-of-type(3) {
  margin-left: 195px;
}

.our-system .stages .stage:nth-of-type(4) {
  margin-left: 292px;
}

.our-system .stages .stage:before {
  content: '';
  display: block;
  position: absolute;
  background: url("../icons/arrow.png") no-repeat;
  width: 55px;
  height: 69px;
  bottom: -75px;
  left: 45px;
}

.our-system .stages .stage:last-child:before {
  display: none;
}

.services {
  background: #ffdd00;
  padding-top: 85px;
  padding-bottom: 220px;
  -webkit-clip-path: polygon(0% 89%, 100% 100%, 100% 10%, 0 0);
          clip-path: polygon(0% 89%, 100% 100%, 100% 10%, 0 0);
  margin-top: 40px;
}

.services h2 {
  text-transform: uppercase;
  font-family: 'MuseoSansCyrl900';
  font-size: 30px;
  -webkit-transform: rotate(3deg);
      -ms-transform: rotate(3deg);
          transform: rotate(3deg);
}

.services .stages {
  margin-top: 80px;
  width: 670px;
  position: relative;
}

.services .stages li {
  position: relative;
  list-style-type: none;
  font-size: 24px;
  font-family: 'MuseoSansCyrl500';
  padding-left: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 27px;
}

.services .stages li:before {
  content: '';
  position: absolute;
  display: block;
  background: url("../img/check.png") no-repeat;
  width: 23px;
  height: 23px;
  left: 0;
}

.services .stages:after {
  content: '';
  display: block;
  position: absolute;
  background: url("../img/stages-man.png") no-repeat;
  width: 679px;
  height: 581px;
  right: -580px;
  bottom: -210px;
  background-size: cover;
}

.services .stages:before {
  content: '';
  display: block;
  position: absolute;
  background: url("../img/dashed.png") no-repeat;
  left: 10px;
  top: 3px;
  width: 3px;
  height: 100%;
}

.reliance h2 {
  text-transform: uppercase;
  color: #000000;
  color: #000000;
  font-family: 'MuseoSansCyrl900';
  font-size: 48px;
  text-align: center;
  line-height: 1;
}

.reliance .big-companies {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-top: 45px;
  padding-bottom: 25px;
}

.reliance .big-companies .companie {
  width: 165px;
  height: 85px;
}

.reliance .big-companies .companie img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.reliance .big-companies:after {
  content: '';
  width: 630px;
  height: 3px;
  background: #00a6f2;
  margin: 50px auto 0;
}

.reliance .thankful-letters {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 25px;
  padding-bottom: 46px;
}

.reliance .thankful-letters .letter {
  width: 254px;
  height: 350px;
}

.reliance .thankful-letters .letter a {
  display: block;
}

.reliance .thankful-letters .letter a img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.reliance .requisites {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 46px;
}

.reliance .requisites .map {
  height: 320px;
  width: 100%;
  max-width: 750px;
  position: relative;
}

.reliance .requisites .map .yandex-map,
.reliance .requisites .map>ymaps {
  height: 100% !important;
}

.reliance .requisites .map .cover-map {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 176px;
  height: 176px;
  border: 6px solid rgba(191,70,107,0.85);
  background: rgba(255,255,255,0.85);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  color: #bd2b55;
}

.reliance .requisites .map .cover-map .count {
  font-size: 60px;
  font-family: MuseoSansCyrl900;
}

.reliance .requisites .map .cover-map .ctext {
  font-size: 17px;
  font-family: MuseoSansCyrl500;
  text-align: center;
}

.reliance .requisites .requisit {
  width: 360px;
}

.reliance .requisites .requisit button,
.reliance .requisites .requisit a {
  width: 100%;
  line-height: 65px;
  font-family: 'MuseoSansCyrl500';
  color: #fff;
  font-size: 32.6px;
  text-align: center;
  margin: 24px 0;
  border: none;
  cursor: pointer;
  display: block;
  text-decoration: none;
}

.reliance .requisites .requisit .upr {
  background: #bd2b55;
}

.reliance .requisites .requisit .nds {
  background: #00a6f2;
  background: #3195d1;
}

.wpcf7-not-valid-tip,
.wpcf7-response-output {
  display: none !important;
}

.jobs {
  background: #000000;
  padding-top: 50px;
  padding-bottom: 31px;
}

.jobs .profile-btn {
  background: #00a6f2;
  background: #3195d1;
  line-height: 64px;
  min-width: 360px;
  max-width: 100%;
  display: table;
  margin: 31px auto 0;
  color: #fff;
  text-transform: uppercase;
  font-size: 24px;
  font-family: MuseoSansCyrl500;
  border: 0px;
  cursor: pointer;
}

.jobs h2 {
  text-transform: uppercase;
  font-family: 'MuseoSansCyrl900';
  font-size: 48px;
  text-align: right;
}

.jobs h2 span {
  text-transform: none;
  font-size: 36px;
}

.jobs h3 {
  font-family: 'MuseoSansCyrl700';
  font-size: 24px;
  text-align: right;
  text-transform: uppercase;
}

.jobs .items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-bottom: 23px;
}

.jobs .items .item {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 300px;
  margin-right: 100px;
}

.jobs .items .item:last-child {
  margin-right: 0;
}

.jobs .items .item p {
  margin-left: 10px;
  font-family: 'MuseoSansCyrl500';
  font-size: 24px;
}

.personnel-department {
  padding-top: 23px;
  padding-bottom: 18px;
}

.personnel-department p {
  font-family: 'MuseoSansCyrl900';
  font-size: 30px;
  color: #292929;
  line-height: 1;
}

.personnel-department p a {
  text-decoration: none;
  color: #292929;
}

footer {
  background: #000000;
  padding: 36px 44px 48px 27px;
  color: #fff;
}

footer .footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

footer .footer .logo {
  height: 110px;
  width: 363px;
}

footer .footer .logo img {
  width: 100%;
}

footer .footer .contacts .number {
  text-decoration: none;
  color: #fff;
  font-family: 'MuseoSansCyrl500';
  font-size: 18px;
}

footer .footer .contacts .mail {
  text-decoration: none;
  color: #fff;
  font-family: 'MuseoSansCyrl500';
  font-size: 18px;
}

footer .footer .contacts p {
  font-family: 'MuseoSansCyrl500';
  font-size: 18px;
}

.vacancy-list .vacancy-item {
  background-color: rgba(255,255,255,0.9);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1px 0 1px 20px;
  position: relative;
  margin-top: 16px;
}

.vacancy-list .vacancy-item .name {
  font-family: MuseoSansCyrl900;
  font-size: 24px;
  color: #00a6f2;
  margin-right: auto;
}

.vacancy-list .vacancy-item .price {
  font-family: MuseoSansCyrl500;
  font-size: 24px;
  color: #00a6f2;
  width: 253px;
  margin-right: 27px;
}

.vacancy-list .vacancy-item .price:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  margin-top: -3px;
  width: 28px;
  height: 28px;
  background: url("../icons/rub.png") no-repeat center/contain;
  margin-right: 5px;
}

.vacancy-list .vacancy-item .btn-more {
  width: 40px;
  height: 40px;
  background: url("../icons/btn-more.png") no-repeat center/contain;
  cursor: pointer;
}

.vacancy-list .vacancy-item .hidden-text {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  background-color: #fff;
  width: 440px;
  z-index: 1;
  color: #000;
  padding: 0 22px 15px;
  font-family: MuseoSansCyrl500;
}

.vacancy-list .vacancy-item .hidden-text p {
  font-family: MuseoSansCyrl500;
  margin-top: 20px;
}

.vacancy-list .vacancy-item .hidden-text b,
.vacancy-list .vacancy-item .hidden-text strong {
  font-family: MuseoSansCyrl900;
}

.vacancy-list .vacancy-item .hidden-text ul {
  list-style-type: none;
}

.vacancy-list .vacancy-item .hidden-text ul li:before {
  content: '- ';
}

.cover-form {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  overflow-y: auto;
  z-index: 9;
  display: none;
  background: rgba(0,165,241,0.8);
  z-index: 6;
  font-size: 0px;
}

.cover-form .terms {
  font-size: 15px;
  text-align: center;
}

.cover-form.work-bg {
  background: url("../img/card-bg.html");
}

.cover-form:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}

.cover-form .popup {
  text-align: left;
  display: inline-block;
  vertical-align: middle;
  margin: 20px 0;
  background: #fff;
  width: 730px;
  padding: 20px 18px 30px;
  color: #151515;
  position: relative;
  max-width: 100%;
}

.cover-form .popup.pform {
  width: 510px;
  padding: 35px 35px 60px 35px;
  -webkit-box-shadow: 0px 1px 8px rgba(0,0,0,0.2);
          box-shadow: 0px 1px 8px rgba(0,0,0,0.2);
  background: #ffdd00;
}

.cover-form .popup.pform.transp {
  background: transparent;
  width: 530px;
  padding-left: 0;
  padding-right: 0;
  text-align: center;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.cover-form .popup.pform .title {
  text-align: center;
  line-height: 42px;
  font-size: 38px;
  color: #fff;
  font-family: MuseoSansCyrl700;
}

.cover-form .popup.pform .title p {
  font-size: 16px;
  margin-top: 10px;
  font-family: MuseoSansCyrl500;
  line-height: normal;
}

.cover-form .popup .close {
  width: 50px;
  height: 50px;
  position: absolute;
  top: 0;
  right: -50px;
  background: #0a214e url("../icons/icon-close-white.png") no-repeat center;
  cursor: pointer;
}

.cover-form .popup .close.transp {
  background-color: transparent;
}

.cover-form .popup form {
  margin: 70px auto 0;
  width: 280px;
}

.cover-form .popup form input,
.cover-form .popup form button {
  width: 100%;
  margin-bottom: 28px;
  height: 56px;
  padding: 0 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 18px;
  color: #1563ab;
  text-align: center;
  background: rgba(255,255,255,0.8);
  border: none;
  font-size: 24px;
}

.cover-form .popup form button {
  background: #fff;
  color: #092d74;
  font-size: 18px;
  margin: 18px 0 0 0;
  width: 100%;
  max-width: 280px;
  cursor: pointer;
  font-family: 'MuseoSansCyrl700';
}

.cover-form .popup form button:hover {
  -webkit-box-shadow: 0px 2px 13px rgba(2,13,35,0.36);
          box-shadow: 0px 2px 13px rgba(2,13,35,0.36);
}

.cover-form .popup .title {
  margin-top: 20px;
  font-size: 30px;
}

.cover-form .popup table {
  margin-top: 30px;
  border-collapse: collapse;
}

.cover-form .popup table tr.tr-bank td {
  padding-top: 50px;
}

.cover-form .popup table tr td {
  vertical-align: top;
  padding: 10px 0;
  font-size: 20px;
}

.cover-form .popup table tr td:first-child {
  font-family: 'MuseoSansCyrl900';
  font-size: 18px;
  width: 174px;
}

.cover-form .popup table tr td:first-child span {
  display: block;
  font-size: 12px;
}

.cover-form .popup table tr td .bank {
  position: relative;
  background: #f3f2f2;
  padding: 8px 8px 15px;
}

.cover-form .popup table tr td .bank .logo-bank {
  position: absolute;
  bottom: 2px;
  right: 4px;
  font-size: 0px;
}

.cover-form .popup table tr td .bank ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.cover-form .popup table tr td .bank ul li {
  display: block;
  min-width: 210px;
  margin-top: 15px;
}

.cover-form .popup table tr td .bank ul li:first-child {
  width: 100%;
  margin-top: 0;
}

.cover-form .popup table tr td .bank ul li .name {
  font-size: 12px;
}

.cover-form .popup table tr td .bank ul li .value {
  font-size: 14px;
}

@media (max-width: 1300px) {
  .container {
    width: 1100px;
  }

  .head .content .right .price-from {
    width: 390px;
    height: 120px;
    padding-top: 25px;
    padding-left: 60px;
  }

  .truck:after {
    width: 670px;
  }

  .office-relocation .office {
    margin-right: 0;
  }

  .office-relocation .items .item {
    width: 530px;
  }

  .services .stages:after {
    width: 670px;
    bottom: -225px;
  }
}

@media (max-width: 1179px) {
  .reliance .requisites .map {
    max-width: 100%;
  }

  .reliance .requisites .requisit {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }

  .reliance .requisites .requisit button,
  .reliance .requisites .requisit a {
    width: auto;
    padding: 0 20px;
  }

  .container {
    width: 1000px;
  }

  header .container .menu li {
    margin: 0 6px;
  }

  header .container .number {
    font-size: 20px;
  }

  .head .content .man {
    min-width: 270px;
    width: 270px;
    height: 420px;
  }

  .head .content .left {
    margin-top: 40px;
  }

  .head .content .left h2 {
    font-size: 38px;
  }

  .head .content .left .price-from {
    width: 300px;
    height: 125px;
    font-size: 38px;
  }

  .head .content .right {
    margin-top: 40px;
  }

  .head .content .right h2 {
    font-size: 38px;
  }

  .head .content .right .price-from {
    width: 325px;
    height: 100px;
    font-size: 38px;
    padding-top: 20px;
  }

  .apartment-moving {
    padding-bottom: 75px;
  }

  .apartment-moving h2 {
    -webkit-transform: rotate(5deg);
        -ms-transform: rotate(5deg);
            transform: rotate(5deg);
  }

  .apartment-moving .appart-man {
    width: 550px;
    height: 275px;
  }

  .truck {
    padding-bottom: 85px;
  }

  .truck:after {
    width: 600px;
    height: 600px;
  }

  .truck .text h2 {
    font-size: 55px;
  }

  .truck .text .price {
    margin-left: 0;
  }

  .office-relocation {
    margin-top: -105px;
    padding-bottom: 42px;
    padding-top: 65px;
    -webkit-clip-path: polygon(0% 100%, 100% 90%, 100% 0%, 0 10%);
            clip-path: polygon(0% 100%, 100% 90%, 100% 0%, 0 10%);
  }

  .office-relocation h2 {
    font-size: 52px;
    -webkit-transform: rotate(-5deg);
        -ms-transform: rotate(-5deg);
            transform: rotate(-5deg);
  }

  .office-relocation .items .item {
    width: 460px;
  }

  .office-relocation .items .item .price {
    width: 245px;
    height: 125px;
    font-size: 30px;
  }

  .office-relocation .office {
    width: 500px;
    height: 285px;
  }

  .number .tel {
    font-size: 35px;
  }

  .limitations .items {
    margin-top: 35px;
    width: 600px;
  }

  .limitations .items .item {
    min-height: 90px;
    margin-top: 30px;
  }

  .limitations .items .item span {
    font-size: 125px;
  }

  .limitations .items .item .text p {
    font-size: 20px;
  }

  .limitations .items .item .text p b {
    font-size: 23px;
  }

  .limitations .items:after {
    right: -412px;
    width: 450px;
    height: 395px;
  }

  .avoid .items {
    width: 100%;
  }

  .our-system .system-men {
    width: 410px;
    height: 480px;
  }

  .services {
    padding-bottom: 155px;
  }

  .services h2 {
    -webkit-transform: rotate(4deg);
        -ms-transform: rotate(4deg);
            transform: rotate(4deg);
  }

  .services .stages {
    margin-top: 45px;
  }

  .services .stages:after {
    width: 500px;
    height: 415px;
    right: -340px;
    bottom: -200px;
  }

  .reliance {
    padding-top: 20px;
  }

  .reliance h2 {
    font-size: 45px;
  }

  .reliance .thankful-letters .letter {
    width: 235px;
    height: 330px;
  }

  .reliance .requisites {
    margin-top: 20px;
  }

  .jobs .items .item {
    margin-right: 45px;
  }

  footer {
    padding-left: 0;
    padding-right: 0;
  }

  footer .footer .contacts .logo {
  	max-width: 180px;
  	width: 180px;
  }

  footer .footer .contacts .number {
  	font-size: 19px;
  }
}

@media (max-width: 1024px) {
  .container {
    width: 910px;
  }

  header .container {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  header .container .number {
    margin-left: auto;
  }

  .truck {
    padding-bottom: 60px;
  }

  .truck .text {
    width: 500px;
  }

  .truck .text h2 {
    font-size: 47px;
  }

  .truck .text .price {
    width: 260px;
    height: 130px;
    font-size: 40px;
  }

  .truck:after {
    width: 520px;
    height: 520px;
  }

  .apartment-moving {
    -webkit-clip-path: polygon(0% 93%, 100% 100%, 100% 5%, 0 0);
            clip-path: polygon(0% 93%, 100% 100%, 100% 5%, 0 0);
    padding-top: 55px;
    padding-bottom: 45px;
  }

  .apartment-moving h2 {
    font-size: 45px;
    -webkit-transform: rotate(3deg);
        -ms-transform: rotate(3deg);
            transform: rotate(3deg);
  }

  .apartment-moving .apartments .apartment {
    width: 410px;
    min-height: 200px;
  }

  .apartment-moving .apartments .apartment .price {
    padding-top: 33px;
    width: 215px;
    height: 110px;
    font-size: 30px;
  }

  .apartment-moving .apartments .apartment .order {
    margin-top: 35px;
    font-size: 24px;
    line-height: 45px;
  }

  .apartment-moving .appart-man {
    width: 490px;
    height: 240px;
    margin-top: -215px;
    margin-left: -20px;
  }

  .number {
    margin-top: -70px;
  }

  .office-relocation {
    margin-top: -100px;
    -webkit-clip-path: polygon(0% 100%, 100% 89%, 100% 0%, 0 10%);
            clip-path: polygon(0% 100%, 100% 89%, 100% 0%, 0 10%);
  }

  .office-relocation h2 {
    font-size: 48px;
  }

  .office-relocation .items .item {
    width: 410px;
    margin-top: 45px;
  }

  .office-relocation .items .item .price {
    width: 220px;
    height: 115px;
    font-size: 27px;
    padding-top: 35px;
    top: 115px;
  }

  .office-relocation .items .item .price p {
    margin-left: 20px;
  }

  .office-relocation .items .item .order {
    line-height: 45px;
    font-size: 24px;
  }

  .categories {
    background-position-y: 0;
  }

  .categories .items {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }

  .categories .items .item {
    width: 30%;
  }

  .categories .items .item:first-child .description::before {
    display: none;
  }

  .categories .items .item:last-child .description::before {
    display: none;
  }

  .limitations .items:after {
    width: 370px;
    height: 330px;
    right: -335px;
  }

  .services .stages:after {
    width: 430px;
    height: 365px;
    right: -265px;
  }

  .our-system .system-men {
    width: 360px;
    height: 415px;
  }

  .reliance .big-companies .companie {
    width: 145px;
    height: 70px;
  }

  .reliance .thankful-letters .letter {
    width: 220px;
    height: 300px;
  }

  .jobs .items .item {
    width: 285px;
    margin-right: 10px;
  }
}

@media (max-width: 959px) {
  .container {
    width: 760px;
  }

  .head .content .man {
    width: 235px;
    min-width: 235px;
    height: 360px;
  }

  .head .content .left h2 {
    font-size: 30px;
  }

  .head .content .left p {
    font-size: 22px;
  }

  .head .content .left .price-from {
    width: 235px;
    height: 105px;
    font-size: 30px;
  }

  .head .content .right h2 {
    font-size: 30px;
  }

  .head .content .right p {
    font-size: 22px;
  }

  .head .content .right .price-from {
    width: 240px;
    height: 75px;
    font-size: 30px;
  }

  .limitations .items:after {
    display: none;
  }

  .our-system .stages {
    width: 100%;
  }

  .our-system .stages .stage:nth-of-type(2) {
    margin-left: 0;
  }

  .our-system .stages .stage:nth-of-type(3) {
    margin-left: 0;
  }

  .our-system .stages .stage:nth-of-type(4) {
    margin-left: 0;
  }

  .services .stages:after {
    display: none;
  }

  .jobs .items .item {
    width: 245px;
  }

  .jobs .items .item p {
    font-size: 20px;
  }

  .jobs .items .item img {
    width: 50px;
    min-width: 50px;
    height: 50px;
  }

  .reliance .thankful-letters .letter {
    width: 180px;
    height: 250px;
  }

  .reliance .requisites .requisit button,
  .reliance .requisites .requisit a {
    font-size: 27px;
    line-height: 60px;
    margin: 15px 0;
  }

  .reliance .big-companies {
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }

  .reliance .big-companies .companie {
    width: 160px;
    height: 80px;
    margin-top: 7px;
  }

  .our-system .system-men {
    width: 255px;
    height: 300px;
  }

  .our-system .stages .stage {
    width: 435px;
    min-height: 88px;
  }

  .our-system .stages .stage span {
    font-size: 120px;
  }

  .our-system .stages .stage p {
    font-size: 15px;
  }

  .our-system .stages .stage:nth-of-type(2) {
    margin-left: 95px;
  }

  .our-system .stages .stage:nth-of-type(3) {
    margin-left: 210px;
  }

  .our-system .stages .stage:nth-of-type(4) {
    margin-left: auto;
  }

  .avoid h2 {
    font-size: 35px;
  }

  .avoid .items .item {
    margin-top: 35px;
  }

  .avoid .items .item .description p {
    font-size: 25px;
  }

  .avoid .items .item .description p b {
    font-size: 24px;
  }

  .limitations h2 {
    font-size: 40px;
  }

  .limitations h3 {
    font-size: 20px;
  }

  .office-relocation {
    padding-bottom: 50px;
  }

  .office-relocation .office {
    width: 370px;
    height: 210px;
    margin-top: -205px;
  }

  .office-relocation .items .item {
    width: 360px;
  }

  .number {
    padding-bottom: 45px;
    margin-top: -66px;
  }

  .number .tel {
    font-size: 30px;
  }

  .apartment-moving .apartments .apartment {
    width: 335px;
    padding-bottom: 20px;
  }

  .apartment-moving .apartments .apartment .price {
    width: 180px;
    height: 95px;
    font-size: 25px;
    padding-top: 25px;
    top: auto;
  }

  .apartment-moving .apartments .apartment ul {
    margin-top: 15px;
  }

  .apartment-moving .apartments .apartment ul li {
    font-size: 25px;
  }

  .apartment-moving .apartments .apartment .title {
    font-size: 26px;
  }

  .apartment-moving .appart-man {
    width: 400px;
    height: 195px;
    margin-left: 0;
    margin-top: -170px;
  }

  .truck .text {
    width: 450px;
  }

  .truck .text h2 {
    font-size: 40px;
  }

  .truck:after {
    width: 470px;
    height: 430px;
  }

  .reliance h2 {
    font-size: 35px;
  }
}

@media (max-width: 799px) {
  .container {
    width: 600px;
  }

  footer .footer .logo {
    width: 300px;
  }

  .jobs h3 {
    font-size: 22px;
  }

  .jobs .items {
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }

  .reliance h2 {
    font-size: 30px;
  }

  .reliance .thankful-letters .letter {
    width: 140px;
    height: 195px;
  }

  .reliance .requisites .requisit button,
  .reliance .requisites .requisit a {
    font-size: 22px;
  }

  .services {
    padding-top: 65px;
    padding-bottom: 100px;
  }

  .services h2 {
    -webkit-transform: rotate(5deg);
        -ms-transform: rotate(5deg);
            transform: rotate(5deg);
  }

  .services .stages {
    width: 100%;
  }

  .services .stages li {
    font-size: 22px;
  }

  .our-system h3 {
    font-size: 18px;
  }

  .our-system .system-men {
    width: 190px;
    height: 222px;
  }

  .our-system .stages .stage:nth-of-type(2) {
    margin-left: 60px;
  }

  .our-system .stages .stage:nth-of-type(3) {
    margin-left: 115px;
  }

  .our-system .stages .stage:nth-of-type(4) {
    margin-left: auto;
  }

  .our-system .stages .stage:before {
    width: 45px;
    height: 55px;
    bottom: -60px;
    background-size: cover;
  }

  .avoid h2 {
    font-size: 30px;
  }

  .avoid .items .item .description p {
    font-size: 19px;
  }

  .avoid .items .item .description p b {
    font-size: 18px;
  }

  .limitations h3 {
    font-size: 16px;
  }

  .limitations h2 {
    font-size: 35px;
  }

  .truck:after {
    width: 360px;
    height: 355px;
  }

  .truck .text {
    width: 400px;
  }

  .truck .text h2 {
    font-size: 32px;
  }

  .truck .text .price {
    width: 230px;
    height: 110px;
    font-size: 30px;
  }

  .office-relocation {
    padding-bottom: 47px;
  }

  .office-relocation .office {
    -webkit-transform: rotate(-2deg);
        -ms-transform: rotate(-2deg);
            transform: rotate(-2deg);
  }

  .office-relocation h2 {
    -webkit-transform: rotate(-7deg);
        -ms-transform: rotate(-7deg);
            transform: rotate(-7deg);
    font-size: 40px;
  }

  .office-relocation .office {
    width: 300px;
    height: 175px;
    margin-top: -160px;
  }

  .office-relocation .items .item {
    width: 285px;
    min-height: 250px;
  }

  .office-relocation .items .item:after {
    height: 210px;
  }

  .office-relocation .items .item .title h3 {
    font-size: 28px;
  }

  .office-relocation .items .item .title p {
    font-size: 23px;
  }

  .office-relocation .items .item .price {
    width: 170px;
    height: 85px;
    padding-top: 30px;
    top: 97px;
    font-size: 20px;
  }

  .number {
    padding-bottom: 58px;
    margin-top: -62px;
  }

  .apartment-moving h2 {
    font-size: 40px;
    -webkit-transform: rotate(4deg);
        -ms-transform: rotate(4deg);
            transform: rotate(4deg);
  }

  .apartment-moving .apartments .apartment {
    width: 285px;
  }

  .apartment-moving .apartments .apartment .title {
    font-size: 22px;
  }

  .apartment-moving .apartments .apartment ul li {
    font-size: 23px;
  }

  .apartment-moving .apartments .apartment .order {
    font-size: 21px;
    line-height: 40px;
  }

  .apartment-moving .apartments .apartment .price {
    width: 155px;
    height: 80px;
    font-size: 21px;
    padding-top: 23px;
  }

  .apartment-moving .apartments .apartment:after {
    height: 215px;
  }

  .apartment-moving .appart-man {
    width: 305px;
    height: 150px;
    margin-top: -128px;
  }

  .categories .items .item .description {
    padding: 20px 10px;
    min-height: 120px;
  }

  .categories .items .item .description .title {
    font-size: 20px;
  }

  .categories .items .item .description .price {
    font-size: 20px;
    line-height: 37px;
  }

  .head .content {
    margin-top: 140px;
  }

  .head .content .man {
    width: 160px;
    min-width: 160px;
    height: 250px;
  }

  .head .content .left h2 {
    font-size: 24px;
  }

  .head .content .left p {
    font-size: 18px;
  }

  .head .content .left .price-from {
    width: 190px;
    height: 85px;
    font-size: 22px;
  }

  .head .content .right h2 {
    font-size: 24px;
  }

  .head .content .right p {
    font-size: 18px;
  }

  .head .content .right .price-from {
    width: 210px;
    height: 65px;
    font-size: 22px;
    padding-top: 15px;
    padding-left: 45px;
  }

  header .container .logo {
    margin: auto;
  }

  header .container .number {
    margin: 5px auto 0;
  }
}

@media (max-width: 639px) {
  .reliance .requisites .requisit {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .container {
    width: 440px;
  }

  .limitations h2 {
    font-size: 27px;
  }

  .limitations h3 {
    font-size: 20px;
  }

  .limitations .items {
    width: 95%;
  }

  .limitations .items:after {
    display: none;
  }

  .limitations .items .item {
    min-height: 75px;
  }

  .limitations .items .item span {
    font-size: 100px;
  }

  .limitations .items .item .text p {
    font-size: 15px;
  }

  .limitations .items .item .text p b {
    font-size: 19px;
  }

  .our-system {
    padding-top: 35px;
  }

  .our-system h2 {
    font-size: 26px;
  }

  .our-system h3 {
    font-size: 15px;
  }

  .our-system .system-men {
    display: none;
  }

  .our-system .stages {
    width: 100%;
  }

  .our-system .stages .stage {
    padding-left: 0;
    width: 100%;
    margin-top: 30px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .our-system .stages .stage:nth-of-type(4) {
    margin-left: 0;
  }

  .our-system .stages .stage:nth-of-type(3) {
    margin-left: 0;
  }

  .our-system .stages .stage:nth-of-type(2) {
    margin-left: 0;
  }

  .our-system .stages .stage:before {
    display: none;
  }

  .our-system .stages .stage span {
    font-size: 90px;
    line-height: 1;
    position: inherit;
    text-align: center;
    width: 100%;
  }

  .our-system .stages .stage p {
    text-align: center;
    font-size: 12px;
  }

  .services {
    -webkit-clip-path: polygon(0% 97%, 100% 100%, 100% 3%, 0 0);
            clip-path: polygon(0% 97%, 100% 100%, 100% 3%, 0 0);
    padding-top: 50px;
    padding-bottom: 75px;
  }

  .services h2 {
    font-size: 17px;
    -webkit-transform: rotate(3deg);
        -ms-transform: rotate(3deg);
            transform: rotate(3deg);
  }

  .services .stages {
    width: 100%;
  }

  .services .stages li {
    margin-top: 26px;
    font-size: 15px;
  }

  .services .stages:before {
    top: 7px;
  }

  .services .stages:after {
    display: none;
  }

  .avoid {
    padding-bottom: 35px;
  }

  .avoid h2 {
    font-size: 28px;
    text-align: center;
  }

  .avoid h3 {
    font-size: 17px;
    margin-top: 7px;
    text-align: center;
  }

  .avoid .items .item {
    margin-top: 30px;
  }

  .avoid .items .item .img {
    width: 50px;
    height: 50px;
  }

  .avoid .items .item .img img {
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }

  .avoid .items .item .description {
    margin-left: 0;
    width: 100%;
  }

  .avoid .items .item .description p {
    font-size: 15px;
  }

  .avoid .items .item .description p b {
    font-size: 15px;
  }

  .office-relocation {
    margin-top: -55px;
    -webkit-clip-path: polygon(0% 100%, 100% 95%, 100% 0%, 0 3%);
            clip-path: polygon(0% 100%, 100% 95%, 100% 0%, 0 3%);
    padding-top: 45px;
    padding-bottom: 0;
  }

  .office-relocation h2 {
    font-size: 25px;
    -webkit-transform: rotate(-4deg);
        -ms-transform: rotate(-4deg);
            transform: rotate(-4deg);
  }

  .office-relocation .office {
    width: 100%;
    margin-top: 15px;
    margin-left: 0;
    height: 255px;
  }

  .office-relocation .items .item {
    margin-top: 30px;
    min-height: 200px;
    padding: 20px 0;
    width: 350px;
    margin: 30px auto 0;
  }

  .office-relocation .items .item:after {
    height: 180px;
  }

  .office-relocation .items .item .order {
    font-size: 20px;
    line-height: 40px;
  }

  .office-relocation .items .item .title h3 {
    font-size: 25px;
  }

  .office-relocation .items .item .title p {
    font-size: 20px;
  }

  .office-relocation .items .item .price {
    width: 170px;
    height: 87px;
    font-size: 18px;
    padding-top: 30px;
    top: 85px;
  }

  .office-relocation .items .item .price p {
    margin-left: 0;
    font-size: 10px;
    margin-top: 25px;
  }

  .apartment-moving {
    -webkit-clip-path: polygon(0% 97%, 100% 100%, 100% 3%, 0 0);
            clip-path: polygon(0% 97%, 100% 100%, 100% 3%, 0 0);
    padding-bottom: 40px;
  }

  .apartment-moving h2 {
    font-size: 25px;
    -webkit-transform: rotate(4deg);
        -ms-transform: rotate(4deg);
            transform: rotate(4deg);
  }

  .apartment-moving .appart-man {
    width: 100%;
    margin: 15px auto -45px;
    height: 220px;
    position: inherit;
  }

  .apartment-moving .apartments .apartment {
    padding-bottom: 20px;
    width: 360px;
    margin: 35px auto 0;
  }

  .apartment-moving .apartments .apartment:last-child {
    margin: 35px auto 0;
  }

  .apartment-moving .apartments .apartment:after {
    height: 215px;
  }

  .apartment-moving .apartments .apartment .title {
    font-size: 23px;
  }

  .apartment-moving .apartments .apartment ul li {
    font-size: 20px;
  }

  .apartment-moving .apartments .apartment ul li:before {
    width: 20px;
    height: 20px;
    margin-right: 7px;
    background-size: cover;
  }

  .apartment-moving .apartments .apartment .price {
    top: 40px;
    width: 150px;
    height: 77px;
    padding-top: 21px;
    font-size: 20px;
  }

  .apartment-moving .apartments .apartment .order {
    font-size: 20px;
    line-height: 40px;
    margin-top: 25px;
  }

  .truck {
    padding-top: 45px;
    padding-bottom: 20px;
  }

  .truck .text {
    width: 100%;
  }

  .truck .text h2 {
    font-size: 22px;
    text-align: center;
  }

  .truck .text .price {
    width: 200px;
    height: 100px;
    font-size: 30px;
    margin: 0 auto;
  }

  .truck::after {
    width: 100%;
    height: 450px;
    position: inherit;
    top: 20px;
  }

  .categories .items {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .categories .items .item {
    margin-top: 15px;
  }

  .categories .items .item:first-child .description:before {
    display: none;
  }

  .categories .items .item:last-child .description:before {
    display: none;
  }

  .categories .items .item .description {
    min-height: 100px;
    padding-top: 15px;
    padding-bottom: 20px;
  }

  .categories .items .item .description .price {
    margin-top: 10px;
  }

  .categories .items .item .description .discount {
    display: none;
  }

  header .container .logo {
    margin: 0 auto;
  }

  header .container .menu {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  header .container .menu li a {
    font-size: 12px;
  }

  header .container .number {
    margin: 10px auto 0;
  }

  .head .content {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 170px;
    padding-bottom: 30px;
  }

  .head .content .left {
    margin-left: 0;
  }

  .head .content .left h2 {
    font-size: 28px;
  }

  .head .content .left p {
    font-size: 25px;
  }

  .head .content .left .price-from {
    width: 250px;
    height: 105px;
    font-size: 30px;
  }

  .head .content .right h2 {
    font-size: 30px;
  }

  .head .content .right p {
    font-size: 25px;
  }

  .head .content .right .price-from {
    width: 250px;
    height: 80px;
    font-size: 30px;
    margin: 0 auto;
  }

  .head .content .man {
    width: 180px;
    min-width: 100px;
    height: 275px;
    display: none;
  }

  .number {
    margin-top: -22px;
    padding-top: 15px;
  }

  .number .tel {
    font-size: 20px;
  }

  .reliance h2 {
    font-size: 25px;
  }

  .reliance .big-companies {
    padding-top: 25px;
  }

  .reliance .big-companies .companie {
    width: 145px;
    height: 70px;
    margin-top: 5px;
  }

  .reliance .thankful-letters {
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }

  .reliance .thankful-letters .letter {
    width: 180px;
    height: 250px;
    margin-top: 7px;
  }

  .reliance .requisites {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .reliance .requisites .requisit button,
  .reliance .requisites .requisit a {
    width: 90%;
    display: block;
    margin: 10px auto;
    font-size: 25px;
    line-height: 60px;
  }

  .jobs h2 {
    font-size: 26px;
  }

  .jobs h2 span {
    font-size: 22px;
  }

  .jobs h3 {
    font-size: 17px;
  }

  .jobs .items .item img {
    width: 40px;
    height: 40px;
  }

  .jobs .items .item p {
    font-size: 20px;
  }

  .jobs .items .item p br {
    display: none;
  }

  .personnel-department p {
    font-size: 18px;
  }

  footer .footer {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  footer .footer .contacts {
    text-align: center;
    margin-top: 15px;
  }

  .vacancy-list .vacancy-item {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding-left: 0;
    padding-bottom: 5px;
  }

  .vacancy-list .vacancy-item .name {
    text-align: center;
    width: 100%;
  }

  .vacancy-list .vacancy-item .btn-more {
    width: 28px;
    height: 28px;
    margin-right: 10px;
    margin-left: auto;
  }

  .vacancy-list .vacancy-item .price {
    font-size: 21px;
    width: auto;
    margin-left: 5px;
  }

  .vacancy-list .vacancy-item .hidden-text {
    width: 100%;
  }

  header .container .number {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    margin-top: 0;
  }

  header .container .logo {
    -webkit-box-ordinal-group: -1;
        -ms-flex-order: -2;
            order: -2;
  }

  .head .top-info .order-btn {
    display: block;
    white-space: nowrap;
  }

  .head .top-info .work-time {
    margin-left: 0;
    font-size: 14px;
  }
}

@media (max-width: 479px) {
  .container {
    width: 300px;
  }

  .limitations h2 {
    font-size: 30px;
  }

  .limitations h3 {
    font-size: 15px;
  }

  .limitations .items {
    width: 95%;
  }

  .limitations .items:after {
    display: none;
  }

  .limitations .items .item {
    min-height: 75px;
  }

  .limitations .items .item span {
    font-size: 100px;
  }

  .limitations .items .item .text p {
    font-size: 15px;
  }

  .limitations .items .item .text p b {
    font-size: 19px;
  }

  .our-system {
    padding-top: 35px;
  }

  .our-system h2 {
    font-size: 26px;
  }

  .our-system h3 {
    font-size: 15px;
  }

  .our-system .system-men {
    display: none;
  }

  .our-system .stages {
    width: 100%;
  }

  .our-system .stages .stage {
    padding-left: 0;
    width: 100%;
    margin-top: 30px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .our-system .stages .stage:nth-of-type(4) {
    margin-left: 0;
  }

  .our-system .stages .stage:nth-of-type(3) {
    margin-left: 0;
  }

  .our-system .stages .stage:nth-of-type(2) {
    margin-left: 0;
  }

  .our-system .stages .stage:before {
    display: none;
  }

  .our-system .stages .stage span {
    font-size: 90px;
    line-height: 1;
    position: inherit;
    text-align: center;
    width: 100%;
  }

  .our-system .stages .stage p {
    text-align: center;
    font-size: 12px;
  }

  .services {
    -webkit-clip-path: polygon(0% 97%, 100% 100%, 100% 3%, 0 0);
            clip-path: polygon(0% 97%, 100% 100%, 100% 3%, 0 0);
    padding-top: 50px;
    padding-bottom: 75px;
  }

  .services h2 {
    font-size: 17px;
    -webkit-transform: rotate(3deg);
        -ms-transform: rotate(3deg);
            transform: rotate(3deg);
  }

  .services .stages {
    width: 100%;
  }

  .services .stages li {
    margin-top: 26px;
    font-size: 15px;
  }

  .services .stages:before {
    top: 7px;
  }

  .services .stages:after {
    display: none;
  }

  .avoid {
    padding-bottom: 35px;
  }

  .avoid h2 {
    font-size: 28px;
    text-align: center;
  }

  .avoid h3 {
    font-size: 17px;
    margin-top: 7px;
    text-align: center;
  }

  .avoid .items .item {
    margin-top: 30px;
  }

  .avoid .items .item .img {
    width: 50px;
    height: 50px;
  }

  .avoid .items .item .img img {
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }

  .avoid .items .item .description {
    margin-left: 0;
    width: 100%;
  }

  .avoid .items .item .description p {
    font-size: 15px;
  }

  .avoid .items .item .description p b {
    font-size: 15px;
  }

  .office-relocation {
    margin-top: -55px;
    -webkit-clip-path: polygon(0% 100%, 100% 97%, 100% 0%, 0 3%);
            clip-path: polygon(0% 100%, 100% 97%, 100% 0%, 0 3%);
    padding-top: 45px;
    padding-bottom: 0;
  }

  .office-relocation h2 {
    font-size: 25px;
    -webkit-transform: rotate(-8deg);
        -ms-transform: rotate(-8deg);
            transform: rotate(-8deg);
  }

  .office-relocation .office {
    width: 100%;
    margin-top: 15px;
    margin-left: 0;
    height: 175px;
    -webkit-transform: rotate(1deg);
        -ms-transform: rotate(1deg);
            transform: rotate(1deg);
  }

  .office-relocation .items .item {
    margin-top: 30px;
    min-height: 200px;
    padding: 20px 0;
  }

  .office-relocation .items .item:after {
    height: 180px;
  }

  .office-relocation .items .item .order {
    font-size: 20px;
    line-height: 40px;
  }

  .office-relocation .items .item .title h3 {
    font-size: 25px;
  }

  .office-relocation .items .item .title p {
    font-size: 20px;
  }

  .office-relocation .items .item .price {
    width: 170px;
    height: 87px;
    font-size: 18px;
    padding-top: 30px;
    top: 85px;
  }

  .office-relocation .items .item .price p {
    margin-left: 0;
    font-size: 10px;
    margin-top: 25px;
  }

  .apartment-moving {
    -webkit-clip-path: polygon(0% 97%, 100% 100%, 100% 3%, 0 0);
            clip-path: polygon(0% 97%, 100% 100%, 100% 3%, 0 0);
  }

  .apartment-moving h2 {
    font-size: 25px;
    -webkit-transform: rotate(7deg);
        -ms-transform: rotate(7deg);
            transform: rotate(7deg);
  }

  .apartment-moving .appart-man {
    width: 100%;
    margin: 15px auto -45px;
    height: 150px;
    position: inherit;
  }

  .apartment-moving .apartments .apartment {
    padding-bottom: 20px;
  }

  .apartment-moving .apartments .apartment .title {
    font-size: 23px;
  }

  .apartment-moving .apartments .apartment ul li {
    font-size: 20px;
  }

  .apartment-moving .apartments .apartment ul li:before {
    width: 20px;
    height: 20px;
    margin-right: 7px;
    background-size: cover;
  }

  .apartment-moving .apartments .apartment .price {
    top: 40px;
    width: 150px;
    height: 77px;
    padding-top: 21px;
    font-size: 20px;
  }

  .apartment-moving .apartments .apartment .order {
    font-size: 20px;
    line-height: 40px;
    margin-top: 25px;
  }

  .truck {
    padding-top: 45px;
    padding-bottom: 20px;
  }

  .truck .text {
    width: 100%;
  }

  .truck .text h2 {
    font-size: 22px;
    text-align: center;
  }

  .truck .text .price {
    width: 200px;
    height: 100px;
    font-size: 30px;
    margin: 0 auto;
  }

  .truck::after {
    width: 100%;
    height: 300px;
    position: inherit;
    top: 20px;
  }

  .categories .items {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .categories .items .item {
    margin-top: 15px;
  }

  .categories .items .item:first-child .description:before {
    display: none;
  }

  .categories .items .item:last-child .description:before {
    display: none;
  }

  .categories .items .item .description {
    min-height: 100px;
    padding-top: 15px;
    padding-bottom: 20px;
  }

  .categories .items .item .description .price {
    margin-top: 10px;
  }

  .categories .items .item .description .discount {
    display: none;
  }

  header .container .logo {
    margin: 0 auto;
  }

  header .container .menu {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  header .container .menu li a {
    font-size: 12px;
  }

  header .container .number {
    margin: 10px auto 0;
  }

  .head .content {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 125px;
  }

  .head .content .left h2 {
    font-size: 30px;
  }

  .head .content .left p {
    font-size: 25px;
  }

  .head .content .left .price-from {
    width: 250px;
    height: 105px;
    font-size: 30px;
  }

  .head .content .right h2 {
    font-size: 30px;
  }

  .head .content .right p {
    font-size: 25px;
  }

  .head .content .right .price-from {
    width: 250px;
    height: 80px;
    font-size: 30px;
  }

  .head .content .man {
    width: 180px;
    min-width: 100px;
    height: 275px;
    display: none;
  }

  .number {
    margin-top: -22px;
    padding-top: 15px;
  }

  .number .tel {
    font-size: 20px;
  }

  .reliance h2 {
    font-size: 25px;
  }

  .reliance .big-companies {
    padding-top: 25px;
  }

  .reliance .big-companies .companie {
    width: 145px;
    height: 70px;
    margin-top: 5px;
  }

  .reliance .thankful-letters .letter {
    width: 145px;
    height: 200px;
    margin-top: 7px;
  }

  .reliance .requisites .requisit {
    width: 100%;
  }

  .reliance .requisites .requisit button,
  .reliance .requisites .requisit a {
    width: 90%;
    display: block;
    margin: 10px auto;
    font-size: 25px;
    line-height: 60px;
  }

  .jobs h2 {
    font-size: 26px;
  }

  .jobs h2 span {
    font-size: 22px;
  }

  .jobs h3 {
    font-size: 17px;
  }

  .jobs .items .item img {
    width: 40px;
    height: 40px;
  }

  .jobs .items .item p {
    font-size: 20px;
  }

  .personnel-department p {
    font-size: 18px;
  }

  footer .footer {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  footer .footer .contacts {
    text-align: center;
  }

  .vacancy-list .vacancy-item {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding-left: 0;
    padding-bottom: 5px;
  }

  .vacancy-list .vacancy-item .name {
    text-align: center;
    width: 100%;
  }

  .vacancy-list .vacancy-item .btn-more {
    width: 28px;
    height: 28px;
    margin-right: 10px;
    margin-left: auto;
  }

  .vacancy-list .vacancy-item .price {
    font-size: 21px;
    width: auto;
    margin-left: 5px;
  }

  .vacancy-list .vacancy-item .hidden-text {
    width: 100%;
  }

  .reliance .requisites .requisit button,
  .reliance .requisites .requisit a {
    font-size: 22px;
  }

  .jobs .profile-btn {
    width: 100%;
    display: block;
    min-width: 0px;
  }

  .cover-form .popup .close {
    right: 0;
  }

  .head .top-info {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .head .top-info .order-btn {
    margin: 10px auto;
  }

  .head .top-info .order-btn {
    padding: 7px 10px;
    margin: 5px auto;
  }

  .discount {
    width: calc(100% - 20px);
  }

  .discount p {
    font-size: 14px;
  }

  .discount .close {
    width: 15px;
    height: 15px;
    background-size: contain;
  }

  header {
    top: 62px;
  }

  header.fixed .container .logo {
    width: 120px;
  }

  header.fixed .container .number {
    font-size: 17px;
    margin-top: 0;
  }

  .cover-form .popup.pform .title {
    line-height: 27px;
    font-size: 22px;
  }

  .cover-form .popup form input,
  .cover-form .popup form button {
    width: 250px;
    font-size: 20px;
  }
}


footer {
  background: #000000;
}

footer .container {
  display: flex;
  justify-content: space-between;
}

footer .footer {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 36px 0px 48px 27px;
  width: calc(100% - 350px);
  flex-wrap: wrap;
}

footer .footer .contacts {
  width: calc(100% / 3);
}

footer .footer .contacts .logo {
  height: auto;
  max-width: 220px;
  width: 220px;
  display: block;
}

footer .footer .contacts .logo img {
  width: 100%;
  height: 100%;
}

footer .footer .contacts .number {
  text-decoration: none;
  color: #e2e8eb;
  font-family: 'MuseoSansCyrl900';
  font-size: 24px;
  margin-top: 30px;
  display: block;
  padding: 0;
}

footer .footer .contacts .mail {
  text-decoration: none;
  color: #fff;
  font-family: 'MuseoSansCyrl500';
  font-size: 16px;
  margin-top: 10px;
}

footer .footer .contacts .mail:hover {
  color: #bd2b54;
}

footer .footer .contacts .work {
  margin-top: 20px;
}

footer .footer .contacts .work p {
  font-family: 'MuseoSansCyrl500';
  font-size: 16px;
  line-height: 24px;
}

footer .footer .menu-footer {
  width: calc(100% / 3);
}

footer .footer .menu-footer li {
  list-style-type: none;
  margin-top: 12px;
}

footer .footer .menu-footer li:first-child {
  margin-top: 0;
}

footer .footer .menu-footer li a {
  text-decoration: none;
  font-size: 18px;
  font-family: 'MuseoSansCyrl700';
  color: #fff;
}

footer .footer .menu-footer li a:hover {
  color: #bd2b54;
}

footer .footer .menu-footer li .submenu {
  margin-top: 10px;
}

footer .footer .menu-footer li .submenu li {
  list-style-type: none;
  margin-top: 12px;
}

footer .footer .menu-footer li .submenu li:first-child {
  margin-top: 0;
}

footer .footer .menu-footer li .submenu li a {
  font-size: 14px;
  text-decoration: none;
  color: #fff;
}

footer .footer .menu-footer li .submenu li a:hover {
  color: #bd2b54;
}

footer .footer .menu-footer .download {
  margin-top: 15px;
}

footer .footer .menu-footer .download span {
  margin-right: 20px;
  font-size: 14px;
}

footer .footer .menu-footer .download a {
  color: #fff;
  margin-right: 12px;
  font-size: 14px;
  font-family: 'MuseoSansCyrl500';
}

footer .footer .menu-footer .download a:hover {
  color: #bd2b54;
}

footer .footer .copyright {
  width: 100%;
  display: block;
  margin-top: 30px;
}

footer .footer-consultation {
  background: #ffdd00;
  position: relative;
  padding: 35px 20px 0px 35px;
  width: 350px;
}

footer .footer-consultation:before {
  content: '';
  display: block;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 100%;
  background: #ffdd00;
}

footer .footer-consultation h2 {
  font-size: 36px;
  color: #e2e8eb;
  font-family: 'MuseoSansCyrl900';
  text-align: center;
}

footer .footer-consultation .consultation {
  margin-top: 40px;
}

footer .footer-consultation .consultation input {
  width: 100%;
  border: 2px solid #fff;
  font-size: 24px;
  background: transparent;
  height: 56px;
  line-height: 54px;
  padding: 0 30px;
  color: #fff;
}

footer .footer-consultation .consultation .call-back {
  background: #fff;
  color: #092d74;
  border: none;
  font-size: 18px;
  line-height: 60px;
  padding: 0 35px;
  cursor: pointer;
  margin: 35px auto 0;
  display: block;
  border-radius: 5px;
  font-family: 'MuseoSansCyrl700';
}

footer .footer-consultation p {
  margin-top: 20px;
  line-height: 18px;
  text-align: center;
}

footer {
  padding: 0;
}

@media (max-width: 1180px) {
	footer .footer .contacts .logo {
		max-width: 200px;
		width: 180px;
	}

	footer .footer .contacts .number {
		font-size: 19px;
	}
}

@media (max-width: 1024px) {
	footer .footer-consultation {
		width: 300px;
	}

	footer .footer {
		width: calc(100% - 300px);
		padding: 35px 0 45px;
	}

	footer .footer-consultation h2 {
		font-size: 31px;
	}

	footer .footer-consultation .consultation input {
		padding: 0 15px;
		font-size: 23px;
	}
}

@media (max-width: 959px) {
	footer .container {
		flex-wrap: wrap;
		flex-direction: column-reverse;
	}

	footer .footer {
		width: 100%;
		padding-left: 40px;
	}

	footer .footer .copyright {
		text-align: center;
	}

	footer .footer-consultation {
		width: 100%;
		padding: 20px;
	}

	footer .footer-consultation .consultation {
		margin-top: 25px;
	}

	footer .footer-consultation .consultation input {
		width: 300px;
		margin: 0 auto;
		display: block;
	}

	footer .footer-consultation:after {
		content: '';
		display: block;
		position: absolute;
		height: 100%;
		width: 100%;
		top: 0;
		right: 100%;
		background: #bd2b55;
	}
}

@media (max-width: 799px) {
	footer .footer {
		padding-left: 0;
	}
}

@media (max-width: 639px) {
	footer .footer-consultation .consultation input {
		width: 300px;
	}

	footer .footer {
		padding-left: 0;
	}

	footer .footer .contacts {
		width: 100%;
	}

	footer .footer .contacts .logo-bank {
		margin: 0 auto;
	}

	footer .footer .menu-footer {
		width: 100%;
		text-align: center;
		margin-top: 25px;
	}

	footer .footer .menu-footer li a {
		font-size: 23px;
	}

	footer .footer .contacts .logo {
		margin: 0 auto;
	}

	.head .content {
		justify-content: space-around;
		margin-top: 130px;
	}
}

@media (max-width: 479px) {
	footer .footer-consultation .consultation input {
		width: 100%;
	}
}
#p_prldr{
position: fixed;
left: 0;
top: 0;
right:0;
bottom:0;
background: #f8e01a;
z-index: 30;}
 
.contpre small{font-size:25px;}
 
.contpre{
width: 250px;
height: 100px;
position: absolute;
left: 40%;top: 20%;
margin-left:-125px;
margin-top:-75px;
color:#fff;
font-size:40px;
letter-spacing:-2px;
text-align:center;
line-height:35px;}
 
#p_prldr .svg_anm {
position: absolute;
background: url(logo7.png) center center no-repeat;
background-size:41px;    
margin: -16px 0 0 -16px;}
