.floks__header {
  overflow: hidden;
}
.floks__header .container {
  position: relative;
}

.floks__header_background-1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../img/pages/floks/background_main_1.svg");
  background-size: 120% 120%;
  -o-background-size: 120% 120%;
  -webkit-background-size: 120% 120%;
  z-index: -1;
}

.floks__header_background-2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../img/pages/floks/background_main_2.svg");
  background-position: center;
  background-size: 120% 120%;
  -o-background-size: 120% 120%;
  -webkit-background-size: 120% 120%;
  background-repeat: no-repeat;
  opacity: 0.15;
  z-index: -1;
}

.floks__main {
  position: relative;
  display: flex;
  padding-top: 70px;
  align-items: center;
  z-index: -1;
}

.floks__main_img {
  display: flex;
  margin-left: -20px;
  align-items: center;
  justify-content: flex-end;
  width: 50%;
  height: 460px;
}

.floks__main_img img {
  width: 240%;
  transform: translateX(-24%);
}

.floks__main_text {
  padding-left: 50px;
  width: 50%;
}

.floks__name {
  margin-bottom: 5px;
  font-size: 5.4rem !important;
  line-height: 1.1em;
  font-weight: 400;
}

.floks__name_description {
  margin-bottom: 30px;
  font-size: 2.4rem;
  line-height: 1.2em;
  font-weight: 400;
}

.list-1 {
  padding: 0;
  margin: 0;
  list-style: none;
}

.list-1 li {
  position: relative;
  margin-bottom: 16px;
  text-indent: 14px;
  font-size: 1.3rem;
  line-height: 1.2em;
}

.list-1 li::after {
  content: "";
  position: absolute;
  top: 8px;
  left: 0;
  width: 8px;
  height: 8px;
  background-color: #1c1c1c;
}

.floks__characteristics {
  display: flex;
  margin-left: -15px;
  margin-right: -15px;
}

.floks__characteristics_manual,
.floks__characteristics_warranty {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-left: 15px;
  margin-right: 15px;
}

.floks__characteristics_manual {
  width: calc(30% - 30px);
}

.floks__characteristics_manual > p {
  margin-bottom: 24px;
  font-size: 1.4rem;
  line-height: 1em;
  max-width: 160px !important;
}

.floks__characteristics_manual .floks__manual {
  margin-bottom: 20px;
}

.floks__manual {
  display: flex;
  padding: 8px;
  align-items: center;
  font-family: "Acrom", sans-serif;
  font-weight: 300;
  font-size: 0.8rem;
  line-height: 1.1em;
  color: #fff;
  text-align: left;
  max-width: 224px;
  border: none;
  border-radius: 6px;
  background: #1c1c1c;
  box-shadow: 0px 3px 6px #212121;
  transition: all 0.3s ease;
  cursor: pointer;
}

.floks__manual > p {
  margin-bottom: 0;
}

.floks__manual > img {
  margin-right: 10px;
  width: 40px;
}

.floks__3d {
  display: flex;
  padding: 8px;
  align-items: center;
  font-family: "Acrom", sans-serif;
  font-weight: 300;
  font-size: 0.8rem;
  line-height: 1.1em;
  color: #fff;
  border: none;
  border-radius: 6px;
  background: #1c1c1c;
  box-shadow: 0px 3px 6px #212121;
  transition: all 0.3s ease;
  cursor: pointer;
}

.floks__3d p {
  margin-bottom: 0;
}

.floks__3d img {
  margin-right: 10px;
  width: 24px;
}

.floks__3d:hover,
.floks__manual:hover {
  color: #fff;
  text-decoration: auto;
  box-shadow: 0px 0px 0px #212121;
}

.floks__characteristics_warranty {
  text-align: right;
  width: 29%;
}

.floks__characteristics_range {
  width: 42%;
}

.floks__selection {
  margin-bottom: 16px;
  font-size: 3.6rem;
  line-height: 0.7em;
  font-weight: 600;
}

.floks__selection > strong {
  font-size: 5.2rem;
  font-weight: 600;
}

.floks__description {
  font-size: 0.9rem;
  line-height: 1.2em;
  font-weight: 300;
}

p.floks__description {
  margin-bottom: 0;
}

.floks__value {
  font-size: 2.4rem;
  line-height: 1.1em;
  font-weight: 500;
}

