a {
	color: inherit;
	text-decoration: none;
}

.symbol-input100 svg {
  width: 18px;
}

.dropdown.show {
  visibility: visible;
  opacity: 1;
  transform: translate(-50%,-50%);
  margin-top: 277px;
}

body {
	background-color: #121212;
	font-family: Inter,sans-serif;
	color: #FAFAFA;
	margin: 0;
}

header {
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
	width: 100%;
  background-color: #080808;
  z-index: 99999;
}

header .content {
	width: 100%;
	height: 70px;
	background-color: #080808;
}

header .container {
	max-width: 80rem;
	margin-left: auto;
    margin-right: auto;
    height: 100%;
    position: relative;
    justify-content: space-between;
    display: flex;
    background: inherit !important;
    border: inherit !important;
}

header .left {
	white-space: normal;
  padding-left: 0;
  padding-right: 0;
  max-width: calc(50% - 85px);
  justify-content: flex-end;
  align-items: center;
  display: flex;
  gap: 7px;
}

header .icon-- img {
  width: 30px;
}

header .icon-- {
  display: flex;
  cursor: pointer;
}
header .nav__toggle {
  justify-content: center;
  align-content: center;
}

header .right {
	justify-content: flex-end;
	align-items: center;
	display: flex;
}

header .nav-btn {
	border-radius: .375rem;
	padding-left: 1rem;
    padding-right: 1rem;
    padding-top: .5rem;
    padding-bottom: .5rem;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 15px;
    letter-spacing: 1px;
    transition-duration: .2s;
    color: #A3A3A3;
  cursor: pointer;
}

header .nav-btn:hover {
	background-color: #1E1E1E;
	transition-duration: .2s;
	color: #FAFAFA;
}

.dropdown a:hover {
  padding-left: 15px;
  transition: 0.2s all;
  cursor: pointer;
  color: #FAFAFA;
}

.dropdown::before {
  background-color: #262626;
  border-radius: .1875rem;
  content: "";
  display: block;
  height: .925rem;
  left: 47%;
  pointer-events: none;
  position: absolute;
  top: .1875rem;
  transform: rotate(45deg) translateX(-50%) translateY(-50%);
  transition: opacity .2s;
  width: .925rem;
}

.sub-nav-content {
  display: inline-block;
  margin-right: .625rem;
  vertical-align: middle;
  width: 16px;
}

.sub-nav {
  transition: .2s;
  padding: 10px;
  align-items: center;
  border-radius: 5px;
}

.sub-nav:hover {
  background: #1c1c1ca8;
}

.sub-nav:not(:last-child) {
  margin-bottom: 5px;
}

.nav__list {
  top: 66px;
  left: 0;
  position: absolute;
}

.left audio,
.left canvas,
.left embed,
.left iframe,
.left img,
.left object,
.left svg,
.left video {
  all: unset !important;
}


header .separator {
  border-top: 1.5px solid #42434a;
  max-width: 90%;
  margin: auto;
  margin-bottom: 5px;
  height: initial;
  width: initial;
  background: initial;
}

.hover-gold:hover {
  background: #4449 !important;
}

.gold {
  color: #fafafa;
  font-weight: 501;
}

.services {
  margin-top: 194px !important
}

.dropdown {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  padding: 20px 0;
  top: 0;
  transform: translateY(50px);
  left: -33px;
  width: 380px;
  border: 1px solid #363636;
  background: #262626;
  color: #A3A3A3;
  box-shadow: 0px 10px 10px 3px rgba(0, 0, 0, 0.3);
  border-radius: 5px;
  z-index: 999999;
  left: 50%;
  transform: translate(-50%,-50%);
  transition: 0.2s all;
  margin-top: 300px;
  text-transform: initial !important
}
#nav-dropdown {
  position: relative;
}

.nav-btn:hover + .dropdown {
  visibility: visible;
  opacity: 1;
  transform: translateY(-20px);
}

