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

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

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  font-weight: 700;
  line-height: 44px;
}

.shapka {
  z-index: 1;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #a36630;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 55px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.div-block {
  height: auto;
  padding-right: 10px;
  display: inline-block;
  position: static;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.div-block-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  height: auto;
  padding-left: 10px;
  display: inline-block;
}

.text-block {
  color: #fff;
  text-align: right;
  font-family: Inter, sans-serif;
  font-size: 18px;
  line-height: 22px;
  text-decoration: none;
}

.text-block-2 {
  color: #fff;
  text-align: left;
  font-family: Inter, sans-serif;
  font-size: 18px;
  line-height: 22px;
}

.main {
  background-color: #2d3d33;
  height: auto;
  margin-top: auto;
  padding-top: 0;
  padding-left: 30px;
  padding-right: 30px;
  overflow: hidden;
}

.nav-menu {
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.navbar-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #2d3d33;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 55px;
  display: block;
}

.nav-link {
  color: #fff;
  font-family: Inter, sans-serif;
  font-size: 18px;
  line-height: 18px;
}

.nav-link.w--current {
  color: #fff;
}

.container-2 {
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
}

.div-block-3 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template: ". Area"
  / 1fr 1fr;
  grid-auto-columns: 1fr;
  width: auto;
  max-width: 1190px;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.heading {
  color: #fff;
  font-family: Inter, sans-serif;
  font-size: 70px;
  font-weight: 700;
  line-height: 84px;
}

.paragraph {
  color: #fff;
  padding-right: 50px;
  font-family: Inter, sans-serif;
  font-weight: 400;
}

.image {
  margin-top: 0;
}

.image-2 {
  border-radius: 5px;
  max-width: none;
  position: relative;
  top: -270px;
  bottom: 0%;
  left: 270px;
  right: auto;
}

.div-block-4 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  height: 600px;
  margin-top: 50px;
  padding-top: 0;
  display: inline-flex;
  position: relative;
}

.div-block-5 {
  height: 600px;
}

.div-block-6 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  text-align: left;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: stretch;
  display: grid;
  position: relative;
  top: 85px;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.button-4 {
  text-align: center;
  background-color: rgba(56, 152, 236, 0);
  border: 1px solid #fff;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 215px;
  height: 55px;
  margin-left: 0;
  font-family: Inter, sans-serif;
  font-size: 18px;
  line-height: 18px;
  display: flex;
}

.button-5 {
  color: #2d3d33;
  text-align: center;
  background-color: #fff;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 215px;
  height: 55px;
  margin-right: auto;
  padding-top: 9px;
  font-family: Inter, sans-serif;
  font-size: 18px;
  line-height: 18px;
  display: flex;
}

.text-span-2 {
  text-align: center;
  justify-content: center;
  align-items: center;
  display: flex;
}

.preimishestva {
  max-width: 1190px;
  margin: 100px auto;
  padding: 0;
  overflow: hidden;
}

.div-block-8 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 2fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: center;
  justify-content: stretch;
  display: grid;
}

.heading-2 {
  color: #2d3d33;
  margin-top: 30px;
  margin-bottom: 20px;
  font-family: Inter, sans-serif;
  font-size: 40px;
  line-height: 48px;
}

.paragraph-copy {
  color: #535353;
  padding-right: 50px;
  font-family: Inter, sans-serif;
  font-weight: 400;
  line-height: 27px;
}

.button-4-copy {
  text-align: center;
  background-color: #2d3d33;
  border: 1px #fff;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 215px;
  height: 55px;
  margin-top: 70px;
  margin-left: 0;
  font-family: Inter, sans-serif;
  font-size: 18px;
  line-height: 18px;
  display: flex;
}

.paragraph-2 {
  color: #a36630;
  background-color: rgba(227, 209, 192, 0);
  padding: 15px;
  font-family: Inter, sans-serif;
  font-size: 18px;
  line-height: 18px;
}

.div-block-9 {
  background-color: #e3d1c0;
  border-radius: 5px;
  max-width: 250px;
}

