/*
Theme Name: Agroskytech
Theme URI: 
Description: Website layout on wp
Version: 1.0.0
Author: Stiepanov Andrey
Text Domain: agroskytech-theme
*/




html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

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

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

#primary {
	margin-bottom: 100px;
}

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

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

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

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

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

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

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

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

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

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

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

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

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

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

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

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

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

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;
	opacity:0;
	visibility:hidden;
}

video {
	width: 100%;
}

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

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

html {
	box-sizing: border-box;
}

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

/* Typography
--------------------------------------------- */
body,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: Poppins, sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}
h1,h2,h3,h5{
	font-family: Poppins;
}

h4, h6, h7{
	font-family: Poppins;	
}

button{
	font-family: Poppins;
}


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 #dcdcdc;
	cursor: help;
}

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

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	background: #fff;
	padding-top: 69px;
}
body.home{
	padding-top:0;
}

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

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

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

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

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

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

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

figure {
	margin: 1em 0;
}

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

.wpcf7 form.sent .wpcf7-response-output {
	border-color: #7daa31;
}

.center {
	text-align: center;
}

/* Links
--------------------------------------------- */
a {
	color: #4169e1;
	outline: none !important;
}

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

/* Forms
--------------------------------------------- */
button, 
.btn,
input[type="button"],
input[type="reset"],
input[type="submit"] {
background: #7daa31;
	color: #fff;
	font-weight: 500;
	border-radius: 25px;
	border: none;
	width: 145px;
	padding: 8px;
	text-align: center;
	text-decoration:none;
	text-transform: uppercase;
	cursor: pointer;
	transition: background 0.5s;
}

button:hover, 
.btn:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	color: #fff;
	background: #678b29;
}

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

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	max-width: 100%;
	color: #3e3e3e;
	border: 1px solid #dcdcdc;
	border-radius: 3px;
	padding: 10px;
	outline: none;

}

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: initial;
  border-color: #707227;
}


select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

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

.flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: distribute;
	-webkit-box-pack: justify;
	        justify-content: space-between;
}

.flex.wrap {
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}

/* ___styles for partners block__ */
.items.flex.wrap.partners {
  display: flex;
  flex-wrap: wrap; 
  gap: 20px;
  justify-content: center;
}

.items.flex.wrap.partners .item {
  flex: 1 1 160px;
  max-width: 200px;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
}

.items.flex.wrap.partners .item img {
  max-height: 100%;
  max-width: 100%;
  object-fit: contain;
}
/* __end of styles for partners block__ */

.container {
	max-width: 1280px;
	margin-inline: auto;
}

.small-container {
	max-width: 1100px;
}

.container, header .flexible {
	padding: 0 16px;
}

.hidden {
	display: none;
	opacity:0;
	visibility:hidden;
}

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

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

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

.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 {
	display: block;
	left: auto;
}

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

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

.main-navigation li {
	position: relative;
}

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

/* Small menu. */

.menu-item-has-children > a {
	position: relative;
}

.menu-item-has-children > a::before {
	content: '';
	width: 15px;
	height: 15px;
	border: 1px solid;
	position: absolute;
	right: -30px;
	top: 14px;
	border-width: 0 0 2px 2px;
	transform: rotate(-45deg);
}

.sub-menu {
	display: none;
	overflow: hidden;
}

#navbar .menu-item-has-children.open .sub-menu {
	display: block;
	padding-left: 22px;
	margin-bottom: 20px;
}

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

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

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

	/*rtl:ignore*/
	float: left;

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

