* {
    /*color: #636363;*/
    font-family: 'Roboto', sans-serif;
}

html, body {
    width: 100%;
    overflow-x: hidden;
}

html.no-scroll, html.no-scroll body {
    overflow-y: hidden;
    position: fixed; /* Nustačius fixed -> video ir keletas kitų elementę išlenda ant viršaus naudojant IE */
    position: absolute; /* Nežinau ar su absolute safari mobiliuose veiks scroll'as tinkamai modaliniuose */
    height: 100%;
    width: 100%;
}

body {
    -webkit-tap-highlight-color: transparent;
    /*-webkit-touch-callout: none;*/
}

ul {
    margin: 0;
}

ul,
ol {
    line-height: 25px;
}

hr {
    background: #ebebeb;
    height: 1px;
    border: none;
}

/* --------- */

.container {
    max-width: 1289px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 20px;
    margin: 0 auto;

    /*
    border-left: 2px solid red;
    border-right: 2px solid red;
    */
}

.container > * {
    /*
    border-left: 1px solid red;
    border-right: 1px solid red;
    */
}

/* --------- */

section {
    width: 100%;
}

section + section {
    margin-top: 28px;
}

section.has-sidebar {
    display: -ms-grid;
    display: -moz-grid;
    display: grid;
    -ms-grid-columns: 1fr 320px;
    grid-template-columns: minmax(0, 1fr) 320px;
    -webkit-grid-column-gap: 28px;
    grid-column-gap: 28px;
}

.section-main {
    -ms-grid-column: 1;
    min-width: 0;
}

.section-sidebar {
    -ms-grid-column: 2;
}

/* --------- */

.theme-color {
    color: #194601;
}

.text-danger {
    color: red;
}

.text-muted {
    color: #9a9999;
}

.text-gold {
    color: #cab86e;
}

.text-white {
    color: white;
}

/* --------- */

.text-tiny {
    font-size: 10px;
    line-height: 12px;
}

/* --------- */

.pull-right {
    float: right;
}

/* --------- */

textarea {
    resize: vertical;
}

.form-errors {
    margin-top: 20px;
}

.form-errors > div {
    font-size: 13px;
    line-height: 16px;
    border-radius: 2px;
    margin-bottom: 3px;
    padding: 4px 5px;
    background: #ffa1a1;
    border: 1px solid #f35353;
    color: #5d0000;
}

/* --------- */

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

a:hover {
    text-decoration: underline;
}

/* --------- */

h1, .h1 {
    font-size: 36px;
    line-height: 44px;
    font-weight: 900;
}

h2, .h2 {
    font-size: 28px;
    line-height: 34px;
    font-weight: 900;
}

h3, .h3 {
    font-size: 22px;
    line-height: 30px;
    font-weight: 900;
}

h4, .h4 {
    font-size: 18px;
    line-height: 26px;
    font-weight: 900;
    margin: 10px 0;
}

p {
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    margin: 0 0 10px;
}

p > a {
    color: #2faed6;
}

p small {
    font-size: 13px;
    line-height: 25px;
}

.reading-block p {
    text-align: justify;
    text-indent: 25px;
}

.reading-block ol,
.reading-block ul {
    margin-bottom: 15px;
    font-size: 15px;
}

/* --------- */

header {
    margin-bottom: 17px;
}

html.sticky-header header.sticky .navigation {
    position: fixed;
    top: 0;
    width: 100%;
    background: #fff;
    z-index: 1000;
}

html.sticky-header header.sticky + .content {
    padding-top: 78px;
}

/* --------- */

html > div[style] {
    display: none !important;
}

/* --------- */

.transition-600 {
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -ms-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.6s;
}

/* --------- */

.heading-border-bottom {
    border-bottom: 1px solid #dedede;
    padding-bottom: 5px;
}

/* --------- */
.top-bar {
    background-color: #CAB86E;
}

.top-bar-left ul,
.top-bar-right ul {
    margin: 0;
    list-style-type: none;
    padding: 0;
}

.top-bar-left ul:after,
.top-bar-right ul:after {
    content: '';
    display: table;
    clear: both;
}

.top-bar-left ul li {
    float: left;
}

.top-bar-left ul > li {
    color: #fff;
    font-size: 12px;
    line-height: 13px;
    font-family: 'Roboto';
    padding: 17px 4px 17px;
}

.top-bar-left ul > li + li {
    margin-left: 5px;
}

.top-bar-left ul > li img {
    vertical-align: bottom;
    padding-right: 5px;
}

.top-bar-left li a {
    color: #fff;
    border-bottom: 1px dashed #fff;
    text-decoration: none;
}

/* --------- */

.quick-links {
    display: -ms-flex;
    display: -o-flex;
    display: -moz-flex;
    display: -webkit-flex;
    display: flex;

    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    -o-flex-direction: row;
    -khtml-flex-direction: row;
    flex-direction: row;

    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    -o-flex-wrap: nowrap;
    -khtml-flex-wrap: nowrap;
    flex-wrap: nowrap;

    justify-content: flex-end;
}

.quick-links a {
    color: #fff;
    font-size: 12px;
    text-decoration: none;
    font-family: 'Roboto';
    padding: 15px 10px;
    float: left;
    line-height: 20px;
    max-height: 100%;
}

.quick-links a:hover {
    background: #dccb85;
}

.quick-links a.btn-design-2:hover,
.quick-links a:hover {
    -webkit-transition: all 0.1s;
    -moz-transition: all 0.1s;
    -ms-transition: all 0.1s;
    -o-transition: all 0.1s;
    transition: all 0.1s;
}

.quick-links li + li {
    position: relative;
    margin-left: 10px;
}

.quick-links li + li:before {
    content: '';
    display: block;
    width: 1px;
    height: 11px;
    background: #fff;
    top: 50%;
    left: -5px;
    position: absolute;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.quick-links li {
    height: 50px;
}

.quick-links a > img {
    display: inline-block;
    vertical-align: sub;
    padding-top: 2px;
}

.quick-links a.btn-design-2 {
    margin-left: 10px;
    margin-top: 10px;
    color: #000;
    font-size: 12px;
    font-family: 'Roboto';
    background: #ede7cf;
    border-radius: 15px;
    text-decoration: none;
    height: 30px;
    display: inline-block;
    padding: 4px 15px;
    position: relative;
    padding-left: 35px;
    line-height: 22px;
    cursor: pointer;
}

.btn-design-2 img {
    position: absolute;
    top: 4px;
    left: 10px;
}

.quick-links a.btn-design-2:hover {
    background: #fff;
    box-shadow: 0 1px 3px -1px #afafaf;
}

.quick-links li.quick-link-language {
    display: -ms-flex;
    display: -o-flex;
    display: -moz-flex;
    display: -webkit-flex;
    display: flex;
}

.errors p {
    color: #f00;
    margin-bottom: 0;
    line-height: 20px;
    background: #fee;
    border-radius: 2px;
    padding: 9px;
    margin-top: 10px;
    text-align: center;
}

.success p {
    color: #428c42;
    margin-bottom: 0;
    line-height: 20px;
    background: rgba(15, 255, 25, 0.10);
    border-radius: 2px;
    padding: 9px;
    margin-top: 10px;
    text-align: center;
}

/* --------- */

.navigation {
    -webkit-box-shadow: 0 4px 12px -1px #e6e6e6;
    -moz-box-shadow: 0 4px 12px -1px #e6e6e6;
    box-shadow: 0 4px 12px -1px #e6e6e6;
    position: relative;
}

.navigation .logo {
    float: left;
}

.navigation .logo,
.navigation .logo a,
.navigation .logo a img {
    display: block;
}

.navigation .logo a {
    padding: 16px 5px 17px;
}

.navigation .logo a:hover {
    background: #f1f1f1;
}

nav.menu > ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: -ms-flex;
    display: -o-flex;
    display: -moz-flex;
    display: -webkit-flex;
    display: flex;

    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    -o-flex-direction: row;
    -khtml-flex-direction: row;
    flex-direction: row;

    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    -o-flex-wrap: nowrap;
    -khtml-flex-wrap: nowrap;
    flex-wrap: nowrap;

    justify-content: space-around;
}

nav.menu > ul > li {
    font-size: 16px;
    color: #636363;
    display: block;
}

nav.menu > ul > li.active a {
    color: #194601;
}

nav.menu > ul > li > a {
    text-align: center;
    display: block;
    text-decoration: none;
    padding: 27px 11px 26px;
    font-family: 'Roboto';
    color: #000;
}

nav.menu > ul > li > a:hover {
    background: #f1f1f1;
    cursor: pointer;
    -webkit-transition: background-color 0.1s;
    -moz-transition: background-color 0.1s;
    -ms-transition: background-color 0.1s;
    -o-transition: background-color 0.1s;
    transition: background-color 0.1s;
}


.menu li.has-dropdown {
    position: relative;
}

nav.menu > ul > li.has-dropdown > a {
    cursor: default;
}

.menu li.has-dropdown a + .dropdown {
    display: none;
    position: absolute;
    top: 100%;
    padding: 10px 0;
    background: white;
    z-index: 10;
    right: 0;
}

.menu li.has-dropdown a:hover + .dropdown,
.menu li.has-dropdown a + .dropdown:hover {
    display: block !important;
}

.menu li.has-dropdown a + .dropdown ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.menu li.has-dropdown a + .dropdown ul li a {
    padding: 4px 25px;
    display: block;
    text-decoration: none !important;
    white-space: nowrap;
}

.menu li.has-dropdown a + .dropdown ul li a:hover {
    background: #f1f1f1;
    cursor: pointer;
}

/* ------- */

/* --------- */

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

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

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

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

.text-black {
    color: #000 !important;
}

/* --------- */

.border-all {
    border: 1px solid #cfcfcf;
}

.shadow-a {
    -webkit-box-shadow: 0 1px 10px -1px #e2e2e2;
    -moz-box-shadow: 0 1px 10px -1px #e2e2e2;
    box-shadow: 0 1px 10px -1px #e2e2e2;
}

.shadow-b {
    -webkit-box-shadow: 0 1px 10px -1px rgba(25, 25, 25, 0.219);
    -moz-box-shadow: 0 1px 10px -1px rgba(25, 25, 25, 0.219);
    box-shadow: 0 1px 10px -1px rgba(25, 25, 25, 0.219);
}

.shadow-c {
    -webkit-box-shadow: 0px 0px 46px -1px rgba(25, 25, 25, 0.55);
    -moz-box-shadow: 0px 0px 46px -1px rgba(25, 25, 25, 0.55);
    box-shadow: 0px 0px 46px -1px rgba(25, 25, 25, 0.55);
}

.shadow-text {
    -webkit-text-shadow: -1px 1px 1px #212121;
    -moz-text-shadow: -1px 1px 1px #212121;
    text-shadow: -1px 1px 1px #212121;
}

/* --------- */

.image-block {
    display: block;
}

.svg-icon-video-ab {
    display: none;
    width: 25px;
    height: 25px;
    fill: #fff;
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-58%);
}
.btn.has-icon {
    position: relative;
    padding-left: 50px;
    padding-top: 15px;
    padding-bottom: 15px;
    position: relative;
}

/*
.btn-design-2 {
    color: #636363;
    font-size: 10px;
    text-transform: uppercase;
    font-family: 'Roboto';
    background: #dfe1e4;
    border-radius: 10px;
    text-decoration: none;
    height: 26px;
    display: inline-block;
    padding: 2px 11px;
    position: relative;
    padding-right: 33px;
    line-height: 22px;
}
 */

.btn-design-2 img {
    position: absolute;
    top: 4px;
    right: 6px;
}

.btn-green {
    background: #0a9a1c;
    font-weight: 500;
    color: #fff;
}

