/*!
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.5
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.0
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: 0.67em 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;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
	color: #2b2b2b;
	font-family: Montserrat;
	font-size: 15px;
	line-height: 1.5;
}

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

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

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

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

big {
	font-size: 125%;
}

time a:visited {
	color: #3BC4EE;
}

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

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

ul,
ol {
	margin: 0;
}

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: 27px 0;
}

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

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
text-align: center;
  background: #41D3FF;
  font-size: 14px;
  padding: 9px 18px 9px;
  margin: 0 auto;
  border-radius: 4px;
  max-width: 250px;
  font-weight: 500;
  overflow: hidden;
  line-height: 1.2;
  border: 1px solid #fff;
  display: block;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	box-shadow: 0 0 10px 3px rgb(80, 121, 140);
}

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

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

value {
  border-radius:0!important;
  font-family: Montserrat!important;
}

select {
border-top: 1px solid #fff;
  border-right: 2px solid #fff;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #cacaca;
  background: #fff;
  width: 100%;
  padding: 14px 0 15px;
  padding-left: 10px;
  outline: none;
}

textarea {
	width: 100%;
}

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

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

a:visited {
	color: #fff;
}

a:hover,
a:focus,
a:active{
	color:#3a7bae;
}

a:focus {
	outline: 0;
}

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

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.site-header{
	background-color:#140e31 !important;
	position:relative;
	margin-left: auto;
	margin-right: auto;
	padding: 10px 4% 0;
	width: 100%;
}

.site-branding{
	display:inline-block;
	padding:10px;
	max-width: 180px;
}

.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: 0;
padding: 0;
display:inline-block;
width: 68%;
vertical-align: top;
text-align: right;
}

@media only screen and (max-width: 1139px){
.main-navigation {
	width: 100%;
	text-align: center;}
}

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

.main-navigation ul {
min-width: 150px;
margin: 0;
padding: 0;
list-style: none;
}

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

.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: #ddd;
text-decoration: none;
display: block;
white-space: nowrap;
padding: 20px 15px;
outline: none;
}

.main-navigation a:hover, 
.main-navigation li:hover > a, 
.main-navigation .current-menu-item > a, 
.main-navigation .current-menu-ancestor > a {
color: #33D0FF;
}

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

.main-navigation .menu-item-has-children .sub-menu{
background: #fff;
}

.head-img-fon {
	background: url(images/phuket-head-5.jpg) no-repeat top;
background-attachment: scroll;
background-position: bottom center;
background-repeat: no-repeat;
background-size: cover;
position: relative;
padding: 45px 0 90px;
width: 100%;
height: 100%;
}

.breadcrumb-head {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 76, 87, 0.49);
}

.header-blok-1 {
max-width: 1200px;
display: block;
position: relative;
margin: 0 auto;
z-index: 2;
padding: 30px 15px 0 15px;
}


.header-blok-txt-big {
font-size: 23px;
font-weight: 600;
color: #fff;
padding-bottom: 5px;
}

.header-blok-txt {
    font-size: 16px;
    font-weight: normal;
}

.push-head {
  list-style: none;
}
.push-head li {
position: relative;
padding: 10px 0 5px 25px;
color: #fff;
cursor: pointer;
}

.push-head li:before {
position: absolute;
width: 8px;
height: 8px;
border-radius: 50%;
background: #4AD5FF;
content: "";
left: 0;
transition: .3s ease-in-out;
top: 18px;
}
.push-head li:after {
position: absolute;
border-left: 1px solid #FFFFFF9C;
width: 1px;
bottom: -8px;
content: "";
left: 4px;
top: 36px;
}
.push-head li:hover:before{box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.35)}
.push-head li:last-child:after {content: none;}

@media only screen and (max-width: 1199px){
.head-img-fon {
  padding: 15px 0 60px;
}
	
.header-blok-1 {
	padding: 30px 15px 0 15px;}
}

/* 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 auto 40px;
  max-width: 1200px;
}

.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%;
	margin-right: 10px;
}

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

@media (max-width: 768px) {
.post-navigation .nav-links {
  display: block;
}
	
.post-navigation .nav-previous {
  margin-right: 0;
  margin-bottom: 10px;
}
	
.post-navigation .nav-next {
	text-align: left;}
}

/*--------------------------------------------------------------
# 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;
	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: 30px 15px;
  margin: 30px auto;
  box-shadow: 0px 5px 30px 0 #b2b2b282;
  overflow: hidden;
  max-width: 1160px;
  border-radius: 15px;
}

.article a{
    color: #2290d4;
}

.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: 20px auto 18px;
  display: block;
     border: 2px solid #83c4e5;
    padding: 5px;
    border-radius: 4px;
}

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

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

.nav-subtitle {
	color: #2b2b2b!important;
}

.nav-previous a{
	color:#3a7bae;
}

.nav-next a{
	color:#3a7bae;
}

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

.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:15px;
	line-height:1.5;
	margin-top:0px;
}

.site{
	background-color: transparent;
}

.site-footer{
	background-color:#171717;
	padding:30px 15px;
	text-align:center;
	color:#ffffff;
	clear: both;
	font-weight: 400;
	font-size: 14px;
}

.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 0;
  margin: 40px 15px;
  text-align: center;
}

.error-code{
	font-size:150px;
	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;
}


/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/

.comments-area {
	margin: 0 7.6923% 3.5em;
	background-color:#ffffff;
	padding:20px 40px;
}

.comment-list + .comment-respond,
.comment-navigation + .comment-respond {
	padding-top: 1.75em;
}

.comments-title,
.comment-reply-title {
	font-size: 23px;
	font-size: 1.4375rem;
	font-weight: 500;
	line-height: 1.3125;
}

.comments-title {
	margin-bottom: 1.217391304em;
}

.comment-list {
	list-style: none;
	margin: 0;
	padding:0;
}

.comment-list article,
.comment-list .pingback,
.comment-list .trackback {
	border-top: 1px solid #212121;
	padding: 1.75em 0;
}

.comment-list .children {
	list-style: none;
	margin: 0;
}

.comment-list .children > li {
	padding-left: 0.875em;
}

.comment-author {
	color: #1a1a1a;
}

.vcard .fn a{
	color:#171717;
	text-transform:capitalize;
	font-size: 18px;
	font-weight: 500;
	text-decoration: none;
}

.comment-author .avatar {
	float: left;
	height: 40px;
	margin-right: 0.875em;
	position: relative;
	width: 40px;
}


.comment-metadata {
	font-size: 13px;
	font-size: 0.8125rem;
	line-height: 1.6153846154;
}

.comment-metadata {
	margin-bottom: 10px;
	display:inline-block;
}

.comment-metadata a {
	text-decoration:underline;	
}

.comment-metadata a:hover,
.comment-metadata a:focus {
	
}

.comment-metadata .edit-link {
	display: inline-block;
}

.comment-metadata .edit-link:before {
	content: "\002f";
	display: inline-block;
	opacity: 0.7;
	padding: 0 0.538461538em;
}

.comment-content{
	font-size:16px;
	font-weight:100;
	line-height:1.8;
}

.comment-content ul,
.comment-content ol {
	margin: 0 0 1.5em 1.25em;
}

.comment-content li > ul,
.comment-content li > ol {
	margin-bottom: 0;
}

.comment-reply-link {
	border-radius: 2px;
	color: #ffffff;
	background-color:#2196f3;
	display: inline-block;
	font-size: 13px;
	font-size: 0.8125rem;
	line-height: 1;
	padding: 10px 20px;
	text-decoration:underline;
}

.comment-reply-link:hover,
.comment-reply-link:focus {
	border-color: currentColor;
	color: #ffffff;
	outline: 0;
}

.comment-form {
	/*padding-top: 1.75em;*/
}

