.headcontainer {
  margin-top: auto;
  padding-left: 3.5vw;
  padding-right: 3.5vw;
}

.header {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: flex-end;
  box-sizing: border-box;
  height: 44.8571428571vw;
  padding-bottom: 1.9285714286vw;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 44.57%, rgba(0, 0, 0, 0.87) 90.05%);
  background-image: url(img/headx2-min.png);
  background-size: cover;
}
.header .menu {
  display: flex;
  width: 100%;
  text-align: center;
  justify-content: right;
  border-bottom: 1px solid #fff;
  padding: 0 0 11px 0;
}
.header .title {
  margin-top: auto;
}
.header .subtitle {
  font-family: "Geometria";
  font-style: normal;
  font-weight: 500;
  font-size: 1.5714285714vw;
  line-height: 134.5%;
  color: #FFFFFF;
  margin: 5px 0px 24px 0px;
}
.header .undersubtitle {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-size: 1.2142857143vw;
  line-height: 134.5%;
  color: #FFFFFF;
}

.menu li {
  padding: 0 26px;
  list-style: none;
}

.menu li a {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 500;
  font-size: 1.0714285714vw;
  line-height: 18px;
  text-align: center;
  color: rgba(244, 244, 244, 0.3294117647);
  text-decoration: none;
}

.menu li a .vkimg {
  width: 21px;
}

.menu li.active a {
  color: #F4F4F4;
}

h1.title {
  font-family: "Geometria";
  font-style: normal;
  font-weight: 700;
  /* font-size: 65px; */
  font-size: 4.6428571429vw;
  /* identical to box height, or 88px */
  color: #FFFFFF;
}

p,
h1 {
  margin: 0px 0px 0px 0px;
}

.block-title {
  font-family: "Geometria";
  font-style: normal;
  font-weight: 700;
  font-size: 2.6428571429vw;
  line-height: 134.5%;
  margin: 0px;
  text-align: center;
  text-transform: uppercase;
}

.block-subtitle {
  font-family: "Geometria";
  font-style: normal;
  font-weight: 700;
  font-size: 2.1428571429vw;
  text-align: center;
  text-transform: uppercase;
  margin: 0px;
  color: #FFFFFF;
}

.blue {
  color: #23558B;
}

.white {
  color: #FFFFFF;
}

.block {
  box-sizing: border-box;
}

.first-block {
  display: block;
  background-image: url(img/webp/first-blockx2.webp);
  padding: 40px 0px 0px 120px;
  padding-top: 2.8571428571vw;
  padding-left: 8.5714285714vw;
  height: 41.7857142857vw;
  background-size: cover;
}

.first-block-text {
  width: 45.1428571429vw;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-size: 0.9285714286vw;
  line-height: 135.5%;
  color: #000000;
}

.first-block-undertext {
  width: 46.4285714286vw;
  font-family: "Geometria";
  font-style: normal;
  font-weight: 700;
  font-size: 1.7857142857vw;
  line-height: 134.5%;
  text-transform: uppercase;
  padding-top: 2vw;
  padding-bottom: 2vw;
  color: #335F8E;
}

.first-block-button {
  font-family: "Geometria";
  font-style: normal;
  font-weight: 500;
  font-size: 1.2142857143vw;
  line-height: 134.5%;
  width: 16.4285714286vw;
  background: #618BB9;
  border-radius: 32px;
  display: block;
  line-height: 60px;
  text-align: center;
  color: white;
  text-decoration: none;
  cursor: pointer;
}

.second-block {
  background-image: url(img/webp/second-block.webp);
  padding-top: 2.8571428571vw;
  padding-bottom: 8.5714285714vw;
  background-size: cover;
}

.second-block-title {
  max-width: 1235px;
  margin: 0 auto;
  font-family: "Geometria";
  font-style: normal;
  font-weight: 700;
  font-size: 37px;
  line-height: 134.5%;
  /* or 50px */
  text-align: center;
  text-transform: uppercase;
  color: #23558B;
}

.second-block .block-title {
  margin: 0 auto;
  font-family: "Geometria";
  font-style: normal;
  font-weight: 700;
  font-size: 2.6428571429vw;
  line-height: 134.5%;
  text-align: center;
  text-transform: uppercase;
  /* padding: 47px 82px 30px 82px; */
  color: #23558B;
  padding-top: 3.3571428571vw;
  padding-right: 5.8571428571vw;
  padding-bottom: 2.1428571429vw;
  padding-left: 5.8571428571vw;
}