p.floks__value {
  margin-bottom: 0;
}

.floks__warranty {
  margin-bottom: 20px;
  margin-left: auto;
  max-width: 140px !important;
}

.floks__range {
  display: flex;
  padding: 30px 20px;
  align-items: center;
  background-color: #1c1c1c;
  color: #fff;
}

.floks__range .floks__value {
  text-align: right;
  white-space: nowrap;
}

.floks__range p.floks__value {
  margin-bottom: 8px;
}

.floks__range .floks__description {
  margin-left: 10px;
}

.floks__temperature {
  padding: 30px 20px;
  background-color: #6c6c6c;
  color: #fff;
  width: 100%;
}

.floks__temperature p.floks__value {
  margin-bottom: 5px;
}

.floks__advantage_body {
  display: flex;
}

.floks__advantage_adjustable {
  display: flex;
  padding: 30px 0;
  flex-direction: column;
  justify-content: space-between;
  width: 60%;
  background-image: url("../img/pages/floks/background_adjustable.png");
  background-position: center;
  background-size: auto 100%;
  background-repeat: no-repeat;
}

.floks__advantage_adjustable > div {
  padding: 0 20px;
}

.floks__advantage_list {
  padding: 30px 0 30px 20px;
  width: 40%;
}

.floks__advantage_item {
  display: flex;
  margin-bottom: 20px;
  align-items: flex-start;
}

.floks__advantage_item:nth-child(1) img {
  margin-right: 14px;
  width: 38px;
}

.floks__advantage_item:nth-child(2) img {
  margin-right: 18px;
  width: 34px;
}

.floks__advantage_item:nth-child(3) {
  margin-bottom: 0;
}

.floks__advantage_item:nth-child(3) img {
  margin-right: 14px;
  width: 38px;
}

.floks__usage {
  padding-top: 70px;
  padding-bottom: 90px;
  background-color: #f9f9f9;
}

.floks__usage_body {
  display: flex;
}

.floks__usage_text {
  display: flex;
  margin-right: 30px;
  flex-direction: column;
  justify-content: space-between;
  width: 30%;
}

.floks__usage_attention {
  display: flex;
  align-items: center;
}

.floks__usage_attention > img {
  margin-right: 14px;
  width: 40px;
  min-width: 40px;
}

.floks__usage_attention > p {
  margin-bottom: 0;
  font-size: 0.9rem;
  line-height: 1.2em;
  font-weight: 600;
}

.floks__usage_img {
  display: flex;
  justify-content: flex-start;
  width: 70%;
}

.floks__usage_img > div {
  position: relative;
}

/* .floks__usage_img img {
  max-width: 640px !important;
} */

.title-h2 {
  margin-bottom: 30px;
  font-size: 2rem;
  line-height: 1.1em;
  font-weight: 400;
}

.floks__product {
  width: 100%;
  height: 36px;
  background-color: #000000;
  background-image: url("../img/pages/floks/author.png");
  animation: 5s runtext infinite linear;
  background-repeat: repeat-x;
}

@keyframes runtext {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 215px 0;
  }
}

.floks__settings {
  padding-top: 70px;
  padding-bottom: 90px;
}

.floks__settings_row-1 {
  display: flex;
  align-items: flex-start;
}

.floks__settings_schema-1 {
  width: 65%;
}

.floks__settings_schema-1 > div {
  position: relative;
  margin-left: -4%;
  margin-top: 52px;
}

.floks__settings_schema-2 {
  display: flex;
  padding: 20px;
  align-items: center;
  width: 45%;
  background-color: #1c1c1c;
  min-width: 360px;
}

.floks__settings_schema-2 > p {
  position: relative;
  margin-right: 20px;
  font-size: 1.8rem;
  line-height: 1.1em;
  font-weight: 600;
  text-transform: uppercase;
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  color: #6c6c6c;
}

.floks__settings_schema-2 > div {
  position: relative;
  width: 74%;
}

.floks__settings_row-2 {
  display: flex;
  margin-top: 40px;
  margin-left: -15px;
  margin-right: -15px;
}

.floks__settings_size-1 {
  padding-top: 20px;
  padding-bottom: 20px;
  margin-left: 15px;
  margin-right: 15px;
  width: 30%;
  background-color: #f9f9f9;
}

