:root {
  --black: black;
  --white: white;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.w-commerce-commercecheckoutformcontainer {
  background-color: #f5f5f5;
  width: 100%;
  min-height: 100vh;
  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-commercecartapplepaybutton {
  color: #fff;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  background-color: #000;
  border-width: 0;
  border-radius: 2px;
  align-items: center;
  height: 38px;
  min-height: 30px;
  margin-bottom: 8px;
  padding: 0;
  text-decoration: none;
  display: flex;
}

.w-commerce-commercecartapplepayicon {
  width: 100%;
  height: 50%;
  min-height: 20px;
}

.w-commerce-commercecartquickcheckoutbutton {
  color: #fff;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  background-color: #000;
  border-width: 0;
  border-radius: 2px;
  justify-content: center;
  align-items: center;
  height: 38px;
  margin-bottom: 8px;
  padding: 0 15px;
  text-decoration: none;
  display: flex;
}

.w-commerce-commercequickcheckoutgoogleicon, .w-commerce-commercequickcheckoutmicrosofticon {
  margin-right: 8px;
  display: block;
}

.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-commercecheckoutblockcontent {
  background-color: #fff;
  border-bottom: 1px solid #e6e6e6;
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
  padding: 20px;
}

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

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

.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 {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.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-commerceboldtextblock {
  font-weight: 700;
}

.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 {
  -webkit-appearance: none;
  appearance: none;
  cursor: text;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

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

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

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

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

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

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

.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 {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-commerce-commercecheckoutorderitemswrapper {
  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-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-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: 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-commercecheckoutplaceorderbutton {
  color: #fff;
  cursor: pointer;
  -webkit-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-form-formradioinput--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

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

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

.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 {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.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;
}

.w-embed-youtubevideo {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/youtube-placeholder.2b05e7d68d.svg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.w-embed-youtubevideo:empty {
  min-height: 75px;
  padding-bottom: 56.25%;
}

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

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

.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 {
  margin-bottom: 20px;
}

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

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

@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-commercecheckoutemailinput, .w-commerce-commercecheckoutshippingfullname, .w-commerce-commercecheckoutshippingstreetaddress, .w-commerce-commercecheckoutshippingstreetaddressoptional {
    font-size: 16px;
  }

  .w-commerce-commercecheckoutrow {
    flex-direction: column;
  }

  .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, .w-commerce-commercecheckoutbillingcountryselector {
    font-size: 16px;
  }
}

body {
  color: #1a1b1f;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 28px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 15px;
  font-size: 44px;
  font-style: normal;
  font-weight: 400;
  line-height: 62px;
}

h2 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 36px;
  font-weight: 400;
  line-height: 50px;
}

h3 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 30px;
  font-weight: 400;
  line-height: 46px;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 400;
  line-height: 38px;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 500;
  line-height: 34px;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
}

p {
  margin-bottom: 10px;
}

a {
  color: #2767c5;
  text-decoration: underline;
  transition: opacity .2s;
  display: flex;
}

a:hover {
  color: #00419f;
}

a:active {
  color: #43464d;
}

a:visited {
  color: #59009f;
}

ul {
  margin-top: 20px;
  margin-bottom: 10px;
  padding-left: 40px;
  list-style-type: disc;
}

li {
  margin-bottom: 10px;
}

img {
  display: block;
}

label {
  color: #000;
  letter-spacing: 1px;
  text-transform: none;
  margin-bottom: 10px;
  font-family: Roboto, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
}

blockquote {
  border-left: 5px solid #e2e2e2;
  margin-top: 25px;
  margin-bottom: 25px;
  padding: 15px 30px;
  font-size: 20px;
  line-height: 34px;
}

figure {
  margin-top: 25px;
  padding-bottom: 20px;
}

figcaption {
  opacity: .6;
  text-align: center;
  margin-top: 5px;
  font-size: 14px;
  line-height: 26px;
}

.divider {
  background-color: #eee;
  height: 1px;
}

.styleguide-content-wrap {
  text-align: center;
}

.section {
  margin-left: 0;
  margin-right: 0;
}

.section.cc-cta {
  background-color: #f4f4f4;
  padding-left: 80px;
  padding-right: 80px;
}

.section.cc-store-home-wrap {
  border: 1px #333;
  border-right-color: #1a1b1f;
  margin: 32px 0;
}

.section.cc-store-home-wrap.hidden {
  display: none;
}

.section.cc-store-home-wrap.demo {
  margin-bottom: 0;
}

.section.footer2 {
  color: #000;
  margin-bottom: 0;
  padding-top: 32px;
  padding-bottom: 32px;
  font-size: 18px;
}

.styleguide-block {
  text-align: left;
  flex-direction: column;
  align-items: center;
  margin-top: 80px;
  margin-bottom: 80px;
  display: block;
}

.container {
  width: 100%;
  max-width: 1140px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0;
}

.container.footer {
  padding-left: 10px;
  padding-right: 10px;
}

.paragraph-tiny {
  font-size: 12px;
  line-height: 20px;
}

.paragraph-bigger {
  opacity: 1;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 400;
  line-height: 34px;
}

.paragraph-bigger.cc-bigger-light {
  opacity: .6;
}

.button {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  border-radius: 0;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .4s, opacity .4s, color .4s;
}

.button:hover {
  color: #fff;
  background-color: #32343a;
}

.button:active {
  background-color: #43464d;
}

.button.cc-jumbo-button {
  padding: 16px 35px;
  font-size: 14px;
  line-height: 26px;
}

.button.cc-contact-us {
  z-index: 5;
  position: relative;
}

.button.cc-white-button {
  color: #202020;
  background-color: #fff;
  padding: 16px 35px;
  font-size: 14px;
  line-height: 26px;
}

.button.cc-white-button:hover {
  background-color: #fffc;
}

.button.cc-white-button:active {
  background-color: #ffffffe6;
}

.label {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

.label.cc-styleguide-label {
  margin-bottom: 25px;
}

.label.cc-light {
  opacity: .6;
}

.label.cc-blog-date {
  opacity: .6;
  margin-top: 20px;
}

.heading-jumbo-tiny {
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 500;
  line-height: 32px;
}

.rich-text {
  width: 70%;
  margin-bottom: 100px;
  margin-left: auto;
  margin-right: auto;
}

.rich-text p {
  opacity: .6;
  margin-top: 15px;
  margin-bottom: 25px;
}

.paragraph-light {
  opacity: .6;
}

.h1-w {
  text-align: left;
  text-transform: none;
  margin: 10px 0;
  padding-left: 0;
  padding-right: 0;
  font-size: 108px;
  font-weight: 800;
  line-height: 108px;
}

.heading-jumbo-small {
  text-transform: none;
  margin-top: 10px;
  margin-bottom: 15px;
  font-size: 36px;
  font-weight: 400;
  line-height: 50px;
}

.styleguide-button-wrap {
  margin-top: 10px;
  margin-bottom: 10px;
}

.styleguide-header-wrap {
  color: #fff;
  text-align: center;
  background-color: #1a1b1f;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 460px;
  padding: 30px;
  display: flex;
}

.paragraph-small {
  font-size: 14px;
  line-height: 26px;
}

.logo-link {
  z-index: 1;
}

.logo-link:hover {
  opacity: .8;
}

.logo-link:active {
  opacity: .7;
}

.menu {
  z-index: 0;
  color: #000;
  text-transform: capitalize;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 1140px;
  margin-left: 0;
  margin-right: 0;
  display: flex;
  position: absolute;
  inset: 0%;
}

.navigation-wrap {
  flex: 1;
  justify-content: space-between;
  align-self: flex-start;
  align-items: center;
  max-width: 1140px;
  padding-top: 20px;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.navigation {
  color: #000;
  letter-spacing: normal;
  background-color: #0000;
  border-bottom: 1px #000;
  justify-content: space-between;
  align-items: center;
  padding: 0;
  font-family: Roboto, sans-serif;
  font-style: normal;
  display: block;
}

.navigation.nav2 {
  background-image: none;
}

.navigation-item {
  opacity: 1;
  color: #2767c5;
  text-align: left;
  letter-spacing: 0;
  text-transform: none;
  flex: none;
  justify-content: flex-start;
  align-self: flex-start;
  margin-top: 0;
  margin-left: 0;
  padding: 0 22px 9px 10px;
  font-family: Roboto, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  text-decoration: underline;
}

.navigation-item:hover {
  opacity: 1;
  color: #00419f;
}

.navigation-item:active {
  opacity: .8;
}

.navigation-item:visited {
  color: #59009f;
}

.navigation-item.w--current {
  opacity: 1;
  color: #1a1b1f;
  font-weight: 600;
}

.navigation-item.w--current:hover {
  opacity: .8;
  color: #32343a;
}

.navigation-item.w--current:active {
  opacity: .7;
  color: #32343a;
}

.logo-image {
  display: block;
}

.navigation-items {
  flex: 1;
  justify-content: center;
  align-self: flex-start;
  align-items: center;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.footer-wrap {
  justify-content: center;
  align-items: center;
  padding-top: 70px;
  padding-bottom: 70px;
  display: flex;
}

.webflow-link {
  opacity: .5;
  align-items: center;
  text-decoration: none;
  transition: opacity .4s;
  display: flex;
}

.webflow-link:hover {
  opacity: 1;
}

.webflow-link:active {
  opacity: .8;
}

.webflow-logo-tiny {
  margin-top: -2px;
  margin-right: 8px;
}

.cta-text {
  width: 70%;
  margin-bottom: 35px;
  margin-left: auto;
  margin-right: auto;
}

.cta-wrap {
  text-align: center;
  justify-content: center;
  padding-top: 110px;
  padding-bottom: 120px;
  display: flex;
}

.intro-header {
  color: #000;
  background-color: #f4f4f4;
  background-image: url('../images/Тест-подложка1.png');
  background-position: 0 0;
  background-size: cover;
  justify-content: center;
  align-items: center;
  height: 620px;
  margin-bottom: 100px;
  display: flex;
}

.intro-header.cc-subpage {
  color: #fff;
  background-color: #000;
  background-image: none;
  height: 480px;
}

.intro-content {
  text-align: center;
  width: 70%;
  max-width: 1140px;
}

.motto-wrap {
  text-align: center;
  width: 80%;
  margin-bottom: 85px;
  margin-left: auto;
  margin-right: auto;
}

.about-story-wrap {
  text-align: center;
  width: 80%;
  margin: 80px auto;
}

.our-services-grid {
  grid-column-gap: 80px;
  grid-row-gap: 60px;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-areas: ". . ."
                       ". . .";
  margin-bottom: 120px;
}

.section-heading-wrap {
  text-align: center;
  margin-top: 80px;
  margin-bottom: 80px;
}

.service-icon {
  margin-bottom: 30px;
}

.status-message {
  color: #fff;
  text-align: center;
  background-color: #202020;
  padding: 9px 30px;
  font-size: 14px;
  line-height: 26px;
}

.status-message.cc-success-message {
  background-color: #12b878;
}

.status-message.cc-error-message {
  background-color: #db4b68;
}

.status-message.cc-no-data {
  width: 70%;
  margin: 100px auto;
  display: block;
}

.contact-form-wrap {
  border: 1px solid #eee;
  padding: 45px 50px 50px;
}

.contact-form-grid {
  grid-column-gap: 80px;
  grid-row-gap: 30px;
  grid-template: ". ."
  / 2.5fr 1fr;
  align-items: start;
  margin-top: 100px;
  margin-bottom: 100px;
}

.details-wrap {
  margin-bottom: 30px;
}

.get-in-touch-form {
  flex-direction: column;
  display: flex;
}

.text-field {
  border: 1px solid #e4e4e4;
  border-radius: 0;
  margin-bottom: 18px;
  padding: 21px 20px;
  font-size: 14px;
  line-height: 26px;
  transition: border-color .4s;
}

.text-field:hover {
  border-color: #e3e6eb;
}

.text-field:active, .text-field:focus {
  border-color: #43464d;
}

.text-field::placeholder {
  color: #32343a66;
}

.text-field.cc-contact-field {
  margin-bottom: 25px;
}

.text-field.cc-textarea {
  height: 200px;
  padding-top: 12px;
}

.contact-form {
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.contact-form-heading-wrap {
  margin-bottom: 40px;
}

.contact-heading {
  margin-top: 0;
  margin-bottom: 15px;
  font-weight: 400;
}

.map {
  height: 460px;
  margin-bottom: 100px;
  line-height: 20px;
}

.contact-team-name-wrap {
  margin-bottom: 30px;
}

.our-contacts {
  grid-column-gap: 80px;
  grid-row-gap: 60px;
  text-align: center;
  grid-template: ". . ."
  / 1fr 1fr 1fr;
  margin-bottom: 120px;
}

.contact-team-details-wrap {
  margin-top: 30px;
}

.contact-team-pic {
  background-color: #f4f4f4;
  height: 150px;
  margin-bottom: 30px;
}

.team-pic {
  background-color: #f4f4f4;
  width: 100%;
  height: 420px;
  margin-bottom: 40px;
}

.team-members {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-areas: ". . ."
                       ". . .";
  margin-bottom: 60px;
}

.team-member-title-wrap {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 60px;
  display: flex;
}

.team-member-name {
  opacity: 1;
  margin-bottom: 5px;
  font-size: 20px;
  font-weight: 400;
  line-height: 34px;
}

.projects-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template: "."
                 "."
                 "."
                 / 1fr;
  margin-bottom: 60px;
}

.project-name-wrap {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 60px;
  display: flex;
}

.project-name-link {
  margin-bottom: 5px;
  font-size: 20px;
  font-weight: 400;
  line-height: 34px;
  text-decoration: none;
}

.project-name-link:hover {
  opacity: .8;
}

.project-name-link:active {
  opacity: .7;
}

.project-cover-link {
  margin-bottom: 40px;
}

.project-cover-link:hover {
  opacity: .8;
}

.project-cover-link:active {
  opacity: .7;
}

.project-overview-header {
  color: #fff;
  background-color: #f4f4f4;
  background-image: url('../images/portfolio-1---wide.svg');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  height: 620px;
  margin-bottom: 100px;
  display: flex;
}

.project-overview-header.cc-project-2-header {
  background-image: url('../images/portfolio-2---wide.svg');
  background-position: 50%;
}

.project-details-grid {
  grid-column-gap: 80px;
  grid-row-gap: 30px;
  grid-template: ". ."
  / 1fr 2fr;
  align-items: start;
  margin-top: 100px;
  margin-bottom: 100px;
}

.project-pics {
  margin-bottom: 120px;
}

.detail-image {
  width: 100%;
  margin-bottom: 30px;
}

.blog-detail-header-wrap {
  width: 70%;
  margin: 60px auto;
}

.detail-header-image {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: cover;
  width: 100%;
  height: 620px;
  margin-bottom: 60px;
  display: block;
}

.detail-header-image.w--current {
  margin-bottom: 60px;
}

.blog-list-wrap {
  margin-bottom: 100px;
}

.blog-item {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  margin-bottom: 80px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.blog-preview-image {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: cover;
  width: 100%;
  height: 620px;
  margin-bottom: 45px;
  transition: opacity .6s;
  display: block;
}

.blog-preview-image:hover {
  opacity: .8;
}

.blog-preview-image:active {
  opacity: .7;
}

.blog-summary-wrap {
  text-align: left;
  width: 70%;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
}

.blog-heading-link {
  margin-bottom: 10px;
  font-size: 30px;
  font-weight: 400;
  line-height: 46px;
  text-decoration: none;
}

.blog-heading-link:hover {
  opacity: .8;
}

.blog-heading-link:active {
  opacity: .7;
}

.contact-email-link {
  opacity: .6;
  margin-bottom: 5px;
}

.contact-email-link:hover {
  opacity: 1;
}

.contact-email-link:active {
  opacity: .8;
}

.protected-form {
  flex-direction: column;
  display: flex;
}

.protected-wrap {
  justify-content: center;
  padding-top: 90px;
  padding-bottom: 100px;
  display: flex;
}

.protected-heading {
  margin-bottom: 30px;
}

.utility-page-wrap {
  color: #fff;
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  padding: 30px;
  display: flex;
}

._404-wrap {
  background-color: #1a1b1f;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 30px;
  display: flex;
}

._404-content-wrap {
  margin-bottom: 20px;
}

.heading-1 {
  z-index: 2;
  color: #000;
  text-align: left;
  margin: 0 -16px 24px 0;
  font-size: 88px;
  font-weight: 800;
  line-height: 100px;
  position: relative;
}

.heading-1.sobakapav {
  margin-top: 48px;
  margin-bottom: 24px;
}

.heading-1.main {
  font-size: 88px;
  font-style: normal;
  line-height: 80px;
}

.heading-1._40 {
  margin-bottom: 40px;
}

.heading-1.white {
  color: #fff;
}

.subh1 {
  color: #000;
  text-align: left;
  margin: 0 -20px 16px 0;
  font-family: Roboto, sans-serif;
  font-size: 56px;
  font-weight: 300;
  line-height: 68px;
}

.subh1.top-block {
  margin-top: 0;
  margin-bottom: 16px;
}

.subh1.bigtext {
  margin-top: 48px;
  margin-bottom: 0;
  font-family: Roboto, sans-serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 44px;
  display: block;
  position: relative;
}

.subh1.bigtext.after3 {
  margin-top: 0;
}

.subh1.bigtext.business {
  margin-top: 32px;
}

.subh1.bigtext.feed {
  margin-top: 24px;
  margin-bottom: 24px;
}

.subh1.bigtext.hidden {
  display: none;
}

.subh1.bigtext._64 {
  margin-top: 64px;
}

.subh1.bigtext.lgr {
  margin-top: 40px;
  margin-bottom: 10px;
  margin-right: 0;
}

.subh1.notsobig {
  margin-top: 8px;
  font-family: Roboto, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
}

.subh1.notsobig.feed {
  margin-bottom: 20px;
  padding-left: 10px;
}

.subh1.notsobig.texts {
  margin-top: 8px;
  margin-right: 0;
  font-size: 24px;
}

.subh1.notsobig.texts._1 {
  margin-right: -10px;
}

.subh1.notsobig.payblock {
  color: #7da4ff;
  margin-top: 0;
  margin-bottom: 8px;
  padding-top: 0;
  padding-left: 20px;
  font-size: 48px;
  line-height: 48px;
}

.subh1.notsobig._2 {
  margin-right: 20px;
}

.subh1.notsobig.center {
  text-align: center;
  margin-right: 0;
}

.subh1.notsobig.center.table {
  margin-bottom: 8px;
  font-size: 20px;
}

.subh1.notsobig._8 {
  margin-top: 8px;
}

.subh1.notsobig._0 {
  margin-right: 0;
}

.subh1.notsobig.center-copy {
  text-align: center;
  margin-right: 0;
}

.subh1.notsobig.table {
  margin-right: 0;
  font-size: 22px;
  line-height: 28px;
}

.subh1.sub2 {
  align-self: auto;
  font-size: 24px;
  line-height: 32px;
}

.subh1.h2 {
  font-size: 32px;
  line-height: 44px;
}

.subh1.main {
  margin-top: 32px;
  font-size: 48px;
  line-height: 56px;
}

.subh1.main._2 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Roboto, sans-serif;
  font-size: 32px;
  line-height: 42px;
}

.subh1.main._2.minus {
  margin-left: -34px;
}

.subh1.main.minus {
  margin-top: 16px;
  margin-left: 50px;
}

.subh1.main.dash {
  margin-top: 16px;
  margin-left: 0;
}

.subh1.textinslide {
  color: #000;
  margin-top: 0;
  margin-left: 130px;
  padding-top: 56px;
  font-family: Roboto, sans-serif;
}

.subh1.shift1 {
  opacity: 1;
  color: #333;
  margin-left: 0;
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
}

.subh1.shift1.orange {
  color: #ffa535;
}

.subh1.shift1._12 {
  margin-bottom: 12px;
}

.subh1.shift1._2 {
  margin-bottom: 16px;
  font-size: 32px;
  line-height: 42px;
}

.subh1.shift1._2.white {
  color: #fff;
}

.subh1.shift1.grey {
  opacity: 1;
  color: #c4c4c4;
}

.subh1.shift2 {
  opacity: .5;
  margin-left: 0;
  font-size: 48px;
  line-height: 56px;
}

.subh1.minus {
  margin-left: 60px;
}

.subh1.hide {
  display: none;
}

.heading-2 {
  color: #000;
  width: auto;
  margin: 48px 0 16px;
  font-family: Montserrat, sans-serif;
  font-size: 56px;
  font-weight: 300;
  line-height: 68px;
}

.heading-2.smoller {
  margin-top: 0;
}

.heading-2.author {
  margin-top: -10px;
}

.heading-2.grey {
  line-height: 64px;
}

.heading-2.ua {
  margin-top: 0;
  padding-top: 48px;
  font-size: 32px;
  line-height: 40px;
}

.heading-2._0 {
  margin-top: 0;
}

.heading-2._32 {
  margin-top: 32px;
}

.heading-2.success {
  text-align: left;
  position: relative;
}

.heading-2.center {
  text-align: center;
}

.heading-2.hide {
  display: none;
}

.heading-2._2 {
  margin-right: 20px;
}

.heading-2._64 {
  margin-top: 52px;
}

.heading-2.lgr {
  color: #fff;
  margin-top: 120px;
}

.heading-2.small {
  font-size: 40px;
  line-height: 56px;
}

.text {
  color: #000;
  text-transform: none;
  margin-left: 0;
  margin-right: 0;
  padding-right: 0;
  font-family: Roboto, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
  display: inline;
}

.text.brand {
  font-size: 32px;
}

.text.module {
  padding-top: 0;
  padding-left: 12px;
  line-height: 24px;
  display: block;
}

.text.dropmenu {
  line-height: 28px;
}

.text.moduls2 {
  padding-left: 0;
  line-height: 30px;
}

.text.bread {
  font-size: 18px;
}

.text.bread.thin {
  color: #000;
  font-size: 16px;
  line-height: 24px;
}

.text.bread.thin._2 {
  align-self: center;
  font-size: 18px;
  line-height: 32px;
  display: block;
}

.text.bread.thin._1 {
  align-self: center;
  display: block;
}

.text.header {
  text-align: right;
  justify-content: flex-end;
  line-height: 28px;
  display: flex;
}

.text.head {
  line-height: 28px;
}

.text.head.hide {
  width: 300px;
  display: none;
}

.text.head.hide._5 {
  display: none;
}

.text.head.hide._5.white {
  color: #fff;
}

.text.head.hide2, .text.head.hide2.main {
  display: none;
}

.text.head.main {
  display: inline;
}

.block-quote {
  color: #000;
  border-left-width: 0;
  width: auto;
  margin-top: 8px;
  margin-bottom: 0;
  margin-left: 0;
  padding: 0 0 8px;
  font-family: Roboto, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  position: relative;
}

.block-quote.howto {
  width: 100%;
  margin-left: 0;
}

.block-quote.slider {
  margin-bottom: 0;
  padding-bottom: 0;
  display: block;
}

.block-quote.slider.right {
  text-align: right;
}

.block-quote.moduls {
  margin-bottom: 0;
  padding-bottom: 0;
}

.block-quote.grayquote {
  color: #555;
}

.block-quote.texts {
  text-align: left;
  background-image: url('../images/yellow-text.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 300px;
  width: 90%;
  margin-top: 8px;
  margin-left: 5%;
}

.column {
  text-align: left;
  margin-bottom: 0;
  padding-top: 0;
}

.column.blue {
  background-image: none;
  margin-bottom: 0;
  padding-right: 20px;
}

.column.slider {
  margin-top: 16px;
  margin-bottom: 0;
  display: block;
}

.column.author {
  margin-top: 48px;
  margin-bottom: 24px;
}

.heading-3 {
  color: #000;
  margin-top: 32px;
  margin-bottom: 8px;
  font-size: 32px;
  font-weight: 300;
  line-height: 40px;
  position: relative;
}

.heading-3.footer {
  margin-bottom: 10px;
  font-size: 30px;
  line-height: 36px;
}

.heading-3.form {
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 40px;
  padding-top: 12px;
  font-weight: 800;
}

.heading-3.form.main {
  margin-right: 0;
  padding-right: 20px;
}

.heading-3._3-col {
  margin-top: 8px;
  margin-bottom: 8px;
}

.heading-3.top-block {
  z-index: 1;
  margin-top: 0;
  margin-left: 100px;
  position: relative;
}

.heading-3.top-block.feed {
  align-self: flex-end;
}

.heading-3.top-block.art {
  margin-left: 40px;
}

.heading-3.success {
  text-align: left;
}

.heading-3.percent {
  color: #858585;
  font-size: 40px;
  line-height: 48px;
  display: none;
}

.block-number {
  border-left-width: 0;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 86px;
  font-size: 108px;
  font-weight: 800;
  line-height: 108px;
}

.section-2 {
  color: #000;
  margin-left: -40px;
  margin-right: 0;
  padding-top: 30px;
  padding-left: 40px;
  font-size: 18px;
}

.section-2.jk4 {
  background-image: url('../images/JK2-Gray-1.png');
  background-position: -300px -30px;
  background-size: contain;
}

.section-2.gray {
  background-image: url('../images/JK2-Gray-2.png');
}

.section-2.crayola {
  background-image: url('../images/Crayola.4x.png');
}

.section-2.orange {
  background-image: url('../images/orange.3x.png');
}

.section-2.cream {
  background-image: url('../images/cream.4x.png');
}

.section-2.new-heder {
  background-image: url('../images/blue.1.5x-cut.png');
  background-position: 0 -100px;
  background-size: 400px;
}

.section-2.narrow {
  background-image: none;
}

.section-2.head {
  padding-top: 0;
}

.section-3 {
  color: #000;
  margin-left: 0;
  margin-right: 0;
  padding-top: 0;
  display: block;
  position: static;
}

.section-3.jk3 {
  background-image: none;
}

.section-3.hide {
  display: none;
}

.column-2.jk3 {
  background-image: url('../images/cream.1x.png');
  background-size: 100%;
}

.column-2.peach {
  background-image: url('../images/peach.1x.png');
}

.column-2.blue {
  background-image: url('../images/blue.1.5x_1.png');
  background-position: 50% -10px;
}

.container-2 {
  max-width: 1140px;
  padding-top: 30px;
  padding-left: 10px;
  padding-right: 10px;
}

.container-2.top-columns {
  padding-top: 60px;
}

.container-2.top-container2 {
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
  padding-top: 56px;
}

.container-2.top-container2.tech {
  background-image: url('../images/tech1.png');
  background-position: 0 40px;
  background-repeat: no-repeat;
  background-size: 649px;
  margin-bottom: 56px;
}

.container-2.top-container2.student {
  background-image: url('../images/result3.png');
  background-position: 30% 45%;
  background-repeat: no-repeat;
  background-size: 458px;
}

.container-2.top-container2.business {
  background-image: url('../images/bus1.png');
  background-position: 0 40px;
  background-repeat: no-repeat;
  background-size: 453px;
}

.container-2.top-container2.team {
  background-image: url('../images/ecomom-2.png');
  background-position: 10px 20px;
  background-repeat: no-repeat;
}

.container-2.top-container2.story {
  background-image: url('../images/как1.png');
  background-repeat: no-repeat;
  background-size: 870px;
}

.container-2.top-container2.eco {
  background-image: url('../images/ecomom-1-1.png');
  background-position: 0 5%;
  background-repeat: no-repeat;
  background-size: 755px;
}

.container-2.top-container2.sobakapav {
  background-image: none;
  padding-top: 0;
}

.container-2.top-container2.feed {
  background-position: 0%;
  background-size: 700px;
}

.container-2.top-container2.texts {
  background-image: url('../images/text1.png');
  background-position: 60% 150px;
  background-repeat: no-repeat;
  background-size: 419px;
}

.container-2.top-container2.lisense {
  background-image: url('../images/blue8.png');
  background-position: 70% 150px;
  background-repeat: no-repeat;
  background-size: 511px;
}

.container-2.top-container2.mio {
  background-image: url('../images/как4.png');
  background-position: 0 160px;
  background-repeat: no-repeat;
  background-size: 639px;
}

.container-2.top-container2.prog {
  background-image: url('../images/blue8.png');
  background-position: 30px 40px;
  background-repeat: no-repeat;
  background-size: 530px;
  margin-bottom: 48px;
}

.container-2.top-container2.main {
  background-image: none;
  padding-top: 0;
}

.container-2.top-container2.comp {
  background-image: url('../images/blue1.png');
  background-position: 0 20px;
  background-repeat: no-repeat;
  background-size: auto;
  padding-top: 62px;
}

.container-2.top-container2.howto {
  background-image: url('../images/как1.png');
  background-repeat: no-repeat;
  background-size: 870px;
}

.container-2.top-container2.idea {
  background-image: url('../images/суть1.png');
  background-position: 0 -30px;
  background-repeat: no-repeat;
  background-size: 600px;
}

.container-2.top-container2.authors {
  background-image: url('../images/blue9.png');
  background-repeat: no-repeat;
  background-size: 870px;
}

.container-2.top-container2.self {
  background-image: url('../images/orange1.png');
  background-position: 70% 80px;
  background-repeat: no-repeat;
  background-size: auto;
}

.container-2.top-container2.demo {
  padding-right: 0;
}

.container-2.top-container2.articles {
  background-image: url('../images/как1.png');
  background-repeat: no-repeat;
  background-size: 870px;
}

.container-2.top-container2.bm {
  background-image: url('../images/ecomom-1-1_1.png');
  background-position: 0 100px;
  background-repeat: no-repeat;
  background-size: auto;
}

.container-2.top-container2.focus {
  background-image: url('../images/orange7.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: auto;
}

.container-2.top-container2.short {
  background-image: url('../images/orange1.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: auto;
}

.container-2.top-container2.composition {
  background-image: url('../images/orange7.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 700px;
}

.container-2.main {
  padding-top: 40px;
  position: relative;
}

.container-3 {
  max-width: 1140px;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0 10px 0 0;
}

.container-3.geen {
  background-image: url('../images/green.3px.png');
}

.container-3.orange {
  background-image: url('../images/orange.3x.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 400px;
  padding-left: 10px;
  padding-right: 10px;
}

.container-3.peach {
  background-image: url('../images/peach.3x.png');
}

.container-3.gray {
  background-image: url('../images/JK2-Gray-2.png');
}

.container-3.crayola {
  background-image: url('../images/Crayola.3x.png');
}

.container-3.cream {
  background-image: url('../images/cream.3x.png');
}

.container-3.blue {
  background-image: url('../images/blue.5x_1.png');
  background-repeat: no-repeat;
  background-size: 800px;
  padding-left: 10px;
  padding-right: 10px;
}

.container-3.green {
  background-image: url('../images/green.3px.png');
}

.container-3.bigblue {
  background-image: url('../images/blue.3x.png');
  background-repeat: no-repeat;
  background-size: 800px;
}

.container-3.longorange {
  background-image: url('../images/orange.5x.png');
  background-repeat: no-repeat;
  background-size: 800px;
}

.container-3.yellow {
  background-image: none;
  padding-left: 10px;
  padding-right: 10px;
}

.container-3.lgr {
  padding-left: 10px;
}

.heading-4 {
  margin-top: 42px;
  margin-bottom: 16px;
  padding-left: 0;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-weight: 800;
  line-height: 32px;
  text-decoration: none;
}

.heading-4._2 {
  margin-top: 56px;
}

.heading-4.drop {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
}

.heading-4.quote {
  border: 1px #000;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 18px;
  line-height: 28px;
}

.heading-4.a {
  margin-top: 32px;
  padding-top: 12px;
  font-weight: 400;
  display: none;
}

.heading-4.footer {
  margin-top: 32px;
}

.heading-4.footer._12 {
  padding-top: 12px;
  font-family: Pangolin, sans-serif;
}

.heading-4.business {
  font-weight: 300;
}

.columns {
  margin-left: 0;
}

.columns.footer3 {
  padding-top: 40px;
}

.columns.footer4 {
  background-image: url('../images/image-28.png');
  background-position: -42px;
  background-repeat: no-repeat;
  background-size: 400px;
  margin-left: 0;
  margin-right: 0;
}

.columns.footer5 {
  min-width: 1140px;
  margin-bottom: 0;
}

.columns.footer5.header {
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  margin-bottom: 0;
  padding-bottom: 24px;
}

.columns.footer5.header.main {
  background-image: none;
}

.form-block {
  z-index: 1000;
  background-color: #fff;
  border: 1px solid #e2e2e2;
  width: auto;
  min-height: auto;
  margin: 48px auto auto;
  padding-left: 10px;
  padding-right: 10px;
  display: block;
  position: static;
}

.form-block.basic.main {
  border-style: none;
  padding-left: 0;
}

.form-block.comp {
  border-style: none;
  margin-top: 0;
  padding-left: 0;
  display: none;
}

.form-block.demo {
  border-style: none;
  margin-top: 0;
  padding-left: 0;
}

.bold-text {
  color: #000;
}

.body {
  font-weight: 300;
}

.div-block {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-right: 20px;
  display: block;
}

.div-block.idea {
  height: 280px;
  display: block;
}

.div-block.idea._2 {
  height: auto;
}

.div-block.techrec {
  justify-content: flex-start;
  height: auto;
  padding-right: 20px;
  display: block;
}

.div-block.stat {
  margin-right: 24px;
}

.div-block.business {
  height: 400px;
}

.div-block.student, .div-block.howto {
  display: block;
}

.div-block.story {
  justify-content: space-between;
  display: flex;
}

.div-block.author {
  margin-top: 48px;
  display: block;
}

.div-block.uc {
  margin-top: 0;
  padding-top: 8px;
}

.div-block.prog {
  width: auto;
  height: 300px;
}

.div-block.im {
  height: 220px;
  margin-top: 8px;
  margin-bottom: -16px;
  padding-bottom: 0;
}

.text-block {
  text-align: right;
  text-transform: none;
  flex: none;
  order: 0;
  align-self: flex-start;
  margin-left: 0;
  margin-right: 10px;
  padding-top: 0;
  padding-left: 0;
  font-family: Roboto, sans-serif;
  display: block;
  position: static;
}

.text-block.header {
  margin-top: 8px;
}

.link {
  color: #2767c5;
  text-align: right;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 0;
  font-family: Roboto, sans-serif;
  font-size: 18px;
  display: inline;
}

.link:hover {
  color: #00419f;
}

.link:visited {
  color: #59009f;
}

.link.bread {
  font-weight: 400;
  line-height: 0;
}

.link.page {
  line-height: 24px;
}

.link.page:visited {
  color: #2767c5;
}

.link.drophead {
  border: 0 #2767c5;
  border-bottom: 1px solid #2767c5;
  width: auto;
  margin-bottom: 8px;
  font-family: Roboto, sans-serif;
  text-decoration: none;
  display: inline;
}

.link.dropheadlist {
  text-align: left;
  display: block;
}

.link.white {
  color: #fff;
}

.link.black {
  color: #000;
}

.link.lightblue {
  color: #9ecfff;
}

.link.notviolet:visited {
  color: #2767c5;
}

.link.dark {
  color: #3898ec;
}

.list {
  z-index: 1;
  color: #000;
  text-align: left;
  margin-top: 8px;
  margin-bottom: 8px;
  margin-left: -20px;
  font-family: Roboto, sans-serif;
  font-size: 18px;
  font-weight: 400;
  position: relative;
}

.list.top-block {
  margin-top: 16px;
  margin-left: 60px;
}

.list.top-block.team {
  margin-top: 16px;
}

.list.top-block.texts {
  margin-top: 16px;
  margin-left: 0;
}

.list.top-block.texts.hide {
  display: none;
}

.list.top-block.uc {
  margin-top: 8px;
  margin-left: 0;
}

.list.top-block.mio {
  margin-top: 30px;
  margin-left: 0;
}

.list.top-block.art {
  margin-left: 20px;
  padding-left: 20px;
}

.list.top-block._12 {
  margin-top: -12px;
}

.list.begin {
  margin-top: 8px;
}

.list.prog {
  margin-left: 0;
}

.list.arrow {
  height: auto;
  margin-left: 0;
}

.list._10 {
  margin-left: -16px;
  padding-left: 0;
}

.list._0 {
  margin-top: 0;
}

.list.art2 {
  margin-left: 40px;
}

.list.subh1 {
  font-size: 24px;
  line-height: 32px;
}

.list._1 {
  margin-left: 0;
  padding-left: 10px;
}

.column-3 {
  margin-top: -20px;
}

.section-4 {
  margin-left: -30px;
  margin-right: -30px;
  display: none;
}

.section-4.jk3 {
  background-image: url('../images/Crayola.1x.png');
  background-position: 100px 0;
  background-size: 2000px 70px;
  margin-left: -64px;
}

.heading-5 {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  font-size: 24px;
  line-height: 32px;
}

.heading-5.idea {
  color: #000;
  border: 1px #000;
  align-items: flex-end;
  height: auto;
  margin-top: 24px;
  margin-bottom: 16px;
  margin-left: 0;
  padding-top: 0;
  font-size: 24px;
  font-weight: 800;
  line-height: 32px;
  display: block;
}

.heading-5.idea._1 {
  align-self: flex-start;
  align-items: flex-end;
  margin-bottom: 16px;
  line-height: 34px;
  display: flex;
}

.heading-5.idea._2 {
  align-items: flex-end;
  padding-top: 14px;
  line-height: 24px;
  display: flex;
  position: relative;
}

.heading-5.idea.author {
  height: auto;
  margin-top: 24px;
  padding-top: 0;
  display: block;
}

.heading-5.idea.business {
  height: auto;
  margin-top: 8px;
  margin-bottom: 16px;
  font-weight: 300;
  display: block;
}

.heading-5.idea.result {
  height: auto;
  margin-top: 32px;
}

.heading-5.idea.result._2 {
  margin-bottom: 8px;
  padding-top: 0;
}

.heading-5.idea.res._2 {
  margin-top: 32px;
  margin-bottom: 8px;
  padding-top: 0;
}

.heading-5.idea.form {
  margin-top: 0;
}

.heading-5.idea._8 {
  margin-bottom: 8px;
}

.heading-5.idea._3 {
  margin-bottom: 16px;
}

.heading-5.idea.minus {
  margin-right: -10px;
}

.heading-5.feed {
  margin-top: 16px;
  margin-bottom: 8px;
  margin-left: 0;
}

.heading-5.student {
  margin-top: 24px;
  margin-bottom: 16px;
  font-size: 24px;
  line-height: 32px;
}

.heading-5.story {
  margin-top: 16px;
  margin-left: 0;
}

.heading-5.program {
  text-align: right;
  margin-top: 16px;
  margin-bottom: 16px;
  margin-left: 0;
  padding-right: 20px;
  font-size: 24px;
  line-height: 32px;
}

.heading-5.program._2 {
  color: gray;
  text-align: left;
  margin-top: 8px;
}

.heading-5.prog {
  margin-top: 16px;
  margin-bottom: 16px;
  font-weight: 400;
}

.heading-5.mio {
  margin-top: 16px;
  margin-bottom: 8px;
}

.heading-5.uc {
  text-align: left;
  margin-top: 16px;
  margin-bottom: 0;
}

.heading-5.uc._24 {
  margin-top: 30px;
}

.heading-5.summ {
  margin-top: 24px;
  font-family: Roboto, sans-serif;
  font-size: 40px;
  font-weight: 300;
  line-height: 40px;
}

.heading-5.form {
  display: block;
}

.heading-5._6 {
  margin-top: 16px;
}

.heading-5.bm {
  color: gray;
  font-size: 32px;
}

.heading-5._0 {
  margin-top: 0;
  margin-left: 20px;
}

.heading-5.eng {
  margin-top: 2px;
  margin-left: 20px;
}

.heading-5.feedback {
  margin-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.heading-5.lgr {
  margin-bottom: 0;
}

.bold-text-2 {
  font-size: 32px;
}

.bold-text-2.footer {
  font-size: 24px;
  font-weight: 800;
}

.bold-text-2.footer.nf {
  letter-spacing: 1px;
}

.column-4 {
  height: auto;
  padding-left: 0;
  padding-right: 0;
}

.column-4.footer3 {
  height: auto;
}

.column-4.footer4 {
  height: auto;
  padding-left: 0;
  padding-right: 30px;
}

.column-4.footer7 {
  height: auto;
  padding-right: 20px;
  font-size: 16px;
  line-height: 27px;
}

.column-5 {
  padding-left: 20px;
  padding-right: 0;
}

.column-5.footer3 {
  padding-left: 10px;
}

.column-5.foter3 {
  height: 400px;
}

.column-5.footer4 {
  padding-left: 10px;
  padding-right: 20px;
}

.column-5.footer6 {
  margin-top: 34px;
}

.column-5.footer7 {
  margin-top: 40px;
}

.column-5.footer5 {
  margin-top: 0;
  padding-left: 10px;
}

.column-6 {
  padding-left: 20px;
  padding-right: 0;
}

.column-6.footer3 {
  height: 400px;
  padding-left: 30px;
}

.column-6.footer4 {
  padding-left: 16px;
  padding-right: 10px;
}

.column-6.footer6 {
  margin-top: 34px;
}

.column-6.footer7 {
  margin-top: 40px;
}

.column-6.footer5 {
  margin-top: 0;
  padding-left: 10px;
}

.column-7.footer3 {
  height: 400px;
  padding-left: 30px;
}

.column-7.footer4 {
  padding-left: 24px;
  padding-right: 0;
}

.column-7.footer6 {
  margin-top: 34px;
}

.column-7.footer7 {
  margin-top: 40px;
  padding-top: 0;
}

.column-7.footer5 {
  margin-top: 0;
  padding-left: 20px;
}

.container-4 {
  background-image: url('../images/blue.4x.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  max-width: 1140px;
  margin-top: 0;
  padding-top: 20px;
  padding-bottom: 10px;
  padding-left: 0;
}

.link-2 {
  color: #2767c5;
  display: inline;
}

.link-2:visited {
  color: #59009f;
}

.link-3 {
  display: inline;
}

.link-3:visited {
  color: #59009f;
}

.text-container {
  margin-bottom: 0;
}

.text-container._3-col {
  margin-bottom: 0;
  margin-right: -10px;
}

.text-container.hidden {
  display: none;
}

.text-container._2-col {
  object-fit: fill;
}

.text-container.author {
  margin-top: 16px;
}

.text-container.table {
  border-bottom: 1px solid #000;
}

.text-container.ua {
  background-image: url('../images/ua5.png');
  background-position: 80% 30%;
  background-repeat: no-repeat;
  background-size: auto;
  display: none;
}

.text-container._24 {
  margin-top: 24px;
}

.text-container.orangeborder {
  border-right: 1px dashed #ffa535;
}

.text-container.lgr {
  margin-top: 10px;
}

.text-container._60 {
  margin-bottom: 60px;
}

.text-container.hide {
  display: none;
}

.container-5 {
  border-top: 1px solid #e2e2e2;
  max-width: 1140px;
  padding-top: 0;
}

.container-5.footer-3 {
  border-top-style: none;
  margin-bottom: 48px;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.container-5.footer-3.main {
  margin-bottom: 0;
  display: none;
}

.container-5.footer-3.main2 {
  margin-top: 24px;
  margin-bottom: 24px;
  display: none;
}

.container-5.bottom {
  border: 1px #000;
}

.container-5.form {
  border: 1px #000;
  padding-left: 10px;
}

.container-5.form.demo {
  padding-left: 0;
}

.link-4 {
  display: inline;
}

.link-4:hover {
  color: #00419f;
}

.link-4:visited {
  color: #59009f;
}

.text-field-2 {
  border: 1px solid #929292;
  border-radius: 8px;
  height: 40px;
  margin-top: 15px;
}

.submit-button {
  color: #fff;
  background-color: #587ddd;
  border-radius: 8px;
  width: 157px;
  height: 48px;
  margin-top: 8px;
  padding-left: 0;
  padding-right: 0;
  font-family: Roboto, sans-serif;
  font-size: 20px;
  line-height: 24px;
  position: relative;
}

.submit-button._2 {
  width: 195px;
}

.submit-button.footer3 {
  padding-right: 0;
}

.submit-button.top-block {
  margin-top: 20px;
  margin-bottom: 0;
  display: inline-block;
}

.submit-button.pay {
  width: 46%;
}

.submit-button.payblock {
  color: #000;
  background-color: #ffa535;
  width: 50%;
  margin-top: 8px;
  padding-top: 8px;
  padding-bottom: 8px;
  font-weight: 400;
}

.submit-button.header {
  color: #000;
  background-color: #ffa535;
  width: 132px;
  height: 32px;
  margin-top: -4px;
  padding-top: 4px;
  padding-bottom: 4px;
  padding-right: 0;
  font-size: 18px;
  font-weight: 400;
}

.submit-button.reg {
  margin-top: 0;
  font-weight: 400;
}

.submit-button.reg.pay {
  width: 157px;
}

.submit-button.yandexpay {
  margin-top: 0;
  display: none;
}

.section-5 {
  background-image: url('../images/orange.5x.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 60%;
  display: none;
}

.section-5.jk3 {
  background-image: url('../images/peach.3x.png');
  background-position: 400px 0;
  background-size: 1200px 120px;
  padding-left: 33px;
}

.section-5.jk4 {
  background-image: url('../images/green.5px_1.png');
  background-size: contain;
}

.section-5.cream {
  background-image: url('../images/cream.4x.png');
  background-size: 50%;
}

.section-5.blue {
  background-image: url('../images/blue.5x.png');
}

.section-5.gray {
  background-image: url('../images/JK2-Gray.png');
}

.section-5.crayola {
  background-image: url('../images/Crayola.5x.png');
}

.section-5.peach {
  background-image: url('../images/peach.5x.png');
}

.section-5.green {
  background-image: url('../images/green.5px.png');
}

.section-5.yellow {
  background-image: url('../images/green.5x.png');
}

.column-10 {
  padding-left: 0;
}

.column-12 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  height: auto;
  padding-right: 20px;
  display: block;
  bottom: auto;
}

.text-block-2 {
  color: #000;
  text-transform: none;
  flex: 0 auto;
  align-self: flex-start;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  padding: 76px 0 20px 20px;
  font-family: Roboto, sans-serif;
  font-size: 18px;
  font-weight: 700;
}

.image, .text-block-3 {
  display: none;
}

.jk3 {
  background-image: url('../images/Crayola1.5x-cut.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 1200px 400px;
  margin-left: -30px;
}

.container-8 {
  clear: none;
  max-width: 1140px;
  margin-bottom: 8px;
  padding-left: 10px;
  padding-right: 10px;
}

.container-8.texts {
  background-image: url('../images/text3.png');
  background-position: 35% 10%;
  background-repeat: no-repeat;
  background-size: 250px;
}

.container-8.uc.hide, .container-8.hidden {
  display: none;
}

.container-8.bread {
  z-index: 10;
  margin-top: -26px;
  margin-bottom: 32px;
  padding-left: 20px;
  position: relative;
}

.container-8.im {
  display: none;
}

.container-8.formblock {
  z-index: 1000;
  opacity: 1;
  background-color: #0000;
  max-width: 1100px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  display: block;
  position: relative;
  inset: 0%;
}

.container-8.formblock.basic {
  max-width: 1140px;
}

.container-8.clients {
  background-image: url('../images/рез-низ.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: auto;
}

.text-block-4 {
  font-family: Roboto, sans-serif;
}

.link5 {
  margin-bottom: 12px;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Roboto, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
}

.link5.moduls {
  padding-top: 0;
  padding-left: 12px;
  font-weight: 400;
  display: block;
}

.link5.moduls._2 {
  margin-bottom: 8px;
}

.link5.stub {
  color: #000;
  text-decoration: none;
}

.link5.nf {
  display: inline;
}

.container-9 {
  flex: 1;
  order: 0;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
}

.container-10, .container-11, .container-12, .container-13 {
  max-width: 1140px;
}

.section-6 {
  margin-left: auto;
  margin-right: auto;
}

.container-14 {
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
}

.container-15, .container-16 {
  max-width: 1140px;
}

.text-block-5 {
  text-align: right;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
  padding-left: 0;
  padding-right: 0;
  font-family: Roboto, sans-serif;
  font-size: 18px;
  display: inline;
}

.columns-5 {
  padding-top: 0;
}

.column-13 {
  text-align: right;
  margin-bottom: 0;
  padding: 0 0 20px;
}

.text-block-6 {
  text-align: left;
  font-family: Roboto, sans-serif;
  font-size: 18px;
}

.div-block-2 {
  align-self: flex-start;
}

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

.link-5 {
  text-align: right;
  justify-content: flex-end;
  font-size: 18px;
}

.div-block-4 {
  text-align: right;
  justify-content: flex-start;
  align-items: flex-end;
  margin-left: 281px;
  padding-top: 17px;
  display: flex;
}

.div-block-4.footer-3 {
  justify-content: flex-start;
  padding-top: 78px;
}

.div-block-4.sn {
  padding-top: 8px;
}

.div-block-4.head {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  text-align: right;
  justify-content: flex-end;
  margin-top: 0;
  margin-left: 63px;
  margin-right: 0;
  padding-top: 16px;
}

.div-block-4.head.foot {
  margin-top: 30px;
  margin-left: 0;
  margin-right: 20px;
}

.div-block-4.head.main {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  margin-left: 0;
  padding-top: 0;
}

.image-2 {
  width: 48px;
  height: 48px;
  margin-right: 10px;
  padding-top: 0;
  padding-right: 0;
}

.image-2.head {
  flex: 1;
  width: 28px;
  height: 28px;
  margin-left: 0;
  margin-right: 0;
}

.image-3 {
  width: 30px;
  height: 30px;
  padding-top: 5px;
  padding-right: 5px;
}

.image-4 {
  width: 48px;
  height: 30px;
  padding-top: 5px;
  padding-right: 5px;
}

.image-5, .image-6, .image-7 {
  width: 30px;
  height: 30px;
  padding-top: 5px;
  padding-right: 5px;
}

.column-14 {
  padding-right: 0;
}

.text-block-7 {
  padding-top: 10px;
}

.column-15 {
  padding-left: 0;
}

.container-17 {
  text-align: center;
  max-width: 1140px;
  margin-bottom: 40px;
}

.bold-text-4 {
  font-size: 32px;
}

.container-18, .container-19 {
  max-width: 1140px;
}

.column-16 {
  padding-right: 0;
}

.navbar {
  background-color: #0000;
  justify-content: flex-start;
  width: 1140px;
  max-width: 1140px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 8px;
  display: block;
}

.header-container {
  background-image: url('../images/gray-header.png');
  background-position: 50% -10px;
  background-repeat: no-repeat;
  background-size: 260px;
  flex: 1;
  justify-content: space-between;
  min-width: 1140px;
  max-width: 1140px;
  margin-left: 0;
  padding-bottom: 0;
  display: flex;
}

.header-container.blue {
  background-image: url('../images/суть6.png');
}

.header-container.main {
  background-image: none;
  background-position: 0 0;
  background-size: auto;
}

.header-container.main._2 {
  background-image: url('../images/home-1-1-1.png');
}

.brand {
  color: #000;
  font-family: Roboto, sans-serif;
  font-size: 32px;
}

.nav-menu {
  flex: 0 auto;
  justify-content: flex-start;
  margin-top: 0;
  margin-left: 0;
  display: flex;
}

.text-block-8 {
  display: flex;
}

.container-21 {
  max-width: 1140px;
  margin-top: 20px;
  padding-top: 20px;
  padding-bottom: 60px;
}

.column-17.footer2 {
  padding-top: 20px;
  padding-left: 110px;
}

.section-7 {
  color: #000;
  background-image: url('../images/green.1x.png');
  background-position: 260px 0;
  background-repeat: no-repeat;
  background-size: 600px;
}

.column-18 {
  background-image: url('../images/blue.1x.png');
  background-position: -70px 0;
  background-repeat: no-repeat;
  background-size: 520px;
  padding-top: 45px;
  padding-left: 60px;
}

.column-18.footer2 {
  padding-top: 62px;
  padding-left: 73px;
}

.columns-6 {
  background-image: url('../images/peach.1x.png');
  background-position: 600px -20px;
  background-repeat: no-repeat;
  background-size: 540px;
}

.column-19.footer2 {
  padding-top: 20px;
  padding-left: 0;
}

.section-8 {
  border: 1px #000;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 14px;
  padding-bottom: 8px;
}

.bold-text-11 {
  padding-left: 30px;
}

.menu-button-2 {
  margin-left: -50px;
  padding-top: 0;
}

.columns-7 {
  margin-left: 0;
  margin-right: 0;
  display: block;
}

.column-20 {
  text-align: right;
  padding-right: 45px;
  display: block;
}

.column-21 {
  padding-right: 0;
}

.body-2 {
  color: #000;
}

.section-9 {
  background-image: url('../images/green.5x.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: 1400px;
  padding-top: 30px;
  padding-bottom: 30px;
}

.section-9.footer4 {
  background-image: none;
}

.link-6 {
  display: inline;
}

.column-22 {
  text-align: center;
  padding-left: 0;
}

.link-7, .link-8, .link-9 {
  display: inline;
}

.column-23 {
  text-align: left;
  padding-left: 0;
}

.columns-8 {
  margin-bottom: 40px;
  padding-bottom: 0;
}

.columns-8.footer2 {
  display: none;
}

.container-22 {
  max-width: 1140px;
}

.link-10 {
  display: inline;
}

.link-10.stub {
  color: #000;
  text-decoration: none;
}

.div-block-5 {
  height: 70px;
  margin-bottom: 0;
  padding-top: 0;
  display: flex;
}

.div-block-5.module2 {
  height: 56px;
}

.div-block-5.module.quote {
  height: 60px;
}

.div-block-5.module.quote._2 {
  height: 50px;
}

.div-block-5.module.quote._3, .div-block-5.module.short, .div-block-5.short {
  height: 60px;
}

.div-block-5.hide {
  display: none;
}

.image-11 {
  width: 24px;
  height: 59px;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.image-11.module {
  height: 24px;
}

.image-12 {
  object-fit: contain;
  width: 1800px;
  height: auto;
  overflow: scroll;
}

.column-27 {
  padding-left: 0;
}

.column-28 {
  align-items: flex-end;
  margin-top: 48px;
  display: block;
}

.divfoot2 {
  height: 36px;
}

.container-23 {
  max-width: 1140px;
  padding-left: 10px;
  padding-right: 10px;
}

.dropdown-toggle {
  white-space: normal;
  align-items: flex-start;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.section-10 {
  color: #000;
  background-image: url('../images/gray.3x-cut.png');
  background-position: -200px 0;
  background-repeat: no-repeat;
  background-size: 1800px;
  padding-top: 60px;
  padding-bottom: 60px;
}

.par4 {
  z-index: 2;
  color: #000;
  text-align: left;
  letter-spacing: normal;
  text-transform: none;
  width: 90%;
  margin-top: 8px;
  margin-bottom: 16px;
  margin-left: 0%;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Roboto, sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  display: block;
  position: relative;
}

.par4.top-block {
  z-index: 1;
  width: auto;
  padding-left: 100px;
  line-height: 24px;
  position: relative;
}

.par4.top-block.feed {
  padding-left: 100px;
  line-height: 28px;
}

.par4.bigtext {
  font-size: 24px;
  line-height: 32px;
  display: block;
}

.par4.lesson {
  text-align: right;
  padding-right: 20px;
}

.par4._2 {
  margin-top: 16px;
}

.par4._32 {
  margin-bottom: 24px;
}

.par4.payblock {
  text-align: left;
  margin-left: 20px;
  padding-top: 0;
  padding-left: 0;
}

.par4.payblock.shift {
  text-align: right;
  width: 88%;
  margin-top: -8px;
  margin-bottom: 0;
  margin-right: 0;
  padding-right: 10px;
}

.par4.payblock.shift._2 {
  margin-right: 0;
  padding-right: 70px;
}

.par4.payblock._8 {
  text-align: left;
  margin-bottom: 8px;
}

.par4.payblock.grey {
  opacity: .75;
}

.par4.payblock.late {
  text-align: right;
  margin-top: -16px;
  margin-bottom: 0;
  margin-right: 20px;
  padding-top: 0;
}

.par4.small {
  opacity: .5;
  text-align: left;
  margin-top: -9px;
  font-size: 18px;
  line-height: 28px;
}

.par4.small._200 {
  width: 200%;
}

.par4.small.center {
  text-align: center;
}

.par4.subh1 {
  margin-bottom: 24px;
  margin-right: 0;
  font-size: 24px;
  line-height: 36px;
}

.par4._0 {
  margin-top: 0;
}

.par4.inslide {
  text-align: left;
  width: 75%;
  margin-top: 16px;
  margin-bottom: 0;
  margin-left: 40px;
  display: block;
  position: relative;
}

.par4.inslide.lgr {
  color: #fff;
  align-self: flex-end;
  margin-top: 0;
  margin-bottom: 20px;
  margin-left: 0;
}

.par4.abs {
  position: relative;
  inset: 129px 0% 0%;
}

.par4.texts {
  margin-left: -23px;
}

.par4.textinslide {
  color: #fff;
  text-align: left;
  margin-top: 146px;
  padding-left: 140px;
  padding-right: 20px;
  font-size: 48px;
  line-height: 56px;
}

.par4.textinslide._2 {
  color: #000;
  text-align: left;
  margin-top: 16px;
  padding-left: 0;
  padding-right: 0;
  font-size: 56px;
  line-height: 68px;
}

.par4.textinslide._1 {
  color: #000;
  margin-top: 0;
  padding-left: 130px;
  font-size: 18px;
  line-height: 24px;
}

.par4.mainhead {
  width: auto;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0%;
  font-family: Roboto, sans-serif;
}

.par4._8 {
  margin-bottom: 8px;
}

.par4._16, .par4._20 {
  margin-top: 20px;
}

.par4._0b {
  margin-bottom: 0;
}

.par4.big {
  font-size: 24px;
  line-height: 32px;
}

.par4.big._16 {
  margin-top: 16px;
}

.par4.big.lgr {
  margin-top: 4px;
}

.par4.big.lgr._2 {
  width: 95%;
  margin-top: 16px;
  margin-bottom: 16px;
}

.par4.big.arr-lgr {
  width: 40px;
  margin-top: 0;
}

.par4.orange {
  color: #ffa535;
  margin-left: 0;
  margin-right: 0;
}

.par4.orange._0 {
  margin-bottom: 0;
}

.par4.right {
  text-align: right;
}

.par4.right.green._0 {
  margin-top: 8px;
  margin-bottom: 0;
  font-size: 18px;
}

.par4.right.orange._0, .par4.right.red._0 {
  margin-top: 8px;
  margin-bottom: 0;
}

.par4.green {
  color: green;
}

.par4.nf {
  letter-spacing: 1px;
  font-family: Roboto, sans-serif;
}

.par4.modprogram.lgr {
  margin-top: 4px;
}

.par4.hide {
  display: none;
}

.par4._00 {
  margin-top: 0;
  margin-bottom: 0;
}

.par4._00.grey {
  opacity: 1;
  color: #333;
}

.par4._00.orange {
  color: #ffa535;
}

.par4._00.white {
  color: #fff;
}

.par4.demo {
  margin-top: 20%;
  margin-left: 0;
  margin-right: 100px;
}

.par4._08 {
  margin-top: 0;
  margin-bottom: 8px;
  padding-left: 10px;
}

.par4.bubble {
  color: #333;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 26px;
}

.par4._40 {
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 38px;
}

.par4._40.white {
  color: #fff;
}

.par4.top-24 {
  margin-top: 24px;
}

.par4.top-24.white {
  color: #fff;
}

.par4.small-grey {
  color: #757b8e;
  font-size: 12px;
  line-height: 18px;
}

.par4.lgr {
  width: auto;
  margin-bottom: 0;
}

.par4._24 {
  margin-top: 24px;
}

.par4.lgr-table {
  width: auto;
  margin-top: 0;
  margin-bottom: 0;
}

.par4.white {
  color: #fff;
}

.image-13 {
  border: 1px solid #d8d8d8;
  margin: 16px auto 40px;
  position: static;
}

.textlink {
  display: inline;
}

.block-quote-2 {
  width: 75%;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 91px;
  padding: 0;
}

.column-29 {
  padding-left: 14px;
}

.divfoot.end {
  display: none;
}

.divfoot._24 {
  margin-top: 0;
  padding-top: 0;
}

.dropdown-toggle-2 {
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 0;
}

.dropdown {
  white-space: normal;
  width: 100%;
  padding-left: 0;
  font-family: Roboto, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.dropdown.footer {
  display: none;
}

.dropdown.footer.text {
  display: block;
}

.dropdown.text {
  width: 100%;
  margin-bottom: 8px;
  padding-left: 0;
  line-height: 28px;
  display: block;
}

.dropdown.text.texts {
  border: 1px solid #d8d8d8;
  border-radius: 8px;
  margin: 8px -16px;
  padding: 8px 16px;
}

.dropdown.text.open-by-default {
  white-space: normal;
}

.dropdown.text.main {
  margin-top: 0;
  padding-top: 16px;
}

.dropdown.license {
  margin-top: 64px;
}

.dropdown-list {
  background-color: #fff;
  position: relative;
}

.icon-6 {
  margin-right: 5px;
}

.dropdown-list-2 {
  background-color: #0000;
  padding-left: 15px;
}

.column-30 {
  z-index: 1;
  color: #000;
  justify-content: flex-end;
  margin-top: 0;
  margin-bottom: 0;
  padding: 144px 0 40px;
  line-height: 30px;
  display: block;
}

.column-30.top-block-column-image {
  padding-bottom: 0;
}

.column-30.top-block-column-image.b {
  padding-top: 80px;
}

.column-30.top-block-column-image.c {
  padding-top: 42px;
}

.column-30.top-block-column-image.d {
  margin-top: 0;
  padding-top: 116px;
}

.column-30.a {
  padding-top: 0;
}

.column-30.top-menu {
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 10px;
}

.column-30.top-menu.teh {
  margin-top: 96px;
  padding-left: 10px;
}

.column-30.top-menu.mio {
  margin-bottom: -16px;
  padding-right: 0;
}

.column-30.top-menu._0 {
  padding-right: 0;
}

.column-30.sobakapav {
  padding-top: 0;
}

.column-31 {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
}

.column-31.notext {
  padding-bottom: 0;
  padding-right: 10px;
}

.column-31.notext.comp {
  margin-top: 16px;
  padding-right: 40px;
}

.column-31.notext.lgr {
  padding-right: 80px;
}

.column-31.sobakapav {
  display: block;
}

.column-32 {
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.column-33 {
  margin-top: 0;
  padding-bottom: 12px;
  padding-left: 32px;
  padding-right: 0;
}

.columns-10 {
  flex: 1;
  max-width: 1140px;
  margin-left: 0;
  margin-right: 0;
  padding-right: 0;
}

.image-14 {
  z-index: 0;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
  width: 417px;
  height: 366px;
  margin-top: -220px;
  margin-left: 30px;
  padding-left: 0;
  position: absolute;
}

.image-14._2 {
  z-index: -1;
  margin-top: 0;
  inset: 0%;
}

.form-2 {
  z-index: 1;
  padding-left: 100px;
  position: relative;
}

.image-15 {
  position: absolute;
}

.image-15.a {
  margin-top: 82px;
  margin-left: 36px;
  inset: 0%;
}

.image-16 {
  z-index: -1;
  margin-top: 0;
  margin-left: 0;
  display: none;
  position: absolute;
  inset: -18% auto auto -11%;
}

.image-17 {
  z-index: -1;
  width: 80%;
  height: auto;
  margin-top: 0;
  margin-left: 26px;
  margin-right: 0;
  padding-right: 0;
  display: none;
  position: absolute;
  inset: 10% 0% 0% 9%;
}

.image-17.c {
  width: 100%;
  margin-top: 0;
  margin-left: 0;
  display: block;
  inset: -7% 0% 0%;
}

.image-17.stories {
  width: 100%;
  margin-top: 0;
  margin-left: 0;
  inset: -10% 0% 0% 9%;
}

.image-17.howto {
  width: 100%;
  display: block;
  inset: -16% 0% 0%;
}

.link-11, .link-12, .link-13 {
  display: inline;
}

.column-34 {
  padding-bottom: 30px;
}

.list-item {
  margin-bottom: 8px;
  font-size: 18px;
  line-height: 28px;
  overflow: hidden;
}

.list-item.student {
  margin-bottom: 8px;
  line-height: 24px;
}

.list-item.top-menu {
  margin-top: 8px;
  padding-top: 0;
  line-height: 24px;
}

.list-item._2l {
  margin-bottom: 0;
  margin-left: 22px;
}

.list-item._0 {
  margin-bottom: 0;
}

.list-item.hide {
  display: none;
}

.list-item-2 {
  line-height: 30px;
}

.slider {
  display: none;
}

.link-14, .link-15 {
  display: inline;
}

.image-18 {
  z-index: -1;
  display: block;
  position: absolute;
  inset: 24% 0% 0% 11%;
}

.image-18.top-menu {
  padding-top: 0;
  display: none;
  top: 2%;
}

.image-18.top-menu.stat {
  padding-top: 0;
  top: 0%;
  left: 5%;
}

.image-18.student {
  top: -34%;
  left: 5%;
}

.link-16.header {
  text-align: right;
  justify-content: flex-end;
  margin-bottom: 4px;
  line-height: 24px;
}

.link-16.header._1.main.lightblue {
  color: #9ecfff;
}

.columns-11 {
  max-width: 1140px;
  padding-top: 0;
}

.columns-11.sobakapav {
  margin-bottom: 24px;
}

.container-24 {
  max-width: 1140px;
  margin-top: 24px;
  padding-left: 10px;
  font-size: 18px;
}

.link-17 {
  display: inline;
}

.text-block-9 {
  z-index: 1;
  position: relative;
}

.link-18, .link-19 {
  display: inline;
}

.container-25 {
  background-image: url('../images/рез-низ.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: auto;
  max-width: 1140px;
  padding-left: 10px;
}

.container-25.feed {
  background-image: url('../images/feedback-bottom.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: auto;
}

.container-25.price {
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
}

.form-3 {
  margin-left: 20px;
}

.form-3.texts.hidden {
  display: none;
}

.form-3.bm {
  margin-left: 0;
}

.form-3.corp {
  margin-top: 20px;
  margin-left: 0;
}

.link-20, .link-21, .link-22, .link-23, .link-24, .link-25, .link-26, .link-27, .link-28, .link-29, .link-30, .link-31, .link-32, .link-33 {
  display: inline;
}

.image-19 {
  z-index: -1;
  position: absolute;
  inset: -60% 0% 0% -6%;
}

.image-19.student {
  opacity: .49;
}

.link-34 {
  display: inline;
}

.container-26 {
  max-width: 1140px;
}

.image-20 {
  height: 2px;
}

.body-3 {
  border-bottom: 1px solid #e2e2e2;
}

.link-35 {
  display: inline;
}

.div-block-8 {
  z-index: -2;
  border: 1px solid #e2e2e2;
  height: 1px;
  position: relative;
  inset: 0%;
}

.link-36, .link-37, .link-38 {
  display: inline;
}

.image-21 {
  z-index: -1;
  opacity: .3;
  min-width: 100px;
  position: absolute;
  inset: 10% 0% 0% -35%;
}

.video {
  margin-top: 16px;
  margin-bottom: 8px;
}

.grid {
  grid-template: "Area"
                 "."
                 "."
                 "."
                 "."
                 "."
                 / 1fr 1fr 1fr;
}

.heading-6 {
  border-bottom: 1px solid #e2e2e2;
}

.big-number {
  z-index: -1;
  opacity: .8;
  color: #e2e2e2;
  font-family: Roboto, sans-serif;
  font-size: 280px;
  line-height: 0;
  position: absolute;
  inset: 154px 0% 0%;
}

.big-number.techrec {
  opacity: .8;
  top: 52%;
}

.big-number.business {
  font-family: Permanent Marker, sans-serif;
  font-size: 260px;
  font-weight: 400;
  top: 291px;
}

.big-number.idea {
  font-family: Permanent Marker, sans-serif;
  position: absolute;
  top: 188px;
}

.big-number.team {
  font-family: Permanent Marker, sans-serif;
  position: absolute;
  top: 276px;
}

.big-number.arrow {
  font-family: Permanent Marker, sans-serif;
  font-size: 120px;
  position: static;
}

.div-block-9, .div-block-10 {
  height: 240px;
}

.top-menu {
  padding-top: 24px;
}

.top-menu.student {
  background-image: url('../images/header.png');
  background-position: 80px 0;
  background-repeat: no-repeat;
  background-size: 220px;
  margin-top: 0;
  margin-left: 0;
  padding-top: 8px;
}

.top-menu.eco {
  margin-top: 0;
  padding-top: 0;
}

.top-menu.idea {
  margin-top: 18px;
  padding-top: 0;
}

.top-menu.how-it-works {
  padding-top: 8px;
}

.top-menu.how-it-works.end {
  display: none;
}

.top-menu.how-it-works._1 {
  margin-left: 20px;
}

.top-menu.feed {
  margin-top: 16px;
  padding-top: 0;
  display: block;
}

.top-menu.feed._2 {
  display: none;
}

.top-menu.business {
  margin-top: -8px;
  padding-top: 0;
}

.top-menu.team, .top-menu.author {
  padding-top: 0;
}

.top-menu.texts {
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
  padding-top: 8px;
}

.top-menu.license {
  padding-top: 32px;
}

.top-menu.main {
  padding-top: 0;
  padding-right: 10px;
}

.top-menu.art {
  padding-top: 4px;
}

.top-menu._8 {
  margin-top: -8px;
  padding-top: 0;
}

.list-item-3, .list-item-4, .list-item-5, .list-item-6, .list-item-7 {
  line-height: 24px;
}

.div-block-12 {
  align-items: center;
  margin-top: 0;
  margin-bottom: 10px;
  margin-left: 100px;
  padding-top: 10px;
  display: flex;
}

.image-22 {
  width: 50px;
  height: 50px;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 10px;
  padding-bottom: 0;
  padding-right: 0;
}

.image-22._2 {
  width: 29px;
  height: 40px;
  margin-left: 8px;
  margin-right: 14px;
}

.image-22._3 {
  width: 40px;
  height: 40px;
}

.link-39 {
  display: inline;
}

.grey {
  opacity: .5;
  color: #000;
  font-weight: 400;
  line-height: 28px;
}

.short-section {
  margin-bottom: 32px;
}

.link-40, .link-41, .link-42, .link-43, .link-44 {
  display: inline;
}

.image-23 {
  flex: 1;
  order: 1;
  align-self: baseline;
  width: 100px;
  min-width: 80px;
  margin-top: 0;
  margin-left: 0;
  padding-top: 0;
  position: absolute;
  inset: 0%;
}

.div-block-13 {
  border: 1px #000;
  align-items: center;
  height: 70px;
  display: flex;
}

.div-block-13.underline {
  border-bottom-style: solid;
  border-bottom-color: #d0cece;
}

.div-block-13.small {
  height: auto;
}

.head-column-2 {
  padding-left: 60px;
  line-height: 32px;
}

.head-column-2.main {
  flex: 0 auto;
  padding-left: 120px;
  padding-right: 0;
}

.head-column-2.head {
  padding-left: 50px;
}

.link-45, .link-46, .link-47, .link-48 {
  display: inline;
}

.strike {
  color: #e2e2e2;
  font-weight: 800;
  text-decoration: line-through;
}

.strike.com {
  color: #000;
  font-weight: 400;
}

.link-49 {
  display: inline;
}

.list-item-8 {
  margin-bottom: 8px;
}

.slider-2 {
  background-color: #fff;
  height: auto;
  margin-top: 8px;
  margin-bottom: 16px;
  padding-bottom: 0;
}

.slider-2.hide {
  display: none;
}

.image-24 {
  z-index: -1;
  position: fixed;
  inset: auto 0% 45% 9%;
}

.image-25 {
  z-index: -1;
  opacity: 1;
  min-width: 0;
  position: absolute;
  top: -2px;
  left: -25px;
}

.image-26 {
  z-index: -1;
  opacity: 1;
  position: absolute;
  inset: 137% 0% 0% -109%;
}

.image-27 {
  z-index: -1;
  width: 80%;
  position: absolute;
  inset: auto 0% 0%;
}

.image-28 {
  z-index: -1;
  width: 100%;
  position: absolute;
  top: -50px;
  left: -17px;
}

.div-block-16 {
  margin-bottom: -87px;
  padding-bottom: 135px;
  position: relative;
}

.div-block-16.price {
  margin-bottom: 16px;
}

.image-29 {
  z-index: -1;
  width: 70%;
  position: absolute;
  inset: 0% 0% 0% -7%;
}

.link-50, .link-51, .link-52, .link-53, .link-54, .link-55 {
  display: inline;
}

.image-30 {
  z-index: -1;
  min-width: 1140px;
  position: absolute;
  inset: 21% 0% 0% -10%;
}

.image-31, .image-32, .image-33, .image-34 {
  margin-top: 16px;
}

.link-56 {
  display: inline;
}

.image-35 {
  z-index: -1;
  width: auto;
  min-width: 1300px;
  max-width: 1300px;
  position: absolute;
  inset: -15% 0% 0% -12%;
}

.image-36 {
  z-index: -1;
  position: absolute;
  inset: -27% 0% 0% 73%;
}

.link-57 {
  display: inline;
}

.column-39 {
  margin-top: 112px;
  padding-top: 0;
  display: block;
}

.link-58, .link-59, .link-60, .link-61 {
  display: inline;
}

.image-37 {
  margin-top: 47px;
}

.link-62 {
  display: inline;
}

.link-62.hide {
  display: none;
}

.link-63, .link-64 {
  display: inline;
}

.link-65 {
  display: none;
}

.link-66, .link-67, .link-68, .link-69, .link-70 {
  display: inline;
}

.block-photo {
  height: auto;
}

.link-71, .link-72, .link-73, .link-74, .link-75, .link-76 {
  display: inline;
}

.link-77 {
  display: none;
}

.link-78 {
  display: inline;
}

.link-79 {
  display: none;
}

.link-80, .link-81, .link-82, .link-83, .link-84 {
  display: inline;
}

.image-38 {
  width: 100%;
  position: absolute;
  top: 3268px;
  left: -40px;
}

.image-39 {
  width: 100%;
  margin-bottom: 16px;
}

.image-40 {
  width: 100%;
}

.image-41 {
  z-index: 0;
  width: auto;
  min-width: 1140px;
  position: absolute;
  top: -32px;
  bottom: auto;
  left: -135px;
}

.image-42 {
  width: 100%;
  position: absolute;
  inset: -24% 0% 0% -13%;
}

.image-42.student {
  opacity: 1;
}

.image-43 {
  border: 1px solid #e2e2e2;
}

.image-44 {
  display: none;
}

.flex-container {
  flex-direction: row;
  align-items: flex-start;
  max-width: 1140px;
  display: none;
}

.feedback {
  flex: 0 auto;
  min-width: 0;
  max-width: 1140px;
  margin-bottom: 32px;
  padding-left: 10px;
  padding-right: 10px;
}

.feedback.big {
  flex: none;
  order: 0;
  min-width: 0;
  max-width: 1140px;
}

.feedback.feedback-mio.image-feedback, .feedback.feedback-uc.image-feedback, .feedback.feedback-texts.image-feedback {
  width: auto;
  height: 160px;
}

.container-27 {
  flex-direction: row;
  max-width: 1140px;
  display: inline-block;
}

.div-block-17 {
  display: flex;
}

.feed-container {
  max-width: 1140px;
}

.link-85, .link-86, .link-87 {
  display: inline;
}

.image-45 {
  z-index: -1;
  min-width: 1140px;
  position: absolute;
  inset: -12% 0% 0% -22%;
}

.link-88 {
  display: inline;
}

.feedback-filter {
  text-decoration: none;
  display: inline;
}

.feedback-filter.feedback-negative._2 {
  text-decoration: underline;
}

.feedback-filter.selected-filter {
  color: #000;
  background-image: url('../images/feedback-highlight.png');
  background-position: -5px;
  background-repeat: no-repeat;
  background-size: 110% 24px;
  min-width: 0;
  min-height: 0;
  text-decoration: none;
  display: inline;
}

.feedback-filter._2 {
  text-decoration: underline;
}

.link-89 {
  display: inline;
}

.column-41 {
  display: block;
}

.image-46 {
  display: none;
}

.image-47 {
  z-index: -1;
  position: absolute;
  inset: -54% 0% 0% -14%;
}

.link-90 {
  display: inline;
}

.image-48 {
  min-width: 400px;
  position: absolute;
  top: -53px;
  left: -81px;
}

.image-49 {
  position: absolute;
  inset: -8% 0% 0% 7%;
}

.link-91 {
  display: inline;
}

.image-50 {
  z-index: -1;
  min-width: 350px;
  position: absolute;
  inset: -14% 0% 0% -24%;
}

.link-92, .link-93 {
  display: inline;
}

.image-51 {
  z-index: -1;
  min-width: 400px;
  position: absolute;
  inset: -51% 0% 0% -26%;
}

.link-94 {
  display: inline;
}

.container-28 {
  max-width: 1140px;
}

.image-52 {
  min-width: 1400px;
  position: absolute;
  inset: -30% 0% 0% -16%;
}

.column-42, .column-43, .column-44 {
  padding-left: 0;
  padding-right: 0;
}

.div-block-18 {
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

.image-53 {
  flex: none;
  align-self: flex-end;
  margin-top: 164px;
}

.image-53._2 {
  margin-top: 10px;
}

.image-54 {
  position: absolute;
  top: 352px;
}

.image-54._2 {
  margin-top: 0;
  position: static;
}

.image-55 {
  margin-top: 41px;
  position: absolute;
}

.image-55._2 {
  margin-top: 10px;
  position: static;
}

.image-56 {
  margin-top: 70px;
}

.image-56._2 {
  margin-top: 10px;
}

.image-57 {
  margin-top: 40px;
}

.image-57._2 {
  margin-top: 20px;
}

.image-stat {
  width: 75%;
  margin-top: 16px;
  padding-bottom: 24px;
}

.image-58 {
  min-width: 1300px;
  position: absolute;
  top: -81px;
  left: -126px;
}

.image-59 {
  min-width: 600px;
  position: absolute;
  top: 25px;
  left: -82px;
}

.image-60 {
  width: 90%;
  margin-top: -56px;
  margin-left: 33px;
  position: absolute;
}

.image-61 {
  position: absolute;
}

.top-image {
  z-index: -1;
  position: absolute;
}

.top-image.eco {
  width: auto;
  min-width: 450px;
  top: -28px;
  left: 23px;
}

.top-image.stat {
  margin-top: 0;
  margin-left: 0;
  top: 9px;
  left: 69px;
}

.abs-image {
  z-index: -1;
  opacity: 1;
  min-width: 0;
  position: absolute;
  inset: 17% 0% 0%;
}

.abs-image.eco {
  width: 80%;
  min-width: 0;
  top: 26px;
  left: 9px;
}

.abs-image.foot1 {
  z-index: -1;
  opacity: .3;
  display: none;
  top: 134px;
  left: -33px;
}

.abs-image.foot2 {
  opacity: .3;
  display: none;
  top: 146px;
  left: -7px;
}

.abs-image.foot3 {
  opacity: .3;
  border-radius: 0;
  display: none;
  top: 317px;
  left: -18px;
}

.abs-image.foot4 {
  opacity: .3;
  display: none;
  top: 61px;
  left: -14px;
}

.abs-image.howto {
  z-index: -1;
  width: 70%;
  inset: 0% 0% 0% 19%;
}

.abs-image.howto1 {
  opacity: 1;
  border-radius: 0;
  min-width: 460px;
  inset: -7% 0% 0% -38%;
}

.abs-image.howto2 {
  opacity: .5;
  min-width: 360px;
  display: none;
  inset: -19% 0% 0% -23%;
}

.abs-image.howto3 {
  inset: -19% 0% 0% -1%;
}

.abs-image.howto5 {
  opacity: 1;
  min-width: 0;
  top: -12%;
  left: -6%;
}

.abs-image.howto6 {
  min-width: 800px;
  max-width: none;
  inset: 5% 0% 0% -3%;
}

.abs-image.feed {
  width: 65%;
  top: -2%;
  left: 22%;
}

.abs-image.bottom.business {
  min-width: 1000px;
  top: 9%;
  left: -2%;
}

.abs-image.bottom.student {
  width: 100%;
  left: -3%;
}

.abs-image.top-image.business {
  top: 21%;
}

.abs-image.business {
  top: -43%;
}

.abs-image.team {
  min-width: 1140px;
  top: 24%;
  left: -10%;
}

.abs-image.team.top {
  z-index: -1;
  min-width: 1000px;
  inset: -50% 0% 0% -2%;
}

.abs-image.student {
  width: 50%;
  display: block;
  top: 20%;
  left: 8%;
}

.abs-image._3h {
  top: -3%;
}

.abs-image._3h.student {
  width: 100%;
  display: block;
  top: -15%;
  left: -6%;
}

.abs-image._3h.student._2 {
  top: -3%;
}

.abs-image._3h.short {
  max-width: 200px;
}

.abs-image._3h.business {
  top: 17%;
  left: 16%;
}

.abs-image._3h.business._2 {
  width: 60%;
  top: 13%;
  left: 6%;
}

.abs-image.quote.student._1 {
  width: auto;
  min-width: 330px;
  display: block;
  top: -5%;
  left: -6%;
}

.abs-image.top-menu.student {
  width: 80%;
  display: block;
  top: -28%;
  left: 15%;
}

.abs-image.top-menu.team {
  width: 60%;
  min-width: 0;
  top: -12%;
  left: 23%;
}

.abs-image.top-menu.idea {
  top: -4%;
  left: 15%;
}

.abs-image.top-menu.texts {
  top: -5%;
  left: 10%;
}

.abs-image.toph3 {
  width: 70%;
  top: -7%;
  left: 18%;
}

.abs-image.idea {
  top: 9%;
  left: 11%;
}

.abs-image.idea._3 {
  top: 39%;
  left: -28%;
}

.abs-image.num._2 {
  top: 17%;
}

.abs-image.stat {
  top: -89%;
  left: -10%;
}

.abs-image.stat._2 {
  top: -102%;
  left: 1%;
}

.abs-image.h1 {
  left: 14%;
}

.abs-image.h1.business {
  top: 17%;
}

.abs-image.head {
  top: 9%;
  left: 82%;
}

.abs-image.head._2 {
  width: 25%;
  margin-left: 0;
  top: -28%;
  left: 75%;
}

.abs-image.tech {
  min-width: 1000px;
  top: 3%;
  left: -6%;
}

.abs-image.howto7 {
  width: 90%;
  min-width: 0;
  top: 78%;
  left: -19%;
}

.abs-image.howto8 {
  top: -27%;
  left: 60%;
}

.abs-image.story {
  top: -5%;
}

.abs-image.author {
  inset: 0%;
}

.abs-image.author1 {
  z-index: 1;
  width: 100%;
  display: none;
  top: 6%;
  left: 7%;
}

.abs-image.author1.mascot {
  width: auto;
  height: 370px;
  display: none;
  top: 0%;
  left: 2%;
}

.abs-image.author1.mascot6 {
  height: 280px;
  display: none;
  top: 0%;
  left: 0%;
}

.abs-image.author2 {
  z-index: 1;
  display: none;
  top: 1%;
  left: 3%;
}

.abs-image.author2.mascot2 {
  height: 400px;
  display: none;
}

.abs-image.texts {
  top: 59%;
}

.abs-image.texts._2 {
  top: 17%;
}

.abs-image.texts2 {
  width: 30%;
  top: 31%;
  left: 62%;
}

.abs-image.texts3 {
  inset: 59% 0% 0% -5%;
}

.abs-image.mio {
  top: 47%;
}

.abs-image.dog {
  width: 160px;
  inset: -81% 0% auto;
}

.abs-image.dog.image-part-toggle {
  z-index: 3;
}

.abs-image.idea1 {
  top: 3%;
}

.abs-image.price {
  top: -195%;
}

.abs-image.contacts {
  top: -36%;
}

.abs-image.artcle {
  width: 55%;
  top: -7%;
}

.abs-image.texts4 {
  top: 44%;
}

.abs-image.author6 {
  display: none;
  top: 0%;
}

.abs-image.mascot6.author6 {
  z-index: 1;
}

.abs-image.author3.mascot3 {
  z-index: 1;
  height: 400px;
  margin-top: -77px;
  display: none;
}

.abs-image.author4.mascot4 {
  z-index: 1;
  top: -8%;
}

.abs-image.author5.mascot5 {
  z-index: 1;
  top: -5%;
}

.abs-image.lgr {
  top: 116px;
}

._3col-head {
  border-bottom: 1px #928989;
  font-weight: 800;
  line-height: 32px;
}

._3col-head.prog {
  color: gray;
  font-family: Roboto, sans-serif;
  font-size: 24px;
  font-weight: 400;
}

._3col-head.prog.green {
  color: green;
}

._3col-head.prog.orange {
  color: #ffa535;
}

._3col-head.prog.red {
  color: red;
}

._3col-head._6 {
  font-size: 20px;
  line-height: 24px;
}

.bold-extra, .bold-text-15, .bold-text-16 {
  font-weight: 800;
}

.bold-text-17 {
  font-family: Roboto, sans-serif;
}

.link-95 {
  display: inline;
}

.image-62 {
  display: none;
}

.bold-h2, .bold-text-19, .bold-text-20, .bold-text-21, .bold-text-22 {
  font-weight: 800;
}

.image-63 {
  position: absolute;
}

.link-96 {
  display: block;
}

.column-45, .column-46 {
  margin-bottom: 24px;
}

._3col---col1 {
  margin-bottom: 32px;
  padding-left: 10px;
  padding-right: 20px;
  display: block;
}

._3col---col1.howto, ._3col---col1.texts2 {
  margin-bottom: 0;
}

._3col---col1.prog.hide {
  display: none;
}

._3col---col2 {
  margin-bottom: 32px;
  padding-right: 20px;
}

._3col---col2.student {
  margin-bottom: 0;
}

._3col---col2.howto {
  margin-bottom: 8px;
}

._3col---col2.texts2 {
  margin-bottom: 0;
}

._3col---col2._0 {
  padding-right: 0;
}

._3col---col3 {
  margin-bottom: 32px;
}

._3col---col3.howto {
  margin-bottom: 8px;
}

._3col---col3.authors {
  padding-left: 0;
  padding-right: 0;
}

._3col---col3.prog {
  margin-bottom: 0;
}

._3col---col3.clients {
  padding-right: 0;
}

._3col---col3.main {
  margin-bottom: 0;
  padding-left: 0;
}

.link-97 {
  display: inline;
}

.bold-intext {
  padding-right: 0;
  font-weight: 800;
  display: inline;
}

.bold-text-23 {
  font-weight: 800;
}

.icon-8 {
  color: #e2e2e2;
  margin-left: -9px;
}

.dropdown-main {
  white-space: normal;
  width: 100%;
  padding: 0 20px 0 0;
  display: block;
  position: relative;
}

.dropdown-main._w--open {
  overflow: auto;
}

.dropttext {
  color: #2767c5;
  white-space: normal;
  object-fit: fill;
  width: 100%;
  display: inline-block;
}

.dropttext.license {
  font-size: 24px;
  line-height: 32px;
}

.dropdown-list-3 {
  background-color: #0000;
  display: none;
  position: relative;
}

.dropdown-list-3.w--open {
  background-color: #0000;
  display: block;
}

.dropdown-list-3._w--open {
  overflow: auto;
}

.bold-text-24, .bold-text-25, .bold-text-26, .bold-text-27, .bold-h3 {
  font-weight: 800;
}

.icon-9 {
  border: 1px #e2e2e2;
  margin-top: 8px;
  margin-bottom: 0;
  margin-right: 10px;
  inset: 0% auto 0% -8%;
}

.link-98 {
  display: inline;
}

.image-64 {
  width: 36px;
  margin-top: -4px;
  position: absolute;
  top: -1%;
  left: 92%;
}

.image-64._2 {
  left: -7%;
}

.image-64.license {
  margin-top: -2px;
  margin-left: 0;
  left: 68%;
}

.image-64.texts {
  margin-top: -15px;
  top: 10px;
  left: 95%;
}

.image-64.main {
  width: auto;
  height: auto;
  margin-top: 0;
  margin-left: 0;
  inset: 30% 0% 0% 80%;
}

.image-64.main.short {
  left: 28%;
}

.icon-10 {
  color: #d8d8d8;
  margin-left: 0;
}

.icon-11 {
  color: #d8d8d8;
  margin-right: 0;
}

.mask {
  border: 1px #d8d8d8;
  height: auto;
  margin-bottom: 12px;
}

.mask.prog {
  border-style: none;
  height: auto;
  overflow: hidden;
}

.slideicon {
  color: #d8d8d8;
}

.slideicon.left {
  color: #e2e2e2;
  margin: auto 0 auto 20px;
}

.slideicon.right {
  color: #d8d8d8;
  margin: auto 0 auto 20px;
}

.mask-2 {
  border: 1px solid #d8d8d8;
}

._2col--1 {
  height: auto;
  margin-top: 16px;
}

._2col--1.text {
  margin-top: 0;
  display: block;
}

._2col--1.mio {
  background-image: url('../images/orange4.png');
  background-position: 0 45px;
  background-repeat: no-repeat;
  background-size: 60%;
  padding-right: 0;
}

._2col--1.uc {
  background-image: url('../images/text4.png');
  background-position: 0 40px;
  background-repeat: no-repeat;
  background-size: 400px;
  margin-top: 0;
}

.column-quote {
  margin-top: 48px;
}

.column-50, .column-51 {
  margin-top: 8px;
}

.image-65 {
  position: absolute;
}

.image-66 {
  z-index: 0;
  position: absolute;
  top: 125px;
  left: 185px;
}

.col-image {
  margin-top: 16px;
}

.image-67 {
  width: 42px;
  min-width: 42px;
  height: 43px;
  min-height: 43px;
  margin-top: 2px;
  margin-left: -44px;
  margin-right: 0;
  padding-top: 0;
}

.image-67.main {
  margin-left: 0;
  position: absolute;
  left: 14px;
}

.spot {
  color: #ffa535;
  margin-top: 5px;
  font-size: 30px;
  line-height: 24px;
  display: block;
}

.div-block-20, .div-block-21 {
  display: block;
}

.image-68 {
  margin-right: 0;
}

.column-52 {
  padding-right: 0;
}

.menu-button-3 {
  margin-left: -51px;
  padding: 0 10px 0 0;
}

.dropdown-toggle-3 {
  padding: 0;
  display: flex;
}

.drophead {
  width: auto;
  margin-bottom: 28px;
  font-family: Roboto, sans-serif;
  font-size: 28px;
  line-height: 24px;
}

.drophead.main {
  color: #000;
  margin-bottom: 0;
}

.drophead.main.white {
  color: #fff;
}

.icon-12 {
  margin-top: 8px;
  position: relative;
}

.dropheadicon {
  width: 32px;
  height: 32px;
  margin-top: -4px;
  margin-left: 6px;
}

.dropheadicon.main {
  order: 0;
  width: 32px;
  height: 32px;
  margin-top: -8px;
  margin-left: 12px;
  position: relative;
  top: 6px;
  left: 0;
}

.headcol1 {
  padding-left: 0;
  display: flex;
}

.div-block-22 {
  margin-left: 10px;
  display: flex;
}

.div-block-22.main {
  margin-left: 0;
}

.div-block-23 {
  margin-left: 88px;
  display: flex;
}

.div-block-23.main {
  margin-left: 72px;
  display: block;
}

.div-block-23._1 {
  text-align: left;
  flex: 0 auto;
  justify-content: flex-end;
  width: auto;
  margin-left: 119px;
}

.header-6 {
  margin-top: 14px;
}

.link-99, .link-100, .link-101, .link-102, .link-103, .link-104, .link-105, .link-106 {
  display: inline;
}

.image-69 {
  margin-top: 16px;
}

.div-block-24, .div-block-25 {
  display: flex;
}

.link-107, .link-108, .link-109 {
  display: inline;
}

.div-block-26 {
  height: 100px;
}

.placeholder {
  height: 300px;
}

.placeholder._3 {
  height: 100px;
}

.placeholder._4 {
  height: 104px;
}

.placeholder._5 {
  height: 200px;
}

.arrow {
  height: 180px;
}

.arrow._3 {
  width: 322px;
  height: 200px;
  position: absolute;
  top: 47px;
  left: -193px;
}

.arrow._3._2 {
  top: 20px;
  left: -101px;
}

.arrow._2 {
  width: 191px;
  height: 286px;
  margin-left: -80px;
}

.arrow._1 {
  width: 191px;
  height: 286px;
  padding-top: 0;
}

.column-55._0 {
  height: 10px;
}

.underline {
  font-weight: 400;
  text-decoration: underline;
}

.section-11 {
  margin-top: 0;
  padding-top: 14px;
}

.dropdown-2 {
  display: block;
}

.dropdown-2.head {
  margin-left: 8px;
}

.header-8 {
  background-image: url('../images/суть7.png');
  background-position: 68% -40px;
  background-repeat: no-repeat;
  background-size: 280px;
  margin-bottom: 45px;
  padding-top: 14px;
  display: block;
}

.header-8.about {
  background-image: none;
  width: 1140px;
  max-width: 100%;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 0;
}

.sign {
  color: #fff;
}

.container-29 {
  max-width: 1140px;
}

.link-block {
  position: absolute;
  inset: -22% 170% 0% auto;
}

.link-block.sobakapav {
  top: -28%;
}

.link-block-2 {
  display: none;
}

.butauthor1 {
  z-index: 2;
  border-radius: 8px;
  font-size: 18px;
  position: relative;
}

.link-110, .link-111 {
  display: inline;
}

.section-12 {
  background-image: url('../images/рез-низ.png');
  background-position: 30%;
  background-repeat: no-repeat;
  background-size: 955px;
}

.dropdown-list-4 {
  color: #000;
  background-color: #fff;
  border: 1px solid #d8d8d8;
  margin-top: -24px;
  margin-left: -20px;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 20px;
  position: absolute;
}

.dropdown-list-4.w--open {
  margin-left: -20px;
}

.dropdown-list-4.header {
  margin-left: -250px;
}

.butauthor2 {
  z-index: 2;
  border-radius: 8px;
  position: relative;
}

.bold-text-28 {
  font-size: 18px;
}

.headcolumns {
  flex: 1;
  justify-content: flex-start;
  min-width: auto;
  max-width: 1140px;
  margin-left: 0;
  padding-top: 14px;
  padding-left: 0;
  display: flex;
}

.link-block-3 {
  margin-left: 0;
  margin-right: 10px;
}

.link-block-4 {
  margin-right: 10px;
}

.linkblockhead {
  width: auto;
  margin-right: 0;
}

.linkblockhead.hide {
  display: none;
}

.link-112, .link-113, .link-114, .link-115, .link-116, .link-117, .link-118, .link-119, .link-120, .link-121, .link-122, .link-123 {
  display: inline;
}

.column-57 {
  padding-left: 0;
}

.link-124 {
  display: inline;
}

.column-58 {
  padding-right: 0;
}

.column-58.text {
  background-image: url('../images/text3.png');
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: 200px;
  display: block;
}

.divprogram {
  margin-top: 0;
  padding-left: 20px;
}

.divprogram._2 {
  margin-top: 18px;
  padding-top: 0;
}

.divprogram.border {
  border-right: 1px #ffa535;
  padding-left: 0;
}

.divprogram._0 {
  padding-left: 0;
}

.div-block-29 {
  display: flex;
}

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

.columns-12 {
  background-image: url('../images/text3.png');
  background-position: 35% 70%;
  background-repeat: no-repeat;
  background-size: 220px;
}

.div-left {
  float: none;
}

.image-72 {
  width: 40%;
  margin-top: 75px;
  margin-left: 0;
}

.image-72.mio {
  width: 100%;
  margin-top: 80px;
}

.link-126 {
  display: inline;
}

.italic-text, .italic-text-2, .italic-text-3, .italic-text-4, .italic-text-5 {
  font-style: normal;
}

.columns-13 {
  margin-top: 32px;
}

.parprog {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Roboto, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.parprog.funheading {
  margin-bottom: 0;
}

.parprog._111 {
  width: 120px;
}

.columns-14 {
  margin-top: 0;
}

.columns-14.hide {
  display: none;
}

.payblock {
  padding-top: 48px;
}

.pay-block {
  background-image: url('../images/text2.png');
  background-position: 0 5%;
  background-repeat: no-repeat;
  background-size: 360px;
  padding-top: 48px;
}

.pay-block.mio {
  background-image: url('../images/yellow5.png');
  background-position: 0 0;
  margin-top: 0;
  padding-top: 8px;
}

.pay-block.mio._2 {
  padding-top: 20px;
  padding-bottom: 20px;
}

.pay-block.mio.mailing {
  margin-left: -20px;
}

.link-127 {
  display: inline;
}

.space {
  font-size: 32px;
}

.column-59 {
  padding-left: 0;
  padding-right: 0;
}

.column-60 {
  padding-left: 0;
}

.link-128 {
  display: inline;
}

.bold-payblock {
  color: #000;
  font-size: 32px;
}

.div-block-31 {
  margin-top: 0;
}

.link-129, .link-130 {
  display: inline;
}

.div-block-32 {
  margin-top: 80px;
}

.link-131, .link-132, .link-133, .link-134 {
  display: inline;
}

.bold-text-29 {
  font-weight: 800;
}

.link-135 {
  display: inline;
}

.div-block-33 {
  margin-top: 0;
}

.div-block-34 {
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  margin-left: 0;
  padding-top: 40px;
  padding-bottom: 32px;
}

.div-block-35 {
  margin-top: 0;
  padding-top: 56px;
}

.div-block-36 {
  margin-top: 32px;
}

.link-136, .link-137, .link-138 {
  display: inline;
}

.div-block-38 {
  background-image: url('../images/orange4.png');
  background-position: 0 60px;
  background-repeat: no-repeat;
  background-size: 260px;
}

.link-139, .link-140, .link-141, .link-142 {
  display: inline;
}

.price {
  margin-top: 8px;
  margin-bottom: 0;
  font-family: Roboto, sans-serif;
  font-size: 52px;
  font-weight: 400;
  line-height: 56px;
}

.price.medium {
  font-size: 40px;
  line-height: 40px;
  display: block;
}

.link-143, .link-144 {
  display: inline;
}

.slide {
  height: auto;
}

.slider-3 {
  background-color: #fff;
  height: 900px;
  margin-top: 32px;
  margin-bottom: 60px;
}

.slider-3._2 {
  height: 1000px;
  margin-bottom: 100px;
}

.slider-3.hs {
  height: 1100px;
}

.slide-nav {
  display: none;
}

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

.link-145, .link-146, .link-147 {
  display: inline;
}

.image-73, .image-73.small {
  width: auto;
  height: 220px;
}

.image-73._16 {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.image-73.im.lgr {
  height: 300px;
  margin-top: -60px;
  margin-bottom: -20px;
}

.image-74 {
  width: auto;
  height: 280px;
}

.image-75 {
  height: 300px;
}

.section-13 {
  margin-top: 0;
}

.section-13._48 {
  margin-top: 48px;
}

.link-148, .link-149 {
  display: inline;
}

.image-76 {
  width: 90%;
  margin-top: 100px;
}

.image-76.bm {
  width: auto;
  margin-top: 0;
}

.left-arrow {
  background-color: #0000;
  background-image: url('../images/left-edge3.png');
  background-position: 25px 0;
  background-repeat: no-repeat;
  background-size: contain;
  width: 20%;
  height: 110%;
  margin-left: -100px;
  margin-right: 0;
  left: 0;
}

.right-arrow {
  background-color: #0000;
  background-image: url('../images/right-edge3.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  width: 20%;
  height: 110%;
  margin-left: 91%;
  margin-right: 0;
  padding-left: 0;
  left: 0;
}

.left-arrow-2 {
  background-color: #0000;
  background-image: url('../images/left-edge3.png');
  background-position: 30px 0;
  background-repeat: no-repeat;
  background-size: contain;
  width: 20%;
  height: 110%;
  margin-left: -100px;
}

.right-arrow-2 {
  color: #fff;
  background-color: #0000;
  background-image: url('../images/right-edge3.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  width: 20%;
  height: 110%;
  margin-left: 83%;
  margin-right: 0;
  left: 0;
}

.video-2 {
  margin-top: 16px;
}

.link-150, .link-151, .link-152 {
  display: inline;
}

._30pt {
  padding-left: 30px;
  padding-right: 0;
}

._30pt._1 {
  background-image: url('../images/ecomom-1-1_1.png');
  background-position: 30px 0;
  background-repeat: no-repeat;
  background-size: 80%;
  padding-left: 40px;
}

.link-153, .link-154, .link-155, .link-156, .link-157 {
  display: inline;
}

.slide-2 {
  color: #000;
  border: 1px #000;
  height: 400px;
}

.slider-4 {
  background-color: #0000;
  background-image: url('../images/home3.png');
  background-position: 0 20px;
  background-repeat: no-repeat;
  background-size: 631px;
  border: 1px #000;
  height: 500px;
  margin-left: -70px;
}

.mask-3 {
  border: 1px #000;
}

.icon-13 {
  margin-left: 50px;
  margin-right: 0;
}

.icon-14 {
  margin-left: 0;
  margin-right: 0;
}

.column-62 {
  margin-top: 73px;
}

.link-158, .link-159 {
  display: inline;
}

.container-30 {
  display: none;
}

.div-block-40 {
  background-image: url('../images/spot1-1.png');
  background-position: 0 150px;
  background-repeat: no-repeat;
  background-size: 300px;
  margin-left: -50px;
  padding-top: 32px;
  padding-bottom: 32px;
}

.div-block-41 {
  margin-top: 0;
  margin-right: 0;
}

.link-160, .link-161, .link-162 {
  display: inline;
}

.div-block-42 {
  width: 500px;
  margin-top: 8px;
  margin-left: 0;
  padding-left: 160px;
}

.div-block-42.hidden {
  display: none;
}

.div-block-43 {
  margin-right: -40px;
}

.column-63 {
  background-image: url('../images/spot1-1.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: 300px;
}

.image-77 {
  margin-top: 24px;
  margin-bottom: 32px;
}

.link-163, .link-164 {
  display: inline;
}

.link-164.white {
  color: #2767c5;
}

.link-165 {
  display: inline;
}

.video-3 {
  margin-top: 8px;
}

.link-166 {
  display: inline;
}

.div-block-44 {
  margin-top: 32px;
  margin-bottom: 32px;
}

.image-78 {
  margin-top: 48px;
}

.image-79 {
  margin-top: 16px;
}

.image-80 {
  margin-top: 48px;
}

.div-block-45 {
  margin-top: 32px;
}

.icon-15 {
  color: #e2e2e2;
}

.slide-3 {
  height: auto;
}

.left-arrow-3, .right-arrow-4 {
  left: auto;
}

.column-69 {
  margin-top: 8px;
  padding-right: 0;
}

.div-block-46 {
  background-image: url('../images/gray10.png');
  background-position: 30% 10%;
  background-repeat: no-repeat;
  background-size: 534px;
  height: auto;
  margin-top: 0;
  margin-left: -130px;
}

.div-block-47 {
  margin-top: 32px;
  margin-bottom: 16px;
}

.link-167 {
  color: #fff;
}

.dvvshift {
  padding-left: 40px;
}

.link-168, .link-169, .link-170, .link-171, .link-172, .link-173, .link-174, .link-175, .link-176, .link-177, .link-178, .link-179, .link-180, .link-181, .link-182, .link-183, .link-184, .link-185 {
  display: inline;
}

.columns-16, .columns-17 {
  margin-top: 8px;
}

.div-block-48 {
  display: flex;
}

.link-block-5 {
  margin-left: 0;
}

.link-186, .link-187, .link-188, .link-189, .link-190 {
  display: inline;
}

.column-70 {
  padding-top: 0;
}

.div-block-49 {
  margin-top: -16px;
  padding-top: 0;
}

.link-191 {
  display: inline;
}

.div-block-50 {
  margin-bottom: 32px;
}

.div-block-51 {
  display: flex;
}

.radio-button-field {
  font-family: Roboto, sans-serif;
}

.radio-button-field.hide {
  display: none;
}

.radio-button-field.regradio.regradio-uc.hidden {
  display: block;
}

.radio-button-field.regradio.hidden {
  display: none;
}

.radio-button-label {
  text-transform: none;
  font-size: 18px;
  line-height: 28px;
}

.link-192, .link-193, .link-194, .link-195, .link-196, .link-197 {
  display: inline;
}

.column-71 {
  margin-top: -8px;
}

.column--16 {
  margin-top: -16px;
}

.link-198, .link-199, .link-200, .link-201, .link-202, .link-203, .link-204, .link-205, .link-206, .link-207, .link-208, .link-209 {
  display: inline;
}

.columns-18 {
  margin-bottom: 32px;
}

.link-210 {
  display: inline;
}

.image-81 {
  display: none;
  position: absolute;
  top: 225.042px;
  left: 350px;
}

.link-211, .link-212, .link-213, .link-214, .link-215, .link-216, .link-217, .link-218, .link-219, .link-220 {
  display: inline;
}

.notbold {
  font-weight: 400;
}

.link-221, .link-222 {
  display: inline;
}

.columns-19 {
  margin-left: 0;
}

.div-block-52 {
  margin-left: -40px;
  display: flex;
}

.div-block-53 {
  width: 30px;
  margin-top: 12px;
}

.div-block-53._2 {
  width: 40px;
}

.div-block-54 {
  margin-left: 30px;
}

.div-block-55 {
  height: 148px;
}

.link-block-6 {
  margin-bottom: 0;
}

.div-block-56 {
  height: 74px;
}

.image-83, .image-84, .image-85, .image-86 {
  width: 30px;
  height: 30px;
}

.favicon {
  width: 24px;
  height: 24px;
  margin-bottom: 0;
}

.favicon.big {
  width: 24px;
  height: 24px;
  margin-left: 2px;
}

.favicon._2 {
  width: 32px;
  height: 32px;
  margin-left: 0;
  padding-left: 0;
}

.favicon._24x41 {
  height: 41px;
}

.favicon._22x22 {
  width: 22px;
  height: 22px;
}

.div-block-57 {
  height: 136px;
}

.div-block-58 {
  height: 72px;
}

.div-block-59 {
  height: 112px;
}

.div-block-60 {
  height: 116px;
}

.div-block-61 {
  height: 30px;
}

.div-block-62 {
  height: 40px;
}

.div-block-63 {
  height: 28px;
}

.link-223 {
  display: inline;
}

.div-block-64 {
  height: 4px;
}

.div-block-65 {
  height: 76px;
}

.link-224, .link-225, .link-226, .link-227, .link-228, .link-229 {
  display: inline;
}

.form-5 {
  margin-top: 40px;
  padding-top: 8px;
  padding-bottom: 16px;
  padding-left: 10%;
}

.form-5.main {
  padding-left: 0;
}

.checkbox-label {
  text-transform: none;
  margin-bottom: 0;
  font-family: Roboto, sans-serif;
  font-size: 18px;
  line-height: 28px;
}

.checkbox {
  margin-top: 8px;
  font-size: 18px;
}

.checkbox-field {
  display: none;
}

.text-field-3 {
  min-width: auto;
  min-height: auto;
  font-family: Roboto, sans-serif;
  font-size: 18px;
}

.text-field-3.textarea {
  min-height: 90px;
}

.text-field-4, .text-field-5, .text-field-6 {
  font-family: Roboto, sans-serif;
  font-size: 18px;
}

.success-message {
  color: #000;
  background-color: #fff;
  background-image: url('../images/tech2.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: auto;
  margin-top: 200px;
  padding-left: 10px;
  font-size: 18px;
}

.success-message.form {
  background-image: url('../images/yellow-ok1.png');
  margin-top: 0;
  padding-top: 32px;
  padding-bottom: 32px;
}

.success-message.demo {
  margin-top: 0;
  padding-top: 24px;
  padding-bottom: 24px;
}

.text-field-7 {
  display: block;
}

.yandex-payment-lander.divpayreg.pay {
  display: inline-block;
}

.columns-20 {
  padding-right: 0;
}

.column-72 {
  padding-right: 10px;
}

.column-73 {
  padding-right: 0;
}

.columns-21 {
  margin-bottom: 16px;
}

.link-230 {
  display: inline;
}

.success-message-2 {
  background-color: #fff;
  background-image: url('../images/yellow-ok1.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 260px;
  padding-top: 32px;
  padding-bottom: 32px;
  padding-left: 0;
  position: static;
}

.columns-22 {
  margin-bottom: 32px;
}

.link-231 {
  display: inline;
}

.column-74 {
  margin-top: 0;
}

.radio-button {
  margin-top: 8px;
}

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

.div-block-67 {
  margin-top: 16px;
}

.div-block-68 {
  margin-top: 8px;
  display: block;
}

.div-block-69 {
  margin-top: 8px;
}

.div-block-70 {
  margin-top: 24px;
  margin-bottom: 0;
  padding-bottom: 0;
}

.red {
  color: red;
}

.divformmod {
  margin-bottom: 24px;
}

.divformmod.divformmod-select {
  margin-bottom: 16px;
}

.divformmod.divformmod-io.hidden {
  display: none;
}

.divformmod.divformmod-uc.hidden {
  display: block;
}

.divformmod.divformmod-texts.hidden {
  display: none;
}

.divformmod.divformmod-focus.hidden {
  display: block;
}

.divpayreg {
  margin-top: 32px;
}

.divpayreg.pay, .divpayreg.pay.firm {
  margin-top: 24px;
  margin-bottom: 16px;
  display: block;
}

.divpayreg.pay.hidden {
  display: none;
}

.divpayreg.reg {
  margin-top: 24px;
  margin-bottom: 16px;
}

.divpayreg.reg.hide {
  display: none;
}

.checkbox-2 {
  margin-top: 8px;
}

.link-232, .link-233, .showmodal-select {
  display: inline;
}

.column-84 {
  margin-top: 0;
}

.checkbox-label-2 {
  letter-spacing: normal;
}

.columnsradio.hidden {
  display: none;
}

.link-234, .link-235, .link-236 {
  display: inline;
}

.columns-23 {
  display: block;
}

.div-block-71 {
  height: 16px;
}

.link-237, .link-238, .link-239, .link-240 {
  display: inline;
}

.columns-24 {
  margin-bottom: 0;
}

.left-arrow-4 {
  margin-left: -67px;
}

.right-arrow-5 {
  margin-right: -38px;
  padding-right: 0;
}

.linkbutton {
  color: #fff;
  background-color: #ffa535;
  border-radius: 8px;
  justify-content: center;
  align-items: stretch;
  width: 50%;
  height: 48px;
  margin-top: 0;
  padding-top: 12px;
  padding-bottom: 8px;
  padding-left: 0;
  font-family: Roboto, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
  text-decoration: none;
}

.linkbutton:visited {
  color: #000;
}

.linkbutton.header {
  width: 132px;
  height: 32px;
  margin-top: 0;
  padding-top: 4px;
  padding-left: 0;
  font-size: 18px;
}

.linkbutton.module {
  z-index: 3;
  color: #fff;
  background-color: #587ddd;
  width: 157px;
  position: relative;
}

.linkbutton.module.licence {
  width: 200px;
  margin-top: 20px;
  margin-left: 80px;
}

.linkbutton.module.licence._0 {
  margin-left: 10px;
}

.linkbutton.module.demo {
  margin-top: 60px;
  margin-left: 44%;
  padding-top: 12px;
  padding-left: 0;
  padding-right: 0;
}

.linkbutton.module._1 {
  width: 75%;
}

.linkbutton.module._1.logic {
  width: 100%;
}

.linkbutton.orangemodule {
  color: #fff;
}

.linkbutton.orangemodule.main {
  align-items: center;
  width: 75%;
  padding-top: 8px;
  font-size: 18px;
  line-height: 28px;
}

.linkbutton.corp {
  color: #fff;
  width: 100%;
}

.linkbutton.corp._2 {
  z-index: 2;
  width: 300px;
  position: relative;
}

.linkbutton.corp._2.hide {
  display: none;
}

.linkbutton.corp._3 {
  width: 160px;
}

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

.div-block-73 {
  margin-top: 0;
}

.div-block-74 {
  padding-right: 0;
}

.bold-text-30 {
  font-size: 48px;
}

.div-block-76 {
  margin-top: 32px;
  margin-bottom: 0;
  margin-left: 0;
  padding-bottom: 0;
  padding-left: 130px;
}

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

.link-241, .link-242, .link-243, .link-244 {
  display: inline;
}

.slide-nav-2 {
  color: #0000;
}

.image-87 {
  border: 1px #e2e2e2;
  width: 95%;
  height: auto;
  margin-top: 10px;
  padding-left: 1px;
}

.image-88, .image-89 {
  border: 1px solid #e2e2e2;
  width: 95%;
}

.image-90 {
  border: 1px solid #e2e2e2;
}

.image-91 {
  border: 1px #e2e2e2;
  width: 90%;
  margin-top: 0;
}

.image-91.hs {
  text-align: center;
  width: auto;
  height: 1000px;
}

.image-92 {
  border: 1px #e2e2e2;
  width: 70%;
  margin-top: 20px;
  margin-left: 140px;
}

.image-93 {
  border: 1px #e2e2e2;
  width: 90%;
  margin-top: 30px;
  margin-left: 20px;
}

.image-94 {
  border: 1px solid #e2e2e2;
  width: 75%;
  margin-top: 10px;
  margin-left: 120px;
}

.image-95 {
  border: 1px #e2e2e2;
  width: 80%;
  margin-top: 20px;
  margin-left: 80px;
}

.image-96 {
  border: 1px #e2e2e2;
  width: 95%;
}

.link-245 {
  display: inline;
}

.container-31, .container-32, .columns-25 {
  display: none;
}

.columns-25.uform {
  display: block;
}

.container-33 {
  display: none;
}

.div-block-77 {
  margin-top: 32px;
}

.column-87 {
  padding-left: 0;
}

.link-246 {
  display: inline;
}

.link-block-7 {
  width: 28px;
  height: 28px;
  margin-right: 2px;
  padding-right: 0;
}

.div-block-78 {
  margin-bottom: 0;
  padding-bottom: 0;
  display: flex;
  position: absolute;
  top: 297px;
  left: 160px;
}

.link-247 {
  display: inline;
}

.image-97 {
  margin-top: 0;
  position: absolute;
  top: 45%;
  left: 4px;
}

.image-98 {
  position: absolute;
  top: 45%;
  left: 166px;
}

.image-99 {
  width: 95%;
}

.image-100 {
  position: absolute;
  top: 45%;
}

.image-101 {
  position: absolute;
  top: 45%;
  left: 161px;
}

.image-102 {
  z-index: 3;
  width: 10%;
  margin-top: -202px;
  margin-left: 50%;
  position: absolute;
}

.image-102.focus {
  width: auto;
  height: 300px;
  margin-top: 0;
  margin-left: 0%;
  position: static;
}

.image-102.focus.image-part-toggle {
  margin-left: 17px;
}

.image-102.image-part-toggle {
  width: auto;
  height: 230px;
  margin-top: 0;
  margin-left: 48px;
  margin-right: 0;
  padding-bottom: 6px;
  padding-right: 0;
}

.image-103 {
  width: 95%;
}

.image-103._2 {
  width: auto;
  height: 860px;
  margin-left: 80px;
  margin-right: auto;
}

.image-104 {
  width: auto;
  position: absolute;
  top: 45%;
}

.image-105 {
  position: absolute;
  top: 46%;
  left: 161px;
}

.image-106 {
  position: absolute;
  top: 45%;
}

.image-107 {
  position: absolute;
  top: 45%;
  left: 163px;
}

.link-248 {
  display: inline;
}

.column-90 {
  padding-left: 0;
  padding-right: 0;
}

.link-249 {
  display: inline;
}

.image-108 {
  margin-top: -40px;
}

.image-108._2 {
  margin-top: -120px;
}

.columns-26, .slide-nav-3 {
  display: none;
}

.image-109, .image-110, .image-111, .image-112, .image-113 {
  border: 2px solid #e2e2e2;
}

.column-107 {
  padding-right: 20px;
}

.column-108 {
  padding-left: 20px;
}

.column-109 {
  padding-right: 0;
}

.columns-27 {
  margin-top: 0;
  padding-top: 32px;
}

.columns-28 {
  padding-top: 32px;
}

.html-embed {
  font-family: Roboto, sans-serif;
}

.image-114 {
  width: 20px;
  height: 20px;
  margin-top: 16px;
}

.div-block-82 {
  background-image: url('../images/yellow-ok1.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: auto;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 24px;
  padding-bottom: 24px;
}

.div-block-82._1 {
  background-image: url('../images/композиция6-когнитивная-нагрузка.png');
  background-position: 100% 0;
  background-size: auto;
}

.error-message {
  background-color: #e2e2e2;
}

.column-112 {
  margin-bottom: 0;
  padding-bottom: 16px;
}

.big-static-number {
  opacity: 1;
  color: #000;
  font-family: Permanent Marker, sans-serif;
  font-size: 88px;
  font-weight: 400;
  line-height: 68px;
}

.image-115 {
  border: 2px solid #e2e2e2;
}

.columns-29 {
  display: block;
}

.bold-text-31 {
  font-weight: 800;
}

.link-250, .link-251, .link-252 {
  display: inline;
}

.column-113 {
  margin-top: 24px;
  margin-bottom: -8px;
}

.column-114 {
  display: none;
}

.image-116, .image-117 {
  height: 300px;
  position: absolute;
}

.columns-114 {
  display: none;
}

.image-118 {
  height: 300px;
  position: absolute;
}

.checkbox-field-2 {
  display: none;
}

.link-253, .link-254 {
  display: inline;
}

.column-118 {
  background-image: url('../images/рез-низ.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: auto;
}

.image-119 {
  width: auto;
  margin-top: 0%;
  margin-left: 0%;
  padding-left: 0;
}

.form-6 {
  display: flex;
}

.image-120 {
  margin-left: 40px;
}

.div-block-84 {
  margin-top: 0;
}

.div-block-85 {
  margin-top: 220px;
  padding-top: 0;
}

.link-255, .link-256, .link-257, .link-258 {
  display: inline;
}

.image-121 {
  margin-top: 48px;
  padding-top: 20px;
}

.link-259, .link-260, .link-261 {
  display: inline;
}

.image-122 {
  height: 0;
  padding-top: 0;
}

.image-123 {
  margin-top: -64px;
}

.image-124 {
  margin-top: 48px;
  padding-top: 20px;
}

.link-262 {
  display: inline;
}

.image-125 {
  margin-top: 24px;
}

.link-263, .link-264, .link-265, .link-266, .link-267, .link-268, .link-269 {
  display: inline;
}

.image-126 {
  border: 1px solid #d8d8d8;
  margin-top: 16px;
  margin-left: 10px;
}

.link-270 {
  display: inline;
}

.div-emoji {
  margin-left: -50px;
  display: flex;
}

.div-em1 {
  width: 50px;
  min-width: 50px;
}

.image-em1 {
  width: 36px;
  margin-top: 16px;
}

.image-em2 {
  width: 36px;
  margin-top: 60px;
}

.column-120 {
  background-image: url('../images/feeback-filter3.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: auto;
  margin-bottom: 0;
  padding-bottom: 48px;
}

.link-271 {
  display: inline;
}

.image-127 {
  width: 35%;
  position: absolute;
  inset: 40% 0% auto auto;
}

.link-272, .link-273, .link-274, .link-275, .link-276, .link-277 {
  display: inline;
}

.image-128 {
  margin-bottom: -112px;
}

.link-278, .link-279, .link-280, .link-281, .link-282 {
  display: inline;
}

.radio-button-label-2 {
  font-family: Roboto, sans-serif;
}

.radio {
  display: none;
}

.image-129 {
  height: auto;
  margin-top: -40px;
  margin-bottom: -40px;
}

.image-130 {
  margin-top: 69px;
}

.link-283, .link-284, .link-285, .link-286 {
  display: inline;
}

.image-131 {
  margin-bottom: -60px;
}

.link-287 {
  display: inline;
}

.div-block-86 {
  margin-bottom: 32px;
}

.link-288, .link-289, .link-290, .link-291 {
  display: inline;
}

.data {
  margin-top: 32px;
  margin-left: 100px;
}

.data._1 {
  margin-left: 40px;
}

.greyprog {
  color: gray;
  font-weight: 400;
}

.div-block-87 {
  margin-left: -128px;
  margin-right: 0;
  display: flex;
}

.div-block-88 {
  text-align: right;
  justify-content: flex-end;
  width: 160px;
  padding-right: 20px;
  display: block;
}

.giantspot {
  font-size: 36px;
  line-height: 28px;
}

.giantspot.green {
  color: green;
}

.giantspot.orange {
  color: #ffa535;
}

.div-block-89, .div-block-90 {
  height: 128px;
}

.column-121 {
  padding-right: 0;
}

.div-block-91 {
  margin-right: 0;
  padding-right: 0;
}

.div-block-92 {
  margin-left: 10px;
  margin-right: -10px;
}

.div-block-92.lgr {
  margin-top: 0;
}

.div-block-93 {
  margin-left: 10px;
}

.column-122 {
  margin-top: -12px;
  padding-top: 0;
}

.column-123 {
  margin-top: -12px;
}

.div-block-94 {
  border: 1px #ffa535;
  border-right: 1px dashed green;
  width: 200px;
  height: 360px;
}

.div-block-95 {
  border-right: 1px dashed green;
  width: 200px;
  height: 300px;
}

.div-block-96 {
  border-right: 1px dashed #ffa535;
  width: 100px;
  height: 400px;
  margin-left: -110px;
  position: absolute;
}

.div-block-97 {
  border-right: 1px dashed #ffa535;
  width: 100px;
  height: 84px;
  margin-left: -110px;
  position: absolute;
}

.div-block-98 {
  border-right: 1px dashed #ffa535;
  width: 100px;
  height: 140px;
  margin-top: -8px;
  margin-left: -110px;
  position: absolute;
}

.div-block-99 {
  width: 200px;
}

.div-block-100 {
  border-right: 1px dashed #ffa535;
  width: 30px;
  min-width: 30px;
  height: 180px;
}

.div-block-100._1 {
  border-right-style: none;
}

.div-block-101 {
  border-right: 1px dashed #ffa535;
  height: 148px;
}

.column-124 {
  display: flex;
}

.div-block-102 {
  width: 100px;
  margin-left: 20px;
}

.div-block-103 {
  width: 10px;
  margin-left: 60px;
}

.column-125 {
  margin-top: -16px;
  padding-left: 0;
}

.div-block-104 {
  border-right: 1px dashed #ffa535;
  width: 120px;
  height: 220px;
  margin-left: -130px;
  position: absolute;
}

.column-126 {
  display: flex;
}

.striketh {
  font-weight: 400;
  text-decoration: line-through;
}

.div-block-105 {
  height: 150px;
}

.div-block-106 {
  border-left: 1px dashed #ffa535;
  width: 200px;
  height: 340px;
  margin-left: 0;
  padding-left: 20px;
}

.div-block-107 {
  width: 200px;
}

.div-block-108 {
  border-right: 1px dashed green;
}

.column-127 {
  padding-left: 10px;
}

.div-block-109 {
  width: 200px;
}

.div-block-110 {
  height: 10px;
}

.div-block-111 {
  min-width: 200px;
  padding-left: 10px;
}

.div-block-112 {
  height: 74px;
}

.div-block-113 {
  height: 28px;
}

.div-block-114 {
  border-right: 1px dashed #ffa535;
  width: 100px;
  height: 310px;
  margin-top: 10px;
  margin-left: -110px;
  position: absolute;
}

.column-128 {
  margin-top: -12px;
}

.div-block-115 {
  height: 20px;
}

.div-block-116 {
  width: 200px;
}

.image-feedback {
  display: none;
}

.image-feedback.feedback {
  width: 100px;
  height: 100px;
}

.image-feedback.feedback-delight, .image-feedback.feedback-interest, .image-feedback.feedback-format, .image-feedback.feedback-dontstop {
  display: none;
}

.feedback-mio.image-feedback, .feedback-uc.image-feedback, .feedback-texts.image-feedback {
  height: auto;
  display: none;
}

.image-132 {
  height: 170px;
  margin-top: -194px;
  margin-left: 123px;
  display: none;
  position: absolute;
}

.image-132.image-double-toggle {
  display: block;
}

.div-block-117 {
  width: 60px;
}

.div-block-118 {
  display: flex;
}

.image-133 {
  height: auto;
  position: absolute;
  top: -111px;
  left: -42px;
}

.image-133.image-part-toggle {
  top: 84px;
  left: -91px;
}

.div-block-119 {
  width: 200px;
}

.div-block-120 {
  height: 48px;
}

.div-block-121, .div-block-122 {
  height: 44px;
}

.div-block-123 {
  width: 200px;
  height: auto;
}

.div-block-124 {
  border: 1px #000;
  border-right: 1px dashed #ffa535;
  width: 100px;
  margin-top: 0;
  margin-left: -110px;
  position: absolute;
}

.div-block-124._2 {
  height: 200px;
}

.div-block-125 {
  height: 50px;
}

.div-block-126 {
  height: 24px;
}

.div-block-127 {
  border: 1px #000;
  width: 200px;
  height: 220px;
}

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

.div-block-129 {
  width: auto;
  min-width: 160px;
  margin-left: 20px;
}

.div-block-130 {
  border: 1px #000;
  width: 200px;
  height: 256px;
}

.div-block-131 {
  border-right: 1px dashed #ffa535;
  width: 30px;
  min-width: 30px;
  height: 256px;
}

.div-block-132 {
  border-right: 1px dashed #ffa535;
  width: 30px;
  min-width: 30px;
  height: 148px;
}

.div-block-133 {
  border: 1px #000;
  width: 200px;
}

.image-134 {
  width: 62%;
}

.image-134.image-double-toggle {
  width: 60%;
  display: block;
}

.link-292, .link-293 {
  display: inline;
}

.div-block-134 {
  height: 2px;
}

.container-34 {
  background-image: url('../images/feeback-filter2.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: auto;
}

.image-135 {
  width: 75%;
  margin-top: 40px;
}

.image-135.image-double-toggle {
  width: 75%;
  display: block;
}

.div-block-135 {
  width: auto;
  margin-left: 0;
  display: flex;
}

.div-block-136 {
  border-right: 1px dashed #ffa535;
  height: 220px;
  margin-left: -114px;
  margin-right: 20px;
}

.div-block-137 {
  margin-left: 51px;
}

.columns-115 {
  border-right: 1px dashed #ffa535;
}

.div-block-138 {
  height: 40px;
  display: none;
}

.link-294, .link-295 {
  display: inline;
}

.image-136 {
  width: 70%;
}

.link-296, .link-297, .link-298, .link-299, .link-300, .link-301, .link-302, .link-303 {
  display: inline;
}

.div-block-139 {
  height: 24px;
}

.div-block-140 {
  height: 48px;
}

.div-block-141, .div-block-142 {
  display: none;
}

.link-304, .link-305 {
  display: inline;
}

.div-block-143 {
  height: 48px;
}

.link-306, .link-307 {
  display: inline;
}

.columns-116, .columns-117, .image-double-toggle {
  display: none;
}

.image-137 {
  height: 110%;
}

.image-137.image-double-toggle {
  height: 600px;
  margin-left: 60px;
}

.link-308, .link-309 {
  display: inline;
}

.image-138, .image-139 {
  margin-top: 10px;
}

.image-140 {
  margin-top: 10px;
  padding-bottom: 10px;
}

.image-141 {
  margin-top: 10px;
}

.link-310, .link-311, .link-312 {
  display: inline;
}

.image-142 {
  width: 88%;
  height: auto;
}

.div-block-144 {
  height: 24px;
}

.image-143 {
  width: 90%;
}

.link-313, .link-314, .link-315, .link-316, .link-317 {
  display: inline;
}

.form-block-4 {
  padding-left: 5px;
}

.link-318, .link-319 {
  display: inline;
}

.youtube {
  margin-bottom: 40px;
}

.youtube.streem {
  margin-top: 16px;
  margin-bottom: 24px;
}

.link-320, .link-321, .link-322, .link-323, .link-324, .link-325 {
  display: inline;
}

.image-144 {
  width: 60px;
  height: 60px;
}

.image-145 {
  margin-bottom: 40px;
}

.image-146 {
  width: 60px;
  height: 60px;
}

.image-147, .image-148 {
  margin-top: 16px;
  margin-bottom: 24px;
}

.image-149 {
  margin-top: 24px;
}

.div-block-145 {
  margin-top: 32px;
}

.column-131 {
  padding-left: 20px;
}

.link-326, .link-327, .link-328, .link-329, .link-330 {
  display: inline;
}

.image-150 {
  height: 30px;
}

.link-block-8 {
  position: absolute;
  left: 290px;
}

.image-151 {
  height: 65px;
}

.link-block-9 {
  position: absolute;
  top: 27.7674px;
  left: 300px;
}

.column-132 {
  padding-left: 0;
}

.div-block-146 {
  display: flex;
}

.div-block-147 {
  margin-top: 4px;
  margin-bottom: -2px;
  padding-bottom: 0;
  padding-left: 5px;
}

.div-block-148 {
  margin-top: 4px;
  padding-left: 5px;
}

.div-block-149 {
  padding-left: 5px;
}

.div-block-150 {
  margin-top: 24px;
}

.image-152 {
  position: absolute;
  top: -11.0139px;
  left: 22px;
}

.image-153 {
  position: absolute;
  top: 33.9861px;
  left: 106px;
}

.image-154 {
  position: absolute;
  top: -21.0139px;
  left: 47px;
}

.image-155 {
  margin-top: 0;
  margin-left: 132px;
  position: absolute;
}

.image-156 {
  margin-top: -20px;
  margin-left: 86px;
  position: absolute;
}

.image-157 {
  margin-top: -33px;
  margin-left: 54px;
  position: absolute;
}

.image-158 {
  margin-top: -23px;
  position: absolute;
}

.image-158.image-part-toggle-part {
  z-index: 4;
  margin-left: -33px;
  display: none;
}

.image-159 {
  z-index: 5;
  margin-top: -176px;
  margin-left: 1016px;
  position: absolute;
  top: auto;
  left: auto;
}

.image-159.image-part-toggle-part {
  margin-top: 10px;
  margin-left: 149px;
  display: none;
}

.image-160 {
  margin-top: 98px;
  margin-left: 158px;
  position: absolute;
}

.image-160.image-part-toggle-part {
  margin-top: 110px;
  margin-left: 176px;
  display: none;
}

.image-161 {
  width: auto;
  margin-top: -27px;
  margin-left: 54px;
  padding-top: 0;
  position: absolute;
}

.image-161.image-part-toggle-part {
  margin-left: 8px;
  display: none;
}

.image-162 {
  margin-top: -25px;
  margin-left: 8px;
  display: none;
  position: absolute;
}

.image-163 {
  margin-top: 22px;
  margin-left: 85px;
  display: none;
  position: absolute;
}

.image-164 {
  margin-top: -23px;
  margin-left: 40px;
  display: none;
  position: absolute;
}

.image-165 {
  margin-left: 136px;
  display: none;
  position: absolute;
}

.image-166 {
  margin-top: -21px;
  margin-left: 85px;
  display: none;
  position: absolute;
}

.image-167 {
  margin-top: -26px;
  margin-left: 55px;
  display: none;
  position: absolute;
}

.image-168 {
  width: 100px;
  margin-top: -16px;
  margin-left: 122px;
  position: absolute;
}

.image-168.image-part-toggle-part {
  width: 150px;
  margin-top: -27px;
  margin-left: 92px;
  display: none;
}

.image-169 {
  margin-top: -142px;
  position: absolute;
}

.image-169.image-part-toggle-part {
  width: auto;
  margin-top: 71px;
  margin-left: -69px;
  display: none;
}

.image-169.image-part-toggle-part.hide {
  display: block;
}

.link-331, .link-332 {
  display: inline;
}

.image-170 {
  width: 100%;
}

.image-171 {
  margin-bottom: 10px;
}

.link-333, .link-334, .link-335, .link-336, .link-337, .link-338, .link-339, .link-340, .link-341 {
  display: inline;
}

.image-exp {
  margin-top: -87px;
  margin-left: -120px;
  position: absolute;
}

.image-exp._2 {
  margin-top: -160px;
  margin-left: 400px;
}

.image-exp2 {
  width: 68px;
  height: 348px;
  margin-top: 413px;
  margin-left: -79px;
  position: absolute;
}

.image-exp2.short {
  margin-top: 260px;
}

.image-exp2._2 {
  margin-top: 100px;
  margin-left: 440px;
}

.image-172 {
  margin-top: 40px;
}

.image-173 {
  margin-top: 20px;
}

.link-342, .link-343 {
  display: inline;
}

.image-im {
  border: 1px solid #e2e2e2;
}

.image-container {
  margin-top: 0;
  margin-bottom: 32px;
}

.image-174 {
  height: 370px;
}

.div-block-151, .div-block-152 {
  height: 12px;
}

.image-175 {
  height: 310px;
  margin-right: 0;
  padding-left: 30px;
  padding-right: 30px;
  display: block;
}

.link-344 {
  display: inline;
}

.bold-spot {
  font-size: 36px;
}

.div-block-153 {
  display: flex;
}

.butauthor3, .butauthor4, .butauthor5 {
  border-radius: 8px;
}

.link-345 {
  display: inline;
}

.column-137 {
  padding-right: 0;
}

.column-138, .column-139, .column-140, .column-141 {
  padding-left: 0;
  padding-right: 0;
}

.div-block-154, .div-block-155, .div-block-156 {
  margin-top: 20px;
}

.column-142, .column-143 {
  margin-top: 8px;
}

.column-144 {
  margin-top: 0;
  padding-top: 8px;
}

.column-145 {
  padding-right: 0;
}

.div-block-157 {
  height: 12px;
}

.div-block-158 {
  height: 28px;
}

.div-block-159 {
  height: 50px;
}

.div-block-160, .div-block-161 {
  height: 100px;
}

.div-block-162, .div-block-163 {
  height: 220px;
}

.div-block-164 {
  height: 244px;
}

.div-block-165 {
  height: 48px;
}

.div-block-166 {
  height: 72px;
}

.link-346, .link-347, .link-348 {
  display: inline;
}

.div-block-168 {
  height: 48px;
}

.div-block-169 {
  height: 64px;
}

.image-176 {
  margin-top: -32px;
  margin-bottom: -60px;
}

.image-177 {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
}

.image-178 {
  margin-top: -40px;
}

.div-block-170 {
  height: 48px;
}

.div-block-171, .div-block-172, .div-block-173 {
  height: 60px;
}

.div-block-174 {
  height: 40px;
}

.div-block-175 {
  height: 48px;
}

.div-block-176 {
  height: 32px;
}

.div-block-177 {
  height: 24px;
}

.div-block-178 {
  height: 12px;
}

.image-179 {
  display: block;
}

.link-349, .link-350, .link-351, .link-352, .link-353, .link-354, .link-355, .link-356 {
  display: inline;
}

.div-block-179 {
  height: 24px;
}

.link-357 {
  display: inline;
}

.image-180 {
  margin-left: 10px;
}

.image-181 {
  margin-top: 16px;
  margin-right: 0;
  padding-right: 10px;
}

.link-358, .link-359 {
  display: inline;
}

.div-block-180 {
  height: 24px;
}

.link-360, .link-361, .link-362, .link-363, .link-364 {
  display: inline;
}

.columns-118, .columns-119, .columns-120, .checkbox-field-3, .checkbox-field-4, .checkbox-field-5, .checkbox-field-6, .columns-121 {
  display: none;
}

.div-block-181 {
  margin-top: 16px;
}

.link-365 {
  display: inline;
}

.div-block-182 {
  height: 0;
  margin-top: 12px;
}

.div-block-183 {
  height: 2px;
}

.link-366, .link-367 {
  display: inline;
}

.div-block-184 {
  height: 30px;
}

.div-block-185 {
  height: 132px;
  line-height: 80px;
}

.div-block-186 {
  text-align: left;
  position: absolute;
  inset: 332px 0% 0% 464px;
}

.div-block-187 {
  position: static;
  inset: auto auto 0% 0%;
}

.div-block-188 {
  height: 596px;
}

.div-block-189 {
  height: 16px;
}

.div-block-190 {
  height: 48px;
}

.link-368, .link-369 {
  display: inline;
}

.column-154 {
  padding-right: 0;
}

.image-182 {
  width: 65%;
  height: auto;
}

.image-183 {
  width: 90%;
}

.div-block-191 {
  height: 64px;
}

.html-embed-2 {
  text-align: left;
  width: 35%;
  margin-top: 40px;
  margin-left: 50%;
  position: absolute;
}

.column-155 {
  padding-left: 140px;
  padding-right: 0;
}

.div-block-192 {
  height: 48px;
}

.div-block-193 {
  height: 110px;
}

.feedback-comp.image-feedback, .feedback-boss.image-feedback, .feedback-eng.image-feedback {
  display: none;
}

.image-184 {
  width: auto;
  margin-top: 0;
  margin-left: 75%;
  padding-top: 0;
  position: absolute;
}

.move {
  opacity: 0;
}

.trigger-image {
  opacity: 1;
  height: auto;
}

.trigger-image.q {
  height: 370px;
}

.petbutton {
  color: #7da4ff;
  background-color: #fff;
  padding-left: 0;
  font-size: 24px;
}

.im-scroll {
  position: absolute;
  top: 282.056px;
  left: -80px;
}

.triggered-image {
  opacity: 0;
  height: auto;
  margin-top: -370px;
  display: block;
  position: static;
}

.triggered-image.q {
  height: 370px;
}

.triggered-image.t {
  margin-top: -250px;
}

.triggered-image.hs {
  margin-top: -305px;
}

.link-370, .link-371 {
  display: inline;
}

.image-185 {
  width: 100%;
  margin-bottom: 40px;
}

.link-372, .link-373, .link-374, .link-375, .link-376, .link-377, .link-378, .link-379, .link-380, .link-381, .link-382, .link-383, .link-384, .link-385, .link-386, .link-387, .link-388, .link-389, .link-390, .link-391, .link-392, .link-393, .link-394, .link-395, .link-396 {
  display: inline;
}

.div-block-194, .div-block-195 {
  height: 60px;
}

.div-block-196 {
  height: 24px;
}

.div-block-197 {
  height: 36px;
}

.link-block-10, .link-block-11 {
  width: 75%;
}

.column-156 {
  text-align: left;
}

.link-block-12, .image-186 {
  margin-top: 8px;
}

.link-397, .link-398, .link-399, .link-400, .link-401, .link-402, .link-403, .link-404, .link-405, .link-406, .link-407, .link-408, .link-409, .link-410, .link-411, .link-412, .link-413, .link-414, .link-415, .link-416, .link-417, .link-418, .link-419, .link-420 {
  display: inline;
}

.link-block-13 {
  width: 100%;
}

.image-187 {
  display: none;
}

.html-embed-3 {
  height: 800px;
  overflow: visible;
}

.link-421 {
  display: inline;
}

.html-embed-4, .html-embed-5 {
  height: 800px;
}

.section-16 {
  background-image: url('../images/image-1_3.png');
  background-position: 30% 0;
  background-repeat: no-repeat;
  background-size: auto;
  padding-top: 0;
  padding-bottom: 54px;
}

.image-188 {
  margin-top: 32px;
}

.image-189 {
  margin-top: -80px;
  margin-left: -200px;
  position: absolute;
}

.link-422, .link-423, .link-424 {
  display: inline;
}

.image-190 {
  margin-bottom: 32px;
}

.link-425 {
  display: inline;
}

.div-block-198 {
  height: 30px;
}

.div-block-199 {
  height: 68px;
}

.div-block-200 {
  height: 36px;
}

.div-block-201 {
  height: 72px;
}

.div-block-202 {
  height: 36px;
}

.div-block-203 {
  height: 30px;
}

.div-block-204, .div-block-205 {
  height: 6px;
}

.column-157 {
  margin-top: 8px;
}

.column-158, .column-159, .column-160, .column-161, .column-162, .column-163 {
  margin-top: 4px;
}

.column-164 {
  padding-left: 0;
}

.div-block-206 {
  height: 42px;
}

.div-block-207 {
  width: auto;
  height: 40px;
}

.div-block-208 {
  width: 100%;
  height: 100px;
  display: flex;
}

.div-block-209 {
  width: 10%;
  display: flex;
}

.div-block-210 {
  width: 75%;
}

.div-block-211 {
  width: 1%;
}

.link-426 {
  display: inline;
}

.image-191 {
  display: none;
}

.link-427 {
  display: inline;
}

.column-165 {
  align-items: flex-end;
  display: flex;
}

.image-192 {
  border-radius: 30px;
  align-self: flex-end;
  width: 60px;
}

.column-166 {
  background-image: url('../images/Tail.png');
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: auto;
}

.bubble-1 {
  background-color: #f0f0f0;
  border-radius: 24px;
  width: auto;
  margin-left: 12px;
  padding: 16px 24px;
}

.bubble-1.ans {
  background-color: #fff0c9;
  margin-left: 0;
  margin-right: 12px;
}

.feedblock {
  margin-bottom: 8px;
  display: flex;
}

.feedblock.ans {
  justify-content: flex-end;
}

.feedfotoblock {
  align-self: flex-end;
  width: 60px;
}

.feedtextblock {
  background-image: url('../images/Tail.png');
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: auto;
  width: 75%;
}

.feedtextblock.ans {
  background-image: url('../images/Frame-40.png');
  background-position: 100% 100%;
}

.div-block-215 {
  clear: none;
  width: auto;
  margin-right: 0;
  position: absolute;
  inset: 0% 0% auto auto;
}

.boldbubble {
  color: #8f8f8f;
  font-size: 16px;
  line-height: 24px;
}

.boldbubble.ans {
  color: #f63;
}

.div-74 {
  width: auto;
  height: 74px;
}

.feedblock2 {
  justify-content: flex-end;
  display: flex;
}

.feedslide {
  margin-left: 84px;
  margin-right: 84px;
  display: block;
}

.div-block-217 {
  height: 24px;
}

.feedslider {
  background-color: #fff;
}

.slide-nav-4 {
  object-fit: fill;
  width: 50%;
  position: relative;
  inset: auto 0% 0%;
}

.left-arrow-5 {
  float: left;
  width: 40px;
  height: 40px;
  margin-left: 250px;
  position: relative;
  overflow: visible;
}

.right-arrow-6 {
  float: right;
  width: 40px;
  height: 40px;
  margin-right: 250px;
  position: relative;
  overflow: visible;
}

.bubblebold {
  color: #c2c2c2;
  margin-right: 0;
  font-size: 32px;
  position: relative;
}

.div-54 {
  height: 54px;
}

.div-24 {
  height: 24px;
}

.div-94 {
  height: 100px;
}

.link-428, .link-429 {
  display: inline;
}

.image-195 {
  display: none;
}

.slider-5 {
  background-color: #0000;
  height: 660px;
  min-height: 0;
}

.left-arrow-6, .right-arrow-7, .slide-nav-5 {
  display: none;
}

.headslide-1 {
  background-image: url('../images/Subtract.png'), url('../images/Slide1.png');
  background-position: 50% 100%, 50% 0;
  background-repeat: no-repeat, no-repeat;
  background-size: auto, auto;
  padding-top: 30px;
}

.block-50 {
  width: 50%;
}

.bold-text-32 {
  font-size: 30px;
  line-height: 40px;
}

.bold-text-32.white {
  color: #fff;
}

.form-block-5 {
  margin-left: -20px;
}

.container-35 {
  max-width: 1140px;
}

.main-head-block {
  object-fit: fill;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
}

.slide-8 {
  background-image: url('../images/Превью-2.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: 100%;
}

.exslide2 {
  background-image: url('../images/Превью-3-1.png');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: 100%;
}

.ex-headslide-3 {
  background-image: url('../images/Vector-inverted-cut.png'), url('../images/Slide-4.jpg');
  background-position: 50% 100%, 0 20%;
  background-repeat: no-repeat, no-repeat;
  background-size: 100%, 140%;
}

.ex-headslide-4 {
  background-image: url('../images/Vector-inverted-cut.png'), url('../images/Slide-5.jpg');
  background-position: 50% 100%, 50%;
  background-repeat: no-repeat, no-repeat;
  background-size: 100%, cover;
}

.slide-12 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: 100%;
}

.ex-headslide-5 {
  background-image: url('../images/Vector-inverted-cut.png'), url('../images/Slide-6.jpg');
  background-position: 50% 100%, 50%;
  background-repeat: no-repeat, no-repeat;
  background-size: 100%, 100%;
}

.ex-headslide-6 {
  background-image: url('../images/Vector-inverted-cut.png'), url('../images/Slide-2.jpg');
  background-position: 50% 100%, 50%;
  background-repeat: no-repeat, repeat;
  background-size: 100%, cover;
}

.section-17 {
  margin-top: 0;
}

.div-block-242 {
  width: 70%;
  position: static;
}

.column-174 {
  padding-right: 0;
}

.link-430, .link-431 {
  display: inline;
}

.columns-123 {
  z-index: 5;
  padding-top: 40px;
  position: relative;
}

.image-200 {
  z-index: 2;
  opacity: .8;
  width: 570px;
  height: 203px;
  position: absolute;
  inset: auto auto 0 -50px;
}

.image-200._2 {
  opacity: .4;
  inset: auto auto -62px 140px;
}

.image-200.dark {
  opacity: .2;
  inset: auto auto 0 -50px;
}

.image-200.op {
  opacity: .8;
}

.columns-124 {
  position: relative;
}

.link-432 {
  color: #fff;
}

.columns-125, .columns-126, .columns-127, .columns-128, .columns-129 {
  z-index: 5;
  position: relative;
}

.div-block-243 {
  width: 45px;
  height: 45px;
  margin-top: -8px;
  position: absolute;
  top: 0;
  left: -45px;
}

.form-block-6 {
  display: block;
}

.section-18 {
  padding-top: 0;
}

.bold-text-33 {
  color: #333;
  font-weight: 400;
}

.bold-text-33.grey {
  color: #c4c4c4;
}

.headslide-2 {
  background-image: url('../images/Subtract.png'), url('../images/Slide2.png');
  background-position: 50% 100%, 50% 0;
  background-repeat: no-repeat, no-repeat;
  background-size: auto, auto;
  padding-top: 30px;
}

.image-202 {
  width: 435px;
  height: 399px;
  position: absolute;
  inset: 46px 10px 0% auto;
}

.headslide-4 {
  background-image: url('../images/Subtract.png'), url('../images/Slide4.png');
  background-position: 50% 100%, 50% 0;
  background-repeat: no-repeat, no-repeat;
  background-size: auto, auto;
  padding-top: 30px;
}

.headslide-3 {
  background-image: url('../images/Subtract.png'), url('../images/Slide3.png');
  background-position: 50% 100%, 50% -20px;
  background-repeat: no-repeat, no-repeat;
  background-size: auto, auto;
  padding-top: 30px;
}

.headslide-5 {
  background-image: url('../images/Subtract.png'), url('../images/Slide5.png');
  background-position: 50% 100%, 50% 0;
  background-repeat: no-repeat, no-repeat;
  background-size: auto, auto;
  padding-top: 30px;
}

.headslide-6 {
  background-image: url('../images/Subtract.png'), url('../images/Slide6.png');
  background-position: 50% 100%, 50% 0;
  background-repeat: no-repeat, no-repeat;
  background-size: auto, auto;
  padding-top: 30px;
}

.grid-2 {
  grid-template-columns: 30% 1fr;
}

.link-433 {
  display: inline;
}

.image-203 {
  position: absolute;
  top: -68px;
}

.link-434, .link-435 {
  display: inline;
}

.image-204 {
  z-index: -2;
  position: absolute;
  top: -60px;
  left: 40px;
}

.div-block-244 {
  margin-top: 60px;
}

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

.div-block-246 {
  width: 90%;
  margin-top: 20px;
}

.div-block-246._2 {
  margin-left: auto;
  margin-right: auto;
}

.div-block-247 {
  width: 90%;
  margin-top: 24px;
}

.div-block-247._2 {
  margin-left: 80px;
}

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

.div-block-249 {
  text-align: center;
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
}

.div-block-250 {
  padding-top: 40px;
}

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

.div-block-252 {
  height: auto;
}

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

.div-block-254 {
  margin-top: 60px;
}

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

.div-block-255.hs {
  margin-left: 200px;
}

.div-block-255.lgr {
  align-items: flex-end;
  margin-top: 0;
  display: flex;
}

.div-block-255.lgr._0 {
  margin-top: 0;
}

.div-block-256 {
  margin-top: 240px;
}

.div-block-257 {
  margin-top: 40px;
  margin-bottom: 60px;
}

.image-205 {
  width: auto;
}

.div-block-258 {
  margin-top: 20px;
}

.link-436, .link-437, .link-438, .link-439, .link-440, .link-441, .link-442, .link-443, .link-444, .link-445 {
  display: inline;
}

.bold-text-34, .bold-text-35, .bold-text-36 {
  font-size: 32px;
}

.bold-text-37 {
  font-weight: 400;
}

.bold-text-38, .bold-text-39 {
  font-size: 32px;
}

.link-446, .link-447, .link-448, .link-449, .link-450 {
  display: inline;
}

.image-206 {
  float: none;
  object-fit: fill;
  height: 900px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  padding-right: 20px;
  display: block;
  position: relative;
  top: 0;
  left: 0;
  overflow: scroll;
}

.slider-6 {
  background-color: #0000;
  height: 800px;
  margin-top: 220px;
  margin-bottom: 220px;
}

.slider-6.lgr {
  width: 90%;
  height: 800px;
  margin: 40px auto 100px 0;
}

.slider-6.hide {
  margin-bottom: 100px;
}

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

.icon-16, .icon-17 {
  display: block;
}

.mask-4 {
  height: 800px;
}

.mask-4.lgr {
  height: 880px;
}

.image-207 {
  z-index: -1;
  width: 100%;
  max-width: 1800px;
  max-height: 1200px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: 0% 0% auto;
}

.div-block-259 {
  position: relative;
}

.div-block-260 {
  height: 700px;
  padding-top: 40px;
}

.div-block-260._2 {
  height: 800px;
}

.div-block-260.hs {
  text-align: left;
  object-fit: contain;
  justify-content: center;
  height: 1000px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  display: flex;
}

.div-block-260._3 {
  height: 800px;
  padding-top: 0;
}

.div-block-260.mio {
  height: 900px;
}

.image-208 {
  width: 90%;
  height: auto;
  margin-top: 20px;
  margin-left: 40px;
  margin-right: auto;
}

.slide-13 {
  overflow: hidden;
}

.image-209 {
  margin-left: auto;
  margin-right: auto;
}

.left-arrow-7 {
  width: 500px;
  margin-left: -300px;
  overflow: visible;
}

.right-arrow-8 {
  width: 500px;
  margin-right: -300px;
}

.link-451 {
  display: inline;
}

.link-452 {
  align-items: stretch;
  display: inline;
}

.image-210 {
  height: 940px;
  margin-top: 40px;
}

.image-211 {
  margin-left: 40px;
}

.image-212 {
  margin-left: 95px;
}

.image-213 {
  margin-left: 50px;
}

.image-214 {
  margin-left: 43px;
}

.image-215 {
  width: 85%;
  margin-left: 40px;
  margin-right: auto;
}

.image-216 {
  height: 100%;
  margin-left: 40px;
}

.image-217 {
  width: 95%;
}

.image-218 {
  width: 75%;
  height: auto;
  margin-left: 40px;
}

.image-218.mio {
  width: 80%;
}

.image-219 {
  margin-left: 40px;
}

.image-219._100 {
  height: 767px;
}

.image-220 {
  width: 85%;
  margin-left: 40px;
}

.image-221 {
  width: 75%;
  margin-left: 40px;
}

.image-222 {
  width: 90%;
}

.image-223 {
  width: auto;
  height: 100%;
}

.image-224 {
  width: 90%;
}

.image-225 {
  width: 85%;
  margin-left: 40px;
}

.link-453, .link-454, .link-455, .link-456 {
  display: none;
}

.link-457 {
  display: inline-block;
}

.div-block-261 {
  width: 60%;
}

.column-185 {
  text-align: left;
}

.link-458, .link-459 {
  display: inline;
}

.div-block-262 {
  padding-top: 100px;
  position: absolute;
  inset: 0%;
}

.link-460, .link-461, .link-462, .link-463, .link-464 {
  display: inline;
}

.div-block-263 {
  height: 44px;
}

.link-465, .link-466 {
  display: inline;
}

.par4-copy._16, .par4-copy._20 {
  margin-top: 20px;
}

.par4-copy.right.orange._0, .par4-copy.right.red._0 {
  margin-top: 8px;
  margin-bottom: 0;
}

.hidden {
  display: none;
}

.warning-bold {
  color: #ffa535;
  font-size: 24px;
  line-height: 32px;
}

.image-226 {
  width: auto;
  height: auto;
  margin-bottom: 20px;
  margin-left: 0;
  margin-right: 0;
  position: absolute;
}

.column-186 {
  object-fit: fill;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.par4-copy {
  z-index: 2;
  color: #000;
  text-align: left;
  letter-spacing: normal;
  text-transform: none;
  width: 90%;
  margin-top: 8px;
  margin-bottom: 16px;
  margin-left: 0%;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Roboto, sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  display: block;
  position: relative;
}

.par4-copy.top-block {
  z-index: 1;
  width: auto;
  padding-left: 100px;
  line-height: 24px;
  position: relative;
}

.par4-copy.top-block.feed {
  padding-left: 100px;
  line-height: 28px;
}

.par4-copy.bigtext {
  font-size: 24px;
  line-height: 32px;
  display: block;
}

.par4-copy.lesson {
  text-align: right;
  padding-right: 20px;
}

.par4-copy._2 {
  margin-top: 16px;
}

.par4-copy._32 {
  margin-bottom: 24px;
}

.par4-copy.payblock {
  text-align: left;
  margin-left: 20px;
  padding-top: 0;
  padding-left: 0;
}

.par4-copy.payblock.shift {
  text-align: right;
  width: 88%;
  margin-top: -8px;
  margin-bottom: 0;
  margin-right: 0;
  padding-right: 10px;
}

.par4-copy.payblock.shift._2 {
  margin-right: 0;
  padding-right: 70px;
}

.par4-copy.payblock._8 {
  text-align: left;
  margin-bottom: 8px;
}

.par4-copy.payblock.grey {
  opacity: .75;
}

.par4-copy.payblock.late {
  text-align: right;
  margin-top: -16px;
  margin-bottom: 0;
  margin-right: 20px;
  padding-top: 0;
}

.par4-copy.small {
  opacity: .5;
  text-align: left;
  margin-top: -9px;
  font-size: 18px;
  line-height: 28px;
}

.par4-copy.small._200 {
  width: 200%;
}

.par4-copy.small.center {
  text-align: center;
}

.par4-copy.subh1 {
  margin-bottom: 24px;
  margin-right: 0;
  font-size: 24px;
  line-height: 36px;
}

.par4-copy._0 {
  margin-top: 0;
}

.par4-copy.inslide {
  text-align: left;
  width: 75%;
  margin-top: 16px;
  margin-bottom: 0;
  margin-left: 40px;
  display: block;
  position: relative;
}

.par4-copy.abs {
  position: relative;
  inset: 129px 0% 0%;
}

.par4-copy.texts {
  margin-left: -23px;
}

.par4-copy.textinslide {
  color: #fff;
  text-align: left;
  margin-top: 146px;
  padding-left: 140px;
  padding-right: 20px;
  font-size: 48px;
  line-height: 56px;
}

.par4-copy.textinslide._2 {
  color: #000;
  text-align: left;
  margin-top: 16px;
  padding-left: 0;
  padding-right: 0;
  font-size: 56px;
  line-height: 68px;
}

.par4-copy.textinslide._1 {
  color: #000;
  margin-top: 0;
  padding-left: 130px;
  font-size: 18px;
  line-height: 24px;
}

.par4-copy.mainhead {
  width: auto;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0%;
  font-family: Roboto, sans-serif;
}

.par4-copy._8 {
  margin-bottom: 8px;
}

.par4-copy._16, .par4-copy._20 {
  margin-top: 20px;
}

.par4-copy._0b {
  margin-bottom: 0;
}

.par4-copy.big {
  font-size: 24px;
  line-height: 32px;
}

.par4-copy.big._16 {
  margin-top: 16px;
}

.par4-copy.orange {
  color: #ffa535;
  margin-left: 0;
  margin-right: 0;
}

.par4-copy.orange._0 {
  margin-bottom: 0;
}

.par4-copy.right {
  text-align: right;
}

.par4-copy.right.green._0 {
  margin-top: 8px;
  margin-bottom: 0;
  font-size: 18px;
}

.par4-copy.right.orange._0, .par4-copy.right.red._0 {
  margin-top: 8px;
  margin-bottom: 0;
}

.par4-copy.green {
  color: green;
}

.par4-copy.nf {
  letter-spacing: 1px;
  font-family: Roboto, sans-serif;
}

.par4-copy.hide {
  display: none;
}

.par4-copy._00 {
  margin-top: 0;
  margin-bottom: 0;
}

.par4-copy._00.grey {
  opacity: 1;
  color: #333;
}

.par4-copy._00.orange {
  color: #ffa535;
}

.par4-copy._00.white {
  color: #fff;
}

.par4-copy.demo {
  margin-top: 20%;
  margin-left: 0;
  margin-right: 100px;
}

.par4-copy._08 {
  margin-top: 0;
  margin-bottom: 8px;
  padding-left: 10px;
}

.par4-copy.bubble {
  color: #333;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 26px;
}

.par4-copy._40 {
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 38px;
}

.par4-copy._40.white {
  color: #fff;
}

.par4-copy.top-24 {
  margin-top: 24px;
}

.par4-copy.top-24.white {
  color: #fff;
}

.par4-copy.small-grey {
  color: #757b8e;
  font-size: 12px;
  line-height: 18px;
}

.columns-130 {
  margin-left: 0;
  margin-right: 0;
}

.image-227 {
  margin-top: -80px;
  margin-bottom: -80px;
  margin-left: -100px;
}

.grid-3 {
  grid-template-rows: auto;
  grid-template-columns: 75% 1fr;
  margin-bottom: 40px;
  position: relative;
}

.div-block-264 {
  margin: 40px 0 0;
  position: relative;
}

.image-228 {
  width: 80%;
  margin-top: 20px;
}

.image-229 {
  height: auto;
}

.div-block-265 {
  flex-direction: column;
  display: flex;
}

.div-block-266 {
  justify-content: center;
  height: 860px;
  display: flex;
}

.div-block-266._2 {
  height: 820px;
}

.link-467, .link-468, .link-469, .link-470 {
  display: inline;
}

.grid-4 {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.grid-5 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.link-471 {
  display: inline;
}

.link-471.white {
  color: #fff;
}

.link-471.black {
  color: #000;
}

.link-472, .link-473, .link-474, .link-475, .link-476, .link-477 {
  display: inline;
}

.grid-6 {
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 30% 1fr 30%;
  margin-top: 24px;
}

.div-block-267 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  display: flex;
}

.flex-block {
  justify-content: space-between;
  width: 100%;
  max-width: 1140px;
  margin-top: 30px;
  margin-right: 0;
  padding-right: 40px;
}

.div-block-268 {
  display: flex;
}

.grid-7 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
  max-width: 1140px;
  margin-top: 30px;
  padding-left: 10px;
  padding-right: 40px;
}

.link-478 {
  display: inline;
}

.grid-8 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-columns: 380px 1fr 1fr 1fr 1fr 1fr;
  margin-bottom: 60px;
}

.link-479, .link-480 {
  display: inline;
}

.div-block-269 {
  z-index: 1000;
  color: #fff;
  background-color: #1a1b1f;
  border-radius: 8px;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding: 10px 20px 20px;
  display: none;
  position: sticky;
  bottom: 0;
  left: 0;
  right: 0;
}

.button-2 {
  border-radius: 8px;
  margin-bottom: 10px;
  margin-left: 0;
}

.section-19 {
  position: sticky;
}

.div-block-270 {
  color: #fff;
}

.link-481 {
  display: inline;
}

@media screen and (max-width: 991px) {
  .section {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
  }

  .section.cc-cta {
    padding-left: 0;
    padding-right: 0;
  }

  .section.cc-store-home-wrap {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
  }

  .section.footer2 {
    margin-left: 0;
    padding-left: 0;
  }

  .styleguide-block {
    text-align: center;
  }

  .container {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 100%;
    max-width: 768px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

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

  .button {
    justify-content: center;
  }

  .button.cc-contact-us {
    display: none;
  }

  .h1-w {
    font-size: 56px;
    line-height: 70px;
  }

  .logo-link.w--current {
    flex: 1;
  }

  .menu-icon {
    display: block;
  }

  .menu {
    margin-left: 0;
    display: flex;
    position: static;
  }

  .navigation-wrap {
    text-align: center;
    background-color: #0000;
    flex: 1;
    margin-left: 0;
    padding-top: 0;
    padding-left: 0;
    display: block;
  }

  .navigation {
    background-position: 50% -110px;
    background-size: 1000px;
    flex-wrap: nowrap;
    padding: 10px 0 25px;
  }

  .navigation-item {
    text-align: center;
    flex: 0 auto;
    padding: 0 20px 8px 0;
    font-size: 18px;
    transition: background-color .4s, opacity .4s, color .4s;
  }

  .navigation-item:hover {
    background-color: #f7f8f9;
  }

  .navigation-item:active {
    background-color: #eef0f3;
  }

  .menu-button {
    padding: 0;
  }

  .menu-button.w--open {
    background-color: #0000;
  }

  .navigation-items {
    background-color: #fff;
    flex: 1;
  }

  .cta-text {
    width: auto;
  }

  .cta-wrap {
    width: auto;
    padding: 80px 50px 90px;
  }

  .our-services-grid {
    text-align: center;
    grid-template: ". ."
                   ". ."
                   ". ."
                   / 1fr 1fr;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .service-icon {
    display: inline-block;
  }

  .contact-form-grid {
    grid-row-gap: 50px;
    text-align: center;
    grid-template: "."
                   "."
                   / 1fr;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .get-in-touch-form {
    text-align: left;
  }

  .our-contacts {
    grid-template: "."
                   "."
                   "."
                   / 1fr;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .team-members {
    grid-template: ". ."
                   ". ."
                   ". ."
                   / 1fr 1fr;
  }

  .team-member-title-wrap {
    margin-bottom: 30px;
  }

  .project-details-grid {
    grid-row-gap: 50px;
    text-align: center;
    grid-template: "."
                   "."
                   / 1fr;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .blog-detail-header-wrap {
    width: 70%;
  }

  .detail-header-image {
    height: 460px;
  }

  .blog-item {
    width: 80%;
  }

  .blog-preview-image {
    height: 460px;
  }

  .blog-summary-wrap {
    width: 100%;
  }

  .heading-1 {
    margin-right: 0;
  }

  .heading-1.sobakapav {
    margin-bottom: 64px;
  }

  .heading-1.toolarge {
    font-size: 72px;
    line-height: 80px;
  }

  .subh1 {
    margin-right: 0;
  }

  .subh1.notsobig {
    margin-right: 10px;
  }

  .subh1.main._2 {
    font-size: 24px;
    line-height: 32px;
  }

  .subh1.main.minus {
    margin-left: 50px;
    font-size: 32px;
    line-height: 42px;
  }

  .subh1.main.dash {
    margin-left: 20px;
    font-size: 32px;
    line-height: 42px;
  }

  .subh1.textinslide {
    margin-left: 130px;
    padding-top: 48px;
  }

  .heading-2 {
    max-width: 768px;
    margin-left: 0;
    padding-left: 0;
  }

  .heading-2.grey {
    max-width: none;
  }

  .text {
    text-align: left;
    display: block;
  }

  .text.bread.thin {
    margin-left: 0;
  }

  .text.header {
    align-items: stretch;
    margin-top: 4px;
    padding-bottom: 0;
  }

  .text.head.hide {
    display: none;
  }

  .text.head.hide2 {
    font-size: 18px;
    line-height: 28px;
    display: block;
  }

  .text.head.hide2.main {
    display: inline;
  }

  .block-quote {
    margin-left: 0;
    padding-left: 0;
  }

  .block-quote.howto {
    width: auto;
    margin-left: 10px;
    margin-right: 0;
    padding-right: 113px;
  }

  .column.blue {
    padding-left: 0;
    padding-right: 0;
  }

  .column.author {
    margin-top: 60px;
  }

  .heading-3.footer {
    margin-bottom: 10px;
    font-size: 18px;
  }

  .heading-3.form {
    margin-right: 0;
  }

  .heading-3._3-col {
    font-size: 24px;
    line-height: 32px;
  }

  .heading-3.top-block {
    margin-top: 24px;
    margin-left: 0;
  }

  .heading-3.top-block.howto, .heading-3.top-block.feed {
    margin-top: 0;
  }

  .heading-3.top-block.student {
    margin-top: 0;
    padding-top: 16px;
  }

  .heading-3.top-block.team {
    margin-top: 16px;
  }

  .section-2 {
    color: #000;
    background-position: 0 -20px;
    background-size: 900px;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
  }

  .section-2.new-heder {
    margin-left: -30px;
  }

  .section-2.narrow {
    background-image: url('../images/blue.3x-cut.png');
    background-position: 0 0;
    background-size: 800px;
  }

  .section-3 {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
  }

  .section-3.jk3 {
    background-size: 600px 70px;
    padding-left: 0;
  }

  .section-3.green {
    background-image: none;
  }

  .column-2 {
    padding-left: 0;
    padding-right: 0;
  }

  .container-2 {
    max-width: 768px;
    padding-left: 0;
    padding-right: 0;
    position: static;
  }

  .container-2.top-container2 {
    background-position: 0 10%;
    background-size: 600px;
  }

  .container-2.top-container2.student {
    background-position: 60% 45%;
  }

  .container-2.top-container2.team {
    background-image: url('../images/как6.png');
    background-position: 10px 40px;
    background-size: 720px;
  }

  .container-2.top-container2.story {
    background-size: 400px;
  }

  .container-2.top-container2.sobakapav {
    padding-top: 0;
  }

  .container-2.top-container2.texts {
    background-position: 0 250px;
    background-size: 419px;
  }

  .container-2.top-container2.mio {
    background-position: 0 140px;
  }

  .container-2.top-container2.comp {
    background-position: 0 20px;
    background-size: 426px;
  }

  .container-2.top-container2.focus {
    background-size: 75%;
  }

  .container-2.main {
    padding-top: 0;
  }

  .container-3 {
    max-width: 768px;
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .container-3.orange {
    padding-left: 0;
    padding-right: 0;
  }

  .container-3.blue {
    background-image: url('../images/blue.3x.png');
    background-position: -20px 0;
    padding-left: 0;
    padding-right: 0;
  }

  .container-3.bigblue {
    background-image: url('../images/blue.2x_1.png');
    background-position: -40px 0;
    background-size: 700px;
  }

  .container-3.longorange {
    background-image: url('../images/orange.3x.png');
    background-size: 700px;
  }

  .container-3.yellow {
    padding-left: 0;
    padding-right: 0;
  }

  .heading-4 {
    margin-top: 25px;
    margin-bottom: 10px;
  }

  .columns {
    margin-left: 0;
    margin-right: 0;
  }

  .columns.footer5 {
    min-width: 768px;
  }

  .div-block.idea {
    height: auto;
  }

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

  .div-block.business {
    height: auto;
  }

  .text-block {
    margin-right: 0;
    padding-top: 0;
    padding-left: 0;
    font-family: Roboto, sans-serif;
    font-size: 14px;
    display: block;
  }

  .text-block.header {
    display: block;
  }

  .link.drophead {
    font-size: 24px;
  }

  .list {
    margin-left: -10px;
    padding-left: 30px;
  }

  .list.top-block {
    margin-left: -10px;
    list-style-type: disc;
  }

  .list.top-block.texts {
    margin-left: -8px;
  }

  .list.arrow {
    padding-left: 0;
  }

  .list._10 {
    margin-left: -10px;
    padding-left: 10px;
  }

  .column-3 {
    padding-left: 10px;
  }

  .section-4 {
    background-image: url('../images/blue.4x.png');
    background-position: 200px 0;
    background-repeat: no-repeat;
    background-size: 600px;
    margin-left: 0;
    margin-right: 0;
  }

  .section-4.jk3 {
    background-position: 0 40%;
    margin-left: -29px;
  }

  .heading-5.idea {
    border-style: none;
    border-color: #000;
  }

  .bold-text-2 {
    font-size: 18px;
  }

  .bold-text-2.footer {
    font-size: 24px;
    line-height: 32px;
  }

  .column-4 {
    text-align: left;
    height: auto;
    padding-left: 0;
  }

  .column-4.footer7 {
    height: 520px;
  }

  .column-5 {
    text-align: left;
  }

  .column-5.foter3 {
    height: auto;
    padding-left: 10px;
  }

  .column-5.footer7 {
    height: 420px;
    margin-top: 60px;
  }

  .column-5.footer5 {
    margin-top: 24px;
    padding-left: 10px;
  }

  .column-6 {
    text-align: left;
  }

  .column-6.footer3 {
    height: auto;
    padding-left: 10px;
  }

  .column-6.footer7 {
    margin-top: 0;
  }

  .column-6.footer5 {
    padding-left: 10px;
  }

  .column-7 {
    text-align: left;
  }

  .column-7.footer3 {
    height: auto;
  }

  .column-7.footer7 {
    margin-top: 0;
  }

  .column-7.footer5 {
    padding-left: 10px;
    padding-right: 0;
  }

  .container-4 {
    background-image: none;
    max-width: 768px;
    padding-left: 0;
  }

  .text-container {
    margin-left: 0;
    margin-right: 0;
  }

  .container-5 {
    max-width: 768px;
  }

  .container-5.footer-3 {
    margin-bottom: 81px;
    padding-left: 0;
    padding-right: 0;
  }

  .container-5.form.demo {
    padding-left: 10px;
  }

  .submit-button.footer3 {
    margin-top: 21px;
  }

  .submit-button.payblock {
    width: 25%;
  }

  .section-5 {
    background-position: -70px 0;
    background-size: 1000px 120px;
  }

  .section-5.jk3 {
    background-position: 50px 0;
    background-size: 800px 120px;
  }

  .column-12 {
    padding-left: 10px;
  }

  .text-block-2 {
    margin-left: 0;
    display: block;
  }

  .jk3 {
    background-size: 800px 400px;
  }

  .columns-3 {
    margin-left: 11px;
  }

  .container-6 {
    padding-left: 0;
  }

  .container-7 {
    padding-left: 18px;
  }

  .container-8 {
    max-width: 768px;
    padding-left: 0;
  }

  .container-8.texts {
    background-position: 60% 10%;
  }

  .container-8.bread {
    z-index: 2;
    margin-top: -26px;
    padding-left: 0;
    position: relative;
  }

  .container-8.clients {
    background-image: url('../images/yellow3.png');
    background-position: 0 0;
    background-size: 90%;
  }

  .text-block-4.footer {
    padding-top: 11px;
  }

  .link5 {
    padding-bottom: 6px;
    line-height: 24px;
  }

  .container-9 {
    flex: 1;
    max-width: 768px;
  }

  .container-10, .container-11, .container-12 {
    max-width: 768px;
  }

  .columns-4 {
    margin-left: 0;
    margin-right: 0;
  }

  .container-13 {
    max-width: 768px;
  }

  .text-block-5 {
    text-align: right;
  }

  .columns-5 {
    text-align: left;
    min-width: 768px;
    max-width: 768px;
    padding-top: 30px;
    display: inline-block;
  }

  .column-13 {
    padding-bottom: 0;
  }

  .div-block-4 {
    margin-left: 0;
    padding-top: 36px;
  }

  .div-block-4.sn {
    padding-left: 10px;
  }

  .div-block-4.head {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    margin-top: 0;
    margin-left: -30px;
    margin-right: 0;
    padding-top: 16px;
  }

  .image-2.head {
    width: 26px;
    height: 26px;
    margin-left: 0;
    margin-right: 0;
  }

  .column-14 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    text-align: left;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: start;
    padding-left: 0;
    padding-right: 40px;
    display: block;
  }

  .container-17 {
    align-items: flex-start;
    max-width: 768px;
    margin-bottom: 0;
  }

  .bold-text-4.footer, .bold-text-5, .bold-text-6 {
    font-size: 18px;
  }

  .navbar {
    flex: 0 auto;
    justify-content: flex-start;
    width: auto;
    max-width: 768px;
    display: flex;
  }

  .header-container {
    background-position: 50% -50px;
    background-size: 340px;
    flex: 1;
    justify-content: space-between;
    min-width: auto;
    max-width: 768px;
  }

  .header-container.main {
    background-position: 50% 0;
  }

  .nav-menu {
    flex: 1;
    align-self: flex-start;
    align-items: stretch;
    margin-top: 0;
    margin-left: 10px;
    margin-right: -239px;
    padding-right: 0;
    display: block;
  }

  .column-17 {
    padding-left: 0;
  }

  .column-17.footer2 {
    padding-left: 120px;
  }

  .section-7 {
    background-position: -60px 0;
  }

  .column-18 {
    background-position: -60px 0;
    background-size: 400px;
  }

  .column-18.footer2 {
    padding-left: 40px;
  }

  .columns-6 {
    background-position: 440px -20px;
    background-size: 500px;
    margin-left: 0;
  }

  .section-8 {
    max-width: none;
    padding-left: 0;
    display: block;
  }

  .bold-text-11 {
    padding-left: 10px;
  }

  .menu-button-2 {
    width: 32px;
    height: 32px;
    margin-left: 6px;
    padding-top: 0;
    padding-left: 0;
  }

  .icon {
    color: #000;
    object-fit: fill;
    width: 32px;
    min-width: 32px;
    height: 32px;
    min-height: 32px;
  }

  .columns-7 {
    display: block;
  }

  .column-20 {
    padding-left: 0;
    padding-right: 20px;
    display: block;
  }

  .section-9 {
    background-position: 50% 20px;
  }

  .column-22 {
    padding-top: 15px;
    padding-right: 0;
  }

  .column-23 {
    justify-content: flex-end;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .columns-8 {
    max-width: 768px;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    display: none;
  }

  .columns-8.footer2 {
    padding-top: 0;
    display: block;
  }

  .container-22 {
    max-width: 768px;
  }

  .column-24 {
    padding-top: 15px;
    padding-right: 0;
  }

  .image-8, .image-9, .image-10 {
    padding-bottom: 10px;
    padding-left: 10px;
  }

  .container-23 {
    max-width: 768px;
    padding-left: 0;
    padding-right: 0;
  }

  .dropdown-toggle {
    padding-top: 0;
  }

  .par4.top-block {
    padding-left: 0;
    line-height: 28px;
  }

  .par4.top-block.feed {
    padding-left: 0;
  }

  .par4.payblock {
    margin-left: 0;
  }

  .par4.payblock.shift {
    text-align: left;
    width: auto;
    padding-left: 206px;
  }

  .par4.inslide {
    width: auto;
  }

  .par4.inslide.lgr {
    margin-left: 0;
  }

  .par4.textinslide._1 {
    padding-left: 130px;
  }

  .par4.mainhead.short {
    width: 50%;
  }

  .par4.big.lgr {
    font-size: 18px;
    line-height: 28px;
  }

  .par4.big.lgr._2 {
    width: 100%;
    font-size: 24px;
    line-height: 32px;
  }

  .par4._40 {
    margin-bottom: 8px;
  }

  .div-block-7 {
    margin-left: 0;
    display: none;
  }

  .columns-9 {
    max-width: 768px;
  }

  .divfoot {
    display: block;
  }

  .divfoot.hide {
    display: none;
  }

  .dropdown-toggle-2 {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .dropdown.footer {
    display: block;
  }

  .dropdown.text {
    object-fit: fill;
    width: auto;
    position: relative;
    overflow: visible;
  }

  .dropdown.text.texts {
    width: auto;
    margin-left: -8px;
    margin-right: -8px;
    padding-left: 8px;
    padding-right: 8px;
  }

  .column-30 {
    padding-top: 80px;
    padding-left: 68px;
  }

  .column-30.top-block-column-image {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 10px;
  }

  .column-30.top-block-column-image.c {
    padding-top: 56px;
  }

  .column-30.top-menu {
    margin-top: 0;
    margin-bottom: 0;
    padding-bottom: 0;
    padding-left: 10px;
    padding-right: 0;
  }

  .column-30.top-menu.teh {
    margin-top: 56px;
  }

  .column-32 {
    display: flex;
  }

  .column-33 {
    padding-left: 100px;
  }

  .image-14._2 {
    margin-top: 30px;
    margin-left: 7px;
  }

  .image-16 {
    top: -31%;
  }

  .image-17 {
    display: none;
  }

  .list-item.top-menu {
    margin-bottom: 8px;
  }

  .image-18 {
    object-fit: fill;
    width: 120%;
    margin-top: 0;
    display: block;
    position: absolute;
    inset: -23% 0% 0% -39%;
  }

  .image-18.student {
    width: 100%;
    top: 10%;
    left: -40%;
  }

  .column-35 {
    padding-left: 0;
    padding-right: 0;
  }

  .container-24 {
    max-width: 768px;
    padding-left: 0;
  }

  .container-25 {
    background-size: 100%;
    max-width: 768px;
    padding-left: 0;
  }

  .container-25.price {
    background-position: 0 30px;
  }

  .form-3.texts {
    margin-left: 0;
  }

  .image-19.student {
    min-width: 300px;
    top: -29%;
    left: -32%;
  }

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

  .bold-text-13 {
    line-height: 32px;
  }

  .form-block-2 {
    text-align: left;
    display: block;
  }

  .big-number.business {
    top: 325px;
  }

  .big-number.team._2 {
    top: 152px;
    left: 70%;
  }

  .top-menu {
    z-index: -1;
    clear: none;
    margin-top: 64px;
    margin-bottom: 32px;
    padding-top: 0;
    position: static;
  }

  .top-menu.student {
    background-position: 10px 10px;
    background-size: 200px;
    margin-top: 0;
    margin-bottom: 32px;
    margin-left: 10px;
    padding-top: 0;
  }

  .top-menu.feedback {
    margin-bottom: 0;
    padding-bottom: 64px;
  }

  .top-menu.how-it-works {
    margin-top: 0;
    margin-bottom: 0;
  }

  .top-menu.feed {
    margin-top: 16px;
  }

  .top-menu.business {
    margin-top: -8px;
  }

  .top-menu.team {
    margin-top: 0;
    padding-top: 0;
  }

  .top-menu.stat {
    margin-top: 76px;
  }

  .top-menu.texts {
    background-position: 0 0;
  }

  .image-23 {
    width: 70px;
    min-width: auto;
    inset: 0%;
  }

  .div-block-14, .div-block-15 {
    flex: 1;
  }

  .head-column-2 {
    padding-left: 0;
  }

  .head-column-2.main {
    padding-left: 0;
    padding-right: 20px;
  }

  .slider-2 {
    background-color: #0000;
    height: auto;
  }

  .image-28 {
    min-width: 955px;
    top: -26px;
  }

  .image-28.text4 {
    top: -14px;
  }

  .image-29 {
    width: 80%;
  }

  .image-38 {
    width: 120%;
    top: 3690px;
  }

  .image-41 {
    inset: -34% 0% 0% -36%;
  }

  .image-42 {
    width: 200%;
    display: none;
  }

  .image-44 {
    width: auto;
    min-width: 300px;
    display: block;
    position: absolute;
    inset: -15% 0% 0% -35%;
  }

  .paragraph {
    margin-bottom: 0;
  }

  .feed-container {
    max-width: 768px;
  }

  .feedback-filter.selected-filter {
    margin-top: 0;
    position: relative;
  }

  .column-41 {
    padding-left: 0;
  }

  .image-48 {
    min-width: 600px;
    top: -125px;
    left: -112px;
  }

  .image-49 {
    min-width: 400px;
    top: 3%;
    left: -17%;
  }

  .image-50 {
    top: -8%;
    left: -52%;
  }

  .image-51 {
    top: -30%;
    left: -46%;
  }

  .container-28 {
    max-width: 768px;
  }

  .image-52 {
    top: -16%;
    left: -40%;
  }

  .top-column.how-it-works {
    max-width: 768px;
  }

  .top-image.eco {
    display: none;
  }

  .top-image.stat {
    margin-top: -93px;
    margin-left: -80px;
    inset: 47% 0% 0% 73%;
  }

  .abs-image.eco {
    width: 100%;
    top: 46px;
    left: -50px;
  }

  .abs-image.foot1 {
    display: none;
  }

  .abs-image.foot2 {
    top: 137px;
    left: -22px;
  }

  .abs-image.foot4 {
    top: 46px;
  }

  .abs-image.howto {
    width: 30%;
    top: 48%;
    left: 64%;
  }

  .abs-image.howto1 {
    min-width: 600px;
    top: -21%;
    left: -82%;
  }

  .abs-image.howto2 {
    min-width: 440px;
    top: -12%;
    left: -56%;
  }

  .abs-image.howto3 {
    min-width: 200px;
    display: none;
    top: -2%;
    left: -6%;
  }

  .abs-image.howto5 {
    min-width: 440px;
    top: -22%;
    left: -49%;
  }

  .abs-image.feed {
    width: auto;
    min-width: 300px;
    max-width: 300px;
    inset: -5% 0% 0% -14%;
  }

  .abs-image.bottom.business {
    min-width: 1000px;
    top: 6%;
    left: -19%;
  }

  .abs-image.team {
    top: 9%;
  }

  .abs-image._3h.student {
    width: 50%;
    top: -28%;
  }

  .abs-image._3h.business {
    top: 33%;
    left: -11%;
  }

  .abs-image._3h.business._2 {
    top: 18%;
    left: 3%;
  }

  .abs-image.top-menu.student {
    width: 30%;
    position: absolute;
    top: 45%;
    left: 63%;
  }

  .abs-image.top-menu.idea {
    position: absolute;
    inset: 40% 0% auto 614px;
  }

  .abs-image.top-menu.texts {
    margin-top: 148px;
    position: absolute;
    top: 87%;
    left: 5%;
  }

  .abs-image.stat._2 {
    top: -143%;
  }

  .abs-image.h1.business {
    top: 22%;
    left: 6%;
  }

  .abs-image.head {
    margin-top: 27px;
    margin-left: -121px;
  }

  .abs-image.head._2 {
    width: 45%;
    margin-top: 0;
    top: -29%;
    left: 46%;
  }

  .abs-image.tech {
    left: -43%;
  }

  .abs-image.howto7 {
    width: auto;
    min-width: 260px;
    left: -32%;
  }

  .abs-image.howto8 {
    min-width: 360px;
    top: -16%;
    left: 96%;
  }

  .abs-image.story._3 {
    position: absolute;
    inset: 0%;
  }

  .abs-image.texts._2 {
    top: 10%;
    left: 48%;
  }

  .abs-image.texts3 {
    top: 56%;
    left: 49%;
  }

  .abs-image.dog {
    width: 100px;
    inset: 67px 0% 0% auto;
  }

  ._3col-head {
    font-size: 18px;
    line-height: 28px;
  }

  .image-62 {
    min-width: 1440px;
    display: block;
    position: absolute;
    top: 683px;
    left: -668px;
  }

  ._3col---col1 {
    padding-right: 10px;
  }

  ._3col---col1.texts {
    margin-bottom: 0;
  }

  ._3col---col2 {
    padding-right: 10px;
  }

  ._3col---col2.texts {
    margin-bottom: 0;
  }

  ._3col---col2.result {
    padding-left: 20px;
  }

  ._3col---col3 {
    padding-right: 0;
  }

  ._3col---col3.texts {
    margin-bottom: 0;
  }

  .dropdown-main {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-right: 0;
    display: block;
  }

  .dropttext {
    width: 100%;
  }

  .image-64 {
    left: 85%;
  }

  .image-64._2 {
    left: -10%;
  }

  .image-64.texts {
    margin-left: 70px;
  }

  .image-64.main {
    left: 87%;
  }

  .slideicon.left {
    color: #d8d8d8;
    margin-left: 35px;
  }

  .slideicon.right {
    margin-left: 0;
  }

  ._2col--1.text {
    background-position: 0 110px;
  }

  ._2col--1.mio {
    background-position: 0 25px;
  }

  .column-50 {
    padding-left: 0;
    padding-right: 0;
  }

  .image-67 {
    margin-left: -48px;
  }

  .dropheadicon {
    align-self: auto;
    margin-top: 0;
    padding-top: 0;
  }

  .dropheadicon.main {
    top: 6px;
    left: 0;
  }

  .headcol1 {
    justify-content: flex-start;
    align-items: stretch;
    padding-left: 10px;
    display: flex;
  }

  .div-block-22 {
    margin-left: 0;
  }

  .div-block-23 {
    flex: none;
    margin-top: 0;
    margin-left: 40px;
    display: flex;
  }

  .div-block-23.main {
    margin-left: 0;
    padding-left: 60px;
  }

  .div-block-23._1 {
    width: auto;
    margin-left: 0;
  }

  .column-53 {
    padding-left: 0;
    padding-right: 0;
  }

  .image-70 {
    min-width: 240px;
    margin-left: -86px;
  }

  ._2col.team {
    padding-right: 0;
  }

  .header-8 {
    background-position: 55% -24px;
    background-size: 300px;
  }

  .header-8.about {
    width: 768px;
  }

  .div-block-27 {
    width: 340px;
  }

  .div-block-27.main {
    width: auto;
  }

  .link-block {
    inset: -47% 0% 0% 62%;
  }

  .link-block.sobakapav {
    top: -48%;
  }

  .dropdown-list-4 {
    margin-top: 0;
    margin-right: -20px;
    padding-right: 20px;
  }

  .dropdown-list-4.w--open {
    margin-left: -20px;
  }

  .dropdown-list-4.header {
    margin-left: -220px;
  }

  .headcolumns {
    flex: 1;
  }

  .column-57 {
    padding-left: 10px;
  }

  .column-58.text {
    background-position: 0 100%;
  }

  .divprogram {
    margin-left: 20px;
  }

  .columns-12 {
    background-position: 55% 100%;
  }

  .image-72 {
    width: 30%;
    margin-top: 31px;
    margin-left: 0;
  }

  .column-60 {
    padding-left: 10px;
  }

  .div-block-37, .div-block-38 {
    background-position: 85% 0;
  }

  .price.medium {
    font-size: 24px;
    line-height: 32px;
  }

  .image-73.comp {
    height: auto;
    margin-bottom: 65px;
  }

  .image-76 {
    width: 200%;
    margin-top: 200px;
    margin-left: -100px;
    margin-right: -100px;
    padding-left: 0;
    position: static;
  }

  .image-76.bm.image-part-toggle {
    margin-left: 103px;
  }

  .left-arrow {
    margin-left: -59px;
  }

  .right-arrow {
    margin-left: 97%;
  }

  .left-arrow-2 {
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    margin-left: 0;
  }

  .right-arrow-2 {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

  ._30pt {
    padding-left: 30px;
  }

  ._30pt._1 {
    background-position: 0 0;
    background-size: 50%;
    padding-left: 30px;
  }

  .div-block-40 {
    background-position: 0 140px;
  }

  .div-block-42 {
    width: auto;
    margin-left: 0;
    padding-left: 0;
  }

  .columns-15 {
    display: block;
  }

  .right-arrow-3 {
    margin-left: 0;
    margin-right: 220px;
  }

  .div-block-46 {
    background-position: -40px 10%;
  }

  .columns-17 {
    margin-top: 0;
    padding-top: 0;
  }

  .image-81 {
    top: 279.042px;
  }

  .div-block-52 {
    margin-left: -40px;
    margin-right: 40px;
  }

  .div-block-53._2 {
    flex: none;
  }

  .div-block-54 {
    margin-left: 0;
  }

  .favicon {
    margin-bottom: 2px;
  }

  .linkbutton {
    text-align: right;
    justify-content: center;
    width: auto;
    padding-left: 0;
  }

  .linkbutton.header {
    margin-top: 0;
  }

  .linkbutton.orangemodule {
    width: 45%;
    margin-left: 20px;
  }

  .div-block-72 {
    text-align: center;
    border-radius: 8px;
    width: 50%;
    margin-left: 0;
  }

  .link-block-7 {
    margin-right: 0;
  }

  .div-block-78 {
    top: 422px;
  }

  .image-102 {
    width: 15%;
    margin-top: 12px;
    margin-left: 56%;
  }

  .image-102.focus {
    height: auto;
  }

  .image-107 {
    left: auto;
    right: 10px;
  }

  .column-89, .column-90, .column-91, .column-92 {
    padding-left: 0;
  }

  .link-249 {
    display: inline;
  }

  .image-108 {
    margin-top: 24px;
  }

  .div-block-82._1, .column-112 {
    background-image: none;
  }

  .image-116, .image-117, .image-118 {
    display: none;
  }

  .column-115, .column-116, .column-117 {
    padding-left: 0;
  }

  .column-118 {
    background-image: url('../images/рез-низ.png');
    background-position: 0 20px;
    background-repeat: no-repeat;
    background-size: 100%;
  }

  .image-120 {
    width: 60%;
  }

  .div-block-84 {
    margin-top: 108px;
  }

  .image-133 {
    top: 34px;
  }

  .image-133.image-part-toggle {
    width: 50%;
    position: static;
  }

  .image-156 {
    margin-left: 68px;
  }

  .image-157 {
    margin-top: -24px;
    margin-left: 28px;
  }

  .image-160 {
    margin-top: 187px;
    margin-left: 0;
    padding-left: 0;
    inset: auto;
  }

  .image-160.image-part-toggle-part {
    margin-top: 203px;
    margin-left: 21px;
  }

  .image-161 {
    margin-left: 45px;
    padding-top: 0;
  }

  .image-161.image-part-toggle-part {
    margin-left: 24px;
  }

  .image-166 {
    margin-left: 65px;
  }

  .image-167 {
    margin-top: -38px;
    margin-left: 37px;
    padding-top: 0;
  }

  .image-168 {
    width: auto;
    margin-top: 0;
    margin-left: 0;
    position: absolute;
    left: 0;
  }

  .image-168.image-part-toggle-part {
    width: 100px;
    margin-top: -17px;
    margin-left: 164px;
    left: auto;
  }

  .image-169.image-part-toggle-part {
    margin-top: -268px;
    margin-left: 26px;
  }

  .div-block-188 {
    height: 608px;
  }

  .html-embed-2 {
    width: 30%;
    display: none;
  }

  .column-155 {
    padding-left: 0;
  }

  .image-191 {
    width: 75%;
    display: block;
  }

  .slide-nav-4 {
    width: 75%;
  }

  .left-arrow-5 {
    margin-left: 140px;
  }

  .right-arrow-6 {
    margin-right: 140px;
  }

  .column-167 {
    padding-right: 0;
  }

  .image-193 {
    display: none;
  }

  .slider-5 {
    min-height: 640px;
  }

  .ex-headslide-3 {
    background-position: 0 0;
  }

  .div-block-242 {
    width: 100%;
  }

  .columns-122 {
    margin-left: -10px;
  }

  .image-202 {
    width: 45%;
    height: auto;
    left: auto;
    right: -80px;
  }

  .slider-6.lgr {
    height: 700px;
    margin-bottom: 20px;
  }

  .slider-6.hide {
    height: 600px;
    margin-top: 100px;
    margin-bottom: 100px;
  }

  .mask-4 {
    height: 600px;
  }

  .mask-4.lgr {
    height: 700px;
  }

  .left-arrow-7 {
    width: 200px;
    margin-left: 0;
  }

  .right-arrow-8 {
    width: 200px;
    margin-right: 0;
  }

  .image-212, .image-213 {
    margin-left: 0;
  }

  .image-214 {
    max-width: 700px;
  }

  .image-219._100 {
    width: 90%;
    height: auto;
  }

  .image-226 {
    width: 200%;
    margin-top: 60px;
    margin-left: 0;
    margin-right: 0;
    position: absolute;
  }

  .par4-copy.top-block {
    padding-left: 0;
    line-height: 28px;
  }

  .par4-copy.top-block.feed {
    padding-left: 0;
  }

  .par4-copy.payblock {
    margin-left: 0;
  }

  .par4-copy.payblock.shift {
    text-align: left;
    width: auto;
    padding-left: 206px;
  }

  .par4-copy.inslide {
    width: auto;
  }

  .par4-copy.textinslide._1 {
    padding-left: 130px;
  }

  .par4-copy.mainhead.short {
    width: 50%;
  }

  .par4-copy._40 {
    margin-bottom: 8px;
  }

  .image-227 {
    width: 50%;
    margin-left: auto;
    margin-right: auto;
  }

  .div-block-264 {
    margin-top: 60px;
    margin-left: -100px;
    margin-right: 0;
  }

  .div-block-266, .div-block-266._2 {
    height: 600px;
  }

  .grid-7 {
    grid-template-columns: 2fr 1fr 1fr;
    padding-left: 0;
    padding-right: 20px;
  }

  .grid-8 {
    grid-template-columns: 240px 1fr 1fr 1fr 1fr 1fr;
  }
}

@media screen and (max-width: 767px) {
  .section {
    margin-left: 0;
    margin-right: 0;
  }

  .section.cc-cta {
    padding: 15px;
  }

  .section.cc-home-wrap {
    margin-left: 15px;
    margin-right: 15px;
  }

  .section.cc-store-home-wrap {
    margin-left: 0;
    margin-right: 0;
  }

  .section.cc-store-home-wrap.demo {
    margin-top: 0;
  }

  .section.footer2 {
    background-position: 50% -20px;
    background-size: 140%;
    margin-left: 0;
    margin-right: 0;
  }

  .container {
    text-align: center;
    margin-left: 0;
  }

  .paragraph-bigger {
    font-size: 16px;
    line-height: 28px;
  }

  .rich-text {
    text-align: left;
    width: 90%;
    max-width: 470px;
  }

  .h1-w {
    font-size: 50px;
    line-height: 64px;
  }

  .heading-jumbo-small {
    font-size: 30px;
    line-height: 52px;
  }

  .logo-link {
    padding-left: 0;
  }

  .menu-icon {
    float: left;
    object-fit: fill;
    position: static;
  }

  .menu {
    display: block;
  }

  .navigation-wrap {
    margin-left: 0;
  }

  .navigation {
    padding: 20px;
  }

  .cta-wrap {
    padding-left: 30px;
    padding-right: 30px;
  }

  .intro-content {
    width: 80%;
  }

  .our-services-grid {
    grid-row-gap: 60px;
    grid-template: "."
                   "."
                   "."
                   "."
                   "."
                   "."
                   / 1fr;
  }

  .status-message.cc-no-data {
    width: 80%;
    max-width: 470px;
  }

  .contact-form-wrap {
    padding: 30px;
  }

  .text-field.cc-contact-field, .text-field.cc-textarea {
    text-align: left;
  }

  .team-pic {
    height: 300px;
    margin-bottom: 30px;
  }

  .team-member-name {
    font-size: 16px;
    line-height: 28px;
  }

  .project-name-wrap {
    margin-bottom: 30px;
  }

  .project-name-link {
    font-size: 16px;
    line-height: 28px;
  }

  .detail-image {
    margin-bottom: 15px;
  }

  .blog-detail-header-wrap {
    text-align: left;
    width: 90%;
    max-width: 470px;
  }

  .blog-item {
    width: 90%;
    max-width: 470px;
  }

  .blog-summary-wrap {
    text-align: center;
  }

  .utility-page-wrap {
    padding: 15px;
  }

  ._404-wrap {
    padding: 30px;
  }

  .heading-1 {
    margin-bottom: 16px;
    font-size: 48px;
    line-height: 54px;
  }

  .heading-1.sobakapav {
    margin-top: 64px;
    margin-bottom: 48px;
  }

  .heading-1.main {
    font-size: 44px;
    line-height: 48px;
  }

  .heading-1.toolarge {
    font-size: 48px;
    line-height: 54px;
  }

  .subh1, .subh1.top-block {
    font-size: 40px;
    line-height: 48px;
  }

  .subh1.bigtext {
    font-size: 30px;
    line-height: 44px;
  }

  .subh1.notsobig {
    margin-right: 0;
  }

  .subh1.notsobig.feed {
    margin-bottom: 32px;
  }

  .subh1.notsobig.minus {
    margin-top: 0;
  }

  .subh1.notsobig.center {
    font-size: 18px;
    line-height: 24px;
  }

  .subh1.notsobig.center.table {
    font-size: 18px;
    line-height: 22px;
  }

  .subh1.notsobig.center-copy {
    font-size: 18px;
    line-height: 24px;
  }

  .subh1.notsobig.table {
    font-size: 20px;
  }

  .subh1.h2 {
    font-size: 24px;
    line-height: 32px;
  }

  .subh1.shift1, .subh1.shift2 {
    margin-left: 0;
  }

  .heading-2 {
    color: #000;
    margin-bottom: 8px;
    margin-left: 0;
    padding-left: 0;
    font-size: 40px;
    line-height: 48px;
  }

  .text {
    padding-left: 0;
  }

  .text.bread.thin {
    padding-left: 20px;
  }

  .text.bread.thin._2 {
    padding-left: 0;
  }

  .text.header {
    justify-content: flex-end;
    max-width: none;
    margin-top: 0;
    margin-right: 20px;
  }

  .text.header._1 {
    margin-top: 0;
  }

  .text.head._1 {
    margin-top: -24px;
  }

  .text.head.hide._5 {
    color: var(--black);
    margin-bottom: 10px;
    display: block;
  }

  .text.head.hide2 {
    margin-top: 0;
  }

  .block-quote {
    float: right;
    width: 75%;
    margin-bottom: 0;
    padding-bottom: 8px;
    padding-left: 0;
  }

  .block-quote.howto {
    margin-left: 0;
    padding-top: 15px;
    padding-left: 0;
  }

  .block-quote.slider {
    text-align: right;
  }

  .block-quote.texts {
    background-position: 0%;
    background-size: 500px;
    margin-top: 0;
    padding-top: 48px;
    padding-bottom: 48px;
    position: relative;
  }

  .block-quote._10 {
    padding-left: 0;
  }

  .block-quote._10.main {
    width: auto;
    margin-top: 10px;
    padding-left: 20px;
  }

  .block-quote.main {
    float: none;
    width: auto;
  }

  .column {
    padding-bottom: 8px;
    padding-left: 0;
    padding-right: 0;
  }

  .heading-3 {
    color: #000;
    text-align: left;
    margin-bottom: 8px;
    margin-left: 0;
    font-size: 30px;
    line-height: 40px;
  }

  .heading-3.form {
    font-size: 32px;
    line-height: 40px;
  }

  .heading-3._3-col {
    margin-top: 32px;
    font-size: 30px;
    line-height: 40px;
  }

  .heading-3.top-block.feed._2 {
    margin-top: 0;
  }

  .block-number {
    background-image: none;
    padding-left: 38px;
  }

  .section-2 {
    background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg'), linear-gradient(to bottom, null, null);
    background-position: 0 0, 0 0;
    background-size: 125px, auto;
  }

  .section-3 {
    background-size: 500px 70px;
  }

  .section-3.jk3 {
    background-size: 500px;
  }

  .column-2 {
    background-image: none;
  }

  .column-2.jk3 {
    background-size: auto 160px;
  }

  .container-2 {
    padding-left: 20px;
    padding-right: 30px;
  }

  .container-2.top-container2 {
    background-position: 0 50px;
    background-size: 400px;
  }

  .container-2.top-container2.tech {
    background-position: 0 20px;
  }

  .container-2.top-container2.stat {
    background-image: url('../images/суть1.png');
    background-position: -200px -50px;
    background-repeat: no-repeat;
    background-size: 605px;
  }

  .container-2.top-container2.student {
    background-position: -10% 10%;
  }

  .container-2.top-container2.team {
    background-position: -10px 10px;
  }

  .container-2.top-container2.eco {
    background-size: 400px;
  }

  .container-2.top-container2.sobakapav {
    margin-bottom: 0;
  }

  .container-2.top-container2.feed {
    background-size: 400px;
  }

  .container-2.top-container2.texts {
    background-position: 0 160px;
    background-size: 240px;
  }

  .container-2.top-container2.mio {
    background-position: 30px 110px;
    background-size: 400px;
  }

  .container-2.top-container2.bm {
    background-position: 0 0;
  }

  .container-2.top-container2.focus {
    background-position: 0 20px;
  }

  .container-2.main {
    padding-top: 40px;
    padding-left: 10px;
  }

  .container-3 {
    object-fit: fill;
    padding-left: 20px;
  }

  .container-3.orange, .container-3.blue {
    padding-left: 20px;
    padding-right: 20px;
  }

  .container-3.yellow {
    padding-left: 20px;
  }

  .container-3.stat {
    background-image: url('../images/result6.png');
    background-position: -20px 20px;
    background-repeat: no-repeat;
    background-size: 309px;
  }

  .heading-4.drop {
    margin-top: 10px;
    margin-bottom: 0;
  }

  .columns {
    margin-left: 0;
  }

  .columns.footer5 {
    min-width: 480px;
  }

  .columns.footer5.header {
    min-width: 520px;
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 16px;
    padding-right: 0;
  }

  .columns.footer5.main {
    min-width: 520px;
  }

  .div-block.idea {
    height: 180px;
  }

  .div-block.techrec {
    padding-right: 0;
  }

  .div-block.story {
    justify-content: flex-start;
  }

  .div-block.im {
    height: 180px;
  }

  .text-block {
    padding-top: 0;
    display: block;
  }

  .link {
    display: inline-block;
  }

  .link.page {
    text-align: left;
    display: inline;
  }

  .link.drophead {
    margin-top: 0;
  }

  .list {
    margin-left: -10px;
    padding-left: 30px;
  }

  .list._10 {
    padding-left: 20px;
  }

  .column-3 {
    padding-left: 10px;
  }

  .section-4 {
    background-image: url('../images/blue.2x.png');
    background-position: -100px 0;
    background-size: contain;
    margin-left: -15px;
    margin-right: -15px;
  }

  .section-4.jk3 {
    background-size: 1000px 120px;
  }

  .heading-5 {
    float: none;
  }

  .bold-text-2.footer {
    align-items: center;
    display: flex;
  }

  .column-4 {
    height: 540px;
    padding-right: 30px;
    left: 21px;
  }

  .column-4.footer3 {
    height: 440px;
    padding-right: 20px;
    left: 20px;
  }

  .column-4.footer4 {
    height: 540px;
  }

  .column-4.footer7 {
    left: 20px;
  }

  .column-5.footer3 {
    height: 440px;
    padding-right: 20px;
  }

  .column-5.foter3, .column-5.footer4 {
    height: 540px;
  }

  .column-5.footer5 {
    margin-top: 8px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .column-6.footer3 {
    padding-left: 20px;
  }

  .column-6.footer7 {
    margin-top: 0;
  }

  .column-6.footer5 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .column-7.footer7 {
    padding-top: 0;
  }

  .column-7.footer5 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .container-4 {
    color: #000;
    padding-left: 20px;
  }

  .text-container._3-col {
    margin-bottom: 0;
  }

  .text-container.ua {
    background-position: 100% 0;
  }

  .container-5 {
    padding-left: 20px;
  }

  .container-5.footer-3 {
    padding-left: 20px;
    padding-right: 20px;
    display: block;
  }

  .container-5.bottom {
    border: 1px #000;
  }

  .submit-button {
    margin-top: 26px;
  }

  .submit-button.footer3 {
    margin-top: 16px;
  }

  .submit-button.payblock {
    width: 50%;
  }

  .submit-button.header {
    margin-top: -4px;
  }

  .section-5 {
    background-image: url('../images/orange.4x.png');
    background-position: -70px 30px;
    background-size: auto 140px;
  }

  .section-5.jk3 {
    background-position: -10px 10px;
    background-size: 600px;
  }

  .column-8 {
    padding-left: 18px;
  }

  .column-9, .column-10, .column-11 {
    padding-left: 0;
  }

  .column-12 {
    z-index: 1;
    padding-bottom: 8px;
    padding-left: 0;
  }

  .text-block-2 {
    order: 0;
    margin-left: -9px;
    display: none;
  }

  .image {
    display: block;
  }

  .text-block-3 {
    margin-left: -8px;
    font-weight: 700;
    display: block;
  }

  .jk3 {
    background-size: 600px 300px;
  }

  .container-7 {
    padding-left: 8px;
  }

  .container-8 {
    padding-left: 20px;
  }

  .container-8.texts {
    background-position: 60% 5%;
    background-size: 200px;
  }

  .container-8.bread {
    margin-top: 0;
    padding-left: 20px;
  }

  .container-8.stories {
    background-image: url('../images/yellow2.png');
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: auto;
  }

  .link5.boldfoot1 {
    -webkit-text-fill-color: inherit;
    background-clip: border-box;
  }

  .bold-text-3 {
    color: #000;
  }

  .text-block-5 {
    text-align: justify;
    min-width: 480px;
    margin-left: 0;
    display: block;
  }

  .columns-5 {
    min-width: 0;
    max-width: 720px;
    display: flex;
  }

  .div-block-4.sn {
    padding-left: 0;
  }

  .div-block-4.head {
    justify-content: flex-end;
    max-width: none;
    margin-top: 0;
    margin-left: 0;
    margin-right: 20px;
    padding-top: 30px;
    padding-right: 0;
  }

  .div-block-4.head.main {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    justify-content: flex-start;
    margin-top: 8px;
    margin-left: 0;
  }

  .image-2.head {
    width: 28px;
    height: 28px;
    margin-left: 0;
    margin-right: 0;
  }

  .image-2.head._2 {
    margin-left: 0;
  }

  .column-14 {
    order: 0;
    justify-content: flex-start;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .container-17 {
    display: flex;
  }

  .column-16 {
    padding-left: 0;
  }

  .header-container {
    background-image: url('../images/home-1-1-1.png');
    background-position: 0 -60px;
    background-repeat: no-repeat;
    background-size: 340px;
  }

  .header-container.main {
    background-position: -100px 0;
  }

  .container-21 {
    padding-bottom: 0;
  }

  .column-17 {
    padding-left: 10px;
  }

  .column-17.footer2 {
    padding-left: 20px;
  }

  .section-7 {
    background-position: -200px 0;
  }

  .column-18 {
    background-image: none;
    padding-top: 30px;
    padding-left: 10px;
  }

  .column-18.footer2 {
    padding-left: 0;
  }

  .columns-6 {
    background-position: 200px -20px;
  }

  .columns-6.footer2 {
    margin-bottom: 40px;
  }

  .bold-text-7 {
    font-size: 18px;
    line-height: 30px;
  }

  .bold-text-8 {
    font-size: 18px;
  }

  .bold-text-9 {
    font-size: 18px;
    line-height: 30px;
  }

  .bold-text-10 {
    font-size: 18px;
  }

  .columns-7 {
    text-align: justify;
    flex: 1;
    min-width: 480px;
  }

  .column-20 {
    padding-right: 0;
  }

  .column-22 {
    padding-left: 23px;
  }

  .column-23 {
    text-align: left;
    padding-top: 15px;
    padding-left: 22px;
    display: block;
  }

  .columns-8 {
    display: block;
  }

  .columns-8.footer2 {
    display: none;
  }

  .column-24 {
    padding-left: 23px;
  }

  .column-28 {
    padding-left: 0;
  }

  .container-23 {
    padding-left: 10px;
  }

  .par4 {
    z-index: 2;
    position: relative;
  }

  .par4.top-block.feed._2 {
    margin-bottom: 32px;
  }

  .par4.small.center {
    width: auto;
    font-size: 16px;
    line-height: 20px;
  }

  .par4.inslide.lgr {
    margin-left: 0;
  }

  .par4.mainhead.short {
    width: auto;
  }

  .par4.big.programarrow {
    display: none;
  }

  .par4.big.lgr._2 {
    font-size: 18px;
    line-height: 28px;
  }

  .par4.big.arr-lgr, .par4.orange {
    display: none;
  }

  .par4.right.orange._0 {
    display: block;
  }

  .par4.modprogram {
    margin-top: 24px;
    margin-bottom: 0;
    font-size: 24px;
    line-height: 32px;
  }

  .par4.modprogram.lgr {
    margin-top: 24px;
  }

  .par4._00.orange {
    display: block;
  }

  .par4.demo {
    margin-top: 0;
    margin-bottom: 0;
  }

  .par4.top-24 {
    display: none;
  }

  .image-13 {
    margin-bottom: 0;
  }

  .divfoot {
    display: none;
  }

  .divfoot._1 {
    display: block;
  }

  .dropdown-toggle-2 {
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
    display: block;
  }

  .dropdown.footer {
    border-bottom: 1px solid #e2e2e2;
    margin-top: 25px;
    margin-bottom: 0;
    margin-right: 1px;
    padding-right: 0;
    display: block;
  }

  .dropdown.text {
    width: auto;
  }

  .dropdown-list {
    margin-top: 12px;
    position: relative;
  }

  .icon-2, .icon-3, .icon-4, .icon-5, .icon-6, .icon-7 {
    margin-right: 0;
  }

  .column-30 {
    padding-top: 0;
  }

  .column-30.top-menu {
    padding-left: 0;
  }

  .column-30.top-menu.feed {
    background-image: url('../images/image-2.png');
    background-position: -20px 20px;
    background-repeat: no-repeat;
    background-size: 400px;
  }

  .column-30.top-menu.stat {
    background-image: url('../images/result2.png');
    background-position: 0 10%;
    background-repeat: no-repeat;
    background-size: 200px;
  }

  .column-30.top-menu.teh {
    padding-left: 0;
  }

  .column-31 {
    z-index: 1;
    padding-left: 0;
  }

  .column-31.notext.lgr {
    padding-right: 0;
  }

  .column-33 {
    justify-content: flex-end;
    padding-left: 0;
    padding-right: 20px;
    display: block;
  }

  .columns-10 {
    flex: 1;
    padding-left: 11px;
    display: flex;
  }

  .image-14._2 {
    z-index: -1;
    width: 70%;
    height: auto;
    margin-top: 0;
    margin-bottom: -78px;
    margin-left: 30px;
    padding-top: 0;
    inset: auto 0% 0%;
  }

  .image-16 {
    top: -24%;
  }

  .link-11 {
    z-index: 1;
    position: relative;
  }

  .image-18.top-menu.feedback {
    padding-top: 0;
    padding-bottom: 0;
    top: 14%;
  }

  .image-18.student {
    top: 12%;
  }

  .link-16 {
    justify-content: flex-end;
  }

  .link-16.header._1.main {
    flex-direction: row;
    justify-content: flex-start;
  }

  .container-25 {
    background-position: 0 20px;
    background-size: auto;
    max-width: 768px;
    padding-left: 20px;
  }

  .container-25.feed {
    background-position: 0 20px;
  }

  .container-25._48 {
    margin-top: 48px;
  }

  .container-25.price {
    background-size: 100%;
  }

  .form-3.texts.main {
    margin-left: 0;
  }

  .image-19.student {
    width: 20%;
    min-width: 0;
    display: none;
    inset: 0% 0% auto auto;
  }

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

  .big-number.business {
    width: auto;
    font-size: 160px;
    position: relative;
    inset: -57px 0% 0% 81%;
  }

  .big-number.idea {
    font-size: 200px;
    top: 119px;
    left: 69%;
  }

  .big-number.team {
    margin-left: 341px;
    top: 165px;
  }

  .big-number.team._2 {
    left: 5%;
  }

  .top-menu {
    z-index: -1;
    margin-top: 48px;
    margin-bottom: 16px;
    position: static;
  }

  .top-menu.student {
    background-position: -20px 30%;
    background-size: 200px;
    margin-bottom: 16px;
    padding-top: 56px;
  }

  .top-menu.feedback {
    padding-top: 56px;
    padding-bottom: 48px;
  }

  .top-menu.how-it-works {
    padding-top: 48px;
    display: none;
  }

  .top-menu.how-it-works.end {
    background-image: url('../images/как6.png');
    background-position: 5px 40px;
    background-repeat: no-repeat;
    background-size: 240px;
    margin-bottom: 0;
    padding-bottom: 32px;
    display: block;
  }

  .top-menu.feed {
    display: none;
  }

  .top-menu.feed._2 {
    background-image: url('../images/длинное.png');
    background-position: 0 20px;
    background-repeat: no-repeat;
    background-size: 260px;
    margin-top: 0;
    padding-top: 48px;
    padding-left: 10px;
    display: block;
  }

  .top-menu.business {
    margin-top: 56px;
  }

  .top-menu.stat {
    margin-top: 0;
  }

  .image-23 {
    position: relative;
    top: -75px;
    left: 88%;
  }

  .head-column-2 {
    padding-top: 16px;
    padding-left: 0;
  }

  .head-column-2.main {
    padding-right: 10px;
  }

  .column-37 {
    padding-bottom: 8px;
    padding-left: 0;
  }

  .slider-2 {
    height: auto;
  }

  .image-28 {
    top: -7px;
    left: -68px;
  }

  .image-28.text4 {
    width: auto;
    min-width: 955px;
    top: -16px;
    left: -113px;
  }

  .image-29 {
    width: 35%;
  }

  .image-30 {
    min-width: 1400px;
    left: -78%;
  }

  .image-41 {
    top: -14%;
  }

  .image-42.student {
    width: 50%;
    display: block;
    top: -39%;
    left: 41%;
  }

  .image-44 {
    display: none;
  }

  .column-40 {
    padding-left: 0;
  }

  .image-45 {
    min-width: 2000px;
    min-height: 0;
    display: none;
    inset: -35% 0% 0% -64%;
  }

  .column-41 {
    padding-left: 10px;
  }

  .image-46 {
    z-index: -1;
    min-width: 600px;
    display: block;
    position: absolute;
    inset: -44% 0% 0% -15%;
  }

  .image-48 {
    min-width: 400px;
    top: -102px;
    left: 69px;
  }

  .image-49 {
    z-index: -1;
    width: 50%;
    min-width: 0;
    inset: 8% 0% 0% -6%;
  }

  .image-50 {
    width: 30%;
    min-width: 0;
    inset: 0% 0% 0% 16%;
  }

  .image-51 {
    top: -123%;
    left: 16%;
  }

  .container-28 {
    padding-left: 10px;
  }

  .image-52 {
    min-width: 1800px;
    top: -29%;
  }

  .column-42 {
    display: block;
  }

  .image-54._2 {
    margin-top: 0;
  }

  .top-image.eco {
    display: none;
    top: 573px;
    left: -64px;
  }

  .top-image.stat {
    z-index: -2;
    display: none;
    top: 52%;
    left: 15%;
  }

  .abs-image {
    z-index: -1;
    width: 100%;
    inset: 186px 0% 0%;
  }

  .abs-image.howto {
    width: 50%;
    display: none;
    top: 24%;
    left: -5%;
  }

  .abs-image.howto1 {
    min-width: 500px;
    top: -55%;
    left: 9%;
  }

  .abs-image.howto2 {
    min-width: 360px;
    top: -53%;
    left: 16%;
  }

  .abs-image.howto3 {
    min-width: 100px;
    display: none;
    top: -39%;
  }

  .abs-image.howto5 {
    min-width: 360px;
    top: -65%;
    left: 19%;
  }

  .abs-image.howto6 {
    top: 14%;
    left: -15%;
  }

  .abs-image.feed {
    display: none;
    position: absolute;
    inset: 584px 0% auto;
  }

  .abs-image.bottom.student {
    width: auto;
    min-width: 900px;
    top: 20%;
    left: -11%;
  }

  .abs-image._3h {
    width: 50%;
  }

  .abs-image._3h.student {
    display: none;
  }

  .abs-image._3h.business {
    width: 50%;
    display: none;
    top: 1%;
    left: 23%;
  }

  .abs-image.top-menu.idea {
    width: 50%;
    top: 65%;
    left: 0;
  }

  .abs-image.top-menu.texts {
    width: auto;
    top: 66%;
  }

  .abs-image.idea._3 {
    width: 20%;
  }

  .abs-image.stat {
    display: none;
  }

  .abs-image.stat._2 {
    display: none;
    top: -90%;
  }

  .abs-image.h1.business {
    width: 60%;
    top: 14%;
    left: -3%;
  }

  .abs-image.head {
    width: 18%;
    top: 39%;
    left: 41%;
  }

  .abs-image.head._2 {
    width: 80%;
    top: 12%;
    left: -8%;
  }

  .abs-image.howto8 {
    top: -30%;
    left: -29%;
  }

  .abs-image.story._2 {
    top: 200%;
  }

  .abs-image.story._3 {
    display: none;
    top: 45%;
  }

  .abs-image.texts._2 {
    top: 3%;
    left: 33%;
  }

  .abs-image.texts3 {
    width: 90%;
    top: 54%;
    left: -2%;
  }

  .abs-image.dog {
    top: -250px;
  }

  .abs-image.dog.image-part-toggle {
    top: 25px;
    left: -8px;
  }

  .abs-image.idea1 {
    width: 60%;
  }

  .abs-image.contacts {
    top: -5%;
  }

  .abs-image.lgr {
    width: 50%;
    top: 100px;
  }

  .image-62 {
    min-width: 1600px;
    display: block;
    top: 562px;
  }

  ._3col---col1, ._3col---col2 {
    margin-bottom: 0;
    padding-left: 0;
  }

  ._3col---col2.student {
    margin-bottom: 32px;
  }

  ._3col---col2.result {
    padding-left: 0;
  }

  ._3col---col3 {
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 10px;
  }

  ._3col---col3.team {
    padding-left: 10px;
    padding-right: 0;
  }

  .column-48, .column-49 {
    padding-left: 0;
  }

  .dropdown-main {
    width: 100%;
  }

  .dropttext.texts {
    margin-right: 0;
    padding-right: 20px;
  }

  .image-64, .image-64._2 {
    left: 95%;
  }

  ._2col--1 {
    padding-left: 0;
  }

  ._2col--1.text {
    background-position: 58% 40px;
    background-size: 125px;
  }

  .image-67 {
    width: 42px;
    min-width: 42px;
    height: 43px;
    min-height: 43px;
    margin-left: -85px;
    display: none;
  }

  .image-67.main {
    margin-left: -96px;
  }

  .div-block-20 {
    position: absolute;
    top: 140px;
  }

  .image-68 {
    display: none;
  }

  .menu-button-3 {
    margin-left: -9px;
  }

  .drophead {
    margin-top: 0;
    margin-bottom: 8px;
  }

  .drophead.main, .dropheadicon {
    margin-top: 0;
  }

  .dropheadicon.main {
    margin-top: 0;
    top: 0;
  }

  .headcol1 {
    padding-left: 10px;
    display: block;
  }

  .headcol1.main {
    padding-left: 10px;
  }

  .div-block-23 {
    margin-top: 8px;
    margin-left: 0;
    margin-right: -80px;
    display: flex;
  }

  .div-block-23.main {
    padding-left: 0;
  }

  .div-block-23._1 {
    justify-content: flex-start;
    align-items: stretch;
    margin-top: -32px;
    margin-left: 0;
  }

  .image-70 {
    min-width: 140px;
    max-width: 200px;
    margin-left: 0;
    display: none;
  }

  ._2col {
    padding-left: 0;
  }

  ._2col.team {
    background-image: none;
  }

  .column-54 {
    padding-left: 0;
  }

  .placeholder {
    height: 100px;
  }

  .arrow._3 {
    height: 120px;
    top: -38px;
    left: 311px;
  }

  .arrow._2 {
    height: 100px;
    margin-left: -35px;
  }

  .arrow._1 {
    height: 100px;
  }

  .dropdown-2 {
    margin-left: 0;
  }

  .header-8 {
    background-position: 0 90%;
    background-size: 240px;
    min-width: 0;
    max-width: 768px;
  }

  .link-block {
    inset: 0%;
  }

  .link-block.sobakapav {
    display: none;
  }

  .link-block-2 {
    width: 50px;
    display: block;
    position: absolute;
    top: 266px;
    left: 87%;
  }

  .section-12 {
    background-position: 30% 20%;
  }

  .dropdown-list-4, .dropdown-list-4.w--open {
    margin-left: -10px;
    padding-left: 10px;
  }

  .dropdown-list-4.header {
    margin-left: -200px;
    margin-right: 0;
    padding-right: 0;
  }

  .dropdown-list-4.main {
    width: 210%;
  }

  .dropdown-list-4.main.w--open {
    margin-left: -20px;
    padding-left: 0;
  }

  .headcolumns {
    flex: 1;
    padding-left: 10px;
  }

  .column-58 {
    padding-left: 0;
  }

  .divprogram {
    margin-left: 0;
    padding-left: 0;
  }

  .image-72 {
    width: 50%;
    margin-top: 0;
    margin-left: 109px;
  }

  .image-72.mio {
    margin-left: 0;
  }

  .pay-block.mio.mailing {
    width: 90%;
    margin-left: 0;
  }

  .column-61 {
    padding-left: 0;
  }

  .slider-3, .slider-3.hideforfone {
    display: none;
  }

  .slider-3.hs {
    display: block;
  }

  .image-73 {
    height: 180px;
  }

  .image-73.comp {
    height: 180px;
    margin-bottom: 10px;
  }

  .image-76 {
    width: 50%;
    margin-top: 0;
    margin-left: 0;
  }

  .image-76.bm.image-part-toggle {
    width: 400px;
    margin-top: 0;
    margin-left: 0;
  }

  ._30pt, ._30pt._1, .column-63 {
    padding-left: 0;
  }

  .video-3 {
    margin-bottom: 60px;
  }

  .column-64, .column-65, .column-66, .column-67, .column-68 {
    padding-left: 0;
  }

  .form-4 {
    margin-top: 0;
  }

  .image-81 {
    top: 253.042px;
  }

  .div-block-52 {
    margin-left: 0;
  }

  .div-block-57 {
    height: 104px;
  }

  .div-block-63 {
    height: 4px;
  }

  .column-75, .column-76, .column-77, .column-78, .column-79, .column-80, .column-81, .column-82, .column-83, .column-84, .column-85, .column-86, .linkbutton {
    padding-left: 0;
  }

  .linkbutton.header {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .linkbutton.module.demo {
    margin-top: 40px;
    margin-left: 10px;
  }

  .linkbutton.orangemodule.main {
    width: 180px;
  }

  .div-block-77 {
    justify-content: flex-end;
    display: flex;
  }

  .div-block-78 {
    top: 51%;
    left: 126px;
  }

  .div-block-79 {
    display: flex;
  }

  .link-247 {
    display: inline;
  }

  .div-block-80 {
    display: flex;
  }

  .image-102 {
    width: 20%;
    margin-top: -155px;
    margin-left: 65%;
  }

  .image-102.focus {
    height: 300px;
  }

  .image-102.image-part-toggle {
    margin-left: 0;
  }

  .image-108 {
    margin-top: 0;
  }

  .column-95, .column-96, .column-97, .column-98, .column-99 {
    padding-left: 0;
  }

  .column-101, .column-102, .column-103, .column-104, .column-105, .column-106 {
    padding-left: 0;
    padding-right: 0;
  }

  .column-110, .column-111, .column-112 {
    padding-left: 0;
  }

  .column-118 {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
  }

  .image-119, .image-120 {
    display: none;
  }

  .div-block-84 {
    margin-top: 54px;
  }

  .div-block-85 {
    margin-top: 0;
  }

  .div-block-92.lgr {
    margin-left: 0;
  }

  .div-block-96, .div-block-97, .div-block-98, .div-block-100, .div-block-101, .div-block-102, .div-block-104, .div-block-106, .div-block-114 {
    display: none;
  }

  .image-133 {
    width: 75%;
    position: static;
  }

  .image-133.image-part-toggle {
    width: 300px;
  }

  .div-block-121, .div-block-122, .div-block-124, .div-block-124._2, .div-block-131, .div-block-132 {
    display: none;
  }

  .column-129, .column-130 {
    padding-left: 0;
  }

  .div-block-141 {
    height: 20px;
    display: block;
  }

  .div-block-141.hide {
    display: none;
  }

  .div-block-142 {
    height: 16px;
    display: block;
  }

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

  .form-block-4 {
    padding-left: 0;
  }

  .image-152 {
    top: -23.0139px;
    left: 9px;
  }

  .image-153 {
    top: 19.9861px;
    left: 77px;
  }

  .image-154 {
    left: 28px;
  }

  .image-155 {
    margin-top: -10px;
    margin-left: 113px;
  }

  .image-158.image-part-toggle-part {
    width: 100px;
    margin-top: 5px;
  }

  .image-159.image-part-toggle-part {
    margin-top: 14px;
    margin-left: 104px;
  }

  .column-133 {
    padding-left: 0;
  }

  .column-134 {
    height: 240px;
    padding-left: 0;
  }

  .image-160 {
    margin-top: 10px;
    margin-left: 171px;
  }

  .image-160.image-part-toggle-part {
    margin-top: 19px;
    margin-left: 240px;
  }

  .column-135 {
    padding-left: 0;
  }

  .image-161 {
    margin-left: 51px;
  }

  .image-161.image-part-toggle-part {
    margin-left: 26px;
  }

  .image-165 {
    margin-top: -15px;
    margin-left: 103px;
  }

  .image-167 {
    margin-left: 44px;
  }

  .image-168 {
    width: 140px;
    margin-top: -27px;
    margin-left: 173px;
  }

  .image-168.image-part-toggle-part {
    width: 180px;
    margin-top: -34px;
    margin-left: 94px;
  }

  .image-169.image-part-toggle-part {
    margin-top: -210px;
    margin-left: 9px;
    display: block;
  }

  .image-exp._2 {
    margin-top: -180px;
    margin-left: 551px;
    padding-top: 0;
  }

  .image-exp2._2 {
    display: none;
  }

  .column-136, .column-137 {
    padding-left: 0;
  }

  .div-block-160, .div-block-161, .div-block-162, .div-block-163, .div-block-164 {
    display: none;
  }

  .column-146, .column-147, .column-148 {
    padding-left: 0;
  }

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

  .column-149, .column-150, .column-151, .column-152 {
    padding-left: 0;
  }

  .div-block-186 {
    position: static;
  }

  .div-block-188 {
    height: 8px;
  }

  .column-154 {
    padding-left: 0;
  }

  .html-embed-2 {
    display: none;
  }

  .html-embed-2.footer {
    margin-left: 60%;
    margin-right: 0;
    display: block;
  }

  .section-16 {
    padding-bottom: 0;
  }

  .image-188 {
    margin-bottom: 32px;
  }

  .image-189 {
    display: none;
  }

  .image-191 {
    width: 90%;
  }

  .bubble-1.ans {
    width: auto;
  }

  .feedtextblock, .feedtextblock.ans {
    width: 100%;
  }

  .div-block-215 {
    float: right;
    position: relative;
    inset: auto 0% 0% auto;
  }

  .feedslide {
    margin-left: 0;
    margin-right: 0;
  }

  .div-block-218, .div-block-219, .div-block-220, .div-block-221, .div-block-222, .div-block-223, .div-block-224, .div-block-225, .div-block-226, .div-block-227, .div-block-228, .div-block-229, .div-block-230, .div-block-231, .div-block-233, .div-block-234, .div-block-235, .div-block-236, .div-block-237, .div-block-238, .div-block-239, .div-block-240 {
    display: none;
  }

  .slider-5 {
    height: 700px;
    min-height: 0;
  }

  .bold-text-32 {
    font-size: 24px;
    line-height: 32px;
  }

  .main-head-block {
    display: block;
  }

  .section-17 {
    margin-bottom: 20px;
  }

  .column-172 {
    padding-left: 0;
    padding-right: 0;
  }

  .column-173, .column-174 {
    padding-left: 0;
  }

  .columns-122 {
    margin-left: 0;
    display: block;
  }

  .image-200, .image-200.dark {
    bottom: -20px;
    left: 0;
  }

  .column-180, .image-201 {
    display: none;
  }

  .image-202 {
    width: 40%;
    top: -60px;
  }

  .headslide-3, .headslide-5 {
    background-position: 50% 100%, 50% 0;
  }

  .slider-6.hide, .image-207.hide {
    display: none;
  }

  .par4-copy.big.programarrow, .par4-copy.orange {
    display: none;
  }

  .image-226 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .par4-copy {
    z-index: 2;
    position: relative;
  }

  .par4-copy.top-block.feed._2 {
    margin-bottom: 32px;
  }

  .par4-copy.mainhead.short {
    width: auto;
  }

  .par4-copy.big.programarrow, .par4-copy.orange {
    display: none;
  }

  .par4-copy.right.orange._0 {
    display: block;
  }

  .par4-copy.modprogram {
    margin-top: 24px;
    margin-bottom: 0;
    font-size: 24px;
    line-height: 32px;
  }

  .par4-copy._00.orange {
    display: block;
  }

  .par4-copy.demo {
    margin-top: 0;
    margin-bottom: 0;
  }

  .par4-copy.top-24 {
    display: none;
  }

  .image-227 {
    margin-top: -40px;
  }

  .grid-3 {
    grid-template-columns: 60% 1fr;
    margin-bottom: 20px;
  }

  .div-block-264 {
    margin-top: 20px;
    margin-left: -60px;
  }

  .column-187 {
    padding-left: 0;
    padding-right: 0;
  }

  .column-188, .column-189 {
    padding-left: 0;
  }

  .div-block-266._2 {
    height: 580px;
  }

  .grid-5 {
    grid-template-columns: 1fr 1fr;
  }

  .grid-6 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
    width: 100%;
    margin-top: 0;
  }

  .grid-7 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-columns: 60% 1fr;
    padding-left: 20px;
    padding-right: 20px;
  }

  .grid-8 {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 36px;
    line-height: 52px;
  }

  .section.cc-store-home-wrap {
    margin-left: 0;
  }

  .section.footer2 {
    background-position: 50% -30px;
    background-size: 1400px;
  }

  .section.price {
    margin-left: 20px;
  }

  .container {
    margin-left: 0;
  }

  .container.footer {
    margin-left: 0;
    padding-right: 20px;
  }

  .rich-text {
    width: 100%;
    max-width: none;
  }

  .h1-w {
    font-size: 36px;
    line-height: 48px;
  }

  .logo-link.w--current {
    flex: 0 auto;
  }

  .menu, .navigation-wrap {
    margin-left: 0;
  }

  .navigation {
    background-image: url('../images/orange.3x.png');
    background-position: 50% -60px;
    background-size: 600px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .menu-button, .menu-button.w--open {
    flex: none;
  }

  .logo-image {
    width: 60px;
    height: auto;
  }

  .cta-wrap {
    padding-left: 15px;
    padding-right: 15px;
  }

  .status-message.cc-no-data, .contact-form-grid {
    width: 100%;
  }

  .our-contacts {
    width: 90%;
  }

  .team-members {
    grid-template: "."
                   "."
                   "."
                   "."
                   "."
                   "."
                   / 1fr;
  }

  .project-details-grid {
    width: 100%;
  }

  .blog-detail-header-wrap, .blog-item {
    width: 100%;
    max-width: none;
  }

  .heading-1 {
    margin-right: 0;
    font-size: 40px;
    line-height: 44px;
  }

  .heading-1.sobakapav {
    margin-top: 64px;
    margin-bottom: 32px;
  }

  .heading-1.toolarge, .subh1, .subh1.top-block {
    font-size: 32px;
    line-height: 40px;
  }

  .subh1.bigtext {
    margin-right: 0;
    font-size: 24px;
    line-height: 32px;
  }

  .subh1.notsobig {
    margin-right: 0;
    padding-right: 10px;
  }

  .subh1.notsobig.center, .subh1.notsobig.center-copy {
    padding-right: 0;
  }

  .subh1.main.dash {
    margin-left: 50px;
  }

  .subh1.textinslide {
    margin-top: 0;
    margin-left: 40px;
    padding-top: 60px;
    font-size: 32px;
    line-height: 40px;
  }

  .subh1.shift1 {
    margin-bottom: 12px;
    font-size: 24px;
    line-height: 32px;
  }

  .subh1.shift1._12 {
    margin-bottom: 8px;
  }

  .subh1.shift2 {
    font-size: 24px;
    line-height: 32px;
  }

  .heading-2 {
    color: #000;
    max-width: 480px;
    margin-left: 0;
    padding-left: 0;
    padding-right: 10px;
    font-size: 32px;
    line-height: 40px;
  }

  .heading-2.author {
    margin-top: 0;
  }

  .heading-2.grey {
    line-height: 40px;
  }

  .text {
    display: block;
  }

  .text.bread.thin {
    font-size: 16px;
    display: inline;
  }

  .text.header {
    width: auto;
    padding-left: 0;
    display: block;
  }

  .text.head.hide {
    margin-left: 10px;
    display: none;
  }

  .text.head.hide._5 {
    margin-left: 0;
  }

  .text.head.hide2 {
    padding-left: 10px;
    display: none;
  }

  .text.head.hide2.main {
    display: block;
  }

  .block-quote {
    text-align: left;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 15px;
    padding-left: 0;
    padding-right: 0;
  }

  .block-quote.n {
    text-align: center;
  }

  .block-quote.howto {
    padding-top: 0;
    padding-right: 0;
  }

  .block-quote.slider {
    text-align: left;
    width: 100%;
    padding-top: 0;
  }

  .block-quote.slider.business {
    text-align: left;
  }

  .block-quote.texts {
    background-image: url('../images/как5.png');
    background-position: 0%;
    background-repeat: no-repeat;
    background-size: 250px;
  }

  .block-quote._10 {
    margin-top: 28px;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 10px;
  }

  .column.blue {
    padding-right: 0;
  }

  .column.author {
    margin-top: 48px;
  }

  .heading-3 {
    color: #000;
    font-size: 28px;
    line-height: 36px;
  }

  .heading-3.footer {
    margin-top: 10px;
  }

  .heading-3.form {
    font-size: 32px;
    line-height: 40px;
  }

  .heading-3._3-col {
    font-size: 28px;
    line-height: 36px;
  }

  .block-number {
    text-align: center;
    padding-left: 30px;
  }

  .section-2 {
    -webkit-text-fill-color: inherit;
    background-image: none;
    background-clip: border-box;
  }

  .section-2.jk4 {
    background-position: -80px 10px;
    background-size: 400px 150px;
  }

  .section-2.gray {
    background-image: url('../images/JK2-Gray-5.png');
  }

  .section-2.crayola {
    background-image: url('../images/Crayola.1x.png');
  }

  .section-2.orange {
    background-image: url('../images/orange.1x.png');
  }

  .section-2.cream {
    background-image: url('../images/cream.1.5x.png');
  }

  .section-2.narrow {
    background-image: url('../images/blue.1x.png');
    background-position: -40px -10px;
    background-size: 100%;
  }

  .section-3 {
    max-width: none;
    margin-left: -15px;
    margin-right: -15px;
    padding-left: 0;
  }

  .section-3.jk3 {
    background-position: -100px 10px;
    background-size: 400px;
  }

  .section-3.jk4 {
    background-position: -100px 10px;
  }

  .column-2.jk3 {
    background-position: -10px -10px;
  }

  .container-2 {
    max-width: 480px;
    padding-left: 22px;
    padding-right: 0;
  }

  .container-2.top-container2 {
    max-width: none;
  }

  .container-2.top-container2.student {
    background-position: -50px 10%;
  }

  .container-2.top-container2.team {
    background-position: 10px 20px;
    background-size: 632px;
  }

  .container-2.top-container2.story {
    padding-left: 35px;
    padding-right: 10px;
  }

  .container-2.top-container2.texts {
    background-position: 80% 7%;
    background-size: 419px;
  }

  .container-2.top-container2.texts.lgr {
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    padding-left: 20px;
  }

  .container-2.top-container2.lisense {
    background-position: 70% 50px;
  }

  .container-2.top-container2.mio {
    background-position: -100px 60px;
    background-size: 460px;
    padding-top: 48px;
  }

  .container-2.top-container2.prog {
    background-position: 0 40px;
    background-size: 300px;
  }

  .container-2.top-container2.main {
    padding-left: 20px;
  }

  .container-2.top-container2.focus {
    background-position: 0 40px;
    background-size: 100%;
  }

  .container-2.main {
    padding-top: 20px;
  }

  .container-3 {
    background-image: none;
    max-width: 480px;
    padding-left: 35px;
    padding-right: 0;
  }

  .container-3.geen {
    background-size: 300px;
  }

  .container-3.orange {
    background-image: url('../images/orange.3x.png');
    background-position: -40px 10px;
    background-size: 300px;
    padding-left: 37px;
  }

  .container-3.peach, .container-3.gray, .container-3.crayola, .container-3.cream {
    background-size: 300px;
  }

  .container-3.blue {
    background-size: 500px;
    padding-left: 35px;
  }

  .container-3.bigblue {
    background-size: 460px;
  }

  .container-3.longorange {
    background-position: 0 10px;
    background-size: 400px;
  }

  .container-3.yellow {
    background-repeat: no-repeat;
    background-size: 500px;
    padding-left: 33px;
  }

  .container-3.business {
    max-width: none;
    padding-left: 20px;
  }

  .container-3._20 {
    padding-left: 20px;
  }

  .container-3.lgr {
    display: none;
  }

  .heading-4 {
    text-align: left;
  }

  .heading-4.drop {
    display: inline;
  }

  .columns {
    margin-left: 0;
  }

  .columns.footer5 {
    min-width: 300px;
  }

  .columns.footer5.header {
    background-position: -10px -10px;
    min-width: 280px;
  }

  .columns.footer5.main {
    min-width: 280px;
  }

  .form-block {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .form-block.basic.main {
    margin-left: -10px;
    margin-right: -10px;
  }

  .div-block.idea {
    height: auto;
  }

  .div-block.idea._2.lgr {
    margin-right: 0;
  }

  .text-block {
    text-align: left;
    margin-right: 0;
    padding-left: 0;
  }

  .text-block.header {
    margin-left: 0;
  }

  .link {
    text-align: right;
    display: inline;
  }

  .link.bread {
    font-size: 16px;
    display: inline;
  }

  .link.drophead {
    font-size: 20px;
  }

  .list {
    margin-left: -10px;
    padding-left: 29px;
  }

  .list.top-block.texts {
    margin-bottom: 40px;
    padding-left: 20px;
  }

  .column-3 {
    padding-left: 20px;
  }

  .section-4 {
    background-position: -60px 40%;
  }

  .section-4.jk3 {
    background-size: 400px 120px;
  }

  .heading-5 {
    margin-top: 20px;
  }

  .heading-5.idea.main {
    margin-top: 16px;
  }

  .heading-5.summ {
    margin-bottom: 0;
    line-height: 48px;
  }

  .bold-text-2 {
    text-align: left;
  }

  .bold-text-2.footer {
    display: inline;
  }

  .column-4 {
    text-align: left;
    height: auto;
  }

  .column-4.footer3, .column-4.footer7 {
    height: auto;
  }

  .column-5 {
    text-align: left;
  }

  .column-5.footer3, .column-5.foter3 {
    height: auto;
    padding-left: 20px;
  }

  .column-5.footer7 {
    height: auto;
  }

  .column-5.footer5 {
    padding-right: 0;
  }

  .column-6 {
    text-align: left;
  }

  .column-6.footer7 {
    margin-top: 40px;
  }

  .column-6.footer5 {
    padding-right: 0;
  }

  .column-7 {
    text-align: left;
    padding-left: 20px;
  }

  .column-7.footer7 {
    margin-top: 40px;
  }

  .column-7.footer5 {
    padding-right: 0;
  }

  .container-4 {
    padding-left: 15px;
  }

  .text-container._3-col {
    padding-left: 0;
  }

  .text-container._3-col.team {
    margin-left: 0;
  }

  .text-container.ua {
    background-size: 20%;
  }

  .container-5 {
    padding-left: 0;
  }

  .container-5.footer-3 {
    padding-left: 22px;
    display: block;
  }

  .container-5.bottom {
    margin-top: 24px;
  }

  .container-5.form.demo {
    padding-left: 0;
  }

  .submit-button.header {
    margin-top: 0;
  }

  .section-5 {
    background-image: url('../images/orange.2x.png');
    background-position: -40px 0;
    background-size: 120%;
  }

  .section-5.jk3 {
    background-position: 0 10px;
    background-size: 340px 200px;
  }

  .section-5.cream {
    background-image: url('../images/cream.1.5x.png');
    background-size: 150%;
  }

  .section-5.blue {
    background-image: url('../images/blue.1.5x.png');
    background-position: -100px 0;
    background-size: 150%;
  }

  .section-5.gray {
    background-image: url('../images/JK2-Gray-4.png');
    background-position: -60px 0;
  }

  .section-5.crayola {
    background-image: url('../images/Crayola1.5x.png');
    background-size: 140%;
  }

  .section-5.peach {
    background-image: url('../images/peach.1x.png');
    background-size: 130%;
  }

  .section-5.green {
    background-image: url('../images/green..1.5x.png');
    background-position: -60px 0;
  }

  .section-5.yellow {
    background-image: url('../images/green.1x.png');
  }

  .column-8 {
    padding-left: 20px;
  }

  .column-9 {
    text-align: left;
    padding-left: 0;
  }

  .column-10 {
    text-align: left;
  }

  .column-12 {
    padding-left: 0;
  }

  .image {
    width: 60px;
  }

  .text-block-3 {
    margin-left: 0;
    display: block;
  }

  .jk3 {
    background-image: url('../images/Crayola1.5x-cut.png');
    background-size: 300px;
  }

  .container-6.jk2, .container-7.jk2 {
    padding-left: 0;
  }

  .container-8 {
    padding-left: 20px;
    position: static;
  }

  .container-8.texts {
    background-position: 0 7%;
  }

  .container-8.uc {
    padding-right: 0;
  }

  .container-8.uc.lgr {
    max-width: 100%;
    padding-left: 20px;
  }

  .container-8.bread {
    max-width: none;
    margin-top: 0;
    margin-bottom: 0;
  }

  .container-8.im {
    padding-right: 0;
  }

  .container-8.clients {
    background-size: 120%;
  }

  .link5.moduls {
    text-align: left;
  }

  .text-block-5 {
    text-align: right;
    min-width: 0;
    margin-right: 0;
    display: inline;
  }

  .columns-5 {
    flex-direction: row;
    justify-content: flex-start;
    min-width: 0;
    max-width: 360px;
    display: flex;
  }

  .column-13 {
    text-align: left;
    justify-content: flex-start;
    padding-right: 0;
    display: flex;
  }

  .link-5.footerbottom {
    text-align: left;
  }

  .div-block-4.head {
    justify-content: flex-start;
    align-self: flex-start;
    align-items: flex-end;
    margin-top: -6px;
    margin-left: 0;
    margin-right: 20px;
    padding-top: 0;
    display: flex;
  }

  .div-block-4.head.foot {
    justify-content: flex-end;
    margin-right: 0;
  }

  .div-block-4.head.main {
    justify-content: flex-start;
    margin-bottom: 20px;
    margin-left: 0;
    margin-right: 0;
  }

  .image-2.head {
    align-self: flex-start;
    margin-left: 0;
    margin-right: 0;
  }

  .image-2.head._2 {
    margin-left: 0;
  }

  .column-14 {
    flex-direction: row;
    flex: 1;
    justify-content: flex-start;
    padding-left: 0;
    display: flex;
  }

  .container-17 {
    max-width: 480px;
    display: flex;
  }

  .navbar {
    max-width: none;
    display: block;
  }

  .header-container {
    background-position: -100px -40px;
    background-size: 476px;
    max-width: none;
    display: block;
  }

  .header-container.main {
    background-position: -70px 0;
  }

  .container-21 {
    padding-bottom: 0;
    padding-left: 0;
  }

  .column-17 {
    padding-left: 20px;
  }

  .section-7 {
    background-position: -150px 0;
    background-size: 620px;
  }

  .column-18 {
    background-image: url('../images/blue.1x.png');
    background-position: -140px -20px;
    background-size: 500px;
    padding-left: 20px;
  }

  .column-18.footer2 {
    background-image: url('../images/blue.1.5x-cut.png');
    background-position: -60px -10px;
    background-size: auto 340px;
    padding-top: 10px;
    padding-left: 20px;
  }

  .columns-6 {
    background-position: 50% 100%;
    background-size: 520px;
  }

  .columns-6.footer2 {
    background-size: 500px;
  }

  .bold-text-7, .bold-text-9 {
    line-height: 18px;
  }

  .column-19 {
    padding-left: 20px;
  }

  .column-19.footer2 {
    padding-top: 10px;
    padding-left: 20px;
  }

  .column-20 {
    display: flex;
  }

  .section-9 {
    background-position: 50% 40px;
    background-size: 1400px;
  }

  .column-22 {
    padding-bottom: 10px;
    padding-left: 20px;
    padding-right: 0;
  }

  .column-23 {
    padding-bottom: 20px;
    padding-left: 20px;
    display: block;
  }

  .column-24 {
    padding-bottom: 10px;
    padding-left: 20px;
  }

  .column-25 {
    padding-left: 20px;
  }

  .column-26 {
    padding-left: 12px;
  }

  .column-28 {
    margin-top: 0;
  }

  .container-23 {
    max-width: 480px;
  }

  .par4 {
    padding-right: 10px;
  }

  .par4._32 {
    padding-right: 0;
  }

  .par4.payblock {
    text-align: left;
    margin-left: 0;
  }

  .par4.payblock._2 {
    margin-left: 0;
  }

  .par4.payblock.shift {
    text-align: left;
    width: auto;
    margin-top: -8px;
    margin-left: 0;
    padding-left: 0;
  }

  .par4.small.table {
    width: 200%;
    padding-right: 0;
  }

  .par4.abs {
    display: none;
  }

  .par4.textinslide._1 {
    padding-left: 40px;
  }

  .par4.mainhead {
    padding-left: 10px;
  }

  .par4.big.modprogram {
    margin-top: 8px;
    font-size: 18px;
    line-height: 28px;
  }

  .par4.orange._0, .par4.right.green._0 {
    display: block;
  }

  .par4.green {
    display: none;
  }

  .par4.modprogram {
    margin-top: 24px;
    margin-bottom: 0;
    font-size: 24px;
    line-height: 32px;
  }

  .par4._08 {
    padding-left: 20px;
  }

  .par4._40 {
    margin-bottom: 8px;
  }

  .par4.top-24 {
    margin-top: 0;
    display: none;
  }

  .columns-9 {
    margin-left: 0;
    padding-left: 22px;
  }

  .divfoot._1, .divfoot._1.head {
    display: block;
  }

  .divfoot.end {
    margin-top: 0;
    padding-left: 20px;
    display: none;
  }

  .divfoot.end.head {
    display: none;
  }

  .dropdown-toggle-2 {
    padding-right: 20px;
  }

  .dropdown.footer {
    padding-right: 0;
  }

  .dropdown.license {
    margin-top: 32px;
  }

  .icon-2 {
    margin-left: 210px;
    margin-right: 0;
    padding-left: 0;
    left: 0;
  }

  .icon-2.footer {
    margin-left: 90%;
  }

  .icon-3, .icon-4, .icon-5, .icon-6, .icon-7 {
    margin-right: 10px;
  }

  .column-30 {
    padding-top: 0;
    padding-left: 36px;
  }

  .column-31.notext.lgr {
    padding-right: 10px;
  }

  .column-33 {
    padding-left: 0;
    padding-right: 20px;
  }

  .columns-10 {
    padding-left: 11px;
    display: block;
  }

  .image-14._2 {
    width: 100%;
    margin-top: 0;
    margin-bottom: 34px;
    margin-left: -18px;
  }

  .image-16 {
    inset: -20% auto auto -33%;
  }

  .image-17 {
    width: auto;
    min-width: 300px;
  }

  .list-item._48 {
    margin-bottom: 56px;
  }

  .list-item._24 {
    margin-top: 0;
    padding-top: 0;
  }

  .list-item.mob-hide {
    display: none;
  }

  .image-18.top-menu.feedback {
    top: 19%;
    left: -26%;
  }

  .image-18.student {
    top: 29%;
  }

  .link-16 {
    padding-left: 0;
    font-size: 16px;
    display: inline-block;
  }

  .link-16.header {
    text-align: right;
    width: 200px;
  }

  .link-16.header._1 {
    text-align: left;
    justify-content: flex-start;
    width: auto;
    margin-left: 0;
    padding-left: 0;
    font-size: 18px;
    display: flex;
  }

  .link-16.header._1.main {
    justify-content: flex-start;
    margin-left: 0;
    margin-right: 0;
    padding-right: 10px;
  }

  .container-24 {
    display: flex;
  }

  .container-25 {
    background-position: -60px 20px;
  }

  .container-25.feed {
    background-position: -150px 0;
  }

  .form-3.texts {
    margin-left: 0;
  }

  .image-21 {
    top: -8%;
    left: -6%;
  }

  .big-number.business {
    left: 66%;
  }

  .big-number.team {
    left: -77%;
  }

  .big-number.team._2 {
    left: -70%;
  }

  .big-number.team._1 {
    left: -55%;
  }

  .top-menu.feed._2 {
    background-image: url('../images/image-1_1.png');
    background-position: -10px 20px;
    background-size: 260px;
  }

  .top-menu.license {
    margin-top: 0;
    padding-top: 24px;
  }

  .top-menu.main {
    margin-right: 10px;
    padding-right: 0;
  }

  .image-23 {
    position: absolute;
    inset: 32% 0% 0% 22px;
  }

  .head-column-2 {
    text-align: left;
    justify-content: space-between;
    padding-top: 63px;
    padding-left: 0;
    display: block;
  }

  .head-column-2.main {
    margin-top: 0;
    padding-top: 54px;
  }

  .head-column-2.head {
    padding-left: 10px;
  }

  .slider-2 {
    height: auto;
    margin-bottom: 0;
  }

  .image-28.text4 {
    width: auto;
    min-width: 955px;
    top: -15px;
    left: -118px;
  }

  .image-29 {
    width: 55%;
  }

  .image-30 {
    min-width: 1400px;
  }

  .image-45 {
    display: none;
  }

  .feedback-filter.feedback-negative._2 {
    text-decoration: underline;
  }

  .image-46 {
    min-width: 440px;
    top: -34%;
    left: -13%;
  }

  .image-48 {
    min-width: 600px;
    top: -101px;
    left: -64px;
  }

  .image-49 {
    width: 1000%;
    left: -18%;
  }

  .image-50 {
    width: 100%;
    top: -1%;
    left: 0%;
  }

  .image-51 {
    top: -34%;
    left: -8%;
  }

  .image-52 {
    min-width: 2500px;
    top: -37%;
    left: -108%;
  }

  .top-image.eco {
    min-width: 0;
    display: block;
    top: 62%;
  }

  .top-image.stat {
    width: 100%;
    margin-top: -30%;
    margin-left: -54px;
    top: 68%;
  }

  .abs-image {
    top: 308px;
  }

  .abs-image.howto {
    min-width: 400px;
    min-height: 0;
    inset: 20% 0% 0% -31%;
  }

  .abs-image.howto1 {
    min-width: 460px;
    top: -4%;
    left: -19%;
  }

  .abs-image.howto2 {
    display: none;
    top: -7%;
    left: 0%;
  }

  .abs-image.howto5 {
    min-width: 360px;
    top: -36%;
    left: 7%;
  }

  .abs-image.feed {
    top: 745px;
  }

  .abs-image.top-menu.texts {
    display: none;
  }

  .abs-image.idea._3 {
    width: 60%;
    left: 44%;
  }

  .abs-image.head._2 {
    width: 75%;
  }

  .abs-image.howto8 {
    top: -19%;
    left: -13%;
  }

  .abs-image.story._2 {
    display: block;
    top: 143%;
  }

  .abs-image.story._3 {
    min-width: 800px;
    min-height: 0;
    top: 12%;
    left: -31%;
  }

  .abs-image.texts._2 {
    top: 7%;
    left: -16%;
  }

  .abs-image.texts3 {
    display: none;
    top: 58%;
    left: -1%;
  }

  .abs-image.dog {
    width: 50%;
    display: block;
    position: static;
    top: -83px;
    right: 6%;
  }

  .abs-image.contacts {
    width: auto;
    min-width: 600px;
    left: -21%;
  }

  .abs-image.lgr {
    display: none;
  }

  .div-block-19 {
    height: 0;
    padding-bottom: 0;
  }

  .image-62 {
    display: none;
    top: 639px;
  }

  ._3col---col1 {
    margin-bottom: 0;
  }

  ._3col---col1.team {
    margin-bottom: 8px;
    padding-left: 0;
  }

  ._3col---col1.eco, ._3col---col1.clients {
    margin-bottom: 0;
  }

  ._3col---col1.prog {
    margin-bottom: 32px;
  }

  ._3col---col2, ._3col---col2.student {
    margin-bottom: 0;
  }

  ._3col---col2.team {
    margin-bottom: 8px;
    padding-left: 0;
  }

  ._3col---col2.eco, ._3col---col2.clients {
    margin-bottom: 0;
  }

  ._3col---col2.prog {
    margin-bottom: 32px;
  }

  ._3col---col3 {
    margin-bottom: 0;
  }

  ._3col---col3.team {
    margin-bottom: 8px;
    padding-left: 0;
  }

  ._3col---col3.eco {
    margin-bottom: 0;
  }

  ._3col---col3.prog {
    margin-bottom: 32px;
  }

  ._3col---col3.clients {
    margin-bottom: 0;
  }

  .column-47, .column-48 {
    padding-left: 0;
  }

  .icon-8 {
    margin-left: -10px;
  }

  .dropttext.texts {
    padding-right: 10px;
  }

  .image-64 {
    left: 92%;
  }

  .image-64._2 {
    left: 95%;
  }

  .image-64.license {
    left: 92%;
  }

  .image-64.texts {
    top: 33%;
    left: 78%;
  }

  .image-64.main {
    width: 48px;
    top: 18%;
    left: 80%;
  }

  .mask {
    object-fit: fill;
    margin-top: -68px;
    margin-right: 0;
    overflow: hidden;
  }

  ._2col--1.text {
    background-position: 70% 40px;
  }

  ._2col--1.mio {
    background-position: 0 40px;
  }

  ._2col--1.uc {
    padding-right: 0;
  }

  .column-quote {
    padding-left: 0;
  }

  .div-block-20 {
    top: 200px;
  }

  .drophead {
    flex: none;
  }

  .drophead.main {
    margin-top: 0;
  }

  .dropheadicon {
    flex: none;
    min-width: 20px;
    margin-left: 5px;
  }

  .dropheadicon.main {
    margin-left: 6px;
  }

  .headcol1 {
    padding-left: 0;
    padding-right: 0;
  }

  .headcol1.main {
    padding-left: 0;
  }

  .div-block-22 {
    padding-left: 0;
    display: flex;
  }

  .div-block-23 {
    margin-top: 8px;
    margin-right: 0;
    display: block;
  }

  .div-block-23.main {
    justify-content: space-between;
    margin-top: 0;
    display: block;
  }

  .div-block-23._1 {
    margin-top: 0;
  }

  ._2col {
    padding-left: 0;
  }

  .placeholder {
    height: 0;
    display: none;
  }

  .placeholder._3 {
    height: 0;
  }

  .arrow._3, .arrow._2, .arrow._1 {
    display: none;
  }

  .column-55, .column-56 {
    padding-left: 0;
  }

  .header-8 {
    background-position: 0 35%;
    background-size: 300px;
  }

  .header-8.about {
    width: 360px;
    min-width: auto;
    max-width: none;
    margin-left: 0;
  }

  .div-block-28 {
    padding-left: 0;
    display: block;
  }

  .div-block-28.main {
    margin-left: -20px;
    padding-left: 0;
  }

  .link-block-2 {
    width: 36px;
    margin-right: 0;
    position: absolute;
    top: 310px;
    left: 86%;
  }

  .image-71 {
    width: 50px;
  }

  .dropdown-list-4 {
    margin-left: 0;
    padding-left: 0;
  }

  .dropdown-list-4.w--open {
    margin-left: -172px;
  }

  .dropdown-list-4.main.w--open {
    width: 130%;
    margin-left: -20px;
    padding-left: 20px;
  }

  .headcolumns {
    flex-direction: row;
    max-width: none;
  }

  .divprogram {
    margin-left: 0;
    padding-left: 0;
  }

  .link-125 {
    display: inline;
  }

  .image-72 {
    margin-left: 0;
  }

  .link-126 {
    display: inline;
  }

  .pay-block.mio.mailing {
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    width: 100%;
  }

  .div-block-32 {
    margin-top: 32px;
  }

  .column-61 {
    padding-left: 0;
  }

  .div-block-37 {
    background-position: 0 0;
    background-size: 200px;
  }

  .div-block-38 {
    background-position: 0 0;
  }

  .slider-3 {
    display: none;
  }

  .image-73 {
    margin-top: 16px;
    margin-bottom: -16px;
    padding-bottom: 0;
  }

  .image-73.im {
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .image-73.comp {
    margin-bottom: 0;
  }

  .image-76 {
    width: 80%;
  }

  .image-76.image-part-toggle {
    width: 300px;
  }

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

  ._30pt._1 {
    background-position: 0 20px;
  }

  .slide-2 {
    height: 400px;
  }

  .slider-4 {
    background-position: -100px 0;
    height: 460px;
  }

  .column-62 {
    margin-top: 0;
    padding-left: 0;
    display: flex;
  }

  .div-block-42 {
    width: auto;
    margin-top: 8px;
    margin-left: 0;
  }

  .video-3 {
    margin-top: 0;
    margin-bottom: 40px;
  }

  .column-65 {
    padding-left: 0;
  }

  .right-arrow-3 {
    margin-right: 0;
  }

  .left-arrow-3 {
    margin-left: -16px;
  }

  .right-arrow-4 {
    margin-right: -32px;
  }

  .column-69 {
    margin-top: 0;
    padding-left: 0;
  }

  .div-block-46 {
    background-size: 400px;
    height: auto;
    margin-left: -40px;
  }

  .link-block-5 {
    padding-left: 0;
  }

  .form-4 {
    margin-top: 8px;
  }

  .columns-18 {
    margin-bottom: 0;
  }

  .image-81 {
    top: 279.042px;
  }

  .image-82 {
    display: none;
  }

  .div-block-57 {
    height: 144px;
  }

  .div-block-63 {
    height: 30px;
  }

  .form-5 {
    padding-left: 20px;
  }

  .linkbutton {
    text-align: center;
    padding-left: 0;
  }

  .linkbutton.texts {
    width: 95%;
  }

  .linkbutton.orangemodule {
    width: 50%;
    margin-left: 0;
  }

  .linkbutton.corp {
    width: 70%;
    height: auto;
    position: relative;
    left: 10px;
  }

  .linkbutton.corp._2.hide {
    display: none;
  }

  .div-block-75 {
    height: 16px;
  }

  .div-block-76 {
    margin-left: 40px;
    padding-left: 0;
  }

  .div-block-78 {
    width: 97%;
    margin-top: 10px;
    margin-bottom: 10px;
    top: 53%;
    left: 0;
  }

  .div-block-79 {
    display: block;
  }

  .image-102 {
    width: 50%;
    margin-top: 0;
    margin-left: 0%;
    position: static;
  }

  .image-102.focus {
    margin-top: 0;
  }

  .column-88 {
    padding-left: 0;
  }

  .image-106, .image-107 {
    display: none;
  }

  .div-block-81 {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

  .column-89, .column-90, .column-91, .column-92, .column-93, .column-94 {
    padding-left: 0;
  }

  .image-108 {
    width: 98%;
  }

  .column-95, .column-100 {
    padding-left: 0;
  }

  .div-block-83 {
    margin-left: 0;
    margin-right: auto;
    display: flex;
  }

  .big-static-number {
    font-size: 72px;
    line-height: 64px;
  }

  .image-116, .image-117, .image-118 {
    display: none;
  }

  .column-115 {
    padding-left: 0;
  }

  .column-118 {
    background-size: auto;
    padding-left: 0;
  }

  .div-block-84 {
    margin-top: 0;
  }

  .column-119 {
    padding-left: 0;
  }

  .div-block-97, .div-block-101 {
    display: none;
  }

  .image-133 {
    width: 75%;
    position: static;
  }

  .image-133.image-part-toggle {
    width: 304px;
  }

  .div-block-124._2 {
    display: none;
  }

  .column-129 {
    padding-left: 0;
  }

  .div-block-141, .div-block-142, .div-block-143 {
    display: none;
  }

  .form-block-4 {
    padding-left: 0;
  }

  .image-152 {
    top: -8.01389px;
  }

  .image-153 {
    top: 34.9861px;
  }

  .image-154 {
    top: -6.01389px;
  }

  .image-155 {
    margin-top: 4px;
    margin-left: 95px;
  }

  .image-156 {
    width: 70px;
    height: 140px;
    margin-top: -8px;
  }

  .image-157 {
    margin-top: -18px;
    margin-left: 40px;
  }

  .image-158.image-part-toggle-part {
    width: 140px;
    margin-top: -22px;
    margin-left: -24px;
  }

  .image-160 {
    margin-top: -3px;
    margin-left: 145px;
  }

  .image-160.image-part-toggle-part {
    margin-top: 24px;
    margin-left: 221px;
    position: absolute;
  }

  .image-162 {
    display: none;
  }

  .image-163 {
    margin-top: 25px;
    margin-left: 71px;
  }

  .image-164 {
    margin-top: -13px;
    margin-left: 25px;
  }

  .image-165 {
    margin-left: 84px;
  }

  .image-166 {
    width: 70px;
    margin-top: -6px;
    margin-left: 69px;
  }

  .image-167 {
    margin-top: -23px;
    margin-left: 47px;
  }

  .image-168 {
    width: 120px;
    margin-top: -12px;
    margin-left: 0;
    left: 35%;
  }

  .image-168.image-part-toggle-part {
    left: 0;
  }

  .image-169.image-part-toggle-part {
    margin-top: -218px;
    margin-left: 12px;
    display: block;
  }

  .column-136, .column-137, .column-144 {
    padding-left: 0;
  }

  .div-block-160, .div-block-161, .div-block-162, .div-block-163, .div-block-164 {
    display: none;
  }

  .column-146, .column-147, .column-153 {
    padding-left: 0;
  }

  .html-embed-2 {
    margin-top: 40px;
    margin-left: 70%;
    display: block;
    position: static;
  }

  .div-block-193 {
    height: 140px;
  }

  .image-191 {
    width: 100%;
  }

  .bubble-1 {
    margin-left: 8px;
    padding-left: 16px;
    padding-right: 8px;
  }

  .bubble-1.ans {
    width: auto;
    margin-right: 8px;
    padding-left: 16px;
    padding-right: 8px;
  }

  .feedblock {
    width: 100%;
    margin-right: 0;
    padding-right: 0;
    overflow: visible;
  }

  .feedfotoblock {
    align-self: flex-end;
  }

  .feedtextblock, .feedtextblock.ans {
    width: 100%;
  }

  .div-block-215 {
    z-index: 9;
    float: right;
    align-self: center;
    position: relative;
    inset: auto 0% 0 auto;
    overflow: visible;
  }

  .feedslide {
    flex-direction: column;
    display: block;
  }

  .feedslider {
    flex-direction: column;
    height: 100%;
    display: flex;
  }

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

  .left-arrow-5 {
    margin-left: 0;
    display: none;
  }

  .right-arrow-6 {
    float: left;
    flex: none;
    order: -1;
    align-self: flex-start;
    width: 100%;
    height: 50px;
    margin-top: 8px;
    margin-bottom: 6px;
    margin-right: 0;
    position: static;
    inset: 60px 0% 0%;
  }

  .div-block-218 {
    width: 0;
    display: none;
  }

  .slide-4, .slide-5 {
    margin-right: 0;
  }

  .div-block-219 {
    width: 0;
    display: none;
  }

  .div-block-220, .div-block-221, .div-block-222, .div-block-223, .div-block-224, .div-block-225, .div-block-226, .div-block-227, .div-block-228, .div-block-229, .div-block-230, .div-block-231 {
    display: none;
  }

  .slide-6 {
    margin-left: 0;
  }

  .image-194 {
    display: none;
  }

  .image-195 {
    align-self: center;
    width: 198px;
    height: 48px;
    margin-top: 0;
    display: block;
  }

  .div-block-232 {
    justify-content: space-between;
    height: 100px;
    display: flex;
  }

  .image-196, .image-197, .image-198 {
    display: none;
  }

  .slider-5 {
    height: 100%;
    min-height: auto;
  }

  .headslide-1 {
    background-image: url('../images/Vector-inverted-cut.png'), url('../images/Slide1-Mob.png');
    background-position: 50% 100%, 50% 100%;
    background-repeat: no-repeat, no-repeat;
    background-size: auto, cover;
    padding-bottom: 20px;
    padding-left: 10px;
  }

  .main-head-block {
    width: 100%;
    max-width: none;
    padding-top: 20px;
    padding-left: 10px;
  }

  .exslide2 {
    background-color: #000;
    background-image: url('../images/Vector-inverted-cut.png'), url('../images/Slide-3-2.png'), url('../images/Превью-3-1.png');
    background-position: 50% 100%, 100% 60%, 50% 0;
    background-repeat: no-repeat, no-repeat, no-repeat;
    background-size: 100%, 40%, auto;
    padding-bottom: 20px;
  }

  .ex-headslide-3 {
    background-image: url('../images/Vector-inverted-cut.png'), url('../images/Slide-4.jpg');
    background-position: 50% 100%, 0 0;
    background-repeat: no-repeat, no-repeat;
    background-size: 100%, auto 100%;
    padding-bottom: 20px;
  }

  .ex-headslide-4 {
    background-image: url('../images/Vector-inverted-cut.png'), url('../images/Slide-5.jpg');
    background-position: 50% 100%, 50% 100%;
    background-repeat: no-repeat, no-repeat;
    background-size: 100%, cover;
    padding-bottom: 20px;
  }

  .ex-headslide-5 {
    background-image: url('../images/Vector-inverted-cut.png'), url('../images/Slide-6.jpg');
    background-position: 50% 100%, 60% 100%;
    background-repeat: no-repeat, no-repeat;
    background-size: 100%, auto 100%;
    padding-bottom: 20px;
  }

  .ex-headslide-6 {
    padding-bottom: 20px;
  }

  .section-17 {
    margin-top: 0;
    padding-left: 20px;
  }

  .div-block-242 {
    width: 100%;
  }

  .column-168 {
    margin-bottom: 10px;
    padding-left: 0;
  }

  .column-169, .column-170, .column-171, .column-172 {
    padding-left: 0;
  }

  .image-199 {
    display: none;
  }

  .column-173 {
    order: -1;
  }

  .columns-123 {
    flex-direction: column;
    display: flex;
  }

  .image-200 {
    width: 570px;
    height: 203px;
    display: block;
    inset: auto auto 25px -25%;
  }

  .image-200._2 {
    display: none;
  }

  .image-200.dark {
    bottom: 25px;
    left: -25%;
  }

  .columns-124 {
    width: 75%;
  }

  .column-175, .column-176, .column-177, .column-178, .column-179 {
    padding-left: 0;
  }

  .column-180, .column-181, .column-182, .column-183, .column-184 {
    display: none;
  }

  .headslide-2 {
    background-image: url('../images/Vector-inverted-cut.png'), url('../images/Slide2.png');
    background-position: 50% 100%, 50% 0;
    background-repeat: no-repeat, no-repeat;
    background-size: auto, cover;
    padding-left: 10px;
  }

  .image-202 {
    width: 50%;
    top: 60px;
    right: -25%;
  }

  .headslide-4 {
    background-image: url('../images/Vector-inverted-cut.png'), url('../images/Slide4.png');
    background-size: auto, cover;
    padding-left: 10px;
  }

  .headslide-3 {
    background-image: url('../images/Vector-inverted-cut.png'), url('../images/Slide3.png');
    background-position: 50% 100%, 50% 0;
    background-repeat: no-repeat, no-repeat;
    background-size: auto, cover;
    padding-left: 10px;
  }

  .headslide-5 {
    background-image: url('../images/Vector-inverted-cut.png'), url('../images/Slide5-Mob.png');
    background-position: 50% 100%, 50% 0;
    background-size: auto, cover;
    padding-left: 10px;
  }

  .headslide-6 {
    background-image: url('../images/Vector-inverted-cut.png'), url('../images/Slide6-Mob.png');
    background-size: auto, cover;
    padding-left: 10px;
  }

  .div-block-259.lgr {
    display: none;
  }

  .par4-copy.orange._0, .par4-copy.right.green._0 {
    display: block;
  }

  .image-226 {
    width: 100%;
    max-width: 360px;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
    position: relative;
  }

  .par4-copy {
    padding-right: 10px;
  }

  .par4-copy._32 {
    padding-right: 0;
  }

  .par4-copy.payblock {
    text-align: left;
    margin-left: 0;
  }

  .par4-copy.payblock._2 {
    margin-left: 0;
  }

  .par4-copy.payblock.shift {
    text-align: left;
    width: auto;
    margin-top: -8px;
    margin-left: 0;
    padding-left: 0;
  }

  .par4-copy.small.table {
    width: 200%;
    padding-right: 0;
  }

  .par4-copy.abs {
    display: none;
  }

  .par4-copy.textinslide._1 {
    padding-left: 40px;
  }

  .par4-copy.mainhead {
    padding-left: 10px;
  }

  .par4-copy.big.modprogram {
    margin-top: 8px;
    font-size: 18px;
    line-height: 28px;
  }

  .par4-copy.orange._0, .par4-copy.right.green._0 {
    display: block;
  }

  .par4-copy.green {
    display: none;
  }

  .par4-copy.modprogram {
    margin-top: 24px;
    margin-bottom: 0;
    font-size: 24px;
    line-height: 32px;
  }

  .par4-copy._08 {
    padding-left: 20px;
  }

  .par4-copy._40 {
    margin-bottom: 8px;
  }

  .par4-copy.top-24 {
    margin-top: 0;
    display: none;
  }

  .image-227 {
    width: auto;
    max-width: 100%;
    margin-top: -40px;
    margin-left: -40px;
  }

  .grid-3 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    margin-bottom: 0;
  }

  .div-block-264 {
    margin-top: 0;
    margin-left: 0;
    display: block;
    overflow: hidden;
  }

  .grid-5 {
    grid-template-columns: 1fr;
  }

  .grid-7 {
    grid-template-columns: 1fr;
    margin-bottom: 20px;
  }

  .grid-8 {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  }
}

#w-node-bfeb27bc-1924-3952-e121-fb68336cf046-88bb854a, #w-node-bed1e7e4-057f-d2ec-19c1-5320e59c718b-88bb854a, #w-node-_7adc8be3-c50b-27f8-dad5-0e74d42f3eb3-88bb854a, #w-node-_404c9f80-f1f4-e6bf-01ce-e42f82aa64fb-88bb854a, #w-node-a57168de-f0b6-da99-cbc1-ec2879204499-88bb854a, #w-node-_1eaa06d0-6189-e041-d2ca-819bcaa0034f-88bb854a, #w-node-_5681ee89-2c56-f0c2-2c6b-daea2abf675b-88bb854a, #w-node-_8a22fc1a-da51-435b-ba5c-d1aad030b1f1-88bb854a, #w-node-_0e058687-b5ce-3b95-7142-87a1b7aea573-88bb854a, #w-node-_6d64e6dc-8bba-6d80-12eb-801f5e677098-3b479b5a, #w-node-_928f7191-9568-5b89-1221-410b8563df91-3b479b5a, #w-node-_21761886-3f34-c733-78d4-60934b2a371f-3b479b5a, #w-node-b4d82dc0-7e47-266e-8c35-bd626fa44621-3b479b5a, #w-node-_4a3a871d-c01d-1f75-a99c-178510c6dc36-3b479b5a, #w-node-cb8a0e04-f72c-d207-4019-201e54cf6485-3b479b5a, #w-node-_4f8a6ac3-80dc-dbcf-04b6-29efecb6d185-3b479b5a, #w-node-d0e66ab4-57f6-4247-c511-887c079cfb7b-3b479b5a, #w-node-_65dff84d-6d14-222c-08aa-c6fecc0ad469-3b479b5a, #w-node-_7833fa3a-13c9-c864-32ec-dd3801829bec-3b479b5a, #w-node-abc95e8f-f556-3f4e-4a0d-36841965318c-3b479b5a, #w-node-_9e395080-8bab-7b76-63a2-95accb795a90-3b479b5a, #w-node-_99314073-082c-b7a3-e17d-6bdc38ee894f-3b479b5a, #w-node-_6ec49fee-7e90-ef99-d9ab-84d8e81c3e18-3b479b5a, #w-node-_65647af7-fe39-34f8-df51-93b6493c02bf-3b479b5a, #w-node-_17d11c17-cd5e-4b75-bcdd-32bf0471b27d-3b479b5a, #w-node-_6eba8ebc-8494-aa13-cbd7-8eeba6ec8fb7-3b479b5a, #w-node-_076785a5-fd9c-1943-5ae6-b63e69edbead-3b479b5a, #w-node-_0e5ade8c-0b7c-61d5-1c26-c8a8f271e3a8-3b479b5a, #w-node-_85a9b006-2cfc-1045-564d-facfc3f04f96-3b479b5a, #w-node-eca57dfa-8388-5268-de1e-f70c64a2c29a-3b479b5a, #w-node-_6eb0058b-4b18-4355-027d-9c5bbf3fad56-3b479b5a, #w-node-ca7daf70-2061-7585-31d9-4851178ebbad-3b479b5a, #w-node-_5356c755-a032-da84-ca32-14ebb3b1aa03-3b479b5a, #w-node-bdde2731-48b4-e6d8-2faa-4c2998d33206-3b479b5a, #w-node-_61ec4150-d208-5223-e19d-777af2276764-3b479b5a, #w-node-_465f5cf6-7de9-959c-0a6c-8c77fac95c10-3b479b5a, #w-node-a7138196-a200-c8e9-58c9-1517761cc33c-3b479b5a, #w-node-de413402-b16a-05f2-7add-9dc7598a33cb-3b479b5a, #w-node-_05122493-acfd-a1ea-ce5a-3932cf55ed00-3b479b5a, #w-node-_64b5e49a-ff5a-11d8-928c-8b4ec9b393d3-3b479b5a, #w-node-_7caf58b0-1ba0-80fe-c402-aad467072a18-3b479b5a, #w-node-f810009c-7fbf-0b73-9ef1-93c206a0daa4-3b479b5a, #w-node-_28ff272e-19b7-b54c-ca24-8e8597ebce74-3b479b5a, #w-node-d57c3037-fabb-0fe1-875d-7ebb148e4cb8-3b479b5a, #w-node-_39491bed-b49b-d476-f2f8-b6684d697f9f-3b479b5a, #w-node-_7e980c48-4e20-13bd-5002-c42be291609c-3b479b5a, #w-node-_898e8d44-cbd5-172a-35b0-d28337555b72-3b479b5a, #w-node-_0a908696-6ea1-ad31-994f-02250d821aea-3b479b5a, #w-node-_33e56d02-3058-d5e9-1b8c-aa8dff965bce-3b479b5a, #w-node-f315989e-afcb-6bde-3ee8-39fbd211414d-3b479b5a, #w-node-a26d3350-8200-d99d-127b-c2dc1afaa7e8-aa32bf0b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7a268b8c-4699-9094-ced3-948095b67f7c-aa32bf0b {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: auto;
}

#w-node-_3e88cb13-b905-a960-2e61-70f372226237-aa32bf0b, #w-node-_3b3cb3b0-ceba-a9f4-082f-524c379620c4-aa32bf0b, #w-node-e72bc42a-5715-7436-b264-b7c740ee2a10-aa32bf0b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 767px) {
  #w-node-_2aff94d1-40c5-055f-6399-c62ec29365b5-c293657e {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-a982c73c-a929-9dcb-3b28-ed5c46f618e7-3b479b5a, #w-node-e22bef47-b88e-a8df-996c-e29b0a897788-3b479b5a, #w-node-eb47e81f-47bf-1c28-2666-4cb391f369a9-3b479b5a, #w-node-_288e640c-45a3-1f6f-bbb2-d4a078a7f030-3b479b5a {
    grid-area: span 1 / span 5 / span 1 / span 5;
  }

  #w-node-cb8a0e04-f72c-d207-4019-201e54cf6485-3b479b5a, #w-node-_9e395080-8bab-7b76-63a2-95accb795a90-3b479b5a, #w-node-_076785a5-fd9c-1943-5ae6-b63e69edbead-3b479b5a, #w-node-_5356c755-a032-da84-ca32-14ebb3b1aa03-3b479b5a, #w-node-_05122493-acfd-a1ea-ce5a-3932cf55ed00-3b479b5a, #w-node-_39491bed-b49b-d476-f2f8-b6684d697f9f-3b479b5a {
    grid-column: span 5 / span 5;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_2aff94d1-40c5-055f-6399-c62ec29365b5-c293657e {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-b827fe54-48aa-8f16-51fd-bce443bfe36d-c293657e {
    justify-self: start;
  }
}


