
  @font-face {
  font-family: JDB;
  src: url(/assets/fonts/Jura-DemiBold.ttf);
}
  @font-face {
  font-family: JL;
  src: url(/assets/fonts/Jura-Light.ttf);
}
  @font-face {
  font-family: JM;
  font-style: normal;
  src: url(/assets/fonts/Jura-Medium.ttf);
}
  @font-face {
  font-family: JR;
  font-style: normal;
  src: url(/assets/fonts/Jura-Regular.ttf);
}
  @font-face {
  font-family: button-font;
  src: url(/assets/fonts/20657.ttf);
}
  @font-face {
  font-family: eng-font;
  src: url(/assets/fonts/chevron-font.ttf);
}
  @font-face {
  font-family: numbers;
  font-style: normal;
  src: url(/assets/fonts/numbers.ttf);
}
  @font-face {
  font-family: ru-bold;
  font-style: normal;
  src: url(/assets/fonts/ru-bold.ttf);
}

  @font-face {
  font-family: NSB;
  font-style: normal;
  src: url(/assets/fonts/NotoSans-Bold.ttf);
}

  @font-face {
  font-family: forum;
  font-style: normal;
  src: url(/assets/fonts/PTM55FT.ttf);
}

  @font-face {
  font-family: mirus;
  font-style: normal;
  src: url(/assets/fonts/MiRus.ttf);
}

  @font-face {
  font-family: trebushet;
  font-style: normal;
  src: url(/assets/fonts/trebuchetms.ttf);
}

  @font-face {
  font-family: bebasthin;
  src: url(/assets/fonts/BebasNeue-Thin.ttf);
}

  @font-face {
  font-family: bebasbold;
  src: url(/assets/fonts/BebasNeueBold.ttf);
}

  @font-face {
  font-family: bebasbook;
  src: url(/assets/fonts/BebasNeueBook.ttf);
}

  @font-face {
  font-family: bebaslight;
  src: url(/assets/fonts/BebasNeueLight.ttf);
}

  @font-face {
  font-family: bebasregular;
  src: url(/assets/fonts/BebasNeueRegular.ttf);
}
  @font-face {
	  font-family: rotonda;
	  src: url(/assets/fonts/Rotonda.ttf);
  }
  @font-face {
	  font-family: logo-bold;
	  src: url(/assets/fonts/Logo-Bold.ttf);
  }
  @font-face {
	  font-family: logo-regular;
	  src: url(/assets/fonts/Logo-Regular.ttf);
  }
  @font-face {
	  font-family: logo-light;
	  src: url(/assets/fonts/Logo-Light.ttf);
  }
  @font-face {
	  font-family: TPF;
	  src: url(/assets/fonts/TPF.ttf);
  }
::selection {
    background-color: #f22f20;
    color: #fff;
}
html{
	background: black;
}
.font-eng {
	font-family: eng-font;
	font-size: 20px;
}

