/*!
Theme Name: talantkids
Theme URI: http://underscores.me/
Author: Silist
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: talantkids
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.

talantkids is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */


@font-face { 
    font-family: "Montserrat";
    src: url(fonts/Montserrat-Regular.ttf) format("truetype");
    font-weight: 400;
}

@font-face { 
    font-family: "Montserrat";
    src: url(fonts/Montserrat-Bold.ttf) format("truetype");
    font-weight: 700;
}

@font-face { 
    font-family: "Montserrat";
    src: url(fonts/Montserrat-Italic.ttf) format("truetype");
    font-weight: 400;
    font-style: italic;
}

@font-face { 
    font-family: "Montserrat";
    src: url(fonts/Montserrat-BoldItalic.ttf) format("truetype");
    font-weight: 700;
    font-style: italic;
}

@font-face { 
    font-family: "Montserrat";
    src: url(fonts/Montserrat-Medium.ttf) format("truetype");
    font-weight: 500;
}


/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
	scroll-behavior: smooth;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0 !important;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2.7em;
	margin: 0.67em 0;
}

h2 {
	font-size: 2.2em;
    font-style: italic;
    font-weight: 600;
    margin: 0.77em 0 0.45em 0;
}

h3 {
	font-size: 1.3em;
	margin: 0.37em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: Arial, sans-serif;
	font-size: 16px;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

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

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

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

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

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	background: #fbfbfb;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

img {
	height: auto;
	max-width: 100%;
}

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/* Links
--------------------------------------------- */
a {
	color: #4169e1;
}

a:visited {
	/*color: inherit;*/
}

a:hover,
a:focus,
a:active {
	color: #191970;
}

a:focus {
	outline: thin dotted;
}

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

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.6em 1em 0.4em;
}

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

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;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

.color-design-pink { color: #ff3366; }
.color-design-blue { color: #66ccff; }
.color-design-lightblue { color: #7ab7eb; }
.color-design-lime { color: #6fdf4d; }

.p-style-1 {
	font-size: 17px;
    font-style: italic;
    font-weight: 600;
}

.item-link-style {
	color: #336699;
	font-size: 18px;
}


/* Navigation
--------------------------------------------- */
.main-navigation, .top-navigation {
	display: block;
	width: 100%;
}

.main-navigation ul, .top-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul, .top-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	display: block;
	left: auto;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li, .top-navigation li {
	position: relative;
}

.main-navigation a, .top-navigation a {
	display: block;
	text-decoration: none;
	color: #3984a8;
    font-weight: 600;
	text-transform: uppercase;
}

.top-navigation a { 
	font-size: 22px;
	color: #7ab7eb;
    font-weight: 600;
    text-transform: uppercase;
    font-style: italic;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {

	.menu-toggle {
		display: none;
	}

	.main-navigation ul, .top-navigation ul {
		display: flex;
		align-items: center;
    	gap: 10px 49px;
    	flex-wrap: wrap;
	}


	#top-menu {
		display: flex;
		justify-content: space-around !important;
    	align-items: center;
	}


}

.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
--------------------------------------------- */
.sticky {
	display: block;
}

.post,
.page {
	margin: 0 0 1.5em;
}

.updated:not(.published) {
	display: none;
}

.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 select {
	max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

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

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: 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
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* 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;
	left: 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;
}

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}


/*Tables*/
table {
	margin: 0 auto;
    margin-top: 15px;
}

table td {
	border: 1px solid #cccccc;
	padding: 15px;
	text-align: center;
	font-weight: normal;
}
//table tr:nth-child(1) td{font-weight: bold;}
//table tr td:nth-child(1){font-weight: bold;}
table tr:nth-child(even){background-color: #f5f5f5;}

table.noborder td {border: 0px !important; background-color: inherit !important;}
table.noborder tr:nth-child(1) td{font-weight: normal;}
table.noborder tr td:nth-child(1){font-weight: normal;}
/* / Tables*/


/*Table Results*/

#table-result {border: 1px solid #000; /*width: 1140px;*/}

#table-result tr td { 
		border: 1px solid #757575;
		font-size: 15px;
		vertical-align: top;
		padding: 4px;
		background-color: #f7f7f7
		
		}

#table-result tr th {
    background-color: #ff4e5ec7;
    font-weight: bold!important;
    color: #fff;
    font-size: 14px;
	border: 1px solid #000;
    padding: 5px;
    text-align: center;
}



.m-none { display: block !important; }
.m-block {display: none !important; }

.button-blue {

    background-color: #ff4e5e;
    border: none;
    color: white;
    padding: 6px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
}


.button-blue:hover {
	background-color: #db4351;
	text-decoration: none;
	color: #FFFFFF;
}






.slick-arrow {
	position: absolute;
    top: 40%;
    z-index: 99;
    width: 40px !important;
    cursor: pointer;
}

.slick-arrow-prev {
    left: 0px;
}

.slick-arrow-next {
    right: 0px;
}

/* =============================== */

a.no-link {
	color: inherit;
	text-decoration: none;
}

.wrapper { max-width: 1320px; margin: 0 auto; padding: 15px; }

.header__top {
	border-bottom: 1px solid #7bb7eb;
	color: #a3a3a3;
    font-size: 14px;
    line-height: 27px;
}

.header__top_left {
	display: flex;
	flex-direction: column;
}


.header__description {
	font-size: 17px;
	font-weight: 600;

}

#top-menu a:hover {
	text-decoration: underline;
}

#primary-menu a {
	padding-top: 0px;
	padding-bottom: 3px;
}
#primary-menu a:hover {
	padding-top: 0px;
	padding-bottom: 0px;
	border-bottom: 3px solid #c1ced9;
}
#primary-menu .current-menu-item a {
	padding-bottom: 0px;
	border-bottom: 3px solid #7bb7eb;
}

