@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,700,300&subset=latin,latin-ext);
body, html {
  font-family: 'Open Sans', sans-serif;
  font-weight: normal;
  font-weight: 400;
  color: #171717;
  font-size: 14px;
  line-height: 1.1;
}

body {
  background: #f2f2f2 url(../img/bg.jpg) repeat-x center 0;
}

b, strong {
  font-weight: 700;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

h1 {
  font-size: 42px;
  line-height: 1;
  color: #1db954;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0 0 30px;
}

@media (max-width: 440px) {
  h1 {
    font-size: 28px;
  }
}

.btn {
  display: inline-block;
  vertical-align: middle;
  background: #327db2;
  color: #fff;
  font-weight: 300;
  font-size: 21px;
  padding: 14px 70px 12px;
  border-radius: 4px;
  position: relative;
  transition: .3s;
  border: 0;
  border-bottom: 3px solid #1e0000;
}

@media (max-width: 480px) {
  .btn {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.btn .arrow {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 17px;
  margin-left: 15px;
  background: url(../img/link-arrow.png);
}

.btn:hover, .btn:focus {
  color: #fff;
  text-decoration: none;
  border-color: #327db2;
}

.header {
  padding: 40px 0;
}

.header a {
  color: #fff;
  font-size: 24px;
  font-weight: 300;
  text-decoration: none;
}

.header .o2-logo {
  display: inline-block;
  vertical-align: middle;
  padding: 3px 42px 1px 0;
  border-right: 1px solid #fff;
}

.header .spotify-logo {
  display: inline-block;
  vertical-align: middle;
  margin: 5px 0 5px 42px;
}

.content-main {
  margin-bottom: 54px;
  position: relative;
}

.content-main .section {
  background: #fff;
  border-radius: 2px;
}

.content-main .section#home {
  padding: 80px;
  background: #fff url("../img/home.png") right 25px bottom no-repeat;
}

@media (max-width: 991px) {
  .content-main .section#home {
    padding-bottom: 309px;
  }
}

@media (max-width: 772px) {
  .content-main .section#home {
    padding: 45px;
    padding-bottom: 385px;
  }
}

@media (max-width: 500px) {
  .content-main .section#home {
    padding: 30px;
    background-image: none;
  }
}

.content-main .section#home p {
  line-height: 1.7;
  font-size: 18px;
  margin: 25px 0;
}

.content-main .section.section-last {
  background: 0;
}

.content-main .section.section-last .bg-white {
  background: #fff;
  margin-bottom: 40px;
  padding: 50px 40px;
  border-radius: 2px;
}

.content-main .section.section-last .bg-white.spotify {
  margin-bottom: 70px;
  position: relative;
}

.content-main .section.section-last .bg-white.spotify > .row {
  position: relative;
  z-index: 2;
}

.content-main .section.section-last .bg-white.spotify:before, .content-main .section.section-last .bg-white.spotify:after {
  content: "";
  position: absolute;
  top: 0;
  height: 100%;
}

.content-main .section.section-last .bg-white.spotify:before {
  width: 174px;
  left: 3%;
  background: url(../img/contact/bg-left.jpg) no-repeat center;
}

.content-main .section.section-last .bg-white.spotify:after {
  width: 162px;
  right: 3%;
  background: url(../img/contact/bg-right.jpg) no-repeat center;
}

.content-main .section.section-last .bg-white.spotify h1, .content-main .section.section-last .bg-white.spotify p {
  color: #0070a7;
  margin-bottom: 20px;
  font-weight: 300;
}

.content-main .section.section-last .bg-white.spotify .contact {
  margin: 0 auto 15px;
  width: 440px;
  background: url(../img/contact/online-img.jpg) no-repeat 0 center;
  padding-left: 110px;
}

@media (max-width: 580px) {
  .content-main .section.section-last .bg-white.spotify .contact {
    width: auto;
    padding: 100px 0 0;
    background-position: center 0;
  }
}

.content-main .section.section-last .bg-white.spotify .contact .form-group {
  margin-bottom: 0;
}

.content-main .section.section-last .bg-white.spotify .contact .form-control {
  display: block;
  text-align: center;
  width: 100%;
  margin-bottom: 8px;
  height: 54px;
  line-height: 54px;
}

