*, *:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
input, button { -webkit-appearance: none;}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  outline: none;
}

body { 
	font-size: 14px; 
	line-height: 1.2; 
	font-family: 'Ubuntu', sans-serif;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section { 
	display: block; 
}
ol,
ul { 
	list-style: none; 
}
blockquote,
q { 
	quotes: none; 
}
blockquote:before,
blockquote:after,
q:before,
q:after { 
	content: ''; 
	content: none; 
}
strong { 
	font-weight: bold; 
} 
input { 
	outline: none; 
}
table { 
	border-collapse: collapse; 
	border-spacing: 0; 
}
img { 
	border: 0; max-width: 100%; 
}
a:hover,
a { 
	text-decoration: none; 
}
.preloader {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: #E5E5E5;
  z-index: 1001;
}

.preloader__row {
  position: relative;
  top: 50%;
  left: 50%;
  width: 70px;
  height: 70px;
  margin-top: -35px;
  margin-left: -35px;
  text-align: center;
  animation: preloader-rotate 2s infinite linear;
}

.preloader__item {
  position: absolute;
  display: inline-block;
  top: 0;
  background-color: #323232;
  border-radius: 100%;
  width: 35px;
  height: 35px;
  animation: preloader-bounce 2s infinite ease-in-out;
}

.preloader__item:last-child {
  top: auto;
  bottom: 0;
  animation-delay: -1s;
}

@keyframes preloader-rotate {
  100% {
    transform: rotate(360deg);
  }
}

@keyframes preloader-bounce {

  0%,
  100% {
    transform: scale(0);
  }

  50% {
    transform: scale(1);
  }
}

.loaded_hiding .preloader {
  transition: 0.3s opacity;
  opacity: 0;
}

.loaded .preloader {
  display: none;
}
#page-content{
  background: #F6F6F6;
}
.go-top{
  display: none;
}
.go-top a{
  width: 40px;
  height: 40px;
  display: block;
  background: #323232c7;
  position: fixed;
  right: 15px;
  bottom: 60px;
  z-index: 99;
  border-radius: 20px;
  border: 2px solid #000000;
  text-align: center;
  font-size: 24px;
  color: white;
}

.container{
  max-width: 1280px;
  width: 90%;
  margin: auto;
  position: relative;
  z-index: 2;
}
.header__container{
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  padding: 31px 0;
}
.logo{
  margin-right: 43.5px;
  height: 59px;
  width: 59px;
}
ul.menu{
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  margin: auto 0;
}
ul.menu li{
  margin-right: 40px;
}
ul.menu li:last-child{
  margin-right: 0;
}
ul.menu li a{
  color: #000000;
  font-size: 16px;
}
.header__contact-info{
  margin-left: auto;
  margin-right: 0;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
}
.lang-block{
  margin: auto 0 auto 20px;
}
.lang-block a{
  /*margin-right: 5px;*/
  color: #000000;
  padding: 0 5px;
  position: relative;
}
.lang-block a:after{
  content: "";

}
.lang-block a:last-child:after{
  display: none;
}
.lang-block a:last-child{
  margin-right: 0;
}
.lang-block a.current-lang{
  font-weight: bold;
  border-bottom: 1px solid;
}
.row{
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
}
.row-50 > div{
  flex-basis: 50%;
}
.header__contact-info a{
  display: block;
}
.header__email{
  margin: auto;
  margin-right: 35px;
  color: #000000;
  font-size: 16px;
}
.header__phone{
  color: #000000;
  font-weight: bold;
  font-size: 24px;
  padding: 5px 0 3px;
  border-bottom: 2px dashed #000000;
  margin: auto;
}
#home{
  background: #E5E5E5;
  padding: 205px 0 87px;
  margin-top: -121px;
  background: url(../img/bg-home.png);
  background-repeat: no-repeat;
  background-size: cover;
  /*border-bottom: 1px solid #DDDDDD;*/
  position: relative;
}
#home:after{
  display: none;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  background: -webkit-linear-gradient(0deg, #F6F6F6 0%, #ffffff00 100%);
  background: -ms-linear-gradient(0deg, #F6F6F6 0%, #ffffff00 100%);
  background: linear-gradient(0deg, #F6F6F6 0%, #ffffff00 100%);
}
.home__title{
  text-align: center;
  max-width: 1000px;
  font-size: 52px;
  color: #000000;
  margin: auto;
  margin-bottom: 95px;
  line-height: 1.35;
}
.container__home--img{
	max-width: 1400px;
    margin: auto;
    display: -webkit-flex;
  	display: -moz-flex;
  	display: -ms-flex;
  	display: flex;
  	-webkit-justify-content: space-between;
  	-moz-justify-content: space-between;
  	-ms-justify-content: space-between;
  	justify-content: space-between;
}
.advantages{
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
}
.advantage{
  margin-right: 20px;
  max-width: 360px;
  background: #FFFFFF;
  box-shadow: 0px 4px 124px rgba(0, 0, 0, 0.05);
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
}
.advantage:last-child{
  margin-right: 0;
}
.advantage__num{
  width: 125px;
  height: 125px;
  border-right: 1px solid #F1F1F1;
  text-align: center;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
}
.advantage__num span{
  color: #010101;
  font-size: 90px;
  margin: auto;
}
.advantage__info{
  margin: auto;
  padding: 0 20px;
  /*padding-left: 20px;*/
  width: 235px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
}
.advantage__info h3{
  color: #000000;
  line-height: 1.2;
  font-size: 18px;
  margin: auto;
}
.advantage__info p{
  color: #000000;
  font-size: 12px;
  margin-top: 11px;
  max-width: 192px;
}
.butt{
  text-transform: uppercase;
  color: #FFFFFF;
  font-size: 16px;
  background: #000000;
  padding: 18px 16px;
  display: block;
  transition: .3s;
  border: 2px solid #000000;
}
.butt:hover{
  background: transparent;
  color: #000000;
}
.home__butt{
  width: 100%;
  max-width: 360px;
  text-align: center;
  margin: auto;
}
#needed{
  padding: 87px 0 163px;
}
.page__title{
  color: #000000;
  font-size: 42px;
}
#needed .page__title{
  max-width: 495px;
  font-weight: bold;
}
.needed__info p{
    margin-top: 35px;
    max-width: 858px;
    font-size: 24px;
    color: #000000;
    line-height: 1.6;
}
.needed__photo{
  position: relative;
  text-align: right;
}
.needed__photo img{
  position: relative;
  z-index: 3;
  top: -30px;
}
#cases{
  padding: 80px 0 137px;
}
#cases .page__title{
  max-width: 820px;
  margin: auto;
  margin-bottom: 60px;
  text-align: center;
}
.cases__block{
  background: #000000;
  box-shadow: 0px 22px 34px rgba(0, 0, 0, 0.09);
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
}
.cases__list{
  flex-basis: 66.6%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  flex-wrap: wrap;
  border-right: 1px solid #2B2B2B;
}
.case__cnt{
  flex-basis: 50%;
  padding: 36px 50px;
}
.case__cnt:nth-child(1),
.case__cnt:nth-child(3){
  border-right: 1px solid #2B2B2B;
}
.case__cnt:nth-child(1),
.case__cnt:nth-child(2){
  border-bottom: 1px solid #2B2B2B;
}
.cases__five{
  flex-basis: 33.3%
}
.case__cnt--num{
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  width: 32px;
  height: 32px;
  background: white;
  border-radius: 50px;
  margin-bottom: 16px;
}
.case__cnt--num span{
  margin: auto;
  color: #000000;
  font-weight: bold;
  font-size: 14px;
}
.case__cnt--info{
  color: #FFFFFF;
  line-height: 1.8;
  font-size: 14px;
  max-width: 240px;
}
.cases__five .case__cnt--num{
  width: 68px;
  height: 68px;
  position: relative;
}
.cases__five .case__cnt--num:after{
  content: "";
  position: absolute;
  width: 144px;
  height: 1px;
  background: white;
  top: 50%;
  left: 104px;
}
.cases__five .case__cnt--num span{
  font-size: 30px;
}
.cases__five .case__cnt--info{
  font-size: 23px;
  line-height: 1.8;
  max-width: 262px;
}
.cases__five .case__cnt{
  padding: 36px 44px 55px 38px;
}
.cases__five .case__cnt:nth-child(1){
  border: none;
}
#sequence{
  background: url(../img/bg-sequence-big.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}
