@font-face {
    font-family: "TTN";
    src: url("/plus/mcs/fonts/TT_Norms_Pro_Regular.otf") format("truetype");
    font-style: normal;
    font-weight: 500;
}

@font-face {
    font-family: "TTN";
    src: url("/plus/mcs/fonts/TT_Norms_Pro_Bold.otf") format("truetype");
    font-style: normal;
    font-weight: bold;
}

@font-face {
    font-family: "TTN";
    src: url("/plus/mcs/fonts/TT_Norms_Pro_Light.otf") format("truetype");
    font-style: normal;
    font-weight: 100;
}

@font-face {
    font-family: "TTN";
    src: url("/plus/mcs/fonts/TT Norms_Pro_Medium.otf") format("truetype");
    font-style: normal;
    font-weight: 600;
}

/* RESET */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}

html {
    min-width: 640px;
}

body {
    line-height: 1;
}

html, body {
    width: 100%;
    min-height: 1000px;
    font-family: TTN, sans-serif;
    background-color: #f5f5f5;
}

.menu_cake
{
    display: none;
}


ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none;
}

.speak1
{
    background-image: url(../img/speak1.png);
    width: 100%;
    height: 300px;
    box-sizing: border-box;
    color: white;
    font-size: 24px;
    padding: 50px 230px;
    margin-bottom: 50px;
}

.speak1 p
{
    color: white !important;
}

.speak2
{
    background-image: url(../img/speak2.jpg?2);
    max-width: 783px;
    height: 326px;
    box-sizing: border-box;
    color: white;
    font-size: 24px;
    padding: 60px 70px 0 380px;
    margin-bottom: 50px;
}