.btn-green:hover {
    cursor: pointer;
    background: grey;
}

.btn-green:hover:not([disabled]) {
    cursor: pointer;
    background: #f1f1f1;
    color: #4c4c4c;
    -webkit-transition: all 0.1s;
    -moz-transition: all 0.1s;
    -ms-transition: all 0.1s;
    -o-transition: all 0.1s;
    transition: all 0.1s;
}

.btn-yellow-b {
    background: #f9d319;
    color: #424241;
}

.btn[disabled] {
    opacity: 0.8;
    cursor: default !important;
    background: #f1f1f1;
    color: #4c4c4c;
}

.btn {
    display: inline-block;
    box-shadow: none;
    border: 0;
    font-size: 15px;
    padding: 10px 20px;
    border-radius: 18px;
    cursor: pointer;
    text-decoration: none;
}

.btn:hover {
    text-decoration: none;
}

.btn-yellow {
    background: #0a9a1c;
    color: #fff;
    font-weight: 500;
}

.btn-grey {
    background: #f3f3f3;
    color: #000;
}

.btn-video {
    border: none;
    cursor: pointer;
    min-width: 32px;
    background: #fff;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    padding-top: 5px;
}

.btn-block {
    display: block;
    width: 100%;
}

.btn-video:focus {
    outline: none;
}

.btn-video i {
    color: #fff;
    font-size: 23px;
}

.btn-video:hover i {
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -o-transform: scale(0.9);
    transform: scale(0.9);
    -webkit-transition: all 0.1s;
    -moz-transition: all 0.1s;
    -ms-transition: all 0.1s;
    -o-transition: all 0.1s;
    transition: all 0.1s;
}

.btn-green-2 {
    background: #194701;
    color: #fff;
    min-width: 200px;
    padding: 6px 20px;
}

.btn-fb {
    background: #4267b2;
    color: #fff;
    font-weight: 700;
    font-size: 14px;
    padding: 7px 20px;
}


/* ---------- */

#block-video.video-review .video-content {
    top: 30px;
    left: 30px;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
}

/* ---------- */
/* ---------- */
/* ---------- */
/* ---------- */
/* ---------- */
/* ---------- */
/* ---------- */

.border-bottom {
    border-bottom: 6px solid #cab86e;
}

/* ---------- */


/* */

.fb-like-box {
    height: 20px;
    text-align: right;
    padding-right: 10px;
}

#section-video {
    display: -ms-flex;
    display: -o-flex;
    display: -moz-flex;
    display: -webkit-flex;
    display: flex;

    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    -o-flex-direction: row;
    -khtml-flex-direction: row;
    flex-direction: row;

    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    -o-flex-wrap: nowrap;
    -khtml-flex-wrap: nowrap;
    flex-wrap: nowrap;

    position: relative;
}

.strongest-logo + #block-video.viewing {
    z-index: 1000;
}

#block-video {
    position: relative;
    overflow: hidden;
}

#block-video h1 {
    color: #fff;
}

#block-video .video-content {
    position: absolute;
    width: 100%;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);

    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;

    opacity: 1;
}

#block-video .video-preview {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    pointer-events: none;
}

#block-video video {
    max-width: 100%;
    display: block;
    object-fit: cover;
    width: 907px;
    height: 510px;
}

#block-video:not(.viewing):not(.video-review):after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.4);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

#block-video:before {
    content: '';
    display: block;
    position: absolute;
    height: 100%;
    width: calc(100% + 13px);
    left: 0;
    top: 0;
    background: url('../images/video-shadow2.png') bottom right no-repeat;
}

#block-video > div {
    z-index: 1;
}

#block-call-us {
    margin-left: 22px;
    background: url(../images/bg-light.png) no-repeat top left;
    background-size: cover;
    min-width: 320px;
    -webkit-box-shadow: 0 1px 12px -1px #bfbfbf;
    -moz-box-shadow: 0 1px 12px -1px #bfbfbf;
    box-shadow: 0 1px 12px -1px #bfbfbf;
}

.has-sidebar #block-call-us {
    margin-left: 0;
    min-height: 530px;
}

#block-call-us p {
    /*line-height: 17px;*/
}

.video-controls {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 30px;
    opacity: 0;
    width: 100%;

    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;

    -webkit-transform: translateY(30px);
    -moz-transform: translateY(30px);
    -ms-transform: translateY(30px);
    -o-transform: translateY(30px);
    transform: translateY(30px);
}

.video-controls.show {
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;

    opacity: 1;
}

#video-time {
    font-size: 15px;
    font-weight: 400;
    color: #fff;
    display: inline-block;
    font-family: 'Roboto', monospace;
    padding-bottom: 14px;
    padding-left: 10px;
    vertical-align: middle;
    min-height: 31px;
}

video.muted {
    filter: blur(1px);
}

#unmute-video,
#mute-video {
    float: right;
    position: relative;
}

#unmute-video:before {
    content: 'Šiuo metu žiūrite be video garso';
    display: block;
    font-size: 13px;
    color: #fff;
    position: absolute;
    right: 100%;
    white-space: nowrap;
    line-height: 24px;
    padding-right: 20px;
    text-shadow: 1px 1px 4px black;
}

.video-review video.muted {
    /*filter: blur(3px);*/
}

#block-video.video-review h1,
#block-video.video-review p {
    text-shadow: 1px 1px 1px rgb(0, 0, 0);
}

#block-video.video-review:before {
    display: none;
}

/* ---------- */

.video-reviews-slider {
    margin-top: 20px;
    white-space: nowrap;
    width: 100%;
    max-width: 100%;
    padding-bottom: 25px;
    overflow: auto;
}

.video-reviews-slider  .review-block {
    width: 260px;
    border: none;
    display: inline-block;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.video-reviews-slider  .review-block + .review-block {
    margin-left: 25px;
}

.video-reviews-slider .review-block .review-heading {
    padding: 3px 10px;
}

.video-reviews-slider .review-block h4 {
    margin: 0;
}


.video-reviews-slider .simplebar-track.simplebar-horizontal {
    height: 25px;
    background: #f3f3f3;
    border-top: 1px solid #cfcfcf;
}

.video-reviews-slider .simplebar-scrollbar:before {
    background: #d7d7d7 !important;
    opacity: 1 !important;
}

.video-reviews-slider .simplebar-track.simplebar-horizontal .simplebar-scrollbar {
    height: 15px;
    top: 4px;
}

/* ---------- */

#section-box-links {
    margin-top: 50px;
    /*
    -webkit-box-shadow: 0 1px 3px -1px #00000075;
    -moz-box-shadow: 0 1px 3px -1px #00000075;
    box-shadow: 0 1px 3px -1px #00000075;
     */
}

#section-box-links > div {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    padding: 15px 30px;
    flex-wrap: wrap;
}

#section-box-links a {
    display: block;
    padding: 10px 35px;
}

#section-box-links a:hover {
    background: #f7f7f7;
    border-radius: 3px;
}

/* ---------- */

#section-stats {
    z-index: 10;
    position: relative;
    background: #fff;
}

#section-stats p b,
#section-stats p small {
    color: #000;
}

#section-stats p {
    margin-bottom: 0;
}

#section-stats img {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
}

#section-stats .stats-block {
    padding-left: 68px;
    padding-right: 10px;
}

/* ---------- */

#section-about {
    background-size: cover;
}

#section-about h2,
#section-about p {
    color: #fff;
}

.partners {
    display: -ms-flex;
    display: -o-flex;
    display: -moz-flex;
    display: -webkit-flex;
    display: flex;

    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    -o-flex-direction: row;
    -khtml-flex-direction: row;
    flex-direction: row;

    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    -o-flex-wrap: nowrap;
    -khtml-flex-wrap: nowrap;
    flex-wrap: nowrap;

    background: #fff;
    box-sizing: border-box;
    width: calc(100% - 100px);
    margin: 0 auto 0;
    align-items: center;
    justify-content: space-evenly;
    padding-top: 15px;
    padding-bottom: 15px;
    position: relative;
    top: 35px;
}

/* ---------- */

#section-reviews h2,
#section-reviews p {
    color: #000;
    width: 100%;
}

#section-reviews {
    padding-top: 90px;
    padding-bottom: 90px;
}

.review-blocks {
    padding-top: 40px;
    padding-bottom: 50px;
    margin: 0 -15px;
}

.review-block {
    border: 2px solid #d7d7d7;
    -webkit-box-shadow: 0 1px 10px -2px #b1b1b1;
    -moz-box-shadow: 0 1px 10px -2px #b1b1b1;
    box-shadow: 0 1px 10px -2px #b1b1b1;
}

.review-block img {
    display: block;
    width: 100%;
}

.review-block .review-heading {
    padding: 5px 25px 10px;
}

.review-block .review-image {
    position: relative;
}

.review-block .review-image button {
    display: block;
    position: absolute;
    bottom: 20px;
    left: 20px;
    background: #fff;
    border: none;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    text-align: left;
    cursor: pointer;
}

.review-block .review-image button img {
    display: block;
    width: auto;
    margin: 0 auto;
}

/* ---------- */

#section-info-blocks .info-block {
    background-size: cover;
    padding: 100px 50px 100px 40px;
    height: 100%;
}

#section-info-blocks h2,
#section-info-blocks p {
    color: white;
}

/* ---------- */

#section-info {
    background: url('../images/informacija-home.jpg') no-repeat center center;
    background-size: cover;
    padding: 30px 0 90px 50px;
    margin-top: 55px;
}

.section-info-left {
    background: #fff;
    padding: 5px 30px 35px;
}

.info-categories {
    display: -ms-flex;
    display: -o-flex;
    display: -moz-flex;
    display: -webkit-flex;
    display: flex;

    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    -o-flex-direction: row;
    -khtml-flex-direction: row;
    flex-direction: row;

    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    -khtml-flex-wrap: wrap;
    flex-wrap: wrap;
}

.info-category {
    border-radius: 0;
    width: calc(50% - 28px);
    background: #f3f3f3;
    border: 1px solid #e5e5e5;
    box-sizing: border-box;
    padding: 16px 20px 16px 55px;
    cursor: pointer;
    position: relative;
    margin: 0 14px 28px;
    -webkit-transition: all 0.1s;
    -moz-transition: all 0.1s;
    -ms-transition: all 0.1s;
    -o-transition: all 0.1s;
    transition: all 0.1s;
}

.info-category:hover {
    background: #fff;
    border-radius: 5px;
}

.info-category a {
    display: block;
    font-size: 15px;
    text-decoration: none;
    line-height: 15px;
}

.info-category img {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 15px;
}

/* ---------- */

#section-news {
    padding-top: 100px;
}

.read-more {
    color: #cab86e;
    font-size: 12px;
    text-decoration: underline;
}

.latest-news-single {
    margin-left: 10px;
}

.latest-news-single a {
    display: block;
}

.latest-news-single img {
    display: block;
    object-fit: cover;
    width: 300px;
    height: 300px;
    max-width: 100%;
}

.news-heading {
    padding: 15px 25px 15px;
}

/* ---------- */

#section-companies {
    padding-top: 100px;
}

#section-companies .random-companies {
    display: -ms-flex;
    display: -o-flex;
    display: -moz-flex;
    display: -webkit-flex;
    display: flex;

    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    -o-flex-direction: row;
    -khtml-flex-direction: row;
    flex-direction: row;

    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    -khtml-flex-wrap: wrap;
    flex-wrap: wrap;
}

#section-companies .company {
    width: 25%;
    padding: 0 0 24px 24px;
}

#section-companies .company a {
    display: block;
    text-align: center;
    border-bottom: 6px solid #0000;
    -webkit-transition: all 0.1s;
    -moz-transition: all 0.1s;
    -ms-transition: all 0.1s;
    -o-transition: all 0.1s;
    transition: all 0.1s;
}

