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

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

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

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

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

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

@import url('https://fonts.googleapis.com/css2?family=Exo+2:wght@900&family=Open+Sans:ital,wght@0,400;0,600;1,400;1,600&display=swap');
/* 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%;
	background: var(--white);
}

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

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

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

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

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

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

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

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

html {
	box-sizing: border-box;
	font-size: 10px;
}

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

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #2C2C2C;
	line-height: normal;
	font-weight: normal;
}

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

p {
	margin-bottom: 1.5em;
}

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

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

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

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

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

mark,
ins {
	background: var(--white)9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	background: var(--white);
	color: var(--brown);
	font-family: 'Open Sans', sans-serif;
	font-size: 18px;
	font-weight: 300
}

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

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

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

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

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}


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

figure {
	margin: 1em 0;
}

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

/* Links
--------------------------------------------- */
a {
	color: var(--green);
	text-decoration: none;
	position: relative;
}
a::before {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 1px;
	background: var(--green);
	transition: all 150ms ease;
	visibility: hidden;
	transform: scaleX(0);
}
a:hover::before,
a:focus::before,
a:active::before {
	  visibility: visible;
    transform: scaleX(1);
}
a:hover,
a:focus,
a:active {
	
}

a:focus {
	outline: none;
}

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

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

}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	
}

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

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
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="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%;
}



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

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

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

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

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

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

.bypostauthor {
	display: block;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.gallery-caption {
	display: block;
}

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

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

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

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

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

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

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

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 0 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;
}



/* basetheme styles
--------------------------------------------- */
:root {
	--black: #323131;
	--white: #fff;
	--brown: #40210D;
	--green: #6C7816;
	--grey: #828282;
	--light-grey: rgba(108, 120, 22, .08);

	--small-text: 0.888em;

	--card-width: 24%;
}

*,
*:before,
*:after {

}
h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4 {
	font-size: 2rem;
	line-height: 140%;
	letter-spacing: 0.05em;
	margin-top: 0;
	margin-bottom: 1.666em;
	font-family: "Exo 2";
}

h1, .h1 {
	font-size: 5rem;
	line-height: 160%;
	text-transform: uppercase;
}
h2, .h2 {
	font-size: 5rem;
	text-transform: uppercase;
	margin-bottom: 0.652em;
}
h3, .h3 {
	font-size: 3rem;
	color: var(--green);
	margin-bottom: 1em;
}



.break {
  flex-basis: 100%;
  height: 0;
}


/* Content styles */
.content h1,
.content h2,
.content h3,
.content h4,
.content h5 {
	/text-align: left;
	width: 100% !important;
	margin-bottom: 0.7em;
	font-weight: normal;
}
.content .has-text-align-center:before {
	left: 50%;
    transform: translateX(-50%);
}
.content ul {
	list-style: none;
	margin: 0;
	padding: 0 0 .5em 0;
}
.content ul li,
.content ul li {
	position: relative;
	padding-left: 1.5em;
	margin-bottom: 0.75em;
}
.content ul li:before {
	content: "~";
	font-size: 1.33em;
	line-height: 1em;
	position: absolute;
	top: 0;
	left: 0;
	color: var(--green);
}
.content ul li b {
	font-weight: 600;
}
.content ol {
	padding: 0;
	margin: 0 0 1.5em 1.6em;
}
.content ol li {
	margin-bottom: 0.62em;
}
.content ol li::marker {
	color: #C8A24C;
}

.content .wp-block-image,
.content .wp-block-gallery,
.content .wp-block-pullquote,
.content .wp-block-table {
	margin: 2em 0;
}
.content .wp-block-quote {
	padding: 0.5em 1em 1em;
    border-left: 0.25em solid #C8A24C;
    padding-left: 1em;
    margin: 2.5em 0 2.5em 2.5em;
    background: rgba(196, 196, 196, 0.2);
}
.content .wp-block-pullquote {
	background: linear-gradient(180deg, rgba(196, 196, 196, 0) 0%, rgba(196, 196, 196, 0.5) 100%) !important;
}
.content .blocks-gallery-grid .blocks-gallery-item {
	padding-left: 0;
}
.content .blocks-gallery-grid .blocks-gallery-item:before {
	content: none;
}
.content img {
}
.content figcaption {
	font-size: 1.666em;
	font-family: "Open Sans";
}
.content ul.wp-block-gallery, .content ul.blocks-gallery-grid {
	padding: 0;
}
.content .table-wrap {
	max-width: calc(100vw - 1.5em);
}
.content .table-wrap td, .content .table-wrap th {
	border-color: var(--white);
	padding: 0.5em;
    word-break: normal;
}

.content .table-wrap thead {
	background: #C8A24C;
	color: var(--white);
}
.content .table-wrap tr:nth-child(even) {
	background: rgba(196, 196, 196, 0.2);
}


/* Helpers
--------------------------------------------- */
:root {
		--content-width: 1450px;
	}

