/*
Theme Name: Mobile Review theme
Author: Victor Zhizhin 2
Version: 5.0    
*/ 

/* 3rd party packages */ 

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */ 

/* Document
   ========================================================================== */ 

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */ 

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
} 

/* Sections
   ========================================================================== */ 

/**
 * Remove the margin in all browsers.
 */ 

body {
  margin: 0;
  overflow: hidden;
} 

/**
 * Render the `main` element consistently in IE.
 */ 

main {
  display: block;
} 

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */ 

h1 {
  font-size: 2em;
  margin: 0.67em 0;
} 

/* Grouping content
   ========================================================================== */ 

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */ 

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
} 

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */ 

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
} 

/* Text-level semantics
   ========================================================================== */ 

/**
 * Remove the gray background on active links in IE 10.
 */ 

a {
  background-color: transparent;
} 

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */ 

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
} 

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */ 

b,
strong {
  font-weight: bolder;
} 

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */ 

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
} 

/**
 * Add the correct font size in all browsers.
 */ 

small {
  font-size: 80%;
} 

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */ 

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
} 

sub {
  bottom: -0.25em;
} 

sup {
  top: -0.5em;
} 

/* Embedded content
   ========================================================================== */ 

/**
 * Remove the border on images inside links in IE 10.
 */ 

img {
  border-style: none;
} 

/* Forms
   ========================================================================== */ 

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */ 

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
} 

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */ 

button,
input { /* 1 */
  overflow: visible;
} 

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */ 

button,
select { /* 1 */
  text-transform: none;
} 

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */ 

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
} 

/**
 * Remove the inner border and padding in Firefox.
 */ 

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
} 

/**
 * Restore the focus styles unset by the previous rule.
 */ 

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
} 

/**
 * Correct the padding in Firefox.
 */ 

fieldset {
  padding: 0.35em 0.75em 0.625em;
} 

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */ 

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
} 

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */ 

progress {
  vertical-align: baseline;
} 

/**
 * Remove the default vertical scrollbar in IE 10+.
 */ 

textarea {
  overflow: auto;
} 

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */ 

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
} 

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */ 

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
} 

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */ 

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
} 

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */ 

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
} 

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */ 

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
} 

/* Interactive
   ========================================================================== */ 

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */ 

details {
  display: block;
} 

/*
 * Add the correct display in all browsers.
 */ 

summary {
  display: list-item;
} 

/* Misc
   ========================================================================== */ 

/**
 * Add the correct display in IE 10+.
 */ 

template {
  display: none;
} 

/**
 * Add the correct display in IE 10.
 */ 

[hidden] {
  display: none;
} 

.container {
  padding-right: 10px;
  padding-left: 10px;
} 

@media (min-width: 576px) {
  .container {
    max-width: 520px;
  }
} 

@media (min-width: 768px) {
  .container {
    max-width: 750px;
    min-width: 750px;
    padding-left: 0px;
    padding-right: 0px;
    overflow-x: hidden;
  }
  .container > .row {margin-right: -7px; margin-left: -7px;}
  section.featured-block, section.common-block {padding-right: 7px; padding-left: 7px;}
  aside.banner {border-right: 7px solid white !important; border-left: 7px solid white !important;}

} 

@media (min-width: 800px) {
  .container {
    max-width: 780px;
    padding-left: 10px;
    padding-right: 10px;
    overflow-x: visible;
  }
  .container > .row {margin-right: -10px; margin-left: -10px;} 
  section.featured-block, section.common-block {padding-right: 10px; padding-left: 10px;}
  aside.banner {border-right: 10px solid white; border-left: 10px solid white;}
} 

@media (min-width: 992px) {
  .container {
    max-width: 780px;
  }
} 

@media (min-width: 1200px) {
  .container {
    max-width: 1040px;
  }
} 

.container-fluid {
  padding-right: 10px;
  padding-left: 10px;
} 

.row {
  margin-right: -10px;
  margin-left: -10px;
} 

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
  padding-right: 10px;
  padding-left: 10px;
} 

:root {
  --dark-color: #293640;
  --light-color: #c6cfd9;
  --primary-color: #8d9fb2;
  --accent-color: #48637f;
  --secondary-color: #be8b39; 
  --secondary-light-color: #e8d7ba; 
  --secondary-dark-color: #7e530e;
  --gray-color: #f0f3f6;

/*--------------------------------------------------------------
# Brand Colors
--------------------------------------------------------------*/

	--twitter-color: #00abed;
	--fb-color: #4c68b3;
	--vk-color: #426b9a;
	--telegram-color: #37aee2;
	--instagram-color: #ca007e;

  --samsung-blue:#2963ad;
  --samsung-gray:#999999;



} 

.white {background-color: white;} 

#navbar {
  width: 100%;
  z-index: 200;
  top: 0;
  background-color: var(--dark-color);
} 

#navbar-menu {
   z-index: 200;
} 

.navbar {
  width: 100%;
  padding: 0px 10px;
  background-color: var(--dark-color);
  margin-bottom: 0px;
 
} 

.sticky-top {
  z-index: 900;
} 

.navbar-brand {
  margin-right: 10px;
  padding: 10px 0;
} 

.navbar-brand img {
  width: auto;
  height: 40px;
  margin: 0px;
} 

.nav-link {
  font-size: 15px;
  line-height: 30px;
  font-weight: 300;
} 

a.nav-link:hover {cursor: pointer;} 

.navbar-expand .navbar-nav .nav-link.brand, .brand {
  margin-right: 10px;
  text-transform: uppercase;
  font-size: 15px;
  line-height: 30px;
  font-weight: 700;
  letter-spacing: 0.08em;
} 

.navbar a { color: white; transition: color 0.5s ease;} 

.navbar a:hover { color: var(--secondary-color);} 

.nav-link.brand, .brand { transition: all 0.5s ease; text-shadow: 0px 0px 30px var(--accent-color),  0px 0px 25px var(--accent-color),  0px 0px 5px var(--accent-color), 0px 0px 2px var(--dark-color);} 

.nav-link.brand:hover, .brand:hover { color: white; text-shadow: 0px 0px 30px var(--accent-color),  0px 0px 25px white, 0px 0px 15px var(--accent-color), 0px 0px 5px var(--accent-color);
} 

.nav-link.spacer {
  margin-right: 10px;
} 

a.burger-icon {
  font-size: 24px;
  line-height: 30px;
  margin-right: 10px;
  color: white;
} 

a.navbar-brand {transition: transform 0.5s ease;} 

a.navbar-brand:hover { transform: scale(1.1); } 

a.burger-icon {transition: all 0.5s ease;} 

a.burger-icon.open { transform: rotate(90deg);} 

@media (min-width: 768px) {} 

@media (hover: none) {
  .navbar a:hover {color: white;}
} 

#expanded-menu {
  padding:  0 10px 0px 0;
  margin-top: 0px;
  margin-bottom: 0px;
  background-color: var(--dark-color);
  overflow: hidden;
  height:0;
  width: 100%;
  position: relative;
 
  transform: translateY(calc(-100% + 20px)); 
  z-index: 100;
} 

#expanded-menu.show {
  transform: translateY(-1px);
  height: inherit;

} 

#expanded-menu .row { padding: 0 0 0 10px;  } 

#expanded-menu ul {
  padding-left: 20px;
  padding-right: 0;
  margin-bottom: 0px;
  padding-top: 24px;
} 

#expanded-menu ul li {
  list-style: none;
  font-size: 13px;
  font-weight: 300;
  line-height: 16px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  margin-bottom: 10px;
} 

#expanded-menu ul li:last-child {
  margin-bottom: 0;
} 

#expanded-menu ul ul {
  padding-top: 16px;
  padding-bottom: 10px;
  padding-left: 0px;
} 

#expanded-menu ul ul li {
  font-size: 11px;
  font-weight: 400;
  line-height: 14px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  margin-bottom: 7px;
} 

#expanded-menu ul ul li:first-child {
  padding-top: 0px;
  border-top: none;
} 

#expanded-menu #menu-main li a {
  font-weight: 700;
 
} 

#expanded-menu #menu-misc li {
  font-size: 14px;
  font-weight: 200;
  line-height: 16px;
  letter-spacing: 0.05em;
  text-transform: none;
  margin-bottom: 10px;
} 

#expanded-menu a {color: var(--light-color);} 

#expanded-menu a.brand {
  color: white;
  margin-left: 0;
  padding-left: 0;
  margin-right: 20px;
} 

#expanded-menu a.brand:hover {color: white;} 

#expanded-menu a:hover { color: var(--secondary-color);} 

.expandable::after {
  display: inline-block;
  font-size: 16px;
  line-height: 16px;
  margin-left: 8px;
    content: '+';
    color: inherit;
    vertical-align: top;
    transition: transform 0.5s ease;
    transition-delay: 0.2s;
} 

