.visible-mobile {
    display: block !important
}

@media (min-width: 600px) {
    .visible-mobile {
        display: none !important
    }
}

.hidden-mobile {
    display: block !important
}

@media (max-width: 599px) {
    .hidden-mobile {
        display: none !important
    }
}

.visible-tablet {
    display: none !important
}

@media (max-width: 1023px) {
    .visible-tablet {
        display: block !important
    }
}

.hide-tablet {
    display: block !important
}

@media (max-width: 1023px) {
    .hide-tablet {
        display: none !important
    }
}

@font-face {
    font-family: "Helvetica Neue", serif-sans;
    font-display: auto;
    src: url("../fonts/HelveticaNeue.woff") format("woff"), url("../fonts/HelveticaNeue.woff2") format("woff2"), url("../fonts/HelveticaNeue.ttf") format("ttf")
}

.container .b-section-title {
    text-align: center;
    color: #3C3C3C;
    margin-bottom: 80px
}

@media (min-width: 851px) {
    .container .b-section-title {
        font: 700 42px/54px "Open Sans", Arial, sans-serif
    }
}

@media (max-width: 850px) {
    .container .b-section-title {
        font: 700 30px/40px "Open Sans", Arial, sans-serif
    }
}

.white-headings-style {
    color: #3C3C3C
}

.white-headings-style h1,
.white-headings-style h2 {
    margin-bottom: 25px;
    color: #3C3C3C
}

@media (min-width: 851px) {
    .white-headings-style h1,
    .white-headings-style h2 {
        font: 700 42px/54px "Open Sans", Arial, sans-serif
    }
}

@media (max-width: 850px) {
    .white-headings-style h1,
    .white-headings-style h2 {
        font: 700 30px/40px "Open Sans", Arial, sans-serif
    }
}

.white-headings-style h3,
.white-headings-style h4,
.white-headings-style h5,
.white-headings-style h6 {
    margin-bottom: 25px;
    color: #3C3C3C
}

@media (min-width: 851px) {
    .white-headings-style h3,
    .white-headings-style h4,
    .white-headings-style h5,
    .white-headings-style h6 {
        font: 700 25px/33px "Open Sans", Arial, sans-serif
    }
}

@media (max-width: 850px) {
    .white-headings-style h3,
    .white-headings-style h4,
    .white-headings-style h5,
    .white-headings-style h6 {
        font: 700 25px/33px "Open Sans", Arial, sans-serif
    }
}

.white-headings-style .equip-list ul li:after {
    content: '';
    width: 13px;
    height: 10px;
    position: absolute;
    left: 0;
    top: .45em;
    background: url(../img/ok.svg) center no-repeat;
    background-size: cover;
    -webkit-background-size: cover
}

ul.social-list {
    padding: 0;
    margin: 0 0 30px -24px;
    list-style-type: none;
    overflow: hidden
}

ul.social-list li {
    float: left;
    margin: 0 0 0 24px !important
}

ul.social-list li:before {
    display: none
}

ul.social-list li a,
ul.social-list li a:hover {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 3px solid #3C3C3C;
    float: left;
    width: 35px;
    height: 35px;
    padding: 6px 0;
    font-size: 14px;
    color: #3C3C3C;
    text-align: center;
    line-height: normal
}

ul.social-list li a:hover {
    border: 3px solid #42861D;
    color: #42861D
}

ul.social-list li:first-child {
    margin: 0 !important
}

.mb-magic-liner.just-preview .serv__prev-out {
    color: #fff
}

/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */

html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

article,
aside,
footer,
header,
nav,
section {
    display: block
}

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

figcaption,
figure,
main {
    display: block
}

figure {
    margin: 1em 0
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

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

a {
    background-color: transparent;
    -webkit-text-decoration-skip: objects
}

a:active,
a:hover {
    outline-width: 0
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted
}

b,
strong {
    font-weight: inherit
}

b,
strong {
    font-weight: bolder
}

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

dfn {
    font-style: italic
}

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

small {
    font-size: 80%
}

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

sub {
    bottom: -0.25em
}

sup {
    top: -0.5em
}

audio,
video {
    display: inline-block
}

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

img {
    border-style: none;
    max-width: 100%
}

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

button,
input,
optgroup,
select,
textarea {
    font-family: sans-serif;
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

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

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText
}

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

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

progress {
    display: inline-block;
    vertical-align: baseline
}

textarea {
    overflow: auto
}

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

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

[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

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

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

details,
menu {
    display: block
}

summary {
    display: list-item
}

canvas {
    display: inline-block
}

template {
    display: none
}

[hidden] {
    display: none
}

ul,
ol {
    list-style: none
}

ul {
    -webkit-transform: translateZ(0);
    -webkit-backface-visibility: hidden
}

img,
abbr {
    border: 0
}

img {
    -ms-interpolation-mode: bicubic;
    vertical-align: middle
}

@media (max-width: 680px) {
    img {
        height: auto
    }
}

html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -ms-overflow-style: scrollbar
}

body {
    color: #3C3C3C;
    margin: 0;
    min-width: 320px;
    background: #454955;
    position: relative;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

@media (max-width: 1199px) {
    body {
        font: 400 16px/25px "Helvetica Neue", Helvetica, sans-serif
    }
}

@media (min-width: 1200px) {
    body {
        font: 400 18px/25px "Helvetica Neue", Helvetica, sans-serif
    }
}

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

img,
svg,
iframe {
    vertical-align: top;
    max-width: 100%
}

iframe {
    width: 100%
}

#primary .site-main,
.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    max-width: 1250px
}

@media (max-width: 1200px) {
    #primary .site-main,
    .container {
        padding-right: 25px;
        padding-left: 25px
    }
}

img {
    font-family: 'object-fit: cover;'
}

a {
    background-color: transparent;
    text-decoration: none;
    color: #42861D;
    text-decoration: none;
    font-weight: 600;
    transition: all .5s ease;
    -o-transition: all .5s ease;
    -webkit-transition: all .5s ease
}

a:hover {
    color: #316D22;
    text-decoration: none
}

#main.site-main {
    padding-top: 10px
}

main.b-content {
    overflow: hidden;
    background: #fff
}

main.b-content .b-section .categoties-blog-row-out h1 {
    margin-bottom: 30px
}

@media (min-width: 851px) {
    main.b-content .b-section .categoties-blog-row-out h1 {
        font: 700 42px/54px "Open Sans", Arial, sans-serif
    }
}

@media (max-width: 850px) {
    main.b-content .b-section .categoties-blog-row-out h1 {
        font: 700 30px/40px "Open Sans", Arial, sans-serif
    }
}

main .b-section-title-small {
    font: 700 36px/38px "Helvetica Neue", Helvetica, sans-serif;
    color: #3C3C3C;
    text-align: left;
    margin-bottom: 35px
}

main .list-green-stylers ul {
    padding: 0;
    margin: 0;
    list-style-type: none
}

main .list-green-stylers ul li {
    font: 400 20px/32px "Helvetica Neue", Helvetica, sans-serif;
    position: relative;
    padding-left: 42px
}

main .list-green-stylers ul li:not(:last-child) {
    margin-bottom: 20px
}

main .list-green-stylers ul li:after {
    content: '';
    width: 21px;
    height: 15px;
    position: absolute;
    left: 0;
    top: .25em;
    background: url(../img/ok.svg) center no-repeat;
    background-size: cover
}

main ul:not(.slick-dots) {
    display: block;
    position: relative;
    padding: 0 20px
}

main ul:not(.slick-dots) li {
    font-weight: 400;
    line-height: 1.7
}

main ul:not(.slick-dots) li:not(:last-of-type) {
    margin: 10px 0
}

main ul:not(.slick-dots) li:last-of-type {
    margin: 10px 0 0
}

main ul:not(.slick-dots) li:before {
    content: '';
    background: transparent url(../img/bullet.svg) center no-repeat;
    background-size: 6px;
    margin: 10px 0 0 0;
    position: absolute;
    left: 0;
    height: 10px;
    width: 6px
}

.tax-product_cat {
    background: #fff
}

.woocommerce-cart .b-content {
    padding: 0 1rem;
    background: #A1A3A9;
    position: relative
}

.woocommerce-cart .b-content:after {
    content: "";
    width: 100%;
    height: 100%;
    background: url("../img/product_halo.svg") center right no-repeat;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.6
}

.woocommerce-cart .b-content .container {
    position: relative;
    z-index: 1
}

@media (max-width: 850px) {
    .woocommerce-cart .b-content .container {
        margin: 4rem 0
    }
}

.woocommerce-checkout .b-content:after {
    content: '';
    width: 100%;
    height: 100%;
    background: url("../img/product_halo.svg") center -240px no-repeat;
    background-size: cover;
    position: fixed;
    top: 0;
    left: 0;
    opacity: 0.6
}

.woocommerce-checkout .container {
    position: relative;
    z-index: 1
}

@media (max-width: 450px) {
    .woocommerce-checkout .container {
        padding: 0
    }
}

.page-template-page-sa-thanks .b-content:after {
    content: '';
    width: 100%;
    height: 100%;
    background: url("../img/product_halo.svg") center -240px no-repeat;
    background-size: cover;
    position: fixed;
    top: 0;
    left: 0;
    opacity: 0.6;
    z-index: 0
}

.four-zero-four.b-content {
    padding: 0 1rem;
    background: #A1A3A9;
    position: relative
}

.four-zero-four.b-content:after {
    content: "";
    width: 100%;
    height: 100%;
    background: url("../img/product_halo.svg") center no-repeat;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.6
}

.four-zero-four.b-content .container {
    position: relative;
    z-index: 1;
    margin: 4em auto;
    background-color: #F7F7F7;
    border: 1px solid #CBCBCB;
    box-shadow: 0 3px 17px rgba(0, 0, 0, 0.15);
    max-width: 800px;
    padding: 4em
}

@media (max-width: 375px) {
    .four-zero-four.b-content .container {
        padding: 2em
    }
}

.four-zero-four.b-content .container .b-section {
    margin: 0
}

@media (max-width: 850px) {
    .four-zero-four.b-content .container .b-section .centered {
        text-align: center
    }
}

@media (max-width: 850px) {
    .four-zero-four.b-content .container {
        margin: 4rem 0
    }
}

@media (min-width: 850px) {
    h3.accordion-title {
        font: 700 25px/33px "Open Sans", Arial, sans-serif
    }
}

@media (max-width: 850px) {
    h3.accordion-title {
        font: 700 25px/33px "Open Sans", Arial, sans-serif
    }
}

.accordion-container .accordion {
    display: block;
    position: relative;
    margin: 0;
    padding: 0;
    margin-bottom: -15px
}

.accordion-container .accordion .accordion-header {
    display: block;
    position: relative;
    margin: 20px 0;
    padding: 15px 90px;
    background-color: #FAFAFA;
    border: 1px solid #CBCBCB;
    cursor: pointer
}

@media (min-width: 851px) {
    .accordion-container .accordion .accordion-header h4 {
        font: 500 20px/25px "Open Sans", Arial, sans-serif
    }
}

@media (max-width: 850px) {
    .accordion-container .accordion .accordion-header h4 {
        font: 700 25px/33px "Open Sans", Arial, sans-serif
    }
}

.accordion-container .accordion .accordion-header:before {
    content: '';
    position: absolute;
    right: 40px;
    width: 20px;
    height: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background: url(../img/f-p.svg) center no-repeat
}

.accordion-container .accordion .accordion-header:after {
    content: 'Q';
    font: 700 20px/28px "Open Sans", Arial, sans-serif;
    color: #42861D;
    position: absolute;
    left: 40px;
    top: 13px
}

.accordion-container .accordion .accordion-header.open:before {
    background: url(../img/f-m.svg) center no-repeat
}

.accordion-container .accordion .accordion-content {
    display: none;
    position: relative;
    margin: 0;
    padding: 0 40px
}

.new-el {
    position: absolute;
    right: 18px;
    top: 18px;
    text-transform: uppercase;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background-color: #42861D;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    padding: 0 15px;
    cursor: default;
    z-index: 1
}

.pt40 {
    padding-top: 40px
}

.categoties-blog {
    display: grid;
    grid-template-columns: 380px 1fr;
    grid-column-gap: 85px;
    -webkit-box-align: start;
    -webkit-align-items: start;
    -ms-flex-align: start;
    align-items: start;
    display: -ms-grid;
    -ms-grid-columns: 30% 20px 65%;
    -ms-grid-rows: 100%
}

@media (max-width: 991px) {
    .categoties-blog {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr
    }
}

.categoties-blog .categoties-blog-row-out {
    -ms-grid-column: 3;
    line-height: 30px
}

@media (max-width: 991px) {
    .categoties-blog .categoties-blog-row-out {
        -ms-grid-column: 1;
        -ms-grid-column-span: 3
    }
}

.categoties-blog .categoties-blog-row-out .b-50 {
    margin-top: -50px
}

@media (max-width: 1220px) {
    .categoties-blog .categoties-blog-row-out .categoties-blog-row .b50 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        -webkit-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
}

@media (min-width: 300px) and (max-width: 992px) {
    .categoties-blog .categoties-blog-row-out .categoties-blog-row .b50:not(:first-child) {
        min-height: 400px
    }
    .categoties-blog .categoties-blog-row-out .categoties-blog-row .b50:first-child {
        min-height: 450px !important
    }
    .categoties-blog .categoties-blog-row-out .categoties-blog-row .b50 .a-more-out {
        left: 0;
        margin: -10px 0
    }
}

@media (min-width: 992px) {
    .categoties-blog .categoties-blog-row-out .categoties-blog-row .b50 {
        min-height: 430px
    }
}

@media (min-width: 1221px) {
    .categoties-blog .categoties-blog-row-out .categoties-blog-row .b50 article {
        margin-bottom: 44px
    }
}

.categoties-blog .categoties-blog-row-out .categoties-blog-row .b50 .a-more-out {
    display: block;
    margin-top: auto;
    padding: 0 25px;
    width: 100%;
    clear: both;
    bottom: 10px
}

@media (min-width: 1221px) {
    .categoties-blog .categoties-blog-row-out .categoties-blog-row .b50 .a-more-out {
        position: absolute;
        bottom: 0
    }
}

.categoties-blog .categoties-blog-row-out .categoties-blog-row .b-obj-image h2,
.categoties-blog .categoties-blog-row-out .categoties-blog-row .b-obj-image h3,
.categoties-blog .categoties-blog-row-out .categoties-blog-row .b-obj-image h4 {
    font-weight: 500;
    font-size: 1.22222em;
    padding-top: 14px;
    padding-bottom: 14px
}

@media (max-width: 576px) {
    .categoties-blog .categoties-blog-row-out .categoties-blog-row .b-obj-image h2,
    .categoties-blog .categoties-blog-row-out .categoties-blog-row .b-obj-image h3,
    .categoties-blog .categoties-blog-row-out .categoties-blog-row .b-obj-image h4 {
        width: 100%;
        position: relative;
        z-index: 10
    }
}

.categoties-blog .categoties-blog-row-out .categoties-blog-row .b-obj-image h2,
.categoties-blog .categoties-blog-row-out .categoties-blog-row .b-obj-image h3,
.categoties-blog .categoties-blog-row-out .categoties-blog-row .b-obj-image h4 {
    width: 70%
}

.categoties-blog-aside {
    -ms-grid-column: 1
}

.categoties-blog-aside.sticky-b {
    position: -webkit-sticky;
    position: sticky;
    top: 150px
}

@media (max-width: 991px) {
    .categoties-blog-aside.sticky-b {
        position: static;
        margin-bottom: 60px
    }
}

.categoties-blog-aside .categoties-blog-aside-title {
    margin-bottom: 23px;
    margin-top: -53px
}

@media (min-width: 851px) {
    .categoties-blog-aside .categoties-blog-aside-title {
        font: 700 42px/54px "Open Sans", Arial, sans-serif
    }
}

@media (max-width: 850px) {
    .categoties-blog-aside .categoties-blog-aside-title {
        font: 700 30px/40px "Open Sans", Arial, sans-serif
    }
}

.categoties-blog-aside .categoties-blog-list {
    padding: 0;
    margin: 0;
    list-style-type: none
}

.categoties-blog-aside .categoties-blog-list li:not(:last-child) {
    margin-bottom: 15px
}

.categoties-blog-aside .categoties-blog-list a {
    font: 400 18px/35px "Open Sans", Arial, sans-serif;
    display: block;
    background-color: #FAFAFA;
    border: 1px solid #B2B2B2;
    font-weight: 500;
    padding: 15px 20px;
    padding-right: 45px;
    color: #3C3C3C;
    position: relative
}

.categoties-blog-aside .categoties-blog-list a:hover {
    background-color: #fff;
    color: #3C3C3C
}

.categoties-blog-aside .categoties-blog-list .current-item a:after {
    content: '';
    width: 21px;
    height: 15px;
    position: absolute;
    right: 19px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background: url(../img/ok.svg) center no-repeat;
    -webkit-background-size: contain;
    background-size: contain
}

.categoties-blog-aside header {
    margin-bottom: 30px;
    color: #42861D
}

.mobile-aside-container {
    display: none;
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 1000
}

@media (max-width: 991px) {
    .mobile-aside-container {
        display: block
    }
}

.mobile-aside-container .mobile-aside-content {
    display: none;
    height: 100vh;
    background-color: #fff;
    padding-right: 15px;
    padding-left: 15px;
    padding-top: 95px;
    overflow-y: scroll
}

.mobile-aside-container .mobile-aside-button-container {
    background-color: #FAFAFA;
    padding: 25px 15px;
    position: relative
}

.mobile-aside-container .mobile-aside-button-container button.mobile-aside-button {
    font: 400 18px/35px "Open Sans", Arial, sans-serif;
    color: #3C3C3C;
    background: none;
    border: 0px;
    padding-left: 40px
}

.mobile-aside-container .mobile-aside-button-container button.mobile-aside-button:before {
    content: '';
    position: absolute;
    width: 20px;
    left: 20px;
    height: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background: url(../img/f-p.svg) center no-repeat;
    margin-top: -1px
}

.mobile-aside-container .mobile-aside-button-container button.mobile-aside-button.active:before {
    background: url(../img/f-m.svg) center no-repeat
}

.pagination-b {
    text-align: center;
    padding-top: 90px;
    white-space: nowrap
}

.pagination-b a {
    display: inline-block;
    width: 46px;
    height: 46px;
    vertical-align: middle
}

.pagination-b span {
    display: inline-block;
    vertical-align: middle;
    width: 46px;
    height: 46px;
    text-align: center;
    line-height: 46px;
    font-size: 20px;
    color: #42861D
}

.pagination-b .pagination-b-num {
    display: inline-block
}

.pagination-b .pagination-b-num.blog_nums li {
    display: inline-block;
    margin: 5px;
    list-style: none;
    background: transparent;
    background-size: 41px;
    -webkit-background-size: 41px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    width: 41px;
    height: 41px;
    vertical-align: top;
    transition: all .5s ease;
    -o-transition: all .5s ease;
    -webkit-transition: all .5s ease
}

.pagination-b .pagination-b-num.blog_nums li:before {
    display: none
}

.pagination-b .pagination-b-num.blog_nums li:not(.indicator):hover {
    background: #316D22
}

.pagination-b .pagination-b-num.blog_nums li:not(.indicator):hover a {
    color: #fff
}

.pagination-b .pagination-b-num.blog_nums li a {
    font: 500 20px/46px "Overpass", sans-serif;
    color: #3C3C3C;
    margin: 0;
    padding: 0;
    position: relative;
    left: -3px;
    top: -2px;
    cursor: pointer
}

.pagination-b .pagination-b-num.blog_nums li.current {
    background: #42861D
}

.pagination-b .pagination-b-num.blog_nums li.current a {
    color: #fff
}

.pagination-b .pagination-b-num.blog_nums li.current:hover {
    background: #316D22
}

.pagination-b .pagination-b-num.blog_nums li .fa-angle-left {
    background: url(../img/p-prev.svg) center no-repeat;
    background-size: 10px;
    display: block;
    position: relative;
    height: 100%
}

.pagination-b .pagination-b-num.blog_nums li .fa-angle-right {
    background: url(../img/p-next.svg) center no-repeat;
    background-size: 10px;
    display: block;
    position: relative;
    height: 100%
}

.b-preview-btns-area {
    display: grid;
    grid-gap: 30px;
    grid-template-columns: minmax(244px, 244px) minmax(180px, 180px);
    justify-content: space-between;
    -webkit-box-pack: justify;
    position: relative;
    margin-top: 60px;
    overflow: hidden;
    z-index: 2;
    display: -ms-grid;
    -ms-grid-columns: minmax(244px, 244px) 30px minmax(180px, 180px);
    -ms-flex-pack: justify
}

@media (max-width: 991px) {
    .b-preview-btns-area {
        grid-gap: 10px;
        grid-template-columns: 1fr;
        -ms-grid-columns: 1fr;
        margin-top: 50px
    }
}

@media (max-width: 850px) {
    .b-preview-btns-area {
        margin-top: 30px;
        margin-bottom: 0
    }
}

@media (max-width: 991px) {
    .b-preview-btns-area .tele-btn {
        margin-bottom: 0
    }
}

@media (max-width: 850px) {
    .b-preview .b-preview-btns-area {
        max-width: 260px;
        width: 100%;
        margin-left: auto;
        margin-right: auto
    }
}

.page-template-page-about .b-preview-btns-area {
    z-index: unset
}

@media (max-width: 850px) {
    .slider-banner-buttons-desktop {
        display: none !important
    }
}

@media (max-width: 850px) {
    .slider-banner-buttons-mobile {
        display: grid;
        display: -ms-grid
    }
}

@media (min-width: 851px) {
    .slider-banner-buttons-mobile {
        display: none !important
    }
}

.sub-nm .phone-item .right-top-el .tele-btn.phone-btn {
    height: 50px;
    float: left;
    text-transform: uppercase;
    width: calc(100% - -3px);
    padding: 0 15px
}

.sub-nm .phone-item .right-top-el .tele-btn.phone-btn span {
    font: 500 20px/20px "Open Sans", Arial, sans-serif;
    background-color: #fff;
    color: #3C3C3C;
    border: 1px solid #3C3C3C;
    padding: 15px 0;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease
}

.sub-nm .phone-item .right-top-el .tele-btn.phone-btn span:first-of-type {
    float: left;
    height: 50px;
    text-transform: uppercase;
    width: -webkit-calc(100% - 47px);
    width: calc(100% - 47px);
    text-align: center;
    padding: 15px 0
}

.sub-nm .phone-item .right-top-el .tele-btn.phone-btn span.btn-phone {
    background: #fff url(../img/phone-ico-b.svg) center no-repeat;
    background-size: 25px !important;
    height: 50px;
    float: right;
    width: 45px
}

.sub-nm .phone-item .right-top-el .tele-btn.phone-btn:hover span {
    background-color: #316D22;
    color: #fff;
    border: 1px solid #316D22
}

.sub-nm .phone-item .right-top-el .tele-btn.phone-btn:hover span.btn-phone {
    background: #316D22 url(../img/phone-ico.svg) center no-repeat
}

.hero-buttons {
    display: block;
    margin-top: 30px
}

@media (max-width: 850px) {
    .hero-buttons {
        margin-bottom: 3em;
        width: 100%;
        padding: 0 25px;
        display: inline-block
    }
}

@media (min-width: 550px) and (max-width: 850px) {
    .hero-buttons {
        margin-top: 0
    }
}

button.tele-btn {
    -webkit-appearance: none;
    appearance: none;
    border: 0;
    background: none;
    padding: 0;
    cursor: pointer
}

.tele-btn {
    display: inline-block;
    position: relative;
    width: auto
}

@media (max-width: 850px) {
    .tele-btn {
        display: block;
        width: 100%
    }
}

.tele-btn span {
    font: 500 16px/20px "Open Sans", Arial, sans-serif;
    padding: 14px 20px;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease
}

.tele-btn span:first-of-type {
    height: 50px !important;
    float: left;
    text-transform: uppercase;
    text-align: center
}

@media (max-width: 850px) {
    .tele-btn span:first-of-type {
        width: calc(100% - 47px);
        width: -webkit-calc(100% - 47px)
    }
}

.tele-btn span.btn-arrow {
    height: 50px !important;
    float: right;
    width: 45px
}

@media (max-width: 500px) {
    .tele-btn span {
        padding: 15px 8px
    }
}

.tele-btn.tele-btn-white span {
    color: #42861D;
    background-color: #fff
}

.tele-btn.tele-btn-white span.btn-arrow {
    background: #fff url("../img/arrow-right-green.svg") center no-repeat;
    background-size: 25px;
    margin-left: 2px
}

.tele-btn.tele-btn-white:hover span {
    color: #fff;
    background-color: #316D22
}

.tele-btn.tele-btn-white:hover .btn-arrow {
    background: #316D22 url("../img/arrow-right-white.svg") center no-repeat;
    background-size: 25px
}

.tele-btn.tele-btn-green span {
    color: #fff;
    background-color: #42861D;
    border: none
}

.tele-btn.tele-btn-green span.btn-arrow {
    background: #42861D url("../img/arrow-right-white.svg") center no-repeat;
    background-size: 25px;
    margin-left: 2px;
    float: left
}

.tele-btn.tele-btn-green:hover span {
    background-color: #316D22
}

.tele-btn.tele-btn-green:hover span.btn-arrow {
    background: #316D22 url("../img/arrow-right-white.svg") center no-repeat;
    background-size: 25px
}

.blue-area-to-right {
    position: relative;
    background-color: #fff;
    color: #3C3C3C;
    overflow: hidden
}

.blue-area-to-right:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #F7F7F7
}

.blue-area-to-right .container {
    position: relative;
    z-index: 10
}

.blue-area-to-right .container .plan-title {
    z-index: 5;
    text-align: center
}

@media (min-width: 850px) {
    .blue-area-to-right .container .plan-title {
        margin-bottom: 30px
    }
}

@media (min-width: 851px) {
    .blue-area-to-right .container .plan-title h2 {
        font: 700 42px/54px "Open Sans", Arial, sans-serif
    }
}

@media (max-width: 850px) {
    .blue-area-to-right .container .plan-title h2 {
        font: 700 30px/40px "Open Sans", Arial, sans-serif
    }
}

.blue-area-to-right .container .home-content {
    z-index: 2
}

.blue-area-to-right .equip-list ul li:after {
    content: '';
    width: 13px;
    height: 10px;
    position: absolute;
    left: 0;
    top: .45em;
    background: url(../img/ok-white.svg) center no-repeat;
    background-size: cover;
    -webkit-background-size: cover
}

.blue-area-to-right p a {
    color: #42861D;
    text-decoration: none;
    font-weight: inherit
}

.blue-area-to-right p a:hover {
    color: #207e85
}

.blue-area-to-right.blue-headings-styler h1,
.blue-area-to-right.blue-headings-styler h2,
.blue-area-to-right.blue-headings-styler h3,
.blue-area-to-right.blue-headings-styler h4,
.blue-area-to-right.blue-headings-styler h5,
.blue-area-to-right.blue-headings-styler h6 {
    font-weight: 700 !important;
    margin-bottom: 60px
}

.blue-area-to-right.blue-headings-styler p+h1,
.blue-area-to-right.blue-headings-styler p+h2,
.blue-area-to-right.blue-headings-styler p+h3,
.blue-area-to-right.blue-headings-styler p+h4,
.blue-area-to-right.blue-headings-styler p+h5,
.blue-area-to-right.blue-headings-styler p+h6 {
    margin-top: 35px
}

.blue-area-to-right.bl-def-content {
    padding: 80px 0
}

@media (max-width: 991px) {
    .blue-area-to-right.bl-def-content {
        padding: 40px 0
    }
}

@media (min-width: 851px) {
    .blue-area-to-right.bl-def-content h1,
    .blue-area-to-right.bl-def-content h2 {
        font: 700 42px/54px "Open Sans", Arial, sans-serif
    }
}

@media (max-width: 850px) {
    .blue-area-to-right.bl-def-content h1,
    .blue-area-to-right.bl-def-content h2 {
        font: 700 30px/40px "Open Sans", Arial, sans-serif
    }
}

@media (min-width: 851px) {
    .blue-area-to-right.bl-def-content h3,
    .blue-area-to-right.bl-def-content h4,
    .blue-area-to-right.bl-def-content h5 {
        font: 700 25px/33px "Open Sans", Arial, sans-serif
    }
}

@media (max-width: 850px) {
    .blue-area-to-right.bl-def-content h3,
    .blue-area-to-right.bl-def-content h4,
    .blue-area-to-right.bl-def-content h5 {
        font: 700 25px/33px "Open Sans", Arial, sans-serif
    }
}

.blue-area-to-right.bl-def-content .tele-btn {
    margin-top: 22px
}

.blue-area-to-right.bl-def-content .circle-pr-image {
    width: 80%;
    height: 80%;
    position: relative;
    z-index: 8;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    overflow: hidden;
    margin: 0 auto
}