.content-main .section.section-last .bg-white.spotify .contact .form-control::-webkit-input-placeholder {
  color: #bfc5cc;
}

.content-main .section.section-last .bg-white.spotify .contact .form-control:-moz-placeholder {
  color: #bfc5cc;
}

.content-main .section.section-last .bg-white.spotify .contact .form-control::-moz-placeholder {
  color: #bfc5cc;
}

.content-main .section.section-last .bg-white.spotify .contact .form-control:-ms-input-placeholder {
  color: #bfc5cc;
}

.content-main .section.section-last .bg-white.spotify .contact button {
  width: 100%;
  background: #3399cc;
}

@media (max-width: 991px) {
  .content-main .section.section-last .finished-img {
    margin: 0 auto 30px;
  }
}

.content-main .section.section-last .status {
  border: 1px solid #1db954;
  border-radius: 3px;
  margin-bottom: 30px;
  overflow: hidden;
}

.content-main .section.section-last .status .line {
  background: #1db954;
  width: 0;
  border-radius: 3px;
  padding: 12px 17px;
  transition: 1.5s;
  position: relative;
  height: 50px;
}

@media (max-width: 767px) {
  .content-main .section.section-last .status .line {
    background: 0;
    height: auto;
    width: auto !important;
  }
}

.content-main .section.section-last .status .line .text {
  font-size: 24px;
  font-weight: 300;
  color: #fff;
  opacity: 0;
  transition: 1.8s;
  height: 50px;
  width: 280px;
  -webkit-transform: translate(-100px, 0);
      -ms-transform: translate(-100px, 0);
          transform: translate(-100px, 0);
  position: absolute;
}

@media (max-width: 767px) {
  .content-main .section.section-last .status .line .text {
    color: #1db954 !important;
    position: static;
    width: auto;
    height: auto;
  }
}

.content-main .section.section-last .status .line .text.opacity {
  opacity: 1;
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
}

.content-main .section.section-last .status .line.right-pos .text {
  color: #171717;
  left: 105%;
}

.content-main .section.section-last .odmena-box {
  text-align: center;
  line-height: 3;
  margin-top: 25px;
}

.content-main .section.section-last p {
  font-size: 18px;
  line-height: 1.6;
  margin-bottom: 25px;
}

.content-main .section.section-last .social {
  /*border-top: 1px solid #f2f2f2;*/
  padding-top: 15px;
  font-size: 0;
}

@media (max-width: 1199px) {
  .content-main .section.section-last .social {
    text-align: center;
  }
}

.content-main .section.section-last .social .item {
  display: inline-block;
  vertical-align: middle;
  margin-right: 35px;
}

@media (max-width: 1199px) {
  .content-main .section.section-last .social .item {
    margin: 0 20px 10px !important;
  }
}

.content-main .section.section-last .social .item:last-child {
  margin-right: 0;
}

.content-main .section.section-last .social .item.text {
  text-transform: uppercase;
  font-weight: 300;
  font-size: 24px;
}

@media (max-width: 991px) {
  .content-main .section.section-last .social .item.text {
    display: block;
  }
}

.content-main .section.section-last .social .item a {
  display: block;
  font-size: 20px;
  color: #fff;
  border-radius: 50%;
  background: #1db954;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
}

.content-main .section.section-last .social .item a.fb-share {
  background: #3b5998;
}

.content-main .section.section-last .social .item a.twitter-share {
  background: #55acee;
}

.content-main .section.section-last .social .item a.google-plus-share {
  background: #d34836;
}

.content-main:before {
  content: "";
  position: absolute;
  left: -69px;
  top: 26px;
  width: 47px;
  height: 302px;
  background: url(../img/note-left.png);
}

@media (max-width: 767px) {
  .content-main:before {
    display: none;
  }
}

.content-main:after {
  content: "";
  position: absolute;
  right: -85px;
  top: -40px;
  width: 66px;
  height: 198px;
  background: url(../img/note-right.png);
}

@media (max-width: 767px) {
  .content-main:after {
    display: none;
  }
}

.content-main .question {
  position: relative;
  overflow: hidden;
}

