.slick-track {
    left:0 !important;
}

.hr .jq-selectbox__select{
    cursor: pointer;
}

@media (max-width: 768px) {
    .hr-value__pagination svg {
        max-width: 100%;
    }
}

.hr-jobs__list .js-select{
    top:-2px;
    margin-left:0;
}
.slick-current .hr-value__slider-text{
    font-size:100px;
    left:20px;
}
.slick-track {
    left:0 !important;
}

.hr-value__pagination, .hr .jq-selectbox__select{
    cursor:pointer;
}

.hr-jobs__tags{
    margin-left: 15px;
}

.hr-top {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 768px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
}

.hr-top:before {
    content: '';
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.3;
    left: 0;
    top: 0;
}

.hr-top__alt {
    background: url(/bitrix/templates/redesign/i/hr/jobs-banner.jpg) no-repeat;
}

.hr-top__logo {
    display: block;
    width: 249px;
    margin-left: 70px;
    margin-top: 39px;
    z-index: 99;
}

.hr-top__logo img {
    width: 100%;
}

.hr-top__info {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 300px;
    z-index: 99;
}

.hr-top__title {
    font-size: 60px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 101px;
    font-family: 'Source Sans Pro Bold', sans-serif;
    text-transform: uppercase;
    margin-left: 20px;
    margin-right: 20px;
    text-align: center;
}

.hr-top__buttons {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
}

.hr-top__btn {
    padding: 20px;
    border-radius: 32px;
    text-decoration: none;
    font-size: 18px;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    border: 2px solid #1ceed2;
    font-family: 'Source Sans Pro', sans-serif;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    white-space: nowrap;
    width: auto;
    min-width: 120px;
    transition: background .25s;
}

.hr-top__btn:hover {
    background: #1ceed2;
}



.hr-top__btn + .hr-top__btn {
    margin-left: 50px;
}
@media (max-width: 767px) {
  .hr-top__btn + .hr-top__btn {
    margin-left: 0px;
}
}

.hr-top__social {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 166px;
}

.hr-top__social-a {
    display: block;
    width: 40px;
    height: 40px;
}

.hr-top__social-a + .hr-top__social-a {
    margin-left: 32px;
}

.hr-top__social-vk {
    background: url(/bitrix/templates/redesign/i/hr/vk.svg) no-repeat;
    background-size: cover;
}

.hr-top__social-fb {
    background: url(/bitrix/templates/redesign/i/hr/facebook.svg) no-repeat;
    background-size: cover;
}

.hr-top__social-intagram {
    background: url(/bitrix/templates/redesign/i/hr/instagram.svg) no-repeat;
    background-size: cover;
}

.hr-top__info {
    margin-top: 0;
    margin: auto;
}

.hr-top__social {
    position: absolute;
    bottom: 30px;
    left: 0;
    width: 100%;
    z-index: 9999;
}

.hr-video-wrap {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%; /* задаёт высоту контейнера для 16:9 (если 4:3 — поставьте 75%) */
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

.hr-video-wrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* SWIPER */
.swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    display: inline-block;
    border-radius: 100%;
    background: white;
    opacity: 0.8;	
}

.swiper-pagination-bullet-active {
    background-color: #1ceed2; /* брендовый цвет */
    /* box-shadow: 0 0 0px 2px white; */
    opacity: 1;
}

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%231ceed2'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%231ceed2'%2F%3E%3C%2Fsvg%3E");
}

/* ФОНОВЫЕ ИЗОБРАЖЕНИЯ В СЛАЙДЕР В ШАПКУ (доп.классы к hr-top) */
/* по умолчанию был -- background-image: url(/bitrix/templates/redesign/i/hr/main-banner.jpg) */
.hr-top--banner-1 {
    background-image: url(/bitrix/templates/redesign/i/hr/hr-banner-office-1.jpg);
}

.hr-top--banner-2 {
    background-image: url(/bitrix/templates/redesign/i/hr/hr-banner-office-2.jpg);
}

