@charset "UTF-8";

@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  src: url('fonts/roboto-v30-latin_cyrillic-300.eot'); /* IE9 Compat Modes */
  src: url('fonts/roboto-v30-latin_cyrillic-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/roboto-v30-latin_cyrillic-300.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/roboto-v30-latin_cyrillic-300.woff') format('woff'), /* Modern Browsers */
       url('fonts/roboto-v30-latin_cyrillic-300.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/roboto-v30-latin_cyrillic-300.svg#Roboto') format('svg'); /* Legacy iOS */
}

@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 300;
  src: url('fonts/roboto-v30-latin_cyrillic-300italic.eot'); /* IE9 Compat Modes */
  src: url('fonts/roboto-v30-latin_cyrillic-300italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/roboto-v30-latin_cyrillic-300italic.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/roboto-v30-latin_cyrillic-300italic.woff') format('woff'), /* Modern Browsers */
       url('fonts/roboto-v30-latin_cyrillic-300italic.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/roboto-v30-latin_cyrillic-300italic.svg#Roboto') format('svg'); /* Legacy iOS */
}

@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/roboto-v30-latin_cyrillic-regular.eot'); /* IE9 Compat Modes */
  src: url('fonts/roboto-v30-latin_cyrillic-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/roboto-v30-latin_cyrillic-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/roboto-v30-latin_cyrillic-regular.woff') format('woff'), /* Modern Browsers */
       url('fonts/roboto-v30-latin_cyrillic-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/roboto-v30-latin_cyrillic-regular.svg#Roboto') format('svg'); /* Legacy iOS */
}

@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 400;
  src: url('fonts/roboto-v30-latin_cyrillic-italic.eot'); /* IE9 Compat Modes */
  src: url('fonts/roboto-v30-latin_cyrillic-italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/roboto-v30-latin_cyrillic-italic.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/roboto-v30-latin_cyrillic-italic.woff') format('woff'), /* Modern Browsers */
       url('fonts/roboto-v30-latin_cyrillic-italic.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/roboto-v30-latin_cyrillic-italic.svg#Roboto') format('svg'); /* Legacy iOS */
}

@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  src: url('fonts/roboto-v30-latin_cyrillic-500.eot'); /* IE9 Compat Modes */
  src: url('fonts/roboto-v30-latin_cyrillic-500.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/roboto-v30-latin_cyrillic-500.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/roboto-v30-latin_cyrillic-500.woff') format('woff'), /* Modern Browsers */
       url('fonts/roboto-v30-latin_cyrillic-500.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/roboto-v30-latin_cyrillic-500.svg#Roboto') format('svg'); /* Legacy iOS */
}

@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 500;
  src: url('fonts/roboto-v30-latin_cyrillic-500italic.eot'); /* IE9 Compat Modes */
  src: url('fonts/roboto-v30-latin_cyrillic-500italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/roboto-v30-latin_cyrillic-500italic.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/roboto-v30-latin_cyrillic-500italic.woff') format('woff'), /* Modern Browsers */
       url('fonts/roboto-v30-latin_cyrillic-500italic.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/roboto-v30-latin_cyrillic-500italic.svg#Roboto') format('svg'); /* Legacy iOS */
}

body
{
 font-family: 'Roboto', Helvetica, sans-serif;
 font-size: 0.875rem;
 font-weight: 400;
 color: #000;
 padding: 0;
 margin: 0;
 background: #F9F9F9
}

h1
{
 font-size: 2rem;
 font-weight: 400;
 margin-top: 0;
 margin-left: 0;
 margin-right: 0;
 margin-bottom: 30px
}

h2
{
 font-size: 1.125rem;
 font-weight: 500;
 margin-top: 0;
 margin-left: 0;
 margin-right: 0;
 margin-bottom: 15px
}

h3
{
 font-size: 1rem;
 font-weight: 500;
 margin-top: 0;
 margin-left: 0;
 margin-right: 0;
 margin-bottom: 15px
}

p
{
 margin-top: 0;
 margin-left: 0;
 margin-right: 0;
 margin-bottom: 15px
}

ul
{
 margin-top: 0;
 margin-left: 0;
 margin-right: 0;
 margin-bottom: 15px
}

a, a:hover, a:active, a:visited
{
 color: #1064B9;
 text-decoration: underline
}

.link, .link:active, .link:visited
{
 color: #333;
 text-decoration: none
}

.link:hover
{
 color: #999;
 text-decoration: none
}

.link_active, .link_active:hover, .link_active:active, .link_active:visited
{
 color: #666;
 text-decoration: none
}

.phone, .phone:hover, .phone:active, .phone:visited
{
 color: #333;
 text-decoration: none
}

strong
{
 font-weight: 400
}

.center
{
 text-align: center
}

img
{
 display: block;
 border: 0
}

form
{
 display: block;
 margin: 0
}

.container
{
 position: relative;
 width: 100%;
 padding: 0;
 margin: 0;
 background: #FFF;
 overflow: hidden
}

.top
{
 position: relative;
 width: 100%;
 padding: 0;
 margin: 0;
 background: #F6F6F6
}

.top_wrap
{
 display: flex;
 position: relative;
 max-width: 1300px;
 padding-top: 0;
 padding-left: 50px;
 padding-right: 50px;
 padding-bottom: 0;
 margin: 0 auto;
 justify-content: space-between
}

.top_left
{
 display: flex;
 position: relative;
 padding: 0;
 margin: 0;
 justify-content: flex-start;
 overflow: visible
}

.customers_button
{
 position: relative;
 padding-top: 10px;
 padding-left: 0;
 padding-right: 0;
 padding-bottom: 10px;
 margin: 0;
 box-sizing: border-box;
 overflow: hidden 
}

.rivernord_button
{
 position: relative;
 padding-top: 0;
 padding-left: 15px;
 padding-right: 0;
 padding-bottom: 0;
 margin-top: 10px;
 margin-left: 15px;
 margin-right: 0;
 margin-bottom: 10px;
 border-left: 1px solid #CCC;
 overflow: hidden
}

.top_right
{
 display: flex;
 position: relative;
 padding: 0;
 margin: 0;
 justify-content: flex-end;
 overflow: visible
}

.account_button
{
 position: relative;
 padding-top: 10px;
 padding-left: 0;
 padding-right: 0;
 padding-bottom: 10px;
 margin: 0;
 overflow: hidden
}

.account_button_exit
{
 position: relative;
 padding: 0;
 margin-top: 10px;
 margin-left: 10px;
 margin-right: 0;
 margin-bottom: 10px;
 box-sizing: border-box;
 overflow: hidden
}

.cart_button
{
 position: relative;
 padding-top: 10px;
 padding-left: 20px;
 padding-right: 0;
 padding-bottom: 10px;
 margin: 0;
 overflow: hidden
}

.lang_button
{
 position: relative;
 padding-top: 0;
 padding-left: 15px;
 padding-right: 0;
 padding-bottom: 0;
 margin-top: 10px;
 margin-left: 15px;
 margin-right: 0;
 margin-bottom: 10px;
 border-left: 1px solid #CCC;
 box-sizing: border-box;
 overflow: hidden 
}

.topmenu, .topmenu:active, .topmenu:visited
{
 font-size: 0.75rem;
 color: #333;
 text-decoration: none
}

.topmenu:hover
{
 font-size: 0.75rem;
 color: #CCC;
 text-decoration: none
}

.topmenu_active, .topmenu_active:hover, .topmenu_active:active, .topmenu_active:visited
{
 font-size: 0.75rem;
 color: #666;
 text-decoration: none;
 padding-bottom: 1px;
 border-bottom: 2px solid #CC0000
}

.header
{
 position: relative;
 width: 100%;
 padding: 0;
 margin: 0
}

.header_wrap
{
 display: flex;
 position: relative;
 max-width: 1300px;
 padding-top: 0;
 padding-left: 50px;
 padding-right: 50px;
 padding-bottom: 0;
 margin: 0 auto;
 justify-content: space-between
}

.logo
{
 display: flex;
 position: relative;
 width: 25%;
 padding: 0;
 margin: 0;
 overflow: hidden
}

.logo img
{
 position: absolute;
 width: 110px;
 height: auto;
 top: 0;
 bottom: 0;
 margin: auto
}

.navigation
{
 display: flex;
 position: relative;
 width: 75%;
 padding: 0;
 margin: 0;
 justify-content: flex-end
}

.navigation_button
{
 position: relative;
 padding-top: 25px;
 padding-left: 0;
 padding-right: 0;
 padding-bottom: 25px;
 margin-top: 0;
 margin-left: 30px;
 margin-right: 0;
 margin-bottom: 0;
 box-sizing: border-box
}

.navigation_button img, .navigation_button_active img
{
 margin-top: 8px;
 margin-left: 6px;
 float: right
}

.menu, .menu:active, .menu:visited
{
 font-size: 0.813rem;
 color: #333;
 text-decoration: none
}

.menu:hover
{
 font-size: 0.813rem;
 color: #CCC;
 text-decoration: none
}

.menu_active, .menu_active:hover, .menu_active:active, .menu_active:visited
{
 font-size: 0.813rem;
 color: #666;
 text-decoration: none;
 padding-bottom: 4px;
 border-bottom: 2px solid #CC0000
}

.navigation_popup
{
 display: none;
 visibility: hidden;
 position: absolute;
 padding-top: 5px;
 padding-left: 20px;
 padding-right: 20px;
 padding-bottom: 0;
 margin-top: 10px;
 margin-left: 0;
 margin-right: 0;
 margin-bottom: 0;
 z-index: 1000;
 background: #FFF;
 box-shadow: 0 5px 5px rgba(0,0,0,0.1);
 border-top: 1px solid #E3E3E3;
 border-left: 1px solid #E3E3E3;
 border-right: 1px solid #E3E3E3;
 border-bottom: 1px solid #E3E3E3;
 border-bottom-left-radius: 3px;
 border-bottom-right-radius: 3px
}

.navigation_button:hover > .navigation_popup, .navigation_popup:hover,
.navigation_button_active:hover > .navigation_popup, .navigation_popup:hover
{
 display: flex;
 visibility: visible
}

