/*!
Theme Name: agam
Theme URI: http://underscores.me/
Author: Annanuna
Author URI: http://www.annanuna.co.il/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: agam
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

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.

agam is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/


/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/


/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/

@import url(//fonts.googleapis.com/earlyaccess/opensanshebrew.css);
html {
    font-family: 'Open Sans Hebrew', sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%
}

body {
    font-family: 'Open Sans Hebrew', sans-serif;
    color: #181818;
    margin: 0;
    font-size: 22px;
    line-height: 1.2
}

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

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline
}

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

b,
strong {
    font-weight: 700
}

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

small {
    font-size: 80%
}

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

sup {
    top: -.5em
}

sub {
    bottom: -.25em
}

img {
    border: 0
}

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

figure {
    margin: 1em 40px
}

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

pre {
    overflow: auto
}

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

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0
}

button {
    overflow: visible
}

button,
select {
    text-transform: none
}

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

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

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

#slider-pause img,
#slider-play img {
    width: 1.5em;
}

input {
    line-height: normal
}

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

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

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

fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em
}

legend {
    border: 0;
    padding: 0
}

textarea {
    overflow: auto
}

optgroup {
    font-weight: 700
}

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

td,
th {
    padding: 0
}

embed,
iframe,
object {
    max-width: 100%
}

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

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

p {
    margin-bottom: 0
}

cite,
dfn,
em,
i {
    font-style: italic
}

ins,
mark {
    background: #fff9c0;
    text-decoration: none
}

big {
    font-size: 125%
}

html {
    box-sizing: border-box
}

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

body {
    background: #f3f3f3
}

ol,
ul {
    list-style-type: none;
    margin: 0;
    padding: 0
}

.entry-content ul {
    list-style: disc;
    padding-right: 30px
}

.entry-content ol {
    list-style: decimal;
    padding-right: 30px
}

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

table {
    margin: 0;
    width: 100%
}

label {
    font-weight: 400;
    margin: 0
}

button,
input,
textarea {
    background-color: transparent;
    border: 0;
    padding: 0
}

input,
textarea {
    width: 100%
}

a,
a:active,
a:hover,
a:link,
a:visited {
    color: inherit;
    text-decoration: none
}

.clear:after,
.clear:before,
.comment-content:after,
.comment-content:before,
.entry-content:after,
.entry-content:before,
.site-content:after,
.site-content:before,
.site-footer:after,
.site-footer:before,
.site-header:after,
.site-header:before {
    content: "";
    display: table;
    table-layout: fixed
}

.clear:after,
.comment-content:after,
.entry-content:after,
.site-content:after,
.site-footer:after,
.site-header:after {
    clear: both
}

::selection {
    background-color: rgba(0, 0, 0, .1)
}


/* :focus{outline:0!important} */

::-webkit-input-placeholder {
    color: #fff
}

::-moz-placeholder {
    color: #fff
}

:-ms-input-placeholder {
    color: #fff
}

:-moz-placeholder {
    color: #fff
}

.error::-webkit-input-placeholder {
    color: #ee6262
}

.error::-moz-placeholder {
    color: #ee6262
}

.error:-ms-input-placeholder {
    color: #ee6262
}

.error:-moz-placeholder {
    color: #ee6262
}

::-webkit-scrollbar-track {
    background-color: rgba(0, 0, 0, .07)
}

::-webkit-scrollbar {
    width: 12px;
    height: 12px;
    background-color: rgba(0, 0, 0, .07)
}

::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, .15)
}

::-webkit-scrollbar-thumb:hover {
    background-color: rgba(0, 0, 0, .3)
}

.fullheight {
    height: 100%
}

.bgi {
    -webkit-background-size: cover !important;
    background-size: cover !important;
    background-position: center center !important
}

.site-content {
    position: relative;
    min-height: 100vh;
    padding: 70px 40px;
    margin-right: 110px
}

.logo {
    width: 150%;
    margin-right: -25%
}

.sidebar {
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 100;
    width: 110px;
    background-color: #fff;
    border-left: 1px solid #e5e5e5;
    padding: 30px;
    text-align: center
}

.social-mobile {
    display: none
}

.social a {
    display: inline-block;
    vertical-align: middle;
    margin: 0 2px
}

.social a svg {
    width: 14px;
    height: auto;
    fill: #131313;
    transition: fill .3s ease
}

.social a:hover svg {
    fill: #ef4431
}

.hamburger {
    padding: 5px;
    display: inline-block;
    cursor: pointer;
    transition-property: opacity, filter;
    transition-duration: .15s;
    transition-timing-function: linear;
    font: inherit;
    color: inherit;
    text-transform: none;
    background-color: transparent;
    border: 0;
    margin: 0;
    overflow: visible;
    line-height: 0
}

.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::after,
.hamburger.is-active .hamburger-inner::before {
    background-color: #ef4431
}

.hamburger-box {
    width: 25px;
    height: 13px;
    display: inline-block;
    position: relative
}

.hamburger-inner {
    display: block;
    top: 50%
}

.hamburger-inner,
.hamburger-inner::after,
.hamburger-inner::before {
    width: 25px;
    height: 1px;
    background-color: #181818;
    position: absolute;
    transition-property: transform, color;
    transition-duration: .15s, .2s;
    transition-timing-function: ease, ease
}

.hamburger-inner::after,
.hamburger-inner::before {
    content: "";
    display: block;
    width: 15px
}

.hamburger-inner::before {
    top: -5px;
    left: 5px
}

.hamburger-inner::after {
    bottom: -5px;
    left: 5px
}

.hamburger:hover .hamburger-inner::after,
.hamburger:hover .hamburger-inner::before {
    width: 25px;
    left: 0
}

.hamburger--squeeze .hamburger-inner {
    transition-duration: 75ms;
    transition-timing-function: cubic-bezier(.55, .055, .675, .19)
}

.hamburger--squeeze .hamburger-inner::before {
    transition: top 75ms .12s ease, opacity 75ms ease, width .2s ease, left .2s ease, color .2s ease
}