.menu_item_red > a {
	color: #e31e24 !important;
}

.header__top_row {
	align-items: center;
	padding: 2px 15px;

}

.header__mainmenu {
	padding: 10px 15px 10px 27px;
}

.ways__single {
	border-radius: 8px;
	padding: 40px; 
	background: #EDF4F4;
	color: #3E4462;

	/* Paragraph / 01 */
	font-family: Inter;
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: 28px; /* 140% */
	letter-spacing: -0.4px;
}


.modern-logo {
	position: relative;
	top:6px;
}

.modern-logo:hover {
	filter: brightness(1.05);
}


.header__top_right {
	margin-top: -10px;
}


.header__main {

}

.header__main:before {
	content: "";
    float: left;
    height: 3px;
    width: 100%;
    background: #74cee4;
    background: -moz-linear-gradient(left, #74cee4 0%, #66ce9c 16%, #edbf47 32%, #ec774b 49%, #74cee4 65%, #66ce9c 83%, #edbf47 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,#74cee4), color-stop(16%,#66ce9c), color-stop(32%,#edbf47), color-stop(49%,#ec774b), color-stop(65%,#74cee4), color-stop(83%,#66ce9c), color-stop(100%,#edbf47));
    background: -webkit-linear-gradient(left, #74cee4 0%,#66ce9c 16%,#edbf47 32%,#ec774b 49%,#74cee4 65%,#66ce9c 83%,#edbf47 100%);
    background: -o-linear-gradient(left, #74cee4 0%,#66ce9c 16%,#edbf47 32%,#ec774b 49%,#74cee4 65%,#66ce9c 83%,#edbf47 100%);
    background: -ms-linear-gradient(left, #74cee4 0%,#66ce9c 16%,#edbf47 32%,#ec774b 49%,#74cee4 65%,#66ce9c 83%,#edbf47 100%);
    background: linear-gradient(to right, #74cee4 0%,#66ce9c 16%,#edbf47 32%,#ec774b 49%,#74cee4 65%,#66ce9c 83%,#edbf47 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#74cee4', endColorstr='#edbf47',GradientType=1 );
}

.header__main > .wrapper {
	align-items: center;
}


.header__logo {
	font-size: 27px;
    color: #495052;
        padding: 10px 0;
}


body.home .panels__single:hover {
	/*
	transition: all 0.3s ease-in-out 0s;
	*/
	text-decoration: none;
} 

body.home .flat-panels a:hover {

	text-decoration: none !important;
}

body.home .flat-panels a:hover .panels__single {

	border: 1px solid #7ab7eb;
}

.panels__single {
	text-align: left;
    color: black;
    border: 1px solid #6fdf4d;
    height: 100%;
    padding: 25px 15px;

    -webkit-box-shadow: 4px 4px 8px 0px rgba(34, 60, 80, 0.1);
	-moz-box-shadow: 4px 4px 8px 0px rgba(34, 60, 80, 0.1);
	box-shadow: 4px 4px 8px 0px rgba(34, 60, 80, 0.1);
}

.panels__single_title {
	font-weight: 600;
	font-size: 22px;
	margin-bottom: 10px;
}
.panels__single_content {
	font-size: 15px;
	margin-bottom: 20px;
	font-style: italic;
}
.panels__single_thumb {	
    border-radius: 50%;
    width: fit-content;
    margin: 0 auto;
    padding: 20px;
}

.panels__single_link {
	color: #7bb7eb;
	font-weight: normal;
    font-size: 17px;
    text-decoration: underline;
}

.block__minislider {
	text-align: center;
	width: 280px !important;
}

.block__minislider img.diplom-example {
	width: 280px !important;
}




.block__pluses {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-gap: 50px 5%;
}

.block__pluse_s {
    font-size: 16px;
    gap: 25px;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.block__pluse_s-shiftright {
		padding-left: 60px;
}



.block__pluse_s_number {
	font-size: 41px;
    font-style: italic;
    padding: 10px 29px;
    background: #7bb7eb;
    border-radius: 50%;
    color: white;
    font-weight: 600;
}


.block__pluse_s_title {
	font-size: 18px;
	font-style: italic;
	font-weight: 600;
	margin: 0 0 5px 0;
}

.block__pluse_s_text {
	font-size: 16px;
	margin: 0;
	color: #777777;
}


.block__description {
	color: #777777;
}



.block__popular_olymps {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	grid-gap: 10px;
}


.block__listitems {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	grid-gap: 20px 10px;
}


h2.block-title {
	text-align: center;
}



.block__news {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-gap: 25px;
}

.block__news_s {
    font-size: 16px;
    background: #afe8f9;
    padding: 20px 15px;
    border-radius: 15px 30px 30px 0;
}

.block__news_s:hover {
	background: #d7f6ff;
	transition: all 0.2s ease-in-out;
}

.block__news_container {
	display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    height: 100%;
}

.block__news_date {
    font-size: 14px;
}

.block__news_title {
    font-size: 18px;
    line-height: 20px;
    font-weight: bold;
    margin-bottom: 10px;
}


.block__news_more {
    margin-top: 5px;
    display: block;
    cursor: pointer;
}

img.block__news_thumb {
	margin-top: 5px;
}


.block__testimonials_container {
	width: 90%;
    margin: 0 auto;
    background: #ededed;
    padding: 20px 35px;
}

.block__testimonials_container-full {
    background: #ededed;
    width: 70%;
    margin: 0 auto;
    padding: 90px 60px;
}

.block__testimonials_title {
	font-size: 19px;
    margin-bottom: 15px;
}

.block__testimonials_content {

}

/**/


.slide_category {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.slide__konkurs {
	background-image: url(images/slide-konkurs.jpg);
}

.slide_category__content {
	padding: 55px 10px;
	color: #FFF;
	text-align: center;

}

.slide_category__content h1 {

	font-weight: 300;
	font-size: 2.5em;
	margin: 0;
}

.slide_category__content .subtitle {

	font-weight: 300;
	font-size: 1.5em;
	display: block;
}

.slide_category__content .line {
	display: inline-block;
	height: 5px;
	background-color: white;
	border-radius: 5px;
	width: 80px;
}



/* page */

.searchbar {
	position: relative;
	margin-bottom: 40px;
}

.search-field { 
	width: 100%;
	height: 42px;
    border-radius: 12px !important;
    padding: 0px 10px !important;
    font-size: 17px;
    border: 1px solid gray !important; 
}

.hash-symbol {
	font-size: 27px;
}


.check-result__form {
	gap:10px;
}

.check-result__form input {
	flex: 90% 1 1;
}

.zoom {
	background: none;
    padding: 0px;
    border: none;
    position: absolute;
    right: 7px;
    top: 7px;
}

.sticker-new {
	font-size: 14px;
    color: red;
    margin: 0px;
}

.tab-single-item, .tab-single-item2 {
	/*margin: 15px;*/
	font-size: 17px;
}

.content-grid {
	display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 5px;
    padding: 20px 0;
}

.content-grid-3 {
	display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 5px;
    padding: 20px 0;
}




/* FORM*/
.form_of_competition {
	margin-bottom: 50px;
	margin-top: 20px;

}


.form-box, .form-box2 {
	padding: 20px;
    border: 1px solid #AFAFAF;
    border-radius: 5px;
    margin: 10px 10px 20px 10px;
}

.form-box .form-box-caption {
	font-size: 18px;
    margin-bottom: 18px;
    display: block;
    margin-top: -12px;
    font-weight: bold;
    margin-left: 0px;
}


.form-group {
	margin-bottom: 15px;
}

.fr {
	
    float: left;
    width: 225px;
    margin-right: 31px;
}

.form-group label {
	font-size: 16px;
	display: block;
}

.explanation {
	font-size: 12px;
}

.form-group input[type="text"], .form-group select {
	display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 16px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
}
.form-group select {color: #FF0000 !important;}


.form-group textarea {
	font-size: 19px;
    width: 95% !important;

}


.form-group input[type="email"] {
	display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 19px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
}


.form-group input[type="checkbox"] {
	width: 18px;
	height: 18px;
}

.form-group input[type="text"]:focus, .form-group input[type="email"]:focus {
	border: 1px solid blue;
}

.captcha {
	width: 306px;
    margin: 10px 10px 20px 10px;
}
input[type="submit"] 
{
	transition: all 0.5s;
    box-sizing: border-box;
    padding: 0 15px;
    height: 40px;
    line-height: 40px;
    background-color: #ff5c5c;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    display: inline-block;
    text-decoration: none!important;
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    color: #f8f8f8!important;
    border: none;
	width: 300px;
	margin: 15px 10px 20px 10px;
}

input[type="submit"]:hover 
{
	transition: all 0.5s;
   
    background-color: green;
    color: #FFF!important;
   
}



.error-message {
	font-size:15px;
}

.very_bad {
	background: #ff4e5e;
	color:#fff; 
	text-align:center; 
	padding-top:20px; 
	padding-bottom:20px; 
	margin-bottom:50px;
}

.very_good {
	background:green;
	color:#fff;
	text-align:center;
	padding-top:20px;
	padding-bottom:20px; 
}

.sending-message {
	display:none;
}

.upload-size-error, .upload-tip-error {
	font-size: 15px;
	display:none;
	margin-top: 6px;
    font-weight: bold;
}

.hideit {
	display:none;
}

.showit {
	display:block;
}

.select-diplom label{	margin-right: 15px; margin-bottom: 20px; display: inline-block;}
.select-diplom label input[type="radio"]{width: 20px;  height: 20px; margin-right: 7px;
    margin-left: 7px;}
.select-diplom img{vertical-align:middle;}



/*Popup window*/
.overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  transition: opacity 500ms;
  visibility: hidden;
  opacity: 0;
  z-index: 11;
}
.overlay:target {
  visibility: visible;
  opacity: 1;
  z-index: 11;
}

.popup-area {
	width: 353px;
    margin: 0 auto;
    height: 100%;
}

.popup {
  margin: 70px auto;
  padding: 20px;
  background: #fff;
  border-radius: 5px;
  width: 30%;
  position: absolute;
  bottom:35%;
  transition: all 5s ease-in-out;
}

.popup h2 {
  margin-top: 0;
  color: #333;
}
.popup .close {
  position: absolute;
  top: 20px;
  right: 30px;
  transition: all 200ms;
  font-size: 30px;
  font-weight: bold;
  text-decoration: none;
  color: #333;
}
.popup .close:hover {
  color: orange;
}
.popup>.content {
  
  overflow: auto;
  min-height: 100px;
  font-size: 16px;
  padding-top: 5px;
}


.very_bad {
	background:red; 
	color:#fff;
	text-align:center; 
	padding-top:20px;
	padding-bottom:20px;
	font-size:15px;
}



/* Olymps */




.single_question {
    display: flex;
    flex-direction: column;
    margin-top: 20px;
    padding-top: 20px;
    max-width: 700px;
    border-top: 2px solid #b2c6e6;
}

.single_question__title {
	display: flex;
    align-items: center;
}

.question__number {
	font-size: 14px;
}

.question__text {
	padding-left: 10px;
}

.single_question__answers {
	padding-left: 35px;
}

.question__arrow {
	height: 13px;
    padding-left: 5px;
}


.answers_list {
	list-style-type: none;
    margin: 25px 0 0 0;
    padding: 0;
    /*display: flex;*/
}

.answers_list li {
	display: flex;
    margin: 0 15px 0 0;
    min-width: 125px;
    min-height: 70px;
    position: relative;
    cursor: pointer;
}

.answers_list label,
.answers_list input {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.answers_list input[type="radio"] {
  opacity: 0.01;
  z-index: 100;
  cursor: pointer;
}

.answers_list input[type="radio"]:checked+label,
.Checked+label {
  border: 2px solid #ef7f1a;
}

.answers_list input[type="radio"]:checked+label .answer__key,
.Checked+label .answer__key {
  background-color: #ed7f1b;
  color: white;
}

.answers_list input[type="radio"]:checked+label .question__check,
.Checked+label .question__check {
	visibility: visible;
}

.answer_text {
	line-height: 17px;
}

.answers_list label {
	padding: 4px;
    border: 1px solid #CCC;
    display: flex;
    align-items: center;
    cursor: pointer;
    border-radius: 12px;
    z-index: 90;
    color: #1249a3;
    background-color: #66c3d0;
}

.answers_list label:hover {
  background: #DDD;
}

.answer__key {
    padding: 0px 7px;
    border: 1px dashed #ef7f1a;
    color: black;
    font-size: 17px;
    margin-right: 10px;
    border-radius: 50%;
}

.question__check {
	height: 17px;
	visibility: hidden;
}

.answer_content {
	display: flex;
	flex-grow: 1;
	align-items: center;
	justify-content: space-between;
}

.orp__area {
	text-align: center;
    background: white;
    border: 2px solid #ec864a;
    border-radius: 11px;
    width: 60%;
    margin: 0 auto;
    padding: 20px 0;
}

.orp__area p {
	padding-bottom: 0px;
	margin-bottom: 0px;
}
.orp__area p:nth-child(1) {
	font-size: 19px;
}
.orp__area p:nth-child(2) {
	font-size: 20px;
}
.orp__area p:nth-child(3) {
	font-size: 15px;
    padding-top: 5px;
}
.orp__area p:nth-child(4) {
    font-size: 29px;
    font-weight: bold;
}


/*Tabs*/

.tabs{
	display:inline-block;
	width: 100%;
}
.tabs > div{
	background-color: #F9F9F9;
    border-radius: 5px;
    padding: 14px;
}
.tabs ul{
	margin:0px;
	padding:0px;
}
.tabs ul:after{
	content:"";
	display:block;
	clear:both;
	height:5px;
	background:#ff4e5e;
}
.tabs ul li{
	margin:0px;
	padding:0px;
	cursor:pointer;
	/*display:block;*/
	float:left;
	padding:10px 15px;
	/*background:#e9eaeb;*/
	color:#707070;
	font-size: 20px;
	list-style: none;
}


.tabs ul li.search-result-tab { display: none; }

.tabs ul li:not(.search-result-tab) { display: block; }


.tabs ul li.active, .tabs ul li.active:hover{
	background:#ff4e5e;
	color:#fff;
}
.tabs ul li:hover{
	background:#d6d6d7;
}

.tabs .tab-single-item a, .tabs .tab-single-item2 a, .news-link{
	font-size: 20px;
    text-decoration: none;
    color: #DA7303;
    font-weight: bold;
    margin-bottom: 10px;
    display: inline-block;
}

.tabs .tab-single-item a:hover, .tabs .tab-single-item2 a:hover{
	color: #FF8603;
	text-decoration: underline;

}

.tab-single-item2 {
	text-align: center;
}

.tab-single-item3 {
	text-align: left;
	font-size: 18px;
	line-height: 20px;

	display: flex;
    flex-direction: column;
    justify-content: flex-end;
}


.tab-single-item2 img {
	border-radius: 8px;
}

.tab-single-item2 .thumb-link {
	display: block;
	margin-bottom: 10px;
}
.tab-single-item2 .item-title-link {
	font-size: 20px;
    /*font-weight: bold;*/
}

.tab-single-item2:hover a {
	text-decoration: none;
	color: red;
}


#block6 .tab-single-item2 {
    text-align: left !important;
}



.phonealert {display: none;}
.paymentpanel {
	display: block;
	max-width: 50%;
	border: 1px solid orange;
	padding: 30px;
	border-radius: 5px;
}
.paymentpanel label {cursor: pointer;}
.paymentpanel label input[type="radio"] {width: 20px; height: 20px;}
.paymentpanel label img {border: 2px dashed#ff9024;  padding: 5px; border-radius: 16px; vertical-align: middle;}


.home-season-row {
    margin-bottom: 55px;
    margin-top: 25px;
    display: flex;
    flex-direction: row;
}

.home-season-row > div {
    width: 50% !important;
}

.home-season-row h3 {
    font-size: 27px;
    line-height: 36px;
    text-align: center;
    padding: 18px 10px;
    color: white;
    width: 95%;
    background: #afe8f9;
    border-radius: 15px 30px 30px 0;
}

.home-season-row h3 a {
    color: #FFF !important;
    font-size: 32px !important;
}

.home-season-row h3:hover  a {
    text-decoration: none;
}

.home-season-row h3:hover {
    background: #95d8eb;
}

.home-season-row .btn_more {
	text-align: center;
	display: block;
}

.diploms-front {
	height: 682px;
    overflow: hidden;
    -webkit-mask-image: linear-gradient(to bottom, rgba(0,0,0,1), rgba(0,0,0,0));
    -webkit-mask-size: 100% 90%;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: left top, left bottom;
}

.block__subscribe {

	background-color: #e9ec99;
	padding: 20px 15px;
	font-size: 18px;
	border-radius: 15px 30px 30px 0;

}

#form-subscribe {
	display: flex;
	flex-direction: row;
	align-items: center;
	gap: 35px;
}

#check-subscribe-rez {
	font-size: 16px;
	font-weight: bold;
	text-align: center;
}


.vystavka-row {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap:30px 20px;
}



.vystavka-row .single-vystavka {
	
	/*display: flex;
	flex-direction: column;*/

	display: grid;
    grid-template-rows: 1fr 0.5fr;
    
	font-size: 14px;
	text-align: center;
	
}


.vystavka-row .single-vystavka .single-vystavka__info {
	padding-top: 10px;
	display: flex;
	flex-direction: column;
	font-size: 14px;
	text-align: center;
}


.category-tiles {

	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap:30px 20px;
}


.category-tiles__tile {
	width: 90%;
    height: 225px;
    margin: 0 auto;
    border-radius: 15px;
    border: 1px solid grey;
    padding: 15px;
    background-position: center;
    background-size: cover;
    display: flex;
    flex-direction: column-reverse;
	
}


.category-tiles__tile:hover {
	-webkit-box-shadow: 0px 0px 8px 3px rgba(34, 60, 80, 0.2);
	-moz-box-shadow: 0px 0px 8px 3px rgba(34, 60, 80, 0.2);
	box-shadow: 0px 0px 8px 3px rgba(34, 60, 80, 0.2);
}

.category-tiles__tile:hover .category-tiles__title {
	background: #fffbe2;
    text-decoration: none;
    color: blue;
}



.category-tiles__popular {
	align-items: center;
    justify-content: center;
    font-size: 29px;
    font-weight: 600;
    font-style: italic;
    text-align: center;
    background: #ee002d;
    color: white;
}



.category-tiles__title {

	background: white;
    border: 1px solid grey;
    border-radius: 15px;
    padding: 5px;
    text-align: center;
    color: #000;
}

.category-tiles__title:hover {
	background: #fffbe2;
    text-decoration: none;
    color: blue;
}


/* -------------  Gramoty Page Tiles*/

.gramoty-tiles {

	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap:30px 20px;
}


.gramoty-tiles__tile {

   /* height: 340px;
    width: 289px;
    margin: 0 auto;
    border-radius: 15px;
    border: 1px solid grey;
    padding: 15px;
    background-position: center;
    background-size: initial;
    display: flex;
    flex-direction: column-reverse;*/
    margin-bottom: 15px;
	
}

.gramoty-tiles__tile img {
	border: 1px solid #cecece;
    box-sizing: content-box;

}


.market-tile-link:hover .gramoty-tiles__tile {
	-webkit-box-shadow: 0px 0px 8px 3px rgba(34, 60, 80, 0.2);
	-moz-box-shadow: 0px 0px 8px 3px rgba(34, 60, 80, 0.2);
	box-shadow: 0px 0px 8px 3px rgba(34, 60, 80, 0.2);
}

.market-tile-link:hover .gramoty-tiles__title {
	
    color: blue;
}



.gramoty-tiles__popular {
	align-items: center;
    justify-content: center;
    font-size: 29px;
    font-weight: 600;
    font-style: italic;
    text-align: center;
    background: #ee002d;
    color: white;
}



.gramoty-tiles__title {

	/*background: white;
    border: 1px solid grey;
    border-radius: 15px;
    padding: 5px;
    text-align: center;
    color: #000;*/

	margin: 0;
    padding: 10px 0px;
    color: #6862c3;
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
    cursor: pointer;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    word-break: break-word;
    transition: color .3s ease;

    height: 54px;


}

.gramoty-tiles__title:hover {
    color: #0086ce;
}



.market-tags {
	padding: 4px 9px;
    border-radius: 8px;
    font-size: 14px;
    line-height: 16px;
    font-weight: 500;
    max-width: 90%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    width: min-content;

    color: #1392d6;
    background-color: #bae7ff;
}



/* ------------- */

.subcategory__nominations {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap:30px 20px;
	width: 70%;
    margin: 0 auto;
	margin-top: 50px;
}

.subcategory__nominations a {
	padding-left: 18%;
}

.category .gallery.gallery-columns-3.gallery-size-example-diplom-size {
	width: 60vw;
    margin: 0 auto;
}

.category .gallery.gallery-columns-2.gallery-size-example-diplom-size {
	width: 50vw;
    margin: 0 auto;
}

.category .gallery.gallery-columns-1.gallery-size-example-diplom-size {
	display: block;
    margin: 0 auto;
}



.site-footer {
	background: #4b95d4;
	margin-top: 60px;
    border-top: 7px solid #57a7b3;
    padding: 20px 20px 65px 20px;
}

.footer__line1 {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
        color: white;
}


#footer-menu {
	list-style: none;
    display: flex;
    flex-wrap: wrap;
    gap: 5px 20px;
    align-items: center;
    margin: 0;
}

#footer-menu li a {
	color: #ebebeb;
}

#footer-menu li a:hover {
	color: #FFF;
}


/* Change link styles */

.nav-links {
	margin: 15px auto;
}

.pagination a {
    color: #000; /* Your desired text color */
    background-color: #f0f0f0; /* Your desired background color */
    padding: 5px 10px; /* Adjust padding as needed */
    border-radius: 5px; /* Add rounded corners */
    margin: 5px; /* Adjust margins as needed */
}

/* Style the current page link differently */
.pagination .current {
    font-weight: bold;
    background-color: #333; /* Your desired background color for the current page */
    color: #fff; /* Your desired text color for the current page */
    padding: 5px 8px;
    border-radius: 50%;
}

/* Style the navigation arrows if your pagination includes them */
.pagination .next,
.pagination .prev {
    /* Your styles for the next and previous links */
}


.radio-flex-group label {
	margin: 0;
}

.radio-flex-group {
	display: flex;
	flex-direction: row;
	align-items: center;
	gap:5px;
	margin-bottom: 8px;
}

.radio-flex-group input[type="radio"] {
    width: 16px;
    height: 16px;
    margin-right: 7px;
    margin-left: 7px;
}


#letter_text__errors { display: none; }
#letter_text__errors { 
	color: red;
    font-size: 19px;
    border-left: 2px solid red;
    padding: 10px 10px;
    margin: 15px 0 25px;
    background: #fff1f1;
} 



#letter_text__refresh {
	box-shadow: 0px 10px 14px -7px #276873;
	background:linear-gradient(to bottom, #599bb3 5%, #408c99 100%);
	background-color:#599bb3;
	border-radius:8px;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:20px;
	font-weight:bold;
	padding:13px 32px;
	text-decoration:none;
	text-shadow:0px 1px 0px #3d768a;
	margin-bottom: 15px;
}
#letter_text__refresh:hover {
	background:linear-gradient(to bottom, #408c99 5%, #599bb3 100%);
	background-color:#408c99;
}
#letter_text__refresh:active {
	position:relative;
	top:1px;
}


/*Jury*/
#table-jury {display: table; border: 1px solid #000; width: 1140px;}

#table-jury .tr { 
	display: table-row;
}

