body, html {
    padding: 0;
    margin: 0;
    position: relative;
    font-size: 24px;
    font-family: DM Sans;
    color: #192347;
    line-height: 1.4;
}


a {
    color: #192347;
    text-decoration: none;
}

.wrapper {
    margin: 0 auto;
    max-width: 1200px;
    width: 100%;
    position: relative;
    padding: 0 15px;
    box-sizing: border-box;
    
}

.head {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100px;
    background: rgba(255,255,255,0);
    z-index: 30;
    transition: all 0.3s;
}

.head.scrolled {
    background: #fff;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.08);
}

.head .wrapper {
    display: flex;
    justify-content: space-between;
    height: 100px;
    align-items: center;
}

.head .logo {
    display: inline-block;
    vertical-align: middle;
    height: 58px;
    width: 212px;
    background: url(images/logo.png) center center no-repeat;
}

.head.scrolled .logo {
    background: url(images/logo_black.png) center center no-repeat;
}


.headmenu {
    display: inline-block;
    vertical-align: middle;
}

.headmenu a {
    font-size: 16px;
    font-weight: 500;
    color: #CDF3F5;
    display: inline-block;
    vertical-align: middle;
    padding-bottom: 9px;
    border-bottom: 1px solid rgba(255,255,255,0);
    transition: all 0.3s;
}

.head.scrolled .headmenu a {
    color: #192347;
}

.headmenu a:hover, .headmenu a.act {
    color: #fff;
    border-color: rgba(255,255,255,1);
}

.head.scrolled .headmenu a:hover, .head.scrolled .headmenu a.act {
    color: #A8D1E7;
    border-color: #A8D1E7;
}


.headmenu .link {
    display: inline-block;
    margin-left: 40px;
    vertical-align: top;
}

.headmenu .submenu {
    display: none;
}

.btn {
    height: 56px;
    background: #FF5E62;
    text-align: center;
    color: #fff;
    line-height: 56px;
    font-size: 20px;
    font-weight: bold;
    border-radius: 6px;
    transition: all 0.3s;
}

.btn:hover {
    background: #EB4B4F;
}

.head .btn {
    display: inline-block;
    vertical-align: middle;
    width: 130px;
}

.head .profile {
    display: inline-block;
    vertical-align: middle;
    font-size: 20px;
    color: #fff;
}

.head .profile a {
    font-size: 20px;
    font-weight: bold;
    color: #fff;
}

.block1 {
    padding-top: 200px;
    background: #192347;
    background-size: cover;
    min-height: 669px;
    box-sizing: border-box;
    position: relative;
}

.block1:before {
    position: absolute;
    right: 0;
    top: 0;
    content: " ";
    display: block;
    background: url(images/bl1top.svg) center center no-repeat;
    width: 952px;
    height: 227px;
    opacity: 0.3;
}

.block1:after {
    position: absolute;
    left: 0;
    bottom: -300px;
    content: " ";
    display: block;
    background: url(images/bl1bot.svg) center center no-repeat;
    width: 378px;
    height: 584px;
    opacity: 0.3;
}

.block1.block__info-page {
    min-height: unset;
    padding-bottom: 50px;
}

.block1 .img {
    position: absolute;
    right: 50px;
    bottom: -90px;
    width: 568px;
}

.block1 .img img {
    width: 100%;
}

.block1 .info {

    max-width: 880px;
    display: block;
    position: relative;
    z-index: 1;
    margin: 0 auto;
}

.block1 .info h1 {
    font-size: 56px;
    font-weight: bold;
    margin: 0 0 90px;
    padding: 0;
    color: #fff;
    text-align: center;
}

.block1 .info h1 span {
    color: #A8D1E7;
}

.block1.block__info-page .info h1 {
    margin-bottom: 0;
}

.block1 .btn {
    width: 173px;
    display: block;
    margin: 0 auto;
}

.block2 {
    padding-top: 90px;
    padding-bottom: 60px;
}