.div-block-10 {
  background-color: #fff0e2;
  border-radius: 5px;
  width: 400px;
  max-width: 400px;
  height: 260px;
  max-height: 250px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.text-block-3 {
  color: #2d3d33;
  text-align: center;
  padding-top: 20px;
  font-family: Inter, sans-serif;
  font-size: 26px;
  font-weight: 700;
  line-height: 31px;
}

.paragraph-3 {
  color: #535353;
  text-align: center;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  margin-top: 50px;
  margin-bottom: 0;
  padding: 0;
  font-family: Inter, sans-serif;
  font-size: 18px;
  line-height: 27px;
  display: block;
  position: relative;
}

.div-block-11 {
  width: 300px;
  padding-left: 5px;
}

.deistviya {
  max-width: 1190px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

.div-block-13 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: start;
  justify-content: space-between;
  display: grid;
}

.div-block-14 {
  padding-left: 170px;
}

.text-block-4 {
  color: #a36630;
  margin-bottom: 40px;
  font-family: Inter, sans-serif;
  font-size: 26px;
  font-weight: 700;
  line-height: 31px;
}

.paragraph-4 {
  color: #535353;
  font-family: Inter, sans-serif;
  font-size: 18px;
  line-height: 27px;
}

.div-block-15 {
  margin-top: 30px;
  margin-bottom: 30px;
}

.footer-dark {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 50px 30px 15px;
  position: relative;
  overflow: hidden;
}

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

.footer-wrapper {
  justify-content: space-between;
  align-items: flex-start;
  max-width: 1190px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.footer-content {
  grid-column-gap: 70px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: auto auto 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.footer-block {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.title-small {
  color: #2d3d33;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 12px;
  font-family: Inter, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
}

.footer-link {
  color: #1a1b1f;
  margin-top: 12px;
  margin-bottom: 6px;
  font-family: Inter, sans-serif;
  font-size: 18px;
  line-height: 22px;
  text-decoration: none;
}

.footer-link:hover {
  color: rgba(26, 27, 31, .75);
}

.footer-social-block {
  justify-content: flex-start;
  align-items: center;
  margin-top: 12px;
  margin-left: -12px;
  display: flex;
}

.footer-social-link {
  margin-left: 12px;
}

.footer-divider {
  background-color: #e4ebf3;
  width: 100%;
  height: 1px;
  margin-top: 70px;
  margin-bottom: 15px;
}

.footer-copyright-center {
  color: #2d3d33;
  text-align: center;
  font-size: 14px;
  line-height: 16px;
}

.text-block-5 {
  color: #a36630;
  font-family: Inter, sans-serif;
  font-size: 18px;
  line-height: 40px;
}

.link {
  color: #a36630;
  text-decoration: none;
}

.div-block-16 {
  max-width: 1190px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 100px;
}

.text-block-6 {
  color: #fff;
  text-align: center;
  margin-bottom: 20px;
  font-family: Inter, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 48px;
}

.bigtext {
  background-color: #2d3d33;
  overflow: hidden;
}

.paragraph-5 {
  color: #fff;
  text-align: center;
  margin-bottom: 50px;
  padding-left: 5px;
  padding-right: 5px;
  font-family: Inter, sans-serif;
  font-size: 18px;
  line-height: 27px;
}

.div-block-18 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  margin-top: 35px;
  display: flex;
}

.text-block-7 {
  color: #a36630;
  font-family: Inter, sans-serif;
  font-size: 26px;
  font-weight: 700;
  line-height: 31px;
}

.text-block-8 {
  color: #fff;
  margin: 10px 0;
  font-family: Inter, sans-serif;
  font-size: 18px;
  line-height: 27px;
}

.text-block-9 {
  color: #fff;
  font-family: Inter, sans-serif;
  font-size: 18px;
  line-height: 27px;
}

.div-block-19 {
  min-height: 300px;
  margin-top: 100px;
  margin-left: auto;
  margin-right: auto;
}

.otzivi {
  max-width: 900px;
  margin-top: -150px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
  overflow: hidden;
}

.text-span-3 {
  font-size: 30px;
}

.bold-text {
  margin-top: 40px;
  line-height: 40px;
  display: inline-block;
}

.text-block-10 {
  color: #fff;
  text-align: center;
  padding-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 40px;
  line-height: 48px;
}

.div-block-20 {
  padding: 10px 10px 10px 20px;
}

.div-block-21 {
  background-color: rgba(255, 255, 255, .1);
  border-radius: 5px;
  padding: 10px 10px 10px 20px;
}

.div-block-22 {
  padding: 10px 10px 10px 20px;
}

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

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

.icon, .icon-2 {
  background-color: #a36630;
  border-radius: 20px;
}

.mask, .slide {
  background-color: rgba(0, 0, 0, 0);
}

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

.image-4 {
  margin-top: 5px;
}

.calltoaction {
  background-color: #a36630;
  width: 100%;
  overflow: hidden;
}

.div-block-23 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 1190px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 100px;
  padding-bottom: 100px;
  display: grid;
}

.text-block-11 {
  color: #fff;
  font-family: Inter, sans-serif;
  font-size: 40px;
  line-height: 48px;
}

.text-block-12 {
  color: #fff;
  margin-top: 15px;
  font-family: Inter, sans-serif;
  font-size: 18px;
  line-height: 27px;
}

.link-2 {
  color: #fff;
  text-align: center;
  font-family: Inter, sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 40px;
  text-decoration: none;
}

.link-3 {
  color: #fff;
  text-decoration: none;
}

.text-block-13 {
  color: #2d3d33;
  font-family: Inter, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 48px;
}

.check {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  align-items: center;
  margin-bottom: 20px;
  padding-top: 5px;
  padding-bottom: 5px;
  font-weight: 600;
  display: flex;
}

.purple-holder {
  color: #7f45e8;
  background-color: #e7e8fe;
  border-radius: 2px;
}

.card-wrap {
  background-color: #fff;
  border-radius: 10px;
  padding: 30px 20px 40px;
}

.card-wrap.mid {
  padding-top: 15px;
}

.card-heading {
  text-align: center;
  margin-bottom: 30px;
}

.content-cards {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 1190px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.mb-5 {
  margin-bottom: 5px;
  font-size: 20px;
}

.card-price {
  margin-bottom: 35px;
  font-weight: 600;
}

.card-top {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.popular {
  color: #7f45e8;
  background-color: #2d3d33;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  width: 135px;
  height: 30px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  font-weight: 600;
  display: flex;
}

.button {
  color: #fff;
  background-color: #7f45e8;
  border: 1px solid #7f45e8;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  padding: 10px 15px;
  text-decoration: none;
  transition: color .2s, background-color .2s;
  display: flex;
}

.button:hover {
  color: #7f45e8;
  background-color: rgba(0, 0, 0, 0);
}

.button.big {
  background-color: #a36630;
  border-color: #2d3d33;
  padding-top: 15px;
  padding-bottom: 15px;
}

.button.big:hover {
  color: #000;
}

.card-bot {
  margin-top: 35px;
}

.card-text {
  color: #7f45e8;
  text-align: center;
  background-color: rgba(163, 102, 48, .25);
  padding-top: 10px;
  padding-bottom: 10px;
  font-weight: 700;
}

.card {
  background-color: #e7e8fe;
  border-radius: 10px;
  width: 100%;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
}

.card.mid {
  border: 1px solid #2d3d33;
}

.underline {
  border: 1px #000;
}

.price {
  background-color: #2d3d33;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 80px;
  overflow: hidden;
}

.heading-4 {
  color: #fff;
  text-align: center;
  margin-top: 60px;
  margin-bottom: 30px;
  font-family: Inter, sans-serif;
  font-size: 40px;
  line-height: 48px;
}

.paragraph-6, .paragraph-7, .paragraph-8 {
  color: #a36630;
  font-family: Inter, sans-serif;
}

.paragraph-9 {
  color: #a36630;
  margin-bottom: 0;
}

.paragraph-10, .paragraph-11, .paragraph-12 {
  margin-bottom: 0;
  font-family: Inter, sans-serif;
}

.text-block-14 {
  font-family: Inter, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 36px;
}

.paragraph-13, .paragraph-14, .paragraph-15, .text-span-4, .text-span-5, .paragraph-16, .text-span-6, .text-span-7, .paragraph-17, .paragraph-18, .text-span-8, .text-span-9 {
  font-family: Inter, sans-serif;
}

.menu-button {
  z-index: 3;
}

.body {
  overflow: visible;
}

.paragraph-19 {
  color: #fff;
  max-width: 1190px;
  margin-bottom: 35px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 5px;
  padding-right: 5px;
  font-family: Inter, sans-serif;
}

.paragraph-20 {
  color: #fff;
  max-width: 1190px;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 5px;
  padding-right: 5px;
  font-family: Inter, sans-serif;
}

.text-span-10 {
  font-size: 18px;
  font-weight: 700;
  line-height: 70px;
}

.div-block-25 {
  background-color: #2d3d33;
  height: auto;
  margin-top: -80px;
}

.link-4, .link-5 {
  color: #fff;
  text-decoration: none;
}

.utility-page-wrap {
  background-color: #2d3d33;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

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

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

.nav-dropdown {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle {
  letter-spacing: .25px;
  padding: 0;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle:hover {
  color: rgba(26, 27, 31, .75);
}

.nav-dropdown-toggle:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

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

.nav-dropdown-icon {
  color: #fff;
  margin-right: 0;
}

.nav-dropdown-list {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link {
  padding-top: 5px;
  padding-bottom: 5px;
  font-family: Inter, sans-serif;
  font-size: 18px;
  line-height: 18px;
}

.nav-dropdown-link:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

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

.text-block-15 {
  color: #fff;
  padding: 20px;
  font-family: Inter, sans-serif;
  font-size: 18px;
  line-height: 18px;
  display: inline-block;
  position: relative;
}

.div-block-26 {
  background-color: #2d3d33;
}

.heading-5 {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 40px;
  padding-bottom: 40px;
  font-family: Inter, sans-serif;
  font-size: 70px;
  line-height: 84px;
}

.paragraph-21 {
  color: #fff;
  text-align: center;
  max-width: 950px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 180px;
  font-family: Inter, sans-serif;
  font-size: 18px;
  line-height: 27px;
}

.text-block-16 {
  text-align: center;
  max-width: 1190px;
  margin-left: auto;
  margin-right: auto;
  font-family: Inter, sans-serif;
  font-size: 18px;
  line-height: 27px;
}

.div-block-27 {
  background-color: #e3d1c0;
  border-radius: 5px;
  width: 230px;
  margin: 70px auto 40px;
  padding: 9px;
}

.text-block-17 {
  color: #a36630;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  font-family: Inter, sans-serif;
  font-size: 18px;
  line-height: 18px;
}

.div-block-28 {
  margin-bottom: 200px;
  font-family: Inter, sans-serif;
}

.div-block-29 {
  background-color: #2d3d33;
  margin-left: auto;
  margin-right: auto;
}

.grid {
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-flow: row;
  align-content: center;
  justify-content: stretch;
  align-items: center;
  justify-items: center;
  max-width: 1190px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 40px;
}

.div-block-30, .div-block-32, .div-block-33 {
  margin-top: -150px;
}

.image-6 {
  width: 340px;
}

.text-block-18 {
  color: #000;
  text-align: center;
  margin-top: 10px;
  font-family: Inter, sans-serif;
  font-size: 20px;
  line-height: 24px;
}

.text-block-19 {
  color: #8b8b8b;
  text-align: center;
  font-family: Inter, sans-serif;
  font-size: 18px;
  line-height: 27px;
}

.text-block-20 {
  color: #000;
  text-align: center;
  margin-top: 80px;
  font-size: 40px;
  line-height: 48px;
}

.div-block-18-copy {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  margin-top: 35px;
  padding-bottom: 70px;
  display: flex;
}

.heading-6 {
  color: #fff;
  text-align: center;
  max-width: 1190px;
  margin-left: auto;
  margin-right: auto;
  font-family: Inter, sans-serif;
  font-size: 40px;
  line-height: 48px;
}

.heading-5-copy {
  color: #fff;
  text-align: center;
  margin-top: 67px;
  margin-bottom: 0;
  padding-top: 40px;
  padding-bottom: 40px;
  font-family: Inter, sans-serif;
  font-size: 70px;
  line-height: 84px;
}

.text-block-22 {
  color: #fff;
  text-align: left;
  max-width: 1190px;
  margin-top: 18px;
  margin-left: auto;
  margin-right: auto;
  font-family: Inter, sans-serif;
  font-size: 18px;
  line-height: 27px;
}

.div-block-34 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: center;
  justify-content: center;
  max-width: 1190px;
  margin: 0 auto;
  padding-bottom: 15px;
  display: grid;
}

.div-block-35 {
  text-align: right;
}

.text-block-22-copy {
  color: #fff;
  text-align: right;
  max-width: 1190px;
  margin-top: 18px;
  margin-left: auto;
  margin-right: auto;
  font-family: Inter, sans-serif;
  font-size: 18px;
  line-height: 27px;
}

.link-6, .link-7 {
  color: #fff;
  text-decoration: none;
}

.image-7 {
  max-width: 600px;
  margin-top: -158px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.div-block-37 {
  max-width: 1190px;
  margin-left: auto;
  margin-right: auto;
}

.paragraph-22 {
  text-align: left;
  margin-top: 30px;
  margin-bottom: 30px;
  font-family: Inter, sans-serif;
  font-size: 16px;
}

.text-span-11 {
  font-size: 16px;
}

.bold-text-2, .bold-text-3, .bold-text-4, .bold-text-5, .bold-text-6, .bold-text-7, .bold-text-8, .bold-text-9, .bold-text-10 {
  font-size: 18px;
}

.div-block-38 {
  margin-top: 300px;
  margin-left: -250px;
}

.image-9 {
  width: 250px;
}

.otzivi1 {
  width: auto;
  max-width: 1190px;
  height: 600px;
  margin-top: -200px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 991px) {
  .nav-menu {
    background-color: #2d3d33;
    padding-top: 20%;
    position: fixed;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .nav-link {
    color: #fff;
    text-align: center;
  }

  .div-block-3 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .image-2 {
    top: -200px;
    left: 90px;
  }

  .div-block-6 {
    display: inline-flex;
    top: 30px;
  }

  .button-4 {
    margin-left: 7px;
  }

  .div-block-8 {
    grid-template-columns: 2fr;
    justify-content: center;
  }

  .button-4-copy {
    margin-left: 7px;
  }

  .div-block-11 {
    padding-left: 0;
  }

  .div-block-13 {
    grid-template-columns: 1fr;
  }

  .div-block-14 {
    padding-left: 15px;
    padding-right: 15px;
  }

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

  .footer-content {
    grid-column-gap: 60px;
  }

  .footer-link {
    line-height: 22px;
  }

  .paragraph-5, .div-block-23 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .check.no-mb {
    margin-bottom: 0;
  }

  .content-cards {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .menu-button {
    z-index: 999;
    position: fixed;
    top: 0%;
    bottom: auto;
    left: auto;
    right: 0%;
  }

  .menu-button.w--open {
    background-color: rgba(255, 255, 255, 0);
  }

  .icon-3 {
    z-index: 999;
    position: relative;
    top: -12%;
    bottom: auto;
    left: auto;
    right: 0%;
  }

  .paragraph-19, .paragraph-20 {
    text-align: center;
    padding-left: 15px;
    padding-right: 15px;
  }

  .div-block-25 {
    height: auto;
    padding-bottom: 0;
  }

  .nav-dropdown {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .nav-dropdown-link {
    text-align: center;
  }

  .paragraph-21, .text-block-16 {
    padding-left: 5px;
    padding-right: 5px;
  }

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

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

  .div-block-33 {
    margin-top: 0;
  }

  .text-block-20 {
    text-align: center;
    margin-top: 70px;
  }

  .text-block-22 {
    margin-top: 0;
    padding: 10px;
  }

  .div-block-34 {
    margin-top: 0;
    padding-bottom: 0;
    padding-left: 5px;
    padding-right: 5px;
  }

  .text-block-22-copy {
    margin-top: 0;
    padding: 10px;
  }

  .paragraph-22 {
    padding-left: 5px;
    padding-right: 5px;
  }

  .div-block-38 {
    margin-left: -150px;
  }

  .image-9 {
    width: 150px;
    margin-top: -50px;
  }

  .image-10 {
    width: 200px;
    margin-top: 90px;
    margin-right: 50px;
  }
}

@media screen and (max-width: 767px) {
  .main {
    height: auto;
    padding-left: 15px;
    padding-right: 15px;
  }

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

  .div-block-3 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template: "Area"
    / 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

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

  .image-2 {
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    left: 200px;
    right: 0;
  }

  .div-block-4 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    width: auto;
    height: auto;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    display: inline-flex;
  }

  .deistviya {
    margin-top: 50px;
  }

  .div-block-14 {
    padding-left: 15px;
  }

  .footer-dark {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-wrapper {
    flex-direction: column;
    align-items: center;
  }

  .footer-brand {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .footer-content {
    grid-template-columns: 1fr;
    margin-top: 40px;
  }

  .footer-block {
    align-items: center;
  }

  .footer-link:hover {
    color: rgba(26, 27, 31, .75);
  }

  .footer-social-block {
    margin-top: 20px;
    margin-left: -20px;
  }

  .footer-social-link {
    margin-left: 20px;
  }

  .footer-divider {
    margin-top: 60px;
  }

  .text-block-5 {
    text-align: center;
    font-size: 16px;
  }

  .div-block-23 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  .text-block-11, .text-block-12 {
    text-align: center;
  }

  .content-cards {
    grid-template-columns: 1fr;
  }

  .button.big {
    width: 100%;
  }

  .image-5 {
    text-align: left;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .nav-dropdown {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px rgba(0, 0, 0, .05);
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .grid {
    padding-left: 5px;
    padding-right: 5px;
  }

  .text-block-22 {
    text-align: center;
  }

  .div-block-34 {
    grid-template-columns: 1fr;
    justify-content: center;
    padding-left: 5px;
    padding-right: 5px;
  }

  .div-block-35, .text-block-22-copy, .div-block-36 {
    text-align: center;
  }

  .image-10 {
    width: 300px;
    margin-top: 0;
  }

  .otzivi1 {
    height: auto;
  }
}

@media screen and (max-width: 479px) {
  .shapka {
    grid-template-columns: 1fr;
    height: 50px;
  }

  .div-block {
    overflow: visible;
  }

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

  .text-block-2 {
    text-align: center;
    margin-bottom: 25px;
  }

  .main {
    height: auto;
  }

  .navbar-2 {
    margin-top: 48px;
  }

  .div-block-3 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    align-items: stretch;
    justify-items: stretch;
    height: auto;
    margin-top: 0;
    display: grid;
  }

  .heading {
    text-align: center;
    font-size: 45px;
    line-height: 60px;
  }

  .paragraph {
    text-align: center;
    padding-right: 0;
  }

  .image {
    width: auto;
    max-width: 70%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
  }

  .image-2 {
    max-width: 50%;
    margin-left: auto;
    margin-right: auto;
    top: -322px;
    left: 171px;
    right: auto;
  }

  .div-block-4 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 100%;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    display: inline-flex;
  }

  .div-block-5 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: block;
  }

  .div-block-6 {
    flex-flow: column;
    justify-content: center;
    align-items: stretch;
    display: block;
  }

  .button-4 {
    margin-left: auto;
    margin-right: auto;
  }

  .button-5 {
    display: none;
  }

  .heading-2 {
    text-align: center;
    font-size: 45px;
    line-height: 60px;
  }

  .paragraph-copy {
    text-align: center;
    padding-right: 0;
  }

  .button-4-copy {
    margin-left: auto;
    margin-right: auto;
  }

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

  .div-block-9 {
    margin-left: auto;
    margin-right: auto;
  }

  .paragraph-3, .paragraph-4 {
    font-size: 14px;
  }

  .container-3 {
    max-width: none;
  }

  .text-block-6 {
    font-size: 45px;
    line-height: 60px;
  }

  .paragraph-5, .text-block-8 {
    font-size: 14px;
  }

  .bold-text {
    margin-left: auto;
    margin-right: auto;
  }

  .text-block-10, .text-block-11 {
    font-size: 45px;
    line-height: 60px;
  }

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

  .link-2 {
    margin-left: auto;
    margin-right: auto;
    font-size: 25px;
  }

  .text-block-13, .heading-4 {
    font-size: 45px;
    line-height: 60px;
  }

  .div-block-24 {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .icon-3 {
    position: relative;
  }

  .nav-dropdown-link {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }

  .heading-5 {
    font-size: 45px;
    line-height: 60px;
  }

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

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

  .div-block-30 {
    margin-top: -50px;
  }

  .div-block-32 {
    margin-top: 0;
  }

  .heading-6 {
    padding-left: 5px;
    padding-right: 5px;
    font-size: 30px;
  }

  .heading-5-copy {
    font-size: 45px;
    line-height: 60px;
  }

  .image-8 {
    width: auto;
    max-width: none;
    height: auto;
  }

  .div-block-38 {
    margin-left: -140px;
  }
}

#w-node-caca2775-95c4-5ba3-5b6a-92bab51405a8-ee10a5e8, #w-node-_2b7ae0be-a0f2-7acd-9edf-dcf151135e05-ee10a5e8 {
  align-self: center;
}

#w-node-_1ad90c19-375b-53bb-dc2b-2eb04a1fa8ac-ee10a5e8 {
  align-self: start;
  justify-self: center;
}

#w-node-_153da6a3-67de-d94d-a97a-7d4e9ff4ab0a-ee10a5e8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6bdab412-6791-1ff3-e45a-78f34a86b4f4-ee10a5e8 {
  grid-area: Area;
  align-self: start;
  justify-self: center;
}

#w-node-_36a6d514-8736-49aa-809b-7bde66f51e49-ee10a5e8 {
  align-self: center;
  justify-self: auto;
}

#w-node-_69cf30f7-85de-2c62-de46-9f37d68cdade-ee10a5e8 {
  justify-self: auto;
}

#w-node-_3baa81a3-2da3-79f2-82cd-1b8003050e05-ee10a5e8 {
  align-self: center;
}

#w-node-_42e049a1-57bb-eed6-fad2-cf7467e9ae9c-ee10a5e8 {
  align-self: center;
  justify-self: center;
}

#w-node-a7370fa2-0cdc-e226-1c4f-20ee57dfbc03-ee10a5e8, #uslugi.w-node-a7370fa2-0cdc-e226-1c4f-20ee57dfbc0c-ee10a5e8, #w-node-a7370fa2-0cdc-e226-1c4f-20ee57dfbc17-ee10a5e8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b7343bb1-5295-4556-6798-881a55e5c73d-1033a21d, #w-node-b7343bb1-5295-4556-6798-881a55e5c741-1033a21d {
  align-self: center;
}

#w-node-_08a1cf76-3f7a-237f-6c47-6455068a7ce8-1033a21d, #uslugi.w-node-_08a1cf76-3f7a-237f-6c47-6455068a7cf1-1033a21d, #w-node-_08a1cf76-3f7a-237f-6c47-6455068a7cfe-1033a21d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5f5ee2c5-e372-855e-167e-34848c71d438-0308b768, #w-node-_5f5ee2c5-e372-855e-167e-34848c71d43c-0308b768 {
  align-self: center;
}

#w-node-_7eb0d97f-490e-f14b-85b3-559a306d5fb5-0308b768, #w-node-e748e521-e84f-c71f-6c1b-d1f827d8a3bb-0308b768, #uslugi.w-node-e748e521-e84f-c71f-6c1b-d1f827d8a3c4-0308b768, #w-node-e748e521-e84f-c71f-6c1b-d1f827d8a3d1-0308b768 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4d4bcd28-ea07-0f04-515d-4e826a70405f-a11c73b6, #w-node-_4d4bcd28-ea07-0f04-515d-4e826a704062-a11c73b6 {
  align-self: center;
}

#w-node-e1872b6e-ce55-4306-5321-a1fcbaf1c6b3-a11c73b6 {
  justify-self: start;
}

#w-node-abc3cf4e-c986-47f7-60dd-a41b496a8aa8-a11c73b6 {
  justify-self: end;
}

