@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

/* Sections
      ========================================================================== */
/**
  * Remove the margin in all browsers.
  */
body {
  margin: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/**
  * 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 {
  -webkit-box-sizing: content-box;
          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;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/**
  * Add the correct font weight in Chrome, Edge, and Safari.
  */
b,
strong {
  font-weight: bolder;
}

/**
  * 1. Correct the inheritance and scaling of font size in all browsers.
  * 2. Correct the odd `em` font sizing in all browsers.
  */
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/**
  * Add the correct font size in all browsers.
  */
small {
  font-size: 80%;
}

/**
  * Prevent `sub` and `sup` elements from affecting the line height in
  * all browsers.
  */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
      ========================================================================== */
/**
  * Remove the border on images inside links in IE 10.
  */
img {
  border-style: none;
}

/* Forms
      ========================================================================== */
/**
  * 1. Change the font styles in all browsers.
  * 2. Remove the margin in Firefox and Safari.
  */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

/**
  * Show the overflow in IE.
  * 1. Show the overflow in Edge.
  */
button,
input {
  overflow: visible;
}

/**
  * Remove the inheritance of text transform in Edge, Firefox, and IE.
  * 1. Remove the inheritance of text transform in Firefox.
  */
button,
select {
  text-transform: none;
}

/**
  * Correct the inability to style clickable types in iOS and Safari.
  */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
  * Remove the inner border and padding in Firefox.
  */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
  * Restore the focus styles unset by the previous rule.
  */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
  * Correct the padding in Firefox.
  */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
  * 1. Correct the text wrapping in Edge and IE.
  * 2. Correct the color inheritance from `fieldset` elements in IE.
  * 3. Remove the padding so developers are not caught out when they zero out
  *		`fieldset` elements in all browsers.
  */
legend {
  -webkit-box-sizing: border-box;
          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"] {
  -webkit-box-sizing: border-box;
          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 {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/*--------------------------------------------------------------
 # Base
 --------------------------------------------------------------*/
/* Typography
 --------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
  color: #282828;
  font-family: "Montserrat", serif;
  font-weight: normal;
  font-size: 16px;
  line-height: 1.2;
}

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: #fff9c0;
  text-decoration: none;
}

big {
  font-size: 125%;
}

/* Elements
 --------------------------------------------- */
body {
  background: #fff;
}

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%;
}

/*** Custom styles ***/
* {
  -webkit-box-sizing: border-box !important;
          box-sizing: border-box !important;
  outline: none !important;
}
h1, h2, h3, h4, .text-logo #logo {
  font-family: "Montserrat", serif !important;
}
h5, p {
  font-family: "Montserrat", serif !important;
}
.container-wrap {
	width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}	
.header {
	display: flex;
	align-items: center;
}
header#Header {
    max-height: 150px;
    height: 150px;
}	
.header__left {
	display: flex;
	justify-content: space-around;
  align-items: center;
  width: 73%;

  padding-right: 2%;
}
.header__right {
	display: flex;
	justify-content: center;
	width: 28%;
}
ul.swich-lang {
  display: flex;
  margin: 0;
  margin-left: 0;
}
ul.swich-lang li a {
    font-size: 17px!important;
    font-weight: bold!important;
    color: #66ba72!important;
    border-bottom: none;
}
ul.swich-lang li.current-lang a {
    border-bottom: 0;
    font-size: 17px!important;
    font-weight: bold;
    color: #000!important;
}
ul.swich-lang li {
  padding: 0 7px;
  line-height: 18px;
}
ul.swich-lang li:first-child {
    margin-right: 0;    
    border-right: 3px solid #000;
}
ul.swich-lang li a:hover {
    border-bottom: none;
}

.cop29-bnr {
    overflow: hidden;
    width: 100%;
    background-position: 50% 50%;
    background-size: cover;
    height: -webkit-calc(100Vh - 150px);
    height: calc(100Vh - 150px);
    min-height: 300px;
    max-height: 573px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}