.underline-footer {
  text-decoration: underline;
  color: #A3A3A3;
  font-size: 14px;
  font-weight: 501;
}

.dropdown a {
  padding-top: 10px;
  padding-bottom: 10px;
  font-weight: 400;
  display: flex;
  max-width: 90%;
  margin: auto;
  font-size: 15px;
}

header .active {
	background-color: #1E1E1E;
	transition-duration: .2s;
	color: #FAFAFA !important;
  border-bottom: initial !important;
}

header .login-btn {
	padding-left: 15px;
    padding-right: 15px;
    padding-top: 7px;
    padding-bottom: 7px;
    background-color: #1E1E1E;
    color: #F6B83E;
    font-weight: 500;
    font-size: 12px;
    line-height: 15px;
    letter-spacing: 1px;
    transition-duration: .2s;
    border: 1px SOLID transparent;
    border-radius: .375rem;
    text-transform: uppercase;
}

header .login-btn:hover {
	background-color: #242728;
	border: 1px SOLID #FFD179;
	cursor: pointer;
}

header .container-logo {
	padding-left: 0;
	justify-content: center;
	width: 100%;
	height: 0;
	display: flex;
	top: 1rem;
	position: absolute;
}

header .logo {
	display: block;
  width: 169px;
  height: 169px;
  margin-top: -105px;
  border-radius: 30px;
}

header .show-country {
	position: absolute;
    display: none;
    opacity: 0;
    transition-duration: .2s;
}

.help-:hover {
  color: #ffffffb3;
  transition-duration: 0.2s;
}

header .select-lang {
	background-color: transparent;
	background-image: url(/include/images/svg/arrow.svg);
	background-position: calc(100% - .1rem);
	background-repeat: no-repeat;
	background-size: .69rem auto;
	padding-left: 5px;
	padding-right: 17px;
	margin-left: 5px;
  margin-top: 0px !important;
    border-radius: 4px;
    border: 1px SOLID #393737;
    padding-top: 3px;
    padding-bottom: 3px;
  line-height: initial;
}

header .select-lang:hover .show-country {
	display: block;
  width: 100%;
  opacity: 1;
  background: #1E1E1E;
  padding-left: 5px;
  padding-right: 17px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  border-right-color: rgb(255, 209, 121);
  border-right-style: solid;
  border-right-width: 1px;
  border-bottom-color: rgb(255, 209, 121);
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-left-color: rgb(255, 209, 121);
  border-left-style: solid;
  border-left-width: 1px;
  padding-top: 8px;
  padding-bottom: 4px;
  margin-top: 3px;
  max-width: 18px !important;
  margin-left: -5.5px;
  box-sizing: content-box;
}

.close-btn:hover {
  background: #0000003b;
}

header .nav__menu {display: none}

header .select-lang:hover, .show-country:hover .select-lang {
	border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
    border-top-color: rgb(255, 209, 121);
    border-top-style: solid;
    border-top-width: 1px;
    border-right-color: rgb(255, 209, 121);
    border-right-style: solid;
    border-right-width: 1px;
    border-left-color: rgb(255, 209, 121);
    border-left-style: solid;
    border-left-width: 1px;
}

header .flag-icon {
	width: 18px;
}

header .certif-btn {
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 7px;
  padding-bottom: 7px;
  background-color: #1E1E1E;
  color: #EEE;
  font-weight: 500;
  font-size: 12px;
  line-height: 15px;
  letter-spacing: 1px;
  transition-duration: .2s;
  border: 1px SOLID #EEE;
  border-radius: .375rem;
  text-transform: uppercase;
  background-image: url(/include/images/svg/grading.svg);
  background-repeat: no-repeat;
  background-size: 20px;
  background-position-x: 2px;
  background-position-y: 4px;
  margin-right: 7px;
  position:relative;
  cursor: pointer;
}

header .certif-btn-text {
	margin-left: 10px;
}

header .certif-btn:hover {
	background-color: #393939;
}

