/*
Theme Name: html5css3 Child
Template: html5css3
Author: bicompact8@bk.ru
Version: 1.0.1712493232
Updated: 2024-04-07 12:33:52

*/

:root {
	--bg: #050913;
	--panel: rgba(8, 12, 22, 0.94);
	--card: rgba(10, 16, 30, 0.9);
	--border: rgba(110, 156, 219, 0.32);
	--border-strong: rgba(148, 193, 255, 0.5);
	--accent: #66c0ff;
	--accent-2: #8bcaff;
	--text: #e8f1ff;
	--muted: #9fb4d2;
	--danger: #ff7b7b;
	--shadow: rgba(0, 0, 0, 0.55);
	--glare: rgba(117, 185, 255, 0.16);
	--grain: rgba(255, 255, 255, 0.05);
	--font: "Space Grotesk", "JetBrains Mono", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  }
  
  *,
  *::before,
  *::after {
	box-sizing: border-box;
  }

@font-face {

	font-family: "Play Regular";
	src: url("https://it-gig.ru/fonts/Play-Regular.ttf");
}

@font-face {

	font-family: "Play Bold";
	src: url("https://it-gig.ru/fonts/Play-Bold.ttf");
}


html {

	background-color: #37495f;
}

body {

	width: 100%;
	height: 100%;
	overflow-y: scroll;
	max-height: 100%;
	font-weight: normal;
	border-radius: 9px;
	background: transparent;
	margin-top: 0;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	background-color: whitesmoke;
	max-width: 1200px;
	font-family: var(--font);
}

#header {

	height: auto;
	width: 100%;
	background: #37495f;
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
	align-content: center;
	position: sticky;
	top: 0;
	z-index: 8888;
}

#header_logo {
	
	width: 50%;
	height: auto;
}

#footer_logo {

	width: 40%;
	height: auto;
}

#header_logo img, #footer_logo img {

	height: 100%;
	width: 100%;
	max-width: 218px;
}

#frontpage_content {

	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: center;
	align-content: center;
	font-weight: normal;
	height: auto;	
	background-position: top;
	background-size: 100%;
	padding-bottom: 32px;
}

#frontpage_content::-webkit-scrollbar * {

	background:transparent; 
}

#frontpage_content::-webkit-scrollbar-thumb {

	background:rgba(255,0,0,0.1) !important; 
}

#our_mission {

	background: whitesmoke;
	color: #fff;
	margin: 0 9px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	align-content: content;
	margin-top: 22px;
	border-bottom: 2px solid #3d3d3d;
}

#our_mission_descritpion {

	color: #3d3d3d;
	font-size: 15px;
	margin-bottom: 22px;
	text-align: center;
	line-height: 1.7;
}

#our_mission_icon img {

	width: 61px;
	height: 61px;
}

#portfolio {

	background: rgb(124, 77, 255);
	color: #fff;
	border-radius: 5px;
	padding: 22px 0;
	margin: 0 9px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
	align-content: content;
	margin-top: 22px;
	width: 95%;
	height: 155px;
	max-width: 900px;
}

#portfolio_title {

	font-size: 22px;
	align-self: center;
}

.slider {

	display: flex;
	flex-direction: row;
	justify-content: center;
	align-content: center;
	align-items: center;
	align-self: center;
	width: 100%;
	margin: 0 auto;
	height: 108px;
	text-align: center;
}

.slider-item {

	width: 100%;
	display: none;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	align-content: content;
}

.slider-item-text {

	font-size: 26px;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-content: center;
	align-items: center;
	color: whitesmoke;
}

.slider-item-text i {

	color: whitesmoke;
	margin-right: 11px;
	font-size: 33px;
}

.slider-item img {

	width: 100%;
	min-height: 153px;
	max-height: 253px;
	max-width: 521px;
}

#submit_order_button {

	max-width: 321px;
	width: 95%;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-content: center;
	align-items: center;
	background: green;
	border-radius: 11px;
	border: 2px solid #fff;
	margin: 0 auto;
	padding: 22px;
	font-size: 20px;
	cursor: pointer;
	color: #fff;
	transition: 0.5s;
	margin-bottom: 22px;
}

#submit_order_button i {

	font-size: 26px;
}

#submit_order_button:hover {

	opacity: 0.7;
	transition: 0.5s;
	z-index: 0;
}

#chat_bot {

	max-width: 551px;
}

#submit_order_popup {

	display: none;
	background: #fff;
	padding: 22px 0 44px 0;
	border: 2px solid #ddd;
	border-radius: 11px;
	box-shadow: 0 0 10px 5px rgba(112, 111, 102, 0.23);
	position: fixed;
	top: 155px;
	left: 5px;
	right: 20px;
	flex-direction: column;
	justify-content: flex-start;	
	align-items: center;
	align-content: center;
	width: 95%;
	max-width: 551px;
	margin: 0 auto;
	z-index: 9999;
	overflow-y: scroll;
	animation: bounce 1s linear both;
	transition: 0.5s;
}