.hamburger--squeeze .hamburger-inner::after {
    transition: bottom 75ms .12s ease, transform 75ms cubic-bezier(.55, .055, .675, .19), width .2s ease, left .2s ease, color .2s ease
}

.hamburger--squeeze.is-active .hamburger-inner {
    transform: rotate(45deg);
    transition-delay: .12s;
    transition-timing-function: cubic-bezier(.215, .61, .355, 1)
}

.hamburger--squeeze.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0;
    width: 25px;
    left: 0;
    transition: top 75ms ease, opacity 75ms .12s ease, width .2s ease, left .2s ease
}

.hamburger--squeeze.is-active .hamburger-inner::after {
    bottom: 0;
    width: 25px;
    left: 0;
    transform: rotate(-90deg);
    transition: bottom 75ms ease, transform 75ms .12s cubic-bezier(.215, .61, .355, 1), width .2s ease, left .2s ease
}

.mainmenu {
    position: fixed;
    top: 0;
    right: 110px;
    bottom: 0;
    width: calc(50% - 55px);
    z-index: 99;
    transition: opacity 1s ease, visibility 1s ease;
    opacity: 0;
    visibility: hidden
}

.mainmenu.active {
    opacity: 1;
    visibility: visible
}

.mainmenu-navigator {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    background-color: #fff;
    font-size: 40px;
    color: grey
}

.mainmenu-navigator li {
    margin: 25px 0
}

.mainmenu-navigator li a {
    display: inline-block;
    position: relative;
    transition: color .3s ease
}

.mainmenu-navigator li a:hover {
    color: #a9a9a9
}

.mainmenu-navigator li.current-menu-item a,
body.page-template-page-product .mainmenu-navigator li.menuCatalog a,
body.single .mainmenu-navigator li.menuBlog a {
    color: #ef4431
}

.mainmenu-background {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    background-color: #eee;
    transition: transform .6s ease;
    transform: translateX(-100%)
}

.mainmenu-background div {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0;
    transition: opacity .5s ease
}

.mainmenu-background div.active {
    opacity: 1
}

.phone {
    position: absolute;
    left: 40px;
    top: 35px;
    transform: translateY(-50%);
    font-size: 14px;
    color: grey;
    display: flex;
    align-items: center;
    gap: 15px;
}

.phone a {
    display: inline-block;
    transition: color .3s ease
}

.phone a span {
    display: inline-block;
    direction: ltr
}

.phone a svg {
    width: 14px;
    height: auto;
    fill: grey;
    margin-left: 7px;
    position: relative;
    top: -1px;
    transition: fill .3s ease
}

.phone a:hover {
    color: #ef4431
}

.phone a:hover svg {
    fill: #ef4431
}

.site-footer {
    position: absolute;
    bottom: 35px;
    right: 40px;
    left: 40px;
    transform: translateY(50%);
    font-size: 14px;
    color: grey
}

.credit {
    transform: translateZ(0)
}

.credit a {
    display: inline-block;
    opacity: .5;
    transition: opacity .3s ease
}

.credit a img {
    width: auto;
    height: 7px
}

.credit a:hover {
    opacity: 1
}

.homepage {
    height: calc(100vh - 140px);
    min-height: 650px
}

.homepage-main {
    display: inline-block;
    vertical-align: top;
    width: calc(100% - 430px - 40px);
    height: 100%;
    position: relative
}

.homepage-main-content {
    position: relative;
    z-index: 2;
    color: #fff;
    padding: 25px 70px
}

.homepage-main-content p:first-of-type {
    font-size: 40px;
    margin-bottom: 10px
}

.homepage-main-content p:last-of-type {
    font-size: 26px;
    margin-bottom: 40px
}

.homepage-main-content a {
    font-size: 18px;
    font-weight: 300
}

.homepage-main-content a svg {
    width: 40px;
    height: auto;
    stroke: #fff;
    transform: rotate(180deg);
    position: relative;
    top: -2px;
    margin-left: 10px
}

.homepage-main-background {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1
}

.homepage-main-background::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 85%;
    background-image: linear-gradient(to right, transparent, rgba(0, 0, 0, .5)) !important
}

.contrast .homepage-main-background::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 85%;
    background-image: linear-gradient(to right, transparent, rgba(0, 0, 0, .5)) !important
}

.homepage-main-slider,
.homepage-main-slider .slick-list,
.homepage-main-slider .slick-track {
    height: 100%
}

.homepage-main-slider .slick-dots {
    font-size: 14px;
    position: absolute;
    top: calc(-35px + 7.5px);
    right: 0;
    transform: translateY(-100%)
}

.homepage-main-slider .slick-dots li {
    display: inline-block
}

.homepage-main-slider .slick-dots li button {
    font-size: 0;
    cursor: default;
    display: none;
}

.homepage-main-slider .slick-dots li.slick-active button {
    font-size: 14px;
    color: #ef4431;
    display: inline-block !important;
}

.homepage-main-slider .slick-dots span {
    color: grey;
    font-weight: 300
}

.homepage-main-slider .slick-dots span::before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 1px;
    background-color: grey;
    margin: 0 7px
}

.homepage-main-background .slider-button {
    position: absolute;
    bottom: -1.8em;
    width: 100%;
    text-align: left;
}

.homepage-categories {
    display: inline-block;
    vertical-align: top;
    width: 430px;
    height: 100%;
    margin-right: 40px
}

.homepage-categories-item h2 {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 2;
    width: 190px;
    padding: 4px 20px 7px;
    background-color: #f3f3f3;
    font-size: 22px
}

.homepage-categories-item h2::before {
    content: "";
    position: absolute;
    top: 55%;
    right: 0;
    transform: translateY(-50%);
    width: 10px;
    height: 1px;
    background-color: #ef4431
}

.homepage-categories-item {
    display: block;
    height: calc(33.333% - 20px);
    position: relative;
    overflow: hidden
}

.homepage-categories-item:not(:last-of-type) {
    margin-bottom: 30px
}

