@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@300;400;700&display=swap');

body {
  font-family: 'Roboto Condensed', sans-serif;
  margin: 0;
  display: flex;
  min-height: 100vh;
  flex-direction: column;
  justify-content: space-between;
}

a,
a:hover,
a:active,
a:focus,
button,
button:hover,
button:active,
button:focus {
  outline: none;
}

a.logo:hover {
  opacity: 1;
}

a:hover,
button:hover {
  text-decoration: none;
  opacity: 0.8;
}

a {
  color: #007acc;
}

button {
  border: none;
}


/* Тексты */
p.slogan-text,
h1.slogan-text {
  font-size: 37px;
  color: white;
  font-weight: 700;
  line-height: 1.2;
  margin-top: 50px;
}

p.slogan-text span,
h1.slogan-text span {
  font-weight: 900;
  text-transform: uppercase;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-decoration: underline;
  font-size: 40px;
  padding-left: 5px;
}
p.code-text, span.code-text {
  font-size: 20px;
  color: white;
}

p.code-text span {

  font-weight: 800;
}



/* Табы */
#pills-tabContent {
  padding: .75rem 1.25rem;
  border: 1px solid #007acc;
  border-radius: 3px;
}

.tabs-block h3 {
  margin-top: 10px;
}

/* Видео */
.video {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}

.video iframe,
.video object,
.video embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* Навигационная панель */
.clearfix {
  display: block;
  width: 100%;
  overflow: hidden;
  height: 1px;
}

.navbar-light .navbar-nav .nav-link {
  color: #faeb00;
  padding-right: 1.5rem;
  padding-left: 1.5rem;
  font-size: 18px;
  font-weight: 600;
  padding-bottom: 0px;
  text-transform: uppercase;
}

.navbar-light .navbar-nav .nav-item:first-child .nav-link {
  padding-left: 0px;
}

.navbar {
  padding: .5rem 0rem;
}

.navbar-light .navbar-nav .nav-link:hover {
  opacity: 0.8;
  color: #faeb00;
}

.navbar-light .navbar-toggler {
  position: absolute;
  right: 10px;
  top: -82px;
  color: #fff;
  border-color: #fff;
}

.navbar-light .navbar-toggler-icon {
  background: url(../img/open-menu.png) no-repeat;
  background-size: 30px;
}

.breadcrumb a {
  color: #212529;
  opacity: 0.6;
  font-size: 14px;
  margin: 0px 3px;
}

.rating {
  width: 100%;
  overflow: hidden;
}

.rating .cover {
  width: 270px;
  display: block;
  margin: 10px auto;
}

.rating img {
  float: left;
}

.rating p.rating-text {
  float: left;
  font-size: 14px;
  color: #ffcd00;
  line-height: 1.4;
  font-weight: 700;
  text-transform: uppercase;
  margin: 5px 0px 20px 15px;
}

.rating p.rating-text span {
  font-weight: 100;
  color: #fff
}

.block-plus {
  margin-top: 20px;
}

.block-plus p {
  color: #fff;
  line-height: 1.1;
  margin-bottom: 3px;
  background: url(../img/favorite.png) 0px 0px no-repeat;
  background-size: 14px;
  padding-left: 22px;
}

.first-block .img-block,
.first-block .img-block img {
  max-width: 300px;
}

.first-block .img-block {
  float: left;
  margin-bottom: 30px;
  position: relative;
}

.first-block .img-block.text-img {
  margin-left: 30px;
}

.first-block .img-block.text-img p {
  position: absolute;
  top: 50px;
  left: 20px;
  color: #fff;
  font-size: 22px;
  font-weight: 600;
}

.first-block .margin-other {
  margin-top: 60px;
}

.first-block .img-block img {
  border-radius: 10px;
  border: 2px solid #007acc;
}

.promocode-first {
  margin: 0px 0px 20px;
  padding-bottom: 20px;
}

.promocode-first button {
  background: black;
  text-align: left;
  color: white;
  width: auto;
  margin-top: 10px;
  padding: 15px 13px;
  font-size: 18px;
  border: 1px solid white;
  border-radius: 5px;
}

.promocode-first button:hover{
	cursor: pointer;
}


.promo-block button {
  background: none;
  text-align: center;
  color: #000;
  padding: 0px 5px;
  width: auto;
  border-bottom: 2px solid #000;
  font-size: 18px;
  margin: -30px auto 30px;
  border-radius: 0px;
}

.content {
  max-width: 1140px;
  margin: auto;
  padding: 20px 15px;
}

.content p{
	font-size: 1.5rem;
}


.footer__wrapper {
  max-width: 1400px;
  margin: auto;
}

.footer__text {
  color: #fff;
  padding-left: 10px;
}

.content-single{
	margin-top: 60px;
}

footer {
  padding: 20px 0px 10px;
  background: #000;
}


.content p img{
	max-width: 100%;
	height: auto;
  display: block;
  margin: auto;
}


.not-found{
  margin: auto;
  margin-top: 100px;
  max-width: 300px;
}


@media (max-width: 600px) {
  .win-button {
    display: none;
  }

  .hero{
    height: 100vh;
  }
}

.topnav {
  overflow: hidden;
  background-color: #333;
}

.topnav a {
  float: left;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
}

.topnav a:hover {
  background-color: #ddd;
  color: black;
}

.topnav a.active {
  background-color: #4CAF50;
  color: white;
}

.menu__btn {
  display: none;
  margin-bottom: 10px;
}

.topnav {
  display: none;
}

@media screen and (max-width: 600px) {
  .topnav {
    display: none;
  }

  .menu__btn {
    float: right;
    display: block;
  }
}

@media screen and (max-width: 600px) {
  .topnav.responsive {
    position: absolute;
    display: block;
    top: 0;
    right: 0;
    width: 100%;
  }

  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
}

.menu__btn {
  width: 40px;
  height: 40px;
  position: relative;
  z-index: 1000;
}

  .menu__btn>span {

  display: block;
  position: absolute;
  width: 30px;
  height: 4px;
  background-color:#faeb00 ;
  -webkit-transition: .3s ease-in-out;
  -moz-transition: .3s ease-in-out;
  -o-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

 .menu__btn>span:first-child {
  content: '';
  top: 18px;
}


.menu__btn>span:last-child {
  content: '';
  top: 42px;
}

.menu__btn>span:nth-child(2){
    content: '';
    top: 30px;
}

.topnav.responsive ~ .menu__btn > span:nth-child(2) {
  transform: rotate(45deg);
  top: 30px;
}
.topnav.responsive ~ .menu__btn > span:first-child {
  display: none;
}
.topnav.responsive ~ .menu__btn > span:last-child {
  top: 30px;
  transform: rotate(-45deg);
}
.topnav.responsive ~ .menu__box {
  visibility: visible;
  left: 0;
}



table {
  font-family: Arial, Helvetica, sans-serif;
  border-collapse: collapse;
  width: 100%;
  margin-top: 15px;
}

td, th {
  border: 1px solid #ddd;
  padding: 8px;
}

tr:nth-child(even) {
  background-color: #f2f2f2;
}

tr:hover {
  background-color: #ddd;
}

th {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: left;
  background-color: #faeb00;
  
}

ul, ol{
  font-size: 1.5rem;
}