.alignright {

	/*rtl:ignore*/
	float: right;

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

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

section {
	padding-block: 60px;
}

.item {
	max-width: 50%;
	margin-bottom: 30px;
}

.p-left > * {
	margin-inline: 16px;
}

/*Social
-----------------------------------------------*/

.social i.fa::before {
	position: absolute;
}

/* .social i[data-icon^="facebook"]::before {
	content: '\f39e';
}

.social i[data-icon^="instagram"]::before {
	content: '\f16d';
} */

.social i[data-icon^="linkedin"]::before {
	content: '\f0e1';
}

/* .social i[data-icon^="twitter"]::before {
	content: '\e61b';
} */

.social .fa {
	transition: 0.5s;
}

.social .fa:hover {
	background: #fff;
}

/*Header
-----------------------------------------------*/

header.containe .flex {
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

body.admin-bar header.containe {
	top: 30px;
}

header.containe {
	position: fixed;
	top: 0;
	padding: 15px 0px;
	left: 0;
	right: 0;
	z-index: 9;
	box-shadow: 0.5px 0.5px 13px -9px #000;
	background: #fff;
}

.home header.containe {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	background: transparent;
	box-shadow: none;
}

header .flexible {
	max-width: 1650px;
	margin: auto;
	height: 40px;
}

.home header .flexible {
	height: auto;
}

header.containe .flexible div {
	color: #000;
	z-index: 9;
}

.home header.containe .flexible div {
	color: #ffff;
}

header.containe .flexible div i, .footer-bottom i {
	border: 1px solid;
	border-radius: 50%;
	font-size: 24px;
	width: 38px;
	height: 38px;
	display: -ms-grid;
	display: grid;
	place-items: center;
}

header .fa-phone {
	margin-right: 5px;
}

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

.home header .phone a {
	color: #fff;
}

header .flexible > div {
	float: left;
}

header .flexible .lang-switch, header .navbar-toggle {
	float: right;
}

header .flexible .email {
	margin-right: 50px;
	position: relative;
}

header .flexible .email a {
	position: absolute;
	inset: 0;
}

header .logo {
	position: absolute;
	width: 80px;
	top: 8px;
	left: calc(50% - 40px);
	clear: both;
}

.home header .logo {
	display: none;
}

header.containe.fixed .logo {
	display: block;
	opacity: 1;
	visibility: visible;
}

header .navbar-toggle  {
	margin-left: 100px;
}

header .navbar-toggle {
  display: none;
}

@media (max-width: 1364px) {
  .navbar-toggle {
    display: grid;
  }
}

button.navbar-toggle {
	color: #000;
	width: 38px;
	height: 38px;
	padding: 7px;
	background: none;
	border: 1px solid;
	border-radius: 50%;
	display: grid;
	place-items: center;
}

.home button.navbar-toggle {
	color: #fff;
}

button.navbar-toggle span {
	background: #000;
	height: 2px;
	width: 100%;
}

.home button.navbar-toggle span {
	background: #fff;
}

.home.menu-open header .logo {
	display: block;
}

.menu-open header.containe * {
	z-index: 99;
	color: #000 !important;
}

.menu-open .lang-item.current-lang a::after {
	background: #000 !important;
}

.menu-open button.navbar-toggle {
	visibility: hidden;
}

.navbar.navbar-static-top .navbar-collapse {
	display: none;
	position: fixed;
	background: #fcfcfc;
	inset: 0;
}


#navbar.open {
	display: -ms-grid;
	display: grid;
	place-items: center;
	z-index: 9;
}

.close {
	position: absolute;
	top: 18px;
	right: 20px;
	width: 30px;
	height: 30px;
	border: 2px solid #020202;
	border-radius: 50%;
	display: -ms-grid;
	display: grid;
	place-items: center;
	color: #000;
	cursor: pointer;
	transition: 0.3s;
}

.close::before, .close::after {
	content: '';
	position: absolute;
	display: block;
	width: 70%;
	height: 2px;
	background: #000;
	transform: rotate(45deg);
	transform-origin: center;
	transition: 0.3s;
}

.close::after {
	transform: rotate(-45deg);
}


.close:hover {
	background: #000;
}

.close:hover::before, .close:hover::after {
	background: #fff;
}


header #navbar ul {
	margin: 0;
	padding: 0;
	text-align: left;
	list-style: none;
	color: red;
	font-size: 2rem;
}

header #navbar ul a {
	position: relative;
	text-decoration: none;
	color: initial;
	display: inline-block;
}

header.containe.fixed * {
	color: initial;
	z-index: 99;
}

header .navbar ul a::after {
	content: '';
	display: block;
	position: absolute;
	width: 0;
	height: 2px;
	background: #000;
	margin-top: 5px;
	transition: width 0.5s;
}

header #navbar ul a:hover::after {
	width: 70%;
}


.lang-switch {
	position: relative;
	top: 6px;
}

.lang-list {
	margin: 0;
	border: 1px solid;
	border-radius: 50px;
	height: 25px;
	width: 44px;
	list-style: none;
}

.lang-list .lang-item {
	position: absolute;
	right: -41px;
}

.lang-list .lang-item:first-child {
	right: unset;
	left: -40px;
}

.lang-list .lang-item a {
	color: #000;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: 600;
}

.home .lang-item a {
	color: #fff;
}

