
	/* Плавное исчезновение */
.style_page_new.fade-out {
    opacity: 0;
    transition: opacity 0.7s ease;
}

/* Плавное появление */
.style_page_new.fade-in {
    opacity: 1;
    transition: opacity 0.7s ease;
}


.style_page_new {
    /* padding-top: 180px; */
    padding-bottom: 180px;
}

.style_page_new .container_page {
    width: 100%;
    max-width: 1408px;
    margin: auto;
}

.style_page_new .container_page .head_blocks {
    display: flex;
    flex-flow: wrap;
    justify-content: space-between;
    align-items: end;
}

.style_page_new .container_page .head_blocks .text {
    color: rgb(42, 42, 42);
    font-family: Montserrat;
    font-size: 24px;
    font-weight: 400;
    line-height: 25px;
    letter-spacing: 7.0px;
    text-align: center;
    text-transform: uppercase;
    margin-right: 36px;
}

.style_page_new .container_page .head_blocks .block_div {
    position: relative;
    width: 100%;
    max-width: 553px;
    height: 160px;
}

.style_page_new .container_page .head_blocks .block_div .background {
    display: block;
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background-color: #ffffff8f;
    z-index: 1;
    top: 0px;
    right: 0px;
}

.style_page_new .container_page .head_blocks .block_div a {
    display: block;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
}

.style_page_new .container_page .head_blocks .block_div a span {
    display: flex;
    align-items: center;
    position: absolute;
    z-index: 2;
    color: rgb(42, 42, 42);
    font-size: 32px;
    font-weight: 400;
    line-height: 39px;
    bottom: 18px;
    left: 29px;
    text-transform: none;
}

.style_page_new .container_page .head_blocks .block_div a:hover {
    text-decoration: unset;
}

.style_page_new .container_page .head_blocks .block_div a svg {
    margin-left: 20px;
}

.style_page_new .container_page .head_blocks .block_div a span svg.mobile_arrow {
    display: none;
}

.style_page_new .container_full {

}

.style_page_new .container_full .head_full {
    margin-top: 35px;
    background-size: cover;
    background-position: center;
    padding-bottom: 77px;
}

.style_page_new .container_full .head_full .text {
    color: rgb(255, 255, 255);
    font-size: 20px;
    font-weight: 500;
    line-height: 24px;
    text-align: left;
    width: 100%;
    max-width: 220px;
    padding-top: 116px;
}

.style_page_new.style_2 .container_full .head_full .text {
    max-width: 270px;
}

.style_page_new .container_full .head_full h1 {
    color: rgb(255, 255, 255);
    font-size: 96px;
    font-weight: 400;
    line-height: 117px;
    text-align: left;
    margin-bottom: 0px;
    margin-top: 12px;
}

.style_page_new .text_1 {
    margin-top: 131px;
    margin-bottom: 124px;
    color: rgb(42, 42, 42);
    font-size: 20px;
    font-weight: 400;
    line-height: 24px;
    text-align: center;
}

.style_page_new .block_1 {
    display: flex;
    flex-flow: wrap;
    justify-content: space-between;
}

.style_page_new .block_1 .info {
    width: 100%;
    max-width: 51%;
    background: rgb(231, 226, 218);
    padding-top: 75px;
    padding-left: 32px;
    padding-right: 32px;
    padding-bottom: 48px;
    box-sizing: border-box;
}

.style_page_new .block_1 .info .title {
    color: rgb(129, 102, 63);
    font-size: 24px;
    font-weight: 400;
    line-height: 29px;
    letter-spacing: 7.0px;
    text-align: left;
    text-transform: uppercase;
    margin-bottom: 27px;
}

.style_page_new .block_1 .info .text {
    color: rgb(129, 102, 63);
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
}

.style_page_new .block_1 .image {
    width: 100%;
    max-width: 49%;
    background-size: cover;
    background-position: center;
}

.style_page_new .advantages {
    display: flex;
    flex-flow: wrap;
    justify-content: center;
    margin-top: 120px;
    margin-bottom: 160px;
}

.style_page_new .advantages .block_div {
    box-sizing: border-box;
    border: 1px solid rgb(42, 42, 42);
    border-radius: 16px;
    padding: 11px 20px 11px 20px;
    margin-right: 16px;
    margin-bottom: 12px;
    width: max-content;
    color: rgb(42, 42, 42);
    font-size: 18px;
    font-weight: 500;
    line-height: 22px;
}

.style_page_new .block_2 {
    display: flex;
    flex-flow: wrap;
    justify-content: space-between;
}

.style_page_new .block_2 .info {
    width: 100%;
    max-width: 51%;
    padding-top: 48px;
    padding-left: 32px;
    padding-right: 32px;
    padding-bottom: 19px;
    box-sizing: border-box;
}

.style_page_new .block_2 .info .title {
    color: rgb(42, 42, 42);
    font-size: 52px;
    font-weight: 400;
    line-height: 63px;
    margin-bottom: 30px;
}

.style_page_new .block_2 .info .text {
    color: rgb(42, 42, 42);
    font-size: 20px;
    font-weight: 400;
    line-height: 24px;
}

.style_page_new .block_2 .info .text p {
    margin-bottom: 24px;
}

.style_page_new .block_2 .image {
    width: 100%;
    max-width: 49%;
    background-size: cover;
    background-position: center;
}

.style_page_new .block_2 .image.image_mobile {
    display: none;
}

.style_page_new .block_3 {
    display: flex;
    flex-flow: wrap;
    justify-content: space-between;
    margin-top: 176px;
}

.style_page_new .block_3 .info {
    width: 100%;
    max-width: 41%;
    padding-top: 116px;
    padding-bottom: 111px;
    box-sizing: border-box;
}

.style_page_new .block_3 .info .title {
    color: rgb(42, 42, 42);
    font-size: 52px;
    font-weight: 400;
    line-height: 63px;
    margin-bottom: 30px;
}

.style_page_new .block_3 .info .text {
    color: rgb(42, 42, 42);
    font-size: 20px;
    font-weight: 400;
    line-height: 24px;
}

.style_page_new .block_3 .info .text p {
    margin-bottom: 24px;
}

.style_page_new .block_3 .image {
    width: 100%;
    max-width: 57%;
    background-size: cover;
    background-position: center;
}

.style_page_new .projects {
    display: flex;
    flex-flow: wrap;
    justify-content: space-between;
    margin-top: 40px;
}

.style_page_new .title_button {
    width: 100%;
    display: flex;
    flex-flow: wrap;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 28px;
}