.navigation_popup_links
{
 position: relative;
 padding-top: 20px;
 padding-left: 0;
 padding-right: 0;
 padding-bottom: 0;
 margin: 0;
 box-sizing: border-box;
 overflow: hidden
}

.popup_links_width_about
{
 width: 130px
}

.navigation_popup_button
{
 position: relative;
 padding-top: 0;
 padding-left: 0;
 padding-right: 0;
 padding-bottom: 10px;
 margin-top: 0;
 margin-left: 0;
 margin-right: 0;
 margin-bottom: 10px;
 box-sizing: border-box;
 overflow: hidden
}

.subnavigation
{
 position: relative;
 width: 100%;
 padding: 0;
 margin: 0;
 border-bottom: 1px solid #E0E0E0;
 z-index: 100;
 overflow: visible
}

.subnavigation_wrap
{
 display: flex;
 position: relative;
 max-width: 1300px;
 padding-top: 0;
 padding-left: 50px;
 padding-right: 50px;
 padding-bottom: 0;
 margin: 0 auto;
 justify-content: space-between;
 overflow: visible
}

.subnavigation_left
{
 display: flex;
 position: relative;
 padding: 0;
 margin: 0;
 justify-content: flex-start;
 overflow: visible
}

.subnavigation_button
{
 position: relative;
 padding-top: 10px;
 padding-left: 0;
 padding-right: 0;
 padding-bottom: 20px;
 margin-top: 0;
 margin-left: 0;
 margin-right: 30px;
 margin-bottom: 0;
 box-sizing: border-box;
 overflow: visible
}

.subnavigation_button img, .subnavigation_button_active img
{
 margin-top: 8px;
 margin-left: 6px;
 float: right
}

.subnavigation_right
{
 display: flex;
 position: relative;
 padding: 0;
 margin: 0;
 justify-content: flex-start;
 overflow: visible
}

.search_button
{
 position: relative;
 padding-top: 10px;
 padding-left: 0;
 padding-right: 0;
 padding-bottom: 10px;
 margin: 0;
 overflow: hidden
}

.submenu, .submenu:active, .submenu:visited
{
 font-size: 0.875rem;
 color: #333;
 text-decoration: none
}

.submenu:hover
{
 font-size: 0.875rem;
 color: #CCC;
 text-decoration: none
}

.submenu_active, .submenu_active:hover, .submenu_active:active, .submenu_active:visited
{
 font-size: 0.875rem;
 color: #666;
 text-decoration: none;
 padding-bottom: 4px;
 border-bottom: 2px solid #CC0000
}

.subnavigation_popup
{
 display: none;
 visibility: hidden;
 position: absolute;
 padding-top: 5px;
 padding-left: 20px;
 padding-right: 20px;
 padding-bottom: 0;
 margin-top: 10px;
 margin-left: 0;
 margin-right: 0;
 margin-bottom: 0;
 z-index: 10;
 background: #FFF;
 box-shadow: 0 5px 5px rgba(0,0,0,0.1);
 border-top: 1px solid #CCC;
 border-left: 1px solid #999;
 border-right: 1px solid #999;
 border-bottom: 1px solid #999;
 border-bottom-left-radius: 3px;
 border-bottom-right-radius: 3px
}

.subnavigation_button:hover > .subnavigation_popup, .subnavigation_popup:hover,
.subnavigation_button_active:hover > .subnavigation_popup, .subnavigation_popup:hover
{
 display: flex;
 visibility: visible
}

.subnavigation_popup_links
{
 position: relative;
 padding-top: 20px;
 padding-left: 0;
 padding-right: 0;
 padding-bottom: 0;
 margin: 0;
 box-sizing: border-box;
 overflow: hidden
}

.popup_links_width_brands
{
 width: 130px
}

.popup_links_width_products
{
 width: 230px
}

.popup_links_width_technology
{
 width: 150px
}

.subnavigation_popup_button
{
 position: relative;
 padding-top: 0;
 padding-left: 0;
 padding-right: 0;
 padding-bottom: 10px;
 margin-top: 0;
 margin-left: 0;
 margin-right: 0;
 margin-bottom: 10px;
 box-sizing: border-box;
 overflow: hidden
}

.popupmenu, .popupmenu:active, .popupmenu:visited
{
 font-size: 0.813rem;
 color: #333;
 text-decoration: none
}

.popupmenu:hover
{
 font-size: 0.813rem;
 color: #CCC;
 text-decoration: none
}

.popupmenu_active, .popupmenu_active:hover, .popupmenu_active:active, .popupmenu_active:visited
{
 font-size: 0.813rem;
 color: #666;
 text-decoration: none
}

.navigation_mobile
{
 display: none
}

.mobile_links
{
 display: none
}

.path
{
 position: relative;
 width: 100%;
 padding: 0;
 margin: 0;
 overflow: hidden
}

.path_wrap
{
 position: relative;
 max-width: 1300px;
 padding-top: 20px;
 padding-left: 50px;
 padding-right: 50px;
 padding-bottom: 60px;
 margin: 0 auto;
 overflow: hidden
}

.path_wrap ul
{
 margin-top: 0;
 margin-left: -40px;
 margin-right: 0;
 margin-bottom: 0;
}