.wrapper {
	margin-right: auto;
    margin-left: auto;
    padding-left: 0;
    padding-right: 0;
    max-width: var(--content-width);
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.site-main .wrapper {
	flex-wrap: wrap;
}
.wrapper.full {
	width: 100% !important;
	padding: 0 40px;
}
.mobshow,
.tabletshow {
	display: none !important;
}
.bg-center-cover {
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.bg-size-onheight {
	background-size: auto 100%;
}
.bg-right-align {
	background-position: center right;
}
.bg-left-align {
	background-position: center left;
}



.flex {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.wrap {
	flex-wrap: wrap;
}
.row {
	flex-direction: row;
	flex-wrap: wrap;
}
.column {
	flex-direction: column;
}
.top {
	align-items: flex-start;
}
.bottom {
	align-items: flex-end;
}
.stretch {
	align-items: stretch;
}
.start {
	justify-content: flex-start;
}
.end {
	justify-content: flex-end;
}
.center {
	justify-content: center;
}



/* MAGIC IMAGE */
.magic-image {
	align-items: stretch;
	--mi-left: calc((100vw - var(--content-width))/2);
}

.magic-image .image-overlay {
	position: relative;
}
.magic-image .isimage {
	z-index: 1;
	
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 0;
	bottom: 0;
	left: calc(var(--mi-left) - var(--mi-left)*2);
	background-size: cover;
	background-position: center;
}

.magic-image .col2 {
	position: relative;
	z-index: 2;
	left: -7%;
}

/* Default Elements */

section {
	padding: 8.333em 0;
}
.button,
a.button,
input[type=submit] {
	font-size: 2.4rem;
	padding: 0 2.75em;
	height: 6rem;
	min-width: 34rem;
	display: inline-flex;
	align-items: center;
	text-align: center;
	cursor: pointer;
	color: var(--white);
	text-decoration: none;
	
	background: var(--green);
	border-radius: 4rem 0 4rem 0;

	justify-content: center;
	position: relative;
	z-index: 1;
  overflow: hidden;
  border:  none;
  box-shadow: none;
  transition: border-radius 0.5s linear;
}

.button:hover,
input[type=submit]:hover {
 border-radius: 0;
}
a.button::before {
	content: none !important;
}

.button.bordered,
input[type=submit].bordered {
	background: transparent;
	border: 1px solid var(--white);
	color: var(--white);
}
.button.bordered-dark,
input[type=submit].bordered-dark {
	background: transparent;
	border: 1px solid var(--purpur);
	color: var(--purpur);
}
.button.bordered-dark:hover,
input[type=submit].bordered-dark:hover {
	color: #fff;
	border-color: transparent;
}

.button.small {
	padding: 0 2.2rem;
	height: 3rem;
	min-width: 0;
	white-space: nowrap;
	color: var(--black);
	border-color: var(--grey);
	border-radius: 2rem 0 2rem 0;
	font-size: 1.6rem;
}
.button.small:hover {
	border-radius: 0;
	background: var(--light-grey);
}
.button.auto {
	min-width: 0;
}

.button.bordered::before,
input[type=submit].bordered::before {
	background: linear-gradient(360deg, rgba(255, 255, 255, .3) -12%, rgba(255, 255, 255, 0) 112%);
}

.hidden {
	display: none;
}


.popup-win {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0,0,0,0.5);
	justify-content: center;
	align-items: center;
	z-index: 5000;
	padding: 0 2.5em;
	overflow-y: auto;
	display: none;
}
.popup-win .win {
	display: flex;
	flex-direction: column;
	align-items: center;
	flex-wrap: wrap;
	position: relative;
	background: var(--white);
	padding: 2.777em;
	max-width: 25.55em;
	box-shadow: 0 0 2em rgba(0, 0, 0, 0.3);
	position: relative;
	margin: 0 auto;

 box-shadow: 0 0 4em 0 rgb(18 54 98 / 20%);
}
.popup-win .win h2 {
	width: 100%;
	margin-top: 0;
	text-align: left;
	font-size: 2em;
	margin-bottom: 1.56em;
	max-width: 400px;
}
.popup-win h3 {
	font-size: 2em;
	text-transform: none;
	margin-bottom: 1.25em;
}

.apply-win h3 {
	margin-bottom: 0;
}

.popup-win .win .content {
	width: 100%;
	max-width: 36em;
	margin: 0 auto;
}
.popup-win .win .content p:first-child {
	margin-top: 0;
}
.popup-win .win .content p:last-child {
	margin-bottom: 0;
}

.popup-win.form .win input {
	width: 100%;
}


.wpcf7-form {
	position: relative;
}
.wpcf7-form p {
	position: relative;
	margin: 0;
}
.popup-win.form .wpcf7-form-control-wrap {
	width: 100%;
}
.wpcf7-form p br {
	display: none;
}
.wpcf7-spinner {
	position: absolute !important;
	right: 0.8em;
  bottom: 0.8em;
  margin: 0;
  width: 1.8em;
  height: 1.8em;
  z-index: 10;
}
.wpcf7 form .wpcf7-response-output {
	margin: 1em auto;
	border-radius: 0.625em;
  padding: 0.5em;
  text-align: center;
  width: auto;
  position: absolute;
  bottom: -5em;
  width: 100%;
}
.win .wpcf7 form .wpcf7-response-output {
	position: static;
	background: var(--light-grey);
}
.wpcf7-not-valid-tip {
	position: absolute;
	bottom: 0.1em;
	left: 0;
	font-size: 80%;
}
.wpcf7-form-control-wrap {
	display: block;
}

input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]),
textarea,
select {
	width: 100%;
	border: none;
	border-radius: 1.666em;
	border: 0.0277em solid rgba(0, 0, 0, .5);
	background: transparent;
	height: 3.333em;
	padding: 0 1.666em;
	margin-bottom: 1.111em;
	background: var(--white50);
}
textarea {
	height: 13.555em;
	padding: 1.3em 1.666em;
	resize: none;
}

input[type="checkbox"] {
	border: 1px solid rgba(0, 0, 0, .5) !important;
	border-radius: 0;
}

::placeholder,
::-webkit-input-placeholder {
	opacity: 0.5;
}
input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]):focus,
textarea:focus,
select:focus {
	outline: none;
}



.close {
	width: 1.666em;
	height: 1.666em;
	position: absolute;
	top: -0.833em;
	right: -0.833em;
	cursor: pointer;
	background: url(images/ico_close.svg) no-repeat center;
	background-size: contain;
}
.close:hover {
	opacity: 0.8;
}



.popup-win-order-opened .popup-win.order-win,
.popup-win-apply-opened .popup-win.apply-win,
.popup-win-wallet-opened .popup-win.wallet-win {
	display: block;
}

.popup-win-requestcall-opened,
.popup-win-apply-opened,
.popup-win-wallet-opened  {
	overflow: hidden;
}

article {
	width: 100%;
}


/* header  */
.site-header {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	height: auto;
	background: rgba(255,255,255,0.8);
	z-index: 100;
	box-shadow: 0 1px 2px rgba(0, 0, 0, .1);
	padding-bottom: 0.7rem;
}
.site-header .wrapper {
	position: relative;
	align-items: center;
}
.site-branding img {
	width: 13rem;
	display: block;
}
.site-header .main-menu {
	
}
.site-header .menu {
	display: flex;
	flex-wrap: nowrap;
}
.site-header .main-menu .menu a {
	margin-right: 3rem;
	white-space: nowrap;
	color: var(--brown);
}
.site-header .main-menu .menu a:last-of-type {
	margin-right: 0;
}
.main-menu .messengers a {
	width: 2.4rem;
	height: 2.4rem;
	margin-right: 1.7rem;
}

