/*
Theme Name: Prodolgi theme
Author: KSerg
Description: This is special theme for site prodolgi
Version: 1.0
*/

html, body {
	position: relative;
	width: 100%;
	height: 100%;
	margin: 0px !important;
	padding: 0px;
}

body.page {
	background: linear-gradient(rgb(244, 249, 255), rgb(230, 242, 247));
}

.uk-container {
    padding-left: 20px;
    padding-right: 20px;
}

header {
	position: sticky;
	top: 0px;
	z-index: 10;
	background: #FFFFFF;
	border-bottom: 1px solid rgb(229, 229, 229);
}

header li a {
	padding: 15px 5px;
	color: rgb(32, 32, 32);
	filter: ;
}

header .logo a {
	display: inline-block;
	margin: auto;
	padding: 0px;
	font-size: 15px;
	color: rgb(47, 47, 47);
	line-height: normal;
}

header .phone span {
	display: inline-block;
	vertical-align: middle;
	color: rgb(0, 112, 255);
}

#wpadminbar {
	top: auto;
	bottom: 0px;
}

#main_html {
	height: 100%;
	width: 100%;
	margin: 0px;
	padding: 0px;
}

.max_width_content {
	margin: auto 25px;
	max-width: 1366px;
}

header > .bar {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: auto;
	padding: 10px 50px;
	display: grid;
	grid-template-columns: 1fr auto 1fr;
}

header .center {
	grid-column: 2;
	justify-self: center;
	display: flex;
}

header .left {
	justify-self: start;
}

header .right {
	justify-self: end;
}

header .bar .buttons > * {
	display: inline-block;
	vertical-align: middle;
}

header .bar .buttons {
	text-align: right;
}

header .bar .buttons .lang_links {
	display: inline-block;
	vertical-align: middle;
	margin: auto auto auto 12px;
}

header .bar .buttons .lang_links a {
	display: inline-block;
	vertical-align: middle;
	color: black;
	position: relative;
}

header .bar .buttons .lang_links a::after {
	content: "";
	display: inline-block;
	vertical-align: middle;
	height: 17px;
	border-right: solid 1px rgb(70, 70, 70);
	margin: auto 5px auto 10px;
}

header .bar .buttons .lang_links a:last-child::after {
	display: none;
}

header .bar .buttons .lang_links a.active::before {
	content: "";
	position: absolute;
	width: 22px;
	left: 0px;
	top: auto;
	bottom: 0px;
	border-bottom: solid 1px rgb(198, 198, 198);
}

header #menu-main-menu {
	margin: auto;
	padding: 0px;
	position: relative;
	font-size: 0px;
}

header .menu li {
	display: inline-block;
	vertical-align: middle;
	margin: auto;
	padding: 0px;
	list-style: none;
	position: relative;
}

header .menu li::after {
	content: "";
	display: inline-block;
	position: absolute;
	right: 0px;
	top: 0px;
	height: 20px;
	border-right: solid 1px;
	bottom: 0px;
	margin: auto;
}

header .menu li:last-child::after {
	display: none;
}

header .menu li a {
	display: inline-block;
	vertical-align: middle;
	margin: auto;
	padding: 2px 12px;
	color: rgb(85, 85, 85);
	font-size: 15px;
	text-transform: uppercase;
}

section.subheader {
	overflow: hidden auto;
	scrollbar-width: thin;
}

section .content {
	flex: 1;
	width: 100%;
}

header .logo a img {
	width: 48px;
	height: auto;
	display: inline-block;
	vertical-align: middle;
	margin: auto 5px auto auto;
}

header .menu .close {
	width: 35px;
	height: 35px;
	border: transparent;
	border-radius: 5px;
	margin: 7px 12px;
	color: #444;
	position: absolute;
	z-index: 1;
	left: auto;
	top: 0px;
	right: 0px;
	bottom: auto;
	padding: 5px;
}

header .show_mobile_menu {
	margin: auto 0px auto 12px;
	height: 32px;
	width: 32px;
}

.content .content_head {
	margin: 0px;
	padding: 0px;
	text-align: center;
	height: 350px;
	background: transparent;
	display: flex;
	flex-direction: column;
	align-content: center;
	justify-content: center;
}

.content .content_head .title {
	font-size: 250%;
	color: #353535;
}

.content .content_head .subtitle {
	font-size: 120%;
	color: #353535;
}

