.w-checkbox {
  display: block;
  margin-bottom: 5px;
  padding-left: 20px;
}

.w-checkbox::before {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

.w-checkbox::after {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  clear: both;
}

.w-checkbox-input {
  float: left;
  margin-bottom: 0px;
  margin-left: -20px;
  margin-right: 0px;
  margin-top: 4px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-right-color: #ccc;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  width: 12px;
  height: 12px;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  border-top-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  border-right-color: #3898ec;
  background-image: url('../images/custom-checkbox-check.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0px 0px 3px 1px #3898ec;
}

.hero {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 13% 8% 40px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #e4ac44;
  background-image: url('../images/bg1.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

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

.logo-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.logo-text-link {
  color: #fff;
  font-size: 34px;
  letter-spacing: 1vw;
  text-decoration: none;
  text-transform: uppercase;
}

.header {
  position: fixed;
  z-index: 199;
  width: 100%;
  padding: 10px 8%;
  background-color: rgba(43, 43, 43, 0.86);
}

.nav-wrap {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.phone-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.body {
  font-family: Montserrat, sans-serif;
}

.link {
  margin-right: 24px;
  color: #fff;
  text-decoration: none;
}

.link:hover {
  color: #ff5c00;
}

.link.w--current {
  border-bottom: 2px solid #ff5c00;
}

.link-2 {
  margin-bottom: 8px;
  color: #f7ab41;
  font-size: 24px;
  text-decoration: none;
}

.header-form-wrap {
  width: 60%;
  padding-right: 30px;
  padding-left: 30px;
  background-color: rgba(0, 0, 0, 0.75);
}

.heading {
  margin-top: -35px;
  margin-bottom: 20px;
  padding-bottom: 18px;
  border-bottom: 2px solid #ff5c00;
  color: #fff;
  font-size: 3vw;
  line-height: 1.5;
  font-weight: 700;
  text-transform: uppercase;
}

.image {
  position: relative;
  left: -50px;
  top: -21px;
}

.all-text {
  margin-bottom: 20px;
  color: #fff;
  font-size: 18px;
  line-height: 1.5;
}

.all-text.black-p {
  color: #333;
}

.all-text.phone-subtext {
  margin-bottom: 0px;
  color: #a3a3a3;
  font-size: 14px;
  text-align: center;
}

.h2 {
  color: #ff5c00;
  font-size: 32px;
  line-height: 1.5;
  font-weight: 600;
  text-align: left;
  text-transform: none;
}

.h2.centertext {
  text-align: center;
}

.form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.text-field {
  width: 200px;
  height: 50px;
}

.submit-button {
  width: 180px;
  height: 50px;
  background-color: #ff5c00;
}

.pesok {
  padding: 2% 8%;
  line-height: 1.5;
}

.image-2 {
  position: relative;
  left: 102%;
  bottom: -19px;
}

.div-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.div-block-2 {
  width: 870px;
  height: 423px;
  background-image: url('../images/1var-copy.png');
  background-position: 0px 0px;
  background-size: auto;
  background-repeat: no-repeat;
}

.div-block-3 {
  width: 50%;
}

.image-3 {
  position: relative;
  left: -20px;
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.text-span-2 {
  color: #ff5c00;
}

.form-block {
  margin-bottom: 0px;
}

.form-block.inmap {
  margin-top: -24px;
}

.checkbox-field {
  position: static;
  left: -71%;
  bottom: -54px;
  width: 100%;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.div-block-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.checkbox-label {
  color: #686868;
  font-size: 12px;
}

.bold-text {
  color: #f7ab41;
  font-size: 22px;
}

.radio {
  padding: 4% 8%;
  background-image: linear-gradient(85deg, rgba(189, 68, 0, 0.97), hsla(0, 0%, 100%, 0)), url('../images/1va77r-copy.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  line-height: 1.5;
}

.div-block-5 {
  width: 80%;
  height: 100%;
}

.heading-2 {
  color: #fff;
}

.paragraph-4 {
  color: #fff;
  font-weight: 600;
}

.div-block-6 {
  width: 50%;
  background-image: url('../images/Untitled-1-copy.jpg');
  background-position: 50% 100%;
  background-size: contain;
  background-repeat: no-repeat;
}

.div-block-7 {
  width: 50%;
  padding-top: 78px;
}

.paragraph-5 {
  font-size: 18px;
  font-weight: 700;
}

.image-4 {
  margin-bottom: -24px;
  margin-left: -19px;
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.companiya {
  display: none;
  padding: 40px 8% 0px;
  line-height: 1.5;
}

.docs {
  padding: 21px 8% 70px;
}

.section-2 {
  padding: 40px 8% 50px;
  background-color: #f0f0f0;
}

.div-block-9 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
}

.map-wrap {
  width: 50%;
}

.div-block-10 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  padding: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #fff;
  background-image: linear-gradient(93deg, rgba(255, 92, 0, 0.91), hsla(0, 0%, 100%, 0.65)), url('../images/pesokimg.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  box-shadow: 1px 1px 12px 0 rgba(0, 0, 0, 0.22);
}

.html-embed {
  height: 560px;
  box-shadow: 1px 1px 12px 0 rgba(0, 0, 0, 0.31);
}

.footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 26px 8%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #4d4d4d;
}

.phone-contact {
  display: block;
  margin-bottom: 22px;
  color: #333;
  font-size: 32px;
  font-weight: 700;
  text-decoration: none;
}

.link-3 {
  margin-bottom: 8px;
  color: #fff;
}

.lbox {
  width: 14%;
  margin-right: 6px;
  margin-left: 6px;
  border-style: solid;
  border-width: 2px;
  border-color: #90670d;
}

.div-block-11 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 26px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.copyri {
  margin-bottom: 8px;
  color: #999;
}

.politica {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 999;
  display: none;
  padding-top: 39px;
  padding-bottom: 39px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: hsla(0, 0%, 42%, 0.85);
}

.container {
  overflow: scroll;
  height: 80%;
  padding: 20px 49px;
  background-color: #fff;
  font-size: 10px;
}

.clouse-button {
  position: relative;
  padding: 16px 42px;
  float: right;
  background-color: #ff5c00;
}

.email {
  margin-bottom: 33px;
  color: #333;
  font-size: 24px;
  font-weight: 700;
}

.sucs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100vh;
  padding-top: 4%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.tohome {
  margin-top: 30px;
  padding: 18px 28px;
  border-radius: 4px;
  background-color: #ff5c00;
}

.container-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (max-width: 991px) {
  .logo-text-link {
    font-size: 39px;
  }
  .nav-wrap {
    display: none;
  }
  .link-2 {
    font-size: 23px;
  }
  .header-form-wrap {
    width: 100%;
  }
  .heading {
    font-size: 3vw;
    letter-spacing: -1px;
  }
  .div-block-2 {
    width: 497px;
    background-size: contain;
  }
  .div-block-3 {
    margin-left: -125px;
  }
  .div-block-9 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .map-wrap {
    width: 100%;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
  .div-block-10 {
    width: 100%;
  }
  .phone-contact {
    font-size: 23px;
  }
}

@media (max-width: 767px) {
  .logo-text-link {
    font-size: 33px;
  }
  .header {
    padding-top: 7px;
    padding-bottom: 7px;
  }
  .link-2 {
    font-size: 24px;
  }
  .all-text {
    font-size: 14px;
  }
  .pesok {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .div-block-2 {
    display: none;
    width: 599px;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
  .div-block-3 {
    width: 100%;
    margin-left: 19px;
  }
  .div-block-6 {
    width: 100%;
    background-image: none;
    background-position: 0px 0px;
    background-size: auto;
    background-repeat: repeat;
  }
  .div-block-7 {
    width: 100%;
    padding-top: 0px;
    padding-left: 23px;
  }
  .companiya {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .docs {
    display: block;
  }
  .phone-contact {
    font-size: 24px;
  }
}

@media (max-width: 479px) {
  .hero {
    padding-top: 45%;
    padding-bottom: 10px;
  }
  .header-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .logo-wrap {
    margin-bottom: 10px;
  }
  .logo-text-link {
    font-size: 24px;
  }
  .header {
    padding-top: 18px;
    padding-bottom: 18px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .link-2 {
    font-size: 22px;
  }
  .header-form-wrap {
    padding-right: 14px;
    padding-bottom: 35px;
    padding-left: 14px;
  }
  .heading {
    font-size: 6vw;
  }
  .image {
    opacity: 0;
  }
  .all-text {
    font-size: 14px;
  }
  .h2 {
    font-size: 17px;
  }
  .form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .text-field {
    width: 100%;
  }
  .submit-button {
    width: 100%;
  }
  .pesok {
    padding-top: 10px;
  }
  .image-2 {
    display: none;
  }
  .div-block-3 {
    width: 100%;
    margin-left: 0px;
  }
  .image-3 {
    left: -9px;
    bottom: -26px;
    display: none;
  }
  .form-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .checkbox-field {
    margin-top: 14px;
  }
  .div-block-4 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .checkbox-label {
    font-size: 10px;
  }
  .radio {
    padding-bottom: 9%;
    background-image: linear-gradient(85deg, rgba(189, 68, 0, 0.59), hsla(0, 0%, 100%, 0)), url('../images/1va77r-copy.jpg');
    background-position: 0px 0px, 0px 0px;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
  }
  .div-block-5 {
    width: 100%;
  }
  .heading-2 {
    color: #333;
    font-size: 24px;
  }
  .paragraph-4 {
    color: #333;
  }
  .div-block-7 {
    padding-left: 20px;
  }
  .companiya {
    padding-top: 10px;
    padding-bottom: 17px;
  }
  .docs {
    padding-bottom: 46px;
  }
  .section-2 {
    padding-top: 23px;
  }
  .footer {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .phone-contact {
    font-size: 18px;
  }
  .lbox {
    width: 30%;
    margin-bottom: 9px;
  }
  .container {
    padding-right: 16px;
    padding-left: 16px;
  }
  .clouse-button {
    width: 100%;
    margin-right: auto;
    margin-bottom: 17px;
    margin-left: auto;
    float: none;
    text-align: center;
  }
  .container-2 {
    padding-right: 4%;
    padding-left: 4%;
  }
  .text-block {
    text-align: center;
  }
  .heading-3 {
    text-align: center;
  }
}

