@import "../css/fonts.css";
@import "../css/animate.css";
@import "../css/slick.css";
@import "../css/pure-min.css";
@import "../css/grids-responsive-min.css";
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
body,
html {
  height: 100%;
}
body {
  margin: 0;
  padding: 0;
  font-family: 'Marmelad', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  color: #333;
  background: #f4f4f4;
  min-width: 320px;
}
.pure-g [class*="pure-u"] {
  font-family: 'Marmelad', sans-serif;
  padding: 0 15px;
}
.pure-g {
  margin: 0 -15px;
}
.pull-left {
  float: left;
}
.pull-right {
  float: right;
}
.main-container {
  margin-left: auto;
  margin-right: auto;
  max-width: 1230px;
  padding: 0 30px;
}
.hidden {
  display: none!important;
}
.text-center {
  text-align: center;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-pink {
  color: #fb435f;
}
@media (max-width: 768px) {
  .main-container {
    padding: 0 15px;
  }
}
h1,
.h1 {
  font-size: 50px;
  margin: 0;
  padding: 0;
  font-weight: 400;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  padding: 23px 0 0 0;
  line-height: 1;
  letter-spacing: 1.9px;
}
h2,
.h2 {
  display: inline-block;
  font-size: 36px;
  margin: 0;
  padding: 0;
  font-weight: 400;
  text-align: center;
  position: relative;
}
h2:before,
.h2:before,
h2:after,
.h2:after {
  content: '';
  font-family: 'icomoon';
  font-size: 10px;
  color: #d1a9ac;
  position: absolute;
  top: 47%;
}
h2:before,
.h2:before {
  content: '\e917';
  left: -66px;
}
h2:after,
.h2:after {
  content: '\e916';
  right: -66px;
}
h4,
.h4 {
  font-size: 26px;
  margin: 0;
  padding: 0;
  font-weight: 400;
  line-height: 1;
  padding: 5px 0 0 0;
}
h5,
.h5 {
  font-size: 20px;
  margin: 0;
  padding: 0;
  font-weight: 400;
}
h6,
.h6 {
  font-size: 18px;
  margin: 0;
  padding: 0;
  font-weight: 400;
}
@media (max-width: 1200px) {
  h2:before,
  .h2:before,
  h2:after,
  .h2:after {
    display: none;
  }
}
@media (max-width: 992px) {
  h1,
  .h1 {
    font-size: 40px;
  }
  h2,
  .h2 {
    font-size: 30px;
  }
  h4,
  .h4 {
    font-size: 21px;
  }
}
@media (max-width: 758px) {
  h1,
  .h1 {
    font-size: 30px;
    letter-spacing: 0;
  }
  h2,
  .h2 {
    font-size: 24px;
  }
  h4,
  .h4 {
    font-size: 16px;
  }
}
#header {
  padding: 15px 0 0 0;
  width: 100%;
  background: #fff;
}
#header h2,
#header .h2 {
  display: inline-block;
  vertical-align: middle;
  color: #96052f;
  text-transform: uppercase;
  padding: 0 0 0 22px;
  letter-spacing: 1.5px;
  line-height:1em;
}
#header h2:before,
#header .h2:before,
#header h2:after,
#header .h2:after {
  display: none;
}
#header .phone-block {
  padding: 26px 0 0 37px;
}
#header .e-mail-block {
  padding: 29px 0 0 40px;
}
.logo-block {
  display: inline-block;
  vertical-align: middle;
  margin: 2px 0 0 0;
  width: 270px;
  height: 86px;
}
.logo-block img {
  display: block;
  width: 100%;
}
.phone-block {
  display: inline-block;
  vertical-align: middle;
}
.phone-block a {
  display: inline-block;
  vertical-align: middle;
  font-size: 24px;
  color: #333;
  margin: 0;
}
.phone-block span {
  display: inline-block;
  vertical-align: middle;
  font-size: 32px;
  color: #fb435f;
  margin-right: 2px;
}
.e-mail-block {
  display: inline-block;
  vertical-align: middle;
}
.e-mail-block a {
  display: inline-block;
  vertical-align: middle;
  color: #fb435f;
  font-size: 16px;
  text-decoration: underline;
  margin-top: -10px;
}
.e-mail-block a:hover {
  text-decoration: none;
}
.e-mail-block span {
  display: inline-block;
  vertical-align: middle;
  font-size: 33px;
  color: #fb435f;
  margin-right: 7px;
}

.e-mail-block .header_adress_block {
  display:inline-block;
  vertical-align: middle;
  font-size: 16px;
  color: #000000;
  margin-right: 7px;
}