#table-jury .tr .td { 
		display: table-cell;
		border: 1px solid #757575;
		font-size: 15px;
		vertical-align: top;
		padding: 4px;
		background-color: #f7f7f7
		
		}

#table-jury  .thead  {
	display: table-header-group;

}
#table-jury  .tbody  {
	display: table-row-group;

}

#table-jury  .th {
    display: table-cell;
    background-color: #6793b8;
    font-weight: bold!important;
    color: #fff;
    font-size: 14px;
	border: 1px solid #000;
    padding: 5px;
}

#table-jury form {
	display: contents;
}

#table-jury input[type="submit"] {width: inherit;}

#table-jury textarea {resize: none;}


.title_row {
	display: flex;
	flex-direction: row;
	align-items: center;
	gap: 15px;
}

.title_row .btn_back {
	padding: 6px 10px;
    border-radius: 10px;
    border: 2px solid #7ab7eb;
    color: #5087b6;
    font-size: 14px;
}
.title_row .btn_back:hover {
	background-color: #b1dbff;
	text-decoration: none;
}


/* ==== market === */


.island {    

	background-color: #fff;
    border-radius: 20px;
    padding: 24px;
}


.market__category {
    color: #000;
    font-size: 14px;
    background-color: #f2f3f7;
    border-radius: 44px;
    padding: 10px 16px;
    cursor: pointer;
    white-space: nowrap;
    text-decoration: none;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: background-color .3s ease;
    margin-bottom: 8px;
    display: inline-block;
}