@media (max-width: 850px) {
    .blue-area-to-right.bl-def-content .circle-pr-image {
        width: 100%;
        height: 100%
    }
}

.blue-area-to-right.bl-def-content .circle-pr-image:after {
    display: inline !important;
    content: '';
    display: block;
    padding-top: 100%
}

.blue-area-to-right.bl-def-content .circle-pr {
    position: relative;
    left: 0
}

@media (max-width: 1199px) {
    .blue-area-to-right.bl-def-content .circle-pr {
        left: 0
    }
}

@media (max-width: 991px) {
    .blue-area-to-right.bl-def-content .circle-pr {
        padding: 40px 0
    }
}

@media (max-width: 850px) {
    .blue-area-to-right.bl-def-content .circle-pr {
        padding: 0 0 40px 0
    }
}

.blue-area-to-right.bl-def-content .circle-pr .circle-pr-c {
    width: 100%
}

@media (max-width: 850px) {
    .blue-area-to-right.bl-def-content .circle-pr .circle-pr-c {
        max-width: 428px;
        margin-left: auto;
        margin-right: auto
    }
}

.blue-area-to-right.bl-def-content .circle-pr .circle-pr-c .circle-pr-image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border: 10px solid #fff
}

.blue-area-to-right.bl-def-content .circle-pr .circle-pr-c .circle-pr-image:after {
    content: '';
    display: block;
    padding-top: 100%
}

.blue-area-to-right.bl-def-content .circle-pr .circle-pr-c .circle-pr-image .img-cont {
    position: absolute;
    border-radius: 100%;
    width: 100%;
    height: 100%
}

.blue-area-to-right.bl-def-content .circle-pr .circle-pr-c .circle-pr-image .img-cont picture.webP img,
.blue-area-to-right.bl-def-content .circle-pr .circle-pr-c .circle-pr-image .img-cont picture.webP source {
    object-fit: cover !important;
    position: absolute
}

.blue-area-to-right.bl-def-content .circle-pr .circle-pr-c .circle-pr-image.bg__cover {
    background-position: top center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover
}

.blue-area-to-right.bl-def-content .circle-pr.small-circle {
    right: 0;
    max-width: 428px;
    width: 100%
}

@media (max-width: 850px) {
    .blue-area-to-right.bl-def-content .b-request-circle {
        width: 572px;
        height: 572px;
        z-index: -1
    }
}

.blue-area-to-right.bl-def-content .bl-def-content-art .plan-costs {
    margin-bottom: 30px
}

.blue-area-to-right.bl-def-content .bl-def-content-art .plan-costs span.cost {
    font: 700 36px/20px "Helvetica Neue", Helvetica, sans-serif;
    padding-right: 10px
}

.blue-area-to-right.bl-def-content .bl-def-content-art .plan-costs span.term {
    font: 700 20px/20px "Helvetica Neue", Helvetica, sans-serif
}

@media (max-width: 850px) {
    .blue-area-to-right.bl-def-content .bl-def-content-art p {
        font-size: 16px
    }
}

.blue-area-to-right.bl-def-content .bl-def-content-art.home-article ul {
    display: block;
    position: relative;
    padding: 20px 0 20px 25px
}

.blue-area-to-right.bl-def-content .bl-def-content-art.home-article ul li {
    font-weight: 400;
    line-height: 1.7
}

.blue-area-to-right.bl-def-content .bl-def-content-art.home-article ul li:not(:last-of-type) {
    margin: 10px 0
}

.blue-area-to-right.bl-def-content .bl-def-content-art.home-article ul li:last-of-type {
    margin: 10px 0 0
}

.blue-area-to-right.bl-def-content .bl-def-content-art.home-article ul li:before {
    content: '';
    position: absolute;
    left: 0;
    padding: 0 0 0 30px;
    margin: 0;
    background: transparent url(../img/ok.svg) center no-repeat;
    background-size: 16px;
    background-position: 0 5px;
    font: 400 23px/ 32px "Helvetica Neue", Helvetica, sans-serif;
    color: #3C3C3C;
    height: 40px
}

.blue-area-to-right.bl-def-content .bl-def-content-art.home-article ul li:after {
    content: '';
    width: 21px;
    height: 15px;
    position: absolute;
    left: 0;
    top: .25em;
    -webkit-background-size: cover;
    background-size: cover
}

.page-template-page-plans .blue-area-to-left .container {
    position: relative;
    z-index: 10
}

@media (min-width: 850px) {
    .blue-area-to-left div.ellipse-one {
        display: block;
        position: fixed;
        right: -900px;
        top: -800px;
        width: 1870px;
        height: 1900px;
        opacity: 0.3;
        background: #fff;
        border: 2px solid #fff;
        border-radius: 100%
    }
}

@media (max-width: 849px) {
    .blue-area-to-left div.ellipse-one {
        display: none
    }
}

@media (min-width: 850px) {
    .blue-area-to-left div.ellipse-two {
        display: block;
        position: fixed;
        right: -900px;
        top: -700px;
        width: 1700px;
        height: 1700px;
        opacity: 0.3;
        background: #fff;
        border: 2px solid #fff;
        border-radius: 100%
    }
}

@media (max-width: 849px) {
    .blue-area-to-left div.ellipse-two {
        display: none
    }
}

.blue-area-to-left .equip-list ul li:after {
    content: '';
    width: 13px;
    height: 10px;
    position: absolute;
    left: 0;
    top: .45em;
    background: url(../img/ok-white.svg) center no-repeat;
    background-size: cover;
    -webkit-background-size: cover
}

@media (max-width: 850px) {
    .blue-area-to-left .equip-list ul li:after {
        background: -webkit-linear-gradient(top, #969696 0%, #fff 100%);
        background: -webkit-gradient(linear, left top, left bottom, from(#969696), to(#fff));
        background: -o-linear-gradient(top, #969696 0%, #fff 100%);
        background: linear-gradient(to bottom, #969696 0%, #fff 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#787B7C', endColorstr='#FFFFFF', GradientType=0)
    }
}

@media (max-width: 991px) {
    .blue-area-to-left ul li {
        font-size: 18px
    }
}

.circle-pr-liner {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: #fff;
    border-radius: 100%;
    z-index: -2
}

.circle-pr-liner.grey-small {
    background: #CBCBCB;
    opacity: 0.1
}

@media (min-width: 851px) {
    .circle-pr-liner.grey-small {
        width: 140%;
        height: 140%
    }
}

@media (max-width: 850px) {
    .circle-pr-liner.grey-small {
        width: 120%;
        height: 120%
    }
}

.circle-pr-liner.grey-large {
    background: #CBCBCB;
    opacity: 0.1
}

@media (min-width: 851px) {
    .circle-pr-liner.grey-large {
        width: 170%;
        height: 170%
    }
}

@media (max-width: 850px) {
    .circle-pr-liner.grey-large {
        width: 140%;
        height: 140%
    }
}

.circle-pr-liner.large {
    opacity: 0.4
}

@media (min-width: 851px) {
    .circle-pr-liner.large {
        width: 140%;
        height: 170%
    }
}

@media (max-width: 850px) {
    .circle-pr-liner.large {
        width: 140%;
        height: 140%
    }
}

.circle-pr-liner.small {
    opacity: 0.4
}

@media (min-width: 851px) {
    .circle-pr-liner.small {
        width: 110%;
        height: 140%
    }
}

@media (max-width: 850px) {
    .circle-pr-liner.small {
        width: 120%;
        height: 120%
    }
}

@media (max-width: 850px) {
    section.sm-section-w-circle .circle-pr.small-circle {
        margin: 20px auto 60px auto
    }
}

section.sm-section-w-circle .circle-pr .circle-pr-c {
    width: 90%
}

@media (min-width: 1200px) {
    section.sm-section-w-circle .circle-pr .circle-pr-c {
        width: 100%
    }
}

@media (max-width: 850px) {
    section.sm-section-w-circle .circle-pr .circle-pr-c {
        width: 95%
    }
}

section.sm-section-w-circle .circle-pr .circle-pr-c .circle-pr-image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto
}

@media (max-width: 850px) {
    section.sm-section-w-circle .circle-pr .circle-pr-c .circle-pr-image {
        width: 100%;
        height: 100%
    }
}

section.sm-section-w-circle .circle-pr .circle-pr-c .circle-pr-image:after {
    display: inline !important
}

section.sm-section-w-circle .circle-pr .circle-pr-c .circle-pr-image .img-cont {
    position: absolute;
    border-radius: 100%;
    width: 100%
}

section.sm-section-w-circle .circle-pr .circle-pr-c .circle-pr-image .img-cont picture img,
section.sm-section-w-circle .circle-pr .circle-pr-c .circle-pr-image .img-cont picture source {
    object-fit: cover !important;
    position: absolute
}

.container.how-it-works .b-welcome {
    max-width: 1220px
}

@media (max-width: 767px) {
    .container.how-it-works .b-welcome {
        margin: 55px auto 80px !important
    }
}

@media (max-width: 767px) {
    .container.how-it-works .b-welcome h2 {
        margin-bottom: 15px !important
    }
}

.container.how-it-works .b-welcome .s-plan {
    max-width: 1180px
}

@media (max-width: 767px) {
    .container.how-it-works .b-welcome .s-plan {
        margin: 15px auto 140px auto
    }
}

#primary .site-main .b-welcome,
.container .b-welcome {
    max-width: 933px;
    width: 100%;
    margin: 0 auto
}

#primary .site-main .b-welcome.centred,
.container .b-welcome.centred {
    text-align: center;
    max-width: 933px;
    margin: 0 auto
}

#primary .site-main .b-welcome.centred h1,
#primary .site-main .b-welcome.centred h2,
#primary .site-main .b-welcome.centred h3,
#primary .site-main .b-welcome.centred h4,
.container .b-welcome.centred h1,
.container .b-welcome.centred h2,
.container .b-welcome.centred h3,
.container .b-welcome.centred h4 {
    color: #3C3C3C;
    margin-bottom: 45px;
    letter-spacing: 0
}

@media (min-width: 851px) {
    #primary .site-main .b-welcome.centred h1,
    #primary .site-main .b-welcome.centred h2,
    #primary .site-main .b-welcome.centred h3,
    #primary .site-main .b-welcome.centred h4,
    .container .b-welcome.centred h1,
    .container .b-welcome.centred h2,
    .container .b-welcome.centred h3,
    .container .b-welcome.centred h4 {
        font: 700 42px/54px "Open Sans", Arial, sans-serif
    }
}

@media (max-width: 850px) {
    #primary .site-main .b-welcome.centred h1,
    #primary .site-main .b-welcome.centred h2,
    #primary .site-main .b-welcome.centred h3,
    #primary .site-main .b-welcome.centred h4,
    .container .b-welcome.centred h1,
    .container .b-welcome.centred h2,
    .container .b-welcome.centred h3,
    .container .b-welcome.centred h4 {
        font: 700 30px/40px "Open Sans", Arial, sans-serif
    }
}

#primary .site-main .b-welcome.left-align,
.container .b-welcome.left-align {
    text-align: left !important
}

@media (max-width: 850px) {
    #primary .site-main .b-welcome .sm-none,
    .container .b-welcome .sm-none {
        display: block !important
    }
}

#primary .site-main .b-welcome.b-section,
.container .b-welcome.b-section {
    margin: 80px auto
}

#primary .site-main .b-welcome .s-plan,
.container .b-welcome .s-plan {
    margin: 65px auto 140px auto;
    max-width: 880px;
    width: 100%;
    text-align: center;
    position: relative
}

#primary .site-main .b-welcome .s-plan:after,
.container .b-welcome .s-plan:after {
    content: '';
    position: absolute;
    height: 2px;
    top: 45px;
    z-index: -1;
    background: #969696
}

@media (max-width: 552px) {
    #primary .site-main .b-welcome .s-plan:after,
    .container .b-welcome .s-plan:after {
        left: -40px;
        right: -40px
    }
}

@media (min-width: 553px) {
    #primary .site-main .b-welcome .s-plan:after,
    .container .b-welcome .s-plan:after {
        left: 93px;
        right: 93px
    }
}

#primary .site-main .b-welcome .s-plan .s-plan-el .s-plan-el-ico,
.container .b-welcome .s-plan .s-plan-el .s-plan-el-ico {
    display: grid;
    align-items: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-box-pack: center;
    display: -ms-grid;
    -ms-flex-align: center;
    -ms-flex-pack: center;
    background: #fff;
    border: 25px solid #fff;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    height: 110px;
    width: 110px;
    color: #fff;
    margin: 0 auto 45px;
    font: 600 36px/49px "Overpass", sans-serif;
    background: #207e85;
    border-radius: 50%;
    position: relative
}

@media (max-width: 991px) {
    #primary .site-main .b-welcome .s-plan .s-plan-el .s-plan-el-ico,
    .container .b-welcome .s-plan .s-plan-el .s-plan-el-ico {
        margin-top: -6px
    }
}

@media (max-width: 767px) {
    #primary .site-main .b-welcome .s-plan .s-plan-el .s-plan-el-ico,
    .container .b-welcome .s-plan .s-plan-el .s-plan-el-ico {
        margin-bottom: 20px
    }
}

#primary .site-main .b-welcome .s-plan .s-plan-el .s-plan-el-ico span,
.container .b-welcome .s-plan .s-plan-el .s-plan-el-ico span {
    text-align: center;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    line-height: 30px
}

#primary .site-main .b-welcome .s-plan .s-plan-el strong,
.container .b-welcome .s-plan .s-plan-el strong {
    display: block;
    margin-bottom: 15px;
    font-family: "Helvetica Neue", Helvetica, sans-serif;
    font-weight: 700
}

#primary .site-main .b-welcome .s-plan .s-plan-el p,
.container .b-welcome .s-plan .s-plan-el p {
    margin: 10px auto;
    max-width: 220px
}

#primary .site-main .b-welcome h3,
.container .b-welcome h3 {
    margin: 30px 0 20px 0;
    color: #3C3C3C
}

@media (min-width: 851px) {
    #primary .site-main .b-welcome h3,
    .container .b-welcome h3 {
        font: 700 25px/33px "Open Sans", Arial, sans-serif
    }
}

@media (max-width: 850px) {
    #primary .site-main .b-welcome h3,
    .container .b-welcome h3 {
        font: 700 25px/33px "Open Sans", Arial, sans-serif
    }
}

@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {
    .container .b-welcome .s-plan .s-plan-el .s-plan-el-ico span {
        padding: 15px
    }
}

.container .works-caro-outer {
    position: relative
}

.container .works-caro-outer .works-caro .owl-dots {
    padding-top: 20px;
    text-align: center;
    font-size: 0;
    margin-bottom: 80px
}

.container .works-caro-outer .works-caro .owl-dots .owl-dot {
    width: 15px;
    height: 15px;
    display: inline-block;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #207e85;
    opacity: .5;
    margin: 0 8px
}

.container .works-caro-outer .works-caro .owl-dots .owl-dot.active {
    opacity: 1
}

.container .works-caro-outer .works-caro .owl-dots button {
    background: #207e85 !important
}

.container .works-caro-outer .works-caro .works-caro-elem {
    display: grid;
    justify-content: space-between;
    align-items: center;
    grid-template-columns: minmax(350px, 500px) minmax(100px, 210px) minmax(350px, 500px);
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    display: -ms-grid;
    -ms-grid-columns: 33.3% 33.3% 33.3%;
    -ms-grid-rows: 100%;
    -ms-flex-pack: justify;
    -ms-flex-align: center
}

.container .works-caro-outer .works-caro .works-caro-elem:not(:last-child) {
    margin-bottom: 75px
}

@media (max-width: 991px) {
    .container .works-caro-outer .works-caro .works-caro-elem {
        grid-template-columns: 1fr
    }
}

.container .works-caro-outer .works-caro .works-caro-elem .works-caro-elem-num {
    display: grid;
    align-items: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-box-pack: center;
    display: -ms-grid;
    -ms-flex-align: center;
    -ms-flex-pack: center;
    font-size: 38px;
    color: #fff;
    margin: 0 auto;
    background: #fff;
    border: 25px solid #fff;
    border-radius: 50%;
    width: 110px;
    height: 110px;
    background: #207e85;
    position: relative;
    font: 600 36px/49px "Overpass", sans-serif
}

@media (max-width: 991px) {
    .container .works-caro-outer .works-caro .works-caro-elem .works-caro-elem-num {
        margin-bottom: 2rem;
        margin-top: -6px
    }
}

.container .works-caro-outer .works-caro .works-caro-elem .works-caro-elem-num span {
    text-align: center;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    line-height: 30px
}

.container .works-caro-outer .works-caro .works-caro-elem .works-caro-elem-image {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    -ms-grid-column: 1;
    -ms-grid-row: 1;
    display: block;
    overflow: hidden
}

.container .works-caro-outer .works-caro .works-caro-elem .works-caro-elem-image:after {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: scale(1) translate(-50%, -50%);
    -ms-transform: scale(1) translate(-50%, -50%);
    transform: scale(1) translate(-50%, -50%);
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    width: 66px;
    height: 72px;
    background: url(../img/play-icon.svg) 0 0 no-repeat;
    -webkit-transition: -webkit-transform .3s linear;
    transition: -webkit-transform .3s linear;
    -o-transition: transform .3s linear;
    transition: transform .3s linear;
    transition: transform .3s linear, -webkit-transform .3s linear
}

.container .works-caro-outer .works-caro .works-caro-elem .works-caro-elem-image .works-caro-elem-image-inner {
    padding-top: 0;
    max-width: 500px;
    max-height: 275px;
    height: 275px;
    display: block;
    -webkit-transition: -webkit-transform .5s;
    transition: -webkit-transform .5s;
    -o-transition: transform .5s;
    transition: transform .5s;
    transition: transform .5s, -webkit-transform .5s
}

.container .works-caro-outer .works-caro .works-caro-elem .works-caro-elem-image .works-caro-elem-image-inner .img-cont {
    max-height: 275px;
    height: 100%
}

.container .works-caro-outer .works-caro .works-caro-elem .works-caro-elem-image .works-caro-elem-image-inner .img-cont picture.webP {
    display: block;
    height: 100%
}

.container .works-caro-outer .works-caro .works-caro-elem .works-caro-elem-image .works-caro-elem-image-inner .img-cont picture.webP source {
    display: block;
    position: absolute;
    width: auto;
    height: 100%;
    overflow: visible;
    object-position: center;
    object-fit: cover
}

.container .works-caro-outer .works-caro .works-caro-elem .works-caro-elem-info {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
    -ms-grid-column: 3
}

.container .works-caro-outer .works-caro .works-caro-elem .works-caro-elem-info h3 {
    margin-bottom: 20px
}

@media (min-width: 851px) {
    .container .works-caro-outer .works-caro .works-caro-elem .works-caro-elem-info h3 {
        font: 700 25px/33px "Open Sans", Arial, sans-serif
    }
}

@media (max-width: 850px) {
    .container .works-caro-outer .works-caro .works-caro-elem .works-caro-elem-info h3 {
        font: 700 25px/33px "Open Sans", Arial, sans-serif
    }
}

.container .works-caro-outer .works-caro .works-caro-elem:nth-child(even) .works-caro-elem-image {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
    -ms-grid-column: 3;
    display: block
}

.container .works-caro-outer .works-caro .works-caro-elem:nth-child(even) .works-caro-elem-info {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    -ms-flex-order: 1;
    order: 1;
    -ms-grid-column: 1;
    -ms-grid-row: 1
}

.container .works-caro-outer .works-caro-outer-js-liner {
    width: 4px;
    height: 100px;
    background: url(../img/line.svg) top center repeat-y;
    position: absolute;
    left: 50%;
    top: 0;
    margin-left: -2px;
    z-index: -1
}

@media (max-width: 991px) {
    .container .works-caro-outer .works-caro-outer-js-liner {
        background: url(../img/line-2.svg) 0 0 repeat;
        height: 2px !important;
        right: -15px;
        width: auto !important;
        left: -15px;
        top: 49px !important
    }
}

.rfi-container {
    display: block;
    position: relative;
    background: #82848D url("../img/circle.svg") no-repeat;
    background-position: -200px 50%;
    background-size: auto
}

@media (max-width: 942px) {
    .rfi-container {
        background-position: -200px 50%
    }
}

@media (max-width: 767px) {
    .rfi-container.hide-mobile {
        display: none !important
    }
}

.rfi-container.grid-two {
    display: grid;
    position: relative;
    grid-template-columns: 286px 1fr;
    grid-row: 100%;
    margin: 80px 0;
    display: -ms-grid;
    -ms-grid-columns: 286px 1fr;
    -ms-grid-rows: 100%
}

.rfi-container.grid-two .left-panel {
    overflow: visible;
    position: relative
}

.rfi-container.grid-two .left-panel .img-cont {
    height: 100%;
    position: absolute;
    top: 0rem;
    width: 100%;
    left: -2rem
}

@media (min-width: 943px) {
    .rfi-container.grid-two .left-panel .img-cont {
        margin: -4% 0;
        top: 6rem
    }
}

@media (min-width: 943px) {
    .rfi-container.grid-two .left-panel .img-cont picture {
        border: 1px solid #CAD2D8
    }
}

.rfi-container.grid-two .left-panel .img-cont picture.webP {
    display: block;
    position: relative
}

@media (min-width: 943px) {
    .rfi-container.grid-two .left-panel .img-cont picture.webP {
        height: 402.27px
    }
}

.rfi-container.grid-two .left-panel .img-cont picture.webP source {
    position: relative
}

.rfi-container.grid-two .left-panel .img-cont picture.webP img {
    position: absolute;
    top: 0
}

.rfi-container.grid-two .left-panel .img-cont picture.webP source,
.rfi-container.grid-two .left-panel .img-cont picture.webP img {
    max-width: 100%;
    height: 100%;
    width: 100% !important
}

@media (min-width: 943px) {
    .rfi-container.grid-two .left-panel .img-cont picture.webP source,
    .rfi-container.grid-two .left-panel .img-cont picture.webP img {
        object-fit: cover
    }
}

.rfi-container.grid-two .right-panel {
    position: relative;
    padding: 40px 46px;
    color: #fff;
    z-index: 1;
    -ms-grid-column: 3
}

.rfi-container.grid-two .right-panel.form-styler h3 {
    font: 500 35px/38px "Open Sans", Arial, sans-serif;
    margin-bottom: 25px
}

.rfi-container.grid-two .right-panel.form-styler p a {
    color: #6CC13F;
    transition: color .5s ease;
    -o-transition: color .5s ease;
    -webkit-transition: color .5s ease
}

.rfi-container.grid-two .right-panel.form-styler p a:visited,
.rfi-container.grid-two .right-panel.form-styler p a:focus {
    color: #6CC13F
}

.rfi-container.grid-two .right-panel.form-styler p a:hover {
    color: #4BA01E
}

.rfi-container.grid-two .right-panel.form-styler form {
    margin: 60px 0 0
}

.rfi-container.grid-two .right-panel.form-styler form.wpcf7-form p {
    display: inline-block
}

@media (min-width: 1175px) {
    .rfi-container.grid-two .right-panel.form-styler form.wpcf7-form p {
        width: 100%
    }
}

@media (max-width: 1174px) {
    .rfi-container.grid-two .right-panel.form-styler form.wpcf7-form p {
        width: 100%
    }
}

.rfi-container.grid-two .right-panel.form-styler form.wpcf7-form p .wpcf7-form-control-wrap {
    display: inline-block;
    position: relative
}

@media (min-width: 1175px) {
    .rfi-container.grid-two .right-panel.form-styler form.wpcf7-form p .wpcf7-form-control-wrap {
        width: 48.5%
    }
}

@media (max-width: 1174px) {
    .rfi-container.grid-two .right-panel.form-styler form.wpcf7-form p .wpcf7-form-control-wrap {
        width: 48.5%
    }
}

.rfi-container.grid-two .right-panel.form-styler form.wpcf7-form p .wpcf7-form-control-wrap:not(:last-child) {
    margin-right: 3%
}

.rfi-container.grid-two .right-panel.form-styler form.wpcf7-form p .wpcf7-form-control-wrap.your-fullname input,
.rfi-container.grid-two .right-panel.form-styler form.wpcf7-form p .wpcf7-form-control-wrap.your-email input {
    height: 50px;
    margin: 0;
    min-width: 0%;
    max-width: 100%;
    background-color: #fff;
    padding: 0 15px;
    color: #3C3C3C
}

.rfi-container.grid-two .right-panel.form-styler form.wpcf7-form .tar {
    display: inline-block;
    position: relative
}

@media (min-width: 1175px) {
    .rfi-container.grid-two .right-panel.form-styler form.wpcf7-form .tar {
        float: right;
        width: 48.5%
    }
}

@media (max-width: 1174px) {
    .rfi-container.grid-two .right-panel.form-styler form.wpcf7-form .tar {
        float: right;
        min-width: 40%;
        width: fit-content
    }
}

@media (max-width: 768px) {
    .rfi-container.grid-two .right-panel.form-styler form.wpcf7-form .tar {
        width: 100%
    }
}

.rfi-container.grid-two .right-panel.form-styler form.wpcf7-form .tar .wpcf7-quiz {
    margin-bottom: 10px
}

.rfi-container.grid-two .right-panel.form-styler form.wpcf7-form button {
    width: 100%
}

.rfi-container.grid-two .right-panel.form-styler form.wpcf7-form button[type="submit"] {
    border: none;
    padding: 0;
    background: none;
    height: 50px;
    cursor: pointer;
    color: #fff;
    font-size: 0;
    white-space: nowrap
}

.rfi-container.grid-two .right-panel.form-styler form.wpcf7-form .wpcf7-validation-errors {
    display: inline-block;
    color: red;
    margin: 0
}

@media (min-width: 942px) and (max-width: 1174px) {
    .rfi-container.grid-two .right-panel.form-styler form.wpcf7-form .wpcf7-validation-errors {
        margin: 0;
        display: inline-block
    }
}

.rfi-container.grid-two .right-panel.form-styler .disclaimer-text {
    display: inline-block;
    margin-top: 10px;
    font-size: 13px !important;
    line-height: 18px !important;
    margin-bottom: 0
}

.rfi-container.grid-two .right-panel.form-styler .disclaimer-text a {
    color: #6CC13F;
    transition: all .5s ease;
    -o-transition: all .5s ease;
    -webkit-transition: all .5s ease
}

.rfi-container.grid-two .right-panel.form-styler .disclaimer-text a:visited,
.rfi-container.grid-two .right-panel.form-styler .disclaimer-text a:focus {
    color: #6CC13F
}

.rfi-container.grid-two .right-panel.form-styler .disclaimer-text a:hover {
    color: #4BA01E
}

.form-styler-g-30 input[type="text"] {
    margin-bottom: 30px
}

.form-styler-g-30 input[type="password"] {
    margin-bottom: 30px
}

.form-styler-g-30 input[type="email"] {
    margin-bottom: 30px
}

.form-styler-g-30 input[type="search"] {
    margin-bottom: 30px
}

.form-styler-g-30 input[type="tel"] {
    margin-bottom: 30px
}

.form-styler-g-30 textarea {
    margin-bottom: 30px
}

.form-styler input[type="text"],
.wpcf7-form input[type="text"] {
    border: 1px solid #969696;
    height: 42px;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    background-color: #fff;
    margin-bottom: 10px;
    padding: 0 15px;
    font-weight: 400;
    color: #969696
}

.form-styler input[type="text"]::-webkit-input-placeholder,
.wpcf7-form input[type="text"]::-webkit-input-placeholder {
    color: #969696
}

.form-styler input[type="text"]::-moz-placeholder,
.wpcf7-form input[type="text"]::-moz-placeholder {
    color: #969696
}

.form-styler input[type="text"]:-ms-input-placeholder,
.wpcf7-form input[type="text"]:-ms-input-placeholder {
    color: #969696
}

.form-styler input[type="text"]::-ms-input-placeholder,
.wpcf7-form input[type="text"]::-ms-input-placeholder {
    color: #969696
}

.form-styler input[type="text"]::placeholder,
.wpcf7-form input[type="text"]::placeholder {
    color: #969696
}

.form-styler input[type="text"]:focus::-webkit-input-placeholder,
.wpcf7-form input[type="text"]:focus::-webkit-input-placeholder {
    color: #CBCBCB
}

.form-styler input[type="text"]:focus::-moz-placeholder,
.wpcf7-form input[type="text"]:focus::-moz-placeholder {
    color: #CBCBCB
}

.form-styler input[type="text"]:focus:-ms-input-placeholder,
.wpcf7-form input[type="text"]:focus:-ms-input-placeholder {
    color: #CBCBCB
}

.form-styler input[type="text"]:focus::-ms-input-placeholder,
.wpcf7-form input[type="text"]:focus::-ms-input-placeholder {
    color: #CBCBCB
}

.form-styler input[type="text"]:focus::placeholder,
.wpcf7-form input[type="text"]:focus::placeholder {
    color: #CBCBCB
}

.form-styler input[type="password"],
.wpcf7-form input[type="password"] {
    border: 1px solid #969696;
    height: 42px;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    background-color: #fff;
    margin-bottom: 10px;
    padding: 0 15px;
    font-weight: 400;
    color: #969696
}

.form-styler input[type="password"]::-webkit-input-placeholder,
.wpcf7-form input[type="password"]::-webkit-input-placeholder {
    color: #969696
}

.form-styler input[type="password"]::-moz-placeholder,
.wpcf7-form input[type="password"]::-moz-placeholder {
    color: #969696
}

.form-styler input[type="password"]:-ms-input-placeholder,
.wpcf7-form input[type="password"]:-ms-input-placeholder {
    color: #969696
}

.form-styler input[type="password"]::-ms-input-placeholder,
.wpcf7-form input[type="password"]::-ms-input-placeholder {
    color: #969696
}

.form-styler input[type="password"]::placeholder,
.wpcf7-form input[type="password"]::placeholder {
    color: #969696
}

.form-styler input[type="password"]:focus::-webkit-input-placeholder,
.wpcf7-form input[type="password"]:focus::-webkit-input-placeholder {
    color: #CBCBCB
}

.form-styler input[type="password"]:focus::-moz-placeholder,
.wpcf7-form input[type="password"]:focus::-moz-placeholder {
    color: #CBCBCB
}

.form-styler input[type="password"]:focus:-ms-input-placeholder,
.wpcf7-form input[type="password"]:focus:-ms-input-placeholder {
    color: #CBCBCB
}

.form-styler input[type="password"]:focus::-ms-input-placeholder,
.wpcf7-form input[type="password"]:focus::-ms-input-placeholder {
    color: #CBCBCB
}

.form-styler input[type="password"]:focus::placeholder,
.wpcf7-form input[type="password"]:focus::placeholder {
    color: #CBCBCB
}

.form-styler input[type="email"],
.wpcf7-form input[type="email"] {
    border: 1px solid #969696;
    height: 42px;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    background-color: #fff;
    margin-bottom: 10px;
    padding: 0 15px;
    font-weight: 400;
    color: #969696
}

.form-styler input[type="email"]::-webkit-input-placeholder,
.wpcf7-form input[type="email"]::-webkit-input-placeholder {
    color: #969696
}

.form-styler input[type="email"]::-moz-placeholder,
.wpcf7-form input[type="email"]::-moz-placeholder {
    color: #969696
}

.form-styler input[type="email"]:-ms-input-placeholder,
.wpcf7-form input[type="email"]:-ms-input-placeholder {
    color: #969696
}

.form-styler input[type="email"]::-ms-input-placeholder,
.wpcf7-form input[type="email"]::-ms-input-placeholder {
    color: #969696
}

.form-styler input[type="email"]::placeholder,
.wpcf7-form input[type="email"]::placeholder {
    color: #969696
}

.form-styler input[type="email"]:focus::-webkit-input-placeholder,
.wpcf7-form input[type="email"]:focus::-webkit-input-placeholder {
    color: #CBCBCB
}

.form-styler input[type="email"]:focus::-moz-placeholder,
.wpcf7-form input[type="email"]:focus::-moz-placeholder {
    color: #CBCBCB
}

.form-styler input[type="email"]:focus:-ms-input-placeholder,
.wpcf7-form input[type="email"]:focus:-ms-input-placeholder {
    color: #CBCBCB
}

.form-styler input[type="email"]:focus::-ms-input-placeholder,
.wpcf7-form input[type="email"]:focus::-ms-input-placeholder {
    color: #CBCBCB
}

.form-styler input[type="email"]:focus::placeholder,
.wpcf7-form input[type="email"]:focus::placeholder {
    color: #CBCBCB
}

.form-styler input[type="search"],
.wpcf7-form input[type="search"] {
    border: 1px solid #969696;
    height: 42px;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    background-color: #fff;
    margin-bottom: 10px;
    padding: 0 15px;
    font-weight: 400;
    color: #969696
}

.form-styler input[type="search"]::-webkit-input-placeholder,
.wpcf7-form input[type="search"]::-webkit-input-placeholder {
    color: #969696
}

.form-styler input[type="search"]::-moz-placeholder,
.wpcf7-form input[type="search"]::-moz-placeholder {
    color: #969696
}

.form-styler input[type="search"]:-ms-input-placeholder,
.wpcf7-form input[type="search"]:-ms-input-placeholder {
    color: #969696
}

.form-styler input[type="search"]::-ms-input-placeholder,
.wpcf7-form input[type="search"]::-ms-input-placeholder {
    color: #969696
}

.form-styler input[type="search"]::placeholder,
.wpcf7-form input[type="search"]::placeholder {
    color: #969696
}

.form-styler input[type="search"]:focus::-webkit-input-placeholder,
.wpcf7-form input[type="search"]:focus::-webkit-input-placeholder {
    color: #CBCBCB
}

.form-styler input[type="search"]:focus::-moz-placeholder,
.wpcf7-form input[type="search"]:focus::-moz-placeholder {
    color: #CBCBCB
}

.form-styler input[type="search"]:focus:-ms-input-placeholder,
.wpcf7-form input[type="search"]:focus:-ms-input-placeholder {
    color: #CBCBCB
}

.form-styler input[type="search"]:focus::-ms-input-placeholder,
.wpcf7-form input[type="search"]:focus::-ms-input-placeholder {
    color: #CBCBCB
}

.form-styler input[type="search"]:focus::placeholder,
.wpcf7-form input[type="search"]:focus::placeholder {
    color: #CBCBCB
}

.form-styler input[type="tel"],
.wpcf7-form input[type="tel"] {
    border: 1px solid #969696;
    height: 42px;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    background-color: #fff;
    margin-bottom: 10px;
    padding: 0 15px;
    font-weight: 400;
    color: #969696
}

.form-styler input[type="tel"]::-webkit-input-placeholder,
.wpcf7-form input[type="tel"]::-webkit-input-placeholder {
    color: #969696
}

.form-styler input[type="tel"]::-moz-placeholder,
.wpcf7-form input[type="tel"]::-moz-placeholder {
    color: #969696
}

.form-styler input[type="tel"]:-ms-input-placeholder,
.wpcf7-form input[type="tel"]:-ms-input-placeholder {
    color: #969696
}

.form-styler input[type="tel"]::-ms-input-placeholder,
.wpcf7-form input[type="tel"]::-ms-input-placeholder {
    color: #969696
}

.form-styler input[type="tel"]::placeholder,
.wpcf7-form input[type="tel"]::placeholder {
    color: #969696
}

.form-styler input[type="tel"]:focus::-webkit-input-placeholder,
.wpcf7-form input[type="tel"]:focus::-webkit-input-placeholder {
    color: #CBCBCB
}

.form-styler input[type="tel"]:focus::-moz-placeholder,
.wpcf7-form input[type="tel"]:focus::-moz-placeholder {
    color: #CBCBCB
}

.form-styler input[type="tel"]:focus:-ms-input-placeholder,
.wpcf7-form input[type="tel"]:focus:-ms-input-placeholder {
    color: #CBCBCB
}

.form-styler input[type="tel"]:focus::-ms-input-placeholder,
.wpcf7-form input[type="tel"]:focus::-ms-input-placeholder {
    color: #CBCBCB
}

.form-styler input[type="tel"]:focus::placeholder,
.wpcf7-form input[type="tel"]:focus::placeholder {
    color: #CBCBCB
}

.form-styler textarea,
.wpcf7-form textarea {
    border: 1px solid #969696;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    background-color: #fff;
    margin-bottom: 5px;
    padding: 15px;
    font-weight: 400;
    color: #969696;
    height: 104px
}

.form-styler textarea::-webkit-input-placeholder,
.wpcf7-form textarea::-webkit-input-placeholder {
    color: #969696
}

.form-styler textarea::-moz-placeholder,
.wpcf7-form textarea::-moz-placeholder {
    color: #969696
}

.form-styler textarea:-ms-input-placeholder,
.wpcf7-form textarea:-ms-input-placeholder {
    color: #969696
}

.form-styler textarea::-ms-input-placeholder,
.wpcf7-form textarea::-ms-input-placeholder {
    color: #969696
}

.form-styler textarea::placeholder,
.wpcf7-form textarea::placeholder {
    color: #969696
}

.form-styler textarea:focus::-webkit-input-placeholder,
.wpcf7-form textarea:focus::-webkit-input-placeholder {
    color: #CBCBCB
}

.form-styler textarea:focus::-moz-placeholder,
.wpcf7-form textarea:focus::-moz-placeholder {
    color: #CBCBCB
}

.form-styler textarea:focus:-ms-input-placeholder,
.wpcf7-form textarea:focus:-ms-input-placeholder {
    color: #CBCBCB
}

.form-styler textarea:focus::-ms-input-placeholder,
.wpcf7-form textarea:focus::-ms-input-placeholder {
    color: #CBCBCB
}

.form-styler textarea:focus::placeholder,
.wpcf7-form textarea:focus::placeholder {
    color: #CBCBCB
}

.form-styler [type="submit"],
.wpcf7-form [type="submit"] {
    border: none;
    padding: 0;
    background: none;
    height: 50px;
    cursor: pointer;
    color: #fff;
    white-space: nowrap
}

@media (max-width: 992px) {
    .form-styler [type="submit"],
    .wpcf7-form [type="submit"] {
        width: 100%
    }
}

.form-styler [type="submit"] span,
.wpcf7-form [type="submit"] span {
    background-color: #42861D;
    -webkit-transition: background-color .5s ease;
    -o-transition: background-color .5s ease;
    transition: background-color .5s ease
}

.form-styler [type="submit"] span:first-child,
.wpcf7-form [type="submit"] span:first-child {
    height: 50px;
    float: left;
    text-transform: uppercase;
    width: -webkit-calc(100% - 47px);
    width: calc(100% - 47px);
    padding-left: 17px;
    padding-right: 17px;
    line-height: 50px;
    font-size: 16px;
    text-align: center
}

@media (max-width: 375px) {
    .form-styler [type="submit"] span:first-child,
    .wpcf7-form [type="submit"] span:first-child {
        font-size: 13px
    }
}

.form-styler [type="submit"] .btn-arrow,
.wpcf7-form [type="submit"] .btn-arrow {
    background-image: url(../img/arrow-right.svg);
    background-position: center;
    background-repeat: no-repeat;
    height: 50px;
    float: right;
    width: 45px;
    background-size: 25px
}

.form-styler [type="submit"] .btn-phone,
.wpcf7-form [type="submit"] .btn-phone {
    background-image: url(../img/phone-ico-b.svg);
    background-position: center;
    background-repeat: no-repeat;
    height: 50px;
    float: right;
    width: 45px;
    background-size: 25px
}

.form-styler [type="submit"] .btn-email,
.wpcf7-form [type="submit"] .btn-email {
    background-image: url(../img/email-ico-b.svg);
    background-position: center;
    background-repeat: no-repeat;
    height: 50px;
    float: right;
    width: 45px;
    background-size: 25px
}

.form-styler [type="submit"]:hover span,
.wpcf7-form [type="submit"]:hover span {
    background-color: #316D22
}

.form-styler [type="reset"],
.wpcf7-form [type="reset"] {
    border: none;
    padding: 0;
    background: none;
    height: 50px;
    cursor: pointer;
    color: #fff;
    font-size: 0;
    white-space: nowrap
}

.form-styler [type="reset"] span,
.wpcf7-form [type="reset"] span {
    background-color: #207e85;
    -webkit-transition: background-color .3s;
    -o-transition: background-color .3s;
    transition: background-color .3s
}

.form-styler [type="reset"] span:first-child,
.wpcf7-form [type="reset"] span:first-child {
    height: 50px;
    float: left;
    text-transform: uppercase;
    width: -webkit-calc(100% - 47px);
    width: calc(100% - 47px);
    padding-left: 17px;
    padding-right: 17px;
    line-height: 50px;
    font-size: 16px;
    text-align: center
}

.form-styler [type="reset"] .btn-arrow,
.wpcf7-form [type="reset"] .btn-arrow {
    background-image: url(../img/arrow-right.svg);
    background-position: center;
    background-repeat: no-repeat;
    height: 50px;
    float: right;
    width: 45px;
    background-size: 25px
}

.form-styler [type="reset"] .btn-phone,
.wpcf7-form [type="reset"] .btn-phone {
    background-image: url(../img/phone-ico-b.svg);
    background-position: center;
    background-repeat: no-repeat;
    height: 50px;
    float: right;
    width: 45px;
    background-size: 25px
}

.form-styler [type="reset"] .btn-email,
.wpcf7-form [type="reset"] .btn-email {
    background-image: url(../img/email-ico-b.svg);
    background-position: center;
    background-repeat: no-repeat;
    height: 50px;
    float: right;
    width: 45px;
    background-size: 25px
}

.form-styler [type="reset"]:hover span,
.wpcf7-form [type="reset"]:hover span {
    background-color: #42861D
}

.form-styler select,
.wpcf7-form select {
    width: 100%;
    margin-bottom: 10px;
    height: 42px;
    padding-left: 17px;
    padding-right: 30px;
    line-height: 47px;
    font-size: 17px;
    font-weight: 400;
    color: #969696;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 1px solid #969696;
    background: #fff url(../img/sel-ar.svg) calc(100% - 12px) 17px no-repeat;
    background-size: 13px
}

.form-styler .wpcf7-quiz,
.wpcf7-form .wpcf7-quiz {
    width: 70px !important;
    min-width: auto !important;
    margin-left: 20px;
    border: 1px solid #787B7C !important
}

.wpcf7-quiz-label {
    margin: 0
}

.wpcf7-quiz-label+input {
    width: 70px !important;
    min-width: auto !important;
    margin-left: 20px
}

.no-pos {
    position: static
}

label {
    cursor: pointer
}

label span {
    margin-left: 20px
}

.ovh {
    overflow: hidden
}

.outer-label {
    background-color: #fff
}

.request-form-container {
    max-width: 485px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    background-color: #FAFAFA;
    padding: 30px 50px;
    border: 1px solid #969696;
    border-top: 7px solid #207e85
}

.request-form-container h2 {
    color: #3C3C3C
}

.request-form-container #getaddress_button {
    background: transparent;
    border: 2px solid #008148;
    color: #008148;
    transition: all .5s ease !important;
    -o-transition: all .5s ease !important;
    -moz-transition: all .5s ease !important;
    -webkit-transition: all .5s ease !important
}

.request-form-container #getaddress_button:hover {
    border: 2px solid #008148 !important;
    color: #fff !important;
    background: #008148 !important
}

.request-page-box {
    background: #A1A3A9;
    position: relative
}

.request-page-box:after {
    content: "";
    width: 100%;
    height: 100%;
    background: url("../img/product_halo.svg") center no-repeat;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.6
}

.request-page-box .b-magic-liner {
    max-width: 485px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    background-color: #FAFAFA;
    padding: 30px 50px;
    border: 1px solid #969696;
    border-top: 7px solid #42861D
}

@media (max-width: 375px) {
    .request-page-box .b-magic-liner {
        padding: 30px
    }
}

.request-page-box .b-magic-liner .b-modal-form {
    background-color: transparent;
    text-align: left;
    padding: 0;
    margin-top: 20px;
    color: #3C3C3C;
    overflow: hidden
}

.request-page-box .b-magic-liner .b-modal-form.form-styler form select.wpcf7-select,
.request-page-box .b-magic-liner .b-modal-form.form-styler form select[type="text"],
.request-page-box .b-magic-liner .b-modal-form.form-styler form select[type="email"],
.request-page-box .b-magic-liner .b-modal-form.form-styler form input.wpcf7-select,
.request-page-box .b-magic-liner .b-modal-form.form-styler form input[type="text"],
.request-page-box .b-magic-liner .b-modal-form.form-styler form input[type="email"] {
    height: 42px;
    margin-bottom: 10px;
    font-size: 16px
}

.request-page-box .b-magic-liner .b-modal-form.form-styler form select[type="radio"],
.request-page-box .b-magic-liner .b-modal-form.form-styler form input[type="radio"] {
    margin-bottom: 0
}

.request-page-box .b-magic-liner .b-modal-form.form-styler form .wpcf7-radio .wpcf7-list-item {
    padding: 5px 15px
}

.request-page-box .b-magic-liner .b-modal-form.form-styler form .hidden-request-fields #postcode_lookup button {
    background: transparent;
    -webkit-transition: background-color .3s, border .3s;
    -o-transition: background-color .3s, border .3s;
    transition: background-color .3s, border .3s;
    width: 90%;
    margin: 4%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 1px solid #008148;
    padding: 0;
    height: 50px;
    cursor: pointer;
    color: #008148;
    display: inline-block;
    vertical-align: top;
    white-space: nowrap
}

.request-page-box .b-magic-liner .b-modal-form.form-styler form .hidden-request-fields #postcode_lookup button:hover {
    border: 1px solid #008148;
    color: #008148
}

