/*!
Theme Name: larus
Theme URI: https://ukr-consulting.com/
Author: Automattic
Author URI: https://selena-art.com/
Description: Theme for Larus school. Light, white, right column
Version: 1.0.0
Tested up to: 6.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: larus
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.
*/

/*-- Normalize + styles -----*/

:root {
	--link-color: #286994;;
	--link-hover-color: #115079;
	--main-color: #5a5a5a;
	--light-grey: #e9eaee;
	--middle-grey: #ccc;
	--main-grey: #6f6f6f;
	--grey: #444;
	/*-- Testimonial rating --*/
	--star_width: 22px;
	--star_bg: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" %3E%3Cpath style="fill:%23DADADA" d="M12 .587l3.668 7.568 8.332 1.151-6.064 5.828 1.48 8.279-7.416-3.967-7.417 3.967 1.481-8.279-6.064-5.828 8.332-1.151z"/%3E%3C/svg%3E');
	--star_bg_fill: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" %3E%3Cpath style="fill:%2369bed5" d="M12 .587l3.668 7.568 8.332 1.151-6.064 5.828 1.48 8.279-7.416-3.967-7.417 3.967 1.481-8.279-6.064-5.828 8.332-1.151z"/%3E%3C/svg%3E');
}
/* custom scroll bar */
::-webkit-scrollbar {
  width: 6px;
}
::-webkit-scrollbar-thumb {
  background: var(--link-color);
}
*, *::before, *::after {
	box-sizing: border-box;
}
html {
	-webkit-text-size-adjust: 100%;
	-ms-overflow-style: scrollbar;
	scroll-behavior: smooth;
}
body {
	margin: 0;
	background-color: #fff;
	color: var(--main-color);
  	font-optical-sizing: auto;
	font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Ubuntu, "Helvetica Neue", sans-serif;
	font-style: normal;
	font-weight: 400;
  	font-variation-settings:  "wdth" 100;
	font-size: 1rem;
	line-height: 1.5;
}
body.post, body.page {
	margin-bottom: 0 !important;
}
/*Phones in header top*/
.site-description {
	text-align: right;
	font-style: italic;
}
.tel-number {display: inline-block; cursor: pointer;position: relative;
	color: #286994;}
	
	.phone-types{
		position: absolute;
		background-color: rgba(255, 255, 255, 0.8);
		padding: 5px;
		left: -4%;
		z-index: 10;
		display: none;
	}
	.messenger {
		width: 24px;
		height: 27px;
		margin: 0 3px -4px 0;
		display: inline-block;
		background: url(../images/BVKtppB0NNGH.png) no-repeat;
		background-size: auto 24px;
		text-decoration: none;
	}
	.viber {
		background-position: 0 0;
		
	}
	.whatsapp {background-position: 34% 0;}
	.telegram {	background-position: 69% 0; }
	.phone { 
		background-position: 100% 0;
	}
	/* Elements */
main {
	display: block;
}

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}
h2 {
	color: var(--link-color);
}
h3 {
	font-size: 24px;
}
h1, h2, h3, h4, h5, h6 { 
	font-weight: 700; }
.secondary-title {
	color: var(--grey);
}

pre {
	font-size: 1em;
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

/* Elements  */

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark {
	background: #fff9c0;
	text-decoration: none;
}

address { 	margin: 0 0 1.5em; }
b,strong {
	font-weight: bold;
}
dfn, cite, em, i { 	font-style: italic; }

code, kbd, samp, var, tt {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 1em;
}

small {	font-size: 80%; }
big { font-size: 125%; }
sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub { 	bottom: -0.25em; }

sup { 	top: -0.5em; }

/*--  Images -- */
img {
	border-style: none;
	max-width: 100%;
	height: auto;
}
embed, iframe, object {
	max-width: 100%;
}

figure {
	margin: 1em 0;
}
/* padding, margin  */
.mb-40 {margin-bottom: 40px;}
/*----  Alignments ----- */
.alignleft {
	float: left;
	margin: .85em 1.1em .85em 0;
}

.alignright {
	float: right;
	margin: .85em 0 .85em 1.1em;
}

.aligncenter {
	clear: both;
	display: block;
	margin: 0.85em auto 1.1em;
}

/*--- Forms---- */
#commentform {
	display: flex;
	margin-left: -15px;
	margin-right: -15px;
	flex-wrap: wrap;
}
.comment-form-cookies-consent {
	display: flex;
	padding-left: 15px;
	padding-right: 15px;
	align-items: baseline;
	gap:5px	
}
label {
	display: block;
  margin-bottom: 5px;
	font-size: 14px;
	line-height: 1.5;
}

