body {
  background: #4B5463;
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  color: #FFFFFF;
  text-align: center; }

p {
  margin: 0; }

a {
  text-decoration: none;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s; }
  a:hover {
    text-decoration: none;
    color: #785AFA !important; }
    a:hover span {
      border-color: #785AFA !important; }

.btn {
  width: 100%;
  max-width: 229px;
  height: 56px;
  background: #F4DB4D;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.035em;
  color: #414141;
  position: relative;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s; }
  .btn:before {
    content: '';
    position: absolute;
    left: 4px;
    right: 4px;
    top: 4px;
    bottom: 4px;
    border: 1px dashed #414141;
    -webkit-box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.35);
            box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.35);
    border-radius: 3px; }
  .btn:hover {
    color: #ffffff;
    background: #785AFA; }
    .btn:hover:before {
      border-color: #ffffff; }

.main {
  overflow: hidden;
  width: 100%;
  position: relative; }

.banner {
  min-height: 100vh;
  position: relative;
  padding-top: 240px;
  padding-bottom: 30px;
  overflow: hidden; }
  .banner:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-image: url("/img/banner__bg.png");
    background-position: center;
    background-size: cover;
    z-index: 1;
    pointer-events: none; }
  .banner:after {
    content: '';
    position: absolute;
    width: 549px;
    height: 625px;
    background-image: url("/img/man.png");
    background-position: top center;
    bottom: 0;
    left: 50%;
    margin-left: 125px;
    z-index: 3;
    pointer-events: none;
    background-repeat: no-repeat; }
    @media (max-width: 1024px) {
      .banner:after {
        background-position: right bottom;
        background-image: url("/img/man--pad.png");
        width: 549px;
        height: 957px;
        bottom: 0;
        right: 0;
        margin: 0;
        left: auto; } }
    @media (max-width: 767px) {
      .banner:after {
        background-image: url("/img/man--mobile.png");
        width: 249px;
        height: 454px; } }
  @media (max-width: 1450px) {
    .banner {
      padding-top: 100px; } }
  @media (max-width: 1024px) {
    .banner {
      padding-top: 145px; } }
  @media (max-width: 767px) {
    .banner {
      padding-top: 95px; } }
  @media (max-width: 374px) {
    .banner {
      padding-top: 40px; } }
  .banner .container {
    position: relative;
    z-index: 4; }
  .banner__lines {
    top: -100px;
    left: 50%;
    -webkit-transform: rotate(24deg);
        -ms-transform: rotate(24deg);
            transform: rotate(24deg);
    background: #2A3444;
    width: 200px;
    bottom: -100px;
    position: absolute;
    z-index: 0;
    pointer-events: none; }
    @media (max-width: 767px) {
      .banner__lines {
        width: 150px; } }
    .banner__lines--first {
      margin-left: -675px; }
      @media (max-width: 1024px) {
        .banner__lines--first {
          margin-left: -500px; } }
      @media (max-width: 767px) {
        .banner__lines--first {
          margin-left: -345px; } }
    .banner__lines--second {
      margin-left: -425px; }
      @media (max-width: 1024px) {
        .banner__lines--second {
          margin-left: -250px; } }
      @media (max-width: 767px) {
        .banner__lines--second {
          margin-left: -160px; } }
    .banner__lines--third {
      margin-left: -175px; }
      @media (max-width: 1024px) {
        .banner__lines--third {
          margin-left: -0px; } }
      @media (max-width: 767px) {
        .banner__lines--third {
          margin-left: 25px; } }
  .banner__text {
    margin-top: 40px;
    font-style: italic;
    font-weight: 800;
    font-size: 20px;
    line-height: 24px;
    max-width: 775px;
    text-align: center; }
    @media (max-width: 767px) {
      .banner__text {
        font-size: 16px;
        line-height: 20px;
        margin-top: 25px; } }
    @media (max-width: 374px) {
      .banner__text {
        margin-top: 15px;
        font-size: 14px;
        line-height: 17px; } }
  .banner__contacts--text {
    margin-top: 30px;
    max-width: 442px;
    color: #F4DB4D; }
    @media (max-width: 767px) {
      .banner__contacts--text {
        font-size: 16px;
        line-height: 20px; } }
    @media (max-width: 374px) {
      .banner__contacts--text {
        margin-top: 15px; } }
  .banner__contacts--under {
    margin-top: 20px;
    font-style: italic;
    font-weight: 800;
    font-size: 20px;
    line-height: 24px; }
    @media (max-width: 374px) {
      .banner__contacts--under {
        margin-top: 10px; } }
  .banner__contacts--btn {
    margin-top: 30px; }
    @media (max-width: 374px) {
      .banner__contacts--btn {
        margin-top: 15px; } }
  .banner__contacts--email a {
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    text-align: center;
    color: #FFFFFF;
    display: block;
    margin-top: 30px; }
    @media (max-width: 374px) {
      .banner__contacts--email a {
        margin-top: 15px; } }
    .banner__contacts--email a span {
      -webkit-transition: all .3s;
      -o-transition: all .3s;
      transition: all .3s;
      border-bottom: 1px dashed #FFFFFF; }
  .banner__contacts--hours {
    position: relative;
    margin-top: 10px;
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    text-align: center; }
    @media (max-width: 767px) {
      .banner__contacts--hours {
        font-size: 14px;
        line-height: 17px; } }
    .banner__contacts--hours:before {
      content: '';
      position: absolute;
      width: 184px;
      height: 1px;
      background-color: #ffffff;
      top: 50%;
      margin-top: -1px;
      right: calc(100% + 30px); }
    .banner__contacts--hours:after {
      content: '';
      position: absolute;
      width: 184px;
      height: 1px;
      background-color: #ffffff;
      top: 50%;
      margin-top: -1px;
      left: calc(100% + 30px); }
  .banner__contacts--list {
    margin-top: 44px; }
    @media (max-width: 374px) {
      .banner__contacts--list {
        margin-top: 25px; } }
    .banner__contacts--list > li:not(:first-child) {
      margin-top: 8px; }
  .banner__contacts--phone {
    font-style: italic;
    font-weight: 800;
    font-size: 35px;
    line-height: 43px;
    letter-spacing: 0.035em;
    color: #FFFFFF; }
    @media (max-width: 767px) {
      .banner__contacts--phone {
        font-size: 20px;
        line-height: 24px; } }
    .banner__contacts--phone-big {
      font-size: 48px;
      line-height: 59px; }
      @media (max-width: 767px) {
        .banner__contacts--phone-big {
          font-size: 26px;
          line-height: 32px; } }
  .banner__logo {
    width: 100%; }
    .banner__logo svg {
      max-width: 628px;
      width: 100%;
      height: 49px;
      -webkit-filter: drop-shadow(0px 40px 8px rgba(0, 0, 0, 0.1));
              filter: drop-shadow(0px 40px 8px rgba(0, 0, 0, 0.1)); }
      @media (max-width: 374px) {
        .banner__logo svg {
          height: 22px; } }

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

.social {
  margin-left: 8px; }
  @media (max-width: 374px) {
    .social {
      margin-top: 10px; } }
  .social__link svg {
    width: 41px;
    height: 41px; }
    @media (max-width: 767px) {
      .social__link svg {
        width: 26px;
        height: 26px; } }
  .social li:not(:first-child) {
    margin-left: 30px; }
    @media (max-width: 767px) {
      .social li:not(:first-child) {
        margin-left: 15px; } }
