Commit 79fce887 authored by dagalkova's avatar dagalkova

update

parent 0cea9b10
......@@ -500,10 +500,10 @@
<p class="news-detail-text__main">Осмотрев производственную площадку и новую линию в цехе термомеханической массы, Представители Минэкономики Нижегородской области отметили, что, несмотря на непростую экономическую ситуацию на мировых рынках, вызванную пандемией коронавируса, руководству АО «Волга» удалось в срок запустить в опытно-промышленную эксплуатацию новую производственную линию.</p>
<p class="news-detail-text__quote" style="background-image: url('img/corp_quote.svg');">«Из-за пандемии COVID-19 специалистам фирмы Anrdritz пришлось вернуться в Австрию на этапе ввода в эксплуатацию оборудования, - отметил генеральный директор АО «Волга» Сергей Пондарь. - Мы договорились продолжить работу на удаленном доступе, чтобы ввести новую линию ТММ в срок. И это решение оказалось правильным. Иностранные специалисты консультировали нас дистанционно при запуске линии ТММ».</p>
<p class="news-detail-text__main">Реализация данного проекта позволит создать новые рабочие места, расширить номенклатуру выпускаемой продукции, большая часть которой в настоящее время отправляется на экспорт.</p>
<div class="news-detail-photo">
<img class="news-detail-photo__img" src="img/news-detail_ph.jpg" alt="photo">
<p class="news-detail-photo__label">Министр экономического развития и инвестиций Нижегородской области И.Н. Норенков посетил производственную площадку АО «Волга» и новую линию в цехе термомеханической массы</p>
</div>
<p class="news-detail-text__main">Напомним, что с января 2020 года начался процесс заготовки лесосырья для обеспечения производственных мощностей АО «Волга» на лесозаготовительных участках общей площадью
более 100 тысяч гектаров в Варнавинском районе Нижегородской области. Таким образом, компания
завершила формирование производства полного цикла: от заготовки сырья до реализации готовой
......
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
......@@ -1446,6 +1446,8 @@ body {
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.press-wrapper__button {
......@@ -1463,13 +1465,22 @@ body {
box-sizing: border-box;
-webkit-transition: 0.4s;
transition: 0.4s;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.press-wrapper__button--disabled {
border: 1px solid rgba(214, 217, 229, 0.5);
-webkit-box-sizing: border-box;
box-sizing: border-box;
background: none;
background: #f6f8fa;
color: #8e9a93;
}
......@@ -3629,6 +3640,8 @@ body {
.tech-spec-item-img {
position: relative;
width: 100%;
height: 100%;
}
.tech-spec-item-img__hover {
......@@ -3972,8 +3985,6 @@ body {
.gazeta-item-img {
position: relative;
width: 100%;
height: 100%;
}
.gazeta-item-img__photo {
......@@ -4369,6 +4380,15 @@ body {
box-sizing: border-box;
}
.news-detail-text > p, .news-detail-text__main {
font-weight: 300;
font-size: 18px;
line-height: 130%;
color: #16291f;
margin-bottom: 56px;
margin-left: 40px;
}
.news-detail-text__date {
font-weight: 300;
font-size: 20px;
......@@ -4388,16 +4408,7 @@ body {
margin-left: 40px;
}
.news-detail-text__main {
font-weight: 300;
font-size: 18px;
line-height: 130%;
color: #16291f;
margin-bottom: 56px;
margin-left: 40px;
}
.news-detail-text__quote {
.news-detail-text .news-detail-text__quote {
font-weight: bold;
font-size: 18px;
line-height: 130%;
......@@ -4407,6 +4418,37 @@ body {
background-position: 90px top;
padding: 67px 87px;
margin-bottom: 56px;
margin-left: 0;
}
.news-detail-text > img {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-item-align: center;
align-self: center;
justify-self: center;
width: 100%;
-webkit-box-sizing: border-box;
box-sizing: border-box;
padding: 0 100px;
}
.news-detail-text .news-detail-photo__label {
font-weight: 300;
font-size: 13px;
line-height: 130%;
color: #93969e;
max-width: 440px;
margin-top: 16px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-item-align: center;
align-self: center;
justify-self: center;
text-align: center;
margin-left: 0;
}
.news-detail-photo {
......@@ -4434,6 +4476,12 @@ body {
color: #93969e;
max-width: 440px;
margin-top: 16px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-item-align: center;
align-self: center;
justify-self: center;
text-align: center;
}
......@@ -4860,10 +4908,151 @@ body {
margin-bottom: 20px;
}
.results-item p a {
color: #029745;
-webkit-transition: 0.4s;
transition: 0.4s;
font-weight: 700;
}
.results-item p a:hover {
cursor: pointer;
color: #1cd345;
}
.results-item p a:active {
color: #07803d;
}
.results-item p:last-child {
margin-bottom: 30px;
}
.obr {
background-repeat: no-repeat;
background-position: right -150px;
background-size: 20%;
padding: 64px 140px 0;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.obr-wrapper {
max-width: 920px;
margin-bottom: 64px;
}
.obr-wrapper p {
font-weight: 300;
font-size: 18px;
line-height: 130%;
color: #16291f;
margin-bottom: 20px;
}
.obr-wrapper p a {
color: #029745;
-webkit-transition: 0.4s;
transition: 0.4s;
font-weight: 700;
}
.obr-wrapper p a:hover {
cursor: pointer;
color: #1cd345;
}
.obr-wrapper p a:active {
color: #07803d;
}
.obr-wrapper p:last-child {
margin-bottom: 0;
}
.obr-cont {
width: 100%;
max-width: 920px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
.obr-cont img {
width: 170px;
margin-right: 40px;
}
.obr-cont-text {
-ms-flex-item-align: end;
align-self: flex-end;
max-width: 440px;
}
.obr-cont-text p {
font-weight: 300;
font-size: 18px;
line-height: 130%;
color: #16291f;
margin-bottom: 20px;
}
.obr-cont-text b {
font-weight: 700;
}
.nn-item {
max-width: 800px;
width: calc(50% - 20px);
min-width: 600px;
height: 276px;
}
.nn-item:nth-of-type(2n + 1) {
margin-right: 40px;
}
.nn-wrapper {
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin-top: 64px;
}
.nn-wrapper h3 {
font-weight: 800;
font-size: 24px;
line-height: 130%;
letter-spacing: 0.02em;
color: #16291f;
width: 100%;
margin-bottom: 32px;
}
.nn-content {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
margin-top: 16px;
}
.nn-office {
min-height: 220px;
height: auto;
}
@media (max-width: 1800px) {
.navbar {
padding: 0 100px;
......@@ -5688,16 +5877,20 @@ body {
margin-bottom: 43px;
margin-left: 31px;
}
.news-detail-text__main {
.news-detail-text > p, .news-detail-text__main {
font-size: 14px;
margin-bottom: 43px;
margin-left: 31px;
}
.news-detail-text__quote {
.news-detail-text .news-detail-text__quote {
font-size: 14px;
margin-bottom: 43px;
padding: 52px 67px;
}
.news-detail-text .news-detail-photo__label {
font-size: 10px;
margin-top: 12px;
}
.news-detail-photo {
margin-bottom: 43px;
}
......@@ -5811,6 +6004,40 @@ body {
.results-item p:last-child {
margin-bottom: 23px;
}
.obr {
padding: 52px 100px 0;
}
.obr-wrapper {
margin-bottom: 52px;
}
.obr-wrapper p {
font-size: 14px;
margin-bottom: 16px;
}
.obr-cont img {
margin-right: 30px;
}
.obr-cont-text p {
font-size: 14px;
margin-bottom: 16px;
}
.nn-item {
height: 250px;
}
.nn-wrapper {
margin-top: 52px;
}
.nn-wrapper h3 {
font-size: 18px;
margin-bottom: 25px;
}
.nn-content {
margin-top: 12px;
}
.nn-office {
min-height: 180px;
height: auto;
}
}
@media (max-width: 1250px) {
......@@ -7442,16 +7669,23 @@ body {
margin-bottom: 36px;
margin-left: 26px;
}
.news-detail-text__main {
.news-detail-text > p, .news-detail-text__main {
font-size: 12px;
margin-bottom: 36px;
margin-left: 26px;
}
.news-detail-text__quote {
.news-detail-text .news-detail-text__quote {
font-size: 12px;
margin-bottom: 36px;
padding: 43px 56px;
}
.news-detail-text .news-detail-photo__label {
font-size: 8px;
margin-top: 10px;
}
.news-detail-text > img {
padding: 0;
}
.news-detail-photo {
margin-bottom: 36px;
}
......@@ -7577,6 +7811,60 @@ body {
.results-item p:last-child {
margin-bottom: 19px;
}
.obr {
padding: 52px 16px 0;
}
.obr-wrapper {
margin-bottom: 52px;
}
.obr-wrapper p {
font-size: 12px;
margin-bottom: 12px;
}
.obr-cont img {
width: 120px;
margin-right: 10px;
}
.obr-cont-text p {
font-size: 12px;
margin-bottom: 12px;
}
.nn-item {
margin-right: auto !important;
margin-left: auto !important;
min-width: 0;
}
.nn-wrapper {
margin: 0 auto;
margin-top: 52px;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
}
.nn-wrapper h3 {
margin: 0 auto;
margin-bottom: 23px;
width: -webkit-fit-content;
width: -moz-fit-content;
width: fit-content;
}
.nn-content {
margin: 0 auto;
}
.nn-buttons {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
.nn-office {
width: 100%;
min-height: 150px;
height: auto;
}
}
@media (max-width: 700px) {
......
This source diff could not be displayed because it is too large. You can view the blob instead.
......@@ -1071,6 +1071,7 @@ body {
&-wrapper {
display: flex;
align-items: center;
flex-wrap: wrap;
&__button {
height: 66px;
background: #029745;
......@@ -1084,10 +1085,13 @@ body {
padding: 24px 56px;
box-sizing: border-box;
transition: 0.4s;
display: flex;
justify-content: center;
align-items: center;
&--disabled {
border: 1px solid rgba(214, 217, 229, 0.5);
box-sizing: border-box;
background: none;
background: #f6f8fa;
color: #8e9a93;
}
}
......@@ -2718,6 +2722,8 @@ body {
display: flex;
&-img {
position: relative;
width: 100%;
height: 100%;
&__hover {
background: linear-gradient(
0deg,
......@@ -2961,8 +2967,6 @@ body {
margin-right: 20px;
&-img {
position: relative;
width: 100%;
height: 100%;
&__photo {
width: 100%;
height: 100%;
......@@ -3252,6 +3256,15 @@ body {
width: 100%;
max-width: 1160px;
box-sizing: border-box;
> p,
&__main {
font-weight: 300;
font-size: 18px;
line-height: 130%;
color: #16291f;
margin-bottom: 56px;
margin-left: 40px;
}
&__date {
font-weight: 300;
font-size: 20px;
......@@ -3269,15 +3282,7 @@ body {
margin-bottom: 56px;
margin-left: 40px;
}
&__main {
font-weight: 300;
font-size: 18px;
line-height: 130%;
color: #16291f;
margin-bottom: 56px;
margin-left: 40px;
}
&__quote {
.news-detail-text__quote {
font-weight: bold;
font-size: 18px;
line-height: 130%;
......@@ -3287,6 +3292,28 @@ body {
background-position: 90px top;
padding: 67px 87px;
margin-bottom: 56px;
margin-left: 0;
}
> img {
display: flex;
align-self: center;
justify-self: center;
width: 100%;
box-sizing: border-box;
padding: 0 100px;
}
.news-detail-photo__label {
font-weight: 300;
font-size: 13px;
line-height: 130%;
color: #93969e;
max-width: 440px;
margin-top: 16px;
display: flex;
align-self: center;
justify-self: center;
text-align: center;
margin-left: 0;
}
}
&-photo {
......@@ -3304,6 +3331,9 @@ body {
color: #93969e;
max-width: 440px;
margin-top: 16px;
display: flex;
align-self: center;
justify-self: center;
text-align: center;
}
}
......@@ -3626,12 +3656,116 @@ body {
line-height: 130%;
color: #16291f;
margin-bottom: 20px;
a {
color: #029745;
transition: 0.4s;
font-weight: 700;
}
a:hover {
cursor: pointer;
color: #1cd345;
}
a:active {
color: #07803d;
}
}
&-item p:last-child {
margin-bottom: 30px;
}
}
.obr {
background-repeat: no-repeat;
background-position: right -150px;
background-size: 20%;
padding: 64px 140px 0;
display: flex;
flex-direction: column;
align-items: center;
&-wrapper {
max-width: 920px;
margin-bottom: 64px;
p {
font-weight: 300;
font-size: 18px;
line-height: 130%;
color: #16291f;
margin-bottom: 20px;
a {
color: #029745;
transition: 0.4s;
font-weight: 700;
}
a:hover {
cursor: pointer;
color: #1cd345;
}
a:active {
color: #07803d;
}
}
p:last-child {
margin-bottom: 0;
}
}
&-cont {
width: 100%;
max-width: 920px;
display: flex;
img {
width: 170px;
margin-right: 40px;
}
&-text {
align-self: flex-end;
max-width: 440px;
p {
font-weight: 300;
font-size: 18px;
line-height: 130%;
color: #16291f;
margin-bottom: 20px;
}
b {
font-weight: 700;
}
}
}
}
.nn {
&-item {
max-width: 800px;
width: calc(50% - 20px);
min-width: 600px;
height: 276px;
}
&-item:nth-of-type(2n + 1) {
margin-right: 40px;
}
&-wrapper {
flex-direction: row;
flex-wrap: wrap;
margin-top: 64px;
h3 {
font-weight: 800;
font-size: 24px;
line-height: 130%;
letter-spacing: 0.02em;
color: #16291f;
width: 100%;
margin-bottom: 32px;
}
}
&-content {
flex-direction: column;
margin-top: 16px;
}
&-office {
min-height: 220px;
height: auto;
}
}
@media (max-width: 1800px) {
.navbar {
padding: 0 100px;
......@@ -4544,16 +4678,21 @@ body {
margin-bottom: 43px;
margin-left: 31px;
}
> p,
&__main {
font-size: 14px;
margin-bottom: 43px;
margin-left: 31px;
}
&__quote {
.news-detail-text__quote {
font-size: 14px;
margin-bottom: 43px;
padding: 52px 67px;
}
.news-detail-photo__label {
font-size: 10px;
margin-top: 12px;
}
}
&-photo {
margin-bottom: 43px;
......@@ -4678,6 +4817,46 @@ body {
margin-bottom: 23px;
}
}
.obr {
padding: 52px 100px 0;
&-wrapper {
margin-bottom: 52px;
p {
font-size: 14px;
margin-bottom: 16px;
}
}
&-cont {
img {
margin-right: 30px;
}
&-text {
p {
font-size: 14px;
margin-bottom: 16px;
}
}
}
}
.nn {
&-item {
height: 250px;
}
&-wrapper {
margin-top: 52px;
h3 {
font-size: 18px;
margin-bottom: 25px;
}
}
&-content {
margin-top: 12px;
}
&-office {
min-height: 180px;
height: auto;
}
}
}
@media (max-width: 1250px) {
......@@ -6169,16 +6348,24 @@ body {
margin-bottom: 36px;
margin-left: 26px;
}
> p,
&__main {
font-size: 12px;
margin-bottom: 36px;
margin-left: 26px;
}
&__quote {
.news-detail-text__quote {
font-size: 12px;
margin-bottom: 36px;
padding: 43px 56px;
}
.news-detail-photo__label {
font-size: 8px;
margin-top: 10px;
}
> img {
padding: 0;
}
}
&-photo {
margin-bottom: 36px;
......@@ -6308,6 +6495,59 @@ body {
margin-bottom: 19px;
}
}
.obr {
padding: 52px 16px 0;
&-wrapper {
margin-bottom: 52px;
p {
font-size: 12px;
margin-bottom: 12px;
}
}
&-cont {
img {
width: 120px;
margin-right: 10px;
}
&-text {
p {
font-size: 12px;
margin-bottom: 12px;
}
}
}
}
.nn {
&-item {
margin-right: auto !important;
margin-left: auto !important;
min-width: 0;
}
&-wrapper {
margin: 0 auto;
margin-top: 52px;
flex-direction: column;
h3 {
margin: 0 auto;
margin-bottom: 23px;
width: fit-content;
}
}
&-wrapper:first-of-type {
}
&-content {
margin: 0 auto;
}
&-buttons {
display: flex;
justify-content: center;
}
&-office {
width: 100%;
min-height: 150px;
height: auto;
}
}
}
@media (max-width: 700px) {
.company-button-subpage {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment