@font-face {
  font-family: 'Decima Nova Pro';
  src: url("/webfonts/DecimaNovaPro.woff2") format("woff2"), url("/webfonts/DecimaNovaPro.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Decima Nova Pro';
  src: url("/webfonts/DecimaNovaPro-Bold.woff2") format("woff2"), url("/webfonts/DecimaNovaPro-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal; }

@font-face {
  font-family: 'Decima Nova Pro';
  src: url("/webfonts/DecimaNovaPro-BoldItalic.woff2") format("woff2"), url("/webfonts/DecimaNovaPro-BoldItalic.woff") format("woff");
  font-weight: bold;
  font-style: italic; }

html {
  font-size: 16px;
  font-family: 'Decima Nova Pro', sans-serif;
  color: #4f4f4f; }
  @media screen and (max-width: 1199px) {
    html {
      font-size: 1.365vw; } }
  @media screen and (max-width: 639px) {
    html {
      font-size: 3.34vw; } }

.wrapper {
  -webkit-transition: 0.3s;
  transition: 0.3s; }
  @media screen and (max-width: 639px) {
    .wrapper.translate {
      -webkit-transform: translateX(83.6%);
      transform: translateX(83.6%); } }
  .wrapper.blured {
    -webkit-filter: blur(5px) brightness(0.9);
    filter: blur(5px) brightness(0.9); }

body.fixed {
  overflow: hidden;
  position: fixed;
  width: 100%; }

.container {
  width: 1130px;
  margin: auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
  @media screen and (max-width: 1199px) {
    .container {
      width: 95%; } }
  @media screen and (max-width: 639px) {
    .container {
      width: 100%;
      padding-left: 10px;
      padding-right: 10px; } }

.main .container {
  overflow: hidden; }

.hidden {
  display: none; }

.bg-brand-green {
  background: #0098dc; }

a {
  text-decoration: none;
  color: inherit;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
  cursor: pointer; }

strong,
b,
.bold {
  font-weight: 700; }

button {
  font-family: inherit; }

@media (min-width: 768px) {
  .only-mobile {
    display: none; } }

.more {
  color: rgba(60, 60, 60, 0.55);
  font-size: 1rem;
  font-weight: 400;
  line-height: 2; }

.button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  border: 2px solid #0098dc;
  border-radius: 5px;
  background-color: transparent;
  color: #0098dc;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.8;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
  white-space: nowrap; }
  .button:hover {
    background-color: rgba(0, 0, 0, 0.05); }

.mobile {
  display: none; }

.flex {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

.align-center {
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }

.align-end {
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end; }

.align-start {
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start; }

.align-stretch {
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch; }

.justify-center {
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center; }

.justify-space-between {
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.justify-space-around {
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around; }

.wrap {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.green {
  color: #64b404; }

.bg-yellow {
  background-color: #f9ea40; }

.bg-green {
  background-color: #0098dc; }

.super {
  position: absolute;
  right: -10px;
  top: 0;
  display: inline-block;
  margin-left: 5px;
  font-size: 0.75rem; }

.burger {
  display: none; }
  @media screen and (max-width: 639px) {
    .burger {
      display: block;
      -webkit-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
      flex: 1 1 auto;
      padding: 18px 4.5%;
      -webkit-box-sizing: border-box;
      box-sizing: border-box; }
      .burger div {
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        width: 7.4vw;
        height: 29px;
        background: none;
        border: none;
        padding: 0; }
        .burger div:focus {
          outline: none; }
      .burger span {
        display: inline-block;
        width: 100%;
        height: 1.459vw;
        background-color: #fff;
        position: relative;
        border-radius: 4px;
        -webkit-transition: 0.3s;
        transition: 0.3s; }
        .burger span::before, .burger span::after {
          content: '';
          width: 100%;
          height: 100%;
          position: absolute;
          left: 0;
          border-radius: 4px;
          background-color: #fff;
          -webkit-transition: 0.3s;
          transition: 0.3s; }
        .burger span::before {
          top: -2.22vw; }
        .burger span::after {
          top: 2.2vw; }
      .burger.active span {
        background-color: transparent; }
        .burger.active span::before {
          top: 0;
          -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg); }
        .burger.active span::after {
          top: 0;
          -webkit-transform: rotate(45deg);
          transform: rotate(45deg); } }

.mobile-menu {
  position: fixed;
  left: -1000000px; }
  @media screen and (max-width: 639px) {
    .mobile-menu {
      display: block;
      position: fixed;
      left: 0;
      top: 0;
      bottom: 0;
      width: 83.6vw;
      height: 100vh;
      padding-bottom: 50px;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      background-color: #1d1e20;
      color: #fff;
      -webkit-transform: translateX(-100%);
      transform: translateX(-100%);
      -webkit-transition: 0.3s;
      transition: 0.3s;
      z-index: 100;
      overflow-y: scroll;
      overflow-x: hidden; }
      .mobile-menu-logo {
        padding: 26px 0 26px 14.6vw;
        border-bottom: 1px solid #434343;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        display: none; }
        .mobile-menu-logo svg {
          width: 25.3vw;
          max-height: 40px; }
        .mobile-menu-logo path {
          fill: #fff; }
      .mobile-menu-nav {
        padding-left: 14.6vw;
        border-bottom: 1px solid #434343;
        margin-top: 18px; }
        .mobile-menu-nav li {
          padding: 5.2vw 0;
          font-size: 4.4vw;
          position: relative; }
          .mobile-menu-nav li svg {
            max-width: 25px;
            max-height: 30px;
            position: absolute;
            top: 50%;
            right: 100%;
            -webkit-transform: translateY(-50%) translateX(-10px);
            transform: translateY(-50%) translateX(-10px); }
            .mobile-menu-nav li svg#iconStar {
              top: 50%;
              margin-top: -4px; }
            .mobile-menu-nav li svg#iconUser {
              max-width: 22px;
              margin-top: -2px; }
            .mobile-menu-nav li svg.icon-location {
              margin-top: -3px; }
          .mobile-menu-nav li path {
            fill: #fff; }
          .mobile-menu-nav li.active {
            color: #0098dc; }
            .mobile-menu-nav li.active path {
              fill: #0098dc; }
          .mobile-menu-nav li#item-location {
            position: relative;
            top: -3px; }
      .mobile-menu-contacts {
        padding-left: 14.6vw;
        font-size: 4vw;
        border-bottom: 1px solid #434343; }
        .mobile-menu-contacts p {
          padding: 5.2vw 0; }
        .mobile-menu-contacts div {
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-align-items: center;
          -ms-flex-align: center;
          align-items: center; }
        .mobile-menu-contacts .tel {
          font-size: 4vw;
          position: relative; }
          .mobile-menu-contacts .tel svg {
            max-width: 25px;
            max-height: 30px;
            position: absolute;
            top: 50%;
            right: 100%;
            -webkit-transform: translateY(-50%) translateX(-10px);
            transform: translateY(-50%) translateX(-10px); }
        .mobile-menu-contacts .socials ul {
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex; }
        .mobile-menu-contacts .socials li {
          -webkit-flex: 0 0 auto;
          -ms-flex: 0 0 auto;
          flex: 0 0 auto;
          margin: 0 2px; }
        .mobile-menu-contacts .socials svg {
          width: 4vw;
          height: 4vw; }
        .mobile-menu-contacts .email {
          padding: 5.2vw 0;
          position: relative; }
          .mobile-menu-contacts .email svg {
            max-width: 25px;
            max-height: 30px;
            position: absolute;
            top: 50%;
            right: 100%;
            -webkit-transform: translateY(-50%) translateX(-10px);
            transform: translateY(-50%) translateX(-10px); }
      .mobile-menu-follow {
        padding: 5.2vw 0 5.2vw 14.6vw; }
        .mobile-menu-follow ul {
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          margin-top: 6.5vw; }
        .mobile-menu-follow li {
          -webkit-flex: 0 0 auto;
          -ms-flex: 0 0 auto;
          flex: 0 0 auto;
          margin-right: 7.5vw; }
          .mobile-menu-follow li:last-child {
            margin-right: 0; }
        .mobile-menu-follow svg {
          width: 10vw;
          height: 10vw;
          border-radius: 50%; } }

.logo-img {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 8.25rem;
  height: 2.375rem;
  padding: 0.5rem 0.8125rem;
  background-color: transparent;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 4px; }
  .logo-img svg {
    width: 100%;
    height: 100%;
    position: relative;
    top: 2px;
    left: 0; }
  .logo-img path {
    fill: #fff; }

.logo a {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }
  .logo a:hover {
    opacity: 1; }

.logo span {
  margin-left: 29px;
  font-size: 1.125rem;
  font-weight: 400;
  position: relative;
  white-space: nowrap; }
  .logo span::before {
    content: '';
    position: absolute;
    left: -17px;
    top: 0;
    width: 1px;
    height: 100%;
    background-color: #656565; }

.logo b {
  font-weight: 700; }

@media screen and (max-width: 639px) {
  .logo {
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    max-width: 100%;
    margin-top: 0;
    padding: 30px 5% 18px 0;
    color: white;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
    .logo-img {
      width: 27.6vw;
      height: auto;
      -webkit-transform: scaleX(1.1);
      transform: scaleX(1.1);
      -webkit-transform-origin: 100% 0;
      transform-origin: 100% 0; }
    .logo a {
      -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
      justify-content: flex-end; }
    .logo span {
      margin-left: 2.6vw;
      font-size: calc(3vw + 6px); }
      .logo span::before {
        left: -2.8vw;
        background-color: #fff; } }

.label {
  display: inline-block;
  color: #ffffff;
  font-size: 0.875rem;
  cursor: default; }
  .label span {
    display: inline-block;
    border-radius: 4px;
    background-color: #0098dc; }

.header {
  color: #fff;
  background-image: radial-gradient(circle at 68% 100%, #6c72a9, #252848 50%); }
  @media (max-width: 639px) {
    .header {
      overflow: hidden;
      padding-top: 83px; } }

.header-top {
  padding: 1.4375rem 0;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-transition: 0.3s;
  transition: 0.3s; }
  @media (max-width: 639px) {
    .header-top {
      padding: 0;
      position: fixed;
      top: 0;
      left: 0;
      z-index: 100; } }
  @media (max-width: 639px) {
    .header-top .contacts {
      display: none; } }

.dropdown-arrow {
  position: relative; }
  .dropdown-arrow::after {
    content: '';
    position: absolute;
    right: 1.9375rem;
    top: 50%;
    width: 0.75rem;
    height: 0.5rem;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 8'%3E%3Cstyle%3E .line %7B fill: none; stroke: white; stroke-width: 2; stroke-linejoin: round; stroke-linecap: round %7D %3C/style%3E%3Cpolyline class='line' points='0,0 6,6 12,0 '/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    pointer-events: none; }

.contact-tel {
  position: relative;
  text-align: right;
  border-right: 1px solid #5e6079; }
  .contact-tel-trigger {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    background: none;
    display: block;
    padding-top: 0;
    padding-left: 0;
    padding-bottom: 0;
    padding-right: 3.125rem;
    position: relative;
    margin-bottom: 12px;
    font-size: 1.375rem;
    font-family: inherit;
    color: inherit;
    cursor: pointer; }
    .contact-tel-trigger:focus {
      outline: none;
      -webkit-filter: drop-shadow(2px 2px 5px #0098dc);
      filter: drop-shadow(2px 2px 5px #0098dc); }
  .contact-tel .drop-list {
    position: absolute;
    right: -2px;
    top: -1rem;
    z-index: 2;
    border: 2px solid #645f71;
    border-radius: 8px;
    background-color: #18112c;
    overflow: hidden;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
    opacity: 0;
    pointer-events: none; }
    .contact-tel .drop-list.visible {
      opacity: 1;
      pointer-events: auto; }
    .contact-tel .drop-list .header-callback {
      width: 100%;
      margin-right: 0;
      padding-top: 1.5rem;
      padding-bottom: 1.5rem;
      border-bottom: none; }
    .contact-tel .drop-list-tel {
      position: relative;
      padding-top: 0.9375rem;
      padding-bottom: 0.9375rem;
      padding-left: 1.625rem;
      padding-right: 3.125rem;
      font-size: 1.375rem;
      font-weight: 700;
      line-height: 1.125;
      white-space: nowrap; }
      .contact-tel .drop-list-tel::before {
        content: '';
        display: block;
        position: absolute;
        top: 100%;
        left: 7px;
        width: calc(100% - 14px);
        height: 1px;
        background-color: #5e6079; }

.contact-viber {
  padding-left: 20px; }

.viber-btn {
  display: inline-block;
  padding: 0.625rem 0.9375rem;
  border: 2px solid #fff;
  border-radius: 5px;
  font-weight: 400;
  line-height: 1.125;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s; }
  .viber-btn:hover {
    background-color: rgba(255, 255, 255, 0.1); }
  .viber-btn span {
    display: block; }

.viber-small-text {
  font-size: 0.875rem; }

.viber-large-text {
  font-size: 1.125rem; }

.header-callback {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  background: none;
  padding: 0;
  display: inline-block;
  margin-right: 49px;
  color: inherit;
  border-bottom: 1px dotted #fff;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.125;
  cursor: pointer; }

.header-content {
  padding-top: 21px; }
  @media screen and (max-width: 639px) {
    .header-content {
      padding-top: 2.75rem; } }

.tel {
  font-size: 1.375rem; }

.menu {
  padding: 20px 0 22px;
  font-size: 1.125rem;
  background-color: rgba(0, 0, 0, 0.38);
  -webkit-transition: 0.3s;
  transition: 0.3s; }
  @media screen and (max-width: 639px) {
    .menu {
      display: none; } }
  .menu ul {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0 77px; }
    @media screen and (max-width: 991px) {
      .menu ul {
        padding-left: 0;
        padding-right: 0; } }
  .menu li {
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    position: relative;
    margin: 0 5px; }
    .menu li.active::after {
      content: '';
      display: inline-block;
      position: absolute;
      top: 100%;
      left: 0;
      width: 100%;
      height: 2px;
      background-color: #fff; }
  .menu a {
    display: inline-block;
    padding: 6px 10px;
    position: relative; }
    .menu a::after {
      content: '';
      position: absolute;
      top: 100%;
      left: 50%;
      -webkit-transform: translate(-50%, 0);
      transform: translate(-50%, 0);
      width: 0;
      height: 2px;
      background-color: #fff;
      -webkit-transition: width 0.3s;
      transition: width 0.3s; }
    .menu a:hover::after {
      width: 100%; }
  .menu.fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10; }
  .menu.bg-brand-green {
    background-color: #0098dc; }

.header-text-content {
  padding-left: 2.8125rem; }
  @media screen and (max-width: 639px) {
    .header-text-content {
      position: absolute;
      top: 11rem;
      list-style-position: outside;
      left: 0;
      padding-left: 12px; } }
  .header-text-content h1 {
    margin-bottom: 40px;
    font-size: 3.125rem;
    font-weight: 700;
    text-transform: uppercase; }
    @media screen and (max-width: 639px) {
      .header-text-content h1 {
        font-size: 2.0625rem; } }
    .header-text-content h1 span {
      display: block;
      font-size: 2.1875rem;
      margin-bottom: 0.3em;
      text-transform: none; }
      @media screen and (max-width: 639px) {
        .header-text-content h1 span {
          font-size: 1.4375rem; } }
  .header-text-content p {
    padding-right: 28%;
    font-size: 2.1875rem;
    font-weight: 700;
    line-height: 1; }
    @media screen and (max-width: 768px) {
      .header-text-content p {
        padding-right: 0; } }
    @media screen and (max-width: 639px) {
      .header-text-content p {
        padding-right: 45%;
        font-size: 1.3125rem; } }
    @media screen and (max-width: 639px) {
      .header-text-content p .mob-large {
        display: block;
        padding-right: 8%;
        font-size: 1.5625rem; } }
  .header-text-content .label {
    margin-left: 0.9375rem; }
    @media screen and (max-width: 639px) {
      .header-text-content .label {
        margin-left: 0.8125rem; } }
    .header-text-content .label span {
      padding: 0.9375rem 1.125rem;
      font-size: 2.1875rem;
      margin-bottom: 20px; }
      @media screen and (max-width: 639px) {
        .header-text-content .label span {
          padding: 0.75rem 0.5625rem;
          font-size: 1.4375rem; } }

.header-person-foto {
  padding-right: 9rem; }
  @media screen and (max-width: 639px) {
    .header-person-foto {
      position: relative;
      left: 1.25rem;
      margin-right: 0;
      margin-left: auto;
      padding-right: 0; } }
  .header-person-foto img {
    width: 19.3125rem; }
    @media screen and (max-width: 639px) {
      .header-person-foto img {
        width: 14.7375rem; } }

.section-headers {
  position: relative;
  padding-bottom: 15px; }
  .section-headers::after {
    content: '';
    position: absolute;
    top: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 160px;
    height: 2px;
    background-color: #0098dc; }

.title {
  text-align: center;
  font-size: 1.875rem;
  font-weight: 700;
  line-height: 1.2; }

.subtitle {
  text-align: center;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.8; }

.advantages {
  padding-top: 3.4375rem;
  padding-bottom: 4.375rem; }
  @media screen and (max-width: 639px) {
    .advantages {
      padding-top: 2rem;
      padding-bottom: 0; } }
  .advantages-description {
    padding-left: 2.6875rem;
    padding-right: 3.6875rem; }
    @media screen and (max-width: 639px) {
      .advantages-description {
        padding-left: 0;
        padding-right: 0; } }
  .advantages-list {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 3.0625rem;
    border-bottom: 1px solid #d1d1d1; }
    @media screen and (max-width: 767px) {
      .advantages-list {
        display: none; } }
    .advantages-list li {
      -webkit-flex: 0 0 25%;
      -ms-flex: 0 0 25%;
      flex: 0 0 25%; }
      @media screen and (max-width: 767px) {
        .advantages-list li {
          -webkit-flex-basis: 50%;
          -ms-flex-preferred-size: 50%;
          flex-basis: 50%; } }
      .advantages-list li:first-child .advantages-icon-wrapper {
        border-color: #9e9e9e; }
      .advantages-list li:first-child button.active .advantages-icon-wrapper {
        border-color: #0098dc; }
    .advantages-list button {
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none;
      background: none;
      border: none;
      position: relative;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
      justify-content: flex-end;
      width: 100%;
      height: 100%;
      padding: 0;
      font-size: 1rem;
      font-weight: 400;
      line-height: 2.25;
      color: #9e9e9e;
      cursor: pointer;
      -webkit-transition: color 0.3s;
      transition: color 0.3s;
      text-align: center;
      white-space: nowrap; }
      @media screen and (max-width: 767px) {
        .advantages-list button {
          font-size: 1.3rem;
          color: #0098dc; }
          .advantages-list button svg {
            fill: #0098dc; } }
      .advantages-list button:focus {
        outline: none;
        opacity: 0.7; }
      .advantages-list button:hover {
        color: #4f4f4f; }
      .advantages-list button.active {
        color: #0098dc; }
        .advantages-list button.active svg {
          fill: #0098dc; }
        .advantages-list button.active::after {
          content: '';
          position: absolute;
          top: 100%;
          left: 0;
          width: 100%;
          height: 2px;
          margin-top: -1px;
          background-color: #0098dc; }
        .advantages-list button.active::before {
          content: '';
          position: absolute;
          top: 100%;
          left: 50%;
          width: 16px;
          height: 7px;
          -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
          background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 7'%3E%3Cstyle%3E .triangle %7B fill: %2380b034; %7D %3C/style%3E%3Cpolyline class='triangle' points='0,0 8,6 16,0' /%3E%3C/svg%3E"); }
    .advantages-list svg {
      fill: #9e9e9e; }
    .advantages-list .icon-tick {
      width: 3rem;
      height: 2.125rem; }
    .advantages-list .icon-Thumbs-Up {
      width: 2rem;
      height: 1.75rem; }
    .advantages-list .icon-Reverbnation {
      width: 2rem;
      height: 1.875rem; }
    .advantages-list .icon-growth {
      width: 2rem;
      height: 1.75rem; }
  .advantages-details {
    padding: 1.375rem 2.8125rem; }
    @media screen and (max-width: 767px) {
      .advantages-details {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding-left: 0;
        padding-right: 0;
        padding-top: 3.5rem; } }
    .advantages-details li {
      position: relative;
      color: #707070;
      font-size: 1.125rem;
      font-weight: 400; }
      @media screen and (max-width: 767px) {
        .advantages-details li {
          -webkit-flex-basis: 50%;
          -ms-flex-preferred-size: 50%;
          flex-basis: 50%;
          max-width: 50%;
          padding-left: 5rem;
          padding-right: 0.625rem;
          margin-bottom: 1rem;
          -webkit-box-sizing: border-box;
          box-sizing: border-box;
          line-height: 1.25; }
          .advantages-details li h4 {
            margin-bottom: 0.6rem;
            font-size: 1.375rem;
            font-weight: 700;
            line-height: 1.1;
            color: #0098dc; } }
      @media screen and (min-width: 768px) {
        .advantages-details li {
          display: none;
          padding: 0.375rem 0.625rem 1rem;
          background-color: rgba(236, 243, 225, 0.38); } }
      @media screen and (max-width: 639px) {
        .advantages-details li {
          -webkit-flex-basis: 100%;
          -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
          max-width: 100%;
          margin-bottom: 3.5rem;
          padding-left: 5.5625rem; } }
      .advantages-details li.visible {
        display: block; }
      @media screen and (min-width: 768px) {
        .advantages-details li::before {
          content: '';
          position: absolute;
          top: 0.75rem;
          right: 100%;
          width: 1.5rem;
          height: 1.0625rem;
          margin-right: 0.6875rem;
          background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 17'%3E%3Cstyle%3E .line %7B fill: none; stroke-width: 2; stroke: %2380b034 %7D %3C/style%3E%3Cpolyline points='1,8 10,15 23,1' class='line'/%3E%3C/svg%3E"); } }
    .advantages-details a {
      color: #3389bb;
      text-decoration: underline; }
  .advantages-mob-icon {
    position: absolute;
    left: 0;
    top: 0;
    width: 3.125rem;
    height: 3.125rem;
    fill: #0098dc; }
    .advantages-mob-icon-tick {
      width: 4rem;
      height: 4rem; }
    .advantages-mob-icon-Thumbs-Up {
      width: 3.4375rem;
      height: 3.3125rem; }
    .advantages-mob-icon-Reverbnation {
      width: 3.875rem;
      height: 3.75rem; }
    .advantages-mob-icon-growth {
      width: 3.5625rem;
      height: 3.5625rem; }

.advantages-icon-wrapper {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 3.8125rem;
  height: 3.8125rem; }

.services {
  padding: 3rem 0 3.4375rem;
  background-color: #f6f6f6; }
  .services-wrapper {
    padding-top: 2.9375rem;
    padding-left: 7.625rem;
    padding-right: 8.625rem; }
    @media screen and (max-width: 639px) {
      .services-wrapper {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding-top: 3.5rem;
        padding-left: 0;
        padding-right: 0; } }

.service-category {
  -webkit-flex-basis: calc(50% - 1rem);
  -ms-flex-preferred-size: calc(50% - 1rem);
  flex-basis: calc(50% - 1rem);
  padding-top: 1.875rem;
  padding-bottom: 1.375rem;
  background: #fff; }
  @media screen and (max-width: 639px) {
    .service-category {
      -webkit-flex-basis: 100%;
      -ms-flex-preferred-size: 100%;
      flex-basis: 100%; } }
  .service-category-title {
    padding: 0.5rem 3.75rem;
    opacity: 0.75;
    color: #3c3c3c;
    font-size: 1.375rem;
    font-weight: 400;
    line-height: 1.63636;
    text-align: center; }
  .service-category-list {
    padding-top: 2.125rem;
    padding-left: 4.0625rem;
    padding-right: 0.9375rem;
    padding-bottom: 0;
    font-size: 1.125rem;
    font-weight: 400;
    line-height: 1.2; }
    .service-category-list li {
      position: relative;
      margin-bottom: 1.4375rem; }
      .service-category-list li::before {
        content: '';
        position: absolute;
        right: 100%;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        display: inline-block;
        width: 1.5rem;
        height: 1.0625rem;
        margin-right: 1rem;
        background-repeat: no-repeat;
        background-position: center; }
      .service-category-list li:last-child {
        margin-bottom: 0; }
  .service-category-more {
    display: block;
    margin-top: 0.8125rem;
    padding: 0 3.75rem; }
  .service-category-link {
    width: calc(100% - 5.375rem);
    margin-top: 2.4375rem;
    margin-left: 2.625rem;
    padding-top: 0.625rem;
    padding-bottom: 0.625rem; }
  .service-category:nth-child(odd) .service-category-title {
    background: #e3f4fb;
    background: #e3f4fb }
  .service-category:nth-child(odd) .service-category-list li::before {
    background-image: url("/img/check.svg") }
  @media screen and (max-width: 639px) {
    .service-category:nth-child(odd) {
      margin-bottom: 20px; } }
  .service-category:nth-child(even) .service-category-title {
    background-image: -webkit-gradient(linear, left top, right top, color-stop(15%, transparent), color-stop(15%, rgba(227, 223, 199, 0.5)));
    background-image: linear-gradient(to right, transparent 15%, rgba(227, 223, 199, 0.5) 15%); }
  .service-category:nth-child(even) .service-category-list li::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 17'%3E%3Cstyle%3E .line %7B fill: none; stroke-width: 2; stroke: %23b2a183 %7D %3C/style%3E%3Cpolyline points='1,8 10,15 23,1' class='line'/%3E%3C/svg%3E"); }
  .service-category:nth-child(even) .service-category-link {
    color: #a38f6b;
    border-color: #a38f6b; }

.reviews {
  padding-top: 3.1875rem;
  padding-bottom: 3.5rem; }
  .reviews h4.subtitle {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    font-size: 1.25rem;
    padding: 1.8125rem 0 1.3125rem;
    text-align: center; }
    .reviews h4.subtitle svg {
      width: 1.875rem;
      height: 1.875rem;
      vertical-align: middle;
      margin-right: 0.3125rem;
      position: relative;
      top: -3px; }
      .reviews h4.subtitle svg .st0 {
        fill: #4f4f4f; }
  .reviews-slides {
    -webkit-flex-basis: calc(100% - 14rem);
    -ms-flex-preferred-size: calc(100% - 14rem);
    flex-basis: calc(100% - 14rem);
    padding-right: 1.5rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
    @media screen and (max-width: 639px) {
      .reviews-slides {
        -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        padding-right: 0; } }
  .reviews-sidebar {
    -webkit-flex: 0 0 12.9375rem;
    -ms-flex: 0 0 12.9375rem;
    flex: 0 0 12.9375rem;
    padding: 3.75rem 0.9375rem 4.375rem;
    background-color: #f6f6f6;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center; }
    @media screen and (max-width: 639px) {
      .reviews-sidebar {
        display: none; } }
    .reviews-sidebar .subtitle {
      margin-top: 1.6875rem;
      padding-bottom: 1rem;
      line-height: 1.3;
      border-bottom: 1px solid rgba(0, 0, 0, 0.11); }
    .reviews-sidebar-text {
      padding: 1.25rem 0 0.625rem;
      font-size: 1rem;
      line-height: 1.1;
      font-weight: 400; }
    .reviews-sidebar-send {
      width: 100%;
      padding-top: 0.625rem;
      padding-bottom: 0.625rem;
      font-size: 1.125rem;
      line-height: 1;
      color: #a38f6b;
      border-color: #a38f6b; }
  .reviews-counter {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    opacity: 0.8;
    color: #4f4f4f;
    font-size: 1.125rem;
    font-weight: 700;
    text-align: center;
    margin-bottom: 1.6875rem;
    position: relative; }
    .reviews-counter::before {
      content: '';
      position: absolute;
      z-index: -1;
      left: 0;
      top: 50%;
      width: 100%;
      height: 1px;
      background-color: #f2f2f2; }
    .reviews-counter p {
      display: inline-block;
      background-color: #fff;
      padding: 0 2.5rem; }
    .reviews-counter #reviewsVisible {
      padding: 0.3125rem 0.625rem;
      background-color: #f1efe3;
      border-radius: 0.3125rem; }
  .reviews-btn {
    margin: auto;
    width: 20.625rem;
    height: 3.6875rem;
    padding: 0;
    max-width: 100%;
    cursor: pointer; }
    .reviews-btn .label, .reviews-btn span {
      width: 100%;
      height: 100%;
      margin-right: 0;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      font-size: 1.25rem;
      padding: 0;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      cursor: pointer;
      border-radius: 5px !important; }
      .reviews-btn .label:hover, .reviews-btn span:hover {
        background-color: #68d30f; }
    .reviews-btn::after {
      display: none; }
  .reviews-preloader {
    display: none;
    text-align: center;
    height: 3.4375rem; }
  .reviews-text {
    padding-top: 1.0625rem; }
  .reviews-text-wrapper {
    position: relative;
    margin-bottom: 2.125rem;
    margin-left: 0;
    overflow: hidden; }
    @media screen and (max-width: 639px) {
      .reviews-text-wrapper {
        margin-right: 0; } }
  .reviews-img {
    width: 50%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    line-height: 0;
    margin-bottom: 1.25rem; }
    @media screen and (max-width: 639px) {
      .reviews-img {
        width: 100%;
        float: none;
        padding-left: 0 !important;
        padding-right: 0 !important; } }
    .reviews-img img {
      width: 100%;
      height: auto;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      border: 1px solid #e5e5e5; }
    .reviews-img:nth-child(odd) {
      float: left;
      padding-right: 0.625rem; }
    .reviews-img:nth-child(even) {
      padding-left: 0.625rem;
      float: right; }
  .reviews-viewport {
    -webkit-transition: opacity 0.7s, -webkit-transform 0.7s;
    transition: opacity 0.7s, -webkit-transform 0.7s;
    transition: transform 0.7s, opacity 0.7s;
    transition: transform 0.7s, opacity 0.7s, -webkit-transform 0.7s;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    opacity: 0; }
    .reviews-viewport::after {
      content: '';
      display: block;
      clear: both; }
    .reviews-viewport.visible {
      -webkit-transform: translateX(0);
      transform: translateX(0);
      opacity: 1; }
    .reviews-viewport.hidden {
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      -webkit-transform: translateX(-100%);
      transform: translateX(-100%);
      opacity: 0; }
  .reviews-popup {
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 100;
    -webkit-transform: translate(-50%, -50%) scale(0.95);
    transform: translate(-50%, -50%) scale(0.95);
    padding: 2.0625rem;
    background-color: #fff;
    border-radius: 7px;
    text-align: center;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    opacity: 0;
    pointer-events: none; }
    .reviews-popup.visible {
      -webkit-transform: translate(-50%, -50%) scale(1);
      transform: translate(-50%, -50%) scale(1);
      opacity: 1;
      pointer-events: auto; }
    .reviews-popup-title {
      font-size: 1.5625rem;
      font-weight: 400;
      line-height: 1.44; }
    .reviews-popup-text {
      margin-top: 5rem;
      font-size: 1.375rem;
      font-weight: 400;
      color: #3c3c3c; }
    .reviews-popup-viber {
      display: block;
      width: 16.875rem;
      margin: 5rem auto 0;
      padding-top: 0.625rem;
      padding-bottom: 0.625rem;
      padding-left: 3.75rem;
      padding-right: 3.125rem;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      border-radius: 2.0625rem;
      font-size: 1.375rem;
      font-weight: 400;
      color: #75a6c0;
      border: 1px solid #75a6c0;
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 10'%3E%3Cpolyline points='1,6 4,9 11,1' fill='none' stroke-width='1' stroke='%2375a6c0'/%3E%3C/svg%3E");
      background-repeat: no-repeat;
      background-size: 0.75rem 0.625rem;
      background-position: left 1.25rem center;
      white-space: nowrap;
      -webkit-transition: -webkit-box-shadow 0.3s;
      transition: -webkit-box-shadow 0.3s;
      transition: box-shadow 0.3s;
      transition: box-shadow 0.3s, -webkit-box-shadow 0.3s; }
      .reviews-popup-viber:hover {
        -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
        box-shadow: 0 0 5px rgba(0, 0, 0, 0.4); }
    .reviews-popup-btn {
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none;
      padding: 0;
      border: none;
      background: none;
      color: #3c3c3c;
      font-size: 1.125rem; }
      .reviews-popup-btn:focus {
        outline: none; }
    .reviews-popup-bottom {
      margin-top: 2.8125rem;
      cursor: pointer; }
      .reviews-popup-bottom:hover {
        text-decoration: underline; }
    .reviews-popup-icon {
      position: absolute;
      top: 1.25rem;
      right: 1.25rem;
      width: 0.625rem;
      height: 0.625rem;
      cursor: pointer; }
      .reviews-popup-icon::before {
        -webkit-transform: translate(-50%, -50%) rotate(45deg);
        transform: translate(-50%, -50%) rotate(45deg); }
      .reviews-popup-icon::after {
        -webkit-transform: translate(-50%, -50%) rotate(-45deg);
        transform: translate(-50%, -50%) rotate(-45deg); }
      .reviews-popup-icon:hover {
        -webkit-transform: scale(1.2);
        transform: scale(1.2); }

.reviews-popup-icon::before, .reviews-popup-icon::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0.875rem;
  height: 1px;
  background-color: #3c3c3c; }

.slider-control-left, .slider-control-right {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 0.65;
  cursor: pointer;
  width: 3.75rem;
  height: 5.625rem;
  -webkit-tap-highlight-color: transparent;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .slider-control-left svg, .slider-control-right svg {
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 3.75rem;
    height: 3.75rem;
    position: relative; }
  .slider-control-left path.path-arrow, .slider-control-right path.path-arrow {
    fill: #acdd80;
    -webkit-transition: fill 0.3s;
    transition: fill 0.3s; }
  .slider-control-left:hover path.path-arrow, .slider-control-right:hover path.path-arrow {
    fill: #7ecb39; }
  .slider-control-left:focus, .slider-control-right:focus {
    outline: none; }

.slider {
  padding-left: 2.9375rem;
  padding-right: 3.3125rem;
  padding-bottom: 0.4375rem;
  position: relative; }
  .slider::after {
    content: '';
    position: absolute;
    top: 100%;
    left: 50%;
    -webkit-transform: translatex(-50%);
    transform: translatex(-50%);
    width: 10rem;
    height: 0.125rem;
    background-color: #0098dc; }
  .slider-item {
    padding-bottom: 0.9375rem; }
    .slider-item iframe {
      width: 100%;
      height: 100%; }
    .slider-item-container {
      height: 180px;
      background-color: #000;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      position: relative;
      background-position: 0 50%;
      background-size: contain;
      background-repeat: no-repeat; }
      @media screen and (max-width: 639px) {
        .slider-item-container {
          height: 22rem; } }
  .slider-header {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 0.625rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    white-space: nowrap;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(transparent));
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), transparent); }
    .slider-header img {
      width: 1.875rem;
      height: 1.875rem;
      border-radius: 50%; }
    .slider-header h3 {
      color: whitesmoke;
      margin-left: 0.625rem; }
  .slider-play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 4.25rem;
    height: 3rem;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    cursor: pointer; }
    .slider-play-btn svg {
      width: 4.25rem;
      height: 3rem; }
    .slider-play-btn path.yt-bg {
      -webkit-transition: fill 0.3s;
      transition: fill 0.3s;
      fill: rgba(0, 0, 0, 0.25); }
    .slider-play-btn:hover path.yt-bg {
      fill: #f00; }
  .slider-control-left {
    left: 0;
    -webkit-transform: translateY(-50%) scale(-1);
    transform: translateY(-50%) scale(-1);
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start; }
    .slider-control-left svg {
      top: 1.125rem;
      left: 0.8125rem; }
  .slider-control-right {
    right: 0;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end; }
    .slider-control-right svg {
      left: 0.5rem;
      top: -0.875rem; }

.brands {
  padding-top: 50px;
  padding-bottom: 38px;
  background-color: #f6f6f6;
  text-align: center; }
  .brands-list {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 26px;
    padding: 61px 138px 0; }
    @media screen and (max-width: 639px) {
      .brands-list {
        padding-left: 0;
        padding-right: 0; } }
    .brands-list li {
      -webkit-flex-basis: 16.66667%;
      -ms-flex-preferred-size: 16.66667%;
      flex-basis: 16.66667%;
      max-width: 16.66667%;
      margin-bottom: 15px; }
      @media screen and (max-width: 991px) {
        .brands-list li {
          -webkit-flex-basis: 25%;
          -ms-flex-preferred-size: 25%;
          flex-basis: 25%;
          max-width: 25%; } }
      @media screen and (max-width: 767px) {
        .brands-list li {
          -webkit-flex-basis: 33.3333%;
          -ms-flex-preferred-size: 33.3333%;
          flex-basis: 33.3333%;
          max-width: 33.3333%; } }
    .brands-list img {
      max-width: 100%; }

.lines-around {
  position: relative; }
  .lines-around::before {
    right: 100%;
    margin-right: 15px; }
  .lines-around::after {
    left: 100%;
    margin-left: 15px; }

.lines-around::before, .lines-around::after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 85px;
  height: 1px;
  background-color: #e6e6e6; }

.app {
  text-align: right; }
  .app .container {
    position: relative;
    padding-top: 5rem;
    padding-bottom: 6.0625rem; }
    @media screen and (max-width: 639px) {
      .app .container {
        padding-bottom: 15.25rem; } }
  .app .title {
    text-align: inherit;
    padding-right: 23.625rem;
    padding-left: 15%; }
    @media screen and (max-width: 639px) {
      .app .title {
        padding-left: 0;
        padding-right: 0;
        text-align: center; } }
  .app-text {
    margin-top: 1.1875rem;
    padding-right: 23.625rem;
    padding-left: 15%;
    color: #3c3c3c;
    font-size: 1.125rem;
    font-weight: 400;
    line-height: 1.2; }
    @media screen and (max-width: 639px) {
      .app-text {
        padding-left: 0;
        padding-right: 0;
        text-align: center; }
        .app-text::after {
          content: '';
          display: block;
          width: 160px;
          height: 2px;
          margin-top: 30px;
          margin-left: auto;
          margin-right: auto;
          background-color: #0098dc; } }
  .app-links {
    margin-top: 1.875rem;
    padding-right: 23.625rem;
    padding-left: 15%; }
    @media screen and (max-width: 639px) {
      .app-links {
        position: absolute;
        bottom: 20px;
        right: 50%;
        margin-top: 0;
        padding-right: 0;
        padding-left: 0; } }
    .app-links a {
      display: inline-block;
      margin-left: 1.25rem;
      border-radius: 5px;
      -webkit-transition: -webkit-box-shadow 0.3s;
      transition: -webkit-box-shadow 0.3s;
      transition: box-shadow 0.3s;
      transition: box-shadow 0.3s, -webkit-box-shadow 0.3s; }
      .app-links a:hover {
        -webkit-box-shadow: 0 0 0 4px white, 0 0 0 6px rgba(129, 177, 54, 0.3);
        box-shadow: 0 0 0 4px white, 0 0 0 6px rgba(129, 177, 54, 0.3); }
    .app-links img {
      border-radius: 5px;
      max-width: 48vw; }
  .app-background {
    position: absolute;
    right: 3.625rem;
    bottom: 0;
    width: 16.9375rem;
    height: 28.5625rem;
    background-size: cover; }
    @media screen and (max-width: 639px) {
      .app-background {
        right: 0;
        top: 100%;
        width: 13.375rem;
        height: 22.5rem;
        margin-top: -13rem; } }

.massmedia {
  position: relative;
  z-index: 1;
  padding-top: 3rem;
  padding-bottom: 2.4375rem;
  text-align: center;
  background-color: #f6f6f6; }
  .massmedia-list {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    margin-top: 3.5625rem;
    margin-bottom: 2.8125rem;
    padding-left: 4.375rem;
    padding-right: 8.125rem; }
    @media screen and (max-width: 992px) {
      .massmedia-list {
        padding-left: 0;
        padding-right: 0; } }
    @media screen and (max-width: 767px) {
      .massmedia-list {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; } }
    @media screen and (max-width: 639px) {
      .massmedia-list {
        display: block; } }
    .massmedia-list li {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center; }
      @media screen and (max-width: 767px) {
        .massmedia-list li {
          -webkit-flex-basis: 25%;
          -ms-flex-preferred-size: 25%;
          flex-basis: 25%;
          max-width: 25%; } }
    .massmedia-list img {
      max-width: 100%; }
  .massmedia .tns-outer {
    position: relative; }
  .massmedia .tns-controls button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: none;
    border: none;
    position: absolute;
    top: 50%;
    z-index: 5;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 1.875rem;
    height: 3.75rem;
    overflow: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: transparent;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 50'%3E%3Cpolyline points='3,3 24,23 3,47' stroke-width='8' stroke='%23c3dcad' fill='none'%3E%3C/polyline%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    cursor: pointer; }
    .massmedia .tns-controls button:nth-child(1) {
      left: 0;
      -webkit-transform: translateY(-50%) scale(-1);
      transform: translateY(-50%) scale(-1); }
    .massmedia .tns-controls button:nth-child(2) {
      right: 0; }

.countries {
  padding-top: 3.375rem;
  overflow: hidden; }
  .countries-map {
    margin-top: 1.25rem; }
    .countries-map img {
      width: 100%; }
      @media screen and (max-width: 639px) {
        .countries-map img {
          width: 1054px;
          -webkit-transform: translateX(-33%);
          transform: translateX(-33%); } }

.aboutme {
  padding-top: 3.0625rem;
  padding-bottom: 0.625rem;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f6f6f6), to(#fff));
  background-image: linear-gradient(to bottom, #f6f6f6, #fff); }
  @media screen and (max-width: 639px) {
    .aboutme {
      position: relative;
      padding-bottom: 9.75rem; } }
  .aboutme-row {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .aboutme-col:nth-child(1) {
    -webkit-flex-basis: calc(100% - 34.75rem);
    -ms-flex-preferred-size: calc(100% - 34.75rem);
    flex-basis: calc(100% - 34.75rem);
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    max-width: calc(100% - 34.75rem);
    padding-top: 3.75rem; }
    @media screen and (max-width: 639px) {
      .aboutme-col:nth-child(1) {
        -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%; } }
  .aboutme-col:nth-child(2) {
    -webkit-flex-basis: 34.75rem;
    -ms-flex-preferred-size: 34.75rem;
    flex-basis: 34.75rem;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    max-width: 34.75rem; }
    @media screen and (max-width: 639px) {
      .aboutme-col:nth-child(2) {
        -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%; } }
  .aboutme-info {
    padding-left: 1.375rem;
    border-left: 5px solid #0098dc;
    font-size: 1.875rem;
    line-height: 1.2; }
    @media screen and (max-width: 639px) {
      .aboutme-info {
        border-left: none;
        padding-left: 0;
        text-align: center; } }
  .aboutme-counters {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 1.125rem;
    margin-bottom: 1.5625rem;
    padding: 0.5rem 0 0.625rem;
    border-top: 1px solid #e3e3e3;
    border-bottom: 1px solid #e3e3e3; }
    @media screen and (max-width: 639px) {
      .aboutme-counters {
        display: none; } }
    .aboutme-counters li {
      -webkit-flex-basis: 50%;
      -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      padding: 0.625rem 0;
      font-size: 1.375rem;
      font-weight: 400;
      -webkit-box-sizing: border-box;
      box-sizing: border-box; }
      .aboutme-counters li:first-child {
        -webkit-flex-basis: 45.8%;
        -ms-flex-preferred-size: 45.8%;
        flex-basis: 45.8%;
        padding-left: 0;
        border-right: 1px solid #e3e3e3; }
      .aboutme-counters li:nth-child(2) {
        padding-left: 1.25rem; }
        .aboutme-counters li:nth-child(2) svg {
          padding-right: 0.875rem; }
    .aboutme-counters svg {
      padding-right: 0.375rem; }
    .aboutme-counters .icon-eye {
      width: 2.625rem;
      height: 1.9375rem; }
    .aboutme-counters .icon-user {
      width: 1.5rem;
      height: 1.5rem; }
  .aboutme-link {
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    width: 19.0625rem;
    height: 3.875rem;
    padding-left: 0.625rem;
    color: #3c3c3c;
    font-size: 1.375rem;
    font-weight: 400; }
    @media screen and (max-width: 639px) {
      .aboutme-link {
        position: absolute;
        bottom: 3.0625rem;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%); } }
  .aboutme-yt {
    width: 3.8125rem;
    height: 2.9375rem;
    margin-right: 0.625rem;
    fill: #0098dc; }
  .aboutme-video {
    margin-top: 1.875rem;
    padding-top: 1.1875rem;
    padding-left: 4.25rem;
    padding-right: 4.4375rem;
    padding-bottom: 2.9375rem;
    background-size: contain;
    background-repeat: no-repeat; }
    @media screen and (max-width: 639px) {
      .aboutme-video {
        padding-top: 1.0625rem;
        padding-left: 3.375rem;
        padding-right: 3.5625rem;
        padding-bottom: 2.9375rem; } }
    .aboutme-video div {
      position: relative;
      height: 16.5rem;
      background-color: #000; }
      @media screen and (max-width: 639px) {
        .aboutme-video div {
          height: 13.625rem; } }
    .aboutme-video iframe {
      width: 100%;
      height: 100%; }
  .aboutme-video-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    cursor: pointer;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    fill: white; }
    .aboutme-video-btn:hover {
      fill: #c6c6c6; }

.help {
  padding: 2.5rem 0 4.625rem;
  background-color: #f6f6f6; }
  .help-list {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 2.5rem; }
    @media screen and (max-width: 639px) {
      .help-list {
        display: none; } }
  .help-item {
    -webkit-flex-basis: calc(33.3333% - 27px);
    -ms-flex-preferred-size: calc(33.3333% - 27px);
    flex-basis: calc(33.3333% - 27px);
    text-align: center;
    border-radius: 0.3125rem;
    overflow: hidden;
    background-color: #fff; }
    .help-item h4 {
      padding: 1rem 0;
      background-color: #e3e5ea;
      font-size: 1.375rem;
      font-weight: 400;
      line-height: 2.25rem; }
  .help-content {
    padding: 1.6875rem 2.25rem; }
  .help-content.tel {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 1.25rem 1.5625rem; }
    .help-content.tel .col {
      -webkit-box-sizing: border-box;
      box-sizing: border-box; }
      .help-content.tel .col:nth-child(1) {
        -webkit-flex-basis: 7.1875rem;
        -ms-flex-preferred-size: 7.1875rem;
        flex-basis: 7.1875rem;
        width: 7.1875rem;
        padding-right: 1.25rem;
        border-right: 1px solid rgba(0, 0, 0, 0.22); }
        .help-content.tel .col:nth-child(1) span {
          display: block;
          font-size: 1.5625rem; }
          @media screen and (max-width: 800px) {
            .help-content.tel .col:nth-child(1) span {
              font-size: 1.25rem; } }
      .help-content.tel .col:nth-child(2) {
        -webkit-flex-basis: calc(100% - 7rem);
        -ms-flex-preferred-size: calc(100% - 7rem);
        flex-basis: calc(100% - 7rem);
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        font-size: 2.1875rem; }
        @media screen and (max-width: 800px) {
          .help-content.tel .col:nth-child(2) {
            font-size: 1.875rem; } }
  .help-button {
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
    border-width: 1px; }
    .help-button.viber {
      color: #a29967;
      border-color: #a29967; }
    .help-button.callback {
      color: #7393af;
      border-color: #7393af; }

.footer {
  background-color: #0c0c0c;
  color: white;
  overflow: hidden; }
  .footer .menu {
    padding: 1.375rem 0 1.6875rem;
    background: none;
    border-bottom: 1px solid #9b9b9b; }
    .footer .menu a::after,
    .footer .menu li.active::after {
      background-color: #0098dc; }
  .footer .copy {
    border-top: 1px solid #9b9b9b;
    padding: 1.3125rem 0;
    text-align: center;
    opacity: 0.75;
    font-size: 0.875rem; }
    @media screen and (max-width: 639px) {
      .footer .copy {
        padding: 2.2rem 9%;
        font-size: 1.275rem;
        line-height: 1.6;
        color: #999999; } }
  .footer-row {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 1.25rem;
    padding-bottom: 0.75rem; }
    @media screen and (max-width: 639px) {
      .footer-row {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding-top: 1.65rem;
        padding-bottom: 3rem; } }
  .footer-col:nth-child(1) {
    -webkit-flex: 0 0 22.1875rem;
    -ms-flex: 0 0 22.1875rem;
    flex: 0 0 22.1875rem;
    padding-left: 9px; }
    @media screen and (max-width: 639px) {
      .footer-col:nth-child(1) {
        -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2; } }
  .footer-col:nth-child(2) {
    padding: 0 5rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
    @media screen and (max-width: 639px) {
      .footer-col:nth-child(2) {
        display: none; } }
    .footer-col:nth-child(2) .subtitle {
      text-align: left; }
  .footer-col:nth-child(3) {
    padding-top: 0.625rem;
    -webkit-flex: 0 0 16.375rem;
    -ms-flex: 0 0 16.375rem;
    flex: 0 0 16.375rem;
    font-size: 1.3125rem;
    font-weight: 400;
    line-height: 1.71429; }
    @media screen and (max-width: 639px) {
      .footer-col:nth-child(3) {
        -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1; } }
  .footer .description {
    margin: 0.625rem 0 1.875rem;
    font-size: 1rem;
    line-height: 1.125; }
    .footer .description a {
      text-decoration: underline; }
  .footer-address {
    padding-left: 1.875rem;
    padding-top: 0.25rem;
    font-size: 1.125rem;
    line-height: 1.66667; }
    @media screen and (max-width: 639px) {
      .footer-address {
        position: relative;
        margin-top: 2.5rem;
        padding-top: 2.4rem;
        padding-left: 1.8em;
        font-size: 1.5rem;
        letter-spacing: -0.5px; }
        .footer-address::before {
          content: '';
          display: inline-block;
          position: absolute;
          left: 6%;
          bottom: 100%;
          width: 84%;
          height: 2px;
          background-color: #9b9b9b; } }
    .footer-address li {
      position: relative;
      margin-bottom: 0.8125rem;
      padding-bottom: 0.4375rem;
      border-bottom: 1px solid #9b9b9b; }
      .footer-address li::before {
        content: '';
        position: absolute;
        right: 100%;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        width: 1.625rem;
        height: 2.125rem;
        margin-right: 0.6875rem;
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64'%3E%3Cg%3E%3Cg transform='translate(232.000000, 376.000000)'%3E%3Cstyle%3Epath%7Bfill: %23ffffff%7D%3C/style%3E%3Cpath d='M-200-320.3l-0.9-1.1c-0.6-0.8-15.9-18.7-15.9-29.4c0-9.3,7.6-16.8,16.8-16.8s16.8,7.6,16.8,16.8c0,10.7-15.3,28.7-15.9,29.4L-200-320.3L-200-320.3z M-200-365.3c-8,0-14.4,6.5-14.4,14.4c0,8.4,11.1,22.7,14.4,26.8c3.3-4.1,14.4-18.3,14.4-26.8C-185.6-358.8-192-365.3-200-365.3L-200-365.3z'/%3E%3Cpath d='M-200-344.4c-3.5,0-6.4-2.9-6.4-6.4s2.9-6.4,6.4-6.4s6.4,2.9,6.4,6.4S-196.5-344.4-200-344.4L-200-344.4z M-200-354.8c-2.2,0-4,1.8-4,4s1.8,4,4,4c2.2,0,4-1.8,4-4S-197.8-354.8-200-354.8L-200-354.8z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }
        @media screen and (max-width: 639px) {
          .footer-address li::before {
            width: 2rem;
            height: 2.6rem; } }
  .footer hr {
    max-width: 15.8125rem;
    margin-bottom: 0.875rem;
    margin-left: 0;
    border-color: #9b9b9b; }
    @media screen and (max-width: 639px) {
      .footer hr {
        max-width: 84%;
        margin-left: 8%; } }
  .footer-socials {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-left: 1.875rem;
    padding-top: 0.625rem; }
    @media screen and (max-width: 639px) {
      .footer-socials {
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding-top: 2.425rem;
        padding-left: 0; } }
    .footer-socials li {
      margin-right: 0.75rem; }
      @media screen and (max-width: 639px) {
        .footer-socials li {
          margin-left: 0.75rem; } }
    .footer-socials a {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      width: 2.5rem;
      height: 2.5rem;
      border: 1px solid #fff;
      border-radius: 50%; }
      @media screen and (max-width: 639px) {
        .footer-socials a {
          width: 4.5rem;
          height: 4.5rem; } }
    .footer-socials svg {
      max-width: 100%;
      fill: white; }
    .footer-socials .icon-facebook {
      height: 1.0625rem; }
      @media screen and (max-width: 639px) {
        .footer-socials .icon-facebook {
          height: 2.3125rem; } }
    .footer-socials .icon-instagram {
      height: 1rem; }
      @media screen and (max-width: 639px) {
        .footer-socials .icon-instagram {
          height: 1.5rem; } }
    .footer-socials .icon-youtube {
      height: 1rem; }
      @media screen and (max-width: 639px) {
        .footer-socials .icon-youtube {
          height: 2rem; } }
  .footer-consult-btn {
    width: 100%;
    padding: 0.3125rem;
    color: white; }
    @media screen and (max-width: 639px) {
      .footer-consult-btn {
        width: 90%;
        margin: auto;
        font-size: 2rem;
        padding-top: 0.6rem;
        padding-bottom: 0.6rem;
        border-width: 2px;
        border-radius: 7px; } }
  .footer-tel {
    padding-top: 1.0625rem;
    padding-bottom: 0.5rem;
    padding-left: 3.3125rem; }
    @media screen and (max-width: 639px) {
      .footer-tel {
        width: 90%;
        margin-left: 10%;
        padding-top: 1.67rem;
        padding-left: 4rem; } }
    .footer-tel li {
      position: relative;
      margin-bottom: 0.125rem; }
      @media screen and (max-width: 639px) {
        .footer-tel li {
          margin-bottom: 0.325rem; } }
      .footer-tel li::before {
        content: '';
        position: absolute;
        top: 50%;
        right: 100%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        margin-right: 0.9375rem;
        width: 1.5rem;
        height: 1.5rem;
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 40 40'%3E%3Cstyle%3E path %7Bfill: white%7D %3C/style%3E%3Cpath d='M20,2c9.925,0,18,8.075,18,18s-8.075,18-18,18c-9.925,0-18-8.075-18-18S10.075,2,20,2 M20,0 C8.955,0,0,8.954,0,20c0,11.047,8.955,20,20,20c11.047,0,20-8.953,20-20C40,8.954,31.047,0,20,0L20,0z'/%3E%3Cpath clip-rule='evenodd' d='M14.371,9.793c1.207-0.228,1.998,1.133,2.6,2.072 c0.586,0.912,1.307,1.982,1.016,3.169c-0.162,0.666-0.764,1.029-1.219,1.422c-0.449,0.388-1.133,0.744-1.299,1.34 c-0.271,0.967,0.322,1.982,0.689,2.56c0.834,1.306,1.842,2.483,3.129,3.534c0.623,0.51,1.488,1.191,2.355,1.016 c1.295-0.262,1.637-1.859,3.047-2.072c1.342-0.203,2.25,0.77,3.008,1.422c0.73,0.631,1.908,1.439,1.828,2.52c-0.047,0.621-0.545,1.006-0.977,1.381c-0.439,0.383-0.824,0.813-1.258,1.096c-1.051,0.686-2.34,1.022-3.82,0.976c-1.451-0.045-2.607-0.538-3.656-1.097c-2.051-1.094-3.672-2.633-5.199-4.348c-1.502-1.686-2.889-3.682-3.656-5.889 c-0.957-2.756-0.451-5.587,1.098-7.353c0.262-0.3,0.676-0.613,1.055-0.935C13.49,10.284,13.84,9.893,14.371,9.793z' fill-rule='evenodd'/%3E%3C/svg%3E");
        background-repeat: no-repeat; }
        @media screen and (max-width: 639px) {
          .footer-tel li::before {
            width: 2.5rem;
            height: 2.5rem;
            margin-right: 1.4rem; } }
    @media screen and (max-width: 639px) {
      .footer-tel .tel {
        font-size: 2.1rem; } }
  .footer-viber-btn {
    display: block;
    padding-left: 3.75rem;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 90 90'%3E%3Cpath d='M90,43.8c0,24.2-19.8,43.8-44.2,43.8c-7.7,0-15-2-21.4-5.5L0,90l8-23.5c-4-6.6-6.3-14.4-6.3-22.6 C1.6,19.6,21.4,0,45.8,0C70.2,0,90,19.6,90,43.8z M45.8,7C25.3,7,8.7,23.5,8.7,43.8c0,8.1,2.6,15.5,7.1,21.6l-4.6,13.7l14.3-4.5c5.9,3.9,12.9,6.1,20.4,6.1C66.3,80.7,83,64.2,83,43.8S66.3,7,45.8,7zM68.1,53.9c-0.3-0.4-1-0.7-2.1-1.3 c-1.1-0.5-6.4-3.1-7.4-3.5c-1-0.4-1.7-0.5-2.4,0.5c-0.7,1.1-2.8,3.5-3.4,4.2c-0.6,0.7-1.3,0.8-2.3,0.3c-1.1-0.5-4.6-1.7-8.7-5.3c-3.2-2.8-5.4-6.4-6-7.4c-0.6-1.1-0.1-1.7,0.5-2.2c0.5-0.5,1.1-1.3,1.6-1.9c0.5-0.6,0.7-1.1,1.1-1.8c0.4-0.7,0.2-1.3-0.1-1.9c-0.3-0.5-2.4-5.8-3.3-8c-0.9-2.1-1.8-1.8-2.4-1.8c-0.6,0-1.4-0.1-2.1-0.1s-1.9,0.3-2.9,1.3c-1,1.1-3.8,3.7-3.8,9c0,5.3,3.9,10.4,4.4,11.1c0.5,0.7,7.5,11.9,18.5,16.2c11,4.3,11,2.9,13,2.7c2-0.2,6.4-2.6,7.3-5.1C68.4,56.5,68.4,54.4,68.1,53.9z' fill='white'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: left 0.875rem center;
    background-size: 1.625rem; }
    @media screen and (max-width: 639px) {
      .footer-viber-btn {
        font-size: 2.1rem;
        width: 90%;
        margin-top: 2.2rem;
        margin-left: 10%;
        padding-left: 4.45rem;
        background-size: 2.6rem;
        background-position: left 0.2rem center; } }
    .footer-viber-btn * {
      border-bottom: 1px dotted #fff; }
  .footer-mail {
    display: block;
    padding-left: 3.75rem;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cpath d='M5.31500722,9.27391933 C5.12106043,9.45739405 5,9.71770487 5,10.0068455 L5,21.9931545 C5,22.2828882 5.11915965,22.5440384 5.31310687,22.7277332 L5.31310687,22.7277332 L13.05,16 L5.31500722,9.27391933 L5.31500722,9.27391933 L5.31500722,9.27391933 Z M27.6868931,9.27226685 C27.8808404,9.45596162 28,9.71711185 28,10.0068455 L28,21.9931545 C28,22.2822951 27.8789396,22.542606 27.6849928,22.7260807 L19.95,16 L27.6868931,9.27226685 L27.6868931,9.27226685 Z M19.2018297,16.6505829 L26.5,23 L6.5,23 L13.7981703,16.6505829 L16.5,19 L19.2018297,16.6505829 L19.2018297,16.6505829 Z M6.00359486,8 C4.89703997,8 4,8.89451376 4,9.99406028 L4,22.0059397 C4,23.1072288 4.88976324,24 6.00359486,24 L26.9964051,24 C28.10296,24 29,23.1054862 29,22.0059397 L29,9.99406028 C29,8.8927712 28.1102368,8 26.9964051,8 L6.00359486,8 L6.00359486,8 Z M16.5,17.7000122 L26.5,9 L6.5,9 L16.5,17.7000122 L16.5,17.7000122 Z' fill='%23ffffff' fill-rule='evenodd'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: left 7px center;
    background-size: 2.0625rem; }
    @media screen and (max-width: 639px) {
      .footer-mail {
        font-size: 2.1rem;
        width: 90%;
        margin-top: 0.7rem;
        margin-left: 10%;
        padding-left: 4.45rem;
        background-size: 3.2rem;
        background-position: left -7px center; } }