.content .content_head + article {
	margin: 72px auto;
	max-width: 90%;
	background: #FFFFFF;
	padding: 25px;
	box-sizing: border-box;
	border-radius: 12px;
}













@media screen and (min-width: 1024px) { /* For pc */

	.no_tablet {
		display: none;
	}

}

@media screen and (min-width: 1024px) { /* For pc */

	.no_pc {
		display: none !important;
	}

}

/******* Parent theme styles *******/
/*
Theme Name:   Prodolgi Child
Description:  Child theme for Twenty Twenty-Three
Template:     prodolgi_theme
Version:      1.0.0
*/

html, body {
	position: relative;
	width: 100%;
	height: 100%;
	margin: 0px !important;
	padding: 0px;
	overflow: hidden;
}

header ul {
	margin: auto;
	padding: 0px;
}

section.subheader {
	overflow: hidden auto;
	scrollbar-width: thin;
	background: rgb(249, 249, 249);
}

.webapp-template-default section.subheader {
	background: linear-gradient(135deg,rgb(243, 244, 255),rgb(216, 223, 236));
}

.webapp_subpages {
	text-align: center;
	padding: 25px;
	min-height: 80vh;
	align-content: center;
	justify-content: center;
	gap: 20px;
	display: flex;
	flex-wrap: wrap;
	max-width: 1360px;
	margin: auto;
	width: 90%;
}

.webapp_area {
	display: flex;
	justify-content: start;
	height: 100%;
	flex-direction: column;
	transition: 0.35s all;
}

.webapp_area.hide {
	transform: translateX(-100%);
	pointer-events: none;
	opacity: 0;
}

.webapp_area .card {
	background: #FFFFFF;
	box-shadow: 3px 3px 10px 0px rgba(0, 0, 0, 0.08);
	border-radius: 12px;
	max-width: 100%;
	text-decoration: none;
	color: #353535;
	width: 600px;
	display: inline-block;
	vertical-align: top;
	margin: 0px;
	cursor: default;
	min-height: 220px;
}

.webapp_area a:not([href=""]).card:hover {
	background-color: rgb(246, 248, 251);
	cursor: pointer;
}

.webapp_area .card + .webapp_subpages {
	margin: auto;
	height: auto;
	min-height: unset;
}

.webapp_area .card .title {
	margin: auto;
	display: block;
	padding: 15px 20px 15px 20px;
	font-size: 18px;
	text-align: left;
	color: rgb(23, 138, 193);
}

.webapp_area .card .text {
	margin: auto;
	display: block;
	padding: 12px 20px 12px 20px;
	font-size: 17px;
	text-align: left;
	color: rgb(77, 77, 77);
	line-height: 25px;
	border-top: solid 1px rgb(242, 242, 242);
}

.webapp_area .card .card_image {
	display: block;
	width: 100%;
	box-sizing: border-box;
	height: auto;
	max-height: 250px;
	object-fit: cover;
}

.webapp_area input[type="file"] {
	display: block;
	margin: 12px auto;
	border: solid 1px rgb(230, 230, 230);
	padding: 12px;
	border-radius: 5px;
	width: 100%;
	max-width: 100%;
	box-sizing: border-box;
}

/* Card for single */
.webapp_area div.card {
	margin: 3% auto;
	display: block;
	max-width: 94%;
}

.webapp-template-default section .content main {
	height: 100%;
}

.wpcf7 {
	display: block;
	width: auto;
	max-width: 500px;
	position: relative;
	margin: auto;
}

.wpcf7 label {
	display: block;
	margin: auto;
	padding: 0px;
	line-height: normal;
}

.wpcf7 label b {
	display: block;
	font-size: 15px;
	margin: auto auto 5px auto;
	color: rgb(28, 145, 181);
}

.wpcf7 label input, .wpcf7 label textarea, .wpcf7 label select {
	border: solid 1px rgb(221, 214, 214);
	font-size: 15px;
	color: rgb(66, 66, 66);
	border-radius: 5px;
	padding: 12px 15px;
	display: block;
	width: 100%;
	box-sizing: border-box;
	background: #FFFFFF;
}

.wpcf7 .two_fields > p {
	display: flex;
	flex-direction: row;
	position: relative;
	gap: 5px;
}

.wpcf7 .two_fields > p label {
	margin: 0px;
}

.wpcf7 .two_fields > p label > b {
	display: block;
	min-height: 24px;
}