.request-page-box .b-magic-liner .b-modal-form.form-styler .disclaimer-text {
    display: inline-block;
    margin-bottom: 0px;
    margin-top: 10px;
    font-size: 13px !important;
    line-height: 18px !important
}

.request-page-box .b-magic-liner h2 {
    color: #3C3C3C
}

button,
input,
optgroup,
select,
textarea {
    font-family: "Helvetica Neue", Helvetica, sans-serif;
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

form.woocommerce-checkout .ch-form .ch-form-b-out {
    border: 1px solid #B2B2B2
}

form.woocommerce-checkout .ch-form .ch-form-b-out:not(:last-child) {
    margin-bottom: 30px
}

form.woocommerce-checkout .ch-form .ch-form-b-out .checkout-title-out .checkout-title {
    margin-top: -2px
}

form.woocommerce-checkout .ch-form .ch-form-b-out .ch-form-b ul.wc_payment_methods {
    margin: 0 !important;
    list-style-type: none !important;
    padding: 0 !important;
    border-bottom: 0px !important
}

form.woocommerce-checkout .ch-form .ch-form-b-out .ch-form-b ul.wc_payment_methods li {
    margin-bottom: 30px !important
}

@media (max-width: 450px) {
    form.woocommerce-checkout .ch-form .ch-form-b-out .ch-form-b ul.wc_payment_methods li {
        padding: 15px 0
    }
}

form.woocommerce-checkout .ch-form .ch-form-b-out .ch-form-b ul.wc_payment_methods li::before {
    background: none
}

form.woocommerce-checkout .ch-form .ch-form-b-out .ch-form-b ul.wc_payment_methods li .wc-credit-card-form br {
    display: none !important
}

form.woocommerce-checkout .ch-form .ch-form-b-out .ch-form-b ul.wc_payment_methods li .payment_method_checkbox {
    margin: 0 !important
}

form.woocommerce-checkout .ch-form .ch-form-b-out .ch-form-b ul.wc_payment_methods li .stripe-source-errors .wc-stripe-error {
    margin: 20px 0 0 0 !important;
    border-top: none !important;
    padding-left: 30px !important
}

form.woocommerce-checkout .ch-form .ch-form-b-out .ch-form-b ul.wc_payment_methods li .stripe-source-errors .wc-stripe-error li {
    font-size: 15px !important;
    color: #C80006 !important;
    padding-top: 3px !important
}

form.woocommerce-checkout .ch-form .ch-form-b-out .ch-form-b ul.wc_payment_methods li .stripe-source-errors .woocommerce-error::before,
form.woocommerce-checkout .ch-form .ch-form-b-out .ch-form-b ul.wc_payment_methods li .stripe-source-errors .woocommerce-info::before,
form.woocommerce-checkout .ch-form .ch-form-b-out .ch-form-b ul.wc_payment_methods li .stripe-source-errors .woocommerce-message::before {
    top: 0 !important;
    left: 0 !important
}

@media (max-width: 450px) {
    form.woocommerce-checkout .ch-form .ch-form-b-out .ch-form-b ul.wc_payment_methods li.payment_method_klarna_payments_pay_over_time .payment-method-content {
        padding: 0 15px
    }
}

form.woocommerce-checkout .ch-form .ch-form-b-out .ch-form-b input[type="text"],
form.woocommerce-checkout .ch-form .ch-form-b-out .ch-form-b input[type="password"],
form.woocommerce-checkout .ch-form .ch-form-b-out .ch-form-b input[type="email"],
form.woocommerce-checkout .ch-form .ch-form-b-out .ch-form-b input[type="search"],
form.woocommerce-checkout .ch-form .ch-form-b-out .ch-form-b input[type="submit"],
form.woocommerce-checkout .ch-form .ch-form-b-out .ch-form-b input[type="reset"],
form.woocommerce-checkout .ch-form .ch-form-b-out .ch-form-b input[type="tel"],
form.woocommerce-checkout .ch-form .ch-form-b-out .ch-form-b textarea {
    -webkit-border-radius: 0;
    border-radius: 0;
    -webkit-appearance: none
}

form.woocommerce-checkout .ch-form .ch-form-b-out .ch-form-b input[type="radio"] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    -webkit-border-radius: 50px;
    width: 30px;
    height: 30px;
    border: 1px solid #969696;
    background-color: #fff;
    border-radius: 50px;
    background-repeat: no-repeat;
    background: none !important
}

form.woocommerce-checkout .ch-form .ch-form-b-out .ch-form-b input[type="radio"]:checked {
    background: url(../img/ok-grey.svg) no-repeat 0 0 !important;
    -webkit-background-size: cover !important;
    background-size: auto !important;
    background-position-x: 6px !important;
    background-position-y: 8px !important
}

form.woocommerce-checkout .ch-form .ch-form-b-out .ch-form-b input[type="checkbox"] {
    width: 25px;
    height: 25px;
    border: 1px solid #969696;
    -webkit-appearance: none;
    -moz-appearance: none;
    margin-bottom: -6px;
    margin-right: 10px;
    background-repeat: no-repeat;
    background: none !important;
    background-color: #fff !important
}

form.woocommerce-checkout .ch-form .ch-form-b-out .ch-form-b input[type="checkbox"]:checked {
    background: url(../img/ok.svg) 0 0 no-repeat !important;
    -webkit-background-size: cover !important;
    background-size: 15px !important;
    background-position-x: 4px !important;
    background-position-y: 5px !important;
    background-color: #fff !important
}

form.woocommerce-checkout .ch-form .ch-form-b-out .ch-form-b .form-row label .required {
    color: #207e85;
    font-weight: 400;
    border: 0 !important;
    text-decoration: none;
    visibility: visible
}

form.woocommerce-checkout .ch-form .ch-form-b-out .ch-form-b .form-row#billing_first_name_field label,
form.woocommerce-checkout .ch-form .ch-form-b-out .ch-form-b .form-row#billing_last_name_field label {
    position: relative
}

@media (min-width: 1050px) {
    form.woocommerce-checkout .ch-form .ch-form-b-out .ch-form-b .form-row#billing_first_name_field label abbr.required,
    form.woocommerce-checkout .ch-form .ch-form-b-out .ch-form-b .form-row#billing_last_name_field label abbr.required {
        position: absolute;
        top: 50px;
        right: -25px
    }
}

@media (min-width: 992px) and (max-width: 1049px) {
    form.woocommerce-checkout .ch-form .ch-form-b-out .ch-form-b .form-row#billing_first_name_field label abbr.required,
    form.woocommerce-checkout .ch-form .ch-form-b-out .ch-form-b .form-row#billing_last_name_field label abbr.required {
        position: absolute;
        top: 50px;
        right: -20px
    }
}

@media (min-width: 552px) and (max-width: 852px) {
    form.woocommerce-checkout .ch-form .ch-form-b-out .ch-form-b .form-row#billing_first_name_field label abbr.required,
    form.woocommerce-checkout .ch-form .ch-form-b-out .ch-form-b .form-row#billing_last_name_field label abbr.required {
        position: absolute;
        top: 50px;
        right: -20px
    }
}

@media (min-width: 992px) {
    form.woocommerce-checkout .ch-form .ch-form-b-out .ch-form-b .form-row#billing_title_field label .required,
    form.woocommerce-checkout .ch-form .ch-form-b-out .ch-form-b .form-row#user_title_field label .required,
    form.woocommerce-checkout .ch-form .ch-form-b-out .ch-form-b .form-row#billing_email_field label .required,
    form.woocommerce-checkout .ch-form .ch-form-b-out .ch-form-b .form-row#user_select_field label .required,
    form.woocommerce-checkout .ch-form .ch-form-b-out .ch-form-b .form-row#billing_phone_field label .required,
    form.woocommerce-checkout .ch-form .ch-form-b-out .ch-form-b .form-row#user_phone_field label .required,
    form.woocommerce-checkout .ch-form .ch-form-b-out .ch-form-b .form-row#user_select_field label .required {
        display: block;
        position: absolute;
        right: 60px;
        padding: 13px 0
    }
}

@media (min-width: 552px) and (max-width: 852px) {
    form.woocommerce-checkout .ch-form .ch-form-b-out .ch-form-b .form-row#billing_title_field label .required,
    form.woocommerce-checkout .ch-form .ch-form-b-out .ch-form-b .form-row#user_title_field label .required,
    form.woocommerce-checkout .ch-form .ch-form-b-out .ch-form-b .form-row#billing_email_field label .required,
    form.woocommerce-checkout .ch-form .ch-form-b-out .ch-form-b .form-row#user_select_field label .required,
    form.woocommerce-checkout .ch-form .ch-form-b-out .ch-form-b .form-row#billing_phone_field label .required,
    form.woocommerce-checkout .ch-form .ch-form-b-out .ch-form-b .form-row#user_phone_field label .required,
    form.woocommerce-checkout .ch-form .ch-form-b-out .ch-form-b .form-row#user_select_field label .required {
        display: block;
        position: absolute;
        right: 10px;
        padding: 13px 0
    }
}

.slick-dots-holder {
    position: absolute;
    z-index: 10;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 100px
}

.slick-dots {
    padding-left: 0px
}

.slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
    background-image: none
}

.slick-dots li button {
    background-color: #207e85;
    outline: none;
    border: none;
    border-radius: 50%;
    font-size: 0;
    height: 15px;
    width: 15px;
    opacity: .5
}

.slick-dots li button:before {
    content: ''
}

.slick-dots li.slick-active button {
    opacity: 1
}

header.b-header-o {
    background: #fff;
    z-index: 10;
    position: relative
}

header.b-header-o.cloner .mb-menu-outer.sticky-menu {
    position: static !important
}

@media (max-width: 850px) {
    header.b-header-o.cloner.b-header--sticky {
        box-shadow: none !important
    }
}

header.b-header-o.cloner .mb-menu-btn {
    position: static !important;
    top: 0 !important;
    right: 0 !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important
}

@media (max-width: 991px) {
    header.b-header-o.cloner .b-header {
        padding: 5px 0;
        min-height: 109px
    }
}

header.b-header-o .mb-menu-outer {
    z-index: 200;
    top: 0;
    position: relative
}

header.b-header-o .mb-menu-outer.sticky-menu {
    position: fixed;
    z-index: 200;
    right: 15px;
    top: 16px
}

header.b-header-o .mb-menu-btn {
    -webkit-box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.15)
}

@media (max-width: 991px) {
    header .b-header {
        padding: 20px 0
    }
}

header .mb-menu-btn {
    position: relative;
    z-index: 100;
    border: 0;
    padding: 0;
    vertical-align: top;
    width: 54px;
    height: 54px;
    -webkit-border-radius: 54px;
    border-radius: 54px;
    cursor: pointer;
    margin-left: auto;
    display: none;
    background: #42861D url(../img/ea-hamburger-open.svg) center no-repeat
}

@media (max-width: 991px) {
    header .mb-menu-btn {
        display: block
    }
}

header .mb-menu-btn.is-open {
    background: #42861D url(../img/ea-hamburger-close.svg) center no-repeat
}

.mb-menu {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    padding: 40px;
    background: #fff;
    z-index: 1000;
    display: none
}

.mb-menu .b-header-o {
    position: static !important;
    background: none
}

.mb-menu .b-header-o .b-header {
    background: #fff
}

.mb-menu .mb-menu-inner {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    height: 100%;
    overflow-y: auto;
    z-index: 1;
    background: #454955;
    -ms-scroll-chaining: none;
    overscroll-behavior: none
}

.mb-menu .mb-menu-inner::-webkit-scrollbar {
    display: none
}

.mb-menu .mb-menu-inner .logo a {
    display: block;
    width: 100%
}

.mb-menu .mb-menu-inner .mobile-rfi-button {
    display: inline-grid;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    z-index: 1
}

.mb-menu .mb-menu-inner .mobile-rfi-button .mobile-rfi-link {
    color: #fff;
    background: #42861D;
    padding: 15px
}

.mb-menu .mb-menu-inner .mobile-rfi-button .mobile-rfi-link:hover {
    background: #008148
}

.mb-menu .mb-menu-inner .container {
    padding: 20px 25px 10px
}