.adress-block {
  display: inline-block;
  vertical-align: middle;
}
.adress-block p {
  display: inline-block;
  vertical-align: middle;
  font-size: 18px;
  margin: 0;
}
.adress-block span {
  display: inline-block;
  vertical-align: middle;
  font-size: 34px;
  color: #fb435f;
  margin-right: 2px;
}
@media (max-width: 1300px) {
  #header .pure-g {
    text-align: center;
  }
}
@media (max-width: 1024px) {
  #header .phone-block,
  #header .e-mail-block {
    display: none;
  }
}
#footer {
  border-left: 20px solid #f4f4f4;
  border-right: 20px solid #f4f4f4;
  background: url('images/bg5.png') no-repeat center bottom;
  text-align: center;
  padding: 17px 0 20px;
}
#footer .pure-u-1 {
  padding: 0;
}
#footer h2,
#footer .h2 {
  display: inline-block;
  vertical-align: middle;
  color: #fb435f;
  text-transform: uppercase;
  letter-spacing: 1.5px;
}
#footer h2:before,
#footer .h2:before,
#footer h2:after,
#footer .h2:after {
  display: none;
}
#footer .logo-block {
  margin: -2px 0 4px 0;
}
#footer .phone-block,
#footer .e-mail-block,
#footer .adress-block {
  padding: 0 0 16px 23px;
}
#footer .phone-block span,
#footer .e-mail-block span,
#footer .adress-block span {
  margin-right: 14px;
}
#footer .socials {
  padding: 40px 0;
  margin: 0;
}
#footer .btn_wide {
  margin: 20px 0 61px;
}
.footer__logo-mobile {
  display: none;
}
.copyrights {
  background: #fff;
  padding: 0;
  font-family: "PT Sans";
  font-size: 14px;
  padding: 14px 0 15px;
}
.copyrights a {
  text-decoration: underline;
  color: #fb435f;
}
.copyrights a:hover {
  text-decoration: none;
}
@media (max-width: 1240px) {
  #footer .phone-block p,
  #footer .e-mail-block p,
  #footer .adress-block p,
  #footer .phone-block a,
  #footer .e-mail-block a,
  #footer .adress-block a {
    font-size: 16px;
  }
  #footer .phone-block span,
  #footer .e-mail-block span,
  #footer .adress-block span {
    margin-right: 5px;
  }
}
@media (max-width: 1024px) {
  #footer .pure-u-1.text-left {
    text-align: center;
    padding-top: 40px;
  }
  .footer__logo-mobile {
    display: inline-block;
  }
  .footer__logo-desktop {
    display: none;
  }
}
@media (max-width: 992px) {
  #footer {
    border: 0;
  }
}
@media (max-width: 768px) {
  .copyrights {
    text-align: center;
  }
  .copyrights .pull-left,
  .copyrights .pull-right {
    float: none;
    clear: both;
  }
  #footer .phone-block,
  #footer .e-mail-block,
  #footer .adress-block {
    display: block;
    padding: 0 0 20px 0;
  }
  #footer .phone-block span,
  #footer .e-mail-block span,
  #footer .adress-block span {
    margin-right: 5px;
  }
  #footer .phone-block p,
  #footer .e-mail-block p,
  #footer .adress-block p,
  #footer .phone-block a,
  #footer .e-mail-block a,
  #footer .adress-block a {
    font-size: 16px;
  }
}
@media (max-width: 480px) {
  #footer .pure-u-1.text-left {
    text-align: left;
    padding: 10px 15px;
  }
  #footer .socials {
    padding: 15px 0;
  }
}
[class^="icon-"],
[class*=" icon-"] {
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-arrow_left:before {
  content: "\e900";
}
.icon-arrow_lg_right:before {
  content: "\e901";
}
.icon-arrow_right:before {
  content: "\e902";
}
.icon-envelope:before {
  content: "\e903";
}
.icon-fb:before {
  content: "\e904";
}
.icon-flower:before {
  content: "\e905";
}
.icon-hair:before {
  content: "\e906";
}
.icon-hat:before {
  content: "\e907";
}
.icon-heart:before {
  content: "\e908";
}
.icon-horne:before {
  content: "\e909";
}
.icon-instagramm:before {
  content: "\e90a";
}
.icon-ok:before {
  content: "\e90b";
}
.icon-phone:before {
  content: "\e90c";
}
.icon-play:before {
  content: "\e90d";
}
.icon-ruby:before {
  content: "\e90e";
}
.icon-scissors_left:before {
  content: "\e90f";
}
.icon-scissors_right:before {
  content: "\e910";
}
.icon-tag:before {
  content: "\e911";
}
.icon-target:before {
  content: "\e912";
}
.icon-vk:before {
  content: "\e913";
}
.icon-owl:before {
  content: "\e914";
}
.icon-medal:before {
  content: "\e915";
}
.icon-wave-right:before {
  content: "\e916";
}
.icon-wave_left:before {
  content: "\e917";
}
.btn {
  display: inline-block;
  padding: 6px 106px 10px;
  border: none;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  background: #fb435f;
  font-size: 24px;
  color: #fff;
  text-decoration: none;
  outline: none;
  -webkit-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
  -webkit-box-shadow: 0 2px 0 #96052f;
  box-shadow: 0 2px 0 #96052f;
  -webkit-text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}
.btn:hover {
  background: #96052f;
}
.btn.btn_wide {
  width: 100%;
  max-width: 770px;
  padding: 11px 0 13px;
  text-align: center;
}
.btn.form-btn {
  width: 100%;
  font-size: 20px;
  padding: 4px 30px 6px;
}
.btn-wrap {
  width: 100%;
}
.academy_btn {
  display: block;
  width: 100%;
  text-align: center;
  font-size: 24px;
  color: #fff;
  background: #96052f url('images/row_bg2.png') no-repeat center;
  background-size: cover;
  padding: 10px 20px 14px;
  text-decoration: none;
}
.academy_btn span {
  display: inline-block;
  vertical-align: middle;
  margin: 0 3px 0 11px;
}
.play_btn {
  display: block;
  width: 80px;
  height: 80px;
  background: #fb435f;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-box-shadow: 0 2px 0 #96052f;
  box-shadow: 0 2px 0 #96052f;
  text-align: center;
  text-decoration: none;
  color: inherit;
  -webkit-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.play_btn .icon-play {
  line-height: 80px;
  font-size: 28px;
  color: #fff;
  margin-left: 6px;
}
.play_btn:hover {
  background: #96052f;
}
@media (max-width: 768px) {
  .academy_btn span {
    max-width: 220px;
    text-align: left;
  }
  .btn.btn_wide {
    padding: 11px 15px 13px;
    font-size: 18px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
  }
}
@media (max-width: 568px) {
  .btn.btn_wide {
    line-height: 1.2;
  }
}
input[type="text"],
input[type="email"],
input[type="number"],
input[type="date"],
input[type="datetime"],
textarea {
  color: #333;
  font-weight: 300;
  font-size: 14px;
  padding: 10px 18px;
  border: 2px solid #c3c3c3;
  border-left-color: #fb435f;
  -webkit-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
  outline: 0;
  width: 100%;
}
input[type="text"]::-moz-placeholder,
input[type="email"]::-moz-placeholder,
input[type="number"]::-moz-placeholder,
input[type="date"]::-moz-placeholder,
input[type="datetime"]::-moz-placeholder,
textarea::-moz-placeholder {
  color: #333;
  opacity: 1;
}
input[type="text"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="number"]:-ms-input-placeholder,
input[type="date"]:-ms-input-placeholder,
input[type="datetime"]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #333;
}
input[type="text"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="number"]::-webkit-input-placeholder,
input[type="date"]::-webkit-input-placeholder,
input[type="datetime"]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #333;
}
.gform_wrapper.with-rows_wrapper .gform_fields {
  margin: 0 -15px;
}
.gform_wrapper .gform_fields {
  list-style: none;
  margin: 0;
  padding: 0;
}
.gform_wrapper .gfield {
  margin-bottom: 20px;
}
.gform_wrapper .gfield.gfield_error input,
.gform_wrapper .gfield.gfield_error textarea {
  border-color: #e63d3d;
}
.gform_wrapper .gfield .gfield_label {
  display: block;
  font-size: 15px;
  color: #333;
  margin-bottom: 5px;
}
.gform_wrapper .gfield_required {
  color: #fb435f;
}
.gform_wrapper .gform_validation_container {
  display: none;
}
.gform_wrapper .validation_error,
.gform_wrapper .validation_message {
  display: none;
}
.gform_wrapper .gfield_checkbox {
  list-style: none;
  padding: 0;
}
.gform_wrapper .gfield_checkbox li {
  position: relative;
}
.gform_wrapper .gfield_checkbox li input {
  position: absolute;
  top: 5px;
  left: 0;
}
.gform_wrapper .gfield_checkbox li label {
  display: block;
  padding-left: 25px;
  font-size: 14px;
}
.main-nav {
  width: 100%;
  background: #96052f url('images/row_bg1.png') no-repeat center;
  background-size: cover;
  margin-top: 17px;
}
.main-nav.fixed {
  margin: 0;
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}
.mob-phone-block {
  display: none;
}
.mob-phone-block a.phone {
  margin: 0;
  font-size: 20px;
  color: #fff;
}
.main-nav__menu {
  display: block;
  margin: 0 -15px;
  padding: 0;
}
.main-nav__menu li {
  float: left;
  list-style: none;
}
.main-nav__menu li a {
  display: block;
  padding: 15px 13px 8px;
  color: #fff;
  font-size: 18px;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.35px;
  -webkit-text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
  -webkit-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.main-nav__menu li a:hover {
  text-decoration: underline;
}
.mob-email-block {
  display: none!important;
}
#overlay {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 999;
}
#btn-mob {
  display: none;
  position: absolute;
  z-index: 1000;
  left: 30px;
  top: 50%;
  margin-top: -15px;
  width: 30px;
  height: 30px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: 2px solid rgba(255, 255, 255, 0.5);
  padding: 6px;
  -webkit-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