.comment-form label {
	display: block;
	font-size: 13px;
	font-size: 0.8125rem;
	letter-spacing: 0.076923077em;
	line-height: 1.6153846154;
	margin-bottom: 0.5384615385em;
	text-transform: uppercase;
}

.comment-list .comment-form {
	padding-bottom: 1.75em;
}

.comment-notes,
.comment-awaiting-moderation{
	font-size: 13px;
	font-size: 0.8125rem;
	line-height: 1.6153846154;
	margin-bottom: 2.1538461538em;
}

.no-comments {
	border-top: 1px solid #d1d1d1;
	font-weight: 700;
	margin: 0;
	padding-top: 1.75em;
}

.comment-navigation + .no-comments {
	border-top: 0;
	padding-top: 0;
}

.comment-reply-title small {
	font-size: 100%;
}

.comment-reply-title small a {
	border: 0;
	height: 40px;
	font-size: 14px;
	overflow: hidden;
	width: 90px;
	margin-left: 10px;
	text-decoration:none;
	font-weight:400;
}

.comment-reply-title small a:hover,
.comment-reply-title small a:focus {
	
}

.comment-form-comment textarea{
	background-color:#f5f5f5;
}

.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: 5px;
}

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

/*--------------------------------------------------------------
# Woocoomerce
--------------------------------------------------------------*/
.woocommerce-MyAccount-navigation ul{
	list-style-type:none;
	margin:0px;
}

.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link{
	padding: 10px 20px;
    border-bottom: 1px solid #616161;
}

.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link a{
	color:#000000;
	text-decoration:none;
}

.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link.is-active{
	background-color:#2196f3;
}

.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link.is-active a{
	color:#ffffff;
}

.woocommerce-account .woocommerce-MyAccount-content{
	padding:30px;
}

.woocommerce form .form-row input.input-text{
	padding:15px;
	height:40px;
}

.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button{
	color: #ffffff;
	background-color: #2196f3;
	font-weight:500;
	font-family:inherit;
	padding:10px 20px;
}

.woocommerce #respond input#submit:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover{
	color: #ffffff;
	background-color: #1976d2;
}

.woocommerce-Address-title h3{
	font-weight:600;
	text-transform:Capitalize;
}

.woocommerce-account .addresses .title .edit{
	text-decoration:none;
}

/*--------------------------------------------------------------
# Media Queries
--------------------------------------------------------------*/
.dashicons, .dashicons-before:before {
    display: none;
}

@media all and (min-width:769px){	
.site-main{
		width:100% !important;
		padding-left: 15px;
	    padding-right: 15px;
	    background: #eee;}
	} 


@media all and (max-width:768px){	
	.site-header{
		padding:5px 0 0;
	}
	
	.site-branding{
		width: 75%;
	}
	
	.menu-toggle{
display: inline-block;
    float: right;
    position: relative;
    top: 13px;
    right: 15px;
    text-transform: uppercase;
    font-size: 17px;
    font-weight: 500;
    padding: 9px 13px;
	}
	
	.main-navigation{
		float:none;
		display:block;
		background-color:#fafafa;		
		padding: 0px;
		width: 100%;
	}
	
	.main-navigation ul{
		display:block;
	}
	
	.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;
	}
	
	.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: 15px;
		border: unset;
		pointer-events: none;
		z-index: 10000;
	}
	
	.hidden-mobile{
		display:none !important;
	}
	
	.menu .page_item a,
	.menu .menu-item a{
font-size: 16px;
    padding: 15px;
    border-top: 1px solid #223257;
    background: #140e31;
    text-align: center;		
	}
	
	.site-main{
width: 100% !important;
    padding-left: 0;
    padding-right: 0;
		background: #eee;
	} 
		
	main, .pagelayer-content{
		width: 100% !important;
	}
	
	.widget-area{
		float:none;
		display:block;
	}
		
	.site-footer{
		padding:40px 15px;
	}
	
	input.search-submit{
		margin-top:0px;
	}
	
	.comments-area{
		padding:25px;
		margin: 30px 15px 15px;
	}
	
	.woocommerce-MyAccount-navigation ul{
		padding-left:0px;
	}	
	
	.woocommerce-account .woocommerce-MyAccount-content{
		padding:30px 0px 0px;
	}
	
	.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){	
	
	main, .pagelayer-content{
		width: 100% !important;
	}
	
	.widget-area{
		width:auto !important;	
		float:none;
		margin:15px;
		display:block;
	}
	
	.article{
		margin: 40px 15px 40px;
	}
	
	.comments-area{
		padding:25px;
		margin: 40px 15px 40px;
	}
	
	.comment-reply-title small a{
		display:block;
		margin-top:5px;
		margin-left:0px;
	}
	
	.site-footer{
		padding:40px 15px;
	}
	
	input.search-submit{
		margin-top:0px;
	}	
	
	.error-404{
		margin:20px;
	}

	.error-code{
		font-size:100px;
	}
	
	.error-404 .search-field{
		width:100%;
	}
}