.mb-menu .mb-menu-inner .container .sub-nm {
    display: block;
    position: relative;
    padding: 0;
    margin: 30px 0;
    list-style-type: none;
    overflow: hidden;
    padding-bottom: 35px
}

.mb-menu .mb-menu-inner .container .sub-nm a {
    font: 400 23px/46px "Open Sans", Arial, sans-serif;
    color: #fff
}

.mb-menu .mb-menu-inner .container .sub-nm li {
    margin-bottom: 20px;
    text-align: center
}

.mb-menu .mb-menu-inner .container .sub-nm li.cart-item {
    text-align: left;
    border-top: 1px solid #fff;
    padding: 20px 0 0 0
}

.mb-menu .mb-menu-inner .container .sub-nm li.cart-item .cart-contents-count {
    font: 700 12px/12px "Open Sans", Arial, sans-serif;
    color: #fff;
    background-color: #C0012A;
    border-radius: 100%;
    padding: 4px 4px;
    vertical-align: top;
    top: 35px;
    left: 15px;
    position: absolute;
    padding-left: 6px !important;
    width: 20px;
    height: 20px
}

.mb-menu .mb-menu-inner .container .sub-nm li.cart-item .cart .cart-icon {
    display: inline-block;
    position: relative;
    width: 20px;
    height: 20px;
    padding: 0;
    background: transparent url(../img/c24_cart_white.svg) center no-repeat;
    background-size: 20px
}

.mb-menu .mb-menu-inner .container .sub-nm li.cart-item .cart span {
    padding-left: 20px
}

.mb-menu .mb-menu-inner .container .sub-nm li.phone-item {
    display: block;
    position: relative;
    width: 100%;
    padding: 0;
    margin: 0
}

.mb-menu .mb-menu-inner .container .sub-nm li.phone-item .right-top-el {
    width: 100%
}

.mb-menu .mb-menu-inner .container .sub-nm .user-ico {
    width: 25px;
    height: 25px;
    background: url(../img/s-white.svg) 0 0 no-repeat
}

.mb-menu .mb-menu-inner .container .sub-nm .phone-ico,
.mb-menu .mb-menu-inner .container .sub-nm .phone-ico-bigger {
    width: 25px;
    height: 25px;
    background: url(../img/p-white.svg) 0 0 no-repeat;
    position: relative;
    top: 2px
}

.mb-menu.is-active {
    display: block
}

.mobile-nav .mobile-nav-list li {
    margin-bottom: 5px
}

.mobile-nav .mobile-nav-list li:last-child {
    margin-bottom: 0
}

.mobile-nav .mobile-nav-list>li:hover .dropdown-menu {
    display: block
}

.mobile-nav .mobile-nav-list a {
    font: 400 23px/46px "Open Sans", Arial, sans-serif;
    color: #fff;
    display: inline-block;
    padding: 2px 0
}

.mobile-nav .mobile-nav-list .dropdown-menu {
    position: static;
    top: auto;
    left: 0;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    background: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    width: 100%;
    text-align: left;
    z-index: 10;
    margin-top: 5px;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    opacity: 1;
    visibility: visible;
    display: none
}

.mobile-nav .mobile-nav-list .dropdown-menu li {
    display: block !important;
    margin-left: 20px !important
}

.mobile-nav .mobile-nav-list .dropdown-menu li a {
    display: block;
    padding: 7px 10px;
    padding-left: 20px
}

@media (max-width: 991px) {
    .mobile-nav .dropdown-menu {
        text-align: left;
        padding: 0;
        width: 100vw;
        margin-left: -15px
    }
}

#sticky-wrapperr {
    position: sticky;
    z-index: 90;
    top: 0
}

@media (min-width: 992px) {
    #sticky-wrapperr .b-header--sticky .sign-elem {
        display: none !important
    }
}

@media (min-width: 992px) {
    #sticky-wrapperr .b-header--sticky .right-top-el {
        margin-left: 30px !important;
        margin-bottom: 10px !important
    }
}

#sticky-wrapperr .b-header--sticky .rght-btm {
    transition: padding-top .5s ease
}

@media (min-width: 992px) {
    #sticky-wrapperr .b-header--sticky .rght-btm {
        padding-top: 0
    }
}

@media (min-width: 992px) {
    #sticky-wrapperr .b-header--sticky .b-header {
        padding-top: 15px;
        padding-bottom: 0px
    }
}

@media (min-width: 992px) {
    #sticky-wrapperr .b-header--sticky .logo {
        max-width: 165px;
        padding-bottom: 15px
    }
}

header.b-header-o {
    box-shadow: 0 -3px 16px rgba(0, 0, 0, 0.16);
    -webkit-box-shadow: 0 -3px 16px rgba(0, 0, 0, 0.16)
}

@media (max-width: 991px) {
    header.b-header-o {
        min-height: 109px
    }
}

header.b-header-o .b-header {
    background: #fff;
    padding: 25px 0 10px 0;
    transition: all .5s
}

header.b-header-o .b-header .container nav {
    padding-top: 10px;
    padding-bottom: 25px
}

header.b-header-o .b-header .container nav .menu-header-menu-container ul.nav-list {
    position: relative
}

header.b-header-o .b-header .container nav .menu-header-menu-container ul.nav-list li {
    display: inline-block;
    margin-left: 22px;
    position: relative
}

header.b-header-o .b-header .container nav .menu-header-menu-container ul.nav-list li:first-child {
    margin-left: 0
}

header.b-header-o .b-header .container nav .menu-header-menu-container ul.nav-list li:hover>a {
    color: #42861D
}

header.b-header-o .b-header .container nav .menu-header-menu-container ul.nav-list li a {
    color: #3C3C3C;
    font-weight: 400
}

header.b-header-o .b-header .container nav .menu-header-menu-container ul.nav-list>li>ul.dropdown-menu {
    position: absolute;
    width: 238px;
    box-shadow: none;
    top: 25px;
    left: 0;
    background: #454955;
    padding: 20px;
    opacity: 0;
    visibility: hidden;
    z-index: 99
}

header.b-header-o .b-header .container nav .menu-header-menu-container ul.nav-list>li>ul.dropdown-menu:after {
    content: "";
    position: absolute;
    padding-top: 20px;
    left: 20px;
    top: -30px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 17px 17px 17px;
    border-color: transparent transparent transparent transparent;
    z-index: 9998;
    opacity: 0;
    visibility: hidden
}

header.b-header-o .b-header .container nav .menu-header-menu-container ul.nav-list>li>ul.dropdown-menu li {
    display: block !important;
    margin-left: 0 !important
}

header.b-header-o .b-header .container nav .menu-header-menu-container ul.nav-list>li>ul.dropdown-menu li a {
    display: block;
    padding: 7px 10px
}

header.b-header-o .b-header .container nav .menu-header-menu-container ul.nav-list>li:hover:after {
    content: '';
    width: 100%;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    top: 100%;
    height: 20px;
    z-index: 5
}

header.b-header-o .b-header .container nav .menu-header-menu-container ul.nav-list>li:hover>ul.dropdown-menu {
    padding: 20px;
    margin-top: 35px !important;
    width: 238px;
    top: 25px;
    left: 0;
    text-align: left;
    box-shadow: none;
    background: #454955;
    opacity: 1;
    visibility: visible;
    z-index: 99
}

header.b-header-o .b-header .container nav .menu-header-menu-container ul.nav-list>li:hover>ul.dropdown-menu:after {
    content: "";
    position: absolute;
    padding-top: 20px;
    left: 20px;
    top: -30px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 17px 17px 17px;
    border-color: transparent transparent #454955 transparent;
    z-index: 9998;
    opacity: 1;
    visibility: visible
}

header.b-header-o .b-header .container nav .menu-header-menu-container ul.nav-list>li:hover>ul.dropdown-menu>li {
    height: inherit;
    padding-left: 7px
}

header.b-header-o .b-header .container nav .menu-header-menu-container ul.nav-list>li:hover>ul.dropdown-menu>li a {
    color: #fff
}

header.b-header-o .b-header .container nav .menu-header-menu-container ul.nav-list>li:hover>ul.dropdown-menu>li a:hover {
    color: #6CC13F
}

header.b-header-o .b-header .container nav .menu-header-menu-container ul.nav-list li:last-of-type>ul.dropdown-menu {
    right: 0;
    left: auto
}

header.b-header-o .b-header .container nav .menu-header-menu-container ul.nav-list li:last-of-type>ul.dropdown-menu:after {
    left: 80%
}

header.b-header-o .b-header .container nav .menu-header-menu-container ul.nav-list li.current-menu-item a,
header.b-header-o .b-header .container nav .menu-header-menu-container ul.nav-list li.current-menu-parent a {
    color: #42861D
}

header.checkout-header {
    height: auto;
    z-index: 10000
}

header.checkout-header .b-header {
    padding: 20px 0 20px
}

header .b-header {
    padding: 37px 0 42px;
    background-color: #fff
}

header .b-header .logo {
    max-width: 235px;
    width: 100%;
    padding-bottom: 19px
}

@media (max-width: 991px) {
    header .b-header .logo {
        padding-bottom: 0
    }
}

header .b-header .logo img {
    width: 100%
}

header.b-header-o.b-header--sticky .b-header .container nav .menu-header-menu-container ul.nav-list>li:hover>ul.dropdown-menu {
    top: 15px
}

.b-section .grid-2 {
    display: grid;
    grid-column-gap: 4%;
    grid-row-gap: 60px;
    grid-template-columns: repeat(2, minmax(48%, 1fr));
    display: -ms-grid;
    -ms-grid-columns: 48% 4% 48%;
    -ms-grid-rows: 100%
}

@media (max-width: 685px) {
    .b-section .grid-2 {
        grid-template-columns: repeat(auto-fit, minmax(100%, 1fr));
        -ms-grid-columns: 100%
    }
}

.b-section .grid-2 .b-obj {
    display: block;
    position: relative
}

@media (max-width: 685px) {
    .b-section .grid-2 .b-obj {
        margin: 0 auto
    }
}

.b-section .grid-2 .b-obj .product-content {
    display: block;
    position: relative;
    min-height: 130px
}

@media (min-width: 687px) and (max-width: 798px) {
    .b-section .grid-2 .b-obj .product-content {
        min-height: 160px
    }
}

.b-section .grid-2 .b-obj .product-content span.product-description {
    display: block;
    position: relative;
    margin: 0;
    padding: 0 25px
}

.b-section .grid-2 .b-obj .learn-more-block {
    position: relative;
    margin-top: auto;
    padding: 0 25px;
    display: table;
    width: 100%;
    clear: both;
    bottom: 0;
    margin-top: 20px
}

.b-section .grid-2 .b-obj .learn-more-block a.learn-more-link {
    font: 700 18px/25px "Helvetica Neue", Helvetica, sans-serif;
    display: inline-block;
    position: relative;
    top: -5px;
    padding-bottom: 8px;
    background-color: transparent;
    color: #42861D;
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

.b-section .grid-2 .b-obj .learn-more-block a.learn-more-link:after {
    content: '';
    display: inline-table;
    position: absolute;
    bottom: 0;
    left: 0;
    height: 3.5px;
    width: 100%;
    background-color: #42861D;
    -webkit-transform: skew(-45deg);
    transform: skew(-45deg);
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

.b-section .grid-2 .b-obj .learn-more-block a.learn-more-link:hover {
    color: #316D22
}

.b-section .grid-2 .b-obj .learn-more-block a.learn-more-link:hover:after {
    background-color: #316D22
}

.b-section .grid-2 .b-obj p {
    font-weight: 400 !important;
    margin: 30px 0 !important;
    padding: 0 25px !important
}

.b-section .grid-2 article.b-obj .colour-block-header {
    max-width: 581.5px;
    background: #42861D;
    position: relative;
    margin: 0;
    display: block;
    overflow: hidden;
    padding: 15px 25px
}

.b-section .grid-2 article.b-obj .colour-block-header h3 {
    font: 500 20px/25px "Open Sans", Arial, sans-serif;
    color: #fff
}

@media (max-width: 685px) {
    .b-section .grid-2 article.b-obj .colour-block-header {
        max-width: 100%
    }
}

.b-section .grid-2 article.b-obj header.b-obj-head {
    max-width: 581.5px
}

@media (max-width: 685px) {
    .b-section .grid-2 article.b-obj header.b-obj-head {
        max-width: 100%
    }
}

.b-section .grid-2 article a.block-image-link {
    max-width: 581.5px;
    margin: 0;
    position: relative;
    margin-bottom: 25px;
    display: block;
    overflow: hidden
}

@media (max-width: 685px) {
    .b-section .grid-2 article a.block-image-link {
        max-width: 100%
    }
}

.b-section .grid-2 article a.block-image-link:hover .block-image {
    -webkit-transform: scale(1.2);
    transform: scale(1.2)
}

.b-section .grid-2 article a.block-image-link .block-image {
    height: 260px;
    -webkit-transition: -webkit-transform .5s;
    transition: -webkit-transform .5s;
    transition: transform .5s;
    transition: transform .5s, -webkit-transform .5s;
    -webkit-transform: scale(1);
    transform: scale(1)
}

.b-section .grid-2 article a.block-image-link .block-image.image-cover {
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover
}

.b-section .grid-2 article a.block-image-link .block-image.image-cover .img-cont {
    height: 100%;
    display: block;
    position: relative;
    overflow: hidden;
    max-height: 260px
}

.b-section .grid-2 article a.block-image-link .block-image.image-cover .img-cont picture.webP source,
.b-section .grid-2 article a.block-image-link .block-image.image-cover .img-cont picture.webP img {
    -o-object-fit: cover;
    object-fit: cover
}

.b-section .grid-2 article a.block-image-link span.product-price-container {
    padding: 20px 25px;
    position: absolute !important;
    left: 0;
    bottom: 0;
    z-index: 10;
    display: inline-block;
    background: #fff;
    margin: 0
}

.b-section .grid-2 article a.block-image-link span.product-price-container h3 {
    font: 700 20px/28px "Helvetica Neue", Helvetica, sans-serif;
    letter-spacing: unset;
    color: #3C3C3C
}

.b-section .grid-2 article a.block-image-link span.product-price-container h3:after {
    content: '';
    position: absolute;
    left: 25px;
    right: 25px;
    bottom: 10px;
    height: 3.5px;
    background-color: #42861D;
    -webkit-transform: skew(-45deg);
    -ms-transform: skew(-45deg);
    transform: skew(-45deg)
}

.b-section .grid-2 article a.block-image-link span.title-container {
    padding: 20px 25px;
    position: absolute !important;
    left: 0;
    bottom: 0;
    z-index: 10;
    display: inline-block;
    background: #fff;
    margin: 0
}

.b-section .grid-2 article a.block-image-link span.title-container h3 {
    font: 700 20px/28px "Helvetica Neue", Helvetica, sans-serif;
    letter-spacing: unset;
    color: #3C3C3C
}

.learn-more {
    position: relative
}

.learn-more .a-box-grid article.a-box {
    display: inline-block;
    position: relative;
    width: 47.5%;
    padding: 25px;
    background-color: #FAFAFA;
    border: 1px solid #B2B2B2
}

.learn-more .a-box-grid article.a-box:nth-child(odd) {
    margin: 0 2% 50px 0px
}

@media (max-width: 685px) {
    .learn-more .a-box-grid article.a-box:nth-child(odd) {
        margin: 25px 0
    }
}

.learn-more .a-box-grid article.a-box:nth-child(even) {
    margin: 0 0 50px 2%
}

@media (max-width: 685px) {
    .learn-more .a-box-grid article.a-box:nth-child(even) {
        margin: 25px 0
    }
}

@media (max-width: 685px) {
    .learn-more .a-box-grid article.a-box {
        float: left;
        width: 100%
    }
}

.learn-more .a-box-grid article.a-box .a-box-image {
    display: block;
    margin: -25px -25px 25px;
    border-bottom: 1px solid #B2B2B2;
    position: relative;
    overflow: hidden;
    height: 240px
}

.learn-more .a-box-grid article.a-box .a-box-image.a-play {
    position: relative
}

.learn-more .a-box-grid article.a-box .a-box-image.a-play:after {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: scale(1) translate(-50%, -50%);
    transform: scale(1) translate(-50%, -50%);
    -webkit-transform-origin: center;
    transform-origin: center;
    width: 66px;
    height: 72px;
    background: url(../img/play-icon.svg) 0 0 no-repeat;
    -webkit-transition: -webkit-transform .3s linear;
    transition: -webkit-transform .3s linear;
    transition: transform .3s linear;
    transition: transform .3s linear, -webkit-transform .3s linear
}

.learn-more .a-box-grid article.a-box .a-box-image:hover.a-play:after {
    background: url(../img/play-icon-green.svg) 0 0 no-repeat
}

.learn-more .a-box-grid article.a-box .a-box-image:hover .a-box-image-inner {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

.learn-more .a-box-grid article.a-box .a-box-image .a-box-image-inner {
    display: block;
    height: 240px;
    -webkit-transition: -webkit-transform .5s;
    transition: -webkit-transform .5s;
    transition: transform .5s;
    transition: transform .5s, -webkit-transform .5s;
    -webkit-transform: scale(1);
    transform: scale(1)
}

.learn-more .a-box-grid article.a-box .a-box-image .a-box-image-inner .img-cont picture img,
.learn-more .a-box-grid article.a-box .a-box-image .a-box-image-inner .img-cont picture source {
    -o-object-fit: cover;
    object-fit: cover
}

.learn-more .a-box-grid article.a-box .a-box-contents {
    display: block;
    position: relative;
    min-height: 130px;
    margin-bottom: 30px
}

@media (max-width: 685px) {
    .learn-more .a-box-grid article.a-box .a-box-contents {
        height: auto !important
    }
}

.learn-more .a-box-grid article.a-box .a-box-contents p {
    font-weight: 400;
    min-height: 87px;
    margin-bottom: 38px
}

.learn-more .a-box-grid article.a-box .a-box-contents h2,
.learn-more .a-box-grid article.a-box .a-box-contents h3,
.learn-more .a-box-grid article.a-box .a-box-contents h4 {
    font: 700 22px/25px "Open Sans", Arial, sans-serif;
    margin-bottom: 25px
}

.a-more-out {
    position: relative;
    bottom: 20px
}

.a-more-out .a-more {
    font: 700 18px/25px "Open Sans", Arial, sans-serif;
    position: relative;
    top: 0;
    padding-bottom: 10px;
    position: relative;
    color: #42861D
}

.a-more-out .a-more:after {
    background-color: #42861D;
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 3.5px;
    -webkit-transform: skew(-45deg);
    -ms-transform: skew(-45deg);
    transform: skew(-45deg)
}

.a-more-out .a-more:hover {
    color: #316D22 !important
}

.a-more-out .a-more:hover:after {
    background-color: #316D22
}

@media screen and (-ms-high-contrast: active),
screen and (-ms-high-contrast: none) {
    .b-section .grid-2 {
        display: inline-block;
        grid-column-gap: inherit;
        grid-row-gap: auto;
        grid-template-columns: none;
        -ms-grid-columns: inherit;
        -ms-grid-rows: inherit
    }
}

@media screen and (-ms-high-contrast: active) and (max-width: 685px),
screen and (-ms-high-contrast: none) and (max-width: 685px) {
    .b-section .grid-2 {
        float: left;
        width: 100%
    }
}

@media screen and (-ms-high-contrast: active),
screen and (-ms-high-contrast: none) {
    .b-section .grid-2 .b-obj {
        display: inline-block;
        float: left;
        width: 48%;
        margin: 0 4% 4% 0
    }
}

@media screen and (-ms-high-contrast: active) and (max-width: 685px),
screen and (-ms-high-contrast: none) and (max-width: 685px) {
    .b-section .grid-2 .b-obj {
        width: 100%;
        margin: 0 0 8% 0
    }
}

@media screen and (-ms-high-contrast: active),
screen and (-ms-high-contrast: none) {
    .b-section .grid-2 .b-obj:nth-child(2n) {
        margin: 0 0 4% 0
    }
}

@media screen and (-ms-high-contrast: active) and (max-width: 685px),
screen and (-ms-high-contrast: none) and (max-width: 685px) {
    .b-section .grid-2 .b-obj:nth-child(2n) {
        margin: 0 0 8% 0
    }
}

@media screen and (-ms-high-contrast: active),
screen and (-ms-high-contrast: none) {
    .b-section .grid-2 article.b-obj .colour-block-header {
        max-width: 100%
    }
    .b-section .grid-2 article.b-obj header.b-obj-head {
        max-width: 100%
    }
    .b-section .grid-2 article a.block-image-link {
        max-width: 100%
    }
}

@supports (-ms-accelerator: true) {
    .b-section .grid-2 {
        display: inline-block;
        grid-column-gap: inherit;
        grid-row-gap: auto;
        grid-template-columns: none;
        -ms-grid-columns: inherit;
        -ms-grid-rows: inherit
    }
    @media (max-width: 685px) {
        .b-section .grid-2 {
            float: left;
            width: 100%
        }
    }
    .b-section .grid-2 .b-obj {
        display: inline-block;
        float: left;
        width: 48%;
        margin: 0 4% 4% 0
    }
    @media (max-width: 685px) {
        .b-section .grid-2 .b-obj {
            width: 100%;
            margin: 0 0 8% 0
        }
    }
    .b-section .grid-2 .b-obj:nth-child(2n) {
        margin: 0 0 4% 0
    }
    @media (max-width: 685px) {
        .b-section .grid-2 .b-obj:nth-child(2n) {
            margin: 0 0 8% 0
        }
    }
    .b-section .grid-2 article.b-obj .colour-block-header {
        max-width: 100%
    }
    .b-section .grid-2 article.b-obj header.b-obj-head {
        max-width: 100%
    }
    .b-section .grid-2 article a.block-image-link {
        max-width: 100%
    }
}

@supports (-ms-ime-align: auto) {
    .b-section .grid-2 {
        display: inline-block;
        grid-column-gap: inherit;
        grid-row-gap: auto;
        grid-template-columns: none;
        -ms-grid-columns: inherit;
        -ms-grid-rows: inherit
    }
    @media (max-width: 685px) {
        .b-section .grid-2 {
            float: left;
            width: 100%
        }
    }
    .b-section .grid-2 .b-obj {
        display: inline-block;
        float: left;
        width: 48%;
        margin: 0 4% 4% 0
    }
    @media (max-width: 685px) {
        .b-section .grid-2 .b-obj {
            width: 100%;
            margin: 0 0 8% 0
        }
    }
    .b-section .grid-2 .b-obj:nth-child(2n) {
        margin: 0 0 4% 0
    }
    @media (max-width: 685px) {
        .b-section .grid-2 .b-obj:nth-child(2n) {
            margin: 0 0 8% 0
        }
    }
    .b-section .grid-2 article.b-obj .colour-block-header {
        max-width: 100%
    }
    .b-section .grid-2 article.b-obj header.b-obj-head {
        max-width: 100%
    }
    .b-section .grid-2 article a.block-image-link {
        max-width: 100%
    }
}

.page-template-page-faq .b-section h2.b-section-title {
    margin-top: 80px
}

.page-template-page-faq ul.faq-list {
    margin: 0;
    padding: 0;
    margin-bottom: -15px;
    list-style: none
}

.page-template-page-faq ul.faq-list li {
    break-inside: avoid-column
}

.page-template-page-faq ul.faq-list li:before {
    display: none
}

.page-template-page-faq ul.faq-list li .faq-title {
    margin-bottom: 20px;
    background-color: #FAFAFA;
    border: 1px solid #B2B2B2;
    padding: 15px 90px;
    cursor: pointer;
    position: relative;
    font-weight: 400
}

@media (max-width: 850px) {
    .page-template-page-faq ul.faq-list li .faq-title {
        padding-left: 20px
    }
}

.page-template-page-faq ul.faq-list li .faq-title:after {
    content: 'Q';
    font: 700 20px/28px "Helvetica Neue", Helvetica, sans-serif;
    color: #207e85;
    position: absolute;
    left: 40px;
    top: 17px
}

@media (max-width: 850px) {
    .page-template-page-faq ul.faq-list li .faq-title:after {
        content: none
    }
}

.page-template-page-faq ul.faq-list li .faq-title:before {
    content: '';
    position: absolute;
    right: 40px;
    width: 20px;
    height: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background: url(../img/f-p.svg) center no-repeat
}

.page-template-page-faq ul.faq-list li .faq-title.is-active:before {
    background: url(../img/f-m.svg) center no-repeat
}

.page-template-page-faq ul.faq-list li .faq-answer {
    margin: 0;
    padding: 35px 40px;
    padding-top: 20px;
    font-weight: 400;
    display: none
}

@media (max-width: 850px) {
    .page-template-page-faq ul.faq-list li .faq-answer {
        padding-left: 20px
    }
}

.icons-block {
    display: block;
    position: relative;
    background: #FAFAFA;
    padding: 90px 0;
    margin: 0 auto
}

.icons-block .container .grid-four {
    display: block;
    position: relative;
    width: 100%;
    height: auto
}

.icons-block .container .grid-four .icon-block {
    display: inline-table;
    position: relative
}

@media (min-width: 850px) {
    .icons-block .container .grid-four .icon-block {
        width: 24%;
        padding: 0 2%
    }
    .icons-block .container .grid-four .icon-block:nth-child(1) {
        padding: 0 2% 0 0
    }
    .icons-block .container .grid-four .icon-block:nth-child(4) {
        padding: 0 0 0 2%
    }
}

@media (min-width: 650px) and (max-width: 849px) {
    .icons-block .container .grid-four .icon-block {
        width: 49%;
        padding: 2%;
        min-height: 300px
    }
}

@media (max-width: 649px) {
    .icons-block .container .grid-four .icon-block {
        width: 100%;
        padding: 2%;
        margin-bottom: 2em
    }
}

.icons-block .container .grid-four .icon-block .icon {
    display: block;
    position: relative;
    height: 50px;
    width: 45px;
    margin: 0 auto;
    padding: 0
}

.icons-block .container .grid-four .icon-block .icon img.grey {
    display: block;
    position: absolute;
    opacity: 1;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease
}

@media screen and (-ms-high-contrast: active),
screen and (-ms-high-contrast: none) {
    .icons-block .container .grid-four .icon-block .icon img.grey {
        background-size: contain !important
    }
}

.icons-block .container .grid-four .icon-block .title {
    display: table;
    position: relative;
    padding: 30px 0;
    margin: 0 auto;
    color: #454955;
    font: 700 25px/33px "Open Sans", Arial, sans-serif;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease
}

@media (max-width: 649px) {
    .icons-block .container .grid-four .icon-block .title {
        padding: 12px 0
    }
}

.icons-block .container .grid-four .icon-block .content {
    display: table;
    position: relative;
    padding: 0;
    margin: 0 auto;
    text-align: center;
    color: #454955;
    font: 300 18px/25px "Open Sans", Arial, sans-serif
}

@media (min-width: 1024px) {
    .icons-block .container .grid-four .icon-block .content {
        max-width: 225px
    }
}

.partners-block {
    display: block;
    position: relative;
    padding: 0;
    margin: 90px auto
}

.partners-block .container h2 {
    text-align: center;
    margin: 0 0 80px 0
}

@media (min-width: 851px) {
    .partners-block .container h2 {
        font: 700 42px/54px "Open Sans", Arial, sans-serif
    }
}

@media (max-width: 850px) {
    .partners-block .container h2 {
        font: 700 30px/40px "Open Sans", Arial, sans-serif
    }
}

.partners-block .container .grid-two {
    display: -ms-grid;
    display: grid;
    position: relative
}

@media (min-width: 767px) {
    .partners-block .container .grid-two {
        -ms-grid-columns: 1fr 55px 3fr;
        grid-template-columns: 1fr 3fr;
        grid-gap: 55px
    }
}

@media (max-width: 767px) {
    .partners-block .container .grid-two {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        grid-row-gap: 55px
    }
}

.partners-block .container .grid-two .logo-block {
    -ms-grid-column: 1;
    margin: auto auto auto 0;
    padding: 0
}

@media (max-width: 767px) {
    .partners-block .container .grid-two .logo-block {
        margin: auto
    }
}

.partners-block .container .grid-two .logo-block a.logo-link {
    display: block;
    position: relative
}

.partners-block .container .grid-two .logo-block a.logo-link:hover img.static {
    opacity: 0
}

.partners-block .container .grid-two .logo-block a.logo-link:hover img.hover {
    opacity: 1
}

.partners-block .container .grid-two .logo-block img {
    display: block;
    width: 250px;
    height: auto;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease
}

@media screen and (-ms-high-contrast: active),
screen and (-ms-high-contrast: none) {
    .partners-block .container .grid-two .logo-block img {
        background-size: contain !important
    }
}

.partners-block .container .grid-two .logo-block img.static {
    position: relative;
    opacity: 1
}

.partners-block .container .grid-two .logo-block img.hover {
    position: absolute;
    top: 0;
    opacity: 0
}

.partners-block .container .grid-two .content {
    display: flex;
    align-items: center;
    position: relative;
    -ms-grid-column: 3;
    padding: 0;
    color: #3C3C3C;
    font: 300 18px/25px "Open Sans", Arial, sans-serif
}

@media screen and (-ms-high-contrast: active),
screen and (-ms-high-contrast: none) {
    .partners-block .container .grid-two .content {
        margin: 0 0 2em 0
    }
}

.partners-block .container .grid-two .content p:last-of-type {
    margin-bottom: 0
}

.team-block {
    display: block;
    position: relative;
    padding: 0;
    margin: 80px auto
}

.team-block .container h2 {
    display: block;
    position: relative;
    margin: 0 0 80px 0;
    padding: 0;
    text-align: center
}

@media (min-width: 851px) {
    .team-block .container h2 {
        font: 700 42px/54px "Open Sans", Arial, sans-serif
    }
}

@media (max-width: 850px) {
    .team-block .container h2 {
        font: 700 30px/40px "Open Sans", Arial, sans-serif
    }
}

.team-block .container .grid-two {
    display: -ms-grid;
    display: grid
}

@media (min-width: 768px) {
    .team-block .container .grid-two {
        -ms-grid-columns: 1fr 55px 3fr;
        grid-template-columns: 1fr 3fr;
        grid-gap: 55px
    }
}

@media (max-width: 767px) {
    .team-block .container .grid-two {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        grid-row-gap: 25px
    }
}

.team-block .container .grid-two .photo {
    display: flex;
    align-items: center;
    -ms-grid-column: 1;
    margin: 0 0 2em 0;
    padding: 0
}

@media (max-width: 767px) {
    .team-block .container .grid-two .photo {
        width: 100%;
        max-width: 250px;
        margin: 0 auto
    }
}

.team-block .container .grid-two .photo picture.webP {
    position: relative;
    margin: 0 auto;
    width: 100%;
    height: auto
}

.team-block .container .grid-two .photo picture.webP img,
.team-block .container .grid-two .photo picture.webP source {
    display: block;
    object-fit: cover;
    border: 2px solid #42861D;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    width: 100% !important;
    height: 100%;
    min-width: 100%;
    min-height: 100%
}

.team-block .container .grid-two .photo picture.webP img {
    position: relative
}

.team-block .container .grid-two .photo picture.webP source {
    position: absolute
}

.team-block .container .grid-two .content {
    display: table;
    -ms-grid-column: 3;
    padding: 0;
    margin: auto 0;
    color: #3C3C3C
}

@media (max-width: 767px) {
    .team-block .container .grid-two .content {
        margin-bottom: 25px
    }
}

.team-block .container .grid-two .content h3 {
    margin-bottom: 25px
}

@media (min-width: 851px) {
    .team-block .container .grid-two .content h3 {
        font: 700 25px/33px "Open Sans", Arial, sans-serif
    }
}

@media (max-width: 850px) {
    .team-block .container .grid-two .content h3 {
        font: 700 25px/33px "Open Sans", Arial, sans-serif
    }
}

.team-block .container .grid-two .content p {
    font: 300 18px/25px "Open Sans", Arial, sans-serif
}

.team-block .container .grid-two .content p:last-of-type {
    margin-bottom: 0
}

.video-block .video-content {
    text-align: center
}

.video-block .video-content h3.video-title {
    color: #3C3C3C;
    margin-bottom: 20px
}

@media (min-width: 851px) {
    .video-block .video-content h3.video-title {
        font: 700 25px/33px "Open Sans", Arial, sans-serif
    }
}

@media (max-width: 850px) {
    .video-block .video-content h3.video-title {
        font: 700 25px/33px "Open Sans", Arial, sans-serif
    }
}

.video-block .fwv_container {
    width: 100%;
    margin: 0 auto;
    padding-top: 0;
    margin-bottom: 0
}

.video-block .fwv_container .yt-iframe-wrapper {
    position: relative;
    padding-bottom: 57%;
    height: 0;
    overflow: hidden;
    margin: 30px 0;
    border-bottom: none
}

.video-block .fwv_container .yt-iframe-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.contact-form-container {
    display: block;
    position: relative;
    padding: 0;
    margin: 0;
    width: 100vw;
    height: auto;
    overflow: hidden
}

.contact-form-container .serv-prev-b-form {
    display: block;
    position: relative;
    background: #82848D;
    padding: 80px 0
}

@media (max-width: 850px) {
    .contact-form-container .serv-prev-b-form {
        padding: 30px 0 80px
    }
}

@media (min-width: 851px) {
    .contact-form-container .serv-prev-b-form .container.contact-block {
        display: -ms-grid;
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(48%, 1fr));
        -ms-grid-rows: 1fr;
        grid-template-rows: 1fr;
        grid-gap: 4%
    }
}

@media (max-width: 850px) {
    .contact-form-container .serv-prev-b-form .container.contact-block {
        display: -ms-grid;
        display: grid;
        grid-template-columns: 1fr;
        -ms-grid-rows: 1fr;
        grid-template-rows: 1fr;
        grid-row-gap: 4%
    }
}

.contact-form-container .serv-prev-b-form .container.contact-block .left-content {
    display: block;
    position: relative;
    z-index: 30
}

@media (min-width: 851px) {
    .contact-form-container .serv-prev-b-form .container.contact-block .left-content {
        grid-column: 1;
        -ms-grid-column: 1
    }
}

@media (max-width: 850px) {
    .contact-form-container .serv-prev-b-form .container.contact-block .left-content {
        grid-row: 1;
        -ms-grid-row: 1
    }
}

.contact-form-container .serv-prev-b-form .container.contact-block .left-content h1 {
    color: #fff
}

@media (min-width: 851px) {
    .contact-form-container .serv-prev-b-form .container.contact-block .left-content h1 {
        font: 700 42px/54px "Open Sans", Arial, sans-serif
    }
}

@media (max-width: 850px) {
    .contact-form-container .serv-prev-b-form .container.contact-block .left-content h1 {
        font: 700 30px/40px "Open Sans", Arial, sans-serif
    }
}

.contact-form-container .serv-prev-b-form .container.contact-block .left-content p {
    color: #fff
}

.contact-form-container .serv-prev-b-form .container.contact-block .left-content p a {
    color: #6CC13F;
    transition: color .5s ease;
    -o-transition: color .5s ease;
    -webkit-transition: color .5s ease
}

.contact-form-container .serv-prev-b-form .container.contact-block .left-content p a:visited,
.contact-form-container .serv-prev-b-form .container.contact-block .left-content p a:focus {
    color: #6CC13F
}

.contact-form-container .serv-prev-b-form .container.contact-block .left-content p a:hover {
    color: #4BA01E
}

.contact-form-container .serv-prev-b-form .container.contact-block .right-content {
    display: block;
    position: relative;
    height: 100%;
    margin: 0 auto;
    overflow: visible;
    z-index: 20
}

@media (min-width: 851px) {
    .contact-form-container .serv-prev-b-form .container.contact-block .right-content {
        grid-column: 2;
        -ms-grid-column: 2
    }
}

@media (max-width: 850px) {
    .contact-form-container .serv-prev-b-form .container.contact-block .right-content {
        grid-column: 1;
        -ms-grid-column: 1
    }
}

@media (min-width: 851px) {
    .contact-form-container .serv-prev-b-form .container.contact-block .right-content .ellipse {
        display: block;
        position: absolute;
        top: -20%;
        right: 0%;
        left: -100%;
        height: 2500px;
        width: 2500px;
        background: url(../img/contact-ellipse.svg) no-repeat;
        background-position-x: 10%;
        background-position-y: -63%;
        background-size: 1488px;
        z-index: 10
    }
}

@media (max-width: 850px) {
    .contact-form-container .serv-prev-b-form .container.contact-block .right-content .ellipse {
        display: block;
        position: absolute;
        top: -110% !important;
        right: -25%;
        left: -25%;
        height: 2500px;
        background: url(../img/contact-ellipse.svg) no-repeat;
        background-position-x: 0%;
        background-position-y: 0%;
        background-size: 100%;
        z-index: 10
    }
}

.contact-form-container .serv-prev-b-form .container.contact-block .right-content .the-form-container {
    display: block;
    position: relative;
    background: #FAFAFA;
    border: 1px solid #B2B2B2;
    max-width: 560px;
    padding: 40px;
    margin: 0 auto;
    z-index: 20
}

.contact-form-container .serv-prev-b-form .container.contact-block .right-content .the-form-container .b-modal-form {
    background-color: transparent;
    text-align: left;
    padding: 0;
    margin-top: 20px;
    color: #3C3C3C;
    overflow: hidden
}

.contact-form-container .serv-prev-b-form .container.contact-block .right-content .the-form-container .b-modal-form.form-styler form select.wpcf7-select,
.contact-form-container .serv-prev-b-form .container.contact-block .right-content .the-form-container .b-modal-form.form-styler form select[type="text"],
.contact-form-container .serv-prev-b-form .container.contact-block .right-content .the-form-container .b-modal-form.form-styler form select[type="email"],
.contact-form-container .serv-prev-b-form .container.contact-block .right-content .the-form-container .b-modal-form.form-styler form input.wpcf7-select,
.contact-form-container .serv-prev-b-form .container.contact-block .right-content .the-form-container .b-modal-form.form-styler form input[type="text"],
.contact-form-container .serv-prev-b-form .container.contact-block .right-content .the-form-container .b-modal-form.form-styler form input[type="email"] {
    border: 1px solid #CBCBCB;
    height: 42px;
    margin-bottom: 10px;
    font-size: 16px
}

.contact-form-container .serv-prev-b-form .container.contact-block .right-content .the-form-container .b-modal-form.form-styler form select[type="radio"],
.contact-form-container .serv-prev-b-form .container.contact-block .right-content .the-form-container .b-modal-form.form-styler form input[type="radio"] {
    margin-bottom: 0
}

.contact-form-container .serv-prev-b-form .container.contact-block .right-content .the-form-container .b-modal-form.form-styler form textarea {
    border: 1px solid #CBCBCB;
    margin-bottom: 10px;
    font-size: 16px;
    height: 120px
}

.contact-form-container .serv-prev-b-form .container.contact-block .right-content .the-form-container .b-modal-form.form-styler form [type="submit"] {
    border: none;
    padding: 0;
    background: none;
    height: 50px;
    cursor: pointer;
    color: #fff;
    font-size: 0;
    white-space: nowrap;
    min-width: 200px
}

.contact-form-container .serv-prev-b-form .container.contact-block .right-content .the-form-container .b-modal-form.form-styler form [type="submit"] span {
    background-color: #42861D;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease
}

.contact-form-container .serv-prev-b-form .container.contact-block .right-content .the-form-container .b-modal-form.form-styler form [type="submit"]:hover span {
    background-color: #316D22
}

.contact-form-container .serv-prev-b-form .container.contact-block .right-content .the-form-container .b-modal-form.form-styler form .wpcf7-radio .wpcf7-list-item {
    padding: 5px 15px
}

.contact-form-container .serv-prev-b-form .container.contact-block .right-content .the-form-container .b-modal-form.form-styler form .hidden-request-fields #postcode_lookup button {
    background: transparent;
    -webkit-transition: background-color .3s, border .3s;
    -o-transition: background-color .3s, border .3s;
    transition: background-color .3s, border .3s;
    width: 90%;
    margin: 4%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 1px solid #008148;
    padding: 0;
    height: 50px;
    cursor: pointer;
    color: #008148;
    display: inline-block;
    vertical-align: top;
    white-space: nowrap
}

.contact-form-container .serv-prev-b-form .container.contact-block .right-content .the-form-container .b-modal-form.form-styler form .hidden-request-fields #postcode_lookup button:hover {
    border: 1px solid #008148;
    color: #008148
}