.site-header .messengers a:last-of-type {
	margin-right: 1.7rem;
}
.site-header .phone {
	width: fit-content;
	display: flex;
	align-items: center;
	white-space: nowrap;
	line-height: 2.4rem;
	font-family: "Exo 2";
	letter-spacing: 0.05em;
}
.site-header .phone:before {
	content: '';
	width: 2.4rem;
	height: 2.4rem;
	margin-right: 1.1rem;
	background: url(images/ico-headphone.png) no-repeat center / 100% !important;
	position: static !important;
	display: inline-block;
	visibility: visible !important;
	transform: none;
}
.site-header .right-menu {
	padding-left: 3rem;
	justify-content: space-between;
}
.messengers {
	display: flex;
}
.messengers a {
	display: block;
	margin-right: 3.3rem;
	height: 5rem;
	width: 5rem;
	position: relative;
	z-index: 1;
  overflow: hidden;
}
.messengers a::before {
	content: none;
}
.messengers a:last-of-type {
	margin-right: 0;
}
.messengers a::after {
	position: absolute;
  content: "";
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100%;
}

.messengers a.viber::after {
	background-image: url(images/ico_viber.svg);
}
.messengers a.telegram::after {
	background-image: url(images/ico_telegram.svg);
}
.messengers a.whatsapp::after {
	background-image: url(images/ico_whatsapp.png);
}

.messengers a.instagram::after {
	background-image: url(images/ico_instagram.svg);
}
.messengers a.youtube::after {
	background-image: url(images/ico_youtube.svg);
}
.messengers a.facebook::after {
	background-image: url(images/ico_facebook.svg);
}

.messengers a:hover::after {
	opacity: 0.8;
}

.contact-item.phone span {
	padding-right: 3.6rem;
}
.contact-item.phone .messengers a {
	margin-right: 2.3rem;
}
.site-header .mob-menu {
	display: none;
}
.site-header .mob-menu .menu {
	align-items: center;
}
.site-header .mob-menu .menu a {
	display: inline-block;
}
.burger-wrap {
	position: absolute;
	top: 2.6rem;
	right: 15px;
}

.burger {
	width: 2em;
	height: 1.56em;
	position: relative;
	cursor: pointer;
}
.burger::after {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
	//transform: translateY(-50%);
	height: 2px;
	background-color: var(--black);
}
.burger span {
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
}
.burger span::before,
.burger span::after {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	top: 10%;
	height: 2px;
	background-color: var(--black);
	transform-origin: right;
	transition-duration: 0.2s;
}
.burger span::after {
	top: 90%;
}

.popoverlay,
.popup {
	z-index: 1000;
}


@media (min-width: 860px) {
	body.sticked #masthead .site-branding img {
		width: 10em;
	}

	body.sticked #masthead .top-row {
	    padding-bottom: 0.2em;
	    margin-bottom: 0.2em
	}
	body.sticked #masthead {
		padding: 0.2em 0;
	}

	body.sticked #masthead .search {
		transform: scale(.8);
	}
	body.sticked #masthead a.phone {
		height: 1.3em;
	}

	#masthead .site-branding img {
		transition: width 0.5s;
	}

	#masthead .top-row {
		transition: padding 0.5s, margin 0.5s;
	}

}




body.menu-main-opened .mob-menu {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: flex !important;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	background: rgba(255, 255, 255, .9);
	max-width: 100%;
	z-index: -1;
}
body.menu-main-opened .site-branding {
	z-index: 100;
}


body.menu-main-opened .mob-menu .menu {
	flex-direction: column;
	margin-bottom: 0.4em;
}
body.menu-main-opened .mob-menu .menu a {
	margin: 0.4em 0;
	font-size: 1.4em;
	color: var(--brown);
}

body.menu-main-opened .main-menu .messengers a {
	margin-top: 3%;
	width: 2.4em;
	height: 2.4em;
}

body.menu-main-opened .burger::after {
	display: none;
}
body.menu-main-opened .burger span::after {
	transform: rotate(45deg);
	top: 100%;
}
body.menu-main-opened .burger span::before {
	transform: rotate(-45deg);
}


/* home page */
section.first-screen {
	position: relative;
	height: 47.222em;
	background-color: var(--black);
	background-size: cover;
}
section.first-screen .wrapper {
	z-index: 2;
	flex-direction: column;
	align-items: center;
	justify-content: space-around;
}
.overlay {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(50, 49, 49, 0.4);
	z-index: 1;
}

section.first-screen h1 {
	text-align: center;
	font-weight: 600;
	color: var(--white);
	margin-bottom: 0.870em;
}
section.first-screen h1 p {
	margin: 0;
}

.buttons {
	display: flex;
	align-items: center;
}
.buttons .button:first-of-type {
	margin-right: 4rem;
}

.advantages {
	display: flex;
	justify-content: space-around;
	width: 100%;
}
.advantages .adv {
	display: flex;
	color: var(--white);
}
.advantages .adv img {
	width: 8rem;
	margin-right: 2rem;
}
section.grey-section {
	background-color: var(--light-grey);
}
section.dark-section {
	background: var(--black) url('images/dark-bg.jpg');
	background-size: cover;
	background-color: var(--brown);
	color: var(--white);
}

.twocol {
	width: 50%;
}


section.aboutus .col2 {
	padding-left: 6rem;
}
section.aboutus .col2 img {
	border-radius: 10rem 0 10rem 0;
}
.aboutus .button {
	margin-top: 2rem;
}

.home-filter .sf-item-0 {
	display: none;
}
/* dogs list */
.dog-list {
	align-items: stretch;
}
.dog-list .filling-empty-space-childs {
	height: 0;
}

.dog-item,
.dog-list .filling-empty-space-childs {
	width: var(--card-width);
}
.dog-item {
	margin-bottom: 3rem;
	position: relative;
	display: flex;
  flex-direction: column;
  justify-content: space-between;
  font-size: 1.8rem;

}
.dog-list-title {
	flex-grow: 2;
	color: var(--brown);
}