#section-companies .company a:hover {
    border-bottom-color: #cab86e;
}

#section-companies .company img {
    width: 150px;
    height: 175px;
    object-fit: scale-down;
}

/* ---------- */

#section-box-attention {
    background: url(../images/footer-home.jpg) no-repeat top center;
    background-size: cover;
    padding: 80px 20px;
    margin-top: 60px;
}

#section-box-attention h2 {
    color: #fff;
}

.box-attention {
    background: url(../images/bg-forest-blurry.png) no-repeat top center;
    background-size: cover;
    padding: 70px 15px;
}

.box-attention h4 {
    color: #fff;
    font-size: 22px;
    line-height: 30px;
    margin-top: 25px;
    margin-bottom: -5px;
}

.box-attention {
    background-size: contain;
    padding-top: 148px;
}

.box-attention a {
    position: relative;
    top: 0;
}

.box + .box {
    margin-top: 30px;
}


/* ---------- */

.footer {
    padding: 40px 50px;
    position: relative;
}

.footer:before {
    content: '';
    position: absolute;
    width: calc(100% - 100px);
    height: 2px;
    background: #e1e1e1;
    border-bottom: 1px solid #f5f5f5;
    top: 100px;
}

.footer h4 {
    padding-bottom: 25px;
    margin-bottom: 21px;
}

.footer ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.footer ul li a {
    font-size: 12px;
    color: #000;
    line-height: 25px;
    text-decoration: none;
}

.footer ul li a:before {
    content: '>';
    color: #d7d7d7;
    padding-right: 6px;
}

.footer ul li a + a:before {
    content: '';
    padding-right: 3px;
}

.footer ul li a:hover:before {
    color: #000;
}

.copyright {
    background: #cab86e;
    font-size: 12px;
    text-align: center;
    padding: 19px 5px;
    color: #fff;
}

/* ---------- */

#breadcrumbs {
    display: -ms-flex;
    display: -o-flex;
    display: -moz-flex;
    display: -webkit-flex;
    display: flex;

    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    -o-flex-wrap: nowrap;
    -khtml-flex-wrap: nowrap;
    flex-wrap: nowrap;

    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    -o-flex-direction: row;
    -khtml-flex-direction: row;
    flex-direction: row;
}

#breadcrumbs a {
    font-size: 12px;
    line-height: 25px;
    color: #9a9999;
    display: inline-block;
    position: relative;
    text-decoration: none;
}

#breadcrumbs a[href]:hover {
    text-decoration: underline;
}
#breadcrumbs a:not([href]) {
    color: grey;
    cursor: default;
}


#breadcrumbs a + a {
    padding-left: 15px;
    margin-left: 10px;
}

#breadcrumbs a + a:before {
    content: '>';
    position: absolute;
    top: 0;
    left: 0;
}

/* ---------- */

.catalog-filters {
    padding: 20px;
    position: relative;
    padding-left: 95px;
    display: -ms-flex;
    display: -o-flex;
    display: -moz-flex;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    background: #cab86e;
    border-radius: 3px;
}

.catalog-filters > img {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 40px;
    filter: contrast(10);
}

.catalog-filters select {
    font-size: 12px;
    color: #9a9999;
    border: 1px solid #d7d7d7;
    padding: 6px 15px;
    min-width: 150px;
    margin-left: 30px;
    height: 32px;
    border-radius: 2px;
    text-transform: uppercase;
}

.catalog-filters-active {
    margin-top: 45px;
}

.catalog-filters-active ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: -ms-flex;
    display: -o-flex;
    display: -moz-flex;
    display: -webkit-flex;
    display: flex;

    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    -o-flex-direction: row;
    -khtml-flex-direction: row;
    flex-direction: row;

    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    -khtml-flex-wrap: wrap;
    flex-wrap: wrap;
}

.catalog-filters-active ul li {
    font-size: 12px;
    color: #000;
    background: #ede7cf;
    padding: 9px 16px;
    display: inline-block;
    cursor: pointer;
    position: relative;
    padding-right: 29px;
    line-height: 14px;
    border: 1px solid #0000;
    text-transform: uppercase;
    font-weight: 500;
    margin-right: 15px;
    margin-bottom: 15px;
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
}

.catalog-filters-active ul li span {
    color: #757575;
    padding-right: 6px;
    font-size: 10px;
    text-transform: uppercase;
    display: block;
}

.catalog-filters-active ul li:hover {
    background: #f9f9f9;
    border-color: #cecece;
    border-radius: 2px;
}

.catalog-filters-active ul li:after {
    content: '';
    display: block;
    background: url(../images/icon-times.png) no-repeat;
    width: 13px;
    height: 13px;
    position: absolute;
    right: 9px;
    top: 10px;
}

.catalog-filters h4 {
    color: white;
}

.catalog-stats {
    background: #f3f3f3;
    color: #000;
    font-size: 12px;
    line-height: 12px;
    padding: 10px 13px;
    border: 1px solid #e1e1e1;
}

.catalog {
    margin-top: 25px;
    display: -ms-grid;
    display: -moz-grid;
    display: grid;
    width: 100%;
    -webkit-grid-gap: 25px;
    grid-gap: 25px;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
}

.catalog-vertical {
    margin-top: 25px;
    display: -ms-grid;
    display: -moz-grid;
    display: grid;
    width: 100%;
    -webkit-grid-gap: 25px;
    grid-gap: 25px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
}

/* IE fix'as (neveikia autoplacement'as, pats turi nurodyti kur koks blokas bus) */

.catalog-vertical > .catalog-item:nth-child(1) { -ms-grid-row: 1; }
.catalog-vertical > .catalog-item:nth-child(2) { -ms-grid-row: 2; }
.catalog-vertical > .catalog-item:nth-child(3) { -ms-grid-row: 3; }
.catalog-vertical > .catalog-item:nth-child(4) { -ms-grid-row: 4; }
.catalog-vertical > .catalog-item:nth-child(5) { -ms-grid-row: 5; }
.catalog-vertical > .catalog-item:nth-child(6) { -ms-grid-row: 6; }
.catalog-vertical > .catalog-item:nth-child(7) { -ms-grid-row: 7; }
.catalog-vertical > .catalog-item:nth-child(8) { -ms-grid-row: 8; }
.catalog-vertical > .catalog-item:nth-child(9) { -ms-grid-row: 9; }
.catalog-vertical > .catalog-item:nth-child(10) { -ms-grid-row: 10; }

.company-location {
    background: #194701;
    color: #fff;
    line-height: 17px;
    position: absolute;
    top: 8px;
    left: 8px;
    font-size: 11px;
    padding: 2px 8px;
    border-radius: 2px;
    text-transform: uppercase;
}

.catalog-companies > .company {

}

/* IE fix'as */

.catalog-companies>.company:nth-child(1) { -ms-grid-column: 1; -ms-grid-row: 1; }
.catalog-companies>.company:nth-child(2) { -ms-grid-column: 2; -ms-grid-row: 1; }
.catalog-companies>.company:nth-child(3) { -ms-grid-column: 3; -ms-grid-row: 1; }
.catalog-companies>.company:nth-child(4) { -ms-grid-column: 1; -ms-grid-row: 2; }
.catalog-companies>.company:nth-child(5) { -ms-grid-column: 2; -ms-grid-row: 2; }
.catalog-companies>.company:nth-child(6) { -ms-grid-column: 3; -ms-grid-row: 2; }
.catalog-companies>.company:nth-child(7) { -ms-grid-column: 1; -ms-grid-row: 3; }
.catalog-companies>.company:nth-child(8) { -ms-grid-column: 2; -ms-grid-row: 3; }
.catalog-companies>.company:nth-child(9) { -ms-grid-column: 3; -ms-grid-row: 3; }
.catalog-companies>.company:nth-child(10) { -ms-grid-column: 1; -ms-grid-row: 4; }
.catalog-companies>.company:nth-child(11) { -ms-grid-column: 2; -ms-grid-row: 4; }
.catalog-companies>.company:nth-child(12) { -ms-grid-column: 3; -ms-grid-row: 4; }
.catalog-companies>.company:nth-child(13) { -ms-grid-column: 1; -ms-grid-row: 5; }
.catalog-companies>.company:nth-child(14) { -ms-grid-column: 2; -ms-grid-row: 5; }
.catalog-companies>.company:nth-child(15) { -ms-grid-column: 3; -ms-grid-row: 5; }
.catalog-companies>.company:nth-child(16) { -ms-grid-column: 1; -ms-grid-row: 6; }
.catalog-companies>.company:nth-child(17) { -ms-grid-column: 2; -ms-grid-row: 6; }
.catalog-companies>.company:nth-child(18) { -ms-grid-column: 3; -ms-grid-row: 6; }
.catalog-companies>.company:nth-child(19) { -ms-grid-column: 1; -ms-grid-row: 7; }
.catalog-companies>.company:nth-child(20) { -ms-grid-column: 2; -ms-grid-row: 7; }
.catalog-companies>.company:nth-child(21) { -ms-grid-column: 3; -ms-grid-row: 7; }

.catalog-item {
    border: 1px solid #e1e1e1;
    position: relative;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.catalog-no-border .catalog-item {
    border: 0;
}

.catalog-item a {
    display: block;
}

.catalog-item-image {
    text-align: center;
}

.catalog-item-image img {
    height: 200px;
    object-fit: scale-down;
    max-width: 90%;
    max-width: 145px;
}

.catalog-item-desc {
    font-size: 15px;
}

.catalog-item-desc .heading {
    background: #f3f3f3;
    font-weight: 700;
    color: #000;
    border-bottom: 1px solid #d7d7d7;
    margin-bottom: 0;
    line-height: 18px;
    padding: 8px 15px;
}

.catalog-item-desc p {
    padding: 21px 13px;
    margin-bottom: 0;
}

.catalog-companies .company-rating {
    position: absolute;
    top: 6px;
    right: 8px;
}

.catalog-item:not(.catalog-item-static):hover {
    -webkit-box-shadow: 0 1px 10px -1px #e2e2e2;
    -moz-box-shadow: 0 1px 10px -1px #e2e2e2;
    box-shadow: 0 1px 10px -1px #e2e2e2;
    -webkit-transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    -o-transform: translateY(-5px);
    transform: translateY(-5px);
}

.catalog-item:not(.catalog-item-static):hover .heading {
    border-color: #afab9e;
    background: #cab86e;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.catalog-item:not(.catalog-item-static):hover .heading a {
    color: #fff;
    text-decoration: none;
}


.catalog-vertical .catalog-item + .catalog-item {
    border-top: 1px solid #ebebeb;
    padding-top: 20px;
}

/* ---------- */

.catalog-pagination {
    margin-top: 50px;
}

.catalog-pagination a {
    font-size: 12px;
    color: #000;
    border: 2px solid #e1e1e1;
    line-height: 20px;
    display: inline-block;
    height: 32px;
    padding: 4px 10px;
    cursor: pointer;
    text-decoration: none;
    text-align: center;
    margin-bottom: 10px;
}

.catalog-pagination a.active {
    background: #194701;
    color: #fff;
    border-color: #194701;
    cursor: default;
    pointer-events: none;
}

.catalog-pagination a:not(.active):hover {
    background: #cab86e;
    border-color: #cab86e;
    color: #fff;
}

/* ---------- */

#section-join-us {
    padding: 20px 50px 50px;
    margin-top: 10px;
    background-size: cover;
    background-repeat: no-repeat;

}

#section-join-us h1,
#section-join-us p {
    color: #fff;
}

/* -------- */

.box-review-form {
    padding: 20px;
}

.review-form .input-container + .input-container {
    margin-top: 20px;
}

.reviews-text-all {
    padding: 20px;
}

