@font-face {
    font-family: "ProximaNova-Bold";
    src: url("https://podpiska.action-kadry.ru/prime/fonts/ProximaNova-Bold.woff") format("woff"), /* chrome, firefox */
    font-style: normal;
    font-weight: 700;
}



@font-face {
    font-family: "ProximaNova-Regular";
    src: url("https://podpiska.action-kadry.ru/prime/fonts/ProximaNova-Regular.woff") format("woff"), /* chrome, firefox */
    font-style: normal;
    font-weight: 400;
}



@font-face {
    font-family: "ProximaNova-Semibold";
    src: url("https://podpiska.action-kadry.ru/prime/fonts/ProximaNova-Semibold.woff") format("woff"), /* chrome, firefox */
    font-style: normal;
    font-weight: 600;
}



@font-face {
    font-family: "ProximaNova-Black";
    src: url("https://podpiska.action-kadry.ru/prime/fonts/ProximaNova-Black.woff") format("woff"), /* chrome, firefox */
    font-style: normal;
    font-weight: 900;
}

@media (min-width: 992px)
.form__input {
    font-size: 14px;
}

@media (max-width: 770px) {
    .void {
      display: none;
    }
  }

.form__input {
    width: 100%;
    padding: 3% 2%;
    font-weight: 400;
    font-size: 12px;
    margin-bottom: 20px;
    outline: 1px solid transparent;
    border: 1px solid transparent;
    background-color: #fff;
    border-radius: 2px;
}

.top_left {
    background-image: url(https://podpiska.action-kadry.ru/prime/img/back1.png);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    min-height: 780px;
}

h1 {
    
    font-weight: 800;
    font-size: 40px;
    line-height: 41px;
    color: #282828;
}

p {
    
    font-weight: 400;
    font-size: 19px;
    line-height: 24px;
    color: #282828;
}

@media (min-width: 992px)
.left-content__btn {
    margin: 0 auto;
}
.btn--w100 {
    cursor: pointer;
    width: 100%;
    line-height: 2;
    padding: 6px 18px;
    color: #fff;
    border: none;
    outline: none;
    border-radius: 3px;
    background-color: #F1361D;
}

.btn--w200 {
    cursor: pointer;
    /*width: 100%;*/
    line-height: 2;
    padding: 14px 36px;
    color: #fff;
    border: none;
    outline: none;
    border-radius: 3px;
    background-color: #0278FF;
}

.font-18 {
    font-weight: 400;
    font-size: 18px;
}

.line {
    padding-bottom: 14px;
}

.line:hover {
    border-bottom: solid 1px #F1361D;
}

.yakor {
    color: #282828;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 12px;
    line-height: 15px;
}

.yakor:hover {
   color: #282828; 
}

.yakor:visited {
   color: #282828; 
}

.s-header-top {
    background: #474D5D;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 15px;
}






