html, body {
  height: 100%;
  width: 100%;
}

body {
  min-width: 320px;
  font-family: "Raleway", sans-serif;
  font-size: 20px;
  line-height: 1.7;
  color: #2c2b2b;
  font-weight: 400;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0;
  background-color: #e9e2d7;
}

.top40
{
    margin-top: 40px;
}

.menu-opened body {
  overflow: hidden;
}

@media (max-width: 767px) {
  body {
    font-size: 18px;
  }
}

body:not(.loaded) {
  height: 100px;
  overflow: hidden;
}

html.menu-opened {
  overflow: hidden;
}

*:after,
*:before,
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: none;
  cursor: pointer;
}

button::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner {
  border: none;
  padding: 0;
}

[type="search"] {
  -webkit-appearance: none;
}

blockquote, q {
  quotes: none;
}

q:before,
q:after {
  content: '';
}

a {
  color: inherit;
  text-decoration: underline;
}

a:hover {
  text-decoration: none;
}

a:focus,
button:focus,
input:focus,
textarea:focus,
select:focus {
  outline: none;
}

img {
  max-width: 100%;
  height: auto;
}

iframe {
  border: none;
}

.wrapper {
  position: relative;
  overflow: hidden;
  width: 100%;
  min-height: 100%;
  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: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.container,
.container-fluid {
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
  max-width: 1440px;
}

@media (max-width: 991px) {
  .container,
  .container-fluid {
    padding-left: 25px;
    padding-right: 25px;
  }
}

@media (max-width: 767px) {
  .container,
  .container-fluid {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.container {
  max-width: 1170px;
}

.main {
  -webkit-box-flex: 4;
      -ms-flex-positive: 4;
          flex-grow: 4;
  display: block;
  width: 100%;
}

h1,
.h1 {
  font-size: 40px;
  line-height: 1.1;
  margin: 0 0 0.1923076923em;
  font-weight: 800;
}

@media (max-width: 1024px) {
  h1,
  .h1 {
    font-size: 42px;
    margin-bottom: .5em;
  }
}

@media (max-width: 767px) {
  h1,
  .h1 {
    text-align: center;
    margin-bottom: 0.7380952381em;
  }
}

h2,
.h2 {
  font-size: 52px;
  line-height: 1.1;
  margin: 0 0 0.4230769231em;
  font-weight: 900;
}

@media (max-width: 1024px) {
  h2,
  .h2 {
    font-size: 42px;
    margin-bottom: .5em;
  }
}

@media (max-width: 767px) {
  h2,
  .h2 {
    text-align: center;
    margin-bottom: 0.7380952381em;
  }
}

h3,
.h3 {
  font-size: 42px;
  line-height: 1.1;
  margin: 0 0 0.5em;
}

@media (max-width: 767px) {
  h3,
  .h3 {
    font-size: 30px;
    text-align: center;
  }
}

h4,
.h4 {
  font-size: 32px;
  line-height: 1.1;
  margin: 0 0 0.5em;
}

h5,
.h5 {
  font-size: 26px;
  line-height: 1.1;
  margin: 0 0 0.5em;
}

h6,
.h6 {
  font-size: 1em;
  line-height: 1.1;
  margin: 0 0 0.5em;
}

p {
  margin: 0 0 1.1724137931em;
}

.media-holder {
  position: relative;
}

.media-holder > * {
  position: relative;
  z-index: 3;
  vertical-align: top;
}

.media-holder:before {
  content: '';
  position: absolute;
  z-index: 1;
  top: 11px;
  left: 19px;
  right: -12px;
  bottom: -13px;
  background-color: #d8d8d8;
}

@media (max-width: 767px) {
  .media-holder:before {
    top: 5px;
    right: -5px;
    bottom: -5px;
    left: 10px;
  }
}

.media-holder:after {
  content: '';
  position: absolute;
  bottom: -21px;
  right: -21px;
  width: 78px;
  height: 65px;
  background-color: #88007C;
  z-index: 2;
}

@media (max-width: 1024px) {
  .media-holder:after {
    width: 86px;
    height: 74px;
  }
}

@media (max-width: 767px) {
  .media-holder:after {
    bottom: -9px;
    right: -10px;
    width: 40px;
    height: 35px;
  }
}

.media-holder img {
  width: 100%;
  vertical-align: top;
}

.styled-header {
  text-align: left;
  position: relative;
  display: inline-block;
  vertical-align: top;
}

@media (min-width: 768px) {
  body:not(.subpage) .styled-header {
    font-size: 42px;
    padding: 0 3px;
    margin: 0 -3px;
  }
}

.styled-header:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 108%;
  height: 0;
  font-size: 0;
  line-height: 0;
  margin-top: 2px;
  border-bottom: 8px solid #d8d8d8;
  z-index: -1;
}

.subpage .styled-header {
  position: relative;
  display: inline-block;
  vertical-align: top;
  font-size: 42px;
  padding: 0 3px;
  margin: 0 -3px;
}

@media (max-width: 767px) {
  .subpage .styled-header {
    font-size: 30px;
    padding-left: 0;
    padding-right: 0;
    margin-left: 0;
    margin-right: 0;
  }
}

.subpage .styled-header:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 108%;
  height: 0;
  font-size: 0;
  line-height: 0;
  margin-top: 2px;
  border-bottom: 8px solid #d8d8d8;
  z-index: -1;
}

@media (max-width: 767px) {
  .subpage .styled-header:before {
    margin-top: -1px;
  }
}

.heading {
  padding: 47px 0 37px;
}

@media (min-width: 1439px) {
  .heading {
    max-width: 700px;
  }
}

@media (max-width: 767px) {
  .heading {
    text-align: center;
  }
}

.heading small {
  display: block;
  font-size: 0.85em;
  font-weight: 400;
  margin: -6px 0 -3px;
  color: #6d6d6d;
}

.video {
  position: relative;
  height: 0;
  padding-top: 56.25%;
  width: 100%;
  margin-bottom: 2em;
}

.video > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.row {
  margin: -15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media (max-width: 991px) {
  .row {
    margin-left: -25px;
    margin-right: -25px;
  }
}

@media (max-width: 767px) {
  .row {
    margin-left: -15px;
    margin-right: -15px;
  }
}

.row > [class*=col] {
  padding-left: 15px;
  padding-right: 15px;
}

@media (max-width: 991px) {
  .row > [class*=col] {
    padding-left: 25px;
    padding-right: 25px;
  }
}

@media (max-width: 767px) {
  .row > [class*=col] {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.play-icon {
  display: block;
  position: relative;
}

.play-icon:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: url(../images/ico-play.svg) no-repeat 50% 50%;
  background-size: 100% 100%;
  width: 114px;
  height: 114px;
}

@media (max-width: 767px) {
  .play-icon:before {
    width: 53px;
    height: 53px;
  }
}

.loader-overlay {
  position: absolute;
  z-index: 1000;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.98);
  -webkit-transition: all .5s;
  transition: all .5s;
}

.loaded .loader-overlay {
  opacity: 0;
  visibility: hidden;
}

.loader-overlay .loader {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 240px;
  height: 240px;
  margin: -120px 0 0 -120px;
  border-radius: 50%;
}

.loader-overlay .loader:before, .loader-overlay .loader:after {
  content: '';
  position: absolute;
}

.loader-overlay .loader:before {
  border-radius: 50%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border: 20px solid;
  border-color: #fff #88007C #fff #fff;
  -webkit-animation: spin 1.3s linear infinite;
  animation: spin 1.3s linear infinite;
}

.loader-overlay .loader:after {
  top: 50%;
  left: 50%;
  width: 100px;
  height: 100px;
  margin: -50px 0 0 -50px;
  border-radius: 8px;
  background: #88007C;
}

@-webkit-keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.bg-img {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}

.bg-img > img {
  display: none;
}

.tags-block {
  padding: 112px 0 50px;
}

@media (max-width: 1024px) {
  .tags-block {
    padding: 50px 0;
  }
}

@media (max-width: 767px) {
  .tags-block {
    padding: 30px 0;
  }
}

.tags-block .tags-list {
  margin: 0;
  padding: 0 0 0 100px;
  list-style: none;
  font-size: 0;
  line-height: 0;
}

@media (max-width: 1024px) {
  .tags-block .tags-list {
    padding: 0;
  }
}

.tags-block .tags-list li {
  display: inline;
  font-weight: 700;
  font-size: 36px;
  line-height: 55px;
}

@media (max-width: 767px) {
  .tags-block .tags-list li {
    font-size: 19px;
    line-height: 32px;
  }
}

.tags-block .tags-list li:after {
  content: '/';
  color: #88007C;
  display: inline-block;
  margin-right: 20px;
}

@media (max-width: 767px) {
  .tags-block .tags-list li:after {
    margin-right: 10px;
  }
}

.tags-block .tags-list li:last-child:after {
  display: none;
}

.tags-block .tags-list a {
  margin-right: 20px;
  text-decoration: none;
}

@media (max-width: 767px) {
  .tags-block .tags-list a {
    margin-right: 10px;
  }
}

.tags-block .tags-list a:hover {
  text-decoration: underline;
}

.tags-block + .info-list-holder .info-list-item {
  padding-top: 40px;
}

@media (min-width: 768px) {
  .tags-block + .info-list-holder .info-list-item .styled-header {
    font-size: 42px;
  }
}

/* buttons */
.btn {
  display: inline-block;
  vertical-align: top;
  border-radius: 0.3888888889em;
  font-size: 18px;
  line-height: 1.2222222222;
  padding: 0.7222222222em 1.1111111111em;
  text-decoration: none;
  font-weight: 500;
  background-color: #2c2b2b;
  border: none;
  color: #fff;
  -webkit-transition: color .3s, background .3s;
  transition: color .3s, background .3s;
  min-width: 196px;
  text-align: center;
}

.btn:hover {
  text-decoration: none;
  background-color: #464444;
}

.btn-primary {
  background-color: #88007C;
  color: #fff;
}

.btn-primary:hover, .btn-primary:focus {
  background-color: #bb00ab;
}

/* header */
#header {
  padding: 25px 28px;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: relative;
  z-index: 999;
  width: 100%;
}

@media (min-width: 1025px) {
  #header {
    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;
  }
}