.floks__settings_size-1 > img {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

.floks__settings_size-2 {
  padding-top: 20px;
  padding-bottom: 20px;
  margin-left: 15px;
  margin-right: 15px;
  width: 30%;
  background-color: #f9f9f9;
}

.floks__settings_size-2 > img {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

.floks__settings_size-3 {
  display: flex;
  margin-left: 15px;
  margin-right: 15px;
  flex-direction: column;
  justify-content: space-between;
  width: 40%;
}

.floks__settings_size-3 > div {
  background-color: #f9f9f9;
}

.floks__settings_item {
  position: relative;
}

.floks__settings_item > p {
  position: absolute;
  top: 50%;
  left: 20px;
  width: 20%;
  font-size: 0.8rem;
  line-height: 1.2em;
  transform: translateY(-50%);
}

.floks__settings_row-3 {
  display: flex;
  margin-top: 40px;
  margin-left: -15px;
  margin-right: -15px;
}

.floks__settings_param-1 {
  margin-left: 15px;
  margin-right: 15px;
  width: 30%;
}

.floks__settings_param-2 {
  margin-left: 15px;
  margin-right: 15px;
  width: 30%;
}

.floks__settings_param-3 {
  margin-left: 15px;
  margin-right: 15px;
  width: 40%;
}

.floks__settings_param-3 > p {
  margin-bottom: 10px;
  font-weight: 400;
}

.list-2 {
  padding: 0;
  margin: 0;
  list-style: none;
}

.list-2 li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 5px;
  font-size: 0.9rem;
  line-height: 1.2em;
  font-weight: 300;
}

.list-2 li::after {
  content: "";
  position: absolute;
  top: 3px;
  left: 0;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 1px solid #1c1c1c;
}

@media (max-width: 992px) {
  .floks__name {
    font-size: 3.8rem !important;
  }

  .floks__advantage_adjustable {
    width: 50%;
  }

  .floks__advantage_list {
    width: 50%;
  }

  .floks__characteristics {
    flex-wrap: wrap;
  }

  .floks__characteristics_manual {
    width: calc(50% - 30px);
  }

  .floks__characteristics_warranty {
    width: calc(50% - 30px);
  }

  .floks__characteristics_range {
    display: flex;
    width: 100%;
  }

  .floks__characteristics_range .floks__range {
    width: 50%;
  }

  .floks__characteristics_range .floks__temperature {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 50%;
  }
}

@media (max-width: 768px) {
  .floks__value {
    font-size: 2.2rem;
  }

  .floks__name {
    font-size: 4.2rem !important;
  }

  .floks__main_text {
    padding-left: 0;
    width: 60%;
  }

  .floks__main_img {
    height: 380px;
  }

  .floks__main_img picture {
    height: 140%;
  }

  .floks__main_img img {
    width: 240%;
    transform: translate(-32%, 10%);
  }

  .floks__characteristics > .floks__characteristics_range {
    display: block;
    margin-left: -5px;
    margin-right: -5px;
    width: 100%;
  }

  .floks__characteristics_range .floks__range {
    width: auto;
  }

  .floks__characteristics_range .floks__temperature {
    width: auto;
  }

  .floks__advantage_adjustable {
    margin-left: -20px;
  }

  .floks__advantage_list {
    width: 50%;
  }

  .floks__usage {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .floks__usage_body {
    flex-wrap: wrap;
  }

  .floks__usage_text {
    width: 100%;
  }

  .floks__usage_img {
    width: 100%;
  }

  .floks__usage_attention {
    margin-top: 10px;
    margin-bottom: 20px;
  }

  .floks__usage_attention > img {
    margin-right: 10px;
    width: 26px;
    min-width: 26px;
  }

  .floks__settings {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .floks__settings_row-1 {
    flex-direction: column;
  }

  .floks__settings_schema-1 {
    margin-bottom: 20px;
    width: 100%;
  }

  .floks__settings_schema-1 > div {
    margin-left: auto;
    margin-right: auto;
    max-width: 420px !important;
  }

  .floks__settings_schema-2 {
    display: block;
    width: 100%;
  }

  .floks__settings_schema-2 > p {
    margin-right: 0;
    margin-bottom: 20px;
    writing-mode: inherit;
    transform: rotate(0deg);
  }

  .floks__settings_schema-2 > div {
    margin-left: auto;
    margin-right: auto;
    width: auto;
    max-width: 170px !important;
  }

  .floks__settings_row-2 {
    flex-wrap: wrap;
  }

  .floks__settings_size-1 {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
    width: 50%;
  }

  .floks__settings_size-2 {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
    width: 50%;
  }

  .floks__settings_size-3 {
    width: 100%;
  }

  .floks__settings_item {
    margin-top: 30px;
  }

  .floks__settings_row-3 {
    flex-wrap: wrap;
  }

  .floks__settings_param-1 {
    margin-bottom: 30px;
    width: 50%;
  }

  .floks__settings_param-2 {
    width: 50%;
  }

  .floks__settings_param-3 {
    margin-top: 30px;
    width: 100%;
  }
}

@media (max-width: 576px) {
  .floks__name {
    font-size: 2.8rem !important;
  }

  .floks__selection {
    font-size: 2.2rem;
  }

  .floks__selection > strong {
    font-size: 3.4rem;
    font-weight: 500;
  }

  .floks__value {
    font-size: 1.4rem;
  }

  .floks__manual {
    font-size: 0.7rem;
  }

  .floks__manual > img {
    width: 30px;
  }

  .floks__3d {
    text-align: left;
    font-size: 0.7rem;
  }

  .floks__main {
    padding-top: 110px;
    margin-bottom: 30px;
    flex-direction: row-reverse;
  }

  .floks__main_img {
    position: relative;
    margin-left: 0;
    margin-right: -20px;
    height: 310px;
    width: 30%;
    z-index: 1;
  }

  .floks__main_img picture {
    width: 100%;
  }

  .floks__main_img img {
    width: 260px;
    transform: translate(0%, 10%);
  }

  .floks__main_text {
    width: 70%;
  }

  .floks__usage_img img {
    margin-left: -10px;
    margin-right: -10px;
    width: 100%;
  }

  .floks__settings_schema-1 > div {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
  }

  .floks__characteristics_manual > p {
    font-size: 1.1rem;
  }

  .floks__characteristics > .floks__characteristics_range {
    margin-top: 20px;
  }

  .floks__advantage_item:nth-child(1) img {
    margin-right: 10px;
    width: 22px;
  }

  .floks__advantage_item:nth-child(2) img {
    margin-right: 12px;
    width: 20px;
  }

  .floks__advantage_item:nth-child(3) img {
    margin-right: 10px;
    width: 22px;
  }
}

#contact-footer {
  display: flex !important;
  flex-direction: column !important;
}

#contact-footer a {
  display: inline-block;
  margin-bottom: 5px;
  color: #6c6c6c !important;
  text-decoration: none;
}

#social-footer a .fab {
  color: #6c6c6c !important;
}

