/*
Theme Name: Theme_Name
Theme URI: Theme_URL
Author: 
Author URI: 
Description: Description_Text
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: Tag1,Tag2
Text Domain: Domain_Text

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/
* {
    -webkit-font-smoothing: antialiased;
}

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

body {
    margin: 0;
}

html {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    overflow-y: auto;
}

html,
button,
input,
select,
textarea {
    font-family: sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
    margin: 0;
}

a {
    text-decoration: none;
}

a:focus {
    outline: none;
}

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

iframe {
    border-style: none;
    border: none;
   /* width: inherit;
    display: block;*/
    position: relative;
}

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

audio,
canvas,
video {
    display: inline-block;
}

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

audio,
canvas,
img,
video {
    vertical-align: middle;
}

legend {
    border: 0;
    padding: 0;
    white-space: normal;
}

[hidden] {
    display: none;
}

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

b,
strong {
    font-weight: normal;
    -webkit-appearance: none;
}

blockquote {
    margin: 0;
}

dfn {
    font-style: italic;
}

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

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

p,
pre {
    margin: 1em 0;
}

pre {
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
}

code,
kbd,
pre,
samp {
    font-family: monospace, serif;
}

q {
    quotes: none;
}

q:before,
q:after {
    content: "";
    content: none;
}

small {
    font-size: 80%;
}

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

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

dl,
menu,
ol,
ul {
    margin: 0;
}

dd {
    margin: 0;
}

menu,
ol,
ul {
    padding: 0;
}

nav ul,
nav ol {
    list-style: none;
    list-style-image: none;
}

li {
    list-style-type: none;
}

img {
    border: 0;
    -ms-interpolation-mode: bicubic;
}

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

figure {
    margin: 0;
}

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

form {
    margin: 0;
}

fieldset {
    border: 0;
    padding: 0;
    margin: 0;
}

button,
input,
select,
textarea {
    margin: 0;
    vertical-align: baseline;
}

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

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

input[type="checkbox"],
input[type="radio"] {
    line-height: normal;
    padding: 0;
    margin: 4px 0 0;
}

textarea {
    resize: vertical;
    overflow: auto;
    vertical-align: top;
}

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

button,
input {
    line-height: normal;
}

button,
select {
    text-transform: none;
}

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

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

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

input[type="checkbox"].styled:checked+label,
input[type="checkbox"].styled:not(:checked)+label,
input[type="radio"].styled:checked+label,
input[type="radio"].styled:not(:checked)+label {
    position: relative;
    cursor: pointer;
    padding-left: 25px;
}

input[type="checkbox"].styled:checked+label:before,
input[type="checkbox"].styled:not(:checked)+label:before,
input[type="radio"].styled:checked+label:before,
input[type="radio"].styled:not(:checked)+label:before {
    position: absolute;
    left: 0;
    top: 8px;
    content: "";
    width: 16px;
    height: 16px;
    border: 1px solid #d8d8db;
    background: white;
}

input[type="checkbox"].styled:checked+label:before,
input[type="checkbox"].styled:not(:checked)+label:before {
    border-radius: 3px;
}

input[type="radio"].styled:checked+label:before,
input[type="radio"].styled:not(:checked)+label:before {
    border-radius: 50%;
}

input[type="checkbox"].styled:checked+label:after,
input[type="checkbox"].styled:not(:checked)+label:after,
input[type="radio"].styled:checked+label:after,
input[type="radio"].styled:not(:checked)+label:after {
    position: absolute;
    top: 12px;
    left: 4px;
    content: "";
    width: 8px;
    height: 8px;
    line-height: 0.8;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    background: #0096db;
}

input[type="checkbox"].styled:checked+label:after,
input[type="checkbox"].styled:not(:checked)+label:after {
    border-radius: 2px;
}

input[type="radio"].styled:checked+label:after,
input[type="radio"].styled:not(:checked)+label:after {
    border-radius: 50%;
}

textarea,
input[type="text"],
input[type="email"],
input[type="tel"] {
    width: 100%;
    height: 50px;
    color: #000;
    font-family: "Roboto";
    font-size: 1.6rem;
    -webkit-box-shadow: 0 0 0 transparent;
    box-shadow: 0 0 0 transparent;
    border: none;
    border-radius: 0;
    background-color: #f6f6f6;
    padding: 0 18px;
    margin-bottom: 0;
    border: 1px solid #e1e1e1;
    border-radius: 2px;
}

@media (max-width: 768px) {

    textarea,
    input[type="text"],
    input[type="email"],
    input[type="tel"] {
        font-size: 1.5rem;
    }
}

table,
th,
td {
    vertical-align: top;
    line-height: 1;
    border-spacing: 0;
    border: 1px solid #d8d8db;
    padding: 1em;
}

h1,
h1 span,
h2,
h2 span,
h3,
h3 span,
h4,
h4 span,
h5,
h5 span,
h6,
h6 span {
    color: #231f20;
    font-family: "Montserrat", Arial, Helvetica, sans-serif;
    font-weight: 700;
    line-height: normal;
    text-transform: none;
    margin: 0;
    margin-bottom: 10px;
}

h1 a,
h1 span a,
h2 a,
h2 span a,
h3 a,
h3 span a,
h4 a,
h4 span a,
h5 a,
h5 span a,
h6 a,
h6 span a {
    color: inherit;
    font-size: inherit;
    font-weight: inherit;
    font-family: inherit;
}

.container {
    position: relative;
    max-width: 1270px;
    width: 90%;
    margin: 0 auto;
}

.container:before {
    display: table;
    content: "";
    visibility: hidden;
    height: 0;
}

.container:after {
    display: table;
    content: "";
    visibility: hidden;
    height: 0;
    clear: both;
}

.container-large {
    position: relative;
    max-width: 1800px;
    width: 96%;
    margin: 0 auto;
}

.container-large:before {
    display: table;
    content: "";
    visibility: hidden;
    height: 0;
}

.container-large:after {
    display: table;
    content: "";
    visibility: hidden;
    height: 0;
    clear: both;
}

.container-smaller {
    position: relative;
    max-width: 800px;
    width: 90%;
    margin: 0 auto;
}

.container-smaller:before {
    display: table;
    content: "";
    visibility: hidden;
    height: 0;
}

.container-smaller:after {
    display: table;
    content: "";
    visibility: hidden;
    height: 0;
    clear: both;
}

.container-small {
    position: relative;
    max-width: 1200px;
    width: 90%;
    margin: 0 auto;
}

.container-small:before {
    display: table;
    content: "";
    visibility: hidden;
    height: 0;
}

.container-small:after {
    display: table;
    content: "";
    visibility: hidden;
    height: 0;
    clear: both;
}

.container-big {
    position: relative;
    max-width: 1600px;
    width: 90%;
    margin: 0 auto;
}

.container-big:before {
    display: table;
    content: "";
    visibility: hidden;
    height: 0;
}

.container-big:after {
    display: table;
    content: "";
    visibility: hidden;
    height: 0;
    clear: both;
}

.row {
    font-size: 0;
    line-height: normal;
    clear: both;
    zoom: 1;
    margin-right: -15px;
    margin-left: -15px;
}

.row:after {
    display: table;
    content: "";
    clear: both;
    display: table;
    content: "";
    visibility: hidden;
    height: 0;
}

.row:before {
    display: table;
    content: "";
    display: table;
    content: "";
    visibility: hidden;
    height: 0;
}

.row>[class*="col_"] {
    display: inline-block;
    vertical-align: top;
    /*float: left;*/
    font-size: 1.4rem;
    padding-left: 15px;
    padding-right: 15px;
}

.row>[class*="col_"].right {
    float: right;
}

.row.big-gutter {
    margin-left: -30px;
    margin-right: -30px;
}

.row.big-gutter>[class*="col_"] {
    padding-left: 30px;
    padding-right: 30px;
}

.row.middle-gutter {
    margin-left: -10px;
    margin-right: -10px;
}

.row.middle-gutter>[class*="col_"] {
    padding-left: 10px;
    padding-right: 10px;
}

.row.small-gutter {
    margin-left: -5px;
    margin-right: -5px;
}

.row.small-gutter>[class*="col_"] {
    padding-left: 5px;
    padding-right: 5px;
}

.row.no-gutter {
    margin-left: 0;
    margin-right: 0;
}

.row.no-gutter>[class*="col_"] {
    padding-left: 0;
    padding-right: 0;
}

.row.flex:before,
.row.flex:after {
    content: none;
}

@media (max-width: 1024px) {
    .row {
        margin-right: -10px;
        margin-left: -10px;
    }

    .row>[class*="col_"] {
        padding-left: 10px;
        padding-right: 10px;
    }

    .row.big-gutter {
        margin-left: -15px;
        margin-right: -15px;
    }

    .row.big-gutter>[class*="col_"] {
        padding-left: 15px;
        padding-right: 15px;
    }
}

.col_10 {
    width: 10%;
}

.col_12 {
    width: 12.5%;
}

.col_14 {
    width: 14.28%;
}

.col_15 {
    width: 15%;
}

.col_16 {
    width: 16.66%;
}

.col_18 {
    width: 18%;
}

.col_20 {
    width: 20%;
}

.col_25 {
    width: 25%;
}

.col_30 {
    width: 30%;
}

.col_33 {
    width: 33.33%;
}

.col_35 {
    width: 35%;
}

.col_40 {
    width: 40%;
}

.col_43 {
    width: 43%;
}

.col_45 {
    width: 45%;
}

.col_50 {
    width: 50%;
}

.col_55 {
    width: 55%;
}

.col_57 {
    width: 57%;
}

.col_60 {
    width: 60%;
}

.col_65 {
    width: 65%;
}

.col_66 {
    width: 66.66%;
}

.col_70 {
    width: 70%;
}

.col_75 {
    width: 75%;
}

.col_80 {
    width: 80%;
}

.col_85 {
    width: 85%;
}

.col_90 {
    width: 90%;
}

.col_100 {
    width: 100%;
}

.col_auto {
    width: auto;
}

.col_centred {
    float: none;
    display: block !important;
    margin: 0 auto;
}

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

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

.flex-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}