.contact-form-container .serv-prev-b-form .container.contact-block .right-content .the-form-container .b-modal-form.form-styler .disclaimer-text {
    display: inline-block;
    margin-bottom: 0px;
    margin-top: 10px
}

.contact-form-container .serv-prev-b-form .container.contact-block .right-content .the-form-container .b-modal-form.form-styler .disclaimer-text p {
    font: 400 13px/18px "Open Sans", Arial, sans-serif
}

.hero-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background: #82848D;
    padding: 0;
    margin: 0;
    height: 602px;
    width: 100%;
    overflow: hidden;
    position: relative
}

@media (max-width: 850px) {
    .hero-container {
        height: auto;
        min-height: 602px
    }
}

.hero-container .mobile-ellipse {
    display: none
}

@media (min-width: 325px) and (max-width: 850px) {
    .hero-container .mobile-ellipse {
        margin-top: 20px;
        overflow: visible
    }
}

@media (min-width: 760px) and (max-width: 850px) {
    .hero-container .mobile-ellipse {
        display: block;
        position: absolute;
        width: 100%;
        height: 100%;
        top: -40%
    }
    .hero-container .mobile-ellipse div {
        display: block;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        background: rgba(255, 255, 255, 0.06);
        border-radius: 100%
    }
    .hero-container .mobile-ellipse div.ellipse-one {
        width: 1180px;
        padding-bottom: 580px
    }
    .hero-container .mobile-ellipse div.ellipse-two {
        width: 1360px;
        padding-bottom: 760px
    }
}

@media (max-width: 760px) {
    .hero-container .mobile-ellipse {
        display: block;
        position: absolute;
        width: 100%;
        height: 100%;
        top: -4rem
    }
    .hero-container .mobile-ellipse div {
        display: block;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        border-radius: 100%;
        background: rgba(255, 255, 255, 0.06)
    }
    .hero-container .mobile-ellipse div.ellipse-one {
        width: 580px;
        padding-bottom: 480px
    }
    .hero-container .mobile-ellipse div.ellipse-two {
        width: 760px;
        padding-bottom: 660px
    }
}

.hero-container .hero-no-slider,
.hero-container .hero-slider {
    height: 100%;
    width: 100%;
    max-width: 1500px;
    margin: 0 auto
}

@media (min-width: 1500px) {
    .hero-container .hero-no-slider,
    .hero-container .hero-slider {
        max-width: 100%;
        margin: 0 auto
    }
}

@media (max-width: 850px) {
    .hero-container .hero-no-slider,
    .hero-container .hero-slider {
        position: relative
    }
}

.hero-container .hero-no-slider .slide,
.hero-container .hero-slider .slide {
    position: relative
}

@media (max-width: 850px) {
    .hero-container .hero-no-slider .slide,
    .hero-container .hero-slider .slide {
        height: inherit
    }
    .hero-container .hero-no-slider .slide.form .hero-right,
    .hero-container .hero-slider .slide.form .hero-right {
        display: none !important
    }
}

@media (max-width: 850px) {
    .hero-container .hero-no-slider .container,
    .hero-container .hero-slider .container {
        height: 100%;
        padding-right: 0px;
        padding-left: 0px
    }
}

.hero-container .hero-no-slider .container .picture.overlay,
.hero-container .hero-slider .container .picture.overlay {
    display: block;
    position: absolute;
    pointer-events: none
}

@media (min-width: 851px) {
    .hero-container .hero-no-slider .container .picture.overlay,
    .hero-container .hero-slider .container .picture.overlay {
        background: transparent url(../img/header_overlay1.svg) no-repeat;
        background-size: cover;
        z-index: 9;
        width: 465px;
        height: 610px;
        top: -4px;
        left: 25%
    }
}

@media (min-width: 1500px) {
    .hero-container .hero-no-slider .container .picture.overlay,
    .hero-container .hero-slider .container .picture.overlay {
        left: 40%
    }
}

@media (max-width: 850px) {
    .hero-container .hero-no-slider .container .picture.overlay,
    .hero-container .hero-slider .container .picture.overlay {
        display: none
    }
}

.hero-container .hero-no-slider .container .picture.overlay-form,
.hero-container .hero-slider .container .picture.overlay-form {
    position: absolute;
    background: url(../img/contact-ellipse.svg) no-repeat;
    background-size: 1100px;
    background-position: 0;
    width: 1100px;
    height: 100%;
    top: 0;
    right: 0%;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease
}

@media (min-width: 851px) and (max-width: 1100px) {
    .hero-container .hero-no-slider .container .picture.overlay-form,
    .hero-container .hero-slider .container .picture.overlay-form {
        right: -20%
    }
}

@media (max-width: 850px) {
    .hero-container .hero-no-slider .container .picture.overlay-form,
    .hero-container .hero-slider .container .picture.overlay-form {
        display: none
    }
}

.hero-container .hero-no-slider .container .full-page,
.hero-container .hero-slider .container .full-page {
    height: 602px;
    width: 100%;
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

@media (max-width: 850px) {
    .hero-container .hero-no-slider .container .full-page,
    .hero-container .hero-slider .container .full-page {
        height: 100%
    }
}

@media (min-width: 851px) {
    .hero-container .hero-no-slider .container .full-page,
    .hero-container .hero-slider .container .full-page {
        flex-direction: row;
        -ms-flex-direction: row;
        -webkit-box-direction: normal;
        -webkit-box-orient: horizontal
    }
}

@media (max-width: 850px) {
    .hero-container .hero-no-slider .container .full-page,
    .hero-container .hero-slider .container .full-page {
        flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
        -webkit-box-direction: reverse;
        -webkit-box-orient: vertical
    }
}

.hero-container .hero-no-slider .container .full-page .half-page,
.hero-container .hero-slider .container .full-page .half-page {
    display: inline-block;
    position: relative;
    width: 45%;
    height: 100%;
    padding: 0;
    margin: 0
}

@media (max-width: 850px) {
    .hero-container .hero-no-slider .container .full-page .half-page,
    .hero-container .hero-slider .container .full-page .half-page {
        width: 100%
    }
}

.hero-container .hero-no-slider .container .full-page .half-page.hero-left,
.hero-container .hero-slider .container .full-page .half-page.hero-left {
    float: left;
    z-index: 15;
    height: auto
}

@media (min-width: 1500px) {
    .hero-container .hero-no-slider .container .full-page .half-page.hero-left,
    .hero-container .hero-slider .container .full-page .half-page.hero-left {
        max-width: 1920px;
        width: 50%
    }
}

@media (max-width: 850px) {
    .hero-container .hero-no-slider .container .full-page .half-page.hero-left,
    .hero-container .hero-slider .container .full-page .half-page.hero-left {
        position: unset;
        height: 50%
    }
}

.hero-container .hero-no-slider .container .full-page .half-page.hero-left .hero-text-container,
.hero-container .hero-slider .container .full-page .half-page.hero-left .hero-text-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 90%;
    max-width: 474px;
    margin: auto auto auto 0;
    padding: 0;
    color: #fff
}

@media (min-width: 1200px) {
    .hero-container .hero-no-slider .container .full-page .half-page.hero-left .hero-text-container,
    .hero-container .hero-slider .container .full-page .half-page.hero-left .hero-text-container {
        height: 90%
    }
}

@media (min-width: 850px) and (max-width: 992px) {
    .hero-container .hero-no-slider .container .full-page .half-page.hero-left .hero-text-container,
    .hero-container .hero-slider .container .full-page .half-page.hero-left .hero-text-container {
        padding-right: 30px;
        height: 100%
    }
}

@media (max-width: 850px) {
    .hero-container .hero-no-slider .container .full-page .half-page.hero-left .hero-text-container,
    .hero-container .hero-slider .container .full-page .half-page.hero-left .hero-text-container {
        display: block;
        position: relative;
        height: 100%;
        width: 100%;
        max-width: 100%;
        padding-top: 2em
    }
}

.hero-container .hero-no-slider .container .full-page .half-page.hero-left .hero-text-container span,
.hero-container .hero-slider .container .full-page .half-page.hero-left .hero-text-container span {
    display: block;
    position: relative
}

.hero-container .hero-no-slider .container .full-page .half-page.hero-left .hero-text-container span h1,
.hero-container .hero-slider .container .full-page .half-page.hero-left .hero-text-container span h1 {
    margin-bottom: 30px
}

@media (min-width: 851px) {
    .hero-container .hero-no-slider .container .full-page .half-page.hero-left .hero-text-container span h1,
    .hero-container .hero-slider .container .full-page .half-page.hero-left .hero-text-container span h1 {
        font: 700 42px/54px "Open Sans", Arial, sans-serif
    }
}

@media (max-width: 850px) {
    .hero-container .hero-no-slider .container .full-page .half-page.hero-left .hero-text-container span h1,
    .hero-container .hero-slider .container .full-page .half-page.hero-left .hero-text-container span h1 {
        font-size: 29px;
        line-height: 38px;
        font-weight: 600;
        margin: 0;
        text-align: center;
        padding: 0 25px
    }
}

.hero-container .hero-no-slider .container .full-page .half-page.hero-left .hero-text-container span h1 p,
.hero-container .hero-slider .container .full-page .half-page.hero-left .hero-text-container span h1 p {
    font-weight: 400
}

@media (max-width: 850px) {
    .hero-container .hero-no-slider .container .full-page .half-page.hero-left .hero-text-container span p,
    .hero-container .hero-slider .container .full-page .half-page.hero-left .hero-text-container span p {
        padding: 20px 20px 0;
        text-align: center
    }
}

.hero-container .hero-no-slider .container .full-page .half-page.hero-left .hero-text-container span ul,
.hero-container .hero-slider .container .full-page .half-page.hero-left .hero-text-container span ul {
    display: block;
    position: relative;
    padding: 0 0 0 25px
}

.hero-container .hero-no-slider .container .full-page .half-page.hero-left .hero-text-container span ul li,
.hero-container .hero-slider .container .full-page .half-page.hero-left .hero-text-container span ul li {
    font-weight: 400;
    line-height: 1.7
}

.hero-container .hero-no-slider .container .full-page .half-page.hero-left .hero-text-container span ul li:not(:last-of-type),
.hero-container .hero-slider .container .full-page .half-page.hero-left .hero-text-container span ul li:not(:last-of-type) {
    margin: 10px 0
}

.hero-container .hero-no-slider .container .full-page .half-page.hero-left .hero-text-container span ul li:last-of-type,
.hero-container .hero-slider .container .full-page .half-page.hero-left .hero-text-container span ul li:last-of-type {
    margin: 10px 0 0
}

.hero-container .hero-no-slider .container .full-page .half-page.hero-left .hero-text-container span ul li:before,
.hero-container .hero-slider .container .full-page .half-page.hero-left .hero-text-container span ul li:before {
    content: '';
    position: absolute;
    left: 0;
    padding: 0 0 0 30px;
    margin: 0;
    background: transparent url(../img/ok.svg) center no-repeat;
    background-size: 16px;
    background-position: 0 5px;
    font: 400 23px/ 32px "Helvetica Neue", Helvetica, sans-serif;
    color: #3C3C3C;
    height: 40px
}

.hero-container .hero-no-slider .container .full-page .half-page.hero-left .hero-text-container span ul li:after,
.hero-container .hero-slider .container .full-page .half-page.hero-left .hero-text-container span ul li:after {
    content: '';
    width: 21px;
    height: 15px;
    position: absolute;
    left: 0;
    top: .25em;
    -webkit-background-size: cover;
    background-size: cover
}

.hero-container .hero-no-slider .container .full-page .half-page.hero-right,
.hero-container .hero-slider .container .full-page .half-page.hero-right {
    position: absolute;
    right: 0;
    min-height: 602px;
    width: 55%
}

@media (min-width: 375px) and (max-width: 850px) {
    .hero-container .hero-no-slider .container .full-page .half-page.hero-right,
    .hero-container .hero-slider .container .full-page .half-page.hero-right {
        display: block;
        position: relative;
        margin: 0 auto;
        top: 0%;
        width: 100%;
        left: 0%;
        right: 0%;
        transform: translateY(0%);
        -ms-transform: translateY(0%);
        -webkit-transform: translateY(0%);
        height: 95vw !important;
        min-height: 350px
    }
}

@media (max-width: 375px) {
    .hero-container .hero-no-slider .container .full-page .half-page.hero-right,
    .hero-container .hero-slider .container .full-page .half-page.hero-right {
        display: block;
        position: relative;
        margin: 0 auto;
        top: 0%;
        width: 100%;
        left: 0%;
        right: 0%;
        transform: translateY(0%);
        -ms-transform: translateY(0%);
        -webkit-transform: translateY(0%);
        height: 95vw !important;
        max-height: 350px
    }
}

.hero-container .hero-no-slider .container .full-page .half-page.hero-right .hero-form-container,
.hero-container .hero-slider .container .full-page .half-page.hero-right .hero-form-container {
    width: 100%;
    height: auto;
    position: absolute;
    z-index: 20;
    margin: 30px 0
}

.hero-container .hero-no-slider .container .full-page .half-page.hero-right .hero-form-container .request-form-container,
.hero-container .hero-slider .container .full-page .half-page.hero-right .hero-form-container .request-form-container {
    padding: 20px 20px
}

.hero-container .hero-no-slider .container .full-page .half-page.hero-right .hero-form-container .request-form-container h2,
.hero-container .hero-slider .container .full-page .half-page.hero-right .hero-form-container .request-form-container h2 {
    font-size: 21px
}

.hero-container .hero-no-slider .container .full-page .half-page.hero-right .hero-form-container .request-form-container form select,
.hero-container .hero-slider .container .full-page .half-page.hero-right .hero-form-container .request-form-container form select {
    height: 45px !important;
    font-size: 15px !important;
    margin-bottom: 10px !important
}

.hero-container .hero-no-slider .container .full-page .half-page.hero-right .hero-form-container .request-form-container form input[type="text"],
.hero-container .hero-no-slider .container .full-page .half-page.hero-right .hero-form-container .request-form-container form input[type="email"],
.hero-container .hero-slider .container .full-page .half-page.hero-right .hero-form-container .request-form-container form input[type="text"],
.hero-container .hero-slider .container .full-page .half-page.hero-right .hero-form-container .request-form-container form input[type="email"] {
    height: 45px !important;
    font-size: 15px !important;
    margin-bottom: 10px !important
}

.hero-container .hero-no-slider .container .full-page .half-page.hero-right .hero-form-container .request-form-container form button[type="submit"],
.hero-container .hero-slider .container .full-page .half-page.hero-right .hero-form-container .request-form-container form button[type="submit"] {
    width: 100%
}

.hero-container .hero-no-slider .container .full-page .half-page.hero-right .hero-form-container .request-form-container form p,
.hero-container .hero-slider .container .full-page .half-page.hero-right .hero-form-container .request-form-container form p {
    font-size: 15px
}

.hero-container .hero-no-slider .container .full-page .half-page.hero-right .hero-form-container .request-form-container form .wpcf7-radio,
.hero-container .hero-slider .container .full-page .half-page.hero-right .hero-form-container .request-form-container form .wpcf7-radio {
    margin-bottom: 10px
}

.hero-container .hero-no-slider .container .full-page .half-page.hero-right .hero-form-container .request-form-container form .wpcf7-radio .wpcf7-list-item,
.hero-container .hero-slider .container .full-page .half-page.hero-right .hero-form-container .request-form-container form .wpcf7-radio .wpcf7-list-item {
    padding: 10px 17px
}

.hero-container .hero-no-slider .container .full-page .half-page.hero-right .hero-form-container .request-form-container form .wpcf7-radio .wpcf7-list-item .wpcf7-list-item-label,
.hero-container .hero-slider .container .full-page .half-page.hero-right .hero-form-container .request-form-container form .wpcf7-radio .wpcf7-list-item .wpcf7-list-item-label {
    margin-left: 0
}

.hero-container .hero-no-slider .container .full-page .half-page.hero-right .hero-form-container .request-form-container .disclaimer-text,
.hero-container .hero-slider .container .full-page .half-page.hero-right .hero-form-container .request-form-container .disclaimer-text {
    margin-top: 10px
}

.hero-container .hero-no-slider .container .full-page .half-page.hero-right .hero-video-container,
.hero-container .hero-slider .container .full-page .half-page.hero-right .hero-video-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0;
    padding: 0;
    width: 100%;
    height: inherit
}

@media (max-width: 850px) {
    .hero-container .hero-no-slider .container .full-page .half-page.hero-right .hero-video-container,
    .hero-container .hero-slider .container .full-page .half-page.hero-right .hero-video-container {
        padding: 0em;
        overflow: hidden;
        border-radius: 50%;
        mask-image: -webkit-radial-gradient(white, black);
        -webkit-mask-image: -webkit-radial-gradient(white, black);
        width: 55%;
        margin: 0 auto;
        height: 55vw;
        max-height: 370px;
        max-width: 370px
    }
    .hero-container .hero-no-slider .container .full-page .half-page.hero-right .hero-video-container .works-caro-elem-image,
    .hero-container .hero-slider .container .full-page .half-page.hero-right .hero-video-container .works-caro-elem-image {
        display: block;
        position: relative;
        overflow: visible
    }
}

@media (max-width: 650px) {
    .hero-container .hero-no-slider .container .full-page .half-page.hero-right .hero-video-container,
    .hero-container .hero-slider .container .full-page .half-page.hero-right .hero-video-container {
        width: 95vw !important;
        height: 100%;
        max-width: 350px;
        margin-top: 20px
    }
}