@media (min-width: 1024px) {
  #contact-footer {
    color: #6c6c6c !important;
  }
}

#skolkovo-footer img {
  width: 80px;
}

#header-phone {
  color: #1c1c1c !important;
}

#header-phone a {
  color: #1c1c1c !important;
  text-decoration: none;
}

#logo-text {
  color: #1c1c1c !important;
}

.transp {
  background-color: #ffffff !important;
  box-shadow: 0px 0px 40px #6c6c6c !important;
}

/* --------------------------------Form-------------------------------- */

#iris-o-form-container {
  background-image: url(http://new.i-mt.su/wp-content/uploads/2021/06/paper-plane.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position-x: right;
  padding-top: 10px;
  display: block;
}

#iris-o-form {
  background: #F9F9F9;
  box-shadow: 15px 20px 30px 0px rgb(21 21 21 / 20%);
  padding: 30px;
  margin-bottom: 50px;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

#iris-o-form-p {
  text-align: left;
  font: normal normal normal 28px/38px Acrom;
  letter-spacing: 0px;
  color: #ffffff;
  display: none;
}

#iris-o-form-submit {
  background-color: #93df1c;
  border-color: #93df1c;
  border-radius: 20px;
  text-align: center;
  font: normal normal normal 24px/40px Acrom;
  letter-spacing: 0px;
  color: #ffffff;
  text-transform: lowercase;
  margin-top: 20px;
  width: 100%;
}

#nav-main.on-top {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.clear .toggler-icon-animated span {
  background: #1c1c1c !important;
}

@media (min-width: 768px) {
  .container {
    max-width: none;
  }
}

