/*мэоо экобудущее*/
/*
Theme Name: EcoFuture
Theme URI: https://efp.by/
Description: Theme of website of International Ecological Public Association «EcoFuture»
Version: 1.0
Text Domain: efp
Domain Path: /lang
*/

/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

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

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

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

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

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

td,
th {
  padding: 0;
}
/* normalize.css */

/*
* Skeleton V2.0.4
* Copyright 2014, Dave Gamache
* www.getskeleton.com
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
* 12/29/2014
*/

/* Grid
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.container {
  position: relative;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box; }
.column,
.columns {
  width: 100%;
  float: left;
  box-sizing: border-box; }

/* For devices larger than 400px width: 85%;*/
@media (min-width: 400px) {
  .container {
    width: 100%;
    padding: 0; }
}

/* For devices larger than 550px  width: 80%;*/
@media (min-width: 550px) {
  .container {
    width: 100%; }
  .column,
  .columns {
    margin-left: 4%; }
  .column:first-child,
  .columns:first-child {
    margin-left: 0; }

  .one.column,
  .one.columns                    { width: 4.66666666667%; }
  .two.columns                    { width: 13.3333333333%; }
  .three.columns                  { width: 22%;            }
  .four.columns                   { width: 30.6666666667%; }
  .five.columns                   { width: 39.3333333333%; }
  .six.columns                    { width: 48%;            }
  .seven.columns                  { width: 56.6666666667%; }
  .eight.columns                  { width: 65.3333333333%; }
  .nine.columns                   { width: 74.0%;          }
  .ten.columns                    { width: 82.6666666667%; }
  .eleven.columns                 { width: 91.3333333333%; }
  .twelve.columns                 { width: 100%; margin-left: 0; }

  .one-third.column               { width: 30.6666666667%; }
  .two-thirds.column              { width: 65.3333333333%; }

  .one-half.column                { width: 48%; }

  /* Offsets */
  .offset-by-one.column,
  .offset-by-one.columns          { margin-left: 8.66666666667%; }
  .offset-by-two.column,
  .offset-by-two.columns          { margin-left: 17.3333333333%; }
  .offset-by-three.column,
  .offset-by-three.columns        { margin-left: 26%;            }
  .offset-by-four.column,
  .offset-by-four.columns         { margin-left: 34.6666666667%; }
  .offset-by-five.column,
  .offset-by-five.columns         { margin-left: 43.3333333333%; }
  .offset-by-six.column,
  .offset-by-six.columns          { margin-left: 52%;            }
  .offset-by-seven.column,
  .offset-by-seven.columns        { margin-left: 60.6666666667%; }
  .offset-by-eight.column,
  .offset-by-eight.columns        { margin-left: 69.3333333333%; }
  .offset-by-nine.column,
  .offset-by-nine.columns         { margin-left: 78.0%;          }
  .offset-by-ten.column,
  .offset-by-ten.columns          { margin-left: 86.6666666667%; }
  .offset-by-eleven.column,
  .offset-by-eleven.columns       { margin-left: 95.3333333333%; }

  .offset-by-one-third.column,
  .offset-by-one-third.columns    { margin-left: 34.6666666667%; }
  .offset-by-two-thirds.column,
  .offset-by-two-thirds.columns   { margin-left: 69.3333333333%; }

  .offset-by-one-half.column,
  .offset-by-one-half.columns     { margin-left: 52%; }

}


/* Base Styles
–––––––––––––––––––––––––––––––––––––––––––––––––– */
/* NOTE
html is set to 62.5% so that all the REM measurements throughout Skeleton
are based on 10px sizing. So basically 1.5rem = 15px :) */
html {
  font-size: 62.5%; }

/* Typography
–––––––––––––––––––––––––––––––––––––––––––––––––– */
h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 2rem;
  font-weight: 400; }
h1 { font-size: 4.0rem; line-height: 1.2;  letter-spacing: -.1rem;}
h2 { font-size: 3.6rem; line-height: 1.25; letter-spacing: -.1rem; }
h3 { font-size: 3.0rem; line-height: 1.3;  letter-spacing: -.1rem; }
h4 { font-size: 2.4rem; line-height: 1.35; letter-spacing: -.08rem; }
h5 { font-size: 1.8rem; line-height: 1.5;  letter-spacing: -.05rem; }
h6 { font-size: 1.5rem; line-height: 1.6;  letter-spacing: 0; }

/* стили для ширины крупнее фаблетов */
@media (min-width: 550px) {
  h1 { font-size: 5.0rem; }
  h2 { font-size: 4.2rem; }
  h3 { font-size: 3.6rem; }
  h4 { font-size: 3.0rem; }
  h5 { font-size: 2.4rem; }
  h6 { font-size: 1.5rem; }
}

p {
  margin-top: 0; }


