/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0; }

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */ }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none; }

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none; }

div,
input,
header,
footer,
address {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

html {
  height: 100%;
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  font-family: "PT Sans Regular", Helvetica, Arial, sans-serif;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0 auto;
  max-width: 1920px;
  height: 100%;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.4;
  overflow-x: hidden; }

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp; }

.animated {
  -webkit-animation-duration: 0.6s;
  animation-duration: 0.6s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

@font-face {
  font-family: 'PT Sans Regular';
  src: url("../fonts/PTSans-Regular.eot");
  src: local("PT Sans"), local("PTSans-Regular"), url("../fonts/PTSans-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/PTSans-Regular.woff") format("woff"), url("../fonts/PTSans-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Playfair Display Bold';
  src: local("Playfair Display Bold"), local("PlayfairDisplay-Bold"), url("../fonts/playfairdisplaybold.woff2") format("woff2"), url("../fonts/playfairdisplaybold.woff") format("woff"), url("../fonts/playfairdisplaybold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal; }

@font-face {
  font-family: 'Playfair Display Italic';
  src: local("Playfair Display Italic"), local("PlayfairDisplay-Italic"), url("../fonts/playfairdisplayitalic.woff2") format("woff2"), url("../fonts/playfairdisplayitalic.woff") format("woff"), url("../fonts/playfairdisplayitalic.ttf") format("truetype");
  font-weight: 400;
  font-style: italic; }

header.page-header {
  position: relative;
  max-height: 190px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  -webkit-flex: 0 0 auto;
          flex: 0 0 auto;
  background: #ffffff; }
  header.page-header a {
    -webkit-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out; }
  header.page-header .header-info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    min-height: 85px;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0.1em;
    text-decoration: none;
    text-transform: uppercase;
    color: #cfa284;
    font-weight: bold; }
    header.page-header .header-info .logo.mobile {
      margin-right: 10px; }
    header.page-header .header-info .logo img {
      max-width: 83px; }
    header.page-header .header-info .site-name {
      margin-right: 20px;
      max-width: 140px; }
  header.page-header .header-top {
    min-height: 120px; }
    header.page-header .header-top .logo-wrap {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center; }
      header.page-header .header-top .logo-wrap a {
        overflow: hidden; }
      header.page-header .header-top .logo-wrap img {
        margin: -25px 0 -20px; }
    header.page-header .header-top .user-nav li {
      padding: 0 5px; }
    header.page-header .header-top.compact .site-name {
      display: none; }
    header.page-header .header-top.compact .user-nav {
      -webkit-box-flex: 100%;
      -webkit-flex: 100%;
          -ms-flex: 100%;
              flex: 100%;
      max-width: 100%; }
  header.page-header a.ico-btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    width: 50px;
    height: 50px;
    -webkit-border-radius: 50%;
            border-radius: 50%;
    border-width: 1px;
    border-style: solid;
    border-color: #f7f5f2; }
    header.page-header a.ico-btn:hover {
      border-color: #cfa284; }
  header.page-header .mobile-cta {
    display: none; }
  header.page-header .mob-nav-toggle {
    display: none;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    width: 50px;
    height: 50px;
    -webkit-border-radius: 50%;
            border-radius: 50%;
    border-width: 1px;
    border-style: solid;
    border-color: #f7f5f2;
    background: none;
    color: transparent;
    overflow: hidden;
    outline: none;
    background-color: #ffffff;
    background-image: url(../img/nav-open.svg);
    background-repeat: no-repeat;
    background-position: center; }
    header.page-header .mob-nav-toggle.open {
      background-image: url(../img/nav-close.svg); }
    header.page-header .mob-nav-toggle:hover {
      border-color: #cfa284; }
    header.page-header .mob-nav-toggle.open {
      display: block; }
    @media screen and (max-width: 640px) {
      header.page-header .mob-nav-toggle {
        display: block; } }
  header.page-header.fixed {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 1000; }
  header.page-header .site-nav .scroll-wrap {
    width: 100%;
    height: 100%; }
    header.page-header .site-nav .scroll-wrap .service-part {
      display: none; }
  @media screen and (min-width: 1020px) {
    header.page-header.scroll .site-nav {
      position: fixed;
      top: 0;
      left: 0;
      z-index: 1000;
      width: 100%;
      background: #ffffff; }
      header.page-header.scroll .site-nav .scroll-wrap {
        width: 100%;
        max-width: 1440px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-justify-content: space-around;
            -ms-flex-pack: distribute;
                justify-content: space-around;
        margin: 0 auto; }
        header.page-header.scroll .site-nav .scroll-wrap .logo {
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
          -webkit-align-items: center;
              -ms-flex-align: center;
                  align-items: center; }
          header.page-header.scroll .site-nav .scroll-wrap .logo img {
            max-height: 35px; }
        header.page-header.scroll .site-nav .scroll-wrap li {
          padding: 0 10px; }
        header.page-header.scroll .site-nav .scroll-wrap .service-part {
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex; }
          header.page-header.scroll .site-nav .scroll-wrap .service-part li {
            padding: 0 5px; }
          header.page-header.scroll .site-nav .scroll-wrap .service-part .cta-btn {
            font-size: 12px;
            line-height: 16px;
            letter-spacing: 0.1em;
            text-decoration: none;
            text-transform: uppercase; }
            header.page-header.scroll .site-nav .scroll-wrap .service-part .cta-btn:hover {
              color: #ffffff; } }
  header.page-header .mob-btn-scroll {
    display: none; }
    @media screen and (max-width: 640px) {
      header.page-header .mob-btn-scroll .mob-nav-toggle {
        display: block; }
      header.page-header .mob-btn-scroll.show {
        position: fixed;
        top: 1em;
        right: 1em;
        z-index: 10000;
        display: block; } }
  @media screen and (max-width: 1020px) {
    header.page-header .header-top {
      -webkit-flex-wrap: nowrap;
          -ms-flex-wrap: nowrap;
              flex-wrap: nowrap; }
    header.page-header .header-info {
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
              justify-content: space-between; }
      header.page-header .header-info .site-name {
        margin-right: 0; } }
  @media screen and (max-width: 1020px) {
    header.page-header .header-top {
      min-height: 90px; }
    header.page-header.scroll {
      position: fixed;
      top: 0;
      z-index: 1000;
      width: 100%; }
      header.page-header.scroll .header-top {
        border-bottom: 2px solid #fcfbfa; }
      header.page-header.scroll .site-name {
        display: none; }
      header.page-header.scroll .user-nav {
        -webkit-box-flex: 100%;
        -webkit-flex: 100%;
            -ms-flex: 100%;
                flex: 100%;
        max-width: 100%; }
      header.page-header.scroll .user-nav .mob-nav-toggle {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex; }
      header.page-header.scroll.fixed .header-top {
        position: relative;
        z-index: 1000;
        border-bottom: 0; }
      header.page-header.scroll .site-nav {
        display: none; }
    header.page-header .site-nav.opened {
      margin-top: -2px;
      display: block;
      position: fixed;
      left: 0;
      z-index: 1000;
      width: 100%;
      height: 100vh;
      min-height: 100vh;
      background: #ffffff;
      border-top: 2px solid #fcfbfa; }
      header.page-header .site-nav.opened ul {
        padding-top: 10%;
        display: block;
        border-top: 0;
        border-bottom: 0;
        height: calc(100vh - 153px);
        overflow-y: auto; }
        header.page-header .site-nav.opened ul li {
          width: 100%;
          text-align: center;
          margin-bottom: 30px; } }
      @media screen and (max-width: 1020px) and (max-width: 380px) {
        header.page-header .site-nav.opened ul li {
          margin-bottom: 20px; } }
  @media screen and (max-width: 1020px) {
          header.page-header .site-nav.opened ul li a {
            font-size: calc( 22px + (24 - 22) * ((100vw - 320px) / (1920 - 320)));
            line-height: 130%;
            color: #1a1612;
            font-weight: bold; }
            header.page-header .site-nav.opened ul li a.mail-us {
              padding-left: 35px;
              font-size: 16px;
              font-weight: normal;
              color: #4d4741;
              text-decoration: none;
              -webkit-transition: all 200ms ease-in-out;
              -o-transition: all 200ms ease-in-out;
              transition: all 200ms ease-in-out;
              background: url(../img/icons/mail.svg) no-repeat left center; }
              header.page-header .site-nav.opened ul li a.mail-us:hover {
                color: #cfa284; }
          header.page-header .site-nav.opened ul li.mob-mail {
            display: block;
            padding-top: 8%; } }
  @media screen and (max-width: 640px) {
    header.page-header {
      max-height: 100%; }
      header.page-header .header-top {
        min-height: 100%; }
      header.page-header .header-info .site-name {
        display: none; }
      header.page-header .md-hide {
        display: none; }
      header.page-header .mobile-cta {
        padding-bottom: 1em;
        display: block;
        border-bottom: 2px solid #fcfbfa; }
        header.page-header .mobile-cta .col {
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: center;
          -webkit-justify-content: center;
              -ms-flex-pack: center;
                  justify-content: center; }
      header.page-header.scroll {
        position: relative;
        top: 0;
        z-index: 1000;
        width: 100%; }
        header.page-header.scroll.fixed {
          position: fixed;
          top: 0;
          z-index: 1000;
          width: 100%; }
          header.page-header.scroll.fixed .mob-btn-scroll.show {
            opacity: 0; } }

@media screen and (max-width: 415px) {
  .xs-hide {
    display: none; } }

.container-fluid {
  padding: 0; }

.about-project {
  padding-top: 5em;
  margin-bottom: 4.5em;
  background: url(../img/vector-line-bg.svg) no-repeat;
  background-position: center top;
  -webkit-background-size: contain;
          background-size: contain; }
  @media screen and (max-width: 768px) {
    .about-project {
      padding-top: 3em;
      -webkit-background-size: 150% 150%;
              background-size: 150%;
      background-position: left top; }
      .about-project h1 {
        margin-bottom: 1.5em; } }
  .about-project .section-name {
    padding-bottom: 1em;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0.1em;
    text-decoration: none;
    text-transform: uppercase;
    color: #cfa284; }
  .about-project h1 {
    font-size: calc( 18px + (36 - 18) * ((100vw - 320px) / (1920 - 320)));
    line-height: 120%;
    color: #1a1612;
    font-family: "Playfair Display Bold"; }
    .about-project h1 span {
      color: #cfa284; }
  .about-project blockquote {
    margin: 0; }
  .about-project .detail-btn {
    margin: 3em 0;
    font-weight: 600;
    display: none; }
    @media screen and (min-width: 768px) {
      .about-project .detail-btn.lg-show {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex; } }
    @media screen and (max-width: 768px) {
      .about-project .detail-btn {
        margin: 0 0 1em; }
        .about-project .detail-btn.sm-show {
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex; } }
    .about-project .detail-btn.light {
      background: #ffffff; }
  .about-project p {
    margin: 0;
    padding-bottom: 1em;
    font-size: calc( 16px + (18 - 16) * ((100vw - 320px) / (1920 - 320)));
    line-height: 150%;
    color: #4d4741;
    font-family: "PT Sans Regular"; }

.what-you-can {
  padding: 7em 0 4.5em;
  background: #f7f5f2; }
  .what-you-can .image {
    margin-bottom: 5em;
    position: relative; }
    @media screen and (max-width: 1020px) {
      .what-you-can .image {
        padding-left: 30px;
        margin: 0 auto 6em;
        max-width: 440px; } }
    .what-you-can .image img {
      position: relative;
      z-index: 2;
      max-width: 400px;
      width: 100%;
      display: block; }
    .what-you-can .image:after {
      content: '';
      position: absolute;
      bottom: 0;
      height: calc(100% - 100px);
      width: calc(100% - 60px);
      max-width: 440px;
      -webkit-box-shadow: -30px 60px 0 #cfa284;
              box-shadow: -30px 60px 0 #cfa284; }
      @media screen and (max-width: 1020px) {
        .what-you-can .image:after {
          height: calc(100% - 60px); } }
  .what-you-can h2 {
    margin-top: 0; }
  .what-you-can ul li {
    padding-left: 4.5em;
    font-size: calc( 16px + (18 - 16) * ((100vw - 320px) / (1920 - 320)));
    line-height: 150%;
    color: #4d4741;
    font-family: "PT Sans Regular";
    background: url(../img/icons/check-item.svg) no-repeat 0 0;
    padding-bottom: 1.7em; }
    @media screen and (max-width: 1020px) {
      .what-you-can ul li {
        padding-left: 0; } }
    .what-you-can ul li .item-head {
      padding-bottom: 0.5em;
      font-size: calc( 16px + (20 - 16) * ((100vw - 320px) / (1920 - 320)));
      line-height: 120%;
      color: #1a1612;
      font-weight: bold; }
      @media screen and (max-width: 1020px) {
        .what-you-can ul li .item-head {
          padding-top: 0.6em;
          padding-bottom: 1.3em;
          padding-left: 4em; } }
  @media screen and (max-width: 768px) {
    .what-you-can ul {
      padding-top: 1em; }
      .what-you-can ul li {
        -webkit-background-size: 36px 36px;
                background-size: 36px; }
        .what-you-can ul li .item-head {
          padding-top: 0;
          padding-left: 3em; } }
  @media screen and (max-width: 576px) {
    .what-you-can .text {
      margin-top: 2em; }
    .what-you-can ul li .item-head {
      padding-top: 8px; } }

.get-support {
  padding: 4.5em 0;
  text-align: center; }
  .get-support ul {
    margin: 2.5em 0 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around;
    width: 100%; }
    .get-support ul li {
      margin-bottom: 3em;
      max-width: 380px;
      font-size: calc( 16px + (18 - 16) * ((100vw - 320px) / (1920 - 320)));
      line-height: 150%;
      color: #4d4741;
      font-family: "PT Sans Regular";
      text-align: center; }
      .get-support ul li .item-head {
        margin: 0 auto 0.5em;
        position: relative;
        width: 64px;
        height: 64px;
        font-size: calc( 24px + (48 - 24) * ((100vw - 320px) / (1920 - 320)));
        line-height: 150%;
        color: #cfa284;
        font-family: "Playfair Display Italic";
        font-size: 48px;
        font-weight: 600;
        line-height: 100%;
        text-align: center;
        -webkit-border-radius: 50%;
                border-radius: 50%;
        background: #f7f5f2; }
        .get-support ul li .item-head:after {
          position: absolute;
          left: -8px;
          top: -8px;
          width: 80px;
          height: 80px;
          -webkit-border-radius: 50%;
                  border-radius: 50%;
          border: 1px solid #f7f5f2;
          content: ''; }
    @media screen and (max-width: 768px) {
      .get-support ul {
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap; }
        .get-support ul li {
          width: 45%; }
          .get-support ul li .item-head {
            width: 48px;
            height: 48px;
            font-size: 35px;
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: start;
            -webkit-align-items: flex-start;
                -ms-flex-align: start;
                    align-items: flex-start;
            -webkit-box-pack: center;
            -webkit-justify-content: center;
                -ms-flex-pack: center;
                    justify-content: center;
            line-height: 1; }
            .get-support ul li .item-head:after {
              left: -6px;
              top: -6px;
              width: 60px;
              height: 60px; } }
    @media screen and (max-width: 576px) {
      .get-support ul li {
        width: 80%; } }
  .get-support .cta-btn {
    margin: 2em auto; }

.our-team {
  padding: 7em 0 5%;
  position: relative;
  background: url(../img/vector-line-bg-opacity.svg) no-repeat;
  background-position: center;
  -webkit-background-size: contain;
          background-size: contain; }
  .our-team:before {
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    width: 55%;
    height: 100%;
    content: '';
    background: #cfa284; }
  .our-team .container {
    padding-top: 1em;
    padding-bottom: 1em; }
    .our-team .container .text {
      padding-right: 10%; }
      .our-team .container .text .section-name {
        font-size: 12px;
        line-height: 16px;
        letter-spacing: 0.1em;
        text-decoration: none;
        text-transform: uppercase;
        color: #edebe8; }
      .our-team .container .text h2 {
        color: #ffffff; }
      .our-team .container .text p {
        font-size: calc( 16px + (18 - 16) * ((100vw - 320px) / (1920 - 320)));
        line-height: 150%;
        color: #4d4741;
        font-family: "PT Sans Regular";
        color: #ffffff; }
    .our-team .container .spec-categories ul {
      padding-left: 21%; }
      .our-team .container .spec-categories ul li {
        padding-bottom: 1.5em; }
      .our-team .container .spec-categories ul a {
        font-size: calc( 16px + (20 - 16) * ((100vw - 320px) / (1920 - 320)));
        line-height: 120%;
        color: #1a1612;
        font-weight: bold;
        color: #cfa284;
        text-decoration: none;
        -webkit-transition: all 200ms ease-in-out;
        -o-transition: all 200ms ease-in-out;
        transition: all 200ms ease-in-out; }
        .our-team .container .spec-categories ul a:hover {
          color: #b58e73; }
    .our-team .container .team-slider {
      margin-top: 4em; }
      .our-team .container .team-slider .slick-arrow.slick-next {
        right: 0; }
      .our-team .container .team-slider .slick-arrow.slick-prev {
        left: 0; }
    .our-team .container .team-member .inner-box {
      margin: 0 10px;
      display: block;
      text-decoration: none; }
    .our-team .container .team-member .photo {
      max-height: 340px;
      overflow: hidden; }
      .our-team .container .team-member .photo img {
        max-width: 280px;
        width: 100%;
        display: block; }
        @media screen and (max-width: 576px) {
          .our-team .container .team-member .photo img {
            max-width: 100%; } }
    .our-team .container .team-member .about {
      padding: 20px 25px;
      min-height: 105px;
      background-color: #f7f5f2;
      -webkit-border-radius: 0 0 5px 5px;
              border-radius: 0 0 5px 5px;
      text-align: center; }
      .our-team .container .team-member .about .name {
        margin-bottom: 10px;
        font-size: calc( 16px + (20 - 16) * ((100vw - 320px) / (1920 - 320)));
        line-height: 120%;
        color: #1a1612;
        font-weight: bold; }
      .our-team .container .team-member .about .position {
        font-size: 12px;
        line-height: 16px;
        letter-spacing: 0.1em;
        text-decoration: none;
        text-transform: uppercase;
        color: #cfa284;
        font-weight: 600; }
  @media screen and (max-width: 768px) {
    .our-team {
      padding: 5em 0 5%;
      -webkit-background-size: 150% 150%;
              background-size: 150%;
      background-position: left 30%; }
      .our-team .container .spec-categories ul {
        padding-left: 0; } }
  @media screen and (max-width: 576px) {
    .our-team {
      padding: 0;
      background: none; }
      .our-team:before {
        display: none; }
      .our-team .container .text {
        padding: 5em 15px 3em;
        background: #cfa284 url(../img/vector-line-bg-opacity.svg) no-repeat;
        background-position: left 30%;
        -webkit-background-size: 150% 150%;
                background-size: 150%; }
      .our-team .container .spec-categories {
        padding-top: 4em; } }
  .our-team.page {
    padding-top: 5em;
    background: url(../img/vector-line-bg.svg) no-repeat;
    background-position: 0 12%;
    -webkit-background-size: contain;
            background-size: contain; }
    .our-team.page:before {
      display: none; }
    .our-team.page .text {
      color: #4d4741; }
      .our-team.page .text h1 {
        font-size: 12px;
        line-height: 16px;
        letter-spacing: 0.1em;
        text-decoration: none;
        text-transform: uppercase;
        color: #cfa284;
        font-family: "PT Sans Regular"; }
      .our-team.page .text h2 {
        color: #4d4741; }
      .our-team.page .text p {
        color: #4d4741; }
    .our-team.page .team-members-list {
      padding-top: 3em; }
      .our-team.page .team-members-list ul {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: stretch;
        -webkit-align-items: stretch;
            -ms-flex-align: stretch;
                align-items: stretch;
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap; }
        .our-team.page .team-members-list ul li {
          margin-bottom: 20px;
          max-width: 280px;
          width: calc(25% - 15px);
          background-color: #f7f5f2;
          overflow: hidden;
          -webkit-border-radius: 5px;
                  border-radius: 5px; }
          .our-team.page .team-members-list ul li .team-member {
            display: block;
            overflow: hidden;
            -webkit-border-radius: 5px;
                    border-radius: 5px;
            text-decoration: none; }
          .our-team.page .team-members-list ul li:hover {
            -webkit-box-shadow: 0 0 30px -10px rgba(0, 0, 0, 0.1);
                    box-shadow: 0 0 30px -10px rgba(0, 0, 0, 0.1); }
        .our-team.page .team-members-list ul li:not(:nth-of-type(4n + 4)) {
          margin-right: 20px; }
    @media screen and (max-width: 768px) {
      .our-team.page .team-members-list ul li {
        width: calc(33% - 15px); }
      .our-team.page .team-members-list ul li:not(:nth-of-type(4n + 4)) {
        margin-right: 0; }
      .our-team.page .team-members-list ul li:not(:nth-of-type(3n + 3)) {
        margin-right: 20px; } }
    @media screen and (max-width: 576px) {
      .our-team.page {
        padding-top: 2em; }
        .our-team.page .container .text {
          padding: 0 15px;
          background: none; }
        .our-team.page .container .spec-categories {
          padding-bottom: 2em; }
        .our-team.page .team-members-list ul li {
          width: calc(50% - 15px); }
        .our-team.page .team-members-list ul li:not(:nth-of-type(3n + 3)) {
          margin-right: 0; }
        .our-team.page .team-members-list ul li:not(:nth-of-type(2n + 2)) {
          margin-right: 20px; } }
    @media screen and (max-width: 480px) {
      .our-team.page .team-members-list ul {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
            -ms-flex-pack: center;
                justify-content: center; }
        .our-team.page .team-members-list ul li {
          width: 100%; }
        .our-team.page .team-members-list ul li:not(:nth-of-type(2n + 2)) {
          margin-right: 0; } }

.lection {
  padding: 4.5em 0 6em; }
  .lection .head,
  .lection .desc {
    text-align: center; }
  .lection .desc {
    font-size: calc( 16px + (18 - 16) * ((100vw - 320px) / (1920 - 320)));
    line-height: 150%;
    color: #4d4741;
    font-family: "PT Sans Regular"; }
    .lection .desc span {
      display: block; }
  .lection .look-all .detail-btn {
    margin: 0 auto 2em; }
  @media screen and (max-width: 576px) {
    .lection .look-all .detail-btn {
      margin: 3em auto 0; } }

.articles {
  padding: 4.5em 0;
  background: #f7f5f2; }
  .articles .container {
    padding: 0; }
  .articles .head {
    text-align: center; }
  .articles .list {
    padding-top: 1em;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
    .articles .list li {
      margin: 0 0.5em 1em;
      width: 25%;
      max-width: 280px;
      min-width: 220px;
      -webkit-transition: all 200ms ease-in-out;
      -o-transition: all 200ms ease-in-out;
      transition: all 200ms ease-in-out; }
      .articles .list li .image {
        padding-top: 77.7%;
        position: relative;
        overflow: hidden;
        -webkit-border-radius: 5px 5px 0 0;
                border-radius: 5px 5px 0 0; }
        .articles .list li .image img {
          max-width: 100%;
          height: 100%;
          position: absolute;
          top: 0;
          display: block;
          -webkit-transition: all 200ms ease-in-out;
          -o-transition: all 200ms ease-in-out;
          transition: all 200ms ease-in-out; }
      .articles .list li .read-article {
        padding: 20px;
        min-height: 105px;
        display: block;
        font-size: calc( 16px + (18 - 16) * ((100vw - 320px) / (1920 - 320)));
        line-height: 120%;
        color: #1a1612;
        font-weight: bold;
        text-decoration: none;
        background: #ffffff;
        -webkit-border-radius: 0 0 5px 5px;
                border-radius: 0 0 5px 5px; }
        @media screen and (max-width: 576px) {
          .articles .list li .read-article {
            background: none; } }
      .articles .list li:hover {
        -webkit-box-shadow: 0 0 30px -10px rgba(0, 0, 0, 0.1);
                box-shadow: 0 0 30px -10px rgba(0, 0, 0, 0.1); }
        .articles .list li:hover img {
          -webkit-transform: scale(1.05);
              -ms-transform: scale(1.05);
                  transform: scale(1.05); }
      @media screen and (max-width: 1200px) {
        .articles .list li {
          width: 23%; } }
      @media screen and (max-width: 1020px) {
        .articles .list li {
          width: 30%; } }
      @media screen and (max-width: 768px) {
        .articles .list li {
          width: 45%; } }
    @media screen and (max-width: 1020px) {
      .articles .list {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
            -ms-flex-pack: center;
                justify-content: center; } }
  @media screen and (max-width: 1020px) {
    .articles:not(.page) .list li:nth-child(7), .articles:not(.page) .list li:nth-child(8) {
      display: none; } }
  @media screen and (max-width: 480px) {
    .articles:not(.page) .list li {
      width: 100%; }
      .articles:not(.page) .list li:nth-child(4), .articles:not(.page) .list li:nth-child(5), .articles:not(.page) .list li:nth-child(6) {
        display: none; } }
  .articles.page .list {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
    @media screen and (max-width: 1020px) {
      .articles.page .list {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
            -ms-flex-pack: center;
                justify-content: center; } }
    @media screen and (max-width: 768px) {
      .articles.page .list li {
        width: 65%; } }
    .articles.page .list li .read-article {
      border: 1px solid #edebe8;
      border-top: 0; }
  .articles .look-all .detail-btn {
    margin: 2em auto; }
    @media screen and (max-width: 576px) {
      .articles .look-all .detail-btn {
        margin: 0em auto 2em; } }

.recall.page .head {
  text-align: center; }

.recall .recall-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  .recall .recall-list .recall-item {
    margin-bottom: 30px;
    width: calc(50% - 10px);
    -webkit-box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.5);
            box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.5);
    -webkit-border-radius: 5px;
            border-radius: 5px;
    -webkit-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out; }
    .recall .recall-list .recall-item:nth-of-type(even) {
      margin-left: 20px; }
    .recall .recall-list .recall-item:hover {
      -webkit-box-shadow: 0 0 25px -5px rgba(0, 0, 0, 0.1);
              box-shadow: 0 0 25px -5px rgba(0, 0, 0, 0.1); }
    @media screen and (max-width: 768px) {
      .recall .recall-list .recall-item {
        width: 100%;
        margin-bottom: 20px; }
        .recall .recall-list .recall-item:nth-of-type(even) {
          margin-left: 0; }
        .recall .recall-list .recall-item .inner-box {
          margin: 0;
          padding: 2em 6% 1.5em; } }

.blog {
  padding: 4.5em 0; }
  .blog .head {
    text-align: center; }
  .blog .item {
    margin-bottom: 1.5em;
    -webkit-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out; }
    .blog .item:hover {
      -webkit-box-shadow: 0 0 30px -10px rgba(0, 0, 0, 0.1);
              box-shadow: 0 0 30px -10px rgba(0, 0, 0, 0.1); }
    .blog .item h3 {
      font-size: calc( 20px + (22 - 20) * ((100vw - 320px) / (1920 - 320)));
      line-height: 130%;
      color: #1a1612;
      font-weight: bold; }
    .blog .item .image {
      padding-top: 24.783%;
      max-width: 480px;
      -webkit-border-radius: 5px 0 0 5px;
              border-radius: 5px 0 0 5px;
      overflow: hidden;
      -webkit-background-size: cover;
              background-size: cover;
      background-position: center;
      background-repeat: no-repeat; }
    .blog .item .short-desc {
      padding: 1em 2em 1em 3em;
      border: 1px solid #f7f5f2;
      -webkit-border-radius: 0 5px 5px 0;
              border-radius: 0 5px 5px 0;
      font-size: calc( 16px + (16 - 16) * ((100vw - 320px) / (1920 - 320)));
      line-height: 150%;
      color: #4d4741;
      font-family: "PT Sans Regular"; }
      .blog .item .short-desc .detail-btn {
        font-weight: bold;
        border-width: 0;
        max-width: 130px; }
  .blog .look-all .detail-btn {
    margin: 2em auto; }
  @media screen and (max-width: 576px) {
    .blog .item {
      margin: 0 auto 1.5em;
      max-width: 480px; }
      .blog .item .image {
        padding-top: 58%;
        -webkit-border-radius: 5px 5px 0 0;
                border-radius: 5px 5px 0 0; }
      .blog .item .short-desc {
        padding: 1em 2em;
        -webkit-border-radius: 0 0 5px 5px;
                border-radius: 0 0 5px 5px; }
    .blog .detail-btn {
      margin: 3em 0 0; } }
  @media screen and (max-width: 380px) {
    .blog .item .short-desc {
      padding: 1em; } }

.recall {
  padding: 4.5em 0 6em;
  background: #cfa284; }
  .recall .head h2 {
    color: #ffffff;
    text-align: center; }
  .recall .recall-slider {
    margin-bottom: 0.5em; }
    .recall .recall-slider .slick-arrow.slick-next {
      right: 0; }
    .recall .recall-slider .slick-arrow.slick-prev {
      left: 0; }
  .recall .recall-item .inner-box {
    padding: 2em 3em 1.5em;
    margin: 10px;
    min-height: 300px;
    -webkit-border-radius: 5px;
            border-radius: 5px;
    background-color: #ffffff; }
  .recall .recall-item .date {
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0.1em;
    text-decoration: none;
    text-transform: uppercase;
    color: #cfa284;
    font-weight: 600; }
  .recall .recall-item .author {
    padding: 0.5em 0 1em;
    font-size: calc( 16px + (20 - 16) * ((100vw - 320px) / (1920 - 320)));
    line-height: 120%;
    color: #1a1612;
    font-weight: bold; }
  .recall .recall-item .excerpt {
    margin-bottom: 1.3em;
    max-height: 120px;
    overflow: hidden;
    font-size: calc( 16px + (16 - 16) * ((100vw - 320px) / (1920 - 320)));
    line-height: 150%;
    color: #4d4741;
    font-family: "PT Sans Regular"; }
  .recall .recall-item .read .detail-btn {
    padding: 0 15px;
    max-width: 130px;
    border-width: 0; }
  .recall .look-all .detail-btn {
    margin: 2em auto;
    color: #f7f5f2;
    border-color: #f7f5f2; }
    .recall .look-all .detail-btn:hover {
      color: #f7f5f2;
      border-color: rgba(206, 206, 206, 0.4); }
  @media screen and (max-width: 768px) {
    .recall {
      padding: 4.5em 0; }
      .recall .slick-dots li {
        background: #edebe8;
        opacity: 0.4; }
        .recall .slick-dots li.slick-active {
          background: #f7f5f2;
          opacity: 1; } }
  @media screen and (max-width: 576px) {
    .recall {
      padding: 4.5em 0 3em; }
      .recall .recall-slider {
        margin-bottom: 3.5em; } }

.about-page {
  margin-bottom: 5em;
  background: url(../img/vector-line-bg.svg) no-repeat;
  background-position: 0 33%;
  -webkit-background-size: contain;
          background-size: contain; }
  .about-page .container {
    position: relative;
    max-width: 1440px; }
    .about-page .container:before {
      padding-top: 72%;
      position: absolute;
      top: 0;
      left: 0;
      display: block;
      width: 37%;
      content: '';
      background: #cfa284; }
    .about-page .container .row {
      margin: 0 auto;
      max-width: 1180px; }
    .about-page .container .title h2 {
      font-size: calc( 18px + (36 - 18) * ((100vw - 320px) / (1920 - 320)));
      line-height: 120%;
      color: #1a1612;
      font-family: "Playfair Display Bold"; }
    .about-page .container .row {
      padding-top: 9%; }
  .about-page .image {
    float: left;
    width: 44%; }
    .about-page .image img {
      width: 100%;
      max-width: 500px; }
  .about-page article {
    padding-left: 7%;
    float: right;
    width: 55%;
    font-size: calc( 16px + (18 - 16) * ((100vw - 320px) / (1920 - 320)));
    line-height: 150%;
    color: #4d4741;
    font-family: "PT Sans Regular"; }
    .about-page article .article-image {
      display: none; }
      .about-page article .article-image img {
        width: 100%;
        max-width: 500px; }
    .about-page article h1 {
      font-size: 12px;
      line-height: 16px;
      letter-spacing: 0.1em;
      text-decoration: none;
      text-transform: uppercase;
      font-family: "PT Sans Regular";
      color: #cfa284; }
    .about-page article p {
      font-size: calc( 16px + (18 - 16) * ((100vw - 320px) / (1920 - 320)));
      line-height: 150%;
      color: #4d4741;
      font-family: "PT Sans Regular"; }
  @media screen and (max-width: 1280px) {
    .about-page .container:before {
      padding-top: 74%; } }
  @media screen and (max-width: 768px) {
    .about-page {
      background-position: 0 15%;
      -webkit-background-size: 150% 150%;
              background-size: 150%; }
      .about-page .image {
        display: none; }
      .about-page article {
        padding-left: 0;
        float: none;
        width: 100%; }
        .about-page article .top {
          padding-bottom: 8%;
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: horizontal;
          -webkit-box-direction: reverse;
          -webkit-flex-direction: row-reverse;
              -ms-flex-direction: row-reverse;
                  flex-direction: row-reverse; }
          .about-page article .top .about-head {
            padding-left: 4%;
            width: 55%; }
            .about-page article .top .about-head .title h2 {
              font-size: calc( 24px + (70 - 24) * ((100vw - 320px) / (1920 - 320))); }
          .about-page article .top .article-image {
            display: block;
            width: 44%; }
        .about-page article p {
          font-size: 16px; } }
  @media screen and (max-width: 576px) {
    .about-page {
      background: none; }
      .about-page .container:before {
        display: none; }
      .about-page article .top {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column; }
        .about-page article .top .about-head {
          padding-left: 0;
          width: 100%; }
        .about-page article .top .article-image {
          margin-top: 2em;
          padding: 15% 0;
          position: relative;
          width: 100%;
          text-align: right; }
          .about-page article .top .article-image:before {
            position: absolute;
            top: 0;
            left: 0;
            z-index: -1;
            display: block;
            width: 85%;
            height: 100%;
            content: '';
            background: #cfa284; }
          .about-page article .top .article-image .image-box {
            float: right;
            width: 85%; }
            .about-page article .top .article-image .image-box img {
              max-width: 380px; } }

.article-page {
  margin-bottom: 5em; }
  .article-page h1,
  .article-page .advice {
    text-align: center; }
  .article-page p {
    font-size: calc( 16px + (18 - 16) * ((100vw - 320px) / (1920 - 320)));
    line-height: 150%;
    color: #4d4741;
    font-family: "PT Sans Regular"; }
  .article-page .main-image {
    padding: 2em 0; }
    .article-page .main-image img {
      width: 100%;
      max-width: 780px; }
  .article-page blockquote {
    margin: 0 auto;
    display: block;
    max-width: 560px; }

.expert-advice {
  padding: 5em 0;
  background-color: #f7f5f2; }
  .expert-advice .content {
    font-size: calc( 16px + (18 - 16) * ((100vw - 320px) / (1920 - 320)));
    line-height: 150%;
    color: #4d4741;
    font-family: "PT Sans Regular"; }
    .expert-advice .content h2,
    .expert-advice .content h3 {
      font-size: calc( 22px + (24 - 22) * ((100vw - 320px) / (1920 - 320)));
      line-height: 130%;
      color: #1a1612;
      font-weight: bold;
      font-family: "Playfair Display Bold"; }
      @media screen and (max-width: 576px) {
        .expert-advice .content h2,
        .expert-advice .content h3 {
          font-family: "PT Sans Regular"; } }
    .expert-advice .content ul {
      padding: 1em 0; }
      .expert-advice .content ul li {
        padding-left: 4.5em;
        margin-bottom: 1em;
        height: 45px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center;
        font-size: calc( 16px + (18 - 16) * ((100vw - 320px) / (1920 - 320)));
        line-height: 150%;
        color: #4d4741;
        font-family: "PT Sans Regular";
        background: url(../img/icons/check-item.svg) no-repeat 0 0; }
    .expert-advice .content .author {
      padding-top: 0.5em; }
      .expert-advice .content .author .name {
        padding: 10px 0;
        font-size: calc( 16px + (20 - 16) * ((100vw - 320px) / (1920 - 320)));
        line-height: 120%;
        color: #1a1612;
        font-weight: bold; }
      .expert-advice .content .author .expert-status {
        font-size: 12px;
        line-height: 16px;
        letter-spacing: 0.1em;
        text-decoration: none;
        text-transform: uppercase;
        font-weight: bold;
        color: #cfa284; }
  .expert-advice + .articles.page {
    padding-top: 4em; }
    @media screen and (max-width: 1020px) {
      .expert-advice + .articles.page ul li:nth-child(4) {
        display: none; } }
    @media screen and (max-width: 576px) {
      .expert-advice + .articles.page ul li {
        width: 100%; } }

.support-page {
  background: url(../img/vector-line-bg.svg) no-repeat;
  background-position: 0 bottom;
  -webkit-background-size: contain;
          background-size: contain; }
  .support-page .container {
    max-width: 1440px; }
    .support-page .container .row {
      margin: 0 auto;
      max-width: 1180px; }
    .support-page .container .title h2 {
      font-size: calc( 24px + (44 - 24) * ((100vw - 320px) / (1920 - 320)));
      line-height: 120%;
      color: #1a1612;
      font-family: "Playfair Display Bold"; }
    .support-page .container .row {
      padding-top: 7%; }
  .support-page .image {
    padding-top: 7em;
    padding-right: 2em;
    position: relative;
    float: right;
    width: 44%; }
    .support-page .image img {
      position: relative;
      z-index: 5;
      width: 100%;
      max-width: 500px; }
    .support-page .image:before {
      position: absolute;
      top: 0;
      right: 0;
      z-index: 1;
      display: block;
      width: 75%;
      height: 80%;
      content: '';
      background: #cfa284; }
  .support-page article {
    padding-right: 5%;
    float: left;
    width: 55%;
    font-size: calc( 16px + (18 - 16) * ((100vw - 320px) / (1920 - 320)));
    line-height: 150%;
    color: #4d4741;
    font-family: "PT Sans Regular"; }
    .support-page article .article-image {
      display: none; }
      .support-page article .article-image img {
        width: 100%;
        max-width: 500px; }
    .support-page article h1 {
      font-size: 12px;
      line-height: 16px;
      letter-spacing: 0.1em;
      text-decoration: none;
      text-transform: uppercase;
      font-family: "PT Sans Regular";
      color: #cfa284; }
    .support-page article p {
      font-size: calc( 16px + (18 - 16) * ((100vw - 320px) / (1920 - 320)));
      line-height: 150%;
      color: #4d4741;
      font-family: "PT Sans Regular"; }
    .support-page article blockquote {
      margin: 0; }
  @media screen and (max-width: 1280px) {
    .support-page .container:before {
      padding-top: 74%; } }
  @media screen and (max-width: 768px) {
    .support-page {
      -webkit-background-size: 150% 150%;
              background-size: 150%; }
      .support-page .container .row {
        padding-top: 3%; }
      .support-page article {
        padding-right: 0; }
      .support-page .image {
        display: none; }
      .support-page article {
        padding-left: 0;
        float: none;
        width: 100%; }
        .support-page article .top {
          padding-bottom: 4%;
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: justify;
          -webkit-justify-content: space-between;
              -ms-flex-pack: justify;
                  justify-content: space-between; }
          .support-page article .top .about-head {
            padding-top: 5%;
            padding-right: 7%;
            width: 55%; }
            .support-page article .top .about-head .title h2 {
              font-size: calc( 24px + (70 - 24) * ((100vw - 320px) / (1920 - 320))); }
          .support-page article .top .article-image {
            padding-top: 7%;
            padding-right: 2em;
            position: relative;
            display: block;
            width: 40%; }
            .support-page article .top .article-image img {
              position: relative;
              z-index: 5;
              width: 100%;
              max-width: 500px; }
            .support-page article .top .article-image:before {
              position: absolute;
              top: 0;
              right: 0;
              z-index: 1;
              display: block;
              width: 75%;
              height: 80%;
              content: '';
              background: #cfa284; }
        .support-page article p {
          font-size: 16px; } }
  @media screen and (max-width: 576px) {
    .support-page {
      background: none; }
      .support-page article .top {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column; }
        .support-page article .top .about-head {
          padding-left: 0;
          width: 100%; }
        .support-page article .top .article-image {
          margin: 0 auto;
          padding: 12% 0 0;
          position: relative;
          width: 85%; }
          .support-page article .top .article-image .image-box {
            width: 90%; }
            .support-page article .top .article-image .image-box img {
              max-width: 380px; } }
  .support-page + .get-support {
    padding: 2.5em 0 4.5em; }

.spec-profile,
.lection-profile {
  padding-top: 4em;
  padding-bottom: 5em; }
  .spec-profile .profile-head-mobile,
  .lection-profile .profile-head-mobile {
    padding-bottom: 3em;
    display: none; }
    .spec-profile .profile-head-mobile .specialisation,
    .lection-profile .profile-head-mobile .specialisation {
      font-size: calc( 16px + (18 - 16) * ((100vw - 320px) / (1920 - 320)));
      line-height: 120%;
      color: #1a1612;
      font-weight: bold;
      color: #cfa284; }
  .spec-profile .profile-card,
  .lection-profile .profile-card {
    max-width: 480px;
    width: 100%;
    float: right;
    overflow: hidden;
    -webkit-border-radius: 5px;
            border-radius: 5px; }
    .spec-profile .profile-card .image img,
    .lection-profile .profile-card .image img {
      margin: 0 auto;
      max-width: 100%;
      display: block; }
    .spec-profile .profile-card .sign-up-box,
    .lection-profile .profile-card .sign-up-box {
      padding: 2em 3em;
      background: #f7f5f2; 
	  width:100%;}
      .spec-profile .profile-card .sign-up-box .head,
      .lection-profile .profile-card .sign-up-box .head {
        padding-bottom: 10px;
        font-size: calc( 16px + (20 - 16) * ((100vw - 320px) / (1920 - 320)));
        line-height: 120%;
        color: #1a1612;
        font-weight: bold; }
      .spec-profile .profile-card .sign-up-box p,
      .lection-profile .profile-card .sign-up-box p {
        font-size: 14px;
        line-height: 150%;
        color: #4d4741;
        font-family: "PT Sans Regular"; }
      .spec-profile .profile-card .sign-up-box .action,
      .lection-profile .profile-card .sign-up-box .action {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
            -ms-flex-pack: justify;
                justify-content: space-between;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center; }
        .spec-profile .profile-card .sign-up-box .action .price,
        .lection-profile .profile-card .sign-up-box .action .price {
          font-size: calc( 16px + (20 - 16) * ((100vw - 320px) / (1920 - 320)));
          line-height: 120%;
          color: #1a1612;
          font-weight: bold;
          color: #cfa284; }
        .spec-profile .profile-card .sign-up-box .action .buttons.cta-btn,
        .lection-profile .profile-card .sign-up-box .action .buttons.cta-btn {
          max-width: 270px; }
  .spec-profile .breadcrumbs,
  .lection-profile .breadcrumbs {
    padding-top: 0;
    margin: 0 -15px; }
    .spec-profile .breadcrumbs ul,
    .lection-profile .breadcrumbs ul {
      -webkit-box-pack: start;
      -webkit-justify-content: flex-start;
          -ms-flex-pack: start;
              justify-content: flex-start; }
  .spec-profile .profile-head-desktop .name,
  .lection-profile .profile-head-desktop .name {
    margin: 0.5em 0;
    font-size: calc( 24px + (44 - 24) * ((100vw - 320px) / (1920 - 320)));
    line-height: 120%;
    color: #1a1612;
    font-family: "Playfair Display Bold"; }
  .spec-profile .profile-head-desktop .specialisation,
  .lection-profile .profile-head-desktop .specialisation {
    margin-bottom: 1em;
    font-size: calc( 16px + (18 - 16) * ((100vw - 320px) / (1920 - 320)));
    line-height: 120%;
    color: #1a1612;
    font-weight: bold;
    color: #cfa284; }
  .spec-profile .profile-about h3,
  .lection-profile .profile-about h3 {
    padding-top: 2em;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0.1em;
    text-decoration: none;
    text-transform: uppercase;
    color: #cfa284; }
  .spec-profile .profile-about p,
  .lection-profile .profile-about p {
    font-size: calc( 16px + (18 - 16) * ((100vw - 320px) / (1920 - 320)));
    line-height: 150%;
    color: #4d4741;
    font-family: "PT Sans Regular"; }
  .spec-profile .container,
  .lection-profile .container {
    margin-bottom: 4em; }
  .spec-profile .resolve-questions,
  .lection-profile .resolve-questions {
    padding: 5em 15px 3em;
    background: #f7f5f2; }
    .spec-profile .resolve-questions > .col,
    .lection-profile .resolve-questions > .col {
      padding: 0; }
    .spec-profile .resolve-questions ul,
    .lection-profile .resolve-questions ul {
      padding-top: 25px;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
              justify-content: space-between; }
      .spec-profile .resolve-questions ul li,
      .lection-profile .resolve-questions ul li {
        padding-left: 4.5em;
        margin-bottom: 1em;
        width: 48%;
        min-height: 45px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center;
        font-size: calc( 16px + (18 - 16) * ((100vw - 320px) / (1920 - 320)));
        line-height: 150%;
        color: #4d4741;
        font-family: "PT Sans Regular";
        background: url(../img/icons/check-item.svg) no-repeat 0 0; }
      @media screen and (max-width: 768px) {
        .spec-profile .resolve-questions ul li,
        .lection-profile .resolve-questions ul li {
          width: 100%; } }
  .spec-profile .quote,
  .lection-profile .quote {
    padding-top: 3em; }
    .spec-profile .quote .icon,
    .lection-profile .quote .icon {
      padding-top: 4em;
      text-align: right; }
      .spec-profile .quote .icon img,
      .lection-profile .quote .icon img {
        max-width: 100%;
        min-width: 50px; }
  @media screen and (min-width: 768px) {
    .spec-profile .row.profile,
    .lection-profile .row.profile {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: reverse;
      -webkit-flex-direction: row-reverse;
          -ms-flex-direction: row-reverse;
              flex-direction: row-reverse; } }
  @media screen and (max-width: 1020px) {
    .spec-profile .profile-card .sign-up-box .action,
    .lection-profile .profile-card .sign-up-box .action {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-pack: start;
      -webkit-justify-content: flex-start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      -webkit-box-align: start;
      -webkit-align-items: flex-start;
          -ms-flex-align: start;
              align-items: flex-start; }
      .spec-profile .profile-card .sign-up-box .action .price,
      .lection-profile .profile-card .sign-up-box .action .price {
        margin-bottom: 1em; } }
  @media screen and (max-width: 640px) {
    .spec-profile .breadcrumbs,
    .lection-profile .breadcrumbs {
      display: none; } }
  @media screen and (max-width: 576px) {
    .spec-profile,
    .lection-profile {
      padding-top: 2em; }
      .spec-profile .profile-head-mobile,
      .lection-profile .profile-head-mobile {
        display: block; }
      .spec-profile .profile-head-desktop,
      .lection-profile .profile-head-desktop {
        display: none; }
      .spec-profile .profile-card,
      .lection-profile .profile-card {
        margin: 0 auto;
        text-align: center;
        float: none; }
        .spec-profile .profile-card .sign-up-box,
        .lection-profile .profile-card .sign-up-box {
          padding: 2em; }
          .spec-profile .profile-card .sign-up-box .action,
          .lection-profile .profile-card .sign-up-box .action {
            -webkit-box-pack: center;
            -webkit-justify-content: center;
                -ms-flex-pack: center;
                    justify-content: center;
            -webkit-box-align: center;
            -webkit-align-items: center;
                -ms-flex-align: center;
                    align-items: center; }
          .spec-profile .profile-card .sign-up-box .new-line-on-mob,
          .lection-profile .profile-card .sign-up-box .new-line-on-mob {
            display: block; }
      .spec-profile .quote .container,
      .lection-profile .quote .container {
        margin-bottom: 2em; }
      .spec-profile .quote .icon,
      .lection-profile .quote .icon {
        text-align: left; }
        .spec-profile .quote .icon img,
        .lection-profile .quote .icon img {
          width: 50px; }
      .spec-profile .quote .text blockquote,
      .lection-profile .quote .text blockquote {
        margin-right: 0;
        margin-left: 0; } }
  @media screen and (max-width: 320px) {
    .spec-profile .profile-card .sign-up-box,
    .lection-profile .profile-card .sign-up-box {
      padding: 2em 0; } }

.lection-profile .container {
  margin-bottom: 0; }

.simple {
  text-align: center; }
  .simple.page {
    padding: 0 0 9em;
    background: url(../img/vector-line-bg.svg) no-repeat;
    background-position: center; }
    .simple.page.not-found {
      padding: 5em 15px 9em; }
      .simple.page.not-found .not-found-image {
        margin: 2em 0; }
      .simple.page.not-found .simple-data {
        padding-top: 0; }
  .simple .simple-data {
    padding-top: 3em;
    font-size: calc( 16px + (18 - 16) * ((100vw - 320px) / (1920 - 320)));
    line-height: 150%;
    color: #4d4741;
    font-family: "PT Sans Regular"; }
    .simple .simple-data a {
      display: block;
      margin-bottom: 40px; }
      .simple .simple-data a.insta {
        margin: auto;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center;
        width: 50px;
        height: 50px;
        -webkit-border-radius: 50%;
                border-radius: 50%;
        border-width: 1px;
        border-style: solid;
        border-color: #f7f5f2;
        -webkit-transition: all 200ms ease-in-out;
        -o-transition: all 200ms ease-in-out;
        transition: all 200ms ease-in-out; }
        .simple .simple-data a.insta:hover {
          border-color: #cfa284; }
      .simple .simple-data a.phone-num {
        font-size: calc( 24px + (32 - 24) * ((100vw - 320px) / (1920 - 320)));
        line-height: 120%;
        color: #1a1612;
        font-family: "Playfair Display Bold";
        font-family: "Playfair Display Bold";
        text-decoration: none; }
      .simple .simple-data a.mail-us {
        font-size: calc( 16px + (18 - 16) * ((100vw - 320px) / (1920 - 320)));
        line-height: 120%;
        color: #1a1612;
        font-weight: bold;
        font-family: "Playfair Display Bold";
        color: #cfa284;
        text-decoration: none; }
      .simple .simple-data a.buttons.cta-btn {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        margin: 3em auto 0; }
  @media screen and (max-width: 768px) {
    .simple.page {
      background-position: 0 33%;
      -webkit-background-size: 150% 150%;
              background-size: 150%; } }
  @media screen and (max-width: 576px) {
    .simple.page.not-found .not-found-image {
      max-width: 200px; } }

.lections .head {
  text-align: center; }

.lections .lecture-announcement {
  margin-bottom: 40px; }
  .lections .lecture-announcement .row {
    padding: 0 15px; }
  .lections .lecture-announcement .image {
    position: relative;
    z-index: 1;
    max-width: 780px;
    padding-top: 43%;
    -webkit-background-size: cover;
            background-size: cover;
    background-position: center;
    background-repeat: no-repeat; }
    @media screen and (max-width: 1020px) {
      .lections .lecture-announcement .image {
        max-width: 825px;
        padding-top: 64%; } }
  @media screen and (max-width: 576px) {
    .lections .lecture-announcement {
      margin-bottom: 20px; }
      .lections .lecture-announcement.container {
        padding: 0; } }
  .lections .lecture-announcement .slide-info {
    padding: 2.5em 2em;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    background: #f7f5f2; }
    @media screen and (max-width: 1020px) {
      .lections .lecture-announcement .slide-info {
        padding: 1em 2em; } }
    .lections .lecture-announcement .slide-info:before, .lections .lecture-announcement .slide-info:after {
      content: '';
      width: 1px;
      height: 35px;
      display: block;
      background: #cfa284; }
      @media screen and (max-width: 1020px) {
        .lections .lecture-announcement .slide-info:before, .lections .lecture-announcement .slide-info:after {
          display: none; } }
    .lections .lecture-announcement .slide-info .author {
      margin-top: 1em;
      font-family: "PT Sans Regular";
      color: #4d4741;
      font-size: 16px; }
      .lections .lecture-announcement .slide-info .author .label {
        padding: 0.5em 0 1em;
        color: #cfa284;
        font-size: 12px;
        text-transform: uppercase;
        text-align: center; }
    .lections .lecture-announcement .slide-info .title {
      padding: 0.5em 0;
      font-size: calc( 24px + (32 - 24) * ((100vw - 320px) / (1920 - 320)));
      line-height: 120%;
      color: #1a1612;
      font-family: "Playfair Display Bold";
      text-align: center; }
    .lections .lecture-announcement .slide-info .desc {
      padding: 0.5em 0;
      font-family: "PT Sans Regular";
      color: #4d4741;
      font-size: 16px;
      text-align: center; }
    .lections .lecture-announcement .slide-info .detail-btn {
      margin: 2em 0;
      font-weight: 600; }

.lections .lections-list .col.list-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }

.lections .lections-list .lection-item {
  margin-right: 20px;
  margin-bottom: 20px;
  max-width: 378px;
  width: 31.9%;
  -webkit-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out; }
  .lections .lections-list .lection-item .image {
    padding-top: 67%;
    position: relative;
    max-width: 380px;
    overflow: hidden;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-border-radius: 5px 5px 0 0;
            border-radius: 5px 5px 0 0; }
    .lections .lections-list .lection-item .image img {
      max-width: 380px;
      width: 100%;
      position: absolute;
      top: 0; }
  .lections .lections-list .lection-item .about {
    padding: 1.5em;
    margin-top: -1px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    min-height: 300px;
    background: #ffffff;
    border: 1px solid #edebe8;
    -webkit-border-radius: 0 0 5px 5px;
            border-radius: 0 0 5px 5px; }
  .lections .lections-list .lection-item .author {
    margin-bottom: 10px;
    font-size: calc( 16px + (16 - 16) * ((100vw - 320px) / (1920 - 320)));
    line-height: 150%;
    color: #4d4741;
    font-family: "PT Sans Regular"; }
    .lections .lections-list .lection-item .author .label {
      margin-bottom: 10px;
      font-size: 12px;
      line-height: 16px;
      letter-spacing: 0.1em;
      text-decoration: none;
      text-transform: uppercase;
      color: #cfa284;
      font-weight: 600; }
  .lections .lections-list .lection-item .title {
    margin-bottom: 15px;
    font-size: calc( 20px + (22 - 20) * ((100vw - 320px) / (1920 - 320)));
    line-height: 130%;
    color: #1a1612;
    font-weight: bold; }
  .lections .lections-list .lection-item .excerpt {
    font-size: calc( 16px + (16 - 16) * ((100vw - 320px) / (1920 - 320)));
    line-height: 150%;
    color: #4d4741;
    font-family: "PT Sans Regular";
    height: 100px;
    overflow: hidden; }
  .lections .lections-list .lection-item .inner-bottom {
    margin-top: auto;
    margin-bottom: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
    .lections .lections-list .lection-item .inner-bottom .price {
      font-size: calc( 16px + (20 - 16) * ((100vw - 320px) / (1920 - 320)));
      line-height: 120%;
      color: #1a1612;
      font-weight: bold;
      color: #cfa284; }
    .lections .lections-list .lection-item .inner-bottom .detail-btn {
      max-width: 130px;
      border-width: 0;
      font-weight: 600; }
  .lections .lections-list .lection-item:hover {
    -webkit-box-shadow: 0 0 30px -10px rgba(0, 0, 0, 0.1);
            box-shadow: 0 0 30px -10px rgba(0, 0, 0, 0.1); }
  .lections .lections-list .lection-item:nth-child(3n + 3) {
    margin-right: 0; }

@media screen and (max-width: 1200px) {
  .lections .lections-list .title {
    min-height: 85px; } }

@media screen and (max-width: 1020px) {
  .lections .lections-list .col.list-wrapper {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    .lections .lections-list .col.list-wrapper .lection-item {
      margin-right: 0;
      margin-left: 0;
      width: 48%; } }

@media screen and (max-width: 640px) {
  .lections .lections-list .title {
    min-height: auto; } }

@media screen and (max-width: 576px) {
  .lections .lections-list.container {
    padding: 0; }
  .lections .lections-list .col.list-wrapper {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .lections .lections-list .col.list-wrapper .lection-item {
      width: 100%; }
      .lections .lections-list .col.list-wrapper .lection-item:nth-child(2n + 2) {
        margin-left: 0; } }

ul.marked-list li {
  padding-left: 4em;
  margin-bottom: 20px;
  min-height: 45px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: calc( 16px + (18 - 16) * ((100vw - 320px) / (1920 - 320)));
  line-height: 150%;
  color: #4d4741;
  font-family: "PT Sans Regular";
  background: url(../img/icons/check-item.svg) no-repeat 0 0; }

.about-lector {
  padding: 6em 0;
  background: #f7f5f2;
  font-size: calc( 16px + (18 - 16) * ((100vw - 320px) / (1920 - 320)));
  line-height: 150%;
  color: #4d4741;
  font-family: "PT Sans Regular"; }
  .about-lector h3,
  .about-lector .head {
    font-size: calc( 18px + (36 - 18) * ((100vw - 320px) / (1920 - 320)));
    line-height: 120%;
    color: #1a1612;
    font-family: "Playfair Display Bold"; }
  .about-lector h4 {
    padding-top: 2em;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0.1em;
    text-decoration: none;
    text-transform: uppercase;
    color: #cfa284; }
  .about-lector figure.image {
    margin: 0;
    max-width: 380px;
    -webkit-border-radius: 5px;
            border-radius: 5px;
    overflow: hidden; }
    .about-lector figure.image img {
      width: 100%;
      max-width: 380px;
      display: block; }
    .about-lector figure.image figcaption {
      padding: 1.5em 2em;
      background: #ffffff;
      font-size: calc( 16px + (20 - 16) * ((100vw - 320px) / (1920 - 320)));
      line-height: 120%;
      color: #1a1612;
      font-weight: bold;
      text-align: center; }
  .about-lector .text {
    padding-left: 3em; }
  @media screen and (max-width: 576px) {
    .about-lector {
      padding: 3em 0 4em; }
      .about-lector figure.image {
        margin: 0 auto 1em; }
      .about-lector .text {
        padding-left: 15px; }
      .about-lector .d-block h3 {
        font-size: 32px;
        text-align: center;
        margin-bottom: 2em; } }

.interesting {
  padding: 4.5em 0 6em; }
  .interesting .head {
    text-align: center; }
  .interesting .look-all .detail-btn {
    margin: 0 auto 2em; }
  @media screen and (max-width: 576px) {
    .interesting .look-all .detail-btn {
      margin: 3em auto 0; } }

.checkout.page .head {
  text-align: center; }

.checkout.page blockquote {
  text-align: center; }

.checkout .checkout-list {
  margin-bottom: 50px; }
  .checkout .checkout-list .item {
    padding-top: 30px;
    padding-bottom: 30px;
    border-top: 1px solid #cfa284;
    border-bottom: 1px solid #cfa284; }
    .checkout .checkout-list .item + .item {
      border-top: 0; }
    .checkout .checkout-list .item .col {
      padding: 0; }
      .checkout .checkout-list .item .col.image {
        padding-right: 20px;
        max-width: 200px; }
        .checkout .checkout-list .item .col.image img {
          max-width: 180px;
          width: 100%;
          display: block; }
        @media screen and (max-width: 576px) {
          .checkout .checkout-list .item .col.image {
            -webkit-flex-basis: 40%;
                -ms-flex-preferred-size: 40%;
                    flex-basis: 40%; } }
      .checkout .checkout-list .item .col.info .row {
        margin: 0; }
      .checkout .checkout-list .item .col.info .title {
        -webkit-flex-basis: 35%;
            -ms-flex-preferred-size: 35%;
                flex-basis: 35%;
        font-size: calc( 20px + (22 - 20) * ((100vw - 320px) / (1920 - 320)));
        line-height: 130%;
        color: #1a1612;
        font-weight: bold; }
        .checkout .checkout-list .item .col.info .title .label {
          margin-bottom: 10px;
          font-size: 12px;
          line-height: 16px;
          letter-spacing: 0.1em;
          text-decoration: none;
          text-transform: uppercase;
          color: #cfa284;
          font-weight: bold; }
      .checkout .checkout-list .item .col.info .price {
        padding-top: 26px;
        font-size: calc( 16px + (20 - 16) * ((100vw - 320px) / (1920 - 320)));
        line-height: 120%;
        color: #1a1612;
        font-weight: bold;
        text-align: right; }
      .checkout .checkout-list .item .col.info .remove {
        padding-top: 26px;
        text-align: right; }
        .checkout .checkout-list .item .col.info .remove a {
          padding-left: 20px;
          display: inline;
          font-size: 14px;
          line-height: 150%;
          color: #4d4741;
          font-family: "PT Sans Regular";
          color: #cfa284;
          text-decoration: none;
          background: url(../img/cancel.svg) no-repeat left center; }
      @media screen and (max-width: 768px) {
        .checkout .checkout-list .item .col.info {
          -webkit-flex-basis: 45%;
              -ms-flex-preferred-size: 45%;
                  flex-basis: 45%; }
          .checkout .checkout-list .item .col.info .title {
            -webkit-flex-basis: 75%;
                -ms-flex-preferred-size: 75%;
                    flex-basis: 75%; }
          .checkout .checkout-list .item .col.info .price {
            -webkit-flex-basis: 25%;
                -ms-flex-preferred-size: 25%;
                    flex-basis: 25%; } }
      @media screen and (max-width: 576px) {
        .checkout .checkout-list .item .col.info {
          -webkit-flex-basis: 60%;
              -ms-flex-preferred-size: 60%;
                  flex-basis: 60%; }
          .checkout .checkout-list .item .col.info .title {
            -webkit-flex-basis: 100%;
                -ms-flex-preferred-size: 100%;
                    flex-basis: 100%;
            font-size: 16px; }
          .checkout .checkout-list .item .col.info .price {
            text-align: left; } }
    @media screen and (max-width: 768px) {
      .checkout .checkout-list .item {
        margin: 0; } }
    @media screen and (max-width: 576px) {
      .checkout .checkout-list .item {
        margin: 0; } }
  .checkout .checkout-list .total {
    padding-top: 20px; }
    .checkout .checkout-list .total .promo-form {
      padding: 0; }
      .checkout .checkout-list .total .promo-form form {
        position: relative;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        max-width: 386px;
        width: 100%; }
      .checkout .checkout-list .total .promo-form input {
        padding-left: 15px;
        width: 100%;
        height: 50px;
        border: 1px solid #e6e6e6;
        -webkit-border-radius: 35px;
                border-radius: 35px;
        background: #ffffff;
        color: #1a1612;
        font-size: 16px;
        font-family: "PT Sans Regular"; }
      .checkout .checkout-list .total .promo-form .buttons.promo {
        position: absolute;
        top: 0;
        right: 0;
        font-weight: bold; }
    .checkout .checkout-list .total .sum {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      font-size: calc( 16px + (20 - 16) * ((100vw - 320px) / (1920 - 320)));
      line-height: 120%;
      color: #1a1612;
      font-weight: bold;
      text-align: center;
      color: #cfa284; }
      .checkout .checkout-list .total .sum span {
        padding-right: 65px;
        display: inline-block;
        font-size: 12px;
        line-height: 16px;
        letter-spacing: 0.1em;
        text-decoration: none;
        text-transform: uppercase;
        color: #4d4741;
        font-weight: bold; }
    @media screen and (max-width: 768px) {
      .checkout .checkout-list .total .promo-form {
        padding: 0 15px; }
      .checkout .checkout-list .total .sum {
        -webkit-box-pack: end;
        -webkit-justify-content: flex-end;
            -ms-flex-pack: end;
                justify-content: flex-end; }
        .checkout .checkout-list .total .sum span {
          padding-right: 15%; } }
    @media screen and (max-width: 576px) {
      .checkout .checkout-list .total .promo-form {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
            -ms-flex-pack: center;
                justify-content: center; }
      .checkout .checkout-list .total .sum {
        padding-top: 30px;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
            -ms-flex-pack: justify;
                justify-content: space-between; }
        .checkout .checkout-list .total .sum span {
          padding-right: 15%; } }

.checkout .personal-data.container {
  padding: 2em 4.5%;
  background: #f7f5f2; }
  .checkout .personal-data.container .head h2 {
    font-size: calc( 24px + (32 - 24) * ((100vw - 320px) / (1920 - 320)));
    line-height: 120%;
    color: #1a1612;
    font-family: "Playfair Display Bold"; }
  .checkout .personal-data.container .row.custom {
    margin: 0; }
  @media screen and (max-width: 768px) {
    .checkout .personal-data.container {
      padding: 2em 4.5% 4em; } }
  @media screen and (max-width: 576px) {
    .checkout .personal-data.container {
      margin: 0;
      max-width: 100%; } }

.consultation.page .head {
  text-align: center; }

@media screen and (max-width: 576px) {
  .consultation.page {
    padding: 3em 0 6em; } }

.consultation form hr {
  margin: 10px 10px 20px;
  border: 2px solid #f7f5f2; }

.consultation form .input-field.submit-button {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  .consultation form .input-field.submit-button abbr {
    font-size: 14px;
    line-height: 150%;
    color: #4d4741;
    font-family: "PT Sans Regular"; }
    .consultation form .input-field.submit-button abbr span {
      color: #cfa284; }
  @media screen and (max-width: 576px) {
    .consultation form .input-field.submit-button {
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center; }
      .consultation form .input-field.submit-button abbr {
        padding-top: 30px;
        width: 100%; } }

.consultation form .input-field.cost {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  .consultation form .input-field.cost p {
    margin: 10px 0;
    font-size: calc( 20px + (22 - 20) * ((100vw - 320px) / (1920 - 320)));
    line-height: 130%;
    color: #1a1612;
    font-weight: bold; }
  .consultation form .input-field.cost b {
    font-size: calc( 16px + (20 - 16) * ((100vw - 320px) / (1920 - 320)));
    line-height: 120%;
    color: #1a1612;
    font-weight: bold;
    color: #cfa284; }
  @media screen and (max-width: 576px) {
    .consultation form .input-field.cost p {
      -webkit-flex-basis: 75%;
          -ms-flex-preferred-size: 75%;
              flex-basis: 75%;
      font-size: 16px; }
    .consultation form .input-field.cost b {
      -webkit-flex-basis: 25%;
          -ms-flex-preferred-size: 25%;
              flex-basis: 25%;
      text-align: right; } }

section.page .simple-data {
  font-size: calc( 16px + (18 - 16) * ((100vw - 320px) / (1920 - 320)));
  line-height: 150%;
  color: #4d4741;
  font-family: "PT Sans Regular";
  text-align: center; }
  section.page .simple-data .buttons.cta-btn {
    margin: 2em auto; }

.password.page {
  padding-top: 4em;
  text-align: center; }

.auth.page {
  padding: 3em 0 6em; }
  .auth.page .head {
    text-align: center; }

.auth form .input-field .check-boxes {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center; }

.auth form .input-field.submit-button {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center; }

.auth form .fogive-pass {
  padding: 15px 0;
  text-align: center; }
  .auth form .fogive-pass a {
    font-size: 16px;
    color: #1a1612;
    text-align: center; }
    .auth form .fogive-pass a:hover {
      text-decoration: none; }

.auth .auth-enter .input-field.submit-button {
  margin-top: 20px; }

.personal.page {
  padding: 3em 0 6em; }
  .personal.page .head {
    text-align: center; }
  .personal.page h2 {
    font-size: calc( 24px + (32 - 24) * ((100vw - 320px) / (1920 - 320)));
    line-height: 120%;
    color: #1a1612;
    font-family: "Playfair Display Bold"; }
  .personal.page .change-passw {
    padding: 2em 0; }
    .personal.page .change-passw .submit-button .buttons.big {
      width: 100%; }
      @media screen and (max-width: 380px) {
        .personal.page .change-passw .submit-button .buttons.big {
          max-width: 100%; } }
  @media screen and (max-width: 576px) {
    .personal.page .container {
      padding: 0; } }

.personal form .input-field.submit-button {
  margin-top: 15px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start; }
  .personal form .input-field.submit-button .logout {
    margin: 0 20px;
    color: #1a1612;
    font-size: 16px;
    text-decoration: none;
    border-bottom: 1px solid #e6e6e6; }
    .personal form .input-field.submit-button .logout:hover {
      color: #cfa284;
      border-color: #cfa284; }
  @media screen and (max-width: 576px) {
    .personal form .input-field.submit-button {
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center; }
      .personal form .input-field.submit-button .buttons {
        -webkit-flex-basis: 100%;
            -ms-flex-preferred-size: 100%;
                flex-basis: 100%; }
      .personal form .input-field.submit-button .logout {
        margin-top: 30px; } }

.personal .history {
  width: 100%;
  border: 1px solid #edebe8;
  -webkit-border-radius: 5px;
          border-radius: 5px;
  border-collapse: collapse; }
  .personal .history thead tr:first-of-type td {
    border-bottom: 1px solid #edebe8; }
  .personal .history thead td {
    padding: 17px 0 16px;
    font-size: 14px;
    color: #4d4741;
    opacity: 0.5; }
  .personal .history tbody td {
    padding: 2.5% 0;
    font-size: calc( 16px + (18 - 16) * ((100vw - 320px) / (1920 - 320)));
    line-height: 150%;
    color: #4d4741;
    font-family: "PT Sans Regular"; }
  .personal .history tbody tr + tr td {
    border-top: 1px solid #edebe8; }
  .personal .history td:first-of-type {
    padding-left: 5%;
    width: 25%; }
  .personal .history td:last-of-type {
    padding-right: 2.5%; }
  .personal .history td b {
    display: block;
    font-size: calc( 16px + (18 - 16) * ((100vw - 320px) / (1920 - 320)));
    line-height: 120%;
    color: #1a1612;
    font-weight: bold; }
  .personal .history td .spec-label {
    font-size: 14px;
    color: #cfa284; }
  .personal .history td .buttons.grey {
    float: right;
    border: 0;
    max-width: 130px;
    font-weight: bold; }

.personal .available-lection .item {
  margin-bottom: 20px;
  padding: 0;
  max-width: 1180px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #edebe8;
  -webkit-border-radius: 5px;
          border-radius: 5px; }
  @media screen and (max-width: 576px) {
    .personal .available-lection .item {
      margin-bottom: 0; } }
  .personal .available-lection .item.no-data {
    padding: 30px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: calc( 16px + (20 - 16) * ((100vw - 320px) / (1920 - 320)));
    line-height: 120%;
    color: #1a1612;
    font-weight: bold; }
  .personal .available-lection .item .image {
    margin-right: 4%;
    width: 32%; }
    .personal .available-lection .item .image img {
      max-width: 350px;
      width: 100%;
      display: block; }
  .personal .available-lection .item .title {
    padding-bottom: 5px;
    font-size: calc( 20px + (22 - 20) * ((100vw - 320px) / (1920 - 320)));
    line-height: 130%;
    color: #1a1612;
    font-weight: bold; }
    .personal .available-lection .item .title h3 {
      font-size: calc( 20px + (22 - 20) * ((100vw - 320px) / (1920 - 320)));
      line-height: 130%;
      color: #1a1612;
      font-weight: bold; }
  .personal .available-lection .item .desc {
    padding-top: 15px;
    width: 68%; }
  .personal .available-lection .item .bottom {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    .personal .available-lection .item .bottom .pie {
      font-size: calc( 16px + (18 - 16) * ((100vw - 320px) / (1920 - 320)));
      line-height: 120%;
      color: #1a1612;
      font-weight: bold;
      font-weight: normal; }
      .personal .available-lection .item .bottom .pie .label {
        padding-bottom: 10px;
        font-size: 14px;
        color: #4d4741;
        opacity: 0.5;
        font-weight: normal; }
      .personal .available-lection .item .bottom .pie .spec-label {
        padding-top: 5px;
        font-size: 14px;
        color: #cfa284;
        font-weight: normal; }
      .personal .available-lection .item .bottom .pie.author {
        -webkit-flex-basis: 30%;
            -ms-flex-preferred-size: 30%;
                flex-basis: 30%; }
      .personal .available-lection .item .bottom .pie.about {
        padding-left: 35px;
        -webkit-flex-basis: 70%;
            -ms-flex-preferred-size: 70%;
                flex-basis: 70%;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
        -webkit-box-pack: end;
        -webkit-justify-content: flex-end;
            -ms-flex-pack: end;
                justify-content: flex-end; }
        .personal .available-lection .item .bottom .pie.about > div {
          padding: 0 5%;
          width: -webkit-max-content;
          width: -moz-max-content;
          width: max-content; }
        .personal .available-lection .item .bottom .pie.about .watch {
          margin-top: 15px; }
          .personal .available-lection .item .bottom .pie.about .watch .buttons {
            max-width: 130px;
            border: none;
            float: right;
            font-weight: bold; }
  @media screen and (max-width: 768px) {
    .personal .available-lection .item {
      padding: 20px 15px;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      border: 0;
      -webkit-border-radius: 0;
              border-radius: 0;
      border-top: 1px solid #edebe8; }
      .personal .available-lection .item:last-of-type {
        border-bottom: 1px solid #edebe8; } }
  @media screen and (max-width: 576px) {
    .personal .available-lection .item {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column; }
      .personal .available-lection .item .image {
        margin-right: 0;
        width: 100%;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex; }
        .personal .available-lection .item .image img {
          width: 44%;
          margin-right: 5%; }
      .personal .available-lection .item .desc {
        padding-top: 30px;
        width: 100%; }
        .personal .available-lection .item .desc .bottom {
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -webkit-flex-direction: column;
              -ms-flex-direction: column;
                  flex-direction: column; }
          .personal .available-lection .item .desc .bottom .pie.author {
            margin-bottom: 15px; }
          .personal .available-lection .item .desc .bottom .pie.author, .personal .available-lection .item .desc .bottom .pie.about {
            -webkit-flex-basis: 100%;
                -ms-flex-preferred-size: 100%;
                    flex-basis: 100%; }
          .personal .available-lection .item .desc .bottom .pie.about {
            padding-left: 0;
            -webkit-box-pack: justify;
            -webkit-justify-content: space-between;
                -ms-flex-pack: justify;
                    justify-content: space-between; }
            .personal .available-lection .item .desc .bottom .pie.about > div {
              padding: 0; } }
      @media screen and (max-width: 576px) and (max-width: 380px) {
        .personal .available-lection .item .desc .bottom .pie.about > div {
          -webkit-flex-basis: 50%;
              -ms-flex-preferred-size: 50%;
                  flex-basis: 50%; }
        .personal .available-lection .item .desc .bottom .pie.about .cost {
          text-align: right; }
        .personal .available-lection .item .desc .bottom .pie.about .watch .buttons {
          margin-top: 10px;
          float: none; } }

@media screen and (max-width: 576px) {
  .personal h2 {
    text-align: center; }
  .personal .history {
    border: 0; }
    .personal .history thead {
      display: none; }
    .personal .history tbody td {
      display: block;
      width: 100% !important;
      border: 0 !important; }
    .personal .history tbody tr {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      border-top: 1px solid #edebe8; }
    .personal .history tbody tr td {
      -webkit-flex-basis: 50%;
          -ms-flex-preferred-size: 50%;
              flex-basis: 50%; }
      .personal .history tbody tr td:first-of-type {
        padding-left: 0;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-basis: 35%;
            -ms-flex-preferred-size: 35%;
                flex-basis: 35%;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center; }
        .personal .history tbody tr td:first-of-type b {
          margin-right: 10px; }
      .personal .history tbody tr td:last-of-type {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
        -webkit-justify-content: flex-end;
            -ms-flex-pack: end;
                justify-content: flex-end; }
      .personal .history tbody tr td .buttons.grey {
        float: none; }
    .personal .history tbody tr:last-of-type {
      border-bottom: 1px solid #edebe8; } }

@media screen and (max-width: 480px) {
  .personal .history tbody tr {
    padding: 15px 0; }
    .personal .history tbody tr td:first-of-type, .personal .history tbody tr td:nth-child(2) {
      -webkit-flex-basis: 100%;
          -ms-flex-preferred-size: 100%;
              flex-basis: 100%; } }

.lection-video.page {
  padding-bottom: 0; }
  .lection-video.page .head {
    text-align: center; }

.video-wrapper {
  position: relative; }
  .video-wrapper:before {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    z-index: 100;
    content: '';
    display: block;
    width: 116px;
    height: 116px;
    background: url(../img/play-video.svg) no-repeat center;
    -webkit-background-size: cover;
            background-size: cover; }
  .video-wrapper img {
    max-width: 100%;
    display: block; }
  @media screen and (max-width: 768px) {
    .video-wrapper:before {
      width: 100px;
      height: 100px; } }
  @media screen and (max-width: 576px) {
    .video-wrapper:before {
      width: 50px;
      height: 50px; } }

footer {
  min-height: 210px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  color: #4d4741;
  background-color: #f7f5f2;
  font-size: 16px; }
  footer .footer-top {
    height: 80px; }
    footer .footer-top:after {
      content: '';
      display: block;
      width: 100%;
      height: 2px;
      background-color: #cfa284;
      opacity: 0.2; }
  footer .footer-bottom {
    padding-top: 25px;
    padding-bottom: 25px; }
    @media screen and (max-width: 1020px) {
      footer .footer-bottom {
        padding: 25px 15px 0; } }
  footer .footer-about {
    padding: 0; }
    footer .footer-about a {
      color: #4d4741;
      text-decoration: none; }
  footer p {
    margin: 0;
    padding: 0 0 10px; }
  @media screen and (max-width: 1200px) {
    footer .footer-top {
      height: auto; } }

.buttons {
  padding: 0 25px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.1em;
  text-decoration: none;
  text-transform: uppercase;
  text-align: center;
  -webkit-border-radius: 25px;
          border-radius: 25px;
  border: 0;
  -webkit-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out; }
  .buttons.big {
    max-width: 230px;
    height: 50px; }
  .buttons.middle {
    height: 40px; }
  .buttons.brand {
    color: #ffffff;
    background: #cfa284; }
  .buttons.light {
    color: #cfa284;
    background: transparent;
    border-width: 1px;
    border-style: solid;
    border-color: #cfa284; }
    .buttons.light:hover {
      color: #b58e73;
      border-color: #b58e73; }
  .buttons.grey {
    color: #cfa284;
    background: #f7f5f2;
    border-width: 1px;
    border-style: solid;
    border-color: #cfa284; }
    .buttons.grey:hover {
      color: #ffffff;
      border-color: #cfa284;
      background: #cfa284; }
  .buttons.cta-btn {
    min-width: 210px;
    font-weight: 600; }
    .buttons.cta-btn:hover {
      background-color: #b58e73; }
  .buttons.promo {
    width: 150px;
    -webkit-border-radius: 60px;
            border-radius: 60px;
    height: 50px; }
    .buttons.promo:hover {
      background-color: #b58e73; }

.site-nav,
.footer-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border-top: 2px solid #fcfbfa;
  border-bottom: 2px solid #fcfbfa; }
  @media screen and (min-width: 1020px) {
    .site-nav,
    .footer-nav {
      display: -webkit-box !important;
      display: -webkit-flex !important;
      display: -ms-flexbox !important;
      display: flex !important; } }
  .site-nav .logo,
  .footer-nav .logo {
    display: none; }
  .site-nav ul,
  .footer-nav ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    height: 60px;
    list-style: none;
    padding: 0;
    margin: 0; }
    @media screen and (max-width: 768px) {
      .site-nav ul,
      .footer-nav ul {
        -webkit-justify-content: space-around;
            -ms-flex-pack: distribute;
                justify-content: space-around; } }
    .site-nav ul li,
    .footer-nav ul li {
      padding: 0 25px; }
      @media screen and (max-width: 768px) {
        .site-nav ul li,
        .footer-nav ul li {
          padding: 0; } }
      .site-nav ul li a,
      .footer-nav ul li a {
        font-size: 16px;
        color: #1a1612;
        text-decoration: none;
        -webkit-transition: all 200ms ease-in-out;
        -o-transition: all 200ms ease-in-out;
        transition: all 200ms ease-in-out; }
        .site-nav ul li a:hover,
        .footer-nav ul li a:hover {
          color: #cfa284; }
      .site-nav ul li.mob-mail,
      .footer-nav ul li.mob-mail {
        display: none; }

@media screen and (max-width: 640px) {
  .site-nav {
    display: none; }
    .site-nav ul {
      border: 0; } }

.footer-nav {
  padding: 0;
  height: 100%;
  border: 0; }
  .footer-nav ul {
    padding-right: 4em;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    border-top: 0;
    border-bottom: 0;
    width: 100%;
    height: 100%; }
    .footer-nav ul li {
      padding: 0 15px; }
  @media screen and (max-width: 1200px) {
    .footer-nav {
      padding: 1em 0; }
      .footer-nav ul {
        padding: 0; }
        .footer-nav ul li {
          padding: 0; } }
  @media screen and (max-width: 1020px) {
    .footer-nav {
      padding: 2em 15px 1em;
      height: auto; } }
  @media screen and (max-width: 576px) {
    .footer-nav ul {
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
      -webkit-box-pack: start;
      -webkit-justify-content: flex-start;
          -ms-flex-pack: start;
              justify-content: flex-start; }
      .footer-nav ul li {
        margin: 0 1em 2em; } }

.social-nav,
.agreement-nav {
  padding: 0; }
  .social-nav ul,
  .agreement-nav ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    height: 100%;
    list-style: none;
    padding: 0;
    margin: 0; }
    .social-nav ul li,
    .agreement-nav ul li {
      padding-left: 3em; }
      .social-nav ul li a,
      .agreement-nav ul li a {
        font-size: 16px;
        color: #4d4741;
        text-decoration: none;
        -webkit-transition: all 200ms ease-in-out;
        -o-transition: all 200ms ease-in-out;
        transition: all 200ms ease-in-out; }
        .social-nav ul li a:hover,
        .agreement-nav ul li a:hover {
          color: #cfa284; }
  @media screen and (max-width: 1020px) {
    .social-nav,
    .agreement-nav {
      padding: 1em 0 2em; }
      .social-nav ul,
      .agreement-nav ul {
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
            -ms-flex-pack: start;
                justify-content: flex-start; }
        .social-nav ul li,
        .agreement-nav ul li {
          padding-left: 0; }
          .social-nav ul li + li,
          .agreement-nav ul li + li {
            padding-left: 3em; } }
  @media screen and (max-width: 576px) {
    .social-nav ul,
    .agreement-nav ul {
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap; }
      .social-nav ul li,
      .agreement-nav ul li {
        margin: 0 1em 2em 0; }
        .social-nav ul li + li,
        .agreement-nav ul li + li {
          padding-left: 0; } }

@media screen and (max-width: 1200px) {
  .social-nav {
    padding: 1em 0; } }

@media screen and (max-width: 1020px) {
  .social-nav {
    padding: 1em 15px 1.5em; } }

.social-nav a {
  display: block;
  height: 24px;
  padding-left: 2.5em; }

.social-nav .mail-us {
  background: url(../img/icons/mail.svg) no-repeat left center; }

.social-nav .insta-us {
  background: url(../img/icons/instagram.svg) no-repeat left center; }

.agreement-nav ul {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start; }
  .agreement-nav ul li {
    padding-left: 2em; }
    @media screen and (max-width: 1020px) {
      .agreement-nav ul li {
        padding-left: 0; }
        .agreement-nav ul li + li {
          padding-left: 2em; } }
    @media screen and (max-width: 576px) {
      .agreement-nav ul li + li {
        padding-left: 0; } }

.breadcrumbs {
  padding-top: 4em; }
  .breadcrumbs ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .breadcrumbs ul li {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      font-size: 14px;
      line-height: 150%;
      color: #4d4741;
      font-family: "PT Sans Regular";
      color: #b58e73; }
      .breadcrumbs ul li a {
        font-size: 14px;
        line-height: 150%;
        color: #4d4741;
        font-family: "PT Sans Regular";
        color: #b58e73;
        text-decoration: none; }
      .breadcrumbs ul li:after {
        content: '/';
        display: block;
        padding: 0 5px;
        color: inherit; }
      .breadcrumbs ul li:last-child:after {
        display: none; }
  @media screen and (max-width: 576px) {
    .breadcrumbs {
      display: none; } }

.pagination {
  padding: 3em 0 1em; }
  .pagination ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .pagination ul li + li {
      margin-left: 10px; }
    .pagination ul li a, .pagination ul li.dot-space {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      width: 50px;
      height: 50px;
      border-width: 1px;
      border-style: solid;
      border-color: #f7f5f2;
      -webkit-border-radius: 50%;
              border-radius: 50%;
      font-size: calc( 16px + (20 - 16) * ((100vw - 320px) / (1920 - 320)));
      line-height: 120%;
      color: #1a1612;
      font-weight: bold;
      color: #b58e73;
      text-decoration: none;
      -webkit-transition: all 200ms ease-in-out;
      -o-transition: all 200ms ease-in-out;
      transition: all 200ms ease-in-out; }
      .pagination ul li a:hover, .pagination ul li.dot-space:hover {
        border-color: #cfa284; }
    .pagination ul li.dot-space:hover {
      border-color: #f7f5f2; }
    .pagination ul li.active a {
      background-color: #f7f5f2; }
      .pagination ul li.active a:hover {
        cursor: default;
        border-color: #f7f5f2; }
    .pagination ul li.prev a:before, .pagination ul li.next a:before {
      content: '';
      display: block;
      width: 50px;
      height: 20px;
      background: url(../img/icons/arrow.svg) no-repeat center; }
    .pagination ul li.prev a:before {
      -webkit-transform: rotate(180deg);
          -ms-transform: rotate(180deg);
              transform: rotate(180deg); }
  @media screen and (max-width: 480px) {
    .pagination ul li {
      display: none; }
      .pagination ul li.prev, .pagination ul li.next, .pagination ul li.dot-space, .pagination ul li.last, .pagination ul li:nth-child(2) {
        display: block; } }

.main-slider {
  padding-top: 10px;
  margin-bottom: 5em; }
  .main-slider .slide-info {
    padding: 3em 2em;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    background: #f7f5f2; }
    @media screen and (max-width: 1020px) {
      .main-slider .slide-info {
        padding: 1em 2em; } }
    .main-slider .slide-info:before, .main-slider .slide-info:after {
      content: '';
      width: 1px;
      height: 35px;
      display: block;
      background: #cfa284; }
      @media screen and (max-width: 1020px) {
        .main-slider .slide-info:before, .main-slider .slide-info:after {
          display: none; } }
    .main-slider .slide-info .author {
      margin-top: 1em;
      font-family: "PT Sans Regular";
      color: #4d4741;
      font-size: 16px; }
      .main-slider .slide-info .author .label {
        padding: 0.5em 0 1em;
        color: #cfa284;
        font-size: 12px;
        text-transform: uppercase;
        text-align: center; }
    .main-slider .slide-info .title {
      padding: 0.5em 0;
      font-size: calc( 24px + (32 - 24) * ((100vw - 320px) / (1920 - 320)));
      line-height: 120%;
      color: #1a1612;
      font-family: "Playfair Display Bold";
      text-align: center; }
    .main-slider .slide-info .desc {
      padding: 0.5em 0;
      font-family: "PT Sans Regular";
      color: #4d4741;
      font-size: 16px;
      text-align: center; }
    .main-slider .slide-info .detail-btn {
      margin: 2em 0;
      font-weight: 600; }
  .main-slider .bm-slide .image {
    position: relative;
    z-index: 1;
    max-width: 780px;
    padding-top: 43%;
    -webkit-background-size: cover;
            background-size: cover;
    background-position: center;
    background-repeat: no-repeat; }
    @media screen and (max-width: 1020px) {
      .main-slider .bm-slide .image {
        max-width: 825px;
        padding-top: 64%; } }
  @media screen and (max-width: 576px) {
    .main-slider .bm-slide .row {
      margin: 0 10px; } }

.lection-slider .slick-arrow {
  top: 47%;
  -webkit-transform: translateY(-47%);
      -ms-transform: translateY(-47%);
          transform: translateY(-47%); }

.lection-slider .slick-arrow.slick-next {
  right: 0; }

.lection-slider .slick-arrow.slick-prev {
  left: 0; }

.lection-slider .slick-track {
  padding: 3em 0; }

.lection-slider .lection-item {
  margin: 0 10px;
  -webkit-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out; }
  .lection-slider .lection-item .image {
    padding-top: 72.195%;
    max-width: 380px;
    position: relative;
    overflow: hidden;
    -webkit-border-radius: 5px 5px 0 0;
            border-radius: 5px 5px 0 0; }
    .lection-slider .lection-item .image img {
      max-width: 380px;
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0; }
  .lection-slider .lection-item .about {
    padding: 1.5em;
    margin-top: -1px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    min-height: 300px;
    background: #ffffff;
    border: 1px solid #edebe8;
    -webkit-border-radius: 0 0 5px 5px;
            border-radius: 0 0 5px 5px; }
  .lection-slider .lection-item .author {
    margin-bottom: 10px;
    font-size: calc( 16px + (16 - 16) * ((100vw - 320px) / (1920 - 320)));
    line-height: 150%;
    color: #4d4741;
    font-family: "PT Sans Regular"; }
    .lection-slider .lection-item .author .label {
      margin-bottom: 10px;
      font-size: 12px;
      line-height: 16px;
      letter-spacing: 0.1em;
      text-decoration: none;
      text-transform: uppercase;
      color: #cfa284;
      font-weight: 600; }
  .lection-slider .lection-item .title {
    margin-bottom: 15px;
    font-size: calc( 20px + (22 - 20) * ((100vw - 320px) / (1920 - 320)));
    line-height: 130%;
    color: #1a1612;
    font-weight: bold; }
  .lection-slider .lection-item .excerpt {
    max-height: 72px;
    overflow: hidden;
    font-size: calc( 16px + (16 - 16) * ((100vw - 320px) / (1920 - 320)));
    line-height: 150%;
    color: #4d4741;
    font-family: "PT Sans Regular"; }
    @media screen and (max-width: 576px) {
      .lection-slider .lection-item .excerpt {
        max-height: 100%; } }
  .lection-slider .lection-item .inner-bottom {
    margin-top: auto;
    margin-bottom: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
    .lection-slider .lection-item .inner-bottom .price {
      font-size: calc( 16px + (20 - 16) * ((100vw - 320px) / (1920 - 320)));
      line-height: 120%;
      color: #1a1612;
      font-weight: bold;
      color: #cfa284; }
    .lection-slider .lection-item .inner-bottom .detail-btn {
      max-width: 130px;
      border-width: 0;
      font-weight: 600; }
  .lection-slider .lection-item:hover {
    -webkit-box-shadow: 0 0 30px -10px rgba(0, 0, 0, 0.1);
            box-shadow: 0 0 30px -10px rgba(0, 0, 0, 0.1); }

@media screen and (max-width: 576px) {
  .lection-slider .slick-track {
    padding: 3em 0 1em; }
  .lection-slider .lection-item {
    max-width: 380px; } }

@media screen and (max-width: 380px) {
  .lection-slider .lection-item {
    max-width: 100%; } }

.slick-arrow {
  width: 50px;
  height: 50px;
  border-width: 1px;
  border-style: solid;
  border-color: #f7f5f2;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  -webkit-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  z-index: 10;
  background: #ffffff; }
  .slick-arrow:hover, .slick-arrow:focus {
    border-color: #cfa284;
    background: #ffffff; }
  .slick-arrow:before {
    content: '';
    display: block;
    width: 50px;
    height: 20px;
    background: url(../img/icons/arrow.svg) no-repeat center; }
  .slick-arrow.slick-prev {
    left: -12px; }
    .slick-arrow.slick-prev:before {
      -webkit-transform: rotate(180deg);
          -ms-transform: rotate(180deg);
              transform: rotate(180deg); }
  .slick-arrow.slick-next {
    right: -12px; }
  @media screen and (max-width: 768px) {
    .slick-arrow.slick-prev {
      left: 5px; }
    .slick-arrow.slick-next {
      right: 5px; } }

.slick-dots {
  bottom: -35px;
  margin-left: -15px; }
  .slick-dots li {
    margin: 0 10px;
    height: 10px;
    width: 10px;
    -webkit-border-radius: 50%;
            border-radius: 50%;
    background: #edebe8; }
    .slick-dots li button:before {
      content: ''; }
    .slick-dots li.slick-active {
      background: #cfa284; }

.photo-slider {
  margin: 5em 0 2em; }
  .photo-slider .photo {
    margin: 0 10px; }
    .photo-slider .photo img {
      width: 100%;
      max-width: 100%; }
  .photo-slider .slick-arrow.slick-prev {
    left: 0; }
  .photo-slider .slick-arrow.slick-next {
    right: 0; }

.accordeon.container {
  padding: 0 15px 80px; }
  @media screen and (max-width: 576px) {
    .accordeon.container {
      padding: 2em 0 4em;
      max-width: 100%; } }

.accordeon-items {
  padding: 0;
  margin: 0 15px;
  border: 1px solid #edebe8;
  -webkit-border-radius: 5px;
          border-radius: 5px; }
  @media screen and (max-width: 576px) {
    .accordeon-items {
      -webkit-border-radius: 0;
              border-radius: 0; } }
  .accordeon-items .item:not(:last-child) {
    border-bottom: 1px solid #edebe8; }
  .accordeon-items .item {
    padding: 30px 25px 30px 6%;
    cursor: pointer; }
    .accordeon-items .item .head {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
              justify-content: space-between;
      max-height: 100px;
      font-size: calc( 22px + (24 - 22) * ((100vw - 320px) / (1920 - 320)));
      line-height: 130%;
      color: #1a1612;
      font-weight: bold; }
      .accordeon-items .item .head h3 {
        margin: 0;
        font-size: calc( 22px + (24 - 22) * ((100vw - 320px) / (1920 - 320)));
        line-height: 130%;
        color: #1a1612;
        font-weight: bold; }
      .accordeon-items .item .head .trigger {
        width: 40px;
        min-width: 40px;
        height: 40px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
            -ms-flex-pack: center;
                justify-content: center; }
        .accordeon-items .item .head .trigger:before {
          content: '';
          display: block;
          -webkit-transform: rotate(45deg);
              -ms-transform: rotate(45deg);
                  transform: rotate(45deg);
          width: 12px;
          height: 12px;
          border-right: 2px solid #cfa284;
          border-bottom: 2px solid #cfa284;
          -webkit-transition: all 200ms ease-in-out;
          -o-transition: all 200ms ease-in-out;
          transition: all 200ms ease-in-out; }
    .accordeon-items .item .content {
      padding-top: 35px;
      display: none;
      font-size: calc( 16px + (18 - 16) * ((100vw - 320px) / (1920 - 320)));
      line-height: 150%;
      color: #4d4741;
      font-family: "PT Sans Regular"; }
    .accordeon-items .item.active .head .trigger:before {
      -webkit-transform: rotate(-135deg);
          -ms-transform: rotate(-135deg);
              transform: rotate(-135deg); }

.tabs .tabs-caption {
  margin-bottom: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .tabs .tabs-caption li {
    padding: 0 20px;
    margin: 0 5px 15px;
    height: 40px;
    line-height: 2.4;
    font-size: 16px;
    color: #1a1612;
    text-align: center;
    -webkit-border-radius: 50px;
            border-radius: 50px;
    cursor: pointer;
    -webkit-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out; }
    .tabs .tabs-caption li.active {
      color: #cfa284;
      background: #f7f5f2; }

.tabs .tabs-content {
  display: none; }
  .tabs .tabs-content.active {
    display: block; }

.white-popup {
  padding: 35px;
  margin: 0 auto;
  position: relative;
  width: 95%;
  max-width: 1080px;
  background: #fff;
  -webkit-border-radius: 5px;
          border-radius: 5px;
  font-size: calc( 16px + (16 - 16) * ((100vw - 320px) / (1920 - 320)));
  line-height: 150%;
  color: #4d4741;
  font-family: "PT Sans Regular"; }
  @media screen and (max-width: 576px) {
    .white-popup {
      padding: 25px; } }
  .white-popup .mfp-close {
    opacity: 1;
    font-size: 0;
    background: url(../img/cancel.svg) no-repeat center;
    -webkit-background-size: 16px 16px;
            background-size: 16px; }
  .white-popup .header {
    padding-bottom: 15px; }
    .white-popup .header .date {
      padding-bottom: 10px;
      font-size: 12px;
      line-height: 16px;
      letter-spacing: 0.1em;
      text-decoration: none;
      text-transform: uppercase;
      color: #cfa284; }
    .white-popup .header .author {
      font-size: calc( 16px + (20 - 16) * ((100vw - 320px) / (1920 - 320)));
      line-height: 120%;
      color: #1a1612;
      font-weight: bold; }
  .white-popup p {
    margin: 0;
    padding-bottom: 15px; }
    .white-popup p:last-of-type {
      padding-bottom: 0; }

.mfp-animation .zoom-anim-dialog {
  opacity: 0;
  -webkit-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  -webkit-transform: translateY(-20px) perspective(600px) rotateX(10deg);
          transform: translateY(-20px) perspective(600px) rotateX(10deg); }

.mfp-animation.mfp-ready .zoom-anim-dialog {
  opacity: 1;
  -webkit-transform: translateY(0) perspective(600px) rotateX(0);
          transform: translateY(0) perspective(600px) rotateX(0); }

.mfp-animation.mfp-removing .zoom-anim-dialog {
  opacity: 0;
  -webkit-transform: translateY(-10px) perspective(600px) rotateX(10deg);
          transform: translateY(-10px) perspective(600px) rotateX(10deg); }

.mfp-animation.mfp-bg {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-out;
  -o-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out; }

.mfp-animation.mfp-ready.mfp-bg {
  opacity: 0.8; }

.mfp-animation.mfp-removing.mfp-bg {
  opacity: 0; }

form .fields-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  @media screen and (max-width: 768px) {
    form .fields-row {
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap; } }

form .input-field {
  padding: 10px;
  width: 100%;
  text-align: left; }
  form .input-field label {
    margin-bottom: 10px;
    display: inline-block;
    font-size: 16px;
    font-family: "PT Sans Regular"; }
    form .input-field label abbr {
      color: #cfa284; }
  form .input-field input:not([type='submit']) {
    padding-left: 15px;
    width: 100%;
    height: 50px;
    border-width: 1px;
    border-style: solid;
    border-color: #e6e6e6;
    -webkit-border-radius: 5px;
            border-radius: 5px;
    background: #ffffff;
    color: #1a1612;
    font-size: 18px;
    font-family: "PT Sans Regular"; }
    form .input-field input:not([type='submit']):focus, form .input-field input:not([type='submit']):hover {
      border-color: #cfa284; }
  form .input-field textarea {
    padding-top: 15px;
    padding-left: 15px;
    width: 100%;
    height: 100px;
    border-width: 1px;
    border-style: solid;
    border-color: #e6e6e6;
    -webkit-border-radius: 5px;
            border-radius: 5px;
    background: #ffffff;
    color: #1a1612;
    font-size: 18px;
    font-family: "PT Sans Regular"; }
    form .input-field textarea:focus, form .input-field textarea:hover {
      border-color: #cfa284; }
  form .input-field .check-boxes {
    padding: 10px 0; }
    form .input-field .check-boxes .item input {
      position: absolute;
      left: -9999px; }
      form .input-field .check-boxes .item input + label {
        padding-left: 25px;
        font-size: 18px;
        color: #1a1612;
        font-family: "PT Sans Regular";
        cursor: pointer;
        background: url(../img/radio.png) no-repeat 0 5px; }
      form .input-field .check-boxes .item input:checked + label {
        background-position: 0 -129px; }
    form .input-field .check-boxes .item input[type='checkbox'] + label {
      padding-left: 30px;
      font-size: calc( 16px + (16 - 16) * ((100vw - 320px) / (1920 - 320)));
      line-height: 150%;
      color: #4d4741;
      font-family: "PT Sans Regular";
      background: url(../img/checkbox.png) no-repeat 0 5px; }
      form .input-field .check-boxes .item input[type='checkbox'] + label a {
        font-size: calc( 16px + (16 - 16) * ((100vw - 320px) / (1920 - 320)));
        line-height: 150%;
        color: #4d4741;
        font-family: "PT Sans Regular"; }
    form .input-field .check-boxes .item input[type='checkbox']:checked + label {
      background-position: 0 -129px; }
  form .input-field.submit-button {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end; }
    @media screen and (max-width: 768px) {
      form .input-field.submit-button {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
            -ms-flex-pack: center;
                justify-content: center; } }
  form .input-field .buttons[type='submit'] {
    -webkit-border-radius: 25px;
            border-radius: 25px;
    font-size: 12px; }

/*======================================
  Selectric v1.13.0
======================================*/
.selectric-wrapper {
  position: relative;
  cursor: pointer; }

.selectric-responsive {
  width: 100%; }

.selectric {
  border: 1px solid #ddd;
  -webkit-border-radius: 0px;
          border-radius: 0px;
  background: #f8f8f8;
  position: relative;
  overflow: hidden; }

.selectric .label {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  margin: 0 38px 0 10px;
  font-size: 12px;
  line-height: 38px;
  color: #444;
  height: 38px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.selectric .button {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 38px;
  height: 38px;
  line-height: 38px;
  background-color: #f8f8f8;
  color: #bbb;
  text-align: center;
  font: 0/0 a;
  *font: 20px/38px Lucida Sans Unicode, Arial Unicode MS, Arial; }

.selectric .button:after {
  content: ' ';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 0;
  height: 0;
  border: 4px solid transparent;
  border-top-color: #bbb;
  border-bottom: none; }

.selectric-focus .selectric {
  border-color: #aaaaaa; }

.selectric-hover .selectric {
  border-color: #c4c4c4; }

.selectric-hover .selectric .button {
  color: #a2a2a2; }

.selectric-hover .selectric .button:after {
  border-top-color: #a2a2a2; }

.selectric-open {
  z-index: 9999; }

.selectric-open .selectric {
  border-color: #c4c4c4; }

.selectric-open .selectric-items {
  display: block; }

.selectric-disabled {
  filter: alpha(opacity=50);
  opacity: 0.5;
  cursor: default;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.selectric-hide-select {
  position: relative;
  overflow: hidden;
  width: 0;
  height: 0; }

.selectric-hide-select select {
  position: absolute;
  left: -100%; }

.selectric-hide-select.selectric-is-native {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 10; }

.selectric-hide-select.selectric-is-native select {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  border: none;
  z-index: 1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  opacity: 0; }

.selectric-input {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  margin: 0 !important;
  padding: 0 !important;
  width: 1px !important;
  height: 1px !important;
  outline: none !important;
  border: none !important;
  *font: 0/0 a !important;
  background: none !important; }

.selectric-temp-show {
  position: absolute !important;
  visibility: hidden !important;
  display: block !important; }

/* Items box */
.selectric-items {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: #f8f8f8;
  border: 1px solid #c4c4c4;
  z-index: -1;
  -webkit-box-shadow: 0 0 10px -6px;
          box-shadow: 0 0 10px -6px; }

.selectric-items .selectric-scroll {
  height: 100%;
  overflow: auto; }

.selectric-above .selectric-items {
  top: auto;
  bottom: 100%; }

.selectric-items ul,
.selectric-items li {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 12px;
  line-height: 20px;
  min-height: 20px; }

.selectric-items li {
  display: block;
  padding: 10px;
  color: #666;
  cursor: pointer; }

.selectric-items li.selected {
  background: #e0e0e0;
  color: #444; }

.selectric-items li.highlighted {
  background: #d0d0d0;
  color: #444; }

.selectric-items li:hover {
  background: #d5d5d5;
  color: #444; }

.selectric-items .disabled {
  filter: alpha(opacity=50);
  opacity: 0.5;
  cursor: default !important;
  background: none !important;
  color: #666 !important;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.selectric-items .selectric-group .selectric-group-label {
  font-weight: bold;
  padding-left: 10px;
  cursor: default;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background: none;
  color: #444; }

.selectric-items .selectric-group.disabled li {
  filter: alpha(opacity=100);
  opacity: 1; }

.selectric-items .selectric-group li {
  padding-left: 25px; }

.selectric {
  border-width: 1px;
  border-style: solid;
  border-color: #e6e6e6;
  -webkit-border-radius: 5px;
          border-radius: 5px;
  background: #ffffff; }
  .selectric:hover {
    border-color: #cfa284; }
  .selectric .label {
    height: 50px;
    color: #1a1612;
    font-size: 18px;
    font-family: "PT Sans Regular";
    line-height: 2.75; }
  .selectric .button {
    width: 50px;
    height: 50px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    line-height: 38px;
    background-color: #ffffff; }
    .selectric .button:after {
      display: none; }
    .selectric .button:before {
      content: '';
      display: block;
      width: 10px;
      height: 10px;
      background: url(../img/select-i.svg) no-repeat center; }

.selectric-items {
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 1px solid #cfa284;
  background: #fff; }
  .selectric-items .selectric-scroll {
    padding-top: 3px;
    border-top: 0;
    -webkit-border-radius: 0 0 5px 5px;
            border-radius: 0 0 5px 5px; }
  .selectric-items li {
    padding: 0 10px;
    min-height: 50px;
    color: #1a1612;
    font-size: 18px;
    line-height: 2.7;
    font-family: "PT Sans Regular";
    background: #ffffff; }
    .selectric-items li:hover, .selectric-items li.highlighted {
      color: #cfa284;
      background: #ffffff; }

.selectric-open.selectric-above .selectric {
  border-color: #cfa284;
  border-top: 0;
  -webkit-border-radius: 0 0 5px 5px;
          border-radius: 0 0 5px 5px; }

.selectric-open.selectric-above .selectric-items {
  margin-bottom: -5px;
  -webkit-border-radius: 5px 5px 0 0;
          border-radius: 5px 5px 0 0; }

.selectric-open.selectric-below .selectric {
  border-color: #cfa284;
  border-bottom: 0;
  -webkit-border-radius: 5px 5px 0 0;
          border-radius: 5px 5px 0 0; }

.selectric-open.selectric-below .selectric-items {
  margin-top: -5px;
  -webkit-border-radius: 0 0 5px 5px;
          border-radius: 0 0 5px 5px; }

input {
  border: none;
  outline: none;
  -webkit-appearance: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0;
          border-radius: 0; }

textarea {
  outline: none;
  resize: none; }

input[type='submit'] {
  cursor: pointer; }

input:-webkit-input-placeholder,
textarea:-webkit-input-placeholder {
  color: rgba(81, 81, 81, 0.5); }

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: rgba(81, 81, 81, 0.5); }

input:-moz-placeholder,
textarea:-moz-placeholder {
  color: rgba(81, 81, 81, 0.5); }

input::-moz-placeholder,
textarea::-moz-placeholder {
  color: rgba(81, 81, 81, 0.5);
  opacity: 1; }

input.placeholder,
textarea.placeholder {
  color: rgba(81, 81, 81, 0.5); }

input:focus:-moz-placeholder,
textarea:focus:-moz-placeholder {
  color: transparent !important;
  opacity: 1; }

input:focus::-moz-placeholder,
textarea:focus::-moz-placeholder {
  color: transparent !important; }

input:focus:-ms-input-placeholder,
textarea:focus:-ms-input-placeholder {
  color: transparent !important;
  opacity: 1; }

input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
  color: transparent !important; }

input.placeholder:focus,
textarea.placeholder:focus {
  color: transparent !important; }

input:focus,
textarea:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none; }

input[type='submit']:-moz-focus-inner {
  border: 0; }

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

main {
  position: relative;
  z-index: 1;
  width: 100%;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  -webkit-flex: 1 0 auto;
          flex: 1 0 auto; }

section.page {
  padding: 0 0 6em;
  background: none; }
  section.page .head {
    padding-bottom: 1em; }

section.text-page {
  padding-top: 3em; }
  section.text-page ul li:before {
    margin: 10px;
    content: '';
    float: left;
    width: 8px;
    height: 8px;
    -webkit-border-radius: 50%;
            border-radius: 50%;
    background: #cfa284; }
  section.text-page p,
  section.text-page li {
    margin: 0;
    padding-bottom: 1em;
    font-size: calc( 16px + (18 - 16) * ((100vw - 320px) / (1920 - 320)));
    line-height: 150%;
    color: #4d4741;
    font-family: "PT Sans Regular"; }

.sorry-text {
  padding-top: 3em;
  text-align: center; }

img {
  max-width: 100%; }

@media (max-width: 576px) {
  .container {
    max-width: 95%; } }

.main blockquote {
  padding: 1em 0; }
  .main blockquote p {
    font-size: calc( 16px + (24 - 16) * ((100vw - 320px) / (1920 - 320)));
    line-height: 150%;
    color: #cfa284;
    font-family: "Playfair Display Italic"; }

.main h1,
.main h2 {
  font-size: calc( 24px + (44 - 24) * ((100vw - 320px) / (1920 - 320)));
  line-height: 120%;
  color: #1a1612;
  font-family: "Playfair Display Bold"; }
  .main h1 span,
  .main h2 span {
    color: #cfa284; }
  .main h1 hr,
  .main h2 hr {
    padding: 0;
    margin: 0;
    border: 0;
    background: transparent;
    color: transparent; }
    @media screen and (max-width: 768px) {
      .main h1 hr,
      .main h2 hr {
        display: none; } }

.main .look-all .detail-btn {
  max-width: 220px;
  height: 50px;
  font-weight: 600; }
/*=== Лекции - блок с тарифами ===*/
.popap {
	display:none;
	position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    background: rgba(0,0,0,0.2);
    align-items: center;
    justify-content: center;
}
.sign-up-box {
	float:left;
}
.sign-up-box .item {
	float: left;
    width: 100%;
    font-size: 20px;
    line-height: 1.2;
    font-weight: bold;
    margin-bottom: 20px;
}
.sign-up-box .item .name {
	float: left;
    color: #4D4741;
}
.sign-up-box .item .price {
	float: right;
    color: #CFA284;
}
.sign-up-box .item > a {
	clear: both;
    display: inline-block;
    float: left;
    margin-top: 5px;
    color: #77706A;
    font-size: 16px;
    font-weight: normal;
}
.sign-up-box .item > a:hover {
	text-decoration:none;
}
.sign-up-box .form {
	clear: both;
	margin:10px 0;
	float: left;
    width: 100%;
}
.sign-up-box .form .name {
	font-size: 16px;
    line-height: 1.6;
    margin-bottom: 8px;
    color: #4D4741;
} 
.sign-up-box .form .selectric-wrapper {
	width: 50%;
    float: left;
}
.sign-up-box .form .buttons.cta-btn {
	max-width: 45%;
    float: right;
    box-sizing: border-box;
    min-width: auto;
}
.sign-up-box .window-popap {
	    background: #fff;
    box-sizing: border-box;
    position: relative;
    border-radius: 5px;
    max-width: 570px;
}
.sign-up-box .window-popap a.close-popap {
	    position: absolute;
    top: 25px;
    right: 20px;
    width: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.sign-up-box .window-popap .content {
	padding: 50px;
    padding-bottom: 30px;
}
.sign-up-box .window-popap .title {
	    font-size: 20px;
    line-height: 1.2;
    text-align: center;
    margin: 20px 0 40px;
}
.sign-up-box .window-popap .list.list-no {
	color:#C8C8C8;
}
.sign-up-box .window-popap .list {
	font-size: 16px;
    line-height: 1.5;
    color: #4D4741;
    font-weight: normal;
}
.sign-up-box .window-popap .list li {
	    position: relative;
    padding-left: 40px;
    margin-bottom: 15px;
}
.sign-up-box .window-popap .list.list-ok li:before {
	background-image:url(../img/li-ok.png);
}
.sign-up-box .window-popap .list.list-no li:before {
	background-image:url(../img/li-no.png);
}
.sign-up-box .window-popap .list li:before {
	content: '';
    width: 20px;
    height: 20px;
    display: block;
    position: absolute;
    top: 5px;
    left: 0;
    background-size: 100%;
    background-position: center;
}
.sign-up-box .window-popap .price {
	    width: 100%;
    background: #F7F5F2;
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-left: 50px;
    color: #4D4741;
    font-size: 16px;
    line-height: 1.2;
}
.sign-up-box .window-popap .price span {
	color: #CFA284;
    font-size: 20px;
}
.spec-profile .profile-card, .lection-profile .profile-card {
	overflow:visible;
}
@media screen and (max-width: 640px) {
	.sign-up-box .window-popap {
		max-width: 95%;
	}
	.sign-up-box .window-popap .content {
		padding: 30px;
		text-align: left;
	}
	.sign-up-box .window-popap .title {
		margin: 30px 0;
	}
	.sign-up-box .window-popap .price {
		padding: 15px;
	}
	.sign-up-box .window-popap .price span {
		margin: 0 15px;
		white-space: nowrap;
	}
	.sign-up-box .window-popap .price .buttons.cta-btn {
		min-width: auto;
		padding: 15px;
	}
}
@media screen and (max-width: 1020px) {
	.sign-up-box .form {
		text-align:left;
	}
	.sign-up-box .form .selectric-wrapper {
		width: 100%;
		margin-bottom: 20px;
	}
	.sign-up-box .form .buttons.cta-btn {
		width: 100%;
		max-width: 100%;
	}
}
/*=== Лекции - блок с тарифами ===*/