body {
  margin: 0;
  width: 100%;
  min-height: 2000px;
  font-family: Roboto, sans-serif;
  font-weight: 400;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  padding: 0;
  line-height: 1.15;
  box-sizing: border-box;
  scroll-behavior: smooth;
}
body * {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  scroll-behavior: smooth;
}
a {
  text-decoration: none;
  color: inherit;
  cursor: pointer;
}
h1 {
  font-family: "Merriweather", serif;
  font-size: 38px;
  line-height: 48px;
  font-weight: 700;
  color: #0d0d0d;
}
h2 {
  margin-top: 32px;
}
h5 {
  font-size: 18px;
  line-height: 28px;
  color: #0d0d0d;
}
p {
  font-size: 18px;
  color: #0d0d0d;
  line-height: 28px;
  margin-top: 32px;
}
input {
  padding: 15px 7px;
  width: 100%;
  font-size: 16px;
  border: 1px solid #cacaca;
  border-radius: 4px;
  align-items: center;
  outline: none;
}
video {
  margin-top: 32px;
}
header {
  background: rgb(3, 53, 125);
  padding: 0 72px;
}
.topHeader {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 23px 0 6px 0;
}
.logo {
  display: flex;
  align-items: center;
  gap: 16px;
  padding-left: 16px;
}
.loginButton__container a {
  position: relative;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  background: linear-gradient(
    132.51deg,
    rgb(255, 132, 176) 15.35%,
    rgb(110, 101, 213) 91.27%
  );
  border-radius: 8px;
  width: 72px;
  height: 32px;
}
.loginButton__container a span {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  height: 29px;
  width: 69px;
  background: rgb(3, 53, 125);
  border-radius: 8px;
  font-size: 14px;
}
.lowHeader {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 8px;
  padding-bottom: 10px;
}
.lowHeader a {
  color: #fff;
  opacity: 0.8;
  transition: opacity 0.2s ease-in-out;
  padding: 12px;
  line-height: 20px;
}
.lowHeader a:hover {
  opacity: 1;
  transition: opacity 0.2s ease-in-out;
}
#strefa {
  display: flex;
  align-items: center;
  gap: 8px;
}
#main {
  margin: 0 62px;
  padding: 10px 10px 60px 10px;
  max-width: 68%;
}
.breadCrumbs {
  display: flex;
  flex-wrap: wrap;
  padding-top: 10px;
  padding-bottom: 6px;
  color: #737373ff;
  font-size: 12px;
  align-items: center;
  gap: 4px;
}
.breadCrumbs img {
  transform: rotate(-90deg);
  width: 10px;
  height: 10px;
}
.author {
  font-size: 14px;
  color: #7f7f7f;
  display: flex;
  gap: 8px;
  padding-bottom: 24px;
}
.author strong {
  font-weight: normal;
  color: #000;
}
article {
  padding: 8px;
}
.articleContainer {
  display: flex;
  flex-direction: column;
  margin-top: 24px;
}
#main article a {
  font-weight: 700;
  text-decoration: underline;
  text-decoration-color: #4554dc;
  text-decoration-thickness: 2px;
}

.media {
  min-width: 160px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-left: 8px;
}
.mediaButton {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: 1px solid rgb(179, 179, 179);
  transition: all 0.2s ease-in-out;
  cursor: pointer;
}
.mediaButton:hover {
  border-color: #000;
  transition: all 0.2s ease-in-out;
}
.comments {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 12px;
  font-weight: 700;
}

