.hero {
  position: relative;
  min-height: 680px;
  padding-top: 120px;
  padding-bottom: 100px;
  background-color: #032a44;
  background-image: url('../images/pont-1810.png'), -webkit-linear-gradient(102deg, #f1f1f1 40%, hsla(0, 0%, 100%, 0) 0), -webkit-linear-gradient(62deg, #032a44, rgba(3, 42, 68, 0)), url('../images/h1.jpg');
  background-image: url('../images/pont-1810.png'), linear-gradient(348deg, #f1f1f1 40%, hsla(0, 0%, 100%, 0) 0), linear-gradient(28deg, #032a44, rgba(3, 42, 68, 0)), url('../images/h1.jpg');
  background-position: 85% 91%, 0px 0px, 0px 0px, 50% 50%;
  background-size: 400px, auto, auto, cover;
  background-repeat: no-repeat, repeat, repeat, no-repeat;
}

.body {
  font-family: 'PT Sans', sans-serif;
  color: #000;
  font-size: 16px;
  font-weight: 400;
}

.nav {
  position: fixed;
  width: 100%;
  min-height: 65px;
  border-bottom: 1px solid #f2f2f2;
  background-color: #032a44;
  color: #fff;
}

.nav-link {
  min-height: 65px;
  min-width: auto;
  color: #fff;
  text-align: center;
}

.nav-link.w--current {
  color: #ffd600;
}

.h1 {
  color: #fff;
  text-transform: uppercase;
}

.h1.hero-heading {
  display: block;
  margin-right: auto;
  margin-left: auto;
  color: #f1f1f1;
  text-align: left;
}

.subheading {
  color: #f1f1f1;
  font-size: 22px;
  font-weight: 400;
}

.subheading.hero-subheading {
  display: block;
  margin-top: 10px;
  margin-right: auto;
  margin-left: auto;
  font-size: 20px;
  line-height: 24px;
  text-align: left;
}

.cta-1 {
  min-height: auto;
  padding-top: 16px;
  padding-bottom: 30px;
  background-color: #032a44;
}

.form-block {
  display: block;
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
}

.text-field {
  width: 33%;
  height: 45px;
  margin-right: 10px;
  padding-left: 20px;
  float: left;
  border-radius: 20px;
  font-size: 16px;
}

.submit-button {
  width: 300px;
  height: 45px;
  border-radius: 20px;
  background-color: #ffd600;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  font-size: 20px;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, .83);
}

.submit-button:hover {
  background-color: #d3d3d3;
}

.submit-button:active {
  background-color: #f1f1f1;
}

.h2 {
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-top: 60px;
  background-image: url('../images/phone-call-2.jpg');
  background-position: 50% 0px;
  background-size: 40px;
  background-repeat: no-repeat;
  color: #f1f1f1;
  font-size: 23px;
  font-weight: 400;
  text-align: center;
}

.subtxt {
  display: block;
  max-width: 500px;
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: auto;
  color: #f1f1f1;
  text-align: center;
}

.hero-row-txt {
  display: block;
  width: auto;
  height: auto;
  margin-right: auto;
  margin-left: auto;
  padding: 14px 15px 14px 50px;
  border-style: none;
  border-radius: 0%;
  background-color: transparent;
  background-image: url('../images/more-1.png');
  background-position: 18px 49%;
  background-size: 10px;
  background-repeat: no-repeat;
  font-family: Montserrat, sans-serif;
  color: #f1f1f1;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  text-align: left;
}

.form {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.footer {
  height: auto;
  min-height: 100px;
  padding-top: 20px;
  padding-bottom: 130px;
  background-color: #000;
}

._05---prices {
  display: block;
  min-height: 900px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 40px;
  padding-bottom: 30px;
  background-color: #f1f1f1;
}

.content-wrapper {
  display: block;
  max-width: 1100px;
  margin-right: auto;
  margin-left: auto;
}

.heading {
  margin-bottom: 55px;
  padding-bottom: 20px;
  border-bottom: 2px solid #ffd600;
  text-align: center;
  text-transform: uppercase;
}

.heading.white {
  color: #fff;
}

.sheet-wrapper {
  display: block;
  max-width: 900px;
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: auto;
}

.top-sheet {
  height: 50px;
  padding-right: 20px;
  padding-left: 20px;
  border-radius: 20px;
  background-color: #032a44;
  color: #fff;
}

.sheet-name {
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding: 15px 15px 15px 0px;
  text-align: left;
}

.sheet {
  margin-top: 5px;
  margin-bottom: 5px;
  padding-top: 10px;
  padding-right: 20px;
  padding-bottom: 10px;
  border: 2px solid #f1f1f1;
  border-radius: 20px;
  background-color: #fff;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}

.sheet:hover {
  border-color: #ffd600;
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.but {
  display: block;
  width: 158px;
  height: 40px;
  margin-top: 8px;
  margin-right: auto;
  margin-left: auto;
  float: right;
  border-radius: 20px;
  background-color: #ffd600;
  -webkit-transition: background-color 400ms ease;
  transition: background-color 400ms ease;
  font-size: 17px;
  text-align: center;
  text-shadow: 1px 1px 4px rgba(0, 0, 0, .75);
}

.but:hover {
  background-color: #032a44;
}

.but:active {
  background-color: #d3d3d3;
}

.gruz-name {
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding: 15px 15px 15px 0px;
  font-size: 22px;
  font-weight: 700;
  text-align: left;
}

.price {
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding: 15px;
  color: #032a44;
  font-size: 25px;
  font-weight: 700;
  text-align: left;
}

.sheet-img {
  display: block;
  width: 80px;
  height: 46px;
  margin-right: auto;
  margin-left: auto;
}

._02 {
  padding-top: 10px;
  padding-bottom: 80px;
  background-color: #f1f1f1;
}

._06 {
  min-height: 220px;
  padding-top: 30px;
  padding-bottom: 10px;
  background-color: #f1f1f1;
}

._04 {
  min-height: 500px;
  padding-top: 40px;
  padding-bottom: 80px;
  background-color: #fff;
}

.image-2 {
  display: block;
  width: 450px;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
}

.columns {
  margin-top: 30px;
  margin-bottom: 40px;
}

.hero-points-div {
  width: 45%;
  min-height: 20px;
  margin-top: 40px;
}

.hero-button {
  position: absolute;
  left: 18%;
  bottom: 114px;
  display: block;
  width: 300px;
  height: 60px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0px;
  padding-bottom: 0px;
  border-radius: 50px;
  background-color: #ffd600;
  box-shadow: 3px 3px 11px -3px rgba(31, 30, 30, .73);
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  font-size: 24px;
  line-height: 60px;
  text-align: center;
  text-shadow: 1px 1px 4px rgba(0, 0, 0, .75);
}

.hero-button:hover {
  background-color: #d3d3d3;
}

.hero-button:active {
  background-color: #f1f1f1;
}

.logo {
  display: block;
  width: 100px;
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: auto;
}

.d1 {
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  text-align: center;
}

._2---icon {
  display: block;
  width: 70px;
  margin-right: auto;
  margin-bottom: 10px;
  margin-left: auto;
}

.container-cta {
  margin-bottom: 10px;
}

.txt-descr-1 {
  display: block;
  max-width: 800px;
  margin-right: auto;
  margin-left: auto;
  font-size: 18px;
  line-height: 24px;
  text-align: center;
}

.span {
  padding-right: 4px;
  padding-left: 4px;
  color: #032a44;
  font-size: 24px;
  line-height: 22px;
  font-weight: 700;
}

.txt-descr-2 {
  display: block;
  max-width: 800px;
  margin-top: 55px;
  margin-right: auto;
  margin-left: auto;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 23px;
  text-align: left;
}

.lightbox {
  display: block;
  width: 300px;
  height: 225px;
  margin-right: auto;
  margin-left: auto;
  border: 4px solid #f1f1f1;
  box-shadow: 3px 3px 11px -5px #000;
}

.gallery {
  display: block;
  max-width: 1100px;
  margin-right: auto;
  margin-left: auto;
}

.d2 {
  display: block;
  max-width: 280px;
  min-width: auto;
  margin-right: auto;
  margin-bottom: 10px;
  margin-left: auto;
  font-family: 'PT Sans', sans-serif;
  font-size: 19px;
  line-height: 24px;
  font-weight: 700;
  text-align: center;
}

.d3 {
  display: block;
  max-width: 280px;
  margin-right: auto;
  margin-left: auto;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  text-align: center;
}

._07 {
  min-height: 500px;
  padding-top: 139px;
  padding-bottom: 115px;
  background-color: #fff;
  background-image: -webkit-linear-gradient(273deg, rgba(3, 42, 68, 0) 90%, #f1f1f1 0), -webkit-linear-gradient(274deg, #f1f1f1 14%, hsla(0, 0%, 100%, 0) 0), -webkit-linear-gradient(270deg, rgba(3, 42, 68, .75), rgba(3, 42, 68, .75)), url('../images/s2_1.jpg');
  background-image: linear-gradient(177deg, rgba(3, 42, 68, 0) 90%, #f1f1f1 0), linear-gradient(176deg, #f1f1f1 14%, hsla(0, 0%, 100%, 0) 0), linear-gradient(180deg, rgba(3, 42, 68, .75), rgba(3, 42, 68, .75)), url('../images/s2_1.jpg');
  background-position: 0px 0px, 0px 0px, 0px 0px, 50% 100%;
  background-size: auto, auto, auto, cover;
}

.gruzopodemnost {
  padding-top: 15px;
  padding-left: 13px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  text-align: left;
}

.uslovia {
  width: auto;
  margin-bottom: 10px;
  padding-left: 0px;
  color: #fff;
  font-size: 18px;
  line-height: 27px;
}

.uslovia.top-margin-30 {
  margin-top: 30px;
}

.dots {
  margin-bottom: 4px;
  padding-left: 35px;
  background-image: url('../images/more-1.png');
  background-position: 0px 50%;
  background-size: 8px;
  background-repeat: no-repeat;
  font-family: Montserrat, sans-serif;
  color: #f1f1f1;
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
}

.big-img {
  margin-top: 10px;
}

.but-cta {
  position: static;
  left: 18%;
  bottom: 114px;
  display: block;
  width: 300px;
  height: 60px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0px;
  padding-bottom: 0px;
  border-radius: 50px;
  background-color: #ffd600;
  box-shadow: 3px 3px 11px -3px rgba(31, 30, 30, .73);
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  font-size: 24px;
  line-height: 60px;
  text-align: center;
  text-shadow: 1px 1px 4px rgba(0, 0, 0, .75);
}

.but-cta:hover {
  background-color: #d3d3d3;
}

.but-cta:active {
  background-color: #f1f1f1;
}

._07---col {
  margin-bottom: 35px;
}

._08 {
  min-height: 300px;
  padding-top: 15px;
  padding-bottom: 70px;
  background-color: #f1f1f1;
}

.nav-container {
  max-width: 1100px;
}

.nav-menu {
  float: left;
}

.top-but {
  width: 200px;
  height: 40px;
  margin-top: 12px;
  padding-top: 8px;
  padding-bottom: 8px;
  float: right;
  border: 2px solid #ffd600;
  border-radius: 20px;
  background-color: rgba(255, 214, 0, 0);
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  font-size: 16px;
  text-align: center;
  text-shadow: 1px 1px 4px rgba(0, 0, 0, .75);
}

.top-but:hover {
  background-color: #ffd600;
}

.top-but:active {
  border-color: #f1f1f1;
  background-color: #f1f1f1;
}

.top-logo {
  margin-top: 7px;
  margin-right: 20px;
}

.col1 {
  display: block;
  max-width: 900px;
  margin-top: 40px;
  margin-right: auto;
  margin-left: auto;
}

.top-number-2 {
  width: 200px;
  height: 40px;
  margin-top: 12px;
  padding-top: 11px;
  padding-bottom: 11px;
  float: right;
  border: 2px none #ffd600;
  border-radius: 20px;
  background-color: rgba(255, 214, 0, 0);
  font-size: 18px;
  line-height: 20px;
  text-align: center;
  text-shadow: 1px 1px 4px rgba(0, 0, 0, .75);
}

.lb-img {
  width: 100%;
  height: 100%;
}

.logo-footer {
  display: block;
  width: 70px;
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: auto;
}

.footer-descr {
  display: block;
  max-width: 800px;
  margin-right: auto;
  margin-bottom: 15px;
  margin-left: auto;
  color: #f1f1f1;
  font-size: 18px;
  line-height: 24px;
  text-align: center;
}

.footer-descr-2 {
  display: block;
  max-width: 500px;
  margin-right: auto;
  margin-bottom: 15px;
  margin-left: auto;
  font-family: Montserrat, sans-serif;
  color: #f1f1f1;
  font-size: 14px;
  line-height: 22px;
  text-align: center;
}

.sheet-description {
  text-align: center;
}

.cta {
  padding-top: 25px;
  padding-bottom: 45px;
  background-color: #032a44;
}

.problems-columns {
  margin-bottom: 60px;
}

.hidden-button {
  width: 200px;
  height: 40px;
  margin-top: 12px;
  padding-top: 8px;
  padding-bottom: 8px;
  float: right;
  border: 2px solid #ffd600;
  border-radius: 20px;
  background-color: rgba(255, 214, 0, 0);
  font-size: 16px;
  text-align: center;
  text-shadow: 1px 1px 4px rgba(0, 0, 0, .75);
}

.menu-number {
  width: 200px;
  height: 40px;
  margin-top: 12px;
  padding-top: 11px;
  padding-bottom: 11px;
  float: right;
  border: 2px none #ffd600;
  border-radius: 20px;
  background-color: rgba(255, 214, 0, 0);
  font-size: 18px;
  line-height: 20px;
  text-align: center;
}

.success-message {
  height: 300px;
  background-color: #032a44;
  color: #fff;
  font-size: 18px;
  line-height: 24px;
}

.error-message {
  height: 300px;
  background-color: #032a44;
  color: #fff;
  font-size: 18px;
  line-height: 24px;
}

.modal-section {
  padding: 200px;
  background-color: rgba(0, 0, 0, .9);
}

.modal-window {
  position: relative;
  display: block;
  width: 400px;
  height: auto;
  min-height: 300px;
  margin-right: auto;
  margin-left: auto;
  padding: 30px;
  border-radius: 20px;
  background-color: #f1f1f1;
  font-family: 'PT Sans', sans-serif;
  color: #000;
}

.modal-subtxt {
  display: block;
  max-width: 500px;
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: auto;
  color: #000;
  font-size: 16px;
  line-height: 22px;
  text-align: center;
}

.modal-form {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.modal-tf {
  width: 100%;
  height: 45px;
  margin-right: 10px;
  padding-left: 20px;
  float: left;
  border-radius: 20px;
  font-size: 16px;
}

.modal-submit {
  display: block;
  width: 300px;
  height: 45px;
  margin-right: auto;
  margin-left: auto;
  border-radius: 20px;
  background-color: #ffd600;
  font-size: 20px;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, .83);
}

.link {
  position: absolute;
  top: -7px;
  right: -8px;
  width: 30px;
  height: 30px;
  padding: 5px 7px;
  border: 1px solid #d3d3d3;
  border-radius: 50%;
  background-color: #fff;
  color: #032a44;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
}

.link:hover {
  color: #ffd600;
}

.link:active {
  color: #d3d3d3;
}

@media (max-width: 991px) {
  .hero {
    padding-top: 80px;
    background-size: 400px, auto, auto, cover;
  }
  .nav {
    border-bottom-color: #d3d3d3;
  }
  .nav-link {
    min-height: 35px;
    margin-right: 20px;
    padding-left: 10px;
    font-size: 18px;
    text-align: left;
  }
  .nav-link:hover {
    background-color: #ffd600;
  }
  .nav-link:active {
    background-color: #d3d3d3;
  }
  .subheading.hero-subheading {
    display: inline-block;
    width: auto;
  }
  .form-block {
    max-width: 700px;
  }
  .text-field {
    display: block;
    width: auto;
    max-width: auto;
    min-width: 300px;
    margin-right: auto;
    margin-left: auto;
    float: none;
  }
  .submit-button {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .hero-row-txt {
    padding-top: 7px;
    padding-bottom: 7px;
  }
  ._05---prices {
    padding-top: 25px;
  }
  .content-wrapper {
    max-width: 700px;
  }
  .heading {
    margin-bottom: 30px;
    font-size: 26px;
    line-height: 28px;
  }
  .heading.white {
    margin-bottom: 15px;
  }
  .top-sheet {
    height: 60px;
  }
  .sheet-name {
    font-size: 16px;
  }
  .sheet {
    padding-right: 0px;
  }
  .but {
    width: 130px;
    margin-top: 0px;
    padding-top: 9px;
    float: none;
    font-size: 15px;
  }
  .gruz-name {
    padding-top: 7px;
    padding-bottom: 7px;
    font-size: 18px;
  }
  .price {
    padding: 0px;
    font-size: 23px;
  }
  .sheet-img {
    width: 60px;
    height: 46px;
  }
  ._06 {
    padding-top: 10px;
  }
  ._04 {
    padding-bottom: 40px;
  }
  .hero-points-div {
    width: 70%;
    margin-top: 0px;
  }
  .hero-button {
    left: 18%;
    right: 18%;
    bottom: 114px;
  }
  .lightbox {
    margin-bottom: 10px;
  }
  .gallery {
    max-width: 700px;
  }
  .d3 {
    max-width: 580px;
    margin-bottom: 31px;
  }
  ._07 {
    min-height: 400px;
    padding-top: 25px;
    padding-bottom: 40px;
    background-image: -webkit-linear-gradient(270deg, rgba(3, 42, 68, .75), rgba(3, 42, 68, .75)), url('../images/s2_1.jpg');
    background-image: linear-gradient(180deg, rgba(3, 42, 68, .75), rgba(3, 42, 68, .75)), url('../images/s2_1.jpg');
    background-position: 0px 0px, 50% 100%;
    background-size: auto, cover;
  }
  .gruzopodemnost {
    padding-top: 5px;
  }
  .big-img {
    display: block;
    width: 400px;
    margin-right: auto;
    margin-bottom: 15px;
    margin-left: auto;
  }
  .but-cta {
    height: 45px;
    font-size: 20px;
    line-height: 45px;
  }
  ._07---col {
    display: block;
    width: 500px;
    margin-right: auto;
    margin-left: auto;
  }
  ._08 {
    padding-top: 30px;
    padding-bottom: 50px;
  }
  .nav-container {
    padding-right: 20px;
    padding-left: 20px;
  }
  .nav-menu {
    max-width: 500px;
    padding: 20px 20px 20px 50px;
    background-color: #032a44;
  }
  .top-logo {
    display: block;
    margin-bottom: 20px;
  }
  .problems-columns {
    margin-bottom: 35px;
  }
  .menu-button {
    float: left;
  }
  .hidden-button {
    display: block;
    float: none;
  }
  .menu-number {
    display: block;
    float: none;
  }
  .modal-section {
    padding: 154px;
  }
  .modal-tf {
    display: block;
    width: auto;
    max-width: auto;
    min-width: 300px;
    margin-right: auto;
    margin-left: auto;
    float: none;
  }
  .modal-submit {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
}

@media (max-width: 767px) {
  .hero {
    min-height: 650px;
    background-image: url('../images/pont-1810.png'), -webkit-linear-gradient(279deg, hsla(0, 0%, 95%, 0) 81%, #f1f1f1 0), -webkit-linear-gradient(62deg, #032a44, rgba(3, 42, 68, 0)), url('../images/h1.jpg');
    background-image: url('../images/pont-1810.png'), linear-gradient(171deg, hsla(0, 0%, 95%, 0) 81%, #f1f1f1 0), linear-gradient(28deg, #032a44, rgba(3, 42, 68, 0)), url('../images/h1.jpg');
    background-position: 94% 91%, 0px 0px, 0px 0px, 50% 50%;
    background-size: 250px, auto, auto, cover;
    background-repeat: no-repeat, repeat, repeat, no-repeat;
  }
  .nav {
    width: 100%;
  }
  .nav-link {
    padding-top: 13px;
    padding-bottom: 13px;
  }
  .h1.hero-heading {
    text-align: center;
  }
  .subheading.hero-subheading {
    display: block;
    margin-right: auto;
    margin-left: auto;
    font-size: 14px;
    text-align: center;
  }
  .content-wrapper {
    max-width: 400px;
  }
  .heading.white {
    max-width: 400px;
  }
  .sheet-wrapper {
    max-width: 300px;
  }
  .top-sheet {
    height: auto;
    margin-bottom: 20px;
    padding-top: 16px;
    padding-bottom: 16px;
  }
  .sheet-name {
    padding-top: 7px;
    padding-bottom: 7px;
    text-align: center;
  }
  .sheet {
    display: block;
  }
  .but {
    width: 200px;
    font-size: 18px;
  }
  .gruz-name {
    padding-right: 0px;
    font-size: 22px;
    text-align: center;
  }
  .price {
    max-width: 200px;
    margin-bottom: 10px;
    padding-top: 14px;
    padding-bottom: 14px;
    font-size: 30px;
    text-align: center;
  }
  .sheet-img {
    width: 80px;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .hero-points-div {
    width: auto;
  }
  .hero-button {
    position: static;
    bottom: 40px;
    margin-top: 40px;
  }
  .txt-descr-2 {
    text-align: center;
  }
  .gruzopodemnost {
    margin-bottom: 10px;
    padding-left: 0px;
    text-align: center;
  }
  .uslovia {
    max-width: 400px;
  }
  ._07---col {
    width: 40px;
  }
  .nav-container {
    max-width: 600px;
  }
  .nav-menu {
    padding-left: 25px;
  }
  .menu-number {
    text-shadow: none;
  }
  .success-message {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .error-message {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .modal-section {
    padding: 140px 50px;
  }
}

@media (max-width: 479px) {
  .hero {
    min-height: 650px;
    padding-top: 75px;
    padding-right: 10px;
    padding-left: 10px;
    background-image: -webkit-linear-gradient(102deg, #f1f1f1 11%, hsla(0, 0%, 100%, 0) 0), -webkit-linear-gradient(62deg, #032a44, rgba(3, 42, 68, 0)), url('../images/h1.jpg');
    background-image: linear-gradient(348deg, #f1f1f1 11%, hsla(0, 0%, 100%, 0) 0), linear-gradient(28deg, #032a44, rgba(3, 42, 68, 0)), url('../images/h1.jpg');
    background-position: 0px 0px, 0px 0px, 50% 50%;
    background-size: auto, auto, cover;
    background-repeat: repeat, repeat, no-repeat;
  }
  .h1.hero-heading {
    font-size: 30px;
    line-height: 36px;
  }
  .subheading.hero-subheading {
    line-height: 22px;
  }
  .content-wrapper {
    max-width: 300px;
  }
  .heading.white {
    line-height: 34px;
  }
  .sheet-name {
    padding-right: 0px;
    font-size: 18px;
  }
  .hero-button {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .uslovia {
    max-width: 300px;
    padding-left: 0px;
  }
  .big-img {
    width: 300px;
  }
  ._07---col {
    width: 300px;
  }
  ._08 {
    padding-bottom: 30px;
  }
  .nav-container {
    padding-right: 10px;
    padding-left: 10px;
  }
  .nav-menu {
    padding-left: 15px;
  }
  .cta {
    padding-top: 15px;
  }
  .problems-columns {
    margin-bottom: 20px;
  }
  .modal-section {
    padding-right: 0px;
    padding-left: 0px;
  }
  .modal-window {
    width: 300px;
    padding-right: 7px;
    padding-left: 7px;
  }
  .modal-subtxt {
    width: 250px;
  }
  .modal-tf {
    min-width: 280px;
  }
  .modal-submit {
    width: 280px;
  }
  .link {
    top: 9px;
    right: 7px;
  }
}







/*новые стили для всплывающего окна*/
.boxflat{
  min-width: 280px;
  border-radius: 10px;
  width: 100%;
  max-width: 400px;
}
.boxflat__wrap{
  margin: auto;
  max-width: 270px;
  padding: 20px 0;
}
.boxflat__title{
  padding-bottom: 20px;
  font-size: 18px;
  text-align: center;
}
.boxflat__title b{
  font-size: 18px;
  font-weight: 400;
}
.boxflat__title strong{
  color: green;
  font-size: 16px;
  font-weight: 300;
}
.boxflat__title span{
  display: block;
  padding: 10px 0 20px;
  font-size: 24px;
  font-weight: bold;
}
.boxflat__form p{
  margin-bottom: 15px;
}
.boxflat__form p input{
  padding: 16px 10px;
  width: 100%;
  border-radius: 7px;
  border: 1px solid #ccc;
  padding-left: 15px;
  height: 50px;
}
input.-error{
  border-color: red !important;
}
.boxflat__form button:hover{
  background-color: #ffe455;
}
.boxflat__form button{
  text-transform: uppercase;
  width: 100%;
  margin: 0;
  cursor: pointer;
  max-width: 100%;
  color: #333;
  height: 50px;
  background-color: #ffd600;
}







/*///////////*/

.myform{
  background: #fff;
  padding: 20px 40px 40px;
  border-radius: 10px;
  margin: auto;
  max-width: 500px;
}
.myform__title{
  background: #FFF100;
  color: #000;
  font-weight: bold;
  font-size: 20px;
  text-align: center;
  padding: 10px 20px;
  line-height: 1.4;
  margin-bottom: 30px;
}
.myform__wrap{
}
.myform input[type=text]{
  width: 100%;
  padding: 10px;
  border: 1px solid #ccc;
}
.myform__btn {
  padding-top: 20px;
  text-align: center;
}
.myform__btn button{
  position: relative;
  display: inline-block;
  padding: 0 18px;
  height: 47px;
  line-height: 47px;
  border: 0;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  font: bold 12px "OpenSans",Helvetica,Arial,sans-serif;
  vertical-align: middle;
  text-decoration: none;
  text-transform: uppercase;
  text-shadow: none;
  white-space: nowrap;
  -webkit-font-smoothing: antialiased;
  outline: 0;
  cursor: pointer;
  color: #000000;
  background: #FFF100;
}
.myform__soglasie{
  padding-top: 20px;
  display: flex;
}
.myform__soglasie .-check{
  width: 30px;
}
.myform__soglasie .-txt{
  padding-left: 15px;
  flex-grow: 1;
  font-size: 12px;
  font-weight: 300;
  line-height: 1.4;
}
.boss-button {
  width: auto;
  float: none;
  padding: 5px 30px;
}