.market__mainarea .island {
	min-height: 600px;
}

.market__grid {
	display: grid;
	/*grid-template-columns: repeat(auto-fit, minmax(212px, 212px));*/
	grid-template-columns: repeat(4, 289px);
  	gap: 20px; 
  	justify-content: space-between;
}

.spinner { display: none; }


.gramoty-tiles__price {
	font-size: 22px;
	font-weight: 700;
	margin-bottom: 6px;
}


.market-button:hover{
	background-color: #554ec5;
}


.market-button {
	color: #FFF;
    font-size: 14px;
    background-color: #6862c3;
    font-weight: 600;
    border-radius: 44px;
    padding: 10px 16px;
    cursor: pointer;
    white-space: nowrap;
    text-decoration: none;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: background-color .3s ease;
    margin-bottom: 8px;
    display: inline-block;
}


.step-two-class-form {

	border: 1px solid #d8d8d8;
    width: 400px;
    padding: 15px;
    border-radius: 15px;
    background: white;

}


.step-two-class-form label {

	width: 100%;
	margin-top: 11px;
	
}

.step-two-class-form input {
	
}


.step-two-correction-label {
	margin-bottom: 10px;
	color: red;
}

/* ==== cookie ==== */ 


.cookie-modal {
  display: none;	

  position: fixed;
  bottom: 20px;        
  left: 20px;          
  right: auto;         
  top: auto;           
  /*width: 380px;  */      
  max-height: 80vh;    
  z-index: 9999;

  border-radius: 12px;

  animation: slideInLeft 0.4s ease;
}

