/*
Theme Name: restet
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: restet
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

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

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

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/* normalize.css v8.0.0 | 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; /* 1 */
	-webkit-text-size-adjust: 100%; /* 2 */
}

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

/**
 * Remove the margin in all browsers.
 */

body {
	margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

@font-face {
	font-family: 'Golos';
	src: url('/wp-content/themes/restet/fonts/Golos_Text_Black.ttf')  format('truetype'); /* Safari, Android, iOS */
}

@font-face {
	font-family: 'Golos-medium';
	src: url('/wp-content/themes/restet/fonts/Golos_Text_Medium.ttf')  format('truetype'); /* Safari, Android, iOS */
}

@font-face {
	font-family: 'Golos-demibold';
	src: url('/wp-content/themes/restet/fonts/Golos_Text_DemiBold.ttf')  format('truetype'); /* Safari, Android, iOS */
}

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

.menu_bottom li.center-item {
	margin-top: 50px;
    font-family: 'Golos-medium';
    display: block;
    width: 100%;
    text-align: center;
}

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

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
	box-sizing: content-box; /* 1 */
	height: 0; /* 1 */
	overflow: visible; /* 2 */
}

/**
 * 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: Golos; /* 1 */
	font-size: 1em; /* 2 */
}

/* 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; /* 1 */
	text-decoration: underline; /* 2 */
	text-decoration: underline dotted; /* 2 */
}

/**
 * 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: Golos; /* 1 */
	font-size: 1em; /* 2 */
}

/**
 * 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; /* 1 */
	font-size: 100%; /* 1 */
	line-height: 1.15; /* 1 */
	margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
	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; /* 1 */
	color: inherit; /* 2 */
	display: table; /* 1 */
	max-width: 100%; /* 1 */
	padding: 0; /* 3 */
	white-space: normal; /* 1 */
}

/**
 * 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; /* 1 */
	padding: 0; /* 2 */
}

/**
 * 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; /* 1 */
	outline-offset: -2px; /* 2 */
}

/**
 * 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; /* 1 */
	font: inherit; /* 2 */
}

/* 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: Golos, sans-serif;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
}

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

h1, .hh{
	font-size: 48px;
}

h2{
	font-size: 36px;
	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: Golos;
	font-size: 15px;
	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: Golos, sans-serif;
	font-size: 15px;
	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
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after {
	/* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background: #fff;
	/* Fallback for when there is no custom background color defined. */
}

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

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

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

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

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto;
	/* Make sure images are scaled correctly. */
	max-width: 100%;
	/* Adhere to container width. */
}

figure {
    margin: 1em 0;
}

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

td{
    border: 2px #000 solid;
}

/*--------------------------------------------------------------
# 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: 12px;
	font-size: 0.75rem;
	line-height: 1;
	/* padding: .6em 1em .4em; */
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: transparent;
}

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: transparent;
	outline: none;
}

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

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

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: royalblue;
}

a:visited {
	color: purple;
}

a:hover, a:focus, a:active {
	color: midnightblue;
}

a:focus {
	outline: thin dotted;
}

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

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
	position: absolute;
	padding-top: 100px;
	padding-left: 10%;
	overflow: hidden;
}

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

.main-navigation ul>li>ul{
	margin-left: 380px;
	font-size: 32px;
	width: 30vw;
	top: 0!important;
}

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

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

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	/*left: 100%;*/
        left: 10%;
}

.main-navigation ul ul a {
	width: 30vw;
}

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

.menu-holovna-container{
	padding-top: 65px;
}

.menu-holovna-container li{
	width: 200px;
	padding-bottom: 21px;
}

