/*!
Theme Name: PopularFX
Theme URI: https://popularfx.com
Author: Pagelayer
Author URI: https://pagelayer.com
Description: Lightweight theme to make beautiful websites with Pagelayer. Includes 100s of pre-made templates to design your dream website !
Version: 1.2.6
License: LGPL v2.1
License URI: LICENSE
Text Domain: popularfx
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready, entertainment, full-width-template, one-column, two-columns, left-sidebar, e-commerce, right-sidebar, microformats, post-formats, theme-options, blog, rtl-language-support
Tested up to: 6.5.2
Requires PHP: 5.5

This theme is licensed under the LGPL v2.1.

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:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/

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

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

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

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

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

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

/**
 * 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: 2em;
	margin: 60px 0 25px;
}

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

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: Jura;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	line-height: 1.2;
}

h1,
h2,
h3
{text-align: center;}

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;
	font-size: 0.9375rem;
	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;
	font-size: 0.9375rem;
}

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

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

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/

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

body {
	background-color:#fff;
}

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

ul,
ol {
margin: 0 0 25px 10px;
  padding: 0 15px;
}

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

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

figure {
	margin: 1em 0;
}

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

/*--------------------------------------------------------------
# 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);
	font-size: 0.75rem;
	line-height: 1;
	padding: 10px 15px;
    font-size: 15px
}

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: #474747;
	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%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/

/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: #eeb200;
	text-decoration: none;
	outline: none;
}

a:visited {
	color: #800080;
}

a:hover,
a:focus,
a:active{
	color:#2196f3;
	outline: none;
}

a:focus {
	outline: none;
}

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

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.site-header{
	background-color:#ffffff;
	position:relative;
	margin-left: auto;
	margin-right: auto;
	padding: 15px 4%;
	width: 100%;
	background-size: cover;
}

.site-branding{
	display:inline-block;
	padding:10px 10px 20px;
	width: 100%;
	max-width: 260px;
    float: left;
}

.site-title{	
	font-size:30px;
	font-weight:500;
	color:#212121;
	margin:0px;
}

.site-title a{	
	font-weight:500;
	color:#212121;
	text-decoration:none;
	text-transform:capitalize;
}

.site-description{
	margin: 1px;
}

.main-navigation {
margin: 15px auto;
  padding: 0;
  display: flex;
  width: 100%;
  vertical-align: top;
  text-align: left;
	font-weight: 600;
	font-size: 18px;
}

.main-navigation .menu-item-has-children > ul{
border: 1px solid #dfdfdf;
position: absolute;
top: -1000px;
z-index: 1;
}

.main-navigation ul {
min-width: 150px;
  margin: 0;
  padding: 7px 15px;
  list-style: none;
  background: #cacaca65;
  border-radius: 50px;
}

.main-navigation li {
display: inline-block;
position: relative;
text-align: left;}

.main-navigation li.focus > ul, .main-navigation li:hover > ul {
top: auto;
left: auto;
  transition: background 0.4s;}

.main-navigation li li {
display: block;}

.main-navigation li li.focus > ul, .main-navigation li li:hover > ul {
left: 100%;
top: 0;}

.main-navigation a {
color: #404040;
text-decoration: none;
display: block;
white-space: nowrap;
padding: 1px 20px 4px;}

.main-navigation a:hover, 
.main-navigation li:hover > a, 
.main-navigation .current-menu-item > a, 
.main-navigation .current-menu-ancestor > a {
color: #eeb200;
background: #e1e1e1;
}

.main-navigation .menu-item-has-children > a::before {
content: "";
position: absolute;
right: 0;
top: 50%;
transform: translateY(-50%);
border: 4px solid transparent;
border-top-color: currentColor;
}

.main-navigation ul .menu-item-has-children > a::before {
right: 2px;
border-top-color: transparent;
border-left-color: currentColor;
border-radius: 0;
padding: 0;
}

.main-navigation .menu-item-has-children .sub-menu{
background: #fff;
	padding: 6px 0;
    border-radius: 12px;
	font-size: 16px;
	font-weight: 500;
	border: 3px solid #F9D614;
}

.dashicons, .dashicons-before:before {
    vertical-align: middle;
    font-size: 19px;}

@media all and (max-width:1160px){	
.main-navigation {
	display: block;
	text-align: center;
	width: 90%;}
	
.main-navigation ul .menu-item-has-children > a::before {
right: -4px;}
	
.main-navigation a {
padding: 1px 13px 4px;}
}

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

@media screen and (min-width: 37.5em) {
	.menu-toggle {
		display: none;
	}
}

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

/*--------------------------------------------------------------
# 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 {
	float: left;
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {
	float: right;
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

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

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
}

.widget-area{
	display:inline-block;
	background-color:#ffffff;
	padding:25px;
	margin-top:30px;
	border: 1px solid #eaeaea;
	box-shadow: 0px 5px 30px 0 #0000001a;
}

.widget-title{
	font-size:20px;
	font-weight: 500;
	text-decoration: none;
	color: #4d4d4d;	
	margin: 8px 0px;
}

.widget ul,
.widget ol{
	margin-left:0px;
}

.widget li a{
	text-decoration:none;
	color:#212121;
	font-size:14px;
	line-height:1.8;
}

.widget li a:hover{
	color:#2196f3;
}

.widget_calendar table,
.widget_calendar td,
.widget_calendar th {
    padding: 0;
    text-align: center;
	border-spacing:0;
}

.widget_calendar td {
    border-right: none;
    border-left: none;
}

.widget_calendar .widget-title{
	text-transform:capitalize;
}

.widget_calendar .wp-calendar-table caption{
	margin:10px 0px;
}

.widget_calendar .wp-calendar-table tr td{
	text-decoration:none;
	border-bottom:1px solid #e0e0e0;
	padding:5px;
}

.widget_calendar .wp-calendar-table tr th{
	text-decoration:none;
	border-top:1px solid #e0e0e0;
	border-bottom:1px solid #e0e0e0;
	padding:5px;
}

.widget_calendar .wp-calendar-table td a{
	text-decoration:none;
}


/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/

/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.post,
.page {
	margin: 0;
}

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

.site-main{
	height: auto;
	vertical-align: top;
	margin:0px auto;
	width:100%;
}

.article{
	background-color:#ffffff;
	padding:25px;
	margin:30px;
	border: 1px solid #eaeaea;
	box-shadow: 0px 5px 30px 0 #0000001a;
}

.article .cat-links,
.article .comments-link,
.article .edit-link,
.article .tags-links{
	margin:0px 0px 0px 10px;
	text-decoration:underline;
}

.article .post-thumbnail img{
	margin-top:20px;
}

.nav-links{
	margin:0px 30px;
}

.nav-links a{
	text-decoration:none;
}

.entry-title{
	margin:5px 0px;
	font-weight:500;
}

.entry-title a{
	font-weight: 500;
	text-decoration: none;
	color: #4d4d4d;
}

.entry-title a:hover, .entry-title a:focus, .entry-title a:active{
	color:#2196f3;
}

.entry-content{
	font-size:16px;
	line-height:1.4;
	margin-top:0px;
	padding-left: 15px;
    padding-right: 15px;
}

.site{
	background-color: transparent;
}

.site-footer{
padding: 50px 0px 20px;
  text-align: center;
  margin-top: 0;
  clear: both;
  font-size: 15px;
}

.site-info a{
	color:#ffffff;
	text-decoration:none;
}

.site-info a:hover{
	color:#2196f3;
	text-decoration:none;
}

.wp-block-quote{
	margin: 10px 10px 10px 40px;
	padding: 15px 15px 15px 20px;
	border-left: 5px solid #e0e0e0;
	font-style:italic;
}

.error-404{
	background-color:#ffffff;
	padding:25px;
	margin:40px;
	box-shadow: 0px 5px 30px 0 #0000001a;
	text-align:center;
	border-radius: 15px;
}

.error-code{
	font-size:150px!important;
	margin:0px;
	font-weight:500;
}

.error-404 .widget_recent_entries,
.error-404 .widget_categories,
.error-404 .widget_archive{
	width:33%;
	display:inline-block;
	vertical-align:top;
	margin-top:5%;
}

.error-404 .widget_recent_entries ul,
.error-404 .widget_categories ul{
	list-style-type:none;
	padding-left:0px;
}

.widget_recent_entries .widgettitle,
.widget_categories .widgettitle,
.widget_archive .widgettitle{
	font-size: 22px;
    font-weight: 600;
    text-decoration: none;
    color: #4d4d4d;
    margin: 8px 0px;
}

.widget_archive select{
    max-width: 100%;
    width: 200px;
    border-radius: 4px;
    padding: 5px 10px;
    height: 40px;
}

.error-404 .search-field{
	display: block;
    margin: 0 auto;
    width: 350px;
    padding: 10px;
    border-radius: 4px;
}

.error-404 .search-submit{
	font-size:16px;
	padding: 10px 25px;
    margin-top: 10px;
}

.bypostauthor{
	display: block;
}

.says{
	display:none;
}

.form-submit .submit{
	background-color: #2196f3;
	color: #fff;
	font-weight: 500;
	padding: 14px 13px;
	border:none;
}


input.search-field{
	border: 1px solid #eaeaea;
	width: auto;
	font-size: 16px;
	padding: 8px;
}

input.search-submit{
	background-color: #2196f3;
	color: #fff;
	font-weight: 500;
	padding: 14px 13px;
	vertical-align: middle;	
	border:none;
	margin-top:5px;
	cursor: pointer;
}


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

/*--------------------------------------------------------------
# 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 embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
	float:left;
	margin-right: 14px;
}

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

/*--------------------------------------------------------------
# Media Queries
--------------------------------------------------------------*/
@media all and (max-width:768px){	
	.site-header{
		padding:0;
		overflow: hidden;
	}
	
	.site-branding{
		width: 75%;
	}
	
	.menu-toggle{
    display: block;
    margin: 30px auto;
    border: 0;
    background: #cacaca65;
    padding: 14px 30px 12px;
    border-radius: 50px;
    transition: background 0.4s;
    font-weight: 600;
    font-size: 16px;
	}
	
	.menu-toggle:hover {
        background: #ffffff00;
        color: #787878;
        transition: background 0.4s;
    }
	
	.main-navigation{
		float:none;
		display:block;
		background-color:#fff0;		
		padding: 0;
		width: 100%;
		margin: 0;
	}
	
	.main-navigation ul{
		display:block;
		border-radius: 0;
        padding: 10px 0 12px;
	}
	
	.main-navigation li{
		display: block;
	}
	
	.main-navigation .menu-item-has-children:active > ul,	
	.main-navigation .menu-item-has-children:hover > ul,	
	.main-navigation .menu-item-has-children.focus > ul{
		position: relative !important;
		display: block;
		margin-left: 20px;
		border-left: 0px;
		left: unset;
	}
	
	.main-navigation .menu-item-has-children .sub-menu{
		background-color: initial;
		border: none;
	}
	
	.main-navigation ul .menu-item-has-children > a::before {
		right: 0px;
		top: 0px;
		transform: unset;
		content: "\25B6";
		border-top-color: transparent;
		border-left-color: currentColor;
		width: 60px;
		padding-left: 20px;
		display: block;
		height: 100%;
		padding-top: 5px;
		border: unset;
		pointer-events: none;
		z-index: 10000;
	}
	
	.hidden-mobile{
		display:none !important;
	}
	
	.menu .page_item a,
	.menu .menu-item a{
		padding: 4px 15px;		
	}
	
	.site-main{
		width:100% !important;
	} 
		
	main, .pagelayer-content{
		width: 100% !important;
	}
	
	.widget-area{
		width:50%;
		float:none;
		margin:30px;
		display:block;
	}
		
	.site-footer{
		padding:40px 15px 20px;
	}
	
	input.search-submit{
		margin-top:0px;
	}
	
	.comments-area{
		padding:25px;
		margin: 30px 15px 15px;
	}
	
	.error-404 .widget_recent_entries,
	.error-404 .widget_categories,
	.error-404 .widget_archive{
		width:100%;
		display:inline-block;
		vertical-align:top;
	}
}