.second-block-face-title {
  font-family: "Geometria";
  font-style: normal;
  font-weight: 500;
  font-size: 1.7857142857vw;
  line-height: 134.5%;
  margin: 0px 0px 7px 0px;
  text-transform: uppercase;
  color: #000000;
}

.second-block-face-subtitle {
  max-width: 39.2857142857vw;
  font-family: "Montserrat";
  font-style: italic;
  font-weight: 400;
  font-size: 1.0714285714vw;
  line-height: 134.5%;
  /* or 20px */
  color: #000000;
}

.second-block-text {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-size: 1.0714285714vw;
  line-height: 134.5%;
  /* or 20px */
  color: #000000;
}

.second-block-button {
  width: 42vw;
  height: 4.8571428571vw;
  background: #658FBC;
  border-radius: 30px;
  font-family: "Geometria";
  font-style: normal;
  font-weight: 500;
  font-size: 2.1428571429vw;
  text-align: center;
  text-transform: uppercase;
  line-height: 4.8571428571vw;
  text-align: center;
  color: white;
  text-decoration: none;
  display: block;
  margin: 0 auto;
  cursor: pointer;
}

.button-img {
  width: 2.5vw;
  padding-left: 12px;
  padding-right: 12px;
}

.second-block .card {
  max-width: 56.0714285714vw;
  margin: 0 auto;
}

.faceimg {
  width: 14.2857142857vw;
}

.third-block {
  height: 43vw;
  background: url(img/webp/third-block.webp);
  padding: 53px 180px 84px 180px;
  padding-top: 3.7857142857vw;
  padding-right: 12.8571428571vw;
  padding-bottom: 6vw;
  padding-left: 12.8571428571vw;
  background-size: cover;
}
.third-block-face {
  width: 18.4285714286vw;
}

.third-block .row {
  padding-top: 6.0714285714vw;
}

.third-block .column {
  padding: 32px 0px 0px 32px;
  box-sizing: border-box;
}

.third-block-name {
  font-family: "Geometria";
  font-style: normal;
  font-weight: 700;
  font-size: 2.2857142857vw;
  line-height: 134.5%;
  text-transform: uppercase;
  color: #FFFFFF;
}

.third-block-undername {
  font-family: "Geometria";
  font-style: normal;
  font-weight: 500;
  font-size: 1.2857142857vw;
  text-transform: uppercase;
  color: #FFFFFF;
}

.third-block-text {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-size: 1.0714285714vw;
  line-height: 134.5%;
  color: #FFFFFF;
  margin: 23px 0px 46px 0px;
}

.face-third-block {
  width: 18.4285714286vw;
}

.third-block-button {
  width: 16.6428571429vw;
  height: 4.0714285714vw;
  background: #EFEFEF;
  border-radius: 22px;
  font-family: "Geometria";
  font-style: normal;
  font-weight: 700;
  font-size: 1.2142857143vw;
  line-height: 4.0714285714vw;
  /* identical to box height, or 23px */
  text-align: center;
  display: block;
  color: #194991;
  text-decoration: none;
  cursor: pointer;
}

.fourth-block {
  display: block;
  background-image: url(img/fifth-block-min.png);
  height: 347.1428571429vw;
  background-size: cover;
  padding-left: 96px;
  padding-right: 96px;
  padding-top: 42px;
}
.fourth-block .squareface {
  width: 19.8571428571vw;
}
.fourth-block .block-subtitle {
  font-weight: 500;
  margin-bottom: 72px;
}
.fourth-block .continue-button {
  margin-top: 6px;
  outline: 1px solid #618BB9;
  border: 2px solid #fff;
}
.fourth-block .block-title {
  margin-bottom: 4px;
}
.fourth-block .beforeafter {
  margin-bottom: 12px;
}
.fourth-block .patient {
  margin-bottom: 4.4285714286vw;
}
.fourth-block .line {
  width: 685px;
  display: block;
  margin: 0 auto;
  margin-top: 57px;
  margin-bottom: 46px;
}
.fourth-block .results {
  color: #23558B;
  font-family: "Geometria";
  font-style: normal;
  font-weight: 700;
  font-size: 2.6428571429vw;
  line-height: 134.5%;
  margin: 0px;
  margin-bottom: 21px;
  text-align: center;
  text-transform: uppercase;
}