.main-navigation li {
	/* float: left; */
	position: relative;
	text-transform: uppercase;
	width: 100%;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

/* Small menu. */
.menu-toggle{
	display: flex;
    background: transparent;
    border: none;
    font-size: 24px;
}

.main-navigation.toggled{
	overflow: visible;
	width: fit-content;
	height: 100%;
	background: url('https://estet.pl.ua/wp-content/uploads/background_menu-e1591174469520.png') no-repeat;
	background-size: cover;
        position: fixed;
}

.main-navigation.toggled ul {
	display: block;
	background-color: transparent;
	border-color: transparent;
	color: #131313;
	font-style: normal;
	font-weight: 500;
        font-size: 48px;
        line-height: 1.5;
        padding-right: 105px;
        /*padding-top: 100px;*/
}

.toggled .menu-toggle{
	
}

.toggled a{
	color: #000;
}

.toggled a:hover{
	color: #fff;
}

.menu_title{
	padding-left: 20px;
	font-family: Golos-medium;
}

.section1{
	display: flex;
	justify-content: space-between;
}

.telephones{
	padding-right: 200px;
	padding-top: 75px;
	/* width: 194px; */
	height: 29px;
	top: 75px;
	font-family: Golos-medium;
	font-style: normal;
	font-weight: 500;
	font-size: 24px;
	line-height: 29px;
	letter-spacing: 0.1em;
}

.telephones a{
	text-decoration: none;
	color: #131313;
}

.switch_language{
	margin-top: 80px;
	padding-right: 20px;
	position: absolute;
	right: 20px;
}

.language-chooser>li>.qtranxs_short_ua{
	text-transform: uppercase;
	background: -webkit-linear-gradient(royalblue, yellow);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.language-chooser>li>.qtranxs_short_ru{
	color: #000;
}

.switch_language ul{
	list-style-type: none;
}

.main_title{
	width: 443px;
	height: 106px;
	padding-left: 199px;
	padding-top: 217px;
	font-family: Golos;
	font-style: normal;
	font-weight: 900;
	font-size: 48px;
	line-height: 110%;
	text-transform: uppercase;
}

.button_more{
	margin-left: 200px;
	text-align: center;
	margin-top: 167px;

/* 	box-shadow: 10px 10px 30px rgba(19, 19, 19, 0.15); */
	margin-bottom: 100px;
}

.main_more{
    /* width: 141px;
    height: 29px; */
    width: 100%;
    height: auto;
    /* padding-left: 63px; */
    padding-top: 13px;
    font-family: Golos;
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 29px;
    text-align: center;
}

.main_more a{
    color: #fff;
    text-decoration: none;
	transition:0.6s;
	width: 236px;
	height: 60px;
	background: #A64CD2;
	display: flex;
    align-items: center;
    justify-content: center;
}
.main_more a:hover{
	background:#fff;
	color:#A64CD2;
	border:1px solid#A64CD2;
	transition:0.3s;
}

.button_more button{
	border-style: none;
	letter-spacing: 0.05em;
	background-color: transparent;
}

.entry-meta, .entry-footer, .comments-area{
	display: none;
}


.why_we{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-right: 200px;
    padding-left: 200px;
    margin-bottom: 60px;
}

.why_we1, .why_we2, .why_we3, .why_we4, .why_we5, .why_we6{
	width: 30%;
	text-align: center;
}

.why_we_title{
	/* width: 375px; from disain*/
	font-family: Golos-demibold;
	font-style: normal;
	font-weight: 600;
	font-size: 24px;
	line-height: 32px;
	text-align: center;
	letter-spacing: 0.03em;
	margin-bottom: 0px;
}

.services{
	background-image: url("https://estet.pl.ua/wp-content/uploads/background_services-2.jpg");
	padding-left: 200px;
	padding-right: 200px;
	padding-bottom: 135px;
    background-size: cover;
}

.service_first{
	margin-top: -50px;
}

.service_first, .service_second{
	display: flex;
}

.service_first .service_el{
	width: 364px;
	margin-right: 27%;
}

.service_el a{
    text-decoration: none;
}

.service_second .service_el{
	width: 364px;
	margin-left: 27%;
}

.service_second{
	margin-top: -6%;
}

.site-branding{
	margin-left: calc(50% - 117px);
    width: 234px;
}

.services_title{
	font-family: Golos;
	font-style: normal;
	font-weight: 900;
	font-size: 24px;
	line-height: 32px;
	text-align: center;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	color: #131313;
}

.news_slider, .services_icons, .padding_page, .entry-header, .in_row{
    /* padding-left: 180px;
    padding-right: 180px; */
}

.services_text h1{
    text-align: center;
}

.services_text h2, .services_text h3{
    color: #5b9bd5;
}

.padding_page{
	font-family: 'Golos-demibold'!important;
        padding-bottom: 5%;
        font-size: 18px;
}

.padding_page p{
	text-indent: 25px;
}

.padding_page	 a{
    text-decoration: none;
}

.padding_page h2, .padding_page h3, .padding_page h4, .content_text_training h2, .content_text_training h3{
	color: #5b9bd5!important;
}

.post-thumbnail{
    text-align: center;
}

.slid_item{
	padding: 20px;
	/* height: 650px; */
    overflow: hidden;
    max-width: 30%;
}
.slid_item:hover{
	box-shadow: 0 0 15px 0 rgb(11 21 28 / 20%);
}

.slid_item a, .slid_items a{
	color: #000;
	text-decoration: none;
	font-size: 24px;
	display: block;
}

.all_news a{
	display: flex;
}

.slid_item img{
	width: 100%;
	
}

.all_news>.slid_items img{
	min-width: 300px;
    height: 100%;
}

.slid_items{
	padding: 20px;
    border: #e0e0e0 2px solid;
    border-radius: 15px;
	margin-bottom:15px;
}
.slid_items:hover{
	box-shadow: 0 0 15px 0 rgb(11 21 28 / 20%);
}

.slick-prev, .slick-next{
	background-color: #A64CD2;
	width: 60px;
	height: 60px;
	top: 0;
}

.slick-prev:before, .slick-next:before{
    opacity: 1;
}

.slick-prev{
    position: relative;
    left: 90%;
}

.slick-next{
    right: 10%;
}

.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus{
	background-color: #A64CD2;
}

.news_slider h2{
/* 	margin-bottom: -30px; */
}

.site-info{
	background: url('https://estet.pl.ua/wp-content/uploads/back_footer-1-2.jpg') no-repeat;
	padding-left: 9%;
	padding-right: 9%;
	/* padding-top: 173px; */
    background-size: cover;
}

.address{
	font-size: 48px;
	text-transform: uppercase;
	padding-top: 58px;
}

.tel_1, .tel_2{
	font-size: 48px;
	margin: 0;
}
.tel_1 a, .tel_2 a{
	color: #404040;
	text-decoration:none;
}
.tel_1 a:hover, .tel_2 a:hover{
	text-decoration:underline;
}
.tel_soc{
    display: flex;
    margin-bottom: 66px;
    justify-content: space-between;
}

.menu_bottom{
    font-size: 24px;
    max-width: 100vw;
}

.menu_bottom a{
	text-decoration: none;
}

.menu_bottom ul a{
	color: #000;
}

.menu_bottom ul{
	list-style: none;
	display: flex;
	justify-content: flex-start;
	margin-left: 0;
	padding-left: 0;
        flex-wrap: wrap;
	margin-bottom: 0;
}

.menu_bottom li{
	padding-right: 50px;
}

.text_news{
	padding: 0px 30px 30px 30px;
}

.title_news{
	color: #A64CD2;
}

.morenews h2{
	margin-bottom: 0;
}

.first_row, .second_row, .third_row, .fourth_row{
	display: flex;
	justify-content: space-between;
	font-size: 32px;
    text-transform: uppercase;
}

.first_row p, .second_row p, .third_row p, .fourth_row p{
	width: 450px;
}

.services_icons{
	text-align: center;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        font-size: 32px;
}

.services_icons img{
    border-radius: 50%;
}

.services_icons div{
    margin: auto;
}

.services_icons a{
    text-decoration: none;
    color: #000;
}

.sub-menu{
	height: fit-content!important;
    background: transparent!important;
	top: -36px!important;
	box-shadow: none!important;
}

.sub-menu a, .sub-menu li{
	/* max-width: 250px!important; */
}

.in_row{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    text-transform: uppercase;
    text-indent: 0;
}

.in_row a{
	padding: 20px;
	border: 2px solid #A64CD2;
	border-radius: 50px;
	color: #000;
	text-decoration: none;
	text-align: center;
        margin-bottom: 20px;
}

.menu-holovna-container>#primary-menu>li{
	display: block;
	width: fit-content;
}

#primary-menu .sub-menu{
    padding-top: 1%;
    position: fixed;
    overflow: auto;
    /*background-color: #ef00ff5e!important;*/
    background-color: #ef00ff!important;
    padding-left: 30px;
    width: 100%;
    height: 100%!important;
    font-size: 27px;
    line-height: 2;
}