#w-node-_3160b159-f30f-356a-8877-c073f16307c6-a11c73b6 {
  align-self: center;
  justify-self: center;
}

#w-node-b7640b7e-76aa-e905-6e90-b2f2bab36e59-a11c73b6, #uslugi.w-node-b7640b7e-76aa-e905-6e90-b2f2bab36e62-a11c73b6, #w-node-b7640b7e-76aa-e905-6e90-b2f2bab36e6f-a11c73b6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1838702b-0ac6-7d9f-2ea0-80062a81b99e-58a889f3, #w-node-_1838702b-0ac6-7d9f-2ea0-80062a81b9a2-58a889f3 {
  align-self: center;
}

#w-node-_14f3588b-b011-01e6-c2b6-770d0d2a44ab-58a889f3 {
  align-self: center;
  justify-self: center;
}

#w-node-_38dde1ad-7798-fb68-83f8-fd832635622c-58a889f3, #uslugi.w-node-_38dde1ad-7798-fb68-83f8-fd8326356235-58a889f3, #w-node-_38dde1ad-7798-fb68-83f8-fd8326356242-58a889f3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_165d04c0-68a5-bd72-ff60-dc0e5297aeeb-64fbde60, #w-node-_165d04c0-68a5-bd72-ff60-dc0e5297aeef-64fbde60 {
  align-self: center;
}