.cosm-title {
  font-family: "Geometria";
  font-style: normal;
  font-weight: 500;
  font-size: 2.1428571429vw;
  line-height: 134.5%;
  /* or 40px */
  text-align: center;
  text-transform: uppercase;
  color: #23558B;
}

.cosm-subtitle {
  font-family: "Geometria";
  font-style: normal;
  font-weight: 500;
  font-size: 1.0714285714vw;
  line-height: 134.5%;
  /* or 20px */
  height: 45px;
  text-align: center;
  text-transform: uppercase;
  max-width: 360px;
  margin: 0 auto;
  color: #23558B;
}

.cosm-text {
  font-family: "Montserrat";
  font-style: italic;
  font-weight: 400;
  font-size: 13px;
  line-height: 134.5%;
  color: #000000;
  text-align: left;
  max-width: 326px;
  margin: 0 auto;
}

.fourth-block .column {
  text-align: center;
  width: 33%;
  float: left;
}

.row {
  display: flex;
}

.second-block .row {
  align-items: flex-end;
  /* margin: 40px 0px 40px 0px;
   */
  margin: 2.8571428571vw 0px 2.8571428571vw 0px;
}

.third-block .row {
  align-items: flex-start;
}

.second-block .column {
  padding: 0px 0px 0px 21px;
}

.second-block .row:nth-child(2) {
  margin: 41px 0px 80px 0px;
}

a.jx-knightlab span.juxtapose-name,
.jx-knightlab {
  display: none !important;
}

.onlymobile,
.second-block-subtitle-mob,
.second-block-title-mob,
.first-block-text-mob,
.first-block-title-mob,
.first-block-subtitle-mob {
  display: none;
}

.continue-button {
  width: 42vw;
  height: 4.8571428571vw;
  background: #658FBC;
  border-radius: 30px;
  font-family: "Geometria";
  font-style: normal;
  font-weight: 500;
  font-size: 2.1428571429vw;
  text-align: center;
  text-transform: uppercase;
  line-height: 4.8571428571vw;
  text-align: center;
  color: white;
  text-decoration: none;
  display: block;
  margin: 0 auto;
  cursor: pointer;
}

.beforeafter {
  font-family: "Geometria";
  font-style: normal;
  font-weight: 500;
  font-size: 1.7857142857vw;
  line-height: 134.5%;
  text-align: center;
  color: #5F5F5F;
}

video {
  width: 100%;
}

.video {
  max-width: 51.4285714286vw;
  margin: 0 auto;
  margin-bottom: 5.7142857143vw;
}

.video-title {
  font-family: "Geometria";
  font-style: normal;
  font-weight: 700;
  font-size: 2.1428571429vw;
  line-height: 4.2142857143vw;
  text-align: left;
  text-transform: uppercase;
  background-color: #8ABEF0;
  color: #23558B;
  height: 4.2142857143vw;
  border-left: 6px solid #23558B;
  padding-left: 18px;
  box-sizing: border-box;
  margin-bottom: 14px;
}

img.patient {
  width: 100%;
}

.light {
  background-color: #A5D0F9;
}

.ultralight {
  background-color: #C2E1FF;
}

.results {
  color: #ffffff;
  font-family: "Geometria";
  font-style: normal;
  font-weight: 700;
  font-size: 2.6428571429vw;
  line-height: 134.5%;
  margin: 0px;
  margin-bottom: 21px;
  text-align: center;
  text-transform: uppercase;
}

.fifth-block {
  display: block;
  background-image: url(img/jpg/fifth-block-background.jpeg);
  height: 253.7142857143vw;
  background-size: cover;
  padding-left: 88px;
  padding-right: 88px;
  padding-top: 45px;
}
.fifth-block .video {
  margin-top: 60px;
}

.juxtapose_container {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  justify-items: center;
  padding: 20px;
  margin-bottom: 80px;
}

.col {
  width: 27.7857142857vw;
}

.white-button {
  width: 24.3571428571vw;
  height: 4.8571428571vw;
  background: #ffffff;
  border-radius: 30px;
  font-family: "Geometria";
  font-style: normal;
  font-weight: 500;
  font-size: 2.1428571429vw;
  text-align: center;
  text-transform: uppercase;
  line-height: 4.8571428571vw;
  text-align: center;
  color: #34679F;
  text-decoration: none;
  display: block;
  margin: 0 auto;
  cursor: pointer;
}

