body {
  font-family: 'Montserrat', Arial;
  font-size: 16px;
  line-height: 1.3;
  color: #121212;
  margin: 0;
  background: #FFF;
}
a {
  color: #428bca;
}
a:hover,
a:active,
a:focus {
  color: #2a6496;
}
a,
input,
button {
  transition: all 0.2s ease-in-out;
}
a:active,
a:focus,
input:active,
input:focus,
button:active,
button:focus {
  outline: none !important;
}
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5 {
  font-family: 'Montserrat', Arial;
  line-height: 1.1;
  font-weight: 400;
  color: inherit;
}
h1,
.h1 {
  font-size: 41px;
}
h2,
.h2 {
  font-size: 34px;
}
h3,
.h3 {
  font-size: 28px;
}
h4,
.h4 {
  font-size: 20px;
}
h5,
.h5 {
  font-size: 16px;
}
img {
  max-width: 100%;
}
.intl-tel-input {
  width: 100%;
}
.intl-tel-input.separate-dial-code .selected-dial-code {
  padding-right: 18px;
}
form ::-webkit-input-placeholder {
  color: #999;
  opacity: 1;
}
form ::-moz-placeholder {
  color: #999;
  opacity: 1;
}
form :-moz-placeholder {
  color: #999;
  opacity: 1;
}
form :-ms-input-placeholder {
  color: #999;
  opacity: 1;
}
form label {
  margin: 0;
  color: #707070;
  font-size: 1em;
}
form label.error {
  display: none !important;
}
form .inputblock {
  position: relative;
}
form .inputblock.ar::before {
  content: "";
  height: 46px;
  width: 2px;
  background: #EAEAEA;
  display: block;
  position: absolute;
  left: 10px;
  top: 7px;
}
form .inputblock.phone-input {
  overflow: hidden;
  max-height: 0;
  opacity: 0;
  transition: 0.3s all;
}
form .inputblock.phone-input.active {
  overflow: visible;
  max-height: 100px;
  opacity: 1;
}
form input[type="text"],
form input[type="email"],
form textarea,
form select {
  display: inline-block;
  width: 100%;
  border: 1px solid #EAEAEA;
  background: #FAFAFA;
  border-radius: 3px;
  line-height: 60px;
  height: 60px;
  padding: 0 15px 0 25px;
  font-size: 1em;
  color: #212121;
}
form input[type="text"]:active,
form input[type="text"]:focus,
form input[type="email"]:active,
form input[type="email"]:focus,
form textarea:active,
form textarea:focus,
form select:active,
form select:focus {
  background: #FFF;
}
form input[type="text"].error,
form input[type="email"].error,
form textarea.error,
form select.error {
  border-color: #E76767;
  box-shadow: 0 0 4px #CC0000;
}
form textarea {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 1.3;
  resize: none;
  height: auto;
  min-height: 110px;
}
form .controls {
  margin-top: 5px;
  margin-bottom: 5px;
  text-align: center;
  margin: 0;
  padding-right: 0;
}
form .controls button,
form .controls input {
  width: 100%;
}
form .note {
  font-size: 13px;
  color: #707070;
  text-align: left;
  letter-spacing: -0.5px;
}
form .note label {
  font-weight: 400;
  cursor: pointer;
}
form .note a {
  color: #707070;
  text-decoration: underline;
}
form .note input {
  margin: 0 8px 2px 0;
  display: inline-block;
  vertical-align: middle;
}
form .note input.error {
  box-shadow: 0 0 4px #CC0000;
}
.check-c1 {
  position: relative;
}
.check-c1 input {
  margin: 0;
  opacity: 0;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
}
.check-c1 input:checked ~ .check-text::before {
  background: #FFF;
  border-color: #EAEAEA;
  box-shadow: none;
}
.check-c1 input:checked ~ .check-text::after {
  opacity: 1;
}
.check-c1 .check-text {
  position: relative;
  padding-left: 30px;
  line-height: 24px;
}
.check-c1 .check-text::before {
  content: "";
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 24px;
  height: 24px;
  border-radius: 3px;
  border: 1px solid #EAEAEA;
  background: #FAFAFA;
  position: absolute;
  left: 0;
  top: 0;
  transition: 0.2s all;
}
.check-c1 .check-text::after {
  content: "";
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 22px;
  height: 22px;
  border-radius: 3px;
  border: none;
  background: url(../images/check.svg) no-repeat center center;
  position: absolute;
  left: 1px;
  top: 1px;
  opacity: 0;
  transition: 0.1s all;
}
.check-c1.ch-error .check-text::before {
  border-color: #E76767;
  box-shadow: 0 0 4px #CC0000;
}
@media (max-width: 767px) {
  .check-c1 .check-text {
    padding-left: 25px;
    line-height: 19px;
  }
  .check-c1 .check-text::before {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: 19px;
    height: 19px;
  }
  .check-c1 .check-text::after {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: 17px;
    height: 17px;
    background-size: 13px auto;
  }
}
.btn-violet {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  min-height: 61px;
  text-decoration: none;
  color: #FFF;
  padding: 0 30px;
  border: none;
  border-radius: 3px;
  background: linear-gradient(to right,#6f00fd 0%,#f65df1 100%);
  font-weight: 600;
  font-size: 1em;
  letter-spacing: -0.02em;
  line-height: 1;
}
.btn-violet:hover,
.btn-violet:active,
.btn-violet:focus {
  color: #FFF;
  text-decoration: none;
  box-shadow: inset 0 0 135px #6f00fd;
}
.play-click,
.pause-click {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  cursor: pointer;
}
.play-click.active,
.pause-click.active {
  z-index: 15;
}
.ta-1 .section-2 {
  background-size: 1420px 1060px;
}
@media (max-width: 1199px) {
  .ta-1 .section-2 {
    background-size: 1420px 910px;
  }
}
@media (max-width: 991px) {
  .ta-1 .section-2 {
    background-size: 1420px 810px;
  }
}
.ta-2 .section-1 .m1 .media-body {
  line-height: 1.26;
  font-size: 0.938em;
}
.ta-2 .section-1 .m1 .media-body p {
  margin: 0 0 10px;
}
.ta-2 .section-1 .m1 .media-body p:last-child {
  margin: 0;
}
.ta-2 .section-2 {
  background-size: 1420px 1060px;
}
@media (max-width: 1199px) {
  .ta-2 .section-2 {
    background-size: 1420px 910px;
  }
}
@media (max-width: 991px) {
  .ta-2 .section-2 {
    background-size: 1420px 810px;
  }
}
.offer-header {
  background: url(../images/offer-bg.jpg) no-repeat center top #121212;
  color: #FFF;
  text-align: center;
  overflow: hidden;
}
.offer-header .container {
  position: relative;
  max-width: 800px;
  min-height: 700px;
}
.offer-header .container .inner {
  width: 100%;
  position: relative;
  z-index: 9;
  text-align: left;
}
.offer-header .lysenko {
  position: absolute;
  right: -180px;
  bottom: -90px;
}
.offer-header .site-name {
  background: linear-gradient(to right,#6f00fd 0%,#f65df1 100%);
  font-size: 1.5em;
  font-weight: 700;
  padding: 0 30px;
  line-height: 2;
  margin: 0 0 40px;
  display: inline-block;
}
.offer-header .title {
  font-size: 3.25em;
  font-weight: 600;
  letter-spacing: -1px;
  margin: 0 0 40px;
  line-height: 1.25;
}
.offer-header .t1 {
  font-size: 1.25em;
  color: rgba(255,255,255,0.7);
  margin: 0 0 50px;
}
.offer-header .controls {
  margin: 0 0 20px;
}
.offer-header .controls a,
.offer-header .controls button {
  text-transform: uppercase;
}
.offer-header .t2 {
  color: #F65DF1;
  font-size: 1.25em;
  font-weight: 700;
}
@media (max-width: 767px) {
  .offer-header .container {
    min-height: auto;
    padding: 30px 0;
    max-width: 320px;
  }
  .offer-header .container .inner {
    text-align: center;
  }
  .offer-header .lysenko {
    display: none;
    right: -100px;
    bottom: -120px;
    max-width: 270px;
  }
  .offer-header .title {
    font-size: 2.3em;
  }
}
.section-packs {
  background: #FAFAFA;
  padding: 70px 0;
}
.section-packs .title {
  font-size: 2.5em;
  font-weight: 600;
  margin: 0 0 35px;
  line-height: 1.2;
  text-align: center;
}
.section-packs .r1 {
  margin: 0 auto 70px;
  max-width: 860px;
  align-items: stretch;
}
.section-packs .pack {
  background: #FFF;
  letter-spacing: -0.5px;
  border-radius: 3px;
  padding: 30px 0;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.section-packs .pack .name {
  background: linear-gradient(to right,#6f00fd 0%,#f65df1 100%);
  font-size: 1.313em;
  font-weight: 700;
  padding: 8px 0;
  line-height: 1.5;
  margin: 0 0 30px;
  color: #FFF;
  text-align: center;
}
.section-packs .pack .desc {
  padding: 0 25px;
  margin: 0 0 30px;
  line-height: 1.5;
}
.section-packs .pack .desc p {
  position: relative;
  padding-left: 30px;
  font-size: 1em;
  margin: 0 0 15px;
}
.section-packs .pack .desc p:last-child {
  margin: 0;
}
.section-packs .pack .desc p::before {
  content: '-';
  color: #6F00FD;
  position: absolute;
  left: 0;
  top: 0;
}
.section-packs .pack .price {
  text-align: center;
  margin: auto 0 25px;
}
.section-packs .pack .price strike {
  font-size: 1.25em;
  color: #666;
}
.section-packs .pack .price .lab {
  font-size: 0.85em;
  color: #444;
}
.section-packs .pack .price .lab.lb2 {
  font-size: 1.125em;
  color: #121212;
}
.section-packs .pack .price .main-price {
  font-size: 1.95em;
  font-weight: 600;
  color: #6F00FD;
}
.section-packs .pack .controls {
  padding: 0 15px;
}
.section-packs .pack .controls a,
.section-packs .pack .controls button {
  width: 100%;
  text-transform: uppercase;
}
.section-packs .timer {
  text-align: center;
}
.section-packs .timer .t1 {
  font-weight: 600;
  font-size: 2.5em;
  letter-spacing: -1px;
  margin: 0 0 10px;
}
.section-packs .timer .t2 {
  font-size: 1.5em;
  margin: 0 0 30px;
}
.section-packs .timer .clock {
  text-align: center;
  margin: 0 auto 40px;
  max-width: 340px;
}
.section-packs .timer .clock .ce-days,
.section-packs .timer .clock .ce-hours,
.section-packs .timer .clock .ce-minutes,
.section-packs .timer .clock .ce-seconds {
  font-weight: 700;
  font-size: 2.5em;
}
.section-packs .timer .clock .ce-days-label,
.section-packs .timer .clock .ce-hours-label,
.section-packs .timer .clock .ce-minutes-label,
.section-packs .timer .clock .ce-seconds-label {
  font-size: 1em;
  margin: 5px 0 0;
}
.section-packs .timer .bonus {
  max-width: 500px;
  padding: 15px 20px;
  background: linear-gradient(to right,#6f00fd 0%,#f65df1 100%);
  color: #FFF;
  margin: 0 auto 50px;
  line-height: 1.45;
  font-size: 1.25em;
  font-weight: 500;
  letter-spacing: -0.5px;
}
.section-packs .t3 {
  text-align: center;
  font-size: 1.25em;
  font-weight: 600;
  margin: 0 0 10px;
}
.section-packs .t4 {
  font-size: 1.125em;
  text-align: center;
}
@media (max-width: 767px) {
  .section-packs {
    padding: 35px 0;
  }
  .section-packs .title {
    font-size: 2.0em;
  }
  .section-packs .title br {
    display: none;
  }
  .section-packs .timer .t1 {
    font-size: 2.0em;
  }
  .section-packs .timer .clock {
    max-width: 240px;
  }
}
.section-contacts {
  background: #121212;
  color: rgba(255,255,255,0.7);
  font-size: 1.125em;
  padding: 20px 0;
}
.section-contacts a {
  color: rgba(255,255,255,0.7);
  margin-right: 25px;
}
@media (max-width: 767px) {
  .section-contacts .d-flex {
    flex-wrap: wrap;
  }
  .section-contacts .d-flex > div {
    flex-basis: 100%;
    width: 100%;
  }
}
.header {
  padding: 40px 0 0;
  background: url(../images/bg1.jpg) no-repeat center top #121212;
  min-height: 700px;
  color: #FFF;
}
.header .r1 {
  margin-bottom: 160px;
}
.header .icn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 65px;
  height: 65px;
  background: #1E1E1E;
  border-radius: 3px;
  margin-right: 20px;
}
.header .icn .svg-icn {
  width: 23px;
  color: #FFF;
}
.header .date {
  font-size: 2.5em;
  font-weight: 600;
  line-height: 1;
  margin: 0 0 2px;
}
.header .date span {
  color: #6F00FD;
}
.header .time {
  line-height: 1;
  text-transform: uppercase;
  font-size: 1em;
}
.header .title {
  font-size: 1.25em;
  color: rgba(255,255,255,0.7);
  line-height: 1.55;
  margin: 0 0 80px;
}
.header .title span {
  font-size: 3.250em;
  font-weight: 600;
  color: #FFF;
}
.header .author {
  margin: 40px 0 0;
}
.header .author .name {
  font-size: 1.5em;
  font-weight: 700;
  margin: 0 0 20px;
}
.header .author .list {
  line-height: 1.8;
}
.header .author .list span {
  color: #6F00FD;
  font-size: 1.25em;
  margin-right: 10px;
}
@media (max-width: 991px) {
  .header {
    background-size: 1660px auto;
    background-position: center bottom;
  }
  .header .sub-title {
    max-width: 330px;
  }
  .header .sub-title br {
    display: none;
  }
}
@media (max-width: 767px) {
  .header {
    min-height: auto;
    padding: 20px 0 20px;
    background-size: 1000px auto;
    background-position: center 230px;
  }
  .header .icn {
    display: none;
    margin-right: 10px;
  }
  .header .icn .svg-icn {
    width: 20px;
  }
  .header .date {
    display: inline-block;
    vertical-align: baseline;
    margin: 0 10px 0 0;
  }
  .header .time {
    display: inline-block;
    vertical-align: baseline;
    font-size: 1.3em;
  }
  .header .controls {
    text-align: center;
  }
  .header .author {
    padding: 15px 40px;
    background: rgba(0,0,0,0.8);
    margin: 25px 0 0;
  }
  .header .author .name {
    margin: 0 0 10px;
  }
  .header .r1 {
    margin-bottom: 20px;
  }
  .header .title {
    margin: 0 0 320px;
  }
  .header .title span {
    font-size: 2.85em;
  }
  .header .sub-title {
    margin: 10px 0 0;
  }
  .header .sub-title br {
    display: none;
  }
}
.section-1 {
  padding: 80px 0;
}
.section-1 .t1 {
  font-weight: 600;
  font-size: 2.5em;
  letter-spacing: -1px;
  line-height: 1.35;
}
.section-1 .t2 {
  font-size: 1em;
  font-weight: 500;
  position: relative;
  margin: 20px 0 30px;
}
.section-1 .t2::before {
  content: "";
  display: block;
  width: 65px;
  height: 2px;
  background: #6F00FD;
  position: absolute;
  left: -94px;
  top: 50%;
  margin: -1px 0 0;
}
.section-1 .m1 {
  margin-bottom: 50px;
}
.section-1 .m1 .icn {
  margin-right: 20px;
}
.section-1 .m1 .media-body {
  line-height: 1.8;
}
.section-1 .form-block {
  border: 1px solid #EBEBEB;
  border-radius: 3px;
}
.section-1 .form-block .inner {
  padding: 30px;
  margin: 0;
}
.section-1 .form-block .note {
  padding: 20px 30px;
  background: #FAFAFA;
}
@media (max-width: 991px) {
  .section-1 .r1 {
    font-size: 11px;
  }
  .section-1 .t2 {
    margin: 15px 0 20px;
  }
  .section-1 .t2::before {
    width: 45px;
    left: -64px;
  }
  .section-1 .m1 {
    margin-bottom: 35px;
  }
  .section-1 .m1 .icn {
    margin-right: 15px;
  }
  .section-1 .m1 .icn img {
    max-width: 40px;
  }
  .section-1 .form-block {
    margin: 20px 0 0;
  }
}
@media (max-width: 767px) {
  .section-1 {
    padding: 40px 0;
  }
  .section-1 .t1 {
    font-size: 2.3em;
  }
  .section-1 .t2 {
    margin: 30px 0 20px;
  }
  .section-1 .t2::before {
    width: 45px;
    left: 0;
    top: -15px;
  }
  .section-1 .m1 {
    margin-bottom: 25px;
  }
  .section-1 .form-block .inner {
    padding: 20px 10px;
  }
  .section-1 .form-block .note {
    padding: 15px 10px;
    font-size: 12px;
  }
}
.section-2 {
  padding: 70px 0 30px;
  background: url(../images/gray-bg.svg) no-repeat left top;
  overflow: hidden;
}
.section-2 .t1 {
  font-size: 2.5em;
  font-weight: 600;
  margin: 0 0 35px;
  line-height: 1.2;
}
.section-2 .t2 {
  font-size: 1.25em;
  font-weight: 500;
  margin: 0 0 50px;
}
.section-2 .m1 {
  max-width: 445px;
  background: #FFF;
  border-radius: 3px;
  padding: 35px 0;
  letter-spacing: -0.5px;
  margin-bottom: 30px;
}
.section-2 .m1 .num {
  font-size: 2.5em;
  padding: 0 30px;
  color: #6F00FD;
}
.section-2 .m1 .num span {
  display: inline-block;
  width: 55px;
  text-align: center;
}
.section-2 .m1 .media-body {
  color: #707070;
  line-height: 2.4em;
  padding-right: 15px;
  letter-spacing: -0.8px;
}
.section-2 .m1 .media-body b {
  color: #121212;
}
.section-2 .color-box {
  width: 100%;
  padding: 3.75em 0px 3.75em 4.38em;
  color: #FFF;
  position: relative;
}
.section-2 .color-box::before {
  content: "";
  left: 0;
  top: 0;
  bottom: 0;
  width: 1100px;
  position: absolute;
  background: #6F00FD;
  background: linear-gradient(to right,#6f00fd 0%,#f65df1 100%);
  border-radius: 3px 0 0 3px;
}
.section-2 .color-box .cb1 {
  font-size: 2.4em;
  font-weight: 600;
  line-height: 1.16;
  margin: 0 0 25px;
  letter-spacing: -0.8px;
  position: relative;
}
.section-2 .color-box .cb2 {
  position: relative;
  line-height: 1.8;
  letter-spacing: -0.8px;
}
@media (max-width: 1199px) {
  .section-2 {
    background-size: 1240px auto;
    padding: 40px 0 20px;
  }
  .section-2 .m1 {
    padding: 25px 0;
  }
  .section-2 .m1 .num {
    padding: 0 25px;
  }
  .section-2 .m1 .num span {
    width: 50px;
  }
  .section-2 .m1 .media-body {
    padding-right: 10px;
  }
}
@media (max-width: 991px) {
  .section-2 {
    background-size: 1100px auto;
  }
}
@media (max-width: 767px) {
  .section-2 {
    background: #FAFAFA;
    padding: 40px 0;
  }
  .section-2 .t1 {
    font-size: 1.8em;
    margin: 0 0 25px;
  }
  .section-2 .t1 br {
    display: none;
  }
  .section-2 .t2 {
    margin: 0 0 30px;
  }
  .section-2 .m1 {
    padding: 20px 0;
    margin-bottom: 15px;
  }
  .section-2 .m1 .num {
    padding: 0 18px;
  }
  .section-2 .m1 .num span {
    width: 40px;
  }
  .section-2 .m1 .media-body {
    padding-right: 10px;
    line-height: 1.7em;
  }
  .section-2 .color-box {
    padding: 2.45em 0px 2.45em 3.0em;
  }
  .section-2 .color-box .cb1 {
    font-size: 1.9em;
  }
}
.section-3 {
  padding: 30px 0;
  text-align: center;
}
.section-3 .quote {
  margin: 0 0 30px;
}
.section-3 .t1 {
  font-size: 1.25em;
  line-height: 2;
  margin: 0 0 35px;
}
.section-3 .line-bl {
  margin: 0 0 -35px;
  position: relative;
  z-index: 2;
}
.section-3 .line-bl .line {
  margin: 0 auto;
  width: 2px;
  height: 70px;
  background: #6F00FD;
}
.section-3 .carousel .carousel-item img {
  max-width: 100%;
}
.section-3 .carousel .text-box {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.section-3 .carousel .text-box .tx-1 {
  font-size: 2.5em;
  line-height: 1.2;
  letter-spacing: -0.7px;
  margin: 0 0 25px;
}
.section-3 .carousel .text-box .tx-2 {
  font-size: 1.25em;
  letter-spacing: -0.7px;
  color: #6F00FD;
}
.section-3 .carousel .carousel-control {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #FFF;
  color: #393939;
  position: absolute;
  top: 50%;
  margin: -20px 0 0;
}
.section-3 .carousel .carousel-control svg {
  height: 14px;
}
.section-3 .carousel .carousel-control.prev {
  left: 20%;
}
.section-3 .carousel .carousel-control.next {
  right: 20%;
}
.section-3 .carousel .carousel-control:hover {
  background: #6F00FD;
  color: #FFF;
}
@media (max-width: 1199px) {
  .section-3 .carousel .carousel-control.prev {
    left: 10%;
  }
  .section-3 .carousel .carousel-control.next {
    right: 10%;
  }
}
@media (max-width: 991px) {
  .section-3 .carousel .carousel-control.prev {
    left: 10px;
  }
  .section-3 .carousel .carousel-control.next {
    right: 10px;
  }
}
@media (max-width: 767px) {
  .section-3 .quote {
    margin: 0 0 20px;
  }
  .section-3 .quote img {
    max-width: 60px;
  }
  .section-3 .t1 {
    line-height: 1.5;
    margin: 0 0 30px;
  }
  .section-3 .t1 br {
    display: none;
  }
  .section-3 .line-bl {
    margin: 0 0 -15px;
  }
  .section-3 .line-bl .line {
    width: 2px;
    height: 30px;
  }
  .section-3 .carousel .text-box {
    font-size: 10px;
  }
  .section-3 .carousel .text-box .tx-1 {
    font-size: 1.6em;
    margin: 0 0 10px;
  }
  .section-3 .carousel .img {
    margin: 0 -130px;
  }
  .section-3 .carousel .carousel-control {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: 28px;
    height: 28px;
    margin: -14px 0 0;
  }
  .section-3 .carousel .carousel-control svg {
    height: 10px;
  }
  .section-3 .carousel .carousel-control.prev {
    left: 4px;
  }
  .section-3 .carousel .carousel-control.next {
    right: 4px;
  }
}
.section-4 {
  padding: 40px 0 0;
}
.section-4 .t1 {
  font-weight: 600;
  font-size: 2.5em;
  letter-spacing: -1px;
  line-height: 1.35;
}
.section-4 .t2 {
  font-size: 1em;
  font-weight: 500;
  position: relative;
  line-height: 2.4em;
  margin: 10px 0 0;
}
.section-4 .t2::before {
  content: "";
  display: block;
  width: 65px;
  height: 2px;
  background: #6F00FD;
  position: absolute;
  left: -94px;
  top: 18px;
  margin: -1px 0 0;
}
.section-4 .tx-b {
  font-weight: 600;
  line-height: 2.4em;
  margin: 130px 0 140px;
}
@media (max-width: 1199px) {
  .section-4 .tx-b {
    margin: 100px 0 60px;
  }
}
@media (max-width: 991px) {
  .section-4 .r1 {
    font-size: 11px;
  }
  .section-4 .t2 {
    margin: 7px 0 0;
  }
  .section-4 .t2::before {
    width: 45px;
    left: -64px;
    top: 14px;
  }
}
@media (max-width: 767px) {
  .section-4 {
    padding: 20px 0 0;
  }
  .section-4 .t1 {
    font-size: 2.3em;
  }
  .section-4 .t2 {
    margin: 30px 0 0;
  }
  .section-4 .t2::before {
    width: 45px;
    left: 0;
    top: -15px;
  }
  .section-4 .tx-b {
    margin: 80px 0 60px;
  }
}
.section-5 {
  padding: 0;
  background: #121212;
  height: 500px;
}
.section-5 .row {
  height: 500px;
}
.section-5 .row > div {
  position: relative;
}
.section-5 .socials {
  margin-bottom: 30px;
}
.section-5 .socials a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 30px;
  height: 30px;
  border-radius: 3px;
  margin-right: 5px;
  background: rgba(255,255,255,0.3);
  color: #121212;
  text-decoration: none;
  vertical-align: middle;
}
.section-5 .socials a svg {
  width: 25px;
  max-height: 25px;
}
.section-5 .socials a:hover {
  color: #FFF;
}
.section-5 .anna-img {
  position: absolute;
  bottom: 0;
  left: 0;
}
.section-5 .text-block {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 55px 50px;
  background: #6F00FD;
  border-radius: 3px 3px 0 0;
  background: linear-gradient(to bottom,#6f00fd 0%,#B54DF8 100%);
  color: #FFF;
}
.section-5 .text-block .txt1 {
  text-align: center;
  font-size: 2.5em;
  line-height: 1.2;
  margin: 0 0 40px;
}
.section-5 .text-block .txt2 {
  line-height: 1.8em;
}
.section-5 .text-block .txt2 p {
  margin: 0 0 1.25em;
}
.section-5 .text-block .txt2 p:last-child {
  margin: 0;
}
@media (max-width: 991px) {
  .section-5 {
    height: 400px;
  }
  .section-5 .row {
    height: 400px;
  }
  .section-5 .text-block {
    padding: 30px 40px;
  }
  .section-5 .text-block .txt1 {
    font-size: 2em;
  }
}
@media (max-width: 767px) {
  .section-5 {
    height: auto;
    padding: 30px 0;
  }
  .section-5 .row {
    height: auto;
  }
  .section-5 .anna-img {
    max-width: 150px;
    left: auto;
    right: 10px;
  }
  .section-5 .text-block {
    padding: 30px 20px;
    position: relative;
    left: auto;
    bottom: auto;
    border-radius: 3px;
  }
  .section-5 .text-block .txt1 {
    margin: 0 0 25px;
  }
  .section-5 .socials {
    text-align: center;
    margin: 20px 0 0;
  }
  .section-5 .socials a {
    margin: 0 5px;
  }
  .section-5 .socials a svg {
    width: 28px;
    height: auto;
  }
}
.section-6 {
  padding: 0;
}
.section-6 .t1 {
  font-size: 2.5em;
  font-weight: 600;
  letter-spacing: -0.8px;
  line-height: 1.2em;
  margin: 0 0 50px;
}
.section-6 .t2 {
  font-size: 1.25em;
  letter-spacing: -0.7px;
  line-height: 2em;
  margin: 0 0 50px;
}
.section-6 .t2 span {
  font-weight: 600;
  color: #6F00FD;
}
.section-6 .t3 {
  padding: 40px;
  background: #FAFAFA;
  font-size: 1.25em;
  letter-spacing: -0.7px;
  line-height: 2em;
  border-radius: 3px;
}
.section-6 .t3 span {
  font-weight: 600;
  color: #6F00FD;
}
.section-6 .img-col {
  text-align: center;
}
@media (max-width: 1199px) {
  .section-6 .t3 {
    padding: 20px;
  }
}
@media (max-width: 991px) {
  .section-6 .t1 {
    font-size: 2em;
    margin: 0 0 30px;
  }
  .section-6 .t2 {
    line-height: 1.7em;
    margin: 0 0 30px;
  }
  .section-6 .t3 {
    line-height: 1.7em;
    padding: 15px;
  }
}
@media (max-width: 767px) {
  .section-6 {
    padding: 0 0 25px;
  }
  .section-6 .t1 {
    margin: 25px 0 40px;
  }
  .section-6 .img-col {
    text-align: left;
    margin-bottom: 0px;
  }
  .section-6 .img-col img {
    max-width: 100px;
    position: absolute;
    left: 210px;
  }
}
.section-7 {
  padding: 40px 0 0;
  background: url(../images/bg2.jpg) no-repeat center top #121212;
  min-height: 800px;
  color: #FFF;
}
.section-7 .r1 {
  margin-bottom: 140px;
}
.section-7 .icn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 65px;
  height: 65px;
  background: #1E1E1E;
  border-radius: 3px;
  margin-right: 20px;
}
.section-7 .icn .svg-icn {
  width: 23px;
  color: #FFF;
}
.section-7 .date {
  font-size: 2.5em;
  font-weight: 600;
  line-height: 1;
  margin: 0 0 2px;
}
.section-7 .date .divider {
  color: #393939;
}
.section-7 .date .time {
  font-size: 0.45em;
}
.section-7 .sub-d {
  line-height: 1;
  font-size: 1em;
}
.section-7 .sub-title {
  line-height: 2;
  margin: 0 0 120px;
}
.section-7 .title {
  font-size: 1.25em;
  color: rgba(255,255,255,0.7);
  line-height: 1.55;
  letter-spacing: -0.7px;
  margin: 0 0 40px;
}
.section-7 .title span {
  font-size: 3.250em;
  font-weight: 600;
  color: #FFF;
}
.section-7 .text-box {
  margin: 0;
}
.section-7 .text-box .tx-1 {
  font-size: 4.06em;
  font-weight: 600;
  line-height: 1.55;
  letter-spacing: -0.7px;
  margin: 0 0 10px;
}
.section-7 .text-box .tx-2 {
  margin: 0 0 30px;
}
.section-7 .text-box .m1 {
  margin: 0 0 30px;
}
.section-7 .text-box .m1 .media-body {
  line-height: 1.5;
}
.section-7 .text-box .m1 .icn-m {
  margin-right: 20px;
}
@media (max-width: 1199px) {
  .section-7 {
    min-height: 700px;
    background-size: 1690px auto;
  }
  .section-7 .r1 {
    margin-bottom: 110px;
  }
  .section-7 .sub-title {
    margin: 0 0 100px;
  }
}
@media (max-width: 991px) {
  .section-7 {
    background-size: 1230px auto;
    background-position: center bottom;
  }
  .section-7 .r1 {
    margin-bottom: 80px;
  }
  .section-7 .sub-title {
    margin: 0 0 100px;
  }
  .section-7 .text-box .m1 {
    margin: 0 0 20px;
  }
  .section-7 .text-box .m1 .icn-m {
    margin-right: 15px;
    width: 30px;
  }
}
@media (max-width: 767px) {
  .section-7 {
    background: url(../images/bg2_mob.jpg) no-repeat center top #121212;
    min-height: auto;
    padding: 20px 0 0;
    background-size: 580px auto;
    background-position: center 200px;
  }
  .section-7 .icn {
    display: none;
    margin-right: 10px;
  }
  .section-7 .icn .svg-icn {
    width: 20px;
  }
  .section-7 .controls {
    text-align: center;
  }
  .section-7 .controls .btn-violet {
    padding: 0 10px;
  }
  .section-7 .author {
    padding: 15px 40px;
    background: rgba(0,0,0,0.8);
    margin: 25px 0 0;
  }
  .section-7 .author .name {
    margin: 0 0 10px;
  }
  .section-7 .r1 {
    margin-bottom: 20px;
  }
  .section-7 .title {
    margin: 0 0 20px;
  }
  .section-7 .title span {
    font-size: 2.85em;
  }
  .section-7 .sub-title {
    margin: 0px 0 120px;
    max-width: 150px;
  }
  .section-7 .sub-title br {
    display: none;
  }
  .section-7 .text-box {
    margin: 15px 0 0;
  }
  .section-7 .text-box .tx-1 {
    font-size: 2.63em;
  }
}
footer {
  padding: 2em 0;
  font-size: 1em;
  color: #707070;
}
footer a {
  color: #121212;
  text-decoration: underline;
}
footer .policy a {
  margin-left: 10px;
}
@media (max-width: 767px) {
  footer {
    text-align: center;
  }
  footer .policy a {
    display: block;
    margin: 5px 0 0;
  }
}
.text-page .section-text {
  font-size: 14px;
  color: #222;
  padding: 40px 0;
}
.text-page .section-text .container {
  max-width: 860px;
}
.text-page .section-text h1,
.text-page .section-text h2,
.text-page .section-text h3,
.text-page .section-text h4 {
  margin: 0 0 20px;
}
.text-page .section-text p {
  margin: 0 0 20px;
  font-size: 1em;
  line-height: 1.45;
}
.text-page .section-text a {
  color: #333;
  text-decoration: underline;
}
@media (max-width: 767px) {
  .text-page .section-text {
    font-size: 12px;
  }
}
.modal.modal-form .modal-dialog {
  max-width: 500px;
  border-radius: 3px;
  border: none;
  margin-top: 90px;
}
.modal.modal-form .modal-dialog .modal-content {
  border: none;
  position: relative;
}
.modal.modal-form .modal-dialog .close {
  position: absolute;
  right: -40px;
  top: -40px;
  opacity: .85;
  color: #FFF;
  z-index: 999;
}
.modal.modal-form .modal-dialog .close svg {
  width: 36px;
}
.modal.modal-form .modal-dialog .modal-body {
  padding: 20px;
}
.modal.modal-form .modal-dialog .modal-body .form-block {
  padding: 30px 20px;
  border: 1px solid #E1E1E1;
  border-radius: 3px;
}
.modal.modal-form .modal-dialog .modal-body .form-block .t1 {
  font-size: 2.5em;
  font-weight: 500;
  letter-spacing: -0.8px;
  margin: 0 0 5px;
  line-height: 1.4;
}
.modal.modal-form .modal-dialog .modal-body .form-block .t2 {
  font-size: 1.25em;
  color: #707070;
  line-height: 1;
  letter-spacing: -0.7px;
  margin: 0 0 25px;
}
.modal.modal-form .modal-dialog .modal-body .form-block .m-block {
  padding: 15px 45px;
  background: linear-gradient(to right,#6f00fd 0%,#f65df1 100%);
  color: #FFF;
  margin: 0 -41px 25px;
}
.modal.modal-form .modal-dialog .modal-body .form-block .m-block .m1 .icn {
  margin-right: 20px;
}
.modal.modal-form .modal-dialog .modal-body .form-block .m-block .m1 .media-body {
  line-height: 2em;
}
.modal.modal-form .modal-dialog .modal-body .form-block .note {
  margin: 15px 0 0;
}
@media (max-width: 767px) {
  .modal.modal-form .modal-dialog {
    max-width: 320px;
    margin: 50px auto;
  }
  .modal.modal-form .modal-dialog .close {
    right: 0;
    top: -45px;
  }
  .modal.modal-form .modal-dialog .modal-body {
    padding: 10px;
  }
  .modal.modal-form .modal-dialog .modal-body .form-block {
    padding: 20px 10px;
  }
  .modal.modal-form .modal-dialog .modal-body .form-block .t1 {
    font-size: 1.8em;
  }
  .modal.modal-form .modal-dialog .modal-body .form-block .t2 {
    margin: 0 0 20px;
  }
  .modal.modal-form .modal-dialog .modal-body .form-block .m-block {
    padding: 10px 20px;
    margin: 0 -11px 20px;
  }
  .modal.modal-form .modal-dialog .modal-body .form-block .m-block .m1 .icn {
    margin-right: 10px;
    width: 30px;
  }
  .modal.modal-form .modal-dialog .modal-body .form-block .m-block .m1 .media-body {
    line-height: 1.6;
    letter-spacing: -0.6px;
  }
  .modal.modal-form .modal-dialog .modal-body .form-block .m-block .m1 .media-body br {
    display: none;
  }
  .modal.modal-form .modal-dialog .modal-body .form-block .note {
    font-size: 12px;
  }
}
.modal.modal-thanks .modal-dialog {
  max-width: 500px;
  border-radius: 3px;
  border: none;
  margin-top: 90px;
}
.modal.modal-thanks .modal-dialog .modal-content {
  border: none;
  position: relative;
}
.modal.modal-thanks .modal-dialog .close {
  position: absolute;
  right: -40px;
  top: -40px;
  opacity: .85;
  color: #FFF;
  z-index: 999;
}
.modal.modal-thanks .modal-dialog .close svg {
  width: 36px;
}
.modal.modal-thanks .modal-dialog .modal-body {
  padding: 20px;
}
.modal.modal-thanks .modal-dialog .modal-body .t1 {
  font-size: 2.5em;
  font-weight: 500;
  letter-spacing: -0.8px;
  margin: 0 0 5px;
  line-height: 1.4;
}
.modal.modal-thanks .modal-dialog .modal-body .t2 {
  font-size: 1.25em;
  color: #707070;
  line-height: 1;
  letter-spacing: -0.7px;
  margin: 0 0 25px;
}
@media (max-width: 767px) {
  .modal.modal-thanks .modal-dialog {
    max-width: 320px;
    margin: 50px auto;
  }
  .modal.modal-thanks .modal-dialog .close {
    right: 0;
    top: -45px;
  }
  .modal.modal-thanks .modal-dialog .modal-body {
    padding: 10px;
  }
  .modal.modal-thanks .modal-dialog .modal-body .t1 {
    font-size: 1.8em;
  }
  .modal.modal-thanks .modal-dialog .modal-body .t2 {
    margin: 0 0 20px;
  }
}
.modal.modal-back .modal-dialog {
  max-width: 900px;
  border-radius: 3px;
  border: none;
  margin-top: 60px;
}
.modal.modal-back .modal-dialog .modal-content {
  border: none;
  position: relative;
}
.modal.modal-back .modal-dialog .close {
  position: absolute;
  right: -40px;
  top: -40px;
  opacity: .85;
  color: #FFF;
  z-index: 999;
}
.modal.modal-back .modal-dialog .close svg {
  width: 36px;
}
.modal.modal-back .modal-dialog .modal-body {
  padding: 50px 0 0px;
  letter-spacing: -0.7px;
  background: url(../images/salt.jpg) no-repeat right bottom #FFF;
}
.modal.modal-back .modal-dialog .modal-body .t1 {
  text-align: center;
  font-size: 2.5em;
  margin: 0 0 15px;
  line-height: 1;
}
.modal.modal-back .modal-dialog .modal-body .t2 {
  text-align: center;
  font-size: 1.25em;
  margin: 0 0 50px;
}
.modal.modal-back .modal-dialog .modal-body .text-box {
  max-width: 380px;
  margin: 0 0 40px;
}
.modal.modal-back .modal-dialog .modal-body .text-container {
  width: 100%;
  max-width: 320px;
  margin-left: auto;
  margin-right: 0;
}
.modal.modal-back .modal-dialog .modal-body .text-container p {
  margin-top: 30px;
  line-height: 2.0;
}
.modal.modal-back .modal-dialog .modal-body .text-container p span {
  color: #6F00FD;
}
.modal.modal-back .modal-dialog .modal-body .label-violet {
  background: linear-gradient(to right,#6f00fd 0%,#f65df1 100%);
  color: #FFF;
  padding: 18px 0;
  font-size: 1.25em;
  font-weight: 600;
  border-radius: 0 3px 3px 0;
}
.modal.modal-back .modal-dialog .modal-body .form-block {
  background: #121212;
  padding: 30px 35px;
}
.modal.modal-back .modal-dialog .modal-body .form-block .check-c1 .check-text {
  line-height: 1.5;
}
@media (max-width: 767px) {
  .modal.modal-back .modal-dialog {
    max-width: 320px;
    margin: 50px auto;
  }
  .modal.modal-back .modal-dialog .close {
    right: 0;
    top: -45px;
  }
  .modal.modal-back .modal-dialog .modal-body {
    padding: 25px 0 0;
    background: #FFF;
  }
  .modal.modal-back .modal-dialog .modal-body .t1 {
    font-size: 1.8em;
  }
  .modal.modal-back .modal-dialog .modal-body .t2 {
    margin: 0 0 30px;
  }
  .modal.modal-back .modal-dialog .modal-body .label-violet {
    text-align: center;
    border-radius: 0px;
  }
  .modal.modal-back .modal-dialog .modal-body .text-container {
    padding: 0 15px;
  }
  .modal.modal-back .modal-dialog .modal-body .text-container p {
    margin-top: 20px;
    line-height: 1.6;
  }
  .modal.modal-back .modal-dialog .modal-body .text-box {
    margin: 0 0 30px;
  }
  .modal.modal-back .modal-dialog .modal-body .form-block {
    padding: 20px 10px;
  }
}
.page-404 {
  min-height: 100vh;
}
.page-404 .info {
  text-align: center;
}
.page-404 .t1 {
  font-size: 10em;
}
.page-404 .t2 {
  font-size: 1.4em;
  margin: 0 0 20px;
}
.page-404 .t3 {
  font-size: 0.9em;
}
.layout-n .left-box {
  width: 100%;
  max-width: 380px;
  margin-right: 0;
  margin-left: auto;
  padding: 0 10px;
}
.layout-n .right-box {
  width: 100%;
  max-width: 790px;
  margin-left: 0;
  margin-right: auto;
  padding: 0 10px;
}
@media (min-width: 768px) {
  .layout-n .left-box {
    padding-right: 20px;
  }
}
@media (min-width: 768px) {
  .layout-n .right-box {
    padding-left: 50px;
  }
}
@media (max-width: 767px) {
  .layout-n .left-box,
  .layout-n .right-box {
    max-width: 320px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 0 5px;
  }
}
.pay-page .sec-3 .vd1 {
  margin: 0 0 25px;
}
.pay-page .sec-3 .vd2 {
  text-align: center;
  font-size: 1.25em;
  font-weight: 600;
  margin: 0 0 25px;
  padding: 10px;
  background: linear-gradient(to right,#6f00fd 0%,#f65df1 100%);
  color: #FFF;
}
.thanks-page {
  letter-spacing: -0.7px;
}
.thanks-page .sec-1 {
  padding: 45px 0;
  background: #FFF;
}
.thanks-page .sec-1 .t1 {
  font-size: 1.25em;
  font-weight: 600;
  line-height: 2;
  margin: 0 0 40px;
}
.thanks-page .sec-1 .t2 {
  font-size: 1em;
  line-height: 2;
}
.thanks-page .sec-1 .t2 span {
  font-weight: 600;
}
.thanks-page .sec-2 {
  padding: 45px 0;
  background: #FAFAFA;
}
.thanks-page .sec-2 .t1 {
  font-size: 2.5em;
  font-weight: 600;
  margin: 10px 0 20px;
}
.thanks-page .sec-2 .t2 {
  line-height: 2;
}
.thanks-page .sec-2 .icn svg {
  width: 140px;
  color: #F65DF1;
  height: 80px;
  border: 5px solid #6F00FD;
}
@media (max-width: 767px) {
  .thanks-page .sec-2 .icn svg {
    display: none;
  }
}
.thanks-page .sec-3 {
  background: url('../images/th-bg-1.jpg') no-repeat center left #121212;
  padding: 30px 0;
  display: flex;
  align-items: center;
  min-height: 100vh;
  color: #FFF;
}
.thanks-page .sec-3 .vd1 {
  font-size: 1.25em;
  font-weight: 600;
  position: relative;
  margin: 0 0 35px;
  padding-left: 90px;
}
.thanks-page .sec-3 .vd1::before {
  content: "";
  display: block;
  width: 60px;
  height: 2px;
  background: #6F00FD;
  position: absolute;
  left: 0px;
  top: 13px;
}
.thanks-page .sec-3 .controls {
  margin: 30px 0 0;
}
@media (max-width: 767px) {
  .thanks-page .sec-1 {
    padding: 15px 0;
  }
  .thanks-page .sec-1 .t1 {
    line-height: 1.2;
    margin: 0 0 15px;
  }
  .thanks-page .sec-1 .t2 {
    line-height: 1.5;
  }
  .thanks-page .sec-2 {
    padding: 15px 0;
  }
  .thanks-page .sec-2 .icn img {
    max-width: 70px;
  }
  .thanks-page .sec-2 .t1 {
    font-size: 1.8em;
    margin: 10px 0 15px;
  }
  .thanks-page .sec-2 .t2 {
    line-height: 1.5;
  }
  .thanks-page .sec-3 {
    min-height: auto;
    padding: 20px 0;
  }
  .thanks-page .sec-3 .vd1 {
    padding-left: 40px;
    margin: 0 0 20px;
  }
  .thanks-page .sec-3 .vd1::before {
    width: 25px;
    top: 8px;
  }
  .thanks-page .sec-3 .controls {
    margin: 10px 0 0;
  }
  .thanks-page .sec-3 .controls .btn-violet {
    padding: 0 10px;
    width: 100%;
  }
}
.videos-page {
  letter-spacing: -0.7px;
}
.videos-page .section-th-1 {
  background: #FAFAFA;
}
.videos-page .sec-1 {
  padding: 45px 0;
  background: #FFF;
}
.videos-page .sec-1 .t1 {
  font-size: 1.25em;
  font-weight: 600;
  line-height: 2;
  margin: 0 0 40px;
}
.videos-page .sec-1 .t2 {
  font-size: 1em;
  line-height: 2;
}
.videos-page .sec-1 .t2 span {
  font-weight: 600;
}
.videos-page .sec-2 {
  padding: 55px 0;
  background: #FAFAFA;
}
.videos-page .sec-2 .t2 {
  max-width: 240px;
  margin: 20px 0 35px;
  line-height: 2;
}
.videos-page .sec-3 {
  background: url('../images/th-bg-1.jpg') no-repeat center left #121212;
  padding: 30px 0;
  display: flex;
  align-items: center;
  min-height: 100vh;
  height: 100%;
  color: #FFF;
}
.videos-page .sec-3 .video-nav {
  border-bottom: 1px solid rgba(255,255,255,0.1);
  width: 100%;
  margin: 0 0 60px;
}
.videos-page .sec-3 .video-nav .vd-nav-item a {
  display: inline-block;
  padding: 5px 5px 30px;
  color: rgba(255,255,255,0.7);
  margin-right: 50px;
  border-bottom: 1px solid transparent;
  cursor: pointer;
  position: relative;
  bottom: -1px;
  text-decoration: none;
}
.videos-page .sec-3 .video-nav .vd-nav-item a:hover {
  text-decoration: none;
  color: #FFF;
}
.videos-page .sec-3 .video-nav .vd-nav-item a.active {
  color: #FFF;
  border-color: #6F00FD;
}
.videos-page .sec-3 .video-nav .vd-nav-item:last-child {
  margin-right: 0;
}
.videos-page .sec-3 .vd1 {
  font-size: 1.25em;
  font-weight: 600;
  position: relative;
  margin: 0 0 35px;
  padding-left: 90px;
}
.videos-page .sec-3 .vd1::before {
  content: "";
  display: block;
  width: 60px;
  height: 2px;
  background: #6F00FD;
  position: absolute;
  left: 0px;
  top: 13px;
}
.videos-page .sec-3 .controls {
  margin: 30px 0 0;
}
@media (max-width: 767px) {
  .videos-page .sec-1 {
    padding: 15px 0;
  }
  .videos-page .sec-1 .t1 {
    line-height: 1.2;
    margin: 0 0 15px;
  }
  .videos-page .sec-1 .t2 {
    line-height: 1.5;
  }
  .videos-page .sec-2 {
    padding: 15px 0;
  }
  .videos-page .sec-2 .icn img {
    max-width: 40px;
  }
  .videos-page .sec-2 .t2 {
    line-height: 1.5;
    margin: 10px 0 15px;
  }
  .videos-page .sec-3 {
    min-height: auto;
    padding: 20px 0;
  }
  .videos-page .sec-3 .video-nav {
    border-bottom: 1px solid rgba(255,255,255,0.1);
    width: 100%;
    margin: 0 0 35px;
  }
  .videos-page .sec-3 .video-nav .vd-nav-item a {
    padding: 5px 5px 20px;
    margin-right: 30px;
  }
  .videos-page .sec-3 .vd1 {
    padding-left: 40px;
    margin: 0 0 20px;
  }
  .videos-page .sec-3 .vd1::before {
    width: 25px;
    top: 8px;
  }
  .videos-page .sec-3 .controls {
    margin: 10px 0 0;
  }
  .videos-page .sec-3 .controls .btn-violet {
    padding: 0 10px;
    width: 100%;
  }
}
.steps-page {
  letter-spacing: -0.7px;
}
.steps-page .wepster-portal-form {
  width: 100% !important;
}
.steps-page .step .step-title {
  font-size: 1.25em;
  font-weight: 600;
  margin: 0 0 5px;
}
.steps-page .step .step-body {
  color: #707070;
}
.steps-page .step .step-body p {
  margin: 0 0 15px;
  line-height: 1.8;
}
.steps-page .sec-1 {
  padding: 45px 0;
  background: #FFF;
}
.steps-page .sec-1 .t1 {
  font-size: 1.25em;
  font-weight: 600;
  line-height: 2;
  margin: 0 0 40px;
}
.steps-page .sec-1 .t2 {
  font-size: 1em;
  line-height: 2;
}
.steps-page .sec-1 .t2 span {
  font-weight: 600;
}
.steps-page .sec-2 {
  padding: 45px 0;
  background: #FAFAFA;
}
.steps-page .sec-2 .step-1 {
  margin: 0 0 50px;
}
.steps-page .sec-2 form .controls {
  margin: 15px 0 0;
}
.steps-page .sec-2 .m1 input {
  height: 61px;
  line-height: 61px;
  width: 100%;
  background: #F2F2F2;
  border: 1px solid #EAEAEA;
  border-radius: 3px 0 0 3px;
  padding: 0 5px 0 20px;
  color: #707070;
}
.steps-page .sec-2 .m1 .icn {
  position: relative;
}
.steps-page .sec-2 .m1 .icn .copy-message {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  min-height: 36px;
  text-decoration: none;
  font-size: 12px;
  color: #FFF;
  border-radius: 36px;
  background: #6F00FD;
  padding: 0 15px;
  position: absolute;
  top: -40px;
  right: 0;
  margin: 0 auto;
  transition: 0.5s all;
  opacity: 0;
}
.steps-page .sec-2 .m1 .icn .copy-message.active {
  opacity: 1;
}
.steps-page .sec-3 {
  background: url('../images/th-bg-1.jpg') no-repeat center left #121212;
  padding: 50px 0;
  display: flex;
  align-items: center;
  color: #FFF;
  height: 100%;
}
.steps-page .sec-3 .vd1 {
  font-size: 2.5em;
  font-weight: 400;
  position: relative;
  margin: 0 0 35px;
  padding-left: 90px;
}
.steps-page .sec-3 .vd1::before {
  content: "";
  display: block;
  width: 60px;
  height: 2px;
  background: #6F00FD;
  position: absolute;
  left: 0px;
  top: 28px;
}
.steps-page .sec-3 .controls {
  margin: 30px 0 0;
}
.steps-page .section-st-2 {
  padding: 50px 0;
  background: #FAFAFA;
}
.steps-page .sec-4 {
  padding-right: 0;
}
@media (min-width: 1380px) {
  .steps-page .sec-4 .left-box {
    margin-right: -80px;
    max-width: 460px;
  }
}
.steps-page .sec-4 .social-widget {
  width: 100%;
  text-align: center;
}
@media (min-width: 1380px) {
  .steps-page .sec-5 .right-box {
    padding-left: 150px;
  }
}
.steps-page .sec-5 .bl-1 {
  padding: 40px 0 0;
  border-top: 1px solid #EAEAEA;
}
.steps-page .sec-5 .bt1 {
  font-size: 1.25em;
  margin: 0 0 30px;
}
.steps-page .sec-5 .m2 .icn {
  margin-right: 35px;
}
.steps-page .sec-5 .m2 .media-body {
  font-size: 1.25em;
  font-weight: 600;
  line-height: 2;
  color: #393939;
}
@media (max-width: 767px) {
  .steps-page .sec-1 {
    padding: 15px 0;
  }
  .steps-page .sec-1 .t1 {
    line-height: 1.2;
    margin: 0 0 15px;
  }
  .steps-page .sec-1 .t2 {
    line-height: 1.5;
  }
  .steps-page .sec-2 {
    padding: 15px 0;
  }
  .steps-page .sec-3 {
    min-height: auto;
    padding: 20px 0;
    height: auto;
  }
  .steps-page .sec-3 .vd1 {
    font-size: 1.8em;
    padding-left: 40px;
    margin: 0 0 20px;
  }
  .steps-page .sec-3 .vd1::before {
    width: 25px;
    top: 13px;
  }
  .steps-page .sec-3 .controls {
    margin: 10px 0 0;
  }
  .steps-page .sec-3 .controls .btn-violet {
    padding: 0 10px;
    width: 100%;
  }
  .steps-page .sec-5 .bl-1 {
    padding-top: 25px;
    margin-top: 30px;
  }
  .steps-page .sec-5 .m2 .icn {
    margin-right: 15px;
  }
  .steps-page .sec-5 .m2 .icn img {
    max-width: 50px;
  }
}
@media (max-width: 1199px) {
  html,
  body {
    font-size: 14px;
  }
}
@media (max-width: 991px) {
  html,
  body {
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  .container {
    max-width: 320px;
  }
}
