@font-face {
  font-family: 'century-gothic';
  src: url('../fonts/century-gothic.eot');
  /* IE9 Compat Modes */
  src: url('../fonts/century-gothic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../fonts/century-gothic.woff') format('woff'), /* Pretty Modern Browsers */ url('../fonts/century-gothic.ttf') format('truetype');
}
@font-face {
  font-family: 'century-gothic-bold';
  src: url('../fonts/century-gothic-bold.eot');
  /* IE9 Compat Modes */
  src: url('../fonts/century-gothic-bold.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../fonts/century-gothic-bold.woff') format('woff'), /* Pretty Modern Browsers */ url('../fonts/century-gothic-bold.ttf') format('truetype');
}
.success {
  box-shadow: 0 0 15px green;
}
.error {
  box-shadow: 0 0 15px red;
}
.show_background {
  z-index: 900;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(76, 73, 73, 0.4);
}
.stop_scrolling {
  overflow-y: hidden;
}
.show_modal {
  top: 20vh;
}
.hide_modal {
  top: -400px;
}
.form_modal {
  -webkit-transition: top 1s ease;
  -moz-transition: top 1s ease;
  -o-transition: top 1s ease;
  transition: top 1s ease;
  z-index: 2000;
  position: fixed;
  height: 320px;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  padding: 0;
  width: 400px;
  background-color: white;
  border-radius: 15px;
  box-shadow: 0 0 15px #086daf;
}
.form_modal .form_head {
  text-align: center;
  color: white;
  height: 43px;
  background-color: #626264;
  border-radius: 15px 15px 0 0;
}
.form_modal .form_head span {
  display: inline-block;
  padding-top: 10px;
}
.form_modal .form_head i {
  cursor: pointer;
  font-size: 20px;
  display: inline-block;
  padding-top: 10px;
  margin-right: 15px;
  float: right;
}
.form_modal .form_head i:hover {
  color: red;
}
.form_modal .form-group {
  padding: 5px 35px;
  margin: 0;
}
.form_modal .btn {
  display: block;
  margin: 15px auto;
  border-radius: 0;
  padding: 11px 20px;
}
.form_modal .btn-default {
  text-shadow: none;
  background-image: none;
  border: none;
  background-color: #fff002;
}
.form_modal .btn-default:hover {
  box-shadow: 0 0 15px #fff002;
}
.form_modal .confidential {
  text-align: center;
  color: white;
  position: absolute;
  margin-top: 7px;
  margin-left: 25px;
}
.expand {
  padding: 10px 0;
}
.expand h1 {
  font-size: 36px;
}
.expand #logo {
  height: 120px;
}
.expand .row {
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  margin-top: 30px;
}
.minimize {
  padding: 5px 0;
}
.minimize h1 {
  font-size: 20px;
}
.minimize #logo {
  height: 80px;
}
.minimize .row {
  -webkit-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in;
  margin-top: 15px;
}
#playpause {
  font-size: 150px;
  position: absolute;
  top: 40%;
  left: 47%;
}
#playpause:hover {
  color: #086daf;
}
.hidden {
  display: none;
}
header {
  -webkit-transition: all 1s ease-out;
  transition: all 1s ease-out;
  z-index: 1000;
  background-color: rgba(8, 109, 175, 0.4);
  position: fixed!important;
  font-family: 'century-gothic', Fallback, sans-serif;
}
header #logo {
  -webkit-transition: all 1s ease-out;
  transition: all 1s ease-out;
}
header .social {
  margin: 8px 0 0 5px;
  float: left;
}
header h1 {
  -webkit-transition: all 1s ease-out;
  transition: all 1s ease-out;
  text-transform: uppercase;
  text-align: center;
  color: #fff002;
}
header .phone {
  display: block;
  float: left;
  text-align: center;
  border: 1px solid white;
  padding: 10px;
}
header span {
  font-size: 18px;
  color: white;
}
header i.fa-phone:before {
  display: block;
  font-family: 'FontAwesome';
  font-size: 20px;
  color: white;
}
#first_screen {
  padding: 0;
  height: 900px;
  background-image: url("../img/background.jpg");
  background-size: cover;
}
#first_screen .col-md-4 {
  padding: 0;
}
#first_screen img {
  margin-top: 260px;
  box-shadow: 0 0 40px #000000;
}
#first_screen button {
  background-color: #fff002;
  border: none;
  margin: 40px auto;
  display: block;
  height: 50px;
  width: 150px;
}
#first_screen button:hover {
  box-shadow: 0 0 15px #fff002;
}
#first_screen .topic {
  text-align: right;
}
#first_screen h4 {
  margin-top: 165px;
  font-family: 'century-gothic', Fallback, sans-serif;
  font-size: 14px;
  line-height: 2;
  color: white;
  padding-bottom: 25px;
}
#first_screen .main_topic {
  text-align: center;
}
#first_screen .main_topic h3 {
  font-family: 'century-gothic-bold', Fallback, sans-serif;
  text-transform: uppercase;
  font-size: 50px;
  font-weight: 900;
  color: #086daf;
}
#first_screen .main_topic h2 {
  font-family: 'century-gothic', Fallback, sans-serif;
  font-size: 40px;
  color: white;
}
#first_screen .form {
  float: right;
  padding: 0;
  margin-top: 50px;
  width: 400px;
  background-color: white;
  border-radius: 15px;
  box-shadow: 0 0 15px #086daf;
}
#first_screen .form .form_head {
  text-align: center;
  color: white;
  height: 43px;
  background-color: #626264;
  border-radius: 15px 15px 0 0;
}
#first_screen .form .form_head span {
  display: inline-block;
  padding-top: 10px;
}
#first_screen .form .form_head i {
  font-size: 20px;
  display: inline-block;
  padding-top: 10px;
  margin-right: 15px;
  float: right;
}
#first_screen .form .form-group {
  padding: 5px 35px;
  margin: 0;
}
#first_screen .form .btn {
  display: block;
  margin: 15px auto;
  border-radius: 0;
  padding: 11px 20px;
}
#first_screen .form .btn-default {
  text-shadow: none;
  background-image: none;
  border: none;
  background-color: #fff002;
}
#first_screen .form .btn-default:hover {
  box-shadow: 0 0 15px #fff002;
}
#first_screen .form .confidential {
  text-align: center;
  color: white;
  position: absolute;
  margin-top: 7px;
  margin-left: 25px;
}
#first_screen .girlwithhorse {
  width: 115%;
}
#second_screen {
  background-color: #dee3e4;
  font-family: 'century-gothic-bold', Fallback, sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  color: black;
}
#second_screen img {
  margin: 180px 0;
  width: 100%;
}
#second_screen .row {
  padding: 100px 0;
}
#second_screen .row:first-child {
  border-bottom: dotted #a6b3b6;
}
#second_screen h2 {
  font-size: 25px;
}
#second_screen h5 {
  font-size: 12px;
  line-height: 2;
}
#third_screen {
  background-color: white;
  font-family: 'century-gothic', Fallback, sans-serif;
  color: black;
  font-size: 16px;
}
#third_screen .head {
  padding-top: 88px;
  text-align: center;
  font-family: 'century-gothic-bold', Fallback, sans-serif;
  font-weight: bold;
  color: black;
}
#third_screen .head .line {
  z-index: 0;
  width: 100%;
  background-color: #086daf;
  height: 2px;
}
#third_screen .head h2 {
  display: block;
  margin: 0 auto;
  width: 500px;
  text-transform: uppercase;
  font-size: 25px;
  background-color: white;
  position: relative;
  top: -14px;
}
#third_screen .head p {
  font-size: 18px;
}
#third_screen .row {
  padding: 25px 0;
  display: flex;
}
#third_screen .wrap1 {
  padding-top: 20px;
}
#third_screen .wrap {
  padding-top: 30px;
}
#third_screen .col-md-2 {
  margin: auto;
}
#third_screen img {
  width: 100%;
}
#preferences {
  background-color: #dee3e4;
  font-family: 'century-gothic', Fallback, sans-serif;
  color: #086daf;
  padding: 30px 0;
}
#preferences p {
  font-size: 72px;
}
#preferences p span {
  font-size: 36px;
}
#preferences .gray_line {
  background-color: #a6b3b6;
  height: 3px;
}
#preferences .color_line {
  background-color: #086daf;
  height: 5px;
  position: relative;
  top: -4px;
  width: 15%;
}
#preferences .color_line1 {
  background-color: #fff002;
  height: 5px;
  position: relative;
  top: -4px;
  width: 70%;
}
#preferences .color_line2 {
  background-color: #086daf;
  height: 5px;
  position: relative;
  top: -4px;
  width: 80%;
}
#preferences .text p {
  color: black;
  padding: 15px 0;
  font-size: 18px;
}
#we_offer {
  background-image: url("../img/we_offer.jpg");
  background-size: cover;
  height: 770px;
}
#we_offer .col-md-6 {
  padding: 0;
}
#we_offer .head {
  padding-top: 88px;
  text-align: center;
  font-family: 'century-gothic-bold', Fallback, sans-serif;
  font-weight: bold;
  color: white;
  text-transform: uppercase;
}
#we_offer .head .line {
  background-color: white;
  margin-top: 35px;
  height: 2px;
}
#we_offer .head h2 {
  font-size: 36px;
}
#we_offer .text {
  margin-top: 100px;
  padding-left: 80px;
  font-family: 'century-gothic', Fallback, sans-serif;
  color: white;
  font-size: 18px;
}
#we_offer .text p {
  padding: 10px;
}
#album .head {
  padding-top: 88px;
  text-align: center;
  font-family: 'century-gothic-bold', Fallback, sans-serif;
  font-weight: bold;
  color: black;
}
#album .head .line {
  z-index: 0;
  width: 100%;
  background-color: #086daf;
  height: 2px;
}
#album .head h1 {
  display: block;
  margin: 0 auto;
  width: 500px;
  text-transform: uppercase;
  font-size: 25px;
  background-color: white;
  position: relative;
  top: -14px;
}
#album .head p {
  font-size: 18px;
}
#album .slider {
  width: 80%;
  border-radius: 10px;
  padding: 20px;
  margin: 100px auto;
  background-color: #dee3e4;
}
#album .slick-slide {
  margin: 0 20px;
}
#album .slick-slide img {
  width: 100%;
}
#album .slick-prev:before,
#album .slick-next:before {
  color: black;
}
#album .container {
  padding-top: 100px;
}
#feedback {
  background-color: #dee3e4;
  padding: 0 0 35px 0;
  height: 900px;
  overflow: hidden;
}
#feedback * {
  padding: 0;
  margin: 0;
}
#feedback .ng-hide-add {
  transition: 0.5s ease all;
  opacity: 1;
  transform: translateX(0);
}
#feedback .ng-hide-add.ng-hide-add-active {
  opacity: 0;
  transform: translateX(200%);
}
#feedback .ng-hide-remove {
  transition: 0.5s ease all;
  opacity: 0;
  transform: translateX(-200%);
}
#feedback .ng-hide-remove.ng-hide-remove-active {
  opacity: 1;
  transform: translateY(0);
}
#feedback .head {
  padding-top: 88px;
  margin-bottom: 50px;
  text-align: center;
  font-family: 'century-gothic-bold', Fallback, sans-serif;
  font-weight: bold;
  color: black;
}
#feedback .head .line {
  z-index: 0;
  width: 100%;
  background-color: #086daf;
  height: 2px;
}
#feedback .head h1 {
  display: block;
  margin: 0 auto 40px auto;
  width: 500px;
  text-transform: uppercase;
  font-size: 25px;
  background-color: #dee3e4;
  position: relative;
  top: -14px;
}
#feedback .head p {
  font-size: 18px;
}
#feedback .col-md-4 {
  padding: 0;
}
#feedback .feedback-full {
  position: absolute;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  padding: 45px 45px 45px 0;
  background-color: white;
  box-shadow: 7px 7px 15px #6f8387;
}
#feedback .feedback-full button {
  position: absolute;
  bottom: -15px;
  left: 50%;
  background-color: #086daf;
  width: 30px;
  height: 30px;
  border: none;
}
#feedback .feedback-full button:hover {
  box-shadow: 0 0 5px #086daf;
}
#feedback .message-full {
  padding: 0;
  text-align: justify;
  font-family: 'century-gothic', Fallback, sans-serif;
}
#feedback .message-full span {
  display: block;
  font-size: 20px;
  margin-bottom: 20px;
}
#feedback .message-full p {
  font-size: 16px;
  line-height: 1.5;
}
#feedback .feedback {
  margin: 0 20px 40px 0;
  padding: 15px;
  background-color: white;
  box-shadow: 7px 7px 15px #6f8387;
}
#feedback .feedback button {
  position: absolute;
  bottom: -15px;
  left: 50%;
  background-color: #086daf;
  width: 30px;
  height: 30px;
  border: none;
}
#feedback .feedback button:hover {
  box-shadow: 0 0 5px #086daf;
}
#feedback .message {
  padding: 0;
  text-align: justify;
  font-family: 'century-gothic', Fallback, sans-serif;
}
#feedback .message span {
  display: block;
  font-size: 14px;
  margin-bottom: 10px;
  text-align: left;
}
#feedback .message p {
  font-size: 10.8px;
}
#feedback button {
  background-color: #fff002;
  border: none;
  margin: 0 auto;
  display: block;
  height: 50px;
  width: 150px;
}
#feedback button:hover {
  box-shadow: 0 0 15px #fff002;
}
#bonus {
  padding: 100px 0;
  font-family: 'century-gothic', Fallback, sans-serif;
}
#bonus p {
  text-align: center;
  color: white;
  font-size: 27.5px;
  padding: 18px 0 25px 0;
  margin: 0;
}
#bonus .ticket_top {
  background-color: #2b2e3a;
  border-radius: 5px 5px 0 0;
}
#bonus .ticket_top::after {
  z-index: -1000;
  display: block;
  content: '';
  border-top: 10px solid #4c5a5d;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  background-color: white;
}
#bonus .ticket_body {
  background-color: #dee3e4;
  border-radius: 0 0 5px 5px;
  border: 1px solid #c2cbcd;
  border-style: none solid solid solid;
  margin: 0 10px;
  position: relative;
  top: -10px;
}
#bonus .ticket_body p {
  color: black;
  font-size: 18px;
  padding: 40px;
}
#bonus .ticket_body p:last-child {
  font-size: 14px;
  padding: 5px auto;
}
#bonus .ticket_body :nth-child(2) {
  color: red;
  text-decoration: line-through;
  font-size: 28px;
}
#bonus .ticket_body :nth-child(2) span {
  color: #414d4f;
}
#bonus .ticket_body :nth-child(3) {
  color: #40aef6;
  text-shadow: rgba(255, 255, 255, 0.5) 0 3px 3px;
  font-weight: bold;
  font-size: 48px;
}
#bonus .ticket_body span {
  display: block;
  text-align: center;
  margin-bottom: 30px;
}
#bonus .ticket_body button {
  margin: 0 auto 10px auto;
  background-color: #fff002;
  width: 150px;
  height: 50px;
  border: none;
  border-radius: 5px;
  display: block;
}
#bonus .ticket_body button:hover {
  box-shadow: 0 0 15px #fff002;
}
#bonus .col-md-5 {
  padding: 0 30px;
}
#bonus .head p {
  text-align: left;
  color: black;
  font-family: 'century-gothic-bold', Fallback, sans-serif;
  font-size: 30px;
}
#bonus .head p i {
  font-size: 28px;
  font-family: 'FontAwesome';
}
#bonus .side {
  padding-left: 70px;
}
#bonus .side h1 {
  text-align: left;
  font-family: 'century-gothic-bold', Fallback, sans-serif;
  font-size: 35px;
}
#bonus .side p.inner_text {
  text-align: left;
  font-family: 'century-gothic', Fallback, sans-serif;
  line-height: 2;
  font-size: 20px;
}
#bonus .bonus_item p {
  font-family: 'century-gothic-bold', Fallback, sans-serif;
  font-size: 20px;
  color: black;
  display: inline-block;
}
#bonus .bonus_item img {
  position: absolute;
  top: 40px;
  left: -220px;
}
#bonus .bonus_item p.item {
  font-family: 'century-gothic', Fallback, sans-serif;
  padding: 40px 0 25px 0;
}
#bonus .bonus_item .col-md-12 {
  padding: 0 80px;
}
#bonus button {
  margin: 40px auto;
  background-color: #fff002;
  width: 150px;
  height: 50px;
  border: none;
  display: block;
}
#bonus button:hover {
  box-shadow: 0 0 15px #fff002;
}
#video,
#video2 {
  padding: 0;
}
#video video,
#video2 video {
  width: 100%;
}
footer {
  background-color: #0b0a0a;
  padding: 20px 50px;
}
footer p {
  font-family: 'century-gothic', Fallback, sans-serif;
  color: white;
  font-size: 15px;
}
footer .side {
  padding: 0 50px;
}
footer .info {
  font-size: 20px;
  color: #a6b3b6;
  padding-bottom: 10px;
  border-bottom: solid 2px #a6b3b6;
}
footer #btn_decline,
footer #btn_conf,
footer #btn_agree {
  cursor: pointer;
}
aside {
  cursor: pointer;
  display: none;
  padding: 30px;
}
aside h4 {
  text-align: center;
}
@media (max-width: 1345px) {
  #first_screen .main_topic h3 {
    font-size: 40px;
  }
  #first_screen .main_topic h2 {
    font-size: 30px;
  }
}
@media (max-width: 1200px) {
  .minimize .row {
    margin-top: 22px;
  }
  header .row {
    margin-top: 22px;
  }
  header .social {
    margin-top: 0;
  }
  header .phone {
    padding: 5px;
  }
  header span {
    font-size: 14px;
  }
  header i.fa-phone:before {
    font-size: 15px;
  }
  #first_screen .main_topic h3 {
    font-size: 35px;
  }
  #first_screen .main_topic h2 {
    font-size: 35px;
  }
  #first_screen .girlwithhorse {
    margin-top: 380px;
    width: 120%;
  }
  #album .head {
    padding-top: 60px;
  }
  #album .slider {
    margin: 40px auto;
  }
  #feedback {
    height: 1500px;
  }
  #feedback .head {
    padding-top: 60px;
  }
  #feedback .feedback {
    margin-left: 15%;
  }
  #second_screen .row {
    padding: 50px 0;
  }
  #second_screen img {
    margin: 60px 0;
  }
  #second_screen h2 {
    font-size: 20px;
  }
  #second_screen h5 {
    font-size: 11px;
  }
  #third_screen h4 {
    font-size: 15px;
  }
  #third_screen .head {
    padding-top: 60px;
  }
  #third_screen .head h2 {
    font-size: 25px;
  }
  #third_screen .row {
    padding: 15px 0;
  }
  #third_screen .wrap1 {
    padding-top: 10px;
  }
  #third_screen .wrap {
    padding-top: 20px;
  }
  #preferences .text p {
    font-size: 16px;
  }
  #we_offer {
    height: 570px;
  }
  #we_offer .head {
    padding-top: 60px;
  }
  #we_offer .head h2 {
    font-size: 25px;
  }
  #we_offer .text {
    margin-top: 40px;
  }
  #we_offer p {
    margin: 0;
  }
  #bonus {
    padding: 50px 0 0 0;
  }
  #bonus .side h2 {
    font-size: 30px;
  }
  #bonus .side p.inner_text {
    font-size: 17px;
  }
  .bonus_item p {
    font-size: 18px!important;
  }
  .bonus_item img {
    top: 23px;
  }
  footer {
    padding: 50px 15px;
  }
  footer p {
    font-size: 11px;
  }
  footer .info {
    font-size: 13px;
  }
}
@media (max-width: 990px) {
  .expand h1 {
    font-size: 25px;
  }
  .minimize .row {
    margin-top: 10px;
  }
  header .social {
    margin: 5px auto 0 20px;
  }
  header .phone {
    padding: 5px;
  }
  #preferences p {
    font-size: 57px;
  }
  #we_offer .head {
    padding-top: 40px;
  }
  #we_offer .text {
    margin-top: 0;
    padding-top: 140px;
  }
  #album .container {
    padding-top: 0;
  }
  #album .slider {
    width: 100%;
  }
  #feedback {
    height: 1450px;
  }
  #feedback .head {
    padding-top: 60px;
  }
  #feedback .feedback {
    margin-left: 0;
  }
  #feedback .feedback-full {
    padding: 50px;
  }
  #bonus .head h2 {
    font-size: 27px;
  }
  #bonus .head p:last-child {
    font-size: 18px;
  }
  #bonus .ticket_body p {
    padding: 15px;
  }
  #bonus .ticket_body :nth-child(3) {
    font-size: 40px;
  }
  #bonus .ticket_body span {
    margin-bottom: 7px;
  }
  #bonus .side {
    padding-left: 30px;
  }
  footer .side {
    padding: 0 30px 10px 30px;
  }
  #third_screen .wrap1 {
    padding-top: 15px;
  }
  #third_screen .wrap {
    padding-top: 15px;
  }
}
@media (max-width: 767px) {
  #first_screen {
    height: 550px;
  }
}
@media (max-width: 750px) {
  .expand {
    padding: 20px 0;
  }
  .expand h1 {
    margin-top: 40px;
  }
  .minimize .row {
    top: -50px;
  }
  header .row {
    display: block;
    position: fixed;
    top: 93px;
    right: 20px;
  }
  header .row .social {
    margin-top: 0;
  }
  #bonus .head h2 {
    text-align: center;
  }
  #bonus .head .outer_text {
    padding-left: 40px;
  }
  #bonus .container .side {
    padding: 0 5%;
  }
  #we_offer .text {
    padding-top: 90px;
  }
}
@media (max-width: 735px) {
  #first_screen .main_topic h3 {
    font-size: 25px;
  }
  #first_screen .main_topic h2 {
    font-size: 23px;
  }
  #preferences p {
    font-size: 40px;
  }
  #preferences p span {
    font-size: 26px;
  }
  #preferences .container > div {
    padding: 0 50px;
  }
  #we_offer {
    height: 475px;
  }
  #bonus .head h2 {
    text-align: center;
  }
  #bonus .container .side {
    padding: 0 5%;
  }
  #bonus .bonus_item img {
    top: 15px;
    left: -233px;
  }
}
@media (max-width: 670px) {
  .expand h1 {
    font-size: 20px;
    margin-top: 35px;
  }
}
@media (max-width: 600px) {
  header .row {
    top: -25px;
  }
  .expand h1 {
    font-size: 15px;
    margin-top: 25px;
  }
  .expand #logo {
    height: 80px;
  }
  #first_screen h4 {
    margin-top: 125px;
  }
  #first_screen .form {
    margin-top: 20px;
    width: 100%;
  }
  .form_modal {
    width: 95%;
  }
  #third_screen .head h2 {
    font-size: 18px;
    width: 290px;
  }
  #third_screen .head p {
    font-size: 15px;
  }
  #bonus .bonus_item img {
    width: 160px;
    left: -170px;
  }
  #preferences p {
    font-size: 30px;
  }
  #preferences p span {
    font-size: 18px;
  }
  #preferences .text p {
    font-size: 15px;
  }
  #we_offer .head {
    padding-top: 12px;
  }
  #we_offer .head h2 {
    font-size: 16px;
  }
  #we_offer .head .line {
    margin-top: 28px;
  }
  #album .head h1 {
    width: 340px;
    font-size: 16px;
    top: -10px;
  }
  #feedback .head h1 {
    width: 240px;
    font-size: 16px;
    top: -10px;
  }
  #bonus .head h2 {
    font-size: 18px;
  }
  #bonus .head .outer_text {
    padding-left: 95px;
  }
  #bonus .head p {
    font-size: 16px;
  }
  #bonus .head p i {
    font-size: 16px;
  }
  #bonus .head p:last-child {
    font-size: 15px;
  }
  #bonus .bonus_item p {
    font-size: 16px!important;
  }
}
@media (max-width: 535px) {
  #feedback {
    height: 1340px;
  }
  #feedback .img-circle {
    width: 100px;
  }
  #second_screen h2 {
    font-size: 16px;
  }
  #second_screen .row {
    padding: 25px 0;
  }
  #we_offer .head h2 {
    font-size: 16px;
  }
  #we_offer .text {
    padding-left: 10px;
  }
  #we_offer p {
    font-size: 14px;
  }
  #bonus .head img {
    width: 50px;
  }
  #bonus .head p {
    padding-top: 15px;
  }
  #bonus .container .side {
    padding: 0 5%;
  }
  #bonus .bonus_item img {
    top: 15px;
    left: -150px;
  }
}
@media (max-width: 480px) {
  .container-fluid {
    padding: 0;
  }
  #feedback {
    display: none;
  }
  #preferences .container div {
    padding: 0 10px;
  }
  #we_offer {
    height: 395px;
  }
  #we_offer .text {
    padding-top: 65px;
  }
  #album .slider {
    width: 90%;
    padding: 5px;
    margin: 10px auto;
  }
  footer .side p {
    margin-top: 15px;
  }
  #bonus .head .outer_text {
    padding-left: 60px;
  }
}
@media (max-width: 400px) {
  #first_screen h4 {
    font-size: 12px;
  }
  #first_screen .main_topic h3 {
    font-size: 20px;
  }
  #first_screen .main_topic h2 {
    font-size: 17px;
  }
  #second_screen .row {
    padding: 20px;
  }
  #third_screen .head h2 {
    font-size: 16px;
  }
  #third_screen .head p {
    font-size: 13px;
  }
  #third_screen .row {
    padding: 0;
  }
  #third_screen .wrap1 {
    padding-top: 0;
  }
  #third_screen .wrap {
    padding-top: 0;
  }
  #album .slider {
    width: 80%;
  }
  .container {
    padding: 0;
  }
  #bonus p {
    padding: 10px;
  }
  #bonus .col-xs-offset-5 {
    display: none;
  }
}
@media (max-width: 320px) {
  #menu .row {
    display: none;
  }
  #first_screen .topic {
    padding: 0;
  }
  #second_screen h2 {
    font-size: 15px;
  }
  #bonus .head img {
    width: 30px;
  }
  #bonus .head p {
    padding-top: 5px;
  }
  #bonus .container .side {
    padding: 0 5%;
  }
  #bonus .bonus_item img {
    top: 15px;
    left: -150px;
  }
  #album {
    display: none;
  }
}