@media (max-width: 480px) {
  .content-main .question .img-header {
    max-width: 180%;
    margin-left: -40%;
  }
  .content-main .question .img-header.img-header2 {
    margin-left: -30%;
  }
  .content-main .question .img-header.img-header3 {
    margin-left: -50%;
  }
  .content-main .question .img-header.img-header4 {
    margin-left: -80%;
  }
  .content-main .question .img-header.img-header5 {
    margin-left: -20%;
  }
  .content-main .question .img-header.img-header7 {
    margin-left: -8%;
  }
  .content-main .question .img-header.img-header8 {
    margin-left: -30%;
  }
  .content-main .question .img-header.img-header9 {
    margin-left: -20%;
  }
  .content-main .question .img-header.img-header10 {
    margin-left: -20%;
  }
  .content-main .question .img-header.img-header11 {
    margin-left: -20%;
  }
  .content-main .question .img-header.img-header12 {
    margin-left: -65%;
  }
  .content-main .question .img-header.img-header13 {
    margin-left: -20%;
  }
  .content-main .question .img-header.img-header14 {
    margin-left: -30%;
  }
  .content-main .question .img-header.img-header15 {
    margin-left: -42%;
  }
  .content-main .question .img-header.img-header16 {
    margin-left: -48%;
  }
  .content-main .question .img-header.img-header17 {
    margin-left: -20%;
  }
  .content-main .question .img-header.img-header18 {
    margin-left: -60%;
  }
  .content-main .question .img-header.img-header19 {
    margin-left: -20%;
  }
  .content-main .question .img-header.img-header20 {
    margin-left: -55%;
  }
}

.content-main .question .number {
  position: absolute;
  left: 0;
  top: 30px;
  background: #1db954;
  padding: 8px 25px 8px 20px;
  border-radius: 0 3px 3px 0;
}

.content-main .question .number span {
  color: #fff;
  font-size: 24px;
  font-weight: 700;
}

.content-main .question .item {
  position: absolute;
  left: 20px;
  bottom: 20px;
  font-size: 0;
  overflow: hidden;
}

.content-main .question .item.on-show .title {
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
  opacity: 1;
}

@media (max-width: 400px) {
  .content-main .question .item {
    left: 5px;
  }
}

.content-main .question .item .question-mark {
  font-size: 24px;
  color: #fff;
  display: inline-block;
  vertical-align: middle;
  background: #1db954;
  border-radius: 50%;
  padding: 8px 15px;
  margin-right: 28px;
  cursor: pointer;
  position: relative;
  z-index: 2;
}

@media (max-width: 400px) {
  .content-main .question .item .question-mark {
    margin-right: 10px;
  }
}

.content-main .question .item .title {
  font-size: 18px;
  color: #fff;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  z-index: 1;
  opacity: 0;
  -webkit-transform: translate(-70px, 0);
      -ms-transform: translate(-70px, 0);
          transform: translate(-70px, 0);
  transition: .3s;
  background: #1db954;
  border-radius: 2px 3px 3px 2px;
  padding: 10px 18px 10px 8px;
  position: relative;
}

@media (max-width: 400px) {
  .content-main .question .item .title {
    padding: 10px 15px;
    margin: 0 15px;
  }
}

.content-main .question .item .title:before {
  position: absolute;
  right: 100%;
  margin-right: -1px;
  top: 0;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  pointer-events: none;
  border-color: rgba(136, 183, 213, 0);
  border-right-color: #1db954;
  border-width: 20px;
}

.content-main .btn-click {
  background: #ccc;
  cursor: default;
  border-color: #999;
}

.content-main .items {
  padding: 30px 20px 0;
}

@media (max-width: 480px) {
  .content-main .items {
    padding: 15px 0 0;
  }
}

.content-main .items .column {
  border-right: 1px solid #f2f2f2;
}

@media (max-width: 991px) {
  .content-main .items .column {
    border: 0;
  }
}

.content-main .items .column:last-child {
  border: 0;
}

.content-main .items .item {
  font-size: 0;
  padding: 22px 15px;
}

@media (max-width: 991px) {
  .content-main .items .item {
    text-align: center;
  }
}

@media (max-width: 615px) {
  .content-main .items .item {
    padding: 15px 5px;
  }
}

