.main_block {
  width: 100%;
  float: left;
}
@font-face {
  font-family: 'FontAwesome';
  src: url('../fonts/fontawesome-webfont.ttf');
}
html,
body {
  height: 100%;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
body {
  font-family: 'Raleway', sans-serif;
  margin: 0;
  font-size: 14px;
  background: url("../images/bg.jpg");
}
a,
button,
input {
  color: inherit;
  text-decoration: none;
}
a:hover,
button:hover,
input:hover,
a:focus,
button:focus,
input:focus,
a:active,
button:active,
input:active {
  color: inherit;
  outline: none;
}
ul,
ol {
  padding: 0;
  margin: 0;
}
.center {
  position: relative;
  display: block;
  margin: 0 auto;
  float: none;
}
.header {
  width: 100%;
  float: left;
  position: fixed;
  z-index: 10;
  height: 95px;
  background-color: white;
}
.header .container {
  position: relative;
  height: 100%;
}
.header .container .row {
  display: flex;
  align-items: center;
  height: 100%;
}
.header__logo {
  position: fixed;
  top: 10px;
}
.header__logo img {
  width: 104px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.header__menu {
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  padding-left: 80px;
}
.header__menu .navigation {
  position: relative;
  display: block;
  margin: 0 auto;
  float: none;
  width: 620px;
  margin-top: 35px;
}
.header__menu .navigation li {
  list-style: none;
  float: left;
  position: relative;
}
.header__menu .navigation li a {
  font-weight: 400;
  color: #414047;
  font-size: 16px;
  text-decoration: none;
}
.header__menu .navigation li a:hover {
  color: #ffca05;
}
.header__menu .navigation li:not(:last-child) {
  margin-right: 15px;
}
.header__menu .navigation li:not(:last-child):after {
  content: '|';
  color: #414047;
  position: absolute;
  right: -10px;
  top: -2px;
  font-size: 18px;
}
.header__buttons {
  margin-top: 0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  height: 100%;
}
.header__buttons .wrapper {
  display: flex;
  align-items: center;
  gap: 12px;
}
.header__buttons .login {
  display: inline-block;
  padding: 10px 25px;
  border: 2px solid #221f3f;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
  border-radius: 3px;
  font-weight: 500;
  color: #221f3f;
  font-size: 16px;
  text-decoration: none;
  white-space: nowrap;
}
.header__buttons .login:hover {
  background-color: #141326;
  border-color: #141326;
  color: white;
}
.header__buttons .register {
  display: inline-block;
  padding: 10px 25px;
  background-color: #221f3f;
  border: 2px solid #221f3f;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
  border-radius: 3px;
  font-weight: 500;
  color: white;
  font-size: 16px;
  text-decoration: none;
  white-space: nowrap;
}
.header__buttons .register:hover {
  background-color: #141326;
  border-color: #141326;
}
.header .button {
  width: 35px;
  height: 30px;
  float: left;
  margin-top: 18px;
  cursor: pointer;
}
.header .button i {
  display: block;
  width: 35px;
  height: 5px;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  background-color: #0f0f0f;
}
.header .button i:not(:last-child) {
  margin-bottom: 4px;
}
.header .drop i:first-child {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  position: relative;
  bottom: -9px;
}
.header .drop i:nth-child(2) {
  display: none;
}
.header .drop i:last-child {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.header .small-menu {
  display: none;
  width: 100%;
  left: 0;
  top: 60px;
  position: absolute;
  z-index: 111;
  background-color: #f8f8f8;
  padding-top: 20px;
}
.header .small-menu .logo {
  width: 60px;
  position: relative;
  display: block;
  margin: 0 auto;
  float: none;
  margin-bottom: 20px;
}
.header .small-menu .logo img {
  width: 100%;
}
.header .small-menu .navigation {
  width: 100%;
  float: left;
}
.header .small-menu .navigation li a {
  text-align: center;
  width: 100%;
  display: block;
  margin: 15px 0;
  text-decoration: none;
  font-size: 22px;
  color: #414047;
}
.sticky .header__logo img {
  width: 60px;
}
.section1 {
  width: 100%;
  float: left;
  margin-top: 95px;
  height: 570px;
  padding-top: 15px;
  background: url("../images/option02.jpg") no-repeat center;
  background-size: cover;
}
.section1 .container,
.section1 .row {
  height: 100%;
  position: relative;
}
.section1__toplinks {
  position: absolute;
  top: 0;
  right: 15px;
  z-index: 10;
}
.section1__toplinks ul {
  float: right;
  display: flex;
  gap: 10px;
  margin: 0;
  padding: 0;
}
.section1__toplinks ul li {
  list-style: none;
  float: left;
}
.section1__toplinks ul li.stat-item {
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(5px);
  border-radius: 8px;
  padding: 8px 12px;
  text-align: center;
  min-width: 100px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  transition: all 0.2s ease;
  border: 1px solid rgba(255, 255, 255, 0.15);
}
.section1__toplinks ul li.stat-item:hover {
  background: rgba(255, 255, 255, 0.12);
  border-color: rgba(255, 255, 255, 0.25);
}
.section1__toplinks ul li:not(:last-child) {
  margin-right: 0;
}
.section1__toplinks ul li a {
  font-size: 12px;
  color: white;
}
.section1__toplinks .stat-number {
  font-size: 20px;
  font-weight: 600;
  color: #ffffff;
  line-height: 1.2;
  margin-bottom: 2px;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  font-family: 'Raleway', sans-serif;
}
.section1__toplinks .stat-label {
  font-size: 11px;
  color: rgba(255, 255, 255, 0.85);
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.3px;
  line-height: 1.2;
  font-family: 'Raleway', sans-serif;
}
.section1__center {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -60%);
  -ms-transform: translate(-50%, -60%);
  -o-transform: translate(-50%, -60%);
  transform: translate(-50%, -60%);
  text-align: center;
  width: 100%;
  float: left;
}
.section1__center h2 {
  float: none;
  font-size: 52px;
  color: white;
  font-weight: 300;
  text-transform: uppercase;
}
.section1__center h1 {
  float: none;
  font-size: 65px;
  font-weight: bolder !important;
  margin: 0;
  color: white;
  margin-top: 5px;
  text-transform: uppercase;
}
.section1__center form {
  width: 100%;
  float: left;
  z-index: 111;
  position: relative;
  margin: 60px 0;
}
.section1__center form .wrapper {
  width: 700px;
  display: block;
  margin: 0 auto;
  float: none;
  position: relative;
}
.section1__center form span {
  font-size: 26px;
  font-weight: 100;
  color: white;
  opacity: 0.87;
  filter: alpha(opacity=87);
  float: left;
  margin-right: 20px;
  line-height: 50px;
}
.section1__center form .input {
  max-width: 100%;
  float: left;
}
.section1__center form .input input {
  width: 350px;
  height: 50px;
  float: left;
  margin-right: 7px;
  background-color: white;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
  border-radius: 3px;
  border: none;
  font-size: 20px;
  font-weight: 300;
  color: rgba(65, 64, 71, 0.51);
  padding-left: 15px;
  line-height: 50px;
}
.section1__center form .input input::-moz-placeholder {
  color: rgba(65, 64, 71, 0.51);
  opacity: 1;
}
.section1__center form .input input:-ms-input-placeholder {
  color: rgba(65, 64, 71, 0.51);
}
.section1__center form .input input::-webkit-input-placeholder {
  color: rgba(65, 64, 71, 0.51);
}
.section1__center form .input button {
  min-width: 70px;
  height: 50px;
  float: left;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
  border-radius: 3px;
  text-align: center;
  color: white;
  font-size: 20px;
  font-weight: 300;
  border: none;
  background-color: #ffca05;
}
.section1__center span {
  display: block;
  font-weight: 100;
  color: white;
  font-size: 16px;
  line-height: 22px;
  text-align: center;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.steps {
  width: 100%;
  float: left;
  margin-top: -65px;
  padding-bottom: 40px;
  position: relative;
}
.steps .container {
  padding: 0 30px;
}
.steps__block {
  height: 380px;
}
.steps__block .icon {
  width: 130px;
  height: 130px;
  position: relative;
  display: block;
  margin: 0 auto;
  float: none;
  max-width: 100%;
}
.steps__block .icon img {
  width: 100%;
}
.steps__block .text {
  text-align: center;
  width: 140px;
  position: relative;
  display: block;
  margin: 0 auto;
  float: none;
  margin-top: 35px;
}
.steps__block .text__title {
  font-size: 28px;
  color: #414047;
  font-weight: 500;
  margin-bottom: 5px;
}
.steps__block .text__desc {
  font-size: 16px;
  color: #585761;
  font-weight: 300;
}
.steps__block:not(:last-child):after {
  content: '';
  width: 100px;
  height: 37px;
  position: absolute;
  top: 0;
  right: -50px;
  background: url("../images/arrow.png") no-repeat;
}
.section2 {
  width: 100%;
  float: left;
  background-color: #ffca05; /*TODO: Remover */
}
.section2__text h3 {
  font-weight: 900;
  text-transform: uppercase;
  font-size: 52px;
  color: white;
  /* color: #221f3f; */
}
.section2__text p {
  font-size: 24px;
  color: #221f3f;
  margin: 5px 0;
}
.section2__image img {
  width: 100%;
  margin-top: -30px;
}
.section3 {
  width: 100%;
  float: left;
  padding: 100px 0 180px;
  background-color: #ffca05;
}
.section3__title {
  font-size: 44px;
  color: white;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 30px;
}
.section3__title span {
  font-size: 65px;
  font-weight: 900;
  line-height: 1;
  display: block;
}
.section3__desc {
  font-size: 26px;
  text-align: center;
  color: white;
  margin-bottom: 60px;
}
.section3__input {
  position: relative;
}
.section3__input .wrapper {
  position: absolute;
  left: 50%;
  top: 0;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  width: 737px;
}
.section3__input .wrapper form {
  width: 100%;
  position: relative;
}
.section3__input .wrapper form input {
  width: 580px;
  height: 50px;
  float: left;
  line-height: 50px;
  padding-left: 20px;
  margin-right: 7px;
  background-color: white;
  border: none;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
  border-radius: 3px;
  color: #414047;
  font-weight: 500;
  font-size: 20px;
}
.section3__input .wrapper form button {
  width: 150px;
  height: 50px;
  line-height: 50px;
  float: left;
  background-color: #221f3f;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
  border-radius: 3px;
  font-weight: 500;
  color: white;
  font-size: 16px;
  border: none;
}
.section3__input .wrapper form button:hover {
  background-color: #141326;
}
.section3 .input-dropdown {
  display: none;
  width: 580px;
  position: absolute;
  left: 0;
  top: 52px;
  background-color: white;
  padding: 0 20px;
}
.section3 .input-dropdown__item {
  width: 100%;
  float: left;
  padding: 20px 0;
}
.section3 .input-dropdown__item .book {
  width: 45px;
  float: left;
  margin-right: 20px;
}
.section3 .input-dropdown__item .book img {
  width: 100%;
}
.section3 .input-dropdown__item .info {
  width: 70%;
  width: -webkit-calc(100% - 65px);
  width: -moz-calc(100% - 65px);
  width: calc(100% - 65px);
  float: left;
}
.section3 .input-dropdown__item .info__name {
  font-size: 14px;
  color: #414047;
  font-weight: 500;
  margin-top: 5px;
}
.section3 .input-dropdown__item .info__author {
  font-size: 12px;
  font-style: italic;
  color: #585761;
  margin-top: 5px;
}
.section3 .input-dropdown__item:not(:last-child) {
  border-bottom: 1px solid #b9b8cc;
}
.section4 {
  width: 100%;
  float: left;
  display: table;
  position: relative;
  padding: 100px 0 40px;
  background: url("../images/effect_bg.png") no-repeat center;
  background-size: cover;
}
.section4 .center-wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, 30%);
  -ms-transform: translate(-50%, 30%);
  -o-transform: translate(-50%, 30%);
  transform: translate(-50%, 30%);
}
.section4__block {
  margin-bottom: 40px;
  display: table-cell;
}
.section4__block .title {
  font-size: 36px;
  color: white;
  text-transform: uppercase;
  text-align: center;
}
.section4__block .title span {
  display: block;
  line-height: 1;
  font-size: 62px;
  font-weight: 900;
}
.section4__block .desc {
  font-size: 26px;
  margin: 20px 0;
  text-align: center;
  color: white;
}
.section4__block a.btn-a {
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  -khtml-border-radius: 2px;
  border-radius: 2px;
  cursor: pointer;
  width: 130px;
  position: relative;
  display: block;
  margin: 0 auto;
  float: none;
  text-align: center;
  padding: 8px 20px;
  border: 1px solid white;
  background-color: transparent;
  text-decoration: none;
  font-weight: 500;
  color: white;
  font-size: 20px;
}
.section4__block a.btn-a:hover {
  background-color: white;
  color: #221f3f;
}
.section4__block .poster {
  max-width: 210px;
  display: block;
  margin: 0 auto;
  float: none;
  position: relative;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
}
.section4__block .poster:hover .poster__hover {
  display: block;
}
.section4__block .poster__image {
  margin-bottom: 5px;
}
.section4__block .poster__image img {
  width: 100%;
}
.section4__block .poster__hover {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  background-color: rgba(0, 0, 0, 0.6);
  width: 100%;
  height: 100%;
}
.section4__block .poster__hover .wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.section4__block .poster__hover .title {
  font-size: 20px;
  font-weight: 900;
  color: white;
  margin-bottom: 5px;
  text-align: center;
}
.section4__block .poster__hover .date {
  font-size: 18px;
  font-weight: 500;
  color: white;
  text-align: center;
}
.section4__block .poster__hover a {
  padding: 6px 18px;
  width: 100px;
  margin-top: 10px;
  font-size: 14px;
}
.section4__block .data {
  max-width: 210px;
  position: relative;
  display: block;
  margin: 0 auto;
  float: none;
  padding: 0 10px;
}
.section4__block .data__name {
  font-size: 18px;
  font-weight: 700;
  color: white;
  margin-bottom: 5px;
  display: block;
}
.section4__block .data__author {
  font-size: 15px;
  color: white;
  font-style: italic;
  margin-bottom: 5px;
}
.section4__block .data__rate {
  position: relative;
  width: 80px;
  height: 20px;
  overflow: hidden;
}
.section4__block .data__rate ul {
  position: absolute;
  left: 0;
  top: 0;
}
.section4__block .data__rate ul li {
  list-style: none;
}
.section4__block .data__rate ul li {
  width: 16px;
  height: 20px;
  float: left;
}
.section4__block .data__rate ul li i {
  color: #999999;
  font-family: 'FontAwesome';
}
.section4__block .data__rate ul li:not(:last-child) {
  padding-right: 3px;
}
.section4__block .data__rate ul.current {
  overflow: hidden;
}
.section4__block .data__rate ul.current li i {
  color: #ffab00;
}
.section5 {
  width: 100%;
  float: left;
  padding: 100px 0 60px;
}
.section5 .container {
  padding: 0 50px;
}
.section5__title {
  color: #221f3f;
  font-size: 44px;
  text-transform: uppercase;
  margin-bottom: 50px;
}
.section5__title span {
  display: block;
  font-size: 65px;
  font-weight: 900;
  line-height: 1;
}
.section5__books {
  margin-bottom: 40px;
}
.section5__books .poster {
  max-width: 210px;
  display: block;
  margin: 0 auto;
  float: none;
  position: relative;
  overflow: hidden;
}
.section5__books .poster__image {
  margin-bottom: 5px;
}
.section5__books .poster__image img {
  width: 100%;
}
.section5__books .poster__rate {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: -75px;
  right: -75px;
  background-color: #ffca05;
  width: 150px;
  height: 150px;
  line-height: 230px;
  text-align: center;
}
.section5__books .poster__rate span {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  color: white;
  font-weight: bold;
  display: block;
  font-size: 36px;
}
.section5__books .data {
  max-width: 210px;
  position: relative;
  display: block;
  margin: 0 auto;
  float: none;
  margin-bottom: 40px;
  padding: 0 5px;
}
.section5__books .data__name {
  font-size: 14px;
  font-weight: 700;
  color: #414047;
  margin-bottom: 5px;
  display: block;
}
.section5__books .data__author {
  font-size: 12px;
  color: #585761;
  font-style: italic;
  margin-bottom: 5px;
}
.section5__books .data__rate {
  position: relative;
  width: 80px;
  height: 20px;
  overflow: hidden;
}
.section5__books .data__rate ul {
  position: absolute;
  left: 0;
  top: 0;
}
.section5__books .data__rate ul li {
  list-style: none;
}
.section5__books .data__rate ul li {
  width: 16px;
  height: 20px;
  float: left;
}
.section5__books .data__rate ul li i {
  color: #999999;
  font-family: 'FontAwesome';
}
.section5__books .data__rate ul li:not(:last-child) {
  padding-right: 3px;
}
.section5__books .data__rate ul.current {
  overflow: hidden;
}
.section5__books .data__rate ul.current li i {
  color: #ffab00;
}
.section5__top {
  margin-bottom: 40px;
}
.section5__top .item {
  border-top: 1px solid #b9b8cc;
  border-bottom: 1px solid #b9b8cc;
  padding: 15px 20px 8px;
  width: 100%;
  float: left;
}
.section5__top .item__num {
  width: 60px;
  float: left;
  font-weight: bold;
  color: #221f3f;
  font-size: 42px;
  margin-right: 20px;
}
.section5__top .item__text {
  width: 70%;
  width: -webkit-calc(100% - 80px);
  width: -moz-calc(100% - 80px);
  width: calc(100% - 80px);
  float: left;
}
.section5__top .item__text .name {
  font-size: 14px;
  font-weight: 700;
  color: #414047;
}
.section5__top .item__text .author {
  font-size: 12px;
  font-style: italic;
  color: #585761;
  margin: 5px 0;
}
.section5__top .item__text .rate {
  position: relative;
  width: 80px;
  height: 20px;
  overflow: hidden;
}
.section5__top .item__text .rate ul {
  position: absolute;
  left: 0;
  top: 0;
}
.section5__top .item__text .rate ul li {
  list-style: none;
}
.section5__top .item__text .rate ul li {
  width: 16px;
  height: 20px;
  float: left;
}
.section5__top .item__text .rate ul li i {
  color: #999999;
}
.section5__top .item__text .rate ul li:not(:last-child) {
  padding-right: 3px;
}
.section5__top .item__text .rate ul.current {
  overflow: hidden;
}
.section5__top .item__text .rate ul.current li i {
  color: #ffab00;
}
.section5__top .item:not(:last-child) {
  border-bottom: none;
}
.section5__top a.btn-a {
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  -khtml-border-radius: 2px;
  border-radius: 2px;
  cursor: pointer;
  width: 130px;
  position: relative;
  display: block;
  margin: 0 auto;
  float: none;
  text-align: center;
  padding: 8px 16px;
  border: 2px solid #221f3f;
  background-color: transparent;
  margin-top: 20px;
  text-decoration: none;
  font-weight: 500;
  color: #221f3f;
  font-size: 14px;
}
.section5__top a.btn-a:hover {
  background-color: #221f3f;
  color: white;
}
.section6 {
  width: 100%;
  float: left;
}
.section6 .container-fluid {
  display: table;
  padding: 0;
}
.section6 .row {
  display: table-row;
}
.section6__map {
  display: table-cell;
  padding: 0;
  background: url("../images/map.jpg") no-repeat center;
  background-size: cover;
}
.section6__content {
  display: table-cell;
  background-color: #221f3f;
  padding: 100px 50px 100px 45px;
}
.section6__content .title {
  color: white;
  font-size: 44px;
  text-transform: uppercase;
  margin-bottom: 5px;
}
.section6__content .title span {
  display: block;
  font-size: 65px;
  font-weight: 900;
  line-height: 1;
}
.section6__content .subtitle {
  font-size: 25px;
  color: white;
  margin-bottom: 15px;
}
.section6__content .desc {
  font-size: 16px;
  font-weight: 100;
  color: white;
  margin-bottom: 30px;
}
.section6__content a.btn-a {
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  -khtml-border-radius: 2px;
  border-radius: 2px;
  cursor: pointer;
  text-align: center;
  padding: 10px 20px;
  border: 1px solid white;
  background-color: transparent;
  margin-top: 20px;
  text-decoration: none;
  font-weight: 500;
  color: white;
  font-size: 20px;
}
.section6__content a.btn-a:hover {
  background-color: white;
  color: #221f3f;
}
.section7 {
  width: 100%;
  float: left;
  padding: 130px 0 80px;
}
.section7 .container {
  padding: 0 50px;
}
.section7__text {
  margin-bottom: 50px;
}
.section7__text .title {
  color: #221f3f;
  font-size: 44px;
  text-transform: uppercase;
  margin-bottom: 15px;
}
.section7__text .title span {
  display: block;
  font-size: 65px;
  font-weight: 900;
  line-height: 1;
}
.section7__text .subtitle {
  font-size: 25px;
  color: #414047;
  margin-bottom: 5px;
}
.section7__text .desc {
  font-size: 16px;
  font-weight: 100;
  color: #585761;
  margin-bottom: 50px;
}
.section7__text .store {
  width: 100%;
  float: left;
  margin-bottom: 30px;
}
.section7__text .store a {
  float: left;
  display: block;
}
.section7__text .store a:not(:last-child) {
  margin-right: 10px;
}
.section7__mockup {
  margin-bottom: 50px;
}
.section7__mockup img {
  top: -30px;
  width: 296px;
  max-width: 100%;
  position: relative;
  display: block;
  margin: 0 auto;
  float: none;
}
.section8 {
  width: 100%;
  float: left;
  padding: 80px 0;
  background-color: #ffca05;
}
.section8 .container {
  padding: 0 50px;
}
.section8__text .title {
  color: white;
  font-size: 30px;
  text-transform: uppercase;
  margin-bottom: 15px;
}
.section8__text .title span {
  display: block;
  font-size: 48px;
  font-weight: 900;
  line-height: 1;
}
.section8__text .desc {
  font-size: 16px;
  font-weight: 100;
  color: white;
}
.section8__input form {
  width: 470px;
  position: relative;
  display: block;
  margin: 0 auto;
  float: none;
  max-width: 100%;
  margin-top: 40px;
}
.section8__input input {
  max-width: 420px;
  width: 70%;
  width: -webkit-calc(100% - 50px);
  width: -moz-calc(100% - 50px);
  width: calc(100% - 50px);
  float: right;
  height: 50px;
  line-height: 50px;
  padding-left: 20px;
  background-color: white;
  border: none;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  -khtml-border-radius: 2px;
  border-radius: 2px;
  color: rgba(65, 64, 71, 0.55);
  font-weight: 500;
  font-size: 20px;
}
.section8__input button {
  width: 50px;
  height: 50px;
  background-color: #221f3f;
  text-align: center;
  line-height: 45px;
  color: white;
  float: right;
  border: none;
  margin: 0;
  cursor: pointer;
}
.section8__input button:hover {
  background-color: #141326;
}
.footer {
  width: 100%;
  float: left;
  padding: 45px 0;
  background-color: #221f3f;
}
.footer__links .title {
  font-size: 24px;
  font-weight: bold;
  color: white;
  margin-bottom: 30px;
  text-transform: uppercase;
}
.footer__links ul {
  margin: 0;
}
.footer__links ul li {
  list-style: none;
}
.footer__links ul li:not(:last-child) {
  margin-bottom: 3px;
}
.footer__links ul li i {
  font-family: 'FontAwesome';
  font-size: 16px;
  color: white;
  font-weight: 900;
}
.footer__links ul li a {
  font-size: 16px;
  color: white;
  font-weight: 500;
  margin-left: 8px;
  text-transform: uppercase;
}
.footer__contact .title {
  font-size: 24px;
  font-weight: bold;
  color: white;
  margin-bottom: 30px;
  text-transform: uppercase;
}
.footer__contact .links {
  color: white;
  list-style: none;
  text-decoration: none;
}
.footer__contact .links li a {
  text-decoration: none;
}
.footer__contact .links li i {
  font-family: 'FontAwesome';
  font-size: 16px;
  color: white;
  font-weight: 900;
}
.footer__contact form {
  width: 300px;
  max-width: 100%;
}
.footer__contact form > *:not(:last-child) {
  margin-bottom: 6px;
}
.footer__contact form input {
  width: 100%;
  background-color: white;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  -khtml-border-radius: 2px;
  border-radius: 2px;
  border: none;
  height: 38px;
  line-height: 36px;
  font-size: 14px;
  color: #414047;
  padding-left: 8px;
}
.footer__contact form textarea {
  width: 100%;
  background-color: white;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  -khtml-border-radius: 2px;
  border-radius: 2px;
  border: none;
  height: 60px;
  resize: vertical;
  padding-top: 10px;
  font-size: 14px;
  color: #414047;
  padding-left: 8px;
}
.footer__contact form button {
  width: 110px;
  margin-top: 3px;
  background-color: white;
  color: #221f3f;
  border: none;
  height: 38px;
  line-height: 30px;
  font-size: 16px;
  text-align: center;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  -khtml-border-radius: 2px;
  border-radius: 2px;
}
.footer__social .title {
  font-size: 24px;
  font-weight: bold;
  color: white;
  margin-bottom: 30px;
  text-transform: uppercase;
}
.footer__social ul.soc {
  margin: 0;
  margin-top: 15px;
}
.footer__social ul.soc li {
  float: left;
  list-style: none;
  cursor: pointer;
}
.footer__social ul.soc li i {
  cursor: pointer;
  font-size: 32px;
  color: white;
}
.footer__social ul.soc li:not(:last-child) {
  margin-right: 20px;
}
.footer .iframe iframe {
  width: 100%;
}
.bottom {
  width: 100%;
  float: left;
  font-size: 12px;
  color: #221f3f;
  text-align: center;
  padding: 15px;
  background-color: white;
}
@media screen and (max-width: 1200px) {
  .header__buttons {
    margin-top: 0;
  }
  .header__buttons .login,
  .header__buttons .register {
    font-size: 14px;
    padding: 5px 10px;
  }
  .header__menu {
    padding-left: 125px;
  }
  .header__menu li a {
    font-size: 14px;
  }
  .sticky .header__menu {
    padding-left: 110px;
  }
  .section2__text h3 {
    font-size: 42px;
  }
  .section2__text p {
    font-size: 20px;
  }
}
@media screen and (max-width: 992px) {
  .header {
    height: 60px;
  }
  .header__buttons {
    margin-top: 0;
  }
  .section1 {
    margin-top: 60px;
  }
  .section1__center h2 {
    font-size: 32px;
  }
  .section1__center h1 {
    font-size: 45px;
  }
  .section1__center form {
    margin: 30px 0;
  }
  .section1__center form span {
    width: 100%;
    float: left;
    margin-bottom: 20px;
  }
  .section1__center form .input {
    width: 440px;
    position: relative;
    display: block;
    margin: 0 auto;
    float: none;
  }
  .steps__block:after {
    display: none;
  }
  .section2__text {
    text-align: center;
    padding-bottom: 70px;
  }
  .section3__input .wrapper {
    width: 100%;
    padding: 0 15px;
  }
  .section3__input .wrapper form input {
    width: 100%;
    margin-bottom: 20px;
  }
  .section3__input .wrapper form button {
    position: relative;
    display: block;
    margin: 0 auto;
    float: none;
  }
  .section3 .input-dropdown {
    width: 100%;
  }
  .section4 .center-wrapper {
    position: static;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  .section5__title {
    text-align: center;
  }
  .section7__text {
    text-align: center;
  }
  .section7__text .store {
    width: 400px;
    position: relative;
    display: block;
    margin: 0 auto;
    float: none;
  }
  .section7__text .main_block {
    margin-top: 40px;
  }
  .section7__mockup {
    margin-top: 40px;
  }
  .section7__mockup img {
    top: 0;
  }
  .section6__content {
    text-align: center;
  }
  .section8__text {
    text-align: center;
  }
  .footer {
    padding-bottom: 15px;
  }
  .footer .row > div {
    margin-bottom: 30px;
  }
  .section1__center form .wrapper {
    width: 100%;
  }
}
@media screen and (max-width: 676px) {
  .section7__text .title,
  .section2__text h3,
  .section3__title,
  .section4__block .title,
  .section5__title,
  .section6__content .title,
  .section8__text .title,
  .section1__center h2,
  .section1__center h1 {
    font-size: 36px;
  }
  .section7__text .title span,
  .section2__text h3 span,
  .section3__title span,
  .section4__block .title span,
  .section5__title span,
  .section6__content .title span,
  .section8__text .title span,
  .section1__center h2 span,
  .section1__center h1 span {
    font-size: inherit;
  }
  .steps__block {
    height: 320px;
  }
}
@media screen and (max-width: 480px) {
  .footer__links,
  .footer__contact {
    width: 100%;
  }
  .section7__text .title,
  .section2__text h3,
  .section3__title,
  .section4__block .title,
  .section5__title,
  .section6__content .title,
  .section8__text .title,
  .section1__center h2,
  .section1__center h1 {
    font-size: 24px;
  }
  .section7__text .title span,
  .section2__text h3 span,
  .section3__title span,
  .section4__block .title span,
  .section5__title span,
  .section6__content .title span,
  .section8__text .title span,
  .section1__center h2 span,
  .section1__center h1 span {
    font-size: inherit;
  }
  .section1__toplinks {
    position: relative;
    right: auto;
    top: auto;
    margin-bottom: 20px;
  }
  .section1__toplinks ul {
    flex-direction: column;
    gap: 10px;
    float: none;
    width: 100%;
  }
  .section1__toplinks ul li {
    float: none;
    width: 100%;
  }
  .section1__toplinks ul li.stat-item {
    min-width: auto;
    padding: 8px 12px;
  }
  .section1__toplinks .stat-number {
    font-size: 18px;
  }
  .section1__toplinks .stat-label {
    font-size: 10px;
  }
  .section1__toplinks ul li:not(:last-child) {
    margin-bottom: 0;
  }
  .section1 {
    height: 610px;
  }
  .section1__center span {
    text-align: center;
  }
  .section1__center form .input input {
    margin-left: 5px;
    width: 50%;
    width: -webkit-calc(100% - 90px);
    width: -moz-calc(100% - 90px);
    width: calc(100% - 90px);
  }
  .section7__text .store a {
    position: relative;
    display: block;
    margin: 0 auto;
    float: none;
  }
  .section7__text .store a:not(:last-child) {
    margin-right: 0;
    margin-bottom: 10px;
  }
  .section7__text .store {
    width: 100%;
  }
  .section5 .container,
  .section7 .container,
  .section8 .container {
    padding: 0 15px;
  }
}

/* Seção de Planos */
.section-plans {
  width: 100%;
  float: left;
  padding: 100px 0;
  background-color: #f8f9fa;
}

.section-plans .container {
  max-width: 1200px;
  margin: 0 auto;
}

.section-plans__title {
  color: #221f3f;
  font-size: 44px;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 20px;
}

.section-plans__title span {
  display: block;
  font-size: 65px;
  font-weight: 900;
  line-height: 1;
  color: #ffca05;
}

.section-plans__desc {
  text-align: center;
  font-size: 20px;
  color: #585761;
  margin-bottom: 50px;
}

.section-plans__content {
  margin-top: 40px;
}

.plans__wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  max-width: 900px;
  margin: 0 auto;
  padding: 0 15px;
  justify-items: stretch;
}

.plans__col {
  width: 100%;
  display: flex;
}

/* Ajuste para diferentes quantidades de planos no desktop */
.plans__wrapper.plans--single {
  grid-template-columns: 1fr;
  justify-items: center;
}

.plans__wrapper.plans--single .plans__col {
  max-width: 400px;
}

.plans__wrapper.plans--double {
  grid-template-columns: repeat(2, 1fr);
}

.plans__wrapper.plans--triple {
  grid-template-columns: repeat(2, 1fr);
}

.plans__wrapper.plans--triple .plans__col:nth-child(3) {
  grid-column: 1 / -1;
  max-width: 400px;
  margin: 0 auto;
}

.plans__wrapper.plans--quadruple {
  grid-template-columns: repeat(2, 1fr);
}

.plans__wrapper.plans--quintuple {
  grid-template-columns: repeat(2, 1fr);
}

.plans__wrapper.plans--quintuple .plans__col:nth-child(5) {
  grid-column: 1 / -1;
  max-width: 400px;
  margin: 0 auto;
}

.plans__card {
  background-color: white;
  border-radius: 8px;
  padding: 20px 18px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  width: 100%;
  display: flex;
  flex-direction: column;
  border: 2px solid transparent;
  position: relative;
}

.plans__card:hover {
  transform: translateY(-8px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.plans__card--highlighted {
  border-color: #ffca05;
  box-shadow: 0 8px 30px rgba(255, 202, 5, 0.4);
  position: relative;
  z-index: 1;
}

.plans__card--highlighted::before {
  content: '';
  position: absolute;
  top: -2px;
  left: -2px;
  right: -2px;
  bottom: -2px;
  background: linear-gradient(135deg, #ffca05, #ffab00);
  border-radius: 12px;
  z-index: -1;
  opacity: 0.1;
}

.plans__header {
  text-align: center;
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #e9ecef;
}

.plans__title {
  font-size: 20px;
  font-weight: 700;
  color: #221f3f;
  margin-bottom: 8px;
  text-transform: uppercase;
  letter-spacing: 0.3px;
}

.plans__description {
  font-size: 12px;
  color: #585761;
  margin-bottom: 12px;
  min-height: 32px;
  line-height: 1.4;
}

.plans__pricing {
  margin-top: 12px;
  padding-top: 10px;
}

.plans__price {
  font-size: 32px;
  font-weight: 900;
  color: #221f3f;
  line-height: 1;
  margin-bottom: 5px;
}

.plans__interval {
  font-size: 12px;
  color: #585761;
  text-transform: lowercase;
  font-weight: 400;
}

.plans__content {
  flex: 1;
  margin-bottom: 15px;
  padding-top: 12px;
}

.plans__features {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: left;
}

.plans__feature {
  display: flex;
  align-items: flex-start;
  margin-bottom: 10px;
  font-size: 13px;
  color: #414047;
  line-height: 1.4;
  position: relative;
}

.plans__feature:last-child {
  margin-bottom: 0;
}

.plans__feature--future {
  opacity: 0.85;
}

.plans__feature-text {
  flex: 1;
}

.plans__check {
  color: #ffca05;
  margin-right: 8px;
  margin-top: 3px;
  flex-shrink: 0;
  font-size: 14px;
}

.plans__feature--future .plans__check {
  color: #9ca3af;
}

.plans__badge {
  display: inline-block;
  margin-left: 8px;
  padding: 2px 6px;
  background-color: #f3f4f6;
  color: #6b7280;
  font-size: 10px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.3px;
  border-radius: 3px;
  border: 1px solid #e5e7eb;
}

.plans__footer {
  text-align: center;
  margin-top: auto;
  padding-top: 15px;
  border-top: 1px solid #e9ecef;
}

.plans__button {
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  -khtml-border-radius: 2px;
  border-radius: 2px;
  cursor: pointer;
  width: 100%;
  position: relative;
  display: block;
  text-align: center;
  padding: 10px 16px;
  border: 2px solid #221f3f;
  background-color: transparent;
  text-decoration: none;
  font-weight: 500;
  color: #221f3f;
  font-size: 14px;
  transition: all 0.3s ease;
}

.plans__button:hover {
  background-color: #221f3f;
  color: white;
}

.plans__button--outline {
  border-color: #585761;
  color: #585761;
}

.plans__button--outline:hover {
  background-color: #585761;
  color: white;
}

.plans__card--highlighted .plans__button {
  background-color: #ffca05;
  border-color: #ffca05;
  color: #221f3f;
}

.plans__card--highlighted .plans__button:hover {
  background-color: #ffab00;
  border-color: #ffab00;
}

/* Responsividade para planos */
@media (max-width: 1199px) {
  .plans__wrapper {
    gap: 18px;
    padding: 0 20px;
    max-width: 800px;
  }
}

@media (max-width: 991px) {
  .plans__wrapper {
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
    padding: 0 15px;
    max-width: 700px;
  }
  
  .plans__wrapper.plans--single {
    grid-template-columns: 1fr;
    justify-items: center;
  }
  
  .plans__wrapper.plans--single .plans__col {
    max-width: 350px;
  }
}

@media (max-width: 768px) {
  .section-plans {
    padding: 60px 0;
  }
  
  .section-plans__title {
    font-size: 32px;
    margin-bottom: 15px;
  }
  
  .section-plans__title span {
    font-size: 48px;
  }
  
  .section-plans__desc {
    font-size: 18px;
    margin-bottom: 40px;
  }
  
  .plans__wrapper {
    grid-template-columns: 1fr;
    gap: 15px;
    padding: 0 10px;
    max-width: 400px;
  }
  
  .plans__col {
    max-width: 100%;
    grid-column: 1 / -1 !important;
  }
  
  .plans__card {
    padding: 18px 15px;
    max-width: 100%;
  }
  
  .plans__title {
    font-size: 18px;
  }
  
  .plans__price {
    font-size: 28px;
  }
  
  .plans__card--highlighted {
    transform: none;
  }
  
  .plans__card--highlighted:hover {
    transform: translateY(-5px);
  }
}

@media (max-width: 480px) {
  .section-plans__title {
    font-size: 28px;
  }
  
  .section-plans__title span {
    font-size: 40px;
  }
  
  .section-plans__desc {
    font-size: 16px;
  }
  
  .plans__wrapper {
    max-width: 100%;
    padding: 0 10px;
  }
  
  .plans__card {
    padding: 16px 12px;
  }
  
  .plans__title {
    font-size: 17px;
  }
  
  .plans__price {
    font-size: 26px;
  }
  
  .plans__feature {
    font-size: 12px;
  }
  
  .plans__button {
    padding: 8px 14px;
    font-size: 13px;
  }
}
