.landing {
    font: normal 16px/1 "Roboto", sans-serif;
    color: #252525;
    background-color: #fff;
}
.landing__section_bg-data-center {
    background: transparent url("img/datacenter.jpg") repeat-x center / cover;
    border-bottom: solid #688394 1px;
}
.landing__title {
    margin: 15px 0 10px;
    font: normal 2.25em/1.3 "ProximaNova-Extrabold", sans-serif;
    color: #252525;
}
.landing__text {
    margin: 0 0 10px;
    font-size: 1.125em;
    line-height: 1.222222222222222;
}
.landing .landing__text_bold {
  font-weight: bold;
}
.landing__link_anchor {
    text-decoration: none;
}
.landing__link_anchor:hover,
.landing__link_anchor:focus {
    text-decoration: none;
}
.landing__button {
    margin: 0 10px;
    padding: 15px 15px 17px;
    text-transform: none;
}
.landing__delimiter {
    margin: 0;
    border-color: #e8e8e8;
}

/** Section **/
.landing__section_gray {
    background-color: #f3f3f3;
}
/** end: Section **/

/** Section - Header **/
.landing__section_header .landing__container {
    padding: 64px 0 177px;
}
.landing__section_header .landing__title {
    margin-bottom: 17px;
    font-size: 3em;
    color: #fff;
}
.landing__section_header .landing__text {
    margin-bottom: 20px;
    font-family: "ProximaNova-Regular", sans-serif;
    font-size: 1.5em;
    color: #fff;
}
.landing__section_header .landing__button {
    margin-top: 40px;
    margin-bottom: 30px;
}
.landing__section_header .landing__link_anchor {
    color: #fff;
    border-bottom: dashed #fff 1px;
    transition: all .3s ease;
}
.landing__section_header .landing__link_anchor:hover,
.landing__section_header .landing__link_anchor:focus {
    color: #bee;
    border-color: #bee;
}
/** end: Section - Header **/

/** Section - Content **/
.landing__section_content {
    padding-top: 45px;
}
/** end: Section - Content **/

/** Container - iPhone **/
.landing__container_iphone {
    background: transparent url("img/iphone.png") no-repeat bottom left;
}
/** end: Container - iPhone **/

/** Landing list **/
.landing .landing__list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.landing .landing__list-item {
  margin: 0;
  padding: 0;
}
.landing .landing__list-item::before {
  display: none;
}
.landing .landing__list.landing__list_vertical {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
}
.landing .landing__list .landing__list-item .landing__text {
  font-size: 16px;
  line-height: 1;
}

/** end: Landing list **/