.section-menu {
      background-color: #000000;
}
.menu-signup {
    display: flex;
    height: 100%;
    background-color: #2e2e2e;
    justify-content: flex-end;
}
.menu-row {
    display: flex;
    height: 100%;
    background-color: black;
    justify-content: space-between;
    align-items: center;
}
.nav-menu{
	
}
.nav-start{
	margin-top: 20px;
    margin-right: 20px;
}
.menu-logo {
	width: 75px;
   height: 75px;
   background: center / contain no-repeat url("../../assets/img/ofcontent/oceanFoodLogo_02a.png");
}
.site-logo {

}
.main-nav-btn-prm{
	font-family: NSB;
    color: #fff;
    text-decoration: none;
    margin-right: 15px;
    background: transparent;
    border: transparent;
}
.main-nav-btn-prm:hover{
    font-family: NSB;
    color: #ff9800;
    text-decoration: none;
    margin-right: 15px;
    background: transparent;
    border: transparent;
}
.btn-prm {
    padding-left: 15px;
    padding-right: 15px;
    color: white;
    font-family: ru-bold;
    font-size: 22px;
    box-shadow: 0px 0px 0px 0px #ffffff, inset 0px 0px 2px 0px #ffffff;
    border-radius: 2px;
    background: #00000087;
    -moz-transform: skew(30deg);
    -o-transform: skew(30deg);
    transform: skew(350deg);
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.social-icon-rect{
	text-align: center;
	width: 48px;
	height: 48px;
	background: #2b2b2b;
	border-radius: 5px;
	display: inline-flex;
    justify-content: center;
	align-items: center;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.social-icon-rect:hover{
	background: white;
}
.social-icon-rect:hover .social-button-icon{
	color: #2b2b2b;
}
.social-button-icon{
	color: white;
	font-size: 32px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.play-button-rect:hover .download-button-icon{
	color: #2b2b2b;
}
.download-button-icon{
	color: #ece7e1;
	font-size: 32px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.text-button{
	color: #ff9800;
	font-size: 17px;
    text-decoration: unset;
	border-style: unset;
	background-color: #00000000;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.text-button:hover{
	color: white;
	background-color: #00000000;
}
.button-prm-new{
    border: 1px solid #ff9800;
    border-radius: 5px;
    color: #ece7e1;
    font-family: 'bebasregular';
    font-size: 32px;
    width: 100%;
    height: 55px;
    letter-spacing: .1em;
    background-color: #181818;
    border-style: unset;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.button-prm-new:hover{
	border: 1px solid #181818;
	background-color: #ece7e1;
	color: #181818;
}
/**/
.play-button-rect{
	width: 350px;
    height: 64px;
    background: #FF5722;
	text-align: center;
	border-radius: 5px;
	display: inline-flex;
    justify-content: center;
	align-items: center;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.play-button-rect:hover{
	background: white;
}
.play-button-rect:hover .play-button-text{
	color: #2b2b2b;
}
.play-button-text{
    margin: 0px;
    color: white;
    font-size: 25px;
    font-family: 'ru-bold';
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.btn-prm:hover{
	background: #ff5722;
    /*box-shadow: 0px 0px 30px 6px #ff8743, inset 0px 0px 5px 1px #ff5722;*/
	box-shadow: 0px 0px 0px 0px #ffffff, inset 0px 0px 2px 0px #ff5722;
    border-radius: 2px;
    
}

.btn-red {
    padding-left: 15px;
    padding-right: 15px;
    color: white;
    font-family: ru-bold;
    font-size: 22px;
    box-shadow: 0px 0px 0px 0px #ffffff, inset 0px 0px 2px 0px #ffffff;
    border-radius: 2px;
    background: #00000087;
    -moz-transform: skew(30deg);
    -o-transform: skew(30deg);
    transform: skew(350deg);
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.btn-red:hover{
	background: #ff1100d1;
    /*box-shadow: 0px 0px 30px 6px #ff8743, inset 0px 0px 5px 1px #ff5722;*/
	box-shadow: 0px 0px 0px 0px #ffffff, inset 0px 0px 2px 0px #ff1100d1;
    border-radius: 2px;
    
}
.btn-green {
    padding-left: 15px;
    padding-right: 15px;
    color: white;
    font-family: ru-bold;
    font-size: 22px;
    box-shadow: 0px 0px 0px 0px #ffffff, inset 0px 0px 2px 0px #ffffff;
    border-radius: 2px;
    background: #00000087;
    -moz-transform: skew(30deg);
    -o-transform: skew(30deg);
    transform: skew(350deg);
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.btn-green:hover{
	background: #00ff0aa6;
    /*box-shadow: 0px 0px 30px 6px #ff8743, inset 0px 0px 5px 1px #ff5722;*/
	box-shadow: 0px 0px 0px 0px #ffffff, inset 0px 0px 2px 0px #00ff0aa6;
    border-radius: 2px;
    
}
.btn-menu{
	width: 310px;
    height: 45px;
}
.btn-signup{
    font-family: NSB;
    color: #ff9800;
    text-decoration: none;
    margin-right: 15px;
    background: transparent;
    border: transparent;
}
.btn-signup:hover{
    font-family: NSB;
    color: #fff;
    text-decoration: none;
    margin-right: 15px;
    background: transparent;
	border: transparent;
}
.section-content{
    padding: 50px;
    width: 100%;
    height: 100%;
}
.section-twos{
	/* background: linear-gradient(180deg,rgba(10,10,10,0) 77.63%,#0A0A0A 104.23%),radial-gradient(61.13% 58.87% at 50% 52.84%,rgba(10,10,10,0) 43.89%,#0A0A0A 100%),url(/assets/img/banners/welcome_banner_1280x549.webp) no-repeat center/cover;*/
	/*background: url("/assets/img/background_02b.png") 50% 50% / cover no-repeat;*/
    /* background-size: cover;*/
    /* top: 0;*/
    /* left: 0;*/
    /* min-width: 100%;*/
    /* height: calc(100vh - 121px);*/
    /* height: calc(100vh - 104px); */
    /* display: flex;*/
    /* height: 100%; */
    /* background-color: #171615;*/
    /* justify-content: space-around;*/
    /* align-content: space-around;*/
    /* flex-wrap: wrap;*/
	
	background: linear-gradient(180deg, rgba(10, 10, 10, 0) 77.63%, #000000 104.23%), radial-gradient(61.13% 58.87% at 50% 52.84%, rgba(5, 5, 5, 0) 43.89%, #000000 100%), url(/assets/img/banners/welcome_banner_1920x824.webp) no-repeat center / cover;
    width: 100%;
    height: 700px;
}
.section-main-banner{
	background: linear-gradient(180deg, rgba(10, 10, 10, 0) 77.63%, #000000 104.23%), radial-gradient(61.13% 58.87% at 50% 52.84%, rgba(5, 5, 5, 0) 43.89%, #000000 100%), url(/assets/img/banners/welcome_banner_1920x824.webp) no-repeat center / cover;
    width: 100%;
    height: 700px;
    padding-top: 50px;
    padding-left: 60px;
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
    align-items: center;
    justify-content: flex-start;
}
.sect-upper-text{
	text-align: center;
    color: white;
}
.section-footer{
	background-color: black;
    height: 40px;
}
.section-footer-content{
    padding-top: 10px;
    text-align: center;
    color: white;
    font-family: trebushet;
    font-size: 13px;
}
.form-signup{
    font-size: 30px;
    color: white;
    padding-top: 10px;
    padding-bottom: 10px;
    display: flex;
    /* margin: 35px; */
    /* margin-top: 10px; */
    height: 470px;
    box-shadow: 0px 0px 3px 1px #ffffff, inset 0px 0px 2px 0px #ffffff;
    /* min-width: 300px; */
    width: 100%;
    text-align: left;
    background: #000000cc;
    height: 100%;
    align-items: center;
    flex-direction: column;
}
.vk-link{
	
}
.reg-info-text{
    font-family: 'JDB';
    font-size: 22px;
    padding: 10px;
    color: #c1c1c1;
}
.brdot{
    font-size: 28px;
    font-family: 'eng-font';
    padding-bottom: 11px;
	    margin: 0px 10px;
    filter: drop-shadow(0px 0px 1px var(--ASK-dot-color)) drop-shadow(0px 0px 3px var(--ASK-dot-color)) drop-shadow(0px 0px 6px var(--ASK-dot-color)) blur(var(--ASK-dot-blur));
	--ASK-dot-color: #03a9f4;
	--ASK-dot-blur: 0.3px;
}
.input-border-block{
    background: transparent;
    box-shadow: 0px 0px 3px 1px #ffffff, inset 0px 0px 2px 0px #ffffff;
    width: 100%;
    height: 40px;
    color: white;
    font-family: 'JDB';
    font-size: 20px;
    padding: 0 10px;
}
.sign-in-input-tag:active{
	color: red;
}
.accept-rules-href{
    font-family: 'JDB';
    font-size: 22px;
    padding: 0 0 0 10px;
    color: #ff9800;
    text-decoration: none;
}
.ajax-error{
    display: flex;
    align-items: center;
    font-family: 'JDB';
    font-size: 13px;
    padding: 0 0 0 26px;
    color: #ff2f2f;
}
.accept-rules-href:hover{
    color: #fff;
}

.form__group {
  position: relative;
  padding: 15px 0 0;
  margin-top: 10px;
    width: 100%;
}
.form__field {
  padding: 0 10px;
  font-family: inherit;
  width: 100%;
  border: 0;
  border-bottom: 2px solid #9b9b9b;
  outline: 0;
  font-size: 1.3rem;
  color: #fff;
  background: transparent;
  transition: border-color 0.2s;
}
.form__field::placeholder {
  color: transparent;
}
.form__field:placeholder-shown ~ .form__label {
	pointer-events: none;
	font-size: 1.3rem;
    cursor: text;
    top: 20px;
    padding: 0 20px;
}
.form__label {
  position: absolute;
  top: 0;
  left: 10px;
  display: block;
  transition: 0.2s;
  font-size: 1rem;
  font-family: 'JDB';
  color: #9b9b9b;
}
.form__field:focus {
  font-weight: 700;
  border-width: 3px;
  border-image: linear-gradient(to right, #ff5722, #00000000);
  border-image-slice: 1;
}
.form__field:focus ~ .form__label {
  position: absolute;
  top: 0;
  display: block;
  transition: 0.2s;
  font-size: 1.15rem;
  color: #ff5722;
  font-weight: 700;
}
/* reset input */
.form__field:required, .form__field:invalid {
  box-shadow: none;
}

.in-in-form{
    display: flex;
    align-items: center;
    flex-direction: column;
    width: 100%;
}
.in-in-help{
    padding: 0 20px;
    width: 100%;
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: space-between;
}
.block-line-solid{
    margin: 10px 0px;
    width: 30%;
    border-top: 1px solid #ffffff59;
    border-color: white;
    box-shadow: 0px 0px 10px 1px #ff5722, inset 0px 0px 2px 2px #ff5722;
}
.block-line {
    margin: 10px 0px;
    border-top: 1px solid #ffffff59;
}

.btn-vk-reg {
	width: 90%;
    height: 50px;
    padding-left: 15px;
    padding-right: 15px;
    color: white;
    font-family: ru-bold;
    font-size: 22px;
    box-shadow: 0px 0px 0px 0px #ffffff, inset 0px 0px 2px 0px #ffffff;
    border-radius: 2px;
    background: #00000087;
    -moz-transform: skew(30deg);
    -o-transform: skew(30deg);
    transform: skew(350deg);
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.btn-vk-reg:hover{
	background: #4c75a3;
    /*box-shadow: 0px 0px 30px 6px #ff8743, inset 0px 0px 5px 1px #ff5722;*/
	box-shadow: 0px 0px 0px 0px #ffffff, inset 0px 0px 2px 0px #ffffff;
    border-radius: 2px;
    
}

.content-no-acc{	
	padding: 10px;
    font-family: NSB;
    font-size: 20px;
}
.form-def-text{
	
	padding: 10px;
    font-family: NSB;
    font-size: 20px;
}
.no-mar-b{
	margin-bottom: 0px;
}
.input-group{
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    width: 100%;
}
.input-tag{
    width: 573px;
    font-size: 16px;
    height: 40px;
    margin-bottom: 15px;
}
.label-form{
    height: 10px;
    padding-left: 10px;
    width: 100%;
    font-family: 'NSB';
    font-size: 16px;
    text-align: left;
}
.remember-pass{
    text-decoration: none;
    font-size: 16px;
    color: white;
}
.remember-pass:hover{
	color: #ff5722;
}
.help-signup{
	text-decoration: none;
    font-size: 16px;
    color: white;
}
.help-signup:hover{
	color: #ff5722;
}
.button-signup{
	width: 540px;
    height: 50px;
}
.input-group-footer{
	
}
.recap-form{
    padding: 10px 0;
}
.g-recaptcha {

}
.h1-main-page{
    color: white;
	font-size: 80px;
    font-family: 'JL';
}
.h2-main-page{
    color: white;
    font-size: 15px;
    font-family: 'JDB';
}
.sect-button-download{
	text-align: center;
    padding-top: 30px;
}
.reg-modal-content{
    height: 700px;
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-clip: padding-box;
    border: var(--bs-modal-border-width) solid var(--bs-modal-border-color);
    border-radius: var(--bs-modal-border-radius);
}
.reg-modal-sizing{
	--bs-modal-width: 600px;
}
	  
*::-webkit-scrollbar,
html *::-webkit-scrollbar {
  height: 10px;
  width: 10px;
}
*::-webkit-scrollbar-track,
html *::-webkit-scrollbar-track {
    background: #000000;
}
*::-webkit-scrollbar-thumb,
html *::-webkit-scrollbar-thumb {
    background: linear-gradient(160deg, #ffffff7d, #000000);
    border-radius: 10px;
    border: 2px solid #000000;
}
*::-webkit-scrollbar-track:no-button,
	html *::-webkit-scrollbar-track:no-button{
	background: #000000;
}
  .loaded-category-list::-webkit-scrollbar { display: none; }

  .loaded-category-list {
      -ms-overflow-style: none;
      scrollbar-width: none;
  }
  .loaded-goods-list::-webkit-scrollbar { display: none; }

  .loaded-goods-list {
      -ms-overflow-style: none;
      scrollbar-width: none;
  }

.error-content{
	display:none;
    margin: 9px;
    /* padding: 10px; */
    /* width: 310px; */
    /* height: 0px; */
    color: white;
    font-family: ru-bold;
    font-size: 22px;
    box-shadow: 0px 0px 0px 0px #ffffff, inset 0px 0px 2px 0px #ffffff;
    border-radius: 15px;
    background: #00000087;
    -moz-transform: skew(30deg);
    -o-transform: skew(30deg);
    /* transform: skew(350deg); */
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
	animation-duration: 1s;
}
.settings-lower-content{
	display: inline-flex;
	    margin-top: 10px;
    flex-direction: row-reverse;
}
.error-descr{
	padding: 10px;
    font-family: 'NSB';
    font-size: 16px;
}

@keyframes error-anim {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.start-error-anim {
  animation-name: error-anim;
  	display: block;
}
.loading-content{
    display: none;
    margin-top: 10px;
    /* margin: 9px; */
    padding-top: 10px;
    padding-bottom: 10px;
    /* padding: 10px; */
    width: 100%;
    height: 100%;
    color: white;
    font-family: ru-bold;
    font-size: 22px;
    box-shadow: 0px 0px 0px 0px #ffffff, inset 0px 0px 2px 0px #ffffff;
    border-radius: 15px;
    background: #00000087;
    -moz-transform: skew(30deg);
    -o-transform: skew(30deg);
    /* transform: skew(350deg); */
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    animation-duration: 1s;
}
@keyframes loading-anim {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.start-loading-anim {
  animation-name: loading-anim;
  	display: block;
}
.done-content{
    display: none;
    margin-top: 10px;
    /* margin: 9px; */
    padding-top: 10px;
    padding-bottom: 10px;
    /* padding: 10px; */
    width: 100%;
    height: 100%;
    color: white;
    font-family: ru-bold;
    font-size: 22px;
    box-shadow: 0px 0px 0px 0px #ffffff, inset 0px 0px 2px 0px #ffffff;
    border-radius: 15px;
    background: #00000087;
    -moz-transform: skew(30deg);
    -o-transform: skew(30deg);
    /* transform: skew(350deg); */
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    animation-duration: 1s;
}
@keyframes done-anim {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.start-done-anim {
  animation-name: done-anim;
  	display: block;
}
/*error-content*/
.new-double-line{
    display: inline-flex;
    align-items: center;
    flex-direction: row;
    width: 100%;
}
.new-line-solid{
    margin: 10px 0px;
    width: 30%;
    border-top: 1px solid #ffffff59;
    border-color: white;
    box-shadow: 0px 0px 10px 1px #ff5722, inset 0px 0px 2px 2px #ff5722;
}
.new-line-dotted{
    margin: 10px 0px;
	width: 100%;
	border-color: white;
    border-top: 1px dashed #ffffff59;
}
/*-buttons*-/
/* Minecraft Style Button */
.mc-button {
  height: var(--btn-size);
  width: calc(var(--btn-size) * 10);
  cursor: pointer;
  overflow: hidden;
  white-space: nowrap;
  user-select: none;
  background: #999 url('/assets/img/icons/mine_button.png') center / cover;
  image-rendering: pixelated;
  border: 2px solid #000;
  /* Mouse over */
}
.mc-button:hover .title {
  background-color: rgba(100, 100, 255, 0.45);
  text-shadow: 2px 2px #202013CC;
  color: #FFFFA0;
}
.mc-button:active .title {
  box-shadow: inset -2px -4px #0004, inset 2px 2px #FFF5;
  /* Button title */
}
.mc-button .title {
    display: inline-flex;
    width: 100%;
    height: 100%;
    color: #fff;
    text-shadow: 2px 2px #000A;
    box-shadow: inset -2px -4px #0006, inset 2px 2px #FFF7;
    align-items: center;
    justify-content: center;
  /* Others */
}
.mc-button.full {
  width: 100%;
  height: 100%;
}
.mc-button.lang img {
  width: 26px;
  height: 26px;
}
.mc-button.lang .title {
  padding-bottom: 0;
}


/*admin-content*/
.section-admin-content{
    width: 100%;
    height: 100%;
}
.admin-content{
    display: flex;
    width: 100%;
    height: 100%;
    justify-content: space-between;
}
.admin-left-nav{
    color: white;
    display: flex;
    background: #2e2e2e;
    width: 15%;
    height: 100%;
    box-shadow: 0px 0px 6px 3px #000000;
    flex-direction: column;
    align-items: center;
}
.admin-right-content{
    background: #0000005e;
    width: 85%;
    height: 100%;
}
/* Lines */
.admin-double-line{
    display: inline-flex;
    align-items: center;
    flex-direction: row;
    width: 100%;
}
.admin-line-solid{
    margin: 10px 0px;
    width: 30%;
    border-top: 1px solid #ffffff59;
    border-color: white;
    box-shadow: 0px 0px 10px 1px #ff5722, inset 0px 0px 2px 2px #ff5722;
}
.admin-line-dotted{
    margin: 10px 0px;
	width: 100%;
	border-color: white;
    border-top: 1px dashed #ffffff59;
}
.admin-login{
	
	font-family: 'NSB';
    font-size: 25px;
    margin-top: 15px;
}
.admin-status{
    font-family: 'JL';
    font-size: 25px;
}
.admin-top-nav{
	display: flex;
    align-items: center;
    flex-direction: column;
    width: 100%;
}
.admin-bottom-nav{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: stretch;
}
.admin-btn-prm{
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    border-top: 2px dotted #ffffff33;
    border-left-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    text-align: left;
    padding-left: 15px;
    padding-right: 15px;
    color: white;
    font-family: jdb;
    font-size: 20px;
    border-radius: 2px;
    background: #00000000;
    -moz-transform: skew(30deg);
    -o-transform: skew(30deg);
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.admin-btn-prm:hover{
	background: #ff5722;
    /*box-shadow: 0px 0px 30px 6px #ff8743, inset 0px 0px 5px 1px #ff5722;*/
	box-shadow: 0px 0px 0px 0px #ffffff, inset 0px 0px 2px 0px #ff5722;
    border-radius: 2px;
    
}
.admin-btn-prm:disabled,
button[disabled]{
  background: #ff5722;
  color: white;
}
.admin-menu-header{
    font-family: 'forum';
    font-size: 22px;
    margin-top: 10px;
    margin-bottom: 20px;
    /* box-shadow: 0px 0px 0px 0px #ffffff, inset 0px 0px 2px 0px #03a9f4; */
    filter: drop-shadow(0px 0px 10px #03a9f4);
}
.admin-right-block{
    display: flex;
    /* padding: 8px; */
    width: 100%;
    height: 100%;
    background: #000000c2;
    width: 100%;
    color: white;
    box-shadow: 0px 0px 0px 0px #ffffff, inset 0px 0px 4px 2px #ffffff;
    /* padding: 13px; */
    text-align: center;
    font-family: ru-bold;
    height: 100%;
    align-content: center;
    flex-direction: column;
    align-items: center;
}
.admin-right-block-header{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    filter: drop-shadow(0px 0px 10px #03a9f4);
	
    margin-top: 20px;
    padding: 5px;
    background: #2e2e2e;
    color: white;
    box-shadow: inset 0px 0px 5px 0px #ffffff;
    border-radius: 15px;
    text-align: center;
    transform: skew(350deg);
    font-family: ru-bold;
	width: 96%;
    height: 10%;
}
.admin-right-block-content{
	display: flex;
    align-items: center;
    justify-content: center;
	width: 100%;
    height: 90%;
}
.server-flex-box{
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0px 50px;
    width: 100%;
}
.server_output{
    margin: 20px;
    display: flex;
    padding: 15px;
    width: 100%;
    height: 600px;
    background: #000000c2;
    box-shadow: 0px 0px 0px 0px #ffffff, inset 0px 0px 4px 2px #ffffff;
    flex-direction: column;
}
.server-buttons{
    display: inline-flex;
    justify-content: space-evenly;
    width: 100%;
    align-items: center;
}
.server_cl_logs{
    display: flex;
    padding: 10px;
    height: 100%;
    background: #000000c2;
    box-shadow: 0px 0px 0px 0px #ffffff, inset 0px 0px 2px 0px #ffffff;
}
.rcon-input{
    font-family: 'NSB';
    display: flex;
    padding: 5px 15px;
    background: #000000c2;
    box-shadow: 0px 0px 4px 1px #ffffff, inset 0px 0px 0px 0px #ffffff;
    color: #ff5722;
    width: 100%;
    margin: 5px;
}
.server-rcon-block{
    display: inline-flex;
    width: 100%;
    justify-content: center;
    align-items: center;
}
.brdot{
    font-size: 28px;
    font-family: 'eng-font';
    padding-bottom: 11px;
	    margin: 0px 10px;
    filter: drop-shadow(0px 0px 1px var(--ASK-dot-color)) drop-shadow(0px 0px 3px var(--ASK-dot-color)) drop-shadow(0px 0px 6px var(--ASK-dot-color)) blur(var(--ASK-dot-blur));
	--ASK-dot-color: #03a9f4;
	--ASK-dot-blur: 0.3px;
}
.student-name-ico{
    background: linear-gradient(180deg, #ffffff 10%, #ff9800 70%, #00000000);
    font-size: 25px;
    font-family: ru-bold;
    text-align: center;
    text-transform: uppercase;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-top: -5px;
    margin-bottom: -5px;
}
.moderator-name-ico{
	background: linear-gradient(180deg, #00b4ff 10%, #00ff0a 70%, #00000000);
    font-size: 25px;
    font-family: ru-bold;
    text-align: center;
    text-transform: uppercase;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-top: -5px;
    margin-bottom: -5px;
}
.banned-name-ico{
    background: linear-gradient(180deg, #ff0000 10%, #ff1100 70%, #00000000);
    font-size: 25px;
    font-family: ru-bold;
    text-align: center;
    text-transform: uppercase;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-top: -5px;
    margin-bottom: -5px;
}
.ico-student{
    height: 100px;
    width: 100px;
    -webkit-mask-image: url("/assets/img/icons/ico_adm.svg");
    background: linear-gradient(180deg, #ffffff 10%, #ff9800 70%, #00000000);
    -webkit-mask-position: center;
    -webkit-mask-size: cover;
}
.ico-moderator{
    height: 100px;
    width: 100px;
    -webkit-mask-image: url("/assets/img/icons/ico_adm.svg");
	background: linear-gradient(180deg, #00b4ff 10%, #00ff0a 70%, #00000000);
    -webkit-mask-position: center;
    -webkit-mask-size: cover;
}
.ico-admin{
    height: 100px;
    width: 100px;
    -webkit-mask-image: url("/assets/img/icons/ico_adm.svg");
	background: linear-gradient(180deg, #ffffff 10%, #ff0000 70%, #00000000);
    -webkit-mask-position: center;
    -webkit-mask-size: cover;
}
.admin-name-ico{
    font-size: 25px;
    font-family: ru-bold;
    text-align: center;
    text-transform: uppercase;
    background: linear-gradient(180deg, #ffffff 10%, #ff0000 70%, #00000000);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-top: -5px;
    margin-bottom: -5px;
}
.vip-ico{
    font-size: 35px;
    font-family: ru-bold;
    text-align: center;
    text-transform: uppercase;
    background: linear-gradient(180deg, #fffb07 10%, #ff0000 90%, #00000000);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    height: 50px;
    margin-top: -5px;
    margin-bottom: -5px;
}
.premium-ico{
    font-size: 35px;
    font-family: ru-bold;
    text-align: center;
    text-transform: uppercase;
    background: linear-gradient(180deg, #03a9f4 10%, #ffffff 90%, #00000000);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    height: 50px;
    margin-top: -5px;
    margin-bottom: -5px;
}
.epic-ico{
    font-size: 35px;
    font-family: ru-bold;
    text-align: center;
    text-transform: uppercase;
    background: linear-gradient(180deg, #003eff 10%, #d800ff 70%, #00000000);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    height: 50px;
    margin-top: -5px;
    margin-bottom: -5px;
}
.mini-icon{
	color: white;
	cursor: pointer;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.mini-icon:hover{
	color: #ff5722;
	transform: scale(1.2);
}
.checkbox-ul{
    padding-left: 10px;
    padding-right: 15px;
}
.checkbox-ul .checkbox-label {
  position: relative;
  cursor: pointer;
}
.checkbox-ul .checkbox-label .typed-input-chechbox {
  position: absolute;
  opacity: 0;
}
.checkbox-ul .checkbox-label :checked ~ .icon-box {
  box-shadow: inset -1px -1px 5px #ff9800, inset 3px 3px 5px rgba(0, 0, 0, 0.1);
}
.checkbox-ul .checkbox-label :checked ~ .icon-box .fa {
  transform: scale(0.95);
}
.checkbox-ul .checkbox-label .icon-box {
    width: 25px;
    height: 25px;
    background: #000000;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: -1px -1px 4px #ff9800, 3px 3px 5px rgb(0 0 0 / 10%);
    border-radius: 4px;
}
.checkbox-ul .checkbox-label .icon-box .fa {
    font-size: 25px;
    color: #ff9800;
}
.welcome-banner{
    background: linear-gradient(180deg,rgba(10,10,10,0) 77.63%,#0A0A0A 104.23%),radial-gradient(61.13% 58.87% at 50% 52.84%,rgba(10,10,10,0) 43.89%,#0A0A0A 100%),url(/assets/img/banners/welcome_banner_1280x549.webp.webp) no-repeat center/cover;
}
.noselect {
  -webkit-touch-callout: none;
    -webkit-user-select: none; 
     -khtml-user-select: none; 
       -moz-user-select: none; 
        -ms-user-select: none; 
            user-select: none; 
}
.resizing-plus:hover{
	transform: scale(1.25);
	font-size: 25px;
    margin-bottom: 15px;
    color: #ece7e1;
	/*transform: rotate(0deg) translate(13px, 0px);*/
    text-shadow: 0px 0px 10px #ff9800;
}
.resizing-plus{
	cursor: pointer;
	transform: scale(1.0);
	font-size: 25px;
    margin-bottom: 15px;
    color: #ece7e1;
    text-shadow: 0px 0px 0px #ff9800;
	/*transform: rotate(180deg) translate(13px, 0px);*/
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.clickable-text{
	cursor: pointer;
	color: white;
	font: 500 16px / 24px Rotonda;
	text-decoration: none;
}
.clickable-text:hover{
	cursor: pointer;
	text-decoration: underline;
}
.soup-category-icon {
  width: 50px;
  height: 50px;
  background: center / contain no-repeat url("../../assets/img/ofcontent/categoryicon/soup.png");
}
.dried-fish-category-icon {
  width: 50px;
  height: 50px;
  background: center / contain no-repeat url("../../assets/img/ofcontent/categoryicon/driedfish.png");
}
.hot-smoked-fish-icon {
  width: 50px;
  height: 50px;
  background: center / contain no-repeat url("../../assets/img/ofcontent/categoryicon/hotsmokedfish.png");
}
.cold-smoked-fish-icon {
  width: 50px;
  height: 50px;
  background: center / contain no-repeat url("../../assets/img/ofcontent/categoryicon/coldsmokedfish.png");
}
.fresh-frozen-fish-icon {
  width: 50px;
  height: 50px;
  background: center / contain no-repeat url("../../assets/img/ofcontent/categoryicon/freshfrozenfish.png");
}
.category-hoverable{
	cursor: pointer;
	color: #fff;
	font: 500 16px / 24px Rotonda;
	text-decoration: none;
	border-bottom: 1px solid #ff9800;
	border-left: 1px solid #ff9800;
	border-right: 1px solid #ff9800;
	padding: 5px 10px;
	/* border-radius: 16px; */
	background-color: #181818e6;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.category-hoverable:hover{
  cursor: pointer;
  text-decoration: underline;
	background-color: #bdbdbd;
	color: #333;
}
.logo-header{
  width: 100%;
  height: 100%;
	background: linear-gradient(180deg, rgba(10, 10, 10, 0) 77.63%, #0a0a0a14 104.23%), radial-gradient(61.13% 58.87% at 50% 52.84%, rgba(10, 10, 10, 0) 43.89%, #0a0a0a82 100%), url(../../assets/img/ofcontent/banners/sectionbanner.png) no-repeat center / cover;
}
  .section-primary-banner{
	  background: linear-gradient(180deg, rgba(10, 10, 10, 0) 77.63%, #000000 104.23%), radial-gradient(61.13% 58.87% at 50% 52.84%, rgba(5, 5, 5, 0) 43.89%, #000000 100%), url(../../assets/img/ofcontent/banners/sectionbanner.png) no-repeat center / cover;
	  width: 100%;
	  height: 700px;
	  padding-top: 50px;
	  padding-left: 60px;
	  display: flex;
	  flex-wrap: wrap;
	  align-content: flex-start;
	  align-items: center;
	  justify-content: flex-start;
  }
  .tocategory-button-rect{
	  width: 280px;
	  height: 50px;
	  background: linear-gradient(90deg, #ff8822, #ffb528);
	  text-align: center;
	  border-radius: 15px;
	  display: inline-flex;
	  justify-content: center;
	  align-items: center;
	  -webkit-transition: all 0.2s ease-in-out;
	  -moz-transition: all 0.2s ease-in-out;
	  -o-transition: all 0.2s ease-in-out;
	  transition: all 0.2s ease-in-out;
  }
  .tocategory-button-text{
	  margin: 0px;
	  color: white;
	  font-size: 25px;
	  font-family: 'JDB';
	  -webkit-transition: all 0.2s ease-in-out;
	  -moz-transition: all 0.2s ease-in-out;
	  -o-transition: all 0.2s ease-in-out;
	  transition: all 0.2s ease-in-out;
  }
  .tocategory-button-rect:hover{
	  background: linear-gradient(90deg, #ffb528, #ff8822);
  }
  .tocategory-button-rect:hover .tocategory-button-text{
	  color: #2b2b2b;
  }
  .section-primary-banner-contacts{
	  background: linear-gradient(180deg, rgba(10, 10, 10, 0) 77.63%, #000000 104.23%), radial-gradient(61.13% 58.87% at 50% 52.84%, rgba(5, 5, 5, 0) 43.89%, #000000 100%), url(../../assets/img/ofcontent/banners/sectionbanner_02.png) no-repeat center / cover;
	  width: 100%;
	  height: 700px;
	  padding-top: 50px;
	  padding-left: 60px;
	  display: flex;
	  flex-wrap: wrap;
	  align-content: flex-start;
	  align-items: center;
	  justify-content: flex-start;
  }
  .modal-close-button{
	  background: #181818;
	  width: 48px;
	  height: 48px;
	  border: 1px solid #ff9800;
	  border-radius: 18px;
	  color: white;
	  font-size: 28px;
	  text-align: center;
	  cursor: pointer;
	  position: absolute;
	  right: -46px;
	  top: -32px;
	  -webkit-transition: all 0.2s ease-in-out;
	  -moz-transition: all 0.2s ease-in-out;
	  -o-transition: all 0.2s ease-in-out;
	  transition: all 0.2s ease-in-out;
  }
  .modal-close-button:hover{
	  border: 1px solid white;
	  color: #ff9800;
  }
  input[type=number]::-webkit-inner-spin-button {
	  -webkit-appearance: none;
  }
  .buy-input {
	  all: unset;
  }
  .buy-input:focus {
	  all: unset;
  }
  .price-input-btn {
	  scale: 1.0;
	  font-size: 32px;
	  cursor: pointer;
	  -webkit-transition: all 0.2s ease-in-out;
	  -moz-transition: all 0.2s ease-in-out;
	  -o-transition: all 0.2s ease-in-out;
	  transition: all 0.2s ease-in-out;
  }
  .price-input-btn:hover {
	  scale: 1.3;
  }
  .menu-cart-block{
	  background: #181818;
	  color: white;
	  -webkit-transition: all 0.2s ease-in-out;
	  -moz-transition: all 0.2s ease-in-out;
	  -o-transition: all 0.2s ease-in-out;
	  transition: all 0.2s ease-in-out;
  }
  .menu-cart-block:hover {
	  background: white;
	  color: #181818;
  }
  .delete-from-cart{
	color: white;
	  cursor: pointer;
	  -webkit-transition: all 0.2s ease-in-out;
	  -moz-transition: all 0.2s ease-in-out;
	  -o-transition: all 0.2s ease-in-out;
	  transition: all 0.2s ease-in-out;
  }
  .delete-from-cart:hover {
	color: #ff9800;
  }
  .checkbox-btn {
	  width: 160px;
	  display: inline-block;
	  margin: 0 5px 0 0;
	  user-select: none;
	  position: relative;
  }
  .checkbox-btn input[type=checkbox] {
	  z-index: -1;
	  opacity: 0;
	  display: block;
	  width: 0;
	  height: 0;
  }
  .checkbox-btn span {
	  color: #666;
	  width: 150px;
	  border: 1px solid #666;
	  border-radius: 10px;
	  font: 500 22px / 38px TPF;
	  display: inline-block;
	  cursor: pointer;
	  padding: 0 10px;
	  line-height: 30px;
	  -webkit-transition: all 0.2s ease-in-out;
	  -moz-transition: all 0.2s ease-in-out;
	  -o-transition: all 0.2s ease-in-out;
	  transition: all 0.2s ease-in-out;
  }

  /* Checked */
  .checkbox-btn input[type=checkbox]:checked + span {
	  pointer-events: none;
	  cursor: not-allowed;
	  border: 1px solid limegreen;
	  color: #ff9800;
	  background: transparent;
  }

  /* Focus */
  .focused span {
	  box-shadow: 0 0 0 0.2rem rgba(0,123,255,.25);
  }

  /* Hover */
  .checkbox-btn:hover {
	  color: #666;
  }

  /* Active */
  .checkbox-btn input[type=checkbox]:active:not(:disabled) + span {
	  pointer-events: none;
	  cursor: not-allowed;
	  border: 1px solid limegreen;
	  color: #ff9800;
	  background: transparent;
  }

  /* Disabled */
  .checkbox-btn input[type=checkbox]:disabled + span {
	  pointer-events: none;
	  cursor: not-allowed;
	  border: 1px solid limegreen;
	  color: #ff9800;
	  background: transparent;
  }
  .checkbox-btn input[type=checkbox]:checked:disabled + span {
	  pointer-events: none;
	  cursor: not-allowed;
	  border: 1px solid limegreen;
	  color: #ff9800;
	  background: transparent;
  }
  /*Mobile*/
  .mob-checkbox-btn {
	  width: 210px;
	  display: inline-block;
	  margin: 0 5px 0 0;
	  user-select: none;
	  position: relative;
  }
  .mob-checkbox-btn input[type=checkbox] {
	  z-index: -1;
	  opacity: 0;
	  display: block;
	  width: 0;
	  height: 0;
  }
  .mob-checkbox-btn span {
	  color: #666;
	  width: 200px;
	  border: 3px solid #666;
	  border-radius: 10px;
	  font: 500 32px / 38px TPF;
	  display: inline-block;
	  cursor: pointer;
	  padding: 0 10px;
	  line-height: 72px;
	  -webkit-transition: all 0.2s ease-in-out;
	  -moz-transition: all 0.2s ease-in-out;
	  -o-transition: all 0.2s ease-in-out;
	  transition: all 0.2s ease-in-out;
  }

  /* Checked */
  .mob-checkbox-btn input[type=checkbox]:checked + span {
	  pointer-events: none;
	  cursor: not-allowed;
	  border: 3px solid limegreen;
	  color: #ff9800;
	  background: transparent;
  }

  /* Active */
  .mob-checkbox-btn input[type=checkbox]:active:not(:disabled) + span {
	  pointer-events: none;
	  cursor: not-allowed;
	  border: 3px solid limegreen;
	  color: #ff9800;
	  background: transparent;
  }

  /* Disabled */
  .mob-checkbox-btn input[type=checkbox]:disabled + span {
	  pointer-events: none;
	  cursor: not-allowed;
	  border: 3px solid limegreen;
	  color: #ff9800;
	  background: transparent;
  }
  .mob-checkbox-btn input[type=checkbox]:checked:disabled + span {
	  pointer-events: none;
	  cursor: not-allowed;
	  border: 3px solid limegreen;
	  color: #ff9800;
	  background: transparent;
  }