.wpcf7 span[data-name="whatsapp_telegram"] {
}

.wpcf7 span[data-name="whatsapp_telegram"] select {
	/*background: transparent;
	padding: 7px 7px;
	margin: 6px;
	border-radius: 3px;
	color: rgb(49, 49, 49);
	border: transparent;
	text-align: left;
	cursor: pointer;*/
}

/* Qiuz styles */

.webapp_area .chained-quiz blockquote {
	margin: auto;
	line-height: normal;
	font-size: inherit;
	padding: 12px;
	border: dashed 1px rgb(193, 189, 189);
	border-radius: 7px;
}

.webapp_area .chained-quiz .chained-quiz-choice label, .webapp_area .chained-quiz .quizbutton_consult {
	margin: 15px auto;
	background: rgb(39, 136, 136);
	width: 100%;
	padding: 15px 20px 15px 54px;
	border-radius: 7px;
	cursor: pointer;
	/* color: rgb(43, 43, 43); */
	/* border: solid 1px rgb(217, 217, 217); */
	color: #FFFFFF;
	border: transparent;
	background-image: url('/images/wcheck.svg');
	background-size: 50px;
	background-position: 5px center;
	background-repeat: no-repeat;
	text-align: left;
	box-sizing: border-box;
	display: block;
	line-height: normal;
	font-size: 17px;
}

.webapp_area .chained-quiz .chained-quiz-choice label:hover,
, .webapp_area .chained-quiz .quizbutton_consult:hover {
	background-color: rgb(23, 100, 100);
}

.webapp_area .chained-quiz .chained-quiz-choice label input[type="radio"] {
	display: none;
}

/* Form in qiuz */
.webapp_area .chained-quiz .wpcf7 {
	display: block;
	margin: 52px auto;
	max-width: 420px;
}

.webapp_area .chained-quiz .wpcf7 label input, .webapp_area .chained-quiz .wpcf7 label textarea {
	width: 100%;
	box-sizing: border-box;
}

.webapp_area .chained-quiz .wpcf7 input[type="submit"] {
	margin: auto;
	padding: 12px 15px;
	border-radius: 5px;
	border: transparent;
	background: rgb(2, 89, 98);
	color: #FFFFFF;
	font-size: 15px;
	display: block;
	cursor: pointer;
}

.wpcf7-submit {
	margin: auto;
	padding: 12px 20px;
	text-align: center;
	background: rgb(21, 147, 223);
	color: #ffffff;
	font-size: 15px;
	border-radius: 7px;
	border: transparent;
	cursor: pointer;
}

#header_x_logo img {
	background: rgb(253, 253, 253);
	border-radius: 15px;
}


/* App Forms styles */


.check_form {
	width: 550px;
	margin: auto;
}

.webapp_area .card .text .check_form {
	max-width: 100%;
}

.check_form > form > button {
	display: block;
	margin: 32px auto 12px auto;
}


.check_form label {
	display: block;
	margin: auto auto 12px auto;
	border: transparent;
	border-bottom: solid 1px #CCC;
}

.check_form label b {
	margin: auto auto 10px auto;
	padding: 0px;
	text-align: left;
	display: block;
	font-size: 15px;
	font-weight: bold;
	color: rgb(45, 45, 45);
}

.check_form label input {
	display: block;
	min-width: 250px;
	padding: 5px 0px 10px 0px;
	border-bottom: solid 1px #CCCCCC;
	color: rgb(20, 117, 202);
	width: 100%;
	max-width: 720px;
	border: transparent;
	font-size: 17px;
}

.check_form label.hide {
	display: none;
}

.check_form .check_form label input:focus {
	background: transparent;
	outline: none !important;
	border: transparent !important;
	color: blue;
	border-bottom: solid 1px rgb(0, 76, 255) !important;
	position: relative;
	z-index: 1;
}

.check_form .flex-label {
	margin: 15px auto 17px auto;
	display: flex;
	align-items: center;
	width: 100%;
}

.check_form .flex-label b {
	margin: auto;
	padding: 0px 10px 7px 0px;
	text-align: left;
}

.check_form .flex-label input {
	flex-grow: 1;
	margin: auto;
	text-align: right;
	border: transparent;
	box-shadow: none;
	min-width: unset;
	width: auto;
	max-width: unset;
}

.check_form .flex-label br {
	display: none;
}