.homepage-categories-item-background {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    transform: scale(1.2);
    transition: transform 1.5s ease
}

.homepage-categories-item:hover .homepage-categories-item-background {
    transform: scale(1)
}

.homepage h1 {
    font-size: 40px;
    font-weight: 900;
    margin-bottom: 10px;
    line-height: 1.2
}

.homepage .slick-initialized .slick-slide,
.homepage .slick-track,
.homepage .slick-list,
.homepage .slick-track::after,
.homepage .slick-track::before,
.homepage-main-slider *,
.homepage-main * {
    background: transparent!important;
    background-color: transparent!important;
}

.contrast .homepage-main-background::after {
    background-image: linear-gradient(to right, transparent, rgba(0, 0, 0, .5)) !important;
    background: linear-gradient(to right, transparent, rgba(0, 0, 0, .5)) !important;
}

.pageheader {
    height: 440px;
    background-attachment: fixed;
    position: relative
}

.pageheader::after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    height: 50%;
    background-image: linear-gradient(transparent, rgba(0, 0, 0, .25)) !important
}

.maintitle {
    position: relative
}

.maintitle-back {
    font-size: 140px;
    font-weight: 900;
    color: #fff;
    letter-spacing: 30px;
    position: relative;
    z-index: 1;
    line-height: 1;
    margin-right: -30px
}

.maintitle-front {
    font-size: 40px;
    font-weight: 700;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 2
}

.about .maintitle,
.blog .maintitle,
.product>.maintitle {
    margin-top: 20px;
    padding-top: 65px;
    margin-bottom: 50px
}

.branches .maintitle {
    margin-top: -30px;
    margin-bottom: 50px
}

.contact .maintitle {
    margin-top: -30px;
    margin-bottom: 50px
}

.about .maintitle::before,
.blog .maintitle::before,
.product>.maintitle::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    width: 1px;
    height: 80px;
    background-color: #181818
}

.about-content {
    margin-bottom: 100px
}

.about-images {
    margin-bottom: 50px
}

.about-images-1 {
    display: inline-block;
    width: 630px;
    height: 450px;
    margin-bottom: -225px;
    position: relative;
    z-index: 2;
    box-shadow: 0 30px 50px rgba(0, 0, 0, .2)
}

.about-images-2 {
    display: inline-block;
    width: 1300px;
    height: 700px;
    position: relative;
    z-index: 1
}

.about-testimonials {
    position: relative
}

.about-testimonials::before {
    content: "";
    position: absolute;
    top: 0;
    right: 50%;
    transform: translateX(50%);
    background-image: url(images/quote.svg) !important;
    background-repeat: no-repeat;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
    background-position: center center;
    width: 317px;
    height: 222px;
    z-index: 1
}

.about-testimonials-slider {
    position: relative;
    z-index: 2;
    padding: 60px 50px 15px
}

.about-testimonials-slider-item div {
    font-size: 28px;
    line-height: 1.2;
    margin-bottom: 30px
}

.about-testimonials-slider-item p {
    font-size: 18px;
    color: #ef4431
}

.about-testimonials #slider-pause {
    background-color: red
}

.display-none-button {
    display: none
}

.branches-list .row {
    margin-right: -10px;
    margin-left: -10px
}

.branches-list .row>div {
    padding-right: 10px;
    padding-left: 10px
}

.branches-list-item {
    background-color: #fff;
    border-right: 5px solid #ef4331;
    padding: 20px 40px;
    margin-bottom: 20px;
    transition: box-shadow .5s ease
}

.branches-list-item:hover {
    box-shadow: 0 30px 40px rgba(0, 0, 0, .1)
}

.branches-list-item-content {
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 250px - 20px);
    margin-left: 20px
}

.branches-list-item-content-name {
    font-weight: 700;
    margin-bottom: 20px;
    font-size: 22px
}

.branches-list-item-content-address,
.branches-list-item-content-phone {
    display: inline-block;
    vertical-align: middle;
    font-size: 18px
}

.branches-list-item-content-address {
    width: 50%
}

.branches-list-item-content-phone {
    width: 50%
}

.branches-list-item-content-address svg,
.branches-list-item-content-phone svg {
    width: 15px;
    height: auto;
    fill: #ef4431;
    position: relative;
    top: -2px
}

.branches-list-item-content-address svg {
    margin-left: 2px
}

.branches-list-item-content-phone svg {
    margin-left: 5px
}

.branches-list-item-map {
    display: inline-block;
    vertical-align: middle;
    width: 250px;
    height: 100px;
    background-color: #eee
}

.contact {
    height: calc(100vh - 140px + 30px);
    min-height: 750px;
    position: relative
}

.contact-background {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 1;
    height: 450px
}

.contact-form {
    position: relative;
    z-index: 2;
    background-color: #fff;
    margin: 0 190px;
    padding: 70px;
    box-shadow: 0 30px 40px rgba(0, 0, 0, .2)
}

.input-wrapper,
.textarea-wrapper {
    position: relative;
    font-size: 18px;
    margin-bottom: 30px
}

.input-wrapper input,
.textarea-wrapper textarea {
    width: 100%;
    border-bottom: 1px solid grey;
    padding: 10px 0
}

.error input,
.error.input-wrapper select {
    border: 2px solid #ef4331
}

.input-wrapper label,
.textarea-wrapper label {
    color: grey;
    position: absolute;
    top: 10px;
    right: 0;
    cursor: text;
    transition: font-size .3s ease, top .3s ease
}

.input-wrapper label span,
.required-field-message span,
.textarea-wrapper label span {
    color: #ef4331
}

.input-wrapper input:focus+label,
.input-wrapper select:focus+label,
.input-wrapper.active input+label,
.input-wrapper.active select+label,
.textarea-wrapper textarea:focus+label,
.textarea-wrapper.active textarea+label {
    font-size: 12px;
    top: -10px
}