.dog-image::after {
	content: '';
  display: block;
  padding-top: 100%;
}
.dog-image img {
	position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;

	display: block;
	opacity: 1;
	transition: opacity .5s;
	object-fit: cover;
	transition: border-radius 0.5s; 
}

.dog-image:hover img {
	border-radius: 4rem 0 4rem;
}

.dog-item a {
	margin: 0.277em 0;
	display: block;
}
.dog-item a:not(.more)::before {
	content: none;
}


.short-desc {
	font-size: 1.6rem;
	color: var(--grey);
	margin-bottom: 0.8rem;
}
.product-footer {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.product-footer .opt {
	flex-grow: 2;
}
.opt {
	font-family: "Exo 2";
	
}
.price {
	margin-right: 2.5rem;
	color: var(--green);
}


section.gallery {
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	position: relative;
}
section.gallery .overlay {
	background: rgba(50, 49, 49, 0.6);
}
section.gallery .nowrapper {
	position: relative;
	z-index: 2;
}
.slide-arrow {
	position: absolute;
	top: 50%;
	left: 4rem;
	transform: translateY(-50%);
	width: 6.4rem;
	height: 6.4rem;
	background: url(images/arr.svg) no-repeat center / contain;
	cursor: pointer;
}
.slide-arrow:hover {
	width: 7rem;
	height: 7rem;
}
.slide-arrow.next {
	left: auto;
	right: 4rem;
}
.slide-arrow.prew {
	transform: translateY(-50%) rotate(180deg);
}
.slider-wrap {
	width: 100vw;
	position: relative;
}

#sliderGallery {
	padding: 3rem 0px !important;
  box-sizing: content-box;
}
#sliderGallery li {
	transition: transform 0.5s;
	z-index: 1;
}
#sliderGallery li img {
	height: 30rem;
	cursor: pointer;
}
#sliderGallery li:hover {
	z-index: 100;
	box-shadow: 0 0 20px rgba(0, 0, 0, .6);
	transform: scale(1.2);
}


section.mulching {

}
.mulching .advantages {
	justify-content: space-around;
	margin-top: 10rem;
	background: rgba(108, 120, 22, 0.12);
	border-radius: 2rem;
	padding: 3.3rem;
	padding-bottom: 0;
}
.mulching .advantages .adv {
	flex-direction: column;
	color: var(--brown);
	text-align: center;
	align-items: center;
}
.mulching .advantages .adv {
	width: 16%;
	font-size: 1.6rem
}
.mulching .advantages .adv img {
	margin: 0;
	width: 10rem;
}
.adv-content p:last-of-type {
	margin-bottom: 3.3rem;
}

section.shipping {
	background: linear-gradient(180deg, rgba(108, 120, 22, 0.08) 0%, rgba(108, 120, 22, 0) 100%);
	padding-bottom: 0;
}
.shipping h2 {
	width: 100%;
	margin-bottom: 10rem;
}
.shipping .wrapper {
	flex-direction: column;
}
.shipping .twocol {
	width: 100%;
	display: flex;
	align-items: flex-start;
	margin-bottom: 6.4rem;
}
.shipping .twocol img {
	width: 9.4rem;
	/height: 19.7rem;
	margin-right: 4.2rem;
	object-fit: contain;
	object-position: center top;
	margin-bottom: 5rem;
}
.shipping .twocol p:first-of-type {
	margin-top: 0;
}

.content p {
	margin-bottom: 1.5rem;
}
.content li {
	margin-bottom: 1rem;
}

section.contact {

}
.contact h2 {
	width: 100%;
}

.contact-item {
	display: flex;
	align-items: center;
	margin-bottom: 3rem;
}
.contact-item.adress {
	align-items: flex-start;
}
.contact-item.adress p:first-of-type {
	margin-top: 0;
}
.contact-item.adress p:last-of-type {
	margin-bottom: 0;
}
.contact-item::before {
	content: '';
	width: 5rem;
	height: 5rem;
	margin-right: 2rem;
}
.contact-item.phone::before {
	background: url(images/ico_phone.svg) no-repeat center / contain;
}
.contact-item.email::before {
	background: url(images/ico_mail.svg) no-repeat center / contain;
}
.contact-item.adress::before {
	background: url(images/ico_adress.svg) no-repeat center / contain;
}
.contact-item.time::before {
	background: url(images/ico_time.svg) no-repeat center / contain;
}

.map iframe {
	height: 60rem !important;
	border-radius: 0 10rem 0 10rem;
	border: 1px solid #B2B2B2 !important;
	width: 100%;
}

.site-copy {
	background: var(--brown);
	color: var(--white);
	padding: 0.555em 0;
}


.order-win input[name="form-type"] {
	border: none !important;
	height: auto !important;
	text-align: center;
	line-height: normal;
}
.popup-win h3 {
	margin-bottom: 1rem;
}
.popup-win p {
	margin-top: 0;
	text-align: center;
}
.popup-win .win {
	 max-width: 70rem;
}

/* dogs filter */
.search-filter-results {
	width: 100%;
}
.home-filter {
	margin-bottom: 1.666em;
}
.home-filter ul {
	display: flex;
	flex-wrap: wrap;
	margin: 0;
	padding: 0;
}
.home-filter ul li li {
	border-bottom: 1px solid #DAD9D9;
	cursor: pointer;
	font-size: 1.333em;
	padding: 0.333em 0.833em !important;
}
.home-filter ul li li label {
	padding: 0;
	cursor: inherit;
}
.home-filter ul input {
	display: none;
}
.home-filter ul li li.sf-option-active,
.home-filter ul li li:hover {
	color: var(--green);
	border-color: var(--green);
}



section.testimonials {

}
.testimonials .twocol {
	width: 38%;
}
.testimonials .col2 {
	width: 58%;
}
.testimonials li {
	display: flex;
	justify-content: stretch;
}