.lang-list .lang-item.current-lang a::after {
	content: '';
	width: 27px;
	height: 27px;
	background: #000;
	position: absolute;
	border-radius: 50%;
	right: -32px;
	top: -2px;
	margin: 0;
	cursor: default;
	pointer-events: none;
}

.home .lang-list .lang-item.current-lang a::after {
	background: #fff;
}

.lang-list .lang-item.current-lang a[lang="en"]::after {
	left: -33px;
}

header.containe.fixed {
	box-shadow: 0.5px 0.5px 13px -9px #000;
	background: #fff;
	animation: fadeInDown 0.3s;
}

header.containe.fixed * {
	color: initial;
}

header.containe.fixed .lang-list .lang-item.current-lang a::after, 
header.containe.fixed button.navbar-toggle span {
	background: #000;
}

.banner-front {
	position: relative;
	max-height: 100vh;
	max-height: 100dvh;
	max-height: 100svh;
	overflow: hidden;
}

.banner-front .text-header {
	position: absolute;
	font-size: 5rem;
	color: #fff;
	bottom: 30%;
	left: 0;
	right: 0;
	text-align: center;
}

.banner-front .down {
	position: absolute;
	width: 50px;
	height: 50px;
	background: no-repeat;
	border-radius: 50%;
	bottom: 15%;
	left: 50%;
    transform: translateX(-50%);
	border: 2px solid #fff;
	display: -ms-grid;
	display: grid;
	place-items: center;
}

.banner-front .down::after, .banner-front .down::before {
	content: '';
	position: absolute;
	bottom: 0px;
	border-style: solid;
	border-width: 0 2px 2px 0;
	left: 50%;
	transform: translateX(-50%) rotate(48deg);
	color: #fff;
	animation: arrowDown 0.5s infinite;
}

.banner-front .down::before {
	animation-duration: 1s;
}

@keyframes arrowDown { 
	0%{
		top: 6px;
		width: 11px;
		height: 11px;
		opacity: 0.10;
	}
	25%{
		top: 10px;
		width: 12px;
		height: 12px;
		opacity: 0.25;
	}
	50%{
		top: 14px;
		width: 13px;
		height: 13px;
		opacity: 0.5;
	}
	75%{
		top: 18px;
		width: 14px;
		height: 14px;
		opacity: 0.75;
	}
	100%{
		top: 22px;
		width: 15px;
		height: 15px;
		opacity: 1;
	}

}

/* Home
--------------------------------------------- */

.solutions .container {
	padding-bottom: 199px;
}

.solutions .items {
	margin-top: 100px;
}

.solutions .item a {
	display: block;
	text-decoration: none;
}

.solutions .item p {
	font-size: 1.875rem;
	margin-top: 20vh;
	color: initial;
	margin-bottom: 0;
}

.solutions .item p::after {
	width: 0;
	height: 2px;
	background: #000;
	content: '';
	display: block;
	margin-inline: auto;
	margin-top: 5px;
	transition: width 0.5s;
}

.solutions .item a:hover p:after {
	width: 70%;
}

.solutions {
	box-shadow: 0 98px 98px 9px rgba(0,0,0,.07);
	padding-bottom: 0;
	overflow: hidden;
}

section.about-us {
	padding: 0;
}

.about-us .item {
	width: 50%;
	min-width: 500px;
}

.title {
	font-size: 3.75rem;
	font-family: Poppins;
	text-align: center;
	font-weight: 200;
}

.about-us .item {
	margin-bottom: -7px;
}


.about-us .title {
	text-align: left;
	margin-bottom: 30px;
}

.about-us .description img {
	margin-bottom: 60px;
}

.about-us p {
	line-height: 1.8;
	max-width: 540px;
	margin-bottom: 60px;
}

.about-us .btn {
	display: block;
}

section.partners {
	box-shadow: 0 -98px 98px 9px rgba(0,0,0,.07);
	padding-top 0;
}

section.partners {
	margin-bottom: 120px;
}

section.partners .title {
	margin-bottom: 90px;
	margin-top: 0;
}


/* About US
--------------------------------------------- */

.header-image {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	color: #fff;
	padding: 60px 0;
}

section.text {
	font-size: 1.125rem;
	line-height: 2;
}

section.advantages {
	-webkit-box-shadow: 0 0 98px 9px rgba(0,0,0,.07);
	box-shadow: 0 0 98px 9px rgba(0,0,0,.07);
	padding: 10rem 0;
}