.cop29-2 {
	padding-top: 55px;
	padding-bottom: 0;
}
.cop29-bnr__title {
	color: #fff;
	font-size: 80px;
	font-weight: bold;
	line-height: 1;
	margin-top: 0;
	margin-bottom: 24px;
	text-transform: uppercase;
}
.cop29-bnr__descr {
	color: #fff;
	font-size: 25px;
	font-weight: bold;
	line-height: 1.2;
	margin-top: 0;
	margin-bottom: 0;
	text-transform: uppercase;
	text-align: center;
}
.cop29-2__description {
	padding: 0 50px;
	text-align: center;
  font-family: "Montserrat", serif;
	font-size: 23px;
  font-weight: 500;
	line-height: 1.2; 
	color: #333;
}
.cop29-2__description p {
	margin-top: 0;
	margin-bottom: 30px;
}
.cop29-panels {
	padding-top: 40px;
	padding-bottom: 5px;
}
.cop29-title {
	margin-top: 0;
	margin-bottom: 13px;

  font-family: "Montserrat", serif;
	font-size: 30px;
	font-weight: bold;
	line-height: 1.2;

	text-align: center;
}
.cop29-panels__tabs-content {
  display: flex;
  flex-direction: row;
  padding-top: 40px;
}
.tabs-panel {
  width: 100%;
}
.cop29-panels__content {
	display: flex;
	flex-direction: row;
}
.cop29-panels__left {
	width: 33.33%;
	display: flex;	
}
.cop29-panels__right {
	width: 66.67%;
	display: flex;
	padding-left: 40px;
	padding-right: 40px;	
}
.cop29-panels__desrciption {
  margin-top: -78px;

	background-color: #204c32;
	padding: 45px 40px 45px 60px;
	color: #fff;
  max-height: max-content;
}
.cop29-panels__ww {
	position: relative;
	padding-bottom: 20px;
}
.cop29-panels__ww:after {
	position: absolute;
	left: 0;
	bottom: 0;
	content: "";
    z-index: 1;
    display: block;
    width: 67px;
    height: 3px;
    background-color: #7eb247;
}
.cop29-panels__ww-row {
	margin-top: 0;
	margin-bottom: 0;

	font-size: 18px;
	font-weight: bold;
}
.cop29-panels__ww-label {
	display: inline-block;
	color: #fff;
	margin-right: 5px;
}
.cop29-panels__ww-text {
	display: inline-block;
	color: #7eb247;
}
.cop29-panels__op {
	margin-top: 24px;
	margin-bottom: 0;
	font-size: 16px;
}
.cop29-panels__op p {
	margin-top: 0;
	margin-bottom: 34px;
}
.cop29-panels__op p:last-child {
  margin-bottom: 0;
}

.tabs__caption li:not(.active) {
  cursor: pointer;
}

.tabs__content {
  display: none;
}

.tabs__content.active {
  display: block;
}
.tabs-panel__wrap {
    max-width: 680px;
    margin: 0 auto 30px;
    position: relative;
    border-bottom: 2px solid #f3f3f3;
}
.tabs__caption {
    list-style: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0;
    padding: 0;
}
.tabs__caption li {
    font-weight: bold;
    font-size: 18px!important;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    color: #282828;
    width: 33.33%;
    height: 35px;
    z-index: 2;
    padding-right: 0;
}
.tabs__caption li.active {
    color: #7eb247;
}
.tabs__caption-active {
    position: absolute;
    left: 0;
    top: 100%;
    height: 4px;
    width: auto;
    background: #7eb247;
    content: "";
    z-index: 1;
    -webkit-transition: 0.3s all;
    -o-transition: 0.3s all;
    transition: 0.3s all;
}
.info-table {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
}
.info-table__item {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 33.33%;
	padding: 0 15px;
	margin-bottom: 30px;
}
.info-table__item-img {
	width: 155px;
	height: 216px;
	border-radius: 100px;
	background-color: #ebebeb;
	overflow: hidden;
	margin-bottom: 22px;
}
.info-table__item-img img {
	height: 100% !important;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.info-table__item:hover .info-table__item-img img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}