.cookie-modal.show {
  display: flex;
  align-items: center;
  justify-content: center;
  animation: fadeIn 0.3s ease;
}

.cookie-modal .modal-dialog {
	max-width: 33vw;
}

.cookie-modal .modal-content {
  background: white;
  border-radius: 8px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.3);
  overflow: hidden;
  animation: slideUp 0.3s ease;
}

.cookie-modal .modal-content p {
	font-size: 16px;
}

.cookie-modal .modal-header {
  padding: 20px 25px 15px;
  border-bottom: 1px solid #eee;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.cookie-modal .modal-title {
  margin: 0;
  font-size: 20px;
  font-weight: 500;
  color: #333;
}

.cookie-modal .close {
  background: none;
  border: none;
  font-size: 28px;
  font-weight: bold;
  color: #999;
  cursor: pointer;
  padding: 0;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: all 0.2s;
}

.cookie-modal .close:hover {
  background: #f5f5f5;
  color: #333;
}

.cookie-modal .modal-body {
  padding: 20px 25px;
  line-height: 1.6;
  color: #555;
}

.cookie-modal .modal-footer {
  padding: 15px 25px 20px;
  border-top: 1px solid #eee;
  text-align: right;
}

.cookie-modal .btn {
  background: #7bb7eb;
  color: white;
  border: none;
  padding: 10px 24px;
  border-radius: 6px;
  cursor: pointer;
  font-size: 14px;
  font-weight: 500;
  transition: background 0.2s;
}

.cookie-modal .btn:hover {
  filter: brightness(1.3);
}


@media (max-width: 992px) {
	.cookie-modal .modal-dialog {
	    max-width: 91vw;
	}
}