*
{
  margin: 0;
  padding: 0;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400; 
  text-decoration: none;
  color: #202020;
  outline: none;  /* Safari 3-4, iOS 1-3.2, Android 1.6- */  /* Firefox 1-3.6 */     
  border-radius: 0;  /* Opera 10.5, IE 9, Safari 5, Chrome, Firefox 4, iOS 4, Android 2.1+ */
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  box-sizing: border-box;
}

*::-webkit-scrollbar-track{ border-radius: 3px; width: 7px;}
*::-webkit-scrollbar { width: 10px;}
*::-webkit-scrollbar-thumb { border-radius: 3px; background-color: #aaa;}



.rich-cont-all li {
  list-style: none;
  font-weight: 500;
  font-size: 26px;
  line-height: 32px;
  color: #494949;
}

.rich-cont-all b {
  font-weight: 700;
}

.rich-cont-all section {
  padding: 90px 0;
}

.rich-cont-all span.small {
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  line-height: 40px;
  color: #202020;
  display: block;
  text-align: left;
  padding-bottom: 30px;
}

.rich-cont-all .container {
  left: 0; 
  right: 0; 
  margin: auto; 
  max-width: 1750px;
  width: 100%;
  padding: 0 15px;
  position: relative; 
  box-sizing: border-box;
  text-align: center;
}

.rich-cont-all .flex-cont,
.rich-cont-all .flex {
  display: flex;
  justify-content: space-between;
}

.rich-cont-all .title-rich {
  font-weight: 700;
  font-size: 60px;
  line-height: 64px;
  text-align: center;
  color: #202020;
  padding-bottom: 30px;
  display: block;
}

.rich-cont-all p {
  font-weight: 500;
  font-size: 26px;
  line-height: 32px;
  color: #494949;
}

.rich-cont-all img {
  max-width: 100%;
  display: block;
}

.section-cont-1 img {
  display: block;
  margin: 50px auto 0;
}

.section-cont-1 .text.title-rich {
  width: 20%;
  text-align: left;
}

.section-cont-1 .text-2 {
  width: 30%;
  text-align: left;
}

.section-cont-1 .flex-cont {
  padding-top: 50px;
}

.section-cont-1 .flex-cont p {
  padding-bottom: 20px;
}
.section-cont-1 .flex-cont p:last-child {
  padding-bottom: 0;
}


section.section-cont-2 {
  padding: 0;
  position: relative;
}

.block-cont {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
}


section.section-cont-2 .block-cont .title-rich {
  text-align: left;
  color: #fff;
  max-width: 520px;
}

section.section-cont-2 .block-cont ul {
  text-align: left;
  max-width: 520px;
}

section.section-cont-2 .block-cont ul li {
  color: #fff;
  font-weight: 500;
  font-size: 26px;
  line-height: 32px;
  padding-bottom: 20px;
  padding-left: 31px;
  position: relative;
}

section.section-cont-4 ul li {
  position: relative;
  padding-left: 31px;
  padding-bottom: 20px;
}

section.section-cont-2 .block-cont ul li:before, section.section-cont-4 ul li:before {
  content: '';
  display: block;
  position: absolute;
  top: 10px;
  left: 0;
  background: #fff;
  width: 12px;
  height: 12px;
  border-radius: 50%;
}

section.section-cont-4 ul li:before {
  background: #202020;
}

section.section-cont-3 {
  padding: 0;
}

section.section-cont-3 .flex {
  align-items: center;
}

.rich-cont-all section.section-cont-3 .title-rich,
.rich-cont-all section.section-cont-3 p {
  text-align: left;
}

section.section-cont-3 .flex {
  padding: 90px 0;
}

section.section-cont-3 .flex.first-lock {
  padding: 0;
}
section.section-cont-3 .text-cont.text-position {
  margin-left: -119px;
  padding-right: 100px;
}


section.section-cont-3 .container img {
  width: 55%;
}

section.section-cont-3 .container .text-cont {
  width: 40%;
}

.section-cont-4 img {
  width: 73%;
}

.section-cont-4 .text-cont {
  width: 40%;
  margin-right: -7%;
  z-index: 1;
  text-align: left;
}
.rich-cont-all .section-cont-4 .title-rich,
.rich-cont-all .section-cont-5 .title-rich {
  text-align: left;
}

.rich-cont-all .section-cont-4 .flex,
.rich-cont-all .section-cont-5 .flex,
.rich-cont-all .section-cont-6 .flex,
.rich-cont-all .section-cont-11 .flex,
.rich-cont-all .section-cont-12 .flex,
.rich-cont-all .section-cont-7 .flex {
  align-items: center;
}

.rich-cont-all .section-cont-5 p,
.rich-cont-all .section-cont-12 p,
.rich-cont-all .section-cont-11 p {
  text-align: left;
}

section.section-cont-6 {
  background: #202020;
}

section.section-cont-6 p{
  color: #B9B9B9;
  padding-bottom: 30px;
}

.rich-cont-all section.section-cont-6 .title-rich {
  color: #fff;
}

.label-text-block {
  width: 19%;
}

.rich-cont-all section.section-cont-6 .flex {
  margin-top: 30px;
}

.rich-cont-all section.section-cont-6 img {
  width: 50%;
}

.label-text-block-row {
  font-weight: 700;
  font-size: 26px;
  line-height: 32px;
  color: #FFFFFF;
  margin-top: 60px;
  position: relative;
  padding-left: 29px;
  text-align: left;
}

.label-text-block-row:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 4px;
  background: linear-gradient(180deg, #E3713F 0%, #E93A47 100%);
}

.section-cont-7 .flex {
  padding-top: 100px;
  overflow: hidden;
}

.rich-cont-all .section-cont-7 img {
  max-width: 100%;
  display: block;
  margin-right: -100px;
}

.rich-cont-all .section-cont-7 .cont {
  padding-left: 80px;
  text-align: left;
}

.rich-cont-all .section-cont-7 .cont .title-rich {
  text-align: left;
}

section.section-cont-8 .position{
  position: relative;
  margin-top: 60px;
}

section.section-cont-8 span.title {
  color: #ea4700;
  font-weight: 800;
  font-size: 110px;
  line-height: 110px;
  text-align: left;
  display: block;
  margin-bottom: 40px;
}
section.section-cont-8 .block-cont {
  padding: 0 80px;
}

section.section-cont-8 span.subtitle {
  font-weight: 400;
  font-size: 44px;
  display: block;
  line-height: 36px;
  text-align: left;
  padding-bottom: 40px;
  color: #ea4700;
}

section.section-cont-8 .block-cont p {
  font-weight: 700;
  font-size: 36px;
  line-height: 34px;
  color: #FFFFFF;
  text-align: left;
}

.rich-cont-all section.section-cont-10 .flex {
  align-items: center;
}

section.section-cont-10 {
  background: url("../img/sec10-bg.png") no-repeat center/cover;
  padding: 50px 0 0;
}

section.section-cont-10 .section-cont {
  max-width: 700px;
  text-align: left;
}

section.section-cont-3 .container img.logo-title {
  padding-bottom: 38px;
  width: 100%;
}

.rich-cont-all section.section-cont-10 .title-rich {
  color: #fff;
  text-align: left;
}

.rich-cont-all section.section-cont-10 p,
.rich-cont-all section.section-cont-10 p b {
  color: #fff;
}

.rich-cont-all section.section-cont-11 .title-rich {
  text-align: left;
}

section.section-cont-12 {
  padding-bottom: 0;
}

section.section-cont-12 .section-cont {
  max-width: 740px;
  margin: 0 auto;
}

section.section-cont-12 .title-rich {
  text-align: left;
}

.item-services {
  display: flex;
  text-align: left;
  margin-bottom: 42px;
}

.title-serv {
  font-weight: 700;
  font-size: 32px;
  line-height: 40px;
  color: #202020;
  padding-bottom: 10px;
}

.item-services span {
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  color: #5B5B5B;
  display: block;
}

.item-services img {
  align-self: center;
  margin-right: 30px;
}

.section-cont-5 .text-cont img {
  margin-top: 30px;
}