/* Links
–––––––––––––––––––––––––––––––––––––––––––––––––– */
a {
  color: #367617; }
a:hover {
  color: #1E4D07; }


/* Buttons
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.button,
button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
  display: inline-block;
  height: 38px;
  padding: 0 30px;
  color: #555;
  text-align: center;
  font-size: 11px;
  font-weight: 600;
  line-height: 38px;
  letter-spacing: .1rem;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border-radius: 4px;
  border: 1px solid #bbb;
  cursor: pointer;
  box-sizing: border-box; }
.button:hover,
button:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover,
.button:focus,
button:focus,
input[type="submit"]:focus,
input[type="reset"]:focus,
input[type="button"]:focus {
  color: #333;
  border-color: #888;
  outline: 0; }
.button.button-primary,
button.button-primary,
input[type="submit"].button-primary,
input[type="reset"].button-primary,
input[type="button"].button-primary {
  color: #FFF;
  background-color: #3DA30A;
  border-color: #3DA30A; }
.button.button-primary:hover,
button.button-primary:hover,
input[type="submit"].button-primary:hover,
input[type="reset"].button-primary:hover,
input[type="button"].button-primary:hover,
.button.button-primary:focus,
button.button-primary:focus,
input[type="submit"].button-primary:focus,
input[type="reset"].button-primary:focus,
input[type="button"].button-primary:focus {
  color: #FFF;
  background-color: #367617;
  border-color: #367617; }


/* Forms
–––––––––––––––––––––––––––––––––––––––––––––––––– */
input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea,
select {
  height: 38px;
  padding: 6px 10px; /* The 6px vertically centers text on FF, ignored by Webkit */
  background-color: #fff;
  border: 1px solid #D1D1D1;
  border-radius: 4px;
  box-shadow: none;
  box-sizing: border-box; }
/* Removes awkward default styles on some inputs for iOS */
input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }
textarea {
  min-height: 65px;
  padding-top: 6px;
  padding-bottom: 6px; }
input[type="email"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="text"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
textarea:focus,
select:focus {
  border: 1px solid #3DA30A;
  outline: 0; }
label,
legend {
  display: block;
  margin-bottom: .5rem;
  font-weight: 600; }
fieldset {
  padding: 0;
  border-width: 0; }
input[type="checkbox"],
input[type="radio"] {
  display: inline; }
label > .label-body {
  display: inline-block;
  margin-left: .5rem;
  font-weight: normal; }


/* Lists
–––––––––––––––––––––––––––––––––––––––––––––––––– */
ul {
  list-style: circle inside; }
ol {
  list-style: decimal inside; }
ol, ul {
  padding-left: 0;
  margin-top: 0; }
ul ul,
ul ol,
ol ol,
ol ul {
  margin: 1.5rem 0 1.5rem 3rem; }
li {
  margin-bottom: 1rem; }


/* Code
–––––––––––––––––––––––––––––––––––––––––––––––––– */
code {
  padding: .2rem .5rem;
  margin: 0 .2rem;
  font-size: 90%;
  white-space: nowrap;
  background: #F1F1F1;
  border: 1px solid #E1E1E1;
  border-radius: 4px; }
pre > code {
  display: block;
  padding: 1rem 1.5rem;
  white-space: pre; }


/* Tables
–––––––––––––––––––––––––––––––––––––––––––––––––– */
th,
td {
  padding: 12px 15px;
  text-align: left;
  border-bottom: 1px solid #E1E1E1; }
th:first-child,
td:first-child {
  padding-left: 0; }
th:last-child,
td:last-child {
  padding-right: 0; }


/* Spacing
–––––––––––––––––––––––––––––––––––––––––––––––––– */
button,
.button {
  margin-bottom: 1rem; }
input,
textarea,
select,
fieldset {
  margin-bottom: 1.5rem; }
pre,
blockquote,
dl,
figure,
p,
ul,
ol,
form {
  margin-bottom: 2.5rem; }
  
table {
   margin-bottom: 0; 
}

/* Misc
–––––––––––––––––––––––––––––––––––––––––––––––––– */
hr {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  border-width: 0;
  border-top: 1px solid #E1E1E1; }


/* Clearing
–––––––––––––––––––––––––––––––––––––––––––––––––– */

/* Self Clearing Goodness */
.container:after,
.row:after,
.u-cf {
  content: "";
  display: table;
  clear: both; }
/*skeleton.css_end*/

/*Основные стили*/
body {
    font-size: 1.5rem;
    line-height: 1.6;
    font-weight: 400;
    font-family: "Roboto", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #4A4744;
    background-color: white;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

main {
    flex-grow: 1;
}
    
#footer {
    flex-shrink: 0;
}

.container {
    background-color: transparent;
}

.header {
    padding: 10px 0;
    background-repeat: no-repeat;
    background-size: cover;
}

.intro {
    text-align: center;
}

.eng {
    background: url(images/en.png) no-repeat left center;
}

.rus {
    background: url(images/rus.png) no-repeat left center;
}

.bel {
    background: url(images/bel.png) no-repeat left center;
}

a.eng, a.rus, a.bel {
    padding: 0 14px;
    margin: 0;
    height: 22px;
    line-height: 22px;
}

a.rus, a.bel {
    margin-right: 2px;
}

a.link-holland img {
    opacity: .85;
}

.last_to_main {
    margin: 30px auto;
}

.img-full-width {
    box-sizing: border-box;
    max-width: 100%;
    display: block;
    margin: 30px auto;
}

.u-pull-right {
    box-sizing: border-box;
    max-width: 100%;
    display: block;
    margin: 20px;
    float: right; 
}
.u-pull-left {
    box-sizing: border-box;
    max-width: 100%;
    display: block;
    margin: 20px;
    float: left; 
}

.copyright {
    margin-top: 15px;
    padding: 0 5px;
}

figcaption {
    color: #333;
    text-align: center;
    background-image: linear-gradient(to bottom, #97da77, white);
    border: 1px solid #666;
    border-radius: 5px;
    padding: 10px;
    margin: 15px auto;
    max-width: 100%;
    font-size: .9em;
}

table tbody tr {
    transition: background-color 0.2s;
}

table.with_hover tbody tr:hover {
    background-color: #97da77;
}

.icon > svg {
    margin-right: 5px;
    width: 24px;
    height: 24px;
    display: inline-block;
    position: relative;
    top: 5px;
}

.with_img img{
    margin-top: 25px;
}

footer {
    background-size: cover;
    background-repeat: no-repeat;
}

#footer {
    padding: 20px 0px;
}

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

#footer .list-link {
    margin: 20px 0;
}

.list-link a {
    padding-right: 10px;
    margin: 0;
    display: inline-block;
}

.list-link a:last-child {
    padding-right: 0;
}

.logo {
    font-weight: 700;
    text-transform: uppercase;
    text-shadow: #000 4px 4px 3px; 
    color: rgb(255, 255, 255);
    text-align: center;
    margin: 0;
}

.button {
    background-color: rgba(255,255,255,.9);
    transition: all .5s;
}

.button:hover, .button-primary:hover {
    background-color: #3DA30A;
    border-color: #3DA30A;
    color: #fff !important;
}

h4 {
    color: grey;
    text-align: center;
    font-size: 1.1em;
    margin: 0;
    padding: 0 5px 10px 5px;
}

h3 {
    padding-top: 20px;
    text-align: center;
}

h2 {
    padding-top: 20px;
    margin: 0;
    text-align: center;
    font-weight: bolder;
}

p {
    text-indent: 30px;
    margin-bottom: 10px;
    padding: 0;
    font-size: 1em;
}

ul {
    padding: 0;
    margin: 0;
    list-style-type: square;
    font-size: 1em;
}

ol {
    padding: 0;
    margin: 0;
    font-size: 1em;
}

ol ul {
    margin: 0;
    padding: 0;
}

ol li {
    padding-left: 28px;
    margin-top: 10px;
}

ul.custom li {
    margin-top: 10px;
    list-style-type: none;
    background-image: url(images/check_box.png);
    background-repeat: no-repeat;
    padding-left: 28px;
    background-position: 0 2px;
}

ul li:last-of-type {
    margin-bottom: 20px;
}

.header h2 {
    margin: 0;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    text-shadow: #000 4px 4px 3px; 
    font-weight: bold;
}

h1 {
    font-size: 3rem;
}

h2 {
    font-size: 2.5rem;
}

.boxes {
    display: flex;
    flex-flow: row wrap;
}

.boxes div {
    flex: 1 1 300px;
    margin: 10px 0;
    display: flex;
    flex-flow: column;
}

.container .basic .boxes p.more {
    text-indent: 0;
    text-align: center;
    margin-top: auto;
}

.docs .doc-item {
    display: flex;
    flex-flow: column wrap;
    margin-top: 15px;
}

.doc-item p.more {
    text-indent: 0;
    text-align: center;
    margin-top: auto;
}

.doc-item h5 {
    font-weight: normal;
    height: 75px;
    font-size: 1.7rem;
}

p a {
    text-indent: 0;
}

.red {
    color: red;
    padding: 10px 0;
}

a.useful {
    display: block;
    background-color: #8c9cbf;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #8c9cbf), color-stop(50%, #546a9e), color-stop(50%, #36518f), color-stop(100%, #3d5691));
    background-image: -webkit-linear-gradient(top, #8c9cbf 0%, #546a9e 50%, #36518f 50%, #3d5691 100%);
    background-image: -moz-linear-gradient(top, #8c9cbf 0%, #546a9e 50%, #36518f 50%, #3d5691 100%);
    background-image: -ms-linear-gradient(top, #8c9cbf 0%, #546a9e 50%, #36518f 50%, #3d5691 100%);
    background-image: -o-linear-gradient(top, #8c9cbf 0%, #546a9e 50%, #36518f 50%, #3d5691 100%);
    background-image: linear-gradient(top, #8c9cbf 0%, #546a9e 50%, #36518f 50%, #3d5691 100%);
    border: 1px solid #172d6e;
    border-bottom: 1px solid #0e1d45;
    border-radius: 5px;
    -webkit-box-shadow: inset 0 1px 0 0 #b1b9cb;
    box-shadow: inset 0 1px 0 0 #b1b9cb;
    color: #fff;
    padding: 7px 5px 8px 5px;
    text-decoration: none;
    text-align: center;
    text-shadow: 0 -1px 1px #000f4d;
    line-height: 1.2;
    margin: 10px auto;
    max-width: 95%;
}

a.useful:hover {
    background-color: #7f8dad;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #7f8dad), color-stop(50%, #4a5e8c), color-stop(50%, #2f477d), color-stop(100%, #364c80));
    background-image: -webkit-linear-gradient(top, #7f8dad 0%, #4a5e8c 50%, #2f477d 50%, #364c80 100%);
    background-image: -moz-linear-gradient(top, #7f8dad 0%, #4a5e8c 50%, #2f477d 50%, #364c80 100%);
    background-image: -ms-linear-gradient(top, #7f8dad 0%, #4a5e8c 50%, #2f477d 50%, #364c80 100%);
    background-image: -o-linear-gradient(top, #7f8dad 0%, #4a5e8c 50%, #2f477d 50%, #364c80 100%);
    background-image: linear-gradient(top, #7f8dad 0%, #4a5e8c 50%, #2f477d 50%, #364c80 100%);
    cursor: pointer;
}

a.useful:active {
    -webkit-box-shadow: inset 0 0 20px 0 #1d2845, 0 1px 0 white;
    box-shadow: inset 0 0 20px 0 #1d2845, 0 1px 0 white;
}
    
hr {
    margin: 0;
}
  
.with_shadow {
    box-shadow: 3px 2px 10px #dedede;
}

#footer p {
    font-size: 1.5rem;
    font-weight: 700;
    text-shadow: #000 4px 4px 3px; 
    color: rgb(255, 255, 255);
    text-align: center;
    margin: 0;
    line-height: 1.3;
}

#footer p.main {
    padding: 10px 0;
    text-transform: uppercase;
}

textarea {
    outline: none;
    resize: none;
    overflow: auto;
    font-size: 1em;
}

.widget_search {
    width: 116px;
    height: 26px;
    margin: 0 auto;
}

.widget_search input {
    margin: 0;
    border: 1px solid #ccc;
}

.widget_search input::placeholder {
    text-align: center;
    color: #ccc;
}

.input-search {
    background-image: url(images/loop.png);
    background-repeat: no-repeat;
    background-position: 98% center;
    padding-right: 18px !important;
    height: 26px !important;
}

/*-----------------Возврат к верху----------------------*/
#back-top {
    position: fixed;
    bottom: 0;
    padding: 0;
    margin: 0;
    left: calc(50% - 33.5px);  
    z-index:99991;
}

#back-top a{
    width: 77px;
    height: 20px;
    background: rgba(0, 0, 0, 0.4);
    display: block;
    text-decoration: none;
    -webkit-transition: all linear 0.2s; 
    -moz-transition: all linear 0.2s;
    -ms-transition: all linear 0.2s;
    -o-transition: all linear 0.2s;
    transition: all linear 0.2s;
    text-align: center;
    border-radius: 5px;
    color: #fff;
}
 
#back-top a:hover{
    height: 25px;
    background: #367617;
    -webkit-transition: all linear 0.2s; 
    -moz-transition: all linear 0.2s;
    -ms-transition: all linear 0.2s;
    -o-transition: all linear 0.2s;
    transition: all linear 0.2s;
}
/*-----------------Возврат к верху_конец----------------------*/
  
/*стилизация полосы прокрутки_начало*/
/*----------------------------------*/
@media (min-width: 550px) {
    /*новый синтаксис (только для firefox)*/
    html {
        scrollbar-color: #6BB547 #fff; /*Цвет полосы прокрутки (цвет ползунка, цвет самой дорожки)*/
        scrollbar-width: thin; /*Ширина полосы прокрутки (thin or auto)*/
    }
    
    /*старый синтаксис Webkit*/
    ::-webkit-scrollbar {
        width: 15px; /*Ширина полосы прокрутки*/
    }
    
    /*Дорожка полосы прокрутки*/
    ::-webkit-scrollbar-track {
        background-color: #fff;
        border-radius: 100px;
    }
    
    /*Ползунок полосы прокрутки*/
    ::-webkit-scrollbar-thumb {
        border-radius: 100px;
        border: 1px solid transparent;
        background-clip: content-box;
        background-image: linear-gradient(180deg, #6BB547 0%, #367617 99%);
        box-shadow: inset 2px 2px 5px 0 rgba(255, 255, 255, 0.5);
    }
    
    ::-webkit-scrollbar-thumb:hover {
         background-image: linear-gradient(180deg, #98DA37 0%, #6BB547 99%);
    }
}
/*стилизация полосы прокрутки_окончание*/

@media (min-width: 600px) {
    .with_form {
        padding: 0 30px;
    }
            
    img.partner {
        float: right;
    }
            
    figcaption {
        font-size: 1em;
        max-width: 60%;
    }
    
    .basic {
        padding: 0 15px;
    }

    a.useful {
        max-width: 60%;
    }

    .boxes div {
        margin: 10px;
        padding: 10px 10px 0 10px;
    }
    
}

@media (min-width: 900px) {
    .header {
        padding: 20px 0 50px 0;
    }

    .header h2 {
        margin-bottom: 10px;
    }

    .logo {
        font-size: 2.5rem;
        line-height: 1.3;
        margin-bottom: 25px;
    }
    
    h1 {
        font-size: 5rem;
    }
    
    h2 {
        font-size: 3.2rem;
    }

    #footer p {
        font-size: 1.8rem;
    }

    h3 {
        padding: 20px 0 0 20px;
    }

    p {
        text-indent: 20px;
        text-align: justify;
    }

    ul {
        padding: 0 20px;
        margin: 0;
    }

    ul li {
        text-align: justify;
    }
    
    hr {
        margin: 0.5rem 0;
    }
}

.page-title {
    text-align: center;
    margin-top: 1rem;
}

/*menu*/
.efp-menu-wrap {
    position: relative;
    margin-bottom: 50px;
}

#efp-menu,
.hidden-efp-menu {
    list-style-type: none;
	margin: 0;
	padding: 0;
	position: absolute;
    z-index: 9999;
    background: #fff;
}

#efp-menu {
    display: flex;
    justify-content: center;
    border: 2px solid #367617;
    border-radius: 20px;
	left: 50%;
	transform: translateX(-50%);
    width: 80%;
    min-width: 200px;
    text-align: center;
}

.hidden-efp-menu {
    border: 2px solid #367617;
    border-top: none;
    border-radius: 0 0 5px 5px;
    margin: 0;
}

#efp-menu li,
.hidden-efp-menu li {
    margin: 0;
}

#efp-menu li {
	display:inline-block;
	float: left;
}

#efp-menu li a {
	display: block;
	min-width: 100px;
	height: 50px;
	line-height: 50px;
	color: #4A4744;
	text-decoration: none;
    text-transform: uppercase;
    -webkit-tap-highlight-color: transparent;
}

#efp-menu > li > a {
    text-align: center;
    font-weight: bold;
    padding: 0 20px;
    white-space: nowrap;
}

#efp-menu > li:hover > a {
	color: #fff;
    background-color: #367617;
}

#efp-menu > li:hover .hidden-efp-menu a {
	color: #4A4744;
	height: 40px;
	line-height: 40px;
}

#efp-menu li:hover .hidden-efp-menu a:hover {
	background: #367617;
	color: #fff;
}

#efp-menu .hidden-efp-menu {
	display: none;
}

#efp-menu li .hidden-efp-menu li {
	display: block;
	float: none;
}