.sequence__list{
  padding: 165px 60px 134px 0;
  padding-right: 0;
  flex-basis: 33.3%;
  /*background: url(../img/bg-sequence.jpg);
  background-repeat: no-repeat;
  background-size: cover;*/
}
.sequence__content{
  padding: 137px 0 134px 90px;
  flex-basis: 66.6%;
  background: white;
}
.sequence__list--container{
}
.sequence__content--container{
  position: relative;
}
.sequence__list-cnt{
  max-width: 391px;
  padding-right: 35px;
  margin-left: auto;
  position: relative;
  height: 125px;
  cursor: pointer;
}
.sequence__list-cnt > div{
  margin: auto 0;
  position: relative;
  z-index: 3;
}

.sequence__list-cnt:before{
  content: "";
  position: absolute;
  left: -32px;
  top: 0;
  width: 490px;
  height: 100%;
  opacity: 0;
  transition: .3s;
  background-image: url(../img/arrow.png);
  z-index: 2;
}
.sequence__list-cnt:hover:before,
.sequence__list-cnt--active:before{
  opacity: 1;
}
.sequence__list-cnt--num{
  color: #FFFFFF;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: auto;
  margin-right: 46px;
  position: relative;
}
.sequence__list-cnt--num:after{
  content: "";
  display: block;
  position: absolute;
  width: 17px;
  height: 1px;
  background: white;
  top: 50%;
  left: 37px;
}