.expandable[aria-expanded='true']::after {
  transform: rotate(45deg);
} 

#expanded-menu input {
  width: 85%;
} 

#expanded-menu .form-inline {
  padding-left: 10px;
  margin-top: 32px;
} 

.form-control {
  border-radius: 20px;
  border: none;
  background-color: #1e2830;
  color: white;
} 

.form-control:focus {background-color: #1e2830; 
  box-shadow: none;
  border: 2px solid var(--primary-color);
  color: white;
} 

button.btn:focus {box-shadow: none;} 

input.form-control[type="search"],
input.form-control[type="search"]::-webkit-search-decoration,
input.form-control[type="search"]::-webkit-search-cancel-button {
    -webkit-appearance: none;

} 

.form-control::-moz-placeholder {color: var(--light-color);} 

.form-control:-ms-input-placeholder {color: var(--light-color);} 

.form-control::placeholder {color: var(--light-color);} 

#expanded-menu .form-inline button.btn {padding-right: 0; color: var(--light-color);} 

#expanded-menu #menu-social {padding-top: 16px;} 

#expanded-menu #menu-social a {
    font-size: 16px;
    margin-right: 15px;
} 

#expanded-menu .small {
  letter-spacing: 0.1em;
  margin-top: 15px;
  font-size: 9px;
} 

.menu-advert {background-color: #1e2830;} 

.menu-advert div {
  color: white;
  font-size: 10px;
  line-height: 17px;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  padding: 20px;
  
} 

.menu-advert span {
  display: block;
  margin: 0 0 5px 0;
} 

#expanded-menu .menu-advert div a.brand { 
  padding: 0;
  line-height: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
} 

.menu-columns {-moz-columns: 2;columns: 2;} 

#expanded-menu #menu-main {
  -moz-columns: 3;
       columns: 3;
  border-bottom: 3px double #1e2830;
  padding-bottom: 15px;
} 

#expanded-menu #menu-primary {
    border-bottom: 3px double #1e2830;
  padding-bottom: 20px;
  padding-right: 10px;
} 

#expanded-menu #menu-secondary {
  border-bottom: 3px double #1e2830;
  padding: 24px 0 15px 10px;
  display: flex;
  flex-flow: row;
} 

#expanded-menu #menu-misc {
    display: flex;
  flex-flow: row;
    padding: 24px 0 0px 10px;
} 

#expanded-menu #menu-social {
    padding: 24px 0 20px 20px;
} 

@media (min-width: 576px) {
  #expanded-menu ul {padding-left: 20px;}
  #expanded-menu ul li, #expanded-menu #menu-misc li { font-size: 15px; }
  #expanded-menu ul ul li { font-size: 12px; }
  #expanded-menu .menu-advert div a.brand {margin-bottom: 0;}
  
  
  
} 

@media (min-width: 768px) {
  #expanded-menu .form-inline { margin-bottom:20px; margin-top: 10px; }
 .menu-advert span {  margin: 0 20px 0 0;}
 .menu-wrapper {display: flex;}
 .menu-wrapper ul {width: 50%;}
 #expanded-menu #menu-primary {-moz-columns: 4;columns: 4;}
  #expanded-menu #menu-misc, #expanded-menu #menu-social { border-bottom: none; }
} 

@media (min-width: 992px) {
  #expanded-menu #menu-misc { padding-bottom: 20px;}
} 

body {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
} 

#pagewrapper {
  flex: 1 0 auto;
} 

footer {
  flex: 0 0 auto;
  margin-top: 0px;
  padding-top: 15px;
  text-align: center;
  background-color: var(--dark-color);
} 

footer .menu {
  padding-left: 0;
} 

footer p {
  font-size: 12px;
  color: var(--light-color);
  margin-bottom: 16px;
} 

footer p img {

  margin-bottom: 24px;
} 

footer h5 { 
	font-size: 16px;
	line-height: 1em;
	margin-bottom: 8px;
	color: white;
} 

footer .menu li {
  list-style: none;
  text-transform: uppercase;
  font-size: 12px;
  text-align: center;
  margin-bottom: 4px;
  
} 

footer .menu li a {	color: var(--primary-color);} 

footer .menu li a:hover {	color: var(--secondary-color);} 

footer .menu {
  margin-bottom: 8px;
} 

@media (min-width: 576px) { 
  footer {text-align: left;}
  footer .menu li { text-align: right; }
} 

@media (min-width: 576px) {

  footer {padding-top: 20px;}

} 

a { color: var(--accent-color);} 

a:hover { color: var(--secondary-color); text-decoration: none;} 

.center { text-align: center;} 

body {
  font-family: 'IBM Plex Sans', sans-serif;
} 

div.container:first-child {padding-top: 60px;} 

body > .container > .row {background-color: #fff;} 

h1, h2, h3, h4, h5, h6 {
  clear: both;
  margin-bottom: 15px;
} 

ol, ul {
  margin-bottom: 30px;
} 

h1 {
  font-family: 'Oswald', sans-serif;
  text-transform: uppercase;
  font-size: 25px;
  line-height: 1.2em;
  font-weight: 400;
  margin-bottom: 20px;
} 

h2 {
  font-family: 'Oswald', sans-serif;
  text-transform: uppercase;
  font-size: 25px;
  line-height: 1.2em;
  font-weight: 400;
  margin-bottom: 40px;
  
} 

.article-text h2 { color: var(--secondary-color); } 

p + h2, figure + h2, div.external-links + h2 { margin-top: 40px; } 

h3 {
  font-size: 22px;
  line-height: 1.2em;
  font-weight: 700;
  margin-top: 20px;
  margin-bottom: 20px;
  color: var(--accent-color);
} 

p + h3, figure + h3 { margin-top: 40px; } 

h4 {
  font-size: 20px;
  line-height: 1.2em;
  font-weight: 400;
  margin-bottom: 10px;
  color: var(--primary-color);
} 

figure + h4 { margin-top: 40px; } 

h5 {
  font-size: 14px;
  line-height: 18px;
  font-weight: 700;
} 

h6 {
  font-size: 16px;
  line-height: 16px;
  font-weight: 400;
} 

h6.block-header span  {
  font-size: 32px;
  font-weight: 200;
} 

p {
  font-size: 17px;
  line-height: 1.6em;
  letter-spacing: 0em;
  margin-bottom: 20px;
} 

blockquote {
  padding: 20px 20px 20px 40px;
  border-left: 2px solid var(--primary-color);
  color: var(--accent-color);
  font-style: italic;
  margin-bottom: 20px;
} 

blockquote p:last-of-type {margin-bottom: 0;} 

h2:target::before, h3:target::before, h4:target::before, #article-top:target::before {
  content: '';
  display: block;
  height: 80px;
  margin-top: -80px;
} 

#article-top:target::before {

  height: 160px;
  margin-top: -160px;
} 

.article-text strong { color: var(--accent-color) ; } 

.article-text p a { color: var(--secondary-color);} 

.article-text p a:hover {text-decoration: underline; } 

.article-text ul {
  padding-left: 35px;
} 

.article-text li {
  padding-left: 3px;
  margin-bottom: 15px;
  color: black;
} 

.article-text li ul {
  margin-top: 15px;
  margin-bottom: 15px;
  padding-left: 35px;
} 

.button, .nav-buttons a {
  display: inline-block;
  text-align: center;
  padding: 15px 30px;
  border: none;
  border-radius: 30px;
  font-size: 13px;
  line-height: 11px;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  margin: 30px;
} 

a.button,  .nav-buttons a {
  background-color: var(--light-color);
  color: var(--accent-color);
} 

a.button:hover,  .nav-buttons a:hover {
  background-color: var(--accent-color);
  color: white;
} 

.upper-subhead {
  display: block;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 11px;
  font-weight: 700;
  letter-spacing: 0.04em;
  margin-bottom: 20px;
} 

span.upper-subhead {color: var(--accent-color);} 

.date {
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.1em;
  margin-bottom: 20px;
} 

.author-name {
  font-size: 15px; 
} 

.tags {
  margin-bottom: 20px; 
} 

.tags a {
  display: inline-block;
  background-color: var(--light-color);
  color: white;
  font-size: 10px;
  line-height: 10px;
  font-weight: 700;
  letter-spacing: 0.05em;
  padding: 4px 12px;
  border-radius: 15px;
  text-transform: uppercase;
  margin-right: 8px;
} 

.tags a:last-of-type {margin-right: 0;} 

.article-footer .tags a {
    font-size: 12px;
    line-height: 13px;
    padding: 6px 16px;
    border-radius: 20px;
    letter-spacing: 0.1em;
} 

.tags a:hover {color: white; background-color: var(--secondary-color);} 

