:root {
  --bg-gray: #182322;
  --white: white;
  --black: black;
  --none: rgba(255, 255, 255, 0);
  --text-color: #0e7a15;
  --grey-none: var(--bg-gray);
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-commerce-commercecheckoutformcontainer {
  background-color: #f5f5f5;
  width: 100%;
  min-height: 100vh;
  padding: 20px;
}

.w-commerce-commercelayoutcontainer {
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.w-commerce-commercelayoutmain {
  flex: 0 800px;
  margin-right: 20px;
}

.w-commerce-commercecartapplepaybutton {
  color: #fff;
  cursor: pointer;
  -webkit-appearance: none;
  -ms-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;
  -ms-appearance: none;
  appearance: none;
  background-color: #000;
  border-width: 0;
  border-radius: 2px;
  justify-content: center;
  align-items: center;
  height: 38px;
  margin-bottom: 8px;
  padding: 0 15px;
  text-decoration: none;
  display: flex;
}

.w-commerce-commercequickcheckoutgoogleicon, .w-commerce-commercequickcheckoutmicrosofticon {
  margin-right: 8px;
  display: block;
}

.w-commerce-commercecheckoutcustomerinfowrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutblockheader {
  background-color: #fff;
  border: 1px solid #e6e6e6;
  justify-content: space-between;
  align-items: baseline;
  padding: 4px 20px;
  display: flex;
}

.w-commerce-commercecheckoutblockcontent {
  background-color: #fff;
  border-bottom: 1px solid #e6e6e6;
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
  padding: 20px;
}

.w-commerce-commercecheckoutlabel {
  margin-bottom: 8px;
}

.w-commerce-commercecheckoutemailinput {
  -webkit-appearance: none;
  -ms-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;
  -ms-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;
  -ms-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;
  -ms-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;
  -ms-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;
  -ms-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;
  -ms-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;
  -ms-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;
  -ms-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;
  -ms-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;
  -ms-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;
  -ms-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;
  -ms-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;
  -ms-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;
  -ms-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;
  -ms-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;
  -ms-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;
  -ms-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 0;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutbillingcountryselector::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingcountryselector:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutorderitemswrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutsummaryblockheader {
  background-color: #fff;
  border: 1px solid #e6e6e6;
  justify-content: space-between;
  align-items: baseline;
  padding: 4px 20px;
  display: flex;
}

.w-commerce-commercecheckoutorderitemslist {
  margin-bottom: -20px;
}

.w-commerce-commercecheckoutorderitem {
  margin-bottom: 20px;
  display: flex;
}

.w-commerce-commercecartitemimage {
  width: 60px;
  height: 0%;
}

.w-commerce-commercecheckoutorderitemdescriptionwrapper {
  flex-grow: 1;
  margin-left: 16px;
  margin-right: 16px;
}

.w-commerce-commercecheckoutorderitemquantitywrapper {
  white-space: pre-wrap;
  display: flex;
}

.w-commerce-commercecheckoutorderitemoptionlist {
  margin-bottom: 0;
  padding-left: 0;
  text-decoration: none;
  list-style-type: none;
}

.w-commerce-commercelayoutsidebar {
  flex: 0 0 320px;
  position: -webkit-sticky;
  position: sticky;
  top: 20px;
}

.w-commerce-commercecheckoutordersummarywrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutsummarylineitem, .w-commerce-commercecheckoutordersummaryextraitemslistitem {
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 8px;
  display: flex;
}

.w-commerce-commercecheckoutsummarytotal {
  font-weight: 700;
}

.w-commerce-commercecheckoutplaceorderbutton {
  color: #fff;
  cursor: pointer;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  text-align: center;
  background-color: #3898ec;
  border-width: 0;
  border-radius: 3px;
  align-items: center;
  margin-bottom: 20px;
  padding: 9px 15px;
  text-decoration: none;
  display: block;
}

.w-commerce-commercecheckouterrorstate {
  background-color: #ffdede;
  margin-top: 16px;
  margin-bottom: 16px;
  padding: 10px 16px;
}

.w-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;
}

@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-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 {
  background-color: var(--bg-gray);
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
}

h1 {
  color: var(--white);
  text-align: center;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 30px;
  font-weight: 600;
  line-height: 50px;
}

h2 {
  margin: 20px auto 10px;
  font-size: 16px;
  font-weight: 600;
  line-height: 36px;
}

h3 {
  color: var(--black);
}

h4 {
  text-align: left;
  justify-content: flex-end;
  align-items: flex-start;
  margin-top: 20px;
  margin-bottom: 20px;
  line-height: 24px;
  display: flex;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
}

p {
  margin-bottom: 10px;
  font-size: 18px;
}

a {
  text-decoration: none;
}

.hero-section {
  border: 1px #d38181;
  align-self: stretch;
  margin-left: 10px;
  margin-right: 10px;
  padding-top: 0;
}

.header {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--none);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 100%;
  max-height: 100%;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 0;
  display: flex;
}

.contain-nav {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
}

.contain-nav.flex {
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.contain-nav.flex.border {
  border-bottom: 1px solid #fff;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  padding-bottom: 10px;
}

.contain-nav.down {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  justify-content: flex-end;
  align-self: stretch;
  align-items: flex-start;
  margin-top: 10px;
  margin-left: 20px;
  margin-right: 20px;
  padding-left: 0;
  display: flex;
}

.brand {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: rgba(255, 255, 255, 0);
  flex-flow: row;
  flex: 0 auto;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  max-width: 1440px;
  margin-left: 0;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.nav-menu {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: row;
  justify-content: flex-end;
  align-items: flex-start;
  margin-left: 20px;
  margin-right: 20px;
  display: flex;
}

.contact {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-style: none solid;
  border-width: 1px;
  border-color: var(--white);
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: flex-end;
  margin-left: auto;
  margin-right: 20px;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.phone {
  color: var(--white);
  align-self: center;
  font-weight: 500;
  text-decoration: none;
}

.phone:hover {
  text-decoration: underline;
}

.phone:active {
  font-weight: 600;
}

.nav-link-menu {
  color: #fff;
  text-align: center;
  align-self: center;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  font-weight: 500;
  position: relative;
}

.nav-link-menu:hover {
  border-style: none none solid;
  border-width: 1px;
  border-color: var(--white);
}

.nav-link-menu:active {
  border-bottom-style: solid;
  font-weight: 500;
}

.t-16-bold-green {
  color: var(--text-color);
  -webkit-text-stroke-color: var(--text-color);
  font-weight: 600;
}

.menu-button {
  background-color: rgba(145, 149, 148, 0);
}

.h1 {
  margin-top: 70px;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.t-18-medium-white {
  color: var(--white);
  text-align: center;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  padding-left: 0;
  padding-right: 0;
  font-weight: 500;
  line-height: 150%;
}

.t-18-medium-white.margin-50 {
  margin-top: 20px;
}

.block-btn {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  margin-top: 60px;
  padding-top: 0;
  display: flex;
}

.main-btn {
  background-color: var(--text-color);
  color: var(--white);
  border-radius: 20px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  padding: 15px 20px;
  font-size: 18px;
  font-weight: 600;
}

.main-btn:hover {
  background-color: var(--white);
  color: var(--black);
}

.main-btn:active {
  color: var(--black);
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
}

.fon {
  border-radius: 20px;
  position: relative;
  overflow: hidden;
}

.blick {
  background-color: rgba(255, 254, 254, .24);
  width: 30px;
  height: 300px;
  margin-left: -40px;
  padding-left: 0;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.div-block-2 {
  background-color: var(--none);
  justify-content: center;
  align-items: center;
  min-width: 328px;
  min-height: 300px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 28px;
  padding-bottom: 28px;
  display: flex;
}

.hero-section-2 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.burger-button-wrapper {
  cursor: pointer;
  padding: 10px;
}

.burger-line-middle {
  background-color: #fff;
  width: 30px;
  height: 3px;
  margin-top: 5px;
  margin-bottom: 5px;
}

.d-81-button-wrapper {
  color: #fff;
  border: 3px rgba(255, 255, 255, .3);
  justify-content: center;
  align-items: center;
  margin-left: 10px;
  margin-right: 10px;
  text-decoration: none;
  display: flex;
  position: relative;
  box-shadow: inset 0 0 0 3px rgba(255, 255, 255, .3);
}

.video-control-inner-wrap {
  cursor: pointer;
  border-bottom-style: none;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 200px;
  display: flex;
  position: relative;
}

.burger-line-bottom {
  background-color: #fff;
  width: 30px;
  height: 3px;
  margin-top: 5px;
  margin-bottom: 5px;
  margin-left: auto;
}

.burger-line-top {
  background-color: #fff;
  width: 30px;
  height: 3px;
  margin-top: 5px;
  margin-bottom: 5px;
}

.wrapper-page {
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.section {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin: 20px;
}

.section.hero-section {
  background-image: url('../images/Фото2x.png');
  background-position: 50% 0;
  background-size: cover;
  background-attachment: scroll;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  padding-bottom: 120px;
  display: flex;
}

.section.section-avto-slide {
  background-image: url('../images/osnova-2.svg');
  background-position: 50%;
  background-repeat: repeat-x;
  background-size: cover;
  flex-flow: row;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  margin: -112px 0 0;
  padding-top: 49px;
  padding-bottom: 44px;
}

.section.sec-advantages {
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.news {
  color: #00629b;
  font-size: 17px;
  font-weight: 500;
  text-decoration: none;
  transition: all .555s;
}

.news:hover {
  color: #009400;
}

.img-news {
  object-fit: contain;
  width: 100%;
  height: 200px;
}

.more-link {
  background-image: url('../images/right-arrow.svg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: 26px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  margin-top: 50px;
  margin-right: auto;
  padding-right: 0;
  text-decoration: none;
  transition: all .555s;
}

.more-link:hover {
  color: #333;
  box-shadow: 0 1px rgba(251, 198, 67, 0);
}

.more-link.pad-40-right {
  padding-right: 40px;
}

.h2 {
  color: var(--white);
  text-align: center;
  margin-bottom: 20px;
}

.h2.t-22 {
  font-size: 22px;
}

.h2.t-22.t-white {
  color: var(--white);
}

.h2.t-22.t-white.t-center {
  text-align: center;
}

.t-14 {
  margin-top: 8px;
  font-size: 14px;
  font-weight: 400;
}

.t-14.t-grey {
  color: #8b8d8e;
}

.t-14.t-grey.t-left {
  text-align: left;
}

.div-news {
  margin-bottom: 20px;
  overflow: hidden;
}

.grid-news {
  grid-column-gap: 40px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  padding: 20px 10px;
}

.slide-reviews {
  width: 50%;
}

.slide-nav-none {
  opacity: .5;
  color: #0973c4;
  justify-content: center;
  align-items: center;
  height: 0;
  padding-top: 0;
  font-size: 30px;
  display: none;
  bottom: -30px;
  overflow: hidden;
}

.text-in-reviews {
  color: #505050;
  justify-content: space-between;
  align-items: flex-start;
  font-weight: 400;
  display: flex;
}

.block-slide-reviews {
  background-color: #fff;
  padding: 30px;
}

.block-slide-reviews.right {
  margin-left: 15px;
}

.block-slide-reviews.left {
  margin-right: 15px;
}

.photo-reviews {
  border-radius: 50%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
  display: flex;
  overflow: hidden;
  box-shadow: 0 11px 20px -10px rgba(9, 115, 196, .34);
}

.photo-reviews.color {
  background-color: var(--text-color);
  color: #fff;
  box-shadow: 0 11px 20px -10px #0973c4;
}

.text-name-reviews {
  font-size: 27px;
  font-weight: 700;
}

.grid-reviews {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: .25fr 2fr;
}

.slider-reviews {
  background-color: rgba(0, 0, 0, 0);
  height: auto;
  margin: 20px;
}

.img-review {
  border-radius: 50%;
}

.right-arrow-review {
  color: var(--white);
  margin-left: auto;
  margin-right: auto;
  font-size: 30px;
  transition: all .2s;
  position: absolute;
  top: 437px;
  bottom: 0%;
  left: auto;
  right: 0%;
  overflow: visible;
}

.right-arrow-review:hover {
  color: #fff;
  background-color: #0973c4;
}

.right-arrow-review.lefter {
  color: var(--white);
  mix-blend-mode: normal;
  min-height: 20px;
  margin-left: 0;
  font-size: 30px;
  position: absolute;
  top: 482px;
  bottom: 0%;
  left: 0%;
  right: auto;
  overflow: visible;
}

.right-arrow-review.lefter:hover {
  background-color: rgba(9, 115, 196, 0);
}

.phone-link {
  color: var(--white);
  align-self: center;
  margin-top: 0;
  font-size: 22px;
  font-weight: 700;
  text-decoration: none;
  transition: all .555s;
}

.phone-link:hover {
  color: var(--text-color);
}

.phone-link:active {
  color: #039eb9;
}

.phone-link.link-green {
  color: var(--text-color);
}

.banner {
  z-index: 1;
  box-shadow: inset 0 0 0 2px var(--white);
  align-items: center;
  max-width: 1140px;
  margin-left: 0;
  padding: 34px 10px 40px;
  display: flex;
  position: relative;
}

.banner.banner-tel {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  max-width: none;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.grid-photo {
  grid-column-gap: 45px;
  grid-row-gap: 45px;
  grid-template-columns: auto auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  align-content: center;
  justify-content: center;
  align-items: start;
  justify-items: start;
}

.text-img {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: var(--white);
  text-align: center;
  object-position: 50% 50%;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  line-height: 20px;
  text-decoration: none;
  display: block;
}

.img-box {
  box-shadow: 0 0 13px 0 var(--black);
  border-radius: 100%;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 150px;
  max-height: 150px;
  display: inline-flex;
}

.l-2 {
  color: #0b73c4;
  text-decoration: none;
  transition: all .555s;
  display: inline;
  box-shadow: 0 1px rgba(44, 168, 219, .5);
}

.l-2:hover {
  color: #333;
  box-shadow: 6px 9px 0 -9px rgba(44, 168, 219, .5);
}

.l-2.pri {
  color: #f4f4f4;
  padding-bottom: 2px;
  display: inline-block;
  box-shadow: 0 1px rgba(44, 168, 219, .28);
}

.l-2.pri.w--current {
  color: #0973c4;
}

.text-adress {
  border-bottom: 1px solid var(--white);
  text-align: center;
}

.footer {
  border-bottom: 1px solid #e4ebf3;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  padding: 68px 30px 40px;
  display: flex;
  position: relative;
}

.container-8 {
  width: 100%;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
}

.footer-wrapper-two {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: space-between;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.footer-brand {
  flex-flow: row;
  justify-content: center;
  align-items: center;
}

.footer-block {
  grid-column-gap: 21px;
  grid-row-gap: 21px;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.link-footer-menu {
  color: var(--white);
  margin-top: 20px;
  font-weight: 400;
  text-decoration: none;
}

.link-footer-menu:hover {
  color: rgba(26, 27, 31, .75);
}

.footer-divider-two {
  background-color: #e4ebf3;
  width: 100%;
  height: 1px;
  margin-top: 40px;
  margin-bottom: 40px;
}

.footer-bottom {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-copyright {
  -webkit-text-stroke-color: #fff;
}

.footer-social-block-two {
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  margin-left: -12px;
  display: none;
}

.footer-social-link {
  margin-left: 12px;
}

.block-footer-info {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.logo-img {
  margin-left: auto;
  margin-right: auto;
  padding-right: 0;
}

.z-of-privacy {
  background-color: #fff;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 50px;
  display: block;
}

.h2-privacy {
  color: #000;
  text-align: center;
  margin-top: 0;
  margin-bottom: 30px;
}

.p {
  color: #000;
  font-size: 14px;
}

.p.otst-niz {
  margin-bottom: 25px;
}

.center {
  text-align: center;
  align-items: center;
}

.l {
  color: #0973c4;
  text-decoration: none;
  transition: all .555s;
  display: inline;
  box-shadow: 0 1px rgba(44, 168, 219, .5);
}

.l:hover {
  color: #333;
  box-shadow: 6px 9px 0 -9px rgba(44, 168, 219, .5);
}

.l.pri {
  padding-bottom: 2px;
  display: inline-block;
  box-shadow: 0 1px rgba(44, 168, 219, .28);
}

.l.pri.w--current {
  color: #0973c4;
}

.t-comment {
  border: 1px solid var(--text-color);
  background-color: var(--white);
  color: var(--black);
  -webkit-text-stroke-color: var(--black);
  min-height: 50px;
  margin-bottom: 0;
  padding-left: 0;
}

.t-comment:focus {
  border-width: 1px;
  border-color: var(--text-color);
  color: var(--black);
}

.t-comment::placeholder {
  color: var(--black);
  -webkit-text-stroke-color: var(--text-color);
  font-size: 16px;
}

.t-comment.t-com-hight {
  min-height: 100px;
  margin-top: 40px;
  margin-bottom: 32px;
}

.t-comment.none {
  display: none;
}

.checkbox-field {
  color: var(--white);
  justify-content: center;
  align-items: center;
  margin-bottom: 12px;
  display: flex;
}

.url {
  color: var(--text-color);
  -webkit-text-stroke-color: var(--text-color);
  text-decoration: none;
  transition: all .555s;
  display: inline-block;
  box-shadow: 0 1px rgba(51, 51, 51, .13);
}

.url:hover {
  color: #333;
  box-shadow: 0 1px rgba(51, 51, 51, 0);
}

.checkbox {
  border-width: 3px;
  border-color: var(--text-color);
  width: 20px;
  height: 20px;
  margin-top: 2px;
  margin-right: 10px;
  box-shadow: 0 0 #000;
}

.checkbox.w--redirected-checked {
  border-width: .5px;
  border-color: var(--white);
  background-color: var(--text-color);
  -webkit-text-stroke-color: var(--none);
  box-shadow: 0 0 #000;
}

.checkbox.w--redirected-focus {
  box-shadow: none;
}

.block-nav-down {
  grid-column-gap: 22px;
  grid-row-gap: 22px;
  flex-flow: row;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.grid-62 {
  grid-column-gap: 22px;
  grid-row-gap: 22px;
  flex: 0 auto;
  grid-template: "."
  / .8fr minmax(auto, auto) minmax(auto, auto);
  grid-auto-rows: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  align-content: start;
  justify-content: start;
  align-self: auto;
  align-items: start;
  justify-items: start;
  display: grid;
}

.text-block-17 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  text-align: left;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  font-weight: 500;
  display: flex;
}

.grid-63 {
  grid-template-rows: auto;
  grid-template-columns: minmax(auto, .8fr) auto;
  align-items: center;
  justify-items: center;
}

.text-block-18 {
  font-weight: 500;
}

.link-7 {
  color: var(--white);
  text-decoration: none;
}

.link-7:hover {
  text-decoration: underline;
}

.link-8 {
  color: var(--white);
  text-decoration: none;
}

.link-8:hover {
  text-decoration: underline;
}

.link-9 {
  color: var(--white);
  text-decoration: none;
}

.link-photo {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  text-align: center;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.div-link-photo {
  text-decoration: none;
}

.div-link-text {
  align-self: center;
  text-decoration: none;
}

.body {
  background-color: var(--bg-gray);
}

.slider-avto {
  background-color: var(--none);
  height: auto;
  margin: 20px 0;
}

.slide-img-avto {
  width: 100%;
}

.grig-slide-avto {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: auto 624px;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: grid;
}

.img-avto {
  object-fit: contain;
  flex: 1;
  margin-left: auto;
  margin-right: auto;
}

.t-16 {
  text-align: left;
  max-height: 100px;
  overflow: hidden;
}

.t-16.t-black {
  color: var(--black);
  overflow: visible;
}

.t-16.t-black.t-left {
  text-align: center;
}

.t-16.t-black.t-left.margin-20 {
  max-height: none;
  margin-top: 20px;
  overflow: visible;
}

.t-16.t-black.t-centre {
  text-align: center;
  align-self: stretch;
}

.t-16.t-white {
  color: var(--white);
  text-align: center;
}

.t-16.t-white.t-left {
  text-align: center;
  justify-content: center;
  align-items: center;
  display: block;
}

.t-16.t-grey {
  color: #9e9d9d;
}

.left-arrow-avto {
  color: var(--black);
  font-size: 30px;
  top: 0%;
  bottom: 0%;
  left: -2%;
  right: auto;
}

.left-right-avto {
  color: var(--black);
  font-size: 30px;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: -2%;
}

.div-slide-avto-img {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-left: 40px;
  display: flex;
}

.text-block-avto {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 40px;
  display: flex;
}

.h3, .h3.t-left {
  text-align: center;
}

.h3.text-white {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
}

.cont-svg-advantages {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-image: url('../images/Rectangle-11.png');
  background-position: 50%;
  background-size: cover;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  min-height: 600px;
  margin-top: -115px;
  display: flex;
}

.grid-badge {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  grid-template-rows: minmax(auto, auto);
  grid-template-columns: minmax(auto, auto);
  grid-auto-columns: minmax(auto, auto);
  grid-auto-flow: column dense;
  justify-content: center;
  align-items: start;
  justify-items: center;
  margin-top: 0;
  margin-left: 20px;
  margin-right: 20px;
  padding-top: 56px;
  display: grid;
}

.block-badge {
  grid-column-gap: 9px;
  grid-row-gap: 9px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.img-badge {
  vertical-align: baseline;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.container {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
}

.container.contain-svg-avto {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  display: block;
}

.h2.t-black {
  color: var(--black);
}

.h2.t-black.t-left {
  text-align: left;
}

.btn-capital {
  background-color: var(--text-color);
  border-radius: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 18px;
  display: block;
}

.t-19 {
  font-size: 19px;
}

.t-19.t-bold {
  font-weight: 700;
}

.t-19.t-bold.t-black.t-border-top {
  border-top: 1px solid #000;
}

.t-19.t-bold.t-black.t-border-top.mar-10 {
  margin-top: 10px;
}

.t-19.t-bold.t-black.t-border-top.mar-10.pad-11 {
  padding-top: 11px;
}

.t-19.t-black {
  color: var(--black);
}

.h4.t-18 {
  font-size: 18px;
}

.h4.t-18.t-black {
  color: var(--black);
  justify-content: flex-start;
  align-items: flex-start;
}

.success-message {
  background-color: #f9e7e7;
}

.banner-block {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.t-18 {
  font-size: 18px;
}

.t-18.t-bold {
  font-weight: 700;
}

.icon {
  top: 30px;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.icon-2 {
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.bootstrap {
  grid-row-gap: 10px;
  background-image: linear-gradient(90deg, #ada996, #f2f2f2 33%, #dbdbdb 67%, #eaeaea);
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: auto;
  max-width: 1440px;
  height: auto;
  text-decoration: none;
  display: flex;
  position: relative;
}

.bootstrap-2 {
  color: #050000;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 100%;
  text-decoration: none;
  position: absolute;
  top: 71px;
  left: 61px;
}

.bootstrap-3 {
  color: #050000;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 100%;
  text-decoration: none;
  position: absolute;
  top: 252px;
  left: 93px;
}

.bootstrap-email {
  color: #050000;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 100%;
  text-decoration: none;
  position: absolute;
  top: 369px;
  left: 90px;
}

.bootstrap-text-6 {
  color: #050000;
  text-align: center;
  text-transform: undefined;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 30px;
  font-weight: 500;
  line-height: 100%;
  text-decoration: none;
  position: absolute;
  top: 18px;
  left: 615px;
}

.bootstrap-vectors-wrapper-23 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  text-decoration: none;
  display: flex;
  position: absolute;
  top: 370px;
  left: 61px;
}

.bootstrap-novasprinter201701-6 {
  object-fit: cover;
}

.bootstrap-vectors-wrapper-45 {
  object-fit: cover;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  height: 47.4246px;
  text-decoration: none;
  display: flex;
  position: absolute;
  top: 488px;
  left: 604.5px;
}

.bootstrap-vectors-wrapper-46 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  text-decoration: none;
  display: flex;
  position: absolute;
  top: 214px;
  left: 61px;
}

.bootstrap-vectors-wrapper-47 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  text-decoration: none;
  display: flex;
  position: absolute;
  top: 253px;
  left: 61px;
}

.bootstrap-vectors-wrapper-48 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  text-decoration: none;
  display: flex;
  position: absolute;
  top: 292px;
  left: 61px;
}

.bootstrap-vectors-wrapper-49 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  text-decoration: none;
  display: flex;
  position: absolute;
  top: 331px;
  left: 61px;
}

.bootstrap-vectors-wrapper-50 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  text-decoration: none;
  display: flex;
  position: absolute;
  top: 175px;
  left: 61px;
}

.bootstrap-vectors-wrapper-51 {
  object-fit: cover;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  height: 4px;
  text-decoration: none;
  display: flex;
  position: absolute;
  top: 36px;
  left: 0;
}

.bootstrap-vectors-wrapper-52 {
  object-fit: cover;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  height: 4px;
  text-decoration: none;
  display: flex;
  position: absolute;
  top: 36px;
  left: 895px;
}

.bootstrap-text-23 {
  color: #050000;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 100%;
  text-decoration: none;
  position: absolute;
  top: 291px;
  left: 93px;
}

.bootstrap-text-24 {
  color: #050000;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 100%;
  text-decoration: none;
  position: absolute;
  top: 174px;
  left: 93px;
}

.bootstrap-text-25 {
  color: #050000;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 100%;
  text-decoration: none;
  position: absolute;
  top: 330px;
  left: 93px;
}

.bootstrap-text-26 {
  color: #050000;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 100%;
  text-decoration: none;
  position: absolute;
  top: 213px;
  left: 93px;
}

.bootstrap-vectors-wrapper-53 {
  object-fit: cover;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
  position: absolute;
  top: 1px;
  left: 0;
}

.bootstrap-vectors-wrapper-54 {
  object-fit: cover;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
  position: absolute;
  top: 299px;
  left: 471px;
}

.bootstrap-4 {
  grid-row-gap: 10px;
  background-image: linear-gradient(90deg, #ada996 0%, #f2f2f2 33%, #dbdbdb 67%, #eaeaea 100%);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1440px;
  height: 1024px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.bootstrap-5 {
  color: #050000;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 100%;
  text-decoration: none;
  position: absolute;
  top: 71px;
  left: 61px;
}

.bootstrap-frame-110 {
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
  position: absolute;
  top: 488px;
  left: 590px;
}

.bootstrap-vectors-wrapper {
  object-fit: cover;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  height: 48px;
  text-decoration: none;
  display: flex;
}

.bootstrap-frame-111 {
  grid-row-gap: 19px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
  position: absolute;
  top: 175px;
  left: 61px;
}

.bootstrap-vectors-wrapper-55 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  text-decoration: none;
  display: flex;
}

.bootstrap-frame-112 {
  grid-column-gap: 71px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
  position: absolute;
  top: 18px;
  left: 0;
}

.bootstrap-vectors-wrapper-56 {
  object-fit: cover;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  height: 4px;
  text-decoration: none;
  display: flex;
}

.bootstrap-text {
  color: #050000;
  text-align: center;
  text-transform: undefined;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 30px;
  font-weight: 500;
  line-height: 100%;
  text-decoration: none;
}

.bootstrap-frame-113 {
  grid-row-gap: 18px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
  position: absolute;
  top: 174px;
  left: 90px;
}

.bootstrap-text-27 {
  color: #050000;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 100%;
  text-decoration: none;
}

.bootstrap-novasprinter201701-1 {
  object-fit: cover;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.bootstrap-frame-114 {
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 437px;
  height: 246px;
  text-decoration: none;
  display: flex;
}

.bootstrap-text-28 {
  color: #050000;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 100%;
  text-decoration: none;
}

.bootstrap-section {
  background-image: url('../images/section.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1440px;
  height: 1024px;
  min-height: 1024px;
  padding-top: 20px;
  padding-bottom: 20px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.bootstrap-frame-115 {
  grid-column-gap: 32px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.bootstrap-vectors-wrapper-57 {
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  height: 0;
  text-decoration: none;
  display: flex;
}

.bootstrap-text-29 {
  color: #000;
  text-align: center;
  text-transform: undefined;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 25px;
  font-weight: 500;
  line-height: 100%;
  text-decoration: none;
}

.bootstrap-vectors-wrapper-58 {
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  height: 180px;
  text-decoration: none;
  display: flex;
}

.bootstrap-frame-116 {
  grid-column-gap: 10px;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1367px;
  padding: 10px;
  text-decoration: none;
  display: flex;
  position: absolute;
  top: 74px;
  left: 47px;
}

.bootstrap-6 {
  color: #050000;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 100%;
  text-decoration: none;
}

.bootstrap-frame-117 {
  grid-column-gap: 38px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
  position: absolute;
  top: 225px;
  left: 57px;
}

.bootstrap-frame-118 {
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.bootstrap-checkcircle {
  grid-column-gap: 10px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
  position: relative;
}

.bootstrap-vectors-wrapper-59 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  text-decoration: none;
  display: flex;
}

.bootstrap-vectors-wrapper-60 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 15.2349px;
  height: 12.181px;
  text-decoration: none;
  display: flex;
  position: absolute;
  top: 8.91122px;
  left: 7.73008px;
}

.bootstrap-frame-119 {
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 437px;
  height: 246px;
  text-decoration: none;
  display: flex;
}

@media screen and (min-width: 1280px) {
  .hero-section, .header {
    margin-left: 0;
    margin-right: 0;
  }

  .contain-nav.flex.border {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex: 0 auto;
    justify-content: center;
    align-self: stretch;
    align-items: center;
  }

  .logo-svg {
    margin-left: 20px;
    margin-right: auto;
  }

  .brand {
    justify-content: flex-start;
    align-items: center;
  }

  .nav-menu {
    justify-content: center;
    align-self: stretch;
    align-items: center;
  }

  .contact {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    flex: 0 auto;
    order: 1;
    justify-content: center;
    align-self: stretch;
    align-items: center;
    margin-right: 20px;
    display: flex;
  }

  .phone {
    justify-content: space-between;
    align-items: flex-start;
    display: flex;
  }

  .wrapper-page {
    margin-left: auto;
    margin-right: auto;
  }

  .section {
    margin-top: 20px;
  }

  .section.section-avto-slide {
    max-width: 1440px;
    margin-top: -98px;
    padding-top: 90px;
    padding-bottom: 45px;
  }

  .t-14 {
    text-align: center;
    position: relative;
  }

  .banner.banner-tel {
    align-content: flex-end;
    margin-left: auto;
    margin-right: auto;
  }

  .img-box {
    flex-flow: row;
    justify-content: center;
    align-items: center;
    min-width: 150px;
    min-height: 150px;
    margin-left: auto;
    margin-right: auto;
  }

  .container-8 {
    grid-column-gap: 33px;
    grid-row-gap: 33px;
    flex-flow: column;
    flex: 1;
    justify-content: flex-start;
    align-self: stretch;
    align-items: center;
    max-width: none;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    display: block;
  }

  .footer-wrapper-two {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
    margin-left: 0;
    margin-right: 0;
  }

  .footer-block {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    flex: 1;
    justify-content: center;
    align-self: stretch;
    align-items: center;
    display: flex;
  }

  .form-repair {
    margin-left: auto;
    margin-right: auto;
  }

  .block-nav-down {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    justify-content: center;
    align-items: flex-start;
  }

  .grig-slide-avto {
    grid-column-gap: 62px;
    grid-row-gap: 62px;
    flex-flow: row;
    grid-template-rows: auto;
    grid-template-columns: 470px auto;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: start;
    justify-items: center;
    margin-top: -17px;
    margin-left: 40px;
    margin-right: 40px;
    padding-top: 20px;
    padding-bottom: 18px;
    display: grid;
  }

  .cont-svg-advantages {
    background-position: 50%;
    background-repeat: repeat;
    background-size: cover;
    background-attachment: scroll;
    justify-content: center;
    align-items: center;
    min-height: 750px;
    margin-left: 0px;
    margin-right: 0;
    display: flex;
  }

  .grid-badge {
    flex-flow: row;
    flex: none;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
  }

  .btn-capital {
    max-width: 300px;
    max-height: 50px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }
}

@media screen and (min-width: 1440px) {
  .hero-section {
    margin-left: 0;
    margin-right: 0;
  }

  .contain-nav {
    margin-bottom: 20px;
  }

  .contain-nav.flex.border {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    border-top: 1px #fff;
    border-bottom: 1px solid #a4a4a4;
    border-left: 1px #fff;
    border-right: 1px #c8c8c8;
    flex: 0 auto;
    justify-content: center;
    align-self: stretch;
    align-items: center;
    max-width: none;
    margin-left: 20px;
    margin-right: 20px;
    padding-bottom: 0;
    display: flex;
  }

  .contain-nav.down {
    max-width: none;
  }

  .brand {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .nav-menu {
    grid-column-gap: 65px;
    grid-row-gap: 65px;
    flex: 0 auto;
    justify-content: center;
    align-self: center;
    align-items: center;
    font-size: 20px;
    display: flex;
  }

  .contact {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    flex: 0 auto;
    justify-content: center;
    align-self: auto;
    align-items: center;
    margin-left: auto;
    margin-right: 20px;
    display: flex;
  }

  .phone, .nav-link-menu, .t-16-bold-green {
    font-size: 20px;
  }

  .h1 {
    font-size: 35px;
  }

  .t-18-medium-white.margin-50 {
    font-size: 25px;
  }

  .main-btn {
    padding-left: 20px;
    font-size: 20px;
  }

  .main-btn:hover {
    font-size: 20px;
  }

  .main-btn:active {
    background-color: var(--white);
  }

  .hero-section-2 {
    margin-left: auto;
    margin-right: auto;
  }

  .wrapper-page {
    background-repeat: no-repeat;
    background-size: cover;
    margin-left: auto;
    margin-right: auto;
  }

  .section {
    align-self: auto;
    margin-top: 40px;
    margin-left: 0;
    margin-right: 0;
    display: block;
  }

  .section.section-avto-slide {
    background-position: 50%;
    background-repeat: repeat-y;
    background-size: cover;
    background-attachment: scroll;
    flex-flow: column;
    flex: 0 auto;
    justify-content: flex-start;
    align-self: auto;
    align-items: flex-start;
    max-width: none;
    margin-top: -112px;
    padding-top: 170px;
    padding-bottom: 170px;
    display: block;
  }

  .h2.t-22.t-white.t-center {
    font-size: 25px;
  }

  .t-14 {
    text-align: center;
    position: relative;
  }

  .banner.banner-tel {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    flex-flow: wrap;
    align-content: space-around;
    justify-content: space-between;
    align-self: stretch;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .text-img, .text-adress {
    font-size: 20px;
  }

  .footer {
    align-self: stretch;
  }

  .footer-wrapper-two {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .footer-block, .t-comment {
    font-size: 20px;
  }

  .block-nav-down {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    flex-flow: wrap;
    flex: 0 auto;
    justify-content: flex-end;
    align-self: auto;
    align-items: center;
    max-width: none;
    margin-left: 0;
    margin-right: 20px;
    display: flex;
  }

  .grid-62 {
    grid-template-columns: auto minmax(auto, auto) minmax(auto, auto);
    font-size: 20px;
  }

  .grid-63 {
    grid-template-columns: minmax(auto, auto) auto;
  }

  .text-block-18 {
    font-size: 20px;
  }

  .link-photo {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    max-width: 200px;
    display: flex;
  }

  .slider-avto {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .grig-slide-avto {
    grid-column-gap: 62px;
    grid-row-gap: 62px;
    grid-template-rows: auto;
    grid-template-columns: auto minmax(auto, auto);
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    align-items: stretch;
    justify-items: stretch;
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 0;
    display: grid;
  }

  .t-16.t-black {
    max-height: none;
    font-size: 20px;
    overflow: hidden;
  }

  .t-16.t-white, .t-16.t-grey {
    font-size: 20px;
  }

  .left-arrow-avto {
    margin-left: 20px;
    margin-right: auto;
  }

  .left-right-avto {
    margin-left: auto;
    margin-right: 20px;
  }

  .text-block-avto {
    margin-left: auto;
    margin-right: auto;
  }

  .h3 {
    font-size: 25px;
  }

  .cont-svg-advantages {
    align-self: stretch;
    min-height: 850px;
    margin-top: -118px;
    margin-left: 0;
    margin-right: 0;
    padding-top: 14px;
    display: flex;
  }

  .grid-badge {
    flex: 0 auto;
    align-self: center;
    max-width: none;
    max-height: none;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
  }

  .container {
    grid-column-gap: 19px;
    grid-row-gap: 19px;
    flex-flow: column;
    max-width: none;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
  }

  .container.contain-svg-avto {
    max-width: none;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    display: block;
  }

  .btn-capital {
    flex-flow: row;
    flex: none;
    align-self: auto;
    max-width: 300px;
    max-height: 100px;
    font-size: 20px;
  }

  .t-19.t-bold.t-black.t-border-top.mar-10.pad-11, .h4.t-18.t-black, .t-18.t-bold {
    font-size: 20px;
  }
}

@media screen and (min-width: 1920px) {
  .hero-section, .header {
    margin-left: 0;
    margin-right: 0;
  }

  .contain-nav.flex.border {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    justify-content: space-between;
    align-self: stretch;
    align-items: center;
    max-width: none;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .contain-nav.down {
    align-self: center;
    max-width: none;
    display: block;
  }

  .hero-section-2 {
    margin-left: auto;
    margin-right: auto;
  }

  .wrapper-page {
    background-repeat: no-repeat;
    background-size: cover;
    margin-left: auto;
    margin-right: auto;
  }

  .section {
    flex-flow: column;
    flex: none;
    justify-content: center;
    align-self: auto;
    align-items: center;
    margin-left: 20px;
    margin-right: 20px;
  }

  .section.section-avto-slide {
    flex: 0 auto;
    margin-bottom: 0;
    padding-top: 155px;
    padding-bottom: 120px;
  }

  .news {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    display: flex;
  }

  .img-news {
    width: auto;
    height: auto;
    max-height: 100%;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .t-14 {
    text-align: center;
    position: relative;
  }

  .banner.banner-tel {
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
  }

  .block-nav-down {
    flex: 0 auto;
    justify-content: flex-end;
    align-self: auto;
    align-items: center;
  }

  .body {
    font-size: 20px;
  }

  .t-16.t-black.t-centre {
    text-align: center;
    font-weight: 500;
  }

  .t-16.t-white {
    align-self: center;
    max-height: none;
  }

  .left-arrow-avto {
    margin-left: 40px;
  }

  .left-right-avto {
    margin-right: 40px;
  }

  .cont-svg-advantages {
    min-height: 900px;
  }

  .grid-badge {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    grid-template-rows: minmax(auto, auto);
    grid-template-columns: minmax(auto, auto);
    grid-auto-columns: minmax(auto, auto);
    justify-content: space-between;
    align-self: stretch;
    align-items: center;
    justify-items: center;
    min-width: auto;
    min-height: auto;
    margin-left: auto;
    margin-right: auto;
    display: grid;
  }

  .block-badge {
    min-width: 300px;
    max-width: none;
    min-height: 300px;
    display: flex;
  }

  .container.contain-svg-avto {
    margin-bottom: 12px;
  }

  .map {
    align-self: stretch;
  }
}

@media screen and (max-width: 991px) {
  .hero-section {
    align-self: stretch;
    margin-left: 0;
    margin-right: 0;
  }

  .header {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    background-color: var(--none);
    flex-flow: column;
    margin-left: 0;
    margin-right: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    display: block;
  }

  .contain-nav {
    flex-flow: column;
    justify-content: center;
    align-items: flex-end;
  }

  .contain-nav.flex {
    flex: 0 auto;
  }

  .contain-nav.flex.border {
    flex: 0 auto;
    order: 0;
    align-self: auto;
  }

  .contain-nav.down {
    margin-top: 10px;
  }

  .brand {
    overflow: visible;
  }

  .nav-menu {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    background-color: var(--white);
    color: var(--black);
    -webkit-text-fill-color: inherit;
    background-clip: border-box;
    border-top: 1px solid #000;
    flex: 1;
    order: 0;
    justify-content: space-between;
    align-self: auto;
    align-items: flex-start;
    margin-left: 0;
    margin-right: 10px;
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 16px;
    font-weight: 400;
    display: flex;
  }

  .contact {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: row;
    justify-content: flex-start;
    align-self: center;
    align-items: center;
    padding-left: 20px;
    display: flex;
  }

  .phone {
    color: var(--white);
  }

  .nav-link-menu {
    color: var(--black);
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    padding-top: 20px;
    text-decoration: none;
  }

  .t-16-bold-green {
    color: #149e14;
  }

  .menu-button {
    margin-left: auto;
    margin-right: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .menu-button.w--open {
    background-color: var(--none);
    background-image: none;
    flex: none;
    align-self: auto;
    padding: 10px 5px;
  }

  .burger-button-wrapper {
    background-color: var(--white);
    border-radius: 5px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    padding: 10px;
    display: block;
  }

  .burger-line-middle {
    background-color: var(--bg-gray);
  }

  .d-81-button-wrapper {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .burger-line-bottom, .burger-line-top {
    background-color: var(--bg-gray);
  }

  .wrapper-page {
    background-image: none;
    margin-left: auto;
    margin-right: auto;
  }

  .section {
    margin-top: 20px;
  }

  .section.section-avto-slide {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: row;
    margin-bottom: 0;
    margin-left: 0;
    padding-top: 25px;
    padding-bottom: 31px;
    padding-left: 0;
    display: flex;
  }

  .news.new-3 {
    display: none;
  }

  .img-news {
    object-position: 50% 20%;
  }

  .more-link {
    text-decoration: none;
    display: block;
    right: 30px;
  }

  .div-news {
    flex-flow: row;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .grid-news {
    grid-column-gap: 40px;
    grid-row-gap: 0px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-rows: minmax(auto, auto);
    grid-auto-columns: 1fr;
    display: grid;
  }

  .slide-reviews {
    width: 100%;
  }

  .block-slide-reviews.right {
    margin-left: 0;
  }

  .block-slide-reviews.left {
    margin-right: 0;
  }

  .right-arrow-review {
    height: 30px;
    display: none;
    top: auto;
    bottom: -40px;
    left: auto;
    right: 0%;
  }

  .right-arrow-review.lefter {
    display: none;
    top: auto;
    bottom: -40px;
    left: 0%;
    right: auto;
  }

  .phone-link {
    flex-flow: column;
    align-self: auto;
    margin-left: auto;
    margin-right: auto;
    font-size: 18px;
    display: block;
  }

  .banner {
    margin-left: auto;
    margin-right: auto;
  }

  .banner.banner-tel {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .grid-photo {
    grid-column-gap: 67px;
    grid-row-gap: 67px;
    grid-template-rows: repeat(auto-fit, 165px);
    grid-template-columns: repeat(auto-fit, 131px);
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    padding-left: 10px;
    padding-right: 10px;
  }

  .l-2.pri {
    box-shadow: 0 1px 0 0 var(--text-color);
    margin-top: 10px;
    margin-bottom: 10px;
    display: block;
  }

  .l-2.pri.w--current {
    display: inline-block;
  }

  .container-8 {
    max-width: 728px;
  }

  .footer-wrapper-two {
    flex-wrap: wrap;
  }

  .block-footer-info {
    margin-top: 0;
    padding-top: 41px;
  }

  .z-of-privacy {
    padding-left: 20px;
    padding-right: 20px;
  }

  .l.pri {
    margin-top: 10px;
    margin-bottom: 10px;
    display: block;
  }

  .l.pri.w--current {
    display: inline-block;
  }

  .block-nav-down {
    grid-column-gap: 41px;
    grid-row-gap: 41px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-self: stretch;
    align-items: flex-start;
    display: flex;
  }

  .grid-62 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: 100px;
    grid-template-columns: minmax(auto, .75fr) auto auto;
    align-self: stretch;
  }

  .body {
    background-color: var(--bg-gray);
  }

  .grig-slide-avto {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    grid-template-columns: 318px 417px;
    align-content: stretch;
    justify-content: space-between;
    align-items: stretch;
    justify-items: center;
    margin-left: 20px;
    margin-right: 20px;
  }

  .img-avto {
    object-fit: fill;
  }

  .t-16.t-black.t-left {
    overflow: hidden;
  }

  .left-right-avto {
    top: 0%;
    bottom: 0%;
    left: auto;
    right: -2%;
  }

  .text-block-avto {
    margin-bottom: 0;
    margin-right: 40px;
    padding-bottom: 14px;
    padding-right: 0;
  }

  .h3 {
    line-height: 120%;
  }

  .grid-badge {
    grid-column-gap: 21px;
    grid-row-gap: 21px;
    grid-template-areas: ".";
    grid-auto-flow: column dense;
    align-items: center;
    justify-items: center;
  }

  .block-badge {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
    padding-right: 0;
    display: flex;
  }

  .img-badge {
    width: 100px;
    min-width: 100px;
    max-width: 100%;
    height: auto;
    min-height: auto;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
    display: block;
  }

  .container {
    flex-flow: column;
    justify-content: center;
    align-items: flex-end;
  }

  .container.contain-svg-avto {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    align-items: center;
    justify-items: stretch;
    max-width: 100%;
    margin-top: 0;
    padding-top: 0;
    display: block;
  }

  .btn-capital {
    text-align: center;
  }

  .banner-block {
    flex-flow: column;
    flex: 0 auto;
    justify-content: flex-start;
    align-self: auto;
    align-items: flex-start;
  }
}

@media screen and (max-width: 767px) {
  .hero-section {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: row;
    flex: 0 auto;
    justify-content: center;
    align-items: center;
    margin-left: 0;
    margin-right: 0;
    display: block;
  }

  .header {
    flex: 1;
    align-self: auto;
    margin-left: 0;
    margin-right: 0;
  }

  .contain-nav.flex.border {
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
    margin-left: 0;
    margin-right: 0;
    display: flex;
  }

  .contain-nav.down {
    margin-top: 10px;
  }

  .contact {
    grid-column-gap: 37px;
    grid-row-gap: 37px;
    flex: 0 auto;
    justify-content: center;
    align-self: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .menu-button {
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
    padding-bottom: 0;
  }

  .h1 {
    margin-top: 106px;
    font-size: 25px;
  }

  .main-btn {
    font-size: 16px;
  }

  .wrapper-page {
    background-repeat: repeat-x;
    background-size: cover;
    background-attachment: fixed;
    margin-left: auto;
    margin-right: auto;
  }

  .section {
    align-content: end;
    margin-top: 20px;
  }

  .section.hero-section {
    flex-flow: row;
    flex: none;
    justify-content: flex-start;
    align-self: stretch;
    align-items: flex-start;
    display: block;
  }

  .section.section-avto-slide {
    margin-top: -75px;
  }

  .section.sec-advantages {
    margin-top: 20px;
  }

  .img-news {
    object-fit: contain;
  }

  .more-link {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    max-width: 150px;
    margin-top: 20px;
    margin-left: 0;
    margin-right: auto;
    text-decoration: none;
    position: static;
  }

  .h2 {
    text-align: center;
    font-size: 20px;
  }

  .grid-news {
    grid-column-gap: 40px;
    grid-row-gap: 0px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .block-slide-reviews.left {
    flex-direction: column;
    padding: 20px;
    display: flex;
  }

  .phone-link {
    display: none;
  }

  .l-2.pri.w--current {
    display: inline-block;
  }

  .footer {
    padding-bottom: 0;
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-block {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: space-between;
    align-items: center;
    line-height: 120%;
    display: flex;
  }

  .footer-bottom {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-copyright {
    font-size: 14px;
    line-height: 20px;
  }

  .footer-social-block-two {
    margin-top: 20px;
  }

  .footer-social-link {
    margin-left: 20px;
  }

  .block-footer-info {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    padding-top: 20px;
  }

  .l.pri.w--current {
    display: inline-block;
  }

  .grid-63 {
    display: none;
  }

  .body {
    background-color: var(--grey-none);
  }

  .slider-avto {
    flex-flow: column;
    display: flex;
  }

  .grig-slide-avto {
    flex-flow: column;
    grid-template-columns: 354px;
    align-items: stretch;
    justify-items: center;
    display: flex;
  }

  .t-16 {
    text-align: center;
  }

  .div-slide-avto-img {
    padding-left: 0;
  }

  .text-block-avto {
    margin-top: -64px;
    margin-left: 40px;
    padding-top: 0;
    padding-right: 0;
    display: flex;
  }

  .h3 {
    text-align: center;
  }

  .cont-svg-advantages {
    -webkit-text-fill-color: inherit;
    background-color: #fefefe;
    background-image: none;
    background-clip: border-box;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .grid-badge {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    flex-flow: wrap;
    justify-content: space-between;
    align-items: center;
    padding-top: 0;
    display: flex;
  }

  .container.contain-svg-avto {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
    margin-top: -116px;
    margin-bottom: -80px;
    padding-top: 0;
  }

  .banner-block {
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }
}

@media screen and (max-width: 479px) {
  .hero-section {
    flex: 0 auto;
    order: -1;
    align-self: stretch;
    margin-left: 0;
    margin-right: 0;
  }

  .header {
    flex-flow: row;
    justify-content: center;
    align-items: center;
    margin-left: 0;
    margin-right: 0;
    display: block;
  }

  .contain-nav {
    margin-top: 0;
  }

  .contain-nav.flex.border {
    justify-content: center;
    align-items: center;
    margin-left: 0;
    margin-right: 0;
    display: flex;
  }

  .contain-nav.down {
    flex-flow: row;
    justify-content: center;
    align-items: flex-start;
    margin-top: 10px;
    margin-left: 10px;
    margin-right: 10px;
    display: flex;
  }

  .contact {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    margin-left: auto;
    margin-right: auto;
    display: none;
  }

  .menu-button {
    margin-left: auto;
    margin-right: auto;
    padding: 0;
  }

  .h1 {
    margin-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 22px;
  }

  .h1:hover {
    animation: fade-in;
  }

  .t-18-medium-white {
    margin-top: 30px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .block-btn {
    margin-top: 0;
  }

  .main-btn {
    font-size: 14px;
  }

  .div-block-2 {
    margin-right: 16px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .hero-section-2 {
    margin-top: 66px;
  }

  .burger-button-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    border-radius: 5px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin-top: 0;
    margin-right: 0;
    padding: 5px 10px;
    display: block;
  }

  .burger-line-middle, .burger-line-bottom {
    height: 3px;
  }

  .burger-line-top {
    width: 30px;
    height: 3px;
  }

  .wrapper-page {
    margin-left: auto;
    margin-right: auto;
  }

  .section.section-avto-slide {
    margin-top: -16px;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .section.sec-advantages {
    margin-top: 20px;
  }

  .news {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 20px;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

    .img-news {
    object-fit: contain;
    padding-left: 0;
  }

  .more-link {
    margin-top: 20px;
    text-decoration: none;
  }

  .h2 {
    font-size: 20px;
  }

  .div-news {
    margin-bottom: 10px;
  }

  .grid-news {
    flex-flow: row;
    grid-template-rows: auto minmax(200px, .25fr);
    grid-auto-flow: column;
    justify-content: flex-start;
    display: block;
  }

  .slide-nav-none {
    z-index: 5;
  }

  .text-in-reviews {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    line-height: 26px;
  }

  .block-slide-reviews {
    padding: 20px;
  }

  .block-slide-reviews.left {
    display: flex;
  }

  .grid-reviews {
    text-align: center;
    grid-template-columns: 1fr;
    align-items: center;
    justify-items: center;
  }

  .right-arrow-review {
    width: 30px;
    display: none;
  }

  .right-arrow-review.lefter {
    display: none;
  }

  .banner.banner-tel {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
  }

  .grid-photo {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    grid-template-rows: repeat(auto-fit, 120px);
    grid-template-columns: repeat(auto-fit, 115px);
    margin-left: 0;
    margin-right: 0;
  }

  .l-2.pri {
    align-self: center;
  }

  .footer {
    margin-left: auto;
    margin-right: auto;
  }

  .container-8 {
    max-width: none;
    margin-left: auto;
    margin-right: auto;
  }

  .footer-wrapper-two {
    grid-column-gap: 1px;
    grid-row-gap: 1px;
    flex-direction: column;
    margin-left: auto;
    margin-right: auto;
  }

  .footer-brand {
    align-self: center;
  }

  .footer-block {
    margin-top: 40px;
    padding-bottom: 49px;
  }

  .footer-bottom {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-copyright {
    align-self: center;
  }

  .footer-social-block-two {
    margin-top: 20px;
  }

  .block-footer-info {
    justify-content: space-between;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .logo-img {
    margin-left: auto;
    margin-right: auto;
  }

  .h2-privacy {
    font-size: 25px;
    line-height: 33px;
  }

  .center {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .grid-form-repair {
    grid-column-gap: 16px;
    grid-template-columns: 1.75fr;
  }

  .block-nav-down {
    flex-flow: row;
    flex: none;
    justify-content: flex-start;
    align-self: stretch;
    align-items: center;
    margin-left: 0;
    margin-right: 0;
    display: flex;
  }

  .grid-62 {
    flex: none;
    grid-template-columns: auto auto;
    grid-auto-flow: column;
    justify-content: center;
    align-self: center;
    align-items: flex-start;
    justify-items: stretch;
    margin-left: 10px;
    margin-right: 10px;
    display: flex;
  }

  .image-16 {
    display: none;
  }

  .link-photo {
    margin-left: 0;
    margin-right: 0;
  }

  .body {
    background-color: var(--bg-gray);
  }

  .slider-avto {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: center;
    align-items: stretch;
  }

  .grig-slide-avto {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-columns: auto;
    margin-left: 10px;
    margin-right: 10px;
  }

  .img-avto {
    object-fit: contain;
    min-width: auto;
    min-height: auto;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .t-16 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 0;
    padding-bottom: 0;
    overflow: hidden;
  }

  .t-16.t-white.t-left {
    text-align: center;
    justify-content: space-between;
    align-items: center;
  }

  .left-arrow-avto {
    top: 0%;
    left: auto;
  }

  .left-right-avto {
    top: 0%;
  }

  .div-slide-avto-img {
    flex-flow: row;
    justify-content: space-between;
    align-self: center;
    align-items: stretch;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    display: block;
  }

  .text-block-avto {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-around;
    align-self: stretch;
    align-items: stretch;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    padding: 0;
    overflow: hidden;
  }

  .h3 {
    flex-flow: row;
    justify-content: center;
    align-items: center;
  }

  .cont-svg-advantages {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .grid-badge {
    grid-column-gap: 27px;
    grid-row-gap: 27px;
    flex-flow: column;
    justify-content: space-around;
    align-items: stretch;
  }

  .container {
    margin-top: 0;
  }

  .container.contain-svg-avto {
    align-self: auto;
    margin-top: -89px;
    margin-bottom: 0;
  }

  .h4.t-18.t-black {
    flex-flow: row;
    justify-content: center;
    align-self: auto;
    align-items: flex-start;
    margin-left: auto;
    margin-right: auto;
  }
}

#w-node-_45da129b-e750-e6b0-24fe-0ce0882d2c5f-6a1b4899 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
  justify-self: center;
}

#w-node-_4bcde4a8-0c37-03de-01cc-ec87cae77c57-6a1b4899 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fee53dc5-d510-65ac-83d9-565a43576a18-6a1b4899 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: auto;
  justify-self: auto;
}

#w-node-_45f268a9-ad73-ba47-1986-569c4f558edc-6a1b4899 {
  align-self: stretch;
  justify-self: stretch;
}

#w-node-_850da200-9f42-9449-6dff-ad136d027eec-6a1b4899 {
  align-self: start;
  justify-self: center;
}

#w-node-c3c2fe7a-2a8f-3661-f290-0609a2bb2d68-6a1b4899 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
  justify-self: stretch;
}

#w-node-ab8f5a79-3af1-3e09-230c-8ec93827b12a-6a1b4899, #w-node-a97efe91-6afa-f71c-08cb-e2ea1cef251a-6a1b4899, #w-node-d71657cf-6fc5-8ece-3261-e8a33ab20faa-6a1b4899 {
  align-self: start;
  justify-self: center;
}

#w-node-_45a064ac-27d3-99e7-65bd-d09a0bd92d4e-6a1b4899, #w-node-_8b7679cc-563d-94d5-36cd-f74ea2a596d8-6a1b4899, #w-node-_7d9bad3e-b48e-0a5e-8bb0-4b664069c3b8-6a1b4899 {
  align-self: start;
  justify-self: auto;
}

#w-node-_3c284fac-2e09-f7d2-b5fa-01ef80ab4d06-6a1b4899 {
  align-self: auto;
  justify-self: stretch;
}

#w-node-b7e01d90-a5f4-9d68-5961-9cb2d8c9b19d-6a1b4899 {
  align-self: auto;
  justify-self: auto;
}

#w-node-_70316fbe-4e26-6fad-6a03-58ab16229144-6a1b4899 {
  order: 9999;
  align-self: start;
  justify-self: auto;
}

#w-node-ffe3ea19-be81-5bf4-4682-5d4affe3cd4a-6a1b4899 {
  order: 9999;
  align-self: start;
}

#w-node-_23e76014-6711-837e-ddd1-54a420c51599-6a1b4899, #w-node-b8795f63-ef0b-0d49-30d9-5dd06c54a770-6a1b4899 {
  align-self: start;
}

#w-node-_7dd9a15d-ec9b-5fce-e667-7595d5919e7a-6a1b4899 {
  order: -9999;
  align-self: start;
}

#w-node-_50e02d7f-aeb2-8f16-7bee-0acc821e9d42-6a1b4899 {
  order: 0;
  align-self: start;
  justify-self: auto;
}

#field-3.w-node-_501a3441-0af6-aeba-7e46-95fe337d0d18-6a1b4899, #field-3.w-node-_4d6e5405-adb3-6c68-b289-cc6d9afd09ee-6a1b4899 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (min-width: 1920px) {
  #w-node-ab8f5a79-3af1-3e09-230c-8ec93827b12a-6a1b4899 {
    align-self: stretch;
    justify-self: stretch;
  }
}

@media screen and (min-width: 1440px) {
  #w-node-d3fdadbb-50fd-66a6-d5b4-7efc406f7917-6a1b4899 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: center;
    justify-self: start;
  }

  #w-node-_8b7679cc-563d-94d5-36cd-f74ea2a596d8-6a1b4899 {
    align-self: stretch;
    justify-self: stretch;
  }
}

@media screen and (min-width: 1280px) {
  #w-node-_8b7679cc-563d-94d5-36cd-f74ea2a596d8-6a1b4899 {
    align-self: center;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_45da129b-e750-e6b0-24fe-0ce0882d2c5f-6a1b4899 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: stretch;
    justify-self: stretch;
  }

  #w-node-_45f268a9-ad73-ba47-1986-569c4f558edc-6a1b4899 {
    align-self: stretch;
    justify-self: stretch;
  }

  #w-node-_5fca97c8-fbd7-1837-e2d8-b4e9f6dc0259-6a1b4899 {
    order: 9999;
    align-self: center;
    justify-self: auto;
  }

  #w-node-_850da200-9f42-9449-6dff-ad136d027eec-6a1b4899 {
    align-self: start;
    justify-self: center;
  }

  #w-node-c3c2fe7a-2a8f-3661-f290-0609a2bb2d68-6a1b4899 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: start;
    justify-self: center;
  }

  #w-node-ab8f5a79-3af1-3e09-230c-8ec93827b12a-6a1b4899, #w-node-a97efe91-6afa-f71c-08cb-e2ea1cef251a-6a1b4899, #w-node-d71657cf-6fc5-8ece-3261-e8a33ab20faa-6a1b4899 {
    align-self: start;
    justify-self: center;
  }

  #w-node-_8b7679cc-563d-94d5-36cd-f74ea2a596d8-6a1b4899 {
    align-self: auto;
  }

  #w-node-_7d9bad3e-b48e-0a5e-8bb0-4b664069c3b8-6a1b4899 {
    align-self: auto;
    justify-self: auto;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_8089a1e6-1415-8e1f-6bac-8b113df57a95-6a1b4899 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: center;
    justify-self: center;
  }

  #w-node-_5fca97c8-fbd7-1837-e2d8-b4e9f6dc0259-6a1b4899 {
    align-self: auto;
  }

  #w-node-_45a064ac-27d3-99e7-65bd-d09a0bd92d4e-6a1b4899 {
    order: -9999;
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: auto;
    justify-self: auto;
  }
}


