@charset "UTF-8";
@font-face {
  font-family: "Roboto";
  src: url("/fonts/roboto/Roboto-Thin.ttf") format("truetype");
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: "Roboto";
  src: url("/fonts/roboto/Roboto-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Roboto";
  src: url("/fonts/roboto/Roboto-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Roboto";
  src: url("/fonts/roboto/Roboto-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Roboto";
  src: url("/fonts/roboto/Roboto-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Roboto";
  src: url("/fonts/roboto/Roboto-Black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: "Roboto";
  src: url("/fonts/roboto/Roboto-Italic.ttf") format("truetype");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: "Roboto";
  src: url("/fonts/roboto/Roboto-BoldItalic.ttf") format("truetype");
  font-weight: 700;
  font-style: italic;
}
@font-face {
  font-family: "Roboto";
  src: url("/fonts/roboto/Roboto-BlackItalic.ttf") format("truetype");
  font-weight: 900;
  font-style: italic;
}
.header-background {
  background: rgb(38, 85, 170);
  width: 100%;
  position: fixed;
  z-index: 1;
}

.header {
  max-width: 1440px;
  margin: 0 auto;
  height: 100px;
  display: flex;
  justify-content: space-between;
  background: rgb(38, 85, 170);
}
@media (max-width: 768px) {
  .header {
    flex-direction: column;
    height: auto;
    padding: 10px;
    width: 94%;
    max-width: 100%;
  }
}
@media (min-width: 769px) and (max-width: 1024px) {
  .header {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    height: 100px;
    display: flex;
    justify-content: space-between;
    background: rgb(38, 85, 170);
    position: fixed;
    z-index: 1;
  }
}
@media (min-width: 1025px) and (max-width: 1400px) {
  .header {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    height: 100px;
    display: flex;
    justify-content: space-between;
    background: rgb(38, 85, 170);
    position: fixed;
    z-index: 1;
  }
}
@media (min-width: 1401px) and (max-width: 1439px) {
  .header {
    width: 100%;
    max-width: 100%;
  }
}

body {
  width: 100%;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  overflow-x: hidden;
}

.header-logo {
  width: 309px;
  height: 100px;
  background: rgb(49, 129, 98);
  color: #FFF;
}
@media (max-width: 768px) {
  .header-logo {
    width: 100%;
    height: 80px;
    margin-bottom: -10px;
    margin-right: 15px;
    background: none;
  }
}
@media (min-width: 769px) and (max-width: 1000px) {
  .header-logo {
    width: 190px;
    height: 100px;
  }
}

.menu {
  display: flex;
  align-items: center;
  justify-content: space-around;
  gap: 45px;
  padding-right: 542px;
  padding-left: 109px;
  white-space: nowrap;
}
@media (max-width: 768px) {
  .menu {
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
    padding-left: 5px;
    padding-right: 0px;
  }
}
@media (min-width: 769px) and (max-width: 1024px) {
  .menu {
    display: flex;
    align-items: center;
    justify-content: space-around;
    gap: 25px;
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media (min-width: 1025px) and (max-width: 1400px) {
  .menu {
    display: flex;
    align-items: center;
    justify-content: space-around;
    gap: 25px;
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media (min-width: 1400px) and (max-width: 1439px) {
  .menu {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media (min-width: 1440px) and (max-width: 1543px) {
  .menu {
    padding-right: 350px;
  }
}
@media (min-width: 1544px) and (max-width: 1609px) {
  .menu {
    padding-right: 500px;
  }
}

.menu-item {
  color: #FFF;
  font-family: Roboto;
  font-size: 12px;
  font-weight: 600;
  line-height: 14.4px;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .menu-item {
    font-size: 14px;
  }
}

a {
  color: #FFF;
  text-decoration-line: none;
}

.login {
  display: flex;
  align-items: center;
  padding-right: 100px;
}
@media (max-width: 768px) {
  .login {
    padding: 0 5px;
    justify-content: space-between;
  }
}
@media (min-width: 769px) and (max-width: 988px) {
  .login {
    display: flex;
    align-items: center;
    padding: 0 0px;
  }
}
@media (min-width: 989px) and (max-width: 1024px) {
  .login {
    display: flex;
    align-items: center;
    padding: 0 100px;
  }
}
@media (min-width: 1025px) and (max-width: 1400px) {
  .login {
    display: flex;
    align-items: center;
    padding: 0 100px;
  }
}

.white {
  padding: 12px 60px;
  color: #FFF;
  font-family: Roboto;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  background: transparent;
  border: 0px solid #FFF;
  text-decoration-line: none;
}
@media (max-width: 768px) {
  .white {
    padding: 10px 40px;
  }
}

.buttons {
  width: 170px;
  height: 40px;
  text-decoration: none;
  transition: background-color 0.5s, color 0.5s;
  cursor: pointer;
  padding: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.buttons span {
  color: #fff;
  font-size: 0.6rem;
  display: flex;
  width: 100%;
  justify-content: center;
}
@media (max-width: 768px) {
  .buttons {
    justify-content: flex-start;
    margin-top: 15px;
    margin-right: 15px;
    font-size: 12px;
  }
  .buttons span {
    font-size: 10px;
    justify-content: flex-start;
  }
}
@media (min-width: 769px) and (max-width: 1024px) {
  .buttons {
    width: 89%;
  }
}
@media (min-width: 769px) and (max-width: 788px) {
  .buttons {
    width: 130px;
  }
}
@media (min-width: 789px) and (max-width: 1024px) {
  .buttons {
    width: 170px;
  }
}
@media (min-width: 1025px) and (max-width: 1400px) {
  .buttons {
    width: 170px;
  }
}

.logo {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 247px;
  height: 48px;
  padding: 26px 32px 26px 30px;
}
@media (max-width: 768px) {
  .logo {
    padding: 0px 0px 1px 5px;
  }
}
@media (min-width: 769px) and (max-width: 1000px) {
  .logo {
    width: 180px;
    height: 21px;
    padding: 36px 27px 25px 6px;
  }
}

h2 {
  margin: auto 0px;
  max-width: 800px;
  color: #000;
  font-family: Impact;
  font-size: 50px;
  font-weight: 400;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  h2 {
    font-size: 30px;
    text-align: left;
    margin-bottom: 15px;
    padding-left: 20px;
  }
}

.main {
  max-width: 1440px;
  margin: auto;
}
@media (max-width: 768px) {
  .main {
    max-width: 100%;
    width: 100%;
  }
}
.main .page-info {
  max-width: 1440px;
  margin: auto;
  padding: 180px 50px 0px 50px;
}
@media (max-width: 768px) {
  .main .page-info {
    padding: 280px 0px;
    width: 100%;
    max-width: 100%;
  }
}
@media (min-width: 769px) and (max-width: 1024px) {
  .main .page-info {
    padding: 150px 30px 0px 10px;
  }
}
@media (min-width: 1025px) and (max-width: 1200px) {
  .main .page-info {
    padding: 150px 30px 0px 25px;
  }
}
@media (min-width: 1201px) and (max-width: 1400px) {
  .main .page-info {
    padding: 150px 30px 0px 30px;
  }
}
.main .page-info__title {
  font-size: 24px;
  font-weight: bold;
}
@media (max-width: 768px) {
  .main .page-info__title {
    font-size: 20px;
    text-align: center;
  }
}
.main .page-info__description {
  padding-top: 10px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .main .page-info__description {
    flex-direction: column;
    padding-left: 20px;
  }
}
.main .page-info__section {
  padding-right: 0px;
}
.main .page-info__instruction {
  font-family: Roboto;
  font-size: 16px;
  font-weight: 500;
  line-height: 19.2px;
  text-align: left;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-underline-position: from-font;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
  color: rgb(0, 0, 0);
}
.main .page-info__instruction a {
  text-decoration-line: none;
  color: rgb(0, 0, 0);
}
.main .page-info__instruction-description {
  font-family: Roboto;
  font-size: 14px;
  font-weight: 500;
  line-height: 16.8px;
  text-align: left;
  color: rgba(0, 0, 0, 0.5);
  padding-top: 10px;
}
@media (max-width: 768px) {
  .main .page-info__instruction-description {
    margin-bottom: 20px;
  }
}
.main .page-info__calculator-description-title {
  color: rgb(38, 85, 170);
  font-family: Roboto;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  text-align: left;
  text-underline-position: from-font;
}
.main .page-info__calculator-description {
  font-family: Roboto;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
  text-underline-position: from-font;
  color: rgba(0, 0, 0, 0.5);
}

.h2-padding {
  padding-left: 41px;
}
@media (max-width: 768px) {
  .h2-padding {
    padding-left: 20px;
  }
}

.menu-left {
  border-right: 1px solid rgb(38, 85, 170);
  border-bottom: 1px solid rgb(38, 85, 170);
  margin-top: 0px;
  width: 229px;
  /* Стиль для активного пункту меню */
}
@media (max-width: 768px) {
  .menu-left {
    max-width: 100%;
    border-right: none;
    margin-top: 0px;
    width: 100%;
  }
}
@media (min-width: 769px) and (max-width: 1024px) {
  .menu-left {
    list-style: none;
    font-family: Roboto;
    margin: auto;
    font-size: 14px;
    font-weight: 500;
    line-height: 16.8px;
    text-align: left;
    color: rgba(0, 0, 0, 0.7);
    width: 100%;
    padding: 0px;
    display: flex;
    justify-content: center;
    border-right: 0px solid rgb(38, 85, 170);
  }
}
@media (min-width: 1025px) and (max-width: 1200px) {
  .menu-left {
    list-style: none;
    font-family: Roboto;
    margin: auto;
    font-size: 14px;
    font-weight: 500;
    line-height: 16.8px;
    text-align: left;
    color: rgba(0, 0, 0, 0.7);
    width: 100%;
    padding: 0px;
    display: flex;
    justify-content: center;
    border-right: 0px solid rgb(38, 85, 170);
  }
}
.menu-left sup {
  font-size: 7px;
  position: relative;
  vertical-align: baseline;
  top: -0.5em;
}
.menu-left sub {
  font-size: 7px;
  position: relative;
  vertical-align: baseline;
  bottom: -0.25em;
}
.menu-left__header {
  background: rgb(38, 85, 170);
  color: white;
  padding: 24px 10px 23px 10px;
  position: relative;
  font-family: Roboto;
  font-size: 14px;
  font-weight: 500;
  line-height: 16.8px;
  text-align: left;
  text-underline-position: from-font;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}
.menu-left__header::after {
  content: "";
  position: absolute;
  right: -25px;
  top: 10px;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-top: 0px solid transparent;
  border-bottom: 20px solid transparent;
  border-left: 25.26px solid rgb(38, 85, 170);
}
.menu-left__items {
  list-style: none;
  font-family: Roboto;
  margin: auto;
  font-size: 14px;
  font-weight: 500;
  line-height: 16.8px;
  text-align: left;
  color: rgba(0, 0, 0, 0.7);
  width: 100%;
  padding: 0px;
}
@media (min-width: 769px) and (max-width: 1024px) {
  .menu-left__items {
    list-style: none;
    font-family: Roboto;
    margin: auto;
    font-size: 12px;
    font-weight: 500;
    line-height: 13px;
    text-align: center;
    color: rgba(0, 0, 0, 0.7);
    width: 100%;
    padding: 0px;
    display: flex;
    justify-content: center;
  }
}
@media (min-width: 1025px) and (max-width: 1200px) {
  .menu-left__items {
    list-style: none;
    font-family: Roboto;
    margin: auto;
    font-size: 12px;
    font-weight: 500;
    line-height: 13px;
    text-align: center;
    color: rgba(0, 0, 0, 0.7);
    width: 100%;
    padding: 0px;
    display: flex;
    justify-content: center;
  }
}
.menu-left__item {
  padding: 0px 10px;
  border-top: 1px solid rgb(38, 85, 170);
  cursor: pointer;
  align-content: center;
  height: 70px;
}
@media (max-width: 768px) {
  .menu-left__item {
    height: 40px;
    padding: 10px 10px;
  }
}
@media (min-width: 769px) and (max-width: 1024px) {
  .menu-left__item {
    height: 90px;
    border-right: 1px solid rgb(38, 85, 170);
    width: calc(14.2857142857% - 1px);
  }
}
@media (min-width: 1025px) and (max-width: 1200px) {
  .menu-left__item {
    height: 90px;
    width: calc(14.2857142857% - 1px);
    border-right: 1px solid rgb(38, 85, 170);
  }
  .menu-left__item div.menu-left > ul > li:nth-child(1) {
    border-left: 1px solid rgb(38, 85, 170);
  }
}
.menu-left__item:hover {
  background: rgb(38, 85, 170);
  color: white;
  position: relative;
}
.menu-left__item--active {
  background: rgb(38, 85, 170);
  color: white;
  position: relative;
}
.menu-left__item--active:hover {
  color: #fff;
}
.menu-left__item--active::after {
  content: "";
  position: absolute;
  right: -25px;
  transform: translateY(-80%);
  width: 0;
  height: 0;
  border-top: 0px solid transparent;
  border-bottom: 20px solid transparent;
  border-left: 25.26px solid rgb(38, 85, 170);
  top: 15px;
}
@media (max-width: 768px) {
  .menu-left__header {
    font-size: 12px;
    padding: 15px;
  }
  .menu-left__items {
    font-size: 12px;
  }
}

.center {
  text-align: center;
}
@media (max-width: 768px) {
  .center {
    text-align: left;
  }
}

.content-container {
  display: flex;
  margin-top: 50px;
  width: 100%;
}
@media (max-width: 768px) {
  .content-container {
    display: flex;
    margin-top: 50px;
    width: 100%;
    flex-wrap: wrap;
  }
}
@media (min-width: 769px) and (max-width: 1024px) {
  .content-container {
    display: flex;
    margin-top: 50px;
    width: 100%;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
  }
}
@media (min-width: 1025px) and (max-width: 1200px) {
  .content-container {
    display: flex;
    margin-top: 50px;
    width: 100%;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
  }
}
@media (max-width: 768px) {
  .content-container_menu {
    padding-left: 20px;
  }
}
.content-container_menu_result {
  margin-top: 20px;
  display: flex;
  justify-content: space-around;
  margin-bottom: 100px;
}
@media (max-width: 768px) {
  .content-container_menu_result {
    justify-content: flex-start;
  }
}
@media (min-width: 769px) and (max-width: 1024px) {
  .content-container_menu_result {
    margin-top: 40px;
    display: flex;
    justify-content: space-around;
    margin-bottom: 40px;
  }
}
@media (min-width: 1025px) and (max-width: 1200px) {
  .content-container_menu_result {
    margin-top: 40px;
    display: flex;
    justify-content: space-around;
    margin-bottom: 40px;
  }
}
.content-container_menu_button {
  width: 194px;
  align-content: center;
  background-color: #fff;
  padding: 8px 10px 6px 10px;
  border: 1px solid rgb(38, 85, 170);
  border-radius: 2px;
  font-family: Roboto;
  font-size: 14px;
  font-weight: 700;
  line-height: 12px;
  text-align: center;
  text-underline-position: from-font;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  color: rgb(38, 85, 170);
  height: 44px;
  cursor: pointer;
}
.content-container_menu_button span {
  font-family: Roboto;
  font-size: 10px;
  font-weight: 700;
  line-height: 12px;
  text-align: center;
  text-underline-position: from-font;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  color: rgba(38, 85, 170, 0.5);
  padding-bottom: 5px;
}
.content-container_menu_button:hover {
  background: rgb(38, 85, 170);
  color: #fff;
  border-radius: 0px;
}
.content-container_menu_button:hover span {
  color: rgba(255, 255, 255, 0.5);
}

.calculator-page {
  margin-left: 66.26px;
  margin-top: -22px;
  width: 1070px;
}
@media (max-width: 768px) {
  .calculator-page {
    margin-left: 20px;
    margin-top: -50px;
    width: 95%;
  }
}
@media (min-width: 769px) and (max-width: 1000px) {
  .calculator-page {
    margin-left: 0px;
    width: 100%;
  }
}
@media (min-width: 1001px) and (max-width: 1024px) {
  .calculator-page {
    margin-left: 0px;
    margin-top: -22px;
    width: 100%;
  }
}
@media (min-width: 1025px) and (max-width: 1200px) {
  .calculator-page {
    margin-left: 0px;
    margin-top: -22px;
    width: 100%;
  }
}
@media (min-width: 1201px) and (max-width: 1443px) {
  .calculator-page {
    margin-left: 30px;
    margin-top: -22px;
    width: 100%;
  }
}

.page {
  display: none;
}

.page-1 {
  display: block;
}

h3 {
  font-family: Roboto;
  font-size: 25px;
  font-weight: 700;
  lne-height: 30px;
  text-align: left;
  text-underline-position: from-font;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  color: rgb(43, 71, 122);
}
@media (max-width: 768px) {
  h3 {
    font-size: 20px;
  }
}

h4 {
  font-family: Roboto;
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
  text-underline-position: from-font;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  margin: auto;
}
@media (max-width: 768px) {
  h4 {
    font-size: 16px;
  }
}

span {
  font-family: Roboto;
  font-size: 15px;
  font-weight: 400;
  line-height: 18px;
  text-align: left;
  text-underline-position: from-font;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  color: rgba(0, 0, 0, 0.5);
}
@media (max-width: 768px) {
  span {
    font-size: 12px;
  }
}

.imgI {
  padding-left: 4px;
  padding-bottom: 6px;
  cursor: pointer;
}

.img2 {
  padding-left: 4px;
  cursor: pointer;
}

.img3 {
  padding-left: 4px;
  padding-bottom: 6px;
  cursor: pointer;
  width: 15%;
}

.img4 {
  padding-left: 4px;
  padding-bottom: 6px;
  cursor: pointer;
  width: 23%;
}

.spantooltip {
  font-family: Roboto;
  font-size: 10px;
  font-weight: 400;
  line-height: 12px;
  text-align: left;
  text-underline-position: from-font;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
  vertical-align: top;
  color: rgb(0, 0, 0);
  display: flex;
  justify-content: space-between;
}

.top {
  margin-top: 84px !important;
}

.left {
  margin-left: 0px !important;
}

.bedroom-info {
  margin: auto;
  max-width: 100%;
}
.bedroom-info_title {
  margin-top: 49px;
}
.bedroom-info_description {
  margin-top: 21px;
  font-family: Roboto;
  font-size: 15px;
  font-weight: 700;
  line-height: 18px;
  text-align: left;
  text-underline-position: from-font;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  color: rgb(0, 0, 0);
}
@media (max-width: 768px) {
  .bedroom-info_description {
    font-size: 13px;
    line-height: 15px;
  }
}
.bedroom-info_description sup {
  font-family: Roboto;
  font-size: 10px;
  font-weight: 700;
  line-height: 12px;
  text-align: left;
  text-underline-position: from-font;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  position: relative;
  vertical-align: baseline;
  top: -0.5em;
}
.bedroom-info_description sub {
  font-family: Roboto;
  font-size: 10px;
  font-weight: 700;
  line-height: 12px;
  text-align: left;
  text-underline-position: from-font;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  position: relative;
  vertical-align: baseline;
  bottom: -0.25em;
}
.bedroom-info_description-table {
  margin-top: 50px;
  font-family: Roboto;
  font-size: 15px;
  font-weight: 700;
  line-height: 18px;
  text-align: left;
  text-underline-position: from-font;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  color: rgb(0, 0, 0);
}
.bedroom-info_table {
  margin-top: 20px;
}
@media (max-width: 768px) {
  .bedroom-info_table {
    max-width: 80%; /* Контейнер не виходить за межі екрана */
  }
}
.bedroom-info_result {
  margin-top: 30px;
}
.bedroom-info_divider {
  width: 996px;
  height: 0;
  border-top: 1px solid rgb(204, 202, 202);
  opacity: 1;
  margin-top: 74px;
  margin-bottom: 76px;
  margin-left: 11px;
}
@media (max-width: 768px) {
  .bedroom-info_divider {
    width: 35%;
  }
}
@media (min-width: 769px) and (max-width: 1000px) {
  .bedroom-info_divider {
    width: 100%;
  }
}
@media (min-width: 1001px) and (max-width: 1024px) {
  .bedroom-info_divider {
    width: 100%;
  }
}
@media (min-width: 1025px) and (max-width: 1200px) {
  .bedroom-info_divider {
    width: 100%;
  }
}
@media (min-width: 1200px) and (max-width: 1295px) {
  .bedroom-info_divider {
    width: 98%;
  }
}
.bedroom-info_custom-table {
  margin-top: 30px;
}
.bedroom-info_custom-table2 {
  margin-top: 0px;
}
.bedroom-info_custom-table3 {
  margin-top: 10px;
}
.bedroom-info_resultpdf {
  margin-top: 150px;
  margin-bottom: 150px;
}
@media (max-width: 768px) {
  .bedroom-info_resultpdf {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}
.bedroom-info_resultpdf_button {
  width: 170px;
  align-content: center;
  background-color: #fff;
  padding: 8px 10px 6px 10px;
  border: 1px solid rgb(38, 85, 170);
  border-radius: 2px;
  font-family: Roboto;
  font-size: 14px;
  font-weight: 700;
  line-height: 12px;
  text-align: center;
  text-underline-position: from-font;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  color: rgb(38, 85, 170);
  height: 40px;
  cursor: pointer;
}
.bedroom-info_resultpdf_button span {
  font-family: Roboto;
  font-size: 10px;
  font-weight: 700;
  line-height: 12px;
  text-align: center;
  text-underline-position: from-font;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  color: rgba(38, 85, 170, 0.5);
  padding-bottom: 5px;
}
.bedroom-info_resultpdf_button:hover {
  background: rgb(38, 85, 170);
  color: #fff;
  border-radius: 0px;
}
.bedroom-info_resultpdf_button:hover span {
  color: rgba(255, 255, 255, 0.5);
}
.bedroom-info_resultpdfbutton {
  display: flex;
  justify-content: space-around;
  margin-top: 36px;
}
@media (max-width: 768px) {
  .bedroom-info_resultpdfbutton {
    display: flex;
    justify-content: flex-start;
    margin-top: 36px;
  }
}

.bedroom-info_table__content {
  max-width: 100%;
  border-collapse: collapse;
}

table {
  table-layout: fixed;
}

.table {
  border-spacing: 10px;
  margin-left: -10px;
  table-layout: fixed;
}
@media (max-width: 768px) {
  .table {
    display: block;
  }
}
@media (min-width: 769px) and (max-width: 1000px) {
  .table {
    border-spacing: 7px;
  }
}
.table_page2_1 th {
  width: 210px;
}
.table_page2_1 input {
  width: 230px;
}
.table_header {
  background: rgb(255, 222, 245);
  font-family: Roboto;
  font-size: 10px;
  font-weight: 400;
  line-height: 12px;
  text-align: left;
  text-underline-position: from-font;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  vertical-align: top;
  padding: 10px 10px 10px 10px;
  color: rgb(0, 0, 0);
}
@media (max-width: 768px) {
  .table_header {
    display: contents;
  }
}
.table_header_row {
  background-color: #007bff;
  box-sizing: border-box;
  color: white;
  border: none;
  padding: 5px 10px;
  height: 88px;
}
@media (max-width: 768px) {
  .table_header_row {
    display: contents;
  }
}
.table_header_row_cell {
  background: rgb(233, 243, 253);
  border: 1px rgb(233, 243, 253) solid;
  box-sizing: border-box;
  font-family: Roboto;
  font-size: 10px;
  font-weight: 400;
  line-height: 12px;
  text-align: left;
  text-underline-position: from-font;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  vertical-align: top;
  padding: 10px 8px 10px 10px;
  border-radius: 2px;
  color: rgb(0, 0, 0);
  width: 100px;
  border-radius: 2px;
}
.table_header_row_cell sup {
  font-size: 7px;
  position: relative;
  vertical-align: baseline;
  top: -0.5em;
}
.table_header_row_cell sub {
  font-size: 7px;
  position: relative;
  vertical-align: baseline;
  bottom: -0.25em;
}
.table_header_row_cell:first-child {
  width: 240px;
}
@media (max-width: 768px) {
  .table_header_row_cell:first-child {
    min-width: 240px;
  }
}
@media (min-width: 769px) and (max-width: 1000px) {
  .table_header_row_cell:first-child {
    width: 125px;
  }
}
@media (min-width: 1001px) and (max-width: 1075px) {
  .table_header_row_cell:first-child {
    width: 175px;
  }
}
@media (min-width: 1201px) and (max-width: 1340px) {
  .table_header_row_cell:first-child {
    width: 175px;
  }
}
.table_header_row_cell:nth-child(2) {
  width: 120px;
}
@media (max-width: 768px) {
  .table_header_row_cell:nth-child(2) {
    min-width: 120px;
  }
}
@media (min-width: 769px) and (max-width: 1000px) {
  .table_header_row_cell:nth-child(2) {
    width: 100px;
  }
}
.table_header_row_cell:nth-child(3) {
  width: 120px;
}
@media (max-width: 768px) {
  .table_header_row_cell:nth-child(3) {
    min-width: 120px;
  }
}
.table_header_row_cell:nth-child(4) {
  width: 120px;
}
@media (max-width: 768px) {
  .table_header_row_cell:nth-child(4) {
    min-width: 120px;
  }
}
.table_header_row_cell:nth-child(5) {
  width: 120px;
}
@media (max-width: 768px) {
  .table_header_row_cell:nth-child(5) {
    min-width: 120px;
  }
}
.table_header_row_cell:nth-child(6) {
  width: 120px;
}
@media (max-width: 768px) {
  .table_header_row_cell:nth-child(6) {
    min-width: 120px;
  }
}
.table_header_row_cell-pink {
  background: rgb(255, 222, 245);
  font-family: Roboto;
  font-size: 10px;
  font-weight: 400;
  line-height: 12px;
  text-align: left;
  text-underline-position: from-font;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  vertical-align: top;
  padding: 10px 10px 10px 10px;
  color: rgb(0, 0, 0);
  width: 80px;
  border: 1px rgb(255, 222, 245) solid;
}
@media (max-width: 768px) {
  .table_header_row_cell-pink {
    min-width: 80px;
  }
}
@media (min-width: 769px) and (max-width: 1000px) {
  .table_header_row_cell-pink {
    width: 60px;
  }
}
.table_header_row_cell-pink sup {
  font-size: 7px;
  position: relative;
  vertical-align: baseline;
  top: -0.5em;
}
.table_header_row_cell-pink sub {
  font-size: 7px;
  position: relative;
  vertical-align: baseline;
  bottom: -0.25em;
}
.table_button {
  background: rgb(38, 85, 170);
  color: white;
  border: none;
  border-radius: 2px;
  cursor: pointer;
  margin-right: 5px;
  width: 26px;
  height: 26px;
  font-family: Roboto;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  text-align: center;
  text-underline-position: from-font;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}
.table_button-info {
  background: rgb(38, 85, 170);
  color: white;
  border: none;
  border-radius: 2px;
  cursor: pointer;
  display: block;
  margin: 0;
  width: 26px;
  height: 26px;
  font-family: Roboto;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  text-align: center;
  text-underline-position: from-font;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}

.table_body {
  border-bottom: 1px solid #ddd;
}
@media (max-width: 768px) {
  .table_body {
    display: block;
  }
}
.table_body_row {
  width: 100%;
}
@media (max-width: 768px) {
  .table_body_row {
    display: block;
  }
}
.table_body_row_cell {
  padding: 0px;
  text-align: left;
  flex-direction: row;
  align-items: center;
}
.table_body_row_cell-pink {
  padding: 8px;
  text-align: center;
  margin-left: -10px;
  width: 72px;
}
.table_body_row_cell-PO {
  text-align: center;
  margin-left: -10px;
  padding: 0;
  width: 120px;
}
.table_body_row_cell-PO-pink {
  text-align: center;
  margin-left: -10px;
  padding: 0;
  width: 72px;
}
.table_body_row_cell-output {
  background-color: #ffe4e1;
}
.table_body_row_input {
  padding: 5px 5px 5px 5px;
  box-sizing: border-box;
  border: 1px solid rgb(184, 184, 184);
  gap: 0px;
  max-height: 26px;
  border-radius: 2px;
  border: 1px 0px 0px 0px;
  opacity: 0px;
  font-family: Roboto;
  font-size: 14px;
  font-weight: 700;
  line-height: 16.8px;
  text-align: center;
  text-underline-position: from-font;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  color: rgb(76, 84, 95);
  width: 120px;
  height: 26px;
}
@media (min-width: 769px) and (max-width: 1000px) {
  .table_body_row_input {
    width: 100px;
  }
}
.table_body_row_input:focus {
  border: 1px solid rgb(78, 130, 188);
  outline: none;
}
.table_body_row_input-pink {
  padding: 5px 5px 5px 5px;
  box-sizing: border-box;
  border: 1px solid rgb(38, 85, 170);
  gap: 0px;
  max-height: 26px;
  border-radius: 2px;
  border: 1px 0px 0px 0px;
  opacity: 0px;
  font-family: Roboto;
  font-size: 14px;
  font-weight: 700;
  line-height: 16.8px;
  text-align: center;
  text-underline-position: from-font;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  color: rgb(38, 85, 170);
  width: 100px;
  height: 26px;
}
@media (min-width: 769px) and (max-width: 1000px) {
  .table_body_row_input-pink {
    width: 80px;
  }
}
.table_body_row_input-pink-page4 {
  padding: 5px 5px 5px 5px;
  box-sizing: border-box;
  border: 1px solid rgb(38, 85, 170);
  gap: 0px;
  max-height: 26px;
  border-radius: 2px;
  border: 1px 0px 0px 0px;
  opacity: 0px;
  font-family: Roboto;
  font-size: 14px;
  font-weight: 700;
  line-height: 16.8px;
  text-align: center;
  text-underline-position: from-font;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  color: rgb(38, 85, 170);
  width: 82px;
  height: 26px;
}
.table_body_row_input-pink:focus {
  border: 1px solid rgb(78, 130, 188);
  outline: none;
}
.table_body_row_input-pink-page4:focus {
  border: 1px solid rgb(78, 130, 188);
  outline: none;
}
.table_body_row_input-PO {
  padding: 5px 5px 5px 5px;
  box-sizing: border-box;
  border: 1px solid rgb(184, 184, 184);
  gap: 0px;
  max-height: 26px;
  border-radius: 2px;
  border: 1px 0px 0px 0px;
  opacity: 0px;
  font-family: Roboto;
  font-size: 14px;
  font-weight: 700;
  line-height: 16.8px;
  text-align: left;
  text-underline-position: from-font;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  color: rgb(76, 84, 95);
  width: 240px;
  height: 26px;
}
@media (min-width: 769px) and (max-width: 1000px) {
  .table_body_row_input-PO {
    width: 125px;
  }
}
@media (min-width: 1001px) and (max-width: 1075px) {
  .table_body_row_input-PO {
    width: 175px;
  }
}
@media (min-width: 1201px) and (max-width: 1340px) {
  .table_body_row_input-PO {
    width: 175px;
  }
}
.table_body_row_input-PO:focus {
  border: 1px solid rgb(78, 130, 188);
  outline: none;
}
.table_body_row_input-PO::-moz-placeholder {
  color: rgb(177, 177, 177);
  font-family: Roboto;
  font-size: 10px;
  font-weight: 600;
  line-height: 12px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}
.table_body_row_input-PO::placeholder {
  color: rgb(177, 177, 177);
  font-family: Roboto;
  font-size: 10px;
  font-weight: 600;
  line-height: 12px;
  text-align: left;
  text-underline-position: from-font;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}
.table_body_row_select {
  appearance: none;
  width: 120px;
  height: 26px;
  padding: 0px 10px 0px 0px;
  box-sizing: border-box;
  border: 1px solid rgb(184, 184, 184);
  gap: 0px;
  max-height: 26px;
  border-radius: 2px;
  border: 1px 0px 0px 0px;
  opacity: 0px;
  font-family: Roboto;
  font-size: 14px;
  font-weight: 700;
  line-height: 16.8px;
  text-align: center;
  text-underline-position: from-font;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  color: rgb(76, 84, 95);
  transition: border-color 0.3s ease;
  background-image: url("/images/Vector13.svg");
  background-repeat: no-repeat;
  background-position: right 8px center;
  background-size: 12px 12px;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.table_body_row_select option {
  font-family: Roboto;
  font-size: 14px;
  font-weight: 700;
  line-height: 16.8px;
  text-align: center;
  text-underline-position: from-font;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}
.table_body_row_select:focus {
  border: 1px solid rgb(78, 130, 188);
}
.table_body_row_select:focus option {
  font-family: Roboto;
  font-size: 14px;
  font-weight: 700;
  line-height: 16.8px;
  text-align: center;
  text-underline-position: from-font;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  border-bottom: 1px solid #ccc;
}
.table_body_row_select:active {
  border: 1px solid rgb(78, 130, 188);
}
.table_body_row_select:checked {
  border: 1px solid rgb(78, 130, 188);
}
.table_body_row_select:focus-visible {
  outline: none;
}

.custom-options {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background-color: #fff;
  border: 1px solid rgb(184, 184, 184);
  border-radius: 4px;
  display: none;
  z-index: 10;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.custom-option {
  padding: 8px;
  font-family: Roboto, sans-serif;
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
  border-bottom: 1px solid #ccc;
}

.custom-option:last-child {
  border-bottom: none;
}

.custom-option:hover {
  background-color: rgba(78, 130, 188, 0.2); /* Зміна фону при наведенні */
}

.result-container {
  display: flex;
  align-items: center;
  margin-top: 10px;
}
.result-container_block {
  display: flex;
  align-items: center;
  border: 1px solid rgb(38, 85, 170);
  border-radius: 2px;
  font-family: Arial, sans-serif;
  font-size: 20px;
  font-weight: bold;
  color: #1a73e8;
  width: 350px;
  height: 59px;
}
@media (max-width: 768px) {
  .result-container_block {
    width: 270px;
  }
}
.result-container_block_icon {
  color: rgb(38, 85, 170);
  font-size: 20px;
  margin-right: 8px;
  font-family: Roboto;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  text-align: center;
  text-underline-position: from-font;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  padding: 17px 0px 17px 10px;
}
.result-container_block_value {
  color: rgb(38, 85, 170);
  font-size: 24px;
  text-align: center;
  flex-grow: 1;
  font-family: Roboto;
  font-size: 25px;
  font-weight: 700;
  line-height: 30px;
  text-align: center;
  text-underline-position: from-font;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}
.result-container_button {
  font-family: Roboto;
  font-size: 30px;
  font-weight: 700;
  line-height: 36px;
  text-align: center;
  text-underline-position: from-font;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  margin-left: 10px;
  padding: 0;
  color: rgb(38, 85, 170);
  background-color: #fff;
  border: 1px solid rgb(38, 85, 170);
  border-radius: 2px;
  cursor: pointer;
  width: 55px;
  height: 59px;
}

.custom-table {
  width: 415px;
  border-collapse: collapse;
  font-family: Roboto;
  font-size: 12px;
  font-weight: 400;
  line-height: 14.4px;
  text-align: left;
  text-underline-position: from-font;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  color: rgb(0, 0, 0);
}
@media (max-width: 768px) {
  .custom-table {
    width: 352px;
    font-size: 11px;
    line-height: 12px;
  }
}

.custom-table2 {
  width: 370px;
  border-collapse: collapse;
  font-family: Roboto;
  font-size: 12px;
  font-weight: 400;
  line-height: 14.4px;
  text-align: left;
  text-underline-position: from-font;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  color: rgb(0, 0, 0);
}

.custom-table td, .custom-table th {
  position: relative;
  padding: 10px 0px 5px 0px;
  text-align: left;
  align-content: baseline;
}

.custom-table2 td, .custom-table th {
  position: relative;
  padding: 10px 0px 5px 0px;
  text-align: left;
  align-content: baseline;
}

.custom-table200::after {
  content: "";
  position: absolute;
  left: 0%;
  bottom: 0;
  width: 200px;
  height: 1px;
  background: rgb(0, 0, 0);
  transform: translateX(0%);
}

.custom-table200-7::after {
  content: "";
  position: absolute;
  left: 0%;
  bottom: 0;
  width: 100px;
  height: 1px;
  background: rgb(0, 0, 0);
  transform: translateX(0%);
}

.custom-table200-72::after {
  content: "";
  position: absolute;
  left: 0%;
  bottom: 0;
  width: 100px;
  height: 1px;
  background: rgb(0, 0, 0);
  transform: translateX(0%);
}

.custom-table200-73::after {
  content: "";
  position: absolute;
  left: 0%;
  bottom: 0;
  width: 130px;
  height: 1px;
  background: rgb(0, 0, 0);
  transform: translateX(0%);
}

.custom-table200-2::after {
  content: "";
  position: absolute;
  left: 0%;
  bottom: 0;
  width: 230px;
  height: 1px;
  background: rgb(38, 85, 170);
  transform: translateX(0%);
}

.custom-table50 {
  padding-left: 13px !important;
}

.custom-table502 {
  padding-left: 10px !important;
}

.custom-table502-2 {
  padding-left: 13px !important;
}

.custom-table50-2 {
  padding-left: 13px !important;
  align-content: end !important;
  color: #000 !important;
}

.custom-table50-7 {
  padding-left: 8px !important;
}

.custom-table50-72 {
  padding-left: 20px !important;
}

.custom-table50-73 {
  padding-left: 11px !important;
}

.custom-table200-7 {
  padding-left: 14px !important;
}

.custom-table200-72 {
  padding-left: 24px !important;
}

.custom-table200-73 {
  padding-left: 11px !important;
}

.custom-table50::after {
  content: "";
  position: absolute;
  left: 0%;
  bottom: 0;
  width: 50px;
  height: 1px;
  background: rgb(0, 0, 0);
  transform: translateX(0%);
}

.custom-table50-7::after {
  content: "";
  position: absolute;
  left: 0%;
  bottom: 0;
  width: 50px;
  height: 1px;
  background: rgb(0, 0, 0);
  transform: translateX(0%);
}

.custom-table50-72::after {
  content: "";
  position: absolute;
  left: 0%;
  bottom: 0;
  width: 50px;
  height: 1px;
  background: rgb(0, 0, 0);
  transform: translateX(0%);
}

.custom-table50-73::after {
  content: "";
  position: absolute;
  left: 0%;
  bottom: 0;
  width: 50px;
  height: 1px;
  background: rgb(0, 0, 0);
  transform: translateX(0%);
}

.custom-table502::after {
  content: "";
  position: absolute;
  left: 0%;
  bottom: 0;
  width: 50px;
  height: 1px;
  background: rgb(0, 0, 0);
  transform: translateX(0%);
}

.custom-table502-2::after {
  content: "";
  position: absolute;
  left: 0%;
  bottom: 0;
  width: 100px;
  height: 1px;
  background: rgb(0, 0, 0);
  transform: translateX(0%);
}

.custom-table50-2::after {
  content: "";
  position: absolute;
  left: 0%;
  bottom: 0;
  width: 50px;
  height: 1px;
  background: rgb(0, 0, 0);
  transform: translateX(0%);
}

.custom-table th {
  font-weight: 700;
}

.custom-table tbody tr:last-child td {
  border-bottom: none;
}

.custom-table .highlighted {
  color: #1a73e8;
  font-weight: bold;
  text-align: center;
}

.width1 {
  width: 232px;
}

.width2 {
  width: 88px;
}

.width3 {
  width: 65px;
}

.footer-background {
  background: rgb(49, 129, 98);
  width: 100%;
}
@media (min-width: 1200px) and (max-width: 1295px) {
  .footer-background {
    width: 106%;
  }
}

.footer {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  background: rgb(49, 129, 98);
  width: 1440px;
  height: 265px;
  margin: 0 auto;
  color: #fff;
}
@media (max-width: 768px) {
  .footer {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    background: rgb(49, 129, 98);
    width: 100%;
    height: auto;
    margin: 0 auto;
    color: #fff;
    flex-direction: column;
  }
}
@media (min-width: 769px) and (max-width: 1024px) {
  .footer {
    width: 100%;
  }
}
@media (min-width: 1025px) and (max-width: 1440px) {
  .footer {
    width: 100%;
  }
}
.footer_right {
  flex: 1;
  margin: 148px 30px 30px 50px;
  -moz-text-align-last: right;
       text-align-last: right;
}
@media (max-width: 768px) {
  .footer_right {
    flex: 1;
    margin: 20px 30px 20px 20px;
  }
}
.footer_right img {
  padding-right: 25px;
  padding-left: 0px;
}
@media (min-width: 769px) and (max-width: 1024px) {
  .footer_right img {
    padding-right: 8px;
  }
}
@media (min-width: 1025px) and (max-width: 1200px) {
  .footer_right img {
    padding-right: 8px;
  }
}
.footer_left {
  flex: 1;
  margin: 30px 65px 30px 50px;
}
@media (max-width: 768px) {
  .footer_left {
    flex: 1;
    margin: 20px 30px 0px 20px;
  }
}
.footer_left p {
  margin: 5px 0;
}
.footer_left_logo {
  margin: 25px 10px 10px 0px;
}
.footer_left_logo img {
  padding-right: 25px;
  padding-left: 0px;
}
.footer_left_text {
  color: rgb(255, 255, 255);
  font-family: Roboto;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  padding-bottom: 12px;
}
.footer_left_contact {
  font-family: Roboto;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  text-align: left;
  text-underline-position: from-font;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  color: rgb(255, 255, 255);
}
.footer_left_contact span {
  font-family: Roboto;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
  text-underline-position: from-font;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  color: rgba(255, 255, 255, 0.7);
}
.footer_center {
  flex: 1;
  margin: 36px 30px 30px 50px;
}
@media (max-width: 768px) {
  .footer_center {
    flex: 1;
    margin: 20px 30px 0px 20px;
  }
}
.footer_center_title {
  font-family: Roboto;
  font-size: 12px;
  font-weight: 500;
  line-height: 15px;
  text-align: left;
  text-underline-position: from-font;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  color: rgb(255, 255, 255);
}
.footer_center_title span {
  font-family: Roboto;
  font-size: 12px;
  font-weight: 400;
  line-height: 15px;
  text-align: left;
  text-underline-position: from-font;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  color: rgb(255, 255, 255);
}
.footer_center_instruction {
  margin-top: 20px;
  font-family: Roboto;
  font-size: 12px;
  font-weight: 600;
  line-height: 14.4px;
  text-align: left;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-underline-position: from-font;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  color: rgb(255, 255, 255);
}

.table-2 {
  border-spacing: 10px;
  margin-left: -10px;
  table-layout: fixed;
}
.table-2_page2_1 th {
  width: 210px;
}
.table-2_page2_1 input {
  width: 230px;
}
.table-2_header {
  background: rgb(255, 222, 245);
  font-family: Roboto;
  font-size: 10px;
  font-weight: 400;
  line-height: 12px;
  text-align: left;
  text-underline-position: from-font;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  vertical-align: top;
  padding: 10px 10px 10px 10px;
  color: rgb(0, 0, 0);
}
.table-2_header_row {
  background-color: #007bff;
  box-sizing: border-box;
  color: white;
  border: none;
  padding: 5px 10px;
  cursor: pointer;
  height: 88px;
}
.table-2_header_row_cell {
  background: rgb(233, 243, 253);
  border: 1px rgb(233, 243, 253) solid;
  box-sizing: border-box;
  font-family: Roboto;
  font-size: 10px;
  font-weight: 400;
  line-height: 12px;
  text-align: center;
  text-underline-position: from-font;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  vertical-align: top;
  padding: 10px 8px 10px 10px;
  border-radius: 2px;
  color: rgb(0, 0, 0);
  width: 100px;
  align-content: center;
  height: 60px;
}
.table-2_header_row_cell sup {
  font-size: 5px;
  position: relative;
  vertical-align: baseline;
  top: -0.5em;
}
.table-2_header_row_cell sub {
  font-size: 5px;
  position: relative;
  vertical-align: baseline;
  bottom: -0.25em;
}
.table-2_header_row_cell:first-child {
  width: 150px;
}
.table-2_header_row_cell:nth-child(2) {
  width: 150px;
}
.table-2_header_row_cell:nth-child(3) {
  width: 200px;
}
.table-2_header_row_cell:nth-child(4) {
  width: 200px;
}
.table-2_header_row_cell:nth-child(5) {
  width: 200px;
}
.table-2_header_row_cell:nth-child(6) {
  wwidth: 200px;
}
.table-2_header_row_cell-pink {
  background: rgb(255, 222, 245);
  font-family: Roboto;
  font-size: 10px;
  font-weight: 400;
  line-height: 12px;
  text-align: left;
  text-underline-position: from-font;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  vertical-align: top;
  padding: 10px 10px 10px 10px;
  color: rgb(0, 0, 0);
  width: 80px;
}
.table-2_header_row_cell-pink sup {
  font-size: 5px;
  position: relative;
  vertical-align: baseline;
  top: -0.5em;
}
.table-2_header_row_cell-pink sub {
  font-size: 5px;
  position: relative;
  vertical-align: baseline;
  bottom: -0.25em;
}
.table-2_button {
  background: rgb(38, 85, 170);
  color: white;
  border: none;
  border-radius: 2px;
  cursor: pointer;
  margin-right: 5px;
  width: 26px;
  height: 26px;
  font-family: Roboto;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  text-align: center;
  text-underline-position: from-font;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}
.table-2_button-info {
  background: rgb(38, 85, 170);
  color: white;
  border: none;
  border-radius: 2px;
  cursor: pointer;
  display: block;
  margin: 0;
  width: 26px;
  height: 26px;
  font-family: Roboto;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  text-align: center;
  text-underline-position: from-font;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}

.table_body-2 {
  border-bottom: 1px solid #ddd;
}
.table_body-2_row {
  width: 100%;
}
.table_body-2_row_cell {
  padding: 0px;
  text-align: left;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.table_body-2_row_cell-pink {
  padding: 8px;
  text-align: center;
  margin-left: -10px;
  width: 72px;
}
.table_body-2_row_cell-PO {
  text-align: center;
  margin-left: -10px;
  padding: 0;
  width: 120px;
}
.table_body-2_row_cell-PO-pink {
  text-align: center;
  margin-left: -10px;
  padding: 0;
  width: 72px;
}
.table_body-2_row_cell-output {
  background-color: #ffe4e1;
}
.table_body-2_row_input {
  padding: 5px 5px 5px 5px;
  box-sizing: border-box;
  border: 1px solid rgb(184, 184, 184);
  gap: 0px;
  max-height: 26px;
  border-radius: 2px;
  border: 1px 0px 0px 0px;
  opacity: 0px;
  font-family: Roboto;
  font-size: 14px;
  font-weight: 700;
  line-height: 16.8px;
  text-align: center;
  text-underline-position: from-font;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  color: rgb(76, 84, 95);
  width: 120px;
  height: 26px;
}
.table_body-2_row_input:focus {
  border: 1px solid rgb(78, 130, 188);
  outline: none;
}
.table_body-2_row_input-pink {
  padding: 5px 5px 5px 5px;
  box-sizing: border-box;
  border: 1px solid rgb(38, 85, 170);
  gap: 0px;
  max-height: 80px;
  border-radius: 2px;
  border: 1px 0px 0px 0px;
  opacity: 0px;
  font-family: Roboto;
  font-size: 14px;
  font-weight: 700;
  line-height: 16.8px;
  text-align: center;
  text-underline-position: from-font;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  color: rgb(38, 85, 170);
  width: 100px;
  resize: none;
  overflow: hidden;
  height: 60px;
}
.table_body-2_row_input-pink2 {
  padding: 5px 5px 5px 5px;
  box-sizing: border-box;
  border: 1px solid rgb(38, 85, 170);
  gap: 0px;
  max-height: 80px;
  border-radius: 2px;
  border: 1px 0px 0px 0px;
  opacity: 0px;
  font-family: Roboto;
  font-size: 14px;
  font-weight: 700;
  line-height: 16.8px;
  text-align: center;
  text-underline-position: from-font;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  color: rgb(255, 0, 0);
  width: 150px;
  resize: none;
  overflow: hidden;
  height: 60px;
  align-content: center;
}
.table_body-2_row_input-pink-page4 {
  padding: 5px 5px 5px 5px;
  box-sizing: border-box;
  border: 1px solid rgb(38, 85, 170);
  gap: 0px;
  max-height: 26px;
  border-radius: 2px;
  border: 1px 0px 0px 0px;
  opacity: 0px;
  font-family: Roboto;
  font-size: 14px;
  font-weight: 700;
  line-height: 16.8px;
  text-align: center;
  text-underline-position: from-font;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  color: rgb(38, 85, 170);
  width: 82px;
  height: 26px;
}
.table_body-2_row_input-pink:focus {
  border: 1px solid rgb(78, 130, 188);
  outline: none;
}
.table_body-2_row_input-pink-page4:focus {
  border: 1px solid rgb(78, 130, 188);
  outline: none;
}
.table_body-2_row_input-PO {
  padding: 5px 5px 5px 5px;
  box-sizing: border-box;
  border: 1px solid rgb(184, 184, 184);
  gap: 0px;
  max-height: 26px;
  border-radius: 2px;
  border: 1px 0px 0px 0px;
  opacity: 0px;
  font-family: Roboto;
  font-size: 14px;
  font-weight: 700;
  line-height: 16.8px;
  text-align: left;
  text-underline-position: from-font;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  color: rgb(76, 84, 95);
  width: 240px;
  height: 26px;
}
.table_body-2_row_input-PO:focus {
  border: 1px solid rgb(78, 130, 188);
  outline: none;
}
.table_body-2_row_input-PO::-moz-placeholder {
  color: rgb(177, 177, 177);
  font-family: Roboto;
  font-size: 10px;
  font-weight: 600;
  line-height: 12px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}
.table_body-2_row_input-PO::placeholder {
  color: rgb(177, 177, 177);
  font-family: Roboto;
  font-size: 10px;
  font-weight: 600;
  line-height: 12px;
  text-align: left;
  text-underline-position: from-font;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}
.table_body-2_row_select {
  appearance: none;
  width: 120px;
  height: 26px;
  padding: 0px 10px 0px 0px;
  box-sizing: border-box;
  border: 1px solid rgb(184, 184, 184);
  gap: 0px;
  max-height: 26px;
  border-radius: 2px;
  border: 1px 0px 0px 0px;
  opacity: 0px;
  font-family: Roboto;
  font-size: 14px;
  font-weight: 700;
  line-height: 16.8px;
  text-align: center;
  text-underline-position: from-font;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  color: rgb(76, 84, 95);
  transition: border-color 0.3s ease;
  background-image: url("/images/Vector13.svg");
  background-repeat: no-repeat;
  background-position: right 8px center;
  background-size: 12px 12px;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.table_body-2_row_select option {
  font-family: Roboto;
  font-size: 14px;
  font-weight: 700;
  line-height: 16.8px;
  text-align: center;
  text-underline-position: from-font;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}
.table_body-2_row_select:focus {
  border: 1px solid rgb(78, 130, 188);
}
.table_body-2_row_select:focus option {
  font-family: Roboto;
  font-size: 14px;
  font-weight: 700;
  line-height: 16.8px;
  text-align: center;
  text-underline-position: from-font;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  border-bottom: 1px solid #ccc;
}
.table_body-2_row_select:active {
  border: 1px solid rgb(78, 130, 188);
}
.table_body-2_row_select:checked {
  border: 1px solid rgb(78, 130, 188);
}
.table_body-2_row_select:focus-visible {
  outline: none;
}

.green {
  background-color: rgb(235, 253, 233) !important;
  font-size: 14px;
  font-weight: 300;
  line-height: 16px;
  border: 1px rgb(235, 253, 233) solid !important;
}

.yelow {
  background-color: rgb(255, 237, 222) !important;
  font-size: 14px;
  font-weight: 300;
  line-height: 16px;
  border: 1px rgb(255, 237, 222) solid !important;
}

.tooltip {
  position: relative;
  display: inline-block;
}

.tooltip .tooltiptext::after {
  content: " ";
  position: absolute;
  top: 100%;
  left: 5%;
  margin-left: -5px;
  border-width: 8px;
  border-style: solid;
  border-color: #fff transparent transparent transparent;
}
@media (max-width: 768px) {
  .tooltip .tooltiptext::after {
    border-width: 0px;
  }
}
@media (min-width: 769px) and (max-width: 1295px) {
  .tooltip .tooltiptext::after {
    flex: 1;
    left: 92%;
  }
}

.tooltip .tooltiptext {
  visibility: hidden;
  width: 229px;
  background-color: #fff;
  font-family: Roboto;
  font-size: 10px;
  font-weight: 400;
  line-height: 12px;
  text-align: left;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  text-align: left;
  border-radius: 5px;
  position: absolute;
  z-index: 1;
  bottom: 100%;
  left: 50%;
  margin-left: -14px;
  margin-bottom: 19px;
  color: rgb(0, 0, 0);
  box-shadow: 0px 1px 30px 0px rgb(217, 217, 217);
  padding: 12px 26px 12px 12px;
  z-index: auto;
}
.tooltip .tooltiptext sup {
  position: relative;
  vertical-align: baseline;
  top: -0.5em;
}
.tooltip .tooltiptext sub {
  position: relative;
  vertical-align: baseline;
  bottom: -0.25em;
}
@media (max-width: 768px) {
  .tooltip .tooltiptext {
    visibility: hidden;
    width: 229px;
    background-color: #fff;
    font-family: Roboto;
    font-size: 10px;
    font-weight: 400;
    line-height: 12px;
    text-align: left;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none;
    border-radius: 5px;
    position: fixed; /* Встановлюємо позицію відносно вікна */
    z-index: 1;
    top: 50%; /* Центрування по вертикалі */
    left: 50%; /* Центрування по горизонталі */
    bottom: 100%;
    transform: translate(-50%, -50%); /* Зміщення на половину ширини та висоти */
    color: rgb(0, 0, 0);
    box-shadow: 0px 1px 30px 0px rgb(217, 217, 217);
    padding: 12px 26px 12px 12px;
    height: -moz-fit-content;
    height: fit-content;
  }
}
@media (min-width: 769px) and (max-width: 1295px) {
  .tooltip .tooltiptext {
    left: -225px;
    right: 0;
  }
}

.tooltip .tooltiptext.show {
  visibility: visible;
}

.close-btn {
  position: absolute;
  top: 5px;
  right: 5px;
  cursor: pointer;
  font-size: 20px;
  color: #000;
}

.imgtooltip {
  padding: 3px 7px 7px 7px;
  cursor: pointer;
}

.formlog {
  margin-top: 30px;
}
.formlog_log {
  width: 294px;
}
.formlog_log_control {
  width: 290px;
  height: 55px;
  padding: 0;
  background-color: rgb(245, 245, 245) !important;
  border: 0;
  font-family: Roboto;
  font-size: 16px;
  font-weight: 600;
  line-height: 19.2px;
  letter-spacing: 0.04em;
  text-align: left;
  text-underline-position: from-font;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  color: rgba(38, 85, 170, 0.5) !important;
  padding: 0px 10px 0px 10px;
  max-height: 55px;
}
.formlog_log_control::-moz-placeholder {
  font-family: Roboto;
  font-size: 16px;
  font-weight: 600;
  line-height: 19.2px;
  letter-spacing: 0.04em;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: rgba(38, 85, 170, 0.5) !important;
  max-height: 55px;
}
.formlog_log_control::placeholder {
  font-family: Roboto;
  font-size: 16px;
  font-weight: 600;
  line-height: 19.2px;
  letter-spacing: 0.04em;
  text-align: left;
  text-underline-position: from-font;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  color: rgba(38, 85, 170, 0.5) !important;
  max-height: 55px;
}
.formlog_log_control:focus {
  border: 1px solid rgb(78, 130, 188);
  outline: none;
}
.formlog_log_control:active {
  border: 1px solid rgb(78, 130, 188);
  background-color: rgb(245, 245, 245) !important;
  color: rgba(38, 85, 170, 0.5) !important;
  outline: none;
}

.formpas {
  margin-top: 20px;
}
.formpas_log {
  width: 294px;
}
.formpas_log_control {
  width: 290px;
  height: 55px;
  padding: 0;
  background-color: rgb(245, 245, 245) !important;
  border: 0;
  font-family: Roboto;
  font-size: 16px;
  font-weight: 600;
  line-height: 19.2px;
  letter-spacing: 0.04em;
  text-align: left;
  text-underline-position: from-font;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  color: rgba(38, 85, 170, 0.5) !important;
  padding: 0px 10px 0px 10px;
  max-height: 55px;
}
.formpas_log_control::-moz-placeholder {
  font-family: Roboto;
  font-size: 16px;
  font-weight: 600;
  line-height: 19.2px;
  letter-spacing: 0.04em;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: rgba(38, 85, 170, 0.5) !important;
  max-height: 55px;
}
.formpas_log_control::placeholder {
  font-family: Roboto;
  font-size: 16px;
  font-weight: 600;
  line-height: 19.2px;
  letter-spacing: 0.04em;
  text-align: left;
  text-underline-position: from-font;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  color: rgba(38, 85, 170, 0.5) !important;
  max-height: 55px;
}
.formpas_log_control:focus {
  border: 1px solid rgb(78, 130, 188);
  outline: none;
}

.formbutton {
  margin-top: 50px;
}
.formbutton_bt_log {
  width: 170px;
  height: 45px;
  background: rgb(38, 85, 170);
  font-family: Roboto;
  font-size: 12px;
  font-weight: 600;
  line-height: 14.4px;
  text-align: center;
  text-underline-position: from-font;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  color: rgb(255, 255, 255);
  border: 0;
  cursor: pointer;
}

.formtitle {
  font-family: Impact;
  font-size: 30px;
  font-weight: 400;
  line-height: 36px;
  text-align: left;
  text-underline-position: from-font;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  color: rgb(0, 0, 0);
}

.formauthorization {
  margin-top: 22px;
}
@media (min-width: 769px) and (max-width: 1000px) {
  .formauthorization {
    margin-bottom: 80px;
  }
}
@media (min-width: 1001px) and (max-width: 1024px) {
  .formauthorization {
    margin-bottom: 80px;
  }
}
@media (min-width: 1025px) and (max-width: 1200px) {
  .formauthorization {
    margin-bottom: 80px;
  }
}

.erorrs {
  width: 1440px;
  margin: auto;
}
@media (max-width: 768px) {
  .erorrs {
    width: 100%;
  }
}
@media (min-width: 769px) and (max-width: 1439px) {
  .erorrs {
    width: 100%;
  }
}
.erorrs_contet {
  width: 100%;
}
.erorrs_contet_title {
  font-family: Impact;
  font-size: 30px;
  font-weight: 400;
  line-height: 36px;
  text-align: center;
  text-underline-position: from-font;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  color: rgb(87, 87, 87);
  margin-bottom: -30px;
  margin-top: 245px;
}
.erorrs_contet_erorrs {
  font-family: Impact;
  font-size: 200px;
  font-weight: 400;
  line-height: 240px;
  text-align: center;
  text-underline-position: from-font;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  color: rgb(87, 87, 87);
  margin-bottom: -30px;
}
.erorrs_contet_subtitle {
  font-family: Impact;
  font-size: 30px;
  font-weight: 400;
  line-height: 36px;
  text-align: center;
  text-underline-position: from-font;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  color: rgb(87, 87, 87);
  margin-bottom: 245px;
}

.rules-header {
  background-color: rgb(38, 85, 170);
  width: 100%;
  margin: 0 auto;
}
.rules-header_text {
  width: 1440px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .rules-header_text {
    width: 100%;
  }
}
@media (min-width: 769px) and (max-width: 1439px) {
  .rules-header_text {
    width: 100%;
  }
}
.rules-header_text_title {
  font-family: Impact;
  font-size: 50px;
  font-weight: 400;
  line-height: 60px;
  text-align: left;
  text-underline-position: from-font;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  padding: 200px 0px 65px 50px;
  color: rgb(255, 255, 255);
}
@media (max-width: 768px) {
  .rules-header_text_title {
    padding: 300px 0px 50px 15px;
    font-size: 45px;
    line-height: 55px;
  }
}

.rules-content {
  width: 1440px;
  margin: auto;
}
@media (min-width: 769px) and (max-width: 1439px) {
  .rules-content {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .rules-content {
    width: 100%;
  }
}
.rules-content_text {
  font-family: Roboto;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
  text-underline-position: from-font;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  color: rgb(0, 0, 0);
  padding: 50px 50px 150px 50px;
}
@media (min-width: 769px) and (max-width: 1439px) {
  .rules-content_text {
    padding: 50px 50px 50px 50px;
  }
}
@media (max-width: 768px) {
  .rules-content_text {
    padding: 50px 50px 50px 50px;
  }
}
.rules-content_text_iframe {
  justify-content: center;
  display: flex;
  position: relative;
  padding-top: 40px;
  margin: 0px auto 0px auto;
  max-width: 795px;
}

@media (min-width: 769px) and (max-width: 1000px) {
  .imglogo1 {
    width: 50%;
  }
}

.imglogo2 {
  padding-top: 15px;
  padding-left: 11px;
}
@media (min-width: 769px) and (max-width: 1000px) {
  .imglogo2 {
    width: 38%;
    padding-top: 7px;
  }
}

a {
  cursor: pointer;
}

.popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: none;
  justify-content: center;
  align-items: center;
}

.popup {
  background-color: #fff;
  width: 547px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
  position: relative;
  text-align: center;
}
@media (max-width: 768px) {
  .popup {
    width: 95%;
  }
}

.popup h2 {
  font-family: Impact;
  font-size: 30px;
  font-weight: 400;
  line-height: 36px;
  text-align: left;
  text-underline-position: from-font;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  padding-bottom: 20px;
  padding: 50px 50px 20px 50px;
}
@media (max-width: 768px) {
  .popup h2 {
    font-size: 25px;
    line-height: 30px;
  }
}

.popup textarea {
  width: 416.64px;
  height: 170px;
  border: 0px solid #ccc;
  padding: 18px 15.2px 18px 15.2px;
  font-family: Roboto;
  font-size: 16px;
  font-weight: 600;
  line-height: 19.2px;
  letter-spacing: 0.04em;
  text-align: left;
  text-underline-position: from-font;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  resize: none;
  background-color: #f8f8f8;
  color: rgba(0, 0, 0, 0.5);
  display: flex;
  margin-left: 50px;
  margin-right: 50px;
}
@media (max-width: 768px) {
  .popup textarea {
    width: 65%;
  }
}

.popup textarea:focus {
  color: rgb(0, 0, 0);
  font-family: Roboto;
  font-size: 16px;
  font-weight: 600;
  line-height: 19.2px;
  letter-spacing: 0.04em;
  text-align: left;
  text-underline-position: from-font;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  border: 0px solid #ccc !important;
}

.popup button {
  width: 170px;
  height: 45px;
  display: flex;
  border: none;
  margin-left: 50px;
  margin-bottom: 50px;
  padding-top: 15px;
  padding-bottom: 15px;
  cursor: not-allowed;
  margin-top: 20px;
  background: rgba(38, 85, 170, 0.5);
  align-items: center;
  justify-content: center;
  font-family: Roboto;
  font-size: 12px;
  font-weight: 600;
  line-height: 14.4px;
  text-align: left;
  text-underline-position: from-font;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  color: rgb(255, 255, 255);
}

.popup button.active {
  background: rgb(38, 85, 170);
  cursor: pointer;
}

.popup .close-icon {
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer;
}

.imgpopup {
  max-width: 20px;
  max-height: 20px;
}

#thank-you-message {
  display: none;
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: Impact;
  font-size: 22px;
  font-weight: 400;
  color: rgb(38, 85, 170);
  line-height: 36px;
  text-align: left;
  text-underline-position: from-font;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  padding-bottom: 20px;
  padding: 72px 35px 0px 50px;
}

.popup_module {
  display: block;
}

.tablewd {
  width: 120px !important;
}

@media (max-width: 768px) {
  scroll-container {
    display: block;
    width: 95%;
    height: 200px;
    overflow-y: scroll;
    scroll-behavior: smooth;
    max-width: 95%;
    scroll-margin-block: 0;
    scroll-snap-stop: normal;
    scroll-padding-inline-end: 0;
    overflow-x: auto; /* Для горизонтального скролу */
    -webkit-overflow-scrolling: touch; /* Для плавного скролу на iOS */
  }
}
@media (min-width: 769px) and (max-width: 799px) {
  scroll-container {
    display: block;
    width: 680px;
    height: 200px;
    overflow-y: scroll;
    scroll-behavior: smooth;
    max-width: 680px;
    scroll-margin-block: 0;
    scroll-snap-stop: normal;
    scroll-padding-inline-end: 0;
    overflow-x: auto; /* Для горизонтального скролу */
    -webkit-overflow-scrolling: touch; /* Для плавного скролу на iOS */
  }
}

.scroll-page {
  display: block;
  width: 350px;
  height: 200px;
  overflow-y: scroll;
  scroll-behavior: smooth;
  max-width: 350px;
  scroll-margin-block: 0;
  scroll-snap-stop: normal;
  scroll-padding-inline-end: 0;
  overflow-x: auto; /* Для горизонтального скролу */
  -webkit-overflow-scrolling: touch; /* Для плавного скролу на iOS */
}

.email {
  height: 20px !important;
  margin-bottom: 10px;
}

.hidden {
  display: none !important;
}

iframe {
  border: 0;
}
@media (max-width: 768px) {
  iframe {
    height: 500px;
  }
}