.excerpt p {
  
  font-style: italic;
  font-size: 19px;
  font-weight: 200;
  line-height: 1.2em;
  text-align: center;
  margin-bottom: 20px;
  padding: 10px;
  border-top: 1px solid black;
  border-bottom: 1px solid black;
} 

/*------- Header ---------*/ 

.article-cover {
  text-align: center;
} 

.article-cover .row {
  background-color: white;
} 

div.article-text {
  padding: 0 15px;
} 

/*--------------------------------------------------------------
# Tables
--------------------------------------------------------------*/ 

table {
  width: 100%;
  margin-bottom: 30px;
} 

td {
  font-size: 13px;
  line-height: 1.4em;
  padding: 10px 5px;
  vertical-align: top;
} 

.headline td, th, thead th, thead td {
  font-size: 15px;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-weight: 700;
  padding: 7px;
} 

thead {background-color: var(--primary-color); color: white;} 

@media (min-width: 576px) { } 

@media (min-width: 769px) { td {font-size: 13px; padding: 10px 20px; } } 

@media (min-width: 992px) { td {font-size: 15px; padding: 10px 20px; }} 

@media (min-width: 1200px) {  } 

/*------- Contents ---------*/ 

h2.simpletoc-title {display: none;} 

ul.simpletoc {
  -moz-columns: 1;
       columns: 1;
  position: relative;
  margin-bottom: 20px;
  padding: 45px 10px 20px 40px;
  background-color: var(--gray-color);
  font-size: 12px;
} 

ul.simpletoc::before {
  content: "Содержание";
  display: block;
  position: absolute;
  top: 0px;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  font-size: 12px;
  line-height: 12px;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  padding: 10px 10px 0 10px;
  border-top: 5px solid var(--primary-color); 
} 

ul.simpletoc li {
  font-size: 13px;
  line-height: 1.2em;
  margin-bottom: 7px;
  margin-right: 10px;
  color: var(--primary-color)
} 

ul.simpletoc li ul {
  margin-top: 7px;
  margin-bottom: 15px;
  padding-left: 20px;
  list-style: disc;
} 

ul.simpletoc li ul ul {list-style: circle; } 

/* instagram */ 

.article-text iframe.instagram-media {
  margin-left: auto !important;
  margin-right: auto !important;  
} 

/* pagination  */ 

.pagination-block { padding-bottom: 20px; } 

.page-numbers {
  display: inline-block;
  text-align: center;
  padding: 8px 10px;
  border: none;
  border-radius: 15px;
  font-size: 10px;
  line-height: 10px;
  font-weight: 700;
  letter-spacing: 0em;
  text-transform: uppercase;
  margin: 0px 2px;
  background-color: var(--light-color);
} 

.page-numbers.next, .page-numbers.prev, .page-numbers.archive {padding-right: 10px; padding-left: 10px;} 

.page-numbers.archive {margin-left: 5px;} 

span.page-numbers { color: var(--primary-color); } 

a.page-numbers { color: var(--dark-color); } 

a.page-numbers:hover { color: white; background-color: var(--accent-color); } 

span.page-numbers.dots {
  background-color: transparent;
  padding: 15px 0;

} 

@media (min-width: 576px) {
    .page-numbers {
      padding: 10px 12px;
      font-size: 12px;
      line-height: 12px;
      margin: 0px 2px;
      }
      .page-numbers.next, .page-numbers.prev, .page-numbers.archive {padding-right: 20px; padding-left: 20px;}
} 

@media (min-width: 768px) {
    .page-numbers {
      border-radius: 30px;
      padding: 12px 15px;
      font-size: 13px;
      line-height: 13px;
      margin: 0px 5px;
      }
      .page-numbers.next, .page-numbers.prev, .page-numbers.archive {padding-right: 30px; padding-left: 30px;}
      .page-numbers.archive {margin-left: 10px;}
      span.page-numbers.dots { }
} 

/*  ---    article footer   ---- */ 

.article-footer  {
  text-align: center;
  margin-top: 40px;
} 

.author-contacts {
  width: 100%;
  margin-bottom: 20px;
  text-align: center;
} 

.author-contacts a {
  display: inline-block;
  font-size: 13px;
  margin: auto 10px;
} 

.cover-element { 
  position: relative;
  background-size: cover;
  background-position: center center;
  height: 20px;
  min-height: 20px;
  margin-top: 0px;
  margin-bottom: 10px; 
  overflow: hidden;
  background-color: var(--dark-color);

} 

.cover-element h1 {text-align: center;} 

.cover-element svg {
  position: absolute;
  left:0;
  bottom: -1px;
  width: 100%;
} 

.cover-element svg g {
  fill: white;
} 

@media (min-width: 576px) { 
   
  .cover-element { height: 25px; }
  div.article-text {  padding: 0 20px;}
} 

@media (min-width: 769px) { 
  h1 {font-size: 29px;}
  #content li {font-size: 13px;} 
  .excerpt p {font-size: 21px;}
  .cover-element { height: 30px; }
} 

@media (min-width: 992px) { 
  #content { -moz-columns: 1; columns: 1;}
  h1 {font-size: 33px;}

  .article-text ul { padding-left: 30px;}
  .article-text li { padding-left: 15px;}
  .article-text li ul {padding-left: 45px;}

  .rubric-name {font-size: 13px;}
  .date { margin-bottom: 30px; }
  .tags { margin-bottom: 30px; }
  .tags a {
    padding: 7px 15px;
    border-radius: 15px;
    font-weight: 400;
    font-size: 13px;
    line-height: 13px;
    margin-right: 8px;
  }
  .excerpt p {font-size: 23px;}
  .cover-element { height: 40px; }
  div.article-text {  padding: 0 30px;}
} 

@media (min-width: 1200px) { .excerpt p {font-size: 25px;} } 

.article-text ul.blocks-gallery-grid {
  padding: 0;
  margin-top: 20px;
} 

.article-text ul.blocks-gallery-grid li {
  padding: 0;
} 

.article-text ul.blocks-gallery-grid li img {
  margin-bottom: 0;
} 

/*    видео   */ 

figure.wp-block-video {
  margin-right: auto;
  margin-left: auto;
  text-align: center;
} 

figure.wp-block-video.alignleft {
  text-align: left;
} 

figure.wp-block-video.alignright {
  text-align: right;
} 

figure.wp-block-video video {
    margin-right: auto;
  margin-left: auto;
} 

figure.wp-block-embed-youtube {
  margin: 0px auto;
  margin-bottom: 20px;

} 

figure.wp-block-embed-youtube div.wp-block-embed__wrapper {
  position: relative;
    padding-bottom: 56.25%;
    height: 0;
 
  
} 

figure.wp-block-embed-youtube div.wp-block-embed__wrapper iframe {
  position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
} 

div.wp-block-embed__wrapper iframe, div.wp-block-embed__wrapper > div {
    margin-right: auto;
  margin-left: auto;
} 

/*  картинка */ 

div.article-text img + span {
  display: block;
  margin-top: -22px;
  margin-bottom: 30px;
  font-size: 12px;
  color: gray;
} 

div.article-text figure.wp-block-image {
  display: flex;
  flex-flow: column;
  align-content: center;
  padding: 0;
  height: auto;
  margin: 0 auto 20px auto;
} 

div.article-text figure.wp-block-image img {
  height: auto;
  margin: 0px auto;

} 

div.article-text figure.wp-block-image figcaption, div.article-text figure.wp-block-embed-youtube figcaption, div.article-text figure.wp-block-video figcaption {
  font-size: 13px;
  text-align: center;
  margin-top: 10px;
} 

div.article-text figure.wp-block-gallery figcaption {
  font-size: 13px;
  text-align: center;
  margin-top: -5px;
} 

div.article-text figure.wp-block-image.is-resized img {
} 

.social { 
  margin-top: 40px;
  margin-bottom: 0px;
  padding: 20px;
  padding-bottom: 10px;
  border-top: 1px solid black;
  border-bottom: 1px solid black;
  text-align: center; } 

.social .twitter, .social .fb, .social .vk, .social .telegram, .social .instagram {
  display: inline-block;
  padding: 4px 12px 3px;
  border-radius: 4px;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.075em;
  line-height: 16px;
  text-transform: uppercase;
  
  color: white;
  margin: 0 2px 10px 2px;
} 

.social .twitter i, .social .fb i, .social .vk i, .social .telegram i, .social .instagram i {
  font-size: 18px;
  line-height: 20px;
  vertical-align: middle;
  margin-right: 6px;
} 

.twitter {background-color: var(--twitter-color);} 

.fb {background-color:  var(--fb-color);} 

.vk {background-color:  var(--vk-color);} 

.telegram {background-color:  var(--telegram-color);} 

.instagram {background-color:  var(--instagram-color);} 