#primary-menu .sub-menu .sub-menu{
    top: 0!important;
    margin-left: 55%;
    width: 100%;
    padding-left: 30px;
    position: fixed;
    font-size: 21px;
}

.breadcrumbs{
    padding-left: 10%;
}

.menu-holovna-container>#primary-menu>li>a{
    width: 450px;
    font-size: 40px!important;
    box-sizing: border-box;
}

.adinfo{
    justify-content: space-between;
    display: flex;
    font-size: 21px;
    max-width: 100vw;
}

.adinfo a{
    text-decoration: none;
    color: #000;
}

.to_news{
    text-align: center;
    padding-top: 10px;
/*     margin-left: calc(50% - 118px); */
    margin-top: 0;
}

.to_news a{
	background-color: #A64CD2;
    color: #fff;
	height: 60px;
    width: 236px;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 24px;
	transition:0.6s;
	display:flex;
	justify-content:center;
	align-items:center;
	margin: auto;
}
.to_news a:hover{
	background:#fff;
	color:#A64CD2;
	border:1px solid#A64CD2;
	transition:0.3s;
}



.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 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; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.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: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */
}

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

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

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

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

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
	/* Make sure select elements fit in widgets. */
}

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

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

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

.crp_related ul {
    list-style: none;
    float: left;
    margin: 0 !important;
    padding: 0 !important;
    display: flex;
    justify-content: space-around;
    margin: auto!important;
    float: none;
}