#btn-mob span {
  display: block;
  background: #fff;
  width: 14px;
  height: 2px;
  margin-top: 4px;
  -webkit-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
#btn-mob span:first-child {
  margin-top: 0;
}
#btn-mob:hover {
  border: 2px solid #fff;
}
#btn-mob.active span {
  left: -50px;
  display: none;
}
#btn-mob.active span:first-child {
  display: block;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  margin: 6px 0 -6px 0;
}
#btn-mob.active span:last-child {
  display: block;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
@media (max-width: 1300px) {
  .main-nav {
    height: 50px;
  }
  .main-nav__menu {
    text-align: justify;
    margin: 0;
  }
  .main-nav__menu li {
    float: none;
    display: inline-block;
  }
  .main-nav__menu li a {
    padding: 15px 0 8px;
    font-size: 15px;
  }
  .main-nav__menu:after {
    content: '';
    display: inline-block;
    height: 0;
    width: 100%;
  }
}
@media (max-width: 1024px) {
  .main-nav {
    padding: 10px 0;
    position: relative;
  }
  .main-nav:before,
  .main-nav:after {
    content: " ";
    display: table;
  }
  .main-nav:after {
    clear: both;
  }
  .main-nav:before,
  .main-nav:after {
    content: " ";
    display: table;
  }
  .main-nav:after {
    clear: both;
  }
  .main-nav__menu {
    display: block;
    position: absolute;
    top: 100%;
    left: 0;
    background: #96052f;
    text-align: center;
    width: 100%;
    z-index: 1000;
    padding: 15px 0;
    -webkit-transform: translate(-100%, 0);
    -ms-transform: translate(-100%, 0);
    -o-transform: translate(-100%, 0);
    transform: translate(-100%, 0);
    -webkit-transition: 0.5s all ease;
    -o-transition: 0.5s all ease;
    transition: 0.5s all ease;
  }
  .main-nav__menu.active {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  .main-nav__menu li {
    display: block;
  }
  .main-nav__menu li a {
    display: inline-block;
    font-size: 20px;
    position: relative;
    padding: 5px 0;
  }
  .main-nav__menu li a:before,
  .main-nav__menu li a:after {
    content: '';
    font-family: 'icomoon';
    font-size: 7px;
    color: inherit;
    position: absolute;
    top: 40%;
    opacity: 0;
    -webkit-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    transition: 0.3s all ease;
  }
  .main-nav__menu li a:before {
    content: '\e917';
    right: 100%;
    margin: 0 3px;
  }
  .main-nav__menu li a:after {
    content: '\e916';
    left: 100%;
    margin: 0 3px;
  }
  .main-nav__menu li a:hover {
    text-decoration: none;
  }
  .main-nav__menu li a:hover:before,
  .main-nav__menu li a:hover:after {
    opacity: 1;
  }
  .main-nav__menu li.mob-email-block {
    display: inline-block !important;
  }
  .main-nav__menu li.mob-email-block a {
    display: inline-block;
    font-size: 18px;
    text-transform: none;
    text-decoration: underline;
  }
  .main-nav__menu li.mob-email-block a:hover {
    text-decoration: none;
  }
  .main-nav__menu li.mob-email-block a:hover:before,
  .main-nav__menu li.mob-email-block a:hover:after {
    opacity: 0;
  }
  .mob-phone-block {
    display: inline-block;
  }
  #btn-mob {
    display: block;
  }
}
.main-slider {
  margin: 0;
  background: #96052f;
}
.main-slider .item {
  width: 100%;
  height: 680px;
  border: 0;
  outline: 0;
  opacity: 1 !important;
  z-index: 950 !important;
}
.main-slider .item * {
  outline: 0;
}
.main-slider .item .inner {
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  opacity: 1 !important;
  z-index: 950 !important;
}
.main-slider .item .inner > .main-container {
  position: relative;
  height: 100%;
}
.main-slider .item.slick-current {
  visibility: visible;
  z-index: 951 !important;
}
.main-slider .item.slick-current .inner {
  -webkit-animation: scaleUp .7s ease both;
  animation: scaleUp .7s ease both;
}
.main-slider .item.slick-prev {
  visibility: visible;
  z-index: 952 !important;
}
.main-slider .item.slick-prev .inner {
  -webkit-animation: scaleDownUp .5s ease both;
  animation: scaleDownUp .5s ease both;
}
.main-slider .item.slick-active h1 {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}
.main-slider .item.slick-active h5 {
  -webkit-animation-duration: 2.5s;
  animation-duration: 2.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}
