:root {
  --font--primary-font: Inter, sans-serif;
  --color--neutral-03: #145B91;
  --font--secondary-font: "Inter", sans-serif;
  --color--neutral-04: #145B91;
  --color--neutral-05: #4f4b48;
  --size--button-radius: 12px;
  --color--neutral-01: white;
  --color--transparent: #fff0;
  --color--theme-color-03: #369be9ad;
  --size--global-section-padding: 120px;
  --color--neutral-02: #f3f7fb;
  --color--theme-color-01: #f53a39;
  --theme-color-011\<deleted\|variable-579e8ed5-b5e1-6ec5-d5c7-557c982bf1d4\>: #58bf94;
  --neutral-054\<deleted\|variable-24d4d87c-11c0-8074-8be2-857a93ba17c8\>: #0d0d0d;
  --white\<deleted\|variable-bfbded35-20f6-5b2c-588a-1460ac204df4\>: white;
  --theme-color-1\<deleted\|variable-2d3b50e7-5dc1-4305-5be0-20be00c895c7\>: #cfff92;
  --transparentt\<deleted\|variable-e4e550de-db9a-1228-7153-2894fac43f91\>: #fff0;
  --transparentt\<deleted\|variable-347810e8-efd3-c53d-6c2d-d8602d6a7e1e\>: #fff0;
  --rounded-default\<deleted\|variable-03f3e45b-0a29-7b61-f117-69d4a2256f5c\>: 24px;
  --theme-color-2\<deleted\|variable-29a37805-96b1-5f59-b68b-6ad048a28ce6\>: #063b26;
  --neutral-07\<deleted\|variable-72a2ecbc-4399-828b-db2c-e06004e1de66\>: #0b3323;
  --color--theme-color-02: #fa7355;
}


/*body {
  -webkit-user-select: none; /* Safari/Chrome 
  -moz-user-select: none;    /* Firefox 
  -ms-user-select: none;     /* IE/Edge 
  user-select: none;         /* Standard 
}*/



p.red-indent {
  text-indent: 20px;
  /* или сколько нужно */
  padding-top: 80px;
}


p.red-indent1 {
  text-indent: 20px;
  /* или сколько нужно */
  padding-top: 70px;
}


p.red-indent2 {
  text-indent: 20px;;}


    p.red-indent3 {
      text-indent: 20px;
      /* или сколько нужно */
      padding-top: 0px; }


            p.red-indent4 {
              text-indent: 20px;   }


.vacancy-modal {
  position: fixed;
  z-index: 9999;
  padding: 30px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.6);
  display: flex;
  justify-content: center;
  align-items: center;
}



.button-text-download {
  display: inline-block;
  background: #63a8de;
  color: white;
  border-radius: 100px;
  padding: 10px 25px;
  font-size: 14px;
  text-decoration: none;
  margin-top: 8px;
  transition: background 0.3s;
}

.button-text-download:hover {
  background: #999;
}

.modal-content {
  background-color: #fff;
  border-radius: 16px;
  max-width: 600px;
  padding: 30px;
  position: relative;
}

.close-btn {
  position: absolute;
  top: 12px;
  right: 16px;
  font-size: 30px;
  font-weight: bold;
  cursor: pointer;
  color: #333;
}

.w-layout-blockcontainer.container .w-container {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}



.w-commerce-commercecartwrapper {
  display: inline-block;
  position: relative;
}

.w-commerce-commercecartopenlink {
  color: #fff;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  background-color: #3898ec;
  border-width: 0;
  border-radius: 0;
  align-items: center;
  padding: 9px 15px;
  text-decoration: none;
  display: flex;
}

.w-commerce-commercecartopenlinkcount {
  color: #3898ec;
  text-align: center;
  background-color: #fff;
  border-radius: 9px;
  min-width: 18px;
  height: 18px;
  margin-left: 8px;
  padding-left: 6px;
  padding-right: 6px;
  font-size: 11px;
  font-weight: 700;
  line-height: 18px;
  display: inline-block;
}

.w-commerce-commercecartcontainerwrapper {
  z-index: 1001;
  background-color: #000c;
  position: fixed;
  inset: 0;
}

