/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v7.0.29,
* Autoprefixer: v9.7.6
* Browsers: last 4 version
*/

* {
  margin: 0;
  outline: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
body {
  margin: 0;
}
.flex-container {
  max-width: 1600px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
a {
  color: #ffffff;
  text-decoration: none;
}
.title {
  font-family: 'Merriweather';
  font-size: 48px;
  font-weight: bold;
}
.descr {
  font-family: 'Montserrat';
  font-size: 24px;
}
.name {
  font-family: 'Merriweather';
  font-size: 36px;
  font-weight: normal;
  margin-bottom: 10px;
}
.profession {
  font-family: 'Montserrat';
  font-weight: normal;
  font-size: 24px;
}
.btn {
  outline: none;
  cursor: pointer;
  border: none;
  color: #ffffff;
  font-family: 'Montserrat';
  font-weight: normal;
  font-size: 32px;
  background: #3187D6;
  padding: 32px 58px;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
.btn-white {
  background-color: #ffffff;
  color: #3187D6;
}
.menu {
  cursor: pointer;
}
header {
  position: fixed;
  width: 100%;
  background: #3187D6;
  padding-top: 45px;
  padding-bottom: 45px;
  z-index: 10;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
header .header-item {
  font-family: 'Montserrat';
  font-size: 30px;
  margin-right: 53px;
}
header .header-item::after {
  content: "";
  display: block;
  width: 0%;
  height: 1px;
  background-color: #fff;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
header .header-item:hover.header-item::after {
  width: 100%;
}
header .header-lang {
  text-transform: uppercase;
}
header .header-lang .header-item:first-child {
  margin-right: 27px;
}
header .header-lang .header-item:last-child {
  margin-right: 0px;
}
.active {
  padding-top: 25px;
  padding-bottom: 25px;
}
.mobile-v {
  display: none;
}
.burger {
  display: none;
}
main .main-screen {
  padding-top: 120px;
  height: 100vh;
  background: url('../img/main/IMG_1051 1.jpg') center no-repeat;
  background-size: cover;
  z-index: 5;
}
main .main-screen .flex-container {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
main .welcome {
  padding-top: 110px;
  padding-bottom: 120px;
  max-width: 1170px;
  margin: 0 auto;
}
main .welcome .title {
  font-weight: 400;
  text-align: left;
  margin-bottom: 35px;
}
main .welcome .title:last-child {
  text-align: center;
  margin-bottom: 0px;
}
main .welcome .descr {
  margin: 20px 0;
}
main .welcome .image {
  width: 100%;
  margin: 40px 0;
}
main .welcome .flex-container:nth-of-type(1) > .image {
  margin-left: 30px;
}
main .welcome .flex-container:nth-of-type(2) > .image {
  margin-right: 30px;
}
main .teams {
  padding-top: 116px;
  padding-bottom: 108px;
  background-color: #D6E7F7;
}
main .teams .title {
  text-align: center;
  margin-bottom: 62px;
}
main .teams .flex-container {
  max-width: 1180px;
  margin-bottom: 150px;
}
main .teams .flex-container .item {
  padding: 15px;
  border-radius: 15px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
main .teams .flex-container .item img {
  border-radius: 50%;
  margin-bottom: 35px;
}
main .teams .flex-container .item:hover {
  -webkit-box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.5);
          box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.5);
}
main .teams .butt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
main .listen {
  background-color: #F0F0C8;
  padding-top: 84px;
  padding-bottom: 150px;
}
main .listen .title {
  text-align: center;
  margin-bottom: 70px;
}
main .listen .flex-container {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
main .listen .flex-container .left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: 80px;
}
main .listen .flex-container .left .btn {
  text-align: center;
  padding: 32px 37px;
  margin-bottom: 20px;
}
main .listen .flex-container .left .btn:last-child {
  margin-bottom: 0;
}
main .track-list {
  padding-top: 64px;
  padding-bottom: 115px;
}
main .track-list .title-block {
  text-align: center;
  margin: 0 auto;
  margin-bottom: 330px;
}
main .track-list .title-block .title {
  position: relative;
  z-index: 8;
}
main .track-list .title-block .title::after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  top: -100%;
  width: 718px;
  height: 404px;
  background: url('../img/main/artboard.png') center no-repeat;
  z-index: -1;
}
main .track-list .flex-container {
  max-width: 900px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
main .track-list .flex-container .descr {
  color: #000000;
  margin-bottom: 15px;
}
main .track-list .descr.descr-bold {
  text-align: center;
  font-weight: bold;
}
main .media {
  background-color: #D6E7F7;
  padding-top: 105px;
  padding-bottom: 95px;
}
main .media .title {
  text-align: center;
  margin-bottom: 70px;
}
main .media .grid-container {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 450px 50px 450px 50px 450px;
  grid-template-columns: 450px 450px 450px;
  grid-column-gap: 50px;
  grid-row-gap: 30px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
main .media .grid-container .item {
  width: 100%;
  background-color: #ffffff;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
main .media .grid-container .item img {
  width: 100%;
}
main .media .grid-container .item .text {
  margin: 0;
  min-height: 352px;
  width: 100%;
  padding-top: 30px;
  padding-bottom: 39px;
  padding-left: 38px;
  padding-right: 25px;
}
main .media .grid-container .item .text .descr {
  display: block;
  color: #000000;
  text-decoration: underline;
  margin-bottom: 26px;
}
main .media .grid-container .item .text .author {
  font-family: 'Montserrat';
  font-weight: normal;
  font-size: 24px;
}
main .media .grid-container .item:hover {
  -webkit-box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.5);
          box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.5);
}
main .media .grid-container .item:nth-child(2),
main .media .grid-container .item:nth-child(5),
main .media .grid-container .item:nth-child(8),
main .media .grid-container .item:nth-child(11),
main .media .grid-container .item:nth-child(14) {
  -webkit-transform: translateY(120px);
      -ms-transform: translateY(120px);
          transform: translateY(120px);
}
footer {
  padding-top: 157px;
  padding-bottom: 124px;
}
footer a {
  color: #000000;
}
footer .flex-container {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-bottom: 40px;
}
footer .flex-container .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
footer .flex-container .right {
  width: 70%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
footer .flex-container .right .image {
  min-height: 95px;
  margin-bottom: 30px;
}
footer .flex-container:nth-of-type(2) {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
footer .descr-small {
  font-size: 18px;
  max-width: 750px;
}
.curators.curator-1 .image,
.curators.curator-3 .image {
  margin-right: 20px;
}
.curators.curator-2 {
  background-color: #D6E7F7;
}
.curators.curator-2 .image {
  margin-left: 20px;
}
.curators.curator-3 {
  background-color: #F0F0C8;
}
.curators {
  padding-top: 70px;
}
.curators .title {
  margin-top: 120px;
  margin-bottom: 70px;
  text-align: center;
}
.curators .flex-container {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  max-width: 1170px;
  padding-bottom: 80px;
}
.curators .flex-container .text {
  max-width: 810px;
}
.curators .flex-container .text .profession {
  display: block;
  margin-bottom: 30px;
}
.curators .flex-container .image img {
  border-radius: 50%;
}
.curators .flex-container .descr {
  font-size: 18px;
  line-height: 25px;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 50px;
}
.songer {
  padding-top: 140px;
  padding-bottom: 125px;
}
.songer .title {
  text-align: center;
  margin-bottom: 70px;
}
.songer .image {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  margin-bottom: 80px;
}
.songer .grid-container {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 300px 30px 300px 30px 300px;
  grid-template-columns: 300px 300px 300px;
  grid-column-gap: 30px;
  grid-row-gap: 70px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.songer .grid-container .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.songer .grid-container .item img {
  margin-bottom: 30px;
}
.songer .grid-container .item .name {
  font-family: 'Merriweather';
  font-weight: normal;
  font-size: 28px;
}
.songer .grid-container .item .profession {
  font-family: 'Montserrat';
  font-weight: 400;
  font-size: 24px;
  color: #2C2C2C;
}
.comanda {
  padding-top: 45px;
  padding-bottom: 110px;
  background-color: #D6E7F7;
}
.comanda .title {
  text-align: center;
  margin-bottom: 60px;
}
.comanda .flex-container {
  max-width: 745px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.comanda .flex-container .name {
  margin-bottom: 40px;
}
.comanda .flex-container .name .profession {
  font-family: 'Montserrat';
  font-weight: 400;
  font-size: 24px;
  color: #000000;
}
.direct-speech {
  padding-top: 250px;
  padding-bottom: 100px;
  max-width: 930px;
  margin: 0 auto;
}
.direct-speech .title {
  margin-bottom: 70px;
  text-align: center;
}
.direct-speech .logo {
  float: left;
  margin: 25px;
}
.direct-speech .logo img {
  border-radius: 50%;
}
.direct-speech .image {
  width: 100%;
}
.direct-speech .image-left {
  margin-right: 30px;
}
.direct-speech .image-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  float: right;
  margin: 30px;
}
.direct-speech .image-right .image-text {
  max-width: 330px;
}
.direct-speech .image-text {
  display: block;
  margin-top: 10px;
  font-family: 'Montserrat';
  font-size: 14px;
  color: #000000;
}
.direct-speech .author {
  font-family: 'Merriweather';
  font-weight: normal;
  font-size: 36px;
  margin-bottom: 0px;
}
.direct-speech .profession {
  display: block;
  margin-bottom: 40px;
}
.direct-speech .descr {
  margin: 20px 0 ;
  word-wrap: break-word;
}
.direct-speech .flex-container .image-left {
  display: block;
  margin-right: 15px;
}
.listen-track {
  padding-top: 250px;
  padding-bottom: 80px;
  max-width: 1170px;
  margin: 0 auto;
}
.listen-track .title {
  text-align: center;
  margin-bottom: 70px;
}
.listen-track .descr {
  margin: 20px 0;
}
.listen-track .flex-container {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.listen-track .flex-container .item {
  margin: 0 10px;
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
}
.listen-track .flex-container .item .item-title {
  font-family: 'Merriweather';
  font-weight: normal;
  font-size: 26px;
  margin-bottom: 30px;
}
.listen-track .flex-container .item .item-descr {
  font-family: 'Montserrat';
  font-weight: normal;
  font-size: 24px;
  line-height: 29px;
  margin-bottom: 20px;
  text-align: left;
}
.listen-track .flex-container .item .item-small {
  font-family: 'Montserrat';
  font-weight: normal;
  font-size: 16px;
}
.listen-track .flex-container:nth-of-type(1) {
  margin-bottom: 105px;
}
.listen-track .flex-container .left {
  position: relative;
  -webkit-transform: translateX(300px);
      -ms-transform: translateX(300px);
          transform: translateX(300px);
}
.listen-track .flex-container .left .btn {
  display: block;
  text-align: center;
  width: 448px;
  font-size: 24px;
  margin: 10px 0;
  padding: 27px 10px;
}
.listen-track .flex-container .left .btn-t {
  background: transparent;
  color: #3187D6;
  border: 1px solid #3187D6;
}
.listen-track .flex-container .right .disc-mobile {
  display: none;
}
.curators.curator-1.ds-1 {
  background-color: #D6E7F7;
}
.curators.curator-1.ds-2 {
  background-color: #F0F0C8;
}
.active-lang {
  border-bottom: 1px solid #ffffff;
}