* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    transition-duration: 0.2s;
}

a {
    color: #264B82;
}

a:hover {
    text-decoration: none;
}

.desktop {
    display: block;
}

.mobile {
    display: none;
}

.redDot {
    background-color: #c71108;
    border-radius: 10px;
    width: 20px;
    height: 20px;
    position: absolute;
    left: 4px;
    top: 5px;
    display: none;
}

.redDot.rd2 {
    left: 454px;
    top: 1568px;
}

.redDot.rd3 {
    left: 757px;
    top: 1567px;
}

.redDot.rd4 {
    left: 1104px;
    top: 1757px;
    z-index: 10;
}

h2 {
    margin: 0;
    padding: 0;
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
    color: #264B82;
}

h3 {
    margin: 0;
    padding: 0;
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 28px;
    color: #DB2B21;
}

h4 {
    margin: 0;
    padding: 0;
    margin-bottom: 24px;
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 28px;

}

html {
    position: relative;
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    font-size: 17px;
    background: #FFFFFF;
    color: #000;
    font-family: 'Open Sans';
    min-width: 1140px;
    min-height: 1140px;
    /*zoom: 1.2;*/

}

body {
    margin: 0;
    padding: 0;
    background-color: #ffffff;
    overflow-x: hidden;
    overflow-y: unset;
    background: url(../img/header.svg?) repeat-x scroll center -1px #ffffff;
    min-height: 3000px;
    height: auto;
}

.blockContent {
    width: 1140px;
    height: 100%;
    margin: auto;
    position: relative;
    margin-top: 0;
}

.button {
    background: #DB2B21;
    display: inline-block;
    padding: 13px 53px;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    color: white;
    text-decoration: none;
}

.logos {
    position: absolute;
    top: 135px;
    left: 54px;
}

.logos img {
    height: 39px;
    margin-right: 12px;
}

.button:hover {
    background: #c71108;
}

.buttonBlue {
    height: 48px;
    background: #FFFFFF;
    border: 1px solid #264B82;
    text-decoration: none;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 18px;
    color: #264B82;
    padding: 13px 38px;
    margin-right: 16px;
}

.buttonBlue:hover {
    background-color: #D4DBE6;
}

.header {
    position: relative;
    height: 659px;
}

.logo {
    margin-left: 52px;
    margin-top: 40px;
    width: 208px;
    float: left;
}

.logoTA {
    float: right;
    margin-top: 40px;
    width: 122px;
    mix-blend-mode: multiply;
    z-index: 1000;
    position: relative;
}

.menu {
    float: right;
    margin-top: 52px;
    width: 23px;
    mix-blend-mode: multiply;
    margin-left: 18px;
    z-index: 1000;
    position: relative;
}

.headerMainImage {
    width: 587px;
    top: 22px;
    position: absolute;
    right: 50px;
}

.headerStat {
    width: 372px;
    position: absolute;
    top: 305px;
    right: 0;
}

.header .pub {
    position: absolute;
    width: 522px;
    left: 52px;
    top: 230px;

    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
}

.header .pub h1 {
    font-style: normal;
    font-weight: 600;
    font-size: 52.49px;
    line-height: 55px;
    display: flex;
    align-items: center;
    color: #264B82;
    margin-top: 0;
    margin-bottom: 20px;
}


.header .pub .button {
    margin-top: 30px;
}

.section {
    min-height: 3760px;
}

.line1 {
    position: absolute;
    top: 0px;
    left: 0;
    z-index: 0;
}


.line2 {
    position: absolute;
    top: 1563px;
    right: 24px;
    z-index: 1;
}

.line3 {
    position: absolute;
    top: 1751px;
    right: 12px;
    z-index: 2;
}

.block {
    margin-left: 52px;
    position: inherit;
    z-index: 1;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    /* or 150% */
    color: #000000;
}

.blockShadow {
    background: #FFFFFF;
    /* Drop Shadow */
    box-shadow: 0px 11px 70px rgba(38, 75, 130, 0.2);
    border-radius: 24px;

    width: 1080px;
    min-height: 100px;
    margin-left: 57px;

    position: inherit;
}

.block1 {
    height: 316px;
}

.block1 .flex {
    display: flex;
    width: 820px;
}

.block1 .flexChild {
    text-align: left;
    padding: 24px 0;
    width: 50%;
    display: flex;
    flex-flow: column;
}

.block1 .flexChild:first-child {
    margin-right: 60px;
}

.block1 .flexChild .elem {
    padding-left: 44px;
    padding-bottom: 26px;
    position: relative;
}