.w-commerce-commercecartcontainerwrapper--cartType-modal {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.w-commerce-commercecartcontainerwrapper--cartType-leftSidebar {
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.w-commerce-commercecartcontainerwrapper--cartType-rightSidebar {
  flex-direction: row;
  justify-content: flex-end;
  align-items: stretch;
  display: flex;
}

.w-commerce-commercecartcontainerwrapper--cartType-leftDropdown {
  background-color: #0000;
  position: absolute;
  inset: 100% auto auto 0;
}

.w-commerce-commercecartcontainerwrapper--cartType-rightDropdown {
  background-color: #0000;
  position: absolute;
  inset: 100% 0 auto auto;
}

.w-commerce-commercecartcontainer {
  background-color: #fff;
  flex-direction: column;
  width: 100%;
  min-width: 320px;
  max-width: 480px;
  display: flex;
  overflow: auto;
  box-shadow: 0 5px 25px #00000040;
}

.w-commerce-commercecartheader {
  border-bottom: 1px solid #e6e6e6;
  flex: none;
  justify-content: space-between;
  align-items: center;
  padding: 16px 24px;
  display: flex;
  position: relative;
}

.w-commerce-commercecartheading {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.w-commerce-commercecartcloselink {
  width: 16px;
  height: 16px;
}

.w-commerce-commercecartformwrapper {
  flex-direction: column;
  flex: 1;
  display: flex;
}

.w-commerce-commercecartform {
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  display: flex;
}

.w-commerce-commercecartlist {
  -webkit-overflow-scrolling: touch;
  flex: 1;
  padding: 12px 24px;
  overflow: auto;
}

.w-commerce-commercecartitem {
  align-items: flex-start;
  padding-top: 12px;
  padding-bottom: 12px;
  display: flex;
}

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

.w-commerce-commercecartiteminfo {
  flex-direction: column;
  flex: 1;
  margin-left: 16px;
  margin-right: 16px;
  display: flex;
}

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

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

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

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

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

.w-commerce-commercecartfooter {
  border-top: 1px solid #e6e6e6;
  flex-direction: column;
  flex: none;
  padding: 16px 24px 24px;
  display: flex;
}

.w-commerce-commercecartlineitem {
  flex: none;
  justify-content: space-between;
  align-items: baseline;
  margin-bottom: 16px;
  display: flex;
}

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

.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-commercecartcheckoutbutton {
  color: #fff;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  text-align: center;
  background-color: #3898ec;
  border-width: 0;
  border-radius: 2px;
  align-items: center;
  padding: 9px 15px;
  text-decoration: none;
  display: block;
}

.w-commerce-commercecartemptystate {
  flex: 1;
  justify-content: center;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.w-commerce-commercecarterrorstate {
  background-color: #ffdede;
  flex: none;
  margin: 0 24px 24px;
  padding: 10px;
}

.w-commerce-commerceaddtocartform {
  margin: 0 0 15px;
}

.w-commerce-commerceaddtocartoptionpillgroup {
  margin-bottom: 10px;
  display: flex;
}

.w-commerce-commerceaddtocartoptionpill {
  color: #000;
  cursor: pointer;
  background-color: #fff;
  border: 1px solid #000;
  margin-right: 10px;
  padding: 8px 15px;
}

.w-commerce-commerceaddtocartoptionpill.w--ecommerce-pill-selected {
  color: #fff;
  background-color: #000;
}

.w-commerce-commerceaddtocartoptionpill.w--ecommerce-pill-disabled {
  color: #666;
  cursor: not-allowed;
  background-color: #e6e6e6;
  border-color: #e6e6e6;
  outline-style: none;
}

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

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

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

.w-commerce-commerceaddtocartbutton {
  color: #fff;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  background-color: #3898ec;
  border-width: 0;
  border-radius: 0;
  align-items: center;
  padding: 9px 15px;
  text-decoration: none;
  display: flex;
}

.w-commerce-commerceaddtocartbutton.w--ecommerce-add-to-cart-disabled {
  color: #666;
  cursor: not-allowed;
  background-color: #e6e6e6;
  border-color: #e6e6e6;
  outline-style: none;
}

.w-commerce-commercebuynowbutton {
  color: #fff;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  background-color: #3898ec;
  border-width: 0;
  border-radius: 0;
  align-items: center;
  margin-top: 10px;
  padding: 9px 15px;
  text-decoration: none;
  display: inline-block;
}

.w-commerce-commercebuynowbutton.w--ecommerce-buy-now-disabled {
  color: #666;
  cursor: not-allowed;
  background-color: #e6e6e6;
  border-color: #e6e6e6;
  outline-style: none;
}

.w-commerce-commerceaddtocartoutofstock {
  background-color: #ddd;
  margin-top: 10px;
  padding: 10px;
}

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

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

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

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

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

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

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
  
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }

  .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-commercecartcontainerwrapper--cartType-modal {
    flex-direction: row;
    justify-content: center;
    align-items: stretch;
  }

  .w-commerce-commercecartcontainerwrapper--cartType-leftDropdown, .w-commerce-commercecartcontainerwrapper--cartType-rightDropdown {
    flex-direction: row;
    justify-content: center;
    align-items: stretch;
    display: flex;
    position: fixed;
    inset: 0;
  }

  .w-commerce-commercecartquantity, .w-commerce-commerceaddtocartquantityinput, .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 {
  font-family: "Inter", sans-serif;
  color: var(--color--neutral-03);
  font-size: 16px;
  font-weight: 400;
  line-height: 170%;
}





h1 {
  background-image: linear-gradient(180deg, #093c64, #63a8de);
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 95px;
  font-weight: 700;
  line-height: 115%;

  font-family: "Cormorant Infant", serif;
    font-optical-sizing: auto;
    font-style: italic;
}

h2 {
  font-family: "Inter", sans-serif;
  background-image: linear-gradient(180deg, #093c64, #63a8de);
    -webkit-text-fill-color: transparent;
    background-clip: text;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 45px;
  font-weight: 600;
  line-height: 120%;
}


.section-title-heading1 {

  font-family: "Inter", sans-serif;
    background-image: linear-gradient(180deg, #093c64, #63a8de);
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 60px;
    font-weight: 600;
    line-height: 120%;

}

h3 {
  font-family: "Inter",
    sans-serif;
  color: var(--color--neutral-04);
  letter-spacing: -1px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 600;
  line-height: 140%;
}

h4 {
  font-family: "Inter",
    sans-serif;
  color: var(--color--neutral-04);
  letter-spacing: -.5px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 500;
  line-height: 160%;
}

h5 {
  font-family: "Inter",
    sans-serif;
  color: var(--color--neutral-04);
  letter-spacing: -.6px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 200;
  line-height: 170%;
}

h6 {
  opacity: .9;
  color: var(--color--neutral-03);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 170%;
}

p {
  font-family: "Inter",
    sans-serif;
  color: #145B91;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 170%;
}

a {
  line-height: 170%;
  text-decoration: none;
  transition: all .3s;
}

ul {
  grid-column-gap: 3px;
  grid-row-gap: 3px;
  flex-flow: column;
  margin-bottom: 0;
  padding-left: 23px;
  font-size: 19px;
  display: flex;
}

ol {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  margin-bottom: 0;
  padding-left: 20px;
  display: flex;
}

li {
  color: var(--color--neutral-03);
  font-size: 16px;
}

img {
  max-width: 100%;
  display: inline-block;
}

.container {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1356px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
}


.container2 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 2500px;
  padding-left: 30px;
  padding-right: 30px;
}

.container1 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1000px;
}

.container.styleguide-container {
  width: 100%;
  max-width: 830px;
}

.container.position-relative {
  z-index: 99;
  border-radius: 2px;
  max-width: 1264px;
}

.container._1 {
  max-width: 1404px;
}

.button {
  z-index: 1;
    background-image: linear-gradient(218deg, #1f5f92d1 56%, #63a8de);
    text-align: center;
    font-size: 18px;
    color: #fff;
    border-radius: 50px;
    justify-content: center;
    align-items: center;
    padding: 7px 30px;
    display: flex;
    position: relative;
}

.button:where(.w-variant-b9f706c1-4251-2054-1933-5d212aa71f7b) {
  background-color: #145B91;
  color: #fff;
  background-image: none;
  border-width: 1.5px;
  border-color: #4e4e55;
}

.button:where(.w-variant-dfd8beb0-093a-7865-2001-846a38349833) {
  color: var(--color--neutral-04);
  background-image: none;
  border-color: #4e4e551f;
  padding-top: 5.5px;
  padding-bottom: 5px;
}

.button:where(.w-variant-27ee8b0f-e165-17c8-698f-ec13cc89046f) {
  border-radius: 62px;
}

.button:hover {
  background-image: linear-gradient(#ffff, #ffff 59%, #fff 71%, #fff);
  border: 1px solid #369be9ad;
  color: #1f5f92d1;
}

.button:hover:where(.w-variant-b9f706c1-4251-2054-1933-5d212aa71f7b), .button:hover:where(.w-variant-dfd8beb0-093a-7865-2001-846a38349833) {
  border-color: var(--color--transparent);
  background-color: var(--color--theme-color-03);
  color: var(--color--neutral-01);
  background-image: none;
}

.button-area {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.button-right-icon-hover {
  margin-top: 2px;
  position: absolute;
  left: -20px;
}

.body {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 170%;
}


#catering {
  scroll-margin-top: 150px;
}

#auto {
  scroll-margin-top: 100px;
}

#contactsss {
  scroll-margin-top: 50px;
}


.section-padding.checkout {
  background-color: var(--color--neutral-01);
  padding-left: 0;
  padding-right: 0;
}

.remove-bottom-padding {
  padding-bottom: 50px;
}

.content-area {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 40px;
  display: flex;
}

.content-area.horizontal {
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
}

.content-area.horizontal.color-code-area {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
  display: grid;
}

.content-area.d-none {
  display: none;
}

.color-box {
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 60px;
  display: flex;
}

.bg-neutral-01 {
  background-color: var(--color--neutral-01);
}

.bg-neutral-02 {
  background-color: var(--color--neutral-02);
}

.bg-neutral-03 {
  background-color: var(--color--neutral-03);
}

.bg-neutral-04 {
  background-color: var(--color--neutral-04);
}

.button-icon-wrapper {
  z-index: 1;
  background-color: var(--color--neutral-01);
  letter-spacing: 0;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 26px;
  min-width: 26px;
  height: 26px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.header {
  z-index: 9999;
  width: 100%;
  padding-top: 5px;
}



.navbar {
  z-index: 5;
  border-radius: 20px;
}

.navbar-wrapper {
  grid-column-gap: 25px;
  grid-row-gap: 250px;
  justify-content: space-around;
  align-items: center;
  display: flex;
}

.nav-menu-wrapper {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  background-color: var(--color--transparent);
  justify-content: space-between;
}

.nav-menu {
  grid-column-gap: 50px;
  grid-row-gap: 40px;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  padding-left: 0;
  display: flex;
}

.nav-link {
  /*color: #1f5f92d1;*/
  color: #fff;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  display: block;
}

.nav-link:hover {
  color: var(--color--theme-color-01);
}

.nav-link:focus-visible, .nav-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-link.w--current {
  color: var(--color--neutral-04);
}

.nav-dropdown {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}

.nav-dropdown-toggle {
  color: #ffff;
  align-items: center;
  padding: 5px 15px 5px 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  transition: all .3s;
}

.nav-dropdown-toggle:hover {
  color: var(--color--neutral-04);
}

.nav-dropdown-icon {
  margin-top: 9px;
  margin-bottom: 0;
  color: #145B91;
  margin-right: 0;
  font-size: 13px;
}

.nav-dropdown-icon1 {
  margin-top: 9px;
    margin-bottom: 0;
    color: #ffff;
    margin-right: 0;
    font-size: 13px;

}

.nav-dropdown-list {
  z-index: 9999;
  background-color: var(--color--transparent);
}

.nav-dropdown-link {
  color: #145B91;
  padding: 5px 10px;
  font-size: 18px;
  font-weight: 500;
  transition: all .3s;
}

.nav-dropdown-link:hover, .nav-dropdown-link.w--current {
  color: #369be9ad;
}

.menu-button {
  background-color: var(--theme-color-1\<deleted\|variable-2d3b50e7-5dc1-4305-5be0-20be00c895c7\>);
  width: 30px;
  height: 24px;
  padding: 0;
}

.mega-menu {
  z-index: 5;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: var(--color--neutral-01);
  border-radius: 12px;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 21px;
  padding: 20px;
  display: flex;
  position: relative;
  box-shadow: 0 1px 60px #0000001a;
}

.navbar-button {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  align-items: center;
  display: flex;
}

.dropdown-list-item {
  position: relative;
}

.footer-widget {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  display: flex;
}

.footer-link {
  color: #5aa1d8;
  font-size: 16px;
  font-weight: 400;
}

.footer-link:hover {
  color: var(--color--theme-color-01);
}

.footer-link.style-1 {
  color: var(--color--neutral-03);
  font-size: 14px;
}

.position-relative {
  z-index: 1;
  position: relative;
}

.footer-left-block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  width: 100%;
  max-width: 338px;
  display: flex;
}

.license-fonts-images {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-flow: column;
  width: 100%;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.license-images {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-flow: column;
  align-items: flex-start;
  display: flex;
}

.license-items {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.license-item {
  background-color: var(--color--neutral-02);
  border-radius: 12px;
  justify-content: flex-start;
  align-items: center;
  min-height: 65px;
  padding: 10px 22px;
  display: flex;
}

.license-fonts {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-flow: column;
  align-items: flex-start;
  display: flex;
}

.cart {
  z-index: 9999;
  width: 24px;
  height: 24px;
  position: absolute;
  top: 30px;
  right: 240px;
}

.cart-button {
  background-color: var(--transparentt\<deleted\|variable-347810e8-efd3-c53d-6c2d-d8602d6a7e1e\>);
  padding: 0;
  position: relative;
}

.cart-icon {
  width: 24px;
  height: 24px;
}

.cart-quantity {
  background-color: var(--color--neutral-04);
  color: var(--color--neutral-01);
  justify-content: center;
  align-items: center;
  width: 16px;
  min-width: 16px;
  height: 16px;
  margin-left: 0;
  font-size: 12px;
  font-weight: 400;
  display: flex;
  position: absolute;
  top: -9px;
  right: -2px;
}

.product-list-wrapper {
  width: 100%;
}

.product-list {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.product-item {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  display: flex;
}

.product-text-block {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  align-items: flex-start;
  display: flex;
}

.price-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: row;
  justify-content: flex-start;
  display: flex;
}

.regular-price {
  font-size: 16px;
  line-height: 170%;
  text-decoration: line-through;
}

.checkout-button {
  border-radius: var(--size--button-radius);
  background-color: var(--color--theme-color-01);
  color: var(--color--neutral-01);
  padding-top: 12px;
  padding-bottom: 12px;
  transition: all .3s;
}

.checkout-button:hover {
  box-shadow: 0 9px 18px #0003;
}

.apple-pay {
  border-radius: var(--size--button-radius);
  height: 58px;
}

.heading-1 {
  font-family: "Inter",
    sans-serif;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 64px;
  font-weight: 600;
  line-height: 110%;
}

.background-product {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.buy-now-button, .field-label-2, .quantity-2 {
  display: none;
}

.product-card-image {
  border-radius: var(--rounded-default\<deleted\|variable-03f3e45b-0a29-7b61-f117-69d4a2256f5c\>);
  width: 100%;
  height: 400px;
  position: relative;
  overflow: hidden;
}

.image-card {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.add-to-cart {
  z-index: 9;
  flex-flow: column;
  justify-content: flex-end;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.card-overlay {
  z-index: 5;
  background-color: #01444a0d;
  transition-duration: .1s;
  position: absolute;
  inset: 0%;
}

.add-to-cart-button-2 {
  z-index: 100;
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  text-transform: uppercase;
  background-color: #0000004d;
  width: 100%;
  height: 100%;
  font-family: "Fa Solid 900", Arial, sans-serif;
  font-size: 20px;
  font-weight: 400;
  transition: all .3s;
  position: absolute;
  inset: 0%;
}

.default-state-2 {
  z-index: -1;
  width: 100%;
  height: 100%;
}

.cart-container {
  border: 1px solid #f3f3f324;
  border-radius: 12px;
}

.cart-header, .cart-footer {
  border: 1px solid #00000024;
}

.remove-button {
  color: var(--theme-color-2\<deleted\|variable-29a37805-96b1-5f59-b68b-6ad048a28ce6\>);
}

.cart-quantity-2 {
  background-color: var(--color--theme-color-01);
  color: var(--color--neutral-01);
  border-color: #f3f3f324;
}

.tabs-menu {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: wrap;
  justify-content: center;
  padding-bottom: 50px;
  display: flex;
}

.tabs {
  flex-flow: column;
  width: 100%;
  height: 100%;
  display: flex;
}

.tab-link {
  border-radius: var(--size--button-radius);
  background-color: var(--color--neutral-04);
  color: var(--color--neutral-01);
  border: 1px solid #f3f3f324;
}

.tab-link:hover, .tab-link.w--current {
  background-color: var(--color--theme-color-01);
  color: var(--color--neutral-01);
}

.cart-close-icon {
  cursor: pointer;
  width: 20px;
  height: 20px;
}

.cart-icon-close {
  width: 20px;
  height: 20px;
}

.input-form {
  z-index: 1;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.input-form.style-2 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
}

.text-field {
  background-color: var(--color--neutral-01);
  color: var(--color--neutral-04);
  border: 1.5px solid #4e4e551f;
  border-radius: 8px;
  min-height: 63px;
  margin-bottom: 0;
  padding: 18px;
  font-size: 14px;
  font-weight: 400;
}

.text-field::placeholder {
  color: #4e4e5580;
}

.text-field.style-1 {
  min-height: 47px;
  padding-top: 11px;
  padding-bottom: 11px;
}

.text-field.style-1::placeholder {
  color: var(--color--neutral-03);
}

.textarea {
  min-height: 156px;
  margin-bottom: 0;
}

.form {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  align-items: flex-start;
  display: flex;
}

.form.style-2 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
}

.submit-button {
  align-items: center;
  padding-top: 8px;
  display: flex;
  position: relative;
}

.submit-button.contact {
  z-index: 1;
  padding-top: 14px;
}

.submit-button.button {
  text-transform: none;
  width: 100%;
  min-height: 51px;
}

.submit-button.sign-in-button {
  width: 100%;
  padding-top: 0;
}

.product-heading {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.product-breadcrumb {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.product-breadcrumb-link {
  color: var(--color--neutral-03);
  font-size: 18px;
  transition: all .5s;
}

.product-breadcrumb-link:hover {
  color: var(--neutral-07\<deleted\|variable-72a2ecbc-4399-828b-db2c-e06004e1de66\>);
}

.product-details-block {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.product-content {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  display: flex;
}

.product-details-image {
  object-fit: cover;
  border-radius: 16px;
  width: 100%;
  height: 600px;
}

.price-block {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  align-items: center;
  display: flex;
}

.quantity-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  align-items: center;
  display: flex;
}

.add-to-cart-button {
  width: 100%;
}

.default-state-3 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  margin-bottom: 0;
  display: flex;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

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

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.section-heading {
  font-size: 48px;
}

.body-text-14 {
  font-family: "Inter",
    sans-serif;
  color: var(--color--neutral-03);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 170%;
}

._404-wrapper {
  grid-column-gap: 66px;
  grid-row-gap: 66px;
  text-align: center;
  flex-flow: column;
  width: 100%;
  max-width: 807px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

._404-content-button {
  z-index: 1;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  margin-left: -160px;
  display: flex;
}

.cart-image {
  object-fit: cover;
  border-radius: 10px;
  width: 60px;
  height: 60px;
}

.style-guide-content {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  flex-flow: column;
  align-items: center;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.footer-top-block {
  display: flex;
    justify-content: space-between;
    /* Если нужно, чтобы блоки были разведены по краям */
    align-items: center;
}

.footer-left-block {
  display: flex;
  /* горизонтальное расположение */
  align-items: center;
  /* вертикальное выравнивание по центру */
  gap: 50px;
  /* расстояние между логотипом и текстом */
}

.footer-logo {
  width: 60px;
  /* подберите нужную ширину */
  height: auto;
  display: block;
}


.footer-left-block h3 {
      margin: 0;
        padding: 0;
            font-family: 'Cinzel', serif;
        background-image: linear-gradient(180deg, #093c64, #63a8de);
        -webkit-text-fill-color: transparent;
        background-clip: text;
}

.product-card-title {
  color: var(--color--neutral-04);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 22px;
  font-weight: 500;
  line-height: 170%;
}

.discount-price {
  margin-top: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 170%;
}

.display-heading-1 {
  font-family: "Inter",
    sans-serif;
  color: var(--color--neutral-04);
  letter-spacing: -2px;
  font-size: 80px;
  font-weight: 500;
  line-height: 115%;
}

.footer-logo {
  width: 100%;
}

.product-details-wrapper {
  grid-column-gap: 72px;
  grid-row-gap: 72px;
  flex-flow: column;
  display: flex;
}

.product-details-wrapper-2 {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  flex-flow: column;
  align-items: center;
  display: flex;
}

.product-price {
  color: var(--color--neutral-04);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 700;
  line-height: 170%;
}

.product-excerpt {
  letter-spacing: 0;
  margin-top: 0;
  font-size: 16px;
  font-weight: 400;
}

.product-quantity {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 170%;
}

.footer-section {
  z-index: 1;
  padding-top: 119px;
  padding-bottom: 55px;
  position: relative;
}

.footer-bottom-block {
  grid-column-gap: 26px;
  grid-row-gap: 26px;
  align-items: center;
  padding-top: 25px;
  display: flex;
  position: relative;
}

.footer-bottom-block::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  height: .5px;
  width: 1200px;
  /* или фиксировано: 940px */
  background-color: #4bacf6;
}

.copyright {
  color: var(--color--neutral-04);
  font-size: 14px;
  font-weight: 400;
}

.footer-wrapper {
  grid-column-gap: 104px;
  grid-row-gap: 104px;
  flex-flow: column;
  display: flex;
}

.body-text-18 {
  font-family: "Inter",
    sans-serif;
  color: var(--color--neutral-04);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 170%;
}



.body-text-16 {
  color: var(--color--neutral-05);
  margin-top: 0;
}

.faq-header {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 13px 13px 13px 24px;
  display: flex;
}

.faq-item {
  border: 1.5px solid #8c84801f;
  border-radius: 16px;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.faq-item-content {
  z-index: 8;
  background-color: var(--color--transparent);
  max-width: 100%;
  display: block;
  position: relative;
  overflow: hidden;
}

.faq-item-icon {
  z-index: 1;
  background-color: var(--color--neutral-02);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 30px;
  min-width: 30px;
  height: 30px;
  display: flex;
  position: relative;
  right: 24px;
}


.faq-item-content-p,
a.faq-item-content-p {
  z-index: 86;
  color: var(--color--neutral-03);
  width: 100%;
  max-width: 760px;
  padding: 24px;
  font-size: 14px;
  display: block;
  text-decoration: none;
}


.faq-item-content-p,
a.faq-item-content-p1 {
  z-index: 86;
  color: var(--color--neutral-03);
  width: 100%;
  max-width: 1200px;
  padding: 13px 24px 0px 24px;
  font-size: 16px;
  display: block;
  text-decoration: none;
}

.faq-item-content-p,
a.faq-item-content-p11 {
  z-index: 86;
  color: var(--color--neutral-03);
  width: 100%;
  max-width: 1200px;
  padding: 13px 24px 13px 24px;
  font-size: 16px;
  display: block;
  text-decoration: none;
}


a.faq-item-content-p2 {
  z-index: 86;
  color: var(--color--neutral-03);
  width: 100%;
  max-width: 1200px;
  padding: 13px 664px 0px 24px;
  font-size: 16px;
  display: block;
  text-decoration: none;
}


a.faq-item-content-p:hover {
  text-decoration: underline;
  color: var(--color--theme-color-03);
  /* или другой акцентный цвет */
}

.circle-icon {
  width: 50px;
  height: 30px;
  border-radius: 50%;
  /* или твой цвет */
  display: flex;
  align-items: center;
  justify-content: center;
}

.circle-icon1 {
  width: 55px;
  height: 30px;
  border-radius: 50%;
  /* или твой цвет */
  display: flex;
  align-items: center;
  justify-content: center;
}


.download-row {
  display: flex;
  border-top: 1px solid #eee;
  border-bottom-left-radius: 16px;
  border-bottom-right-radius: 16px;
  overflow: hidden;
}

.download-col {
  flex: 1;
  border-left: 1.5px solid #8c84801f;
  display: flex;
  flex-direction: column;
}

.download-col:first-child {
  border-left: none;
}




.pricing-single-feature {
  grid-column-gap: 7px;
  grid-row-gap: 7px;
  align-items: center;
  display: flex;
}

.pricing-feature-text {
  color: var(--color--neutral-04);
  margin-top: 0;
  font-size: 16px;
}

.pricing-p {
  color: var(--color--neutral-03);
  flex-flow: column;
  font-size: 14px;
  display: flex;
}

.bg-theme-color-01 {
  background-color: var(--color--theme-color-01);
}

.bg-theme-color-02 {
  background-color: var(--color--theme-color-02);
}

.faq-question {
  font-family: "Inter",
    sans-serif;
  color: #1f5f92d1;
  letter-spacing: -.6px;
  white-space: normal;
  margin-top: 0;
  margin-bottom: 0;
  padding-right: 40px;
  font-size: 18px;
}

.text-neutral-01 {
  color: #fff;
}

.pricing-name-para {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: column;
  display: flex;
}

.product-wrapper {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  flex-flow: column;
  display: flex;
}

.more-product-section {
  padding-top: 120px;
  padding-bottom: 120px;
}

.product-categories-wrapper {
  z-index: -1;
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  flex-flow: column;
  display: flex;
  position: relative;
}

.license-wrapper {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-flow: column;
  width: 100%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.text-neutral-02 {
  color: var(--color--neutral-02);
}

.text-neutral-03 {
  color: var(--color--neutral-03);
}

.pricing-card {
  grid-column-gap: 37px;
  grid-row-gap: 37px;
  border: 1px solid #4e4e551f;
  border-radius: 16px;
  flex-flow: column;
  justify-content: space-between;
  width: 100%;
  height: auto;
  padding-top: 30px;
  padding-bottom: 30px;
  display: flex;
  overflow: hidden;
}

.pricing-card.active {
  background-color: #f3f7fb;
}

.card-price-block {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: column;
  display: flex;
}

.text-neutral-04 {
  color: var(--color--neutral-04);
}

.text-theme-color-01 {
  color: var(--color--theme-color-01);
}

.text-theme-color-02 {
  color: var(--color--theme-color-02);
}

.inner-hero-section {
  z-index: 1;
  background-image: none;
  padding-right: 0;
  position: relative;
}

.inner-hero-section._404 {
  padding-top: 134px;
  padding-bottom: 150px;
  overflow: hidden;
}

.pricing-wrapper-1 {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-flow: column;
  display: flex;
}

.pricing-table {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: start center;
  width: 100%;
  display: grid;
}

.pricing-table.yearly {
  display: none;
}

.faq-icon {
  width: 60%;
  height: 60%;
}

.menu-item-list {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr ;
  grid-auto-columns: 1fr;
  justify-items: start;
  width: 100%;
  display: grid;
}

.logo-group {
  display: flex;
    align-items: center;
    gap: 15px;
}


.logo-text11 {
  font-family: 'Cinzel', serif;
  font-size: 17px;
  font-weight: 700;
  color: #ffff;
  margin-left: 5px;


  color: #1f5f92d1 !important;
    text-align: center;
    margin-bottom: 20px;
}



.logo-text {
  font-family: 'Cinzel', serif;
  font-size: 17px;
  font-weight: 700;
  color: #ffff;
  margin-left: 5px;
}

.logo-text-group {
  display: flex;
  flex-direction: column;
  line-height: 1;
}

.navbar-wrapper {
  position: relative;
}

.navbar-wrapper::after {
  content: "";
  position: absolute;
  bottom: 0;
  /* у шапки */
  left: 50%;
  /* центр по горизонтали */
  transform: translateX(-50%);
  width: 1300px;
  /* длина линии */
  top: 70px;
  height: 1px;
  /* толщина */
  background-color: rgba(255, 255, 255, 0.6);
  pointer-events: none;
}

.nav-link,
.menu-dropdown-text {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 16px;
}

.nav-link1,
.menu-dropdown-text1 {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 15px;
}

.nav-link1:hover,
.menu-dropdown-text1:hover {
  text-decoration: underline;
}

.nav-link:hover,
.menu-dropdown-text:hover {
  text-decoration: underline;
}

.navbar-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}




.navbar-brand-header-logo {
  width: 65px;
  height: auto;
}

.navbar-brand-header {
  padding-left: 0;
}

.footer-logo-wrapper {
  width: 100%;
  max-width: 164px;
  padding-left: 0;
}

.footer-right-block {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: space-evenly;
  width: 100%;
  max-width: 628px;
  display: flex;
}

.faq-top-block {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  display: flex;
}

.faq-top-block:where(.w-variant-629f78e7-0781-c5df-33df-1d18ca65058f) {
  text-align: center;
  max-width: 100%;
}

.pricing-top-content {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  padding-left: 32px;
  padding-right: 32px;
  display: flex;
}

.compare-plan-section {
  padding-top: 120px;
  padding-bottom: 139px;
}

.banner-section-title-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  text-align: center;
  flex-flow: column;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  font-size: 72px;
  display: flex;
}

.banner-section-title-wrapper.license {
  max-width: 590px;
}

.banner-section-title-wrapper.integration {
  max-width: 809px;
}

.form-block {
  margin-bottom: 0;
  font-weight: 500;
}

.contact-hero-wrapper {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-flow: column;
  justify-content: space-between;
  display: flex;
  padding: 50px 0 0 0;
}

.categories-title {
  margin-left: auto;
  margin-right: auto;
}

.sign-in-up-section {
  z-index: 1;
  height: 100%;
  padding-top: 82px;
  padding-bottom: 40px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.sign-in-up-wrapper {
  grid-column-gap: 56px;
  grid-row-gap: 56px;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 664px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.form-title-wrapper {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  text-align: center;
  flex-flow: column;
  align-items: center;
  display: flex;
}

.body-text-20 {
  font-family: "Inter",
    sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 170%;
}

.button-right-icon-normal {
  margin-top: 0;
}

.footer-widget-title {
  color: #5aa1d8;
  font-size: 16px;
  font-weight: 600;
}

.faq-wrapper {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-flow: column;
  justify-content: space-between;
  width: 100%;
  max-width: 1270px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.faq-wrapper:where(.w-variant-629f78e7-0781-c5df-33df-1d18ca65058f) {
  flex-flow: column;
  align-items: center;
  width: 100%;
  max-width: 690px;
  margin-left: auto;
  margin-right: auto;
}

.faq-list-wrapper-right {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  display: flex;
}

.faq-list-wrapper-right:where(.w-variant-629f78e7-0781-c5df-33df-1d18ca65058f) {
  max-width: 100%;
}

.section-title-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  display: flex;
}

.section-title-wrapper.feature {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.pricing-card-wrapper {
  z-index: 1;
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.blog-details-wrapper {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-flow: column;
  display: flex;
}

.input-group {
  grid-column-gap: 24px;
  grid-row-gap: 16px;
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.changelog-wrapper {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-flow: column;
  display: flex;
}

.changelog-item-list {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  width: 100%;
  max-width: 1123px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.changelog-item {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.changelog-left-block {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  align-items: center;
  width: 100%;
  max-width: 300px;
  display: flex;
}

.changelog-right-block {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  align-items: flex-start;
  width: 100%;
  max-width: 744px;
  display: flex;
}

.changelog-date {
  color: #1c1817;
  font-size: 16px;
}

.bullet---style-1 {
  background-color: #1c1817;
  border-radius: 50%;
  width: 8px;
  height: 8px;
}

.changelog-version-block {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  border: 1.5px solid #5a58571f;
  border-radius: 8px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 3px 16px;
  display: flex;
}

.version {
  color: #1c1817;
  font-size: 20px;
  font-weight: 600;
}

.changelog-features, .changelog-feature {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  display: flex;
}

.changelog-feature-subtitle {
  color: #1c1817;
  letter-spacing: 0;
}

.changelog-feature-item {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  align-items: center;
  display: flex;
}

.changelog-feature-list {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  flex-flow: column;
  display: flex;
}

.terms-privacy-wrapper {
  grid-column-gap: 62px;
  grid-row-gap: 62px;
  flex-flow: column;
  width: 100%;
  max-width: 916px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.terms-privacy-wrapper.privacy {
  max-width: 912px;
}

.terms-privacy-content-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  display: flex;
}

.terms-privacy-text-block {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  display: flex;
}

.privacy-terms-paragraph {
  color: var(--color--neutral-03);
  font-size: 16px;
}

.privacy-terms-title {
  flex-flow: column;
  display: flex;
}

.button-wrapper {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.google-btn {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  background-color: var(--color--neutral-01);
  border: 1px solid #4f4b481f;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 54px;
  padding: 5px 25px;
  display: flex;
}

.sign-in-up-text {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  align-items: center;
  width: 100%;
  display: flex;
}

.form-divider {
  background-color: #4f4b481f;
  width: 100%;
  height: 1.5px;
}

.sign-in-text {
  color: var(--color--neutral-03);
  font-size: 16px;
}

.cta-section:where(.w-variant-19fa0845-6486-f7a8-c7c1-9d50066f0ba7) {
  display: none;
}

.cta-wrapper {
  z-index: 1;
  background-image: url('../images/bg-1.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 20px;
  padding: 50px 0;
  position: relative;
  overflow: hidden;
}

.cta-content {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  text-align: center;
  flex-flow: column;
  align-items: center;
  width: 100%;
  max-width: 589px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.cta-text-block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  align-items: center;
  display: flex;
}

.cta-title {
  flex-flow: column;
  align-items: center;
}

.footer-bottom-link {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  align-items: center;
  display: flex;
}

._404-content {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  display: flex;
}

.header-section1 {
  position: sticky;
  background-color: #ffff;
  color: #5aa1d8;
  top: 0;
  z-index: 1000;
  box-shadow: 0 2px 10px rgba(202, 83, 83, 0.1);
}

.header-section1 .logo-text {
  font-family: 'Cinzel', serif;
    font-size: 18px;
    font-weight: 700;
    color: #145B91;
    margin-left: 5px;
}

.header-section1 .nav-link {
  color: #1f5f92d1;
}

.header-section {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: transparent;
  /* полностью прозрачный фон */
  z-index: 1000;
  /* над секцией с героем */
}



.header.scrolled {
  background-color: #ffffff;
  padding-top: 7px;
  padding-bottom: 7px;
  position: fixed;
  /* измените под нужный цвет */
  box-shadow: 0 2px 10px rgba(202, 83, 83, 0.1);
  transition: background-color 0.3s ease, box-shadow 0.3s ease;
}

@media screen and (max-width: 991px) {
  .header.scrolled {
    background-color: white;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  }
}

.header {
  transition: background-color 0.3s ease, box-shadow 0.3s ease;
}

.header.scrolled .nav-link,
.header.scrolled .menu-dropdown-text,
.header.scrolled .nav-link1,
.header.scrolled .menu-dropdown-text1,
.header.scrolled .nav-dropdown-icon,
.header.scrolled .logo-text,
.header.scrolled .nav-dropdown-link, 
.header.scrolled .header-section1,
.header.scrolled .nav-dropdown-icon1 {
  color: #145B91 !important;
  /* черный текст */
}

.header.scrolled .nav-divider {
      margin: 2px 0;
}


.divider---style-1 {
  background-color: #4e4e551f;
  width: 100%;
  height: 1.5px;
}



.pricing-hero-section {
  padding-top: 98px;
  padding-bottom: 30px;
}

.pricing-para {
  color: #0e122999;
  font-size: 16px;
}

.pricing-feature-list {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.product-hero-wrapper {
  padding-top: 100px;
  padding-bottom: 120px;
}

.product-details-section {
  z-index: 1;
  position: relative;
}

.text-block, .text-block-2 {
  font-weight: 500;
}

.product-categories-section {
  z-index: 1;
  padding-bottom: 120px;
  position: relative;
}

.blog-details-section {
  padding-top: 70px;
}

.contact-block {
  background-color: var(--color--neutral-02);
  border-radius: 16px;
  padding: 33px 40px 40px;
}

.contact-info-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr ;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: grid;
}


.contact-info-wrapper1 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: grid;
}

.contact-info-wrapper2 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: grid;
}

.contact-info-item {
  grid-column-gap: 72px;
  grid-row-gap: 30px;
  background-color: var(--color--neutral-02);
  border-radius: 16px;
  flex-flow: column;
  padding: 24px;
  display: flex;
}

.contact-info-title {
  color: var(--color--neutral-04);
  font-size: 16px;
  font-weight: 600;
}

.contact-link-text {
  color: var(--color--neutral-04);
  font-size: 14px;
  font-weight: 600;
}

.changelog-section {
  padding-bottom: 120px;
}

.terms-privacy-section {
  padding-top: 106px;
  padding-bottom: 122px;
}

.terms-privacy-section-title {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  align-items: center;
  display: flex;
}

.terms-privacy-list {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  display: flex;
}

.terms-privacy-list-text {
  color: var(--color--neutral-03);
  font-size: 16px;
  font-weight: 400;
}

.terms-privacy-list-item {
  color: #031f0be6;
  flex-flow: column;
  font-size: 18px;
  font-weight: 500;
  list-style-type: decimal;
}

.bullet---style-2 {
  background-color: var(--color--neutral-04);
  border-radius: 100px;
  width: 6px;
  height: 6px;
}

.google-btn-text {
  color: var(--color--neutral-04);
  font-weight: 500;
}

.form-top-block {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  flex-flow: column;
  display: flex;
}

.checkbox-wrapper {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.checkbox-label {
  color: var(--color--neutral-04);
  margin-bottom: 0;
  padding-left: 8px;
  font-size: 14px;
  font-weight: 400;
}

.checkbox-field {
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.checkbox {
  border: 1.5px solid #0e1229;
  border-radius: 4px;
  width: 18px;
  height: 18px;
  margin-top: 0;
}

.singin-link-text {
  color: var(--color--theme-color-03);
}

.singin-link-text:hover {
  color: #0040ff;
}

.bg-theme-color-03 {
  background-color: var(--color--theme-color-03);
}

.footer-link-list {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  display: flex;
}

.templateflow-link {
  color: var(--color--neutral-04);
}

.templateflow-link:hover {
  color: var(--color--theme-color-01);
}

.cta-p {
  color: #0e1229cc;
  width: 100%;
  font-size: 16px;
  max-width: 500px;
}

.cta-shape {
  z-index: -1;
  position: absolute;
  top: 0;
  right: 0;
}





.home-hero-button-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  display: flex;
  justify-content: center;
}

.button-primary {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-image: linear-gradient(218deg, #1f5f92d1 56%, #63a8de);
  color: #fff;
  white-space: nowrap;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  height: 52px;
  margin-left: 0;
  margin-right: 0;
  padding: 14px 24px;
  font-family: "Inter",
    sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 162%;
  display: inline-flex;
}

.button-icon {
  max-width: 20px;
  height: 20px;
}


.button-secondary {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background: #369be9ad;;
  border: 1px solid var(--color--white);
  color: #fff;
  border-radius: 8px;
  justify-content: flex-start;
  align-items: center;
  height: 52px;
  padding: 14px 24px;
  font-family: "Inter",
    sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 162%;
  display: inline-flex;
}


.remove-top-padding {
  padding-top: 0;
}

.hero-section {
  background-image: url('../images/mapp.svg');
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 250px;
  padding-bottom: 70px;
  background-image: linear-gradient(0deg, #fff 30%, #5aa1d8);
}


.hero-wrapper {
  grid-column-gap: 252px;
  grid-row-gap: 90px;
  flex-flow: column;
  display: flex;
}

.hero-top-content {
  grid-column-gap: 45px;
  grid-row-gap: 45px;
  text-align: center;
  flex-flow: column;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.hero-tagline-content {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  align-items: center;
  display: flex;
}

.hero-content {
  grid-column-gap: 35px;
  grid-row-gap: 35px;
  flex-flow: column;
  align-items: center;
  display: flex;
}

.hero-buttons {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  display: flex;
}

.hero-p {
  
  font-size: 45px;


  font-family: "Cormorant Infant", serif;
    font-optical-sizing: auto;
    font-style: italic;
    font-weight: 500;
    font-size: 35px;
    color: #369ce9;
}

.hero-image-block {
  width: 100%;
  max-width: 1095px;
  margin-left: auto;
  margin-right: auto;
}

.hero-image {
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
}

.hero-tagline {
  background-color: var(--color--neutral-01);
  border: 1px solid #ffffff3d;
  border-radius: 68px;
  justify-content: center;
  padding: 3px 12px;
  display: flex;
  box-shadow: 0 2px 6px #00000014;
}

.tagline-text {
  color: var(--color--neutral-04);
  font-size: 14px;
  font-weight: 500;
}

.brand-section {
  padding-top: 50px;
}

.brand-wrapper {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  flex-flow: column;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.brand-section-text {
  color: var(--color--neutral-04);
  text-align: center;
  font-size: 18px;
  font-weight: 500;
}

.brand-slider-wrapper {
  width: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.brand-slider-list {
  grid-column-gap: 70px;
  grid-row-gap: 70px;
  flex: none;
  justify-content: space-between;
  min-width: 100%;
  display: flex;
}

.shadow-left {
  z-index: 1;
  width: 100%;
  max-width: 161px;
  height: 100%;
  position: absolute;
  left: -20px;
}

.shadow-right {
  z-index: 1;
  width: 100%;
  max-width: 170px;
  height: 100%;
  position: absolute;
  right: -8px;
}

.feature-section-01 {
  padding-top: 100px;
}

.feature-wrapper-1 {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  flex-flow: column;
  display: flex;
}

.feature-card-list-1 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.feature-card {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  padding: 24px;
  display: flex;
}

.feature-card.style-1 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  border: 1px solid #5aa1d8;
  margin-bottom: 20px;
  border-radius: 16px;
  flex-flow: column;
}

.feature-card-group-image {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  display: flex;
}

.feature-image---style-1 {
  border-radius: 8px;
  box-shadow: 0 4px 16px #00000014;
}

.feature-text-item---1 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  display: flex;
}


#pagination button {
  background: #fff;}

.feature-para---14px {
  font-family: "Inter",
    sans-serif;
  color: var(--color--neutral-03);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 170%;
}



.feature-para---14px1 {
  font-family: "Inter",
    sans-serif;
  color: var(--color--neutral-03);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 170%;
}

.feature-para---14px.style-2 {
  color: #ffff;
}

._w-310 {
  width: 100%;
  max-width: 310px;
}


.custom-slider {
  width: 600px;
height: 300px;
  overflow: hidden;
  border-radius: 12px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}




.custom-slider-track {
  display: flex;
  width: calc(600px * 3);
  /* ширина на 3 картинки */
  height: 100%;
  transition: transform 0.5s ease;
}

.custom-slide {
  width: 600px;
  height: 100%;
  flex-shrink: 0;
}

.custom-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: 12px;
}


.extra-feature-wrapper {
  grid-column-gap: 70px;
  grid-row-gap: 50px;
  flex-flow: column;
  display: flex;
}

.feature-card---style-2 {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.feature-content-block {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  align-items: flex-start;
  display: flex;
}

.feature-image-block---2 {
  z-index: 1;
  border: 1px solid #369be9ad;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 16px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 576px;
  padding: 30px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.feature-shape-1 {
  z-index: -1;
  position: absolute;
  top: 0%;
  bottom: 0%;
  right: 0%;
}

.feature-image---style-2 {
  border-radius: 16px;
}

.feature-text-block-1 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  display: flex;
}


.feature-para---16px {
  color: #145B91;
  margin-top: 0;
}

.feature-para---16px1 {
  color: #145B91;
  margin-top: 0;
  font-size: 16px;
}

._w-624 {
  width: 100%;
  max-width: 624px;
}

._w-528 {
  width: 100%;
  max-width: 528px;
}

._w-596 {
  width: 100%;
  max-width: 596px;
}

.feature-text-wrapper {
  grid-column-gap: 35px;
  grid-row-gap: 35px;
  flex-flow: column;
  display: flex;
}

._w-502 {
  width: 100%;
}

.feature-text-list-1 {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  display: flex;
}

.feature-list {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  align-items: flex-start;
  display: flex;
  text-align: justify;
}

.feature-icon-text {
  grid-column-gap: 9px;
  grid-row-gap: 9px;
  display: flex;
}

.feature-list-icon {
  background-color: #0074ff1a;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 50px;
  max-width: 20px;
  height: 20px;
  display: flex;
}

.feature-list-text {
  color: var(--color--neutral-04);
  margin-top: 0;
  font-weight: 500;
  text-align: flex-start;
}

._w-472 {
  width: 100%;
  /*max-width: 472px;*/
}

.benefits-wrapper {
  grid-column-gap: 72px;
  grid-row-gap: 72px;
  flex-flow: column;
  display: flex;
}

.benefits-list {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  width: 100%;
  max-width: 1500px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.benefit-item {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.benefit-item._1 {
  max-width: 350px;
}

.benefit-item._2 {
  max-width: 370px;
}

.benefit-item._3 {
  max-width: 370px;
}

.benefit-item.center {
  text-align: center;
  align-items: center;
}

.benefit-icon {
  background-color: var(--color--neutral-02);
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 58px;
  height: 58px;
  display: flex;
}

.benefit-text-block {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  display: flex;
}

.integrations-section-01 {
  padding-top: 111px;
  padding-bottom: 114px;
  overflow: hidden;
}

.integrations-wrapper-1 {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-flow: column;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.integration-heading-wrapper {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  text-align: center;
  flex-flow: column;
  align-items: center;
  display: flex;
}

.integration-heading-text-block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  display: flex;
}

.section-title-para {
  color: var(--color--neutral-05);
}

.integration-slider-wrapper {
  z-index: 1;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  display: flex;
  position: relative;
}

.integration-slide {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  width: 100%;
  display: flex;
  overflow: hidden;
}

.integration-slider-left {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex: none;
  justify-content: space-between;
  min-width: 100%;
  display: flex;
}

.integration-slide-item {
  background-image: linear-gradient(218deg, #c8e7fe 56%, #9ec9edd1);
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 150px;
  min-width: 150px;
  height: 70px;
  padding: 10px;
  display: flex;
}

.integration-slider-right {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex: none;
  justify-content: space-between;
  min-width: 100%;
  display: flex;
}

.integration-shadow-left {
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
}

.integration-shadow-right {
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
}

.feature-hero-section {
  padding-top: 80px;
}

.feature-hero-wrapper {
  grid-column-gap: 70px;
  grid-row-gap: 70px;
  flex-flow: column;
  align-items: center;
  display: flex;
}

.feature-hero-section-title {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  text-align: center;
  flex-flow: column;
  align-items: center;
  width: 100%;
  max-width: 777px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.banner-section-para {
  color: var(--color--neutral-03);
  font-size: 16px;
}

.feature-image-block---3 {
  z-index: 1;
  background-image: linear-gradient(#f3f7fb, #fff);
  border-radius: 16px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 576px;
  padding: 30px;
  display: flex;
  position: relative;
  overflow: hidden;
}


.feature-image-block---311 {
  z-index: 1;
  background-image: linear-gradient(#f3f7fb, #fff);
  border-radius: 16px;
  justify-content: center;
  align-items: center;
  width: 500px;
  padding: 30px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.extra-feature-section-02 {
  padding-bottom: 30px;
}

.opacity-50 {
  opacity: .5;
}

._w-671 {
  width: 100%;
  max-width: 671px;
}

.feature-section-02 {
  background-image: linear-gradient(180deg, #fff, #5aa1d8);
  padding-top: 132px;
  position: relative;
}

.feature-section-02._2 {
  padding-bottom: 30px;
}

.feature-wrapper-2 {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  flex-flow: column;
  display: flex;
}

.feature-testimonial-wrapper {
  grid-column-gap: 122px;
  grid-row-gap: 122px;
  flex-flow: column;
  display: flex;
}

.feature-text-list-2 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.feature-text-item---2 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  padding: 24px 10px 50px;
  display: flex;
}

.feature-icon-card {
  background:  #fff;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 56px;
  height: 56px;
  display: flex;
}

.feature-text-block-2 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  display: flex;
}

.feature-title---18px {
  font-size: 16px;
  font-weight: 600;
}

.testimonial-slider {
  background-color: var(--color--neutral-01);
  border-radius: 16px;
  height: auto;
  box-shadow: 0 4px 15px #0000001f;
}



.testimonial-slide {
  display: flex;
    justify-content: center;
    align-items: stretch;
    gap: 50px;
    flex-wrap: wrap;
    margin-bottom: 30px;
}


.testimonial-slide01 {
  display: flex;
  justify-content: center;
  align-items: stretch;
  gap: 50px;
  flex-wrap: wrap;
  margin-bottom: 30px;
}

.testimonial-content {
  grid-column-gap: 133px;
  grid-row-gap: 133px;
  flex-direction: column;
  align-items: flex-start;
  width: 50%;
  max-width: 890px;
  padding: 50px 10px 0px 30px;
  display: flex;

  max-width: 800px;
    margin-bottom: 20px;
}



.testimonial-content1 {
  grid-column-gap: 133px;
  grid-row-gap: 133px;
  flex-direction: column;
  align-items: flex-start;
  width: 50%;
  max-width: 890px;
  display: flex;

padding: 20px 10px 0px 30px;

  max-width: 800px;
  margin-bottom: 20px;
}

.author-name-position {
  max-width: 300px;
  /* фиксирует ширину блока с именем и должностью */
  word-break: break-word;
}

.author-image-content {
  display: flex;
  gap: 20px;
  align-items: flex-start;
}

.testimonial-quotes {
  word-wrap: break-word;
  max-width: 100%;
}
.testimonial-slider-arrow.left {
  margin-left: -145px;
  left: 100%;
}

.testimonial-slider-nav {
  margin-top: 24px;
  font-size: 10px;
  display: none;
  position: static;
  bottom: -60px;
}

.author-profile---style-1 {
  grid-column-gap: 35px;
  grid-row-gap: 35px;
  flex-flow: column;
  padding-top: 30px;
  display: flex;
}


.author-profile-lline img.author-image---style-1 {
  display: block;
  object-fit: cover;
  /* подгоняем фото по размеру */
  border: 2px solid #63a8de;
  /* голубая рамка */
  border-radius: 10px;
  /* слегка скруглённые углы */
}

.author-name-position .author-name---18px {

  font-size: 16px;
  margin-bottom: 8px;
  position: relative;
  padding-bottom: 8px;
}

.author-image---style-1 {
  aspect-ratio: auto;
  object-fit: cover;
  border-radius: 8px;
  width: 100%;
  max-width: 201px;
}

.author-image-content {
  align-items: center;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  display: flex;
}

.author-name---18px {
  color: var(--color--neutral-04);
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  padding-bottom: 10px;
}

.author-position {
  color: var(--color--neutral-03);
  font-size: 14px;
  text-align: center;
}

.slide {
  z-index: 1;
}

.testimonial-line {
  background-color: #48484f0f;
  width: 1.5px;
}

.author-profile-lline {
  padding: 20px;
    width: 400px;
}

.author-profile-lline3 {
  padding: 20px;
  width: 350px;
}

.author-profile-lline1 {
  padding: 20px;
  max-width: 500px;
}


.author-profile-lline2 {
  padding: 20px;
  width: 350px;
}

.slider-arrow {
  background-color: var(--color--neutral-02);
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  width: 53px;
  height: 53px;
  transition: all .3s;
  display: flex;
  position: absolute;
  bottom: 16px;
}

.slider-arrow:hover {
  background-color: #eaeaea;
}

.counter-list {
  grid-column-gap: 100px;
  grid-row-gap: 30px;
  flex-flow: wrap;
  display: flex;
}

.testimonial-quotes {
  width: 100%;
  max-width: 628px;
  font-size: 15px;
  line-height: 2.3;
}

.counter-item {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  display: flex;
}

.counter-subtitle {
  color: var(--color--neutral-04);
  font-size: 16px;
  font-weight: 600;
}

.counter-p {
  color: var(--color--neutral-03);
  font-size: 14px;
}

.feature-shape-2 {
  z-index: -1;
  opacity: .3;
  position: absolute;
  top: 0%;
  left: 0;
}

.featue-bg {
  z-index: -1;
  background-color: var(--color--neutral-01);
  width: 100%;
  height: 22%;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.pricing-tab {
  background-color: #f3f7fb;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  min-width: 191px;
  padding: 9px 8px;
  display: flex;
}

.pricing-features-button {
  grid-column-gap: 26px;
  grid-row-gap: 26px;
  flex-flow: column;
  padding-top: 25px;
  padding-left: 32px;
  padding-right: 32px;
  display: flex;
}

.pricing-feature-block {
  grid-column-gap: 26px;
  grid-row-gap: 26px;
  flex-flow: column;
  display: flex;
}

.feature-icon-block {
  background-color: var(--color--theme-color-03);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 18px;
  height: 18px;
  padding: 3px;
  display: flex;
}

.pricing-bottom-content {
  border-top: 1px solid #4e4e551f;
}

.paragraph {
  color: var(--color--neutral-04);
  font-weight: 500;
}

.compare-plan-item {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  display: flex;
}

.compare-plan-header {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--color--neutral-02);
  border-radius: 8px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  padding: 20px 24px;
  display: flex;
}

.compare-title {
  color: var(--color--neutral-04);
  width: 30%;
  font-weight: 600;
}

.compare-title.right {
  flex: 1;
}

.compare-plan-feature-list {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-bottom: 1px solid #4e4e551f;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  padding: 20px 24px;
  display: flex;
}

.compare-plans-feature-item {
  width: 30%;
}

.compare-plans-feature-item.right {
  flex: 1;
}

.compare-plans-feature-list-wrapper {
  overflow: hidden;
}

.pricing-feature-name-text {
  color: var(--color--neutral-04);
  font-size: 16px;
}

.faq-line {
  background-color: #8c84801f;
  width: 100%;
  height: 1px;
}

.compare-plan-medium-devices {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  display: none;
}

.compare-plan-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  display: flex;
}

.feature-wrapper-3 {
  grid-column-gap: 80px;
  grid-row-gap: 30px;
  flex-flow: column;
  display: flex;
}

.feature-card-list-2 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  padding-top: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  display: flex;
}

.feature-section-title {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.feature-card---style-1 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: var(--color--neutral-02);
  border-radius: 16px;
  flex-flow: column;
  width: 100%;
  padding: 40px;
  display: flex;
}

.feature-icon-block---2 {
  background-color: #1f5f92d1;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 56px;
  height: 56px;
  display: flex;
}

.feature-card-text-block {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  display: flex;
}


.feature-card-text-block1 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  display: flex;
}

.feature-card-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  display: flex;
}

.feature-para-w-478 {
  width: 100%;
}

.team-section {
  background-color: var(--color--neutral-02);
  padding-top: 122px;
  padding-bottom: 128px;
}

.team-wrapper {
  grid-column-gap: 75px;
  grid-row-gap: 75px;
  flex-flow: column;
  display: flex;
}

.team-list {
  grid-column-gap: 24px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.team-item {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  flex-flow: column;
  display: flex;
}

.team-member-image {
  object-fit: cover;
  object-position: 50% 0%;
  border-radius: 16px;
  width: 100%;
  max-width: 306px;
  height: auto;
}

.team-member-info {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  flex-flow: column;
  display: flex;
}

.team-member-name {
  color: var(--color--neutral-04);
  font-size: 18px;
  font-weight: 500;
}

.team-member-position {
  color: var(--color--neutral-03);
}

.about-hero-wrapper {
  grid-column-gap: 72px;
  grid-row-gap: 72px;
  flex-flow: column;
  padding-bottom: 72px;
  display: flex;
}

.about-hero-title {
  text-align: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.section-testimonials {
  padding-top: 98px;
  padding-bottom: 104px;
}

.testimonial-content-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: space-between;
  display: flex;
}

.testimonial-heading {
  width: 100%;
  max-width: 503px;
}

.testimonial-body {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  flex-flow: column;
  width: 100%;
  max-width: 522px;
  display: flex;
}

.testimonial-text-group {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  display: flex;
}

.testimonial-paragraph {
  color: #000;
}

.author-card {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  align-items: center;
  display: flex;
}

.author-avatar {
  border-radius: 100px;
  width: 56px;
  height: 56px;
}

.author-name {
  color: var(--color--neutral-04);
  font-size: 16px;
  font-weight: 500;
}

.icon-box {
  background-color: #1f5f92d1;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
}

.contact-info-content {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  display: flex;
}

.contact-info-subtitle {
  color: var(--color--neutral-03);
  font-size: 12px;
}

.contact-wrapper {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-flow: column;
  width: 100%;
  max-width: 858px;
  padding-top: 70px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.contact-section-title {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.field-label {
  color: var(--color--neutral-04);
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 500;
}

.sign-in-form-block {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  background-color: var(--color--neutral-02);
  border-radius: 16px;
  flex-flow: column;
  width: 100%;
  padding: 65px 64px;
  display: flex;
}

.form-bottom-block {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  display: flex;
}

.form-button-group {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.account-sign-in {
  color: var(--color--neutral-03);
  text-align: center;
  font-size: 18px;
}

.version-features {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  align-items: flex-start;
  display: flex;
}

.changelog-image-block {
  background-image: url('../images/bg-3.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 16px;
  width: 100%;
  overflow: hidden;
}

.changelog-image-1 {
  padding-top: 40px;
  padding-left: 40px;
}

.changelog-image-2 {
  padding-top: 40px;
  padding-right: 40px;
}

.terms-privacy-text-span {
  color: var(--color--neutral-04);
  font-weight: 600;
}

.terms-privacy-text-span.fs-18px {
  font-size: 18px;
}

.terms-privacy-unordered-item {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  align-items: center;
  display: flex;
}

.terms-privacy-unordered-text {
  color: var(--color--neutral-03);
}

.case-study-wrapper {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-flow: column;
  display: flex;
}

.case-study-collection-list {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.case-study-card {
  grid-column-gap: 72px;
  grid-row-gap: 72px;
  background-color: var(--color--neutral-02);
  border-radius: 16px;
  flex-flow: column;
  height: 100%;
  padding: 48px 72px 48px 48px;
  display: flex;
}

.case-study-logo-title {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  flex-flow: column;
  align-items: flex-start;
  display: flex;
}

.case-study-author-info-button {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  align-items: flex-start;
  display: flex;
}

.case-study-card-title {
  font-size: 32px;
}

.author-profile---style-3 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  align-items: center;
  display: flex;
}

.case-study-details-section {
  padding-bottom: 100px;
}

.case-study-details-wrapper {
  grid-column-gap: 44px;
  grid-row-gap: 44px;
  flex-flow: column;
  max-width: 992px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.case-study-banner {
  grid-column-gap: 72px;
  grid-row-gap: 72px;
  text-align: center;
  flex-flow: column;
  align-items: center;
  display: flex;
}

.case-study-title {
  width: 100%;
  max-width: 826px;
  margin-left: auto;
  margin-right: auto;
}

.case-study-image {
  object-fit: cover;
  border-radius: 16px;
  width: 100%;
  height: 605px;
}

.case-study-image-logo {
  z-index: 1;
  width: 100%;
  position: relative;
}

.case-study-logo-box {
  background-color: var(--color--neutral-01);
  border-radius: 11px;
  justify-content: center;
  align-items: center;
  padding: 41px 19px;
  display: flex;
}

.case-study-logo-box-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.case-study-rich-text-block {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  display: flex;
}

.case-study-section {
  padding-bottom: 83px;
}

.blog-wrapper {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-flow: column;
  display: flex;
  padding-bottom: 50px;
}

.blog-collection-list {
  grid-column-gap: 24px;
  grid-row-gap: 64px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.blog-card {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  display: flex;
}

.blog-image-wrapper {
  border-radius: 16px;
  overflow: hidden;
  height: 250px;
  display: block;
}

.blog-text-block {
  grid-column-gap: 13px;
  grid-row-gap: 13px;
  flex-flow: column;
  display: flex;
}

.blog-category-date {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}



.author-image-content img {
  width: 100%;
  /* чтобы они подгонялись под блок */
  height: auto;
  max-width: 200px;
  /* однаковый максимум */
  object-fit: cover;
  /* пропорции */
}

.blog-category {
  background-color: #ffffff;
  border-radius: 100px;
  border: 2px solid #5aa1d8;;
  justify-content: center;
  align-items: center;
  padding: 4px 14px;
  display: flex;
}

.blog-category-text {
  color: #145B91;
  font-weight: 600;
  font-size: 14px;
}

.blog-date {
  color: #145B91;
  font-size: 14px;
}

.blog-card-title {
  color: #145B91;
  letter-spacing: 0;
  font-weight: 500;
}


.blog-card-image{
  width: 100%;
    height: 100%;
    object-fit: cover;
}


.blog-hero-banner {
  grid-column-gap: 72px;
  grid-row-gap: 72px;
  flex-flow: column;
  display: flex;
}

.blog-category-title {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  text-align: center;
  flex-flow: column;
  align-items: center;
  max-width: 792px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.related-blog-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  display: flex;
      padding-bottom: 50px;
}

.related-blog-title {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  margin-top: 70px;
  text-align: center;
  flex-flow: column;
  align-items: center;
  display: flex;
}

.blog-image {
  object-fit: cover;
  border-radius: 16px;
  height: 605px;
}

/*.related-blog {
  padding-top: 95px;
} */

.blog-rich-text-block {
  flex-flow: column;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.integration-wrapper {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-flow: column;
  display: flex;
}

.integration-collection-list {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.integration-card {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  background-color: var(--color--neutral-02);
  border-radius: 16px;
  flex-flow: column;
  height: 100%;
  padding: 24px;
  display: flex;
}

.integration-icon-box {
  background-color: var(--color--neutral-01);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 56px;
  height: 56px;
  padding: 4px;
  display: flex;
}

.integration-text-button {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  align-items: flex-start;
  display: flex;
}

.integration-text-block {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  display: flex;
}

.integration-p {
  color: var(--color--neutral-03);
}

.collection-item {
  height: 100%;
}

.integration-details-wrapper {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  flex-flow: column;
  display: flex;
}

.integration-details-section-title {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  text-align: center;
  flex-flow: column;
  align-items: center;
  width: 100%;
  max-width: 530px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.integration-image {
  width: 100%;
  max-width: 206px;
  height: 210px;
}

.integration-image-box {
  background-color: var(--color--neutral-01);
  border-radius: 100px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 10px;
  display: flex;
}

.integration-body-content {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  background-color: var(--color--neutral-02);
  border-radius: 12px;
  flex-flow: column;
  width: 100%;
  max-width: 795px;
  margin-left: auto;
  margin-right: auto;
  padding: 10px 40px 0;
  display: flex;
}

.toggle-block {
  cursor: pointer;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 38px;
  padding: 5px 12px;
  display: flex;
}

.toggle-block.montly {
  background-color: var(--color--theme-color-03);
  border-radius: 100px;
}

.pricing-toggle-text {
  color: var(--color--neutral-04);
  text-transform: capitalize;
}

.pricing-toggle-text.montly {
  color: var(--color--neutral-01);
}


.feature-title---large1 {
  font-size: 35px;
  padding: 30px 0 30px 0;
}

.feature-title---large2 {
  font-size: 35px;
  padding: 50px 0 30px 50px;
}

.feature-title---large3 {
  font-size: 35px;
  padding: 30px 0 30px 30px;
}

.span-link {
  color: var(--color--neutral-03);
}

.span-link:hover {
  color: var(--color--theme-color-03);
}

._404-image-wrapper {
  z-index: 1;
  flex-flow: row;
  align-items: flex-end;
  display: flex;
}

._404-image--2 {
  z-index: -2;
  position: relative;
  top: 245px;
  right: 30px;
}

._404-button {
  justify-content: center;
  display: flex;
}

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

.checkout-left-block {
  margin-right: 0;
}

.block-header {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.block-header-title {
  font-size: 45px;
}

.remove-this-button {
  z-index: 11;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  align-items: stretch;
  width: auto;
  display: flex;
  position: fixed;
  bottom: 20px;
  right: 100px;
}

.get-this-template {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  background-color: #fff;
  border: 1px solid #369be9ad;
  border-radius: 8px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  padding: 12px;
  text-decoration: none;
  display: flex;
}

.icon-area {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 22px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.corner-icon {
  width: auto;
}

.corner-icon._01 {
  position: absolute;
  bottom: -30px;
}

.text-16px-semibold {
  font-family: "Inter",
    sans-serif;
  color: #145B91;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 600;
  line-height: 170%;
}

.text-16px-semibold.text-neutral-01 {
  color: var(--color--neutral-01);
}

.access-button {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #000;
  background-color: #000;
  border-radius: 8px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  padding: 12px;
  text-decoration: none;
  display: flex;
}


.brix---footer-logo {
  width: 230px;
  height: 300px;
  height: auto;
  display: block;
  margin: 0 auto;
  /* центрирование */
}

@media screen and (max-width: 991px) {
  .brix---footer-logo {
    width: 200px;
      height: 200px;

      margin-left: 40px;
    /* поменьше на мобилке */
  }
}



@media screen and (max-width: 991px) {


  .feature-para---16px1 {
      color: var(--color--neutral-03);
      margin-top: 0;
      font-size: 25px;
    text-align: justify; }



p.red-indent {
    text-indent: 20px;
    font-size: 25px;
    padding-top: 0;
    text-align: justify;
  }


    p.red-indent1 {
      text-indent: 20px;
      font-size: 25px;
      padding-top: 0;
    }


        p.red-indent2 {
          text-indent: 20px;
          font-size: 25px;
          padding-top: 0;
        }


                p.red-indent3 {
                  text-indent: 20px;
                  font-size: 25px;
                  padding-top: 0;
                }


                                p.red-indent4 {
                                  text-indent: 20px;
                                  font-size: 25px;
                                  padding-top: 0;
                                  text-align: justify;             }




    .button-link-box-move {
  
      font-size: 23px;
      color: #ffff;
    }
        .blog-image-wrapper {
          border-radius: 16px;
            overflow: hidden;
            height: 400px;
            display: block;
        }


  .hero-p {
  
      font-size: 35px;
  
  
      font-family: "Cormorant Infant", serif;
      font-optical-sizing: auto;
      font-style: italic;
      font-weight: 500;
      font-size: 35px;
      color: #369ce9; }

            .contact-link-text {
              color: var(--color--neutral-04);
              font-size: 25px;
              font-weight: 600;     }


  .grid-footer-4-cols-v14 {
      grid-column-gap: 70px;
      grid-template-rows: auto;
      grid-template-columns: 1fr 1fr !important;
        gap: 20px !important;
        align-items: start;
    }

        .grid-footer-4-cols-v14 .footer-logo {
          justify-self: center;
          /* Логотип по центру в своей колонке */
          align-self: start;
          /* По верхнему краю */
          margin-bottom: 10px;
          /* Отступ снизу, если нужно */ }

    
  h1 {
    font-size: 85px;
  }

  h2 {
    font-size: 45px;
  }

  h4 {
    font-size: 28px;
  }
  .container {
    max-width: 850px;
  }


    .container2 {
      max-width: 800px;
    }


    .author-profile-lline3 {
      padding: 20px;
      width: 400px;
    }


        .feature-card-text-block1 {
          grid-column-gap: 8px;
          grid-row-gap: 8px;
          flex-flow: column;
          display: flex;
        text-align: center;
      font-size: 25px;   }


            .content-title---20px {
              font-size: 25px;
            }


                        .header-section1 .logo-text {
                          font-family: 'Cinzel', serif;
                          font-size: 22px;
                          font-weight: 700;
                          color: #145B91;
                          margin-left: 5px;           }



    .author-image-content img {
      max-width: 100%;
      /* чтобы они подгонялись под блок */
      height: auto;
      /* однаковый максимум */
      object-fit: cover;
      /* пропорции */ }


            .author-name-position .author-name---18px {
              font-size: 35px;
              margin-bottom: 8px;
              position: relative;
              padding-bottom: 8px;   }

                            .author-position {
                              color: var(--color--neutral-03);
                              font-size: 30px;
                              text-align: center;           }
  
  
                                                            .author-profile-lline1 {
                                                              padding: 0px;
                                                              max-width: 100%;                             }



        a.faq-item-content-p2 {
          z-index: 86;
          color: var(--color--neutral-03);
          width: 100%;
          max-width: 700px;
          padding: 13px 24px 0px 24px;
          font-size: 25px;
          display: block;
          text-decoration: none;   }
  
    body::after {
      right: 35px;
      transform: scaleX(-1);
      /* зеркально для симметрии */
    }

  .container.styleguide-container {
    max-width: 728px;
  }



    .logo-text11 {
      font-family: 'Cinzel', serif;
      font-size: 25px;
      font-weight: 700;
      color: #ffff;
      margin-left: 5px;
  
  
      color: #1f5f92d1 !important;
      text-align: start;
      margin-bottom: 30px; }



.brix---footer-col-title {
  color: #145B91;
  margin-bottom: 20px;
  font-weight: 500;
  line-height: 24px;
}

.faq-question {
  font-family: "Inter",
    sans-serif;
  color: #1f5f92d1;
  letter-spacing: -.6px;
  white-space: normal;
  margin-top: 0;
  margin-bottom: 0;
  padding-right: 40px;
  font-size: 25px;
}


.contact-info-title {
  color: var(--color--neutral-04);
  font-size: 25px;
  font-weight: 600;
}


.contact-info-subtitle {
  color: var(--color--neutral-03);
  font-size: 25px;
}


.brix---footer-link {
  color: #145B91;
  font-size: 20px !important;
  line-height: 20px;
  text-decoration: none;
  transition: color .3s;
}


.text-16px-semibold {
  font-family: "Inter",
    sans-serif;
  color: #145B91;
  margin-bottom: 0;
  font-size: 25px;
  font-weight: 600;
  line-height: 170%;
}


.brix---text-200 {
  color: #145B91;
  font-size: 20px !important;
  line-height: 20px;
  text-decoration: none;
  transition: color .3s;
}
  


  .feature-icon-card {
      background: #fff;
      border-radius: 100px;
      justify-content: center;
      align-items: center;
      width: 100px;
      height: 100px;
      display: flex; }
      
   .feature-icon-cardimg {
    width: 50px;
   }

     .feature-icon-cardimgi {
       width: 60px;
     }
  .section-padding {
    padding-bottom: 80px;
  }

  .remove-bottom-padding {
    padding-bottom: 0;
  }

  .navbar {
    border-radius: 8px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .nav-menu {
    z-index: 9999;
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    border: 1px solid var(--color--neutral-02);
    border-radius: 0 0 30px 30px;
    flex-flow: column wrap;
    justify-content: space-around;
    align-items: flex-start;
    margin-top: 20px;
    padding: 20px 30px;
    display: flex;
    position: relative;
  }


    .cta-p {
      color: #0e1229cc;
      width: 100%;
      font-size: 25px;
      max-width: 500px; }


.cta-title {
  flex-flow: column;
  align-items: center;
  font-size: 50px;
}

  .nav-link {
    padding-top: 2px;
    padding-bottom: 2px;
  }


    .button {
      z-index: 1;
      background-image: linear-gradient(218deg, #1f5f92d1 56%, #63a8de);
      text-align: center;
      font-size: 25px;
      color: #fff;
      border-radius: 50px;
      justify-content: center;
      align-items: center;
      padding: 7px 30px;
      display: flex;
      position: relative; }

  .nav-dropdown {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    display: inline-block;
  }

  .nav-dropdown-toggle {
    width: 100%;
    margin-right: 0;
    padding-top: 5px;
    padding-bottom: 5px;
  }

    .nav-link,
    .menu-dropdown-text {
      color: #1f5f92d1;
    }


        .nav-link1,
        .menu-dropdown-text1 {
          color: #fff;
        }

  .nav-dropdown-toggle:hover, .nav-dropdown-toggle:focus {
    color: var(--theme-color-011\<deleted\|variable-579e8ed5-b5e1-6ec5-d5c7-557c982bf1d4\>);
  }

  .nav-dropdown-toggle:lang(en) {
    color: var(--neutral-054\<deleted\|variable-24d4d87c-11c0-8074-8be2-857a93ba17c8\>);
  }

  .nav-dropdown-toggle.w--open {
    color: var(--white\<deleted\|variable-bfbded35-20f6-5b2c-588a-1460ac204df4\>);
  }

  .nav-dropdown-list.w--open {
    border: 1px solid var(--color--neutral-02);
    border-radius: 12px;
  }

  .nav-dropdown-link {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 23px;
  }

    .feature-title---large1 {
      font-size: 45px;
    }

        .feature-title---large2 {
          font-size: 45px;
          text-align: center;
        }


                .feature-title---large3 {
                  font-size: 45px;
                  text-align: center;
                  padding: 70px 0;
                }


                .feature-list-text {
                  color: var(--color--neutral-04);
                  margin-top: 0;
                  font-weight: 500;
                font-size: 25px;       }

  .menu-button {
    background-color: var(--transparentt\<deleted\|variable-e4e550de-db9a-1228-7153-2894fac43f91\>);
    width: 25px;
    height: 20px;
    margin-top: -4px;
  }

  .menu-button.w--open {
    background-color: var(--transparentt\<deleted\|variable-347810e8-efd3-c53d-6c2d-d8602d6a7e1e\>);
    color: #000;
  }

  .mega-menu {
    z-index: 100009;
    box-shadow: none;
    grid-auto-columns: 1fr;
    width: 100%;
    margin-top: 10px;
    position: relative;
  }

    .navbar-button {
      display: block !important;
      z-index: 10000;
      position: relative;
      padding-left: 200px;
    }

  .dropdown-list-item {
    width: 100%;
    left: 0;
  }

  .menu-dropdown-text:focus {
    color: var(--theme-color-011\<deleted\|variable-579e8ed5-b5e1-6ec5-d5c7-557c982bf1d4\>);
  }

  .footer-left-block {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 60%;
  }

  .license-images, .license-fonts {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .cart {
    top: 18px;
    right: 62px;
  }

  .product-list-wrapper {
    width: 100%;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
  }

  .product-list {
    grid-template-columns: 1fr 1fr;
  }

  .heading-1 {
    font-size: 55px;
  }

  .cart-quantity-2 {
    background-color: var(--color--theme-color-01);
    color: var(--color--neutral-01);
  }

  .product-details-block {
    grid-template-columns: 1fr;
  }

  .product-details-image {
    height: auto;
  }

  .add-to-cart-button.button {
    max-width: 300px;
  }

  .section-heading {
    font-size: 40px;
  }

  .style-guide-content {
    width: 90%;
  }

  .footer-top-block {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    align-items: flex-start;
  }

  .display-heading-1 {
    font-size: 60px;
  }

  .product-details-wrapper {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
  }

  .footer-section {
    padding-top: 80px;
    padding-bottom: 60px;
  }

  .copyright {
    width: 40%;
  }

  .footer-wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .pricing-p {
    top: 0;
  }

  .more-product-section {
    padding-top: 80px;
    padding-bottom: 0;
  }

  .product-categories-wrapper {
    padding-bottom: 0;
  }

  .license-wrapper {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
  }

  .inner-hero-section._404 {
    padding-top: 0;
    padding-bottom: 50px;
  }

  .pricing-wrapper-1 {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
  }

  .pricing-table {
    flex-flow: wrap;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
  }

  .menu-item-list {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .footer-right-block {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  ._404-image--1 {
    max-width: 70%;
  }

  .faq-top-block {
    text-align: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
  }

  .section-title-heading {
    max-width: 100%;
    font-size: 60px;
  }

  .banner-section-title-wrapper {
    text-align: center;
    flex-flow: column;
    align-items: center;
    font-size: 60px;
  }

  .banner-section-title-wrapper.license {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .contact-hero-wrapper {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    flex-flow: column;
  }

  .sign-in-up-section {
    height: 100%;
  }

  .sign-in-up-wrapper {
    flex-flow: column;
  }

  .faq-wrapper {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    flex-flow: column;
  }

  .faq-list-wrapper-right {
    max-width: 100%;
  }

  .pricing-card-wrapper {
    flex-flow: column;
  }

  .blog-details-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .changelog-wrapper {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
  }

  .changelog-item-list {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .changelog-item {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column;
  }

  .changelog-right-block {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .changelog-features {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .terms-privacy-wrapper {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
  }

  .cta-wrapper {
    padding-top: 80px;
    padding-bottom: 80px;
    max-width: 800px;
    margin-right: 100px;
      margin-left: 100px;
  }

  .pricing-hero-section {
    padding-bottom: 0;
  }

  .product-hero-wrapper {
    padding-bottom: 80px;
  }

  .product-categories-section {
    padding-top: 50px;
  }

  .contact-block {
    max-width: 100%;
  }

  .contact-info-wrapper {
    grid-template-columns: 1fr;
  }


    .contact-info-wrapper2 {
      grid-template-columns: 1fr;
    }


    .contact-info-wrapper1 {
      grid-column-gap: 24px;
      grid-row-gap: 24px;
      grid-template-rows: auto;
      grid-template-columns: 1fr;
      grid-auto-columns: 1fr;
      justify-content: space-between;
      align-items: center;
      width: 100%;
      display: grid; }

  .changelog-section, .terms-privacy-section {
    padding-bottom: 80px;
  }

  .remove-top-padding {
    padding-top: 0;
  }

  .hero-section {
    padding-top: 150px;
  }

  .hero-wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .brand-section {
    padding-top: 80px;
  }

    .feature-card.style-1 {
      grid-column-gap: 32px;
      grid-row-gap: 32px;
      background-image: linear-gradient(#f5f6f7, #fff0);
      border-radius: 16px;
      flex-flow: column;
      padding: 50px 50px 0 50px;
    }

  .feature-card-list-1 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-columns: 1fr;
  }

  .extra-feature-wrapper {
    max-width: 750px;
    margin-left: auto;
    margin-right: auto;
  }

  .feature-card---style-2 {
    flex-flow: column;
  }

  .feature-content-block {
    max-width: 100%;
  }

  .feature-image-block---2 {
    order: -1;
    max-width: 100%;
  }

  .feature-text-wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .benefits-wrapper {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
  }


    .benefit-item.center {
      text-align: center;
      align-items: center; }

  .benefits-list {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-rows: auto;
    grid-template-columns: 1fr ;
    grid-auto-columns: 1fr;
    display: grid;
    width: auto;
  }


    .benefit-icon {
      background-color: var(--color--neutral-02);
      border-radius: 10px;
      justify-content: center;
      align-items: center;
      width: 88px;
      height: 88px;
      display: flex; }

  .integrations-wrapper-1, .feature-hero-wrapper {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
  }

  .feature-image-block---3 {
    order: -1;
    max-width: 100%;
  }


    .feature-image-block---311 {
      order: -1;
      width: 700px;}

            .blog-card-title {
              color: #145B91;
              letter-spacing: 0;
              font-weight: 500;  
            font-size: 25px;   }

                        .blog-category-text {
                          color: #145B91;
                          font-weight: 600;
                        font-size: 25px;           }


                                                .blog-date {
                                                  color: #145B91;
                                                  font-size: 23px;                       }

  .feature-section-02 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .feature-section-02._2 {
    padding-bottom: 80px;
  }

  .feature-wrapper-2 {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
  }

  .feature-testimonial-wrapper {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
  }

  .feature-text-list-2 {
    grid-row-gap: 35px;
    grid-template-columns: 1fr;
    text-align: center;
  }

  .feature-text-item---2 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    padding: 0;
    align-items: center;
  }

    .feature-title---18px {
      font-size: 30px;
      font-weight: 600; }

            .feature-para---14px {
              font-family: "Inter",
                sans-serif;
              color: var(--color--neutral-03);
              margin-top: 0;
              margin-bottom: 0;
              font-size: 24px;
              font-weight: 400;
              line-height: 170%;     }

  .testimonial-slide {
    flex-flow: column;
    padding: 50px;
  }

  .testimonial-content {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    padding: 0;
  }


    .testimonial-content1 {
      grid-column-gap: 50px;
      grid-row-gap: 50px;
      padding: 0;
    }





  

  .testimonial-line {
    display: none;
  }

  .author-profile-lline {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    text-align: center;
    justify-content: center;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .counter-list {
    justify-content: center;
    width: 100%;
  }

  .testimonial-quotes {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }

  .featue-bg {
    height: 25%;
  }

  .compare-plan-header {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .feature-wrapper-3 {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
  }

  .feature-card-list-2 {
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
  }

  .feature-card-wrapper {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: row;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .team-wrapper {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
  }

  .team-list {
    grid-template-columns: 1fr 1fr;
    justify-items: center;
  }

  .team-item {
    width: 100%;
  }

  .team-member-image {
    max-width: 100%;
  }

  .about-hero-wrapper {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    padding-bottom: 60px;
  }

  .testimonial-wrapper {
    flex-flow: column;
  }

  .testimonial-left-block, .testimonial-right-block {
    max-width: 100%;
  }

  .contact-wrapper {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
  }

  .sign-in-form-block {
    max-width: 100%;
  }

  .case-study-wrapper {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
  }

  .case-study-collection-list {
    grid-template-columns: 1fr 1fr;
  }

  .case-study-card {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    padding: 30px;
  }

  .case-study-author-info-button {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .case-study-card-title {
    font-size: 28px;
  }

  .case-study-details-section {
    padding-bottom: 70px;
  }

  .case-study-details-wrapper {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .case-study-banner {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
  }

  .case-study-image {
    height: auto;
  }

  .case-study-rich-text-block {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .case-study-section {
    padding-bottom: 80px;
  }

  .blog-wrapper {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
  }

  .blog-collection-list {
    grid-row-gap: 24px;
    grid-template-columns: 1fr;
  }

  .blog-hero-banner {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .related-blog-wrapper {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
  }

  .blog-image {
    height: auto;
  }

  .blog-rich-text-block {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .integration-wrapper {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
  }

  .integration-collection-list {
    grid-template-columns: 1fr 1fr;
  }

  .cheackout-wrappeer {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 42px;
  }

  h2 {
    font-size: 38px;
  }

  h3 {
    font-size: 30px;
  }

  h4 {
    font-size: 24px;
  }

    .benefits-list {
      grid-template-columns: 1fr;
    }

  .section-padding {
    padding-top: 50px;
    padding-bottom: 70px;
    display: block;
  }

  .remove-bottom-padding {
    padding-bottom: 0;
  }

  .header {
    padding-top: 24px;
  }

  .navbar {
    max-width: 50%;
  }

  .nav-menu {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
    border-radius: 8px;
    padding-bottom: 30px;
  }

  .nav-link {
    padding-top: 0;
    padding-bottom: 0;
    display: inline-block;
  }

  .nav-dropdown {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-list {
    border-radius: 8px;
    margin-top: 10px;
    padding-top: 20px;
    padding-bottom: 20px;
    overflow: hidden;
    box-shadow: 0 20px 36px #0000000d;
  }

  .nav-dropdown-list.w--open {
    box-shadow: none;
    overflow: hidden;
  }

  .menu-button {
    margin-top: -2px;
  }

  .mega-menu {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    box-shadow: none;
    border-radius: 0;
    grid-template-columns: 1fr;
    height: 500px;
    margin-top: 10px;
    padding-top: 0;
    padding-bottom: 0;
    overflow: scroll;
  }

  .footer-widget {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .footer-left-block {
    text-align: center;
    align-items: center;
    width: 100%;
  }

  .license-images, .license-fonts {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .product-list-wrapper {
    max-width: 425px;
  }

  .product-list {
    grid-template-columns: 1fr;
  }

  .product-text-block {
    text-align: left;
  }

  .heading-1 {
    font-size: 42px;
  }

  .tabs-menu {
    padding-bottom: 30px;
  }

  .form {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .product-heading {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .product-details-block {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .section-heading {
    font-size: 32px;
  }

  ._404-wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  ._404-content-button {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    margin-left: 0;
  }

  .style-guide-content {
    width: 100%;
  }

  .footer-top-block {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    align-items: center;
  }

  .display-heading-1 {
    letter-spacing: -2.5px;
    font-size: 50px;
  }

  .product-details-wrapper, .product-details-wrapper-2 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .product-quantity {
    font-size: 16px;
  }

  .footer-section {
    padding-top: 60px;
  }

  .footer-bottom-block {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    text-align: center;
    flex-flow: column;
  }

  .copyright {
    order: 1;
    width: 100%;
  }

  .body-text-18 {
    font-size: 16px;
  }

  .faq-header {
    align-items: flex-start;
  }

  .product-wrapper {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
  }

  .more-product-section {
    padding-top: 70px;
  }

  .product-categories-wrapper {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
  }

  .license-wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .inner-hero-section._404 {
    padding-top: 60px;
    padding-bottom: 20px;
  }

  .pricing-wrapper-1 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .pricing-table {
    grid-template-columns: 1fr;
  }

  .menu-item-list {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
  }

  .navbar-brand-header-logo {
    width: 100%;
    height: 100%;
  }

  .navbar-brand-header {
    padding-left: 0;
  }

  .navbar-brand-header.w--current {
    justify-content: flex-start;
    padding-left: 0;
    display: flex;
  }

  .footer-logo-wrapper.w--current {
    justify-content: flex-start;
    display: flex;
  }

  .footer-right-block {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: wrap;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  ._404-image--1 {
    text-align: center;
  }

  .section-title-heading {
    font-size: 38px;
  }

  .banner-section-title-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    font-size: 50px;
  }

  .banner-section-title-wrapper.license {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .contact-hero-wrapper, .sign-in-up-wrapper, .faq-wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .input-group {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
  }

  .changelog-wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .changelog-item {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
  }

  .changelog-features {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .terms-privacy-wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .terms-privacy-content-wrapper {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .privacy-terms-paragraph {
    font-size: 16px;
  }

  .button-wrapper {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
  }

  .cta-wrapper {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .cta-content {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .product-hero-wrapper {
    padding-bottom: 70px;
  }

  .contact-info-wrapper {
    flex-flow: wrap;
    grid-template-columns: 1fr;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
  }

  .changelog-section, .terms-privacy-section {
    padding-bottom: 70px;
  }

  .remove-top-padding {
    padding-top: 0;
  }

  .hero-section {
    padding-top: 130px;
  }

  .brand-section {
    padding-top: 70px;
  }

  .brand-wrapper {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .feature-wrapper-1 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }
 

  .feature-card-list-1 {
    grid-template-columns: 1fr;
  }

  .extra-feature-wrapper {
    grid-column-gap: 70px;
    grid-row-gap: 70px;
  }

  .feature-card---style-2, .feature-content-block {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .feature-image-block---2 {
    padding: 40px;
  }

  .feature-text-wrapper {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .feature-text-list-1 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column;
  }

  .benefits-wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .benefits-list {
    grid-template-columns: 1fr;
  }

  .benefit-item {
    margin-left: auto;
    margin-right: auto;
  }

  .integration-heading-wrapper, .integration-slider-wrapper, .integration-slide, .integration-slider-left {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .integration-shadow-left {
    left: -20px;
  }

  .integration-shadow-right {
    right: -50px;
  }

  .feature-hero-wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .feature-image-block---3 {
    padding: 40px;
  }

  .feature-section-02 {
    padding-top: 70px;
  }

  .feature-section-02._2 {
    padding-bottom: 70px;
  }

  .feature-wrapper-2 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .feature-testimonial-wrapper {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
  }

  .feature-text-list-2 {
    flex-flow: wrap;
    grid-template-columns: 1fr;
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
  }

  .feature-text-item---2 {
    text-align: center;
    align-items: center;
  }

  .testimonial-slide {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    flex-direction: column;
    padding-bottom: 80px;
    padding-left: 30px;
    padding-right: 30px;
  }





  .testimonial-content {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }


    .testimonial-content1 {
      grid-column-gap: 30px;
      grid-row-gap: 30px;
    }

  .testimonial-quotes {
    font-size: 22px;
  }

  .pricing-tab {
    min-width: 250px;
  }

  .compare-title, .compare-plans-feature-item {
    width: auto;
  }

  .compare-plan-medium-devices {
    display: flex;
  }

  .compare-plan-wrapper {
    display: none;
  }

  .feature-wrapper-3 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .feature-card---style-1 {
    margin-left: auto;
    margin-right: auto;
  }

  .feature-card-wrapper {
    grid-template-columns: 1fr;
  }

  .feature-para-w-478 {
    max-width: 100%;
  }

  .team-wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .team-list {
    grid-template-columns: 1fr;
  }

  .team-item {
    text-align: center;
    align-items: center;
  }

  .team-member-image {
    height: auto;
  }

  .about-hero-wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    padding-bottom: 40px;
  }

  .contact-wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .sign-in-form-block {
    padding: 30px;
  }

  .form-button-group {
    flex-flow: column;
  }

  .case-study-wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .case-study-collection-list {
    grid-template-columns: 1fr;
  }

  .case-study-card-title {
    font-size: 28px;
  }

  .case-study-details-section {
    padding-bottom: 60px;
  }

  .case-study-banner {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .case-study-logo-box {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .case-study-section {
    padding-bottom: 70px;
  }

  .blog-wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .blog-collection-list {
    grid-template-columns: 1fr;
  }

  .related-blog-wrapper, .integration-wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .integration-collection-list {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-template-columns: 1fr;
  }

  .integration-details-wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .integration-image {
    max-width: 150px;
    height: 150px;
  }

  ._404-image-wrapper {
    justify-content: center;
  }

  ._404-image--2 {
    text-align: center;
    display: none;
  }

  .block-header-title {
    font-size: 40px;
  }

  .order-card-row {
    flex-flow: column;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    letter-spacing: -1px;
    font-size: 34px;
  }

  h2 {
    font-size: 31px;
  }

  h3 {
    font-size: 26px;
  }

  h4 {
    font-size: 22px;
  }

  h6 {
    font-size: 16px;
  }

  .container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .button-text {
    font-size: 14px;
  }

  .section-padding {
    padding-top: 50px;
    padding-bottom: 60px;
  }

  .remove-bottom-padding {
    padding-bottom: 0;
  }

  .content-area.horizontal.color-code-area {
    grid-template-columns: 1fr;
  }

  .nav-menu {
    flex-direction: column;
    width: 98%;
  }

  .footer-widget {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    text-align: center;
    align-items: center;
  }

  .footer-left-block {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    width: 100%;
    max-width: 100%;
  }

  .license-fonts-images {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .license-images, .license-fonts {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .price-wrapper {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: wrap;
    display: inline-flex;
  }

  .heading-1 {
    font-size: 34px;
  }

  .product-card-image {
    height: 300px;
  }

  .section-heading {
    font-size: 28px;
  }

  .body-text-14 {
    font-size: 14px;
  }

  ._404-content-button {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    bottom: 90px;
  }

  .footer-top-block {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: wrap;
    grid-template-columns: 1fr 1fr 1fr;
    justify-items: center;
    display: flex;
  }

  .discount-price {
    font-size: 15px;
  }

  .display-heading-1 {
    font-size: 36px;
  }

  .product-price {
    font-size: 18px;
  }

  .product-excerpt {
    font-size: 15px;
  }

  .footer-bottom-block {
    justify-content: center;
  }

  .body-text-16 {
    font-size: 15px;
  }

  .faq-header {
    padding-top: 20px;
    padding-left: 20px;
  }

  .faq-item-content {
    flex-flow: column;
    top: -10px;
  }

  .faq-item-icon {
    max-height: 43px;
  }

  .faq-item-content-p {
    padding-bottom: 10px;
    font-size: 15px;
  }

  .pricng-card-top-heading {
    font-size: 18px;
  }

  .pricing-feature-text, .pricing-p {
    font-size: 15px;
  }

  .faq-question {
    font-size: 25px;
  }

  .product-wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .more-product-section {
    padding-top: 60px;
  }

  .product-categories-wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .pricing-card {
    border-radius: 26px;
  }

  .inner-hero-section {
    padding-top: 40px;
  }

  .inner-hero-section._404 {
    padding-top: 50px;
  }

  .pricing-table {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .footer-right-block {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-items: center;
    display: grid;
  }

  ._404-image--1 {
    height: auto;
  }

  .pricing-top-content {
    padding-left: 20px;
    padding-right: 20px;
  }

  .section-title-heading {
    font-size: 34px;
  }

  .banner-section-title-wrapper {
    font-size: 45px;
  }

  .button-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
  }

  .google-btn {
    padding-left: 12px;
    padding-right: 12px;
  }

  .cta-wrapper {
    padding: 60px 20px;
  }

  .footer-bottom-link {
    grid-row-gap: 10px;
    flex-flow: wrap;
    justify-content: center;
  }

  .product-hero-wrapper {
    padding-bottom: 60px;
  }

  .product-categories-section {
    padding-top: 30px;
  }

  .contact-info-item {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .changelog-section, .terms-privacy-section {
    padding-bottom: 60px;
  }

  .remove-top-padding {
    padding-top: 0;
  }

  .hero-top-content {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .brand-section {
    padding-top: 60px;
  }

  .brand-section-text {
    font-size: 16px;
  }

  .feature-para---14px {
    font-size: 14px;
  }

  .extra-feature-wrapper {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
  }

  .feature-para---16px, .feature-list-text {
    font-size: 15px;
  }

  .feature-hero-section {
    padding-top: 50px;
  }

  .banner-section-para {
    font-size: 16px;
  }

  .feature-section-02 {
    padding-top: 60px;
  }

  .feature-section-02._2 {
    padding-bottom: 60px;
  }

  .testimonial-quotes {
    font-size: 20px;
  }

  .pricing-tab {
    width: 100%;
  }

  .pricing-features-button {
    padding-left: 20px;
    padding-right: 20px;
  }

  .pricing-feature-block {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .account-sign-in {
    font-size: 16px;
  }

  .changelog-image-1 {
    padding-top: 20px;
    padding-left: 20px;
  }

  .changelog-image-2 {
    padding-top: 20px;
    padding-right: 20px;
  }

  .case-study-card-title {
    font-size: 26px;
  }

  .case-study-details-section {
    padding-bottom: 50px;
  }

  .case-study-logo {
    max-width: 80%;
  }

  .case-study-section {
    padding-bottom: 60px;
  }

  .integration-image {
    max-width: 100px;
    height: 100px;
  }

  .integration-body-content {
    padding-left: 20px;
    padding-right: 20px;
  }

  ._404-image--2 {
    height: auto;
  }

  .block-header {
    flex-flow: wrap;
  }

  .block-header-title {
    font-size: 30px;
  }

  .required-text {
    font-size: 14px;
  }

  .order-item {
    flex-flow: column;
  }

  .order-item-title-quantity {
    margin-left: 0;
    margin-right: 0;
  }

  .order-item-image {
    width: 100%;
  }
}

#w-node-_66a4dc03ea3a0bbf167dc5b200000000000c-d389cafd {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_081727a8-cf03-1fde-cb7f-7273439dd532-d389cb03, #w-node-_201acee5-dc51-28f2-ab1c-283bcfec8a37-d389cb03, #w-node-_7c19dfc0-fafc-246a-6df7-cab740f38aa3-d389cb03, #w-node-e5b968a6-6496-e35e-3551-ceaad8c7bc9b-d389cb03, #w-node-ebba9426-f47c-152f-ced4-54cf948cc092-d389cb03, #w-node-_80fa985a-19f1-c042-0725-1105397e7a84-d389cb03, #w-node-_80e8bfad-f6bd-b550-b7bf-000753870131-d389cb03, #w-node-_17aa50a9-1bdd-502f-a47d-d32af8dcb642-d389cb03 {
  justify-self: end;
}

@media screen and (max-width: 991px) {
  #w-node-_66a4dc03ea3a0bbf167dc5b200000000000c-d389cafd {
    grid-column: span 1 / span 1;
  }
}

@media screen and (max-width: 767px) {
  #w-node-f4fab60c-8493-c494-3a09-03e6223231a3-223231a0 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }
}


@font-face {
  font-family: "Inter",
    sans-serif;
  src: url('../fonts/fa-solid-900.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter",
    sans-serif;
  src: url('../fonts/satoshi-regular-webfont.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter",
    sans-serif;
  src: url('../fonts/satoshi-medium-webfont.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter",
    sans-serif;
  src: url('../fonts/satoshi-bold-webfont.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}







.gov-links {
  padding: 50px 0 0 0;
  box-sizing: border-box;
}


.gov-links__container {
  width: 1300px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: 35px;
  justify-content: center;
}

.gov-links__item {
  flex: 0 1 210px;
  background-color: #fff;
  border: 1px solid #2293EB;
  border-radius: 8px;
  text-align: center;
  padding: 8px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.gov-links__item a {
  text-decoration: none;
  color: #333;
  display: block;
}


.gov-links__item img {
  width: 40px;
  height: 40px;
  margin-bottom: 10px;
  object-fit: contain;
}

.gov-links__item p {
  font-size: 14px;
  margin: 0;
  font-family: "Inter",
    sans-serif;
}

@media (max-width: 991px) {
  .gov-links__container {
    flex-direction: column;
    align-items: center;
    gap: 16px;
    width: 1000px;
  }

  .gov-links__item {
    flex: none;
    width: 700px;
    /* ✅ исходный размер */
  }


    .gov-links__item p {
      font-size: 25px;
      margin: 20px;
      font-family: "Inter",
        sans-serif; }

  .brix---container-default.w-container{
      max-width: 700px;
    }



        .logo-text {
          font-family: 'Cinzel', serif;
          font-size: 22px;
          font-weight: 700;
          color: #ffff;
          margin-left: 5px;   }



                    .navbar-wrapper::after {
                    width: 800px;
                     }


                                         .footer-bottom-block::before {
                                           
                                           width: 800px;                 }
}




@media (max-width: 991px) {
  .testimonial-slide {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 0px;
    gap: 0px;
  }


  .testimonial-slide32 {
    grid-column-gap: 16px;
      grid-row-gap: 16px;
      grid-template-rows: auto;
      grid-template-columns: 1fr 1fr;
      grid-auto-columns: 1fr;
      place-items: center;
      display: grid;
  }
  


    .testimonial-slide01 {
      display: flex;
      flex-direction: column;
      align-items: center;
      text-align: center;
      padding: 0;
      gap: 0px;
    }



    .gov-links__item img {
      width: 80px;
      height: 80px;
      margin-bottom: 10px;
      margin-top: 20px;
      object-fit: contain; }

  .author-profile-lline {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .author-name-position,
  .testimonial-content {
    text-align: center;
  }


    .author-name-position {
      max-width: 400px;
      /* фиксирует ширину блока с именем и должностью */
      word-break: break-word; }


    .testimonial-content1 {
      text-align: justify;
    }

  .testimonial-content,
  .testimonial-content1 {
    margin-top: 20px;
    width: 80%;
  }

    .author-profile---style-1 {
      grid-column-gap: 35px;
      grid-row-gap: 35px;
      flex-flow: column-reverse;
      align-items: center;
      padding-top: 30px;
      display: flex; }

  .author-image-content {
    justify-content: center;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}


.mid-banner {
  position: relative;
  max-width: 1300px;
  /* меньше, чтобы орнамент был виден */
  margin: 0 auto;
  z-index: 1;
  overflow: hidden;
  /* обязательно! — чтобы маска не выходила за рамки */
  border-radius: 40px;
  background: white;
  /* белый фон вокруг изображения */
}

.mid-banner-image {
  width: 2100px;
  height: auto;
  display: block;
  padding: 0;
  border-radius: 30px;
  /* не нужно, обрезаем у родителя */
}

.mid-banner-overlay {
  position: absolute;
  inset: 0;
  /* маска */
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2;
  padding: 0;
  /* убери здесь padding */
}
.mid-tle {
  grid-column-gap: 48px;
    grid-row-gap: 48px;
    flex-flow: column;
    display: flex;
    text-align: justify;
    font-size: 16px;
      line-height: 1.6;
}
.mid-banner-title {
  color: #145B91;
  font-size: 14px;
  line-height: 170%;
  font-family: "Inter",
    sans-serif;
  padding-top: 40px;
  padding-bottom: 50px;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: center;
  display: flex;

    margin: 0 auto;

    text-align: center;
  /* перенесли отступы сюда */
}



.mid-banner-title1 {
  color: #145B91;
  font-size: 14px;
  line-height: 170%;
  font-family: "Inter",
    sans-serif;
  padding-top: 40px;
  padding-bottom: 50px;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: center;
  display: flex;

  margin: 0 auto;

  /* перенесли отступы сюда */
}



@keyframes floatUpDown {
  0% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-20px);
    /* вверх на 15px */
  }

  100% {
    transform: translateY(0);
  }
}




.footer-socials {
  display: flex;
  justify-content: center;
  gap: 24px;
  margin-top: 40px;
  padding-bottom: 30px;
}

.footer-socials .social-link {
  display: inline-block;
  transition: transform 0.3s ease;
}

.footer-socials .social-link:hover {
  transform: scale(1.1);
}

.footer-socials .social-icon {
  width: 40px;
  height: 40px;
  object-fit: contain;
}

.brix---container-default {
  max-width: 1200px;
  padding-left: 24px;
  padding-right: 24px;
}


.brix---footer-top-border-bottom {
  border-bottom: 1px solid var(--elements-webflow-library--neutral--300);
  padding-top: 70px;
}


.grid-footer-4-cols-v14 {
  grid-column-gap: 170px;
  grid-template-rows: auto;
  grid-template-columns: .9fr auto auto auto;
}


.w-layout-grid {
  grid-template-rows: auto auto;
  grid-auto-columns: 1fr;
  display: grid;
}

.brix---mg-bottom-24px {
  margin-bottom: 0px;
}

.brix---mg-bottom-40px {
  margin-bottom: 40px;
}

.brix---paragraph-default {
  margin-bottom: 0;
  color: #5aa1d8;
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
  text-align: center;
}


.brix---social-media-grid-left {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: repeat(auto-fit, 36px);
  justify-content: space-between;
  display: flex;
}

.brix---icon-square-36px {
  background-color: var(--elements-webflow-library--secondary--color-2);
  justify-content: center;
  align-items: center;
  width: 25px;
  min-width: 23px;
  height: 25px;
  min-height: 25px;
  text-decoration: none;
  transition: transform .3s, background-color .3s, color .3s;
  display: flex;
  overflow: hidden;
}

.brix---icon-square-36px:hover {
  transform: scale(.92);
}

.brix---footer-col-title {
  color: #145B91;
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
}


.brix---footer-list-wrapper {
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
}

ul {
  grid-column-gap: 3px;
  grid-row-gap: 3px;
  flex-flow: column;
  margin-bottom: 0;
  padding-left: 23px;
  font-size: 19px;
  display: flex;
}

.brix---footer-list-item {
  margin-bottom: 10px;
  padding-left: 0;
}


.brix---footer-link {
  color: #145B91;
  font-size: 16px;
  line-height: 20px;
  text-decoration: none;
  transition: color .3s;
}

.brix---footer-link:hover {
  color: var(--elements-webflow-library--accent--primary-1);
}

.brix---grid-1-column {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.brix---card-link-icon-wrapper {
  box-shadow: 0 2px 6px 0 var(--elements-webflow-library--general--shadow-01);
  color: #145B91;
  transform-style: preserve-3d;
  border-radius: 14px;
  align-items: center;
  padding-bottom: 18px;
  text-decoration: none;
  transition: transform .3s, border-color .3s, color .3s;
  display: flex;
}


.brix---big-icon-left {
  margin-right: 16px;
}

.brix---mg-bottom-8px {
  margin-bottom: 8px;
}


.mid-banner-imag1 {
  max-width: 600px;
  height: auto;
  flex-shrink: 0;
  display: block;
  padding: 0;
  border-radius: 30px;
  /* не нужно, обрезаем у родителя */
}


@media (max-width: 991px) {
  .mid-banner-content {
    flex-direction: column;
    /* вертикальное выравнивание */
    text-align: center;
    /* выравнивание текста по центру (если нужно) */
  }


    .vacancy-title {
      font-size: 25px;
  
    }
  
  
    .vacancy-desc {
      font-size: 25px; }

    .mid-tle {
      grid-column-gap: 48px;
      grid-row-gap: 48px;
      flex-flow: column;
      display: flex;
      text-align: justify;
      font-size: 25px;
      line-height: 1.6; }

 
  .mid-banner-image {
    width: 100% !important;
    height: auto;
  }

    .mid-banner-imag1 {
      max-width: 750px !important;
      height: auto;
    }

  .mid-banner-title {
    padding-top: 20px;
max-width: 750px;
  }


    .mid-banner-title1 {
      padding-top: 20px;
      max-width: 750px;
      text-align: left;
    }


        .mid-banner-title2 {
          padding-top: 20px;
          max-width: 750px;
          text-align: left;
        }
}

html,
body {
  overflow-x: hidden;
}


@media screen and (max-width: 991px) {
  .w-nav-menu {
    background-color: white !important;
    /* Задний фон меню */
  }

  .nav-dropdown-toggle,
  .menu-dropdown-text,
  .nav-link {
    color: #145B91 !important;
    font-size: 23px;
    /* Цвет текста: синий */
  }

    p.aut {
      font-size: 35px; }

            li.aut {
              font-size: 25px !important;; }


    .nav-dropdown-icon1 {
      color: #145B91 !important;
      font-size: 16px;
      /* Цвет текста: синий */
    }

    .menu-dropdown-text1,
    .nav-link1 {
      color: #145B91 !important;
      font-size: 20px;
      /* Цвет текста: синий */
    }

  .nav-dropdown-toggle:hover,
  .menu-dropdown-text:hover,
  .nav-link:hover {
    color: #2673b2d1 !important;
    /* Цвет при наведении */
  }
}


.aut {
  font-size: 18px;
}

/* По умолчанию (белый) */
.nav-dropdown-toggle,
.menu-dropdown-text,
.nav-link {
  color: white;
}

/* Когда прокрутился — синий */
.header.scrolled .nav-link,
.header.scrolled .menu-dropdown-text,
.header.scrolled .nav-dropdown-toggle,
.header.scrolled .header-section1,
.header.scrolled .nav-dropdown-icon1 {
  color: #145B91 !important;
}


.header .menu-dropdown-text,
.header .nav-link {
  color: #145B91;
}


.header .menu-dropdown-text1,
.header .nav-link1, .w-layout-grid brix---social-media-grid-left {
  color: #fff;
}





.lang-dropdown {
  position: relative;
  display: inline-block;
  font-family: "Inter", sans-serif;
}

.lang-selected {
  padding: 10px 20px;
  border-radius: 50px;
  background-image:linear-gradient(218deg, #1f5f92d1 56%, #63a8de);
  color: white;
  cursor: pointer;
  transition: background 0.3s;
}


.lang-selected1 {
  padding: 10px 20px;
  border-radius: 50px;
  background-image: linear-gradient(218deg, #1f5f92d1 56%, #63a8de);
  color: white;
  cursor: pointer;
  transition: background 0.3s;
}


.header.scrolled .lang-selected1 {
  padding: 10px 20px;
  border-radius: 50px;
  background-image: linear-gradient(218deg, #1f5f92d1 56%, #63a8de);
  color: white;
  cursor: pointer;
  transition: background 0.3s;
}

.lang-arrow {
  font-size: 10px;
  line-height: 1;
  margin-left: 4px;
}

.lang-options {
  display: none;
  position: absolute;
  top: calc(100% + 10px);
  /* сдвигаем вниз, чтобы не перекрывало псевдоэлемент */
  left: 0;
  background: white;
  border-radius: 10px;
  box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.2);
  z-index: 9999;
  min-width: 140px;
  overflow: hidden;
}

.lang-dropdown::after {
  content: '';
  position: absolute;
  top: 100%;
  left: 0;
  height: 10px;
  width: 100%;
  background: transparent;
}

/* показывать при наведении на dropdown или меню */
.lang-dropdown:hover .lang-options,
.lang-options:hover {
  display: block;
}

.lang-option {
  padding: 10px 15px;
  color: #1f5f92;
  background-color: white;
  cursor: pointer;
  transition: background 0.2s;
}

.lang-option:hover {
  background-color: #f0f0f0;
}





.vacancy-card {
  border: 1px solid #2293EB;
  padding: 20px;
  margin-bottom: 20px;
  border-radius: 10px;
}

.vacancy-title {
  font-size: 15px;

}


.vacancy-desc {
  font-size: 15px;
}