.content-main .items .item .num {
  display: inline-block;
  vertical-align: middle;
}

.content-main .items .item .num a {
  display: block;
  font-size: 24px;
  font-weight: 700;
  color: #fff;
  width: 50px;
  height: 50px;
  line-height: 50px;
  background: #f2f2f2 no-repeat center 0;
  text-align: center;
  border-radius: 50%;
  transition: .3s;
  overflow: hidden;
  outline: none;
}

.content-main .items .item .num a.selected {
  text-indent: -9999px;
  background-color: #1db954;
  background-image: url(../img/selected-icon.png);
  background-position: center;
}

.content-main .items .item .num a:hover {
  text-indent: -9999px;
  background-color: #1db954;
  background-image: url(../img/selected-icon.png);
  background-position: center;
  opacity: 0.6;
  filter: alpha(opacity=60);
}

.content-main .items .item .name {
  display: inline-block;
  vertical-align: middle;
  margin: 0 10px -17px;
  line-height: 1.2;
  width: 62%;
}

@media (max-width: 1199px) {
  .content-main .items .item .name {
    width: 52%;
  }
}

@media (max-width: 991px) {
  .content-main .items .item .name {
    width: 81%;
    text-align: left;
  }
}

@media (max-width: 725px) {
  .content-main .items .item .name {
    width: 77%;
  }
}

@media (max-width: 615px) {
  .content-main .items .item .name {
    width: 55%;
  }
}

@media (max-width: 365px) {
  .content-main .items .item .name {
    width: 49%;
    margin-left: 5px;
    margin-right: 5px;
  }
}

.content-main .items .item .name .title {
  font-size: 14px;
  padding: 0 10px;
}

.content-main .items .item .name .artist {
  font-size: 14px;
  padding: 0 10px;
  font-weight: 700;
  text-transform: uppercase;
}

.content-main .items .item .name .layer {
  opacity: 0;
  transition: .3s;
}

.content-main .items .item .name .layer .time {
  font-size: 12px;
  font-weight: 700;
  padding: 0 10px 2px 0;
  color: #1db954;
  text-align: right;
}

.content-main .items .item .name .layer .line {
  height: 2px;
  width: 100%;
  background: #f2f2f2;
  position: relative;
}

.content-main .items .item .name .layer .line .meter {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 2px;
  background: #1db954;
}

.content-main .items .item .name .layer .line .circle {
  position: absolute;
  top: -3px;
  background: #1db954;
  width: 8px;
  height: 8px;
  border-radius: 100%;
  display: block;
}

.content-main .items .item .action {
  display: inline-block;
  vertical-align: middle;
}

.content-main .items .item .action .play-icon {
  display: block;
  width: 48px;
  height: 48px;
  border: 1px solid #1db954;
  border-radius: 50%;
  background: url(../img/play-icon.png) no-repeat center;
  transition: .3s;
}

.content-main .items .item .action .play-icon:hover {
  background-color: #1db954;
  background-image: url(../img/play-icon-hover.png);
}

.content-main .items .item .action .play-icon.pause-icon {
  background-color: #1db954;
  background-image: url(../img/pause-icon.png);
}

.content-main .items .item .action .play-icon.loader {
  -webkit-animation: loading 1.5s infinite;
          animation: loading 1.5s infinite;
}

.content-main .link {
  padding: 25px 0;
}

.adwo2-img {
  cursor: pointer;
  border-radius: 2px;
  margin-bottom: 50px;
  background: url(../img/adwo2-bg.png) center;
  position: relative;
}

@media (max-width: 991px) {
  .adwo2-img {
    background: #dde7f0 url(../img/adwo2-bg-mobile.png) repeat-x 0 -80px;
  }
}

@media (max-width: 767px) {
  .adwo2-img {
    background-position: 0 0;
    text-align: center;
  }
}

.adwo2-img .content {
  padding: 30px;
}

.adwo2-img .content .title {
  font-size: 30px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 22px;
}

@media (max-width: 991px) {
  .adwo2-img .content .title {
    font-size: 21px;
  }
}

.adwo2-img .content .text {
  color: #fff;
  font-size: 24px;
  margin-bottom: 75px;
}

