.text-uppercase {
    text-transform: uppercase;
}

.fancybox-inner::-webkit-scrollbar {
    width: 6px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #f5f5f5;
}

.fancybox-inner::-webkit-scrollbar-thumb {
    background-color: #00537c;
}

.fancybox-inner::-webkit-scrollbar-track {
    background: #08c;
}

@media (max-width: 767px) {
    .text-xs-left {
        text-align: left;
    }
}

.rating {
    display: flex;
}

.rating .fa-star-o {
	font-size: 22px;
	color: #ffca29;
	margin-right: 5px;
}

@media only screen and (max-width: 1200px) and (min-width: 992px)  {
	.rating .fa-star-o {
		display: none;
	}
}

@media only screen and (max-width: 1366px) and (min-width: 992px)  {

	.top-talant-header {
		font-size: 18px;
	}
}

.rating__label {
    font-size: 14px;
    color: #898989;
    font-weight: 500;
}

.rating__controls {
    display: flex;
    justify-self: flex-end;
    align-items: center;
}

.rating__minus,
.rating__plus {
    font-size: 18px;
    border: 1px solid;
    border-radius: 50%;
    height: 18px;
    width: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .2s all;
    cursor: pointer;
}

.rating__minus {
    color: #dc0024;
    border-color: #dc0024;
	display: none;
}

.rating__plus {
    color: #230cf2;
    border-color: #230cf2;
}

.rating__minus:hover {
    color: white;
    background-color: #dc0024;
}

.rating__plus:hover {
    color: white;
    background-color: #230cf2;
}

.rating__minus--disabled,
.rating__plus--disabled {
    opacity: .2;
    pointer-events: none;
}

.rating__value {
	font-size: 16px;
	color: #898989;
	font-weight: 500;
	margin: 0 6px 0 3px;
}

.pagination.pagination--local a,
.pagination.pagination--local span {
    width: auto;
    height: auto;
    padding: 6px 6px 6px;
    border: none;
    font-size: 18px;
    margin-right: 10px;
}

.pagination.pagination--local .active a,
.pagination.pagination--local .active span {
    border: none !important;
    background: none !important;
    color: #230cf2;
}

.pagination.pagination--local > li > a:hover,
.pagination.pagination--local > li > span:hover,
.pagination.pagination--local > li > a:focus,
.pagination.pagination--local > li > span:focus {
    background: none !important;
    color: #230cf2;
}

.cards {
    margin-top: 30px;
}

.cards__row {
    display: grid;
    grid-template-columns: repeat(18,1fr);
    grid-gap: 34px 10px;
}

.favorite-anket-list .cards__row {
	grid-template-columns: repeat(15,1fr);
}

.cards__column {
    grid-column-end: span 3;
	overflow: hidden;
}

@media (max-width: 991px) {
    .cards__column {
        grid-column-end: span 6;
    }
}

@media (max-width: 767px) {
    .cards__row, .favorite-anket-list .cards__row {
        grid-template-columns: repeat(12,1fr);
        grid-gap: 15px 10px;
    }

    .cards__column {
        grid-column-end: span 6;
    }
}

@media (max-width: 420px) {
    .cards__column {
        grid-column-end: span 12;
    }
} 

.card {
    padding: 8px 10px;
    border: 1px solid rgb(219, 219, 219); 
    border-radius: 5px;
    background-color: rgb(255, 255, 255);
    height: 100%;
	position: relative;
}

.card__inner {
    height: 100%;
    display: flex;
    flex-direction: column;
}

