@font-face
{
    font-family: 'Gotham Pro';
    font-weight: 400;
    font-style: normal;

    font-display: auto;
    src: url('../assets/fonts/gothampro/gothampro-regular.woff2') format('woff2'), url('../assets/fonts/gothampro/gothampro-regular.woff') format('woff'), url('../assets/fonts/gothampro/gothampro-regular.ttf') format('truetype');
}

@font-face
{
    font-family: 'Gotham Pro';
    font-weight: 500;
    font-style: normal;

    font-display: auto;
    src: url('../assets/fonts/gothampro/gothampro-medium.woff2') format('woff2'), url('../assets/fonts/gothampro/gothampro-medium.woff') format('woff'), url('../assets/fonts/gothampro/gothampro-medium.ttf') format('truetype');
}

@font-face
{
    font-family: 'Gotham Pro';
    font-weight: 700;
    font-style: normal;

    font-display: auto;
    src: url('../assets/fonts/gothampro/gothampro-bold.woff2') format('woff2'), url('../assets/fonts/gothampro/gothampro-bold.woff') format('woff'), url('../assets/fonts/gothampro/gothampro-bold.ttf') format('truetype');
}

/*****************************
            PAGINATION
******************************/
/*
.wp-pagenavi {
  position: relative;
  z-index: 1;
  width: 100%;
  background: #f7fafb;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  text-align: center;
  align-items: center;
  padding: 10px 60px;
}
.wp-pagenavi > a,
.wp-pagenavi > span {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  text-align: center;
  align-items: center;
  padding: 4px;
  font-size: 18px;
  line-height: 1;
  margin: 4px 8px;
}
.wp-pagenavi > a {
  transition: 0.3s ease 0s;
  transition-property: color;
}
.wp-pagenavi > a:focus, .wp-pagenavi > a:hover {
  color: #da3535;
}
.wp-pagenavi > a.nextpostslink, .wp-pagenavi > a.previouspostslink {
  position: absolute;
  z-index: 2;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  font-family: "Yandex Sans Text";
  font-weight: bold;
  font-style: normal;
  font-size: 1.5em;
}
.wp-pagenavi > a.previouspostslink {
  left: 20px;
}
.wp-pagenavi > a.nextpostslink {
  right: 20px;
}
.wp-pagenavi > span.current {
  position: relative;
  z-index: 1;
  overflow: visible;
}
.wp-pagenavi > span.current::after {
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  background: #5e923e;
  left: 0;
  bottom: -3px;
  position: absolute;
  z-index: 2;
}

.wp-pagenavi a.prev,
.wp-pagenavi a.next {
	text-decoration: none;
}
*/

ul.page-numbers{
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0 0 20px;
    display: inline-block;
    vertical-align: top;
}

ul.page-numbers > li > .page-numbers{
    display: block;
    width: 20px;
    height: 20px;
    border: 1px solid #f7fafb;
    text-align: center;
    text-decoration: none;
    color: #5e923e; 
    font-size: 14px;
    position: relative;
}

ul.page-numbers > li > .page-numbers:hover {
   color: #da3535;  
}

ul.page-numbers > li > .current{
    color:  #5e923e;
}

ul.page-numbers > li > .current::before{
    position: absolute;
    content: '';
    width: 100%;
    height: 2px;
    bottom: 0;
    left: 0;
    background: #5e923e;
}


ul.page-numbers > li{
    margin: 0 6px;
    display: inline-block;
    vertical-align: top;
}

ul.page-numbers > li > .next,
ul.page-numbers > li > .prev
{
    border: none;
    width: auto;
}

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

#button-up span {
    display: block;
    width: 100%;
    height: 100%;
    background: transparent url(../assets/images/up-button.png) no-repeat center center;
    -webkit-background-size: 33px 34px;
    background-size: 33px 34px;
}
#button-up {
    display:none;
    right: 5em;
    margin: 0;
    position: fixed;
    bottom: 50px;
    outline:none;
    z-index: 999;
    cursor: pointer;
    width: 72px;
    height: 72px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    /*background: -webkit-gradient(linear, left bottom, left top, from(#00ccff), color-stop(50%, #0099cc), to(#0066cc));
    background: -webkit-linear-gradient(bottom, #00ccff 0%, #0099cc 50%, #0066cc 100%);
    background: -o-linear-gradient(bottom, #00ccff 0%, #0099cc 50%, #0066cc 100%);
    background: linear-gradient(0deg, #00ccff 0%, #0099cc 50%, #0066cc 100%);*/
    background: #70af4a;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

#button-up:hover {
    background: #5e923e;
}


/* Slider */
.slick-slider
{
    position: relative;

    display: block;

    -webkit-box-sizing: border-box;
            box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;

    margin-right: auto; 
    margin-left: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table; 

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none; 
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}

.slick-arrow.slick-hidden
{
    display: none;
}

/* stylelint-disable */
/* stylelint-disable */
/* stylelint-disable */

.writeus__row p {
    margin: 0;
    text-align: center;
}

.writeus__row .button {
    display: inline;
}

div.wpcf7-validation-errors, div.wpcf7-acceptance-missing {
    border: 2px solid #5e923e;
    border-radius: 5px;
}

span.wpcf7-not-valid-tip {
    display: none !important;
}
input.wpcf7-not-valid,
textarea.wpcf7-not-valid {
    border: 2px solid red;
}
body,
html
{
    width: 100%;
    min-width: 320px;
    margin: 0;
    padding: 0;
}

body
{
    font-family: Gotham Pro, Helvetica, Pragmatica, Arial, sans-serif, Nimbus Sans L, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
    font-size: 14px;
    font-weight: 400;
    font-style: normal;
    line-height: 1.5;

    overflow-x: hidden; 

    color: #474955;
    background-color: #fff;
}

html
{
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}

*,
*::before,
*::after
{
    -webkit-box-sizing: inherit;
            box-sizing: inherit;
}

@media (min-width: 768px)
{
    body
    {
        font-size: 15px;
    }
}

@media (min-width: 1220px)
{
    body
    {
        font-size: 16px; 

        padding-top: 163px;
    }
}

a
{
    cursor: pointer;
    -webkit-transition: .3s cubic-bezier(.25, .1, .25, 1);
         -o-transition: .3s cubic-bezier(.25, .1, .25, 1);
            transition: .3s cubic-bezier(.25, .1, .25, 1);
    text-decoration: underline; 
    text-transform: inherit;

    color: #333;
}
a:hover,
a:focus
{
    text-decoration: none;
}

b,
strong
{
    font-weight: 500;
}

blockquote
{
    position: relative;

    margin: 0;
    margin-bottom: 20px;
    padding-left: 20px;
}
blockquote::before
{
    position: absolute;
    top: 4px;
    bottom: 4px;
    left: 0;

    width: 3px;

    content: '';

    background-color: #70af4a;
}

button
{
    font: inherit;

    display: inline-block;

    padding: 4px;

    cursor: pointer;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    -webkit-transition: .3s cubic-bezier(.25, .1, .25, 1);
         -o-transition: .3s cubic-bezier(.25, .1, .25, 1);
            transition: .3s cubic-bezier(.25, .1, .25, 1);
    vertical-align: middle;
    text-transform: inherit;

    color: inherit;
    border: none;
    outline: none; 
    background-color: transparent;
}

h1
{
    font-family: Gotham Pro, Helvetica, Pragmatica, Arial, sans-serif, Nimbus Sans L, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
    font-size: 28px;
    font-weight: 500;
    font-style: normal;
    line-height: 1.3; 

    margin-top: 0;
    margin-top: 0;
    margin-bottom: 18px;
}

h2
{
    font-family: Gotham Pro, Helvetica, Pragmatica, Arial, sans-serif, Nimbus Sans L, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
    font-size: 24px;
    font-weight: 500;
    font-style: normal;
    line-height: 1.3; 

    margin-top: 0;
    margin-top: 30px;
    margin-bottom: 18px;
}

h3
{
    font-family: Gotham Pro, Helvetica, Pragmatica, Arial, sans-serif, Nimbus Sans L, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
    font-size: 18px;
    font-weight: 500;
    font-style: normal;
    line-height: 1.3; 

    margin-top: 0;
    margin-top: 30px;
    margin-bottom: 16px;
}

h4
{
    font-family: Gotham Pro, Helvetica, Pragmatica, Arial, sans-serif, Nimbus Sans L, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
    font-size: 14px;
    font-weight: 500;
    font-style: normal;
    line-height: 1.4; 

    margin-top: 0;
    margin-top: 20px;
    margin-bottom: 14px;
}

h5
{
    font-family: Gotham Pro, Helvetica, Pragmatica, Arial, sans-serif, Nimbus Sans L, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
    font-size: 14px;
    font-weight: 500;
    font-style: normal;
    line-height: 1.4; 

    margin-top: 0;
    margin-top: 10px;
    margin-bottom: 12px;
}

h6
{
    font-family: Gotham Pro, Helvetica, Pragmatica, Arial, sans-serif, Nimbus Sans L, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
    font-size: 14px;
    font-weight: 500;
    font-style: normal;
    line-height: 1.4; 

    margin-top: 0;
    margin-top: 10px;
    margin-bottom: 10px;
}

h4
{
    text-transform: uppercase;
}

@media (min-width: 768px)
{
    h1
    {
        font-size: 32px; 

        margin-top: 0;
        margin-bottom: 24px;
    }
    h2
    {
        font-size: 30px; 

        margin-top: 40px;
        margin-bottom: 24px;
    }
    h3
    {
        font-size: 18px; 

        margin-top: 40px;
        margin-bottom: 20px;
    }
    h4
    {
        font-size: 14px; 

        margin-top: 30px;
        margin-bottom: 16px;
    }
    h5
    {
        font-size: 15px; 

        margin-top: 20px;
        margin-bottom: 14px;
    }
    h6
    {
        font-size: 14px; 

        margin-top: 20px;
        margin-bottom: 12px;
    }
}

@media (min-width: 1220px)
{
    h1
    {
        font-size: 36px; 

        margin-top: 0;
        margin-bottom: 30px;
    }
    h2
    {
        font-size: 36px; 

        margin-top: 50px;
        margin-bottom: 30px;
    }
    h3
    {
        font-size: 18px; 

        margin-top: 50px;
        margin-bottom: 24px;
    }
    h4
    {
        font-size: 14px; 

        margin-top: 40px;
        margin-bottom: 18px;
    }
    h5
    {
        font-size: 16px; 

        margin-top: 30px;
        margin-bottom: 16px;
    }
    h6
    {
        font-size: 14px; 

        margin-top: 30px;
        margin-bottom: 12px;
    }
}

i,
em
{
    font-style: italic;
}

img
{
    display: inline-block;

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

input
{
    font: inherit;

    display: inline-block;

    width: 100%;

    -webkit-transition: .3s cubic-bezier(.25, .1, .25, 1);
         -o-transition: .3s cubic-bezier(.25, .1, .25, 1);
            transition: .3s cubic-bezier(.25, .1, .25, 1);
    text-transform: inherit;

    color: inherit;
    outline: none; 

    caret-color: #474955;
}

p
{
    margin: 0;
    margin-bottom: 20px;
}

@media (min-width: 768px)
{
    p
    {
        margin-bottom: 22px;
    }
}

@media (min-width: 1220px)
{
    p
    {
        margin-bottom: 24px;
    }
}

select
{
    font: inherit;

    display: inline-block;

    width: 100%;

    -webkit-transition: .3s cubic-bezier(.25, .1, .25, 1);
         -o-transition: .3s cubic-bezier(.25, .1, .25, 1);
            transition: .3s cubic-bezier(.25, .1, .25, 1); 
    text-transform: inherit;

    color: inherit;
}

table
{
    width: auto;
    margin-bottom: 20px;

    border-collapse: collapse;
}
table p:last-child
{
    margin-bottom: 0;
}

tr:nth-child(2n) td
{
    background-color: #f7f7f7;
}

th,
td
{
    font-size: 14px;
    line-height: 1.5;

    padding: 12px;

    text-align: center;
    vertical-align: middle;
    word-wrap: break-word;
    -webkit-hyphens: auto;
            hyphens: auto;

    border: 1px solid #ececee;

    overflow-wrap: break-word;
        -ms-hyphens: auto;
    hyphenate-limit-chars: 6 4 4;
    hyphenate-limit-lines: 2;
    hyphenate-limit-last: always;
    hyphenate-limit-zone: 8%;
}

th
{
    font-weight: 500;
}

td
{
    font-weight: 400;
}

textarea
{
    font: inherit;

    display: inline-block;
    overflow-y: auto; 

    width: 100%;

    resize: none;
    -webkit-transition: .3s cubic-bezier(.25, .1, .25, 1);
         -o-transition: .3s cubic-bezier(.25, .1, .25, 1);
            transition: .3s cubic-bezier(.25, .1, .25, 1);
    text-transform: inherit;

    color: inherit;
}

ul,
ol
{
    list-style-position: inside;
}

ol
{
    list-style-type: none;

    counter-reset: list;
}
ol li::before
{
    content: counter(list) ') '; 
    counter-increment: list;
}

ul li
{
    list-style-type: disc;
}

.article > *:first-child
{
    margin-top: 0 !important;
}

.article > *:last-child
{
    margin-bottom: 0 !important;
}

@-webkit-keyframes opacity
{
    from
    {
        opacity: 0;
    }
    to
    {
        opacity: 1;
    }
}

@keyframes opacity
{
    from
    {
        opacity: 0;
    }
    to
    {
        opacity: 1;
    }
}

.color-primary
{
    color: #70af4a;
}

.text-medium
{
    font-weight: 500;
}

.hidden
{
    position: absolute;

    overflow: hidden;
    clip: rect(0 0 0 0); 

    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;

    border: 0;
}

.no-underline
{
    text-decoration: none;
}

.clearfix::after
{
    display: table;
    clear: both; 

    content: '';
}

.js-tabs-content
{
    overflow: hidden; 

    max-height: 0;
}
.js-tabs-content.active
{
    max-height: 9999px;
}

.js-tabs-small-content
{
    overflow: hidden; 

    max-height: 0;
}
.js-tabs-small-content.active
{
    max-height: 9999px;
}

.js-show-3-items .js-show-item:nth-child(n+4)
{
    display: none;
}

.js-show-3-items.active .js-show-item:nth-child(n+4)
{
    display: block !important;
}

.js-show-2-items .js-show-item:nth-child(n+3)
{
    display: none;
}

.js-show-2-items.active .js-show-item:nth-child(n+3)
{
    display: block !important;
}

@media (min-width: 768px)
{
    .js-tabs-small-content
    {
        overflow: visible; 

        max-height: none;
    }
    .js-tabs-small-content.active
    {
        max-height: none;
    }
}

body
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
        flex-direction: column;

    min-height: 100vh; 

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
}

body > *
{
    width: 100%; 

    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.footer
{
    margin-top: auto;
}

.checkbox
{
    display: inline-block;
}
.checkbox--box
{
    overflow: hidden; 

    width: 18px;
    height: 18px;
}
.checkbox--box .checkbox__label
{
    width: 18px;
    height: 18px;
    padding-left: 18px;
}
.checkbox--disabled .checkbox__input:disabled
{
    pointer-events: none;
}
.checkbox--disabled .checkbox__label
{
    color: #545764;
}

.checkbox__input:disabled
{
    pointer-events: none;
}

.checkbox__label
{
    line-height: 1.5;

    position: relative;

    display: inline-block;

    padding-left: 25px;

    cursor: pointer; 
    text-align: left;
}
.checkbox__label::before,
.checkbox__label::after
{
    position: absolute;

    display: block;

    content: '';
    -webkit-transition: .3s cubic-bezier(.25, .1, .25, 1);
         -o-transition: .3s cubic-bezier(.25, .1, .25, 1);
            transition: .3s cubic-bezier(.25, .1, .25, 1);
}
.checkbox__label::before
{
    top: 0;
    left: 0;

    width: 18px;
    height: 18px;

    border: 1px solid #545764;
}
.checkbox__label::after
{
    top: 6px;
    left: 5px;

    width: 8px;
    height: 4px;

    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg); 

    opacity: 0;
    border-bottom: 1px solid #70af4a;
    border-left: 1px solid #70af4a;
}