.articleImage {
  width: 100%;
  margin-top: 32px;
}
#comments {
  margin-top: 56px;
  padding: 0 80px;
  width: 100%;
}
.comments__head {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.comments__head em {
  color: rgb(3, 53, 125);
  font-style: normal;
}
.comments__head img {
  width: 10px;
  height: 10px;
}
.comments__head span {
  font-size: 14px;
}
.comments__sort {
  display: flex;
  gap: 4px;
}
.comments__sort--images {
  display: flex;
  flex-direction: column;
}
.comments__form {
  display: flex;
  margin-top: 8px;
}
.comments__form a {
  margin-left: 8px;
  padding: 16px 24px;
  color: #fff;
  font-weight: 700;
  font-size: 16px;
  background: rgb(3, 53, 125);
  min-width: 122px;
  text-align: center;
  border-radius: 4px;
  justify-content: center;
}
.comments__form a:hover {
  background-color: rgb(90, 121, 166);
}
#firstComment {
  width: 100%;
}
.comments__container h5 {
  margin-top: 16px;
}
.comments__container--head {
  display: flex;
  font-size: 16px;
  line-height: 28px;
  align-items: center;
  gap: 4px;
}
.comments__container--head * {
  margin-top: 16px;
}
.comments__container--head img {
  width: 20px;
  height: 18px;
  margin-right: 4px;
  align-self: flex-start;
}
.comment__container {
  margin-top: 16px;
  display: flex;
  gap: 8px;
}
.comment__container img {
  width: 44px;
  height: 44px;
}
.comment {
  min-width: 100%;
  min-height: 150px;
  padding: 8px 16px;
  border: 1px solid transparent;
  border-radius: 4px;
  background: linear-gradient(
    98deg,
    rgb(216, 228, 255) 13%,
    rgb(230, 241, 255) 85%
  );
}
.comment__head {
  display: flex;
  justify-content: space-between;
}
.comment__head img:first-of-type {
  display: none;
}
.user {
  display: flex;
  gap: 4px;
  align-items: center;
}
.user h5 {
  font-size: 16px;
  margin-top: 0;
  color: rgb(3, 53, 125);
}
.user img {
  width: 16px;
  height: 16px;
}
.user span {
  font-size: 12px;
  color: #474747;
}
.likes__container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
}
.likes {
  display: flex;
  align-items: center;
  gap: 4px;
}
.likes img {
  width: 16px;
  height: 16px;
}
.likes span {
  font-size: 12px;
  color: #7f7f7f;
}
.likes__container h6 {
  font-size: 12px;
}
.comment__content {
  font-size: 16px;
  line-height: 24px;
  display: flex;
  align-items: flex-end;
}
.comment__content p {
  margin-top: 4px;
}
.comment__content img {
  margin-bottom: 4px;
  width: 24px;
  height: 24px;
}
.demi {
  background: rgb(235, 244, 255);
}
.poor {
  background: #f6f6f6;
}
footer {
  padding: 0 72px;
}
footer > * {
  border-top: 1px solid rgb(237, 239, 241);
  padding-top: 10px;
  padding-bottom: 25px;
}
.footer__top {
  padding: 20px 0;
}

.footer__top--container {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
}

.footer__column {
  margin-right: 20px;
  margin-bottom: 20px;
}

footer h3 {
  font-size: 14px;
  font-weight: bold;
  color: rgb(105, 112, 125);
  margin: 12px 0;
}

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

.footer__column ul li {
  font-size: 12px;
  padding: 2px 0;
}

.footer__column ul li a {
  text-decoration: none;
  color: #69707dff;
  font-size: 12px;
}

.footer__column ul li a:hover {
  text-decoration: underline;
}

.footer__column .advert {
  color: #888;
  font-size: 12px;
  font-style: italic;
}
.mobileFooter__bottom span {
  font-size: 12px;
  color: #69707dff;
}
.footer__logo {
  display: flex;
  justify-content: space-between;
  padding: 5px 0;
}
.footer__logo a:hover {
  text-decoration: underline;
}
#copyright {
  opacity: 0.5;
}
.footer__socialLinks {
  display: flex;
  align-items: center;
  gap: 24px;
  transform: translateY(-50%);
}
.footer__socialLinks img {
  width: 18px;
  height: 18px;
}
.footer__socialLinks a {
  line-height: 0;
  padding: 8px;
  border: 1px solid rgb(145, 145, 145);
  border-radius: 50%;
}

