

/* Start:/local/templates/sweets_am/components/bitrix/system.pagenavigation/modern/style.css?17556924991124*/


.catalog-elements-pagination ul {
	display: flex;
	align-items: center;
	gap: 16px;
}

.pagination-item {
	width: 56px;
	height: 56px;
	border-radius: 14px;
	border: 1px solid #EEF1F9;
	display: flex;
	padding: 20px;
	justify-content: center;
	align-items: center;
	gap: 20px;
	color: #696E7B;
	font-family: "Montserratarm-Medium";
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	text-transform: uppercase;
	transition: all ease .3s;
}


.pagination-item:hover,.pagination-item.active {
	background: #1E6B57;
	color: #FFF;
	border: 1px solid #1E6B57;
	transition: all ease .3s;
}

.pagination-item:hover > svg path,.pagination-item.active > svg path {
	fill: #ffffff;
}

@media only screen and (max-width: 1024px) and (min-width: 768px){
	.catalog-elements-pagination ul{
		gap: 10px;
	}

}
@media only screen and (max-width: 767px) {
	.pagination-item {
		width: 31px;
		height: 32px;
		padding: 11px;
		border-radius: 9px;
	}
	.catalog-elements-pagination ul {
		gap: 5px;
		flex-wrap: wrap;
		justify-content: center;
	}

}


/* End */


/* Start:/local/templates/sweets_am/components/bitrix/news.list/vacancies-list/style.css?17556924989659*/
.vacancies-title h1 {
    padding: 37px 0 36px;
    color: #696E7B;
    font-family: "Montserratarm-SemiBold";
    font-size: 34px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
}

.vacancies-list {
    display: flex;
    align-items: stretch;
    align-content: flex-start;
    gap: 24px;
    flex-wrap: wrap;
    margin-bottom: 76px;
}

.vacancies-item {
    border-radius: 20px;
    border: 1px solid #EEF1F9;
    background: #FFF;
    padding: 26px 19px 22px 29px;
    display: flex;
    align-items: flex-start;
    gap: 29px;
    width: calc(33% - 11px);
}

.vacancies-item-img {
    display: flex;
}

.vacancies-item-img img {
    border-radius: 14px;
    background: #D9D9D9;
    width: 196px;
    height: 243px;
    object-fit: cover;
}

.vacancies-item-info {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 17px;
    width: 100%;
}

.vacancies-item-info-name h2 {
    color: #696E7B;
    font-family: "Montserratarm-Bold";
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    max-width: 239px;
    margin-top: 11px;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 66px;
}

.vacancies-item-main-info {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
}

.vacancies-item-main-info-item {
    display: flex;
    align-items: center;
    gap: 14px;
    color: #696E7B;
    font-family: "Montserratarm-SemiBold";
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 160%; /* 22.4px */
}

.icon-block {
    display: flex;
}

.vacancies-item-btn {
    color: #FFF;
    font-family: "Montserratarm-Medium";
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
    display: flex;
    padding: 18px;
    justify-content: center;
    align-items: center;
    gap: 20px;
    border-radius: 14px;
    background: #1E6B57;
    max-height: 53px;
    width: 102%;
}

.vacancies-popup {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 11;
    display: none;
}

.vacancies-popup-close-button {
    width: 46px;
    height: 46px;
    position: absolute;
    right: -65px;
    top: 0;
    border-radius: 50%;
    background: rgba(238, 241, 249, 1);
    display: flex;
    align-items: center;
    justify-content: center;
}

.vacancies-popup-body {
    border-radius: 40px;
    border: 1px solid #EEF1F9;
    background: #FFF;
    display: flex;
    width: 678px;
    padding: 48px;
    flex-direction: column;
    align-items: flex-start;
    gap: 40px;
    scroll-behavior: smooth;
    scrollbar-width: none;
}
.vacancies-popup-body::-webkit-scrollbar {
    width: 0;
}

.vacancies-popup-body-title {
    color: #696E7B;
    font-family: "Montserratarm-SemiBold";
    font-size: 34px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
}

form {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
}

.vacancies-form-item-line {
    display: flex;
    align-items: center;
    gap: 20px;
    width: 100%;
}

.vacancies-form-item-line .vacancies-form-item {
    width: calc(50% - 10px);
}

.vacancies-form-item {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    gap: 12px;
    width: 100%;
    position: relative;
}

.vacancies-form-item label {
    color: #696E7B;
    font-family: "Montserratarm-SemiBold";
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    cursor: pointer;
}

.vacancies-form-item input {
    color: #696E7B;
    font-family: "Montserratarm-SemiBold";
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    border-radius: 14px;
    background: #FDF5E5;
    display: flex;
    height: 52px;
    padding: 20px;
    align-items: center;
    align-self: stretch;
    width: 100%;
    border: 0;
    outline: 0;
	min-width: 200px;
}

input.error-input {
    border: 1px solid #AA0029;
    color: #AA0029;
    background: #FEEAEE;
}

.vacancies-success-popup {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 11;
    display: none;
}

.vacancies-success-popup-body {
    border-radius: 40px;
    border: 1px solid #EEF1F9;
    background: #FFF;
    display: flex;
    width: 627px;
    padding: 48px;
    flex-direction: column;
    align-items: center;
    gap: 40px;
}