.head-button-blok {
    padding: 0;
    margin: 0 0 18px;
    display: inline-block;
}

.button-v1 {
padding: 5px 18px 6px;
margin: 0 auto;
border-radius: 4px;
max-width: 250px;
overflow: hidden;
float: left;
border: 1px solid #ffffff;
}

.button-v1 span{
text-align: center;
color: #41D3FF;
font-weight: 400;
line-height: 1.2;
font-size: 14px;
}

.button-v1:hover{
transition: background 0.5s;
border: 1px solid #41D3FF;
background: #243c5a;
}

.head-zvon-blok {
    overflow: hidden;
    display: flex;
    width: 265px;
    margin: 20px 132px;
}

.button-tel-left {
text-align: center;
  color: #72DEFF;
  padding: 9px 18px 9px;
  margin: 0 auto;
  border-radius: 4px;
  max-width: 250px;
  font-weight: 500;
  overflow: hidden;
  line-height: 1.2;
  float: left;
  border: 1px solid #ffffff;
  font-size: 14px;
  background: #1c657c7d;
}

.button-tel-left:hover{
transition: background 0.5s;
border: 1px solid #41D3FF;
background: #243c5a;
}

.button-whatsapp-left {
text-align: center;
color: #2b2b2b;
background: #41D3FF;
font-size: 14px;
padding: 9px 18px 9px;
margin: 0 auto;
border-radius: 4px;
max-width: 250px;
font-weight: 500;
overflow: hidden;
line-height: 1.2;
float: left;
border: 1px solid #fff;
margin-right: 15px;
}

.button-whatsapp-left:hover{
transition: background 0.5s;
background: #35C4D2;
}

.head-compilation-blok {
margin: 50px 0 0;
padding: 20px 20px 8px;
position: relative;
max-width: 530px;
background: #ffffff78;
border-radius: 15px;
font-weight: 500;
}

.head-compilation {
    font-weight: 400;
}

.head-compilation img {
    padding: 9px 10px 0 0;
    vertical-align: middle;
    float: left;
}

.button-v2 {
text-align: center;
background: #41D3FF;
font-size: 17px;
padding: 14px 18px 14px;
margin: 20px auto;
border-radius: 4px;
max-width: 250px;
font-weight: 500;
overflow: hidden;
line-height: 1.2;
border: 1px solid #fff;
}

.button-v2:hover{
transition: background 0.5s;
box-shadow: 0 0 10px 3px rgb(24, 60, 77);
}

@media only screen and (max-width: 768px){
.head-button-blok {
    margin: 0 0 14px;
}

.button-v1 {
	background: url(images/mes-head.png) no-repeat center;
    padding: 19px 20px;
    vertical-align: middle;}
	
.button-v1 span{
display:none;
}
	
.header-blok-1 {
  max-width: 600px;
}
	
.push-head {
  padding-left: 0;}
	
.head-zvon-blok {
margin: 20px auto;}
	
.head-compilation-blok {
  max-width: 600px;}
}

@media only screen and (max-width: 480px){
.head-img-fon {
	padding: 10px 0 55px;}

.header-blok-txt-big {
  font-size: 20px;}
	
.header-blok-txt {
  font-size: 15px;}

.head-zvon-blok {
	margin: 20px auto;}
	
.head-compilation-blok {
  margin: 40px 0 0;
  padding: 15px 15px 3px;}
	
.head-compilation img {
  padding: 5px 0;
  float: inherit;
  display: block;
  margin: 0 auto;}
}

.width-1200 {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 15px;
	overflow: hidden;
}

.top-gl-blok-1 {
    position: relative;
    padding: 70px 0;
    margin: 0;
	width: 100%;
    background: #140e31;
	overflow: hidden;
}

.top-gl-blok-1-left {
    padding-right: 40px;
    display: block;
    float: left;
    width: 33.33333%;
}

.top-gl-blok-1-left h2{
border-bottom: 1px solid #00daff69;
padding-bottom: 35px;
margin-bottom: 35px;
}

.top-gl-blok-1-left p{
color:#fff;
}

.top-gl-blok-1-right {
    display: block;
    float: left;
    width: 66.66666%;
    padding-left: 0;
}

.button-trans-v1 {
text-align: center;
  color: #fff;
  margin: 20px auto 0;
  border-radius: 4px;
  max-width: 250px;
  font-weight: 500;
  overflow: hidden;
  line-height: 1.2;
  border: 1px solid #00daff69;
  font-size: 17px;
  padding: 14px 18px 14px;
}

.button-trans-v1:hover {
  transition: background 0.5s;
  border: 1px solid #41D3FF;
  background: #243c5a;
}

@media only screen and (max-width: 1023px) {
.button-trans-v1 {
  margin: 30px auto 0;}
}

.top-gl-blok-1 h2{
color:#fff;
}

.top-images-2 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 1em;
    row-gap: 1em;
    padding: 0 0 15px 0;
}

.top-images{
border: 1px solid #00daff63;
padding: 8px;
border-radius: 4px;
}

.top-images img{
position:relative;
}