#w-node-ef68ffc1-228e-d8a1-0d4e-d1578f0cfd1b-64fbde60 {
  align-self: center;
  justify-self: center;
}

#w-node-b0635903-3863-c660-d069-0a69cc36e854-64fbde60, #uslugi.w-node-b0635903-3863-c660-d069-0a69cc36e85d-64fbde60, #w-node-b0635903-3863-c660-d069-0a69cc36e86a-64fbde60 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e559e7f1-d912-12b3-a4c7-4b12d6cfe69b-32ea6835, #w-node-e559e7f1-d912-12b3-a4c7-4b12d6cfe69f-32ea6835 {
  align-self: center;
}

#w-node-_323e86c3-ac5a-2e2b-7789-591cba64cffb-32ea6835 {
  align-self: center;
  justify-self: center;
}

#w-node-_143844c2-0944-6bbb-b3e4-e265cce53a43-32ea6835, #uslugi.w-node-_143844c2-0944-6bbb-b3e4-e265cce53a4c-32ea6835, #w-node-_143844c2-0944-6bbb-b3e4-e265cce53a59-32ea6835 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_660e6487-0c79-63f5-c6cf-61b3f51adf5c-de283d07, #w-node-_660e6487-0c79-63f5-c6cf-61b3f51adf60-de283d07 {
  align-self: center;
}

