@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,700&subset=cyrillic');

.specialproject-scandia .b-skandia-section .container{
	position: relative;
	max-width: 1000px !important;
	margin: 0 auto;
}


.specialproject-scandia .b-skandia-section{
	position: relative;
	font-family: 'Open Sans';
}

.specialproject-scandia .align-right{
	text-align: right;
}

.specialproject-scandia .align-bottom{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.specialproject-scandia .b-skandia__intro{
	color: #fff;
	background-image: url(../images/main-bg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 0 20px;
}




/*.b-skandia__intro:before{*/
/*content: '';*/
/*position: absolute;*/
/*width: 50%;*/
/*height: 100%;*/
/*top: 0;*/
/*bottom: 0;*/
/*right: 50%;*/
/*background-image: url(../images/triangle-blue.png);*/
/*background-size: contain;*/
/*background-repeat: no-repeat;*/

/*}*/

.b_intro__logo{
	position: relative;
	/*display: flex;*/
	/*flex-direction: column;*/
	/*align-items: center;*/
	/*justify-content: space-between;*/
	height: 100vh;
	width: 250px;
	background-image: url('../images/main-logo.jpg');
	background-position: center;
	z-index: 1;
}

.b_intro__logo span{
	width: 230px;
	background-image: url(../images/sprite.png);
}

.b_intro__logo .b_logo__arrows-top{
	height: 114px;
	background-position: 0 -2966px;
}

.b_intro__logo .b_logo__arrows-bottom{
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	max-height: 440px;
	background-position: 0 -3153px;
}

.b_intro__logo .b_logo{
	height: 292px;
	background-position: 0 -2640px;
}

.b-skandia__intro h1{
	position: absolute;
	bottom: 200px;
	left: 45%;
	font-size: 80px;
	font-weight: 700;
	line-height: 70px;
}

.b-skandia__intro h4{
	position: absolute;
	bottom: 50px;
	left: 45%;
	font-size: 20px;
	font-weight: 500;
}

.b-skandia__answer{
	background-color: #ffd131;
}


.b-skandia__answer .container{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #fff;
}

.b-skandia__answer .b_answer__arrows{
	position: relative;
	height: 100vh;
	width: 350px;
	background-image: url("../images/triangles-white.png");
	background-position: 55px center;
	background-repeat: no-repeat;
	-webkit-animation: animation-2 3s infinite linear;
	animation: animation-2 3s infinite linear;
}


@-webkit-keyframes animation-2 {
	0% {
		background-position: 0 500px;
	}


	100% {
		background-position: 0 0;
	}
}

.b-skandia__answer .b_answer__text{
	margin-left: 90px;
}

.b-skandia__answer .b_answer__text h2{
	font-size: 60px;
	font-weight: 700;
	margin: 0;
}

.b-skandia__answer .b_answer__text p{
	font-size: 18px;
	margin-top: 20px;
	font-weight: 500;
}

.specialproject-scandia .b-skandia-section .b-stories-list-container{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	/*-ms-flex-pack: distribute;*/
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-top: 25px;
	margin-bottom: 25px;
}


.b-skandia__stories-list .container:before,
.b-skandia__stories-list .container:after{
	display: none;
}

.b-stories-list-container a{
	position: relative;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 420px;
	height: 262px;
	margin: 25px 0;
	color: #fff;
	overflow: hidden;
	font-weight: 700;
	text-decoration: none;
}

.b-stories-list-container a:hover{
	color: #fff;
}

.b-stories-list-container h4{
	position: relative;
	font-size: 20px;
	font-weight: bold;
	margin: 25px;
	z-index: 2;
}

.specialproject-scandia .b-stories-list-container p{
	position: relative;
	font-size: 1em;
	font-weight: 500;
	color: #fff;
	margin: 25px 25px -25px 25px;
	padding: 0;
	z-index: 2;
}

.b-stories-list-container button{
	position: relative;
	font-size: 1em;
	font-weight: 700;
	color: #fff;
	padding: 10px 25px;
	margin: 0 25px;
	background-color: #3e7abd;
	border: none;
	border-radius: 0;
	z-index: 2;
}

.b-stories-list-container .not-realized{
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
	cursor: default;
}

.b-stories-list-container .b_stories-list__story-1{
	background-image: url("../images/story-list/story-1.jpg");
}

.b-stories-list-container .b_stories-list__story-2{
	background-image: url("../images/story-list/story-2.jpg");
}

.b-stories-list-container .b_stories-list__story-3{
	background-image: url("../images/story-list/story-3.jpg");
}

.b-stories-list-container .b_stories-list__story-4{
	background-image: url("../images/story-list/story-4.jpg");
}

.b-stories-list-container .b_stories-list__story-5{
	background-image: url("../images/story-list/story-5.jpg");
}

.b-stories-list-container .b_stories-list__story-6{
	background-image: url("../images/story-list/story-7.jpg");
}

.b-stories-list-container .b_stories-list__story-7{
	background-image: url("../images/story-list/story-6fix.jpg");
}

.b-stories-list-container .b_stories-list__story-8{
	background-image: url("../images/story-list/story-8.jpg");
}


.b-stories-list-container .b_stories-list__story .triangle{
	content: '';
	position: absolute;
	height: 222px;
	width: 342px;
	background-image: url(../images/sprite.png);
	background-position: -8px -2372px;
	z-index: 1;
}

.b-stories-list-container .b_stories-list__story .triangle-top{
	top: -25px;
	left: 0;
}

.b-stories-list-container .b_stories-list__story .triangle-right{
	top: 0;
	right: -60px;
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}

.b-stories-list-container .b_stories-list__story .triangle-bottom{
	bottom: 0;
	left: auto;
	right: -60px;
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}

.b-stories-list-container .b_stories-list__story .triangle-left{
	left: -60px;
	bottom: 0;
	-webkit-transform: rotate(270deg);
	-ms-transform: rotate(270deg);
	transform: rotate(270deg);
}

.b-skandia__info{
	position: relative;
	color: #fff;
	font-size: 1.6em;
	background-image: url("../images/info-bg.jpg");
	background-position: 0 bottom;
}

.b-skandia__info:before{
	content: '';
	position: absolute;
	width: 80%;
	height: 100%;
	top: 0;
	left: -100px;
	background-image: url(../images/triangle-orange.png);
	background-size: contain;
	background-repeat: no-repeat;
}

.b-skandia__info h3{
	font-size: 40px;
	font-weight: 700;
	line-height: 1;
	padding-top: 65px;
	margin: 0 0 45px 0;
}

.b-advantage-logo{
	height: 77px;
	background-image: url(../images/logotype.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}

.b-skandia__advantage{
	padding: 50px 0;
}

.b-skandia__advantage ul{
	list-style: none;
	margin-bottom: 50px;
}

.b-skandia__advantage ul li{
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 20px;
	line-height: 26px;
	font-weight: 500;
}

.b-skandia__advantage ul li:before{
	content: '';
	height: 100px;
	width: 100px;
	background-image: url(../images/sprite.png);
	background-repeat: no-repeat;;
}

.b-skandia__advantage .location:before{
	background-position: -9px -1135px;
}

.b-skandia__advantage .house:before{
	background-position: -9px -1264px;
}

.b-skandia__advantage .windows:before{
	background-position: -9px -1420px;
}

.b-skandia__advantage .area:before{
	background-position: -9px -1602px;
}

.b-skandia__advantage .security:before{
	background-position: -9px -1797px;
}

.b-skandia__advantage .standarts:before{
	background-position: -9px -1969px;
}

.b-skandia__advantage .infrastructure:before{
	background-position: -9px -2163px;
}

.b-skandia__read-more{
	padding-top: 50px;
	text-align: center;
	background-color: #f0f1f1;
}

.b-skandia__read-more .b-read-more__logo{
	height: 250px;
	width: 180px;
	background-image: url("../images/footer-logo.png");
	background-position: 0 0;
	margin: 80px auto 40px;
	background-size: contain;
	background-repeat: no-repeat;
}

.b-skandia__read-more .read-more{
	display: block;
	height: 80px;
	max-width: 280px;
	width: 100%;
	margin: 40px auto 20px;
	text-align: center;
	color: #fff;
	font-size: 26px;
	font-weight: bold;
	line-height: 80px;
	background-color: #3e7abd;
	border: none;
}

.specialproject-scandia .share-button{
	position: relative;
	display: block;
	width: 240px;
	margin: 0 auto 150px;
	padding: 12px 0;
	color: #fff;
	font-size: 20px;
	background-color: #3e7abd;
	text-decoration: none;
	text-align: center;
}


.specialproject-scandia .share-button:before{
	content: '';
	display: inline-block;
	height: 45px;
	width: 28px;
	vertical-align: middle;
	margin-right: 20px;
	background-image: url(../images/sprite.png);
	background-position: -29px -2695px;
}

@media (min-width: 1019px) {
	.b-skandia-section{
		height: 100%;
		min-height: 100vh;
	}

	.specialproject-scandia .b-skandia__intro{
		margin-top: -135px;
	}

	.b-skandia-section.b-skandia__stories-list{
		height: auto;
		min-height: 0;
	}

	.b-advantage-logo{
		max-width: 400px;
		width: 100%;
		margin: 0 auto;
		padding-top: 130px;
	}

	.b-skandia__advantage ul{
		padding-left: 360px;
	}


	.b-skandia__advantage ul li{
		min-height: 120px;
	}

	.b-skandia__advantage ul li:before{
		position: absolute;
		left: -200px;
	}



}
@media (max-width: 767px) {
	.specialproject-scandia .b-skandia__intro{
		background-size: cover;
		background-position: -182px 20px;
		min-height: 400px;
		margin-bottom: 0;
	}

	.b_intro__logo{
		width: 112px;
		background-size: contain;
		background-repeat: no-repeat;
		background-color: white;
	}

	.b-skandia__intro h1{
		top: 50px;
		bottom: auto;
		font-size: 24px;
		line-height: 20px;
		left: 125px;
		margin-bottom: 0;
	}
	.b-skandia__intro h4{
		font-size: 14px;
		left: 125px;
		bottom: 0;
	}

	.b-skandia__answer .b_answer__arrows{
		background-size: contain;
		max-width: 100px;
		margin-left: 10px;
		background-position: center;
	}

	.b-skandia__answer .b_answer__arrows:before{
		width: 150px;
	}

	.b-stories-list-container .b_stories-list__story-1:before,
	.b-stories-list-container .b_stories-list__story-2:before,
	.b-stories-list-container .b_stories-list__story-3:before,
	.b-stories-list-container .b_stories-list__story-4:before{
		width: 320px;
	}

	.b_stories-list__story.b_stories-list__story-3 p{
		margin-bottom: 0;
	}

	.b-stories-list-container button{
		margin: 10px;
	}

	.b-stories-list-container h4{
		margin: 15px;
	}

	.b-stories-list-container p{
		padding: 10px 10px 0 10px;
	}

	.b-skandia__answer .b_answer__text{
		margin-left: 20px;
	}

	.b-skandia__answer .b_answer__text h2{
		font-size: 2em;
	}

	.b-skandia__answer .b_answer__text p{
		font-size: 0.9em;
		max-width: 200px;
	}
	.b-stories-list-container{
		margin-top: 30px;
	}

	.b-stories-list-container a{
		padding: 0;
	}

	.b-skandia__advantage .b-advantage-logo{
		margin: 0 10px;
	}

	.b-skandia__info{
		background-size: cover;
		background-repeat: no-repeat;
		padding-left: 20px;
		min-height: 300px;
	}

	.b-skandia__info:before{
		width: 90%;
	}

	.b-skandia__info h3{
		font-size: 20px;
		padding-top: 10px;
	}

	.b-skandia__info p{
		font-size: 14px;
	}

	.b-skandia__advantage{
		padding-top: 0;
	}

	.b-skandia__advantage ul{
		overflow-wrap: break-word;
		word-wrap: break-word;
		word-break: break-word;
		padding: 0 0 0 10px;
	}

	.b-skandia__advantage ul li{
		height: auto;
		margin: 30px 0;
		padding-left: 110px;
		line-height: 20px;
		font-size: 14px;
	}

	.b-skandia__advantage ul li:before{
		position: absolute;
		left: 0;
	}

	.b-skandia__read-more .read-more,
	.specialproject-scandia  .share-button{
		font-size: 20px;
		height: 50px;
		max-width: 200px;
		padding: 0;
		line-height: 50px;
	}
}

@media (max-width: 321px) {
	.b-skandia__intro h4{
		max-width: 170px;
	}

	.b-skandia__answer .b_answer__text p{
		max-width: 160px;
	}
}