

/* Start:/local/templates/adsgrp/components/bitrix/menu/page_menu/style.css?17798811791004*/
.pages {
	display: flex;
	gap: 1px;
	width: 100%;
	margin-bottom: 55px;
}

.page {
	min-height: 60px;
	padding: 5px 10px;
	background: #000;
	color: #fff;
	font-size: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex: 1;
	transition: 0.3s;
	text-align: center;
}

.page:hover

.page:hover,
.page.active {
	background: #00AE4F;
}

@media (max-width: 1600px) {
	.pages {
		margin-bottom: 45px;
	}
}

@media (max-width: 1279px) {
	.page {
		font-size: 18px;
		min-height: 45px;
	}

	.personal-pages .page {
		min-height: 60px;
		font-size: 20px;
	}

	.contacts .personal-pages {
		flex-direction: row;
	}
}

@media (max-width: 767px) {
	.pages.personal-pages {
		flex-direction: column;
		margin-bottom: 40px;
	}

	.page {
		font-size: 16px;
	}

	.personal-pages .page {
		font-size: 18px;
	}
}

@media (max-width: 479px) {
	.pages {
		margin-bottom: 35px;
	}

	.page {
		font-size: 14px;
		min-height: 40px;
	}

	.personal-pages .page {
		font-size: 16px;
		min-height: 55px;
	}
}
/* End */


/* Start:/local/templates/adsgrp/components/bitrix/news.detail/delivery/style.css?17798811794167*/
.delivery-block {
    background: #D9D9D9;
    font-size: 20px;
    line-height: 1.4;
    margin-bottom: 55px;
}

.delivery-block .container {
    padding: 60px
}

.delivery-block__title {
    font-size: 30px;
    font-weight: normal;
    margin: 0;
}

.delivery-block__desc span {
    color: #00AE4F;
}

.delivery-block__desc a.phone {
    font-weight: 700;
    color: #000;
}

.delivery-block__desc p:last-child {
    margin-bottom: 0;
}

.contacts-map {
    width: 100%;
    height: 450px;
}

.delivery-ol {
    padding: 0 0 0 20px;
}

.delivery-ol li {
    margin-bottom: 1em;
}

.delivery-service {
    background: #5D6265;
    color: #fff;
    width: 300px;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    font-size: 20px;
    cursor: pointer;
    transition: 0.3s;
}

.delivery-service.active, .delivery-service:hover {
    background: #00AE4F;
    color: #fff;
}

.delivery-services {
    display: flex;
}

.map-addresses {
    width: 440px;
    flex-shrink: 0;
    border-right: 2px solid #D9D9D9;
    overflow-y: auto;
    background: #fff;
}

.map-address {
    padding: 22px 25px 22px 56px;
    position: relative;
    font-size: 16px;
    width: 100%;
    transition: 0.3s;
    cursor: pointer;
    border-bottom: 2px solid #D9D9D9;
}

.map-address.active,
.map-address:hover {
    background: rgb(217, 217, 217, 0.5);
}

.map-address::before {
    content: url('/local/templates/adsgrp/images/delivery-address-mark.svg');
    display: block;
    position: absolute;
    top: 22px;
    left: 30px;
}

.map-address.selected {
    background: #00AE4F;
    color: #fff;
}

.delivery-services-map {
    display: flex;
    position: relative;
}