a.jx-knightlab {
  display: none;
}

.sixth-block {
  height: 31.5714285714vw;
  background: url(img/webp/sixth-block.webp);
  padding: 53px 180px 84px 180px;
  padding-top: 1.9285714286vw;
  padding-right: 12.8571428571vw;
  padding-bottom: 6vw;
  padding-left: 12.8571428571vw;
  background-size: cover;
}
.sixth-block .third-block-text {
  max-width: 733px;
}
.sixth-block .block-title {
  text-align: left;
  margin-bottom: 4.5vw;
}
.sixth-block .third-block-face {
  display: none;
}

.seventh-block {
  display: block;
  background-image: url(img/jpg/seventh-block.jpg);
  height: 400vw;
  background-size: cover;
  padding-left: 17.1428571429vw;
  padding-right: 17.1428571429vw;
  padding-top: 45px;
}
.seventh-block .video {
  margin-top: 4.2857142857vw;
  margin-bottom: 3.2142857143vw;
}
.seventh-block .video-title {
  background-color: #F0D8C3;
  color: #9E002D;
  border-left: 6px solid #9E002D;
}
.seventh-block .white-button {
  color: #9E002D;
  background-color: #F0D8C3;
  border: 4px solid;
  margin-top: 68px;
  outline: 1px solid #F0D8C3;
}

.collage_patient {
  width: 100%;
  margin-top: 26px;
}

.eight-block {
  display: block;
  background-image: url(img/webp/eight-block.webp);
  height: 58.7142857143vw;
  background-size: cover;
  padding-left: 9.5714285714vw;
  padding-right: 9.5714285714vw;
  padding-top: 45px;
}
.eight-block .column {
  width: 51.4285714286vw;
}
.eight-block .block-title {
  text-align: left;
  margin-bottom: 0.7142857143vw;
}
.eight-block .block-subtitle {
  text-align: left;
  font-weight: 500;
  font-size: 25px;
}
.eight-block .text {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 134.5%;
  color: #FFFFFF;
  max-width: 35.7142857143vw;
  padding-top: 2.1428571429vw;
  padding-bottom: 2.4285714286vw;
}
.eight-block .white-button {
  color: #413D36;
  background-color: #F0D8C3;
  border: 4px solid;
  margin-top: 68px;
  outline: 1px solid #F0D8C3;
  margin: 0px;
}
.eight-block video {
  margin-bottom: 2.1428571429vw;
}

@media screen and (max-width: 800px) {
  .header {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    justify-content: flex-end;
    box-sizing: border-box;
    height: 131.3888888889vw;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 44.57%, rgba(0, 0, 0, 0.87) 90.05%);
    background-image: url(img/webp/head-mobx2.webp);
    background-size: cover;
    text-align: center;
  }
  .header h1.title {
    font-size: 6.9444444444vw;
    color: #FFFFFF;
  }
  .header .subtitle {
    font-family: "Geometria";
    font-style: normal;
    font-weight: 400;
    font-size: 3.6111111111vw;
    margin: 3px 0px 25px 0px;
  }
  .header .undersubtitle {
    font-size: 2.7777777778vw;
    margin: 0 auto;
  }
  .header .menu,