.check_form .flex-label u {
	text-decoration: none;
	color: rgb(12, 12, 12);
	padding: 0px 0px 5px 7px;
}

.check_form button, .webapp_area button[ss] {
	margin: 15px auto;
	padding: 15px 25px;
	background: rgb(45, 56, 70);
	border: transparent;
	color: #FFFFFF;
	border-radius: 7px;
	cursor: pointer;
	font-size: 15px;
	display: block;
}

#webapp_window {
	display: flex;
	position: fixed;
	z-index: 1000;
	right: 50px;
	bottom: -250px;
	background: RGB(255, 255, 255);
	min-width: 250px;
	height: 700px;
	max-height: 90vh;
	box-shadow: 3px 3px 10px 0px rgba(0, 0, 0, 0.25);
	border-radius: 10px;
	flex-direction: column;
	overflow: hidden;
	transition: 0.35s bottom, 0.35s opacity;
	width: 520px;
	opacity: 0;
	pointer-events: none;
	max-width: 90vw;
}

#webapp_window.show {
	bottom: 50px;
	opacity: 1;
	pointer-events: auto;
}

#webapp_window .header {
	background: RGB(23, 90, 220) linear-gradient(to right, rgb(23, 100, 220), rgb(37, 134, 238));
	height: 55px;
	max-height: 55px;
	min-height: 55px;
	flex: auto;
	display: flex;
	flex-direction: row;
	color: #ffffff;
	width: 100%;
}

#webapp_window .header .left {
	align-content: center;
	justify-content: center;
	text-align: center;
	min-width: 22px;
}

#webapp_window .back_button {
	display: inline-block;
	vertical-align: middle;
	margin: auto 15px;
	width: 32px;
	height: 32px;
	background: url('/wp-content/plugins/ks-helper/images/white/arrow_left.svg') center center no-repeat;
	background-size: 32px;
	cursor: pointer;
}

#webapp_window .back_button.show {
	display: inline-block;
}

#webapp_window .header .buttons {
	align-content: center;
}

#webapp_window .header .close {
	display: inline-block;
	vertical-align: middle;
	width: 34px;
	height: 34px;
	background-size: 24px;
	margin: auto 15px auto auto;
	padding: 12px;
	box-sizing: border-box;
	background-position: center;
	background-repeat: no-repeat;
	background-image: url('/wp-content/plugins/ks-helper/images/white/x.svg');
	cursor: pointer;
}

#webapp_window .header .title {
	margin: auto auto auto 0px;
	padding: 15px 15px 15px 0px;
}

#webapp_window .content {
	flex: 1;
}

#webapp_window .content iframe {
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
	box-sizing: border-box;
	flex: 1;
}

.webapp_iframe #main_html header {
	display: none;
}

.webapp_iframe #main_html section.subheader {
	background: rgb(249, 249, 249);
}

.webapp_iframe #main_html .webapp_subpages {
	margin: 0px;
	padding: 0px;
	width: 100%;
	max-width: 100%;
	gap: 0px;
}

.webapp_iframe #main_html .webapp_subpages .card {
	margin: 0px;
	box-shadow: none;
	border-radius: 0px;
	border-bottom: solid 1px rgb(232, 232, 232);
}

.webapp_iframe #main_html .card_image {
	margin: auto 20px;
	max-width: 100%;
	box-sizing: border-box;
	width: calc(100% - 40px);
	border-radius: 12px;
}

.webapp_iframe #main_html .webapp_subpages .title {
	color: rgb(12, 125, 193);
	padding-bottom: 0px;
	font-weight: bold;
	background: url('/wp-content/plugins/ks-helper/images/arrow-right.svg') 20px 18px no-repeat;
	background-size: 23px;
	padding-left: 50px;
}

.webapp_iframe #main_html .title + .card_image {
	margin-top: 12px;
}

.webapp_iframe #main_html .text {
	border: transparent;
}

.webapp_iframe #kh_chat_button {
	display: none !important;
}



@media (max-width: 620px) {

	#webapp_window {
		margin: 0px;
		left: 0px;
		right: 0px;
		top: 0px;
		bottom: 0px;
		max-width: 100vw;
		max-height: 100vh;
		box-sizing: border-box;
		height: 100%;
		z-index: 1000;
		border-radius: 0px;
		width: 100%;
	}

}

@media screen and (min-width: 1024px) {
  body .no_tablet {
    display: none;
  }
}