@font-face {
    font-family: 'Rubik', sans-serif;
    src: url("../fonts/Rubik-Regular.woff") format("woff2");
    font-display: swap;
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Rubik', sans-serif;
    src: url("../fonts/Rubik-Bold.woff") format("woff2");
    font-display: swap;
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Raleway', sans-serif;
    src: url("../fonts/Raleway-Bold.woff") format("woff2");
    font-display: swap;
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Raleway', sans-serif;
    src: url("../fonts/Raleway-ExtraBold.woff") format("woff2");
    font-display: swap;
    font-weight: 800;
    font-style: normal;
}


*,
*::before,
*::after{
    padding: 0;
    margin: 0;
    border: 0;
    box-sizing: border-box;
}
a{
    text-decoration: none;
}
ul,
ol,
li{
    list-style: none;
}
img{
    vertical-align: top;
}
h1,
h2,
h3,
h4,
h5,
h6{
    font-weight: inherit;
    font-size: inherit;
}
html,
body{
    height: 100%;
    line-height: 1;
}
body{
    font-family: Rubik, sans-serif;
    font-size: 12px;
    color: #616161;
}
/* ---------------------------------- */
.wrapper{
    overflow: hidden;
    display: flex;
    flex-direction: column;
    min-height: 100%;
}
/* ---------------------------------- */
.main{
    flex: 1 1 auto;
}

[class*="__container"]{
    max-width: 1087px;
    padding: 0 15px;
    margin: 0 auto;
}



.header {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 50;
}

.header__container {
    display: flex;
    align-items: center;
    min-height: 114px;
}

.header__logo {
    position: relative;
    z-index: 5;
}

.header__menu {
    flex: 1 1 auto;
}

.menu {
    display: flex;
    justify-content: flex-end;
}

.menu__list {
    display: flex;
}

.menu__item {
    margin: 0 40px 0 0;
}

.menu__link {
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #000;
    transition: all 0.3s ease 0s;
}
.menu__link:hover{
    color: #ff061e;
    text-decoration: underline wavy #0d66ff 2px;
}