.speak2 p
{
    color: white !important;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

header
{
    width: 100%;
    min-height: 450px;
    background: url("../img/article_bg.jpg") no-repeat top center #140a46;
}

.logo_mcs {
    position: absolute;
    top: 20px;
    left: 0px;
}

.logo_mcs img {
    width: 100px;
}

.logo_ta {
    position: absolute;
    top: 20px;
    right: 0px;
}

.logo_ta img {
    width: 135px;
}

.clear
{
    clear: both;
}

.content
{
    max-width: 1180px;
    margin: auto;
    position: relative;
    color: white;
    border-top: 1px solid transparent;
    padding: 0;
    font-weight: 600;
}


.content2
{
    max-width: 1440px;
    margin: auto;
    position: relative;
    color: white;
    border-top: 1px solid transparent;
    padding: 0;
    font-weight: 600;
}

sub{
    font-size: 20px;
}

hr
{
    background: none;
    border: 0;
    height: 11px;
    width: 100%;
}

header
{
    box-sizing: border-box;
    padding-bottom: 70px;
}

header h2
{
    margin-top: 310px;
    font-size: 42px;
    margin-bottom: 30px;
    font-weight: 600;
}

header h1
{
    margin-top: 30px;
    font-size: 55px;
    margin-bottom: 30px;
    max-width: 82%;
    font-weight: 500;
    line-height: 1.2;
}

header .back
{
    color: #b0a3fd;
    font-size: 20px;
    position: absolute;
    top: 175px;
    text-transform: lowercase;
    display: inline-block;
    text-decoration: none;
    font-weight: normal;
    padding-left: 33px;
}

header .back::before
{
    content:" ";
    background-image: url(../img/back.png);
    width: 13px;
    height: 20px;
    position: absolute;
    left: 0px;

}

header .label
{
    background-color: #ffcf4d;
    padding: 10px 15px;
    color: black;
    font-size: 20px;
    position: absolute;
    top: 232px;
    text-transform: lowercase;
}

header .desc
{
    font-size: 24px;
    font-weight: 500;
    line-height: 1.4;
}

header .foto
{
    float: right;
    margin-left: 50px;
    margin-top: 244px;
    max-width: 180px;
}

.article
{
    margin: 35px 0 45px 0;
}

.article .content
{
    color: black;
    font-weight: 500;
    display: flex;
}



.article p
{
    margin: 0 0 18px 0;
    font-size: 20px;
    color: black;
    line-height: 1.4;

}

.article p strong, .article p b
{
    font-size: 24px;
    font-weight: 600;
}

.left_column
{
}

.left_column h2
{   
    margin-top: 40px;
    font-size: 42px !important;
    font-weight: 600;
    margin-bottom: 38px;
}

.left_column h2:first-child
{
    margin-top: 0;

}

.left_column h2 strong
{   
    font-weight: 600;

}

.left_column img 
{
    width: 100% !important;
    height: auto !important;
}

.left_column .sigh
{
    text-align: right;
    font-size: 20px;
    margin-top: 25px;
    margin-bottom: 50px;
}


blockquote
{
    padding-left: 40px;
    position: relative;
    font-size: 24px;
    line-height: 1.2;
    margin-top: 40px;
    margin-bottom: 50px;
}

blockquote p
{
    font-size: 24px !important;
}

blockquote::before
{
    content: " ";
    width: 2px;
    height: 97%;
    background-color: #060128;
    position: absolute;
    left: 0;
    top: 0;
}

blockquote p
{
    margin-bottom: 25px !important;    
}

blockquote p sub
{
    margin-top:-15px;
    font-size: 20px;
}

.autor
{
    position: relative;
    padding-left: 50px;
    font-size: 13px;
    margin-top: 20px;
    float: left;
}

.autor::before
{
    content: " ";
    background-color: #ff2a79;
    width: 30px;
    height: 30px;
    position: absolute;
    left: 0;
    top: -10px;
    border-radius: 0 10px 0 10px ;
}

.right_column
{
    width: 400px;
    margin-left: 30px;
    position: relative;
}

.right_column .block
{
    width: 380px;
    height: 510px;
    background-color: #180e48;
    float: right;
    color: white;
    box-sizing: border-box;
    padding: 42px;
    border-radius: 0 30px 0 30px;
    line-height: 1.2;
}

.right_column .block2
{
    position: sticky;
    top: 10px;
}

.up
{
    display: none;
    position: fixed;
    bottom: 20px;
    float: right;
    cursor: pointer;
    margin-left: 330px;
}

.right_column .block .title
{
    font-size: 24px;
    margin-bottom: 30px;
    font-weight: 600;
}

.right_column .block .desc
{
    font-size: 19px;
    font-weight: 500;
    margin-bottom: 30px;
}

.right_column .block .button
{
    display: inline-block;
    background-color: #ff2a79;
    border-radius: 0 20px 0 20px;
    color: white;
    font-weight: 600;
    font-size: 18px;
    text-decoration: none;
    box-sizing: border-box;
    width: 250px;
    height: 50px;
    padding-top: 14px;
    text-align: center;
    margin: 25px auto 0px 10px;
}

.right_column .block .button:hover
{
    text-decoration: underline;
}

.footer_blocks .content
{
    margin-top: 100px;
    margin-bottom: 175px;
    color: black !important;
}

.footer_blocks .content h2
{
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 50px;
}

.footer_blocks .content .list
{
    display: flex;
}

.footer_blocks .content .list .block
{
    background-color: white;
    width: 33%;
    height: 555px;
    margin-right: 20px;
    position: relative;
}

.footer_blocks .content .list .block .img
{
    width: 100%;
    height: 200px;
    background-size: cover;
}

.footer_blocks .content .list .block .label
{
    position: absolute;
    top: 178px;
    box-sizing: border-box;
    background-color: #ffcf4d;
    border-radius: 0 10px 0 10px;
    font-weight: 500;
    padding: 15px;
    left: 35px;
}

.footer_blocks .content .list  .block:first-child
{
    border-radius: 0 0 0 30px;

}

.footer_blocks .content .list  .block:last-child
{
    margin-right: 0;
    border-radius: 0 30px 0 0;
}

.footer_blocks .content .list .block .text
{
    height: 270px;
    overflow: hidden;
    padding: 35px;
    position: relative;
}

.footer_blocks .content .list .block .text span
{
    font-size: 11px;
    font-weight: 600;
    margin-top: 15px;
    color: #979797;
    text-transform: uppercase;
    display: block;
    margin-bottom: 25px;
}

.footer_blocks .content .list .block .text a
{
    display: block;
    color: black;
    line-height: 1.4;
    font-size: 23px;
    font-weight: 600;
    text-decoration: none;
    max-height: 220px;
    overflow: hidden;
}

.footer_blocks .content .list .block .text a:hover
{
    color: #4a35be;
    text-decoration: underline;

}

.footer_blocks .content .list .block .text div
{
    position: absolute;
    bottom: 20px;
    left: 35px;
    font-size: 15px;
    color: #737888;
}

.share
{
    float: right;
    margin-top: 0px;
}

.infog .share
{
    float: left;
    margin-top: 50px;
}

.share a
{
    display: inline-block;
    margin-left: 11px;
    width: 43px;
    height: 43px;
    background-image: url("../img/wa.png");
}

.share a:first-child
{
    margin-left: 0;
}

.share a.fb
{
    background-image: url("../img/fb.png");
}

.share a.fb:hover
{
    background-image: url("../img/fba.png");
}

.share a.vk
{
    background-image: url("../img/vk.png");
}

.share a.vk:hover
{
    background-image: url("../img/vka.png");
}

.share a.tw
{
    background-image: url("../img/tw.png");
}

.share a.tw:hover
{
    background-image: url("../img/twa.png");
}

.share a.tel
{
    background-image: url("../img/tel.png");
}

.share a.tel:hover
{
    background-image: url("../img/tela.png");
}

.share a.wa
{
    background-image: url("../img/wa.png");
}

.share a.wa:hover
{
    background-image: url("../img/waa.png");
}

.img_desktop
{
    width: 100%;
}

.img_mobile
{
    display: none;
}

.opacity2 {
    background-color: black;
    opacity: 0.65;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    z-index: 100;
    display: none;
}

.close2
{
    position: absolute;
    padding: 15px;
    width: 14px;
    right: 18px;
    top: 18px;
    cursor: pointer;
}

.close2:hover
{
    -webkit-transform: rotate(22deg); 
    -ms-transform: rotate(22deg);
    transform: rotate(22deg);}


.fade_banner
{
    position: fixed;
    top: 200px;
    z-index: 1000;
    width: 100%;
    max-width: 1180px;
    display: none;
}

.fade_banner::hover
{
    opacity: 0.95;
}

@media screen and (max-width:640px) {

    html {
        min-width: 640px;
        min-height: 1136px;
    }

    body
    {
        min-width: 640px;
        height: 100%;
        font-size: 32px;

    }

    .logo_mcs img {
        width: 160px;
    }

    .logo_ta {
        position: absolute;
        top: 36px;
        left: 242px;
    }

    .logo_ta img {
        width: 180px;
    }    

    .menu 
    {
        display: none;
        height: 1140px;
        position: fixed;
    }

    .close {
        margin: 40px auto 50px 243px;
        display: block;
    }

    header
    {
        padding: 30px 30px 80px 30px;
        background-size: cover;
        font-size: 32px;
    }

    header .foto
    {
        margin-top: 150px;
        width: 280px;
    }


    header .label
    {
        display: none;
    }

    header h1 {
        max-width: 90%;
        font-size: 56px;
    }

    header h2 {
        margin-top: 300px;
        font-size: 40px;

    }    

    header .desc {
        font-size: 32px;
    }

    .article
    {
        padding: 60px 30px 30px 30px;
        margin-top: 0;
        margin-bottom: 0;
        padding-bottom: 80px;
        background-color: white;
    }

    .article .content
    {
        display: block;
    }

    .article p strong, .article p b {
        font-size: 32px;
    }

    .article p
    {
        font-size: 32px;
    }

    

    blockquote::before
    {
        width: 4px;
    }

    .content
    {
        
    }


    .menu_cake
    {
        display: block;
        cursor: pointer;
        position: absolute;
        right: 30px;
        top: 36px;
    }

    sub
    {
        font-size: 24px !important;
    }

    blockquote p sub
    {
        font-size: 24px !important;

    }

    blockquote p
    {
        font-size: 32px !important;
    }
       

    .speak1, .speak2
    {
        background-image: none;
        width: 100%;
        height: unset;
        color: black;
        font-size: 32px;
        padding: 0;
        position: relative;
        margin-bottom: 50px;
        line-height: 1.2;
        padding-left: 40px;
    }
    
    
    .speak1 p, .speak2 p
    {
        font-size: 32px !important;
    }
    
    .speak1::before, .speak2::before
    {
        content: " ";
        width: 4px;
        height: 97%;
        background-color: #060128;
        position: absolute;
        left: 0;
        top: 0;
    }


    .right_column
    {
        margin-top: 80px;
        width: 100%;
        margin-left: 0;
        margin-bottom: 0;
    }    

    .right_column .block
    {
        width: 100%;
        height: 922px;
        padding: 50px;
    }

    .right_column .block img
    {
        width: 100%;
        height: auto;
    }


    .right_column .block .title
    {
        font-size: 40px;
        margin-bottom: 60px;
    }

    .right_column .block .desc
    {
        font-size: 34px;
        margin-bottom: 0;
    }    

    .right_column .block .button
    {
        margin-top: 80px;
        width: 476px;
        height: 100px;
        padding-top: 30px;
        font-size: 32px;

    }

    .footer_blocks
    {
        padding: 30px;
        margin-bottom: 230px;

    }

    .footer_blocks .content
    {
        margin-top: 80px;
    }

    .footer_blocks .content .list .block
    {
        display: none;
    }

    .footer_blocks .content .list .block:first-child
    {
        display: block;
        width: 100%;
        margin: 0; 
        background-color: transparent;
    }

    .footer_blocks .content h2
    {
        font-size: 44px;
    }

    .footer_blocks .content .list .block .label
    {
        top: 364px;
    }
    .footer_blocks .content .list .block .text span
    {
        font-size: 22px;
        margin-top: 30px;
    }

    .footer_blocks .content .list .block .img
    {
        border-radius: 0 30px 0 30px;
        width: 100%;
        height: 400px;
    }

    .footer_blocks .content .list .block .text {
        height: 320px;

    }

    .footer_blocks .content .list .block .text a
    {
        font-size: 32px;
    }

    .footer_blocks .content .list .block .text div
    {
        font-size: 30px;
        font-weight: 500;
    }

    .autor
    {
        font-size: 24px;
    }

    .up
    {
        display: none;
    }

    header .back
    {
        font-size: 26px;
    }

    header .back::before
    {
        top: 7px;
    }

    .img_desktop
    {
        display: none;
    }

    .img_mobile
    {
        width: 100%;
        display: block;
    }

    .infog .share
    {
        margin-left: 15px;
    }

    .fade_banner
    {
        top: 140px;
    }

    .fade_banner .img_mobile
    {
        width: 580px !important;
        margin-left: 30px;
        min-width: 380px;
    }

    .fade_banner .close2
    {
        width: 24px;
        right: 44px;
        top: 14px;
    }
}