* {
  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;
}
ul {
  list-style: none;
}

/* fonts */
@font-face {
  font-family: Egyptian-Text;
  src: url('../../assets/fonts/Egyptian-Text Bold.ttf');
}
@font-face {
  font-family: Egyptian AT;
  src: url('../../assets/fonts/Egyptian AT Bold.otf');
}

/* #### Generated By: http://www.cufonfonts.com #### */

@font-face {
  font-family: 'Times';
  font-style: normal;
  font-weight: 400;
  src: url('../../assets/fonts/TimesNewerRoman-Regular.otf') format('woff');
}

@font-face {
  font-family: 'Times';
  font-style: normal;
  font-weight: 700;
  src: url('../../assets/fonts/TimesNewerRoman-Bold.otf') format('woff');
}

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

/* header */
.header {
  padding-top: 67px;
}
.headerTopInner {
  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;
}
.headerEmpty {
  width: 30%;
}
.headerTopLeft {
  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;
  width: 41%;
}
.logo img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}
.headerTopLeftSubs {
  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: 10px;
  margin-top: 10px;
}
.headerTopLeftSub {
  font-family: 'Times';
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 14px;
  color: #000000;
  padding-right: 10px;
  border-right: 1px solid #000000;
}
.headerBtns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  width: 29%;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.headerSucribeBtn {
  display: inline-block;
  font-family: 'Times';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 15px;
  color: #ffffff;
  background: #dc5644;
  border-radius: 2px;
  padding: 12px 23px;
}
.headerLogBtn {
  display: inline-block;
  font-family: 'Times';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 15px;
  color: #ffffff;
  background: #277f9c;
  border-radius: 2px;
  padding: 12px 23px;
}
.headerBottom {
  margin-top: 27px;
}
.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;
  border-width: 1px 0px;
  border-style: solid;
  border-color: #fafafa;
}
.headerBottomLeft {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  padding-left: 10px;
}
.headerBottomLeftSub {
  font-family: 'Times';
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 18px;
  color: #000000;
}
.headerNav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 10px;
  padding: 1px 0;
}
.headerNavLink {
  display: inline-block;
  font-family: 'Times';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 17px;
  text-transform: uppercase;
  color: #000000;
  padding: 10px 0;
}
.headerNavLink.active {
  border-bottom: 2px solid #126cc8;
}
.headerNavLinkLast {
  font-weight: 700;
  margin-left: 22px;
}
.headerBottomRight {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  padding-right: 10px;
}
.headerBottomRightSub {
  font-family: 'Times';
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 18px;
  color: #000000;
}

/* intro */
.intro {
  margin-top: 40px;
}
.introSub {
  font-family: 'Times';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 15px;
  text-transform: uppercase;
  color: #333333;
}
.introBlocks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 20px;
  gap: 30px;
}
.introBlock {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  border: 1px solid #dfdfdf;
  padding: 15px 25px 15px 10px;
}
.square {
  padding: 10px;
}
.squareInner {
  width: 14px;
  height: 14px;
  background: #f25d49;
}
.introBlockTitle {
  font-family: 'Times';
  font-style: normal;
  font-weight: 700;
  font-size: 22px;
  line-height: 25px;
  color: #000000;
}
.introBlockSub {
  font-family: 'Times';
  font-style: normal;
  font-weight: 400;
  font-size: 11px;
  line-height: 12px;
  text-transform: uppercase;
  color: #333333;
  margin-top: 10px;
}
.news {
  min-width: 124px;
  background: #277f9c;
  padding: 10px;
}
.newsSub {
  font-family: 'Times';
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 16px;
  color: #ffffff;
}
.news img {
  display: block;
  margin-top: 10px;
}
.introTitle {
  font-family: 'Times';
  font-style: normal;
  font-weight: 700;
  font-size: 38px;
  line-height: 44px;
  color: #000000;
  margin-top: 50px;
  text-align: center;
}
.introTitle a{
    color: #000000;
}