.input-wrapper select {
    width: 100%;
    font-size: inherit;
    border: 0;
    border-bottom: 1px solid grey;
    padding: 25px 10px 0 0;
    height: 60px;
    background: 0 0
}

.input-wrapper .message {
    font-size: 14px;
    color: #ef4331;
    position: absolute;
    top: 50%;
    left: 0;
    opacity: 0;
    transform: translateY(0);
    transition: opacity .3s ease, transform .3s ease
}

.input-wrapper.bip .message {
    left: 2em
}

.input-wrapper.error .message {
    opacity: 1;
    transform: translateY(-50%);
    left: .3em
}

.input-wrapper.error .select-message {
    left: 1.3em
}

.textarea-wrapper textarea {
    resize: none;
    height: 60px
}

.required-field-message {
    color: grey;
    font-size: 14px;
    top: -1.5em;
    position: absolute
}

.checkbox-wrapper {
    font-size: 14px;
    line-height: .7;
    margin-bottom: 50px
}

.checkbox-wrapper input {
    display: none
}

.checkbox-wrapper label {
    color: grey;
    position: relative;
    padding-right: 20px;
    cursor: pointer;
    top: .5em
}

.checkbox-wrapper label::after,
.checkbox-wrapper label::before {
    content: "";
    position: absolute
}

.checkbox-wrapper label::before {
    width: 11px;
    height: 11px;
    border: 1px solid grey;
    top: 0;
    right: 0
}

.checkbox-wrapper label::after {
    width: 7px;
    height: 7px;
    background-color: #ef4431;
    top: 2px;
    right: 2px;
    transform: scale(0);
    transition: transform .3s ease
}

.checkbox-wrapper input:checked+label::after {
    transform: scale(1)
}

#submitForm {
    font-size: 18px;
    border: 1px solid #ef4331;
    color: #ef4331;
    width: 150px;
    height: 40px;
    padding: 7px 35px;
    transition: background .3s ease, color .3s ease
}

#submitForm:hover {
    background-color: #ef4331;
    color: #fff
}

#thankWrapper {
    display: none
}

.post .pageheader {
    margin-bottom: 70px
}

.post-header {
    position: relative;
    margin-bottom: 40px
}

.post-header h1 {
    font-size: 40px;
    font-weight: 700
}

.post-header-social {
    direction: ltr;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%)
}

.post-header-social span {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px
}

.post-header-social span svg {
    width: 15px;
    height: auto;
    fill: #bbb
}

.post-header-social a {
    display: inline-block;
    vertical-align: middle;
    margin: 0 2px
}

.post-header-social a svg {
    width: 18px;
    height: auto;
    fill: grey;
    transition: fill .3s ease
}

.post-header-social a:hover svg {
    fill: #ef4331
}

a.post-header-social-mail svg {
    position: relative;
    top: 2px;
    width: 17px
}

.post-content {
    margin-bottom: 130px;
    line-height: 1.3
}

.post-content p:not(:last-of-type) {
    margin-bottom: 20px
}

.post-video {
    background-color: #bbb;
    max-width: 1000px;
    margin: 50px 0;
    box-shadow: 0 30px 50px rgba(0, 0, 0, .2)
}

.post-related-header {
    position: relative;
    margin-bottom: 60px
}

.post-related-header h3 {
    font-size: 40px;
    font-weight: 700
}

.post-related-header a {
    font-size: 18px;
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    color: grey;
    transition: color .3s ease
}

.post-related-header a svg {
    width: 19px;
    height: auto;
    fill: grey;
    margin-right: 10px;
    transition: fill .3s ease
}

.post-related-header a:hover {
    color: #ef4331
}

.post-related-header a:hover svg {
    fill: #ef4331
}

.blog-list .row,
.post-related-list .row,
.product-images .row {
    margin-right: -20px;
    margin-left: -20px
}

.blog-list .row>div,
.post-related-list .row>div,
.product-images .row>div {
    padding-right: 20px;
    padding-left: 20px
}

.post-list-item-wrapper {
    padding-bottom: 40px
}

.post-list-item {
    display: block;
    position: relative;
    background-color: #fff;
    transition: box-shadow .3s ease
}

.post-list-item:hover {
    box-shadow: 0 30px 50px rgba(0, 0, 0, .08)
}

.post-list-item-background-wrapper {
    overflow: hidden;
    height: 15.5vw
}

.post-list-item-background {
    transform: scale(1.2);
    transition: transform 1.5s ease
}

.post-list-item:hover .post-list-item-background {
    transform: scale(1)
}

:focus {
    outline: 2px solid #00ff15;
}

.post-list-item-content {
    padding: 30px 45px;
    height: calc(100% - 15.5vw)
}

.post-list-item-content-relative {
    position: relative;
    padding-bottom: 30px
}

.post-list-item-title {
    font-weight: 700;
    padding-top: 30px;
    margin-bottom: 20px;
    position: relative;
    font-size: 22px
}

.post-list-item-title::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 50px;
    height: 2px;
    background-color: #ef4331
}

.post-list-item-text {
    font-size: 18px;
    line-height: 1.3
}

.post-list-item-footer {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0
}

.post-list-item-link {
    font-size: 18px
}

.post-list-item-link svg {
    width: 40px;
    height: auto;
    stroke: #ef4331;
    transform: rotate(180deg);
    margin-left: 10px;
    position: relative;
    top: -1px
}

.post-list-item-date {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    font-size: 14px;
    color: grey
}

.blog-list .post-list-item {
    margin-bottom: 40px
}

.product-content {
    line-height: 1.2;
    margin-bottom: 70px
}

.product-images {
    margin-bottom: 70px
}

.product-images-item {
    display: inline-block;
    width: 100%;
    height: 26vw;
    margin-bottom: 40px;
    position: relative;
    transition: box-shadow .5s ease
}

.product-images-item:hover {
    box-shadow: 0 30px 40px rgba(0, 0, 0, .15)
}

.product-images-item.small {
    width: 50%;
    height: 13vw
}

.product-images-item-background {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1
}