.testimonials li .testi-img {
	margin-right: 3em;
}
.testimonials li .testi-img img {
	width: 8.888em;
	height: 8.888em;
	object-fit: cover;
	border-radius: 50%;
}
.testimonials li .testi-content {
	width: calc(100% - 11.888em);
}
.testimonials .t-name {
	color: var(--green);
	margin-bottom: 1.111em;
}

.lSSlideOuter .lSPager.lSpg {
	margin-top: 2.7em !important;
}
.lSSlideOuter .lSPager.lSpg>li a {
 	background: var(--white) !important;
 	border: 1px solid var(--grey);
}
.lSSlideOuter .lSPager.lSpg>li.active a, 
.lSSlideOuter .lSPager.lSpg>li:hover a {
 	background: var(--yellow) !important;
 	border: 1px solid var(--yellow);
}
.lSSlideOuter .lSPager.lSpg>li a::before {
	content: none;
}

section.dog-categories {

}

.dog-categories .wrapper > h2,
.dog-categories .wrapper > h3 {
	text-align: center;
}
.dog-categories .wrapper > h3 p:first-of-type {
	margin-top: 0;
}

.catdogs-items {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}
.catdog-item {
	background-size: cover;
	background-position: center;
	position: relative;
	padding-top: 33.333%;
	width: 33.333%;
	transition: transform 0.5s;
	z-index: 1;
}
.catdog-item::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, .6);
	z-index: 1;
	transition: background 0.4s, opacity 0.2s;
}
.ci-content {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	padding: 2.444em 1.666em;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 2;
}
.catdog-item h3 {
	color: var(--white);
}
.catdog-item .button {
	min-width: 0;
	opacity: 0;
	transition: opacity 01s;
}
.c-descr {
	opacity: 0;
	color: var(--white);
	transition: opacity 0.8s;
}
.c-descr p {
	margin: 0;
}

.catdog-item:hover {
	transform: scale(1.1);
	z-index: 2;
}
.catdog-item:hover::before {
	background: var(--green);
	opacity: .8;
}
.catdog-item:hover .c-descr,
.catdog-item:hover .button {
	opacity: 1;
}


/* about us */
section.first-about {
	position: relative;
	padding: 5.722em 0 6.388em;
	--halfcw: calc(100% - var(--content-width));
}
.absolute-left {
	position: relative;
	width: 50%;
	background: rgba(248, 248, 248, .8);
	padding: 3.555em;
	padding-left: calc(var(--halfcw) / 2);
	padding-right: 2.777em;
}
blockquote {
	padding: 2.222em;
	margin: 0;
	position: relative;
}
blockquote:before,
blockquote:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 2.222em;
	height: 2.222em;
	background: url('images/ico_quote.svg') no-repeat;
	background-size: contain;
}
blockquote:after {
	top: calc(100% - 2.222em);
	left: calc(100% - 2.222em);
	transform: rotate(180deg);
}
blockquote h2 {
	margin: 0;
	display: inline;
}
.absolute-left h4 {
	margin: 0;
	margin-top: 1.25em;
	text-align: right;
}


section.about-content .twocol {
	width: 48%;
}
section.about-content h3 {
	margin-right: 52%;
}
section.about-content .twocol p {
	margin: 0;
}

section.about-benefits {
	counter-reset: section;
	color: var(--white);
	position: relative;
}
section.about-benefits::before {
	content: '';
	background: rgba(50, 49, 49, .6);
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
}
section.about-benefits .wrapper {
	position: relative;
	z-index: 2;
}
.benefit {
	width: 30%;
	padding-left: 3.833em;
	margin-bottom: 2.777em;
	position: relative;
}
.benefit::before {
  counter-increment: section;                 
  content: counter(section);
  position: absolute;
  top: 0;
  left: 0;
  width: 1.8em;
  height: 1.8em;
  font-size: 1.666em;
  line-height: 1;
  font-family: "Open Sans";
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--black);
  border: 1px solid var(--yellow);
  border-radius: 50%;
  color: var(--yellow);
}
.benefit h4 {
	margin-bottom: 0.833em;
}
.benefit:nth-of-type(4) {
	margin-left: calc(16.666%);
	margin-bottom: 0;
}
.benefit:nth-of-type(5) {
	margin-right: calc(16.666%);
	margin-bottom: 0;
}

section.awards h2,
section.awards h3 {
	max-width: 70%;
}


#sliderAwards {
	position: relative;
	margin-top: 2em;
}
#sliderAwards li .image-container {
	position: relative;
	width: 100%;
	padding-top: 100%;
}
#sliderAwards li img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

#sliderAwards h3 {
	margin: 0.333em 0;
	color: var(--black);
}
#sliderAwards h4 {
	margin-bottom: 0;
}


.lSAction a {
	width: 2em;
	height: 2em;
	background: var(--light-grey) url('images/slide-arr.svg') no-repeat;
	background-size: contain;
	border-radius: 50%;
}
.lSAction a::before {
	content: none;
}
.lSAction a.lSNext {
	background: var(--light-grey) url('images/slide-arr.svg') no-repeat;
	background-size: contain;
	transform: rotate(180deg);
}
/* Dogs for sale */
section.dogs-archive {
	
}
.dogs-archive .catalog-description {
	padding: 5.833em 0 4.611em;
}
.dogs-archive .dogs-filter {
	width: 30%;
	position: relative;
	padding-right: 1.111em;
}
.dogs-archive .search-filter-results {
	width: 70%;
	padding-top: 3.666em;
}
.dogs-archive .dogs-filter h3 {
	color: var(--black);
	margin-bottom: 0.8em;
}
.dogs-archive .dogs-filter h4 {
	background: var(--light-grey);
	padding: 0.375em 0.833em 0.291em;
	font-weight: 400
}
.dogs-archive .dogs-filter ul {
	margin: 0;
	padding: 0.555em 0 1em;
}
.dogs-archive .dogs-filter ul li {
	padding: 0;
}
.dogs-archive .dogs-filter ul li ul {
	padding: ;
}
.dogs-archive .dogs-filter ul li li {
	display: flex;
	padding-left: 2.222em;
	padding-top: 0.555em;
}
.dogs-archive .dogs-filter ul li li input[type="checkbox"] {
	width: 1em;
	height: 1em;
	margin-top: 0.15em;
}
.dogs-archive .dogs-filter ul li li label {
	padding-left: 0.833em;
}