@media all and (max-width:599px){
	  .site-branding {
    width: 100%;
    margin: 15px auto 0;
	padding: 10px;
    display: block;
  float: inherit;
  overflow: hidden;
  }
	
	main, .pagelayer-content{
		width: 100% !important;
	}
	
	.widget-area{
		width:auto !important;	
		float:none;
		margin:15px;
		display:block;
	}
	
	.article{
		margin: 30px 15px 15px;
	}
	
	.comments-area{
		padding:25px;
		margin: 30px 15px 15px;
	}
	
	.comment-reply-title small a{
		display:block;
		margin-top:5px;
		margin-left:0px;
	}
	
	.site-footer{
		padding:50px 15px 20px;
	}
	
	input.search-submit{
		margin-top:0px;
	}	
	
	.error-404{
		margin:20px;
	}

	.error-code{
		font-size:100px!important;
	}
	
	.error-404 .search-field{
		width:100%;
	}
}
/*--------------------------------------------------------------
# Main styles
--------------------------------------------------------------*/
.branding-head {
    display: block;
}

.head-info {
    padding: 0;
    margin: 0 25px;
    display: block;
    float: right;
}

.head-info-mobile {
    font-size: 17px;
    color: #1c1c1c;
    text-align: center;
    font-weight: 600;
    margin: 23px auto 0;
    line-height: 1.2;
	float: left;
}