.path_wrap li
{
 display: block;
 font-size: 0.813rem;
 font-weight: 300;
 color: #333;
 list-style: none;
 padding: 0;
 margin-top: 0;
 margin-left: 0;
 margin-right: 10px;
 margin-bottom: 0;
 float: left
}

.title
{
 position: relative;
 max-width: 1300px;
 padding-top: 0;
 padding-left: 50px;
 padding-right: 50px;
 padding-bottom: 10px;
 margin: 0 auto;
 overflow: hidden
}

.title_wrap
{
 position: relative;
 width: 54%;
 padding-top: 0;
 padding-left: 21%;
 padding-right: 25%;
 padding-bottom: 0;
 margin: 0;
 overflow: hidden
}

.title_wrap p
{
 font-size: 0.813rem;
 margin-bottom: 20px
}

.content
{
 display: flex;
 position: relative;
 max-width: 1300px;
 padding-top: 0;
 padding-left: 50px;
 padding-right: 50px;
 padding-bottom: 0;
 margin: 0 auto;
 justify-content: space-between;
 flex-wrap: wrap;
 overflow: hidden
}

.col_left
{
 position: relative;
 width: 21%;
 padding-top: 0;
 padding-left: 0;
 padding-right: 60px;
 padding-bottom: 0;
 margin-top: 0;
 margin-left: 0;
 margin-right: 0;
 margin-bottom: 20px;
 box-sizing: border-box;
 overflow: hidden
}

.col_left p
{
 font-size: 0.938rem;
 font-weight: 500;
 margin-bottom: 20px
}

.col_left ul
{
 margin-bottom: 20px
}

.col_left li
{
 list-style: none;
 font-size: 0.813rem;
 padding-top: 0;
 padding-left: 2px;
 padding-right: 0;
 padding-bottom: 10px;
 margin-left: -40px;
 margin-bottom: 10px
}

.menu_line
{
 border-bottom: 1px dotted #E0E0E0
}

.col_middle
{
 position: relative;
 width: 54%;
 padding: 0;
 margin-top: 0;
 margin-left: 0;
 margin-right: 0;
 margin-bottom: 20px;
 overflow: hidden
}

.section
{
 position: relative;
 padding: 0;
 margin: 0;
 overflow: hidden
}

.news
{
 position: relative;
 padding-top: 0;
 padding-left: 0;
 padding-right: 0;
 padding-bottom: 10px;
 margin: 0;
 overflow: hidden
}

.news h2
{
 font-size: 1rem;
 font-weight: 400;
 margin-bottom: 5px
}

.news p
{
 font-weight: 300;
 line-height: 1.7;
 margin-bottom: 30px
}

.date
{
 font-size: 0.813rem;
 font-weight: 400;
 color: #333
}

.text_description
{
 position: relative;
 padding: 0;
 margin: 0;
 overflow: hidden
}

.text_description p
{
 font-size: 1rem;
 font-weight: 400;
 line-height: 1.7;
 margin-bottom: 25px
}

.text_image
{
 position: relative;
 padding: 0;
 margin-top: 5px;
 margin-left: 0;
 margin-right: 0;
 margin-bottom: 40px;
 overflow: hidden
}

.text_image img
{
 width: 100%;
 height: auto;
 border-radius: 3px
}

.text
{
 position: relative;
 padding-top: 0;
 padding-left: 0;
 padding-right: 0;
 padding-bottom: 50px;
 margin: 0;
 overflow: hidden
}

.text h2
{
 line-height: 1.5
}

.text h3
{
 line-height: 1.5
}

.text p
{
 font-size: 0.938rem;
 font-weight: 300;
 line-height: 1.9;
 margin-bottom: 25px
}

.text ul
{
 margin-bottom: 30px
}

.text li
{
 list-style-type: disc;
 font-size: 0.938rem;
 font-weight: 300;
 line-height: 1.9;
 margin-left: -5px
}

figure
{
 display: block;
 position: relative;
 width: 100%;
 padding: 0;
 margin: 0;
 overflow: hidden
}

.image
{
 position: relative;
 padding: 0;
 margin-top: 25px;
 margin-left: 0;
 margin-right: 0;
 margin-bottom: 25px;
 border-radius: 3px;
 overflow: hidden
}

.image img
{
 width: 100%;
 height: auto
}

figcaption
{
 font-size: 0.938rem;
 font-style: italic;
 font-weight: 300;
 color: #333;
 margin-top: 10px;
 margin-left: 0;
 margin-right: 0;
 margin-bottom: 0;
}

.pages
{
 position: relative;
 padding: 0;
 margin-top: 0;
 margin-left: 0;
 margin-right: 0;
 margin-bottom: 30px;
 overflow: hidden
}

.page, .page:hover, .page:active, .page:visited
{
 font-size: 1.125rem;
 text-decoration: none;
 margin-right: 15px
}

.page_active
{
 font-size: 1.125rem;
 margin-right: 15px
}

.col_right
{
 position: relative;
 width: 25%;
 padding-top: 0;
 padding-left: 60px;
 padding-right: 0;
 padding-bottom: 0;
 margin-top: 0;
 margin-left: 0;
 margin-right: 0;
 margin-bottom: 30px;
 box-sizing: border-box;
 overflow: hidden
}