header .right .nav-btn {
	margin-right: 7px;
}

header [data-cart-quantity]:before {
  background: none;
  border: 1px solid #eee;
  content: "";
  display: block;
  position: absolute;
  top: -4px;
  left: -4px;
  right: 0px;
  bottom: 0px;
  pointer-events: none;
  height: 1.4rem;
  width: 1.4rem;
  border-radius: 25px;
}

header .nav__link {display: none}

header [data-cart-quantity] {
  background-color: #EEE;
  border-radius: 100%;
  color: #1E1E1E;
  font-size: .63rem;
  height: 1rem;
  line-height: 1rem;
  position: absolute;
  right: 5px;
  text-align: center;
  top: 5px;
  transform: translate(50%,-50%);
  width: 1rem;
  border: 4px SOLID #080808;
  font-weight: 801;
  letter-spacing: -0.5px;
  display: none;
}

header .nav__link {
  text-transform: uppercase;
}

header .nav__item {
  padding: 5px;
}

header .nav__item:hover {
  background-color: #393939;
}

ul {
    list-style-type: none;
}

header .bx {
	font-size: 30px;
    margin-top: 10px;
    margin-left: 10px;
}

header .logo-svg {
  width: 100%;
  margin-top: 109px;
}

















.custom-model-main {
  text-align: center;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-overflow-scrolling: touch;
  outline: 0;
  opacity: 0;
  -webkit-transition: opacity 0.15s linear, z-index 0.15;
  -o-transition: opacity 0.15s linear, z-index 0.15;
  transition: opacity 0.15s linear, z-index 0.15;
  z-index: -1;
  overflow-x: hidden;
  overflow-y: auto;
}

