@font-face {
  font-family: 'Futura PT';
  src: url("../font/FuturaPT/FuturaPT-Book.eot");
  src: url("../font/FuturaPT/FuturaPT-Book.woff") format("woff"), url("../font/FuturaPT/FuturaPT-Book.ttf") format("truetype"); }

@font-face {
  font-family: 'Futura PT Demi';
  src: url("../font/FuturaPT/FuturaPT-Demi.eot");
  src: url("../font/FuturaPT/FuturaPT-Demi.woff") format("woff"), url("../font/FuturaPT/FuturaPT-Demi.ttf") format("truetype"); }

@font-face {
  font-family: 'Futura PT Book';
  src: url("../font/FuturaPT/FuturaPT-Book.eot");
  src: url("../font/FuturaPT/FuturaPT-Book.woff") format("woff"), url("../font/FuturaPT/FuturaPT-Book.ttf") format("truetype"); }

@font-face {
  font-family: 'Futura PT Heavy';
  src: url("../font/FuturaPT/FuturaPT-Heavy.eot");
  src: url("../font/FuturaPT/FuturaPT-Heavy.woff") format("woff"), url("../font/FuturaPT/FuturaPT-Heavy.ttf") format("truetype"); }

@font-face {
  font-family: 'Mont';
  src: url("../font/mont/Mont-Regular.eot");
  src: url("../font/mont/Mont-Regular.woff") format("woff"), url("../font/mont/Mont-Regular.woff2") format("woff2"), url("../font/mont/Mont-Regular.ttf") format("truetype"); }

body {
  font-family: "Futura PT Book"; }

.lesson-button {
  -webkit-border-radius: 16px;
          border-radius: 16px;
  background: #f1faf2;
  font-family: "Futura PT Heavy";
  font-weight: bold;
  font-size: 16px;
  line-height: 21px;
  color: #72CB7B;
  text-align: center;
  padding: 11px 49px;
  border: 1px solid rgba(117, 111, 232, 0.102);
  display: inline-block; }
  .lesson-button:hover {
    opacity: 0.85; }

:focus {
  outline: 0px dotted !important;
  outline: 0px auto -webkit-focus-ring-color !important; }

h2 {
  font-weight: 600;
  font-size: 42px;
  line-height: 120%;
  color: #010101;
  text-align: center;
  margin-bottom: 30px;
  font-family: "Futura PT Heavy"; }
  @media (max-width: 767px) {
    h2 {
      font-size: 36px;
      line-height: 120%; } }
  @media (max-width: 767px) {
    h2 br {
      display: none; } }
  h2 span {
    position: relative;
    line-height: 0.7;
    display: inline-block;
    padding: 3px 5px; }
    h2 span:before {
      position: absolute;
      content: "";
      display: block;
      left: -6px;
      top: -1px;
      width: 105%;
      height: 110%;
      background: #FBF5B2;
      -webkit-border-radius: 20px;
      border-radius: 20px;
      z-index: -1; }