.hero-container .hero-no-slider .container .full-page .half-page.hero-right .hero-video-container .hero-image-container,
.hero-container .hero-slider .container .full-page .half-page.hero-right .hero-video-container .hero-image-container {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    margin: 0 auto
}

.hero-container .hero-no-slider .container .full-page .half-page.hero-right .hero-video-container .hero-image-container picture.right-hover,
.hero-container .hero-slider .container .full-page .half-page.hero-right .hero-video-container .hero-image-container picture.right-hover {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 0;
    height: 602px;
    padding: 0;
    margin: 0;
    width: 100%;
    overflow: visible
}

@media (max-width: 850px) {
    .hero-container .hero-no-slider .container .full-page .half-page.hero-right .hero-video-container .hero-image-container picture.right-hover,
    .hero-container .hero-slider .container .full-page .half-page.hero-right .hero-video-container .hero-image-container picture.right-hover {
        height: 100%;
        border-radius: 100%
    }
}

.hero-container .hero-no-slider .container .full-page .half-page.hero-right .hero-video-container .hero-image-container picture.right-hover source,
.hero-container .hero-no-slider .container .full-page .half-page.hero-right .hero-video-container .hero-image-container picture.right-hover img,
.hero-container .hero-slider .container .full-page .half-page.hero-right .hero-video-container .hero-image-container picture.right-hover source,
.hero-container .hero-slider .container .full-page .half-page.hero-right .hero-video-container .hero-image-container picture.right-hover img {
    display: block;
    transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1)
}

@media (max-width: 850px) {
    .hero-container .hero-no-slider .container .full-page .half-page.hero-right .hero-video-container .hero-image-container picture.right-hover source,
    .hero-container .hero-no-slider .container .full-page .half-page.hero-right .hero-video-container .hero-image-container picture.right-hover img,
    .hero-container .hero-slider .container .full-page .half-page.hero-right .hero-video-container .hero-image-container picture.right-hover source,
    .hero-container .hero-slider .container .full-page .half-page.hero-right .hero-video-container .hero-image-container picture.right-hover img {
        transform: translateY(0%);
        -ms-transform: translateY(0%);
        -webkit-transform: translateY(0%)
    }
}

@media (min-width: 768px) and (max-width: 850px) {
    .hero-container .hero-no-slider .container .full-page .half-page.hero-right .hero-video-container .hero-image-container picture.right-hover source,
    .hero-container .hero-no-slider .container .full-page .half-page.hero-right .hero-video-container .hero-image-container picture.right-hover img,
    .hero-container .hero-slider .container .full-page .half-page.hero-right .hero-video-container .hero-image-container picture.right-hover source,
    .hero-container .hero-slider .container .full-page .half-page.hero-right .hero-video-container .hero-image-container picture.right-hover img {
        object-position: top
    }
}

@media (max-width: 767px) {
    .hero-container .hero-no-slider .container .full-page .half-page.hero-right .hero-video-container .hero-image-container picture.right-hover source,
    .hero-container .hero-no-slider .container .full-page .half-page.hero-right .hero-video-container .hero-image-container picture.right-hover img,
    .hero-container .hero-slider .container .full-page .half-page.hero-right .hero-video-container .hero-image-container picture.right-hover source,
    .hero-container .hero-slider .container .full-page .half-page.hero-right .hero-video-container .hero-image-container picture.right-hover img {
        object-position: right
    }
}

.hero-container .hero-no-slider .container .full-page .half-page.hero-right .hero-video-container a.works-caro-elem-image.a-play,
.hero-container .hero-slider .container .full-page .half-page.hero-right .hero-video-container a.works-caro-elem-image.a-play {
    position: relative;
    height: 602px
}

@media (min-width: 850px) and (max-width: 992px) {
    .hero-container .hero-no-slider .container .full-page .half-page.hero-right .hero-video-container a.works-caro-elem-image.a-play,
    .hero-container .hero-slider .container .full-page .half-page.hero-right .hero-video-container a.works-caro-elem-image.a-play {
        height: inherit
    }
}

@media (max-width: 850px) {
    .hero-container .hero-no-slider .container .full-page .half-page.hero-right .hero-video-container a.works-caro-elem-image.a-play,
    .hero-container .hero-slider .container .full-page .half-page.hero-right .hero-video-container a.works-caro-elem-image.a-play {
        height: 702px
    }
}

@media (max-width: 500px) {
    .hero-container .hero-no-slider .container .full-page .half-page.hero-right .hero-video-container a.works-caro-elem-image.a-play,
    .hero-container .hero-slider .container .full-page .half-page.hero-right .hero-video-container a.works-caro-elem-image.a-play {
        height: 752px
    }
}

.hero-container .hero-no-slider .container .full-page .half-page.hero-right .hero-video-container a.works-caro-elem-image.a-play:after,
.hero-container .hero-slider .container .full-page .half-page.hero-right .hero-video-container a.works-caro-elem-image.a-play:after {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    transform: scale(1) translate(-50%, -50%);
    -ms-transform: scale(1) translate(-50%, -50%);
    -webkit-transform: scale(1) translate(-50%, -50%);
    transform-origin: center;
    -ms-transform-origin: center;
    -webkit-transform-origin: center;
    width: 66px;
    height: 72px;
    background: url(../img/play-icon.svg) 0 0 no-repeat;
    transition: transform .3s linear;
    transition: -webkit-transform .3s linear;
    transition: transform .3s linear, -webkit-transform .3s linear;
    -o-transition: transform .3s linear;
    -webkit-transition: -webkit-transform .3s linear
}

@media (max-width: 850px) {
    .hero-container .hero-no-slider .container .full-page .half-page.hero-right .hero-video-container a.works-caro-elem-image.a-play:after,
    .hero-container .hero-slider .container .full-page .half-page.hero-right .hero-video-container a.works-caro-elem-image.a-play:after {
        top: 50% !important
    }
}

.hero-container .hero-no-slider .container .full-page .half-page.hero-right .hero-video-container a.works-caro-elem-image.a-play.b-image,
.hero-container .hero-slider .container .full-page .half-page.hero-right .hero-video-container a.works-caro-elem-image.a-play.b-image {
    display: block;
    position: relative;
    margin: 0;
    overflow: visible
}

.hero-container .hero-no-slider .container .full-page .half-page.hero-right .hero-video-container a.works-caro-elem-image.a-play.b-image:hover .hero-image-container picture.right-hover img,
.hero-container .hero-no-slider .container .full-page .half-page.hero-right .hero-video-container a.works-caro-elem-image.a-play.b-image:hover .hero-image-container picture.right-hover source,
.hero-container .hero-slider .container .full-page .half-page.hero-right .hero-video-container a.works-caro-elem-image.a-play.b-image:hover .hero-image-container picture.right-hover img,
.hero-container .hero-slider .container .full-page .half-page.hero-right .hero-video-container a.works-caro-elem-image.a-play.b-image:hover .hero-image-container picture.right-hover source {
    transform: scale(1.1);
    -ms-transform: scale(1.1);
    -webkit-transform: scale(1.1)
}

@media (max-width: 850px) {
    .hero-slider .slick-track>.slide:nth-child(odd) picture.no-lazy img {
        object-position: right !important
    }
}

.slick-dots-holder {
    position: absolute;
    z-index: 10;
    bottom: 0%;
    left: 0;
    right: 0;
    margin: auto;
    width: 60px
}

.slick-list {
    height: 100%
}

.slick-list .slick-track {
    height: 100%
}

.banner-container {
    position: relative;
    min-height: 580px;
    background: #CBCBCB
}

.banner-container img {
    width: 78%;
    margin: 0 auto;
    display: block
}

@media (min-width: 851px) and (max-width: 950px) {
    .banner-container img {
        margin-bottom: -2rem
    }
}

@media (max-width: 850px) {
    .banner-container img {
        width: 100%;
        margin-bottom: -3rem
    }
}

.b-preview .container {
    position: relative
}

.b-preview.landing .christmas-promo-container {
    display: block
}

.b-preview .christmas-promo-container {
    display: none;
    width: 100%
}

.b-preview .christmas-promo-container .preview-article {
    float: right;
    position: relative;
    display: block;
    padding-top: 0px;
    max-width: 550px !important
}

.b-preview .christmas-promo-container .preview-article .preview-article-content {
    background-color: #962B31;
    opacity: .9;
    overflow: hidden;
    padding: 30px;
    position: relative
}

.b-preview .christmas-promo-container .preview-article .tele-btn {
    float: right;
    margin-top: 10px
}

.b-preview .christmas-promo-container .preview-article p:nth-of-type(1) {
    float: right;
    font-size: 25px;
    text-shadow: #131313 1px 0 10px;
    margin-top: 40px;
    margin-bottom: 45px
}

.b-preview .christmas-promo-container .preview-article p:nth-of-type(2) {
    font-size: 18px;
    position: absolute;
    bottom: 0;
    right: 30px
}

.b-preview .christmas-promo-container .preview-article .promo-price {
    font-size: 90px;
    margin-left: 10px
}

.b-preview .b-request-circle-outer {
    z-index: 1
}

.b-preview .b-request-circle {
    width: 140%;
    height: 150%;
    -webkit-border-radius: 0% 0% 30% 90%;
    border-radius: 0% 0% 30% 90%;
    left: 50%;
    margin-left: -274px
}

@media (max-width: 850px) {
    .b-preview .b-request-circle {
        display: block;
        width: 690px;
        height: 690px;
        margin-left: 0;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%)
    }
}

.b-preview .b-request-circle:after {
    width: 120%;
    height: 140%;
    -webkit-border-radius: 0% 0% 30% 90%;
    border-radius: 0% 0% 30% 90%
}

.b-preview .preview-article {
    max-width: 474px;
    width: 100%;
    line-height: 26px
}

@media (max-width: 576px) {
    .b-preview .preview-article {
        padding: 40px 0
    }
}

@media (max-width: 850px) {
    .b-preview .preview-article {
        max-width: 100%;
        text-align: center;
        line-height: 26px
    }
}

@media (max-width: 576px) {
    .b-preview .preview-article h1,
    .b-preview .preview-article h2,
    .b-preview .preview-article h3 {
        font-size: 28px
    }
}

.b-preview .preview-article div.sm-none ul li:before {
    content: '';
    background: none
}