.model-open {
  z-index: 99999 !important;
  opacity: 1 !important;
  overflow: hidden !important;
}
.custom-model-inner {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  -o-transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  display: inline-block;
  vertical-align: middle;
  width: 600px;
  margin: 30px auto;
  max-width: 97%;
}
.custom-model-wrap {
  max-width: 550px;
  display: block;
  margin: 0 auto;
  position: relative;
  border: 3px solid #363636;
  background: #262626;
  color: #FAFAFA;
  border-radius: 10px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0;
  padding: 24px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.model-open .custom-model-inner {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  position: relative;
  z-index: 999;
}
.model-open .bg-overlay {
  backdrop-filter: blur(10px);
  z-index: 99;
}
.bg-overlay {
  background: rgba(0, 0, 0, 0);
  height: 100vh;
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  -webkit-transition: background 0.15s linear;
  -o-transition: background 0.15s linear;
  transition: background 0.15s linear;
}
.close-btn {
  position: absolute;
  right: 40px;
  top: 12px;
  cursor: pointer;
  z-index: 99;
  font-size: 30px;
  color: #FAFAFA;
  border: 2px solid #484343;
  border-radius: 90px;
  width: 35px;
  height: 35px;
  line-height: 29px;
  transition-duration: .2s;
}

.login--title {
  font-weight: 700;
  text-align: center;
  font-size: 2.0rem;
  margin-top: 1rem;
}

.login--subtitle {
  color: #ffffffb3;
  text-align: center;
  margin-top: .75rem;
  margin-bottom: 18px;
}

.login--subtitle--redirect {
  color: #E2B954;
  cursor: pointer;
}

.submit--infos {
  padding-top: 9px;
  padding-bottom: 9px;
  background-color: #1E1E1E;
  color: #EEE;
  font-weight: 500;
  font-size: 12px;
  line-height: 15px;
  letter-spacing: 1px;
  transition-duration: .2s;
  border: 1px SOLID #EEE;
  border-radius: .375rem;
  text-transform: uppercase;
  margin-right: 7px;
  position: relative;
  cursor: pointer;
  width: 62%;
  margin: auto;
  font-family: Inter,sans-serif;
}

.error-login {
  position: absolute;
  margin-top: -20px;
  width: 92%;
  text-align: center;
  font-size: 14px;
  color: #ff8484;
}

.submit--infos:hover {
  background-color: #393939;
}

.focus-input100 {
  display: block;
  position: absolute;
  border-radius: 25px;
  bottom: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  box-shadow: 0px 0px 0px 0px;
  color: #E2B95421;
}

.input100:focus {border: 2px solid #000000b3}

.input100:focus + .focus-input100 {
  -webkit-animation: anim-shadow 0.5s ease-in-out forwards;
  animation: anim-shadow 0.5s ease-in-out forwards;
}

@keyframes anim-shadow {
  to {
    box-shadow: 0px 0px 70px 25px;
    opacity: 0;
  }
}

.symbol-input100 {
  font-size: 15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  position: absolute;
  border-radius: 25px;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding-left: 14px;
  pointer-events: none;
  color: #666666;

  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}

.input100:focus + .focus-input100 + .symbol-input100 svg path {
  fill: #E2B954;
}

.input100:focus + .focus-input100 + .symbol-input100 {
  color: #E2B954;
  padding-left: 17px;
  fill: #E2B954;
}

.wrap-input100 {
  position: relative;
  margin: auto;
  z-index: 1;
  margin-bottom: 10px;
}

.btn100 {transition: 0.3s; width: 100% !important; border-radius: 8px !important; margin-top: 5px; background: #B39344; cursor: pointer;}
.log-box {
  max-width: 60%;
  margin: auto;
}
.input100 {
  outline: none;
  font-size: 15px;
  line-height: 1.5;
  color: #c1c1c1;
  display: block;
  width: 100%;
  background: #202020;
  height: 37px;
  border-radius: 9px;
  padding: 0 0 0 38px;
  box-sizing: border-box;
  border: 2px solid #0000008f;
}

.help- {
  text-align: right;
  width: 62%;
  margin: auto;
  font-size: 14px;
  cursor: pointer;
  color: #A3A3A3;
  margin-bottom: 30px;
  transition-duration: 0.2s;
}

#modal{
  position: fixed;
  z-index: 99999;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
}
#modal.open{
  display: block;
}

#modal .mask{
  background: black;
  opacity: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

#modal .container {
  position: absolute;
  background: white;
  width: 300px;
  right: 0;
  height: 100%;
}

#modal .container .message{
  padding: 5% 15% 5% 5%;
}

#modal .container a.close{
  position: absolute;
  right: 5%;
  top:5%;
  color: #444;
  font-size: 30px;
}
#modal .container a.close:hover{    
  color: black;
}

.why-us div {
  display: flex;
  margin-top: 5px;
}
.why-us {
  max-width: 90%;
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.footer .line-svg {
  max-width: 16px;
  min-width: 16px;
  min-height: 16px;
  max-height: 16px;
  margin-right: 8px;
  margin-top: initial !important;
  display: flex;
}

.footer-first-title {
  font-size: 23px;
  margin-bottom: 5px;
  color: #FAFAFA;
  font-weight: 601;
}

.footer-btn::after {
  background: url(/include/images/svg/arrow-btn.svg) no-repeat;
  content: "";
  height: 10px;
  margin-top: -5px;
  position: absolute;
  right: 11px;
  top: 50%;
  width: 24px;
}

.footer-btn {
  color: #EEE;
  font-weight: 500;
  font-size: 12px;
  line-height: 15px;
  letter-spacing: 1px;
  text-transform: uppercase;
  cursor: pointer;
}
.footer-btn:hover {
  transition: .2s;
  background-color: #2B2A2A;
  transform: scale(1.03);
}
.footer-btn {
  display: block;
  padding-left: 36px;
  padding-right: 45px;
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #1E1E1E;
  color: #EEE;
  font-weight: 501;
  font-size: 12px;
  line-height: 15px;
  letter-spacing: 1px;
  transition-duration: .2s;
  border: 2px SOLID #8f8f8f;
  border-radius: .375rem;
  text-transform: uppercase;
  background-image: url(/include/images/svg/grading.svg);
  background-repeat: no-repeat;
  background-size: 20px;
  background-position-x: 9px;
  background-position-y: 7px;
  position: relative;
  cursor: pointer;
}

.middle-nav {
  padding: 2.5rem;
  position: absolute;
  border: 3px solid #919191;
  border-radius: .75rem;
  background: #181818;
  width: 48rem;
  top:0%; 
  left:50%; 
  display: flex;
  justify-content: space-between;
  transform:translate(-50%, -50%);
  box-sizing: initial !important;
}

.footer {
  padding: 10px 0 0;
  background: #262626;
  font-size: 14px;
  color: #A3A3A3;
  margin-top: 50px;
  position: relative;
}

.link:not(:first-child) {
  margin-top: 8px;
}

.link a {
  transition: .2s;
}

.link:hover a {
  margin-left: 4px;
  color: #bbb;
}

.top-footer {
  margin-top: 110px;
}

.footer-top {
  margin-top: 80px;
}

.footer .footer__content {
  padding-bottom: 50px;
}

.grid--3 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 15px;
}

