* {
  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: 1246px;
  margin: 0 auto;
  padding: 0 20px;
}

/* header */
.headerTop {
  border-bottom: 1px solid rgba(68, 68, 68, 0.21);
  padding: 5px 0;
}
.headerTopInner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 102px;
}
.headerTopLinks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 6.39px;
  padding-right: 10px;
  border-right: 1px solid #000;
}
.headerTopLink {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 5px;
  color: #000;
  font-family: 'Times New Roman', Times, serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 14px;
}
.headerTopLink img {
  display: block;
}
.headerTopRight {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 22px;
}
.logo img {
  display: block;
  max-width: 100%;
}
.headerTopLinks1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.login {
  display: inline-block;
  color: #fff;
  color: #fff;
  font-family: 'Times New Roman', Times, serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding: 15px 10px;
  background: #4b88ca;
}
.headerTopLink1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 6.39px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #000;
  font-family: 'Times New Roman', Times, serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.headerTopLink1 img {
  display: block;
}
.headerBottom {
  padding: 32px 0;
}
.headerBottomInner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.headerBottomLeft {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 6.4px;
}
.headerBottomLeftLinks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 6.4px;
}
.headerBottomLeftLink img {
  display: block;
}
.headerBottomSub {
  color: #000;
  font-family: 'Times New Roman', Times, serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.headerBottomLogo {
  color: #000;
  font-family: 'Times New Roman', Times, serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.searchBox {
  position: relative;
}
.searchBox img {
  display: block;
  position: absolute;
  right: 8px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.searchInput {
  display: block;
  color: #757575;
  font-family: Arial;
  font-size: 13.3px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  border-radius: 3px;
  border-radius: 3px;
  border: 1px solid rgba(68, 68, 68, 0.26);
  padding: 11px 8px;
  padding-right: 30px;
}

/* intro */
.introLinks {
  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: 12px 46px 10px 46px;
  border-top: 2px solid #000;
  border-right: 1px solid #000;
  border-left: 1px solid #000;
}
.introLink {
  color: #000;
  font-family: Georgia;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.introTop {
  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: 2px solid #f56100;
  background: #2d2e2f;
  padding: 10px;
}
.introTopLeftLink {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
  color: #f56100;
  font-family: Georgia;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.introTopLeftLink img {
  display: block;
}
.introTopLeftTitle {
  color: #fff;
  font-family: Georgia;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-top: 7.4px;
}
.introTopLeftSub {
  color: #949494;
  font-family: Georgia;
  font-size: 14px;
  font-style: italic;
  font-weight: 400;
  line-height: normal;
  margin-top: 6px;
}
.introTopRightLink {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #f56100;
  text-align: center;
  font-family: Georgia;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-right: 85px;
}
.introTopRightLink img {
  display: block;
}
.introSuscribe {
  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-right: 1px solid #000;
  border-bottom: 1px solid #000;
  border-left: 1px solid #000;
  padding: 5px 6px;
}
.introSuscribeLeft {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 6.4px;
}
.introSuscribeLeftSub {
  color: #000;
  font-family: Georgia;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
}
.introSocialLinks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 16px;
}
.introSocialLink img {
  display: block;
}
.introContent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-right: 1px solid #000;
  border-left: 1px solid #000;
}
.introLeft {
  width: 39%;
  padding-top: 43px;
  padding-left: 16px;
}
.introTitle {
  color: #000;
  font-family: Georgia;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.introImg {
  width: 59%;
}
.introImg img {
  display: block;
  max-width: 100%;
  width: 100%;
}
.introBottom {
  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: 1px solid #000;
  padding: 10px 22px;
}
.introBottomSub {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #000;
  font-family: Georgia;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.introBottomSub img {
  display: block;
}

/* content */
.contentInner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-right: 1px solid #000;
  border-left: 1px solid #000;
}
.contentSocial {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 4px;
  width: 5%;
  padding-left: 23px;
  padding-top: 33px;
}
.contentSocialLink img {
  display: block;
}
.contentSocialBlock img {
  display: block;
}
.contentLeft {
  width: 65%;
  padding: 32px 58px 18px 5px;
  border-right: 1px solid #e8e8e8;
  background: #fff;
}
.contentSubs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 16px;
}
.contentLeftSub {
  color: #000;
  font-family: Georgia;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 140% */
}
.contentLeftBlocks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 16.5px;
  gap: 16.5px;
}
.contentLeftBlockImg img {
  display: block;
  max-width: 100%;
}
.contentLeftBlockImgSub {
  color: #5a5a5a;
  text-align: center;
  font-family: Georgia;
  font-size: 19.2px;
  font-style: italic;
  font-weight: 400;
  line-height: normal;
  margin-top: 10px;
}
.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: 16.5px;
  margin-top: 16.5px;
}
.contentLeftBlockSub {
  color: #000;
  font-family: Georgia;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 140% */
}
.contentLeftBlockSub a {
  color: #f56100;
}
.contentLeftBlockSubWithBorder {
  color: #000;
  font-family: Georgia;
  font-size: 20px;
  font-style: italic;
  font-weight: 400;
  line-height: 27.2px; /* 136% */
  padding-left: 9px;
  border-left: 3px solid #f56100;
}
.contentLeftBlockSubWithBorder a {
  color: #f56100;
}
.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: 32px;
  margin-top: 32px;
}
.dayBoxTitle {
  color: #fff;
  text-align: center;
  font-family: Georgia;
  font-size: 23.4px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  background: #f56100;
  padding: 9px 0;
}
.dayBoxSubs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 16px;
  border-right: 1px solid #f56100;
  border-bottom: 1px solid #f56100;
  border-left: 1px solid #f56100;
  padding: 32px 16px;
}
.dayBoxSub {
  color: #000;
  font-family: Georgia;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.dayBoxSub a {
  color: #f56100;
}
.dayBoxImg img {
  display: block;
  max-width: 100%;
}
.contentLeftBlockLast {
  padding: 29px 74px 0 79px;
}
.contentBoxTitle {
  color: #000;
  font-family: Georgia;
  font-size: 25px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.contentBoxList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 8px;
  list-style: none;
  margin-top: 26px;
}
.contentBoxListItem {
  color: #000;
  font-family: Georgia;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.contentBoxListItem a {
  color: #f56100;
  font-weight: 700;
}
.contentLeftBtn {
  display: block;
  color: #fff;
  text-align: center;
  font-family: Georgia;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
  border-radius: 5px;
  background: #f56100;
  padding: 15px 0;
  margin-top: 23px;
}
.comments {
  margin-top: 22px;
}
.commentTop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-top: 1px solid #7e7e7e;
  border-bottom: 1px solid #7e7e7e;
  padding: 16px 93px;
  margin: 0 15px;
}
.commentTopBlockSub {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 6.39px;
  color: #000;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.commentTopBlockSub img {
  display: block;
}
.actualSub {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: end;
  color: #7e7e7e;
  text-align: right;
  font-family: Arial;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 0 15px;
  margin-top: 16px;
}
.actualSub img {
  display: block;
}
.commentBoxs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 16px;
  margin: 0 15px;
}
.commentBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-bottom: 9px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.commentBoxImg img {
  display: block;
  width: 50px;
  height: 50px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.commentBoxText {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.commentBoxName {
  color: #000;
  font-family: Arial;
  font-size: 17px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-top: 0.5px;
}
.commentBoxSub {
  color: #000;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.11);
  padding: 5.4px 14.76px 6.4px 6.4px;
}
.commentBoxBottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 15px;
}
.commentBoxLink {
  color: #7e7e7e;
  font-family: Arial;
  font-size: 12.8px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.commentBoxLike {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #7e7e7e;
  font-family: Arial;
  font-size: 12.8px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.commentBoxLike img {
  display: block;
}
.commentBoxDate {
  color: #7e7e7e;
  font-family: Arial;
  font-size: 12.8px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.commentBoxAnswer {
  border: 0;
  margin-top: 24px;
}
.commentBoxTextImg {
  margin-top: 8px;
}
.commentBoxTextImg img {
  display: block;
  max-width: 100%;
}
.viewMore {
  display: block;
  color: #3b5998;
  text-align: center;
  font-family: Arial;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-top: 8px;
}
.contentRight {
  width: 30%;
  padding-top: 32px;
  padding-left: 10px;
}
.contentRightImg img {
  display: block;
  max-width: 100%;
}
.contentRightTitle {
  color: #000;
  font-family: Georgia;
  font-size: 18.7px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  border-top: 2px solid #000;
  padding: 12px 10px 10px 10px;
}
.contentRightBlocks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 33px;
  margin-top: 32px;
  margin-bottom: 16px;
}
.contentRightBlock {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 17px;
}
.contentRightBlockTitle {
  color: #000;
  font-family: 'Times New Roman', Times, serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.contentRightBlockSub {
  color: #000;
  font-family: 'Times New Roman', Times, serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

/* footer */
.footeerTop {
  background: #f56100;
  padding: 5px;
}
.footerSub {
  color: #fff;
  font-family: Georgia;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.footeerBottom {
  background: #4f5054;
  padding: 5px;
}
