* {
  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;
}

@-webkit-keyframes pulsing {
  100% {
    -webkit-box-shadow: rgba(0, 0, 0, 0) 0 0 0 20px;
    box-shadow: rgba(0, 0, 0, 0) 0 0 0 20px;
  }
}

@keyframes pulsing {
  100% {
    -webkit-box-shadow: rgba(0, 0, 0, 0) 0 0 0 20px;
    box-shadow: rgba(0, 0, 0, 0) 0 0 0 20px;
  }
}

/* 02. Default */
#formbox {
  border-radius: 8px;
  background: #e9e9e9;
  margin-top: 40px;
}
.formBoxTitleContainer {
  padding: 10px 0;
}
.formBoxTitle {
  color: #212529;
  text-align: center;
  font-family: Rubik;
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 38.4px; /* 120% */
}
.filed_group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 46px 28px 32px 38px;
  position: relative;
}
.intl-tel-input {
  width: 100%;
}
#fname,
#lname,
#email,
#phone {
  display: block;
  color: #000;
  font-family: Rubik;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  width: 100%;
  border-radius: 6px;
  border: 1px solid #ececec;
  background: #fff;
  padding: 15px 16px;
  margin-bottom: 12px;
}
#phone {
  padding-left: 60px;
  margin: 0;
}
#checklabel,
#check {
  display: none;
}
.submit {
  display: block;
  width: 60%;
  margin: 0 auto;
  color: #fff;
  text-align: center;
  font-family: Rubik;
  font-size: 17px;
  font-style: normal;
  font-weight: 500;
  line-height: 25.5px; /* 150% */
  text-transform: uppercase;
  border-radius: 6px;
  border: 1px solid #fff;
  background: #ed1c24;
  padding: 17px 0;
  cursor: pointer;
  margin-top: 25px;
  -webkit-box-shadow: #ed1c24 0 0 0 0;
  box-shadow: #ed1c24 0 0 0 0;
  -webkit-animation: 2s ease 0s infinite normal none running pulsing;
  animation: 2s ease 0s infinite normal none running pulsing;
}
.formSub {
  display: block;
  width: 100%;
  color: #212529;
  text-align: center;
  font-family: Rubik;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 21px; /* 150% */
  margin-top: 8px;
}
p#error-msg {
  display: block;
  margin-top: 20px;
  color: red;
  font-size: 20px;
}
.loadingView {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.loadingView img {
  max-width: 100%;
}

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

/* header */
.header {
  padding: 13px 12px;
  background: #f0f8ff;
}
.headerInner {
  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;
}
.logo img {
  display: block;
  max-width: 100%;
}
.headerRight {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
}
.headerLinks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 16px;
}
.headerLink {
  color: rgba(0, 0, 0, 0.65);
  font-family: Rubik;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
}
.headerBtn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 13px;
  color: #fff;
  text-align: center;
  font-family: Rubik;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
  border-radius: 8px;
  background: #f00;
  padding: 8px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.headerBtn:hover {
  -webkit-box-shadow: 0 0 10px #f00;
  box-shadow: 0 0 10px #f00;
}
.headerBtn img {
  display: block;
}
.tvnLink img {
  display: block;
}

/* content */
.content {
  background: -webkit-gradient(
      linear,
      left bottom,
      left top,
      from(#fff),
      to(#fff)
    ),
    #fff;
  background: -o-linear-gradient(bottom, #fff 0%, #fff 100%), #fff;
  background: linear-gradient(0deg, #fff 0%, #fff 100%), #fff;
  padding-top: 24px;
}
.contentTitle a {
  color: #0d6efd;
  font-family: Rubik;
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 38.4px; /* 120% */
}
.contentImg {
  margin-top: 7.5px;
}
.contentImg img {
  display: block;
  max-width: 100%;
  width: 100%;
}
.contentBlocks {
  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;
}
.contentBlockImg img {
  display: block;
  max-width: 100%;
  width: 100%;
}
.contentBlockSubs {
  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-top: 16px;
}
.contentBlockSub {
  color: #212529;
  font-family: Rubik;
  font-size: 19.375px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px; /* 154.839% */
}
.contentBlockSub a {
  color: #0d6efd;
}
.contentBlockTitle {
  color: #212529;
  font-family: Rubik;
  font-size: 25.6px;
  font-style: normal;
  font-weight: 500;
  line-height: 38.4px; /* 150% */
}
.contentBlockTitle a {
  color: #0d6efd;
}
.contentBlockImgSub {
  display: block;
  color: #000;
  font-family: Rubik;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
  padding: 24px 16px;
  background: #e0e0e0;
}
.users {
  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;
  margin-top: 17px;
}
.userBlock {
  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: 8px;
  border: 1px solid #808080;
  padding: 15px;
}
.userBlockActive {
  background: #e6e5e5;
}
.userBlockLeft {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 5px;
  width: 33.33%;
}
.userBlockLeft span {
  display: block;
  width: 15px;
  height: 15px;
  border-radius: 8px;
  background: #00c500;
}
.userBlockSub {
  color: #212529;
  font-family: Rubik;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px; /* 150% */
}
.userBlockWin {
  width: 33.33%;
}
.userBlockCity {
  width: 33.33%;
}

/* comments */
.comments {
  margin-top: 32px;
  margin-bottom: 150px;
}
.commentsTitle {
  color: #000;
  font-family: Rubik;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 30px; /* 150% */
}
.commentsTitleDivider {
  background: #2c2c2c;
  width: 92%;
  margin-left: auto;
  height: 1px;
}
.commentBlocks {
  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: 48px;
  padding-left: 16px;
}
.commentBlock {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 16px;
}
.commentBlockImg img {
  display: block;
  width: 50px;
  height: 50px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.commentBlockText {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.commentBlockName {
  color: #3b5998;
  font-family: Rubik;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px; /* 150% */
}
.commentBlockSub {
  color: #212529;
  font-family: Rubik;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
}
.commentBlockDate {
  color: #212529;
  font-family: Rubik;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px; /* 150% */
}
.commentBlockBottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 16px;
}
.commentBlockLink {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #3b5998;
  font-family: Rubik;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
}
.commentBlockLink img {
  display: block;
}

/* system */
.system {
  border-top: 1px solid #000;
  background: #fff;
  position: fixed;
  bottom: 0;
  width: 100%;
  padding-top: 41px;
  padding-bottom: 16px;
  z-index: 1000;
}
.systemContainer {
  max-width: 949px;
  margin: 0 auto;
}
.systemInner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.sytsemSub {
  color: #1d293f;
  font-family: Rubik;
  font-size: 15.375px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 156.098% */
}
.systemBtn {
  display: inline-block;
  color: #fff;
  text-align: center;
  font-family: Rubik;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
  border-radius: 6px;
  padding: 7px 13px;
  background: #ed1c24;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.systemBtn:hover {
  -webkit-box-shadow: 0 0 10px #ed1c24;
  box-shadow: 0 0 10px #ed1c24;
}