.review-meta .rating {
    margin-bottom: 0;
}

.review-meta small {
    margin-left: 10px;
    vertical-align: 3px;
}

.review-form .rating li a {
    color: #0000;
}

/* --------- */

.calculcator-form {
    padding: 25px 20px;
}

.offer-form label,
.forest-report-form label,
.calculcator-form label {
    display: block;
    width: 100%;
    font-size: 18px;
    font-weight: 700;
    color: #000;
    margin-bottom: 5px;
}

.calculator-input + .calculator-input {
    margin-top: 20px;
}

.review-form input[type=text],
.review-form input[type=number],
.review-form input[type=email],
.review-form textarea,

.forest-report-form input[type=text],
.forest-report-form input[type=number],
.forest-report-form input[type=email],

.calculcator-form input[type=text],
.calculcator-form input[type=number],
.calculcator-form select {
    font-size: 15px;
    color: #000;
    background: #f3f3f3;
    border: 1px solid #d7d7d7;
    width: 100%;
    padding: 15px 15px;
    margin: 0;
}

.input-container[data-unit] input {
    margin: 0;
    padding-right: 60px;
}

.input-container[data-unit]:after {
    content: attr(data-unit);
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 16px;
    font-size: 18px;
    font-weight: 700;
    color: #9a9999;
}

/* --------- */

#section-forest-report {
    background: url(../images/bg-report.jpg) no-repeat top center;
    padding-top: 230px;
    margin-top: 10px;
    background-size: contain;
}

.forest-report-form {
    padding: 30px 40px 40px;
    max-width: 1000px;
    margin: 0 auto;
    background: white;
    position: relative;
}

.forest-report-form:before {
    content: '';
    width: 514px;
    height: 284px;
    position: absolute;
    bottom: calc(100% - 30px);
    left: 50%;
    transform: translateX(-50%);
    background: url(../images/dekoracija-virsus-rankos.png) no-repeat top center;
    z-index: 10;
}

/* ---------- */

#section-company-profile {
    border: 1px solid #e1e1e1;
    padding: 0 25px 25px;
    position: relative;
    margin-top: 10px;
}

.company-details {
    margin: 20px 0 0;
    padding: 0;
    list-style-type: none;
}

.company-details > li {
    font-size: 15px;
    padding: 6px 0;
    border-bottom: 1px solid #d7d7d7;
}

.company-details li:first-child {
    border-top: 1px solid #d7d7d7;
}

.rating-results {
    color: #9a9999;
    font-size: 15px;
    vertical-align: 2px;
}

.company-main-info {
    padding-right: 100px;
}

.company-logo {
    border: 1px solid #d7d7d7;
    width: 105px;
    height: 100px;
    position: absolute;
    top: 22px;
    right: 22px;
    padding: 5px;
    object-fit: scale-down;
    border-radius: 2px;
}

.company-map {
    width: 100%;
    border: 0;
    min-height: 400px;
    margin-top: 15px;
}

/* ---------- */

.company-tabs {
    margin-top: 25px;
}

.company-tabs .tabs-nav {
    border-bottom: 1px solid #d7d7d7;
}

.company-tabs .tabs-nav li a {
    background: #f3f3f3;
    color: #000;
    font-size: 12px;
    padding: 8px 21px;
    border: 1px solid #d7d7d7;
    display: block;
    text-decoration: none;
    cursor: pointer;
    border-bottom: 0;
}

.company-tabs .tabs-nav li a.active {
    background: #d7d7d7;
    cursor: default;
}

.company-tabs .tabs-nav li a:not(.active):hover {
    background: #efefef;
}

.company-tabs .tabs-nav li + li a {
    border-left: 0;
}

.company-tabs .tabs-nav li a {
    background: #f9f9f9;
    color: #000;
    font-size: 13px;
    padding: 11px 29px;
    border: 1px solid #fff;
    display: block;
    text-decoration: none;
    cursor: pointer;
    border-bottom: 0;
    margin-right: 2px;
    box-shadow: 3px 0 6px -7px black;
}

.company-tabs .tabs-nav li a.active {
    background: #d7d7d7;
    cursor: default;
    border-radius: 2px 2px 0 0;
    color: #505050;
}

/* ---------- */

form label.required:after {
    content: '*';
    color: red;
    padding-left: 5px;
}

.offer-form input[type=checkbox] + label {
    position: relative;
    display: inline-block;
    width: auto;
    cursor: pointer;
    vertical-align: middle;
    margin-right: 10px;
}

.offer-form input[type=checkbox] + label:before {
    content: '';
    background: #f3f3f3;
    width: 23px;
    height: 23px;
    display: block;
    border: 1px solid #808080;
}

.offer-form input[type=checkbox] + label:after {
    content: '';
    width: 12px;
    height: 7px;
    border-bottom: 2px solid #000;
    border-left: 2px solid #000;
    position: absolute;
    top: 6px;
    left: 6px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    border-color: transparent;
}

.offer-form input[type=checkbox]:checked + label:after {
    border-color: #000;
}

.offer-form input[type=checkbox] {
    opacity: 0;
    pointer-events: none;
    z-index: -1;
    height: 25px;
    width: 26px;
    position: absolute;
}

.offer-form input[type=checkbox].error + label:before {
    color: red;
}

/* ---------- */

.img-header {
    width: 100%;
    margin-top: 10px;
    margin-bottom: 20px;
}

.img-round {
    padding: 17px;
    border-radius: 50%;
}

.img-container {
    position: relative;
    padding-top: 60px !important;
    /* margin-top: 30px; */
    /*height: 100%;*/
}

.img-absolute-top {
    position: absolute;
    top: -50px;
    background: #fff;
    left: 50%;
    transform: translateX(-50%);
}

/* ---------- */

.advantages-columns {
    margin-top: 80px;
}

.advantages-columns p {
    text-align: center;
}

/* ---------- */

.contact-location iframe {
    width: 100%;
    border: 0;
}

.contact-us-description {
    padding: 0 25px 20px;
    border: 1px solid #e1e1e1;
}

/* ---------- */

.page-extra {
    padding: 0 25px 20px;
    border: 1px solid #e1e1e1;
    margin-top: 10px;
}

.extra-pages-links {
    margin-top: 30px;
}

.extra-pages-links a {
    display: block;
    font-size: 28px;
    font-weight: 700;
    text-decoration: none;
    padding: 25px 30px;
    color: #fff;
    background-size: cover;
}

.extra-pages-links a + a {
    margin-top: 25px;
}

/* --------- */

.flex-equal-columns > div {
    flex-basis: 0;
    flex-grow: 1;
}

/* --------- */

.form-style-colums {

}

.form-style-colums .input-element {
    margin-bottom: 10px;
    display: flex;
    flex-direction: row;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    -webkit-flex-wrap: nowrap;
}

.form-style-colums .input-element > label {
    font-size: 13px;
    color: #9a9999;
    display: block;
    width: 200px;
    text-align: right;
    padding-right: 15px;
    padding-top: 6px;
}

.form-style-colums .required label:after {
    content: '*';
    color: red;
    padding-left: 5px;
}

.form-style-colums input[type=text],
.form-style-colums input[type=email],
.form-style-colums input[type=password] {
    font-size: 15px;
    color: #000;
    background: #f3f3f3;
    border: 1px solid #d7d7d7;
    width: 100%;
    padding: 12px 12px;
}

/* --------- */

.form-style-small input[type=text],
.form-style-small input[type=email],
.form-style-small input[type=password] {
    font-size: 15px;
    color: #000;
    background: #f3f3f3;
    border: 1px solid #d7d7d7;
    width: 100%;
    padding: 8px 10px;
    margin-bottom: 10px;
    margin-top: 5px;
}

.form-style-small label {
    font-size: 14px;
    display: block;
    padding-bottom: 4px;
    margin-top: 10px;
}

/* ---------- */

.register-form {
    margin-bottom: 20px;
}

.register-form .input-element > div {
    width: 100%;
}

/* ---------- */

.heading-toggle {
    padding: 1px 15px;
    position: relative;
    cursor: pointer;
}

.heading-toggle i {
    position: absolute;
    top: 50%;
    right: 20px;
    border: 1px solid #d7d7d7;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    text-align: center;
    padding-top: 5px;
    color: #d7d7d7;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.heading-toggle.active i {
    -webkit-transform: translateY(-50%) rotate(180deg);
    -moz-transform: translateY(-50%) rotate(180deg);
    -ms-transform: translateY(-50%) rotate(180deg);
    -o-transform: translateY(-50%) rotate(180deg);
    transform: translateY(-50%) rotate(180deg);
}

/* ---------- */

.contact-form label,
.company-comment-form label {
    display: block;
    width: 100%;
    font-size: 15px;
    color: #9a9999;
    margin-bottom: 5px;
}

.offer-form input[type=text],
.offer-form input[type=email],
.offer-form input[type=number],
.offer-form input[type=password],
.offer-form textarea,

.contact-form input[type=text],
.contact-form input[type=email],
.contact-form input[type=number],
.contact-form input[type=password],
.contact-form textarea,

.form-style-a input[type=text],
.form-style-a input[type=email],
.form-style-a input[type=password],

.company-comment-form input[type=text],
.company-comment-form input[type=email],
.company-comment-form input[type=number],
.company-comment-form input[type=password],
.company-comment-form textarea {
    font-size: 15px;
    color: #000;
    background: #f3f3f3;
    border: 1px solid #d7d7d7;
    width: 100%;
    padding: 15px 15px;
    margin-bottom: 10px;
    margin-top: 5px;
}

.company-comment-form input[type=text].error,
.company-comment-form input[type=email].error,
.company-comment-form input[type=number].error,
.company-comment-form input[type=password].error,
.company-comment-form textarea.error {
    border-color: red;
}

.company-comment-form textarea {
    resize: vertical;
}

.input-container {
    position: relative;
}

.form-style-a .input-container input,
.input-container > img.icon-left + input,
.company-comment-form .input-container input {
    padding-left: 50px;
}

.form-style-a img,
.input-container > img.icon-left,
.company-comment-form img {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 12px;
}

/* ---------- */

.contact-form-sticky {
    position: fixed;
    width: 300px;
    background: #f3f3f3;
    right: 0;
    bottom: 50px;
    padding: 20px;
    border: 1px solid #9c9c9c;
    border-right: none;
    border-radius: 2px;
    z-index: 5;
}

.contact-form-sticky .modal-btn-close {
    top: 0;
    transform: none;
    right: 0;
}

.contact-form-sticky:not(.expanded) h4 {
    font-size: 15px;
    line-height: 20px;
}

.contact-form-sticky input[type=text],
.contact-form-sticky input[type=email],
.contact-form-sticky textarea {
    font-size: 13px;
    padding: 10px;
    margin-bottom: 0;
    margin-top: 0;
    border: 1px solid #b5b5b5;
    background: #fff;
}

.contact-form-sticky .calculator-input + .calculator-input {
    margin-top: 10px;
}

.contact-form-sticky .sticky-content {
    display: none;
}

.contact-form-sticky.expanded .sticky-content {
    display: block;
}

.contact-form-sticky:not(.expanded) {
    cursor: pointer;
    padding: 8px 15px;
}

/* ---------- */

.catalog-news .news-item {
    margin-left: 0;
}