.social .twitter a.btn {
  font-family: 'IBM Plex Sans', sans-serif;
    padding: 4px 12px 3px;
  border-radius: 4px;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.075em;
  line-height: 16px;
  text-transform: uppercase;
  background-color: var(--twitter-color);
} 

.common-block .image {
  min-height: 120px;
} 

.common-block .image div {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
} 

.common-block.odd .image { padding-left: 0;  } 

.common-block.even .image { padding-right: 0;  } 

.common-block.odd .image div a { border-right: 7px solid var(--accent-color); } 

.common-block.even .image div a { border-left: 7px solid var(--accent-color); } 

.common-block .image a {
  display: block;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;

} 

@media (min-width: 576px) { 
 .common-block  .image {height: 200px; }
 .common-block  .image div:after { display: block; }
  .common-block.odd .image { padding-left: 10px;  }
  .common-block.even .image { padding-right: 10px;  }
  .common-block.odd .image div a { border-right: none; border-left: none; }
  .common-block.even .image div a { border-right: none; border-left: none; }
  .common-block .image div a { border-bottom: 7px solid var(--accent-color); } 
  
} 

@media (min-width: 769px) { } 

@media (min-width: 992px) {  } 

@media (min-width: 1200px) {  } 

section.common-block {
  margin-bottom: 10px;
} 

section.common-block {
height: inherit;
} 

section.common-block .row {
  height: 100%;
} 

.common-block .image a.author-block {
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 41px;
  height: 41px;
  border: 4px solid white;
  border-radius: 10px;
  transform: translateX(-50%) translateY(55%) rotate(45deg);
  margin: 0px;
  cursor: pointer;
  background-color: white;
  z-index: 0;
} 

.common-block .image a.author-block span {
  position: absolute;
  display: block;
  width: 50px;
  height: 50px;
  padding: 18px 0;
  text-align: center;
  top: 50%;
  left: 50%;
  transform-origin: center;
  transform: rotate(-45deg) translateX(-2%) translateY(-36px);
  text-transform: uppercase;
  font-size: 14px;
  line-height: 14px;
  font-weight: 700;
  transition: none;
  color: white;
} 

.common-block .image a.author-block span i {
  margin-left: 2px;
} 

.common-block .image:hover a.author-block {
   background-color: var(--accent-color);
} 

.common-block .image:hover a.author-block:hover, .common-block .image a.author-block:hover {
   background-color: var(--secondary-color);
} 

@media (hover: none) { 
  .common-block .image a.author-block {
     background-color: var(--secondary-color);
  }
} 

section.common-block .text {
  margin-top: 10px;
} 

.common-block.even .text { text-align: right; } 

.common-block .upper-subhead {
  font-size: 11px;
  font-weight: 400;
  margin-bottom: 13px;
  z-index: 100;
} 

.common-block .upper-subhead span {
  color: var(--accent-color);
} 

.common-block p {
  font-size: 13px;
  line-height: 1.1em;
  margin-bottom: 20px;
} 

.common-block h2 {
  font-size: 20px;
  line-height: 1.1em;
  margin-top: -3px;
  margin-bottom: 9px;
  
} 

.common-block .tags {
  margin-top: -9px;
  margin-bottom: 3px; 
} 

.common-block .tags a {
  font-size: 11px;
  line-height: 10px;
  font-weight: 700;
  letter-spacing: 0.05em;
  padding: 4px 12px;
  border-radius: 15px;
} 

.common-block .counters {
  font-size: 13px;
  font-weight: 400;
} 

.container.sm-non-fluid {
  padding: 0;
} 

@media (min-width: 576px) { 
  section.common-block .row { height: auto;}
  section.common-block { margin-bottom: 20px; }
  section.common-block .text { margin-top: 25px; }
  .common-block a.author-block {display: block; }
  .common-block.even .text { text-align: left; }
  .common-block p { margin-bottom: 20px;}
 
  
} 

@media (min-width: 768px) {
  
  
  .common-block h2 { font-size: 22px;}
  .common-block p { font-size: 14px;}
} 

@media (min-width: 992px) { 

} 

/* ------------- new  common block --------------*/ 

.common-block.single-post-block .image {
  margin-bottom: 20px;
  height: auto;
 
} 

.common-block.single-post-block .image a {
   border-bottom: none;
   background-position: top center;
} 

.common-block.single-post-block.odd .image div a {
    border-top: 10px solid var(--accent-color);
    border-right: none;
    background-position: center center;
} 

.common-block.single-post-block.even .image div a {
    border-top: 10px solid var(--accent-color);
    border-left: none;
    background-position: center center;
} 

.common-block.single-post-block.logo .image div a {
  background-size: contain;
} 

.common-block.single-post-block .text {
  margin-top: 0;
} 

.single-post-block div.rubric-field .upper-subhead {
  background-color: var(--accent-color);
  color: white;
  text-align: center;
  margin: 0px;
  padding: 4px 20px;
  text-transform: uppercase;
    font-size: 11px;
    line-height: 12px;
    font-weight: 700;
    letter-spacing: 0.1em;
} 

.single-post-block .upper-subhead {
    font-size: 12px;
    margin-bottom: 10px;
} 

.single-post-block div.rubric-field .upper-subhead a, .single-post-block div.rubric-field .upper-subhead span {
  color: white;
} 

.single-post-block div.rubric-field .upper-subhead a:hover { color: var(--light-color); } 

.single-post-block a, .single-news-block a {color: var(--dark-color);} 

.single-post-block a:hover, .single-news-block a:hover {color: var(--secondary-color);} 

.single-post-block .tags a, .single-news-block .tags a {color: white;} 

p.date + div.image {margin-top: -20px;} 

@media (min-width: 576px) {
  .common-block.single-post-block .image {  height: 160px; } 
  .common-block.single-post-block.even .image div a, .common-block.single-post-block.odd .image div a { border-top: none;}
} 

section.featured-block {
  height: inherit;
  margin-bottom: 20px;
  
  min-height: 250px;
} 

section.featured-block:first-of-type {
    margin-top: 0px;
} 

section.featured-block .row {
  position: relative;
  height: 100%;
} 

section.featured-block .image div {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
} 

section.featured-block .image {
  position: absolute;
  width: 100%;
  height: 100%;
  margin: 0;
} 

section.featured-block .image div {
  background-image: linear-gradient(to bottom right,#ccc,#888,#555);
} 

section.featured-block .image div:after { display: none; } 

section.featured-block .image div a {
  display: block;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  mix-blend-mode: multiply;
} 

section.featured-block .text {
  padding: 0;
  margin: 40px 20px 40px auto;
  text-align: right;
} 

.featured-block .text .rubric-name {

} 

.featured-block .text h1 {
  display: block;
  text-align: right;
  margin-right: 0px;
  padding-right: 0px;
  text-shadow: 1px 1px 1px black, 0px 0px 4px black ; 
  line-height: 1.2em;
  color: white;
  
} 

.featured-block .text h1 span::first-letter {
  display: inline-block;
  padding-left: 5px;
} 

/*------- Typography  -------*/ 

.featured-block .upper-subhead a,  .featured-block .upper-subhead span { color: white; text-shadow: 1px 1px 1px black, 0px 0px 4px black ;} 

.featured-block .upper-subhead a:hover { color: var(--secondary-color);} 

.featured-block h1 {
  font-family: 'Oswald', sans-serif;
  text-transform: uppercase;
  font-size: 24px;
  letter-spacing: 0.01em;
  font-weight: 400;
  margin-bottom: 0px;
  margin-top: 0;
} 

.featured-block p {
  line-height: 1.1em;
  color: white;
  text-shadow: 1px 1px 1px black, 1px 1px 1px black, 1px 1px 4px black, 0px 0px 8px black ; 
} 

.featured-block p:last-child {margin-bottom: 0;} 

@media (min-width: 576px) {
  section.featured-block:first-child { margin-top: 20px;}

  .branding-wrapper + .container section.featured-block {margin-top: 10px;}
  .branding-wrapper + .container section.featured-block:first-child {margin-top: 10px;}
  
  section.featured-block .image { 
    border-right: 10px solid white;
    border-left: 10px solid white;
  }
  
  .featured-block h1 {  font-size: 26px; margin-bottom: 20px; }
  .featured-block p {  font-size: 15px; }

  section.featured-block .text { margin-right: 30px; }

  .featured-block .image:after { }
  .featured-block .carousel-item, .featured-block .image {  }
  #featured-carousel .carousel-control-prev-icon, #featured-carousel .carousel-control-next-icon {
  transform: none;

}
} 

@media (min-width: 768px) {
  section.featured-block {margin-top: 20px;}
  section.featured-block:first-child { margin-bottom: 20px; margin-top: 20px;}
  
 
} 