.delivery-services-map.loading::after {
    content: '';
    display: block;
    background: rgba(255, 255, 255, 1) url('/local/templates/adsgrp/images/preloader.svg') no-repeat center center / 10%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.map-container {
    flex: 1;
}

.map-address > div:not(:last-child) {
    margin-bottom: 1.2em;
}

.map-addresses__title {
    padding: 25px 30px 40px;
    font-size: 24px;
}

.map-addresses__search {
    display: flex;
    border-bottom: 1px solid #5D6265;
    margin: 0 30px 22px;
    padding-bottom: 5px;
}

.map-addresses__search-btn {
    background: url(/local/templates/adsgrp/images/search-btn-logo.svg) no-repeat center center;
    width: 22px;
    height: 22px;
    cursor: pointer;
    flex-shrink: 0;
    margin-left: 10px;
}

.map-addresses__search input {
    border: none;
    flex: 1px;
    outline: none;
    font-size: 18px;
    font-family: 'Gilroy', Helvetica, Arial, sans-serif;
}

.delivery-services-map {
    height: 450px;
}

@media (max-width: 1600px) {
    .delivery-block {
        margin-bottom: 45px;
    }

    .delivery-block .container {
        padding: 45px;
    }
}

@media (max-width: 1279px) {
    .delivery-block .container {
        padding: 45px 0;
    }

    .delivery-block__title {
        font-size: 22px;
    }

    .delivery-service {
        width: 50%;
    }

    .map-addresses {
        width: 100%;
    }

    .map-container {
        display: none;
    }

    .map-addresses__title {
        border-bottom: 2px solid #D9D9D9;
        padding: 20px 30px;
    }

    .map-addresses__search {
        margin-top: 30px;
    }
}

@media (max-width: 767px) {
    .delivery-block {
        font-size: 18px;
    }

    .delivery-block__title {
        font-size: 20px;
    }

    .delivery-block .container {
        padding: 35px 0;
    }

    .delivery-block {
        margin-bottom: 40px;
    }

    .map-addresses__title {
        font-size: 22px;
    }

    .delivery-service {
        font-size: 16px;
        gap: 10px;
    }
}

@media (max-width: 479px) {
    .delivery-block__title {
        font-size: 18px;
    }

    .delivery-block {
        font-size: 16px;
    }

    .delivery-block {
        margin-bottom: 35px;
    }

    .delivery-service {
        font-size: 14px;
    }

    .delivery-service.sdek img {
        width: 90px;
    }

    .delivery-service.del-line img {
        width: 45px;
    }
}
/* End */


/* Start:/local/templates/adsgrp/components/bitrix/news.detail/payment/style.css?17798811791593*/
.payment-block {
    font-size: 20px;
    line-height: 1.4;
    margin-bottom: 90px;
}

.payment-block .container {
    border-left: 4px solid #00AE4F;
    padding: 0 60px;
}

.payment-block__title {
    font-size: 30px;
    font-weight: normal;
    margin: 0;
}

.payment-block__text {
    margin-bottom: 20px;
}

.payment-block__text p:last-child {
    margin-bottom: 0;
}

.payment-block__requisites {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 5px;
}

.payment-block__requisite .download-link {
    color: #00AE4F;
    display: flex;
    align-items: center;
    gap: 7px;
}

.payment-block__requisite span:nth-child(2) {
    font-weight: 600;
}

.download-link::after {
    content: url('/local/templates/adsgrp/images/download-arrow.svg');
    display: block;
}

@media (max-width: 1600px) {
    .payment-block .container {
        padding: 0 45px;
    }
}

@media (max-width: 1279px) {
    .payment-block .container {
        padding: 0;
        border: none;
    }

    .payment-block__title {
        font-size: 22px;
    }

    .payment-block__requisites {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 5px;
    }
}

@media (max-width: 767px) {
    .payment-block {
        font-size: 18px;
    }

    .payment-block__title {
        font-size: 20px;
    }

    .payment-block__requisites {
        display: grid;
        grid-template-columns: 1fr;
        gap: 5px;
    }
}

@media (max-width: 479px) {
    .payment-block__title {
        font-size: 18px;
    }

    .payment-block {
        font-size: 16px;
    }
}
/* End */
/* /local/templates/adsgrp/components/bitrix/menu/page_menu/style.css?17798811791004 */
/* /local/templates/adsgrp/components/bitrix/news.detail/delivery/style.css?17798811794167 */
/* /local/templates/adsgrp/components/bitrix/news.detail/payment/style.css?17798811791593 */
