:root {
  --beige: #fffbf7;
  --white: white;
  --dark-orange: #ff7e00;
  --chocolate: rgba(209, 103, 0, .3);
  --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;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

h1 {
  text-align: center;
  letter-spacing: 1px;
  margin-top: 40px;
  margin-bottom: 20px;
  font-size: 52px;
  font-weight: 700;
  line-height: 52px;
}

h2 {
  text-align: center;
  letter-spacing: 1px;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 30px;
  font-size: 36px;
  font-weight: 700;
  line-height: 42px;
}

h3 {
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
}

h4 {
  color: #333;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 700;
  line-height: 26px;
}

h5 {
  letter-spacing: 2.5px;
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

p {
  margin-bottom: 0;
}

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

.slide-nav {
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, .6));
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  justify-content: center;
  align-items: center;
  height: 40px;
  padding-top: 0;
  font-size: 10px;
  display: flex;
}

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

.slider {
  border-radius: 4px;
  width: 780px;
  height: 438px;
  margin-top: 40px;
  margin-left: 0;
  margin-right: 0;
  display: block;
  
  
}

.video-embed {
  border-radius: 4px;
  width: 780px;
  height: 438px;
  margin-top: 40px;
  margin-left: 0;
  margin-right: 0;
  display: block;
  
  
}

.video-container {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.1538%; /* 438 / 780 * 100 */
  overflow: hidden;
  border-radius: 4px;
}

.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.left {
  text-align: left;
  width: 80px;
  font-size: 28px;
}

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

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