.card__image {
    object-fit: cover;
    object-position: center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.card__image-wrap {
    border-radius: 4px;
    overflow: hidden;
    margin-bottom: 14px;
    position: relative;
    padding-top: 100%;
}

.card__name,
.card__category,
.card__city {
    text-align: center;
}

.card__name {
    font-size: 15px;
    color: rgb(26, 26, 26);
    line-height: 1.2;
    margin-bottom: 16px;
    display: block;
    text-overflow: ellipsis;
    overflow: hidden;
	font-weight: 500;
}

.card__category {
    font-size: 14px;
    color: rgb(26, 26, 26);
    line-height: 1.2;
    margin-bottom: 14px;
}

.card__city {
    font-size: 12px;
    color: #230cf2;
    line-height: 1.2;
    text-transform: uppercase;
    margin-bottom: 16px;
}

.card hr {
    margin: 20px 0;
    border-color: #e3e3e3;
    margin-top: auto;
}

.card .rating {
	justify-content: center;
}

.subject-card,
.subject-block {
    padding: 15px 17px 45px 17px;
    background: #fff;
    box-shadow: 0 0 27px 0 rgb(0 0 0 / 10%);
}

.tenant-publication {
    padding: 22px 45px 26px 22px;
    background: #fff;
    box-shadow: 0 0 27px 0 rgb(0 0 0 / 10%);
}

.subject-card {
    margin-bottom: 26px;
}

.subject-description {
    margin-bottom: 53px;
}

.subject-card__text {
    padding-top: 10px;
}

.subject-card__contacts-wrap {
	border-radius: 10px;
	border:1px solid #767676;
	padding: 10px 20px;
	margin-bottom: 15px;
	overflow: hidden;
}

.subject-card__contacts-noty {
	border-top: 1px solid #767676;
	margin-top: 10px;
	padding: 10px 0;
	color: #767676;
	font-size: 14px;
}

.subject-card__contacts-noty .fa-sticky-note-o {
	color: #230cf2;
    font-size: 41px;
    display: block;
    float: left;
    margin: 3px 12px;
}


.subject-card__get-access {
    font-size: 16px;
    margin-top: 8px;
    display: block;
}

.subject-card__buttons {
    margin-top: 20px;
}

.subject-card__buttons .btn-tab.active {
    margin-right: 10px;
}

.subject-card__title {
    color: #222222;
    font-size: 1.8em;
    font-weight: 600;
	margin: 0;
}

.subject-card__mark {
	color: #fff;
    padding: 0px 10px;
    display: inline-block;
    border-radius: 5px;
    margin: 10px 10px 0 0;
    text-transform: uppercase;
    font-size: 12px;
}

.subject-card__mark.mark1 {
	background: #ffca29;
}

.subject-card__mark.mark2 {
	background: #ff2929;
}

.subject-card__mark.mark3 {
	background: #2ed100;
}

.subject-card__title-wrap {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.subject-card__image-wrapper {
    overflow: hidden;
    margin-bottom: 20px;
    position: relative;
    padding-top: 420px;
}

.subject-card__image {
    object-fit: cover;
    object-position: center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
	border-radius:10px;
}

.subject-card__info-title {
    color: #222222;
    font-size: 22px;
    margin-bottom: 20px;
    margin-top: 13px;
    font-weight: 600;
}

.subject-card__info-data-label {
    font-size: 16px;
    color: #767676;
	font-weight: 500;
}

.subject-card__info-data-value {
	font-size: 17px;
	color: #222222;
	margin-bottom: 10px;
}

@media (max-width: 767px) {
    .subject-card__image-wrapper {
        padding-top: 400px;
    }

    .subject-card__image {
        object-position: top;
    }
}

@media (max-width: 576px) {
    .subject-card__buttons .btn {
        width: 100%;
    }
}

.job-seeker-detail .border_block, .tenant-detail .border_block, .casting-detail .border_block {
	padding: 5px 15px;
}

.anketa .tenant-detail .subject-card, .anketa .tenant-detail .border_block,
.anketa .job-seeker-detail .subject-card, .anketa .job-seeker-detail .border_block {
	padding: 0;
	box-shadow: none;
	border: none;
	margin: 0;
}

.anketa .subject-card .subject-card__info-data-value {
	font-size: 15px;
}
.anketa .subject-card .subject-card__info-data-label {
	font-size: 15px;
}

.anketa .rating__plus {
	display: none;
}

.subject-card--job-seeker-detail {
    padding-bottom: 20px;
}

.subject-slider {
    overflow: hidden;
}

.subject-slider__wrap {
    padding: 0;
	margin-bottom: 20px;
    #border-radius: 5px;
}

.subject-slider .owl-stage-outer {
    padding-bottom: 0;
}

.subject-slider__slide {
    height: 373px;
}

.casting-detail .subject-slider__slide {
    height: 280px;
}

.subject-slider__slide img {
    border-radius: 10px;
    margin-left: auto;
    margin-right: auto;
    height: 100%;
    max-width: 100%;
    object-fit: cover;
}

@media (max-width: 991px) {
    .subject-slider__slide {
        height: 280px;
    }
}

@media (max-width: 767px) {
    .subject-slider__wrap {
        margin-bottom: 15px;
    }
}

@media (max-width: 576px) {
    .subject-slider .owl-nav {
        display: none;
    }
}

.subject-nav-slider {
    overflow: hidden;
}

.subject-nav-slider__slide {
    height: 116px;
    border-radius: 5px;
    cursor: pointer;
}

.casting-detail .subject-nav-slider__slide {
    height: 90px;
    border-radius: 5px;
    cursor: pointer;
}

.subject-nav-slider__slide img {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
    object-position: top;
}

.subject-nav-slider .owl-item {
    border-radius: 10px;
    overflow: hidden;
}

@media (max-width: 767px) {
    .subject-nav-slider__slide {
        height: 145px;
    }
}

@media (max-width: 576px) {
    .subject-nav-slider {
        display: none !important;
    }
}

.subject-block {
    margin-bottom: 20px;
}

.subject-block__header {
    text-transform: uppercase;
    font-size: 17px;
    margin-bottom: 22px;
}

.subject-block__row {
    margin-bottom: 32px;
}

.subject-block .subject-block__row:last-child {
    margin-bottom: 0;
}

.subject-block__label {
    font-size: 15px;
    color: #767676;
    font-weight: 500;
	white-space: nowrap;
}

.subject-block__value {
    font-size: 16px;
    color: #222222;
	margin-bottom: 8px;
}

.subject-block--job-seeker-detail .subject-block__value {
    font-size: 17px;
}

.subject-card__biglabel {
	font-size: 20px;
	margin-bottom: 10px;
}

.subject-card__biglabel--link {
	font-size: 12px;
	float: right;
	float: right;
    border-bottom: 1px dashed;
    line-height: 1.4;
}

.tenant-publications__title {
    color: #767676;
}

.tenant-publication {
    margin-bottom: 25px;
}

.tenant-publications .tenant-publication:last-child {
    margin-bottom: 0;
}

.tenant-publication__title {
    font-size: 24px;
    color: #230cf2;
    margin-bottom: 9px;
    line-height: 1.2;
    transition: all .2s;
}

.tenant-publication__title:hover,
.tenant-publication__title:focus {
    color: #045f8d;
}

.tenant-publication__image-wrap {
    overflow: hidden;
    position: relative;
    padding-top: 180px;
}

.tenant-publication__image {
    object-fit: cover;
    object-position: center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.tenant-publication__type {
    font-size: 17px;
    color: #252525;
    margin-bottom: 20px;
    line-height: 1.2;
}

.tenant-publication__tags-label {
    font-size: 18px;
    font-weight: 500;
    margin-right: 12px;
}

.tenant-publication__tags .label.label-info {
    border: 1px solid rgb(0, 136, 204);
    background: none;
    color: rgb(0, 136, 204);
    font-size: 13px;
    line-height: 10px;
}

.tenant-publication__description {
    margin-top: 22px;
}

.tenant-publication__description-label {
    font-size: 18px;
    line-height: 1.2;
    color: #2d2d2d;
    margin-bottom: 16px;
    font-weight: 500;
}

.tenant-publication__description-value {
    font-size: 19px;
    line-height: 1.2;
    color: #2e2e2e;
}

.tenant-publication__city {
    font-size: 16px;
    color: rgb(0, 136, 204);
    line-height: 1.2;
    text-transform: uppercase;
    margin-bottom: 12px;
}

.tenant-publication__budget span {
    color: rgb(0, 136, 204); 
}

.tenant-publication__buttons {
    margin-top: 20px;
}

@media (max-width: 991px) {
    .tenant-publication {
        padding: 22px 22px 26px 22px;
    }

    .tenant-publication__image-wrap {
        margin-bottom: 20px;
        height: 400px;
    }
}

@media (max-width: 767px) {
    .tenant-publication__city {
        margin-top: 20px;
    }

    .tenant-publication__description-value {
        font-size: 16px;
    }
}

@media (max-width: 576px) {
    .tenant-publication__image-wrap {
        height: 200px;
    }
}

@media (max-width: 1410px) {
    body .with_regions .slogan, body .header-v9 .header_9:not(.with_regions) .slogan {
        display: block !important;
    }
}

@media (max-width: 1366px) {
    body .with_regions .slogan, body .header-v9 .header_9:not(.with_regions) .slogan {
        margin-left: 0;
        padding-left: 5%;
    }
}

@media (max-width: 1290px) {
    .logo_and_menu-row .phone-block .inner-table-block {
        padding-right: 0 !important;
    }
}

.common-modal {
    #min-width: 780px;
}

.common-modal__title {
    background-color: #230cf2;
    padding: 12px 16px;
    font-size: 20px;
    color: #ffffff;
}

.common-modal__subtitle {
    margin-top: 10px;
	font-size: 18px;
}

.common-modal__body {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 92px 53px 77px 53px;
}

.common-modal__body div[id*="bx_incl"] {
    width: 100%;
}

@media (max-width: 991px) {
    .common-modal {
        min-width: auto;
    }
}

@media (max-width: 576px) {
    .common-modal__body {
        padding: 30px 15px 40px 15px;
    }
}

.no-gold-modal__message {
    font-size: 24px;
    margin-bottom: 43px;
    color: rgb(122, 122, 122);
    line-height: 1.1;
    text-align: center;
}

.no-gold-modal__image {
    margin-bottom: 28px;
}

.no-gold-modal .no-gold-modal__button {
    border-radius: 5px;
    font-size: 24px;
    font-weight: 300;
}

.send-resume-modal {
    background-color: #fff;
}

.resume-send {
    width: 100%;
}

.resume-send__image {
    height: 120px;
    width: 120px;
    border-radius: 50%;
    overflow: hidden;
    background-size: cover;
    background-position: 50%;
    margin-bottom: 16px;
}

.resume-send__snd-icon {
	line-height:1.3;
	padding: 0 0 10px 50px;
	background: transparent url('../images/sndanketa-icon.png') no-repeat;
	background-size: 30px;
}

.resume-send__cnt-icon {
	line-height:1.3;
	padding: 0 0 10px 50px;
	background: transparent url('../images/contact-icon.png') no-repeat;
	background-size: 30px;
}

.send-resume-modal .common-modal__body {
    padding: 18px 20px 22px 20px;
    align-items: flex-start;
}

.resume-send__comment {
    width: 100%;
    border: none;
    height: 60px;
	border-bottom: 1px solid #ccc;
}

.send-resume-modal .resume-send__send {
    border-radius: 5px;
    margin-top: 18px;
}

.resume-send__resume-data {
    margin-top: 0px;
}

.resume-send-block__title {
    color: #6a6a6a;
    font-size: 14px;
    font-weight: bold;
    line-height: 0.9;
    text-transform: uppercase;
    position: relative;
}

.resume-send-block__open {
    height: 28px;
    width: 28px;
    padding: 8px;
    position: absolute;
    right: 0;
    top: -6px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 2px solid #230cf2;
    border-radius: 50%;
    transition: all .2s;
}

.resume-send-block__open svg {
    width: inherit;
    height: inherit;
    max-width: 100%;
    color: #230cf2;
    transition: all .2s;
}

.resume-send-block__open:hover {
    background-color: #230cf2;
}

.resume-send-block__open:hover svg {
    color: #fff;
}

.resume-send-block__title span {
    padding-bottom: 12px;
    display: inline-block;
}

.resume-send-block {
    padding: 0 0 4px 0;
    width: 100%;
    background-color: #ffffff;
    border-radius: 5px;
    margin-bottom: 10px;
}

.resume-send-block__label {
    font-size: 14px;
    color: #6a6a6a;
    line-height: 1.291;
}

.resume-send-block__value {
    font-size: 12px;
    color: #4e4e4e;
}

.resume-send-block__row {
    margin-bottom: 13px;
}

.resume-send__resume-data .resume-send-block__row {
	padding-left: 10px;
}

.resume-send-block__row:last-child {
    margin-bottom: 0;
}

.fancybox-no-border .fancybox-skin {
    overflow: hidden;
}

.fancybox-no-border .fancybox-close {
    top: 8px;
    right: 10px;
    background-image: url(../images/svg/times.svg);
    background-position: 50%;
    background-repeat: no-repeat;
	width: 32px;
	height: 32px;
}

.tariff-select {
    border: 1px solid #230cf2;
    margin-bottom: 7px;
}

.tariff-select__submit-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
}

.tariff-select__price {
    background-color: #230cf2;
    color: white;
    display: flex;
    text-align: center;
    justify-content: center;
    padding: 17px 0 17px 0;
    font-size: 18px;
    line-height: 1.2;
    min-height: 58px;
}

.tariff-select__text {
    padding: 17px 0 17px 20px;
    display: flex;
    align-items: center;
}

.tariff-select__length {
    font-size: 18px;
    white-space: nowrap;
}

.tariff-selector .tariff-select__radio {
    margin-top: 0;
    margin-right: 20px;
}

.tariff-selector .tariff-select:last-child {
    margin-bottom: 27px;
}

.form .top-form h3:first-child {
    margin-top: 0;
}

@media (max-width: 767px) {
    .replenish-form .replenish-form__submit {
        margin-top: 15px;
    }
}

.city_chooser_small_frame {
    min-width: 1067px;
    width: 1067px !important;
}

.popup_regions .items.only_city {
    padding: 10px 30px 20px 30px !important;
}

.popup_regions .items.only_city .cities.block .item {
    width: 20% !important;
}

.city_chooser_small_frame .form .form-header {
    padding: 30px !important;
}

.popup_regions .h-search {
    padding: 20px 30px !important;
    background-color: #e3e3e3;
}

.city_chooser_small_frame .form .form-header .title {
    margin-bottom: 0;
    font-size: 27px;
    font-weight: 300 !important;
}

.popup_regions .h-search #search {
    border-radius: 5px;
    border: 1px solid rgb(193, 193, 193);
}

.popup_regions .items .item {
    padding-bottom: 0 !important;
}

.city_chooser_small_frame {
    min-width: 1067px;
    width: 1067px !important;
    border-right: 6px solid #230cf2;
}

@media (max-width: 1200px) {
    .city_chooser_small_frame {
        min-width: 800px;
        width: 800px !important;
    }
}

@media (max-width: 991px) {
    .city_chooser_small_frame {
        min-width: 600px;
        width: 600px !important;
    }
}

.personal-links {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.personal-links a:hover {
	color: #c6f705;
}

.personal-links-wrap {
    padding-left: 50px !important;
}

.personal-links__cabinet {
    font-size: 17px;
    color: #fff;
    line-height: 0.865;
    text-decoration: underline;
    font-weight: 500;
    margin-bottom: 8px;
    position: relative;
}

.personal-links__cabinet:before {
    content: '';
    background-image:url(/bitrix/templates/vk_v2/images/user.svg);
    background-size: cover;
    height: 18px;
    width: 18px;
    position: absolute;
    left: -30px;
    top: 0;
}

.personal-links__links {
    font-size: 13px;
}

.personal-links__links--login {
    color: #fff;
}

.personal-links__links--login span {
    border-bottom: 1px solid transparent;
}

.personal-links__links--login:hover {
    color: #c6f705;
}

.personal-links__links--login:hover span {
    border-bottom-color: #c6f705;
}

.personal-links__links--logout {
    text-align: right;
    color: #fff;
    position: relative;
    display: flex;
    align-self: flex-end;
}

.personal-links__links--logout:before {
    content: '';
    background-image: url(/bitrix/templates/vk_v2/images/exit.svg);
    background-size: cover;
    height: 11px;
    width: 11px;
    position: absolute;
    left: -15px;
    top: 5px;
    color: #c6f705;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .logo_and_menu-row .region-block > div {
        display: table-cell !important;
    }
}

@media (max-width: 1200px) {
    body .with_regions .slogan {
        display: none !important;
    }
}

@media (max-width: 991px) {
    #mobileheader .right-icons {
        display: grid;
        grid-template-areas: "b b b g g g g c c c c s";
        grid-template-columns: repeat(12,1fr);
        width: 100%;
        background-color: #230cf2;
        padding-right: 0;
    }

    #mobileheader .right-icons__basket {
        display: none;
    }

    #mobileheader .right-icons__balance {
        grid-area: b;
    }

    #mobileheader .right-icons__gold {
        1grid-area: g;
        display: flex;
        align-items: center;
        text-align: center;
		margin-right: 9px;
    }

    #mobileheader .right-icons__gold a {
        display: flex;
        padding: 7px;
        border-radius: 5px;
        border: 1px solid white;
        transition: all .2s;
    }

    #mobileheader .right-icons__gold a:hover {
        background-color: white;
    }

    #mobileheader .right-icons__gold svg {
        width: 18px;
        height: 18px;
    }

    #mobileheader .right-icons__gold a:hover svg path {
        fill: #3b86c6;
    }

    #mobileheader .right-icons__gold svg path {
        fill: white;
        transition: all .2s;
    }

    #mobileheader .right-icons__gold .fa {
        width: 18px;
        height: 18px;
        font-size: 18px;
    }

    #mobileheader .right-icons__gold a:hover .fa {
        color: #3b86c6;
    }

    #mobileheader .right-icons__gold .fa {
        color: white;
        transition: all .2s;
    }

    #mobileheader .right-icons__find-casting {
        grid-area: c;
        display: flex;
        align-items: center;
    }    

    #mobileheader .right-icons__find-casting-link {
        display: flex;
        padding: 5px;
        border-radius: 5px;
        border: 1px solid white;
        transition: all .2s;
        color: white;
        width: 100%;
        justify-content: center;
        font-size: 20px;
    }

    #mobileheader .right-icons__find-casting-link:hover {
        background-color: white;
        color: #3b86c6;
    }

    #mobileheader .right-icons__search {
        grid-area: s;
        justify-content: flex-end;
        display: flex;
    }

    #mobileheader .right-icons__phones {
        display: none;
    }

    #mobileheader .right-icons .header-balance {
        color: white;
        font-size: 15px;
        border-bottom: none;
        font-weight: 400;
    }

    #mobileheader .wrap_icon svg path {
        fill: white;
    }

    .personal-links {
        margin-right: 15px;
        margin-top: 10px;
    }
}

