.navigation-links-nav {
  flex: 0 0 auto;
  width: 600px;
  height: 21px;
  display: flex;
  align-items: center;
  flex-direction: row;
}
.navigation-links-link {
  color: #000000;
  width: auto;
  z-index: 100;
  font-style: normal;
  font-family: Ubuntu;
  font-weight: 700;
  border-color: #ff0000;
  border-width: 1px;
  margin-right: var(--dl-space-space-unit);
  text-decoration: none;
  border-top-width: 0px;
  border-left-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 3px;
}
.navigation-links-navlink {
  color: #000000;
  width: auto;
  z-index: 100;
  font-style: normal;
  font-family: Ubuntu;
  font-weight: 700;
  border-color: #ff0000;
  border-width: 1px;
  margin-right: var(--dl-space-space-unit);
  text-decoration: none;
  border-top-width: 0px;
  border-left-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 3px;
}
.navigation-links-navlink1 {
  color: var(--dl-color-gray-black);
  width: auto;
  z-index: 100;
  font-style: normal;
  transition: 0.3s;
  font-family: Ubuntu;
  font-weight: 700;
  text-decoration: none;
}
.navigation-links-navlink1:hover {
  text-decoration: underline none;
}
.navigation-links-navlink2 {
  font-style: normal;
  font-family: Ubuntu;
  font-weight: 700;
  margin-left: var(--dl-space-space-twounits);
  text-decoration: none;
}
.navigation-links-link1 {
  font-style: normal;
  font-family: Ubuntu;
  font-weight: 700;
  margin-left: var(--dl-space-space-twounits);
  text-decoration: none;
}
.navigation-links-link1:hover {
  cursor: pointer;
}
.navigation-links-link2 {
  font-style: normal;
  font-family: Ubuntu;
  font-weight: 700;
  margin-left: var(--dl-space-space-twounits);
  text-decoration: none;
}
.navigation-links-link2:hover {
  cursor: pointer;
}








@media(max-width: 767px) {
  .navigation-links-nav {
    width: 159px;
    height: 183px;
    align-items: flex-start;
    flex-direction: column;
  }
  .navigation-links-link {
    margin-bottom: var(--dl-space-space-unit);
  }
  .navigation-links-navlink {
    margin-bottom: var(--dl-space-space-unit);
  }
  .navigation-links-navlink1 {
    margin-bottom: var(--dl-space-space-unit);
  }
  .navigation-links-navlink2 {
    margin-left: 0;
    margin-bottom: var(--dl-space-space-unit);
  }
  .navigation-links-link1 {
    margin-left: 0;
    margin-bottom: var(--dl-space-space-unit);
  }
  .navigation-links-link2 {
    margin-left: 0;
    margin-bottom: var(--dl-space-space-unit);
  }
}