.top-images h4 {
margin: 0;
  background: #00daff3d;
  color: #fff;
  position: relative;
  top: 0;
  padding: 13px 10px;
  text-align: center;
  left: 0;
  z-index: 1;
  border-radius: 4px 4px 0 0;
border-bottom: 8px solid #160b2b;
}

.top-images h4:hover {
  background: #45dcff63;
	transition: background 0.5s;
}

.bottom-images {
margin: 0;
padding: 4px 5px 8px;
}

.price-gl {
    color: #fff;
    margin: 5px auto 0;
	font-weight: 400;
}

.price-gl img {
padding: 0 10px 2px 0;
vertical-align: middle;
width: 32px!important;
}

@media only screen and (max-width: 1023px){
.top-gl-blok-1 {
  padding: 20px 0 60px;
}
	
.top-gl-blok-1-left h2 {
  padding-bottom: 20px;
  margin-bottom: 20px;
}
	
.top-images-2 {
  padding: 15px 0 0;
}
	
.top-gl-blok-1-left {
  padding-right: 0;
  float: inherit;
  width: 100%;
}
	
.top-gl-blok-1-right {
  float: inherit;
  width: 100%;
	padding-left: 0;	
}
	
.top-images img {
width: 100%;}
}
	
@media only screen and (max-width: 768px){
.top-gl-blok-1-left h2{
border-bottom: inherit;
}	
	
.top-images-2 {
	grid-template-columns: 1fr;}
}

.gl-blok-2 {
position: relative;
    padding: 40px 0;
    margin: 0;
    width: 100%;
    background: #fff;
    overflow: hidden;
}

.gl-blok-2 h3 {
    padding-bottom: 20px;
  }

.pre-blok {
    width: 100%;
}

.pre-blok-2 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 1em;
    row-gap: 1em;
    padding: 0 0 15px 0;
}

.pre-number {
    padding: 0;
}

.pre-number img {
padding: 5px;
  vertical-align: middle;
  float: left;
  width: 90px;
  margin: 0 15px 0 0;
}

.pre-blok-2 p {
    text-align: left;
}

@media only screen and (max-width: 1023px){
.gl-blok-2 {
  padding: 20px 0 45px;
}
	
.pre-blok-2 {
  grid-template-columns: 1fr;
	padding: 0 0 5px 0;}
}

@media only screen and (max-width: 768px){
.gl-blok-2 {
  padding: 20px 0;
}
	
.pre-blok-2 {
	padding: 0 0 15px 0;}
	
.pre-blok-2 p {
	margin-top: 0;
	overflow: hidden;}
	
.pre-number img {
  width: 70px;}
}

.gl-blok-3 {
    position: relative;
    padding: 0 0 70px 0;
    margin: 0;
    width: 100%;
    overflow: hidden;
}

.width-1200-v2 {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 0 0 15px;
}

.box-variant {
    width: 100%;
    display: flex;
}

.variant-images {
    border: 1px solid #83c4e5;
    padding: 8px;
    border-radius: 4px;
	max-width:33.33333%;
	margin:0 15px 0 0;
}

.variant-images h4 {
margin: 0;
  background: #335370;
  color: #fff;
  position: relative;
  top: 0;
  padding: 13px 10px;
  text-align: center;
  left: 0;
  z-index: 1;
  border-radius: 4px 4px 0 0;
  border-bottom: 8px solid #fff;
}

.variant-images img {
    position: relative;
}

.variant-bottom-images {
    margin: 0;
    padding: 4px 5px;
}

.button-v3 {
text-align: center;
text-align: center;
  background: #D7F8FF;
  font-size: 16px;
  padding: 14px 18px 14px;
  margin: 10px auto;
  border-radius: 4px;
  max-width: 250px;
  font-weight: 500;
  overflow: hidden;
  line-height: 1.2;
  border: 1px solid #83c4e5;
}

.button-v3:hover{
transition: background 0.5s;
background: #fff;
}

.button-v3-2 {
text-align: center;
text-align: center;
  background: #D7F8FF;
  font-size: 16px;
  padding: 14px 18px 14px;
  margin: 10px auto;
  border-radius: 4px;
  max-width: 250px;
  font-weight: 500;
  overflow: hidden;
  line-height: 1.2;
  border: 1px solid #83c4e5;
}

.button-v3-2:hover{
transition: background 0.5s;
background: #fff;
}

.price-gl-v2 {
    margin: 5px auto 0;
	font-weight: 400;
}

.price-gl-v2 img {
padding: 0 10px 2px 0;
vertical-align: middle;
width: 32px!important;
}

@media only screen and (max-width: 1023px){
.gl-blok-3 {
    position: relative;
    padding: 0 0 40px 0;
}
	
.width-1200-v2 {
  padding: 0 15px;
}
	
.box-variant {
  display: block;
}
	
.variant-images {
  max-width: 485px;
  margin: 0 auto 15px;
}
	
.variant-images img {
	width: 100%;}
}

@media only screen and (max-width: 768px){
  .variant-images {
    max-width: 100%;}
}

.gl-blok-4 {
    position: relative;
    padding: 70px 0;
    margin: 0;
    width: 100%;
    background: url(images/gl-fon-phuk-4.jpg) no-repeat top;
	background-size: cover;
    background-attachment: fixed;
    overflow: hidden;
}

.gl-blok-4-left {
    padding-right: 40px;
    display: block;
    float: left;
    width: 33.33333%;
}

.gl-blok-4-right {
    display: block;
    float: left;
    width: 66.66666%;
    padding-left: 0;
}

.gl-blok-4-left h2 {
	color: #fff;
    margin-bottom: 35px;
}

.gl-blok-4-left p {
    color: #fff;
}

.blok-4-list1b {
	display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 1em;
    margin: 20px 0 0;
    padding:0;
    list-style: none;
    counter-reset: li;
}
.blok-4-list1b li {
border: 1px solid #ffffff6b;
  background: #08080812;
  position: relative;
  margin-bottom: 25px;
  padding: 16px 15px;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  border-radius: 4px;
  color: #fff;
  font-weight: 400;
  font-size: 15px;
}

