

/* Start:/august-sale/style.css?17181119156630*/
@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed');

@font-face {
	font-family: 'Conv_Appetite_New';
	src: url('/august-sale/fonts/Appetite_New.eot');
	src: local('☺'), url('/august-sale/fonts/Appetite_New.woff') format('woff'), url('/august-sale/fonts/Appetite_New.ttf') format('truetype'), url('/august-sale/fonts/Appetite_New.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}


.features {
	padding: 10px 0;
}
.december_gift {
	background-position: center bottom;
	border-bottom: 1px solid #e5e5e5;
	padding: 45px 0 0;
	background-repeat: no-repeat;
	background-color: #f9f9f9;
}
.form_question {
	text-align: center;
	padding: 54px 0;
	background-color:#fff;
	background-repeat-y: no-repeat;
	background-position: center bottom;
}
.callback_5ths__form .alert-success {
	line-height: 1;
    margin-top: 26px;
}
.callback_5ths__form .form-control {
	max-width: 250px;
	display: inline;
}

.steps_img {
	margin:0;
}
@media (max-width: 1200px) {
    .form_question {
    	background-size: contain;
    }
}
.december_gift .l-section__foot {
	padding-bottom: 20px;
}
.december_gift .l-section__name {
    margin: 0 auto 18px;
}
.form_question svg {
	width:60px;
	height:60px;
}
.feb_banner {
	background-color: #b10e11;
	background-image: url('/bitrix-sale/img/main-banner-bckg.jpg');
	background-position: center;
	background-size: cover;
	text-align: center;
}
.feb_banner img {
	margin:0 auto;
	max-width: 100%;
}
.callback_5ths {
 	background-color:#212b35;
 	width:100%;
}
.callback_5ths__img {
	float:left;
	width: 588px;
	line-height: 102px;
}
.callback_5ths__img img {
	max-width: 100%;
}
.callback_5ths__form {
	max-width: 370px;
}
.callback_5ths__form .phone_number {
	max-width: 260px;
	display: inline-block;;
	margin:0 10px 0 0;
}
.callback_5ths__form .errortext {
	    padding: 0;
    height: 20px;
    line-height: 1;
}

.callback_5ths .form-license {
	color: #b6b8b9;
    margin-bottom: 5px;
    font-size: 13px;
}
.callback_5ths .form-license a {
	color: #b6b8b9;
	text-decoration: underline;
}

@media (min-width: 1021px) {
	.callback_5ths__container {
		display: flex;
		flex-direction: row;
		align-items: center;
	}
}
@media (max-width: 1020px) {
	.callback_5ths__img {
		width: 100%;
		text-align: center;
	}
	.callback_5ths__form {
		line-height: 1;
		width: 100%;
		margin: 0 auto 18px;
	}

}
@media (max-width: 404px) {
	.callback_5ths__form {
		text-align:center;
	}
	.callback_5ths__form .btn {
		margin-top:18px;
	}
}

.pluses_alfa_systems {
	background-image: url(/bitrix-sale/img/background-august.png);
	background-position: bottom;
	background-repeat: no-repeat;
}

.l-main .catalog_gallery__head {
	height:96px;
}

.december_banner__text {
	position: relative;
	z-index: 3;
	margin:10% auto 0;
	text-align: center;
	max-width: 90%;
}
@media (min-width: 850px) {
	.december_banner__text {
		float:left;
		min-width: 540px;
		width:45%;
		text-align: left;
	}
}
.december_banner__roboto {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 40px;
	color:#215f6a;
	margin: 0 0 8px 0;
}
.december_banner__appetive {
	font-family: 'Conv_Appetite_New', sans-serif;
	font-size: 39px;
    color: #215f6a;
    line-height: 45px;
    margin: 0 0 31px 0;
}
.december_banner__descr {
	font-size: 17px;
	line-height: 1.5;
	margin: 0 0 40px;
}
.december_banner__descr_bold {
	background-color: #f73b18;
	font-weight: bold;
	color:#fff;
	padding: 0 4px;
	    font-size: 17px;
}
.december_banner__elka {
	margin-left:50%;
	position: relative;
	z-index: 3;
}
.december_banner__house {
	position: absolute;
	top: 0;
	left: 35%;
}
.december_banner__pic {
	width:100%;
	height:100%;
	left:0;
	top:0;
	position: absolute;
	background-image: url('/new_year_2017/img/banner-back.jpg')
}
body .nav-tabs.btn-group {
	display: inline-block;
    padding: 0 0 1px 1px;
    text-align: center;
}
body .nav-tabs.btn-group > .btn,
body .nav-tabs.btn-group-vertical > .btn {
    position: relative;
    float: left;
}

#snow{
	background: none;
	font-family: Androgyne;
	background-image: url('/new_year_2017/img/s1.png'), url('/new_year_2017/img/s2.png'), url('/new_year_2017/img/s3.png');
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index:1;
	-webkit-animation: snow 10s linear infinite;
	-moz-animation: snow 10s linear infinite;
	-ms-animation: snow 10s linear infinite;
	animation: snow 10s linear infinite;
}
@keyframes snow {
  0% {background-position: 0px 0px, 0px 0px, 0px 0px;}
  50% {background-position: 500px 500px, 100px 200px, -100px 150px;}
  100% {background-position: 500px 1000px, 200px 400px, -100px 300px;}
}
@-moz-keyframes snow {
  0% {background-position: 0px 0px, 0px 0px, 0px 0px;}
  50% {background-position: 500px 500px, 100px 200px, -100px 150px;}
  100% {background-position: 400px 1000px, 200px 400px, 100px 300px;}
}
@-webkit-keyframes snow {
  0% {background-position: 0px 0px, 0px 0px, 0px 0px;}
  50% {background-position: 500px 500px, 100px 200px, -100px 150px;}
  100% {background-position: 500px 1000px, 200px 400px, -100px 300px;}
}
@-ms-keyframes snow {
  0% {background-position: 0px 0px, 0px 0px, 0px 0px;}
  50% {background-position: 500px 500px, 100px 200px, -100px 150px;}
  100% {background-position: 500px 1000px, 200px 400px, -100px 300px;}
}

.december_banner__elka {
  transform: translateX(150%);
    transition: 1s;
    transition-delay: .3s;
}

.december_banner__house {
  transform: translateY(100%) scale(0.8);
    transition: transform 0.7s;
}

.december_banner.animation .december_banner__house {
  transform: translateY(0);
}
.december_banner.animation .december_banner__elka {
  transform: translateX(0);
}

.tight_screen {
	max-width: 630px;
	margin: 0 auto;
}

.tight_screen .form__submit {
	border-top:0;
	text-align: center;
}
.tight_screen .form-group {
	text-align: left;
	color: #8c8d8f;
}
.tight_screen .form__btns {
	text-align: center;
}

.tight_screen input {
	border-radius: 0;
	border-color: #cbcbcb;
}
.tight_screen input[type="submit"] {
	border-radius: 0;
	border:none;
}
.tight_screen textarea {
	border-radius: 0;
	border-color: #cbcbcb;
	    min-height: 100px;
}
.three_steps_top {
	border-top: 1px solid #e5e5e5;
    padding: 54px 0 0;
}


@media (max-width: 850px) {
	.december_banner__pic .container {
		display:none;
	}
}

@media (max-width: 800px) {
	.december_gift {
		background-size: contain;
	}
}
@media (min-width: 1210px) {
	.december_gift {
		height: 620px;
	}
	.december_gift .steps_name,
	.december_gift .steps_descr {
		width: 80%;
	}
}

@media (max-width: 490px) {
	.december_banner__roboto {
		font-size: 30px;
	}
	.december_banner__appetive {
		font-size: 28px;
	}
}

body .spoiler__more:after {
background:none;
}
/* End */


/* Start:/local/templates/redsign/template_ext/catalog.section/redsign/style.min.css?17332140852079*/
.catalog_gallery:after{clear:both;content:" ";display:block;font-size:0;height:0;visibility:hidden}.catalog_gallery__head{position:relative}.catalog_gallery__head:after{background:linear-gradient(90deg,rgba(255,255,255,0) 0,#fff 50%,#fff 100%);bottom:0;right:0;content:"";position:absolute;width:10%;height:4.71429rem;top:3.14286rem}.catalog_gallery{padding:1.57143rem .64286rem;background-color:#fff}.row-gallery .catalog_gallery{margin-left:-.64286rem;margin-right:-.64286rem}.catalog_gallery__pic{display:block;height:0;margin-bottom:.78571rem;overflow:hidden;padding-bottom:117%;position:relative;text-align:center;text-decoration:none}.catalog_gallery__pic:hover{text-decoration:none}.catalog_gallery__img{left:-71.42857rem;max-width:100%;position:absolute;right:-71.42857rem;top:0}.catalog_gallery__head{height:4.71429rem;margin-bottom:.78571rem;overflow:hidden}.catalog_gallery__name{display:inline;color:#000;font-size:1.21429rem;line-height:1.57143rem;margin-top:0}.catalog_gallery__name>a{color:currentColor}.landing .catalog_gallery__head{height:8.21429rem}.landing .catalog_gallery__preview{font-size:.92857rem;color:#9b9cb1;display:block}.catalog_gallery__preview{display:none}.catalog_gallery__buy,.catalog_gallery__price{margin-bottom:.78571rem}.catalog_gallery__buy .btn{display:block;width:100%}.catalog_gallery .price__pv{min-height:22px;min-height:1.57143rem}.catalog_gallery .price__pdv{font-size:1.5rem}@media (min-width:768px){.catalog_items{margin-bottom:-1.57143rem}.catalog_gallery{border:1px solid #eee;margin-bottom:1.57143rem}.catalog_gallery:hover{box-shadow:0 7.33333px 11px 0 rgba(0,0,0,.14)}.row-gallery .catalog_gallery{margin-left:0;margin-right:0}.catalog_gallery__pic{border-bottom:1px solid #eee;margin:-1.57143rem -.64286rem .78571rem;padding-bottom:125%}.catalog_gallery__price{float:left}.catalog_gallery__buy{text-align:right;overflow:hidden}.catalog_gallery__buy .btn{display:inline-block;width:auto}}@media (min-width:992px){.catalog_gallery__pic{padding-bottom:102%}}@media (min-width:1210px){.catalog_gallery__pic{padding-bottom:94%}}
/* End */
/* /august-sale/style.css?17181119156630 */
/* /local/templates/redsign/template_ext/catalog.section/redsign/style.min.css?17332140852079 */