.sequence__list-cnt--text{
  color: white;
  font-weight: bold;
  font-size: 20px;
  margin: auto 0;
  position: relative;
}
.sequence__content--info{
  color: #0E0E0E;
  font-size: 24px;
  margin-top: 51px;
  max-width: 620px;
  margin-left: 35px;
}
.sequence__not-active{
  opacity: 0;
  transition: .3s;
  /*position: absolute;*/
  display: none;

}
.sequence__active{
  opacity: 1;
  display: block;
}
#solutions{
  padding: 130px 0 160px;
  position: relative;
}
#solutions:before{
  content: url("../img/solutions-item.png");
  top: 128px;
  right: 0;
  position: absolute;
}
.solutions__title-description{
  max-width: 480px;
  font-size: 20px;
  color: #000000;
  line-height: 1.7;
  margin-bottom: 120px;
}
#solutions .page__title{
  max-width: 373px;
  margin-right: 100px;
  font-weight: bold;
  font-size: 50px;
}
.solutions__list ul{
  flex-wrap: wrap;
}
.solutions__list ul li{
  flex-basis: 50%;
  position: relative;
}
.solutions__list ul li:before{
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50px;
  background: #000000;
  left: -27px;
  top: 4px;
  position: absolute;
}
.solutions__list ul li:nth-child(1),
.solutions__list ul li:nth-child(2){
  margin-bottom: 75px;
}
.solutions__list ul li h3{
  margin-bottom: 18px;
  color: #000000;
  font-weight: bold;
  font-size: 15px;
  max-width: 262px;
}
.solutions__list ul li p{
  color: #000000;
  font-size: 14px;
  line-height: 1.8;
  max-width: 262px;
}
.traditional{
  max-width: 365px;
  margin-right: 110px;
  position: relative;
}
.traditional__title{
  	width: 100%;
    background: #000000;
    box-shadow: 0px 4px 124px rgba(0, 0, 0, 0.05);
    padding: 35px 33px;
    width: 365px;
}
.traditional__title span{
	color: white;
    font-weight: bold;
    font-size: 22px;
}
.traditional__description{
  width: 100%;
}
.traditional__description{
  background: #FFFFFF;
  box-shadow: 0px 22px 34px rgba(0, 0, 0, 0.05);
  margin-top: 2px;
}
.traditional__description p{
  padding: 40px 90px 40px 33px;
  color: #000000;
  font-size: 18px;
  line-height: 1.8;
}
.traditional::after {
  content: '';
  position: absolute;
  right: 0px;
  bottom: 0px;
  border: 30px solid transparent;
  border-right: 30px solid #efefef;
  border-bottom: 30px solid #ececec;
}
#we-use{
  padding: 92px 0 257px;
  background: #000000;
}
#we-use .page__title{
  color: #FFFFFF;
  font-size: 46px;
  padding-bottom: 37px;
  position: relative;
  margin-bottom: 27px;
  font-weight: bold;
  display: table;
}
#we-use .page__title:after{
	position: absolute;
	bottom: 0;
	left: 0;
	content: "";
	height: 16px;
	width: 100%;
	background: url(../img/arrow-bottom.png);
	background-repeat: no-repeat;
    background-size: contain;
}
.innovation__text {
  background: white;
  width: 365px;
  padding: 47px 35px
}
.innovation__text span{
  color: #000000;
  font-size: 22px;
  font-weight: bold;
  margin-left: 20px;
}
.innovation__description{
  max-width: 437px;
  margin: auto 0;
  font-size: 20px;
  color: #FFFFFF;
  margin-left: 93px;
  line-height: 1.6;
}
.we-use__list{
  margin-top: 66px;
  margin-bottom: 50px;
}
.we-use__list li{
  flex-basis: 50%;
  position: relative;
  padding-left: 27px;
}
.we-use__list li:before{
  content: "";
  width: 10px;
  height: 10px;
  left: 0px;
  top: 4px;
  position: absolute;
  background: white;
  border-radius: 50px;
}
.we-use__list li h3{
  font-weight: bold;
  font-size: 15px;
  margin-bottom: 14px;
  max-width: 280px;
  color: white;
}
.we-use__list li p{
  font-size: 14px;
  color: white;
  max-width: 320px;
  line-height: 1.8;
}
.technology__description-block{
  flex-basis: 50%;
  position: relative;
}