textarea {	overflow: auto; }

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

[type="search"] {
	-webkit-appearance: textfield;
	outline: none;
}

[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

button, input { 	overflow: visible; }

input,optgroup, select, textarea {
	display: block;
	width: 100%;
	background-color: #fff;
	border: 1px solid #ccc;
	border-radius: 4px;
	font-family: inherit;
	font-size: 14px;
	color: inherit;
	line-height: 1.5;
	padding: 7px;
	margin: 0;
	margin-bottom: 11px;
}
input[type="number"],
input[type="radio"],
input[type="checkbox"] {
	display: inline-block;
	vertical-align: middle;
	width: auto;
	margin: 0;
}
input:focus, textarea:focus, select:focus {
	outline: 0;
	border-color: grey;
	box-shadow: 0 0 8px var(--middle-grey);
	color: #111;
}
input[type="number"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus,
.owl-dot:focus, .owl-dot:hover {
	box-shadow: none;
}
button, select { text-transform: none; }
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	display: inline-block;
	vertical-align: middle;
	width: auto;
  padding: 8px 24px;
	margin-bottom: 11px;
	font-size: 14px;
	font-family: inherit;
	cursor: pointer;
	border: 1px solid #333;
	color: var(--light-grey);
	background-color: #363636;
	background-image: linear-gradient(to bottom, #444, #222);
	transition: all .4s ease-in;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	background-color: #000;
	background-image: linear-gradient(to bottom, #222, #444);
	color: #fff;
	box-shadow: 0 3px 5px rgba(0,0,0,.6);
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted grey;
}

legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

progress {
	vertical-align: baseline;
}

::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

details { display: block; }

summary { display: list-item; }

template, [hidden] { 	display: none; }

p input {
	margin-bottom: 0 !important;
}
.wpcf7-list-item {	margin: 0 1em 0 0; }
.wpcf7-list-item input[type="checkbox"] {
	vertical-align: middle;
}
.bold-field {
	font-size: 1.1rem;
	font-weight: bold;
	border: none;
	padding: 0;
}
.bold-field:focus,.bold-field:active {
	box-shadow: none;
}
#fancybox-overlay {z-index: 900 !important;}
#fancybox-wrap {z-index: 980 !important;}
#fancybox-content .wpcf7 {
	max-width: 750px;
	padding: 20px;
}
#fancybox-content .wpcf7 h3,
#fancybox-content .wpcf7 h4 {
	margin-top: 0;
}
.wpcf7-form-control {
	height: auto !important;
}
@keyframes topDown {
	15%, 90% {	transform: translateY(-250%);  	}
}
.wpcf7 .wpcf7-response-output {
	background-color: #fff;
	animation: topDown 5.5s ease-in;
	outline: 15px solid #fff;
	padding: 15px;
}
.personal + span {
	display: inline-block;
	width: 83%;
	max-width: 600px;
	vertical-align: top;
	margin-left: 10px;
}
.grecaptcha-badge {display: none !important;}
/* --- Links  --- */
a {
	background-color: transparent;
	color: var(--link-color)
}
a:hover {
	color: var(--link-hover-color);
}

a:focus {
	outline: thin auto grey;
	outline-offset: -2px;
}

a:hover, a:active { 	outline: 0; }

.social-link {
  display: inline-block;
	vertical-align: middle;
  width: 25px;
	height: auto;
  margin-right: 5px;
  color: var(--link-color);
  transition: color .5s;
}

.social-link:hover {
  color: var(--link-hover-color-color);
}
.social-link svg {
  fill: var(--link-color);
  width: 100%;
  transition: fill .5s;
}
.social-link:hover svg {
  fill: var(--link-hover-color);
}
.bottom-footer .social-link svg {
  fill: var(--main-grey);
}
.bottom-footer .social-link:hover svg {
  fill: var(--grey);
}
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}
.bluebtn {
	width: 160px;
  padding: 9px;
  color: #ffffff !important;
  text-align: center;
  line-height: 30px;
  display: block;
  margin: 15px auto;
  font-size: 17px;
	text-transform: uppercase;
  text-decoration: none !important;
	border-radius: 40px;
  transition: .5s;
  box-shadow: inset 0 1px 1px rgb(105 190 213 / 80%), inset 0 -1px 0px rgb(63 59 113 / 20%), 0 3px 10px 0 rgb(0 0 0 / 30%), 0 4px 6px 0 rgb(255 255 255 / 30%), 0 0 0 1px #69bed5;
  background: #69bed5;
	transition: 0.2s;
}