@media (max-width: 1024px) {
  #header {
    padding: 27px 15px;
  }
}

@media (max-width: 767px) {
  #header {
    padding-left: 10px;
    padding-right: 10px;
  }
}

#header .logo {
  display: block;
  width: 248px;
  height: 41px;
  font-size: 0;
  line-height: 0;
  background: url(../images/logo.svg) no-repeat;
  background-size: 100% 100%;
}

@media (max-width: 1438px) {
  #header .logo {
    width: 160px;
    height: 26px;
  }
}

@media (max-width: 1024px) {
  #header .logo {
    float: left;
    position: relative;
    z-index: 15;
  }
  .menu-opened #header .logo {
    background: url(../images/logo-white.svg) no-repeat;
    background-size: 100% 100%;
  }
}

#header .logo a {
  display: block;
  height: 100%;
}

#header .main-nav {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  font-weight: 700;
}

@media (min-width: 1025px) {
  #header .main-nav {
    -webkit-transition: all .3s;
    transition: all .3s;
  }
  .search-opened #header .main-nav {
    opacity: 0;
    visibility: hidden;
  }
}

@media (max-width: 1024px) {
  #header .main-nav {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100vw;
    background-color: #88007C;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: visibility .3s, opacity .3s, -webkit-transform .3s;
    transition: visibility .3s, opacity .3s, -webkit-transform .3s;
    transition: transform .3s, visibility .3s, opacity .3s;
    transition: transform .3s, visibility .3s, opacity .3s, -webkit-transform .3s;
    z-index: 10;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 90px 0 10px;
  }
  .menu-opened #header .main-nav {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s;
  }
}

#header .main-nav > ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

@media (min-width: 1025px) {
  #header .main-nav > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media (max-width: 1024px) {
  #header .main-nav > ul {
    max-height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
    padding-top: 25px;
  }
}

@media (min-width: 1025px) {
  #header .main-nav > ul > li {
    position: relative;
    margin: 0 3px;
  }
}

@media (max-width: 1024px) {
  #header .main-nav > ul > li {
    margin: 0 0 10px;
  }
}

@media (min-width: 1025px) {
  #header .main-nav > ul > li.active > a {
    color: #88007C;
  }
}

#header .main-nav > ul > li:focus, #header .main-nav > ul > li:hover {
  z-index: 5;
}

@media (min-width: 1025px) {
  #header .main-nav > ul > li:focus > ul, #header .main-nav > ul > li:hover > ul {
    visibility: visible;
    opacity: 1;
    z-index: 1;
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
    -webkit-transition-delay: 0s, 0s, 0.3s;
            transition-delay: 0s, 0s, 0.3s;
  }
}

#header .main-nav > ul > li:focus > a:before, #header .main-nav > ul > li:hover > a:before {
  width: 100%;
}

#header .main-nav > ul > li > a {
  text-decoration: none;
  display: block;
  padding: 12px 10px;
  position: relative;
}

@media (max-width: 1438px) {
  #header .main-nav > ul > li > a {
    padding: 12px 8px;
  }
}

@media (min-width: 1025px) {
  #header .main-nav > ul > li > a {
    z-index: 2;
  }
  #header .main-nav > ul > li > a:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 0;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    -webkit-transition: width .3s;
    transition: width .3s;
    border-bottom: 3px solid #88007C;
  }
}

@media (max-width: 1024px) {
  #header .main-nav > ul > li > a {
    color: #fff;
    font-size: 36px;
    padding: 8px 15px;
    font-weight: 800;
  }
}

#header .main-nav > ul > li > a.btn, #header .main-nav > ul > li > a.btn-facebook {
  border-radius: 0;
}

#header .main-nav > ul > li > a.btn:before, #header .main-nav > ul > li > a.btn-facebook:before {
  display: none;
}

#header .main-nav > ul > li > a.btn {
  margin-left: 20px;
  font-weight: 700;
  padding: 9px 15px;
  min-width: 128px;
}

@media (max-width: 1438px) {
  #header .main-nav > ul > li > a.btn {
    margin-left: 10px;
  }
}

@media (max-width: 1024px) {
  #header .main-nav > ul > li > a.btn {
    color: #fff;
    font-size: 36px;
    padding: 8px 15px;
    font-weight: 800;
    text-align: left;
    min-width: 0;
    background: none;
    margin: 0;
  }
}

#header .main-nav > ul > li > a.btn-facebook {
  padding: 0;
  margin-left: 30px;
}

#header .main-nav > ul > li > a.btn-facebook:hover {
  opacity: .75;
}

@media (max-width: 1438px) {
  #header .main-nav > ul > li > a.btn-facebook {
    margin-left: 20px;
  }
}

@media (max-width: 1024px) {
  #header .main-nav > ul > li > a.btn-facebook {
    display: none;
  }
}

#header .main-nav > ul > li > a.btn-facebook .fa-facebook {
  font-size: 46px;
  line-height: 52px;
}

#header .main-nav > ul > li ul {
  list-style: none;
  padding: 24px 10px 20px;
  margin: 0;
  font-weight: 700;
  font-size: 17px;
  line-height: 1.1764705882;
}

@media (min-width: 1025px) {
  #header .main-nav > ul > li ul {
    visibility: hidden;
    opacity: 0;
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
    -webkit-transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s, z-index 0s linear 0.01s;
    transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s, z-index 0s linear 0.01s;
    position: absolute;
    top: 100%;
    left: -10px;
    min-width: 244px;
    background-color: #fbfbfb;
  }
}

@media (max-width: 1024px) {
  #header .main-nav > ul > li ul {
    padding: 13px 15px 0;
    display: none;
  }
}

#header .main-nav > ul > li ul > li + li {
  margin-top: 10px;
}

#header .main-nav > ul > li ul > li.active a {
  text-decoration: none;
}

@media (min-width: 1025px) {
  #header .main-nav > ul > li ul > li.active a {
    color: #fff;
    background-color: #88007C;
  }
}

#header .main-nav > ul > li ul a {
  text-decoration: none;
  display: inline-block;
  padding: 6px 14px;
  -webkit-transition: all .3s;
  transition: all .3s;
}

#header .main-nav > ul > li ul a:hover {
  text-decoration: none;
}

@media (min-width: 1025px) {
  #header .main-nav > ul > li ul a:hover {
    color: #fff;
    background-color: #88007C;
  }
}

@media (max-width: 1024px) {
  #header .main-nav > ul > li ul a {
    color: #fff;
    padding: 0;
    font-size: 19px;
    line-height: 1.2631578947;
    font-weight: 400;
  }
}

