#header_container {
  background-color: #ffffff;
}

/* section */
.normal-section {
  padding: 80px 30px;
  background-color: white;
  position: relative;
}
.inner-section {
  max-width: 1280px;
  margin: auto;
}
.section-grey {
  background: #f6f7f9;
}
.section-header {
  max-width: 800px;
  margin: auto;
  text-align: center;
  color: #222230;
}
.section-header h2 {
  font-weight: bold;
  font-size: 36px;
  line-height: 43px;
  margin-bottom: 32px;
}
.section-header p {
  font-size: 16px;
  line-height: 23px;
  margin-bottom: 20px;
}
.btn {
  font-size: 16px;
  line-height: 19px;
  padding: 12px 20px;
  min-width: 194px;
}
.btn-orange {
  background-color: #f26d21;
  border-color: #f26d21;
  text-shadow: 1px 1px #f26d21;
  font-weight: 600;
  border-radius: 12px;
  color: white;
}
.btn-orange:hover {
  color: white;
}
.btn-white {
  background: #ffffff;
  border: 1px solid #babacc;
  box-sizing: border-box;
  border-radius: 12px;
  color: #232333;
}

.border-box {
  background: #ffffff;
  border: 1px solid #dadada;
  box-sizing: border-box;
  border-radius: 20px;
  padding: 46px 60px;
  margin-bottom: 80px;
}
.border-box h3 {
  font-weight: bold;
  font-size: 36px;
  line-height: 43px;
  margin-bottom: 32px;
}
.border-box ul {
  list-style: none;
  padding-left: 0;
  font-size: 16px;
  line-height: 23px;
}
.border-box ul li {
  margin-bottom: 23px;
}
.border-box .checkbox-block ul li {
  position: relative;
  padding-left: 46px;
}
.border-box .checkbox-block ul li > img {
  position: absolute;
  top: 0;
  left: 0;
}
.border-box .scope-block ul {
  max-width: 490px;
}

.default-list-box h3 {
  font-weight: bold;
  font-size: 24px;
  line-height: 29px;
  margin-bottom: 32px;
}
.default-list-box p {
  font-size: 16px;
  line-height: 23px;
  margin-bottom: 23px;
}
.default-list-box ul {
  list-style: none;
  padding-left: 0;
  margin: 0;
}
.default-list-box ul li {
  font-size: 16px;
  line-height: 23px;
  padding-left: 23px;
  position: relative;
  margin-bottom: 23px;
}
.default-list-box ul li:last-child {
  margin-bottom: 0;
}
.default-list-box ul li::before {
  position: absolute;
  content: '';
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background-color: #babacc;
  top: 7px;
  left: 0;
}

/* section1 */
.section1 {
  background: #37464f;
  margin-top: 104px;
}
.section1 h1 {
  font-weight: bold;
  font-size: 48px;
  line-height: 58px;

  color: #ffffff;
}

/* section2 */
.section2 .pressed-gcm {
  display: flex;
  justify-content: space-between;
  margin-bottom: 32px;
}
.section2 .pressed-gcm > img {
  flex: 0;
  transform: translateY(-50%);
}
.section2 .pressed-gcm .pressed-gcm-content {
  flex-basis: 830px;
  flex-grow: 0;
  padding-right: 30px;
}
.section2 .pressed-gcm p {
  font-size: 20px;
  line-height: 29px;
  color: #232333;
  margin-bottom: 29px;
}
.section2 .safe-harbor {
  position: relative;
  display: flex;
  justify-content: space-between;
}
.section2 .safe-harbor .img-placeholder {
  width: 368px;
  flex-shrink: 0;
}
.section2 .safe-harbor > img {
  position: absolute;
  right: 0;
  top: 0;
  transform: translateY(10%);
  z-index: 1;
}
.section2 .safe-harbor .safe-harbor-content {
  flex-basis: 830px;
  flex-grow: 0;
  padding-right: 30px;
}
.section2 .safe-harbor .safe-harbor-content h3 {
  font-weight: bold;
  font-size: 24px;
  line-height: 29px;
  margin-bottom: 29px;
}

/* default-list-box */

/* section4 */
.section4 .report h2 {
  font-weight: bold;
  font-size: 36px;
  line-height: 43px;
  margin: 0 0 32px;
}
.section4 .report h3 {
  font-weight: bold;
  font-size: 24px;
  line-height: 29px;
  margin: 0 0 29px;
}
.section4 .report p {
  font-size: 16px;
  line-height: 23px;
  margin-bottom: 46px;
}
.section4 .report .checkbox-block {
  max-width: 500px;
}
.section4 .report .checkbox-block h4 {
  margin: 0 0 29px;
  font-weight: bold;
  font-size: 24px;
  line-height: 29px;
}
.section4 .report .checkbox-block p {
  margin: 0 0 29px;
  font-size: 16px;
  line-height: 23px;
}
.section4 .terms-block {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.section4 .terms-block > img {
  flex: 0;
}
.section4 .terms-block .terms-block-content {
  flex-basis: 830px;
  padding-right: 30px;
}
@media screen and (min-width: 1401px) {
  html:lang(ru-RU) .navbar-nav > li > a,
  html:lang(pt-BR) .navbar-nav > li > a,
  html:lang(pt-PT) .navbar-nav > li > a {
    padding: 22px 4px;
  }
  html:lang(ru-RU) .navbar-header .left .logo {
    margin-right: 0;
  }
}
@media screen and (max-width: 1100px) and (min-width: 768px) {
  html:lang(ru-RU) .navbar-header .left .logo {
    margin-right: 0;
  }
}
@media screen and (max-width: 1080px) {
  .section2 .pressed-gcm > img {
    width: 300px;
  }
}
@media screen and (max-width: 1060px) and (min-width: 768px) {
  html:lang(ru-RU) .navbar-nav > li > a,
  html:lang(pt-PT) .navbar-nav > li > a {
    padding-left: 9px;
    padding-right: 9px;
  }
}

@media screen and (max-width: 768px) {
  .border-box {
    padding: 30px;
  }
  .section1 {
    margin-top: 0;
  }
  .normal-section {
    padding: 40px 30px;
  }
  .section2 .pressed-gcm {
    flex-direction: column;
    margin-bottom: 60px;
  }
  .section2 .safe-harbor .safe-harbor-content,
  .section2 .pressed-gcm .pressed-gcm-content {
    flex-basis: auto;
    padding: 0;
  }
  .section4 .terms-block > img,
  .section2 .pressed-gcm > img {
    transform: translateY(0);
    margin-top: 30px;
  }
  .section2 .safe-harbor > img {
    position: relative;
    transform: translateY(0);
    margin-top: 40px;
  }
  .section4 .terms-block,
  .section2 .safe-harbor {
    flex-direction: column;
    margin-bottom: 0;
  }
}