.catalog-news >.news-item:nth-child(1) { -ms-grid-column: 1; -ms-grid-row: 1; }
.catalog-news >.news-item:nth-child(2) { -ms-grid-column: 2; -ms-grid-row: 1; }
.catalog-news >.news-item:nth-child(3) { -ms-grid-column: 3; -ms-grid-row: 1; }
.catalog-news >.news-item:nth-child(4) { -ms-grid-column: 1; -ms-grid-row: 2; }
.catalog-news >.news-item:nth-child(5) { -ms-grid-column: 2; -ms-grid-row: 2; }
.catalog-news >.news-item:nth-child(6) { -ms-grid-column: 3; -ms-grid-row: 2; }
.catalog-news >.news-item:nth-child(7) { -ms-grid-column: 1; -ms-grid-row: 3; }
.catalog-news >.news-item:nth-child(8) { -ms-grid-column: 2; -ms-grid-row: 3; }
.catalog-news >.news-item:nth-child(9) { -ms-grid-column: 3; -ms-grid-row: 3; }
.catalog-news >.news-item:nth-child(10) { -ms-grid-column: 1; -ms-grid-row: 4; }
.catalog-news >.news-item:nth-child(11) { -ms-grid-column: 2; -ms-grid-row: 4; }
.catalog-news >.news-item:nth-child(12) { -ms-grid-column: 3; -ms-grid-row: 4; }
.catalog-news >.news-item:nth-child(13) { -ms-grid-column: 1; -ms-grid-row: 5; }
.catalog-news >.news-item:nth-child(14) { -ms-grid-column: 2; -ms-grid-row: 5; }
.catalog-news >.news-item:nth-child(15) { -ms-grid-column: 3; -ms-grid-row: 5; }
.catalog-news >.news-item:nth-child(16) { -ms-grid-column: 1; -ms-grid-row: 6; }
.catalog-news >.news-item:nth-child(17) { -ms-grid-column: 2; -ms-grid-row: 6; }
.catalog-news >.news-item:nth-child(18) { -ms-grid-column: 3; -ms-grid-row: 6; }
.catalog-news >.news-item:nth-child(19) { -ms-grid-column: 1; -ms-grid-row: 7; }
.catalog-news >.news-item:nth-child(20) { -ms-grid-column: 2; -ms-grid-row: 7; }
.catalog-news >.news-item:nth-child(21) { -ms-grid-column: 3; -ms-grid-row: 7; }

.catalog-news .read-more {
    display: inline-block;
}

.catalog-news .meta {
    float: right;
}

.news-length {
    background: #cab86e;
    font-size: 10px;
    color: #fff;
    line-height: 17px;
    position: absolute;
    top: 8px;
    left: 8px;
    padding: 0 8px;
}

.fb-article-badge {
    color: #fff;
    background: #4267b2;
    font-size: 10px;
    line-height: 17px;
    position: absolute;
    top: 8px;
    left: 8px;
    padding: 0 8px;
}

.article-print-block * {
    max-width: 100% !important;
}

.news-image {
    display: block;
    max-width: 100%;
    margin-bottom: 30px;
    margin-top: 10px;
}

.news-full {
    border: 1px solid #e1e1e1;
    padding: 0 25px 25px;
    margin-top: 15px;
    margin-bottom: 40px;
}

.news-full .external {
    text-align: right;
    margin-top: 40px;
}

.share-options {
    margin-top: 25px;
}

.share-options a {
    text-decoration: none;
    opacity: 0.2;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    margin-right: 7px;
    display: inline-block;
}

.share-options a:hover {
    opacity: 1;
}

/* ---------- */

.faq-popular {
    padding: 20px;
}

.catalog-faq {
    display: -ms-grid;
    display: -moz-grid;
    display: grid;
    width: 100%;
    -webkit-grid-gap: 25px;
    grid-gap: 25px;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: minmax(min-content, 30%) auto auto;
}

.catalog-faq .faq-link:nth-child(1) { -ms-grid-column: 1; -ms-grid-row: 1; }
.catalog-faq .faq-link:nth-child(2) { -ms-grid-column: 2; -ms-grid-row: 1; }
.catalog-faq .faq-link:nth-child(3) { -ms-grid-column: 3; -ms-grid-row: 1; }
.catalog-faq .faq-link:nth-child(4) { -ms-grid-column: 1; -ms-grid-row: 2; }
.catalog-faq .faq-link:nth-child(5) { -ms-grid-column: 2; -ms-grid-row: 2; }
.catalog-faq .faq-link:nth-child(6) { -ms-grid-column: 3; -ms-grid-row: 2; }
.catalog-faq .faq-link:nth-child(7) { -ms-grid-column: 1; -ms-grid-row: 3; }

.faq-link p {
    margin-bottom: 0;
}

.faq-link {
    position: relative;
    background: #f3f3f3;
    border: 1px solid #e0e0e0;
    padding: 20px;
    padding-left: 90px;
    display: -ms-flex;
    display: -o-flex;
    display: -moz-flex;
    display: -webkit-flex;
    display: flex;
    align-items: center;
}

.faq-link svg {
    width: 50px;
    position: absolute;
    top: 50%;
    left: 20px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.faq-link,
.faq-link svg {
    -webkit-transition: all 0.1s;
    -moz-transition: all 0.1s;
    -ms-transition: all 0.1s;
    -o-transition: all 0.1s;
    transition: all 0.1s;
}

.faq-link:hover {
    text-decoration: none;
    background: #194701;
    color: #fff;
}

.faq-link-simple {
    padding-left: 20px;
}

.faq-link-simple h4 {
    text-align: center;
    width: 100%;
}

.faq-link:hover svg {
    fill: #fff;
}

.faq-category {
    padding: 20px;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 475px;
    display: -ms-flex;
    display: -o-flex;
    display: -moz-flex;
    display: -webkit-flex;
    display: flex;

    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    -khtml-flex-direction: column;
    flex-direction: column;

    justify-content: flex-end;
    margin-bottom: 45px;
}

.faq-category h2 {
    color: #fff;
}

.faq-category .faq-link:hover {
    background: #cab86e;
    border-color: #cab86e;
}

/* ---------- */

.faq-single {
    padding: 0 20px 20px;
    border: 1px solid #e1e1e1;
    margin-top: 10px;
    margin-bottom: 20px;
}

.faq-survey {
    padding: 40px 20px;
    display: -ms-flex;
    display: -o-flex;
    display: -moz-flex;
    display: -webkit-flex;
    display: flex;

    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    -o-flex-direction: row;
    -khtml-flex-direction: row;
    flex-direction: row;

    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    -o-flex-wrap: nowrap;
    -khtml-flex-wrap: nowrap;
    flex-wrap: nowrap;

    justify-content: center;
    margin-bottom: 50px;
}

.faq-survey-btn {
    background: #f3f3f3;
    font-size: 15px;
    color: #000;
    border: 1px solid #d7d7d7;
}

.faq-survey-btn {
    background: #f3f3f3;
    font-size: 15px;
    color: #000;
    border: 1px solid #d7d7d7;
    padding: 26px 31px;
    cursor: pointer;
    -webkit-transition: all 0.1s;
    -moz-transition: all 0.1s;
    -ms-transition: all 0.1s;
    -o-transition: all 0.1s;
    transition: all 0.1s;
}

.faq-survey-btn + .faq-survey-btn {
    margin-left: 20px;
}

.faq-survey h4 {
    padding: 0 35px;
}

.faq-survey-btn:hover {
    background: #194701;
    border-color: #194701;
    color: #fff;
}

.faq-list {
    padding-top: 10px;
}

.faq-link-text a {
    font-size: 15px;
    line-height: 25px;
    position: relative;
    padding-left: 41px;
    display: block;
}

.faq-link-text a svg {
    width: 30px;
    vertical-align: -11px;
    margin-right: 6px;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    fill: #d6d6d6;
}

.faq-link-text a:hover {
    color: #cab86e;
}

.faq-link-text {
    margin-bottom: 15px;
}

.faq-link-text a:hover svg {
    fill: #cab86e;
}

.faq-list {
    padding-top: 10px;
    margin-bottom: 70px;
}

.catalog-faq-categories {
    display: -ms-grid;
    display: -moz-grid;
    display: grid;
    width: 100%;
    -webkit-grid-gap: 25px;
    grid-gap: 25px;
    -ms-grid-columns: 50% auto;
    grid-template-columns: minmax(min-content, 50%) auto;
    margin-top: 25px;
}

.box-contact-person {
    padding: 22px 10px;
}

.box-contact-person .contacts a {
    color: #000;
    font-size: 15px;
    display: block;
    text-align: left;
}

.box-contact-person .contacts a img {
    vertical-align: middle;
    padding-right: 10px;
}

.box-contact-person .contacts {
    padding: 15px 15px 0;
}

.box-contact-person .contacts a + a {
    margin-top: 12px;
}

.box-contact-person img.photo {
    display: block;
    width: 100%;
}

.box-contact-person .contacts a:not([href]) {
    text-decoration: none;
}

/* ---------- */

video.video-plain {
    width: 100%;
    border: 0;
    display: block;
}

/* ---------- */

.modal {
    display: block;
    position: fixed;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    outline: 0;
    background: rgba(0, 0, 0, 0.6);
    opacity: 0;
    -webkit-transition: all 0.15s;
    -moz-transition: all 0.15s;
    -ms-transition: all 0.15s;
    -o-transition: all 0.15s;
    transition: all 0.15s;
    pointer-events: none;
}

.modal .modal-container {
    padding: 30px;
    max-width: 500px;
    margin: 1.75rem auto;
    position: relative;
    width: auto;
    pointer-events: none;

    transition: -webkit-transform .3s ease-out;
    transition: transform .3s ease-out;
    transition: transform .3s ease-out,-webkit-transform .3s ease-out;
    -webkit-transform: translate(0,-25%);
    transform: translate(0,-25%);
}

.modal.modal-large .modal-container {
    max-width: 1100px;
}

.modal.modal-medium .modal-container {
    max-width: 995px;
}

.modal-open {
    overflow-x: hidden;
    overflow-y: auto;
    opacity: 1;
    background: rgba(0, 0, 0, 0.6);
    pointer-events: auto;
    z-index: 105000;
}

.modal.modal-open .modal-container {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
}

.modal-container > * {
    pointer-events: auto;
}

.modal-header, .modal-content, .modal-footer {
    border: none;
}

.modal-content {
    position: relative;
    display: -ms-flex;
    display: -o-flex;
    display: -moz-flex;
    display: -webkit-flex;
    display: flex;

    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    -khtml-flex-direction: column;
    flex-direction: column;

    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #13182c33;
    border-radius: 0.3rem;
    outline: 0;
    -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
    box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
}

.modal-square .modal-content {
    border-radius: 0;
}

.modal-header {
    position: relative;
    -webkit-flex: 1 1 auto;
    -moz-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    -o-flex: 1 1 auto;
    -khtml-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1rem;
    border-bottom: 1px solid #f1f1f1;
}

.modal-body-no-padding .modal-body {
    padding: 0;
}

.modal-body {
    position: relative;
    -webkit-flex: 1 1 auto;
    -moz-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    -o-flex: 1 1 auto;
    -khtml-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1rem;
}

/* ---------- */

.modal-btn-close {
    font-size: 22px;
    display: block;
    color: #000;
    position: absolute;
    top: 50%;
    right: 16px;
    text-align: center;
    cursor: pointer;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    padding: 7px 14px;
    -webkit-transition: all 0.1s;
    -moz-transition: all 0.1s;
    -ms-transition: all 0.1s;
    -o-transition: all 0.1s;
    transition: all 0.1s;
}

.modal-btn-close:hover {
    color: #7d7d7d;
}

/* ---------- */

.modal-facebook {

}

.modal-facebook .modal-container {
    max-width: 630px;
}

.modal-facebook .modal-content {
    border-radius: 0;
    border: none;
}

.modal-facebook .modal-header {
    font-family: Arial;
    background: #4267b2;
    color: white;
    font-size: 14px;
    font-weight: 700;
    border-bottom: 1px solid #29487d;
    padding: 10px 13px;
}

.modal-facebook .modal-btn-close {
    color: #fff;
    right: 5px;
}

.modal-facebook .modal-header .fb-icon {
    width: 25px;
    height: 25px;
    fill: white;
    vertical-align: middle;
    float: right;
}

.fb-modal-title {
    line-height: 25px;
}

.fb-like-icon {
    width: 14px;
    height: 10px;
    fill: #90949c;
}

.modal-facebook .modal-content h4 {
    color: #1d2129;
    font-size: 18px;
    font-weight: 400;
    line-height: 22px;
    font-family: Arial;
}

.modal-facebook .modal-content:before {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 776px;
    height: 515px;
    background: url(../images/branginu-leaves-decoration.png) no-repeat;
    display: none;
    content: '';
    z-index: -1;
    transform: translate(-50%, -50%);
}

@media only screen and (min-width: 768px) {
    .modal-facebook .modal-container {
        margin-top: 120px;
    }

    .modal-facebook .modal-content:before {
        display: block;
    }
}

.article-no-heading {
    padding-top: 20px;
}

/* Cookie / Privacy Policy */

.consent {
    display: block;
    position: fixed;
    bottom: 0;
    width: 100%;
    background: #403f3f;
    box-shadow: 0 0 13px -3px rgba(0, 0, 0, 0.6901960784313725);
    z-index: 200000;
}
.consent > .wrapper {
    padding: 20px 10px;
    text-align: center;
    max-width: 80%;
    margin: 0 auto;
}
.consent p {
    color: #dcdcdc;
    font-size: 13px;
    margin-bottom: 0;
}
.consent .information { padding-right: 50px; }
.consent .more-information .button {
    font-size: 12px;
    padding: 6px 12px;
}
.consent p a {
    font-weight: 700;
    color: #fff;
    text-decoration: underline;
}
.consent p b { color: #fad614; }

@media only screen and (max-width: 767px) {
    .consent .information {
        padding: 0 10px;
    }
    .consent .more-information .button {
        margin-bottom: 5px;
        padding: 8px 12px;
    }
    .consent > .wrapper { max-width: 100%; }
    .consent p { line-height: 18px; }
    .consent p br { display: none; }
    .consent .more-information .button#i-agree { background: white; }
}


/* ---------- */

.call-to {
    display: block;
    position: fixed;
    width: 100%;
    bottom: 0;
    left: 0;
    background: #f9d319;
    background: #0a9a1b; // 20200701
    color: #000;
    text-align: center;
    padding: 10px 10px;
    font-size: 15px;
    z-index: 5000;
    overflow: hidden;
    font-weight: 700;
}

.call-to a {
    background: #0000;
    border: none;
    border-radius: 3px;
    color: #424242;
    color: #fff; // 20200701
    font-weight: 700;
    padding: 2px 5px;
    margin-left: 5px;
    cursor: pointer;
    font-size: 14px;
    display: block;
}

/* ---------- */

.offer-form-section {
    padding: 14px 33px 33px;
}

.offer-form-section-info {
    border-left: 1px solid #d1d1d1;
    background: #f5f5f5;
}

.offer-form .calculator-input + .calculator-input {
    margin-top: 5px;
}

.area-numbers-inputs .input-container {
    /*display: flex;*/
    position: relative;
}

.area-numbers-inputs .input-container button {
    color: #fff;
    background: #0a9a1b;
    border: none;
    padding: 2px 2px 2px;
    cursor: pointer;
    position: absolute;
    border-radius: 50%;
    font-size: 12px;
    top: calc(50% - 3px);
    width: 27px;
    height: 27px;
    right: -14px;
    transform: translateY(-50%);
}


.step-image {
    position: relative;
}

.step-image img {
    display: block;
    max-width: 75px;
}

[data-modal="offer"] .modal-body:before,
[data-modal="offer"] .modal-body:after {
    content: '';
    display: block;
    position: absolute;
}

[data-modal="offer"] .modal-body:before {
    background: url(../images/offer-form-decoration-top.png) no-repeat;
    width: 102px;
    height: 57px;
    top: -24px;
    right: 70px;
    z-index: 10;
}

[data-modal="offer"] .modal-body:after {
    background: url(../images/offer-form-decoration-right.png) no-repeat;
    width: 183px;
    height: 530px;
    left: 100%;
    top: -30px;
}

[data-modal="offer"] .modal-btn-close {
    position: absolute;
    top: 4px;
    right: 4px;
    z-index: 10;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
}

/* ---------- */

.tabs-nav {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: -ms-flex;
    display: -o-flex;
    display: -moz-flex;
    display: -webkit-flex;
    display: flex;
}

.tabs .tab {
    padding-top: 15px;
    display: none;
}

.tabs .tab.active {
    display: block;
}



#block-video h1 {
    text-shadow: 0 0 14px black;
}


/* ---------- */

/* Rating */

.rating {
    list-style: none;
    margin: 0;
    padding: 0;
    width: 80px;
    height: 16px;
    position: relative;
    background: url(../images/rating.png) top left repeat-x;
    margin-bottom: 10px;
}

.rating.already-rated { pointer-events: none; }

.rating li {
    padding: 0;
    margin: 0;
    height: 16px;
    width: 16px;
    float: left;
}

.rating li a:hover {
    background: url(../images/rating.png) left center;
    z-index: 2;
    left: 0;
    border: none;
    cursor: pointer;
}

.rating li.currentScore {
    background: url(../images/rating.png) left bottom;
    left: 0;
    top: 0;
    z-index: 1;
}

.rating li a {
    width: 16px;
    line-height: 16px;
    z-index: 20;
    padding: 0;
    overflow: hidden;
}

.rating li a,
.rating li.currentScore {
    position: absolute;
    height: 16px;
    display: block;
    text-indent: -9000px;
}

.rating a.star1 { left: 0; }
.rating a.star2 { left: 16px; }
.rating a.star3 { left: 32px; }
.rating a.star4 { left: 48px; }
.rating a.star5 { left: 64px; }
.rating a.star6 { left: 80px; }
.rating a.star7 { left: 96px; }
.rating a.star8 { left: 112px; }
.rating a.star9 { left: 128px; }
.rating a.star10 { left: 144px; }

.rating a.star1:hover { width: 16px; }
.rating a.star2:hover { width: 32px; }
.rating a.star3:hover { width: 48px; }
.rating a.star4:hover { width: 64px; }
.rating a.star5:hover { width: 80px; }
.rating a.star6:hover { width: 96px; }
.rating a.star7:hover { width: 112px; }
.rating a.star8:hover { width: 128px; }
.rating a.star9:hover { width: 144px; }
.rating a.star10:hover { width: 160px; }


.offer-form .errors {
    font-size: 14px;
    line-height: 22px;
}

.video-topbar h2 .btn {
    padding: 7px 10px;
    float: right;
    margin-top: 1px;
}

.video-topbar {
    position: absolute;
    background: #cab86e;
    left: 0;
    width: 100%;
    padding: 3px 10px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    top: -100%;
}

.video-topbar h2 {
    margin: 0;
    text-align: center;
    font-size: 19px;
    padding-top: 2px;
}

#block-video.viewing .video-topbar {
    top: 0 !important;
}