@media (min-width: 576px) {
  .container {
    max-width: none;
  }
}

.floks__usage_img_label-1 {
  position: absolute;
  top: 0;
  left: 19%;
  margin-bottom: 0;
  font-size: 100%;
  line-height: 110%;
  text-align: center;
}

.floks__usage_img_label-2 {
  position: absolute;
  bottom: 2%;
  left: 8%;
  margin-bottom: 0;
  font-size: 120%;
  line-height: 110%;
  text-align: center;
}

.floks__usage_img_label-3 {
  position: absolute;
  bottom: 2%;
  left: 38%;
  margin-bottom: 0;
  font-size: 100%;
  line-height: 110%;
  text-align: center;
  width: 24%;
}

.floks__usage_img_label-4 {
  position: absolute;
  bottom: 10%;
  right: 6%;
  margin-bottom: 0;
  font-size: 100%;
  line-height: 110%;
  text-align: center;
  width: 28%;
}

@media (max-width: 576px) {
  .floks__usage_img_label-1 {
    top: -4%;
    left: 8%;
    font-size: 70%;
    line-height: 120%;
    width: 48%;
  }
  .floks__usage_img_label-2 {
    bottom: 2%;
    left: auto;
    right: 79%;
    font-size: 82%;
    width: 20%;
  }
  .floks__usage_img_label-3 {
    left: 35%;
    font-size: 76%;
    line-height: 120%;
    width: 30%;
  }
  .floks__usage_img_label-4 {
    right: 2%;
    font-size: 70%;
    line-height: 120%;
    width: 33%;
  }
}

.floks__settings_schema_label-1 {
  position: absolute;
  bottom: 92%;
  left: 16%;
  margin-bottom: 0;
  font-size: 90%;
  line-height: 110%;
  text-align: center;
  color: #ffffff;
  width: 30%;
}

.floks__settings_schema_label-2 {
  position: absolute;
  bottom: 92%;
  left: 48%;
  margin-bottom: 0;
  font-size: 90%;
  line-height: 110%;
  color: #ffffff;
  width: 50%;
}

.floks__settings_schema_label-3 {
  position: absolute;
  top: 34%;
  left: 24%;
  margin-bottom: 0;
  font-size: 100%;
  font-weight: 700;
  text-align: center;
  color: #ffffff;
  width: 24%;
}

.floks__settings_schema_label-4 {
  position: absolute;
  bottom: 0%;
  left: 17%;
  margin-bottom: 0;
  font-size: 90%;
  line-height: 110%;
  text-align: right;
  color: #ffffff;
  width: 45%;
}

.floks__settings_schema_label-5 {
  position: absolute;
  bottom: 0%;
  left: 70%;
  margin-bottom: 0;
  font-size: 90%;
  line-height: 110%;
  color: #ffffff;
  width: 42%;
}

.floks__settings_schema_label-6 {
  position: absolute;
  top: 18%;
  left: 3%;
  margin-bottom: 0;
  font-size: 180%;
  line-height: 120%;
  font-weight: 700;
  color: #ffffff;
  width: 20%;
}

.floks__settings_schema_label-7 {
  position: absolute;
  bottom: 18%;
  left: 3%;
  margin-bottom: 0;
  font-size: 180%;
  line-height: 120%;
  font-weight: 700;
  color: #ffffff;
  width: 24%;
}

@media (max-width: 992px) {
  .floks__settings_schema_label-1 {
    left: 9%;
    font-size: 80%;
    width: 36%;
  }
  .floks__settings_schema_label-2 {
    font-size: 80%;
    line-height: 100%;
  }
  .floks__settings_schema_label-3 {
    font-size: 70%;
  }
  .floks__settings_schema_label-4 {
    bottom: 3%;
    left: 2%;
    font-size: 80%;
    line-height: 100%;
    width: 58%;
  }
  .floks__settings_schema_label-5 {
    font-size: 80%;
    line-height: 100%;
  }
  .floks__settings_schema_label-6 {
    left: 6%;
    font-size: 150%;
  }

  .floks__settings_schema_label-7 {
    left: 5%;
    font-size: 150%;
  }
}

@media (max-width: 768px) {
  .floks__settings_schema_label-4 {
    bottom: 0;
  }
  .floks__settings_schema_label-5 {
    bottom: 0;
  }
}