.crp_related h3{
    display: none;
}

.post p{
    text-indent: 25px;
}

.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-header{
	background: url(https://estet.pl.ua/wp-content/uploads/rectangle-2-2.webp);

	/* height: 50vw; */
	/* width: auto; */
	background-position-x: center;
    background-size: cover;
}

.menu-toggle span {
    display: block;
    height: 4px;
    width: 45px;
    background: #000;
    opacity: 1;
    transform: rotate(0deg);
    transition: .25s ease-in-out;
    margin-bottom: 7px;
    border-radius: 12px;
}

.lang{
    padding-right: 5%;
    padding-top: 8%;
    position: absolute;
    right: 0;
}

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

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	/* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.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;
}

.custom-logo-link img{
	width: 235px;
	height: auto;
}

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

.title_body{
	text-transform: uppercase;
	color: #131313;
	text-align: center;
	font-family: Golos;
	font-style: normal;
	font-weight: 900;
	font-size: 48px;
	line-height: 110%;
	padding-top: 69px;
	padding-bottom: 59px;
	margin: 0;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

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

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}

.toggled .menu-toggle>div>span:nth-child(3) {
    background: #000;
    transform: rotate(-45deg);
    margin-top: -10px;
}

.toggled .menu-toggle>div>span:nth-child(1) {
    background: #000;
    transform: rotate(45deg);
    margin-top: 10px;
    transition: 0.5s;
}

.toggled .menu-toggle>div>span:nth-child(2) {
    display: none;
}

.soc{
    display:flex;
    justify-content: space-between;
    flex-wrap: wrap;
	align-items:center;
}

footer .soc>a{
	height:fit-content;
	display:flex;
	 transition: background 2s linear;
}
footer .soc>a:first-child{
	background:transparent;
	background-size:0px;
	transition:1s;
	background-position:-100px;
}
footer .soc>a:first-child:hover{
/* 	  background: #f09433;  */
	background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%); 
	background: -webkit-linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%); 
	background: linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%); 
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f09433', endColorstr='#bc1888',GradientType=1 );
	background-size:108px;
	transition:1s;
	background-position:0px;
}
footer .soc>a:nth-child(2){
	background:transparent;
	background-size:0px;
	transition:1s;
	background-position:-100px;
}
footer .soc>a:nth-child(2):hover{
/* 	  background: #f09433;  */
	background: #3b5998;
	background-size:108px;
	transition:1s;
	background-position:0px;
}
.telega {
	background: url(/wp-content/uploads/telegram-color.png)no-repeat; */
    display: flex!important;
    width: 30px;
    height: 30px;
    background-size: 100%;
    background-position: 50%, 50%;
}
.whatsup {
    background: url(/wp-content/uploads/2019/07/whatsup.webp)no-repeat;
    display: flex!important;
    width: 30px;
    height: 30px;
    background-size: 125%;
    background-position: 50%, 50%;
}
.skype {
    background: url(/wp-content/uploads/2019/07/skype.webp)no-repeat;
    display: flex!important;
    width: 30px;
    height: 30px;
    background-size: 125%;
    background-position: 50%, 50%;
}
.viber {
    background: url(/wp-content/uploads/viber-1-2.jpg)no-repeat;
    display: flex!important;
    width: 30px;
    height: 30px;
    background-size: 135%;
    background-position: 50%, 50%;
}
.face {
    background: url(https://estet.pl.ua/wp-content/uploads/social_facebook_box_blue.png)no-repeat;
    display: flex!important;
    width: 30px;
    height: 30px;
    background-size: 105%;
    float: left;
}
.messenger{
    background: url(https://estet.pl.ua/wp-content/uploads/messenger-1.png)no-repeat;
    display: flex!important;
    width: 30px;
    height: 30px;
    background-size: 105%;
    float: left;
}
.insta {
    background: url(https://estet.pl.ua/wp-content/uploads/instagram_png11.png)no-repeat;
    display: flex!important;
    width: 30px;
    height: 30px;
    background-size: 100%;
}

/* .b-lazy {
    -webkit-transition: opacity 500ms ease-in-out;
       -moz-transition: opacity 500ms ease-in-out;
          -o-transition: opacity 500ms ease-in-out;
             transition: opacity 500ms ease-in-out;
               max-width: 100%;
                 opacity: 0;
}
.b-lazy.b-loaded {
    opacity: 1;
} */

.lang-ua img{
    width: 18px;
    height: 12px;
}

.why_we4 img{
    width: 100%;
    height: auto;
}

.entry-content, .entry-title, .news_slider.morenews, .news_text, .services_text, .services_icons{
    padding-left: 10%;
    padding-right: 10%;
}

.ad_info{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.ad_info a{
    color: #000;
    text-decoration: none;
}

.share_social{
    text-align: center;
}

.multiple-items{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
	padding-left: 10%;
    padding-right: 10%;
}



.img-404 img{
	display:block;
	margin: auto;
	filter: hue-rotate(45deg);
}
#postarea{
	padding:0px 10%;
}
.back_to_top, .to-the-top {
    position: fixed;
    bottom: 100px;
    right: 30px;
    z-index: 9999;
    width: 65px;
    height: 72px;
    text-align: center;
    line-height: 45px;
/*     background: url(../../uploads/autoscroll-1.svg)no-repeat; */
    background-size: contain;
    cursor: pointer;
    border-radius: 2px;
    display: none;
    font-size: 40px;
    opacity: 0.7;
/* 	filter: hue-rotate(-135deg) contrast(0.2); */
		transition:1.5s;
}
.back_to_top svg, .to-the-top svg{
	padding: 4px;
    border-radius: 10px;
	transition:1.5s;
}
.back_to_top:hover svg path, .to-the-top:hover svg path {
	fill:#ffffff;
	transition:1.5s;
}
.back_to_top:hover svg, .to-the-top:hover svg {
	background:#a64cd2;
	transition:1.5s;
}
.back_to_top-show {
    display: block;
}


@media (max-width: 640px){
	#sbi_images>div{
		width: 33.3%!important;
		padding:5px!important;
	}
}


@media screen and (min-width: 37.5em) {
    .main-navigation ul {
        display: none;
    }
}

@media screen and (max-width: 1750px){
    .slick-prev{
        left: 88%;
    }
    #primary-menu .sub-menu .sub-menu {
        margin-left: 58%;
    }
}

@media screen and (max-width: 1700px){
    .service_first .service_el {
        width: 340px;
        margin-right: 24%;
    }
    .service_second .service_el {
        width: 340px;
        margin-left: 24%;
    }
}

@media screen and (max-width: 1660px){
    #primary-menu{
        padding-top: 0;
    }
    #primary-menu .sub-menu .sub-menu {
        margin-left: 58%;
    }
    .service_first .service_el, .service_second .service_el{
        width: 300px;
    }
}