#efp-menu li .hidden-efp-menu li a {
	width: auto;
	min-width: 100px;
	padding: 0 20px;
}

#efp-menu li a:hover + .hidden-efp-menu,
.hidden-efp-menu:hover {
	display: block !important;
}

.show-menu {
	text-decoration: none;
    border-radius: 20px;
	color: #fff;
	background: #367617;
	text-align: center;
	padding: 10px 0;
	display: none;
}

#show-menu {
    display: none;
    -webkit-appearance: none;
}

#show-menu:checked ~ #efp-menu{
    display: block;
    position: absolute;
    width: 100%;
}

@media screen and (max-width: 1080px) {
    #efp-menu li a {
        padding: 0 5px;
        font-size: 80%;
    }
}

@media screen and (max-width: 767px) {
	#efp-menu,
    .hidden-efp-menu {
		position: static;
		display: none;
	}
    
    #efp-menu {
        background: #367617;
        border-color: #6BB547;
    }
    
    .efp-menu-wrap {
        margin-bottom: 0;
        margin-top: 10px;
    }
    
    #efp-menu li a {
        color: #F8F7F2;
    }
    
    #efp-menu > li > a:active + .hidden-efp-menu {
    	display: block !important;
    }
    
    #efp-menu li:hover a {
    	color: #4A4744;
        background: #F8F7F2;
    }
    
    #efp-menu > li:first-child a {
        border-radius: 20px 20px 0 0;
    }
    
    #efp-menu > li:first-child:has(.hidden-efp-menu) .hidden-efp-menu li a {
        border-radius: 0;
    }
    
    #efp-menu > li:last-child a {
        border-radius: 0 0 20px 20px;
    }
    
    #efp-menu > li:last-child:has(.hidden-efp-menu) a {
        border-radius: 0;
    }
    
    #efp-menu > li:last-child:has(.hidden-efp-menu) .hidden-efp-menu li:last-child a,
    #efp-menu > li:last-child:has(.hidden-efp-menu) .hidden-efp-menu {
        border-radius: 0 0 20px 20px;
    }
    
    .hidden-efp-menu {
        border: none;
        border-top: 1px solid #4A4744;
        border-bottom: 1px solid #4A4744;
        border-radius: 0;
    }
    
	#efp-menu li,
    .hidden-efp-menu li {
		width: 100%;
        text-align: center;
	}
    
	.show-menu {
        display: flex;
        align-items: center;
        align-content: center;
        justify-content: center;
        flex-flow: row nowrap;
	}
}
/*menu*/