@media (min-width: 992px) { 
  
  .featured-block .carousel-item, .featured-block .image { } 
} 

@media (min-width: 1200px) {  } 

.three-items {
  margin-bottom: 20px;
  text-align: center;
} 

.three-items .row.content {
  background-color: var(--gray-color);
} 

.three-items .item { 
  position: relative;
  display: block;
  padding: 30px 20px 20px 20px;
  overflow: hidden;
} 

.three-items .item h4 {
 padding: 0 10px;
 margin-bottom: 0; 
} 

/*  отступы для разных комбинаций простых блоков и блоков с картинками */ 

.item + .item {  padding-top: 0;} 

.item:last-child {padding-bottom: 35px;} 

.item.with-image + .item, .item.extra + .item {  padding-top: 20px;} 

.item + .item.with-image, .item + .item.extra, .break + .item.with-image, .break + .item.extra { margin-top: 20px;} 

.item.with-image + .item.extra, .item.extra + .item.with-image { margin-top: 0px;} 

.item.extra + .item.extra {padding-top:0; margin-top: -20px;} 

.item.extra + .item.extra.with-logo { padding-top: 10px; margin-top: 0px;} 

@media (min-width: 576px) { 
  .item + .item.with-image, .item + .item.extra, .break + .item.with-image, .break + .item.extra { margin-top: 0px;}
} 

@media (min-width: 576px) and (max-width: 1200px) { 
  .three-items .item:nth-child(3), .three-items .item:nth-child(4) { border-top: 10px solid white; }
} 

/*   блок с картинками */ 

.three-items .item.with-image {
  padding: 60px 0 0 0;
  align-items: flex-end;
  background-color: var(--gray-color);
  background-position: center;
  background-size: cover;
  background-blend-mode: multiply;
} 

.three-items .item.with-image div {
  background-image: linear-gradient(to bottom, rgba(0,0,0,0), rgba(0,0,0,0.5), rgba(0,0,0,0.7) );

} 

.three-items .item.with-image h4 {  

  padding: 0 20px 80px 20px;
  color: white;
  font-weight: 400;
  background-color: transparent;
  text-shadow:  1px 1px 1px black, 1px 1px 4px black ;
  margin-bottom: 0px;
} 

.three-items .item.with-image .date {
  display: inline-block;
  padding: 2px 10px;
  background-color: var(--dark-color);
  color: white;
} 

/*   блок с фоном или логотипом */ 

.three-items .item.extra {
  background-color: var(--dark-color);
  padding-top: 20px;
  padding-bottom: 30px;
} 

.three-items .item.extra .image {
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 120px;
  margin: 0 auto;
  border-radius: 0;
  background-position: center;
  margin-top: -20px;
  margin-bottom: 10px;
} 

.three-items .item.extra h4 {
 padding: 0 20px;
 color: white;
} 

.three-items .date {
  display: inline-block;
  font-size: 10px;
  line-height: 10px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-bottom: 8px;
  margin-top: 0px;
} 

.three-items .comments {
  display: inline-block;
  font-size: 16px;
  line-height: 16px;
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 8px;
} 

.three-items .button {
  margin-top: 20px;
  margin-bottom: 0px;
} 

@media (min-width: 576px) { 
  .three-items {border-left: 10px solid white; border-right: 10px solid white;}
  .three-items .date, .three-items .comments { margin-bottom: 10px; }
  
  .three-items .item { padding: 20px 10px 30px 10px; display: flex; align-items: center;}
  .three-items .item.with-image .image {margin-top: 20px;}
  .three-items .item.extra .image {min-height: 120px; margin-top: -20px; }
} 

@media (min-width: 768px) { 
  .three-items { padding: 0px 10px;  }
  .three-items .date { margin-bottom: 8px; }
   
 
} 

@media (min-width: 992px) { 
  .three-items .item.with-image {padding-top: 100px;}
  .three-items .item.with-image h4 {padding-bottom: 40px;}
} 

.news h4 {color: var(--dark-color);} 

.news h4:hover {color: var(--accent-color);} 

.news .date {color: var(--accent-color);} 

.news .button {background-color: var(--accent-color); color: white;} 

.news .button:hover {background-color: var(--dark-color); color: white;} 

/*  отдельный блок новостей */ 

.common-block.single-news-block .image {
  margin-bottom: 20px;
  height: 120px;
 
} 

.common-block.single-news-block .image a {
   border-bottom: none;
   background-position: top center;
} 

.common-block.single-news-block .text {
  margin-top: 0;
} 

.single-news-block p.date {
  margin-top: 10px;
} 

.single-news-block.even p.date {
  text-align: right;
} 

.single-news-block span.date {
  background-color: var(--accent-color);
  color: white;
  display: inline-block;
  line-height: 12px;
  margin: 0px;
  padding: 4px 20px;
} 

p.date + div.image {margin-top: -20px;} 

/*    EXTRA  class    */ 

.common-block.single-news-block.extra > .row {
  background-color: var(--dark-color);
  height: 100%;
  align-content: flex-start;
} 

.common-block.single-news-block.extra .image {
  padding: 0;
} 

.common-block.single-news-block.extra  p.date {
  margin-top: 20px;
} 

.common-block.single-news-block.extra  span.date {
  background-color: var(--secondary-color);
} 

.common-block.single-news-block.extra .article-name {
  color: var(--light-color);
} 

.common-block.single-news-block.extra .article-name:hover {
  color: white;
} 

.common-block.single-news-block.extra .tags {
  margin-bottom: 20px;
} 

.common-block.single-news-block.extra .tags a {
  background-color: var(--accent-color);
  color: var(--light-color);
} 

/*   LOGO    class   */ 

.common-block.single-news-block.logo .image {
  height: 130px;
  margin-bottom: 10px;
} 

.common-block.single-news-block.logo .image a {
  background-size: contain;
  background-position: center center;
} 

@media (min-width: 576px) {
  .single-news-block p.date {
    margin-top: 0px;
  }
  .single-news-block span.date {
    width: 100%;
    text-align: center;
  }

  .common-block.single-news-block.extra > .row {
    margin-right: 0;
    margin-left: 0;
  }

  .common-block.single-news-block.extra  p.date {
    margin-top: -0.5px;
    padding: 0;
  }
} 

section.video {
  padding: 0;
  margin-bottom: 10px;
} 

section.video h3 {
  line-height: 1.1em;
  font-size: 19px;
  font-weight: 400;
  margin-top:10px;
  margin-bottom: 5px;
  color: inherit;
  padding: 0 10px;
} 

section.video p {
  line-height: 1.2em;
  font-size: 13px;
  color: inherit;
  padding: 0 10px;
} 

section.video figure{
  margin-top: 0;
} 

section.video figure iframe {
  
  border: none;
} 

section.video figure {
  position: relative;
    padding-bottom: 56.25%;
    height: 0;
    margin-top: 10px;
    margin-bottom: 10px;
  
} 

section.video figure iframe {
  position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
} 

@media (min-width: 576px) {
  section.video { padding: 0 10px;}
  section.video figure { margin-top: 0;}
  section.video p, section.video h3 {padding: 0;}

} 

@media (min-width: 769px) {  } 

@media (min-width: 992px) {  } 

@media (min-width: 1200px) {  } 

/* общий блок */ 

.added-block {
  position:relative;
  margin-bottom: 20px;
  margin-top: 40px;
} 

.link-block {
  margin-bottom: 20px;
  flex-flow: column; 
} 

/* единичный блок */ 

.link-block .wrapper {
  display: flex;
  flex-flow: row;
  height: 100%;
  border-radius: 10px;
  overflow: hidden;
  background-color: var(--gray-color);
} 

.link-block .image {
  height: 100%;
  min-height: 120px;
  min-width: 33%;
  position: relative;
  overflow: hidden;
  width: 100%;
  margin-left: 0px;
  margin-right: 0px;
  
} 

.link-block .image a {
  display: block;
  height: 100%;
  min-height: 120px;

  background-color: var(--light-color);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
 
} 

.link-block .text {
  padding: 20px 10px 10px 10px;
  text-align: left;
} 

.link-block a {
  color: var(--accent-color);
} 

.link-block a:hover { color: var(--secondary-color);} 

.link-block a h2 {
  font-size: 18px;
  margin-bottom: 10px;
  color: inherit;
} 

.link-block a p {
  font-size: 13px;
  line-height: 1.2em;
  margin-bottom: 10px;
  color: inherit;
} 

/* внешние ссылки */ 

.external-links .link-block {
  
} 

.external-links .link-block .image {
  width: 100%;
  margin-left: 0px;
  margin-right: 0px;
  min-height: 120px;
} 

/* блок для е-каталога */ 

