* {
    box-sizing: border-box;
}

@font-face {
	font-family: 'TildaSansWebVF';
	src:
		url('../fonts/tilda-sans_vf.woff2') format('woff2'),
		url('../fonts/tilda-sans_vf.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

html {
    margin: 0;
    overflow-x: hidden;
    height: 100vh;
    position: relative;
    /* overflow-y: hidden; */
}

body {
    min-height: 100%;
    margin: 0;
    position: relative;
    overflow: hidden;
}

a {
    text-decoration: none;
    color: black;
}

h1 {
    color: #003c96;
    font-size: 30px;
    font-family: TildaSansWebVF;
    line-height: 1.55;
    font-weight: 600;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

h2 {
    font-size: 22px;
    font-family: TildaSansWebVF;
    line-height: 1.55;
    font-weight: 500;
}

figure {
    margin: 0;
}

.background {
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    display: flex;
    overflow: hidden;
}

.main {
    display: block;
    position: relative;
    overflow: visible;
    width: 800px;
    min-height: 100vh;
    margin: 0 auto;
}

.container {
    margin: 0 auto;
    padding-top: 150px;
    display: flex;
    flex-direction: column;
    position: relative;
    z-index: 3;
}

.container__header {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.header__upload {
    padding-top: 50px;
}

.header__upload>a>img {
    width: 38px;
    height: 38px;
}

.header_icons {
    display: flex;
    flex-direction: column;
}

.header_icons>img:nth-child(1) {
    width: 135px;
    height: 54px;
    margin-bottom: 20px;
}

.header_icons>img:nth-child(2) {
    width: 200px;
    height: 200px;
    border-radius: 20px;
}

.mail {
   /* color: #ff8562; */
}

.background__figure {
    width: 750px;
    height: 750px;
    position: absolute;
    z-index: 2;
    background-color: red;
    border-radius: 1000px;

}

.figure_blue {
    background-color: #003c96;
    top: -360px;
    left: 35%;
    width: 770px;
    height: 770px;
    transform: translateX(-500px);
}

.figure_yellow {
    background-color: #ffb900;
    top: 600px;
    /* right: 500px; */
    transform: translateX(500px);
}

.figure_green {
    background-color: #00be64;
    z-index: 1;
    top: 250px;
    left: 95%;
}

.container__footer__block {
    display: flex;
    flex-direction: row;
    margin-top: 20px;
}

.footer_icon>img {
    width: 30px;
    height: 30px;
}

.footer__item {
    display: flex;
    flex-direction: column;
    font-size: 16px;
    font-family: TildaSansWebVF;
    font-weight: 500;
    margin-left: 20px;
    margin-top: 5px;
}

.footer__data {
    margin-bottom: 5px;
}


@media screen and (min-width:1536px) and (max-width:1919px) {
    .container {
        padding-top: 50px;
    }

    .figure_blue {
        background-color: #003c96;
        top: -460px;
        left: 35%;
        width: 770px;
        height: 770px;
    }

    .figure_yellow {
        background-color: #ffb900;
        top: 600px;
        right: 20%;
    }

    .figure_green {
        background-color: #00be64;
        z-index: 1;
        top: 250px;
        right: -25%;
    }

    h1 {
        font-size: 30px;
    }

    h2 {
        font-size: 22px;
    }

    a {
        font-size: 18px;
    }
}

@media screen and (min-width:1024px) and (max-width:1535px) {

    .container {
        padding-top: 50px;
    }

    .figure_blue {
        background-color: #003c96;
        top: -500px;
        left: 40%;
        width: 770px;
        height: 770px;
    }

    .figure_yellow {
        background-color: #ffb900;
        top: 550px;
        right: 20%;
    }

    .figure_green {
        background-color: #00be64;
        z-index: 1;
        top: 200px;
        right: -25%;
    }

    h1 {
        font-size: 30px;
    }

    h2 {
        font-size: 22px;
    }

    a {
        font-size: 18px;
    }
}

@media screen and (min-width:768px) and (max-width:1023px) {

    .container {
        padding-top: 100px;
    }

    .figure_blue {
        background-color: #003c96;
        top: -500px;
        left: 40%;
        width: 770px;
        height: 770px;
    }

    .figure_yellow {
        background-color: #ffb900;
        top: 520px;
        right: -5%;
    }
    .header__upload>a>img {
        width: 31px;
        height: 31px;
    }
    .figure_green {
        background-color: #00be64;
        z-index: 1;
        top: 250px;
        right: -25%;
    }

    h1 {
        font-size: 30px;
    }

    h2 {
        font-size: 22px;
    }

    a {
        font-size: 18px;
    }

    .main {
        width: 500px;
    }
}

@media screen and (min-width:500px) and (max-width:767px) {

    .container {
        padding-top: 50px;
    }

    .header__upload>a>img {
        width: 30px;
        height: 30px;
    }

    .header_icons>img:nth-child(2) {
        width: 200px;
        height: 200px;
        border-radius: 20px;
    }
    .figure_blue {
        background-color: #003c96;
        top: -500px;
        left: 40%;
        width: 770px;
        height: 770px;
    }
    .figure_yellow {
        background-color: #ffb900;
        top: 520px;
        right: 10%;
    }
    .header__upload>a>img {
        width: 31px;
        height: 31px;
    }
    .figure_green {
        background-color: #00be64;
        z-index: 1;
        top: 250px;
        left: 80%;
    }


    h1 {
        font-size: 25px;
    }

    h2 {
        font-size: 22px;
    }

    a {
        font-size: 18px;
    }

    .main {
        width: 85%;
    }
}

@media screen and (min-width:375px) and (max-width:500px) {

    .container {
        padding-top: 100px;
    }

    .header__upload>a>img {
        width: 23px;
        height: 23px;
    }

    .header_icons>img:nth-child(2) {
        width: 150px;
        height: 150px;
        border-radius: 20px;
    }

    .background__figure {
        width: 480px;
        height: 480px;
    }

    .figure_blue {
        background-color: #003c96;
        top: -280px;
        left: 62%;
        width: 580px;
        height: 580px;
    }

    .figure_yellow {
        background-color: #ffb900;
        top: 520px;
        right: 180%;
        width: 635px;
        height: 635px;
    }

    .figure_green {
        background-color: #00be64;
        z-index: 1;
        top: 580px;
        left: 0%;
    }

    h1 {
        font-size: 18px;
    }

    h2 {
        font-size: 14px;
    }

    a {
        font-size: 14px;
    }

    .main {
        width: 80%;
    }
}

@media screen and (min-width:320px) and (max-width:374px) {

    .container {
        padding-top: 50px;
    }

    .header__upload>a>img {
        width: 23px;
        height: 23px;
    }

    .header_icons>img:nth-child(2) {
        width: 150px;
        height: 150px;
        border-radius: 20px;
    }

    .background__figure {
        width: 480px;
        height: 480px;
    }

    .figure_blue {
        background-color: #003c96;
        top: -320px;
        left: 65%;
        width: 580px;
        height: 580px;
    }

    .figure_yellow {
        background-color: #ffb900;
        top: 520px;
        right: 180%;
        width: 635px;
        height: 635px;
    }

    .figure_green {
        background-color: #00be64;
        z-index: 1;
        top: 560px;
        left: 0%;
    }

    h1 {
        font-size: 18px;
    }

    h2 {
        font-size: 14px;
    }

    a {
        font-size: 14px;
    }

    .main {
        width: 80%;
    }
}