.checkbox__input:checked ~ .checkbox__label::after
{
    opacity: 1;
    background-color: #f2f2f3;
}

.phone
{
    font-size: 14px;
    font-weight: 500;
    line-height: inherit;

    display: block;

    text-decoration: none; 

    color: #474955;
}

.phone__number
{
    font-size: 16px;
}

.overlay
{
    position: fixed;
    z-index: -1;
    top: 0;
    right: auto;
    bottom: auto;
    left: 0;

    width: 1px;
    height: 1px;
    margin: -1px;

    -webkit-transition-delay: .6s, .6s, .6s, 0s;
         -o-transition-delay: .6s, .6s, .6s, 0s;
            transition-delay: .6s, .6s, .6s, 0s;
    -webkit-transition-duration: 0s, 0s, 0s, .6s;
         -o-transition-duration: 0s, 0s, 0s, .6s;
            transition-duration: 0s, 0s, 0s, .6s; 
    -webkit-transition-property: width, height, margin, opacity;
         -o-transition-property: width, height, margin, opacity;
            transition-property: width, height, margin, opacity;

    opacity: 0;
    background-color: rgba(0, 0, 0, .5);
}
.overlay.active
{
    right: 0;
    bottom: 0;

    width: auto;
    height: auto;
    margin: 0;

    opacity: 1;
}

.pagination
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.pagination .control--prev
{
    margin-right: 30px;
}
.pagination .control--next
{
    margin-left: 30px;
}

.pagination__list
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden; 

    margin: 0;
    padding: 0;

    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.pagination__list > li
{
    list-style-type: none;
}

.pagination__item
{
    font-size: 16px;
    font-weight: 500;
    line-height: 1; 

    margin-right: 6px;
    margin-bottom: 0;

    color: #474955;
}
.pagination__item:last-child
{
    margin-right: 0;
}
.pagination__item.active .pagination__link
{
    color: #70af4a;
    background-color: #f2f2f3;
}

.pagination__link
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    min-width: 32px;
    height: 32px;
    padding-top: 8px;
    padding-right: 8px;
    padding-bottom: 9px;
    padding-left: 8px;

    text-decoration: none; 

    border-radius: 16px;

    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.pagination__link:hover,
.pagination__link:focus
{
    color: #70af4a;
}

@media (min-width: 768px)
{
    .pagination .control--prev
    {
        margin-right: 60px;
    }
    .pagination .control--next
    {
        margin-left: 60px;
    }
    .pagination__item
    {
        margin-right: 15px;
    }
}

.breadcrumbs__list
{
    font-size: 0; 

    margin: 0;
    padding: 0;
}
.breadcrumbs__list > li
{
    list-style-type: none;
}
.breadcrumbs__list > li::before
{
    display: none;
}

.breadcrumbs__item
{
    font-size: 13px; 

    display: inline-block;

    margin: 0;
    margin-right: 6px;
    margin-bottom: 0;
}
.breadcrumbs__item:last-child
{
    margin-right: 0;
}
.breadcrumbs__item:last-child .breadcrumbs__link
{
    pointer-events: none;

    opacity: .6;
}
.breadcrumbs__item:last-child .breadcrumbs__link::after
{
    display: none;
}

.breadcrumbs__link
{
    display: inline;

    text-decoration: none;
}
.breadcrumbs__link::after
{
    content: ' \2022';
}
.breadcrumbs__link:hover,
.breadcrumbs__link:focus
{
    text-decoration: underline;
}

.btn-nav
{
    width: 40px;
    height: 40px;
    padding: 8px;

    border-radius: 50%;
}
.btn-nav.active
{
    background-color: #f2f2f3;
}
.btn-nav.active .btn-nav__lines::before
{
    -webkit-animation-name: nav-before-open;
            animation-name: nav-before-open;
}
.btn-nav.active .btn-nav__lines::after
{
    -webkit-animation-name: nav-after-open;
            animation-name: nav-after-open;
}
.btn-nav:hover,
.btn-nav:focus
{
    background-color: #f2f2f3;
}

.btn-nav__icon
{
    display: block;

    width: 100%;
    height: 100%;
}

.btn-nav__lines
{
    position: relative;
    top: calc(50% - 1px);

    display: block;

    height: 2px;

    background-color: #545764;
}
.btn-nav__lines::before,
.btn-nav__lines::after
{
    position: absolute;
    left: 0;

    display: block;

    width: 100%;
    height: 2px;

    content: '';
    -webkit-transform-origin: center;
        -ms-transform-origin: center;
            transform-origin: center;
    -webkit-animation-duration: .4s;
            animation-duration: .4s;
    -webkit-animation-timing-function: cubic-bezier(.25, .1, .25, 1);
            animation-timing-function: cubic-bezier(.25, .1, .25, 1);

    background-color: #545764;

    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
}
.btn-nav__lines::before
{
    top: -6px;

    -webkit-animation-name: nav-before-close;
            animation-name: nav-before-close;
}
.btn-nav__lines::after
{
    bottom: -6px;

    -webkit-animation-name: nav-after-close;
            animation-name: nav-after-close;
}

@-webkit-keyframes nav-before-close
{
    0%
    {
        -webkit-transform: translateY(6px) rotate(45deg);
                transform: translateY(6px) rotate(45deg);
    }
    50%
    {
        -webkit-transform: translateY(3px) rotate(0);
                transform: translateY(3px) rotate(0);
    }
    100%
    {
        -webkit-transform: translateY(0);
                transform: translateY(0);
    }
}

@keyframes nav-before-close
{
    0%
    {
        -webkit-transform: translateY(6px) rotate(45deg);
                transform: translateY(6px) rotate(45deg);
    }
    50%
    {
        -webkit-transform: translateY(3px) rotate(0);
                transform: translateY(3px) rotate(0);
    }
    100%
    {
        -webkit-transform: translateY(0);
                transform: translateY(0);
    }
}

@-webkit-keyframes nav-after-close
{
    0%
    {
        -webkit-transform: translateY(-6px) rotate(-45deg);
                transform: translateY(-6px) rotate(-45deg);
    }
    50%
    {
        -webkit-transform: translateY(-3px) rotate(0);
                transform: translateY(-3px) rotate(0);
    }
    100%
    {
        -webkit-transform: translateY(0);
                transform: translateY(0);
    }
}

@keyframes nav-after-close
{
    0%
    {
        -webkit-transform: translateY(-6px) rotate(-45deg);
                transform: translateY(-6px) rotate(-45deg);
    }
    50%
    {
        -webkit-transform: translateY(-3px) rotate(0);
                transform: translateY(-3px) rotate(0);
    }
    100%
    {
        -webkit-transform: translateY(0);
                transform: translateY(0);
    }
}

@-webkit-keyframes nav-before-open
{
    0%
    {
        -webkit-transform: translateY(0);
                transform: translateY(0);
    }
    50%
    {
        -webkit-transform: translateY(3px);
                transform: translateY(3px);
    }
    100%
    {
        -webkit-transform: translateY(6px) rotate(45deg);
                transform: translateY(6px) rotate(45deg);
    }
}

@keyframes nav-before-open
{
    0%
    {
        -webkit-transform: translateY(0);
                transform: translateY(0);
    }
    50%
    {
        -webkit-transform: translateY(3px);
                transform: translateY(3px);
    }
    100%
    {
        -webkit-transform: translateY(6px) rotate(45deg);
                transform: translateY(6px) rotate(45deg);
    }
}

@-webkit-keyframes nav-after-open
{
    0%
    {
        -webkit-transform: translateY(0);
                transform: translateY(0);
    }
    50%
    {
        -webkit-transform: translateY(-3px);
                transform: translateY(-3px);
    }
    100%
    {
        -webkit-transform: translateY(-6px) rotate(-45deg);
                transform: translateY(-6px) rotate(-45deg);
    }
}

@keyframes nav-after-open
{
    0%
    {
        -webkit-transform: translateY(0);
                transform: translateY(0);
    }
    50%
    {
        -webkit-transform: translateY(-3px);
                transform: translateY(-3px);
    }
    100%
    {
        -webkit-transform: translateY(-6px) rotate(-45deg);
                transform: translateY(-6px) rotate(-45deg);
    }
}

.button-down
{
    position: relative;
    z-index: 1;

    display: block;

    width: 44px;
    height: 44px;

    -webkit-animation-name: button_down;
            animation-name: button_down;
    -webkit-animation-duration: 1s;
            animation-duration: 1s;
    -webkit-animation-timing-function: cubic-bezier(.25, .1, .25, 1);
            animation-timing-function: cubic-bezier(.25, .1, .25, 1);
    -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite; 
    text-decoration: none;

    border-radius: 50%;
}
.button-down::after
{
    position: absolute;
    top: 13px;
    left: 16px;

    display: block;

    width: 14px;
    height: 14px;

    content: '';
    -webkit-transform: rotate(135deg);
        -ms-transform: rotate(135deg);
            transform: rotate(135deg);
    -webkit-transform-origin: center;
        -ms-transform-origin: center;
            transform-origin: center;

    border-top: 3px solid;
    border-top-color: #fff;
    border-right: 3px solid;
    border-right-color: #fff;
}

@-webkit-keyframes button_down
{
    0%
    {
        -webkit-transform: translate(-50%, -10px);
                transform: translate(-50%, -10px); 

        opacity: 0;
    }
    30%
    {
        opacity: .5;
    }
    100%
    {
        -webkit-transform: translate(-50%, 0);
                transform: translate(-50%, 0); 

        opacity: 1;
    }
}

@keyframes button_down
{
    0%
    {
        -webkit-transform: translate(-50%, -10px);
                transform: translate(-50%, -10px); 

        opacity: 0;
    }
    30%
    {
        opacity: .5;
    }
    100%
    {
        -webkit-transform: translate(-50%, 0);
                transform: translate(-50%, 0); 

        opacity: 1;
    }
}

.button
{
    display: block;

    cursor: pointer; 
    text-decoration: none;
}
.button--large,
.button--small,
.button--color-primary
{
    text-align: center;
}
.button--large
{
    font-size: 16px;
    font-weight: 500;
    line-height: 20px; 

    padding: 15px 32px;

    border-radius: 28px;
}
.button--small
{
    font-size: 16px;
    font-weight: 500;
    line-height: 20px; 

    padding: 10px 30px;

    border-radius: 23px;
}
.button--bg-primary,
.button--bg-disabled
{
    color: #fff;
}
.button:disabled,
.button--bg-disabled,
.button--border-disabled
{
    cursor: default; 
    pointer-events: none;
}
.button--bg-disabled
{
    border: 2px solid #e4e4e6;
    background-color: #e4e4e6;
}
.button--bg-primary
{
    border: 2px solid #70af4a;
    background-color: #70af4a;
}
.button--bg-primary:hover,
.button--bg-primary:focus
{
    border-color: #5e923e;
    background-color: #5e923e;
}
.button--border-disabled
{
    color: #e4e4e6; 
    border: 2px solid #e4e4e6;
}
.button--border-primary
{
    color: #70af4a; 
    border: 2px solid #70af4a;
}
.button--border-primary:hover,
.button--border-primary:focus
{
    color: #fff; 
    background-color: #70af4a;
}
.button--submit
{
    display: block;
}
.button--color-primary
{
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;

    text-transform: uppercase; 

    color: #70af4a;
}
.button--color-primary .button__icon
{
    fill: #70af4a;
}
.button--color-primary:hover,
.button--color-primary:focus
{
    opacity: .6;
}
.button--with-icon-after,
.button--with-icon-before
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.button--with-icon-after .button__icon
{
    margin-left: 15px;
}
.button--with-icon-before .button__icon
{
    margin-right: 15px;
}

.button__icon
{
    display: block;

    width: 18px;
    height: 18px;
}

@media (min-width: 768px)
{
    .button--large
    {
        padding: 17px 36px;

        border-radius: 30px;
    }
}

@media (min-width: 1220px)
{
    .button--large
    {
        padding: 19px 40px;

        border-radius: 31px;
    }
}

.button-icon
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    width: 32px;
    height: 32px;

    text-decoration: none; 

    border-radius: 50%;

    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.button-icon:hover .button-icon__icon,
.button-icon:focus .button-icon__icon
{
    fill: rgba(255, 255, 255, .7);
}
.button-icon--bg-primary
{
    background-color: #70af4a;
}
.button-icon--bg-primary:hover,
.button-icon--bg-primary:focus
{
    background-color: #5e923e;
}
.button-icon--bg-gray
{
    background-color: #545764;
}
.button-icon--bg-gray:hover,
.button-icon--bg-gray:focus
{
    background-color: #41444e;
}

.button-icon__icon
{
    display: block;

    width: 16px;
    height: 16px;

    fill: #fff;
}

@media (min-width: 1220px)
{
    .button-icon
    {
        min-width: 46px; 
        min-height: 46px;
    }
}

.control
{
    position: relative;

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    border-radius: 50%; 

    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.control::after
{
    position: absolute;

    display: block;

    content: '';
    -webkit-transition: .3s cubic-bezier(.25, .1, .25, 1);
         -o-transition: .3s cubic-bezier(.25, .1, .25, 1);
            transition: .3s cubic-bezier(.25, .1, .25, 1); 
    -webkit-transform-origin: center;
        -ms-transform-origin: center;
            transform-origin: center;

    border-top: 2px solid;
    border-right: 2px solid;
}
.control--prev::after
{
    -webkit-transform: translate(25%) rotate(-135deg);
        -ms-transform: translate(25%) rotate(-135deg);
            transform: translate(25%) rotate(-135deg);
}
.control--next::after
{
    -webkit-transform: translate(-25%) rotate(45deg);
        -ms-transform: translate(-25%) rotate(45deg);
            transform: translate(-25%) rotate(45deg);
}
.control--top::after
{
    -webkit-transform: translateY(-25%) rotate(-45deg);
        -ms-transform: translateY(-25%) rotate(-45deg);
            transform: translateY(-25%) rotate(-45deg);
}
.control--down::after
{
    -webkit-transform: translateY(25%) rotate(135deg);
        -ms-transform: translateY(25%) rotate(135deg);
            transform: translateY(25%) rotate(135deg);
}
.control--medium
{
    width: 28px;
    height: 28px;
}
.control--medium::after
{
    width: 9px;
    height: 9px;
}
.control--large
{
    width: 32px;
    height: 32px;
}
.control--large::after
{
    width: 10px;
    height: 10px;
}
.control--bg-gray
{
    background-color: #e3e7e6;
}
.control--bg-gray::after
{
    border-top-color: #fff;
    border-right-color: #fff;
}
.control--bg-gray:hover::after,
.control--bg-gray:focus::after
{
    border-top-color: #474955;
    border-right-color: #474955;
}
.control--bg-gray:disabled,
.control--bg-gray.disabled
{
    pointer-events: none;

    opacity: .6;
}
.control--bg-gray:disabled::after,
.control--bg-gray.disabled::after
{
    border-top-color: #fff;
    border-right-color: #fff;
}
.control--bg-transparent::after
{
    border-top-color: #474955;
    border-right-color: #474955;
}
.control--bg-transparent:hover,
.control--bg-transparent:focus
{
    opacity: .6;
}
.control--bg-transparent:disabled,
.control--bg-transparent.disabled
{
    opacity: .2;
}

.button-close
{
    position: relative;

    display: block;

    width: 50px;
    height: 42px;
    padding: 16px;
}
.button-close::after
{
    position: absolute;
    top: 50%;
    left: 50%;

    width: 36px;
    height: 36px;

    content: '';
    -webkit-transition: .3s cubic-bezier(.25, .1, .25, 1);
         -o-transition: .3s cubic-bezier(.25, .1, .25, 1);
            transition: .3s cubic-bezier(.25, .1, .25, 1); 
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);

    opacity: 0;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, .1);
}
.button-close:hover::after,
.button-close:focus::after
{
    opacity: 1;
}