.added-block.nadavi-widget____, .added-block.advert-block {
  border-top: 1px solid var(--secondary-color);
  border-bottom: 1px solid var(--secondary-color);
  padding: 45px 0 20px 0;
  margin: 40px -10px; 
} 

.added-block.nadavi-widget____::before, .added-block.advert-block::before {
  content: "Рекомендованные предложения";
  display: block;
  position: absolute;
  top: -1px;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  font-family: 'IBM Plex Sans', sans-serif;
  font-size: 12px;
  line-height: 12px;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  padding: 10px 10px 0 10px;
  border-top: 5px solid var(--secondary-color); 
} 

/* рекламный блок */ 

.added-block.advert-block::before {
  content: 'Редакция рекомендует';
} 

/* баннер в блоке */ 

.advert-block > .row {  margin-left: 00px; padding: 0;} 

@media (min-width: 768px) {
  .advert-block > .row { margin-left: 20px; margin-right: -10px;}
} 

.article-text .advert-block .common-block h2 { color: var(--dark-color); } 

.special-block {
	background-color: var(--secondary-light-color); 
	padding-top: 0px;
	padding-bottom: 20px;
	position: relative;
	margin-bottom: 0px;
  padding-right: 0;
  padding-left: 0;
} 

.special-block + .container > .row { padding-top: 20px; } 

.special-block::before {
  display: block;
  position: absolute;
  top: 0px;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  font-family: 'IBM Plex Sans', sans-serif;
  font-size: 12px;
  line-height: 12px;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  padding: 10px 10px 0 10px;
  border-top: 5px solid var(--secondary-color); 
  content: 'Спецпроект';
} 

.special-block .common-block h2 {color: var(--secondary-dark-color);} 

.special-block .common-block a:hover h2, .special-block .common-block a:hover p {color: var(--secondary-color);} 

.special-block .common-block p {color: black;} 

.special-block .single-post-block a {color: var(--secondary-dark-color);} 

.special-block .single-post-block div.rubric-field .upper-subhead a:hover { color: var(--secondary-light-color); } 

.special-block .single-post-block .tags a {
  background-color: var(--secondary-color); 
  color: var(--secondary-light-color);
  opacity: 0.6;
} 

.special-block .single-post-block .tags a:hover {opacity: 1;} 

.special-block .single-post-block div.rubric-field .upper-subhead {background-color: var(--secondary-color);} 

.special-block .common-block.single-post-block.even .image div a, .special-block .common-block.single-post-block.odd .image div a {
	border-top-color: var(--secondary-color); 
} 

.news-item {
	margin-bottom: 40px;
	
} 

.news-item div {
	margin-top: 0;

} 

.news-item h4 {
	width: 100%;
	font-family: 'Oswald', sans-serif;
	text-transform: uppercase;
	font-size: 20px;
    line-height: 1.1em;
    color: var(--accent-color);
} 

@media (min-width: 768px) and (max-width: 991.98px) { 
	.news-item h4 { font-size: 18px; }
} 

.news-item p {
	line-height: 1.2em;
	font-size: 13px;
	margin-bottom: 0px;
} 

.news-item .date {
	display: block;
	
	margin: 0px 0 20px 1px ;
	color: var(--primary-color);
} 

.news-item.with-image {
	background-size: cover;
	background-position: center;
	padding: 0;
	min-height: 250px;
} 

.news-item.with-image div.news-wrapper {
	
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	background-image: linear-gradient(to bottom, rgba(0,0,0,0), rgba(0,0,0,0.2), rgba(0,0,0,0.8) );
	padding: 10px 10px 20px 10px;
	text-align: center;
} 

.news-item.with-image h4 {

	color: white;
	margin-bottom: 0;
	text-shadow: 1px 1px 1px black, 0px 0px 4px black ;
} 

.news-item.with-image p {
	display: none;
} 

.news-item.with-image .date {
	margin-top: 0px;
	color: white;
	margin-bottom: 10px;
	display: inline-block;
    padding: 2px 10px;
    background-color: var(--dark-color);
    color: white;
} 

.news-item.extra {
	background-color: var(--dark-color);
	min-height: 250px;
	
} 

.news-item.extra div {
	border-top :none;
	height: 100%;
} 

.news-item.extra .date {
	margin-top: 13px;
	color: var(--primary-color);
} 

.news-item.extra h4 {color: white;} 

.news-item.extra p {color: var(--primary-color); margin-bottom: 20px;} 

.news-item.extra .image {
	width: 100%;
	height: 120px;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	margin-bottom: -13px;
} 

.carousel-inner {
	height: 100%;
} 

.carousel-item {
	height: 100%;
	background-position: top center;
	background-size: cover;
} 

/*--------------------------------------------------------------
# Advertizing: topliner
--------------------------------------------------------------*/ 

.topliner {
  width: 100%;
  height: 90px;
  margin: 0 auto;
  padding: 0;
  text-align: center;
  background-color: white;
} 

.topliner iframe {
  width: 100%;
  height: 100%;
  border: none;
  margin: 0;
} 

/*--------------------------------------------------------------
# Advertizing: 240x400 banner
--------------------------------------------------------------*/ 

aside.banner {
  background-color: var(--gray-color);
  padding: 0;
  margin-top: 0px;
  margin-bottom: 20px;
  display: flex;
  justify-content: center;
  align-items: top;
} 

.article-text aside.banner.vertical { 
   max-width: 100%;
   border-right: 10px solid white;
   border-left: 10px solid white;
  } 

aside.banner .banner-wrapper {
    overflow: hidden;
    width: 240px;
    height: 400px;
    background-color: var(--gray-color);
    
} 

aside.banner .banner-wrapper .common-block > .row {
  align-content: flex-start;
} 

aside.banner.vertical .banner-wrapper .common-block { 
  padding: 0;
  display: block;
} 

.banner img, .banner object {

  margin: 0px auto;
  width: initial;
  height: auto;
} 

.banner iframe {

} 

@media (min-width: 576px) { 
  aside.banner {
    border-right: 10px solid white;
    border-left: 10px solid white;
    background: transparent;
    padding: 0;
    margin-top: 0;
    margin-bottom: 20px;
  }

  aside.banner.vertical { 
  box-sizing: content-box;
  max-width: 240px; 
  min-width: 240px;
}

  .article-text aside.banner.vertical {
    box-sizing: border-box;
  }
 
  aside.banner .common-block .text { padding-right: 20px; padding-left: 20px; }
  .banner img, .banner object {
    width: 100%;
  }
} 

@media (min-width: 768px) {
    .article-text aside.banner.vertical { 
    box-sizing: border-box;
    max-width: 240px; 
    min-width: 240px;
    border: none;
  }
} 

/*--------------------------------------------------------------
# Advertizing: 500x200 (horizontal) banner
--------------------------------------------------------------*/ 

.banner.horizontal {
  background-color: var(--gray-color);
} 

@media (max-width: 500px) {

  .banner.horizontal img {
    width: 100%;
    height: auto;

  }

  aside.banner.horizontal div, aside.banner.horizontal #ad_ph_1 {
    max-width: 100%;
    overflow-x: hidden;  
  }

   aside.banner.horizontal #ad_ph_1 a > img, 
   aside.banner.horizontal #ad_ph_2 a > img, 
   aside.banner.horizontal div a > img {
    max-width: 100vw;
    max-height: 40vw;  
  }


  .banner.horizontal iframe body {
    width: 500px;
    margin-left: 50%;
    transform: translateX(-50%);
  }

} 

/*--------------------------------------------------------------
# Advertizing: full width horizontal banner
--------------------------------------------------------------*/ 

.full-block.banner {
  background: none;
  padding: 0; 
} 

.full-block.banner div {
  width: 100%;
  min-height: 180px;
  padding: 30px 15px 15px 15px;
  background-size: cover;
  background-position: center;  
} 

.wrapper { 
  text-align: center;
  
} 

.wrapper h4 {
  color: white;
  font-size: 32px;
  line-height: 30px;
  font-weight: 400;
  text-shadow: 1px 1px 3px black;
  margin-bottom: 15px; 
} 

.wrapper h5 {
  color: white;
  font-size: 20px;
  line-height: 22px;
  font-weight: 400;
  text-shadow: 1px 1px 3px black;
  margin-bottom: 15px; 
} 

/*--------------------------------------------------------------
# Advertizing: integration types
--------------------------------------------------------------*/ 

.note1, .note2, .note3, .note4, .note5 {
  display: block;
  background-size: initial initial;
  background-repeat: no-repeat;
  background-position: center top; 
  width: 285px;
  height: 19px;
  margin: 0 auto 10px auto;
} 

.note1 { background-image:url('img/note1.png');} 

.note2 { background-image:url('img/note2.png');} 

.note3 { background-image:url('img/note3.png');} 

.note4 { background-image:url('img/note4.png');} 

.note5 { background-image:url('img/note5.png');} 