@media screen and (max-width: 1500px){
    .slick-prev{
        left: 85%;
    }
    #primary-menu .sub-menu .sub-menu{
        font-size: 18px;
        margin-left: 52%;
    }
    #primary-menu .sub-menu{
        font-size: 24px;
        line-height: 1.5;
        padding-left: 10px;
    }
    .main-navigation {
        position: absolute;
        padding-top: 20px;
        padding-left: 2%;
    }
}

@media screen and (max-width: 1400px){
    #primary-menu .sub-menu .sub-menu {
        margin-left: 54%;
    }
    .menu-holovna-container>#primary-menu>li>a {
        width: 350px;
    }
    .main-navigation ul>li>ul {
        margin-left: 420px;
    }
    .service_first{
        /*margin-top: -10px;*/
    }
    .service_first .service_el, .service_second .service_el{
        width: 250px;
    }
}

@media screen and (max-width: 1250px){
    #primary-menu{
        font-size: 36px;
        /*padding-top: 100px;*/
    }
    .main-navigation ul>li>ul {
        margin-left: 300px;
    }
    #primary-menu .sub-menu{
        font-size: 21px;
    }
    #primary-menu .sub-menu .sub-menu{
        margin-left: 48%;
    }
    .slick-prev{
        left: 82%;
    }
    .services{
        padding-left: 100px;
        padding-right: 100px;
    }
    .service_first {
        margin-top: 0px;
    }
    .title_body{
        padding-top: 100px;
        padding-bottom: 50px;
    }
}