.advantages .items {
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}

.advantages .item {
	width: 250px;
	text-align: center;
	margin-bottom: 50px;
	margin-inline: 5%;
}

.advantages .item img {
	margin-bottom: 20px;
}

/* Contact
--------------------------------------------- */

section.contacts {
	font-size: 18px;
}

section.contact-form .container {
	padding-top: 30px;
}

.contacts .addres a {
	color: initial;
	text-decoration: none;
	font-size: 18px;
}

section.contacts .title {
	font-size: 3rem;
	text-align: left;
	margin-bottom: 20px;
}

.contacts .addres .map, .contacts .addres .email-link a {
	margin-block: 20px;
	display: block;
	color: #7daa31;
	text-transform: uppercase;
}

section.contacts .item.addres.row-flex {
	display: flex;
	flex-direction: row;
	justify-content: space-around;
	width: 100%;
	flex-wrap: wrap;
	max-width: none;
}

section.contacts .item.addres .addres {
/* 	width: 65%; */
	line-height: 1.7;
}

section.contacts .item.addres .email {
	margin-bottom: 10px;
}

section.contacts .item.addres p {
	margin: 0 0 10px;
}

section.contacts .item.map {
	max-width: 100%;
}

section.contact-form {
	padding-top: 0;
	box-shadow: 0 -98px 98px 9px rgba(0,0,0,.07);
}

.page-template-page-contact .wrap-footer {
	display: none;
}

.page-template-page-contact .navbar-footer {
	padding-block: 20px;
}

section.contact-form .wpcf7 {
	max-width: 577px;
	margin-inline: auto;
}

section.contact-form .wpcf7-form-control-wrap input, section.contact-form .wpcf7-form-control-wrap textarea {
    margin-bottom: 35px;
    border-color: #000;
    color: #000;
    width: 100%;
}

section.contact-form .wpcf7-form-control-wrap textarea {
	max-height: 120px;
}

section.contact-form .wpcf7-form p {
	text-align: center;
}

section.contact-form .wpcf7-submit {
	margin-left: 69px;
}


/* Animate
--------------------------------------------- */

.solutions .item {
	transform: translateY(-200%);
	transition-delay: 1s;
	opacity: 0;
}


.solutions.visible .item {
	animation: bounceInDown 1s;
	transform: translateY(0);
	opacity: 1;
}

.solutions.visible .item:nth-child(2) {
	animation-delay: 0.3s;
}
.solutions.visible .item:nth-child(3) {
	animation-delay: 0.6s;
}
.solutions.visible .item:nth-child(4) {
	animation-delay: 0.9s;
}

.about-us .item {
	transform: translateX(-200%);
	transition-delay: 1s;
}

.about-us.visible .item {
	transform: translateX(0);
}

.about-us.visible .item:nth-child(1){
	animation: fadeInLeft 1s;
}

.about-us.visible .item:nth-child(2){
	animation: fadeInRight 1s;
	animation-delay: 0.3s;
}

.partners .item {
	transform: scale(0);
	transition-delay: 2s;
}

.partners.visible .item {
	transform: scale(1);
}

.partners.visible .item {
	animation: bounceIn 2s 0.5s;
}

section.advantages {
	overflow: hidden;
}

.advantages .item, .advantages .btn.aligncenter {
	transform: translateY(2000%);
	transition-delay: 1s;
}

.advantages.visible .item, .advantages.visible .btn.aligncenter {
	transform: translateX(0);
}

.advantages.visible .item:nth-child(1){
	animation: fadeInLeft 1s;
	animation-delay: 0.3s;
}

.advantages.visible .item:nth-child(3){
	animation: fadeInRight 1s;
	animation-delay: 0.3s;
}

.advantages.visible .item:nth-child(2){
	animation: fadeInDown 0.9s;
	animation-delay: 0.4s;
}

.advantages.visible .btn.aligncenter{
	animation: fadeInUp 1s;
	animation-delay: 0.4s;
}

/* Footer
--------------------------------------------- */
.navbar-footer {
	position: relative;
	border-block: 1px solid #dcdcdc;
	padding-block: 15px;
}

#navbar-footer ul {
	list-style: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	padding: 0;
    margin: 0;
}

#navbar-footer ul a {
	text-decoration: none;
	color: #808080;
	transition: 0.5s;
}

#navbar-footer ul a:hover {
	color: #000;
}