.sf-field-sort_order {
	position: absolute;
    left: 100%;
    top: 0.833em;
}
.sf-field-sort_order ul {
	display: flex;
}
.sf-field-sort_order ul li {
	padding: 0 !important;
}

.sf-field-sort_order input {
	display: none;
}
.sf-field-sort_order label {
	padding: 0 0.625em 0 0 !important;
	font-size: 0.888em;
	line-height: 1.111em;
}
.sf-field-sort_order ul li:first-of-type label {
	pointer-events: none;
}

.sf-field-sort_order ul li:nth-of-type(2) label::before,
.sf-field-sort_order ul li:nth-of-type(3) label::before {
	content: '';
	display: block;
	width: 1.111em;
	height: 1.111em;
	background: url(images/sort_arr.svg) no-repeat;
	background-size: contain;
	opacity: 0.7;
}
.sf-field-sort_order ul li:nth-of-type(3) label::before {
	background-image: url(images/sort_arr_down.svg);
}
.sf-field-sort_order .sf-option-active label::before {
	opacity: 1 !important;
}


.dogs-archive .dog-list {
	align-items: stretch;
	--card-width: 32%;
}


.dog-item .short-desc {
	flex-grow: 2
}
.dog-item h4 {
	
}
.dog-item a h4 {
	color: var(--black);
	margin: 0;
	font-weight: 300;
	display: inline-block;
}

.sold {
	background: #BE3636;
	position: absolute;
	top: 1.5em;
	right: 1em;
	width: 4em;
	height: 4em;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(--white);
	font-size: 0.6em;
	z-index: 2;
	pointer-events: none;
	display: none;
}
.dog-page .sold {
	position: static;
	width: 100%;
	border-radius: 2em;
	height: 3em;
	font-size: 0.8em;
}

.issold .sold {
	display: flex;
}
.issold .price {
	text-decoration: line-through;
	color: var(--grey);
}

.issold .button.apply,
.issold .schedule {
	display: none;
}
/* single dog */
.black-title {
	color: var(--black) ;
}

.characteristics {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	color: var(--grey);
}
.characteristics h4 {
	margin: 0;
	margin-right: 1.428em;
	font-weight: 300;
	line-height: 1;
}
.characteristics div {
	margin-top: 0.299em;
}
.characteristics hr {
	width: 100%;
	background-color: transparent;
	margin-bottom: 0.555em;
}

.dog-page .twocol {
	width: 48%;
}
section.dog-info {
	padding-top: 18rem;
}
.dog-info .price {
	font-size: 2rem
} 
.dog-info .price.opt {
	font-size: 2.8rem
}
.dog-info .wrapper:first-of-type {
	margin-bottom: 2.777em;
}

#imageGallery .lslide img {
	cursor: pointer;
	min-width: 100%;
}

section.dog-form {
	background: url('images/single_form_dog.jpg') no-repeat;
	background-size: cover;
	position: relative;
}
section.dog-form:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(50, 49, 49, .6);
	z-index: 1;
}
.dog-form p{
	margin-top: 0;
	color: #fff;
	text-align: center;
}
section.dog-form * {
	position: relative;
	z-index: 2;
}
.dog-form h2 {
	text-align: center;
	color: var(--white);
}
.dog-form input:not([type="submit"]),
.dog-form input::placeholder {
	color: var(--white) !important;
	border-color: var(--white) !important;
}
.dog-form .wpcf7-form-control-wrap,
.dog-form input[type="submit"] {
	width: 30%;
	margin: 0 !important;
}
.dog-form input:not([type="submit"]) {
	background: transparent !important;
}
.dog-form .wpcf7-response-output {
	color: var(--white);
}
.dog-form .wpcf7-not-valid-tip {
	text-shadow: 0.3px 0.3px rgba(0, 0, 0, .7);
}


/* page  */
.other-page .page-title {
	margin-top: 5.555em;
}
.other-page .page-title h1 {
	font-size: 2.555em;
	text-transform: uppercase;
	margin-bottom: 0.652em;
	line-height: 140%;
}

.other-page section:first-of-type {
	padding-top: 0;
}
.other-page .entry-content {
	margin-top: 0;
}

#page {
	display: flex;
  flex-direction: column;
  justify-content: stretch;
  min-height: 100vh;
}
#primary {
	flex-grow: 2;
}

/* page testimonials */

.testimonials-page .testimonials {
	padding: 0;
	margin: 0;
	width: 100%;
}
.testimonials-page .testimonials li {
	padding: 2.777em 0;
	border-bottom: 1px solid rgba(50, 49, 49, .5);
}
.testimonials-page .testimonials li:last-of-type {
	border-bottom: none;
}
.testimonials-page .testimonials li p:last-of-type {
	margin-bottom: 0;
}

.testimonials-page .page-title .twocol {
	width: 60%;
}
.testimonials-page .page-title .image-col {
	position: relative;
	left: 6%;
	width: 40%;
}

/* complex_paginator */
#complex_paginator {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	width: 100%;
}
#complex_paginator a.button {
	min-width: 3.333em;
	margin: 0.5em;
	padding: 0;
}
#complex_paginator a.button.current {
	background: transparent;
	pointer-events: none;
}




/* page contact */
.contact-page {
	background: url(images/contact_dog.svg) no-repeat;
	background-size: auto 80%;
	background-position: 100% 100%;
}
.contact-page section {
	margin-top: 1.6em;
}
.contact-page .contacts dl {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	margin: 0;
}
.contact-page .contacts dt {
	width: 1.666em;
	height: 1.666em;
	background-repeat: no-repeat;
	background-size: contain;
	margin-bottom: 1.388em;
}
.contact-page .contacts dt.address {
	background-image: url(images/ico_address.svg);
}
.contact-page .contacts dt.phone {
	background-image: url(images/ico_phone.svg);
}
.contact-page .contacts dt.email {
	background-image: url(images/ico_email.svg);
}
.contact-page .contacts dd {
	margin: 0;
	padding: 0;
	width: calc(100% - 2.777em);
	margin-bottom: 1.388em;
}
.twocol.formcol {
	width: 60%;
}
.twocol.contacts {
	width: 30%;
}