.product-images-item-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    background-color: rgba(0, 0, 0, .5);
    opacity: 0;
    transition: opacity .5s ease
}

.product-images-item:hover .product-images-item-overlay {
    opacity: 1
}

.product-images-item-overlay svg {
    fill: #fff;
    width: 50px;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%)
}

.product-form .maintitle {
    margin-bottom: 70px
}

.product-form .maintitle br {
    display: none
}

.product-form-box {
    background-color: #fff;
    border-bottom: 5px solid #ef4431;
    padding: 50px 70px;
    margin: 0 200px;
    box-shadow: 0 30px 50px rgba(0, 0, 0, .08)
}

.catalog {
    height: calc(100vh - 140px);
    min-height: 500px;
    position: relative
}

.catalog .maintitle {
    position: absolute;
    display: inline-block;
    top: 0;
    right: 50%;
    transform: translateX(50%);
    z-index: 2;
    transition: opacity .5s ease .2s
}

.catalog .maintitle::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: -30px;
    right: 50%;
    width: 3px;
    transform: translateX(50%);
    background-color: #f3f3f3
}

.catalog .maintitle.hide {
    opacity: 0;
    transition: opacity .3s ease
}

.catalog .maintitle div {
    display: inline-block;
    position: relative
}

.catalog-list {
    position: relative;
    z-index: 1
}

.catalog-list-item {
    display: block;
    position: relative;
    overflow: hidden;
    background: transparent!important;
}

.catalog-list .row>div:not(:last-of-type) .catalog-list-item::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 1px;
    z-index: 3;
    background-color: #d5d5d5!important;
}

.catalog-list-item-background {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    opacity: 0;
    transform: scale(1.2);
    transition: opacity .5s ease, transform 1.5s ease
}

.catalog-list-item:hover .catalog-list-item-background {
    transform: scale(1);
    opacity: 1
}

.catalog-list-item-content {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    padding: 40px;
    transition: color .5s ease
}

.catalog-list-item:hover .catalog-list-item-content {
    color: #fff;
    background: transparent!important;
    background-color: transparent!important;
}

.catalog-list-item-content::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 1;
    background-color: rgba(0, 0, 0, .55);
    opacity: 0;
    transition: opacity .5s ease
}

.catalog-list-item:hover .catalog-list-item-content::after {
    opacity: 1;
    background: rgba(0, 0, 0, .55)!important;
    background-color: rgba(0, 0, 0, .55)!important;
}

.catalog-list-item-content>div {
    position: relative;
    z-index: 2
}

.catalog-list-item-title {
    font-size: 40px;
    font-weight: 700;
    padding-bottom: 15px;
    position: relative;
    transition: margin .5s ease
}

.catalog-list-item:hover .catalog-list-item-title {
    margin-bottom: 15px
}

.catalog-list-item-title::after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    height: 1px;
    background-color: #fff;
    opacity: 0;
    transition: opacity .5s ease
}

.catalog-list-item:hover .catalog-list-item-title::after {
    opacity: 1
}

.catalog-list-item-text {
    font-size: 22px;
    line-height: 1.3
}

.catalog-list-item-link {
    font-size: 18px;
    height: 0;
    opacity: 0;
    transition: height .5s ease, opacity .5s ease, margin .5s ease
}

.catalog-list-item-link svg {
    width: 40px;
    height: auto;
    stroke: #fff;
    transform: rotate(180deg);
    margin-left: 10px;
    position: relative;
    top: -1px
}

.catalog-list-item:hover .catalog-list-item-link {
    opacity: 1;
    height: 20px;
    margin-top: 30px
}

.error-404 {
    height: calc(100vh - 140px);
    min-height: 400px;
    padding-bottom: 70px
}

.error-404 h1 {
    font-size: 400px;
    font-weight: 900;
    color: #fff;
    line-height: 1
}

.error-404 p {
    font-size: 24px
}

.error-404 p a {
    color: #ef4331
}

.error-404 p br {
    display: none
}

.loader {
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 1000;
    background-color: #fff;
    overflow: hidden
}

.loader-overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 1;
    background-color: #fff;
    display: none
}

.page-id-294 {
    text-align: center
}

.page-id-294 h1,
.page-id-294 h2 {
    margin-bottom: 1em
}

#animation svg {
    width: 400px!important;
    height: auto!important
}

#animation2 {
    display: none
}

@media (max-width:1499px) {
    .homepage-categories {
        width: 350px
    }
    .homepage-main {
        width: calc(100% - 350px - 40px)
    }
    .homepage-main-content {
        padding: 20px 50px
    }
    .homepage {
        min-height: 600px
    }
    .pageheader {
        height: 400px
    }
    .about-images-1 {
        width: 500px;
        height: 360px
    }
    .about-images-2 {
        width: 1000px;
        height: 550px
    }
    .catalog-list-item-content {
        padding: 30px
    }
    .catalog-list-item-title {
        font-size: 35px
    }
    .catalog-list-item-text {
        font-size: 20px
    }
    .product-form-box {
        margin: 0 100px
    }
    .post-list-item-content {
        padding: 25px
    }
    .post-list-item-title {
        padding-top: 20px;
        margin-bottom: 15px
    }
    .post-list-item-text {
        font-size: 17px;
        margin-bottom: 20px
    }
    .post-list-item-link {
        font-size: 17px
    }
    .post-list-item-link svg {
        width: 35px;
        margin-left: 5px
    }
    .post-content {
        margin-bottom: 100px
    }
    .post-related-header {
        margin-bottom: 40px
    }
    .post-related-header p {
        font-size: 35px
    }
    .branches-list-item {
        padding: 20px 30px
    }
    .branches-list-item-content-address,
    .branches-list-item-content-phone {
        display: block;
        width: auto
    }
    .branches-list-item-content-address {
        margin-bottom: 5px
    }
    .contact-form {
        margin: 0 100px;
        padding: 50px
    }
    /* .homepage-main-background .slider-button {
        position: absolute;
        right: 8%;
        top: -2.4em;
    } */
}

