@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
.dobrolap-popup__block h2 {
	text-transform: uppercase;
}
@media (min-width: 1024px) and (max-width: 1279px) {
	/*  НОВЫЙ ДИЗАЙН */
	.dobrolap-navigation-wrap,
	.dobrolap-thanks-wrap,
	.dobrolap-participation-wrap,
	.dobrolap-gifts-wrap,
	.dobrolap-collected-wrap,
	.dobrolap-helped__wrap,
	.dobrolap-helped__inner-wrap,
	.dobrolap-shelters__wrap,
	.dobrolap-more__wrap {
		width: 100%;
		position: relative;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	.dobrolap-navigation{
		display: none;
	}

	.dobrolap-navigation-mobile {
		display: none;
	}
	.dobrolap-helped__wrap,
	.dobrolap-shelters__wrap {
		margin: 30px 0;
	}
	.dobrolap-helped__inner-wrap {
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-around;
		flex-direction: row;
		align-items: center;
		flex-wrap: wrap;
	}
	.dobrolap-participation-wrap,
	.dobrolap-gifts-wrap {
		margin: 50px 0;
	}
	.dobrolap-thanks-wrap {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.dobrolap-navigation-block {
		width: 100%;
		max-width: 1280px;
		min-width: 1024px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		margin: 30px 0;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
	.dobrolap-thanks-block {
		width: 100%;
		max-width: 1280px;
		min-width: 1024px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
	.dobrolap-gifts-block,
	.dobrolap-helped__block,
	.dobrolap-shelters__block {
		width: 100%;
		max-width: 1024px;
		min-width: 100%;
	}
	.dobrolap-more__block {
		width: 100%;
		max-width: 1280px;
		min-width: 1024px;
		background: url("../img/more_bg.jpg") bottom left -100px no-repeat;
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		background-size: cover;
		margin: 30px 0;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
	.dobrolap-more__block-item {
		width: 44%;
		margin: 124px 40px 90px 0;
	}
	.dobrolap-more__block-inner-wrap {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		width: 100%;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
	.dobrolap-collected-block {
		width: 100%;
		max-width: 1024px;
		background: url("../img/collected_bg.jpg") center right no-repeat;
		background-size: contain;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: start;
		margin-left: 40px;

	}
	.dobrolap-helped__inner-block {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		background: #82c2b2;
		border-radius: 5px;
		width: 30%;
		min-width: 400px;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		height: 155px;
		margin-bottom: 30px;
	}
	.dobrolap-collected-left {
		width: 50%;
	}
	.dobrolap-participation__block {
		width: 100%;
		max-width: 730px;
		min-width: 730px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		margin: 50px 0;
	}
	.dobrolap-navigation ul {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		list-style-type: none;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		margin: 0;
	}
	.dobrolap-navigation__item-link {
		display: block;
		text-transform: uppercase;
		border-radius: 5px;
		font: 600 13px/13px Montserrat, sans-serif;
		cursor: pointer;
		-webkit-transition: all 0.2s ease;
		-o-transition: all 0.2s ease;
		transition: all 0.2s ease;
		margin-right: 20px;
	}
	.dobrolap-navigation__item-link a {
		display: block;
		padding: 15px 12px;
	}
	.dobrolap-navigation__item-link:nth-child(last) {
		margin-right: 0;
	}
	.dobrolap-navigation__item-link:hover {
		background: #abdebe;
	}
	.dobrolap-navigation ul .active {
		background: #abdebe;
	}
	.dobrolap-navigation-logo img {
		width: 233px;
	}
	.dobrolap-thanks-block__image,
	.dobrolap-thanks-block__text {
		width: 50%;
	}
	.dobrolap-thanks-block__text {
		background: #ddf4e5;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
	.dobrolap-thanks-block__text-body {
		width: 56%;
		min-width: 370px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	.dobrolap-thanks-block__text-body h1,
	.dobrolap-participation__block h1,
	.dobrolap-gifts-block h1,
	.dobrolap-collected-block h1,
	.dobrolap-helped__block h1,
	.dobrolap-shelters__block h1,
	.dobrolap-more__block-item h1 {
		font: 600 50px/50px Montserrat, sans-serif;
		color: #1d364a;
	}

	.dobrolap-thanks-block__text-body h1, .dobrolap-thanks-block__text-body p {
		width: 100%
	}

	.dobrolap-participation__block h1 {
		text-align: center;
	}
	.dobrolap-gifts-block h1 {
		text-align: center;
	}
	.dobrolap-helped__wrap h1,
	.dobrolap-shelters__block h1 {
		text-align: center;
		margin: 30px 0;
	}
	.dobrolap-particioation__block h1,
	.dobrolap-participation__block h3,
	.dobrolap-participation__block a {
		text-align: center;
	}
	.dobrolap-thanks-block__text-body h2,
	.dobrolap-participation__block h2,
	.dobrolap-more__block-inner h2,
	.dobrolap-popup__block h2 {
		font: 600 36px/36px Montserrat, sans-serif;
		color: #1d364a;
	}
	.dobrolap-thanks-block__text-body h3,
	.dobrolap-participation__block h3 {
		font: 600 30px/30px Montserrat, sans-serif;
		color: #1d364a;
	}
	.dobrolap-thanks-block__text-body p,
	.dobrolap-participation__block p,
	.dobrolap-gifts-block p {
		font: 300 14px/20px Montserrat, sans-serif;
		color: #1d364a;
		margin-top: 30px;
	}
	.dobrolap-popup__block p {
		font: 300 14px/16px Montserrat, sans-serif;
		color: #1d364a;
	}
	.dobrolap-gifts-block p {
		text-align: center;
		margin-bottom: 30px;
		padding: 0 200px;
	}
	.dobrolap-thanks-block__text-body a,
	.dobrolap-participation__block a,
	.dobrolap-popup__block a {
		margin-top: 45px !important;
		background: #1d364a;
		color: #fff !important;
		font: 800 16px/16px Montserrat, sans-serif;
		border-radius: 5px;
		padding: 15px 35px;
		cursor: pointer;
	}
	.dobrolap-popup__block a {
		margin-top: 25px !important;
		display: inline-block;
	}
	.dobrolap-participation__block a {
		width: 230px;
		position: relative;
	}
	.dobrolap-thanks-block__text-body h3 span {
		border: 1px solid #ff8170;
		border-radius: 4px;
		display: inline-block;
		margin: 30px 4px 0 0;
		padding: 7px 15px;
		width: 50px;
		text-align: center;
	}
	.dobrolap-participation__switcher ul,
	.dobrolap-collected__switcher ul {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		list-style-type: none;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		margin: 50px 0 30px 0;
		padding: 0;
	}
	.dobrolap-collected__switcher ul {
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}
	.dobrolap-participation__switcher ul li,
	.dobrolap-collected__switcher ul li {
		display: block;
		text-transform: uppercase;
		padding: 0 12px 5px 12px;
		font: 300 10px/10px Montserrat, sans-serif;
		cursor: pointer;
		-webkit-transition: all 0.2s ease;
		-o-transition: all 0.2s ease;
		transition: all 0.2s ease;
		border-bottom: 3px solid #1d364a;
	}
	.dobrolap-participation__switcher .active,
	.dobrolap-participation__switcher ul li:hover,
	.dobrolap-collected__switcher .active,
	.dobrolap-collected__switcher ul li:hover {
		border-bottom: 3px solid #f8776b;
		color: #f8776b;
	}
	.dobrolap-participation__slider,
	.dobrolap-collected__slider {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	.dobrolap-participation__slider__slide {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-pack: distribute;
		justify-content: space-around;
	}
	.dobrolap-participation__slider__slide img {
		width: 127px;
	}
	.dobrolap-participation__slider__slide p,
	.dobrolap-collected__slider__slide p {
		margin-top: 10px;
	}
	.dobrolap-participation__slider__item {
		text-align: center;
	}
	.dobrolap-participation__slider__wrap {
		overflow: hidden;
		width: 100%;
		max-width: 730px;
		min-width: 730px;
	}
	.dobrolap-collected__slider__wrap {
		overflow: hidden;
		width: 100%;
		max-width: 600px;
		min-width: 600px;
	}
	.dobrolap-participation__slider__body {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		width: 100%;
		position: relative;
	}
	.dobrolap-participation__slider__slide {
		width: 100%;
		max-width: 730px;
		min-width: 730px;
	}
	.dobrolap-participation__slider hr {
		background: #f8776b;
		height: 4px;
	}
	.dobrolap-gifts-slider-prev-wrap {
		margin: 30px 0;
	}
	.dobrolap-gifts-slider-prev-wrap,
	.dobrolap-gifts-slider-prev-block {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
	.dobrolap-gifts-slider-prev-block {
		width: 3000px;
	}
	.dobrolap-gifts-slider-left-arr {
		padding: 36px 50px 36px 20px;
		cursor: pointer;
	}
	.dobrolap-gifts-slider-right-arr {
		padding: 36px 20px 36px 50px;
		cursor: pointer;
	}
	.dobrolap-gifts-slider-left-arr img,
	.dobrolap-gifts-slider-right-arr img {
		height: 84px;
		width: 48px;
	}
	.dobrolap-gifts-slider-prev-item img {
		width: 240px;
		height: 158px;
		border-radius: 12px;
	}
	.dobrolap-gifts-slider-prev-item {
		margin: 0 11px;
		-webkit-transition: all 0.2s ease;
		-o-transition: all 0.2s ease;
		transition: all 0.2s ease;
		border-radius: 14px;
		cursor: pointer;
	}
	.dobrolap-gifts-slider-prev-item img {
		border-radius: 14px;
	}
	.img-shadow {
		position: relative;
		max-width: 100%;
		float: left;
	}
	.img-shadow::before {
		-webkit-transition: all 0.2s ease;
		-o-transition: all 0.2s ease;
		transition: all 0.2s ease;
	}
	.dobrolap-gifts-slider-prev-item:hover .img-shadow::before {
		content: "";
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		-webkit-box-shadow: inset 0 0 0 7px #fe4d0c;
		box-shadow: inset 0 0 0 7px #fe4d0c;
		border-radius: 14px;
	}
	.img-shadow img {
		float: left;
	}
	.dobrolap-gifts-slider-item-wrap {
		width: 1042px;
		overflow-x: hidden;
	}
	.dobrolap-collected__slider__body {
		position: relative;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
	.dobrolap-collected__slider__slide {
		width: 100%;
		max-width: 600px;
		min-width: 600px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.dobrolap-collected__slider__item-wrap {
		width: 100%;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
	.dobrolap-collected__slider__item {
		width: 48%;
		margin: 0 2% 30px 0;
	}
	.dobrolap-collected__slider__item h4 {
		font: 600 18px/18px Montserrat, sans-serif;
		color: #1d364a;
		text-transform: uppercase;
	}
	#shelter h3 {
		font: 600 18px/24px Montserrat, sans-serif;
		color: #1d364a;
		text-transform: none;
	}
	.b-popup-pick-city--shelter p,
	.shelter__info p {
		margin-bottom: 5px;
		font: 300 14px/16px Montserrat, sans-serif;
		color: #1d364a;
	}
	.dobrolap-collected__slider__item h2 {
		font: 600 36px/36px Montserrat, sans-serif;
		color: #f8776b;
	}
	.dobrolap-helped__inner-text {
		width: 30%;
	}
	.dobrolap-helped__inner-pictures {
		width: 45%;
	}
	.dobrolap-helped__inner-text h2 {
		font: 600 36px/36px Montserrat, sans-serif;
		color: #1d364a;
		margin-bottom: 5px;
	}
	.dobrolap-helped__inner-text p {
		font: 600 13px/16px Montserrat, sans-serif;
		color: #1d364a;
		margin: 0;
	}
	#shelter {
		margin-top: 0;
		margin-bottom: 0;
		padding-top: 0;
		padding-bottom: 0;
		background-color: #ffffff;
	}
	#shelter .shelter_wrap {
		min-height: 350px;
	}
	#shelter .shelter_logo-wrap img {
		width: 155px;
	}
	#shelter .shelter_logo-wrap {
		height: 170px;
	}
	#shelter .shelter_about {
		height: 60px;
		overflow: hidden;
		margin-bottom: 20px;
		-webkit-transition: height 1s;
		-o-transition: height 1s;
		transition: height 1s;
	}
	.shelters-hide {
		width: 100%;
		height: 700px;
		overflow: hidden;
		-webkit-transition: height 1s;
		-o-transition: height 1s;
		transition: height 1s;
	}
	.shelters-show {
		width: 100%;
		height: auto;
		overflow: hidden;
		-webkit-transition: height 1s;
		-o-transition: height 1s;
		transition: height 1s;
	}
	.dobrolap-shelters-hide__button {
		width: 230px;
		position: relative;
		left: 50%;
		margin-left: -115px;
		margin-top: 45px !important;
		background: #1d364a;
		color: #fff;
		font: 800 16px/16px Montserrat, sans-serif;
		border-radius: 5px;
		padding: 15px 35px;
		display: block;
		text-align: center;
		cursor: pointer;
	}
	#photos .justify-content-center {
		display: none;
	}
	.dobrolap-participation__logos-block {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-pack: distribute;
		justify-content: space-around;
		-webkit-box-align: end;
		-ms-flex-align: end;
		align-items: flex-end;
		margin: 30px 0;
	}
	.dobrolap-participation__logos-block a {
		margin-top: 0;
		background: none;
		border-radius: 0;
		padding: 0;
		margin-left: 0;
		left: 0;
	}
	.dobrolap-participation__logos-item:nth-child(1) img {
		width: 110%;
	}
	.dobrolap-participation__logos-item:nth-child(2) img {
		width: 85%;
		position: relative;
		bottom: 3px;
	}
	.dobrolap-black-box:before {
		content: "";
		position: fixed;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		background: rgba(77,92,116,.8);
		z-index: 999;
	}
	.dobrolap-popup__block {
		position: fixed;
		width: 30%;
		left: 50%;
		margin-left: -15%;
		background: #ffffff;
		border-radius: 30px;
		padding: 50px 30px;
		top: 150px;
		z-index: 9999;
	}
	.dobrolap-black-box {
		display: none;
	}
	.dobrolap-popup__block-open-mobile {
		display: none;
	}

	.dobrolap-shelters__inner-block .animate-box {
		cursor: pointer;
	}
	/* FOTORAMA STYLES */
	.fotorama__thumb-border {
		border: 5px solid #fe4d0c !important;
		border-radius: 14px;
		background-image: none !important;
		height: 75px !important;
		width: 165px !important;
	}
	.fotorama__thumb img,
	.fotorama__loaded--img {
		border-radius: 12px !important;
	}
	.fotorama__arr--prev {
		padding: 36px 50px 36px 20px;
		height: 84px !important;
		width: 48px !important;
		background: url(../img/slider1/slider_arr_left.png) center center no-repeat !important;
		background-size: cover !important;
	}
	.fotorama__arr--next {
		padding: 36px 20px 36px 50px;
		height: 84px !important;
		width: 48px !important;
		background: url(../img/slider1/slider_arr_right.png) center center no-repeat !important;
		background-size: cover !important;
	}
	.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr {
		opacity: 1 !important;
	}
	.fotorama__stage {
		overflow: visible !important;
	}
	.fotorama__arr--prev {
		position: absolute !important;
		top: 106% !important;
		left: 29px !important;
	}
	.fotorama__arr--next {
		position: absolute !important;
		top: 106% !important;
		right: 29px !important;
	}
	.fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows
		.fotorama__arr--prev:not(:focus) {
		-webkit-transform: translate3d(0, 0, 0) !important;
		transform: translate3d(0, 0, 0) !important;
		-webkit-transition-property: opacity;
		-o-transition-property: opacity;
		transition-property: opacity;
		-webkit-transition-timing-function: linear;
		-o-transition-timing-function: linear;
		transition-timing-function: linear;
		-webkit-transition-duration: 0.3s;
		-o-transition-duration: 0.3s;
		transition-duration: 0.3s;
	}
	.fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows
		.fotorama__arr--next:not(:focus) {
		-webkit-transform: translate3d(0, 0, 0) !important;
		transform: translate3d(0, 0, 0) !important;
		-webkit-transition-property: opacity;
		-o-transition-property: opacity;
		transition-property: opacity;
		-webkit-transition-timing-function: linear;
		-o-transition-timing-function: linear;
		transition-timing-function: linear;
		-webkit-transition-duration: 0.3s;
		-o-transition-duration: 0.3s;
		transition-duration: 0.3s;
	}
	.fotorama__arr--disabled {
		opacity: 1 !important;
	}
	.fotorama__wrap--css3.fotorama__wrap--video .fotorama__arr--prev {
		-webkit-transform: translate3d(0, 0, 0) !important;
		transform: translate3d(0, 0, 0) !important;
	}
	/*  НОВЫЙ ДИЗАЙН ЗАКОНЧИЛСЯ */
	/* Новый год 2021 */

	.dobrolap-thanks-block .dobrolap-thanks-block__text{
		background: url('../img/december/snow-w.png') bottom 40px right 60px no-repeat, #FF7222;
	}
	.dobrolap-thanks-block__text-body p, .dobrolap-participation__block p, .dobrolap-gifts-block p{
		font: 500 18px/28px Montserrat, sans-serif;
	}
	.dobrolap-thanks-block:first-child .dobrolap-thanks-block__text {
		background: url('../img/december/snow-r.png') top 50px right 50px no-repeat, #FFE4E0;
	}
	.dobrolap-thanks-block .dobrolap-thanks-block__text-body a{
		background: #FFE4E0;
		color: #1D2023!important;
	}
	.dobrolap-thanks-block:first-child .dobrolap-thanks-block__text-body a{
		background: #FF7222;
		color: #FFFFFF!important;
	}
	.dobrolap-thanks-block__text-body h3 span{
		border: 1px solid #FFFFFF;
	}
	.dobrolap-navigation ul .active,
	.dobrolap-navigation__item-link:hover{
		background: #E3F0ED;
	}
	.dobrolap-thanks-block:first-child .dobrolap-thanks-block__text-body{
		width: 425px;
	}
	.dobrolap-text-colored{
		color: #FF7222;
	}
	.dobrolap-howto-send{
		display: -ms-flexbox;
		display: flex;
		-ms-flex-pack: distribute;
		justify-content: space-around;
	}
	.dobrolap-howto-send__inner-block{
		display: -ms-flexbox;
		display: flex;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-ms-flex-align: center;
		align-items: center;
	}
	.dobrolap-howto-send__list{
		display: -ms-flexbox;
		display: flex;
		-ms-flex-direction: column;
		flex-direction: column;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
	.dobrolap-howto-send__list .dobrolap-howto-send__list-item{
		display: -ms-flexbox;
		display: flex;
		-ms-flex-pack: start;
		justify-content: flex-start;
		-ms-flex-align: center;
		align-items: center;
	}
	.dobrolap-howto-send__title{
		font-family: Roboto;
		font-style: normal;
		font-weight: bold;
		font-size: 21px;
		line-height: 23px;
		text-transform: uppercase;
		color: #1D364B;
		margin-bottom: 21px;
	}
	h2.dobrolap-section-title{
		font-family: Montserrat;
		font-style: normal;
		font-weight: 600;
		font-size: 48px;
		line-height: 50px;
		text-align: center;
		text-transform: uppercase;
		color: #1D364A;
		margin-bottom: 80px;
	}
	.dobrolap-participation__block{
		min-width: initial;
		max-width: initial;
	}
	.dobrolap-howto-send__list-text{
		margin-left: 22px;
		font-family: Roboto;
		font-style: normal;
		font-weight: normal;
		font-size: 18px;
		line-height: 26px;
		text-transform: uppercase;
		color: #1D364B;
	}
	.dobrolap-howto-send__list-img{
		width: 61px;
		height: 61px;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-pack: center;
		justify-content: center;
		-ms-flex-align: center;
		align-items: center;
		-ms-flex-direction: column;
		flex-direction: column;
		margin-top: 9px;
		margin-bottom: 9px;

	}
	.dobrolap-howto-send__img-left{
		margin-left: 42px;
	}
	.dobrolap-howto-send__img-right{
		margin-right: 44px;
		-ms-flex-order: -1;
		order: -1;
	}
	.dobrolap-collected-block{
		background: url('../img/december/christmas-floppa.png') bottom right no-repeat;
	}
	.dobrolap-participation__logos-block{
		-ms-flex-pack: center;
		justify-content: center;
		margin-top: 90px;
	}
	.dobrolap-participation__logos-item{
		margin-right: 8px;
		margin-left: 8px;
	}
	h3.dobrolap-participation__title{
		font-family: Montserrat;
		font-style: normal;
		font-weight: 600;
		font-size: 27px;
		line-height: 33px;
		text-align: center;
		text-transform: uppercase;
		color: #1F384A;
		margin-bottom: 40px;
	}
	.dobrolap-participation__switcher ul li,
	.dobrolap-collected__switcher ul li {
		font-family: Montserrat;
		font-style: normal;
		font-weight: bold;
		font-size: 18px;
		line-height: 22px;
		text-transform: uppercase;
	}
	.dobrolap-helping__wrap{
		margin-top: 40px;
	}
	.dobrolap-helping__inner-wrap{
		display: -ms-flexbox;
		display: flex;
		-ms-flex-pack: distribute;
		justify-content: space-around;
		margin-top: -30px;
		margin-bottom: 120px;
	}
	.dobrolap-helping__inner-pictures{
		height: 303px;
		-ms-flex-direction: column;
		flex-direction: column;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-pack: end;
		justify-content: flex-end;
	}
	.dobrolap-helping__inner-text{
		font-family: Montserrat;
		font-style: normal;
		text-align: center;
		color: #1D364A;
	}
	.dobrolap-helping__inner-text .dobrolap-helping__title{
		font-weight: 600;
		font-size: 80px;
		line-height: 97px;
	}
	.dobrolap-helping__inner-text .dobrolap-helping__text{
		font-weight: 500;
		font-size: 29px;
		line-height: 35px;
	}
	.b-popup-pick-city--shelter p, .shelter__info p{
		font-family: Montserrat;
		font-style: normal;
		font-weight: 500;
		font-size: 13px;
		line-height: 16px;
		color: #1D364A;
	}
	.dobrolap-more__block-flex{
		display: -ms-flexbox;
		display: flex;
		-ms-flex-align: center;
		align-items: center;
		-ms-flex-pack: justify;
		justify-content: space-between;
		width: 100%;
		max-width: 1280px;
		min-width: 1024px;
	}
	.dobrolap-more__img{
		min-width: 490px;
		-webkit-box-ordinal-group: 0;
		-ms-flex-order: -1;
		order: -1;
	}
	.dobrolap-more__inner{
		width: 100%;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-pack: center;
		justify-content: center;
	}
	.dobrolap-more__inner h2.dobrolap-section-title{
		margin-bottom: 29px;
	}
	.dobrolap-more__inner{
		text-align: center;
	}
	.dobrolap-more__wrap{
		margin-top: 40px;
	}
	.dobrolap-more__block-inner-wrap{
		margin-top: 30px;
	}
	h2.dobrolap-gifts-title{
		font-family: Montserrat;
		font-style: normal;
		font-weight: 600;
		font-size: 48px;
		line-height: 50px;
		text-align: center;
		color: #1D364A;
		margin-bottom: 87px;
		margin-top: 87px;
	}
	.dobrolap-questions section.questions-blackfriday{
		border: 0;
	}
	.dobrolap-questions h2.questions-blackfriday__title{
		font-family: Montserrat;
		font-style: normal;
		font-weight: 600;
		font-size: 48px;
		line-height: 50px;
		text-align: center;
		color: #1D364A;
		text-transform: initial;
	}
	.dobrolap-questions h2.questions-blackfriday__title:after{
		background:  #1D364A;
	}
	.dobrolap-questions .questions-blackfriday__accordion .item-accordion__header-inner:after{
		background-color: #1D364A;
	}

	.dobrolap-popup__block h2{
		font: 600 30px/36px Montserrat, sans-serif;
		margin-bottom: 30px;
	}
	.dobrolap-popup__block p{
		font: 500 14px/16px Montserrat, sans-serif;
		font-size: 16px;
		line-height: 24px;
	}
}

@media (min-width: 1200px) {
	.give-story-dobrolap__list .item__title {
		font-size: 34px;
		line-height: 36px;
	}
	.give-story-dobrolap__list .item__subtitle {
		font-size: 18px;
		line-height: 26px;
	}
}

@media (min-width: 1280px) {
	/*  НОВЫЙ ДИЗАЙН */
	.dobrolap-navigation-wrap,
	.dobrolap-thanks-wrap,
	.dobrolap-participation-wrap,
	.dobrolap-gifts-wrap,
	.dobrolap-collected-wrap,
	.dobrolap-helped__wrap,
	.dobrolap-helped__inner-wrap,
	.dobrolap-shelters__wrap,
	.dobrolap-more__wrap {
		width: 100%;
		position: relative;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	.dobrolap-navigation{
		display: none;
	}

	.dobrolap-navigation-mobile {
		display: none;
	}
	.dobrolap-helped__wrap,
	.dobrolap-shelters__wrap {
		margin: 30px 0;
	}
	.dobrolap-helped__inner-wrap {
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
	.dobrolap-participation-wrap,
	.dobrolap-gifts-wrap {
		margin: 50px 0;
	}
	.dobrolap-thanks-wrap {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.dobrolap-navigation-block {
		width: 100%;
		max-width: 1280px;
		min-width: 1024px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		margin: 30px 0;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
	.dobrolap-thanks-block {
		width: 100%;
		max-width: 1280px;
		min-width: 1024px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
	.dobrolap-gifts-block,
	.dobrolap-helped__block,
	.dobrolap-shelters__block {
		width: 100%;
		max-width: 1280px;
		min-width: 1024px;
	}
	.dobrolap-more__block {
		width: 100%;
		max-width: 1280px;
		min-width: 1024px;
		background: url("../img/more_bg.jpg") bottom right no-repeat;
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		background-size: cover;
		margin: 30px 0;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
	.dobrolap-more__block-item {
		width: 44%;
		margin: 124px 40px 90px 0;
	}
	.dobrolap-more__block-inner-wrap {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		width: 100%;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
	.dobrolap-collected-block {
		width: 100%;
		max-width: 1280px;
		min-width: 1024px;
		background: url("../img/collected_bg.jpg") center right no-repeat;
		background-size: contain;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: start;
	}
	.dobrolap-helped__inner-block {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		background: #82c2b2;
		border-radius: 5px;
		width: 30%;
		min-width: 400px;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		height: 155px;
	}
	.dobrolap-collected-left {
		width: 50%;
	}
	.dobrolap-participation__block {
		width: 100%;
		max-width: 730px;
		min-width: 730px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		margin: 50px 0;
	}
	.dobrolap-navigation ul {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		list-style-type: none;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		margin: 0;
	}
	.dobrolap-navigation__item-link {
		display: block;
		text-transform: uppercase;
		border-radius: 5px;
		font: 600 13px/13px Montserrat, sans-serif;
		cursor: pointer;
		-webkit-transition: all 0.2s ease;
		-o-transition: all 0.2s ease;
		transition: all 0.2s ease;
		margin-right: 20px;
	}
	.dobrolap-navigation__item-link a {
		display: block;
		padding: 15px 12px;
	}
	.dobrolap-navigation__item-link:nth-child(last) {
		margin-right: 0;
	}
	.dobrolap-navigation__item-link:hover {
		background: #abdebe;
	}
	.dobrolap-navigation ul .active {
		background: #abdebe;
	}
	.dobrolap-navigation-logo img {
		width: 233px;
	}
	.dobrolap-thanks-block__image,
	.dobrolap-thanks-block__text {
		width: 50%;
	}
	.dobrolap-thanks-block__text {
		background: #ddf4e5;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
	.dobrolap-thanks-block__text-body {
		width: 56%;
		min-width: 370px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	.dobrolap-thanks-block__text-body h1,
	.dobrolap-participation__block h1,
	.dobrolap-gifts-block h1,
	.dobrolap-collected-block h1,
	.dobrolap-helped__block h1,
	.dobrolap-shelters__block h1,
	.dobrolap-more__block-item h1 {
		font: 600 50px/50px Montserrat, sans-serif;
		color: #1d364a;
	}

	.dobrolap-thanks-block__text-body h1, .dobrolap-thanks-block__text-body p {
		width: 100%
	}

	.dobrolap-participation__block h1 {
		text-align: center;
	}
	.dobrolap-gifts-block h1 {
		text-align: center;
	}
	.dobrolap-helped__wrap h1,
	.dobrolap-shelters__block h1 {
		text-align: center;
		margin: 30px 0;
	}
	.dobrolap-particioation__block h1,
	.dobrolap-participation__block h3,
	.dobrolap-participation__block a {
		text-align: center;
	}
	.dobrolap-thanks-block__text-body h2,
	.dobrolap-participation__block h2,
	.dobrolap-more__block-inner h2,
	.dobrolap-popup__block h2 {
		font: 600 36px/36px Montserrat, sans-serif;
		color: #1d364a;
	}
	.dobrolap-thanks-block__text-body h3,
	.dobrolap-participation__block h3 {
		font: 600 30px/30px Montserrat, sans-serif;
		color: #1d364a;
	}
	.dobrolap-thanks-block__text-body p,
	.dobrolap-participation__block p,
	.dobrolap-gifts-block p {
		font: 300 14px/20px Montserrat, sans-serif;
		color: #1d364a;
		margin-top: 30px;
	}
	.dobrolap-popup__block p {
		font: 300 14px/16px Montserrat, sans-serif;
		color: #1d364a;
	}
	.dobrolap-gifts-block p {
		text-align: center;
		margin-bottom: 30px;
		padding: 0 200px;
	}
	.dobrolap-thanks-block__text-body a,
	.dobrolap-participation__block a,
	.dobrolap-popup__block a {
		margin-top: 45px !important;
		background: #1d364a;
		color: #fff !important;
		font: 800 16px/16px Montserrat, sans-serif;
		border-radius: 5px;
		padding: 15px 35px;
		cursor: pointer;
	}
	.dobrolap-popup__block a {
		margin-top: 25px !important;
		display: inline-block;
	}
	.dobrolap-participation__block a {
		width: 230px;
		position: relative;
	}
	.dobrolap-thanks-block__text-body h3 span {
		border: 1px solid #ff8170;
		border-radius: 4px;
		display: inline-block;
		margin: 30px 4px 0 0;
		padding: 7px 15px;
		width: 50px;
		text-align: center;
	}
	.dobrolap-participation__switcher ul,
	.dobrolap-collected__switcher ul {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		list-style-type: none;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		margin: 50px 0 30px 0;
		padding: 0;
	}
	.dobrolap-collected__switcher ul {
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}
	.dobrolap-participation__switcher ul li,
	.dobrolap-collected__switcher ul li {
		display: block;
		text-transform: uppercase;
		padding: 0 12px 5px 12px;
		font: 300 10px/10px Montserrat, sans-serif;
		cursor: pointer;
		-webkit-transition: all 0.2s ease;
		-o-transition: all 0.2s ease;
		transition: all 0.2s ease;
		border-bottom: 3px solid #1d364a;
	}
	.dobrolap-participation__switcher .active,
	.dobrolap-participation__switcher ul li:hover,
	.dobrolap-collected__switcher .active,
	.dobrolap-collected__switcher ul li:hover {
		border-bottom: 3px solid #f8776b;
		color: #f8776b;
	}
	.dobrolap-participation__slider,
	.dobrolap-collected__slider {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	.dobrolap-participation__slider__slide {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-pack: distribute;
		justify-content: space-around;
	}
	.dobrolap-participation__slider__slide img {
		width: 127px;
	}
	.dobrolap-participation__slider__slide p,
	.dobrolap-collected__slider__slide p {
		margin-top: 10px;
	}
	.dobrolap-participation__slider__item {
		text-align: center;
	}
	.dobrolap-participation__slider__wrap {
		overflow: hidden;
		width: 100%;
		max-width: 730px;
		min-width: 730px;
	}
	.dobrolap-collected__slider__wrap {
		overflow: hidden;
		width: 100%;
		max-width: 600px;
		min-width: 600px;
	}
	.dobrolap-participation__slider__body {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		width: 100%;
		position: relative;
	}
	.dobrolap-participation__slider__slide {
		width: 100%;
		max-width: 730px;
		min-width: 730px;
	}
	.dobrolap-participation__slider hr {
		background: #f8776b;
		height: 4px;
	}
	.dobrolap-gifts-slider-prev-wrap {
		margin: 30px 0;
	}
	.dobrolap-gifts-slider-prev-wrap,
	.dobrolap-gifts-slider-prev-block {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
	.dobrolap-gifts-slider-prev-block {
		width: 3000px;
	}
	.dobrolap-gifts-slider-left-arr {
		padding: 36px 50px 36px 20px;
		cursor: pointer;
	}
	.dobrolap-gifts-slider-right-arr {
		padding: 36px 20px 36px 50px;
		cursor: pointer;
	}
	.dobrolap-gifts-slider-left-arr img,
	.dobrolap-gifts-slider-right-arr img {
		height: 84px;
		width: 48px;
	}
	.dobrolap-gifts-slider-prev-item img {
		width: 240px;
		height: 158px;
		border-radius: 12px;
	}
	.dobrolap-gifts-slider-prev-item {
		margin: 0 11px;
		-webkit-transition: all 0.2s ease;
		-o-transition: all 0.2s ease;
		transition: all 0.2s ease;
		border-radius: 14px;
		cursor: pointer;
	}
	.dobrolap-gifts-slider-prev-item img {
		border-radius: 14px;
	}
	.img-shadow {
		position: relative;
		max-width: 100%;
		float: left;
	}
	.img-shadow::before {
		-webkit-transition: all 0.2s ease;
		-o-transition: all 0.2s ease;
		transition: all 0.2s ease;
	}
	.dobrolap-gifts-slider-prev-item:hover .img-shadow::before {
		content: "";
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		-webkit-box-shadow: inset 0 0 0 7px #fe4d0c;
		box-shadow: inset 0 0 0 7px #fe4d0c;
		border-radius: 14px;
	}
	.img-shadow img {
		float: left;
	}
	.dobrolap-gifts-slider-item-wrap {
		width: 1042px;
		overflow-x: hidden;
	}
	.dobrolap-collected__slider__body {
		position: relative;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
	.dobrolap-collected__slider__slide {
		width: 100%;
		max-width: 600px;
		min-width: 600px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.dobrolap-collected__slider__item-wrap {
		width: 100%;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
	.dobrolap-collected__slider__item {
		width: 48%;
		margin: 0 2% 30px 0;
	}
	.dobrolap-collected__slider__item h4 {
		font: 600 18px/18px Montserrat, sans-serif;
		color: #1d364a;
		text-transform: uppercase;
	}
	#shelter h3 {
		font: 600 18px/24px Montserrat, sans-serif;
		color: #1d364a;
		text-transform: none;
	}
	.b-popup-pick-city--shelter p,
	.shelter__info p {
		margin-bottom: 5px;
		font: 300 14px/16px Montserrat, sans-serif;
		color: #1d364a;
	}
	.dobrolap-collected__slider__item h2 {
		font: 600 36px/36px Montserrat, sans-serif;
		color: #f8776b;
	}
	.dobrolap-helped__inner-text {
		width: 30%;
	}
	.dobrolap-helped__inner-pictures {
		width: 45%;
	}
	.dobrolap-helped__inner-text h2 {
		font: 600 36px/36px Montserrat, sans-serif;
		color: #1d364a;
		margin-bottom: 5px;
	}
	.dobrolap-helped__inner-text p {
		font: 600 13px/16px Montserrat, sans-serif;
		color: #1d364a;
		margin: 0;
	}
	#shelter {
		margin-top: 0;
		margin-bottom: 0;
		padding-top: 0;
		padding-bottom: 0;
		background-color: #ffffff;
	}
	#shelter .shelter_wrap {
		min-height: 350px;
	}
	#shelter .shelter_logo-wrap img {
		width: 155px;
	}
	#shelter .shelter_logo-wrap {
		height: 170px;
	}
	#shelter .shelter_about {
		height: 60px;
		overflow: hidden;
		margin-bottom: 20px;
		-webkit-transition: height 1s;
		-o-transition: height 1s;
		transition: height 1s;
	}
	.shelters-hide {
		width: 100%;
		height: 700px;
		overflow: hidden;
		-webkit-transition: height 1s;
		-o-transition: height 1s;
		transition: height 1s;
	}
	.shelters-show {
		width: 100%;
		height: auto;
		overflow: hidden;
		-webkit-transition: height 1s;
		-o-transition: height 1s;
		transition: height 1s;
	}
	.dobrolap-shelters-hide__button {
		width: 230px;
		position: relative;
		left: 50%;
		margin-left: -115px;
		margin-top: 45px !important;
		background: #1d364a;
		color: #fff;
		font: 800 16px/16px Montserrat, sans-serif;
		border-radius: 5px;
		padding: 15px 35px;
		display: block;
		text-align: center;
		cursor: pointer;
	}
	#photos .justify-content-center {
		display: none;
	}
	.dobrolap-participation__logos-block {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-pack: distribute;
		justify-content: space-around;
		-webkit-box-align: end;
		-ms-flex-align: end;
		align-items: flex-end;
		margin: 30px 0;
	}
	.dobrolap-participation__logos-block a {
		margin-top: 0;
		background: none;
		border-radius: 0;
		padding: 0;
		margin-left: 0;
		left: 0;
	}
	.dobrolap-participation__logos-item:nth-child(1) img {
		width: 110%;
	}
	.dobrolap-participation__logos-item:nth-child(2) img {
		width: 85%;
		position: relative;
		bottom: 3px;
	}
	.dobrolap-black-box:before {
		content: "";
		position: fixed;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		background: rgba(77,92,116,.8);
		z-index: 999;
	}
	.dobrolap-popup__block {
		position: fixed;
		width: 30%;
		left: 50%;
		margin-left: -15%;
		background: #ffffff;
		border-radius: 30px;
		padding: 50px 30px;
		top: 150px;
		z-index: 9999;
	}
	.dobrolap-black-box {
		display: none;
	}
	.dobrolap-popup__block-open-mobile {
		display: none;
	}

	.dobrolap-shelters__inner-block .animate-box {
		cursor: pointer;
	}

	/* FOTORAMA STYLES */
	.fotorama__thumb-border {
		border: 5px solid #fe4d0c !important;
		border-radius: 14px;
		background-image: none !important;
		height: 75px !important;
		width: 165px !important;
	}
	.fotorama__thumb img,
	.fotorama__loaded--img {
		border-radius: 12px !important;
	}
	.fotorama__arr--prev {
		padding: 36px 50px 36px 20px;
		height: 84px !important;
		width: 48px !important;
		background: url(../img/slider1/slider_arr_left.png) center center no-repeat !important;
		background-size: cover !important;
	}
	.fotorama__arr--next {
		padding: 36px 20px 36px 50px;
		height: 84px !important;
		width: 48px !important;
		background: url(../img/slider1/slider_arr_right.png) center center no-repeat !important;
		background-size: cover !important;
	}
	.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr {
		opacity: 1 !important;
	}
	.fotorama__stage {
		overflow: visible !important;
	}
	.fotorama__arr--prev {
		position: absolute !important;
		top: 818px !important;
		left: 49px !important;
	}
	.fotorama__arr--next {
		position: absolute !important;
		top: 818px !important;
		right: 49px !important;
	}
	.fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows
		.fotorama__arr--prev:not(:focus) {
		-webkit-transform: translate3d(0, 0, 0) !important;
		transform: translate3d(0, 0, 0) !important;
		-webkit-transition-property: opacity;
		-o-transition-property: opacity;
		transition-property: opacity;
		-webkit-transition-timing-function: linear;
		-o-transition-timing-function: linear;
		transition-timing-function: linear;
		-webkit-transition-duration: 0.3s;
		-o-transition-duration: 0.3s;
		transition-duration: 0.3s;
	}
	.fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows
		.fotorama__arr--next:not(:focus) {
		-webkit-transform: translate3d(0, 0, 0) !important;
		transform: translate3d(0, 0, 0) !important;
		-webkit-transition-property: opacity;
		-o-transition-property: opacity;
		transition-property: opacity;
		-webkit-transition-timing-function: linear;
		-o-transition-timing-function: linear;
		transition-timing-function: linear;
		-webkit-transition-duration: 0.3s;
		-o-transition-duration: 0.3s;
		transition-duration: 0.3s;
	}
	.fotorama__arr--disabled {
		opacity: 1 !important;
	}
	.fotorama__wrap--css3.fotorama__wrap--video .fotorama__arr--prev {
		-webkit-transform: translate3d(0, 0, 0) !important;
		transform: translate3d(0, 0, 0) !important;
	}
	/*  НОВЫЙ ДИЗАЙН ЗАКОНЧИЛСЯ */

    /* Новый год 2021 */
    .dobrolap-thanks-block .dobrolap-thanks-block__text{
        background: url('../img/december/snow-w.png') bottom 40px right 60px no-repeat, #FF7222;
    }
	.dobrolap-thanks-block__text-body p, .dobrolap-participation__block p, .dobrolap-gifts-block p{
		font: 500 18px/28px Montserrat, sans-serif;
	}
	.dobrolap-thanks-block:first-child .dobrolap-thanks-block__text {
		background: url('../img/december/snow-r.png') top 50px right 50px no-repeat, #FFE4E0;
	}
	.dobrolap-thanks-block .dobrolap-thanks-block__text-body a{
		background: #FFE4E0;
		color: #1D2023!important;
	}
	.dobrolap-thanks-block:first-child .dobrolap-thanks-block__text-body a{
		background: #FF7222;
		color: #FFFFFF!important;
	}
	.dobrolap-thanks-block__text-body h3 span{
		border: 1px solid #FFFFFF;
	}
	.dobrolap-navigation ul .active,
	.dobrolap-navigation__item-link:hover{
		background: #E3F0ED;
	}
	.dobrolap-thanks-block:first-child .dobrolap-thanks-block__text-body{
		width: 425px;
	}
	.dobrolap-text-colored{
		color: #FF7222;
	}
	.dobrolap-howto-send{
		display: -ms-flexbox;
		display: flex;
		-ms-flex-pack: distribute;
		justify-content: space-around;
	}
	.dobrolap-howto-send__inner-block{
		display: -ms-flexbox;
		display: flex;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-ms-flex-align: center;
		align-items: center;
	}
	.dobrolap-howto-send__list{
		display: -ms-flexbox;
		display: flex;
		-ms-flex-direction: column;
		flex-direction: column;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
	.dobrolap-howto-send__list .dobrolap-howto-send__list-item{
		display: -ms-flexbox;
		display: flex;
		-ms-flex-pack: start;
		justify-content: flex-start;
		-ms-flex-align: center;
		align-items: center;
	}
	.dobrolap-howto-send__title{
		font-family: Roboto;
		font-style: normal;
		font-weight: bold;
		font-size: 21px;
		line-height: 23px;
		text-transform: uppercase;
		color: #1D364B;
		margin-bottom: 21px;
	}
	h2.dobrolap-section-title{
		font-family: Montserrat;
		font-style: normal;
		font-weight: 600;
		font-size: 48px;
		line-height: 50px;
		text-align: center;
		text-transform: uppercase;
		color: #1D364A;
		margin-bottom: 80px;
	}
	.dobrolap-participation__block{
		min-width: initial;
		max-width: initial;
	}
	.dobrolap-howto-send__list-text{
		margin-left: 22px;
		font-family: Roboto;
		font-style: normal;
		font-weight: normal;
		font-size: 18px;
		line-height: 26px;
		text-transform: uppercase;
		color: #1D364B;
	}
	.dobrolap-howto-send__list-img{
		width: 61px;
		height: 61px;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-pack: center;
		justify-content: center;
		-ms-flex-align: center;
		align-items: center;
		-ms-flex-direction: column;
		flex-direction: column;
		margin-top: 9px;
		margin-bottom: 9px;

	}
	.dobrolap-howto-send__img-left{
		margin-left: 42px;
	}
	.dobrolap-howto-send__img-right{
		margin-right: 44px;
		-ms-flex-order: -1;
		order: -1;
	}
	.dobrolap-collected-block{
		background: url('../img/december/christmas-floppa.png') center right 100px no-repeat;
	}
	.dobrolap-participation__logos-block{
		-ms-flex-pack: center;
		justify-content: center;
		margin-top: 90px;
	}
	.dobrolap-participation__logos-item{
		margin-right: 8px;
		margin-left: 8px;
	}
	h3.dobrolap-participation__title{
		font-family: Montserrat;
		font-style: normal;
		font-weight: 600;
		font-size: 27px;
		line-height: 33px;
		text-align: center;
		text-transform: uppercase;
		color: #1F384A;
		margin-bottom: 40px;
	}
	.dobrolap-participation__switcher ul li,
	.dobrolap-collected__switcher ul li {
		font-family: Montserrat;
		font-style: normal;
		font-weight: bold;
		font-size: 18px;
		line-height: 22px;
		text-transform: uppercase;
	}
	.dobrolap-helping__wrap{
		margin-top: 40px;
	}
	.dobrolap-helping__inner-wrap{
		display: -ms-flexbox;
		display: flex;
		-ms-flex-pack: distribute;
		justify-content: space-around;
		margin-top: -30px;
		margin-bottom: 120px;
	}
	.dobrolap-helping__inner-pictures{
		height: 303px;
		-ms-flex-direction: column;
		flex-direction: column;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-pack: end;
		justify-content: flex-end;
	}
	.dobrolap-helping__inner-text{
		font-family: Montserrat;
		font-style: normal;
		text-align: center;
		color: #1D364A;
	}
	.dobrolap-helping__inner-text .dobrolap-helping__title{
		font-weight: 600;
		font-size: 80px;
		line-height: 97px;
	}
	.dobrolap-helping__inner-text .dobrolap-helping__text{
		font-weight: 500;
		font-size: 29px;
		line-height: 35px;
	}
	.b-popup-pick-city--shelter p, .shelter__info p{
		font-family: Montserrat;
		font-style: normal;
		font-weight: 500;
		font-size: 13px;
		line-height: 16px;
		color: #1D364A;
	}
	.dobrolap-more__block-flex{
		display: -ms-flexbox;
		display: flex;
		-ms-flex-align: center;
		align-items: center;
		-ms-flex-pack: justify;
		justify-content: space-between;
		width: 100%;
		max-width: 1280px;
		min-width: 1024px;
	}
	.dobrolap-more__img{
		min-width: 490px;
		-webkit-box-ordinal-group: 0;
		-ms-flex-order: -1;
		order: -1;
	}
	.dobrolap-more__inner{
		width: 100%;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-pack: center;
		justify-content: center;
	}
	.dobrolap-more__inner h2.dobrolap-section-title{
		margin-bottom: 29px;
	}
	.dobrolap-more__inner{
		text-align: center;
	}
	.dobrolap-more__wrap{
		margin-top: 40px;
	}
	.dobrolap-more__block-inner-wrap{
		margin-top: 30px;
	}
	h2.dobrolap-gifts-title{
		font-family: Montserrat;
		font-style: normal;
		font-weight: 600;
		font-size: 48px;
		line-height: 50px;
		text-align: center;
		color: #1D364A;
		margin-bottom: 87px;
		margin-top: 87px;
	}
	.dobrolap-questions section.questions-blackfriday{
		border: 0;
	}
	.dobrolap-questions h2.questions-blackfriday__title{
		font-family: Montserrat;
		font-style: normal;
		font-weight: 600;
		font-size: 48px;
		line-height: 50px;
		text-align: center;
		color: #1D364A;
		text-transform: initial;
	}
	.dobrolap-questions h2.questions-blackfriday__title:after{
		background:  #1D364A;
	}
	.dobrolap-questions .questions-blackfriday__accordion .item-accordion__header-inner:after{
		background-color: #1D364A;
	}
	.dobrolap-popup__block p{
		font: 500 16px/24px Montserrat, sans-serif;
	}
}

@media (min-width: 1024px) and (max-width: 1400px){
	.dobrolap-thanks-block .dobrolap-thanks-block__text{
		background-size: 200px;
		background-position: center right 20px;
	}
	.dobrolap-thanks-block:first-child .dobrolap-thanks-block__text{
		background-size: 60%;
		background-position: center right 20px;
	}
}
@media (min-width: 1200px) {
	.give-story-dobrolap__list .item__title {
		font-size: 34px;
		line-height: 36px;
	}
	.give-story-dobrolap__list .item__subtitle {
		font-size: 18px;
		line-height: 26px;
	}
	div .dobrolap-popup__block{
		background: #FFE4E0;
		border-radius: 30px;
		padding: 105px 142px 90px 160px;
		font-family: Montserrat;
		font-style: normal;
		font-weight: 500;
		font-size: 16px;
		line-height: 24px;
		text-transform: uppercase;
		color: #1D364A;
	}
	div .dobrolap-popup__relative-block:before{
		content:"";
		position:absolute;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		z-index: -1;
		background: url("/dobrolap/img/december/modal-s-t-lg.svg") top 50px right 50px no-repeat;
	}
	div .dobrolap-popup__relative-block:after{
		content:"";
		position:absolute;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		z-index: -1;
		background: url("/dobrolap/img/december/modal-s-b.svg") bottom 50px right 50px no-repeat;
	}
	.dobrolap-popup__block h2{
		margin-bottom: 30px;
	}
	.dobrolap-popup__block{
		width: 1080px!important;
		max-width: 1080px!important;
	}
	.dobrolap-popup__block h2{
		max-width: 624px;
		font: 600 48px/50px Montserrat, sans-serif;
	}
	.dobrolap-navigation-logo{
		margin-left: 15px;
	}
	.dobrolap-popup__relative-block--scroll{
		padding: 0!important;
	}

}
.dobrolap-popup__relative-block{
	position:relative;
	padding: 50px 15px;
}
.dobrolap-popup__block{
	background: #FFE4E0!important;
	padding: 0!important;
}
@media (min-height: 500px) {
	.dobrolap-popup__relative-block:after {
		content: "";
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		z-index: -1;
		background: url("/dobrolap/img/december/modal-s-b.svg") bottom right no-repeat;
		background-size: contain;
	}
}
.dobrolap-popup__relative-block--scroll{
	padding-bottom: 60px;
	position: relative;
}
.dobrolap-collected__switcher ul{
	margin-top: 0;
}
@media (min-width: 1340px) {
	/* Блок About */
	.about-dobrolap {
		height: 288px;
		background-image: url("/dobrolap/img/bg-main-banner_desktop.jpg");
		background-repeat: repeat;
		background-position: 0 0;
		background-size: 1px 100%;
	}
	.about-dobrolap img {
		display: block;
		-o-object-fit: cover;
		object-fit: cover;
		height: 100%;
		width: 100%;
		max-width: 2113px;
		margin: 0 auto;
	}
}