.bluebtn:not(.active):not(:disabled):hover,
.bluebtn:not(.active):not(:disabled):focus {
	color: #fff;
	text-shadow: 0 0 21px rgba(206, 225, 228, 0.5), 0 0 10px rgba(223, 206, 228, 0.4), 0 0 2px #0c7090;
	box-shadow: inset 0 1px 1px rgba(105, 190, 213, 0.8), inset 0 -1px 0px rgba(63, 59, 113, 0.2), 0 9px 16px 0 rgba(0, 0, 0, 0.3), 0 4px 3px 0 rgba(255, 255, 255, 0.3), 0 0 0 1px #69bed5;
	background: #0c7090 !important;
}

.bluebtn.big {
	width: 50%;
	min-width: 300px;
	border: 0;
}
button:disabled,
input[type="submit"]:disabled,
input[type="button"]:disabled,
input[type="reset"]:disabled,
.bluebtn:disabled {
	background: #ccc;
	border-color: #aaa;	
	box-shadow: inset 1px 1px #555;
	cursor: not-allowed;
}
/*---- Typography ---*/

p { margin: 0 0 11px; }

blockquote {
	padding: 5px 0 5px 15px;
	margin: 0 0 20px;
	font-style: italic;
	background: #fff;
	border-left: 5px solid var(--link-color);
}


hr {
	box-sizing: content-box;
	overflow: visible;
	background-color: var(--leight-grey);
  border: 0;
	height: 2px;
	margin: 30px 0;
  clear: both;
}
/* -- Lists -- */
ul, ol {
	padding: 0 5px;
	margin: 0 0 11px 18px;
}

ul {	list-style: disc; }

ol { 	list-style: decimal; }
li { line-height: 1.7; } 

dt {	font-weight: 700; }

dd { 	margin: 0 11px 25px; }

.unstyled {
	list-style-type: none;
	padding-left: 0;
}

.unstyled li {
	line-height: 2;
}
/*-- Tables --*/
table {
	width: 100%;
	border-bottom: 5px solid var(--main-color);
	border-collapse: collapse;
	border-spacing: 0;
	font-size: 14px;
	line-height: 2;
	margin: 0 0 20px;
	text-align: left;
}
tr:not(:only-child):nth-child(odd) td, tr:nth-child(odd) th {
	background-color: #f4f4f4;
}
td, th {
	border-top: 1px solid #ededed;
	padding: 6px 10px;
}
.simple-little-table {
	width: 60%;
	font-family: inherit, 'sans-serif';
	color: #666;
	font-size: 12px;
	text-shadow: 1px 1px 0px #fff;
	background: #eaebec;
	margin: 10px;
	border: #ccc 3px solid;
	border-collapse: separate;
	border-radius: 3px;
	box-shadow: 0 1px 2px #d1d1d1;
}

