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

.body {
  font-family: Montserrat, sans-serif;
  color: #000;
  font-size: 16px;
  line-height: 25px;
  font-weight: 500;
  letter-spacing: 1px;
}

.main-section {
  padding-top: 40px;
  padding-bottom: 100px;
  background-image: url('../images/plastic-bg.jpg');
  background-position: 50% 0%;
  background-size: cover;
  background-repeat: no-repeat;
}

.main-contain {
  width: 100%;
  max-width: 1140px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.header-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-bottom: 40px;
  margin-left: auto;
  -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;
}

.phone-link {
  padding-left: 40px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  background-image: url('../images/phone-icon-pink.svg');
  background-position: 0% 50%;
  background-size: 24px;
  background-repeat: no-repeat;
  -webkit-transition: all 500ms cubic-bezier(0, .5, .25, 1);
  transition: all 500ms cubic-bezier(0, .5, .25, 1);
  color: #fd13f0;
  font-size: 1.5em;
  line-height: 2em;
  font-weight: 600;
  letter-spacing: 2px;
  text-decoration: none;
}

.phone-link:hover {
  background-image: url('../images/phone-icon_hover.svg');
  background-position: 0% 50%;
  background-size: 24px 24px;
  background-repeat: no-repeat;
  color: #df00d3;
}

.phone-link._1 {
  display: none;
  background-image: url('../images/phone-icon-pink.svg');
  background-position: 0% 50%;
  background-size: 24px 24px;
  background-repeat: no-repeat;
  color: #fd13f0;
}

.phone-link._1:hover {
  background-image: url('../images/phone-icon-pink.svg');
  background-size: 24px 24px;
  background-repeat: no-repeat;
}

.phone-link._2 {
  display: block;
  background-image: url('../images/phone-icon-pink.svg');
  background-position: 0% 50%;
  background-size: 24px 24px;
  background-repeat: no-repeat;
  color: #fd13f0;
}

.phone-link._2:hover {
  background-image: url('../images/phone-icon-pink.svg');
  background-size: 24px 24px;
  background-repeat: no-repeat;
}

.main-wrapper {
  position: static;
  display: block;
  margin-top: 60px;
  margin-bottom: 60px;
  -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;
}

.title-wrapper {
  position: static;
  left: 0%;
  top: 30%;
  right: auto;
  bottom: 0%;
  width: 60%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  text-align: left;
}

.img-wrapper {
  margin-left: 10%;
}

.form-wrapper {
  position: static;
  left: auto;
  top: 5%;
  right: 0%;
  bottom: 5%;
  display: block;
  width: 360px;
  height: auto;
  margin-top: 20px;
  margin-bottom: 40px;
  padding-top: 25px;
  padding-right: 35px;
  padding-bottom: 25px;
  -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;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  text-align: left;
}

.form-wrapper._1 {
  margin: 0px auto;
  text-align: center;
}

.image {
  width: 750px;
}

.heading {
  margin-top: 0px;
  color: #7948f7;
  font-size: 2.1em;
  line-height: 1.7em;
}

.paragraph {
  float: left;
  font-size: 1.3em;
  line-height: 1.5em;
}

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

.pink-dot {
  width: 17px;
  height: 17px;
  margin-top: 8px;
  margin-right: 20px;
  float: left;
  clear: none;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 50px;
  background-color: #fd13f0;
}

.pink-dot._1 {
  margin-top: 0px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-color: #fd13f0;
}

.heading-2 {
  margin-top: 20px;
  margin-bottom: 30px;
  color: #7948f7;
  font-size: 1.3em;
  line-height: 1em;
}

.heading-2._1 {
  margin-bottom: 40px;
  font-size: 1.5em;
}

.text-field {
  height: 50px;
  margin-bottom: 30px;
  padding-right: 20px;
  padding-left: 20px;
  border-style: solid;
  border-width: 1px;
  border-color: #e8e8e8;
  border-radius: 50px;
  font-size: 1em;
  line-height: 1em;
  font-style: normal;
  text-align: left;
}

