* {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-decoration: none;
  scroll-behavior: smooth;
}
a,
button:active,
button:focus,
input:active,
input:focus {
  outline: 0 !important;
}
a:hover {
  text-decoration: none;
}

/* container */
.container {
  max-width: 1000px;
  margin: 0 auto;
}

/* header */
.headerTopInner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 15.6px;
  padding: 0px 10.15px 2px 8px;
  height: 30px;
  background: #e4e4e4;
}
.headerTopSub {
  color: #535353;
  font-family: Roboto;
  font-size: 10px;
  font-style: normal;
  font-weight: 700;
  line-height: 10px; /* 100% */
}
.headerTopLinks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  overflow-x: auto;
  white-space: nowrap;
  width: 100%;
}
.headerTopLinks::-webkit-scrollbar {
  display: none;
}
/* Hide scrollbar for IE, Edge and Firefox */
.headerTopLinks {
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
}
.headerTopLink {
  display: block;
  color: #535353;
  font-family: Roboto;
  font-size: 10px;
  font-style: normal;
  font-weight: 700;
  line-height: 10px; /* 100% */
  text-transform: uppercase;
  padding-left: 8px;
  cursor: pointer;
  position: relative;
}
.headerTopLink::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  border-radius: 1.5px;
  background: #000;
  width: 3px;
  height: 3px;
}
.signIn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 4px;
  color: #000;
  text-align: center;
  font-family: Roboto;
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: 10px; /* 100% */
  text-wrap: nowrap;
  text-transform: uppercase;
  padding-left: 17.6px;
  border-left: 1.6px solid #333;
}
.signIn img {
  display: block;
}
.headerMiddleInner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 12.3px 15px;
  background: #fe0404;
}
.burger img {
  display: block;
}
.logo img {
  display: block;
  max-width: 100%;
}
.subscribeBtn {
  display: inline-block;
  color: #fe0404;
  text-align: center;
  font-family: Roboto;
  font-size: 8px;
  font-style: normal;
  font-weight: 700;
  line-height: 12px; /* 150% */
  padding: 3px 8px;
  border-radius: 43px;
  background: #fff;
}
.headerBottom {
  padding: 3px 0;
}
.headerBottomInner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 8.92px;
}
.headerBottomLink {
  color: #000;
  font-family: Roboto;
  font-size: 13px;
  font-style: normal;
  font-weight: 700;
  line-height: 13px; /* 100% */
}