.button-close__icon
{
    position: relative;

    display: block;

    width: 100%;
    height: 100%;
}
.button-close__icon::before,
.button-close__icon::after
{
    position: absolute;
    top: calc(50% - 1px);
    left: 0;

    display: block;

    width: 100%;
    height: 2px;

    content: '';

    border-radius: 1px;
    background-color: #70af4a;
}
.button-close__icon::before
{
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
}
.button-close__icon::after
{
    -webkit-transform: rotate(135deg);
        -ms-transform: rotate(135deg);
            transform: rotate(135deg);
}

.checkbox-confirm
{
    display: inline-block;

    cursor: pointer;
}

.checkbox-confirm__input:disabled
{
    pointer-events: none;
}

.checkbox-confirm__label
{
    font-size: 12px;
    line-height: 18px; 

    position: relative;

    display: block;

    padding: 0;
    padding-left: 24px;

    text-align: left;

    color: inherit;
}
.checkbox-confirm__label::before,
.checkbox-confirm__label::after
{
    position: absolute;

    display: block;

    content: '';
    -webkit-transition: .3s cubic-bezier(.25, .1, .25, 1);
         -o-transition: .3s cubic-bezier(.25, .1, .25, 1);
            transition: .3s cubic-bezier(.25, .1, .25, 1);
}
.checkbox-confirm__label::before
{
    top: 0;
    left: 0;

    width: 18px;
    height: 18px;

    border: 1px solid currentColor;
    border-radius: 50%;
}
.checkbox-confirm__label::after
{
    top: 5px;
    left: 5px;

    width: 8px;
    height: 5px;

    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg); 

    opacity: 0;
    border-bottom: 1px solid currentColor;
    border-left: 1px solid currentColor;
}

.checkbox-confirm__input:checked ~ .checkbox-confirm__label::after
{
    opacity: 1;
}

.logo
{
    display: block;

    text-decoration: none;
}
.logo--small
{
    width: 36px;
    height: 36px;
}
.logo--small .logo__image
{
    width: 36px;
    height: 36px;
}

.logo,
.logo__image
{
    display: block;

    width: 170px;
    height: 44px;
}

@media (min-width: 580px)
{
    .logo,
    .logo__image
    {
        width: 195px;
        height: 51px;
    }
}

@media (min-width: 1220px)
{
    .logo--secondary
    {
        width: 217px;
        height: 56px;
    }
    .logo--secondary .logo__image
    {
        width: 217px;
        height: 56px;
    }
}

.main-nav-lvl-2
{
    margin: 0;
    padding: 0;

    -webkit-transition: .3s cubic-bezier(.25, .1, .25, 1);
         -o-transition: .3s cubic-bezier(.25, .1, .25, 1);
            transition: .3s cubic-bezier(.25, .1, .25, 1); 

    border-left: 2px solid #70af4a;
}
.main-nav-lvl-2 > li
{
    list-style-type: none;
}

.main-nav-lvl-2__item
{
    font-size: 13px;
    font-weight: 400;
    line-height: 1.2;

    margin-bottom: 0;

    text-transform: uppercase; 

    color: #474955;
}
.main-nav-lvl-2__item:last-child
{
    margin-bottom: 0;
}

.main-nav-lvl-2__link
{
    display: block;

    width: 100%;
    padding: 5px 15px;

    text-decoration: none; 

    color: inherit;
}
.main-nav-lvl-2__link:hover,
.main-nav-lvl-2__link:focus
{
    text-decoration: underline; 

    opacity: .6;
}

@media (min-width: 1220px)
{
    .main-nav-lvl-2
    {
        width: 270px;

        border-left: none;
        border-radius: 0 0 8px 8px; 
        background-color: #70af4a;
    }
    .main-nav-lvl-2__item
    {
        color: #fff; 
        border-top: 1px solid rgba(255, 255, 255, .5);
    }
    .main-nav-lvl-2__item:first-child
    {
        padding-top: 10px;

        border-top: none;
    }
    .main-nav-lvl-2__link
    {
        padding: 15px;
    }
}

.main-nav
{
    width: 100%;
    margin: 0;
    padding: 0;
}
.main-nav > li
{
    list-style-type: none;
}

.main-nav__item
{
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;

    width: 100%;
    margin: 0;
    margin-bottom: 0;
    padding: 0; 

    text-transform: uppercase;

    color: #474955;
}
.main-nav__item > li
{
    list-style-type: none;
}
.main-nav__item:last-child
{
    margin-bottom: 0;
}
.main-nav__item:hover,
.main-nav__item:focus
{
    color: #70af4a;
}
.main-nav__item.active
{
    color: #70af4a;
}
.main-nav__item.active .main-nav__link
{
    pointer-events: none;
}
.main-nav__item--lvl-2
{
    position: relative;
}
.main-nav__item--lvl-2::after
{
    position: absolute;
    z-index: 1;
    top: 25px;
    right: 20px;

    margin-left: -4px;

    content: '';
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    -webkit-transform-origin: center;
        -ms-transform-origin: center;
            transform-origin: center; 

    opacity: 1;
    border: 8px solid transparent;
    border-top: 6px solid #c7c8cc;
}
.main-nav__item--lvl-2.active::after
{
    -webkit-transform: translateY(-16px) rotate(180deg);
        -ms-transform: translateY(-16px) rotate(180deg);
            transform: translateY(-16px) rotate(180deg);
}
.main-nav__item--lvl-2.active .main-nav__link
{
    pointer-events: auto;
}
.main-nav__item--lvl-2.active .main-nav__lvl-2
{
    display: block;
}

.main-nav__link
{
    display: block;

    width: 100%;
    padding: 10px 20px;
    padding-left: 30px;

    text-align: left; 
    text-decoration: none;

    color: inherit;
}

.main-nav__lvl-2
{
    display: none;
    overflow: hidden;

    margin-left: 30px;
}
@media (max-width: 1220px) {
	.main-nav__item--lvl-2 .main-nav__lvl-2 {
    	display: block;
	}
}

