@media screen and (max-width: 1440px) {
 
.ServiceSection_right_center {
    width: auto;
    margin: 0px 75px;
    /* background-color: red; */
    margin-top: 130px;
    /* margin-right: 53px; */
}
.ServiceSection_hiddenContent.show {
    overflow: auto;
    height: 430px;
    position: relative;
    display: block;
    z-index: 222;
    width: calc(100% + 24px);
}
h1.ServiceSection_title, h1.h1 {
    font-size: 37px;
    font-family: MSblack;
    line-height: 35px;
    color: #333333;
    margin-top: 0px;
    margin-bottom: 30px;
    padding-right: 20px;
}
.typePage {
    margin-top: -40px;
    height: 510px !important;
}

h3.nameDOC {
    font-size: 34px;
    font-family: Rthin;
    margin-top: -30px;
    margin-bottom: 15px;
    letter-spacing: 1px;
}




.mainNewHeader_left {
    width: 360px;
    height: 100%;
    /* background-color: red; */
    position: relative;
    z-index: 3;
}

.mainNewHeader_right {
    position: relative;
    z-index: 22;
}

.mainNewHeader_right_title {
    font-family: MSlight;
    color: white;
    font-size: 62px;
    text-align: left;
    -webkit-font-smoothing: antialiased;
    margin-left: 24px;
    margin-top: 50px;
}
a.mainNewHeader_right_more {
    width: 210px;
    height: 52px;
    box-sizing: border-box;
    border: 1px solid rgba(255, 255, 255, 0.50);
    display: block;
    left: 50%;
    position: relative;
    margin-left: -105px;
    margin-top: 37px;
    display: block;
    text-align: center;
    line-height: 49px;
    border-radius: 52px;
    text-decoration: none;
    color: white;
    font-size: 13px;
    font-family: Rbold;
    text-transform: uppercase;
    padding-right: 29px;
    background-image: url(../f/moreArrWhite.svg);
    background-repeat: no-repeat;
    transition: all ease 0.25s;
    background-position: 153px 18px;
}













}