.slide-6 {
  background-image: url('../images/06.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 4px;
}

.right {
  font-size: 28px;
}

.right:hover {
  opacity: 1;
}

.icon {
  margin-left: 10px;
}

.icon:hover {
  opacity: .5;
}

.icon.r {
  margin-left: 42px;
  margin-right: 10px;
}

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

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

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

.body {
  color: #000;
  background-color: #fff;
  background-image: url('../images/bg-body.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  font-family: PT Sans, sans-serif;
  font-size: 18px;
  line-height: 28px;
}

.section {
  z-index: 8;
  border-bottom: 1px solid #ffe9d3;
  flex-direction: column;
  align-items: center;
  padding-top: 50px;
  padding-bottom: 60px;
  display: flex;
  position: static;
}

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

.section.white {
  background-color: var(--white);
}

.div-block-hor {
  justify-content: space-between;
  display: flex;
}

.div-block-hor.foot {
  flex: 0 auto;
  justify-content: space-between;
  align-items: flex-end;
  width: 780px;
  margin-left: auto;
  margin-right: auto;
}

.div-block-vert {
  flex-direction: column;
  align-items: center;
  width: 980px;
  display: flex;
}

.div-block-vert.left {
  align-items: flex-start;
  width: 780px;
}

.paragraph-header {
  text-align: left;
  width: auto;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 22px;
  line-height: 32px;
}

.text-block-small {
  letter-spacing: .5px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
}

.text-block-small.list {
  letter-spacing: 0;
  width: 100%;
  margin-bottom: 2px;
  margin-left: 20px;
  line-height: 18px;
}

.text-block-small.list.mobile {
  display: none;
}

.bold {
  font-weight: 700;
}

.ridero-link {
  background-color: rgba(0, 0, 0, 0);
}

.ridero-link.button {
  text-align: center;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  background-color: #ff7e00;
  border: 1px solid #ff7e00;
  border-radius: 2px;
  height: 42px;
  margin-top: 20px;
  margin-left: 0;
  margin-right: 0;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  transition: background-color .15s, color .15s;
  display: block;
}

.ridero-link.button:hover {
  color: #ff7e00;
  background-color: #fff;
  font-weight: 700;
}

.ridero-link.button.w--current {
  text-align: center;
}

.ridero-link.button.half {
  letter-spacing: 0;
  text-transform: none;
  border-radius: 0 0 4px 4px;
  width: 100%;
  margin-top: 0;
  font-size: 16px;
}

.ridero-link.button.half:hover {
  color: #ff7e00;
}

.ridero-link.button.list {
  background-color: #ff7e00;
  border-color: #ff7e00;
  margin: 20px 15px;
  padding-left: 15px;
  padding-right: 15px;
}

.ridero-link.button.list:hover {
  color: #ff7e00;
  background-color: #fff;
}

.ridero-link.button.auto {
  margin-left: auto;
  margin-right: auto;
}

.ridero-link.button.header {
  height: 52px;
  margin-top: 0;
  padding-top: 14px;
  padding-bottom: 14px;
  font-size: 16px;
  font-weight: 700;
}

.ridero-link.button.header:hover {
  border-color: var(--dark-orange);
  background-color: var(--white);
  color: var(--dark-orange);
  font-weight: 700;
}

.ridero {
  margin-bottom: 10px;
}

.paragraph-mini {
  text-align: center;
  width: 780px;
  margin-top: 30px;
  font-size: 14px;
  line-height: 22px;
}

.div-block-prices {
  justify-content: space-between;
  align-items: flex-end;
  width: 980px;
  margin-top: 10px;
  padding-left: 20px;
  padding-right: 0;
  display: flex;
  overflow: visible;
}

.div-block-list {
  width: 460px;
  margin-bottom: 42px;
}

.div-block-list-item {
  color: #000;
  border-bottom: 1px solid #c1c3c4;
  align-items: center;
  height: 80px;
  display: flex;
  position: relative;
}

.div-block-list-item.empty {
  background-color: #f2f4f5;
}

.div-block-list-item.check {
  background-image: url('../images/check.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 20px;
}

.div-block-checklist {
  box-shadow: 0 0 15px 0 var(--chocolate);
  text-align: center;
  background-color: #fff;
  border-radius: 4px;
  width: 230px;
  padding-top: 25px;
  position: relative;
}

.div-block-checklist.main {
  width: 230px;
  padding-top: 40px;
}

.shield {
  direction: ltr;
  color: var(--white);
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #ff7e00;
  width: 480px;
  margin-bottom: -890px;
  margin-left: -290px;
  padding: 5px;
  font-size: 9px;
  font-weight: 700;
  line-height: 10px;
  /*transform: rotate(270deg);*/
  transform-origin: center;
    transform: rotate(270deg) translateY(40px);
}

.line {
  background-color: #c1c3c4;
  height: 1px;
}

.line-wide {
  background-color: #ff7e00;
  border: 1px solid #ff7e00;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  width: 380px;
  height: 15px;
  position: absolute;
  top: 0;
}

.line-wide._1 {
  width: 100%;
}

.h3-pocket {
  color: #000;
  margin-bottom: 10px;
}

.paragraph-center {
  text-align: center;
  width: 680px;
  margin-bottom: 10px;
}

.paragraph-center.popup {
  width: 480px;
  margin-top: -10px;
}

.paragraph-center.lefty {
  text-align: left;
  width: auto;
}

.plashka {
  box-shadow: 0 0 15px 0 var(--chocolate);
  background-color: #fff;
  border-radius: 4px;
  padding: 20px;
}

.plashka.uslugi {
  box-shadow: 0 0 15px 0 var(--chocolate);
  width: auto;
  height: auto;
  max-height: none;
  padding: 20px 20px 20px 90px;
  font-size: 16px;
  line-height: 26px;
  position: relative;
}

.plashka.dark {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.plashka.dark._1 {
  background-image: linear-gradient(rgba(255, 126, 0, .9), rgba(255, 126, 0, .9)), url('../images/Frame-8.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.plashka.dark._2 {
  background-image: linear-gradient(rgba(255, 126, 0, .9), rgba(255, 126, 0, .9)), url('../images/Frame-7.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.plashka.dark._3 {
  background-image: linear-gradient(rgba(255, 126, 0, .9), rgba(255, 126, 0, .9)), url('../images/Frame-5.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.image-usluga {
  width: 60px;
  max-width: none;
  height: 140px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
}

.image-usluga._2 {
  background-image: url('../images/illustrator.png');
  background-position: 40%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 80px;
}

.image-usluga._1 {
  background-image: url('../images/corrector-copy.jpg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 80px;
}

.footer {
  z-index: 10;
  color: #fff;
  background-color: #000;
  justify-content: center;
  align-items: center;
  height: 60px;
  font-size: 16px;
  display: flex;
  position: relative;
}

.date {
  color: var(--dark-orange);
  text-align: left;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
  line-height: 36px;
}

.popup-bg {
  z-index: 1000;
  background-color: rgba(255, 255, 255, .8);
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  transform: translate(0);
}

.popup-registration {
  background-color: #fff;
  border-radius: 2px;
  flex-direction: column;
  align-items: center;
  width: 580px;
  margin-top: 30px;
  padding: 40px 20px;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  box-shadow: 0 0 16px rgba(70, 84, 91, .25);
}

.popup-close {
  background-image: url('../images/cross.svg');
  background-position: 50%;
  background-size: auto;
  width: 16px;
  height: 16px;
  position: absolute;
  top: 20px;
  right: 20px;
}

.form {
  width: 480px;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
}

.text-field {
  background-color: #fff;
  border-radius: 2px;
  height: 48px;
  margin-bottom: 20px;
  padding-bottom: 10px;
  font-size: 16px;
}

.link {
  color: var(--dark-orange);
  text-decoration: underline;
}

.checkbox-field {
  align-items: center;
  height: 30px;
  margin-bottom: 30px;
  display: flex;
}

.checkbox {
  float: left;
  width: 12px;
  height: 12px;
  margin-top: 0;
  margin-right: 10px;
}

.success-message {
  background-color: rgba(128, 176, 39, .2);
  margin-top: 20px;
}

.text-block {
  text-align: center;
  font-family: PT Sans, sans-serif;
}

.text-block.red {
  color: #da2625;
}

.text-block.green {
  color: #80b027;
}

.error-message {
  background-color: #f6c9c9;
  margin-top: 30px;
}

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

.slide-7 {
  background-image: url('../images/07.jpg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 4px;
}

.slide-8 {
  background-image: url('../images/08.jpg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 4px;
}

.slide-9 {
  background-image: url('../images/09.jpg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 4px;
}

.slide-10 {
  background-image: url('../images/010.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 4px;
}

.heading {
  color: var(--black);
  text-align: left;
  margin-top: 0;
  margin-bottom: 20px;
}

.heading-2 {
  color: var(--black);
  text-align: center;
  width: auto;
  margin: 0 auto 20px;
  padding-left: 0;
  padding-right: 0;
  font-family: PT Sans, sans-serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 42px;
  display: block;
}

.green {
  color: #136168;
}

.link-2 {
  z-index: 1;
  color: #000;
  cursor: pointer;
  font-weight: 700;
  position: relative;
}

.heading-5 {
  color: var(--white);
  margin-top: 0;
}

.card-text {
  color: var(--white);
  text-align: center;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 24px;
}

.price {
  color: var(--dark-orange);
  letter-spacing: 0;
  margin-bottom: 2px;
  font-size: 24px;
  line-height: 20px;
}

.price._3 {
  margin-top: 15px;
  margin-bottom: 0;
  display: none;
}

.card-heading {
  color: var(--black);
  margin-bottom: 10px;
  font-weight: 700;
}

.card-heading.review {
  margin-bottom: 0;
}

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

.footer-text {
  font-size: 14px;
  line-height: 20px;
}

.logos {
  grid-column-gap: 30px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
  width: auto;
  height: 60px;
  margin-bottom: 30px;
}

.services {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  width: 780px;
  margin-top: 10px;
  margin-bottom: 20px;
}

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

.about {
  align-items: flex-start;
  display: flex;
}

.text {
  flex-direction: column;
  align-items: flex-start;
  width: 480px;
  margin-right: 20px;
  display: flex;
}

.headbanner-grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  align-items: center;
  width: 780px;
  margin-bottom: 40px;
}

.mask {
  border-radius: 4px;
}

.preferences {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr auto 1fr auto 1fr;
  align-items: center;
  width: 780px;
  margin-top: 10px;
}

.preference-card {
  font-size: 18px;
  line-height: 28px;
}

.line1 {
  background-color: var(--dark-orange);
  border-radius: 1px;
  width: 1px;
  height: 40px;
}

.div-block-reviews {
  width: 980px;
  min-width: 320px;
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 100px;
  padding-right: 100px;
}

.reviews-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-top: 30px;
  margin-bottom: 20px;
  display: grid;
}

.review-card {
  grid-column-gap: 16px;
  grid-row-gap: 10px;
  box-shadow: 0 0 15px 0 var(--chocolate);
  background-color: #fff;
  border-radius: 4px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding: 20px;
  display: grid;
  position: relative;
  overflow: hidden;
}

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

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

.div-block-3 {
  flex-flow: row;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.image {
  width: 70px;
  min-width: 70px;
  height: 70px;
  min-height: 70px;
  max-height: 70px;
}

.text-block-2 {
  font-size: 14px;
  line-height: 20px;
}

.text-block-3 {
  line-height: 26px;
}

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

.text-block-4 {
  color: #46545b;
  font-size: 14px;
  line-height: 20px;
}

.review-paragraphs {
  z-index: 1;
  grid-column-gap: 16px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
}

.link-3 {
  color: #ff7e00;
}

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

.link-4 {
  color: #ff7e00;
  -webkit-text-stroke-color: #ff7e00;
}

.link-4:hover {
  text-decoration: none;
}

.div-block-5 {
  z-index: 0;
  background-image: url('../images/quotes.png');
  background-position: 0 0;
  background-size: auto;
  width: 130px;
  height: 100px;
  position: absolute;
  top: auto;
  bottom: -25px;
  left: auto;
  right: -20px;
}

.link-5 {
  color: #ff7e00;
}

.link-5:hover {
  text-decoration: none;
}

.link-6 {
  color: #ff7e00;
}

.link-6:hover {
  text-decoration: none;
}

.link-7 {
  color: #ff7e00;
}

.link-7:hover {
  text-decoration: none;
}

.link-8 {
  color: var(--dark-orange);
}

.link-8:hover {
  text-decoration: none;
}

.link-9 {
  color: #ff7e00;
}

.link-9:hover {
  text-decoration: none;
}

@media screen and (max-width: 991px) {
  h2 {
    text-transform: none;
    margin-bottom: 30px;
  }

  .slider {
    width: 680px;
    height: 382px;
  }

  .body {
    background-color: var(--beige);
    background-image: none;
  }

  .section {
    padding-left: 20px;
    padding-right: 20px;
  }

  .section.headbanner {
    background-image: url('../images/bg-tablet.jpg');
    background-position: 100%;
  }

  .div-block-hor.foot {
    justify-content: space-between;
    align-items: center;
    padding-left: 40px;
    padding-right: 40px;
  }

  .div-block-vert, .div-block-vert.left {
    width: 100%;
  }

  .paragraph-header {
    width: 480px;
    font-size: 18px;
    line-height: 28px;
  }

  .paragraph-mini {
    width: 680px;
  }

  .div-block-prices {
    align-self: flex-start;
    padding-bottom: 20px;
    overflow: scroll;
  }

  .line-wide {
    width: 280px;
  }

  .plashka.uslugi {
    margin-left: 0;
    margin-right: 0;
  }

  .checkbox-field {
    margin-bottom: 20px;
  }

  .checkbox {
    width: 12px;
    height: 12px;
  }

  .heading {
    font-size: 42px;
  }

  .logos {
    align-items: end;
    justify-items: start;
  }

  .services {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    width: 380px;
  }

  .cards {
    width: 280px;
  }

  .about {
    width: 100%;
  }

  .headbanner-grid {
    width: auto;
  }

  .preferences {
    width: 680px;
  }

  .div-block-reviews {
    width: 730px;
    padding-left: 26px;
    padding-right: 26px;
  }
}

@media screen and (max-width: 767px) {
  .slider,
  .video-embed {
    width: 380px;
    height: 220px;
  }

  .body {
    background-position: -250px 0, 80% 0;
  }

  .section {
    padding: 40px 15px 50px;
  }

  .div-block-hor.foot {
    flex-direction: column;
    align-items: center;
    width: auto;
    height: 50px;
    line-height: 32px;
  }

  .div-block-vert.left {
    align-items: center;
  }

  .paragraph-header {
    text-align: center;
    width: auto;
  }

  .text-block-small.list.mobile {
    text-align: center;
    margin-left: 30px;
    margin-right: 30px;
    display: block;
  }

  .ridero {
    height: 25px;
  }

  .paragraph-mini {
    text-align: left;
    width: auto;
  }

  .div-block-prices {
    flex-direction: column;
    align-items: center;
    width: auto;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 0;
    padding-left: 0;
    position: static;
    overflow: visible;
  }

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

  .div-block-list-item {
    height: auto;
    min-height: 60px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .div-block-list-item.empty {
    color: rgba(25, 30, 66, .6);
  }

  .div-block-list-item.check {
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    height: auto;
    min-height: 60px;
    padding: 10px 0;
  }

  .div-block-checklist {
    width: 380px;
  }

  .div-block-checklist.main {
    width: 380px;
    margin-bottom: 40px;
  }

  .shield {
    background-color: rgba(0, 0, 0, 0);
    border-color: rgba(0, 0, 0, 0);
    width: 60px;
    height: 12px;
    margin-left: auto;
    margin-right: auto;
    padding: 0;
    position: absolute;
    top: 50%;
    bottom: auto;
    left: 50%;
    right: auto;
    overflow: hidden;
    transform: translate(-50%, -50%)rotate(270deg);
  }

  .line-wide {
    width: 380px;
  }

  .h3-pocket {
    margin-bottom: 20px;
  }

  .paragraph-center {
    width: 480px;
    font-size: 16px;
    line-height: 26px;
  }

  .paragraph-center.popup {
    font-size: 14px;
    line-height: 22px;
  }

  .footer {
    height: auto;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .date {
    text-align: center;
    font-size: 28px;
    line-height: 28px;
  }

  .popup-registration {
    width: 100%;
  }

  .text-field {
    margin-bottom: 10px;
  }

  .checkbox-field {
    margin-top: 20px;
  }

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

  .heading-2 {
    font-size: 26px;
    line-height: 32px;
  }

  .green {
    width: auto;
  }

  .price._3 {
    margin-top: -5px;
  }

  .logos {
    height: 30px;
    margin-bottom: 30px;
  }

  .services {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .cards {
    width: 380px;
  }

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

  .text {
    align-items: center;
    margin-bottom: 40px;
    margin-right: 0;
  }

  .headbanner-grid {
    grid-template-rows: auto auto;
    grid-template-columns: auto;
  }

  .preferences {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: 1fr;
    width: 280px;
  }

  .preference-card {
    text-align: center;
    font-size: 16px;
    line-height: 26px;
  }

  .line1 {
    width: 40px;
    height: 1px;
  }

  .targi {
    height: 50px;
  }

  .div-block-reviews {
    width: auto;
    padding-left: 0;
    padding-right: 0;
  }
}

@media screen and (max-width: 479px) {
  .slide-nav {
    height: 30px;
  }

  .slider {
    width: 100%;
    max-width: 380px;
  }

  .section {
    padding: 40px 10px 50px;
  }

  .section.headbanner {
    background-position: 0%;
  }

  .div-block-hor.foot {
    align-items: stretch;
  }

  .paragraph-header {
    width: auto;
  }

  .text-block-small.list.mobile {
    text-align: center;
  }

  .ridero-link.button {
    width: 100%;
    min-width: 280px;
    max-width: 380px;
    margin-left: auto;
    margin-right: auto;
  }

  .ridero-link.button.half {
    width: auto;
    min-width: auto;
    max-width: none;
    margin-left: 0;
    margin-right: 0;
  }

  .ridero-link.button.list {
    width: auto;
    min-width: auto;
    max-width: none;
  }

  .ridero {
    width: 80px;
  }

  .div-block-prices {
    justify-content: flex-start;
    align-self: center;
    min-width: 280px;
    max-width: 380px;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    overflow: visible;
  }

  .div-block-checklist, .div-block-checklist.main {
    width: auto;
  }

  .line-wide {
    width: 101%;
    min-width: 282px;
    max-width: 382px;
  }

  .paragraph-center, .paragraph-center.popup {
    width: auto;
  }

  .plashka.uslugi {
    flex-direction: row;
  }

  .footer {
    text-align: center;
  }

  .form {
    width: auto;
  }

  .checkbox-field {
    align-items: flex-start;
    height: auto;
  }

  .checkbox {
    margin-top: 7px;
  }

  .heading {
    text-align: center;
    font-size: 36px;
    line-height: 42px;
  }

  .heading-2 {
    margin-bottom: 15px;
  }

  .services {
    width: auto;
  }

  .cards {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    width: auto;
  }

  .text {
    width: auto;
  }

  .div-block-reviews {
    min-width: 280px;
  }
}

#w-node-d375da65-e992-1254-12bf-3d672daec1d5-83e27496 {
  align-self: center;
  justify-self: start;
}

#w-node-b169f8f0-3a9e-5005-876c-05934a9c4633-83e27496 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: start;
}

#w-node-b26001ad-801e-df26-479b-90be7b0023a1-83e27496, #w-node-ac96f2ae-db03-4067-5523-4c4d97435a3b-83e27496 {
  align-self: center;
}

#w-node-e70900ee-c4f4-e34a-6bb2-da1033525720-83e27496, #w-node-_5a6af5df-4b42-acdb-2e5c-6869c137fce3-83e27496 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_50188ca4-7304-a6e1-c8f3-e0884ff8ed31-83e27496 {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-_78a51792-5ded-ee8d-0870-7024d8ad71a5-83e27496 {
  grid-area: 1 / 5 / 2 / 6;
}

#w-node-f6de571f-0aa4-152a-a203-87464e2a94b5-83e27496, #w-node-_6a26fa9a-0e0a-ab4b-610f-718f2d027973-83e27496 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_433d5ee8-b932-9ee0-0d8e-0b3a78da2cca-83e27496 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: auto;
}

#w-node-_2fde77f5-6767-4127-8c08-f8aaf1b5ec6b-83e27496 {
  align-self: center;
}

#w-node-fd04ce17-a8ca-f92e-410e-f69cbe9be945-83e27496 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dd5acf80-a54b-ff7e-dd09-d1dfdc125f7f-83e27496 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: auto;
}

#w-node-dd5acf80-a54b-ff7e-dd09-d1dfdc125f80-83e27496 {
  align-self: center;
}

#w-node-dd5acf80-a54b-ff7e-dd09-d1dfdc125f83-83e27496, #w-node-_90b39fde-5a9c-f8b0-0a06-52b1951840c9-83e27496 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a44fe3fe-9262-b1d7-d5c5-5e812d71c039-83e27496 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: auto;
}

#w-node-a44fe3fe-9262-b1d7-d5c5-5e812d71c03a-83e27496 {
  align-self: center;
}

#w-node-a44fe3fe-9262-b1d7-d5c5-5e812d71c03e-83e27496, #w-node-_6a6f2e49-da80-5aae-490b-11a7d6f63a56-83e27496 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fdb6f7aa-899b-c587-1979-e8eced0ec1d6-83e27496 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: auto;
}

#w-node-fdb6f7aa-899b-c587-1979-e8eced0ec1d7-83e27496 {
  align-self: center;
}

#w-node-fdb6f7aa-899b-c587-1979-e8eced0ec1db-83e27496, #w-node-c47f96e8-d6ae-8c23-e18f-b8730ac613f4-83e27496 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fa7299cb-57de-08c7-b2e9-9752670df653-83e27496 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: auto;
}

#w-node-fa7299cb-57de-08c7-b2e9-9752670df654-83e27496 {
  align-self: center;
}

#w-node-fa7299cb-57de-08c7-b2e9-9752670df658-83e27496, #w-node-_1c15c743-477f-4264-ca9e-49f9d988f6f6-83e27496 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 767px) {
  #w-node-_5a6af5df-4b42-acdb-2e5c-6869c137fce3-83e27496 {
    justify-self: center;
  }

  #w-node-_50188ca4-7304-a6e1-c8f3-e0884ff8ed31-83e27496 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_78a51792-5ded-ee8d-0870-7024d8ad71a5-83e27496 {
    grid-area: 5 / 1 / 6 / 2;
  }

  #w-node-f6de571f-0aa4-152a-a203-87464e2a94b5-83e27496 {
    justify-self: center;
  }
}