.hr-top--banner-3 {
    background-image: url(/bitrix/templates/redesign/i/hr/hr-banner-office-3.jpg);
}

.hr-top--banner-4 {
    background-image: url(/bitrix/templates/redesign/i/hr/hr-banner-office-4.jpg);
}

@media (max-width: 767px) {
    .hr-top__info {
        margin-top: 20px;
    }
    
    .swiper-button-prev,
    .swiper-button-next {
        margin-top: -40px;
    }
    
    .hr-value__pagination svg {
        width: 41px;
        height:41px;
    }
    .hr-value__pagination1 svg{
        width:43px;
        height:43px;
    }
    
    .hr-jobs__tags{
        margin-top:0;
        margin-left: 0;
        white-space:normal;
    }
    
    .hr-jobs__tags a{
        display:inline-block;
        vertical-align:top;
        margin-top:15px;
    }
    .hr-jobs__city{
        padding-top:7px;
        padding-bottom:8px;
    }
    
    /* HOTFIX */
    .slick-current .hr-value__slider-text {
        font-size: 25px;
        line-height: 30px;
    }
    .hr-value__slider__item.blue .hr-value__slider-text {
        line-height: 30px;
    }
    .hr-value__slider__item.green .hr-value__slider-text {
        line-height: 30px;
    }
    
    .question-form .jq-radio {
        margin-right: 10px;
    }
}
.hr-link {
	background-image: url(../i/banner-tver-hr.jpg);
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: cover;
	min-height: 455px;
	padding: 90px 0px 0px;
}
@media (max-width: 575px) {
	.hr-link {
		background-position: 75% 50%;
	}
}
.hr-link__title {
	font-family: 'Source Sans Pro';
	font-size: 50px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: 0.96;
	letter-spacing: normal;
	color: #000000;
	margin: 0;
}
@media (max-width: 999px) {
	.hr-link__title {
		font-size: 34px;
	}
}
.hr-link__text {
	font-family: 'Source Sans Pro';
	font-size: 24px;
	font-weight: 600;
	font-style: normal;
	font-stretch: normal;
	line-height: 2;
	letter-spacing: normal;
	color: #52ae30;
	margin: 30px 0;
}
@media (max-width: 999px) {
	.hr-link__text {
		font-size: 20px;
	}
}
.hr-link__big-text {
	font-family: 'Source Sans Pro Bold';
	font-size: 50px;
	font-weight: bold;
	font-style: normal;
	font-stretch: normal;
	line-height: 0.96;
	letter-spacing: normal;
	color: #52ae30;
	text-transform: uppercase;
	margin: 0;
}
@media (max-width: 999px) {
	.hr-link__big-text {
		font-size: 38px;
	}
}
.hr-link__button {
	margin: 50px 0 0;
}
.hr-link__button .btn-success {
	font-family: 'Source Sans Pro Bold';
	font-size: 18px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: normal;
	letter-spacing: normal;
	border-radius: 30px;
	background-color: #ff6600;
	border-color: #ff6600;
	color: #ffffff;
	text-transform: uppercase;
	text-decoration: none;
	padding: 17px 30px 18px 30px;
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
}
@media (max-width: 999px) {
	.hr-link__button .btn-success {
		font-size: 16px;
	}
}
.hr-link__button .btn-success:hover, .hr-link__button .btn-success:focus, .hr-link__button .btn-success:active {
	color: #ffffff;
	text-decoration: none!important;
	border-radius: 30px;
	background-color: #ff6600!important;
	border-color: #ff6600!important;
	box-shadow: none!important;
}
.hr-link__content {
	max-width: 410px;
	margin: 0 20% 0 auto;
}
@media (max-width: 1279px) {
	.hr-link__content {
		margin: 0 12% 0 auto;
	}
}
@media (max-width: 999px) {
	.hr-link__content {
		max-width: 280px;
		margin: 0 12% 0 auto;
	}
}
@media (max-width: 575px) {
	.hr-link__content {
		margin: 0 auto;
	}
}