.technology__description{
  padding: 43px 31px 51px 28px;
  background: white;
  position: relative;
  max-width: 505px;
  z-index: 2;
}
.technology__description-block:before{
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: -11px;
  left: 11px;
  background: #E0E0E0;
  box-shadow: 0px 22px 34px rgba(0, 0, 0, 0.07);
  z-index: 1;
  max-width: 505px;
}
.technology__description:after{
  content: '';
  position: absolute;
  right: -11px;
  bottom: 0px;
  border: 30px solid transparent;
  border-right: 30px solid #ececec;
  border-bottom: 30px solid #ececec;
}
.technology__description p{
  color: #000000;
  font-size: 18px;
  margin-bottom: 25px;
  position: relative;
  z-index: 2;
  line-height: 1.9;
}
.technology__description blockquote{
  padding-left: 32px;
  border-left: 3px solid #000000;
  font-size: 14px;
  position: relative;
  z-index: 2;
  max-width: 393px;
  line-height: 1.8;
}
.technology__description-block:nth-child(2) p {
  max-width: 366px;
}
#contact-form{
  padding: 109px 0 98px;
  position: relative;
}
#contact-form:before{
  content: "";
  width: 100%;
  height: 5px;
  background: #ffffff;
  top: 50%;
  margin-top: -2.5px;
  left: 0;
  position: absolute;
}
#technology{
  margin-top: -150px;
  /*margin-bottom: -150px;*/
}
.contact-form__block{
  background: white;
  padding: 81px;
}
#contact-form .page__title{
  font-size: 40px;
  max-width: 410px;
}
.contact-form__block--butt{
  max-width: 360px;
  margin: auto 0;
  text-align: center;
  width: 100%;
  margin-left: auto;
}
#innovation{
  padding: 98px 0 81px;
  /*border-bottom: 1px solid #DDDDDD;*/
}
#innovation .page__title{
  max-width: 500px;
  margin: auto;
  text-align: center;
  margin-bottom: 50px;
}
.innovation__block{
  background: #ffffff;
  padding: 40px 55px 65px 51px;
  margin-bottom: 50px;
}
.page__title--min{
  font-weight: bold;
  font-size: 30px;
  color: #000000;
  margin-bottom: 30px;
}
.innovation__block-description{
  margin-right: 10px;
}
.innovation__block-description p{
  margin-bottom: 20px;
  max-width: 506px;
  font-size: 17px;
  line-height: 1.9;
}
#decide{
	padding: 81px 0 154px;
	border-bottom: 1px solid #DDDDDD;
}
#decide .page__title{
	font-size: 50px;
	font-weight: bold;
	margin-bottom: 40px;
}
.decide-list{

}
.decide-list li{
	position: relative;
	padding-left: 35px;
	font-size: 16px;
	line-height: 1.9;
	max-width: 495px;
	margin-bottom: 25px;
	color: black;
}
.decide-list li:before{
	content: "";
	position: absolute;
	width: 10px;
	height: 10px;
	background: black;
	left: 0;
	top: 10px;
	border-radius: 20px;
}
.innovation__block-description p:last-child{
  margin-bottom: 0;
}
#deformations{
	padding: 128px 0 85px;
	border-bottom: 1px solid #DDDDDD;
}
#deformations .page__title{
	font-weight: bold;
	margin-bottom: 84px;
	text-align: center;
}
.deformations__row{
	flex-wrap: wrap;
}
.deformations__row--cnt{
	flex-basis: 32%;
	margin-right: 2%;
	text-align: center;
	margin-bottom: 45px;
}
#causes{
	padding: 84px 0 96px;
	background: #000000;
	position: relative;
}
#causes:after{
	content: "";
	position: absolute;
	width: 36px;
	height: 36px;
	background: #000000;
	top: -18px;
	left: 50%;
	margin-left: -18px;
	transform: rotate(45deg);
}
#causes .page__title{
	font-weight: 500;
	line-height: 1.2;
	text-align: center;
	max-width: 752px;
	margin: auto;
	margin-bottom: 76px;
	color: white;

}
.causes__cnt--title-num{
	display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    height: 125px;
    background: #464646;
    border: 1px solid #616161;
    box-shadow: 0px 4px 124px rgba(0, 0, 0, 0.05);
    max-width: 125px;
    width: 100%;
}
.causes__row{
	-webkit-justify-content: space-between;
  	-moz-justify-content: space-between;
  	-ms-justify-content: space-between;
  	justify-content: space-between;
}
.causes__cnt{
	width: 100%;
    flex-basis: 32%;
    margin-right: 2%;
    max-width: 360px;
}
.causes__cnt:nth-child(3n+3){
	margin-right: 0;
}
.causes__cnt--title{
	max-width: 360px;
	/*margin-bottom: 84px;*/
}
.causes__cnt--title-num span{
	font-size: 90px;
	font-weight: 300;
	color: white;
	margin: auto;
}
.causes__cnt--info{
	padding-top: 84px;
	padding-left: 21px;
	margin-left: 61px;
	position: relative;
}
.causes__cnt--info:before{
	content: "";
	position: absolute;
	height: 100%;
	width: 1px;
	background: #616161;
	left: 0;
	top: 0;
	max-height: 276px;
}
.causes__cnt--info li{
	position: relative;
	color: #FFFFFF;
	font-size: 18px;
	line-height: 1.5;
	min-height: 54px;
	margin-bottom: 35px;
	padding-left: 25px;
}
.causes__cnt--info li:after{
    content: "";
    position: absolute;
    left: -21px;
    width: 24px;
    background: #464646;
    height: 1px;
    top: 13px;
    z-index: 2;
}
.causes__cnt--info li:before{
	content: "";
	width: 6px;
	height: 6px;
	border-radius: 20px;
	background: #616161;
	top: 10px;
	left: -3px;
	position: absolute;
	z-index: 3;
}
.causes__cnt--title-text{
	background: #323232;
    box-shadow: 0px 4px 124px rgba(0, 0, 0, 0.05);
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    padding: 0 30px;
}
.causes__cnt--title-text span{
	font-size: 20px;
	line-height: 1.3;
	color: white;
	margin: auto 0;
}
.deformations__row--cnt:nth-child(3n+3){
	margin-right: 0;
}
.deformations__cnt--img{
	margin-bottom: 25px;
}
.deformations__row--cnt h3{
	color: #000000;
	text-align: center;
	font-weight: bold;
	font-size: 20px;
}
.row-imgs{
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  margin-bottom: 50px;
}
.row-imgs > div{
  flex-basis: 20%;
  text-align: center;
  line-height: 1;
}
.row-imgs img{

}
.earth-condition__list{
  flex-wrap: wrap;
  align-content: baseline;
  height: 85px;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 175px;
}
ol.earth-condition__list {
  list-style-type: none;
  counter-reset: item;
}
.earth-condition__list li{
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  color: #000000;
  font-size: 12px;
  margin-bottom: 20px;
  max-width: 150px;
  padding-left: 24px;
  position: relative;
  margin-right: 40px;
}
.earth-condition__list li:last-child{
  margin-bottom: 0;
  margin-right: 0;
}
.earth-condition__list li:before {
  content: counter(item);
  counter-increment: item;
  color: white;
  font-size: 9px;
  font-weight: bold;
  width: 14px;
  height: 14px;
  background: black;
  text-align: center;
  border-radius: 50px;
  margin-right: 10px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  position: absolute;
  left: 0;
  top: 0;
}
.ground-design{
	padding: 45px 31px 56px 28px;
	background: white;
	max-width: 505px;
	position: relative;
	z-index: 2;
}
.ground-design:after{
	content: '';
    position: absolute;
    right: -11px;
    bottom: 0px;
    border: 30px solid transparent;
    border-right: 30px solid #eaeaea;
    border-bottom: 30px solid #e9e9e9;
}
.ground,
.design{
	position: relative;
}
.ground:before,
.design:before{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: -11px;
    left: 11px;
    background: #E0E0E0;
    box-shadow: 0px 22px 34px rgba(0, 0, 0, 0.07);
    z-index: 1;
    max-width: 505px;
}
.ground-design h3{
	font-weight: bold;
	font-size: 30px;
	color: black;
	margin-bottom: 25px;
}
.ground-design p{
	max-width: 430px;
	font-size: 17px;
	line-height: 1.9;
	margin-bottom: 20px;
}
.ground-design p:last-child{
	margin-bottom: 0;
}
#provides{
  padding: 114px 0 200px;
}
#provides .page__title{
  max-width: 450px;
  margin-right: 136px;
  font-weight: bold;
}
.provides__title-description{
  font-size: 16px;
  color: #000000;
  line-height: 1.9;
}
.providesSlider{
  margin-top: 85px;
  
}
.slick-slider{
  margin-bottom: 45px!important;
}
.providesSlider__slide{
  display: -webkit-flex!important;
  display: -moz-flex!important;
  display: -ms-flex!important;
  display: flex!important;
  background: #FFFFFF;
  box-shadow: 0px 22px 34px rgba(0, 0, 0, 0.02);
  max-width: 528px;
}
.providesSlider__img{
  width: 165px;
  height: 162px;
}
.providesSlider__img img{

}
.providesSlider__description{
  padding: 15px 40px 15px 40px;
  background: white;
  width: 363px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  /*min-height: 162px;*/
}
.providesSlider__description span{
  max-width: 274px;
  color: #000000;
  line-height: 1.7;
  font-size: 14px;
  margin: auto;
  margin-left: 0;
}
.slider__arrows{
  max-width: 1280px;
  position: relative;
  margin: auto;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
}
.slider__arrows .slick-arrow{
  cursor: pointer;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
}
.just-space{
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
}
.slider__arrows .slick-arrow:after{
  content: "";
  width: 12px;
  height: 12px;
  border: 2px solid white;
  border-left: none;
  border-top: none;
}
.slider__arrows .slick-arrow.my-prev{
  width: 46px;
  height: 46px;
  background: #B5B5B5;
  margin-right: 17px;
}
.slider__arrows .slick-arrow.my-next{
  width: 75px;
  height: 46px;
  background: #000000;
  margin-right: 36px;
}
.slider__arrows .slick-arrow.my-next:after{
  transform: rotate(-45deg);
}
.slider__arrows .slick-arrow.my-prev:after{
  transform: rotate(135deg);
}
.slider__arrows .slick-dots{
  position: relative!important;
  bottom: 0!important;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  margin-top: auto;
}
.slider__arrows .slick-dots li{
  width: 100%!important;
  height: 2px!important;
  margin: 0!important;
}
.slider__arrows .slick-dots button{
  width: 100%!important;
  height: 2px!important;
  padding: 0!important;
  background: rgba(0, 0, 0, 0.15)!important;
}
.slider__arrows .slick-dots li.slick-active button{
  background: #000000!important;
}
#advantages{
  padding: 93px 0 170px;
  background: #000000;
}
.advantages__description{
  color: #FFFFFF;
  line-height: 1.8;
  font-size: 18px;
  max-width: 625px;
}
#advantages .page__title{
  font-weight: bold;
  color: white;
  margin-right: 115px;
  max-width: 375px;
}
.advantages-list__img{
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  height: 66px;
  align-items: center;
  margin-bottom: 24px;
}
.advantages-list--cnt{
  padding: 35px 23px 40px 30px;
  background: white;
  max-width: 335px;
}
.advantages-list__text{
  color: #000000;
  font-size: 14px;
  line-height: 1.8;
  max-width: 282px;
}
#advantages-list{
  margin-top: -102px;
  padding-bottom: 43px;
}
#country{
  padding: 43px 0 170px;
}
.country__img{
  margin-right: 97px;
}
.country__description{
  max-width: 400px;
  font-size: 16px;
  line-height: 1.7;
  color: #000000;
}
.country__description p{
  margin-bottom: 31px;
}
.country__description p:last-child{
  margin-bottom: 0;
}
#quality{
  padding: 85px 0 160px;
  background-color: #000000;
  background-image: url(../img/bg-quality.png);
  background-repeat: no-repeat;
  background-size: cover;
}
#quality .page__title{
  color: white;
  margin-bottom: 35px;
}
.quality__description> p{
  color: white;
  font-size: 20px;
  line-height: 1.6;
  margin-bottom: 55px;
  max-width: 395px;
}
.quality__info > p{
  color: #FFFFFF;
  font-size: 20px;
  line-height: 1.6;
  margin-bottom: 120px;
  max-width: 520px;
}
.quality__info--block{
  padding: 53px 50px 51px 47px;
  margin-left: -47px;
  position: relative;
  background-color: white;
  max-width: 581px;
  width: 100%;
}
.quality__info--block-bg{
  position: relative;
  max-width: 581px;
}
.quality__info--block-bg:before{
 content: "";
  position: absolute;
  left: -36px;
  top: -11px;
  width: 100%;
  height: 100%;
  background-color: #E9E8E8;
}
.quality__info--block-bg:after{
  content: '';
  position: absolute;
  right: 36px;
  bottom: 0px;
  border: 30px solid transparent;
  border-right: 30px solid #080808;
  border-bottom: 30px solid #000000;
}
.quality__info--block p{
  color: #4D5059;
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 30px;
  max-width: 485px;
}
.quality__info--block p:last-child,
.quality__description p:last-child{
  margin-bottom: 0;
}
.quality__description .quality__description--min{
  font-size: 16px;
  max-width: 408px;
}
#example{
  padding: 95px 0 100px;
}
#example .page__title{
  margin-bottom: 75px;
  font-weight: bold;
}
.logos{
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  flex-wrap: wrap;
}
.logos__container{
  margin-right: 60px;
  background: white;
  max-width: 233px;
  height: 100px;
  margin-bottom: 35px;
  width: 100%;
}
.logos__container img{
  max-width: 233px;
}
#clients{
  padding: 100px 0 146px;
  border-bottom: 1px solid #DDDDDD;
}
#clients .page__title{
  font-weight: bold;
  margin-bottom: 80px;
}
#certificates{
  padding: 100px 0 125px;
}
#certificates .page__title{
  margin-bottom: 100px;
  max-width: 525px;
  font-weight: bold;
}
.certificatesSlider__slide--img{
  /*padding: 21px 31px;*/
  /*border: 10px solid black;*/
  max-width: 274px;
}
#footer-consult{
  background-color: #000000;
  background-image: url(../img/footer-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 70px 0 110px;
  margin-bottom: -35px;
}
#footer-consult .page__title{
  color: white;
  max-width: 455px;
  font-size: 40px;
  /*line-height: 1.8;*/
  text-align: center;
  margin: auto;
  margin-bottom: 40px;
}
.footer__form{
  padding: 33px 58px 55px 58px;
  background: #323232;
  box-shadow: 0px 24px 94px rgba(0, 0, 0, 0.15);
  max-width: 593px;
  margin: auto;
}
.footer__form h3{
  text-align: center;
  color: white;
  font-size: 18px;
  margin-bottom: 27px;
}