.block2 .logosline {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.block2 .infos {
    padding-top: 95px;
}
.block2 .info {
    text-align: left;
    position: relative;
    margin-bottom: 65px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.block2 .info:nth-child(3) {
    align-items: flex-end;
    margin-bottom: 10px;
} 

.block2 .info .img {
    margin-right: -100px;
}

.block2 .info:nth-child(2n) .img {
    margin-left: -100px;
    margin-right: 0;
}

.block2 .info:last-child {
    text-align: right;
}

.block2 .dopdesc {
    color: #8D8D8D;
    font-size: 24px;
    font-weight: 500;
}

.block2 .dopdesc img {
    display: none;
}

.block2 .info .text {
    max-width: 520px;
    color: #8D8D8D;
    font-size: 24px;
    font-weight: 500;
    display: inline-block;
    text-align: left;
}

.block2 .info .text img {
    display: none;
}

.block2 .info .text .name {
    font-size: 36px;
    font-weight: 500;
    color: #192347;
    margin-bottom: 50px;
    position: relative;
}

.block2 .info .text .name:before {
    position: absolute;
    left: 0;
    bottom: -24px;
    height: 3px;
    width: 120px;
    content: " ";
    display: block;
    background: #22C4EE;
}

.block2 .info .cirs {
    position: absolute;
    right: 0;
    top: 0;
    text-align: right;
}

.block2 .info:last-child .cirs {
    left: 0;
    right: auto;
    text-align: left;
}

.block2 .info .cirs .cir {
    background: #F1EEFF;
    height: 112px;
    width: 112px;
    margin-left: 80px;
    display: inline-block;
    vertical-align: top;
    border-radius: 100%;
}

.block2 .info:last-child .cirs .cir {
    margin-right: 80px;
    margin-left: 0;
}

.block3 {
    padding: 150px 0;
    background: #F5F5F5;
}

.block3 .info {
    display: block;
    width: 860px;
    vertical-align: top;
    margin: 0 auto;
    text-align: center;
}

.block3 .info .circle {
    width: 62px;
    height: 62px;
    border-radius: 100%;
    background: #435682 url(images/quotes.svg) center center no-repeat;
    position: relative;
    margin: 0 auto 33px;
}

.block3 .info .circle:before {
    position: absolute;
    left: -119px;
    top: 30px;
    height: 3px;
    width: 97px;
    background: #22C4EE;
    content: " ";
    display: block;
}

.block3 .info .circle:after {
    position: absolute;
    right: -119px;
    top: 30px;
    height: 3px;
    width: 97px;
    background: #22C4EE;
    content: " ";
    display: block;
}



.block3 .info .text {
    font-size: 24px;
    color: #192347;
    text-align: center;
    margin-bottom: 35px;
    font-weight: 400;
}

.block3 .info .text span {
    font-weight: 500;
}

.block3 .info img {
    display: block;
    margin: 0 auto 25px;
    
}

.block3 .info .name {
    font-size: 24px;
    font-weight: bold;
    color: #192347;
    margin-bottom: 5px;
}

.block3 .info .role {
    font-size: 18px;
    font-weight: 500;
    color: #8D8D8D;
    line-height: 1.1;
}

.block3 .info .site {
    font-size: 18px;
    font-weight: 400;
    color: #A8D1E7;
    line-height: 1.1;
}



.block4 {
    padding: 85px 0;
    
}
.block4 .wrapper {
    position: relative;
}
.block4 .info {
    border-radius: 15px;
    background: #A8D1E7;
    width: 665px;
    height: 520px;
    padding: 35px 90px 35px 45px;
    box-sizing: border-box;
    font-size: 32px;
    font-weight: bold;
    color: #fff;
    position: relative;
}

.block4 .info p {
    margin: 0 0 20px;
    text-shadow: 0px 4px 4px rgba(0,0,0,0.25);
}

.block4 .info img {
    position: absolute;
    right: 20px;
    bottom: 15px;
}
.block4 .wrapper .form {
    width: 445px;
    min-height: 450px;
    background: #fff;
    top: 35px;
    left: 600px;
    border-radius: 15px;
    position: absolute;
    padding: 20px 25px;
    box-sizing: border-box;
    box-shadow: 0px 12px 48px rgba(0, 0, 0, 0.12);
}

.block4 .wrapper .form .success-form {
    display: none;
}

.success-form {
    padding-top: 90px;
    text-align: center;
}

.success-form div {
    font-weight: bold;
    color: #56D696;
    
}

.block4 .title {
    margin-bottom: 15px;
    font-weight: bold;
    font-size: 30px;
    text-align: center;
    color: #0C1A55;
}

.block4 .inprow {
    margin-bottom: 23px;
    
}

.block4 .inprow .err {
    display: none;
    font-size: 10px;
    line-height: 13px;
    color: #FF5E62;
}

.block4 .inprow.haserr .err {
    display: block;
}

.block4 .inprow .text {
    width: 100%;
    height: 50px;
    border: 1px solid #CED5DD;
    box-sizing: border-box;
    border-radius: 6px;
    line-height: 50px;
    padding: 0 13px;
    box-sizing: border-box;
    font-size: 14px;
    color: #000000;
}

.block4 .inprow textarea {
    width: 100%;
    height: 135px;
    border: 1px solid #CED5DD;
    box-sizing: border-box;
    border-radius: 6px;
    line-height: 1.2;
    padding: 10px 13px;
    box-sizing: border-box;
    font-size: 14px;
    color: #000000;
    font-family: DM Sans;
}
.block4 .inprow.haserr textarea, .block4 .inprow.haserr .text {
    border-color: #FF5E62;
}



.block4 .form .btn {
    width: 100%;
    height: 55px;
    line-height: 55px;
    font-weight: bold;
    font-size: 20px;
    color: #fff;
    border: 0;
    border-radius: 6px;
    cursor: pointer;
}


.footer {
    background: #192347;
    padding: 30px 0;
}

.footer .copyright {
    font-size: 12px;
    color: #fff;
    margin-right: 35px;
}

.footer a {
    color: #A8D1E7;
    font-size: 12px;
    margin-right: 20px;
}

.burger {
    display: none;
}

@media only screen and (max-width:1400px) {
    .block2 .info .img {
        margin-right: 0;
    }
    
    .block2 .info:nth-child(2n) .img {
        margin-left: 0;
    }
    
    .block2 .info:nth-child(2n) .text {
        margin-left: 50px;
    }
}

@media only screen and (max-width:1250px) {
    .head-r {
        display: none;
    }
    

    .burger {
        display: block;
        position: absolute;
        right: 20px;
        top: 30px;
        height: 40px;
        width: 40px;
        cursor: pointer;
    }
    
    .burger div {
        height: 3px;
        position: absolute;
        left: 0;
        top: calc(50% - 1px);
        width: 100%;
        background: #fff;
        transition: all 0.3s;
    }
    
    .burger div:before {
        content: " ";
        height: 3px;
        position: absolute;
        left: 0;
        top: -15px;
        width: 100%;
        background: #fff;
        transition: all 0.3s;
    }
    
    .burger div:after {
        content: " ";
        height: 3px;
        position: absolute;
        left: 0;
        top: 15px;
        width: 100%;
        background: #fff;
        transition: all 0.3s;
    }
    
    .scrolled .burger div, .scrolled .burger div:before, .scrolled .burger div:after { 
        background: #000;
    }
    
    .head.scrolled.open .logo {
        background: url(images/logo.png) center center no-repeat;
    }

    .head.open {
        height: 100vh;
    }
    
    .open .burger div:after {
        transform: rotate(45deg);
        top: 0;
        
    }
    
    .open .burger div:before {
        transform: rotate(-45deg);
        top: 0;
    }
    
    .open .burger div {
        background: none;
    }
    
    .head-r {
        display: none;
        position: absolute;
        left: 0;
        top: 100px;
        background: #192347;
        z-index: 2;
        padding: 15px 30px;
        box-sizing: border-box;
        width: 100%;
    }
    
    .open .head-r {
        display: block;
    }
    
    .open.head, .open.head.scrolled {
        background: #192347;
        color: #fff;
        
    }
    
    .open.scrolled .burger div:before, .open.scrolled .burger div:after { 
        background: #fff;
    }


    
    .block1 .info h1 {
        font-size: 40px;
    }
    
    .block1 .img {
        width: 400px;
        bottom: -60px;
    }
    
    .block2 .logosline {
        display: block;
        text-align: center;
        
    }
    
    .block2 .logosline a {
        display: inline-block;
        margin: 0 30px 20px;
        vertical-align: middle;
    }
    

    .block2 .info .img img {
        width: 100%;
    }
    
    .block3 .info {
        width: 100%;
        padding: 0 50px;
        box-sizing: border-box;
    }
    
    .headmenu .link {
        margin-left: 0;
        margin-bottom: 40px;
        display: block;
        position: relative;
    }
    
    .headmenu .link.hassub:before {
        position: absolute;
        content: " ";
        display: block;
        width: 10px;
        height: 6px;
        background: url(images/arr.svg) center center no-repeat;
        top: 14px;
        left: 160px;
        transform: rotate(180deg);
        transition: all 0.3s;
    }
    
    .headmenu .link.hassub.opensub:before {
        transform: rotate(0deg);
    }
    
    .headmenu .link a, .scrolled .headmenu .link a {
        font-size: 24px;
        font-weight: 500;
        color: #fff;
    }
    
    .headmenu .link.hassub.opensub .submenu {
        display: block;
        margin-top: 20px;
    }
    
    .headmenu .link.hassub.opensub .submenu a {
        font-size: 16px;
        font-weight: 500;
        color: #fff;
        display: block;
        margin-top: 10px;
    }
    
    
    
}

@media only screen and (max-width:1000px) {
    .block2 .info .text {
        max-width: 400px;
    }
    
    .block4 .info {
        width: 550px;
        font-size: 25px;
        padding-right: 170px;
    }
    
    .block4 .wrapper .form {
        left: 400px;
        width: 350px;
    }
    
    .block4 .info img {
        right: 125px;
    }

}

@media only screen and (max-width:760px) {
    
    .head {
        height: 56px;
    }
    .head .wrapper {
        height: 56px;
    }
    
    .head .logo {
         width: 134px;
         background-size: 100% auto;
    }
    
    .head.scrolled .logo, .head.scrolled.open .logo {
        background-size: 100% auto;
    }
    
    .burger {
        width: 24px;
        height: 32px;
        top: 12px;
    }
    
    .burger div {
        height: 2px;
    }
    
    .burger div:before {
        height: 2px;
        top: -9px;
    }
    
    .burger div:after {
        height: 2px;
        top: 9px;
    }
    
    
    .block1:before {
        width: 544px;
        height: 113px;
        background-size: auto 100%;
        background-position: right top;
    }
    
    .block1:after {
        width: 172px;
        height: 200px;
        background-size: 100% auto;
        background-position: left top;
        bottom: -90px;
    }

    .block1 {
        min-height: 444px;
        padding-top: 110px;
    }
    
    .block1 .info h1 {
        font-size: 24px;
        padding: 0 15px;
        margin-bottom: 40px;
    }
    
    .btn {
        height: 44px;
        line-height: 44px;
        width: 100%;
        font-size: 16px;
    }
    
    .block1 .btn {
        width: 100%;
    }
    
    .block1 .img {
        width: 244px;
        right: calc(50% - 122px);
    }
    
    .block2 .logosline img {
        height: 22px;
    }
    
    .block2 .logosline a {
        margin: 0 5px 10px;
    } 
    
    .block2 .infos {
        padding-top: 50px;
    }
    
    .block2 .info {
        display: block;
        margin-bottom: 50px;
    }
    
    .block2 .info .text {
        font-size: 14px;
        text-align: center;
        font-weight: 500;
        display: block;
    }
    
    .block2 .dopdesc {
        font-size: 14px;
        text-align: center;
        font-weight: 500;
        display: block;
    }
    
    .block2 .info .text .name {
        font-size: 26px;
    }
    
    .block2 .info .text .name:before {
        left: calc(50% - 60px);
    }
    
    .block2 .info .img {
        text-align: center;
        margin-top: 24px;
        display: none;
    }
    
    .block2 .info .text img {
        display: block;
        width: 240px;
        margin: 24px auto 0;
    }
    
    .block2 .dopdesc img {
        display: block;
        width: 240px;
        margin: 24px auto 0;
    }
    
    .block2 .info:nth-child(2n) .text {
        margin-left: 0;
    }
    
    .block3 {
        padding: 40px 0;
    }
    
    .block3 .info .circle {
        width: 36px;
        height: 36px;
        background-size: 17px auto;
    }
    
    .block3 .info .circle:before {
        top: 16px;
        width: 56px;
        left: -69px;
    }
    
    .block3 .info .circle:after {
        top: 16px;
        width: 56px;
        right: -69px;
    }
    .block3 .info .text {
        font-size: 14px;
    }
    
    .block3 .info {
        padding: 0 15px;
    }
    
    .block3 .info img {
        width: 80px;
    }
    
    .block3 .info .name {
        font-size: 16px;
    }
    
    .block3 .info .role {
        font-size: 12px;
        line-height: 16px;
    }
    
    .block3 .info .site {
        font-size: 12px;
        line-height: 16px;
        display: block;
        margin-top: 4px;
    }
    .block4 {
        padding: 0;
    }
    
    .block4 .wrapper {
        padding: 0;
    }
    
    .block4 .info {
        border-radius: 0;
        padding: 26px 50px 0;
        box-sizing: border-box;
        font-size: 16px;
        text-align: center;
        width: 100%;
        height: auto;
        
    }
    
    .block4 .info img {
        position: relative;
        bottom: 0;
        right: 0;
        margin: 10px auto 0;
        width: 280px;
    }
    
    .block4 .wrapper .form {
        position: relative;
        left: 0;
        top: 0;
        width: calc(100% - 50px);
        margin: -50px auto 30px;
        padding: 16px 12px;
        border-radius: 5px;
        min-height: auto;
    }
    
    .block4 .form .btn {
        height: 44px;
        line-height: 44px;
        font-size: 16px;
    }
    
    .block4 .title {
        font-size: 20px;
    }
    
    .block4 .inprow {
        margin-bottom: 8px;
    }
    
    .block4 .inprow .text {
        height: 34px;
        line-height: 34px;
        border-radius: 5px;
    }
    
    .footer a {
        font-size: 14px;
    }
    
    .footer .copyright {
        font-size: 14px;
        position: absolute;
        left: 15px;
        top: 50px;
    }
    
    .footer {
        padding: 45px 0 85px;
    }
    
}