.header-header {
  width: 100%;
  display: flex;
  padding: var(--dl-space-space-halfunit);
  position: relative;
  max-width: var(--dl-size-size-maxwidth);
  margin-top: 0px;
  align-items: center;
  margin-left: auto;
  padding-top: var(--dl-space-space-halfunit);
  margin-right: auto;
  padding-left: var(--dl-space-space-halfunit);
  margin-bottom: auto;
  padding-right: var(--dl-space-space-halfunit);
  padding-bottom: 0px;
  justify-content: space-between;
}
.header-navlink {
  display: contents;
}
.header-image {
  width: 200px;
  object-fit: cover;
  transition: 0.3s;
  text-decoration: none;
}
.header-image:hover {
  cursor: pointer;
}
.header-nav {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  flex-direction: row;
}
.header-burger-menu {
  display: none;
  align-items: center;
  justify-content: center;
}
.header-mobile-menu {
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100vh;
  display: none;
  padding: 32px;
  z-index: 100;
  position: absolute;
  flex-direction: column;
  justify-content: space-between;
  background-color: #fff;
}
.header-nav1 {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
.header-container {
  width: 100%;
  display: flex;
  align-items: center;
  margin-bottom: var(--dl-space-space-threeunits);
  justify-content: space-between;
}
.header-navlink1 {
  display: contents;
}
.header-image1 {
  height: 2rem;
  text-decoration: none;
}
.header-close-mobile-menu {
  display: flex;
  align-items: center;
  justify-content: center;
}
.header-icon {
  width: var(--dl-size-size-xsmall);
  height: var(--dl-size-size-xsmall);
}
.header-icon2 {
  width: var(--dl-size-size-xsmall);
  height: var(--dl-size-size-xsmall);
  display: flex;
}
.header-root-class-name {
  top: 0px;
  left: 0px;
  right: 0px;
  position: static;
  margin-bottom: auto;
}
.header-root-class-name1 {
  top: 0px;
  left: 334px;
  position: static;
  margin-bottom: auto;
}
.header-root-class-name2 {
  top: 0px;
  left: 0px;
  right: 0px;
  position: static;
}
.header-root-class-name3 {
  top: 0px;
  left: 334px;
  position: static;
  margin-bottom: auto;
}
.header-root-class-name4 {
  top: 0px;
  left: 334px;
  position: static;
  margin-bottom: auto;
}


@media(max-width: 1600px) {
  .header-root-class-name {
    top: 0px;
    left: 0px;
    right: 0px;
    margin: auto;
    position: absolute;
    align-self: center;
  }
  .header-root-class-name2 {
    bottom: auto;
    position: static;
  }
}
@media(max-width: 1200px) {
  .header-root-class-name2 {
    position: static;
  }
}
@media(max-width: 767px) {
  .header-nav {
    display: none;
  }
  .header-burger-menu {
    width: 120px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .header-icon2 {
    width: 100%;
    height: 100%;
    z-index: 1000;
  }
  .header-root-class-name1 {
    top: 0px;
    left: 0px;
    position: static;
  }
  .header-root-class-name3 {
    top: 0px;
    left: 0px;
    position: static;
  }
  .header-root-class-name4 {
    top: 0px;
    left: 0px;
    position: static;
  }
}
@media(max-width: 479px) {
  .header-header {
    padding: var(--dl-space-space-unit);
  }
  .header-mobile-menu {
    padding: 16px;
  }
}
@media(max-width: 320px) {
  .header-header {
    padding-top: 5px;
    padding-left: 5px;
    padding-right: 0px;
    padding-bottom: 0px;
  }
  .header-mobile-menu {
    display: none;
  }
  .header-icon2 {
    width: 83px;
    height: 100%;
  }
  .header-root-class-name1 {
    margin: 0px;
  }
  .header-root-class-name3 {
    margin: 0px;
  }
  .header-root-class-name4 {
    margin: 0px;
  }
}

.pricecomp-container {
  width: 70%;
  height: 70%;
  margin: auto;
  display: flex;
}
.pricecomp-container1 {
  flex: 1;
  display: flex;
  align-self: center;
  margin-top: auto;
  align-items: flex-start;
  margin-bottom: auto;
  flex-direction: column;
}
.pricecomp-text {
  font-family: Ubuntu;
}
.pricecomp-text1 {
  color: var(--dl-color-gray-500);
  font-style: normal;
  margin-top: var(--dl-space-space-twounits);
  text-align: left;
  font-family: "Ubuntu";
  font-weight: 500;
  margin-right: var(--dl-space-space-unit);
  margin-bottom: var(--dl-space-space-twounits);
}
.pricecomp-container2 {
  flex: 1;
  width: 100%;
  height: 600px;
  display: flex;
  align-self: center;
  margin-top: auto;
  align-items: flex-end;
  margin-bottom: auto;
  flex-direction: column;
}
.pricecomp-container3 {
  width: 100%;
  height: 100%;
  align-self: flex-end;
}
.pricecomp-container4 {
  display: contents;
}

.pricecomp-root-class-name1 {
  top: 100px;
  left: 0px;
  width: 100%;
  height: 100%;
  position: static;
  max-width: 1200px;
  align-self: center;
}
.pricecomp-root-class-name2 {
  width: 100%;
  max-width: 100%;
}
.pricecomp-root-class-name3 {
  top: 100px;
  left: 0px;
  width: 100%;
  height: 100%;
  position: static;
  max-width: 1200px;
  align-self: center;
}
@media(max-width: 1600px) {
  .pricecomp-container {
    margin: auto;
    flex-direction: column;
  }
  .pricecomp-container1 {
    width: 50%;
    align-self: center;
    align-items: center;
  }
  .pricecomp-text {
    align-self: center;
  }
  .pricecomp-container2 {
    width: 50%;
    align-items: center;
  }
  .pricecomp-container3 {
    height: 600px;
  }
}
@media(max-width: 1200px) {
  .pricecomp-container {
    margin: auto;
  }
  .pricecomp-container1 {
    flex: 0;
    width: 60%;
    align-self: center;
  }
  .pricecomp-container2 {
    width: 60%;
    align-self: center;
    align-items: flex-end;
  }
  .pricecomp-container3 {
    width: 100%;
    align-self: center;
  }
}
@media(max-width: 991px) {
  .pricecomp-container {
    margin: auto;
  }
  .pricecomp-container1 {
    width: 90%;
  }
  .pricecomp-container2 {
    width: 90%;
  }
  .pricecomp-container3 {
    width: 100%;
  }
  .pricecomp-root-class-name {
    top: 75px;
    left: 0px;
    position: absolute;
  }
}
@media(max-width: 767px) {
  .pricecomp-container {
    margin: auto;
    margin-right: auto;
  }
  .pricecomp-container1 {
    width: 100%;
  }
  .pricecomp-text {
    font-size: x-large;
    align-self: center;
  }
  .pricecomp-container2 {
    flex: 0;
    width: 90%;
    margin-left: 0px;
    margin-right: 0px;
  }
  .pricecomp-container3 {
    width: 100%;
  }
  .pricecomp-root-class-name {
    top: 0px;
    left: 0px;
    right: 0px;
    margin: auto;
  }
}
@media(max-width: 479px) {
  .pricecomp-container {
    padding-top: var(--dl-space-space-twounits);
    padding-left: var(--dl-space-space-unit);
    padding-right: var(--dl-space-space-unit);
    padding-bottom: var(--dl-space-space-twounits);
  }
}
@media(max-width: 320px) {
  .pricecomp-container {
    margin: auto;
    padding: 0px;
  }
  .pricecomp-container1 {
    width: 90%;
  }
  .pricecomp-text {
    font-size: x-large;
    align-self: center;
  }
  .pricecomp-container2 {
    width: 319px;
  }
}

.footer-footer {
  width: 100%;
  display: flex;
  position: relative;
  max-width: var(--dl-size-size-maxwidth);
  margin-top: auto;
  align-items: center;
  padding-bottom: var(--dl-space-space-halfunit);
}
.footer-navlink {
  display: contents;
}
.footer-image {
  height: 2rem;
  object-fit: cover;
  text-decoration: none;
}
.footer-navlink1 {
  color: var(--dl-color-colors-main);
  font-style: normal;
  transition: 0.3s;
  font-weight: 700;
  margin-left: var(--dl-space-space-unit);
  margin-right: var(--dl-space-space-unit);
  text-decoration: none;
}
.footer-navlink1:hover {
  color: var(--dl-color-gray-white);
  background-color: var(--dl-color-colors-main);
}
.footer-container {
  display: flex;
  align-items: center;
  margin-left: auto;
  justify-content: space-between;
}
.footer-link {
  display: contents;
}
.footer-icon {
  fill: var(--dl-color-colors-main);
  width: 49px;
  height: 43px;
  transition: 0.3s;
  margin-left: auto;
  text-decoration: none;
}
.footer-icon:hover {
  fill: var(--dl-color-colors-green);
  display: block;
}
.footer-link1 {
  font-style: inherit;
  transition: 0.3s;
  font-weight: 600;
}

.footer-icon-group {
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
}
.footer-link2 {
  display: contents;
}
.footer-icon2 {
  fill: var(--dl-color-colors-main);
  width: 67px;
  height: 44px;
  text-decoration: none;
}
.footer-container2 {
  display: contents;
}
.footer-root-class-name {
  left: left;
  bottom: 0px;
  position: static;
  margin-top: auto;
}
.footer-root-class-name1 {
  left: 0px;
  right: 0px;
  bottom: 0px;
  position: static;
}
.footer-root-class-name2 {
  left: 0px;
  right: 0px;
  bottom: 0px;
  position: static;
  align-self: center;
}
.footer-root-class-name3 {
  left: left;
  bottom: 0px;
  position: static;
  margin-left: auto;
  margin-right: auto;
}
.footer-root-class-name4 {
  left: 0px;
  right: 0px;
  bottom: 0px;
  position: static;
  align-self: center;
}
.footer-root-class-name5 {
  left: 0px;
  right: 0px;
  bottom: 0px;
  position: static;
  align-self: center;
}


@media(max-width: 1600px) {
  .footer-navlink1 {
    margin-right: auto;
  }
  .footer-root-class-name1 {
    left: 0px;
    bottom: 0px;
    position: static;
    margin-top: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
  }
}
@media(max-width: 1200px) {
  .footer-navlink1 {
    margin-right: auto;
  }
  .footer-root-class-name3 {
    position: static;
  }
}
@media(max-width: 991px) {
  .footer-link1 {
    margin-left: auto;
  }
}
@media(max-width: 767px) {
  .footer-image {
    display: none;
  }
  .footer-navlink1 {
    text-align: center;
    margin-left: var(--dl-space-space-halfunit);
    margin-right: 0px;
  }
  .footer-icon {
    display: none;
  }
  .footer-link1 {
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    margin-left: auto;
  }
  .footer-root-class-name2 {
    margin: 0px;
  }
  .footer-root-class-name4 {
    margin: 0px;
  }
  .footer-root-class-name5 {
    margin: 0px;
  }
}
@media(max-width: 479px) {
  .footer-footer {
    padding: var(--dl-space-space-unit);
    flex-direction: column;
  }
  .footer-image {
    margin-bottom: var(--dl-space-space-unit);
  }
  .footer-navlink1 {
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: var(--dl-space-space-unit);
  }
}
@media(max-width: 320px) {
  .footer-image {
    display: none;
  }
  .footer-navlink1 {
    margin-left: var(--dl-space-space-halfunit);
    margin-right: var(--dl-space-space-halfunit);
  }
  .footer-icon {
    display: none;
  }
  .footer-link1 {
    font-style: normal;
    font-family: Roboto;
    font-weight: 500;
    margin-left: var(--dl-space-space-halfunit);
    margin-right: var(--dl-space-space-unit);
  }
  .footer-icon2 {
    width: 43px;
    height: 44px;
  }
  .footer-root-class-name1 {
    margin-top: auto;
  }
}

.prices-container {
  width: 100%;
  display: flex;
  overflow: auto;
  min-height: 100vh;
  align-items: center;
  flex-direction: column;
  justify-content: flex-start;
}
@media(max-width: 767px) {
  .prices-container {
    align-items: center;
    justify-content: flex-start;
  }
}