.input-data{
  padding: 12px 25px;
  background-color: white;
  color: #9A9A9A;
  font-size: 14px;
  margin-right: 27px;
  max-width: 316px;
  width: 100%;
  border: none;
}
.footer__form input[type='submit']{
  cursor: pointer;
  max-width: 133px;
  width: 100%;
}
.footer__form input[type='submit']:hover{
  color: white;
}
.footer__form .row{
  flex-wrap: wrap;
}
.check__perc-data{
  position: relative;
  margin-top: 12px;
}

label{
  color: #676767;
  font-size: 13px;
  position: relative;
  padding-left: 22px;
  -webkit-touch-callout: none; /* iOS Safari */
  -webkit-user-select: none;   /* Chrome/Safari/Opera */
  -khtml-user-select: none;    /* Konqueror */
  -moz-user-select: none;      /* Firefox */
  -ms-user-select: none;       /* Internet Explorer/Edge */
  user-select: none;   
  cursor: pointer;
}
label:before {
  content: "";
  position: absolute;
  margin-right: 11px;
  left: 0;
  top: 2px;
  width: 11px;
  height: 11px;
  background: white;
  
}
input:checked + label:after {
  content: "";
  position: absolute;
  width: 5px;
  height: 5px;
  background-color: black;
  top: 5px;
  left: 3px;
}
input[type="checkbox"] {
  display: none;
}