.navbar {
  height: 80px;
  background-color: #fff;
  -webkit-box-shadow: 0 4px 2px -2px #f4f5f8;
          box-shadow: 0 4px 2px -2px #f4f5f8; }
  @media (max-width: 767px) {
    .navbar {
      padding: 0;
      height: 81px;
      -webkit-box-shadow: 0 0px 0px 0px #fff;
              box-shadow: 0 0px 0px 0px #fff; } }

.navbar-container {
  height: 100%; }

@media (max-width: 767px) {
  .navbar-collapse {
    padding-left: 20px; } }

.navbar-toggler-icon {
  background: url("../img/menu-btn.png");
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
  background-position: center;
  width: 35px;
  height: 35px; }

.navbar-brand {
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-justify-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  @media (max-width: 767px) {
    .navbar-brand {
      padding-left: 20px; } }

@media (max-width: 767px) {
  .row {
    margin: 0; } }

.navbar-brand {
  margin-right: 39px; }
  @media (max-width: 767px) {
    .navbar-brand {
      margin-right: 0px; } }

.navbar-brand img {
  height: 100%;
  opacity: 0.2; }
  @media (max-width: 767px) {
    .navbar-brand img {
      max-width: 35px;
      height: auto; } }

.navbar-nav .nav-link {
  margin: 0 9px 0 0px; }
  @media (max-width: 767px) {
    .navbar-nav .nav-link {
      margin: 0 0px 0 0px; } }

.nav-item a {
  color: #000;
  text-transform: uppercase;
  font-family: "Futura PT Heavy"; }
  .nav-item a:hover {
    color: #756de8; }

.header-phone {
  font-family: "Futura PT Heavy"; }
  .header-phone p {
    margin-bottom: 0; }
    .header-phone p a {
      color: #000;
      font-family: "Futura PT Heavy"; }
      .header-phone p a:hover {
        text-decoration: none;
        font-family: "Futura PT Heavy";
        color: #000;
        border-bottom: 0px solid #ccc; }

#navbar-top {
  background-color: #fff; }
  @media (max-width: 767px) {
    #navbar-top {
      z-index: 6;
      padding-bottom: 20px; } }

@media (min-width: 1200px) {
  .container {
    width: 1080px; } }

header {
  position: relative;
  padding-top: 82px; }
  @media (max-width: 767px) {
    header {
      background: #fff;
      padding-top: 0; } }
  header .take-part {
    padding: 15px 57px;
    margin-right: 20px; }
    @media (max-width: 767px) {
      header .take-part {
        padding: 8px 28px;
        width: 100%;
        max-width: 300px;
        margin: 0 auto; } }
  header .container {
    position: relative; }
    @media (max-width: 767px) {
      header .container {
        padding-left: 0;
        padding-right: 0; } }
  header .author-header-mob {
    display: none; }
    @media (max-width: 767px) {
      header .author-header-mob {
        display: block; } }
    header .author-header-mob img {
      max-width: 100%;
      height: auto;
      display: block;
      margin: 0 auto; }
  header .author-header {
    position: absolute;
    top: 40px;
    right: 0;
    max-width: 44%;
    width: 100%; }
    @media (max-width: 767px) {
      header .author-header {
        display: none; } }
    header .author-header img {
      max-width: 100%; }
  header .header-bottom {
    margin: 16px 0; }
    @media (max-width: 767px) {
      header .header-bottom {
        margin: 0px 0 20px;
        text-align: center;
        position: relative;
        top: -30px; } }
    header .header-bottom .start {
      display: inline-block; }
      @media (max-width: 767px) {
        header .header-bottom .start {
          text-align: center;
          display: block; } }
      header .header-bottom .start img {
        margin-right: 10px; }
        @media (max-width: 767px) {
          header .header-bottom .start img {
            display: none; } }

.header-descr {
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #000000;
  opacity: 0.7; }
  @media (max-width: 767px) {
    .header-descr {
      padding: 0px 0 0px;
      font-weight: 600;
      font-size: 14px;
      line-height: 17px;
      text-align: center;
      letter-spacing: 0.2em;
      text-transform: uppercase;
      color: #000000;
      opacity: 0.7; } }

.p-gray {
  color: #7b7b7c;
  background-color: #f5f6f7;
  padding: 10px 15px;
  -webkit-border-radius: 25px;
          border-radius: 25px;
  display: inline-block;
  font-family: "Futura PT Demi"; }
  @media (max-width: 767px) {
    .p-gray {
      font-size: 12px;
      padding: 5px 10px;
      letter-spacing: 1px; } }

.h1-site-title {
  text-align: left;
  font-size: 80px;
  line-height: 0.938;
  font-family: "Futura PT Heavy";
  color: #66b563;
  margin-bottom: 20px; }
  @media (max-width: 767px) {
    .h1-site-title {
      margin-top: 0px;
      margin-bottom: 10px;
      text-align: center;
      font-weight: 600;
      font-size: 48px;
      line-height: 90%;
      text-align: center; } }
  .h1-site-title br {
    display: none; }
    @media (max-width: 767px) {
      .h1-site-title br {
        display: inline-block; } }

.site-moto {
  text-align: left;
  margin-bottom: 16px;
  margin-top: 14px;
  font-size: 24px;
  color: #676767;
  line-height: 1.267; }
  @media (max-width: 767px) {
    .site-moto {
      margin-bottom: 25px;
      margin-top: 22px;
      text-align: center;
      font-size: 24px;
      line-height: 31px;
      text-align: center;
      color: #000000; } }
  .site-moto br {
    display: inline-block; }
    @media (max-width: 767px) {
      .site-moto br {
        display: none; } }

@media (max-width: 767px) {
  .mob-slider {
    padding-left: 15px;
    padding-right: 15px; } }

@media (max-width: 767px) {
  .slick-dots {
    bottom: -16px;
    left: 0; } }

.slick-dots li {
  width: 10px;
  height: 10px; }

.slick-dots li button {
  width: 10px;
  height: 10px; }

.slick-dots li button:before {
  font-size: 0;
  background: #66b563;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  width: 10px;
  height: 10px; }

.top-col {
  border-style: solid;
  border-width: 2px;
  border-color: #d9d9ea;
  -webkit-border-radius: 10px;
          border-radius: 10px;
  background-color: #f7f7fe;
  -webkit-box-shadow: 0px 8px 43px 0px rgba(195, 201, 248, 0.44);
          box-shadow: 0px 8px 43px 0px rgba(195, 201, 248, 0.44);
  padding: 14px 15px; }
  @media (max-width: 991px) {
    .top-col {
      -webkit-box-shadow: 0px 8px 43px 0px rgba(195, 201, 248, 0);
              box-shadow: 0px 8px 43px 0px rgba(195, 201, 248, 0); } }
  @media (max-width: 767px) {
    .top-col {
      padding: 10px 15px; } }

.top-review {
  font-size: 20px;
  display: block;
  background: url("../img/quotes.png");
  background-repeat: no-repeat;
  background-position: center  20%;
  text-align: center;
  padding-top: 23px;
  font-family: "Futura PT Book";
  margin-bottom: 14px;
  line-height: normal; }
  @media (max-width: 767px) {
    .top-review {
      font-size: 16px;
      line-height: normal;
      margin-bottom: 4px; } }

@media (max-width: 767px) {
  .slick-dotted.slick-slider {
    padding: 10px 0px; } }

.review-name {
  text-align: center;
  text-transform: uppercase;
  font-family: "Futura PT Demi";
  font-size: 14px; }
  @media (max-width: 767px) {
    .review-name {
      font-size: 12px; } }

.text-red {
  color: #972626; }

.text-green {
  color: #3b9831; }

.text-blue {
  color: #3d5ebd; }

.review-name {
  color: #666; }

.header-bottom {
  text-align: left;
  margin: 56px 0; }
  @media (max-width: 767px) {
    .header-bottom {
      margin: 39px 0 0; } }

.take-part {
  -webkit-border-radius: 16px;
          border-radius: 16px;
  background-color: #66b563;
  -webkit-box-shadow: 0px 20px 60px 0px #66b563;
          box-shadow: 0px 20px 60px 0px #66b563;
  border: 1px solid #66b563;
  color: #fff;
  padding: 15px 60px;
  font-size: 20px;
  font-family: "Futura PT Heavy";
  -webkit-animation: pulse 2s linear infinite;
          animation: pulse 2s linear infinite; }
  .take-part:hover {
    -webkit-animation: none;
            animation: none;
    border: 1px solid #66b563;
    background-color: #fff;
    color: #66b563; }
  @media (max-width: 991px) {
    .take-part {
      padding: 15px 10px;
      -webkit-border-radius: 7px;
              border-radius: 7px;
      width: 100%;
      max-width: 280px; } }

.start {
  font-size: 20px;
  margin-top: 37px;
  color: black;
  line-height: 1.2;
  text-align: center; }
  @media (max-width: 767px) {
    .start {
      font-size: 13px;
      margin-top: 14px;
      display: none; } }

.start-mob {
  display: none; }
  @media (max-width: 767px) {
    .start-mob {
      display: block;
      font-weight: 600;
      font-size: 14px;
      line-height: 17px;
      text-align: center;
      letter-spacing: 0.2em;
      text-transform: uppercase;
      color: #000000;
      margin-bottom: 0; } }

.s1-text {
  font-size: 24px;
  color: #010101;
  line-height: 1.2;
  text-align: left; }
  @media (max-width: 767px) {
    .s1-text {
      font-size: 16px;
      text-align: center !important;
      margin-top: 8px; } }
  @media (max-width: 767px) {
    .s1-text.text-left {
      font-size: 14px;
      text-align: center !important; } }

.reverse {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  @media (max-width: 767px) {
    .reverse {
      -webkit-flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
      -webkit-box-orient: vertical;
      -webkit-box-direction: reverse;
              flex-direction: column-reverse; } }

.aligned-center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  @media (max-width: 767px) {
    .aligned-center {
      display: block; } }

.s-1 {
  padding-top: 96px;
  padding-bottom: 59px;
  overflow: hidden;
  position: relative; }
  @media (max-width: 767px) {
    .s-1 {
      padding-top: 64px;
      padding-bottom: 64px; } }
  .s-1 .container:before {
    background-image: url("../img/s-1-line.png");
    background-position: center;
    background-repeat: no-repeat;
    content: "";
    position: absolute;
    top: 79px;
    left: -95px;
    width: 100%;
    height: 100%; }
    @media (max-width: 991px) {
      .s-1 .container:before {
        background-image: url("../img/s-1-line-mob.png");
        background-position: center;
        background-repeat: no-repeat;
        left: 0; } }
  .s-1 h2 {
    margin-bottom: 59px;
    font-family: "Futura PT Heavy"; }
    @media (max-width: 767px) {
      .s-1 h2 {
        margin-bottom: 30px;
        line-height: 1.15; } }
    @media (max-width: 767px) {
      .s-1 h2 br {
        display: block; } }
  @media (max-width: 767px) {
    .s-1 .s-1-img-block {
      margin: 0 auto;
      display: block; } }
  .s-1 .aligned-center {
    margin: 0px 0; }
    @media (max-width: 767px) {
      .s-1 .aligned-center {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        margin: 13px 0px 15px; } }
  .s-1 .s1-text-title-trough {
    font-weight: 600;
    font-size: 24px;
    line-height: 30px;
    text-align: left;
    display: inline-block;
    position: relative;
    margin-bottom: 13px; }
    @media (max-width: 767px) {
      .s-1 .s1-text-title-trough {
        font-size: 20px;
        line-height: 26px;
        margin-top: 34px;
        text-align: center !important;
        width: 100%; } }
    .s-1 .s1-text-title-trough span {
      position: relative;
      display: inline-block; }
  .s-1 .s1-text-title {
    font-size: 24px;
    line-height: 30px;
    color: #000000;
    text-align: left; }
    @media (max-width: 767px) {
      .s-1 .s1-text-title {
        font-size: 20px;
        line-height: 26px;
        text-align: center !important; } }
  .s-1 .s1-row-2 {
    position: relative;
    left: 75px;
    margin-bottom: 30px; }
    @media (max-width: 767px) {
      .s-1 .s1-row-2 {
        left: 0; } }

.s-7 {
  padding-top: 99px;
  padding-bottom: 94px; }
  @media (max-width: 767px) {
    .s-7 {
      padding-top: 62px;
      padding-bottom: 30px; } }
  .s-7 .under-title {
    text-align: center;
    font-size: 30px;
    margin-bottom: 47px; }
    @media (max-width: 767px) {
      .s-7 .under-title {
        font-size: 15px;
        margin-bottom: 26px; } }
  .s-7 .s7-title {
    margin-bottom: 59px;
    font-weight: 600;
    font-size: 42px;
    line-height: 120%;
    text-align: left; }
    @media (max-width: 767px) {
      .s-7 .s7-title {
        margin-bottom: 5px;
        font-size: 24px;
        line-height: 120%;
        text-align: center; } }
  .s-7 .list-item {
    font-weight: 600;
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 29px;
    margin-top: 10px;
    position: relative;
    font-family: "Futura PT Heavy"; }
    @media (max-width: 767px) {
      .s-7 .list-item {
        margin-bottom: 39px; } }
  .s-7 .text-block {
    font-weight: normal;
    font-size: 20px;
    line-height: 30px;
    font-family: "Futura PT"; }
  .s-7 .num {
    font-size: 20px;
    line-height: 30px;
    color: #000000;
    opacity: 0.3;
    display: block;
    position: absolute;
    left: -18px;
    top: 0; }
  .s-7 .blur-text {
    color: transparent;
    text-shadow: 0 0 5px rgba(0, 0, 0, 0.5); }
  .s-7 img {
    max-width: 100%;
    height: auto;
    display: block; }
    @media (max-width: 767px) {
      .s-7 img {
        max-width: 239px;
        margin: 0 auto 36px; } }

.s-8 {
  padding-bottom: 0px;
  overflow: hidden;
  padding-top: 25px; }
  @media (max-width: 767px) {
    .s-8 {
      padding-bottom: 15px;
      padding-top: 66px; } }
  .s-8 h2 {
    text-align: left;
    font-weight: 600;
    font-size: 42px;
    line-height: 120%; }
    @media (max-width: 767px) {
      .s-8 h2 {
        font-weight: 600;
        font-size: 30px;
        line-height: 110%; } }
  .s-8 .author {
    position: relative; }
    .s-8 .author .author-descrip-pop {
      display: none; }
      @media (max-width: 767px) {
        .s-8 .author .author-descrip-pop {
          display: block; } }
    .s-8 .author p {
      font-weight: normal;
      font-size: 20px;
      line-height: 30px;
      position: relative;
      margin-bottom: 5px; }
      @media (max-width: 767px) {
        .s-8 .author p.who-aut {
          font-size: 16px;
          line-height: 21px; } }
  .s-8 .bg-green {
    position: relative;
    margin-top: 44px; }
    .s-8 .bg-green p {
      font-family: "Futura PT Heavy";
      font-size: 20px;
      line-height: 30px; }
    .s-8 .bg-green:before {
      position: absolute;
      content: "";
      display: block;
      background: #F8FFF8;
      -webkit-border-radius: 20px;
              border-radius: 20px;
      width: 110%;
      height: 110%;
      left: -5%;
      top: -5%;
      z-index: -1; }
  .s-8 .s8-text {
    position: relative;
    z-index: 2;
    font-size: 24px;
    line-height: 1.188;
    font-family: 'Futura PT'; }
    @media (max-width: 767px) {
      .s-8 .s8-text {
        font-size: 14px;
        margin-bottom: 18px;
        line-height: 1.4; } }
  .s-8 .s-8-pic {
    top: -19px;
    left: -149px;
    height: auto;
    display: block;
    position: absolute;
    z-index: -1; }
    @media (max-width: 991px) {
      .s-8 .s-8-pic {
        position: relative;
        top: 0;
        left: 0;
        width: 100%; } }
  .s-8 .author-descrip-title {
    position: absolute;
    width: 100%;
    bottom: 43px;
    left: 0;
    text-align: center; }
    @media (max-width: 767px) {
      .s-8 .author-descrip-title {
        position: relative;
        text-align: left; } }
  .s-8 .author-descrip-pop {
    position: relative;
    top: -42px;
    left: 32px; }
    @media (max-width: 767px) {
      .s-8 .author-descrip-pop {
        display: none;
        top: 0;
        left: 0; } }
    .s-8 .author-descrip-pop img {
      margin: 0 auto;
      display: block;
      max-width: 100%;
      height: auto; }
  .s-8 .name-aut {
    font-size: 16px;
    line-height: 21px;
    text-align: center;
    font-family: "Futura PT Heavy"; }
    @media (max-width: 767px) {
      .s-8 .name-aut {
        text-align: left; } }
  .s-8 .who-aut {
    font-size: 16px;
    line-height: 21px;
    text-align: center; }
    @media (max-width: 767px) {
      .s-8 .who-aut {
        text-align: left; } }

.s-11 {
  padding: 91px 0px 113px; }
  @media (max-width: 767px) {
    .s-11 {
      padding: 75px 0px 27px; } }
  .s-11 .s11-title {
    margin-bottom: 49px; }
    @media (max-width: 767px) {
      .s-11 .s11-title {
        font-size: 30px;
        line-height: 110%; } }
  .s-11 .row-line-before {
    position: relative; }
    .s-11 .row-line-before:before {
      background-image: url("../img/s-11-line.png");
      background-position: top left;
      background-repeat: no-repeat;
      position: absolute;
      top: 1%;
      left: 21%;
      content: "";
      display: block;
      width: 641px;
      height: 190px; }
      @media (max-width: 767px) {
        .s-11 .row-line-before:before {
          background-image: url("../img/s-11-line-mob.png");
          background-position: top left;
          background-repeat: no-repeat;
          width: 270px;
          height: 543px;
          left: 5%; } }
  .s-11 .img-box {
    min-height: 236px;
    text-align: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    -webkit-align-items: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-justify-content: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    @media (max-width: 767px) {
      .s-11 .img-box {
        min-height: auto;
        display: block;
        margin-bottom: 16px; } }
  @media (max-width: 767px) {
    .s-11 .s-11-col {
      margin-bottom: 0px; } }
  .s-11 .s-11-title-text {
    font-size: 20px;
    line-height: 30px;
    font-family: "Futura PT Demi";
    margin-bottom: 9px;
    text-align: center; 
    padding-top: 47px;
    position: relative;
    margin-top: 30px;}
    @media (max-width: 767px) {
      .s-11 .s-11-title-text {
        margin-bottom: 6px; } }
  .s-11 .s-11-text {
    text-align: center;
    font-size: 16px;
    line-height: 21px; }
    @media (max-width: 767px) {
      .s-11 .s-11-text {
        font-size: 16px; } }

.s-13 {
  padding: 28px 0px 50px;
  background-image: url("../img/s13-bg.png");
  background-position: center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover; }
  @media (max-width: 767px) {
    .s-13 {
      padding: 0px 0px 50px; } }
  .s-13 .form-col {
    -webkit-border-radius: 16px;
            border-radius: 16px;
    background-color: white;
    -webkit-box-shadow: 0px 13px 79px 0px rgba(0, 0, 0, 0.1);
            box-shadow: 0px 13px 79px 0px rgba(0, 0, 0, 0.1);
    padding: 20px 26px 10px;
    max-width: 442px;
    width: 100%;
    margin: auto; }
    @media (max-width: 767px) {
      .s-13 .form-col {
        float: none;
        padding: 39px 6px 10px; } }
  @media (max-width: 767px) {
    .s-13 .col-md-6 {
      padding-left: 0;
      padding-right: 0; } }
  .s-13 .tile-col {
    font-size: 42px;
    line-height: 120%;
    font-family: "Futura PT Heavy";
    margin-top: 65px;
    margin-bottom: 9px;
    color: #fff;
    text-align: center; }
    @media (max-width: 767px) {
      .s-13 .tile-col {
        font-size: 36px;
        text-align: center; } }
  .s-13 .title-col-form {
    font-size: 24px;
    line-height: 120%;
    font-family: "Futura PT Heavy";
    margin-top: 15px;
    margin-bottom: 9px;
    text-align: center; }
    @media (max-width: 767px) {
      .s-13 .title-col-form {
        font-size: 20px;
        text-align: center; } }
  .s-13 .text-col {
    font-size: 24px;
    line-height: 31px;
    color: #fff;
    text-align: center; }
    @media (max-width: 767px) {
      .s-13 .text-col {
        font-size: 16px;
        text-align: center; } }

.pulse {
  display: block;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  cursor: pointer;
  -webkit-box-shadow: 0 0 0 rgba(102, 181, 99, 0.01);
          box-shadow: 0 0 0 rgba(102, 181, 99, 0.01);
  -webkit-animation: pulse 2s infinite;
          animation: pulse 2s infinite; }
  .pulse:hover {
    -webkit-animation: none;
            animation: none; }

@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(102, 181, 99, 0.2); }
  70% {
    -webkit-box-shadow: 0 0 0 20px rgba(102, 181, 99, 0); }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(102, 181, 99, 0); } }

@keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(102, 181, 99, 0.2);
            box-shadow: 0 0 0 0 rgba(102, 181, 99, 0.2); }
  70% {
    -webkit-box-shadow: 0 0 0 20px rgba(102, 181, 99, 0);
            box-shadow: 0 0 0 20px rgba(102, 181, 99, 0); }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(102, 181, 99, 0);
            box-shadow: 0 0 0 0 rgba(102, 181, 99, 0); } }

.pulsegray {
  display: block;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  cursor: pointer;
  -webkit-box-shadow: 0 0 0 rgba(255, 255, 255, 0.7);
          box-shadow: 0 0 0 rgba(255, 255, 255, 0.7);
  -webkit-animation: pulsegray 2s infinite;
          animation: pulsegray 2s infinite; }
  .pulsegray:hover {
    -webkit-animation: none;
            animation: none; }

@-webkit-keyframes pulsegray {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(117, 111, 232, 0.2); }
  70% {
    -webkit-box-shadow: 0 0 0 20px rgba(117, 111, 232, 0); }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(117, 111, 232, 0); } }

@keyframes pulsegray {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(117, 111, 232, 0.2);
            box-shadow: 0 0 0 0 rgba(117, 111, 232, 0.2); }
  70% {
    -webkit-box-shadow: 0 0 0 20px rgba(117, 111, 232, 0);
            box-shadow: 0 0 0 20px rgba(117, 111, 232, 0); }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(117, 111, 232, 0);
            box-shadow: 0 0 0 0 rgba(117, 111, 232, 0); } }

@media (max-width: 767px) {
  .navbar-expand-md .navbar-nav .nav-link {
    font-size: 14px; } }

#footer .col-1,
#footer .col-2,
#footer .col-3,
#footer .col-4 {
  max-width: 100%; }

.modal-content {
  -webkit-border-radius: 10px;
  border-radius: 10px; }

.modal-header {
  border: 0px;
  -webkit-justify-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .modal-header .close {
    position: absolute;
    margin: 0;
    padding: 0;
    top: 10px;
    right: 20px;
    font-size: 42px;
    color: red;
    z-index: 1051; }

.modal-footer {
  border: 0px; }

.modal-body {
  padding: 0 50px; }
  @media (max-width: 991px) {
    .modal-body {
      padding: 0 25px; } }
  @media (max-width: 767px) {
    .modal-body {
      padding: 0 15px; } }

.modal {
  padding-right: 0 !important; }
  .modal.modal-open {
    padding-right: 0; }
  .modal .modal-title {
    text-align: center;
    font-family: "Futura PT Demi";
    font-size: 42px;
    line-height: 57px;
    color: #212B37;
    margin-bottom: 15px; }
    @media (max-width: 767px) {
      .modal .modal-title {
        font-size: 28px;
        line-height: normal;
        margin-bottom: 0; } }
  .modal .item-list {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 34px; }
  .modal .num-round {
    font-size: 18px;
    line-height: 32px;
    color: #ccc;
    width: 60px;
    text-align: center;
    -webkit-border-radius: 50%;
            border-radius: 50%;
    padding: 14px 21px;
    margin-right: 16px; }
  .modal .list-test p {
    font-size: 20px;
    line-height: 34px;
    color: #212B37;
    font-family: "Futura PT Demi";
    margin-bottom: 0; }
    @media (max-width: 767px) {
      .modal .list-test p {
        font-size: 18px;
        line-height: normal; } }
  .modal form {
    display: block;
    margin: 0 auto;
    max-width: 364px;
    width: 100%; }
    .modal form .form-group {
      margin-bottom: 13px; }
      @media (max-width: 767px) {
        .modal form .form-group {
          margin-bottom: 8px; } }
    .modal form input {
      border-width: 1px;
      border-color: #d1d1d1;
      border-style: solid;
      -webkit-border-radius: 16px;
              border-radius: 16px;
      background-color: white;
      font-size: 18px;
      line-height: 2.778;
      text-align: left;
      height: 58px;
      width: 100%;
      padding: 5px 20px; }
    .modal form button {
      width: 100%; }
  .modal .registration-form-title {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 20px; }
    @media (max-width: 767px) {
      .modal .registration-form-title {
        font-size: 20px; } }
  .modal .registration-bottom-descr {
    text-align: center;
    margin-top: 15px; }
  .modal iframe {
    width: 100%;
    min-height: 350px;
    display: block;
    margin: 30px auto; }
    @media (max-width: 767px) {
      .modal iframe {
        min-height: 250px; } }
    @media (max-width: 450px) {
      .modal iframe {
        min-height: 175px; } }

.window-woman-animation {
  padding: 150px 0px 0;
  position: relative; }

.window-woman {
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: contain;
  background-size: contain;
  width: 424px;
  height: 343px;
  position: relative; }
  @media (max-width: 767px) {
    .window-woman {
      width: 212px;
      height: 172px;
      margin: 0 auto;
      left: -50px; } }
  .window-woman .window-block {
    background: url("../img/wooman-without-hands.png") center bottom, #a5cffc;
    background-repeat: no-repeat;
    -webkit-background-size: 82%;
    background-size: 82%;
    width: 229px;
    height: 292px;
    top: 24px;
    left: 97px;
    position: absolute;
    border-top: 1px solid #004980;
    border-bottom: 1px solid #004980; }
    @media (max-width: 767px) {
      .window-woman .window-block {
        width: 114px;
        height: 146px; } }
  .window-woman .img-hand-left,
  .window-woman .img-hand-right {
    width: 124px;
    height: auto;
    display: block;
    position: absolute;
    -webkit-perspective: 800px;
            perspective: 800px; }
    @media (max-width: 767px) {
      .window-woman .img-hand-left,
      .window-woman .img-hand-right {
        width: 50px; } }
  .window-woman .img-hand-left {
    top: 157px;
    left: -74px; }
    @media (max-width: 767px) {
      .window-woman .img-hand-left {
        top: 84px;
        left: -40px; } }
  .window-woman .img-hand-right {
    top: 156px;
    right: -78px; }
    @media (max-width: 767px) {
      .window-woman .img-hand-right {
        top: 83px;
        right: -39px; } }
  .window-woman .flip-left-hand {
    -webkit-transform: rotateZ(53deg);
        -ms-transform: rotate(53deg);
            transform: rotateZ(53deg);
    -webkit-border-radius: 5px;
            border-radius: 5px;
    -webkit-transform-origin: 108px 65px;
        -ms-transform-origin: 108px 65px;
            transform-origin: 108px 65px;
    -webkit-animation-delay: 3s;
            animation-delay: 3s; }
    @media (max-width: 767px) {
      .window-woman .flip-left-hand {
        -webkit-transform-origin: 48px 40px;
            -ms-transform-origin: 48px 40px;
                transform-origin: 48px 40px; } }

@-webkit-keyframes rotate-left-hand {
  7% {
    -webkit-transform: rotateZ(53deg);
            transform: rotateZ(53deg);
    -webkit-transform-origin: 108px 65px;
            transform-origin: 108px 65px; }
  35% {
    -webkit-transform: rotateZ(2deg);
            transform: rotateZ(2deg);
    -webkit-transform-origin: 108px 65px;
            transform-origin: 108px 65px;
    z-index: 2; }
  45% {
    -webkit-transform: rotateZ(2deg);
            transform: rotateZ(2deg);
    -webkit-transform-origin: 108px 65px;
            transform-origin: 108px 65px;
    z-index: 2; }
  100% {
    -webkit-transform: rotateZ(2deg);
            transform: rotateZ(2deg);
    -webkit-transform-origin: 108px 65px;
            transform-origin: 108px 65px;
    z-index: 2; } }

@keyframes rotate-left-hand {
  7% {
    -webkit-transform: rotateZ(53deg);
            transform: rotateZ(53deg);
    -webkit-transform-origin: 108px 65px;
            transform-origin: 108px 65px; }
  35% {
    -webkit-transform: rotateZ(2deg);
            transform: rotateZ(2deg);
    -webkit-transform-origin: 108px 65px;
            transform-origin: 108px 65px;
    z-index: 2; }
  45% {
    -webkit-transform: rotateZ(2deg);
            transform: rotateZ(2deg);
    -webkit-transform-origin: 108px 65px;
            transform-origin: 108px 65px;
    z-index: 2; }
  100% {
    -webkit-transform: rotateZ(2deg);
            transform: rotateZ(2deg);
    -webkit-transform-origin: 108px 65px;
            transform-origin: 108px 65px;
    z-index: 2; } }

@-webkit-keyframes rotate-left-hand-mob {
  5% {
    -webkit-transform: rotateZ(53deg);
            transform: rotateZ(53deg);
    -webkit-transform-origin: 48px 40px;
            transform-origin: 48px 40px; }
  35% {
    -webkit-transform: rotateZ(10deg);
            transform: rotateZ(10deg);
    -webkit-transform-origin: 38px 78px;
            transform-origin: 38px 78px;
    z-index: 2; }
  100% {
    -webkit-transform: rotateZ(10deg);
            transform: rotateZ(10deg);
    -webkit-transform-origin: 38px 78px;
            transform-origin: 38px 78px;
    z-index: 2; } }

@keyframes rotate-left-hand-mob {
  5% {
    -webkit-transform: rotateZ(53deg);
            transform: rotateZ(53deg);
    -webkit-transform-origin: 48px 40px;
            transform-origin: 48px 40px; }
  35% {
    -webkit-transform: rotateZ(10deg);
            transform: rotateZ(10deg);
    -webkit-transform-origin: 38px 78px;
            transform-origin: 38px 78px;
    z-index: 2; }
  100% {
    -webkit-transform: rotateZ(10deg);
            transform: rotateZ(10deg);
    -webkit-transform-origin: 38px 78px;
            transform-origin: 38px 78px;
    z-index: 2; } }
  .window-woman .flip-right-hand {
    -webkit-transform: rotateZ(-60deg);
        -ms-transform: rotate(-60deg);
            transform: rotateZ(-60deg);
    -webkit-transform-origin: 14px 68px;
        -ms-transform-origin: 14px 68px;
            transform-origin: 14px 68px;
    -webkit-border-radius: 5px;
            border-radius: 5px; }
    @media (max-width: 767px) {
      .window-woman .flip-right-hand {
        -webkit-transform-origin: 0 35px;
            -ms-transform-origin: 0 35px;
                transform-origin: 0 35px; } }

@-webkit-keyframes rotate-right-hand {
  7% {
    -webkit-transform: rotateZ(-60deg);
            transform: rotateZ(-60deg);
    -webkit-transform-origin: 14px 68px;
            transform-origin: 14px 68px; }
  27% {
    -webkit-transform: rotateZ(-1deg);
            transform: rotateZ(-1deg);
    z-index: 2; }
  45% {
    -webkit-transform: rotateZ(-1deg);
            transform: rotateZ(-1deg);
    -webkit-transform-origin: 14px 68px;
            transform-origin: 14px 68px;
    z-index: 2; }
  100% {
    -webkit-transform: rotateZ(-1deg);
            transform: rotateZ(-1deg);
    -webkit-transform-origin: 14px 68px;
            transform-origin: 14px 68px;
    z-index: 2; } }

@keyframes rotate-right-hand {
  7% {
    -webkit-transform: rotateZ(-60deg);
            transform: rotateZ(-60deg);
    -webkit-transform-origin: 14px 68px;
            transform-origin: 14px 68px; }
  27% {
    -webkit-transform: rotateZ(-1deg);
            transform: rotateZ(-1deg);
    z-index: 2; }
  45% {
    -webkit-transform: rotateZ(-1deg);
            transform: rotateZ(-1deg);
    -webkit-transform-origin: 14px 68px;
            transform-origin: 14px 68px;
    z-index: 2; }
  100% {
    -webkit-transform: rotateZ(-1deg);
            transform: rotateZ(-1deg);
    -webkit-transform-origin: 14px 68px;
            transform-origin: 14px 68px;
    z-index: 2; } }

@-webkit-keyframes rotate-right-hand-mob {
  2% {
    -webkit-transform: rotateZ(-60deg);
            transform: rotateZ(-60deg);
    -webkit-transform-origin: 0 35px;
            transform-origin: 0 35px; }
  5% {
    -webkit-transform: rotateZ(-60deg);
            transform: rotateZ(-60deg);
    -webkit-transform-origin: 0 35px;
            transform-origin: 0 35px; }
  27% {
    -webkit-transform: rotateZ(-10deg);
            transform: rotateZ(-10deg);
    -webkit-transform-origin: 15px 70px;
            transform-origin: 15px 70px;
    z-index: 2; }
  100% {
    -webkit-transform: rotateZ(-10deg);
            transform: rotateZ(-10deg);
    -webkit-transform-origin: 15px 70px;
            transform-origin: 15px 70px;
    z-index: 2; } }

@keyframes rotate-right-hand-mob {
  2% {
    -webkit-transform: rotateZ(-60deg);
            transform: rotateZ(-60deg);
    -webkit-transform-origin: 0 35px;
            transform-origin: 0 35px; }
  5% {
    -webkit-transform: rotateZ(-60deg);
            transform: rotateZ(-60deg);
    -webkit-transform-origin: 0 35px;
            transform-origin: 0 35px; }
  27% {
    -webkit-transform: rotateZ(-10deg);
            transform: rotateZ(-10deg);
    -webkit-transform-origin: 15px 70px;
            transform-origin: 15px 70px;
    z-index: 2; }
  100% {
    -webkit-transform: rotateZ(-10deg);
            transform: rotateZ(-10deg);
    -webkit-transform-origin: 15px 70px;
            transform-origin: 15px 70px;
    z-index: 2; } }
  .window-woman .doors {
    display: inline-block;
    z-index: 1;
    position: relative;
    width: 229px;
    height: 292px;
    top: 24px;
    left: 97px;
    -webkit-perspective: 800px;
            perspective: 800px; }
    @media (max-width: 767px) {
      .window-woman .doors {
        width: 114px;
        height: 146px; } }
  .window-woman .door {
    width: 115px;
    height: 292px;
    display: inline-block;
    background: #004980;
    -webkit-transition: -webkit-transform 2s;
    transition: -webkit-transform 2s;
    -o-transition: transform 2s;
    transition: transform 2s;
    transition: transform 2s, -webkit-transform 2s; }
    @media (max-width: 767px) {
      .window-woman .door {
        width: 57px;
        height: 146px; } }
  .window-woman .door-left {
    -webkit-transform-origin: 0 50%;
        -ms-transform-origin: 0 50%;
            transform-origin: 0 50%;
    position: absolute;
    top: 0;
    left: 0; }
  .window-woman .door-right {
    -webkit-transform-origin: 100% 50%;
        -ms-transform-origin: 100% 50%;
            transform-origin: 100% 50%;
    position: absolute;
    top: 0;
    right: 0; }
  .window-woman .flip-left-hand-active {
    -webkit-animation: rotate-left-hand 7.5s;
    animation: rotate-left-hand 7.5s;
      animation--webkit-animation-fill-mode: forwards;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards; }
    @media (max-width: 767px) {
      .window-woman .flip-left-hand-active {
        -webkit-animation: rotate-left-hand-mob 7.5s;
        animation: rotate-left-hand-mob 7.5s;
          animation--webkit-animation-fill-mode: forwards;
        -webkit-animation-fill-mode: forwards;
                animation-fill-mode: forwards; } }
  .window-woman .flip-right-hand-active {
    -webkit-animation: rotate-right-hand 7.5s;
    animation: rotate-right-hand 7.5s;
      animation--webkit-animation-fill-mode: forwards;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards; }
    @media (max-width: 767px) {
      .window-woman .flip-right-hand-active {
        -webkit-animation: rotate-right-hand-mob 7.5s;
        animation: rotate-right-hand-mob 7.5s;
          animation--webkit-animation-fill-mode: forwards;
        -webkit-animation-fill-mode: forwards;
                animation-fill-mode: forwards; } }
  .window-woman .door-left-active {
    -webkit-transform: rotateY(-140deg);
            transform: rotateY(-140deg); }
  .window-woman .door-right-active {
    -webkit-transform: rotateY(141deg);
            transform: rotateY(141deg); }

.timeTo.timeTo-white div {
  background: transparent; }

.timeTo div,
.timeTo div.first {
  border: none; }

.timeTo ul,
.timeTo ul li {
  font-family: "Futura PT Demi"; }

.timeTo figure {
  width: auto !important;
  margin-right: 4px !important; }
  @media (max-width: 767px) {
    .timeTo figure {
      margin-right: 4px !important; } }

.timeTo figcaption {
  font-family: "Futura PT Book";
  padding-right: 0 !important;
  width: auto !important; }

.timeTo.timeTo-white div {
  margin-right: 0 !important; }

.timeTo span {
  font-size: 20px;
  top: 2px;
  position: relative;
  left: -4px; }

.youtube {
  background-color: #000;
  margin-bottom: 30px;
  position: relative;
  padding-top: 53.25%;
  overflow: hidden;
  cursor: pointer;
  -webkit-border-radius: 30px;
  border-radius: 30px; }
  @media (max-width: 767px) {
    .youtube {
      -webkit-border-radius: 15px;
              border-radius: 15px; } }
  .youtube img {
    width: 100%;
    top: -17.82%;
    left: 0;
    opacity: 0.7; }
  .youtube .play-button {
    width: 90px;
    height: 90px;
    background-color: #fff;
    -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.6);
            box-shadow: 0 0 30px rgba(0, 0, 0, 0.6);
    z-index: 1;
    opacity: 0.8;
    -webkit-border-radius: 50%;
            border-radius: 50%; }
    @media (max-width: 767px) {
      .youtube .play-button {
        width: 60px;
        height: 60px; } }
    .youtube .play-button:before {
      content: "";
      border-style: solid;
      border-width: 15px 0 15px 26.0px;
      border-color: transparent transparent transparent #66b563; }
      @media (max-width: 767px) {
        .youtube .play-button:before {
          border-width: 10px 0 10px 17.0px; } }
  .youtube img, .youtube .play-button {
    cursor: pointer; }
  .youtube img, .youtube iframe {
    position: absolute; }
  .youtube .play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
            transform: translate3d(-50%, -50%, 0); }
    .youtube .play-button:before {
      position: absolute;
      top: 50%;
      left: 54%;
      -webkit-transform: translate3d(-50%, -50%, 0);
              transform: translate3d(-50%, -50%, 0); }
  .youtube iframe {
    height: 100%;
    width: 100%;
    top: 0;
    left: 0; }

#footer .menu a {
  font-family: 'Mont'; }

@media (max-width: 767px) {
  .modal-s-13 .modal-dialog {
    margin: 0; } }

.modal-s-13 .modal-dialog .modal-content {
  -webkit-border-radius: 0;
  border-radius: 0; }

.modal-s-13 .s-13 {
  padding-top: 35px;
  padding-bottom: 35px; }

.modal-s-13 .s13-title {
  font-size: 48px;
  line-height: 46px;
  text-align: center;
  color: #000000;
  margin-bottom: 20px; }
  @media (max-width: 767px) {
    .modal-s-13 .s13-title {
      font-size: 24px;
      line-height: 31px;
      text-align: center; } }

.modal-s-13 .s13-descr {
  font-size: 18px;
  line-height: 22px;
  text-align: center;
  color: #000000;
  margin-bottom: 50px; }
  @media (max-width: 767px) {
    .modal-s-13 .s13-descr {
      font-size: 14px;
      line-height: 18px;
      text-align: center; } }

.modal-s-13 h6.s13-list-title {
  padding-left: 0;
  font-size: 20px;
  margin-bottom: 10px; }
  @media (max-width: 767px) {
    .modal-s-13 h6.s13-list-title {
      font-size: 12px;
      line-height: 15px;
      z-index: 5;
      position: relative;
      padding-left: 5px; } }

.modal-s-13 ul {
  padding-left: 15px;
  margin-left: 0;
  margin-bottom: 0; }
  @media (max-width: 767px) {
    .modal-s-13 ul {
      padding-left: 23px;
      margin-bottom: 25px;
      z-index: 5; } }
  @media (max-width: 767px) {
    .modal-s-13 ul:before {
      position: absolute;
      content: "";
      display: block;
      width: 110%;
      height: 110%;
      background: #FAFAFA;
      top: -10%;
      left: -5%;
      z-index: 0; } }
  .modal-s-13 ul li {
    list-style-type: none;
    position: relative;
    font-size: 18px;
    color: black;
    line-height: 1.3;
    text-align: left;
    margin-bottom: 8px; }
    @media (max-width: 767px) {
      .modal-s-13 ul li {
        font-size: 12px;
        line-height: 15px;
        margin-bottom: 12px; } }
    .modal-s-13 ul li:before {
      position: absolute;
      content: "";
      display: block;
      width: 7px;
      height: 7px;
      background: #FF9900;
      background-position: center;
      -webkit-background-size: contain;
      background-size: contain;
      background-repeat: no-repeat;
      top: 9px;
      left: -15px;
      -webkit-border-radius: 50%;
      border-radius: 50%; }
      @media (max-width: 767px) {
        .modal-s-13 ul li:before {
          width: 7px;
          height: 7px;
          top: 3px;
          left: -16px; } }

.modal-s-13 .s13-discount-title {
  margin-bottom: 30px;
  font-size: 20px;
  line-height: normal; }
  @media (max-width: 767px) {
    .modal-s-13 .s13-discount-title {
      display: none; } }

.modal-s-13 .s13-discount-info {
  font-size: 14px;
  text-align: center; }

.modal-s-13 .orahge-btn {
  margin-bottom: 20px;
  font-size: 20px; }
  @media (max-width: 767px) {
    .modal-s-13 .orahge-btn {
      margin-top: 30px; } }

@media (max-width: 767px) {
  .modal-s-13 .col-md-6 {
    padding-left: 0;
    padding-right: 0; } }

.modal-s-13 .s13-discount-info {
  padding-right: 0; }
  @media (max-width: 767px) {
    .modal-s-13 .s13-discount-info {
      font-size: 12px;
      line-height: 15px;
      text-align: center; } }

.modal-s-13 .modal-header .close {
  position: absolute;
  margin: 0;
  padding: 0;
  top: 15px;
  right: 15px;
  font-size: 72px;
  color: red;
  width: 40px;
  height: 40px;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  line-height: 30px;
  font-weight: lighter;
  background: url("../img/close-bg.png");
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: contain;
  background-size: contain;
  z-index: 1051; }