#header .search-form {
  position: relative;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  margin-right: 4.305555556vw;
  margin-left: 7px;
  z-index: 5;
}

@media (max-width: 1024px) {
  #header .search-form {
    display: none;
  }
}

#header .search-form .opener {
  text-indent: -9999px;
  overflow: hidden;
  display: block;
  background: url(../images/ico-search.svg) no-repeat 50% 50%;
  width: 32px;
  height: 32px;
  background-size: 17px 17px;
  position: relative;
}

#header .search-form .opener:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url(../images/ico-close-search.svg) no-repeat 50% 50%;
  background-size: 17px 19px;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transition: none;
  transition: none;
}

.search-opened #header .search-form .opener {
  background-image: none;
}

.search-opened #header .search-form .opener:before {
  -webkit-transition: all .3s;
  transition: all .3s;
  -webkit-transform: scale(1);
          transform: scale(1);
}

#header .search-form .search-holder {
  position: absolute;
  top: 0;
  right: 100%;
  background-color: #fff;
  width: 0;
  -webkit-transition: width .3s;
  transition: width .3s;
  overflow: hidden;
}

.search-opened #header .search-form .search-holder {
  width: 300px;
}

#header .search-form .search-holder form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#header .search-form .form-control {
  margin: 0;
  height: 32px;
  font-size: 16px;
  padding: 3px 10px;
}

#header .search-form [type="submit"] {
  display: block;
  text-indent: -9999px;
  overflow: hidden;
  border: none;
  padding: 0;
  background: url(../images/ico-search.svg) no-repeat 50% 50%;
  width: 0;
  background-size: 17px 17px;
  height: 0;
  visibility: hidden;
}

#header .langs {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  font-family: "Nunito", sans-serif;
  font-size: 17px;
  font-weight: 300;
  color: #000;
  position: relative;
  float: right;
  text-transform: uppercase;
}

@media (min-width: 1025px) {
  #header .langs {
    -ms-flex-item-align: start;
        align-self: flex-start;
    margin-top: -22px;
  }
}

@media (max-width: 1024px) {
  #header .langs {
    margin: 7px 23px 0 0;
    font-size: 14px;
    z-index: 15;
    color: #a6a6a6;
  }
  .menu-opened #header .langs {
    color: #fff;
  }
}

@media (max-width: 767px) {
  #header .langs {
    margin-right: 14px;
  }
}

#header .langs ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#header .langs ul > li + li {
  margin-left: 11px;
}

#header .langs ul > li.active {
  font-weight: 700;
  color: #88007C;
}

@media (max-width: 1024px) {
  #header .langs ul > li.active {
    display: none;
  }
}

#header .langs ul > li.active a:before {
  width: 100%;
}

#header .langs a {
  text-decoration: none;
  position: relative;
  display: inline-block;
}

#header .langs a:hover:before {
  width: 100%;
}

#header .langs a:before {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -1px;
  width: 0;
  -webkit-transition: width .3s;
  transition: width .3s;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  border-bottom: 3px solid #88007C;
}

#header .open-menu {
  display: none;
  float: right;
  width: 38px;
  height: 36px;
  position: relative;
  padding: 5px;
  color: #88007C;
  margin-top: -5px;
  margin-right: 5px;
  z-index: 15;
}

@media (max-width: 1024px) {
  #header .open-menu {
    display: block;
  }
}

#header .open-menu span {
  position: absolute;
  top: 50%;
  left: 5px;
  right: 5px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border-bottom: 2px solid;
  -webkit-transition: all .3s;
  transition: all .3s;
}

#header .open-menu span:nth-child(1) {
  margin-top: -7px;
}

#header .open-menu span:nth-child(3) {
  margin-top: 7px;
}

.menu-opened #header .open-menu span {
  color: #fff;
}

.menu-opened #header .open-menu span:nth-child(1) {
  margin-top: 0;
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
}

.menu-opened #header .open-menu span:nth-child(2) {
  opacity: 0;
  visibility: hidden;
}

.menu-opened #header .open-menu span:nth-child(3) {
  margin-top: 0;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}

/* footer */
#footer {
  min-height: 480px;
  width: 100%;
  margin: 0 auto;
  padding: 50px 0;
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

@media (max-width: 767px) {
  #footer {
    padding: 20px 0 50px;
  }
}

#footer:after {
  content: '';
  background: url(../images/ico-logo-footer.svg) no-repeat 50% 50%;
  position: absolute;
  top: 48px;
  right: 0;
  width: 267px;
  height: 438px;
  z-index: 1;
}

@media (max-width: 767px) {
  #footer:after {
    top: 0;
    left: 20px;
    right: auto;
  }
}

#footer .container {
  position: relative;
  z-index: 5;
}

#footer .logo-footer {
  display: block;
}

#footer .logo-footer a {
  display: inline-block;
  vertical-align: top;
  margin-bottom: 22px;
}

#footer .logo-footer a img {
  max-width: 205px;
  height: 36px;
  vertical-align: top;
}

#footer .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 -15px;
}

@media (max-width: 1024px) {
  #footer .row {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0;
  }
}

@media (max-width: 767px) {
  #footer .row {
    display: block;
  }
}

#footer .row .col {
  padding: 0 15px;
}

@media (max-width: 1024px) {
  #footer .row .col {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto;
    padding: 0;
  }
}

#footer .map-link {
  display: inline-block;
  vertical-align: top;
  font-size: 18px;
  line-height: 1.166666666666667;
  font-weight: 400;
  color: inherit;
  text-decoration: none;
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  #footer .map-link {
    max-width: 70%;
    line-height: 1.444444444444444;
  }
}

#footer .map-link span {
  display: inline-block;
  margin-left: 26px;
}

@media (max-width: 1024px) {
  #footer .map-link span {
    margin-left: 15px;
  }
}

@media (max-width: 767px) {
  #footer .map-link span {
    margin-left: 0;
  }
}

#footer .map-link:hover {
  color: #88007C;
  text-decoration: none;
}

#footer ul {
  list-style: none;
  padding: 0;
  margin: 0 -15px;
  font-size: 0;
  line-height: 0;
}

#footer ul.contact-list {
  margin: 0 -31px;
}

@media (max-width: 1024px) {
  #footer ul.contact-list {
    margin: 0 -37px;
    width: 100%;
  }
}

@media (max-width: 767px) {
  #footer ul.contact-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 0 0 11px;
  }
}

#footer ul.contact-list li {
  width: 33.33%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-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;
  padding: 0 31px 16px;
}

@media (max-width: 1024px) {
  #footer ul.contact-list li {
    width: auto;
    padding-left: 37px;
    padding-right: 37px;
  }
}

@media (max-width: 767px) {
  #footer ul.contact-list li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0 0 20px;
  }
}

#footer ul.footer-nav {
  margin: 0 -13px 5px;
}

#footer ul.footer-nav li {
  padding: 0 13px 10px;
}

#footer ul.social-list {
  margin: 0 -9px;
}

#footer ul.social-list li {
  padding: 0 9px 16px;
}

@media (max-width: 767px) {
  #footer ul.social-list li {
    display: inline-block;
    vertical-align: top;
  }
}

#footer ul li {
  display: inline-block;
  vertical-align: top;
  font-weight: 600;
  font-size: 18px;
  line-height: 1.166666666666667;
  padding: 0 15px;
}

@media (max-width: 767px) {
  #footer ul li {
    display: block;
  }
  #footer ul li.order-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  #footer ul li.order-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  #footer ul li.order-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}

#footer ul li a {
  font-weight: 400;
  color: inherit;
  text-decoration: none;
}

#footer ul li a:hover {
  color: #88007C;
  text-decoration: none;
}

.social-list {
  list-style: none;
  padding: 0;
  margin: 0 -8px;
}

@media (max-width: 1024px) {
  .social-list {
    text-align: left;
  }
}

.social-list li {
  display: inline-block;
  vertical-align: top;
  padding: 0 8px 16px;
}

