@import url("https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,300;0,700;1,300;1,700&display=swap");
html, body, div, span, applet, object, iframe, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
  font-family: 'Nunito', sans-serif; }

:root {
  --blue-g: linear-gradient(45deg, rgba(0, 124, 255, 1) 0%, rgba(0, 94, 192, 1) 100%);
  --yellow-g: linear-gradient(90deg, rgba(194, 84, 33, 1) 0%, rgba(255, 210, 109, 1) 100%);
  --yellow-hover: linear-gradient(270deg, rgba(194, 84, 33, 1) 0%, rgba(255, 210, 109, 1) 100%);
  --text-tb: #201444;
  --text-ty: #c25421;
  --text-r: rgba(61, 58, 81, 1);
  --text-border: #4d5584;
  --contact: #ffd26d;
  --footer-t: #f9a020;
  --footer-b: #fff26d;
  --yellow-w: #fcf8e5;
  --white: #ffffff;
  --header-border:rgba(0, 124, 255, 1);
  --hh: 80px;
  --max-w: 1180px;
  --pd-60: 60px;
  --m100: 100px;
  --m80: 80px;
  --m70: 70px;
  --m60: 60px;
  --m50: 50px;
  --m40: 40px;
  --m30: 30px;
  --m20: 20px;
  --m15: 15px;
  --btn: 160px; }

@media only screen and (max-width: 1440px) {
  :root {
    --pd-60: 40px;
    --m100: 80px;
    --m80: 70px;
    --m70: 60px;
    --m60: 50px;
    --m50: 40px;
    --m40: 30px;
    --m30: 25px; } }

@media only screen and (max-width: 1180px) {
  :root {
    --hh: 70px;
    --pd-60: 30px;
    --m80: 60px; } }

@media only screen and (max-width: 979px) {
  :root {
    --hh: 60px;
    --m80: 50px;
    --m60: 40px;
    --m30: 20px;
    --m15: 10px; } }

@media only screen and (max-width: 767px) {
  :root {
    --hh: 50px;
    --pd-60: 20px;
    --m50: 30px;
    --m20: 15px; } }

@media only screen and (max-width: 479px) {
  :root {
    --pd-60: 15px;
    --btn: 146px; } }

@media only screen and (max-width: 370px) {
  :root {
    --pd-60: 12px; } }

/* NEW MIXIN */
html, body, div, span, applet, object, iframe, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
  border: 0;
  font-family: inherit;
  font-style: inherit;
  font-weight: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline; }

div, span, ul, li, header, footer, section, article, a, h1, h2, h3, h4 {
  width: auto;
  height: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px; }

ul li a,
ul li ul li a,
ul li a:hover,
ul li ul li a:hover,
a:after,
a {
  opacity: 1;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  text-decoration: none; }

h1, h2, h3, h4, h5, h6 {
  clear: both; }

body {
  background-color: var(--grey-w);
  -webkit-animation: body-opacity-change 0.5s ease-in-out 0.5s forwards;
          animation: body-opacity-change 0.5s ease-in-out 0.5s forwards;
  opacity: 0; }