.b-preview .b-video {
    position: absolute;
    right: 80px;
    top: 50%;
    z-index: 1;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.b-preview .b-video:after {
    content: none !important
}

@media (max-width: 850px) {
    .b-preview .b-video:after {
        content: '';
        display: block;
        padding-top: 100%
    }
}

@media (max-width: 375px) {
    .b-preview .b-video {
        left: -25px;
        width: 114%
    }
}

@media (max-width: 850px) {
    .b-preview .b-video {
        position: relative !important;
        -webkit-transform: none !important;
        -ms-transform: none !important;
        transform: none !important;
        left: auto;
        right: auto;
        top: auto;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        height: 400px !important
    }
}

@media (max-width: 850px) {
    .b-preview .b-video video {
        width: 100%;
        height: 100%;
        -webkit-border-radius: 100%;
        border-radius: 100%
    }
}

.serv-prev-b-form {
    position: relative;
    margin: auto;
    width: 100%;
    z-index: 1
}

.serv-prev-b-form .request-form-container {
    max-width: 441px;
    width: 100%;
    margin: 0 auto;
    padding: 30px 50px;
    background-color: #F7F7F7;
    border: 1px solid #787B7C;
    border-top: 7px solid #42861D;
    overflow: hidden
}

.serv-prev-b-form .request-form-container .b-modal-form {
    background-color: transparent;
    text-align: left;
    padding: 0;
    margin-top: 20px;
    color: #3C3C3C;
    overflow: hidden
}

@media (min-width: 851px) {
    .mobile-banner-text {
        display: none
    }
}

@media (max-width: 850px) {
    .mobile-banner-text {
        display: block;
        margin-bottom: 20px
    }
}

.b-video-out {
    position: relative;
    height: 100%;
    width: 830px
}

@media (max-width: 1199px) {
    .b-video-out {
        width: 630px
    }
}

@media (max-width: 850px) {
    .b-video-out {
        width: 100%
    }
}

.b-video-out .b-request-circle {
    display: block;
    position: absolute;
    width: 240%;
    height: 240%;
    -webkit-border-radius: 140% 0% 0% 120%;
    border-radius: 140% 0% 0% 120%;
    background-color: rgba(255, 255, 255, 0.5);
    border: 3px solid #fff;
    opacity: 0.2;
    z-index: -1;
    margin-left: 0;
    top: 0%;
    left: 100%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

@media (max-width: 850px) {
    .b-video-out .b-request-circle {
        display: block !important
    }
}

.b-video-out .b-request-circle:after {
    content: '';
    position: absolute;
    width: 90%;
    height: 90%;
    -webkit-border-radius: 100%;
    border-radius: 140% 0% 0% 120%;
    background-color: rgba(255, 255, 255, 0.5);
    border: 3px solid #fff;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

@media (max-width: 850px) {
    .b-video-out .b-request-circle:after {
        width: 526px;
        height: 526px
    }
}

@media (max-width: 850px) {
    .b-video-out .playpause {
        -webkit-transform: translate(-50%, -50%) scale(0.6);
        -ms-transform: translate(-50%, -50%) scale(0.6);
        transform: translate(-50%, -50%) scale(0.6)
    }
}

.showreel-video-out {
    height: 100%;
    -webkit-border-radius: 0%;
    border-radius: 0%;
    overflow: hidden;
    position: relative
}

@media (max-width: 850px) {
    .showreel-video-out {
        border-radius: 0% 0% 100% 100%;
        display: block;
        position: absolute;
        top: 0px;
        height: 440px;
        width: 130%;
        left: -100px;
        right: -100px
    }
}

.showreel-video-out .bg__cover {
    background-size: cover
}

.showreel-video-out .bg__cover .img-cont picture img,
.showreel-video-out .bg__cover .img-cont picture source {
    height: unset
}

@media (max-width: 850px) {
    .showreel-video-out .bg__cover {
        background-size: contain
    }
}

.showreel-video-out .b-obj-image-inner {
    height: 620px;
    display: block;
    -webkit-transition: -webkit-transform .5s;
    transition: -webkit-transform .5s;
    -o-transition: transform .5s;
    transition: transform .5s;
    transition: transform .5s, -webkit-transform .5s;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.showreel-image-out {
    height: 100%;
    overflow: hidden;
    position: relative
}

.showreel-image-out .b-obj-image-inner {
    height: 800px;
    display: block;
    -webkit-transition: -webkit-transform .5s;
    transition: -webkit-transform .5s;
    -o-transition: transform .5s;
    transition: transform .5s;
    transition: transform .5s, -webkit-transform .5s;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.showreel-image-out .bg__cover {
    background-size: cover
}

.header-video-thumbnail {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    background-size: contain;
    height: 101%;
    width: 101%;
    top: -2px;
    left: -5px
}

.header-video-thumbnail img {
    width: 90px;
    height: 100%;
    margin: auto
}

.inline-YTPlayer>div {
    background-size: inherit !important
}

.mbYTP_wrapper iframe {
    position: absolute !important;
    z-index: 0 !important;
    width: 828px !important;
    height: 745.6px !important;
    top: 40px !important;
    left: 232px !important;
    overflow: hidden !important;
    opacity: 1 !important;
    user-select: none !important;
    margin-top: 0px !important;
    margin-left: -230px !important;
    max-width: initial !important;
    background: #fff !important
}

.showreel-video {
    padding-bottom: 100% !important
}

.b-video {
    width: 830px;
    height: 600px;
    -webkit-border-radius: 0% 0% 0% 90%;
    border-radius: 0% 0% 0% 90%;
    overflow: hidden
}

@media (max-width: 1199px) {
    .b-video {
        width: 630px;
        height: 600px
    }
}

.b-video video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    padding-top: 14%;
    padding-bottom: 14%
}

@media (max-width: 1199px) {
    .b-video video {
        padding: 0;
        width: 100%
    }
}

.woocommerce-NoticeGroup-checkout .woocommerce-error li {
    padding: 10px 20px;
    color: #fff;
    font-weight: 400;
    background: #FF2F35
}

.playpause {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 100;
    cursor: pointer;
    -webkit-transform: none !important;
    -ms-transform: none !important;
    transform: none !important;
    -webkit-border-radius: 100%;
    border-radius: 100%
}

.playpause .no-active {
    background: none
}

.b-preview-box {
    background: #fff
}

.b-preview-box .b-preview-sub {
    background: #EDEDED;
    color: #454955;
    text-align: center;
    padding-top: 35px;
    padding-bottom: 35px
}

.b-preview-box .b-preview-sub h4 {
    margin-bottom: 5px;
    letter-spacing: 0px
}

@media (min-width: 850px) {
    .b-preview-box .b-preview-sub h4 {
        font: 400 20px/27px "Helvetica Neue", Helvetica, sans-serif
    }
}

.b-preview-box .b-preview-sub p {
    font-size: 17px
}

.b-preview-box .b-preview-sub .b-preview-sub-elem {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 auto;
    height: 100%;
    padding-left: 15px;
    padding-right: 15px
}

@media (min-width: 992px) {
    .b-preview-box .b-preview-sub .b-preview-sub-elem {
        width: 80%
    }
}

.b-preview-box .b-preview-sub .b-preview-sub-elem p {
    margin: 0 auto;
    font-weight: 300
}

@media (max-width: 850px) {
    .b-preview-box {
        display: none
    }
}

.right-top {
    text-align: right
}

.right-top .right-top-el {
    margin-left: 30px;
    display: inline-block;
    vertical-align: middle
}

.right-top .right-top-el .sign-elem span {
    display: inline-block;
    vertical-align: middle
}

.right-top .right-top-el .phone-ico {
    display: inline-block;
    vertical-align: middle;
    width: 25px;
    height: 25px;
    background: url(../img/phone.svg) 0 0 no-repeat;
    margin-right: 12px
}

.right-top .right-top-el .phone-ico-bigger {
    display: inline-block;
    vertical-align: middle;
    width: 40px;
    height: 40px;
    background: url(../img/phone.svg) 0 0 no-repeat;
    margin-right: 12px;
    background-size: contain;
    margin-top: 30px
}

.right-top .right-top-el.account {
    display: none
}

.right-top .right-top-el.phone .phone-elem {
    font: 700 18px/ 25px "Open Sans", Arial, sans-serif;
    color: #42861D
}

.right-top .right-top-el.phone .phone-elem:hover {
    color: #316D22
}

.right-top .right-top-el.phone .phone-elem span {
    display: inline-block;
    vertical-align: middle
}

.right-top .right-top-el.cart-item {
    padding: 0
}

.right-top .right-top-el.cart-item .cart-contents {
    background: transparent url(../img/cart_green.svg) center no-repeat;
    background-size: 20px;
    height: 20px;
    width: 20px;
    display: block;
    position: relative;
    font-style: normal;
    font-weight: 400;
    padding-right: 5px
}

.right-top .right-top-el.cart-item .cart-contents:hover {
    background: transparent url(../img/cart_green_hover.svg) center no-repeat;
    background-size: 20px;
    height: 20px;
    width: 20px;
    display: block;
    position: relative
}

.right-top .right-top-el.cart-item .cart-contents:hover {
    text-decoration: none
}

.right-top .right-top-el.cart-item .cart-contents-count {
    color: #fff;
    font: 700 12px/12px "Helvetica Neue", Helvetica, sans-serif;
    background-color: #C0012A;
    border-radius: 100%;
    padding: 1px 4px;
    vertical-align: top;
    top: -8px;
    left: 10px;
    position: absolute
}

.preview-article {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%
}

@media (min-width: 992px) {
    .preview-article {
        padding: 50px 0
    }
}

@media (min-width: 930px) and (max-width: 992px) {
    .preview-article {
        padding: 75px 0
    }
}

@media (max-width: 930px) {
    .preview-article {
        padding: 40px 0
    }
}

.preview-article h1,
.preview-article h2,
.preview-article h3 {
    margin-bottom: 30px
}

@media (min-width: 850px) {
    .preview-article h1,
    .preview-article h2,
    .preview-article h3 {
        font: 700 42px/54px "Open Sans", Arial, sans-serif
    }
}

@media (max-width: 850px) {
    .preview-article h1,
    .preview-article h2,
    .preview-article h3 {
        font: 700 30px/40px "Open Sans", Arial, sans-serif
    }
}

.preview-article p {
    font-weight: 400
}

.blue-area-to-left {
    position: relative;
    overflow: hidden;
    background: #A1A3A9
}

.blue-area-to-left.mb-magic-liner {
    background-image: url(../img/contact-ellipse.svg);
    background-repeat: no-repeat;
    background-position: right center;
    background-color: #82848D
}

@media (min-width: 850px) {
    .blue-area-to-left.mb-magic-liner {
        background-size: 80% 1300px
    }
}

@media (max-width: 850px) {
    .blue-area-to-left.mb-magic-liner {
        background-position: center;
        background-size: 100%
    }
}

.blue-area-to-left.mb-magic-liner.just-preview .container {
    overflow: visible
}

@media (min-width: 850px) {
    .blue-area-to-left.mb-magic-liner.just-preview .container {
        height: 363px
    }
}

@media (min-width: 850px) {
    .blue-area-to-left {
        min-height: 363px
    }
}

.blue-area-to-left.just-preview .container {
    overflow: visible
}

@media (min-width: 850px) {
    .blue-area-to-left.just-preview .container {
        height: inherit
    }
}

.blue-area-to-left.just-preview .container .serv__prev-out {
    position: relative
}

@media (min-width: 850px) {
    .blue-area-to-left.just-preview .container .serv__prev-out {
        height: inherit
    }
}

@media (max-width: 849px) {
    .blue-area-to-left.just-preview .container .serv__prev-out {
        padding: 75px 0
    }
}

@media (max-width: 849px) {
    .blue-area-to-left.just-preview .container .serv__prev-out .serv__prev {
        display: block;
        position: relative;
        top: 0
    }
}

.blue-area-to-left.just-preview .container .serv__prev-out .serv__prev h1 {
    margin-top: 0;
    margin-bottom: 30px;
    color: #fff
}

@media (min-width: 850px) {
    .blue-area-to-left.just-preview .container .serv__prev-out .serv__prev h1 {
        font: 700 42px/54px "Open Sans", Arial, sans-serif
    }
}

@media (max-width: 849px) {
    .blue-area-to-left.just-preview .container .serv__prev-out .serv__prev h1 {
        font: 700 30px/40px "Open Sans", Arial, sans-serif
    }
}

.blue-area-to-left.just-preview .container .serv__prev-out .serv__prev ul {
    padding-left: 13px
}

.blue-area-to-left.just-preview .container .serv__prev-out .serv__prev ul li {
    color: #3C3C3C
}

.blue-area-to-left.just-preview .container .serv__prev-out .serv__prev ul li:not(:last-child) {
    margin-bottom: 20px
}

.blue-area-to-left.just-preview .container .serv__prev-out .serv__prev ul li:after {
    content: '';
    width: 21px;
    height: 15px;
    position: absolute;
    left: 0;
    top: .25em;
    background: url(../img/ok.svg) center no-repeat;
    -webkit-background-size: cover;
    background-size: cover
}

.blue-area-to-left.just-preview .container .serv__prev-out .serv__prev .serv__prev-box-info {
    display: block;
    margin-left: -25px
}

.blue-area-to-left.just-preview .container .serv__prev-out .serv__prev .serv__prev-box-info .serv__prev-box-info-el {
    display: inline-block;
    vertical-align: top;
    margin-left: 25px;
    margin-top: 40px
}

.blue-area-to-left.just-preview .container .serv__prev-out .serv__prev .serv__prev-box-info .serv__prev-box-info-el.trustbox-header-popup {
    width: 55%;
    margin-left: 10px !important;
    margin-top: 50px !important
}

.blue-area-to-left.just-preview .container .serv__prev-out .serv-prev-b-form {
    max-width: 485px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    z-index: 1
}

.blue-area-to-left.just-preview .container .serv__prev-out .serv-prev-b-form h2 {
    font: 700 25px/38px "Helvetica Neue", Helvetica, sans-serif;
    text-align: left
}

.blue-area-to-left.just-preview .container .serv__prev-out .serv-prev-b-form p {
    color: #3C3C3C;
    font-size: 15px
}

.blue-area-to-left.just-preview .container .serv__prev-out .serv-prev-b-form .b-modal-form-col {
    margin-bottom: 14px
}

.blue-area-to-left.just-preview .container .serv__prev-out .serv-prev-b-form .b-modal-form {
    padding: 0;
    background: none
}

.blue-area-to-left.just-preview .container .serv__prev-out .serv-prev-b-form .b-modal-form input[type="text"],
.blue-area-to-left.just-preview .container .serv__prev-out .serv-prev-b-form .b-modal-form input[type="password"],
.blue-area-to-left.just-preview .container .serv__prev-out .serv-prev-b-form .b-modal-form input[type="email"],
.blue-area-to-left.just-preview .container .serv__prev-out .serv-prev-b-form .b-modal-form input[type="search"],
.blue-area-to-left.just-preview .container .serv__prev-out .serv-prev-b-form .b-modal-form input[type="tel"] {
    margin-bottom: 14px;
    height: 42px
}

.blue-area-to-left.just-preview .container .serv__prev-out .serv-prev-b-form .b-modal-form input[type="text"]::-webkit-input-placeholder,
.blue-area-to-left.just-preview .container .serv__prev-out .serv-prev-b-form .b-modal-form input[type="password"]::-webkit-input-placeholder,
.blue-area-to-left.just-preview .container .serv__prev-out .serv-prev-b-form .b-modal-form input[type="email"]::-webkit-input-placeholder,
.blue-area-to-left.just-preview .container .serv__prev-out .serv-prev-b-form .b-modal-form input[type="search"]::-webkit-input-placeholder,
.blue-area-to-left.just-preview .container .serv__prev-out .serv-prev-b-form .b-modal-form input[type="tel"]::-webkit-input-placeholder {
    font-weight: 300;
    font-size: 15px
}

.blue-area-to-left.just-preview .container .serv__prev-out .serv-prev-b-form .b-modal-form input[type="text"]::-moz-placeholder,
.blue-area-to-left.just-preview .container .serv__prev-out .serv-prev-b-form .b-modal-form input[type="password"]::-moz-placeholder,
.blue-area-to-left.just-preview .container .serv__prev-out .serv-prev-b-form .b-modal-form input[type="email"]::-moz-placeholder,
.blue-area-to-left.just-preview .container .serv__prev-out .serv-prev-b-form .b-modal-form input[type="search"]::-moz-placeholder,
.blue-area-to-left.just-preview .container .serv__prev-out .serv-prev-b-form .b-modal-form input[type="tel"]::-moz-placeholder {
    font-weight: 300;
    font-size: 15px
}

.blue-area-to-left.just-preview .container .serv__prev-out .serv-prev-b-form .b-modal-form input[type="text"]:-ms-input-placeholder,
.blue-area-to-left.just-preview .container .serv__prev-out .serv-prev-b-form .b-modal-form input[type="password"]:-ms-input-placeholder,
.blue-area-to-left.just-preview .container .serv__prev-out .serv-prev-b-form .b-modal-form input[type="email"]:-ms-input-placeholder,
.blue-area-to-left.just-preview .container .serv__prev-out .serv-prev-b-form .b-modal-form input[type="search"]:-ms-input-placeholder,
.blue-area-to-left.just-preview .container .serv__prev-out .serv-prev-b-form .b-modal-form input[type="tel"]:-ms-input-placeholder {
    font-weight: 300;
    font-size: 15px
}

.blue-area-to-left.just-preview .container .serv__prev-out .serv-prev-b-form .b-modal-form input[type="text"]::-ms-input-placeholder,
.blue-area-to-left.just-preview .container .serv__prev-out .serv-prev-b-form .b-modal-form input[type="password"]::-ms-input-placeholder,
.blue-area-to-left.just-preview .container .serv__prev-out .serv-prev-b-form .b-modal-form input[type="email"]::-ms-input-placeholder,
.blue-area-to-left.just-preview .container .serv__prev-out .serv-prev-b-form .b-modal-form input[type="search"]::-ms-input-placeholder,
.blue-area-to-left.just-preview .container .serv__prev-out .serv-prev-b-form .b-modal-form input[type="tel"]::-ms-input-placeholder {
    font-weight: 300;
    font-size: 15px
}

.blue-area-to-left.just-preview .container .serv__prev-out .serv-prev-b-form .b-modal-form input[type="text"]::placeholder,
.blue-area-to-left.just-preview .container .serv__prev-out .serv-prev-b-form .b-modal-form input[type="password"]::placeholder,
.blue-area-to-left.just-preview .container .serv__prev-out .serv-prev-b-form .b-modal-form input[type="email"]::placeholder,
.blue-area-to-left.just-preview .container .serv__prev-out .serv-prev-b-form .b-modal-form input[type="search"]::placeholder,
.blue-area-to-left.just-preview .container .serv__prev-out .serv-prev-b-form .b-modal-form input[type="tel"]::placeholder {
    font-weight: 300;
    font-size: 15px
}

.blue-area-to-left.just-preview .container .serv__prev-out .serv-prev-b-form .b-modal-form input[type="submit"],
.blue-area-to-left.just-preview .container .serv__prev-out .serv-prev-b-form .b-modal-form input[type="reset"] {
    width: 100%
}

.blue-area-to-left.just-preview .container .serv__prev-out .serv-prev-b-form .b-modal-form input[type="submit"] .btn-arrow,
.blue-area-to-left.just-preview .container .serv__prev-out .serv-prev-b-form .b-modal-form input[type="reset"] .btn-arrow {
    background-image: url(../img/arrow-right.svg)
}

.blue-area-to-left.just-preview .container .serv__prev-out .serv-prev-b-form .b-modal-form input[type="submit"]:hover .btn-arrow,
.blue-area-to-left.just-preview .container .serv__prev-out .serv-prev-b-form .b-modal-form input[type="reset"]:hover .btn-arrow {
    background-image: url(../img/arrow-right.svg)
}

.blue-area-to-left.just-preview .container .serv__prev-out .serv-prev-b-form .b-modal-form input[type="submit"]:hover span,
.blue-area-to-left.just-preview .container .serv__prev-out .serv-prev-b-form .b-modal-form input[type="reset"]:hover span {
    color: #fff;
    background: #008148
}

.blue-area-to-left.just-preview .container .serv__prev-out .banner-halo {
    display: block;
    position: absolute;
    background: #fff;
    border-radius: 100%;
    opacity: 0.4
}

.blue-area-to-left.just-preview .container .serv__prev-out .banner-halo.small {
    width: 80%;
    height: 115%;
    right: -30%;
    top: -40%
}

.blue-area-to-left.just-preview .container .serv__prev-out .banner-halo.large {
    width: 100%;
    height: 145%;
    right: -40%;
    top: -55%
}

.request-page-box .serv__prev-out .col-xl-6 {
    z-index: 1
}

.request-page-box .serv__prev-out .col-xl-6 .serv__prev h1 {
    margin-bottom: 40px
}

@media (min-width: 850px) {
    .request-page-box .serv__prev-out .col-xl-6 .serv__prev h1 {
        font: 700 42px/54px "Open Sans", Arial, sans-serif
    }
}

@media (max-width: 850px) {
    .request-page-box .serv__prev-out .col-xl-6 .serv__prev h1 {
        font: 700 30px/40px "Open Sans", Arial, sans-serif
    }
}

.hero-container .hero-text-container a.tele-btn {
    color: #6CC13F;
    transition: color .5s ease;
    -o-transition: color .5s ease;
    -webkit-transition: color .5s ease
}

.hero-container .hero-text-container a.tele-btn:hover {
    color: #316D22
}

.hero-container .hero-text-container a.tele-btn:first-of-type {
    margin-right: 30px
}

@media (max-width: 850px) {
    .hero-container .hero-text-container a.tele-btn:first-of-type {
        margin-bottom: 70px
    }
}

.bottomSidebar {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 98;
    background-color: #fff;
    -webkit-box-shadow: 0 -3px 16px rgba(0, 0, 0, 0.16);
    box-shadow: 0 -3px 16px rgba(0, 0, 0, 0.16);
    font-size: 19px;
    color: #fff;
    overflow: hidden;
    display: none;
    padding-top: 25px;
    padding-bottom: 20px
}

@media (max-width: 991px) {
    .bottomSidebar {
        padding-top: 15px;
        padding-bottom: 15px;
        opacity: 0 !important;
        pointer-events: none!important;
    }
    .bottomSidebar p {
        font-size: 16px
    }
}

.bottomSidebar:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #FAFAFA;
    border-top: 1px solid #B2B2B2
}

.bottomSidebar .container {
    position: relative;
    z-index: 10
}

.bottomSidebar .container .bottomSidebar-inner {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 2fr 30px 1.5fr 30px 1fr;
    grid-template-columns: 2fr 1.5fr 1fr;
    grid-gap: 30px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    z-index: 10;
    width: 100%
}

.bottomSidebar .container .bottomSidebar-inner .bottomSidebar-text {
    -ms-grid-column: 1
}

.bottomSidebar .container .bottomSidebar-inner .bottomSidebar-btns {
    -ms-grid-column: 3
}

.bottomSidebar .container .bottomSidebar-inner .bottomSidebar-btns .b-preview-btns-area {
    margin-top: 0;
    grid-template-columns: 1fr;
    grid-gap: 10px;
    float: right;
    -ms-grid-columns: 1fr
}

@media (max-width: 850px) {
    .bottomSidebar .container .bottomSidebar-inner .bottomSidebar-btns .b-preview-btns-area {
        grid-template-columns: 1fr;
        grid-gap: 0;
        float: none;
        -ms-grid-columns: 1fr
    }
}

@media (max-width: 850px) {
    .bottomSidebar .container .bottomSidebar-inner {
        grid-template-columns: 1fr;
        -ms-grid-columns: 1fr
    }
}

.bottomSidebar .container .bottomSidebar-inner p {
    color: #3C3C3C
}

.mobile-footer-button {
    display: none
}

@media (max-width: 767px) {
    .mobile-footer-button {
        display: block;
        position: relative;
        z-index: 15
    }
}

.mobile-footer-button .tele-btn {
    border: none;
    padding: 0;
    background: none;
    height: 50px;
    cursor: pointer;
    color: #fff;
    display: block;
    white-space: nowrap
}

.mobile-footer-button .tele-btn.rfi-button {
    background: #42861D;
    color: #fff;
    pointer-events: auto;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease
}

.mobile-footer-button .tele-btn.rfi-button span {
    height: 50px;
    float: left;
    text-transform: uppercase;
    width: 100%;
    line-height: 50px;
    font-size: 16px;
    text-align: center;
    padding-left: 16px;
    padding-right: 16px
}

.mobile-footer-button .tele-btn.rfi-button:hover {
    background: #316D22
}

.b-footer {
    background-color: #fff;
    position: relative;
    width: 100%
}

.b-footer .b-footer-top {
    background-color: #82848D;
    color: #fff
}

.b-footer .b-footer-top a {
    color: #fff;
    font-weight: 400
}

.b-footer .b-footer-top .b-footer-top-inner {
    width: 100%;
    padding: 0 0 30px
}

.b-footer .b-footer-top .b-footer-top-inner ul {
    padding-left: 0px
}

@media (max-width: 575px) {
    .b-footer .b-footer-top .b-footer-top-inner .b-30:first-child .b-footer-top-title {
        margin-top: 0px !important
    }
}

.b-footer .b-footer-top .b-footer-top-inner .b-footer-top-title {
    font-size: 15px;
    font-family: "Open Sans", Arial, sans-serif;
    font-weight: 600;
    margin-bottom: 17px
}

@media (max-width: 575px) {
    .b-footer .b-footer-top .b-footer-top-inner .b-footer-top-title {
        margin-top: 20px
    }
}

.b-footer .b-footer-top .b-footer-top-inner .b-footer-top-list li {
    margin-top: 13px;
    font-size: 15px;
    line-height: 27px
}

.b-footer .b-footer-top .b-footer-top-inner .b-footer-top-list li:fitst-child {
    margin-top: 0
}

.b-footer .b-footer-top .b-footer-top-inner .b-footer-top-list li a:hover {
    text-decoration: underline
}

.b-footer .b-footer-top .b-footer-top-under {
    border-top: 1px solid #969696;
    padding: 30px 0;
    font-size: 15px
}

.b-footer .b-footer-top .b-footer-top-under p {
    margin-bottom: 0
}

.b-footer address p {
    margin: 0
}

.blog-h1 {
    font: 700 42px/54px "Open Sans", Arial, sans-serif;
    margin-top: 0;
    margin-bottom: 30px;
    display: block
}

.detail-blog h2 {
    font-size: 33px;
    line-height: 48px
}

.detail-blog h1,
.detail-blog h2 {
    color: #3C3C3C;
    margin: 35px 0 25px
}

@media (min-width: 851px) {
    .detail-blog h1,
    .detail-blog h2 {
        font: 700 25px/33px "Open Sans", Arial, sans-serif
    }
}

@media (max-width: 850px) {
    .detail-blog h1,
    .detail-blog h2 {
        font: 700 25px/33px "Open Sans", Arial, sans-serif
    }
}

.detail-blog p {
    line-height: 30px
}

.detail-blog h3,
.detail-blog h4 {
    margin-top: 25px;
    margin-bottom: 25px
}

@media (min-width: 851px) {
    .detail-blog h3,
    .detail-blog h4 {
        font: 700 25px/33px "Open Sans", Arial, sans-serif
    }
}

@media (max-width: 850px) {
    .detail-blog h3,
    .detail-blog h4 {
        font: 700 25px/33px "Open Sans", Arial, sans-serif
    }
}

.blue-area-to-left .checkout-box {
    position: relative;
    color: #3C3C3C
}

.blue-area-to-left .checkout-box .woocommerce-message {
    display: none
}

.blue-area-to-left .checkout-box .woocommerce form .form-row input.input-checkbox {
    display: inline-block;
    margin: -2px 8px 0 0;
    text-align: center;
    vertical-align: middle
}

.blue-area-to-left .checkout-box .woocommerce form .form-row input[type="checkbox"] {
    width: 25px;
    height: 25px;
    border: 1px solid #969696;
    -webkit-appearance: none;
    -moz-appearance: none;
    margin-right: 10px;
    background-repeat: no-repeat;
    background: none !important;
    background-color: #fff !important;
    border-radius: 100%
}

.blue-area-to-left .checkout-box .woocommerce form .form-row input[type="checkbox"]:checked {
    content: '';
    background: url(../img/ok.svg) 0 0 no-repeat !important;
    -webkit-background-size: cover !important;
    background-size: 15px !important;
    background-position-x: 4px !important;
    background-position-y: 5px !important;
    background-color: #fff !important
}

.blue-area-to-left .checkout-box .woocommerce form .form-row input[type="radio"] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    -webkit-border-radius: 50px;
    width: 30px;
    height: 30px;
    border: 1px solid #969696;
    background-color: #fff;
    border-radius: 50px;
    background-repeat: no-repeat;
    background: none !important
}

.blue-area-to-left .checkout-box .woocommerce form .form-row input[type="radio"]:checked {
    content: '';
    background: url(../img/ok.png) no-repeat 0 0 !important;
    -webkit-background-size: cover !important;
    background-size: 15px !important;
    background-position-x: 6px !important;
    background-position-y: 8px !important
}

.blue-area-to-left .checkout-box .woocommerce .b-section {
    margin: 50px 0
}

@media (max-width: 850px) {
    .blue-area-to-left .checkout-box .b-section-p {
        padding-top: 0 !important
    }
}

.blue-area-to-left.b-request-circle-parent .container {
    z-index: 1
}

.grid-options-buy {
    display: grid;
    grid-gap: 50px;
    grid-template-columns: 370px 1fr;
    display: -ms-grid;
    -ms-grid-columns: 25% 20px 73%;
    -ms-grid-rows: 100%;
    align-items: start;
    -webkit-align-items: start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    max-width: none;
    margin: 0 0 100px 0
}

@media (max-width: 1080px) {
    .grid-options-buy {
        grid-template-columns: 1fr;
        -ms-grid-columns: 1fr
    }
}

.grid-options-buy .sidebar-contain {
    display: grid;
    grid-column: 1;
    display: -ms-grid;
    -ms-grid-column: 1
}

.grid-options-buy .sidebar-contain aside.aside-basket-option {
    border: 1px solid #B2B2B2;
    -webkit-box-shadow: 0 3px 17px rgba(0, 0, 0, 0.15);
    box-shadow: 0 3px 17px rgba(0, 0, 0, 0.15)
}

.grid-options-buy .sidebar-contain aside.aside-basket-option header.b-obj-head {
    padding: 16px 25px;
    height: auto !important;
    background: #42861D
}

.grid-options-buy .sidebar-contain aside.aside-basket-option header.b-obj-head h2 {
    color: #fff;
    font-size: 1.33333em;
    display: inline-block
}

.grid-options-buy .sidebar-contain aside.aside-basket-option header.b-obj-head .b-obj-head-ico {
    display: block;
    float: right;
    right: 30px;
    position: relative;
    height: unset;
    width: unset;
    -webkit-transform: translateX(110%);
    -ms-transform: translateX(110%);
    transform: translateX(110%);
    top: 0
}

.grid-options-buy .sidebar-contain aside.aside-basket-option header.b-obj-head .b-obj-head-ico img {
    height: 25px;
    width: auto
}

.grid-options-buy .sidebar-contain aside.aside-basket-option .aside-basket-option-inner {
    padding: 5px 18px;
    background-color: #FAFAFA;
    font-size: 16px
}

@media (max-width: 1080px) {
    .grid-options-buy .sidebar-contain aside.aside-basket-option .aside-basket-option-inner {
        font-size: 18px
    }
}

.grid-options-buy .sidebar-contain aside.aside-basket-option .aside-basket-option-inner .aside-basket-option-box {
    padding-top: 25px;
    padding-bottom: 25px
}

.grid-options-buy .sidebar-contain aside.aside-basket-option .aside-basket-option-inner .aside-basket-option-box:not(:last-child) {
    border-bottom: 0.5px solid #B2B2B2
}

.grid-options-buy .sidebar-contain aside.aside-basket-option .aside-basket-option-inner .aside-basket-option-box .aside-basket-option-box-title {
    font-size: 18px;
    font-family: "Helvetica Neue", Helvetica, sans-serif;
    margin-bottom: 20px;
    font-weight: 600
}

.grid-options-buy .sidebar-contain aside.aside-basket-option .aside-basket-option-inner .aside-total {
    text-align: center;
    margin-bottom: 2rem
}

.grid-options-buy .sidebar-contain aside.aside-basket-option .aside-basket-option-inner .aside-total .price-with-vat {
    display: none
}

.grid-options-buy .sidebar-contain aside.aside-basket-option .aside-basket-option-inner .aside-total .price-container {
    display: grid;
    -webkit-box-align: center;
    align-items: center;
    grid-template-columns: 160px auto;
    display: -ms-grid;
    -ms-grid-columns: 160px auto 20px;
    -ms-flex-align: center;
    padding-bottom: 20px;
    position: relative
}

.grid-options-buy .sidebar-contain aside.aside-basket-option .aside-basket-option-inner .aside-total .price-container .price-left {
    text-align: left
}

.grid-options-buy .sidebar-contain aside.aside-basket-option .aside-basket-option-inner .aside-total .price-container .price-right {
    position: absolute;
    top: 0;
    right: 0;
    text-align: right
}

.grid-options-buy .sidebar-contain aside.aside-basket-option .aside-basket-option-inner .aside-total .total-price-container {
    overflow: hidden;
    clear: both;
    display: block;
    margin-bottom: 1rem;
    padding-bottom: 20px;
    border-bottom: 0.5px solid #B2B2B2
}

.grid-options-buy .sidebar-contain aside.aside-basket-option .aside-basket-option-inner .aside-total .total-price-container .total-price-left {
    font: 700 20px/28px "Helvetica Neue", Helvetica, sans-serif;
    color: #3C3C3C;
    float: left
}

.grid-options-buy .sidebar-contain aside.aside-basket-option .aside-basket-option-inner .aside-total .total-price-container .total-price-right {
    font: 700 24px/ 32px "Helvetica Neue", Helvetica, sans-serif;
    color: #42861D;
    float: right
}

.grid-options-buy .sidebar-contain aside.aside-basket-option .aside-basket-option-inner .aside-total .coupon-panel {
    display: block
}

.grid-options-buy .sidebar-contain aside.aside-basket-option .aside-basket-option-inner form.coupon-panel {
    margin-bottom: 30px
}

.grid-options-buy .sidebar-contain aside.aside-basket-option .aside-basket-option-inner form.coupon-panel .aside-basket-option-box-title {
    text-align: left
}

.grid-options-buy .sidebar-contain aside.aside-basket-option .aside-basket-option-inner form.coupon-panel .tar.code-apply {
    margin-top: 20px
}

.grid-options-buy .sidebar-contain aside.aside-basket-option .aside-basket-option-inner form.coupon-panel .tar .apply-code-btn {
    font: 700 18px/25px "Helvetica Neue", Helvetica, sans-serif;
    border: none;
    padding: 0;
    background: none;
    padding-bottom: 5px;
    height: auto !important;
    position: relative;
    color: #008148;
    cursor: pointer
}

.grid-options-buy .sidebar-contain aside.aside-basket-option .aside-basket-option-inner form.coupon-panel .tar .apply-code-btn:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 3.5px;
    background-color: #008148
}

.grid-options-buy .sidebar-contain aside.aside-basket-option .aside-basket-option-inner form.coupon-panel .tar .apply-code-btn[disabled] {
    color: #969696;
    cursor: default
}

.grid-options-buy .sidebar-contain aside.aside-basket-option .aside-basket-option-inner form.coupon-panel .tar .apply-code-btn[disabled]:after {
    content: none
}

.grid-options-buy .sidebar-contain aside.aside-basket-option .aside-basket-option-inner form.coupon-panel.checkout {
    margin-bottom: 0px
}

.grid-options-buy .sidebar-contain aside.aside-basket-option .aside-basket-option-inner .basket-option-el-out,
.grid-options-buy .sidebar-contain aside.aside-basket-option .aside-basket-option-inner .basket-option-extras {
    display: grid;
    grid-template-columns: 1fr 65px 12px;
    grid-gap: 10px;
    align-items: center;
    display: -ms-grid;
    -ms-grid-columns: 1fr 10px 65px 10px 12px;
    -ms-flex-align: center;
    -webkit-box-align: center;
    position: relative
}

.grid-options-buy .sidebar-contain aside.aside-basket-option .aside-basket-option-inner .basket-option-el-out:not(:last-child),
.grid-options-buy .sidebar-contain aside.aside-basket-option .aside-basket-option-inner .basket-option-extras:not(:last-child) {
    padding: 0 0 20px 0
}

.grid-options-buy .sidebar-contain aside.aside-basket-option .aside-basket-option-inner .basket-option-el-out .basket-option-el,
.grid-options-buy .sidebar-contain aside.aside-basket-option .aside-basket-option-inner .basket-option-extras .basket-option-el {
    display: inline-block;
    font: 400 16px/22px "Helvetica Neue", Helvetica, sans-serif
}

.grid-options-buy .sidebar-contain aside.aside-basket-option .aside-basket-option-inner .basket-option-el-out .basket-option-el .basket-option-el-price,
.grid-options-buy .sidebar-contain aside.aside-basket-option .aside-basket-option-inner .basket-option-extras .basket-option-el .basket-option-el-price {
    position: absolute;
    top: 0;
    right: -10px
}

.grid-options-buy .sidebar-contain aside.aside-basket-option .aside-basket-option-inner .basket-option-el-out .basket-option-el .basket-option-el-price.removable,
.grid-options-buy .sidebar-contain aside.aside-basket-option .aside-basket-option-inner .basket-option-extras .basket-option-el .basket-option-el-price.removable {
    margin-right: -50px
}

.grid-options-buy .sidebar-contain aside.aside-basket-option .aside-basket-option-inner .basket-option-el-out .basket-option-el .basket-option-el-price.fixed,
.grid-options-buy .sidebar-contain aside.aside-basket-option .aside-basket-option-inner .basket-option-extras .basket-option-el .basket-option-el-price.fixed {
    margin-right: 10px
}

.grid-options-buy .sidebar-contain aside.aside-basket-option .aside-basket-option-inner .basket-option-el-out .basket-option-extras-del,
.grid-options-buy .sidebar-contain aside.aside-basket-option .aside-basket-option-inner .basket-option-extras .basket-option-extras-del {
    display: inline-block;
    position: absolute;
    right: 0;
    top: 5px
}

.grid-options-buy .sidebar-contain aside.aside-basket-option .aside-basket-option-inner .basket-option-extras-name {
    line-height: 26px
}

.grid-options-buy .sidebar-contain aside.aside-basket-option .aside-basket-option-inner .basket-option-el-price {
    text-align: right;
    margin-right: 10px;
    position: absolute;
    top: 0;
    right: 15px
}

.grid-options-buy main {
    display: block;
    grid-column: 2;
    -ms-grid-column: 3
}

@media (max-width: 1080px) {
    .grid-options-buy main {
        grid-column: 1;
        -ms-grid-column: 1
    }
}

.grid-options-buy main .checkout-title-out {
    font: 400 20px/38px "Helvetica Neue", Helvetica, sans-serif;
    background: #FAFAFA;
    overflow: hidden;
    padding: 18px 35px 18px 35px
}

.grid-options-buy main .checkout-title-out .checkout-title-num {
    font: 700 20px/32px "Helvetica Neue", Helvetica, sans-serif;
    color: #3C3C3C;
    float: left;
    width: 30px;
    margin-right: 25px
}

.grid-options-buy main .checkout-title-out .checkout-title {
    float: left;
    margin-top: 1px
}

.grid-options-buy main .checkout-title-out .checkout-h {
    content: '';
    float: right;
    width: 18px;
    height: 13px;
    background: url(../img/ok.svg) center no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
    margin-top: 12px;
    text-indent: -9999px
}

@media (max-width: 450px) {
    .grid-options-buy main .step-5 .ch-form-b {
        padding: 5px 3%
    }
}

.grid-options-buy main .ch-form-b {
    background: #FAFAFA
}

@media (min-width: 1080px) {
    .grid-options-buy main .ch-form-b {
        padding: 5px 90px
    }
}

@media (max-width: 1080px) {
    .grid-options-buy main .ch-form-b {
        padding: 5px 30px
    }
}

.grid-options-buy main .ch-form-b .form-row {
    padding: 3px;
    margin: 0 0 6px
}

.grid-options-buy main .ch-form-b .form-row.form-row-first {
    float: left;
    width: 47%;
    overflow: visible
}

.grid-options-buy main .ch-form-b .form-row.form-row-last {
    float: right;
    width: 47%;
    overflow: visible
}

.grid-options-buy main .ch-form-b .form-row input.input_text {
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    outline: 0;
    line-height: normal
}

.grid-options-buy main .ch-form-b .form-row label {
    line-height: 2;
    padding-bottom: 5px;
    font-size: 17px !important;
    display: block
}

.grid-options-buy main .ch-form-b .form-row label .getaddress {
    display: block;
    margin-top: 10px;
    font-weight: 200;
    line-height: 26px
}

.grid-options-buy main .ch-form-b .form-row select {
    cursor: pointer;
    margin: 0;
    width: 100%;
    height: 50px;
    padding-left: 17px;
    padding-right: 40px;
    line-height: 47px;
    font-size: 17px;
    font-weight: 400;
    color: #787B7C;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    background: #fff url(../img/sel-ar.svg) calc(100% - 12px) 21px no-repeat;
    background-size: 13px
}

.grid-options-buy main .ch-form-b .form-r {
    text-align: right;
    margin: 30px 0
}

.grid-options-buy main .ch-form-b .helper-text {
    font-size: 15px;
    color: #969696
}

.grid-options-buy main .ch-form-b #postcode_lookup {
    overflow: auto;
    padding-bottom: 15px
}

.grid-options-buy main .ch-form-b #postcode_lookup input {
    width: 56%;
    float: left;
    min-width: 56%
}

.grid-options-buy main .ch-form-b #postcode_lookup button {
    width: 40%;
    margin-left: 4%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 1px solid #008148;
    padding: 0;
    background: none;
    height: 50px;
    cursor: pointer;
    color: #008148;
    display: inline-block;
    vertical-align: top;
    white-space: nowrap
}

.grid-options-buy main .ch-form-b .bb30 {
    margin-bottom: 30px
}

.grid-options-buy main .ch-form-b .vat-relief-form #vat-checkout-panel {
    position: relative
}

.grid-options-buy main .ch-form-b .vat-relief-form #vat-checkout-panel small {
    display: block;
    position: relative
}

.grid-options-buy main .ch-form-b .vat-relief-form #vat-checkout-panel small .faq-ico {
    left: 150px;
    top: 7px
}

.grid-options-buy main .opt-pr {
    border: 1px solid #B2B2B2;
    background-color: #FAFAFA;
    min-height: 100%;
    position: relative
}

.grid-options-buy main .opt-pr .opt-pr-image {
    overflow: hidden
}

.grid-options-buy main .opt-pr .opt-pr-image:hover .aod-bas {
    background-color: #316D22
}

.grid-options-buy main .opt-pr .opt-pr-image:hover .opt-pr-image-t {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1)
}

.grid-options-buy main .opt-pr .opt-pr-image .opt-pr-image-t {
    padding-top: 45%;
    display: block;
    -webkit-transition: -webkit-transform .5s;
    transition: -webkit-transform .5s;
    -o-transition: transform .5s;
    transition: transform .5s;
    transition: transform .5s, -webkit-transform .5s
}

.grid-options-buy main .opt-pr .opt-pr-info {
    display: block;
    position: relative;
    padding: 20px 30px 50px 40px
}

.grid-options-buy main .opt-pr .opt-pr-info h1,
.grid-options-buy main .opt-pr .opt-pr-info h2,
.grid-options-buy main .opt-pr .opt-pr-info h3,
.grid-options-buy main .opt-pr .opt-pr-info h4,
.grid-options-buy main .opt-pr .opt-pr-info h5,
.grid-options-buy main .opt-pr .opt-pr-info h6 {
    font: 400 20px/25px "Helvetica Neue", Helvetica, sans-serif;
    letter-spacing: 0;
    margin-bottom: 10px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    min-height: 45px
}

.grid-options-buy main .opt-pr .opt-pr-info p {
    min-height: 80px;
    font-size: 15px;
    line-height: normal
}

.grid-options-buy main .opt-pr .opt-pr-info .opt-pr-info-cost-g {
    display: grid;
    grid-template-columns: 1fr 32px;
    -webkit-box-align: center;
    align-items: center;
    display: -ms-grid;
    -ms-grid-columns: 1fr 32px;
    -ms-flex-align: center;
    position: absolute;
    bottom: 29px;
    width: 100%;
    padding-bottom: 20px
}

.grid-options-buy main .opt-pr .opt-pr-info .opt-pr-info-cost-g .cost-t {
    font-size: 22px;
    font-weight: bold
}

.grid-options-buy main .opt-pr .opt-pr-info .opt-pr-info-cost-g .aod-bas {
    display: block;
    width: 32px;
    height: 32px;
    -webkit-border-radius: 32px;
    border-radius: 32px;
    background: #42861D;
    position: relative;
    text-indent: -9999px;
    right: 71px;
    position: absolute;
    margin-top: 6px
}

.grid-options-buy main .opt-pr .opt-pr-info .opt-pr-info-cost-g .aod-bas:after {
    content: '';
    height: 3px;
    width: 16px;
    background: #fff;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.grid-options-buy main .opt-pr .opt-pr-info .opt-pr-info-cost-g .aod-bas:before {
    content: '';
    height: 16px;
    width: 3px;
    background: #fff;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.grid-options-buy main .opt-pr .opt-pr-info .opt-pr-info-cost-g .aod-bas:hover {
    background: #316D22
}

.grid-options-buy main .opt-pr .opt-pr-info .opt-pr-info-cost-g .aod-bas.remove {
    background: #C0012A
}

.grid-options-buy main .opt-pr .opt-pr-info .opt-pr-info-cost-g .aod-bas.remove:before {
    content: none
}

.grid-options-buy main .opt-pr .opt-pr-info .opt-pr-info-cost-g .aod-bas.remove:hover {
    background: #FF484D
}

.faq-ico {
    display: inline-block;
    vertical-align: middle;
    margin-left: 5px;
    font-size: 0;
    position: absolute
}

.faq-ico:after {
    content: '';
    position: absolute;
    height: 200px;
    left: 0;
    top: 50%;
    width: 100px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 1;
    display: none;
    cursor: auto
}

.faq-ico .faq-ico-info {
    position: absolute;
    left: 170%;
    top: 50%;
    width: 300px;
    background: #fff;
    padding: 10px;
    color: #131313;
    z-index: 10;
    font-size: 14px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    border-radius: 5px;
    -webkit-border-radius: 5px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    cursor: auto
}

.faq-ico .faq-ico-info p {
    margin-bottom: 0
}

.faq-ico:hover .faq-ico-info {
    opacity: 1;
    visibility: visible
}

.faq-ico:hover:after {
    display: block
}

.plan-box-cost {
    margin-bottom: 10px
}

.plan-box-cost .faq-ico {
    margin-top: 8px
}

.payment-label {
    border: 1px solid #969696;
    display: block;
    padding: 15px 30px;
    margin-bottom: 30px
}

.payment-label .payment-label-head {
    overflow: hidden;
    margin-bottom: 33px
}

@media (max-width: 450px) {
    .payment-label .payment-label-head {
        padding: 0 15px
    }
}

