|
|
@@ -1553,6 +1553,10 @@ body {
|
|
|
margin-bottom: 40px;
|
|
|
padding-bottom: 10px;
|
|
|
border-bottom: 1px solid #ebebeb; }
|
|
|
+ .full-news__text:before, .full-news__text:after {
|
|
|
+ display: block;
|
|
|
+ clear: both;
|
|
|
+ content: ''; }
|
|
|
.full-news__text h2 {
|
|
|
font-family: "cuprum", Impact, "Charcoal CY", sans-serif;
|
|
|
font-size: 25px;
|
|
|
@@ -2449,6 +2453,62 @@ body {
|
|
|
font-size: 13px;
|
|
|
color: #f00; }
|
|
|
|
|
|
+.opinion__container {
|
|
|
+ float: right;
|
|
|
+ width: 33%;
|
|
|
+ margin-left: 40px;
|
|
|
+ background: #ebebeb;
|
|
|
+ padding: 15px 10px;
|
|
|
+ box-sizing: border-box;
|
|
|
+ border-radius: 20px 0 0 0; }
|
|
|
+ .opinion__container:before, .opinion__container:after {
|
|
|
+ display: block;
|
|
|
+ clear: both;
|
|
|
+ content: ''; }
|
|
|
+
|
|
|
+.opinion__title {
|
|
|
+ font-size: 20px;
|
|
|
+ font-family: "cuprum", Impact, "Charcoal CY", sans-serif;
|
|
|
+ color: #004d7b;
|
|
|
+ line-height: 1.2; }
|
|
|
+
|
|
|
+.opinion__text {
|
|
|
+ font-size: 14px;
|
|
|
+ font-family: "opensans", Arial, "Helvetica CY", "Nimbus Sans L", sans-serif;
|
|
|
+ color: #404040;
|
|
|
+ line-height: 1.714;
|
|
|
+ margin-bottom: 10px; }
|
|
|
+ .opinion__text:before, .opinion__text:after {
|
|
|
+ display: block;
|
|
|
+ clear: both;
|
|
|
+ content: ''; }
|
|
|
+
|
|
|
+.opinion__person-info {
|
|
|
+ width: calc(100% - 72px);
|
|
|
+ vertical-align: top;
|
|
|
+ float: left; }
|
|
|
+
|
|
|
+.opinion__person-img {
|
|
|
+ margin-right: 10px;
|
|
|
+ border-radius: 50%;
|
|
|
+ width: 62px;
|
|
|
+ height: 62px;
|
|
|
+ float: left; }
|
|
|
+
|
|
|
+.opinion__person-name {
|
|
|
+ font-size: 17px;
|
|
|
+ font-family: "cuprum", Impact, "Charcoal CY", sans-serif;
|
|
|
+ color: #004d7b;
|
|
|
+ line-height: 1.2;
|
|
|
+ margin: 0 0 5px; }
|
|
|
+
|
|
|
+.opinion__person-job {
|
|
|
+ font-size: 13px;
|
|
|
+ font-family: "opensans", Arial, "Helvetica CY", "Nimbus Sans L", sans-serif;
|
|
|
+ color: #a2a1a1;
|
|
|
+ line-height: 1.2;
|
|
|
+ margin-bottom: 10px !important; }
|
|
|
+
|
|
|
.errorblock {
|
|
|
background: #ebebeb;
|
|
|
display: -webkit-flex;
|