@-webkit-keyframes body-opacity-change {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes body-opacity-change {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

.hover {
  opacity: 1;
  opacity: 1;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s; }

.body-overflow {
  overflow: hidden; }

.text-tb {
  color: var(--text-tb); }

.text-ty {
  color: var(--text-ty); }

.text-r {
  color: var(--text-r); }

.footer-t {
  color: var(--footer-t); }

.footer-b {
  color: var(--footer-b); }

.contact {
  color: var(--contact); }

.white {
  color: var(--white); }

.pd-60 {
  padding: 0px var(--pd-60) 0px var(--pd-60); }

.mt-100 {
  margin-top: var(--m100); }

.mt-80 {
  margin-top: var(--m80); }

.mb-80 {
  margin-bottom: var(--m80); }

.mt-50 {
  margin-top: var(--m50); }

.mb-50 {
  margin-bottom: var(--m50); }

.mb-40 {
  margin-bottom: var(--m40); }

.mt-30 {
  margin-top: var(--m30); }

.mb-30 {
  margin-bottom: var(--m30); }

.mt-20 {
  margin-top: var(--m20); }

.mb-20 {
  margin-bottom: var(--m20); }

.opacity {
  opacity: 0; }

/*****************************************************************************/
/*                                Fonts                                      */
/*****************************************************************************/
h1.size-55 {
  font-family: "Nunito";
  font-size: 55px;
  line-height: 120%;
  letter-spacing: 0.5px; }
  @media screen and (max-width: 1180px) {
    h1.size-55 {
      font-family: "Nunito";
      font-size: 44px;
      line-height: 120%;
      letter-spacing: 0.5px; } }
  @media screen and (max-width: 979px) {
    h1.size-55 {
      font-family: "Nunito";
      font-size: 36px;
      line-height: 120%;
      letter-spacing: 0.5px; } }
  @media screen and (max-width: 767px) {
    h1.size-55 {
      font-family: "Nunito";
      font-size: 32px;
      line-height: 120%;
      letter-spacing: 0.5px; } }

h1.size-50 {
  font-family: "Nunito";
  font-size: 50px;
  line-height: 120%;
  letter-spacing: 0.5px; }
  @media screen and (max-width: 1180px) {
    h1.size-50 {
      font-family: "Nunito";
      font-size: 42px;
      line-height: 120%;
      letter-spacing: 0.5px; } }
  @media screen and (max-width: 979px) {
    h1.size-50 {
      font-family: "Nunito";
      font-size: 34px;
      line-height: 120%;
      letter-spacing: 0.5px; } }
  @media screen and (max-width: 767px) {
    h1.size-50 {
      font-family: "Nunito";
      font-size: 30px;
      line-height: 120%;
      letter-spacing: 0.5px; } }

.weight-300 {
  font-weight: 300; }

.weight-700 {
  font-weight: 700; }

.text-20 {
  font-family: "Nunito";
  font-size: 20px;
  line-height: 120%;
  letter-spacing: 0.1px; }
  @media screen and (max-width: 1180px) {
    .text-20 {
      font-family: "Nunito";
      font-size: 20px;
      line-height: 120%;
      letter-spacing: 0.1px; } }
  @media screen and (max-width: 979px) {
    .text-20 {
      font-family: "Nunito";
      font-size: 19px;
      line-height: 120%;
      letter-spacing: 0.1px; } }
  @media screen and (max-width: 767px) {
    .text-20 {
      font-family: "Nunito";
      font-size: 18px;
      line-height: 120%;
      letter-spacing: 0.1px; } }

.text-18 {
  font-family: "Nunito";
  font-size: 18px;
  line-height: 150%;
  letter-spacing: 0.1px; }
  @media screen and (max-width: 1180px) {
    .text-18 {
      font-family: "Nunito";
      font-size: 18px;
      line-height: 150%;
      letter-spacing: 0.1px; } }
  @media screen and (max-width: 979px) {
    .text-18 {
      font-family: "Nunito";
      font-size: 17px;
      line-height: 150%;
      letter-spacing: 0.1px; } }
  @media screen and (max-width: 767px) {
    .text-18 {
      font-family: "Nunito";
      font-size: 17px;
      line-height: 150%;
      letter-spacing: 0.1px; } }

.text-16 {
  font-family: "Nunito";
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0.1px; }
  @media screen and (max-width: 1180px) {
    .text-16 {
      font-family: "Nunito";
      font-size: 16px;
      line-height: 150%;
      letter-spacing: 0.1px; } }
  @media screen and (max-width: 979px) {
    .text-16 {
      font-family: "Nunito";
      font-size: 16px;
      line-height: 150%;
      letter-spacing: 0.1px; } }
  @media screen and (max-width: 767px) {
    .text-16 {
      font-family: "Nunito";
      font-size: 16px;
      line-height: 150%;
      letter-spacing: 0.1px; } }

.fs-16 {
  font-size: 16px; }
  @media screen and (max-width: 979px) {
    .fs-16 {
      font-size: 15px; } }
  @media screen and (max-width: 767px) {
    .fs-16 {
      font-size: 14px; } }

input[type=submit] {
  width: auto;
  height: 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;
  font-family: "Nunito";
  font-size: 18px;
  line-height: 100%;
  letter-spacing: 0.5px;
  color: var(--white);
  background: var(--yellow-g);
  text-align: center;
  border-radius: 80px;
  border: none;
  padding: 18px 30px 16px 30px;
  margin: 0px 0px 0px 0px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
  opacity: 1;
  -webkit-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-box-shadow: -2px 3px 0px rgba(32, 20, 68, 0.3);
          box-shadow: -2px 3px 0px rgba(32, 20, 68, 0.3);
  z-index: 40; }
  input[type=submit]:hover {
    color: var(--white);
    background: var(--yellow-hover);
    opacity: 1;
    -webkit-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-duration: 0.5s; }

input[type=submit] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

.wpcf7 {
  width: auto;
  height: auto;
  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-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }
  @media only screen and (max-width: 479px) {
    .wpcf7 {
      width: 100%; } }
  .wpcf7 .screen-reader-response {
    display: none; }
  .wpcf7 form {
    width: 100%;
    max-width: 740px;
    height: auto;
    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-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
    @media only screen and (max-width: 979px) {
      .wpcf7 form {
        max-width: 979px; } }
    .wpcf7 form p {
      width: 100%;
      height: auto;
      max-height: 280px;
      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-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
      padding: 0px 0px 0px 0px;
      margin: 0px 0px 0px 0px; }
      .wpcf7 form p .wpcf7-form-control-wrap {
        width: calc( 50% - 20px);
        height: auto;
        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: 10px 20px 10px 0px; }
        .wpcf7 form p .wpcf7-form-control-wrap input {
          width: 100%;
          height: 50px;
          display: block;
          font-family: "Nunito";
          font-size: 16px;
          line-height: 100%;
          letter-spacing: 0.5px;
          color: var(--text-tb);
          background-color: var(--white);
          padding: 15px 20px 13px 20px;
          outline: none;
          border: solid 2px #6ec1ff;
          border-radius: 30px;
          -webkit-box-sizing: border-box;
                  box-sizing: border-box; }
          @media screen and (max-width: 767px) {
            .wpcf7 form p .wpcf7-form-control-wrap input {
              font-family: "Nunito";
              font-size: 16px;
              line-height: 100%;
              letter-spacing: 0.5px; } }
        .wpcf7 form p .wpcf7-form-control-wrap textarea {
          width: 100%;
          height: 100px;
          display: block;
          font-family: "Nunito";
          font-size: 16px;
          line-height: 100%;
          letter-spacing: 0.5px;
          color: var(--text-tb);
          background-color: var(--white);
          padding: 15px 20px 13px 20px;
          outline: none;
          border: solid 2px #6ec1ff;
          border-radius: 30px;
          -webkit-box-sizing: border-box;
                  box-sizing: border-box; }
          @media screen and (max-width: 767px) {
            .wpcf7 form p .wpcf7-form-control-wrap textarea {
              font-family: "Nunito";
              font-size: 16px;
              line-height: 100%;
              letter-spacing: 0.5px; } }
        .wpcf7 form p .wpcf7-form-control-wrap textarea,
        .wpcf7 form p .wpcf7-form-control-wrap input {
          -webkit-appearance: none;
          -moz-appearance: none;
          appearance: none; }
        .wpcf7 form p .wpcf7-form-control-wrap .wpcf7-not-valid-tip {
          margin: 10px 0px 10px 0px;
          font-family: "Nunito";
          font-size: 16px;
          line-height: 100%;
          letter-spacing: 0.5px;
          color: var(--text-tb); }
          @media only screen and (max-width: 767px) {
            .wpcf7 form p .wpcf7-form-control-wrap .wpcf7-not-valid-tip {
              font-family: "Nunito";
              font-size: 16px;
              line-height: 100%;
              letter-spacing: 0.5px; } }
      .wpcf7 form p span[data-name="email-69"] input {
        border-radius: 30px 30px 0px 30px; }
      .wpcf7 form p span[data-name="textarea-222"] textarea {
        border-radius: 30px 0px 30px 30px; }
      .wpcf7 form p span[data-name="tel-777"] {
        margin: 10px 0px 10px 20px;
        border-radius: 0px 0px 0px 0px; }
      .wpcf7 form p span.text {
        width: calc( 50% - 20px);
        height: auto;
        font-family: "Nunito";
        font-size: 15px;
        line-height: 120%;
        letter-spacing: 0.5px;
        color: var(--white);
        font-weight: 300;
        margin: 10px 0px 20px 40px; }
      .wpcf7 form p .wpcf7-submit,
      .wpcf7 form p input[type=submit] {
        width: auto;
        height: 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;
        font-family: "Nunito";
        font-size: 18px;
        line-height: 100%;
        letter-spacing: 0.5px;
        text-transform: uppercase;
        color: var(--white);
        background: var(--yellow-g);
        text-align: center;
        border-radius: 80px;
        border: none;
        padding: 18px 30px 16px 30px;
        margin: 0px 0px 0px 20px;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        cursor: pointer;
        opacity: 1;
        -webkit-transition-duration: 0.5s;
        -o-transition-duration: 0.5s;
        transition-duration: 0.5s;
        -webkit-box-shadow: -2px 3px 0px rgba(32, 20, 68, 0.3);
                box-shadow: -2px 3px 0px rgba(32, 20, 68, 0.3);
        z-index: 40; }
        .wpcf7 form p .wpcf7-submit:hover,
        .wpcf7 form p input[type=submit]:hover {
          color: var(--white);
          background: var(--yellow-hover);
          opacity: 1;
          -webkit-transition-duration: 0.5s;
          -o-transition-duration: 0.5s;
          transition-duration: 0.5s; }
      .wpcf7 form p .wpcf7-submit,
      .wpcf7 form p input[type=submit] {
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none; }
    .wpcf7 form .wpcf7-response-output {
      width: auto;
      height: auto;
      font-family: "Nunito";
      font-size: 16px;
      line-height: 100%;
      letter-spacing: 0.5px;
      color: var(--footer-b);
      padding: 10px 10px 10px 10px;
      margin: 20px 0px 0px 0px; }

/* header menu */
header {
  top: 0px;
  left: 0px;
  width: 100%;
  height: var(--hh);
  position: fixed;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -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;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: transparent;
  border-bottom: solid 1px transparent;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  z-index: 50; }
  header .header-wrap {
    width: 100%;
    max-width: var(--max-w);
    height: var(--hh);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -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; }
    header .header-wrap .header__left-block {
      width: 158px;
      height: auto;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center; }
      header .header-wrap .header__left-block .header-logo {
        width: 158px;
        height: 34px;
        display: block; }
    header .header-wrap .header__center-block {
      width: auto;
      height: auto;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      margin: 0px 0px 0px 0px; }
      @media only screen and (max-width: 1180px) {
        header .header-wrap .header__center-block {
          display: none; } }
    header .header-wrap .header__right-block {
      width: 220px;
      height: auto;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
          -ms-flex-direction: row;
              flex-direction: row;
      -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;
      margin: 2px 0px 0px 0px; }
      @media only screen and (max-width: 767px) {
        header .header-wrap .header__right-block {
          width: auto; } }
      @media only screen and (max-width: 767px) {
        header .header-wrap .header__right-block .language-chooser {
          display: none; } }
      header .header-wrap .header__right-block .burger-wrap {
        height: 40px;
        width: 40px;
        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;
        margin: 0px 0px 0px 20px;
        cursor: pointer; }
        @media only screen and (max-width: 767px) {
          header .header-wrap .header__right-block .burger-wrap {
            margin: 0px 0px 0px 0px; } }
        header .header-wrap .header__right-block .burger-wrap .burger__svg {
          width: 40px;
          height: 40px;
          display: block;
          fill: var(--white); }
        header .header-wrap .header__right-block .burger-wrap:hover .burger__svg {
          fill: var(--footer-t); }
      header .header-wrap .header__right-block .close {
        margin: 0px 0px 0px 15px;
        padding: 0px 0px 0px 0px; }

header.shadow {
  background: var(--blue-g);
  border-bottom: solid 1px var(--header-border); }

.close {
  height: 40px;
  width: 40px;
  display: block;
  cursor: pointer; }
  .close .burger__svg {
    width: 40px;
    height: 40px;
    display: block;
    fill: var(--white); }
  .close:hover .burger__svg {
    fill: var(--footer-t); }

ul.header__menu {
  width: auto;
  height: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  list-style: none;
  margin: 6px 0px 0px 0px; }
  ul.header__menu li {
    height: auto;
    width: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0px calc( var(--pd-60)*0.7) 0px calc( var(--pd-60)*0.7); }
    ul.header__menu li a {
      font-family: "Nunito";
      font-size: 16px;
      line-height: 100%;
      letter-spacing: 0.5px;
      font-weight: 300;
      text-decoration: none;
      color: var(--white); }
  ul.header__menu li a:hover {
    color: var(--footer-t); }
  ul.header__menu li.active a {
    color: var(--footer-t); }

.language-chooser {
  width: auto;
  height: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  list-style: none;
  margin: 4px 20px 0px 0px; }
  .language-chooser li {
    height: auto;
    width: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0px 20px 0px 0px; }
    .language-chooser li a {
      font-family: "Nunito";
      font-size: 18px;
      line-height: 100%;
      letter-spacing: 0.5px;
      font-weight: 700;
      text-decoration: none;
      color: var(--white); }
  .language-chooser li a:hover {
    color: var(--footer-t); }
  .language-chooser li.active a {
    color: var(--footer-t); }

.qtranxs_widget_end {
  display: none; }

.menu-wrap {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100vh;
  display: none;
  background: var(--blue-g);
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  z-index: 9999; }
  .menu-wrap header {
    position: relative;
    -webkit-box-shadow: none;
            box-shadow: none; }

.header-menu-wrap {
  width: 100%;
  height: auto;
  min-height: calc( 100vh - var(--hh) - 116px);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 2; }
  .header-menu-wrap .header-menu {
    width: 100%;
    max-width: var(--max-w);
    height: auto;
    min-height: calc( 100vh - var(--hh) - 116px);
    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;
    padding: var(pd-60) 0px var(pd-60) 0px;
    z-index: 2; }
    .header-menu-wrap .header-menu .language-chooser {
      margin: 0px 0px 20px 0px;
      display: none; }
      @media only screen and (max-width: 767px) {
        .header-menu-wrap .header-menu .language-chooser {
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex; } }
      .header-menu-wrap .header-menu .language-chooser li {
        margin: 0px 30px 0px 0px; }
    .header-menu-wrap .header-menu ul.menu {
      width: auto;
      height: auto;
      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;
      list-style: none;
      margin: var(--m80) 0px 0px 0px; }
      .header-menu-wrap .header-menu ul.menu li {
        width: auto;
        height: auto;
        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-align: start;
        -webkit-align-items: flex-start;
            -ms-flex-align: start;
                align-items: flex-start;
        font-family: "Nunito";
        font-size: 20px;
        line-height: 100%;
        letter-spacing: 0.5px;
        margin: 15px 0px 15px 0px; }
        .header-menu-wrap .header-menu ul.menu li a {
          position: relative;
          display: inline-block;
          text-decoration: none;
          color: var(--white); }
          .header-menu-wrap .header-menu ul.menu li a::before {
            content: '';
            bottom: -3px;
            position: absolute;
            width: 100%;
            height: 1px;
            display: block;
            background: transparent; }
          .header-menu-wrap .header-menu ul.menu li a:hover {
            color: var(--footer-b); }
            .header-menu-wrap .header-menu ul.menu li a:hover::before {
              background: var(--footer-b); }
      .header-menu-wrap .header-menu ul.menu li.current-menu-item a {
        color: var(--footer-b); }
    .header-menu-wrap .header-menu .social-link {
      width: auto;
      height: auto;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      text-decoration: none; }
      .header-menu-wrap .header-menu .social-link .social-link__icon {
        width: 32px;
        height: 32px;
        display: block; }
        .header-menu-wrap .header-menu .social-link .social-link__icon .social-link-fill {
          fill: var(--white); }
      .header-menu-wrap .header-menu .social-link span {
        margin-left: 18px; }
        .header-menu-wrap .header-menu .social-link span::before {
          content: '';
          bottom: 0px;
          position: absolute;
          width: 100%;
          height: 1px;
          display: block;
          background: transparent;
          -webkit-transition: 0.5s;
          -o-transition: 0.5s;
          transition: 0.5s; }
      .header-menu-wrap .header-menu .social-link:hover .social-link__icon .social-link-fill {
        fill: var(--footer-b); }
      .header-menu-wrap .header-menu .social-link:hover span {
        color: var(--footer-b); }
        .header-menu-wrap .header-menu .social-link:hover span::before {
          background: var(--footer-b); }

.header-menu-footer-wrap {
  width: 100%;
  height: 76px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .header-menu-footer-wrap .header-menu-footer {
    width: 100%;
    max-width: var(--max-w);
    height: 76px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -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;
    padding: 0px 0px 40px 0px; }

.social-wrap {
  width: auto;
  height: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }
  .social-wrap .social-link {
    width: 26px;
    height: 26px;
    display: block;
    text-decoration: none;
    margin: 0px 10px 0px 10px; }
    .social-wrap .social-link .st0 {
      fill: var(--white); }
    .social-wrap .social-link:hover .st0 {
      fill: var(--yellow); }

section.first-slide {
  width: 100%;
  height: auto;
  min-height: 100vh;
  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-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0px var(--pd-60) 0px var(--pd-60); }

section.first-screen {
  position: relative;
  width: 100%;
  height: auto;
  min-height: 100vh;
  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-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: var(--yellow-w); }
  section.first-screen .first-screen__content {
    margin-top: var(--hh);
    min-height: calc( 100vh - var(--hh));
    padding: 0px var(--pd-60) 0px var(--pd-60);
    z-index: 2; }
    section.first-screen .first-screen__content .first-screen__slogan {
      margin-top: var(--m80); }
      section.first-screen .first-screen__content .first-screen__slogan .slogan-part-1 {
        margin-left: 0px; }
      section.first-screen .first-screen__content .first-screen__slogan .slogan-part-2 {
        margin-left: 100px; }
    section.first-screen .first-screen__content input[type=submit] {
      margin-top: 50px;
      margin-left: 200px;
      margin-bottom: 20px; }
    section.first-screen .first-screen__content .first-screen__dream-step {
      margin-left: 200px; }
      section.first-screen .first-screen__content .first-screen__dream-step .dream-step__decoration {
        width: 22px;
        height: 27px;
        display: block;
        background-size: 100%;
        background-position: center;
        background-repeat: no-repeat;
        background-image: url(images/svg_curve.svg);
        margin-left: 20px;
        margin-bottom: 10px; }
  section.first-screen .first-screen__image {
    top: 0px;
    left: 0px;
    position: absolute;
    width: 100%;
    height: 100vh;
    display: block;
    background-size: cover;
    background-position: center bottom;
    background-repeat: no-repeat;
    background-image: url(images/slide.jpg);
    border-radius: 0px 0px 80px 80px;
    z-index: 1; }

section.who-we-are {
  width: 100%;
  height: auto;
  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-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background-size: 320px 480px, 320px 480px;
  background-position: left 0px top var(--m80), right 0px top var(--m80);
  background-repeat: no-repeat;
  background-image: url(images/svg_text_left_bg.svg), url(images/svg_text_right_bg.svg);
  background-color: var(--yellow-w);
  padding: var(--m100) var(--pd-60) var(--m100) var(--pd-60); }
  section.who-we-are .who-we-are__wrap {
    width: 100%;
    max-width: 780px;
    height: auto;
    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; }

section.services {
  width: 100%;
  height: auto;
  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-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0px var(--pd-60) 0px var(--pd-60); }
  section.services .services__wrap {
    width: 100%;
    max-width: 1080px;
    height: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -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; }
    section.services .services__wrap .services__slogan {
      width: calc( 50% - var(--pd-60));
      height: auto;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center; }
    section.services .services__wrap .services__slogan-left {
      -webkit-box-pack: end;
      -webkit-justify-content: flex-end;
          -ms-flex-pack: end;
              justify-content: flex-end; }
      section.services .services__wrap .services__slogan-left h1 {
        text-align: right; }
    section.services .services__wrap .services__slogan-right {
      -webkit-box-pack: start;
      -webkit-justify-content: flex-start;
          -ms-flex-pack: start;
              justify-content: flex-start; }
      section.services .services__wrap .services__slogan-right h1 {
        text-align: left; }
    section.services .services__wrap .services__image {
      width: calc( 50% - var(--pd-60));
      height: 480px;
      display: block;
      background-size: contain;
      background-position: center;
      background-repeat: no-repeat; }
    section.services .services__wrap .services__image-1 {
      background-image: url(images/009.jpg); }
    section.services .services__wrap .services__image-2 {
      background-image: url(images/001.jpg); }
    section.services .services__wrap .services__image-3 {
      background-image: url(images/002.jpg); }
    section.services .services__wrap .services__image-4 {
      background-image: url(images/003.jpg); }
    section.services .services__wrap .services__image-5 {
      background-image: url(images/004.jpg); }
    section.services .services__wrap .services__image-6 {
      background-image: url(images/005.jpg); }
    section.services .services__wrap .services__image-7 {
      background-image: url(images/008.jpg); }

.services--bg-1 {
  background-size: 160px 480px;
  background-position: right center;
  background-repeat: no-repeat;
  background-image: url(images/svg_section_1.svg); }

.services--bg-2 {
  background-size: 160px 480px;
  background-position: right center;
  background-repeat: no-repeat;
  background-image: url(images/svg_section_2.svg); }

.services--bg-3 {
  background-size: 160px 480px;
  background-position: left center;
  background-repeat: no-repeat;
  background-image: url(images/svg_section_3.svg); }

.services--bg-4 {
  background-size: 160px 480px;
  background-position: left center;
  background-repeat: no-repeat;
  background-image: url(images/svg_section_4.svg); }

.services--bg-5 {
  background-size: 160px 480px;
  background-position: right center;
  background-repeat: no-repeat;
  background-image: url(images/svg_section_5.svg); }

section.partners {
  width: 100%;
  height: auto;
  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-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0px var(--pd-60) 0px var(--pd-60); }
  section.partners .partners__logos {
    width: 100%;
    max-width: 1080px;
    height: auto;
    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;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
    section.partners .partners__logos .partners__link {
      display: block;
      background-position: center;
      background-repeat: no-repeat;
      background-size: 100%;
      text-decoration: none;
      margin: 0px 20px 40px 20px; }
    section.partners .partners__logos .partners_1 {
      width: 197px;
      height: 40px;
      background-image: url(images/svg_partners_1.svg); }
    section.partners .partners__logos .partners_2 {
      width: 146px;
      height: 100px;
      background-image: url(images/svg_partners_2.svg); }
    section.partners .partners__logos .partners_3 {
      width: 234px;
      height: 40px;
      background-image: url(images/svg_partners_3.svg); }
    section.partners .partners__logos .partners_4 {
      width: 99px;
      height: 58px;
      background-image: url(images/svg_partners_4.svg); }
    section.partners .partners__logos .partners_5 {
      width: 164px;
      height: 38px;
      background-image: url(images/svg_partners_5.svg); }
    section.partners .partners__logos .partners_6 {
      width: 222px;
      height: 32px;
      background-image: url(images/svg_partners_6.svg); }
    section.partners .partners__logos .partners_7 {
      width: 252px;
      height: 22px;
      background-image: url(images/svg_partners_7.svg); }

.contacts {
  position: relative;
  width: 100%;
  height: auto;
  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-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }
  .contacts .contacts__content {
    position: relative;
    padding: var(--m80) var(--pd-60) 160px var(--pd-60);
    z-index: 2; }
    .contacts .contacts__content .contacts__slogan {
      text-align: center; }
  .contacts .contacts__image {
    top: 0px;
    left: 0px;
    position: absolute;
    width: 100%;
    height: 100%;
    display: block;
    background-size: cover;
    background-position: center bottom;
    background-repeat: no-repeat;
    background-image: url(images/slide_2.jpg);
    z-index: 1; }

/************************************************************************************************/
/*                                       Pages - All                                            */
/************************************************************************************************/
article {
  width: 100%;
  max-width: 100%;
  height: auto;
  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-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  font-weight: 300;
  color: var(--text-r); }
  article h1, article h2, article p {
    padding: 0px 0px 0px 0px;
    margin: var(--m15) 0px var(--m15) 0px; }
  article ul, article ol {
    padding: 0px 0px 0px 34px;
    margin: var(--m15) 0px var(--m15) 0px; }
    article ul li, article ol li {
      margin: 10px 0px 10px 0px; }
  article h1 {
    font-family: "Nunito";
    font-size: 44px;
    line-height: 115%;
    letter-spacing: 0.44px;
    color: var(--text-r); }
    @media screen and (max-width: 1180px) {
      article h1 {
        font-family: "Nunito";
        font-size: 42px;
        line-height: 115%;
        letter-spacing: 0.44px; } }
    @media screen and (max-width: 979px) {
      article h1 {
        font-family: "Nunito";
        font-size: 40px;
        line-height: 115%;
        letter-spacing: 0.44px; } }
    @media screen and (max-width: 767px) {
      article h1 {
        font-family: "Nunito";
        font-size: 36px;
        line-height: 115%;
        letter-spacing: 0.44px; } }
  article h2 {
    font-family: "Nunito";
    font-size: 32px;
    line-height: 115%;
    letter-spacing: 0.3px;
    color: var(--text-r); }
    @media screen and (max-width: 1180px) {
      article h2 {
        font-family: "Nunito";
        font-size: 30px;
        line-height: 115%;
        letter-spacing: 0.3px; } }
    @media screen and (max-width: 979px) {
      article h2 {
        font-family: "Nunito";
        font-size: 28px;
        line-height: 115%;
        letter-spacing: 0.3px; } }
    @media screen and (max-width: 767px) {
      article h2 {
        font-family: "Nunito";
        font-size: 26px;
        line-height: 115%;
        letter-spacing: 0.3px; } }
  article p, article li {
    font-family: "Nunito";
    font-size: 20px;
    line-height: 150%;
    letter-spacing: 0.2px; }
    @media screen and (max-width: 979px) {
      article p, article li {
        font-family: "Nunito";
        font-size: 19px;
        line-height: 140%;
        letter-spacing: 0.2px; } }
    article p strong, article p span, article p b, article li strong, article li span, article li b {
      font-weight: 700; }
    article p i, article p em, article li i, article li em {
      font-style: italic; }
  article img {
    width: 100%;
    height: auto;
    max-width: 100%;
    margin: var(--m15) 0px var(--m15) 0px; }

/************************************************************************************************/
/*                                       Page - contacts                                        */
/************************************************************************************************/
/************************************************************************************************/
/*                                       Page - About us                                        */
/************************************************************************************************/
section.page {
  width: 100%;
  height: auto;
  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-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0px var(--pd-60) 0px var(--pd-60);
  margin-top: var(--hh); }
  section.page .page__wrap {
    width: 100%;
    max-width: 1080px;
    height: auto;
    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; }

/************************************************************************************************/
/*                                       Page - supervisor                                      */
/************************************************************************************************/
.supervisor-block {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  @media screen and (max-width: 767px) {
    .supervisor-block {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column; } }
  .supervisor-block .supervisor-block__image {
    width: calc( ( 100% - 40px )/3);
    height: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
    @media screen and (max-width: 979px) {
      .supervisor-block .supervisor-block__image {
        width: calc( ( 100% - 20px )/2); } }
    @media screen and (max-width: 767px) {
      .supervisor-block .supervisor-block__image {
        width: 100%;
        margin-top: 20px;
        margin-bottom: 30px; } }
    .supervisor-block .supervisor-block__image img {
      -o-object-fit: contain;
         object-fit: contain;
      -o-object-position: left top;
         object-position: left top;
      width: 100%; }
  .supervisor-block .supervisor-block__info {
    width: calc( ( 100% - 40px )/3*2);
    height: auto;
    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; }
    @media screen and (max-width: 979px) {
      .supervisor-block .supervisor-block__info {
        width: calc( ( 100% - 20px )/2); } }
    @media screen and (max-width: 767px) {
      .supervisor-block .supervisor-block__info {
        width: 100%; } }
    .supervisor-block .supervisor-block__info .supervisor-block__title {
      width: auto;
      height: auto;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      text-transform: uppercase; }
    .supervisor-block .supervisor-block__info .supervisor-block__site {
      width: auto;
      height: auto;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap; }
      .supervisor-block .supervisor-block__info .supervisor-block__site .company {
        margin-right: 4px; }
      .supervisor-block .supervisor-block__info .supervisor-block__site a {
        text-decoration: none;
        color: var(--text-t);
        border-bottom: solid 1px var(--grey-l); }
        .supervisor-block .supervisor-block__info .supervisor-block__site a:hover {
          color: var(--blue);
          border-bottom: solid 1px var(--blue); }
    .supervisor-block .supervisor-block__info .supervisor-block__description {
      width: 100%;
      height: auto;
      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-top: 10px; }

footer {
  width: 100%;
  height: auto;
  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-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background-size: 320px 259px, 160px 249px;
  background-position: left bottom, right bottom;
  background-repeat: no-repeat;
  background-image: url(images/svg_footer_left_bg.svg), url(images/svg_footer_right_bg.svg);
  background-color: var(--text-tb); }
  footer .footer__wrap {
    width: 100%;
    max-width: var(--max-w);
    height: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: var(--pd-60) 0px var(--pd-60) 0px; }
    footer .footer__wrap .footer__left {
      width: auto;
      max-width: 330px;
      height: auto;
      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; }
    footer .footer__wrap .footer__center {
      width: auto;
      height: auto;
      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; }
      footer .footer__wrap .footer__center ul.menu {
        width: auto;
        height: auto;
        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;
        list-style: none;
        margin: 0px 0px 10px 0px; }
        footer .footer__wrap .footer__center ul.menu li {
          width: auto;
          height: auto;
          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-align: start;
          -webkit-align-items: flex-start;
              -ms-flex-align: start;
                  align-items: flex-start;
          font-family: "Nunito";
          font-size: 16px;
          line-height: 150%;
          letter-spacing: 0.2px;
          margin: 0px 0px 20px 0px; }
          footer .footer__wrap .footer__center ul.menu li a {
            position: relative;
            display: inline-block;
            text-decoration: none;
            color: var(--white);
            -webkit-transition: 0.5s;
            -o-transition: 0.5s;
            transition: 0.5s; }
            footer .footer__wrap .footer__center ul.menu li a::before {
              content: '';
              bottom: -1px;
              position: absolute;
              width: 100%;
              height: 1px;
              display: block;
              background: var(--text-border);
              -webkit-transition: 0.5s;
              -o-transition: 0.5s;
              transition: 0.5s; }
            footer .footer__wrap .footer__center ul.menu li a:hover {
              color: var(--footer-t); }
              footer .footer__wrap .footer__center ul.menu li a:hover::before {
                background: var(--footer-b); }
        footer .footer__wrap .footer__center ul.menu li.current-menu-item a {
          color: var(--footer-t); }
      footer .footer__wrap .footer__center .method-payment {
        width: auto;
        height: auto;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
            -ms-flex-direction: row;
                flex-direction: row;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center; }
        footer .footer__wrap .footer__center .method-payment .mc {
          width: 65px;
          height: 54px;
          display: block;
          background-size: 100%;
          background-position: center;
          background-repeat: no-repeat;
          background-image: url(images/svg_mastercard.svg);
          margin-right: 50px; }
        footer .footer__wrap .footer__center .method-payment .visa {
          width: 85px;
          height: 26px;
          display: block;
          background-size: 100%;
          background-position: center;
          background-repeat: no-repeat;
          background-image: url(images/svg_visa.svg); }
    footer .footer__wrap .footer__right {
      width: auto;
      height: auto;
      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; }
      footer .footer__wrap .footer__right .social-link {
        width: auto;
        height: auto;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
            -ms-flex-direction: row;
                flex-direction: row;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center;
        text-decoration: none; }
        footer .footer__wrap .footer__right .social-link .social-link__icon {
          width: 32px;
          height: 32px;
          display: block; }
          footer .footer__wrap .footer__right .social-link .social-link__icon .social-link-fill {
            fill: var(--white); }
        footer .footer__wrap .footer__right .social-link span {
          margin-left: 18px; }
          footer .footer__wrap .footer__right .social-link span::before {
            content: '';
            bottom: 0px;
            position: absolute;
            width: 100%;
            height: 1px;
            display: block;
            background: var(--text-border);
            -webkit-transition: 0.5s;
            -o-transition: 0.5s;
            transition: 0.5s; }
        footer .footer__wrap .footer__right .social-link:hover .social-link__icon .social-link-fill {
          fill: var(--footer-t); }
        footer .footer__wrap .footer__right .social-link:hover span {
          color: var(--footer-t); }
          footer .footer__wrap .footer__right .social-link:hover span::before {
            background: var(--footer-b); }

.animation-show {
  -webkit-animation: show 0.7s cubic-bezier(0.4, 0, 0.2, 1) 0s forwards;
  animation: show 0.7s cubic-bezier(0.4, 0, 0.2, 1) 0s forwards; }

.right-to-left {
  -webkit-animation: show 0.7s cubic-bezier(0.4, 0, 0.2, 1) 0s forwards,right_to_left 1.2s cubic-bezier(0.4, 0, 0.2, 1) 0s forwards;
  animation: show 0.7s cubic-bezier(0.4, 0, 0.2, 1) 0s forwards,right_to_left 1.2s cubic-bezier(0.4, 0, 0.2, 1) 0s forwards; }

.left-to-right {
  -webkit-animation: show 0.7s cubic-bezier(0.4, 0, 0.2, 1) 0s forwards,left_to_right 1.2s cubic-bezier(0.4, 0, 0.2, 1) 0s forwards;
  animation: show 0.7s cubic-bezier(0.4, 0, 0.2, 1) 0s forwards,left_to_right 1.2s cubic-bezier(0.4, 0, 0.2, 1) 0s forwards; }

.bottom-to-top {
  -webkit-animation: show 0.7s cubic-bezier(0.4, 0, 0.2, 1) 0.3s forwards,bottom_to_top 1.2s cubic-bezier(0.4, 0, 0.2, 1) 0.3s forwards;
  animation: show 0.7s cubic-bezier(0.4, 0, 0.2, 1) 0.3s forwards,bottom_to_top 1.2s cubic-bezier(0.4, 0, 0.2, 1) 0.3s forwards; }

@-webkit-keyframes show { 0% { opacity: 0; } 100% { opacity: 1; } }
	@keyframes show { 0% { opacity: 0; } 100% { opacity: 1; } };
@-webkit-keyframes hide { 0% { opacity: 1; } 100% { opacity: 0; } }
	@keyframes hide { 0% { opacity: 1; } 100% { opacity: 0; } };
@-webkit-keyframes move_top { 0% { top: 40%; } 100% { top:0%; } }
	@keyframes move_top { 0% { top: 40%; } 100% { top:0%; } };
@-webkit-keyframes move_bottom { 0% { bottom: 70px; } 100% { bottom: 0px; } }
	@keyframes move_bottom { 0% { bottom: 70px; } 100% { bottom: 0px; } };
@-webkit-keyframes move_left { 0% { left: 20%; } 100% { left:0%; } }
	@keyframes move_left { 0% { left: 20%; } 100% { left:0%; } };
@-webkit-keyframes move_right { 0% { right: 20%; } 100% { right:0%; } }
	@keyframes move_right { 0% { right: 20%; } 100% { right:0%; } };
@-webkit-keyframes image_bg_scale { 0% { -webkit-transform-origin: center center; transform-origin: center center; -webkit-transform: scale(1.0); transform: scale(1.0); } 100% { -webkit-transform-origin: center center; transform-origin: center center; -webkit-transform: scale(1.2); transform: scale(1.2); }}
	@keyframes image_bg_scale { 0% { -webkit-transform-origin: center center; transform-origin: center center; -webkit-transform: scale(1.0); transform: scale(1.0); } 100% { -webkit-transform-origin: center center; transform-origin: center center; -webkit-transform: scale(1.2); transform: scale(1.2); }};
@-webkit-keyframes move_to_top { 0% { -webkit-transform-origin: center center; transform-origin: center center; -webkit-transform: translateY(30%); transform: translateY(30%); } 100% { -webkit-transform-origin: center center; transform-origin: center center; -webkit-transform: translateY(0%); transform: translateY(0%); }}
	@keyframes move_to_top { 0% { -webkit-transform-origin: center center; transform-origin: center center; -webkit-transform: translateY(30%); transform: translateY(30%); } 100% { -webkit-transform-origin: center center; transform-origin: center center; -webkit-transform: translateY(0%); transform: translateY(0%); }};
@-webkit-keyframes mouse_to_bottom { 0% { -webkit-transform: translateY(-40px); transform: translateY(-40px); } 100% { -webkit-transform: translateY(0px); transform: translateY(0px); }}
	@keyframes mouse_to_bottom { 0% { -webkit-transform: translateY(-40px); transform: translateY(-40px); } 100% { -webkit-transform: translateY(0px); transform: translateY(0px); }};
@-webkit-keyframes right_to_left { 0% { -webkit-transform: translateX(60px); transform: translateX(60px); } 100% { -webkit-transform: translateX(0px); transform: translateX(0px); }}
	@keyframes right_to_left { 0% { -webkit-transform: translateX(60px); transform: translateX(60px); } 100% { -webkit-transform: translateX(0px); transform: translateX(0px); }};
@-webkit-keyframes left_to_right { 0% { -webkit-transform: translateX(-60px); transform: translateX(-60px); } 100% { -webkit-transform: translateX(0px); transform: translateX(0px); }}
	@keyframes left_to_right { 0% { -webkit-transform: translateX(-60px); transform: translateX(-60px); } 100% { -webkit-transform: translateX(0px); transform: translateX(0px); }};
@-webkit-keyframes bottom_to_top { 0% { -webkit-transform: translateY(60px); transform: translateY(60px); } 100% { -webkit-transform: translateY(0px); transform: translateY(0px); }}
	@keyframes bottom_to_top { 0% { -webkit-transform: translateY(60px); transform: translateY(60px); } 100% { -webkit-transform: translateY(0px); transform: translateY(0px); }};
@-webkit-keyframes design_element__top { 0% { -webkit-transform-origin: center center; transform-origin: center center; -webkit-transform: scale(0.3) rotate(360deg); transform: scale(0.3) rotate(360deg); } 100% { -webkit-transform-origin: center center; transform-origin: center center; -webkit-transform: scale(1.0) rotate(0deg); transform: scale(1.0) rotate(0deg); }}
	@keyframes design_element__top { 0% { -webkit-transform-origin: center center; transform-origin: center center; -webkit-transform: scale(0.3) rotate(360deg); transform: scale(0.3) rotate(360deg); } 100% { -webkit-transform-origin: center center; transform-origin: center center; -webkit-transform: scale(1.0) rotate(0deg); transform: scale(1.0) rotate(0deg); }};
@-webkit-keyframes design_element__midle { 0% { height: calc( 0% - 30px ); } 100% { height: calc( 100% - 55px ); }}
	@keyframes design_element__midle { 0% { height: calc( 0% - 30px ); } 100% { height: calc( 100% - 55px ); }};
@-webkit-keyframes design_element__bottom { 0% { top: calc( 0% + 30px ); } 100% { top: calc( 100% - 30px ); }}
	@keyframes design_element__bottom { 0% { top: calc( 0% + 30px ); } 100% { top: calc( 100% - 30px ); }};
