.section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 333px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border: 2px solid #000;
}

.paragraph {
  margin-top: 43px;
  text-align: center;
}

.div-block {
  padding: 52px;
}

.navbar {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 333;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0px 12px 8px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: hsla(0, 0%, 86.7%, 0);
}

.div-block-2 {
  width: 44px;
  height: 44px;
  background-color: #2f7aa6;
}

.div-block-2._12 {
  background-color: #004276;
}

.nav-link {
  margin-right: 0px;
  margin-bottom: 6px;
  margin-left: 0px;
  padding: 11px 10px;
  border-style: none;
  border-width: 2px;
  border-color: #fff;
  border-radius: 333px;
  background-color: #fff;
  -webkit-transition: all 325ms ease;
  transition: all 325ms ease;
  font-size: 12px;
  line-height: 14px;
  text-align: center;
  text-transform: uppercase;
}

.nav-link:hover {
  box-shadow: inset 8px 8px 14px -20px #000, -1px -1px 3px 0 #fff;
  color: #2f7aa6;
}

.nav-link.w--current {
  background-color: #f8f8f8;
  box-shadow: inset 8px 8px 14px -20px rgba(0, 0, 0, 0.77), -1px -1px 3px 0 #fff, 4px 4px 11px -7px rgba(0, 0, 0, 0.15);
  color: #2f7aa6;
}

.nav-link.w--current:hover {
  box-shadow: -1px -1px 3px 0 #fff;
}

.nav-link._124 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 200px;
  min-height: 44px;
  padding: 0px 39px 0px 12px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #2f7aa6;
  background-image: url('../images/grunge-02-black.131c526.png'), url('../images/call.svg'), -webkit-gradient(linear, right top, left top, from(#004276), to(transparent));
  background-image: url('../images/grunge-02-black.131c526.png'), url('../images/call.svg'), linear-gradient(270deg, #004276, transparent);
  background-position: 0px 0px, 95% 50%, 0px 0px;
  background-size: 320px, 18px, auto;
  background-repeat: repeat, no-repeat, repeat;
  color: #fff;
}

.nav-link._124:hover {
  background-color: #2f7aa6;
}

.body {
  font-family: Montserrat, sans-serif;
  color: #222;
  font-weight: 700;
}

.div-block-3 {
  overflow: hidden;
  margin-bottom: 0px;
  padding-top: 209px;
  padding-bottom: 61px;
  background-color: #e1e1e1;
  background-image: url('../images/rectangle-shape.4af30dc.png'), url('../images/bridge.svg'), -webkit-gradient(linear, left bottom, left top, color-stop(51%, #e1e1e1), to(transparent)), url('../images/car6.jpg');
  background-image: url('../images/rectangle-shape.4af30dc.png'), url('../images/bridge.svg'), linear-gradient(0deg, #e1e1e1 51%, transparent), url('../images/car6.jpg');
  background-position: 0px 0px, 50% 100%, 0px 0px, 50% 50%;
  background-size: 390px, contain, auto, cover;
  background-repeat: repeat, no-repeat, repeat, no-repeat;
  background-attachment: scroll, scroll, scroll, fixed;
}

.heading {
  position: relative;
  max-width: 1000px;
  margin: 0px auto 52px;
  font-family: Montserrat, sans-serif;
  color: #2f7aa6;
  font-size: 88px;
  line-height: 77px;
  font-weight: 900;
  text-align: center;
  text-transform: uppercase;
}

.heading.clipped {
  position: relative;
  max-width: 1100px;
  margin-top: 7px;
  margin-bottom: 0px;
  padding: 16px 0px;
  background-image: -webkit-gradient(linear, right top, left top, from(#2f7aa6), to(#004276));
  background-image: linear-gradient(270deg, #2f7aa6, #004276);
  font-size: 88px;
  line-height: 77px;
}

.image {
  display: inline-block;
  margin-top: -11px;
}

.text-field {
  height: 66px;
  margin-bottom: 0px;
  padding: 23px 0px 0px 41px;
  border: 1px solid #d4d4d4;
  border-radius: 333px 0px 0px 333px;
  background-color: #fff;
  background-image: url('../images/placeholder.svg');
  background-position: 24px 35px;
  background-size: 14px;
  background-repeat: no-repeat;
  color: #070707;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}

.text-field::-webkit-input-placeholder {
  color: #222;
}

.text-field:-ms-input-placeholder {
  color: #222;
}

.text-field::-ms-input-placeholder {
  color: #222;
}

.text-field::placeholder {
  color: #222;
}

.text-field._2 {
  border-style: solid none;
  border-width: 1px;
  border-color: #d4d4d4;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}

.form {
  display: block;
  margin-top: 16px;
  border-radius: 333px;
  box-shadow: 0 14px 20px -10px rgba(0, 0, 0, 0.08);
}

.submit-button {
  height: 66px;
  min-width: 100%;
  margin-top: -6px;
  margin-right: 42px;
  padding: 0px;
  border-top-right-radius: 333px;
  border-bottom-right-radius: 333px;
  background-color: #2f7aa6;
  background-image: -webkit-gradient(linear, right top, left top, from(#004276), to(transparent));
  background-image: linear-gradient(270deg, #004276, transparent);
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
  font-size: 12px;
  text-transform: uppercase;
}

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

.form-block {
  margin-top: 19px;
  margin-bottom: 0px;
  padding: 8px 29px 19px;
  border-style: none none none solid;
  border-width: 2px 2px 2px 0.1px;
  border-color: #2f7aa6 #2f7aa6 #2f7aa6 hsla(0, 0%, 100%, 0.5);
  border-radius: 333px;
  background-color: #fff;
  background-image: url('../images/grunge-02-black.131c526.png');
  background-position: 0px 0px;
  background-size: 320px;
  box-shadow: -9px -9px 20px -4px hsla(0, 0%, 100%, 0.53), 8px 8px 20px -8px rgba(0, 0, 0, 0.27);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.form-block._123 {
  position: relative;
  z-index: 42;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 800px;
  margin-right: auto;
  margin-bottom: -51px;
  margin-left: auto;
  padding-top: 19px;
  background-image: none;
}

.div-block-4 {
  margin: 13px;
}

.phone.text-field._235 {
  padding-left: 28px;
  border-radius: 0px;
  background-image: none;
}

.paragraph-2 {
  margin-top: 10px;
  color: #2f7aa6;
  font-size: 24px;
  line-height: 32px;
  font-weight: 900;
  text-align: center;
  letter-spacing: 32px;
  text-transform: uppercase;
}

.image-2 {
  display: none;
  margin-top: 31px;
  margin-bottom: 31px;
}

.image-3 {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.paragraph-3 {
  margin-top: 17px;
  margin-bottom: 0px;
  color: #222;
  font-size: 11px;
  line-height: 14px;
  text-align: center;
  text-transform: uppercase;
}

.paragraph-3._200 {
  position: relative;
  max-width: 200px;
  margin: -57px auto 0px;
  padding-top: 12px;
  padding-bottom: 12px;
  border: 2px none #2f7aa6;
  border-radius: 333px;
  background-color: #e1e1e1;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  color: #222;
  cursor: pointer;
}

.paragraph-3._200:hover {
  box-shadow: none;
}

.paragraph-3._32 {
  margin-top: -93px;
  margin-bottom: 71px;
  color: #222;
}

.paragraph-4 {
  margin-top: 9px;
  margin-bottom: 9px;
  color: #2f7aa6;
  font-size: 12px;
  font-weight: 800;
  text-align: center;
  letter-spacing: 4px;
  text-transform: uppercase;
}

.div-block-5 {
  position: relative;
  top: -9px;
  right: -398px;
  z-index: 3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 224px;
  margin-right: auto;
  margin-bottom: -56px;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 2px solid #fff;
  border-radius: 20px;
  background-color: #fff;
  background-image: url('../images/grunge-02-black.131c526.png');
  background-position: 0px 0px;
  background-size: 320px;
  background-attachment: fixed;
  box-shadow: 4px 4px 20px -11px #000;
  -webkit-transform: rotate(3deg);
  -ms-transform: rotate(3deg);
  transform: rotate(3deg);
}

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

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

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

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

.paragraph-5 {
  text-transform: uppercase;
}

.paragraph-6 {
  font-size: 12px;
  text-transform: uppercase;
}

.paragraph-7 {
  margin-top: 13px;
  margin-bottom: -31px;
  margin-left: 28px;
  color: #004276;
  font-size: 10px;
  line-height: 12px;
  text-transform: uppercase;
}

.div-block-6 {
  position: fixed;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: 9999;
  width: 4px;
  height: 4px;
  background-image: -webkit-gradient(linear, right top, left top, from(#2f7aa6), to(#004276));
  background-image: linear-gradient(270deg, #2f7aa6, #004276);
}

.link-block {
  margin-top: 7px;
}

.nav-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 9px 16px 4px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 0.1px;
  border-color: hsla(0, 0%, 100%, 0.11);
  border-radius: 333px;
  background-color: #fff;
  background-image: url('../images/grunge-02-black.131c526.png');
  background-position: 0px 0px;
  background-size: 320px;
}

.div-block-7 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-height: 140px;
  max-width: 140px;
  min-height: 140px;
  min-width: 200px;
  margin-right: 12px;
  margin-bottom: 0px;
  margin-left: 12px;
  padding-top: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 0.1px;
  border-color: hsla(0, 0%, 100%, 0.5);
  border-radius: 20px;
  background-color: #2f7aa6;
  background-image: url('../images/rectangle-shape.4af30dc.png'), linear-gradient(225deg, #004276, transparent);
  background-position: 0px 0px, 0px 0px;
  background-size: 390px, auto;
  background-repeat: repeat, repeat;
  box-shadow: -14px -14px 20px -1px hsla(0, 0%, 100%, 0.28), 8px 8px 20px -8px rgba(0, 0, 0, 0.28);
}

.image-4 {
  display: block;
  margin: -16px auto 17px;
  opacity: 1;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.paragraph-8 {
  margin-top: 89px;
}

.paragraph-9 {
  margin-top: 10px;
  color: #fff;
  font-weight: 500;
  text-align: center;
}

.div-block-8 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-9 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 32px;
  height: 32px;
  margin: -16px auto 23px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 2px solid #2f7aa6;
  border-radius: 20px 20px 21px 4px;
  background-color: #fff;
  box-shadow: 0 -7px 20px -10px rgba(0, 0, 0, 0.36);
  opacity: 1;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.div-block-10 {
  width: 24px;
  height: 24px;
  border: 2px solid #004276;
  border-radius: 3333px 3333px 3333px 0px;
  background-color: #e1e1e1;
}

.div-block-11 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1000px;
  margin: 27px auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.link {
  color: #2f7aa6;
  font-size: 32px;
  line-height: 32px;
  font-weight: 600;
  text-decoration: none;
}

.link:hover {
  color: #004276;
}

.link._2 {
  color: #2f7aa6;
}

.link._2:hover {
  color: #004276;
}

.image-5 {
  margin-top: -11px;
  margin-right: 3px;
}

.div-block-12 {
  margin-right: 8px;
}

.bold-text {
  display: inline-block;
  margin-right: 5px;
  margin-left: 5px;
  padding: 10px 11px;
  border-radius: 20px;
  background-color: #2f7aa6;
  -webkit-transition: all 325ms ease;
  transition: all 325ms ease;
  color: #fff;
  cursor: pointer;
}

.bold-text:hover {
  background-color: #004276;
  text-decoration: none;
}

.div-block-13 {
  margin-right: 14px;
  margin-left: 14px;
}

.container {
  margin-top: -15px;
  margin-bottom: 44px;
}

.div-block-14 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  padding-top: 0px;
  padding-bottom: 37px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-image: url('../images/grunge-02-black.131c526.png');
  background-position: 0px 0px;
  background-size: 320px;
  background-attachment: scroll;
}

.div-block-14._235 {
  padding-bottom: 75px;
}

.paragraph-10 {
  margin-top: 0px;
  margin-bottom: 19px;
  padding: 0px;
  border: 2px none #fff;
  -webkit-transition: all 525ms ease;
  transition: all 525ms ease;
  color: #222;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  text-align: left;
}

.image-6 {
  display: block;
  margin: 9px auto -12px;
}

.div-block-15 {
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding: 8px;
}

.div-block-16 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 3;
  max-width: 300px;
  margin: 0px auto 8px;
  padding: 0px 42px 25px;
  border-radius: 0px 0px 55px 55px;
  background-color: #fff;
  box-shadow: 0 6px 17px -20px rgba(0, 0, 0, 0.4);
}

.columns {
  margin-top: 33px;
}

.div-block-17 {
  max-width: 1000px;
  margin-top: 74px;
  margin-right: auto;
  margin-left: auto;
}

.image-7 {
  margin-top: 26px;
  border: 3px solid #fff;
}

.image-8 {
  position: relative;
  display: block;
  margin: -14px auto 24px;
}

.div-block-18 {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  width: 500px;
  height: 550px;
  margin-top: -157px;
  margin-right: -229px;
  border-radius: 3333px;
  background-color: #fff;
}

.div-block-19 {
  min-height: 444px;
  background-image: url('../images/downa.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.image-9 {
  display: block;
  margin: -53px auto -52px;
}

.heading-2 {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #f1f3f4;
  font-size: 120px;
  line-height: 122px;
  text-align: center;
  text-transform: uppercase;
}

.heading-2.clipped {
  position: relative;
  z-index: 3;
  margin: 19px auto -9px;
  padding-top: 23px;
  background-color: #fff;
  background-image: url('../images/Deliv.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  font-size: 44px;
  line-height: 55px;
}

.heading-2.clipped._5125 {
  margin-bottom: 41px;
}

.div-block-20 {
  margin-top: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
}

.div-block-21 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1000px;
  margin: 0px auto;
  padding: 17px 88px 92px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: none;
  border-width: 3px;
  border-color: #2f7aa6 #fff #fff;
  border-radius: 122px 122px 0px 0px;
  background-image: url('../images/grunge-02-black.131c526.png'), -webkit-gradient(linear, left bottom, left top, from(transparent), color-stop(68%, #fff));
  background-image: url('../images/grunge-02-black.131c526.png'), linear-gradient(0deg, transparent, #fff 68%);
  background-position: 0px 0px, 0px 0px;
  background-size: auto, auto;
}

.image-10 {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.div-block-22 {
  min-height: 200px;
  padding-right: 60px;
  padding-left: 60px;
  background-image: url('../images/otgryz.jpg');
  background-position: 50% 0%;
  background-size: cover;
  background-repeat: no-repeat;
}

.div-block-23 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 444px;
  padding: 114px 0px 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px none #000;
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#fff)), url('../images/otgryz.jpg');
  background-image: linear-gradient(180deg, transparent, #fff), url('../images/otgryz.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
}

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

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

.paragraph-11 {
  margin-bottom: 24px;
  font-size: 32px;
  text-transform: uppercase;
}

.image-11 {
  display: block;
  margin: 159px auto -2px;
  -webkit-filter: blur(0px);
  filter: blur(0px);
}

.paragraph-12 {
  margin: 12px auto 52px;
  text-align: center;
}

.bold-text-2 {
  text-transform: uppercase;
}

.paragraph-13 {
  margin-top: 29px;
  text-align: center;
}

.bold-text-3 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0px 0px;
  background-size: auto;
  color: #fff;
  font-size: 55px;
  text-transform: uppercase;
}

.image-12 {
  position: relative;
  display: block;
  margin: 0px auto;
  padding: 29px 21px;
  border-radius: 333px;
  background-color: #fff;
}

.div-block-24 {
  height: 2px;
  background-color: #004276;
  box-shadow: -1px -1px 12px 0 #000;
}

.paragraph-14 {
  margin-top: 149px;
}

.div-block-25 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 13px;
  padding-bottom: 13px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/nis.png');
  background-position: 0px 0px;
  background-size: auto;
  box-shadow: 1px 1px 20px -4px rgba(0, 0, 0, 0.2);
}

.paragraph-29 {
  margin-right: 21px;
  margin-bottom: 0px;
  color: #fff;
  font-size: 12px;
  text-transform: uppercase;
}

.button {
  padding-right: 37px;
  padding-left: 37px;
  border-radius: 20px;
  background-color: #fff;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #222;
}

.button:hover {
  box-shadow: -1px -1px 3px 0 #fff;
}

.div-block-26 {
  padding-top: 0px;
  background-color: #fff;
}

.div-block-27 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: -42px;
  padding-top: 61px;
  padding-bottom: 61px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-color: #fff;
  background-image: url('../images/rectangle-shape.4af30dc.png');
  background-position: 50% 50%;
  background-size: 390px;
}

.image-13 {
  display: block;
  margin-top: 10px;
  margin-right: 12px;
  margin-left: 0px;
}

.div-block-28 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 100px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.paragraph-30 {
  min-width: 130px;
  margin-top: 10px;
  margin-left: 0px;
  font-size: 8px;
  line-height: 10px;
  text-transform: uppercase;
}

.link-2 {
  min-width: 240px;
  margin-right: 12px;
  color: #202020;
  font-size: 24px;
  line-height: 32px;
  text-align: center;
  text-decoration: none;
}

.button-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 44px;
  min-width: 200px;
  margin-right: 11px;
  padding: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  background-color: #2f7aa6;
  background-image: url('../images/rectangle-shape.4af30dc.png'), -webkit-gradient(linear, right top, left top, from(#004276), to(transparent));
  background-image: url('../images/rectangle-shape.4af30dc.png'), linear-gradient(270deg, #004276, transparent);
  background-position: 0px 0px, 0px 0px;
  background-size: 390px, auto;
  box-shadow: 0 5px 13px -7px rgba(0, 0, 0, 0.35);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  text-align: center;
  text-transform: uppercase;
}

.button-2:hover {
  background-image: -webkit-gradient(linear, right top, left top, from(#004276), to(transparent));
  background-image: linear-gradient(270deg, #004276, transparent);
  box-shadow: none;
}

.columns-2 {
  min-width: 1140px;
  margin-right: auto;
  margin-left: auto;
}

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

.div-block-29 {
  position: fixed;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 42;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 66px;
  min-height: 100%;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-30 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  min-height: 77px;
  margin-right: -105px;
  padding-right: 88px;
  padding-left: 87px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top-left-radius: 24px;
  border-bottom-left-radius: 24px;
  background-color: #2f7aa6;
  background-image: url('../images/grunge-02-black.131c526.png');
  background-position: 0px 0px;
  background-size: 144px;
  box-shadow: -1px 0 20px -10px #000;
  -webkit-transition: all 275ms ease;
  transition: all 275ms ease;
  cursor: pointer;
}

.div-block-30:hover {
  background-color: #004276;
}

.paragraph-31 {
  display: block;
  margin-bottom: 0px;
  margin-left: 9px;
  color: #fff;
  font-size: 12px;
  line-height: 12px;
  text-align: left;
  text-transform: uppercase;
}

.image-14 {
  min-height: 44px;
  min-width: 44px;
}

.heading-3 {
  margin-bottom: 20px;
  color: #004276;
  text-transform: uppercase;
}

.bold-text-4 {
  font-size: 88px;
  font-weight: 900;
}

.button-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 55px;
  min-width: 240px;
  padding: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 2px none #2f7aa6;
  border-radius: 20px;
  background-color: #fff;
  background-image: url('../images/grunge-02-black.131c526.png');
  background-position: 0px 0px;
  background-size: auto;
  box-shadow: 1px 1px 20px 2px hsla(0, 0%, 88.2%, 0.35);
  -webkit-transition: all 275ms ease;
  transition: all 275ms ease;
  color: #2f7aa6;
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
}

.button-3:hover {
  box-shadow: none;
}

.paragraph-32 {
  position: relative;
  margin-top: 18px;
  margin-bottom: 18px;
  color: #004276;
  font-size: 8px;
  line-height: 12px;
  font-weight: 800;
  text-align: center;
  letter-spacing: 14px;
  text-transform: uppercase;
}

.div-block-31 {
  width: 4px;
  height: 2px;
  min-width: 12px;
  background-color: #2f7aa6;
}

.div-block-32 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.div-block-33 {
  width: 880px;
  height: 2px;
  margin-right: 0px;
  margin-left: 0px;
  background-image: -webkit-gradient(linear, right top, left top, from(transparent), to(#fff));
  background-image: linear-gradient(270deg, transparent, #fff);
}

.div-block-33._42 {
  width: 1100px;
  background-image: -webkit-gradient(linear, left top, right top, from(transparent), to(#fff));
  background-image: linear-gradient(90deg, transparent, #fff);
}

.div-block-34 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 880px;
  min-width: 880px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-34._432 {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.image-15 {
  margin-right: 11px;
  margin-left: 11px;
}

.div-block-35 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1200px;
  margin-top: -208px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 25px;
  padding-bottom: 25px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-36 {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 300px;
  margin-right: 15px;
  margin-left: 15px;
  padding-right: 15px;
  padding-bottom: 10px;
  padding-left: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px none #000;
  border-radius: 20px;
  background-color: #2f7aa6;
  background-image: url('../images/grunge-02-black.131c526.png'), -webkit-gradient(linear, left top, left bottom, from(#004276), to(transparent));
  background-image: url('../images/grunge-02-black.131c526.png'), linear-gradient(180deg, #004276, transparent);
  background-position: 0px 0px, 0px 0px;
  background-size: 320px, auto;
  box-shadow: 0 10px 20px -10px rgba(0, 0, 0, 0.23), -14px 0 18px -15px #fff;
  -webkit-transform: rotate(-3deg);
  -ms-transform: rotate(-3deg);
  transform: rotate(-3deg);
  text-transform: uppercase;
}

.div-block-36._24 {
  margin-top: 98px;
  border-style: none;
  -webkit-filter: none;
  filter: none;
  -webkit-transform: rotate(3deg);
  -ms-transform: rotate(3deg);
  transform: rotate(3deg);
}

.div-block-36._42 {
  -webkit-transform: rotate(6deg);
  -ms-transform: rotate(6deg);
  transform: rotate(6deg);
}

.image-16 {
  margin: 14px auto;
}

.paragraph-33 {
  margin-bottom: 0px;
  font-size: 18px;
  text-align: center;
}

.paragraph-33.clipped {
  background-image: linear-gradient(225deg, #f1f1f1, #fff);
}

.bold-text-5 {
  font-size: 12px;
  line-height: 14px;
}

.paragraph-34 {
  display: block;
  margin-top: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  font-size: 14px;
  line-height: 18px;
  font-weight: 600;
  text-align: center;
  text-transform: none;
}

.div-block-37 {
  width: 3px;
  height: 88px;
  margin-top: -83px;
  background-color: transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#004276));
  background-image: linear-gradient(180deg, transparent, #004276);
}

.div-block-37.t4 {
  margin-top: -87px;
  background-color: transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#e1e1e1));
  background-image: linear-gradient(180deg, transparent, #e1e1e1);
}

.paragraph-35 {
  margin-top: 18px;
  margin-bottom: 0px;
  text-align: center;
  letter-spacing: 5px;
}

.image-17 {
  margin: 9px auto 13px;
}

.heading-4 {
  margin-bottom: 20px;
}

.heading-4.clipped {
  margin-bottom: 44px;
  background-image: linear-gradient(135deg, #2f7aa6, #004276);
  font-size: 56px;
  line-height: 56px;
  text-align: center;
  text-transform: uppercase;
}

.heading-4.clipped._2352 {
  position: relative;
  margin-bottom: -36px;
  text-align: left;
}

.heading-4.clipped._25._42 {
  font-size: 32px;
  line-height: 32px;
}

.div-block-38 {
  display: none;
  margin-top: 53px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-39 {
  width: 32px;
  height: 2px;
  margin-right: 19px;
  margin-left: 19px;
  background-color: #2f7aa6;
}

.div-block-40 {
  position: relative;
  width: 333px;
  height: 200px;
  margin: -143px auto -11px;
  padding: 29px;
  border-radius: 3333px 3333px 0px 0px;
  background-color: #fff;
  background-image: url('../images/grunge-02-black.131c526.png');
  background-position: 0px 0px;
  background-size: 320px;
  background-attachment: scroll;
  box-shadow: 0 -13px 20px -19px rgba(0, 0, 0, 0.28);
}

.html-embed-10 {
  -webkit-filter: grayscale(60%);
  filter: grayscale(60%);
}

.html-embed-10:hover {
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
}

.div-block-41 {
  position: relative;
  margin-top: 0px;
  margin-bottom: 13px;
  padding-top: 99px;
  border-style: dashed dashed none;
  border-width: 1px;
  border-color: #000;
  border-top-left-radius: 333px;
  border-top-right-radius: 333px;
}

.image-18 {
  margin-top: 7px;
  margin-bottom: -13px;
  margin-left: -17px;
  opacity: 1;
  -webkit-filter: invert(100%);
  filter: invert(100%);
}

.image-18._53 {
  position: relative;
  top: 29px;
}

.image-19 {
  position: relative;
  top: 36px;
  z-index: 3;
  display: block;
  margin-top: -23px;
  margin-right: -17px;
  margin-left: auto;
  -webkit-filter: invert(100%);
  filter: invert(100%);
}

.div-block-42 {
  position: relative;
  z-index: 3;
  max-width: 700px;
  margin: -113px auto -70px;
  padding-top: 8px;
  padding-bottom: 38px;
  border-radius: 3333px;
  background-color: #fff;
}

.columns-3 {
  padding-top: 44px;
}

.div-block-43 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 140px;
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 62px;
  padding-left: 62px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border-radius: 3333px;
  background-color: #f5f5f5;
}

.div-block-44 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.bold-text-6 {
  font-size: 18px;
  line-height: 24px;
}

.image-20 {
  margin-right: 22px;
}

.image-21 {
  display: block;
  margin: -13px auto -25px;
  -webkit-transform: rotate(-14deg);
  -ms-transform: rotate(-14deg);
  transform: rotate(-14deg);
}

.image-22 {
  margin: -37px -65px -98px -13px;
  -webkit-transform: rotate(-20deg);
  -ms-transform: rotate(-20deg);
  transform: rotate(-20deg);
}

.heading-5 {
  margin-top: 42px;
  font-size: 32px;
  line-height: 32px;
  text-align: center;
}

.image-23 {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.paragraph-36 {
  position: relative;
  margin: 21px 0px -50px -57px;
  color: red;
  text-align: center;
  text-transform: uppercase;
}

.paragraph-36._346 {
  margin-right: -12px;
  color: #fa0000;
}

.div-block-45 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 16px;
  margin-right: 47px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.div-block-45._42 {
  margin-right: 0px;
}

._24 {
  -webkit-filter: blur(5px);
  filter: blur(5px);
}

._444 {
  opacity: 1;
}

.div-block-46 {
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
}

.icon-3 {
  color: #2f7aa6;
}

.arrow {
  width: 20px;
}

.arrow-left {
  position: absolute;
  left: 0px;
  top: auto;
  right: auto;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90px;
  height: 90px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.feature-text {
  font-size: 12px;
  line-height: 14px;
  text-transform: uppercase;
}

.slide-nav {
  z-index: 4;
  display: block;
  margin-top: 53px;
  margin-bottom: -50px;
}

.button-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  min-height: 90px;
  padding: 25px 15px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.arrow-right {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90px;
  height: 90px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.pricing-rate {
  opacity: 0.5;
  font-size: 8px;
  line-height: 8px;
  text-transform: uppercase;
}

.pricing {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #2f7aa6;
  font-size: 33px;
  line-height: 55px;
}

.product-card {
  min-width: 490px;
  padding: 30px 15px;
  border-radius: 20px;
  background-color: #fff;
}

.left-arrow {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  display: block;
}

.product-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.slider-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 55px;
  height: 55px;
  padding: 15px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 2px solid #2f7aa6;
  border-radius: 100px;
}

.product-base {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 65px;
  margin-bottom: 65px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.slider-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 55px;
  height: 55px;
  padding: 15px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 2px solid #2f7aa6;
  border-radius: 500px;
  box-shadow: 1px 1px 55px 0 rgba(0, 22, 50, 0.08);
}

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

.content-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 450px;
  margin-right: auto;
  margin-left: auto;
}

.product-logo {
  margin-bottom: 0px;
}

.product-name {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #151428;
  text-align: center;
  text-transform: uppercase;
}

.right-arrow {
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: block;
}

.car-icon {
  width: 25px;
  margin-right: 14px;
}

.feature-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 70px;
  margin-top: 16px;
  margin-bottom: 16px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.feature-column {
  width: 50%;
  padding-right: 25px;
  padding-left: 25px;
}

.price-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  padding: 25px 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.paragraph-37 {
  max-width: 444px;
  text-align: center;
}

.product-slider-section {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  margin-bottom: -86px;
  padding: 100px 5%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 144px;
  background-color: #f7f7f7;
  background-image: url('../images/grunge-02-black.131c526.png');
  background-position: 0px 0px;
  background-size: 320px;
}

.container-2 {
  width: 100%;
  max-width: 1240px;
  margin-right: auto;
  margin-left: auto;
}

.button-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 55px;
  min-width: 200px;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  background-color: #2f7aa6;
  box-shadow: -5px 30px 20px -20px rgba(86, 93, 113, 0.38);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  color: #fff;
  font-size: 12px;
  line-height: 12px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}

.button-4:hover {
  box-shadow: none;
}

.arrow-bottom {
  display: none;
}

.mask {
  overflow: hidden;
}

.product-slider {
  height: 100%;
  background-color: transparent;
}

.paragraph-38 {
  margin-top: 10px;
  color: #7e7d7d;
  font-size: 12px;
  line-height: 14px;
  text-transform: uppercase;
}

.div-block-47 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 42px;
  min-width: 42px;
  padding: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 2px solid #f5f5f5;
  border-radius: 333px;
}

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

.slider {
  height: 400px;
  border-radius: 20px;
}

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

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

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

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

.slide-nav-2 {
  margin-top: -25px;
  margin-bottom: 152px;
  margin-left: -491px;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

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

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

.button-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 210px;
  height: 50px;
  margin-top: 0vw;
  margin-right: auto;
  margin-left: auto;
  padding: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 2px none #3d54b6;
  border-radius: 333px;
  background-image: linear-gradient(315deg, #3d54b6, #a71abe);
  -webkit-transition: all 600ms ease;
  transition: all 600ms ease;
  color: #fff;
  font-size: 18px;
  line-height: 24px;
  text-decoration: none;
}

.button-wrapper:hover {
  border-radius: 333px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#3d54b6), to(rgba(167, 26, 190, 0.64)));
  background-image: linear-gradient(180deg, #3d54b6, rgba(167, 26, 190, 0.64));
}

.button-wrapper._23 {
  height: 44px;
  margin-right: auto;
  margin-left: auto;
  background-color: #2f7aa6;
  background-image: none;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
}

.modal-wrapper {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 99999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: hsla(0, 0%, 100%, 0.74);
  -webkit-perspective: 850px;
  perspective: 850px;
  cursor: default;
}

.paragraph-18 {
  margin-bottom: 1vw;
  color: #2f7aa6;
  font-size: 32px;
  line-height: 24px;
  text-align: center;
}

.modal-closer {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 5;
}

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

.hero-subheading {
  margin-top: 2vw;
  margin-bottom: 2vw;
  color: #222;
  font-size: 14px;
  line-height: 14px;
  font-weight: 500;
  text-align: center;
}

.close-icon {
  position: absolute;
  top: 30px;
  right: 30px;
  z-index: 20;
  width: 25px;
  cursor: pointer;
}

.zvonok {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

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

.checkbox-label {
  margin-bottom: 20px;
  color: #fff;
  font-size: 1vw;
  line-height: 1.4vw;
}

.form-2 {
  margin-right: 1vw;
  margin-left: auto;
  padding-right: 5vw;
}

.form-2._456 {
  width: 26vw;
  margin-right: 0vw;
  padding-right: 0vw;
}

.text-field-2 {
  height: 55px;
  margin-bottom: 1vw;
  padding-left: 26px;
  border: 2px solid #fff;
  border-radius: 20px;
  background-color: #fff;
  font-size: 14px;
  line-height: 14px;
  text-transform: uppercase;
}

.text-field-2::-webkit-input-placeholder {
  color: #222;
}

.text-field-2:-ms-input-placeholder {
  color: #222;
}

.text-field-2::-ms-input-placeholder {
  color: #222;
}

.text-field-2::placeholder {
  color: #222;
}

.div-block-112 {
  display: block;
}

.modal-body {
  position: relative;
  z-index: 10;
  padding: 58px 35px;
  border: 2px solid #fff;
  border-radius: 77px;
  background-color: #f5f5f5;
  box-shadow: 0 9px 50px -14px #000;
  color: #313131;
}

.image-29 {
  -webkit-filter: invert(100%);
  filter: invert(100%);
}

.call {
  display: none;
}

.div-block-113 {
  margin-top: 128px;
  padding: 42px 42px 42px 26px;
  background-color: #f5f5f5;
  background-image: url('../images/documents.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.div-block-113._235 {
  margin-top: 0px;
  padding: 296px 0px 128px;
  background-image: url('../images/rectangle-shape.4af30dc.png');
  background-position: 0px 0px;
  background-size: 390px;
  background-repeat: repeat;
}

.marquee-wrapper {
  overflow: hidden;
  padding-top: 0px;
  padding-bottom: 129px;
  font-size: 100px;
}

.marquee-top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 25px;
  margin-left: 0px;
  padding-left: 167px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
}

.filled {
  margin: 0px 35px;
  font-size: 120px;
  line-height: 1.5em;
  text-transform: uppercase;
}

.dot {
  width: 15px;
  height: 15px;
  min-height: 15px;
  min-width: 15px;
  border-radius: 50%;
  background-color: #fff;
}

.stroke {
  margin: 0px 35px;
  color: #e6e6e6;
  font-size: 120px;
  line-height: 1.5em;
  text-shadow: -1px 0 0 #fff, 0 1px 0 #fff, 1px 0 0 #fff, 0 -1px 0 #fff;
}

.marquee-bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
}

.div-block-114 {
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
}

.div-block-115 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 9px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 2px solid #fff;
  border-radius: 20px;
  background-color: #fff;
  background-image: url('../images/grunge-02-black.131c526.png');
  background-position: 0px 0px;
  background-size: 320px;
  box-shadow: 0 7px 13px -8px rgba(0, 0, 0, 0.4);
  -webkit-transition: all 425ms ease;
  transition: all 425ms ease;
  text-decoration: none;
}

.div-block-115:hover {
  box-shadow: none;
}

.div-block-116 {
  min-height: 140px;
  min-width: 140px;
  border: 1px solid #fff;
  border-radius: 20px;
  background-image: url('../images/contract.svg'), url('../images/grunge-02-black.131c526.png');
  background-position: 50% 50%, 50% 50%;
  background-size: 55px, 320px;
  background-repeat: no-repeat, no-repeat;
  background-attachment: scroll, scroll;
  box-shadow: inset 0 7px 20px -9px rgba(0, 0, 0, 0.18);
}

.paragraph-39 {
  margin-left: 0px;
  font-size: 24px;
  line-height: 26px;
}

.div-block-117 {
  margin-left: 9px;
  color: #222;
}

.div-block-118 {
  padding: 0px;
}

.div-block-119 {
  height: 3px;
  margin-top: 20px;
  margin-bottom: 20px;
  background-color: #e1e1e1;
}

.div-block-120 {
  width: 400px;
  height: 400px;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  border-radius: 20px;
  background-image: url('../images/doc.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  box-shadow: 0 7px 20px -7px rgba(0, 0, 0, 0.4);
}

.div-block-121 {
  position: relative;
  top: 37px;
  width: 2px;
  height: 244px;
  margin-top: 51px;
  margin-bottom: -27px;
  margin-left: -28px;
  background-image: linear-gradient(225deg, #e1e1e1, transparent);
}

.mask-2 {
  border-radius: 20px;
  box-shadow: 0 8px 17px -7px #000;
}

.bold-text-7 {
  color: transparent;
  text-transform: uppercase;
}

.div-block-122 {
  position: relative;
  z-index: 2;
  max-width: 777px;
  min-height: 555px;
  margin-top: -747px;
  margin-right: auto;
  margin-left: auto;
  padding: 35px;
  border: 2px solid #fff;
  border-radius: 20px;
  background-color: #f5f5f5;
  box-shadow: 0 11px 14px -4px rgba(0, 0, 0, 0.24);
}

.paragraph-40 {
  margin-bottom: 0px;
}

.paragraph-40._5352 {
  color: red;
}

.image-30 {
  display: block;
  margin-top: 28px;
  margin-right: auto;
  margin-left: auto;
}

.paragraph-41 {
  margin-bottom: 33px;
  color: #004276;
  font-size: 21px;
  line-height: 24px;
  text-align: center;
  text-transform: none;
}

.paragraph-42 {
  margin-top: 22px;
  font-weight: 600;
  text-align: left;
}

.div-block-123 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 440px;
  margin-bottom: 31px;
  padding: 27px 19px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border: 2px solid #fff;
  border-radius: 20px;
  background-color: #fff;
  box-shadow: inset 0 1px 20px 0 rgba(0, 0, 0, 0.13);
}

.bold-text-8 {
  color: #004276;
}

.bold-text-9 {
  color: #004276;
}

.bold-text-10 {
  color: #004276;
}

.div-block-124 {
  max-width: 777px;
  margin-top: -87px;
  margin-right: auto;
  margin-left: auto;
}

.paragraph-43 {
  color: #004276;
  line-height: 24px;
  text-align: center;
  text-transform: uppercase;
}

.paragraph-43._42 {
  font-size: 18px;
}

.div-block-125 {
  margin-bottom: 22px;
  padding: 12px;
  border-radius: 20px;
  background-color: #fff;
}

.paragraph-44 {
  margin-bottom: 0px;
  font-size: 12px;
  line-height: 16px;
}

.div-block-126 {
  padding: 4px;
}

.div-block-127 {
  margin-bottom: 3px;
}

.paragraph-45 {
  color: red;
  text-align: center;
}

.button-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 200px;
  min-height: 55px;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  background-color: #2f7aa6;
  box-shadow: 0 9px 20px -14px #000;
  font-size: 12px;
  text-align: center;
  text-transform: uppercase;
}

.button-5:hover {
  box-shadow: none;
}

.link-3 {
  color: #2f7aa6;
  font-size: 24px;
  letter-spacing: 0px;
  text-decoration: none;
}

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

.paragraph-46 {
  display: none;
  color: #2f7aa6;
}

.link-block-2 {
  position: fixed;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 4444;
  display: none;
}

.image-33 {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.div-block-129 {
  margin-top: 30px;
  padding-top: 16px;
  padding-bottom: 16px;
  border: 2px solid #fff;
  border-radius: 20px;
  background-color: #fff;
}

html.w-mod-js *[data-ix="new-interaction-2"] {
  width: 2px;
  height: 2px;
}

html.w-mod-js *[data-ix="new-interaction-3"] {
  width: 2px;
  height: 2px;
}

@media screen and (min-width: 1280px) {
  .button-wrapper {
    width: 280px;
    height: 60px;
    font-size: 24px;
  }
}

@media screen and (max-width: 991px) {
  .navbar {
    display: block;
    padding: 0px;
    background-color: #fff;
  }

  .nav-link {
    margin-top: 13px;
  }

  .nav-link._124 {
    margin-right: auto;
    margin-left: auto;
  }

  .div-block-3 {
    display: block;
    padding-top: 129px;
  }

  .heading.clipped {
    background-image: -webkit-gradient(linear, right top, left top, from(#2f7aa6), to(#004276));
    background-image: linear-gradient(270deg, #2f7aa6, #004276);
    font-size: 32px;
    line-height: 32px;
  }

  .text-field {
    margin-bottom: 14px;
    border-radius: 0px;
  }

  .text-field._2 {
    border-style: solid;
    border-radius: 0px;
  }

  .submit-button {
    border-radius: 0px;
  }

  .form-block {
    display: block;
    padding-right: 27px;
    padding-left: 27px;
    border-radius: 0px;
  }

  .html-embed-9 {
    display: block;
  }

  .paragraph-3._32 {
    margin-top: 0px;
    margin-bottom: 31px;
  }

  .div-block-5 {
    right: 0px;
  }

  .div-block-6 {
    display: block;
  }

  .nav-menu {
    border-radius: 0px;
  }

  .div-block-7 {
    display: inline-block;
    margin-bottom: 23px;
  }

  .div-block-8 {
    display: block;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
  }

  .div-block-11 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .div-block-11._643 {
    margin: 11px 0px 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .link {
    font-size: 16px;
    line-height: 16px;
  }

  .div-block-14 {
    display: block;
  }

  .div-block-14._235 {
    padding-bottom: 0px;
  }

  .paragraph-10 {
    margin-top: 43px;
    font-size: 14px;
    line-height: 18px;
  }

  .heading-2.clipped {
    padding-top: 0px;
  }

  .heading-2.clipped._5125 {
    font-size: 24px;
    line-height: 24px;
  }

  .div-block-20 {
    display: block;
  }

  .div-block-21 {
    padding-bottom: 0px;
  }

  .div-block-25 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .paragraph-29 {
    margin-right: 0px;
  }

  .button {
    margin-top: 8px;
  }

  .div-block-27 {
    display: block;
    padding-top: 0px;
    padding-bottom: 24px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .div-block-28 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .paragraph-30 {
    text-align: center;
  }

  .columns-2 {
    min-width: auto;
  }

  .div-block-29 {
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    min-height: auto;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .div-block-30 {
    display: none;
    margin-right: auto;
    margin-left: auto;
    padding-right: 19px;
    padding-left: 19px;
    border-radius: 32px 32px 0px 0px;
  }

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

  .div-block-31 {
    margin: 12px auto;
  }

  .div-block-34 {
    max-width: none;
    min-width: auto;
  }

  .div-block-34._432 {
    max-width: none;
    min-width: auto;
  }

  .div-block-35 {
    margin-top: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .div-block-36 {
    -webkit-transform: rotate(-1deg);
    -ms-transform: rotate(-1deg);
    transform: rotate(-1deg);
  }

  .div-block-36._24 {
    -webkit-transform: rotate(1deg);
    -ms-transform: rotate(1deg);
    transform: rotate(1deg);
  }

  .div-block-36._42 {
    margin-top: 65px;
    -webkit-transform: rotate(2deg);
    -ms-transform: rotate(2deg);
    transform: rotate(2deg);
  }

  .div-block-37.t4 {
    display: none;
  }

  .heading-4.clipped {
    font-size: 24px;
    line-height: 24px;
  }

  .heading-4.clipped._2352 {
    text-align: center;
  }

  .div-block-38 {
    display: block;
  }

  .div-block-42 {
    margin-top: 0px;
  }

  .paragraph-36 {
    margin-left: 139px;
  }

  .div-block-45 {
    margin-right: auto;
    margin-left: auto;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .arrow {
    -webkit-filter: invert(100%);
    filter: invert(100%);
  }

  .arrow-left {
    display: none;
  }

  .arrow-right {
    display: none;
  }

  .product-card {
    position: relative;
    padding-bottom: 50px;
  }

  .slider-left {
    width: 80px;
    height: 50px;
    padding: 7px;
    border-style: none;
    border-radius: 0px;
    background-color: #8c54ff;
  }

  .product-base {
    margin-top: 45px;
    margin-bottom: 45px;
  }

  .slider-right {
    width: 80px;
    height: 50px;
    padding: 7px;
    border-style: none;
    border-radius: 0px;
    background-color: #8c54ff;
  }

  .content-wrap {
    position: relative;
    z-index: 20;
  }

  .product-slider-section {
    overflow: hidden;
  }

  .arrow-bottom {
    position: absolute;
    left: 0px;
    top: auto;
    right: 0px;
    bottom: 0%;
    z-index: 5;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 50px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 50px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fff;
  }

  .mask {
    overflow: visible;
  }

  .div-block-48 {
    display: block;
  }

  .div-block-49 {
    display: block;
  }

  .slide-nav-2 {
    position: static;
    margin-top: 6px;
    margin-bottom: 0px;
    margin-left: 0px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    text-align: center;
  }

  .close-icon {
    z-index: 44444;
    margin-top: -29px;
  }

  .zvonok {
    display: block;
  }

  .chet {
    display: block;
  }

  .modal-body {
    border-radius: 0px;
  }

  .call {
    display: none;
  }

  .div-block-113 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .div-block-113._235 {
    margin-bottom: -41px;
    padding-top: 67px;
    padding-bottom: 29px;
  }

  .marquee-wrapper {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .marquee-top {
    display: none;
  }

  .marquee-bottom {
    display: none;
  }

  .div-block-115 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .paragraph-39 {
    font-size: 18px;
    line-height: 24px;
    text-align: center;
  }

  .div-block-120 {
    margin-bottom: 28px;
  }

  .div-block-122 {
    margin-right: 10px;
    margin-left: 10px;
  }

  .paragraph-40 {
    text-align: center;
  }

  .paragraph-42 {
    font-size: 12px;
    line-height: 18px;
  }

  .div-block-123 {
    min-height: auto;
  }

  .paragraph-44 {
    font-size: 12px;
  }

  .link-3 {
    text-decoration: none;
  }

  .div-block-128 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-left: 11px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .menu-button {
    background-color: #2f7aa6;
  }

  .menu-button.w--open {
    background-color: #2d7aa7;
  }

  .icon-4 {
    color: #fff;
  }

  .image-31 {
    margin-top: 12px;
    margin-right: 5px;
  }

  .paragraph-46 {
    display: block;
  }

  .link-block-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 240px;
    margin-right: auto;
    margin-left: auto;
    padding: 9px 24px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-top-left-radius: 24px;
    border-top-right-radius: 24px;
    background-color: #004276;
    box-shadow: 0 -7px 20px -11px #000;
    text-decoration: none;
  }

  .paragraph-47 {
    margin-bottom: 0px;
    color: #fff;
    font-size: 12px;
    line-height: 12px;
    text-align: center;
    text-transform: uppercase;
  }
}

@media screen and (max-width: 767px) {
  .div-block-11._643 {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .product-card {
    min-width: 80%;
  }

  .product-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .product-base {
    margin-top: 35px;
    margin-bottom: 35px;
  }

  .feature-column {
    padding-right: 15px;
    padding-left: 15px;
  }

  .hero-subheading {
    font-size: 14px;
    line-height: 14px;
    text-align: center;
  }

  .zvonok {
    display: block;
  }

  .chet {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .checkbox-label {
    font-size: 12px;
    line-height: 12px;
  }

  .form-2._456 {
    width: auto;
  }

  .text-field-2 {
    height: 32px;
    font-size: 14px;
    line-height: 14px;
  }

  .modal-body {
    padding: 3vw;
  }

  .call {
    display: none;
  }

  .marquee-wrapper {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .marquee-top {
    margin-bottom: 0px;
  }

  .filled {
    font-size: 100px;
  }

  .stroke {
    font-size: 100px;
  }
}

@media screen and (max-width: 479px) {
  .div-block-3 {
    padding-right: 12px;
    padding-left: 12px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.82)), to(hsla(0, 0%, 100%, 0.82))), url('../images/rectangle-shape.4af30dc.png'), url('../images/bridge.svg'), url('../images/car2.jpg');
    background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.82), hsla(0, 0%, 100%, 0.82)), url('../images/rectangle-shape.4af30dc.png'), url('../images/bridge.svg'), url('../images/car2.jpg');
    background-position: 0px 0px, 0px 0px, 50% 100%, 50% 50%;
    background-size: auto, 390px, contain, cover;
    background-repeat: repeat, repeat, no-repeat, no-repeat;
    background-attachment: scroll, scroll, scroll, fixed;
  }

  .heading.clipped {
    max-width: none;
    font-size: 24px;
    line-height: 24px;
  }

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

  .form-block._123 {
    padding-right: 19px;
    padding-left: 19px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .paragraph-3 {
    color: #222;
  }

  .paragraph-3._32 {
    color: #fff;
  }

  .paragraph-4 {
    font-size: 10px;
    letter-spacing: 2px;
  }

  .div-block-5 {
    width: 200px;
  }

  .div-block-7 {
    border-style: none;
  }

  .div-block-11 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .div-block-11._643 {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 9px;
  }

  .link {
    font-size: 18px;
    font-weight: 700;
    text-align: center;
  }

  .link._2 {
    text-align: center;
  }

  .div-block-16 {
    max-width: none;
    padding-right: 0px;
    padding-left: 0px;
  }

  .div-block-21 {
    max-width: none;
    padding-right: 0px;
    padding-left: 0px;
  }

  .div-block-23 {
    padding-top: 44px;
  }

  .div-block-25 {
    margin-top: 0px;
    padding-top: 6px;
    padding-bottom: 56px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .paragraph-29 {
    margin-right: 0px;
    font-size: 12px;
    line-height: 14px;
    text-align: center;
  }

  .button {
    margin-top: 4px;
  }

  .div-block-29 {
    padding-bottom: 0px;
  }

  .paragraph-32 {
    letter-spacing: 0px;
  }

  .image-16 {
    margin-top: -11px;
  }

  .paragraph-33.clipped {
    font-size: 14px;
    line-height: 18px;
  }

  .heading-4.clipped {
    margin-bottom: 0px;
  }

  .heading-4.clipped._2352 {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .heading-4.clipped._25 {
    margin-bottom: 20px;
  }

  .heading-4.clipped._25._42 {
    font-size: 18px;
    line-height: 24px;
  }

  .div-block-38 {
    margin-top: 24px;
  }

  .div-block-40 {
    width: auto;
    margin-top: 0px;
  }

  .button-block {
    width: 100%;
    min-height: auto;
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .pricing {
    font-size: 24px;
  }

  .left-arrow {
    width: 42px;
    height: 42px;
    margin-left: -10px;
  }

  .product-base {
    min-height: 190px;
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .content-wrap {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .right-arrow {
    width: 42px;
    height: 42px;
    margin-right: -10px;
  }

  .car-icon {
    margin-right: 8px;
  }

  .feature-block {
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 1px 8px;
  }

  .feature-column {
    width: auto;
    padding-right: 0px;
    padding-left: 0px;
  }

  .price-block {
    width: 100%;
    padding: 16px 0px;
  }

  .product-slider-section {
    min-height: auto;
    margin-bottom: 0px;
    padding-top: 60px;
    padding-bottom: 60px;
    border-radius: 0px;
  }

  .product-slider {
    height: auto;
  }

  .slider {
    height: 300px;
    margin-top: 31px;
  }

  .modal-wrapper {
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 0px;
    padding: 0px;
  }

  .paragraph-18 {
    margin-bottom: 12px;
    font-size: 24px;
    line-height: 24px;
  }

  .modal-closer {
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    z-index: 444;
    margin-top: 0px;
  }

  .hero-subheading {
    margin-top: 2px;
    margin-bottom: 2px;
    font-size: 12px;
    line-height: 14px;
  }

  .close-icon {
    margin-top: 0px;
  }

  .zvonok {
    display: block;
  }

  .chet {
    display: block;
  }

  .form-2 {
    padding-right: 6px;
    padding-left: 6px;
  }

  .text-field-2 {
    height: 42px;
    margin-bottom: 12px;
  }

  .modal-body {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 7px;
    padding: 7px 10px 15px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .image-29 {
    -webkit-filter: invert(100%);
    filter: invert(100%);
  }

  .call {
    display: none;
  }

  .div-block-113 {
    margin-top: 0px;
  }

  .div-block-113._235 {
    padding-top: 0px;
  }

  .marquee-wrapper {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .marquee-top {
    margin-bottom: 0px;
  }

  .filled {
    font-size: 75px;
  }

  .stroke {
    font-size: 75px;
  }

  .div-block-120 {
    width: auto;
    height: 200px;
    margin-top: -18px;
  }

  .div-block-122 {
    margin-top: 0px;
    padding-top: 0px;
    padding-right: 7px;
    padding-left: 7px;
  }

  .paragraph-43._42 {
    font-size: 18px;
  }

  .div-block-125 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .paragraph-44 {
    font-size: 10px;
    line-height: 14px;
  }

  .button-5 {
    margin-bottom: 15px;
    line-height: 14px;
    text-align: center;
  }

  .link-3 {
    font-size: 16px;
    letter-spacing: 0px;
  }

  .image-32 {
    display: none;
  }

  .column-8 {
    padding-right: 24px;
    padding-left: 24px;
  }

  .paragraph-46 {
    text-align: center;
    text-transform: uppercase;
  }

  .image-33 {
    padding-right: 24px;
  }
}