/*виджет переводчика*/
.goog-te-gadget-icon, #google_translate_element {
    display: none;
}

.widget_prisna-google-website-translator, .prisna-gwt-flags-container {
    display: inline-block;
}

.widget_prisna-google-website-translator {
    height: 25px;
    margin: 0;
}

.prisna-gwt-flags-container .prisna-gwt-flag-container a {
    border-radius: 2px;
}

/*
.prisna-gwt-flags-container .prisna-gwt-flag-container a {
    background-image: none !important;
    padding: 0 5px !important;
    width: auto !important;
    height: auto !important;
    font-weight: 700;
    color: #77B2D3;
}

.prisna-gwt-flags-container .prisna-gwt-language-ru a,
.prisna-gwt-flags-container .prisna-gwt-language-en a {
    border-right: 2px solid !important;
}
*/

.prisna-gwt-flags-container .prisna-gwt-language-ru a,
.prisna-gwt-flags-container .prisna-gwt-language-be a {
    margin-right: 3px !important;
}

/*
.prisna-gwt-language-ru a:before {
    content: "RU";
    display: inline-block;
}

.prisna-gwt-language-en a:before {
    content: "EN";
    display: inline-block;
}

.prisna-gwt-language-be a:before {
    content: "BY";
    display: inline-block;
}
*/