.social-list li .fab {
  color: inherit;
  font-size: 32px;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.social-list li a {
  color: #0b0b0b;
  text-decoration: none;
}

.social-list li a:hover {
  color: #88007C;
}

/*intro-visual*/
.intro-visual {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (min-width: 1025px) {
  .intro-visual {
    margin-bottom: 42px;
  }
}

@media (max-width: 767px) {
  .intro-visual {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.intro-visual .item {
  margin: 0;
  position: relative;
  overflow: hidden;
  font-size: 20px;
}

@media (max-width: 1024px) {
  .intro-visual .item {
    font-size: 14px;
  }
}

@media (max-width: 767px) {
  .intro-visual .item {
    height: 322px;
  }
}

.intro-visual .item figcaption {
  position: absolute;
  top: 1em;
  left: 1em;
  right: 1em;
  bottom: 2.5em;
  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: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  color: #fff;
  text-align: center;
  z-index: 5;
}

@media (max-width: 767px) {
  .intro-visual .item figcaption {
    bottom: 1em;
  }
}

.intro-visual .item figcaption .text {
  overflow: hidden;
  display: block;
  margin: 2.1em 0 3.05em;
  max-height: 0;
  -webkit-transition: max-height .6s, margin .3s;
  transition: max-height .6s, margin .3s;
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
}

@media (max-width: 1024px) {
  .intro-visual .item figcaption .text {
    margin-bottom: 2em;
    margin-top: 0;
  }
}

@media (max-width: 767px) {
  .intro-visual .item figcaption .text {
    margin-bottom: 1em;
  }
}

.intro-visual .item h2,
.intro-visual .item .h2 {
  font-size: 4em;
  font-weight: 900;
  margin: 0 0 0.3em;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  color: #ca242a;
}

.text-stroke .intro-visual .item h2, .text-stroke
.intro-visual .item .h2 {
  color: transparent;
  -webkit-text-stroke: 1px #ca242a;
}

.intro-visual .item p {
  font-size: 0.9em;
  line-height: 1.1666666667;
  margin: 0 0 15px;
  font-weight: 600;
}

.intro-visual .item ul {
  list-style: none;
  padding: 8px 0 0;
  margin: 0;
  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: center;
      -ms-flex-align: center;
          align-items: center;
}

.intro-visual .item ul li {
  padding: 0 0.75em;
  position: relative;
  margin-bottom: 2px;
  font-weight: 500;
}

.intro-visual .item ul li:before {
  content: '';
  display: inline-block;
  vertical-align: top;
  margin: 0.7em 0.35em 0 -0.75em;
  width: 0;
  height: 0;
  border: 4px solid #ca242a;
  border-radius: 50%;
}

@media (max-width: 1024px) {
  .intro-visual .item ul li:before {
    border-width: 0.2142857143em;
    margin-top: 0.6em;
  }
}

.intro-visual .item ul li a {
  text-decoration: none;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.intro-visual .item ul li a:hover {
  color: #ca242a;
}

.intro-visual .item img {
  max-width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  vertical-align: top;
}

@media (max-width: 767px) {
  .intro-visual .item img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -30%);
            transform: translate(-50%, -30%);
  }
}

.intro-visual .item.hover figcaption .text {
  max-height: 100%;
  margin-top: 0;
}

.intro-visual .item.allow-overflow figcaption .text {
  overflow-y: auto;
  overflow-x: hidden;
}

/* visual-block */
.visual-block {
  position: relative;
}

.visual-block .bg-img {
  min-height: 810px;
}

@media (max-width: 1024px) {
  .visual-block .bg-img {
    min-height: 600px;
  }
}

@media (max-width: 767px) {
  .visual-block .bg-img {
    min-height: 0;
    padding-top: 75.6%;
  }
}

.visual-block .holder {
  position: absolute;
  bottom: 130px;
  left: 0;
  right: 0;
  font-size: 0;
  line-height: 0;
}

@media (max-width: 767px) {
  .visual-block .holder {
    display: none;
  }
}

@media (min-width: 1025px) {
  .visual-block .holder .container {
    padding-left: 111px;
  }
}

.visual-block .holder .container:after {
  content: '';
  display: block;
  clear: both;
}

.visual-block .holder .box {
  float: left;
  position: relative;
  width: 231px;
  height: 289px;
  background: #e9e2d7;
  padding: 25px;
}

.visual-block .holder .box > * {
  position: relative;
  z-index: 2;
}

.visual-block .holder .box:before {
  content: '';
  position: absolute;
  z-index: 1;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 289px 0 0 190px;
  border-color: transparent transparent transparent #e9e2d7;
  left: 100%;
  top: 0;
}

.visual-block .holder .box + .box {
  background: #88007C;
  color: #d8d8d8;
  margin: 37px 0 -37px 231px;
  text-align: right;
  padding: 40px 35px 20px 20px;
}

.visual-block .holder .box + .box:before {
  border-width: 0 190px 289px 0;
  border-color: transparent #88007C transparent transparent;
  left: auto;
  right: 100%;
}

.visual-block .holder .box h3 {
  font-weight: 700;
  font-size: 40px;
  line-height: 1;
  color: #88007C;
  margin: 0 0 17px;
}

.visual-block .holder .box em {
  display: block;
  font-size: 11px;
  line-height: 13px;
  margin-bottom: 19px;
}

.visual-block .holder .box img {
  display: block;
  max-width: 100px;
  margin: 0;
}

.visual-block .holder .box h2 {
  font-weight: 900;
  font-size: 52px;
  line-height: 1.2;
  margin: 0 0 2px -155px;
}

.visual-block .holder .box time {
  display: block;
  font-weight: 900;
  font-size: 30px;
  line-height: 1;
}

.visual-block .holder .box time span {
  display: block;
  font-weight: 300;
}

.visual-block .mobile-holder {
  display: none;
  padding: 20px 5px;
  overflow: hidden;
}

@media (max-width: 767px) {
  .visual-block .mobile-holder {
    display: block;
  }
}

.visual-block .mobile-holder .left {
  float: left;
  padding: 0 10px;
  width: 62%;
}

.visual-block .mobile-holder .right {
  float: right;
  padding: 0 15px;
  width: 38%;
  text-align: right;
}

.visual-block .mobile-holder h2 {
  text-align: left;
  font-weight: 900;
  font-size: 29px;
  line-height: 1;
  margin: 0 0 5px;
  color: #2c2b2b;
}

.visual-block .mobile-holder h2 span {
  display: block;
  color: #88007C;
  font-weight: 700;
  font-size: 26px;
  line-height: 1;
  margin-bottom: 5px;
}

.visual-block .mobile-holder time {
  display: block;
  font-weight: 900;
  font-size: 23px;
  line-height: 1;
}

.visual-block .mobile-holder time span {
  display: block;
  font-weight: 300;
  font-size: 24px;
}

.visual-block .mobile-holder em {
  display: block;
  font-size: 11px;
  line-height: 13px;
  margin-bottom: 10px;
}

.visual-block .mobile-holder img {
  display: block;
  max-width: 100px;
  margin: 0 0 0 auto;
}

.visual-head {
  position: relative;
  min-height: 424px;
}

@media (max-width: 991px) {
  .visual-head {
    min-height: 350px;
  }
}

@media (max-width: 767px) {
  .visual-head {
    min-height: 250px;
  }
}

.visual-head .holder {
  position: absolute;
  bottom: 37px;
  left: 0;
  right: 0;
}

@media (max-width: 991px) {
  .visual-head .holder {
    bottom: 30px;
  }
}

@media (max-width: 767px) {
  .visual-head .holder {
    bottom: 20px;
  }
}

.visual-head h1 {
  font-weight: 800;
  font-size: 81px;
  line-height: 1;
  margin: 0;
  color: #fff;
  text-align: left;
}

@media (max-width: 991px) {
  .visual-head h1 {
    font-size: 60px;
  }
}

@media (max-width: 767px) {
  .visual-head h1 {
    font-size: 40px;
  }
}

/*main-text-block*/
.main-text-block {
  padding: 100px 0;
  position: relative;
}

@media (max-width: 1024px) {
  .main-text-block {
    padding: 30px 0;
  }
}

@media (max-width: 767px) {
  .main-text-block {
    padding: 53px 0;
  }
}

@media (min-width: 1025px) {
  .main-text-block > .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
  }
}

.main-text-block .text {
  font-size: 18px;
  line-height: 32px;
}

@media (min-width: 1025px) {
  .main-text-block .text {
    padding: 12px 50px 12px 0;
    width: 57%;
    font-size: 1.1em;
    line-height: 1.4545454545;
  }
}

.main-text-block p {
  margin-bottom: 1.4545454545em;
}

@media (max-width: 1024px) {
  .main-text-block p {
    margin-bottom: 1.7777777778em;
  }
}

@media (min-width: 1025px) {
  .main-text-block .image {
    width: 43%;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}

@media (max-width: 767px) {
  .main-text-block .image {
    margin: 0 -15px;
    padding: 4px 0 0;
  }
}

.main-text-block .image .media-holder {
  display: block;
}

@media (min-width: 1439px) {
  .main-text-block .image .media-holder {
    margin: 0 -129px 0 4px;
  }
}

@media (max-width: 1024px) {
  .main-text-block .image .media-holder {
    margin: -9px 32px 20px 0;
  }
}

@media (max-width: 767px) {
  .main-text-block .image .media-holder {
    margin: 0 10px 0 0;
  }
}

.main-text-block .image .media-holder img {
  width: 100%;
}

.main-text-block + .carousel-row {
  margin-top: 99px;
}

@media (max-width: 1024px) {
  .main-text-block + .carousel-row {
    margin-top: -6px;
  }
}

.main-text-block .logo-icon {
  background: url(../images/ico-logo-gray.svg) no-repeat 50% 50%;
  background-size: 100% 100%;
  position: absolute;
  top: -11px;
  right: 0;
  width: 1209px;
  height: 1209px;
  z-index: -1;
  -webkit-transform: translateX(46%);
          transform: translateX(46%);
}

@media (max-width: 1024px) {
  .main-text-block .logo-icon {
    width: 600px;
    height: 600px;
  }
}

@media (max-width: 767px) {
  .main-text-block .logo-icon {
    width: 300px;
    height: 300px;
  }
}

/*tabs*/
.tabs {
  padding: 0 0 77px;
}

.tabnav {
  margin-bottom: 41px;
  overflow: hidden;
}

.tabnav .opener {
  display: none;
  background-color: #555;
  color: #fff;
  padding: 3px 15px;
  margin: 0;
  position: relative;
  text-decoration: none;
  font-weight: 400;
}

.tabnav .opener:before {
  content: '';
  position: absolute;
  top: 50%;
  right: 14px;
  background: url(../images/ico-arrow-down.svg) no-repeat 50% 50%;
  background-size: 17px 10px;
  width: 22px;
  height: 100%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media (max-width: 767px) {
  .tabnav .opener {
    display: block;
  }
}

@media (max-width: 767px) {
  .tabnav.opened ul {
    max-height: 100%;
  }
}

.tabnav ul {
  list-style: none;
  padding: 0;
  margin: 0 0 0 -40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media (max-width: 767px) {
  .tabnav ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    background-color: #fff;
    margin-left: 0;
    max-height: 0;
    overflow: hidden;
  }
}

.tabnav ul > li {
  border-bottom: 1px solid #d8d8d8;
  line-height: 32px;
  padding: 1px 0 0 40px;
}

@media (max-width: 767px) {
  .tabnav ul > li {
    padding-left: 0;
  }
}

@media (max-width: 767px) {
  .tabnav ul > li.active {
    display: none;
  }
}

.tabnav ul > li.active a {
  border-bottom-color: #88007C;
}

.tabnav ul > li.active a:hover {
  color: inherit;
}

.tabnav ul > li.active a:before {
  width: 100%;
}

.tabnav ul a {
  text-decoration: none;
  display: block;
  margin-bottom: -1px;
  padding-bottom: 3px;
  position: relative;
  -webkit-transition: all .3s;
  transition: all .3s;
}

@media (max-width: 767px) {
  .tabnav ul a {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.tabnav ul a:hover {
  color: #88007C;
}

.tabnav ul a:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  -webkit-transition: all .3s;
  transition: all .3s;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  border-bottom: 3px solid #88007C;
}

.cards-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -15px;
}

@media (max-width: 767px) {
  .cards-list {
    margin-left: -10px;
    margin-right: -10px;
  }
}

.cards-list .item {
  width: 25%;
  padding: 15px;
}

@media (max-width: 991px) {
  .cards-list .item {
    width: calc(100% / 3);
  }
}

@media (max-width: 767px) {
  .cards-list .item {
    width: calc(100% / 2);
    padding: 10px;
  }
}

@media (max-width: 374px) {
  .cards-list .item {
    width: 100%;
  }
}

.card-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  overflow: hidden;
  margin: 0;
  width: 100%;
  color: #fff;
  font-size: 18px;
}

.card-block figure {
  margin: 0;
}

.card-block img {
  width: 100%;
  //height: 100%;
  vertical-align: top;
  -o-object-fit: cover;
     object-fit: cover;
}

.card-block figcaption {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 10px 25px;
  z-index: 5;
  background-color: rgba(136, 0, 124, 0.45);
  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: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-transition: all .3s;
  transition: all .3s;
  -webkit-transition-delay: .3s;
          transition-delay: .3s;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
}

.card-block figcaption > * {
  -webkit-transition: all .3s;
  transition: all .3s;
  -webkit-transition-delay: 0;
          transition-delay: 0;
  opacity: 0;
}

.card-block figcaption strong {
  font-size: 1.2222222222em;
  line-height: 1;
  font-weight: 900;
  display: block;
}

.card-block figcaption span {
  display: block;
}

.card-block.hover figcaption {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.card-block.hover figcaption > * {
  -webkit-transition-delay: .2s;
          transition-delay: .2s;
  opacity: 1;
}

.card-block.type2 {
  text-decoration: none;
}

.card-block.type2 figure {
  position: relative;
}

.card-block.type2 figure:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 0;
  background: rgba(136, 0, 124, 0.45);
  -webkit-transition: all .3s;
  transition: all .3s;
}

.card-block.type2 .wrap {
  padding: 10px 0;
  text-decoration: none;
  color: #2c2b2b;
}

.card-block.type2 .wrap h4 {
  font-weight: 700;
  font-size: 25px;
  line-height: 30px;
  margin: 0 0 5px;
}

.card-block.type2 .wrap time {
  display: block;
  font-weight: 700;
  font-size: 17px;
  line-height: 21px;
  color: #8a8a8a;
  margin-bottom: 5px;
}

.card-block.type2:hover figure:after {
  height: 100%;
}

/*carousel-row*/
.carousel-row {
  position: relative;
  overflow: hidden;
  padding: 7px 0;
}

@media (max-width: 1024px) {
  .carousel-row {
    padding: 53px 0 38px;
  }
}

@media (max-width: 767px) {
  .carousel-row {
    padding: 3px 0 20px;
  }
}

.carousel-row header {
  padding: 0 100px 21px 0;
}

@media (max-width: 1024px) {
  .carousel-row header {
    padding-bottom: 46px;
  }
}

@media (max-width: 767px) {
  .carousel-row header {
    padding: 0 0 3px;
  }
}

.carousel-row .carousel {
  margin: 0 -25px 0 -25px;
}

@media (max-width: 1024px) {
  .carousel-row .carousel {
    padding-bottom: 0;
  }
}

@media (max-width: 767px) {
  .carousel-row .carousel {
    margin-left: -5px;
    margin-right: -5px;
    padding-bottom: 50px;
  }
}

@media (min-width: 768px) {
  .carousel-row .carousel .slick-list {
    overflow: visible !important;
  }
}

@media (min-width: 768px) {
  .carousel-row .carousel .slick-arrow {
    top: -50px;
  }
}

@media (min-width: 1025px) {
  .carousel-row .carousel .slick-arrow {
    margin-top: 0;
    top: -50px;
  }
}

@media (min-width: 768px) {
  .carousel-row .carousel .slick-arrow.slick-prev {
    right: 58px;
    left: auto;
  }
}

@media (min-width: 1025px) {
  .carousel-row .carousel .slick-arrow.slick-prev {
    right: 53px;
  }
}

@media (min-width: 768px) {
  .carousel-row .carousel .slick-arrow.slick-next {
    right: 17px;
  }
}

@media (min-width: 1025px) {
  .carousel-row .carousel .slick-arrow.slick-next {
    right: 12px;
  }
}

.carousel-row .btn-holder {
  text-align: center;
  padding: 0 0 42px;
}

.carousel-row .btn-holder .btn {
  border-radius: 0;
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
}

.carousel {
  position: relative;
  margin: 0 -12px 0 -13px;
}

.carousel .holder {
  padding: 30px 0 70px;
}

@media (max-width: 767px) {
  .carousel .holder {
    padding: 10px 0 50px;
  }
}

.carousel .holder:not(.slick-initialized) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  opacity: 0;
}

.carousel .holder:not(.slick-initialized):before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}

.carousel .holder.slick-initialized {
  opacity: 1;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.carousel .slide {
  width: 20%;
  padding: 0 12px 0 13px;
}

.carousel img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
  width: 100%;
}

.carousel .slick-arrow {
  position: absolute;
  top: 50%;
  z-index: 20;
  border: none;
  padding: 0;
  margin: 0;
  background: url(../images/ico-arrow-01.svg) no-repeat 50% 50%;
  background-size: 22px 26px;
  width: 40px;
  height: 40px;
  text-indent: -9999px;
  overflow: hidden;
  margin-top: -20px;
}

@media (max-width: 767px) {
  .carousel .slick-arrow {
    top: auto;
    bottom: 0;
    margin-top: 0;
  }
}

.carousel .slick-arrow.slick-prev {
  left: 0;
}

@media (max-width: 767px) {
  .carousel .slick-arrow.slick-prev {
    left: auto;
    right: 50%;
  }
}

.carousel .slick-arrow.slick-next {
  right: 0;
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}

@media (max-width: 767px) {
  .carousel .slick-arrow.slick-next {
    right: auto;
    left: 50%;
  }
}

.wave {
  position: absolute;
  left: 50%;
  width: 100vw;
  top: 0;
  background: url(../images/bg-wave.svg) repeat-x 0 50%;
  background-size: 571px 144px;
  height: 144px;
  margin-left: 150px;
  z-index: -1;
}

@media (max-width: 1024px) {
  .wave {
    left: 27%;
    margin-left: 0;
  }
}

@media (max-width: 767px) {
  .wave {
    left: -16px;
    background-size: auto 80px;
    background-position: 0 0;
  }
}

/*project-info*/
.project-info {
  padding: 0 0 66px;
}

@media (max-width: 991px) {
  .project-info {
    padding-bottom: 30px;
  }
}

@media (max-width: 374px) {
  .project-info {
    padding-bottom: 20px;
  }
}

.project-info .top {
  margin: -30px 0 30px;
}

@media (min-width: 375px) {
  .project-info .top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media (min-width: 768px) {
  .project-info .top {
    margin: -13px 0 125px;
  }
}

@media (max-width: 991px) {
  .project-info .top {
    margin-bottom: 40px;
  }
}

@media (max-width: 374px) {
  .project-info .top {
    margin-bottom: 20px;
  }
}

.project-info .top .image {
  margin: 8px 0;
  width: 31.58%;
}

@media (max-width: 767px) {
  .project-info .top .image {
    width: 30%;
  }
}

@media (max-width: 374px) {
  .project-info .top .image {
    width: 100%;
    margin-bottom: 30px;
  }
}

.project-info .top .image img {
  width: 100%;
  vertical-align: top;
}

.project-info .top .sum {
  width: 68.42%;
}

@media (min-width: 375px) {
  .project-info .top .sum {
    padding-left: 20px;
  }
}

@media (min-width: 768px) {
  .project-info .top .sum {
    padding: 0 0 0 30px;
  }
}

@media (max-width: 767px) {
  .project-info .top .sum {
    width: 70%;
  }
}

@media (max-width: 374px) {
  .project-info .top .sum {
    width: 100%;
  }
}

.project-info .top .sum h2 {
  border-bottom: 1px solid #d8d8d8;
  font-weight: 700;
  font-size: 32px;
  line-height: 1.25;
  margin: 0 0 27px;
  padding-bottom: 9px;
}

@media (max-width: 767px) {
  .project-info .top .sum h2 {
    font-size: 26px;
    text-align: left;
  }
}

.project-info .top .sum ul {
  list-style: none;
  padding: 0;
  margin: 0 0 2px -10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media (max-width: 374px) {
  .project-info .top .sum ul {
    margin-bottom: 20px;
  }
}

.project-info .top .sum ul li {
  width: 25%;
  font-size: 0.9em;
  line-height: 1.1666666667;
  padding: 0 0 1.5555555556em 10px;
}

@media (max-width: 991px) {
  .project-info .top .sum ul li {
    width: calc( 100% / 3);
  }
}

@media (max-width: 767px) {
  .project-info .top .sum ul li {
    width: calc( 100% / 2);
    font-size: .8em;
  }
}

.project-info .top .sum ul li strong {
  display: block;
  font-size: 1.1111111111em;
  margin-bottom: 0.4em;
}

.project-info .top .sum ul li p {
  margin-bottom: 0;
}

.project-info .content-area {
  max-width: 734px;
  width: 100%;
  margin: 0 auto;
}

/*main-gallery-block*/
.main-gallery-block {
  position: relative;
  margin-bottom: 28px;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
}

.main-gallery-block img {
  width: 100%;
  vertical-align: top;
}

.main-gallery-block .ttl {
  position: absolute;
  bottom: 74px;
  left: 0;
  width: 100%;
  z-index: 10;
  color: #fff;
}

@media (max-width: 1024px) {
  .main-gallery-block .ttl {
    bottom: 67px;
  }
}

@media (max-width: 767px) {
  .main-gallery-block .ttl {
    bottom: 53px;
  }
}

.main-gallery-block .ttl h1 {
  font-size: 83px;
  margin: 0;
  font-weight: 900;
}

@media (max-width: 1024px) {
  .main-gallery-block .ttl h1 {
    font-size: 53px;
  }
}

@media (max-width: 767px) {
  .main-gallery-block .ttl h1 {
    font-size: 31px;
    text-align: left;
  }
}

.main-gallery {
  background-color: #2c2b2b;
}

.main-gallery:not(.slick-initialized) {
  opacity: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
}

.main-gallery .slide {
  width: 100%;
}

.main-gallery picture {
  display: block;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.main-gallery img {
  width: 100%;
}

.main-gallery .slick-dots {
  position: absolute;
  bottom: 25px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  list-style: none;
  padding: 0 15px;
  margin: 0;
  max-width: 1170px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media (max-width: 1024px) {
  .main-gallery .slick-dots {
    bottom: 13px;
  }
}

@media (max-width: 991px) {
  .main-gallery .slick-dots {
    padding-left: 25px;
    padding-right: 25px;
  }
}

@media (max-width: 767px) {
  .main-gallery .slick-dots {
    padding-left: 15px;
    padding-right: 15px;
    bottom: 24px;
  }
}

.main-gallery .slick-dots li {
  font-size: 0;
  line-height: 0;
  margin: 0 29px 20px 0;
}

@media (max-width: 1024px) {
  .main-gallery .slick-dots li {
    margin-right: 23px;
  }
}

@media (max-width: 767px) {
  .main-gallery .slick-dots li {
    margin-right: 7px;
    margin-bottom: 10px;
  }
}

.main-gallery .slick-dots li.slick-active button {
  color: #88007C;
}

.main-gallery .slick-dots button {
  color: #fff;
  -webkit-transition: all .3s;
  transition: all .3s;
  border: 6px solid;
  border-width: 0 0 6px;
  padding: 0;
  margin: 0;
  text-indent: -9999px;
  overflow: hidden;
  height: 0;
  width: 89px;
  vertical-align: top;
  display: block;
  border-radius: 0;
}

@media (max-width: 1024px) {
  .main-gallery .slick-dots button {
    width: 75px;
  }
}

@media (max-width: 767px) {
  .main-gallery .slick-dots button {
    width: 45px;
    border-width: 0 0 3px;
  }
}

/*info-block*/
.info-block {
  margin: 101px 0;
  padding-bottom: 77px;
  background-color: #f7f7f7;
}

@media (max-width: 1024px) {
  .info-block {
    margin: 44px 0;
    padding-bottom: 66px;
    font-size: 22px;
    line-height: 1.2727272727;
  }
}

@media (max-width: 767px) {
  .info-block {
    margin: 0;
    padding: 17px 0 23px;
    font-size: 18px;
    line-height: 28px;
  }
}

.info-block .styled-header {
  font-weight: 700;
  margin: -37px 0 47px;
}

@media (max-width: 1024px) {
  .info-block .styled-header {
    margin-bottom: 59px;
  }
}

@media (max-width: 767px) {
  .info-block .styled-header {
    margin: -41px 0 17px;
  }
}

.info-block .subhead {
  max-width: 600px;
  margin: 0 auto;
  padding-bottom: 32px;
  text-align: center;
}

@media (max-width: 1024px) {
  .info-block .subhead {
    padding-bottom: 47px;
  }
}

@media (max-width: 767px) {
  .info-block .subhead {
    padding-bottom: 7px;
  }
}

.info-block .items {
  margin: 0 -15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media (max-width: 1024px) {
  .info-block .items {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    margin-left: 0;
    margin-right: 0;
  }
}

.info-block .items .item {
  padding: 0 15px 30px;
  width: 25%;
}

@media (max-width: 1024px) {
  .info-block .items .item {
    width: 50%;
    min-width: 50%;
  }
}

@media (max-width: 767px) {
  .info-block .items .item {
    width: 100%;
    min-width: 100%;
  }
}

.info-block .items .item .team-item {
  margin-bottom: 0;
}

/*team-item*/
.team-item {
  display: block;
  position: relative;
  max-width: 262px;
  margin: 0 auto;
  text-align: center;
  text-decoration: none;
  font-size: 18px;
  margin-bottom: 30px;
}

.team-item figure {
  margin: 0;
}

.team-item img {
  width: 100%;
  border-radius: 50%;
  vertical-align: top;
  border: 1px solid #979797;
  margin-bottom: 8px;
}

/*appliance*/
.appliance {
  margin: 90px 0;
  position: relative;
}

@media (max-width: 767px) {
  .appliance {
    margin: 43px 0 61px;
  }
}

.appliance .head {
  padding-top: 15px;
}

@media (min-width: 992px) {
  .appliance .head {
    max-width: 700px;
  }
}

@media (max-width: 1024px) {
  .appliance .head {
    font-size: 22px;
    line-height: 1.2727272727;
    padding-top: 10px;
  }
}

@media (max-width: 767px) {
  .appliance .head {
    font-size: 18px;
    line-height: 28px;
  }
}

.appliance .styled-header {
  font-weight: 700;
  margin-bottom: 0.7884615385em;
}

@media (max-width: 767px) {
  .appliance .styled-header {
    margin-bottom: 38px;
  }
}

.appliance p {
  margin-bottom: 0.95em;
}

@media (max-width: 1024px) {
  .appliance p {
    margin-bottom: 32px;
  }
}

@media (max-width: 767px) {
  .appliance p {
    margin-bottom: 29px;
  }
}

.appliance .tabs {
  padding-bottom: 0;
}

.appliance .tabnav {
  font-weight: 700;
  margin-bottom: 37px;
}

@media (max-width: 1024px) {
  .appliance .tabnav ul {
    margin-left: -15px;
  }
  .appliance .tabnav ul a {
    padding-left: 5px;
    padding-right: 5px;
  }
  .appliance .tabnav li {
    padding-left: 15px;
    font-size: 18px;
  }
}

@media (max-width: 767px) {
  .appliance .tabnav ul {
    margin-left: 0;
  }
  .appliance .tabnav ul a {
    padding-left: 15px;
    padding-right: 15px;
  }
  .appliance .tabnav li {
    padding-left: 0;
  }
}

.appliance .tab .list {
  list-style: none;
  padding: 0;
  margin: 0 0 0 35px;
}

@media (max-width: 1024px) {
  .appliance .tab .list {
    margin-left: 40px;
  }
}

.appliance .tab .list li {
  position: relative;
  font-size: 20px;
  line-height: 1.45;
  padding-left: 1.2em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

@media (max-width: 1024px) {
  .appliance .tab .list li {
    font-size: 18px;
    margin-bottom: 3px;
  }
}

.appliance .tab .list li:before {
  content: '';
  display: block;
  margin: 10px 0.85em 0 -1.2em;
  width: 0;
  height: 0;
  border-radius: 50%;
  border: 0.175em solid #bbbbbb;
}

.appliance .wave {
  top: -41px;
}

@media (max-width: 767px) {
  .appliance .wave {
    top: 178px;
    left: 0;
    background-size: auto 144px;
  }
}

/*photos*/
.photos {
  background: #88007C url(../images/bg-photos-area.svg) 50% 0;
  background-size: 1440px 822px;
  padding: 103px 0;
  color: #fff;
}

@media (max-width: 1024px) {
  .photos {
    padding: 46px 0;
  }
}

@media (max-width: 767px) {
  .photos {
    padding: 53px 0 50px;
  }
}

.photos .head {
  max-width: 700px;
  text-align: center;
  margin: 0 auto;
  font-weight: 500;
  font-size: 22px;
  line-height: 1.2727272727;
  padding-bottom: 24px;
}

@media (max-width: 1024px) {
  .photos .head {
    font-size: 18px;
    line-height: 1.5555555556;
    max-width: 560px;
    padding-bottom: 0;
  }
  .photos .head p {
    margin-bottom: 4px;
  }
}

@media (max-width: 767px) {
  .photos .head {
    padding-bottom: 12px;
  }
}

.photos .photos-list {
  margin-bottom: -30px;
}

@media (max-width: 1024px) {
  .photos .photos-list {
    margin-bottom: 5px;
  }
}

.photos-list {
  list-style: none;
  padding: 0;
  margin: 0 -15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media (max-width: 1024px) {
  .photos-list {
    margin: 0 auto;
    max-width: 486px;
    position: relative;
  }
}

.photos-list > li {
  width: calc( 100% / 3);
  padding: 15px;
  -webkit-transition: opacity .3s, visibility .3s, -webkit-transform .3s;
  transition: opacity .3s, visibility .3s, -webkit-transform .3s;
  transition: transform .3s, opacity .3s, visibility .3s;
  transition: transform .3s, opacity .3s, visibility .3s, -webkit-transform .3s;
}

@media (max-width: 1024px) {
  .photos-list > li {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .photos-list > li {
    padding: 15px 0;
  }
}

.photos-list .counting-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 122px;
  line-height: 1;
  font-weight: 700;
  text-align: center;
}

@media (max-width: 1024px) {
  .photos-list .counting-item {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 161px;
    height: 111px;
    font-size: 36px;
  }
}

@media (max-width: 767px) {
  .photos-list .counting-item {
    width: 74px;
    height: 84px;
  }
}

.photos-list .counting-item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.photos-list .counting-item a span:before {
  content: '+';
}

.photos-list .hidden {
  -webkit-transform: scale(0);
          transform: scale(0);
  opacity: 0;
  visibility: hidden;
  width: 0;
  height: 0;
  position: absolute;
  top: -999px;
  left: -999px;
}

/*photo-box*/
.photo-box {
  display: block;
  max-width: 486px;
  position: relative;
  overflow: hidden;
}

.photo-box figure {
  margin: 0;
}

.photo-box img {
  width: 100%;
  vertical-align: top;
  border: 6px solid #d8d8d8;
}

.info-list-holder {
  padding: 8px 0;
}

@media (max-width: 767px) {
  .info-list-holder + .carousel-row {
    padding-top: 25px;
  }
}

/*info-list-item*/
.info-list-item {
  padding: 110px 0;
  position: relative;
}

@media (max-width: 1024px) {
  .info-list-item {
    padding: 79px 0 65px;
  }
}

@media (max-width: 767px) {
  .info-list-item {
    padding: 54px 0 29px;
  }
}

.info-list-item .container {
  position: relative;
  z-index: 5;
}

.info-list-item .styled-header {
  margin-bottom: 66px;
}

@media (max-width: 1024px) {
  .info-list-item .styled-header {
    margin-bottom: 69px;
  }
}

@media (max-width: 767px) {
  .info-list-item .styled-header {
    margin-bottom: 37px;
  }
}

body:not(.subpage) .info-list-item .styled-header {
  margin-bottom: 66px;
}

@media (max-width: 1024px) {
  body:not(.subpage) .info-list-item .styled-header {
    margin-bottom: 69px;
  }
}

@media (max-width: 767px) {
  body:not(.subpage) .info-list-item .styled-header {
    margin-bottom: 37px;
  }
}

.info-list-item .text-col {
  padding-top: 17px;
  padding-bottom: 17px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 18px;
  line-height: 29px;
}

@media (max-width: 1024px) {
  .info-list-item .text-col {
    width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    font-size: 22px;
    line-height: 1.2727272727;
    padding-bottom: 47px;
  }
}

@media (max-width: 767px) {
  .info-list-item .text-col {
    font-size: 18px;
    line-height: 28px;
    padding-bottom: 9px;
  }
}

.info-list-item .text-col .holder {
  max-width: 440px;
}

@media (max-width: 1024px) {
  .info-list-item .text-col .holder {
    max-width: 100%;
  }
}

.info-list-item .image-col {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

@media (max-width: 1024px) {
  .info-list-item .image-col {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}

@media (max-width: 1024px) {
  .info-list-item .image-col .media-holder {
    margin-right: 32px;
  }
}

@media (min-width: 1439px) {
  .info-list-item .image-col .media-holder {
    margin-right: -131px;
  }
}

@media (max-width: 767px) {
  .info-list-item .image-col .media-holder {
    margin-right: -7px;
    margin-left: -15px;
  }
}

.info-list-item p + .btn {
  margin-top: 9px;
  margin-bottom: 38px;
}

@media (max-width: 767px) {
  .info-list-item p + .btn {
    margin-top: 12px;
  }
}

.info-list-item:nth-child(2n):before {
  content: '';
  position: absolute;
  top: 149px;
  left: 0;
  width: 100%;
  bottom: 0;
  background-color: #f7f7f7;
}

@media (max-width: 1024px) {
  .info-list-item:nth-child(2n):before {
    top: 118px;
  }
}

@media (max-width: 767px) {
  .info-list-item:nth-child(2n):before {
    top: 78px;
  }
}

.info-list-item:nth-child(2n) .row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

@media (max-width: 1024px) {
  .info-list-item:nth-child(2n) .row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

@media (min-width: 1439px) {
  .info-list-item:nth-child(2n) .image-col .media-holder {
    margin-right: 0;
    margin-left: -131px;
  }
}

@media (min-width: 1025px) {
  .info-list-item:nth-child(2n) .text-col .holder {
    padding-left: 38px;
  }
}

.info-list-item:nth-child(2n) .media-holder:before {
  right: 13px;
  left: -13px;
}

.info-list-item:nth-child(2n) .media-holder:after {
  right: auto;
  left: -21px;
}

@media (max-width: 1024px) {
  .info-list-item:nth-child(2n) .media-holder {
    margin-right: 0;
    margin-left: 32px;
  }
}

@media (max-width: 767px) {
  .info-list-item:nth-child(2n) .media-holder {
    margin-left: -7px;
    margin-right: -15px;
  }
  .info-list-item:nth-child(2n) .media-holder:before {
    right: 5px;
    left: -5px;
  }
  .info-list-item:nth-child(2n) .media-holder:after {
    right: auto;
    left: -10px;
  }
}

@media (max-width: 767px) {
  .subpage .main-text-block h2 {
    font-size: 38px;
  }
}

/* fancybox */
.fancybox-infobar {
  color: #fff;
  font-weight: 500;
  font-size: 18px;
}

.fancybox-close-small {
  opacity: 1;
  color: #fff;
  padding: 5px;
}

.fancybox-close-small:hover {
  opacity: .75;
}

.fancybox-slide {
  padding-left: 0;
  padding-right: 0;
}

.contact-section {
  margin: 101px 0;
  padding-bottom: 100px;
  background-color: #f7f7f7;
}

@media (max-width: 767px) {
  .contact-section {
    padding-bottom: 50px;
    padding-top: 1px;
    margin: 100px 0 50px;
  }
}

.contact-section .styled-header {
  position: relative;
  display: inline-block;
  vertical-align: top;
  font-size: 52px;
  font-weight: 700;
  margin: -37px 0 47px;
}

.contact-section .styled-header:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 108%;
  height: 0;
  font-size: 0;
  line-height: 0;
  margin-top: 2px;
  border-bottom: 8px solid #d8d8d8;
  z-index: -1;
}

@media (max-width: 767px) {
  .contact-section .styled-header {
    text-align: left;
    font-size: 30px;
    line-height: 35px;
    margin: -24px 0 40px;
  }
  .contact-section .styled-header:before {
    margin-top: -3px;
  }
}

.contact-section .subhead {
  max-width: 370px;
  margin: 0 auto;
  padding-bottom: 32px;
  text-align: center;
  font-size: 22px;
  line-height: 28px;
  font-weight: 500;
}

@media (max-width: 767px) {
  .contact-section .subhead {
    font-size: 18px;
    line-height: 28px;
    padding-bottom: 20px;
  }
}

.contact-form {
  max-width: 560px;
  margin: 0 auto;
}

.form-control {
  width: 100%;
  height: 60px;
  border-radius: 4px;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  background: #d8d8d8;
  padding: 15px 20px;
  font: 400 22px/26px "Raleway", sans-serif;
  color: #000;
  margin-bottom: 30px;
}

.form-control::-moz-placeholder {
  color: #6d6d6d;
  opacity: 1;
}

.form-control:-ms-input-placeholder {
  color: #6d6d6d;
}

.form-control::-webkit-input-placeholder {
  color: #6d6d6d;
}

@media (max-width: 767px) {
  .form-control {
    font-size: 18px;
  }
}

textarea.form-control {
  height: 154px;
  resize: none;
  overflow-y: auto;
}

.btn-submit {
  width: 100%;
  text-align: center;
  border-radius: 4px;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  background: #88007C;
  color: #fff;
  font: 600 28px/30px "Raleway", sans-serif;
  padding: 15px 20px;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.btn-submit:hover, .btn-submit:focus {
  background: rgba(136, 0, 124, 0.8);
}

.shedule-section {
  padding: 76px 0 50px;
}

@media (max-width: 991px) {
  .shedule-section {
    padding: 40px 0;
  }
}

@media (max-width: 767px) {
  .shedule-section {
    padding: 30px 0;
  }
}

.shedule-section h2 {
  text-align: center;
  color: #88007C;
  font-weight: 700;
  font-size: 42px;
  line-height: 1.3;
  margin: 0 0 42px;
}

@media (max-width: 991px) {
  .shedule-section h2 {
    font-size: 30px;
    margin-bottom: 20px;
  }
}

.shedule-section h2 time {
  display: block;
  font-size: 32px;
  color: #2c2b2b;
}

@media (max-width: 991px) {
  .shedule-section h2 time {
    font-size: 24px;
  }
}

.shedule-item {
  max-width: 744px;
  margin: 0 auto;
  border-bottom: 1px solid #c5c5c5;
  position: relative;
  min-height: 251px;
  padding: 47px 0 40px 290px;
  font-weight: 300;
  font-size: 17px;
  line-height: 21px;
}

@media (max-width: 767px) {
  .shedule-item {
    padding: 20px 0;
  }
}

.shedule-item .bg-img {
  position: absolute;
  left: 0;
  width: 262px;
  top: 33px;
  bottom: 35px;
}

@media (max-width: 767px) {
  .shedule-item .bg-img {
    position: static;
    width: 270px;
    height: 186px;
    margin: 0 0 20px;
  }
}

.shedule-item .loc {
  display: block;
  font-weight: 700;
  font-size: 22px;
  line-height: 1;
  margin-bottom: 9px;
}

@media (max-width: 767px) {
  .shedule-item .loc {
    font-size: 18px;
  }
}

.shedule-item .loc span {
  color: #88007C;
}

.shedule-item h3 {
  color: #88007C;
  font-weight: 700;
  font-size: 28px;
  line-height: 1.2;
  margin: 0 0 12px;
  text-align: left;
}

@media (max-width: 767px) {
  .shedule-item h3 {
    font-size: 24px;
  }
}

.shedule-item h3 a {
  text-decoration: none;
}

.shedule-item p {
  font-style: italic;
  margin: 0;
}

.performers-section {
  padding: 55px 0 60px;
}

@media (max-width: 991px) {
  .performers-section {
    padding: 40px 0;
  }
}

@media (max-width: 767px) {
  .performers-section {
    padding: 20px 0 30px;
  }
}

.performers-section .styled-header {
  margin-bottom: 75px;
}

@media (max-width: 991px) {
  .performers-section .styled-header {
    margin-bottom: 50px;
  }
}

@media (max-width: 767px) {
  .performers-section .styled-header {
    margin-bottom: 30px;
  }
}

.performers-list {
  margin: 0 -15px;
  padding: 0;
  list-style: none;
  font-size: 0;
  line-height: 0;
}

.performers-list li {
  display: inline-block;
  vertical-align: top;
  width: 33.33%;
  padding: 0 15px 20px;
}

@media (max-width: 767px) {
  .performers-list li {
    width: 100%;
  }
}

/*# sourceMappingURL=styles.css.map */