.head-info-mobile img {
padding: 0 5px 3px 0;
  vertical-align: middle;
  width: 48px;
}

.button-v1-head {
    text-align: center;
    font-size: 17px;
	font-weight: 600;
	color: #1c1c1c;
	line-height: 1.2;
    max-width: 210px;
	border-radius: 50px;
    background: #efefef;
    padding: 9px 25px 12px;
	margin: 23px 0 0 25px;
    display: inline-block;
    border: 3px solid #F9D614;
    overflow: hidden;}

.button-v1-head:hover {
    transition: background 0.4s;
    background: #ffd;}

.head-text {
    font-size: 17px;
    color: #1c1c1c;
    text-align: center;
    margin: 30px auto;
    line-height: 1.2;
	float: left;}

@media (max-width:1151px){	
.branding-head {
	margin: 10px auto 0;
    max-width: 550px;
	display: flex;
}
	
.head-text {
  overflow: hidden;
}
	
.head-info {
    margin: 0 auto 30px;
    display: flex;
    float: inherit;
    max-width: 480px;}
	
.head-info-mobile {
  margin: 10px auto 0;}
	
.button-v1-head {
  margin: 10px 25px 0;}
}

@media (max-width: 599px) {
	  .branding-head {
    display: block;
  }
	
      .head-text {
  float: inherit;
  margin: 0 15px 30px;
}
	
	  .head-info {
    display: block;
	margin: 0 auto 30px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 30px;
  }
	
	 .head-info-mobile {
	float: inherit;}
	
	  .button-v1-head {
    margin: 12px auto 0;
    display: block;}
}

.padding-b40 {
    padding: 0 0 40px;
}

.box-catalog {
    width: 100%;
    display: flex;
	overflow: hidden;
}

.catalog-sections-left {
  width: 100%;
  margin: 10px 10px 10px 0;
  padding: 10px 10px 10px 0;
  background: #fff;
	overflow: hidden;
}

.catalog-sections-right {
  width: 100%;
  margin: 10px 0 10px 10px;
  padding: 10px 0 10px 10px;
  background: #fff;
	overflow: hidden;
}

.catalog-blok-text-right {
  width: 47%;
float:right;
	margin: 30px 0;
}

.catalog-blok-text-left {
  width: 47%;
  float: left;
	margin: 30px 0;
}

.cat-section-v1 {
  border-radius: 0 200px 200px 0;
  background-color: #b6ce5263;
	overflow: hidden;
	float: left;
	width: 100%;
	display: block;
}
.cat-section-v1 h5{
padding-left:15px;
	margin: 0;
	color: #404040;
}
.cat-section-v1 p{
padding-left:15px;
	width: 100%;
}
.cat-section-v1 img{
  width: 180px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
	margin: 20px;
	float: right;
}

.cat-section-v2 {
  border-radius: 200px 0 0 200px;
  background-color: #eee;
	overflow: hidden;
	float: right;
	width: 100%;
	color: #404040;}

.cat-section-v2 h5{
padding-right: 15px;
    width: 100%;
    text-align: right;
	margin: 0;
	color: #404040;}

.cat-section-v2 p{
padding-right:15px;
text-align: right;
width: 100%;}

.cat-section-v2 img{
  width: 180px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
	margin: 20px;
	float: left;}

.cat-section-v3 {
  border-radius: 0 200px 200px 0;
  background-color: #eee;
	overflow: hidden;
	float: left;
	width: 100%;
}
.cat-section-v3 h5{
padding-left:15px;
	margin: 0;
	color: #404040;
}
.cat-section-v3 p{
padding-left:15px;
	width: 100%;
}
.cat-section-v3 img{
  width: 180px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
	margin: 20px;
	float: right;
}

.cat-section-v4 {
  border-radius: 200px 0 0 200px;
  background-color: #b6ce5263;
	overflow: hidden;
	float: right;
	width: 100%;
}
.cat-section-v4 h5{
padding-right: 15px;
    width: 100%;
    text-align: right;
	margin: 0;
	color: #404040;}

.cat-section-v4 p{
padding-right:15px;
text-align: right;
	width: 100%;}

.cat-section-v4 img{
  width: 180px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
	margin: 20px;
	float: left;}
	
.button-cat-v1 {
text-align: center;
  font-size: 17px;
  color: #1c1c1c;
  line-height: 1.2;
  max-width: 210px;
  border-radius: 50px;
  background: #fff;
  padding: 11px 20px 13px;
  margin: 30px auto 0;
  display: block;
  border: 1px solid #FFF;
  position: relative;
  box-shadow: 0px 6px 20px 4px rgba(150, 150, 150, 0.28);}

.button-cat-v1 img {
padding: 2px 6px 0 0!important;
  vertical-align: middle;
  width: 23px!important;
  float: left!important;
  margin:0!important;
  border-radius:0;}

.button-cat-v1:hover {
    transition: background 0.4s;
	border: 3px solid #dadada;
    box-shadow: none;
}

@media (max-width: 1151px) {
.catalog-sections-left {
  margin: 0;}
	
.catalog-sections-right {
  margin: 0;
	float: right;}
	
.catalog-blok-text-right {
  width: 50%;}
	
.catalog-blok-text-left {
  width: 50%;}
}

@media (max-width: 1023px) {
.box-catalog {
    display: block;}	
	
.catalog-sections-left {
  width: 80%;
		margin: 0;}

.catalog-sections-right {
	width: 80%;
		margin: 0;}
	
.catalog-blok-text-right {
  float: right;
	width: 52%;}
	
.catalog-blok-text-left {
  float: left;
	width: 52%;}
	
.cat-section-v3 {
  background-color: #b6ce5263;}
	
.cat-section-v4 {
  background-color: #eee;}
}

@media (max-width: 639px) {
  .catalog-sections-left {
    width: 100%;}
	
  .catalog-sections-right {
padding: 10px 0 10px 10px;
	  width: 100%;}
	
  .catalog-blok-text-right {
    width: 55%;
	margin: 25px 0 15px 10px;}
	
  .catalog-blok-text-left {
	width: 55%;
	margin: 25px 10px 15px 0;
    float: left;}

.cat-section-v1 {
  display:flex;
	flex-direction: row-reverse; }	
	
.cat-section-v1 h5 {
  padding-left: 0;}
	
.cat-section-v1 p {
  padding-left: 0;
	  margin-bottom: 15px;}
	
.cat-section-v1 img {
  display: block;
	max-width: 115px;
	float: inherit;
	margin: 45px 15px;}
	
.cat-section-v2 {
	display:flex;}
	
.cat-section-v2 h5 {
  padding-right: 0;
  text-align: left;}
	
.cat-section-v2 p {
  padding-right: 0;
  margin-bottom: 15px;
  text-align: left;}
	
.cat-section-v2 img {
  display: block;
	max-width: 115px;
	float: inherit;
	margin: 45px 15px;}
	
.cat-section-v3 {
  display:flex;
	flex-direction: row-reverse; }	
	
.cat-section-v3 h5 {
  padding-left: 0;}
	
.cat-section-v3 p {
  padding-left: 0;}
	
.cat-section-v3 img {
  display: block;
	max-width: 115px;
	float: inherit;
	margin: 45px 15px;}
	
.cat-section-v4 {
	display:flex;}
	
.cat-section-v4 h5 {
  padding-right: 0;
  text-align: left;}
	
.cat-section-v4 p {
  padding-right: 0;
  text-align: left;}
	
.cat-section-v4 img {
  display: block;
	max-width: 115px;
	float: inherit;
	margin: 45px 15px;}
}

.main-blok-2 {
    width: 100%;
    background: #eee;
margin: 115px 0 0;
padding: 90px 0 70px;}

.main-blok-2 p{
margin-left: 20px;
  margin-right: 20px;
margin-bottom: 30px;}

.main-blok-2-a{
    overflow: hidden;
    margin: 0 auto 30px;
    max-width: 790px;
padding-left: 15px;
  padding-right: 15px;
display: flex;
justify-content: center;
border-bottom: 1px solid #ddd;}

.section-text-blok-2 {
display: flex;
  justify-content: flex-start;
  margin: 0 auto;
  align-items: center;
  flex-direction: column;}

.section-text-blok-2-description{
font-size: 19px!important;
text-align: center;
margin: 15px auto 30px;
overflow: hidden;
padding: 0;}

.section-text-blok-2 img{
position: absolute;
  margin: -165px 70px;
  display: block;
  max-width: 200px;
  border-radius: 100%;
  border: solid 20px #b6ce5257;}

@media screen and (max-width: 1023px) {
.main-blok-2 {
    width: 100%;
margin: 40px 0 0;
padding: 70px 0;
  display: block;}
	
.main-blok-2-a {
  display: block;
}
	
.section-text-blok-2 {
float: inherit;
margin: 0 auto 45px;
padding: 0;
width: 100%;
display: block;}
	
.section-text-blok-2 p {
  margin: 10px auto 30px;}
	
.section-text-blok-2 img{
position: relative;
margin: 0 auto;}
}

@media (max-width: 639px) {
.main-blok-2 {
    padding: 50px 0 70px;}	
.main-blok-2 p {
  margin-left: 0;
  margin-right: 0;}
.section-text-blok-2 {
    margin: 0 auto 35px;}	
.section-text-blok-2 img {
    max-width: 130px;
	border: solid 15px #b6ce5257;}
.section-text-blok-2 p {
    margin: 0 auto 15px;}
}

.section-blok-2-buttons{
margin: 0 auto;
display: flex;
max-width: 575px;}

.button-v1-tel {
    text-align: center;
    font-size: 17px;
    font-weight: 600;
    color: #1c1c1c;
    line-height: 1.2;
    max-width: 250px;
    border-radius: 50px;
    background: #fff;
    padding: 10px 25px;
    margin: 0 30px;
    display: inline-block;
    border: 2px solid #fff;
    position: relative;
    border: 3px solid #c5dd5c;}

.button-v1-tel img {
  padding: 1px 6px 0 0 !important;
  vertical-align: middle;
  width: 26px !important;
  float: left !important;
  margin: 0 !important;
  border-radius: 0;}

.button-v1-tel:hover {
  transition: background 0.4s;
  background: #f2ffd6;
	box-shadow: 0px 6px 20px 4px rgba(150, 150, 150, 0.28);}

.button-v2 {
    text-align: center;
    font-size: 17px;
    font-weight: 600;
    color: #1c1c1c;
    line-height: 1.2;
    max-width: 250px;
    border-radius: 50px;
    background: #fff;
    padding: 9px 30px 12px;
    margin: 0 25px;
    display: inline-block;
    border: 3px solid #F9D614;
    position: relative;}

.button-v2:hover {
  transition: background 0.4s;
  background: #ffd;
	box-shadow: 0px 6px 20px 4px rgba(150, 150, 150, 0.28);}

@media (max-width: 639px) {
.section-blok-2-buttons{
display: block;
width: 100%;}
	
.button-v1-tel{
padding: 11px 25px;
margin: 0 auto 20px;
width: 100%;
display: block;
float: inherit;}
.button-v1-tel img {
  padding: 0 6px 0 0 !important;}
	
.button-v2{
margin: 0 auto;
width: 100%;
display: block;
float: inherit;}
}

.main-blok-3 {
background: url(images/background-bl3-v2.jpg) no-repeat right;
    background-size: cover;
padding:0 0 40px;
overflow: hidden;}

.blok3-section-v1 {
overflow: hidden;
  float: left;
  width: 100%;
  margin: 0 auto;
  display: flex;}

.blok3-section-v1 img {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 20px;
    float: left;
  max-width: 200px;
  border-radius: 100%;
  border: solid 20px #b6ce5263;
  background: #fff;}

.blok3-section-text-left {
  float: left;
  margin: 30px 0;}

.blok3-section-dop-text {
font-size: 19px;
  color: #a4bb42;
  margin-top: 10px;
  font-weight: 600;
  padding-left: 40px;}

.blok3-section-text-left h4{
  width: 100%;
  text-align: left;
  margin: 0;}

.blok3-section-text-left p{
  text-align: left;
  width: 100%;}

@media (max-width: 1023px) {
.blok3-section-v1 {
  float: inherit;
	display: block;}
	
.blok3-section-v1 img {
  display: block;
  margin: 10px auto 0;
	float: inherit;}
	
.blok3-section-text-left {
  float: inherit;
  margin: 10px 0 30px;}
	
.blok3-section-text-left h4 {
  text-align: center;}
	
.blok3-section-dop-text {
  padding-left: 0;
  text-align: center;}
}

@media (max-width: 639px) {
.main-blok-3 {
    background: #fff;}	
	
.blok3-section-v1 img {
	    max-width: 130px;
	border: solid 15px #b6ce5263;}
}

.footer-blok-1 {
max-width: 1170px;
  overflow: hidden;
  margin: 0 auto 20px;
  border-bottom: 1px solid #aad338;;
  padding-bottom: 25px;}

.footer-sections-left {
display: flex;
  max-width: 310px;
  text-align: left;
  text-transform: uppercase;
  font-size: 19px;
  margin: 0 15px 0 0;
float: left;}

.footer-sections-left img{
width: 100%;
  max-width: 120px;
  display: block;
  border-radius: 100%;
  padding: 10px;
  background: #f8ffe09c;
  margin: 20px 15px auto;}

.footer-sections-right {
text-align: left;
display: flex;
  align-items: flex-end;
  flex-direction: column;
margin: 0 15px;}

.footer-sections-right-top {
display: block;
  float: left;
text-align: left;}

.footer-info {
  padding: 0;
  margin: 0;
  float: right;}

.footer-info-mobile {
    font-size: 17px;
    color: #1c1c1c;
    text-align: center;
    font-weight: 600;
    margin: 0 auto;
    line-height: 1.2;
	float: left;}

.footer-info-mobile img {
padding: 0 5px 3px 0;
  vertical-align: middle;
	width: 48px;}

.footer-info-mail {
  font-size: 17px;
  color: #1c1c1c;
  text-align: center;
  font-weight: 600;
  margin: 0 0 0 25px;
  line-height: 1.2;
  float: left;}

.footer-info-mail img {
  padding: 0 5px 3px 0;
  vertical-align: middle;
  width: 48px;}

.button-v3-footer {
    text-align: center;
    font-size: 17px;
	font-weight: 600;
	color: #1c1c1c;
	line-height: 1.2;
    max-width: 210px;
	border-radius: 50px;
    background: #efefef;
    padding: 9px 25px 12px;
	margin: 0 0 0 25px;
    display: inline-block;
    border: 3px solid #F9D614;
    position: relative;}

.button-v3-footer:hover {
    transition: background 0.4s;
    background: #ffd;}

.footer-sections-right-bottom {
margin-top: 25px;
display: flex;
flex-wrap: wrap;
justify-content: right;
font-size: 17px;
  width: 100%;
  max-width: 600px;}

.footer-sections-right-center-list-v1 {
  margin: 0 0 3px 10px;
border-right: 1px solid #aad338;
  padding-right: 10px;
color: #404040;}

.footer-sections-right-center-list-v2 {
  margin: 0 0 3px 10px;
  padding-right: 0;
color: #404040;}

.footer-sections-right-center-list-v1:hover, .footer-sections-right-center-list-v2:hover {
  color: #eeb200;
transition: background 0.4s;}

@media (max-width: 1023px) {	
.footer-info-mobile {
    float: inherit;}
	
.footer-info-mail {
	margin: 10px auto 0;
    float: inherit;}
	
.button-v3-footer {
    margin: 10px auto 0;
	float: right;}
}

@media (max-width: 639px) {
.footer-sections-left {
  margin: 10px auto;
  float: inherit;}	
	
.footer-sections-right {
	display: block;
	margin: 0 auto;}
	
.footer-sections-right-top {
  float: inherit;
  text-align: center;}
	
.footer-info {
width: 100%;
    padding: 15px 0 25px;
	margin: 0 0 25px;
    border-bottom: 1px solid #aad338;}
	
.footer-info-mobile {
    width:100%;}
	
.footer-info-mail {
    width:100%;}
	
.button-v3-footer {
    width:100%;
	float: revert;}
	
.footer-sections-right-bottom {
  justify-content: center;}
}

.cf7-img img {
    position: relative;
    display: block;
    margin: 0 auto 20px;}

.cf7-text-top {
    position: relative;}

.pum-container.pum-responsive img {
  width: 100%!important;
  max-width: 226px!important;}

.pum-close {
display:none;}

#pum-370 {
    background: #040404b3;}

#wpcf7-f341-o1 {
background: #fff;
  margin: 0 auto;
  padding: 25px 15px;
  max-width: 480px;
  border-radius: 25px;}

#wpcf7-f341-o1 p {
    margin: 0;
color: #404040;
  text-align: center;
font-size: 16px;}

#wpcf7-f341-o1 label span {
    position: relative;
    text-align: center;
	font-size: 15px;
    margin-bottom: 20px;
    margin-top: 15px;}

.wpcf7 input[type="text"], .wpcf7 input[type="email"], .wpcf7 input[type="number"], .wpcf7 input[type="tel"], .wpcf7 textarea {
    background: #fff0;
    border-bottom: 1px solid #cacaca;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    padding: 13px 10px;
    display: block;
    width: 100%;
    outline: none;}

.wpcf7-spinner {
    display: none;}

.wpcf7 textarea {
height: 75px;
  background: #fff;
  margin-bottom: 10px;
  padding: 13px 10px;}

.wpcf7 form.sent .wpcf7-response-output {
    border: 3px solid #F9D614;
	border-radius: 10px;
    font-size: 15px;}

.wpcf7 form .wpcf7-response-output {
    margin: 20px 0 0;
    padding: 10px 15px;
    border: 2px solid #00a0d2;}

.wpcf7 form.invalid .wpcf7-response-output {
    border: 3px solid #F9D614;
	border-radius: 10px;
    font-size: 15px;}

input[type="submit"] {
    text-align: center;
    background: #fff;
    font-size: 17px;
    padding: 9px 30px 12px;
    margin: 0 auto;
    border-radius: 50px;
    max-width: 250px;
    font-weight: 600;
    overflow: hidden;
    line-height: 1.2;
    border: 3px solid #F9D614;
    display: block;}

input[type="submit"]:focus {
    border-color: #F9D614!important;
    transition: background 0.4s!important;
	background: #ffd!important;}

input[type="submit"]:hover {
    border-color: #F9D614;
    transition: background 0.4s;
	background: #ffd;}

.list-page-fon-1 {
  background:url(images/background-bl1.jpg) no-repeat top;
  background-size: cover;
	padding-bottom:60px;
	overflow:hidden;}

.list-page-info-top {
overflow:hidden;
    width: 100%;
display: flex;}

.list-page-info-left-image-1 {
padding-right: 40px;
  display: block;
  width: 37%;}

.list-page-info-left-image-2 {
margin:0;
  padding:30px 0 30px 30px;
  position: relative;}

.list-page-info-left-image-2 img {
  border-radius:15px;}

.list-page-info-left-image-2::before {
content: "";
  position: absolute;
  top: 11px;
  bottom: 16px;
  right: 20px;
  left: 9px;
  border-radius:15px;
  border:3px solid #F9D614;}

.list-page-info-right-text {
width:60%;}

.dostoinstva-list {
display: flex;
margin: 40px 0;}

.dostoinstva-list-li {
text-align: left;
  line-height: 1.2;
  max-width: 200px;
  width: 33.333%;
  padding:0 10px 0 0;
  justify-content: flex-start;
  margin:0 auto;
  align-items: center;
  display: flex;
  border:1px solid #dadada;
  border-radius:7px;}

.dostoinstva-list img {
margin:0 10px 0 0;
  height: 46px;
  padding:12px;
  border-right:1px solid #dadada;
  border-radius:7px 0 0 7px;
  background:#FFF7C5;
max-width: 48px;}

.button-v4 {
text-align: center;
  font-size: 17px;
  font-weight: 600;
  color: #1c1c1c;
  line-height: 1.2;
  max-width: 180px;
  border-radius:50px;
  background:#fff;
  padding:9px 25px 11px;
  margin:0 auto 25px;
  border:3px solid #F9D614;}

.button-v4 img {
    padding: 1px 6px 0 0 !important;
    vertical-align: middle;
    width: 26px !important;
    float: left !important;
    margin: 0 !important;
    border-radius: 0;}

.button-v4:hover {
  transition:background 0.4s;
  background:#ffd;
  box-shadow: 0px 6px 20px 4px rgba(150, 150, 150, 0.28);}

@media (max-width: 1023px) {
.list-page-info-top {
    display: block;}
	
.list-page-info-left-image-1 {
    padding-right: 0;
    max-width: 410px;
	width: 100%;
    margin: 0 auto;}
	
.list-page-info-right-text {
  width: 100%;}
	
.dostoinstva-list-li {
  max-width: 244px;}
}
	
@media (max-width: 768px) {
.dostoinstva-list {
  display: block;}
	
.dostoinstva-list-li {
  max-width: 410px;
  width: 100%;
  margin:0 auto 7px;}
}
	
table {
width: 100%;
  word-wrap:break-word;
  max-width: 890px;
  margin:0 auto;
  display: table;}

tr {
border:1px solid #dadada;
  border-radius:50px;
  padding:4px;
  display: table;
  margin:7px 0;
  width: 100%;}

td {
    text-align: left;
    padding: 5px 15px;
    border-radius: 100px;
line-height: 1.2;}

.attention-blok-v1 {
max-width: 890px;
  margin:20px auto 30px;
  border:3px solid #F9D614;
  padding:19px 15px 19px 100px;
  border-radius:100px;
  background:url(images/attention-img.png) no-repeat left center;
  background-position-x: 10px;
  border-radius:100px;}

@media only screen and (max-width: 768px) {
.attention-blok-v1 {
        padding: 95px 15px 15px 15px;
        background: url(images/attention-img.png) no-repeat center;
        background-position-y: 10px;
	border-radius: 15px;}
}

.list-page-fon-bottom-1 {
  background:url(images/portfolio-fon-v1.jpg) no-repeat bottom;
  background-size: cover;
	padding:0 0 60px;
overflow: hidden;
z-index: 0;
  position: relative;}

.portfolio-info-left-1 {
    padding-right: 40px;
    display: block;
    float: left;
    width: 60%;}

.portfolio-zag h3 {
	font-size: 35px !important;
	text-align: left;
	z-index:2;
position: relative;
margin-top: 0;}

.portfolio-zag h3::after {
content: "";
  position: absolute;
  height: 46px;
  width: 46px;
  border-radius:120px;
  border:3px solid #F9D614;
  top: 0;
  left: -13px;
  z-index: -1;}

.kol-kli-blok {
font-size: 18px;
  text-align: left;
  font-weight: 600;
  border-top:1px solid #dadada;
  padding-top: 12px;
  max-width: 550px;
  width: 100%;}

.kol-kli-blok img {
  padding:0 5px 3px 0;
  vertical-align: middle;
  width: 48px;}

.portfolio-img-right-1 {
	padding-top:0;
    display: block;
    float: right;
    width: 40%;}

.portfolio-img-right-2 {
    margin: 0;
    padding: 0;
    position: relative;}

.portfolio-img-2 {
grid-template-columns: 1fr 1fr;
  display: grid;
  gap: 10px 15px;
  padding: 20px 0 16px;}

.portfolio-img-2::before {
content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  left: 20px;
  border-radius:15px;
  border:3px solid #F9D614;
  z-index: -1;}

.portfolio-img-2 img {
  border-radius:10px;}

@media (max-width: 1023px) {
.list-page-fon-bottom-1 {
  background:#fff;}
	
	.portfolio-info-left-1 {
    padding-right: 0;
    float: inherit;
    width: 100%;}
	
.kol-kli-blok {
  text-align: center;
  max-width: 100%;
  width: 100%;}
	
.kol-kli-blok img {
 margin:0 auto;
    max-width: 45px;
    width: 100%;
    display: block;
    padding: 8px 0 0;}
	
.portfolio-img-right-1  {
	padding-top:35px;
        max-width: 410px;
        width: 100%;
        margin: 0 auto;
	float: inherit;}
}

.contacts-page {
background: url(images/background-bl-contacts.jpg) no-repeat left;
	background-size: cover;
padding: 0 0 20px;}

.width-890 {
    width: 100%;
    max-width: 890px;
    margin: 0 auto;
padding:0;}

.logo-contacts img {
  margin: 0 auto;
  display: block;
max-width: 250px;}

.contacts-sections-button {
  display: flex;
padding: 30px 0;
border-bottom: 1px solid #ddd;}

.contacts-info {
  font-size: 17px;
  text-align: center;
  font-weight: 600;
  margin: 0 auto;
  line-height: 1.2;
display: flex;
  align-items: center;}

.contacts-info img {
  padding: 0 10px 0 0;
  width: 31px;}

.contacts-info a{
  color: #404040;
padding-left:7px;}

.button-v5-contacts {
  text-align: center;
  font-size: 17px;
  font-weight: 600;
  color: #1c1c1c;
  line-height: 1.2;
  max-width: 210px;
  border-radius: 50px;
  padding: 9px 25px 12px;
  margin: 0 0 0 25px;
  display: inline-block;
  border: 3px solid #F9D614;
  position: relative;}

.button-v5-contacts:hover {
  transition: background 0.4s;
  background: #ffd;}

.contacts-info a:hover {
  color: #eeb200;}

.contacts-sections-dopinfo {
  display: block;
padding: 30px 0 0;}

.contacts-dopinfo {
font-size: 17px;
  text-align: center;
  margin: 0 auto;
  line-height: 1.2;
  justify-content: center;
  display: flex;
  padding: 5px 0;}

.contacts-dopinfo img {
  padding: 0 10px 0 0;
  width: 31px;
object-fit: contain;}

@media (max-width: 1023px) {
.contacts-sections-button {
  display: block;}
	
.contacts-info {
  padding: 5px 0 10px;
	justify-content: center;}
	
.button-v5-contacts {
  margin: 15px auto 5px;
  display: block;}
	
.contacts-sections-dopinfo {
  padding: 25px 0 0;}
	
.contacts-dopinfo {
  padding: 5px 0 10px;}
}

@media (max-width: 639px) {
.contacts-page{
    background: #fff;}	
	
.contacts-info {
    justify-content: flex-start;}
	
.contacts-dopinfo {
  text-align: left;
	justify-content: flex-start;}
}

.width-1023 {
width: 100%;
  max-width: 1023px;
  padding: 20px 20px 30px;
  margin: 30px auto;
  box-shadow: 0px 5px 30px 0 #cacaca82;
  border-radius: 15px;}

.width-1023 li {
	margin-bottom: 10px;}

.width-1023 img {
border-radius: 15px;
  max-width: 890px;
width: 100%;
  margin: 0 auto;
  display: block;
border: 2px solid #c5dd5c;
  padding: 3px;}

.blog-info-page {
    width: 100%;
    display: flex;
align-items: center;
    padding: 8px 0;}

.blog-info-page-left-img {
margin:0;
padding-right: 35px;
  display: block;
  width: 30%;}

.blog-info-page-left-img img {
    border-radius: 10px;
max-width: 100%;}

.blog-info-page-right-txt {
    width: 70%;}

.blog-info-page-right-img {
	margin:0;
	padding-left: 35px;
    display: block;
    width: 30%;}

.blog-info-page-right-img img {
    border-radius: 10px;
max-width: 100%;}

.blog-info-page-left-txt {
    width: 70%;}

@media (max-width: 1023px) {
.width-1023 {
  margin: 0;
padding: 20px 0 30px;
  box-shadow: none;}
	
.blog-info-page {
  width: 100%;
display:block;
padding: 12px 0;}
	
.blog-info-page-left-img {
  padding-right: 0;
  width: 100%;
  max-width: 450px;
  margin: 0 auto 12px;}
	
.blog-info-page-right-txt {
  width: 100%;}
	
.blog-info-page-right-img {
  padding-left: 0;
  width: 100%;
  max-width: 450px;
  margin: 12px auto 0;}
	
.blog-info-page-left-txt {
  width: 100%;}
}

.fon-background-blog {
  padding: 0 0 40px;}

.blog-position {
    display: flex;
align-items: center;
border-bottom: 1px solid #ddd;}

.blog-position img {
margin: 12px 20px 12px 0;
    border-radius: 100%;
    width: 110px;
    height: 110px;
    border: solid 8px #b6ce5263;}

.blog-position-text {
width: 100%;
  margin: 0 0 0 25px;
font-size: 21px;
font-weight: 600;}

.blog-position-text a{
color:#404040;}

.blog-position-text a:hover {
  color: #eeb200;
  transition: background 0.4s;}

@media (max-width: 768px) {
.blog-position {
  display: block;}
	
.blog-position img {
  margin: 25px auto 20px;
  width: 130px;
  height: 130px;
  border: solid 15px #b6ce5263;
  display: block;}	
	
.blog-position-text {
  width: 100%;
  margin: 0 auto 25px;
  font-size: 19px;
font-weight: 500;}
}

.port-page-fon {
  background: url(images/fon-portfolio-page.jpg) no-repeat top right;
  background-size: cover;
  padding: 0 0 60px;
  overflow: hidden;
z-index: 0;
  position: relative;}

.port-page{
    padding-top: 0;
    display: block;
    float: right;
    width: 100%;}

.port-page-2 {
    margin: 0;
    padding: 0;
    position: relative;}

.port-page-img {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    display: grid;
    gap: 10px 15px;
    padding: 20px 0 16px;}

.port-page-img::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 20px;
    left: 20px;
    border-radius: 12px;
    border: 3px solid #F9D614;
    z-index: -1;}

.port-page-img img {
    border-radius: 12px;}

@media (max-width: 768px) {
.port-page-img {
    grid-template-columns: 1fr 1fr;}
	
.port-page-img img {
    border-radius: 10px;}
}

.blog-icon-text {
  width: 100%;
  display: flex;
  align-items: start;
  padding: 0 0 10px 0;}

.blog-icon-text img {
  width:24px !important;
  margin: 0!important;
  display: block;
  padding: 3px 6px 0 0;
border: none;}