.main-slider .item.slick-active p {
  -webkit-animation-duration: 2.5s;
  animation-duration: 2.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
.main-slider .item.slick-active a {
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
.main-slider .item.slick-active .main-slider__description:after {
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}
.main-slider .slick-dots {
  display: block;
  margin: 0;
  padding: 0;
  text-align: center;
  width: 100%;
  position: absolute;
  bottom: 14px;
  left: 0;
}
.main-slider .slick-dots li {
  display: inline-block;
  list-style: none;
  width: 15px;
  height: 15px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: transparent;
  border: 2px solid #fff;
  margin: 0 7px 0 8px;
  cursor: pointer;
  -webkit-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.main-slider .slick-dots li button {
  display: none;
}
.main-slider .slick-dots li.slick-active {
  background: #fff;
}
.main-slider .slick-dots li:hover {
  background: #fb435f;
}
.main-slider__description {
  display: inline-block;
  background: #fff;
  text-align: center;
  padding: 40px 42px 48px;
  overflow: hidden;
  position: absolute;
  z-index: 10;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  right: 10px;
}
.main-slider__description * {
  position: relative;
  z-index: 10;
}
.main-slider__description:after {
  content: '';
  display: block;
  position: absolute;
  z-index: 5;
  top: -150px;
  right: -150px;
  background: url('images/flower1.png') no-repeat;
  width: 286px;
  height: 299px;
}
.main-slider__description p {
  margin: 0;
  font-size: 20px;
  text-transform: uppercase;
  line-height: 1;
  padding: 4px 0;
}
.main-slider__description p .num {
  font-size: 30px;
  margin: 0 5px;
}
.main-slider__description h1 {
  color: #96052f;
}
.main-slider__description a {
  margin-top: 36px;
  padding: 6px 106px 10px;
}
@-webkit-keyframes scaleUp {
  from {
    opacity: 0;
    -webkit-transform: scale(0.8);
  }
}
@keyframes scaleUp {
  from {
    opacity: 0;
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
}
@-webkit-keyframes scaleDownUp {
  to {
    opacity: 0;
    -webkit-transform: scale(1.2);
  }
}
@keyframes scaleDownUp {
  to {
    opacity: 0;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
}
@-webkit-keyframes scaleDown {
  to {
    opacity: 0;
    -webkit-transform: scale(0.8);
  }
}
@keyframes scaleDown {
  to {
    opacity: 0;
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
}
@-webkit-keyframes scaleUpDown {
  from {
    opacity: 0;
    -webkit-transform: scale(1.2);
  }
}
@keyframes scaleUpDown {
  from {
    opacity: 0;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
}
@media (max-width: 1200px) {
  .main-slider .item {
    height: 600px;
  }
}
@media (max-width: 1024px) {
  .main-slider .item {
    height: 500px;
  }
}
@media (max-width: 850px) {
  .main-slider .item {
    height: 400px;
  }
}
@media (max-width: 758px) {
  .main-slider .slick-dots {
    display: none !important;
  }
}
@media (max-width: 568px) {
  .main-slider .item {
    height: 300px;
  }
  .main-slider__description {
    padding: 17px;
    width: 100%;
    right: auto;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: #fff url('images/flower1.png') no-repeat 170px -170px;
    overflow: visible;
    top: 370px;
  }
  .main-slider__description:after {
    display: none;
  }
  .main-slider__description p {
    font-size: 16px;
    text-transform: uppercase;
  }
  .main-slider__description p .num {
    font-size: 16px;
  }
  .main-slider__description a {
    font-size: 18px;
    width: 320px;
    max-width: 100%;
    left: 50%;
    margin-left: -50%;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    position: absolute;
    top: 100%;
    margin-top: 0;
  }
  .main-slider__description h1,
  .main-slider__description .h1 {
    padding: 13px 0 0 0;
  }
  .main-slider__description h5,
  .main-slider__description .h5 {
    font-size: 16px;
  }
}
.academy {
  padding: 38px 0;
  background: #f4f4f4 url('images/bg1.png') no-repeat left top;
  background-size: cover;
}
.academy .img-block {
  width: 70px;
  float: left;
}
.academy .img-block span {
  font-size: 50px;
  color: #c2768c;
}
.academy .text-block {
  width: auto;
  margin-left: 70px;
}
.academy .text-block p {
  margin: 0;
  font-family: "PT Sans";
}
.academy .about-list {
  padding-top: 18px;
}
.academy .about-list .pure-u-1 {
  padding-bottom: 16px;
}
.academy h5,
.academy .h5 {
  color: #96052f;
  padding-bottom: 12px;
}
@media (max-width: 992px) {
  .academy {
    background: #f4f4f4 url('images/bg1_clean.png') no-repeat center;
  }
}
.disturbs {
  padding: 38px 0 0;
}
.disturbs__list {
  padding: 20px 0;
}
.disturbs__list .img-block {
  width: 100%;
  height: 166px;
  text-align: center;
}
.disturbs__list .block-bg {
  display: inline-block;
  width: 146px;
  height: 146px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #e9abbb;
  border: 3px solid #e3edf3;
  position: relative;
  z-index: 1;
}
.disturbs__list .block-bg:after {
  content: '';
  display: none;
  width: 145px;
  height: 137px;
  background: url('images/flower2.png') no-repeat;
  position: absolute;
  z-index: 2;
}
.disturbs__list .circle-bg {
  display: block;
  width: 126px;
  height: 126px;
  background: #fff;
  border: 3px solid #b66872;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
  z-index: 3;
  top: 5px;
  left: 7px;
  text-align: center;
}
.disturbs__list .circle-bg span {
  font-size: 59px;
  color: #96052f;
  line-height: 122px;
}
.disturbs__list .item {
  padding-bottom: 34px;
}
.disturbs__list .item:first-child .block-bg:after {
  display: block;
  top: -9px;
  right: -32px;
}
.disturbs__list .item:first-child + * + * .block-bg:after {
  display: block;
  bottom: -9px;
  left: -25px;
}
.disturbs__list .text-block p {
  margin: 0;
color: #96052f;
    font-family: "PT Sans";
    font-size: 20px;
    line-height: 1.2em;
    margin: 0;
    text-align: center;
}
.unique {
  background: #fff url('images/bg8.png') no-repeat center left;
  background-size: auto 80%;
  padding: 38px 0 0 0;
}
.unique .left-block {
  text-align: right;
  overflow: hidden;
  position: relative;
}
.unique .left-block:after {
  content: '';
  display: block;
  width: 571px;
  height: 601px;
  background: url('images/bg7.png') no-repeat;
  position: absolute;
  z-index: 0;
  bottom: -338px;
  right: -387px;
}
.unique .right-block {
  background-color: #000;
  background-position: center;
  background-size: cover;
  color: #fff;
  bottom:0;
}
.unique .item-theses,
.unique .item-program {
  display: inline-block;
  width: 100%;
  max-width: 584px;
  padding: 45px 35px 101px 15px;
  text-align: left;
  position: relative;
  z-index: 10;
}
.unique .unique-program {
  padding-top: 26px;
  position:relative;
}
.unique .item-theses p {
  margin: 0;
  padding: 3px 0 5px;
  font-family: "PT Sans";
  font-size: 18px;
}
.unique .item-theses h6,
.unique .item-theses .h6 {
  color: #96052f;
  padding: 24px 0 32px;
}
.unique .item-theses .btn {
  padding: 6px 86px 8px;
}
.unique .program__title {
  padding: 0 0 0 15px;
  font-size: 24px;
  color: #fff;
}
.unique .list {
  padding: 5px 0 0 15px;
}
.unique .item-program .btn {
  display: none;
}
.list {
  margin: 0;
  padding: 0;
}
.list li {
  list-style: none;
  padding: 4px 0 5px 20px;
  font-family: "PT Sans";
  font-size: 18px;
  position: relative;
}
.list li:before {
  content: "\e908";
  font-family: 'icomoon';
  font-size: 7px;
  color: #fb435f;
  position: absolute;
  left: 0;
  top: 15px;
}
@media (max-width: 768px) {
  .unique {
    background: #fff;
  }
  .unique .item-program {
    padding: 20px 15px;
  }
  .unique .item-program .program__title {
    text-align: center;
  }
  .unique .item-program .btn {
    display: inline-block;
  }
  .unique .item-theses {
    padding: 0 15px;
  }
  .unique .item-theses .btn {
    display: none;
  }
  .unique .list {
    padding: 5px 0 30px 15px;
  }
  .unique .btn {
    padding: 5px 0;
    width: 100%;
    font-size: 18px;
    text-align: center;
  }
}
.secrets {
  padding: 38px 0 53px 0;
  background: #96052f url('images/bg4_fix.jpg') no-repeat center;
  background-size: cover;
  background-attachment: fixed;
  color: #fff;
  position: relative;
}
.secrets h2:before,
.secrets .h2:before,
.secrets h2:after,
.secrets .h2:after {
  color: inherit;
}
.secrets .list {
  padding: 88px 0;
}
.secrets .video-wrap {
  display: block;
  width: 100%;
  position: relative;
}
.secrets .video-wrap .play_btn {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -40px 0 0 -40px;
}
.secrets-wpap {
  padding: 26px 0 0 0;
}
@media (max-width: 768px) {
  .secrets {
    padding: 25px 0;
  }
  .secrets .list {
    padding: 10px 0;
  }
}
.classes {
  padding: 48px 0 47px;
}
.classes-wrap {
  background: url('images/dash.png') repeat-x bottom, url('images/dash.png') repeat-x top;
  position: relative;
  padding: 26px 0 51px 0;
}
.classes-wrap:before,
.classes-wrap:after {
  display: block;
  position: absolute;
  font-size: 27px;
  color: #818181;
  font-family: 'icomoon';
}
.classes-wrap:before {
  content: '\e90f';
  top: -19px;
  left: 50px;
}
.classes-wrap:after {
  content: '\e910';
  bottom: -19px;
  right: 50px;
}
.classes-list {
  padding: 26px 0 38px;
}
.classes-list .pure-u-1:first-child .classes-list__item:before {
  content: '';
  display: block;
  width: 298px;
  height: 307px;
  background: url('images/flower3.png') no-repeat;
  position: absolute;
  left: -112px;
  top: -114px;
  z-index: -1;
}
.classes-list .pure-u-1:last-child .classes-list__item:before {
  content: '';
  display: block;
  width: 484px;
  height: 459px;
  background: url('images/flower4.png') no-repeat;
  position: absolute;
  bottom: -182px;
  right: -127px;
  z-index: -1;
}
.classes-list__item {
  position: relative;
  max-width: 370px;
  margin-left: auto;
  margin-right: auto;
  background: #fff;
  border: 1px solid #eaeaea;
  text-align: center;
  padding-bottom: 34px;
  margin-top: 39px;
  -webkit-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.classes-list__item .item-header {
  background: #ab3759;
  color: #fff;
  padding: 15px 30px 18px;
}
.classes-list__item .item-header p {
  margin: 0;
  line-height: 1;
}
.classes-list__item .item-header .title {
  font-size: 24px;
  line-height: 1;
  padding: 2px 0 8px;
}
.classes-list__item .item-header .date {
  color: #eeb75f;
  letter-spacing: -0.1px;
}
.classes-list__item .content {
  text-align: left;
  padding: 15px 0 7px 0;
  min-height: 260px;
  position: relative;
}
.classes-list__item .content ul {
  margin: 0;
  padding: 0 0 0 40px;
}
.classes-list__item .content ul li {
  list-style: none;
  font-size: 16px;
  font-family: "PT Sans";
  padding: 8px 15px 11px 0;
  border-bottom: 1px solid #eeb75f;
}
.classes-list__item .content ul li:last-child {
  border-bottom: 0;
}
.classes-list__item .content .side-text {
  position: absolute;
  top: 12px;
  left: 21px;
}
.classes-list__item .content .side-text p {
  font-size: 18px;
  -webkit-transform: rotate(270deg) translateX(-100%);
  transform: rotate(270deg) translateX(-100%);
  -webkit-transform-origin: 0px 0px;
  transform-origin: 0px 0px;
}
.classes-list__item .price {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 600;
  color: #fb435f;
  font-family: "PT Sans";
  letter-spacing: 0.8px;
  padding-bottom: 13px;
}
.classes-list__item a {
  font-size: 20px;
  color: #333;
  background: #f4f4f4;
  padding: 7px 0 10px;
  width: 100%;
  max-width: 300px;
  border: 2px solid #fb435f;
  -webkit-box-shadow: 0 0 0;
  box-shadow: 0 0 0;
}
.classes-list__item a:hover {
  color: #fff;
  background: #fb435f;
}
.classes-list__item.active {
  margin-top: 0;
  border: 2px solid #96052f;
  -webkit-box-shadow: 0 5px 15px rgba(150, 5, 47, 0.35);
  box-shadow: 0 5px 15px rgba(150, 5, 47, 0.35);
}
.classes-list__item.active .item-header {
  background: #96052f url('images/row_bg3.png') no-repeat;
  background-size: cover;
}
.classes-list__item.active:hover {
  border: 2px solid #96052f;
}
.classes-list__item:hover {
  border: 1px solid #96052f;
  -webkit-box-shadow: 0 5px 15px rgba(150, 5, 47, 0.35);
  box-shadow: 0 5px 15px rgba(150, 5, 47, 0.35);
}
.classes-list__item:hover .item-header {
  background: #96052f url('images/row_bg3.png') no-repeat;
  background-size: cover;
}
@media (max-width: 1024px) {
  .classes-list__item {
    margin-top: 0;
    margin-bottom: 40px;
  }
}
@media (max-width: 768px) {
  .classes-list {
    padding: 26px 0 0;
  }
  .classes-list .pure-u-1 {
    padding: 0;
  }
  .classes-list__item .content {
    min-height: 260px;
  }
  .classes-list__item:before {
    display: none!important;
  }
}
.recalls {
  background: url('images/bg6.png') no-repeat center;
  background-size: cover;
  padding: 38px 0 11px;
}
.recalls h2,
.recalls .h2 {
  color: #fff;
}
.recalls h2:before,
.recalls .h2:before,
.recalls h2:after,
.recalls .h2:after {
  color: inherit;
}
.recalls-slider-wrap {
  max-width: 970px;
  margin-left: auto;
  margin-right: auto;
  padding: 26px 0 0 0;
}
.recalls-slider {
  padding: 0 25px;
  margin: 0;
}
.recalls-slider .item {
  outline: 0;
  border: 0;
  text-align: center;
  position: relative;
}
.recalls-slider .item p {
  margin: 0;
  padding: 10px 0;
  font-size: 20px;
}
.recalls-slider .content {
  background: #fff;
  padding: 18px 80px 57px;
}
.recalls-slider .user {
  width: 100%;
  text-align: center;
  position: relative;
  left: 0;
  top: -45px;
}
.recalls-slider .user .img-block {
  display: inline-block;
  width: 90px;
  height: 90px;
  background: transparent;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border: 3px solid #fff;
  overflow: hidden;
}
.recalls-slider .user .img-block img {
  display: block;
  width: 100%;
  position: relative;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.recalls-slider .user .name {
  font-size: 18px;
  color: #fff;
  line-height: 1.2;
}
.recalls-slider .slick-arrow {
  background: #fb435f;
  border: 0;
  outline: 0;
  width: 50px;
  height: 50px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  color: transparent;
  position: absolute;
  top: 69px;
  text-align: center;
  z-index: 10;
  -webkit-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.recalls-slider .slick-arrow:before {
  display: inline-block;
  line-height: 48px;
  font-size: 20px;
  font-family: 'icomoon' !important;
  color: #fff;
}
.recalls-slider .slick-arrow:hover {
  background: #96052f;
}
.recalls-slider .slick-prev {
  left: 0;
}
.recalls-slider .slick-prev:before {
  content: '\e900';
  margin: 0 4px 0 0;
}
.recalls-slider .slick-next {
  right: 0;
}
.recalls-slider .slick-next:before {
  content: '\e902';
  margin: 0 0 0 4px;
}
@media (max-width: 768px) {
  .recalls-slider {
    padding: 0;
  }
  .recalls-slider .item p {
    font-size: 18px;
  }
  .recalls-slider .slick-arrow {
    display: none!important;
  }
  .recalls-slider .content {
    padding: 15px 15px 60px;
  }
}
.organizer {
  padding: 37px 0 0 0;
  background: #fff;
}
.organizer-block {
  padding: 28px 0 58px;
  margin: 0 -30px;
}
.organizer-block .img-block {
  float: left;
  width: 44%;
  margin-right: -12px;
}
.organizer-block .img-block img {
  display: block;
  width: 100%;
}
.organizer-block .text-block {
  float: left;
  width: 56%;
  padding: 65px 70px 0 0;
}
.organizer-block .text-block .title {
  font-size: 24px;
  text-transform: uppercase;
  letter-spacing: 1.1px;
}
.organizer-block .text-block p {
  margin: 0;
  font-size: 18px;
  padding: 11px 0 0 0;
  font-family: "PT Sans";
  line-height: 26px;
}
.organizer-block .socials {
  padding: 32px 0 0 0;
}
@media (max-width: 1024px) {
  .organizer-block {
    margin: 0;
  }
  .organizer-block .text-block {
    padding: 0;
  }
}
@media (max-width: 768px) {
  .organizer-block {
    padding: 25px 0;
  }
  .organizer-block .img-block,
  .organizer-block .text-block {
    width: 100%;
    float: none;
    padding: 10px 0;
  }
}
.events {
  padding: 38px 0 0;
}
.events-list {
  padding: 26px 0 33px;
}
.events-list .pure-u-1:first-child .events-list__item:after {
  -webkit-transform: rotate(-3deg);
  -ms-transform: rotate(-3deg);
  -o-transform: rotate(-3deg);
  transform: rotate(-3deg);
  left: 4px;
  top: 15px;
}
.events-list .pure-u-1:first-child + * .events-list__item:after {
  -webkit-transform: rotate(3deg);
  -ms-transform: rotate(3deg);
  -o-transform: rotate(3deg);
  transform: rotate(3deg);
  left: 4px;
  top: -1px;
}
.events-list .pure-u-1:first-child + * + * .events-list__item:after {
  -webkit-transform: rotate(3deg);
  -ms-transform: rotate(3deg);
  -o-transform: rotate(3deg);
  transform: rotate(3deg);
  right: 4px;
  top: 15px;
}
.events-list__item {
  display: block;
  -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
  position: relative;
  background: #fff;
  max-width: 370px;
  margin-left: auto;
  margin-right: auto;
}
.events-list__item .img-block {
  width: 100%;
  height: 100%;
  max-width: 370px;
  max-height: 210px;
  overflow: hidden;
  border: 5px solid #fff;
}
.events-list__item .img-block img {
  display: block;
  width: 100%;
}
.events-list__item:after {
  content: '';
  display: block;
  position: absolute;
  z-index: -1;
  width: 90%;
  height: 90%;
  border: 5px solid #fff;
  background: #c9a96d;
  left: 4px;
  top: 15px;
  -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
}
.event-name {
  padding: 32px 0 0;
  text-align: center;
  font-family: "PT Sans";
  font-size: 18px;
  font-weight: 700;
}
@media (max-width: 768px) {
  .event-name {
    padding: 20px 0;
  }
}
.place {
  padding: 39px 0 0;
}
.place .map {
  margin: 26px 0;
  height: 400px;
}
@media (max-width: 758px) {
  .place {
    padding: 25px 0 0;
  }
  .place .map {
    height: 330px;
  }
}
@media (max-width: 480px) {
  .place .map {
    height: 240px;
  }
}
.socials {
  margin: 0 -8px;
}
.socials a {
  display: inline-block;
  vertical-align: middle;
  width: 50px;
  height: 50px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border: 2px solid #fb435f;
  text-decoration: none;
  text-align: center;
  -webkit-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
  margin: 0 8px;
  background: #fff;
}
.socials a span {
  display: inline-block;
  font-size: 18px;
  color: #fb435f;
  line-height: 46px;
  -webkit-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.socials a:hover {
  border: 2px solid #96052f;
}
.socials a:hover span {
  color: #96052f;
}
@media (max-width: 768px) {
  .socials {
    margin: 0 -11px;
    text-align: center;
  }
  .socials a {
    margin: 0 12px;
  }
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
a {
  color: #fb435f;
}
a.phone {
  text-decoration: none;
}
#main {
  min-height: 100%;
  border: 20px solid #f4f4f4;
  overflow: hidden;
}
@media (max-width: 1024px) {
  #main {
    border: 0;
  }
}
.wow {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.delay_01 {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}
.delay_02 {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}
.delay_03 {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}
.delay_04 {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}
.delay_05 {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}
.delay_06 {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}
.delay_07 {
  -webkit-animation-delay: 0.7s;
  animation-delay: 0.7s;
}
.delay_08 {
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
}
.delay_09 {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
}
.delay_1 {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}
.delay_110 {
  -webkit-animation-delay: 1.1s;
  animation-delay: 1.1s;
}
.delay_120 {
  -webkit-animation-delay: 1.2s;
  animation-delay: 1.2s;
}
.delay_130 {
  -webkit-animation-delay: 1.3s;
  animation-delay: 1.3s;
}
.delay_140 {
  -webkit-animation-delay: 1.4s;
  animation-delay: 1.4s;
}
.delay_150 {
  -webkit-animation-delay: 1.5s;
  animation-delay: 1.5s;
}
.delay_160 {
  -webkit-animation-delay: 1.6s;
  animation-delay: 1.6s;
}
.delay_170 {
  -webkit-animation-delay: 1.7s;
  animation-delay: 1.7s;
}
.delay_180 {
  -webkit-animation-delay: 1.8s;
  animation-delay: 1.8s;
}
.delay_190 {
  -webkit-animation-delay: 1.9s;
  animation-delay: 1.9s;
}
.delay_210 {
  -webkit-animation-delay: 2.1s;
  animation-delay: 2.1s;
}
.delay_220 {
  -webkit-animation-delay: 2.2s;
  animation-delay: 2.2s;
}
.delay_230 {
  -webkit-animation-delay: 2.3s;
  animation-delay: 2.3s;
}
.delay_240 {
  -webkit-animation-delay: 2.4s;
  animation-delay: 2.4s;
}
.delay_250 {
  -webkit-animation-delay: 2.5s;
  animation-delay: 2.5s;
}
.delay_260 {
  -webkit-animation-delay: 2.6s;
  animation-delay: 2.6s;
}
.delay_270 {
  -webkit-animation-delay: 2.7s;
  animation-delay: 2.7s;
}
.delay_280 {
  -webkit-animation-delay: 2.8s;
  animation-delay: 2.8s;
}
.delay_290 {
  -webkit-animation-delay: 2.9s;
  animation-delay: 2.9s;
}
.delay_3 {
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
}