/* content */
.content {
  margin-top: 50px;
}
.contentInner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 50px;
}

.contentRight {
  width: 48%;
}
.contentRightBox1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 50px;
  padding-left: 78px;
}
.take {
  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;
  width: 38%;
}
.takeBox {
  border-top: 1px solid #000000;
  padding-top: 10px;
}
.takeBoxTop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 17px;
}
.takeBoxSub {
  font-family: 'Times';
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 13px;
  color: #404854;
}
.takeBoxTitle {
  font-family: 'Times';
  font-style: normal;
  font-weight: 700;
  font-size: 22px;
  line-height: 25px;
  color: #404854;
  margin-top: 8px;
}
.takeBoxSub1 {
  font-family: 'Times';
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 16px;
  color: #404854;
  margin-top: 10px;
}
.chris {
  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;
  margin-top: 10px;
}
.chrisName {
  font-family: 'Times';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 15px;
  color: #000000;
}
.chris img {
  display: block;
  max-width: 100%;
}
.takeBoxLive {
  font-family: 'Times';
  font-style: normal;
  font-weight: 400;
  font-size: 10px;
  line-height: 10px;
  color: #ffffff;
  background: #dc5644;
  padding: 4px 8px;
}
.almost {
  position: relative;
}
.almost img {
  display: block;
  max-width: 100%;
  position: absolute;
  right: 0;
  top: 0;
}
.takeBoxSub2 {
  font-family: 'Times';
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
  color: #404854;
  margin-top: 10px;
}
.takeBoxSubYellow {
  color: #dc5644;
}
.history {
  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;
}
.history img {
  display: block;
  max-width: 100%;
  width: 100%;
}
.historyBtn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-family: 'Times';
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 16px;
  color: #000000;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  background: #f4f3ef;
  padding: 10px;
}
.historyBtn img {
  display: block;
  max-width: 100%;
  width: auto;
}
.contentRightBox2 {
  margin-top: 320px;
  width: 50%;
}
.cultureBoxs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 5px;
}
.cultureBox {
  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;
  border-top: 1px solid #000000;
  padding-top: 25px;
  padding-bottom: 20px;
}
.cultureBoxSub {
  font-family: 'Times';
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
  color: #555555;
}
.cultureBoxTitle {
  font-family: 'Times';
  font-style: normal;
  font-weight: 700;
  font-size: 17px;
  line-height: 20px;
  color: #555555;
}
.cultureBoxSub1 {
  font-family: 'Times';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 18px;
  color: #404854;
}
.cultureBoxSub2 {
  font-family: 'Times';
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
  color: #404854;
}
.review {
  padding-top: 30px;
  border-top: 1px solid #000000;
}
.reviewTitle {
  font-family: 'Times';
  font-style: normal;
  font-weight: 700;
  font-size: 22px;
  line-height: 25px;
  text-align: center;
  color: #000000;
}
.reviewSub {
  font-family: 'Times';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 17px;
  text-align: center;
  color: #000000;
  margin-top: 10px;
}
.reviewImg {
  margin-top: 20px;
  text-align: center;
}
.reviewImg img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}
.contentRightBox3 {
  margin-top: 150px;
  width: 50%;
}
.worldBoxs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 18px;
}
.worldBox {
  padding-top: 10px;
  border-top: 1px solid #000000;
}
.worldBoxSub {
  font-family: 'Times';
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
  color: #404854;
}
.worldBoxTitle {
  font-family: 'Times';
  font-style: normal;
  font-weight: 700;
  font-size: 22px;
  line-height: 25px;
  color: #404854;
  margin-top: 8px;
}
.worldBoxContent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 5px;
  margin-top: 10px;
}
.worldBoxContent img {
  display: block;
}
.worldBoxSub1 {
  font-family: 'Times';
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 17px;
  color: #000000;
}
.worldBoxSub2 {
  font-family: 'Times';
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
  color: #404854;
  margin-top: 10px;
}
.contentRightBox4 {
  margin-top: 580px;
  width: 50%;
}
.contentAll {
  width: 50%;
  margin: 0 auto;
}
.contentBoxs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 55px;
}
.contnetBoxImg {
  margin-bottom: 20px;
}
.contnetBoxImg img {
  display: block;
  max-width: 100%;
  width: 100%;
}
.contentBoxSub {
  font-family: 'Times';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 18px;
  color: #000000;
}
.contentBoxTitle {
  font-family: 'Times';
  font-style: normal;
  font-weight: 700;
  font-size: 30px;
  line-height: 34px;
  color: #cb1815;
  margin-top: 20px;
}
.contentBoxTitle a{
    color: #cb1815;
}
.contentBoxSubs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 25px;
  margin-top: 25px;
}
.contentBoxSub1 {
  font-size: 20px;
  line-height: 23px;
}
/* can */
.can {
  border: 3px solid #b1f9ff;
  border-radius: 5px;
  margin-top: 47px;
  padding: 20px 50px;
}
.canBoxs {
  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;
}
.canBox {
  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;
}
.canBoxTitle {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 28px;
  color: #000000;
}
.canBoxSubs {
  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;
}
.canBoxSub {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-size: 17px;
  line-height: 20px;
  color: #000000;
}
/* alex */
.alex {
  margin-top: 20px;
}
.alexSub {
  font-family: 'Times';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 18px;
  color: #000000;
}
.alexBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 50px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.alexBoxText {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 25px;
}
.alexBoxContent img {
  display: block;
}
.alexNameSub {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  color: #000000;
  margin-top: 10px;
}
.alexSubLast {
  margin-top: 25px;
}
.contentBoxs1 {
  gap: 20px;
  margin-top: 10px;
}
.contentBoxs1 .contentBox img {
  margin: 0 auto;
  width: auto;
}
.update {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  font-size: 25px;
  line-height: 29px;
  color: #ff0100;
  margin-top: 25px;
}
.contentBoxSub a {
  color: #cb1815;
}
/* write */
.write {
  margin-top: 40px;
}
.writeTop {
  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;
}
.writeTopLeft {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 60px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.writeTopLeftSub {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 120.49%;
  color: #000000;
}
.writeTopLeftSub1 {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 120.49%;
  color: #646c7a;
}
.writeTopRightSub {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 120.49%;
  color: #646c7a;
  position: relative;
  padding-left: 18px;
  padding-right: 12px;
}
.writeTopRightSub::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 13px;
  height: 13px;
  border: 1px solid #f05e70;
}
.writeTopRightSub::after {
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  background: url('../../assets/img/icon.png');
  background-repeat: no-repeat;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 7px;
  height: 5px;
}
.writeDivider {
  margin-top: 17px;
  position: relative;
  height: 2px;
  background: #e6e9ed;
}
.writeDividerInner {
  position: absolute;
  left: 0;
  top: 0;
  background: #2d9fff;
  z-index: 1;
  width: 100px;
  height: 100%;
}
.writeBottom {
  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;
  margin-top: 20px;
}
.writeBottomLeft {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 50px;
}
.writeBottomLeftSub {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 120.49%;
  color: #646c7a;
  position: relative;
  padding-left: 23px;
}
.writeBottomLeftSub::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 13px;
  height: 13px;
  border: 1px solid #f05e70;
}
.writeBottomLeftSub1 {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 120.49%;
  color: #646c7a;
  position: relative;
  padding-left: 15px;
}
.writeBottomLeftSub1::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  background: url('../../assets/img/Vector.png');
  background-repeat: no-repeat;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 8px;
  height: 8px;
}
.writeBottomRightSub {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 120.49%;
  color: #646c7a;
  position: relative;
  padding-right: 12px;
}
.writeBottomRightSub::after {
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  background: url('../../assets/img/icon.png');
  background-repeat: no-repeat;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 7px;
  height: 5px;
}
.writeBox {
  margin-top: 22px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 52px;
}
.writeBoxImg {
  width: 48px;
  height: 48px;
}
.writeBoxInput {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.writeBoxInputTop {
  border: 1px solid #dbdfe3;
  border-radius: 5px;
  padding: 15px 10px;
  height: 124px;
}
.writeBoxInputTopSub {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 120.49%;
  color: #758591;
}
.writeBoxInputBottom {
  margin-top: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.writeBoxInputBottomLeftSub {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 120.49%;
  color: #646c7a;
}

.writeBoxInputBottomRightSub {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 120.49%;
  color: #646c7a;
  position: relative;
  padding-right: 18px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.writeBoxInputBottomRightSub::after {
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  background: url('../../assets/img/Group.png');
  background-repeat: no-repeat;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 13px;
  height: 13px;
}
.writeBoxInputBottomRightBottom {
  margin-top: 10px;
  border: 1px solid #dbdfe3;
  border-radius: 5px;
  width: 350px;
  padding: 9px 10px;
}
.writeBoxInputBottomRightBottomSub {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 120.49%;
  color: #757575;
}
/* comments */
.comments {
  margin-top: 30px;
}
.commentsInner {
  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;
}
.commentBlock {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 11px;
}
.commentImg {
  width: 48px;
  height: 48px;
}
.commentImg img {
  display: block;
  width: 100%;
}
.commentText {
  width: 90%;
}
.commentTextTop {
  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;
}
.commentTextTopLeft {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.commentName {
  font-family: 'Helvetica';
  font-style: normal;
  font-weight: 700;
  font-size: 15px;
  line-height: 17px;
  color: #7c838f;
}
.commentTime {
  font-family: 'Helvetica';
  font-style: normal;
  font-weight: 400;
  font-size: 11px;
  line-height: 13px;
  color: #a6a6a6;
}
.commentSub {
  font-family: 'Helvetica';
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 119.99%;
  color: #3e4855;
  margin-top: 10px;
}
.commentBlockShare {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 15px;
  margin-top: 10px;
}
.commentBlockShare p {
  font-family: 'Helvetica';
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 119.99%;
  color: #666c79;
}
.subComments {
  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: 34px;
  margin-left: 34px;
}
.commentTextTopLeftInner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
}
.commentName1 {
  font-family: 'Helvetica';
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 15px;
  color: #7c838f;
}
.subComments .commentImg {
  width: 36px;
  height: 36px;
}
.topics {
  margin-top: 80px;
}
.topicsDividers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 5px;
}
.topicsDivider {
  background: #e1e1e1;
  height: 1px;
}
.topicsSub {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
  color: #bdbdbd;
  margin-top: 10px;
}
.topicsSub1 {
  font-family: 'Egyptian-Text';
  font-style: normal;
  font-weight: 700;
  font-size: 17px;
  line-height: 20px;
  color: #c80c07;
  margin-top: 5px;
}
.topicsLinks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 4px;
  margin-bottom: 20px;
  margin-top: 10px;
}
.topicLink {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: #ca1511;
}
.topicLink span {
  color: #e1e1e1;
}
.topicsBottom {
  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: 20px;
}
.topicsSocial {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 14px;
}
.topicSocialLink {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 1px solid #e0e0e0;
  border-radius: 50px;
  width: 32px;
  height: 32px;
}
.reuseBtn {
  display: inline-block;
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  font-size: 12px;
  line-height: 14px;
  color: #767676;
  padding: 5.5px 10px;
  border: 1px solid #d8d8d8;
  border-radius: 12px;
}

/* more */
.more {
  padding-top: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-top: 1px solid #e5e5e5;
  padding-bottom: 45px;
  margin-top: 100px;
}
.moreSub {
  font-family: 'Egyptian-Text';
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 28px;
  color: #000000;
}
.moreContent {
  width: 82%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 7px;
}
.moreBlock {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.moreBlockTop {
  background: #f6f6f6;
  height: 332px;
}
.moreBlockImg img {
  display: block;
  max-width: 100%;
  width: 100%;
}
.moreBlockSub {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 23px;
  color: #000000;
  margin-top: 10px;
  margin-right: 9px;
}
.moreBlockSub1 {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: #b3b3b3;
  margin-top: 30px;
}
.moreBlockSub2 {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #000000;
  margin-top: 5px;
}
.moreBlockBottom {
  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-pack: justify;

  -ms-flex-pack: justify;

  justify-content: space-between;
  margin-top: 10px;
  background: #fef9f4;
  border-top: 1px solid #df5e01;
  padding: 5px;
  height: 107px;
}
.moreBlockBottomTop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
.moreBlockSub3 {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #000000;
}
.moreBlockSub4 {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: #e16616;
  margin-top: 5px;
}
.moreBlockTime {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 14px;
  margin-top: 5px;
}
.moreBlockTimeSub1 {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 15px;
  color: #797979;
}
.moreBlockTimeDividers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 3px;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.moreBlockTimeDivider {
  height: 1px;
  background: #dddddd;
}
.moreBlockTimeRight {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 5px;
}
.moreBlockTimeRightSub {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 15px;
  color: #797979;
}
/* most */
.most {
  margin-top: 50px;
}
.mostContent {
  width: calc(82% - 50px);
  margin-right: 50px;
  border-bottom: 1px solid #e0e0e0;
}
.mostContentTop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #e0e0e0;
}
.mostContentTopBlock {
  padding: 10px;
}
.mostContentTopBlock1 {
  border-right: 1px solid #e0e0e0;
  border-top: 4px solid #c70300;
}
.mostContentTopBlockSub {
  font-family: 'Egyptian AT';
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 20px;
  color: #000000;
}
.mostContentBlocks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-left: 1px solid #e0e0e0;
  border-right: 1px solid #e0e0e0;
}
.mostContentBlocksLeft {
  width: 50%;
}
.mostContentBlocksLeft .mostContentBlock {
  border-right: 1px solid #e0e0e0;
}
.mostContentBlock {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 50px;
  padding-left: 10px;
  padding-right: 50px;
  border-bottom: 1px solid #e0e0e0;
}
.mostContentBlockNumber {
  font-family: 'Arial Black';
  font-style: normal;
  font-weight: 900;
  font-size: 66px;
  line-height: 93px;
  text-transform: capitalize;
  color: #000000;
}
.mostContentBlockSub {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #404854;
}
.mostContentBlockSubWithIMg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  gap: 11px;
}