.sub-title {
	font-size: 1.5rem;
	margin-bottom: 30px;
}

.wrap-footer.flex {
	background: url('/wp-content/themes/agroskytech/images/map.png') no-repeat;
	background-position: right top;
	padding-block: 90px 60px;
	margin-top: -30px;
}

.wrap-footer .visit-us {
	width: 35%;
	min-width: 290px;
	border-right: 1px solid #dcdcdc;
	padding-right: 50px;
}

.wrap-footer .adress {
	max-width: 163px;
	line-height: 1.8rem;
}

.visit-us p {
	margin: 0;
}

.wrap-footer .map {
	margin-block: 20px;
	display: block;
	color: #7daa31;
	text-decoration: none;
}

.wrap-footer .map:hover {
	text-decoration: underline;
}

.wrap-footer .form-call {
	width: 40%;
	min-width: 290px;
}

footer .wpcf7-textarea {
	max-height: 100px;
	resize: none;
}

.footer-bottom {
	background: #333333;
	padding: 40px 0;
	color: #afafaf;
}

.footer-bottom .flex {
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

.logo-footer img {
	max-width: 66px;
	vertical-align: middle;
	margin-right: 10px;
}

.footer-bottom a {
	color: #afafaf;
	text-decoration: none;
	transition: 0.3s;
}

footer .privacy {
	margin-left: 20px;
    margin-right: 10px;
}

footer .lang-list .lang-item a {
	transition: 0.5s;
}

footer .lang-list .lang-item a:hover {
	color: #afafaf;
}

.footer-bottom .social {
/* 	border-inline: 1px solid; */
	padding-inline: 9px;
	padding-top: 6px;
}

.footer-bottom .social a {
	display: inline-block;
	margin-inline: 15px;
}

.footer-bottom .social a:hover {
	color: #333;
}

footer .lang-list .lang-item a {
	color: #fff;
}

footer .lang-list .lang-item.current-lang a::after {
	background: #fff;
}

.footer-bottom .lang-switch {
	top: 0;
}

.footer-bottom .phone i {
	margin-right: 5px;
}

.footer-bottom a:hover {
	color: #fff;
}

/* Media element
--------------------------------------------- */

.m-visible {
	display: none;
	opacity: 0;
	visibility: hidden;
}



/* Media
--------------------------------------------- */

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

	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: flex;
	}
}

@media screen and (min-width: 1366px) {
	
header .navbar.navbar-default {
	position: absolute;
	left: 50%;
	transform: translateX(-51.3%);
}
	
header .navbar.navbar-default .navbar-nav > li:nth-child(2), .home header.fixed .navbar.navbar-default .navbar-nav > li:nth-child(2) {
	margin-right: 130px;
}

/* add margin for centrait header */
#menu-item-289 {
	margin-left: 50px;
}
	
.home header .navbar.navbar-default .navbar-nav > li {
	margin: 0;
}

.navbar.navbar-static-top .navbar-collapse {
	display: block;
	position: static;
	background: none;
}
	
.navbar.navbar-static-top .navbar-collapse .close, .navbar.navbar-static-top .navbar-collapse .lang-switch {
	display: none;
}
	
header #navbar ul {
	font-size: 1rem;
}
	
button.navbar-toggle {
	display: none;
}
	
header #navbar ul li {
	display: inline-block;
	padding: 7px 20px;
}

.home header #navbar ul a {
	color: #ffff;
}

.home header.fixed #navbar ul a {
	color: #000;
}
	
header #navbar ul a {
	text-transform: uppercase;
}
	
.menu-item-has-children > a {
	padding-bottom: 10px;
}
	
header #navbar ul a::after {
	background: #000;
}
	
.home header #navbar ul a::after {
	background: #fff;
}

.home header.fixed #navbar ul a::after {
	background: #000;
}
	
header #navbar ul a:hover:after {
	width: 70%;
}

header #navbar .sub-menu a:after {
	top: 22px;
}
	
.menu-item-has-children > a::before {
	width: 10px;
	height: 10px;
	right: -18px;
	top: 6px;
}
	
.menu-item-has-children {
	padding-right: 25px !important;
}
	
#navbar .menu-item-has-children.open .sub-menu {
	position: absolute;
	padding: 12px 16px 20px;
	background: #fff;
	left: -6px;
	border-top: 7px solid transparent;
}
	
.home #navbar .menu-item-has-children.open .sub-menu {
	padding: 0;
	background: transparent;
	left: unset;
	border:none;
}
	