#w-node-_698e21d9-86cc-ffb9-44c2-7467639b9f4b-de283d07 {
  align-self: center;
  justify-self: center;
}

#w-node-_227ec7c3-df55-4553-52bd-f663e3120ba4-de283d07, #uslugi.w-node-_227ec7c3-df55-4553-52bd-f663e3120bad-de283d07, #w-node-_227ec7c3-df55-4553-52bd-f663e3120bba-de283d07 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_470d7734-6470-1ff1-f7ea-d58dee6387f6-96819322, #w-node-_470d7734-6470-1ff1-f7ea-d58dee6387fa-96819322 {
  align-self: center;
}

#w-node-_7a5be2a7-b453-3456-318a-31625b4f2e76-96819322, #uslugi.w-node-_7a5be2a7-b453-3456-318a-31625b4f2e7f-96819322, #w-node-_7a5be2a7-b453-3456-318a-31625b4f2e8c-96819322 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0ccf78c5-27e4-539e-2662-003c958e2f52-69705c04, #w-node-_0ccf78c5-27e4-539e-2662-003c958e2f56-69705c04 {
  align-self: center;
}

#w-node-_5fd25680-c238-b61a-2b49-8ce599b68973-69705c04 {
  align-self: center;
  justify-self: center;
}

#w-node-c3efa663-16a0-7c92-9fe8-f57fa64a5435-69705c04, #uslugi.w-node-c3efa663-16a0-7c92-9fe8-f57fa64a543e-69705c04, #w-node-c3efa663-16a0-7c92-9fe8-f57fa64a544b-69705c04 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_36a6d514-8736-49aa-809b-7bde66f51e49-ee10a5e8, #w-node-_69cf30f7-85de-2c62-de46-9f37d68cdade-ee10a5e8, #w-node-_3baa81a3-2da3-79f2-82cd-1b8003050e05-ee10a5e8, #w-node-_2bc36ddb-0a49-fea4-f768-32f2e064d65f-ee10a5e8, #w-node-_0b22d155-6feb-75ce-f29e-d319f9689ff0-ee10a5e8 {
    justify-self: center;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_6bdab412-6791-1ff3-e45a-78f34a86b4f4-ee10a5e8 {
    grid-area: 1 / 1 / 2 / 2;
    align-self: auto;
    justify-self: auto;
  }

  #w-node-_36a6d514-8736-49aa-809b-7bde66f51e49-ee10a5e8, #w-node-_69cf30f7-85de-2c62-de46-9f37d68cdade-ee10a5e8, #w-node-_3baa81a3-2da3-79f2-82cd-1b8003050e05-ee10a5e8, #w-node-e1872b6e-ce55-4306-5321-a1fcbaf1c6b3-a11c73b6, #w-node-abc3cf4e-c986-47f7-60dd-a41b496a8aa8-a11c73b6 {
    justify-self: center;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_6bdab412-6791-1ff3-e45a-78f34a86b4f4-ee10a5e8 {
    align-self: center;
    justify-self: center;
  }
}