/* -------- */

.calculator-helper {
    position: relative;
    float: right;
    cursor: help;
}

.calculator-helper small {
    position: relative;
    font-size: 12px;
    color: #000;
}

.calculator-helper-popup {
    display: block;
    pointer-events: none;
    position: absolute;
    top: 100%;
    width: 510px;
    z-index: 10;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    padding-top: 15px;
    opacity: 0;
    transition: all 0.1s;
}

.calculator-helper-content:before {
    content: 'i';
    position: absolute;
    top: 0;
    left: 0;
    background: #194601;
    color: #fff;
    font-size: 20px;
    width: 24px;
    height: 25px;
    text-align: center;
    line-height: 25px;
    font-style: italic;
    font-family: serif;
    padding-right: 2px;
    opacity: 0;
}

.calculator-helper-content {
    cursor: default;
    padding: 15px;
    background: #fff;
    position: relative;
    border-top: 2px solid #0a9a1a;
}

.calculator-helper-content:after {
    content: '';
    width: 0;
    height: 0;
    position: absolute;
    top: -13px;
    border-bottom: 13px solid #0a9a1b;
    border-left: 16px solid #0000;
    border-right: 16px solid #0000;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}

.calculator-helper-popup p {
    font-size: 14px;
    line-height: 25px;
}

.dashed {
    border-bottom: 1px dashed grey;
}

.calculator-helper-popup img {
    border: 1px solid #e6e6e6;
    max-width: 100%;
    display: block;
    padding: 5px;
}

.calculator-helper:hover .calculator-helper-popup {
    /* display: block; */
    opacity: 1;
    pointer-events: all;
}



/* -------- */

.grecaptcha-badge{
    visibility: collapse !important;
}

/* -------- */

.bar1, .bar2, .bar3 {
    width: 28px;
    height: 5px;
    background-color: #333;
    margin: 5px 0;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -ms-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    border-radius: 10px;
    background-color: #4e4e4e;
}

.mobile-menu-open .bar1 {
    -webkit-transform: rotate(-45deg) translate(-9px, 6px);
    transform: rotate(-45deg) translate(-9px, 6px);
}

.mobile-menu-open .bar2 {opacity: 0;}

.mobile-menu-open .bar3 {
    -webkit-transform: rotate(45deg) translate(-8px, -8px);
    transform: rotate(45deg) translate(-8px, -8px);
}

/* -------- */

.mobile-menu-footer,
.mobile-menu {
    display: none;
}

/* --------- */

.redirect-notice {
    background: #fbd3d3;
    padding: 10px 50px;
    color: #505050;
    padding-left: 20px;
    border-bottom: 1px solid #ea8686;
}

#section-redirect {
    max-width: 600px;
    margin: 0 auto;
    padding: 0 0 20px;
    border: 1px solid #ea8686;
}

#section-redirect p {
    padding: 0px 30px;
}

#message-form-errors {
    background: #ffe5e5;
    color: #f00;
    padding: 5px 10px;
    margin-top: 15px;
    border: 1px solid #f00;
    border-radius: 2px;
}

#message-form-errors p {
    margin-bottom: 0;
}

/* Ads */

.ads-horizontal {
    margin-top: 25px;
}

.ads-flex {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
}

.ads-flex > a {
    padding: 0 5px;
    display: block;
    text-align: center;
}

.ads-flex > a > img {
    display: inline-block;
    max-width: 100%;
}

.ads-flex > a {
    width: 100%;
    margin-bottom: 10px;
}

/* --- */

.box-query-submit {
    border: 1px solid #e1e1e1;
    padding: 0;
}

.box-tab-switch {
    display: flex;
    flex-direction: row;
    margin: 0 -1px;
}

.box-tab-switch > div {
    font-size: 18px;
    color: #000;
    font-weight: 700;
    cursor: pointer;
    text-align: center;
    padding: 15px 0;
    flex: 1;
}

.box-tab-switch div:not(.active) {
    background: #f3f3f3;
    border-bottom: 1px solid #d7d7d7;
    border-left: 1px solid #d7d7d7;
    border-right: 1px solid #d7d7d7;
    color: #9a9999;
}

.box-query-submit .input-element label {
    color: #9a9999;
    font-size: 10px;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 10px;
    display: inline-block;
}

.box-query-submit .input-element {
    position: relative;
}

.box-query-submit .input-element input {
    font-size: 15px;
    color: #000;
    border: 1px solid #d7d7d7;
    margin: 0;
    padding: 14px;
    display: block;
    width: 100%;
    background: white;
}

.box-query-submit .input-element label {
    color: #199927;
}

.box-query-submit .input-element input {
    border-color: #199927;
}

.box-query-submit .area-numbers-inputs .input-container + .input-container {
    margin-top: 10px;
}