.header__button {
    position: relative;
    z-index: 5;
    flex: 0 0 252px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.button{
    display: inline-block;
    font-family: 'Raleway', sans-serif;
    font-weight: 800;
    font-size: 10px;
    line-height: 1.2;
    letter-spacing: 2.2px;
    text-transform: uppercase;
    color: #fcfdfe;
    padding: 14px 30px;
    border-radius: 5px;
    background: #ec5863;
    transition: background-color 0.3s ease 0s;
}
.button:hover{
    background-color: #ff061e;
}

.button_blue{
    background-color: #4285f4;
}
.button_blue:hover{
    background-color: #0052d5;
}
/*-------------------------------*/
.icon-menu{
    display: none;
}

/* ======================================================== */
.block-text {
}

.block-text_center{
    text-align: center;
}

.block-text__title {
    font-weight: 700;
    font-size: 44px;
    line-height: 126%;
    color: #000000;
}
.block-text__title:not(:last-child){
    margin: 0 0 12px 0;
}
.block-text__title span{
    color: #ec5863;
}
.block-text__title_blue span{
    color: #4285f4;
}

.block-text__text {
    font-weight: 400;
    font-size: 12px;
    line-height: 138.5%;
    letter-spacing: 0.08em;
    color: #616161;
}
.block-text__text:not(:last-child){
    margin: 0 0 24px 0;
}

.block-text__text_mw{
    max-width: 620px;
    margin: 0 auto;
}

.block-text__button {
    font-family: 'Raleway', sans-serif;
    font-style: normal;
    font-weight: 800;
    font-size: 10px;
    line-height: 12px;
    letter-spacing: 0.14em;
    color: #FCFDFE;
}
/* ======================================================== */

.main {
}

.get-started {
    background-color: #fafbfb;
}

.get-started__container {
    padding: 150px 15px 50px 15px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    position: relative;
}
.get-started__container::before{
    content: "";
    position: absolute;
    width: 100vw;
    height: 100%;
    right: 267px;
    top: 0;
    transform: translate(100%, 0px);
    border-radius: 30px 0 0 30px;
    background-color: #ec5863;
}

.get-started__content {
    flex: 0 1 48%;
    padding: 0 20px;
}

.get-started__block-text {
    max-width: 410px;
}

.get-started__image {
    flex: 0 1 52%;
    position: relative;
    z-index: 2;
}
.get-started__image img{
    max-width: 100%;
}

.get-started__video {
    flex: 1 1 100%;
    padding: 60px 0 0 20px;
}

.video-get-started {
    display: inline-flex;
    align-items: center;
}

.video-get-started__icon {
    flex: 0 0 44px;
}

.video-get-started__body {
    padding: 0 0 0 12px;
}

.video-get-started__title {
    font-weight: 400;
    font-size: 13px;
    line-height: 126%;
    letter-spacing: 1.3px;
    color: #b0b0b0;
}
.video-get-started__title:not(:last-child){
    padding: 0 0 5px 0;
}

.video-get-started__text {
    font-weight: 400;
    font-size: 9px;
    line-height: 126%;
    letter-spacing: 2.7px;
    text-transform: uppercase;
    color: #000000;
}

/* ======================================================== */
.stay-safe {
    padding: 80px 0;
}

.stay-safe__container {
    display: flex;
    align-items: center;
}

.stay-safe__media {
    flex: 0 1 50%;
    padding: 0 0 0 47px;
}

.stay-save__content {
    flex: 0 1 50%;
}

.stay-safe__block-text {
}

.media-stay-safe {
    width: 373px;
    padding: 56px 0 27px 0;
    text-align: center;
    position: relative;
}

.media-stay-safe__image {
    display: inline-block;
    box-shadow: 2px 4px 32px rgba(0, 0, 0, 0.12);
    border-radius: 16px;
    position: relative;
    width: 61.5%;
}
.media-stay-safe__image img{
    position: relative;
    z-index: 5;
    max-width: 100%;
}
.media-stay-safe__image::after{
    content: "";
    position: absolute;
    bottom: -12px;
    left: 12px;
    width: 206px;
    height: 27px;
    z-index: 2;
    background: rgba(240, 240, 240, 0.49);
    border-radius: 16px;
}

.media-stay-safe__item{
    position: absolute;
    background-color: #ec5863;
    border-radius: 30px;
    width: 77px;
    height: 77px;
}

.media-stay-safe__item_1{
    top: 0;
    left: 0;
    width: 147px;
    height: 147px;
}
.media-stay-safe__item_2{
    bottom: 0;
    left: 33px;
}
.media-stay-safe__item_3{
    bottom: 107px;
    right: 34px;
}

/* ======================================================== */

.experts {
    background-color: #fafbfb;
    padding: 103px 0 116px 0;
}

.experts__container {
}

.experts__statistics {
}

.experts__block-text{
    max-width: 400px;
}

.statistics-experts {
    max-width: 655px;
    margin: 0 auto;
    position: relative;
}

.experts__body{
    display: flex;
    align-items: center;
}

.experts__video{
    flex: 0 1 50%;
    padding: 0 0 30% 0;
    position: relative;
    box-shadow: 0 4px 18px rgba(88, 126, 236, 0.18);
    border-radius: 8px;
    overflow: hidden;
}
.experts__content{
    flex: 0 1 50%;
    padding: 0 20px 0 0;
}

.experts__video iframe{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    object-fit: cover;
}

.statistics-experts__body {
    background-color: #fff;
    box-shadow: 0 2px 24px rgba(88, 126, 236, 0.15);
    border-radius: 16px;
    position: relative;
    z-index: 2;
    margin-bottom: 80px;
}

.statistics-experts__decor {
    position: absolute;
    background-color: #ec5863;
    border-radius: 30px;
}

.statistics-experts__decor__1 {
    width: 65px;
    height: 65px;
    transform: rotate(-30deg);
    bottom: -21px;
    left: -31px;
    border-radius: 16px;
}

.statistics-experts__decor__2 {
    width: 97px;
    height: 97px;
    transform: rotate(30deg);
    top: -40px;
    right: 50%;
}

.statistics-experts__decor__3 {
    width: 128px;
    height: 128px;
    transform: rotate(-30deg);
    right: -55px;
    top: 0;

}

.body-statistics-experts {
    padding: 25px 80px;
    display: flex;
    align-items: center;
}

.body-statistics-experts__item {
    flex: 0 1 25%;
    text-align: center;
}
.body-statistics-experts__item:last-child{
    flex: 0 1 50%;
}

.body-statistics-experts__value {
    font-weight: 700;
    font-size: 36px;
    line-height: 1.2;
    letter-spacing: 1px;
    color: #ec5863;
    margin-bottom: 5px;
}

.body-statistics-experts__text {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 11px;
    line-height: 1.8;
    letter-spacing: 3px;
    color: #000;
}

/* =================================================== */

.healthcare {
    padding: 80px 0 30px 0;
}

.healthcare__container {
}

.healthcare__block-text {
    margin: 0 0 45px 0;
}

.healthcare__items {
    display: flex;
    /*gap: 72px;*/

}

.healthcare__column{
    padding: 0 36px;
    flex: 0 1 33.333%;
    position: relative;
}

.healthcare__item {
}

.item-healthcare {
    height: 100%;
    position: relative;
    z-index: 2;
    background: #fff;
    box-shadow: 0 4px 18px rgba(88, 126, 236, 0.18);
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 36px 17px;
}

.item-healthcare__icon {
    margin: 0 0 58px 0;
}

.item-healthcare__title {
    font-weight: 700;
    font-size: 16px;
    line-height: 138.5%;
    letter-spacing: 1px;
    color: #000;
    margin-bottom: 4px;
}

.item-healthcare__text {
    line-height: 138.5%;
    letter-spacing: 1px;
}

.healthcare__column_1::before,
.healthcare__column_1::after{
    content: "";
    position: absolute;
    background-color: #ec5863;
    border-radius: 16px;
}

.healthcare__column_1::before{
    width: 65px;
    height: 65px;
    bottom: -35px;
    left: 15px;
    transform: rotate(-30deg);
}
.healthcare__column_1::after{
    width: 97px;
    height: 97px;
    top: 35px;
    right: -10px;
    border-radius: 30px;
    transform: rotate(30deg);
}
.healthcare__column_2::after{
    content: "";
    position: absolute;
    background-color: #ec5863;
    width: 127px;
    height: 127px;
    bottom: -35px;
    right: -35px;
    border-radius: 30px;
    transform: rotate(55deg);
}
.healthcare__column_3::after{
    content: "";
    position: absolute;
    background-color: #ec5863;
    width: 65px;
    height: 65px;
    top: -25px;
    right: 10px;
    border-radius: 16px;
    transform: rotate(40deg);
}

/* =================================================================== */
.footer{
    padding: 45px 0;
}
.footer__container{

}
.footer__items{
    display: flex;
    column-gap: 56px;
    row-gap: 20px;
    justify-content: center;
    align-items: center;
}
.footer__item{}