@font-face {
  font-family: 'Montserrat';
  src: url("../fonts/Montserrat/Montserrat-Regular.ttf") format("truetype"); }
@font-face {
  font-family: 'Bebas Neue';
  src: url("../fonts/Bebas_Neue/BebasNeue-Regular.ttf") format("truetype"); }
html {
  min-height: 100%; }

body {
  min-height: 100vh; }

#new-design {
  background: #fff;
  position: relative;
  font-family: Montserrat;
  font-weight: 500; }
  #new-design.layout-main {
    padding-bottom: 70px; }
  #new-design.layout-minimal {
    display: flex;
    align-items: center; }
  #new-design a.link {
    font-size: 14px;
    line-height: 30px;
    letter-spacing: 0.02em;
    color: #4E6165 !important;
    border-bottom: 1px solid #1FDE82; }
    #new-design a.link:hover {
      border-bottom: 0; }
  #new-design input[type="text"],
  #new-design input[type="password"],
  #new-design select {
    font-family: Montserrat;
    font-size: 14px;
    line-height: 18px;
    color: #4E6165;
    background: #FFFFFF;
    border: 1px solid #EDEDED;
    box-sizing: border-box;
    border-radius: 8px;
    height: 59px;
    padding-left: 28px;
    padding-right: 28px;
    margin-bottom: 10px; }
    #new-design input[type="text"]::placeholder,
    #new-design input[type="password"]::placeholder,
    #new-design select::placeholder {
      font-size: 14px;
      line-height: 18px;
      color: #4E6165; }
  #new-design select {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background-image: url(/new-design/images/caret.svg);
    background-repeat: no-repeat;
    background-position-x: calc(100% - 25px);
    background-position-y: center; }
  #new-design .btn {
    box-sizing: border-box;
    margin-top: 0;
    margin-bottom: 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    height: 59px;
    padding-left: 28px;
    padding-right: 28px;
    font-size: 13px;
    line-height: 16px;
    text-align: center;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    text-shadow: none;
    border: 0; }
    #new-design .btn-primary {
      background: #1FDE82;
      color: #FFFFFF;
      box-shadow: 0px 7px 45px rgba(31, 222, 130, 0.5); }
    #new-design .btn-secondary {
      background: #77C9ED;
      color: #FFFFFF;
      box-shadow: 0px 7px 45px #77C9ED; }
    #new-design .btn-noshadow {
      box-shadow: none; }
  #new-design::after, #new-design::before {
    content: " ";
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    bottom: 0;
    max-width: 50%;
    width: 933px;
    top: 202px;
    z-index: -1; }
  #new-design::after {
    background-image: url(../images/background-left.png);
    background-position: top left;
    left: 0; }
  #new-design::before {
    background-image: url(../images/background-right.png);
    background-position: top right;
    right: 0; }
  #new-design .dropdown.open > .dropdown-toggle {
    background-color: initial; }
  #new-design .dropdown .dropdown-toggle {
    position: relative; }
    #new-design .dropdown .dropdown-toggle .caret {
      position: absolute;
      top: -4px;
      margin-left: 8px;
      box-sizing: border-box;
      transform: rotate(135deg);
      width: 6px;
      height: 6px;
      border-left: 0;
      border-bottom: 0;
      border-top: 2px solid #342D28;
      border-right: 2px solid #342D28; }
  #new-design .dropdown .dropdown-menu {
    border: 1px solid #D2F1FF;
    margin-top: 10px; }
    #new-design .dropdown .dropdown-menu .divider {
      background-color: #1FDE82; }
    #new-design .dropdown .dropdown-menu::before {
      border-bottom-color: #D2F1FF; }
    #new-design .dropdown .dropdown-menu::after {
      border-bottom-color: #fff; }
  #new-design .content-header {
    border-bottom: 0; }
    #new-design .content-header .page-header {
      margin-top: 24px;
      font-size: 30px;
      line-height: 30px;
      color: #4E6165; }
    #new-design .content-header h1 {
      font-size: 30px;
      font-weight: 500;
      line-height: 30px;
      color: #4E6165; }
  #new-design .content-page {
    overflow: visible; }
  #new-design .breadcrumb {
    padding-left: 0;
    padding-bottom: 0; }
    #new-design .breadcrumb li,
    #new-design .breadcrumb a {
      font-weight: 500;
      font-size: 14px;
      line-height: 30px;
      letter-spacing: 0.02em;
      color: #4E6165; }
    #new-design .breadcrumb .active {
      color: #1FDE82; }
  #new-design .section-content {
    background: none; }

@media (max-width: 768px) {
  #new-design .content {
    padding-top: 50px; }
    #new-design .content-header, #new-design .content-inner {
      padding-left: 24px;
      padding-right: 24px; } }
@media (max-width: 460px) {
  #new-design .content-header, #new-design .content-inner {
    padding-left: 15px;
    padding-right: 15px; } }

/*# sourceMappingURL=main.css.map */
