@font-face {
    font-family: 'Halvar';
    src: url('/templates/2017/themes/zabota.pravocard.ru/assets/fonts/HalvarBreit-Bd.woff') format('woff');
    font-weight: 700;
}
@font-face {
    font-family: 'Halvar';
    src: url('/templates/2017/themes/zabota.pravocard.ru/assets/fonts/HalvarBreit-Rg.woff') format('woff');
    font-weight: 400;
}
@font-face {
    font-family: 'Inter';
    src: url('/templates/2017/themes/zabota.pravocard.ru/assets/fonts/Inter-Regular.woff') format('woff');
    font-weight: 400;
}
@font-face {
    font-family: 'Inter';
    src: url('/templates/2017/themes/zabota.pravocard.ru/assets/fonts/Inter-Medium.woff') format('woff');
    font-weight: 500;
}
@font-face {
    font-family: 'Inter';
    src: url('/templates/2017/themes/zabota.pravocard.ru/assets/fonts/Inter-Bold.woff') format('woff');
    font-weight: 700;
}
:root {
    --black: #070707;
    --grayF7: #F7F7F7;
    --gray57: #585757;
    --grayAA: #AAAAAA;
    --white: #FFFFFF;
    --orange: #FF640D;
    --red: #FF0000;
    --font-halvar-rg: "Halvar", sans-serif;
    --font-halvar-bd: "Halvar", sans-serif;
    --font-inter-rg: "Inter", sans-serif;
    --font-inter-md: "Inter", sans-serif;
    --font-inter-bd: "Inter", sans-serif;
}
html {
    height: 100%;
    scroll-behavior: smooth;
}
body{
    font-family: 'Inter', sans-serif;
    color: var(--black);
}
.container-fluid {
    max-width: 1470px;
}
.divider {
    height: 2px;
    background: var(--orange);
    border-radius: 100px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -ms-border-radius: 100px;
    -o-border-radius: 100px;
}
.form-check-input:checked {
    background-color: var(--orange);
    border-color: var(--orange);
}
.text__orange {
    color: var(--orange);
}
.title {
    font-family: var(--font-halvar-bd);
    font-style: normal;
    font-weight: 700;
    font-size: 40px;
    line-height: 46px;
    text-align: center;
    color: var(--black);
}
.text {
    font-family: var(--font-inter-rg);
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 29px;
    color: var(--black);
}
.btn__orange {
    background: var(--orange);
    font-family: var(--font-inter-bd);
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
    color: var(--white);
    border-radius: 5px;
    border: none;
}
.btn__orange:active,
.btn__orange:hover {
    color: var(--white);
    background: linear-gradient(90deg, #FF640D 0%, #F8A70C 100%);
}
.bordered {
    border: 4px solid var(--orange);
    margin-bottom: 64px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}
.modal-body {
    padding: .9375rem .625rem;
}
.modal-content {
    padding: .625rem 1.25rem 1.25rem;
}
.modal legend {
    font-size: 1rem;
    line-height: 1.1875rem;
    color: var(--orange);
}
.modal__link {
    color: var(--orange);
    text-decoration: none;
}
.modal__link:active,
.modal__link:hover {
    color: var(--orange);
    text-decoration: underline;
}
.modal .form-check-input:focus,
.modal input.form-control:focus,
.modal textarea.form-control:focus {
    border-color: var(--orange);
    outline: 0;
    box-shadow: none;
}
.modal .form-check-input:checked {
    background-color: var(--orange);
    border-color: var(--orange);
}
.modal input.form-control,
.modal textarea.form-control {
    border-color: var(--orange);
    padding: 12px;
}
.modal .btn-default {
    padding: .75rem 3.125rem;
}
/* Header */
.header {
    position: relative;
    z-index: 10;
}
.header__link {
    font-family: var(--font-halvar-rg);
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: var(--gray57);
}
.header__link:active,
.header__link:hover {
    color: var(--orange);
}
.header__btn {
    padding: 13px 20px;
}
/* Hero */
.hero__title {
    font-family: var(--font-halvar-bd);
    font-style: normal;
    font-weight: 700;
    font-size: 48px;
    line-height: 56px;
}
.hero__subtitle {
    font-family: var(--font-inter-rg);
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 29px;
}
.hero__img {
    position: relative;
    z-index: 1;
}
.hero__tel {
    min-width: 340px;
    border: 1px solid var(--grayAA);
    border-radius: 5px;
    padding: 13px;
}
.hero__tel:focus {
    border-color: var(--orange);
    outline: 0;
    box-shadow: none;
}
.hero__tel:focus {
    color: var(--black);
    outline: none;
}
.hero__btn {
    padding: 20px 68px;
}
.hero__chat {
    position: absolute;
    left: -60px;
    top: 0;
    width: 300px;
    height: 123px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    /* overflow: hidden; */
}
.hero__chat-right {
    position: absolute;
    right: -30px;
    top: 60px;
    width: 221.5px;
    height: 131px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    /* overflow: hidden; */
}
.hero__chat img,
.hero__chat-right img {
    position: relative;
    top: 0px;
    transition: 1.5s;
    -webkit-transition: 1.5s;
    -moz-transition: 1.5s;
    -ms-transition: 1.5s;
    -o-transition: 1.5s;
}
.hero__chat-right img {
    top: -151px;
}
.hero__chat:hover img {
    top: -143px;
}
.hero__chat:hover .hero__chat-first {
    opacity: 0;
}
.hero__chat-second {
    opacity: 0;
}
.hero__chat:hover .hero__chat-second {
    opacity: 1;
}
.hero__chat-right:hover img {
    top: 0px;
}
.hero__chat-right:hover .hero__chat-fourth {
    opacity: 0;
}
.hero__chat-third {
    opacity: 0;
}
.hero__chat-right:hover .hero__chat-third {
    opacity: 1;
}
/* Features */
.features {
    padding: 120px 0;
}
.features__main {
    row-gap: 32px;
    column-gap: 0;
}
.features__item {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: var(--font-inter-rg);
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    text-align: center;
    color: var(--black);
    border: 4px solid var(--orange);
    min-height: 170px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}
.features__item-small {
    font-size: 16px;
    line-height: 20px;
    color: #FFAE81;
}
.features__item-hide {
    display: none;
}
.features__item:hover {
    color: var(--white);
    background-color: var(--orange);
}
.features__item:hover .features__item-hide {
    display: block;
}
.features__item:hover .features__item-show {
    display: none;
}
/* Distance */
.distance {
    padding: 45px 0 106px;
}
.distance__info {
    margin-bottom: 34px;
}
.distance__title {
    font-family: var(--font-halvar-bd);
    font-size: 24px;
    line-height: 28px;
    color: var(--orange);
    margin-bottom: 32px;
}
.distance__main {
    padding: 95px 0 0 0;
}
.distance__item {
    cursor: pointer;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    height: 100%;
    padding: 15px;
    box-shadow: 0px 4px 4px 2px rgba(0, 0, 0, 0.17);
    border-radius: 5px;
}
.distance__item:hover {
    background: rgba(255, 100, 13, 0.31);
}
.distance__text {
    font-family: var(--font-inter-rg);
    font-size: 20px;
    line-height: 24px;
    padding: 11px 0 0 0;
}
.distance__obj {
    display: flex;
    align-items: center;
    flex: 1 1 auto;
}
.distance__modal .modal-dialog {
    width: 1298px;
    max-width: unset;
}
.distance__modal .model-content {
    border: none;
}
.distance__modal .btn-close {
    position: absolute;
    top: 10px;
    right: 20px;
    width: 10px;
    height: 10px;
    background: url('img/close.svg') no-repeat;
}
.distance__modal-img {
    padding: 30px 20px;
}
.distance__modal-info {
    padding: 30px 20px;
    color: var(--orange);
}
.distance__modal-title {
    font-family: var(--font-halvar-bd);
    font-weight: 700;
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 40px;
}
.distance__modal-info ul {
    margin-left: -16px;
}
.distance__modal-info li:not(:last-child) {
    margin-bottom: 12px;
}
/* Adantages */
.advantages {
    padding: 64px 0 0;
}
.advantages__title {
    font-family: var(--font-halvar-bd);
    font-weight: 700;
    font-size: 40px;
    line-height: 46px;
    margin-bottom: 64px;
}
.advantsges__items {
    list-style-type: none;
}
.advantages__main ul {
    padding-left: 0;
}
.advantages__img {
    margin-left: -90px;
}
.advantages__item-left {
    position: relative;
    font-family: var(--font-halvar-rg);
    font-size: 24px;
    line-height: 28px;
    padding-right: 54px;
}
.advantages__item-right {
    position: relative;
    font-family: var(--font-halvar-rg);
    font-size: 24px;
    line-height: 28px;
    padding-left: 54px;
}
.advantages__item-left:not(:last-child),
.advantages__item-right:not(:last-child)  {
    margin-bottom: 80px;
}
.advantages__marker-left::before {
    content: '';
    position: absolute;
    right: 0;
    top: 5px;
    width: 34px;
    height: 34px;
    content: url('img/marker.svg');
}
.advantages__marker-right::before {
    content: '';
    position: absolute;
    left: 0;
    top: 5px;
    width: 34px;
    height: 34px;
    content: url('img/marker.svg');
}
.marker__first{
    margin-right: 30px;
}
.marker__second{
    margin-right: 80px;
}
.marker__third{
    margin-right: 80px;
}
.marker__fourth{
    margin-right: 50px;
}
.marker__fifth{
    margin-left: 16px;
}
.marker__sixth{
    margin-left: 60px;
}
.marker__seventh{
    margin-left: 85px;
}
.marker__eighth{
    margin-left: 80px;
}
/* Collect */
.collect {
    padding: 120px 0 40px;
}
.collect__title {
    margin-bottom: 65px;
}
.collect__label {
    font-size: 16px;
    line-height: 19px;
    color: var(--orange);
}
.collect__select {
    border-color: var(--orange);
    cursor: pointer;
    border: 1px solid var(--orange);
    border-radius: 5px;
    font-size: 16px;
    line-height: 24px;
    color: #AAAAAA;
    padding: 15px 16px 19px 16px;
}
.collect__select:focus {
    border-color: var(--orange);
    box-shadow: none;
}
.collect__select option {
    font-size: 16px;
    line-height: 19px;
    color: var(--black);
    padding: 12px 0;
}
.collect__option:not(:last-child) {
    border-bottom: 1px solid #AAAAAA;
}
.collect__btn {
    padding: 20px;
    text-align: center;
}
.collect__reset {
    padding: 0;
    border: none;
    font: inherit;
    color: inherit;
    background-color: transparent;
    cursor: pointer;
}
.collect__reset:hover {
    color: var(--orange);
}
.collect__link {
    color: var(--orange);
    text-decoration: none;
}
.collect__link:hover {
    color: var(--orange);
    text-decoration: underline;
}
/* Programm */
.program {
    padding: 120px 0 143px;
}
.program__title {
    color: var(--orange);
}
.program__info {
    border: 4px solid var(--orange);
    border-radius: 10px;
    padding: 24px 29px 20px 32px;
    margin-bottom: 41px;
}
.program__item {
    min-height: 356px;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    padding: 15px;
    border: 2px solid var(--orange);
    border-radius: 10px;
}
.program__text-show,
.program__text-hide {
    font-size: 24px;
    line-height: 29px;
}
.program__obj {
    display: flex;
    align-items: center;
    flex: 1 1 auto;
}
.program__obj-first {
    margin-top: -25px;
}
.program__obj-second {
    margin-top: 10px;
}
.program__obj-third {
    margin-top: -20px;
    margin-left: -8px;
}
.program__obj-fourth {
    margin-left: 36px;
}
.program__obj-hide,
.program__text-hide {
    display: none;
}
.program__item:hover .program__obj-hide,
.program__item:hover .program__text-hide {
    display: block;
}
.program__item:hover .program__obj-show,
.program__item:hover .program__text-show {
    display: none;
}
.program__form {
    min-height: 356px;
    padding: 23px 27px 21px 27px;
    border: 2px solid var(--orange);
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}
.program__form-title {
    font-family: var(--font-halvar-bd);
    font-weight: 700;
    font-size: 24px;
    line-height: 28px;
    color: var(--orange);
    margin-bottom: 12px;
}
.program__form-subtitle {
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    color: var(--orange);
    margin-bottom: 22px;
}
.program__form textarea,
.program__form input {
    border-color: var(--orange);
    padding: 12px;
}
.program__form textarea:focus,
.program__form input:focus {
    border-color: var(--orange);
    outline: 0;
    box-shadow: none;
}
.program__btn {
    padding: 20px 20px;
}
/* Steps */
.steps {
    padding: 120px 0 75px;
}
.steps__title {
    margin-bottom: 32px;
    color: var(--orange);
}
.steps__subtitle {
    padding: 32px 0;
}
.steps__head {
    font-family: var(--font-inter-bd);
    font-weight: 700;
    font-size: 24px;
    line-height: 29px;
    color: var(--black);
    margin-bottom: 50px;
}
.steps__items {
    padding: 45px 0;
    margin-bottom: 64px;
    row-gap: 34px;
    column-gap: 0;
}
.steps__item {
    min-height: 250px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    flex-shrink: 1;
    font-size: 20px;
    line-height: 24px;
    border: 4px solid var(--orange);
    padding: 25px 8px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}
.steps__item-small {
    font-family: var(--font-inter-bd);
    font-size: 16px;
    line-height: 20px;
    font-weight: 700;
    color: #FFAE81;
}
.steps__item-hide {
    display: none;
    font-family: var(--font-halvar-bd);
    font-weight: 700;
    color: var(--orange);
}
.steps__item:hover {
    background: linear-gradient(181.53deg, rgba(217, 217, 217, 0) 15%, rgba(255, 100, 13, 0.2) 85%);
    background-size: 70%;
}
.steps__item:hover .steps__item-show {
    display: none;
}
.steps__item:hover .steps__item-hide {
    display: block;
}
.steps__item::before {
    content: '';
    position: absolute;
    top: -20px;
    left: 10px;
    background-color: var(--white);
    font-family: var(--font-halvar-bd);
    font-size: 32px;
    line-height: 37px;
    color: var(--orange);
    padding: 0 7px 0 8px;
}
.step__first::before {
    content: '01';
}
.step__first::after {
    content: url('img/arrow.svg');
    position: absolute;
    top: -60px;
    right: -96px;
}
.step__second::before {
    content: '02';
}
.step__second::after {
    content: url('img/arrow.svg');
    position: absolute;
    right: -105px;
    bottom: -50px;
    transform: scale(1, -1);
    -webkit-transform: scale(1, -1);
    -moz-transform: scale(1, -1);
    -ms-transform: scale(1, -1);
    -o-transform: scale(1, -1);
}
.step__third::before {
    content: '03';
}
.step__third::after {
    content: url('img/arrow.svg');
    position: absolute;
    top: -60px;
    right: -105px;
}
.step__fourth::before {
    content: '04';
}
.steps__bottom {
    padding: 24px 35px 21px 40px;
}
.steps__btn {
    padding: 13px 68px;
}
/* Benefit */
.benefit {
    padding: 64px 0;
}
.benefit__title {
    margin-bottom: 32px;
}
.benefit__subtitle {
    padding: 32px 0 24px;
}
.benefit__items {
    margin-bottom: 64px;
}
.benefit__item {
    min-height: 170px;
    display: flex;
    gap: 32px;
    align-items: center;
    font-size: 20px;
    line-height: 24px;
    position: relative;
    flex-shrink: 1;
    box-shadow: 0px 4px 4px 2px rgba(0, 0, 0, 0.17);
    border-radius: 10px;
    padding: 11px 37px 12px 37px;
border: none;
}
.benefit__img {
    min-width: 146px;
}
.benefit__bottom {
    padding: 24px 35px 21px 40px;
}
/* Specialists */
.specialists {
    padding: 120px 0 128px;
}
.specialists__title {
    text-align: center;
    margin-bottom: 66px;
}
.specialists__item {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    background: var(--white);
    box-shadow: 0px 4px 4px rgba(255, 100, 13, 0.25);
    border-radius: 10px;
}
.specialists__img {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.specialists__body {
    flex: 1 1 auto;
    padding: 15px;
}
.specialists__header {
    font-family: var(--font-halvar-bd);
    font-weight: 700;
    margin-bottom: 6px;
}
.specialists__subheader {
    font-size: 16px;
    line-height: 19px;
    color: var(--orange);
    margin-bottom: 17px;
}
.specialists__text {
    font-size: 20px;
    line-height: 24px;
}
.specialists__swiper {
    height: 571px;
    margin-bottom: 64px;
}
.specialists__item {
    height: 506px;
}
.swiper-button-prev {
    left: calc((100vw - 250px)/2);
}
.swiper-button-next {
    right: calc((100vw - 250px)/2);
}
.swiper-button-next, .swiper-button-prev {
    position: absolute;
    top: unset;
    font-weight: 700;
    bottom: 5px;
    width: 15px;
    height: 30px;
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--orange);
}
.swiper-button-next:after, 
.swiper-button-prev:after {
    font-size: calc(var(--swiper-navigation-size)/1.5);
}
.swiper-pagination-bullet {
    width: 7px;
    height: 7px;
    background: #FFBE9A;
    opacity: 1;
}
.swiper-pagination-bullet-active {
    width: 71px;
    height: 7px;
    background: var(--orange);
    border-radius: 100px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -ms-border-radius: 100px;
    -o-border-radius: 100px;
}
.specialists__form {
    padding: 33px 60px 28px 60px;
    border: 2px solid #F0F0F0;
    box-shadow: 0px 4px 4px 2px rgba(0, 0, 0, 0.17);
    border-radius: 10px;
}
.specialists__form input {
    width: 100%;
    padding: 17px;
    border: 1px solid #AAAAAA;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}
.specialists__form input::placeholder {
    font-size: 13px;
    line-height: 24px;
}
.specialists__form input:focus-visible {
    outline: 1px solid var(--orange);
    border: transparent;
}
.specialists__subtitle {
    font-family: var(--font-halvar-bd);
    font-weight: 700;
    font-size: 24px;
    line-height: 28px;
    color: var(--orange);
    margin-bottom: 34px;
}
.specialists__btn {
    padding: 20px 60px;
}
/* Efficiency */
.efficiency {
    padding: 88px 0 128px;
}
.efficiency__title {
    margin-bottom: 49px;
}
.efficiency__subtitle {
    margin-bottom: 54px;
}
.efficiency__btn {
    border: none;
    background: transparent;
    font-family: var(--font-halvar-bd);
    font-weight: 700;
    font-size: 24px;
    line-height: 28px;
    color: var(--black);
    padding: 10px 70px;
}
.efficiency__btn.active {
    color: var(--orange);
    border-bottom: 3px solid var(--orange);
}
.efficiency__item {
    border: 2px solid var(--orange);
    border-radius: 10px;
}
.efficiency__info {
    background: var(--orange);
    border: 2px solid var(--orange);
    border-radius: 10px;
    padding: 65px 20px 85px 111px;
}
.efficiency__list {
    font-weight: 700;
    font-size: 24px;
    line-height: 29px;
    color: var(--white);
    list-style-type: none;
}
.efficiency__list li {
    position: relative;
}
.efficiency__list li:before {
    position: absolute;
    content: '';
    width: 24px;
    height: 24px;
    left: -55px;
    top: 5px;
    background-image: url('img/check.svg');
}
.efficiency__list li:not(:last-child) {
    margin-bottom: 33px;
}
.efficiency__img {
    padding: 50px 25px 40px 50px;
}
/* Reviews */
.reviews {
    padding: 53px 0 58px;
}
.reviews__title {
    margin-bottom: 29px;
}
.reviews__btn {
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
    color: var(--orange);
    background-color: var(--white);
    padding: 20px 70px;
}
.reviews__btn.active {
    color: var(--white);
    background-color: var(--orange);
}
.reviews__btn-left {
    border: 3px solid var(--orange);
    border-radius: 5px 0px 0px 5px;
    -webkit-border-radius: 5px 0px 0px 5px;
    -moz-border-radius: 5px 0px 0px 5px;
    -ms-border-radius: 5px 0px 0px 5px;
    -o-border-radius: 5px 0px 0px 5px;
}
.reviews__btn-right {
    border: 3px solid var(--orange);
    border-radius: 0px 5px 5px 0px;
    -webkit-border-radius: 0px 5px 5px 0px;
    -moz-border-radius: 0px 5px 5px 0px;
    -ms-border-radius: 0px 5px 5px 0px;
    -o-border-radius: 0px 5px 5px 0px;
}
.reviews__employer-swiper,
.reviews__employee-swiper {
    height: 339px;
}
.reviews__item {
    height: 252px;
    display: flex;
    gap: 17px;
    box-shadow: 0px 4px 4px 2px rgba(0, 0, 0, 0.17);
    padding: 10px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}
.reviews__img {
    width: 84px;
    height: 84px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}
.reviews__header {
    font-family: var(--font-halvar-bd);
    font-weight: 700;
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 6px;
}
.reviews__subheader {
    font-size: 16px;
    line-height: 19px;
    color: var(--orange);
    margin-bottom: 11px;
}
.reviews__text {
    font-size: 20px;
    line-height: 26px;
}

/* Footer */
.footer {
    padding: 60px 0;
    background: var(--grayF7);
}
.footer__tel {
    font-family: var(--pragma-bd);
    font-size: 16px;
    line-height: 26px;
    color: var(--black);
}
.footer__tel:hover,
.footer__tel:visited {
    color: var(--black);
}
.footer__subtitle {
    font-family: var(--pragma-lt);
    font-size: 16px;
    line-height: 26px;
}
.footer__link {
    font-family: var(--pragma-lt);
    font-size: 14px;
    line-height: 18px;
    color: var(--black);
}
.footer__link:hover,
.footer__link:active {
    color: var(--orange);
}
.footer__text {
    font-family: var(--pragma-lt);
    font-size: 14px;
    line-height: 18px;
}
@media (min-width: 1199px) and (max-width: 1400px) {
    .advantages {
        padding: 0 0 30px;
    }
    .advantages__img {
        margin-top: 160px;
        margin-left: -20px;
    }
}
@media screen and (max-width: 1199px) {
    .advantages {
        padding: 0 0 60px;
    }
    .advantages__item-left {
        font-size: 18px;
        line-height: 22px;
        padding-left: 50px;
    }
    .advantages__item-right {
        font-size: 18px;
        line-height: 22px;
        padding-left: 50px;
    }
    .marker__fifth,
    .marker__sixth,
    .marker__seventh,
    .marker__eighth{
        margin-left: 0;
    }
    .advantages__img {
        margin-top: 30px;
        margin-left: 0;
    }
    .advantages__title {
        margin-bottom: 20px;
    }
    .advantages__title br {
        display: none;
    }
    .advantages__item-left:not(:last-child),
    .advantages__item-right:not(:last-child) {
        margin-bottom: 40px;
    }
    .advantages__item-right:last-child {
        margin-bottom: 40px;
    }
    .advantages__marker-left::before {
        left: 0;
    }
    .advantages__marker-left::before,
    .advantages__marker-right::before {
        top: -6px;
        transform: scale(0.6);
        -webkit-transform: scale(0.6);
        -moz-transform: scale(0.6);
        -ms-transform: scale(0.6);
        -o-transform: scale(0.6);
    }
    .advantages__main div:last-child {
        margin-top: -180px;
    }
    .efficiency__info {
        padding: 44px 20px 40px 50px;
    }
    .distance__modal .modal-dialog {
        width: 90%;
    }
}
@media screen and (max-width: 991px) {
    .advantages__main div:last-child {
        margin-top: 0;
    }
    .step__first::after,
    .step__second::after,
    .step__third::after {
        display: none;
    }
    .cta__block {
        padding: 75px 72px 91px 75px;
    }
}
@media screen and (max-width: 767px) {
    .steps__item {
        min-height: 140px;
    }
    .hero__chat,
    .hero__chat-right {
        display: none;
    }
}
@media screen and (max-width: 480px) {
    .title {
        font-size: 30px;
        line-height: 120%;
    }
    .hero__title {
        font-size: 32px;
        line-height: 120%;
    }
    .programm {
        padding: 20px 0 20px;
    }
    .benefit {
        padding: 20px 0 0;
    }
    .benefit__item {
        padding: 17px 20px 16px 20px;
    }
    .benefit__img {
        min-width: 60px;
    }
    .benefit__item::before {
        display: none;
    }
    .steps {
        padding: 20px 0 20px;
    }
    .cta {
        padding: 20px 0 20px;
    }
    .cta__block {
        padding: 20px;
    }
    .cta__title {
        font-size: 28px;
        line-height: 120%;
    }
}

.shownone, .displaynone, .displaynonenone{display:none !important;}
.modal-body legend{font-size:1rem;margin-bottom: .25rem;}
.modal-body fieldset{margin-bottom:0.7rem;}


.stylist {
    color: #1c1c1c;
}
.stylist__text {
    font-weight: 500;
    font-size: 20px;
    line-height: 28px;
}
.stylist__gray {
    color: #666666;
}
.stylist__wrapper {
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
    background: #ffefe7 !important;
    -webkit-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.1);
}
.stylist__header-link {
    display: block;
    padding: 14px 0 14px 24px;
}
.stylist__header-link,
.stylist__header-link:link,
.stylist__header-link:hover {
    color: inherit;
    text-decoration: inherit;
}
.stylist__snow {
    position: absolute;
    right: 25px;
    top: 27px;
    width: inherit;
}
.stylist__title {
    text-transform: uppercase;
    font-family: var(--font-halvar-rg);
    font-weight: 500;
    font-size: 36px;
    line-height: 44px;
    letter-spacing: -1.2px;
    margin-bottom: 32px;
}
.stylist__lists {
    padding-left: 24px;
}
.stylist__list {
    font-weight: 500;
    font-size: 24px;
    line-height: 32px;
    color: #666666;
}
.stylist__list::marker {
    color: var(--orange);
}
.stylist__collapse {
    padding: 40px 16px 48px 24px;
    background: url(/templates/2017/themes/zabota.pravocard.ru/assets/img/stylist-bg.svg);
    background-size: inherit;
    background-position: bottom;
    background-repeat: no-repeat;
}
.stylist__subtitle {
    text-transform: uppercase;
    font-family: var(--font-halvar-rg);
    font-weight: 500;
    font-size: 28px;
    line-height: 32px;
    letter-spacing: -0.2px;
    margin-bottom: 48px;
    color: var(--orange);
}
.stylist__block:not(:last-child) {
    margin-bottom: 32px;
}
.stylist__blocks {
    margin-bottom: 56px;
}
.stylist__obj {
    width: 32px;
    height: 32px;
}
.stylist__btn {
    padding: 14px 34px;
}
.stylist__attire {
    font-family: var(--font-halvar-rg);
    text-transform: uppercase;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: -1.2px;
    margin-bottom: 0;
}
.stylist__checks {
    margin-bottom: 0;
}
.stylist__check {
    font-family: var(--font-halvar-rg);
    position: relative;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: -0.2px;
    color: #666666;
    padding-left: 40px;
}
.stylist__check::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 24px;
    height: 24px;
    background-image: url("/templates/2017/themes/zabota.pravocard.ru/assets/img/stylist-check.svg");
}
.stylist__check:not(:last-child) {
    margin-bottom: 20px;
}
.stylist__gift {
    position: relative;
    background-color: #ffffff;
    background-image: url("/templates/2017/themes/zabota.pravocard.ru/assets/img/stylist-gift.png");
    background-size: contain;
    background-position: right bottom;
    background-repeat: no-repeat;
    border-radius: 12px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    -o-border-radius: 12px;
}
.stylist__gift-title {
    font-family: var(--font-halvar-rg);
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 12px;
}
.stylist__gift-orange {
    text-transform: uppercase;
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    letter-spacing: -0.2px;
    color: var(--orange);
}
.stylist__gift-text {
    font-size: 16px;
    line-height: 24px;
    padding-right: 64px;
}
@media (max-width: 991px) {
    .stylist__header-link {
        padding: 24px 0 24px 16px;
    }
    .stylist__title {
        font-size: 28px;
        line-height: 32px;
        letter-spacing: -0.2px;
        margin-bottom: 28px;
    }
    .stylist__list {
        font-size: 16px;
        line-height: 24px;
    }
    .stylist__snow {
        right: 18px;
        top: 0px;
    }
    .stylist__img {
        padding-top: 30px;
    }
    .stylist__subtitle {
        font-size: 18px;
        line-height: 22px;
        padding-left: 16px;
        margin-bottom: 32px;
    }
    .stylist__collapse {
        padding: 0 16px 24px 24px;
    }
    .stylist__text {
        font-size: 16px;
        line-height: 24px;
    }
    .stylist__obj {
        width: 24px;
        height: 24px;
    }
    .stylist__gift-title {
        font-size: 16px;
        line-height: 24px;
        letter-spacing: -0.2px;
    }
    .stylist__gift-orange {
        font-size: 16px;
        line-height: 20px;
    }
    .stylist__gift-text {
        font-size: 14px;
        line-height: 20px;
        padding-right: 6px;
    }
    .stylist__gift {
        margin-top: auto;
        margin-bottom: auto;
        background-size: 65%;
        margin-bottom: 32px;
    }
    .stylist__collapse {
        background:
            url(/templates/2017/themes/zabota.pravocard.ru/assets/img/stylist-bg-lg.svg) 55% 90% no-repeat,
            url(/templates/2017/themes/zabota.pravocard.ru/assets/img/stylist-bg-gift-lg.svg) 61% 12% no-repeat;
        background-size: inherit;
    }
}
@media (max-width: 767px) {
    .stylist__title {
        font-size: 18px;
        line-height: 22px;
        margin-bottom: 24px;
    }
    .stylist__snow {
        right: 0;
        bottom: 0;
        top: auto;
    }
    .stylist__snow-sm {
        width: 100%;
    }
    .stylist__img {
        padding: 0 26px;
    }
    .stylist__subtitle {
        padding-left: 0;
        letter-spacing: -0.3px;
    }
    .stylist__blocks {
        margin-bottom: 32px;
    }
    .stylist__gift-text {
        padding-right: 64px;
    }
}
.hero {
    overflow-x: hidden;
}
.modal-body .btn-default {
    background: var(--orange);
    font-family: var(--font-inter-bd);
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
    color: var(--white);
    border-radius: 5px;
    border: none;
}
.modal-body .btn-default:hover,
.modal-body .btn-default:active {
    color: var(--white);
    background: linear-gradient(90deg, #FF640D 0%, #F8A70C 100%);
}

.collect__dropdown {
    background-color: #fff;
    background-image: url(https://pravosites.ru/uploads/files/arrow-down.svg);
    background-repeat: no-repeat;
    background-position: right 0.75rem center;
    background-size: 16px 12px;
}

.collect .dropdown-menu {
    padding-left: 10px;
}