@media (max-width:1199px) {
    body {
        font-size: 20px
    }
    .sidebar {
        width: 80px;
        padding: 15px 18px
    }
    .mainmenu {
        right: 80px;
        width: calc(50% - 40px)
    }
    .site-content {
        margin-right: 80px;
        padding: 50px 20px
    }
    .phone {
        top: 25px;
        left: 20px
    }
    .site-footer {
        bottom: 25px;
        right: 20px;
        left: 20px
    }
    .homepage-main-slider .slick-dots {
        top: calc(-25px + 7.5px)
    }
    .mainmenu-navigator {
        font-size: 35px
    }
    .mainmenu-navigator li {
        margin: 15px 0
    }
    .homepage-categories {
        width: 300px;
        margin-right: 30px
    }
    .homepage-main {
        width: calc(100% - 300px - 30px)
    }
    .catalog,
    .homepage {
        height: calc(100vh - 100px)
    }
    .contact {
        min-height: 700px;
        height: calc(100vh - 100px + 30px)
    }
    .homepage {
        min-height: 500px
    }
    .pageheader {
        height: 350px
    }
    .maintitle-back {
        font-size: 110px;
        letter-spacing: 20px;
        margin-right: -20px
    }
    .maintitle-front {
        font-size: 35px
    }
    .about .maintitle::before,
    .blog .maintitle::before,
    .product>.maintitle::before {
        height: 70px
    }
    .about-images {
        margin-bottom: 30px
    }
    .about-images-1 {
        width: 400px;
        height: 280px
    }
    .about-images-2 {
        width: 820px;
        height: 450px
    }
    .about-testimonials-slider-item div {
        font-size: 24px;
        margin-bottom: 20px
    }
    .about-testimonials::before {
        width: 250px;
        height: 180px
    }
    .catalog-list-item-content {
        padding: 25px
    }
    .catalog-list-item-title {
        font-size: 30px
    }
    .catalog-list-item-text {
        font-size: 18px
    }
    .catalog-list-item-link {
        font-size: 16px
    }
    .catalog-list-item:hover .catalog-list-item-link {
        margin-top: 15px
    }
    .product-images-item {
        height: 28vw;
        margin-bottom: 30px
    }
    .product-images-item.small {
        height: 14vw
    }
    .blog-list .row,
    .post-related-list .row,
    .product-images .row {
        margin-right: -15px;
        margin-left: -15px
    }
    .blog-list .row>div,
    .post-related-list .row>div,
    .product-images .row>div {
        padding-right: 15px;
        padding-left: 15px
    }
    .product-images {
        margin-bottom: 30px
    }
    .product-form .maintitle {
        margin-bottom: 50px
    }
    .product-form-box {
        margin: 0 70px;
        padding: 40px
    }
    .post .pageheader {
        margin-bottom: 50px
    }
    .post-header {
        margin-bottom: 30px
    }
    .post-content {
        margin-bottom: 70px
    }
    .post-related-header {
        margin-bottom: 30px
    }
    .post-related-header p {
        font-size: 30px
    }
    .post-list-item-wrapper {
        padding-bottom: 30px
    }
    .branches-list-item-map {
        width: 400px
    }
    .branches-list-item-content {
        width: calc(100% - 400px - 20px)
    }
    .contact-form {
        margin: 0 50px
    }
    .homepage-categories-item p {
        font-size: 20px;
        width: 130px;
        padding: 5px 20px
    }
    .homepage-categories-item p::before {
        top: 52%
    }
    .error-404 {
        height: calc(100vh - 100px);
        padding-bottom: 0
    }
}

@media (max-width:991px) {
    .homepage-main {
        display: block;
        width: auto
    }
    .homepage-categories {
        display: none
    }
    .pageheader {
        height: 30vw
    }
    .about .maintitle,
    .blog .maintitle,
    .product>.maintitle {
        padding-top: 45px;
        margin-bottom: 30px
    }
    .about .maintitle::before,
    .blog .maintitle::before,
    .product>.maintitle::before {
        height: 50px
    }
    .maintitle-back {
        font-size: 90px;
        letter-spacing: 15px;
        margin-right: -15px
    }
    .maintitle-front {
        font-size: 30px
    }
    .about-content {
        margin-bottom: 70px
    }
    .about-images-1 {
        width: 280px;
        height: 200px
    }
    .about-images-2 {
        width: 580px;
        height: 310px
    }
    .about-testimonials::before {
        width: 200px;
        height: 140px
    }
    .about-testimonials-slider-item div {
        font-size: 20px;
        margin-bottom: 15px
    }
    .catalog-list-item-background {
        transform: scale(1);
        opacity: 1
    }
    .catalog-list-item-content {
        color: #fff;
        text-align: center
    }
    .catalog-list-item-content::after {
        opacity: 1
    }
    .catalog-list-item-title {
        margin-bottom: 0!important;
        padding-bottom: 0!important
    }
    .catalog-list-item-title::after {
        display: none
    }
    .catalog-list-item-link {
        display: none
    }
    .catalog-list-item-text {
        display: none
    }
    .catalog .maintitle {
        position: relative;
        right: 0;
        left: 0;
        transform: none;
        display: block;
        margin-bottom: 30px;
        opacity: 1!important
    }
    .catalog .maintitle::before {
        display: none
    }
    .catalog-list {
        height: calc(100% - 120px)
    }
    .catalog-list>div {
        margin-right: -10px;
        margin-left: -10px
    }
    .catalog-list>div>div {
        padding-right: 10px!important;
        padding-left: 10px!important
    }
    .catalog-list-item {
        height: calc(100% - 10px)
    }
    .catalog-list>div>div:first-of-type .catalog-list-item,
    .catalog-list>div>div:nth-of-type(2) .catalog-list-item {
        margin-bottom: 10px
    }
    .catalog-list>div>div:last-of-type .catalog-list-item,
    .catalog-list>div>div:nth-of-type(3) .catalog-list-item {
        margin-top: 10px
    }
    .product-content {
        margin-bottom: 50px
    }
    .product-images-item {
        height: 26vw;
        margin-bottom: 20px
    }
    .product-images-item.small {
        height: 13vw
    }
    .product-images .row {
        margin-right: -10px;
        margin-left: -10px
    }
    .product-images .row>div {
        padding-right: 10px;
        padding-left: 10px
    }
    .product-images-item-overlay svg {
        width: 35px
    }
    .product-form .maintitle {
        margin-bottom: 30px
    }
    .product-form-box {
        margin: 0;
        padding: 30px
    }
    .checkbox-wrapper {
        margin-bottom: 40px
    }
    .post-list-item-background-wrapper {
        height: 20vw
    }
    .post-list-item-content {
        height: calc(100% - 20vw)
    }
    .post-header h1 {
        font-size: 35px
    }
    .branches-list-item-map {
        width: 300px
    }
    .branches-list-item-content {
        width: calc(100% - 300px - 20px)
    }
    .checkbox-wrapper {
        line-height: 1.2
    }
    .checkbox-wrapper label::before {
        top: 3px
    }
    .checkbox-wrapper label::after {
        top: 5px
    }
    .homepage-main-background::after {
        width: 100%;
        background-image: linear-gradient(to right, transparent, rgba(0, 0, 0, .6)) !important
    }
    .error-404 h1 {
        font-size: 250px
    }
    .error-404 p {
        font-size: 22px
    }
    .homepage-main-background .slider-button {
        left: 4em;
    }
}