.blok-4-list1b li:before {
position: absolute;
  top: -16px;
  padding: 2px 10px;
  font-size: 16px;
  font-weight: bold;
  color: #2b2b2b;
  background: #F7FAFD;
  counter-increment: li;
  content: counter(li);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  border-radius: 2px;
}

.blok-4-list1b li:after {
    content: "";
    position: absolute;
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
    -webkit-transition-property: width;
    transition-property: width;
    z-index: -1;
    background: #F0F5FB;
    height: 100%;
    left: 0;
    top: 0;
    width: 0;
}

@media only screen and (max-width: 1023px){
.gl-blok-4 {
    padding: 20px 0 25px;
}
	
.gl-blok-4-left {
  padding-right: 0;
  width: 100%;
}
	
.gl-blok-4-right {
	width: 100%;}
}

@media only screen and (max-width: 768px){
.gl-blok-4 {
    background: url(images/gl-fon-phuk-4.jpg) no-repeat left;
	background-size: cover;
	background-attachment: fixed;
}
	
.blok-4-list1b {
    grid-template-columns: 1fr;}

	.blok-4-list1b li {
  border-top: 1px solid #ffffff6b;
border-left: 0;
border-bottom: 0;
border-right: 0;
  background: #08080800;
  margin-bottom: 10px;
  padding: 16px 0;
  border-radius: 0;}
}

.gl-blok-5 {
position: relative;
  padding: 70px 0;
  margin: 0;
  width: 100%;
  background: #140e31;
  overflow: hidden;
}

.gl-blok-5-v2 {
  position: relative;
  padding: 70px 0;
  margin: 0;
  width: 100%;
  background: radial-gradient(circle, rgb(20, 37, 77) 0%, rgb(20, 14, 49) 100%);
  overflow: hidden;
}

.blok-vopros-v1 {
font-size: 21px;
  text-align: center;
  line-height: 32px;
  color: #fff;
  font-weight: 500;
}

.blok-vopros-v1 img {
width: 80px;
margin-bottom: 10px;
}

.button-v4 {
  text-align: center;
  font-size: 17px;
  padding: 14px 18px 14px;
  margin: 30px auto 0;
  border-radius: 4px;
  max-width: 250px;
  font-weight: 500;
  overflow: hidden;
  line-height: 1.2;
  border: 1px solid #fff;
  color: #41D3FF;
}

.button-v4:hover{
transition: background 0.5s;
border: 1px solid #41D3FF;
background: #243c5a;
}

@media only screen and (max-width: 1023px){
.gl-blok-5 {
  padding: 50px 0;
}
	
.gl-blok-5-v2 {
  padding: 50px 0;
}
	
.blok-vopros-v1 img {
width: 70px;
margin-bottom: 10px;}
}

.gl-blok-6 {
    position: relative;
    padding: 40px 0 0;
    margin: 0;
    width: 100%;
    overflow: hidden;
}

.gl-blok-6 h3 {
    padding-bottom: 20px;
  }

.fact-blok {
    width: 100%;
}

.fact-blok-2 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 1em;
    row-gap: 1em;
    padding: 0 0 15px 0;
}

.fact-number {
    padding: 0;
}

.fact-number img {
padding: 5px;
  vertical-align: middle;
  float: left;
  width: 90px;
  margin: 0 15px 0 0;
}

.fact-blok-2 p {
    text-align: left;
	margin-top: 0;
}

@media only screen and (max-width: 1023px){
.gl-blok-6 {
  padding: 20px 0 45px;
}
	
.fact-blok-2 {
  grid-template-columns: 1fr;
	padding: 0 0 5px 0;}
}

@media only screen and (max-width: 768px){
.gl-blok-6 {
  padding: 20px 0 0;
}
	
.fact-blok-2 {
	padding: 0 0 15px 0;}
	
.fact-blok-2 p {
	margin-top: 0;
	overflow: hidden;}
	
.fact-number img {
  width: 70px;}
}

.gl-blok-7 {
    position: relative;
    padding: 0 0 70px;
    margin: 0;
    width: 100%;
    overflow: hidden;
}

.gl-blok-7 h3 {
    padding-bottom: 20px;
  }

.slider-blok-v1 {
  border-top: 1px solid #83c4e5;
  padding: 8px 0;
}

.metaslider .caption {
  padding: 15px !important;
  background: #335370;
}

.metaslider .caption-wrap {
  opacity: 1!important;
}

@media only screen and (max-width: 1023px){
.gl-blok-7 {
	padding: 0 0 50px;}
}

.footer-menu {
    width: 100%;
    margin: 0 auto 10px;
    justify-content: center;
}

.footer-menu-bl-1 {
	font-size: 16px;
    color: #fff!important;
	font-weight:400;
    padding:10px 0;
    border-top: 1px solid #00daff63;
	max-width: 500px;
}

.footer-button{
overflow: hidden;
}

.button-v5 {
padding: 5px 18px 6px;
  margin: 0;
  border-radius: 4px;
  max-width: 250px;
  overflow: hidden;
  float: left;
  border: 1px solid #ffffff;
  color: #41D3FF;
  margin: 0 15px 15px 0;
	font-weight:400;
}

.button-v5:hover{
transition: background 0.5s;
border: 1px solid #41D3FF;
background: #243c5a;
}

.footer-info-contacty{
overflow: hidden;
}

.footer-info-tel {
    font-size: 17px;
    color: #fff;
    font-weight: 600;
    margin: 15px auto 0;
    line-height: 1.1;
}

.footer-info-tel img{
padding: 0 10px 2px 0;
  vertical-align: middle;
  width: 32px !important;
}

.footer-menu-bl-2 {
font-size: 15px;
  color: #fff !important;
  font-weight: 400;
  margin-top: 25px;
}

.footer-menu-bl-2 p{
font-size: 13px!important;
}

.grecaptcha-badge {visibility: hidden;}

