.wpcf7 .screen-reader-response {
position: absolute;
overflow: hidden;
clip: rect(1px, 1px, 1px, 1px);
clip-path: inset(50%);
height: 1px;
width: 1px;
margin: -1px;
padding: 0;
border: 0;
word-wrap: normal !important;
}
.wpcf7 form .wpcf7-response-output {
margin: 2em 0.5em 1em;
padding: 0.2em 1em;
border: 2px solid #00a0d2; }
.wpcf7 form.init .wpcf7-response-output,
.wpcf7 form.resetting .wpcf7-response-output,
.wpcf7 form.submitting .wpcf7-response-output {
display: none;
}
.wpcf7 form.sent .wpcf7-response-output {
border-color: #46b450; }
.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
border-color: #dc3232; }
.wpcf7 form.spam .wpcf7-response-output {
border-color: #f56e28; }
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
border-color: #ffb900; }
.wpcf7-form-control-wrap {
position: relative;
}
.wpcf7-not-valid-tip {
color: #dc3232; font-size: 1em;
font-weight: normal;
display: block;
}
.use-floating-validation-tip .wpcf7-not-valid-tip {
position: relative;
top: -2ex;
left: 1em;
z-index: 100;
border: 1px solid #dc3232;
background: #fff;
padding: .2em .8em;
width: 24em;
}
.wpcf7-list-item {
display: inline-block;
margin: 0 0 0 1em;
}
.wpcf7-list-item-label::before,
.wpcf7-list-item-label::after {
content: " ";
}
.wpcf7-spinner {
visibility: hidden;
display: inline-block;
background-color: #23282d; opacity: 0.75;
width: 24px;
height: 24px;
border: none;
border-radius: 100%;
padding: 0;
margin: 0 24px;
position: relative;
}
form.submitting .wpcf7-spinner {
visibility: visible;
}
.wpcf7-spinner::before {
content: '';
position: absolute;
background-color: #fbfbfc; top: 4px;
left: 4px;
width: 6px;
height: 6px;
border: none;
border-radius: 100%;
transform-origin: 8px 8px;
animation-name: spin;
animation-duration: 1000ms;
animation-timing-function: linear;
animation-iteration-count: infinite;
}
@media (prefers-reduced-motion: reduce) {
.wpcf7-spinner::before {
animation-name: blink;
animation-duration: 2000ms;
}
}
@keyframes spin {
from {
transform: rotate(0deg);
}
to {
transform: rotate(360deg);
}
}
@keyframes blink {
from {
opacity: 0;
}
50% {
opacity: 1;
}
to {
opacity: 0;
}
}
.wpcf7 input[type="file"] {
cursor: pointer;
}
.wpcf7 input[type="file"]:disabled {
cursor: default;
}
.wpcf7 .wpcf7-submit:disabled {
cursor: not-allowed;
}
.wpcf7 input[type="url"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"] {
direction: ltr;
}
.wpcf7-reflection > output {
display: list-item;
list-style: none;
}
.wpcf7-reflection > output[hidden] {
display: none;
}.popup-template .modal {
opacity: 0;
-webkit-transition: all 250ms ease;
-o-transition: all 250ms ease;
transition: all 250ms ease;
}
.popup-template .modal.is-open {
opacity: 1;
-webkit-transition: all 250ms ease;
-o-transition: all 250ms ease;
transition: all 250ms ease;
}html {
line-height: 1.15;
-webkit-text-size-adjust: 100%;
}  body {
margin: 0;
} main {
display: block;
} h1 {
font-size: 2em;
margin: 0.67em 0;
}  hr {
box-sizing: content-box;
height: 0;
overflow: visible;
} pre {
font-family: monospace, monospace;
font-size: 1em;
}  a {
background-color: transparent;
} abbr[title] {
border-bottom: none;
text-decoration: underline;
text-decoration: underline dotted;
} b,
strong {
font-weight: bolder;
} code,
kbd,
samp {
font-family: monospace, monospace;
font-size: 1em;
} small {
font-size: 80%;
} sub,
sup {
font-size: 75%;
line-height: 0;
position: relative;
vertical-align: baseline;
}
sub {
bottom: -0.25em;
}
sup {
top: -0.5em;
}  img {
border-style: none;
}  button,
input,
optgroup,
select,
textarea {
font-family: inherit;
font-size: 100%;
line-height: 1.15;
margin: 0;
} button,
input {
overflow: visible;
} button,
select {
text-transform: none;
} button,
[type="button"],
[type="reset"],
[type="submit"] {
-webkit-appearance: button;
} button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
border-style: none;
padding: 0;
} button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
outline: 1px dotted ButtonText;
} fieldset {
padding: 0.35em 0.75em 0.625em;
} legend {
box-sizing: border-box;
color: inherit;
display: table;
max-width: 100%;
padding: 0;
white-space: normal;
} progress {
vertical-align: baseline;
} textarea {
overflow: auto;
} [type="checkbox"],
[type="radio"] {
box-sizing: border-box;
padding: 0;
} [type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
height: auto;
} [type="search"] {
-webkit-appearance: textfield;
outline-offset: -2px;
} [type="search"]::-webkit-search-decoration {
-webkit-appearance: none;
} ::-webkit-file-upload-button {
-webkit-appearance: button;
font: inherit;
}  details {
display: block;
} summary {
display: list-item;
}  template {
display: none;
} [hidden] {
display: none;
}  *,
*::before,
*::after {
box-sizing: inherit;
}
html {
box-sizing: border-box;
}  body,
button,
input,
select,
optgroup,
textarea {
color: #404040;
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
font-size: 1rem;
line-height: 1.5;
}
h1,
h2,
h3,
h4,
h5,
h6 {
clear: both;
}
p {
margin-bottom: 1.5em;
}
dfn,
cite,
em,
i {
font-style: italic;
}
blockquote {
margin: 0 1.5em;
}
address {
margin: 0 0 1.5em;
}
pre {
background: #eee;
font-family: "Courier 10 Pitch", courier, monospace;
line-height: 1.6;
margin-bottom: 1.6em;
max-width: 100%;
overflow: auto;
padding: 1.6em;
}
code,
kbd,
tt,
var {
font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
abbr,
acronym {
border-bottom: 1px dotted #666;
cursor: help;
}
mark,
ins {
background: #fff9c0;
text-decoration: none;
}
big {
font-size: 125%;
} body {
background: #fff;
}
hr {
background-color: #ccc;
border: 0;
height: 1px;
margin-bottom: 1.5em;
}
ul,
ol {
margin: 0 0 1.5em 3em;
}
ul {
list-style: disc;
}
ol {
list-style: decimal;
}
li > ul,
li > ol {
margin-bottom: 0;
margin-left: 1.5em;
}
dt {
font-weight: 700;
}
dd {
margin: 0 1.5em 1.5em;
} embed,
iframe,
object {
max-width: 100%;
}
img {
height: auto;
max-width: 100%;
}
figure {
margin: 1em 0;
}
table {
margin: 0 0 1.5em;
width: 100%;
} a {
color: #4169e1;
}
a:visited {
color: #800080;
}
a:hover,
a:focus,
a:active {
color: #191970;
}
a:focus {
outline: thin dotted;
}
a:hover,
a:active {
outline: 0;
} button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
border: 1px solid;
border-color: #ccc #ccc #bbb;
border-radius: 3px;
background: #e6e6e6;
color: rgba(0, 0, 0, 0.8);
line-height: 1;
padding: 0.6em 1em 0.4em;
}
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
border-color: #ccc #bbb #aaa;
}
button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
border-color: #aaa #bbb #bbb;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
color: #666;
border: 1px solid #ccc;
border-radius: 3px;
padding: 3px;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
color: #111;
}
select {
border: 1px solid #ccc;
}
textarea {
width: 100%;
}   .main-navigation {
display: block;
width: 100%;
}
.main-navigation ul {
display: none;
list-style: none;
margin: 0;
padding-left: 0;
}
.main-navigation ul ul {
box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
float: left;
position: absolute;
top: 100%;
left: -999em;
z-index: 99999;
}
.main-navigation ul ul ul {
left: -999em;
top: 0;
}
.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
display: block;
left: auto;
}
.main-navigation ul ul a {
width: 200px;
}
.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
left: auto;
}
.main-navigation li {
position: relative;
}
.main-navigation a {
display: block;
text-decoration: none;
} .menu-toggle,
.main-navigation.toggled ul {
display: block;
}
@media screen and (min-width: 37.5em) {
.menu-toggle {
display: none;
}
.main-navigation ul {
display: flex;
}
}
.site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation {
margin: 0 0 1.5em;
}
.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
display: flex;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
flex: 1 0 50%;
}
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
text-align: end;
flex: 1 0 50%;
} .sticky {
display: block;
}
.post,
.page {
margin: 0 0 1.5em;
}
.updated:not(.published) {
display: none;
}
.page-content,
.entry-content,
.entry-summary {
margin: 1.5em 0 0;
}
.page-links {
clear: both;
margin: 0 0 1.5em;
} .comment-content a {
word-wrap: break-word;
}
.bypostauthor {
display: block;
} .widget {
margin: 0 0 1.5em;
}
.widget select {
max-width: 100%;
} .page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
border: none;
margin-bottom: 0;
margin-top: 0;
padding: 0;
} .custom-logo-link {
display: inline-block;
} .wp-caption {
margin-bottom: 1.5em;
max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
display: block;
margin-left: auto;
margin-right: auto;
}
.wp-caption .wp-caption-text {
margin: 0.8075em 0;
}
.wp-caption-text {
text-align: center;
} .gallery {
margin-bottom: 1.5em;
display: grid;
grid-gap: 1.5em;
}
.gallery-item {
display: inline-block;
text-align: center;
width: 100%;
}
.gallery-columns-2 {
grid-template-columns: repeat(2, 1fr);
}
.gallery-columns-3 {
grid-template-columns: repeat(3, 1fr);
}
.gallery-columns-4 {
grid-template-columns: repeat(4, 1fr);
}
.gallery-columns-5 {
grid-template-columns: repeat(5, 1fr);
}
.gallery-columns-6 {
grid-template-columns: repeat(6, 1fr);
}
.gallery-columns-7 {
grid-template-columns: repeat(7, 1fr);
}
.gallery-columns-8 {
grid-template-columns: repeat(8, 1fr);
}
.gallery-columns-9 {
grid-template-columns: repeat(9, 1fr);
}
.gallery-caption {
display: block;
}   .infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
display: none;
} .infinity-end.neverending .site-footer {
display: block;
}   .screen-reader-text {
border: 0;
clip: rect(1px, 1px, 1px, 1px);
clip-path: inset(50%);
height: 1px;
margin: -1px;
overflow: hidden;
padding: 0;
position: absolute !important;
width: 1px;
word-wrap: normal !important;
}
.screen-reader-text:focus {
background-color: #f1f1f1;
border-radius: 3px;
box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
clip: auto !important;
clip-path: none;
color: #21759b;
display: block;
font-size: 0.875rem;
font-weight: 700;
height: auto;
left: 5px;
line-height: normal;
padding: 15px 23px 14px;
text-decoration: none;
top: 5px;
width: auto;
z-index: 100000;
} #primary[tabindex="-1"]:focus {
outline: 0;
} .alignleft { float: left; margin-right: 1.5em;
margin-bottom: 1.5em;
}
.alignright { float: right; margin-left: 1.5em;
margin-bottom: 1.5em;
}
.aligncenter {
clear: both;
display: block;
margin-left: auto;
margin-right: auto;
margin-bottom: 1.5em;
}
@media (max-width: 769px) {
.header_nav-menu {
height: auto!important;
}
}html {
line-height: 1.15;
-webkit-text-size-adjust: 100%;
}  body {
margin: 0;
} main {
display: block;
} h1 {
font-size: 2em;
margin: 0.67em 0;
}  hr {
box-sizing: content-box;
height: 0;
overflow: visible;
} pre {
font-family: monospace, monospace;
font-size: 1em;
}  a {
background-color: transparent;
} abbr[title] {
border-bottom: none;
text-decoration: underline;
text-decoration: underline dotted;
} b,
strong {
font-weight: bolder;
} code,
kbd,
samp {
font-family: monospace, monospace;
font-size: 1em;
} small {
font-size: 80%;
} sub,
sup {
font-size: 75%;
line-height: 0;
position: relative;
vertical-align: baseline;
}
sub {
bottom: -0.25em;
}
sup {
top: -0.5em;
}  img {
border-style: none;
}  button,
input,
optgroup,
select,
textarea {
font-family: inherit;
font-size: 100%;
line-height: 1.15;
margin: 0;
} button,
input {
overflow: visible;
} button,
select {
text-transform: none;
} button,
[type="button"],
[type="reset"],
[type="submit"] {
-webkit-appearance: button;
} button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
border-style: none;
padding: 0;
} button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
outline: 1px dotted ButtonText;
} fieldset {
padding: 0.35em 0.75em 0.625em;
} legend {
box-sizing: border-box;
color: inherit;
display: table;
max-width: 100%;
padding: 0;
white-space: normal;
} progress {
vertical-align: baseline;
} textarea {
overflow: auto;
} [type="checkbox"],
[type="radio"] {
box-sizing: border-box;
padding: 0;
} [type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
height: auto;
} [type="search"] {
-webkit-appearance: textfield;
outline-offset: -2px;
} [type="search"]::-webkit-search-decoration {
-webkit-appearance: none;
} ::-webkit-file-upload-button {
-webkit-appearance: button;
font: inherit;
}  details {
display: block;
} summary {
display: list-item;
}  template {
display: none;
} [hidden] {
display: none;
}  *,
*::before,
*::after {
box-sizing: inherit;
}
html {
box-sizing: border-box;
}  body,
button,
input,
select,
optgroup,
textarea {
color: #404040;
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
font-size: 1rem;
line-height: 1.5;
}
h1,
h2,
h3,
h4,
h5,
h6 {
clear: both;
}
p {
margin-bottom: 1.5em;
}
dfn,
cite,
em,
i {
font-style: italic;
}
blockquote {
margin: 0 1.5em;
}
address {
margin: 0 0 1.5em;
}
pre {
background: #eee;
font-family: "Courier 10 Pitch", courier, monospace;
line-height: 1.6;
margin-bottom: 1.6em;
max-width: 100%;
overflow: auto;
padding: 1.6em;
}
code,
kbd,
tt,
var {
font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
abbr,
acronym {
border-bottom: 1px dotted #666;
cursor: help;
}
mark,
ins {
background: #fff9c0;
text-decoration: none;
}
big {
font-size: 125%;
} body {
background: #fff;
}
hr {
background-color: #ccc;
border: 0;
height: 1px;
margin-bottom: 1.5em;
}
ul,
ol {
margin: 0 0 1.5em 3em;
}
ul {
list-style: disc;
}
ol {
list-style: decimal;
}
li > ul,
li > ol {
margin-bottom: 0;
margin-left: 1.5em;
}
dt {
font-weight: 700;
}
dd {
margin: 0 1.5em 1.5em;
} embed,
iframe,
object {
max-width: 100%;
}
img {
height: auto;
max-width: 100%;
}
figure {
margin: 1em 0;
}
table {
margin: 0 0 1.5em;
width: 100%;
} a {
color: #4169e1;
}
a:visited {
color: #800080;
}
a:hover,
a:focus,
a:active {
color: #191970;
}
a:focus {
outline: thin dotted;
}
a:hover,
a:active {
outline: 0;
} button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
border: 1px solid;
border-color: #ccc #ccc #bbb;
border-radius: 3px;
background: #e6e6e6;
color: rgba(0, 0, 0, 0.8);
line-height: 1;
padding: 0.6em 1em 0.4em;
}
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
border-color: #ccc #bbb #aaa;
}
button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
border-color: #aaa #bbb #bbb;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
color: #666;
border: 1px solid #ccc;
border-radius: 3px;
padding: 3px;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
color: #111;
}
select {
border: 1px solid #ccc;
}
textarea {
width: 100%;
}   .main-navigation {
display: block;
width: 100%;
}
.main-navigation ul {
display: none;
list-style: none;
margin: 0;
padding-left: 0;
}
.main-navigation ul ul {
box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
float: left;
position: absolute;
top: 100%;
left: -999em;
z-index: 99999;
}
.main-navigation ul ul ul {
left: -999em;
top: 0;
}
.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
display: block;
left: auto;
}
.main-navigation ul ul a {
width: 200px;
}
.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
left: auto;
}
.main-navigation li {
position: relative;
}
.main-navigation a {
display: block;
text-decoration: none;
} .menu-toggle,
.main-navigation.toggled ul {
display: block;
}
@media screen and (min-width: 37.5em) {
.menu-toggle {
display: none;
}
.main-navigation ul {
display: flex;
}
}
.site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation {
margin: 0 0 1.5em;
}
.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
display: flex;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
flex: 1 0 50%;
}
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
text-align: end;
flex: 1 0 50%;
} .sticky {
display: block;
}
.post,
.page {
margin: 0 0 1.5em;
}
.updated:not(.published) {
display: none;
}
.page-content,
.entry-content,
.entry-summary {
margin: 1.5em 0 0;
}
.page-links {
clear: both;
margin: 0 0 1.5em;
} .comment-content a {
word-wrap: break-word;
}
.bypostauthor {
display: block;
} .widget {
margin: 0 0 1.5em;
}
.widget select {
max-width: 100%;
} .page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
border: none;
margin-bottom: 0;
margin-top: 0;
padding: 0;
} .custom-logo-link {
display: inline-block;
} .wp-caption {
margin-bottom: 1.5em;
max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
display: block;
margin-left: auto;
margin-right: auto;
}
.wp-caption .wp-caption-text {
margin: 0.8075em 0;
}
.wp-caption-text {
text-align: center;
} .gallery {
margin-bottom: 1.5em;
display: grid;
grid-gap: 1.5em;
}
.gallery-item {
display: inline-block;
text-align: center;
width: 100%;
}
.gallery-columns-2 {
grid-template-columns: repeat(2, 1fr);
}
.gallery-columns-3 {
grid-template-columns: repeat(3, 1fr);
}
.gallery-columns-4 {
grid-template-columns: repeat(4, 1fr);
}
.gallery-columns-5 {
grid-template-columns: repeat(5, 1fr);
}
.gallery-columns-6 {
grid-template-columns: repeat(6, 1fr);
}
.gallery-columns-7 {
grid-template-columns: repeat(7, 1fr);
}
.gallery-columns-8 {
grid-template-columns: repeat(8, 1fr);
}
.gallery-columns-9 {
grid-template-columns: repeat(9, 1fr);
}
.gallery-caption {
display: block;
}   .infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
display: none;
} .infinity-end.neverending .site-footer {
display: block;
}   .screen-reader-text {
border: 0;
clip: rect(1px, 1px, 1px, 1px);
clip-path: inset(50%);
height: 1px;
margin: -1px;
overflow: hidden;
padding: 0;
position: absolute !important;
width: 1px;
word-wrap: normal !important;
}
.screen-reader-text:focus {
background-color: #f1f1f1;
border-radius: 3px;
box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
clip: auto !important;
clip-path: none;
color: #21759b;
display: block;
font-size: 0.875rem;
font-weight: 700;
height: auto;
left: 5px;
line-height: normal;
padding: 15px 23px 14px;
text-decoration: none;
top: 5px;
width: auto;
z-index: 100000;
} #primary[tabindex="-1"]:focus {
outline: 0;
} .alignleft { float: left; margin-right: 1.5em;
margin-bottom: 1.5em;
}
.alignright { float: right; margin-left: 1.5em;
margin-bottom: 1.5em;
}
.aligncenter {
clear: both;
display: block;
margin-left: auto;
margin-right: auto;
margin-bottom: 1.5em;
}
@media (max-width: 769px) {
.header_nav-menu {
height: auto!important;
}
}html {
line-height: 1.15; -webkit-text-size-adjust: 100%; }  body {
margin: 0;
} main {
display: block;
} h1 {
font-size: 2em;
margin: 0.67em 0;
}  hr {
box-sizing: content-box; height: 0; overflow: visible; } pre {
font-family: monospace, monospace; font-size: 1em; }  a {
background-color: transparent;
} abbr[title] {
border-bottom: none; text-decoration: underline; text-decoration: underline dotted; } b,
strong {
font-weight: bolder;
} code,
kbd,
samp {
font-family: monospace, monospace; font-size: 1em; } small {
font-size: 80%;
} sub,
sup {
font-size: 75%;
line-height: 0;
position: relative;
vertical-align: baseline;
}
sub {
bottom: -0.25em;
}
sup {
top: -0.5em;
}  img {
border-style: none;
}  button,
input,
optgroup,
select,
textarea {
font-family: inherit; font-size: 100%; line-height: 1.15; margin: 0; } button,
input { overflow: visible;
} button,
select { text-transform: none;
} button,
[type="button"],
[type="reset"],
[type="submit"] {
-webkit-appearance: button;
} button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
border-style: none;
padding: 0;
} button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
outline: 1px dotted ButtonText;
} fieldset {
padding: 0.35em 0.75em 0.625em;
} legend {
box-sizing: border-box; color: inherit; display: table; max-width: 100%; padding: 0; white-space: normal; } progress {
vertical-align: baseline;
} textarea {
overflow: auto;
} [type="checkbox"],
[type="radio"] {
box-sizing: border-box; padding: 0; } [type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
height: auto;
} [type="search"] {
-webkit-appearance: textfield; outline-offset: -2px; } [type="search"]::-webkit-search-decoration {
-webkit-appearance: none;
} ::-webkit-file-upload-button {
-webkit-appearance: button; font: inherit; }  details {
display: block;
} summary {
display: list-item;
}  template {
display: none;
} [hidden] {
display: none;
}body {
font-family: 'Montserrat', sans-serif !important;
background: #ffffff;
}
body, * {
box-sizing: border-box !important;
}
body.hidden {
overflow: hidden;
}
html {
font-family: 'Montserrat', sans-serif !important;
font-size: 18px;
font-weight: normal;
color: #1D1D1D;
}
h1 {
font-size: 96px !important;
margin: 0 !important;
padding: 0 !important;
font-weight: bold;
}
h2 {
font-size: 36px !important;
margin: 0 !important;
padding: 0 !important;
font-weight: 600 !important;
text-transform: uppercase !important;
}
h3 {
font-size: 24px !important;
margin: 0 !important;
padding: 0 !important;
font-weight: 400;
}
h4 {
font-size: 20px !important;
margin: 0 !important;
padding: 0 !important;
font-weight: 400;
}
a {
text-decoration: none !important;
margin: 0 !important;
padding: 0 !important;
color: #1D1D1D;
}
a:hover {
color: #1D1D1D !important;
}
p {
margin: 0 !important;
padding: 0 !important;
color: #1D1D1D;
}
ul {
margin: 0 !important;
padding: 0 !important;
}
ul li {
list-style: none;
}
textarea:focus, input:focus, select:focus {
outline: none !important;
}
input::placeholder {
color: #1D1D1D !important;
}
.container {
max-width: 1280px;
padding: 0 20px;
margin: 0 auto;
}
.slick-slide {
outline: none !important;
}
.slick-dots {
z-index: 1;
position: absolute;
right: 10%;
top: 50%;
transform: translateY(-50%);
}
.slick-dots li {
margin-bottom: 30px;
position: relative;
}
.slick-dots li button {
color: #ffffff !important;
border: none;
outline: none;
background: none;
font-size: 36px;
}
.slick-dots li button::before {
content: '0';
}
.slick-dots li button:after {
content: '';
position: absolute;
left: 0;
bottom: 0;
height: 2px;
width: 0%;
background: #ffffff;
transition: 0.3s;
}
.slick-dots li.slick-active button:after {
width: 100%;
transition: 0.3s;
}
.slick-track {
height: 100%;
}
.primary_btn {
width: fit-content;
display: inline-block;
padding: 20px 50px !important;
text-align: center;
border: 2px solid #1D1D1D;
color: #1D1D1D !important;
transition: 0.2s;
font-size: 24px !important;
}
.primary_btn:hover {
border: 2px solid #ffffff;
color: #ffffff !important;
background: none;
transition: 0.2s;
}
.products_btn {
width: fit-content;
display: inline-block;
padding: 15px 90px !important;
text-align: center;
color: #1D1D1D !important;
background: #E5E5E5;
}
.products_btn:hover {
background: linear-gradient(180deg, #FAD139 0%, #FAAD39 100%);
color: #1D1D1D;
}
.top_nav {
background: #FCD039;
padding: 13px 0;
height: 60px;
}
.top_nav-inner {
display: flex;
justify-content: space-between;
align-items: center;
}
.top_nav-links {
display: flex;
align-items: center;
}
.top_nav-links a {
color: #1D1D1D;
margin-right: 50px !important;
}
.header_nav {
position: relative;
z-index: 3;
}
.header_nav_wrapper {
background: rgba(0, 0, 0, 0.5);
background-blend-mode: multiply;
backdrop-filter: blur(10px);
}
.header_nav-inner {
height: 110px;
margin-bottom: -110px;
display: flex;
align-items: center;
justify-content: space-between;
}
.header_nav-logo img {
width: auto;
height: 90px;
}
.header_nav-menu {
position: relative;
}
.header_nav-menu ul {
display: flex;
justify-content: space-between;
align-items: center;
}
.header_nav-menu ul li {
margin-left: 40px;
font-size: 24px;
position: relative;
transition: 0.2s;
}
.header_nav-menu ul li a {
color: #ffffff !important;
}
.header_nav-menu ul li::after {
content: '';
position: absolute;
bottom: -10px;
left: 0;
width: 0%;
height: 2px;
background: #ffffff;
transition: 0.2s;
}
.header_nav-menu ul li:hover:after {
width: 100%;
transition: 0.2s;
}
.header_nav.sticky {
position: fixed;
top: 0;
width: 100%;
}
.header_nav.sticky + .header {
padding-top: 110px;
}
.header_mobile_inner {
display: none !important;
}
.close-icon {
position: absolute;
top: 50px;
left: 20px;
cursor: pointer;
display: none;
flex-direction: column;
align-items: flex-end;
}
.close-icon img {
width: 30px;
}
.toggle-icon {
cursor: pointer;
display: none;
}
.toggle-icon img {
width: 30px;
}
.hero {
height: calc( 100vh - 60px);
position: relative;
}
.hero_slider {
z-index: -1;
position: absolute !important;
left: 0;
top: 0;
width: 100%;
height: 100%;
}
.hero_slider img {
width: 100%;
height: 100%;
object-fit: cover;
}
.hero_slider .slick-list {
height: 100%;
}
.hero_content {
position: relative;
z-index: 1;
height: 100%;
}
.hero_content_inner {
width: 50%;
height: 100%;
display: flex;
flex-direction: column;
justify-content: center;
}
.hero_content_bg {
z-index: -1;
position: absolute;
left: 0;
top: 110px;
background: #FCD039;
width: 50%;
height: calc( 100% - 110px);
}
.hero_content .container {
width: 100%;
height: 100%;
}
.hero_title {
color: #ffffff;
text-shadow: 0px 4px 2px rgba(0, 0, 0, 0.1);
margin-bottom: 10px !important;
}
.hero_subtitle {
margin-bottom: 60px !important;
}
.products {
background: #2F2C28;
color: #ffffff;
padding-top: 60px;
text-align: center;
}
.products_grid {
display: grid;
grid-template-columns: 1fr 1fr 1fr;
grid-column-gap: 100px;
grid-row-gap: 60px;
padding: 100px 0;
}
.products_grid .image {
margin: 10px auto 30px auto;
width: 300px !important;
height: auto;
transition: 0.2s;
}
.products_grid .image:hover {
transform: scale(1.1);
transition: 0.2s;
}
.products_grid ul {
margin-bottom: 15px !important;
display: flex;
justify-content: center;
position: relative;
border: none;
}
.products_grid ul .nav-item {
margin-right: -10px;
}
.products_grid ul .nav-link {
position: relative;
padding: 0 !important;
border: none !important;
border-radius: 0px !important;
width: 40px !important;
height: 40px !important;
object-fit: cover;
cursor: pointer;
transition: 0.2s;
}
.products_grid ul .nav-link.active {
position: relative;
background-color: transparent !important;
border: none !important;
transform: translateY(-10px);
z-index: 3;
transition: 0.2s;
}
.products_grid .products_btn {
margin-top: 40px !important;
}
.products_grid-item-info {
position: relative;
width: fit-content;
margin: auto;
display: flex;
}
.products_grid-item .product_tooltip {
margin-left: 35px !important;
cursor: pointer;
}
.products_grid-item .product_tooltip:hover .product_tooltip_content {
display: block;
}
.products_grid-item .product_tooltip_content {
display: none;
position: absolute;
left: calc( 100% + 8px );
top: 50%;
transform: translateY(-50%);
padding: 16px !important;
background: #FFFFFF;
box-shadow: 0px 11px 20px rgba(0, 0, 0, 0.15);
border-radius: 12px;
width: fit-content;
max-width: 300px;
}
.products_grid-item .product_tooltip_content::before {
content: url(//gumok.com.ua/wp-content/themes/gumok/assets/img/icons/tooltip_arrow.svg);
position: absolute;
left: -8px;
top: 50%;
transform: translateY(-50%);
}
.products_wrapper {
margin-top: 25px;
}
.products_tabs {
display: flex;
justify-content: space-evenly;
margin-bottom: 50px !important;
border: none !important;
}
.products_tabs .tab.active {
border: none;
border-radius: 0px;
background: #FCD039 !important;
color: #1D1D1D !important;
transition: 0.2s;
padding: 14px 18px !important;
}
.products_tabs .tab:not(.active) {
border: none;
border-radius: 0px;
padding: 14px 18px !important;
cursor: pointer;
transition: 0.2s;
color: #ffffff;
}
.products_tabs .tab:not(.active):hover {
background: #FCD039 !important;
color: #1D1D1D !important;
transition: 0.2s;
}
.products_tab_content {
background: #ffffff;
color: #1D1D1D;
}
.products .tab_item.active {
display: block;
}
.products .tab_item:not(.active) {
display: none;
}
.usage {
background: #F7F7F7;
padding: 120px 0;
text-align: center;
}
.usage_subtitle {
width: 50%;
margin: 40px auto 120px auto !important;
}
.usage_list {
display: none;
}
.usage_circle {
position: relative;
height: 800px;
display: flex;
justify-content: center;
align-items: center;
}
.usage_circle_1 {
transform: translate(-65px, -35px) !important;
}
.usage_circle_1 li {
width: 150px;
}
.usage_circle_1 li img {
width: 40px;
height: 40px;
object-fit: contain;
}
.usage .circle_wrapper {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
}
.usage .circle_wrapper ul {
position: absolute;
transform: translate(-50%, -50%);
list-style-type: none;
}
.usage .circle_wrapper li {
position: absolute;
left: 50%;
top: 0%;
text-transform: uppercase;
font-weight: 600;
}
.usage .circle_border {
position: absolute;
top: 0;
left: 0;
transform: translate(-288px, -288px);
width: 600px;
height: 600px;
border: 1.68px solid #FCD039;
border-radius: 50%;
box-shadow: inset 0px 0px 10px rgba(252, 208, 57, 0.5), 0px 0px 10px rgba(252, 208, 57, 0.5);
}
.montag {
padding: 120px 0;
text-align: center;
}
.montag_slider {
margin-top: 100px;
}
.montag_slider_arrows .montag_prev, .montag_next {
cursor: pointer;
}
.montag_slider .slick-list {
padding: 50px 0 !important;
}
.montag_slider .slick-slide {
transition: .3s;
border-radius: 4px;
box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
height: 300px !important;
object-fit: cover; 
}
.montag_slider .slick-center {
transform: scale(1.3);
z-index: 999;
position: relative;
transition: .3s;
}
.montag_slider_info {
margin-top: 60px;
display: flex;
align-items: center;
justify-content: space-evenly;
}
.montag_slider_info .pagingInfo {
font-weight: 600;
}
.about {
padding: 120px 0;
}
.about_subtitle {
margin-top: 10px !important;
font-weight: 400;
width: 50%;
}
.about_info {
margin-top: 40px;
display: grid;
grid-template-columns: 50% 50%;
}
.about_text {
padding-right: 60px;
}
.about_list {
padding-left: 60px;
}
.about_list ul {
margin-top: 20px !important;
}
.about_list ul li {
list-style: disc;
padding-left: 10px;
list-style-position: inside;
}
.about_grid {
margin-top: 80px;
display: grid;
grid-gap: 20px;
grid-template-columns: 25% 25% 25% 25%;
}
.about_grid_item {
position: relative;
text-align: center;
}
.about_grid_item span {
position: absolute;
left: 0;
top: 0;
font-weight: 600;
}
.about_grid_item span::before {
content: '0';
}
.about_grid_item_img {
display: flex;
align-items: center;
justify-content: center;
margin: auto;
width: 230px;
height: 230px;
background: url(//gumok.com.ua/wp-content/themes/gumok/assets/img/bg/yellow_circle.png) center center no-repeat;
background-size: cover;
border: 2px solid #FCD039;
border-radius: 50%;
overflow: hidden !important;
transition: 0.2s;
}
.about_grid_item_img img {
width: 60%;
}
.about_grid_item p {
margin-top: 30px !important;
font-weight: 600;
text-transform: uppercase;
}
.about_grid_item:hover .about_grid_item_img {
transform: scale(1.1);
transition: 0.2s;
}
.projects {
padding: 120px 0;
}
.projects_title {
text-align: center;
}
.projects_grid {
margin-top: 60px;
display: flex;
flex-wrap: wrap;
}
.projects_grid_item {
position: relative;
margin: 10px;
height: 300px;
}
.projects_grid_item:nth-child(4n-3) {
width: calc( 60% - 20px);
}
.projects_grid_item:nth-child(4n-3) .projects_grid_item_wrapper {
height: 100%;
padding: 40px;
}
.projects_grid_item:nth-child(4n-2) {
width: calc( 40% - 20px);
}
.projects_grid_item:nth-child(4n-1) {
width: calc( 50% - 20px);
}
.projects_grid_item:nth-child(4n) {
width: calc( 50% - 20px);
}
.projects_grid_item:nth-child(4n) .projects_grid_item_wrapper {
height: 100%;
padding: 40px;
}
.projects_grid_item img {
width: 100%;
height: 100%;
object-fit: cover;
}
.projects_grid_item_wrapper {
display: flex;
flex-direction: column;
justify-content: flex-end;
overflow: hidden;
width: 100%;
height: 0;
z-index: 1;
position: absolute;
left: 0;
bottom: 0;
background: rgba(0, 0, 0, 0.5);
color: #ffffff;
transition: 0.2s;
}
.projects_grid_item_wrapper p {
color: #ffffff;
margin-top: 20px !important;
}
.projects_grid_item:hover .projects_grid_item_wrapper {
height: 100%;
padding: 40px;
transition: 0.2s;
}
.gallery {
padding: 120px 0;
}
.gallery_title {
text-align: center;
}
.gallery_grid {
margin-top: 60px;
display: flex;
flex-wrap: wrap;
}
.gallery_grid_item {
position: relative;
margin: 10px;
height: 500px;
cursor: zoom-in;
}
.gallery_grid_item {
width: calc( 33.333% - 20px);
} .gallery_grid_item img {
width: 100%;
height: 100%;
object-fit: cover;
}
.contacts {
padding: 60px 0 100px 0;
background: #FCD039;
}
.contacts_title {
text-align: center;
}
.contacts_inner {
margin-top: 60px;
display: grid;
grid-template-columns: 50% 50%;
}
.contacts_inner ul li {
margin-bottom: 20px !important;
}
.contacts_inner ul li a {
display: flex;
align-items: center;
}
.contacts_inner ul li a img {
margin-right: 20px;
}
.contact_form {
height: 100vh;
display: flex;
justify-content: center;
align-items: center;
background: rgba(0, 0, 0, 0.5);
position: relative;
}
.contact_form_bg {
position: absolute;
left: 0;
top: 0;
z-index: -1;
height: 100%;
width: 100%;
background: url(//gumok.com.ua/wp-content/themes/gumok/assets/img/bg/hero_bg.png) center center no-repeat;
background-size: cover;
filter: blur(10px);
-webkit-filter: blur(10px);
}
.contact_form_inner {
width: 60%;
margin: auto;
background: #ffffff;
padding: 60px 100px;
border-radius: 10px;
position: relative;
}
.contact_form_inner a {
position: absolute;
right: 30px;
top: 30px;
}
.contact_form_inner h4 {
text-align: center;
margin-bottom: 40px !important;
}
.contact_form_inner label, input {
width: 100%;
}
.contact_form_inner label {
text-transform: uppercase;
font-weight: 600;
font-size: 14px;
}
.contact_form_inner input[type="text"], input[type="tel"] {
border: 1px solid #000000;
padding: 18px 25px;
margin: 10px 0 30px 0;
}
.contact_form_inner input[type="text"]::placeholder, input[type="tel"]::placeholder {
color: #A9A9A9 !important;
font-size: 20px !important;
}
.contact_form_inner input[type="submit"] {
background: linear-gradient(180deg, #FAD139 0%, #FAAD39 100%);
padding: 18px 100px;
width: fit-content;
border: none;
border-radius: 0px;
display: block;
margin-left: auto;
box-shadow: 0px 11px 20px rgba(250, 177, 57, 0.2);
}
.footer {
background: #1D1D1D;
color: #ffffff !important;
padding: 60px 0;
}
.footer_inner {
padding: 40px 0 80px 0;
border-top: 1px solid #ffffff;
border-bottom: 1px solid #ffffff;
display: grid;
grid-template-columns: 30% 40% 30%;
}
.footer_logo img {
width: 315px;
margin-bottom: 40px;
}
.footer_logo p {
color: #ffffff !important;
}
.footer_logo a {
color: #ffffff;
}
.footer_logo a:hover {
color: #FCD039 !important;
}
.footer_menu h3 {
text-decoration: underline;
margin-bottom: 30px !important;
}
.footer_menu ul {
text-align: center;
}
.footer_menu ul li {
margin-bottom: 15px !important;
font-size: 20px;
}
.footer_menu ul li a {
color: #ffffff;
}
.footer_menu ul li a:hover {
color: #FCD039 !important;
}
.footer_contact {
padding-right: 50px;
}
.footer_contact h3 {
text-decoration: underline;
margin-bottom: 30px !important;
}
.footer_contact ul li {
margin-bottom: 15px !important;
font-size: 20px;
}
.footer_contact ul li a {
display: flex;
align-items: center;
}
.footer_contact ul li a img {
margin-right: 20px;
}
.footer_contact ul li a p {
color: #ffffff;
}
.footer_contact ul li a:hover p {
color: #FCD039;
}
.footer_contact_icons {
display: flex;
}
.footer_contact_icons a {
margin-right: 20px !important;
}
.footer_icons {
display: flex;
justify-content: center;
margin-top: 30px;
}
.scroll_top {
opacity: 0;
z-index: 999;
position: fixed;
left: 50px;
bottom: 100px;
transition: 0.2s;
}
@media (max-width: 1200px) {
.top_nav {
height: 100px;
}
.top_nav-links a {
margin-right: 20px !important;
margin-top: 10px !important;
}
.hero {
height: calc( 100vh - 100px);
}
.hero_content_inner {
width: 70%;
}
.hero_content_bg {
width: 70%;
}
.hero_title {
margin-top: 50px !important;
}
.top_nav-links {
flex-wrap: wrap;
}
.top_nav-icons {
display: flex;
}
}
@media (max-width: 769px) {
html {
font-size: 14px;
}
h1 {
font-size: 76px !important;
}
h2 {
font-size: 26px !important;
}
h3 {
font-size: 18px !important;
}
h4 {
font-size: 16px !important;
}
.primary_btn {
font-size: 18px !important;
}
.close-icon {
display: block;
}
.toggle-icon {
display: block;
}
.top_nav-links a {
margin-right: 10px !important;
font-size: 14px;
}
.header_nav-menu {
padding: 100px 0px;
position: fixed;
top: 0;
right: 0;
background: #FCD039;
width: 100%;
height: 100%;
transition: transform 0.3s ease;
transform: translateX(100%);
}
.header_nav-menu ul {
height: 60%;
display: flex;
flex-direction: column;
text-align: center;
justify-content: space-between;
}
.header_nav-menu ul li {
margin: 0;
}
.header_nav-menu ul li a {
color: #1D1D1D !important;
}
.header_nav-menu.active {
transform: translateX(0%);
}
.header_mobile_inner {
display: flex !important;
flex-direction: column;
justify-content: space-between;
padding: 0 50px;
margin-top: 50px;
}
.header_mobile_links {
display: flex;
flex-direction: column;
}
.header_mobile_links a {
font-size: 24px !important;
margin-top: 30px !important;
color: #1D1D1D;
}
.header_mobile_icons {
margin-top: 30px;
}
.top_nav {
display: none;
}
.hero {
height: 50vh;
}
.products_grid {
grid-template-columns: 50% 50%;
}
.products_grid-item-info {
flex-direction: column;
width: 100%;
text-align: center;
align-items: center;
}
.products_grid-item .product_tooltip {
margin: 0 !important;
}
.products_grid-item .product_tooltip img {
display: none;
}
.products_grid-item .product_tooltip_content {
display: block !important;
position: relative;
margin: 0;
box-shadow: none;
left: 0;
top: 0;
transform: none;
}
.products_grid-item .product_tooltip_content::before {
content: '';
}
.usage_subtitle {
width: 80%;
}
.usage_circle {
display: none;
}
.usage_list {
display: block;
text-align: center;
width: 80%;
margin: auto;
}
.usage_list_img {
width: 80%;
margin-bottom: 50px;
}
.usage_list li {
display: flex;
align-items: center;
text-transform: uppercase;
font-weight: 600;
}
.usage_list li img {
margin-right: 40px;
}
.montag {
padding: 50px 0;
}
.montag_slider {
margin-top: 30px;
}
.montag_slider_info {
margin-top: 30px;
}
.about {
padding: 50px 0;
}
.about_subtitle {
width: 70%;
}
.about_info {
grid-template-columns: 100%;
grid-gap: 50px;
}
.about_text, .about_list {
padding: 0;
}
.about_grid {
grid-template-columns: 50% 50%;
}
.projects {
padding: 50px 0;
}
.projects_grid {
display: grid;
grid-template-columns: 100%;
grid-gap: 20px;
}
.projects_grid_item {
width: 100% !important;
margin: 0;
}
.projects_grid_item_wrapper {
height: 100% !important;
padding: 20px !important;
}
.gallery {
padding: 50px 0;
}
.gallery_grid {
display: grid;
grid-template-columns: 50% 50%;
grid-gap: 20px;
}
.gallery_grid_item {
width: 100% !important;
margin: 0;
height: auto;
}
.contacts {
padding: 50px 0;
}
.contacts_inner {
grid-template-columns: 100%;
grid-gap: 30px;
}
.contact_form_inner {
width: 100%;
}
.footer_inner {
padding: 50px 0;
grid-template-columns: 100%;
grid-row-gap: 50px;
text-align: center;
}
.footer_logo, .footer_menu, .footer_contact {
text-align: center;
padding: 0;
}
.footer_contact ul li {
display: flex;
justify-content: center;
}
.footer_contact_icons {
justify-content: center;
}
}
@media (max-width: 600px) {
h1 {
font-size: 50px !important;
}
h2 {
font-size: 20px !important;
}
h3 {
font-size: 16px !important;
}
h4 {
font-size: 14px !important;
}
.primary_btn {
font-size: 14px !important;
}
.container {
padding: 0 5px;
}
.header_nav-menu {
top: 0;
}
.header_mobile_links a {
font-size: 14px !important;
margin-top: 0px !important;
}
.hero {
height: 100vh;
display: flex;
align-items: flex-end;
}
.hero .container {
text-align: center;
}
.hero_content {
width: 100%;
padding-top: 110px;
background: rgba(0, 0, 0, 0.3);
}
.hero_content_bg {
display: none;
}
.hero_content_inner {
width: 100%;
align-items: center;
}
.hero_subtitle {
color: #ffffff;
}
.hero .primary_btn {
color: #ffffff !important;
border: 2px solid #ffffff;
font-weight: 900;
}
.products_grid {
padding: 50px 0;
grid-template-columns: 100%;
}
.products_tabs {
margin-bottom: 25px !important;
}
.usage {
padding: 50px 0;
}
.usage_subtitle {
width: 100%;
margin: 25px auto 50px auto !important;
}
.usage_list {
width: 100%;
}
.usage_list ul li {
margin-bottom: 20px;
text-align: left;
}
.usage_list ul li img {
margin-right: 10px;
}
.montag_slider_arrows {
display: none;
}
.about_grid {
grid-template-columns: 100%;
}
.gallery_grid {
grid-template-columns: 100%;
}
.contacts {
padding: 30px 0;
}
.contacts_inner {
margin-top: 30px;
grid-template-columns: 100%;
grid-gap: 30px;
}
.contact_form {
padding-top: 110px;
}
.contact_form_inner {
padding: 50px 20px 20px 20px;
}
.contact_form_inner a {
top: 15px;
right: 15px;
}
.contact_form_inner h4 {
font-size: 16px !important;
margin-bottom: 10px !important;
}
.contact_form_inner label {
font-size: 12px !important;
}
.contact_form_inner input[type="text"], input[type="tel"] {
padding: 10px;
margin: 10px 0;
}
.contact_form_inner input[type="text"]::placeholder, input[type="tel"]::placeholder {
font-size: 12px !important;
}
.contact_form_inner input[type="submit"] {
padding: 15px;
width: 100%;
}
.footer_logo img {
width: 100%;
}
.footer_inner {
grid-template-columns: 1fr;
}
.footer_menu ul li {
font-size: 16px !important;
}
.footer_contact_list li {
font-size: 16px !important;
}
.footer_contact_icons a {
margin: 0  !important;
}
}