#submit_order_popup_header {

	display: flex;
	flex-direction: column;
	justify-content: center;
	align-content: center;
	align-items: center;
	width: 100%;
}

#submit_order_popup_close_button {

	width: 100%;
	display: flex;
	flex-direction: row;
	justify-content: flex-end;
	align-content: center;
	align-items: center;
	font-size: 33px;
	cursor: pointer;
	position: relative;
  	right: 22px;
}

#submit_order_popup_title {
	
	font-size: 21px;
	margin-bottom: 15px;
	padding: 22px;
}

#submit_order_popup_form {

	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

#submit_order_popup_form input {

	width: 71%;
	height: 33px;
	font-size: 17px;
	padding: 0 5px;
}

#submit_order_popup_form textarea {

	width: 71%;
	height: 108px;
	font-size: 17px;
	padding: 9px 8px;
}

#submit_order_popup_form_error {

	color: darkred;
	font-weight: bold;
	width: 100%;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	align-content: center;
	margin-top: 11px;
}

#submit_order_popup_form label {

	margin-bottom: 9px;
}
 
#submit_order_popup_form_name,
#submit_order_popup_form_email,
#submit_order_popup_form_message {

	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-content: center;
	align-items: center;
	font-size: 17px;
	cursor: pointer;
	margin-bottom: 15px;
}

#submit_order_popup_form_send_button {

	width: 222px;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-content: center;
	align-items: center;
	align-self: center;
	font-size: 17px;
	cursor: pointer;
	background: #002244;
	color: whitesmoke;
	padding: 9px 22px;
	border-radius: 11px;
	height: 44px;
	transition-duration: 0.7s;
}

#submit_order_popup_form_send_button:hover {

	opacity: 0.7;
	transition-duration: 0.7s;
}

#submit_order_popup_title img {

	width: 151px;
	margin-top: 51px;
}

.wpcf7 {

	padding: 0;
}

.wpcf7 label {

	font-size: 17px;
}

.wpcf7 input, .wpcf7 textarea {

	margin-top: 5px;
}

.wpcf7-spinner {

  display: none !important;
  visibility: hidden !important;
}

.wpcf7 input, .wpcf7-select {

	height: 35px;
	width: 91%;
	font-size: 17px;
	background: #fff;
	outline: none;
}

.wpcf7 textarea {

	width: 91%;
	outline: none;
}

p .wpcf7-submit {

	background: #005EAB !important;
	height: 59px;
	border-radius: 11px;
	color: #fff;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-content:center;
	align-items: center;
	cursor: pointer;
	margin: 0 auto;
}

p .wpcf7-submit:hover {

	background: #002244 !important;
}

.wpcf7-response-output {
	
	/*display: none;*/
}

#chat_bot {

	margin: 11px;
}

#chat_bot_output_messages_content {

	overflow-y: scroll;
  overflow-x: hidden;
  max-height: 100%;
}

#chat_bot_input_textarea {

	overflow-x: hidden;
}

.wpcf7 form.sent .wpcf7-response-output {

	text-align: center;
	border-radius: 8px;
	font: 1em sans-serif;
}

#submit_order_popup_title {

	text-align: center;
}

#chat_bot_open_button {

	display: flex;
	position: fixed;
	right: 11px;
	bottom: 26px;
	cursor: pointer;
	z-index: 999;
}

#chat_bot_open_button img {

	width: 51px;
	height: 51px;
}

#chat_gpt_popup {

	display: none;
	background: #fff;
	border: 2px solid #ddd;
	border-radius: 11px;
	box-shadow: 0 0 10px 5px rgba(112, 111, 102, 0.23);
	position: fixed;
	top: 125px;
	left: 11px;
	right: 11px;
	bottom: 0;
	height: 551px;
	flex-direction: column;
	justify-content: flex-start;	
	align-items: center;
	align-content: center;
	width: 95%;
	max-width: 551px;
	margin: 0 auto;
	z-index: 1111;
	height: auto;
	max-height: 711px;
	overflow-y: scroll;
	animation: bounce .5s linear both;
	transition: 0.5s;
}

#footer {

	height: auto;
	width: 100%;
	background: #37495f;
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
	align-content: center;
	position: sticky;
	bottom: 0;
	top: 100%;
	z-index: 0;	
}