.skiptranslate, #goog-gt-tt, .VIpgJd-ZVi9od-aZ2wEe-wOHMyf {
    display: none !important;
}

/*service classes*/
.m-0 {
    margin: 0 !important;
}

.p-0 {
    padding: 0 !important;
}

.mt-0 {
    margin-top: 0 !important;
}

.mt-1 {
    margin-top: 0.5rem !important;
}

.mt-2 {
    margin-top: 1rem !important;
}

.mt-3 {
    margin-top: 2rem !important;
}

.mt-4 {
    margin-top: 3.5rem !important;
}

.mb-0 {
    margin-bottom: 0 !important;
}

.mb-1 {
    margin-bottom: 0.5rem !important;
}

.mb-2 {
    margin-bottom: 1rem !important;
}

.mb-3 {
    margin-bottom: 2rem !important;
}

.mr-0 {
    margin-right: 0 !important;
}

.mr-1 {
    margin-right: 0.5rem !important;
}

.mr-2 {
    margin-right: 1rem !important;
}

.mr-3 {
    margin-right: 2rem !important;
}

.ml-0 {
    margin-left: 0 !important;
}

.ml-1 {
    margin-left: 0.5rem !important;
}

.ml-2 {
    margin-left: 1rem !important;
}

.pr-50px a {
    padding-right: 50px !important;
}