.page-blok-v1 {
  position: relative;
  padding: 40px 0 70px;
  margin: 0;
  background: url(images/fon-news.jpg) center;
  background-repeat: no-repeat;
  background-size: cover;
}

.page-blok-v1 h2{
padding-bottom: 20px;
    margin-bottom: 20px;
}

@media only screen and (max-width: 1023px){
.page-blok-v1 {
	padding: 25px 0 50px;}
}

.byline{
	display:none;
}

.cat-links{
	display:none;
}

.posted-on a:visited {
  color: #3BC4EE;
}

.pt-cv-overlaygrid:not(.pt-cv-nooverlay) .pt-cv-thumb-wrapper {
  border-radius: 15px;
}

.pt-cv-overlaygrid:not(.pt-cv-nooverlay) .pt-cv-thumbnail {
  height: 100%;
  border-radius: 15px;
}

.pt-cv-overlaygrid:not(.pt-cv-nooverlay) *{
  color: #81E2FF;
	text-shadow: 0 0 10px #414141;
}

.pt-cv-view.iscvblock .pt-cv-content-item a {
  color: #fff;
	text-shadow: 0 0 10px #414141;
}

.pt-cv-view.iscvblock .pt-cv-content-item p{
	font-weight: 400;
}

.pt-cv-meta-fields {
  font-size: 14px;
}

.pt-cv-overlay-wrapper {
  padding: 20px;
}

#pum-318 {
    z-index: 999999999;
    background: #52839bb2;
}

#pum-285 {
    z-index: 999999999;
    background: #52839bb2;
}

#pum-289 {
    z-index: 999999999;
    background: #52839bb2;
}

.pum-container .pum-title {
    max-width: 535px;
    margin: 50px auto;
background: #41D3FF;
  padding: 10px 15px 15px;
  border-radius: 4px;
  text-align: center;
  font-size: 17px;
  font-weight: 500;
  box-shadow: 0 0 10px 3px rgb(28, 75, 97);
}

.pum-container .pum-content + .pum-close {
  display: none;
}

#wpcf7-f209-o1 {
    background: #fff;
    margin: 0 auto 50px;
    padding: 15px 15px 20px;
    max-width: 535px;
    border-radius: 4px;
    box-shadow: 0 0 10px 3px rgb(28, 75, 97);
}

#wpcf7-f209-o1 label span {
    position: relative;
    font-size: 13px;
    text-align: center;
	font-style: italic;
	margin-bottom: 15px;
}

#wpcf7-f209-o1 p {
    margin: 0;
	color: #292929;
}

#wpcf7-f279-o3 {
    background: #fff;
    margin: 0 auto 50px;
    padding: 15px 15px 20px;
    max-width: 535px;
    border-radius: 4px;
    box-shadow: 0 0 10px 3px rgb(28, 75, 97);
}

#wpcf7-f279-o3 label span {
    position: relative;
    font-size: 13px;
    text-align: center;
	margin-bottom: 15px;
	margin-top: 15px;
	width: 100%;
}

#wpcf7-f279-o3 p {
    margin: 0;
	font-style: italic;
    color: #292929;
}

#wpcf7-f288-o2 {
    background: #fff;
    margin: 0 auto 50px;
    padding: 15px 15px 20px;
    max-width: 535px;
    border-radius: 4px;
    box-shadow: 0 0 10px 3px rgb(28, 75, 97);
}

#wpcf7-f288-o2 label span {
    position: relative;
    font-size: 13px;
    text-align: center;
	margin-bottom: 15px;
	margin-top: 15px;
	width: 100%;
}

#wpcf7-f288-o2 p {
    margin: 0;
	font-style: italic;
    color: #292929;
}

#wpcf7-f209-o3 {
    background: #fff;
    margin: 0 auto 50px;
    padding: 15px 15px 20px;
    max-width: 535px;
    border-radius: 4px;
    box-shadow: 0 0 10px 3px rgb(28, 75, 97);
}

#wpcf7-f209-o3 label span {
    position: relative;
    font-size: 13px;
    text-align: center;
	margin-bottom: 15px;
	margin-top: 15px;
}

#wpcf7-f209-o3 p {
    margin: 0;
	font-style: italic;
    color: #292929;
}

#wpcf7-f209-p1278-o4 {
    margin: 0 auto;
    max-width: 600px;
}

#wpcf7-f209-p1278-o4 label span {
    position: relative;
    font-size: 13px;
    text-align: center;
	margin-bottom: 13px;
	margin-top: 8px;
	width: 100%;
}

#wpcf7-f209-p1278-o4 p {
    margin: 0;
	font-style: italic;
    color: #292929;
	background:#fff0;
}

label {
    display: block;
}

.wpcf7 textarea {
    height: 90px;
    background: #fff;
    margin-bottom: 10px;
    border: 1px solid #DBDBDB;
    padding: 5px 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;
  font-size: 15px;
}

.wpcf7-not-valid-tip {
margin: 10px 0 !important;
  border-bottom: 1px solid #ff8e8e;
  padding-bottom: 10px;
  color: #ff4d4d;
  font-size: 13px;
  text-align: center;
}

.wpcf7 form .wpcf7-response-output {
    margin: 20px 0 0;
    padding: 15px 0 0;
    border-top: 1px solid #adadad !important;
    border-bottom: none !important;
    border-left: none !important;
    border-right: none !important;
    font-size: 13px;
    text-align: center;
}

.wpcf7-spinner {
    display: none;
}

.cf7-images-v1 img {
    position: relative;
    display: block;
    margin: 0 auto 20px;
	border-radius: 5px;
	box-shadow: 0 0 10px 3px rgb(223, 223, 223);
}

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

.cf7-text-men p{
margin-bottom: 18x !important;
  line-height: 22px;
  color: #2482b0 !important;
  font-style: italic !important
}

.blok-img-gorizont {
    display: inline-flex;
}

.blok-img-gorizont img {
        padding: 0 3px;
    }