.second-block .block-title,
.first-block-text,
.first-block-undertext {
    display: none;
  }
  .first-block {
    background-image: url(img/webp/first-block-mobx2.webp);
    height: 200vw;
    padding-top: 5vw;
    padding-left: 0;
    padding-right: 0;
    text-align: center;
  }
  .first-block-text {
    font-size: 2.2222222222vw;
    line-height: 135.5%;
    width: auto;
    padding-right: 7.2222222222vw;
    padding-left: 7.2222222222vw;
    margin-top: 232px;
  }
  .first-block-title-mob {
    display: block;
    font-family: "Geometria";
    font-style: normal;
    font-weight: 700;
    font-size: 4.1666666667vw;
    line-height: 134.5%;
    /* or 16px */
    text-align: center;
    text-transform: uppercase;
    color: #23558B;
  }
  .first-block-subtitle-mob {
    display: block;
    font-family: "Geometria";
    font-style: normal;
    font-weight: 700;
    font-size: 3.3333333333vw;
    line-height: 134.5%;
    /* or 12px */
    text-align: center;
    text-transform: uppercase;
    color: #23558B;
    margin-top: 6px;
  }
  .first-block-button {
    margin: 0 auto;
    background: #618BB9;
    border-radius: 18px;
    font-family: "Geometria";
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    display: inline;
    padding: 10px 17px 10px 17px;
    line-height: 40px;
    cursor: pointer;
  }
  .first-block-text-mob {
    display: block;
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 400;
    font-size: 2.7777777778vw;
    line-height: 135.5%;
    /* or 11px */
    color: #000000;
    display: block;
    padding-left: 7.2222222222vw;
    padding-right: 7.2222222222vw;
    margin-bottom: 4.4444444444vw;
    text-align: left;
  }
  div.block.first-block > p:nth-child(4) {
    margin-top: 75.5555555556vw;
  }
  .second-block {
    height: 300vw;
    background-image: url(img/webp/second-block-mobx2.webp);
    text-align: center;
  }
  .second-block-text {
    font-size: 2.7777777778vw;
    text-align: left;
    padding: 0px 16px 0px 16px;
  }
  .second-block .card {
    max-width: none;
  }
  .second-block .column {
    padding: 0;
  }
  .second-block-subtitle-mob {
    display: block;
    font-family: "Geometria";
    font-style: normal;
    font-weight: 700;
    font-size: 3.3333333333vw;
    text-align: center;
    text-transform: uppercase;
    color: #23558B;
    margin-top: 6px;
    margin-bottom: 6px;
  }
  .second-block-face-title {
    font-family: "Geometria";
    font-style: normal;
    font-weight: 500;
    font-size: 3.3333333333vw;
    text-align: center;
    text-transform: uppercase;
    color: #000000;
  }
  .second-block-face-subtitle {
    font-family: "Montserrat";
    font-style: italic;
    font-weight: 400;
    font-size: 2.7777777778vw;
    text-align: center;
    color: #000000;
    padding: 0px 26px 0px 26px;
    margin: 0 auto;
    max-width: 100%;
  }
  .second-block .faceimg {
    width: 26.3888888889vw;
  }
  .second-block-button {
    margin: 0 auto;
    background: #618BB9;
    border-radius: 18px;
    font-family: "Geometria";
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    display: inline;
    padding: 10px 17px 10px 17px;
    line-height: 40px;
  }
  .row {
    text-align: center;
    display: block;
  }
  .container .second-block .row {
    margin: 16px 0px 16px 0px;
  }
  .third-block {
    height: 117.5vw;
    background-image: url(img/webp/third-block-mob.webp);
    padding-left: 26px;
    padding-right: 26px;
  }
  .third-block-subtitle {
    margin-top: 4px;
    font-size: 3.3333333333vw;
    font-weight: 500;
  }
  .third-block-name {
    font-size: 3.3333333333vw;
  }
  .third-block-text {
    text-align: left;
  }
  .third-block-undername {
    font-size: 2.7777777778vw;
    margin: 2px 0 10px 0;
  }
  .third-block-text {
    font-size: 2.7777777778vw;
    margin: 10px 0px 16px 0px;
  }
  .third-block-face {
    width: 26.3888888889vw;
    display: block;
    margin: 0 auto;
  }
  .third-block-button {
    margin: 0 auto;
    background: #ffffff;
    border-radius: 18px;
    font-family: "Geometria";
    font-style: normal;
    font-weight: 500;
    font-size: 2.7777777778vw;
    display: inline;
    padding: 8px 12px 8px 12px;
    line-height: normal;
  }
  .third-block-button {
    margin: 0 auto;
    background: #ffffff;
    border-radius: 18px;
    font-family: "Geometria";
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    display: inline;
    padding: 10px 17px 10px 17px;
    line-height: 40px;
  }
  .block-title {
    font-size: 4.1666666667vw;
  }
  .fourth-block {
    display: block;
    height: 722.2222222222vw;
    background-image: url(img/webp/fourth-block-mob.webp);
    background-size: cover;
    padding-left: 26px;
    padding-right: 26px;
    padding-top: 15px;
    text-align: center;
  }
  .fourth-block .column {
    width: 100%;
  }
  .fourth-block .line {
    margin-top: 0px;
    margin-bottom: 30px;
    width: 100%;
  }
  .fourth-block .squareface {
    margin-top: 20px;
    width: 46.6666666667vw;
    margin-bottom: 8px;
  }
  .fourth-block .cosm-title {
    font-family: "Geometria";
    font-style: normal;
    font-weight: 700;
    font-size: 12px;
    line-height: 134.5%;
    /* or 16px */
    text-align: center;
    text-transform: uppercase;
  }
  .fourth-block .cosm-subtitle {
    font-family: "Geometria";
    font-style: normal;
    font-weight: 500;
    font-size: 10px;
    line-height: 134.5%;
    /* or 13px */
    color: #23558B;
    text-align: center;
    text-transform: uppercase;
    height: 15px;
  }
  .fourth-block .cosm-text {
    font-family: "Montserrat";
    font-style: italic;
    font-weight: 400;
    font-size: 2.7777777778vw;
    line-height: 134.5%;
    text-align: left;
    margin: 10px 0px 0px 0px;
  }
  .fourth-block .block-subtitle {
    margin-bottom: 0px;
  }
  .fourth-block .block-subtitle br {
    display: none;
  }
  .fourth-block .results {
    font-size: 4.1666666667vw;
    text-align: center;
    text-transform: uppercase;
    color: #23558B;
    margin-bottom: 6px;
  }
  .fourth-block .beforeafter {
    font-size: 3.3333333333vw;
    margin-top: 6px;
    margin-bottom: 6px;
  }
  .video-title {
    font-size: 14px;
    line-height: 28px;
    height: 28px;
    margin-top: 38px;
  }
  .video {
    margin-bottom: 32px;
    max-width: 90%;
  }
  .continue-button {
    margin: 0 auto;
    background: #618BB9;
    border-radius: 18px;
    font-family: "Geometria";
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    display: inline;
    padding: 10px 17px 10px 17px;
    line-height: 40px;
  }
  .all-block-title-mob {
    display: block;
    font-family: "Geometria";
    font-style: normal;
    font-weight: 700;
    font-size: 4.1666666667vw;
    text-align: center;
    text-transform: uppercase;
    color: #23558B;
  }
  .all-block-subtitle-mob {
    display: block;
    font-family: "Geometria";
    font-style: normal;
    font-weight: 700;
    font-size: 3.3333333333vw;
    text-align: center;
    text-transform: uppercase;
    color: #23558B;
    margin-top: 6px;
    margin-bottom: 6px;
  }
  .onlymobile {
    display: block;
  }
  .block-text {
    font-size: 2.7777777778vw;
  }
  .fifth-block {
    display: block;
    height: 972.2222222222vw;
    background-image: url(img/fifth-block-background.png);
    background-size: cover;
    padding-left: 26px;
    padding-right: 26px;
    padding-top: 15px;
    text-align: center;
  }
  .juxtapose_container {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 24px;
  }
  .col {
    width: 90%;
  }
  .white-button {
    margin: 0 auto;
    background: #ffffff;
    border-radius: 18px;
    font-family: "Geometria";
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    display: inline;
    padding: 10px 17px 10px 17px;
    line-height: 40px;
  }
  .block-subtitle {
    font-family: "Geometria";
    font-style: normal;
    font-weight: 700;
    font-size: 3.3333333333vw;
  }
  .sixth-block {
    height: auto;
    background-position: right;
  }
  .sixth-block .block-title {
    text-align: center;
  }
  .sixth-block .third-block-face {
    display: block;
  }
  .sixth-block .block-title {
    margin-bottom: 200px;
  }
  .seventh-block {
    display: block;
    height: 638.8888888889vw;
    background-image: url(img/seventh-block.png);
    background-size: cover;
    padding-left: 26px;
    padding-right: 26px;
    padding-top: 15px;
    text-align: center;
  }
  .seventh-block .white-button {
    margin-top: 41px;
    display: block;
    line-height: 18px;
    width: 140px;
  }
  .eight-block {
    height: 125vw;
  }
  .eight-block .white-button {
    margin: 0 auto;
  }
  .eight-block .column {
    width: 100%;
  }
  .eight-block .text {
    max-width: 100%;
  }
  .eight-block .block-subtitle {
    font-family: "Geometria";
    font-style: normal;
    font-weight: 700;
    font-size: 3.3333333333vw;
  }
}/*# sourceMappingURL=super.css.map */