@media (min-width: 900px) {

	#footer {

		padding-top: 11px;
	}

	#frontpage_content {

		max-width: 100%;
	}

	#our_misson {

		margin-top: 5px;
	}

	#chat_bot_widget_flex {

		display: none;
	}

	#header_menu, #footer_menu {

		display: flex;
		flex-direction: row;
		justify-content: center;
		align-items: center;
		align-content: center;
		color: #fff;
		height: 100%;
	}

	.header_menu_item, .footer_menu_item {

		cursor: pointer;
		padding: 22px;
		color: #fff;
		display: flex;
		flex-direction: row;
		justify-content: center;
		align-items: center;
		align-content: center;
	}

	.header_menu_item i, .footer_menu_item i {

		margin-right: 8px;
	}

	#header_menu_mobile, #footer_menu_mobile {

		display: none;
	}
}

@media (max-width: 900px) {

	#header_menu_mobile {

		display: flex;
		flex-direction: row;
		justify-content: flex-end;
		align-content: center;
		align-items: center;
		width: 49%;
	}

	#header_menu_mobile_icon {

		color: #fff;
		font-size: 56px;
		font-weight: bold;
		position: relative;
		height: 55px;
		width: 55px;
		cursor: pointer;
		z-index: 999;
		display: flex;
		flex-direction: row;
		justify-content: center;
		align-content: center;
		align-items: center;
	}

	#header {

		height: 108px;
		justify-content: flex-start;
	}

	#header_logo {

		height: 108px;
	}

	#frontpage_content {


	}

	#our_mission_descritpion {

		font-size: 15px;
	}	

	.slider-item-text {

		font-size: 16px;
	}

	#portfolio {

		width: 96%;
		margin-bottom: 15px;
	}
	

	.slider-item img {

		
	}

	#chat_gpt_popup {

		top: 108px;
	}

	#chat_bot_widget_flex {

		display: none !important;
	}

	#submit_order_popup {	
		
		width: 95%;
		top: 108px;
		left: 0;
    	right: 0;
	}

	#submit_order_popup_close_button {
	
		font-size: 22px;
	}

	#submit_order_popup_title {
	
		font-size: 22px;
	}

	.wpcf7-file {
		
		font-size: 15px !important;
	}

	.wpcf7 textarea {

		max-height: 98px;
	}

	#header_menu, #footer_menu {

		display: none;
	}

	#header_mobile {

		
	}
}

a {

	color: #fff;
	text-decoration: none;
	font-size: 15px;
}

#the_content {

	padding: 22px;
}

.header_menu_item {

	min-width: 128px;
}

#notify_popup {
	
	position: fixed;
	right: -155px;
	bottom: 55px;
	background: #005EAB;
	padding: 22px 11px;
	border-radius: 5px;
	z-index: 999;
	display: none;
	align-items: center;
	align-content: center;
	flex-direction: row;
	opacity: 0.9;
}

#notify_popup_text {

	color: #fff;
	font-weight: bold;
}

.notify_popup_show {

	display: flex !important;
	transition-duration: 1s;
}

.notify_popup_hide {

	display: none;
	transition-duration: 1s;
	
}

.menu_mobile_opened {

	display: flex;
}

.menu_mobile_closed {

	display: none;
}

#header_menu_mobile_content {

	flex-direction: column;
	justify-content: center;
	align-content: center;
	align-items: flex-start;
	width: 291px;
	height: auto;
	padding: 11px;
	border-radius: 8px;
	position: fixed;
	top: 122px;
	right: 61px;
	background: #fff;
	color: #3d3d3d;
	border: 3px solid #3d3d3d;
	padding: 22px 11px;
}

#header_menu_mobile_content .header_menu_item, #header_menu_mobile_content .header_menu_item a {

	color: #3d3d3d;
	font-weight: bold;
	margin-bottom: 15px;
	margin-top: 15px;
	cursor: pointer;
}

#post_title_custom {

	padding: 22px 44px 0 44px;
	font-size: 26px;
}

#post_content_custom {

	padding: 3px 22px 22px 44px;
	font-size: 17px;
	height: auto;
	margin-bottom: 22px;
	color: #3d3d3d;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

#post_content_custom p, #post_content_custom ul {

	align-self: flex-start;
}

#post_content_custom img {

	width: 888px;
}

#post_content_custom br {

	margin-bottom: 11px;
}

@media(min-width: 900px) {

	#our_mission_descritpion_title {

		display: flex;
		flex-direction: row;
		justify-content: center;
		align-items: center;
		align-content: center;
		width: 100%;
	}

	#our_mission_descritpion_title {

		align-self: flex-start;
	}
}

#our_mission_descritpion_title {

	display: flex;
	flex-direction: column;
	justify-content: center;
	align-content: center;
	align-items: center;
}

#rotate_word_1 {

	margin-left: 5px;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-content: center;
	align-items: center;
	font-size: 35px;
	margin-left: 9px;
	color: #2271b1;
}

li a {

	color: #3d3d3d;	
}	

.category_post_link {

	margin-bottom: 15px;
	padding-bottom: 15px;
}

.partner_link {

	display: none;
}

@media(max-width: 900px) {

	#post_content_custom img {

		width: 100%;
	}
}