

/* Start:/bitrix/components/citrus.developer/template/templates/photo-progress-filter/style.css?17009930421325*/

@media all {
	.photos-filter {
		margin-bottom: 60px;
	}
	.photos-filter__year-swiper {
	}
	.photos-filter__year-swiper .swiper-container {

	}
	.photos-filter__year-swiper .swiper-wrapper {
		margin: auto;
	}
	.photos-filter__year-swiper .swiper-slide {
		width: 65px;
	}
	.photos-filter__year-it {
		font-weight: 600;
		text-decoration: none;
		color: #666666;
		font-size: 15px;
		border-bottom: 3px solid transparent;
		display: block;
	}


	.photos-filter__year-it._selected {
		border-bottom-color: currentColor;
	}
	.photos-filter__bottom {
		display: flex;
		justify-content: center;
		margin: -15px;
		padding-top: 35px;
	}
	.photos-filter select.select {
		width: 326px;
		max-width: calc(50% - 30px);
		margin: 15px;
	}
	.photos-filter select.select::-ms-expand {
		display: none;
	}
	.photos-filter select option[disabled] {
		color: #a9a9a9;
	}
	select.photos-filter__quarters {

	}
	.photos-filter__house {

	}
}
@media (max-width: 767px) {
	.photos-filter__bottom {
		margin: -10px;
	}
	.photos-filter select.select {
		max-width: calc(50% - 20px);
		margin: 10px;
	}
}
@media (max-width: 479px) {
	.photos-filter {
		margin-bottom: 30px;
	}
	.photos-filter__bottom {
		flex-direction: column;
		align-items: center;
		padding-top: 20px;
	}
	.photos-filter select.select {
		max-width: calc(100% - 20px);
	}
}
/* End */


/* Start:/bitrix/templates/citrus.developer/components/bitrix/system.pagenavigation/.default/style.css?1755678256630*/

@media all {
	.switch {
		margin: 60px 0 30px;
		text-align: center;
	}
	.switch-nav {
		margin: 0 auto;
		display: table;
	}
	.switch a, .switch span {
		font-size: 16px;
		color: #333;
		display: inline-flex;
		align-items: center;
		justify-content: center;
		text-decoration: none;
		text-align: center;
		min-width: 43px;
		height: 40px;
	}
	.switch a:hover,
	.switch span.selected {
		color: #fff;
		-webkit-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
		user-select: none;
	}
	.switch a+a,
	.switch span+a {
		margin-left: 10px;
	}

	.switch a.nav-end, .switch a.nav-start {
		padding: 0 6px;
	}
}
/* End */


/* Start:/bitrix/components/citrus.developer/complex.news.list/templates/.default/bitrix/news.list/photo-progress-list/style.css?170099304225*/

@media all {

}
        
/* End */


/* Start:/bitrix/components/citrus.developer/template/templates/photo-progress-card/style.css?1700993042792*/

@media all {
	.photo-progress__item {
		display: flex;
		flex-direction: column;
		box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.25);
		position: relative;
	}
	.photo-progress__img-w {

	}
	.photo-progress__img {
		padding-bottom: 53.40050377833753%;
		display: block;
		background-size: cover;
		background-repeat: no-repeat;
	}
	.photo-progress__content {
		padding: 20px 30px 20px;
	}
	.photo-progress__name {
		font-size: 16px;
		line-height: 1.2;
		color: #000;
		margin-bottom: 30px;
		text-decoration: none;
		display: block;
	}
	.photo-progress__date {
		font-size: 13px;
		color: #888888;
		margin-bottom: 6px;
	}
	.photo-progress__house {
		font-size: 13px;
	}
}
@media (max-width: 767px) {
	.photo-progress__content {
		padding: 15px;
	}
	.photo-progress__name {
		font-size: 15px;
	}
}
/* End */


/* Start:/bitrix/templates/citrus.developer/components/citrus/subscribe.form/line/style.css?17556782562548*/

@media all {

    .subscribe {
        color: #ffffff;
        padding: 30px 0;
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-wrap: wrap;
    }
    .subscribe__text-1 {
        font-size: 35px;
        font-weight: 300;
    }
    .subscribe__text-2 {
        font-size: 18px;
        margin-top: 6px;
    }
    .subscribe-form {
        flex: 1;
        margin-left: 60px;
    }

    .subscribe-row {
        display: flex;
        align-items: center;
    }
    .subscribe-input {
        border-radius: 4px 0 0 4px;
        height: 60px;
        padding: 0 20px;
        font-size: 15px;
        border: none;
        background-color: #fff;
        width: calc(100% - 200px);
    }
    .subscribe .btn {
        border-radius: 0 4px 4px 0;
        width: 200px;
    }
    .bx-no-touch .btn-sub:hover {
        color: #fff;
    }
    .subscribe-footer {
        background-color: rgba(0,0,0,.18);
        color: #fff;
        text-align: center;
        font-size: 13px;
        font-style: italic;
        padding: 11px 0;
    }
    .subscribe-footer a, .subscribe-footer a:hover {
        color: #fff;
    }

    .subscribe-form .input-container:not(.has-error) .help-block.error {
        pointer-events: none;
    }
    .subscribe-form .input-container.has-error .help-block.error {
        position: absolute;
        width: 100%;
    }
    
    .subscribe-message {
        width: 100%;
        padding: 10px;
        background-color: #fff;
        margin-top: 10px;
    }
    .subscribe-message.notetext {
        color: #3c763d;
    }
    .subscribe-message.errortext {
        color: #ED5A5A;
    }
}
@media (max-width: 1200px) {
    .subscribe__text {
        text-align: center;
    }
    .subscribe-form .input-container.has-error .help-block.error {
        position: relative;
    }
    .subscribe {
        flex-direction: column;
    }
    .subscribe-form {
        margin: 30px 0 10px 0;
        width: 520px;
        max-width: 100%;
    }
    .subscribe-message {
        width: 520px;
        max-width: 100%;
    }
}
@media (max-width: 767px) {
    .subscribe__text-1 {
        font-size: 30px;
        line-height: 1.2;
    }
    .subscribe__text-2 {
        font-size: 16px;
    }
}
@media (max-width: 479px) {
    .subscribe__text-1 {
        font-size: 25px;
    }
    .subscribe__text-2 {
        font-size: 14px;
    }
    .subscribe-input {
        width: auto;
        flex: 1;
        height: 50px;
    }
    .subscribe .btn {
        width: 50px;
    }
}
/* End */
/* /bitrix/components/citrus.developer/template/templates/photo-progress-filter/style.css?17009930421325 */
/* /bitrix/templates/citrus.developer/components/bitrix/system.pagenavigation/.default/style.css?1755678256630 */
/* /bitrix/components/citrus.developer/complex.news.list/templates/.default/bitrix/news.list/photo-progress-list/style.css?170099304225 */
/* /bitrix/components/citrus.developer/template/templates/photo-progress-card/style.css?1700993042792 */
/* /bitrix/templates/citrus.developer/components/citrus/subscribe.form/line/style.css?17556782562548 */