.li-images {
    margin: 0 auto;
    font-weight: 400;
	font-size: 15px;
  line-height: 1.5;
}

.li-images img {
padding: 2px 8px 0 0;
  vertical-align: middle;
  width: 26px !important;
  float: left;
}

.li-images p{
overflow:hidden;
}

.li-images p{
overflow:hidden;
margin-bottom: 0;
  margin-top: 10px;
}

.pt-cv-thumbnail {
  margin-bottom: 0 !important;
}

.pt-cv-thumbnail.pull-left {
  border: 1px solid #00daff63;
  padding: 8px;
  border-radius: 4px;
}

.pt-cv-view .pt-cv-ifield {
  display: flex;
  align-items: center;
}

.pt-cv-wrapper img {
  max-width: 1000px !important;
  min-width: 100px !important;
}

.pt-cv-ifield > *{
  margin-bottom: 0;
}

.pt-cv-wrapper h6 {
    line-height: 1.3;
}

#pt-cv-view-6fa64692dy .pt-cv-thumb-wrapper::before {
  background: rgba(0, 0, 0, 0.15)!important;
}

#pt-cv-view-df5c6f7cxk .pt-cv-thumb-wrapper::before {
  background: rgb(14 25 59 / 30%) !important;
}

.top-images-1 {
    display: grid;
    grid-template-columns: 1fr;
    column-gap: 1em;
    row-gap: 1em;
    padding: 0 0 15px 0;
}

.top-images-1-b {
  border: 1px solid #00daff63;
  padding: 8px 8px 2px 8px;
  border-radius: 4px;
}

.apart-white-v1 {
    position: relative;
    padding: 70px 0;
    margin: 0;
    background: url(images/apart-fon-page-v1.jpg) no-repeat center;
    background-size: cover;
    background-attachment: fixed;
}

.apart-white-v2 {
    position: relative;
    padding: 70px 0;
    margin: 0;
    background: #fff;
}

@media only screen and (max-width: 1023px) {
.top-images-1-b img{
width: 100%;
}

.apart-white-v1 {
    position: relative;
    padding: 30px 0;}
	
.apart-white-v2 {
    position: relative;
    padding: 30px 0;}
}
	
.page-blok-img-left {
    display: block;
    overflow:hidden;
    width: 100%;}

.page-blok-img-left-a {
    padding-left: 40px;
    display: block;
    float: right;
    width: 33.33333%;
}

.page-blok-img-left-b {
    display: block;
    float: left;
    width: 66.66666%;
	margin-bottom: 8px;
}

.page-blok-img-left-b img{
    border: 1px solid #83c4e5;
    padding: 8px;
    border-radius: 4px;
}

@media only screen and (max-width: 1023px) {
	.page-blok-img-left-a {
    padding-left: 0;
    float: inherit;
    width: 100%;
}	

.page-blok-img-left-b {
    display: block;
    float: infinite;
    width: 100%;}
	
.page-blok-img-left-b img{
width:100%;}
}

.page-icon-info {
display: flex;
margin: 0 auto;
width:100%;
padding-top: 50px;}

.page-icon-info-b {
   width: 33.33333%;
	text-align: center;
  font-weight: 400;
	margin-bottom: 10px;
}

.page-icon-info-b img {
    padding: 5px;
    height: 67px;
    margin: 0 auto 10px;
	display: block;
}

@media only screen and (max-width: 1023px) {
.page-icon-info {
display: block;
}
	
.page-icon-info-b {
	width: 100%;
	margin-bottom: 30px;}
}

.yandex-map-fon1 {
  position: relative;
  margin: 0;
  width: 100%;
  background: #335370;
  overflow: hidden;
}

.yandex-map-v1 {
  float: left;
  width: 50%;
}

.yandex-map-v1-b {
    padding: 40px 40px 20px 40px;
    display: block;
    float: left;
    width: 50%;
	color:#fff;
}

@media only screen and (max-width: 1023px) {
.yandex-map-v1 {
  float: inherit;
  width: 100%;
}

.yandex-map-v1-b {
    padding: 40px 15px 50px;
    float: inherit;
	width: 100%;}
}

.alex-blok-1{
margin: 0 auto 40px;
  display: block;
  border: 1px solid #83c4e5;
  padding: 20px;
  border-radius: 15px;
  background: #79b6c821;
  font-weight: 500;
}

.alex-blok-1-v2 {
    margin: 20px auto 40px;
    display: block;
    border: 1px solid #83c4e5;
    padding: 20px;
    border-radius: 15px;
    background: #79b6c821;
    font-weight: 500;
}

.slider-fon-w-1 {
  position: relative;
  padding: 45px 0 70px;
  margin: 0;
  width: 100%;
  overflow: hidden;
}

@media only screen and (max-width: 1023px) {
  .slider-fon-w-1 {
    padding: 20px 0 50px;
  }
}

.top-cat-blok-1 {
  position: relative;
  padding: 50px 0;
  margin: 0;
  width: 100%;
  background: #140e31;
  overflow: hidden;
}

.top-cat-blok-1 p {
    color: #fff;
}

.top-cat-blok-1 h2 {
  color:#fff;
  border-bottom: 1px solid #00daff69;
  padding-bottom: 35px;
  margin-bottom: 35px;
  max-width: 548px;
}

.catalog-blok {
  width: 100%;
}

.top-images-3 {
width: 100%;
    display: flex;
}

.top-images-v2 {
  border: 1px solid #00daff63;
  padding: 8px 8px 12px 8px;
  border-radius: 4px;
    max-width: 33.33333%;
    margin: 0 15px 40px 0;
}

.top-images-v2 h4 {
  margin: 0;
  background: #00daff3d;
  color: #fff;
  position: relative;
  top: 0;
  padding: 13px 10px;
  text-align: center;
  left: 0;
  z-index: 1;
  border-radius: 4px 4px 0 0;
  border-bottom: 8px solid #160b2b;
}

.top-images-v2 img {
    position: relative;
}