@media screen and (max-width: 1100px){
    .slick-prev{
        left: 80%;
    }
    #primary-menu .sub-menu .sub-menu {
        margin-left: 52%;
    }
    .service_first .service_el{
        margin-right: 20%;
    }
    .service_second .service_el{
        margin-left: 20%;
    }
}

@media screen and (max-width: 1024px){
    .menu_bottom li {
        width: 33%;
    }
    .news_slider{
        padding-left: 2%;
        padding-right: 2%;
    }
    .main-navigation.toggled{
        width: 100vw;
        text-align: center;
        position: absolute;
        height: fit-content;
    }
    #primary-menu{
        font-size: 48px;
    }
    #primary-menu .sub-menu .sub-menu{
        margin-left: 0;
        padding-left: 0;
        position: relative;
    }
    #primary-menu .sub-menu{
        position: relative;
        margin-left: 0;
        background-color: transparent;
        padding-top: 0;
    }
    .main-navigation ul ul a{
        width: 100%;
        height: fit-content;
    }
	    .main-navigation{
        padding-left: 0;
        z-index: 99999;
    }
    .services{
        padding-top: 10%;
        padding-left: 2%;
        padding-right: 2%;
    }
    .service_second{
        margin-top: 0;
    }
    .service_first{
        margin-top: 0;
    }
    .menu-holovna-container>#primary-menu>li {
        width: 100%;
    }
    .menu-holovna-container>#primary-menu>li>a{
        margin: auto;
    }