@media (max-width:767px) {
    body {
        font-size: 18px
    }
    .homepage-main-content {
        padding: 20px
    }
    .homepage-main-content p:first-of-type {
        font-size: 35px
    }
    .homepage-main-content p:last-of-type {
        font-size: 22px;
        margin-bottom: 30px
    }
    .mainmenu {
        width: calc(100% - 80px)
    }
    .mainmenu-background {
        display: none
    }
    .mainmenu-navigator {
        font-size: 25px
    }
    .mainmenu-navigator li {
        margin: 10px 0
    }
    .maintitle-back {
        font-size: 65px;
        letter-spacing: 7px;
        margin-right: -7px
    }
    .maintitle-front {
        font-size: 25px;
        margin-bottom: -3px
    }
    .about .maintitle,
    .blog .maintitle,
    .product>.maintitle {
        padding-top: 30px;
        margin-bottom: 20px;
        margin-top: 15px
    }
    .about .maintitle::before,
    .blog .maintitle::before,
    .product>.maintitle::before {
        height: 35px
    }
    .about-content {
        margin-bottom: 30px;
        line-height: 1.4
    }
    .about-images-1 {
        width: 200px;
        height: 140px;
        margin-bottom: -150px
    }
    .about-images-2 {
        width: 400px;
        height: 220px
    }
    .about-testimonials::before {
        width: 140px;
        height: 100px
    }
    .about-testimonials-slider {
        padding: 40px 0 10px
    }
    .about-testimonials-slider-item div {
        font-size: 17px;
        line-height: 1.4
    }
    .about-testimonials-slider-item p {
        font-size: 15px
    }
    .display-none-button {
        display: none
    }
    .catalog-list {
        height: calc(100% - 85px)
    }
    .catalog-list-item {
        height: calc(100% - 10px)
    }
    .catalog-list>div>div:first-of-type .catalog-list-item,
    .catalog-list>div>div:nth-of-type(2) .catalog-list-item {
        margin-bottom: 10px
    }
    .catalog-list>div>div:last-of-type .catalog-list-item,
    .catalog-list>div>div:nth-of-type(3) .catalog-list-item {
        margin-top: 0;
        margin-bottom: 10px
    }
    .product-images-item,
    .product-images-item.small {
        display: block;
        width: auto;
        height: 25vw
    }
    .product-form .maintitle {
        margin-bottom: 50px
    }
    .product-form .maintitle-front {
        font-size: 22px;
        margin-bottom: -20px
    }
    .product-form .maintitle br {
        display: block
    }
    .post .pageheader {
        margin-bottom: 30px
    }
    .post-header h1 {
        font-size: 30px
    }
    .post-content {
        margin-bottom: 50px
    }
    .post-content p:not(:last-of-type) {
        margin-bottom: 15px
    }
    .post-related-header p {
        font-size: 20px
    }
    .post-related-header a {
        font-size: 16px
    }
    .post-related-header a svg {
        width: 16px;
        margin-right: 5px;
        position: relative;
        top: -1px
    }
    .post-list-item-wrapper {
        height: auto;
        padding-bottom: 0
    }
    .post-list-item {
        height: auto;
        margin-bottom: 20px
    }
    .blog-list .post-list-item {
        margin-bottom: 20px
    }
    .post-list-item-footer {
        position: relative
    }
    .post-list-item-content-relative {
        padding-bottom: 0
    }
    .post-list-item-background-wrapper {
        height: 25vw
    }
    .branches-list-item {
        padding: 20px
    }
    .branches-list-item-content {
        width: calc(100% - 200px - 20px)
    }
    .branches-list-item-map {
        width: 200px;
        height: 90px
    }
    .branches-list-item-content-name {
        margin-bottom: 15px
    }
    .branches .maintitle,
    .contact .maintitle {
        margin-top: 0;
        margin-bottom: 30px
    }
    .contact {
        min-height: 700px;
        height: calc(100vh - 100px + 10px);
        height: auto;
        min-height: auto;
        padding-bottom: 20px
    }
    .contact-form {
        margin: 0;
        padding: 0;
        background-color: transparent;
        box-shadow: none
    }
    .input-wrapper,
    .textarea-wrapper {
        margin-bottom: 20px
    }
    .checkbox-wrapper {
        margin-bottom: 30px
    }
    .contact-background {
        display: none
    }
    .product-content {
        line-height: 1.4
    }
    .post-content {
        line-height: 1.4
    }
}

