.w-commerce-commerceorderconfirmationcontainer {
  width: 100%;
  min-height: 100vh;
  background-color: #f5f5f5;
  padding: 20px;
}

.w-commerce-commercelayoutcontainer {
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.w-commerce-commercelayoutmain {
  flex: 0 800px;
  margin-right: 20px;
}

.w-commerce-commercecheckoutcustomerinfosummarywrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutsummaryblockheader {
  background-color: #fff;
  border: 1px solid #e6e6e6;
  justify-content: space-between;
  align-items: baseline;
  padding: 4px 20px;
  display: flex;
}

.w-commerce-commercecheckoutblockcontent {
  background-color: #fff;
  border-bottom: 1px solid #e6e6e6;
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
  padding: 20px;
}

.w-commerce-commercecheckoutrow {
  margin-left: -8px;
  margin-right: -8px;
  display: flex;
}

.w-commerce-commercecheckoutcolumn {
  flex: 1;
  padding-left: 8px;
  padding-right: 8px;
}

.w-commerce-commercecheckoutsummaryitem, .w-commerce-commercecheckoutsummarylabel {
  margin-bottom: 8px;
}

.w-commerce-commercecheckoutsummaryflexboxdiv {
  flex-direction: row;
  justify-content: flex-start;
  display: flex;
}

.w-commerce-commercecheckoutsummarytextspacingondiv {
  margin-right: .33em;
}

.w-commerce-commercecheckoutshippingsummarywrapper, .w-commerce-commercecheckoutpaymentsummarywrapper, .w-commerce-commercecheckoutorderitemswrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutorderitemslist {
  margin-bottom: -20px;
}

.w-commerce-commercecheckoutorderitem {
  margin-bottom: 20px;
  display: flex;
}

.w-commerce-commercecartitemimage {
  width: 60px;
  height: 0%;
}

.w-commerce-commercecheckoutorderitemdescriptionwrapper {
  flex-grow: 1;
  margin-left: 16px;
  margin-right: 16px;
}

.w-commerce-commerceboldtextblock {
  font-weight: 700;
}

.w-commerce-commercecheckoutorderitemquantitywrapper {
  white-space: pre-wrap;
  display: flex;
}

.w-commerce-commercecheckoutorderitemoptionlist {
  margin-bottom: 0;
  padding-left: 0;
  text-decoration: none;
  list-style-type: none;
}

.w-commerce-commercelayoutsidebar {
  flex: 0 0 320px;
  position: -webkit-sticky;
  position: sticky;
  top: 20px;
}

.w-commerce-commercecheckoutordersummarywrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutsummarylineitem, .w-commerce-commercecheckoutordersummaryextraitemslistitem {
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 8px;
  display: flex;
}

.w-commerce-commercecheckoutsummarytotal {
  font-weight: 700;
}

.w-commerce-commercecheckoutformcontainer {
  width: 100%;
  min-height: 100vh;
  background-color: #f5f5f5;
  padding: 20px;
}

.w-commerce-commercecheckoutcustomerinfowrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutblockheader {
  background-color: #fff;
  border: 1px solid #e6e6e6;
  justify-content: space-between;
  align-items: baseline;
  padding: 4px 20px;
  display: flex;
}

.w-commerce-commercecheckoutlabel {
  margin-bottom: 8px;
}

.w-commerce-commercecheckoutemailinput {
  height: 38px;
  width: 100%;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  margin-bottom: 0;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutemailinput::-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutemailinput::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutemailinput:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingaddresswrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutshippingfullname {
  height: 38px;
  width: 100%;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutshippingfullname::-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingfullname::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingfullname:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingstreetaddress {
  height: 38px;
  width: 100%;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutshippingstreetaddress::-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingstreetaddress::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingstreetaddress:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingstreetaddressoptional {
  height: 38px;
  width: 100%;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutshippingstreetaddressoptional::-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingstreetaddressoptional::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingstreetaddressoptional:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingcity {
  height: 38px;
  width: 100%;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutshippingcity::-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingcity::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingcity:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingstateprovince {
  height: 38px;
  width: 100%;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutshippingstateprovince::-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingstateprovince::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingstateprovince:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingzippostalcode {
  height: 38px;
  width: 100%;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutshippingzippostalcode::-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingzippostalcode::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingzippostalcode:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingcountryselector {
  height: 38px;
  width: 100%;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  margin-bottom: 0;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutshippingcountryselector::-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingcountryselector::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingcountryselector:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingmethodswrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutshippingmethodslist {
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
}

.w-commerce-commercecheckoutshippingmethoditem {
  background-color: #fff;
  border-bottom: 1px solid #e6e6e6;
  flex-direction: row;
  align-items: baseline;
  margin-bottom: 0;
  padding: 16px;
  font-weight: 400;
  display: flex;
}

.w-commerce-commercecheckoutshippingmethoddescriptionblock {
  flex-direction: column;
  flex-grow: 1;
  margin-left: 12px;
  margin-right: 12px;
  display: flex;
}

.w-commerce-commercecheckoutshippingmethodsemptystate {
  text-align: center;
  background-color: #fff;
  border-bottom: 1px solid #e6e6e6;
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
  padding: 64px 16px;
}

.w-commerce-commercecheckoutpaymentinfowrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutcardnumber {
  height: 38px;
  width: 100%;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  cursor: text;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutcardnumber::-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutcardnumber::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutcardnumber:focus, .w-commerce-commercecheckoutcardnumber.-wfp-focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutcardexpirationdate {
  height: 38px;
  width: 100%;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  cursor: text;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutcardexpirationdate::-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutcardexpirationdate::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutcardexpirationdate:focus, .w-commerce-commercecheckoutcardexpirationdate.-wfp-focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutcardsecuritycode {
  height: 38px;
  width: 100%;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  cursor: text;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutcardsecuritycode::-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutcardsecuritycode::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutcardsecuritycode:focus, .w-commerce-commercecheckoutcardsecuritycode.-wfp-focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingaddresstogglewrapper {
  flex-direction: row;
  display: flex;
}

.w-commerce-commercecheckoutbillingaddresstogglecheckbox {
  margin-top: 4px;
}

.w-commerce-commercecheckoutbillingaddresstogglelabel {
  margin-left: 8px;
  font-weight: 400;
}

.w-commerce-commercecheckoutbillingaddresswrapper {
  margin-top: 16px;
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutbillingfullname {
  height: 38px;
  width: 100%;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutbillingfullname::-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingfullname::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingfullname:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingstreetaddress {
  height: 38px;
  width: 100%;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutbillingstreetaddress::-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingstreetaddress::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingstreetaddress:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingstreetaddressoptional {
  height: 38px;
  width: 100%;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutbillingstreetaddressoptional::-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingstreetaddressoptional::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingstreetaddressoptional:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingcity {
  height: 38px;
  width: 100%;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutbillingcity::-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingcity::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingcity:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingstateprovince {
  height: 38px;
  width: 100%;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutbillingstateprovince::-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingstateprovince::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingstateprovince:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingzippostalcode {
  height: 38px;
  width: 100%;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutbillingzippostalcode::-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingzippostalcode::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingzippostalcode:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutplaceorderbutton {
  color: #fff;
  cursor: pointer;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  text-align: center;
  background-color: #3898ec;
  border-width: 0;
  border-radius: 3px;
  align-items: center;
  margin-bottom: 20px;
  padding: 9px 15px;
  text-decoration: none;
  display: block;
}

.w-commerce-commercecheckouterrorstate {
  background-color: #ffdede;
  margin-top: 16px;
  margin-bottom: 16px;
  padding: 10px 16px;
}

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

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

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

.w-checkbox-input--inputType-custom {
  width: 12px;
  height: 12px;
  border: 1px solid #ccc;
  border-radius: 2px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

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

@media screen and (max-width: 767px) {
  .w-commerce-commercelayoutcontainer {
    flex-direction: column;
    align-items: stretch;
  }

  .w-commerce-commercelayoutmain {
    flex-basis: auto;
    margin-right: 0;
  }

  .w-commerce-commercelayoutsidebar {
    flex-basis: auto;
  }
}

@media screen and (max-width: 479px) {
  .w-commerce-commercecheckoutrow {
    flex-direction: column;
  }

  .w-commerce-commercecheckoutemailinput, .w-commerce-commercecheckoutshippingfullname, .w-commerce-commercecheckoutshippingstreetaddress, .w-commerce-commercecheckoutshippingstreetaddressoptional, .w-commerce-commercecheckoutshippingcity, .w-commerce-commercecheckoutshippingstateprovince, .w-commerce-commercecheckoutshippingzippostalcode, .w-commerce-commercecheckoutshippingcountryselector, .w-commerce-commercecheckoutcardnumber, .w-commerce-commercecheckoutcardexpirationdate, .w-commerce-commercecheckoutcardsecuritycode, .w-commerce-commercecheckoutbillingfullname, .w-commerce-commercecheckoutbillingstreetaddress, .w-commerce-commercecheckoutbillingstreetaddressoptional, .w-commerce-commercecheckoutbillingcity, .w-commerce-commercecheckoutbillingstateprovince, .w-commerce-commercecheckoutbillingzippostalcode {
    font-size: 16px;
  }
}

p {
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 17px;
  font-weight: 400;
}

img {
  max-width: 100%;
  margin-right: -19px;
  display: inline-block;
}

strong {
  color: #d3d3d3;
  font-weight: 700;
}

.section-bottom-form {
  z-index: 1001;
  max-width: 400px;
  min-width: 320px;
  color: #383838;
  margin-right: 60px;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.3em;
  position: fixed;
  bottom: 0;
  right: 0;
}

.bottom-form-container {
  min-height: 80px;
  float: none;
  cursor: pointer;
  background-color: #0082da;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  position: relative;
  top: 0;
  bottom: 0;
  right: 0;
}

.form-bottom-form-area {
  float: none;
  background-color: #e4e4e4;
  margin-top: 0;
  padding: 0 5px;
  position: relative;
  bottom: 0;
  left: 0;
  right: 0;
}

.img-form-bottom {
  float: left;
  border-radius: 500px;
  margin-left: 10px;
  margin-right: 2px;
  padding: 10px;
}

.form-bottom-name {
  width: 60%;
  float: left;
  color: #fff;
  text-shadow: 0 1px #5c5c5c;
  margin-top: 16px;
  margin-left: -2px;
  padding-top: 5px;
  padding-bottom: 2px;
  padding-left: 5px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: 700;
  position: static;
}

.form-bottom-achtung {
  width: 67%;
  float: left;
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #2895fa;
  border-radius: 10px;
  margin-left: -5px;
  padding-top: 2px;
  padding-bottom: 2px;
  padding-left: 9px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 400;
}

.form-bottom-chat-content {
  min-height: 0;
  text-align: center;
  background-color: #fff;
  border: 1px #d3d3d3;
  margin-top: 0;
  padding-bottom: 1px;
}

.form-bottom-container-all {
  max-width: 320px;
  min-width: 320px;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  margin-top: 0;
  box-shadow: 0 18px 28px 5px #686161;
}

.form-bottom-typing-text {
  text-align: center;
  margin-top: 0;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.image-2 {
  text-align: center;
  margin-top: 5px;
}

.chat-robot-question {
  float: none;
  text-align: left;
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../images/fdfgd.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  font-size: 1em;
  font-weight: 400;
  line-height: 1.4em;
}

.form-bottom-form-container {
  padding-left: 19px;
  padding-right: 19px;
}

.form-bottom-submit-button {
  float: none;
  color: #fff;
  background-color: #f00000;
  background-image: linear-gradient(#ff8383, red);
  border: 1px solid #f00000;
  border-radius: 2px;
  padding: 8px 15px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.3em;
}

.form-bottom-form-textarea {
  min-height: 100px;
  float: left;
  border-radius: 2px;
}

.form-bottom-form-tel {
  float: left;
  text-align: left;
  border-radius: 2px;
  margin-right: 8px;
}

.bottom-form-2, .bottom-form-wrapper {
  text-align: center;
}

.chat-robot-question {
  color: #313131;
  text-align: left;
  background-image: url('../images/fdfgd.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  margin-bottom: 15px;
  padding: 10px 20px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.utility-page-wrap {
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  background-image: url('../images/paper_texture315.jpg'), url('../images/packing_paper_surface.jpg');
  background-position: 50%, 50%;
  background-repeat: no-repeat, no-repeat;
  background-size: cover, cover;
  justify-content: center;
  align-items: center;
  display: flex;
}

.utility-page-content {
  width: 400px;
  text-align: center;
  flex-direction: column;
  display: flex;
}

.gfdgdfg {
  width: 100%;
  color: #692702;
  font-size: 2.5em;
  line-height: 1.2em;
  display: block;
}

.fdgfdgd {
  margin-bottom: 20px;
  font-size: 1.2em;
  line-height: 1.4em;
}

.text-block {
  font-size: 1.5em;
  font-weight: 700;
  line-height: 1.2em;
}

.image-4 {
  border-radius: 6px;
  padding-top: 20px;
  padding-bottom: 30px;
}

.section-header {
  position: relative;
}

.section-header.mobile {
  display: none;
}

.header-cont {
  z-index: 800;
  width: 100%;
  float: left;
  background-color: #fff;
  padding: 0;
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  box-shadow: 0 2px 4px -3px #000;
}

.header-cont.footer {
  background-color: #dadada;
  padding: 20px 50px 35px;
}

.header-cont-holder {
  width: 20%;
  max-height: 20px;
  min-height: 100px;
  float: left;
  position: relative;
}

.header-cont-holder.logo {
  background-color: #003e9b;
  background-image: linear-gradient(83deg, #ffb414, #c52608);
}

.header-cont-holder.description {
  width: 38%;
  background-color: #fff;
  border-right: 1px solid #c9c9c9;
}

.header-cont-holder.description.footer {
  width: 58%;
  background-color: #dadada;
  border-right-style: none;
}

.header-cont-holder.adress {
  width: 22%;
  min-height: 100px;
  background-color: #fff;
  border-right: 1px solid #c9c9c9;
}

.header-cont-holder.adress.footer {
  background-color: #dadada;
  border-right-style: none;
}

.header-cont-holder.tel {
  z-index: 700;
  box-shadow: none;
  background-color: #fff;
  border: 1px red;
  position: relative;
  top: 0;
  bottom: 0;
  right: 0;
}

.header-cont-holder.tel.footer {
  background-color: #dadada;
}

.logo-text {
  float: left;
  color: #fff;
  text-align: right;
  margin-top: 15px;
  font-size: 1.3em;
  font-weight: 700;
  line-height: 1em;
  position: relative;
}

.description-text {
  color: #0e0e0e;
  text-align: center;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 1.4em;
  font-weight: 600;
  line-height: 1.3em;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translate(0, -50%);
}

.description-text.footer {
  color: #242424;
}

.body-2 {
  font-family: Montserrat, sans-serif;
  font-size: 1em;
  line-height: 1em;
  overflow: visible;
}

.adress-text {
  text-align: center;
  margin-top: 0;
  padding-left: 10px;
  padding-right: 10px;
  font-size: .8em;
  line-height: 1.4em;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translate(0, -50%);
}

.span-adress {
  color: #000;
  font-size: 1.4em;
  font-weight: 700;
  line-height: 1.6em;
}

.tel-text {
  color: #000;
  text-align: center;
  margin-top: -11px;
  font-size: 1.3em;
  font-weight: 700;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translate(0, -50%);
}

.section-offer {
  background-image: linear-gradient(rgba(0, 0, 0, .55), rgba(0, 0, 0, .55)), url('../images/photo_2018-03-10_19-21-06.jpg');
  background-position: 0 0, 100%;
  background-size: auto, cover;
  padding-top: 105px;
  padding-bottom: 45px;
}

.offer-holder-1 {
  min-height: 200px;
  background-color: rgba(0, 0, 0, 0);
  margin-left: auto;
  margin-right: auto;
  padding-top: 55px;
  padding-bottom: 90px;
  display: block;
}

.navbar-container {
  width: 100%;
  float: left;
  background-color: rgba(0, 0, 0, 0);
  margin-top: 0;
}

.navbar-container.footer {
  width: 100%;
  float: none;
  background-color: rgba(0, 0, 0, 0);
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.link-block {
  width: 20%;
  min-height: 50px;
  float: left;
  cursor: pointer;
  background-color: #0062a3;
  border-right: 1px #fff;
  transition: none;
  position: relative;
}

.link-block:hover {
  background-color: #004a7c;
}

.link-navmenu {
  width: 100%;
  color: #fff;
  text-align: center;
  font-size: 1em;
  font-weight: 600;
  line-height: 3em;
  text-decoration: underline;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translate(0, -50%);
}

.link-navmenu.footer {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
}

.link-navmenu.footer:hover {
  background-color: rgba(0, 0, 0, 0);
}

.offer-text {
  max-width: 1000px;
  color: #fff;
  text-align: center;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  font-family: Montserrat, sans-serif;
  font-size: 2.4em;
  font-weight: 700;
  line-height: 1.4em;
  display: block;
}

.logo-container {
  max-width: 207px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translate(0, -50%);
}

.logo-image {
  float: left;
}

.info-section {
  background-color: #fff;
}

.info-section.kak-rabotaem {
  background-color: rgba(0, 0, 0, 0);
}

.heading-holder {
  min-height: 220px;
  background-color: #fff;
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
}

.heading-holder.katalog {
  width: 100%;
  background-color: rgba(0, 0, 0, 0);
}

.centered-block {
  margin-top: 25px;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translate(0, -50%);
}

.centered-block.catalog {
  margin-top: 70px;
}

.centered-block.kontakty {
  margin-bottom: 0;
  padding-bottom: 40px;
}

.heading {
  max-width: 800px;
  color: #3b3b3b;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  font-size: 2.2em;
  font-weight: 700;
  line-height: 1.4em;
  display: block;
}

.under-heading {
  max-width: 800px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  font-size: 1.4em;
  display: block;
}

.under-heading.special {
  margin-top: 0;
  margin-bottom: 90px;
  font-size: 1em;
  line-height: 1.6em;
}

.dok-container {
  background-color: rgba(0, 0, 0, 0);
  padding: 50px 100px 0;
  position: relative;
}

.dok-container.catalog {
  background-color: #dadada;
  padding-top: 50px;
  padding-bottom: 50px;
}

.dok-container.about {
  background-color: rgba(0, 0, 0, 0);
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 50px;
}

.dok-container.about.uslugi {
  background-color: rgba(0, 0, 0, 0);
  padding: 0 10%;
}

.dok-container.about.rekvizyt {
  background-color: rgba(0, 0, 0, 0);
  padding-top: 0;
}

.dok-container.kak-rabotaem {
  box-shadow: none;
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../images/1_1.jpg');
  background-position: 50% -461px;
  background-size: cover;
  border-bottom: 1px #a8a8a8;
  margin-top: 25px;
  margin-bottom: 0;
  padding-top: 80px;
  padding-bottom: 30px;
}

.dok-container.kontakty {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.offer-holder-2 {
  min-height: 100px;
  background-color: #fff;
  margin: 60px auto 0;
  padding-top: 20px;
  padding-left: 200px;
  padding-right: 200px;
  display: none;
}

.offer-item-holder {
  width: 25%;
  float: left;
}

.offer-item-text {
  color: #383838;
  text-align: center;
  font-size: 2.5em;
  font-weight: 800;
  line-height: 1.4em;
}

.offer-item-under-text {
  color: #333;
  text-align: center;
  font-size: 1.6em;
  line-height: 1.4em;
}

.lightbox-img {
  width: 100%;
  border: 1px #c7c7c7;
  border-radius: 6px 6px 0 0;
}

.dok-inner-container {
  max-width: 1200px;
  min-height: 300px;
  margin: 0 auto 50px;
  display: block;
  position: static;
}

.dok-inner-container.catalog {
  background-color: #fff;
  border-radius: 4px;
  margin-top: 50px;
  margin-bottom: 50px;
  box-shadow: 0 17px 39px -5px #acacac;
}

.dok-inner-container.catalog._2 {
  background-color: #fff;
}

.dok-inner-container.catalog.stolb {
  display: none;
}

.dok-inner-container.uslugi {
  min-height: 0;
  margin-top: 40px;
  margin-bottom: 0;
}

.dok-inner-container.about {
  margin-bottom: 0;
}

.dok-inner-container.kak-rabotaem {
  width: 1200px;
}

.dok-inner-container.kontakty {
  width: 100%;
  max-width: 100%;
  margin-bottom: 0;
  padding-bottom: 0;
}

.lightbox-link {
  width: 31%;
  box-shadow: none;
  cursor: pointer;
  border: 1px solid #d8d8d8;
  border-radius: 6px;
  margin: 0 10px 35px;
  position: relative;
}

.lightbox-link:hover {
  border-color: #d8d8d8;
}

.lightbox-container-centered {
  width: 100%;
  float: left;
  background-color: rgba(0, 0, 0, 0);
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 25px;
  padding-right: 25px;
  display: none;
  position: relative;
}

.slider-heading-container {
  width: 100%;
  min-height: 20px;
  float: left;
  box-shadow: none;
  text-align: center;
  background-color: #fff;
  border-left: 10px #ff8500;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 6px;
  margin-top: 0;
  margin-bottom: 0;
  padding: 50px 25px 30px;
  display: block;
  position: relative;
}

.lightbox-heading {
  margin-left: auto;
  margin-right: auto;
  font-size: 2em;
  font-weight: 600;
  line-height: 1.5em;
  display: block;
}

.div-section-special {
  display: none;
}

.cat-product-price-label {
  width: 55%;
  min-height: 40px;
  float: right;
  background-color: #f0f0f0;
  border-bottom-right-radius: 6px;
  position: relative;
  bottom: 0;
  right: 0;
}

.cat-product-price-label.sale {
  min-height: 40px;
  color: #d1adad;
  background-color: red;
  border-top: 1px solid #ddd;
  font-size: 1em;
}

.cat-product-price-text {
  color: #000;
  text-align: center;
  font-size: 1.2em;
  font-weight: 500;
  text-decoration: underline;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translate(0, -50%);
}

.cat-product-price-text.sale {
  color: #414141;
  font-family: Montserrat, sans-serif;
  font-size: 1.1em;
  font-weight: 400;
  text-decoration: none;
}

.cat-product-art-label {
  width: 45%;
  min-height: 40px;
  float: left;
  color: #000;
  text-align: left;
  background-color: #f6b671;
  border-style: none;
  border-right-width: 1px;
  border-right-color: #f80808;
  line-height: 1em;
  display: block;
  position: relative;
  top: 0;
  right: 0;
}

.cat-product-art-text {
  color: #000;
  text-align: center;
  font-size: 1.1em;
  font-weight: 600;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translate(0, -50%);
}

.cat-product-labels-down {
  z-index: 999;
  width: 100%;
  min-height: 40px;
  box-shadow: none;
  background-color: rgba(0, 0, 0, 0);
  border-top: 1px #ddd;
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
  position: absolute;
  bottom: 0;
  right: 0;
}

.cat-product-labels-up {
  min-height: 40px;
  background-color: #eee;
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.cat-product-label-up-text {
  color: #000;
  text-align: center;
  background-color: #f5f5f5;
  border-top: 1px #000;
  border-bottom: 1px solid #ddd;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  padding-top: 5px;
  font-size: 1em;
  font-weight: 500;
  line-height: 2.3em;
  display: none;
}

.cat-product-summary-text {
  margin-top: 20px;
  line-height: 1.6em;
}

.bold-text {
  color: red;
}

.uslugi-container-centered {
  width: 100%;
  margin-bottom: 45px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.uslugi-item-holder {
  width: 31.5%;
  float: left;
  border: 1px #f5f5f5;
  border-radius: 4px;
  margin-bottom: 20px;
  padding-top: 0;
  box-shadow: 0 3px 5px -1px #bebebe;
}

.uslugi-item-holder.dostoinstva {
  box-shadow: none;
  margin-bottom: 0;
}

.uslugi-heading-holder {
  width: 100%;
  min-height: 150px;
  float: left;
  background-color: #f8f8f8;
  border-right: 10px #ff8500;
  padding-top: 54px;
  position: relative;
}

.uslugi-heading-holder.u {
  background-color: #61ac44;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  box-shadow: inset 0 0 18px #13882f;
}

.uslugi-description-holder {
  width: 100%;
  min-height: 300px;
  float: left;
  background-color: #f6f6f6;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.uslugi-description-holder.dostionstva {
  min-height: auto;
  background-color: #fff;
}

.uslugi-description-holder.u {
  min-height: 350px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.uslugi-heading-text {
  color: #1f1f1f;
  text-align: center;
  margin-bottom: 0;
  font-size: 1.2em;
  font-weight: 600;
  line-height: 1.5em;
  position: relative;
}

.uslugi-heading-text.u {
  color: #fff;
  margin-bottom: 6px;
  font-weight: 700;
}

.uslugi-description-text {
  padding-left: 10px;
  padding-right: 10px;
  line-height: 1.6em;
  position: relative;
  top: 0%;
  left: 0;
  right: 0;
}

.uslugi-description-text.dostoinstva {
  text-align: center;
  padding-bottom: 0;
  font-size: 1em;
}

.uslugi-heading-text-holder {
  position: absolute;
  left: 0;
  right: 0;
}

.uslugi-heading-description-text {
  text-align: center;
  position: relative;
}

.uslugi-heading-description-text.u {
  color: #fff;
}

.kak-rabotaem-separate {
  width: 2%;
  float: left;
  margin-top: 4px;
  margin-left: 10px;
  margin-right: 10px;
}

.kak-rabotaem-item-holder {
  width: 21.8%;
  min-height: 200px;
  float: left;
  text-align: left;
  background-color: #fff;
  padding: 0;
  box-shadow: 0 3px 8px -2px #000;
}

.kak-rabotaem-item-text {
  text-align: left;
  margin-bottom: 50px;
  margin-left: 20px;
  margin-right: 20px;
  font-size: 1em;
  font-weight: 400;
  line-height: 1.6em;
}

.heading-separator {
  width: 300px;
  margin-bottom: 15px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.special-button {
  color: #fff;
  text-align: center;
  cursor: pointer;
  background-color: #0070ff;
  background-image: linear-gradient(#00da09, #0d7000);
  border: 1px solid #009b1f;
  border-radius: 4px;
  margin: 41px 20px 20px;
  padding: 12px 15px;
  font-weight: 500;
  line-height: 1.4em;
  text-decoration: none;
  display: block;
  position: relative;
  bottom: 0;
  left: 0;
  right: 0;
}

.special-button.modal-link-zamer {
  background-color: #31b408;
  background-image: none;
  border-color: #0eb400;
  box-shadow: 4px 4px 0 -1px #257400;
}

.special-button.modal-link-zamer:hover {
  background-color: #269e00;
}

.special-button.modal-link-zamer.special {
  width: 400px;
  background-color: #31b408;
  border-color: #0eb400;
  margin-bottom: 15px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  box-shadow: 4px 4px 0 -1px #257400;
}

.special-button.modal-link-zamer.special:hover {
  background-color: #269e00;
}

.perezvonite-button {
  float: none;
  color: #fff;
  text-align: center;
  cursor: pointer;
  background-color: #ffe000;
  background-image: linear-gradient(#09f, #1247cf);
  border: 1px solid #0072ca;
  border-radius: 4px;
  margin: 30px 20px 20px;
  padding: 12px 15px;
  font-weight: 500;
  line-height: 1.4em;
  display: block;
}

.perezvonite-button.modal-link-consult {
  background-color: #0069bb;
  background-image: none;
  border-color: #0b64aa;
  box-shadow: 4px 4px 0 -1px #004880;
}

.perezvonite-button.modal-link-consult:hover {
  background-color: #087bd4;
}

.rekvizyty-text {
  max-width: 700px;
  text-align: left;
  margin: 0 auto 70px;
  line-height: 1.6em;
  display: block;
}

.kontakty-container {
  width: 50%;
  float: left;
  position: relative;
  top: 0;
  bottom: 0;
  left: 0;
}

.kontakty-item-holder {
  width: 85%;
  float: none;
  text-align: center;
  background-color: #fff;
  border-top: 10px solid #ff8500;
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
  padding: 6% 5% 4% 6%;
  display: block;
}

.kontakty-item-holder.left {
  width: 50%;
  float: right;
  background-color: #f5f5f5;
  border-top-width: 5px;
  border-top-color: red;
  margin-right: 20px;
}

.kontakty-item-holder.right {
  width: 50%;
  background-color: #f5f5f5;
  border-top-width: 5px;
  border-top-color: #005cff;
}

.kontakty-text {
  text-align: left;
  margin-top: 13px;
  margin-bottom: 10px;
  line-height: 1.6em;
}

.form-block {
  width: 100%;
  float: left;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.form-block.catalog {
  background-color: #fff;
  border-top-right-radius: 6px;
}

.banner-form-button {
  float: none;
  cursor: pointer;
  background-color: #008cce;
  background-image: none;
  border: 1px solid #2e8ef6;
  border-radius: 4px;
  margin: 0 auto;
  padding: 16px 24px;
  font-size: 1em;
  font-weight: 500;
  display: block;
}

.banner-form-button:hover {
  background-color: #0099e0;
}

.banner-form-button.mobile {
  float: none;
  display: none;
}

.banner-form-button.offer {
  color: #fff;
  background-color: rgba(7, 96, 230, .98);
}

.banner-form-button.offer:hover {
  background-color: rgba(18, 113, 255, .98);
}

.banner-form-field {
  width: 300px;
  min-height: 48px;
  float: none;
  box-shadow: none;
  color: #050505;
  border: 1px solid #ff7c03;
  border-radius: 4px;
  margin-top: 1px;
  margin-left: auto;
  margin-right: auto;
  font-size: .9em;
  font-weight: 400;
  display: block;
}

.banner-form-field.offer {
  width: 200px;
  float: left;
  margin-left: 0;
  margin-right: 10px;
}

.form {
  width: 790px;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 4px;
  margin-left: auto;
  margin-right: auto;
  padding: 30px 0 0;
  display: block;
}

.form.catalog {
  width: 850px;
  padding-top: 0;
}

.under-offer-form-text {
  color: #fff;
  text-align: center;
  margin-top: 50px;
  margin-bottom: 20px;
  padding-top: 15px;
  font-size: 1.2em;
  font-weight: 500;
  line-height: 1em;
}

.under-offer-form-text.catalog {
  color: #000;
  margin-top: 45px;
  margin-bottom: 0;
  padding-top: 0;
  font-size: 1.1em;
  font-weight: 600;
  line-height: 1.6em;
}

.under-offer-form-text.catalog.down {
  float: none;
  color: #000;
  margin: 0 auto 50px;
  padding-top: 10px;
  font-size: .8em;
  font-weight: 500;
  display: block;
}

.slide-responsive {
  width: 30%;
  min-height: 100%;
  border: 1px solid #b9b9b9;
  margin-left: 15px;
  margin-right: 20px;
  padding: 0;
}

.slider-1 {
  background-color: #fff;
  margin-bottom: 35px;
}

.slider-icon {
  color: #353535;
}

.lightbox-slider-img-item {
  width: 100%;
  min-height: 100%;
  cursor: pointer;
  border: 1px #d1d1d1;
  border-radius: 6px;
  margin-top: 45px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

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

.slider-item-holder {
  background-color: #fff;
}

.slider-dots, .html-embed {
  display: none;
}

.bold-text-2, .bold-text-3 {
  font-size: 1.3em;
}

.kontakty-img {
  margin-bottom: 15px;
}

.sep-uslugi {
  width: 4%;
  min-height: 5px;
  float: left;
}

.sep-uslugi.uslugi {
  width: 15px;
}

.kak-rabotaem-heading {
  text-align: left;
  background-color: #ffc200;
  margin-bottom: 20px;
  padding: 20px;
  font-size: 1em;
  font-weight: 600;
}

.kak-rabotaem-heading._1 {
  color: #fff;
  text-align: center;
  background-color: #06f;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: Oswald, sans-serif;
  font-size: 1.2em;
  font-weight: 500;
  text-decoration: underline;
}

.kak-rabotaem-heading._2 {
  color: #fff;
  text-align: center;
  background-color: #06f;
  margin-bottom: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: Oswald, sans-serif;
  font-size: 1.2em;
  font-weight: 500;
}

.kak-rabotaem-heading._3 {
  color: #fff;
  text-align: center;
  background-color: #06f;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: Oswald, sans-serif;
  font-size: 1.2em;
  font-weight: 500;
}

.kak-rabotaem-heading._4 {
  color: #fff;
  text-align: center;
  background-color: #00a807;
  margin-bottom: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: Oswald, sans-serif;
  font-size: 1.2em;
  font-weight: 500;
}

.offer-text-desc {
  color: #fff;
  text-align: center;
  margin-top: 44px;
  margin-bottom: 40px;
  font-size: 1.3em;
  font-weight: 400;
}

.modal-background-zvonok {
  z-index: 998;
  background-color: rgba(22, 22, 22, .38);
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.modal-window-zvonok {
  width: 40%;
  max-width: 400px;
  background-color: #fff;
  border-radius: 4px;
  margin-top: 130px;
  margin-left: auto;
  margin-right: auto;
  padding: 1%;
  display: block;
}

.close-modal-zvonok {
  float: right;
  cursor: pointer;
}

.modal-heading {
  text-align: center;
  margin-top: 31px;
  margin-bottom: 14px;
  font-size: 1.3em;
  font-weight: 500;
  line-height: 1.3em;
}

.modal-text {
  text-align: center;
  margin-bottom: 10px;
  font-size: .9em;
  line-height: 1.4em;
}

.modal-form-container {
  margin: 20px auto 30px;
  display: block;
}

.modal-button {
  width: 100%;
  color: #000;
  cursor: pointer;
  background-color: #f6e0a8;
  border-radius: 4px;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  padding: 23px 20px 20px;
  font-size: 1em;
  font-weight: 600;
  display: block;
}

.modal-button.zamer {
  width: 150px;
  background-color: #31b408;
  border: 1px solid #0eb400;
  box-shadow: 5px 5px 0 -2px #257400;
}

.modal-button.zamer:hover {
  background-color: #269e00;
  border-color: #127f09;
}

.modal-button.consult {
  background-color: #f6e0a8;
  font-size: 1.7em;
}

.modal-button.consult:hover {
  background-color: #0083e9;
}

.modal-button.consult {
  width: 100%;
  max-width: 300px;
  float: none;
  box-shadow: none;
  cursor: pointer;
  background-color: #f6e0a8;
  margin-top: 3px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px 40px 18px;
  font-size: 18px;
  font-weight: 600;
  transition: all .4s cubic-bezier(.165, .84, .44, 1);
}

.modal-button.consult:hover {
  background-color: #4c78df;
}

.modal-button.consult:active {
  transform: scale(.95);
}

.modal-button.consult {
  width: 100%;
  max-width: 300px;
  float: none;
  box-shadow: none;
  cursor: pointer;
  background-color: #0074e7;
  margin-top: 3px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px 40px 18px;
  font-size: 18px;
  font-weight: 600;
  transition: all .4s cubic-bezier(.165, .84, .44, 1);
}

.modal-button.consult:hover {
  background-color: #0861b9;
}

.modal-button.consult:active {
  transform: scale(.95);
}

.modal-field {
  width: 60%;
  border-radius: 4px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.modal-background-consult {
  z-index: 999;
  background-color: rgba(22, 22, 22, .38);
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.modal-window-consult {
  width: 60%;
  max-width: 500px;
  background-color: #fff;
  border-radius: 4px;
  margin-top: 130px;
  margin-left: auto;
  margin-right: auto;
  padding: 1%;
  display: block;
}

.close-modal-consult {
  float: right;
  cursor: pointer;
}

.modal-background-zamer {
  z-index: 999;
  background-color: rgba(22, 22, 22, .38);
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.modal-window-zamer {
  width: 40%;
  max-width: 500px;
  background-color: #fff;
  border-radius: 4px;
  margin-top: 130px;
  margin-left: auto;
  margin-right: auto;
  padding: 1%;
  display: block;
}

.close-modal-zamer {
  float: right;
  cursor: pointer;
}

.lightbox-gallery-container {
  width: 100%;
  float: left;
  border-bottom: 1px silver;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.lightbox-gallery-item {
  float: none;
}

.lightbox-gallery-link {
  width: 30.5%;
  float: left;
  margin-top: 0;
  margin-bottom: 50px;
}

.icon-dostoinstva {
  width: 60px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.modal-link-zvonok {
  text-align: center;
  cursor: pointer;
  margin-top: 63px;
}

.obratnoy-zvonok-text {
  width: 100%;
  text-align: center;
  cursor: pointer;
  margin-top: 15px;
  text-decoration: underline;
  display: block;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
}

.obratnoy-zvonok-text.modal-link-zvonok {
  margin-top: 14px;
}

.special-catalog-block {
  margin-top: 60px;
}

.div-block-5 {
  padding-top: 15px;
  position: relative;
  top: 0;
  left: 0;
  right: 0;
}

.text-block-38 {
  text-align: center;
  margin-top: 15px;
  margin-bottom: 30px;
  font-size: 1.3em;
  font-weight: 700;
}

.text-block-36 {
  text-align: center;
  margin-bottom: 20px;
  font-style: italic;
  font-weight: 400;
}

.div-block-20 {
  width: 100%;
  min-height: 100px;
  float: left;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
}

.image-9 {
  border-radius: 6px;
  transition: all .5s cubic-bezier(.165, .84, .44, 1);
}

.image-9:hover {
  transform: scale(1.1);
  box-shadow: 1px 1px 4px -1px #000;
}

.div-block-7 {
  width: 640px;
  background-color: #fff;
  background-image: url('../images/654647.jpg');
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: 180px;
  border-radius: 6px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 30px;
  padding-bottom: 35px;
  display: block;
}

.image-10 {
  width: 100px;
  float: left;
}

.div-block-21 {
  width: 1000px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  display: block;
}

.slide-5 {
  background-image: url('../images/576578768.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.bold-text-4 {
  color: #242424;
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  display: block;
}

.slide-8 {
  background-image: url('../images/654756.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.div-block-6 {
  width: 800px;
  background-color: rgba(0, 0, 0, 0);
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  border-radius: 20px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 35px;
  display: block;
}

.div-block-29 {
  width: 50%;
  min-height: 400px;
  float: left;
  background-color: #fff;
  padding: 25px 30px 30px;
}

.form-2 {
  background-color: #f8f8f8;
  border-radius: 6px;
  padding: 25px 30px 20px;
  transition: all .5s cubic-bezier(.165, .84, .44, 1);
}

.form-2:hover {
  background-color: #f8f8f8;
}

.form-2._1 {
  background-color: rgba(0, 0, 0, 0);
  margin-bottom: 10px;
  padding: 0;
}

.text-block-34 {
  color: #000;
  text-align: center;
  margin-bottom: 22px;
  font-style: normal;
  line-height: 1.2em;
}

.form-block-2 {
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
}

.slide-6 {
  background-image: url('../images/5758678978.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.under-heading-2 {
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 1.1em;
  line-height: 1.4em;
}

.text-block-26 {
  float: left;
  color: #fff;
  text-align: left;
  margin-top: 22px;
  padding-left: 9px;
  font-family: Montserrat, sans-serif;
  font-size: .9em;
  font-weight: 200;
  line-height: 1.4em;
}

.text-block-37 {
  text-align: center;
  margin-top: 14px;
  font-size: .7em;
}

.text-block-33 {
  color: #000;
  text-align: center;
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 1.3em;
  font-weight: 700;
  line-height: 1em;
}

.bold-text-5 {
  color: #ffb800;
}

.text-block-27 {
  float: left;
  color: #fff;
  margin-top: 35px;
  margin-right: 10px;
  font-family: Montserrat, sans-serif;
}

.div-block-26 {
  width: 1000px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.div-block-24 {
  width: 40%;
  float: left;
}

.link {
  width: 200px;
  color: #000;
  text-align: center;
  text-shadow: none;
  cursor: pointer;
  background-color: rgba(255, 255, 255, .12);
  border: 7px solid #ffb800;
  border-radius: 500px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 21px;
  padding-bottom: 15px;
  font-family: Vollkorn, serif;
  font-size: 1.4em;
  font-style: normal;
  font-weight: 700;
  transition: all .5s;
  display: block;
  box-shadow: 2px 10px 46px -10px #000;
}

.link:hover {
  color: #000;
  background-color: #fff;
  border-color: #ffb800;
  transform: scale(1.1);
}

.link:active {
  box-shadow: none;
  transform: scale(1);
}

.link._2 {
  width: 400px;
  background-color: #ffb800;
  border-width: 7px;
  border-color: #ffb800;
  padding-top: 22px;
  font-family: Vollkorn, serif;
  font-weight: 700;
}

.link._2:hover {
  color: #000;
  background-color: #ffb800;
}

.link._2:active {
  box-shadow: none;
}

.link._3 {
  width: 244px;
  color: #000;
  text-shadow: none;
  background-color: #ffb800;
  background-image: linear-gradient(#ffe101, #ff9a03);
  border-style: none;
  border-color: #9e9e9e;
  border-radius: 4px;
  margin-top: 14px;
  margin-bottom: 0;
  padding-top: 24px;
  padding-bottom: 20px;
  box-shadow: 1px 7px 20px -12px #000;
}

.section {
  width: 100%;
  min-height: 100vh;
  float: left;
  background-color: rgba(0, 0, 0, 0);
  position: relative;
}

.section._1 {
  background-image: url('../images/5463654756.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-nav {
  z-index: 999;
  display: none;
  position: absolute;
}

.div-block-28 {
  width: 50%;
  min-height: 330px;
  float: right;
  background-color: #f3f3f3;
  border-radius: 6px;
  padding: 25px 30px 20px;
}

.right-arrow-2 {
  display: none;
}

.div-block-18 {
  width: 1000px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  display: block;
}

.div-block-25 {
  width: 60%;
  float: right;
  margin-top: 15px;
}

.link-6 {
  float: left;
  color: #fff;
  margin-top: 30px;
  font-size: 1.6em;
  font-weight: 700;
  text-decoration: none;
  display: block;
}

.div-block-22 {
  width: 50%;
  float: left;
}

.text-block-32 {
  width: 1000px;
  background-color: #fff;
  border-radius: 6px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
  font-weight: 400;
  line-height: 1.3em;
  display: block;
  box-shadow: 9px 9px 35px -16px #000;
}

.text-block-32._1 {
  box-shadow: none;
  padding: 20px 40px;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
  line-height: 1.3em;
  position: relative;
}

.div-block-19 {
  width: 20%;
  float: left;
  margin-bottom: 0;
  padding: 10px;
}

.div-block-23 {
  width: 50%;
  float: left;
  background-color: #fff;
  border-radius: 6px 0 0 6px;
  padding: 30px 30px 0;
  transition: all .5s cubic-bezier(.165, .84, .44, 1);
}

.div-block-23:hover {
  background-color: rgba(0, 0, 0, 0);
}

._6546 {
  font-size: .9em;
  font-weight: 300;
}

.image-11 {
  border-radius: 500px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.div-block-3 {
  z-index: 2;
  background-image: linear-gradient(rgba(8, 8, 8, .62), rgba(8, 8, 8, .62));
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.div-block-27 {
  width: 1000px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.under-heading-image {
  border-radius: 500px;
  margin: 10px auto;
  display: block;
}

.slider {
  z-index: 1;
  min-height: 100vh;
  background-color: rgba(0, 0, 0, 0);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.container {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 50px;
  padding-bottom: 0;
  position: relative;
  top: 0%;
  bottom: 0;
  left: 0;
  right: 0;
  transform: none;
}

.textarea {
  min-height: 70px;
  border: 1px solid #747474;
  border-radius: 4px;
}

.left-arrow-2 {
  display: none;
}

.text-block-35 {
  color: #000;
  text-align: center;
  margin-bottom: 14px;
  font-family: Montserrat, sans-serif;
  font-size: 1.2em;
  font-weight: 600;
  line-height: 1.3em;
}

.slide-7 {
  background-image: url('../images/hgfhfghf.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.text-block-24 {
  color: #fff;
  text-align: center;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 40px;
  font-family: Montserrat, sans-serif;
  font-size: 2em;
  font-style: normal;
  line-height: 1.4em;
}

.div-block-30 {
  width: 100%;
  min-height: 50px;
  background-color: #ddd;
  display: none;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.text-block-23 {
  color: #000;
  text-align: center;
  margin-bottom: 25px;
  font-family: Montserrat, sans-serif;
  font-size: 1.1em;
  font-weight: 300;
  line-height: 1.3em;
}

.text-block-23._1 {
  color: #191919;
  margin-bottom: 10px;
  font-size: 1.8em;
  font-weight: 700;
}

.heading-all {
  text-align: center;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 1.7em;
  font-weight: 700;
  line-height: 1.4em;
}

.text-block-41 {
  margin-top: 20px;
  margin-bottom: 13px;
  font-size: 1em;
  font-weight: 400;
  line-height: 2em;
}

._333 {
  width: 230px;
  min-height: 42px;
  color: #000;
  text-align: center;
  border: 1px solid #747474;
  border-radius: 4px;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 16px;
  padding-bottom: 16px;
  font-size: .9em;
  display: block;
}

.jgjhg {
  color: #fff;
  font-size: 1.1em;
  font-weight: 600;
}

.body-3 {
  font-family: Montserrat, sans-serif;
  font-size: 1em;
  line-height: 1em;
}

.section-12 {
  background-color: rgba(0, 0, 0, 0);
  background-image: none;
  background-position: 0 0;
  background-size: auto;
  margin-bottom: 0;
}

.div-block-39 {
  width: 1200px;
  min-height: 10px;
  background-color: #3142ff;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.navbar-2 {
  width: 1200px;
  background-color: #fff;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.div-block-38 {
  float: left;
  margin-top: 10px;
}

.container-3 {
  margin-top: 20px;
  margin-bottom: 0;
}

.nav-link-6 {
  color: #fff;
  background-color: #0052ff;
  border-radius: 6px;
  margin-right: 20px;
  padding: 14px 17px 12px;
  font-family: Montserrat, sans-serif;
  font-size: .9em;
  font-style: italic;
  font-weight: 700;
  transition: all .5s cubic-bezier(.165, .84, .44, 1);
  box-shadow: inset 0 0 0 -25px #163d66;
}

.nav-link-6:hover {
  color: #fff;
  background-color: #464646;
}

.nav-menu-3 {
  margin-top: 60px;
  margin-right: 0;
  font-size: 1.1em;
}

.slider-5 {
  width: 600px;
  min-height: 500px;
  float: left;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 16px;
  display: inline-block;
}

.section-13 {
  background-color: rgba(0, 0, 0, 0);
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.slide-9 {
  background-image: url('../images/f00cf5e69898b64adf08b4482c1338300860a2c5_1200.JPG');
  background-position: 50%;
  background-size: cover;
  border-radius: 20px;
}

.div-block-41 {
  width: 50%;
  min-height: 500px;
  float: left;
  background-color: #fff;
  border-radius: 0 16px 16px 0;
  padding-top: 60px;
  padding-left: 40px;
  padding-right: 40px;
}

.slide-nav-2 {
  display: none;
}

.slide-10 {
  background-image: url('../images/WhatsApp-Image-2018-12-15-at-21.09.56.jpeg');
  background-position: 100%;
  background-size: cover;
  border-radius: 20px;
}

.slide-11 {
  background-image: url('../images/54765.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 20px;
}

.div-block-40 {
  width: 1200px;
  float: none;
  background-color: #fff;
  border: 10px #e4e4e4;
  border-radius: 0;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 40px 40px 9px;
  display: block;
}

.div-block-40._1 {
  box-shadow: none;
  border-style: none;
  border-radius: 0;
  margin-top: 0;
}

.div-block-40._2 {
  box-shadow: none;
  border-style: none;
  padding-bottom: 40px;
}

.div-block-40.first {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  padding-left: 60px;
  padding-right: 60px;
}

.text-block-50 {
  color: #2a2a2a;
  text-align: center;
  margin-top: 0;
  margin-bottom: 45px;
  font-family: Montserrat, sans-serif;
  font-size: 1.3em;
  font-style: normal;
  font-weight: 500;
  line-height: 1.6em;
}

.slide-12 {
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../images/65476.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 16px;
}

.image-14 {
  margin: 46px auto 12px;
  display: block;
}

.text-block-49 {
  color: #fff;
  text-align: center;
  text-shadow: none;
  margin-top: 70px;
  margin-bottom: 50px;
  font-size: 4em;
  font-style: italic;
  font-weight: 700;
}

.text-block-49.under {
  color: #2c2c2c;
  margin-top: 20px;
  margin-bottom: 35px;
  font-size: 2em;
  font-weight: 700;
  line-height: 1.3em;
}

.text-block-49.under._5 {
  margin-bottom: 70px;
  font-size: 2.3em;
}

.text-block-49.under._1, .text-block-49.under._2 {
  margin-bottom: 5px;
  font-size: 2.3em;
}

.image-13 {
  margin: 42px auto 13px;
  display: block;
}

.section-11 {
  background-color: rgba(0, 0, 0, 0);
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.image-12 {
  margin: 55px auto 0;
  display: block;
}

.div-block-43 {
  width: 270px;
  min-height: 270px;
  float: left;
  background-color: #fff;
  border: 1px #000;
  border-radius: 6px;
  margin-right: 50px;
  padding: 111px 0 0;
  transition: all .7s cubic-bezier(.165, .84, .44, 1);
  box-shadow: 0 0 50px -8px #646464;
}

.div-block-43:hover {
  box-shadow: 0 0 50px -8px #646464;
}

.div-block-43._1 {
  width: 270px;
  min-height: 270px;
  box-shadow: none;
  cursor: pointer;
  background-color: #2768f3;
  padding-top: 109px;
}

.div-block-43._1:hover {
  box-shadow: none;
  background-color: #1e4e96;
  transform: scale(1.1);
}

.div-block-43.last {
  width: 270px;
  min-height: 270px;
  float: left;
  box-shadow: none;
  cursor: pointer;
  background-color: #2768f3;
  border-width: 10px;
  border-color: #fff;
  margin-right: 0;
  padding-top: 109px;
  position: relative;
}

.div-block-43.last:hover {
  background-color: #1e4e96;
  transform: scale(1.1);
  box-shadow: 0 0 50px -8px #646464;
}

.div-block-43._2 {
  cursor: pointer;
  background-color: #2768f3;
  padding-top: 109px;
  transform: scale(1.11);
  box-shadow: 0 0 0 14px #e4e4e4;
}

.div-block-43._2:hover {
  background-color: #1e4e96;
  transform: scale(1.1);
}

.text-block-51 {
  color: #fffdfd;
  text-align: center;
  margin-bottom: 25px;
  font-size: 1.7em;
  font-style: italic;
  font-weight: 700;
}

.text-block-51.p {
  color: #fff;
  font-size: 1.9em;
}

.text-block-52 {
  text-align: center;
  margin-bottom: 30px;
  font-size: 1.1em;
  font-weight: 500;
  line-height: 1.5em;
}

.text-block-52._1 {
  width: 100%;
  float: left;
  text-align: center;
  margin-top: 40px;
  position: static;
}

.div-block-44 {
  width: 952px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
  display: block;
}

.image-15 {
  width: 80%;
  border-radius: 100px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.section-14 {
  background-color: rgba(0, 0, 0, 0);
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.text-block-53 {
  text-align: center;
  line-height: 1.6em;
}

.div-block-45 {
  width: 1200px;
  min-height: 20px;
  background-color: #2768f3;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.text-block-54 {
  color: #fff;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: .8em;
}

.body-4 {
  background-color: #0565ce;
  background-image: url('../images/97f65918-6c31-436a-a4ed-364b86a4aeba.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  font-family: Montserrat, sans-serif;
  font-size: 1em;
  line-height: 1em;
}

.mask-2 {
  background-color: rgba(0, 0, 0, 0);
  border-radius: 16px;
}

._432534 {
  font-size: 1.6em;
}

._34654 {
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.7em;
  display: block;
}

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

.bold-text-6 {
  font-family: Montserrat, sans-serif;
  font-size: 1.1em;
  font-weight: 600;
  line-height: 1.8em;
  display: block;
}

.text-block-56 {
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 1.2em;
  font-style: italic;
  line-height: 1.8em;
}

.right-arrow-3 {
  background-color: rgba(0, 0, 0, 0);
}

.slider-6 {
  width: 50%;
  min-height: 500px;
  float: left;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 20px;
}

.slide-13 {
  background-image: url('../images/65476.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 0;
}

.mask-3 {
  background-color: rgba(0, 0, 0, 0);
  border-radius: 20px;
}

.slide-14 {
  background-image: url('../images/WhatsApp-Image-2019-01-20-at-19.04.37.jpeg');
  background-position: 50% 30%;
  background-size: cover;
  border-radius: 20px;
}

.slide-15 {
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../images/WhatsApp-Image-2019-01-20-at-19.05.18.jpeg');
  background-position: 50% 52%;
  background-size: cover;
}

._65465 {
  font-size: 1.4em;
  line-height: 1.9em;
}

.text-block-57 {
  color: #fff;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: .9em;
  font-weight: 400;
  line-height: 2.2em;
  display: block;
}

._564756 {
  font-size: 1.2em;
}

.navbar-3 {
  min-height: auto;
  background-color: #eee;
  justify-content: center;
  align-items: center;
  display: flex;
}

.container-4 {
  width: 1100px;
  max-width: 1100px;
  min-width: auto;
  background-color: rgba(0, 0, 0, 0);
  justify-content: flex-start;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 18px;
  display: flex;
}

.nav-menu-4 {
  flex: none;
  margin-top: 4px;
  margin-left: auto;
  margin-right: auto;
}

.nav-link-7 {
  float: left;
  color: #2c2c2c;
  border-right: 1px solid #ddd5d5;
  border-radius: 0;
  padding: 7px 15px 5px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  transition: all .2s cubic-bezier(.165, .84, .44, 1);
  display: block;
}

.nav-link-7:hover {
  color: #777;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 4px;
}

.nav-link-7.last {
  border-right-style: none;
}

.image-17 {
  width: 263px;
  flex: none;
}

.body-5 {
  font-family: Montserrat, sans-serif;
  font-weight: 400;
  line-height: 1.4;
}

.div-block-46 {
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.slide-16 {
  background-image: url('../images/Физ-ра-003.jpg');
  background-position: 50% 100%;
  background-size: cover;
}

.slider-7 {
  min-height: 80vh;
}

.text-block-58 {
  text-align: center;
  display: none;
}

.div-block-47 {
  min-height: 5px;
  background-color: #ff6003;
}

.slide-17 {
  background-image: url('../images/Физ-ра-006.jpg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-18 {
  background-image: url('../images/Физ-ра-001.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.button {
  text-align: center;
  background-color: #ff5024;
  border-radius: 4px;
  font-size: 16px;
  display: none;
}

.text-block-59 {
  color: #303030;
  text-align: center;
  background-color: #fff;
  border: 1px #000;
  border-radius: 4px;
  margin-top: 3px;
  padding: 10px 15px 0;
  font-size: 18px;
  font-weight: 600;
}

.text-block-60 {
  text-align: center;
  font-size: 12px;
  font-weight: 600;
}

.div-block-48 {
  border: 1px solid #f50;
  border-radius: 4px;
  padding-bottom: 7px;
  padding-left: 10px;
  padding-right: 10px;
  display: none;
}

.text-block-61 {
  text-align: center;
  background-color: #f5f5f5;
  border-radius: 4px;
  margin-bottom: 8px;
  padding: 10px 15px;
  font-size: 17px;
  font-weight: 700;
  display: none;
}

.div-block-49 {
  padding-left: 10px;
  padding-right: 10px;
}

.text-block-62 {
  display: none;
}

.text-block-63 {
  max-width: 200px;
  color: #2c2c2c;
  text-align: center;
  margin-left: 31px;
  margin-right: auto;
  font-family: Lato, sans-serif;
  font-size: 15px;
  font-weight: 500;
  display: block;
}

.div-block-50 {
  background-color: rgba(0, 0, 0, .07);
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.div-block-51 {
  width: auto;
  min-height: auto;
  background-color: rgba(29, 29, 29, .75);
  border: 2px #fff;
  border-radius: 4px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 40px;
  display: flex;
}

.text-block-64 {
  color: #fff;
  text-align: center;
  margin-bottom: 10px;
  font-size: 34px;
  font-weight: 700;
}

.text-block-65 {
  color: #fff;
  font-size: 16px;
}

.div-block-52 {
  min-height: auto;
  background-color: #e7e7e7;
  padding: 80px 40px 100px;
}

.div-block-52.pravila {
  background-color: #f1f1f1;
  padding-top: 40px;
}

.div-block-52.about {
  background-color: #f1f1f1;
  padding-bottom: 0;
}

.div-block-52.contacts {
  width: 100%;
  background-color: #fff;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  position: static;
}

.text-block-66 {
  color: #0a0a0a;
  text-align: center;
  margin-bottom: 5px;
  font-size: 30px;
  font-weight: 700;
}

.text-block-66.special {
  font-size: 22px;
}

.div-block-53 {
  width: 50px;
  min-height: 5px;
  background-color: #f50;
  margin-left: auto;
  margin-right: auto;
}

.div-block-54 {
  width: 1100px;
  max-width: 1100px;
  min-height: auto;
  min-width: auto;
  background-color: rgba(0, 0, 0, 0);
  margin-left: auto;
  margin-right: auto;
}

.div-block-55 {
  width: 50%;
  min-height: auto;
  background-color: #fff;
  border: 1px #bbb;
  border-radius: 4px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 36px;
  padding-bottom: 32px;
  transition: all .6s cubic-bezier(.165, .84, .44, 1);
  display: flex;
  position: relative;
  box-shadow: 4px 4px 10px #ccc;
}

.div-block-56 {
  justify-content: center;
  margin-top: 40px;
  display: flex;
}

.div-block-57 {
  width: 50%;
  min-height: auto;
  border: 2px solid #bbb;
  border-radius: 4px;
  box-shadow: 4px 4px 10px -4px #ccc;
}

.div-block-58 {
  width: 100%;
  min-height: auto;
  background-color: #fff;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 18px;
  display: flex;
}

.text-block-67 {
  width: 100%;
  color: #303030;
  text-align: center;
  background-color: #fff;
  margin-bottom: 12px;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 25px;
  font-style: italic;
  font-weight: 800;
}

.div-block-59 {
  width: 20px;
}

.div-block-60 {
  flex: 1;
}

.text-block-68 {
  text-align: center;
  margin-bottom: 15px;
  font-size: 16px;
  font-weight: 400;
}

.div-block-61 {
  background-color: #fff;
  border-radius: 4px;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.image-18 {
  width: 50px;
  margin-right: -4px;
}

.text-block-69 {
  font-size: 16px;
}

.div-block-62 {
  width: 100%;
  padding-left: 30px;
  padding-right: 40px;
}

.div-block-63 {
  width: 100%;
  min-height: auto;
  justify-content: center;
  align-items: center;
  margin-top: 25px;
  display: flex;
}

.button-2 {
  text-align: center;
  background-color: #ff4d00;
  border-radius: 4px;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 40px;
  font-size: 20px;
  font-weight: 500;
}

.button-2.bezlimit {
  background-color: #3f3f3f;
}

.button-2.bezlimit.modal-link-5, .button-2.modal-link-4 {
  display: none;
}

.div-block-64 {
  width: 100%;
  min-height: auto;
}

.text-block-70 {
  max-width: 400px;
  text-align: center;
  background-color: #ece9e9;
  border-radius: 4px;
  margin-top: 15px;
  margin-left: auto;
  margin-right: auto;
  padding: 8px 20px;
  font-size: 20px;
  font-style: italic;
  font-weight: 700;
}

.text-block-71 {
  margin-left: auto;
  margin-right: auto;
  font-size: 20px;
  font-weight: 600;
}

.bold-text-7, .bold-text-8 {
  color: #747474;
}

.rich-text-block {
  max-height: 400px;
  margin-top: 40px;
  padding: 20px;
  font-size: 16px;
  font-weight: 500;
  overflow: auto;
}

.rich-text-block.about {
  max-height: none;
  font-size: 16px;
}

.rich-text-block.about p {
  font-size: 16px;
  font-weight: 500;
}

.modal-background-5 {
  z-index: 3;
  background-color: rgba(22, 22, 22, .38);
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.modal-window-5 {
  width: 100%;
  max-width: 500px;
  background-color: #fff;
  border-radius: 4px;
  margin-top: 170px;
  margin-left: auto;
  margin-right: auto;
  padding: 12px 20px 35px;
  display: block;
  position: relative;
}

.modal-window-5.spec {
  background-color: #f1f1f1;
  margin-top: 20px;
  margin-bottom: 27px;
}

.close-modal-5 {
  width: 25px;
  float: right;
  cursor: pointer;
}

.close-modal-5.fizra {
  width: 18px;
  margin-top: 11px;
  margin-right: 11px;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.modal-perezvonite-h1 {
  text-align: center;
  margin-top: 33px;
  margin-bottom: 20px;
  font-size: 20px;
  line-height: 1.6;
}

.container-perezvonite {
  width: 100%;
  max-width: 300px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.perezvonite-form-text {
  width: 82%;
  color: #888;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
  display: none;
}

.perezvonite-form-field {
  width: 100%;
  min-height: 46px;
  border-radius: 4px;
  margin-left: auto;
  margin-right: auto;
  font-size: 16px;
  display: block;
}

.oformlenie-zakaza-button {
  width: 100%;
  cursor: pointer;
  background-color: #f8801e;
  border-radius: 4px;
  margin-top: 6px;
  padding: 17px 35px 15px;
  line-height: 1.5em;
}

.oformlenie-zakaza-button:hover {
  background-color: #ff9b4a;
}

.modal-background-4 {
  z-index: 3;
  background-color: rgba(22, 22, 22, .38);
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.modal-window-4 {
  width: 40%;
  max-width: 400px;
  background-color: #fff;
  border-radius: 4px;
  margin-top: 170px;
  margin-left: auto;
  margin-right: auto;
  padding: 1%;
  display: block;
}

.modal-fastbuy-h1 {
  float: none;
  text-align: center;
  margin-top: 31px;
  margin-bottom: 14px;
  font-size: 1.6em;
  line-height: 1.3em;
}

.fastbuy-container {
  text-align: center;
}

.fastbuy-text {
  width: 82%;
  color: #797979;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.fastbuy-form-field {
  width: 80%;
  border-radius: 4px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.close-modal-4 {
  width: 25px;
  float: right;
}

.text-block-72 {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  font-weight: 700;
  display: none;
}

.bold-text-9 {
  color: #f50;
  background-color: rgba(0, 0, 0, 0);
  font-weight: 600;
}

.bold-text-10 {
  color: #f50;
  font-weight: 600;
}

.text-block-73 {
  text-align: center;
  margin-bottom: 30px;
  font-size: 26px;
  font-weight: 700;
}

.div-block-65 {
  background-color: #fff;
  border: 1px #000;
  padding-top: 65px;
  padding-bottom: 60px;
}

.text-block-74 {
  text-align: center;
  font-style: italic;
  font-weight: 400;
}

.text-block-74._1 {
  margin-bottom: 30px;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
}

.text-block-74._2 {
  font-size: 16px;
  font-weight: 600;
}

.form-block-3 {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
  display: none;
}

.form-3 {
  align-items: stretch;
  display: flex;
}

.text-field {
  min-height: 45px;
  border-radius: 4px;
  margin-bottom: 0;
  margin-right: 10px;
  padding-top: 10px;
  transition: all .3s cubic-bezier(.165, .84, .44, 1);
}

.text-field:hover {
  border: 1px solid #7e7e7e;
}

.submit-button {
  min-height: auto;
  color: #fff;
  cursor: pointer;
  background-color: #ff6161;
  border-radius: 4px;
  flex: none;
  padding: 1px 40px 0;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4;
  transition: all .3s cubic-bezier(.165, .84, .44, 1);
}

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

.div-block-66 {
  margin-top: 40px;
}

.div-block-67 {
  min-height: auto;
  justify-content: center;
  align-items: center;
  margin-top: 1px;
  padding-top: 26px;
  padding-bottom: 21px;
  display: flex;
}

.text-block-75 {
  font-size: 12px;
  font-weight: 700;
}

.html-embed-2 {
  margin-top: 40px;
}

.text-block-76 {
  margin-top: 40px;
  font-size: 16px;
}

.text-block-77 {
  margin-top: 10px;
  font-size: 16px;
}

.text-block-78 {
  color: #fff;
  background-color: #c2c2c2;
  border-radius: 4px;
  margin-top: 45px;
  margin-right: 13px;
  padding: 11px 20px 10px;
  font-weight: 700;
  display: none;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
  transform: rotate(26deg);
}

.slide-19 {
  background-image: url('../images/Физ-ра-011.jpg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-20 {
  background-image: url('../images/Физ-ра-019.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-21 {
  background-image: url('../images/Физ-ра-021.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-22 {
  background-image: url('../images/Физ-ра-014.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-23 {
  background-image: url('../images/8.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.menu-block {
  width: 100%;
  max-width: 240px;
  background-color: #2b2a28;
  flex-direction: column;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.div-block-194 {
  width: 100%;
  flex-direction: row;
  flex: 1;
  justify-content: center;
  align-items: flex-end;
  padding-bottom: 70px;
  display: flex;
}

.footer-block {
  z-index: 99;
  background-color: rgba(0, 0, 0, .36);
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding: 15px 40px;
  display: block;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.menu-holder {
  width: 100%;
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.link-5 {
  width: 100%;
  color: #fff;
  text-align: center;
  cursor: pointer;
  border-bottom: 1px #16171b;
  border-radius: 4px;
  margin-bottom: 15px;
  font-size: 15px;
  font-weight: 300;
  text-decoration: none;
  transition: all .45s cubic-bezier(.215, .61, .355, 1);
}

.link-5:hover {
  color: #d4d4d4;
  border-right: 5px #00a2ff;
}

.link-7 {
  float: right;
  color: #fff;
}

.image-20 {
  width: 30px;
  margin-right: 10px;
}

.slide-24 {
  background-image: url('../images/4.jpg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.site-wrapper {
  flex-direction: row;
  flex: 1;
  display: flex;
}

.site {
  min-height: 100vh;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.image-21 {
  width: 30px;
}

.image-19 {
  width: 235px;
  max-width: 235px;
}

.text-block-142 {
  float: left;
  color: #fff;
}

.content {
  min-height: 100vh;
  flex: none;
  position: relative;
}

.site-holder {
  width: 100%;
  display: flex;
}

.logo-block {
  width: 100%;
  justify-content: center;
  align-items: center;
  margin-top: 25px;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.content-block {
  min-height: 100vh;
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  display: flex;
  position: relative;
}

.mask-4 {
  flex: 1;
}

.slider-2 {
  min-height: 100vh;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.slide-nav-4 {
  margin-bottom: 80px;
}

.slide-25 {
  background-image: url('../images/14.jpg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-26 {
  background-image: url('../images/23.jpg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: cover;
}

.div-block-195 {
  z-index: 10;
  background-color: rgba(0, 0, 0, .24);
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.div-block-196 {
  width: 100%;
  background-color: rgba(0, 0, 0, .74);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  padding-left: 28px;
  display: flex;
}

.body-6 {
  font-family: Merriweather, serif;
}

.text-block-143 {
  color: #fff;
  text-align: center;
  font-size: 31px;
  font-weight: 300;
}

.left-arrow-3 {
  display: none;
}

.icon-11 {
  color: #fff;
}

.text-block-144 {
  color: #fff;
  text-align: center;
  margin-bottom: 30px;
  font-size: 52px;
  font-weight: 300;
}

.right-arrow-4 {
  z-index: 20;
}

.lightbox-item-p {
  width: 100%;
}

.kw-text {
  color: #4e4d4d;
  text-align: center;
  margin-bottom: 10px;
  font-size: 2.2em;
  font-weight: 300;
  line-height: 1.4em;
}

.kw-text._1 {
  color: #4e4d4d;
  margin-bottom: 10px;
  font-family: Oswald, sans-serif;
  font-size: 2.1em;
  font-weight: 300;
}

.city-kontant {
  margin-top: 33px;
  margin-bottom: 7px;
  font-size: 1.5em;
}

.copyright {
  color: #686868;
  text-align: center;
  margin-top: 0;
}

.logo-constructor-p {
  max-width: 340px;
  min-height: 340px;
  background-image: url('../images/logo-round.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
}

.logo-cloud-p {
  z-index: 1;
  margin-top: 3px;
  margin-left: 5px;
  position: absolute;
}

.kw-text-under {
  color: #1f1f1f;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  font-size: 1.7em;
  font-style: normal;
  font-weight: 300;
  line-height: 1.3em;
  display: block;
}

.kw-item-item {
  width: 73%;
  margin: 50px auto;
  display: block;
}

.kw-item-item.six-right {
  width: 85%;
  float: left;
  margin-left: 60px;
  position: relative;
}

.kw-item-item.third-left {
  flex-direction: column;
  justify-content: center;
  margin-top: 104px;
  margin-bottom: 99px;
  display: block;
}

.kw-item-item.second-left {
  width: 40%;
  margin-top: 182px;
  margin-bottom: 193px;
}

.kw-item-item._4 {
  margin-top: 64px;
}

.kw-item-item.first-right {
  margin-top: 49px;
  margin-bottom: 42px;
}

.kw-item-item.six-left {
  margin-top: 118px;
  margin-bottom: 139px;
}

.kw-item-item.seven-left {
  margin-top: 235px;
  margin-bottom: 258px;
}

.kw-item-item.fourth-right {
  width: 90%;
  margin-top: 50px;
  margin-bottom: 50px;
  margin-left: 60px;
}

.kw-item-item.eight-left {
  margin-top: 257px;
  margin-bottom: 269px;
}

.kw-item-item.fourth-left {
  margin-top: 240px;
  margin-bottom: 241px;
}

.kw-item-item.first-left {
  margin-top: 83px;
  margin-bottom: 78px;
}

.kw-item-item.second-right {
  width: 49%;
  float: left;
  margin: 50px 0 50px 60px;
  display: block;
}

.kw-item-item.eight-right {
  width: 35%;
  float: none;
  margin-left: 60px;
}

.kw-item-item.seven-right {
  width: 85%;
  float: left;
  margin-left: 60px;
}

.kw-container-item {
  width: 50%;
  max-width: 50%;
  min-height: auto;
  float: left;
  background-color: #ebebeb;
}

.kw-container-item.left {
  float: left;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
}

.kw-container-item.right {
  float: right;
  clear: none;
  background-color: #fff;
  display: block;
  position: relative;
  top: 0;
  bottom: 0;
  right: 0;
}

.section-p {
  position: relative;
}

.city-kontakt-text {
  color: #696969;
  font-size: 1.2em;
  font-weight: 300;
  line-height: 1.2em;
}

.lightbox-p-item {
  width: 25%;
  float: left;
}

.logo-green-left {
  z-index: 1;
  margin-top: 85px;
  margin-left: 10px;
  position: absolute;
}

.lightbox-p {
  position: relative;
}

.about-company-text {
  text-transform: none;
  margin-bottom: 10px;
  font-size: 1.2em;
  font-weight: 300;
  line-height: 1.2em;
}

.text-special-span {
  color: #8b8b8b;
  font-size: .8em;
}

.logo-green-right {
  z-index: 1;
  margin-top: 71px;
  margin-left: 150px;
  display: inline-block;
  position: absolute;
}

.kw-slider {
  float: none;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.footer-item {
  background-color: #ebebeb;
  padding-top: 20px;
  padding-bottom: 20px;
}

.prem-item-container {
  margin-bottom: 20px;
}

.text-span {
  color: #ffb800;
  font-size: 1em;
  font-style: normal;
  font-weight: 700;
}

.logo-round-p {
  display: none;
  position: absolute;
}

.slider-img {
  float: none;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translate(0, -50%);
}

.kw-container {
  width: 100%;
  float: left;
  color: #333;
  background-color: #ebebeb;
  position: relative;
}

.poloska {
  z-index: 100;
  width: 100%;
  min-height: 5px;
  float: left;
  background-color: #ebebeb;
  display: block;
  position: relative;
}

.section-text-p {
  float: left;
  margin-top: 5px;
  margin-bottom: 0;
  margin-left: 10px;
  font-size: 1.7em;
  font-weight: 300;
  line-height: 1.3em;
}

.section-text-p.obj {
  float: none;
  margin-bottom: 20px;
  margin-left: 0;
  font-size: 1.7em;
}

.logo-text-p {
  direction: ltr;
  color: #306b46;
  text-align: center;
  text-transform: uppercase;
  margin-top: 20px;
  font-family: Oswald, sans-serif;
  font-size: 2.7em;
  font-weight: 200;
  line-height: 1.3em;
  text-decoration: none;
}

.section-p1 {
  margin-bottom: -6px;
  position: relative;
}

.kw-slider-container {
  width: 100%;
  min-height: auto;
  float: none;
  margin-left: auto;
  margin-right: auto;
  padding-top: 47px;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.logo-container-p {
  margin-bottom: 100px;
  padding-top: 80px;
  padding-left: 0%;
  padding-right: 0%;
  display: block;
  position: relative;
}

.slide-3 {
  min-height: 100%;
}

.kw-text-under-1 {
  color: #3f3f3f;
  text-align: center;
  margin-bottom: 8px;
  font-size: 1.1em;
  font-weight: 300;
  line-height: 1.3em;
}

.slider-arrow {
  color: #cacaca;
}

.check-icon {
  float: left;
}

.about-container-p {
  float: none;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  font-size: 1em;
  display: block;
  position: relative;
}

.navbar-4 {
  background-color: #fff;
  padding-top: 20px;
  padding-bottom: 15px;
  display: block;
}

.image-22 {
  width: 115px;
  margin-right: 10px;
}

.nav-link-8 {
  float: none;
  color: #3f3f3f;
  border-right: 1px solid #e0e0e0;
  padding: 2px 15px;
  font-size: 18px;
  font-weight: 600;
  transition: all .4s cubic-bezier(.215, .61, .355, 1);
  display: block;
}

.nav-link-8:hover {
  color: #868686;
}

.nav-link-8.last {
  border-right-style: none;
}

.container-5 {
  width: 100%;
  max-width: 1000px;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.nav-menu-5 {
  flex-direction: row;
  flex: none;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.div-block-197 {
  flex: 1;
  margin-right: 23px;
}

.div-block-198 {
  min-height: 40px;
}

.bold-text-11 {
  color: #00750c;
}

.text-block-145 {
  margin-top: 4px;
  font-size: 20px;
}

.body-7 {
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  line-height: 1.4;
}

.text-span-2 {
  color: #007732;
  font-weight: 700;
}

.slide-27 {
  background-image: url('../images/best-wallpaper_skobka_69.jpg');
  background-position: 50% 0;
  background-size: cover;
  border-radius: 4px;
}

.slider-8 {
  width: 100%;
  min-height: 70vh;
  border-radius: 4px;
  margin-left: auto;
  margin-right: auto;
}

.slide-28 {
  background-image: url('../images/4038-oblaka-rok-plashh-bereg-puteshestvie-1920x1080.jpg');
  background-position: 50% 73%;
  background-repeat: no-repeat;
  background-size: cover;
}

.mask-5 {
  border-radius: 4px;
}

.right-arrow-6 {
  color: #fff;
}

.div-block-199 {
  min-height: 57px;
  background-color: #e2e2e2;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-200 {
  width: 100%;
  max-width: 1000px;
  justify-content: center;
  align-items: center;
  margin-top: 1px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 13px;
  padding-right: 12px;
  display: flex;
}

.image-23 {
  width: 32px;
  margin-top: 0;
  margin-right: 6px;
}

.div-block-201 {
  flex: 1;
  display: none;
}

.text-block-146 {
  color: #1b1b1b;
}

.italic-text {
  font-size: 17px;
  display: block;
}

.bold-text-12 {
  font-size: 16px;
}

.text-block-147 {
  margin-bottom: 10px;
}

.text-block-148 {
  text-align: center;
  font-size: 32px;
  font-weight: 600;
}

.div-block-202 {
  min-height: 196px;
  justify-content: center;
  align-items: center;
  padding-top: 30px;
  display: flex;
}

.div-block-203 {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 60px;
}

.text-block-149 {
  margin-right: 8px;
  font-size: 16px;
}

.image-24 {
  width: 40px;
  cursor: pointer;
  border: 1px solid #c2c2c2;
  border-radius: 4px;
  margin-left: 8px;
  padding: 4px 8px;
  transition: all .4s cubic-bezier(.215, .61, .355, 1);
}

.image-24:hover {
  background-color: #cfcfcf;
}

.text-block-150 {
  flex: 1;
  font-size: 16px;
}

.slide-nav-5 {
  display: none;
}

.div-block-204 {
  border-top: 1px solid #e0e0e0;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-205 {
  width: 60%;
  flex: none;
}

.div-block-206 {
  width: 40%;
  min-height: 400px;
  padding-top: 40px;
  padding-left: 40px;
}

.navbar-5 {
  background-color: #fff;
}

.navbar-link {
  font-size: 17px;
  font-weight: 700;
}

.body-8 {
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.4;
}

.div-block-207 {
  align-items: center;
  display: flex;
}

.image-25 {
  display: block;
}

.div-block-208 {
  box-shadow: none;
  background-color: #fff;
  border: 1px solid #838383;
  border-radius: 4px;
  flex-direction: column;
  padding: 10px 20px 8px;
  display: none;
}

.navbar-6 {
  z-index: 2;
  width: 100%;
  background-color: #fff;
  justify-content: flex-start;
  align-items: flex-start;
  margin: 30px auto 40px;
  padding-left: 20px;
  padding-right: 20px;
  display: block;
}

.div-block-209 {
  align-items: flex-start;
}

.nav-link-9 {
  color: #353535;
  cursor: pointer;
  border-right: 1px #e6e6e6;
  border-radius: 4px;
  align-items: flex-start;
  margin-left: 5px;
  margin-right: 5px;
  padding: 12px 5px 10px;
  font-size: 15px;
  font-weight: 400;
  transition: all .3s cubic-bezier(.165, .84, .44, 1);
  display: block;
}

.nav-link-9:hover {
  color: #deb67b;
}

.nav-link-9.las {
  border-right-style: none;
}

.container-6 {
  max-width: 1200px;
  min-width: 1200px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.text-block-151 {
  color: #303030;
  text-align: center;
  font-size: 14px;
  font-weight: 600;
}

.text-block-152 {
  color: #d5a957;
  text-align: left;
  flex: 1;
  font-family: Lato, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.4;
}

.div-block-210 {
  flex: none;
}

.div-block-211 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.nav-menu-6 {
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.text-block-153 {
  font-family: Montserrat, sans-serif;
  font-size: 28px;
  font-weight: 700;
}

.image-26 {
  flex: none;
  margin-right: 19px;
}

.div-block-212 {
  flex: 0 auto;
  align-items: center;
  margin-right: 40px;
  display: flex;
}

.text-block-154 {
  font-size: 12px;
}

.div-block-213 {
  min-height: auto;
  background-color: rgba(255, 255, 255, .22);
  border-bottom: 5px #cecece;
  justify-content: center;
  align-items: flex-end;
  display: flex;
}

.div-block-214 {
  width: 100%;
  min-height: 500px;
  background-image: url('../images/photo.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-215 {
  display: none;
}

.div-block-216 {
  max-width: 1200px;
  justify-content: center;
  align-items: center;
  display: none;
}

.image-27 {
  width: 350px;
  margin-right: 40px;
}

.text-block-155 {
  color: #0f0f0f;
  text-align: center;
  margin-top: -60px;
  font-family: Montserrat, sans-serif;
  font-size: 34px;
  font-weight: 700;
}

.text-block-156 {
  float: right;
  color: #fff;
  background-color: #414141;
  border-radius: 4px;
  padding: 10px 15px;
  font-weight: 600;
  display: none;
}

.tab-link-tab-2 {
  background-color: #e9e9e9;
  border: 1px #838383;
  border-radius: 4px;
  margin-bottom: 0;
  padding: 15px 35px 13px;
  font-size: 20px;
  transition: all .2s cubic-bezier(.165, .84, .44, 1);
  display: block;
}

.tab-link-tab-2:hover {
  background-color: #dadada;
}

.tab-link-tab-2:active {
  transform: scale(.95);
}

.tab-link-tab-2.w--current {
  background-color: #ffd3af;
  border: 1px #838383;
}

.div-block-217 {
  flex: 1;
  margin-right: 20px;
}

.div-block-218 {
  width: 100%;
  max-width: 1200px;
  min-height: 30px;
  flex-direction: column;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 35px;
  margin-bottom: 0;
  display: flex;
}

.tab-link-tab-1-2 {
  background-color: #e9e9e9;
  border-radius: 4px;
  margin-right: 10px;
  padding: 15px 40px 13px;
  font-size: 15px;
  transition: all .3s cubic-bezier(.39, .575, .565, 1);
}

.tab-link-tab-1-2:hover {
  background-color: #dadada;
}

.tab-link-tab-1-2:active {
  transform: scale(.95);
}

.tab-link-tab-1-2.w--current {
  background-color: #ffd3af;
  border-style: none;
  border-color: #838383;
  border-radius: 4px;
  margin-right: 10px;
  padding: 15px 40px 13px;
  font-size: 20px;
  font-weight: 400;
  transition: all .2s cubic-bezier(.165, .84, .44, 1);
  display: block;
}

.tab-link-tab-1-2.w--current:active {
  transform: scale(.95);
}

.text-block-157 {
  width: 100%;
  flex: 1;
  padding-left: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 400;
  display: block;
}

.text-block-81 {
  color: #2e2e2e;
  flex: 1;
  font-size: 22px;
  font-weight: 500;
}

.tab-pane-tab-2 {
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
}

.image-28 {
  margin-right: 10px;
  display: none;
}

.div-block-219 {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.text-block-79 {
  font-size: 18px;
  font-weight: 500;
  position: static;
}

.div-block-70 {
  max-width: 60px;
  min-height: 7px;
  background-color: #ffd3af;
  border-radius: 50px;
  margin-left: auto;
  margin-right: auto;
}

.block-wrapper {
  padding: 70px 40px 20px;
}

.div-block-220 {
  background-color: #f0f0f0;
  border-radius: 4px;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 30px 40px;
  display: flex;
}

.div-block-71 {
  width: 900px;
}

.bold-text-13 {
  font-size: 17px;
  font-weight: 400;
}

.form-4 {
  align-items: flex-start;
  display: flex;
}

.tabs-3 {
  width: 100%;
  max-width: none;
  flex: 0 auto;
  margin-left: 0;
  margin-right: 0;
}

.tab-pane-tab-1-2 {
  width: 100%;
  max-width: none;
  padding-top: 20px;
  padding-bottom: 20px;
}

.text-block-83 {
  margin-top: 20px;
}

.submit-button-2 {
  color: #fff;
  background-color: #2d4166;
  border-radius: 4px;
  padding: 14px 20px 12px;
  font-size: 17px;
  font-weight: 400;
  transition: all .2s cubic-bezier(.165, .84, .44, 1);
}

.submit-button-2:hover {
  background-color: #486aa8;
}

.submit-button-2:active {
  transform: scale(.95);
}

.text-block-82 {
  max-width: 350px;
  float: right;
  color: #111;
  text-align: right;
  margin-top: 15px;
  font-size: 14px;
  font-weight: 400;
}

.tabs-menu-2 {
  width: 100%;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 22px;
  display: flex;
}

.div-block-221 {
  width: 100%;
  max-width: none;
  min-width: auto;
  border-bottom: 1px solid #e2e2e2;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 10px;
  padding-bottom: 8px;
  display: flex;
}

.div-block-221.last {
  border-bottom-style: none;
}

.text-block-158 {
  text-align: center;
  margin-bottom: 10px;
  font-size: 27px;
  font-weight: 600;
}

.text-block-159 {
  background-color: #fff;
  margin-left: 20px;
  padding: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 17px;
  font-weight: 700;
}

.text-block-159.sale {
  font-family: Montserrat, sans-serif;
  text-decoration: line-through;
}

.text-block-159.sale-red {
  color: #fff;
  background-color: #2d4166;
  border-radius: 4px;
  padding-top: 12px;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 17px;
  font-weight: 400;
}

.text-block-159.sale-red.free {
  color: #1d1d1d;
  background-color: #fff;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 14px;
  font-weight: 500;
}

.text-block-159.sale-red.free.new-sale {
  background-color: #ffc637;
  font-size: 14px;
  font-weight: 700;
}

.text-field-2 {
  min-height: 49px;
  border: 1px solid #fff;
  border-radius: 4px;
  margin-bottom: 0;
  margin-right: 7px;
  padding-top: 13px;
  padding-bottom: 10px;
}

.form-block-4 {
  width: 380px;
  background-color: #f5f5f5;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  flex: none;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 40px 40px 50px;
}

.submit-button-3 {
  color: #fff;
  text-align: center;
  cursor: pointer;
  background-color: #2d4166;
  border: 1px #000;
  border-radius: 8px;
  margin-top: 12px;
  margin-left: auto;
  margin-right: auto;
  padding: 17px 40px 14px;
  font-size: 1em;
  font-weight: 400;
  transition: all .3s cubic-bezier(.165, .84, .44, 1);
  display: block;
}

.submit-button-3:hover {
  background-color: #4367aa;
}

.text-block-92 {
  color: #fff;
  text-align: center;
  font-size: 30px;
  font-weight: 600;
}

.form-block-5 {
  width: 285px;
  text-align: left;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding-left: 4px;
  padding-right: 9px;
  display: block;
}

.textarea-2 {
  min-height: 120px;
  border-radius: 4px;
}

.modal-background-6 {
  z-index: 999;
  background-color: rgba(22, 22, 22, .38);
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.modal-background-6.f {
  display: none;
}

.div-block-73 {
  border-radius: 4px;
  flex-direction: row;
  justify-content: space-around;
  align-items: stretch;
  margin-top: 10px;
  display: flex;
}

.zayavka-cont {
  width: 100%;
  min-height: auto;
  background-color: #fff;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  padding-top: 14px;
  display: flex;
  position: relative;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.link-11 {
  float: left;
  color: #5a5a5a;
  margin-top: 0;
  margin-left: 0;
  font-size: .8em;
  text-decoration: none;
}

.link-11.modal-link-11.lombard {
  margin-top: -2px;
  font-size: .8em;
  text-decoration: underline;
}

.link-11.modal-link-11 {
  margin-top: -3px;
  font-size: 14px;
  text-decoration: underline;
}

.link-11.modal-link-11.lombard {
  text-align: left;
  margin-top: -4px;
  margin-left: -8px;
  font-size: 13px;
  text-decoration: underline;
}

.checkbox-label-2 {
  min-height: 1px;
}

.text-field-3 {
  min-height: 45px;
  background-color: #f5f5f5;
  border-radius: 4px;
  padding-top: 10px;
  padding-left: 15px;
  transition: all .5s cubic-bezier(.23, 1, .32, 1);
}

.text-field-3:hover {
  background-color: #fff;
  border: 1px solid #757575;
}

.regular-checkbox {
  float: none;
  margin-top: 14px;
  margin-left: 0;
  margin-right: 20px;
  display: block;
}

.text-block-90 {
  margin-bottom: 30px;
  font-size: 18px;
  font-weight: 700;
}

.submit-button-4 {
  background-color: #ec383b;
  border-radius: 4px;
  margin-top: 15px;
  padding: 12px 20px 11px;
  font-weight: 600;
}

.form-5 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-74 {
  background-image: linear-gradient(rgba(26, 26, 26, .5), rgba(26, 26, 26, .5)), url('../images/biznes.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  flex: 1;
  justify-content: center;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.text-block-106 {
  width: 100%;
  color: #000;
  text-align: center;
  margin-bottom: 27px;
  margin-left: auto;
  margin-right: auto;
  font-family: Montserrat, sans-serif;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.4;
  display: block;
}

.text-block-80 {
  margin-top: 1px;
  margin-bottom: 1px;
  font-size: 16px;
}

.form-6 {
  float: none;
}

.modal-window-6 {
  width: 500px;
  max-width: none;
  background-color: #fff;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  margin-top: 80px;
  margin-left: auto;
  margin-right: auto;
  padding: 17px 20px 34px;
  display: block;
}

.div-block-72 {
  width: 100%;
  min-height: 300px;
  margin-top: 19px;
}

.bold-text-14 {
  color: #fff;
  background-color: #f44;
  border-radius: 4px;
  margin-bottom: 5px;
  padding: 7px 10px 5px;
  display: block;
}

.text-field-4 {
  border-radius: 4px;
}

.text-block-109 {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 600;
}

.text-block-89 {
  text-align: left;
  margin-bottom: 15px;
  font-size: 14px;
  font-weight: 400;
}

.close-modal-6 {
  width: 20px;
  float: right;
  cursor: pointer;
  display: block;
}

.close-modal-6.f {
  margin-right: -7px;
}

.text-block-107 {
  color: #000;
  text-align: left;
  margin: 3px auto 13px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4em;
  display: block;
}

.personal-agreement-block {
  justify-content: center;
  align-items: center;
  margin-top: 0;
  display: flex;
}

.checkbox-field-2 {
  width: auto;
  float: left;
  margin-bottom: 0;
  padding-left: 0;
}

.image-29 {
  width: 65px;
  max-width: 65px;
  min-width: 65px;
}

.div-block-68 {
  min-height: auto;
  min-width: auto;
  color: #111010;
  background-color: #fff;
  border: 1px #000;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  margin-right: 0;
  font-family: Montserrat, sans-serif;
  display: flex;
}

.div-block-69 {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 15px;
  display: flex;
}

.text-block-87 {
  font-size: 19px;
  font-weight: 500;
}

.text-block-88 {
  margin-bottom: 25px;
  font-size: 16px;
}

.modal-background-11 {
  z-index: 1000;
  background-color: rgba(22, 22, 22, .38);
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.modal-window-11 {
  z-index: 1000;
  width: 60%;
  max-width: 500px;
  min-height: 500px;
  background-color: #fff;
  border-radius: 4px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
  position: absolute;
  top: 50%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  transform: translate(0, -50%);
}

.close-modal-11 {
  float: right;
  cursor: pointer;
  margin-right: 0;
  display: block;
}

.modal-heading-4 {
  text-align: left;
  margin-top: 20px;
  margin-bottom: 15px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.4;
}

.text-block-108 {
  color: #333;
  padding-bottom: 25px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 14px;
}

.text-block-160 {
  color: #2e2e2e;
  text-align: center;
  flex: 1;
  margin-right: 25px;
  font-size: 15px;
  font-weight: 500;
  display: none;
}

.button-3 {
  background-color: #2d4166;
  border-radius: 50px;
  padding-left: 25px;
  padding-right: 25px;
  transition: all .2s cubic-bezier(.165, .84, .44, 1);
}

.button-3:hover {
  background-color: #486aa8;
}

.button-3:active {
  transform: scale(.95);
}

.button-3.modal-link-6 {
  padding-left: 26px;
  padding-right: 26px;
}

.link-12 {
  color: #4d4d4d;
  text-decoration: none;
  display: block;
}

.text-block-161 {
  text-align: center;
  margin-bottom: 6px;
}

.div-block-222 {
  margin-left: 20px;
}

.div-block-223 {
  margin-top: -386px;
  font-size: 28px;
  font-weight: 600;
}

.text-block-162 {
  display: none;
}

.text-block-163 {
  font-size: 62px;
}

.div-block-224 {
  min-height: 50px;
  background-color: #2d4166;
  justify-content: center;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.text-block-164 {
  color: #fff;
}

.text-block-165 {
  display: none;
}

.div-block-34 {
  min-height: 200px;
  margin-top: 35px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.faq-container {
  float: none;
  margin-bottom: 0;
  display: block;
  position: static;
}

.faq-heading-holder {
  width: 100%;
  min-width: 400px;
  box-shadow: none;
  cursor: pointer;
  background-color: #eee;
  border: 1px #d8d8d8;
  border-radius: 6px;
  align-items: center;
  padding: 9px 30px 8px 15px;
  transition: all .2s cubic-bezier(.165, .84, .44, 1);
  display: flex;
}

.faq-heading-holder:hover {
  background-color: #dadada;
}

.faq-image-holder {
  float: left;
  cursor: pointer;
  margin-top: 2px;
  padding: 10px;
}

.faq-image {
  width: 32px;
  color: #727272;
  cursor: pointer;
}

.faq-heading {
  float: left;
  cursor: pointer;
  margin-top: 3px;
  padding-left: 10px;
  padding-right: 20px;
  font-size: 16px;
  font-weight: 500;
}

.faq-text-holder {
  min-height: 0;
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 10px;
  display: block;
  overflow: hidden;
}

.faq-text {
  margin-bottom: 20px;
}

.div-block-226 {
  margin-top: 35px;
  margin-bottom: 0;
}

.div-block-227 {
  min-height: 400px;
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

.slider-9 {
  min-height: 400px;
  background-color: #fff;
}

.div-block-228 {
  width: 100%;
  min-height: 400px;
  flex-direction: column;
  align-items: flex-start;
  padding-left: 40px;
  display: block;
}

.text-block-166 {
  color: #fff;
  text-align: center;
  background-color: #2d4166;
  border-radius: 4px;
  margin-bottom: 25px;
  padding: 20px;
  font-size: 20px;
  font-weight: 500;
  display: none;
}

.image-30 {
  border-radius: 8px;
}

.text-block-167 {
  margin-bottom: 13px;
  font-size: 15px;
}

.text-block-168 {
  margin-bottom: 10px;
  font-size: 22px;
  font-weight: 700;
  display: none;
}

.text-block-169 {
  margin-top: 21px;
  font-size: 14px;
}

.icon-13 {
  color: #fff;
  display: block;
}

.slide-nav-6 {
  color: #363636;
  display: none;
}

.right-arrow-7 {
  color: #fff;
  margin-left: 320px;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.html-embed-3 {
  width: 100%;
}

.tab-link-tab-3 {
  background-color: #e9e9e9;
  border-radius: 4px;
  margin-left: 10px;
  padding: 15px 40px 13px;
  transition: all .3s cubic-bezier(.165, .84, .44, 1);
}

.tab-link-tab-3:hover {
  background-color: #dadada;
}

.tab-link-tab-3:active {
  transform: scale(.95);
}

.tab-link-tab-3.w--current {
  background-color: #ffd3af;
}

.text-block-170 {
  font-size: 18px;
  font-weight: 500;
}

.tab-pane-tab-3 {
  width: 100%;
  padding-top: 30px;
  padding-bottom: 30px;
}

.footer-contacts-text {
  font-size: 16px;
}

.contatcs-mobile {
  display: none;
}

.footer-contacts-heading-h1 {
  width: 100%;
  margin-top: 0;
  margin-bottom: 20px;
  padding-right: 18px;
  font-size: 18px;
  line-height: 1.4;
}

.text-block-139 {
  margin-bottom: 7px;
  font-weight: 700;
  position: static;
}

.image-34 {
  width: 65px;
  display: block;
}

.image-34._1 {
  display: none;
}

.text-block-134 {
  margin-bottom: 6px;
}

.div-block-128 {
  margin-top: 8px;
  margin-bottom: 10px;
  display: none;
}

.contacts-container-items {
  width: 100%;
  height: auto;
  max-width: 472px;
  float: right;
  background-color: #fff;
  border: 1px solid #dbdbdb;
  border-top: 3px solid #ffd3af;
  border-radius: 4px;
  margin-top: 0;
  padding: 39px 30px 34px 50px;
  box-shadow: 8px 8px 16px -5px #c9c9c9;
}

.contacts-container {
  width: 100%;
  min-height: 430px;
  border-radius: 8px;
  margin: 35px auto 0;
  display: block;
  position: relative;
}

.text-block-133 {
  margin-bottom: 14px;
  font-size: 16px;
}

.contacts {
  width: 50%;
  padding-top: 5%;
  padding-bottom: 2%;
  padding-left: 10.5%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
}

.link-13 {
  color: #000;
  margin-bottom: 6px;
  text-decoration: none;
  display: block;
}

.close-modal-12 {
  float: right;
  cursor: pointer;
  margin-top: 2px;
  margin-right: 1px;
}

.modal-text-3.f {
  max-width: 300px;
  max-width: 300px;
  margin-left: auto;
  margin-right: auto;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.regular-checkbox-2 {
  float: none;
  color: #818181;
  margin-top: 0;
  margin-left: 0;
  margin-right: 18px;
  display: block;
}

.checkbox-field-3 {
  width: auto;
  float: left;
  margin-bottom: 0;
  margin-right: 0;
  padding-left: 0;
}

.modal-background-12 {
  z-index: 999;
  background-color: rgba(22, 22, 22, .38);
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.form-7 {
  width: 100%;
  max-width: 300px;
  min-width: auto;
  float: none;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.modal-window-12 {
  width: 100%;
  max-width: 530px;
  background-color: #fff;
  border-radius: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 130px;
  margin-left: auto;
  margin-right: auto;
  padding: 10px 10px 40px;
  display: block;
}

.personal-agreement-block-2 {
  max-width: 300px;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 14px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.modal-heading-5 {
  max-width: 400px;
  text-align: center;
  margin: 31px auto 14px;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.4;
}

.modal-heading-5.f {
  margin-bottom: 21px;
  font-size: 28px;
  font-weight: 700;
}

.modal-form-container-3 {
  width: 100%;
  margin: 20px auto 30px;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
  display: block;
  position: relative;
}

.modal-field-3 {
  width: 100%;
  max-width: 300px;
  min-height: 50px;
  border-radius: 4px;
  margin-left: auto;
  margin-right: auto;
  font-size: 16px;
  display: block;
}

.icon-14, .html-embed-4 {
  display: none;
}

.div-block-229 {
  min-height: 76px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.text-block-171 {
  text-align: center;
  margin-bottom: 3px;
  margin-right: 10px;
  font-size: 14px;
  font-weight: 500;
}

.link-14 {
  font-size: 14px;
}

.link-14.modal-link-11 {
  color: #5a5a5a;
}

.div-block-230 {
  display: none;
}

.tabs-4 {
  min-height: 500px;
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

.tabs-content {
  min-height: 500px;
  min-width: 1200px;
}

.tab-pane-tab-1-3, .tab-pane-tab-2-2, .tab-pane-tab-3-2 {
  min-height: 500px;
}

.icon-15 {
  width: 80px;
  min-height: 80px;
  color: #000;
  background-color: #fff;
  border: 1px solid #dfdfdf;
  border-radius: 500px;
  justify-content: center;
  align-items: center;
  font-size: 38px;
  font-weight: 700;
  display: flex;
  box-shadow: 4px 1px 10px -4px silver;
}

.right-arrow-8 {
  min-width: 152px;
}

.slider-10 {
  min-height: 100vh;
  flex: 1;
  display: none;
}

.mask-6 {
  min-height: 100vh;
}

.slide-30 {
  min-height: 100vh;
  background-color: #fff;
}

.slide-31 {
  min-height: 100vh;
}

.left-arrow-5, .slide-nav-7 {
  display: none;
}

.div-block-231 {
  z-index: 999;
  min-height: 80px;
  justify-content: flex-end;
  align-items: center;
  margin-top: 14px;
  margin-right: 19px;
  padding-right: 0;
  display: none;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.button-4 {
  color: #272727;
  background-color: #fff;
  border: 1px solid #dfdfdf;
  border-radius: 4px;
  margin-right: 20px;
  padding: 14px 20px 13px;
  font-weight: 400;
}

.body-9 {
  font-family: Futurapt, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}

.div-block-232 {
  min-height: 100vh;
  flex-direction: row;
  justify-content: space-between;
  display: flex;
}

.div-block-233 {
  max-width: 600px;
  color: #fff;
  background-color: #f7f7f7;
  background-image: linear-gradient(rgba(10, 10, 10, .8), rgba(10, 10, 10, .8)), url('../images/Бизнес-или-инвестиции-scaled.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  flex-direction: column;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  padding: 60px 40px 9px;
  display: flex;
}

.heading-2 {
  margin-top: 0;
  margin-bottom: 25px;
  font-size: 26px;
  line-height: 1.4;
}

.div-block-234 {
  width: 100%;
  margin-top: 12px;
  margin-bottom: 20px;
  display: flex;
}

.div-block-235 {
  border-bottom: 1px solid #fff;
  margin-right: 20px;
  padding-bottom: 19px;
}

.text-block-172 {
  margin-bottom: 3px;
  font-size: 18px;
  font-weight: 700;
}

.text-block-173 {
  font-size: 15px;
}

.tabs-5 {
  flex: 1;
  margin-top: 6px;
  margin-right: 40px;
}

.tabs-menu-3 {
  display: block;
}

.tab-link-tab-1-3 {
  margin-bottom: 4px;
}

.tab-link {
  background-color: #fff;
  border: 1px solid #dadada;
  border-radius: 500px;
  flex: none;
  margin-right: 10px;
  padding: 10px 20px 9px;
}

.tab-link.w--current {
  background-color: #f8f8f8;
}

.div-block-236 {
  background-color: #f7f7f7;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 30px;
  padding-left: 35px;
  padding-right: 35px;
  display: flex;
}

.div-block-237 {
  min-height: 500px;
  min-width: 350px;
  text-align: center;
  border: 1px solid #b6b6b6;
  border-radius: 4px;
  flex: none;
  padding-top: 20px;
}

.div-block-238 {
  width: 100%;
}

.text-block-175 {
  width: 100%;
  margin-top: 10px;
}

.div-block-239 {
  min-height: 100vh;
  background-color: rgba(0, 0, 0, 0);
  background-image: linear-gradient(rgba(0, 0, 0, .32), rgba(0, 0, 0, .32)), url('../images/467589.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-block-176 {
  color: #000;
  margin-bottom: 13px;
  font-size: 25px;
  font-weight: 400;
}

.text-block-177 {
  color: #fff;
  text-align: center;
  margin-top: 16px;
  font-size: 27px;
  font-weight: 400;
  display: none;
}

.div-block-240 {
  max-width: 1200px;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  display: block;
}

.image-35 {
  border-radius: 8px;
  margin-right: 45px;
  display: block;
}

.div-block-241 {
  background-color: #ececec;
  border-radius: 8px;
  margin-top: 45px;
  margin-left: -246px;
  padding: 47px 46px 50px 54px;
}

.text-block-178 {
  max-width: 1200px;
  color: #fff;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 55px;
  margin-left: auto;
  margin-right: auto;
  font-size: 44px;
  line-height: 1.2;
}

.div-block-242 {
  width: 100%;
  max-width: 1200px;
  min-width: 1200px;
  color: #fff;
  justify-content: flex-start;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.div-block-243 {
  max-width: 1000px;
  min-width: 1000px;
  margin-top: 84px;
  margin-left: auto;
  margin-right: auto;
}

.div-block-244 {
  width: 100%;
  min-height: 120px;
  justify-content: center;
  align-items: center;
  margin-top: 25px;
  display: flex;
  position: absolute;
}

.image-36 {
  margin-right: 15px;
}

.text-block-179 {
  color: #fff;
  border-right: 1px solid silver;
  flex: 1;
  margin-left: 27px;
  margin-right: 40px;
  padding-top: 1px;
  padding-bottom: 12px;
  padding-right: 40px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.text-block-180 {
  color: #fff;
  margin-top: 8px;
  font-family: Montserrat, sans-serif;
  font-size: 28px;
  font-weight: 600;
}

.text-block-180.modal-link-6 {
  margin-top: 0;
}

.image-37 {
  width: 40px;
}

.text-block-181 {
  color: #fad08b;
  margin-bottom: 6px;
  font-family: Futurapt, sans-serif;
  font-size: 32px;
  font-weight: 500;
  line-height: 1;
}

.text-block-182 {
  color: #dbb99d;
  display: none;
}

.div-block-245 {
  margin-top: 3px;
  margin-right: 27px;
}

.button-5 {
  color: #000;
  text-align: center;
  cursor: pointer;
  background-color: #fff;
  border-radius: 4px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px 25px;
  font-size: 19px;
  font-weight: 600;
  transition: all .575s cubic-bezier(.165, .84, .44, 1);
  display: block;
}

.button-5:hover {
  background-color: #ffd69d;
}

.div-block-246 {
  max-width: 323px;
  margin-top: 12px;
  margin-left: auto;
  margin-right: auto;
}

.text-block-183 {
  color: #fff;
  text-align: center;
  margin-bottom: 18px;
  font-family: Montserrat, sans-serif;
  font-size: 17px;
  font-weight: 400;
}

.text-block-183._1 {
  color: #202020;
}

.text-block-184 {
  color: #fad08b;
  font-family: Montserrat, sans-serif;
  font-size: 16.5px;
  font-weight: 400;
  line-height: .9;
}

.heading-3 {
  color: #000;
  text-align: center;
  margin-top: 0;
  margin-bottom: 50px;
  font-size: 42px;
  font-weight: 300;
  line-height: 1.4;
}

.heading-3.block {
  text-align: center;
  margin-bottom: 6px;
  font-size: 42px;
  font-weight: 500;
  line-height: 1.4;
}

.heading-3._3 {
  color: #1f1f1f;
  margin-bottom: 8px;
}

.heading-3._3._1 {
  color: #fff;
}

.heading-3.bold-text-17 {
  color: #000;
  font-size: 42px;
}

.div-block-247 {
  background-color: #fff;
  padding-top: 70px;
  padding-bottom: 70px;
}

.div-block-247.c {
  color: #fff;
  background-color: #2d4166;
}

.div-block-247._1 {
  background-color: #fff;
  padding-bottom: 80px;
}

.div-block-247._1._000 {
  display: none;
}

.div-block-247._2 {
  background-color: #f1f1f1;
  background-image: none;
  background-position: 0 0;
  background-size: auto;
  padding-bottom: 20px;
}

.div-block-247._2._15 {
  max-width: 323px;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
}

.div-block-247._2.hide {
  display: none;
}

.div-block-247._3 {
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 90px;
  display: flex;
}

.div-block-247._3.bold-text-17 {
  background-image: none;
  background-position: 0 0;
}

.div-block-247._3.hide {
  display: none;
}

.div-block-247._5 {
  background-color: #fff;
  padding-top: 43px;
  padding-bottom: 43px;
  display: none;
}

.div-block-247._6 {
  background-color: #f8f8f8;
  background-image: linear-gradient(rgba(0, 0, 0, .78), rgba(0, 0, 0, .78)), url('../images/UWSg9IMzZrI.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  padding-bottom: 20px;
  display: none;
}

.div-block-247._7 {
  background-color: #fff;
}

.div-block-247._10 {
  background-color: #f1f1f1;
}

.div-block-247._14 {
  background-color: #f1f1f1;
  padding-bottom: 40px;
}

.text-block-185 {
  text-align: center;
  display: block;
}

.link-15 {
  color: #fff;
  text-align: center;
  cursor: pointer;
  background-color: #3e63b9;
  border-radius: 4px;
  margin-bottom: 19px;
  padding: 20px 40px 18px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 600;
  text-decoration: none;
  transition: all .4s cubic-bezier(.165, .84, .44, 1);
  display: block;
}

.link-15:hover {
  background-color: #4673dd;
}

.link-15:active {
  transform: scale(.95);
}

.link-15._1 {
  color: #fff;
  background-color: #3e63b9;
  padding-left: 40px;
  padding-right: 40px;
}

.link-15._1:hover {
  background-color: #527ad6;
}

.link-15.modal-link-12 {
  color: #080808;
  background-color: #f7e0a8;
}

.link-15.modal-link-12:hover {
  background-color: #eecf82;
}

.text-block-186 {
  text-align: center;
  font-size: 21px;
  font-weight: 500;
}

.div-block-248 {
  max-width: 1000px;
  min-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

.div-block-248._1 {
  background-color: rgba(0, 0, 0, 0);
  border-radius: 8px;
}

.div-block-248._2 {
  background-color: rgba(0, 0, 0, 0);
  flex-direction: row;
  margin-top: 0;
  margin-bottom: 25px;
  display: flex;
}

.div-block-248._3 {
  min-height: auto;
  align-items: flex-start;
  margin-top: 100px;
  display: flex;
}

.div-block-248._8 {
  margin-top: 65px;
}

.div-block-248._12 {
  width: 100%;
  margin-top: 65px;
}

.text-block-187 {
  color: #353535;
  margin-top: 26px;
  font-family: Montserrat, sans-serif;
  font-size: 17px;
  font-weight: 400;
}

.bold-text-15 {
  color: #383838;
  font-size: 38px;
  font-weight: 500;
}

.bold-text-16 {
  color: #d50e0e;
}

.text-block-188 {
  color: #1b1b1b;
  margin-top: 60px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.bold-text-17 {
  font-size: 32px;
}

.bold-text-18 {
  color: #272727;
  font-size: 31px;
  font-weight: 700;
}

.div-block-249 {
  width: 25px;
  min-height: 4px;
  float: left;
  background-color: #e3e5e7;
  border-radius: 50px;
  flex: none;
  margin-left: auto;
  margin-right: 5px;
}

.div-block-249._1 {
  background-color: #b3b3b3;
}

.div-block-249._2 {
  background-color: #3a3a3a;
  margin-right: 0;
}

.div-block-249._3 {
  background-color: #666;
}

.div-block-249.last {
  background-color: #141414;
  margin-right: 0;
}

.bold-text-19 {
  color: #272727;
  font-size: 36px;
  font-weight: 700;
}

.div-block-250 {
  width: 86px;
  justify-content: flex-start;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.bold-text-20 {
  color: #fff;
  font-size: 37px;
  font-weight: 300;
}

.div-block-251 {
  background-color: rgba(0, 0, 0, 0);
  flex-direction: column;
  flex: 1;
  align-items: flex-start;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-weight: 400;
  display: flex;
}

.div-block-251._4 {
  margin-top: 19px;
  padding-left: 20px;
}

.div-block-252 {
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.div-block-252._4 {
  margin-top: 19px;
  padding-left: 15px;
}

.button-6 {
  max-width: 323px;
  min-width: 323px;
  color: #fff;
  text-align: center;
  cursor: pointer;
  background-color: #0b62f8;
  border-radius: 4px;
  padding: 20px 25px 18px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 600;
  transition: all .4s;
}

.button-6:hover {
  background-color: #ebebeb;
}

.text-block-189 {
  width: 100%;
  color: #000;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 600;
}

.text-block-190 {
  width: 100%;
  color: #353535;
  margin-bottom: 25px;
  padding-top: 10px;
  padding-bottom: 8px;
  padding-left: 15px;
  font-family: Montserrat, sans-serif;
  font-size: 19px;
  font-weight: 400;
}

.bold-text-21 {
  color: #272727;
  font-size: 31px;
}

.bold-text-21._7 {
  color: #000;
  font-size: 36px;
}

.text-block-191 {
  width: 100%;
  color: #353535;
  margin-top: -6px;
  margin-bottom: 17px;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 2;
}

.text-block-191.sale {
  margin-bottom: 3px;
  font-size: 17px;
  font-weight: 700;
  text-decoration: line-through;
}

.text-block-191._2 {
  color: #000;
  text-align: center;
  border: 1px solid #ff5356;
  border-radius: 3px;
  margin-bottom: 10px;
  padding-top: 13px;
  padding-bottom: 11px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.8;
}

.image-38 {
  width: 30px;
  margin-right: 12px;
}

.div-block-253 {
  width: 100%;
  box-shadow: none;
  border-bottom: 1px solid #acacac;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  padding-bottom: 12px;
  transition: all .7s cubic-bezier(.39, .575, .565, 1);
  display: flex;
}

.div-block-253._4 {
  box-shadow: none;
  border-style: solid;
  border-radius: 4px;
  margin-bottom: 28px;
  padding: 19px 25px 16px;
}

.div-block-253._1 {
  margin-top: 17px;
}

.div-block-254 {
  width: 100%;
  max-width: 1000px;
  min-width: 1000px;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  transition: all .7s;
  display: flex;
}

.text-block-192 {
  color: #292929;
  flex: 1;
  margin-right: 40px;
  padding-left: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 22px;
  font-weight: 500;
}

.bold-text-22 {
  display: block;
}

.image-39 {
  width: 50px;
  margin-right: 15px;
}

.div-block-255 {
  max-width: 320px;
  background-color: #2776ff;
  align-items: center;
  padding-top: 20px;
  padding-left: 25px;
  padding-right: 25px;
  text-decoration: none;
  display: flex;
}

.text-block-193 {
  font-family: Montserrat, sans-serif;
  font-size: 19px;
  font-weight: 500;
  text-decoration: none;
}

.text-block-194 {
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-weight: 400;
}

.image-40 {
  width: 18px;
  color: #fff;
  margin-right: 15px;
}

.div-block-256 {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 14px;
  margin-left: 5px;
  display: flex;
}

.div-block-257 {
  max-width: 1000px;
  min-width: 1000px;
  margin-top: 10px;
  margin-bottom: -34px;
}

.bold-text-23 {
  color: #363636;
  font-size: 36px;
}

.div-block-258 {
  float: left;
  margin-bottom: 35px;
  padding-left: 55px;
  position: relative;
}

.text-block-195 {
  color: #ffd99c;
  margin-top: -8px;
  margin-left: 6px;
  font-size: 45px;
  font-weight: 500;
  line-height: .5;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.rich-text-block-2 {
  font-family: Montserrat, sans-serif;
  font-size: 17px;
  font-weight: 500;
}

.div-block-259 {
  width: 33%;
  color: #fff;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.text-block-196 {
  color: #272727;
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 19px;
  font-weight: 400;
}

.text-block-196._1 {
  color: #fff;
}

.bold-text-24 {
  color: #272727;
}

.bold-text-25 {
  color: #272727;
  margin-top: 20px;
  font-size: 18px;
  display: block;
}

.bold-text-26, .bold-text-27, .bold-text-28, .bold-text-29, .bold-text-30, .bold-text-31, .bold-text-32 {
  color: #272727;
}

.bold-text-33 {
  color: #1d1d1d;
}

.bold-text-34 {
  color: #fff;
  font-size: 43px;
  font-weight: 300;
}

.bold-text-35 {
  color: #fff;
}

.bold-text-36 {
  color: #fff;
  font-size: 38px;
  display: block;
}

.tabs-6, .text-block-197 {
  width: 100%;
}

.text-block-198 {
  color: #929292;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.div-block-260 {
  position: relative;
}

.text-block-199 {
  color: #fff;
  text-align: center;
  background-color: #ff4a53;
  border-radius: 4px;
  margin-top: -13px;
  margin-left: 99px;
  padding: 8px 18px;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 500;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
  transform: rotate(-3deg);
  box-shadow: 8px 8px 4px -6px #2c2c2c;
}

.text-block-199._1 {
  color: #fff;
  background-color: #ff4a53;
  margin-left: 72px;
  box-shadow: 8px 8px 4px -6px #2c2c2c;
}

.tabs-7 {
  width: 100%;
}

.tab-link-tab-1-4 {
  background-color: #fff;
  border-radius: 4px;
  margin-right: 10px;
  padding: 16px 40px 14px;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  transition: all .4s cubic-bezier(.165, .84, .44, 1);
}

.tab-link-tab-1-4:hover {
  background-color: #dbdbdb;
}

.tab-link-tab-1-4.w--current {
  color: #000;
  cursor: pointer;
  background-color: #eee;
  border-style: none;
  padding-left: 40px;
  padding-right: 40px;
  transition: all .4s cubic-bezier(.165, .84, .44, 1);
}

.tab-link-tab-2-2 {
  color: #363535;
  cursor: pointer;
  background-color: #fff;
  border-radius: 4px;
  padding: 16px 40px 14px;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  transition: all .4s cubic-bezier(.165, .84, .44, 1);
}

.tab-link-tab-2-2:hover {
  background-color: #dbdbdb;
}

.tab-link-tab-2-2.w--current {
  background-color: #eee;
}

.bold-text-37 {
  color: #242424;
}

.div-block-261 {
  margin-top: 25px;
  padding-bottom: 15px;
  display: flex;
}

.div-block-262 {
  border-right: 1px solid #cfcfcf;
  padding: 25px 25px 10px;
}

.div-block-262.last {
  background-color: #fafafa;
  border-right-style: none;
}

.div-block-262.first {
  padding-bottom: 10px;
  padding-left: 5px;
}

.div-block-263 {
  padding-left: 10px;
}

.bold-text-39 {
  color: #242424;
}

.text-block-200, .text-block-201 {
  font-size: 18px;
}

.button-7 {
  background-color: #3f9ae9;
  border-radius: 4px;
  font-weight: 500;
}

.image-41 {
  margin-left: auto;
  margin-right: auto;
  display: none;
}

.bold-text-40 {
  color: #fff;
  font-size: 19px;
  font-weight: 500;
}

.text-block-202 {
  min-height: 30px;
  color: #fff;
  text-align: right;
  cursor: pointer;
  justify-content: flex-end;
  align-items: center;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  text-decoration: underline;
  display: flex;
}

.text-block-202:hover {
  color: #b3b3b3;
}

.text-block-202._1 {
  color: #000;
  margin-top: -11px;
  padding-right: 37px;
}

.text-block-202._1.modal-link-6 {
  padding-right: 58px;
}

.text-block-202.modal-link-6:hover {
  color: #fad08b;
}

.text-block-203 {
  z-index: 1;
  float: left;
  color: #2c2c2c;
  margin-top: 1px;
  margin-right: 9px;
  font-family: Montserrat, sans-serif;
  font-size: 25px;
  font-style: normal;
  font-weight: 600;
  position: static;
}

.div-block-264 {
  min-height: 60px;
  min-width: 60px;
  float: left;
  color: #3f3f3f;
  background-color: #ececec;
  border: 1px solid #d6d6d6;
  border-radius: 5px 15px;
  justify-content: center;
  align-items: center;
  margin-top: 4px;
  padding-left: 9px;
  display: flex;
  transform: skew(1deg, 6deg);
  box-shadow: -8px 8px 0 -2px #fff;
}

.div-block-265 {
  align-items: center;
  margin-bottom: 30px;
  display: flex;
}

.text-block-204 {
  margin-bottom: -9px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 600;
}

.div-block-266 {
  margin-top: 1px;
  margin-left: 35px;
}

.text-block-205 {
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.bold-text-41 {
  color: #070707;
}

.bold-text-42 {
  color: #fff;
  font-size: 36px;
  font-weight: 700;
}

.bold-text-43 {
  color: #272727;
  font-size: 36px;
  font-weight: 500;
}

.div-block-267 {
  width: 31.3%;
  min-height: 200px;
  float: left;
  cursor: pointer;
  background-color: #f6e0a8;
  border: 1px solid #e4e4e4;
  border-radius: 4px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  margin-right: 20px;
  transition: all .7s cubic-bezier(.165, .84, .44, 1);
  display: flex;
  box-shadow: 4px 4px 6px -10px rgba(24, 24, 24, .51);
}

.div-block-267:hover {
  color: #fff;
  background-color: #1b1b1b;
  transform: scale(1.1);
}

.div-block-267._1 {
  min-height: 149px;
  color: #000;
  background-color: #fff;
  border-style: none solid none none;
  border-radius: 0;
  justify-content: flex-start;
  align-items: flex-start;
  padding-left: 10px;
  padding-right: 28px;
}

.div-block-267._1.last {
  border-right-style: none;
}

.text-block-206 {
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 600;
}

.text-block-206._1 {
  text-align: left;
  font-weight: 400;
}

.div-block-268 {
  margin-top: 45px;
  padding-bottom: 0;
}

.div-block-268._1 {
  margin-top: 38px;
}

.image-42 {
  width: 50px;
  margin-bottom: 15px;
  margin-left: auto;
  margin-right: auto;
  display: none;
}

.bold-text-44 {
  float: left;
  color: #fff;
  background-color: #585858;
  border-radius: 500px;
  padding: 20px;
  display: block;
}

.text-block-207 {
  max-width: 1000px;
  min-width: 1000px;
  margin-top: 39px;
  font-family: Montserrat, sans-serif;
  font-size: 17px;
  font-weight: 400;
}

.text-block-208 {
  float: left;
  font-family: Montserrat, sans-serif;
  font-size: 17px;
  font-weight: 600;
}

.div-block-269 {
  align-items: flex-start;
  margin-top: 22px;
  padding-left: 20px;
  display: flex;
}

.div-block-270 {
  color: #202020;
  background-color: #fff;
  border: 1px #d8d8d8;
  border-radius: 4px;
  margin-right: 20px;
  padding: 20px 40px;
  position: relative;
  box-shadow: 4px 4px 2px -1px #dfdfdf;
}

.image-43 {
  width: 23px;
  margin-top: 35px;
  margin-right: 20px;
}

.text-block-209 {
  width: 43px;
  min-height: 43px;
  color: #fff;
  background-color: #3e63b9;
  border: 1px solid #6082d1;
  border-top-left-radius: 20px;
  border-bottom-right-radius: 20px;
  justify-content: center;
  align-items: center;
  margin-top: -10px;
  margin-left: -21px;
  padding-top: 2px;
  padding-left: 1px;
  font-family: Montserrat, sans-serif;
  font-style: italic;
  font-weight: 600;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.text-block-210 {
  margin-top: 41px;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
}

.bold-text-45 {
  color: #1a1a1a;
  display: block;
}

.bold-text-46 {
  color: #1b1b1b;
}

.div-block-271 {
  width: 100%;
  border-radius: 4px;
  flex-direction: row;
  align-items: flex-start;
  margin-top: 30px;
  display: block;
}

.text-block-211 {
  color: #919191;
  margin-bottom: 17px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.text-block-211._1 {
  color: #1a1a1a;
  font-size: 22px;
  font-weight: 600;
}

.text-block-212 {
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.div-block-272 {
  margin-top: 0;
  margin-bottom: 10px;
}

.div-block-272._1 {
  margin-top: 0;
  margin-right: 50px;
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
}

.link-16 {
  color: #2c2c2c;
  margin-top: 2px;
  font-size: 18px;
  font-weight: 600;
  text-decoration: none;
  display: block;
}

.link-17 {
  width: 100%;
  color: #535353;
  text-align: right;
  padding-right: 52px;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  display: block;
}

.link-18 {
  margin-top: 14px;
  display: block;
}

.image-44 {
  width: 35px;
  max-height: 27px;
  min-height: 22px;
  margin-right: 17px;
}

.div-block-273 {
  min-width: 240px;
  justify-content: flex-start;
  display: flex;
}

.div-block-273._1 {
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 19px;
}

.image-45 {
  width: 38px;
  max-height: 39px;
  margin-right: 14px;
}

.image-46 {
  width: 50px;
}

.div-block-274 {
  box-shadow: none;
  background-color: #f0f0f0;
  border-radius: 4px;
}

.submit-button-5 {
  float: right;
  background-color: #0062d3;
  border-radius: 4px;
  margin-top: 20px;
  padding: 20px 40px 18px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 600;
}

.div-block-275 {
  display: flex;
}

.div-block-275._2 {
  display: none;
}

.div-block-276 {
  background-color: rgba(0, 0, 0, 0);
  flex-direction: row-reverse;
  align-items: flex-start;
  display: flex;
}

.form-block-6 {
  width: 100%;
  background-color: #fff;
  border-radius: 4px;
  padding: 40px;
}

.field-label {
  color: #919191;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
}

.textarea-3 {
  min-height: 100px;
  border-radius: 4px;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
}

.div-block-277 {
  border-bottom: 1px solid #e6e6e6;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 50px;
  display: flex;
}

.div-block-277._1 {
  background-color: #fff;
  border-bottom-style: none;
  border-radius: 4px 4px 0 0;
  padding-bottom: 35px;
}

.text-field-5 {
  border-radius: 4px;
}

.image-47 {
  margin-right: 40px;
}

.text-block-213 {
  margin-bottom: 16px;
  font-family: Montserrat, sans-serif;
  font-size: 17px;
  font-weight: 400;
}

.text-block-214 {
  margin-bottom: 12px;
  font-family: Montserrat, sans-serif;
  font-size: 26px;
  font-weight: 600;
  line-height: 1;
}

.image-48 {
  width: 300px;
  border-radius: 4px;
}

.text-block-215 {
  margin-top: 30px;
  font-family: Montserrat, sans-serif;
  font-size: 17px;
  font-weight: 400;
}

.bold-text-47 {
  color: #050505;
}

.bold-text-48 {
  color: #080808;
}

.bold-text-49 {
  color: #1f1f1f;
}

.bold-text-50 {
  color: #1b1b1b;
}

.bold-text-51 {
  color: #242323;
}

.bold-text-52 {
  color: #181818;
  font-weight: 700;
}

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

.div-block-279 {
  max-width: 1000px;
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
}

.text-block-129 {
  color: #444;
  margin-bottom: 25px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.text-block-125 {
  font-size: 14px;
}

.link-19 {
  color: #070707;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-weight: 400;
  display: block;
}

.link-19:hover {
  color: #ff5c5f;
}

.modal-background-6-2 {
  z-index: 999;
  background-color: rgba(22, 22, 22, .38);
  display: block;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.modal-background-6-2.f {
  display: block;
}

.bold-text-53 {
  color: #222;
}

.bold-text-54 {
  color: #1a1a1a;
}

._3425 {
  color: #fff;
}

.form-block-7 {
  max-width: 350px;
  margin-left: auto;
  margin-right: auto;
}

.personal-agreement-block-3 {
  width: 100%;
  justify-content: center;
  align-items: flex-start;
  margin: 15px auto 10px;
  display: flex;
}

.checkbox-field-4 {
  width: auto;
  float: left;
  margin-right: 0;
  padding-left: 0;
}

.regular-checkbox-3 {
  float: none;
  color: #9b9b9b;
  -webkit-text-fill-color: inherit;
  background-color: #464646;
  background-clip: border-box;
  margin-top: 1px;
  margin-left: 0;
  margin-right: 20px;
  display: block;
}

.modal-heading-6 {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 6px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 1em;
  font-weight: 600;
  line-height: 1.3em;
}

.text-block-216 {
  color: #333;
  padding-bottom: 25px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: .9em;
}

.link-block-2 {
  display: none;
}

._133 {
  color: #464646;
}

.body-10 {
  background-color: #fff;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 1.4;
}

.navbar-7 {
  width: 100%;
  max-width: 1100px;
  background-color: rgba(0, 0, 0, 0);
  margin-left: auto;
  margin-right: auto;
}

.container-7 {
  width: 100%;
  max-width: 1100px;
  justify-content: flex-start;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.nav-menu-7 {
  flex: none;
  justify-content: center;
  align-items: center;
}

.div-block-280 {
  flex: 1;
  align-items: center;
  display: flex;
}

.text-block-217 {
  width: 100%;
  color: #000;
  text-align: center;
  padding-right: 3px;
  font-size: 18px;
}

.div-block-281 {
  color: #fff;
  cursor: pointer;
  background-color: #ff5356;
  border-radius: 8px;
  margin-left: 30px;
  padding: 13px 20px 12px;
  transition: all .2s;
}

.div-block-281:hover {
  background-color: #fd696c;
}

.div-block-281:active {
  transform: scale(.95);
}

.div-block-281.modal-link-6 {
  color: #fff;
  background-color: #fad08b;
  font-size: 20px;
  font-weight: 600;
}

.div-block-281.modal-link-6:hover {
  color: #000;
  background-color: #f8daa7;
}

.text-block-218 {
  color: #deb67b;
  font-size: 29px;
  font-weight: 700;
}

.div-block-282 {
  z-index: 10;
  width: 100%;
  background-color: #fff;
  padding: 25px 20px 20px;
  position: relative;
}

.text-block-219 {
  width: 100%;
  text-align: center;
  margin-bottom: 4px;
  font-size: 14px;
}

.nav-link-10 {
  color: #000;
  cursor: pointer;
  padding-left: 16px;
  padding-right: 16px;
  font-size: 16px;
  font-weight: 400;
  transition: all .6s cubic-bezier(.165, .84, .44, 1);
}

.nav-link-10:hover {
  color: #deb67b;
}

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

.slide-32 {
  background-image: linear-gradient(rgba(0, 0, 0, .41), rgba(0, 0, 0, .41)), url('../images/000gl110.jpg');
  background-position: 0 0, 100% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.slider-11 {
  min-height: 80vh;
}

.image-50 {
  width: 31px;
  margin-right: 10px;
}

.div-block-283 {
  min-height: 70vh;
  color: #fff;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-284 {
  width: 100%;
  max-width: 1100px;
  flex: 1;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.heading-4 {
  color: #fff;
  margin-bottom: 33px;
  font-size: 39px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.5;
}

.text-block-220 {
  color: #fff;
}

.button-8 {
  box-shadow: none;
  text-align: center;
  cursor: pointer;
  background-color: #1755e7;
  border-radius: 4px;
  margin-top: 45px;
  padding: 18px 40px;
  font-size: 19px;
  font-weight: 500;
  transition: all .6s cubic-bezier(.165, .84, .44, 1);
}

.button-8:hover {
  background-color: #514fff;
}

.button-8:active {
  transform: scale(.95);
}

.button-8._1 {
  background-color: #264faf;
  margin-top: 8px;
}

.button-8._1._2 {
  background-color: #6a50ff;
}

.button-8._1._3 {
  background-color: #4d31ee;
}

.button-8._1._4 {
  background-color: #5e30b2;
}

.div-block-285 {
  float: left;
}

.section-15 {
  padding-top: 40px;
  padding-bottom: 40px;
}

.section-15._1 {
  background-color: #f7f7f7;
}

.section-15._2 {
  padding-top: 0;
  padding-bottom: 0;
}

.heading-5 {
  color: #000;
  text-align: center;
  margin-bottom: 9px;
  font-size: 34px;
  line-height: 1.4;
}

.heading-5._1 {
  margin-bottom: 9px;
  font-size: 39px;
}

.div-block-286 {
  width: 100%;
  max-width: 1100px;
  margin-bottom: 52px;
  margin-left: auto;
  margin-right: auto;
}

.div-block-287 {
  max-width: 343px;
  min-height: 714px;
  float: left;
  border: 5px solid rgba(15, 90, 219, .97);
  border-radius: 8px;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  margin-right: 36px;
  padding: 35px 40px 34px;
  transition: all .6s;
  display: flex;
}

.div-block-287:hover {
  box-shadow: 0 6px 16px -4px #646464;
}

.div-block-287.last {
  justify-content: flex-start;
  margin-right: 0;
  position: relative;
}

.div-block-287.spec {
  min-height: 350px;
}

.div-block-287._1 {
  border-color: rgba(15, 90, 219, .97);
  margin-right: 0;
}

.text-block-221 {
  color: #000;
  text-align: center;
  margin-bottom: 40px;
  font-size: 21px;
  font-weight: 600;
}

.image-51 {
  width: 352px;
  border-radius: 8px;
  margin-bottom: 26px;
}

.image-51.spec {
  border: 1px #d8d8d8;
  margin-top: 30px;
  margin-bottom: 25px;
}

.div-block-288 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-288.d {
  margin-bottom: 45px;
}

.text-block-222 {
  margin-bottom: 4px;
  font-size: 17px;
  font-weight: 600;
}

.image-52 {
  width: 25px;
  height: 25px;
  max-height: 25px;
  max-width: 25px;
  min-height: 25px;
  min-width: 25px;
  margin-top: -6px;
  margin-right: 19px;
  display: block;
}

.image-52._1 {
  width: 33px;
  max-width: 33px;
  min-width: 33px;
}

.div-block-289 {
  align-items: center;
  margin-bottom: 13px;
  display: flex;
}

.text-block-223 {
  color: #000;
  font-size: 19px;
  font-weight: 400;
  line-height: 1.4;
}

.text-block-223._1 {
  margin-left: 40px;
  font-size: 20px;
  font-style: italic;
}

.div-block-290 {
  justify-content: center;
  margin-top: 50px;
  display: flex;
}

.div-block-291 {
  margin-right: 100px;
}

.div-block-292 {
  width: 100%;
  justify-content: center;
  align-items: center;
  margin-bottom: 35px;
  display: flex;
}

.div-block-292.m {
  display: none;
}

.div-block-293 {
  min-width: 475px;
}

.div-block-294 {
  margin-top: 5px;
}

.slide-33 {
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/1_2.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  margin-bottom: 17px;
}

.slide-34 {
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/Prodazha-i-dostavka-shhebnya.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.right-arrow-9, .left-arrow-6 {
  display: block;
}

.slide-nav-8 {
  padding-top: 0;
  padding-bottom: 55px;
}

.div-block-295 {
  min-height: 180px;
  margin-bottom: 20px;
}

.div-block-295.spec {
  min-height: 30px;
}

.div-block-295._1 {
  margin-bottom: 75px;
}

.text-block-224 {
  width: 50px;
  height: 50px;
  color: #fff;
  background-color: #00a800;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  margin-right: 18px;
  padding-bottom: 0;
  font-size: 24px;
  font-weight: 700;
  display: flex;
}

.div-block-296 {
  border-bottom: 1px solid #c5c5c5;
  justify-content: space-between;
  margin-bottom: 12px;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.link-block-3 {
  max-width: 300px;
  color: #fff;
  cursor: pointer;
  background-color: #264faf;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  margin-top: 45px;
  padding-top: 14px;
  padding-bottom: 17px;
  font-size: 22px;
  font-weight: 500;
  text-decoration: none;
  display: flex;
  box-shadow: 4px 4px #000;
}

.link-block-3:hover {
  background-color: #514fff;
}

.link-block-3:active {
  transform: scale(.95);
}

.link-block-3._1 {
  width: 100%;
  max-width: none;
  box-shadow: none;
  border-radius: 5px;
  margin-top: 8px;
  font-size: 19px;
  transition: all .2s;
}

.link-block-3._1.modal-link-6 {
  color: #fff;
  background-color: #ff6363;
}

.link-block-3._1.modal-link-6:hover {
  background-color: #ff7979;
}

.link-block-3._1.modal-link-6.spec {
  color: #000;
  background-color: #fad08b;
}

.link-block-3._1.modal-link-6.spec:hover {
  background-color: #fac46c;
}

.link-block-3._1.modal {
  max-width: 300px;
  margin-left: auto;
  margin-right: auto;
}

.link-block-3.m {
  box-shadow: none;
  font-size: 19px;
}

.link-block-3.m.spec {
  text-align: center;
  flex: 1;
  display: none;
}

.link-block-3.m.modal-link-6 {
  color: #000;
  background-color: #fad08b;
}

.link-block-3.m.modal-link-6:hover {
  background-color: #ffc361;
}

.image-55 {
  width: 35px;
  margin-left: 12px;
  display: none;
}

.text-block-225 {
  margin-top: 4px;
}

.section-16 {
  display: none;
}

.link-20 {
  float: right;
  color: #fff;
  display: none;
}

.text-block-226 {
  text-align: center;
  margin-bottom: 60px;
  font-size: 21px;
  font-style: italic;
}

.textarea-4 {
  max-width: 300px;
  min-height: 90px;
  border-radius: 4px;
  margin-left: auto;
  margin-right: auto;
  font-size: 17px;
}

.submit-button-6 {
  width: 100%;
  max-width: 300px;
  color: #fff;
  cursor: pointer;
  background-color: #ff6363;
  border-radius: 4px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 17px;
  font-size: 19px;
  font-weight: 500;
}

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

.bold-text-55 {
  color: #1a1a1a;
}

.bold-text-56 {
  color: #313131;
}

.bold-text-57 {
  color: #1f1e1e;
}

.bold-text-58 {
  color: #0c0c0c;
}

.image-56 {
  margin-right: 12px;
}

.link-21 {
  color: #fff;
  font-size: 26px;
  font-weight: 500;
  line-height: 1.2;
  text-decoration: none;
  display: block;
}

.text-block-227 {
  font-size: 14px;
}

.text-block-228 {
  font-size: 17px;
  font-weight: 400;
}

.div-block-298 {
  width: 100%;
  max-width: 1100px;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.text-block-229 {
  text-align: center;
  font-size: 20px;
  font-weight: 700;
}

.form-8 {
  margin-top: 24px;
}

.text-block-230 {
  margin-bottom: 7px;
  font-size: 22px;
  font-weight: 700;
}

.div-block-300 {
  align-items: flex-end;
  margin-top: 13px;
  margin-bottom: 7px;
  display: flex;
  position: relative;
}

.div-block-301 {
  z-index: 0;
  max-width: 320px;
  min-width: 320px;
  background-color: #fff;
  border: 1px solid #e2e2e2;
  border-radius: 8px;
  justify-content: center;
  align-items: flex-start;
  padding: 13px 40px 28px;
  transition: all 1.2s cubic-bezier(.165, .84, .44, 1);
  display: flex;
  position: relative;
}

.div-block-301:hover {
  box-shadow: none;
  border-color: #dadada;
  transform: scale(1.15);
}

.text-block-231 {
  margin-bottom: 20px;
  font-size: 15px;
}

.text-block-231._1 {
  color: #0c0c0c;
}

.submit-button-7 {
  width: 100%;
  cursor: pointer;
  background-color: #ff6363;
  border-radius: 4px;
  margin-top: 8px;
  padding-top: 18px;
  padding-bottom: 16px;
  font-size: 14px;
  font-weight: 400;
  transition: all .4s cubic-bezier(.165, .84, .44, 1);
}

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

.bold-text-59 {
  color: #2b2828;
  font-size: 14px;
  font-weight: 400;
}

.bold-text-59._1 {
  color: #333;
}

.bold-text-59._1._2 {
  float: left;
  color: #fff;
  background-color: #ff5454;
  padding: 4px 8px;
  font-size: 15px;
  font-weight: 400;
  display: block;
}

.text-block-232 {
  text-align: center;
  margin-bottom: 32px;
  font-size: 27px;
  font-weight: 400;
  line-height: 1.4;
}

.text-block-233 {
  color: #bbb9b9;
  margin-top: 29px;
  font-size: 13px;
}

.div-block-302 {
  width: 100%;
  min-height: 80vh;
  min-width: 100%;
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/1280_602a77e782682c7bbf7625e0.jpg');
  background-position: 0 0, 0%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  border-radius: 4px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 100px 40px 80px;
  display: flex;
}

.div-block-302._1 {
  background-image: url('../images/345676588.jpg'), linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/1280_602a77e782682c7bbf7625e0.jpg');
  background-position: 50%, 0 0, 0%;
  background-repeat: no-repeat, repeat, repeat;
  background-size: cover, auto, auto;
  background-attachment: fixed, scroll, scroll;
}

.text-field-6 {
  min-height: 48px;
  background-color: #f0f0f0;
  border: 1px solid #000;
  border-radius: 4px;
}

.text-block-234 {
  color: #000;
  border-top: 1px #e4e4e4;
  border-bottom: 1px solid #e2e2e2;
  border-left: 1px solid #e2e2e2;
  border-right: 1px #e4e4e4;
  border-top-right-radius: 8px;
  border-bottom-left-radius: 50px;
  padding: 15px 18px 16px 30px;
  font-size: 14px;
  display: none;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.div-block-303 {
  width: 100%;
  max-width: 1100px;
  min-height: 480px;
  box-shadow: none;
  border: 1px #cecece;
  flex-direction: row;
  justify-content: space-between;
  display: flex;
}

.bold-text-60 {
  font-size: 30px;
}

.text-block-235 {
  color: #ff7c7c;
  margin-bottom: 1px;
  margin-left: 168px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 500;
  text-decoration: line-through;
  display: none;
  position: absolute;
}

.div-block-304 {
  max-width: 600px;
  background-color: #fff;
  border: 6px solid #ff6363;
  border-radius: 4px;
  flex-direction: row-reverse;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 18px;
  padding-bottom: 18px;
  transition: all .9s cubic-bezier(.165, .84, .44, 1);
  display: flex;
  transform: skew(-11deg);
}

.div-block-304:hover {
  transform: scale(1.1)skew(-11deg);
}

.text-block-236 {
  font-weight: 500;
}

.text-block-237 {
  color: #fff;
  font-size: 29px;
  font-weight: 500;
}

.text-block-238 {
  color: #fff;
  margin-top: 15px;
  font-size: 21px;
}

.navbar-wrapper {
  z-index: 100;
  background-color: #fff;
  border-bottom: 1px solid #e0e0e0;
  padding-left: 20px;
  padding-right: 20px;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.navbar-section {
  font-weight: 400;
}

.banner-section {
  margin-top: 60px;
}

.banner-wrapper {
  margin-top: 90px;
  padding-top: 7vh;
  padding-bottom: 7vh;
}

.page-wrapper {
  padding-top: 0;
  padding-bottom: 0;
}

.container-8 {
  min-width: 100%;
  flex-direction: row;
  flex: 1;
  justify-content: space-between;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.navbar-8 {
  min-width: 100%;
  background-color: rgba(0, 0, 0, 0);
  flex: 1;
  margin-left: 0;
  margin-right: 0;
}

.nav-menu-8 {
  min-height: 90px;
  border-right: 1px solid #e0e0e0;
  flex: 0 auto;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.div-block-308 {
  margin-right: 20px;
}

.nav-link-11 {
  border-bottom: 2px solid rgba(0, 0, 0, 0);
  margin: 6px 12px 0;
  padding: 2px 4px;
  font-size: 20px;
  font-weight: 600;
}

.nav-link-11:hover {
  color: #000;
  border-bottom-width: 2px;
  border-bottom-color: #000;
}

.text-block-239 {
  font-size: 20px;
  font-weight: 700;
}

.div-block-309 {
  padding-left: 20px;
  padding-right: 20px;
}

.text-block-240 {
  font-size: 18px;
  font-weight: 600;
}

.body-11 {
  font-family: Montserrat, sans-serif;
  line-height: 1.3;
}

.div-block-310 {
  flex: 1;
  justify-content: space-between;
  align-items: center;
  margin-top: 3px;
  display: flex;
}

.banner-l {
  max-width: 1300px;
  min-height: 500px;
  background-color: #fff;
  justify-content: flex-start;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
}

.right-arrow-10 {
  color: #000;
}

.left-arrow-7 {
  color: #000;
  display: none;
}

.slide-nav-9 {
  display: none;
}

.banner-item-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-311 {
  width: 100%;
  max-width: 1200px;
  justify-content: flex-start;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.image-57 {
  width: 400px;
}

.img-l {
  width: 500px;
  border-radius: 6px;
  margin-right: 100px;
}

.text-block-241 {
  margin-bottom: 30px;
  font-size: 36px;
  font-weight: 500;
}

.div-block-312 {
  max-width: 550px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-bottom: 50px;
  display: flex;
}

.text-block-242 {
  margin-bottom: 40px;
  font-size: 20px;
}

.text-block-243 {
  color: #000;
  border-bottom: 1px solid #e0e0e0;
  margin-bottom: 29px;
  padding-bottom: 5px;
  font-size: 18px;
  font-weight: 600;
}

.button-9 {
  color: #000;
  background-color: #fff;
  border: 1px solid #000;
  padding: 16px 36px 15px;
  font-size: 18px;
  font-weight: 500;
  transition: all .5s cubic-bezier(.165, .84, .44, 1);
}

.button-9:hover {
  background-color: #dce2fc;
  border-color: #dce2fc;
}

.site-section {
  padding-top: 100px;
}

.text-block-244 {
  font-size: 16px;
}

.block-holder {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.text-block-245 {
  text-align: center;
  font-size: 36px;
  font-weight: 500;
}

.div-block-313 {
  margin-top: 30px;
}

.text-block-351 {
  width: 35px;
  min-height: 35px;
  color: #2c2c2c;
  text-align: center;
  padding-top: 4px;
  padding-left: 3px;
  padding-right: 1px;
  font-size: 22px;
}

.faq-heading-2 {
  float: left;
  color: #070707;
  cursor: pointer;
  flex: 1;
  align-self: center;
  margin-top: 3px;
  padding-left: 0;
  padding-right: 20px;
  font-size: 19px;
  font-weight: 400;
}

.faq-image-holder-2 {
  float: left;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  margin-top: 2px;
  margin-right: 4px;
  display: flex;
}

.faq-container-2 {
  float: none;
  margin-bottom: 15px;
  display: block;
  position: static;
}

.f-page-qa {
  max-width: 650px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.f-page-qa.spec {
  max-width: none;
  flex: 1;
  margin-top: 0;
}

.faq-text-holder-2 {
  min-height: 0;
  padding-left: 10px;
  padding-right: 10px;
  display: block;
  overflow: hidden;
}

.faq-text-2 {
  margin-bottom: 30px;
  padding-top: 20px;
  font-size: 18px;
  line-height: 1.4;
}

.faq-heading-holder-2 {
  width: 100%;
  color: #131313;
  cursor: pointer;
  border-bottom: 1px solid #d6d6d6;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 5px;
  transition: all .3s cubic-bezier(.165, .84, .44, 1);
  display: flex;
}

.faq-heading-holder-2:hover {
  color: #747474;
}

.faq-heading-holder-2.last {
  border-bottom-style: none;
}

.div-block-456 {
  margin-top: 45px;
  display: flex;
}

.div-block-456.spec {
  justify-content: flex-start;
  align-items: flex-start;
}

.section-18, .section-19, .section-20 {
  display: none;
}

.div-block-458 {
  background-color: rgba(15, 90, 219, .97);
  border-radius: 8px;
  margin-right: 68px;
  padding: 37px 49px 50px 46px;
}

html.w-mod-js [data-ix="form-open"] {
  transform: translate(0, 365px);
}

html.w-mod-js [data-ix="chat-typing"] {
  opacity: 0;
  transform: translate(0, 100px);
}

html.w-mod-js [data-ix="form-question-open"], html.w-mod-js [data-ix="form-body-open"] {
  transform: translate(0, 280px);
}

@media screen and (max-width: 991px) {
  .form-bottom-chat-content {
    min-height: 0;
  }

  .chat-robot-question {
    padding-left: 0;
  }

  .logo-text {
    margin-top: 9px;
    font-size: 1em;
  }

  .description-text {
    font-size: .9em;
  }

  .adress-text {
    font-size: .7em;
    line-height: 1.2em;
  }

  .tel-text {
    font-size: 1em;
  }

  .offer-holder-1 {
    padding-top: 45px;
  }

  .link-navmenu {
    font-size: .8em;
  }

  .offer-text {
    font-size: 2em;
    line-height: 1.4em;
  }

  .logo-container {
    max-width: 210px;
  }

  .logo-image {
    width: 30px;
  }

  .heading-holder {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .heading {
    font-size: 1.8em;
  }

  .dok-container.catalog {
    background-color: #7bacc7;
    margin-bottom: 50px;
    padding: 20px;
  }

  .dok-container.about {
    background-color: rgba(255, 255, 255, .49);
    margin-bottom: 50px;
    padding: 20px;
  }

  .dok-container.about.uslugi {
    padding: 0 20px;
  }

  .dok-container.kak-rabotaem {
    background-image: url('../images/1_1.jpg');
    background-position: 50%;
    background-size: cover;
    margin-bottom: 50px;
    padding: 30px 30px 5px;
  }

  .dok-inner-container.catalog {
    margin-top: 20px;
    margin-bottom: 5px;
  }

  .dok-inner-container.catalog._2 {
    margin-top: 20px;
  }

  .dok-inner-container.uslugi {
    width: 100%;
    min-height: 0;
  }

  .dok-inner-container.kak-rabotaem {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
  }

  .slider-heading-container {
    margin-bottom: 30px;
    padding-top: 50px;
  }

  .uslugi-container-centered {
    width: 100%;
    margin-bottom: 40px;
  }

  .uslugi-item-holder {
    width: 100%;
    margin-bottom: 30px;
  }

  .uslugi-item-holder.dostoinstva {
    width: 33.1%;
  }

  .uslugi-heading-holder {
    min-height: 120px;
  }

  .uslugi-description-holder {
    min-height: auto;
  }

  .uslugi-heading-text {
    margin-bottom: 10px;
    font-size: 1.2em;
    line-height: 1.3em;
  }

  .uslugi-description-text {
    margin-bottom: 35px;
  }

  .uslugi-description-text.dostoinstva {
    text-align: center;
    font-size: 1em;
  }

  .uslugi-heading-text-holder {
    top: 50%;
    transform: translate(0, -50%);
  }

  .kak-rabotaem-separate {
    display: none;
  }

  .kak-rabotaem-item-holder {
    width: 47%;
    min-height: 300px;
    float: left;
    margin-top: 0;
    margin-bottom: 20px;
    margin-right: 21px;
  }

  .kak-rabotaem-item-text {
    margin-bottom: 55px;
    font-size: 1em;
  }

  .kontakty-item-holder.left {
    width: 90%;
    margin-left: 20px;
    margin-right: 10px;
  }

  .kontakty-item-holder.right {
    width: 90%;
    margin-left: 10px;
    margin-right: 20px;
  }

  .kontakty-text {
    font-size: 1em;
  }

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

  .banner-form-field {
    width: 27%;
  }

  .banner-form-field.offer {
    width: 21%;
  }

  .form {
    width: 100%;
  }

  .form.catalog {
    width: 100%;
    background-color: #fff;
  }

  .under-offer-form-text.catalog {
    padding-top: 35px;
  }

  .slide-responsive {
    width: 37.2%;
    margin-left: 60px;
    margin-right: 5px;
  }

  .mask {
    width: 100%;
  }

  .sep-uslugi {
    width: 20px;
    display: none;
  }

  .sep-uslugi.uslugi {
    min-height: 15px;
  }

  .offer-text-desc {
    font-size: 1.5em;
  }

  .lightbox-gallery-container {
    max-width: 100%;
    background-color: #fff;
  }

  .lightbox-gallery-link {
    width: 44.5%;
    margin: 20px;
  }

  .icon-dostoinstva {
    margin-bottom: 10px;
  }

  .div-block-5 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-block-20 {
    margin-bottom: 35px;
  }

  .div-block-7 {
    width: 590px;
  }

  .image-10 {
    width: 60px;
  }

  .div-block-21 {
    width: 450px;
  }

  .div-block-6 {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-29 {
    width: 60%;
    float: none;
    margin-left: auto;
    margin-right: auto;
    padding-top: 30px;
    display: block;
  }

  .under-heading-2 {
    line-height: 1.5em;
  }

  .text-block-26 {
    margin-top: 9px;
    font-size: .7em;
  }

  .text-block-27 {
    float: left;
    margin-top: 14px;
    margin-right: 10px;
    font-size: .8em;
  }

  .div-block-26 {
    width: 100%;
  }

  .section, .section._1 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-28 {
    width: 60%;
    float: none;
    margin-left: auto;
    margin-right: auto;
    padding-top: 30px;
    padding-bottom: 30px;
    display: block;
  }

  .div-block-18 {
    width: 100%;
  }

  .div-block-25 {
    width: 60%;
  }

  .link-6 {
    float: left;
    margin-top: 11px;
    font-size: 1.2em;
    font-weight: 600;
  }

  .div-block-22 {
    width: 100%;
    float: left;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .text-block-32._1 {
    width: 100%;
    line-height: 1.5em;
  }

  .div-block-19 {
    width: 33.3%;
    margin-bottom: 30px;
  }

  .div-block-23 {
    width: 100%;
    padding-bottom: 30px;
  }

  .div-block-27 {
    width: 100%;
  }

  .container {
    padding-top: 55px;
  }

  .text-block-35 {
    margin-bottom: 14px;
    position: static;
  }

  .text-block-24 {
    font-size: 1.7em;
  }

  .text-block-23._1 {
    font-size: 1.6em;
  }

  .menu-button-3 {
    background-color: #fff;
    margin-top: 29px;
    margin-bottom: 0;
  }

  .menu-button-3.w--open {
    background-color: #cacaca;
    margin-bottom: 0;
  }

  .div-block-39, .navbar-2 {
    width: 100%;
  }

  .div-block-38 {
    margin-top: 10px;
  }

  .container-3 {
    width: 100%;
    float: none;
    margin: 0 auto;
    display: block;
  }

  .nav-link-6 {
    text-align: center;
  }

  .icon-7 {
    color: #fa0000;
    font-size: 3em;
  }

  .nav-menu-3 {
    background-color: #cacaca;
    margin-top: 0;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .slider-5 {
    width: 100%;
    float: none;
  }

  .section-13 {
    padding-top: 0;
  }

  .div-block-41 {
    width: 100%;
    min-height: 0;
  }

  .div-block-40 {
    width: 100%;
    margin-top: 0;
    padding-bottom: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .text-block-50 {
    float: none;
  }

  .text-block-49.under {
    margin-bottom: 25px;
  }

  .text-block-49.under._1 {
    margin-bottom: 20px;
  }

  .section-11 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .div-block-43 {
    float: none;
    margin-left: auto;
    margin-right: auto;
    padding-top: 1px;
    display: block;
  }

  .div-block-43._1 {
    float: none;
    margin-bottom: 50px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .div-block-43.last {
    float: none;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .div-block-43._2 {
    margin-bottom: 50px;
  }

  .div-block-44 {
    width: 100%;
  }

  .section-14 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .div-block-45, .slider-6 {
    width: 100%;
  }

  .container-4 {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 20px;
  }

  .nav-menu-4 {
    margin-top: 0;
    padding-top: 25px;
    padding-bottom: 22px;
  }

  .nav-link-7 {
    float: none;
    text-align: center;
  }

  .image-17 {
    width: 206px;
  }

  .div-block-51 {
    border-radius: 0;
  }

  .text-block-64, .text-block-65 {
    text-align: center;
  }

  .div-block-52 {
    padding-top: 50px;
    padding-bottom: 60px;
  }

  .text-block-66 {
    font-size: 28px;
  }

  .div-block-54 {
    width: 100%;
    max-width: 100%;
  }

  .div-block-55 {
    width: 100%;
    max-width: 400px;
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
  }

  .div-block-55:hover {
    transform: none;
  }

  .div-block-56 {
    display: block;
  }

  .text-block-67 {
    font-size: 23px;
  }

  .div-block-59 {
    display: none;
  }

  .text-block-68 {
    margin-left: 40px;
    margin-right: 40px;
    font-size: 15px;
    font-weight: 700;
  }

  .text-block-69 {
    font-size: 16px;
  }

  .div-block-62 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .text-block-70 {
    text-align: center;
    margin-left: 40px;
    margin-right: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .icon-8 {
    font-size: 54px;
  }

  .modal-background-4 {
    display: none;
  }

  .div-block-65, .text-block-76, .text-block-77 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .text-block-78 {
    margin-top: 12px;
    margin-right: -30px;
  }

  .link-7 {
    float: none;
    text-align: center;
    display: block;
  }

  .text-block-142 {
    float: none;
    text-align: center;
  }

  .text-block-143 {
    font-size: 22px;
  }

  .text-block-144 {
    margin-bottom: 14px;
    font-size: 37px;
  }

  .kw-item-item {
    margin-top: 0;
  }

  .kw-item-item.six-right {
    width: 100%;
    margin-top: 50px;
    margin-left: 0;
  }

  .kw-item-item._4 {
    width: 100%;
    margin-top: 35px;
    margin-bottom: 35px;
  }

  .kw-item-item.seven-left {
    margin-top: 289px;
    margin-bottom: 335px;
  }

  .kw-item-item.fourth-right {
    width: 80%;
    margin-left: 60px;
  }

  .kw-item-item.eight-left {
    margin-top: 231px;
    margin-bottom: 238px;
  }

  .kw-item-item.second-right {
    width: 100%;
    margin-left: 0;
  }

  .kw-item-item.eight-right {
    width: 100%;
    text-align: center;
    margin-top: 50px;
    margin-left: 0;
  }

  .kw-item-item.seven-right {
    width: 100%;
    margin-top: 50px;
    margin-left: 0;
  }

  .kw-container-item.left, .kw-container-item.right {
    width: 100%;
    max-width: 100%;
    position: relative;
  }

  .lightbox-p-item {
    width: 50%;
  }

  .about-company-text {
    margin-left: 40px;
    margin-right: 40px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .kw-slider {
    width: 100%;
  }

  .kw-container {
    float: none;
    background-color: rgba(0, 0, 0, 0);
  }

  .section-text-p {
    margin-top: 8px;
    font-size: 1.4em;
  }

  .section-text-p.obj {
    text-align: center;
    font-size: 1.6em;
  }

  .kw-slider-container {
    width: 100%;
    float: none;
  }

  .logo-container-p {
    padding-left: 0%;
    padding-right: 0%;
  }

  .div-block-208 {
    max-width: 220px;
    flex: 0 auto;
    margin-top: 5px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .navbar-6 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .div-block-209 {
    flex: none;
  }

  .nav-link-9 {
    width: 100%;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }

  .nav-link-9:hover {
    color: #202020;
    background-color: rgba(0, 0, 0, 0);
  }

  .nav-link-9.las {
    text-align: center;
  }

  .container-6 {
    width: 100%;
    min-width: 100%;
    justify-content: space-between;
    display: flex;
  }

  .icon-12 {
    color: #ffd3af;
    font-size: 49px;
    display: none;
  }

  .nav-menu-6 {
    background-color: #f0f0f0;
    padding-top: 10px;
    padding-bottom: 30px;
    display: block;
  }

  .image-26 {
    flex: none;
    display: block;
  }

  .menu-button-4 {
    flex: none;
    font-size: 16px;
    display: none;
  }

  .menu-button-4.w--open {
    background-color: #f0f0f0;
  }

  .div-block-212 {
    width: 300px;
    float: left;
    justify-content: flex-start;
    align-items: center;
    margin-top: 12px;
    margin-left: 10px;
    margin-right: 0;
    display: flex;
  }

  .div-block-214 {
    border-radius: 0;
  }

  .div-block-217 {
    margin-right: 0;
  }

  .div-block-218 {
    margin-bottom: 0;
  }

  .text-block-157 {
    font-size: 16px;
  }

  .text-block-81 {
    text-align: center;
    margin-top: 8px;
    margin-bottom: 27px;
  }

  .block-wrapper {
    padding-top: 40px;
    padding-left: 60px;
    padding-right: 60px;
  }

  .div-block-220 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .text-block-82 {
    width: 100%;
    max-width: 100%;
    text-align: center;
    margin-top: 17px;
  }

  .text-block-158 {
    font-size: 24px;
  }

  .text-block-159 {
    margin-left: 10px;
  }

  .text-block-159.sale-red {
    font-weight: 400;
  }

  .text-block-159.sale-red.free {
    background-color: #fff;
    font-size: 13px;
    font-weight: 500;
  }

  .form-block-4 {
    flex: 0 auto;
  }

  .text-block-92 {
    font-size: 25px;
  }

  .zayavka-cont {
    min-height: 0;
    float: none;
    margin-top: 0;
    padding-top: 20px;
    position: relative;
    top: 0%;
    transform: translate(0);
  }

  .div-block-74 {
    flex: 1;
  }

  .text-block-106 {
    font-size: 1.6em;
  }

  .modal-window-6 {
    width: 52%;
  }

  .modal-background-11 {
    display: none;
  }

  .modal-window-11 {
    width: 62%;
    min-height: 495px;
    margin-left: auto;
    margin-right: auto;
  }

  .div-block-222 {
    flex-direction: column;
    flex: 1;
    justify-content: flex-end;
    align-items: flex-end;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .div-block-225 {
    max-width: 450px;
  }

  .div-block-34 {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-228 {
    padding-left: 20px;
  }

  .text-block-166 {
    font-size: 17px;
  }

  .tab-link-tab-3 {
    background-color: #e9e9e9;
  }

  .footer-contacts-heading-h1 {
    font-size: 1.1em;
    line-height: 1.5em;
  }

  .div-block-239 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .text-block-177 {
    font-size: 16px;
  }

  .text-block-178 {
    text-align: center;
    margin-bottom: 0;
    font-size: 36px;
  }

  .div-block-242 {
    min-width: auto;
    flex: none;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .div-block-243 {
    width: 100%;
    max-width: 100%;
    min-width: auto;
    margin-top: 180px;
    margin-bottom: 50px;
  }

  .div-block-244 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .image-36 {
    flex: none;
  }

  .text-block-179 {
    display: none;
  }

  .text-block-180 {
    font-size: 24px;
  }

  .text-block-181 {
    font-size: 30px;
  }

  .div-block-245 {
    flex: 1;
    margin-top: 9px;
  }

  .div-block-246 {
    margin-top: 27px;
  }

  .heading-3 {
    margin-bottom: 30px;
    font-size: 28px;
  }

  .heading-3.block {
    font-size: 36px;
  }

  .heading-3._3 {
    font-weight: 300;
  }

  .heading-3.bold-text-17 {
    font-size: 28px;
  }

  .div-block-247 {
    padding-top: 40px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .div-block-247._5 {
    flex-direction: column;
    display: none;
  }

  .div-block-248 {
    min-width: auto;
  }

  .div-block-248._3 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .bold-text-19 {
    font-size: 31px;
  }

  .text-block-189 {
    width: auto;
    margin-top: 3px;
  }

  .bold-text-21._7 {
    font-size: 31px;
  }

  .text-block-191 {
    font-size: 17px;
  }

  .text-block-191._2 {
    display: block;
  }

  .div-block-253 {
    width: auto;
    text-align: left;
    background-color: #eee;
    border-bottom-style: none;
    border-radius: 4px;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 17px 35px 15px 30px;
  }

  .div-block-254 {
    min-width: 0;
    flex-direction: column;
  }

  .text-block-192 {
    text-align: center;
    margin-bottom: 20px;
    margin-right: 0;
    padding-left: 0;
  }

  .text-block-194 {
    font-size: 17px;
  }

  .div-block-257 {
    min-width: 0;
  }

  .div-block-259 {
    display: flex;
  }

  .tab-link-tab-1-4, .tab-link-tab-1-4.w--current {
    margin-bottom: 10px;
  }

  .div-block-261 {
    flex-direction: column;
  }

  .div-block-262 {
    border-right-style: none;
    flex-direction: column;
    align-items: flex-start;
    padding-left: 0;
    display: flex;
  }

  .div-block-262.first {
    flex-direction: column;
    align-items: flex-start;
    display: flex;
  }

  .tabs-content-2 {
    flex-direction: column;
    display: flex;
  }

  .image-41 {
    width: 400px;
  }

  .div-block-266 {
    margin-top: -1px;
    margin-left: 26px;
  }

  .bold-text-42 {
    color: #272727;
  }

  .div-block-267 {
    width: 50%;
    margin-right: 0;
  }

  .div-block-267._1 {
    min-height: 100px;
    border-right-style: none;
  }

  .text-block-206 {
    max-width: 200px;
  }

  .text-block-206._1 {
    max-width: none;
  }

  .div-block-268 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .text-block-207 {
    min-width: auto;
  }

  .div-block-276 {
    align-items: flex-start;
    display: flex;
  }

  .image-48 {
    width: 200px;
    flex: none;
  }

  .modal-background-6-2.f {
    display: none;
  }

  .image-49 {
    width: 76px;
  }

  .link-block-2 {
    margin-right: 14px;
    display: block;
  }

  .nav-menu-7 {
    width: 100%;
    background-color: #fff;
    flex: none;
    padding-top: 25px;
    padding-bottom: 33px;
  }

  .div-block-280 {
    margin-left: 20px;
  }

  .div-block-281 {
    margin-right: 20px;
  }

  .div-block-282 {
    padding-left: 0;
    padding-right: 0;
  }

  .nav-link-10 {
    text-align: center;
    padding: 10px 0;
  }

  .div-block-283 {
    padding-left: 20px;
  }

  .heading-4 {
    width: 100%;
    text-align: center;
  }

  .text-block-220 {
    text-align: center;
    margin-bottom: 50px;
  }

  .button-8 {
    margin-top: 0;
  }

  .div-block-285 {
    flex-direction: column;
    flex: 1;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .heading-5._1 {
    margin-bottom: 9px;
  }

  .div-block-286 {
    justify-content: center;
    align-items: center;
  }

  .div-block-287 {
    width: 100%;
    max-width: 400px;
    border: 1px solid #e4e4e4;
    justify-content: center;
    align-items: center;
    margin-bottom: 35px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 40px;
  }

  .div-block-287.last {
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
  }

  .image-51 {
    margin-right: 0;
  }

  .image-51.spec {
    border-style: none;
  }

  .div-block-288 {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .text-block-223, .text-block-223._1 {
    font-size: 18px;
  }

  .div-block-290 {
    flex-direction: column;
    align-items: center;
  }

  .div-block-292.m {
    display: flex;
  }

  .div-block-293 {
    max-width: 400px;
    min-width: 400px;
    margin-bottom: 23px;
  }

  .div-block-293.m {
    margin-bottom: 0;
  }

  .right-arrow-9 {
    display: none;
  }

  .div-block-295 {
    width: 100%;
    max-width: 300px;
    margin-bottom: 15px;
  }

  .menu-button-5 {
    color: #fff;
    padding: 0;
  }

  .icon-16 {
    color: #fff;
    border-radius: 4px;
    font-size: 54px;
  }

  .link-block-3._1 {
    max-width: 300px;
    padding-top: 13px;
    padding-bottom: 16px;
    font-size: 19px;
    box-shadow: 4px 4px 0 -20px #000;
  }

  .link-block-3.m {
    max-width: 450px;
    min-width: 310px;
    box-shadow: none;
  }

  .link-21 {
    margin-bottom: 1px;
  }

  .div-block-298 {
    flex-direction: column;
    padding-top: 40px;
    padding-right: 0;
  }

  .div-block-301 {
    min-height: 450px;
    margin-left: auto;
    margin-right: auto;
  }

  .div-block-301:hover {
    transform: none;
  }

  .text-block-232 {
    font-size: 24px;
  }

  .div-block-302 {
    border-radius: 0;
    padding-top: 0;
    padding-bottom: 70px;
  }

  .div-block-303 {
    width: 100%;
    min-width: 100%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 42px;
  }

  .div-block-304 {
    max-height: 127px;
    justify-content: center;
    align-items: center;
    margin-bottom: 33px;
  }

  .text-block-237 {
    font-size: 32px;
  }

  .text-block-238 {
    font-size: 18px;
  }

  .navbar-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .banner-wrapper {
    flex-direction: column;
    margin-top: 55px;
  }

  .container-8 {
    padding-left: 0;
    padding-right: 0;
  }

  .nav-menu-8 {
    min-height: 230px;
    background-color: #f5f5f5;
    margin-top: 82px;
    padding-top: 15px;
    padding-bottom: 20px;
    top: 0%;
    bottom: 0%;
    left: auto;
    right: 0%;
  }

  .div-block-308 {
    flex: 1;
    margin-left: 20px;
  }

  .nav-link-11 {
    text-align: center;
    border-bottom-style: none;
    margin-bottom: 5px;
  }

  .div-block-310 {
    display: none;
  }

  .banner-l {
    min-height: 325px;
    flex-direction: column;
    align-items: flex-start;
  }

  .right-arrow-10 {
    display: none;
    top: 0%;
    bottom: 0%;
    left: auto;
    right: 0%;
  }

  .div-block-311 {
    max-width: 700px;
    justify-content: center;
    align-items: flex-start;
    margin-left: auto;
    margin-right: auto;
  }

  .img-l {
    width: 300px;
    margin-bottom: 35px;
    margin-left: auto;
    margin-right: auto;
  }

  .text-block-241 {
    font-size: 25px;
  }

  .div-block-312 {
    margin-left: 40px;
    padding-bottom: 0;
  }

  .text-block-242 {
    font-size: 16px;
  }

  .text-block-243 {
    font-size: 15px;
  }

  .icon-17 {
    font-size: 42px;
  }

  .menu-button-6 {
    padding: 20px 18px;
  }

  .menu-button-6.w--open {
    color: #000;
    background-color: #f5f5f5;
  }

  .f-page-qa {
    width: 100%;
    padding-left: 60px;
    padding-right: 60px;
  }

  .f-page-qa.spec {
    padding-left: 0;
    padding-right: 0;
  }

  .faq-heading-holder-2 {
    padding-left: 0;
  }

  .div-block-456 {
    flex-direction: column;
    margin-top: 35px;
  }

  .div-block-458 {
    margin-bottom: 36px;
    margin-right: 0;
  }
}

@media screen and (max-width: 767px) {
  .section-bottom-form {
    min-width: 100%;
    margin-right: 0;
    padding-left: 30px;
    padding-right: 30px;
    display: block;
  }

  .form-bottom-chat-content {
    min-height: 0;
    padding-bottom: 2px;
  }

  .form-bottom-container-all {
    min-height: 0;
  }

  .dok-container.about {
    padding-left: 10px;
    padding-right: 10px;
  }

  .dok-inner-container.uslugi {
    max-width: 100%;
    min-height: 100%;
    margin-top: 0;
    margin-bottom: 0;
  }

  .uslugi-container-centered {
    width: 100%;
  }

  .uslugi-item-holder {
    width: 100%;
    margin-bottom: 0;
  }

  .uslugi-heading-holder {
    margin-top: -50px;
  }

  .uslugi-description-holder {
    min-height: 100%;
    padding-top: 0;
    padding-bottom: 20px;
  }

  .slide-responsive {
    width: 50%;
  }

  .lightbox-slider-img-item {
    margin-top: 75px;
  }

  .lightbox-gallery-link {
    width: 41.1%;
  }

  .div-block-7 {
    width: 100%;
  }

  .div-block-6 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .text-block-27 {
    float: left;
    margin-top: 10px;
  }

  .div-block-24 {
    width: 300px;
    float: left;
  }

  .div-block-25 {
    width: 45%;
  }

  .div-block-19 {
    width: 50%;
    margin-bottom: 30px;
  }

  .div-block-51 {
    border-radius: 0;
  }

  .div-block-52.contacts {
    display: block;
  }

  .rich-text-block {
    max-height: 250px;
    padding-left: 0;
    padding-right: 0;
  }

  .rich-text-block.about {
    padding-top: 0;
  }

  .modal-background-5 {
    z-index: 99999;
  }

  .modal-window-5 {
    z-index: 9999;
    width: 100%;
    margin-top: 115px;
    position: relative;
  }

  .modal-perezvonite-h1 {
    text-align: center;
    padding-left: 22px;
  }

  .perezvonite-form-field {
    padding-top: 9px;
  }

  .modal-background-4 {
    z-index: 9999;
    display: none;
  }

  .modal-window-4 {
    z-index: 5;
    width: 55%;
    margin-top: 40px;
    position: relative;
  }

  .menu-block {
    max-width: 197px;
  }

  .footer-block {
    display: none;
  }

  .image-19 {
    width: 100%;
  }

  .text-block-142 {
    text-align: center;
  }

  .slide-nav-4 {
    margin-bottom: 18px;
  }

  .text-block-143 {
    text-align: center;
    font-size: 19px;
  }

  .icon-11 {
    margin-left: 37px;
  }

  .text-block-144 {
    text-align: center;
    margin-bottom: 11px;
    font-size: 32px;
  }

  .kw-item-item.fourth-right {
    width: 92%;
    margin-left: 20px;
  }

  .kw-container-item.left {
    position: relative;
  }

  .image-26 {
    width: 210px;
  }

  .tab-link-tab-2 {
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
  }

  .tab-link-tab-2.w--current {
    width: 100%;
    text-align: center;
  }

  .div-block-217 {
    margin-right: 0;
  }

  .tab-link-tab-1-2 {
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
    margin-right: 0;
  }

  .tab-link-tab-1-2.w--current {
    margin-right: 0;
  }

  .text-block-157 {
    font-size: 16px;
  }

  .image-28 {
    width: 30px;
    margin-right: 10px;
  }

  .text-block-79 {
    font-size: 16px;
  }

  .block-wrapper {
    padding-left: 40px;
    padding-right: 40px;
  }

  .bold-text-13 {
    font-size: 14px;
  }

  .tabs-menu-2 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .text-block-159.sale {
    font-size: 14px;
  }

  .text-block-159.sale-red {
    font-size: 14px;
    font-weight: 400;
  }

  .text-block-159.sale-red.free {
    font-weight: 400;
  }

  .form-block-4 {
    border-radius: 4px;
  }

  .modal-background-6 {
    z-index: 99999;
  }

  .div-block-73 {
    flex-direction: column;
  }

  .div-block-74 {
    min-width: auto;
    border-radius: 4px;
    flex: none;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .modal-window-6 {
    z-index: 9999;
    width: 70%;
    margin-top: 12px;
    position: relative;
  }

  .modal-window-6.f {
    width: 100%;
    min-height: 100vh;
    border-radius: 0;
    margin-top: 0;
  }

  .modal-background-11 {
    display: none;
  }

  .modal-window-11 {
    width: 70%;
    min-height: 463px;
    display: block;
  }

  .text-block-108 {
    max-height: 350px;
    position: relative;
    overflow: auto;
  }

  .text-block-165 {
    display: none;
  }

  .div-block-34 {
    padding-left: 0;
    padding-right: 0;
  }

  .faq-image {
    min-width: 32px;
  }

  .div-block-227 {
    flex-direction: column-reverse;
    align-items: center;
    display: block;
  }

  .slider-9 {
    min-height: 530px;
  }

  .div-block-228 {
    display: none;
  }

  .image-30 {
    width: 100%;
  }

  .icon-13 {
    color: #fff;
    display: block;
  }

  .tab-link-tab-3 {
    width: 100%;
    background-color: #e9e9e9;
    margin-left: 0;
  }

  .tab-link-tab-3.w--current {
    width: 100%;
    margin-left: 0;
  }

  .text-block-170 {
    text-align: center;
    font-size: 16px;
  }

  .yandex-map {
    display: none;
  }

  .contatcs-mobile {
    display: block;
  }

  .footer-contacts-heading-h1 {
    margin-bottom: 12px;
    font-size: 17px;
    font-weight: 700;
    line-height: 1.4;
  }

  .contacts-container-items.mobile {
    float: none;
    box-shadow: none;
    text-align: center;
    border: 1px #000;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    padding-top: 20px;
    padding-left: 30px;
    display: block;
  }

  .contacts-container {
    margin-top: 0;
  }

  .contacts {
    display: none;
  }

  .form-7 {
    flex-direction: column;
    display: flex;
  }

  .modal-window-12 {
    max-width: 1000px;
    min-height: 100vh;
    border-radius: 0;
    margin-top: 0;
  }

  .html-embed-4 {
    display: block;
  }

  .text-block-180 {
    margin-top: 15px;
    font-size: 18px;
  }

  .text-block-181 {
    font-size: 25px;
  }

  .text-block-202._1.modal-link-6 {
    justify-content: flex-start;
    padding-left: 51px;
  }

  .div-block-267 {
    width: auto;
    min-width: 350px;
  }

  .div-block-269 {
    flex-direction: column;
    margin-top: 17px;
  }

  .div-block-270 {
    margin-bottom: 20px;
  }

  .image-43 {
    display: none;
  }

  .text-block-210 {
    margin-top: 10px;
  }

  .div-block-276 {
    display: block;
  }

  .div-block-277._1 {
    flex-direction: column;
  }

  .image-48 {
    width: 100%;
    margin-bottom: 30px;
    margin-right: 0;
  }

  .modal-background-6-2 {
    z-index: 99999;
  }

  .text-block-216 {
    max-height: 350px;
    position: relative;
    overflow: auto;
  }

  .image-50 {
    width: 31px;
  }

  .heading-4 {
    font-size: 40px;
    line-height: 1.5;
  }

  .heading-5 {
    font-size: 27px;
  }

  .image-52._1 {
    width: 25px;
    height: 20px;
    max-height: 20px;
    max-width: 25px;
    min-height: 20px;
    min-width: 25px;
  }

  .text-block-223 {
    margin-bottom: 4px;
  }

  .div-block-293 {
    margin-bottom: 0;
  }

  .text-block-224 {
    font-size: 20px;
  }

  .menu-button-5.w--open {
    background-color: #fff;
  }

  .icon-16 {
    color: #4b4b50;
    background-color: #fff;
  }

  .link-21 {
    font-size: 20px;
    display: block;
  }

  .div-block-297 {
    flex-direction: column;
    align-items: flex-end;
    display: flex;
  }

  .div-block-298 {
    padding-right: 0;
  }

  .div-block-301:hover {
    transform: none;
  }

  .bold-text-59 {
    text-align: center;
  }

  .div-block-302 {
    padding-top: 200px;
  }

  .div-block-303 {
    margin-top: 10px;
  }

  .banner-wrapper {
    margin-top: 60px;
  }

  .banner-l {
    min-height: 700px;
  }

  .div-block-311 {
    max-width: 350px;
    flex-direction: column;
    padding-left: 20px;
    padding-right: 20px;
  }

  .img-l {
    margin-bottom: 25px;
  }

  .text-block-241 {
    margin-bottom: 23px;
  }

  .div-block-312 {
    margin-left: 0;
  }

  .text-block-242 {
    margin-bottom: 25px;
  }

  .faq-heading-2 {
    align-self: center;
    margin-top: 0;
  }
}

@media screen and (max-width: 479px) {
  strong {
    color: #202020;
  }

  .section-bottom-form {
    max-width: 365px;
    min-width: 100%;
    padding-left: 4%;
    padding-right: 4%;
    display: block;
  }

  .form-bottom-form-area {
    padding-bottom: 0;
  }

  .img-form-bottom {
    margin-right: 0;
  }

  .form-bottom-name {
    margin-top: 13px;
    margin-left: 0;
    padding-left: 2px;
    font-size: 1.4em;
  }

  .form-bottom-achtung {
    width: 67%;
    margin-left: -1px;
    padding-left: 3px;
    font-size: .9em;
  }

  .form-bottom-chat-content {
    padding-bottom: 5px;
  }

  .form-bottom-container-all {
    max-width: 320px;
    min-width: 0;
  }

  .form-bottom-form-container {
    padding-left: 12px;
    padding-right: 12px;
  }

  .form-bottom-submit-button {
    float: none;
    text-align: center;
  }

  .form-bottom-form-tel {
    width: 100%;
    max-width: 300px;
    float: none;
    margin-right: 0;
  }

  .chat-robot-question {
    background-size: cover;
    padding-top: 10px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .utility-page-wrap {
    background-image: url('../images/paper_texture315.jpg');
    background-position: 50%;
    background-repeat: repeat;
    background-size: cover;
  }

  .utility-page-content {
    width: 270px;
  }

  .gfdgdfg {
    color: #692702;
    margin-top: 32px;
    margin-bottom: 23px;
    font-family: Montserrat, sans-serif;
    font-size: 1.8em;
  }

  .image-4 {
    border-radius: 6px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .section-header {
    margin-top: 0;
    display: block;
  }

  .section-header.mobile {
    display: block;
  }

  .header-cont {
    z-index: 700;
    float: none;
    margin-top: 70px;
    position: relative;
  }

  .header-cont.footer {
    display: none;
  }

  .header-cont.mobile {
    margin-top: 0;
  }

  .header-cont-holder.logo {
    width: 100%;
    background-image: linear-gradient(80deg, #ffb414, #c52608);
    margin-right: 5px;
  }

  .header-cont-holder.description, .header-cont-holder.adress {
    width: 100%;
  }

  .header-cont-holder.tel {
    width: 100%;
    display: none;
  }

  .header-cont-holder.tel.mobile {
    display: block;
  }

  .logo-text {
    font-size: 1.6em;
  }

  .description-text {
    padding-top: 10px;
    font-size: 1.2em;
    font-weight: 600;
  }

  .adress-text {
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 14px;
    font-size: .9em;
  }

  .span-adress {
    margin-bottom: 0;
    font-size: 1.3em;
    font-weight: 600;
  }

  .tel-text {
    font-size: 1.3em;
  }

  .section-offer {
    padding-top: 20px;
  }

  .offer-holder-1 {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .navbar-container, .navbar-container.mobile {
    display: block;
  }

  .link-block {
    width: 100%;
    background-color: rgba(0, 76, 173, .84);
  }

  .link-navmenu {
    font-size: 1em;
  }

  .offer-text {
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 1.5em;
  }

  .logo-container {
    max-width: 245px;
    margin-top: 3px;
  }

  .logo-image {
    width: 50px;
  }

  .heading-holder {
    padding-top: 150px;
    padding-bottom: 150px;
  }

  .heading-holder.shema-raboty {
    padding-top: 100px;
  }

  .centered-block {
    margin-top: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .centered-block.catalog {
    margin-top: 20px;
  }

  .heading {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 2em;
    line-height: 1.2em;
  }

  .under-heading {
    font-size: 1.2em;
    font-weight: 400;
    line-height: 1.4em;
  }

  .dok-container {
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .dok-container.catalog {
    color: #000;
    background-color: #fff;
    margin-bottom: 0;
    padding: 5px 0;
  }

  .dok-container.about {
    margin-bottom: 0;
    padding-top: 30px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .dok-container.about.uslugi {
    margin-bottom: 0;
    padding-top: 20px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .dok-container.kak-rabotaem {
    box-shadow: none;
    background-color: rgba(0, 0, 0, 0);
    margin-bottom: 0;
    padding: 0 20px 20px;
  }

  .offer-holder-2 {
    margin-top: 65px;
    margin-bottom: 40px;
  }

  .offer-item-holder {
    width: 50%;
    margin-bottom: 24px;
  }

  .offer-item-text {
    font-size: 1.9em;
  }

  .offer-item-under-text {
    font-size: 1em;
  }

  .special-tel {
    max-width: 258px;
    min-height: 70px;
    background-color: #fff;
    margin-left: auto;
    margin-right: auto;
    display: block;
    position: relative;
  }

  .tel-special {
    float: left;
    color: #003c88;
    text-align: center;
    margin-top: 7px;
    font-size: 1.3em;
    font-weight: 600;
    line-height: 3em;
    text-decoration: underline;
  }

  .dok-inner-container.catalog {
    min-height: 200px;
    margin-top: 0;
    margin-bottom: 50px;
  }

  .dok-inner-container.catalog._2 {
    border: 1px #000;
    margin-top: 40px;
    margin-bottom: 50px;
  }

  .dok-inner-container.uslugi {
    width: 100%;
    min-height: auto;
    background-color: rgba(0, 0, 0, 0);
    margin-top: 0;
    margin-bottom: 0;
  }

  .dok-inner-container.about {
    padding-left: 10px;
    padding-right: 10px;
  }

  .dok-inner-container.kak-rabotaem {
    width: 100%;
  }

  .dok-inner-container.kontakty {
    margin-bottom: 0;
  }

  .lightbox-link {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .lightbox-container-centered {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .slider-heading-container {
    width: 100%;
    box-shadow: none;
    border-top: 10px rgba(216, 216, 216, .84);
    border-bottom: 10px #0093cc;
    border-radius: 0;
    margin-top: 0;
    margin-bottom: 0;
    padding: 0;
  }

  .lightbox-heading {
    color: #fff;
    background-color: #3b3b3b;
    padding: 30px 10px;
    font-size: 1.4em;
    font-weight: 600;
    line-height: 1.5em;
  }

  .image-6 {
    float: left;
    margin-top: 11px;
    margin-left: 0;
    margin-right: 10px;
  }

  .div-section-special {
    z-index: 999;
    background-color: #fff;
    border-bottom: 0 #000;
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    box-shadow: 0 3px 50px -18px #202020;
  }

  .cat-product-price-label {
    background-color: #fff;
    border-bottom-right-radius: 0;
  }

  .cat-product-art-label {
    background-color: #f6aa22;
  }

  .cat-product-art-text {
    color: #fff;
  }

  .cat-product-summary-text {
    margin-top: 10px;
    display: none;
  }

  .uslugi-container-centered {
    width: 100%;
    float: none;
    margin-bottom: 0;
    position: relative;
  }

  .uslugi-item-holder {
    width: 100%;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
    margin-top: 20px;
    margin-bottom: 0;
  }

  .uslugi-item-holder.dostoinstva {
    width: 100%;
  }

  .uslugi-heading-holder {
    width: 100%;
    min-height: 100px;
    border-left: 10px solid #31b5ff;
    border-right-style: none;
    margin-top: 0;
  }

  .uslugi-heading-holder.u {
    border-left-color: #ffa431;
    box-shadow: inset 0 0 50px -11px #13882f;
  }

  .uslugi-description-holder {
    width: 100%;
    min-height: auto;
    border-left: 10px solid #868686;
    border-right: 10px #ff8500;
    margin-bottom: 0;
    padding-bottom: 20px;
  }

  .uslugi-description-holder.dostionstva {
    border-left-style: none;
    border-right-style: none;
    padding-left: 5px;
    padding-right: 5px;
  }

  .uslugi-description-holder.u {
    border-left-color: #f6f6f6;
  }

  .uslugi-heading-text {
    margin-bottom: 3px;
    font-size: 1.3em;
    line-height: 1.4em;
  }

  .uslugi-heading-text.u {
    font-size: 1.1em;
  }

  .uslugi-description-text {
    padding-left: 0;
    padding-right: 0;
  }

  .uslugi-description-text.dostoinstva {
    margin-bottom: 20px;
    font-size: .9em;
    line-height: 1.5em;
  }

  .kak-rabotaem-separate {
    display: none;
  }

  .kak-rabotaem-item-holder {
    width: 100%;
    box-shadow: none;
    background-color: #f8f8f8;
    margin-top: 25px;
    margin-bottom: 0;
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .kak-rabotaem-item-text {
    margin-left: 10px;
    margin-right: 10px;
    font-size: 1em;
    font-weight: 500;
  }

  .special-button {
    box-shadow: none;
    color: #020202;
    background-image: linear-gradient(#ffe108, #ffe108);
    border-style: solid;
    border-color: #ffb800;
    margin-left: 10px;
    margin-right: 10px;
    font-size: 1.1em;
    font-weight: 400;
    line-height: 1.3em;
  }

  .special-button.modal-link-zamer {
    color: #fff;
    background-image: none;
    border-style: none;
    border-color: #007a14;
    font-weight: 500;
  }

  .special-button.modal-link-zamer.special {
    width: 100%;
  }

  .perezvonite-button {
    box-shadow: none;
    background-color: #1c87fc;
    background-image: none;
    border-style: solid;
    border-color: #037beb;
    margin-left: 10px;
    margin-right: 10px;
    font-size: 1.1em;
    font-weight: 300;
    line-height: 1.3em;
  }

  .perezvonite-button.modal-link-consult {
    font-weight: 500;
  }

  .kontakty-container {
    width: 100%;
    padding-left: 0%;
  }

  .kontakty-item-holder.left {
    width: 100%;
    text-align: center;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    padding: 5%;
  }

  .kontakty-item-holder.right {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-top: 5%;
    padding-bottom: 5%;
    padding-left: 5%;
  }

  .kontakty-text {
    text-align: center;
  }

  .form-block.catalog {
    margin-top: 0;
    margin-bottom: 0;
  }

  .banner-form-button {
    width: 100%;
    font-size: 1em;
    display: none;
  }

  .banner-form-button.mobile {
    float: left;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    padding-top: 17px;
    padding-left: 5px;
    padding-right: 5px;
    font-size: 1.1em;
    display: block;
  }

  .banner-form-field {
    width: 100%;
    min-height: 45px;
    border-color: #008fff;
    border-radius: 4px;
    font-size: .9em;
  }

  .banner-form-field.offer {
    width: 100%;
    border-color: #696969;
  }

  .form {
    width: 100%;
    padding-top: 0;
  }

  .form.catalog {
    background-color: rgba(0, 0, 0, 0);
    border: 1px #030303;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    padding-top: 0;
    padding-left: 40px;
    padding-right: 40px;
  }

  .under-offer-form-text {
    margin-top: 170px;
    margin-bottom: 0;
    font-size: 1em;
    font-weight: 300;
    line-height: 1.3em;
  }

  .under-offer-form-text.catalog {
    color: #000;
    margin-top: 15px;
    margin-bottom: 18px;
    padding-top: 0;
    font-size: 1.2em;
    font-weight: 600;
    line-height: 1.6em;
  }

  .under-offer-form-text.catalog.down {
    color: #0d0d0d;
    margin-top: 0;
    margin-bottom: 20px;
    padding-top: 0;
    font-size: .8em;
    font-weight: 400;
    line-height: 1.5em;
  }

  .slide-responsive {
    width: 100%;
    border-style: none;
    border-color: #e7e7e7;
    margin-left: 0;
    margin-right: 0;
  }

  .slider-1 {
    margin-bottom: 0;
  }

  .lightbox-slider-img-item {
    width: 92%;
    margin-top: 75px;
  }

  .mask {
    width: 100%;
  }

  .right-arrow {
    width: 13%;
    margin-left: 1px;
    margin-right: 1px;
  }

  .sep-uslugi {
    width: 100%;
    min-height: 20px;
  }

  .kak-rabotaem-heading._1, .kak-rabotaem-heading._2, .kak-rabotaem-heading._3 {
    color: #fff;
    text-align: center;
    background-color: #474747;
    border-radius: 0;
    margin-bottom: 10px;
    font-size: 1.1em;
  }

  .kak-rabotaem-heading._4 {
    color: #fff;
    text-align: center;
    background-color: #129201;
    border-radius: 0;
    margin-bottom: 10px;
    font-size: 1.1em;
    font-weight: 700;
  }

  .offer-text-desc {
    margin-top: 20px;
    margin-bottom: 50px;
    padding-left: 50px;
    padding-right: 50px;
    font-size: 1em;
    line-height: 1.2em;
  }

  .left-arrow {
    width: 13%;
  }

  .modal-background-zvonok {
    display: none;
  }

  .modal-window-zvonok {
    width: 98%;
    margin-top: 85px;
    padding: 15px;
  }

  .modal-heading {
    font-size: 1.1em;
  }

  .modal-text {
    width: 100%;
    text-align: center;
    font-size: .9em;
  }

  .modal-button.consult {
    max-width: 500px;
    max-width: 500px;
    margin-top: 0;
    font-size: 16px;
  }

  .modal-field {
    width: 80%;
  }

  .modal-background-consult {
    display: none;
  }

  .modal-window-consult {
    width: 98%;
    margin-top: 85px;
    padding: 15px;
  }

  .modal-background-zamer {
    display: none;
  }

  .modal-window-zamer {
    width: 98%;
    margin-top: 85px;
    padding: 15px;
  }

  .lightbox-gallery-container {
    min-height: auto;
    float: none;
    padding-left: 0;
    padding-right: 0;
    position: relative;
  }

  .lightbox-gallery-item {
    width: 100%;
    border-radius: 4px;
  }

  .lightbox-gallery-link {
    width: 100%;
    border-radius: 4px;
    margin: 0 0 10px;
  }

  .icon-dostoinstva {
    margin-bottom: 11px;
  }

  .special-catalog-block {
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-5 {
    position: relative;
  }

  .text-block-38 {
    color: #000;
    font-size: 1.3em;
    line-height: 1.4em;
  }

  .text-block-36 {
    font-size: .8em;
    line-height: 1.5em;
  }

  .image-9:hover {
    transform: none;
  }

  .div-block-7 {
    width: 100%;
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
    padding: 20px 20px 25px;
  }

  .div-block-21 {
    width: 100%;
    padding-top: 0;
  }

  .slide-5 {
    background-position: 50% 0;
  }

  .bold-text-4 {
    font-size: 13px;
  }

  .slide-8 {
    background-position: 0;
  }

  .div-block-6 {
    margin-top: 30px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .fullpage {
    display: block;
  }

  .div-block-29 {
    width: 100%;
    float: none;
    padding: 20px 10px;
    position: relative;
  }

  .text-block-34 {
    line-height: 1.5em;
  }

  .slide-6 {
    background-position: 50%;
  }

  .under-heading-2 {
    font-size: .8em;
  }

  .text-block-26 {
    margin-top: 8px;
    font-weight: 500;
  }

  .text-block-33 {
    line-height: 1.4em;
  }

  .text-block-27 {
    float: none;
    color: #000;
    text-align: center;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    font-size: .8em;
    display: block;
  }

  .div-block-24 {
    width: 300px;
    float: none;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .link {
    padding-top: 16px;
    padding-bottom: 12px;
    font-size: 1.2em;
  }

  .link:hover {
    transform: none;
  }

  .link._2 {
    width: 280px;
    margin-top: 10px;
    padding-top: 16px;
    font-size: 1.1em;
    font-weight: 700;
  }

  .link._2:hover {
    transform: none;
  }

  .link._3 {
    width: 100%;
    font-size: 1.3em;
  }

  .section {
    float: none;
    padding-left: 0;
    padding-right: 0;
  }

  .section._1 {
    background-position: 100% 0;
  }

  .section._2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-28 {
    width: 100%;
    background-color: #fff;
    padding: 0 10px 20px;
    position: relative;
  }

  .div-block-18 {
    min-height: auto;
    position: relative;
  }

  .div-block-25 {
    width: 300px;
    float: none;
    background-color: #fff;
    border-radius: 6px;
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 15px;
    padding-bottom: 16px;
    display: block;
  }

  .link-6 {
    float: none;
    color: #000;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    font-size: 1.6em;
    font-weight: 800;
    display: block;
  }

  .text-block-32._1 {
    box-shadow: none;
    padding: 10px 0;
    font-size: .9em;
  }

  .div-block-19 {
    width: 100%;
    margin-bottom: 0;
  }

  .div-block-23 {
    padding-top: 0;
  }

  .div-block-3 {
    position: absolute;
  }

  .div-block-27 {
    padding-bottom: 90px;
    position: relative;
  }

  .under-heading-image {
    margin-bottom: 20px;
  }

  .container {
    margin-top: 0;
    margin-bottom: 10px;
    padding-top: 50px;
    padding-left: 0;
    padding-right: 0;
  }

  .container.mobile {
    padding-top: 0;
  }

  .textarea {
    width: 100%;
    min-height: 100px;
  }

  .text-block-35 {
    font-size: 1em;
    font-weight: 700;
    line-height: 1.4em;
  }

  .slide-7 {
    background-position: 100%;
  }

  .text-block-24 {
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 1.3em;
  }

  .div-block-30 {
    position: relative;
    bottom: 0;
    left: 0;
    right: 0;
  }

  .text-block-23 {
    margin-bottom: 15px;
    font-size: 1em;
    line-height: 1.4em;
  }

  .text-block-23._1 {
    font-size: 1.3em;
    line-height: 1.4em;
  }

  .heading-all {
    font-size: 1.2em;
  }

  .text-block-41 {
    text-align: center;
    margin-bottom: 20px;
    font-size: .9em;
  }

  ._333 {
    width: 100%;
  }

  .menu-button-3, .menu-button-3.w--open {
    background-color: #fff;
    margin-top: 0;
  }

  .div-block-39 {
    display: none;
  }

  .navbar-2 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .div-block-38 {
    margin-top: 1px;
    margin-left: 20px;
  }

  .container-3 {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 10px;
    padding-bottom: 3px;
  }

  .nav-link-6 {
    color: #020202;
    background-color: rgba(0, 0, 0, 0);
    margin-left: auto;
    margin-right: auto;
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 1em;
    display: block;
  }

  .icon-7 {
    font-size: 2em;
  }

  .nav-menu-3 {
    background-color: #fff;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .image-16 {
    width: 200px;
  }

  .slider-5 {
    min-height: 500px;
  }

  .slide-9 {
    border-radius: 0;
  }

  .div-block-41 {
    padding-top: 20px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .slide-10 {
    background-position: 50%;
    border-radius: 0;
  }

  .slide-11 {
    background-position: 50% 0;
    border-radius: 0;
  }

  .div-block-40 {
    padding-top: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-40._2 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .div-block-40.first {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .text-block-50 {
    text-align: left;
    font-size: .9em;
  }

  .slide-12 {
    background-position: 52%;
    border-radius: 0;
  }

  .text-block-49 {
    font-size: 1.7em;
  }

  .text-block-49.under {
    color: #fff;
    margin-bottom: 30px;
    font-size: 1.5em;
    font-weight: 800;
    line-height: 1.3em;
  }

  .text-block-49.under._5 {
    color: #000;
    background-color: #fff;
    margin-bottom: 35px;
    padding: 20px;
    font-size: 2em;
  }

  .text-block-49.under._1 {
    color: #2e2e2e;
    margin-top: 60px;
    margin-bottom: 5px;
    font-size: 2em;
  }

  .text-block-49.under._2 {
    color: #2e2e2e;
    margin-top: 45px;
    margin-bottom: 10px;
    font-size: 2em;
  }

  .section-11 {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-43 {
    margin-bottom: 30px;
    box-shadow: 0 0 50px #5c01ff;
  }

  .div-block-43._1 {
    width: 270px;
    box-shadow: none;
    margin-bottom: 20px;
  }

  .div-block-43.last {
    box-shadow: none;
    margin-bottom: 0;
  }

  .div-block-43._2 {
    box-shadow: none;
    margin-bottom: 20px;
    transform: none;
  }

  .text-block-52 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .text-block-52._1 {
    margin-top: 0;
    margin-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 1.1em;
  }

  .div-block-44 {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

  .div-block-44._1 {
    background-image: none;
  }

  .div-block-44.map {
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .image-15 {
    width: 100%;
    border-radius: 0;
  }

  .section-14 {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .text-block-53 {
    text-align: center;
  }

  .slider-6, .mask-3, .slide-14 {
    border-radius: 0;
  }

  .text-block-57 {
    font-size: .6em;
    line-height: 1.7em;
  }

  .image-17 {
    width: 175px;
  }

  .slider-7 {
    min-height: 70vh;
  }

  .text-block-63 {
    display: none;
  }

  .div-block-50 {
    background-color: rgba(36, 36, 36, 0);
    align-items: flex-end;
  }

  .div-block-51 {
    width: 100%;
    flex-direction: column;
    justify-content: center;
    padding-top: 30px;
    padding-bottom: 60px;
  }

  .text-block-64 {
    margin-bottom: 5px;
    font-size: 24px;
  }

  .div-block-52 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-52.pravila {
    padding-top: 5px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .div-block-52.about, .div-block-52.price {
    padding-left: 30px;
    padding-right: 30px;
  }

  .text-block-66 {
    font-size: 24px;
  }

  .text-block-66.special {
    margin-bottom: 0;
  }

  .div-block-55 {
    max-width: none;
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-56 {
    margin-top: 30px;
  }

  .text-block-68 {
    text-align: left;
    margin-left: 20px;
    margin-right: 20px;
  }

  .text-block-69 {
    font-size: 14px;
  }

  .div-block-62 {
    padding-left: 0;
    padding-right: 0;
  }

  .button-2 {
    font-size: 18px;
  }

  .text-block-70 {
    margin-left: 0;
    margin-right: 0;
  }

  .rich-text-block {
    max-height: 200px;
    background-color: #fff;
    border-radius: 4px;
    margin-top: 20px;
    padding: 10px 20px;
    font-size: 14px;
  }

  .rich-text-block.about {
    background-color: rgba(0, 0, 0, 0);
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    font-size: 14px;
  }

  .icon-8 {
    color: #000;
  }

  .icon-9 {
    margin-right: 5px;
  }

  .icon-10 {
    margin-left: 5px;
  }

  .modal-background-5 {
    z-index: 10;
  }

  .modal-window-5 {
    width: auto;
    max-width: none;
    margin-left: 20px;
    margin-right: 20px;
    padding-bottom: 25px;
  }

  .close-modal-5.fizra {
    width: 16px;
  }

  .modal-perezvonite-h1 {
    padding-left: 0;
    font-size: 18px;
  }

  .container-perezvonite {
    padding-left: 20px;
    padding-right: 20px;
  }

  .perezvonite-form-text {
    font-size: .9em;
  }

  .perezvonite-form-field {
    color: #000;
    font-size: 15px;
  }

  .oformlenie-zakaza-button {
    max-width: 267px;
  }

  .modal-background-4 {
    display: none;
  }

  .modal-window-4 {
    width: 93%;
    display: block;
  }

  .modal-fastbuy-h1 {
    padding-left: 1px;
  }

  .fastbuy-text {
    font-size: .9em;
  }

  .text-block-73 {
    font-size: 21px;
  }

  .text-block-74._1 {
    font-size: 14px;
  }

  .form-3 {
    flex-direction: column;
    flex: 0 auto;
    display: flex;
  }

  .text-field {
    margin-bottom: 10px;
  }

  .submit-button {
    padding-top: 16px;
    padding-bottom: 12px;
    display: block;
  }

  .div-block-67 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .text-block-75 {
    text-align: center;
  }

  .text-block-76, .text-block-77 {
    padding-left: 30px;
    padding-right: 30px;
    font-size: 15px;
  }

  .text-block-78 {
    margin-top: 9px;
    margin-right: -23px;
    font-size: 11px;
  }

  .menu-block {
    max-width: 100%;
  }

  .content {
    min-height: 80vh;
  }

  .site-holder {
    flex-direction: column-reverse;
  }

  .logo-block {
    padding-top: 0;
    padding-bottom: 0;
  }

  .content-block {
    min-height: 80vh;
    flex: 0 auto;
    display: block;
  }

  .slider-2 {
    min-height: 80vh;
  }

  .slide-nav-4 {
    margin-bottom: 30px;
  }

  .div-block-196 {
    margin-top: -1px;
    padding: 22px 12px 18px 0;
  }

  .text-block-143 {
    font-size: 18px;
  }

  .icon-11 {
    color: #fff;
    margin-left: 47px;
    font-size: 28px;
  }

  .text-block-144 {
    font-size: 30px;
  }

  .kw-text {
    color: #292828;
    margin-bottom: 12px;
    font-size: 1.8em;
    line-height: 1.2em;
  }

  .kw-text._1 {
    font-size: 1.8em;
  }

  .copyright {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .logo-constructor-p {
    max-width: 220px;
    min-height: 220px;
    text-align: center;
    background-image: url('../images/logo-round.png');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    flex-flow: column;
    align-content: flex-start;
    justify-content: space-between;
    align-items: flex-start;
    display: block;
  }

  .logo-cloud-p {
    max-width: 71px;
    margin-top: 2px;
    margin-left: 6px;
    margin-right: 0;
    display: block;
  }

  .kw-text-under {
    color: #1d1d1d;
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 1.4em;
  }

  .kw-item-item {
    margin-bottom: 1px;
  }

  .kw-item-item.six-right {
    width: 90%;
    float: none;
    margin: 25px auto;
    display: block;
  }

  .kw-item-item.third-left, .kw-item-item.second-left, .kw-item-item.first-right {
    width: 80%;
  }

  .kw-item-item.six-left {
    width: 100%;
  }

  .kw-item-item.seven-left {
    width: 75%;
  }

  .kw-item-item.fourth-right {
    width: 90%;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .kw-item-item.eight-left {
    width: 70%;
  }

  .kw-item-item.fourth-left {
    width: 80%;
  }

  .kw-item-item.first-left {
    width: 70%;
  }

  .kw-item-item.second-right {
    width: 90%;
    float: none;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .kw-item-item.eight-right {
    width: 85%;
    margin-bottom: 50px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .kw-item-item.seven-right {
    width: 90%;
    float: none;
    margin: 25px auto;
    display: block;
  }

  .kw-container-item.left {
    float: left;
    background-color: rgba(0, 0, 0, 0);
    margin-top: 0;
    padding-left: 0%;
    padding-right: 0%;
    position: relative;
  }

  .kw-container-item.right {
    float: right;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
    display: block;
    position: relative;
  }

  .kw-container-item.right.slider {
    padding-left: 0;
    padding-right: 0;
  }

  .section-p {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
    display: block;
  }

  .lightbox-p-item {
    width: 100%;
  }

  .logo-green-left {
    max-width: 125px;
    margin-top: 44px;
    margin-left: 6px;
    display: block;
    position: absolute;
  }

  .about-company-text {
    margin-left: 0;
    margin-right: 0;
    font-size: 1.1em;
  }

  .logo-green-right {
    max-width: 125px;
    margin-top: 52px;
    margin-left: 104px;
    display: block;
  }

  .footer-item {
    padding-left: 5%;
    padding-right: 5%;
  }

  .prem-item-container {
    float: none;
    text-align: left;
  }

  .text-span {
    font-family: Oswald, sans-serif;
  }

  .logo-round-p {
    max-width: 100%;
    display: none;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
  }

  .slider-img {
    width: 50%;
    float: none;
    clear: none;
    margin-top: 0%;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translate(0, -50%);
  }

  .kw-container {
    width: auto;
    background-color: rgba(0, 0, 0, 0);
    margin-top: 0;
    margin-bottom: 0;
  }

  .poloska {
    display: none;
  }

  .section-text-p {
    margin-left: 0;
    font-size: 1.2em;
    line-height: 1.3em;
  }

  .section-text-p.obj {
    margin-left: auto;
    margin-right: auto;
    font-size: 1.5em;
    display: block;
  }

  .logo-text-p {
    margin-top: 10px;
    padding-bottom: 50px;
    font-family: Oswald, sans-serif;
    font-size: 1.9em;
    font-weight: 300;
  }

  .section-p1 {
    margin-bottom: 0;
    display: block;
  }

  .kw-slider-container {
    padding-top: 0%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
  }

  .logo-container-p {
    background-color: #fff;
    margin-top: 0;
    margin-bottom: 0;
    padding: 100px 0 50px;
  }

  .right-arrow-5 {
    position: absolute;
  }

  .kw-text-under-1 {
    line-height: 1.4em;
  }

  .slider-arrow {
    width: 100%;
    color: #cacaca;
  }

  .check-icon {
    width: 30px;
    display: none;
  }

  .about-container-p {
    max-width: 100%;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    display: block;
  }

  .navbar-6 {
    margin-top: 30px;
    margin-bottom: 10px;
  }

  .container-6 {
    flex-direction: column;
    justify-content: center;
    display: flex;
  }

  .text-block-151 {
    line-height: 1;
  }

  .icon-12 {
    display: none;
  }

  .menu-button-4 {
    padding: 10px;
    display: none;
  }

  .div-block-212 {
    width: 250px;
    max-width: 250px;
    min-width: 250px;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .div-block-214 {
    min-height: 40vh;
    background-position: 0%;
    background-size: cover;
  }

  .tab-link-tab-2.w--current {
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
  }

  .div-block-217 {
    margin-right: 0;
  }

  .div-block-218 {
    margin-top: 35px;
    margin-bottom: 10px;
  }

  .tab-link-tab-1-2 {
    width: 100%;
    text-align: center;
    margin-left: 0;
    margin-right: 0;
  }

  .text-block-157 {
    font-size: 14px;
    font-weight: 400;
  }

  .text-block-81 {
    width: 100%;
    min-width: auto;
    float: none;
    margin-left: auto;
    margin-right: auto;
    font-size: 19px;
    font-weight: 600;
  }

  .tab-pane-tab-2 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .image-28 {
    width: 30px;
    margin-right: 8px;
    display: none;
  }

  .div-block-70 {
    max-width: 30px;
  }

  .block-wrapper {
    padding-top: 50px;
    padding-left: 25px;
    padding-right: 25px;
  }

  .block-wrapper.spec {
    padding-top: 40px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .div-block-220 {
    align-items: center;
    padding-left: 30px;
    padding-right: 30px;
  }

  .form-4 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .tab-pane-tab-1-2 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .text-block-83 {
    font-size: 14px;
  }

  .submit-button-2 {
    width: 100%;
    min-width: 240px;
  }

  .div-block-221 {
    flex-direction: row;
  }

  .text-block-158 {
    margin-bottom: 5px;
    font-size: 24px;
    font-weight: 600;
  }

  .text-block-159 {
    margin-left: 0;
    font-size: 14px;
  }

  .text-block-159.sale {
    margin-left: 0;
  }

  .text-block-159.sale-red {
    background-color: #fd4d50;
    margin-left: 0;
    font-weight: 500;
  }

  .text-block-159.sale-red.free {
    display: none;
  }

  .text-field-2 {
    min-width: 240px;
    margin-bottom: 10px;
    margin-right: 0;
    font-size: 14px;
  }

  .form-block-4 {
    width: auto;
    padding: 20px 30px 40px;
  }

  .submit-button-3 {
    cursor: pointer;
    background-color: #2d4166;
  }

  .submit-button-3:hover {
    background-color: #42619b;
  }

  .text-block-92 {
    font-size: 22px;
  }

  .form-block-5 {
    width: 280px;
    align-items: stretch;
    padding-left: 10px;
    padding-right: 10px;
  }

  .modal-background-6 {
    z-index: 999;
    display: none;
  }

  .zayavka-cont {
    text-align: left;
    padding-top: 10px;
    padding-left: 0;
    padding-right: 0;
  }

  .link-11.modal-link-11 {
    text-decoration: underline;
  }

  .text-field-3 {
    min-height: 50px;
    font-size: 1em;
  }

  .text-block-90 {
    margin-bottom: 10px;
  }

  .div-block-74 {
    border-radius: 4px;
    justify-content: center;
  }

  .text-block-106 {
    width: 100%;
    text-align: center;
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 19px;
    font-weight: 600;
    line-height: 1.4;
  }

  .text-block-80 {
    font-size: 14px;
  }

  .modal-window-6 {
    width: 100%;
    height: 100vh;
    border-radius: 0;
    margin-top: 0;
    padding-top: 2%;
    padding-left: 2%;
    padding-right: 2%;
    display: block;
  }

  .modal-window-6.f {
    padding: 25px 35px 15px;
  }

  .div-block-72 {
    margin-top: 0;
  }

  .close-modal-6.f {
    margin-top: -15px;
    margin-left: 13px;
    margin-right: -24px;
  }

  .text-block-107 {
    text-align: center;
    margin-top: 10px;
    padding-left: 0;
    padding-right: 0;
  }

  .personal-agreement-block {
    width: auto;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .image-29 {
    width: 50px;
    max-width: 50px;
    min-width: 50px;
  }

  .text-block-87, .text-block-88 {
    font-size: 15px;
  }

  .modal-background-11 {
    display: none;
  }

  .modal-window-11 {
    width: 98%;
    min-height: 454px;
    display: block;
  }

  .modal-heading-4 {
    font-size: 1.1em;
  }

  .text-block-108 {
    max-height: 345px;
    overflow: auto;
  }

  .button-3 {
    display: none;
  }

  .text-block-161 {
    color: #fff;
    background-color: #ff5154;
    border: 1px #000;
    border-radius: 4px;
    margin-top: 8px;
    padding: 10px 20px;
  }

  .text-block-164 {
    text-align: center;
    font-size: 13px;
  }

  .text-block-165 {
    text-align: left;
    margin-top: 15px;
    font-size: 14px;
    font-weight: 500;
    display: block;
  }

  .div-block-34 {
    padding-left: 0;
    padding-right: 0;
  }

  .faq-heading-holder {
    min-width: 0;
    border-style: none;
  }

  .faq-heading {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 14px;
  }

  .faq-text-holder {
    padding-top: 10px;
    padding-left: 10px;
  }

  .faq-text {
    font-size: 14px;
  }

  .div-block-227, .slider-9 {
    min-height: auto;
  }

  .icon-13 {
    margin-left: 10px;
    margin-right: 10px;
  }

  .right-arrow-7 {
    max-width: 60px;
    margin-left: 0;
    top: 0%;
    bottom: 0%;
    left: auto;
    right: 0%;
  }

  .left-arrow-4 {
    max-width: 60px;
  }

  .slide-29 {
    min-height: auto;
  }

  .tab-link-tab-3 {
    width: 100%;
    text-align: center;
    margin-left: 0;
  }

  .text-block-170 {
    font-size: 16px;
  }

  .tab-pane-tab-3 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .text-block-135 {
    text-align: center;
    margin-bottom: 6px;
  }

  .footer-contacts-text {
    font-size: 14px;
  }

  .footer-contacts-heading-h1 {
    margin-bottom: 11px;
  }

  .contacts-container-items.mobile {
    border: 1px #000;
  }

  .text-block-136 {
    margin-bottom: 6px;
  }

  .link-13 {
    width: 100%;
    max-width: 215px;
    color: #fff;
    background-color: #ff5154;
    border-radius: 4px;
    margin-top: 12px;
    margin-left: auto;
    margin-right: auto;
    padding: 10px 20px;
    display: block;
  }

  .close-modal-12 {
    margin-left: -66px;
    margin-right: -11px;
  }

  .modal-text-3 {
    text-align: left;
    font-size: 14px;
  }

  .modal-window-12 {
    width: 100%;
    max-width: 700px;
    min-height: 100vh;
    float: none;
    border-radius: 0;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    padding: 15px 35px;
  }

  .personal-agreement-block-2 {
    width: 100%;
    max-width: 500px;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin: 7px auto -3px;
    display: block;
  }

  .modal-heading-5.f {
    font-size: 24px;
  }

  .modal-field-3 {
    width: 100%;
    max-width: 500px;
    min-height: 45px;
    padding-top: 10px;
    font-size: 15px;
  }

  .icon-14 {
    display: block;
  }

  .div-block-229 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .text-block-171, .link-14.modal-link-11 {
    font-size: 13px;
  }

  .div-block-239 {
    min-height: 697px;
    background-image: linear-gradient(rgba(31, 31, 31, .5), rgba(31, 31, 31, .5)), url('../images/467589.jpg'), linear-gradient(rgba(0, 0, 0, .77), rgba(0, 0, 0, .77));
    background-position: 0 0, 50%, 0 0;
    background-repeat: repeat, repeat, repeat;
    background-size: auto, cover, auto;
    padding-left: 30px;
    padding-right: 30px;
  }

  .text-block-178 {
    margin-bottom: 30px;
    font-size: 28px;
    font-weight: 300;
  }

  .div-block-242 {
    flex-direction: column;
    align-items: center;
    margin-top: 15px;
    display: flex;
  }

  .div-block-243 {
    margin-top: 194px;
    margin-bottom: 10px;
  }

  .div-block-244 {
    min-height: 140px;
    margin-top: 20px;
  }

  .image-36 {
    margin-right: 0;
  }

  .text-block-180 {
    text-align: center;
    background-color: #242424;
    border-radius: 6px;
    margin-top: 5px;
    padding: 13px 25px 11px;
    font-size: 18px;
    font-weight: 600;
  }

  .text-block-180.modal-link-6 {
    color: #fad08b;
    background-color: #fff;
    border-radius: 4px;
    margin-top: 4px;
    padding-top: 11px;
    padding-bottom: 10px;
    font-size: 14px;
    text-decoration: none;
  }

  .text-block-181 {
    text-align: center;
    font-size: 24px;
  }

  .div-block-245 {
    margin-bottom: 6px;
    margin-right: 0;
  }

  .button-5 {
    padding-bottom: 18px;
    font-size: 17px;
  }

  .div-block-246 {
    max-width: 268px;
    margin-top: 25px;
  }

  .text-block-183 {
    margin-bottom: 11px;
    font-size: 15px;
  }

  .text-block-184 {
    text-align: center;
    font-size: 14px;
    line-height: 1.4;
  }

  .heading-3 {
    font-size: 28px;
    line-height: 1.3;
  }

  .heading-3.block {
    text-align: center;
    margin-bottom: 13px;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 32px;
    font-weight: 500;
    line-height: 1.3;
  }

  .heading-3._3 {
    margin-bottom: 17px;
    font-weight: 300;
  }

  .heading-3.bold-text-17 {
    font-size: 28px;
  }

  .div-block-247 {
    padding-top: 60px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-block-247._1, .div-block-247._2, .div-block-247._3 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-247._3.bold-text-17 {
    background-image: none;
    background-position: 0 0;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .div-block-247._5 {
    background-color: #ececec;
    flex-direction: row;
    padding-left: 40px;
    padding-right: 40px;
    display: block;
  }

  .div-block-247._6 {
    background-color: #1f1f1f;
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
    background-attachment: scroll;
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-247._7 {
    padding-left: 20px;
    padding-right: 20px;
    display: block;
  }

  .div-block-247._10 {
    padding-bottom: 30px;
    padding-left: 20px;
    padding-right: 20px;
    display: block;
  }

  .div-block-247._14 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .link-15 {
    width: 100%;
    padding-top: 17px;
    padding-bottom: 16px;
    font-size: 15px;
  }

  .div-block-248, .div-block-248._1 {
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-248._3 {
    margin-top: 40px;
  }

  .div-block-248._8 {
    margin-top: 45px;
    padding-left: 15px;
  }

  .div-block-248._12 {
    margin-top: 40px;
  }

  .text-block-187 {
    font-size: 15px;
  }

  .bold-text-15 {
    font-size: 24px;
  }

  .text-block-188 {
    font-size: 16px;
  }

  .bold-text-18 {
    font-size: 26px;
  }

  .bold-text-19 {
    text-align: center;
    font-size: 26px;
  }

  .bold-text-20 {
    font-size: 26px;
  }

  .div-block-251 {
    width: 100%;
  }

  .button-6 {
    min-width: 0;
    padding-left: 30px;
    padding-right: 30px;
  }

  .text-block-189 {
    font-size: 17px;
    font-weight: 600;
  }

  .bold-text-21, .bold-text-21._7 {
    font-size: 26px;
  }

  .text-block-191 {
    padding-left: 2px;
    font-size: 15px;
  }

  .text-block-191.sale {
    font-size: 16px;
  }

  .text-block-191._2 {
    width: 100%;
    text-align: center;
    padding-top: 11px;
    padding-bottom: 10px;
    font-size: 15px;
  }

  .div-block-253 {
    width: 100%;
    padding-top: 15px;
    padding-bottom: 12px;
  }

  .text-block-192 {
    margin-right: 0;
    padding-left: 0;
    font-size: 17px;
  }

  .text-block-194 {
    font-size: 15px;
  }

  .div-block-257 {
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-258 {
    margin-bottom: 11px;
  }

  .text-block-195 {
    margin-top: -9px;
    margin-left: 3px;
  }

  .rich-text-block-2 {
    font-size: 15px;
  }

  .text-block-196 {
    font-size: 16px;
  }

  .bold-text-25 {
    font-size: 17px;
  }

  .bold-text-36 {
    margin-top: 8px;
    font-size: 27px;
  }

  .text-block-198 {
    font-size: 15px;
  }

  .text-block-199._1 {
    margin-left: 85px;
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .tab-link-tab-1-4 {
    background-color: #fff;
    border: 1px solid #dfdfdf;
    margin-right: 0;
  }

  .tab-link-tab-1-4.w--current {
    text-align: center;
    background-color: #fff;
    border: 1px solid #000;
    margin-right: 0;
    padding-left: 40px;
  }

  .tab-link-tab-2-2 {
    text-align: center;
    border: 1px solid #dfdfdf;
    padding-left: 40px;
  }

  .tab-link-tab-2-2.w--current {
    background-color: #fff;
    border: 1px solid #000;
  }

  .div-block-262 {
    margin-bottom: 20px;
    padding: 0 5px;
  }

  .div-block-262.last {
    background-color: rgba(0, 0, 0, 0);
    padding-right: 5px;
  }

  .div-block-262.first {
    flex-direction: column;
    align-items: flex-start;
    padding: 0;
  }

  .text-block-201 {
    text-align: center;
  }

  .image-41 {
    margin-bottom: 10px;
  }

  .text-block-202 {
    display: none;
  }

  .text-block-202._1 {
    margin-top: 0;
    margin-left: 62px;
    padding-right: 0;
    display: block;
  }

  .text-block-202._1.modal-link-6 {
    width: 100%;
    text-align: left;
    padding-left: 0;
  }

  .text-block-203 {
    margin-top: 0;
    margin-left: 2px;
    font-size: 20px;
    font-style: normal;
  }

  .div-block-264 {
    min-height: 50px;
    min-width: 50px;
    background-color: #fff;
    transform: skew(0deg);
  }

  .div-block-265 {
    align-items: flex-start;
  }

  .text-block-204 {
    font-size: 17px;
    font-weight: 500;
  }

  .div-block-266 {
    margin-top: 7px;
    margin-left: 23px;
  }

  .text-block-205 {
    font-size: 16px;
    font-weight: 400;
  }

  .bold-text-42 {
    color: #fff;
    font-size: 26px;
  }

  .bold-text-43 {
    font-size: 24px;
    line-height: 1.5;
  }

  .div-block-267 {
    min-height: 151px;
    min-width: 276px;
  }

  .div-block-267._1 {
    min-height: auto;
    margin-bottom: 0;
    padding-left: 22px;
  }

  .text-block-206 {
    max-width: 180px;
    font-size: 16px;
  }

  .text-block-206._1 {
    margin-bottom: 20px;
  }

  .image-42 {
    width: 45px;
    margin-bottom: 6px;
  }

  .text-block-207 {
    margin-top: 0;
  }

  .text-block-208 {
    font-size: 16px;
  }

  .div-block-269 {
    padding-left: 20px;
  }

  .div-block-270 {
    width: 100%;
    padding-top: 22px;
    box-shadow: 6px 6px 12px -8px #dfdfdf;
  }

  .text-block-209 {
    background-color: #296fc0;
    border-style: none;
  }

  .text-block-210 {
    font-size: 15px;
  }

  .div-block-271 {
    margin-top: 31px;
  }

  .text-block-211 {
    margin-bottom: 12px;
    font-size: 15px;
  }

  .div-block-272._1 {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 40px;
    padding-top: 0;
    display: flex;
  }

  .link-16 {
    color: #1a1a1a;
    margin-top: 0;
    font-size: 17px;
    line-height: 1.4;
  }

  .link-17 {
    padding-right: 0;
  }

  .image-44 {
    width: 25px;
    min-height: 12px;
    margin-top: 3px;
  }

  .div-block-273._1 {
    margin-top: 5px;
  }

  .image-45 {
    width: 28px;
    max-height: 29px;
  }

  .div-block-275, .div-block-276 {
    display: block;
  }

  .div-block-277._1 {
    background-color: #fff;
    padding-top: 40px;
    padding-bottom: 15px;
    padding-left: 10px;
    display: block;
  }

  .text-block-213 {
    font-size: 16px;
  }

  .image-48 {
    margin-bottom: 25px;
    margin-right: 0;
  }

  .text-block-129 {
    font-size: 12px;
  }

  .link-19 {
    font-size: 11px;
  }

  .modal-background-6-2 {
    z-index: 999;
    display: none;
  }

  .form-block-7 {
    width: auto;
    max-width: none;
  }

  .personal-agreement-block-3 {
    width: auto;
    max-width: 265px;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .modal-heading-6 {
    font-size: 1.1em;
  }

  .text-block-216 {
    max-height: 345px;
    overflow: auto;
  }

  .link-block-2 {
    min-width: 57px;
  }

  .container-7 {
    max-width: none;
    flex-direction: row;
    margin-left: auto;
    margin-right: auto;
  }

  .nav-menu-7 {
    background-color: #fff;
    padding-bottom: 25px;
  }

  .div-block-280 {
    margin-top: 1px;
    margin-left: 0;
    padding-left: 30px;
  }

  .div-block-281 {
    background-color: #ff5356;
    margin-top: 15px;
    padding-top: 14px;
    padding-bottom: 12px;
    display: none;
  }

  .text-block-218 {
    margin-top: 1px;
    font-size: 29px;
  }

  .div-block-282 {
    padding-top: 17px;
    padding-bottom: 17px;
    position: relative;
  }

  .slide-32 {
    background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/000gl110.jpg');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
  }

  .slider-11 {
    min-height: 65vh;
  }

  .image-50 {
    width: 31px;
  }

  .div-block-283 {
    min-height: 55vh;
    padding-left: 0;
  }

  .heading-4 {
    margin-bottom: 25px;
    font-size: 30px;
    line-height: 1.4;
  }

  .div-block-285, .section-15 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .section-15._1 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .section-15._2 {
    padding-left: 0;
    padding-right: 0;
  }

  .heading-5 {
    margin-bottom: 9px;
    font-size: 24px;
    line-height: 1.5;
  }

  .heading-5._1 {
    font-size: 30px;
  }

  .div-block-287 {
    min-height: auto;
    border-style: none;
    border-color: #2d4166;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-287:hover {
    box-shadow: none;
  }

  .div-block-287.last {
    min-height: auto;
    margin-bottom: 0;
    padding-bottom: 40px;
  }

  .text-block-221 {
    margin-bottom: 24px;
    font-size: 25px;
  }

  .div-block-288 {
    display: block;
  }

  .text-block-222 {
    margin-bottom: 8px;
    font-size: 19px;
  }

  .text-block-223, .text-block-223._1 {
    font-size: 16px;
  }

  .div-block-290 {
    display: block;
  }

  .div-block-293 {
    max-width: none;
    min-width: auto;
  }

  .left-arrow-6 {
    display: none;
  }

  .div-block-295 {
    min-height: auto;
    min-width: 300px;
    margin-bottom: 10px;
    padding-left: 12px;
    padding-right: 12px;
  }

  .text-block-224 {
    width: 38px;
    height: 38px;
    font-size: 16px;
  }

  .div-block-296 {
    flex-direction: column;
  }

  .menu-button-5 {
    margin-top: 1px;
  }

  .menu-button-5.w--open {
    color: #555;
    background-color: #fff;
  }

  .icon-16 {
    color: #646468;
    padding-right: 30px;
    font-size: 42px;
  }

  .image-53 {
    width: 50px;
  }

  .image-54 {
    width: 100px;
    min-height: 100px;
  }

  .link-block-3._1 {
    max-width: 265px;
    font-size: 17px;
    display: none;
  }

  .link-block-3.m {
    min-width: 270px;
    margin-top: 0;
    font-size: 18px;
  }

  .link-block-3.m.spec {
    max-width: none;
    min-width: 230px;
    color: #fff;
    background-color: #ff6363;
    flex: none;
    margin-top: 24px;
    padding-bottom: 16px;
    font-size: 17px;
    font-weight: 500;
    display: block;
  }

  .link-block-3.m.spec:hover {
    background-color: #fc7b7b;
  }

  .section-16 {
    padding-top: 0;
  }

  .text-block-226 {
    font-size: 17px;
    font-style: italic;
    font-weight: 400;
  }

  .textarea-4 {
    width: 100%;
    max-width: none;
  }

  .link-21 {
    color: #030303;
    text-align: center;
    background-color: #f6e0a8;
    border-radius: 4px;
    padding: 12px 25px 10px;
    font-size: 17px;
    font-weight: 500;
    text-decoration: none;
    display: block;
  }

  .text-block-227 {
    color: #adadad;
    margin-top: -4px;
    margin-bottom: 19px;
    font-size: 15px;
  }

  .text-block-228 {
    font-weight: 400;
  }

  .italic-text-2 {
    font-size: 16px;
    font-style: normal;
  }

  .div-block-298 {
    align-items: center;
  }

  .text-block-229 {
    font-size: 16px;
    font-weight: 500;
  }

  .text-block-230 {
    font-size: 22px;
  }

  .div-block-299 {
    margin-top: 107px;
    margin-bottom: 48px;
  }

  .div-block-301 {
    max-width: 100%;
    min-width: 100%;
    padding-bottom: 24px;
    padding-left: 35px;
    padding-right: 35px;
  }

  .div-block-301:hover {
    transform: none;
  }

  .bold-text-59 {
    color: #fff;
  }

  .bold-text-59._1 {
    color: #0a0a0a;
  }

  .text-block-232 {
    margin-bottom: 43px;
    margin-left: auto;
    margin-right: auto;
    font-size: 16px;
  }

  .div-block-302 {
    padding-top: 0;
    padding-left: 25px;
    padding-right: 25px;
  }

  .div-block-303 {
    min-height: 481px;
    margin-top: 0;
  }

  .bold-text-60 {
    margin-bottom: -12px;
    font-size: 28px;
    line-height: 1.6;
    display: block;
  }

  .div-block-304 {
    max-width: 300px;
    color: #fff;
    background-color: #2c2c2c;
    border: 1px #696969;
    margin-bottom: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .text-block-237 {
    margin-bottom: 17px;
    font-size: 27px;
  }

  .text-block-238 {
    margin-top: 3px;
  }

  .banner-wrapper {
    margin-top: 120px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .page-wrapper {
    padding-top: 1vh;
    padding-bottom: 1vh;
  }

  .nav-menu-8 {
    width: 100%;
    min-height: auto;
    margin-top: 0;
    position: absolute;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: 0%;
  }

  .div-block-311 {
    max-width: none;
    padding-bottom: 40px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .img-l {
    width: 100%;
  }

  .text-block-241 {
    font-weight: 600;
  }

  .menu-button-7 {
    background-color: #ff3c40;
    font-size: 42px;
  }

  .menu-button-7.w--open {
    background-color: #ff3c40;
  }

  .nav-link-12 {
    color: #fff;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 16px;
  }

  .navbar-9 {
    min-height: 92px;
    background-color: #ff3c40;
    flex-direction: row-reverse;
    align-items: center;
    display: flex;
  }

  .icon-18 {
    color: #fff;
    background-color: #ff3c40;
  }

  .container-9 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .text-block-246 {
    color: #fff;
    flex-direction: column;
    flex: none;
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
    font-family: Montserrat, sans-serif;
    font-size: 22px;
    font-weight: 700;
  }

  .div-block-314 {
    flex-direction: column;
    flex: 1;
    justify-content: center;
    align-items: flex-start;
    display: flex;
  }

  .body-12 {
    font-family: Montserrat, sans-serif;
    line-height: 1.4;
  }

  .text-block-247 {
    color: #fff;
    font-size: 14px;
    font-weight: 600;
  }

  .text-block-248 {
    max-width: 300px;
    text-align: left;
    margin-bottom: 33px;
    font-size: 25px;
    font-weight: 600;
  }

  .div-block-316 {
    min-height: 85vh;
    background-color: #f3f3f3;
    border-bottom: 3px dashed #dbdbdb;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-bottom: 25px;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }

  .text-block-249 {
    max-width: 300px;
    text-align: left;
    margin-top: 25px;
    margin-bottom: 36px;
    font-size: 17px;
    font-weight: 400;
  }

  .telegram {
    text-align: center;
    background-color: #56b0ff;
    border-radius: 4px;
    margin-bottom: 15px;
    padding: 16px 25px 15px;
    font-size: 16px;
    font-weight: 500;
  }

  .whatsapp {
    text-align: center;
    background-color: #00db79;
    border-radius: 4px;
    margin-bottom: 15px;
    padding: 16px 25px 15px;
    font-size: 16px;
    font-weight: 500;
  }

  .viber {
    text-align: center;
    background-color: #b254ff;
    border-radius: 4px;
    margin-bottom: 15px;
    padding: 16px 25px 15px;
    font-size: 16px;
    font-weight: 500;
  }

  .vkontakte {
    text-align: center;
    background-color: #4c88ff;
    border-radius: 4px;
    margin-bottom: 15px;
    padding: 16px 25px 15px;
    font-size: 16px;
    font-weight: 500;
  }

  .image-58 {
    border-radius: 20px;
    margin-right: 0;
  }

  .image-59 {
    width: 90px;
    border-radius: 8px;
    margin-bottom: 30px;
    margin-right: 0;
  }

  .text-block-250 {
    max-width: 300px;
    text-align: left;
    flex: none;
    margin-bottom: 20px;
    font-size: 16px;
  }

  .div-block-317 {
    background-color: #f3f3f3;
    border-bottom: 3px dashed #ccc;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 60px 20px;
    display: flex;
  }

  .div-block-317._1 {
    background-color: #fff;
  }

  .button-10 {
    color: #fff;
    background-color: #ff3c40;
    border: 1px #053fff;
    border-radius: 4px;
    padding: 17px 35px 15px;
    font-size: 16px;
    font-weight: 600;
  }

  .bold-text-61 {
    color: #505050;
  }

  .div-block-318 {
    max-width: 300px;
    margin-bottom: 30px;
  }

  .div-block-319 {
    margin-top: -30px;
  }

  .div-block-320 {
    background-color: #f3f3f3;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .div-block-321 {
    width: 100%;
    max-width: 300px;
    color: #fff;
    font-size: 14px;
    text-decoration: none;
  }

  .div-block-322 {
    width: 100%;
    max-width: 300px;
    background-color: #fff;
    border: 1px solid #e2e2e2;
    border-radius: 4px;
    margin-bottom: 12px;
    padding-top: 18px;
    padding-bottom: 15px;
    padding-left: 18px;
    box-shadow: 1px 1px 2px -2px #000;
  }

  .text-block-251 {
    margin-bottom: 4px;
    padding-bottom: 5px;
    font-size: 16px;
    font-weight: 600;
  }

  .tel-link {
    color: #ff3c40;
    font-size: 16px;
    font-weight: 500;
    text-decoration: none;
  }

  .text-block-351 {
    width: 15px;
    box-shadow: none;
    background-color: #fff;
    padding-left: 0;
    padding-right: 0;
  }

  .faq-heading-2 {
    font-size: 18px;
    font-weight: 500;
  }

  .faq-image-holder-2 {
    padding-left: 0;
    padding-right: 0;
    display: none;
  }

  .faq-container-2 {
    margin-bottom: 0;
  }

  .f-page-qa {
    margin-top: 0;
    padding-left: 30px;
    padding-right: 30px;
  }

  .faq-text-holder-2 {
    padding-top: 10px;
    padding-left: 0;
    padding-right: 0;
  }

  .faq-text-2 {
    padding-top: 10px;
    font-size: 15px;
  }

  .faq-heading-holder-2 {
    border-bottom-style: dashed;
    border-bottom-color: #adadad;
    padding-right: 0;
  }

  .div-block-456 {
    display: block;
  }

  .div-block-456.spec {
    width: 100%;
    max-width: 300px;
    margin-top: 20px;
  }

  .image-60 {
    width: 25px;
  }

  .div-block-457 {
    width: 100%;
    max-width: 300px;
    margin-top: 7px;
  }

  .text-block-352 {
    border-bottom: 1px dashed #ddd;
    margin-bottom: 10px;
    padding-bottom: 8px;
    font-size: 15px;
  }

  .text-block-352.last {
    border-bottom-style: none;
  }

  .bold-text-62 {
    color: red;
  }

  .image-61 {
    border-radius: 4px;
    margin-top: 7px;
    margin-right: 0;
  }

  .nav-menu-9 {
    background-color: #2c2c2c;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .section-17, .section-18, .section-19, .section-20 {
    display: block;
  }

  .slider-12 {
    width: 100%;
    max-width: 300px;
    min-height: 575px;
    background-color: rgba(0, 0, 0, 0);
  }

  .right-arrow-11, .left-arrow-8 {
    color: #000;
    display: none;
  }

  .slide-nav-10 {
    display: none;
  }
}


@font-face {
  font-family: 'Futurapt';
  src: url('../fonts/FuturaPT-Bold.eot') format('embedded-opentype'), url('../fonts/FuturaPT-Bold.woff') format('woff'), url('../fonts/FuturaPT-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Futurapt';
  src: url('../fonts/FuturaPT-Medium.eot') format('embedded-opentype'), url('../fonts/FuturaPT-Medium.woff') format('woff'), url('../fonts/FuturaPT-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Futurapt';
  src: url('../fonts/FuturaPT-Light.eot') format('embedded-opentype'), url('../fonts/FuturaPT-Light.woff') format('woff'), url('../fonts/FuturaPT-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}