#x img {
  width: 32px;
  height: 32px;
}
#x {
  padding: 1px;
}
.goBack {
  display: none;
  align-items: center;
}
.goBack span {
  color: #005599;
  font-size: 14px;
  padding-top: 17px;
  padding-bottom: 11px;
}
.goBack span:hover {
  text-decoration: underline;
}
.goBack img {
  transform: rotate(90deg);
  width: 12px;
}
.desktopHide {
  display: none;
}
.mobileHide {
  display: flex;
}
@media screen and (max-width: 1280px) {
  h1 {
    font-size: 28px;
    line-height: 36px;
  }
  header * {
    white-space: nowrap;
  }
  header a {
    font-size: 14px;
  }
  .breadCrumbs {
    white-space: nowrap;
  }
  .author span {
    font-size: 14px;
  }
  .articleContainer {
    flex-direction: column;
  }
  .media {
    flex-direction: row;
  }
  .comments span {
    color: black;
  }
  #comments {
    padding: 0;
  }
}
@media screen and (max-width: 1000px) {
  #strefa,
  #events {
    display: none;
  }
  #main {
    margin-left: 24px;
    margin-right: 24px;
    max-width: 100%;
  }
  header {
    padding-left: 24px;
    padding-right: 24px;
  }
  .footer__top--container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 800px) {
  #calc {
    display: none;
  }
}
@media screen and (max-width: 674px) {
  #main {
    margin: 0;
    padding-left: 0;
    padding-right: 0;
  }
  .content {
    padding: 0 10px;
  }
  #main > * {
    margin-right: 16px;
    margin-left: 16px;
  }
  header {
    padding: 11px 16px;
    align-items: center;
  }
  .lowHeader {
    display: none;
  }
  .topHeader {
    padding: 0;
  }
  .logo img:first-of-type {
    display: none;
  }
  .logo img {
    width: 100px;
    height: 24px;
  }
  .logo {
    padding: 0;
  }
  .loginButton__container {
    display: flex;
    gap: 16px;
  }
  .breadCrumbs {
    display: none;
  }
  .goBack {
    display: flex;
  }
  .desktopHide {
    display: flex;
  }
  .mobileHide {
    display: none;
  }
  h1 {
    font-size: 22px;
    line-height: 28px;
    margin: 0 16px;
  }
  article {
    padding-right: 0;
    padding-left: 0;
    margin: 0 !important;
  }
  h5 {
    margin: 0 16px;
  }
  .author {
    padding: 16px 0;
    flex-wrap: wrap;
    margin: 0 16px;
  }
  .author * {
    white-space: nowrap;
    font-size: 12px;
    line-height: 0.7;
  }
  .author strong {
    font-weight: 700;
  }
  .media {
    display: none;
  }
  .articleImage {
    margin: 0 0 32px 0;
  }
  .comments__sort {
    display: none;
  }
  #comments {
    box-sizing: border-box;
  }
  #comments input {
    display: none;
  }
  .comments__form {
    width: 100%;
  }
  .comments__form a {
    margin: 0;
    width: 100%;
    text-align: center;
    align-items: center;
  }
  #firstComment {
    display: none;
  }
  .comments__container {
    margin: 0 16px;
  }
  .comments__container--head {
    justify-content: flex-start;
  }
  .comments__container--head h5 {
    margin: 16px 4px 0 4px;
  }
  .comments__container--head span {
    color: #000;
    font-size: 16px;
  }
  .comment {
    padding: 4px 8px 8px 8px;
  }
  .comment__head * {
    white-space: nowrap;
  }
  .comment__container > img:first-of-type {
    display: none;
  }
  .user img:first-of-type {
    display: block;
    width: 50px;
    height: 50px;
    transform: translateY(-35%);
  }
  .user {
    gap: 4px;
  }
  .user h5 {
    margin: 0;
  }
  .likes__container {
    flex-direction: row-reverse;
    margin-top: 12px;
  }
  .likes__container span {
    color: #000;
  }
  .comment__head strong {
    display: block;
    color: #000;
    margin-left: 12px;
  }
  .comment__content img {
    display: none;
  }
  .comment__content p {
    font-size: 14px;
    line-height: 28px;
  }
  .star {
    margin-left: 24px;
    width: 32px;
  }
  .mobileLogo {
    width: 100%;
    display: flex;
    justify-content: flex-start;
  }
  footer {
    background-color: rgba(145, 151, 163, 0.1);
    padding: 0 16px;
  }
  .mobileLogo {
    margin-bottom: 36px;
  }
  .footer__socialLinks {
    width: 100%;
    justify-content: center;
  }
  .footer__top {
    padding-bottom: 0;
  }
  .footer__logo {
    display: none;
  }
  .footer__top--container {
    justify-content: space-between;
  }
  .mobileFooter {
    flex-direction: column;
  }
  .mobileFooter__top {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 20px 16px;
    border-top: 1px solid rgb(237, 239, 241);
  }

  .mobileFooter__top a {
    font-size: 12px;
    color: rgb(105, 112, 125);
  }
  .mobileFooter__top p {
    font-size: 12px;
    margin: 0;
    color: rgb(145, 151, 163);
  }
  .mobileFooter__bottom {
    padding: 20px 16px;
    border-top: 1px solid rgb(237, 239, 241);
    color: rgb(105, 112, 125);
  }
  .mobileFooter__bottom a {
    text-decoration: underline;
  }
}

.top__list {
  margin-bottom: 80px;
  padding-top: 12px;
  font-size: 18px;
}

@media screen and (max-width: 991px) {
  .top__list {
    font-size: 12px;
  }
}

@media screen and (max-width: 767px) {
  .top__list {
    margin-bottom: 35px;
  }
}

.top__list .item {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-top: 10px;
}

.top__list .item .place {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-shrink: 0;
  width: 270px;
}

@media screen and (max-width: 991px) {
  .top__list .item .place {
    width: 200px;
  }
}
@media screen and (max-width: 600px) {
  .top__list .item .place {
    width: 140px;
  }
}

.top__list .item .place__num {
  width: 36px;
  font-weight: 500;
}