.floks__settings_schema_label-8 {
  position: absolute;
  top: 6%;
  left: 5%;
  margin-bottom: 0;
  font-size: 230%;
  line-height: 120%;
  font-weight: 700;
  width: 12%;
}

.floks__settings_schema_label-9 {
  position: absolute;
  bottom: 30%;
  left: 4%;
  margin-bottom: 0;
  font-size: 230%;
  line-height: 120%;
  font-weight: 700;
  width: 12%;
}

.floks__settings_schema_label-10 {
  position: absolute;
  top: 29.5%;
  left: 6%;
  width: 28%;
}

.floks__settings_schema_label-10 .floks__settings_p-1 {
  margin-bottom: 0;
  font-size: 100%;
  line-height: 100%;
}

.floks__settings_schema_label-10 .floks__settings_p-2 {
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 100%;
  line-height: 110%;
  font-weight: 500;
}

.floks__settings_schema_label-11 {
  position: absolute;
  top: 29.5%;
  right: 3%;
  font-size: 94%;
  line-height: 110%;
  width: 25%;
}

.floks__settings_schema_label-11 .floks__settings_p-1 {
  margin-bottom: 0;
  font-size: 100%;
  line-height: 100%;
}

.floks__settings_schema_label-11 .floks__settings_p-2 {
  margin-bottom: 0;
  margin-top: 10px;
  font-size: 100%;
  line-height: 110%;
  font-weight: 500;
}

.floks__settings_schema_label-12 {
  position: absolute;
  bottom: 34%;
  right: -1%;
  margin-bottom: 0;
  font-size: 100%;
  line-height: 110%;
  width: 29%;
}

.floks__settings_schema_label-12 p {
  margin-bottom: 0;
}

.floks__settings_schema_label-13 {
  position: absolute;
  bottom: 2%;
  left: 49%;
  font-size: 100%;
  line-height: 110%;
  width: 30%;
}

.floks__settings_schema_label-13 p {
  margin-bottom: 0;
}

.floks__settings_schema_label-14 {
  position: absolute;
  bottom: 2%;
  left: 4%;
  width: 30%;
}

.floks__settings_schema_label-14 .floks__settings_p-1 {
  margin-bottom: 0;
  font-size: 200%;
  line-height: 120%;
  font-weight: 600;
}

.floks__settings_schema_label-14 .floks__settings_p-2 {
  margin-bottom: 0;
  margin-top: 10px;
  font-size: 80%;
  line-height: 100%;
}

@media (max-width: 992px) {
  .floks__settings_schema_label-10 {
    top: 30%;
  }
  .floks__settings_schema_label-10 .floks__settings_p-1 {
    font-size: 70%;
  }
  .floks__settings_schema_label-10 .floks__settings_p-2 {
    font-size: 70%;
  }

  .floks__settings_schema_label-11 {
    top: 30%;
  }
  .floks__settings_schema_label-11 .floks__settings_p-1 {
    font-size: 70%;
  }
  .floks__settings_schema_label-11 .floks__settings_p-2 {
    font-size: 70%;
  }

  .floks__settings_schema_label-12 {
    bottom: 32%;
    font-size: 70%;
    line-height: 120%;
  }

  .floks__settings_schema_label-13 {
    font-size: 70%;
  }

  .floks__settings_schema_label-14 .floks__settings_p-1 {
    font-size: 160%;
  }
}

@media (max-width: 420px) {
  .floks__usage_img_label-4 {
    bottom: 0;
  }
  .floks__settings_schema_label-8 {
    font-size: 160%;
  }
  .floks__settings_schema_label-9 {
    font-size: 160%;
  }
  .floks__settings_schema_label-10 {
    top: 27%;
    font-size: 82%;
    width: 34%;
  }
  .floks__settings_schema_label-11 {
    top: 27%;
    font-size: 85%;
  }
  .floks__settings_schema_label-12 {
    bottom: 26%;
    font-size: 60%;
  }
  .floks__settings_schema_label-13 {
    font-size: 60%;
    line-height: 120%;
    width: 46%;
  }
  .floks__settings_schema_label-14 .floks__settings_p-1 {
    font-size: 112%;
  }
  .floks__settings_schema_label-14 .floks__settings_p-2 {
    font-size: 65%;
  }
}