/* content */
.content {
  margin-top: 10px;
}
.contentInner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.contentLeft {
  width: 62%;
}
.contentLeftTop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding: 10px 0;
}
.contentLeftSub {
  color: #000;
  font-family: 'Helvetica Neue';
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 16.3px; /* 135.833% */
  text-transform: uppercase;
}
.contentLeftDate {
  color: rgba(0, 0, 0, 0.5);
  font-family: 'Helvetica Neue';
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 16.3px; /* 135.833% */
  text-transform: uppercase;
}
.contentLeftTitle {
  color: #333;
  font-family: 'PT Serif';
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 26px; /* 108.333% */
  margin-top: 3px;
}
.contentLeftBlocks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 10px;
  margin-top: 14px;
}
.contentLeftBlockImg {
  display: block;
}
.contentLeftBlockImg img {
  display: block;
  max-width: 100%;
  width: 100%;
}
.contentLeftUser {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 10px;
}
.contentLeftUserInfo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
}
.contentLeftUserInfo img {
  display: block;
  width: 30px;
  height: 30px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.contentLeftUserSub {
  color: #666;
  font-family: Arial;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}
.contentLeftUserSocial {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
}
.contentLeftUserSocial img {
  display: block;
  max-width: 100%;
}
.contentLeftUserSocialSub {
  color: #666;
  font-family: Arial;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.contentLeftBlockSubs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px;
  margin-top: 10px;
}
.contentLeftBlockSub {
  color: #000;
  font-family: Arial;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 125% */
}
.contentLeftBlockSub a {
  color: #fe0404;
}
.contentLeftBlockTitle {
  color: #000;
  font-family: Arial;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.contentRight {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px;
  width: 36%;
}
.contentRightBlockTitle {
  color: #000;
  font-family: 'Helvetica Neue';
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 16.3px; /* 135.833% */
  text-transform: uppercase;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding: 10px 0;
}
.contentRightBlockImg {
  display: block;
  margin-top: 10px;
}
.contentRightBlockImg img {
  display: block;
  max-width: 100%;
}
.contentLeftBlockSubWithBorder {
  color: #000;
  font-family: Arial;
  font-size: 16px;
  font-style: italic;
  font-weight: 400;
  line-height: 20px; /* 125% */
  padding-left: 10px;
  border-left: 3px solid #fe0404;
}
.contentLeftBlockSubWithBorder a {
  color: #fe0404;
}
.underline {
  text-decoration: underline;
}
.contentLeftBlockImgSub {
  color: #000;
  text-align: center;
  font-family: Arial;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 125% */
  margin-top: 10px;
}
.days {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 30px;
  margin-top: 30px;
}
.dayBlockTitle {
  color: #000;
  text-align: center;
  font-family: Arial;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px; /* 125% */
  border-radius: 4px;
  border: 1px solid #fe0404;
  padding: 20px;
}
.dayBlockSubs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px;
  margin-top: 30px;
}
.dayBlockSub {
  color: #000;
  font-family: Arial;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 125% */
}
.dayBlockSub a {
  color: #fe0404;
}
.dayBlockImg {
  margin-top: 30px;
}
.dayBlockImg img {
  display: block;
  max-width: 100%;
  width: 100%;
}
.contentLeftBottom {
  margin-top: 20px;
}
.contentLeftList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px;
  margin-top: 20px;
}
.contentLeftListItem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  border-radius: 10px;
  border-right: 2px solid #e2351b;
  border-left: 2px solid #e2351b;
  background: #fcf1f0;
  padding: 10px 20px;
}
.contentLeftListItemNumber {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  color: #fe0404;
  text-align: center;
  font-family: Arial;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 125% */
  border-radius: 36px;
  border: 1px solid #fe0404;
}
.contentLeftListItemSub {
  color: #000;
  font-family: Arial;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 125% */
}
.contentLeftListItemSub a {
  color: #fe0404;
}
.contentLeftBtn {
  display: block;
  color: #fff;
  text-align: center;
  font-family: Arial;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px; /* 125% */
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
  -webkit-text-decoration-style: solid;
  text-decoration-style: solid;
  -webkit-text-decoration-skip: ink;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
  padding: 20px;
  border-radius: 4px;
  border: 1px solid #fe0404;
  background: #fe0404;
  margin-top: 40px;
}
/* comments */
.comments {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 12px;
  margin-top: 40px;
}
.commentBlock {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 8px;
}
.commentBlockImg img {
  display: block;
  width: 48px;
  height: 48px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.commentBlockText {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.commentBlockName {
  color: #000;
  font-family: 'Helvetica Neue';
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 19px; /* 135.714% */
  letter-spacing: 0.5px;
}
.commentBlockSub {
  color: #1d1d1d;
  font-family: 'Helvetica Neue';
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 19px; /* 135.714% */
  letter-spacing: 0.5px;
  padding: 10px;
  border-radius: 0px 8px 8px 8px;
  background: rgba(0, 0, 0, 0.1);
  margin-top: 8px;
}
.commentBlockTextBottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 12px;
  margin-top: 8px;
}
.commentBlockTextBottomSub {
  color: #90949c;
  font-family: 'Helvetica Neue';
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 16.3px; /* 135.833% */
  letter-spacing: 0.5px;
}
.commentBlockAnswer {
  margin-left: 60px;
}
.commentBlockSub a {
  display: block;
}
.commentBlockSub a.commentLink {
  display: inline-block;
}
.commentBlockSub img {
  margin-top: 10px;
}

/* footer */
.footer {
  margin-top: 30px;
}
.footerTop {
  background: #eee;
}
.footerTopLink {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 5px;
  color: #666;
  text-align: center;
  font-family: 'PT Serif';
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px; /* 133.333% */
  padding: 17.6px 0 19.4px 23px;
}
.footerTopLink img {
  display: block;
}
.footerBottom {
  padding-top: 34px;
  padding-bottom: 15px;
  background: #f6f6f6;
  padding-left: 24px;
  padding-right: 16px;
}
.footerLogo img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}
.footerBoxs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 34px;
}
.footerBox {
  width: 68%;
}
.footerBox:last-child {
  width: 29.5%;
}
.footerBoxTitle {
  color: #333;
  font-family: 'PT Serif';
  font-size: 23px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px; /* 130.435% */
  padding: 8.8px 0;
  border-top: 0.8px solid #e4e4e4;
  border-bottom: 0.8px solid #e4e4e4;
}
.footerLinks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 50px;
  row-gap: 24px;
  margin-top: 24px;
}
.footerLink {
  color: #242424;
  font-family: Roboto;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px; /* 133.333% */
}
.footerSocial {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 8px;
  margin-top: 16px;
}
.footerSociallink img {
  display: block;
}
.footerForm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-radius: 5px;
  background: #fff;
  position: relative;
  padding: 15px;
  height: 55px;
  margin-top: 16px;
}
.footerInput {
  display: block;
  color: #000;
  font-family: Roboto;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  border: 0;
}
.footerFormBtn {
  display: inline-block;
  color: #fff;
  text-align: center;
  font-family: Roboto;
  font-size: 10px;
  font-style: normal;
  font-weight: 300;
  line-height: 15px; /* 150% */
  padding: 5px 17px;
  border-radius: 3px;
  background: #535353;
}
.footerLinks1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-column-gap: 7.3px;
  -moz-column-gap: 7.3px;
  column-gap: 7.3px;
  margin-top: 20px;
}
.footerLink1 {
  color: #000;
  text-align: center;
  font-family: Roboto;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 18px; /* 150% */
}
.footerVisit {
  margin-top: 40px;
}
.footerVisitTitle {
  color: #000;
  text-align: center;
  font-family: Roboto;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 16px; /* 114.286% */
}
.footerVisitLinks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  row-gap: 13px;
  margin-top: 26px;
}
.footerVisitLink {
  color: #000;
  text-align: center;
  font-family: Roboto;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px; /* 133.333% */
  padding: 0px 9.6px 0px 8px;
  border-right: 1.6px solid #fe0404;
}
.footerVisitLink:last-child {
  border-right: 0;
}
.footerSub {
  color: #333;
  text-align: center;
  font-family: Roboto;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 14px; /* 100% */
  margin-top: 27px;
}