.style_page_new .title_button .title {
    color: rgb(129, 102, 63);
    font-size: 24px;
    font-weight: 400;
    line-height: 29px;
    text-transform: uppercase;
    letter-spacing: 7px;
}

.style_page_new .title_button a {
    background: rgb(223, 187, 136);
    padding: 12px 20px 12px 20px;
    color: rgb(42, 42, 42);
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    text-transform: uppercase;
    text-align: center;
}

.style_page_new .projects .block_div {
    display: block;
    position: relative;
    width: 100%;
    max-width: 31.777777%;
    height: 360px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.style_page_new .projects .block_div a {
	text-decoration: none;
}

.style_page_new .projects .block_div .hidden_info {
    position: relative;
    width: 100%;
    opacity: 0;
    background: rgba(42, 42, 42, 0.68);
    height: 100%;
    padding-top: 24px;
    padding-left: 32px;
    padding-right: 32px;
    padding-bottom: 24px;
    transition: opacity 0.3s ease-in-out;
}

.style_page_new .projects .block_div:hover .hidden_info {
    opacity: 1;
}

.style_page_new .projects .block_div .hidden_info .type {
    color: rgb(255, 255, 255);
    font-size: 14px;
    font-weight: 400;
    line-height: 17px;
    text-align: left;
    text-transform: capitalize;
}

.style_page_new .projects .block_div .hidden_info .name {
    color: rgb(195, 163, 116);
    font-size: 20px;
    font-weight: 500;
    line-height: 24px;
    margin-top: 8px;
}

.style_page_new .projects .block_div .hidden_info .url {
    position: absolute;
    left: 36px;
    bottom: 24px;
}

.style_page_new .projects .block_div .hidden_info .url span {
    display: flex;
    align-items: center;
    color: rgb(255, 255, 255);
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    text-transform: uppercase;
}

.style_page_new .projects .block_div .hidden_info .url span svg {
    margin-left: 14px;
}

.style_page_new .blocks {
    display: flex;
    flex-flow: wrap;
    justify-content: space-between;
    margin-top: 170px;
}

.style_page_new .blocks .title {
    width: 100%;
    color: rgb(42, 42, 42);
    font-size: 32px;
    font-weight: 400;
    line-height: 39px;
    margin-bottom: 34px;
}

.style_page_new .blocks .block_div {
    width: 100%;
    max-width: 23.3333333333%;
    position: relative;
    height: 360px;
}

.style_page_new .blocks .block_div.first_block {
    max-width: 49%;
}

.style_page_new .blocks .block_div .info {
    background: rgba(255, 255, 255, 0.72);
    position: absolute;
    bottom: 0px;
    padding-top: 24px;
    padding-left: 28px;
    padding-right: 28px;
    padding-bottom: 32px;
    width: 100%;
    box-sizing: border-box;
}

.style_page_new .blocks .block_div .info .name {
    color: rgb(42, 42, 42);
    font-size: 28px;
    font-weight: 400;
    line-height: 34px;
    margin-bottom: 8px;
}

.style_page_new .blocks .block_div .info .text {
    color: rgb(42, 42, 42);
    font-size: 20px;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 22px;
}

.style_page_new .blocks .block_div .info a {
    display: flex;
    align-items: center;
    color: rgb(129, 102, 63);
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    text-transform: uppercase;
}

.style_page_new .blocks .block_div .info a svg {
    margin-left: 15px;
}

.style_page_new .block_8 {
    display: flex;
    flex-flow: wrap;
    justify-content: space-between;
    margin-top: 174px;
}

.style_page_new .block_8 .info {
    width: 100%;
    max-width: 40%;
    padding-top: 61px;
}

.style_page_new .block_8 .info .title {
    color: rgb(42, 42, 42);
    font-size: 52px;
    font-weight: 400;
    line-height: 63px;
    margin-bottom: 30px;
}

.style_page_new .block_8 .info .text {
    color: rgb(42, 42, 42);
    font-size: 20px;
    font-weight: 400;
    line-height: 24px;
}

.style_page_new .block_8 .image, .style_page_new .block_8 .image_3, .style_page_new .block_8 .image_4 {
    color: rgb(255, 255, 255);
    font-size: 18px;
    font-weight: 500;
    line-height: 22px;
    padding: 40px;
}

.style_page_new .block_8 .image {
    position: relative;
    width: 100%;
    max-width: 58%;
    padding-top: 258px;
}

.style_page_new .block_8 .image_3 {
    width: 100%;
    max-width: 57.3333333%;
    margin-top: 22px;
    padding-top: 70px;
    padding-bottom: 34px;
}

.style_page_new .block_8 .image_4 {
    width: 100%;
    max-width: 40.333333%;
    margin-top: 22px;
    padding-top: 91px;
    padding-bottom: 34px;
}

.style_page_new.style_2 .block_1 .info {
    padding-top: 116px;
    padding-bottom: 28px;
}

.style_page_new .block_2 .info {
    max-width: 43%;
    padding-top: 120px;
    padding-bottom: 117px;
}

.style_page_new .text_1_block_9 {
    color: rgb(42, 42, 42);
    font-size: 20px;
    font-weight: 400;
    line-height: 24px;
    text-align: center;
    margin-top: 176px;
    margin-bottom: 176px;
}

.style_page_new .block_10 {
    display: flex;
    flex-flow: wrap;
    justify-content: space-between;
    margin-top: 100px;
}

.style_page_new .block_10 .info {
    width: 100%;
    max-width: 31%;
    padding-top: 41px;
}

.style_page_new .block_10 .info .title {
    color: rgb(42, 42, 42);
    font-size: 52px;
    font-weight: 400;
    line-height: 63px;
    margin-bottom: 29px;
}

.style_page_new .block_10 .info .text {
    color: rgb(42, 42, 42);
    font-size: 20px;
    font-weight: 400;
    line-height: 24px;
}

.style_page_new .block_10 .images {
    width: 100%;
    max-width: 65.77777777777777%;
    display: flex;
    flex-flow: wrap;
    justify-content: space-between;
}

.style_page_new .block_10 .images .image {
    width: 100%;
    max-width: 48.22222%;
    height: 234px;
    margin-bottom: 28px;
}

.style_page_new.style_2 .blocks {
    margin-top: 142px;
}

.style_page_new.style_3 .container_full .head_full .text {
    max-width: 350px;
    padding-top: 91px;
}

.style_page_new.style_3 .container_full .head_full h1 {
    margin-bottom: 0px;
    margin-top: 37px;
}

.style_page_new.style_3 .container_full .head_full {
    padding-bottom: 66px;
}

.style_page_new.style_3 .blocks .block_div {
    max-width: 49%;
}

.style_page_new .text_1_block_11 {
    display: flex;
    flex-flow: wrap;
    justify-content: space-between;
    margin-top: 114px;
}

.style_page_new .text_1_block_11 .title {
    color: rgb(42, 42, 42);
    font-family: Montserrat;
    font-size: 52px;
    font-weight: 400;
    line-height: 63px;
    width: 100%;
    max-width: 20%;
}

.style_page_new .text_1_block_11 .text {
    color: rgb(42, 42, 42);
    font-size: 20px;
    font-weight: 400;
    line-height: 24px;
    width: 100%;
    max-width: 78.333333%;
    padding-top: 10px;
}

.style_page_new .text_1_block_11.text_1_block_12 {
    margin-top: 172px;
}

.style_page_new .block_11 {
    display: flex;
    flex-flow: wrap;
    justify-content: space-between;
    margin-top: 108px;
}

.style_page_new .block_11 .image {
    width: 100%;
    max-width: 31.777777777%;
    min-height: 280px;
    margin-bottom: 28px;
    background-size: cover;
    background-position: center;
}

.style_page_new .block_11 .image.image_1 {
    max-width: 57.33333%;
    display: flex;
    flex-flow: wrap;
    justify-content: space-between;
    padding-top: 226px;
    padding-left: 40px;
    padding-right: 54px;
    box-sizing: border-box;
    min-height: 380px;
}

.style_page_new .block_11 .image.image_1 .title {
    color: rgb(42, 42, 42);
    font-size: 52px;
    font-weight: 400;
    line-height: 63px;
    width: 100%;
    max-width: 23%;
}

.style_page_new .block_11 .image.image_1 .text {
    color: rgb(42, 42, 42);
    font-family: Montserrat;
    font-size: 18px;
    font-weight: 500;
    line-height: 22px;
    max-width: 74%;
    padding-top: 9px;
}

.style_page_new .block_11 .image.image_2 {
    max-width: 40.33333%;
    padding-top: 192px;
    padding-left: 40px;
    padding-right: 54px;
    min-height: 380px;
}

.style_page_new .block_11 .image.image_2 .text {
    color: rgb(255, 255, 255);
    font-size: 18px;
    font-weight: 500;
    line-height: 22px;
}

.style_page_new.style_3 .block_3 {
    margin-top: 92px;
}

.style_page_new.style_3 .projects {
    margin-top: 126px;
}

.fade-in {
    animation: fadeIn 0.5s ease-in-out;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@media (max-width: 1800px) {

.style_page_new {
    padding-top: 168px;
    padding-bottom: 180px;
}

.style_page_new .container_page {
    max-width: 1462px;
}

.style_page_new .container_page .head_blocks .text {
    font-size: 17px;
}

.style_page_new .container_page .head_blocks .block_div {
    max-width: 597px;
    height: 140px;
}

.style_page_new .container_page .head_blocks .block_div a span {
    font-size: 28px;
    line-height: 36px;
    bottom: 17px;
    left: 30px;
}

.style_page_new .container_page .head_blocks .block_div a span svg {
    margin-left: 36px;
}

.style_page_new .container_full .head_full {
    padding-bottom: 58px;
    margin-top: 36px;
}

.style_page_new .container_full .head_full .text {
    font-size: 18px;;
    line-height: 23px;
    max-width: 197px;
}

.style_page_new .container_full .head_full h1 {
    font-size: 80px;
    line-height: 98px;
    margin-bottom: 0px;
    margin-top: 6px;
}

.style_page_new .text_1 {
    margin-top: 126px;
    margin-bottom: 107px;
    font-size: 18px;
    line-height: 22px;
}

.style_page_new .block_1 .info {
    max-width: 51.66666%;
    padding-top: 111px;
    padding-bottom: 42px;
}

.style_page_new .block_1 .image {
    max-width: 48.3333%;
}

.style_page_new .block_1 .info .title {
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 5px;
    margin-bottom: 29px;
}

.style_page_new .block_1 .info .text {
    font-size: 14px;
    line-height: 17px;
}

.style_page_new .advantages {
    margin-top: 109px;
    margin-bottom: 128px;
}

.style_page_new .advantages .block_div {
    padding: 10px 20px 10px 20px;
    font-size: 16px;
}

.style_page_new .block_2 .info {
    max-width: 51%;
    padding-top: 52px;
    padding-bottom: 20px;
}

.style_page_new .block_2 .info .title {
    font-size: 44px;
    line-height: 54px;
    margin-bottom: 27px;
}

.style_page_new .block_2 .info .text {
    font-size: 18px;
    line-height: 22px;
}

.style_page_new .block_3 {
    margin-top: 133px;
}

.style_page_new .block_3 .info {
    padding-bottom: 114px;
}

.style_page_new .block_3 .info .title {
    font-size: 44px;
    line-height: 58px;
    margin-bottom: 24px;
}

.style_page_new .block_3 .info .text {
    font-size: 18px;
    line-height: 22px;
}

.style_page_new .projects {
    margin-top: 32px;
}

.style_page_new .title_button {
    margin-bottom: 20px;
}

.style_page_new .title_button .title {
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 5px;
}

.style_page_new .title_button a {
    padding: 11px 20px 10px 20px;;
    font-size: 14px;
}

.style_page_new .blocks {
    margin-top: 141px;
}

.style_page_new .blocks .title {
    font-size: 28px;
    line-height: 36px;
    margin-bottom: 33px;
}

.style_page_new .blocks .block_div .info .name {
    font-size: 24px;
    line-height: 29px;
}

.style_page_new .blocks .block_div .info .text {
    font-size: 18px;
    line-height: 22px;
}

.style_page_new .blocks .block_div .info a {
    font-size: 14px;
    line-height: 17px;
}

.style_page_new .block_8 {
    margin-top: 136px;
}

.style_page_new .block_8 .info {
    padding-top: 71px;
}

.style_page_new .block_8 .info .title {
    font-size: 44px;
    line-height: 54px;
    margin-bottom: 26px;
}

.style_page_new .block_8 .info .text {
    font-size: 18px;
    line-height: 22px;
}

.style_page_new .block_8 .image {
    padding-top: 244px;
}

.style_page_new .block_8 .image, .style_page_new .block_8 .image_3, .style_page_new .block_8 .image_4 {
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
}

.style_page_new .text_1_block_9 {
    font-size: 18px;
    line-height: 22px;
    margin-top: 164px;
    margin-bottom: 158px;
}

.style_page_new .block_10 .info {
    padding-top: 74px;
}

.style_page_new .block_10 .info .title {
    font-size: 44px;
    line-height: 54px;
    margin-bottom: 26px;
}

.style_page_new .block_10 .info .text {
    font-size: 18px;
    line-height: 22px;
}

.style_page_new.style_2 .blocks {
    margin-top: 109px;
}

.style_page_new.style_2 .advantages {
    margin-bottom: 187px;
}

.style_page_new.style_2 .block_2 .info {
    max-width: 42%;
    padding-top: 129px;
    padding-bottom: 132px;
}

.style_page_new.style_2 .block_2 .image {
    max-width: 58%;
}

.style_page_new .text_1_block_11 {
    margin-top: 105px;
}

.style_page_new .text_1_block_11 .title {
    font-size: 44px;
    line-height: 54px;
    max-width: 18%;
}

.style_page_new .text_1_block_11 .text {
    font-size: 18px;
    line-height: 22px;
    max-width: 82%;
}

.style_page_new .block_11 {
    margin-top: 100px;
}

.style_page_new .block_11 .image.image_1 {
    padding-top: 256px;
}

.style_page_new .block_11 .image.image_1 .title {
    font-size: 44px;
    line-height: 54px;
    max-width: 22%;
}

.style_page_new .block_11 .image.image_1 .text {
    font-size: 16px;
    line-height: 20px;
    max-width: 78%;
    padding-top: 8px;
}

.style_page_new .block_11 .image.image_2 {
    padding-top: 224px;
}

.style_page_new .block_11 .image.image_2 .text {
    font-size: 16px;
    line-height: 20px;
}

.style_page_new.style_3 .block_3 {
    margin-top: 80px;
}

.style_page_new.style_3 .block_3 .info {
    padding-top: 121px;
    padding-bottom: 119px;
}

}

@media (max-width: 1600px) {

.style_page_new .container_page {
    max-width: 80%;
}

.style_page_new .container_page .head_blocks .block_div {
    max-width: 40%;
}

.style_page_new .container_page .head_blocks .text {
    width: 100%;
    max-width: 18%;
    margin-right: 0px;
}

}

@media (max-width: 1460px) {

.style_page_new .block_11 .image.image_1 {
    justify-content: flex-start;
    padding-top: 210px;
}

.style_page_new .block_11 .image.image_1 .title {
    max-width: 23%;
    margin-right: 40px;
}

.style_page_new .block_11 .image.image_1 .text {
    max-width: 69%;
}

.style_page_new .text_1_block_11 {
    justify-content: flex-start;
}

.style_page_new .text_1_block_11 .title {
    max-width: 18%;
    margin-right: 64px;
}

.style_page_new .text_1_block_11 .text {
    max-width: 75%;
}

.style_page_new .block_11 .image.image_2 {
    padding-top: 188px;
}

}

@media (max-width: 1320px) {

.style_page_new .block_11 .image.image_1 .text {
    max-width: 64%;
}

.style_page_new .block_11 .image.image_1 {
    padding-top: 150px;
}

}

@media (max-width: 1200px) {

.style_page_new .container_page {
    max-width: 960px;
}

.style_page_new {
    padding-top: 141px;
    padding-bottom: 194px;
}

.style_page_new .container_page .head_blocks .block_div {
    height: 100px;
}

.style_page_new .container_page .head_blocks .text {
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 3px;
    text-align: left;
}

.style_page_new .container_full .head_full {
    margin-top: 28px;
    padding-bottom: 54px;
}

.style_page_new .container_page .head_blocks .block_div a span {
    font-size: 26px;
    line-height: 32px;
    bottom: 15px;
    left: 25px;
}

.style_page_new .container_full .head_full .text {
    font-size: 16px;
    line-height: 20px;
    max-width: 176px;
    padding-top: 72px;
}

.style_page_new .container_full .head_full h1 {
    font-size: 54px;
    line-height: 68px;
    margin-bottom: 0px;
    margin-top: 12px;
}

.style_page_new .text_1 {
    margin-top: 90px;
    margin-bottom: 84px;
    font-size: 16px;
    line-height: 20px;
}

.style_page_new .block_1 .info {
    max-width: 51%;
    padding-top: 36px;
    padding-bottom: 50px;
    padding-left: 27px;
    padding-right: 27px;
}

.style_page_new .block_1 .info .title {
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 3px;
    margin-bottom: 25px;
}

.style_page_new .block_1 .image {
    max-width: 49%;
}

.style_page_new .block_1 .info .text {
    font-size: 12px;
    line-height: 15px;
}

.style_page_new .advantages {
    margin-top: 72px;
    margin-bottom: 72px;
}

.style_page_new .advantages .block_div {
    padding: 9px 18px 9px 18px;
    font-size: 14px;
    line-height: 17px;
}

.style_page_new .block_2 .image {
    max-width: 49%;
}

.style_page_new .block_2 .info {
    max-width: 49%;
    padding-top: 88px;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
}

.style_page_new .block_2 .info .title {
    font-size: 32px;
    line-height: 39px;
    margin-bottom: 22px;
}

.style_page_new .block_2 .info .text {
    font-size: 16px;
    line-height: 20px;
}

.style_page_new .block_2 .info .text p {
    margin-bottom: 20px;
}

.style_page_new .block_3 {
    margin-top: 100px;
}

.style_page_new .block_3 .info {
    padding-top: 70px;
    padding-bottom: 68px;
}

.style_page_new .block_3 .info .title {
    font-size: 32px;
    line-height: 39px;
    margin-bottom: 23px;
}

.style_page_new .block_3 .info .text {
    font-size: 16px;
    line-height: 20px;
}

.style_page_new .projects {
    margin-top: 32px;
}

.style_page_new .title_button {
    margin-bottom: 16px;
}

.style_page_new .title_button .title {
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 3px;
}

.style_page_new .title_button a {
    padding: 12px 18px 11px 18px;
    font-size: 12px;
    line-height: 16px;
}

.style_page_new .projects .block_div {
    height: 320px;
}

.style_page_new .blocks {
    margin-top: 109px;
}

.style_page_new .blocks .title {
    font-size: 26px;
    line-height: 32px;
    margin-bottom: 31px;
}

.style_page_new .blocks .block_div {
    height: 320px;
}

.style_page_new .blocks .block_div .info {
    padding-top: 21px;
    padding-left: 26px;
    padding-right: 26px;
    padding-bottom: 27px;
}

.style_page_new .blocks .block_div .info .name {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 7px;
}

.style_page_new .blocks .block_div .info .text {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 25px;
}

.style_page_new .blocks .block_div .info a {
    font-size: 12px;
    line-height: 15px;
}

.style_page_new.style_2 .advantages {
    margin-bottom: 88px;
}

.style_page_new.style_2 .block_2 .info {
    max-width: 40%;
    padding-top: 101px;
    padding-bottom: 104px;
}

.style_page_new.style_2 .block_8 {
    margin-top: 100px;
}

.style_page_new.style_2 .block_8 .info {
    padding-top: 32px;
}

.style_page_new.style_2 .block_8 .info .title {
    font-size: 32px;
    line-height: 39px;
    margin-bottom: 21px;
}

.style_page_new.style_2 .block_8 .info .text {
    font-size: 16px;
    line-height: 20px;
}

.style_page_new .block_8 .image, .style_page_new .block_8 .image_3, .style_page_new .block_8 .image_4 {
    font-size: 14px;
    line-height: 17px;
    font-weight: 400;
    padding: 40px;
}

.style_page_new .block_8 .image {
    padding-top: 226px;
}

.style_page_new .text_1_block_9 {
    font-size: 16px;
    line-height: 20px;
    margin-top: 112px;
    margin-bottom: 132px;
}

.style_page_new .block_10 .info {
    padding-top: 23px;
}

.style_page_new .block_10 .info .title {
    font-size: 32px;
    line-height: 39px;
    margin-bottom: 23px;
}

.style_page_new .block_10 .info .text {
    font-size: 16px;
    line-height: 20px;
}

.style_page_new .block_10 .images .image {
    height: 192px;
}

.style_page_new.style_2 .blocks {
    margin-top: 73px;
}

.style_page_new.style_2 .block_1 .info {
    padding-top: 36px;
    padding-bottom: 31px;
}



.style_page_new .text_1_block_11.text_1_block_12 {
    margin-top: 135px;
}

.style_page_new .text_1_block_11 .title {
    max-width: 17%;
}

.style_page_new .text_1_block_11 .text {
    max-width: 83%;
}

.style_page_new.style_3 .projects {
    margin-top: 119px;
}

.style_page_new.style_3 .projects .block_div {
    height: 336px;
}

.style_page_new .blocks {
    margin-top: 125px;
}

.style_page_new .text_1_block_11 {
    margin-top: 78px;
}

.style_page_new .text_1_block_11 .title {
    max-width: 22%;
    font-size: 32px;
    line-height: 39px;
}

.style_page_new .text_1_block_11 .text {
    max-width: 78%;
    font-size: 16px;
    line-height: 20px;
}

.style_page_new .block_11 {
    margin-top: 76px;
}

.style_page_new .block_11 .image {
    height: 240px;
    min-height: unset;
}

.style_page_new .block_11 .image.image_1, .style_page_new .block_11 .image.image_2 {
    height: 360px;
    min-height: unset;
    margin-bottom: 20px;
}

.style_page_new .block_11 .image.image_1 {
    padding-top: 142px;
    padding-left: 33px;
    padding-right: 33px;
}

.style_page_new .block_11 .image.image_1 .title {
    font-size: 32px;
    line-height: 39px;
    max-width: 26%;
}

.style_page_new .block_11 .image.image_1 .text {
    font-size: 16px;
    line-height: 17px;
    max-width: 74%;
    padding-top: 5px;
}

.style_page_new .block_11 .image.image_2 {
    padding-top: 198px;
    padding-left: 34px;
    padding-right: 34px;
}

.style_page_new .block_11 .image.image_2 .text {
    font-size: 14px;
    line-height: 17px;
}

.style_page_new.style_3 .block_3 {
    margin-top: 44px;
}

.style_page_new.style_3 .block_3 .info {
    padding-top: 62px;
    padding-bottom: 80px;
}

.style_page_new .text_1_block_11.text_1_block_12 {
    margin-top: 94px;
}

.style_page_new.style_3 .projects {
    margin-top: 88px;
}

.style_page_new.style_3 .blocks {
    margin-top: 93px;
}

}

@media (max-width: 996px) {

.style_page_new .container_page {
    max-width: 796px;
}

.style_page_new .container_page .head_blocks .text {
    font-size: 14px;
    line-height: 17px;
    letter-spacing: 2.6px;
    text-align: left;
}

.style_page_new .container_page .head_blocks .block_div {
    height: 88px;
}

.style_page_new .container_page .head_blocks .block_div a span {
    font-size: 24px;
    line-height: 29px;
    bottom: 11px;
    left: 24px;
}

.style_page_new .container_full .head_full {
    margin-top: 24px;
    padding-bottom: 46px;
}

.style_page_new .container_full .head_full .text {
    font-size: 14px;
    line-height: 17px;
    max-width: 190px;
    padding-top: 73px;
}

.style_page_new .container_full .head_full h1 {
    font-size: 52px;
    line-height: 63px;
    margin-bottom: 0px;
    margin-top: 21px;
}

.style_page_new .text_1 {
    margin-top: 77px;
    margin-bottom: 70px;
    font-size: 14px;
    line-height: 17px;
}

.style_page_new .block_1 .info {
    padding-top: 34px;
    padding-bottom: 43px;
    padding-left: 27px;
    padding-right: 27px;
}

.style_page_new .block_1 .info .title {
    font-size: 14px;
    line-height: 17px;
    letter-spacing: 3px;
    margin-bottom: 19px;
}

.style_page_new .block_1 .info .text {
    font-size: 10px;
    line-height: 12px;
}

.style_page_new .advantages .block_div {
    padding: 9px 18px 9px 18px;
    font-size: 12px;
    line-height: 15px;
}

.style_page_new .advantages {
    margin-top: 68px;
    margin-bottom: 68px;
}

.style_page_new .block_2 .info {
    padding-top: 4px;
}

.style_page_new .block_2 .info .title {
    font-size: 28px;
    line-height: 34px;
    margin-bottom: 22px;
}

.style_page_new .block_2 .info .text {
    font-size: 14px;
    line-height: 17px;
}

.style_page_new .block_2 .info .text p {
    margin-bottom: 15px;
}

.style_page_new .block_3 {
    margin-top: 84px;
}

.style_page_new .block_3 .info {
    padding-top: 64px;
    padding-bottom: 60px;
}

.style_page_new .block_3 .info .title {
    font-size: 28px;
    line-height: 34px;
    margin-bottom: 20px;
}

.style_page_new .block_3 .info .text {
    font-size: 14px;
    line-height: 17px;
}

.style_page_new .projects {
    margin-top: 28px;
}

.style_page_new .title_button .title {
    font-size: 14px;
    line-height: 17px;
    letter-spacing: 2.5px;
}

.style_page_new .title_button a {
    padding: 12px 18px 11px 18px;
    font-size: 12px;
    line-height: 17px;
}

.style_page_new .blocks {
    margin-top: 88px;
}

.style_page_new .blocks .title {
    font-size: 24px;
    line-height: 29px;
    margin-bottom: 26px;
}

.style_page_new .blocks .block_div {
    height: 280px;
}

.style_page_new .blocks .block_div .info {
    padding-top: 16px;
    padding-left: 22px;
    padding-right: 22px;
    padding-bottom: 22px;
}

.style_page_new .blocks .block_div .info .name {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 6px;
}

.style_page_new .blocks .block_div .info .text {
    font-size: 14px;
    line-height: 17px;
    margin-bottom: 16px;
}

.style_page_new .blocks .block_div .info a {
    font-size: 10px;
    line-height: 12px;
    position: absolute;
    bottom: 13px;
}

.style_page_new .projects .block_div .hidden_info {
    position: absolute;
    width: 100%;
    opacity: 1;
    background: rgb(255 255 255);
    height: auto;
    padding: 12px;
    bottom: 0px;
    top: auto;
    min-height: 117px;
}

.style_page_new .projects .block_div .hidden_info .type {
    color: rgb(118, 118, 122);
    font-size: 10px;
    line-height: 12px;
    margin-bottom: 4px;
}

.style_page_new .projects .block_div .hidden_info .name {
    font-size: 14px;
    line-height: 17px;
    margin-bottom: 16px;
    margin-top: 0px;
}

.style_page_new .projects .block_div .hidden_info .url span svg {
    margin-left: 10px;
    width: 16px;
}

.style_page_new .projects .block_div .hidden_info .url span svg path {
	fill: rgb(129, 102, 63);
}

.style_page_new .projects .block_div .hidden_info .url {
    position: relative;
    left: 0px;
    bottom: 0px;
    margin-bottom: 15px;
    padding-left: 4px;
}

.style_page_new .projects .block_div .hidden_info .url span {
    color: rgb(129, 102, 63);
    font-size: 10px;
    line-height: 12px;
}

.style_page_new.style_2 .text_1 {
    margin-top: 82px;
}

.style_page_new.style_2 .block_2 .info {
    padding-top: 90px;
    padding-bottom: 88px;
}

.style_page_new.style_2 .block_1 .info {
    padding-top: 36px;
    padding-bottom: 29px;
}

.style_page_new.style_2 .advantages {
    margin-bottom: 84px;
}

.style_page_new .projects {
    margin-top: 22px;
}

.style_page_new.style_2 .block_8 {
    margin-top: 87px;
}

.style_page_new.style_2 .block_8 .info {
    padding-top: 34px;
}

.style_page_new.style_2 .block_8 .info .title {
    font-size: 28px;
    line-height: 34px;
    margin-bottom: 20px;
}

.style_page_new.style_2 .block_8 .info .text {
    font-size: 14px;
    line-height: 17px;
}

.style_page_new .block_8 .image, .style_page_new .block_8 .image_3, .style_page_new .block_8 .image_4 {
    font-size: 12px;
    line-height: 15px;
    font-weight: 400;
    padding: 35px;
    margin-top: 16px;
}

.style_page_new .block_8 .image {
    padding-top: 186px;
    margin-top: 0px;
}

.style_page_new .text_1_block_9 {
    font-size: 14px;
    line-height: 17px;
    margin-top: 101px;
    margin-bottom: 98px;
}

.style_page_new .block_10 .info {
    padding-top: 30px;
}

.style_page_new .block_10 .info .title {
    font-size: 28px;
    line-height: 34px;
    margin-bottom: 20px;
}

.style_page_new .block_10 .info .text {
    font-size: 14px;
    line-height: 17px;
}

.style_page_new .block_10 .images .image {
    height: 174px;
    margin-bottom: 16px;
}

.style_page_new.style_2 .blocks {
    margin-top: 86px;
}

.style_page_new .text_1_block_11 {
    margin-top: 70px;
}

.style_page_new .text_1_block_11 .title {
    font-size: 28px;
    line-height: 34px;
}

.style_page_new .text_1_block_11 .text {
    font-size: 14px;
    line-height: 17px;
    padding-top: 8px;
}

.style_page_new .block_11 {
    margin-top: 66px;
}

.style_page_new .block_11 .image.image_1 {
    padding-top: 60px;
    padding-left: 28px;
    padding-right: 28px;
}

.style_page_new .block_11 .image.image_1 .text {
    font-size: 12px;
    line-height: 15px;
    padding-top: 7px;
}

.style_page_new .block_11 .image.image_2 .text {
    font-size: 12px;
    line-height: 15px;
}

.style_page_new .block_11 .image.image_2 {
    padding-top: 118px;
    padding-left: 30px;
    padding-right: 30px;
}

.style_page_new .block_11 .image.image_1, .style_page_new .block_11 .image.image_2 {
    height: 260px;
    min-height: unset;
    margin-bottom: 16px;
}

.style_page_new .block_11 .image {
    height: 180px;
    min-height: unset;
}

.style_page_new.style_3 .block_3 {
    margin-top: 40px;
}

.style_page_new.style_3 .block_3 .info {
    padding-top: 71px;
    padding-bottom: 80px;
}

.style_page_new .text_1_block_11.text_1_block_12 {
    margin-top: 92px;
}

.style_page_new.style_3 .projects {
    margin-top: 77px;
}

.style_page_new.style_3 .blocks {
    margin-top: 26px;
}

}

@media (max-width: 800px) {

.style_page_new {
    padding-top: 120px;
    padding-bottom: 194px;
}

.style_page_new .container_page {
    max-width: 644px;
}

.style_page_new .container_page .head_blocks .block_div {
    max-width: 38%;
}

.style_page_new .container_page .head_blocks .block_div a span {
    text-transform: capitalize;
}

.style_page_new .container_full .head_full .text {
    padding-top: 57px;
}

.style_page_new .container_full .head_full h1 {
    margin-top: 17px;
}

.style_page_new .text_1 {
    margin-top: 66px;
    margin-bottom: 65px;
}

.style_page_new .block_1 .info {
    padding-top: 30px;
    padding-bottom: 27px;
    padding-left: 24px;
    padding-right: 24px;
}

.style_page_new .block_1 .info .title {
    margin-bottom: 15px;
}

.style_page_new .advantages {
    margin-top: 64px;
    margin-bottom: 76px;
}

.style_page_new .block_2 .info {
    padding-top: 11px;
}

.style_page_new .block_2 .info .title {
    margin-bottom: 20px;
}

.style_page_new .block_3 {
    margin-top: 85px;
}

.style_page_new .block_3 .info {
    padding-top: 36px;
    padding-bottom: 31px;
}

.style_page_new .projects {
    margin-top: 24px;
}

.style_page_new .title_button {
    margin-bottom: 12px;
}

.style_page_new .title_button a {
    padding: 11px 17px 9px 17px;
    font-size: 10px;
    line-height: 12px;
}

.style_page_new .projects .block_div {
    height: 324px;
}

.style_page_new .blocks {
    margin-top: 82px;
}

.style_page_new .blocks .title {
    margin-bottom: 22px;
}

.style_page_new.style_2 .block_1 .info {
    padding-top: 30px;
    padding-bottom: 39px;
}

.style_page_new.style_2 .block_2 .info {
    padding-top: 62px;
    padding-bottom: 60px;
}

.style_page_new .projects {
    margin-top: 20px;
}

.style_page_new .text_1_block_11 {
    margin-top: 54px;
}

.style_page_new .text_1_block_11 .text {
    max-width: 73%;
}

.style_page_new .block_11 {
    margin-top: 58px;
}

.style_page_new .block_11 .image.image_1, .style_page_new .block_11 .image.image_2 {
    height: 280px;
    min-height: unset;
    margin-bottom: 12px;
}

.style_page_new .block_11 .image.image_1 {
    padding-top: 134px;
    padding-left: 25px;
    padding-right: 25px;
}

.style_page_new .block_11 .image.image_1 .title {
    font-size: 28px;
    line-height: 34px;
    max-width: 33%;
}

.style_page_new .block_11 .image.image_1 .text {
    max-width: 66%;
}

.style_page_new .block_11 .image.image_2 {
    padding-top: 112px;
    padding-left: 25px;
    padding-right: 25px;
}

.style_page_new.style_3 .block_3 {
    margin-top: 32px;
}

.style_page_new.style_3 .block_3 .info {
    padding-top: 51px;
    padding-bottom: 25px;
}

.style_page_new.style_3 .projects {
    margin-top: 70px;
}

}

@media (max-width: 644px) {
	
.style_page_new .container_page {
    max-width: 96%;
}

}

@media (max-width: 580px) {

.style_page_new .container_page {
    max-width: 332px;
}

.style_page_new {
    padding-top: 121px;
    padding-bottom: 121px;
}

.style_page_new .container_page .head_blocks .text {
    letter-spacing: 0.5px;
    max-width: 100%;
    margin-bottom: 9px;
}

.style_page_new .container_page .head_blocks .block_div {
    max-width: 48%;
    height: 64px;
}

.style_page_new .container_page .head_blocks .block_div a span {
    bottom: 9px;
    left: 15px;
    font-size: 20px;
    line-height: 24px;
}

.style_page_new .container_page .head_blocks .block_div a span svg {
    display: none;
    margin-left: 8px;
    width: 16px;
}

.style_page_new .container_page .head_blocks .block_div a span svg.mobile_arrow {
    display: block;
}

.style_page_new .container_full .head_full .text {
    padding-top: 83px;
    max-width: 170px;
    font-size: 12px;
    line-height: 15px;
}

.style_page_new.style_3 .container_full .head_full .text {
    max-width: 240px;
}

.style_page_new .container_full .head_full h1 {
    margin-top: 14px;
    font-size: 48px;
    line-height: 59px;
}

.style_page_new .container_full .head_full {
    margin-top: 20px;
    padding-bottom: 33px;
}

.style_page_new .text_1 {
    margin-top: 62px;
    margin-bottom: 46px;
    font-size: 12px;
    line-height: 15px;
}

.style_page_new .block_1 .info {
    padding-top: 25px;
    padding-bottom: 23px;
    padding-left: 12px;
    padding-right: 12px;
    max-width: 100%;
}

.style_page_new .block_1 .info .title {
    margin-bottom: 12px;
    font-size: 12px;
    line-height: 15px;
    letter-spacing: 2px;
}

.style_page_new .block_1 .image {
    max-width: 100%;
    height: 225px;
}

.style_page_new .advantages {
    margin-top: 48px;
    margin-bottom: 56px;
}

.style_page_new .advantages .block_div {
    padding: 7px 14px 7px 14px;
    font-size: 10px;
    line-height: 12px;
    margin-right: 6px;
    margin-bottom: 8px;
}

.style_page_new .block_2 .image {
    display: none;
    max-width: 100%;
    height: 186px;
}

.style_page_new .block_2 .image.image_mobile {
    display: block;
}

.style_page_new .block_2 .info {
    padding-top: 15px;
    max-width: 100%;
}

.style_page_new .block_2 .info .title {
    margin-bottom: 9px;
    font-size: 24px;
    line-height: 34px;
}

.style_page_new .block_2 .info .text {
    font-size: 12px;
    line-height: 15px;
}

.style_page_new .block_2 .info .text p {
    margin-bottom: 15px;
}

.style_page_new .block_3 {
    margin-top: 48px;
    flex-flow: column-reverse;
}

.style_page_new .block_3 .image {
    max-width: 100%;
    height: 188px;
}

.style_page_new .block_3 .info {
    padding-top: 18px;
    padding-bottom: 0px;
    max-width: 100%;
}

.style_page_new .block_3 .info .title {
    font-size: 24px;
    line-height: 29px;
    margin-bottom: 11px;
}

.style_page_new .block_3 .info .text {
    font-size: 12px;
    line-height: 15px;
}

.style_page_new .projects {
    margin-top: 31px;
}

.style_page_new .blocks {
    margin-top: 71px;
}

.style_page_new .title_button {
    margin-bottom: 16px;
}

.style_page_new .title_button .title {
    font-size: 11px;
    line-height: 11px;
    letter-spacing: 2.7px;
}

.style_page_new .projects .block_div {
    max-width: 100%;
    height: 317px;
    margin-bottom: 8px;
}

.style_page_new .blocks .title {
    font-size: 20px;
    line-height: 29px;
    margin-bottom: 12px;
}

.style_page_new .blocks .block_div.first_block, .style_page_new .blocks .block_div {
    max-width: 100%;
    height: 262px;
    margin-bottom: 16px;
}

.style_page_new.style_1 .blocks .block_div.first_block {
    max-width: 100%;
}

.style_page_new.style_1 .blocks .block_div {
    max-width: 49%;
}

.style_page_new.style_2 .blocks .block_div.first_block {
    max-width: 100%;
}

.style_page_new.style_2 .blocks .block_div {
    max-width: 49%;
}

.style_page_new .blocks .block_div .info a svg {
    margin-left: 15px;
    width: 20px;
}

.style_page_new .blocks .block_div .info {
    padding-top: 20px;
    padding-left: 19px;
    padding-right: 19px;
    padding-bottom: 19px;
    min-height: 151px;
}

.style_page_new .blocks .block_div .info .name {
    font-size: 15px;
    line-height: 20px;
    margin-bottom: 0px;
}

.style_page_new .blocks .block_div .info .text {
    font-size: 12px;
    line-height: 16px;
    margin-bottom: 16px;
}

.style_page_new.style_2 .text_1 {
    margin-top: 65px;
    margin-bottom: 47px;
}

.style_page_new.style_2 .block_1 .info {
    padding-top: 25px;
    padding-bottom: 23px;
}

.style_page_new.style_2 .block_1 .image {
    height: 273px;
}

.style_page_new.style_2 .advantages {
    margin-bottom: 56px;
}

.style_page_new.style_2 .block_2 .image {
    max-width: 100%;
    height: 192px;
}

.style_page_new.style_2 .block_2 .info {
    padding-top: 11px;
    padding-bottom: 30px;
    max-width: 100%;
}

.style_page_new.style_2 .projects .block_div {
    max-width: 100%;
    height: 280px;
    margin-bottom: 0px;
}

.style_page_new.style_2 .projects .block_div .hidden_info {
    height: 80px;
    padding: 12px;
    bottom: 0px;
    top: auto;
}

.style_page_new .projects .block_div .hidden_info .url {
    position: absolute;
    right: 0px;
    bottom: 62px;
    left: auto;
}

.style_page_new .projects .block_div .hidden_info .name {
    padding-right: 90px;
    font-size: 12px;
    line-height: 15px;
}

.style_page_new.style_2 .block_8 {
    margin-top: 54px;
}

.style_page_new.style_2 .block_8 .info {
    max-width: 49%;
    padding-top: 0px;
}

.style_page_new.style_2 .block_8 .info .title {
    font-size: 24px;
    line-height: 29px;
    margin-bottom: 19px;
}

.style_page_new.style_2 .block_8 .info .text {
    font-size: 12px;
    line-height: 15px;
}

.style_page_new .block_8 .image, .style_page_new .block_8 .image_3, .style_page_new .block_8 .image_4 {
    font-size: 10px;
    line-height: 12px;
    font-weight: 400;
    padding: 21px;
    margin-top: 6px;
    max-width: 100%;
}

.style_page_new .block_8 .image {
    padding-top: 134px;
    margin-top: 47px;
    max-width: 48%;
}

.style_page_new .text_1_block_9 {
    font-size: 12px;
    line-height: 15px;
    margin-top: 60px;
    margin-bottom: 60px;
}

.style_page_new .block_10 .info {
    padding-top: 0px;
    max-width: 100%;
    margin-bottom: 18px;
}

.style_page_new .block_10 .images {
    max-width: 100%;
}

.style_page_new .block_10 .info .title {
    font-size: 24px;
    line-height: 29px;
    margin-bottom: 11px;
}

.style_page_new .block_10 .info .text {
    font-size: 12px;
    line-height: 15px;
}

.style_page_new .block_10 .images .image {
    height: 124px;
    margin-bottom: 12px;
}

.style_page_new.style_2 .blocks {
    margin-top: 63px;
}

.style_page_new .text_1_block_11 {
    margin-top: 66px;
}

.style_page_new .text_1_block_11 .title {
    font-size: 24px;
    line-height: 29px;
    max-width: 100%;
    margin-bottom: 7px;
}

.style_page_new .text_1_block_11 .text {
    max-width: 100%;
    font-size: 12px;
    line-height: 15px;
}

.style_page_new .block_11 {
    margin-top: 47px;
}

.style_page_new .block_11 .image.image_1 {
    padding-top: 76px;
    padding-left: 20px;
    padding-right: 20px;
    max-width: 100%;
    justify-content: space-between;
}

.style_page_new .block_11 .image.image_1 .title {
    font-size: 24px;
    line-height: 29px;
    max-width: 30%;
    margin-right: 0px;
}

.style_page_new .block_11 .image.image_1 .text {
    max-width: 60%;
    font-size: 10px;
    line-height: 12px;
}

.style_page_new .block_11 .image.image_1, .style_page_new .block_11 .image.image_2 {
    height: 200px;
}

.style_page_new .block_11 .image.image_2 {
    padding-top: 92px;
    padding-left: 20px;
    padding-right: 20px;
    max-width: 100%;
}

.style_page_new .block_11 .image.image_2 .text {
    font-size: 10px;
    line-height: 12px;
}

.style_page_new .block_11 .image {
    height: 100px;
    min-height: unset;
}

.style_page_new.style_3 .block_3 {
    margin-top: 20px;
}

.style_page_new .block_3 .image {
    height: 181px;
}

.style_page_new.style_3 .block_3 .info {
    padding-top: 18px;
    padding-bottom: 18px;
}

.style_page_new .text_1_block_11.text_1_block_12 {
    margin-top: 40px;
}

.style_page_new.style_3 .blocks .block_div {
    max-width: 49%;
    height: 290px;
}

.style_page_new.style_3 .blocks .block_div .info {
    min-height: 172px;
}

.style_page_new.style_2 .container_full .head_full .text {
    max-width: 184px;
}

}

@media (max-width: 460px) {
    
.style_page_new .container_page {
    max-width: 300px;
}

}

.style_page_new{
    padding-top: 0px !important;
}

.section-gallery{
    margin-top: 50px;
}

.container.panel.bm-big, .container.panel.section-print.bm-big{
    display: none !important;
}