@charset "UTF-8";
.description .description__article, .description .description__logo, .block, html, body, .block .block__overlay, .block .block__background {
  height: 100%;
}

.header .header__cranes-mobile, .header .header__cranes, .form-bid .form-bid__inputs, .form-bid, .block .block__overlay, .block .block__background {
  width: 100%;
}

body {
  margin: 0;
  font-family: Calibri, sans-serif;
  background-color: #000000;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  line-height: 1.5;
}

.lazy,
.lazy:hover,
.lazy:active {
  opacity: 0.8 !important;
  background-image: url("../images/loader.gif") !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  cursor: wait;
}

.br-width-550 {
  display: none;
}
@media screen and (min-width: 550px) {
  .br-width-550 {
    display: initial;
  }
}

.gallery {
  width: 100%;
  height: 262px;
  position: relative;
}
.gallery .gallery_cover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9;
}
.gallery .holder {
  overflow: hidden;
  position: relative;
  width: 100%;
}
.gallery ul {
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
  overflow: hidden;
  width: 9999px;
}
.gallery li {
  float: left;
  width: auto;
  height: 262px;
}
.gallery img {
  vertical-align: top;
  cursor: pointer;
  height: 100%;
}
.gallery .slick-list,
.gallery .slick-track,
.gallery .slick-slide,
.gallery .slick-slide div {
  height: 100%;
}

.block {
  min-width: 320px;
  background-color: #000000;
  position: relative;
  padding: 0;
  margin: 0;
}
.block .block__title {
  font-family: "Russo One", sans-serif;
  font-size: 40px;
  font-weight: normal;
  color: #ffffff;
  line-height: 35px;
  text-align: center;
}
.block .block__background {
  position: absolute;
  top: 0;
  left: 0;
  padding: 0;
  margin: 0;
}
.block .block__overlay {
  background-color: #000000;
  opacity: 0.7;
}
.block .block__content {
  max-width: 1080px;
  position: relative;
  padding: 0 18px;
  margin: auto;
}
@media screen and (min-width: 601px) {
  .block .block__content {
    padding: 0 28px;
  }
}

.white-color {
  color: #ffffff;
}

.hidden {
  display: none !important;
}

.burger-menu {
  display: -webkit-flex;
  display: -ms-flex;
  display: -moz-flex;
  display: -o-flex;
  display: flex;
  flex-direction: column;
  justify-content: start;
  list-style: none;
  width: 100%;
  font-size: 0;
  padding: 23px 10px;
  background-color: #f9b636;
  position: absolute;
  top: 79px;
  left: 0;
  z-index: 9;
}
.burger-menu .burger-menu__item {
  display: block;
  width: 100%;
  margin-bottom: 25px;
}
.burger-menu .burger-menu__item:last-child {
  margin-bottom: 0;
}
.burger-menu .burger-menu__item a {
  font-family: Calibri, sans-serif;
  font-weight: lighter;
  font-size: 16px;
  line-height: 13px;
  color: #000000;
  text-decoration: none;
  outline: none;
}
.burger-menu .burger-menu__item.active a {
  color: #f6af30;
}