.border
{
 position: relative;
 padding-top: 15px;
 padding-left: 15px;
 padding-right: 15px;
 padding-bottom: 5px;
 margin-top: 0;
 margin-left: 0;
 margin-right: 0;
 margin-bottom: 20px;
 background: #F6F6F6;
 border-radius: 3px;
 overflow: hidden
}

.border_img
{
 width: 100%;
 height: auto
}

.brand_logo
{
 width: auto;
 height: 18px;
 margin-top: 5px
}

.border_icon
{
 width: auto;
 height: 17px;
 margin-top: 0;
 margin-left: 0;
 margin-right: 7px;
 margin-bottom: 0;
 float: left
}

.border p
{
 font-size: 0.875rem;
 font-weight: 400;
 margin-bottom: 10px
}

.border ul
{
 margin-bottom: 10px
}

.border li
{
 list-style: none;
 font-size: 0.813rem;
 font-weight: 300;
 line-height: 1.5;
 margin-left: -40px;
 margin-bottom: 5px
}

.border label
{
 font-size: 0.75rem;
 font-weight: 400
}

.accept
{
 color: #00AA00
}

.error
{
 color: #CC0000
}

.textform
{
 width: 100%;
 font-family: 'Roboto', Helvetica, sans-serif;
 font-size: 0.813rem;
 font-weight: 400;
 color: #333;
 padding: 8px;
 box-sizing: border-box;
 border: 1px solid #CCC;
 border-radius: 5px
}

.button
{
 font-family: 'Roboto', Helvetica, sans-serif;
 font-size: 0.75rem;
 font-weight: 500;
 color: #FFF;
 text-transform: uppercase;
 padding-top: 10px;
 padding-left: 15px;
 padding-right: 15px;
 padding-bottom: 10px;
 margin: 0;
 background: #336699;
 border: 0;
 border-radius: 5px;
 cursor: pointer;
 -webkit-appearance: none
}

.testform
{
 display: none
}

.footer
{
 position: relative;
 width: 100%;
 padding: 0;
 margin: 0;
 background: #F3F3F3;
 overflow: hidden
}

.footer_wrap
{
 display: flex;
 position: relative;
 max-width: 1300px;
 padding-top: 50px;
 padding-left: 50px;
 padding-right: 50px;
 padding-bottom: 25px;
 margin: 0 auto;
 justify-content: space-between;
 flex-wrap: wrap;
 overflow: hidden
}

.footer_company, .footer_products, .footer_customers
{
 position: relative;
 width: 25%;
 padding-top: 0;
 padding-left: 0;
 padding-right: 20px;
 padding-bottom: 0;
 margin: 0;
 box-sizing: border-box;
 overflow: hidden;
}

.footer_company p, .footer_products p, .footer_customers p
{
 font-size: 0.938rem;
 font-weight: 500;
 margin-bottom: 20px
}

.footer_company ul, .footer_products ul, .footer_customers ul
{
 margin-bottom: 25px
}

.footer_company li, .footer_products li, .footer_customers li
{
 font-size: 0.813rem;
 color: #666;
 line-height: 1.5;
 list-style: none;
 margin-top: 0;
 margin-left: -40px;
 margin-right: 0;
 margin-bottom: 10px
}

.footer_social
{
 position: relative;
 width: 25%;
 padding: 0;
 margin-top: 0;
 margin-left: 0;
 margin-right: 0;
 margin-bottom: 25px;
 overflow: hidden
}

.social_title
{
 position: relative;
 padding: 0;
 margin: 0;
 overflow: hidden
}

.social_title p
{
 font-size: 0.938rem;
 font-weight: 500;
 text-align: right
}

.social
{
 display: flex;
 position: relative;
 padding: 0;
 margin: 0;
 justify-content: flex-end;
 overflow: hidden
}

.social_icon
{
 position: relative;
 padding: 0;
 margin-top: 0;
 margin-left: 10px;
 margin-right: 0;
 margin-bottom: 0;
 overflow: hidden
}

.social_icon img
{
 width: 30px;
 height: auto
}

.macropod
{
 position: absolute;
 padding: 0;
 margin: 0;
 bottom: 0;
 right: 0;
 overflow: hidden
}

.macropod img
{
 width: 35px;
 height: auto
}

.copyright
{
 position: relative;
 width: 100%;
 padding: 0;
 margin: 0;
 background: #F9F9F9;
 overflow: hidden
}

.copyright_wrap
{
 display: flex;
 position: relative;
 max-width: 1300px;
 padding-top: 30px;
 padding-left: 50px;
 padding-right: 50px;
 padding-bottom: 30px;
 margin: 0 auto;
 justify-content: space-between;
 flex-wrap: wrap;
 overflow: hidden
}

.copyright_left
{
 display: flex;
 position: relative;
 width: 40%;
 padding: 0;
 margin: 0;
 justify-content: flex-start;
 overflow: hidden
}

.copyright_logo
{
 position: relative;
 padding-top: 0;
 padding-left: 0;
 padding-right: 30px;
 padding-bottom: 0;
 margin: auto 0;
 overflow: hidden
}

.copyright_logo img
{
 width: 110px;
 height: auto;
 filter: grayscale(100%);
 opacity: 0.5
}