.copyr{
  color: white;
  font-size: 13px;
  text-align: center;
  padding: 10px 0;
}
#contacts{
  padding: 125px 0 84px;
  position: relative;
}
.contacts__informations{
  padding: 85px 121px 70px 70px;
  background: #323232;
  max-width: 552px;
  margin-left: auto;
}
#contacts .page__title{
  color: white;
  font-weight: bold;
  margin-bottom: 45px;
}
.contacts__informations p{
  max-width: 360px;
  color: white;
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 51px;
}
.contacts__informations--phone{
  color: white;
  font-size: 24px;
  font-weight: bold;
  display: block;
  margin-bottom: 5px;
}
.contacts__informations--mail{
  font-size: 20px;
  color: white;
  margin-top: 20px;
  display: block;
}
.contacts__informations--block{
  max-width: 640px;
  width: 90%;
  margin-left: auto;
}
.contacts__map{

}
.slick-dots li button:before{
  display: none!important;
}
.md-wind{
  max-width: 340px;
  padding: 37px 31px 37px;
  background: #323232;
  box-shadow: 0px 24px 94px rgba(0, 0, 0, 0.15);
  position: fixed;
  z-index: 22;
  left: 50%;
  /*top: 100px;*/
  top: -100%;
  margin-left: -170px;
  transition: .3s;
}
.md-wind .form__title{
  color: #FFFFFF;
  font-size: 18px;
  margin-bottom: 30px;
  text-align: center;
}
.form__input{
  margin-bottom: 17px;
}
.form__input input{
  padding: 12px 25px;
  background-color: white;
  color: #9A9A9A;
  font-size: 14px;
  margin-right: 27px;
  max-width: 316px;
  width: 100%;
  border: none;
}
.form__input:last-child{
  margin-bottom: 0;
}
.form__sub{
  margin-top: 24px;
  margin-bottom: 16px;
}
.form__sub input{
  width: 100%;
  cursor: pointer;
}
.form__sub input:hover{
  color: white;
}
.modal-form{
  position: relative;
}
.modal-window__close{
  position: absolute;
  right: -15px;
  top: -35px;
  font-size: 32px;
  color: white;
  cursor: pointer;
}
.modal-over{
  position: fixed;
  top: -100%;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  z-index: 21;
  background: white;
  transition: .3s;
}
.modal-window.active .md-wind{
  top: 100px;
}
.modal-window.active .modal-over{
  top: 0;
}
.message {
  text-align: center;
}
.message.error__block{
  color: red;
  border-color: red;
  padding: 10px 5px;
  border: 1px solid;
  margin-top: 10px;
}
.message.valid__block{
  color: green;
  border-color: green;
  padding: 10px 5px;
  border: 1px solid;
  margin-top: 10px;
}
.check__perc-data.error__check{
  border-bottom: 1px solid red;
  padding-bottom: 5px;
}
.error__input{
  border: 3px solid red!important;
}
.combo-mob__title{
  background: #070707;
  padding: 10px 35px 10px 20px;
  position: relative;
}
.combo-mob__title:after,
.combo-mob__title:before{
  content: "";
  height: 30px;
  width: 4px;
  background: white;
  position: absolute;
  right: 20px;
  top: 10%;
  transition: .5s;
}
.combo-mob__title:before{
  transform: rotate(0deg);
}
.combo-mob__title:after{
  transform: rotate(90deg);
}
.combo-mob.active .combo-mob__title:before{
  transform: rotate(-45deg);
}
.combo-mob.active .combo-mob__title:after{
  transform: rotate(45deg);
}
.combo-mob .sequence__content--mob{
  padding: 20px;
  border: 2px solid black;
  text-align: center;
  display: none;
}
.combo-mob .sequence__content--info{
  margin: auto;
  margin-top: 20px;
}
.combo-mob.active .sequence__content--mob{
  display: block;
}
.sequence--mob{
  display: none;
}
.exampleSlider img{
  max-width: 495px;
}
.providesSlider__block .slick-track{
  margin-left: 0;
}
@media(max-width: 1400px){
	.container__home--img{
		flex-wrap: wrap;
		width: 90%;
		-webkit-justify-content: center;
    	-moz-justify-content: center;
    	-ms-justify-content: center;
    	justify-content: center;
	}
	.container__home--img img{
		padding: 20px;
		max-width: 300px;
	}
}
@media(max-width: 1150px){
  .sequence__list-cnt:before{
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    width: 390px;
  }
  .advantages{
    -webkit-flex-flow: column;
    -moz-flex-flow: column;
    -ms-flex-flow: column;
    flex-flow: column;
  }
  .advantage{
    margin: auto;
    margin-bottom: 20px;
  }
  .advantage:last-child{
    margin-right: auto;
  }
  .solutions__row{
    -webkit-flex-flow: column;
    -moz-flex-flow: column;
    -ms-flex-flow: column;
    flex-flow: column;
  }
  .traditional{
    margin-bottom: 30px;
  }
  .traditional{
    margin-right: 0;
  }
  .row-imgs{
    flex-wrap: wrap;
  }
  .row-imgs > div{
    flex-basis: 33.3%;
  }
  #advantages-list .row{
    -webkit-flex-flow: column;
    -moz-flex-flow: column;
    -ms-flex-flow: column;
    flex-flow: column;
  }
  .advantages-list--cnt{
    margin: auto;
    margin-bottom: 20px;
  }
  .advantages-list--cnt:last-child{
    margin-bottom: 0;
  }
  .causes__cnt--info:before{
  	max-height: none;
  }
  .ground-design__row{
  	-webkit-flex-flow: column;
    -moz-flex-flow: column;
    -ms-flex-flow: column;
    flex-flow: column;
  }
  .ground{
  	margin-bottom: 50px;
  }
}
@media(max-width: 980px){
  #sequence .container:first-child{
    display: none;
  }
  #sequence{
    background-image: none;
  }
  #country{
    padding: 50px 0;
  }
  #country .row{
    -webkit-flex-flow: column;
    -moz-flex-flow: column;
    -ms-flex-flow: column;
    flex-flow: column;
  }
  .country__img{
    margin-right: 0;
    margin-bottom: 20px;
    text-align: center;
  }
  .country__description{
    max-width: none;
  }
  #footer-consult{
    padding: 50px 0;
    background-image: none;
  }
  .contacts__informations--block{
    width: 100%;
    max-width: none;
  }
  .contacts__informations{
    max-width: none;
  }
  #clients{
    padding: 50px 0;
  }
  #contacts{
    padding: 0;
  }
  #contacts .row{
    -webkit-flex-flow: column;
    -moz-flex-flow: column;
    -ms-flex-flow: column;
    flex-flow: column;
  }
  .contacts__map{
    height: 300px;
  }
  .contacts__informations--block{
    margin-right: auto;
  }
  #quality{
    padding: 50px 0;
    background-image: none;
  }
  .quality__description .quality__description--min{
    max-width: none;
  }
  #quality .row{
    -webkit-flex-flow: column;
    -moz-flex-flow: column;
    -ms-flex-flow: column;
    flex-flow: column;
  }
  .quality__info{
    margin-top: 20px;
  }
  .quality__info > p{
    margin-bottom: 31px;
    max-width: none;
  }
  .quality__description> p{
    margin-bottom: 20px;
  }
  .quality__info--block-bg{
    margin-left: 47px;
  }
  #technology .row{
    -webkit-flex-flow: column;
    -moz-flex-flow: column;
    -ms-flex-flow: column;
    flex-flow: column;
  }
  .technology__description-block{
    margin: auto;
    width: 505px;
  }
  .technology__description-block:first-child{
    margin-bottom: 30px;
  }
  ul.menu{
    display: none;
  }
   #needed{
    padding: 50px 0;
  }
  #needed .row{
    -webkit-flex-flow: column;
    -moz-flex-flow: column;
    -ms-flex-flow: column;
    flex-flow: column;
  }
  .needed__info{
    margin: auto;
    margin-bottom: 40px;
  }
  .needed__photo{
    text-align: center;
  }
  .cases__block{
    -webkit-flex-flow: column;
    -moz-flex-flow: column;
    -ms-flex-flow: column;
    flex-flow: column;
  }
  .cases__list{
    flex-basis: 100%;
    border-right: none;
    border-bottom: 1px solid #2B2B2B;
  }
  .cases__five{
    flex-basis: 100%;
  }
  .cases__five .case__cnt--info{
    max-width: none;
  }
  #cases{
    padding: 50px 0;
  }
  .solutions__title-row{
    -webkit-flex-flow: column;
    -moz-flex-flow: column;
    -ms-flex-flow: column;
    flex-flow: column;
  }
  .solutions__title-description{
    margin-bottom: 20px;
    margin-top: 10px;
  }
  #solutions{
    padding: 50px 0;
  }
  .we-use__title-row{
    -webkit-flex-flow: column;
    -moz-flex-flow: column;
    -ms-flex-flow: column;
    flex-flow: column;
  }
  .innovation__description{
    margin-left: 0;
    margin-top: 30px;
  }
  #we-use{
    padding: 50px 0 125px;
  }
  .contact-form__block{
    -webkit-flex-flow: column;
    -moz-flex-flow: column;
    -ms-flex-flow: column;
    flex-flow: column;
  }
  #contact-form .page__title{
    margin-bottom: 20px;
  }
  .contact-form__block--butt{
    margin-left: 0;
  }
  #contact-form{
    padding: 50px 0;
  }
  .we-use__list{
    margin-left: 27px;
  }
  .innovation__block .row{
    -webkit-flex-flow: column;
    -moz-flex-flow: column;
    -ms-flex-flow: column;
    flex-flow: column;
  }
  .innovation__block-description:first-child{
    margin-bottom: 20px;
  }
  .innovation__block-description p{
    max-width: none;
  }
  .innovation__block-description{
    margin-right: 0;
  }
  .certificatesSlider__block,
  .exampleSlider__block,
  .providesSlider__block{
    width: 90%;
    margin: auto;
  }
  .providesSlider{
    margin-top: 20px;
  }
  #provides .row{
    -webkit-flex-flow: column;
    -moz-flex-flow: column;
    -ms-flex-flow: column;
    flex-flow: column;
  }
  #provides{
    padding: 50px 0;
  }
  #advantages{
    padding: 50px 0 135px;
  }
  #advantages .row{
    -webkit-flex-flow: column;
    -moz-flex-flow: column;
    -ms-flex-flow: column;
    flex-flow: column;
  }
  .decide-list__row{
  	-webkit-flex-flow: column;
    -moz-flex-flow: column;
    -ms-flex-flow: column;
    flex-flow: column;
  }
  .sequence--mob{
    display: block;
  }
  .causes__row{
  	flex-wrap: wrap;
  }
  .causes__cnt{
  	flex-basis: 49%;
  	max-width: none;
  }
  .causes__cnt:nth-child(2n+2){
  	margin-right: 0;
  }
}
@media(max-width: 700px){
  .row-imgs > div{
    flex-basis: 50%;
  }
  .earth-condition__list{
    height: 120px;
  }
}
@media(max-width: 650px){
  .footer__form{
    padding: 20px;
  }
  .solutions__list ul{
    -webkit-flex-flow: column;
    -moz-flex-flow: column;
    -ms-flex-flow: column;
    flex-flow: column;
    padding-left: 27px;
  }
  .solutions__list ul li:nth-child(1), 
  .solutions__list ul li:nth-child(2),
  .solutions__list ul li:nth-child(3){
    margin-bottom: 20px;
  }
  #solutions:before{
    display: none;
  }
  .technology__description-block{
    width: auto;
  }
  .we-use__list{
    -webkit-flex-flow: column;
    -moz-flex-flow: column;
    -ms-flex-flow: column;
    flex-flow: column;
  }
  .we-use__list li{
    margin-bottom: 35px;
  }
  .earth-condition__list{
    height: 160px;
  }
  .row-imgs > div{
    flex-basis: 100%;
  }
  .footer__form .input-data{
    max-width: none;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .footer__form input[type='submit']{
    width: 100%;
    max-width: none;
  }
  .causes__cnt{
  	flex-basis: 100%;
  	margin-right: 0;
  }
  .earth-condition__list{
  	margin-bottom: 40px;
  }
}
@media(max-width: 550px){
  .contacts__informations{
    padding: 50px;
  }
  .contact-form__block{
    padding: 20px;
  }
  .page__title{
    font-size: 33px;
  }
  .needed__info p{
    margin-top: 15px;
  }
  .needed__photo{
    display: none;
  }
  #needed{
    text-align: center;
  }
  .header__contact-info,
  .header__container{
    -webkit-flex-flow: column;
    -moz-flex-flow: column;
    -ms-flex-flow: column;
    flex-flow: column;
  }
  .header__contact-info{
    margin: auto;
  }
  .logo{
    margin-right: auto;
    margin-bottom: 20px;
    margin-left: auto;
  }
  #home{
    margin-top: -198px;
  }
  .home__title{
    font-size: 40px;
    margin-bottom: 30px;
  }
  #cases .page__title{
    margin-bottom: 15px;
  }
  .cases__list{
    -webkit-flex-flow: column;
    -moz-flex-flow: column;
    -ms-flex-flow: column;
    flex-flow: column;
  }
  .case__cnt:nth-child(1), .case__cnt:nth-child(3){
    border-right: none;
  }
  .case__cnt:nth-child(2){
    border-bottom: 1px solid #2B2B2B;
  }
  .innovation__block{
    padding: 20px;
  }
  .providesSlider__img{
    margin: auto;
  }
  .providesSlider__description{
    margin: auto;
    width: auto;
    text-align: center;
  }
  .providesSlider__slide{
    -webkit-flex-flow: column;
    -moz-flex-flow: column;
    -ms-flex-flow: column;
    flex-flow: column;
  }
  .quality__info--block{
    padding: 20px;
    margin-left: 0;
  }
  .quality__info--block-bg:before{
    display: none;
  }
  .quality__info--block-bg{
    margin-left: 0;
  }
  .quality__info--block-bg:after{
    right: 0;
    bottom: -1px;
  }
  .ground-design h3{
  	font-size: 26px;
  	margin-bottom: 10px;
  }
  #decide{
  	padding: 30px 0;
  }
}
@media(max-width: 420px){

  .advantage{
    -webkit-flex-flow: column;
    -moz-flex-flow: column;
    -ms-flex-flow: column;
    flex-flow: column;
  }
  .advantage__num{
    width: 100%;
    border-right: none;
    border-bottom: 1px solid #F1F1F1;
  }
  .advantage__info{
    text-align: center;
    padding: 20px;
  }
  #home{
    padding-bottom: 50px;
    background-image: none;
  }
  .cases__five .case__cnt--num:after{
    display: none;
  }
  .we-use__title-row .row{
    -webkit-flex-flow: column;
    -moz-flex-flow: column;
    -ms-flex-flow: column;
    flex-flow: column;
  }
  .innovation__num{
    width: 100%;
  }
  .innovation__num span{
    margin-left: 20px;
  }
  .innovation__text {
    width: 100%;
    height: 125px;
  }
  .causes__cnt--title{
  	-webkit-flex-flow: column;
    -moz-flex-flow: column;
    -ms-flex-flow: column;
    flex-flow: column;
    max-width: none;
  }
  .causes__cnt--title-num{
  	width: 100%;
    max-width: none;
  }
  .causes__cnt--title-text{
  	height: 125px;
  }
  .causes__cnt--info{
  	margin-left: 0;
  }
  .traditional__title{
  	width: 100%;
  }
}