.pr-0 {
    padding-right: 0 !important;
}

.pr-1 {
    padding-right: 0.5rem !important;
}

.pr-2 {
    padding-right: 1rem !important;
}

.pr-3 {
    padding-right: 2rem !important;
}

.pl-0 {
    padding-left: 0 !important;
}

.pl-1 {
    padding-left: 0.5rem !important;
}

.pl-2 {
    padding-left: 1rem !important;
}

.pl-3 {
    padding-left: 2rem !important;
}

.pt-1 {
    padding-top: 0.5rem !important;
}

.pt-2 {
    padding-top: 1rem !important;
}

.pt-3 {
    padding-top: 2rem !important;
}

.pt-4 {
    padding-top: 3.5rem !important;
}

.pt-5 {
    padding-top: 5rem !important;
}

.pt-6 {
    padding-top: 6rem !important;
}

.pb-1 {
    padding-bottom: 0.5rem !important;
}

.pb-2 {
    padding-bottom: 1rem !important;
}

.pb-3 {
    padding-bottom: 2rem !important;
}

.pb-4 {
    padding-bottom: 3.5rem !important;
}

.pb-5 {
    padding-bottom: 5rem !important;
}

.pb-6 {
    padding-bottom: 6rem !important;
}

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

.text-left {
    text-align: left !important;
}