@media (min-width: 1220px)
{
    .main-nav
    {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;

        width: auto;
        margin: 0 -5px; 

        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .main-nav__item
    {
        width: auto;
        margin-bottom: 0;
    }
    .main-nav__item:hover,
    .main-nav__item:focus
    {
        color: #474955;
    }
    .main-nav__item:hover .main-nav__link::after,
    .main-nav__item:hover .main-nav__link::before,
    .main-nav__item:focus .main-nav__link::after,
    .main-nav__item:focus .main-nav__link::before
    {
        opacity: 1;
    }
    .main-nav__item.active
    {
        color: #474955;
    }
    .main-nav__item.active .main-nav__link::after,
    .main-nav__item.active .main-nav__link::before
    {
        opacity: 1;
        background-color: #70af4a;
    }
    .main-nav__item--lvl-2::after
    {
        z-index: 1;
        top: 100%;
        right: auto;
        left: 50%;

        display: block;

        margin-left: -4px;

        -webkit-transition: .3s cubic-bezier(.25, .1, .25, 1);
             -o-transition: .3s cubic-bezier(.25, .1, .25, 1);
                transition: .3s cubic-bezier(.25, .1, .25, 1); 
        -webkit-transform: translateY(-100%);
            -ms-transform: translateY(-100%);
                transform: translateY(-100%);

        opacity: 0;
        border: 8px solid transparent;
        border-top: 6px solid #fff;
    }
    .main-nav__item--lvl-2.active::after
    {
        -webkit-transform: translateY(-100%);
            -ms-transform: translateY(-100%);
                transform: translateY(-100%); 

        opacity: 0;
    }
    .main-nav__item--lvl-2.active .main-nav__lvl-2
    {
        display: none;
    }
    .main-nav__item--lvl-2.active .main-nav__link::after,
    .main-nav__item--lvl-2.active .main-nav__link::before
    {
        opacity: 1;
        background-color: #70af4a;
    }
    .main-nav__item--lvl-2:hover::after,
    .main-nav__item--lvl-2:focus::after
    {
        -webkit-transform: translateY(0);
            -ms-transform: translateY(0);
                transform: translateY(0); 

        opacity: 1;
    }
    .main-nav__item--lvl-2:hover .main-nav__link::before,
    .main-nav__item--lvl-2:focus .main-nav__link::before
    {
        background-color: #70af4a;
    }
    .main-nav__item--lvl-2:hover .main-nav__link::after,
    .main-nav__item--lvl-2:focus .main-nav__link::after
    {
        display: none;
    }
    .main-nav__item--lvl-2:hover .main-nav__lvl-2,
    .main-nav__item--lvl-2:focus .main-nav__lvl-2
    {
        display: block;
    }
    .main-nav__link
    {
        position: relative;

        width: auto;
        padding: 23px 5px;
    }
    .main-nav__link::after,
    .main-nav__link::before
    {
        position: absolute;
        right: 0;
        left: 0;

        height: 4px;

        content: '';
        -webkit-transition: .3s cubic-bezier(.25, .1, .25, 1);
             -o-transition: .3s cubic-bezier(.25, .1, .25, 1);
                transition: .3s cubic-bezier(.25, .1, .25, 1); 

        opacity: 0;
        background-color: #e4e4e6;
    }
    .main-nav__link::before
    {
        top: 0;
    }
    .main-nav__link::after
    {
        bottom: 0;
    }
    .main-nav__lvl-2
    {
        position: absolute;
        top: 100%;
        left: 50%;

        margin-left: 0; 

        -webkit-transform: translate(-50%);
            -ms-transform: translate(-50%);
                transform: translate(-50%);
    }
    .main-nav__lvl-2:hover,
    .main-nav__lvl-2:focus
    {
        display: block;
    }
}

.social
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    margin: 0 -10px;
    padding: 0;

    list-style-type: none; 

    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.social--primary .social__link:hover .social__icon,
.social--primary .social__link:focus .social__icon
{
    opacity: .6;
}
.social--primary .social__icon
{
    fill: #70af4a;
}
.social--invert .social__link
{
    background-color: rgba(255, 255, 255, .1);
}
.social--invert .social__link:hover .social__icon,
.social--invert .social__link:focus .social__icon
{
    fill: #70af4a;
}
.social--invert .social__icon
{
    fill: #fff;
}

.social__item
{
    margin: 0 10px;
    margin-bottom: 10px;
}

.social__link
{
    display: block;

    width: 40px;
    height: 40px;
    padding: 8px;

    cursor: pointer;
    -webkit-transition: .3s;
         -o-transition: .3s;
            transition: .3s; 
    text-decoration: none;

    border-radius: 50%;
}

.social__icon
{
    display: block;

    width: 100%;
    height: 100%;
}

.search
{
    position: relative;

    height: 40px;
    padding: 4px 20px;
    padding-right: 40px;

    border-radius: 21px;
    background-color: #f2f2f3;
}

.search__field
{
    font-size: 16px;
    line-height: 32px;

    width: 100%;
    height: 32px;

    border: none;
    outline: none; 
    background-color: transparent;
}
.search__field::-webkit-input-placeholder
{
    font-size: 14px;

    color: #474955;
}
.search__field:-ms-input-placeholder
{
    font-size: 14px;

    color: #474955;
}
.search__field::-ms-input-placeholder
{
    font-size: 14px;

    color: #474955;
}
.search__field::placeholder
{
    font-size: 14px;

    color: #474955;
}

.search__button
{
    position: absolute;
    top: 4px;
    right: 4px;
}

@media (min-width: 1220px)
{
    .search
    {
        height: 54px;
        padding-right: 60px;
        padding-left: 30px;

        border-radius: 28px;
    }
    .search__field
    {
        line-height: 46px; 

        height: 46px;
    }
}

.lead
{
    padding: 15px;

    background-color: #f2f2f3;
}

.lead__text
{
    font-size: 14px;
    font-weight: 500;
    font-style: italic;
    line-height: 1.33;
}
.lead__text > *:first-child
{
    margin-top: 0 !important;
}
.lead__text > *:last-child
{
    margin-bottom: 0 !important;
}

.lead__image-wrap
{
    display: none;
}

@media (min-width: 768px)
{
    .lead
    {
        padding: 20px;
        padding-left: 40px;
    }
    .lead::after
    {
        display: table;
        clear: both; 

        content: '';
    }
    .lead__text
    {
        font-size: 16px;
    }
    .lead__image-wrap
    {
        display: block;
        float: right;

        width: 200px;
        height: 150px;
        margin-left: 60px;
    }
    .lead__image
    {
        font-family: 'object-fit: cover; object-position: center'; 

        display: block;

        width: 100%;
        height: 100%;

        -o-object-fit: cover;
           object-fit: cover;
        -o-object-position: center;
           object-position: center;
    }
}

@media (min-width: 1220px)
{
    .lead
    {
        position: relative;

        padding: 0;

        background-color: transparent;
    }
    .lead__text
    {
        font-size: 17px;

        width: 810px;
        padding: 40px 60px;
        padding-right: 150px;

        background-color: #f2f2f3;
    }
    .lead__image-wrap
    {
        position: absolute;
        z-index: 1;
        top: 50%;
        right: 0;

        display: block;

        width: 390px;
        height: 290px;
        margin-left: 0; 

        -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
                transform: translateY(-50%);
    }
}

.lead-w-text__wrap
{
    padding-right: 20px; 
    padding-left: 20px;
}
@media (min-width: 768px)
{
    .lead-w-text__wrap
    {
        padding-right: 30px; 
        padding-left: 30px;
    }
}
@media (min-width: 1220px)
{
    .lead-w-text__wrap
    {
        width: 1220px;
        margin-right: auto;
        margin-left: auto;
        padding-right: 40px; 
        padding-left: 40px;
    }
}

.lead-w-text__text
{
    font-size: 14px; 

    margin-bottom: 20px;
}
.lead-w-text__text > *:first-child
{
    margin-top: 0 !important;
}
.lead-w-text__text > *:last-child
{
    margin-bottom: 0 !important;
}

.lead-w-text__lead-text
{
    font-size: 16px;
    font-weight: 500;
    font-style: italic;
    line-height: 1.33; 

    padding: 15px;

    background-color: #f2f2f3;
}
.lead-w-text__lead-text > *:first-child
{
    margin-top: 0 !important;
}
.lead-w-text__lead-text > *:last-child
{
    margin-bottom: 0 !important;
}

.lead-w-text__image-wrap
{
    display: none;
}

@media (min-width: 768px)
{
    .lead-w-text__text
    {
        font-size: 15px; 

        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
            flex-direction: column;

        min-height: 130px;
        margin-bottom: -130px;
        padding-bottom: 30px;
        padding-left: 350px;

        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .lead-w-text__lead
    {
        position: relative; 

        padding-top: 130px;
    }
    .lead-w-text__image-wrap
    {
        position: absolute;
        top: 0;
        left: 0;

        display: block;

        width: 292px;
        height: 190px;
    }
    .lead-w-text__image
    {
        font-family: 'object-fit: cover; object-position: center'; 

        display: block;

        width: 100%;
        height: 100%;

        -o-object-fit: cover;
           object-fit: cover;
        -o-object-position: center;
           object-position: center;
    }
    .lead-w-text__lead-text
    {
        font-size: 17px; 

        padding: 30px 60px;
        padding-left: 350px;
    }
}

@media (min-width: 1220px)
{
    .lead-w-text__text
    {
        font-size: 16px; 

        min-height: 176px;
        margin-bottom: -176px;
        padding-bottom: 30px;
        padding-left: 470px;
    }
    .lead-w-text__lead
    {
        padding-top: 176px;
    }
    .lead-w-text__image-wrap
    {
        display: block;

        width: 392px;
        height: 254px;
    }
    .lead-w-text__lead-text
    {
        font-size: 18px; 

        padding: 50px 120px;
        padding-left: 470px;
    }
}

.field
{
    position: relative;

    display: block;
    overflow: hidden; 

    width: 100%;

    border-radius: 4px;
}
.field--with-icon
{
    position: relative;
}
.field--with-icon .field__input
{
    padding-left: 64px;
}
.field--border-transparent .field__input
{
    border-color: transparent;
}

.field__label
{
    font-size: 12px;
    line-height: 1;

    margin-bottom: 6px;

    text-align: left;

    color: #545764;
}

.field__input
{
    font-size: 16px;
    line-height: 20px;

    position: relative;

    display: block;

    width: 100%;
    height: 52px;
    min-height: 52px;
    padding: 16px 20px;

    -webkit-transition: .3s cubic-bezier(.25, .1, .25, 1);
         -o-transition: .3s cubic-bezier(.25, .1, .25, 1);
            transition: .3s cubic-bezier(.25, .1, .25, 1); 

    color: #474955;
    border: 1px solid #e4e4e6;
    border-radius: 4px;
    outline: none;
    background-color: #fff;
}
.field__input::-webkit-input-placeholder
{
    font-size: 14px;

    color: #474955;
}
.field__input:-ms-input-placeholder
{
    font-size: 14px;

    color: #474955;
}
.field__input::-ms-input-placeholder
{
    font-size: 14px;

    color: #474955;
}
.field__input::placeholder
{
    font-size: 14px;

    color: #474955;
}
.field__input:hover ~ .field__line,
.field__input:focus ~ .field__line,
.field__input.active ~ .field__line
{
    width: 100%;
}
.field__input--error:not(:focus)
{
    color: #d0021b; 
    border: 1px solid #d0021b;
}
.field__input--error:not(:focus) ~ .field__label
{
    color: #d0021b;
}

.field__icon-wrap
{
    position: absolute;
    top: 1px;
    bottom: 1px;
    left: 1px;

    width: 50px;

    border-right: 1px solid #e4e4e6;
}

.field__icon
{
    position: absolute;
    top: 17px;
    left: 17px;

    display: block;

    width: 16px;
    height: 16px;

    fill: #474955;
}

.field__line
{
    position: absolute;
    bottom: 0;
    left: 0;

    display: block;

    width: 0;
    height: 3px;

    -webkit-transition: .3s cubic-bezier(.25, .1, .25, 1);
         -o-transition: .3s cubic-bezier(.25, .1, .25, 1);
            transition: .3s cubic-bezier(.25, .1, .25, 1); 

    background: #70af4a;
}

.form__group
{
    margin-bottom: 30px;
}

.form__field
{
    margin-bottom: 20px;
}

.form__submit-wrap
{
    margin-bottom: 20px;

    text-align: center;
}

.form__submit
{
    font-size: 18px; 

    display: inline-block;

    width: 100%;
    max-width: 340px;

    cursor: pointer;
}

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

@media (min-width: 768px)
{
    .form__group
    {
        margin-bottom: 50px;
    }
    .form__field
    {
        margin-bottom: 30px;
    }
    .form__submit-wrap
    {
        margin-bottom: 27px;
    }
    .form__submit
    {
        width: auto;
        min-width: 260px; 
        max-width: none;
    }
}

.date
{
    font-size: 14px;
    font-weight: 400; 
    line-height: 18px;

    color: #474955;
}

.process-item
{
    position: relative;

    max-width: 250px;
    margin: 0 auto;
    padding-bottom: 24px;
}
.process-item::after
{
    position: absolute;
    top: 100%;
    left: 50%;

    display: block;

    width: 14px;
    height: 14px;

    content: '';
    -webkit-transform: translate(-50%, -17px) rotate(135deg);
        -ms-transform: translate(-50%, -17px) rotate(135deg);
            transform: translate(-50%, -17px) rotate(135deg);
    -webkit-transform-origin: center;
        -ms-transform-origin: center;
            transform-origin: center; 

    border-top: 3px solid;
    border-top-color: #fff;
    border-right: 3px solid;
    border-right-color: #fff;
}

.process-item__circle
{
    margin: 0 auto;
    margin-bottom: 20px;
}

.process-item__text
{
    font-weight: 400; 
    line-height: 1.5;

    display: block;

    text-align: center;
}

@media (min-width: 580px)
{
    .process-item
    {
        position: relative;

        padding-right: 20px; 
        padding-bottom: 0;
    }
    .process-item::after
    {
        top: 57px;
        left: 100%;

        width: 14px;
        height: 14px;

        -webkit-transform: translate(-20px, -50%) rotate(45deg);
            -ms-transform: translate(-20px, -50%) rotate(45deg);
                transform: translate(-20px, -50%) rotate(45deg);
    }
}

@media (min-width: 880px)
{
    .process-item--documents .process-item__text
    {
        margin: 0 -15px;
    }
}

.process
{
    padding-top: 20px;
    padding-bottom: 5px;

    color: #fff; 
    background-color: #545764;
}

.process__wrap
{
    padding-right: 20px; 
    padding-left: 20px;
}
@media (min-width: 768px)
{
    .process__wrap
    {
        padding-right: 30px; 
        padding-left: 30px;
    }
}
@media (min-width: 1220px)
{
    .process__wrap
    {
        width: 1220px;
        margin-right: auto;
        margin-left: auto;
        padding-right: 40px; 
        padding-left: 40px;
    }
}

.process__list
{
    margin: 0;
    padding: 0;
    padding: 0;
}
.process__list > li
{
    list-style-type: none;
}
.process__list > li::before
{
    display: none;
}

.process__item
{
    margin-bottom: 20px;
}
.process__item:last-child .process-item
{
    padding-bottom: 0;
}
.process__item:last-child .process-item::after
{
    display: none;
}

@media (min-width: 580px)
{
    .process
    {
        padding-top: 30px;
        padding-bottom: 10px;
    }
    .process__list
    {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;

        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .process__item
    {
        width: 50%;
    }
    .process__item:last-child .process-item
    {
        padding-right: 0;
    }
}

@media (min-width: 768px)
{
    .process__item
    {
        width: 33.33%;
    }
}

@media (min-width: 880px)
{
    .process__item
    {
        width: 20%;
    }
}

@media (min-width: 1220px)
{
    .process
    {
        padding: 40px;
        padding-bottom: 15px;
    }
}

.process-circle
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    width: 114px;
    height: 114px;
    padding: 6px;

    border: 2px solid #70af4a;
    border-radius: 50%;
    background-color: #70af4a;
    background-clip: content-box; 

    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.process-circle--to-right-shift .process-circle__icon
{
    -webkit-transform: translateX(5px);
        -ms-transform: translateX(5px);
            transform: translateX(5px);
}

.process-circle__icon
{
    display: block;

    width: 48px;
    height: 48px;

    fill: #fff;
}

@media (min-width: 768px)
{
    .process-circle
    {
        width: 124px;
        height: 124px; 
        padding: 7px;
    }
    .process-circle__icon
    {
        width: 52px;
        height: 52px;
    }
}

@media (min-width: 1220px)
{
    .process-circle
    {
        width: 134px;
        height: 134px; 
        padding: 8px;
    }
    .process-circle__icon
    {
        width: 56px;
        height: 56px;
    }
}

.statistic
{
    padding-top: 40px;
    padding-bottom: 15px;

    background-color: #e4e4e6;
}

.statistic__wrap
{
    position: relative;

    padding-right: 20px; 
    padding-left: 20px;
}
@media (min-width: 768px)
{
    .statistic__wrap
    {
        padding-right: 30px; 
        padding-left: 30px;
    }
}
@media (min-width: 1220px)
{
    .statistic__wrap
    {
        width: 1220px;
        margin-right: auto;
        margin-left: auto;
        padding-right: 40px; 
        padding-left: 40px;
    }
}

.statistic__inner
{
    position: relative;

    padding-top: 230px;
}
.statistic__inner::before
{
    position: absolute;
    top: -70px;
    left: 50%;

    width: 300px;
    height: 275px;

    content: '';
    -webkit-transform: translate(-46%);
        -ms-transform: translate(-46%);
            transform: translate(-46%);

    background-image: url('../assets/images/canned-food.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.statistic__list
{
    margin: 0;
    padding: 0;
}
.statistic__list > li
{
    list-style-type: none;
}

.statistic__item
{
    margin-bottom: 20px;
}
.statistic__item:last-child .statistic-item
{
    padding-bottom: 0;
}
.statistic__item:last-child .statistic-item::after
{
    display: none;
}

@media (min-width: 580px)
{
    .statistic__list
    {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;

        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .statistic__item
    {
        width: 50%;
    }
    .statistic__item:last-child .statistic-item
    {
        padding-right: 0;
    }
    .statistic__inner
    {
        padding-top: 240px;
    }
    .statistic__inner::before
    {
        width: 350px;
        height: 321px;
    }
}

@media (min-width: 768px)
{
    .statistic
    {
        padding-top: 50px;
        padding-bottom: 25px;
    }
    .statistic__inner
    {
        padding-top: 0;
        padding-left: 24vw;
    }
    .statistic__inner::before
    {
        top: -110px;
        left: 24vw;

        width: 475px;
        height: 436px;

        -webkit-transform: translate(-100%);
            -ms-transform: translate(-100%);
                transform: translate(-100%);
    }
}

@media (min-width: 1220px)
{
    .statistic
    {
        padding-top: 55px;
        padding-bottom: 40px;
    }
    .statistic__inner
    {
        padding-top: 0;
        padding-left: 360px;
    }
    .statistic__inner::before
    {
        top: -110px;
        left: -200px;

        width: 525px;
        height: 482px;

        -webkit-transform: none;
            -ms-transform: none;
                transform: none;
    }
}

.statistic-item
{
    position: relative; 

    max-width: 100%;
    margin: 0 auto;
}

.statistic-item__circle
{
    margin: 0 auto;
    margin-bottom: 15px;
}

.statistic-item__text
{
    font-size: 18px; 
    font-weight: 500;
    line-height: 1.5;

    display: block;

    text-align: center;
}

@media (min-width: 580px)
{
    .statistic-item__text
    {
        font-size: 18px;
    }
}

@media (min-width: 1220px)
{
    .statistic-item__text
    {
        font-size: 20px;
    }
    .statistic-item__circle
    {
        margin-bottom: 20px;
    }
}

.statistic-circle
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
        flex-direction: column;

    width: 152px;
    height: 152px;
    padding: 8px;

    border: 2px solid #70af4a;
    border-radius: 50%;
    background-color: #70af4a;
    background-clip: content-box; 

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.statistic-circle--to-right-shift .statistic-circle__icon
{
    -webkit-transform: translateX(5px);
        -ms-transform: translateX(5px);
            transform: translateX(5px);
}

.statistic-circle__text
{
    line-height: 1;

    display: block;

    text-align: center; 

    color: #fff;
}
.statistic-circle__text--small
{
    font-size: 20px;
}
.statistic-circle__text--large
{
    font-size: 50px; 
    font-weight: 700;
}

@media (min-width: 768px)
{
    .statistic-circle
    {
        width: 162px;
        height: 162px; 
        padding: 9px;
    }
    .statistic-circle__text--small
    {
        font-size: 20px;
    }
    .statistic-circle__text--large
    {
        font-size: 50px;
    }
}

@media (min-width: 1220px)
{
    .statistic-circle
    {
        width: 172px;
        height: 172px; 
        padding: 10px;
    }
    .statistic-circle__text--small
    {
        font-size: 24px;
    }
    .statistic-circle__text--large
    {
        font-size: 60px;
    }
}

.service
{
    padding-top: 30px;
    padding-bottom: 35px;
}

.service__wrap
{
    padding-right: 20px; 
    padding-left: 20px;
}
@media (min-width: 768px)
{
    .service__wrap
    {
        padding-right: 30px; 
        padding-left: 30px;
    }
}
@media (min-width: 1220px)
{
    .service__wrap
    {
        width: 1220px;
        margin-right: auto;
        margin-left: auto;
        padding-right: 40px; 
        padding-left: 40px;
    }
}

.service__list
{
    margin: 0;
    padding: 0;
    padding: 0;
}
.service__list > li
{
    list-style-type: none;
}

.service__item
{
    margin-bottom: 20px;
}

.service__heading
{
    font-size: 24px;
    font-weight: 500;

    margin: 0;
    margin-bottom: 20px;

    text-align: center;
}

@media (min-width: 580px)
{
    .service__list
    {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;

        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .service__item
    {
        width: 50%;
    }
}

@media (min-width: 768px)
{
    .service
    {
        padding-top: 45px;
        padding-bottom: 45px;
    }
    .service__item
    {
        width: 25%;
    }
    .service__heading
    {
        font-size: 30px; 

        margin-bottom: 25px;
    }
}

@media (min-width: 1220px)
{
    .service
    {
        padding: 55px;
        padding-bottom: 55px;
    }
    .service__heading
    {
        font-size: 36px; 

        margin-bottom: 45px;
    }
}

.service-item
{
    margin: 0 auto;
}

.service-item__circle
{
    margin: 0 auto;
    margin-bottom: 15px;
}

.service-item__text
{
    font-size: 14px;
    font-weight: 500;
    line-height: 1.5;

    display: block;

    text-align: center;
}

@media (min-width: 1220px)
{
    .service-item__circle
    {
        margin-bottom: 20px;
    }
}

.service-circle
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    width: 110px;
    height: 110px;
    padding: 6px;

    border: 2px solid #f2f2f3;
    border-radius: 50%;
    background-color: #f2f2f3;
    background-clip: content-box; 

    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.service-circle--to-right-shift .service-circle__icon
{
    -webkit-transform: translateX(5px);
        -ms-transform: translateX(5px);
            transform: translateX(5px);
}

.service-circle__icon
{
    display: block;

    width: 50px;
    height: 50px;

    fill: #70af4a;
}

@media (min-width: 768px)
{
    .service-circle
    {
        width: 114px;
        height: 114px; 
        padding: 7px;
    }
}

@media (min-width: 1220px)
{
    .service-circle
    {
        width: 118px;
        height: 118px; 
        padding: 8px;
    }
}

.features-item
{
    position: relative;

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden; 
        flex-direction: column;

    height: 100%;
    min-height: 140px;

    color: #fff;
    border-radius: 8px;
    background-color: #70af4a;

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
}
.features-item:hover,
.features-item:focus
{
    background-color: #474955;
}
.features-item--text-uppercase .features-item__text
{
    font-size: 16px;

    text-align: left;
    text-transform: uppercase;
}

.features-item__text
{
    font-size: 18px;
    font-weight: 700;
    line-height: 1.4;

    position: relative;
    z-index: 2;

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
        flex-direction: column;

    width: 100%;
    height: 100%;
    margin: 0 auto;
    padding: 20px;

    text-align: center; 

    color: #fff;

    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.features-item__svg-wrap
{
    position: absolute;
    top: 0;
    left: 0;

    display: block;

    width: 100%;
    padding-bottom: 100%;

    opacity: .2;
}

.features-item__svg
{
    position: absolute;
    top: 0;
    left: 0;

    display: block;

    width: 100%;
    height: 100%;
}

.features-item__image
{
    position: absolute;
    top: 0;
    left: 0;

    display: block;

    width: 100%;
    height: 100%;
}

@media (min-width: 580px)
{
    .features-item--personal .features-item__svg-wrap
    {
        -webkit-transform: translateY(-20%);
            -ms-transform: translateY(-20%);
                transform: translateY(-20%);
    }
}

@media (min-width: 768px)
{
    .features-item--text-uppercase .features-item__text
    {
        font-size: 17px;
    }
    .features-item__text
    {
        padding: 30px 50px;
    }
}

@media (min-width: 880px)
{
    .features-item
    {
        min-height: 180px;
    }
    .features-item--personal .features-item__svg-wrap
    {
        -webkit-transform: none;
            -ms-transform: none;
                transform: none;
    }
    .features-item__text
    {
        font-size: 20px;
    }
}

@media (min-width: 1220px)
{
    .features-item
    {
        min-height: 220px;
    }
    .features-item--text-uppercase .features-item__text
    {
        font-size: 18px;
    }
    .features-item__text
    {
        font-size: 24px; 

        padding: 40px 65px;
    }
}

.features
{
    padding-top: 35px;
    padding-bottom: 15px;

    background-color: #f2f2f3;
    background-image: url(../assets/images/bg-features.jpg);
    background-repeat: no-repeat;
    background-position: center; 
    background-size: cover;
}

.features__wrap
{
    padding-right: 20px; 
    padding-left: 20px;
}
@media (min-width: 768px)
{
    .features__wrap
    {
        padding-right: 30px; 
        padding-left: 30px;
    }
}
@media (min-width: 1220px)
{
    .features__wrap
    {
        width: 1220px;
        margin-right: auto;
        margin-left: auto;
        padding-right: 40px; 
        padding-left: 40px;
    }
}

.features__list
{
    margin: 0;
    padding: 0;
    padding: 0;
}
.features__list > li
{
    list-style-type: none;
}

.features__item
{
    margin-bottom: 20px;
}

@media (min-width: 580px)
{
    .features__list
    {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;

        margin: 0 -15px; 

        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    }
    .features__item
    {
        width: 50%;
        padding: 0 15px; 

        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
    }
    .features__item br
    {
        display: none;
    }
}

@media (min-width: 880px)
{
    .features
    {
        padding-top: 65px;
        padding-bottom: 35px;
    }
    .features__item
    {
        width: 33.33%;
        margin-bottom: 30px;
    }
}

@media (min-width: 1220px)
{
    .features
    {
        padding-top: 95px;
        padding-bottom: 65px;
    }
}

.catalog-nav__control
{
    display: block;

    margin: 0 auto;
    margin-top: 5px;
}

.catalog-nav__list
{
    margin: 0;
    padding: 0;

    border-radius: 8px;
    background-color: #fff;
}
.catalog-nav__list > li
{
    list-style-type: none;
}

.catalog-nav__item
{
    font-size: 13px;
    font-weight: 500;
    line-height: 1.3;

    position: relative;

    margin-bottom: -1px;

    text-transform: uppercase; 

    border-top: 1px solid #c7c8cc;
    border-bottom: 1px solid #c7c8cc;
}
.catalog-nav__item a {
    text-decoration: none;
}
.catalog-nav__item:first-child
{
    border-top-color: #fff;
}
.catalog-nav__item.active
{
    z-index: 1;

    border-top-color: #fff; 
    border-bottom-color: #fff;
}
.catalog-nav__item.active .catalog-nav__link
{
    color: #fff; 
    background-color: #70af4a;
}
.catalog-nav__item.active .catalog-nav__link::before
{
    border-color: #fff;
}

.catalog-nav__link
{
    position: relative;

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
        flex-direction: column;

    width: 100%;
    min-height: 62px;
    padding: 15px 5px;
    padding-left: 34px;

    text-align: left; 
    text-decoration: none;

    color: #474955;
    border-radius: 8px;

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.catalog-nav__link::before
{
    position: absolute;
    top: 50%;
    left: 10px;

    width: 12px;
    height: 12px;

    content: '';
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);

    border: 3px solid;
    border-color: #70af4a;
    border-radius: 50%;
}
.catalog-nav__link:hover,
.catalog-nav__link:focus
{
    color: #70af4a;
}

.catalog-nav__heading
{
    font-size: 28px;
    font-weight: 500;
    line-height: 1.3;

    margin: 0;
    margin-bottom: 10px;

    text-align: center;
}

.catalog-nav__button
{
    font-size: 14px;
    font-weight: 500;

    width: auto;
    margin: 0 auto;
    margin-top: 15px;
    padding: 4px;

    text-align: center;
    text-transform: uppercase; 

    color: #70af4a;
}

@media (min-width: 580px)
{
    .catalog-nav__list
    {
        display: block;
    }
    .catalog-nav__heading
    {
        font-size: 32px; 

        margin-bottom: 30px;
    }
}

@media (min-width: 880px)
{
    .catalog-nav__button
    {
        display: none;
    }
}

@media (min-width: 1220px)
{
    .catalog-nav__heading
    {
        font-size: 36px; 

        margin-bottom: 40px;
    }
}

.catalog-slider
{
    position: relative;
}
.catalog-slider .control
{
    position: absolute;
    z-index: 1;
    top: 50%;

    -webkit-transform: translate(0 .5%);
        -ms-transform: translate(0 .5%);
            transform: translate(0 .5%);
}
.catalog-slider .control--prev
{
    left: 0;
}
.catalog-slider .control--next
{
    right: 0;
}

.catalog-slider
{
    margin: 0;
    margin-top: -15px;
    padding: 0;
}

.catalog-slider__item
{
    height: 475px;
    padding: 15px;
}

@media (min-width: 920px)
{
    .catalog-slider
    {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;

        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    }
    .catalog-slider__item
    {
        width: 50%;
    }
}

@media (min-width: 1220px)
{
    .catalog-slider__item
    {
        width: 33.33%;
    }
}

.catalog-item
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
        flex-direction: column;

    height: 100%;
    padding: 10px;

    border-radius: 8px;
    -webkit-box-shadow: 0 0 15px 0 #ececee;
            box-shadow: 0 0 15px 0 #ececee; 

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
}

.catalog-item__inner
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
        flex-direction: column;

    width: 100%;
    height: 100%;

    border: 1px solid #ececee; 
    border-radius: 8px;

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
}

.catalog-item__image-wrap
{
    display: block;
    overflow: hidden;

    height: 256px;
    padding: 20px;

    text-decoration: none;

    outline: none;
}
.catalog-item__image-wrap:hover::after,
.catalog-item__image-wrap:focus::after
{
    opacity: 1;
}

.catalog-item__image
{
    font-family: 'object-fit: contain; object-position: center'; 

    display: block;

    width: 100%;
    height: 100%;

    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: center;
       object-position: center;
}

.catalog-item__content
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
        flex-direction: column;

    padding: 20px;
    padding-top: 0;
    padding-bottom: 25px; 

    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
}

.catalog-item__heading
{
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;

    margin: 0;
    margin-bottom: 15px;
    padding-top: 15px;

    text-transform: none; 

    color: #474955;
    border-top: 1px solid #ececee;
}

.catalog-item__link
{
    text-decoration: none;

    color: inherit;
    outline: none;
}
.catalog-item__link:hover,
.catalog-item__link:focus
{
    text-decoration: underline;
}

.catalog-item__button
{
    width: 150px;
    margin: 0 auto;
    margin-top: auto;
}

.catalog-main
{
    padding-top: 20px;
    padding-bottom: 20px;
}

.catalog-main__wrap
{
    padding-right: 20px; 
    padding-left: 20px;
}
@media (min-width: 768px)
{
    .catalog-main__wrap
    {
        padding-right: 30px; 
        padding-left: 30px;
    }
}
@media (min-width: 1220px)
{
    .catalog-main__wrap
    {
        width: 1220px;
        margin-right: auto;
        margin-left: auto;
        padding-right: 40px; 
        padding-left: 40px;
    }
}

.catalog-main__heading
{
    font-size: 28px;
    font-weight: 500;
    line-height: 1.3; 

    margin: 0;
    margin-bottom: 20px;

    text-align: center;
}

.catalog-main__nav
{
    margin-bottom: 20px;
}

@media (min-width: 880px)
{
    .catalog-main__row
    {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    .catalog-main__heading
    {
        width: 270px;
    }
    .catalog-main__nav
    {
        width: 270px;
        margin-right: 15px;
        margin-bottom: 0; 
        margin-left: 0;

        -ms-flex-negative: 0;
        flex-shrink: 0;
    }
    .catalog-main__main
    {
        width: calc(100% - 285px);
    }
}

@media (min-width: 768px)
{
    .catalog-main
    {
        padding-top: 30px;
        padding-bottom: 40px;
    }
    .catalog-main__heading
    {
        font-size: 32px; 

        margin-bottom: 30px;
    }
}

@media (min-width: 1220px)
{
    .catalog-main
    {
        padding-top: 40px;
        padding-bottom: 50px;
    }
}

.map__wrap
{
    padding-right: 20px; 
    padding-left: 20px;
}
@media (min-width: 768px)
{
    .map__wrap
    {
        padding-right: 30px; 
        padding-left: 30px;
    }
}
@media (min-width: 1220px)
{
    .map__wrap
    {
        width: 1220px;
        margin-right: auto;
        margin-left: auto;
        padding-right: 40px; 
        padding-left: 40px;
    }
}

.map__content
{
    margin-bottom: 40px;
}
.map__content > *:first-child
{
    margin-top: 0 !important;
}
.map__content > *:last-child
{
    margin-bottom: 0 !important;
}

.map__text
{
    font-size: 16px;
    font-weight: 500; 

    position: relative;

    margin-bottom: 20px;
    padding-left: 30px;
}

.map__icon
{
    position: absolute;
    top: 5px;
    left: 0;

    display: block;

    width: 18px;
    height: 18px;

    fill: #474955;
}

.map__link
{
    display: inline-block;

    text-decoration: none; 

    color: #474955;
}

.map__map
{
    height: 250px;
}

@media (min-width: 768px)
{
    .map
    {
        position: relative;

        display: block;
        overflow: hidden;
    }
    .map__content
    {
        position: relative;
        z-index: 2;

        width: 300px;
        min-height: 400px;
        margin-bottom: 0;
        padding: 70px 35px;

        background-color: #f8f8f8;
        -webkit-box-shadow: 0 0 27px 0 rgba(71, 73, 85, .15);
                box-shadow: 0 0 27px 0 rgba(71, 73, 85, .15);
    }
    .map__map
    {
        position: absolute;
        z-index: 1;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;

        display: block;

        height: 100%;

        background-color: #f2f2f3;
    }
}

@media (min-width: 1220px)
{
    .map__content
    {
        width: 360px;
        min-height: 470px;
        padding: 90px 45px;
    }
    .map__text
    {
        padding-left: 35px;
    }
}

.news-card
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden; 
        flex-direction: column;

    height: 100%;
    padding: 15px;
    padding-bottom: 25px;

    border: 1px solid #ececee;
    border-radius: 4px;

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
}

.news-card__image-wrap
{
    position: relative;

    display: block;

    height: 50vw;
    margin-bottom: 25px;

    text-decoration: none;
}

.news-card__image
{
    font-family: 'object-fit: contain; object-position: top center'; 

    display: block;

    width: 100%;
    max-width: none;
    height: 100%;

    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: top center;
       object-position: top center;
}

.news-card__content
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
        flex-direction: column; 

    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
}

.news-card__date
{
    margin-bottom: 20px;
}

.news-card__heading
{
    font-size: 18px;
    font-weight: 500;
    line-height: 1.3; 

    margin: 0;
    margin-bottom: 20px;
}

.news-card__heading-link
{
    text-decoration: underline;

    color: inherit;

    -webkit-text-decoration-color: #c7c8cc;
            text-decoration-color: #c7c8cc;
}

.news-card__text
{
    font-size: 14px;
    line-height: 20px;

    overflow: hidden; 

    height: 40px;
    margin: 0;
    margin-top: auto;
}

@media (min-width: 580px)
{
    .news-card__image-wrap
    {
        height: 25vw;
    }
}

@media (min-width: 768px)
{
    .news-card
    {
        padding: 20px;
        padding-bottom: 40px;
    }
}

@media (min-width: 880px)
{
    .news-card__image-wrap
    {
        height: 18vw;
    }
}

@media (min-width: 1220px)
{
    .news-card__image-wrap
    {
        height: 225px;
    }
}

.news-list
{
    margin: 0;
    padding: 0;
}
.news-list > li
{
    list-style-type: none;
}

.news-list__item
{
    margin-bottom: 20px;
}

@media (min-width: 580px)
{
    .news-list
    {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;

        margin-right: -20px;
        margin-bottom: -20px; 

        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    }
    .news-list__item
    {
        width: 50%;
        margin-bottom: 20px;
        padding-right: 20px;
    }
}

@media (min-width: 768px)
{
    .news-list
    {
        margin-right: -30px;
        margin-bottom: -30px;
    }
    .news-list__item
    {
        margin-bottom: 30px;
        padding-right: 30px;
    }
}

@media (min-width: 880px)
{
    .news-list__item
    {
        width: 33.33%;
    }
}

.modal
{
    position: fixed;
    z-index: 2000;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;

    display: none;
}
.modal.active
{
    display: block;
}
.modal--video .modal__dialog
{
    padding-bottom: 20px 10px; 

    background-color: #474955;
}
.modal--video .modal__content
{
    padding: 0 10px;
}

.modal__dialog
{
    position: relative;

    width: 100%;
    height: 100%;
    padding-top: 60px;
    padding-bottom: 40px;

    color: #fff; 
    background-color: #545764;
}

.modal__close
{
    position: absolute;
    top: 5px;
    right: 5px;
}

.modal__content
{
   /* overflow-y: auto;*/

    height: 100%;
    padding: 0 20px;
}

.modal__heading
{
    font-size: 24px;
    font-weight: 500;
    line-height: 1.3;

    margin: 0;
    margin-bottom: 20px;

    text-align: center; 
    text-transform: none;

    color: #fff;
}

.modal__text
{
    margin: 0;
    margin-bottom: 20px;
}

.modal__iframe
{
    display: block;

    max-width: 100%;
    max-height: 100%; 
    margin: 0 auto;

    border: none;
}

@media (orientation: portrait)
{
    .modal__iframe
    {
        width: 100%;
        height: 53.5vw;
    }
}

@media (orientation: landscape)
{
    .modal__iframe
    {
        width: 142vh;
        height: 100%;
    }
}

@media (min-width: 768px)
{
    .modal
    {
            flex-direction: column;

        padding: 80px 20px;

        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .modal.active
    {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    .modal--video
    {
        padding: 20px;
    }
    .modal--video .modal__dialog
    {
        width: 700px;
        height: 450px;
    }
    .modal--video .modal__content
    {
        padding: 0 20px;
    }
    .modal__dialog
    {
        width: 560px;
        height: auto;
        max-height: calc(100vh - 160px);
        padding-bottom: 70px; 

        -ms-flex-negative: 0;
        flex-shrink: 0;
    }
    .modal__content
    {
        padding: 0 116px;
    }
    .modal__heading
    {
        font-size: 36px; 

        margin-bottom: 40px;
    }
    .modal__text
    {
        margin-bottom: 30px;
    }
}

@media (min-width: 768px) and (orientation: portrait)
{
    .modal__iframe
    {
        width: 100%;
        height: 100%;
    }
}

@media (min-width: 768px) and (orientation: landscape)
{
    .modal__iframe
    {
        width: 100%;
        height: 100%;
    }
}

@media (min-width: 1220px)
{
    .modal--video .modal__dialog
    {
        width: 900px;
        height: 560px;
    }
}

.catalog-list
{
    margin: 0;
    margin-bottom: -30px; 
    padding: 0;
}
.catalog-list > li
{
    list-style-type: none;
}

.catalog-list__item
{
    margin-bottom: 30px;
}

@media (min-width: 580px)
{
    .catalog-list
    {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;

        margin-right: -30px; 

        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    }
    .catalog-list__item
    {
        width: 50%;
        padding-right: 30px;
    }
}

@media (min-width: 1220px)
{
    .catalog-list__item
    {
        width: 33.33%;
    }
}

.catalog
{
    padding-bottom: 40px;
}

.catalog__wrap
{
    padding-right: 20px; 
    padding-left: 20px;
}
@media (min-width: 768px)
{
    .catalog__wrap
    {
        padding-right: 30px; 
        padding-left: 30px;
    }
}
@media (min-width: 1220px)
{
    .catalog__wrap
    {
        width: 1220px;
        margin-right: auto;
        margin-left: auto;
        padding-right: 40px; 
        padding-left: 40px;
    }
}

.catalog__heading,
.catalog__subheading
{
    text-align: center;
}

.catalog__heading
{
    margin-bottom: 20px;
}

.catalog__subheading
{
    font-size: 20px;
    font-weight: 500;
    line-height: 1.3;

    max-width: 460px;
    margin: 0 auto;
    margin-bottom: 20px;

    text-transform: uppercase;
}

.catalog__aside
{
    margin-bottom: 20px;
}

@media (min-width: 580px)
{
    .catalog__heading,
    .catalog__subheading
    {
        text-align: left;
    }
    .catalog__subheading
    {
        margin-right: 0;
        margin-left: 0;
    }
}

@media (min-width: 768px)
{
    .catalog
    {
        padding-bottom: 50px;
    }
}

@media (min-width: 880px)
{
    .catalog__aside-main-wrap
    {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    .catalog__heading
    {
        margin-bottom: 25px;
    }
    .catalog__subheading
    {
        font-size: 22px; 

        margin-bottom: 30px;
    }
    .catalog__aside
    {
        width: 240px;
        margin-right: 30px;
        margin-bottom: 0; 
        margin-left: 0;
    }
    .catalog__main
    {
        width: calc(100% - 270px);
    }
}

@media (min-width: 1220px)
{
    .catalog
    {
        padding-bottom: 60px;
    }
    .catalog__heading
    {
        margin-bottom: 30px;
    }
    .catalog__subheading
    {
        font-size: 24px; 

        margin-bottom: 40px;
    }
    .catalog__aside
    {
        width: 270px;
    }
    .catalog__main
    {
        width: calc(100% - 300px);
    }
}

.writeus
{
    padding-top: 30px;
    padding-bottom: 30px;

    color: #fff; 
    background-color: #545764;
}

.writeus__wrap
{
    padding-right: 20px; 
    padding-left: 20px;
}
@media (min-width: 768px)
{
    .writeus__wrap
    {
        padding-right: 30px; 
        padding-left: 30px;
    }
}
@media (min-width: 1220px)
{
    .writeus__wrap
    {
        width: 1220px;
        margin-right: auto;
        margin-left: auto;
        padding-right: 40px; 
        padding-left: 40px;
    }
}

.writeus__heading
{
    font-size: 28px;
    font-weight: 500;

    margin: 0;
    margin-bottom: 20px;

    text-align: center;

    color: #fff;
}

.writeus__field
{
    margin-bottom: 15px;
}
.writeus__field:last-child
{
    margin-bottom: 0;
}

.writeus__field-group
{
    margin-bottom: 25px;
}

.writeus__row
{
    margin-bottom: 30px;
}

.writeus__confirm
{
    text-align: center;
}

@media (min-width: 768px)
{
    .writeus__field-group
    {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;

        width: 100%; 

        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    /* .writeus__field
    {
        width: calc(33.33% - 20px);
        margin-right: 30px;
        margin-bottom: 0;
    } */
    .writeus__field:last-child
    {
        margin-right: 0;
    }
    .writeus__heading
    {
        font-size: 32px; 

        margin-bottom: 25px;
    }
    .writeus__submit
    {
        width: 265px;
        margin-right: auto;
        margin-left: auto;
    }
}

@media (min-width: 1220px)
{
    .writeus__heading
    {
        font-size: 36px; 

        margin-bottom: 30px;
    }
    .writeus__row
    {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;

        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .writeus__field-group
    {
        width: calc(100% - 330px);
        margin-right: 30px; 
        margin-bottom: 0;
    }
}

.header
{
    border-bottom: 1px solid #f2f2f3;
    background-color: #fff;
}

.header__wrap
{
    padding-right: 20px; 
    padding-left: 20px;
}
@media (min-width: 768px)
{
    .header__wrap
    {
        padding-right: 30px; 
        padding-left: 30px;
    }
}
@media (min-width: 1220px)
{
    .header__wrap
    {
        width: 1220px;
        margin-right: auto;
        margin-left: auto;
        padding-right: 40px; 
        padding-left: 40px;
    }
}

.header__top
{
    position: absolute;
    z-index: 10;
    top: 0;
    left: 0;

    width: 100%;
    min-height: 52px;
    padding: 8px 0;

    color: #474955; 
    border-bottom: 1px solid #c7c8cc;
    background-color: #fff;
}
.header__top.active
{
    position: fixed;

    border-bottom: none;
    -webkit-box-shadow: 0 0 15px 0 rgba(109, 111, 123, .3);
            box-shadow: 0 0 15px 0 rgba(109, 111, 123, .3);
}
.header__top.active .header__logo-small
{
    display: block;
}
.header__top .header__wrap
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.header__top-column
{
    width: calc(50% - 33px); 

    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.header__logo-small
{
    display: none;

    width: 36px;
    height: 36px;
    margin: 0 15px; 

    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.header__logo-small.active
{
    display: block;
}

.header__list
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    margin: 0;
    padding: 0;
}
.header__list > li
{
    list-style-type: none;
}
.header__list--top
{
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
.header__list--middle
{
    display: none;
}

.header__item
{
    margin: 0;
    margin-right: 10px;
    margin-bottom: 0;
    padding: 0; 

    text-align: center;
}
.header__item > li
{
    list-style-type: none;
}
.header__item:last-child
{
    margin-right: 0;
}

.header__search-wrap
{
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;

    display: none;

    padding: 8px 60px;

    background-color: #fff;
}
.header__search-wrap .header__search
{
    width: 100%;
    max-width: 320px;
    margin: 0 auto;
}
.header__search-wrap.active
{
    display: block;
}

.header__search-close
{
    position: absolute;
    top: 8px;
    right: 5px;
}

.header__middle
{
    padding-top: 80px;
    padding-bottom: 20px;
}

.header__logo
{
    margin: 0 auto;
    margin-bottom: 15px;
}

.header__info
{
    font-size: 14px;
    font-weight: 500;
    line-height: 18px;

    text-align: center;
}

.header__address
{
    font-size: 14px;
    line-height: 18px;
}
.header__address--middle
{
    display: none;
}
.header__address--bottom
{
    margin-top: auto;
    margin-bottom: 20px; 
    padding: 0 30px;
    padding-top: 20px;

    border-top: 1px solid #c7c8cc;
}

.header__contacts
{
    line-height: 18px;
}
.header__contacts--middle
{
    display: none;
}
.header__contacts--bottom
{
    padding: 0 30px;
}

.header__email
{
    font-size: 14px;
    line-height: inherit;

    display: block;

    text-decoration: none; 

    color: #474955;
}

.header__bottom
{
    position: relative;
    z-index: 12;
}

.header__dialog
{
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow-y: auto;
        flex-direction: column;

    width: 100%;
    max-width: 320px;
    min-height: 100vh;
    padding: 40px 0;

    -webkit-transition: .3s cubic-bezier(.25, .1, .25, 1);
         -o-transition: .3s cubic-bezier(.25, .1, .25, 1);
            transition: .3s cubic-bezier(.25, .1, .25, 1); 
    -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
            transform: translateX(-100%);

    background-color: #fff;

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
}
.header__dialog.active
{
    -webkit-transform: translateX(0%);
        -ms-transform: translateX(0%);
            transform: translateX(0%);
}

.header__button-close
{
    position: absolute;
    top: 0;
    right: 0;
}

.header__main-nav
{
    margin-bottom: 20px;
}

.header__overlay
{
    z-index: 11;
}

@media (min-width: 580px)
{
    .header__middle-inner
    {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;

        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .header__logo
    {
        margin: 0;
        margin-right: 35px; 

        -ms-flex-negative: 0;
        flex-shrink: 0;
    }
    .header__info
    {
        text-align: left;
    }
}

@media (min-width: 768px)
{
    .header__address--middle
    {
        display: block;

        margin-left: auto;
    }
}

@media (min-width: 880px)
{
    .header__contacts--middle
    {
        display: block;

        margin-left: 30px;
    }
}

@media (min-width: 1220px)
{
    .header
    {
        position: absolute;
        z-index: 1000;
        top: 0;
        right: 0;
        left: 0;

        border-bottom: none;
    }
    .header.active
    {
        position: fixed;
    }
    .header__top
    {
        display: none;
    }
    .header__middle
    {
        padding-top: 20px;
        padding-bottom: 15px;

        border-bottom: 1px solid #c7c8cc;
    }
    .header__contacts
    {
        line-height: 20px;
    }
    .header__contacts--bottom
    {
        display: none;
    }
    .header__address--bottom
    {
        display: none;
    }
    .header__list
    {
        -ms-flex-negative: 0;
        flex-shrink: 0;
    }
    .header__list--middle
    {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;

        margin-left: auto;
    }
    .header__item
    {
        margin-right: 14px;
    }
    .header__item--search
    {
        position: relative;
    }
    .header__bottom
    {
        -webkit-box-shadow: 0 6px 15px 0 rgba(109, 111, 123, .2);
                box-shadow: 0 6px 15px 0 rgba(109, 111, 123, .2);
    }
    .header__dialog
    {
        position: static;
        top: auto;
        bottom: auto;
        left: auto;

        display: block;
        overflow-y: visible;

        width: 100%;
        max-width: none;
        min-height: 0;
        padding: 0;

        -webkit-transition: none;
             -o-transition: none;
                transition: none; 
        -webkit-transform: none;
            -ms-transform: none;
                transform: none;
    }
    .header__button-close
    {
        display: none;
    }
    .header__main-nav
    {
        margin-bottom: 0;
    }
    .header__search
    {
        position: absolute;
        top: -4px;
        right: -4px;

        display: none;

        width: 420px;
    }
    .header__search.active
    {
        display: block;
    }
}

.intro
{
    position: relative;

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
        flex-direction: column;

    min-height: calc(100vh - 203px);
    padding-top: 40px;
    padding-bottom: 80px;

    color: #fff; 
    background-color: #e4e4e6;
    background-image: url('../assets/images/bg-intro-sm.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
}

.intro__wrap
{
    position: relative;
    z-index: 1;

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
        flex-direction: column;

    padding-right: 20px;
    padding-left: 20px;

    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
@media (min-width: 768px)
{
    .intro__wrap
    {
        padding-right: 30px; 
        padding-left: 30px;
    }
}
@media (min-width: 1220px)
{
    .intro__wrap
    {
        width: 1220px;
        margin-right: auto;
        margin-left: auto;
        padding-right: 40px; 
        padding-left: 40px;
    }
}

.intro__heading
{
    font-size: 18px;
    font-weight: 500;
    line-height: 1.4;

    position: relative;

    width: auto;
    margin: 0;
    padding: 25px 5px;
    padding-bottom: 20px;

    text-align: center;
    text-transform: uppercase;

    text-shadow: -1px -1px 0 #474955, 1px -1px 0 #474955, -1px 1px 0 #474955, 1px 1px 0 #474955;
}
.intro__heading::after,
.intro__heading::before
{
    position: absolute;
    right: 0;
    left: 0;

    height: 4px;

    content: '';

    background-color: #70af4a;
}
.intro__heading::before
{
    top: 0;
}
.intro__heading::after
{
    bottom: 0;
}

.intro__heading-large
{
    font-size: 30px;
    line-height: 1.2; 

    display: block;
}

.intro__subheading
{
    font-size: 16px;
    font-weight: 400;
    line-height: 1.8;

    margin: 0;

    text-transform: uppercase;
}
.intro__subheading .lg
{
    font-size: 18px;
}
.intro__subheading .sm
{
    text-transform: none;
}

.heading__button-down
{
    position: absolute;
    bottom: 20px;
    left: 50%;

    -webkit-transform: translate(-50%);
        -ms-transform: translate(-50%);
            transform: translate(-50%);
}

@media (min-width: 580px)
{
    .intro__heading
    {
        font-size: 26px;
    }
    .intro__heading-large
    {
        font-size: 40px;
    }
}

@media (min-width: 768px)
{
    .intro
    {
        min-height: 530px;
        padding-top: 60px;

        background-image: url('../assets/images/bg-intro-lg.jpg');
    }
    .intro__heading
    {
        font-size: 36px; 

        padding: 35px 10px;
        padding-bottom: 30px;
    }
    .intro__heading-large
    {
        font-size: 60px;
    }
}

@media (min-width: 1220px)
{
    .intro
    {
        min-height: 600px;
        padding-top: 60px;
    }
    .intro__heading
    {
        font-size: 40px; 

        width: 760px;
        padding: 45px 10px;
        padding-bottom: 35px;
    }
    .intro__heading-large
    {
        font-size: 72px;
    }
}

.footer
{
    padding-top: 25px;

    text-align: center; 

    color: #fff;
    background-color: #474955;
}
.footer a
{
    text-decoration: none; 

    color: inherit;
}

.footer__wrap
{
    padding-right: 20px; 
    padding-left: 20px;
}
@media (min-width: 768px)
{
    .footer__wrap
    {
        padding-right: 30px; 
        padding-left: 30px;
    }
}
@media (min-width: 1220px)
{
    .footer__wrap
    {
        width: 1220px;
        margin-right: auto;
        margin-left: auto;
        padding-right: 40px; 
        padding-left: 40px;
    }
}

.footer__top
{
    margin-bottom: 20px;
}

.footer__company
{
    margin-bottom: 30px;
}

.footer__info
{
    margin-bottom: 25px;
}

.footer__logo
{
    margin-right: auto;
    margin-bottom: 15px; 
    margin-left: auto;
}

.footer__text
{
    font-size: 14px;
    line-height: 20px; 

    margin-bottom: 18px;

    color: inherit;
}
.footer__text:last-child
{
    margin-bottom: 0;
}
.footer__text--info
{
    font-weight: 500; 

    margin-bottom: 25px;
}

.header__phone
{
    display: block;
}

.footer__nav
{
    margin: -20px;
}

.footer__nav-item
{
    text-align: left; 

    border-bottom: 1px solid rgba(112, 175, 74, .3);
}
.footer__nav-item:last-child
{
    border-bottom: none;
}
.footer__nav-item--dropdown.active .footer__list
{
    display: block;
}
.footer__nav-item--dropdown.active .footer__title::after
{
    -webkit-transform: translateY(-16px) rotate(180deg);
        -ms-transform: translateY(-16px) rotate(180deg);
            transform: translateY(-16px) rotate(180deg);
}

.footer__title
{
    font-size: 15px;
    font-weight: 500;

    position: relative;

    margin: 0;
    padding: 10px 30px;

    color: #70af4a;
}
.footer__title::after
{
    position: absolute;
    z-index: 1;
    top: 25px;
    right: 20px;

    margin-left: -4px;

    content: '';
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    -webkit-transform-origin: center;
        -ms-transform-origin: center;
            transform-origin: center; 

    opacity: 1;
    border: 8px solid transparent;
    border-top: 6px solid rgba(255, 255, 255, .3);
}

.footer__list
{
    display: none;

    margin: 0;
    margin-left: 30px;
    padding: 0;
    padding-bottom: 20px;
}
.footer__list > li
{
    list-style-type: none;
}

.footer__item
{
    font-size: 14px;

    margin-bottom: 15px;
}
.footer__item:last-child
{
    margin-bottom: 0;
}
.footer__item a
{
    text-decoration: none;

    -webkit-text-decoration-color: rgba(255, 255, 255, 0);
            text-decoration-color: rgba(255, 255, 255, 0);
}
.footer__item a:hover,
.footer__item a:focus
{
    text-decoration: underline;

    -webkit-text-decoration-color: rgba(255, 255, 255, .5);
            text-decoration-color: rgba(255, 255, 255, .5);
}

.footer__bottom
{
    padding-top: 15px;
    padding-bottom: 15px;

    border-top: 1px solid rgba(112, 175, 74, .3);
}

.footer__copyright
{
    font-size: 14px; 

    margin-bottom: 5px;
}

.footer__madein
{
    font-size: 14px; 

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 170px;
    margin: 0 auto;
}
.footer__madein a
{
    margin-left: 10px;
}
.footer__madein a:hover,
.footer__madein a:focus
{
    opacity: .6;
}
.footer__madein svg
{
    display: block;

    width: 60px;
    height: 22px;

    fill: #fff;
}

@media (min-width: 620px)
{
    .footer
    {
        text-align: left;
    }
    .footer__company
    {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    .footer__info
    {
        width: 260px;
        margin-right: 20px;
        margin-bottom: 0;
    }
    .footer__address
    {
        width: calc(100% - 280px);
    }
    .footer__logo
    {
        margin-right: 0; 
        margin-left: 0;
    }
    .footer__nav
    {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;

        margin: 0;
    }
    .footer__nav-item
    {
        border-bottom: none;
    }
    .footer__nav-item--company
    {
        width: 260px;
        margin-right: 20px;
    }
    .footer__nav-item--equipment
    {
        width: calc(100% - 280px);
    }
    .footer__list
    {
        display: block;

        margin: 0;
        padding: 0;
    }
    .footer__title
    {
        margin-bottom: 15px; 
        padding: 0;
    }
    .footer__title::after
    {
        display: none;
    }
    .footer__bottom .footer__wrap
    {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;

        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .footer__copyright
    {
        margin-bottom: 0;
    }
    .footer__madein
    {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }
}

@media (min-width: 900px)
{
    .footer__top .footer__wrap
    {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    .footer__company
    {
        display: block;

        width: 340px;
        margin-right: 20px; 
        margin-bottom: 0;
    }
    .footer__info,
    .footer__address
    {
        width: 100%;
    }
    .footer__info
    {
        margin-bottom: 25px;
    }
    .footer__nav
    {
        width: calc(100% - 360px);
    }
    .footer__nav-item--company
    {
        width: 30%;
    }
    .footer__nav-item--equipment
    {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
    }
    .footer__title
    {
        margin-bottom: 20px;
    }
}

@media (min-width: 1220px)
{
    .footer__top
    {
        margin-bottom: 30px;
    }
    .footer__company
    {
        width: 370px;
    }
    .footer__nav
    {
        width: calc(100% - 390px);
    }
    .footer__nav-item--company
    {
        width: 275px;
    }
    .footer__logo
    {
        margin-bottom: 20px;
    }
    .footer__title
    {
        margin-bottom: 30px;
    }
    .footer__item
    {
        margin-bottom: 18px;
    }
}

.equipment-info__image-wrap
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    width: 100%;
    height: 80vw;
    max-height: 460px;

    border-radius: 4px;
    -webkit-box-shadow: 0 0 27px 0 #ececee;
            box-shadow: 0 0 27px 0 #ececee; 

    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.equipment-info__image
{
    font-family: 'object-fit: contain; object-position: center'; 

    display: block;

    width: 80%;
    height: 80%;

    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: center;
       object-position: center;
}

.equipment-info__column
{
    margin-bottom: 30px;
}
.equipment-info__column:last-child
{
    margin-bottom: 0;
}

.equipment-info__text-wrap
{
    margin-bottom: 30px;
}
.equipment-info__text-wrap > *:first-child
{
    margin-top: 0 !important;
}
.equipment-info__text-wrap > *:last-child
{
    margin-bottom: 0 !important;
}

.equipment-info__heading
{
    font-size: 18px;
    font-weight: 500;
    line-height: 1.3;

    margin: 0;
    margin-bottom: 20px;

    text-align: center;
}

.equipment-info__description
{
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
}

.equipment-info__text
{
    font-size: 14px;
    line-height: 20px;
}

.equipment-info__button-wrap
{
    text-align: center;
}

@media (min-width: 620px)
{
    .equipment-info__button
    {
        display: inline-block;

        width: auto;
        padding-right: 40px;
        padding-left: 40px;
    }
    .equipment-info__heading
    {
        text-align: left;
    }
}

@media (min-width: 1220px)
{
    .equipment-info__row
    {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    .equipment-info__column
    {
        width: calc(50% - 15px);
        margin-right: 30px; 
        margin-bottom: 0;
    }
    .equipment-info__column:last-child
    {
        margin-right: 0;
    }
    .equipment-info__column--text
    {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
            flex-direction: column; 

        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
    }
    .equipment-info__image-wrap
    {
        height: 50vw;
    }
    .equipment-info__button-wrap
    {
        margin-top: auto;

        text-align: left;
    }
    .equipment-info__heading
    {
        font-size: 21px; 

        margin-bottom: 30px;
    }
}

.equipment-descr > *:first-child
{
    margin-top: 0 !important;
}

.equipment-descr > *:last-child
{
    margin-bottom: 0 !important;
}

.equipment-descr p
{
    font-size: 14px;
    line-height: 20px;
}

.equipment-descr__heading
{
    font-size: 14px;
    font-weight: 500;

    margin: 0;
    margin-bottom: 20px;

    text-transform: uppercase;
}

.equipment-review
{
    padding-bottom: 40px;
}

.equipment-review__wrap
{
    padding-right: 20px; 
    padding-left: 20px;
}
@media (min-width: 768px)
{
    .equipment-review__wrap
    {
        padding-right: 30px; 
        padding-left: 30px;
    }
}
@media (min-width: 1220px)
{
    .equipment-review__wrap
    {
        width: 1220px;
        margin-right: auto;
        margin-left: auto;
        padding-right: 40px; 
        padding-left: 40px;
    }
}

.equipment-review__aside
{
    margin-bottom: 20px;
}

.equipment-review__info
{
    margin-bottom: 30px;
}

@media (min-width: 768px)
{
    .equipment-review
    {
        padding-bottom: 50px;
    }
    .equipment-review__info
    {
        margin-bottom: 50px;
    }
}

@media (min-width: 880px)
{
    .equipment-review__wrap
    {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    .equipment-review__aside
    {
        width: 240px;
        margin-right: 30px;
        margin-bottom: 0; 
        margin-left: 0;
    }
    .equipment-review__main
    {
        width: calc(100% - 270px);
    }
}

@media (min-width: 1220px)
{
    .equipment-review
    {
        padding-bottom: 60px;
    }
    .equipment-review__aside
    {
        width: 270px;
    }
    .equipment-review__main
    {
        width: calc(100% - 300px);
    }
    .equipment-review__info
    {
        margin-bottom: 60px;
    }
}

.post-list
{
    margin: 0;
    margin-bottom: -30px; 
    padding: 0;
}
.post-list > li
{
    list-style-type: none;
}

.post-list__item
{
    margin-bottom: 30px;
}

@media (min-width: 880px)
{
    .post-list
    {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;

        margin-bottom: -60px; 

        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    }
    .post-list__item
    {
        width: calc(50% - 20px);
        margin-right: 40px; 
        margin-bottom: 60px;
    }
    .post-list__item:nth-child(2n)
    {
        margin-right: 0;
    }
}

@media (min-width: 1220px)
{
    .post-list
    {
        margin-bottom: -70px;
    }
    .post-list__item
    {
        width: calc(50% - 40px);
        margin-right: 80px; 
        margin-bottom: 70px;
    }
}

.post > *:first-child
{
    margin-top: 0 !important;
}

.post > *:last-child
{
    margin-bottom: 0 !important;
}

.post ul,
.post ol
{
    margin: 0;
    padding: 0;
}

.post li
{
    margin: 0;
    margin-bottom: 20px;
}
.post li:last-child
{
    margin-bottom: 0;
}

.post__heading
{
    font-size: 20px;
    font-weight: 500;
    line-height: 1.3; 

    position: relative;

    margin: 0;
    margin-bottom: 20px;
    padding-bottom: 12px;
}
.post__heading::after
{
    position: absolute;
    bottom: 0;
    left: 0;

    width: 50px;
    height: 4px;

    content: '';

    background-color: #70af4a;
}

@media (min-width: 768px)
{
    .post ul,
    .post ol
    {
        margin-bottom: 22px;
    }
    .post__heading
    {
        font-size: 20px; 

        margin-bottom: 20px;
        padding-bottom: 10px;
    }
    .post__heading::after
    {
        bottom: 0;
        left: 0;
    }
}

@media (min-width: 880px)
{
    .post--no-space p
    {
        margin: 0;
    }
    .post--no-space ul
    {
        margin: 0;
    }
    .post--no-space li
    {
        margin: 0;
    }
}

@media (min-width: 1220px)
{
    .post ul,
    .post ol
    {
        margin-bottom: 24px;
    }
    .post__heading
    {
        font-size: 24px; 

        margin-bottom: 20px;
        padding-bottom: 20px;
    }
    .post__heading::after
    {
        bottom: 0;
        left: 0;
    }
}

.about-intro__wrap
{
    padding-right: 20px; 
    padding-left: 20px;
}
@media (min-width: 768px)
{
    .about-intro__wrap
    {
        padding-right: 30px; 
        padding-left: 30px;
    }
}
@media (min-width: 1220px)
{
    .about-intro__wrap
    {
        width: 1220px;
        margin-right: auto;
        margin-left: auto;
        padding-right: 40px; 
        padding-left: 40px;
    }
}

.about-intro__heading
{
    font-size: 18px;
    font-weight: 500;
    line-height: 1.25;

    margin: 0;
    margin-bottom: 30px;

    text-align: center;
}

.about-intro__image-wrap
{
    display: none;

    margin-bottom: 30px;
}

.about-intro__image
{
    font-family: 'object-fit: contain; object-position: top center'; 

    display: block;

    width: 100%;
    height: 100%;

    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: top center;
       object-position: top center;
}

.about-intro__list
{
    margin: 0;
    margin-bottom: -10px; 
    padding: 0;
}
.about-intro__list > li
{
    list-style-type: none;
}

.about-intro__item
{
    margin-bottom: 10px;
}

@media (min-width: 580px)
{
    .about-intro__heading
    {
        text-align: left;
    }
    .about-intro__image-wrap
    {
        height: 250px;
        margin: 0 auto;
        margin-bottom: 30px;
    }
    .about-intro__list
    {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;

        margin-right: -20px;
        margin-bottom: -20px; 

        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    }
    .about-intro__item
    {
        width: calc(50% - 20px);
        margin-right: 20px;
        margin-bottom: 20px;
    }
}

@media (min-width: 768px)
{
    .about-intro__heading
    {
        font-size: 21px; 

        margin-bottom: 40px;
    }
}

@media (min-width: 1024px)
{
    .about-intro__wrap
    {
        position: relative;
    }
    .about-intro__heading
    {
        width: 50%;
        min-height: 83px;
    }
    .about-intro__image-wrap
    {
        position: absolute;
        z-index: -1; 
        top: 0;
        left: calc(50% + 20px);

        display: block;

        width: calc(50% - 30px);
        height: 450px;
    }
    .about-intro__item
    {
        width: calc(33.33% - 20px);
        min-height: 17vw;
    }
    .about-intro__item:first-child
    {
        width: 100%;
    }
    .about-intro__item:first-child .item-w-border
    {
        width: 50%;
    }
}

@media (min-width: 1220px)
{
    .about-intro__heading
    {
        font-size: 24px; 

        min-height: 90px;
    }
    .about-intro__list
    {
        margin-right: -30px;
        margin-bottom: -30px;
    }
    .about-intro__item
    {
        width: calc(33.33% - 30px);
        min-height: 190px;
        margin-right: 30px;
        margin-bottom: 30px;
    }
}

.item-w-border
{
    font-size: 14px;
    font-weight: 500; 

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
        flex-direction: column;

    height: 100%;
    padding: 20px;

    text-align: center;

    border: 2px solid #70af4a;
    border-radius: 8px;
    background-color: #f2f2f3;

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.item-w-border > *:first-child
{
    margin-top: 0 !important;
}
.item-w-border > *:last-child
{
    margin-bottom: 0 !important;
}

@media (min-width: 768px)
{
    .item-w-border
    {
        font-size: 15px; 

        padding: 30px 20px;
    }
}

@media (min-width: 1220px)
{
    .item-w-border
    {
        font-size: 16px; 

        padding: 50px 40px;
    }
}

.item-w-arrow
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
        flex-direction: column;

    height: 100%; 

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.item-w-arrow__wrap
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
        flex-direction: column;

    width: 100%;
    height: 100%;
    padding: 15px;

    word-wrap: break-word;
    -webkit-hyphens: auto;
            hyphens: auto;

    border: 3px solid #70af4a;
    border-radius: 14px;

    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    overflow-wrap: break-word;
        -ms-hyphens: auto;
    hyphenate-limit-chars: 6 4 4;
    hyphenate-limit-lines: 2;
    hyphenate-limit-last: always;
    hyphenate-limit-zone: 8%;
}
.item-w-arrow__wrap p:last-of-type
{
    margin-bottom: 0;
}

.item-w-arrow__title
{
    font-size: 16px;
    font-weight: 700;
    line-height: 1.25;

    display: block;

    margin: 0;

    text-transform: uppercase;
}

.item-w-arrow__text
{
    font-size: 14px;
}

.item-w-arrow__arrow-wrap
{
    display: none;
}

@media (min-width: 768px)
{
    .item-w-arrow
    {
        min-height: 130px; 
        padding-right: 40px;
    }
    .item-w-arrow__wrap
    {
        position: relative;

        padding: 20px;

        border-width: 4px;
    }
    .item-w-arrow__title
    {
        font-size: 17px;
    }
    .item-w-arrow__arrow-wrap
    {
        position: absolute;
        z-index: 1;
        top: 40px;
        right: 1px;

        display: block;

        width: 44px;
        height: 50px;

        -webkit-transform: translate(100%);
            -ms-transform: translate(100%);
                transform: translate(100%);

        background-color: #fff;
    }
    .item-w-arrow__arrow-wrap::after,
    .item-w-arrow__arrow-wrap::before
    {
        position: absolute; 

        content: '';
    }
    .item-w-arrow__arrow-wrap::before
    {
        top: 0;
        left: 3px;

        width: 16px;
        height: 16px;

        -webkit-transform: translate(-50%);
            -ms-transform: translate(-50%);
                transform: translate(-50%);

        border: 4px solid #70af4a;
        border-radius: 50%;
    }
    .item-w-arrow__arrow-wrap::after
    {
        right: 0;
        bottom: 0;
        left: 1px;

        height: 16px;

        border-top: 4px solid #70af4a;
        border-left: 4px solid #70af4a;
        border-radius: 14px 0 0 0;
    }
    .item-w-arrow__arrow
    {
        position: absolute;
        right: 0;
        bottom: 16px;

        width: 20px;
        height: 20px;

        -webkit-transform: translateY(12px) rotate(135deg);
            -ms-transform: translateY(12px) rotate(135deg);
                transform: translateY(12px) rotate(135deg); 
        -webkit-transform-origin: center;
            -ms-transform-origin: center;
                transform-origin: center;

        border-top: 4px solid #70af4a;
        border-left: 4px solid #70af4a;
    }
}

@media (min-width: 1220px)
{
    .item-w-arrow__title
    {
        font-size: 18px;
    }
}

.about-prod__wrap
{
    padding-right: 20px; 
    padding-left: 20px;
}
@media (min-width: 768px)
{
    .about-prod__wrap
    {
        padding-right: 30px; 
        padding-left: 30px;
    }
}
@media (min-width: 1220px)
{
    .about-prod__wrap
    {
        width: 1220px;
        margin-right: auto;
        margin-left: auto;
        padding-right: 40px; 
        padding-left: 40px;
    }
}

.about-prod__heading
{
    font-size: 18px;
    font-weight: 500;
    line-height: 1.25;

    margin: 0;
    margin-bottom: 20px;

    text-align: center;
}

.about-prod__list
{
    margin: 0;
    margin-bottom: -10px; 
    padding: 0;
}
.about-prod__list > li
{
    list-style-type: none;
}

.about-prod__item
{
    margin-bottom: 10px;
}
.about-prod__item:last-child .item-w-arrow__arrow-wrap
{
    height: 40px;
}
.about-prod__item:last-child .item-w-arrow__arrow-wrap::after
{
    display: none;
}
.about-prod__item:last-child .item-w-arrow__arrow
{
    display: none;
}

@media (min-width: 580px)
{
    .about-prod__heading
    {
        text-align: left;
    }
    .about-prod__list
    {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;

        margin-right: -20px;
        margin-bottom: -20px; 

        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    }
    .about-prod__item
    {
        width: calc(50% - 20px);
        margin-right: 20px;
        margin-bottom: 20px;
    }
    .about-prod__item:last-child
    {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
    }
}

@media (min-width: 768px)
{
    .about-prod__heading
    {
        font-size: 21px; 

        margin-bottom: 40px;
    }
}

@media (min-width: 1024px)
{
    .about-prod__wrap
    {
        position: relative;
    }
    .about-prod__heading
    {
        max-width: 680px;
    }
    .about-prod__list
    {
        margin-right: -30px; 
        margin-bottom: -30px;
    }
    .about-prod__item
    {
        width: calc(33.33% - 30px);
        margin-right: 30px;
        margin-bottom: 30px;
        padding-right: 40px;
    }
    .about-prod__item:last-child
    {
        padding-right: 0;
    }
    .about-prod__item:last-child .item-w-arrow
    {
        padding-right: 0;
    }
    .about-prod__item--w-text
    {
        padding-right: 0;
    }
}

@media (min-width: 1220px)
{
    .about-prod__heading
    {
        font-size: 24px;
    }
    .about-prod__item
    {
        padding-right: 50px;
    }
}

.about-features__wrap
{
    padding-right: 20px; 
    padding-left: 20px;
}
@media (min-width: 768px)
{
    .about-features__wrap
    {
        padding-right: 30px; 
        padding-left: 30px;
    }
}
@media (min-width: 1220px)
{
    .about-features__wrap
    {
        width: 1220px;
        margin-right: auto;
        margin-left: auto;
        padding-right: 40px; 
        padding-left: 40px;
    }
}

.about-features__heading
{
    font-size: 18px;
    font-weight: 500;
    line-height: 1.25;

    margin: 0;
    margin-bottom: 30px;

    text-align: center;
}

.about-features__list
{
    margin: 0;
    margin-bottom: -20px; 
    padding: 0;
}
.about-features__list > li
{
    list-style-type: none;
}

.about-features__item
{
    margin-bottom: 20px;
}

@media (min-width: 580px)
{
    .about-features__list
    {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;

        margin: 0 -15px; 

        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    }
    .about-features__item
    {
        width: 50%;
        padding: 0 15px; 

        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
    }
}

@media (min-width: 768px)
{
    .about-features__heading
    {
        font-size: 21px; 

        margin-bottom: 40px;
    }
    .about-features__list
    {
        margin-bottom: -30px;
    }
    .about-features__item
    {
        margin-bottom: 30px;
    }
}

@media (min-width: 1220px)
{
    .about-features__heading
    {
        font-size: 24px;
    }
}

.article
{
    padding-bottom: 40px;
}
.article > *:first-child
{
    margin-top: 0 !important;
}
.article > *:last-child
{
    margin-bottom: 0 !important;
}
.article img
{
    display: inline-block;

    border: 1px solid #ececee;
    float: right;
    margin-left: 30px;
}
.article ul,
.article ol
{
    margin: 0;
    padding: 0;
}
.article ul li
{
    list-style-type: disc;
}
.article li
{
    margin: 0;
    margin-bottom: 20px;
}
.article li:last-child
{
    margin-bottom: 0;
}

@media (min-width: 768px)
{
    .article ul,
    .article ol
    {
        margin-bottom: 22px;
    }
}

@media (min-width: 880px)
{
    .article .float-left
    {
        float: left;

        margin-right: 30px;
    }
    .article .float-right
    {
        float: right;

        margin-left: 30px;
    }
}

@media (min-width: 1220px)
{
    .article ul,
    .article ol
    {
        margin-bottom: 24px;
    }
}

.content
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
        flex-direction: column;

    padding-top: 35px; 

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
}
.content--news-list
{
    padding-bottom: 0 !important;
}
.content--news-list .content__wrap
{
    margin-bottom: 30px;
}

.content__wrap
{
    padding-right: 20px; 
    padding-left: 20px;
}
@media (min-width: 768px)
{
    .content__wrap
    {
        padding-right: 30px; 
        padding-left: 30px;
    }
}
@media (min-width: 1220px)
{
    .content__wrap
    {
        width: 1220px;
        margin-right: auto;
        margin-left: auto;
        padding-right: 40px; 
        padding-left: 40px;
    }
}

.content__breadcrumbs
{
    margin-top: -20px;
    margin-bottom: 30px;
}

.content__heading
{
    margin-bottom: 30px; 

    text-align: center;
}

.content__two-column
{
    margin-bottom: 30px;
}
.content__two-column h2
{
    page-break-before: always;
    page-break-after: avoid;
}
.content__two-column h3,
.content__two-column h4
{
    page-break-after: avoid;
}
.content__two-column p
{
    -webkit-column-break-inside: auto;
    break-inside: auto;
}
.content__two-column blockquote
{
    font-size: 18px;
    font-weight: 500;

    margin: 0;
    margin-bottom: 40px;

    text-align: left;

    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid;
}
.content__two-column blockquote > *:first-child
{
    margin-top: 0;
}
.content__two-column blockquote > *:last-child
{
    margin-bottom: 0;
}
.content__two-column--text-justify
{
    text-align: justify;
    word-wrap: break-word;
    -webkit-hyphens: auto;
            hyphens: auto;

    overflow-wrap: break-word;
        -ms-hyphens: auto;
    hyphenate-limit-chars: 6 4 4;
    hyphenate-limit-lines: 2;
    hyphenate-limit-last: always;
    hyphenate-limit-zone: 8%;
}
.content__two-column--text-justify p
{
    margin-bottom: 0;
}

.content__pagination
{
    margin-top: 30px;
    margin-bottom: 30px;
}

.content__button-bottom-wrap
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.content__button-bottom
{
    width: 100%;
}

.content__catalog
{
    margin-top: -15px;
}

.content__lead
{
    margin-bottom: 30px;
}

.content__posts
{
    margin-bottom: 30px;
}

.content__about-intro
{
    margin-bottom: 30px;
}

.content__about-prod
{
    margin-bottom: 30px;
}

.content__about-lead
{
    margin-bottom: 30px;
}

.content__about-features
{
    margin-bottom: 30px;
}

@media (min-width: 580px)
{
    .content__heading
    {
        text-align: left;
    }
}

@media (min-width: 768px)
{
    .content
    {
        padding-top: 55px;
    }
    .content--news-list .content__wrap
    {
        margin-bottom: 40px;
    }
    .content__breadcrumbs
    {
        margin-top: -35px;
    }
    .content__heading
    {
        margin-bottom: 40px;

        text-align: left;
    }
    .content__pagination
    {
        margin-top: 40px;
        margin-bottom: 40px;
    }
    .content__two-column
    {
        margin-bottom: 35px;

        -webkit-column-count: 2;
                column-count: 2;
        -webkit-column-gap: 30px;
                column-gap: 30px;
    }
    .content__lead
    {
        margin-bottom: 60px;
    }
    .content__posts
    {
        margin-bottom: 60px;
    }
    .content__about-intro
    {
        margin-bottom: 40px;
    }
    .content__about-prod
    {
        margin-bottom: 50px;
    }
    .content__about-lead
    {
        margin-bottom: 40px;
    }
    .content__about-features
    {
        margin-bottom: 40px;
    }
}

@media (min-width: 1220px)
{
    .content
    {
        padding-top: 65px;
    }
    .content--news-list .content__wrap
    {
        margin-bottom: 50px;
    }
    .content__heading
    {
        margin-bottom: 50px;
    }
    .content__two-column
    {
        margin-bottom: 40px;
    }
    .content__pagination
    {
        margin-top: 50px;
        margin-bottom: 50px;
    }
    .content__lead
    {
        margin-bottom: 110px;
    }
    .content__posts
    {
        margin-bottom: 70px;
    }
    .content__about-intro
    {
        margin-bottom: 50px;
    }
    .content__about-prod
    {
        margin-bottom: 70px;
    }
    .content__about-lead
    {
        margin-bottom: 50px;
    }
    .content__about-features
    {
        margin-bottom: 50px;
    }
}

.dealer
{
    background-color: #f2f2f3;
}

.dealer__wrap
{
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 20px; 
    padding-left: 20px;
}
@media (min-width: 768px)
{
    .dealer__wrap
    {
        padding-right: 30px; 
        padding-left: 30px;
    }
}
@media (min-width: 1220px)
{
    .dealer__wrap
    {
        width: 1220px;
        margin-right: auto;
        margin-left: auto;
        padding-right: 40px; 
        padding-left: 40px;
    }
}

.dealer__heading
{
    font-size: 18px;
    font-weight: 500;
    line-height: 1.25;

    margin: 0;
    margin-bottom: 30px;

    text-align: center;
}

.dealer__list
{
    margin: 0;
    margin-bottom: -20px; 
    padding: 0;
}
.dealer__list > li
{
    list-style-type: none;
}

.dealer__item
{
    margin-bottom: 20px;
}
.dealer__item .dealer-item
{
    max-width: 400px;
    margin: 0 auto;
}

@media (min-width: 580px)
{
    .dealer__list
    {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;

        margin: 0 -15px; 

        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    }
    .dealer__item
    {
        width: 50%;
        padding: 0 15px; 

        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
    }
}

@media (min-width: 768px)
{
    .dealer__wrap
    {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .dealer__heading
    {
        font-size: 21px; 

        margin-bottom: 40px;
    }
    .dealer__list
    {
        margin-bottom: -30px;
    }
    .dealer__item
    {
        margin-bottom: 30px;
    }
}

@media (min-width: 1220px)
{
    .dealer__wrap
    {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .dealer__heading
    {
        font-size: 24px; 

        margin-bottom: 50px;
    }
}

.dealer-item__name
{
    font-size: 24px;
    font-weight: 500;
    line-height: 1.25;

    margin: 0;
    margin-bottom: 10px;

    text-align: center;
}

.dealer-item__name-link
{
    position: relative;

    display: inline-block;

    padding-bottom: 5px;

    text-decoration: none; 

    color: inherit;
}
.dealer-item__name-link::after
{
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;

    height: 3px;

    content: '';
    -webkit-transition: .3s cubic-bezier(.25, .1, .25, 1);
         -o-transition: .3s cubic-bezier(.25, .1, .25, 1);
            transition: .3s cubic-bezier(.25, .1, .25, 1); 

    opacity: 1;
    background-color: #70af4a;
}
.dealer-item__name-link:hover::after,
.dealer-item__name-link:focus::after
{
    opacity: 0;
}

.dealer-item__text
{
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;

    margin: 0;

    text-align: center;
}
.dealer-item__text > *:first-child
{
    margin-top: 0 !important;
}
.dealer-item__text > *:last-child
{
    margin-bottom: 0 !important;
}

.dealer-item__link
{
    -webkit-transition: .3s cubic-bezier(.25, .1, .25, 1);
         -o-transition: .3s cubic-bezier(.25, .1, .25, 1);
            transition: .3s cubic-bezier(.25, .1, .25, 1); 
    text-decoration: underline;

    color: #70af4a;

    -webkit-text-decoration-color: rgba(112, 175, 74, .4);
            text-decoration-color: rgba(112, 175, 74, .4);
}
.dealer-item__link:hover,
.dealer-item__link:focus
{
    -webkit-text-decoration-color: transparent;
            text-decoration-color: transparent;
}

@media (min-width: 768px)
{
    .dealer-item__name
    {
        font-size: 30px; 

        padding-bottom: 10px;
    }
}

@media (min-width: 1220px)
{
    .dealer-item__name
    {
        font-size: 36px; 

        padding-bottom: 10px;
    }
}

.teaser
{
    background-color: #70af4a;
}

.teaser__wrap
{
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 20px; 
    padding-left: 20px;
}
@media (min-width: 768px)
{
    .teaser__wrap
    {
        padding-right: 30px; 
        padding-left: 30px;
    }
}
@media (min-width: 1220px)
{
    .teaser__wrap
    {
        width: 1220px;
        margin-right: auto;
        margin-left: auto;
        padding-right: 40px; 
        padding-left: 40px;
    }
}

.teaser__text
{
    font-size: 16px;
    font-weight: 500;

    text-align: center; 

    color: #fff;
}
.teaser__text > *:first-child
{
    margin-top: 0 !important;
}
.teaser__text > *:last-child
{
    margin-bottom: 0 !important;
}

@media (min-width: 768px)
{
    .teaser__wrap
    {
        padding-top: 25px;
        padding-bottom: 25px;
    }
    .teaser__text
    {
        font-size: 17px;
    }
}

@media (min-width: 1220px)
{
    .teaser__text
    {
        font-size: 18px; 

        padding: 0 100px;
    }
}


@media (max-width: 620px) {
	.button--large {
		padding: 1em .5em;
	}
	.footer__nav {
		display: none;
	}
}

form textarea {
    overflow: hidden;
}

#dpsp-floating-sidebar {
    width: 45px !important;
}
.under-order {
    text-align: right;
    color: #70af4a;
    padding-bottom: 20px;
    font-weight: bold;
}

.similar-products {
    width: 100%;
    max-width: 1220px;
    margin-right: auto;
    margin-left: auto;
}
.catalog-list__item.slider {
    padding-right: 0;
}

.wpcf7-spinner {
    display: none !important;
}