.simple-little-table th {
	border: 1px solid #e0e0e0;
	font-weight: bold;
	font-size: 14px;
	padding: 5px -5px 20px 18px;
	border-top: 1px solid #fafafa;
	border-bottom: 1px solid #e0e0e0;
	background: #ededed;
	background: linear-gradient(top, #ededed, #ebebeb);
}

.simple-little-table th:first-child {
	text-align: center;
	padding-left: 20px;
}

.simple-little-table tr:first-child th:first-child {
	border-top-left-radius: 3px;
}

.simple-little-table tr:first-child th:last-child {
	border-top-right-radius: 3px;
}

.simple-little-table tr {
	text-align: center;
	padding-left: 20px;
}

.simple-little-table tr td:first-child {
	text-align: left;
	padding-left: 20px;
	border-left: 1;
}

.simple-little-table tr td {
	padding: 5px;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #e0e0e0;
	border-left: 1px solid #e0e0e0;

	background: #fafafa;
	background: linear-gradient(top, #fbfbfb, #fafafa);
}

.simple-little-table tr:nth-child(even) td {
	background: #f6f6f6;
	background: linear-gradient(top, #f8f8f8, #f6f6f6);
}

.simple-little-table tr:last-child td {
	border-bottom: 0;
}

.simple-little-table tr:last-child td:first-child {
	-moz-border-radius-bottomleft: 3px;
	-webkit-border-bottom-left-radius: 3px;
	border-bottom-left-radius: 3px;
}

.simple-little-table tr:last-child td:last-child {
	-moz-border-radius-bottomright: 3px;
	-webkit-border-bottom-right-radius: 3px;
	border-bottom-right-radius: 3px;
}

.simple-little-table a:link {
	color: #666;
	font-weight: bold;
	text-decoration: none;
}

.simple-little-table a:visited {
	color: #999999;
	font-weight: bold;
	text-decoration: none;
}

.simple-little-table a:active,
.simple-little-table a:hover {
	color: #bd5a35;
	text-decoration: underline;
}
.course-name {
	font-weight: bold;
	text-transform: uppercase;
	color: #286994;
}

.course-name a {
	color: #286994;
}

.training-price-table, .wide-table {
	width: 100%;
}
.teacher-profile * {
	box-sizing: border-box;
}
.teacher-profile td{
	vertical-align: top;
}
.teacher-profile td:first-child{
	text-align: center;
	width: 220px;
	padding-right: 15px;
}
.teacher-profile td:first-child img{
	width: 100%;
}
.teacher-profile h3{ 
	color: #286994;
	font-weight: bold;
	line-height: 1.3;
	margin-top: 10px;
}
.work-area {
	font-weight: bold;
}
/* Backgrounds  */
.bg-dark {
	background: #0e94b4; 
	color: #fff; 
	padding: 15px 15px 20px; 
	margin: 15px 0 20px; 
	border-radius: 10px; 
	text-align: center; 
	box-shadow: 0 5px 0px #093959;
}
/*--- Testimonials --- */
.flex-row {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.testimonial-block {
	box-shadow: 2px 8px 20px rgba(0,0,0,.2);
	padding: 20px;
	margin: 20px 0 30px;
	transition:  .5s ease-out;
	border-top: 6px solid transparent;
	border-radius: 0 0 14px 14px;
	position: relative;
}
.testimonial-block:hover {
	box-shadow: 10px 10px 20px rgba(0,0,0,.3);
	border-top-color: #56BDD5;
	transform: translateY(-2px);
	color: #000;
}

.bg-overlay {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 999;
	background-color: rgba(0, 0, 0, 0.56);
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: crosshair;
}
#testimonial-output {
	padding: 10px 0;
}
#output-message {
	background-color: #fff;
	padding: 15px;
	max-width: 400px;
}
.owl-carousel .testimonial-block {
	margin-left: 20px;
	margin-right: 20px;
}
.testimonial-text {
	padding-top: 30px;
	padding-left: 20px;
	font-style: italic;
	position: relative;
	line-height: 1.6;
}

.testimonial-text::before {
	display: block;
	content: '"';
	font-size: 50px;
	position: absolute;
	left: -12px;
	top: 0;
}
.testimonial-block:hover .testimonial-text::before{
	color: #69bed5;
}
.testimonial-title, .testimonial-teacher,.testimonial-course {
  font-weight: bold;
}
.testimonial-title {
	text-align: right;
}
.testimonial-title img {
	width: 100px;
	margin-right: 12px;
}
.hide-more-text {font-style: normal;}
/*-- Pagination --*/
.testimonial-block +.nav-links {text-align: center;}
.page-numbers {
	display: inline-block;
	padding: 3px 12px 4px;
	background-color: #69bed5;
	border-radius: 50%;
	color: #fff !important;
	margin: 10px 3px;
	text-decoration: none;
	font-weight: bold;
}
.page-numbers.current, .page-numbers:hover {
	background-image: linear-gradient(#69bed5,#286994);
}
/*--- Testimonial Rating ---*/
.rating__group {
	position: relative;
	width: calc(var(--star_width) * 5);
	height: var(--star_width);
	background-image: var(--star_bg);
	background-size: var(--star_width) auto;
	background-repeat: repeat-x;
	background-color: transparent;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.rating__star {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	position: absolute;
	top: 0;
	left: 0;
	height: var(--star_width);
	margin: 0;
	font-size: inherit;
	background-size: var(--star_width) auto;
	background-repeat: repeat-x;
	background-color: transparent;
	cursor: pointer;
	opacity: 1;
	border: none !important;
	border-radius: 0;
	transition: 0.2s;
border: none !important;
}

.rating__group:focus, 
.rating__star:focus {
	outline: none !important;
	box-shadow: none;
}
.star, .star-gray,
.rating__star:checked,
.rating__star:hover {
display: inline-block;
	background-image: var(--star_bg_fill);
	width: var(--star_width);
	height: var(--star_width);
	background-size: var(--star_width);
}

.star-gray,
.rating__star:hover~.rating__star {
	background-image: var(--star_bg);
}

.rating__star:nth-child(1) {
	width: var(--star_width);
	z-index: 5;
}
.rating__star:nth-child(2) {
	width: calc(var(--star_width)* 2);
	z-index: 4;
}

.rating__star:nth-child(3) {
	width: calc(var(--star_width)* 3);
	z-index: 3;
}

.rating__star:nth-child(4) {
	width: calc(var(--star_width)* 4);
	z-index: 2;
}

.rating__star:nth-child(5) {
	width: calc(var(--star_width)* 5);
	z-index: 1;
}

/*------Grid ------*/
.container,
.container-fluid{
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.container {
	width: 90%;
	max-width: 1480px;
}

@media (max-width: 1199.98px) {
  .container {
    width: 96%;
  }
}

.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.no-gutters > .col,
.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}

/* [class*="col-"] {
  position: relative;
  width: auto;
  padding-right: 15px;
  padding-left: 15px;
  transition: flex-basis .5s;
} */
.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.col-auto {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}

.col-1 {
  -ms-flex: 0 0 8.333333%;
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}

.col-2 {
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

.col-3 {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.col-5 {
  -ms-flex: 0 0 41.666667%;
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}

.col-6 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  -ms-flex: 0 0 58.333333%;
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}

.col-8 {
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}

.col-9 {
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  -ms-flex: 0 0 83.333333%;
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}

.col-11 {
  -ms-flex: 0 0 91.666667%;
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
}

.col-12 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.order-first {
  -ms-flex-order: -1;
  order: -1;
}

.order-last {
  -ms-flex-order: 13;
  order: 13;
}
.d-flex {
  display: flex;
}
.align-items-center {
  align-items: center;
}
.justify-content-center {
  justify-content: center;
}
.justify-content-between {
  justify-content: space-between;
}
@media (min-width: 576px) {

  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-sm-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-sm-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-sm-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-sm-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-sm-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-sm-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-sm-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-sm-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-sm-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  
}
@media (min-width: 769px) {
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-md-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-md-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-md-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-md-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-md-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-md-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-md-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 992px) {
	.wrapper .btn{
    display: none;
  }
	.main-navigation .sub-menu {
		white-space: nowrap;
	}

  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-lg-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-lg-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-lg-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-lg-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-lg-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-lg-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-lg-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xl-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-xl-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xl-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-xl-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-xl-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-xl-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-xl-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-xl-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-xl-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
/*-- Text -- */
.text-center { text-align: center;}
.text-right {text-align: right;}
.text-left {text-align: left;}
.text-uppercase {text-transform: uppercase;}
.text-header {color: var(--link-color);}
/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
.with-fixed-header {
  padding-top: 200px;
}
.site-header {
  position: relative;
  z-index: 100;
	background-color: rgba(255, 255, 255, 0.85);
	border-bottom: 6px solid var(--light-grey);
	padding: 10px 0;
	width: 100%;
	height: auto;
  transition: all .3s;
}
.fixed-header {
  position: fixed;
	top: 0;
	left: 0;
  border-bottom-width: 2px;
}
.fixed-header .header-social,
.fixed-header .site-description {display: none;}
.fixed-header .site-logo img {
  height: 40px;
  width: auto;
  transition: .3s ease;
}
/*------- Navigation-------- */
.post-nav-title, .read-more {
	display: inline-block;
	border: 1px solid var(--light-grey);
	text-decoration: none;
	padding: 10px 15px;
	border-radius: 20px;
	transition: .5s;
}
.post-nav-title:hover, .read-more:hover {
	background-color: var(--light-grey);
	border-color: var(--middle-grey);
}
.post-nav-title.prev::before {
	content: "\2190";
	display: inline-block;
	margin-right: 6px;
}
.post-nav-title.next::after {
	content: "\2192";
	display: inline-block;
	margin-left: 6px;
}
.close-btn{
  position: absolute;
  right: 15px;
  top: 10px;
	font-weight: 800;
	font-size: 34px;
}

.menu-btn {
	position: absolute;
	right: 0px;
	top: 0px;
	width: 45px;
	height: 45px;
	padding: 10px;
	align-self: flex-start;
}
.menu-btn .line {
	display: block;
	width: 100%;
	height: 3px;
	background-color: #000;
	margin-bottom: 5px;
	line-height: 1;
	cursor: pointer;
}
.main-navigation ul{
	list-style-type: none;
	padding: 0;
	margin: .5em 0;
  position: relative;
	height: auto;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 10px 20px;	
}

.main-navigation li a{
  text-decoration: none;
  transition: all 0.3s ease;
  display: inline-block;
  font-style: normal;
  text-transform: uppercase;
}
.main-navigation .sub-menu {
  display: block;
  position: absolute;
  background: #fff;
  top: 50px;
  left: 0;
  transform: translate(-30%);
  z-index: 10;
  opacity: 0;
  visibility: hidden;
  box-shadow: 0 6px 10px rgba(0,0,0,0.15);
	padding: 20px;
	padding-bottom: 10px;
  font-size: 14px;
}
.menu-item-has-children {
	position: relative;
}
#menu-btn, #close-btn,
.menu-item-checkbox,
.menu-mobile-item {display: none;}

.main-navigation li:hover .sub-menu {
  transition: all 0.3s ease;
  top: 15px;
  opacity: 1;
  visibility: visible;
	max-width: 545px;
}
.main-navigation .sub-menu li {
	margin-bottom: 4px;
	margin-left: -4px;
	transition: .2s ease-in;
	padding: 3px;
}
.main-navigation .sub-menu li:hover {
	background-color: var(--light-grey);
	padding-left: 8px;
}
.main-navigation .sub-menu li a{
  width: 100%;
}

.main-navigation .caret {
	display: inline-block;
	width: 0;
	height: 0;
	content: "";
	border-bottom-color: #777;
	border-top: 4px solid #777;
	border-right: 4px solid transparent;
	border-left: 4px solid transparent;
	vertical-align: middle;
	margin-left: 5px;
}
@media (max-width: 991.98px){
  .fixed-header .menu-btn {
    top: -20px;
  }
	.wrapper .btn{
    display: block;
  }
	.main-navigation .nav-links{
    position: fixed;
    height: 100vh;
    width: 100%;
    max-width: 350px;
    top: 0;
    left: -100%;
    background: #fff;
    display: block;
    padding: 50px 15px;
		margin: 0;
    line-height: 30px;
    overflow-y: auto;
    box-shadow: 0px 15px 15px rgba(0,0,0,0.18);
    transition: all 0.3s ease;
  }

  #menu-btn:checked ~ .nav-links{
    left: 0%;
  }
  #menu-btn:checked ~ .btn.menu-btn{
    display: none;
  }
  #close-btn:checked ~ .btn.menu-btn{
    display: block;
  }
	.main-navigation .sub-menu{
    position: static;
    opacity: 1;
    visibility: visible;
		padding: 10px;
		margin: 0;
    width: 100%;
    box-shadow: none;
    transform: translate(0);
    font-size: 1rem;
    transition: all 0.3s ease;
  }
	.main-navigation li{
		border-bottom: 1px solid var(--light-grey);
		padding: 5px;
	}
	.main-navigation .sub-menu li {
		margin: 0;
	}
	.main-navigation li.menu-item-has-children {
		border-bottom: none;
	}
}
@media (max-width: 575.98px){
	.text-sm-center {text-align: center;}
	.bottom-footer .text-sm-center {
		padding: 7px 0;
	}
  .order-sm-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .site-logo img{
    max-width: 185px;
    height: auto;
  }
}
@media (max-width: 480px){
  .site-branding {
    max-width: none;
    flex-basis: 100%;
    width: 100%;
  }
	.site-description {text-align: left;}
  .menu-btn {
    top: -50px; 
  }
  .site-header.fixed-header .menu-btn {
    top: -46px;
  }
}
.site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation {
	margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

/* Posts and pages ------------ */

article h1 {
  text-align-last: left;
}
.stripped {margin-bottom: 2em;}
.stripped li{
	border-top: 1px solid #ededed;
    padding: 15px 0;
}
.stripped li:nth-child(even){
	background-color: #f8f8f8;
}
.stripped li:last-child {
	border-bottom: 1px solid #ededed;
}
article ol li{
	margin-bottom: 12px;
	line-height: normal;
}
.post,
.page {
	margin: 0 0 1.5em;
}

.updated:not(.published) {
	display: none;
}
.entry-title a { text-decoration: none;}
.entry-meta {
	margin-bottom: 1em;
	font-size: 0.8rem;
	font-style: italic;
	color: var(--grey); 
}
.entry-meta a { text-decoration: none;}
/*-- Post thumbnail ---*/
.thumb-holder {
	overflow: hidden;
}
.thumb-holder img {
	transition: .4s ease-in;
}
.thumb-holder:hover img {
	transform: rotate(-5deg) scale(1.1);
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}
.widget ul {
	margin: 0 0 .5rem 1rem;
	list-style-type: none;
	padding: 0;
}
.widget li {
	line-height: 25px;
	padding-bottom: 7px;
	border-bottom: 1px solid var(--light-grey);
	position: relative;
}
.widget li::before {
	content: '\203A';
	position: relative;
	left: -10px;
	transition: left .2s;
}
.widget li:hover::before {left: -5px;}
.widget-title {
	font-size: 1.2rem;
	text-transform: uppercase;
}
/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}



/* Captions------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-right: auto;
	margin-left: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/*--------- Galleries------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/*--- Plugins--------*/

/*--- Footer --- */

.top-footer {
	margin-top: 20px;
	color: #fafafa !important;
	border-top: 10px solid #e9eaee;
	background: #5a5a5a;
	padding: 20px 0;
}

.top-footer a {
	color: #fafafa;
	text-decoration: none;
}
.top-footer a:hover {
	text-decoration: underline;
}
.footer-widget-title {
	text-transform: uppercase;
	font-size: 22px;
	margin: 11px 0;
}
.top-footer ul {
	padding: 0;
	margin-left: 0;
	list-style-type: none;
}
.top-footer li{margin-bottom: 7px;}

.bottom-footer {
	position: relative;
	background-color: #fff;
	padding: 15px 0;
}
#totop {
	text-decoration: none;
	position: fixed;
	opacity: 0.7;
	bottom: 30px;
	right: 30px;
	z-index: 100000;
	animation: fadeIn 1s ease-out;
}
/*--- Utilities----*/
@keyframes fadeIn {
	0% {opacity: 0;}
}
@-webkit-keyframes fadeIn {
	0% {opacity: 0;}
}
/*--- 404 ------ */
.block-404 {
	background: #fff;
}
.letters-404 {
  background: linear-gradient(var(--link-color), var(--link-hover-color))  var(--link-color);
  color: var(--link-color);
  font-size: 12.5rem;
	line-height: 1;
	font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  text-shadow: 0px 14px 16.74px rgba(0, 0, 0, 0.54);
  padding: 1rem;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	right: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}


/* Media  */

@media (min-width: 768.98px) {
	.cource-price-table td:nth-child(2) {
		text-align: center;
	}

	[class$="price-table"] thead td {
		vertical-align: top;
	}
	.wide-table td:last-child{
		vertical-align: middle;
	}
}


@media (max-width: 1024px) {


	.row-fluid  [class*="span"].pull-left,	
	.row-fluid  [class*="span"].pull-right{
		width: auto;
	}

	#testimonial-form [class^="span"], .testimonial-sort [class^="span"] {float: left;}
}

@media (max-width: 768px) {
	
	.cource-price-table,
	.cource-price-table td,
	.training-price-table,
	.training-price-table td,
	.crizis-price-table,
	.crizis-price-table td{
		display: block;
		font-size: 16px;
	}

	.cource-price-table thead,
	.crizis-price-table thead,
	.training-price-table thead {
		display: none;
	}

	.cource-price-table td,
	.training-price-table td,
	.crizis-price-table td {
		width: 100%;
		box-sizing: border-box;
	}

	.cource-price-table td::before,
	.crizis-price-table td::before,
	.training-price-table td::before {
		display: inline-block;
		vertical-align: middle;
		min-width: 130px;
		margin-right: 30px;
		text-align: left;
		font-weight: bold;
		white-space: pre;
/* 		font-size: 14px; */
	}

	td.course-name {
		border-top: 2px solid #286994;
		background-color: #69bed5 !important;
		color: #fff;
		font-size: 19px;
		text-align: center;
		margin-top: 15px;
		padding: 15px;
	}

	td.course-name a {
		color: #fff !important;
	}

	td.course-name::before,
	.training-price-table .course-name::before {
		content: 'Курс ';
		font-size: 19px;
		min-width: auto;
		margin-right: 10px;
	}
	.crizis-price-table .course-name::before {
		content: '';
	}
	.training-price-table .course-name::before {
		content: 'Тренинг';
	}
	html[lang="uk"] .training-price-table .course-name::before {
		content: 'Тренінг';
	}
	.cource-price-table td:nth-child(2)::before {
		content: 'Длительность';

	}
	html[lang="uk"] .cource-price-table td:nth-child(2)::before {
		content: 'Тривалість';

	}

	html[lang="uk"] .cource-price-table td:nth-child(3)::before {
		content: 'ГРУПА \0a (за 1 місяць)';
	}
	.cource-price-table td:nth-child(3)::before {
		content: 'ГРУППА \0a (за 1 месяц)';
	}
	.training-price-table td:nth-child(2)::before {
		content: 'ГРУППА \0a (за тренинг)';
	}
 	html[lang="uk"] .training-price-table td:nth-child(2)::before {
		content: 'ГРУПА \0a (за тренінг)';
	}
	.training-price-table td:nth-child(3)::before {
		content: 'ИНДИВ \0a (за тренинг)';
	}
 	html[lang="uk"] .training-price-table td:nth-child(3)::before {
		content: 'ІНДИВ \0a (за тренінг)';
	}

/* 	.cource-price-table td:nth-child(5)::before {
		content: 'МЕЙЛИНГ \0a за 1 мес.';
	}
	html[lang="uk"]  .cource-price-table td:nth-child(5)::before {
		content: 'МЕЙЛІНГ \0a за 1 мес.';
	} */
	.cource-price-table td:nth-child(6)::before {
		content: 'ГРУППА ОНЛАЙН \0a за весь курс';
		color: #286994;
	}

	html[lang="uk"]  .cource-price-table td:nth-child(6)::before {
		content: 'ГРУПА ОНЛАЙН \0a за весь курс';
		color: #286994;
	}

	.training-price-table td::before {
		min-width: 160px;
	}

/* 	.training-price-table td:nth-child(2)::before {
		content: 'ГРУППА ОНЛАЙН \0a за весь тренинг';
	}
	html[lang="uk"] .training-price-table td:nth-child(2)::before {
		content: 'ГРУПА ОНЛАЙН \0a за весь тренінг';
	}

	.training-price-table td:nth-child(3)::before {
		content: 'ИНДИВ \0a за весь тренинг';
	}
	html[lang="uk"] .training-price-table td:nth-child(3)::before {
		content: 'ІНДИВ \0a за весь тренінг';
	} */
	
	.crizis-price-table td:nth-child(2)::before {
		content: 'ЗА ВЕСЬ КУРС /\0a ТРЕНИНГ';
	}
	html[lang="uk"] .crizis-price-table td:nth-child(2)::before {
		content: 'ЗА ВЕСЬ КУРС /\0a ТРЕНІНГ';
	}
	.crizis-price-table td:nth-child(3)::before {
		content: 'ЗА 1 ЗАНЯТИЕ';
	}
	html[lang="uk"] .crizis-price-table td:nth-child(3)::before {
		content: 'ЗА 1 ЗАНЯТТЯ';
	}
	.teacher-profile tr:first-child {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		width: 100%;
	}
	.teacher-profile td:nth-child(2) {
		width: calc(100% - 220px);
	}
	.teacher-profile td:last-child {
		width: 100%;
	}
}
@media (max-width: 480px) {
	.site-logo {
		width: 125px;
		margin-left: 5px;
	}
	.messenger {width: 22px; height: 25px; background-size: auto 22px; }
	.teacher-profile td:first-child,
	.teacher-profile td:nth-child(2) {
		width: 100%;
	}
	.teacher-profile td:first-child{
		overflow: hidden;
	}
	.teacher-profile td:first-child img{
		margin: -60px auto -130px;
	}
	.personal + span {
		width: 90%;
	}
	.wide-table tr{
		display: flex;
		flex-wrap: wrap;
	}
	.wide-table td:first-child {width: calc(100% - 120px);}
	.wide-table td:nth-child(2) {width: 100px;}
	.wide-table td:last-child{
		width: 100%;
	}
	.wide-table tr:first-child td:last-child{display: none;}
	#testimonial-form [class^="span"], .testimonial-sort [class^="span"] {float: none;
	width: 100%;}
	.owl-carousel .testimonial-block {
		margin-left: 5px;
		margin-right: 5px;
	}
	.text-xs-center {
		text-align: center;
	}
	#fancybox-outer  {
		max-width: 320px;
	}
	#fancybox-content .wpcf7 {
		padding: 10px;
	} 
	.letters-404 {
		font-size: 6rem;
	}
}