.row {
  display: grid;
  max-width: 80rem;
  margin: auto;
  grid-template-columns: .8fr 2.5fr;
  gap: 85px;
}

.rowpart {
  width: 100%;
  margin-top: 10px;
}

.footer .footer__title {
  font-size: 16px;
  color: #FAFAFA;
  text-transform: uppercase;
  font-weight: bold;
  cursor: default;
  min-height: 50px;
}

.grid--3 .footer__title {
  display: flex;
  align-items: center;
}

.social a:not(:first-child) {
  margin-left: 5px;
}

.social img {
  width: 20px;
  cursor: pointer;
}

.company .social {
  display: flex;
  margin-top: 25px;
}

.footer .company p {
  cursor: default;
  margin-top: -6px;
  font-size: 15px;
}

.footer p {
  margin-bottom: 14px;
  cursor: default;
}

.barre1 {
  float: left;
  width: 50%;
}

.barre2 {
  float: right;
  width: 50%;
}

.footer .footer__nav ul {
  margin-bottom: 0rem;
}

#error ul#nav__error li, .footer .footer__nav ul, .paging ol, .tabs-games .tabs__nav ul, .widgets, [class^="list-"], nav ol, nav ul {
  list-style: none;
}

.footer ol, ul {
  padding-left: 0;
  margin-top: 0;
}

.footer .footer__nav li {
  -webkit-column-break-inside: avoid;
  break-inside: avoid;
  border-bottom: solid 1px #2A2B2C;
  width: 100%;
}

.footer .footer__nav li {
  margin-bottom: 0rem;
}

.footer .footer__nav a {
  position: relative;
  display: inline-block;
  height: 34px;
  width: 100%;
  color: inherit;
  line-height: 33px;
  transition: all 0.3s ease;
}
.footer__nav li a {
  margin-left: 0px;
}

.clear::after, .footer .footer__nav a::before, .mfp-arrow::after, .mfp-arrow::before, .mfp-container::before, .mfp-figure::after, .slick-track::after, .slick-track::before {
  content: '';
}
.footer .footer__nav a::before {
  top: 10px;
  left: 2px;
  display: inline-block;
  width: 11px;
  height: 11px;
  background: url(/include/images/ico-link.png) no-repeat;
    background-size: auto;
  background-size: auto;
  background-size: 100% 100%;
}

.footer .btn {
  display: inline-block;
  height: 27px;
  padding: 0 12px;
  border: 0;
  border-radius: 4px;
  font-weight: 700;
  font-size: 15px;
  line-height: 27px;
  text-decoration: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}
.footer .btn--white {
  background: #FAFAFA;
  font-size: 12px;
  color: #232426;
}

