@font-face {
  font-family: 'Montserrat';
  src: url("./fonts/mont/Montserrat-LightItalic.eot");
  src: url("./fonts/mont/Montserrat-LightItalic.eot?#iefix") format("embedded-opentype"), url("./fonts/mont/Montserrat-LightItalic.woff2") format("woff2"), url("./fonts/mont/Montserrat-LightItalic.woff") format("woff"), url("./fonts/mont/Montserrat-LightItalic.ttf") format("truetype");
  font-weight: 300;
  font-style: italic;
  font-display: swap; }

@font-face {
  font-family: 'Montserrat';
  src: url("./fonts/mont/Montserrat-SemiBold.eot");
  src: url("./fonts/mont/Montserrat-SemiBold.eot?#iefix") format("embedded-opentype"), url("./fonts/mont/Montserrat-SemiBold.woff2") format("woff2"), url("./fonts/mont/Montserrat-SemiBold.woff") format("woff"), url("./fonts/mont/Montserrat-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Montserrat';
  src: url("./fonts/mont/Montserrat-Regular.eot");
  src: url("./fonts/mont/Montserrat-Regular.eot?#iefix") format("embedded-opentype"), url("./fonts/mont/Montserrat-Regular.woff2") format("woff2"), url("./fonts/mont/Montserrat-Regular.woff") format("woff"), url("./fonts/mont/Montserrat-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Montserrat';
  src: url("./fonts/mont/Montserrat-Bold.eot");
  src: url("./fonts/mont/Montserrat-Bold.eot?#iefix") format("embedded-opentype"), url("./fonts/mont/Montserrat-Bold.woff2") format("woff2"), url("./fonts/mont/Montserrat-Bold.woff") format("woff"), url("./fonts/mont/Montserrat-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Montserrat';
  src: url("./fonts/mont/Montserrat-Medium.eot");
  src: url("./fonts/mont/Montserrat-Medium.eot?#iefix") format("embedded-opentype"), url("./fonts/mont/Montserrat-Medium.woff2") format("woff2"), url("./fonts/mont/Montserrat-Medium.woff") format("woff"), url("./fonts/mont/Montserrat-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap; }

.header-top-navigation .active,
.footer-col .active,
.header-bottom .active{
    color: #0D9A46;
}
.btn {
  display: inline-block;
  padding: 0 42px;
  background: #0D9A46;
  border-radius: 30px;
  outline: none;
  border: none;
  transition: 0.3s ease; }
.btn:hover {
  background-color: #048a39; }
.btn-name {
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Montserrat';
  font-weight: bold;
  font-size: 14px;
  line-height: 49px;
  text-transform: uppercase;
  color: #ffffff;
  transition: 0.3s ease; }
@media (min-width: 1301px) and (max-width: 1540px) {
  .btn-name {
    font-weight: 500;
    line-height: 40px; } }
.btn-border {
  border: 1px solid #0D9A46;
  background: transparent; }
.btn-border .btn-name {
  color: #0D9A46;
  line-height: 47px; }
.btn-border:hover {
  background-color: #0D9A46; }
.btn-border:hover .btn-name {
  color: #fff; }
@media (min-width: 1301px) and (max-width: 1540px) {
  .btn {
    padding: 0 20px; } }

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
em,
strong,
abbr,
acronym,
blockquote,
q,
cite,
ins,
del,
dfn,
a,
div,
span,
pre,
address,
br,
b,
i,
sub,
sup,
big,
small,
tt,
table,
tr,
caption,
thead,
tbody,
tfoot,
col,
colgroup,
form,
input,
label,
textarea,
button,
fieldset,
legend,
select,
option,
dl,
dt,
dd,
code,
var,
samp,
img,
object,
param,
map,
area {
  padding: 0;
  margin: 0;
  border: none; }

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
figure,
figcaption,
header,
footer,
aside,
article {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

input[type=button],
input[type=submit],
button {
  cursor: pointer; }

button {
  border: 0; }

*:focus {
  outline: none; }

a {
  text-decoration: none;
  color: white; }

a:hover {
  text-decoration: none;
  color: inherit; }

.info-content a {
  color: #0D9A46; }

.info-content a:hover {
  text-decoration: underline;
  color: black;
  transition: 0.3s ease;
}

button::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
input[type="file"] > input[type="button"]::-moz-focus-inner {
  border: none;
  outline: none; }

button.ui-button::-moz-focus-inner {
  border: 0;
  padding: 0; }

/* reset extra padding in Firefox */
::-ms-clear {
  width: 0;
  height: 0; }

::-ms-reveal {
  width: 0;
  height: 0;
  display: none; }

/* Internet Explorer 10 in Windows 8 and Windows Phone 8 Bug fix */
/*@-webkit-viewport {
  width: device-width; }

@-moz-viewport {
  width: device-width; }

@-ms-viewport {
  width: device-width; }

@-o-viewport {
  width: device-width; }

@viewport {
  width: device-width; }
*/
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  word-wrap: break-word;
  word-break: break-word; }

*:focus {
  outline: none; }

button::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
input[type="file"] > input[type="button"]::-moz-focus-inner {
  border: none;
  outline: none; }

button.ui-button::-moz-focus-inner {
  border: 0;
  padding: 0; }

/* reset extra padding in Firefox */
::-ms-clear {
  width: 0;
  height: 0; }

::-ms-reveal {
  width: 0;
  height: 0;
  display: none; }

/* Internet Explorer 10 in Windows 8 and Windows Phone 8 Bug fix */
/*@-webkit-viewport {
  width: device-width; }

@-moz-viewport {
  width: device-width; }

@-ms-viewport {
  width: device-width; }

@-o-viewport {
  width: device-width; }

@viewport {
  width: device-width; }
*/
a,
input,
textarea,
select {
  -webkit-appearance: none; }

@media (min-width: 993px) {
  .header.fixed {
    padding-bottom: 72px; }
  .header.fixed .header-bottom {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 20;
    width: 100%; } }

@media (max-width: 992px) {
  .header.fixed {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 20;
    width: 100%; } }

.header-top {
  position: relative;
  padding: 19px 0;
  height: 55px;
  background-color: #292929; }
@media (max-width: 992px) {
  .header-top {
    padding: 0 0 30px;
    height: auto;
    background-color: transparent; } }
.header-top-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  max-width: 811px; }
@media (max-width: 992px) {
  .header-top-content {
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    max-width: 100%; } }
@media (min-width: 1301px) and (max-width: 1540px) {
  .header-top-content {
    max-width: 731px; } }
.header-top .wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-end; }
@media (max-width: 992px) {
  .header-top .wrapper {
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    max-width: 100%; } }
.header-top::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  display: block;
  width: 100%;
  max-width: 804px;
  height: 2px;
  background: #727272;
  opacity: 0.4; }
@media (max-width: 1730px) {
  .header-top::before {
    max-width: 500px; } }
@media (min-width: 1301px) and (max-width: 1540px) {
  .header-top::before {
    max-width: 410px; } }
@media (max-width: 1150px) {
  .header-top::before {
    max-width: 150px; } }
@media (max-width: 992px) {
  .header-top::before {
    display: none; } }
.header-top-navigation {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  max-width: 594px;
  margin-right: 15px; }
@media (max-width: 992px) {
  .header-top-navigation {
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    max-width: 100%;
    margin-right: 0;
    margin-bottom: 30px; } }
.header-top-navigation a {
  display: inline-block;
  font-family: 'Montserrat';
  font-weight: 600;
  font-size: 13px;
  line-height: 13px;
  text-transform: uppercase;
  color: #ffffff;
  transition: 0.3s ease; }
.header-top-navigation a:hover {
  color: #0D9A46; }
.header-top-navigation a:not(:last-child) {
  margin-right: 5px; }
@media (max-width: 992px) {
  .header-top-navigation a:not(:last-child) {
    margin: 0 0 30px; } }
@media (min-width: 1301px) and (max-width: 1540px) {
  .header-top-navigation a {
    font-weight: 400;
    font-size: 12px;
    line-height: 13px; } }
.header-top-lang {
  position: relative; }
.header-top-lang-trigger {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center; }
.header-top-lang-trigger-flag {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 32px;
  min-width: 32px;
  height: 21px;
  margin-right: 10px;
  overflow: hidden; }
.header-top-lang-trigger-flag::before {
  content: "";
  display: block;
  padding-top: 65%; }
.header-top-lang-trigger-flag img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover; }
.header-top-lang-trigger-name {
  display: inline-block;
  font-family: 'Montserrat';
  font-weight: 400;
  font-size: 12px;
  line-height: 13px;
  color: #ffffff;
  white-space: pre; }
.header-top-lang-trigger-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 7px;
  height: 5px;
  margin-left: 4px;
  transition: 0.3s ease; }
.header-top-lang-trigger-arrow img {
  max-width: 100%;
  max-height: 5px; }
.header-top-lang-popup {
  position: absolute;
  top: calc(100% + 25px);
  right: 0;
  z-index: 3;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-flow: row wrap;
  width: 100%;
  min-width: 650px;
  padding: 15px 7px;
  background: #FFFFFF;
  border-radius: 5px;
  box-shadow: 0px 4px 11px rgba(0, 102, 72, 0.29);
  transition: 0.3s ease;
  opacity: 0;
  visibility: hidden; }
@media (max-width: 992px) {
  .header-top-lang-popup {
    top: calc(100% + 15px);
    min-width: 320px;
    right: 50%;
    left: 50%;
    padding: 15px 15px 5px 15px;
    transform: translateX(-50%);
    justify-content: space-between;
    max-height: 135px;
    overflow-y: scroll; } }
.header-top-lang-item {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  /* min-width: 126px;
                max-width: 140px;*/
  width: calc(25% - 16px);
  margin-left: 8px;
  margin-right: 8px; }
@media (max-width: 992px) {
  .header-top-lang-item {
    max-width: 100%;
    width: calc(50% - 8px);
    min-width: 0; } }
.header-top-lang-item:not(:last-child) {
  margin-bottom: 26px; }
@media (max-width: 992px) {
  .header-top-lang-item:not(:last-child) {
    margin-right: 0;
    margin-bottom: 10px; } }
.header-top-lang-item-flag {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 32px;
  min-width: 32px;
  height: 20px;
  margin-right: 9px;
  overflow: hidden; }
.header-top-lang-item-flag::before {
  content: "";
  display: block;
  padding-top: 65%; }
.header-top-lang-item-flag img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover; }
.header-top-lang-item-check {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 8px;
  height: 8px;
  min-width: 8px;
  margin-right: 11px;
  background: #FFFFFF;
  border: 0.5px solid #000000;
  border-radius: 50%;
  box-sizing: border-box; }
.header-top-lang-item-check span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 4px;
  height: 4px;
  min-width: 4px;
  background: #FFFFFF;
  border: 0.5px solid #000000;
  box-sizing: border-box;
  border-radius: 50%;
  background-color: #0D9A46;
  transition: 0.3s ease;
  opacity: 0;
  font-size: 0;
  line-height: 0;
  color: transparent; }
.header-top-lang-item-name {
  display: inline-block;
  font-family: 'Montserrat';
  font-weight: 400;
  font-size: 13px;
  line-height: 13px;
  color: #000; }
.header-top-lang-item.active .header-lang-item-check span {
  opacity: 1; }
.header-top-lang-item.active .header-lang-item-name {
  font-weight: 600; }
.header-top-lang.active .header-top-lang-trigger .header-top-lang-trigger-arrow {
  transform: rotate(180deg); }
.header-top-lang.active .header-top-lang-popup {
  opacity: 1;
  visibility: visible; }
@media (max-width: 768px) {
  .header-top-lang-popup {
    min-width: 270px;
    left: 0%;
    right: auto;
    height: auto;
    max-height: 300px; }
  .header-top-lang-popup .header-top-lang-item-check {
    display: none; }
  .header-top-lang-popup .header-top-lang-item-name {
    font-size: 12px;
    line-height: 12px; } }

.header-middle {
  width: 100%;
  height: 104px;
  padding: 26px 0;
  background-color: #1F1F1F;
  border-bottom: 3px solid #0D9A46; }
@media (max-width: 992px) {
  .header-middle {
    width: 100%;
    height: auto;
    padding: 0 0 30px;
    background-color: transparent;
    border-bottom: none; } }
@media (min-width: 1301px) and (max-width: 1540px) {
  .header-middle {
    height: auto;
    padding: 17px 0px; } }
.header-middle-content {
  display: flex;
  align-items: center;
  justify-content: space-between; }
@media (max-width: 992px) {
  .header-middle-content {
    flex-direction: column;
    align-items: center;
    justify-content: flex-start; } }
.header-middle-content .logo {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  max-width: 253px;
  margin-right: 15px; }
@media (max-width: 992px) {
  .header-middle-content .logo {
    display: none; } }
.header-middle-content .logo img {
  max-width: 100%;
  max-height: 49px; }
@media (min-width: 1301px) and (max-width: 1540px) {
  .header-middle-content .logo {
    max-width: 220px; } }
.header-middle-navigation {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  max-width: 815px; }
@media (max-width: 992px) {
  .header-middle-navigation {
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    max-width: 100%; } }
.header-middle-navigation .info-popup:not(:last-child) {
  margin-right: 10px; }
@media (max-width: 992px) {
  .header-middle-navigation .info-popup:not(:last-child) {
    margin: 0 0 30px; } }
@media (min-width: 1301px) and (max-width: 1540px) {
  .header-middle-navigation {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    max-width: 815px;
    padding-left: 85px; } }

.header-bottom {
  width: 100%;
  height: 72px;
  padding: 16px 0;
  background-color: #1F1F1F; }
@media (max-width: 992px) {
  .header-bottom {
    padding: 0;
    height: auto;
    background-color: transparent; } }
.header-bottom .wrapper {
  height: 100%; }
.header-bottom-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%; }
@media (max-width: 992px) {
  .header-bottom-content {
    flex-direction: column;
    align-items: center;
    justify-content: flex-start; }
  .header-bottom-content .search {
    margin-top: 30px; } }
@media (min-width: 1301px) and (max-width: 1540px) {
  .header-bottom {
    height: 59px;
    padding: 10px 0; } }

@media (max-width: 992px) {
  .header-content {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 20;
    width: 100%;
    height: 100vh;
    background-color: #1F1F1F;
    overflow-y: scroll;
    padding: 40px 20px 90px;
    transition: 0.3s ease;
    opacity: 0;
    visibility: hidden; } }

.header.open .header-content {
  opacity: 1;
  visibility: visible; }

.header-mobile {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  display: block;
  width: 100%;
  position: relative;
  padding: 10px 0;
  background-color: #292929;
  display: none; }
@media (max-width: 992px) {
  .header-mobile {
    display: block; }
  .header-mobile .info-popup-trigger {
    justify-content: center;
    align-items: center;
    align-content: center; } }
.header-mobile-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%; }
.header-mobile-content .logo {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  margin-right: 0px;
  max-width: 45%; }
.header-mobile-content .logo img {
  width: auto;
  max-width: 100%;
  max-height: 49px; }
.header-mobile-content_contact {
  border-top: 1px solid #0d9a46;
  padding: 10px 15px 0px 15px !important;
  margin-top: 10px !important; }
.header-mobile-content .info-popup-text {
  font-size: 12px; }
.header-mobile-content .info-popup-trigger,
.header-mobile-content .info-popup {
  width: 100%; }

@media (max-width: 992px) {
  .header-content .info-popup-trigger {
    justify-content: center !important;
    align-items: center !important;
    align-content: center !important; } }

.menu-trigger-open {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  flex-direction: column;
  width: 25px;
  height: 18px;
  transition: 0.6s ease; }
.menu-trigger-open span {
  display: block;
  width: 100%;
  height: 2px;
  background-color: #0D9A46;
  transition: 0.2s cubic-bezier(0, 0, 0.2, 1); }
.menu-trigger-open span:nth-child(1) {
  width: 75%; }
.menu-trigger-open span:nth-child(3) {
  width: 40%; }

.menu-trigger-close {
  position: fixed;
  top: 34px;
  right: 12px;
  display: none;
  align-items: flex-end;
  justify-content: center;
  flex-direction: column;
  width: 25px;
  height: 18px;
  transition: 0.6s ease; }
@media (max-width: 992px) {
  .menu-trigger-close {
    display: flex; } }
.menu-trigger-close span {
  position: relative;
  width: 100%;
  display: block;
  height: 2px;
  background-color: #0D9A46;
  transition: 0.2s cubic-bezier(0, 0, 0.2, 1); }
.menu-trigger-close span:nth-child(1) {
  transform: rotate(-40deg);
  margin-bottom: -2px; }
.menu-trigger-close span:nth-child(2) {
  display: none; }
.menu-trigger-close span:nth-child(3) {
  transform: rotate(40deg); }

.footer-top {
  position: relative;
  padding: 58px 0 65px;
  background-color: #1B252F;
  border-bottom: 1px solid #0D9A46; }
@media (max-width: 1200px) {
  .footer-top {
    padding: 58px 0 20px; } }
@media (max-width: 992px) {
  .footer-top {
    padding: 30px 0 0; } }
@media (min-width: 1301px) and (max-width: 1540px) {
  .footer-top {
    padding: 40px 0 27px; } }
.footer-top__line {
  position: absolute;
  top: 0px;
  right: 0;
  display: block;
  width: 100%;
  max-width: 1430px;
  height: 2px;
  background: #727272;
  opacity: 0.4; }
@media (max-width: 1200px) {
  .footer-top__line {
    max-width: 600px; } }
@media (max-width: 992px) {
  .footer-top__line {
    display: none; } }
.footer-top-content {
  display: flex;
  align-items: flex-start;
  justify-content: space-between; }
@media (max-width: 992px) {
  .footer-top-content {
    flex-direction: column;
    align-items: center; } }
.footer-top-navigation {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  width: 100%;
  max-width: 1237px;
  padding-top: 58px; }
.footer-top-navigation .footer-col {
  max-width: 250px; }
@media (max-width: 1200px) {
  .footer-top-navigation {
    flex-flow: row wrap; }
  .footer-top-navigation .footer-col {
    width: calc(100% / 4);
    max-width: 100%;
    margin-bottom: 30px; }
  .footer-top-navigation .footer-col:last-child {
    width: 100%;
    max-width: 100%; }
  .footer-top-navigation .footer-col:not(:last-child) {
    margin-right: 0; } }
@media (max-width: 992px) {
  .footer-top-navigation {
    flex-direction: column;
    align-items: center;
    flex-flow: row wrap;
    padding-top: 0; }
  .footer-top-navigation .footer-col {
    width: calc(100% / 2);
    max-width: 150px;
    margin-bottom: 30px; }
  .footer-top-navigation .footer-col:last-child {
    width: 100%;
    max-width: 100%; }
  .footer-top-navigation .footer-col:not(:last-child) {
    margin-right: 0; } }
@media (max-width: 992px) {
  .footer-top-navigation {
    display: grid;
    grid-template-columns: 50% 50%;
    grid-template-rows: auto auto;
    gap: 0px 0px;
    grid-template-areas: ". ."
 "last last"; }
  .footer-top-navigation .footer-col {
    width: 100%; }
  .footer-top-navigation .footer-col:last-child {
    grid-area: last; } }
@media (max-width: 350px) {
  .footer-top-navigation .footer-col {
    width: 100%;
    max-width: 100%; } }
.footer-top-navigation .info-popup:not(:last-child) {
  margin-bottom: 28px; }
.footer-top-navigation .info-popup-img {
  position: relative;
  width: 25px;
  min-width: 25px;
  margin-right: 10px;
  height: 0; }
.footer-top-navigation .info-popup-img img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%); }
@media (max-width: 1200px) {
  .footer-top-navigation .info-popup-img {
    width: 20px;
    min-width: 20px; } }
@media (min-width: 1301px) and (max-width: 1540px) {
  .footer-top-navigation .info-popup-img {
    width: 15px;
    max-width: 15px; } }
.footer-top-navigation .info-popup-text {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 14px; }
@media (max-width: 1200px) {
  .footer-top-navigation .info-popup-text {
    font-size: 12px;
    line-height: 12px;
    white-space: nowrap; } }
@media (min-width: 1301px) and (max-width: 1540px) {
  .footer-top-navigation .info-popup-text {
    font-size: 12px;
    line-height: 12px; } }

.footer-col {
  width: 100%;
  max-width: 215px; }
.footer-col:not(:last-child) {
  margin-right: 15px; }
@media (max-width: 992px) {
  .footer-col:not(:last-child) {
    margin: 0 0 30px; } }
@media (max-width: 992px) {
  .footer-col {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    max-width: 100%; } }
.footer-col .logo {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  width: 100%;
  max-width: 200px;
  margin-bottom: 16px; 
  padding-right: 45px;}
@media (max-width: 992px) {
  .footer-col .logo {
    display: flex;
    align-items: center;
    justify-content: center; } }
@media (max-width: 768px) {
  .footer-col .logo {
    width: 50%;
    margin-bottom: 0; } }
.footer-col .logo img {
  max-width: 100%;
  max-height: 90px; }
.footer-col-text {
  margin-bottom: 22px;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 22px;
  color: #FFFFFF; }
@media (max-width: 992px) {
  .footer-col-text {
    text-align: center; } }
@media (max-width: 768px) {
  .footer-col-text {
    width: 50%;
    margin-bottom: 0;
    text-align: left; } }
.footer-col nav {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-flow: row wrap;
  width: 100%; }
.footer-col nav a {
  display: block;
  /*         width: 100%;
                max-width: 72px;*/
  width: auto;
  min-width: 50%;
  margin-bottom: 27px;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  color: #FFFFFF;
  transition: 0.3s ease; }
@media (max-width: 1200px) {
  .footer-col nav a {
    margin-bottom: 29px;
    font-size: 12px;
    line-height: 12px; } }
@media (max-width: 400px) {
  .footer-col nav a {
    width: calc(100% / 2);
    max-width: 100%;
    text-align: center; } }
.footer-col nav a:hover {
  color: #0D9A46; }
@media (max-width: 768px) {
  .footer-col_logo {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    flex-wrap: wrap; } }

.footer-social {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%; }
@media (max-width: 992px) {
  .footer-social {
    justify-content: center; } }
@media (max-width: 768px) {
  .footer-social {
    margin-top: 20px; } }
.footer-social a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 41px;
  min-width: 41px;
  height: 41px;
  background: linear-gradient(0deg, #FFFFFF, #FFFFFF);
  border-radius: 50%;
  transition: 0.3s ease; }
.footer-social a:hover {
  box-shadow: 0px 4px 11px rgba(0, 102, 72, 0.29); }
.footer-social a img {
  max-width: 20px; }
.footer-social a:not(:last-child) {
  margin-right: 8px; }

.footer-bottom {
  background-color: #101A24; }
.footer-bottom-content {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 18px 0 22px;
  width: 100%; }
@media (max-width: 992px) {
  .footer-bottom-content {
    padding: 18px 0 50px; }
  .footer-bottom-content .footer-col:not(:last-child) {
    margin-bottom: 0; } }
@media (max-width: 991px) {
  .footer-bottom-content {
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    padding: 18px 0 80px; } }
.footer-bottom-content p,
.footer-bottom-content a {
  display: inline-block;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 17px;
  color: #FFFFFF;
  transition: 0.3s ease; }
@media (max-width: 600px) {
  .footer-bottom-content p,
  .footer-bottom-content a {
    margin-bottom: 10px; } }
@media (min-width: 1301px) and (max-width: 1540px) {
  .footer-bottom-content p,
  .footer-bottom-content a {
    font-weight: 500;
    font-size: 12px;
    line-height: 14px; } }
.footer-bottom-navigation {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  max-width: 360px; }
@media (max-width: 600px) {
  .footer-bottom-navigation {
    flex-direction: row;
    align-items: center;
    justify-content: space-between; } }
.footer-bottom-navigation a:hover {
  color: #0D9A46; }

.popup {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  width: 100%; }
.popup-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 40;
  opacity: 0;
  visibility: hidden;
  transition: 0.5s ease; }
.popup-wrapper.active {
  opacity: 1;
  visibility: visible; }
.popup-close-trigger {
  cursor: pointer;
  position: absolute;
  top: 15px;
  right: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15px;
  height: 15px; }
.popup-close-trigger img {
  max-width: 100%; }
.popup-layout {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 6;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding: 130px 15px;
  overflow-y: scroll;
  background: rgba(27, 37, 47, 0.9); }
@media (max-width: 767px) {
  .popup-layout {
    padding: 60px 15px; } }
@media (max-height: 500px) {
  .popup-layout {
    align-items: flex-start; } }

.ask {
  position: fixed;
  bottom: 25%;
  z-index: 10;
  right: 15px;
  width: 100%;
  max-width: 258px;
  height: 123px;
  opacity: 0;
  background: #FFB417;
  box-shadow: 0px 4px 18px rgba(0, 0, 0, 0.09);
  border-radius: 20px;
  visibility: hidden;
  transition: 0.3s ease;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  text-align: center; }
.ask__text {
  font-family: Montserrat;
  text-transform: uppercase;
  color: #FFFFFF;
  font-style: normal;
  font-weight: bold; }
.ask__title {
  font-size: 28px;
  line-height: 30px; }
.ask__subtitle {
  font-size: 14px;
  line-height: 18px; }
.ask svg {
  width: 32px;
  height: 24px;
  position: absolute;
  right: 40px;
  top: 100%; }
@media (max-width: 1540px) {
  .ask {
    /* max-width: 150px; */
    right: 5px;
    /* height: 70px; */
    width: auto;
    height: auto;
    padding: 11px 29px; }
  .ask__title {
    font-size: 28px;
    line-height: 30px; }
  .ask__subtitle {
    font-size: 14px;
    line-height: 18px; }
  .ask svg {
    width: 20px;
    height: 15px; } }
@media (max-width: 767px) {
  .ask {
    bottom: 102px;
    display: none;
    max-width: 130px;
    right: 5px;
    height: 60px; }
  .ask__title {
    font-size: 24px;
    line-height: 26px; }
  .ask__subtitle {
    font-size: 12px;
    line-height: 14px; } }
.ask img {
  max-width: 100%; }
.ask.fixed {
  opacity: 1;
  visibility: visible; }

.title {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: bold;
  font-size: 68px;
  line-height: 106.7%;
  text-transform: uppercase;
  color: #000000; }
@media (max-width: 1500px) {
  .title {
    font-size: 34px; } }
.title span {
  display: inline-block;
  position: relative; }
.title span::before {
  content: '';
  position: absolute;
  top: calc(100% + 9px);
  left: 0;
  right: 0;
  width: 100%;
  height: 4px;
  background: #0D9A46; }
@media (max-width: 1500px) {
  .title span::before {
    height: 2px; } }
.title-s {
  font-size: 42px;
  line-height: 51px;
  margin-bottom: 50px; }
@media (min-width: 1301px) and (max-width: 1540px) {
  .title-s {
    font-size: 32px;
    line-height: 38px;
    margin-bottom: 30px; } }
@media (max-width: 992px) {
  .title-s {
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 30px; } }
.title-ss {
  font-size: 25px;
  line-height: 30px;
  margin-bottom: 34px; }
.title-ss span::before {
  top: calc(100% + 6px);
  height: 3px; }
@media (min-width: 1301px) and (max-width: 1540px) {
  .title {
    font-size: 32px;
    line-height: 38px;
    margin-bottom: 30px; } }

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

.text-p {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 28px;
  color: #000000; }
.text-p:not(:last-child) {
  margin-bottom: 28px; }

.info-popup {
  position: relative;
  cursor: pointer; }
.info-popup-trigger {
  display: flex;
  align-items: center;
  justify-content: flex-start; }
.info-popup-trigger:hover .info-popup-text {
  color: #0D9A46; }
.info-popup-img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  min-width: 18px;
  margin-right: 9px; }
.info-popup-img img {
  max-width: 100%; }
.info-popup-text {
  display: inline-block;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 16px;
  letter-spacing: 0.005em;
  color: #FFFFFF;
  transition: 0.3s ease; }
@media (min-width: 1301px) and (max-width: 1540px) {
  .info-popup-text {
    font-weight: 500;
    font-size: 14px;
    line-height: 14px; } }
.info-popup-arrow {
  display: block;
  margin-left: 13px;
  width: 11px;
  min-width: 11px;
  transition: 0.3s ease; }
.info-popup-arrow img {
  max-width: 100%;
  transform: translateY(-3px); }
.info-popup-hidden {
  position: absolute;
  top: calc(100% + 6px);
  left: 0;
  right: 0;
  z-index: 3;
  display: flex;
  width: 170px;
  padding: 15px 15px;
  background: #FFFFFF;
  border-radius: 5px;
  box-shadow: 0px 4px 11px rgba(0, 102, 72, 0.29);
  transition: 0.3s ease;
  opacity: 0;
  visibility: hidden; }
.info-popup-hidden a {
  display: block;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 16px;
  letter-spacing: 0.005em;
  color: #000;
  transition: 0.3s ease; }
@media (max-width: 1500px) {
  .info-popup-hidden a {
    font-size: 14px;
    line-height: 14px; } }
.info-popup-hidden a:hover {
  color: #0D9A46; }
.info-popup-hidden a:not(:last-child) {
  margin-bottom: 10px; }
.info-popup.active .info-popup-hidden {
  opacity: 1;
  visibility: visible; }
.info-popup.active .info-popup-arrow {
  transform: rotate(180deg); }
@media (min-width: 993px) {
  .info-popup-big .info-popup-text {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 18px;
    text-transform: uppercase;
    color: #FFFFFF; } }
@media (min-width: 993px) and (min-width: 1301px) and (max-width: 1540px) {
  .info-popup-big .info-popup-text {
    font-size: 14px;
    line-height: 16px; } }
@media (max-width: 768px) {
  .info-popup {
    width: 100%; } }

.search {
  width: 100%;
  max-width: 405px;
  height: 40px;
  padding: 5px 20px 5px 22px;
  background: rgba(13, 154, 70, 0.1);
  border: 1px solid #0D9A46;
  box-sizing: border-box;
  border-radius: 30px; }
.search form {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 100%; }
.search form button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 13px;
  min-width: 13px;
  height: 13px;
  margin-left: 10px;
  background: none;
  border: none;
  outline: none; }
.search form button svg path {
  transition: 0.3s ease; }
.search form button:hover svg path {
  fill: #ffffff; }
.search form input {
  display: block;
  width: 100%;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 14px;
  color: #0D9A46;
  background: transparent;
  border: none;
  transition: 0.3s ease;
  outline: none; }
.search form input::-webkit-input-placeholder {
  color: #0D9A46; }
.search form input::-moz-placeholder {
  color: #0D9A46; }
.search form input:-ms-input-placeholder {
  color: #0D9A46; }
.search form input:-moz-placeholder {
  color: #0D9A46; }
@media (min-width: 1301px) and (max-width: 1540px) {
  .search {
    max-width: 280px;
    height: 35px;
    font-size: 35px; } }

.form-field {
  position: relative;
  margin-bottom: 21px; }
.form-field-el {
  display: block;
  width: 100%;
  padding: 0 20px 0 46px;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  line-height: 38px;
  color: #000;
  outline: none;
  box-shadow: none;
  border: 1px solid #E7E7E7;
  border-radius: 20px;
  background: #ffffff;
  transition: 0.3s ease; }
.form-field-el::-webkit-input-placeholder {
  color: #b8b8b8; }
.form-field-el::-moz-placeholder {
  color: #b8b8b8; }
.form-field-el:-ms-input-placeholder {
  color: #b8b8b8; }
.form-field-el:-moz-placeholder {
  color: #b8b8b8; }
.form-field-el:hover, .form-field-el:focus {
  border: 1px solid #0D9A46; }
.form-field-el:hover ~ .form-field-img svg path, .form-field-el:focus ~ .form-field-img svg path {
  fill: #0D9A46; }
.form-field-img {
  position: absolute;
  top: calc(50% - 7px);
  left: 23px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15px;
  height: 14px; }
.form-field-img svg {
  max-width: 100%;
  max-height: 14px; }
.form-field-img svg path {
  transition: 0.3s ease; }
.form-field-textarea textarea {
  padding: 10px 10px 10px 44px;
  resize: none;
  overflow: hidden;
  line-height: 16px;
  min-height: 101px; }
.form-field-textarea .form-field-img {
  position: absolute;
  top: 13px; }

.checkbox {
  cursor: pointer;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  margin-bottom: 36px; }
.checkbox input {
  display: none; }
.checkbox input:checked ~ .checkbox-input::before {
  opacity: 1; }
.checkbox-input {
  position: relative;
  margin-top: -1px;
  width: 21px;
  min-width: 21px;
  height: 21px;
  margin-right: 15px;
  border: 1px solid #0D9A46;
  transition: 0.3s ease; }
.checkbox-input::before {
  content: '';
  position: absolute;
  top: calc(50% - 5.5px);
  left: calc(50% - 5.5px);
  display: block;
  width: 11px;
  min-width: 11px;
  height: 11px;
  background-color: #0D9A46;
  transition: 0.3s ease;
  opacity: 0; }
.checkbox-text {
  font-family: Montserrat;
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  line-height: 16px;
  text-align: left;
  color: #000000; }
.checkbox-text span {
  font-weight: 600; }

.breadcrumbs {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-flow: row wrap;
  padding-top: 23px;
  padding-bottom: 51px; }
@media (max-width: 992px) {
  .breadcrumbs {
    padding-top: 30px;
    padding-bottom: 30px; } }
@media (max-width: 600px) {
  .breadcrumbs {
    display: none; } }
@media (min-width: 1301px) and (max-width: 1540px) {
  .breadcrumbs {
    padding-top: 15px;
    padding-bottom: 25px; } }
.breadcrumbs-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  transition: 0.3s ease; }
.breadcrumbs-link span {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  line-height: 13px;
  color: #8F8F8F;
  transition: 0.3s ease; }
.breadcrumbs-link img {
  max-width: 15px;
  margin-right: 6px; }
.breadcrumbs-link:hover span {
  color: #0D9A46; }
.breadcrumbs-active {
  display: inline-block;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 600;
  font-size: 13px;
  line-height: 13px;
  color: #1B252F; }
.breadcrumbs-slash {
  display: inline-block;
  margin: 0 8px;
  transform: translateY(1px); }

.production {
  padding-bottom: 90px;
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  overflow: hidden; }
.production-slider {
  position: relative;
  width: 100%;
  min-width: 1920px; }
@media (max-width: 767px) {
  .production-slider {
    min-width: 0;
    padding: 0 15px; } }
.production-slider-layout {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 1920px;
  margin: 0 auto; }
.production-slider::before {
  content: '';
  z-index: 4;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  max-width: 383px;
  height: 450px;
  background-color: rgba(255, 255, 255, 0.6); }
@media (max-width: 767px) {
  .production-slider::before {
    display: none; } }
.production-slider::after {
  content: '';
  z-index: 4;
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 100%;
  max-width: 383px;
  height: 450px;
  background-color: rgba(255, 255, 255, 0.6); }
@media (max-width: 767px) {
  .production-slider::after {
    display: none; } }
@media (max-width: 1200px) {
  .production-slider .owl-nav {
    display: none; } }
.production-slider .owl-nav button {
  position: absolute;
  top: 50%;
  z-index: 6;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 51px;
  height: 51px;
  background: #EFEFEF !important;
  border: none !important;
  border-radius: 50%;
  transition: 0.3s ease; }
@media (max-width: 1200px) {
  .production-slider .owl-nav button {
    position: static;
    transform: translateY(0);
    width: 30px;
    height: 30px; }
  .production-slider .owl-nav button:not(:last-child) {
    margin-right: 30px; } }
.production-slider .owl-nav button span {
  display: block;
  font-size: 0;
  line-height: 0;
  color: transparent;
  width: 27px;
  height: 12px;
  background-image: url(../images/arrow-pp.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transition: 0.3s ease; }
.production-slider .owl-nav button.owl-next {
  right: 200px; }
.production-slider .owl-nav button.owl-next span {
  transform: rotate(180deg); }
.production-slider .owl-nav button.owl-prev {
  left: 200px; }
.production-slider .owl-nav button:hover {
  background: #0D9A46 !important; }
.production-slider .owl-nav button:hover span {
  background-image: url(../images/arrow-w.svg); }
.production-slider .owl-dots {
  position: static;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin-top: 30px; }
.production-slider .owl-dots button {
  display: block;
  width: 28px;
  height: 5px;
  background-color: transparent !important;
  border: 1px solid #0D9A46;
  border-radius: 30px !important;
  transition: 0.3s ease; }
@media (max-width: 767px) {
  .production-slider .owl-dots button {
    width: 5px;
    height: 5px;
    min-width: 5px;
    border-radius: 50% !important; } }
.production-slider .owl-dots button span {
  display: none; }
.production-slider .owl-dots button:not(:last-child) {
  margin-right: 5px; }
.production-slider .owl-dots button.active {
  width: 69px;
  background-color: #0D9A46 !important; }
@media (max-width: 767px) {
  .production-slider .owl-dots button.active {
    width: 5px; } }
@media (min-width: 1301px) and (max-width: 1540px) {
  .production-slider {
    overflow: hidden; }
  .production-slider:before, .production-slider:after {
    height: 100%; }
  .production-slider .owl-nav {
    max-width: 90%;
    margin: 0 auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    z-index: 5; } }
.production-item {
  position: relative;
  z-index: 2;
  border: 1px solid transparent;
  transition: 0.3s ease; }
@media (max-width: 767px) {
  .production-item {
    box-shadow: none;
    border: 1px solid #0D9A46; } }
.production-item-wrap {
  position: relative;
  width: 100%;
  max-width: 367px;
  padding-top: 15px;
  padding-right: 16px;
  padding-bottom: 30px; }
@media (max-width: 767px) {
  .production-item-wrap {
    padding-top: 0;
    padding-right: 0;
    max-width: 100%; } }
.production-item-wrap::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: calc(100% - 19px);
  height: calc(100% - 39px);
  background-color: #E5F3EF;
  transition: 0.3s ease;
  z-index: 1; }
@media (max-width: 767px) {
  .production-item-wrap::before {
    display: none; } }
.production-item-img {
  position: relative;
  display: block;
  width: 100%;
  max-height: 270px;
  min-height: 270px;
  flex-shrink: 0;
  overflow: hidden;
  transition: .3s ease; }
.production-item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover; }
.production-item-img::before {
  content: "";
  display: block;
  padding-top: 80%; }
.production-item-img::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  opacity: 0;
  transition: .3s ease; }
.production-item-img:hover::after {
  opacity: 1; }
.production-item-content {
  position: relative;
  width: 100%;
  padding: 23px 20px 27px;
  background-color: #ffffff;
  box-shadow: 0px 4px 18px rgba(0, 0, 0, 0.09); }
@media (max-width: 767px) {
  .production-item-content {
    box-shadow: none; } }
.production-item-content .btn {
  position: absolute;
  bottom: -29px;
  left: 19px;
  width: 100%;
  max-width: 175px;
  padding: 0 5px; }
.production-item-title {
  display: block;
  margin-bottom: 6px;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 22px;
  height: 44px;
  overflow: hidden;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  color: #000000;
  transition: 0.3s ease;
}
.production-item-title:hover {
  color: #0D9A46;
}
@media (min-width: 1301px) and (max-width: 1540px) {
  .production-item-title {
    font-size: 16px;
    line-height: 18px;
    height: 36px; } }
.production-item-text {
  display: block;
  margin-bottom: 6px;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 24px;
  height: 89px;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  overflow: hidden;
  -webkit-box-orient: vertical;
  color: #000000; }
@media (min-width: 1301px) and (max-width: 1540px) {
  .production-item-text {
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 0; } }
.production-item:hover {
  border: 1px solid #0D9A46; }
@media (max-width: 768px) {
  .production-item-img {
    max-height: 160px;
    min-height: 160px; }
  .production-item-content {
    padding: 20px 10px 25px; }
  .production-item-title {
    font-size: 14px;
    line-height: 18px;
    height: 20px; }
  .production-item-text {
    font-size: 12px;
    line-height: 18px; } }
@media (max-width: 1200px) {
  .production {
    padding-bottom: 40px; } }
@media (min-width: 1301px) and (max-width: 1540px) {
  .production {
    padding-bottom: 33px; }
  .production-slider-2:before, .production-slider-2:after {
    content: none; }
  .production-slider-1 {
    min-width: 100%;
    overflow: hidden; }
  .production-slider-1 .owl-nav button.owl-prev {
    left: 0; }
  .production-slider-1 .owl-nav button.owl-next {
    right: 0; }
  .production-item-wrap {
    max-width: 320px;
    min-width: 320px; } }

.benefits {
  padding-bottom: 70px;
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  overflow: hidden; }
@media (max-width: 1300px) {
  .benefits {
    padding-bottom: 40px; } }
@media (max-width: 767px) {
  .benefits {
    padding-bottom: 0px; } }
.benefits-content {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: row wrap;
  padding-top: 73px;
  padding-bottom: 175px;
  width: 100%;
  max-width: 930px;
  margin: 0 auto; }
@media (max-width: 1300px) {
  .benefits-content {
    max-width: 1050px; } }
@media (min-width: 1301px) and (max-width: 1540px) {
  .benefits-content {
    max-width: 845px;
    padding-top: 145px; } }
@media (max-width: 1300px) {
  .benefits-content {
    padding-bottom: 0; } }
@media (max-width: 767px) {
  .benefits-content {
    padding-top: 0; } }
.benefits-item {
  cursor: pointer;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: column;
  width: 100%;
  max-width: 235px;
  min-width: 235px;
  height: 235px;
  padding: 24px 30px 15px; }
@media (max-width: 1300px) {
  .benefits-item {
    margin: 0 55px 345px; } }
@media (min-width: 1301px) and (max-width: 1540px) {
  .benefits-item {
    max-width: 211.5px;
    min-width: 211.5px;
    height: 211.5px; } }
@media (max-width: 767px) {
  .benefits-item {
    justify-content: center;
    max-width: 260px;
    min-width: 260px;
    height: 260px;
    margin: 0 35px 180px; }
  .benefits-item:last-child {
    margin: 0 35px 190px; }
  .benefits-item-hidden {
    top: 100%; } }
.benefits-item-img {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 65px;
  min-height: 65px;
  max-width: 65px;
  max-height: 65px;
  margin-bottom: 48px; }
@media (max-width: 515px) {
  .benefits-item-img {
    min-width: 48px;
    min-height: 48px;
    max-width: 48px;
    max-height: 48px;
    margin-bottom: 24px; } }
.benefits-item-img::before {
  content: '';
  position: absolute;
  left: calc(50% - 39px);
  top: calc(100% + 19px);
  display: block;
  width: 100%;
  max-width: 78px;
  min-width: 78px;
  height: 3px;
  background-color: #0D9A46;
  transition: 0.3s ease; }
@media (max-width: 515px) {
  .benefits-item-img::before {
    top: calc(100% + 12px); } }
.benefits-item-img svg {
  max-width: 100%;
  max-height: 65px; }
.benefits-item-img svg path,
.benefits-item-img svg rect {
  transition: 0.3s ease;
  fill: #000000; }
@media (min-width: 1301px) and (max-width: 1540px) {
  .benefits-item-img {
    min-width: 55px;
    min-height: 55px;
    max-width: 55px;
    max-height: 55px;
    margin-bottom: 30px; } }
.benefits-item-text {
  position: relative;
  z-index: 3;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  height: 48px;
  text-align: center;
  color: #000000;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  overflow: hidden;
  -webkit-box-orient: vertical;
  transition: 0.3s ease; }
@media (max-width: 515px) {
  .benefits-item-text {
    font-size: 14px;
    line-height: 20px; } }
@media (min-width: 1301px) and (max-width: 1540px) {
  .benefits-item-text {
    font-size: 13px;
    line-height: 16px;
    font-weight: 400;
    height: 49px;
    -webkit-line-clamp: 3; } }
.benefits-item::before {
  content: '';
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  display: block;
  width: 100%;
  height: 100%;
  background: #FFFFFF;
  border: 2px solid #0D9A46;
  box-sizing: border-box;
  box-shadow: 0px 4px 18px rgba(0, 0, 0, 0.09);
  transition: 0.3s ease; }
@media (max-width: 767px) {
  .benefits-item::before {
    width: 80%;
    height: 80%; } }
@media (min-width: 1301px) and (max-width: 1540px) {
  .benefits-item::before {
    width: 85%;
    height: 85%; } }
.benefits-item::after {
  content: '';
  position: absolute;
  z-index: 0;
  top: -48px;
  left: calc(50% - 67.5px);
  display: block;
  width: 135px;
  height: 135px;
  background: rgba(13, 154, 70, 0.1);
  transform: rotate(45deg); }
@media (min-width: 1301px) and (max-width: 1540px) {
  .benefits-item::after {
    width: 114.75px;
    height: 114.75px;
    top: -40.8px;
    left: calc(50% - 57.4px); } }
@media (max-width: 767px) {
  .benefits-item::after {
    top: 0; } }
@media (min-width: 1300px) {
  .benefits-item:hover .benefits-item-img svg path,
  .benefits-item:hover .benefits-item-img svg rect {
    fill: #FFFFFF; }
  .benefits-item:hover .benefits-item-img::before {
    background-color: #FFFFFF; }
  .benefits-item:hover .benefits-item-text {
    color: #FFFFFF; }
  .benefits-item:hover::before {
    background: #0D9A46; }
  .benefits-item:hover .benefits-item-hidden {
    opacity: 1;
    visibility: visible; } }
.benefits-item-hidden {
  position: absolute;
  top: 149px;
  right: calc(100% - 86px);
  z-index: 5;
  width: 100%;
  max-width: 298px;
  min-width: 298px;
  transition: 0.3s ease;
  opacity: 0;
  visibility: hidden; }
@media (max-width: 1300px) {
  .benefits-item-hidden {
    position: absolute;
    top: calc(100% + 45px);
    left: 50%;
    right: 50%;
    transform: translateX(-50%);
    width: 100%;
    min-width: 280px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    margin-top: 0;
    opacity: 1;
    visibility: visible; } }
@media (max-width: 767px) {
  .benefits-item-hidden {
    top: 100%; } }
.benefits-item-hidden-text {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 28px;
  height: 140px;
  display: -webkit-box;
  -webkit-line-clamp: 7;
  overflow: hidden;
  -webkit-box-orient: vertical;
  color: #000000; }
@media (max-width: 1300px) {
  .benefits-item-hidden-text {
    order: 2;
    text-align: center; } }
@media (max-width: 515px) {
  .benefits-item-hidden-text {
    font-size: 12px;
    line-height: 16px;
    -webkit-line-clamp: 6;
    height: 96px; } }
@media (min-width: 1301px) and (max-width: 1540px) {
  .benefits-item-hidden-text {
    font-size: 14px;
    line-height: 18px; } }
.benefits-item-hidden-text span {
  color: #0D9A46; }
.benefits-item-hidden-line {
  position: relative;
  display: block;
  width: 100%;
  max-width: 244px;
  height: 28px;
  margin-bottom: 35px;
  margin-left: 5px;
  border-left: 1px solid #000000;
  border-top: 1px solid #000000; }
@media (max-width: 1300px) {
  .benefits-item-hidden-line {
    order: 1;
    width: 0;
    border: none;
    background-color: #000;
    margin-bottom: 15px;
    margin-left: 0; } }
@media (min-width: 1301px) and (max-width: 1540px) {
  .benefits-item-hidden-line {
    margin-bottom: 10px; } }
.benefits-item-hidden-line::before {
  position: absolute;
  bottom: -5.5px;
  left: -5.5px;
  content: '';
  display: block;
  width: 11px;
  height: 11px;
  background-color: #0D9A46;
  border-radius: 50%; }
@media (max-width: 1300px) {
  .benefits-item-hidden-line::before {
    bottom: -5px;
    left: calc(50% - 5.5px);
    right: calc(50% - 5.5px);
    top: auto; } }
@media (min-width: 1301px) and (max-width: 1540px) {
  .benefits-item-1 {
    transform: translateX(-60px); }
  .benefits-item-1 .benefits-item-hidden {
    top: 134px;
    right: 80%; } }
@media (min-width: 1541px) {
  .benefits-item-1 {
    transform: translateX(-160px); } }
@media (min-width: 1301px) and (max-width: 1540px) {
  .benefits-item-2 .benefits-item-hidden {
    top: calc(-100% + 45px);
    right: calc(-100% - -24px);
    flex-direction: column-reverse;
    display: flex; } }
@media (min-width: 1541px) {
  .benefits-item-2 .benefits-item-hidden {
    top: -110px;
    right: calc(100% - 68px);
    max-width: 250px;
    min-width: 250px; }
  .benefits-item-2 .benefits-item-hidden-text {
    height: 88px;
    display: -webkit-box;
    -webkit-line-clamp: 3; }
  .benefits-item-2 .benefits-item-hidden-line {
    margin-bottom: 0;
    margin-top: 15px;
    margin-left: 5px;
    border-left: none;
    border-right: 1px solid #000000; }
  .benefits-item-2 .benefits-item-hidden-line::before {
    top: -5.5px;
    bottom: auto; } }
@media (min-width: 1301px) and (max-width: 1540px) {
  .benefits-item-3 {
    transform: translateX(60px); }
  .benefits-item-3 .benefits-item-hidden {
    right: auto;
    left: calc(100% - 33px);
    top: 136px; }
  .benefits-item-3 .benefits-item-hidden-line {
    border-left: none;
    border-right: 1px solid #000; }
  .benefits-item-3 .benefits-item-hidden-line::before {
    right: -5.5px;
    left: auto; } }
@media (min-width: 1541px) {
  .benefits-item-3 {
    transform: translateX(160px); }
  .benefits-item-3 .benefits-item-hidden {
    top: 149px;
    left: calc(100% - 70px);
    right: auto; }
  .benefits-item-3 .benefits-item-hidden-line {
    margin: 0 0 20px auto;
    border-left: none;
    border-right: 1px solid #000; }
  .benefits-item-3 .benefits-item-hidden-line::before {
    left: auto;
    right: -5.5px; }
  .benefits-item-3 .benefits-item-hidden-text {
    text-align: right; } }
@media (min-width: 1301px) and (max-width: 1540px) {
  .benefits-item-4 {
    transform: translate(76px, -60px); }
  .benefits-item-4::after {
    display: none; }
  .benefits-item-4 .benefits-item-hidden {
    top: 134px;
    right: calc(100% - 40px); } }
@media (min-width: 1541px) {
  .benefits-item-4 {
    transform: translate(38px, -58px); }
  .benefits-item-4::after {
    display: none; }
  .benefits-item-4 .benefits-item-hidden {
    top: 200px;
    right: calc(100% - 101px); } }
@media (min-width: 1301px) and (max-width: 1540px) {
  .benefits-item-5 {
    transform: translate(0, 91.15px); }
  .benefits-item-5::after {
    display: none; }
  .benefits-item-5 .benefits-item-hidden {
    right: 80%;
    top: 134px; } }
@media (min-width: 1541px) {
  .benefits-item-5 {
    transform: translate(0, 119px); }
  .benefits-item-5::after {
    display: none; }
  .benefits-item-5 .benefits-item-hidden {
    top: 140px;
    left: calc(100% - 62px);
    right: auto; }
  .benefits-item-5 .benefits-item-hidden-line {
    margin: 0 0 20px auto;
    border-left: none;
    border-right: 1px solid #000; }
  .benefits-item-5 .benefits-item-hidden-line::before {
    left: auto;
    right: -5.5px; }
  .benefits-item-5 .benefits-item-hidden-text {
    text-align: right; } }
@media (min-width: 1301px) and (max-width: 1540px) {
  .benefits-item-6 {
    transform: translate(-75px, -60px); }
  .benefits-item-6::after {
    display: none; }
  .benefits-item-6 .benefits-item-hidden {
    right: auto;
    left: calc(100% - 33px);
    top: 136px; }
  .benefits-item-6 .benefits-item-hidden-line {
    border-left: none;
    border-right: 1px solid #000; }
  .benefits-item-6 .benefits-item-hidden-line::before {
    right: -5.5px;
    left: auto; } }
@media (min-width: 1541px) {
  .benefits-item-6 {
    transform: translate(-38px, -57px); }
  .benefits-item-6::after {
    top: auto;
    bottom: -48px; }
  .benefits-item-6 .benefits-item-hidden {
    top: 200px;
    left: calc(100% - 101px);
    right: auto; }
  .benefits-item-6 .benefits-item-hidden-line {
    margin: 0 0 20px auto;
    border-left: none;
    border-right: 1px solid #000; }
  .benefits-item-6 .benefits-item-hidden-line::before {
    left: auto;
    right: -5.5px; }
  .benefits-item-6 .benefits-item-hidden-text {
    text-align: right; } }
@media (max-width: 767px) {
  .benefits-item {
    margin-bottom: 180px; }
  .benefits-item-text {
    font-size: 11px !important;
    line-height: 20px !important;
    height: 55px !important;
    padding: 0px 10px !important;
    font-weight: 400;
    -webkit-line-clamp: 3;
    margin-bottom: 16px; } }
@media (min-width: 1301px) and (max-width: 1540px) {
  .benefits {
    padding-bottom: 0px; } }

.info-content {
  font-family: 'Montserrat'; }
.info-content p {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  color: #000000; }
@media (max-width: 1200px) {
  .info-content p {
    font-size: 14px;
    line-height: 20px; } }
.info-content p:not(:last-child) {
  margin-bottom: 18px; }
.info-content ol {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  color: #000000; }
@media (max-width: 1200px) {
  .info-content ol {
    font-size: 14px;
    line-height: 20px; } }
.info-content .btn {
  width: 100%;
  max-width: 263px; }
.info-content ul {
  margin: 0;
  padding: 0;
  list-style: none; }
.info-content ul:not(:last-child) {
  margin-bottom: 36px; }
.info-content ul li {
  position: relative;
  padding-left: 43px;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  color: #000000; }
@media (max-width: 1200px) {
  .info-content ul li {
    font-size: 14px;
    line-height: 20px; } }
.info-content ul li::before {
  content: '';
  position: absolute;
  top: -2px;
  left: 0;
  display: block;
  width: 25px;
  height: 25px;
  background-image: url("../images/li.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain; }
.info-content ul li:not(:last-child) {
  margin-bottom: 22px; }
.info-content h1 {
  position: relative;
  margin-bottom: 73px;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: bold;
  font-size: 68px;
  line-height: 106.7%;
  text-transform: uppercase;
  color: #000000; }
@media (max-width: 992px) {
  .info-content h1 {
    font-size: 34px; } }
.info-content h1 span {
  color: #0D9A46; }
.info-content h1::before {
  content: '';
  position: absolute;
  top: calc(100% + 18px);
  left: 0;
  right: 0;
  width: 100%;
  height: 4px;
  background: #0D9A46; }
@media (max-width: 992px) {
  .info-content h1::before {
    height: 2px; } }
.info-content h3 {
  margin-bottom: 15px;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: bold;
  font-size: 22px;
  line-height: 27px;
  text-transform: uppercase;
  color: #000000; }
@media (max-width: 1200px) {
  .info-content h3 {
    font-size: 18px;
    line-height: 24px; } }
.info-content h4 {
  margin-bottom: 15px;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 24px;
  text-transform: uppercase;
  color: #000000; }
@media (max-width: 1200px) {
  .info-content h4 {
    font-size: 16px;
    line-height: 18px; } }
.info-content blockquote {
  position: relative;
  padding: 33px 140px 33px 42px;
  background: #F5FFFC;
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: 300;
  font-size: 18px;
  line-height: 28px;
  color: #000000;
  background-image: url("../images/q.svg");
  background-repeat: no-repeat;
  background-position: center right 59px;
  background-size: 67px 67px; }
@media (max-width: 1200px) {
  .info-content blockquote {
    padding: 90px 15px 15px;
    background-position: top 10px center; } }
.info-content blockquote:not(:last-child) {
  margin-bottom: 30px; }
.info-content blockquote::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 4px;
  height: 100%;
  background: #0D9A46;
  border-radius: 30px; }
@media (max-width: 1200px) {
  .info-content blockquote::before {
    top: 0;
    left: 0;
    right: 0;
    bottom: auto;
    width: 100%;
    height: 4px; } }
.info-content-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 33px; }
@media (max-width: 1200px) {
  .info-content-row {
    flex-direction: column;
    align-items: center; } }
.info-content-row img {
  width: 100%;
  max-width: 458px;
  margin-right: 30px; }
@media (max-width: 1200px) {
  .info-content-row img {
    margin: 0 0 30px; } }
@media (min-width: 1301px) and (max-width: 1540px) {
  .info-content h1 {
    position: relative;
    margin-bottom: 73px;
    font-size: 36px;
    line-height: 106%;
    text-transform: uppercase;
    color: #000; }
  .info-content p, .info-content ol {
    font-size: 14px;
    line-height: 22px; }
  .info-content ul li {
    font-size: 14px;
    line-height: 16px; } }

html, body {
  height: 100%; }
html.hidden, body.hidden {
  overflow: hidden; }

.main {
  display: flex;
  flex-direction: column;
  min-height: 100%; }
.main-content {
  flex: 1 0 auto; }
.main footer {
  flex: 0 0 auto; }

.wrapper {
  width: 100%;
  max-width: 1557px;
  margin: 0 auto;
  padding: 0 15px; }
.wrapper-s {
  max-width: 1190px; }
@media (min-width: 1301px) and (max-width: 1540px) {
  .wrapper-s {
    max-width: 1100px; } }
@media (min-width: 1301px) and (max-width: 1540px) {
  .wrapper-t {
    max-width: 1110px; } }

.section-block {
  padding: 70px 0 45px; }
@media (max-width: 1100px) {
  .section-block {
    padding: 40px 0; } }

.content-bg {
  padding-top: 72px;
  background-repeat: no-repeat;
  background-position: top -162px  center;
  background-size: 1920px 1024px; }
@media (max-width: 767px) {
  .content-bg {
    padding-top: 40px; } }
@media (min-width: 1301px) and (max-width: 1540px) {
  .content-bg {
    padding-top: 33px; } }

.show-more-content {
  position: relative;
  margin-bottom: 20px;
  /*  height: 303px;
        overflow: hidden;*/
  transition: 1s linear; }
.show-more-content.hidden {
  height: 303px !important; }
.show-more-content.hidden::before {
  opacity: 1;
  visibility: visible; }
.show-more-content::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 60px;
  background: linear-gradient(rgba(255, 255, 255, 0.2), #ffffff);
  transition: 0.3s ease;
  opacity: 0;
  visibility: hidden; }
.show-more-content-item {
  padding-bottom: 10px; }

.show-more-trigger {
  display: inline-block;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 0.005em;
  text-decoration: underline;
  text-transform: uppercase;
  color: #000;
  transition: 0.3s ease; }
.show-more-trigger.hidden {
  display: none; }
.show-more-trigger:hover {
  color: #0D9A46; }

.show-more-wrap {
  margin-bottom: 20px; }

.btnpup {
  position: fixed;
  bottom: 0;
  left: 0;
  padding: 10px;
  background: #0d9a46;
  transition: 0.3s all;
  z-index: 19;
  cursor: pointer; }
.btnpup:hover {
  background: #0b823b; }

.banner {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  background-image: url("../images/banner-bg-new.png");
  background-repeat: no-repeat;
  background-position: bottom right;
  background-size: cover;
  margin-bottom: 88px; }
.banner-slider-item {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  width: 100%;
  min-height: 720px;
  padding: 50px 0; }
@media (max-width: 1700px) {
  .banner-slider-item {
    min-height: 450px;
    padding: 50px 0; } }
@media (max-width: 1050px) {
  .banner-slider-item {
    padding: 50px 0; } }
@media (max-width: 767px) {
  .banner-slider-item {
    align-items: flex-start;
    padding: 35px 0 35px; } }
.banner-slider .owl-dots {
  position: absolute;
  top: 50%;
  left: 15px;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: column; }
@media (max-width: 1200px) {
  .banner-slider .owl-dots {
    top: calc(100% + 20px);
    left: 0;
    right: 0;
    transform: none;
    flex-direction: row;
    justify-content: center;
    width: 100%; } }
@media (max-width: 767px) {
  .banner-slider .owl-dots {
    position: static;
    margin-bottom: 20px; } }
.banner-slider .owl-dots button {
  display: block;
  width: 5px;
  height: 28px;
  background-color: transparent !important;
  border: 1px solid #0D9A46;
  border-radius: 30px !important;
  transition: 0.3s ease; }
@media (max-width: 1200px) {
  .banner-slider .owl-dots button {
    height: 5px;
    width: 28px; } }
@media (max-width: 767px) {
  .banner-slider .owl-dots button {
    width: 5px;
    height: 5px;
    min-width: 5px;
    border-radius: 50% !important; } }
.banner-slider .owl-dots button span {
  display: none; }
.banner-slider .owl-dots button:not(:last-child) {
  margin-bottom: 5px; }
@media (max-width: 1200px) {
  .banner-slider .owl-dots button:not(:last-child) {
    margin: 0 5px 0 0; } }
.banner-slider .owl-dots button.active {
  height: 69px;
  background-color: #0D9A46 !important; }
@media (max-width: 1200px) {
  .banner-slider .owl-dots button.active {
    width: 69px;
    height: 5px; } }
@media (max-width: 767px) {
  .banner-slider .owl-dots button.active {
    width: 5px; } }
.banner-content {
  width: 100%;
  max-width: 640px; }
@media (max-width: 1200px) {
  .banner-content {
    max-width: 400px; } }
@media (max-width: 1050px) {
  .banner-content {
    max-width: 300px; } }
@media (max-width: 767px) {
  .banner-content {
    max-width: 100%; } }
.banner-content p {
  width: 100%;
  max-width: 444px;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  color: #000000; }
@media (max-width: 1050px) {
  .banner-content p {
    font-size: 14px;
    line-height: 20px; } }
@media (max-width: 767px) {
  .banner-content p {
    max-width: 100%;
    text-align: center; } }
@media (min-width: 1301px) and (max-width: 1540px) {
  .banner-content p {
    font-size: 14px;
    line-height: 22px; } }
.banner-title {
  margin-bottom: 28px;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: bold;
  font-size: 32px;
  line-height: 38px;
  text-transform: uppercase;
  color: #000000; }
@media (min-width: 1301px) and (max-width: 1540px) {
  .banner-title {
    font-size: 32px;
    line-height: 38px; } }
@media (max-width: 1050px) {
  .banner-title {
    font-size: 28px;
    line-height: 32px; } }
@media (max-width: 767px) {
  .banner-title {
    text-align: center; } }
.banner-title span {
  color: #0D9A46; }
.banner-img {
  display: none; }
@media (max-width: 767px) {
  .banner-img {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    padding: 30px 15px 0;
    background-image: url("../images/bc-img.png");
    background-repeat: no-repeat;
    background-position: bottom right;
    background-size: cover; }
  .banner-img img {
    max-width: 400px;
    width: 100%;
    height: 100%;} }
.banner-simple {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding-bottom: 51px;
  min-height: 431px; }
@media (max-width: 1200px) {
  .banner-simple {
    margin-bottom: 0;
    min-height: 0; } }
@media (max-width: 600px) {
  .banner-simple {
    padding-top: 40px;
    padding-bottom: 40px;
    background-size: cover;
    background-position: right; } }
.banner-simple .breadcrumbs {
  margin-bottom: 39px; }
@media (max-width: 1200px) {
  .banner-simple .breadcrumbs {
    margin-bottom: 0; } }
.banner-simple .title {
  width: 100%;
  margin-bottom: 46px;
  font-size: 64px;
  line-height: 68px; }
@media (max-width: 1500px) {
  .banner-simple .title {
    font-size: 34px;
    line-height: 45px; } }
@media (max-width: 767px) {
  .banner-simple .title {
    font-size: 26px;
    line-height: 36px; } }
.banner-simple .title span::before {
  top: calc(100% + 15px);
  height: 6px; }
.banner-simple-subtitle {
  width: 100%;
  max-width: 460px;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  /* or 150% */
  color: #000000; }
@media (max-width: 767px) {
  .banner {
    background-image: none;
    margin-bottom: 40px; }
  .banner-slider-item {
    min-height: 100%; } }
@media (min-width: 1301px) and (max-width: 1540px) {
  .banner {
    margin-bottom: 33px; }
  .banner-simple {
    height: 290px;
    min-height: auto;
    background-size: cover;
    background-position: 0px -30px; }
  .banner-simple-subtitle {
    font-size: 14px;
    line-height: 22px; }
  .banner-simple .breadcrumbs {
    margin-bottom: 15px; }
  .banner-simple .title {
    font-size: 36px;
    line-height: 38px;
    margin-bottom: 50px; }
  .banner-simple .title span::before {
    height: 3px; }
  .banner-simple .wrapper {
    height: 100%; } }

.error-page {
  padding: 45px 0px;
  background-repeat: no-repeat;
  background-position: top -318px right -6px;
  background-size: cover; }
@media (max-width: 992px) {
  .error-page {
    background-position: center;
    padding: 30px 0 48px; } }
.error-page .title {
  margin-bottom: 109px; }
@media (max-width: 992px) {
  .error-page .title {
    margin-bottom: 48px; } }
@media (min-width: 1301px) and (max-width: 1540px) {
  .error-page .title {
    margin-bottom: 60px; } }
.error-page-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start; }
.error-page-img {
  width: 100%;
  max-width: 100%;
  margin-bottom: 112px; }
@media (max-width: 992px) {
  .error-page-img {
    margin-bottom: 48px; } }
.error-page-img img {
  max-width: 100%; }
@media (min-width: 1301px) and (max-width: 1540px) {
  .error-page-img {
    max-width: 800px;
    margin-bottom: 60px; } }
.error-page-title {
  margin-bottom: 19px;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: bold;
  font-size: 36px;
  line-height: 38px;
  text-align: center;
  text-transform: uppercase;
  color: #000000; }
@media (max-width: 992px) {
  .error-page-title {
    font-size: 24px;
    line-height: 28px; } }
.error-page-text {
  margin-bottom: 26px;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: #000000; }
@media (max-width: 992px) {
  .error-page-text {
    font-size: 14px;
    line-height: 20px; } }
.error-page-text span {
  font-weight: 600; }
.error-page .btn {
  width: 100%;
  max-width: 215px; }
@media (min-width: 1301px) and (max-width: 1540px) {
  .error-page {
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    align-content: center;
    justify-content: center;
    padding: 0px;
    margin: 40px 0px; }
  .error-page-img {
    max-width: 650px;
    margin-bottom: 30px; } }

.cookies-popup {
  position: relative;
  width: 100%;
  max-width: 1140px;
  padding: 49px 43px 8px;
  background: white; }
@media (max-width: 767px) {
  .cookies-popup {
    padding: 15px 15px 15px; } }
.cookies-popup::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  display: block;
  width: 100%;
  max-width: 453px;
  height: 100%;
  background-image: url("../images/cookies-2.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover; }
@media (max-width: 767px) {
  .cookies-popup::before {
    display: none; } }
.cookies-popup::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  display: block;
  width: 100%;
  max-width: 453px;
  height: 100%;
  background-image: url("../images/cookies-1.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover; }
@media (max-width: 767px) {
  .cookies-popup::after {
    display: none; } }

.cookies-layout-1 {
  position: relative; }
.cookies-layout-1::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  height: calc(100% - 42px);
  width: 3px;
  background-color: #0D9A46; }
@media (max-width: 767px) {
  .cookies-layout-1::before {
    display: none; } }
.cookies-layout-1::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  height: calc(100% - 42px);
  width: 3px;
  background-color: #0D9A46; }
@media (max-width: 767px) {
  .cookies-layout-1::after {
    display: none; } }

.cookies-layout-2 {
  position: relative; }
.cookies-layout-2::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: calc(50% - 151px);
  height: 3px;
  background-color: #0D9A46; }
@media (max-width: 767px) {
  .cookies-layout-2::before {
    display: none; } }
.cookies-layout-2::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: calc(50% - 151px);
  height: 3px;
  background-color: #0D9A46; }
@media (max-width: 767px) {
  .cookies-layout-2::after {
    display: none; } }

.cookies-layout-3 {
  position: relative;
  padding: 105px 0 17px; }
@media (max-width: 767px) {
  .cookies-layout-3 {
    padding: 49px 0 17px; } }
.cookies-layout-3::before {
  content: '';
  position: absolute;
  bottom: 39px;
  left: 0;
  display: block;
  width: calc(50% - 249px);
  height: 3px;
  background-color: #0D9A46; }
@media (max-width: 767px) {
  .cookies-layout-3::before {
    display: none; } }
.cookies-layout-3::after {
  content: '';
  position: absolute;
  bottom: 39px;
  right: 0;
  display: block;
  width: calc(50% - 249px);
  height: 3px;
  background-color: #0D9A46; }
@media (max-width: 767px) {
  .cookies-layout-3::after {
    display: none; } }

.cookies-title {
  width: 100%;
  margin-bottom: 25px;
  text-align: center;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: bold;
  font-size: 32px;
  line-height: 34px;
  text-transform: uppercase;
  color: #000000; }
@media (max-width: 767px) {
  .cookies-title {
    margin-bottom: 15px;
    font-size: 24px;
    line-height: 26px; } }

.cookies-text {
  width: 100%;
  max-width: 784px;
  margin: 0 auto 32px;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: normal;
  font-size: 17px;
  line-height: 24px;
  text-align: center;
  color: #000000; }
@media (max-width: 767px) {
  .cookies-text {
    margin: 0 auto 15px;
    font-size: 12px;
    line-height: 20px; } }

.cookies-buttons {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 460px;
  margin: 0 auto;
  position: relative;
  z-index: 2; }
@media (max-width: 767px) {
  .cookies-buttons {
    flex-direction: column;
    align-items: center;
    justify-content: flex-start; } }
.cookies-buttons .btn {
  width: 100%;
  max-width: 215px; }
.cookies-buttons .btn:not(:last-child) {
  margin-right: 30px; }
@media (max-width: 767px) {
  .cookies-buttons .btn:not(:last-child) {
    margin: 0 0 10px; } }

.cookies-img {
  position: absolute;
  top: -165px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 248px; }
@media (max-width: 767px) {
  .cookies-img {
    top: -68px;
    max-width: 100px; } }
.cookies-img img {
  max-width: 100%; }

.question {
  position: relative; }
.question::before {
  content: '';
  position: absolute;
  top: 35px;
  left: 35px;
  display: block;
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  background: #0D9A46; }
@media (max-width: 767px) {
  .question::before {
    display: none; } }
.question-wrapper .popup-layout {
  padding-top: 40px;
  padding-bottom: 40px; }
.question-content {
  position: relative;
  width: 100%;
  max-width: 1240px;
  padding: 43px 50px 52px;
  background: white;
  background-image: url("../images/question-bg.png");
  background-repeat: no-repeat;
  background-size: 1059px 493px;
  background-position: bottom right; }
@media (max-width: 767px) {
  .question-content {
    padding: 40px 15px 40px; } }
.question-title {
  margin-bottom: 29px;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: bold;
  font-size: 32px;
  line-height: 39px;
  text-transform: uppercase;
  text-align: center;
  color: #000000; }
@media (max-width: 767px) {
  .question-title {
    font-size: 24px;
    line-height: 29px; } }
.question-title span {
  display: inline-block;
  position: relative; }
.question-title span::before {
  content: '';
  position: absolute;
  top: calc(100% + 13px);
  left: 50%;
  right: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 89px;
  height: 4px;
  background: #0D9A46; }
@media (max-width: 992px) {
  .question-title span::before {
    height: 2px; } }
.question-subtitle {
  margin-bottom: 36px;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 24px;
  text-align: center;
  color: #000000; }
@media (max-width: 767px) {
  .question-subtitle {
    font-size: 12px;
    line-height: 20px; } }
.question form {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  width: 100%; }
.question-form {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-flow: row wrap;
  width: 100%;
  max-height: 705px;
  margin-right: 30px; }
@media (max-width: 1200px) {
  .question-form {
    max-height: 100%;
    margin: 0; } }
.question-form .form-field {
  width: calc((100% / 3) - 20px); }
@media (max-width: 767px) {
  .question-form .form-field {
    width: calc((100% / 2) - 20px); } }
@media (max-width: 600px) {
  .question-form .form-field {
    width: 100%; } }
.question-form-row {
  display: flex;
  align-items: flex-start;
  justify-content: space-between; }
@media (max-width: 1200px) {
  .question-form-row {
    flex-direction: column;
    align-items: center;
    justify-content: space-between; } }
.question-form-textarea {
  width: 100%;
  max-width: 405px; }
@media (max-width: 1200px) {
  .question-form-textarea {
    max-width: 100%; } }
.question-form-text {
  padding-top: 22px;
  margin-bottom: 12px;
  font-family: Montserrat;
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  line-height: 16px;
  text-align: center;
  color: #000000; }
.question-form-text span {
  font-weight: 600; }
.question .btn {
  width: 100%;
  max-width: 277px; }
.question-2 .question-content {
  max-width: 607px;
  padding: 43px 50px 52px;
  background-image: url("../images/question-bg2.png");
  background-repeat: no-repeat;
  background-size: 430px 590px;
  background-position: bottom right; }
.question-2 .question-content .question-form {
  width: 100%;
  max-width: 469px;
  margin-right: 0;
  padding-bottom: 22px; }
.question-2 .question-content .question-form .form-field {
  width: calc((100% / 2) - 20px); }
@media (max-width: 767px) {
  .question-2 .question-content .question-form .form-field {
    width: 100%; } }
.question-2 .question-content .question-form .form-field-textarea {
  width: 100%; }
.question-2 .question-content .question-form .form-field textarea {
  min-height: 125px; }

.question-3 .question-content {
  max-width: 607px;
  padding: 43px 50px 52px;
  background-image: url("../images/question-bg2.png");
  background-repeat: no-repeat;
  background-size: 430px 590px;
  background-position: bottom right; }
.question-3 .question-content .question-form {
  width: 100%;
  max-width: 469px;
  margin-right: 0;
  padding-bottom: 22px; }
.question-3 .question-content .question-form .form-field {
  width: calc((100% / 2) - 20px); }
@media (max-width: 767px) {
  .question-3 .question-content .question-form .form-field {
    width: 100%; } }
.question-3 .question-content .question-form .form-field-textarea {
  width: 100%; }
.question-3 .question-content .question-form .form-field textarea {
  min-height: 125px; }

.news-our {
  padding: 90px 0 94px; }
@media (max-width: 992px) {
  .news-our {
    padding: 45px 0; } }
@media (min-width: 1301px) and (max-width: 1540px) {
  .news-our {
    padding-top: 33px;
    padding-bottom: 39px; } }
.news-our-content {
  display: flex;
  align-items: flex-start;
  justify-content: space-between; }
@media (max-width: 992px) {
  .news-our-content {
    flex-direction: column;
    align-items: center;
    justify-content: flex-start; } }
.news-our-img {
  position: relative;
  display: block;
  width: 100%;
  max-width: 458px;
  max-height: 256px;
  margin-right: 29px;
  flex-shrink: 0;
  overflow: hidden;
  transition: .3s ease; }
@media (max-width: 992px) {
  .news-our-img {
    margin: 0 0 29px; } }
.news-our-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover; }
.news-our-img::before {
  content: "";
  display: block;
  padding-top: 55%; }
.news-our-img::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  opacity: 0;
  transition: .3s ease; }
.news-our-img:hover::after {
  opacity: 1; }
.news-our-info {
  margin-top: -6px; }
@media (max-width: 992px) {
  .news-our-info .text-p {
    text-align: center; } }
.news-our-title {
  display: block;
  width: 100%;
  margin-bottom: 34px;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: bold;
  font-size: 28px;
  line-height: 34px;
  color: #000000; }
@media (max-width: 992px) {
  .news-our-title {
    font-size: 18px;
    line-height: 24px;
    text-align: center; } }
.news-our-title span {
  display: inline-block;
  width: 100%;
  position: relative; }
.news-our-title span::before {
  content: '';
  position: absolute;
  top: calc(100% + 13px);
  left: 0;
  right: 0;
  width: 100%;
  height: 4px;
  background: #0D9A46; }
@media (max-width: 992px) {
  .news-our-title span::before {
    width: 100%;
    max-width: 150px;
    left: calc(50% - 75px);
    right: auto;
    height: 2px; } }
@media (min-width: 1301px) and (max-width: 1540px) {
  .news-our .wrapper {
    max-width: 980px; }
  .news-our-title {
    font-size: 21px;
    line-height: 28px; }
  .news-our .text-p {
    font-size: 16px;
    line-height: 24px; } }
@media (max-width: 767px) {
  .news-our .text-p {
    font-size: 14px;
    line-height: 21px; } }

.news-list {
  padding-bottom: 100px; }
@media (max-width: 1200px) {
  .news-list {
    padding-bottom: 40px; } }
.news-list-item {
  display: flex;
  justify-content: space-between; }
@media (max-width: 992px) {
  .news-list-item {
    flex-direction: column;
    align-items: center; } }
.news-list-item:not(:last-child) {
  margin-bottom: 30px; }
.news-list-item-img {
  position: relative;
  display: block;
  width: 100%;
  max-width: 567px;
  min-height: 395px;
  overflow: hidden;
  transition: .3s ease; }
@media (max-width: 992px) {
  .news-list-item-img {
    max-width: 100%;
    min-height: 0;
    max-height: 395px;
    order: 1; } }
.news-list-item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover; }
.news-list-item-img::before {
  content: "";
  display: block;
  padding-top: 71%; }
.news-list-item-img::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-image: url("../images/bgs1.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  transition: .3s ease; }
.news-list-item-img .news-list-item-date {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  width: 100%;
  max-width: 174px;
  height: 156px;
  padding: 30px 23px;
  background-image: url("../images/rec1.png");
  background-repeat: no-repeat;
  background-position: top left;
  background-size: contain; }
.news-list-item-img .news-list-item-date span:first-child {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 24px;
  color: #FFFFFF; }
.news-list-item-img .news-list-item-date span:first-child span {
  font-size: 18px;
  line-height: 24px; }
.news-list-item-img .news-list-item-date span:last-child:not(:first-child) {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  line-height: 20px;
  text-align: center;
  color: #FFFFFF; }
@media (min-width: 993px) {
  .news-list-item-img:last-child:not(:first-child) .news-list-item-date {
    left: auto;
    right: 0;
    align-items: flex-end;
    justify-content: flex-start;
    padding: 30px 8px;
    background-image: url("../images/rec2.png"); }
  .news-list-item-img:last-child:not(:first-child) .news-list-item-date span {
    display: inline-block; }
  .news-list-item-img:last-child:not(:first-child) .news-list-item-date span:last-child:not(:first-child) {
    margin-right: 42px; }
  .news-list-item-img:last-child:not(:first-child)::after {
    background-image: url("../images/bgs2.png"); } }
.news-list-item-title {
  position: relative;
  display: block;
  margin-bottom: 38px;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: bold;
  font-size: 22px;
  line-height: 27px;
  text-transform: uppercase;
  color: #000000;
  transition: 0.3s ease; }
@media (max-width: 992px) {
  .news-list-item-title {
    font-size: 18px;
    line-height: 24px; } }
.news-list-item-title span {
  position: relative;
  display: inline-block; }
.news-list-item-title span::before {
  content: '';
  position: absolute;
  top: calc(100% + 13px);
  left: 0;
  right: 0;
  width: 100%;
  height: 2px;
  background: #0D9A46; }
@media (min-width: 1201px) {
  .news-list-item-title:hover {
    color: #0D9A46; } }
.news-list-item-info {
  position: relative;
  width: 100%;
  max-width: 593px;
  padding: 44px 72px 43px 46px;
  background-color: #fff;
  box-shadow: 0px 4px 18px rgba(0, 0, 0, 0.09);
  transition: 0.3s ease;
  background-image: url("../images/elll.svg");
  background-repeat: no-repeat;
  background-size: 104px 182px;
  background-position: bottom -10px right -14px; }
@media (max-width: 992px) {
  .news-list-item-info {
    max-width: 100%;
    min-height: 0;
    padding: 30px 15px;
    order: 2; } }
.news-list-item-info * {
  position: relative;
  z-index: 2; }
.news-list-item-info::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  border: 1px solid transparent;
  transition: 0.3s ease; }
.news-list-item-info p {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  color: #000000; }
@media (max-width: 992px) {
  .news-list-item-info p {
    font-size: 12px;
    line-height: 20px; } }
.news-list-item-info p:not(:last-child) {
  margin-bottom: 23px; }
@media (max-width: 992px) {
  .news-list-item-info p:not(:last-child) {
    margin-bottom: 20px; } }
.news-list-item-info .btn {
  width: 100%;
  max-width: 175px;
  padding: 0 5px; }
.news-list-item-info .square {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -50px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 51px;
  height: 56px;
  overflow: hidden;
  z-index: 2; }
@media (max-width: 992px) {
  .news-list-item-info .square {
    display: none; } }
.news-list-item-info .square-item {
  position: absolute;
  top: 6px;
  bottom: 6px;
  left: 32px;
  display: block;
  width: 45px;
  min-width: 45px;
  height: 45px;
  min-height: 45px;
  font-size: 0;
  line-height: 0;
  color: transparent;
  border: 1px solid #fff;
  transform: rotate(45deg);
  background-color: #fff;
  transition: 0.3s ease; }
.news-list-item-info:first-child .square {
  left: auto;
  right: -50px;
  justify-content: flex-end; }
.news-list-item-info:first-child .square-item {
  left: auto;
  right: 32px; }
@media (min-width: 1201px) {
  .news-list-item:hover .news-list-item-info::before {
    border: 1px solid #0D9A46;
    box-shadow: 0px 4px 25px rgba(1, 143, 101, 0.25); }
  .news-list-item:hover .news-list-item-info .square-item {
    border: 1px solid #0D9A46;
    box-shadow: 0px 4px 25px rgba(1, 143, 101, 0.25); } }

.news-another {
  overflow: hidden;
  margin-bottom: 100px; }
@media (max-width: 1200px) {
  .news-another {
    margin-bottom: 40px; } }
.news-another-slider {
  width: 100%;
  max-width: 1381px;
  margin: 0 auto;
  padding: 0 111px; }
@media (max-width: 1380px) {
  .news-another-slider {
    padding: 0 15px; } }
.news-another-slider .owl-dots {
  position: static;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin-top: 30px; }
@media (min-width: 1381px) {
  .news-another-slider .owl-dots {
    display: none; } }
.news-another-slider .owl-dots button {
  display: block;
  width: 28px;
  height: 5px;
  background-color: transparent !important;
  border: 1px solid #0D9A46;
  border-radius: 30px !important;
  transition: 0.3s ease; }
@media (max-width: 767px) {
  .news-another-slider .owl-dots button {
    width: 5px;
    height: 5px;
    min-width: 5px;
    border-radius: 50% !important; } }
.news-another-slider .owl-dots button span {
  display: none; }
.news-another-slider .owl-dots button:not(:last-child) {
  margin-right: 5px; }
.news-another-slider .owl-dots button.active {
  width: 69px;
  background-color: #0D9A46 !important; }
@media (max-width: 767px) {
  .news-another-slider .owl-dots button.active {
    width: 5px; } }
@media (max-width: 1380px) {
  .news-another-slider .owl-nav {
    display: none; } }
.news-another-slider .owl-nav button {
  position: absolute;
  top: 50%;
  z-index: 6;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 51px;
  height: 51px;
  background: #EFEFEF !important;
  border: none !important;
  border-radius: 50%;
  transition: 0.3s ease; }
@media (max-width: 1200px) {
  .news-another-slider .owl-nav button {
    position: static;
    transform: translateY(0);
    width: 30px;
    height: 30px; }
  .news-another-slider .owl-nav button:not(:last-child) {
    margin-right: 30px; } }
.news-another-slider .owl-nav button span {
  display: block;
  font-size: 0;
  line-height: 0;
  color: transparent;
  width: 27px;
  height: 12px;
  background-image: url(../images/arrow-pp.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transition: 0.3s ease; }
.news-another-slider .owl-nav button.owl-next {
  right: 0; }
.news-another-slider .owl-nav button.owl-next span {
  transform: rotate(180deg); }
.news-another-slider .owl-nav button.owl-prev {
  left: 0; }
.news-another-slider .owl-nav button:hover {
  background: #0D9A46 !important; }
.news-another-slider .owl-nav button:hover span {
  background-image: url(../images/arrow-w.svg); }
.news-another-slider .news-list-item {
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 555px; }
.news-another-slider .news-list-item-info {
  width: 100%;
  order: 2;
  padding: 33px 26px 45px 41px;
  box-shadow: none !important; }
@media (max-width: 767px) {
  .news-another-slider .news-list-item-info {
    padding: 30px 15px; } }
.news-another-slider .news-list-item-info::before {
  box-shadow: none !important;
  border: 1px solid #f8f8f8; }
.news-another-slider .news-list-item-info .square {
  top: -52px;
  transform: translateX(-50%);
  left: 50%;
  align-items: flex-start;
  justify-content: center;
  width: 58px;
  height: 56px; }
.news-another-slider .news-list-item-info .square-item {
  left: 6px;
  right: auto;
  top: 32px;
  box-shadow: none !important; }
.news-another-slider .news-list-item-img {
  width: 100%;
  max-width: 100%;
  order: 1;
  min-height: 290px;
  max-height: 290px; }
.news-another-slider .news-list-item-img::after {
  background-image: url("../images/bgs1.png") !important; }
.news-another-slider .news-list-item-img .news-list-item-date {
  left: 0 !important;
  align-items: flex-start !important;
  justify-content: flex-start !important;
  padding: 30px 23px !important;
  background-image: url("../images/rec1.png") !important; }
.news-another-slider .news-list-item-img .news-list-item-date span:first-child {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 24px;
  color: #FFFFFF; }
.news-another-slider .news-list-item-img .news-list-item-date span:first-child span {
  font-size: 18px;
  line-height: 24px; }
.news-another-slider .news-list-item-img .news-list-item-date span:last-child:not(:first-child) {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  line-height: 20px;
  text-align: center;
  color: #FFFFFF; }
.news-another-slider .owl-item {
  display: flex;
  align-items: center;
  justify-content: center; }
@media (min-width: 1301px) and (max-width: 1540px) {
  .news-another .news-another-slider {
    max-width: 1170px; } }

.article {
  padding-top: 0; }
@media (max-width: 767px) {
  .article {
    padding-top: 40px; } }
.article-content {
  padding-bottom: 28px;
  margin-bottom: 89px;
  border-bottom: 1px solid rgba(165, 181, 187, 0.5); }
.article-slider {
  width: 100%;
  margin-bottom: 35px; }
.article-slider-item {
  position: relative;
  display: block;
  width: 100%;
  max-width: 100%;
  min-height: 533px;
  overflow: hidden;
  transition: .3s ease; }
@media (max-width: 992px) {
  .article-slider-item {
    max-width: 100%;
    min-height: 0;
    max-height: 395px;
    order: 1; } }
.article-slider-item img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover; }
.article-slider-item::before {
  content: "";
  display: block;
  padding-top: 47%; }
.article-slider-item::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-image: url("../images/bgs1.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  transition: .3s ease; }
.article-slider-item .news-list-item-date {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  width: 100%;
  max-width: 174px;
  height: 156px;
  padding: 30px 23px;
  background-image: url("../images/rec1.png");
  background-repeat: no-repeat;
  background-position: top left;
  background-size: contain; }
.article-slider-item .news-list-item-date span:first-child {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 24px;
  color: #FFFFFF; }
.article-slider-item .news-list-item-date span:first-child span {
  font-size: 18px;
  line-height: 24px; }
.article-slider-item .news-list-item-date span:last-child:not(:first-child) {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  line-height: 20px;
  text-align: center;
  color: #FFFFFF; }
.article-slider .owl-dots {
  position: static;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin-top: 30px; }
.article-slider .owl-dots button {
  display: block;
  width: 28px;
  height: 5px;
  background-color: transparent !important;
  border: 1px solid #0D9A46;
  border-radius: 30px !important;
  transition: 0.3s ease; }
@media (max-width: 767px) {
  .article-slider .owl-dots button {
    width: 5px;
    height: 5px;
    min-width: 5px;
    border-radius: 50% !important; } }
.article-slider .owl-dots button span {
  display: none; }
.article-slider .owl-dots button:not(:last-child) {
  margin-right: 5px; }
.article-slider .owl-dots button.active {
  width: 69px;
  background-color: #0D9A46 !important; }
@media (max-width: 767px) {
  .article-slider .owl-dots button.active {
    width: 5px; } }

.pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 42px; }
.pagination-circle {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 51px;
  min-width: 51px;
  height: 51px;
  background: #F8F8F8;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 51px;
  text-transform: uppercase;
  color: #A5B5BB;
  border-radius: 50%;
  transition: 0.3s ease; }
@media (max-width: 992px) {
  .pagination-circle {
    width: 25px;
    min-width: 25px;
    height: 25px;
    font-size: 10px;
    line-height: 25px; } }
@media (min-width: 993px) {
  .pagination-circle:not(.disabled):hover {
    background-color: #0D9A46;
    color: #fff; }
  .pagination-circle:not(.disabled):hover svg path {
    stroke: #fff; } }
.pagination-circle.active {
  background-color: #fff;
  border: 1px solid #000000;
  color: #000; }
.pagination-circle:not(:last-child) {
  margin-right: 23px; }
@media (max-width: 992px) {
  .pagination-circle:not(:last-child) {
    margin-right: 10px; } }
@media (max-width: 992px) {
  .pagination-circle svg {
    width: 4px;
    height: 10px; } }
.pagination-circle svg path {
  stroke: #0D9A46;
  transition: 0.3s ease; }
.pagination-arrow-prev svg {
  transform: rotate(180deg); }
@media (min-width: 1301px) and (max-width: 1540px) {
  .pagination-circle {
    font-size: 14px;
    line-height: 100%;
    width: 35px;
    min-width: 35px;
    height: 35px; }
  .pagination-circle:not(:last-child) {
    margin-right: 15px; } }

.partners-content {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 30px 0;
  min-height: 185px;
  background-color: #0D9A46; }
@media (min-width: 1301px) and (max-width: 1540px) {
  .partners-content {
    padding: 15px 0px;
    min-height: auto; } }

.partners-slider {
  padding: 0 100px; }
@media (max-width: 1200px) {
  .partners-slider {
    padding: 0 0 40px; } }
@media (max-width: 1200px) {
  .partners-slider .owl-nav {
    position: absolute;
    bottom: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%; } }
@media (max-width: 768px) {
  .partners-slider .owl-nav {
    justify-content: space-around; } }
.partners-slider .owl-nav button {
  position: absolute;
  top: 50%;
  z-index: 2;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  background: #0D9A46 !important;
  border: 1px solid #FFFFFF !important;
  border-radius: 50%;
  transition: 0.3s ease; }
@media (max-width: 1200px) {
  .partners-slider .owl-nav button {
    position: static;
    transform: translateY(0);
    width: 30px;
    height: 30px; }
  .partners-slider .owl-nav button:not(:last-child) {
    margin-right: 30px; } }
.partners-slider .owl-nav button span {
  display: block;
  font-size: 0;
  line-height: 0;
  color: transparent;
  width: 27px;
  height: 12px;
  background-image: url(../images/arrow-w.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transition: 0.3s ease; }
.partners-slider .owl-nav button.owl-next {
  right: 0; }
.partners-slider .owl-nav button.owl-next span {
  transform: rotate(180deg); }
.partners-slider .owl-nav button.owl-prev {
  left: 0; }
.partners-slider .owl-nav button:hover {
  background-color: #ffffff !important;
  border: 1px solid #0D9A46; }
.partners-slider .owl-nav button:hover span {
  background-image: url(../images/arrow-pp.svg); }

.partners-item {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 91px;
  transition: 0.3s ease; }
.partners-item:hover {
  opacity: 0.8; }
.partners-item img {
  max-width: 100%;
  max-height: 91px;
  width: auto !important; }
@media (min-width: 1301px) and (max-width: 1540px) {
  .partners-item {
    max-width: 150px; } }

.exp {
  padding-bottom: 88px;
  width: 100%;
  overflow: hidden; }
@media (max-width: 1200px) {
  .exp {
    padding-bottom: 40px; } }
.exp-content {
  position: relative;
  width: 100%;
  padding: 125px 0 69px;
  background-color: #F5FFFC;
  overflow: hidden; }
@media (max-width: 550px) {
  .exp-content {
    padding: 50px 0 50px; } }
.exp-content::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  max-width: 267px;
  height: 498px;
  background-image: url("../images/exp-bg-2.svg");
  background-repeat: no-repeat;
  background-position: top left -17px;
  background-size: contain; }
@media (min-width: 1301px) and (max-width: 1540px) {
  .exp-content::before {
    left: -60px; } }
@media (max-width: 1300px) {
  .exp-content::before {
    display: none; } }
.exp-content::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  display: block;
  width: 100%;
  max-width: 267px;
  height: 498px;
  background-image: url("../images/exp-bg-1.svg");
  background-repeat: no-repeat;
  background-position: top right -17px;
  background-size: contain; }
@media (min-width: 1301px) and (max-width: 1540px) {
  .exp-content::after {
    right: -60px; } }
@media (max-width: 1300px) {
  .exp-content::after {
    display: none; } }
@media (min-width: 1301px) and (max-width: 1540px) {
  .exp-content {
    padding: 113px 0 90px; } }
.exp-row {
  display: flex;
  align-items: flex-start;
  justify-content: center; }
@media (max-width: 870px) {
  .exp-row {
    flex-flow: row wrap;
    justify-content: space-between; } }
.exp-item {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: column;
  width: 100%;
  max-width: 251px; }
@media (max-width: 870px) {
  .exp-item {
    padding: 0 15px;
    max-width: 50%; } }
@media (max-width: 550px) {
  .exp-item {
    padding: 0;
    max-width: 100%; } }
.exp-item:not(:last-child) {
  margin-right: 45px; }
@media (max-width: 992px) {
  .exp-item:not(:last-child) {
    margin-right: 15px; } }
@media (max-width: 870px) {
  .exp-item:not(:last-child) {
    margin: 0 0 50px; } }
@media (min-width: 1301px) and (max-width: 1540px) {
  .exp-item:not(:last-child) {
    margin-right: 30px; } }
.exp-item-1 .exp-item-num::before {
  top: -32px;
  left: -19px; }
.exp-item-2 .exp-item-num::before {
  top: -38px;
  left: -23px;
  transform: rotate(-35deg); }
.exp-item-3 .exp-item-num::before {
  top: -40px;
  left: -27px;
  transform: rotate(-62deg); }
.exp-item-4 .exp-item-num::before {
  top: -37px;
  left: -21px;
  transform: rotate(-26deg); }
.exp-item-num {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 127px;
  min-width: 127px;
  height: 127px;
  margin-bottom: 41px;
  border-radius: 50%;
  background-color: #0D9A46; }
.exp-item-num span:first-child {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: bold;
  font-size: 48px;
  line-height: 54px;
  color: #FFFFFF; }
@media (min-width: 1301px) and (max-width: 1540px) {
  .exp-item-num span:first-child {
    font-size: 32px;
    line-height: 38px; } }
.exp-item-num span:last-child {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  color: #FFFFFF;
  font-size: 12px;
  line-height: 14px;
  text-align: center;
  max-width: 90%;
  min-height: 28px;
  max-height: 28px; }
.exp-item-num::before {
  content: '';
  position: absolute;
  top: -46px;
  left: -25px;
  display: block;
  width: 199px;
  height: 206px;
  background-image: url("../images/circle.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain; }
@media (min-width: 1301px) and (max-width: 1540px) {
  .exp-item-num {
    width: 120px;
    min-width: 120px;
    height: 120px;
    margin-bottom: 30px; }
  .exp-item-num::before {
    width: calc(199px - 25%);
    height: calc(206px - 25%); } }
.exp-item-title {
  margin-bottom: 14px;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  line-height: 29px;
  text-align: center;
  color: #000000; }
@media (min-width: 1301px) and (max-width: 1540px) {
  .exp-item-title {
    font-size: 18px;
    line-height: 21px;
    height: 42px;
    overflow: hidden; } }
.exp-item-text {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: #000000; }
.exp-item-text span {
  font-weight: 600; }
@media (min-width: 1301px) and (max-width: 1540px) {
  .exp-item-text {
    font-size: 14px;
    line-height: 21px; } }
@media (min-width: 1301px) and (max-width: 1540px) {
  .exp-item {
    max-width: 225px; } }
@media (min-width: 1301px) and (max-width: 1540px) {
  .exp {
    padding-bottom: 33px; } }
@media (max-width: 767px) {
  .exp-item-num {
    margin-bottom: 25px;
    width: 125px;
    min-width: 125px;
    height: 125px; }
  .exp-item-num::before {
    top: 47%;
    left: 57%;
    width: 150%;
    height: 150%;
    transform: translate(-50%, -50%);
    background-image: none; }
  .exp-item-num span:first-child {
    font-size: 32px;
    line-height: 42px; }
  .exp-item-num span:last-child {
    font-size: 14px;
    line-height: 13px;
    text-align: center; }
  .exp-item-title {
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 18px; }
  .exp-item-text {
    font-size: 14px;
    line-height: 18px; }
  .exp-item:not(:last-child) {
    margin-bottom: 30px; } }

.request {
  margin-bottom: 89px;
  padding: 30px 0;
  background-image: url("../images/r-bg.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  cursor: pointer; }
@media (max-width: 1200px) {
  .request {
    margin-bottom: 40px; } }
.request-content {
  display: flex;
  align-items: center;
  justify-content: center; }
@media (max-width: 600px) {
  .request-content {
    flex-direction: column;
    align-items: center;
    justify-content: flex-start; } }
.request-img {
  margin-right: 43px;
  max-width: 122px; }
@media (max-width: 600px) {
  .request-img {
    margin: 0 0 15px; } }
.request-img img {
  max-width: 100%; }
@media (min-width: 1301px) and (max-width: 1540px) {
  .request-img {
    max-width: 90px; } }
.request-info h2 {
  margin-bottom: 13px;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: bold;
  font-size: 32px;
  line-height: 39px;
  text-align: left;
  text-transform: uppercase;
  color: #FFFFFF; }
@media (max-width: 600px) {
  .request-info h2 {
    text-align: center; } }
@media (min-width: 1301px) and (max-width: 1540px) {
  .request-info h2 {
    margin-bottom: 10px;
    font-size: 24px;
    line-height: 28px; } }
.request-info p {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  color: #FFFFFF; }
@media (max-width: 600px) {
  .request-info p {
    text-align: center; } }
@media (min-width: 1301px) and (max-width: 1540px) {
  .request-info p {
    font-size: 14px;
    line-height: 18px; } }
@media (min-width: 1301px) and (max-width: 1540px) {
  .request {
    margin-bottom: 33px;
    padding: 15px 0px; } }

.about-info {
  padding-bottom: 121px; }
@media (max-width: 992px) {
  .about-info {
    padding-bottom: 40px; } }
.about-info-title {
  width: 100%;
  max-width: 711px;
  margin: 0 auto;
  font-family: Montserrat;
  font-style: normal;
  font-weight: bold;
  font-size: 42px;
  line-height: 51px;
  text-align: center;
  text-transform: uppercase;
  color: #000000;
  margin-bottom: 30px; }
@media (max-width: 992px) {
  .about-info-title {
    margin-bottom: 15px;
    font-size: 28px;
    line-height: 34px; } }
.about-info-title span {
  font-size: 58px;
  line-height: 71px;
  color: #0D9A46; }
@media (max-width: 992px) {
  .about-info-title span {
    font-size: 34px;
    line-height: 34px; } }
.about-info-subtitle {
  position: relative;
  width: 100%;
  max-width: 711px;
  margin: 0 auto 76px;
  font-family: Montserrat;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: #000000;
  color: #000000; }
@media (max-width: 992px) {
  .about-info-subtitle {
    margin: 0 auto 44px;
    font-size: 14px;
    line-height: 20px; } }
.about-info-subtitle::before {
  content: '';
  position: absolute;
  top: calc(100% + 9px);
  left: calc(50% - 44.5px);
  width: 100%;
  max-width: 89px;
  height: 3px;
  background: #0D9A46; }
.about-info-row {
  display: flex;
  align-items: flex-start;
  justify-content: space-between; }
@media (max-width: 992px) {
  .about-info-row {
    flex-direction: column;
    align-items: center; } }
.about-info-row .info-content {
  width: 100%;
  max-width: 550px;
  margin-right: 15px; }
@media (max-width: 992px) {
  .about-info-row .info-content {
    max-width: 100%;
    margin: 0 0 35px; } }
.about-info-row .info-content h3 {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  line-height: 24px;
  text-transform: none;
  color: #000000; }
@media (max-width: 992px) {
  .about-info-row .info-content h3 {
    font-size: 18px;
    line-height: 20px; } }
.about-info-img {
  position: relative;
  width: 100%;
  max-width: 539px; }
.about-info-img-cnt {
  position: relative;
  z-index: 2;
  width: 100%;
  padding: 75px;
  background: #FFFFFF;
  border: 1px solid #000000;
  box-sizing: border-box; }
@media (max-width: 992px) {
  .about-info-img-cnt {
    padding: 30px 15px; } }
.about-info-img img {
  max-width: 100%; }
.about-info-img::before {
  content: '';
  position: absolute;
  top: 90px;
  left: 100px;
  display: block;
  width: calc(100% - 87px);
  height: calc(100% - 77px);
  background-color: #0D9A46; }
@media (max-width: 992px) {
  .about-info-img::before {
    display: none; } }

.about-target {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 168px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover; }
.about-target .wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%; }
@media (max-width: 767px) {
  .about-target .wrapper {
    flex-direction: column;
    align-items: center; } }
.about-target-text {
  text-align: left; }
@media (max-width: 767px) {
  .about-target-text {
    text-align: center; } }
.about-target-text span {
  display: block; }
.about-target-text span:first-child {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 29px;
  color: #FFFFFF; }
@media (max-width: 767px) {
  .about-target-text span:first-child {
    font-size: 16px;
    line-height: 20px; } }
.about-target-text span:last-child {
  font-family: Montserrat;
  font-style: normal;
  font-weight: bold;
  font-size: 32px;
  line-height: 39px;
  text-transform: uppercase;
  color: #FFFFFF; }
@media (max-width: 767px) {
  .about-target-text span:last-child {
    font-size: 20px;
    line-height: 26px; } }
.about-target-img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 239px;
  height: 239px; }
@media (max-width: 1100px) {
  .about-target-img {
    display: none; } }
.about-target-img img {
  max-width: 100%; }

.about-choose {
  padding: 114px 0 88px;
  background-repeat: no-repeat;
  background-size: 1930px 167px;
  background-position: top 133px left 23px; }
@media (max-width: 1250px) {
  .about-choose {
    padding: 50px 0;
    background-image: none !important; } }
.about-choose .title {
  margin-bottom: 46px; }
@media (max-width: 1250px) {
  .about-choose .title {
    margin-bottom: 30px; } }
.about-choose .wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: column; }
.about-choose-content {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 571px;
  margin: 0 auto; }
@media (max-width: 1250px) {
  .about-choose-content {
    max-width: 100%;
    flex-flow: row wrap;
    justify-content: center; } }
.about-choose-img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 571px;
  height: 571px; }
@media (max-width: 1250px) {
  .about-choose-img {
    display: none; } }
.about-choose-img img {
  max-width: 100%; }
.about-choose-item {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 100%;
  max-width: 370px; }
@media (max-width: 1250px) {
  .about-choose-item {
    position: static;
    width: calc(50% - 30px);
    max-width: 100%;
    margin: 0 15px 30px; } }
@media (max-width: 660px) {
  .about-choose-item {
    width: 100%;
    max-width: 350px;
    margin: 0 0 30px; } }
.about-choose-item-img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 83px;
  min-width: 83px;
  height: 83px;
  margin-left: 18px;
  border-radius: 50%;
  box-shadow: 0px 4px 27px rgba(171, 171, 171, 0.25); }
@media (max-width: 660px) {
  .about-choose-item-img {
    width: 53px;
    min-width: 53px;
    height: 53px;
    margin-left: 9px; } }
.about-choose-item-img img {
  max-width: 100%; }
.about-choose-item-text {
  position: relative;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: bold;
  font-size: 15px;
  line-height: 18px;
  text-align: right;
  text-transform: uppercase;
  color: #000000; }
@media (max-width: 1250px) {
  .about-choose-item-text {
    font-size: 12px;
    line-height: 15px; } }
.about-choose-item-text span {
  font-size: 20px;
  line-height: 24px; }
@media (max-width: 1250px) {
  .about-choose-item-text span {
    font-size: 15px;
    line-height: 18px; } }
.about-choose-item-text::before {
  content: '';
  position: absolute;
  top: calc(100% + 5px);
  right: 0;
  display: block;
  width: 100%;
  max-width: 78px;
  height: 2px;
  background-color: #0D9A46; }
.about-choose-item-2, .about-choose-item-4, .about-choose-item-6 {
  justify-content: flex-start; }
.about-choose-item-2 .about-choose-item-text, .about-choose-item-4 .about-choose-item-text, .about-choose-item-6 .about-choose-item-text {
  text-align: left; }
.about-choose-item-2 .about-choose-item-text::before, .about-choose-item-4 .about-choose-item-text::before, .about-choose-item-6 .about-choose-item-text::before {
  right: auto;
  left: 0; }
.about-choose-item-2 .about-choose-item-img, .about-choose-item-4 .about-choose-item-img, .about-choose-item-6 .about-choose-item-img {
  margin-left: 0;
  margin-right: 18px; }
@media (max-width: 660px) {
  .about-choose-item-2 .about-choose-item-img, .about-choose-item-4 .about-choose-item-img, .about-choose-item-6 .about-choose-item-img {
    margin-right: 9px; } }
.about-choose-item-1 {
  top: 49px;
  right: calc(100% - 108px); }
.about-choose-item-2 {
  top: 49px;
  left: calc(100% - 108px); }
.about-choose-item-3 {
  top: 244px;
  right: calc(100% - 40px); }
.about-choose-item-4 {
  top: 244px;
  left: calc(100% - 40px); }
.about-choose-item-5 {
  bottom: 52px;
  right: calc(100% - 108px); }
.about-choose-item-6 {
  bottom: 52px;
  left: calc(100% - 108px); }

@media (min-width: 1301px) and (max-width: 1540px) {
  .about-info {
    padding-bottom: 66px; }
  .about-info-title {
    font-size: 28px;
    line-height: 32px; }
  .about-info-title span {
    font-size: 32px;
    line-height: 33px; }
  .about-info-subtitle {
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 40px; }
  .about-info-img {
    position: relative;
    width: 100%;
    max-width: 500px;
    margin-top: 25px; }
  .about-info-img-cnt {
    padding: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center; }
  .about-target {
    min-height: 110px; }
  .about-target-text span:first-child {
    font-size: 18px;
    line-height: 21px; }
  .about-target-text span:last-child {
    font-size: 24px;
    line-height: 28px; }
  .about-target-img {
    width: 160px;
    height: 160px; }
  .about-choose {
    padding: 55px 0px 44px;
    background-position: bottom;
    background-size: contain;
    background-image: none !important; }
  .about-choose .title {
    margin-bottom: 0; }
  .about-choose-content {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 471px;
    margin: 0 auto; } }

.card-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap; }
@media (max-width: 992px) {
  .card-top {
    flex-direction: row;
    align-items: center;
    justify-content: flex-start; } }

.card-info {
  width: 100%;
  max-width: 55%; }
@media (max-width: 992px) {
  .card-info {
    max-width: 100%; } }

.card-slider {
  width: 100%;
  max-width: calc(45% - 30px);
  margin-right: 30px; }
@media (max-width: 992px) {
  .card-slider {
    max-width: 555px;
    margin: 0 0 30px; } }
.card-slider-images {
  width: 100%;
  margin-bottom: 30px;
  overflow: hidden;
  box-shadow: 0px 4px 18px rgba(0, 0, 0, 0.09); }
.card-slider-images .owl-nav {
  display: none; }
@media (max-width: 500px) {
  .card-slider-images .owl-nav {
    display: block; } }
.card-slider-images .owl-nav button {
  position: absolute;
  top: 50%;
  z-index: 6;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  background: #EFEFEF !important;
  border: none !important;
  border-radius: 50%;
  transition: 0.3s ease; }
.card-slider-images .owl-nav button span {
  display: block;
  font-size: 0;
  line-height: 0;
  color: transparent;
  width: 22px;
  height: 7px;
  background-image: url(../images/arrow-pp.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transition: 0.3s ease; }
.card-slider-images .owl-nav button.disabled {
  opacity: 0;
  visibility: hidden; }
.card-slider-images .owl-nav button.owl-next {
  right: 15px; }
.card-slider-images .owl-nav button.owl-next span {
  transform: rotate(180deg); }
.card-slider-images .owl-nav button.owl-prev {
  left: 15px; }
@media (min-width: 1200px) {
  .card-slider-images .owl-nav button:hover {
    background: #0D9A46 !important; }
  .card-slider-images .owl-nav button:hover span {
    background-image: url(../images/arrow-w.svg); } }
.card-slider-images-dots {
  padding: 0 71px;
  width: 100%; }
@media (max-width: 500px) {
  .card-slider-images-dots {
    display: none !important; } }
@media (min-width: 1200px) {
  .card-slider-images-dots .owl-item:hover .card-slider-dots-img {
    filter: grayscale(0);
    opacity: 1; } }
.card-slider-images-dots .owl-nav button {
  position: absolute;
  top: 50%;
  z-index: 6;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 51px;
  height: 51px;
  background: #EFEFEF !important;
  border: none !important;
  border-radius: 50%;
  transition: 0.3s ease; }
.card-slider-images-dots .owl-nav button span {
  display: block;
  font-size: 0;
  line-height: 0;
  color: transparent;
  width: 28px;
  height: 14px;
  background-image: url(../images/arrow-pp.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transition: 0.3s ease; }
.card-slider-images-dots .owl-nav button.owl-next {
  right: 0; }
.card-slider-images-dots .owl-nav button.owl-next span {
  transform: rotate(180deg); }
.card-slider-images-dots .owl-nav button.owl-prev {
  left: 0; }
@media (min-width: 1200px) {
  .card-slider-images-dots .owl-nav button:hover {
    background: #0D9A46 !important; }
  .card-slider-images-dots .owl-nav button:hover span {
    background-image: url(../images/arrow-w.svg); } }
.card-slider-img {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 373px;
  max-height: 373px;
  width: 100%;
  background-color: #fff;
  overflow: hidden; }
@media (max-width: 500px) {
  .card-slider-img {
    min-height: 200px;
    max-height: 200px; } }
.card-slider-img img {
  width: auto !important;
  max-width: 100%;
  max-height: 100%; }
.card-slider-dots-img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 125px;
  height: 73px;
  background: #fff !important;
  overflow: hidden;
  transition: 0.3s ease;
  border: 1px solid #fff;
  filter: grayscale(1);
  opacity: 0.5; }
.card-slider-dots-img.active2 {
  border: 1px solid #0D9A46 !important;
  filter: grayscale(0);
  opacity: 1; }
.card-slider-dots-img img {
  width: auto !important;
  max-width: 79px;
  max-height: 100%; }

.card-block {
  padding-bottom: 50px;
  margin-bottom: 89px;
  border-bottom: 1px solid rgba(165, 181, 187, 0.5); }
.card-block-triggers {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 9px; }
@media (max-width: 992px) {
  .card-block-triggers {
    flex-direction: column;
    align-items: center;
    justify-content: flex-start; } }
.card-block-image {
  width: 100%;
  padding: 17px;
  margin-bottom: 36px;
  display: block; }
.card-block-image img {
  max-width: 100%; }
.komplektacziya-image {
    display: flex;
    justify-content: center;} 
.komplektacziya-img {
    display: flex;
    justify-content: center;
    max-width: 800px;
    max-height: 381px;    

}

/* Стили для мобильной версии */
@media (max-width: 767px) {
  .video-product-page iframe {
    width: 100%; 
    height: 200px;
    margin: 0 auto;
  }
  .video-home-page iframe {
    width: 100%; 
    height: 200px;
    margin: 0 auto;
  }
}
@media (min-width: 768px) {
  .video-home-page iframe {
    width: 600px;
    height: 350px;
    margin: 0 auto;
  }
  .video-product-page iframe {
    width: 600px;
    height: 350px;
    margin: 0 auto;
  }
}

/* Стили для мобильной версии */
@media (max-width: 992px) {
.komplektacziya-img {
    max-width: 300px;
    max-height: 143px;} 
.card-trigger {
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc(50% - 15px);
  height: 49px;
  background: #F9F9F9;
  border: 1px solid #000000;
  border-radius: 30px;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 16px;
  text-transform: uppercase;
  color: #000000;
  transition: 0.3s ease;}
}
@media (max-width: 992px) {
  .card-trigger {
    width: 100%;
    font-size: 12px;
    line-height: 12px;
    height: 40px; }
  .card-trigger:not(:last-child) {
    margin-bottom: 10px; } }
.card-trigger.active, .card-trigger:hover {
  background: #FFFFFF;
  border: 1px solid #0D9A46;
  border-radius: 30px; }
.card-trigger.active {
  background-color: #0D9A46;
  color: #fff; }
.card-trigger.active .card-trigger-img {
  display: none; }
.card-trigger-img {
  margin-right: 8px; }

.card-table {
  width: 100%; }
.card-table-row {
  display: flex;
  justify-content: space-between; }
@media (max-width: 992px) {
  .card-table-row {
    flex-direction: column;
    align-items: center;
    justify-content: flex-start; } }
.card-table-row:not(:last-child) {
  margin-bottom: 10px; }
.card-table-row-item {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: calc(50% - 15px);
  padding: 12px 12px 12px 40px; }
@media (max-width: 992px) {
  .card-table-row-item {
    display: block;
    width: 100%;
    padding: 10px 15px; } }
.card-table-row-item:first-child {
  background: #F3F3F3;
  border-radius: 10px 0px 0px 10px;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 18px;
  color: #000000; }
@media (max-width: 992px) {
  .card-table-row-item:first-child {
    margin-bottom: 10px;
    border-radius: 10px;
    font-size: 12px;
    line-height: 12px; } }
.card-table-row-item:last-child {
  background: #F9F9F9;
  border-radius: 0px 10px 10px 0px;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 18px;
  color: #000000; }
@media (max-width: 992px) {
  .card-table-row-item:last-child {
    border-radius: 10px;
    font-size: 12px;
    line-height: 12px; } }
.card-table-row-item:last-child span {
  position: relative;
  display: inline-block;
  margin-left: 4px;
  margin-right: 4px;
  font-size: 14px;
  line-height: 17px; }
@media (max-width: 992px) {
  .card-table-row-item:last-child span {
    font-size: 12px;
    line-height: 12px; } }
.card-table-row-item:last-child span sup {
  transform: translateY(-4px);
  display: inline-block; }

.card-numbers {
  width: 100%;
  overflow-y: auto; }
.card-numbers-table {
  width: 100%;
  min-width: 1140px;
  margin: 0 auto;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  color: #000000; }
@media (max-width: 768px) {
  .card-numbers-table {
    font-size: 14px;
    line-height: 16px; } }
.card-numbers-row {
  display: flex;
  justify-content: space-between; }
.card-numbers-row .col {
  display: flex;
  align-items: center;
  justify-content: center; }
.card-numbers-row .col-1 {
  width: 68px;
  min-width: 68px;
  max-width: 68px; }
.card-numbers-row .col-2 {
  width: 110px;
  min-width: 110px;
  max-width: 110px; }
.card-numbers-row .col-3 {
  width: 200px;
  min-width: 200px;
  max-width: 200px; }
.card-numbers-row .col-4 {
  flex-direction: column;
  align-items: center;
  width: 100%;
  min-width: 729px;
  max-width: 729px; }
.card-numbers-row .col-4 .tr-1 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 50px;
  background: #E9E9E9;
  border-radius: 10px;
  margin-bottom: 8px; }
.card-numbers-row .col-4 .tr-2 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%; }
.card-numbers-row .col-4 .tr-2 .td {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 96px;
  height: 46px; }
.card-numbers-row:first-child {
  padding-bottom: 18px;
  margin-bottom: 17px;
  border-bottom: 1px solid #E9E9E9; }
.card-numbers-row:first-child .col-4 .tr-2 .td {
  width: 96px;
  height: 30px;
  background: #FFFFFF;
  border: 1px solid #C4C4C4;
  border-radius: 10px; }
.card-numbers-row:first-child .col:not(.col-4) {
  background: #E9E9E9;
  border-radius: 10px;
  height: 104px; }
.card-numbers-row:not(:first-child) .col:not(.col-4) {
  position: relative;
  background: #F3F3F3;
  height: 71px; }
.card-numbers-row:not(:first-child):not(:last-child) .col:not(.col-4)::before,
.card-numbers-row:not(:first-child):not(:last-child) .col-4 .td::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 10px;
  right: 10px;
  height: 1px;
  display: block;
  width: calc(100% - 20px);
  background: #C4C4C4;
  opacity: 0.4; }
.card-numbers-row:not(:first-child) .col-4 .td {
  position: relative;
  background: #F3F3F3;
  height: 71px; }
.card-numbers-row:nth-child(2) .col:not(.col-4) {
  border-radius: 10px 10px 0 0; }
.card-numbers-row:nth-child(2) .col-4 .td {
  border-radius: 10px 10px 0 0; }
.card-numbers-row:last-child .col:not(.col-4) {
  border-radius: 0 0 10px 10px; }
.card-numbers-row:last-child .col-4 .td {
  border-radius: 0 0 10px 10px; }

@media (max-width: 1920px) {
  .card .title {
    font-size: 28px;
    line-height: 32px;
    margin-bottom: 30px; }
  .card-block {
    border-bottom: none;
    max-width: 970px;
    margin: 0 auto; }
  .card-numbers-table {
    font-weight: 500;
    font-size: 12px;
    line-height: 14px;
    min-width: 940px;
    max-width: 940px;
    margin: 0 auto; }
  .card-numbers-row .col-1 {
    width: 45px;
    min-width: 45px;
    max-width: 45px; }
  .card-numbers-row .col-2 {
    width: 95px;
    min-width: 95px;
    max-width: 95px; }
  .card-numbers-row .col-3 {
    width: 160px;
    min-width: 160px;
    max-width: 160px; }
  .card-numbers-row .col-4 {
    min-width: 600px;
    max-width: 600px; }
  .card-numbers-row .col-4 .tr-2 .td {
    width: 60px; }
  .card-numbers-row:first-child .col-4 .tr-2 .td {
    width: 60px; }
  .card-numbers-row:first-child {
    padding-bottom: 8px;
    margin-bottom: 8px; }
  .card-table-row {
    margin-bottom: 5px; }
  .card-table-row-item:last-child {
    font-size: 12px;
    line-height: 14px;
    padding: 5px 10px; }
  .card-table-row-item:first-child {
    font-size: 12px;
    line-height: 14px;
    padding: 8px 10px; }
  .card-table-row:not(:last-child) {
    margin-bottom: 5px; }
  .card .card-numbers-row:not(:first-child) .col:not(.col-4),
  .card .card-numbers-row:not(:first-child) .col-4 .td {
    height: 30px !important; }
  .card .card-numbers-row:first-child .col:not(.col-4) {
    height: 70px; }
  .card .col-4 .tr-1 {
    height: 30px; } }

@media (max-width: 767px) {
  .card .card-numbers-table {
    min-width: 700px; }
  .card .card-numbers-row:first-child .col:not(.col-4) {
    height: 80px; }
  .card .card-numbers-row .col-1 {
    width: 35px;
    min-width: 35px;
    max-width: 35px; }
  .card .card-numbers-row .col-2 {
    width: 85px;
    min-width: 85px;
    max-width: 85px; }
  .card .card-numbers-row .col-3 {
    width: 160px;
    min-width: 160px;
    max-width: 160px;
    padding: 5px; }
  .card .card-numbers-row .col-4 .tr-2 .td {
    height: 55px !important;
    width: 50px; }
  .card .card-numbers-row:first-child .col-4 .tr-2 .td {
    width: 50px;
    height: 20px !important; }
  .card .card-numbers-row .col-4 {
    min-width: 400px;
    max-width: 400px; }
  .card-table-row {
    flex-direction: row;
    align-items: stretch;
    margin-bottom: 10px; }
  .card-table-row-item {
    margin-bottom: 0 !important; }
  .card-table-row-item:first-child {
    border-radius: 10px 0px 0px 10px; }
  .card-table-row-item:last-child {
    border-radius: 0px 10px 10px 0px; } }

.tabs-block .tab-cnt {
  display: none; }
.tabs-block .tab-cnt.active {
  display: block; }

.contacts {
  padding-bottom: 100px; }
@media (max-width: 1200px) {
  .contacts {
    padding-bottom: 40px; } }
.contacts-row {
  display: flex;
  align-items: flex-start;
  justify-content: space-between; 
}
@media (max-width: 992px) {
  .contacts-row {
    flex-direction: column;
    align-items: center; } }
.contacts-info {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  width: 100%;
  max-width: 550px;
  margin-bottom: 20px; }
@media (max-width: 992px) {
  .contacts-info {
    justify-content: flex-start;
    max-width: 100%;
    margin: 0 0 20px; } }
@media (max-width: 500px) {
  .contacts-info {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start; } }
.contacts-info-col {
  width: 100%;
  max-width: 390px; }
.contacts-info-col:not(:last-child) {
  margin-right: 5px; }
@media (max-width: 500px) {
  .contacts-info-col {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    margin: 0 0 20px; } }
.contacts-info-row {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  width: 200px; }
.contacts-info-row:not(:last-child) {
  margin-bottom: 23px; }
.contacts-info-row-img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 25px;
  min-width: 25px;
  margin-right: 5px;
  margin-top: 5px; }
.contacts-info-row-img-1 {
  margin-top: 5px; }
@media (max-width: 500px) {
  .contacts-info-row-img-1 {
    margin-top: 2px; } }
.contacts-info-row-img-2 {
  margin-top: 3px; }
@media (max-width: 500px) {
  .contacts-info-row-img-2 {
    margin-top: 1px; } }
.contacts-info-row-img-3 {
  margin-top: 6px; }
@media (max-width: 500px) {
  .contacts-info-row-img-3 {
    margin-top: 2px; } }
.contacts-info-row-img img {
  max-width: 100%; }
.contacts-info-row-cnt h3 {
  position: relative;
  margin-bottom: 27px;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: bold;
  font-size: 22px;
  line-height: 27px;
  text-transform: uppercase;
  color: #333333;}
 
@media (max-width: 500px) {
  .contacts-info-row-cnt h3 {
    font-size: 18px;
    line-height: 24px;
    width:200px;
  } }
.contacts-info-row-cnt h3::before {
  content: '';
  position: absolute;
  top: calc(100% + 5px);
  left: 0;
  right: 0;
  width: 100%;
  max-width: 58px;
  height: 2px;
  min-height: 2px;
  max-height: 2px;
  border-top: 2px solid #0D9A46; }
.contacts-info-row-cnt a,
.contacts-info-row-cnt span {
  display: block;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 28px;
  color: #333333;
  transition: 0.3s ease; }
@media (max-width: 500px) {
  .contacts-info-row-cnt a,
  .contacts-info-row-cnt span {
    font-size: 14px;
    line-height: 20px; } }
.contacts-info-row-cnt a:not(:last-child),
.contacts-info-row-cnt span:not(:last-child) {
  margin-bottom: 5px; }
.contacts-info-row-cnt a:hover {
  color: #0D9A46; }
.contacts-form {
  width: 100%;
  max-width: 518px; }
@media (max-width: 992px) {
  .contacts-form {
    max-width: 100%; } }
.contacts-form form {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-flow: row wrap;
  width: 100%; }
.contacts-form form .form-field {
  width: calc(50% - 9px);
  margin-bottom: 15px; }
@media (max-width: 500px) {
  .contacts-form form .form-field {
    width: 100%; } }
.contacts-form form .form-field-textarea {
  width: 100%; }
.contacts-form form .form-field-el {
  border: 1px solid #000;
  color: #000; }
.contacts-form form .form-field-el::-webkit-input-placeholder {
  color: #000; }
.contacts-form form .form-field-el::-moz-placeholder {
  color: #000; }
.contacts-form form .form-field-el:-ms-input-placeholder {
  color: #000; }
.contacts-form form .form-field-el:-moz-placeholder {
  color: #000; }
.contacts-form form .form-field-el:hover, .contacts-form form .form-field-el:focus {
  border: 1px solid #0D9A46; }
.contacts-form form .form-field-el:hover ~ .form-field-img svg path, .contacts-form form .form-field-el:focus ~ .form-field-img svg path {
  fill: #0D9A46; }
.contacts-form form .form-field-img svg path {
  fill: #000; }
.contacts-form form .question-form-text {
  padding-top: 6px;
  margin-bottom: 18px; }
.contacts-form form .question-form-text,
.contacts-form form .checkbox {
  width: 100%;
  text-align: left; }
.contacts-form form .checkbox {
  justify-content: flex-start;
  margin-bottom: 28px; }
.contacts-form form .btn {
  width: 100%;
  max-width: 277px;
  margin: 0 auto; }
@media (min-width: 1301px) and (max-width: 1540px) {
  .contacts-info-row-img img {
    max-width: 15px; }
  .contacts-info-row-cnt h3 {
    font-size: 18px;
    line-height: 21px; }
  .contacts-info-row-cnt a, .contacts-info-row-cnt span {
    font-size: 14px;
    line-height: 18px; } }

.reviews {
  padding: 90px 0 101px;
  background-image: url("../images/rev-bg.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-color: #F4FFFC; }
@media (max-width: 992px) {
  .reviews {
    padding: 40px 0;
    background-image: none; } }
.reviews .title {
  margin-bottom: 41px; }
@media (max-width: 992px) {
  .reviews .title {
    margin-bottom: 30px; } }
.reviews-slider {
  position: relative;
  padding: 0 136px; }
@media (max-width: 992px) {
  .reviews-slider {
    padding: 0; } }
.reviews-slider::before, .reviews-slider::after {
  content: '';
  position: absolute;
  display: block;
  width: 78px;
  height: 78px;
  background-image: url("../images/qq.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain; }
.owl-item active a {
    color: #0D9A46; /* Цвет ссылки */
    }
@media (max-width: 992px) {
  .reviews-slider::before, .reviews-slider::after {
    display: none; } }
.reviews-slider::before {
  top: 23%;
  left: 0;
  transform: translateY(-50%); }
.reviews-slider::after {
  right: 0;
  bottom: 5px; }
.reviews-slider .owl-dots {
  position: static;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin-top: 53px; }
@media (max-width: 992px) {
  .reviews-slider .owl-dots {
    margin-top: 33px; } }
.reviews-slider .owl-dots button {
  display: block;
  width: 28px;
  height: 5px;
  background-color: transparent !important;
  border: 1px solid #0D9A46;
  border-radius: 30px !important;
  transition: 0.3s ease; }
@media (max-width: 767px) {
  .reviews-slider .owl-dots button {
    width: 5px;
    height: 5px;
    min-width: 5px;
    border-radius: 50% !important; } }
.reviews-slider .owl-dots button span {
  display: none; }
.reviews-slider .owl-dots button:not(:last-child) {
  margin-right: 5px; }
.reviews-slider .owl-dots button.active {
  width: 69px;
  background-color: #0D9A46 !important; }
@media (max-width: 767px) {
  .reviews-slider .owl-dots button.active {
    width: 5px; } }
.reviews-item {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: column;
  width: 100%; }
.reviews-item h3 {
  margin-bottom: 41px;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  line-height: 24px;
  color: #000000;
  text-align: center; }
@media (max-width: 992px) {
  .reviews-item h3 {
    margin-bottom: 32px;
    font-size: 18px;
    line-height: 22px; } }
.reviews-item h3 span {
  display: inline-block;
  position: relative; }
.reviews-item h3 span::before {
  content: '';
  position: absolute;
  top: calc(100% + 7px);
  left: calc(50% - 39px);
  width: 100%;
  max-width: 78px;
  height: 2px;
  background: #0D9A46; }
.reviews-item p {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: #000000; }
@media (max-width: 992px) {
  .reviews-item p {
    font-size: 14px;
    line-height: 20px; } }
.reviews-item p:not(:last-child) {
  margin-bottom: 24px; }
@media (min-width: 1301px) and (max-width: 1540px) {
  .reviews {
    padding-top: 45px;
    padding-bottom: 55px; } }

/*# sourceMappingURL=maps/style.css.map */
 .checkbox-text_big{
    text-align: center;
    font-size: 16px;
    margin-top: 10px;
}
.grecaptcha-badge{
    display: none !important;
}
.card-block-image img {
    max-width: 100%;
    width: auto;
    height: auto;
}
.catalog-items {
   display: flex;
   -ms-flex-wrap: wrap;
   flex-wrap: wrap;
   margin: 0;
   }
.catalog-items p {
   display: none;
   }
.catalog-items__img img {
   width: 100%;
   height: 100%;
   -o-object-fit: cover;
   object-fit: cover;
   }
.catalog-items__img {
   height: 150px;
   }
.catalog-items__title {
   padding: 0;
   font-size: 18px;
   color: #292929;
   font-weight: 600;
   text-transform: uppercase;
   line-height: 1.3em;
   text-align: center;
   margin-top: 20px;
   text-decoration: none;
   display: block;
   }
.catalog-items__item {
   width: calc(100% / 6);
   transition: 0.4s all;
   margin: 0px;
   }

@media (max-width: 1200px) {
   .catalog-items__item {
   width: calc(100% / 6);
   }
   }
@media (max-width: 900px) {
   .catalog-items__item {
   width: calc(100% / 4 - 30px);
   margin: 0 15px 30px;
   }
   .catalog-items__img {
   height: 150px;
   }
   .catalog-items__title {
   font-size: 16px;
   }
   }
@media (max-width: 700px) {
   .catalog-items__item {
   width: calc(100% / 3 - 30px);
   }
   }
@media (max-width: 475px) {
   .catalog-items__item {
   width: calc(100% / 2 - 30px);
   }
   }
.instruction-items {
   display: flex;
   -ms-flex-wrap: wrap;
   flex-wrap: wrap;
   margin: 0;
   }
.instruction-items p {
   display: none;
   }
.instruction-items__img img {
   height: 100%;
   -o-object-fit: cover;
   object-fit: contain;
   }
.instruction-items__img {
   height: 150px;
   }
.instruction-items__title {
   padding: 0;
   font-size: 18px;
   color: #292929;
   font-weight: 600;
   text-transform: uppercase;
   line-height: 1.3em;
   text-align: left;
   margin-top: 20px;
   text-decoration: none;
   display: block;
   }
.instruction-items__item {
   width: calc(100% / 4);
   transition: 0.4s all;
   margin: 0px;
   }
@media (max-width: 1200px) {
   .instruction-items__item {
   width: calc(100% / 6);
   }
   }
@media (max-width: 900px) {
   .instruction-items__item {
   width: calc(100% / 4 - 30px);
   margin: 0 15px 30px;
   }
.instruction-items__img {
   height: 150px;
   }
.instruction-items__title {
   font-size: 18px;
   }
   }
@media (max-width: 700px) {
   .instruction-items__item {
   width: calc(100% / 3 - 30px);
   }
   }
@media (max-width: 475px) {
   .instruction-items__item {
   width: calc(100% / 2 - 30px);
   }
   }   
@media(max-width:992px){
        .header-mobile-content .wpml-ls ul{
                padding: 0;
                margin: 0;
                list-style: none;
        }
        .header-mobile-content .wpml-ls ul ::marker{
                color: transparent;
        }
        .header-mobile-content .wpml-ls-legacy-dropdown a span,
        .header-mobile-content .wpml-ls-legacy-dropdown ul.wpml-ls-sub-menu .wpml-ls-flag+span{
                color:#000;
        }
        .header-top-navigation+.wpml-ls{
                display:none!important;
        }

        .header-mobile-content .wpml-ls ul.wpml-ls-sub-menu{
                height: 305px!important;
        }
        .header-mobile-content .wpml-ls ul.wpml-ls-sub-menu li{
                width: calc(50% - 5px);
                float: left;
                font-size: 10px;
        }
        .header-mobile-content .wpml-ls ul.wpml-ls-sub-menu li a{
                border-top: none;
                border-left: none;
                border-right: none;
        }
        .header-mobile-content .wpml-ls ul.wpml-ls-sub-menu li:last-child a{
                border-bottom: none;
        }
        .header-mobile-content .wpml-ls ul.wpml-ls-sub-menu .wpml-ls-flag{
                width: 18px;
                height: 12px;
        }
        .js-wpml-ls-item-toggle.wpml-ls-item-toggle>.wpml-ls-native {
                word-break: initial!important;
        }
}