.podr-cat {
color: #fff;
  margin: 9px auto 0;
  font-weight: 400;
  border-top: 1px solid #ffffff91;
  padding: 9px 0 0;
}

.podr-cat img {
  padding: 0 10px 2px 0;
  vertical-align: middle;
  width: 32px !important;
}

.catalog-button {
  overflow: hidden;
  display: flex;
  max-width: 275px;
  margin: 20px auto 0;
}

.button-cat-podr {
  text-align: center;
  color: #fff;
  margin: 0 auto;
  border-radius: 4px;
  max-width: 250px;
  font-weight: 500;
  overflow: hidden;
  line-height: 1.2;
  float: left;
  border: 1px solid #00daff8c;
  font-size: 15px;
  padding: 12px 18px 12px;
}

.button-cat-podr:hover {
  transition: background 0.5s;
  border: 1px solid #41D3FF;
  background: #243c5a;
}

.button-cat {
  text-align: center;
  color: #72DEFF;
  margin: 0 auto;
  border-radius: 4px;
  max-width: 250px;
  font-weight: 500;
  overflow: hidden;
  line-height: 1.2;
  float: left;
  border: 1px solid #fff0;
  font-size: 15px;
  background: #1c657c7d;
  padding: 12px 18px 12px;
}

.button-cat:hover {
  transition: background 0.5s;
  border: 1px solid #41D3FF;
  background: #243c5a;
}

@media only screen and (max-width: 1023px) {
.top-cat-blok-1 {
    padding: 20px 0 30px;
  }
	
.top-images-3 {
display: block;}
	
.top-images-v2{
max-width: 485px;
margin: 0 auto 35px;}

.top-images-v2 img{
	width: 100%;}
}

.bottom-cat-blok-2 {
	position: relative;
    width: 100%;
    overflow: hidden;
	background: url(images/fon-cat-bottom.jpg) right;
    background-repeat: no-repeat;
    background-size: cover;
}

.bottom-cat-left-img {
    width: 50%;
}

.bottom-cat-left-img img{
float: left;
}

.bottom-cat-left-text {
    padding: 40px 20px 20px 40px;
    display: block;
    float: left;
    width: 50%;
}

@media only screen and (max-width: 1023px) {
.bottom-cat-left-img {
    width: 100%;
}

.bottom-cat-left-img img{
float: inherit;
width: 100%;
}

.bottom-cat-left-text {
	padding: 20px 15px 50px;
    float: inherit;
	width: 100%;}
}

.slider-blok-v2-white-1 {
    position: relative;
	overflow: hidden;
	width:100%;
    padding: 45px 0 70px;
	background: url(images/fon-slider-v2-white-1.jpg) center;
    background-repeat: no-repeat;
    background-size: cover;
}

.slider-blok-v2-left-img {
width: 36%;
float: left;
border-top: 1px solid #83c4e5;
padding: 8px 0 0;
}

.slider-blok-v2-right-text {
  padding: 40px 20px 20px 40px;
  display: block;
  float: left;
  width: 64%;
}

@media only screen and (max-width: 1023px) {
.slider-blok-v2-white-1 {
    padding: 30px 0 50px;
}
	
.slider-blok-v2-left-img {
width: 100%;
    float: inherit;
    margin: 0 auto;
    max-width: 400px;
}

.slider-blok-v2-right-text {
  padding: 40px 0 0 0;
  float: inherit;
	width: 100%;}
}

.contacts-fon1 {
    position: relative;
    margin: 0;
    width: 100%;
    overflow: hidden;
	display: flex;
	background: url(images/fon-contacts-img.jpg) bottom;
    background-repeat: no-repeat;
    background-size: cover;
	padding: 70px 0;
}

.contacts-fon1-v1 {
    display: block;
    float: left;
    width: 50%;
}

.contacts-fon1-v1 h4{
  font-size: 27px!important;
  font-weight: 700!important;
}

.contacts-fon1-v1 img {
  max-width: 180px;
border-bottom: 1px solid #cacaca;
padding-bottom: 15px;
}

.contacts-fon1-info {
font-size: 21px !important;
  font-weight: 600 !important;
  padding-bottom: 7px;
}

.contacts-fon1-info a{
color: #2b2b2b !important;
}

.contacts-fon1-info img {
padding: 0 15px 4px 0;
  vertical-align: middle;
  width: 40px;
  border-bottom: 0;
}

.button-whatsapp-contacts {
text-align: center;
  color: #2b2b2b;
  background: #A4E8C2;
  font-size: 17px;
  padding: 10px 18px 11px;
  margin: 9px 0 30px;
  border-radius: 4px;
  max-width: 270px;
  font-weight: 600;
  overflow: hidden;
  line-height: 1.2;
}

.button-whatsapp-contacts:hover {
  transition: background 0.5s;
  background: #96E0B7;
}

.contacts-fon1-info-v2{
padding-top:5px;
position:relative;
}

.contacts-fon1-info-v2 p{
margin-top: 0;
margin-bottom: 0;
overflow: hidden;
font-size: 17px !important;
  font-weight: 600 !important;
  padding-bottom: 7px;
}

.contacts-fon1-info-v2 img {
  vertical-align: middle;
  float: left;
  padding: 0 15px 4px 0;
  vertical-align: middle;
  width: 40px;
  border-bottom: 0;
}

.contacts-fon1-info-v3 {
  border-top: 1px solid #cacaca;
  margin-top: 40px;
}

.contacts-fon1-v2 {
	padding: 0 0 10px 50px;
    display: block;
    float: left;
    width: 50%;
}

@media only screen and (max-width: 1023px) {
.contacts-fon1 {
  background: url(images/fon-contacts-img.jpg) left;
  background-size: cover;
  background-repeat: no-repeat;
	  padding: 55px 0 45px;
}
	
.contacts-fon1-v1 {
  float: inherit;
  width: 100%;
}

.contacts-fon1-v2 {
    padding: 0 0 10px;
    float: inherit;
	width: 100%;}
}