@roboto: r, Arial, Tahoma, Sans-serif;
@roboto_condensed: rc, Arial, Tahoma, Sans-serif;


/* CSS */
.cerave {
    text-align: center;
    font-family: r;
    font-weight: 400;
	max-width: 425px;
    margin: 0 auto;
    color: #003057;
	background-color: #fff;
}
.cerave_container {
    position: relative;
	width: calc(100% - 40px);
	margin: auto;
	max-width: 425px;
}
.cerave a {
    text-decoration: none;
    color: #003057;
}
.cerave_title {
    font-size: 32px;
    line-height: 40px;
    font-weight: 600;
}
.cerave_block_01 {
    padding: 40px 0;
}
.cerave_01_img {
    width: 100%;
}
.cerave_01_items {
    margin: 32px 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 24px;
}
.cerave_01_item {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    background: url(/cerave_01_bg.jpg);
    background-size: 100%;
    background-repeat: no-repeat;
    width: 100%;
    padding: 16px 0;
    background-color: #92BFDF;
    border-radius: 64px;
    overflow: hidden;
    transition: 0.3s;
}
.cerave_01_item:hover {
    transform: scale(1.05);
    box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
    border-radius: 32px;
    .cerave_01_item_title {
        color: #003057;
        background: #fff;
    }
}
.cerave_01_item_title {
    position: absolute;
    bottom: 8px;
    font-size: 18px;
    line-height: 24px;
    font-weight: 600;
    padding: 4px 16px;
    color: #fff;
    background: rgba(2, 105, 180, 0.70);
    transition: 0.3s;
}
.cerave_block_02 {

}
.cerave_block_02 img {
    width: 100%;
}
.cerave_02_items {
    display: flex;
    flex-direction: row;
	flex-wrap: wrap;
    justify-content: space-between;
    margin: 32px 0 0;
}
.cerave_02_item {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: calc(50% - 10px);
    padding: 16px 0;
    transition: 0.3s;
}
.cerave_02_item:hover {
    transform: scale(1.05);
}
.cerave_02_item_title {
    font-size: 24px;
    line-height: 28px;
    font-weight: 500;
    padding: 24px 0;
}
.cerave_block_03 {
    padding: 0 0 40px;
	background-color: #F2F2F2;
}
.cerave_03_title-block {
	background-color: #fff;
	padding: 24px;
}
.cerave_03_title {
	font-size: 28px;
    line-height: 32px;
    font-weight: 600;
}
.cerave_03_subtitle {
    padding: 8px 0 0;
    font-size: 24px;
    line-height: 32px;
    letter-spacing: 22%;
    font-weight: 200;
}
.cerave_03_items {
    display: flex;
    flex-direction: row;
    justify-content: center;
	flex-wrap: wrap;
    gap: 20px;
    padding: 40px 0;
}
.cerave_03_item {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: calc(50% - 10px);
}
.cerave_03_item img {
    width: 55%;
}
.cerave_03_item_title {
    font-size: 18px;
    line-height: 22px;
    padding: 16px 0 0;
}
.cerave_block_04 {
	margin: 40px 0 0;
}

.cerave_04_border {
    text-align: center;
    border: 1px solid #003057;
    padding: 0 20px 25px;
  }
  .cerave_04_top_img_border {
    display: inline-flex;
    align-items: flex-end;
    margin-top: -20px;
    background: #fff;
    padding: 0 20px;
    margin-bottom: 40px;
  }
  .cerave_04_top_img_border img {
    width: 116px;
    display: flex;
  }
  .cerave_04_title {
    font-size: 30px;
    line-height: 32px;
    font-weight: 700;
    color: #003057;
    margin-bottom: 16px;
  }
  .cerave_04_title span {
    color: #0070CE;
  }
  .cerave_04_subtitle {
    text-transform: uppercase;
    font-size: 20px;
    line-height: 26px;
    color: #0070CE;
    margin-bottom: 8px;
  }
  .cerave_04_subtitle span {
    color: #003057;
  }
  .cerave_04_text {
    font-size: 16px;
    line-height: 20px;
    color: #003057;
  }
  .cerave_04_plus {
    font-size: 70px;
    line-height: 98px;
    font-weight: 700;
    color: #003057;
  }