.copyright_rivernord_logo
{
 position: relative;
 padding: 0;
 margin: auto 0;
 overflow: hidden
}

.copyright_rivernord_logo img
{
 width: 80px;
 height: auto;
 filter: grayscale(100%);
 opacity: 0.3
}

.copyright_right
{
 position: relative;
 width: 60%;
 padding: 0;
 margin: 0;
 overflow: hidden
}

.copyright_links
{
 display: flex;
 position: relative;
 padding: 0;
 margin-top: 0;
 margin-left: 0;
 margin-right: 0;
 margin-bottom: 10px;
 justify-content: flex-end;
 overflow: hidden
}

.copyright_legal
{
 font-size: 0.75rem;
 position: relative;
 padding: 0;
 margin: 0;
 overflow: hidden
}

.copyright_privacy
{
 font-size: 0.75rem;
 position: relative;
 padding-top: 0;
 padding-left: 10px;
 padding-right: 0;
 padding-bottom: 0;
 margin-top: 0;
 margin-left: 10px;
 margin-right: 0;
 margin-bottom: 0;
 border-left: 1px solid #999;
 box-sizing: border-box;
 overflow: hidden
}

.copyright_sitemap
{
 font-size: 0.75rem;
 position: relative;
 padding-top: 0;
 padding-left: 10px;
 padding-right: 0;
 padding-bottom: 0;
 margin-top: 0;
 margin-left: 10px;
 margin-right: 0;
 margin-bottom: 0;
 border-left: 1px solid #999;
 box-sizing: border-box;
 overflow: hidden
}

.copyright_text
{
 font-size: 0.75rem;
 color: #666;
 text-align: right;
 position: relative;
 padding: 0;
 margin: 0;
 overflow: hidden
}

.bg-popup
{
 display: flex;
 position: fixed;
 top: 0;
 left: 0;
 width: 100%;
 height: 100%;
 z-index: 100;
 justify-content: center;
 align-items: center;
 background: rgba(0,0,0, .80)
}

.bg-popup_window
{
 position: relative;
 height: auto;
 padding: 20px;
 background: #FFF;
 box-sizing: border-box;
 border-radius: 5px;
}

.popup_title
{
 position: relative;
 padding-top: 0;
 padding-left: 0;
 padding-right: 0;
 padding-bottom: 15px;
 margin: 0;
 border-bottom: 1px solid #CCC;
 overflow: hidden
}

.popup_title p
{
 font-size: 0.875rem;
 font-weight: 500;
 margin: 0
}

.popup_message
{
 position: relative;
 padding-top: 25px;
 padding-left: 0;
 padding-right: 0;
 padding-bottom: 25px;
 margin: 0;
 overflow: hidden
}

.popup_message p
{
 font-weight: 300;
 text-align: center;
 margin: 0
}

.popup_button
{
 display: flex;
 position: relative;
 padding: 0;
 margin: 0;
 justify-content: center;
 overflow: hidden
}

.exit
{
 font-family: 'Roboto', Helvetica, sans-serif;
 font-size: 0.75rem;
 font-weight: 400;
 color: #FFF;
 text-transform: uppercase;
 padding-top: 10px;
 padding-left: 15px;
 padding-right: 15px;
 padding-bottom: 10px;
 margin: 0;
 background: #336699;
 border: 0;
 border-radius: 5px;
 cursor: pointer
}

@media screen and (max-width: 980px)
{
 h1
 {
  margin-bottom: 20px
 }

 .top_wrap
 {
  padding-left: 30px;
  padding-right: 30px
 }

 .header_wrap
 {
  padding-left: 30px;
  padding-right: 30px
 }

 .navigation_button
 {
  margin-left: 25px
 }

 .subnavigation_wrap
 {
  padding-left: 30px;
  padding-right: 30px
 }

 .subnavigation_button
 {
  margin-right: 25px
 }

 .path_wrap
 {
  padding-left: 30px;
  padding-right: 30px
 }

 .title
 {
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 0;
 }

 .content
 {
  padding-left: 30px;
  padding-right: 30px
 }

 .text
 {
  padding-bottom: 15px
 }

 .col_left
 {
  padding-right: 30px
 }

 .col_right
 {
  padding-left: 30px
 }

 .footer_wrap
 {
  padding-top: 30px;
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 5px
 }

 .copyright_wrap
 {
  padding-left: 30px;
  padding-right: 30px
 }
}

@media screen and (max-width: 920px)
{
 .path_wrap
 {
  padding-bottom: 20px
 }

 .title_wrap
 {
  width: 70%;
  padding-left: 0;
  padding-right: 30%
 }

 .col_left
 {
  display: none
 }

 .col_middle
 {
  width: 65%;
  margin-bottom: 0
 }

 .col_right
 {
  width: 35%;
  margin-bottom: 10px
 }

 .brand_logo
 {
  height: 16px
 }

 .footer_wrap
 {
  padding-top: 25px;
  padding-bottom: 25px
 }

 .footer_company, .footer_products, .footer_customers
 {
  width: 33%
 }

 .footer_social
 {
  width: 100%;
  padding-top: 20px;
  margin-bottom: 0;
  border-top: 1px solid #E0E0E0
 }

 .social_title p
 {
  text-align: left
 }

 .social
 {
  justify-content: flex-start
 }

 .social_icon
 {
  margin-left: 0;
  margin-right: 10px
 }

 .copyright_logo
 {
  padding-right: 20px
 }
}

