html {
    box-sizing: border-box;
  }
  
*,
*::before,
*::after {
    box-sizing: inherit;
}

:root {
    --first-color: #FFFFFF;
    --second-color: #000000;
    --third-color:   #F4F7FC;
    --fourth-color:#DFE7F2;
    --fifth-color:   #8FA4C3;
    --sixth-color: #586C91;
    --seventh-color: #26457C;
    --eighth-color: #283347;  
}

@font-face {
    font-family: 'Futura PT';
    src: url('fonts/FuturaPTBold.eot');
    src: url('fonts/FuturaPTBold.eot') format('embedded-opentype'),
        url('/font/FuturaPTBold.woff2') format('woff2'),
        url('/font/FuturaPTBold.woff') format('woff'); 
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Futura PT';
    src: url('fonts/FuturaPTMedium.eot');
    src: url('fonts/FuturaPTMedium.eot') format('embedded-opentype'),
        url('/font/FuturaPTMedium.woff2') format('woff2'),
        url('/font/FuturaPTMedium.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
	font-family: 'Montserrat';
	src: url('/font/MontserratRegular.eot');
	src: local('Montserrat Regular'), local('Montserrat-Regular'),
        url('/font/MontserratRegular.woff2') format('woff2'),
        url('/font/MontserratRegular.woff') format('woff');
	font-weight: normal;
	font-style: normal;
    font-display: swap;
}


@font-face {
	font-family: 'Montserrat';
	src: url('font/MontserratBold.eot');
	src: local('Montserrat Bold'), local('Montserrat-Bold'),
		url('/font/MontserratBold.woff2') format('woff2'),
        url('/font/MontserratBold.woff') format('woff');
	font-weight: bold;
	font-style: normal;
    font-display: swap;
}


a {
    color: inherit;
    text-decoration: none;
}

img {
    max-width: 100%;
}

body {
    font-family: 'Roboto', sans-serif;
}

.body-wraper{
    overflow: hidden;
    width: 100%;
    position: relative;
}



/* glob */
.list-reset {
    margin: 0;
    padding: 0;
    list-style: none;
}

.btn-reset {
    padding: 0;
    border: none;
    outline: none;
    background-color: transparent;
    cursor: pointer;
}

.flex {
    display: flex;
}

.container {
    max-width: 1180px;
    padding: 0 10px;
    margin: 0 auto;
    font-family: 'Montserrat', sans-serif;
}


.section-title {
    margin: 0;
}

.section-descr {
    margin: 0;
}

.section-offset {
    padding: 180px 0 0 0;
}


/* header */
.hero{
    width: 100%;
    position: relative;
    overflow: hidden;
}

.hero:before{
    content: '';
    display: block;
    height: 200vh;
    width: 200vh;
    background: radial-gradient(50% 50% at 50% 50%, rgba(15, 61, 130, 0.3) 0%, rgba(15, 61, 130, 0) 77.08%);
    position: absolute;
    top: -50vh;
    right: -50vh;
    z-index: -1;
}

.header__card{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 26px 0 0 0;
    margin-bottom: 140px;
}

.header__link-logo{
    font-family: 'Futura PT';
    font-style: bold;
    font-weight: 700;
    font-size: 25px;
    line-height: 17px;
    color: var(--second-color);
}

.header__btn {
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 17px;
    color: var(--eighth-color);  
}

.hero__info-card{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    padding-bottom: 244px;

}

.hero__title{
    margin-bottom: 40px;
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 41px;
    color: var(--second-color);
}

.hero__text{
    margin-bottom: 40px;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    color: var(--second-color);
}

.hero__btn{
    margin-bottom: 320px;
    padding: 15px 41px;
    font-weight: 700;
    font-size: 16px;
    line-height: 17px;
    color: var(--first-color);
    background-color: var(--eighth-color);
    border-radius: 59px;
}

.hero__img-card{
    display: flex;
    align-items: center;
    flex-direction: column;
}

.hero__img{
    width: 670px;
    height: 410px;
    background: transparent url("../img/hero.svg") no-repeat center center;

}

/* article */
.article{
    padding: 95px 0;
    background-color: var(--fourth-color);
}

.article__container {
    padding: 86px 73px 137px 73px;
    background-color: var(--first-color);
    box-shadow: 0px 4px 50px rgba(40, 51, 71, 0.31);
    border-radius: 14px;
}

.article__title {
    margin-bottom: 75px;
    font-weight: 700;
    font-size: 32px;
    line-height: 41px;
    text-align: center;
    color: var(--second-color);
}

.article__list{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr ;
    column-gap: 136px;
}

.article__item{

    padding-top: 175px;
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    color: var(--second-color);
}

.article__item-schedule{
    background: transparent url("../img/bar_chart_wire.svg") no-repeat;
    background-position: top center;
    background-size: 157px 147px;
}

.article__item-circle{
    background: transparent url("../img/pie_chart_wire.svg") no-repeat;
    background-position: top center;
    background-size: 157px 147px;
}

.article__item-table{
    background: transparent url("../img/table_chart_wire.svg") no-repeat;
    background-position: top center;
    background-size: 157px 147px;
}


/* offer */

.offer{
    background-color: var(--eighth-color);
}

.offer__container{
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 96px 0;
}

.offer__title{
    margin-bottom: 23px;
    font-weight: 600;
    font-size: 32px;
    line-height: 41px;
    color: var(--first-color);
}

.offer__descr{
    margin-bottom: 61px;
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    color: var(--first-color);
}

.offer__btn{
    padding: 14px 40px;
    font-weight: 700;
    font-size: 16px;
    line-height: 17px;
    color: var(--eighth-color);
    background-color: var(--first-color);
    border-radius: 59px;
}

/* info */

.info{
    padding: 106px;
    /* background: var(--fourth-color); */
    height: 100%;
    width: 100%;
    position: relative;
    overflow: hidden;
    backdrop-filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
}

.info:before{
    content: '';
    display: block;
    height: 700vh;
    width: 700vh;
    background: radial-gradient(50% 50% at 50% 50%, rgba(15, 61, 130, 0.3) 0%, rgba(15, 61, 130, 0) 77.08%);
    position: absolute;
    top: -400vh;
    right: -300vh;
    z-index: -1;
}

.info__container{
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 64px 83px 87px 90px;
    background: var(--first-color);
    box-shadow: 0px 4px 50px rgba(40, 51, 71, 0.31);
    border-radius: 14px;
}



.info__title{
    margin-bottom: 73px;
    font-weight: 600;
    font-size: 32px;
    line-height: 41px;
    text-align: center;
    color: var(--second-color);
}

.info__card{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr ;
    column-gap: 69px;
    margin-bottom: 55px;
}

.info__item{
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    color: var(--second-color);
}

.info__btn{
    padding: 14px 50px;
    width: 361px;
    font-weight: 700;
    font-size: 16px;
    line-height: 17px;
    text-align: center;
    color: var(--first-color);
    border-radius: 59px;   
}

.info__btn-left{
    margin-right: 46px;
    background: var(--sixth-color);
}

.info__btn-right{
    background: var(--eighth-color);
}


/* report */
.report{
    height: 100%;
    width: 100%;
    position: relative;
    overflow: hidden;
}

.report:before{
    content: '';
    display: block;
    height: 100vh;
    width: 260vh;
    background: radial-gradient(50% 50% at 50% 50%, rgba(15, 61, 130, 0.3) 0%, rgba(15, 61, 130, 0) 77.08%);
    position: absolute;
    top: -20vh;
    right: -95vh;
    z-index: -1;
}


.report__container{
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 114px 0 127px 0;
}

.report__tite {
    margin-bottom: 44px;
    font-weight: 600;
    font-size: 32px;
    line-height: 41px;
    text-align: center;
    color: var(--second-color);
}

.report__descr{
    margin-bottom: 57px;
    width: 547px;
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    color: var(--second-color);
}

.report__btn{
    padding: 14px 50px;
    width: 361px;
    font-weight: 700;
    font-size: 16px;
    line-height: 17px;
    text-align: center;
    color: var(--first-color);
    border-radius: 59px;   
}

.report__btn-left{
    margin-right: 46px;
    background: var(--sixth-color);
}

.report__btn-right{
    background: var(--eighth-color);
}


/* promotion */
.promotion{
    background-color: var(--eighth-color);
}

.promotion__container{
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 95px 0 98px 0;
}

.promotion__title{
    margin-bottom: 23px;
    font-weight: 600;
    font-size: 32px;
    line-height: 41px;
    text-align: center;
    color: var(--first-color);
}

.promotion__descr{
    margin-bottom: 61px;
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    color: var(--first-color);    
}

.promotion__btn{
    padding: 15px 41px;
    font-weight: 700;
    font-size: 16px;
    line-height: 17px;
    color: var(--eighth-color);
    background: var(--first-color);
    border-radius: 59px;
}

/* footer */
.footer{
    background-color: var(--second-color);
}

.footer__container {
    display: flex;
    align-items: center;
    padding: 91px 120px 109px 120px;
}

.footer__descr{
    /* width: 225px; */
    /* height: 110px; */
    font-weight: 600;
    font-size: 13px;
    line-height: 22px;
    color: var(--first-color);
}

.footer__descr-left{
    width: 225px;
}

.footer__item-img{
    margin-right: 20px;
    width: 115px;
    height: 88px;
    background: transparent url("../img/footer_image.svg") no-repeat;
}

.footer__descr:not(:last-child){
    margin-right: 89px;
} 