/* Thank you page */
.page-id-110 h1 {
	display: none;
}
.page-id-110 .wp-block-image,
.page-id-110 .wp-block-image figcaption {
	margin-bottom: 0;
}

.wpcf7-form {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.wpcf7-form-control-wrap.your-name,
.wpcf7-form-control-wrap.your-email {
	width: 48%;
}
.wpcf7-form-control-wrap.your-message {
	width: 100%;
}
.wpcf7-form input[type="submit"] {
	margin: 0 0 0 auto;
}
.wpcf7-list-item {
	margin-bottom: 1.111em;
}
.wpcf7-list-item-label {
	vertical-align: top;
}




.table-wrap {
	width: 100%;
	overflow-x:auto;
	max-width: calc(100vw - 1.5em);
}
table {
	border: 1px solid rgba(172, 1, 201, .5);
	min-width: 720px;
	background: #000;
}
th {
	background: linear-gradient(180deg, #0B095F -12%, #520060 112%);
	font-family: "Open Sans";
	font-size: 2em;
	color: #0038FF;
	padding: 0.34em 0.85em;
	text-align: left;
}
td {
	padding: 1em 1.68em;
}
tr {
	position: relative;
	
}
tr:after {
	content: '';
	border-bottom: 1px solid rgba(172, 1, 201, .4);
	height: 0;
	position: absolute;
	left: 1.68em;
	right: 1.68em;
	bottom: -1px;
}


/* Search results */
.search-results .entry-summary,
.search-results .entry-summary p,
.search-results h3,
.search-results .more h4 {
	margin: 0;
}
.search-results article {
	margin-bottom: 2em;
}
.search-results article.type-post .entry-summary {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.search-results article.type-page .price {
	display: none;
}

.search-image {
	width: 100px;
}
.search-results article.type-post .search-excerpt {
	width: calc(100% - 110px);
	display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.entry-footer .cat-links,
.entry-footer .tags-links {
	margin-right: 2em;
	pointer-events: none;
}
.entry-footer .cat-links a,
.entry-footer .tags-links a {
	color: var(--grey);
}

.search-summ {
	padding: 0.5em;
	background: var(--green);
	color: var(--white);
}
.search-highlight {
	background: rgba(251, 193, 69, .3);
	/padding: 0 0.1em;
}

/* Responsive
--------------------------------------------- */

@media (max-width: 1590px) {
	html {
			font-size: 8px;
	}

	body {
			font-size: 15px;
	}
	:root {
		--content-width: 1180px;
	}
}

@media (max-width: 1320px) {
	html {
		font-size: 7px;
	}

	body {
		font-size: 14px;
	}
	:root {
		--content-width: 970px;
	}

	.absolute-left {
		width: 55%;
	}
}


@media (max-width: 1090px) {
	html {
		font-size: 6px;
	}

	body {
		font-size: 11px;
	}

	:root {
		--content-width: 750px;
	}

	.site-header {
	}
	.site-header .wrapper {
	}
	.site-branding img {
		width: 10rem;
	}
	.site-header .main-menu {
		
	}
	.site-header .main-menu .menu a {
		margin-right: 2rem;
	}

}

@media (max-width: 860px) {
	html {
		font-size: 7px;
	}

	body {
		font-size: 14.25px;
	}
	section {
		padding: 3.75em 0;
	}
	:root {
		--content-width: 100%;
	}

	.wrapper {
		padding-left: 15px;
		padding-right: 15px;
	}
	.site-header .wrapper {
		justify-content: center;
	}
	.site-header .phone.mobshow {
		position: absolute;
		top: 2.6rem;
		left: 15px;
		font-size: 0;
	}
	.site-header .phone.mobshow:before {
		width: 24px;
		height: 24px;
		background-size: auto;
	}
	.site-header .messengers.mobshow {
		position: absolute;
		top: 2.6rem;
		left: 50px;
	}
	.site-header .messengers.mobshow a {
		width: 24px;
		height: 24px;
		margin-right: 1.2rem;
	}

	.advantages {
		flex-direction: column;
		align-items: center;
		margin-top: 2rem;
	}
	.mulching .advantages .adv,
	.advantages .adv {
		width: 320px;
	}

	section.first-screen {
		padding-top: 12rem;
	}
	section.first-screen .wrapper {
		flex-wrap: nowrap;
	}

	section.aboutus .col2 {
		padding-left: 0;
		padding-top: 2rem;
	}

	.catalog h2 {
		text-align: center;
	} 

	.shipping .twocol:first-of-type {
		margin-bottom: 4rem;
	}
	.shipping .twocol img {
		/lign-self: flex-start;
		margin-bottom: 0;
		height: auto;
	}
	h2, .h2 {
    font-size: 4rem;
    margin-bottom: 1em;
	}

	section.aboutus .col2 img {
		max-width: 90rem;
		width: 100%;
	}

	.col1,
	.col2 {
		width: 100%;
		left: 0;
	}

	.mobhide {
		display: none !important;
	}
	.mobshow {
		display: flex !important;
	}


	th {
		font-size: 1.125em;
		padding: 1.1em;
		text-align: left;
		text-transform: uppercase;
	}
	th br {
		display: none;
	}
	td {
		font-size: 0.875em;
		text-align: left;
		padding: 1em 1.60em;
	}


	.button, input[type=submit] {
		font-size: 1em;
		height: 3.1255em;
		min-width: 10.4375em;
	}

	
	.popup-win {
		padding: 0;
	}
	.popup-win .win {
		padding: 2.5em;
	}
	.close {
		position: static;
		order: 10;
		margin-top: 1.5em;
	}
	
	footer .site-header .wrapper {
		flex-direction: column;
		align-items: center;
	}
	footer .site-branding img {
		margin: 0 auto;
		width: 12.333em
	}
	.foot-col {
		width: 100% !important;
		max-width: 380px;
		margin-top: 2em;
		text-align: center;
	}
	.foot-col.header-menu h4 {
		display: none;
	}
	.foot-col:first-of-type {
		margin-top: 0;
	}
	.foot-col dl {
		flex-direction: column;
	}
	.foot-col dd,
	.foot-col dt {
		width: 100%;
	}

	.gallcol {
		margin-bottom: 3rem;
	}

	.checklist {
		margin-left: 0;
		text-align: center;
	}
	.twocol {
		width: 100% !important;
	}

	.home-filter {
		margin-bottom: 0;
	}
	.home-filter ul {
		justify-content: center;
		background: #fff;
	}
	.home-filter .sf-field-category ul {
		padding: 0.5em 0 1em;
	}
	.home-catalog {
		--card-width: 32%;
	}

	.testimonials li {
		flex-direction: column;
    align-items: center;
    text-align: center;
	}
	.testimonials li .testi-img img {
		width: 5.888em;
    height: 5.888em;
	}
	.testimonials li .testi-img {
	  margin-right: 1em;
	}
	.testimonials li .testi-content {
    width: calc(100% - 6.888em);
	}

	.catdog-item {
		padding-top: 50%;
    width: 50%;
	}
	.catdog-item h3 {
		margin: 0;
	}

	section.about-content h3 {
		margin-right: 0;
	}
	section.about-content .twocol p {
		margin-bottom: 1.5em;
	}

	section.awards h2, section.awards h3 {
		max-width: none;
	}
	#sliderAwards h3 {
		text-align: left;
	}
	.awards .slide-arrow {
		left: 1em;
		background-color: var(--light-grey);
		border-radius: 50%;
		opacity: .8;
		transition: opacity 0.5s;
	}
	.awards .slide-arrow.next {
    left: auto;
    right: 1em;
  }
  .awards .slide-arrow:hover {
  	opacity: 1;
  }

  .about-content h3 {
  	text-align: left;
  }

  .dogs-archive .dogs-filter,
  .dogs-archive .search-filter-results {
  	width: 100%;
  	padding: 0;
  }
  .sf-field-sort_order {
  	left: 0;
  	top: auto;
    bottom: -1.833em;
  }
  .dogs-archive .search-filter-results {
  	padding-top: 1.666em;
  }

  .dogs-archive .dogs-filter ul li {
  	width: 49%;
  }
  .dogs-archive .dogs-filter ul li li {
  	width: 100%;
  }
  .dogs-archive .dogs-filter ul li.sf-field-sort_order li {
  	width: auto;
  }
  .dogs-archive .dogs-filter ul {
  	display: flex;
  	flex-wrap: wrap;
  	justify-content: space-between;
  }
  .dogs-archive .dogs-filter ul ul {
  	flex-direction: column;
  }
  .dogs-archive .dogs-filter ul li.sf-field-sort_order ul {
  	flex-direction: row;
  	justify-content: flex-start;
  }
  .dog-item a h4 {
  	font-size: 1.1em;
  }

  .no-results-list {
  	padding: 2em 0;
  }

  .gallcol {
  	order: 2;
  }

  .dog-info h3 {
  	text-align: left;
  }

  .dog-buttons .twocol {
  	text-align: center;
  }
  .dog-buttons .twocol .button {
  	margin-top: 2em;
  }

	.content h1, .content h2, .content h3, .content h4, .content h5 {
		text-align: center;
	}

	.testimonials-page .page-title .image-col {
		left: 0;
		margin: 0 auto 2em;
		display: none;
	}

	.dog-form .wpcf7-form-control-wrap, .dog-form input[type="submit"] {
		width: 32%;
	}
	.other-page .page-title h1 {
		text-align: center;
		width: 100%;
	}

	.formcol .wpcf7 form  .wpcf7-response-output {
		position: static;
	}

	.twocol.contacts {
		margin-top: 4em;
	}

	.contact-page {
		background-size: 40%;
	}

	.catdog-item h3 {
		text-align: left;
	}
	.dog-categories .wrapper > h3 br {
		display: none;
	}
	.see-all {
		padding-top: 0;
	}

	.gallcol {
		margin-top: 2em;
	}

}




@media (max-width: 600px) {
	.buttons {
		flex-direction: column;
	}
	.buttons .button:first-of-type {
		margin-right: 0;
		margin-bottom: 2rem;
	}

	section.first-screen {
		height: 100vh;
		padding-bottom: 3rem;
	}
	section.first-screen h1 {
		font-size: 4rem
	}

	.site-copy .wrapper {
		flex-direction: column;
	}

	.catdog-item {
		padding-top: 80%;
    width: 80%;
    margin-bottom: 4%;
	}
	.c-descr,
	.catdog-item .button {
		opacity: 1;
	}
	.catdogs-items {
		justify-content: center;
	}

	.benefit {
		width: 50%;
		margin: 0 !important;
		margin-bottom: 2.777em !important;
	}

	.dogs-archive .dog-list {
		--card-width: 48%;
	}

	.dog-form .wpcf7-form-control-wrap, .dog-form input[type="submit"] {
		width: 100%;
	}

	.formcol input[type=submit] {
		width: 100%;
	}

	.testimonials li .testi-content {
		width: 100%;
	}

	.wpcf7-form-control-wrap.your-name, 
	.wpcf7-form-control-wrap.your-email {
		width: 100%;
	}

}
@media (max-width: 480px) { 
	blockquote {
		padding-right: 0;
	}
	.popup-win .win {
		padding: 2.5em 0.7em;
	}
	.home-catalog {
		--card-width: 48%;
	}

	.benefit {
		width: 100%;
	}
	.search-image {
		width: 50px;
	}
	.search-results article.type-post .search-excerpt {
		width: calc(100% - 60px);
	}
}
@media (max-width: 375px) {
	body {
		font-size: 13px
	}
	.messengers.mobshow {
		justify-content: space-between;
	}
	.absolute-left {
		width: 100%;
	}

	.dogs-archive .dogs-filter ul li {
  	width: 100%;
  }
  .contact-item.phone {
  	flex-wrap: wrap;
  }
  .contact-item.phone .messengers {
		width: 100%;
		margin-top: 3.4rem;
	}
}


@media (orientation: portrait) {

}

@media (min-aspect-ratio: 7/4) {
	
}
@media (min-aspect-ratio: 672/341) {
	
}
@media (min-aspect-ratio: 672/325) {
	
}