/*--------------------------------------------------------------
# Advertizing: integration block
--------------------------------------------------------------*/ 

.inner1, .inner2, .inner3, .inner4, .inner5 {
  position: relative;
  margin-top: 80px;
} 

div.external-links + .inner1, div.external-links + .inner2, div.external-links + .inner3, div.external-links +  .inner4, div.external-links + .inner5 {
  margin-top: 60px;
} 

.inner1::before, .inner2::before, .inner3::before, .inner4::before, .inner5::before {
  display: block;
  position: absolute;
  top: -40px;
  width: 80%;
  left: 50%;
  transform: translateX(-50%);
  border-top: 1px solid var(--secondary-color);
  content: ' ';
  background-size: initial initial;
  background-repeat: no-repeat;
  background-position: center top; 
  min-width: 285px;
  height: 19px;
} 

.inner1::before { background-image:url('img/note1.png');} 

.inner2::before { background-image:url('img/note2.png');} 

.inner3::before { background-image:url('img/note3.png');} 

.inner4::before { background-image:url('img/note4.png');} 

.inner5::before { background-image:url('img/note5.png');} 

/*--------------------------------------------------------------
# Advertizing: NEEEEWWWW  integration block
--------------------------------------------------------------*/ 

.adi-1::after, .adi-2::after, .adi-3::after, .adi-4::after, .adi-5::after {
  display: inline-block;
  height: 15px;
  background-repeat: no-repeat;
  margin-left: 10px;
  content: '';
} 

.adi-1::after { width: 180px; background-image: url('img/adi-1.png'); } 

.adi-2::after { width: 210px; background-image: url('img/adi-2.png'); } 

.adi-3::after { width: 210px; background-image: url('img/adi-3.png'); } 

.adi-4::after { width: 110px; background-image: url('img/adi-4.png'); } 

.adi-5::after { width: 55px; background-image: url('img/adi-5.png'); } 

/*--------------------------------------------------------------
# Advertizing: pixel
--------------------------------------------------------------*/ 

div.pixel-wrapper {
  display: none;
} 

.container > .row {background-color: white;} 

.special-block .container > .row {background-color: inherit;} 

.samsung_main_theme .container > .row {background-color: inherit;} 

.branding-wrapper {
	width: 100%;
  height: auto;
} 

#ar_a7198975 {
 
} 

.home .container, .home .container-fluid, .archive .container, .archive .container-fluid {
  position: relative;
  z-index: 10;
} 

.container img, .container-fluid img {
  
  } 

.article-comments { 
  position: relative;
  z-index: 10;  } 

body.branded {
  background-color: black;
  background-position: top center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: contain;
} 

body.branded .container {
  background-color: white;
} 

.branding-link {
  display: block;
  width: 100%;
} 

@media (min-width: 576px) { 
  
} 

@media (min-width: 769px) {
  body.branded { background-size: 1400px; }
  
} 

@media (min-width: 992px) { 


} 

.article-comments img.avatar {
	max-width: 100px;
	height: auto; 
} 

#search-field {
	display: none;
	border-bottom: 10px solid var(--dark-color);
	position: relative;
	z-index: 200;
} 

#search-field table {
	margin-bottom: 0;
} 

.brand-header {
	text-transform: uppercase;
	font-weight: 700;
	font-size: 13px;
	letter-spacing: 0.1em;
	line-height: 18px;
	border-bottom: 1px solid var(--secondary-color);
	color: var(--secondary-color); 
	padding-bottom: 5px;
} 

.brand-link {
	display: block;
	text-transform: uppercase;
	font-size: 17px;
	line-height: 1.1em;
	margin-bottom: 10px;
	padding-left: 5px;
} 

.author-link {
	display: block;
	font-size: 17px;
	line-height: 1.1em;
	margin-bottom: 10px;
	
} 

.brand-list-letter {
	background-color: var(--gray-color);
	color: var(--accent-color);
	font-size: 10px;
	padding: 2px 5px;
	margin-bottom: 10px;
	text-transform: uppercase;
} 

.brand-list { -moz-columns: 2; columns: 2; } 

.author-list { -moz-columns: 1; columns: 1; } 

@media (min-width: 768px) {
	.brand-list { -moz-columns: 3; columns: 3; }
	.author-list { -moz-columns: 2; columns: 2; }
} 

@media (min-width: 1200px) {
	.brand-list { -moz-columns: 5; columns: 5; }
	.author-list { -moz-columns: 4; columns: 4; }
} 

.author-photo img {
	width: 100%;
	height: auto;
	max-width: 300px;
	margin: 0 auto;
} 

.author-info, .author-photo {
	margin-bottom: 20px; 
	margin-top: 10px;
} 

.author-info p {
  
  color: var(--accent-color);
  font-size: 17px;
  font-weight: 400;
  line-height: 1.4em;
  text-align: center;
  margin-bottom: 20px;
 
  padding: 0 20px;
 
 } 

@media (min-width: 768px) {
	.author-info.left p, .author-info.left .author-contacts {text-align: left;}
} 

.max400 {max-width: 400px; margin-right: auto; margin-left: auto;} 

.max450 {max-width: 450px; margin-right: auto; margin-left: auto;} 

.max500 {max-width: 500px; margin-right: auto; margin-left: auto;} 

.max550 {max-width: 550px; margin-right: auto; margin-left: auto;} 

.max600 {max-width: 600px; margin-right: auto; margin-left: auto;} 

.max650 {max-width: 650px; margin-right: auto; margin-left: auto;} 

.max700 {max-width: 700px; margin-right: auto; margin-left: auto;} 

.max750 {max-width: 750px; margin-right: auto; margin-left: auto;} 

.max800 {max-width: 800px; margin-right: auto; margin-left: auto;} 

.max850 {max-width: 850px; margin-right: auto; margin-left: auto;} 

.max900 {max-width: 900px; margin-right: auto; margin-left: auto;} 

figure.ifc {width: 100%; display: flex; justify-content: center;} 

.ifc iframe {margin-right: auto; margin-left: auto;} 

.featured-sf  {
  background-color: var(--gray-color);
  padding: 20px 40px;
} 

.no-zoom {} 

.nz {} 

@font-face {
  font-family: 'SamsungSharpSans';
  src: url('fonts/SamsungSharpSans/SamsungSharpSans-Bold.eot');
  src: url('fonts/SamsungSharpSans/SamsungSharpSans-Bold.woff2') format('woff2'),
       url('fonts/SamsungSharpSans/SamsungSharpSans-Bold.woff') format('woff'),
       url('fonts/SamsungSharpSans/SamsungSharpSans-Bold.ttf') format('truetype'),
       url('fonts/SamsungSharpSans/SamsungSharpSans-Bold.svg#SamsungSharpSans-Bold') format('svg'),
       url('fonts/SamsungSharpSans/SamsungSharpSans-Bold.eot?#iefix') format('embedded-opentype');
  font-weight: 300;
  font-style: normal;
} 

@font-face {
  font-family: 'SamsungOne';
  src: url('fonts/SamsungOne/SamsungOne-400C_v1.1.eot');
  src: url('fonts/SamsungOne/SamsungOne-400C_v1.1.woff2') format('woff2'),
       url('fonts/SamsungOne/SamsungOne-400C_v1.1.woff') format('woff'),
       url('fonts/SamsungOne/SamsungOne-400C_v1.1.ttf') format('truetype'),
       url('fonts/SamsungOne/SamsungOne-400C_v1.1.svg#SamsungOne-400C_v1.1') format('svg'),
       url('fonts/SamsungOne/SamsungOne-400C_v1.1.eot?#iefix') format('embedded-opentype');
  font-weight: 400;
  font-style: normal;
} 

@font-face {
  font-family: 'SamsungOne';
  src: url('fonts/SamsungOne/SamsungOne-600C_v1.1.eot');
  src: url('fonts/SamsungOne/SamsungOne-600C_v1.1.woff2') format('woff2'),
       url('fonts/SamsungOne/SamsungOne-600C_v1.1.woff') format('woff'),
       url('fonts/SamsungOne/SamsungOne-600C_v1.1.ttf') format('truetype'),
       url('fonts/SamsungOne/SamsungOne-600C_v1.1.svg#SamsungOne-600C_v1.1') format('svg'),
       url('fonts/SamsungOne/SamsungOne-600C_v1.1.eot?#iefix') format('embedded-opentype');
  font-weight: 600;
  font-style: normal;
} 

.samsung_logo {
	text-align: center;
} 

.samsung_logo img {
	width: 200px;
	height: auto;
	display: inline-block;
	margin-top: 40px;
	margin-bottom: 40px;
} 

#samsung_menu {
	width: 100%;
	display: flex;
	justify-content: space-evenly;
	flex-wrap: wrap;
	margin-bottom: 0px;
	border-bottom: 3px double black;
} 