.form-bid {
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  display: -webkit-flex;
  display: -ms-flex;
  display: -moz-flex;
  display: -o-flex;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  max-width: 1023px;
  min-height: 141px;
  margin-left: auto;
  margin-right: auto;
  padding: 21px 10px 11px 10px;
  background: #f9b233;
  background: linear-gradient(0deg, #db9d2d 0%, #f9b233 100%);
}
@media screen and (min-width: 1050px) {
  .form-bid {
    padding: 17px 42px 10px 42px;
  }
}
.form-bid .form-bid__title {
  font-family: "Calibri", sans-serif;
  color: #2e3133;
  font-weight: bold;
  font-size: 22px;
  line-height: 1;
  width: 100%;
  text-align: center;
  margin-bottom: 24px;
}
@media screen and (min-width: 344px) {
  .form-bid .form-bid__title {
    font-size: 23px;
  }
}
@media screen and (min-width: 820px) {
  .form-bid .form-bid__title {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 900px) {
  .form-bid .form-bid__title {
    margin-bottom: 0;
  }
}
.form-bid .form-bid__inputs {
  display: -webkit-flex;
  display: -ms-flex;
  display: -moz-flex;
  display: -o-flex;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 10px;
  z-index: 9;
}
@media screen and (min-width: 1011px) {
  .form-bid .form-bid__inputs {
    margin-bottom: 0;
  }
}
.form-bid .form-bid__inputs-item {
  text-align: center;
  flex-grow: 1;
  padding-top: 21px;
  width: 100%;
}
.form-bid .form-bid__inputs-item:first-child {
  padding-top: 0;
}
@media screen and (min-width: 821px) {
  .form-bid .form-bid__inputs-item:first-child {
    padding-top: 21px;
  }
}
@media screen and (min-width: 1011px) {
  .form-bid .form-bid__inputs-item:first-child {
    padding-top: 0;
  }
}
@media screen and (min-width: 821px) {
  .form-bid .form-bid__inputs-item {
    width: auto;
    padding-top: 21px;
  }
}
@media screen and (min-width: 1011px) {
  .form-bid .form-bid__inputs-item {
    min-width: 220px;
    flex-grow: 0;
    padding-top: 0;
  }
}
.form-bid .form-bid__inputs-item-button {
  width: 100%;
  padding-top: 21px;
}
@media screen and (min-width: 1011px) {
  .form-bid .form-bid__inputs-item-button {
    width: auto;
    padding-top: 0;
  }
}
.form-bid .form-bid__inputs-originals {
  display: none;
}
.form-bid .form-bid__inputs input,
.form-bid .form-bid__inputs button {
  width: 100%;
  height: 42px;
  border: 2px solid #262626;
  outline: none;
}
.form-bid .form-bid__inputs input {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  padding-left: 10px;
  max-width: 370px;
}
@media screen and (min-width: 821px) {
  .form-bid .form-bid__inputs input {
    max-width: 230px;
  }
}
@media screen and (min-width: 1011px) {
  .form-bid .form-bid__inputs input {
    width: 220px;
  }
}
.form-bid .form-bid__inputs button {
  -moz-border-radius: 24px;
  -webkit-border-radius: 24px;
  border-radius: 24px;
  background-color: #262626;
  font-family: "Calibri", sans-serif;
  font-size: 18px;
  font-weight: bold;
  color: #ffffff;
  max-width: 220px;
}
.form-bid .form-bid__agreement {
  font-family: "Calibri", sans-serif;
  font-size: 10px;
  font-weight: lighter;
  color: #5c6366;
  width: 100%;
  text-align: center;
}
@media screen and (min-width: 365px) {
  .form-bid .form-bid__agreement {
    font-size: 12px;
  }
}
.form-bid .form-bid__agreement a {
  color: inherit;
  text-decoration: none;
}

.cap {
  height: 130px;
  background-color: #f9b636;
}
@media screen and (max-width: 600px) {
  .cap {
    display: none;
  }
}
.cap .block__content {
  height: 100%;
}
.cap .cap-content {
  display: -webkit-flex;
  display: -ms-flex;
  display: -moz-flex;
  display: -o-flex;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  font-family: "Calibri", sans-serif;
  align-items: center;
  height: 100%;
}
.cap .cap-content .cap-content__logo {
  padding-top: 4px;
  padding-left: 7px;
}
.cap .cap-content .cap-content__logo .slogan {
  display: block;
  font-weight: bold;
  font-size: 17px;
  line-height: 12px;
  color: #1b0e02;
  margin-top: 14px;
}
.cap .cap-content .cap-content__tg {
  display: block;
  width: 170px;
}
.cap .cap-content .cap-content__tg img {
  width: 100%;
}
.cap .cap-content .cap-content__contact {
  display: -webkit-flex;
  display: -ms-flex;
  display: -moz-flex;
  display: -o-flex;
  display: flex;
  flex-direction: column;
  text-align: right;
  padding-top: 8px;
}
.cap .cap-content .cap-content__contact-item {
  margin-bottom: 7px;
}
.cap .cap-content .cap-content__contact-item:last-child {
  margin-bottom: 0;
}
.cap .cap-content .cap-content__label {
  display: block;
  font-weight: normal;
  font-size: 19px;
  line-height: 15px;
  color: #1b0e02;
  margin-bottom: 5px;
}
.cap .cap-content .cap-content__value {
  font-weight: normal;
  font-size: 19px;
  line-height: 1;
}
.cap .cap-content .cap-content__value a {
  text-decoration: none;
  color: #1b0e02;
}
.cap .cap-content .cap-content__free-phones .cap-content__value {
  font-weight: bold;
  font-size: 33px;
}

.cap-mobile {
  max-height: 80px;
  position: relative;
  background-color: #f9b636;
}
@media screen and (min-width: 601px) {
  .cap-mobile {
    display: none;
  }
}
.cap-mobile .block__content {
  height: 100%;
  padding: 0 11px;
}
.cap-mobile .cap-mobile-content {
  display: -webkit-flex;
  display: -ms-flex;
  display: -moz-flex;
  display: -o-flex;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}
.cap-mobile .cap-mobile-content .cap-mobile-content__burger {
  flex-grow: 0;
  display: block;
  background: url("../images/icon-burger.png") 100% 100% no-repeat;
  background-size: cover;
  width: 23px;
  height: 15px;
  min-width: 15px;
}
.cap-mobile .cap-mobile-content .cap-mobile-content__logo {
  flex-grow: 1;
  padding-left: 15px;
}
.cap-mobile .cap-mobile-content .cap-content__tg {
  display: block;
  width: 120px;
}
.cap-mobile .cap-mobile-content .cap-content__tg img {
  width: 100%;
}
.cap-mobile .cap-mobile-content .cap-mobile-content__contact {
  flex-grow: 0;
  text-align: right;
  display: -webkit-flex;
  display: -ms-flex;
  display: -moz-flex;
  display: -o-flex;
  display: flex;
  flex-direction: column;
  padding-left: 15px;
  margin-top: 12px;
  line-height: 17px;
  margin-bottom: 6px;
}
.cap-mobile .cap-mobile-content .cap-mobile-content__value-icon {
  width: 13px;
  height: 13px;
  display: inline-block;
  position: relative;
  margin-right: 4px;
}
.cap-mobile .cap-mobile-content .cap-mobile-content__value-icon img {
  position: absolute;
  top: 0;
  left: 0;
}
.cap-mobile .cap-mobile-content .cap-mobile-content__value {
  font-family: "Calibri", sans-serif;
  font-weight: bold;
  font-size: 15px;
}
.cap-mobile .cap-mobile-content .cap-mobile-content__value a {
  text-decoration: none;
  color: #000000;
}
.cap-mobile .cap-mobile-content .cap-mobile-content__email .cap-mobile-content__value {
  font-size: 13px;
  font-weight: normal;
}
.cap-mobile .cap-mobile-content .cap-mobile-content__email .cap-mobile-content__value a {
  color: #000000;
}

.header {
  height: auto;
  padding-top: 72px;
  padding-bottom: 73px;
  position: relative;
}
@media screen and (min-width: 345px) {
  .header {
    padding-top: 20vw;
    padding-bottom: 26vw;
  }
}
@media screen and (min-width: 420px) {
  .header {
    padding-top: 16vw;
  }
}
@media screen and (min-width: 601px) {
  .header {
    padding-top: 11vw;
    padding-bottom: 22vw;
  }
}
@media screen and (min-width: 1010px) {
  .header {
    padding-top: 113px;
    padding-bottom: 242px;
  }
}
.header .header__background {
  background: url("../images/background-header-mobile.jpg") 0 -5px no-repeat;
  background-size: cover;
}
@media screen and (min-width: 481px) {
  .header .header__background {
    background: url("../images/background-header.jpg") -570px -70px no-repeat;
  }
}
@media screen and (min-width: 800px) {
  .header .header__background {
    background: url("../images/background-header.jpg") center -120px no-repeat;
  }
}
@media screen and (min-width: 1081px) {
  .header .header__background {
    background: url("../images/background-header.jpg") 100% center no-repeat;
    background-size: cover;
  }
}
.header .header__title-br {
  display: none;
}
@media screen and (min-width: 900px) {
  .header .header__title-br {
    display: block;
  }
}
.header .header__content {
  padding: 0 14px;
}
.header .header__texts {
  display: -webkit-flex;
  display: -ms-flex;
  display: -moz-flex;
  display: -o-flex;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.header .header__title {
  font-family: "Russo One", sans-serif;
  width: 100%;
  font-weight: normal;
  font-size: 36px;
  line-height: 45px;
  color: #ffffff;
  text-align: center;
  margin-bottom: 33px;
}
@media screen and (min-width: 601px) {
  .header .header__title {
    font-size: 45px;
    line-height: 58px;
    margin-bottom: 27px;
  }
}
.header .header__description {
  font-family: "Calibri", sans-serif;
  width: 100%;
  font-weight: normal;
  font-size: 18px;
  line-height: 28px;
  color: #ffffff;
  text-align: center;
  margin-bottom: 4vw;
}
@media screen and (min-width: 601px) {
  .header .header__description {
    font-size: 23px;
    line-height: 30px;
  }
}
@media screen and (min-width: 901px) {
  .header .header__description {
    margin-bottom: 65px;
  }
}
.header .header__info {
  font-family: Calibri, sans-serif;
  font-weight: normal;
  font-size: 15px;
  line-height: 33px;
  color: #f6af30;
  border-bottom: 2px solid #f6af30;
}
@media screen and (min-width: 601px) {
  .header .header__info {
    font-size: 20px;
    line-height: 38px;
    padding-bottom: 6px;
  }
}
.header .header__cranes {
  position: absolute;
  bottom: -32vw;
  z-index: 1;
  text-align: center;
  display: none;
}
@media screen and (min-width: 601px) {
  .header .header__cranes {
    display: initial;
    bottom: -19vw;
  }
}
@media screen and (min-width: 1010px) {
  .header .header__cranes {
    bottom: -158px;
  }
}
.header .header__cranes img {
  width: 95%;
  margin-left: 4vw;
}
@media screen and (min-width: 1010px) {
  .header .header__cranes img {
    width: 100%;
    margin-left: 111px;
    max-width: 858px;
  }
}
.header .header__cranes-mobile {
  position: absolute;
  bottom: -31vw;
  z-index: 1;
  text-align: center;
}
@media screen and (min-width: 345px) {
  .header .header__cranes-mobile {
    bottom: -21vw;
  }
}
@media screen and (min-width: 601px) {
  .header .header__cranes-mobile {
    display: none;
  }
}
.header .header__cranes-mobile img {
  width: 93%;
}

.under-cranes {
  height: auto;
  padding-top: 45vw;
  padding-bottom: 80px;
}
@media screen and (width: 344px) {
  .under-cranes {
    padding-top: 132px;
  }
}
@media screen and (min-width: 345px) {
  .under-cranes {
    padding-top: 21vw;
    padding-bottom: 76px;
  }
}
@media screen and (min-width: 1010px) {
  .under-cranes {
    padding-top: 213px;
  }
}
.under-cranes .under-cranes__background {
  background: url("../images/background-undercranes-mobile.png") center 0 no-repeat;
  background-size: cover;
}
@media screen and (min-width: 601px) {
  .under-cranes .under-cranes__background {
    background: url("../images/background-undercranes.jpg") center 0 no-repeat;
    background-size: cover;
  }
}
@media screen and (min-width: 1050px) {
  .under-cranes .form-bid {
    min-height: 150px;
    padding: 24px 42px 10px 42px;
  }
}

.description {
  height: auto;
  padding-top: 80px;
  padding-bottom: 68px;
}
@media screen and (min-width: 940px) {
  .description {
    padding-top: 122px;
    padding-bottom: 124px;
  }
}
.description .description__background {
  background: url("../images/background-description.jpg") center center no-repeat;
  background-size: cover;
}
.description .description__content {
  display: -webkit-flex;
  display: -ms-flex;
  display: -moz-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 0 18px;
}
@media screen and (min-width: 820px) {
  .description .description__content {
    height: 100%;
    flex-wrap: nowrap;
  }
}
@media screen and (min-width: 940px) {
  .description .description__content {
    padding-left: 114px;
  }
}
.description .description__logo {
  flex-grow: 0;
  padding-bottom: 43px;
}
.description .description__article {
  flex-grow: 1;
}
.description .description__article .description__title-br {
  display: none;
}
@media screen and (min-width: 601px) {
  .description .description__article .description__title-br {
    display: initial;
  }
}
@media screen and (min-width: 940px) {
  .description .description__article {
    padding-left: 47px;
    padding-right: 75px;
  }
}
.description .description__title {
  font-family: "Russo One", sans-serif;
  font-size: 36px;
  line-height: 45px;
  font-weight: normal;
  color: #1b0e02;
  margin-bottom: 26px;
}
@media screen and (min-width: 601px) {
  .description .description__title {
    font-size: 40px;
    line-height: 35px;
    margin-bottom: 38px;
  }
}
.description .description__text {
  font-family: "Calibri", sans-serif;
  font-size: 15px;
  line-height: 23px;
  font-weight: normal;
  color: #1b0e02;
  -webkit-font-kerning: normal;
  font-kerning: normal;
}
@media screen and (min-width: 601px) {
  .description .description__text {
    font-size: 20px;
    line-height: 25px;
  }
}

.advantage {
  height: auto;
  padding-top: 66px;
  padding-bottom: 53px;
}
@media screen and (min-width: 601px) {
  .advantage {
    padding-top: 81px;
    padding-bottom: 78px;
  }
}
.advantage .advantage__background {
  background: url("../images/background-advantage.png") center center no-repeat;
  background-size: cover;
}
.advantage .list-advantage {
  padding: 0;
  margin: 0;
  list-style: none;
  display: -webkit-flex;
  display: -ms-flex;
  display: -moz-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}
@media screen and (min-width: 820px) {
  .advantage .list-advantage {
    justify-content: space-between;
  }
}
.advantage .list-advantage__item {
  flex-grow: 1;
  flex-basis: 33%;
  text-align: center;
  padding-top: 24px;
  padding-bottom: 25px;
  min-width: 150px;
}
@media screen and (min-width: 350px) {
  .advantage .list-advantage__item {
    min-width: 155px;
  }
}
@media screen and (min-width: 601px) {
  .advantage .list-advantage__item.list-advantage__item_penult {
    flex-grow: 0;
    flex-basis: 40%;
    text-align: right;
  }
}
@media screen and (min-width: 601px) {
  .advantage .list-advantage__item.list-advantage__item_last {
    flex-grow: 0;
    flex-basis: 40%;
    text-align: left;
  }
}
.advantage .list-advantage__item-content {
  display: inline-block;
  text-align: center;
  width: 140px;
}
@media screen and (min-width: 820px) {
  .advantage .list-advantage__item-content {
    width: 185px;
  }
}
.advantage .list-advantage__icon {
  display: -webkit-flex;
  display: -ms-flex;
  display: -moz-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  padding-bottom: 17px;
  height: 72px;
}
.advantage .list-advantage__text {
  display: block;
  font-family: "Calibri", sans-serif;
  font-size: 15px;
  font-weight: bold;
  color: #ffffff;
  line-height: 22px;
  -webkit-font-kerning: normal;
  font-kerning: normal;
}
@media screen and (min-width: 820px) {
  .advantage .list-advantage__text {
    font-size: 20px;
    line-height: 25px;
  }
}

.point-format {
  padding-top: 80px;
  padding-bottom: 80px;
  height: auto;
  background-color: #f9b636;
}
@media screen and (min-width: 601px) {
  .point-format {
    padding-top: 110px;
    padding-bottom: 113px;
  }
}
.point-format .point-format__background-overlay {
  background: url("../images/background-bubbles.png") center center no-repeat;
  opacity: initial;
  background-size: cover;
}
.point-format .block__title {
  margin-bottom: 51px;
  text-align: left;
  color: #000000;
  font-family: Russo One, sans-serif;
  font-size: 38px;
  line-height: 23px;
  letter-spacing: -0.015em;
  -webkit-font-kerning: normal;
  font-kerning: normal;
}
@media screen and (min-width: 601px) {
  .point-format .block__title {
    margin-bottom: 39px;
    font-size: 40px;
    line-height: 1;
    letter-spacing: -0.005em;
  }
}
@media screen and (min-width: 1050px) {
  .point-format .block__title {
    padding-left: 326px;
  }
}
.point-format .list-point-format {
  display: -webkit-flex;
  display: -ms-flex;
  display: -moz-flex;
  display: -o-flex;
  display: flex;
  flex-direction: column;
  list-style: none;
  padding: 0;
  margin: 0 0 74px;
  font-size: 0;
}
@media screen and (min-width: 345px) {
  .point-format .list-point-format {
    margin: 0 0 10vw;
  }
}
@media screen and (min-width: 1030px) {
  .point-format .list-point-format {
    margin: 0 0 117px;
  }
}
.point-format .list-point-format .list-point-format__item {
  display: -webkit-flex;
  display: -ms-flex;
  display: -moz-flex;
  display: -o-flex;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding-bottom: 73px;
  flex-wrap: wrap;
}
@media screen and (min-width: 345px) {
  .point-format .list-point-format .list-point-format__item {
    padding-bottom: 15vw;
  }
}
@media screen and (min-width: 1030px) {
  .point-format .list-point-format .list-point-format__item {
    flex-wrap: nowrap;
    padding-bottom: 123px;
  }
}
.point-format .list-point-format .list-point-format__item:last-child {
  padding-bottom: 0;
}
.point-format .list-point-format .list-point-format__item .list-point-format__image {
  flex-grow: 0;
  width: 100%;
  text-align: center;
  padding-bottom: 22px;
}
@media screen and (min-width: 1030px) {
  .point-format .list-point-format .list-point-format__item .list-point-format__image {
    max-width: 282px;
    padding-bottom: 0;
  }
}
@media screen and (min-width: 1050px) {
  .point-format .list-point-format .list-point-format__item .list-point-format__image {
    text-align: right;
  }
}
.point-format .list-point-format .list-point-format__item .list-point-format__image img {
  max-width: 227px;
}
@media screen and (min-width: 601px) {
  .point-format .list-point-format .list-point-format__item .list-point-format__image img {
    max-width: initial;
  }
}
@media screen and (min-width: 1030px) {
  .point-format .list-point-format .list-point-format__item .list-point-format__image.icon-group-1 {
    padding-top: 34px;
  }
}
.point-format .list-point-format .list-point-format__item .list-point-format__image.icon-group-1 img {
  max-height: 92px;
}
@media screen and (min-width: 601px) {
  .point-format .list-point-format .list-point-format__item .list-point-format__image.icon-group-1 img {
    max-height: initial;
  }
}
@media screen and (min-width: 1030px) {
  .point-format .list-point-format .list-point-format__item .list-point-format__image.icon-group-2 {
    padding-top: 83px;
  }
}
@media screen and (min-width: 1030px) {
  .point-format .list-point-format .list-point-format__item .list-point-format__image.icon-group-3 {
    padding-top: 102px;
  }
}
@media screen and (min-width: 1030px) {
  .point-format .list-point-format .list-point-format__item .list-point-format__image.icon-group-4 {
    padding-top: 20px;
  }
}
.point-format .list-point-format .list-point-format__item .list-point-format__content {
  flex-grow: 1;
  display: -webkit-flex;
  display: -ms-flex;
  display: -moz-flex;
  display: -o-flex;
  display: flex;
  flex-direction: column;
  font-family: Calibri, sans-serif;
  color: #000000;
}
@media screen and (min-width: 1030px) {
  .point-format .list-point-format .list-point-format__item .list-point-format__content {
    padding-left: 44px;
  }
}
.point-format .list-point-format .list-point-format__item .list-point-format__title {
  font-family: "Russo One", sans-serif;
  font-size: 23px;
  line-height: 25px;
  font-weight: normal;
  -webkit-font-kerning: normal;
  font-kerning: normal;
  letter-spacing: 0.01em;
  margin-bottom: 15px;
}
@media screen and (min-width: 601px) {
  .point-format .list-point-format .list-point-format__item .list-point-format__title {
    font-size: 25px;
    line-height: 27px;
    margin-bottom: 19px;
  }
}
.point-format .list-point-format .list-point-format__item .list-point-format__text {
  font-size: 15px;
  line-height: 23px;
  font-weight: normal;
  letter-spacing: 0.005em;
  margin-bottom: 17px;
}
@media screen and (min-width: 601px) {
  .point-format .list-point-format .list-point-format__item .list-point-format__text {
    font-size: 20px;
    line-height: 25px;
    margin-bottom: 23px;
  }
}
.point-format .list-point-format .list-point-format__item .list-point-format__features {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 15px;
  font-weight: bold;
  display: -webkit-flex;
  display: -ms-flex;
  display: -moz-flex;
  display: -o-flex;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
  line-height: 1;
}
@media screen and (min-width: 601px) {
  .point-format .list-point-format .list-point-format__item .list-point-format__features {
    font-size: 20px;
  }
}
@media screen and (min-width: 700px) {
  .point-format .list-point-format .list-point-format__item .list-point-format__features {
    flex-wrap: nowrap;
  }
}
.point-format .list-point-format .list-point-format__item .list-point-format__features-column {
  display: -webkit-flex;
  display: -ms-flex;
  display: -moz-flex;
  display: -o-flex;
  display: flex;
  flex-direction: column;
}
.point-format .list-point-format .list-point-format__item .list-point-format__features-column-item {
  display: inline-block;
  font-size: 15px;
  line-height: 25px;
  font-weight: bold;
  -webkit-font-kerning: normal;
  font-kerning: normal;
  letter-spacing: -0.01em;
  margin-bottom: 1px;
}
@media screen and (min-width: 601px) {
  .point-format .list-point-format .list-point-format__item .list-point-format__features-column-item {
    font-size: 20px;
    line-height: 25px;
    margin-bottom: 6px;
  }
}
@media screen and (min-width: 1030px) {
  .point-format .list-point-format .list-point-format__item.point-2 .list-point-format__text {
    letter-spacing: -0.005em;
  }
}
@media screen and (min-width: 1080px) {
  .point-format .list-point-format .list-point-format__item.point-3 .list-point-format__text {
    max-width: 690px;
  }
}
.point-format .form-bid {
  background: #000000;
}
.point-format .form-bid .form-bid__title {
  color: #f9b233;
}
.point-format .form-bid .form-bid__inputs input {
  border: 2px solid #000000;
}
.point-format .form-bid .form-bid__inputs button {
  background-color: #f9b233;
  border: 2px solid #f9b233;
  color: #1b0e02;
}

.point-ours {
  height: auto;
  padding-bottom: 72px;
  padding-top: 92px;
}
.point-ours .point-ours__background {
  background: url("../images/point-ours.png") 100% 100% no-repeat;
  background-size: cover;
}
.point-ours .block__title {
  color: #000000;
}
.point-ours .point-ours__point-in-map {
  width: 100%;
}
.point-ours .point-ours__point-in-map img {
  width: 100%;
  position: relative;
  top: -60px;
}

.package-price {
  height: auto;
  padding-top: 73px;
  padding-bottom: 80px;
}
@media screen and (min-width: 654px) {
  .package-price {
    padding-top: 90px;
    padding-bottom: 96px;
  }
}
.package-price .package-price__background {
  background: url("../images/background-package-price.jpg") center center no-repeat;
  background-size: cover;
}
.package-price .block__title {
  margin-bottom: 40px;
  font-size: 36px;
  line-height: 45px;
  -webkit-font-kerning: normal;
  font-kerning: normal;
}
@media screen and (min-width: 601px) {
  .package-price .block__title {
    margin-bottom: 65px;
    font-size: 40px;
    line-height: 60px;
  }
}
.package-price .list-package {
  list-style: none;
  padding: 0;
  display: -webkit-flex;
  display: -ms-flex;
  display: -moz-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  font-size: 0;
  margin: 0 0 50px;
}
@media screen and (min-width: 654px) {
  .package-price .list-package {
    margin-bottom: 97px;
  }
}
.package-price .list-package .list-package__item {
  flex-grow: 1;
  text-align: center;
  margin-bottom: 50px;
}
.package-price .list-package .list-package__item:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 671px) {
  .package-price .list-package .list-package__item {
    margin-bottom: 0;
  }
}
.package-price .list-package .list-package__content {
  display: -webkit-inline-flex;
  display: -ms-inline-flex;
  display: -moz-inline-flex;
  display: -o-inline-flex;
  display: inline-flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 299px;
  height: 319px;
  font-family: "Calibri", sans-serif;
  color: #000000;
  padding-top: 42px;
  padding-bottom: 30px;
  background: url("../images/substrate.jpg") no-repeat center;
}
.package-price .list-package .list-package__title {
  width: 100%;
  font-size: 30px;
  line-height: 1;
  font-weight: normal;
  text-align: center;
  font-family: "Russo One", sans-serif;
  letter-spacing: 0;
  margin-bottom: 10px;
}
.package-price .list-package .list-package__text {
  width: 100%;
  flex-grow: 1;
  font-family: Calibri, sans-serif;
  font-size: 19px;
  line-height: 23px;
  font-weight: normal;
  text-align: center;
  letter-spacing: -0.01em;
}
.package-price .list-package .list-package__cost {
  width: 100%;
  font-family: Calibri, sans-serif;
  font-size: 19px;
  line-height: 25px;
  font-weight: normal;
  text-align: center;
  margin-bottom: 4px;
}
.package-price .list-package .list-package__investing {
  width: 100%;
  font-family: Calibri, sans-serif;
  font-size: 19px;
  line-height: 25px;
  font-weight: normal;
  text-align: center;
}
.package-price .list-package .list-package__cost-label,
.package-price .list-package .list-package__investing-label {
  display: block;
}
.package-price .list-package .list-package__cost-price,
.package-price .list-package .list-package__investing-price {
  display: block;
  font-weight: bold;
  font-size: 23px;
}
@media screen and (min-width: 775px) {
  .package-price .list-package .list-package__item.package-1 {
    text-align: right;
    padding-right: 41px;
  }
}
@media screen and (min-width: 775px) {
  .package-price .list-package .list-package__item.package-2 {
    text-align: left;
    padding-left: 41px;
  }
}
.package-price .form-bid .form-bid__title {
  color: #000000;
}
.package-price .form-bid .form-bid__inputs input {
  border: 2px solid #000000;
}
.package-price .form-bid .form-bid__inputs button {
  background-color: #000000;
  border: 2px solid #000000;
  color: #f9b233;
}

.questions-answers {
  height: auto;
  padding-top: 93px;
  padding-bottom: 90px;
}
.questions-answers .block__background {
  background-color: #f9b636;
}
.questions-answers .block__title {
  letter-spacing: -0.015em;
  font-kerning: normal;
  color: #000000;
}
.questions-answers .questions-answers__list {
  list-style: none;
  padding: 0 110px 0 83px;
  font-size: 0;
  margin: 66px 0 0;
}
.questions-answers .questions-answers__item {
  display: block;
}
.questions-answers .questions-answers__item hr {
  border: 1px solid #000000;
  max-width: 227px;
  margin: 41px 0 36px 0;
  opacity: 0.3;
}
.questions-answers .questions-answers__item:last-child hr {
  display: none;
}
.questions-answers .questions-answers__item.open .questions-answers__question::after {
  content: "";
  display: inline-block;
  width: 19px;
  height: 13px;
  background: url("../images/arrow-up.png") 0 0 no-repeat;
  background-size: contain;
  margin-left: 19px;
}
.questions-answers .questions-answers__item.open .questions-answers__answer {
  display: block;
}
.questions-answers .questions-answers__question {
  display: inline-block;
  font-family: Calibri, sans-serif;
  font-weight: bold;
  font-size: 27px;
  letter-spacing: -0.005em;
  line-height: 23px;
  font-kerning: normal;
  color: #000000;
  cursor: pointer;
}
.questions-answers .questions-answers__question::after {
  content: "";
  display: inline-block;
  width: 19px;
  height: 13px;
  background: url("../images/arrow-down.png") 0 0 no-repeat;
  background-size: contain;
  margin-left: 19px;
}
.questions-answers .questions-answers__answer {
  display: none;
  font-family: Calibri, sans-serif;
  font-weight: normal;
  font-size: 20px;
  line-height: 25px;
  letter-spacing: 0.005em;
  color: #000000;
  margin-top: 24px;
}

.stages-launch {
  padding-top: 110px;
  padding-bottom: 140px;
  height: auto;
}
.stages-launch .block__background {
  background: url("../images/stages-launch.png") 0 0 repeat;
  background-size: contain;
}
.stages-launch .block__title {
  letter-spacing: -0.015em;
  font-kerning: normal;
}
.stages-launch .stages-launch__list {
  list-style: none;
  padding: 0;
  font-size: 0;
  margin: 133px 0 0;
}
.stages-launch .stages-launch__item {
  display: -webkit-inline-flex;
  display: -ms-inline-flex;
  display: -moz-inline-flex;
  display: -o-inline-flex;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  text-align: center;
  margin-bottom: -63px;
  position: relative;
  padding-right: 0;
  padding-left: 0;
}
.stages-launch .stages-launch__item::before {
  content: "";
  display: block;
  width: 31px;
  height: 171px;
  background: url("../images/dashes/simple.png") 0 90px no-repeat;
  background-size: contain;
  position: relative;
  top: -15px;
}
.stages-launch .stages-launch__item:first-child::before {
  display: none;
}
.stages-launch .stages-launch__item:last-child {
  margin-bottom: 0;
  padding: 0;
}
@media screen and (min-width: 1000px) {
  .stages-launch .stages-launch__item {
    width: 50%;
    margin-bottom: 113px;
  }
  .stages-launch .stages-launch__item.stage-selection, .stages-launch .stages-launch__item.stage-order {
    margin-bottom: 110px;
  }
  .stages-launch .stages-launch__item.stage-3d {
    margin-bottom: 128px;
  }
  .stages-launch .stages-launch__item:nth-child(odd) {
    padding-right: 112px;
  }
  .stages-launch .stages-launch__item:nth-child(even) {
    padding-left: 60px;
  }
  .stages-launch .stages-launch__item:last-child {
    width: 100%;
    padding: 0;
  }
  .stages-launch .stages-launch__item.stage-familiarization::before {
    content: "";
    display: block;
    width: 397px;
    height: 171px;
    background: url("../images/dashes/1.png") 0 0 no-repeat;
    background-size: contain;
    position: absolute;
    top: -10px;
    left: -200px;
  }
  .stages-launch .stages-launch__item.stage-order::before {
    content: "";
    display: block;
    width: 53px;
    height: 93px;
    background: url("../images/dashes/2.png") 0 0 no-repeat;
    background-size: contain;
    position: absolute;
    top: -105px;
    left: 252px;
  }
  .stages-launch .stages-launch__item.stage-selection::before {
    content: "";
    display: block;
    width: 450px;
    height: 111px;
    background: url("../images/dashes/3.png") 0 0 no-repeat;
    background-size: contain;
    position: absolute;
    top: -50px;
    right: -205px;
    left: initial;
  }
  .stages-launch .stages-launch__item.stage-3d::before {
    content: "";
    display: block;
    width: 59px;
    height: 77px;
    background: url("../images/dashes/4.png") 0 0 no-repeat;
    background-size: contain;
    position: absolute;
    top: -100px;
    right: 300px;
    left: initial;
  }
  .stages-launch .stages-launch__item.stage-prepare::before {
    content: "";
    display: block;
    width: 281px;
    height: 127px;
    background: url("../images/dashes/5.png") 0 0 no-repeat;
    background-size: contain;
    position: absolute;
    top: -15px;
    left: -100px;
  }
  .stages-launch .stages-launch__item.stage-start::before {
    content: "";
    display: block;
    width: 177px;
    height: 229px;
    background: url("../images/dashes/6.png") 0 0 no-repeat;
    background-size: contain;
    position: absolute;
    top: -130px;
    right: 235px;
    left: initial;
  }
}
.stages-launch .stages-launch__item-container {
  display: inline-block;
  max-width: 385px;
}
.stages-launch .stages-launch__icon {
  display: block;
}
.stages-launch .stages-launch__title {
  display: inline-block;
  font-family: Calibri, sans-serif;
  font-size: 27px;
  font-weight: bold;
  line-height: 1;
  font-kerning: normal;
  letter-spacing: -0.005em;
  color: #f9b233;
  margin-top: 25px;
}
.stages-launch .stages-launch__description {
  display: block;
  font-family: Calibri, sans-serif;
  font-size: 20px;
  font-weight: normal;
  line-height: 25px;
  letter-spacing: 0.005em;
  color: #ffffff;
  margin-top: 20px;
}
.stages-launch .stage-familiarization .stages-launch__title {
  max-width: 377px;
}

.footer {
  height: auto;
  padding-top: 74px;
  padding-bottom: 72px;
  background-color: #f9b636;
}
@media screen and (min-width: 601px) {
  .footer {
    padding-top: 113px;
    padding-bottom: 103px;
  }
}
.footer .block__title {
  font-family: Russo One, sans-serif;
  font-size: 36px;
  line-height: 1;
  -webkit-font-kerning: normal;
  font-kerning: normal;
  color: #000000;
  margin-bottom: 29px;
}
@media screen and (min-width: 601px) {
  .footer .block__title {
    font-size: 40px;
    letter-spacing: 0.025em;
    margin-bottom: 33px;
  }
}
.footer .contact-list {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 0;
  display: -webkit-flex;
  display: -ms-flex;
  display: -moz-flex;
  display: -o-flex;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.footer .contact-list__contact-item {
  font-family: "Calibri", sans-serif;
  text-align: center;
  line-height: 30px;
  padding-bottom: 20px;
}
@media screen and (min-width: 601px) {
  .footer .contact-list__contact-item {
    padding-bottom: 26px;
  }
}
.footer .contact-list__contact-item:last-child {
  padding-bottom: 0;
}
.footer .contact-list__contact-item .cap-content__tg {
  margin-top: 30px;
  display: block;
  width: 170px;
}
.footer .contact-list__contact-item .cap-content__tg img {
  width: 100%;
}
@media screen and (max-width: 600px) {
  .footer .contact-list__contact-item .cap-content__tg {
    width: 140px;
  }
}
.footer .contact-item__label {
  display: block;
  font-weight: normal;
  font-size: 15px;
  line-height: 26px;
  color: #000000;
}
@media screen and (min-width: 601px) {
  .footer .contact-item__label {
    font-size: 20px;
    line-height: 30px;
  }
}
.footer .contact-item__contact {
  display: block;
  font-weight: bold;
  font-size: 25px;
  line-height: 32px;
  color: #000000;
}
@media screen and (min-width: 601px) {
  .footer .contact-item__contact {
    font-size: 30px;
    line-height: 34px;
  }
}
.footer .contact-item__contact a {
  color: inherit;
  text-decoration: none;
}
.footer .contact-item__contact.contact-item__contact_email {
  font-weight: normal;
}
@media screen and (max-width: 600px) {
  .footer .contact-item__contact.contact-item__contact_email {
    font-size: 15px;
  }
}

/** Черная пятница **/
.rec34874984777 {
  display: flex;
  justify-content: center;
  padding-top: 0;
  background-color: #100f03;
}

.rec34874984777 .img-container {
  background-image: url("../images/1200.jpg");
  height: 128px;
  width: 100%;
  max-width: 1200px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

@media screen and (max-width: 800px) {
  .rec34874984777 .img-container {
    background-image: url("../images/800.jpg");
    height: 85px;
    max-width: 800px;
  }
}
@media screen and (max-width: 540px) {
  .rec34874984777 {
    background-color: #040404;
  }

  .rec34874984777 .img-container {
    background-image: url("../images/300.jpg");
    height: 120px;
    max-width: 300px;
  }
}

/*# sourceMappingURL=styles.css.map */