.cerave_block_05 {
    margin: 32px 0;
}

.cerave_05_title {
    font-size: 22px;
    line-height: 32px;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    color: #003057;
    margin-bottom: 25px;
  }
  .cerave_05_title span {
    color: #0070CE;
  }
  .cerave_05_blue {
    padding: 17px 0;
    background: #D7E7F7;
  }
  .cerave_05_blue_items {
    display: flex;
    align-items: center;
  }
  .cerave_05_blue_item {
    width: 33.3%;
    font-size: 14px;
    line-height: 18px;
    font-weight: 700;
    text-align: center;
    color: #003057;
  }
  .cerave_05_blue_line {
    height: 32px;
    width: 1px;
    background: #003057;
  }
  .cerave_05_grey {
    display: flex;
    padding: 24px 0 0;
    background: #F2F2F2;
  }
  .cerave_05_grey img {
    display: flex;
    max-width: 190px;
    margin: 0 auto 17px;
  }
  .cerave_05_text_b {
    font-size: 24px;
    line-height: 28px;
    font-weight: 700;
    color: #003057;
    margin-bottom: 10px;
  }
  .cerave_05_text {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: #003057;
    margin-bottom: 32px;
  }
  .cerave_05_blue2 {
    background: #92BFDF;
    padding: 32px 0;
    font-family: rc;
    font-size: 22px;
	font-weight: 200;
    line-height: 30px;
    text-transform: uppercase;
    color: #fff;
	letter-spacing: 0.1575rem;
  }

  .cerave_block_06 {
    max-width: 425px;
    margin: 0 auto;
  }
  .cerave_06_title {
    font-size: 22px;
    line-height: 32px;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    color: #003057;
    margin-bottom: 25px;
  }
  .cerave_06_title span {
    color: #0070CE;
  }
  .cerave_06_grey {
    display: flex;
    padding: 21px 0 0;
    background: #F2F2F2;
  }
  .cerave_img_06_1 {
    display: flex;
    max-width: 163px;
    margin: 0 auto;
  }
  .cerave_06_grey_title {
    font-size: 22px;
    line-height: 32px;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    color: #003057;
    margin-bottom: 16px;
  }
  .cerave_06_grey_subtitle {
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #003057;
    margin-bottom: 16px;
  }
  .cerave_06_grey_text {
    font-size: 16px;
    line-height: 24px;
    color: #003057;
    margin-bottom: 48px;
  }
  .cerave_img_06_2 {
    display: flex;
    max-width: 95%;
    margin: 0 auto 16px;
  }
  .cerave_06_grey_text_b {
    font-size: 20px;
    line-height: 28px;
    font-weight: 700;
    text-align: center;
    color: #003057;
    margin-bottom: 24px;
  }
  .cerave_06_blue {
    background: #D7E7F7;
    padding: 16px 0 14px;
    font-family: rc;
    font-size: 16px;
    line-height: 24px;
    text-transform: uppercase;
    color: #003057;
  }
  .cerave_block_07 {
	margin: 0 0 32px;
  }
  .cerave_block_07 img {
	width: 100%;
  }
  .cerave_07_container {
	background: url(cerave_img_07_bg_02_m.png);
	background-repeat: no-repeat;
	background-color:#F8F8FA;
  }
  .cerave_07_title {
	font-size: 24px;
	line-height: 32px;
	font-weight: 600; 
	padding: 32px 0;
  }
  .cerave_07_text {
	font-size: 18px;
	line-height: 24px;
	font-weight: 200;
  }
  .cerave_07_subtitle {
	font-size: 20px;
	line-height: 30px;
	font-weight: 500;
	padding: 32px 0;
  }