@media (max-width: 640px) {
    #mobileheader .right-icons {
        grid-template-areas: "b b b b g g g c c c c s";
    }
}

@media (max-width: 576px) {
    #mobileheader .right-icons {
        grid-template-areas: "b b b b b g g c c c c s";
    }
}

@media (max-width: 480px) {
    #mobileheader .right-icons__find-casting-link {
        font-size: 14px;
    }

    .personal-links {
        margin-top: 13px;
    }

    .personal-links__cabinet {
        font-size: 14px;
        margin-bottom: 4px;
    }
}

@media (max-width: 360px) {
    #mobileheader .right-icons .header-balance {
        font-size: 12px;
    }
}

@media (max-width: 375px) {
	#mobileheader .right-icons__find-casting-link {
        font-size: 11px;
    }
}

body .banners-big .slides .text .inner {
    padding-top: 240px;
}

.btn.btn-favorites,
.btn.btn-favresume {
    top: 4px;
    left: 4px;
    border-radius: 50%;
    position: absolute;
    border-color: #230cf2;
    padding: 12px 0 0 1px;
    margin-bottom: 0;
    line-height: 1;
    border: none;
    color: white;
    background-color: rgb(255 255 255 / 67%);
	height: 40px;
    width: 40px;
	font-size:18px;
}

.btn.btn-favresume {
	top: 3px;
    left: 19px;
	z-index: 1;
	background-color: rgb(153 153 153 / 50%);
}

@media (max-width: 767px) {
    .btn.btn-favorites {
        right: 10px;
    }
	
	.resume-send__resume-data .resume-send__resume-link {
		font-size: 11px;
	}
	
	.resume-send__resume-data .resume-send__image {
		height: 100px;
		width: 100px;
	}
	
	.resume-send__resume-data .resume-send-block__row {
		padding-left: 38px;
	}
}

.btn.btn-favorites.btn.btn-favorites--detail {
    margin-top: 0;
}

.btn.btn-favorites.active,
.btn.btn-favresume.active {
    color: #fff;
    background-color: #230cf2;
}

.casting-detail .img-column .btn.btn-favorites {
    width: fit-content;
    padding: 9px 10px 6px 11px;
    right: 25px;
    z-index: 1;
    left: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
	height: 39px;
}

.detail .content iframe {
    max-width: 100%;
}