.block1 .flexChild .elem::before {
    content: url('../img/listDot.svg');

    width: 50px;
    height: 50px;
    position: absolute;
    top: 0;
    left: 0;
}

.block2 {
    height: 316px;
}

.block2 p {
    display: block;
    width: 764px;
    margin-bottom: 34px;
}

.block2 .block2Img {
    position: absolute;
    top: -190px;
    right: 0;
}

.block3 {
    height: 350px;
    margin-bottom: 62px;
}

.block3 .image {
    position: absolute;
    top: 50px;
    left: 68px;
}

.block3 .text {
    padding-top: 100px;
    margin-left: 329px;
    width: 379px;
}

.block3 .bList {
    position: absolute;
    top: 56px;
    left: 673px;
}

.block3 .bLi {
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 18px;
    text-decoration-line: underline;
    color: #264B82;

    position: absolute;
    left: 728px;
    top: 62px;
    text-decoration: none;

    border-bottom: 1px solid #264B82;
}

.block3 .bLi:hover
{
    border-bottom: 0px;
}

.block3 .bLi2
{
    top: 122px;
}

.block3 .bLi3
{
    top: 183px;
}

.block3 .button {
    position: absolute;
    right: 80px;
    bottom: 50px;
}

.block4 {
    padding-bottom: 28px;
}

.block4 .flex {
    display: flex;
}

.block4 .flex .item {
    padding-left: 50px;
    display: block;
    width: 33%;
}

.block4 .flex .item img {
    margin-top: 30px;
    margin-bottom: 22px;
    width: 162px;
}

.buttonMiddle {
    left: -67px;
    top: 43px;
    margin-left: 50%;
    position: relative;
    padding-right: 39px;
    background: #FFFFFF;
    border: 1px solid #264B82;
    width: 225px;
    display: block;
    text-align: center;
}

.block5 {
    margin-top: 128px;
    height: 172px;
}

.block5 img {
    position: absolute;
    top: -80px;
    left: 85px;
}

.block5 .text {
    width: 350px;
    position: absolute;
    left: 340px;
    top: 20px;
}

.block5 p {
    margin-top: 10px;
}

.block5 .buttonBlue {
    position: absolute;
    right: 75px;
    top: 60px;
}


.block6 {
    margin-top: 37px;
    height: 280px;
}

.block6 .image {
    position: absolute;
    right: 46px;
    bottom: 20px;
}

.block6 .text {
    font-size: 16px;
    position: absolute;
    width: 450px;
    left: 73px;
    top: 30px;
}

.block6 p {
    margin-bottom: 42px;
}

.block6 .buttonBlue {
    margin-top: 28px;
}

.block7 {
    margin-top: 42px;
    height: 318px;
}

.block7 .image {
    position: absolute;
    left: -40px;
    top: 26px;
    width: 350px;
}

.block7 .text {
    font-size: 16px;
    position: absolute;
    width: 655px;
    right: 68px;
    top: 41px;
}

.block7 .buttonBlue {
    float: right;
    margin-top: 50px;
}

.block7 p {
    margin-bottom: 32px;
}

.block8 {
    margin-top: 42px;
    height: 280px;
}

.block8 .image {
    position: absolute;
    right: 90px;
    bottom: 42px;
}

.block8 .text {
    position: absolute;
    left: 73px;
    top: 40px;
    width: 650px;
    font-size: 16px;
}

.block8 p {
    margin-bottom: 32px;
}


.blockAdv {
    margin-top: 35px;
    z-index: 10;
}

.blockAdv h2 {
    margin-bottom: 22px;
}

.blockLast {
    margin-top: 42px;
    margin-bottom: 10px;
    height: 350px;
}

.blockLast .text {
    position: absolute;
    left: 73px;
    top: 40px;
    width: 650px;
    font-size: 16px;
}

.blockLast span {
    position: absolute;
    left: 0;
    font-weight: bold;
    top: 221px;
    bottom: 20px;
    color: #264B82;
    font-size: 15px;
    max-width: 350px;
    text-align: center;
}

.blockLast .image {
    position: absolute;
    right: 72px;
    bottom: 60px;
}

.blockLast .button
{
    position: absolute;
    left: 0;
}


.blockLast p {
    margin-bottom: 32px;
}

.blockAdv img {
    width: 100%;
}

.footer {
    padding: 50px 0 34px;
}

.footer span
{
    position: absolute;
    right: 206px;
    top: 5px;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 24px;
    color: #7F8792;
    mix-blend-mode: normal;
}

.logoFooter {
    width: 180px;
    float: right;
}

video {
    width: 1090px;
}