@media screen and (max-width: 740px)
{
 h1
 {
  font-size: 1.625rem
 }

 .topmenu, .topmenu:active, .topmenu:visited
 {
  font-size: 0.813rem
 }

 .topmenu:hover
 {
  font-size: 0.813rem
 }

 .topmenu_active, .topmenu_active:hover, .topmenu_active:active, .topmenu_active:visited
 {
  font-size: 0.813rem
 }

 .header
 {
  border-bottom: 1px solid #E0E0E0
 }

 .logo
 {
  width: 80%
 }

 .logo img
 {
  width: 130px
 }

 .navigation
 {
  display: none
 }

 .subnavigation
 {
  display: none
 }

 .navigation_mobile
 {
  display: flex;
  position: relative;
  width: 20%;
  padding-top: 20px;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 20px;
  margin: 0;
  justify-content: flex-end;
  overflow: hidden
 }

 .mobile_menu
 {
  position: relative;
  padding: 0;
  margin: 0;
  overflow: hidden
 }

 .mobile_menu img
 {
  width: 25px;
  height: auto
 }

 .menu_mobile,.menu_mobile:hover,.menu_mobile:visited,.menu_mobile:active
 {
  cursor: pointer
 }

 .mobile_links
 {
  position: absolute;
  width: 100%;
  padding-top: 25px;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 5px;
  margin: 0;
  border-bottom: 1px solid #E3E3E3;
  background: #FFF;
  box-shadow: 0 7px 10px rgba(0,0,0,0.1);
  z-index: 1000;
  box-sizing: border-box;
  overflow: hidden
 }

 .navigation_button
 {
  position: relative;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 20px;
  margin: 0;
  overflow: hidden
 }

 .navigation_button_account
 {
  position: relative;
  padding-top: 15px;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 15px;
  margin: 0;
  border-top: 1px solid #E3E3E3;
  box-sizing: border-box;
  overflow: hidden
 }

 .navigation_button_exit
 {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 15px;
 }

 .menu, .menu:visited, .menu:active
 {
  font-size: 1rem
 }

 .menu:hover
 {
  font-size: 1rem
 }

 .menu_active, .menu_active:visited, .menu_active:active, .menu_active:hover
 {
  font-size: 1rem
 }

 .path
 {
  display: none
 }

 .title
 {
  padding-top: 20px
 }

 .title_wrap
 {
  width: 100%;
  padding-right: 0
 }

 .content
 {
  display: block;
  padding-bottom: 0
 }

 .col_middle
 {
  width: 100%
 }

 .news
 {
  padding-bottom: 0
 }

 .news h2
 {
  font-size: 1.125rem
 }

 .news p
 {
  margin-bottom: 20px
 }

 .text_description p
 {
  margin-bottom: 20px
 }

 .text_image
 {
  margin-bottom: 25px
 }

 .text
 {
  padding-bottom: 10px
 }

 .text p
 {
  line-height: 1.7;
  margin-bottom: 20px
 }

 .text ul
 {
  margin-bottom: 20px
 }

 .pages
 {
  margin-bottom: 20px
 }

 .pages p
 {
  font-size: 1rem
 }

 .page, .page:hover, .page:active, .page:visited
 {
  margin-right: 20px
 }

 .page_active
 {
  margin-right: 20px
 }

 .col_right
 {
  width: 100%;
  padding-left: 0
 }

 .brand_logo
 {
  height: 20px
 }

 .border p
 {
  font-size: 1rem
 }

 .border label
 {
  font-size: 0.875rem
 }

 .border li
 {
  font-size: 0.938rem;
  list-style: none;
  margin-left: -40px;
  margin-bottom: 10px
 }

 .textform
 {
  font-size: 0.938rem
 }

 .button
 {
  font-size: 0.813rem
 }

 .footer_company, .footer_products, .footer_customers
 {
  width: 50%;
  padding-right: 0
 }

 .footer_company p, .footer_products p, .footer_customers p
 {
  font-size: 1rem
 }

 .footer_company ul, .footer_products ul, .footer_customers ul
 {
  margin-bottom: 20px
 }

 .footer_company li, .footer_products li, .footer_customers li
 {
  font-size: 0.875rem
 }

 .footer_social
 {
  width: 50%;
  padding-top: 0;
  border-top: 0
 }

 .social_icon
 {
  margin-left: 0;
  margin-right: 15px;
  margin-bottom: 0
 }

 .macropod
 {
  position: relative;
  left: 0;
  right: auto;
  margin-top: 30px;
  margin-bottom: 5px
 }

 .copyright_left
 {
  width: 100%;
  margin-bottom: 20px
 }

 .copyright_logo img
 {
  width: 110px
 }

 .copyright_rivernord_logo img
 {
  width: 90px
 }

 .copyright_right
 {
  width: 100%
 }

 .copyright_links
 {
  margin-bottom: 15px;
  justify-content: flex-start
 }

 .copyright_legal, .copyright_privacy, .copyright_sitemap
 {
  font-size: 0.813rem
 }

 .copyright_text
 {
  font-size: 0.813rem;
  text-align: left
 }
}

