@charset "UTF-8";
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
*::before, *::after {
  box-sizing: inherit;
}

.d-flex {
  display: flex;
}

.flex-wrap {
  flex-wrap: wrap;
}

.flex-column {
  flex-direction: column;
}

.align-items-center {
  align-items: center;
}

.flex-fill {
  flex: 1 1 auto;
}

.justify-content-between {
  justify-content: space-between;
}

.justify-content-end {
  justify-content: flex-end;
}

.mw-100 {
  max-width: 100%;
}

.d-block {
  display: block;
}

a {
  outline: none;
  border: none;
}
a:focus {
  outline: none;
  border: none;
}

.page {
  min-height: 100%;
}
.page-wrap {
  clear: both;
  margin: 0 auto;
  max-width: 1780px;
  position: relative;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
}
.page-wrap::before, .page-wrap::after {
  content: "";
  display: table;
}
.page-wrap::after {
  clear: both;
}
.page :where(h1, h2, h3) {
  margin: 0;
  color: #000;
  font-weight: 500;
  text-transform: uppercase;
}
.page h1 {
  font-size: clamp(1.5rem, 5vw, 3.125rem);
}
.page h2 {
  font-size: clamp(1.5rem, 5vw, 3.125rem);
}
.page h3 {
  font-size: clamp(1.5rem, 4vw, 2.8125rem);
}
strong, b
{
	font-weight: 500;
}
.page-rubl {
  position: relative;
  display: inline-block;
  font-family: "PT Rouble Sans", sans-serif;
  font-weight: normal;
  font-style: normal;
}
.page-rubl::before {
  content: "у";
}
.page-btn {
  min-width: 241px;
  padding: 1.5rem 15px;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  text-align: center;
  display: inline-block;
  transition: all 0.4s ease-in 0s;
  -webkit-transition: all 0.4s ease-in 0s;
  -moz-transition: all 0.4s ease-in 0s;
  -ms-transition: all 0.4s ease-in 0s;
  -o-transition: all 0.4s ease-in 0s;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 11px;
  border: none;
  outline: none;
  cursor: pointer;
}
.page-btn_curr {
  color: #fff;
  background-color: #B00000;
}
.page-btn_wh {
  background-color: #fff;
  color: #000;
}
.page-ruller ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  -moz-column-gap: 0.625rem;
       column-gap: 0.625rem;
}
.page-ruller ul li.active a {
  color: #B00000;
}
.page-ruller ul li.point {
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.page-ruller ul li a {
  display: inline-block;
  text-decoration: none;
  color: #000;
  font-weight: 500;
  font-size: 1.125rem;
  transition: all 0.4s ease-in 0s;
  -webkit-transition: all 0.4s ease-in 0s;
  -moz-transition: all 0.4s ease-in 0s;
  -ms-transition: all 0.4s ease-in 0s;
  -o-transition: all 0.4s ease-in 0s;
}

@font-face {
  font-family: "PT Rouble Sans";
  src: url("../font/PTRoubleSans.eot");
  src: url("../font/PTRoubleSans.eot?#iefix") format("embedded-opentype"), url("../font/PTRoubleSans.woff2") format("woff2"), url("../font/PTRoubleSans.woff") format("woff"), url("../font/PTRoubleSans.ttf") format("truetype"), url("../font/PTRoubleSans.svg#PTRoubleSans") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Ubuntu";
  src: url("../font/Ubuntu-Bold.eot");
  src: url("../font/Ubuntu-Bold.eot?#iefix") format("embedded-opentype"), url("../font/Ubuntu-Bold.woff2") format("woff2"), url("../font/Ubuntu-Bold.woff") format("woff"), url("../font/Ubuntu-Bold.ttf") format("truetype"), url("../font/Ubuntu-Bold.svg#Ubuntu-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Ubuntu";
  src: url("../font/Ubuntu-Medium.eot");
  src: url("../font/Ubuntu-Medium.eot?#iefix") format("embedded-opentype"), url("../font/Ubuntu-Medium.woff2") format("woff2"), url("../font/Ubuntu-Medium.woff") format("woff"), url("../font/Ubuntu-Medium.ttf") format("truetype"), url("../font/Ubuntu-Medium.svg#Ubuntu-Medium") format("svg");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Ubuntu";
  src: url("../font/Ubuntu-Light.eot");
  src: url("../font/Ubuntu-Light.eot?#iefix") format("embedded-opentype"), url("../font/Ubuntu-Light.woff2") format("woff2"), url("../font/Ubuntu-Light.woff") format("woff"), url("../font/Ubuntu-Light.ttf") format("truetype"), url("../font/Ubuntu-Light.svg#Ubuntu-Light") format("svg");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Ubuntu";
  src: url("../font/Ubuntu-Regular.eot");
  src: url("../font/Ubuntu-Regular.eot?#iefix") format("embedded-opentype"), url("../font/Ubuntu-Regular.woff2") format("woff2"), url("../font/Ubuntu-Regular.woff") format("woff"), url("../font/Ubuntu-Regular.ttf") format("truetype"), url("../font/Ubuntu-Regular.svg#Ubuntu-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("Inter-Regular.eot");
  src: local("Inter Regular"), local("Inter-Regular"), url("Inter-Regular.eot?#iefix") format("embedded-opentype"), url("../font/Inter-Regular.woff2") format("woff2"), url("../font/Inter-Regular.woff") format("woff"), url("../font/Inter-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Inter";
  src: url("Inter-LightBETA.eot");
  src: local("Inter Light BETA"), local("Inter-LightBETA"), url("Inter-LightBETA.eot?#iefix") format("embedded-opentype"), url("../font/Inter-LightBETA.woff2") format("woff2"), url("../font/Inter-LightBETA.woff") format("woff"), url("../font/Inter-LightBETA.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Inter";
  src: url("Inter-SemiBold.eot");
  src: local("Inter Semi Bold"), local("Inter-SemiBold"), url("Inter-SemiBold.eot?#iefix") format("embedded-opentype"), url("../font/Inter-SemiBold.woff2") format("woff2"), url("../font/Inter-SemiBold.woff") format("woff"), url("../font/Inter-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Inter";
  src: url("Inter-Bold.eot");
  src: local("Inter Bold"), local("Inter-Bold"), url("Inter-Bold.eot?#iefix") format("embedded-opentype"), url("../font/Inter-Bold.woff2") format("woff2"), url("../font/Inter-Bold.woff") format("woff"), url("../font/Inter-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "Inter";
  src: url("Inter-Medium.eot");
  src: local("Inter Medium"), local("Inter-Medium"), url("Inter-Medium.eot?#iefix") format("embedded-opentype"), url("Inter-Medium.woff2") format("woff2"), url("Inter-Medium.woff") format("woff"), url("Inter-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}
* {
  font-family: "Ubuntu", sans-serif;
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

html, body {
  height: 100%;
}

body {
  line-height: 1.25;
  color: #000;
  font-size: 16px;
}

.create a {
  outline: none;
  border: none;
  text-decoration: none;
  display: inline-block;
  white-space: nowrap;
  transition: all 0.4s ease-in 0s;
  -webkit-transition: all 0.4s ease-in 0s;
  -moz-transition: all 0.4s ease-in 0s;
  -ms-transition: all 0.4s ease-in 0s;
  -o-transition: all 0.4s ease-in 0s;
  color: #fff;
  font-weight: 400;
  font-size: 0.875rem;
}
.create a span {
  text-transform: uppercase;
  font-weight: 500;
}
.create a:focus {
  outline: none;
  border: none;
}
.create a:hover {
  opacity: 0.8;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 5;
}
.header-top {
  background-color: #fff;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1019607843);
  padding-top: 1.875rem;
  padding-bottom: 1.875rem;
}
.header nav {
  display: none;
}
.header nav > ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  -moz-column-gap: 1.25rem;
       column-gap: 1.25rem;
}
.header nav > ul > li:hover > a {
  color: #B00000;
}
.header nav > ul > li:hover > div {
  opacity: 1;
  visibility: visible;
}
.header nav > ul > li > a {
  text-decoration: none;
  display: inline-block;
  padding-top: 1.625rem;
  padding-bottom: 1.5625rem;
  text-transform: uppercase;
  line-height: 30px;
  font-size: 0.875rem;
  font-weight: 500;
  color: #000;
  transition: all 0.4s ease-in 0s;
  -webkit-transition: all 0.4s ease-in 0s;
  -moz-transition: all 0.4s ease-in 0s;
  -ms-transition: all 0.4s ease-in 0s;
  -o-transition: all 0.4s ease-in 0s;
}
.header .box {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  -moz-column-gap: 1.0625rem;
       column-gap: 1.0625rem;
}
.header .dip-link, .header .tat-link {
  text-decoration: none;
  display: none;
  margin-right: 0.8125rem;
}
.header .search-link, .header .favorite-link {
  display: none;
}
.header .favorite-link
{
	cursor: pointer;
}
.header .page-btn {
  min-width: 172px;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-size: 0.75rem;
  line-height: 11px;
  padding: 17px 15px 18px;
  display: none;
}
.header-search {
  position: absolute;
  left: 0;
  width: 100%;
  background-color: #fff;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1019607843);
  z-index: -1;
  padding: 10px 0;
  transition: all 0.4s ease-in 0s;
  -webkit-transition: all 0.4s ease-in 0s;
  -moz-transition: all 0.4s ease-in 0s;
  -ms-transition: all 0.4s ease-in 0s;
  -o-transition: all 0.4s ease-in 0s;
  opacity: 0;
  visibility: hidden;
  translate: 0 -100%;
}
.header-search.open {
  opacity: 1;
  translate: 0 0;
  visibility: visible;
}
.header-subnav {
  position: fixed;
  left: 0;
  width: 100%;
  background-color: #fff;
  z-index: -1;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1019607843);
  padding-top: 2.5rem;
  padding-bottom: 3.125rem;
  transition: all 0.3s ease-in 0s;
  -webkit-transition: all 0.3s ease-in 0s;
  -moz-transition: all 0.3s ease-in 0s;
  -ms-transition: all 0.3s ease-in 0s;
  -o-transition: all 0.3s ease-in 0s;
  opacity: 0;
  visibility: hidden;
}
.header-subnav_gr {
  display: flex;
  flex-wrap: wrap;
  row-gap: 1.25rem;
  margin-left: -2.5rem;
  margin-right: -2.5rem;
}
.header-subnav_gr .bx {
  flex: 0 0 25%;
  max-width: 25%;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}
.header-subnav_gr .name,
.header-subnav_gr .name a {
  color: #B00000;
  font-weight: 500;
  font-size: 1.125rem;
  line-height: 30px;
  margin-bottom: 0.75rem;
}
.header-subnav_gr .name a
{
	text-decoration: none;
}
.header-subnav_gr ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
  max-width: 292px;
}
.header-subnav_gr ul li {
  position: relative;
  padding-left: 1.125rem;
}
.header-subnav_gr ul li::before {
  content: url(/images/icon/list-style_icon.svg);
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.header-subnav_gr ul li:not(:last-child) {
  margin-bottom: 0.75rem;
}
.header-subnav_gr ul li a {
  text-decoration: none;
  color: #000;
  font-weight: 400;
  font-size: 1rem;
  line-height: 20px;
  display: block;
  transition: all 0.4s ease-in 0s;
  -webkit-transition: all 0.4s ease-in 0s;
  -moz-transition: all 0.4s ease-in 0s;
  -ms-transition: all 0.4s ease-in 0s;
  -o-transition: all 0.4s ease-in 0s;
}
.header-subnav_gr ul li a:hover {
  color: #B00000;
}
.header-burder {
  display: inline-block;
  text-decoration: none;
}
.header .lang {
  display: none;
}
.header .logo {
  max-width: 180px;
}

.lang {
  position: relative;
  z-index: 1;
}
.lang-link {
  text-decoration: none;
  display: grid;
  place-items: center;
  position: relative;
  text-decoration: none;
  width: 2.875rem;
  height: 2.875rem;
  border: 1px solid #E2E2E2;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  font-weight: 500;
  color: #000;
  font-size: 0.9375rem;
  line-height: 1;
  font-family: "Inter", sans-serif;
  z-index: 2;
  position: relative;
  background-color: #fff;
  transition: all 0.4s ease-in 0s;
  -webkit-transition: all 0.4s ease-in 0s;
  -moz-transition: all 0.4s ease-in 0s;
  -ms-transition: all 0.4s ease-in 0s;
  -o-transition: all 0.4s ease-in 0s;
}
.lang-link:hover {
  color: #B00000;
}
.lang-link:focus {
  border: 1px solid #E2E2E2;
}
.lang-list {
  position: absolute;
  padding: 0;
  margin: 0;
  list-style-type: none;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  border-radius: 0 0 10px 10px;
  -webkit-border-radius: 0 0 10px 10px;
  -moz-border-radius: 0 0 10px 10px;
  -ms-border-radius: 0 0 10px 10px;
  -o-border-radius: 0 0 10px 10px;
  width: 100%;
  z-index: -1;
  top: 100%;
  transition: all 0.4s ease-in 0s;
  -webkit-transition: all 0.4s ease-in 0s;
  -moz-transition: all 0.4s ease-in 0s;
  -ms-transition: all 0.4s ease-in 0s;
  -o-transition: all 0.4s ease-in 0s;
  opacity: 0;
  visibility: hidden;
}
.lang-list.active {
  opacity: 1;
  visibility: visible;
}
.lang-list li a {
  text-decoration: none;
  display: grid;
  place-items: center;
  position: relative;
  text-decoration: none;
  width: 2.875rem;
  height: 2.875rem;
  font-weight: 500;
  color: #000;
  font-size: 0.9375rem;
  line-height: 1;
  font-family: "Inter", sans-serif;
  transition: all 0.4s ease-in 0s;
  -webkit-transition: all 0.4s ease-in 0s;
  -moz-transition: all 0.4s ease-in 0s;
  -ms-transition: all 0.4s ease-in 0s;
  -o-transition: all 0.4s ease-in 0s;
}
.lang-list li a:hover {
  color: #B00000;
}

.logo {
  text-decoration: none;
  display: inline-block;
}

.search-link, .favorite-link {
  display: grid;
  place-items: center;
  position: relative;
  text-decoration: none;
  width: 2.5rem;
  height: 2.5rem;
  border: 1px solid #E2E2E2;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}
.search-link:focus, .favorite-link:focus {
  border: 1px solid #E2E2E2;
}
.search-link svg, .favorite-link svg {
  fill: #000;
  transition: all 0.4s ease-in 0s;
  -webkit-transition: all 0.4s ease-in 0s;
  -moz-transition: all 0.4s ease-in 0s;
  -ms-transition: all 0.4s ease-in 0s;
  -o-transition: all 0.4s ease-in 0s;
}
.search-link:hover svg, .favorite-link:hover svg {
  fill: #B00000;
}

.m-menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease-in 0s;
  -webkit-transition: all 0.4s ease-in 0s;
  -moz-transition: all 0.4s ease-in 0s;
  -ms-transition: all 0.4s ease-in 0s;
  -o-transition: all 0.4s ease-in 0s;
}
.m-menu.active {
  opacity: 1;
  visibility: visible;
}
.m-menu.active .m-menu-wrap {
  transform: translateX(0);
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
}
.m-menu-overflow {
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.4);
}
.m-menu-wrap {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  max-width: 100%;
  background-color: #fff;
  height: 100%;
  overflow-x: hidden;
  transition: all 0.4s ease-in 0s;
  -webkit-transition: all 0.4s ease-in 0s;
  -moz-transition: all 0.4s ease-in 0s;
  -ms-transition: all 0.4s ease-in 0s;
  -o-transition: all 0.4s ease-in 0s;
  transform: translateX(100%);
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
}
.m-menu-wrap .subnav {
  position: fixed;
  top: 0;
  right: 0;
  height: 100%;
  width: 100%;
  background-color: #fff;
  max-width: 100%;
  overflow-x: hidden;
  z-index: 1;
  transition: all 0.4s ease-in 0s;
  -webkit-transition: all 0.4s ease-in 0s;
  -moz-transition: all 0.4s ease-in 0s;
  -ms-transition: all 0.4s ease-in 0s;
  -o-transition: all 0.4s ease-in 0s;
  transform: translateX(100%);
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
}
.m-menu-wrap .subnav.show {
  right: 100%;
}
.m-menu-wrap .subnav-top {
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.m-menu-wrap .subnav-top .ttl {
  text-transform: uppercase;
  color: #000;
  font-weight: 500;
  font-size: 1.1875rem;
}
.m-menu-wrap .subnav-top .back {
  text-decoration: none;
  display: grid;
  place-items: center;
  width: 2.5rem;
  height: 2.5rem;
  position: relative;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border: 1px solid #E2E2E2;
}
.m-menu-wrap .subnav-top .back svg {
  fill: #B00000;
}
.m-menu-wrap .subnav-item {
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  border-bottom: 1px solid #DEDEDE;
}
.m-menu-wrap .subnav-item.active .name {
  color: #B00000;
}
.m-menu-wrap .subnav-item.active .name::after {
  transform: translateY(-50%) rotateX(180deg);
  -webkit-transform: translateY(-50%) rotateX(180deg);
  -moz-transform: translateY(-50%) rotateX(180deg);
  -ms-transform: translateY(-50%) rotateX(180deg);
  -o-transform: translateY(-50%) rotateX(180deg);
}
.m-menu-wrap .subnav-item.active .subnav-item_body {
  display: block;
}
.m-menu-wrap .subnav-item:first-child {
  border-top: 1px solid #DEDEDE;
}
.m-menu-wrap .subnav-item .name {
  padding-top: 0.9375rem;
  padding-bottom: 0.9375rem;
  color: #000;
  font-weight: 500;
  font-size: 1.0625rem;
  transition: all 0.4s ease-in 0s;
  -webkit-transition: all 0.4s ease-in 0s;
  -moz-transition: all 0.4s ease-in 0s;
  -ms-transition: all 0.4s ease-in 0s;
  -o-transition: all 0.4s ease-in 0s;
  position: relative;
  padding-right: 1.875rem;
  cursor: pointer;
}
.m-menu-wrap .subnav-item .name::after {
  content: url(/images/icon/drop-select_icon.svg);
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transition: all 0.4s ease-in 0s;
  -webkit-transition: all 0.4s ease-in 0s;
  -moz-transition: all 0.4s ease-in 0s;
  -ms-transition: all 0.4s ease-in 0s;
  -o-transition: all 0.4s ease-in 0s;
  line-height: 0;
}
.m-menu-wrap .subnav-item_body {
  display: none;
  padding-bottom: 1.5rem;
}
.m-menu-wrap .subnav-item_body ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.m-menu-wrap .subnav-item_body ul li {
  position: relative;
  padding-left: 1.0625rem;
}
.m-menu-wrap .subnav-item_body ul li::before {
  content: url(/images/icon/list-style_icon.svg);
  display: block;
  position: absolute;
  left: 0;
  top: 5px;
  line-height: 0;
}
.m-menu-wrap .subnav-item_body ul li:not(:last-child) {
  margin-bottom: 0.9375rem;
}
.m-menu-wrap .subnav-item_body ul li a {
  text-decoration: none;
  display: inline-block;
  color: #000;
  font-weight: 400;
  font-size: 1rem;
}
.m-menu-fl {
  height: 100%;
}
.m-menu-head {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
.m-menu-head .logo {
  max-width: 130px;
}
.m-menu-head .box {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  -moz-column-gap: 0.625rem;
       column-gap: 0.625rem;
}
.m-menu-head .lang-link {
  width: 2.5rem;
  height: 2.5rem;
}
.m-menu-close {
  position: relative;
  text-decoration: none;
  display: inline-block;
  width: 0.875rem;
  height: 0.875rem;
}
.m-menu-close::before, .m-menu-close::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #000;
}
.m-menu-close::before {
  transform: translateY(-50%) rotate(45deg);
  -webkit-transform: translateY(-50%) rotate(45deg);
  -moz-transform: translateY(-50%) rotate(45deg);
  -ms-transform: translateY(-50%) rotate(45deg);
  -o-transform: translateY(-50%) rotate(45deg);
}
.m-menu-close::after {
  transform: translateY(-50%) rotate(-45deg);
  -webkit-transform: translateY(-50%) rotate(-45deg);
  -moz-transform: translateY(-50%) rotate(-45deg);
  -ms-transform: translateY(-50%) rotate(-45deg);
  -o-transform: translateY(-50%) rotate(-45deg);
}
.m-menu-mid {
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  padding-bottom: 1.875rem;
}
.m-menu-mid > nav > ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.m-menu-mid > nav > ul > li:not(:last-child) {
  margin-bottom: 1.875rem;
}
.m-menu-mid > nav > ul > li.active > div {
  transform: translateX(0);
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
}
.m-menu-mid > nav > ul > li > a {
  text-decoration: none;
  color: #000;
  font-weight: 500;
  font-size: 1.0625rem;
  text-transform: uppercase;
}
.m-menu-mid .form-search {
  margin-bottom: 1.875rem;
}
.m-menu-mid .form-search_gr input {
  background: rgba(235, 235, 235, 0.6);
  color: #404040;
  font-size: 0.9375rem;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  padding-left: 2.75rem;
}
.m-menu-mid .form-search_gr input::-moz-placeholder {
  color: #404040;
  font-size: 0.9375rem;
}
.m-menu-mid .form-search_gr input::placeholder {
  color: #404040;
  font-size: 0.9375rem;
}
.m-menu-mid .form-search_gr .icon {
  left: 0.875rem;
}
.m-menu-bottom {
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  padding-bottom: 1.875rem;
}
.m-menu-bottom .box {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 1.5rem;
  -moz-column-gap: 1.875rem;
       column-gap: 1.875rem;
  align-items: center;
}
.m-menu-bottom .page-btn {
  min-width: 100%;
}

.footer-top {
  padding-top: 1.25rem;
}
.footer-top .ttl {
  color: #fff;
  font-weight: 500;
  font-size: 1.5rem;
  text-transform: uppercase;
  margin-bottom: 1.5rem;
}
.footer-top .social {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 1.5rem;
  justify-content: space-between;
}
.footer-top .social a {
  display: grid;
  place-items: center;
  text-decoration: none;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  width: 2.875rem;
  height: 2.875rem;
  background-color: rgba(255, 255, 255, 0.3);
  line-height: 0;
  transition: all 0.4s ease-in 0s;
  -webkit-transition: all 0.4s ease-in 0s;
  -moz-transition: all 0.4s ease-in 0s;
  -ms-transition: all 0.4s ease-in 0s;
  -o-transition: all 0.4s ease-in 0s;
}
.footer-top .social a svg {
  fill: #fff;
  transition: all 0.4s ease-in 0s;
  -webkit-transition: all 0.4s ease-in 0s;
  -moz-transition: all 0.4s ease-in 0s;
  -ms-transition: all 0.4s ease-in 0s;
  -o-transition: all 0.4s ease-in 0s;
}
.footer-top .social a:hover {
  background-color: #fff;
}
.footer-top .social a:hover svg {
  fill: #013220;
}
.footer-top .d-flex {
  margin-left: -0.625rem;
  margin-right: -0.625rem;
}
.footer-top .bx {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  flex: 0 0 100%;
  max-width: 100%;
  padding-top: 1.875rem;
  padding-bottom: 1.875rem;
}
.footer-top .bx:first-child {
  flex: 0 0 100%;
  max-width: 100%;
}
.footer-top .page-btn {
  min-width: 100%;
}
.footer-bottom {
  padding-top: 1.875rem;
  padding-bottom: 1.875rem;
  border-top: 1px solid #013E28;
}
.footer-bottom .d-flex {
  row-gap: 0.75rem;
}
.footer-bottom .bx {
  flex: 0 0 100%;
  max-width: 100%;
}
.footer-bottom .coopyright {
  color: #fff;
  display: block;
  font-weight: 400;
  font-size: 0.9375rem;
  line-height: 1.3;
  margin-bottom: 0.75rem;
}
.footer-bottom .politic {
  color: #fff;
  display: inline-block;
  vertical-align: middle;
  text-decoration: underline;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  font-weight: 400;
  font-size: 0.8125rem;
}
.footer-nav {
  padding-bottom: 1.875rem;
  border-bottom: 1px solid #013E28;
}
.footer-nav .name {
  color: #fff;
  font-weight: 500;
  font-size: 1.125rem;
  margin-bottom: 0.875rem;
}
.footer-nav ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
  -moz-column-count: 2;
       column-count: 2;
}
.footer-nav ul li:not(:last-child) {
  margin-bottom: 0.875rem;
}
.footer-nav ul li a {
  text-decoration: none;
  color: #fff;
  display: block;
  font-weight: 400;
  font-size: 0.9375rem;
  line-height: 1.3;
}
.footer-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  -moz-column-gap: 0.625rem;
       column-gap: 0.625rem;
  padding-top: 1.875rem;
}
.footer-list_bx {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.footer-list ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.footer-list ul li:not(:last-child) {
  margin-bottom: 0.875rem;
}
.footer-list ul li a {
  text-decoration: none;
  display: inline-block;
  color: #fff;
  font-weight: 500;
  font-size: 1.125rem;
}
.footer-list .dip, .footer-list .tat {
  text-decoration: none;
  margin-top: 1.875rem;
}

.main {
  padding-top: 5.0625rem;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  transition: all 0.4s ease-in 0s;
  -webkit-transition: all 0.4s ease-in 0s;
  -moz-transition: all 0.4s ease-in 0s;
  -ms-transition: all 0.4s ease-in 0s;
  -o-transition: all 0.4s ease-in 0s;
  opacity: 0;
  visibility: hidden;
}
.modal.active {
  opacity: 1;
  visibility: visible;
}
.modal.active .modal-wrap {
  transform: translateX(0);
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
}
.modal-overflow {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
}
.modal-wrap {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  max-width: 100%;
  background-color: #fff;
  display: grid;
  place-items: center;
  padding-top: 4.375rem;
  padding-bottom: 4.375rem;
  overflow-x: hidden;
  transition: all 0.4s ease-in 0s;
  -webkit-transition: all 0.4s ease-in 0s;
  -moz-transition: all 0.4s ease-in 0s;
  -ms-transition: all 0.4s ease-in 0s;
  -o-transition: all 0.4s ease-in 0s;
  transform: translateX(100%);
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
}
.modal-block {
  width: 100%;
}
.modal-block .d-flex {
  margin-left: -0.9375rem;
  margin-right: -0.9375rem;
  row-gap: 1.875rem;
}
.modal-block .bx {
  flex: 0 0 100%;
  max-width: 100%;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
}
.modal-block .bx:first-child {
  flex: 0 0 100%;
  max-width: 100%;
}
.modal-block .bx-fl {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.modal-block .bx-item {
  margin-top: 1.875rem;
}
.modal-block .bx-item:first-child {
  margin-top: 0;
}
.modal-block .bx-item:last-child {
  display: none;
}
.modal-block .form-contact_btn {
  display: block;
  -moz-column-count: 0;
       column-count: 0;
}
.modal-block .form-contact_btn .page-btn {
  min-width: 100%;
}
.modal-block .form-contact_btn .form-politic {
  margin-top: 1.25rem;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.modal-block .ttl {
  font-weight: 500;
  color: #000;
  font-size: 1.5rem;
  margin-bottom: 0.875rem;
}
.modal-block .desc {
  font-weight: 400;
  color: #000;
  font-size: 0.9375rem;
}
.modal-block .phone {
  margin-bottom: 0.625rem;
}
.modal-block .phone a {
  color: #013220;
  font-weight: 500;
  font-size: 1.5rem;
}
.modal-block .email {
  text-decoration: none;
  display: block;
  font-weight: 400;
  font-size: 1rem;
  color: #B00000;
}
.modal-block .logo {
  text-decoration: none;
  display: inline-block;
  margin-bottom: 0.625rem;
}
.modal-close {
  position: absolute;
  text-decoration: none;
  display: inline-block;
  width: 1.125rem;
  height: 1.125rem;
  top: 1.875rem;
  right: 0.9375rem;
}
.modal-close::before, .modal-close::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #000;
}
.modal-close::before {
  transform: translateY(-50%) rotate(45deg);
  -webkit-transform: translateY(-50%) rotate(45deg);
  -moz-transform: translateY(-50%) rotate(45deg);
  -ms-transform: translateY(-50%) rotate(45deg);
  -o-transform: translateY(-50%) rotate(45deg);
}
.modal-close::after {
  transform: translateY(-50%) rotate(-45deg);
  -webkit-transform: translateY(-50%) rotate(-45deg);
  -moz-transform: translateY(-50%) rotate(-45deg);
  -ms-transform: translateY(-50%) rotate(-45deg);
  -o-transform: translateY(-50%) rotate(-45deg);
}

.popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  transition: all 0.4s ease-in 0s;
  -webkit-transition: all 0.4s ease-in 0s;
  -moz-transition: all 0.4s ease-in 0s;
  -ms-transition: all 0.4s ease-in 0s;
  -o-transition: all 0.4s ease-in 0s;
  opacity: 0;
  visibility: hidden;
}
.popup.active {
  opacity: 1;
  visibility: visible;
}
.popup.active .popup-wrap {
  transform: translateX(0);
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
}
.popup-overflow {
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.3);
}
.popup-wrap {
  position: absolute;
  top: 0;
  height: 100%;
  right: 0;
  width: 100%;
  background-color: #fff;
  max-width: 859px;
  padding-top: 3rem;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  overflow-x: hidden;
  transition: all 0.4s ease-in 0s;
  -webkit-transition: all 0.4s ease-in 0s;
  -moz-transition: all 0.4s ease-in 0s;
  -ms-transition: all 0.4s ease-in 0s;
  -o-transition: all 0.4s ease-in 0s;
  transform: translateX(100%);
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
}
.popup-wrap_fl {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.popup-wrap_bx .sub-head
{
	color: #6f6f6f;
}
.popup-wrap_bx {
  padding-bottom: 1.875rem;
}
.popup-wrap_bx:last-child {
  padding-bottom: 3.75rem;
}
.popup-wrap .ttl {
  color: #000;
  font-size: 1.5rem;
  font-weight: 500;
  text-transform: uppercase;
  max-width: 600px;
}
.popup-wrap .form-popup {
  margin-top: 1.875rem;
}
.popup-top {
  padding-bottom: 0.9375rem;
}
.popup-close {
  text-decoration: none;
  display: inline-block;
  position: absolute;
  top: 1.5rem;
  right: 1.875rem;
  width: 0.9375rem;
  height: 0.9375rem;
}
.popup-close::before, .popup-close::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #000;
}
.popup-close::before {
  transform: translateY(-50%) rotate(45deg);
  -webkit-transform: translateY(-50%) rotate(45deg);
  -moz-transform: translateY(-50%) rotate(45deg);
  -ms-transform: translateY(-50%) rotate(45deg);
  -o-transform: translateY(-50%) rotate(45deg);
}
.popup-close::after {
  transform: translateY(-50%) rotate(-45deg);
  -webkit-transform: translateY(-50%) rotate(-45deg);
  -moz-transform: translateY(-50%) rotate(-45deg);
  -ms-transform: translateY(-50%) rotate(-45deg);
  -o-transform: translateY(-50%) rotate(-45deg);
}
.popup-item {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  -moz-column-gap: 1.25rem;
       column-gap: 1.25rem;
  border-top: 1px solid #EBEBEB;
  position: relative;
  padding-right: 2.5rem;
  padding-left: 2.5rem;
  row-gap: 1.25rem;
}
.popup-item:last-child {
  border-bottom: 1px solid #EBEBEB;
}
.popup-item .name {
  color: #000;
  font-weight: 500;
  font-size: 1rem;
  text-align: center;
}
.popup-item .img {
  max-width: 110px;
  position: relative;
  height: 52px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  overflow: hidden;
}
.popup-item .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.popup-item .del {
  position: absolute;
  text-decoration: none;
  display: inline-block;
  top: 0.625rem;
  right: 0;
}

.select {
  position: relative;
  z-index: 2;
}
.select.active .select-ul::after {
  transform: translateY(-50%) rotateX(180deg);
  -webkit-transform: translateY(-50%) rotateX(180deg);
  -moz-transform: translateY(-50%) rotateX(180deg);
  -ms-transform: translateY(-50%) rotateX(180deg);
  -o-transform: translateY(-50%) rotateX(180deg);
}
.select.active .select-ul li {
  border-bottom-color: rgba(0, 0, 0, 0.1);
  background-color: #fff;
}
.select.active .select-box {
  opacity: 1;
  visibility: visible;
}
.select ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.select-ul {
  position: relative;
  height: 3.75rem;
}
.select-ul li {
  display: flex;
  flex-wrap: wrap;
  height: 100%;
  align-items: center;
  padding: 0.75rem 2.5rem 0.75rem 1.0625rem;
  background-color: #F7F7F7;
  color: #000;
  font-weight: 500;
  font-size: 0.9375rem;
  min-width: 289px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  line-height: 1;
  border-bottom: 1px solid transparent;
  transition: all 0.4s ease-in 0s;
  -webkit-transition: all 0.4s ease-in 0s;
  -moz-transition: all 0.4s ease-in 0s;
  -ms-transition: all 0.4s ease-in 0s;
  -o-transition: all 0.4s ease-in 0s;
  cursor: pointer;
}
.select-ul::after {
  content: url(/images/icon/drop-select_icon.svg);
  display: block;
  position: absolute;
  top: 50%;
  right: 1.5rem;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  line-height: 0;
  transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
}
.select-box {
  position: absolute;
  width: 100%;
  left: 0;
  z-index: 1;
  background-color: #fff;
  border-radius: 0 0 10px 10px;
  -webkit-border-radius: 0 0 10px 10px;
  -moz-border-radius: 0 0 10px 10px;
  -ms-border-radius: 0 0 10px 10px;
  -o-border-radius: 0 0 10px 10px;
  box-shadow: 0 20px 10px rgba(0, 0, 0, 0.3);
  opacity: 0;
  visibility: hidden;
  max-height: 310px;
  overflow-x: hidden;
}
.select-box li {
  padding: 0.8125rem 1.0625rem;
  color: #000;
  font-weight: 500;
  font-size: 0.9375rem;
  cursor: pointer;
}
.select-box li > a {
  color: #000;
  font-weight: 500;
  font-size: 0.9375rem;
  text-decoration: none;
}

.follow {
  text-decoration: none;
  display: flex;
  flex-wrap: wrap;
  height: 100%;
  align-items: center;
  padding: 0.75rem 1.875rem 0.75rem 1.0625rem;
  background-color: #F7F7F7;
  color: #000;
  font-weight: 500;
  font-size: 0.9375rem;
  min-width: 289px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  line-height: 1;
  position: relative;
  transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
}
.follow::after {
  content: url(/images/icon/drop-select_icon.svg);
  display: block;
  position: absolute;
  top: 50%;
  right: 1.0625rem;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  transform: translateY(-50%) rotate(-90deg);
  -webkit-transform: translateY(-50%) rotate(-90deg);
  -moz-transform: translateY(-50%) rotate(-90deg);
  -ms-transform: translateY(-50%) rotate(-90deg);
  -o-transform: translateY(-50%) rotate(-90deg);
  line-height: 0;
}
.follow:hover {
  opacity: 0.8;
}
.follow.follow-red {
  color: #fff;
  background-color: #B00000;
}
.follow.follow-red::after {
  content: url(/images/icon/drop-select_icon_white.svg);
}
.arrow {
  text-decoration: none;
  display: grid;
  place-items: center;
  line-height: 0;
  width: 3.125rem;
  height: 3.125rem;
  position: relative;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  background-color: #fff;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1490196078);
  transition: all 0.4s ease-in-out 0s;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  -ms-transition: all 0.4s ease-in-out 0s;
  -o-transition: all 0.4s ease-in-out 0s;
}
.arrow-prev svg {
  fill: #013220;
}
.arrow-next svg {
  fill: #B00000;
}

.link {
  display: inline-block;
  position: relative;
  color: #000;
  font-weight: 500;
  font-size: 0.9375rem;
  text-transform: uppercase;
  text-decoration: underline;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  padding-left: 1.0625rem;
}
.link::before {
  content: url(/images/icon/arr-link.svg);
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}

.progress-wrap {
  position: fixed;
  z-index: 1;
  right: 0.9375rem;
  bottom: 15%;
  transition: all 0.4s ease-in 0s;
  -webkit-transition: all 0.4s ease-in 0s;
  -moz-transition: all 0.4s ease-in 0s;
  -ms-transition: all 0.4s ease-in 0s;
  -o-transition: all 0.4s ease-in 0s;
  opacity: 0;
  display: none;
  visibility: hidden;
}
.progress-wrap.active {
  opacity: 1;
  visibility: visible;
}
.progress-wrap a {
  outline: none;
  border: none;
  text-decoration: none;
  width: 3.25em;
  height: 3.25em;
  position: relative;
  display: block;
  background-color: #fff;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1490196078);
}
.progress-wrap a svg path {
  fill: none;
}
.progress-wrap a svg.progress-circle path {
  box-sizing: border-box;
  stroke-width: 4;
  stroke: #013220;
  transition: all 0.4s linear 0s;
  -webkit-transition: all 0.4s linear 0s;
  -moz-transition: all 0.4s linear 0s;
  -ms-transition: all 0.4s linear 0s;
  -o-transition: all 0.4s linear 0s;
}
.progress-wrap a span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  -moz-transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
  -o-transform: translateY(-50%) translateX(-50%);
}

.media-play {
  position: relative;
  text-decoration: none;
  width: 7.8125rem;
  height: 7.8125rem;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  display: inline-block;
}
.media-play .img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.media-play .play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  -moz-transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
  -o-transform: translateY(-50%) translateX(-50%);
  z-index: 1;
}

.ruller {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding-top: 2.5rem;
  justify-content: center;
}
.ruller .btn {
  flex: 0 0 100%;
  max-width: 100%;
  text-align: center;
  margin-bottom: 1.5rem;
}
.ruller .page-btn {
  min-width: 100%;
}

.form-gr {
  overflow: hidden;
  position: relative;
}
.form-gr input, .form-gr textarea {
  width: 100%;
  outline: none;
  line-height: 1.3;
  padding: 10px 0;
  box-sizing: border-box;
  color: #000;
  font-weight: 400;
  font-size: 1rem;
  height: 3.75rem;
  border: none;
  border-bottom: 1px solid #B3B3B3;
}
.form-gr input[type="file"]
{
	position: absolute;
	opacity: 0;
	left: -9999em;
}
.form-gr input:focus ~ label, .form-gr textarea:focus ~ label {
  opacity: 0;
  visibility: hidden;
}
.form-gr input.used ~ label, .form-gr textarea.used ~ label {
  opacity: 0;
  visibility: hidden;
}
.form-gr textarea {
  resize: none;
}
.form-gr label {
  position: absolute;
  top: 50%;
  left: 0;
  translate: 0 -50%;
  color: #000;
  font-weight: 400;
  font-size: 1rem;
  transition: all 0.4s ease-in 0s;
  -webkit-transition: all 0.4s ease-in 0s;
  -moz-transition: all 0.4s ease-in 0s;
  -ms-transition: all 0.4s ease-in 0s;
  -o-transition: all 0.4s ease-in 0s;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.form-gr.js-file label
{
	position: relative;
	display: block;
	padding: 10px 0px;
  translate: 0 0%;
  top: auto;
  height: 3.75rem ;
  border-bottom: 1px solid #B3B3B3;
  pointer-events: inherit;
  -webkit-user-select: inherit;
     -moz-user-select: inherit;
          user-select: inherit;
		  cursor: pointer;
		  max-width: 100%;
		  overflow: hidden;
}
.form-gr.js-file label span
{
	color: #B00000;
	text-decoration: underline;
}
.form-gr.js-file label:hover span
{
	text-decoration: none;
}
.form-gr label sup {
  color: #B00000;
}
.form-search_gr {
  position: relative;
}
.form-search_gr .icon {
  position: absolute;
  left: 0;
  top: 50%;
  translate: 0 -50%;
  line-height: 0;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.form-search_gr .icon svg {
  fill: #B00000;
}
.form-search_gr input {
  width: 100%;
  outline: none;
  line-height: 1.3;
  padding: 20px 10px 20px 32px;
  box-sizing: border-box;
  font-weight: 400;
  font-size: 1rem;
  color: #000;
  border: none;
}
.form-search_gr input::-moz-placeholder {
  font-weight: 400;
  font-size: 1rem;
  color: #000;
}
.form-search_gr input::placeholder {
  font-weight: 400;
  font-size: 1rem;
  color: #000;
}
.form-politic {
  color: #525252;
  font-weight: 300;
  font-size: 0.8125rem;
  line-height: 1rem;
}
.form-politic a {
  text-decoration: underline;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  color: #525252;
  font-size: 0.8125rem;
}
.form-contact_gr:not(:last-child) {
  margin-bottom: 0.875rem;
}
.form-contact_btn {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  -moz-column-gap: 1.875rem;
       column-gap: 1.875rem;
  padding-top: 1.875rem;
}
.form-contact_btn .form-politic {
  max-width: 290px;
}
.form-popup_gr {
  margin-bottom: 1.5rem;
}
.form-popup_gr .form-gr input {
  border: none;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  background-color: #F7F7F7;
  height: 3.75rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.form-popup_gr .form-gr label {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.form-popup_gr .form-gr label sup {
  color: #000;
}
.form-popup_btn .form-politic {
  max-width: 291px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  margin-top: 1.25rem;
}
.form-popup_btn .page-btn {
  min-width: 100%;
}

.form-stand_block:not(:first-child) {
  padding-top: 2.5rem;
}
.form-stand_block .ttl {
  color: #B00000;
  font-weight: 500;
  font-size: 1.5625rem;
  margin-bottom: 0.9375rem;
}
.form-stand .col-12
{	
	padding-left: 15px;
	padding-right: 15px;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
}
.form-stand_fl {
  margin-left: -15px;
  margin-right: -15px;
  row-gap: 1.25rem;
}
.form-stand_bx {
  padding-left: 15px;
  padding-right: 15px;
  flex: 0 0 100%;
  max-width: 100%;
}
.form-stand_desc {
  padding-left: 15px;
  padding-right: 15px;
  flex: 0 0 100%;
  max-width: 100%;
}
.form-stand_select {
  position: relative;
}
.form-stand_select::after {
  content: url(../img/icon/select-drop.svg);
  display: block;
  position: absolute;
  top: 50%;
  right: 0.875rem;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.form-stand_select select {
  position: relative;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 100%;
  height: 60px;
  background-color: #F7F7F7;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border: none;
  box-sizing: border-box;
  font-weight: 500;
  font-size: 0.9375rem;
  color: #000;
  padding: 10px 30px 10px 16px;
  text-overflow: ellipsis;
  outline: none;
}
.form-stand_btn {
  padding-top: 1.25rem;
  text-align: center;
}
.form-stand_btn .page-btn {
  min-width: 100%;
  font-weight: 500;
}
.form-stand_btn .form-politic {
  margin-top: 1.25rem;
  margin-left: auto;
  margin-right: auto;
}

.phone a {
  outline: none;
  border: none;
  text-decoration: none;
  display: inline-block;
  color: #000;
  transition: all 0.4s ease-in 0s;
  -webkit-transition: all 0.4s ease-in 0s;
  -moz-transition: all 0.4s ease-in 0s;
  -ms-transition: all 0.4s ease-in 0s;
  -o-transition: all 0.4s ease-in 0s;
  white-space: nowrap;
}
.phone a:focus {
  outline: none;
  border: none;
}

.cart-solution {
  position: relative;
  perspective: 1800px;
}
.cart-solution:hover .numb {
  color: #013220;
}
.cart-solution:hover .cart-solution_box::after {
  background-color: #013220;
}
.cart-solution a {
  text-decoration: none;
  position: relative;
  display: block;
  z-index: 1;
}
.cart-solution_info {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  padding-top: 1.5rem;
  padding-left: 1.7rem;
}
.cart-solution_info .numb {
  color: #B00000;
  font-weight: 500;
  font-size: 2.5rem;
  line-height: 1;
  transition: all 0.4s ease-in 0s;
  -webkit-transition: all 0.4s ease-in 0s;
  -moz-transition: all 0.4s ease-in 0s;
  -ms-transition: all 0.4s ease-in 0s;
  -o-transition: all 0.4s ease-in 0s;
}
.cart-solution_info .desc {
  font-weight: 500;
  font-size: 1.2rem;
  color: #000;
  text-transform: uppercase;
}
.cart-solution_info .info {
  font-weight: 500;
  font-size: 0.8125rem;
  color: #000;
  text-transform: uppercase;
  max-width: 196px;
}
.cart-solution_block {
  transform-style: preserve-3d;
  transform: perspective(1000px);
  -webkit-transform: perspective(1000px);
  -moz-transform: perspective(1000px);
  -ms-transform: perspective(1000px);
  -o-transform: perspective(1000px);
}
.cart-solution_box {
  position: relative;
  overflow: hidden;
  border-radius: 3.75rem 2.5rem 3.75rem 2.5rem;
  -webkit-border-radius: 3.75rem 2.5rem 3.75rem 2.5rem;
  -moz-border-radius: 3.75rem 2.5rem 3.75rem 2.5rem;
  -ms-border-radius: 3.75rem 2.5rem 3.75rem 2.5rem;
  -o-border-radius: 3.75rem 2.5rem 3.75rem 2.5rem;
  height: 240px;
  transform: rotateX(2deg) rotateY(11deg) translateX(7px);
  -webkit-transform: rotateX(2deg) rotateY(11deg) translateX(7px);
  -moz-transform: rotateX(2deg) rotateY(11deg) translateX(7px);
  -ms-transform: rotateX(2deg) rotateY(11deg) translateX(7px);
  -o-transform: rotateX(2deg) rotateY(11deg) translateX(7px);
  z-index: 1;
}
.cart-solution_box .bg {
  height: 100%;
}
.cart-solution_box .bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  z-index: -1;
}
.cart-solution_box .img {
  position: absolute;
  right: 0;
  bottom: 0;
  max-width: 240px;
  max-height: 78%;
}
.cart-solution_box::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 50%;
  background-color: #B00000;
  z-index: -1;
  -webkit-clip-path: polygon(49% 0, 100% 0, 100% 100%, 0% 100%);
          clip-path: polygon(49% 0, 100% 0, 100% 100%, 0% 100%);
  transition: all 0.4s ease-in 0s;
  -webkit-transition: all 0.4s ease-in 0s;
  -moz-transition: all 0.4s ease-in 0s;
  -ms-transition: all 0.4s ease-in 0s;
  -o-transition: all 0.4s ease-in 0s;
}
.cart-poster a {
  text-decoration: none;
  display: block;
}
.cart-poster .image {
  position: relative;
  overflow: hidden;
  border-radius: 2.5rem;
  -webkit-border-radius: 2.5rem;
  -moz-border-radius: 2.5rem;
  -ms-border-radius: 2.5rem;
  -o-border-radius: 2.5rem;
  height: 171px;
  margin-bottom: 1.25rem;
}
.cart-poster .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
/* .cart-poster .image span
{
	display: none;
}
.cart-poster .image.type_3 span,
.cart-poster .image.type_4 span,
.cart-poster .image.type_5 span
{
	display: block;
	position: absolute;
	z-index: 0;
	top: -5%;
	left: -5%;
	width: 120%;
	height: 120%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	filter: blur(1rem);
}*/
.cart-poster .image.type_4,
.cart-poster .image.type_5
{
  display: flex;
  align-items: center;
}
.cart-poster .image.type_4 img,
.cart-poster .image.type_5 img
{
	height: auto;
	position: relative;
	z-index: 1;
}
.cart-poster .name {
  color: #000;
  font-weight: 500;
  font-size: 1rem;
  margin-bottom: 0.875rem;
}
.cart-poster .box {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 0.875rem;
  -moz-column-gap: 7px;
       column-gap: 7px;
}
.cart-poster .date, .cart-poster .city {
  font-size: 0.875rem;
}
.cart-poster .date {
  color: #013220;
  font-weight: 500;
}
.cart-poster .city {
  position: relative;
  color: #ACADBC;
  font-weight: 400;
  padding-left: 0.75rem;
}
.cart-poster .city::before {
  content: url(/images/icon/city-drop_icon.svg);
  display: block;
  position: absolute;
  left: 0;
  top: 45%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  line-height: 0;
}
.cart-main {
  position: relative;
  height: 100%;
}
.cart-main a {
  text-decoration: none;
  display: block;
  height: 100%;
}
.cart-main .image {
  position: relative;
  overflow: hidden;
  border-radius: 2.5rem;
  -webkit-border-radius: 2.5rem;
  -moz-border-radius: 2.5rem;
  -ms-border-radius: 2.5rem;
  -o-border-radius: 2.5rem;
  height: 100%;
}
.cart-main .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.cart-main .image::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 100%);
}
.cart-main_box {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding-left: 1.875rem;
  padding-right: 1.875rem;
  padding-bottom: 2.5rem;
}
.cart-main_box .name {
  color: #fff;
  font-weight: 500;
  font-size: 1.25rem;
  margin-bottom: 0.625rem;
  max-width: 650px;
}
.cart-main_box .date {
  color: #fff;
  font-weight: 500;
  font-size: 0.9375rem;
}
.cart-area a {
  text-decoration: none;
  display: inline-block;
}
.cart-area .image {
  position: relative;
  overflow: hidden;
  border-radius: 2.5rem;
  -webkit-border-radius: 2.5rem;
  -moz-border-radius: 2.5rem;
  -ms-border-radius: 2.5rem;
  -o-border-radius: 2.5rem;
  height: 276px;
  margin-bottom: 1.25rem;
}
.cart-area .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.cart-area .name {
  color: #000;
  font-weight: 500;
  font-size: 1.125rem;
  text-transform: uppercase;
}
.cart-area .subname {
  color: #B00000;
  font-weight: 500;
  font-size: 0.875rem;
  margin-top: 0.625rem;
  text-transform: uppercase;
}
.cart-area .info {
  color: #000;
  font-weight: 400;
  font-size: 0.9375rem;
  margin-top: 0.875rem;
}
.cart-area .page-btn {
  font-weight: 600;
  font-size: 0.75rem;
  font-family: "Inter", sans-serif;
  min-width: 100%;
  padding-top: 1.0625rem;
  padding-bottom: 1.0625rem;
}
.cart-area_box {
  padding-top: 0.9375rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  -moz-column-gap: 1.25rem;
       column-gap: 1.25rem;
  row-gap: 0.9375rem;
}
.add2favorite svg
{
	position: relative;
	margin: 0 5px -5px 0px;	
}
.cart-area_box .add2favorite svg
{
	margin: 0 5px -5px -5px;	
}
.add2favorite svg path
{
	fill: #fff;
}
.add2favorite.selected,
.add2favorite.selected:hover
{
	background: #d9d9d9;	
	color: #717171;
}
.add2favorite.selected svg path
{
	fill: #717171;
}
.cart-area_box .square, .cart-area_box .ammount {
  position: relative;
  font-weight: 500;
  font-size: 1rem;
  padding-left: 1.75rem;
}
.cart-area_box .square::before, .cart-area_box .ammount::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  line-height: 0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}
.cart-area_box .square {
  color: #B00000;
}
.cart-area_box .square::before {
  content: url(/images/icon/full-screen_icon.svg);
}
.cart-area_box .ammount {
  color: #013220;
}
.cart-area_box .ammount::before {
  content: url(/images/icon/users_icon.svg);
}

.breadcrumbs {
  position: relative;
  padding-top: 1.0625rem;
  padding-bottom: 2.25rem;
}
.breadcrumbs ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  overflow-y: hidden;
}
.breadcrumbs ul li {
  padding-left: 2rem;
  position: relative;
}
.breadcrumbs ul li:first-child {
  padding-left: 0;
}
.breadcrumbs ul li:first-child::before {
  content: none;
}
.breadcrumbs ul li::before {
  content: "";
  display: block;
  position: absolute;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 4px solid #B00000;
  left: 13px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}
.breadcrumbs ul li:last-child a {
  color: #B00000;
}
.breadcrumbs ul li a {
  text-decoration: none;
  display: inline-block;
  font-weight: 400;
  font-size: 0.875rem;
  color: #000;
  white-space: nowrap;
}/*# sourceMappingURL=style.css.map */


.expo-pos * + .ttl {
  margin-top: 3.75rem;
}
.search-form {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  background: #F7F7F7;
  padding: 20px;
  border-radius: 10px;
}
.search-form > div {
  position: relative;
  width: 100%;
}
.search-suggest {
  background: none !important;
  border: none !important;
  padding: 6px 10px;
  font-size: 17px !important;
}
.search-form .page-btn {
  min-width: 172px;
  font-size: 12px !important;
  padding: 1.1rem 15px;
}
.search-item-meta .breadcrumbs {
  display: inline-block;
  padding: 0 0 0 10px;
}
.wrap-btn-toshare {
  position: relative;
  top: -1px;
}
.share-wrap {
  position: absolute;
  /*left: 0;
  top: 150%;*/
  left: 105%;
  top: -19px;
  /*border: 1px solid #E2E2E2;
  border-radius: 10px;
  padding: 12px;*/
  display: flex;
  background: #ffffff;
  z-index: 1;
}
.share-wrap > a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    position: relative;
    overflow: hidden;
  border: 1px solid #013220;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    width: 2.875rem;
    height: 2.875rem;
    line-height: 0;
    transition: all 0.4s ease-in 0s;
    -webkit-transition: all 0.4s ease-in 0s;
    -moz-transition: all 0.4s ease-in 0s;
    -ms-transition: all 0.4s ease-in 0s;
    -o-transition: all 0.4s ease-in 0s;
  margin: 8px;
}
.sp-image img {
  width: 100%;
  height: auto;
}
.alert {
  margin: 32px 0;
  font-size: 120%;
  text-align: center;
}
.alert-success {
  color: green;
}
.alert-error {
  color: red;
}

.detailPageSliderBottom
{
	margin: 2.5rem -0.625rem 0;	
}
.detailPageSliderBottom .slick-slide {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
}
@media (min-width: 768px) {
    .detailPageSliderBottom .slick-slide {
        padding-left: 0.9375rem;
        padding-right: 0.9375rem;
    }
	.detailPageSliderBottom
	{
		margin: 2.5rem -0.9375rem 0;	
	}
}
.detailPageSliderBottom .slick-slide > a
{
	display: block;
	-webkit-border-radius: 2.5rem;
	-moz-border-radius: 2.5rem;
	-o-border-radius: 2.5rem;
	border-radius: 2.5rem;
	overflow: hidden;
}
.detailPageSliderBottom .slick-slide img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.detailPageSliderBottom .arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  z-index: 1;
}

.detailPageSliderBottom .arrow.slick-disabled {
  opacity: 0;
  visibility: hidden;
}

.detailPageSliderBottom .arrow-next {
  right: 1.5rem;
}

.detailPageSliderBottom .arrow-prev {
  left: 1.5rem;
}
.stand {
  padding-bottom: 2.5rem;
}
.stand .desc {
  font-weight: normal;
  font-size: 1.125rem;
  color: #000;
  margin-top: 0.75rem;
}
.form-pos .bx:first-child
{	
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;	
}
.form-pos .bx:last-child {
    display: none;
}
.stand .form-stand {
  margin-top: 1.875rem;
}

.form-stand_btn .form-politic {
	max-width: fit-content;
	margin-bottom: 1.5em;
}
.custom-checkbox {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.custom-checkbox+label {
  display: inline-flex;
  align-items: baseline;
  user-select: none;
}
.custom-checkbox+label::before {
  content: '';
  display: inline-block;
  width: 1em;
  height: 1em;
  flex-shrink: 0;
  flex-grow: 0;
  border: 1px solid #adb5bd;
  border-radius: 0.25em;
  margin-right: 0.5em;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%;
  position: relative;
  top: 2px;
}
.custom-checkbox:not(:disabled):not(:checked)+label:hover::before {
  border-color: #B00000;
}
.custom-checkbox:not(:disabled):active+label::before {
  background-color: #B00000;
  border-color: #B00000;
}
.custom-checkbox:focus+label::before {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-checkbox:focus:not(:checked)+label::before {
  border-color: #B00000;
}
.custom-checkbox:checked+label::before {
  border-color: #B00000;
  background-color: #B00000;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e");
}
.form_contacts{
    margin-top: 2em;	
}
.form_contacts h3{
	font-size: 2em;
}
.form_contacts span{
	font-size: 1.2em;
	font-weight: bold;
	white-space: nowrap;
}
.form_contacts a{
	color:#B00000;	
}
.form_contacts p{
	margin-top:0.5em;
}

.tblGal
{
	position: relative;
	margin: 2rem -15px;
}
@media (min-width: 992px)
{
	.tblGal
	{
		max-width: 50%;
	}
}
.tblGal .item
{
	width: 33.333%;
	padding: 0px 15px;
}
.tblGal .img
{
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-o-border-radius: 8px;
	border-radius: 8px;
	overflow: hidden;
}

.coockieMess
{
	position: fixed;
	bottom: 0px;
	left: 0px;
	z-index: 33333333333333;
	background: #013e28;
	padding: 15px;
	width: 100%;
	color: #fff;
	
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	  align-items: center;
	
    -webkit-box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
	
	animation: upShow 1s ease-in-out;
}
.coockieMess a
{
	color: #fff;
}
.coockieMess span
{
	padding: 10px 20px;
	font-size: clamp(0.8em, 3vw, 1em);
	text-align:center;
}
.setCoockie.page-btn
{
	min-width: 60px;
	padding: 15px 25px;
	font-size: 0.8rem;
}

@keyframes upShow {
	from {
		opacity: 0; 
		-webkit-transform: translateY(100%);
		-moz-transform: translateY(100%);
		-o-transform: translateY(100%);
		transform: translateY(100%);
	}
	to {
		opacity: 1;
		
		-webkit-transform: translateY(0%);
		-moz-transform: translateY(0%);
		-o-transform: translateY(0%);
		transform: translateY(0%);	
	}
}
h4
{
	font-size: 2rem;
	margin: 2rem 0 1rem;
}
.list ul, .list ol
{
	margin: 1rem 0 1rem 2rem;
}
.polLinks a 
{
	display: inline-block;
	margin-right: 10px;
}