.image-center {
    display: block;
    margin: 0 auto;
}

.text-home {
    color: #367617;
}

.rounded {
    border-radius: 20px;
}

.text-up {
    text-transform: uppercase;
}

.d-relative {
    position: relative;
}

.d-absolute {
    position: absolute;
}

.d-none {
    display: none;
}

.d-table {
    display: table;
}

.d-block {
    display: block;
}

.d-inline {
    display: inline;
}

.d-inline-block {
    display: inline-block;
}

.cell-of-table {
    display: table-cell;
    vertical-align: middle;
}

.u-full-width {
    width: 100%;
    box-sizing: border-box; 
}

.u-max-full-width {
    max-width: 100%;
    height: auto;
    box-sizing: border-box; 
}

.leftimg, .alignleft {
    float:left; 
    margin: 10px;
}
.rightimg, .alignright  {
   float: right;
   margin: 10px;
}
.clear {
    clear: both;
}
.no-text-indent {
    text-indent: 0 !important;
}

.visually-hidden {
    position: fixed;
    transform: scale(0);
}

.after-without-float:after {
    clear: both;
    content: "\00a0";
    display: block;
    height: 0;
    font: 0px/0 serif;
    overflow: hidden;
}

.menu-link_active {
    text-decoration: underline dotted !important;
    text-decoration-thickness: 1px !important;
    color: #fff !important;
    background-color: #367617 !important;
}

.d-sm-block {
    display: none;
}

.w-100 {
    width: 100%;
}

.text-reset, .text-reset:hover {
    color: inherit;
}

.small {
    font-size: 80%;
}

a[href$=".pdf"] {
    background-repeat: no-repeat;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cpath fill='%23828282' d='M26.313 18.421c-0.427-0.42-1.372-0.643-2.812-0.662-0.974-0.011-2.147 0.075-3.38 0.248-0.552-0.319-1.122-0.665-1.568-1.083-1.202-1.122-2.205-2.68-2.831-4.394 0.041-0.16 0.075-0.301 0.108-0.444 0 0 0.677-3.846 0.498-5.146-0.025-0.178-0.040-0.23-0.088-0.369l-0.059-0.151c-0.184-0.425-0.545-0.875-1.111-0.85l-0.341-0.011c-0.631 0-1.146 0.323-1.281 0.805-0.411 1.514 0.013 3.778 0.781 6.711l-0.197 0.478c-0.55 1.34-1.238 2.689-1.846 3.88l-0.079 0.155c-0.639 1.251-1.22 2.313-1.745 3.213l-0.543 0.287c-0.040 0.021-0.97 0.513-1.188 0.645-1.852 1.106-3.079 2.361-3.282 3.357-0.065 0.318-0.017 0.725 0.313 0.913l0.525 0.264c0.228 0.114 0.468 0.172 0.714 0.172 1.319 0 2.85-1.643 4.959-5.324 2.435-0.793 5.208-1.452 7.638-1.815 1.852 1.043 4.129 1.767 5.567 1.767 0.255 0 0.475-0.024 0.654-0.072 0.276-0.073 0.508-0.23 0.65-0.444 0.279-0.42 0.335-0.998 0.26-1.59-0.023-0.176-0.163-0.393-0.315-0.541zM6.614 25.439c0.241-0.658 1.192-1.958 2.6-3.111 0.088-0.072 0.306-0.276 0.506-0.466-1.472 2.348-2.458 3.283-3.106 3.577zM14.951 6.24c0.424 0 0.665 1.069 0.685 2.070s-0.214 1.705-0.505 2.225c-0.241-0.77-0.357-1.984-0.357-2.778 0 0-0.018-1.517 0.177-1.517v0zM12.464 19.922c0.295-0.529 0.603-1.086 0.917-1.677 0.765-1.447 1.249-2.58 1.609-3.511 0.716 1.303 1.608 2.41 2.656 3.297 0.131 0.111 0.269 0.222 0.415 0.333-2.132 0.422-3.974 0.935-5.596 1.558v0zM25.903 19.802c-0.13 0.081-0.502 0.128-0.741 0.128-0.772 0-1.727-0.353-3.066-0.927 0.515-0.038 0.986-0.057 1.409-0.057 0.774 0 1.004-0.003 1.761 0.19s0.767 0.585 0.637 0.667v0z'%3E%3C/path%3E%3Cpath fill='%23828282' d='M28.681 7.159c-0.694-0.947-1.662-2.053-2.724-3.116s-2.169-2.030-3.116-2.724c-1.612-1.182-2.393-1.319-2.841-1.319h-15.5c-1.378 0-2.5 1.121-2.5 2.5v27c0 1.378 1.121 2.5 2.5 2.5h23c1.378 0 2.5-1.122 2.5-2.5v-19.5c0-0.448-0.137-1.23-1.319-2.841v0zM24.543 5.457c0.959 0.959 1.712 1.825 2.268 2.543h-4.811v-4.811c0.718 0.556 1.584 1.309 2.543 2.268v0zM28 29.5c0 0.271-0.229 0.5-0.5 0.5h-23c-0.271 0-0.5-0.229-0.5-0.5v-27c0-0.271 0.229-0.5 0.5-0.5 0 0 15.499-0 15.5 0v7c0 0.552 0.448 1 1 1h7v19.5z'%3E%3C/path%3E%3C/svg%3E");
    padding-left: 45px;
}