.vacancies-success-popup-title h2 {
    color: #696E7B;
    text-align: center;
    font-family: "Montserratarm-SemiBold";
    font-size: 34px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    /* display: none; <- Crashes Chrome on hover */
    -webkit-appearance: none;
    margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}
.vacancies-success-popup-title{
    width: 103%;
}
input[type=number] {
    -moz-appearance:textfield; /* Firefox */
}
.vacancies-success-popup-btn {
    color: #FFF;
    font-family: "Montserratarm-Medium";
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
    border-radius: 14px;
    background: #1E6B57;
    display: flex;
    padding: 18px 40px;
    justify-content: center;
    align-items: center;
    gap: 20px;
    align-self: stretch;
    width: 100%;
}
.vacancies-success-popup-img{
	display: flex;
	align-items: center;
	justify-content: center;
}

@media only screen and (max-width: 1600px) {
    .vacancies-list {
        gap: 20px;
        margin-bottom: 60px;
    }

    .vacancies-item {
        gap: 33px;
        width: calc(50% - 10px);
    }

    .vacancies-item-img img {
        width: 228px;
        height: 243px;
    }
}

@media only screen and (max-width: 1439px) {
    .vacancies-item {
        padding: 26px 22px 22px 25px;
        gap: 29px;
        width: calc(50% - 10px);
    }

    .vacancies-item-img img {
        width: 200px;
        height: 243px;
    }
    .vacancies-popup-body {
        height: 85vh;
        overflow-y: auto;
    }
}

@media only screen and (max-width: 1279px) {
    .vacancies-title h1 {
        padding: 60px 0;
        font-size: 28px;
    }

    .vacancies-item {
        padding: 26px 22px 22px 43px;
        gap: 50px;
        width: 100%;
    }

    .vacancies-item-img img {
        width: 339px;
        height: 243px;
    }

    .vacancies-item-info-name h2 {
        max-width: 332px;
        height: 66px;
    }

    .vacancies-popup-body {
        border-radius: 20px;
        width: 558px;
        padding: 28px;
        gap: 28px;
    }

    .vacancies-popup-body-title {
        font-size: 28px;
    }

    .vacancies-success-popup-body {
        border-radius: 20px;
        width: 534px;
        padding: 28px;
    }
    .vacancies-popup-body {
        height: 100%;
    }
}

@media only screen and (max-width: 1023px) {
    .vacancies-title h1 {
        padding: 40px 0;
    }

    .vacancies-list {
        margin-bottom: 40px;
    }

    .vacancies-item {
        padding: 26px 24px 22px 31px;
        gap: 37px;
    }

    .vacancies-item-img img {
        width: 249px;
        height: 243px;
    }

    .vacancies-item-info-name h2 {
        max-width: 244px;
    }
    .vacancies-item-main-info-item {
        font-family: "Montserratarm-Bold";
    }
}

@media only screen and (max-width: 767px) {
	.vacancies-title h1 {
		padding: 35px 0;
		font-size: 20px;
	}
    .vacancies-popup-body {
        height: 85vh;
    }
	.vacancies-list {
        gap: 14px;
		margin-bottom: 35px;
	}

	.vacancies-item {
		padding: 12px 14px 15px 13px;
		gap: 14px;
		flex-direction: column;
	}

	.vacancies-item-info {
		gap: 14px;
	}

	.vacancies-item-info-name h2 {
		max-width: 100%;
		font-size: 14px;
		height: auto;
		margin-top: 0;
	}

	.vacancies-item-img img {
		width: 102px;
		height: 110px;
	}

	.vacancies-item-btn {
		font-size: 12px;
	}

	.vacancies-popup-body {
		border-radius: 20px;
		width: 100%;
		padding: 20px;
		gap: 14px;
		height: 80vh;
		overflow-y: auto;
	}

	.vacancies-form-item-line .vacancies-form-item {
		width: 100%;
	}

	.vacancies-popup-body-title {
		font-size: 20px;
	}

	.vacancies-form-item-line {
		flex-direction: column;
	}

	.vacancies-form-item label, .vacancies-form-item input,.vacancies-success-popup-btn {
		font-size: 12px;
	}

	.vacancies-popup-close-button {
		width: 24px;
		height: 24px;
		right: -40px;
	}

	.vacancies-popup-close-button svg {
		width: 14px;
		height: 14px;
	}

	.vacancies-popup,.vacancies-success-popup{
		left: 45%;
	}

	.vacancies-success-popup-body {
		width: 100%;
		padding: 20px;
		gap: 14px;
	}
	.vacancies-success-popup-title h2{
		font-size: 20px;
	}
	.vacancies-success-popup-img img{
		width: 161px;
		height: 148px;
	}
}
@media only screen and (max-width: 374px) {
	.vacancies-success-popup-title h2{
		font-size: 18px;
	}
}
/* End */
/* /local/templates/sweets_am/components/bitrix/system.pagenavigation/modern/style.css?17556924991124 */
/* /local/templates/sweets_am/components/bitrix/news.list/vacancies-list/style.css?17556924989659 */
