/*
Theme Name: AC
Theme URI: 
Author: 2046
Author URI: http://2046.cz/
Description: 
Version: 0.2
License: Aggressive Copyright
License URI: http://aggresive-copyright.org
Tags: 
*/
._primary {
  color: #410082 !important;
}
._secondary {
  color: #AFD24A !important;
}
* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  box-sizing: border-box;
}
a:hover,
button:hover,
select:hover,
a:active,
button:active,
select:active,
a:focus,
button:focus,
select:focus {
  outline: none;
}
html,
body {
  background: #F8F8F8;
  padding: 0;
  margin: 0;
}
html .devel *,
body .devel * {
  box-shadow: 0 0 5px 5px pink;
}
.dummy {
  min-height: 30vh;
  background: #7F7F7F;
}
button {
  background-color: transparent;
  border: none;
}
.square {
  background: #7F7F7F;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 3px;
  margin-right: 3.83333333px;
}
.icon {
  height: 34.5px;
  width: 34.5px;
  padding: 5.75px;
  display: inline-block;
}
.inputs {
  color: #7F7F7F;
  appearance: none;
  padding: 5.75px;
  border-radius: 3px;
  border: 0;
}
.inputs.enlarged {
  padding: 11.5px 34.5px 11.5px 11.5px;
}
select {
  color: #7F7F7F;
  appearance: none;
  padding: 5.75px;
  border-radius: 3px;
  border: 0;
  margin-right: 5.75px;
  padding-right: 34.5px;
  padding-left: 11.5px;
  background: url(img/select_arrow.png) right 14px center no-repeat #F0F0F0;
}
select.enlarged {
  padding: 11.5px 34.5px 11.5px 11.5px;
}
input[type="search"] {
  color: #7F7F7F;
  appearance: none;
  padding: 5.75px;
  border-radius: 3px;
  border: 0;
}
input[type="search"].enlarged {
  padding: 11.5px 34.5px 11.5px 11.5px;
}
input[type="submit"] {
  color: #7F7F7F;
  appearance: none;
  padding: 5.75px;
  border-radius: 3px;
  border: 0;
  background-color: #410082;
  color: #fff;
}
input[type="submit"].enlarged {
  padding: 11.5px 34.5px 11.5px 11.5px;
}
input[type="text"],
select,
input[type="search"] {
  background-color: #F0F0F0;
  border: 0;
}
input[type="text"]:hover,
select:hover,
input[type="search"]:hover,
input[type="text"]:active,
select:active,
input[type="search"]:active,
input[type="text"]:focus,
select:focus,
input[type="search"]:focus {
  outline: none;
}
.view select {
  min-width: 200px;
}
a {
  color: #7F7F7F;
  text-decoration: none;
  transition: opacity 0.4s;
}
a:hover,
a:active,
a:focus {
  transition: opacity 0.4s;
  color: #000;
  text-decoration: none;
}
h1,
._h1 {
  color: #7F7F7F;
}
.edit-link {
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 10;
  background: red;
  color: #fff;
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
}
.edit-link:hover {
  color: #fff;
  text-decoration: none;
}
._anchor {
  margin-top: -57.5px;
  opacity: 0;
  position: absolute;
  z-index: 3;
  text-decoration: none;
}
.anchor {
  margin-top: -57.5px;
  opacity: 0;
  position: absolute;
  z-index: 3;
  text-decoration: none;
  left: 11.5px;
  display: inline-block;
  text-align: center;
  width: 28px;
  height: 28px;
  background: black;
  color: #fff;
  border-radius: 0 0 50% 50%;
}
.anchor:hover,
.anchor:active,
.anchor:focus {
  color: #fff;
}
.noanim {
  transition: all 0s;
}
.anim {
  transition: all 0.4s;
}
.anim2 {
  transition: all 0.8s;
}
.logged-in .anchor {
  opacity: 1;
}
.logo {
  display: inline-block;
  opacity: 1;
}
.logo img {
  width: 105px;
  height: 32px;
}
.stock span {
  color: #231F20;
}
.stock span:first-of-type {
  color: #7F7F7F;
}
.stock span.trend {
  position: relative;
  color: #AFD24A;
  transform-origin: center;
  padding-left: 3.83333333px;
}
.stock span.trend img {
  width: 13px;
  height: 13px;
  vertical-align: baseline;
  transform: translateY(1px);
}
.stock span.trend.steady img {
  transform: rotate(45deg);
}
.stock span.trend.down img {
  transform: rotate(90deg);
}
nav {
  position: relative;
  z-index: 2096;
  height: 64px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #fff;
  padding: 0 46px;
}
nav.fixed-top {
  position: fixed;
  width: 100%;
}
nav .search-toggler {
  border: 1px solid #000;
  color: #000;
  padding-left: 16.1px;
  padding-right: 5.75px;
  margin-right: 23px;
  height: 25px;
  border-radius: 99999px;
  display: flex;
  align-items: center;
  transition: all 0.4s;
}
nav .search-toggler:hover {
  opacity: 1;
  transition: all 0.4s;
}
nav .search-toggler span {
  margin-bottom: -2px;
  margin-right: 0.1rem;
}
nav .search-toggler img {
  width: 19px;
  height: 14px;
  margin-left: 0.15rem;
  margin-right: 0.35rem;
}
nav .toggler {
  width: 22px;
  padding: 0;
  line-height: 0;
  display: flex;
  flex-flow: column;
  align-items: center;
}
nav .toggler span {
  height: 2px;
  background: #231F20;
  width: 22px;
  border-radius: 99999px;
  margin-top: 3px;
  margin-bottom: 3px;
  display: inline-block;
}
nav .righty {
  display: flex;
  flex-flow: row;
  align-items: center;
  margin-bottom: 6px;
}
nav .stock {
  margin-right: 46px;
}
.top_menu {
  position: fixed;
  z-index: 2046;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  width: 100%;
  min-height: 100vh;
  left: 0;
  top: 0;
  transform: translateY(-100vh);
  overflow: hidden;
  padding: 23px;
}
.top_menu ul {
  margin: 0;
  padding: 0;
}
.top_menu ul li {
  list-style: none;
  margin: 23px 0;
  padding: 0;
  line-height: 1.1em;
  overflow: hidden;
}
.top_menu ul li a {
  opacity: 0;
  display: inline-block;
  position: relative;
  transform: translateY(2em);
  letter-spacing: -0.05em;
}
#wrap {
  padding-top: 64px;
}
body.menu_shown .top_menu {
  transition: transform 0.6s ease-out 1.34s;
}
body.menu_shown .top_menu ul li:nth-child(1) a {
  transition: transform 0.6s ease-out 1.14s, opacity 0.6s ease-out 1.14s;
}
body.menu_shown .top_menu ul li:nth-child(2) a {
  transition: transform 0.6s ease-out 1.02s, opacity 0.6s ease-out 1.02s;
}
body.menu_shown .top_menu ul li:nth-child(3) a {
  transition: transform 0.6s ease-out 0.9s, opacity 0.6s ease-out 0.9s;
}
body.menu_shown .top_menu ul li:nth-child(4) a {
  transition: transform 0.6s ease-out 0.78s, opacity 0.6s ease-out 0.78s;
}
body.menu_shown .top_menu ul li:nth-child(5) a {
  transition: transform 0.6s ease-out 0.66s, opacity 0.6s ease-out 0.66s;
}
body.menu_shown .top_menu ul li:nth-child(6) a {
  transition: transform 0.6s ease-out 0.54s, opacity 0.6s ease-out 0.54s;
}
body.menu_shown .top_menu ul li:nth-child(7) a {
  transition: transform 0.6s ease-out 0.42s, opacity 0.6s ease-out 0.42s;
}
body.menu_shown .navbar .logo,
body.menu_shown .navbar .stock {
  opacity: 1;
  transition: opacity 0.3s ease-out 1.74s;
}
body.menu_shown .navbar .search-toggler {
  opacity: 0.5;
}
body.menu_shown .navbar .search-toggler:hover {
  opacity: 1;
}
body.menu_active .top_menu {
  transform: translateY(0px);
  width: 100%;
  transition: transform 0.6s;
}
body.menu_active .top_menu ul li a {
  transform: translateY(0);
  opacity: 1;
}
body.menu_active .top_menu ul li:nth-child(7) a {
  transition: transform 0.6s ease-out 0.96s, opacity 0.6s ease-out 0.96s;
}
body.menu_active .top_menu ul li:nth-child(6) a {
  transition: transform 0.6s ease-out 0.84s, opacity 0.6s ease-out 0.84s;
}
body.menu_active .top_menu ul li:nth-child(5) a {
  transition: transform 0.6s ease-out 0.72s, opacity 0.6s ease-out 0.72s;
}
body.menu_active .top_menu ul li:nth-child(4) a {
  transition: transform 0.6s ease-out 0.6s, opacity 0.6s ease-out 0.6s;
}
body.menu_active .top_menu ul li:nth-child(3) a {
  transition: transform 0.6s ease-out 0.48s, opacity 0.6s ease-out 0.48s;
}
body.menu_active .top_menu ul li:nth-child(2) a {
  transition: transform 0.6s ease-out 0.36s, opacity 0.6s ease-out 0.36s;
}
body.menu_active .top_menu ul li:nth-child(1) a {
  transition: transform 0.6s ease-out 0.24s, opacity 0.6s ease-out 0.24s;
}
body.menu_active .navbar .logo,
body.menu_active .navbar .stock,
body.menu_active .navbar .search-toggler {
  opacity: 0;
  transition: opacity 0.6s ease-out;
}
.submenu ul {
  padding: 0;
  margin: 46px 0 11.5px 0;
}
.submenu ul li {
  list-style: none;
  display: inline;
}
.submenu ul li:last-child a {
  margin-right: 0;
}
.submenu ul li a {
  color: #000;
  position: relative;
  margin-right: 34.5px;
}
.submenu ul li a:after {
  position: absolute;
  content: '';
  width: 100%;
  bottom: -2px;
  left: 0;
  height: 2px;
  opacity: 0;
  background-color: #000;
  transition: all 0.4s;
}
.submenu ul li a:hover:after,
.submenu ul li a:active:after,
.submenu ul li a:focus:after {
  transition: all 0.4s;
  opacity: 1;
  background-color: #000;
}
.footer {
  background: #410082;
  color: #fff;
}
.footer .logo {
  margin-bottom: 1.3rem;
}
.footer .column {
  display: flex;
  flex-flow: column;
}
.footer ul,
.footer li {
  list-style: none;
  padding-left: 0;
  margin-top: 0;
}
.footer a {
  color: #fff;
  display: inline-block;
}
.footer .footer_data {
  padding: 46px 0 92px 0;
}
.footer .footer_data h3 {
  opacity: 0.4;
  margin-top: 6.9px;
  margin-bottom: 31.05px;
}
.footer .footer_data ul a {
  margin-bottom: 14.95px;
  position: relative;
}
.footer .footer_data ul a:after {
  position: absolute;
  content: '';
  width: 100%;
  bottom: -2px;
  left: 0;
  height: 2px;
  opacity: 0;
  background-color: #fff;
  transition: all 0.4s;
}
.footer .footer_data ul a:hover:after,
.footer .footer_data ul a:active:after,
.footer .footer_data ul a:focus:after {
  transition: all 0.4s;
  opacity: 1;
  background-color: #fff;
}
.footer .footer_terms {
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  padding: 23px 0;
}
.footer .footer_terms ul,
.footer .footer_terms li {
  margin-bottom: 0;
}
.footer .footer_terms li {
  display: inline-block;
}
.footer .makegood {
  position: relative;
  margin-bottom: 46px;
}
.footer .makegood b {
  position: absolute;
  font-size: 1.3rem;
  vertical-align: baseline;
  transform: translateY(-1px);
}
.footer .makegood span {
  display: block;
}
.footer .copyright {
  text-align: right;
}
.footer .policy a {
  display: inline-block;
  margin-bottom: 0;
  margin-right: 23px;
}
.socials a {
  display: inline-block;
}
.socials a img {
  width: 16px;
  height: 16px;
}
.toggler span {
  transform-origin: center left;
}
.toggler span:nth-of-type(1) {
  transition: top 200ms 250ms, transform 200ms;
}
.toggler span:nth-of-type(2) {
  transition: opacity 300ms;
}
.toggler span:nth-of-type(3) {
  transition: top 100ms 300ms, transform 200ms;
}
.toggler.active span:nth-of-type(1) {
  transform: rotate3d(0, 0, 1, 45deg) translateX(0.5px);
  transition: top 100ms, transform 200ms 250ms;
}
.toggler.active span:nth-of-type(2) {
  opacity: 0;
  transition: opacity 200ms;
}
.toggler.active span:nth-of-type(3) {
  transform: rotate3d(0, 0, 1, -45deg);
  transition: top 200ms, transform 200ms 250ms;
}
.toolbox {
  margin-top: 11.5px;
}
ul.bar {
  display: flex;
  justify-content: space-evenly;
  padding-left: 0;
  margin-top: 0;
  margin-bottom: 57.5px;
}
ul.bar li {
  list-style: none;
  background-color: #7F7F7F;
  flex-grow: 1;
  text-align: center;
  transition: all 0.4s;
}
ul.bar li a {
  padding: 2.875px 0;
  color: #fff;
  display: block;
}
ul.bar li.active,
ul.bar li:hover {
  background-color: #fff;
  transition: all 0.4s;
}
ul.bar li.active a,
ul.bar li:hover a {
  color: #7F7F7F;
}
.perex,
.note {
  color: #7F7F7F;
  margin-bottom: 23px;
}
.note {
  margin: 0 0 34.5px 0;
}
.pagination {
  padding-top: 11.5px;
  padding-bottom: 11.5px;
}
.pagination .pagination_pages {
  border: 1px solid rgba(151, 151, 151, 0.3);
}
.pagination .pagination_pages a,
.pagination .pagination_pages span {
  border-right: 1px solid rgba(151, 151, 151, 0.3);
  padding: 3.83333333px 5.75px;
}
.pagination .pagination_pages a:last-child,
.pagination .pagination_pages span:last-child {
  border-right: 0;
}
.pagination .pagination_pages a.active,
.pagination .pagination_pages span.active {
  background: rgba(151, 151, 151, 0.3);
}
.pagination .pagination_pages a:hover img,
.pagination .pagination_pages span:hover img {
  opacity: 1;
  transition: all 0.4s;
}
.pagination .pagination_pages a.prev img,
.pagination .pagination_pages span.prev img {
  transform: rotate(180deg);
}
.pagination .pagination_pages a img,
.pagination .pagination_pages span img {
  opacity: 0.5;
  width: 11.5px;
  height: 11.5px;
  transition: all 0.4s;
}
.pagination_sum {
  padding: 34.5px 0;
  border-bottom: 1px solid rgba(151, 151, 151, 0.3);
  color: #000;
}
.pagination_sum a {
  color: #000;
  margin-right: 11.5px;
}
.open_table {
  margin-bottom: 11.5px;
}
.open_table .title {
  color: #000;
}
.open_table .row:first-of-type {
  margin-top: 0;
}
.open_table .row:first-of-type ._td {
  padding-top: 0;
}
.open_table .row:last-of-type ._td {
  border-bottom: 0;
}
.open_table .row ._td {
  box-shadow: inset 2px 0 0 -1px #7F7F7F;
  border-bottom: 1px solid #7F7F7F;
  padding: 23px;
  margin-top: -1px;
}
.table_view {
  margin-bottom: 34.5px;
  color: #7F7F7F;
}
.table_view .heading {
  text-transform: uppercase;
  border-bottom: 1px solid #7F7F7F;
  padding-bottom: 11.5px;
  color: #000;
}
.table_view .item {
  display: flex;
  border-bottom: 1px solid #7F7F7F;
  padding: 6.9px 0;
}
.table_view .item .col:last-of-type {
  text-align: right;
}
.table_view .item .title,
.table_view .item .value {
  color: #000;
}
.row_view .item {
  padding-top: 28.75px;
  border-bottom: 1px solid rgba(151, 151, 151, 0.3);
  color: #7F7F7F;
}
.row_view .item:last-of-type {
  border-bottom: 0;
}
.row_view .item h3 {
  margin-top: 0;
}
.row_view .item h3 a {
  color: #000;
}
.dummy_cision_filter .pagination {
  padding-top: 23px;
  padding-bottom: 34.5px;
  border-bottom: 1px solid rgba(151, 151, 151, 0.3);
}
.table > :not(caption) > * > * {
  border-color: rgba(151, 151, 151, 0.3);
  border-style: solid;
  border-width: 0;
  border-bottom-width: 1px;
  padding: 11.5px 0;
}
.table {
  border-collapse: collapse;
  width: 100%;
  text-align: left;
}
.table thead {
  margin-bottom: 11.5px;
}
.faqBlock a {
  color: #000;
}
.dummy_cision_sum_table {
  color: #7F7F7F;
}
.dummy_cision_sum_table ._h1 {
  color: #000;
}
.dummy_cision_sum_table .head {
  padding: 0 0 34.5px 0;
}
.view {
  margin-bottom: 23px;
}
.plus {
  width: 30px;
  height: 30px;
  background-image: url(img/plus.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 13px 13px;
  transform-origin: center;
  transform: rotate(0deg);
  position: relative;
  transition: all 0.4s;
}
.coffer {
  color: #7F7F7F;
}
.coffer.open .plus {
  background-image: none;
}
.coffer.open .plus:after {
  content: '';
  position: absolute;
  display: inline-block;
  height: 3px;
  width: 12px;
  background: #410082;
  left: 10px;
  top: 14px;
}
.coffer.open .treasure {
  overflow: auto;
  max-height: 2046px;
  transition: max-height 0.3s ease-in;
}
.coffer .cover {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 23px;
}
.coffer .cover h3 {
  margin-top: 0;
  margin-bottom: 5.75px;
}
.coffer .treasure {
  overflow: hidden;
  max-height: 0;
  padding: 0;
  border-bottom: 1px solid #7F7F7F;
  margin-bottom: 1.1rem;
  transition: max-height 0.4s ease-in-out;
}
.coffer .treasure p:last-of-type {
  margin-bottom: 3rem;
}
body {
  font-size: 16px;
  font-family: 'Gotham Book', sans-serif;
  line-height: 1.45454545;
  font-weight: normal;
  color:  #666;
}
.top_menu {
  font-size: 5vh;
  text-transform: uppercase;
  font-weight: 300;
  line-height: 1.45;
}
#top_menu {
  font-family: 'Gotham Extra';
  font-weight: 200;
}
h1,
._h1 {
  font-size: 57.5px;
  font-family: 'Gotham Extra';
  font-weight: 200;
  line-height: 0.9;
}
h2,
._h2 {
  font-size: 34.5px;
  font-family: 'Gotham Extra';
  font-weight: 200;
}
h3,
._h3,
._h4 {
  font-size: 23px;
  font-family: 'Gotham Book';
  font-weight: normal;
}
.perex {
  font-family: 'Gotham';
  font-weight: 500;
  font-size: 23px;
  line-height: 1.2;
  margin-bottom: 69px;
}
select,
input[type="search"],
input[type="submit"] {
  font-family: 'Gotham';
  font-weight: 500;
  font-size: 16px;
}
.makegood {
  font-family: 'Gotham Extra';
  font-weight: 200;
}
.stock {
  font-family: 'Gotham Book';
  font-weight: normal;
}
.stock._h2 {
  font-size: 34.5px;
  font-family: 'Gotham Extra';
  font-weight: 200;
}
.search-toggler {
  text-transform: uppercase;
  font-family: 'Gotham Ultra', sans-serif;
  font-weight: normal;
  letter-spacing: 0.25em;
  line-height: 1;
  font-size: 0.8rem;
}
.footer {
  font-weight: 700;
  text-transform: uppercase;
}
.footer .makegood {
  text-transform: uppercase;
  font-size: 23px;
  line-height: 1.2em;
}
.footer .makegood b {
  vertical-align: baseline;
}
.footer .footer_data h3,
.footer .footer_data a {
  font-size: 0.75rem;
  font-weight: normal;
  letter-spacing: 0.3em;
  font-family: 'Gotham Ultra', sans-serif;
}
.footer .footer_terms,
.footer .policy a {
  font-size: 0.8rem;
  font-weight: 400;
  text-transform: initial;
}
.footer .footer_terms {
  font-family: 'Gotham Book';
}
.footer .footer_terms a {
  font-family: 'Gotham Book';
}
ul.bar,
label {
  font-family: 'Gotham';
  font-weight: 500;
}
ul.bar {
  font-size: 23px;
}
.submenu a {
  font-size: 0.75rem;
  font-weight: normal;
  letter-spacing: 0.25em;
  font-family: 'Gotham Ultra', sans-serif;
  text-transform: uppercase;
}
.table {
  font-family: 'Gotham Book';
  font-weight: normal;
}
.table thead {
  text-transform: uppercase;
}
.open_table {
  font-family: 'Gotham';
  font-weight: 500;
  text-transform: uppercase;
}
@font-face {
  font-family: 'Gotham Ultra';
  src: url('../fonts/Gotham-Ultra.woff2') format('woff2'), url('../fonts/Gotham-Ultra.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gotham';
  src: url('../fonts/Gotham-Bold.woff2') format('woff2'), url('../fonts/Gotham-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gotham';
  src: url('../fonts/Gotham-Medium.woff2') format('woff2'), url('../fonts/Gotham-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gotham Book';
  src: url('../fonts/Gotham-Book.woff2') format('woff2'), url('../fonts/Gotham-Book.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gotham';
  src: url('../fonts/Gotham-Light.woff2') format('woff2'), url('../fonts/Gotham-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gotham Extra';
  src: url('../fonts/Gotham-ExtraLight.woff2') format('woff2'), url('../fonts/Gotham-ExtraLight.woff') format('woff');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@media all and (max-width: 989px) {
  ul.bar {
    font-size: 11.5px;
  }
}
@media all and (max-width: 420px) {
  h1,
  ._h1 {
    font-size: 39.997px;
  }
  h2,
  ._h2 {
    font-size: 31.97px;
  }
  h3,
  ._h3,
  ._h4 {
    font-size: 21.85px;
  }
  .perex {
    font-size: 17.94px;
  }
}
@media all and (max-width: 375px) {
  h1,
  ._h1 {
    font-size: 39.997px;
  }
  h2,
  ._h2 {
    font-size: 31.97px;
  }
}
@media all and (max-width: 320px) {
  h1,
  ._h1 {
    font-size: 35.995px;
  }
  h2,
  ._h2 {
    font-size: 27.991px;
  }
  h3,
  ._h3,
  ._h4 {
    font-size: 23px;
  }
  .perex {
    font-size: 17.94px;
  }
}
@media all and (max-width: 1200px) {
  #submenu ul li {
    display: block;
  }
  .dummy_cision_sum_table .open_table .row ._td:first-of-type {
    box-shadow: none;
  }
}
@media all and (max-width: 989px) {
  .dummy_cision_filter select {
    margin-bottom: 11.5px;
  }
  .dummy_cision_filter h3 {
    line-height: 1.2;
  }
}
@media all and (min-width: 769px) {
  nav .search-toggler {
    opacity: 0.5;
  }
  .inner {
    padding: 57.5px;
    background: #fff;
  }
}
@media all and (max-width: 768px) {
  nav {
    padding: 0 23px;
    width: 100vw;
  }
  nav .search-toggler {
    border: 0;
    background-size: 18px;
    filter: brightness(0);
    margin-right: 11.5px;
  }
  nav .search-toggler span {
    display: none;
  }
  nav .search-toggler img {
    width: 26px;
    height: 17px;
  }
  .stock {
    display: none;
  }
  .footer h3 {
    margin-top: 46px;
  }
  .footer .footer_data {
    padding-bottom: 46px;
  }
  .footer .footer_terms {
    border: 0;
    padding-top: 0;
  }
  .footer .policy {
    padding-bottom: 11.5px;
  }
  .footer .policy a {
    line-height: 2.5rem;
  }
  .footer .copyright {
    text-align: left;
  }
}
/*# sourceMappingURL=style.css.map */