.footer .btn:hover, .btn:focus, .btn.focus {
  color: #FAFAFA;
  text-decoration: none;
}
.footer .btn:hover {
  background: #999;
  color: #FAFAFA;
}

.footer .footer__bar {
  background: #121212;
}

.container-copyright {
  max-width: 80rem;
  padding-left: 30px;
  padding-right: 30px;
  margin: auto;
}
.container-copyright {
  width: auto;
}

.container-copyright::before {
  display: table;
  content: " ";
}

.copyright {
  padding-bottom: 19px;
  font-size: 13px;
  color: #545454;
  text-transform: uppercase;
  text-align: center;
  cursor: default;
  font-weight: 501;
}

.copyright p {
  position: relative;
  max-width: 230px;
  margin: -27px auto 0;
  padding: 12px 0 0;
  background: #121212;
}

.logo-footer {
  display: inline-block;
  width: 85px;
  height: 50px;
  background-image: url(/include/images/svg/logo_pcc.svg);
  background-position: center center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  font-size: 0;
  line-height: 0;
  cursor: url(/include/images/mouse.png), auto;
}

.container-copyright::before {
  display: table;
  content: " ";
}

.copyright p::after, .copyright p::before {
  content: '';
  position: absolute;
  top: 0;
  display: inline-block;
  width: 0;
  border-color: transparent transparent #121212;
  height: 0;
  border-style: solid;
}
.copyright p::before {
  right: 100%;
  border-width: 0 0 30px 18px;
}

.copyright p::after {
  left: 100%;
  border-width: 0 18px 30px 0;
}
.copyright p::after, .copyright p::before {
  content: '';
  position: absolute;
  top: 0;
  display: inline-block;
  width: 0;
  border-color: transparent transparent #121212;
  height: 0;
  border-style: solid;
}

.footer ul li a:hover {
  color: #FAFAFA;
  padding-left: 8px;
}

.footer__title img {
  width: 75px;
}

.footer__title p {
  font-style: italic;
  display: inline-block;
  margin-left: -10px;
}

.m_title {
  font-weight: 501;
  padding-bottom: 2px;
  border-bottom: 3px solid #A3A3A3;
  margin-bottom: 10px;
}

.accept {
  background: #E9B01A;
  border: initial;
  color: #121212;
  font-weight: 601;
  border-radius: 5px;
  cursor: pointer;
  text-transform: uppercase;
  width: 100%;
  text-align: center;
  white-space: nowrap;
  font-size: 11px;
  padding-left: 8px;
  padding-right: 8px;
  padding-top: 7px;
  padding-bottom: 7px;
}

.cookies img {
  color: white;
  width: 32px;
  margin-right: 10px;
}

.cookie-title {
  display: flex;
  align-items: center;
  color: #FAFAFA;
  font-size: 15px;
  max-width: 95%;
  margin-bottom: 10px;
  font-weight: 601;
}

.nav__list .separator {max-width: 100% !important; margin-bottom: initial !important;}

.nav__list {
  padding: 10px;
  display: grid;
  gap: 20px;
  grid-template-columns: 1fr 1fr;
}

.m_nav {
  display: block;
  color: #A3A3A3;
  padding-top: 4px;
  padding-bottom: 4px;
}

.cookies a {
  color: #FAFAFA;
}

.cookies {
  color: #A3A3A3;
  background-color: #1F1F1F;
  border: 1px solid #292929;
  border-radius: 5px;
  padding: 8px 12px;
  position: fixed;
  font-size: 13px;
  right: 20px;
  z-index: 10000;
  bottom: 20px;
  width: 28em;
}

.btn-cookies {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: .5rem;
  margin-top: 20px;
  max-width: 100%;
  flex-wrap: nowrap; 
}

.btn-cookies-change {
  font-family: Inter,sans-serif;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 7px;
  padding-bottom: 7px;
  background-color: #2D2D2D;
  color: #A3A3A3;
  font-weight: 500;
  font-size: 11px;
  line-height: 15px;
  letter-spacing: 1px;
  transition-duration: .2s;
  border-radius: .375rem;
  text-transform: uppercase;
  font-weight: 501;
  align-self: flex-end;
  cursor: pointer;
  border: initial;
  white-space: nowrap;
}