a[href$=".xls"], a[href$=".xlsx"] {
    background-repeat: no-repeat;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cpath fill='%23828282' d='M23.22 12h-4.228l-2.992 4.407-2.992-4.407h-4.228l5.068 7.577-5.718 8.423h7.87v-2.862h-1.567l1.567-2.344 3.481 5.205h4.389l-5.718-8.423 5.068-7.577z'%3E%3C/path%3E%3Cpath fill='%23828282' d='M28.681 7.159c-0.694-0.947-1.662-2.053-2.724-3.116s-2.169-2.030-3.116-2.724c-1.612-1.182-2.393-1.319-2.841-1.319h-15.5c-1.378 0-2.5 1.121-2.5 2.5v27c0 1.378 1.121 2.5 2.5 2.5h23c1.378 0 2.5-1.122 2.5-2.5v-19.5c0-0.448-0.137-1.23-1.319-2.841v0zM24.543 5.457c0.959 0.959 1.712 1.825 2.268 2.543h-4.811v-4.811c0.718 0.556 1.584 1.309 2.543 2.268v0zM28 29.5c0 0.271-0.229 0.5-0.5 0.5h-23c-0.271 0-0.5-0.229-0.5-0.5v-27c0-0.271 0.229-0.5 0.5-0.5 0 0 15.499-0 15.5 0v7c0 0.552 0.448 1 1 1h7v19.5z'%3E%3C/path%3E%3C/svg%3E");
    padding-left: 45px;
}

a[href$=".doc"], a[href$=".docx"] {
    background-repeat: no-repeat;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cpath fill='%23828282' d='M19.993 14.872h1.382l-1.594 7.068-2.073-9.938h-3.33l-2.41 9.938-1.807-9.938h-3.481l3.534 15.996h3.401l2.384-9.46 2.133 9.46h3.136l4.051-15.996h-5.326v2.87z'%3E%3C/path%3E%3Cpath fill='%23828282' d='M28.681 7.159c-0.694-0.947-1.662-2.053-2.724-3.116s-2.169-2.030-3.116-2.724c-1.612-1.182-2.393-1.319-2.841-1.319h-15.5c-1.378 0-2.5 1.121-2.5 2.5v27c0 1.378 1.121 2.5 2.5 2.5h23c1.378 0 2.5-1.122 2.5-2.5v-19.5c0-0.448-0.137-1.23-1.319-2.841v0zM24.543 5.457c0.959 0.959 1.712 1.825 2.268 2.543h-4.811v-4.811c0.718 0.556 1.584 1.309 2.543 2.268v0zM28 29.5c0 0.271-0.229 0.5-0.5 0.5h-23c-0.271 0-0.5-0.229-0.5-0.5v-27c0-0.271 0.229-0.5 0.5-0.5 0 0 15.499-0 15.5 0v7c0 0.552 0.448 1 1 1h7v19.5z'%3E%3C/path%3E%3C/svg%3E");
    padding-left: 45px;
}

a[href$=".ppt"], a[href$=".pptx"] {
    background-repeat: no-repeat;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cpath fill='%23828282' d='M28 0h-28v32h32v-28l-4-4zM16 4h4v8h-4v-8zM28 28h-24v-24h2v10h18v-10h2.343l1.657 1.657v22.343z'%3E%3C/path%3E%3C/svg%3E");
    padding-left: 45px;
}

@media screen and (max-width: 767px) {
    .d-sm-block {
        display: block;
    }
    
    .menu-link_active {
        background-color: #fff !important;
        color: #367617 !important;
    }
    
    .link-holland img {
        margin-bottom: 10px;
    }
    
    .efp-logo-wrap img,
    .link-holland img {
        max-width: 80%;
    }
    
    .button {
        white-space: normal;
        height: auto;
    }
    
    p {
        text-indent: 0;
    }
}
/*service classes*/