/*     .toggled .main-navigation ul ul a{
        overflow: visible;
    } */

    #primary-menu .sub-menu{
        left: 0;
        overflow: hidden;
        max-height: 0px;
		transition: 0.5s;
    }
	
	#primary-menu .focus>ul>.focus>ul{
		overflow: visible;
        max-height: 1000px!important;
		
    }
	#primary-menu .focus>ul{
        width: 100%;
        max-height: 1000px;
        transition: 0.5s;
        padding-top: 1%;
        background-color: transparent!important;
        overflow: visible;
		
    }
	
/*    .toggled #primary-menu .focus ul .focus ul{
		overflow: visible;
        max-height: 1000px;
    } */
    .toggled .menu-toggle {
        z-index: 999999;
        position: absolute;
    }
    .main-navigation.toggled ul{
        padding-right: 0;
    }
    .telephones {
        padding-right: 100px;
    }
    .title_body{
        padding-top:0;
    }
    .site-info{
        padding-top: 50px;
    }
    .why_we, .services_icons, .padding_page, .entry-header, .why_we_first, .why_we_second, .in_row, .post{
        padding-left: 2%;
        padding-right: 2%;
    }
}

@media screen and (max-width: 980px){
    .slick-prev{
        left: 77%;
    }
    .news_slider h2{
        text-align: left;
    }
    .menu_bottom, .adinfo{
        font-size: 21px;
    }
    .telephones {
        padding-right: 70px;
    }
    .service_first .service_el{
        margin-right: 21%;
    }
    .service_second .service_el{
        margin-left: 21%;
    }
}

@media screen and (max-width: 768px){
    h1, .hh{
        font-size: 36px;
    }
    .service_first .service_el{
        margin-right: 16%;
    }
    .service_second .service_el{
        margin-left: 16%;
    }
    .telephones{
        font-size: 21px;
        width: 300px;
    }
    .main_title{
        width: auto;
        text-align: center;
        padding-left: 0;
    }
    .button_more{
        margin-left: auto;
        margin-right: auto;
    }
    .why_we1, .why_we2, .why_we3, .why_we4, .why_we5, .why_we6 {
        width: 48%;
    }
    .why_we_title{
        font-size: 18px;
        line-height: 21px;
    }
    .descriptions_news{
        font-size: 18px;
    }
    .all_news a {
        display: flex;
        flex-wrap: wrap;
    }
    .all_news>.slid_items img{
        margin: auto;
    }
    .text_news{
        padding:0;
    }
}

@media screen and (max-width: 600px){
    .slick-prev{
        left: 65%;
    }
    .menu_bottom, .adinfo{
        font-size: 14px;
    }
    .site-info{
        padding-left: 2%;
        padding-right: 2%;
    }
    .address, .tel_1, .tel_2{
        font-size: 36px;
    }
    .telephones{
        font-size: 14px;
        padding-top: 35px;
    }
    .switch_language{
        margin-top: 40px;
    }
    .service_first .service_el{
        width: auto;
        margin: 15px auto 15px 0px;
    } 
    .service_second .service_el{
        width: auto;
        margin: 15px 0px 15px auto;
    }
    .service_first, .service_second{
        flex-wrap: wrap;
    }
    .service_first>div:nth-child(2){
        margin: 15px 0px 15px auto!important;
    }
    .service_second>div:nth-child(1){
        margin: 15px auto 15px 0px!important;
    }
    .title_body {
        padding-top: 50px;
    }
    .soc{
        width: max-content;
    }
}

@media screen and (max-width: 450px){
    .address, .tel_1, .tel_2{
        font-size: 12px;
    }
    .soc img{
        width: 30%;
    }
    .why_we1, .why_we2, .why_we3, .why_we4, .why_we5, .why_we6 {
        width: auto;
    }
    .service_first .service_el, .service_second .service_el{
        width: 80%;
    }
    .main_title{
        font-size: 36px;
    }
    .menu_title{
        display: none;
    }
    .all_news>.slid_items img{
        min-width: 250px;
    }
    .padding_page{
        font-size: 17px;
    }
    .pricet{
        font-size: 10px;
    }
    .padding_page table{
        font-size: 10px;
    }
}

@media screen and (max-width: 375px){
    .site-branding {
        margin-left: calc(40% - 117px);
        width: 234px;
    }
}