@media screen and (max-width: 991px) {
  .top__list .item .place__num {
    width: 26px;
    font-size: 14px;
  }
}
@media screen and (max-width: 600px) {
  .top__list .item .place__num {
    width: auto;
  }
}

.top__list .item .place__avatar {
  margin-left: 7px;
}

.top__list .item .place__avatar img {
  display: block;
}

.top__list .item .place__name {
  margin-left: 20px;
}

@media screen and (max-width: 991px) {
  .top__list .item .place__name {
    margin-left: 10px;
    font-size: 12px;
  }
}

.top__list .item .progress {
  flex-grow: 1;
  margin-left: 20px;
}

@media screen and (max-width: 991px) {
  .top__list .item .progress {
    margin-left: 10px;
  }
}

.progress {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  background-color: #fff;
  border: none;
  box-shadow: none;
}

.progress__bar {
  display: block;
  height: 25px;
  width: 0;
  margin-right: 10px;
  background-color: #f6d330;
  background-image: linear-gradient(
    45deg,
    rgba(0, 0, 0, 0.1) 25%,
    transparent 25%,
    transparent 50%,
    rgba(0, 0, 0, 0.1) 50%,
    rgba(0, 0, 0, 0.1) 75%,
    transparent 75%,
    transparent
  );
  background-size: 40px 40px;
  border-radius: 3px;
  animation: progress-bar-stripes 2s linear infinite;
  transition: 800ms ease-out;
}

.progress__info {
  font-size: 12px;
}

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}

@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.place__avatar img {
  width: 30px;
  height: 30px;
}
.form {
  padding: 20px 10px;
  background: #0a0a0a;
  max-width: 500px;
  width: 100%;
  margin: 20px auto;
}

.sorser .title {
  font-size: 28px;
  font-weight: 600;
  letter-spacing: -1px;
  position: relative;
  display: flex;
  align-items: center;
  padding-left: 30px;
  color: #00bfff;
}
.sorser .title::before,
.sorser .title::after {
  position: absolute;
  content: "";
  top: 11px;
  height: 16px;
  width: 16px;
  border-radius: 50%;
  left: 0px;
  background-color: #00bfff;
}
.sorser .title::after {
  animation: pulse 1s linear infinite;
}
@keyframes pulse {
  0% {
    transform: scale(0.9);
    opacity: 1;
  }
  100% {
    transform: scale(1.8);
    opacity: 0;
  }
}

html {
  scroll-behavior: smooth;
}

#orderForm {
  scroll-margin-top: 100px;
}

.logos img {
  width: 100%;
  height: 200px;
  margin-bottom: 10px;
}
.customJS-styles__activation-message span:last-child {
  font-size: 16px;
  line-height: 1.4;
  color: #fff;
}
.customJS-styles__activation-message {
  color: white;
  font-weight: 700;
  font-size: 16px;
  background: #073e86c2;
  padding: 10px;
  border-radius: 15px;
  display: flex;
  margin-bottom: 0px !important;
  margin-top: 0 !important;
}

.customJS-styles__icon {
  color: red;
  font-size: 35px;
  text-align: center;
  margin-right: 7px;
}

#calculator {
  text-align: center;
  padding: 10px 5px;
  background-color: #fff;
  animation: fadeIn 0.5s ease-in-out;
  width: 100%;
}

#slider-container {
  position: relative;
  margin-bottom: 0px;
}

#slider {
  width: 100%;
  opacity: 0;
  animation: fadeIn 0.5s ease-in-out 0.5s forwards;
  -webkit-appearance: none;
  appearance: none;
  height: 20px !important;
  background: #3498db;
  border-radius: 10px;
  outline: none;
  padding: 0;
  position: relative;
  z-index: 2;
}

#slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 25px;
  height: 25px;
  background: #fff;
  border-radius: 50%;
  cursor: pointer;
  border: 2px solid #3498db;
  margin-top: 0px !important;
  z-index: 3;
}

#current-value {
  width: 35%;
  margin: 0 auto;
  padding-top: 6px;
  padding-bottom: 5px;
  font-size: 16px;
  margin-top: -5px;
  margin-bottom: 10px;
  border-left: 2px solid #3498db;
  border-right: 2px solid #3498db;
  border-bottom: 2px solid #3498db;
}

.slider-labels {
  width: 100% !important;
  display: flex;
  justify-content: space-between;
  font-size: 14px;
  margin-bottom: 10px;
  position: relative;
  z-index: 1;
}

.slider-labels span {
  position: relative;
}

.slider-labels span::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 10px;
  background: #000;
  top: 15px;
  left: 50%;
  transform: translateX(-50%);
  margin-top: 10px;
}

.result {
  font-size: 16px;
  margin-bottom: 6px;
  opacity: 0;
  animation: fadeIn 0.5s ease-in-out 1s forwards;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
