@import url("https://fonts.googleapis.com/css2?family=Dancing+Script:wght@400..700&family=Quicksand:wght@300..700&display=swap");

/*@font-face {
  font-family: "Angeme-Bold";
  src: url("fonts/Angeme-Bold.ttf") format("opentype");
}

@font-face {
  font-family: "Angeme-Regular";
  src: url("fonts/Angeme-Regular.ttf") format("opentype");
}*/

*,
*:after,
*:before {
  font-family: "Times New Roman", Arial, sans-serif;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #FFF;
}

li {
  list-style-position: inside;
}

body {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  width: 100%;
  background-color: #000;
}

.container_fon {
  display: none;
}

.container {
  display: flex;
  flex-direction: column;
  container-type: inline-size;
  flex: 1 1 auto;
  overflow-y: auto;
}

header {
  flex: 0 0 135px;
  background-image: url(../images/fon_menu.jpg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  image-rendering: -webkit-optimize-contrast;
  display: flex;
  align-items: end;
  position: relative;
}
 
main {
  flex: 1 1 100dvh;
  display: flex;
  flex-wrap: wrap;
}
 
.Block_1 {
  background: url(../images/fon_1.jpg);
  border-bottom-right-radius: 15px;
  border-right: 5px solid #000;
  border-bottom: 5px solid #000;
  display: flex;
  flex-direction: column;
}
 
.Block_2 {
  background: url(../images/fon_2.jpg);
  border-bottom-left-radius: 15px;
  border-left: 5px solid #000;
  border-bottom: 5px solid #000;
  justify-content: center;
  position: relative;
}
 
.Block_3{
  background: url(../images/fon_3.jpg);
  border-top-right-radius: 15px;
  border-right: 5px solid #000;
  border-top: 5px solid #000;
}
 
.Block_4 {
  background: url(../images/fon_4.jpg);
  border-top-left-radius: 15px;
  border-left: 5px solid #000;
  border-top: 5px solid #000;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
 
.Block_1, .Block_2, .Block_3, .Block_4 {
  width: 50%;
  height: 50%;
  min-height: 450px;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

header .logo {
  height: 7rem;
  margin-top: 5px;
  margin-left: 12px;
  backdrop-filter: blur(5px);
}

header .menu .block_logo_mobile{
  display: none;
}

header .menu {
  height: 3rem;
  width: 91cqw;
  background-color: rgba(0,0,0,0.6);
  border-top-left-radius: 5px;
  backdrop-filter: blur(5px);
  display: flex;
  align-items: center;
  padding-left: 35px;
}

/****************************************************************************/
header .mobile_menu {
  display: none;
}

header .menu .button_menu {
  position: relative;
  margin-left: 10px;
}

header .menu .button_menu a {
  text-decoration: none;
}

header .menu .button_menu .label {
  padding: 10px 35px 10px 35px;
  display: inline-block;
  color: #fff;
  transition: all 0.5s;
}

header .menu .button_menu:hover .button_menu_icon {
  transform: scale(0.9) skew(-40deg, 0deg);
}

header .menu .button_menu:hover a .label {
  color: #877eec;
  transform: scale(1.09);
}

header .menu .button_menu:hover .button_menu_icon:before,
header .menu .button_menu:hover .button_menu_icon:after {
  width: 100%;
  background: rgb(255, 255, 255);
}

header .menu .button_menu:hover .button_menu_icon span:before,
header .menu .button_menu:hover .button_menu_icon span:after {
  height: 45%;
  background: rgb(255, 255, 255);
}

header .menu .button_menu .label {
  padding: 10px 22px;
}

header .menu .button_menu .button_menu_icon {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: skew(-35deg, 0deg);
  transition: all 0.5s;
}

header .menu .button_menu .button_menu_icon:before,
header .menu .button_menu .button_menu_icon:after {
  content: "";
  height: 2px;
  width: 30px;
  position: absolute;
  display: block;
  background-color: #6C92E1;
  transition: width 0.5s;
}

header .menu .button_menu .button_menu_icon:before {
  left: 0;
  top: 0;
}

header .menu .button_menu .button_menu_icon:after {
  right: 0;
  bottom: 0;
}

header .menu .button_menu .button_menu_icon span:before,
header .menu .button_menu .button_menu_icon span:after {
  content: "";
  background-color: #6C92E1;
  position: absolute;
  display: block;
  width: 2px;
  height: 30px;
  transition: height 0.5s;
}

header .menu .button_menu .button_menu_icon span:before {
  left: 0;
  top: 0;
}

header .menu .button_menu .button_menu_icon span:after {
  right: 0;
  bottom: 0;
}

header .menu .vertical_div {
  height: 30px;
  box-shadow: 0 1px 55px 25px rgba(153, 255, 255, 0.5);
  width: 1px;
  background: rgb(0,255,255);
}

header .menu .mainMenu {
  flex: 1;
  display: flex;
}

header .menu .authReg {
  flex: 0 0 300px;
  display: flex;
  justify-content: end;
  padding-right: 35px;
}

/****************************************************************************/

.host_site_main {
  margin-top: clamp(3rem, -0.1785rem + 3.4820vw, 2rem);
  margin-left: 2rem;
  width: max-content;
  text-align: center;
  font-weight: bold;
  text-shadow: 1px 1px 2px #fdfdfd, 0 0 1em #000, 0 0 0.2em #fff;
}
 
.host_site_main .p_1{
  color: #110971;
  font-size: clamp(1.625rem, 0.538rem + 1.7391vw, 2.625rem);
}
 
.host_site_main .p_2{
  color: #710703;
  font-size: clamp(2.8125rem, 2.1317rem + 1.0881vw, 3.4375rem);
  margin-top: 1rem;
}
 
.KandD_site_main {
  display: flex;
  margin: auto 0;
  width: 50%;
  justify-content: space-between;
  font-size: clamp(16px, 2vw, 25px);
  font-weight: 700;
  font-style: italic;
  text-shadow: 1px 1px 2px #000, 0 0 1em black, 0 0 0.2em black;
  padding: 0 10px;
}
 
.KandD_site_main p {
  color: #DF7361;
}
 
.KandD_site_main p:nth-child(1) {
  margin-top: 0;
}
 
.KandD_site_main p:nth-child(2) {
  margin-top: 5rem;
}
 
.KandD_site_main p:nth-child(3) {
  margin-top: 10rem;
}

.Block_2 p {
  margin-top: 22px;
  margin-right: 20px;
  font-size: clamp(1.1875rem, 0.9158rem + 0.4348vw, 1.4375rem);
  text-align: center;
  font-weight: 700;
  color: #cbd8cf;
  text-shadow: 1px 1px 2px #4f0000, 0 0 1em #000, 0 0 0.2em black;
  font-style: italic;
  font-family: monospace;
  padding: 0 1rem;
}

.Block_2 p span {
  color: #ddd302;
  font-size: clamp(18px, 1.9cqw, 20px);
  white-space: nowrap;
}

.Block_2 p:first-of-type {
  margin-top: 2rem;
}

.Block_2 p:last-of-type {
  font-size: clamp(1.5625rem, 1.087rem + 0.7609vw, 2rem);
  color: #DF7361;
  font-family: none;
  text-shadow: 1px 1px 2px #535353, 0 0 1em #000, 0 0 0.2em #000;
  text-align: right;
  position: absolute;
  bottom: 10px;
  right: 0;
}

.gallery_main {
  height: 250px;
  width: 100%;
  position: relative;
  text-align: center;
  margin: auto 0;
}

.gallery_main_1, .gallery_main_2, .gallery_main_3 {
  display: inline-block;
  height: 100%;
  width: 32%;
}

.gallery_main_1, .gallery_main_3 {
  perspective: 1000px;
}

.gallery_1, .gallery_2, .gallery_3 {
  display: inline-block;
  border-radius: 15px;
  width: 100%;
  height: 100%;
  transform-origin: center;
}

.gallery_1 {
  box-shadow: 0 1px 5px 5px rgba(157, 149, 149, 0.5);
  background: linear-gradient(145deg, #131318 0%, #55566a 76%);
  transform: translateX(15%) translateY(0px) rotatey(-55deg) scale(0.8, 0.9);
}

.gallery_2 {
  box-shadow: 0 1px 5px 5px rgba(255, 228, 80, 0.5);
  background: linear-gradient(145deg, #55566a 30%, #131318 100%);
}

.gallery_3 {
  box-shadow: 0 1px 5px 5px rgba(157, 149, 149, 0.5);
  background: linear-gradient(145deg, #55566a 0%, #131318 76%);
  transform: translateX(-15%) translateY(0px) rotatey(55deg) scale(0.8, 0.9);
}

img.gallery_image_1, img.gallery_image_2, img.gallery_image_3 {
  width: 100%;
  height: 100%;
  border-radius: 15px;
}

img.gallery_image_1, img.gallery_image_3 {
  filter: blur(10px);
}

.social {
  margin: auto 0;
}

.social a {
  margin-right: 10px;
}

.social a img {
  width: 35px;
}

footer {
  box-shadow: 0px 0px 35px 1px rgba(0, 0, 0, .4) inset;
  flex: 0 0 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: url(../images/fon_menu.jpg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.footer {
  height: 100%;
  width: 100%;
  background-color: rgba(0,0,0,0.5);
  backdrop-filter: blur(5px);
  display: flex;
  justify-content: center;
  align-items: center;
}

/***
footer {
  background: linear-gradient(145deg, #121e49 0%, #1e0d1f 76%);
  background: linear-gradient(45deg, #000, #000);
  box-shadow: 0px 0px 35px 1px rgba(0, 0, 0, .4) inset;
  flex: 0 0 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  position: relative;
  z-index: 999;
}

footer::after {
  background: linear-gradient(142deg, transparent, #595959);
  z-index: 3;
  bottom: 0;
  right: 0;
}
footer::before, footer::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0.8;
}
footer::before {
  background: linear-gradient(108deg, #2f4040, transparent);
  z-index: 2;
  top: 0;
  left: 0;
}
***/


/***************************************************************/
/***************************************************************/
/***************************************************************/

.products {
  background-image: url(../images/fon_shop.webp);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 100%;
  position: relative;
}

.products::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: rgba(0,0,0,0.3);
}

.blockListOptions {
  position: relative;
  /*background: silver;*/
  background-color: rgba(0,0,0,0.7);
  backdrop-filter: blur(5px);
  /*background: url(https://static.vecteezy.com/system/resources/previews/000/600/537/large_2x/abstract-black-background-gradient-that-looks-modern-vector.jpg);
  background-repeat: no-repeat;
  background-size: 100% 100%;*/
  border: 3px solid #fff;
  border-radius: 15px;
  /*box-shadow: 0px 0px 30px rgba(195, 109, 219, 0.5), 0px 0px 30px #000 inset;*/
  box-shadow: rgb(63, 101, 176) 0px 0px 30px, rgb(0, 0, 0) 0px 0px 23px inset;;
  width: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow: hidden;
  margin: 75px auto;
}

.productList {
  width: 50%;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 10px auto;
}

.product {
  margin-top: 10px;
  margin-left: 15px;
  align-items: center;
  flex-direction: column;
  /*background-color: silver;*/
  /*background: url(https://static.vecteezy.com/system/resources/previews/000/600/537/large_2x/abstract-black-background-gradient-that-looks-modern-vector.jpg);*/
  background: url(../images/abstract-black-background-gradient-that-looks-modern-vector.jpg);
  background-repeat: no-repeat;
  /*background-size: 100% 100%;*/
  z-index: 1;
  padding: 10px;
  border-radius: 15px;
  border: 2px solid #fff;
  width: 230px;
  height: 327px;
  display: flex;
  justify-content: center;
}

.productTitle {
  flex: 0 0 35px;
  width: 100%;
  display: flex;
  justify-content: center;
  font-size: 20px;
  border-bottom: 3px dotted #8c8c8c;
}

.product img {
  width: 100%;
  border-radius: 15px;
  cursor: pointer;
}

.listOptionsTitle {
  flex: 0 0 50px;
  width: 100%;
  border-bottom: 4px ridge #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Politburo";
}

.listOptionsTitle h1{
  /*font-family: "Angeme-Bold";*/
}

.listOptions {
  flex: 1;
  width: 95%;
  margin-top: 10px;
  margin-bottom: 10px;
  display: flex;
  justify-content: center;
}

.listOptions ul {
  list-style: none;
}

.listOptions ul > li {
  padding-left: 20px;
  position: relative;
  margin: 10px;
  font-size: 18px;
  text-shadow: -1px 1px 0 #000, 1px 1px 0 #000, 1px -1px 0 #000, -1px -1px 0 #000;
  color: #ACAAA0;
}

.listOptions ul > li:before{
  content: '✔';
  position: absolute; top: 0; left: 0;
  color: green;
  text-shadow: none;
}

.listOptions ul > li u {
  color: #877eec;
}

.priceBuy {
  flex: 0 0 50px;
  width: 100%;
  display: flex;
}

.priceResult {
  flex: 1;
  height: 100%;
  display: flex;
  align-items: center;
  padding-left: 25px;
  border-top: 4px ridge #fff;
  border-right: 1px dotted #fff;
  border-top-right-radius: 15px;
  text-shadow: -1px 1px 0 #000, 1px 1px 0 #000, 1px -1px 0 #000, -1px -1px 0 #000;
}

.titlePrice {
  flex: 0 0 50px;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 25px;
  color: #ACAAA0;
}

.firstMonth, .secondMonth, .followingMonths {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 25px;
}

.firstMonth, .secondMonth {
  border-right: 3px ridge #fff;
}

.firstMonth p:first-child,
.secondMonth p:first-child,
.followingMonths p:first-child {
  font-size: 12px;
}

.firstMonth p,
.secondMonth p,
.followingMonths p,
.firstMonth p span,
.secondMonth p span,
.followingMonths p span {
  color: #877eec;
}

/*
.firstMonth p .firstPrice {
  color: #444;
  text-shadow: -1px 1px 0 #FFF, 1px 1px 0 #FFF, 1px -1px 0 #FFF, -1px -1px 0 #FFF;
}

.secondMonth p .secondPrice {
  color: #820000;
  text-shadow: -1px 1px 0 #FFF, 1px 1px 0 #FFF, 1px -1px 0 #FFF, -1px -1px 0 #FFF;
}

.followingMonths p .followingPrice {
  color: #059100;
  text-shadow: -1px 1px 0 #FFF, 1px 1px 0 #FFF, 1px -1px 0 #FFF, -1px -1px 0 #FFF;
}
*/

.firstMonth p .firstPrice,
.secondMonth p .secondPrice,
.followingMonths p .followingPrice {
  color: #fff;
}

.buttonBuy {
  flex: 0 0 150px;
  display: flex;
}

.buttonBuy::after {
  content: "Заказать";
  cursor: pointer;
  background: linear-gradient(145deg, #121e49 0%, #1e0d1f 76%);
  color: #fff;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 1.5s;
  font-family: "Angeme-Bold";
  font-size: 22px;
  border-top-left-radius: 15px;
}

.buttonBuy:hover::after {
  background: linear-gradient(145deg, #263f97 0%, #7e3882 76%);
}

.checkboxProduct {
  display: none;
}

.labelCheckboxProduct {
  cursor: pointer;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 10px;
  flex: 1;
}

.labelCheckboxProduct .checkboxScrollBar {
  /*background-color: #c44;*/
  /*border: 2px solid #862929;*/
  background-color: #8c8c8c;
  border: 2px solid #938989;
  box-shadow: 0px 0px 10px #000 inset;
	position: relative;
	border-radius: 100px;
	top: 10px;
	left: 0;
	width: 50px;
	height: 30px;
  margin-top: 5px;
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease;
}

.checkboxScrollBar .checkboxCursor {
  width: 25px;
	height: 25px;
	border-radius: 50%;
	left: 0;
	top: 0;
	background-color: #fff;
	-webkit-box-shadow: 0 2px 6px rgba(153, 153, 153, 0.75);
	box-shadow: 0 2px 6px rgba(153, 153, 153, 0.75);
  position: absolute;
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease;
}

.checkboxScrollBar .checkboxCursor:after {
  content: 'Off';
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	font-size: 65%;
	text-transform: uppercase;
	font-weight: 500;
	opacity: 0.7;
}

.checkboxProduct:checked + .labelCheckboxProduct .checkboxScrollBar {
  /*background-color: #44cc66;*/
  /*border: 2px solid #298649;*/
  background-color: #877eec;
  border: 2px solid #6c92e1;
}

.checkboxProduct:checked + .labelCheckboxProduct .checkboxScrollBar .checkboxCursor {
  left: calc(100% - 19px - 7px);
}

.checkboxProduct:checked + .labelCheckboxProduct .checkboxScrollBar .checkboxCursor:after {
  content: 'On';
}

.checkboxProduct:not(:checked) + .labelCheckboxProduct img {
  filter: grayscale(100%);
}

.checkboxProduct:checked + .labelCheckboxProduct img {
  filter: grayscale(0%);
}

.block_check_mobile_menu {
  display: none;
}

/*#registration, #login {
  cursor: pointer;
}*/

/*.RegAuth {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.95);
  z-index: 999;
}*/

/*.RegAuth::before {
  content: "✖";
  position: fixed;
  top: 10px;
  right: 10px;
  color: white;
  font-size: 35px;
}*/

/*.notActivatedRegAuth {
  display: none;
}*/

/*.activatedForm {
  display: flex;
}*/

/*.Registration, .Login {
  position: relative;
  background: silver;
  border: 3px solid #fff;
  border-radius: 15px;
  box-shadow: 0px 0px 30px rgba(195, 109, 219, 0.5), 0px 0px 30px #000 inset;
  width: 320px;
  height: 350px;
  top: 50dvh;
  left: 50dvw;
  transform: translate(-50%, -50%);
  flex-direction: column;
  overflow: hidden;
}*/

/*.Registration .registrationTitle, .Login .loginTitle {
  font-family: "Angeme-Bold";
  font-size: 30px;
  display: flex;
  justify-content: center;
  margin-top: 5px;
  border-bottom: 5px ridge #fff;
  flex: 0 0 45px;
}*/

/*.registrationForm, .loginForm {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}*/

/*.buttonRegistration, .buttonLogin {
  flex: 0 0 45px;
  display: flex;
  justify-content: center;
  margin-top: 5px;
  border-top: 5px ridge #fff;
  font-family: "Angeme-Bold";
  background: linear-gradient(145deg, #121e49 0%, #1e0d1f 76%);
  align-items: center;
  color: #fff;
  font-size: 20px;
}*/

/*.buttonRegistration:hover, .buttonLogin:hover {
  background: linear-gradient(145deg, #263f97 0%, #7e3882 76%);
}*/


/*******************************************************/
/*******************************************************/
/*******************************************************/

.blockInputForm {
  position: relative;
  margin-top: 15px;
  width: 100%;
  display: flex;
  justify-content: center;
}

.blockInputFormFeedback,
.blockInputCodeFeedback,
.blockInputFormRegistration,
.blockInputFormAuthorization {
  position: relative;
  margin-top: 25px;
  width: 60%;
  display: flex;
  justify-content: center;
  height: 45px;
}

.placeholderForm, .placeholderFormFeedback {
  position: absolute;
  pointer-events: none;
  left: 0;
  top: -25px;
  display: flex;
  padding: 2px 10px;
  /*border-radius: 5px 5px 0 0;*/
  /*background-color: rgba(0,0,0,0.5);*/
}

.placeholderForm span,
.placeholderFormFeedback span{
  opacity: 0.7;
}

input, textarea, .textarea {
  outline:none;
  border: none;
}

/*input:focus ~ .placeholderForm,
input:not(:placeholder-shown) ~ .placeholderForm,
input:focus ~ .placeholderFormFeedback,
input:not(:placeholder-shown) ~ .placeholderFormFeedback {
  top: 2px;
  left: 50px;
  font-size: 11px;
}*/

.placeholderForm img, .placeholderFormFeedback img {
  height: 20px;
  width: 20px;
  margin-top: -3px;
  margin-left: 5px;
  display: none;
}

/*input:focus ~ .placeholderForm img,
input:not(:placeholder-shown) ~ .placeholderForm img,
input:focus ~ .placeholderFormFeedback img,
input:not(:placeholder-shown) ~ .placeholderFormFeedback img{
  width: 15px;
  height: 15px;
}*/

/*.red {
  color: red;
}*/

.inputForm {
  font-size: 16px;
  width: 100%;
  height: 35px;
  padding-left: 15px;
  border-bottom: 1px solid white;
  border-radius: 5px;
  box-shadow: 0 -8px 10px rgba(212, 206, 255, 0.2);
  background-color: transparent;
}

.inputFormFeedback,
.inputCodeFeedback {
  padding-top: 15px;
  font-size: 16px;
  width: 85%;
  height: 35px;
  padding-left: 15px;
  border-bottom: 1px solid white;
  border-radius: 15px;
  background-color: transparent;
  box-shadow: 0 -8px 10px rgba(255, 209, 160, 0.2);
}

.blockInputCodeFeedback,
.backbuttonFeedback,
.backbuttonFeedback {
  display: none;
}

[type=email] {
  text-transform: lowercase;
}

/*.blockInputFormRegistration input[type="email"]:focus:invalid {
  border-bottom: 1px solid red;
}*/

/*.blockInputFormRegistration input[type="email"]:focus:valid {
  border-bottom: 1px solid green;
}*/

.error404 {
  background-image: url(../images/Error404.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  text-align: center;
}

.error404 .font404 {
  font-size: 135px;
  font-weight: bold;
  text-transform: uppercase;
  background: repeating-linear-gradient(white, white 2px, #7AB4E2 2px, #7AB4E2 3px);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-shadow: #fff 1px 0 50px;
}

.error404 .notFound404 {
  font-size: 36px;
  text-transform: uppercase;
  background: repeating-linear-gradient(white, white 2px, #7AB4E2 2px, #7AB4E2 3px);
    background-clip: border-box;
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-shadow: #FC0 1px 0 15px;
}

.error404 .errorHome a {
  color: #aaa9;
}

.technical_work {
  background-image: url(../images/technical_work.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  image-rendering: -webkit-optimize-contrast;
  flex: 1;
}

/****************************************************/

.technical_work_content {
  text-align: center;
  padding: 30px 20px;
}

.technical_work_content::after, .technical_work_content::before {
  color: red;
}

.technical_work_content .technical_work_neonText {
  /*font-size: 55px;*/
  font-size: clamp(1rem, 4.5vw, 3.5rem);
  font-weight: bold;
  display: flex;
  justify-content: center;
  color: #FFA700;
  text-transform: uppercase;
  /*text-shadow: 0 -40px 100px, 0 0 2px, 0 0 1em #000, 0 0 0.5em #000, 0 0 0.1em #000;
  word-spacing: 39px;*/
}

.technical_work_content .technical_work_neonText .clampText {
  margin-left: clamp(1.5rem, 2vw, 3rem);
}

.technical_work_content .technical_work_neonText .oneLetter1 {
  transform: rotate(-45deg);
}

.technical_work_content .technical_work_neonText .oneLetter2 {
  transform: rotate(52deg);
}

.technical_work_content .technical_work_neonText .oneLetter3 {
  transform: rotate(195deg);
}

.technical_work_content .technical_work_neonText .oneLetter4 {
  transform: rotate(35deg);
/*  background: url(https://img-fotki.yandex.ru/get/9742/5091629.a0/0_835bc_b77f8d28_orig);
  background-size: auto 200%;
  background-repeat: no-repeat;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  user-select: none;
  animation: css-fire 5s linear infinite;*/
}

/*
@keyframes css-fire{
  0%{
    background-position: 0% 50%;
  }
  80%{
    background-position: 60% 100%;
  }
}
*/

.technical_work_content .technical_work_neonText span {
  color: #FFA700;
}


.technical_work_content .technical_work_neonText .NeonText1 {
  animation: technicalWorkNeonText linear infinite 2s;
  color: #FFA700;
}

@keyframes technicalWorkNeonText {
  78% {
    color: inherit;
    text-shadow: inherit;
  }
  79%{
    color: #0b3960;
  }
  80% {
    text-shadow: none;
  }
  81% {
    color: inherit;
    text-shadow: inherit;
  }
  82% {
    color: #0b3960;
    text-shadow: none;
  }
  83% {
    color: inherit;
    text-shadow: inherit;
  }
  92% {
    color: #0b3960;
    text-shadow: none;
  }
  92.5% {
    color: inherit;
    text-shadow: inherit;
  }
}

/****************************************************/

.faq,
.feedback,
.Registration,
.authorization {
  display: flex;
  flex-direction: column;
  width: 100%;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='28' height='49' viewBox='0 0 28 49'%3E%3Cg fill-rule='evenodd'%3E%3Cg id='hexagons' fill='%239C92AC' fill-opacity='0.25' fill-rule='nonzero'%3E%3Cpath d='M13.99 9.25l13 7.5v15l-13 7.5L1 31.75v-15l12.99-7.5zM3 17.9v12.7l10.99 6.34 11-6.35V17.9l-11-6.34L3 17.9zM0 15l12.98-7.5V0h-2v6.35L0 12.69v2.3zm0 18.5L12.98 41v8h-2v-6.85L0 35.81v-2.3zM15 0v7.5L27.99 15H28v-2.31h-.01L17 6.35V0h-2zm0 49v-8l12.99-7.5H28v2.31h-.01L17 42.15V49h-2z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"), linear-gradient(to right top, #000, #000, #000, #151314, #000);
}

.faqTitle,
.feedbackTitle,
.registrationTitle,
.authorizationTitle {
  padding: 5px 0;
  text-align: center;
}

.technical_workMain,
.faqMain,
.feedbackMain,
.registrationMain,
.authorizationMain {
  flex: 1;
  display: flex;
}

.feedbackMain {
  margin-bottom: 50px;
}

.faqMenu {
  flex: 0 0 240px;
  padding: 25px;
}

.faqMenu ul li {
  list-style-type: none;
  padding: 12.5px 0;
  border-bottom: 1px dotted;
  cursor: pointer;
  margin-bottom: 3px;
}

.faqMenu ul li:last-child {
  padding: 12.5px 0 0 0;
  border-bottom: none;
  margin-bottom: 0;
}

.faqContent {
  flex: 1;
  padding: 25px;
  border-top-left-radius: 15px;
  background-color: rgba(13, 18, 28, 0.37);
  box-shadow: inset 10px 10px 35px rgb(36, 58, 102);
  backdrop-filter: blur(5px);
}

.feedbackContent,
.registrationContent,
.authorizationContent {
  flex: 0 0 50%;
  background-color: rgba(13, 18, 28, 0.37);
  box-shadow: inset 0 0 70px rgb(36, 58, 102);
  backdrop-filter: blur(5px);
  height: max-content;
  padding: 3% 0;
  border-radius: 15px;
  margin: 15px auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.textAreaFeedback {
  position: relative;
  margin-top: 15px;
  width: 95%;
}

.textAreaFeedback > .textarea {
  width: 100%;
  height: 450px;
  resize: none;
  background: #000;
  padding: 10px;
  /*box-shadow: 0 0 10px rgba(255, 255, 255, 0.2),inset 0 0 70px rgba(36, 58, 102, 0.6);*/
  border-radius: 0 0 15px 15px;
  border-left: 1px solid;
  border-right: 1px solid;
  border-bottom: 1px solid;
  -webkit-user-select: auto;
  -khtml-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  user-select: auto;
}

.textAreaFeedback > .textarea[placeholder]:empty:before {
  content: attr(placeholder);
  color: #555; 
}

.MainClicker {
  display: flex;
  align-items: center;
  border-radius: 15px 15px 0 0;
  background: #000;
  height: 35px;
  border-top: 1px solid;
  border-left: 1px solid;
  border-right: 1px solid;
  border-bottom: 1px dotted;
}

.divider {
  border: 1px ridge;
  margin: 0 10px;
  height: 80%;
  border-radius: 100%;
  width: 1px;
}

.MainClicker .clicker {
  cursor: pointer;
  text-transform: uppercase;
  padding: 0 5px;
}

.MainClicker .clicker:first-child {
  border: none;
  margin-left: 15px;
}

.buttonFeedback,
.buttonRegistration,
.buttonAuthorization {
  width: 35%;
  border: 1px solid;
  height: 38px;
  margin-top: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 15px;
  font-size: 25px;
  background: linear-gradient(145deg, #121e49 0%, #1e0d1f 76%);
}

.buttonConfEmail {
  display: none;
  opacity: 1;
  outline: 0;
  color: #fff;
  line-height: 40px;
  position: relative;
  text-align: center;
  letter-spacing: 1px;
  text-decoration: none;
  font-family: "Open Sans";
  text-transform: uppercase;
}

.buttonConfEmail:hover:after {
  opacity: 1;
  transform: translateY(0) rotateX(0);
}

.buttonConfEmail:hover:before {
  opacity: 0;
  transform: translateY(50%) rotateX(90deg);
}

.buttonConfEmail:after {
  top: -4px;
  left: 0;
  opacity: 0;
  width: 100%;
  color: #323237;
  display: block;
  transition: 0.5s;
  position: absolute;
  background: #adadaf;
  content: attr(data-back);
  transform: translateY(-50%) rotateX(90deg);
  border-radius: 5px;
}

.buttonConfEmail:before {
  top: -4px;
  left: 0;
  opacity: 1;
  color: #ddd;
  display: block;
  padding: 0 5px;
  line-height: 40px;
  transition: 0.5s;
  position: relative;
  background: #323237;
  content: attr(data-front);
  transform: translateY(0) rotateX(0);
  border-radius: 5px;
  font-weight: bold;
}

.buttonFeedback:hover,
.buttonAuthorization:hover,
.buttonRegistration:hover {
  background: linear-gradient(145deg, #263f97 0%, #7e3882 76%);
  cursor: pointer;
}

/*******************************************************/
/*******************************************************/
/*******************************************************/

.arrowUP {
  display: none;
  position: fixed;
  bottom: 0;
  right: 35px;
	width: 38px;
	height: 100px;
  cursor: pointer;
}
.arrowUP span {
    display: block;
    width: 30px;
    height: 30px;
    border-top: 5px solid #337AB7;
    border-left: 5px solid #337AB7;
    transform: rotate(45deg);
    margin: -16px 0;
    animation: arrowUP 2s infinite;
}
.arrowUP span:nth-child(2){
    animation-delay: 0.2s;
}
.arrowUP span:nth-child(3){
    animation-delay: 0.4s;
}
@keyframes arrowUP {
    0%{
        opacity: 0;
        transform: translate(0,20px) rotate(45deg);
    }
    50%{
        opacity: 1;
    }
    100%{
        opacity: 0;
        transform: translate(0,-20px) rotate(45deg);
    }
}

/*******************************************************/
/*******************************************************/
/*******************************************************/


/*******************************************************/
/*******************************************************/
/*******************************************************/

@media only screen and (min-width: 1938px) {
  html,body {
    height: 100%;
  }
  
  body {
    background: #000;
    align-items: center;
    overflow-y: auto;
    overflow-x: hidden;
  }
  .container {
    border-radius: 15px;
    box-shadow: 0 1px 55px 15px rgba(153, 255, 255, 0.5);
    max-width: 1920px;
    max-height: 1080px;
    z-index: 1;
  }
}

@media only screen and (max-width: 1017px) {
  .container {
    height: 100dvh;
  }
  
  main {
    flex: 1 1 auto;
    flex-direction: column;
  }
}

@container (max-width: 1000px) {
  .Block_1, .Block_2, .Block_3, .Block_4 {
    flex: 1;
    min-height: 450px;
    width: 100%;
    border-radius: none;
    border: none;
  }
 
  .Block_1 {
    border-bottom: 5px solid #000;
  }
 
  .Block_2, .Block_3 {
    border-top: 5px solid #000;
    border-bottom: 5px solid #000;
  }
 
  .Block_4 {
    border-top: 5px solid #000;
  }
  
  .Block_2 p {
    font-size: clamp(0.875rem, 0.5rem + 2vw, 1.75rem);
  }
  
  .Block_2 p:first-of-type {
    margin-top: 2rem;
  }
  
  .Block_2 p:last-of-type {
    font-size: clamp(0.875rem, 0.3929rem + 2.5714vw, 2rem);
  }
  
  .host_site_main .p_1 {
    font-size: clamp(1rem, 0.2232rem + 4.1429vw, 2.8125rem);
  }
  
/******************************************************************************/

  header .logo_block {
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 112px;
    height: 112px;
    background-color: #000;
    border-radius: 15px;
  }

  header .logo {
    margin: 0;
    backdrop-filter: none;
  }
  
  header .menu {
    padding-left: 0;
  }
  
  header .menu .mainMenu {
    flex-direction: column;
    width: 90%;
    text-align: center;
  }
  
  header .menu .authReg {
    flex: unset;
    justify-content: center;
    flex-direction: column;
    width: 90%;
    text-align: center;
    padding-right: 0;
  }
  
  header .menu .authReg {
    flex: unset;
    flex-direction: column;
  }
  
  header .menu .block_logo_mobile .logo_mobile {
    height: 7rem;
    margin: 0 auto;
  }
  
  header .menu .block_logo_mobile {
    z-index: 1;
    margin-bottom: 5px;
    border-bottom: 1px dotted #fff;
    width: 100%;
    background-color: #000;
    display: flex;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
  }
  
  
  header .mobileMenuClose {
    display: none;
  }

  header .mobileMenuOpen {
    height: 360px;
    width: 250px;
    border-radius: 15px;
    align-items: center;
    flex-direction: column;
    align-content: center;
    border: 1px solid rgb(153, 255, 255);
    box-shadow: 0 1px 55px 15px rgba(153, 255, 255, 0.5);
    animation: visible 1.2s forwards;
    position: absolute;
    top: 10px;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 2;
  }

  header .mobileMenuOpen::before {
    border-radius: 15px;
  }
  
  header .menu .button_menu .button_menu_icon::before,
  header .menu .button_menu .button_menu_icon::after,
  header .menu .button_menu .button_menu_icon span::before,
  header .menu .button_menu .button_menu_icon span::after {
    display: none;
  }
  
  header .mobile_menu {
    position: relative;
    border: 1px solid red;
    width: 50%;
    margin: 0 auto;
    text-align: center;
    visibility: hidden;
  }

  .check_mobile_menu {
    width: 25px;
    height: 25px;
    position: absolute;
    top: 0;
    left: 0;
    visibility: hidden;
  }

  .block_check_mobile_menu {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    height: 100%;
    flex: 0 0 30px;
    margin-left: 10px;
  }
  
  .followingMonths p:first-child {
    font-size: 11px;
  }
  
  .firstMonth, .secondMonth, .followingMonths {
    font-size: 16px;
  }
  
  .notChecked span {
    color: #0ff;
    writing-mode: vertical-lr;
    text-orientation: upright;
    position: absolute;
    right: -15px;
    top: -22px;
    font-size: 1rem;
    background-color: #000;
  }
  
  .notChecked {
    background: #000;
    border: 5px solid rgb(153, 255, 255);
    border-left: 0 solid transparent;
    border-right: 0 solid transparent;
    cursor: pointer;
    display: block;
    height: 30px;
    position: absolute;
    width: 30px;
    transition: all 0.2s;
    text-align: center;
    backdrop-filter: blur(10px);
    z-index: 1;
  }

  .notChecked::before {
    background: #fff;
    content: "";
    height: 5px;
    top: 7px;
    left: 0;
    position: absolute;
    width: 30px;
    transition: all 0.2s;
  }

  .notChecked::after {
    background: #fff;
    content: "";
    height: 5px;
    top: 6px;
    left: 0;
    position: absolute;
    opacity: 0;
    visibility: hidden;
    width: 100%;
    transform: rotate(90deg);
    transition: all 0.2s;
  }

  .Checked {
    border-radius: 50%;
    height: 30px;
    width: 30px;
    transition: all 0.2s;
    transform: rotate(-135deg);
    z-index: 1;
  }
  
  .Checked span {
    visibility: hidden;
  }

  .Checked::before {
    content: "";
    background: #f00;
    opacity: 1;
    top: 0;
    left: 0;
    visibility: visible;
    height: 5px;
    position: absolute;
    right: 0;
    bottom: 0;
    margin: auto;
  }

  .Checked::after {
    content: "";
    background: #f00;
    opacity: 1;
    top: 0;
    left: 0;
    visibility: visible;
    width: 5px;
    position: absolute;
    right: 0;
    bottom: 0;
    margin: auto;
  }

  @keyframes hidden {
    0% {transform: translateY(0);}
    100% {transform: translateY(-150%);}
  }

  @keyframes visible {
    0% {transform: translateY(-150%);}
    100% {transform: translateY(0);}
  }

}