@media (max-width: 991px) {
  .adwo2-img .content .text {
    font-size: 16px;
  }
}

@media (max-width: 767px) {
  .adwo2-img .content .text {
    margin-bottom: 5px;
  }
}

.adwo2-img .logo {
  position: absolute;
  right: 25px;
  bottom: 20px;
}

@media (max-width: 1199px) {
  .adwo2-img .logo {
    right: 20px;
    top: 20px;
    bottom: auto;
  }
}

@media (max-width: 991px) {
  .adwo2-img .logo {
    width: 80px;
  }
}

@media (max-width: 767px) {
  .adwo2-img .logo {
    width: auto;
    display: inline-block;
    position: static;
    padding: 0 20px 20px;
    text-align: center;
  }
  .adwo2-img .logo img {
    display: inline-block;
    vertical-align: middle;
  }
}

.adwo2-img .logo_spotify {
  position: absolute;
  left: 25px;
  bottom: 20px;
}

@media (max-width: 1199px) {
  .adwo2-img .logo_spotify {
    left: 20px;
    bottom: 20px;
  }
}

@media (max-width: 767px) {
  .adwo2-img .logo_spotify {
    position: static;
    padding: 0 20px 20px;
    display: inline-block;
    text-align: center;
  }
  .adwo2-img .logo_spotify img {
    display: inline-block;
    vertical-align: middle;
  }
}

.adwo2-img .mobile {
  position: absolute;
  right: 90px;
  bottom: 0;
}

@media (max-width: 1199px) {
  .adwo2-img .mobile {
    right: 43px;
    width: 28%;
  }
}

@media (max-width: 991px) {
  .adwo2-img .mobile {
    width: 36%;
  }
}

@media (max-width: 767px) {
  .adwo2-img .mobile {
    position: static;
    width: 100%;
    text-align: center;
    padding: 0 20px;
  }
  .adwo2-img .mobile img {
    display: inline-block;
    vertical-align: middle;
  }
}

.footer {
  border-top: 1px solid #c5c5c5;
  padding: 20px 0 100px;
  font-size: 0;
}

@media (max-width: 1199px) {
  .footer {
    text-align: center;
  }
}

@media (max-width: 991px) {
  .footer {
    padding-bottom: 50px;
  }
}

.footer .social {
  margin: 0 7px;
  display: inline-block;
  vertical-align: middle;
}

@media (max-width: 991px) {
  .footer .social {
    margin-bottom: 20px;
  }
}

.footer .social ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer .social ul li {
  display: inline-block;
  vertical-align: middle;
  margin: 10px;
}

.footer .social ul li a {
  display: block;
  background: #c5c5c5;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  text-align: center;
  transition: .3s;
}

.footer .social ul li a:hover {
  background: #327db2;
}

.footer .social ul li a i {
  font-size: 18px;
  line-height: 40px;
  color: #fff;
}

.footer .menu {
  display: inline-block;
  vertical-align: middle;
  margin-left: 15px;
}

@media (max-width: 991px) {
  .footer .menu {
    margin: 0;
  }
}

.footer .menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer .menu ul li {
  display: inline-block;
  vertical-align: middle;
  margin: 0 5px;
}

@media (max-width: 767px) {
  .footer .menu ul li {
    margin-bottom: 5px;
  }
}

.footer .menu ul li a {
  display: block;
  font-size: 16px;
  color: #171717;
  font-weight: 300;
  padding: 0 10px 0 0;
}

.footer .menu ul li a:before {
  content: "";
  width: 5px;
  height: 5px;
  background: #c5c5c5;
  border-radius: 50%;
  display: inline-block;
  vertical-align: middle;
  margin-right: 20px;
}

.footer .menu ul li a:hover, .footer .menu ul li a:focus {
  color: #3399cc;
}

.footer .menu ul li:first-child a:before {
  display: none;
}

@media (max-width: 480px) {
  .footer .menu ul li:first-child a:before {
    display: inline-block;
  }
}

.footer .copyright {
  font-size: 16px;
  font-weight: 300;
  padding: 21px 0;
}

@media (max-width: 1199px) {
  .footer .copyright {
    text-align: center;
  }
}

@-webkit-keyframes loading {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}

@keyframes loading {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}