.box-query-submit .area-numbers-inputs .input-container button {
    color: #fff;
    background: #0a9a1b;
    border: none;
    padding: 2px 1px 1px;
    cursor: pointer;
    position: absolute;
    border-radius: 50%;
    font-size: 12px;
    top: calc(50% - 0px);
    width: 16px;
    height: 16px;
    right: -8px;
    transform: translateY(-50%);
}

.box-query-submit .area-numbers-inputs .input-container button svg {
    width: 8px !important;
}

.box-query-submit .input-element + .input-element {
    margin-top: 20px;
}

.box-query-submit .rules {
    font-size: 10px;
    color: #9a9999;
}

.box-query-submit .rules span {
    line-height: 17px;
    vertical-align: middle;
    display: inline-block;
    width: 170px;
}

.box-query-submit .rules a {
    color: #199927;
}

.box-query-submit button[type=submit] {
    font-weight: 400;
}

.box-tab {
    display: none;
    padding: 25px 15px 20px;
}

.box-tab.active {
    display: block;
}

.box-query-submit .radio-input input {
    margin-right: 6px;
}

.box-query-submit .radio-input {
    font-size: 14px;
    line-height: 11px;
    vertical-align: top;
}

.box-query-submit .calculator-helper h4 {
    color: #000;
}

.box-query-submit .calculator-helper p {
    color: #000;
    text-transform: none;
}

.box-tab-query .calculator-helper small {
    font-size: 10px;
}

.box-query-submit .query-info-step {
    text-align: center;
}

.box-query-submit .query-info-step img {
    max-width: 48px;
    margin-bottom: 10px;
}

/* --- */

.footer-box-query {
    display: block;
    position: fixed;
    bottom: 0;
    width: 100%;
    padding: 0 30px;
    /* max-width: 1250px; */
    margin: 0 auto;
    z-index: 1000;
}

.footer-box-query > div {
    padding: 0;
    box-sizing: border-box;
    max-width: 1250px;
    margin: 0 auto;
    position: relative;
}

.footer-box-query.hidden .box-tab {
    display: none;
}

.footer-box-query .modal-btn-close {
    top: 80px;
    background: none;
}

.footer-box-query .offer-form {
    display: flex;
    flex-direction: row;
}

.footer-box-query .offer-form > div {
    flex: 1;
    padding-right: 10px;
    padding-left: 10px;
}

.footer-box-query .box-tab-switch {
    max-width: 320px;
    background: #fff;
    position: relative;
    margin: 0;
}

.footer-box-query > div > div {
    background: white;
}

.footer-box-query .box-tab-switch:before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-box-shadow: 0 1px 10px -1px rgba(25, 25, 25, 0.219);
    -moz-box-shadow: 0 1px 10px -1px rgba(25, 25, 25, 0.219);
    box-shadow: 0 1px 10px -1px rgba(25, 25, 25, 0.219);
    z-index: -1;
    left: 0;
}

.footer-box-query .calculator-helper-popup {
    top: auto;
    bottom: 100%;
    padding-bottom: 15px;
    padding-top: 0;
}

.footer-box-query .calculator-helper-content:after {
    top: auto;
    bottom: -13px;
    border-bottom: none;
    border-top: 13px solid #0a9a1b;
}

.footer-box-query .calculator-helper-content {
    border-bottom: 2px solid #0a9a1a;
    border-top: none;
}

.footer-box-query .calculator-helper h4 {
    color: #000;
}

.footer-box-query .calculator-helper p {
    text-transform: none;
    color: #000;
}

.footer-box-query .offer-form label {
    color: #9a9999;
    font-size: 10px;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 5px;
}

.footer-box-query .query-info-steps {
    text-align: center;
    display: flex;
    flex-direction: row;
}

.footer-box-query .query-info-step {
    flex: 1;
}

.footer-box-query .query-info-step img {
    max-width: 48px;
}

.footer-box-query .offer-form input, .footer-box-query .offer-form p {
    margin-bottom: 0;
    background: white;
}

.footer-box-query .rules span {
    line-height: 16px;
    font-size: 11px;
    display: inline-block;
    max-width: 200px;
}

.footer-box-query .offer-form p.rules {
    display: flex;
    align-items: center;
    height: 100%;
}

.footer-box-query .input-element label {
    color: #199927;
}

.footer-box-query .input-element input {
    border-color: #199927;
}

/* --- */

.strongest-logo {
    position: absolute;
    top: -10px;
    left: -13px;
    z-index: 100;
    max-width: 115px;
    transition: all 1s;
    opacity: 1;
}

.strongest-logo.hidden {
    z-index: -1;
    top: 0;
    left: 0;
    opacity: 0;
}

/* --- */

.radio-input label {
    font-size: 14px;
    display: inline-block;
    width: 100%;
    padding: 7px 10px 7px;
    border-radius: 3px;
    cursor: pointer;
}

.radio-input label:hover {
    background: #f7f7f7;
}

.radio-input + .radio-input {
    padding-top: 5px;
}

/* --- */


.top-bar {
    background-color: #0a9a1c;
}

.quick-links a {
    font-size: 15px;
}

.quick-links a:hover {
    background: none;
    cursor: default;
}

.quick-links a[href]:hover {
    background: #0da91f;
    cursor: pointer;
}

.quick-links li + li:before {
    display: none;
}

.quick-links li svg {
    width: 20px;
    fill: #fff;
    vertical-align: middle;
    padding-bottom: 3px;
    margin-right: 5px;
}

/* ---------------- */

.auth-modal {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    padding: 30px 30px 20px;
    border-radius: 10px;
    min-width: 280px;
    max-width: 90vw;
    max-width: 280px;

    overflow-y: auto;
    max-height: 90%;
}

.auth-page {
    height: 100%;
}

.auth-page body {
    background: url('../images/auth-background.jpg') no-repeat center center;
    background-size: cover;
    height: 100%;
}

.auth-page hr {
    background: #dddfe2;
    margin: 22px 0;
}

.auth-page h3 {
    font-size: 14px;
    color: #1d2129;
    font-weight: 600;
}

.auth-page h3 svg {
    width: 21px;
    height: 21px;
    margin-right: 5px;
    vertical-align: middle;
}

.auth-page a {
    font-size: 12px;
    color: #194601;
    text-decoration: underline;
    font-weight: 300;
}

.auth-modal img.logo {
    max-width: 100%;
    min-width: 220px;
}

.auth-modal * {
    font-family: Poppins;
}

.auth-modal button {
    color: #1d2129;
    background: #dddfe2;
    font-size: 13px;
    border-radius: 8px;
    display: block;
    width: 100%;
    padding: 5px 20px 5px 38px;
    height: 38px;
    margin-bottom: 10px;
    cursor: pointer;
    border: 1px solid #dddfe2;
    text-align: left;
    position: relative;
}

.auth-modal button svg {
    width: 15px;
    height: 15px;
    fill: #1d2129;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 12px;
}

.auth-modal button:hover {
    background: #377f60;
    color: white;
    border-color: #377f60;
}

.auth-modal button:hover svg {
    fill: #fff;
}

.auth-modal button:hover,
.auth-modal button:hover svg {
    transition: all 0.3s;
}

.auth-modal button.brown {
    color: white;
    border-bottom: #815340;
    background: #815340;
}

.auth-modal button.brown svg {
    fill: white;
}

.auth-modal button.brown {
    color: #fff;
    border-color: #815340;
    background: #815340;
}

.auth-modal button.brown[disabled] {
    background: #b18572;
    border-color: #b18572;
    cursor: wait;
    text-align: center;
    padding-left: 20px;
}

.auth-page .tab-content {
    position: relative;
    overflow: hidden;
    margin: 0 -30px;
    padding: 0 30px;
}

.auth-page .tab-content .tab-pane {
    /*transition: all 0.3s;*/
    opacity: 0;
    pointer-events: none;
    top: 0;
    position: absolute;
}

.auth-page .tab-content .tab-pane.active {
    opacity: 1;
    pointer-events: all;
    top: 0;
    position: relative;
}

.auth-page .form-style-colums input[type=text],
.auth-page .form-style-colums input[type=email],
.auth-page .form-style-colums input[type=password],
.auth-page .form-style-a input[type=text],
.auth-page .form-style-a input[type=email],
.auth-page .form-style-a input[type=password] {
    font-size: 13px;
    padding: 12px 10px 12px 45px;
    border-radius: 10px;
    margin-bottom: 0;
    margin-top: 0;
}

.auth-page .form-style-colums input[type=text],
.auth-page .form-style-colums input[type=email],
.auth-page .form-style-colums input[type=password] {
    padding-left: 10px;
}

.auth-page .form-style-a img {
    width: 20px;
}

.auth-page .form-style-a .input-container {
    margin-bottom: 10px;
}

.auth-page .form-style-colums .input-element > label {
    width: 100%;
    text-align: left;
    padding-bottom: 7px;
    color: #585858;
}

.auth-page .form-style-colums .input-element {
    flex-direction: column;
}

.auth-page .heading-toggle {
    margin: 0 -30px;
    padding: 10px 30px;
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: 500;
}

.auth-page .tab-pane hr {
    margin-top: 15px;
}

.auth-page .errors p,
.auth-page .success p {
    font-size: 14px;
    border-radius: 5px;
}

.companies-categories a {
    font-size: 14px;
    padding: 5px 15px;
    background: #0a9a1c;
    border-radius: 3px;
    color: white;
    margin: 0 5px 5px 0;
    display: inline-block;
}

/* -------- */

.success-story {
    display: flex;
    flex-direction: row;
    align-items: center;
    border: 1px solid #f0f0f0;
    padding: 40px 30px;
    align-items: flex-start;
}

.success-story + .success-story {
    margin-top: 35px;
}

.success-story-image {
    margin-right: 25px;
}

.success-story-image img {
    max-width: 200px;
    max-height: 200px;
    object-fit: scale-down;
}

.success-story-date {
    color: #6a6a6a;
    background: #dbdbdb;
    border-radius: 15px;
    padding: 4px 10px 2px;
    font-size: 15px;
    line-height: 15px;
}

.success-story-numbers {
    margin-left: 35px;
}

.success-story-price {
    font-size: 28px;
    color: #bababa;
    font-weight: 400;
}

.success-story-price-received {
    color: #0a9a1c;
    font-weight: 700;
}

.success-story-price + p {
    font-size: 16px;
    white-space: nowrap;
}

.success-story-price-percentage {
    color: #000;
}

.success-story-graph {
    border-bottom: 1px solid #e2e2e2;
    padding: 0 8px 0 24px;
    align-self: stretch;
    display: flex;
    align-items: flex-end;
    margin-left: 35px;
    padding-top: 23px;
    overflow: hidden;
    min-width: 155px;
}

.success-story-graph .graph-column {
    background: #bababa;
    width: 51px;
    color: #bababa;
    position: relative;
    height: 0;
    transition: height 0.5s;



    -webkit-animation: expandY 2s; /* Safari, Chrome and Opera > 12.1 */
    -moz-animation: expandY 2s; /* Firefox < 16 */
    -ms-animation: expandY 2s; /* Internet Explorer */
    -o-animation: expandY 2s; /* Opera < 12.1 */
    animation: expandY 2s;
}

.success-story-graph .graph-column:before {
    content: attr(data-label);
    position: absolute;
    bottom: 100%;
    font-size: 12px;
    left: 50%;
    transform: translateX(-50%);
    margin-bottom: 5px;
}

.success-story-graph .graph-column + .graph-column {
    margin-left: 23px;
}

.success-story-graph .graph-column.graph-column-green {
    background: #0a9a1c;
    color: #0a9a1c;
}

.success-story-graph .graph-column:hover {
    opacity: 0.85;
    transition: all 0.1s;
}