.row-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.flex-wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.justify-content-between {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.justify-content-around {
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

.align-self-center {
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
}

.flex-center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.justify-space-between {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

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

.flex-bottom {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.flex-end {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

html {
    font-size: 10px;
    font-family: "Roboto", Arial, Helvetica, sans-serif;
}

h1,
h1 span {
    font-size: 3.5rem;
    font-weight: 700;
    line-height: 1.3em;
    margin-bottom: 15px;
}

h1 b,
h1 strong,
h1 span b,
h1 span strong {
    font-weight: 900;
}

h1 *,
h1 span * {
    font-size: 3.5rem;
}

h2,
h2 span {
    font-size: 3rem;
    font-weight: 700;
    line-height: 1.3em;
    margin-bottom: 15px;
}

h2 b,
h2 strong,
h2 span b,
h2 span strong {
    font-weight: 900;
}

h2 *,
h2 span * {
    font-size: 3rem;
}

h3,
h3 span {
    font-size: 2.5rem;
    font-weight: 700;
    line-height: 1.3em;
    margin-bottom: 15px;
}

h3 b,
h3 strong,
h3 span b,
h3 span strong {
    font-weight: 900;
}

h3 *,
h3 span * {
    font-size: 2.5rem;
}

h4,
h4 span {
    font-size: 2.2rem;
    font-weight: 700;
    line-height: 1.3em;
}

h4 b,
h4 strong,
h4 span b,
h4 span strong {
    font-weight: 900;
}

h4 *,
h4 span * {
    font-size: 2.2rem;
}

h5,
h5 span {
    font-size: 1.7rem;
    font-weight: 700;
    line-height: 1.3em;
}

h5 b,
h5 strong,
h5 span b,
h5 span strong {
    font-weight: 900;
}

h5 *,
h5 span * {
    font-size: 1.7rem;
}

h6,
h6 span {
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 1.3em;
}

h6 b,
h6 strong,
h6 span b,
h6 span strong {
    font-weight: 900;
}

h6 *,
h6 span * {
    font-size: 1.4rem;
}

@media (max-width: 1240px) {

    h1,
    h1 span {
        font-size: 3.1rem;
    }

    h1 *,
    h1 span * {
        font-size: 3.1rem;
    }

    h2,
    h2 span {
        font-size: 3rem;
    }

    h2 *,
    h2 span * {
        font-size: 3rem;
    }

    h3,
    h3 span {
        font-size: 2.4rem;
    }

    h3 *,
    h3 span * {
        font-size: 2.4rem;
    }

    h4,
    h4 span {
        font-size: 2rem;
    }

    h4 *,
    h4 span * {
        font-size: 2rem;
    }

    h5,
    h5 span {
        font-size: 1.6rem;
    }

    h5 *,
    h5 span * {
        font-size: 1.6rem;
    }

    h6,
    h6 span {
        font-size: 1.2rem;
    }

    h6 *,
    h6 span * {
        font-size: 1.2rem;
    }

    p {
        font-size: 1.5rem;
    }
}

@media (max-width: 1024px) {

    h1,
    h1 span {
        font-size: 3rem;
    }

    h1 *,
    h1 span * {
        font-size: 3rem;
    }

    h2,
    h2 span {
        font-size: 2.4rem;
    }

    h2 *,
    h2 span * {
        font-size: 2.4rem;
    }

    h3,
    h2 span {
        font-size: 2rem;
    }

    h3 *,
    h2 span * {
        font-size: 2rem;
    }

    h4,
    h4 span {
        font-size: 1.9rem;
    }

    h4 *,
    h4 span * {
        font-size: 1.9rem;
    }

    h5,
    h5 span {
        font-size: 1.5rem;
    }

    h5 *,
    h5 span * {
        font-size: 1.5rem;
    }
}

@media (max-width: 560px) {

    h1,
    h1 span {
        font-size: 2.8rem;
    }

    h1 *,
    h1 span * {
        font-size: 2.8rem;
    }

    h2,
    h2 span {
        font-size: 2rem;
    }

    h2 *,
    h2 span * {
        font-size: 2rem;
    }

    h3,
    h3 span {
        font-size: 1.8rem;
    }

    h3 *,
    h3 span * {
        font-size: 1.8rem;
    }
}

p {
    font-family: "Roboto", Arial, Helvetica, sans-serif;
    color: #000;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 1.5em;
    margin: 5px 0 20px;
}

@media (max-width: 768px) {
    p {
        margin: 0 0 10px;
    }
}

p:empty {
    display: none;
    margin: 0;
}

p a {
    font-size: 100%;
    margin: 0;
    color: #231f20;
    text-decoration: none;
    font-size: inherit;
    font-family: inherit;
}

p a:hover {
    color: #423a3ca8;
}

p strong,
p i,
p u {
    font-size: inherit;
    font-family: inherit;
}

p span {
    font-size: inherit;
    font-family: inherit;
    margin: 0;
    font-weight: inherit;
}

p label {
    font-size: 100%;
    margin: 0;
}

p i {
    font-style: italic;
}

p b {
    font-weight: 700;
}

@media (max-width: 1024px) {
    p {
        font-size: 1.5rem;
        line-height: 1.4em;
    }
}

@media (max-width: 1480px) {
    p * {
        font-size: 1.3rem;
    }
}

@media (max-width: 1024px) {
    p * {
        font-size: 1.5rem;
        line-height: 1.4em;
    }
}

@media (max-width: 768px) {

    h1 br,
    h2 br,
    h3 br,
    h4 br,
    h5 br,
    h6 br {
        display: none;
    }
}

a {
    display: inline-block;
    font-family: "Roboto", Arial, Helvetica, sans-serif;
    font-size: 1.6rem;
    font-weight: 400;
    margin: 0;
    color: #231f20;
    margin: 0;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    text-decoration: none;
}

@media (max-width: 768px) {
    a {
        font-size: 1.5rem;
    }
}

a p {
    margin: 0;
}

a span {
    margin: 0;
    font-family: inherit;
}

a label {
    margin: 0;
}

a:hover {
    color: #423a3ca8;
    outline: 0;
}

a:focus {
    outline: none;
}

a:active {
    outline: 0;
}

span {
    font-family: "Roboto", Arial, Helvetica, sans-serif;
    font-size: 1.6rem;
    font-weight: 400;
    margin: 0;
}

@media (max-width: 1024px) {
    span {
        font-size: 1.5rem;
        line-height: 1.4em;
    }
}

span p {
    margin: 0;
}

span a {
    margin: 0;
}

span span {
    margin: 0;
}

span label {
    margin: 0;
}

label {
    font-family: "Roboto", Arial, Helvetica, sans-serif;
    font-size: 1.6rem;
    font-weight: 400;
    margin: 0;
}

@media (max-width: 1024px) {
    label {
        font-size: 1.4rem !important;
    }
}

label p {
    margin: 0;
}

label a {
    margin: 0;
}

label span {
    margin: 0;
}

label label {
    margin: 0;
}

strong,
strong * {
    font-weight: 900;
}

b,
b * {
    font-weight: 900;
}

blockquote {
    padding: 35px;
    position: relative;
    text-align: center;
    background: #dfdfdf;
}

blockquote * {
    color: #f1962c;
}

blockquote p {
    font-size: 1.4rem !important;
    color: #f1962c !important;
    margin-bottom: 0;
}

blockquote p {
    color: #000;
    font-family: "Roboto", Arial, Helvetica, sans-serif;
    font-size: 1.6rem;
    line-height: 1.5em;
    font-weight: 400;
    font-style: italic;
    margin: 0;
}

@media (max-width: 1480px) {
    blockquote p {
        font-size: 1.3rem;
    }
}

@media (max-width: 1024px) {
    blockquote p {
        font-size: 1.5rem;
        line-height: 1.4em;
    }
}

@media (max-width: 1024px) {
    blockquote {
        padding: 5px 0 5px 15px;
        margin: 20px 0;
    }
}

@media (max-width: 768px) {
    blockquote p {
        font-size: 1.4rem !important;
        line-height: 24px;
    }
}

.general_content li {
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 1.5em;
    margin-bottom: 10px;
}

@media (max-width: 1024px) {
    .general_content li {
        font-size: 1.5rem;
        line-height: 1.4em;
    }
}

.general_content ul,
.general_content ol {
    margin-bottom: 20px;
}

.general_content ul {
    margin-left: 1em;
}

.general_content ul li {
    list-style: disc outside none;
    display: list-item;
}

.general_content ol li {
    list-style: decimal;
    display: list-item;
    list-style-position: outside;
}

.general_content_large p,
.general_content_large li,
.general_content_large td {
    font-size: 1.8rem;
}

@media (max-width: 1240px) {

    .general_content_large p,
    .general_content_large li,
    .general_content_large td {
        font-size: 1.6rem;
    }
}

@media (max-width: 1024px) {

    .general_content_large p,
    .general_content_large li,
    .general_content_large td {
        font-size: 1.4rem;
    }
}

.general_content_large p *,
.general_content_large li *,
.general_content_large td * {
    font-size: inherit;
}

@media (max-width: 1024px) {
    .general_content p[text="&nbsp;"] {
        display: none;
    }
}

/*
.general_content li {
    font-size: $main-font-size;
    font-weight: $main-font-weight;
    list-style-type: none;
    margin: 0 0 15px 0;
    line-height: $main-line-height;

    @include middle-desktop {
        font-size: 1.3rem;
    }

    @include tablet {
        font-size: $mobile-font-size;
        line-height: $mobile-line-height;
    }

    @include mobile {
        margin: 0 0 10px 0;
    }

    & * {
        font-size: $main-font-size;

        @include middle-desktop {
            font-size: 1.3rem;
        }

        @include tablet {
            font-size: $mobile-font-size;
            line-height: $mobile-line-height;
        }
    }
}

.general_content ul {
    margin-bottom: 25px;

    ul {
        margin-top: 15px;
        padding-left: 30px;
    }

    li {
        &:before {
            display: inline-block;
            font-family: "Font Awesome 5 Free";
            font-weight: 900;
            content: "\f111";
            color: $main-text-color;
            font-size: 7px;
            width: 1em;
            vertical-align: middle;
            margin-right: 15px;
        }
    }
}
.general_content ol li {
    list-style: decimal;
    display: list-item;
    list-style-position: inside;
}*/
.white-txt h1 {
    color: white;
}

.white-txt h2 {
    color: white;
}

.white-txt h3 {
    color: white;
}

.white-txt h4 {
    color: white;
}

.white-txt h5 {
    color: white;
}

.white-txt h6 {
    color: white;
}

.white-txt p {
    color: white;
}

.white-txt a {
    color: white;
}

.white-txt span {
    color: white;
}

.white-txt li {
    color: white;
}

.white-txt ul li:before {
    color: #fff;
}

.noselect {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

form {
    margin: 0;
}

fieldset {
    border: none;
    padding: 0;
    margin: 0;
}

legend {
    white-space: normal;
    border: 0;
    padding: 0;
}

input {
    vertical-align: baseline;
    line-height: normal;
    margin: 0 0 25px;
}

@media (max-width: 1024px) {
    input {
        margin: 0 0 15px;
    }
}

@media (max-width: 768px) {
    input {
        margin: 0 0 10px;
    }
}

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

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

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

input[type="checkbox"] {
    line-height: normal;
    padding: 0;
    margin: 4px 0 0;
}

input[type="checkbox"].styled:checked {
    position: absolute;
    left: -9999px;
}

input[type="checkbox"].styled:checked+label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

input[type="checkbox"].styled:not(:checked) {
    position: absolute;
    left: -9999px;
}

input[type="checkbox"].styled:not(:checked)+label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}

input[type="radio"] {
    line-height: normal;
    padding: 0;
    margin: 4px 0 0;
}

input[type="radio"].styled:checked {
    position: absolute;
    left: -9999px;
}

input[type="radio"].styled:checked+label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

input[type="radio"].styled:not(:checked) {
    position: absolute;
    left: -9999px;
}

input[type="radio"].styled:not(:checked)+label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}

select {
    vertical-align: baseline;
    text-transform: none;
    padding-right: 0;
    margin: 0;
}

select.styled {
    width: 100% !important;
    height: 100% !important;
}

textarea {
    vertical-align: baseline;
    margin: 0;
    overflow: auto;
    vertical-align: top;
    resize: vertical;
    height: auto;
    min-height: 110px;
    line-height: normal;
    padding: 15px 17px;
}

button {
    vertical-align: baseline;
    line-height: normal;
    text-transform: none;
    margin: 0;
}

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

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

input[disabled] {
    cursor: default;
}

button[disabled] {
    cursor: default;
}

label {
    display: block;
    color: #000;
    font-family: "Roboto", Arial, Helvetica, sans-serif;
    font-size: 1.6rem;
    font-weight: bold;
    text-transform: none;
    letter-spacing: normal;
    margin-bottom: 7px;
}

::-webkit-input-placeholder {
    color: #000;
    font-size: 1.6rem;
    font-family: "Roboto";
    font-weight: 400;
    letter-spacing: normal;
}

@media (max-width: 768px) {
    ::-webkit-input-placeholder {
        font-size: 1.5rem;
    }
}

:-moz-placeholder {
    color: #000;
    font-size: 1.6rem;
    font-family: "Roboto";
    font-weight: 400;
    letter-spacing: normal;
}

@media (max-width: 768px) {
    :-moz-placeholder {
        font-size: 1.5rem;
    }
}

::-moz-placeholder {
    color: #000;
    font-size: 1.6rem;
    font-family: "Roboto";
    font-weight: 400;
    letter-spacing: normal;
}

@media (max-width: 768px) {
    ::-moz-placeholder {
        font-size: 1.5rem;
    }
}

:-ms-input-placeholder {
    color: #000;
    font-size: 1.6rem;
    font-family: "Roboto";
    font-weight: 400;
    letter-spacing: normal;
}

@media (max-width: 768px) {
    :-ms-input-placeholder {
        font-size: 1.5rem;
    }
}

.checkbox {
    display: block;
    width: 26px;
    height: 26px;
    background: url(images/checkbox.png) no-repeat;
    clear: left;
    float: left;
    padding: 0 5px 0 0;
}

.radio-input {
    display: inline-block;
    font-size: 1.8rem;
    font-weight: 300;
    margin-right: 40px;
}

.radio-input span {
    margin-right: 10px;
}

.radio {
    display: block;
    width: 26px;
    height: 26px;
    background: url(images/checkbox.png) no-repeat;
    clear: left;
    float: left;
    padding: 0 5px 0 0;
    background: url(images/radio.png) no-repeat;
}

.select-block {
    position: relative;
}

.select-block .selectric-wrapper {
    background: #fff;
}

.select-block .selectric-wrapper .selectric .select-button {
    position: absolute;
    top: 16px;
    right: 20px;
    width: 13px;
    height: 8px;
    background-image: url(images/select-arrow2.png);
    background-size: 100% auto;
    background-repeat: no-repeat;
    z-index: 10;
}

.select-block .selectric-wrapper .selectric span.label {
    height: 39px;
    color: #878787;
    font-size: 1.1rem;
    font-family: "Roboto";
    line-height: 41px;
    text-transform: uppercase;
    padding: 0 30px;
}

.select-block .selectric-wrapper.white-select {
    border: 0;
}

.select-block .selectric-wrapper .selectric-items ul li {
    padding: 7px 20px;
    color: #878787;
    font-size: 1.3rem;
    margin: 0;
    border: 0;
    border-top: 1px solid #c2c0c6;
}

.styled-checkbox {
    position: absolute;
    opacity: 0;
}

.styled-checkbox+label {
    position: relative;
    cursor: pointer;
    display: initial;
    width: auto;
    float: none;
    text-align: initial;
    font-size: inherit;
    line-height: normal;
    text-transform: none;
    padding: 0;
}

.styled-checkbox+label:before {
    display: inline-block;
    width: 20px;
    height: 20px;
    content: "";
    vertical-align: text-top;
    border: 2px solid #d1d3d4;
    background: #e6e7e8;
    margin-right: 10px;
}

.styled-checkbox:checked+label:before {
    color: #f73093;
}

.styled-checkbox:checked+label:after {
    position: absolute;
    top: 9px;
    left: 5px;
    width: 2px;
    height: 2px;
    content: "";
    background: #f73093;
    -webkit-box-shadow: 2px 0 0 #f73093, 4px 0 0 #f73093, 4px -2px 0 #f73093, 4px -4px 0 #f73093, 4px -6px 0 #f73093,
        4px -8px 0 #f73093;
    box-shadow: 2px 0 0 #f73093, 4px 0 0 #f73093, 4px -2px 0 #f73093, 4px -4px 0 #f73093, 4px -6px 0 #f73093,
        4px -8px 0 #f73093;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.styled-checkbox:disabled+label {
    cursor: auto;
    color: #b8b8b8;
}

.styled-checkbox:disabled+label:before {
    background: #ddd;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.wpcf7 .ajax-loader,
.wpcf7-not-valid-tip {
    display: none !important;
}

.wpcf7-not-valid {
    border: 1px solid red !important;
}

.wpcf7 input:hover,
.wpcf7 input:focus,
.wpcf7 select:hover,
.wpcf7 select:focus,
.wpcf7 textarea:hover,
.wpcf7 textarea:focus {
    outline: 0 !important;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.wpcf7 input[type="submit"]:hover,
.wpcf7 input[type="submit"]:focus {
    outline: 0 !important;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

/* Other Fields */
.wpcf7-validates-as-required {
    /*all required fields*/
}

select option {
    /*select option*/
}

input[type="file"] {
    /*file field*/
}

/* #END */
div.wpcf7-response-output {
    margin: 0;
    padding: 0;
}

div.wpcf7-validation-errors,
div.wpcf7-acceptance-missing,
div.wpcf7-mail-sent-ok {
    text-align: center;
    border: 0 !important;
}

div.wpcf7-validation-errors,
div.wpcf7-acceptance-missing {
    color: #b20505;
}

div.wpcf7-mail-sent-ok {
    color: #3f724c;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
}

th {
    text-align: left;
    font-weight: normal;
}

.btn,
button,
input[type="submit"] {
    color: #000;
    font-family: "Montserrat", Arial, Helvetica, sans-serif;
    font-size: 1.5rem;
    font-weight: 600;
    background-color: #e1d8cf;
    padding: 20px 30px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    text-align: center;
    border-radius: 2px;
    text-transform: uppercase;
}

.btn:hover,
button:hover,
input[type="submit"]:hover {
    color: #fff;
    background-color: #b9b0a7;
}

@media (max-width: 1240px) {

    .btn,
    button,
    input[type="submit"] {
        padding: 15px 20px;
        font-size: 1.4rem;
    }
}

@media (max-width: 768px) {

    .btn,
    button,
    input[type="submit"] {
        padding: 10px 15px;
        font-size: 12px;
    }
}

.btn.yellow,
button.yellow,
input[type="submit"].yellow {
    color: #231f20;
}

.btn.yellow:hover,
button.yellow:hover,
input[type="submit"].yellow:hover {
    background-color: #b9b0a7;
}

.btn.small,
button.small,
input[type="submit"].small {
    font-size: 1.2rem;
}

@media (max-width: 1480px) {

    .btn.small,
    button.small,
    input[type="submit"].small {
        font-size: 1.1rem;
    }
}

.btn.white-border,
button.white-border,
input[type="submit"].white-border {
    border: 1px solid #fff;
    background-color: transparent;
}

.btn.white-border:hover,
button.white-border:hover,
input[type="submit"].white-border:hover {
    background-color: #b9b0a7;
}

.btn.black,
button.black,
input[type="submit"].black {
    background-color: #231f20;
    color: #ffffff;
    text-transform: uppercase;
}

@media (max-width: 560px) {

    .btn.black,
    button.black,
    input[type="submit"].black {
        font-size: 1.3rem;
    }
}

body,
html {
    background: #fff;
    text-rendering: optimizeLegibility !important;
    -webkit-font-smoothing: antialiased !important;
    font-smooth: always;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #000;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-text-size-adjust: none;
    font-family: "Roboto";
    overflow-x: hidden;
}

body {
    -webkit-overflow-scrolling: touch;
}

img {
    max-width: 100%;
}

*:focus {
    outline: none;
}

.right {
    float: right;
}

.left {
    float: left;
}

.t-right {
    display: table;
    margin: 0 0 0 auto;
}

.t-left {
    display: table;
    margin: 0 auto 0 0;
}

.table {
    display: table;
    height: 100%;
    width: 100%;
}

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

.show {
    display: block !important;
}

.hide {
    display: none !important;
}

.no-scroll {
    overflow: hidden !important;
}

.floating-objects {
    clear: both;
    zoom: 1;
}

.floating-objects:after {
    display: table;
    content: "";
    clear: both;
}

.floating-objects:before {
    display: table;
    content: "";
}

.top {
    vertical-align: top;
}

.bottom {
    vertical-align: bottom;
}

.sep {
    display: block;
    width: 100%;
    height: 1px;
    background: #727272;
    clear: both;
    margin-top: 50px;
    margin-bottom: 30px;
}

.sep:before {
    display: table;
    content: "";
    visibility: hidden;
    height: 0;
}

.sep:after {
    display: table;
    content: "";
    visibility: hidden;
    height: 0;
    clear: both;
}

.tac {
    text-align: center;
}

.tal {
    text-align: left;
}

.tar {
    text-align: right;
}

.ttu {
    text-transform: uppercase;
}

.ttl {
    text-transform: lowercase;
}

.ovh {
    overflow: hidden;
}

.ovh:before {
    display: table;
    content: "";
    height: 0;
    visibility: hidden;
}

.ovh:after {
    display: table;
    content: "";
    height: 0;
    visibility: hidden;
    clear: both;
}

.cover {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.alignleft {
    display: inline;
    float: left;
    margin-right: 1.5em;
}

/* Products */
.row-prod {
	gap: 30px 0;
}

.prod {
	display: flex;
	flex-direction: column;
	height: 100%;
	height: 100%;
	background-color: #e1d8cf;
	border: 1px solid #e1d8cf;
	box-shadow: 0px 0px 5px 0px lightgray; 
}

.img-prod {
	background: #fff;
}

.img-prod img {
	display: flex;
	width: auto;
	height: 285px;
	margin: auto;
}

.content-prod {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.prod h3 {
	margin-top: 20px;
	padding: 0px 10px;
	text-align: center;
	height: 100%;
    align-items: center;
    display: flex;
    justify-content: center;
}

.prod-button {
	display: flex;
	width: fit-content;
	margin: auto;
	margin-bottom: 20px;
}

@media (max-width: 1448px) {
	.section-prod .col_25 {
		width: 33%;
	}
}

@media (max-width: 1000px) {
	.section-prod .col_25 {
		width: 50%;
	}
}

@media (max-width: 560px) {
	.section-prod .col_25 {
		width: 100%;
	}
}
/* End Products */

@media (max-width: 768px) {
    .alignleft {
        display: block;
        float: none;
        margin-right: auto;
        margin-bottom: 15px;
        margin-left: auto;
    }
}

.alignright {
    display: inline;
    float: right;
    margin-left: 1.5em;
}

@media (max-width: 768px) {
    .alignright {
        display: block;
        float: none;
        margin-right: auto;
        margin-bottom: 15px;
        margin-left: auto;
    }
}

.aligncenter {
    display: block;
    clear: both;
    margin-top: 20px;
    margin-right: auto;
    margin-bottom: 20px;
    margin-left: auto;
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
}

@media (max-width: 768px) {
    .aligncenter {
        display: block;
        float: none;
        margin-right: auto;
        margin-bottom: 15px;
        margin-left: auto;
    }
}

.tablet-only {
    display: none !important;
}

@media (max-width: 1024px) {
    .tablet-only {
        display: block !important;
    }
}

.mobile-only {
    display: none !important;
}

@media (max-width: 768px) {
    .mobile-only {
        display: block !important;
    }

    .desktop-only {
        display: none !important;
    }
}

.pt {
    padding-top: 25px;
}

.pb {
    padding-bottom: 25px;
}

.no-p {
    padding: 0;
}

.mt {
    margin-top: 25px;
}

.mb {
    margin-bottom: 25px;
}

.m0a {
    margin: 0 auto;
}

.no-m {
    margin: 0;
}

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

.greyscale {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

.video-wrapper {
    position: relative;
    height: 0;
    overflow: hidden;
    padding-bottom: 52.65%;
    padding-top: 30px;
}

.video-wrapper iframe {
    position: absolute;
    top: -1px;
    left: 0;
    width: 100%;
    height: 100%;
    border: 5px solid #fff;
}

.video-wrapper object {
    position: absolute;
    top: -1px;
    left: 0;
    width: 100%;
    height: 100%;
    border: 5px solid #fff;
}

.video-wrapper embed {
    position: absolute;
    top: -1px;
    left: 0;
    width: 100%;
    height: 100%;
    border: 5px solid #fff;
}

.general_content img {
    width: auto;
    height: auto;
}

.general_content table {
    margin-bottom: 20px;
}

.general_content table td {
    line-height: 1.6em;
}

@media (max-width: 768px) {
    .general_content .gallery {
        margin-bottom: 20px !important;
    }
}

@media (max-width: 768px) {
    .general_content .gallery .gallery-item {
        margin-bottom: 0;
        padding: 10px 0;
        margin-top: 0 !important;
        width: 100% !important;
    }
}

@media (max-width: 1024px) {
    .general_content blockquote {
        padding: 25px 0 25px 15px;
        margin: 40px 0;
    }
}

@media (max-width: 768px) {
    .general_content blockquote p {
        font-size: 1.4rem !important;
    }
}

.blue {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#092147+0,1a488e+100 */
    background: #092147;
    /* Old browsers */
    /* FF3.6-15 */
    /* Chrome10-25,Safari5.1-6 */
    background: -webkit-gradient(linear, left top, right top, from(#092147), to(#1a488e));
    background: linear-gradient(to right, #092147 0%, #1a488e 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#092147', endColorstr='#1a488e', GradientType=1);
    /* IE6-9 */
}

.section {
    padding: 80px 0;
}

@media (max-width: 1480px) {
    .section {
        padding: 60px 0;
    }
}

@media (max-width: 1024px) {
    .section {
        padding: 40px 0;
    }
}

.section.section_small {
    padding: 10px 0;
}

@media (max-width: 1024px) {
    .section.section_small {
        padding: 0;
    }
}

.relative {
    position: relative;
}

.vertical_align {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.no-relative {
    position: initial;
}

.big {
    font-size: 1.8rem;
}

@media (max-width: 1480px) {
    .big {
        font-size: 1.6rem;
    }
}

@media (max-width: 1024px) {
    .big {
        font-size: 1.5rem;
    }
}

.title {
    font-weight: 900;
    font-size: 4rem;
    color: #231f20;
    margin-bottom: 35px;
}

@media (max-width: 1480px) {
    .title {
        font-size: 3.5rem;
        margin-bottom: 30px;
    }
}

@media (max-width: 1240px) {
    .title {
        font-size: 3rem;
    }
}

@media (max-width: 1024px) {
    .title {
        font-size: 2.4rem;
    }
}

.format_title h2,
.format_title h1 {
    margin-bottom: 30px;
    font-size: 4rem;
    font-weight: 900 !important;
    line-height: 1.5em;
}

@media (max-width: 1480px) {

    .format_title h2,
    .format_title h1 {
        font-size: 3.5rem;
    }
}

@media (max-width: 1240px) {

    .format_title h2,
    .format_title h1 {
        font-size: 3.2rem;
    }
}

@media (max-width: 1024px) {

    .format_title h2,
    .format_title h1 {
        font-size: 3rem;
    }
}

@media (max-width: 768px) {

    .format_title h2,
    .format_title h1 {
        font-size: 2.5rem;
    }
}

.format_title h2 b,
.format_title h2 strong,
.format_title h1 b,
.format_title h1 strong {
    position: relative;
    font-weight: 900 !important;
    font-size: inherit;
}

.format_title h2 b:after,
.format_title h2 strong:after,
.format_title h1 b:after,
.format_title h1 strong:after {
    content: "";
    width: 100%;
    height: 20px;
    display: inline-block;
    position: absolute;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(images/svg/decoration.svg);
    bottom: -18px;
    left: 0;
    background-size: contain;
}

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

.format_title.center h2,
.format_title.center h1 {
    text-align: center;
}

.section_gray {
    background: #f6f6f6;
}

.section_green {
    background-color: #016131;
}

.decoration {
    position: relative;
}

.decoration:after {
    content: "";
    width: 100%;
    height: 20px;
    display: inline-block;
    position: absolute;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(images/svg/decoration.svg);
    bottom: -18px;
    left: 0;
    background-size: contain;
}

.mc4wp-alert {
    padding: 10px;
    margin-top: 20px;
}

.mc4wp-alert.mc4wp-error {
    border: 1px solid red;
    background: #ffc1c1;
}

.mc4wp-alert.mc4wp-success {
    border: 1px solid green;
    background: #e1d8cf;
}

.mc4wp-alert p {
    margin-bottom: 0;
}

.breadcrumbs-wrap {
    padding-top: 40px;
}

@media (max-width: 1024px) {
    .breadcrumbs-wrap {
        padding-top: 30px;
    }
}

.breadcrumbs-wrap .fa-chevron-right {
    font-size: 11px;
    margin: 0 10px;
}

@media (max-width: 768px) {
    .breadcrumbs-wrap .fa-chevron-right {
        font-size: 7px;
        margin: 0 5px;
    }
}

.breadcrumbs-wrap .fa-home {
    font-size: 14px;
}

@media (max-width: 768px) {
    .breadcrumbs-wrap .fa-home {
        font-size: 13px;
    }
}

@media (max-width: 768px) {

    .breadcrumbs-wrap span,
    .breadcrumbs-wrap a {
        font-size: 13px;
    }
}

.breadcrumbs-wrap a:hover {
    color: #e1d8cf;
}

.hero_page {
    padding: 80px 0 40px 0;
}

@media (max-width: 1480px) {
    .hero_page {
        padding: 60px 0 30px 0;
    }
}

@media (max-width: 1240px) {
    .hero_page {
        padding: 50px 0 30px 0;
    }
}

@media (max-width: 1024px) {
    .hero_page {
        padding: 40px 0;
    }
}

.hero_page:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&1+0,0+100;Neutral+Density */
    /* FF3.6-15 */
    /* Chrome10-25,Safari5.1-6 */
    background: -webkit-gradient(linear, left top, right top, from(black), to(rgba(0, 0, 0, 0)));
    background: linear-gradient(to right, black 0%, rgba(0, 0, 0, 0) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#00000000', GradientType=1);
    /* IE6-9 */
    opacity: 0.45;
}

@media (max-width: 1024px) {
    .hero_page:before {
        opacity: 0.6;
    }
}

@media (max-width: 768px) {
    .hero_page:before {
        background-color: #000;
        opacity: 0.75;
    }
}

@media (max-width: 1024px) {
    .hero_page .col_50 {
        width: 75%;
    }
}

@media (max-width: 768px) {
    .hero_page .col_50 {
        width: 100%;
    }
}

.hero_page .col_50 h1 {
    margin-bottom: 30px;
    font-weight: 900;
}

.hero_page .col_50 h1 span {
    font-weight: inherit;
}

.hero_page .col_50 p {
    margin-bottom: 0;
}

.heading {
    font-family: "Montserrat";
    font-weight: 900;
    color: #231f20;
}

.simple_arrows .slick-arrow {
    width: 45px;
    height: 45px;
    border-radius: 500px;
    background-color: #e1d8cf;
    z-index: 3;
    text-align: center;
}

@media (max-width: 1024px) {
    .simple_arrows .slick-arrow {
        width: 40px;
        height: 40px;
    }
}

.simple_arrows .slick-arrow:hover {
    background-color: #231f20;
}

.simple_arrows .slick-arrow:before {
    width: 20px;
    height: 20px;
    display: inline-block;
    background-repeat: no-repeat;
    font-family: "Font Awesome 5 Free";
    font-size: 2rem;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    font-weight: 900;
    color: #fff;
    height: 100%;
    line-height: 43px;
}

@media (max-width: 1024px) {
    .simple_arrows .slick-arrow:before {
        font-size: 1.8rem;
        line-height: 40px;
    }
}

.simple_arrows .slick-next {
    right: -7%;
}

@media (max-width: 1240px) {
    .simple_arrows .slick-next {
        right: -5%;
    }
}

.simple_arrows .slick-next:before {
    content: "\f054";
}

.simple_arrows .slick-prev {
    left: -7%;
}

@media (max-width: 1240px) {
    .simple_arrows .slick-prev {
        left: -5%;
    }
}

.simple_arrows .slick-prev:before {
    content: "\f053";
}

.simple_dots .slick-dots {
    bottom: -45px;
}

@media (max-width: 768px) {
    .simple_dots .slick-dots li {
        margin: 0 3px;
    }
}

.simple_dots .slick-dots li button {
    border: 1px solid transparent;
    border-radius: 500px;
}

.simple_dots .slick-dots li button:before {
    opacity: 1;
    font-size: 10px;
    color: #e1d8cf;
    line-height: 21px;
}

.simple_dots .slick-dots li button:hover:before {
    color: #e1d8cf;
}

.simple_dots .slick-dots li:hover button,
.simple_dots .slick-dots li.slick-active button {
    border-color: #e1d8cf;
}

.simple_dots .slick-dots li:hover button:before,
.simple_dots .slick-dots li.slick-active button:before {
    color: #e1d8cf;
}

.section_numbers .number {
    padding: 0 50px;
    margin: 10px 0;
}

@media (max-width: 1600px) {
    .section_numbers .number {
        padding: 0 40px;
    }
}

@media (max-width: 1240px) {
    .section_numbers .number {
        width: 33.33%;
    }
}

@media (max-width: 560px) {
    .section_numbers .number {
        width: 50%;
        padding: 0 30px;
    }
}

.section_numbers .number:after {
    content: "";
    width: 1px;
    height: 42px;
    background-color: #d9d9d9;
    position: absolute;
    right: 0;
    top: 43px;
}

@media (max-width: 1480px) {
    .section_numbers .number:after {
        top: 30px;
    }
}

.section_numbers .number:last-child:after {
    content: none;
}

@media (max-width: 1240px) {
    .section_numbers .number:nth-child(3n)::after {
        content: none;
    }
}

@media (max-width: 560px) {
    .section_numbers .number:nth-child(3n)::after {
        content: "";
    }
}

@media (max-width: 560px) {
    .section_numbers .number:nth-child(2n):after {
        content: none;
    }
}

.section_numbers .number .wrap-number {
    text-align: center;
}

.section_numbers .number .wrap-number:before {
    content: "";
    width: 74px;
    height: 74px;
    display: inline-block;
    border-radius: 500px;
    position: absolute;
    top: 30px;
    left: calc((100% - 14px) / 2);
    background-color: #e1d8cf;
    opacity: 0.1;
}

@media (max-width: 1480px) {
    .section_numbers .number .wrap-number:before {
        width: 60px;
        height: 60px;
        left: 50%;
        top: 20px;
    }
}

.section_numbers .number .wrap-number .big {
    font-size: 6rem;
    color: #e1d8cf;
    display: block;
    margin-bottom: 10px;
}

@media (max-width: 1600px) {
    .section_numbers .number .wrap-number .big {
        font-size: 5rem;
    }
}

@media (max-width: 1480px) {
    .section_numbers .number .wrap-number .big {
        font-size: 4rem;
    }
}

@media (max-width: 1024px) {
    .section_numbers .number .wrap-number .big {
        margin-bottom: 4px;
    }
}

@media (max-width: 768px) {
    .section_numbers .number .wrap-number .big {
        font-size: 3rem;
        margin-bottom: 0;
    }
}

.section_numbers .number .wrap-number .small {
    font-size: 2rem;
    color: #393939;
    font-weight: 500;
}

@media (max-width: 1600px) {
    .section_numbers .number .wrap-number .small {
        font-size: 1.8rem;
    }
}

@media (max-width: 1480px) {
    .section_numbers .number .wrap-number .small {
        font-size: 1.6rem;
        line-height: 1.2em;
    }
}

@media (max-width: 768px) {
    .section_numbers .number .wrap-number .small {
        font-size: 1.5rem;
    }
}

.full-height {
    height: 100vh;
}

@media (max-width: 900px) {
    .full-height {
        height: auto;
    }
}

.error-page {
    position: relative;
}

@media (max-width: 1024px) {
    .error-page {
        height: auto;
        padding: 200px 0;
    }
}

@media (max-width: 768px) {
    .error-page {
        padding: 140px 0;
    }
}

@media (max-width: 560px) {
    .error-page {
        padding: 80px 0;
    }
}

.error-page:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0.58+0,0+100;Neutral+Density */
    /* FF3.6-15 */
    /* Chrome10-25,Safari5.1-6 */
    background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.58)), to(rgba(0, 0, 0, 0)));
    background: linear-gradient(to right, rgba(0, 0, 0, 0.58) 0%, rgba(0, 0, 0, 0) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#94000000', endColorstr='#00000000', GradientType=1);
    /* IE6-9 */
}

@media (max-width: 1024px) {
    .error-page:before {
        background-color: #000;
        opacity: 0.7;
    }
}

@media (max-width: 1024px) {
    .error-page .vertical_align {
        top: 0;
        -webkit-transform: inherit;
        transform: inherit;
    }
}

@media (max-width: 1480px) {
    .error-page .white-txt {
        width: 50%;
    }
}

@media (max-width: 1024px) {
    .error-page .white-txt {
        width: 100%;
    }
}

.error-page h1 {
    font-weight: 900;
    font-size: 290px;
    color: #e1d8cf;
}

@media (max-width: 1480px) {
    .error-page h1 {
        font-size: 200px;
    }
}

@media (max-width: 1240px) {
    .error-page h1 {
        font-size: 160px;
    }
}

@media (max-width: 1024px) {
    .error-page h1 {
        font-size: 120px;
    }
}

@media (max-width: 768px) {
    .error-page h1 {
        font-size: 70px;
    }
}

.error-page h2 {
    color: #e1d8cf !important;
    font-size: 3.5rem;
    letter-spacing: 10px;
    margin-bottom: 30px;
}

@media (max-width: 1480px) {
    .error-page h2 {
        font-size: 3rem;
        letter-spacing: 5px;
    }
}

@media (max-width: 1240px) {
    .error-page h2 {
        font-size: 2.5rem;
    }
}

@media (max-width: 1024px) {
    .error-page h2 {
        font-size: 2.2rem;
        margin-bottom: 20px;
    }
}

@media (max-width: 768px) {
    .error-page h2 {
        font-size: 1.8rem;
    }
}

.error-page p {
    font-size: 2rem;
    font-weight: 500;
    margin-bottom: 0;
}

@media (max-width: 1480px) {
    .error-page p {
        font-size: 1.8rem;
    }
}

@media (max-width: 1024px) {
    .error-page p {
        font-size: 1.6rem;
    }
}

@media (max-width: 768px) {
    .error-page p {
        font-size: 1.5rem;
    }
}

.error-page .wrap-button {
    padding-top: 30px;
    text-align: center;
}

body .picker__select--month,
body .picker__select--year {
    padding: 0 !important;
}

.full-map iframe {
    width: 100%;
    height: 500px;
}

@media (max-width: 1480px) {
    .full-map iframe {
        height: 430px;
    }
}

@media (max-width: 1024px) {
    .full-map iframe {
        height: 350px;
    }
}

@media (max-width: 768px) {
    .full-map iframe {
        height: 300px;
    }
}

@media (max-width: 480px) {
    .full-map iframe {
        height: 250px;
    }
}

.box_contact,
.box_reviews {
    background-color: #edebe8;
    padding: 32px;
    margin-bottom: 40px;
}

@media (max-width: 768px) {

    .box_contact,
    .box_reviews {
        padding: 0;
        background-color: transparent;
    }
}

.box_contact .big-title,
.box_reviews .big-title {
    text-align: center;
}

.contact_section .sidebar .gradient_blue {
    padding: 40px;
    background-color: #edebe8;
    border-radius: 3px;
}

@media (max-width: 1240px) {
    .contact_section .sidebar .gradient_blue {
        padding: 30px;
    }
}

@media (max-width: 1024px) {
    .contact_section .sidebar .gradient_blue {
        padding: 25px;
    }
}

.contact_section .sidebar .gradient_blue .big-title {
    text-align: center;
}

.contact_section .sidebar .gradient_blue .medium_title {
    text-align: center;
    font-size: 2rem;
    font-weight: 600;
    text-transform: uppercase;
    font-family: "Montserrat";
}

@media (max-width: 1480px) {
    .contact_section .sidebar .gradient_blue .medium_title {
        font-size: 1.8rem;
    }
}

@media (max-width: 1240px) {
    .contact_section .sidebar .gradient_blue .medium_title {
        font-size: 1.7rem;
    }
}

@media (max-width: 768px) {
    .contact_section .sidebar .gradient_blue .medium_title {
        font-size: 1.6rem;
    }
}

.contact_section .sidebar .gradient_blue .block-day {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: 1.6rem;
    margin-top: 10px;
    margin-bottom: 10px;
}

@media (max-width: 1480px) {
    .contact_section .sidebar .gradient_blue .block-day {
        font-size: 1.5rem;
    }
}

@media (max-width: 1240px) {
    .contact_section .sidebar .gradient_blue .block-day {
        font-size: 1.4rem;
    }
}

@media (max-width: 900px) {
    .contact_section .sidebar .gradient_blue .block-day {
        font-size: 1.3rem;
    }
}

.contact_section .sidebar .gradient_blue .block-day div {
    color: #231f20;
}

.contact_section .sidebar .gradient_blue .block-call {
    position: relative;
    margin-bottom: 15px;
}

.contact_section .sidebar .gradient_blue .block-call:before {
    content: "";
    width: 45px;
    height: 45px;
    text-align: center;
    border-radius: 500px;
    border: 2px solid #231f20;
    position: relative;
    left: 0;
    top: 0;
    display: inline-block;
    vertical-align: middle;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 17px;
    opacity: 0.5;
}

@media (max-width: 1480px) {
    .contact_section .sidebar .gradient_blue .block-call:before {
        width: 40px;
        height: 40px;
        background-size: 14px;
    }
}

.contact_section .sidebar .gradient_blue .block-call.block-map:before {
    background-image: url(images/svg/map-dark.svg);
    background-size: 15px;
}

@media (max-width: 1480px) {
    .contact_section .sidebar .gradient_blue .block-call.block-map:before {
        background-size: 13px;
    }
}

.contact_section .sidebar .gradient_blue .block-call.block-phone:before {
    background-image: url(images/svg/phone-dark.svg);
}

.contact_section .sidebar .gradient_blue .block-call.block-email:before {
    background-image: url(images/svg/email-dark.svg);
}

.contact_section .sidebar .gradient_blue .block-call a {
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
    color: #231f20;
}

@media (max-width: 1480px) {
    .contact_section .sidebar .gradient_blue .block-call a {
        margin-left: 7px;
        font-size: 1.5rem;
    }
}

@media (max-width: 1240px) {
    .contact_section .sidebar .gradient_blue .block-call a {
        font-size: 1.4rem;
    }
}

@media (max-width: 900px) {
    .contact_section .sidebar .gradient_blue .block-call a {
        font-size: 1.3rem;
        margin-left: 5px;
    }
}

.contact_section .sidebar .gradient_blue .block-call a:hover {
    opacity: 0.7;
}

@media (max-width: 1240px) {
    .sidebar {
        width: 40%;
    }
}

@media (max-width: 1024px) {
    .sidebar {
        width: 100%;
    }
}

/*@media (max-width: 1240px) {
    .inner_page {
        width: 60%;
    }
}*/

/*@media (max-width: 1024px) {
    .inner_page {
        width: 100%;
        margin-bottom: 30px;
    }
}*/

.section_accordions {
    padding: 30px 0;
}

@media (max-width: 768px) {
    .section_accordions {
        padding: 15px 0;
    }
}

.accordion {
    overflow: hidden;
}

.accordion .accordion-section {
    margin-bottom: 11px;
}

.accordion .accordion-section:last-child {
    margin-bottom: 0;
}

.accordion .accordion-section .accordion-section-title {
    width: 100%;
    padding: 20px;
    display: inline-block;
    -webkit-transition: all linear 0.15s;
    transition: all linear 0.15s;
    color: #3a3530;
    background-color: #edebe8;
    font-size: 1.6rem;
    font-weight: 600;
    font-family: "Montserrat";
    position: relative;
    padding-right: 50px;
}

@media (max-width: 1024px) {
    .accordion .accordion-section .accordion-section-title {
        font-size: 1.5rem;
    }
}

@media (max-width: 768px) {
    .accordion .accordion-section .accordion-section-title {
        font-size: 1.4rem;
    }
}

.accordion .accordion-section .accordion-section-title:hover,
.accordion .accordion-section .accordion-section-title.active {
    text-decoration: none;
}

.accordion .accordion-section .accordion-section-title:after {
    content: "";
    display: block;
    position: absolute;
    right: 20px;
    top: 21px;
    width: 14px;
    height: 14px;
    background-image: url(images/svg/plus.svg);
    background-repeat: no-repeat;
    background-size: 100%;
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition-timing-function: ease;
}

.accordion .accordion-section .accordion-section-title.active:after {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.accordion .accordion-section:last-child .accordion-section-title {
    border-bottom: none;
}

.accordion .accordion-section .accordion-section-content {
    padding: 20px;
    display: none;
    background: #fefefe;
}

.slider_box {
    margin-top: 40px;
    margin-bottom: 40px;
}

.slider_box:not(.slick-slider) {
    height: 500px;
    overflow: hidden;
}

@media (max-width: 1240px) {
    .slider_box:not(.slick-slider) {
        height: 400px;
    }
}

@media (max-width: 1024px) {
    .slider_box:not(.slick-slider) {
        height: 300px;
    }
}

.slider_box .item .cover {
    width: 100%;
    height: 500px;
    position: relative;
}

@media (max-width: 1240px) {
    .slider_box .item .cover {
        height: 400px;
    }
}

@media (max-width: 1024px) {
    .slider_box .item .cover {
        height: 300px;
    }
}

.slider_box .item .cover:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition-timing-function: ease;
    opacity: 0;
    background-color: rgba(0, 0, 0, 0.34);
    background-image: url(images/svg/search-white.svg);
    background-size: 40px;
    background-position: center center;
    background-repeat: no-repeat;
}

@media (max-width: 1024px) {
    .slider_box .item .cover:before {
        background-size: 35px;
    }
}

.slider_box .item .cover:hover::before {
    opacity: 1;
}

.slider_box .slick-arrow,
.galls .slick-arrow {
    width: 55px;
    height: 55px;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 3;
    background-color: rgba(255, 255, 255, 0.3);
    border-radius: 500px;
    background-size: 10px;
}

@media (max-width: 1024px) {

    .slider_box .slick-arrow,
    .galls .slick-arrow {
        width: 45px;
        height: 45px;
    }
}

@media (max-width: 768px) {

    .slider_box .slick-arrow,
    .galls .slick-arrow {
        width: 35px;
        height: 35px;
        background-size: 7px;
    }
}

.slider_box .slick-arrow::before,
.galls .slick-arrow::before {
    content: none;
}

.slider_box .slick-arrow.slick-prev,
.galls .slick-arrow.slick-prev {
    left: 40px;
    background-image: url(images/svg/arrow-left.svg);
}

@media (max-width: 1024px) {

    .slider_box .slick-arrow.slick-prev,
    .galls .slick-arrow.slick-prev {
        left: 30px;
    }
}

@media (max-width: 768px) {

    .slider_box .slick-arrow.slick-prev,
    .galls .slick-arrow.slick-prev {
        left: 15px;
    }
}

.slider_box .slick-arrow.slick-next,
.galls .slick-arrow.slick-next {
    right: 40px;
    background-image: url(images/svg/arrow-right.svg);
}

@media (max-width: 1024px) {

    .slider_box .slick-arrow.slick-next,
    .galls .slick-arrow.slick-next {
        right: 30px;
    }
}

@media (max-width: 768px) {

    .slider_box .slick-arrow.slick-next,
    .galls .slick-arrow.slick-next {
        right: 15px;
    }
}

.galls {
    margin-top: 40px;
    margin-bottom: 40px;
}

@media (max-width: 1024px) {
    .galls {
        margin-top: 30px;
        margin-bottom: 30px;
    }
}

.galls:not(.slick-slider) {
    height: 350px;
    overflow: hidden;
}

@media (max-width: 1024px) {
    .galls:not(.slick-slider) {
        height: 280px;
    }
}

@media (max-width: 768px) {
    .galls:not(.slick-slider) {
        height: 200px;
    }
}

.galls .cover-inline {
    text-align: center;
    width: 100%;
}

.galls .cover-inline img {
    width: auto;
    margin: 0 auto;
    display: block;
    height: 350px;
}

@media (max-width: 1024px) {
    .galls .cover-inline img {
        height: 280px;
    }
}

@media (max-width: 768px) {
    .galls .cover-inline img {
        height: 200px;
    }
}

.box-gallery .cover {
    display: block;
    width: 100%;
    height: 350px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

@media (max-width: 1024px) {
    .box-gallery .cover {
        height: 280px;
    }
}

@media (max-width: 768px) {
    .box-gallery .cover {
        height: 200px;
    }
}

.box-gallery .title_pic {
    display: block;
    width: 100%;
    background: rgba(0, 0, 0, 0.75);
    color: #fff;
    text-align: center;
    padding: 7px 0;
    font-size: 15px;
    text-transform: uppercase;
}

.galls .single-gall {
    margin-bottom: 30px;
}

.documents .single_form {
    margin-bottom: 10px;
}

.documents .single_form a {
    width: 100%;
    padding: 20px;
    display: inline-block;
    -webkit-transition: all linear 0.15s;
    transition: all linear 0.15s;
    color: #3a3530;
    background-color: #edebe8;
    font-size: 1.6rem;
    font-weight: 600;
    font-family: "Montserrat";
    position: relative;
    padding-right: 50px;
}

@media (max-width: 768px) {
    .documents .single_form a {
        font-size: 1.5rem;
    }
}

.documents .single_form a:hover {
    opacity: 0.8;
}

.item_teams {
    padding: 40px 0;
}

.item_teams .item {
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid #dfdfdf;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
}

.item_teams .item:last-child {
    border: none;
    padding-bottom: 0;
    margin-bottom: 0;
}

.item_teams .item .image,
.item_teams .item img {
    width: 220px;
    height: auto;
}

.item_teams .item .info {
    width: calc(100% - 220px);
    padding-left: 24px;
}

.item_teams .item .name {
    margin-top: 0;
}

@media (max-width: 768px) {
  .item_teams .item .image,
    .item_teams .item img {
        width: 150px;
    }

    .item_teams .item .info {
        width: calc(100% - 150px);
        
    }
}

@media (max-width: 560px) {
    .item_teams .item .image,
    .item_teams .item img {
        width: 100%;
        text-align: center;
    }

    .item_teams .item img  {
            width: 180px;
    margin: 0 auto;
    display: block;
    }

      .item_teams .item .info {
        width: 100%;
        text-align: center;
        padding-left: 0;
        
    }
}



.item_teams .item .name {
    color: #3a3530;
    font-size: 2rem;
    font-weight: 600;
    font-family: "Montserrat";
    margin-top: 13px;
    margin-bottom: 0;
}

@media (max-width: 768px) {
    .item_teams .item .name {
        font-size: 1.8rem;
    }
}

.item_teams .item .occupation {
    color: #584d42;
    font-weight: 600;
    font-family: "Montserrat";
    margin-top: 3px;
    margin-bottom: 8px;
}

.item_teams .item .text {
    margin-bottom: 0;
}

.section_icons {
    background: rgba(224, 216, 207, 0.08);
}

.section_icons .note {
    background: #e0d8cf;
    padding: 32px 16px;
    border-radius: 10px;
    -webkit-box-shadow: 0px 8px 15px 0px rgba(0, 0, 0, 0.16);
    box-shadow: 0px 8px 15px 0px rgba(0, 0, 0, 0.16);
}

.section_icons .note p {
    text-align: center;
    margin-bottom: 0;
    margin-top: 0;
    font-size: 1.8rem;
}

@media (max-width: 1480px) {
    .section_icons .note p {
        font-size: 1.6rem;
    }
}

.section_icons .note p a {
    text-decoration: underline;
}

.section_icons .list-icons-box {
    padding: 30px 0;
}

@media (max-width: 1240px) {
    .section_icons .list-icons-box {
        padding: 20px 0;
    }
}

.section_icons .list-icons-box .icon {
    margin-bottom: 15px;
    margin-top: 15px;
}

@media (max-width: 1240px) {
    .section_icons .list-icons-box .icon {
        width: 33.33%;
    }
}

@media (max-width: 768px) {
    .section_icons .list-icons-box .icon {
        width: 50%;
    }
}

@media (max-width: 560px) {
    .section_icons .list-icons-box .icon {
        width: 100%;
    }
}

.section_icons .list-icons-box .icon .wrap-icon {
    background: #ffffff;
    border-radius: 5px;
    -webkit-box-shadow: 0px 8px 15px 0px rgba(0, 0, 0, 0.16);
    box-shadow: 0px 8px 15px 0px rgba(0, 0, 0, 0.16);
    padding: 20px;
    text-align: center;
    height: 100%;
}

.section_icons .list-icons-box .icon .wrap-icon .img {
    width: 100px;
    height: 100px;
    border-radius: 500px;
    background-color: #e0d8cf;
    margin: 0 auto;
    background-repeat: no-repeat;
    background-size: 50px;
    background-position: center;
}

.section_icons .list-icons-box .icon .wrap-icon .name {
    font-size: 1.8rem;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
    font-family: "Montserrat";
    margin-top: 15px;
    margin-bottom: 10px;
    line-height: 1.3em;
}

@media (max-width: 1240px) {
    .section_icons .list-icons-box .icon .wrap-icon .name {
        font-size: 1.6rem;
    }
}

.section_icons .list-icons-box .icon .wrap-icon .short {
    margin-bottom: 0;
}

.patient {
    position: relative;
    width: 100%;
    height: 350px;
    overflow: hidden;
    max-width: 800px;
}

@media (max-width: 1240px) {
    .patient {
        height: 300px;
        max-width: 650px;
    }
}

@media (max-width: 768px) {
    .patient {
        max-width: 550px;
        height: 250px;
    }
}

@media (max-width: 560px) {
    .patient {
        max-width: 400px;
        height: 195px;
        margin: 0 auto;
    }
}

@media (max-width: 420px) {
    .patient {
        max-width: 350px;
        height: 160px;
    }
}

.patient:hover .title_pic {
    opacity: 0;
}

.patient .img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: 800px 100%;
}

@media (max-width: 1240px) {
    .patient .img {
        background-size: 650px 100%;
    }
}

@media (max-width: 768px) {
    .patient .img {
        background-size: 550px 100%;
    }
}

@media (max-width: 560px) {
    .patient .img {
        background-size: 400px 100%;
    }
}

@media (max-width: 420px) {
    .patient .img {
        background-size: 350px 100%;
    }
}

.patient .img:before {
    content: "";
    width: 100px;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0.25+0,0+100 */
    /* FF3.6-15 */
    /* Chrome10-25,Safari5.1-6 */
    background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.45)), to(rgba(0, 0, 0, 0)));
    background: linear-gradient(to right, rgba(0, 0, 0, 0.45) 0%, rgba(0, 0, 0, 0) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#40000000', endColorstr='#00000000', GradientType=1);
    /* IE6-9 */
}

.patient .background-img:before {
    left: auto;
    right: 0;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.25+100 */
    /* FF3.6-15 */
    /* Chrome10-25,Safari5.1-6 */
    background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.45)));
    background: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.45) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#40000000', GradientType=1);
    /* IE6-9 */
}

.patient .foreground-img {
    width: 50%;
}

.patient .title_pic {
    position: absolute;
    background-color: rgba(12, 8, 3, 0.73);
    color: #fff;
    padding: 10px 15px;
    text-transform: uppercase;
    opacity: 1;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

@media (max-width: 768px) {
    .patient .title_pic {
        font-size: 13px;
    }
}

@media (max-width: 560px) {
    .patient .title_pic {
        font-size: 12px;
        padding: 8px 10px;
    }
}

@media (max-width: 420px) {
    .patient .title_pic {
        padding: 5px 7px;
        font-size: 11px;
    }
}

.patient .title_pic.title_left {
    left: 0;
    top: calc((100% - 30px) / 2);
}

.patient .title_pic.title_right {
    right: 0;
    top: calc((100% - 30px) / 2);
}

.patient .slider-item {
    position: absolute;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100%;
    height: 100%;
    background: transparent;
    outline: none;
    margin: 0;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.patient .slider-item::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 6px;
    height: 350px;
    background: white;
    cursor: pointer;
}

@media (max-width: 1240px) {
    .patient .slider-item::-webkit-slider-thumb {
        height: 300px;
    }
}

@media (max-width: 768px) {
    .patient .slider-item::-webkit-slider-thumb {
        height: 250px;
    }
}

@media (max-width: 560px) {
    .patient .slider-item::-webkit-slider-thumb {
        height: 195px;
    }
}

@media (max-width: 420px) {
    .patient .slider-item::-webkit-slider-thumb {
        height: 160px;
    }
}

.patient .slider-item::-moz-range-thumb {
    width: 6px;
    height: 350px;
    background: white;
    cursor: pointer;
}

@media (max-width: 1240px) {
    .patient .slider-item::-moz-range-thumb {
        height: 300px;
    }
}

@media (max-width: 768px) {
    .patient .slider-item::-moz-range-thumb {
        height: 250px;
    }
}

@media (max-width: 560px) {
    .patient .slider-item::-moz-range-thumb {
        height: 195px;
    }
}

@media (max-width: 420px) {
    .patient .slider-item::-moz-range-thumb {
        height: 160px;
    }
}

.patient .slider-button {
    pointer-events: none;
    position: absolute;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: white;
    left: calc(50% - 24px);
    top: calc(50% - 24px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.patient .slider-button:after {
    content: "";
    padding: 3px;
    display: inline-block;
    border: solid #5d5d5d;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.patient .slider-button:before {
    content: "";
    padding: 3px;
    display: inline-block;
    border: solid #5d5d5d;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
}

.galls-imgs .single-gall {
    margin-bottom: 40px;
}

@media (max-width: 560px) {
    .galls-imgs .single-gall {
        text-align: center;
    }
}

.box_popup {
    padding: 0 !important;
    width: 650px;
    background-image: url(images/jpg/bg-services.jpeg);
}

@media (max-width: 768px) {
    .box_popup {
        width: 90%;
    }
}

.box_popup .wrap_box {
    padding: 20px 20px;
}

.box_popup .wrap_box p {
    text-transform: capitalize;
    text-transform: uppercase;
    font-size: 40px;
    font-weight: 600;
    letter-spacing: 1px;
    font-family: "Montserrat";
}

.box_popup .wrap_box p * {
    font-size: inherit;
}

.hero .slider-home {
    margin-bottom: 0;
}

.hero .slider-home:not(.slick-slider) {
    height: 700px;
    overflow: hidden;
}

@media (max-width: 1480px) {
    .hero .slider-home:not(.slick-slider) {
        height: 600px;
    }
}

@media (max-width: 1240px) {
    .hero .slider-home:not(.slick-slider) {
        height: 500px;
    }
}

@media (max-width: 768px) {
    .hero .slider-home:not(.slick-slider) {
        height: 400px;
    }

    .box_popup .wrap_box p {
        font-size: 30px;
    }
}

@media (max-width: 560px) {
    .hero .slider-home:not(.slick-slider) {
        height: 350px;
    }
}

.hero .slider-home .slick-dots {
    bottom: 30px;
}

@media (max-width: 768px) {
    .hero .slider-home .slick-dots {
        bottom: 25px;
    }
}

@media (max-width: 560px) {
    .hero .slider-home .slick-dots {
        bottom: 20px;
    }
}

.hero .slider-home .slick-dots li button:before {
    font-size: 14px;
}

@media (max-width: 560px) {
    .hero .slider-home .slick-dots li button:before {
        font-size: 12px;
    }
}

.hero .slider-home .slick-arrow {
    width: 25px;
    height: 25px;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 3;
    opacity: 0.1;
}

.hero .slider-home .slick-arrow::before {
    content: none;
}

.hero .slider-home .slick-arrow:hover {
    opacity: 1;
}

.hero .slider-home .slick-arrow.slick-prev {
    left: 5%;
    background-image: url(images/svg/arrow-left.svg);
}

@media (max-width: 1480px) {
    .hero .slider-home .slick-arrow.slick-prev {
        left: 20px;
    }
}

.hero .slider-home .slick-arrow.slick-next {
    right: 5%;
    background-image: url(images/svg/arrow-right.svg);
}

@media (max-width: 1480px) {
    .hero .slider-home .slick-arrow.slick-next {
        right: 20px;
    }
}

.hero .slider-home .cover {
    height: 700px;
    position: relative;
}

@media (max-width: 1480px) {
    .hero .slider-home .cover {
        height: 600px;
    }
}

@media (max-width: 1240px) {
    .hero .slider-home .cover {
        height: 500px;
    }
}

@media (max-width: 768px) {
    .hero .slider-home .cover {
        height: 400px;
    }
}

@media (max-width: 560px) {
    .hero .slider-home .cover {
        height: 350px;
    }
}

.hero .slider-home .cover:before {
    content: "";
    width: 100%;
    height: 100%;
    background-color: #fff;
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
}

@media (max-width: 560px) {
    .hero .slider-home .cover:before {
        opacity: 0.5;
    }
}

.hero .slider-home .cover .text {
    width: 70%;
}

@media (max-width: 560px) {
    .hero .slider-home .cover .text {
        width: 100%;
        text-align: center;
    }
}

.hero .slider-home .cover .text .big-title {
    font-size: 3.6rem;
    margin-bottom: 30px;
    font-weight: 600;
}

@media (max-width: 1480px) {
    .hero .slider-home .cover .text .big-title {
        font-size: 3.3rem;
    }
}

@media (max-width: 1240px) {
    .hero .slider-home .cover .text .big-title {
        font-size: 3rem;
        margin-bottom: 20px;
    }
}

@media (max-width: 1024px) {
    .hero .slider-home .cover .text .big-title {
        font-size: 2.5rem;
    }
}

@media (max-width: 768px) {
    .hero .slider-home .cover .text .big-title {
        font-size: 2rem;
    }
}

.hero .slider-home .cover .text a {
    font-size: 13px;
    padding: 20px 30px;
    text-transform: uppercase;
    font-weight: 600;
    margin-right: 25px;
    margin-top: 3px;
    margin-bottom: 3px;
}

@media (max-width: 1240px) {
    .hero .slider-home .cover .text a {
        padding: 15px 20px;
        margin-right: 15px;
    }
}

@media (max-width: 768px) {
    .hero .slider-home .cover .text a {
        padding: 10px 15px;
        font-size: 12px;
    }
}

@media (max-width: 560px) {
    .hero .slider-home .cover .text a {
        margin-left: 5px;
        margin-right: 5px;
    }
}

.hero .slider-home .cover .text .btn0 {
    background-color: #e1d8cf;
    color: #231f20;
}

.hero .slider-home .cover .text .btn0:hover {
    background-color: #b9b0a7;
}

.hero .slider-home .cover .text .btn1 {
    background-color: #231f20;
    color: #ffffff;
}

.hero .slider-home .cover .text .btn1:hover {
    background-color: #363032;
}

.section-images .full-slider:not(.slick-slider) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    height: 420px;
    overflow: hidden;
}

@media (max-width: 1240px) {
    .section-images .full-slider:not(.slick-slider) {
        height: 380px;
    }
}

@media (max-width: 1024px) {
    .section-images .full-slider:not(.slick-slider) {
        height: 340px;
    }
}

@media (max-width: 900px) {
    .section-images .full-slider:not(.slick-slider) {
        height: 300px;
    }
}

@media (max-width: 768px) {
    .section-images .full-slider:not(.slick-slider) {
        height: 250px;
    }
}

.section-images .full-slider:not(.slick-slider) .image {
    width: 33.33%;
}

@media (max-width: 900px) {
    .section-images .full-slider:not(.slick-slider) .image {
        width: 50%;
    }
}

@media (max-width: 480px) {
    .section-images .full-slider:not(.slick-slider) .image {
        width: 100%;
    }
}

.section-images .full-slider .image .cover {
    width: 100%;
    height: 420px;
    position: relative;
    font-size: 0;
    line-height: 0;
    display: block;
    /*&:before {
          content: "";
          display: block;
          position: absolute;
          left: 0;
          top: 0;
          width: 100%;
          height: 100%;
          transition: all 0.3s;
          -moz-transition: all 0.3s;
          -webkit-transition: all 0.3s;
          -o-transition: all 0.3s;
          -webkit-transition-timing-function: ease;
          opacity: 0;
          background-color: rgba(0, 0, 0, 0.34);
          background-image: url(images/svg/search-white.svg);
          background-size: 40px;
          background-position: center center;
          background-repeat: no-repeat;

          @include tablet {
            background-size: 35px;
          }
        }

        &:hover {
          &::before {
            opacity: 1;
          }
        }*/
}

@media (max-width: 1240px) {
    .section-images .full-slider .image .cover {
        height: 380px;
    }
}

@media (max-width: 1024px) {
    .section-images .full-slider .image .cover {
        height: 340px;
    }
}

@media (max-width: 768px) {
    .section-images .full-slider .image .cover {
        height: 300px;
    }
}

@media (max-width: 768px) {
    .section-images .full-slider .image .cover {
        height: 250px;
    }
}

.section_services {
    background-image: url(images/jpg/bg-services.jpeg);
}

.section_services .general_content {
    margin-bottom: 30px;
}

@media (max-width: 1024px) {
    .section_services .general_content {
        margin-bottom: 10px;
    }
}

@media (max-width: 1024px) {

    .section_services .general_content h1,
    .section_services .general_content h2 {
        margin-bottom: 10px;
    }
}

.section_services .element_page {
    margin-bottom: 13px;
    margin-top: 13px;
}

@media (max-width: 1240px) {
    .section_services .element_page {
        width: 33.33%;
    }
}

@media (max-width: 768px) {
    .section_services .element_page {
        width: 50%;
        margin-top: 10px;
        margin-bottom: 10px;
    }
}

@media (max-width: 560px) {
    .section_services .element_page {
        width: 100%;
    }
}

.section_services .element_page .btn-big {
    background: #ffffff;
    border-radius: 37px;
    -webkit-box-shadow: 0px 8px 15px 0px rgba(0, 0, 0, 0.16);
    box-shadow: 0px 8px 15px 0px rgba(0, 0, 0, 0.16);
    display: inline-block;
    width: 100%;
    min-height: 73px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-family: "Montserrat";
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
}

@media (max-width: 1024px) {
    .section_services .element_page .btn-big {
        min-height: 65px;
    }
}

.section_services .element_page .btn-big:hover {
    background-color: #e1d8cf;
}

.section_services .element_page .btn-big span {
    color: #23235f;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
    padding: 0 39px;
}

@media (max-width: 1024px) {
    .section_services .element_page .btn-big span {
        font-size: 13px;
        letter-spacing: 1px;
        padding: 0 15px;
    }
}

.section_services .wrap-button {
    text-align: center;
    margin-top: 50px;
}

@media (max-width: 1240px) {
    .section_services .wrap-button {
        margin-top: 40px;
    }
}

@media (max-width: 1024px) {
    .section_services .wrap-button {
        margin-top: 20px;
    }
}

.section-testimonial {
    background-color: #f3f4f8;
}

.section-testimonial .big-title-large {
    text-align: center;
    margin-bottom: 30px;
}

.section-testimonial img {
    margin: 0 auto;
    display: block;
    max-width: 750px;
}

@media (max-width: 1024px) {
    .section-testimonial img {
        max-width: 100%;
    }
}

.section_mixed {
    background-color: #231f20;
}

@media (max-width: 1240px) {
    .section_mixed .cover {
        width: 60%;
    }
}

@media (max-width: 1024px) {
    .section_mixed .cover {
        width: 50%;
    }
}

@media (max-width: 768px) {
    .section_mixed .cover {
        width: 100%;
        height: 300px;
    }
}

@media (max-width: 560px) {
    .section_mixed .cover {
        height: 250px;
    }
}

.section_mixed .text {
    padding: 145px 70px;
}

@media (max-width: 1480px) {
    .section_mixed .text {
        padding: 145px 70px;
    }
}

@media (max-width: 1240px) {
    .section_mixed .text {

        padding: 85px 45px;

        width: 40%;
    }
}

@media (max-width: 1024px) {
    .section_mixed .text {
        padding: 50px;
        width: 50%;
    }
}

@media (max-width: 768px) {
    .section_mixed .text {
        width: 100%;
        padding: 0;
    }
}

@media (max-width: 768px) {
    .section_mixed .text .general_content {
        width: 100%;
        padding: 40px 5%;
    }
}

.section_mixed .text .wrap-button {
    padding-top: 20px;
}

.section_insurance .banner {
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(images/jpg/bg-insurance.jpg);
    padding: 60px 50px;
    text-align: center;
    margin-bottom: 80px;
}

@media (max-width: 1024px) {
    .section_insurance .banner {
        padding: 40px;
        margin-bottom: 60px;
    }
}

@media (max-width: 768px) {
    .section_insurance .banner {
        padding: 30px;
        margin-bottom: 40px;
    }
}

@media (max-width: 560px) {
    .section_insurance .banner {
        padding: 30px 20px;
        margin-bottom: 25px;
    }
}

.section_insurance .banner p {
    line-height: 1.3em;
}

.section_insurance .banner .wrap-button {
    padding-top: 15px;
}

.section_insurance .general_content {
    max-width: 700px;
    margin: 0 auto;
    display: block;
}

@media (max-width: 1024px) {
    .section_insurance .general_content {
        max-width: 100%;
    }
}

.list-logos {
    border: 0.5px solid #dcdcdc;
    border-collapse: collapse;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    margin: 0 auto;
    margin-top: 40px;
    max-width: 500px;
}

.list-logos .item {
    border: 0.5px solid #dcdcdc;
    width: 33.33%;
    text-align: center;
    padding: 20px;
    min-height: 110px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

@media (max-width: 480px) {
    .list-logos .item {
        width: 50%;
        min-height: 100px;
    }
}

.list-logos .item img {
    width: auto;
    height: auto;
}

.section_gallery .galls:not(.slick-slider) {
    height: 600px;
    overflow: hidden;
}

@media (max-width: 1024px) {
    .section_gallery .galls:not(.slick-slider) {
        height: 400px;
    }
}

@media (max-width: 768px) {
    .section_gallery .galls:not(.slick-slider) {
        height: 250px;
    }
}

.section_gallery .galls .cover {
    width: 100%;
}

.section_gallery .galls .cover img {
    width: 100%;
    height: auto;
    max-width: 700px;
    margin: 0 auto;
}

@media (max-width: 1024px) {
    .section_gallery .galls .cover img {
        max-width: 100%;
    }
}

.section_gallery .galls .slick-arrow {
    width: 55px;
    height: 55px;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 3;
    background-color: rgba(255, 255, 255, 0.3);
    border-radius: 500px;
    background-size: 10px;
}

@media (max-width: 1024px) {
    .section_gallery .galls .slick-arrow {
        width: 45px;
        height: 45px;
    }
}

@media (max-width: 768px) {
    .section_gallery .galls .slick-arrow {
        width: 35px;
        height: 35px;
        background-size: 7px;
    }
}

.section_gallery .galls .slick-arrow::before {
    content: none;
}

.section_gallery .galls .slick-arrow.slick-prev {
    left: 40px;
    background-image: url(images/svg/arrow-left.svg);
}

@media (max-width: 1024px) {
    .section_gallery .galls .slick-arrow.slick-prev {
        left: 30px;
    }
}

@media (max-width: 768px) {
    .section_gallery .galls .slick-arrow.slick-prev {
        left: 15px;
    }
}

.section_gallery .galls .slick-arrow.slick-next {
    right: 40px;
    background-image: url(images/svg/arrow-right.svg);
}

@media (max-width: 1024px) {
    .section_gallery .galls .slick-arrow.slick-next {
        right: 30px;
    }
}

@media (max-width: 768px) {
    .section_gallery .galls .slick-arrow.slick-next {
        right: 15px;
    }
}

.header .header-second {
    background: #404040;
}

@media (max-width: 1024px) {
    .header .header-second .container {
        width: 96%;
        margin: 0 auto;
    }
}

@media (max-width: 560px) {
    .header .header-second .container {
        width: 94%;
    }
}

@media (max-width: 1024px) {
    .header .header-second .wrap-main-menu .menu-navigation-wrapper {
        display: none;
    }
}

.header .header-second .wrap-main-menu .menu-navigation-wrapper .menu-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.header .header-second .wrap-main-menu .menu-navigation-wrapper .menu-header a {
    font-family: "Montserrat";
    color: #fff;
    letter-spacing: 1px;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
}

@media (max-width: 1480px) {
    .header .header-second .wrap-main-menu .menu-navigation-wrapper .menu-header a {
        font-size: 1.4rem;
    }
}

@media (max-width: 1240px) {
    .header .header-second .wrap-main-menu .menu-navigation-wrapper .menu-header a {
        font-size: 1.3rem;
    }
}

.header .header-second .wrap-main-menu .menu-navigation-wrapper .menu-header a:hover {
    color: #e1d8cf;
}

.header .header-second .wrap-main-menu .menu-navigation-wrapper .menu-header li.current_page_item>a {
    color: #e1d8cf;
}

.header .header-second .wrap-main-menu .menu-navigation-wrapper .menu-header>li {
    padding-left: 10px;
    padding-right: 10px;
    position: relative;
}

@media (max-width: 1240px) {
    .header .header-second .wrap-main-menu .menu-navigation-wrapper .menu-header>li {
        padding-left: 7px;
        padding-right: 7px;
    }
}

.header .header-second .wrap-main-menu .menu-navigation-wrapper .menu-header>li>a {
    padding-top: 20px;
    padding-bottom: 20px;
}

.header .header-second .wrap-main-menu .menu-navigation-wrapper .menu-header>li.menu-item-has-children>a:after {
    content: "\f107";
    position: relative;
    font-family: "Font Awesome 5 Free";
    margin-left: 10px;
    font-size: 12px;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    font-weight: 900;
}

.header .header-second .wrap-main-menu .menu-navigation-wrapper .menu-header>li:hover .sub-menu {
    display: block;
}

.header .header-second .wrap-main-menu .menu-navigation-wrapper .menu-header>li.group_two .sub-menu {
    width: 530px;
}

.header .header-second .wrap-main-menu .menu-navigation-wrapper .menu-header>li.group_two .sub-menu li {
    width: 50%;
    border-right: 1px solid rgba(0, 0, 0, 0.25);
}

.header .header-second .wrap-main-menu .menu-navigation-wrapper .menu-header>li.group_two:hover .sub-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}

.header .header-second .wrap-main-menu .menu-navigation-wrapper .menu-header>li .sub-menu {
    position: absolute;
    top: calc(100% - 1px);
    left: -2px;
    width: 235px;
    background: #404040;
    display: none;
    z-index: 22;
}

.header .header-second .wrap-main-menu .menu-navigation-wrapper .menu-header>li .sub-menu li {
    padding: 0;
    text-align: left;
    border-bottom: 1px solid rgba(0, 0, 0, 0.25);
}

.header .header-second .wrap-main-menu .menu-navigation-wrapper .menu-header>li .sub-menu li:last-child {
    border-bottom: none;
}

.header .header-second .wrap-main-menu .menu-navigation-wrapper .menu-header>li .sub-menu li:after {
    width: 100%;
    height: 1px;
    top: 0;
    left: 0;
    -webkit-transform: none;
    transform: none;
}

.header .header-second .wrap-main-menu .menu-navigation-wrapper .menu-header>li .sub-menu li:first-child:after {
    display: none;
}

.header .header-second .wrap-main-menu .menu-navigation-wrapper .menu-header>li .sub-menu li a {
    padding: 16px 15px;
    color: #fff;
    font-size: 14px;
    line-height: 1.2em;
}

.header .header-second .wrap-main-menu .menu-navigation-wrapper .menu-header>li .sub-menu li a:hover {
    color: #e1d8cf;
}

.header .header-second .wrap-main-menu .menu-navigation-wrapper .menu-header>li .sub-menu>li.current_page_item>a {
    color: white;
}

.header .header-first {
    padding: 25px 0;
}

@media (max-width: 1024px) {
    .header .header-first {
        padding: 20px 0;
    }
}

@media (max-width: 768px) {
    .header .header-first .logo {
        width: 33.33%;
    }
}

@media (max-width: 560px) {
    .header .header-first .logo {
        width: 50%;
    }
}

@media (max-width: 480px) {
    .header .header-first .logo {
        width: 100%;
        text-align: center;
    }
}

.header .header-first .logo img {
    max-width: 350px;
    width: auto;
    height: auto;
}

@media (max-width: 1480px) {
    .header .header-first .logo img {
        max-width: 275px;
    }
}

@media (max-width: 1240px) {
    .header .header-first .logo img {
        max-width: 100%;
    }
}

@media (max-width: 480px) {
    .header .header-first .logo img {
        width: 200px;
    }
}

@media (max-width: 768px) {
    .header .header-first .main_menu {
        width: 66.66%;
    }
}

@media (max-width: 560px) {
    .header .header-first .main_menu {
        width: 50%;
    }
}

@media (max-width: 480px) {
    .header .header-first .main_menu {
        display: none;
    }
}

.header .header-first .top-contact {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-left: 100px;
}

@media (max-width: 1480px) {
    .header .header-first .top-contact {
        padding-left: 30px;
    }
}

@media (max-width: 768px) {
    .header .header-first .top-contact {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: end;
    }
}

.header .header-first .top-contact .icon {
    position: relative;
}

@media (max-width: 768px) {
    .header .header-first .top-contact .icon {
        margin-left: 10px;
    }
}

.header .header-first .top-contact .icon:before {
    content: "";
    width: 65px;
    height: 65px;
    text-align: center;
    border-radius: 500px;
    border: 2px solid #e1d8cf;
    position: relative;
    left: 0;
    top: 0;
    display: inline-block;
    vertical-align: middle;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 23px;
}

@media (max-width: 1480px) {
    .header .header-first .top-contact .icon:before {
        width: 40px;
        height: 40px;
        background-size: 16px;
    }
}

@media (max-width: 1240px) {
    .header .header-first .top-contact .icon:before {
        border: none;
        width: 25px;
        background-size: 14px;
        height: 25px;
    }
}

@media (max-width: 1024px) {
    .header .header-first .top-contact .icon:before {
        width: 20px;
    }
}

.header .header-first .top-contact .icon.map:before {
    background-image: url(images/svg/location.svg);
    background-size: 19px;
}

@media (max-width: 1480px) {
    .header .header-first .top-contact .icon.map:before {
        background-size: 15px;
    }
}

.header .header-first .top-contact .icon.phone:before {
    background-image: url(images/svg/phone.svg);
}

@media (max-width: 768px) {
    .header .header-first .top-contact .icon.email {
        display: none;
    }
}

@media (max-width: 560px) {
    .header .header-first .top-contact .icon.map {
        display: none;
    }
}

.header .header-first .top-contact .icon.email:before {
    background-image: url(images/svg/email.svg);
}

.header .header-first .top-contact .icon a {
    display: inline-block;
    vertical-align: middle;
    margin-left: 15px;
    color: #231f20;
}

@media (max-width: 1480px) {
    .header .header-first .top-contact .icon a {
        margin-left: 7px;
        font-size: 1.5rem;
    }
}

@media (max-width: 1240px) {
    .header .header-first .top-contact .icon a {
        font-size: 1.4rem;
    }
}

@media (max-width: 900px) {
    .header .header-first .top-contact .icon a {
        font-size: 1.3rem;
        margin-left: 5px;
    }
}

.header .header-first .top-contact .icon a:hover {
    opacity: 0.7;
}

@media (max-width: 1024px) {
    .header .header-first .top-contact .button {
        display: none;
    }
}

.header .header-first .top-contact .button .btn {
    padding: 20px 25px;
    border-radius: 2px;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 1.3rem;
    color: #231f20;
}

@media (max-width: 1480px) {
    .header .header-first .top-contact .button .btn {
        padding: 15px;
    }
}

@media (max-width: 1240px) {
    .header .header-first .top-contact .button .btn {
        padding: 10px;
        font-size: 1.2rem;
    }
}

.header .header-first .top-contact .button .btn:hover {
    background-color: #c1b6aa;
    color: #231f20;
}

.burger {
    display: none;
}

@media (max-width: 1024px) {
    .burger {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 10px 0;
    }
}

.burger .tohidedesktop {
    display: none;
}

.burger .btn {
    padding: 10px 15px;
    font-size: 1.3rem;
}

@media (max-width: 1024px) {
    .burger .btn {
        padding: 8px 9px;
        font-size: 1.2rem;
    }
}

.hamburger-menu {
    position: relative;
    width: 25px;
    height: 17px;
}

.button-menu-line {
    position: absolute;
    left: 0;
    display: block;
    height: 2px;
    width: 25px;
    background-color: #fff;
    /*background-color: #000;*/
    -webkit-transition: all, 0.3s;
    transition: all, 0.3s;
}

.button-menu-line.button-menu-line--1 {
    top: 0;
    -webkit-transform-origin: center center 0px;
    transform-origin: center center 0px;
    -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
    transform: matrix(1, 0, 0, 1, 0, 0);
}

.button-menu-line.button-menu-line--2 {
    top: 7px;
    -webkit-transform-origin: center center 0px;
    transform-origin: center center 0px;
    -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
    transform: matrix(1, 0, 0, 1, 0, 0);
}

.button-menu-line.button-menu-line--3 {
    top: 14px;
    -webkit-transform-origin: center center 0px;
    transform-origin: center center 0px;
    -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
    transform: matrix(1, 0, 0, 1, 0, 0);
}

.mm-wrapper_opened .tohidedesktop {
    display: block !important;
}

.mm-wrapper_opened .tohidedesktop .menu {
    margin-top: 0;
}

.mm-wrapper_opened .button-menu-line--1 {
    top: -3px;
    -webkit-transform-origin: center center 0px;
    transform-origin: center center 0px;
    -webkit-transform: matrix(0.7071, 0.7071, -0.7071, 0.7071, 1, 10);
    transform: matrix(0.7071, 0.7071, -0.7071, 0.7071, 1, 10);
}

.mm-wrapper_opened .button-menu-line--2 {
    top: 3px;
    -webkit-transform-origin: center center 0px;
    transform-origin: center center 0px;
    -webkit-transform: matrix(0.7071, -0.7071, 0.7071, 0.7071, 1, 3);
    transform: matrix(0.7071, -0.7071, 0.7071, 0.7071, 1, 3);
}

.mm-wrapper_opened .button-menu-line--3 {
    opacity: 0;
}

nav#mobile-menu {
    z-index: 999999;
}

.mm-listitem:after {
    background-color: rgba(255, 255, 255, 0.24);
    left: 0;
}

.mm-navbar__title {
    color: #fff !important;
}

.mm-btn:after,
.mm-btn:before {
    border-color: rgba(255, 255, 255, 0.64);
}

.mm-panels>.mm-panel {
    background: #231f20;
}

.mm-panels>.mm-panel ul li a {
    font-weight: 500;
    color: #fff;
}

.mm-panels>.mm-panel ul li.menu-item-object-wpml_ls_menu_item {
    width: 50px;
    display: inline-block;
    vertical-align: top;
}

.mm-menu .mm-navbars_top {
    border-color: rgba(10, 10, 10, 0.63) !important;
}

.mm-menu .mm-navbar {
    background: #231f20;
    text-align: center;
}

.mm-menu .mm-navbar a {
    display: block;
    margin: 0 auto;
}

.mm-menu .mm-navbar img {
    max-width: 200px;
}

.mm-menu .mm-listview {
    border-top: 1px solid rgba(255, 255, 255, 0.24);
}

.mm-menu .mm-navbar .mm-navbar__btn {
    text-align: left;
}

.mm-menu .social_list_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.mm-menu .social_list_box li {
    margin-left: 5px;
    margin-right: 5px;
}

.mm-menu .social_list_box li a {
    width: 40px;
    height: 40px;
    background-color: #e1d8cf;
    border-radius: 500px;
    color: #000;
    line-height: 40px;
    text-align: center;
    font-size: 18px;
}

.mm-menu .mm-navbars_bottom {
    position: absolute;
    bottom: 0;
    width: 100%;
    color: #fff;
    background-color: rgba(255, 255, 255, 0.24);
}

.mm-menu .mm-navbars_bottom .mm-navbar {
    display: inherit;
    width: 100%;
    text-align: center;
}

.mm-menu .mm-navbars_bottom .mm-navbar .social_list {
    display: inline-block;
    width: 100%;
    text-align: center;
}

.mm-menu .mm-navbars_bottom .mm-navbar .social_list li {
    display: inline-block;
    margin-left: 10px;
    margin-right: 10px;
}

.mm-menu .mm-navbars_bottom .mm-navbar .social_list li a {
    color: #fff;
}

.mm-menu .mm-navbars_bottom .mm-navbar .social_list li a:hover {
    color: #e1d8cf;
}

.mm-menu .logo_link {
    display: block;
    margin: 0 auto;
}

.mm-menu .logo_link img {
    max-width: 74px;
}

.mm-menu .horizontal {
    display: inline-block;
    width: 100%;
    text-align: center;
}

.mm-menu .horizontal li {
    display: inline-block;
    vertical-align: top;
    margin-left: 5px;
    margin-right: 5px;
}

.mm-menu .horizontal li a,
.mm-menu .horizontal li img {
    width: 30px;
    height: 30px;
    border-radius: 500px;
    overflow: hidden;
}

.footer {
    background-color: #231f20;
    padding: 50px 0;
}

@media (max-width: 1024px) {
    .footer {
        padding: 40px 0;
    }
}

.footer .footer-2 {
    padding-top: 40px;
}

@media (max-width: 1024px) {
    .footer .footer-2 {
        padding-top: 20px;
    }
}

.footer .footer-2 p {
    font-size: 15px;
    margin-bottom: 0;
}

@media (max-width: 1024px) {
    .footer .footer-2 p {
        font-size: 14px;
    }
}

.footer .footer-2 .copy_right {
    text-align: right;
}

@media (max-width: 1024px) {
    .footer .footer-2 .copy_right {
        padding-top: 6px;
    }
}

@media (max-width: 1024px) {
    .footer .footer-2 .col_50 {
        width: 100%;
        text-align: center;
    }
}

.footer .footer-1 .social_list {
    padding-top: 80px;
}

@media (max-width: 1024px) {
    .footer .footer-1 .social_list {
        padding-top: 20px;
    }
}

.footer .footer-1 .footer-wrap {
    background: rgba(0, 0, 0, 0.1);
    padding: 30px 40px;
    text-align: center;
    height: 100%;
}

@media (max-width: 1480px) {
    .footer .footer-1 .footer-wrap {
        padding: 25px 20px;
    }
}

@media (max-width: 1024px) {
    .footer .footer-1 .footer_widget_1 {
        width: 100%;
        text-align: center;
        margin-bottom: 20px;
    }
}

.footer .footer-1 .footer_widget_1 img {
    width: auto;
    height: auto;
    max-width: 300px;
}

@media (max-width: 560px) {
    .footer .footer-1 .footer_widget_1 img {
        max-width: 200px;
    }
}

@media (max-width: 1024px) {

    .footer .footer-1 .footer_widget_2,
    .footer .footer-1 .footer_widget_3 {
        width: 50%;
    }
}

@media (max-width: 560px) {

    .footer .footer-1 .footer_widget_2,
    .footer .footer-1 .footer_widget_3 {
        width: 100%;
        margin-top: 10px;
        margin-bottom: 10px;
    }
}

.footer .footer-app .wrap-button {
    padding-top: 10px;
}

.footer .footer-app .wrap-button .btn {
    font-size: 1.6rem;
    color: #231f20;
    padding: 18px 40px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
}

@media (max-width: 1480px) {
    .footer .footer-app .wrap-button .btn {
        font-size: 1.6rem;
        padding: 15px 30px;
    }
}

@media (max-width: 1024px) {
    .footer .footer-app .wrap-button .btn {
        font-size: 1.5rem;
        padding: 13px 20px;
    }
}

@media (max-width: 768px) {
    .footer .footer-app .wrap-button .btn {
        font-size: 1.4rem;
        letter-spacing: 1px;
    }
}

.footer .footer-app .wrap-button .btn:hover {
    background-color: #c1b6aa;
    color: #231f20;
}

.footer .footer-hours i {
    font-size: 45px;
    color: #fff;
    margin-bottom: 20px;
}

@media (max-width: 1240px) {
    .footer .footer-hours i {
        font-size: 38px;
        margin-bottom: 15px;
    }
}

@media (max-width: 768px) {
    .footer .footer-hours i {
        font-size: 30px;
    }
}

.footer .footer-hours .list-hours p {
    margin-bottom: 0;
    font-size: 1.5rem;
}

.footer .footer-hours .list-hours p strong {
    padding-left: 7px;
}

.big-title {
    font-size: 2rem;
    font-weight: 700;
    font-family: "Montserrat";
    text-transform: uppercase;
}

@media (max-width: 1480px) {
    .big-title {
        font-size: 1.9rem;
    }
}

@media (max-width: 1024px) {
    .big-title {
        font-size: 1.8rem;
    }
}

@media (max-width: 768px) {
    .big-title {
        font-size: 1.6rem;
    }
}

.big-title-large {
    font-size: 3.4rem;
    font-weight: 700;
    font-family: "Montserrat";
    text-transform: uppercase;
}

@media (max-width: 1480px) {
    .big-title-large {
        font-size: 3rem;
    }
}

@media (max-width: 1024px) {
    .big-title-large {
        font-size: 2.5rem;
    }
}

@media (max-width: 768px) {
    .big-title-large {
        font-size: 2.3rem;
    }
}

@media (max-width: 560px) {
    .big-title-large {
        font-size: 2rem;
    }
}

.social_list ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}

@media (max-width: 1024px) {
    .social_list ul {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

.social_list ul li {
    margin-right: 20px;
}

@media (max-width: 1240px) {
    .social_list ul li {
        margin-right: 15px;
    }
}

@media (max-width: 1024px) {
    .social_list ul li {
        margin-left: 5px;
        margin-right: 5px;
    }
}

.social_list ul li a {
    width: 52px;
    height: 52px;
    background-color: #e1d8cf;
    border-radius: 500px;
    color: #000;
    line-height: 52px;
    text-align: center;
    font-size: 18px;
}

@media (max-width: 1240px) {
    .social_list ul li a {
        width: 47px;
        height: 47px;
        line-height: 47px;
        font-size: 16px;
    }
}

@media (max-width: 1024px) {
    .social_list ul li a {
        width: 40px;
        height: 40px;
        line-height: 40px;
        font-size: 14px;
    }
}

@media (max-width: 768px) {
    .social_list ul li a {
        width: 35px;
        height: 35px;
        line-height: 35px;
    }
}

.social_list ul li a:hover {
    background-color: #c1b6aa;
    color: #000;
}

.app .big-title,
#app .big-title,
.inner_content .wpcf7-form .big-title {
    text-align: center;
    margin-bottom: 30px;
    font-size: 3rem;
}

.app .large_text,
#app .large_text,
.inner_content .wpcf7-form .large_text {
    font-weight: 600;
    text-align: center;
    color: #3a3530;
}

.app .input_block,
#app .input_block,
.inner_content .wpcf7-form .input_block {
    margin-bottom: 10px;
    position: relative;
}

.app textarea,
#app textarea,
.inner_content .wpcf7-form textarea {
    height: 130px;
}

.app .large_text,
#app .large_text,
.inner_content .wpcf7-form .large_text {
    margin-top: 20px;
}

.app select.wpcf7-select,
#app select.wpcf7-select,
.inner_content .wpcf7-form select.wpcf7-select {
    background-color: #f6f6f6;
    padding: 0 18px;
    margin-bottom: 0;
    border: 1px solid #e1e1e1;
    border-radius: 2px;
    height: 50px;
    display: inline-block;
    width: 100%;
    font-size: 15px;
}

.app .wpcf7-spinner,
#app .wpcf7-spinner,
.inner_content .wpcf7-form .wpcf7-spinner {
    position: absolute;
    margin: 0;
    left: calc((100% - 24px) / 2);
    top: calc((100% - 24px) / 2);
}

.app .submitting input[type="submit"],
#app .submitting input[type="submit"],
.inner_content .wpcf7-form .submitting input[type="submit"] {
    color: transparent;
}

.app .recaptcha,
#app .recaptcha,
.inner_content .wpcf7-form .recaptcha {
    display: inline-block;
}

@media (max-width: 560px) {

    .app .col_50,
    #app .col_50,
    .inner_content .wpcf7-form .col_50 {
        width: 100%;
    }
}

.app input[type="submit"],
#app input[type="submit"],
.inner_content .wpcf7-form input[type="submit"] {
    padding: 20px 35px;
    background-color: #3a3530;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 0;
}

#app {
    width: 600px;
}

@media (max-width: 768px) {
    #app {
        width: 90%;
        padding: 20px;
    }
}

@media (max-width: 1024px) {
    #app .big-title {
        font-size: 2.5rem;
    }
}

@media (max-width: 768px) {
    #app .big-title {
        margin-bottom: 13px;
        font-size: 2rem;
    }
}

.app input[type="submit"] {
    width: 100%;
}

body .wpcf7 form .wpcf7-response-output {
    margin: 10px 0;
    padding: 15px;
    text-align: center;
    font-size: 15px;
}

body .wpcf7 form.sent .wpcf7-response-output {
    border-color: #46b450;
    /* Green */
    background: #46b450;
}

body .wpcf7 form.failed .wpcf7-response-output,
body .wpcf7 form.aborted .wpcf7-response-output {
    border-color: #dc3232;
    /* Red */
    background: #dc3232;
}

body .wpcf7 form.spam .wpcf7-response-output {
    border-color: #f56e28;
    /* Orange */
    background: #f56e28;
}

body .wpcf7 form.invalid .wpcf7-response-output,
body .wpcf7 form.unaccepted .wpcf7-response-output {
    border-color: #ffb900;
    /* Yellow */
    background: #ffb900;
}

.fix-button {
    position: fixed;
    bottom: 25px;
    right: 25px;
    z-index: 9999;
    background: #231f20;
    color: #fff;
    padding: 15px;
    -webkit-box-shadow: 0 4px 30px rgba(58, 54, 54, 0.55);
    box-shadow: 0 4px 30px rgba(58, 54, 54, 0.55);
    transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    width: 280px;
    border-radius: 500px;
}

.fix-button:hover {
    background-color: #362e30;
}

@media (max-width: 768px) {
    .fix-button {
        width: 270px;
        bottom: 20px;
        right: calc((100% - 270px) / 2);
    }
}

.fix-button a {
    display: inline-block;
    width: 100%;
    text-align: center;
    color: #fff;
    font-size: 21px;
    vertical-align: top;
    font-weight: 700;
    position: relative;
    top: -2px;
}

.fix-button a span {
    font-size: 21px;
    font-weight: 600;
}

.fix-button p {
    font-size: 12px;
    margin-bottom: 0;
    margin-top: 6px;
    text-align: center;
}

.fix-button i {
    margin-right: 9px;
    font-size: 17px;
}

.box_popup .wpcf7-form {
    margin-top: 30px;
    padding: 0 30px;
}

.box_popup .wpcf7-form .col_50,
.box_popup .wpcf7-form .col_100 {
    margin-bottom: 10px;
}

.box_popup .wpcf7-form .input_block.submit-canvas {
    text-align: center;
    position: relative;
    z-index: 9999;
}

.box_popup .wpcf7-form .wpcf7-spinner {
    position: absolute;
    left: calc((100% - 24px)/2);
    margin: 0;
    top: 17px;
}

.box_popup .wpcf7-form input[type="submit"]:hover {
    background-color: #e1d8cf;
}

.box_popup .wpcf7-form.submitting .input_block.submit-canvas input[type="submit"] {
    color: #e1d8cf;
}

.box_popup .input_block .wpcf7-recaptcha>div {
    margin: 0 auto;
}

.box_popup h5 {
    border-top: 1px solid #e1d8cf;
    padding-top: 30px;
}

.slick-dots li:first-child:last-child {
    display: none;
}

.section_prices {
    padding: 30px 0;
}

.section_prices .box_prices {
    padding-bottom: 30px;
}

.section_prices .box_prices .wrap-box {
    background: #faf8f6;
    /*    border: 1px solid #dcdcdc;*/
    text-align: center;
    padding: 40px;
    height: 100%;
    -webkit-box-shadow: 0px 8px 15px 0px rgba(0, 0, 0, 0.16);
    box-shadow: 0px 8px 15px 0px rgba(0, 0, 0, 0.16);
}

.section_prices .box_prices .wrap-box .bigtitle {
    font-size: 2.5rem;
    text-transform: uppercase;
    margin-bottom: 9px;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 0;
}

.section_prices .box_prices .wrap-box .smalltitle {
    opacity: 0.7;
    font-style: italic;
    font-size: 1.4rem;
}

.section_prices .box_prices .wrap-box .price {
    font-size: 50px;
    font-weight: 700;
    line-height: 1em;
    position: relative;
    margin-top: 0;
    color: #23235f;
    text-transform: uppercase;
    font-weight: 600;

}

.section_prices .box_prices .wrap-box .price sup {
    font-size: 16px;
    font-weight: 700;
    position: relative;
    /* bottom: -10px; */
    /* left: 9px; */
    top: 0;
    bottom: 0;

}

.section_prices .box_prices .wrap-box .features {
    padding-top: 30px;
}

.section_prices .box_prices .wrap-box .features li {
    border-bottom: 1px solid rgba(44, 0, 31, 0.2);
    padding-bottom: 16px;
    margin-bottom: 16px;
    font-size: 1.6rem;
    opacity: 0.7;
}

.section_prices .box_prices .wrap-box .features li:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

.section_prices .price_footer_note {
    padding: 35px;
    margin-top: 20px;
    -webkit-box-shadow: 0px 8px 15px 0px rgba(0, 0, 0, 0.16);
    box-shadow: 0px 8px 15px 0px rgba(0, 0, 0, 0.16);
    background: #faf8f6;
}

.section_prices .price_table_note {
    text-align: center;
    opacity: 0.5;
    font-style: italic;
    padding: 25px;
}

.fix-button-footer {
    position: fixed;
    bottom: 25px;
    right: 25px;
    z-index: 9999;
}

.fix-button-footer .btn {
/*    background-color: #231f20;
    -webkit-box-shadow: 0px 2px 8px 0px rgb(255 255 255 / 26%);
    box-shadow: 0px 2px 8px 0px rgb(255 255 255 / 12%);
*/

      background-color: #988b7d;
    -webkit-box-shadow: 0px 2px 8px 0px rgb(255 255 255 / 26%);
    box-shadow: 0px 2px 8px 0px rgb(255 255 255 / 12%);
    color: #fff;
/*    color: #000;*/
}

.fix-button-footer .btn:hover {
    opacity: 0.9;
}

.fix-button-mobile {
    display: none;
     position: fixed; 
    bottom: 25px;
    left: 25px;
    z-index: 9999;
}

.fix-button-mobile .phone_tracking {
    background-color: #988b7d;
    -webkit-box-shadow: 0px 2px 8px 0px rgb(255 255 255 / 26%);
    box-shadow: 0px 2px 8px 0px rgb(255 255 255 / 12%);
     color: #fff;
/*    color: #000;*/
}


.fix-button-mobile .phone_tracking  i {
    margin-right: 7px;
}

html #flexBook-Div #flexBook-close {
    padding: 0 !important;
}

.bigsection {
    padding: 200px 0;
}

.bigsection .btn {
    margin-top: 20px;
}

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

.bigsection h1 {
    font-size: 22px;
    line-height: 1.3em;
    margin-bottom: 0;
}

.header-top {
    background-color: #e1d8cf;
    color: #231f20;
    padding: 14px;
    text-align: center;
    font-family: "Montserrat";
    letter-spacing: 1px;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 1.4rem;
}

@media (max-width: 1240px) {
    .col_65.inner_page {
        width: 60%;
    }
}

@media (max-width: 1200px) {
    .section_prices .box_prices .wrap-box .price {
        font-size: 40px;
    }

    .section_prices .box_prices .wrap-box .features {
        padding-top: 15px;
    }

    .bigsection {
        padding: 100px 0;
    }

}

@media (max-width: 1024px) {
  .col_65.inner_page {
       width: 100%;
    margin-bottom: 30px;
    }
}

@media (max-width: 768px) {
    .box_popup .col_50 {
        width: 100%;
    }

    .box_popup .wpcf7-form {
        margin-top: 10px;
        padding: 0;
    }

    .box_popup h5 {

        padding-top: 20px;
    }

    .bigsection {
        padding: 70px 0;
    }

    .header-top {
        font-size: 1.3rem;
    }

    .fix-button-mobile {
        display: block;
    }

    .fix-button-mobile,
    .fix-button-footer {
            bottom: 20px;
       
    }

     .fix-button-footer {
         right: 20px;
    }

    .fix-button-mobile {
        left: 20px;
    }

}

@media (max-width: 600px) {
    .section_prices .box_prices {
        width: 100%;
    }

    .section_prices .box_prices .wrap-box {
        padding: 35px;
    }

    .section_prices .box_prices .wrap-box .bigtitle {
        font-size: 2.2rem;
    }

    .section_prices .box_prices .wrap-box .price {
        font-size: 35px;
    }

    .section_prices .box_prices .wrap-box .features li {

        padding-bottom: 12px;
        margin-bottom: 12px;
        font-size: 1.5rem;
    }

    .section_prices .price_table_note {
        padding: 18px;
    }

    .header-top {
        font-size: 1.2rem;
        padding: 11px;
    }
}

@media (max-width: 560px) {
    .box_popup {
        
        }
    }


.pre-footer {
  	padding-top: 45px;
}



.pre-footer .footer-hours {
  	height: 450px;
  	color: #fff;
	background-color: #404040;
  	display: grid;
}

.content-box-pre {
	align-self: center;
}

.pre-footer .footer-hours p {
	color: #fff;
}

.pre-footer .gradient_blue {
  	width: 100%;
  	height: 450px;
	display: inline-table;
  	height: 100%;
}

.pre-app {
	padding-top: 15px;
}

.pre-footer .block-call.block-map,
.pre-footer .block-call.block-phone,
.pre-footer .block-call.block-email {
	display: flex;
 
  	margin-bottom: 15px;
}

.pre-footer .block-call.block-map a,
.pre-footer .block-call.block-phone a,
.pre-footer .block-call.block-email a {
	align-self: center;
  	margin-left: 5px;
}

.pre-footer .block-call.block-map::before {
	background-image: url('images/svg/map-dark.svg');
  	content: "";
    width: 45px;
    height: 45px;
    text-align: center;
    border-radius: 500px;
    border: 2px solid #231f20;
    position: relative;
    left: 0;
    top: 0;
    display: inline-block;
    vertical-align: middle;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 17px;
    opacity: 0.5;
}

.pre-footer .block-call.block-phone::before {
  	background-image: url(images/svg/phone-dark.svg);
    content: "";
    width: 45px;
    height: 45px;
    text-align: center;
    border-radius: 500px;
    border: 2px solid #231f20;
    position: relative;
    left: 0;
    top: 0;
    display: inline-block;
    vertical-align: middle;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 17px;
    opacity: 0.5;
}

.pre-footer .block-call.block-email::before {
  	background-image: url(images/svg/email-dark.svg);
    content: "";
    width: 45px;
    height: 45px;
    text-align: center;
    border-radius: 500px;
    border: 2px solid #231f20;
    position: relative;
    left: 0;
    top: 0;
    display: inline-block;
    vertical-align: middle;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 17px;
    opacity: 0.5;
}

.pre-footer .full-map {
  	width: 100%;
	height: 100%;
}

.pre-footer .slogo {
	width: 100%;
  	height: 100%;
}

.pre-footer .slogo img {
	width: 100%;
  	height: 100%;
  	object-fit: cover;
}

.pre-footer .full-map iframe {
  	width: 100%;
	height: 100%;
}

.hero .slider-home .cover .text .big-title {
  	font-weight: 500;
	color: #e1d8cf;
  	background: rgba(0, 0, 0, 0.5);
    max-width: 620px;
    padding: 10px;
}

@media(min-width: 1241px) {
  .hero .slider-home .cover .text .btn1 {
      margin-top: 0;
      margin-bottom: 0;
      padding: 21px 30px;
  }
}