.info-table__item-text {
	max-width: 210px;
	text-align: center;
	font-size: 16px;
}
.info-table__item-name {
	font-weight: bold;
	color: #282828;
}
.info-table__item-position {
	color: #999999;
}
.position-mark {
  color: #7eb247;
  font-weight: 600;
}
.cop29-pathway {
	padding-top: 24px;
	padding-bottom: 12px;
}
.pathway {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	margin: 0 -10px;
}
.pathway__item-wrap {
	width: 25%;
	padding: 10px;
	display: flex;
}
.pathway__item {
  width: 100%;
	display: flex;  
	flex-direction: column;
	align-items: center;
	background-color: #7eb247;
	padding: 40px 20px 45px;
	color: #fff;
	-webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.pathway__img-wrap {
	height: 120px;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 20px;
}
.pathway__title {
	font-size: 23px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 8px;
  text-align: center;	
}
.pathway__text {
	font-size: 16px;
	font-weight: normal;
	min-height: 135px;
	text-align: center;
}
.pathway__ancor-wrap {
	width: 14px;
	height: 23px;
}
.pathway__item:hover, .pathway__item.active {
	background-color: #204c32;
	color: #fff;
}
.pathway__item:hover .pathway__img-wrap svg .st0, .pathway__item.active .pathway__img-wrap svg .st0,
.pathway__item:hover .pathway__img-wrap svg .st2, .pathway__item.active .pathway__img-wrap svg .st2 {
	stroke: #7eb247;
}
.pathway__item:hover .pathway__img-wrap svg .st2, .pathway__item.active .pathway__img-wrap svg .st2 {
	fill:  #7eb247;
}
.pathway__item .pathway__ancor-wrap img {
    -webkit-transition: 0.1s ease;
    -o-transition: 0.1s ease;
    transition: 0.1s ease;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);    
}
.pathway__item.active .pathway__ancor-wrap img {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}
.cop29-planning {
	padding-top: 0;
	padding-bottom: 20px;
}
.cop29-subtitle {
	width: 100%;
	font-size: 23px;
	font-weight: bold;
	line-height: 1.2;
	color: #fff;
	padding: 14px 58px 12px;
	background-color: #204c32;
	margin-top: 0;
	margin-bottom: 0;
}
.planning {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	background-color: #f4f6f5;
	padding: 20px 29px 35px;
}
.planning__item {
	width: 50%;
	padding: 20px 29px;

	display: flex;
	flex-direction: column;
}
.planning__img-wrap {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 266px;
	margin-bottom: 35px;
}
.planning__img-wrap img {
	height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.planning__title {
	color: #333;
	font-size: 23px;
	font-weight: bold;
	line-height: 1.2;
	margin-bottom: 10px;
}
.planning__text {
	color: #333;
	font-size: 16px;
	font-weight: normal;
	line-height: 1.2;
}

.cop29-sowing {
	padding-top: 0;
	padding-bottom: 0;
}
.sowing {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	background-color: #2c653e;
	padding: 10px 29px 90px;
}
.sowing__item {
	width: 50%;
	padding: 20px 29px;

	display: flex;
	flex-direction: column;
}
.sowing__img-wrap {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 332px;
	margin-bottom: 40px;
}
.sowing__img-wrap img {
	height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.sowing__description {
	color: #fff;
	font-size: 23px;
	font-weight: bold;
	line-height: 1.2;
	margin-bottom: 40px;
}
.sowing__title {
	color: #7eb247;
	font-size: 23px;
	font-weight: bold;
	line-height: 1.2;
	margin-bottom: 15px;
}
.sowing__text {
	color: #fff;
	font-size: 16px;
	font-weight: normal;
	line-height: 1.2;
	margin-bottom: 40px;
}

.cop29-sowing-gallery {
	margin-top: -115px;
	margin-bottom: 20px;
	padding: 0 58px;
}
.gallery {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;       
  margin: 0 -14.5px;
}

.gallery__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 231px;
  width: 33.333%;
  padding: 0 14.5px;
  margin-bottom: 25px;
}

.gallery__img {
  height: 100%!important;
  width: 100%!important;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
}

.gallery__item-link:hover .gallery__img {
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
}

.gallery__item-link {
  position: relative;
  width: 100%;
}

.play-ico {
  position: absolute;
  width: 72px;
  height: 72px;
  top: -webkit-calc(50% - 36px);
  top: calc(50% - 36px);
  left: -webkit-calc(50% - 36px);
  left: calc(50% - 36px);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
}

.gallery__item-link:hover .play-ico {
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
}

.cop29-harvesting {
	padding-top: 0;
	padding-bottom: 50px;
}
.harvesting {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	background-color: #f4f6f5;
	padding: 40px 29px;
}
.harvesting__item {
	width: 50%;
	padding: 20px 29px 0;

	display: flex;
	flex-direction: column;
}
.harvesting__item-lg {
	width: 100%;
	padding: 0 29px;

	display: flex;
	flex-direction: column;
}
.harvesting__item-lg .harvesting__text {
	padding-top: 25px;
  padding-bottom: 30px;	
}
.harvesting__img-wrap {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 420px;
	margin-bottom: 50px;
	position: relative;
}
.harvesting__item .harvesting__img-wrap img {
  height: 100%!important;
  width: 100%!important;
  -o-object-fit: cover;
     object-fit: cover;
}
.harvesting__title {
	color: #333;
	font-size: 23px;
	font-weight: bold;
	line-height: 1.2;
	margin-bottom: 15px;
}
.harvesting__text {
	color: #333;
	font-size: 16px;
	font-weight: normal;
	line-height: 1.2;
	padding-bottom: 65px;
}
.harvesting__item-lg .harvesting__text {
	padding-top: 20px;	
}
.harvesting__img-wrap_lg {
	background-color: #fff;
	position: relative;	
	padding: 60px;
	margin-bottom: 0; 
	height: 500px;
}
.harvesting__title_abs {
	position: absolute;
	top: 30px;
	left: 30%;
	text-align: center;
}
.harvesting__list {
	margin: 0;
	padding: 8px 35px;
	background-color: #fff;
	border-radius: 6px;
	position: absolute;
	right: 30px;
	bottom: 30px;	
  list-style: none;
}
.harvesting__list li {
	padding-right: 0!important;
	line-height: 14px;  
}
.harvesting__list li span {
  position: relative;
}
.harvesting__list li span:before {
  position: absolute;
  top: 4px;
  left: -18px;
  display: block;
  width: 8px;
  height: 8px;
  content: '';
  border-radius: 50%;
  background-color: #000;
}
.harvesting__list li:nth-child(1) span:before {
  background-color: #7db146;	
}
.harvesting__list li:nth-child(2) span:before {
	background-color: #ff0000;	
}
.harvesting__list li:nth-child(3) span:before {
  background-color: #000000;	
}
.harvesting__list li {
	color: #000;
	font-size: 11px!important;
	font-weight: normal;
}

.cop29-final-product {
	padding-top: 0;
	padding-bottom: 45px;
}
.final-product {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	background-color: #7db146;
	padding: 0;
}
.final-product__item {
	display: flex;
	flex-direction: column;
}
.final-product__item:first-child {
	width: 52.5%;
	padding: 0;
}
.final-product__item:last-child {
	width: 47.5%;
	padding: 40px 60px;
}
.final-product__img-wrap {
	display: flex;
	align-items: center;
	justify-content: center;
  height: 100%;
}
.final-product__img-wrap img {
	height: 100%!important;
    width: 100%!important;
    -o-object-fit: cover;
    object-fit: cover;
}
.final-product__description {
	color: #fff;
	font-size: 23px;
	font-weight: bold;
	line-height: 1.2;
	margin-bottom: 20px;
}
.final-product__text {
	color: #fff;
	font-size: 16px;
	font-weight: normal;
	line-height: 1.2;
	margin-bottom: 10px;
}

.cop29-news {
	padding-top: 0;
	padding-bottom: 80px;
}
.news {
  margin-top: 58px;
}
.news .slick-list {
	margin: 0 45px;
}
.news__item {
  display: -webkit-box!important;
  display: -webkit-flex!important;
  display: -ms-flexbox!important;
  display: flex!important;
  width: -webkit-calc(33.333% - 30px);
  width: calc(33.333% - 30px);
  margin: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #FFFFFF;
}
.news__item-wrap {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
}
.news__link-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 35px 58px 20px;
  background-color: #f4f6f5;
  height: 185px;
  width: 100%;
}
.news__img-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 283px;
  width: 100%;
  overflow: hidden;
}
.news__img-wrap img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.news__item-link {
	padding: 0 15px;
}
.news__item-link .news__link-text {
  font-weight: bold;
  font-size: 16px;
  line-height: 1.2;
  color: #333;
  text-decoration: underline;
}
.news__item-link:hover .news__link-text, .news__item-link:active .news__link-text {
  text-decoration: none;
}
.news .slick-prev, .news .slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 42%;
    display: block;
    width: 36px;
    height: 44px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    overflow: hidden;
}
.news .slick-prev {
	border-radius: 0 20px 20px 0;
	left: 0;
	z-index: 10;
}
.news .slick-next {
	border-radius: 20px 0px 0 20px;
	right: 0;
	z-index: 10;
}
.news .slick-prev:after, .news .slick-next:after{
	background: #7db146;
	opacity: 1;
	z-index: -1; 
}
.news .slick-prev:before {
  display: inline-block;
  width: 10px;
  height: 16px;
  background-image: url(/wp-content/themes/kernel/images/cop29/arrow-left.svg);
  background-position: center right;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  content: " ";
  vertical-align: middle;
  opacity: 1;  
  z-index: 10;

  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.news .slick-next:before {
  display: inline-block;
  width: 10px;
  height: 16px;
  background-image: url(/wp-content/themes/kernel/images/cop29/arrow-right.svg);
  background-position: center left;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  content: " ";
  vertical-align: middle;
  opacity: 1;
  z-index: 10;

  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}

.cop29-ua {
	background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
    
  margin-bottom: 60px;
	height: 216px;
}
.cop29-ua__link {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
  padding-top: 45px;
  padding-bottom: 45px;
}
.cop29-ua__wrap {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
}
.cop29-ua__text-1 {
	font-size: 70px;
	line-height: 1;
	font-weight: bold;
	text-transform: uppercase;
	color: #fff;
}
.cop29-ua__text-2 {
	font-size: 31px;
	line-height: 1.2;
	font-weight: 500;
	text-transform: uppercase;
	color: #fffc02;
	margin-left: 59px;
}
.bold {
	font-weight: bold;
}


/*** Media ***/
@media screen and (max-width: 1240px) {
    .sections_group {
      padding: 0 15px;
    }
    .cop29-panels__desrciption {
      max-height: max-content;
      padding: 45px;
    }
    html[lang="uk"] .pathway__title {
      min-height: 56px;
    }
    .play-ico {
      width: 60px;
      height: 60px;
      top: -webkit-calc(50% - 30px);
      top: calc(50% - 30px);
      left: -webkit-calc(50% - 30px);
      left: calc(50% - 30px);
    }
    .final-product__description, .sowing__description, .sowing__description, .sowing__title, .harvesting__title, .planning__title {
      font-size: 22px;
    }
    .news__link-text {
      padding: 35px 35px 20px;
    }
    .harvesting__img-wrap_lg {
      padding: 30px;
    }
    .cop29-panels__ww-row {
      font-size: 17px;
    }
}
@media screen and (max-width: 1180px) {
    .cop29-panels__desrciption {
      padding: 45px 20px 45px 25px
    }
    .pathway__text {
      min-height: 180px;
    }
    .final-product__description, .sowing__description, .sowing__description, .sowing__title, .harvesting__title, .planning__title {
      font-size: 20px;
    }
    .cop29-ua__wrap {
      padding: 0 20px;
    }
    .cop29-ua__text-1 {
      margin-bottom: 15px;
    }
}
@media screen and (max-width: 1080px) {
  .harvesting__img-wrap_lg {
    height: 400px;
  }
  .news__link-text {
    height: 240px;
  }
  .final-product__item:first-child {
    width: 50%;
    padding: 0;
  }
  .final-product__item:last-child {
    width: 50%;
    padding: 30px 30px;
  }
  .cop29-panels__ww-row {
    font-size: 16px;
  }
}
@media screen and (max-width: 991px) {
  header#Header {
    max-height: 150px!important;
    min-height: 100px!important;
  }
  ul.swich-lang li {
    font-size: 16px!important;
    line-height: 18px;
  }
  .cop29-bnr__title {
    font-size: 60px;
  }
  .cop29-bnr__descr {
    font-size: 23px;
  }
  .cop29-2__description {
    padding: 0;
  }
  .final-product__item:first-child {
    width: 100%;
    padding: 30px 58px 0;
  }
  .final-product__item:last-child {
    width: 100%;
    padding: 40px 58px;
  }
  .final-product__img-wrap {
    max-width: 400px;
    margin: 0 auto;
  }
  ul.swich-lang li a {
    font-size: 15px!important;
  }
  ul.swich-lang li.current-lang a {
      font-size: 15px!important;
  }
  .info-table__item {
    width: 50%;
  }
  .cop29-panels__left {
    width: 40%;
  }
  .cop29-panels__right {
    width: 60%;
  }
  .tabs__caption li {
    font-size: 17px!important;
  }
  .pathway {
    justify-content: center;
  }
  .pathway__item-wrap {
    width: 35%; 
  }
  .planning__img-wrap {
    height: 180px;
  }  
  .cop29-ua__text-2 {
    margin-left: 0;
  }
}
@media screen and (max-width: 850px) {
  .cop29-panels__ww-row {
    font-size: 15px;
  }
  .sowing__img-wrap {
    height: 240px;
  }
  .news__link-text {
    height: 185px;
  }
  .cop29-panels__left {
    width: 43%;
  }
  .cop29-panels__right {
    width: 57%;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 740px) {
  .pathway__item-wrap {
        width: 50%;
  }
  .cop29-ua__text-2 {
    text-align: center;
  }
}
@media screen and (max-width: 700px) {
  .header {
    flex-wrap: wrap;
  }
  .header__left {
    width: 100%;
    padding-right: 0;
  }
  .header__right {
    width: 100%;
  }
  .cop29-bnr__title {
    font-size: 50px;
    text-align: center;
  }
  .cop29-bnr__descr {
    font-size: 21px;
  }
  .cop29-panels__tabs-content {
    flex-wrap: wrap;
    padding-top: 20px;
  }
  .cop29-panels__content {
    flex-wrap: wrap;
  }
  .cop29-panels__left {
    width: 100%;
  }
  .cop29-panels__right {
    width: 100%;
  }
  .cop29-panels__desrciption {
    margin-top: 0;
    margin-bottom: 20px;
  }
  .cop29-panels__ww-row {
    font-size: 18px;
  }
  .planning__item, .sowing__item {
    width: 100%;
  }
  .planning__img-wrap, .sowing__img-wrap {
    height: auto;
  }
  .gallery__item {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
  .harvesting__item {
    width: 100%;
  }
  .harvesting__img-wrap {
    height: 260px;
  }
  .harvesting__img-wrap_lg {
    height: auto;
  }
  .news__item-link .news__link-text {
    font-size: 15px;
  }
  .cop29-ua__text-1 {
    font-size: 50px;
  }
  .cop29-ua__text-2 {
    font-size: 30px;
  }
  .sowing__item:first-child {
    padding: 20px 29px 0;
  }
  .sowing__item:last-child {
    padding: 0 20px 29px;
  }
}
@media screen and (max-width: 650px) {
  .header__left {
    flex-wrap: wrap;
  }
  .news__link-text {
    height: 135px;
  }
  .cop29-2__description p:last-child br {
    display: none;
  }
}
@media screen and (max-width: 480px) {
  header#Header {
    padding: 10px 0;
    max-height: 180px!important;
    height: 180px;
  }
  .cop29-bnr {
    height: -webkit-calc(100Vh - 180px);
    height: calc(100Vh - 180px);
  }
  .header__right {
    padding: 10px 0;
  }
  .cop29-bnr__title {
    font-size: 40px;
  }
  .cop29-bnr {
    background-position: 70% 50%;
  }
  .cop29-bnr__descr br {
    display: none;
  }
  .pathway__item-wrap {
    width: 80%;
  }
  html[lang="uk"] .pathway__title {
    min-height: 28px;
  }
  .pathway__text {
    min-height: 100px;
  }
  .gallery__item {
    width: 100%;
  }
  .news__link-text {
    height: 160px;
  }
  .news__img-wrap {
    height: 240px;
  }
  .cop29-panels__ww-row {
    font-size: 15px;
  }
}
@media screen and (max-width: 400px) {  
  .cop29-bnr__title {
    font-size: 32px;
  }
  .cop29-bnr__descr {
    font-size: 20px;
  }
  .cop29-panels__right {
    padding-left: 0;
    padding-right: 0;
  }
  .tabs__caption li {
    font-size: 14px !important;
  }  
  .info-table__item-img {
    width: 140px;
  }
  .pathway__item-wrap {
    width: 100%;
  }
  .cop29-subtitle {
    padding: 14px 29px 12px;
  }
  .planning__item {
    padding: 20px 0;
  }
  .sowing__item:first-child {
    padding: 20px 0 0;
  }
  .sowing__item:last-child {
    padding: 0 0 20px;
  }
  .cop29-sowing-gallery {
    padding: 0 29px;
  }
  .harvesting__item {
    padding: 20px 0 0;
  }
  .harvesting__item-lg {
    padding: 0;
  }
  .harvesting__img-wrap_lg {
    padding: 10px;
  }
  .harvesting__list {
    padding: 8px 15px 8px 25px;
    right: 15px;
    bottom: 15px;
  }
  .harvesting__text {
    padding-bottom: 30px;
  }
  .final-product__item:first-child {
    padding: 30px 29px 0;
  }
  .final-product__item:last-child {
    padding: 40px 29px;
  }
  .news .slick-list {
    margin: 0 35px;
  }
  .news .slick-prev, .news .slick-next {
    width: 30px;
  }
  .news__link-text {
    height: 185px;
    padding: 35px 15px 20px;
  }
  .news__img-wrap {
    height: 180px;
  }
  .cop29-ua__text-1 {
    font-size: 40px;
  }
  .cop29-ua__text-2 {
    font-size: 24px;
  }
  .cop29-ua__wrap {
    padding: 0;
  }

}