.phone {
  height: 50px;
  margin-bottom: 30px;
  padding-right: 20px;
  padding-left: 20px;
  border-style: solid;
  border-width: 1px;
  border-color: #e8e8e8;
  border-radius: 50px;
  font-size: 1em;
  line-height: 1em;
  font-style: normal;
  text-align: left;
}

.text-field-3 {
  height: 50px;
  margin-bottom: 40px;
  padding-right: 20px;
  padding-left: 20px;
  border-style: solid;
  border-width: 1px;
  border-color: #e8e8e8;
  border-radius: 50px;
  font-size: 1em;
  line-height: 1em;
  font-style: normal;
  text-align: left;
}

.submit-button {
  width: 100%;
  height: 55px;
  max-width: none;
  border-radius: 50px;
  background-color: #fd13f0;
  -webkit-transition: all 450ms cubic-bezier(.012, .477, .25, 1);
  transition: all 450ms cubic-bezier(.012, .477, .25, 1);
  font-size: 1.1em;
  line-height: 1em;
  font-weight: 700;
}

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

.success-message {
  background-color: hsla(0, 0%, 100%, 0);
}

.text-block {
  margin-top: 30px;
  color: #fff;
  font-size: 1.3em;
  line-height: 1.7em;
  font-weight: 400;
}

.error-message {
  margin-top: 0px;
  background-color: rgba(255, 222, 222, 0);
}

.text-block-2 {
  color: #ffc6fc;
  font-size: 0.9em;
  line-height: 1.3em;
  font-weight: 400;
}

.form {
  font-size: 1em;
  line-height: 1em;
}

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

.group-section {
  position: relative;
  padding-top: 40px;
  padding-bottom: 40px;
}

.why-pick-contain {
  width: 100%;
  max-width: 1140px;
  margin-right: auto;
  margin-left: auto;
}

.title-contain-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  float: none;
  clear: none;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.heading-3 {
  margin-top: 10px;
  font-size: 1.4em;
  line-height: 1em;
}

.div-block {
  float: right;
}

.link {
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 60px;
  float: right;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-image: url('../images/play-btn.svg');
  background-position: 0% 50%;
  background-size: 42px 42px;
  background-repeat: no-repeat;
  -webkit-transition: all 400ms cubic-bezier(.047, .43, .25, 1);
  transition: all 400ms cubic-bezier(.047, .43, .25, 1);
  color: #df00d3;
  font-size: 1em;
  line-height: 1em;
  font-weight: 600;
  text-decoration: underline;
}

.link:hover {
  color: #fd13f0;
}

.title-video-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.content-wrapper {
  margin-top: 40px;
  padding-left: 0px;
  clear: left;
}

.grid {
  display: -ms-grid;
  display: grid;
  -webkit-box-pack: stretch;
  -webkit-justify-content: stretch;
  -ms-flex-pack: stretch;
  justify-content: stretch;
  justify-items: stretch;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  grid-auto-columns: 1fr;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  color: #006aa3;
}

.card-wrapper {
  position: static;
  height: 100%;
  -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;
}

.card-wrapp {
  position: static;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: 100%;
  margin-left: 35px;
  padding: 50px 50px 50px 40px;
  -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-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(173, 176, 211, 0.36);
  background-color: #fff;
}

.cyan-line {
  position: relative;
  left: 0%;
  top: 70px;
  right: auto;
  bottom: auto;
  z-index: 10;
  width: 55px;
  height: 3px;
  background-color: #7948f7;
  color: #7948f7;
}

.card-title {
  position: static;
  margin-top: 0px;
  margin-bottom: 30px;
  color: #7948f7;
  font-size: 1.5em;
  line-height: 1.3em;
}

.text-card {
  color: #000;
  font-size: 1em;
  line-height: 1.7em;
  font-weight: 600;
}

.expert-contain {
  width: 100%;
  max-width: 1140px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 40px;
  padding-bottom: 40px;
}