.mostContentBlockRight {
  width: 50%;
}
.mostContentUsers {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.mostContentUsersBlock {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 10px;
  padding: 10px;
  height: 107px;
}
.mostContentUsersBlock:first-child {
  border-right: 1px solid #e0e0e0;
}
.mostContentUsersBlock img {
  display: block;
  max-width: 100%;
}
.mostContentUsersBlockSub {
  font-family: 'Egyptian-Text';
  font-style: normal;
  font-weight: 700;
  font-size: 17px;
  line-height: 20px;
  color: #000000;
}
.mostContentUsersBlockSub1 {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #000000;
  margin-top: 5px;
}
.mostContentUsersBlockSub2 {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #df5e01;
  margin-top: 5px;
}

/* note */
.note {
  margin-top: 120px;
}
.noteInner {
  border: 1px solid #e0e0e0;
  padding: 20px 10px;
}
.noteSub {
  font-family: 'Arial';
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
  color: #888888;
}
.underline {
  text-decoration: underline;
}

/* footer */
.footer {
  margin-top: 50px;
  padding-bottom: 33px;
}
.footerTitle {
  font-family: 'Times';
  font-style: normal;
  font-weight: 700;
  font-size: 22px;
  line-height: 25px;
  color: #000000;
  padding-bottom: 10px;
}
.footerColumns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-top: 57px;
  border-top: 1px solid #000000;
  padding-left: 25%;
  padding-right: 15%;
}
.footerColumn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 15px;
}
.footerColumnTitle {
  font-family: 'Times';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 18px;
  color: #000000;
}
.footerColumnLink {
  font-family: 'Times';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: #000000;
}