.success-story-graph .graph-column:hover:before {
    font-size: 16px;
    transition: all 0.1s;
}

@keyframes expandY {
    0% { transform: translateY(100%); }
    30% { transform: translateY(100%); }
    to   { transform: translateY(0); }
}

@-moz-keyframes expandY {
    0% { transform: translateY(100%); }
    30% { transform: translateY(100%); }
    to   { transform: translateY(0); }
}

@-webkit-keyframes expandY {
    0% { transform: translateY(100%); }
    30% { transform: translateY(100%); }
    to   { transform: translateY(0); }
}

@-ms-keyframes expandY {
    0% { transform: translateY(100%); }
    30% { transform: translateY(100%); }
    to   { transform: translateY(0); }
}

@-o-keyframes expandY {
    0% { transform: translateY(100%); }
    30% { transform: translateY(100%); }
    to   { transform: translateY(0); }
}

/* -------- */

@media (min-width: 769px) and (max-width: 1240px) {
    .top-bar-left ul > li + li {
        margin-left: 0;
    }

    .top-bar-left ul {
        padding-top: 4px;
    }

    .top-bar-left ul > li {
        padding: 1px 4px 6px;
        margin-right: 5px;
    }

    .quick-links .quick-link-disabled img {
        display: none;
    }

    .quick-links a {
        padding: 15px 5px;
    }

    .info-category {
        width: 100%;
    }


}

@media (max-width: 1200px){
    .success-story-graph {
        display: none;
    }
}


@media (min-width: 769px) and (max-width: 1230px) {
    nav.menu > ul > li > a {
        padding: 17px 8px 15px;
        line-height: 20px;
    }

    .navigation .logo a img {
        max-width: 100px;
        object-fit: contain;
        height: auto;
    }
    /*
    #section-companies .company {
        width: 50%;
    }
     */
}

@media (min-width: 1050px) and (max-width: 1230px) {

}

@media (min-width: 769px) and (max-width: 1050px) {
    nav.menu > ul > li > a {

    }

    nav.menu {
        border-top: 1px solid #ececec;
    }

    .navigation .logo {
        float: none;
        text-align: center;
    }

    .navigation .logo a img {
        display: inline-block;
    }

    .navigation .logo a {
        padding: 10px 5px 7px;
    }

    .navigation .container {
        padding: 0;
    }

    .img-container {
        margin-top: 70px;
    }

    .success-story-image { display: none; }

}

@media (min-width: 769px) and (max-width: 900px) {
    nav.menu > ul > li > a {
        font-size: 13px;
        padding: 9px 10px 11px;
    }

    nav.menu > ul > li {
        display: -ms-flex;
        display: -o-flex;
        display: -moz-flex;
        display: -webkit-flex;
        display: flex;
        align-items: center;
    }

    .img-container {
        margin-top: 70px;
    }
}


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

    html, body {
        width: 100vw;
        overflow-x: hidden;
    }

    nav.menu {
        display: none;
    }

    .footer {
        padding: 40px 20px;
    }

    .footer:before {
        display: none;
    }

    .footer h4 {
        padding-bottom: 5px;
        margin-bottom: 5px;
        padding-top: 5px;
    }

    .forest-report-form:before {
        display: none;
    }

    #section-box-attention {
        margin-top: 20px;
        padding: 40px 10px;
        text-align: center;
    }

    #section-box-attention h2 {
        font-size: 21px;
        text-align: center;
        font-weight: 500;
    }

    #section-companies .company {
        width: 100%;
        padding-left: 0;
    }

    #section-companies .random-companies {
        padding-top: 40px;
        display: none;
    }

    .latest-news-single {
        margin-left: 0;
        border: 1px solid #f1f1f1;
    }

    .latest-news {
        white-space: nowrap;
        -webkit-overflow-scrolling: touch;
        overflow-x: auto;
        padding-bottom: 10px;
        display: -ms-flex;
        display: -o-flex;
        display: -moz-flex;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-direction: row;
        -moz-flex-direction: row;
        -ms-flex-direction: row;
        -o-flex-direction: row;
        -khtml-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: nowrap;
        -moz-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        -o-flex-wrap: nowrap;
        -khtml-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }

    .latest-news > div {
        margin-top: 30px;
        display: inline-block;
        width: calc(100vw - 70px);
        padding-left: 0;
        padding-right: 0;
        max-width: 90%;
    }

    .latest-news > div + div {
        margin-left: 20px;
    }

    .latest-news-single .news-heading {
        white-space: initial;
    }

    #section-news,
    #section-companies {
        padding-top: 30px;
    }

    #section-info {
        padding: 20px 20px;
    }

    .info-categories {
        margin-top: 30px;
    }

    .info-category {
        margin-bottom: 15px;
    }

    #section-companies {
        padding-bottom: 20px;
    }

    #section-reviews {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    #section-info-blocks > .row > div {
        margin-bottom: 10px;
        text-align: center;
    }

    #section-info-blocks .info-block {
        padding: 20px 20px;
    }

    .partners {
        width: 100%;
        top: auto;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        -o-flex-wrap: wrap;
        -khtml-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-top: 15px;
    }

    .partners > div:first-child {
        width: 100%;
        text-align: center;
        padding-bottom: 10px;
    }

    #section-video {
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        -o-flex-wrap: wrap;
        -khtml-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-flex-direction: column-reverse;
        -moz-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
        -o-flex-direction: column-reverse;
        -khtml-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }

    #block-call-us img {
        position: relative !important;
        width: 100% !important;
        left: 0 !important;
        display: block;
    }

    #block-call-us {
        margin-left: 0;
    }

    #section-stats {
        margin-top: 0;
    }

    #block-video h1 {
        font-size: 15px;
        line-height: 22px;
        font-weight: 500;
    }

    section.has-sidebar {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }

    .section-sidebar {
        margin-top: 20px;
    }

    .navigation .logo {
        float: none;
    }

    .navigation .logo img {
        max-height: 30px;
    }

    .catalog {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }

    .catalog-filters {
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        -o-flex-direction: column;
        -khtml-flex-direction: column;
        flex-direction: column;
    }

    .company-main-info {
        padding-right: 0;
    }

    .company-logo {
        position: relative;
        width: 100%;
        height: auto;
        top: auto;
        right: auto;
        margin-top: 20px;
    }

    .company-main-info > div {
        padding-left: 0;
        padding-right: 0;
    }

    #section-company-profile .rating {
        display: block !important;
    }

    #section-company-profile h2 {
        margin-bottom: 10px;
    }

    .company-comment-form .btn {
        text-align: left;
    }

    #section-forest-report {
        background: none;
        padding-top: 0;
    }

    .forest-report-form {
        padding: 20px 10px;
    }

    .catalog-faq {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        -webkit-grid-gap: 10px;
        grid-gap: 10px;
    }

    .faq-link-simple {
        padding: 5px;
    }

    .faq-link-simple h4 {
        font-size: 15px;
        font-weight: 400;
        line-height: 18px;
    }

    .faq-category {
        min-height: 200px;
    }

    .navigation {
        padding-right: 60px;
        box-shadow: 0 4px 12px -1px rgba(0, 0, 0, 0.1490);
    }

    .mobile-menu {
        position: absolute;
        top: 13px;
        right: 13px;
        display: block;
        z-index: 10;
    }

    .top-bar {
        display: none;
    }

    nav.menu {
        display: block;
        position: absolute;
        top: 0;
        background: #fff;
        right: -300px;
        z-index: 10;
        padding-top: 60px;
        width: 300px;
        height: 100vh;
        max-width: 80%;
        box-shadow: 0 0 8px -4px rgba(0, 0, 0, 0.631);
        overflow-y: auto;

        -webkit-transition: all 0.15s;
        -moz-transition: all 0.15s;
        -ms-transition: all 0.15s;
        -o-transition: all 0.15s;
        transition: all 0.15s;
    }

    html.mobile-menu-open, html.mobile-menu-open body {
        overflow: hidden;
    }

    .mobile-menu-open nav.menu ul,
    nav.menu ul {
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        -o-flex-direction: column;
        -khtml-flex-direction: column;
        flex-direction: column;
    }

    .mobile-menu-open nav.menu {
        right: 0;
    }

    nav.menu > ul > li > a {
        border-top: 1px solid #e8e8e8;
        padding: 16px 11px 14px;
        padding-left: 40px;
        text-align: left;
    }

    header {
        position: fixed;
        top: 0;
        z-index: 10000;
        width: 100%;
        background: #fff;
    }

    .page {
        padding-top: 63px;
    }

    .mobile-menu-footer {
        display: block;
        padding-top: 20px;
        padding-bottom: 20px;
    }

    #breadcrumbs {
        display: none;
    }

    .latest-news-single img {
        width: 100%;
    }

    .call-to { display: block !important; }

    section#mobile-head {
        display: block !important;
        background: url(../images/bg-mobile-head.jpg) no-repeat top center;
        background-size: cover;
        padding: 30px 30px 300px;
        margin-bottom: 20px;
    }

    section#section-video {
        display: none;
    }

    [data-modal="offer"] .modal-body:before,
    [data-modal="offer"] .modal-body:after {
        display: none;
    }

    .step-image img {
        max-width: 45px;
    }

    .modal .modal-container {
        padding: 30px 10px;
    }

    #section-reviews .review-blocks > div {
        margin-bottom: 20px;
    }

    #block-video video {
        height: auto;
    }

    .strongest-logo,
    #block-call-us {
        display: none;
    }

    .contact-form-sticky {
        /*display: none;*/
    }

    .img-container {
        margin-top: 70px;
    }

    .faq-survey {
        flex-direction: column;
        padding-bottom: 15px;
        padding-top: 15px;
    }

    .faq-survey h4 {
        padding: 0;
        text-align: center;
    }

    .catalog-faq-categories {
        grid-template-columns: 100%;
    }

    .faq-survey-btn {
        display: block;
        width: 100%;
        margin: 10px 0 !important;
        text-align: center;
        border-radius: 5px;
        padding: 15px 20px;
    }

    .news-full h1 {
        font-size: 26px;
        line-height: 30px;
    }

    .contact-form-sticky {
        left: 5px;
        right: 5px;
        bottom: 67px;
        border-radius: 4px;
        text-align: center;
        width: calc(100% - 10px);
        border: 1px solid #b9b7ab;
    }

    .contact-form-sticky.expanded {
        top: 0;
        bottom: 0;
        right: 0;
        left: 0;
        z-index: 10000;
        overflow-y: scroll;
        width: 100%;
    }

    .success-story { max-width: 90vw !important; }

    #section-news {
        display: none;
    }

    #section-info-blocks > .row > div:first-child {
        display: none;
    }

    #section-stories,
    #section-info-blocks,
    #section-reviews .review-blocks > div:not(:first-child),
    #section-form-home-footer,
    #section-stats {
        display: none;
    }

    #section-info .section-info-left p,
    #section-info .section-info-left a {
        display: none;
    }

    #section-info .section-info-left h2 {
        margin-bottom: 0;
        text-align: center;
    }

    .info-category {
        margin-left: 0;
        margin-right: 0;
    }

}

@media (min-width: 576px) and (max-width: 767.98px) {
    section#mobile-head {
        background-position-y: -250px;
    }

    .catalog {
        -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 660px){
    .success-story-image { display: none; }
}

@media (max-width: 575px) {

    .info-category {
        width: 100%;
        margin-bottom: 15px;
    }

    .success-story { flex-wrap: wrap; padding: 20px 30px 10px; }
    .success-story-numbers {
        display: flex;
        flex: 1;
        margin-left: 0;
        justify-content: space-between;
        border-top: 1px solid #e6e6e6;
        padding-top: 15px;
    }
    .success-story-price {
        font-size: 22px; }
    .success-story-price + p {
        font-size: 13px; }
}