.columns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0px;
  clear: left;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.mustafin {
  margin-bottom: 20px;
}

.column {
  padding-left: 0px;
}

.kaldigulova {
  margin-bottom: 20px;
}

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

.klenova {
  margin-bottom: 20px;
}

.espert-wrapper {
  padding-right: 10px;
}

.name {
  font-size: 1.2em;
  line-height: 1.6em;
}

.expert {
  margin-top: 15px;
  margin-bottom: 35px;
  color: #006aa3;
  font-size: 1em;
  line-height: 1.5em;
  font-weight: 600;
}

.info {
  font-size: 1em;
  line-height: 1.7em;
}

.review-section {
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.75)), to(hsla(0, 0%, 100%, 0.75))), url('../images/reviews-bg.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.75), hsla(0, 0%, 100%, 0.75)), url('../images/reviews-bg.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.review-contain {
  width: 100%;
  max-width: 1140px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 50px;
  padding-bottom: 50px;
}

.review-wrapper {
  position: relative;
  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;
  border-style: solid;
  border-width: 1px;
  border-color: #fd13f0;
  -webkit-transition: all 400ms cubic-bezier(.047, .424, .25, 1);
  transition: all 400ms cubic-bezier(.047, .424, .25, 1);
  cursor: pointer;
}

.review-wrapper:hover {
  -webkit-transform: translate(0px, -2px);
  -ms-transform: translate(0px, -2px);
  transform: translate(0px, -2px);
}

.recept-contain {
  width: 100%;
  max-width: 1140px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 50px;
  padding-bottom: 40px;
}

.image-2 {
  position: absolute;
}

.recept-paragraph {
  font-size: 1em;
  line-height: 1.7em;
  font-weight: 700;
}

.list-wrapper {
  display: block;
  margin-top: 30px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  -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;
}

.list-line {
  width: 15px;
  height: 2px;
  margin-top: 12px;
  clear: none;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-color: #000;
  color: #000;
}

.list-paragraph {
  margin-bottom: 0px;
  margin-left: 15px;
  font-size: 1em;
  line-height: 1.8em;
}

.recept-text {
  margin-top: 40px;
  margin-bottom: 40px;
  font-size: 1em;
  line-height: 1.7em;
}

.recept-form-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.recept-img-wrap {
  position: static;
  display: block;
  width: auto;
  height: auto;
  -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;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.contact-contain {
  width: 100%;
  max-width: 1140px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 40px;
  padding-bottom: 40px;
}

.recept-form-wrap {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  width: 50%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.check-list-title {
  margin-bottom: 30px;
  color: #006aa3;
  font-size: 1.1em;
  line-height: 1.7em;
}

.form-wrap {
  padding: 25px 60px 50px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 106, 163, 0.9)), to(rgba(0, 106, 163, 0.9))), url('../images/form-bg1.jpg');
  background-image: linear-gradient(180deg, rgba(0, 106, 163, 0.9), rgba(0, 106, 163, 0.9)), url('../images/form-bg1.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.title-form {
  margin-bottom: 30px;
  color: #fff;
  font-size: 1.3em;
  line-height: 1.7em;
}

.image-3 {
  position: static;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  display: block;
  width: 97%;
}

.contact-wrap {
  margin-top: 40px;
  padding-left: 35px;
}

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

.link-2 {
  color: #fd13f0;
}

.text-block-3 {
  font-size: 1em;
  line-height: 1.6em;
}

.link-3 {
  color: #fd13f0;
}

.link-4 {
  color: #fd13f0;
}

.text-block-4 {
  font-size: 1em;
  line-height: 1.6em;
}

.link-5 {
  color: #fd13f0;
}

.link-6 {
  color: #fd13f0;
}

.map-wrap {
  position: relative;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: block;
  margin-top: 50px;
}

.map-contain {
  width: 100%;
  height: auto;
}

.html-embed {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.footer-section {
  background-color: #3c4b53;
}

.footer-contain {
  width: 100%;
  max-width: 1140px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 10px;
  padding-bottom: 10px;
}

.columns-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
}

.column-4 {
  padding-left: 0px;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
}

.text-block-5 {
  color: #7a7e86;
  font-size: 0.9em;
  line-height: 1em;
}

.column-5 {
  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;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.link-block {
  float: right;
  background-image: url('../images/petrit-logo.svg');
  background-position: 100% 50%;
  background-size: auto;
  background-repeat: no-repeat;
}

.column-6 {
  position: relative;
  display: block;
  padding-right: 0px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: right;
}

.petrit {
  width: 70px;
  padding-right: 0px;
  padding-left: 0px;
  background-color: rgba(255, 255, 255, 0);
  background-image: url('../images/petrit-logo.svg');
  background-position: 100% 50%;
  background-size: auto;
  background-repeat: no-repeat;
}

.modal-team {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 15;
  display: none;
  width: 100%;
  height: 100%;
  background-color: hsla(0, 0%, 100%, 0.75);
  color: #fff;
}

.modal-contain {
  position: absolute;
  left: 0%;
  top: 10%;
  right: 0%;
  bottom: auto;
  width: 95%;
  max-width: 800px;
  margin-right: auto;
  margin-left: auto;
}

.close {
  position: absolute;
  left: auto;
  top: -25px;
  right: 0%;
  bottom: auto;
  width: 20px;
  height: 20px;
  background-image: url('../images/close.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  cursor: pointer;
}

.modal-review-1 {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 15;
  display: none;
  width: 100%;
  height: 100%;
  background-color: hsla(0, 0%, 100%, 0.75);
  color: #fff;
}

.image-4 {
  border-style: none;
  border-width: 1px;
  border-color: #fd13f0;
}

.modal-review-2 {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 15;
  display: none;
  width: 100%;
  height: 100%;
  background-color: hsla(0, 0%, 100%, 0.75);
  color: #fff;
}

.modal-review-3 {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 15;
  display: none;
  width: 100%;
  height: 100%;
  background-color: hsla(0, 0%, 100%, 0.75);
  color: #fff;
}

.descript-section {
  position: relative;
  overflow: visible;
  background-image: none;
  background-size: auto;
  background-repeat: repeat;
}

.descript-contain {
  width: 100%;
  max-width: 1140px;
  margin-right: auto;
  margin-left: auto;
}

.text-wrapper {
  width: 55%;
  margin-top: 60px;
  margin-bottom: 60px;
  float: right;
}

.paragraph-2 {
  margin-bottom: 25px;
  margin-left: 30px;
  font-size: 1em;
  line-height: 1.9em;
  font-weight: 500;
}

.list-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
}

.line {
  width: 16px;
  height: 1px;
  margin-top: 18px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-color: #000;
}

.text-wrap {
  margin-left: 15px;
}

.paragraph-3 {
  margin-bottom: 0px;
  float: none;
  font-size: 1.1em;
  line-height: 2em;
  font-weight: 400;
}

.paragraph-4 {
  margin-top: 40px;
  margin-bottom: 40px;
}

.paragraph-5 {
  margin-top: 40px;
  margin-left: 30px;
  color: #7948f7;
  font-size: 1em;
  line-height: 1.9em;
}

.image-5 {
  position: absolute;
  left: -5%;
  top: -27%;
  right: auto;
  bottom: 0%;
  display: block;
  width: 60%;
}

.spectr-section {
  padding-top: 40px;
  padding-bottom: 40px;
}

.spectr-contain {
  width: 100%;
  max-width: 1140px;
  margin-right: auto;
  margin-left: auto;
}

.spectr-content-wrap {
  margin-top: 40px;
  margin-left: 35px;
}

.paragraph-6 {
  margin-top: 40px;
  font-size: 1em;
  line-height: 1.9em;
}

.price-section {
  padding-top: 40px;
  padding-bottom: 60px;
  background-image: url('../images/price-bg.jpg');
  background-position: 50% 0%;
  background-size: cover;
  background-repeat: no-repeat;
}

.price-contain {
  width: 100%;
  max-width: 1140px;
  margin-right: auto;
  margin-left: auto;
}

.price-content-wrap {
  margin-top: 40px;
  margin-left: 35px;
}

.price-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  padding-top: 20px;
  padding-bottom: 10px;
  -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;
  border-bottom: 1px solid #bec0dc;
}

.paragraph-7 {
  font-size: 1em;
  line-height: 1.7em;
}

.text-block-6 {
  font-size: 1.1em;
  line-height: 1.7em;
  font-weight: 700;
}

.form-section {
  padding-top: 40px;
  padding-bottom: 40px;
}

.form-contain {
  width: 100%;
  max-width: 1140px;
  margin-right: auto;
  margin-left: auto;
}

@media screen and (max-width: 991px) {
  .main-section {
    padding: 20px 15px 40px;
  }
  .header-wrapper {
    margin-bottom: 20px;
  }
  .phone-link {
    display: none;
  }
  .phone-link._1 {
    display: block;
  }
  .phone-link._2 {
    display: block;
  }
  .main-wrapper {
    margin-top: 40px;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .title-wrapper {
    top: 0%;
    width: 57%;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }
  .img-wrapper {
    margin-top: 142px;
    margin-left: 0%;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .form-wrapper {
    position: static;
    left: auto;
    top: auto;
    right: 0%;
    bottom: 0%;
    height: 400px;
    padding-top: 10px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .image {
    width: 500px;
  }
  .heading {
    margin-bottom: 0px;
    font-size: 1.8em;
    line-height: 1.4em;
  }
  .paragraph {
    float: none;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    font-size: 1.1em;
  }
  .paragraph-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 10px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .pink-dot {
    margin-top: 19px;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .pink-dot._1 {
    margin-top: 8px;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .group-section {
    padding: 20px 15px;
  }
  .heading-3 {
    margin-top: 0px;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    line-height: 1.5em;
  }
  .link {
    margin-left: 35px;
  }
  .title-video-wrapper {
    -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;
  }
  .content-wrapper {
    margin-top: 20px;
  }
  .grid {
    -webkit-align-content: start;
    -ms-flex-line-pack: start;
    align-content: start;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }
  .card-wrapper {
    width: 100%;
  }
  .card-wrapp {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .cyan-line {
    top: 50px;
  }
  .expert-section {
    padding-right: 15px;
    padding-left: 15px;
  }
  .expert-contain {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .columns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .mustafin {
    clear: left;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }
  .column {
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .espert-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 40px;
    -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-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: baseline;
    -webkit-align-items: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
  }
  .name {
    display: block;
    clear: left;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .expert {
    margin-bottom: 20px;
    clear: left;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .info {
    clear: left;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .review-section {
    padding-right: 15px;
    padding-left: 15px;
  }
  .review-contain {
    padding-top: 20px;
    padding-bottom: 40px;
  }
  .review-wrapper {
    position: static;
    margin-right: auto;
    margin-left: auto;
    clear: none;
    -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-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    text-align: center;
  }
  .recept-section {
    padding-right: 15px;
    padding-left: 15px;
  }
  .recept-contain {
    padding-top: 20px;
  }
  .recept-form-wrapper {
    position: static;
    -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;
  }
  .recept-img-wrap {
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .contact-section {
    padding-right: 15px;
    padding-left: 15px;
  }
  .contact-contain {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .recept-form-wrap {
    position: static;
    bottom: -39%;
    width: auto;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .check-list-title {
    margin-bottom: 20px;
  }
  .form-wrap {
    padding-right: 30px;
    padding-left: 30px;
  }
  .image-3 {
    float: left;
  }
  .contact-wrap {
    margin-top: 20px;
  }
  .footer-section {
    padding-right: 15px;
    padding-left: 15px;
  }
  .text-block-5 {
    float: left;
  }
  .expert-text-wrapp {
    margin-left: 20px;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .columns-3 {
    display: block;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .column-7 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-left: 0px;
    -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: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    text-align: left;
  }
  .column-8 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-left: 0px;
    -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;
  }
  .column-9 {
    padding-left: 0px;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .column-10 {
    margin-top: 20px;
    padding-left: 0px;
  }
  .descript-section {
    padding-right: 15px;
    padding-left: 15px;
  }
  .text-wrapper {
    width: 72%;
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .image-5 {
    left: -45%;
    top: -10%;
    display: block;
    overflow: visible;
    width: 85%;
  }
  .spectr-section {
    padding: 30px 15px;
  }
  .price-section {
    padding-right: 15px;
    padding-bottom: 40px;
    padding-left: 15px;
  }
  .price-content-wrap {
    margin-top: 20px;
  }
  .form-section {
    padding-right: 15px;
    padding-left: 15px;
  }
  .div-block-2 {
    margin-right: 100px;
  }
  .div-block-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .div-block-4 {
    margin-right: 100px;
  }
  .div-block-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .div-block-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .div-block-7 {
    margin-right: 100px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
}

@media screen and (max-width: 767px) {
  .main-section {
    padding-top: 10px;
    padding-bottom: 20px;
    background-position: 44% 0%;
  }
  .main-wrapper {
    position: static;
    margin-bottom: 20px;
    -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;
  }
  .title-wrapper {
    position: static;
    width: 100%;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
  }
  .img-wrapper {
    width: 100%;
    margin-top: 0px;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
  }
  .form-wrapper {
    position: static;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 0px;
    margin-left: 35px;
    padding-right: 0px;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
  }
  .image {
    width: 100%;
  }
  .heading {
    font-size: 1.6em;
  }
  .paragraph-wrap {
    clear: none;
  }
  .card-title {
    font-size: 1.4em;
  }
  .espert-wrapper {
    margin-bottom: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .review-wrapper {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    text-align: left;
  }
  .recept-form-wrapper {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .recept-img-wrap {
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
  }
  .text-block-3 {
    font-size: 0.9em;
  }
  .text-block-4 {
    font-size: 0.9em;
  }
  .columns-2 {
    -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;
  }
  .column-4 {
    margin-bottom: 10px;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }
  .column-5 {
    margin-bottom: 10px;
    padding-left: 0px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }
  .column-6 {
    padding-left: 0px;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
    text-align: left;
  }
  .petrit {
    background-position: 0% 50%;
  }
  .columns-3 {
    display: block;
    -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;
  }
  .column-7 {
    margin-bottom: 15px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
  }
  .column-8 {
    margin-bottom: 15px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
  }
  .column-9 {
    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-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
  }
  .descript-section {
    overflow: hidden;
  }
  .text-wrapper {
    width: 69%;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .paragraph-2 {
    margin-bottom: 10px;
    font-size: 0.9em;
    line-height: 1.8em;
  }
  .list-wrap {
    margin-top: 0px;
  }
  .paragraph-3 {
    font-size: 1em;
  }
  .paragraph-5 {
    margin-top: 20px;
    font-size: 0.9em;
    line-height: 1.7em;
  }
  .image-5 {
    left: -47%;
    top: -4%;
    width: 99%;
  }
  .spectr-content-wrap {
    margin-top: 10px;
  }
  .paragraph-6 {
    margin-top: 20px;
  }
  .div-block-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .div-block-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .div-block-10 {
    margin-right: 100px;
  }
  .div-block-11 {
    margin-right: 100px;
  }
}

@media screen and (max-width: 479px) {
  .header-wrapper {
    margin-bottom: 10px;
    -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;
  }
  .logo {
    margin-bottom: 5px;
  }
  .phone-link {
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    font-size: 1.2em;
  }
  .main-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 10px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .form-wrapper {
    width: auto;
    height: auto;
    margin-top: -21px;
    margin-left: 0px;
    padding: 30px 15px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .form-wrapper._1 {
    padding-top: 0px;
    padding-bottom: 30px;
  }
  .heading {
    font-size: 1.5em;
  }
  .paragraph {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-size: 0.9em;
  }
  .paragraph-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .pink-dot {
    margin-top: 13px;
    margin-right: 10px;
  }
  .pink-dot._1 {
    width: 15px;
    height: 15px;
    margin-top: 2px;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .heading-2 {
    margin-bottom: 25px;
    font-size: 1.2em;
  }
  .heading-2._1 {
    margin-bottom: 20px;
    font-size: 1.2em;
  }
  .submit-button {
    width: 100%;
  }
  .title-contain-wrap {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .heading-3 {
    margin-top: 0px;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    font-size: 1em;
  }
  .link {
    margin-left: 26px;
    line-height: 1.4em;
  }
  .content-wrapper {
    margin-top: 0px;
    padding-left: 0px;
  }
  .grid {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }
  .card-wrapp {
    margin-left: 24px;
    padding: 15px 30px;
  }
  .cyan-line {
    top: 28px;
    width: 40px;
  }
  .card-title {
    margin-bottom: 10px;
    font-size: 1em;
  }
  .text-card {
    font-size: 0.8em;
    line-height: 1.6em;
  }
  .mustafin {
    margin-bottom: 0px;
  }
  .name {
    font-size: 1em;
  }
  .expert {
    margin-top: 10px;
    font-size: 0.9em;
  }
  .info {
    font-size: 0.9em;
    line-height: 1.5em;
  }
  .review-contain {
    padding-bottom: 20px;
  }
  .recept-paragraph {
    margin-bottom: 0px;
    font-size: 0.9em;
    line-height: 1.5em;
  }
  .list-wrapper {
    margin-top: 10px;
  }
  .list {
    margin-bottom: 0px;
  }
  .list-paragraph {
    display: block;
    margin-bottom: 10px;
    clear: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    font-size: 0.9em;
    line-height: 1.5em;
    text-align: left;
  }
  .recept-text {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 0.9em;
    line-height: 1.5em;
  }
  .check-list-title {
    font-size: 1em;
    line-height: 1.5em;
  }
  .form-wrap {
    padding: 15px;
  }
  .title-form {
    margin-top: 10px;
    margin-bottom: 20px;
    font-size: 1.2em;
    line-height: 1.6em;
  }
  .contact-wrap {
    padding-left: 26px;
  }
  .text-wrapper {
    width: 100%;
    margin-bottom: 10px;
  }
  .paragraph-2 {
    margin-bottom: 20px;
    font-size: 0.8em;
  }
  .list-wrap {
    margin-bottom: 10px;
  }
  .line {
    margin-top: 13px;
  }
  .paragraph-3 {
    font-size: 0.9em;
    line-height: 1.5em;
  }
  .image-5 {
    display: none;
  }
  .spectr-content-wrap {
    margin-left: 25px;
  }
  .paragraph-6 {
    font-size: 0.9em;
    line-height: 1.6em;
  }
  .price-section {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .price-content-wrap {
    margin-top: 10px;
    margin-left: 25px;
  }
  .price-wrap {
    padding-top: 10px;
    -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;
  }
  .paragraph-7 {
    font-size: 0.9em;
  }
  .form-section {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .div-block-2 {
    margin-right: 0px;
  }
  .div-block-4 {
    margin-right: 0px;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
  }
  .div-block-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .div-block-7 {
    margin-right: 0px;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
  }
  .div-block-10 {
    margin-right: 0px;
  }
  .div-block-11 {
    margin-right: 0px;
  }
  .div-block-12 {
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
  }
}

#w-node-deb0e1d15e34-f31bf8d0 {
  -ms-grid-column-align: stretch;
  justify-self: stretch;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

#w-node-9e8bbedcb900-f31bf8d0 {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -ms-grid-column-align: start;
  justify-self: start;
}