#cookieBanner form {
  width: 100%;
}

.btn-cookies-change:hover {
  background-color: #353535;
}

.cookie-model {
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
  opacity: 0;
  -webkit-transition: opacity 0.15s linear, z-index 0.15;
  -o-transition: opacity 0.15s linear, z-index 0.15;
  transition: opacity 0.15s linear, z-index 0.15;
  z-index: -1;
  overflow-x: hidden;
  overflow-y: auto;
}

.cookie-select {
  color: #A3A3A3;
  background-color: #1F1F1F;
  border: 1px solid #292929;
  padding: 8px 0px;
  position: fixed;
  font-size: 13px;
  right: 0;
  z-index: 998;
  max-width: 30em;
  transform: translate(100%, 0);
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  height: 100%;
}

.model-open .cookie-select {
  overflow: auto;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  z-index: 999;
  flex-direction: column;
  display: flex;
  justify-content: space-between;
}

.cookie-bottom-btn {
  border-top: 1px SOLID #A3A3A3;
  width: 100%;
}

.top-cookie {
  padding: 0px 14px;
}

.cookie-select-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #FAFAFA;
  font-weight: 601;
  font-size: 17px;
  margin-bottom: 30px;
  margin-top: 10px;
}

.cookie-select-title img {
  width: 10px;
  padding: 7px;
  transition: .2s;
  border-radius: 5px;
  cursor: pointer;
}

.cookie-select-title img:hover {
  background: #121212;
}

.cookie-desc {
  text-align: initial;
  margin-top: 20px;
}

.cookie-select a {
  color: #FAFAFA;
  text-align: start;
  font-weight: 601;
  margin-top: 5px;
  display: block;
}

.modify-cookie {
  color: #FAFAFA;
  font-weight: 601;
  font-size: 17px;
  margin-top: 15px;
  margin-bottom: 20px;
}

.cookie-select-module {
  border: 1px SOLID #A3A3A3;
  min-height: 37px;
}

.cookie-top {
  border-top-left-radius: .375rem;
  border-top-right-radius: .375rem;
}

.cookie-bottom {
  border-bottom-left-radius: .375rem;
  border-bottom-right-radius: .375rem;
}

.cookie-bottom-btn {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: .5rem;
  width: 100%;
  padding: 0 14px;
  margin-bottom: 25px;
}

.btn-line-cookie {
  padding: 0 14px;
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: .5rem;
  width: calc(100% - 4em);
}

.cookie-module {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-left: .625rem;
  padding-right: .625rem;
  padding-top: .5rem;
  padding-bottom: .5rem;
  color: #FAFAFA;
}

.overflow-module {
  overflow: auto;
}

.cookie-module svg {
  fill: #A3A3A3;
  height: 16px;
}

.cookie-top .justify-line {
  cursor: not-allowed;
}

.cookie-select-module p {
  display: none;
  border-top: 1px SOLID #A3A3A3;
  padding-top: 9px;
  padding-left: .625rem;
  padding-right: .625rem;
  margin-bottom: 12px;
  margin-top: 0px;
  color: #A3A3A3;
}

.n-module {
  margin-top: -1px;
}

.cookie-demo.rotated {
  transform: rotate(90deg);
}

.custom-checkbox {
  width: 14px;
  height: 14px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: transparent;
  transition: transform 0.5s ease-in-out;
  cursor: pointer;
}

.fake-checkbox {
  width: 14px;
  height: 14px;
  border-radius: 2px;
  display: inline-block;
  position: relative;
  pointer-events: none;
  background-color: #fff;
  margin-right: 3px;
  margin-left: 4px;
}

.fake-checkbox.checked {
  background-color: #515151;
}