@media (max-width:575px) {
    .sidebar {
        bottom: auto;
        left: 0;
        width: auto;
        height: 60px;
        padding: 12px 15px;
        border-bottom: 1px solid #e5e5e5;
        border-left: 0
    }
    .logo {
        height: 100%;
        width: auto;
        margin-right: 0
    }
    .logo a {
        display: inline-block;
        height: 100%
    }
    .logo a img {
        height: 100%;
        width: auto
    }
    .social-desktop {
        display: none
    }
    .social-mobile {
        display: block;
        margin-top: 10px
    }
    .social a {
        margin: 0 7px
    }
    .social a svg {
        width: 17px;
        fill: grey
    }
    .menu {
        padding: 7px 0
    }
    .sidebar>div {
        -ms-flex-direction: row!important;
        flex-direction: row!important
    }
    .mainmenu {
        width: auto;
        right: 0;
        left: 0;
        top: 60px
    }
    .mainmenu-navigator {
        font-size: 30px
    }
    .mainmenu-navigator li {
        margin: 15px 0
    }
    .site-content {
        margin-right: 0;
        padding: 110px 20px 50px
    }
    .phone {
        transform: translateY(50%);
        top: 70px
    }
    .catalog,
    .homepage {
        min-height: 400px;
        height: calc(100vh - 160px)
    }
    .catalog-list {
        height: calc(100vh - 160px - 55px - 30px + 10px)
    }
    .homepage-main-content p:first-of-type {
        font-size: 28px
    }
    .homepage-main-content p:last-of-type {
        font-size: 20px;
        margin-bottom: 20px
    }
    .homepage-main-content a {
        font-size: 16px
    }
    .homepage-main-content a svg {
        width: 35px;
        top: -1px
    }
    .site-footer {
        font-size: 12px
    }
    .maintitle-back {
        font-size: 55px
    }
    .maintitle-front {
        font-size: 22px
    }
    .about .maintitle,
    .blog .maintitle,
    .product>.maintitle {
        padding-top: 25px
    }
    .about .maintitle::before,
    .blog .maintitle::before,
    .product>.maintitle::before {
        height: 30px
    }
    .about-images-1 {
        width: 28vw;
        height: 19vw;
        margin-bottom: -100px
    }
    .about-images-2 {
        width: 64vw;
        height: 34vw
    }
    .catalog-list-item-title {
        font-size: 22px
    }
    .post-list-item-title {
        font-size: 20px;
        margin-bottom: 10px
    }
    .post-list-item-text {
        margin-bottom: 15px
    }
    .post-list-item-link {
        font-size: 15px
    }
    .post-list-item-link svg {
        width: 30px
    }
    .post-header h1 {
        font-size: 25px
    }
    .post-related-header a span {
        display: none
    }
    .branches-list-item {
        border-right: 0;
        border-bottom: 5px solid #ef4331
    }
    .branches-list-item-content {
        display: block;
        width: auto;
        margin-bottom: 20px;
        margin-left: 0;
        text-align: center
    }
    .branches-list-item-map {
        display: block;
        width: auto
    }
    .error-404 h1 {
        font-size: 150px
    }
    .error-404 p {
        font-size: 17px
    }
}

@media (max-width:479px) {
    .site-content {
        padding: 110px 15px 50px
    }
    .phone {
        left: 15px
    }
    .site-footer {
        right: 15px;
        left: 15px
    }
    .homepage-main-content p:first-of-type {
        font-size: 25px
    }
    .homepage-main-content p:last-of-type {
        font-size: 17px
    }
    .homepage-main-content a {
        font-size: 15px
    }
    .homepage-main-background::after {
        background-color: rgba(0, 0, 0, .1);
        background-image: linear-gradient(to right, transparent, rgba(0, 0, 0, .6)) !important
    }
    .about-images-1 {
        width: 38vw;
        height: 26vw;
        margin-bottom: -40px
    }
    .about-images-2 {
        width: 75vw;
        height: 40vw
    }
    #animation {
        display: none
    }
    #animation2 {
        display: block
    }
    #animation2 img {
        width: 30vw;
        height: auto
    }
    .error-404 h1 {
        font-size: 100px
    }
    .error-404 p {
        font-size: 17px
    }
    .error-404 p br {
        display: block
    }
}

@media (max-width:379px) {
    .homepage-main-content {
        padding: 15px
    }
    .homepage-main-content p:first-of-type {
        font-size: 18px
    }
    .homepage-main-content p:last-of-type {
        font-size: 16px
    }
    .maintitle-back {
        font-size: 45px;
        letter-spacing: 4px;
        margin-right: -4px
    }
    .about-testimonials::before {
        width: 100px;
        height: 70px
    }
    .catalog .maintitle {
        margin-bottom: 20px
    }
    .catalog-list {
        height: calc(100vh - 160px - 45px - 20px + 10px)
    }
    .product-images .row {
        margin-right: -5px;
        margin-left: -5px
    }
    .product-images .row>div {
        padding-right: 5px;
        padding-left: 5px
    }
    .product-images-item {
        margin-bottom: 10px
    }
    .product-images-item,
    .product-images-item.small {
        height: 28vw
    }
    .product-form .maintitle-front {
        font-size: 15px
    }
    .checkbox-wrapper {
        font-size: 12px;
        margin-bottom: 20px
    }
    .post-list-item-background-wrapper {
        height: 35vw
    }
    .post-list-item-content {
        height: auto;
        padding: 20px
    }
    .post-list-item-title {
        font-size: 18px
    }
    .post-list-item-text {
        font-size: 15px
    }
    .post-list-item-link {
        font-size: 13px
    }
    .post-list-item-link svg {
        width: 25px
    }
    .post-list-item-date {
        font-size: 13px
    }
    .post-header h1 {
        margin-bottom: 5px
    }
    .post-header-social {
        position: relative;
        transform: none
    }
    .post .pageheader {
        margin-bottom: 20px
    }
    .post-related-header p {
        font-size: 18px
    }
    .branches-list-item {
        padding: 15px
    }
    .branches-list-item-content-name {
        margin-bottom: 10px
    }
}