.payment-label .payment-label-head .payment-label-title {
    float: left;
    width: -webkit-calc(100% - 35px);
    width: calc(100% - 35px)
}

@media (min-width: 1054px) {
    .payment-label .payment-label-head .payment-label-title {
        height: 75px
    }
}

.payment-label .payment-label-head .payment-label-title span {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px
}

.payment-label .payment-label-head .payment-label-title span .credit-cards {
    margin-left: -20px;
    margin-top: 10px
}

.payment-label .payment-label-head .payment-label-title span .credit-cards .credit-cards-container img {
    vertical-align: middle;
    margin-left: 20px
}

.payment-label .payment-label-head .payment-label-title span .credit-cards .credit-cards-container img.payment-logo {
    cursor: default
}

.payment-label .payment-label-head .payment-label-title span .stripe-logo {
    height: 31.1px !important;
    width: 112px !important;
    margin-top: -1px !important;
    margin-left: 5px !important
}

.payment-label .payment-label-head .jq-radio {
    float: right
}

.payment-label .payment-label .payment-method-content {
    padding-bottom: 30px
}

@media (max-width: 680px) {
    .wc-terms-and-conditions {
        text-align: left
    }
}

.wc-terms-and-conditions .woocommerce-terms-and-conditions-link {
    color: #6CC13F;
    text-decoration: underline
}

.wc-terms-and-conditions .woocommerce-terms-and-conditions-link:hover {
    color: #169b5f
}

.wc-terms-and-conditions span {
    color: #3C3C3C
}

@media (max-width: 680px) {
    .wc-terms-and-conditions span {
        margin-left: 0;
        font-size: 14px
    }
}

.wc-terms-and-conditions .required {
    color: #207e85
}

.woocommerce-terms-and-conditions {
    text-align: left;
    color: #3C3C3C
}

.woocommerce-terms-and-conditions h3 {
    color: #3C3C3C !important
}

.checkout-box .order-text {
    margin-bottom: 50px
}

.checkout-box .order-text h1 {
    font: 700 44px/38px "Helvetica Neue", Helvetica, sans-serif;
    color: #3C3C3C;
    margin-bottom: 20px
}

.checkout-box .order-text h2,
.checkout-box .order-text h3 {
    color: #3C3C3C;
    margin-bottom: 20px
}

.checkout-box .order-text p {
    color: #3C3C3C;
    font-weight: 400
}

.checkout-box .order-text p b {
    font-weight: bold
}

.checkout-box form#service_agreement .ch-form-b-out.astep-1,
.checkout-box form#service_agreement .ch-form-b-out.astep-2,
.checkout-box form#service_agreement .ch-form-b-out.astep-3,
.checkout-box form#service_agreement .ch-form-b-out.astep-4,
.checkout-box form#service_agreement .ch-form-b-out.astep-5 {
    margin-bottom: 20px;
    border: 1px solid #B2B2B2
}

.checkout-box form#service_agreement .ch-form-b-out.astep-1 .for-out-required,
.checkout-box form#service_agreement .ch-form-b-out.astep-2 .for-out-required,
.checkout-box form#service_agreement .ch-form-b-out.astep-3 .for-out-required,
.checkout-box form#service_agreement .ch-form-b-out.astep-4 .for-out-required,
.checkout-box form#service_agreement .ch-form-b-out.astep-5 .for-out-required {
    display: block;
    position: absolute;
    right: -45px;
    top: 25px;
    padding: 0;
    width: 30px;
    height: 50px;
    overflow: hidden;
    font: 700 20px/60px "Helvetica Neue", Helvetica, sans-serif;
    color: #207e85;
    text-align: center
}

.checkout-box form#service_agreement .ch-form-b-out.astep-6 {
    margin-bottom: 20px;
    border: 1px solid #B2B2B2
}

.checkout-box form#service_agreement .ch-form-b-out.astep-6 .for-out-required {
    display: block;
    position: absolute;
    right: -45px;
    top: 0;
    padding: 0;
    width: 30px;
    height: 50px;
    overflow: hidden;
    font: 700 20px/60px "Helvetica Neue", Helvetica, sans-serif;
    color: #207e85;
    text-align: center
}

.woocommerce-message {
    padding: 0 0 0 30px !important
}

.woocommerce-message:before {
    color: #008148 !important;
    left: 0px !important
}

.woocommerce-message a {
    color: #C80006
}

.service-agreement-page.b-content {
    padding: 0 1rem;
    background: #A1A3A9;
    position: relative
}

.service-agreement-page.b-content:after {
    content: "";
    width: 100%;
    height: 100%;
    background: url("../img/product_halo.svg") center no-repeat;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.6
}

.service-agreement-page.b-content .container {
    position: relative;
    z-index: 1;
    margin: 4em auto;
    background-color: #F7F7F7;
    border: 1px solid #CBCBCB;
    box-shadow: 0 3px 17px rgba(0, 0, 0, 0.15);
    max-width: 800px;
    padding: 4em
}

@media (max-width: 375px) {
    .service-agreement-page.b-content .container {
        padding: 2em
    }
}

.service-agreement-page.b-content .container .b-section {
    margin: 0
}

.service-agreement-page.b-content .container .b-section .service-agreement-content {
    text-align: center
}

.service-agreement-page.b-content .container .b-section .service-agreement-content h2 {
    font: 700 30px/40px "Open Sans", Arial, sans-serif;
    color: #3C3C3C;
    margin: 0 auto 50px;
    max-width: 458px
}

.service-agreement-page.b-content .container .b-section .service-agreement-content .tele-btn {
    margin-top: 40px
}

@media (max-width: 850px) {
    .service-agreement-page.b-content .container {
        margin: 4rem 0
    }
}

.woocommerce-notices-wrapper {
    position: relative;
    z-index: 1
}

.woocommerce-notices-wrapper .woocommerce-error,
.woocommerce-notices-wrapper .woocommerce-info,
.woocommerce-notices-wrapper .woocommerce-message {
    line-height: 43px;
    padding: 0 0 0 40px
}

.woocommerce-notices-wrapper .woocommerce-error::before,
.woocommerce-notices-wrapper .woocommerce-info::before,
.woocommerce-notices-wrapper .woocommerce-message::before {
    top: 0
}

.woocommerce-notices-wrapper .woocommerce-message,
.woocommerce-notices-wrapper .woocommerce-info {
    border-top-color: #42861D;
    margin-bottom: 20px
}

.woocommerce-notices-wrapper .woocommerce-message:before,
.woocommerce-notices-wrapper .woocommerce-info:before {
    top: 0;
    left: 10px;
    font-size: 18px
}

.woocommerce-notices-wrapper ul.woocommerce-error {
    color: #b93026;
    margin: 0 0 20px
}

.woocommerce-notices-wrapper ul.woocommerce-error:before {
    display: inline-block;
    position: absolute;
    top: 0;
    left: 10px;
    font-size: 18px
}

.woocommerce-notices-wrapper ul.woocommerce-error li {
    line-height: 43px;
    margin: 0 !important
}

.woocommerce-notices-wrapper ul.woocommerce-error li:before,
.woocommerce-notices-wrapper ul.woocommerce-error li:after {
    content: none
}

.woocommerce div.product .woocommerce-tabs .panel {
    margin-bottom: 4em
}

.eauk-onsale {
    display: inline-block;
    color: #42861D;
    margin-bottom: .4rem
}

.woocommerce-products-header {
    text-align: center;
    max-width: 933px;
    margin: 4em auto
}

.woocommerce-products-header p {
    font-weight: 300
}

.woocommerce-products-header strong {
    font-weight: 400
}

.single-product #primary.content-area {
    background-color: #F7F7F7;
    overflow: hidden
}

.single-product #primary.content-area a.button {
    padding: 2px 0;
    background-color: transparent
}

.single-product #primary.content-area .product-description {
    display: block;
    position: relative;
    margin: 10px 0 25px 0
}

.single-product #primary.content-area .product-description .product-name {
    font-weight: 400
}

.single-product #primary.content-area .product-description .product-price {
    font-weight: 700
}

@media (min-width: 851px) {
    .single-product #primary.content-area .woocommerce-Tabs-panel h1,
    .single-product #primary.content-area .woocommerce-Tabs-panel h2 {
        font: 700 42px/54px "Open Sans", Arial, sans-serif
    }
}

@media (max-width: 850px) {
    .single-product #primary.content-area .woocommerce-Tabs-panel h1,
    .single-product #primary.content-area .woocommerce-Tabs-panel h2 {
        font: 700 30px/40px "Open Sans", Arial, sans-serif
    }
}

.single-product #primary.content-area .woocommerce-Tabs-panel h3,
.single-product #primary.content-area .woocommerce-Tabs-panel h4,
.single-product #primary.content-area .woocommerce-Tabs-panel h5 {
    margin-top: 40px;
    margin-bottom: 20px
}

@media (min-width: 851px) {
    .single-product #primary.content-area .woocommerce-Tabs-panel h3,
    .single-product #primary.content-area .woocommerce-Tabs-panel h4,
    .single-product #primary.content-area .woocommerce-Tabs-panel h5 {
        font: 700 25px/33px "Open Sans", Arial, sans-serif
    }
}

@media (max-width: 850px) {
    .single-product #primary.content-area .woocommerce-Tabs-panel h3,
    .single-product #primary.content-area .woocommerce-Tabs-panel h4,
    .single-product #primary.content-area .woocommerce-Tabs-panel h5 {
        font: 700 25px/33px "Open Sans", Arial, sans-serif
    }
}

.single-product .product {
    display: flex;
    display: -ms-flexbox;
    justify-content: space-between;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    align-items: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    margin-top: 3em
}

@media (max-width: 768px) {
    .single-product .product {
        flex-direction: column;
        margin-top: 2em
    }
}

.single-product .product .summary,
.single-product .product .images {
    display: inline-block;
    width: 47%
}

@media (max-width: 768px) {
    .single-product .product .summary,
    .single-product .product .images {
        width: 100%
    }
}

.single-product .product .summary.images .woocommerce-product-gallery__wrapper,
.single-product .product .images.images .woocommerce-product-gallery__wrapper {
    position: relative;
    z-index: 1
}

.single-product .product .summary.images .woocommerce-product-gallery__wrapper div,
.single-product .product .images.images .woocommerce-product-gallery__wrapper div {
    display: flex !important;
    display: -ms-flexbox !important;
    align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    justify-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    background-color: #fff;
    border-radius: 50%;
    overflow: hidden
}

.single-product .product .summary.images .product-image-halo,
.single-product .product .images.images .product-image-halo {
    position: absolute;
    top: 290px;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 200%;
    height: 200%;
    background: url(../img/product_halo.svg) center center no-repeat;
    z-index: 0
}

.single-product .product .summary.images .flex-control-thumbs img,
.single-product .product .images.images .flex-control-thumbs img {
    border-radius: 50%
}

.single-product .product .summary.summary,
.single-product .product .images.summary {
    z-index: 1
}

@media (max-width: 768px) {
    .single-product .product .summary.summary,
    .single-product .product .images.summary {
        position: relative;
        transform: none
    }
}

.single-product .product .summary.summary .cross-sells .cross-sell,
.single-product .product .images.summary .cross-sells .cross-sell {
    margin-bottom: 2em
}

.single-product .product .summary.summary .cross-sells .cross-sell a,
.single-product .product .images.summary .cross-sells .cross-sell a {
    cursor: pointer
}

.single-product .product .summary.summary .cross-sells .cross-sell .product-info,
.single-product .product .images.summary .cross-sells .cross-sell .product-info {
    display: flex;
    align-items: center;
    margin: 1em 0
}

.single-product .product .summary.summary .cross-sells .cross-sell .product-info .cross-sell-image,
.single-product .product .images.summary .cross-sells .cross-sell .product-info .cross-sell-image {
    margin-right: 1em
}

.single-product .product .summary.summary .cross-sells .cross-sell .product-info .cross-sell-image img,
.single-product .product .images.summary .cross-sells .cross-sell .product-info .cross-sell-image img {
    width: 120px;
    height: auto
}

.single-product .product .summary .variations,
.single-product .product .images .variations {
    width: 50% !important;
    float: left
}

@media (max-width: 768px) {
    .single-product .product .summary .variations,
    .single-product .product .images .variations {
        width: 100%
    }
}

.single-product .product .summary .variations h3,
.single-product .product .images .variations h3 {
    margin: 20px 0
}

@media (min-width: 851px) {
    .single-product .product .summary .variations h3,
    .single-product .product .images .variations h3 {
        font: 700 25px/33px "Open Sans", Arial, sans-serif
    }
}

@media (max-width: 850px) {
    .single-product .product .summary .variations h3,
    .single-product .product .images .variations h3 {
        font: 700 25px/33px "Open Sans", Arial, sans-serif
    }
}

.single-product .product .summary .variations .options .option,
.single-product .product .images .variations .options .option {
    width: 100%;
    margin-bottom: .6em
}

.single-product .product .summary .variations .options .option input[type="radio"],
.single-product .product .images .variations .options .option input[type="radio"] {
    opacity: 0;
    width: 0
}

.single-product .product .summary .variations .options .option input[type="radio"]:checked+label:before,
.single-product .product .images .variations .options .option input[type="radio"]:checked+label:before {
    background-color: #42861D;
    border-color: #42861D
}

.single-product .product .summary .variations .options .option input[type="radio"]+label:before,
.single-product .product .images .variations .options .option input[type="radio"]+label:before {
    content: '';
    display: inline-block;
    width: 12px;
    height: 12px;
    border-radius: 6px;
    border: 1px solid #3C3C3C;
    margin-right: .6em
}

.single-product .product .summary .variations .options .option label,
.single-product .product .images .variations .options .option label {
    font-weight: 300
}

.single-product .product .summary .variations .options .option label span,
.single-product .product .images .variations .options .option label span {
    margin: 0;
    font-weight: 500
}

.single-product .product .summary .single_variation_wrap,
.single-product .product .images .single_variation_wrap {
    width: 50%;
    float: left;
    margin-top: 27px
}

@media (max-width: 768px) {
    .single-product .product .summary .single_variation_wrap,
    .single-product .product .images .single_variation_wrap {
        width: 100%
    }
}

.single-product .product .summary .wc-tabs,
.single-product .product .images .wc-tabs {
    display: none
}

@media (min-width: 850px) {
    .single-product .product .entry-summary h1,
    .single-product .product .entry-summary h2 {
        font: 700 42px/54px "Open Sans", Arial, sans-serif
    }
}

@media (max-width: 850px) {
    .single-product .product .entry-summary h1,
    .single-product .product .entry-summary h2 {
        font: 700 30px/40px "Open Sans", Arial, sans-serif
    }
}

.single-product .product .entry-summary .product-price {
    margin-bottom: 0.67em
}

.single-product .product .entry-summary .product-price h2 {
    font: 400 32px/39px "Helvetica Neue", Helvetica, sans-serif;
    font-weight: bolder
}

.single-product .product .entry-summary .woocommerce-product-details__short-description {
    position: relative
}

.single-product .product .entry-summary .woocommerce-product-details__short-description.show-less {
    height: 200px;
    overflow: hidden;
    padding-bottom: 20px;
    transition: ease all 0.2s
}

.single-product .product .entry-summary .woocommerce-product-details__short-description.show-less.show {
    height: unset;
    overflow: visible;
    transition: ease all 0.2s
}

.single-product .product .entry-summary .woocommerce-product-details__short-description .hide-description,
.single-product .product .entry-summary .woocommerce-product-details__short-description .show-description {
    content: 'Show More';
    display: block;
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
    font-size: 14px;
    padding-top: 80px;
    background: #fff;
    background: linear-gradient(180deg, rgba(247, 247, 247, 0) 0%, #f7f7f7 100%)
}

.single-product .product .entry-summary .woocommerce-product-details__short-description .hide-description.hide,
.single-product .product .entry-summary .woocommerce-product-details__short-description .show-description.hide {
    display: none
}

.single-product .product .entry-summary .woocommerce-product-details__short-description .hide-description.show,
.single-product .product .entry-summary .woocommerce-product-details__short-description .show-description.show {
    display: block
}

.single-product .product .entry-summary .woocommerce-product-details__short-description .hide-description {
    display: none
}

.single-product .product .entry-summary .woocommerce-product-details__short-description .hide-description.show {
    background: none
}

.single-product .product-fw {
    max-width: 933px;
    margin: 0 auto;
    z-index: 10;
    position: relative;
    margin-top: 5rem
}

.single-product .product-fw .wc-tabs {
    display: none
}

.single-product .product-fw .woocommerce-Tabs-panel {
    margin-bottom: 4em;
    position: relative;
    z-index: 10
}

.single-product .product-fw .woocommerce-Tabs-panel ul {
    margin-left: 25px
}

.woocommerce .product .images .flex-control-thumbs {
    display: block;
    position: relative;
    z-index: 10
}

.woocommerce-cart main>.container {
    margin: 4em auto;
    background-color: #F7F7F7;
    border: 1px solid #CBCBCB;
    box-shadow: 0 3px 17px rgba(0, 0, 0, 0.15);
    max-width: 800px;
    padding: 1em 4em
}

@media (max-width: 850px) {
    .woocommerce-cart main>.container {
        margin: 120px 0 0 0;
        border: 0;
        padding: 1em 1.5em;
    }
}

.woocommerce-cart main>.container .actions {
    display: none;
}

@media (max-width: 380px) {
    .woocommerce-cart main>.container {
        margin: 101px 0 0 0
    }
}

.woocommerce-cart main>.container .b-section {
    margin: 0
}

.woocommerce-cart main>.container .b-section h1 {
    margin-bottom: 25px
}

.woocommerce-cart main>.container .b-section h1,
.woocommerce-cart main>.container .b-section h2 {
    font: 700 20px/ 27px "Helvetica Neue", Helvetica, sans-serif
}

.woocommerce-cart main>.container .b-section table {
    border: 0
}

.woocommerce-cart main>.container .b-section table td {
    padding: 9px 0;
    font-size: 16px;
    font-weight: 300;
    border: 0
}

.woocommerce-cart main>.container .b-section table td.product-remove {
    width: 20px
}

@media (max-width: 850px) {
    .woocommerce-cart main>.container .b-section table td.product-remove {
        width: unset
    }
}

.woocommerce-cart main>.container .b-section table td.product-remove a #Path_422 {
    transition: fill .2s ease;
    -o-transition: fill .2s ease;
    -webkit-transition: fill .2s ease
}

.woocommerce-cart main>.container .b-section table td.product-remove a:hover {
    background: unset
}

.woocommerce-cart main>.container .b-section table td.product-remove a:hover #Path_422 {
    fill: #008148
}

.woocommerce-cart main>.container .b-section table td.product-subtotal {
    font-weight: 400;
    width: 100px
}

@media (max-width: 850px) {
    .woocommerce-cart main>.container .b-section table td.product-subtotal {
        width: unset
    }
}

.woocommerce-cart main>.container .b-section table td .variation {
    display: inline-block
}

@media (max-width: 850px) {
    .woocommerce-cart main>.container .b-section table td .variation {
        margin: 0
    }
}

.woocommerce-cart main>.container .b-section table td .variation:before {
    content: "-";
    margin: 0 .2em 0 .6em
}

.woocommerce-cart main>.container .b-section table td .variation dt {
    display: none
}

.woocommerce-cart main>.container .b-section table td .variation dd {
    display: inline-block
}

.woocommerce-cart main>.container .b-section table td a {
    color: #3C3C3C;
    font-size: 16px;
    font-weight: 300;
    display: inline-block
}

.woocommerce-cart main>.container .b-section table td a:hover {
    color: #42861D
}

.woocommerce-cart main>.container .b-section table td p {
    font-weight: inherit;
    line-height: inherit
}

.woocommerce-cart main>.container .b-section .cart-quantity {
    margin-left: 1.4rem
}

.woocommerce-cart main>.container .b-section form {
    border-bottom: 1px solid #CBCBCB;
    margin-bottom: 24px;
    min-height: 80px
}

.woocommerce-cart main>.container .b-section form table {
    width: 100%;
    margin-bottom: 24px
}

.woocommerce-cart main>.container .b-section form table .total-label {
    font-size: 20px;
    font-weight: 500
}

.woocommerce-cart main>.container .b-section form table .total-amount {
    font-size: 24px;
    font-weight: 700;
    color: #42861D
}

.woocommerce-cart main>.container .b-section form.woocommerce-cart-coupon-form {
    border: 0
}

.woocommerce-cart main>.container .b-section form .coupon {
    margin-bottom: 24px
}

.woocommerce-cart main>.container .b-section form .coupon h2 {
    font: 700 20px/ 27px "Helvetica Neue", Helvetica, sans-serif
}

.woocommerce-cart main>.container .b-section form button.text-link {
    color: #42861D;
    font-size: 18px;
    height: 40px;
    font-weight: 500;
    border-bottom: 3px solid #42861D;
    float: right;
    width: auto
}

.woocommerce-cart main>.container .b-section .wc-proceed-to-checkout a {
    margin-top: 1em;
    float: right
}

form.checkout .ch-form .tar {
    border: #ebe9eb;
    border-radius: 5px
}

form.checkout .ch-form .tar .wc-terms-and-conditions {
    background: #FAFAFA;
    overflow: hidden;
    padding: 18px 35px 18px 35px;
    border: 1px solid #B2B2B2
}

.order-table dl.variation {
    display: none
}

h2.price-comparison-title {
    display: block
}

@media (max-width: 680px) {
    h2.price-comparison-title {
        display: none
    }
}

.price-comparison-table {
    background-color: white;
    width: 100%;
    border-collapse: collapse;
    min-width: 450px;
    margin-top: 3rem
}

@media (max-width: 680px) {
    .price-comparison-table {
        min-width: 0;
        margin-top: 2rem
	}

    .price-comparison-table td, .price-comparison-table th {
    	padding: 10px!important;
    	font-size: 14px!important;
    }
}

@media (max-width: 680px) {
    .price-comparison-table.scroll-table {
        margin-top: 0rem
	}
}

.scroll-table {
    max-height: 70vh;
    width: 100%;
    overflow: auto;
    margin-top: 2rem;  
}

.swipe-text {
    display: none;
  }
  
@media (max-width: 680px) {
.swipe-text {
      display: block;
      font-size: 14px!important;
      color: #42861D;
    }
  }

.price-comparison-table thead tr {
    border-bottom: 1px solid #e4e4e4;
    position:sticky;
    position: -webkit-sticky;
    top:0px;
    background-color: white;
    z-index: 1;
}

.price-comparison-table thead td {
    border-right: 1px solid #e4e4e4;
    padding: 20px;
    text-align: center;
    font-weight: 500;
    color: #5f5e5e
}

.price-comparison-table thead td:first-of-type{
    position:sticky;
    position: -webkit-sticky;
    left:0px;
    background-color: white; 
}

.price-comparison-table thead td:last-of-type {
    border-right: 0
}

.price-comparison-table tbody tr {
    border-bottom: 1px solid #e4e4e4
}

.price-comparison-table tbody tr:last-of-type {
    border-top: 1px solid #e4e4e4;
    border-bottom: 0
}

.price-comparison-table tbody tr td {
    border-right: 1px solid #e4e4e4;
    padding: 20px;
    text-align: center;
    font-size: 15px
}

.price-comparison-table tbody tr td:last-of-type {
    border-right: 0
}

.price-comparison-table tbody tr td:first-of-type {
    text-align: left;
    position:sticky;
    position: -webkit-sticky;
    left:0px;
    background-color: white;    
}

.price-comparison-table tbody tr td.main-price span {
    color: #42861D;
    font-size: 22px;
    margin-right: 5px;
    font-weight: 600
}

.price-comparison-table tbody tr td.sub-price {
    color: #42861D
}

.price-comparison-table tbody tr td span.sub-price {
    color: #42861D
}

.price-comparison-table tbody tr td.sub-price span {
    margin-right: 5px
}

.price-comparison-table tbody tr td span.tick {
    background: url(../img/green-round-tick.svg);
    background-size: contain;
    background-position: center;
    height: 20px;
    width: 20px;
    display: block;
    margin: 0 auto
}

h2.price-comparison-title-mobile {
    display: none
}

@media (max-width: 680px) {
    h2.price-comparison-title-mobile {
        display: block
    }
}

.price-comparison-table-mobile {
    display: none
}

@media (max-width: 680px) {
    .price-comparison-table-mobile {
        display: table;
        background-color: white;
        border-collapse: collapse;
        margin-top: 2rem;
        width: 100%
    }
    .price-comparison-table-mobile thead tr {
        border-bottom: 1px solid #e4e4e4
    }
    .price-comparison-table-mobile thead td {
        border-right: 1px solid #e4e4e4;
        padding: 10px;
        text-align: center;
        font-weight: 500;
        color: #5f5e5e
    }
    .price-comparison-table-mobile thead td:last-of-type {
        border-right: 0
    }
    .price-comparison-table-mobile tbody tr {
        border-bottom: 1px solid #e4e4e4
    }
    .price-comparison-table-mobile tbody tr:last-of-type {
        border-bottom: 0
    }
    .price-comparison-table-mobile tbody tr td {
        border-right: 1px solid #e4e4e4;
        padding: 10px;
        text-align: center;
        font-size: 15px;
        min-width: 125px
    }
    .price-comparison-table-mobile tbody tr td:last-of-type {
        border-right: 0
    }
    .price-comparison-table-mobile tbody tr td:first-of-type {
        text-align: left
    }
    .price-comparison-table-mobile tbody tr td.main-price span {
        color: #42861D;
        font-size: 22px;
        margin-right: 5px;
        font-weight: 600
    }
    .price-comparison-table-mobile tbody tr td.sub-price {
        color: #42861D
    }
    .price-comparison-table-mobile tbody tr td span.sub-price {
        color: #42861D
    }
    .price-comparison-table-mobile tbody tr td.sub-price span {
        margin-right: 5px
    }
    .price-comparison-table-mobile tbody tr td span.tick {
        background: url(../img/green-round-tick.svg);
        background-size: contain;
        background-position: center;
        height: 20px;
        width: 20px;
        display: block;
        margin: 0 auto
    }
}

/* OOS BANNER */
.OOS-notice {
	background-color: #82848d;
	color: white;
	padding: 10px;
	font-family: "Open Sans", Arial, sans-serif;
	font-size: 1rem;
	display: block;
	margin: 20px 0 20px 0;
	text-align: center;
}

/* CUSTOM GREEN BUTTON STYLES */
a.btn-green {
	background-color: #42861D;
	color: white;
	font-weight: normal;
	font-family: "Open Sans", Arial, sans-serif;
	font-size: 16px;
	text-transform: uppercase;
	padding: 14px 20px;
	display: inline-block;
	margin: 20px 0 20px 0;
}


.woocommerce-cart .woocommerce-message {
    background-color: #448a1f;
    color: #FFF;
    padding: 10px!important;
    line-height: 1.4!important;
    display: flex;
    align-items: center;
}

.woocommerce-cart .woocommerce-message .button {
    display: none!important;
}

.woocommerce-cart .woocommerce-message:before {
    position: relative;
    padding: 0 10px 0 5px;
    color: #FFF!important;
}

.woocommerce-cart-totals-form td:last-child {
    text-align: right;
}

@media (max-width: 850px) {
    .woocommerce-cart main>.container .actions {
        display: none;
    }
    
    .woocommerce-cart-form__cart-item td:before {
        display: none;
    }
    
    .woocommerce-cart-form__cart-item td a, .woocommerce-cart-form__cart-item td {
        text-align: left!important;
        width: 100%;
    }

    .woocommerce-cart main>.container .b-section .cart-quantity {
        width: 100%;
        display: block;
        text-align: left;
        margin-left: 0;
    }
    .woocommerce-cart main>.container .woocommerce-cart-form__cart-item td.product-name {
        padding-right: 30px;
        display: flex;
    }
    .woocommerce-cart main>.container .woocommerce-cart-form__cart-item td.product-name a {
        width: auto;
    }
    .woocommerce-cart main>.container .woocommerce-cart-form__cart-item td.product-name .cart-quantity {
        width: auto!important;
        margin-left: 10px;
    }
    .woocommerce-cart main>.container .woocommerce-cart-form__cart-item td.product-subtotal {
        display: none!important;
    }
    .woocommerce-cart-form__cart-item {
        position: relative;
    }
    .woocommerce-cart main>.container .b-section table td.product-remove {
        position: absolute;
        top: 0;
        right: 0;
    }
    .woocommerce-cart .b-content .container {
        margin: 0;
    }
    .woocommerce-cart .b-content {
        padding: 0
    }

    .wc-proceed-to-checkout__first {
        order: 2;
        width: 100%;
    }
    .wc-proceed-to-checkout__second {
        order: 1;
        width: 100%;
    }

}

.wc-proceed-to-checkout {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.wc-proceed-to-checkout:before, .wc-proceed-to-checkout:after {
    content: unset!important;
}

.continue-shopping span {
    background-color: #82848d!important;
}