#samsung_menu .nav-link {
	display: inline-block;
	font-family: 'SamsungOne', sans-serif;
	font-weight: 600;
	line-height: 1em;
	font-size: 16px;
	margin-bottom: -5px;
	padding: 2px 5px;
	color: black;	
} 

#samsung_menu .nav-link::after {
	display: block;
	content: '';
	background-color: black;
	height: 3px;
	width: 0;
	margin-top: 10px;
	margin-left: 50%;
	transform: translateX(-50%);
	transition: width 0.2s ease;
} 

@media(max-width: 767px) {
	#samsung_menu .nav-link::after {background-color: transparent;}
} 

#samsung_menu .nav-link:hover::after { width: 100%; } 

#samsungCarousel {
	width: 100%;
	margin-top:10px;
	margin-bottom: 0px;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	min-height: 300px;
} 

#samsungCarousel .carousel-item {
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	min-height: 300px;
} 

#samsungCarousel .carousel-item img {
	margin-bottom: 0;
} 

.samsung_main_theme {
	background-color: var(--gray-color);
	margin-bottom: 20px;
	padding-top: 0px;
	padding-bottom: 40px;
	background-position: center, center;
	background-size: cover, cover;
} 

.samsung_main_theme .main_header h4 {
	color: white;
	margin-bottom: 7px;

} 

.samsung_main_theme .main_header h1 {
	margin-top: 0;
	font-family: 'SamsungSharpSans';
	line-height: 1em;
	text-transform: none;
	color:  var(--light-color);
} 

.samsung_main_theme h4{
	color: white;
} 

.samsung_main_theme .date {
	color: var(--primary-color);
} 

.samsung_main_theme a h4:hover {
	color: inherit;
} 

.samsung_main_theme a:hover {
	color: var(--samsung-blue);
} 

.samsung_main .header {
	font-family: 'SamsungSharpSans', Arial, sans-serif;
	border-bottom: 3px double black;
	font-size: 18px;
	margin-bottom: 20px;

} 

.samsung_main .row.header {
	padding-left: 10px;
} 

.samsung-block {
	margin-bottom: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
} 

.samsung-block .row {
	height: 100%;
	min-height: 200px;
} 

@media (min-width: 1200px){
	.samsung-block .row {min-height: 280px;}
} 

.samsung-block .image {
	width: 100%;
	height: 100%;
	border-radius: 20px;
	overflow: hidden;
} 

.samsung-block .image a {
	display: block;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: top center;
	transition: transform 0.3s ease;
} 

.samsung-block .image a:hover {
	transform: scale(1.1) translateY(5%);
} 

.samsung-block .text {
	border-bottom: 1px solid var(--samsung-gray);
} 

.samsung-block .article-name h2 {
	font-family: 'Rubik', Arial, sans-serif;
	font-size: 18px;
	line-height: 1.2em;
	font-weight: 400;
	text-transform: none;
	color: black;
	margin-bottom: 20px;
} 

.samsung-block .article-name p {
	font-family: 'Rubik', Arial, sans-serif;
	font-weight: 400;
	line-height: 1.2em;
	font-size: 14px;
	color: gray;
	margin-top:0;
	margin-bottom: 30px;
	
} 

.samsung-block .article-name:hover p, .samsung-block .article-name:hover h2 {
	color: var(--samsung-blue);
} 

.samsung-news {
	transform: translateX(20px);	
} 

@media(max-width: 997px) {
	.samsung-news {
		transform: none;	
	}
} 

.samsung-news.no-offset {
	transform: none;	
} 

.samsung-news .news-item {
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 30px;
	margin-bottom: 20px;
	border-bottom: 2px solid black;
} 

.samsung-news .news-item h4 {
	font-family: 'SamsungSharpSans', Arial, sans-serif;
	font-size: 18px;
	text-transform: none;
	color: inherit;
} 

.samsung-news .news-item p {
	font-family: 'Rubik', Arial, sans-serif;
	color: var(--samsung-gray);
} 

.samsung-news .news-item .date {
	margin-bottom: 10px;
	color: var(--samsung-gray);
} 

.samsung-news .news-item a {color: black;} 

.samsung-news .news-item a:hover, .samsung-news .news-item a:hover p {color: var(--samsung-blue);} 

.samsung_main .video {
	margin-bottom: 20px;
} 

.samsung_main .video h3, .samsung_main .video p {
	font-family: 'Rubik', Arial, sans-serif;
} 

.samsung_main .video a {color: black;} 

.samsung_main .video a:hover {color: var(--samsung-blue);} 

.galaxy_photo_header h2 {
	font-family: 'SamsungSharpSans';
	line-height: 1em;
	font-size: 25px;
	text-transform: none;
	margin-left: 10px;
	margin-bottom: 10px;
} 

#galaxyPhotoCarousel {
	border-top: 3px double black;
	border-bottom: 3px double black;
	padding-top: 20px;
	margin-bottom: 40px;
} 

#galaxyPhotoCarousel .carousel-item img {
	width: 100%;
	height: auto;
} 

/* Samsung banner*/ 

.banner_wrapper .samsung_logo {
		display: block;
		position: absolute;
		width: 120px;
		height: auto;
		top: 25px;
		right: 25px;
} 

.banner_wrapper { 
		position: relative;
		display: flex; 
		flex-direction: column; 
		justify-content: center; 
		align-content: center; 
		width: 100%; 
		height: auto; 
		background-image: linear-gradient(to bottom, #e1e1e1, #f1f1f1); 
} 

.banner_wrapper .banner_text { 
			position: relative;
			width: 100%; 
			padding: 80px 20px 0 20px; 
			text-align: center; 
			margin-top: auto; 
			margin-bottom: auto; 
} 

.banner_wrapper .product_logo { 
	display: inline-block; 
	height: 32px; 
	width: auto; 
	margin-bottom: 7px !important; 
} 

.banner_wrapper .product_image { 
	width: 100%; 
	height: auto; 
	max-width: 557px; 
	margin: 0 auto;
} 

.banner_wrapper h2 { 
			  font-family: 'SamsungSharpSans', Arial, sans-serif; 
			  font-size: 27px; 
			  color: black; 
			  line-height: 1.1em; 
			  margin-bottom: 20px; 
			  text-transform: none; 
} 

.banner_wrapper span.invert {
	display: inline-block;
	padding: 2px 10px 0;
	background-color: black;
	color: white;
} 

.banner_wrapper h4 { 
			font-family: 'SamsungSharpSans', Arial, sans-serif; 
			  font-size: 17px; 
			letter-spacing: 0.05em; 
			font-weight: 400; 
			  color: black; 
			  line-height: 1.1em; 
			  margin-bottom: 20px; 
} 

.banner_wrapper h5 { 
			font-family: 'SamsungOne', sans-serif; 
			font-size: 15px; 
			font-weight: 400; 
			  color: black; 
			  line-height: 1.1em; 
			  margin-bottom: 20px; 
} 

.banner_wrapper h6 { 
			font-family: 'SamsungOne', sans-serif; 
			font-size: 13px; 
			font-weight: 400; 
			  color: #757575; 
			  line-height: 1.2em; 
			  margin-bottom: 20px; 
} 

.banner_wrapper button {
	display: inline-block;
	background-color: black;
	border-radius: 20px;
	font-size: 14px;
	color: white;
	padding: 5px 20px 7px;
	border: none;
	outline: none;
	margin-bottom: 30px;
} 

.banner_wrapper button:hover {
	background-color: #333;
} 

.banner_wrapper p.legal { 
font-size: 12px; 
line-height: 1.2em; 
color: #4d4d4d;
} 

@media (min-width: 576px) { 
	.banner_wrapper .product_logo { height: 45px;} 
	.banner_wrapper h4 { font-size: 21px;} 
} 

@media (min-width: 768px) { 
	
	.banner_wrapper {flex-direction: row-reverse; height: 320px; } 
	.banner_wrapper .banner_text { width: 50%; text-align: left; padding: 0px 10px; align-self: flex-end; margin-bottom: 0px;} 
	.banner_wrapper .product_logo { height: 37px; margin-bottom: 2px !important;} 
	.banner_wrapper h2 { margin-top: 80px;} 
	.banner_wrapper h4 { font-size: 17px; margin-bottom: 80px;} 
} 

@media (min-width: 992px) { 
	.banner_wrapper {} 
	.banner_wrapper .banner_text {padding-right: 60px;} 
	.banner_wrapper .product_logo {height: 45px;} 
	.banner_wrapper h4 {font-size: 21px;} 
	.banner_wrapper p.legal {font-size: 13px;} 
} 

.article-comments {width: 100%; padding: 0 15px;} 

@media (min-width: 576px) {
	.article-comments {padding: 0 10px;}
}