.fake-checkbox.checked::after {
  content: "";
  position: absolute;
  left: 5px;
  top: 2px;
  width: 3px;
  height: 7px;
  border: solid white;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.justify-line {
  display: flex;
  align-items: center;
}






















@media screen and (max-width: 1300px)
{

}

@media screen and (max-width: 1050px)
{
    header .nav-btn {
    	padding-left: 0.5rem !important;
        padding-right: 0.5rem !important;
    }
}

@media screen and (max-width: 1000px)
{
    header .container-logo {
    	display: none;
    }
    header .container {justify-content: unset !important;}
    header .left {max-width: unset !important;}
    header .left .nav-btn:first-child {display: initial;}
    header .left {margin-left: 5px}
}


@media screen and (max-width: 900px){ 
   header .left {display: none}
   header .right .nav-btn:first-child {display: none}
   header .container {justify-content: space-between !important;}
   header .right {margin-right: 10px}
  .nav__list{
    background-color: #0d0d0d;
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
    border: 3px solid #080808;
    z-index: 999;
  }
  .nav__item {
    margin-bottom: 0;
    border-bottom: 2px solid #393939;
  }
  .nav__item:last-child{
     border-bottom: 0;
  }
  .topnav {
    margin-top: 39px;
    position: absolute;
    left: 5px;
  }
  .nav__link {display: block !important;}
  body {margin-top: 0px;}

  .nav__toggle {color: #FAFAFA !important; width: 32px;}
  .why-us {
    display: block;
  }
  .top-footer {
    margin-top: 190px;
  }
  .footer-top {
    margin-top: 120px;
  }
  .middle-nav {
    display: block;
    width: 65%;
  }
  .middle-nav div:first-child {width: 100% !important}
  .footer-btn {
    width: fit-content;
    margin-top: 15px;
  }
}

@media screen and (max-width: 750px) {
  .society {
    display: none;
  }
  header {
    left: 0;
  position: fixed;
  right: 0;
  top: 0;
  }
  .row {
    display: block;
    padding: 20px;
  }
  header .content .container {padding: initial !important;}
  .content:not(:first-child) {margin-top: 95px}
  .rowpart {margin-top: 20px;}
  .footer__title {font-size: 13px !important; min-height: initial !important;}
}

@media screen and (min-width: 900px){
  body{
    margin: 0;
  }
   
  .topnav {
    margin-top: 39px;
    position: absolute;
    left: 5px;
  }

  .section{
    padding-top: 3rem;
  }

  .nav{
    height: calc(var(--header-height) + 1.5rem);
  }

  .nav__list{
    display: flex;
    align-items: center;

  }

  .nav__item{
    margin-left: var(--mb-5);
    margin-bottom: 0;
  }

  .nav__toggle{
    display: none;
  }

  .change-theme{
    position: initial;
    margin-left: var(--mb-4);
  }

  .home__container{
    padding: 7rem 2rem 0;
  }

  .share__container{
    padding: 0 2rem;
  }

  .accessory__container{
    grid-template-columns: repeat(3,224px);
    justify-content: center;
  }

  .accessory__content{
    padding: .5rem 1.5rem 1.5rem;
  }

  .accessory__img{
    width: 120px;
    margin-bottom: var(--mb-1);
  }
  .nav__menu {
  position: fixed;
  top: -100%;
  left: 0;
  right: 0;
  width: 90%;
  margin: 0 auto;
  padding: 2.5rem 0 0;
  text-align: center;
  background-color: var(--body-color);
  transition: .4s;
  box-shadow: 0 0 4px rgba(0,0,0,.1);
  border-radius: 2rem;
  z-index: var(--z-fixed);
}

  .accessory__title, .accessory__category{
    text-align: initial;
  }

  .accessory__button{
    padding: .75rem;
  }

  .send{
    background: none;
  }

  .send__container{
    background-color: var(--first-color-send);
    padding: 2rem;
    border-radius: 1.5rem;
  }
}