@media screen and (max-width: 690px)
{
 .top_wrap
 {
  display: block
 }

 .top_left
 {
  justify-content: center;
  background: #E9E9E9;
  border-left: 1px solid #E3E3E3;
  border-right: 1px solid #E3E3E3;
  border-bottom: 1px solid #E3E3E3;
  border-bottom-left-radius: 7px;
  border-bottom-right-radius: 7px
 }

 .topmenu, .topmenu:active, .topmenu:visited
 {
  font-size: 0.938rem
 }

 .topmenu:hover
 {
  font-size: 0.938rem
 }

 .topmenu_active, .topmenu_active:hover, .topmenu_active:active, .topmenu_active:visited
 {
  font-size: 0.938rem
 }
}

@media screen and (max-width: 480px)
{
 h1
 {
  font-size: 1.5rem
 }

 .top_wrap
 {
  padding-left: 20px;
  padding-right: 20px
 }

 .top_left
 {
  display: block
 }

 .customers_button
 {
  text-align: center;
  padding-top: 15px;
 }

 .rivernord_button
 {
  text-align: center;
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 15px;
  margin-top: 0;
  margin-left: 0;
  margin-bottom: 0;
  border-left: 0
 }

 .account_button
 {
  padding-top: 15px;
  padding-bottom: 15px
 }

 .account_button_active
 {
  padding-top: 15px;
  padding-bottom: 13px;
 }

 .account_button_exit
 {
  margin-top: 15px;
  margin-bottom: 15px
 }
 
 .cart_button
 {
  padding-top: 15px;
  padding-bottom: 15px
 }

 .lang_button
 {
  padding-left: 15px;
  margin-top: 15px;
  margin-left: 15px;
  margin-bottom: 15px
 }

 .topmenu, .topmenu:active, .topmenu:visited
 {
  font-size: 1rem;
  font-weight: 500
 }

 .topmenu:hover
 {
  font-size: 1rem;
  font-weight: 500
 }

 .topmenu_active, .topmenu_active:hover, .topmenu_active:active, .topmenu_active:visited
 {
  font-size: 1rem;
  font-weight: 500
 }

 .header_wrap
 {
  padding-left: 20px;
  padding-right: 20px
 }

 .logo img
 {
  width: 120px
 }

 .menu, .menu:visited, .menu:active
 {
  font-size: 1.125rem
 }

 .menu:hover
 {
  font-size: 1.125rem
 }

 .menu_active, .menu_active:visited, .menu_active:active, .menu_active:hover
 {
  font-size: 1.125rem
 }

 .title
 {
  padding-left: 20px;
  padding-right: 20px
 }

 .content
 {
  padding-left: 20px;
  padding-right: 20px
 }

 .news h2
 {
  font-size: 1.25rem
 }

 .news p
 {
  font-size: 1rem;
  margin-bottom: 20px
 }

 .text_description p
 {
  font-size: 1.063rem
 }

 .text p
 {
  font-size: 1.063rem;
 }

 .text li
 {
  font-size: 1.063rem;
 }

 figcaption
 {
  font-size: 1rem
 }

 .col_right
 {
  margin-bottom: 0
 }

 .border p
 {
  font-size: 1.063rem
 }

 .border li
 {
  font-size: 1rem;
  line-height: 1.7
 }

 .border_icon
 {
  margin-top: 5px
 }

 .footer_wrap
 {
  display: block;
  padding-left: 20px;
  padding-right: 20px
 }

 .footer_company, .footer_products, .footer_customers
 {
  width: 100%;
  padding-bottom: 5px
 }

 .footer_company p, .footer_products p, .footer_customers p
 {
  font-size: 1.063rem
 }

 .footer_company li, .footer_products li, .footer_customers li
 {
  font-size: 1rem
 }

 .footer_hide
 {
  display: none
 }

 .footer_social
 {
  width: 100%
 }

 .social_title p
 {
  font-size: 1.063rem;
  margin-bottom: 25px
 }

 .social_icon img
 {
  width: 40px
 }

 .macropod
 {
  margin-top: 35px;
  margin-bottom: 5px
 }

 .macropod img
 {
  width: 45px
 }

 .copyright_wrap
 {
  padding: 20px
 }

 .copyright_links
 {
  display: block;
  margin-bottom: 20px
 }

 .copyright_legal
 {
  font-size: 1rem;
  margin-bottom: 10px
 }

 .copyright_privacy
 {
  font-size: 1rem;
  padding-left: 0;
  margin-left: 0;
  margin-bottom: 10px;
  border-left: 0
 }

 .copyright_sitemap
 {
  font-size: 1rem;
  padding-left: 0;
  margin-left: 0;
  border-left: 0
 }
}

@media screen and (max-width: 380px)
{
 .bg-popup_window
 {
  margin: 10px
 }
}

@media screen and (max-width: 330px)
{
 .cart_button
 {
  padding-left: 10px
 }

 .account_button_exit
 {
  padding-left: 5px
 }
}