header #navbar .sub-menu li {
	display: block;
	padding-left: 0;
}
	
}

header .flexible .lang-switch, header .navbar-toggle {
	margin-right: 44px;
}

@media screen and (max-width: 1366px) {

	.banner-front .text-header {
		font-size: 3.7rem;
		max-width: 700px;
		margin: auto;
		line-height: 1.1;
	}
}

@media screen and (max-width: 1200px) {
	
	.banner-front .text-header {
		font-size: 2.3rem;
		max-width: 600px;
	}
	.solutions .item p {
		margin-top: 4vh;
	}
	
	.solutions .container {
		padding-bottom: 60px;
	}
	.p-left {
		padding-left: 0 !important;
	}

	.about-us .item {
		width: 100%;
		min-width: unset;
		max-width: unset;
	}
	
	.about-us .description img {
		margin-bottom: -1px;
	}
	
	.about-us .title {
		text-align: center;
	}

	.about-us .btn {
		display: block;
		margin-bottom: 60px;
	}

	.partners .flex {
		justify-content: center;
	}

	.partners .item {
		margin-inline: 10px;
	}

	section.partners {
		margin-bottom: 0;
	}

	.wrap-footer .form-call {
		width: 50%;
	}

	.logo-footer, footer .social {
/* 		width: 50%; */
		text-align: center;
/* 		margin-bottom: 20px; */
	}

	.footer-bottom .social a {
		display: inline-block;
		margin-inline: 7px;
	}

	.footer-bottom .lang-switch {
		margin-inline: 50px;
	}

	.footer-bottom .phone{
		margin-inline: 10px;
	}

}

@media screen and (max-width: 900px) {

	section.contacts .item.addres.row-flex {
		flex-direction: column;
		align-content: center;
	}
}

@media screen and (max-width: 834px) {

section.contacts .items {
	display: block;
}

section.contacts .item {
	width: 100%;
	max-width: unset;
}
	
}

@media screen and (max-width: 768px) {
	
	.p-hidden {
		display: none;
		opacity: 0;
		visibility: hidden;
	}
	
	header .flexible .email {
		margin-right: 15px;
	}
	
	footer .privacy {
		margin-left: 20px;
	}

	.footer-bottom .flex {
		justify-content: center;
	}

	.footer-bottom .lang-switch {
		margin-inline: 50px;
	}
	.item {
		min-width: 290px;
	}

	#menu-footer {
		flex-wrap: wrap;
	}

}

@media screen and (max-width: 630px) {
	.solutions .items {
			margin-top: 40px;
			justify-content: center;
		}
}

@media screen and (max-width: 490px) {
	
	.m-hidden {
		display: none;
		opacity: 0;
		visibility: hidden;
	}
	
	.m-visible {
		display: block;
		opacity: 1;
		visibility: visible;
	}


	.banner-front .text-header {
		font-size: 1.3rem;
	}
	
	#navbar.navbar-collapse {
		padding: 23px 16px;
	}
	
	header .navbar-toggle  {
		margin-left: 0;
	}
	
	header .logo {
		width: 60px;
		left: calc(50% - 30px);
		top: 11px;
	}
	
	header .flexible .lang-switch {
		float: unset;
		margin-left: 50px;
		display: inline-block;
		margin-bottom: 20px;
	}
	
	header #navbar .lang-list {
		font-size: 1.1rem;
	}
	
	#navbar.open {
		display: block;
	}
	
	.menu-open header.containe * {
		z-index: 0 !important;
	}
	
	.close {
		top: 25px;
		right: 25px;
	}

	section {
		padding-block: 10px;
	}

	.title {
		font-size: 2.75rem;
	}

	.solutions .items {
		margin-top: 40px;
	}

	.solutions .items {
		margin-top: 40px;
		justify-content: center;
	}

	#menu-footer li {
		margin: 10px 15px;
	}

	#menu-footer {
		justify-content: normal;
	}

	.wrap-footer .visit-us {
		width: 100%;
		border-right: none;
	}

	.wrap-footer.flex {
		background-position: bottom;
	}

	.wrap-footer .form-call {
		width: 100%;
	}

	.wrap-footer .adress {
		max-width: unset;
	}

	.logo-footer, footer .social {
/* 		width: 100%; */
		border: none !important;
	}
	.footer-bottom .lang-switch {
/* 		margin-bottom: 20px; */
	}


}