:host, :root {  --fa-style-family-classic: "Font Awesome 6 Free";
  --fa-font-solid: normal 900 1em/1 "Font Awesome 6 Free";
}
:host, :root {  --fa-font-regular: normal 400 1em/1 "Font Awesome 6 Free";
}
:host, :root {  --fa-style-family-brands: "Font Awesome 6 Brands";
  --fa-font-brands: normal 400 1em/1 "Font Awesome 6 Brands";
}
.whyChooseUs_roadMap_one_num{  width: 128px;  height: 128px;  background-color: #f8f8f8;  border-radius: 100px;  display: flex;  justify-content: center;  align-items: center;margin-right: auto;  margin-left: auto;}
@font-face {
    font-family: 'fontello';
    src: url('fonts/fontello.woff2'), url('fonts/fontello.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
.whyChooseUs_roadMap_one_num p {  font-size: 56px;  font-weight: 500;  line-height: 56px;  color: #FFD01E;  user-select: none;}
@font-face{
    font-family: 'Open Sans';
    src: url("fonts/OpenSans-Extrabold.woff2") format('woff2'), url("fonts/OpenSans-Extrabold.woff") format('woff');
    font-weight: 800;
    font-style: normal;
}.how-we-work > img {  width: 50vw;  height: 25.4vw;}
@font-face{
    font-family: 'Open Sans';
    src: url("fonts/OpenSans-Bold.woff2") format('woff2'), url("fonts/OpenSans-Bold.woff") format('woff');
    font-weight: bold;
    font-style: normal;
}.level-1.branch-1 .level-2.branch-1.views-complex-grouping-leave_abca:first-child > article {   max-width: 100vw;  display: flex;  justify-content: center;}
@font-face{
    font-family: 'Open Sans';
    src: url("fonts/OpenSans-Semibold.woff2") format('woff2'), url("fonts/OpenSans-Semibold.woff") format('woff');
    font-weight: 600;
    font-style:normal;
}.how-we-work.front_node {  justify-content: center;  width: 100vw;}
@font-face{
    font-family: 'Open Sans';
    src: url("fonts/OpenSans.woff2") format('woff2'), url("fonts/OpenSans.woff") format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face{
    font-family: 'Open Sans';
    src: url("fonts/OpenSans-Light.woff2") format('woff2'), url("fonts/OpenSans-Light.woff") format('woff');
    font-weight: 300;
    font-style: normal;
}

@font-face{
    font-family: 'Noto Sans';
    src: url("fonts/NotoSans.woff2") format('woff2'), url("fonts/NotoSans.woff") format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face{
    font-family: 'Noto Sans';
    src: url("fonts/NotoSans-Bold.woff2") format('woff2'), url("fonts/NotoSans-Bold.woff") format('woff');
    font-weight: bold;
    font-style: normal;
}

html {
    font-size: 15px;
    scroll-behavior: smooth;
}

body {
  font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
  font-family: 'Open Sans';
  margin: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
}

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

a {
    text-decoration: none;
    color: black;
}

article > div > ul.links, article > h2 {
  display: none;
}

.clearfix::after {
    display: none;
    clear: none;
    content: none;
}

header {
    top: 0;
    width: 100%;
    z-index: 9;
    position: sticky;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: #ffffffef;
    box-shadow: 0px -10px 30px #eee;
}

@media only screen and (max-width:767.98px){
/*    header{ position: unset }*/
}

header .clearfix {
    display: flex;
    margin-right: auto;
    margin-left: auto;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

@media (min-width: 576px) {
    header .clearfix, article {
        max-width: 540px;
    }
}
@media (min-width: 768px) {
    header .clearfix, article {
        max-width: 720px;
    }
}
@media (min-width: 992px) {
    header .clearfix, article {
        max-width: 960px;
    }
}
@media (min-width: 1200px) {
    header .clearfix, article {
        max-width: 1140px;
    }
}

article {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

article ul {
    text-align: left;
}

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

.site-branding {
  display: flex;
  width: max-content;
}

a.site-branding__logo > img {
  max-width: 250px;  height: 64px;
  margin-right: 0px;  border-radius: 120px / 70px;  background-color: rgb(226, 226, 224);  padding: 10px; 
}
a.site-branding__logo { align-items: center;  display: flex;}
.site-branding__name > a {
  font-weight: 400;
  line-height: 22px;  color: rgb(0, 0, 0);  font-family: Roboto;  font-size: 24px;
}
a.site-branding__logo {  margin-right: 15px; }
.site-branding__text {
  width: max-content;
  font-size: 1.5rem;
  display: flex;
  align-items: center;   padding-left: 0px;
}

.free_rf {
    color: #787878;
    font-size: 12px;
    line-height: 15px;
    font-weight: normal;
}

.align-items-center {
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center !important;
  align-items: center !important;
}

.justify-content-between {
  -webkit-box-pack: justify !important;
  -ms-flex-pack: justify !important;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.d-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: -webkit-box !important;
  display: -moz-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: box !important;
  display: flex !important;
}

header .contacts_header {
  font-size: 15px;
  font-weight: 400;
  line-height: 22px;
}

@media only screen and (max-width: 1200px) {
    header .email_header {
        display: none;
    }
}

@media (max-width: 1080px) {
    header nav ul {
        flex-direction: column;
        font-size: 0rem;
    }
}

#block-kontaktnayainformaciya > div.content, #block-kontaktnayainformaciya > div.content > div, #block-kontaktnayainformaciya > div.content > div > div {
    height: 100%;
}

.email_header::before {
    top: 0;
    content: '\e802';
    left: 5px;
    color: #e14942;
    font-size: 23px;
    position: absolute;
    font-family: "fontello";
}

.address_header::before {
    content: '\e804';
    top: 0px;
    left: 5px;
    color: #e14942;
    font-size: 23px;
    position: absolute;
    font-family: "fontello";
}

.phone_header::before {
    top: 8;
    content: '\e801';
    left: 5px;
    color: black;
    font-size: 23px;
    position: absolute;
    font-family: "fontello";
}

#phone_roistat {
    font-weight: bold;
    font-size: 19px;    font-size: 28px;
}

a.email_header span {
    transition: all 0.5s ease;
    border-bottom: 1px dashed #c2c2c2;
}

a.email_header span:hover {
    border-bottom: transparent;
}

.item_header {
    position: relative;
    padding-left: 35px;
    padding-right: 10px;
}

.callme_header {
    color: #000;
    cursor: pointer;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
    transition: 0.3s;
    font-weight: 600;
    text-align: center;
    padding: 12px 20px;
    border-radius: 30px;
    background-color: rgb(255, 208, 30);;
    -webkit-box-shadow: 0 15px 15px -5px #fbc1be;
    box-shadow: 0 15px 15px -5px #fbc1be;
}

@media only screen and (max-width: 1200px) {
    .callme_header {
        display: none;
    }
}

.section-header-info {
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
}

.section-header-info > div {
    padding: 15px;
}

header nav#block-abca-theme-main-menu {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
}

@media only screen and (max-width: 767.98px) {
    div#contacts_header > div {
        display: flex;
        flex-direction: column;
    }
    
    div#contacts_header > div > div {
        flex: 1;
        width: 100%;
        justify-content: center;
    }

    div#block-brendingsayta {

    }
}

a.menu-toggle {
    display: none;
}

nav#block-abca-theme-main-menu div.content ul, nav#block-abca-theme-account-menu div.content ul, div#block-abca-theme-primary-local-tasks div.content ul {
    margin: 0px;
    padding: 0px;
    display: flex;
}
div#block-abca-theme-primary-local-tasks div.content ul { border-bottom: solid 1px #000; }
nav#block-abca-theme-account-menu div.content ul {background-color: #999; justify-content:center}
nav#block-abca-theme-main-menu div.content ul > li::marker , nav#block-abca-theme-account-menu div.content ul > li::marker, 
div#block-abca-theme-primary-local-tasks div.content ul > li::marker {
    content: none;
}

nav#block-abca-theme-main-menu div.content ul > li, nav#block-abca-theme-account-menu div.content ul > li,
div#block-abca-theme-primary-local-tasks div.content ul > li{
    flex: 1;
}
div#block-abca-theme-primary-local-tasks div.content ul > li, nav#block-abca-theme-account-menu div.content ul > li {max-width: max-content;  padding: 0 10px;}
nav#block-abca-theme-main-menu div.content ul > li > a, nav#block-abca-theme-account-menu div.content ul > li > a {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 1.75rem;
    transition: all 0.5s ease;
} 

div#block-abca-theme-primary-local-tasks div.content ul > li > a { font-size: 1rem;}
div#block-abca-theme-primary-local-tasks div.content ul > li > a:hover { transform: scale(1.125); color: red; }
div#block-abca-theme-primary-local-tasks div.content ul > li > a.is-active { border: solid 1px #000; color:red; padding:0px 7px; border-radius: 5px 5px 0px 0px }
nav#block-abca-theme-account-menu div.content ul > li > a { font-size: 1.2rem; color:#fff}
nav#block-abca-theme-main-menu div.content ul > li > a:hover {
    transform: scale(1.125);
    color: red;
}
nav#block-abca-theme-account-menu div.content ul > li > a:hover { transform: scale(1.125); color: red;}
@media (max-width: 720px) {
    nav#block-abca-theme-main-menu div.content ul > li > a, #block-kontaktnayainformaciya a {
        font-size: 1rem;
    }

    #block-abca-theme-main-menu span {
        font-size: 0.75rem;
        line-height: 0;
    }
}

/*  */

/*  */

/*  */

#block-start {
    background-position: 70%;
    min-height: 20rem;
    padding: 0rem 0 0rem;
    background: url(../images/header-main-bg.jpg) center;
    background-size: cover;
    min-height: max-content;
    height: 90vh;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.white-shadow {
  text-shadow: 0px 0px 2px white;
}

.how-we-work.front_node > div > h1 {
    font-weight: bolder;
    color: #000;  text-shadow: 1px 1px 5px black;
    font-size: 3vw;
    line-height: 1.2;
    flex: 1;
    padding-right: 50%;
    align-items: center;
    display: flex;
}
.how-we-work.front_node > div {padding: 3vw 0%;}
ul.main-ul {
    color: black;
    font-size: 1.8em;
    margin-left: 10%;
    width: max-content;
    font-weight: bolder;
    flex: 3;
    max-width: calc(100vw - 8rem);
    padding-right: 30%;
}
.views-complex-grouping-level.level-1.branch-1 .views-complex-grouping-leave.level-2.branch-1 > .views-complex-grouping-leave.level-2.branch-1:first-child > article:first-child {  max-width: 100vw;}
ul.main-ul > li::marker {
    content: '✔︎ ';
    font-size: 1.25em;
}

ul.main-ul > li {
    max-width: calc(100vw - 8rem);
}

@media (max-width: 720px) {
    #block-start > h1 {
        padding-right: 5%;
    }
    ul.main-ul > li {
        font-size: 1rem;
    }
    ul.main-ul {
      padding-right: 0px;
      margin: 0px;
    }
}

@media (max-width: 1080px) {
    #block-start > h1 {
       padding-right: 0%;
        font-size: 1.8rem;
    }
    ul.main-ul > li {
        font-size: 1rem;
    }
    #block-start ul.main-ul{
        max-width: calc(100vw - 1rem);
    }
    #block-start ul.main-ul li{
       font-size: 1.3rem;
        max-width: calc(100vw - 1rem);
    }
}

/*  */

/*  */

/*  */

#company-name {
    color: black;
    font-weight: bolder;
    margin: auto;
    margin-top: 2rem;
    margin-bottom: 2rem;
    border: 1px #ff4343 solid;
    padding: 0.6rem;
    background: #f7f7f7;
    transition: transform 0.2s linear;
    display: inline-block;
    line-height: 1.2;
}

#company-name:hover {
  transform: scale(1.125);
}

.cards {
    display: flex;
    flex-wrap: wrap;
    margin: 0px 4%;
}

.cards > div {
    flex: 1;
}

@media (min-width: 992px) {
    .width-limit {
        max-width: 25%;
        min-width: unset;
    }
}

@media (max-width: 993px) {
    .cards {
        flex-direction: column;
    }

    .width-limit {
        margin-top: 1.5rem;
    }
}

.width-limit {
    display: flex;
    font-weight: 600;
    font-size: 1.125rem;
    line-height: 1.4375rem;
    align-items: center;
}

.width-limit > div {
    height: max-content;
    width: 100%;
    text-align: center;
}

.small-svg-image {
    border: black 1px solid;
    width: max-content !important;
    height: max-content !important;
    min-width: 3.8em;
    min-height: 3.8em;
    padding: 2px;
    display: flex;
    align-items: center;
}

.small-svg-image > img {
    width: 3rem;
    height: 3rem;
    margin: auto;
}

/*  */

/*  */

/*  */

.servicies {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.service {
    transition: transform 0.2s linear;
    border: black 1pt solid;
    overflow-x: hidden;
    /*overflow-y: scroll;*/
    height: max-content;
    min-height: 20rem;
    margin: 20px;
    min-width: 22rem;
    max-width: 22rem;
    display: flex;
    flex-direction: column;
}

.service .service-image {
    flex: 0 0 12rem;
}

.service .service-name {
    flex: 1 0;
}

.service:hover {
    transform: scale(1.125);
}

.service img {
    min-width: 22rem;
    min-height: 12rem;
    max-width: 22rem;
    max-height: 12rem;
    object-fit: cover;
}

.service p {
    padding: 0px 1rem;
}

/*  */

/*  */

/*  */

.bigger {
    font-weight: bolder;
    font-size: 1.75rem;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.bigger > img {
    width: 3rem;
    height: 3rem;
    margin: 0px;
}

/*  */

/*  */

/*  */

.how-we-work {
    display: flex;
    flex-wrap: wrap;   justify-content: center;
}
a.callme_header:hover {  top: 1px;  box-shadow: 0 15px 15px -10px #fbc1be;  left: 1px;
}
.work-card {
    flex: 1;
    border: black 1px solid;
    margin: 8px;
    padding: 4px;  max-width: max-content;
}

.work-card b {
    font-size: 1.75rem;
}

.work-card p {
    margin: 0px;
}

.work-card img:not(.cycle-slide) {
    width: 3rem;
    height: 3rem;
}
.views-complex-grouping-leave_abca .work-card:last-child {  max-width: 100vw;  width: 100vw;  flex: unset;  border: none;}
/*  */

/*  */

/*  */

div.services-price-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
}

@media (max-width: 1081px) {
    div.services-price-list {
        grid-template-columns: repeat(1, 1fr);
    }
}

div.wrapper {
    border: solid black 1px;
    height: max-content;
    box-shadow: 6px 6px 10px #0006;
    border-width: 0px 0px 0px 4px;
    padding-left: 4px;
    margin-bottom: 1rem;
}

div.wrapper > div.wrapper-head {
    display: flex;
    padding-right: 4px;
    padding-left: 4px;
    max-height: max-content;
}

div.wrapper > div.wrapper-head > span.wrapper-head-text {
    flex: 1;
    margin-top: auto;
    margin-bottom: auto;
    font-weight: bolder;
    text-align: left;
}

div.wrapper > div.wrapper-head > span.wrapper-head-plus {
    font-weight: bolder;
    font-size: 2em;
    margin-top: auto;
    margin-bottom: auto;
    user-select: none;
}

div.wrapper > div.wrapped-data {
    overflow-y: hidden;
    transition: max-height 0.5s linear;
    max-height: 0px;
    padding-right: 1rem;
    padding-left: 1rem;
}

.max {
    overflow-y: scroll !important;
    max-height: 100vh !important;
}

.price {
  display: flex;
  width: 100%;
  align-items: center;
  margin-bottom: 0.8rem;
}

.price1 {
  max-width: 60%;
  text-align: left;
}

.price2 {
  flex: 1;
  border-bottom: dotted 2px gray;
  height: 0px;
  margin-left: 1rem;
  margin-right: 1rem;
}

.feed-icon {
    display: none;
}

/*  */

/*  */

/*  */

footer {
    height: max-content;
    color: #fff;
    font-size: 15px;
    font-weight: 400;
    line-height: 20px;
    background: #202326;
    font-family: "Noto Sans", sans-serif;
}

div.site-footer__top > div {
    padding: 1rem;
    display: flex;
    height: max-content;
    text-shadow: 3px 3px 5px #000000;
}

@media (max-width: 1080px) {
    div.site-footer__top > div {
        flex-direction: column;
    }
}

form#webform-submission-zadat-vopros-add-form, form.webform-submission-zadat-vopros-form {
    text-align: center;
}

input#edit-phone, textarea#edit-question, #block-abca-theme-vebforma input.form-tel, 
#block-abca-theme-vebforma textarea.form-textarea, 
#block-abca-theme-vebforma .drupal-messages {
    width: 75%;
    margin-bottom: 8px;
}
.messages.messages--status{color:green}
.messages.messages--error{color:red}
#block-abca-theme-vebforma .drupal-messages{
  margin: auto;
}
div.site-footer__top > div > div {
    flex: 1;
    margin: 2rem;
}

div.contacts-container {
    text-shadow: 3px 3px 5px #000000;
}

footer a {
    color: #fff;
}

footer .block-webform > h2 {
    text-align: center;
    font-size: 2rem;
    margin-bottom: .5rem;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.2;
    color: inherit;
    margin-top: 0px;
    margin-bottom: 2rem;
}

footer h2 {
    font-size: 2rem;
    margin-bottom: .5rem;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.2;
    color: inherit;
    margin-top: 0;
}

input#edit-actions-submit, input.webform-button--submit {
    cursor: pointer;
    border: none;
    border-radius: 4px;
    outline: none;
    background: #f33;
    padding: 8px;
    color: white;
    font-weight: 75%;
    width: 75%;
}

button, input {
    overflow: visible;
}

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

textarea {
    overflow: auto;
    resize: vertical;
    height: 10rem;
}

div.contacts-block h3 > a {
    cursor: pointer;
    font-size: 1.75rem;
    font-weight: 500;
    line-height: 1.2;
}

div.contacts-block h3 {
    margin-bottom: .5rem;
    margin-top: 0px;
}

div.contacts-block > p {
    margin-top: 0px;
}

/*  */

/*  */

/*  */

.min {
  max-height: 0px;
  padding-top: 0px !important;
  padding-bottom: 0px !important;
  overflow-y: hidden;
}

div.ui-dialog {
    width: initial !important;
    min-width: min-content;
    max-width: max(30vw, 300px);
    left: 50% !important;
    transform: translateX(-50%);
}

#drupal-modal, #drupal-modal .imagefield_slideshow-wrapper, div.ui-dialog{
    padding: min(1vw,6px);
}

div.ui-dialog img{
    max-width: max(27vw, 250px);
}

.ui-dialog-title {
    font-size: 20px;
    font-weight: bold;
    white-space: normal !important;
    overflow: initial !important;
    text-overflow: initial !important;
}

.ui-widget-header, .ui-dialog-titlebar {
    background: none;
    border: none;
    border-bottom: 1px solid #e9ecef;
}

.ui-dialog-titlebar-close, .ui-dialog-titlebar-close:hover {
    border: none !important;
    background: none !important;
}

#drupal-modal label {
    text-align: left;
    width: 100%;
}

#drupal-modal label {
    display: inline-block;
    margin-bottom: .5rem;
}

#drupal-modal input {
    width: 100%;
    padding: 0px 10px;
    width: 100%;
    height: 40px;
    color: #323232;
    padding: 0 15px;
    background-color: rgba(242,73,65,0.059);
    border: 1px solid #e1e1e1;
    outline: none;
}

.ui-dialog-buttonset {
    width: 100%;
}

.ui-dialog-buttonset button {
    color: #fff;
    width: 100%;
    height: 50px;
    border: none;
    cursor: pointer;
    font-size: 19px;
    transition: 0.5s;
    background-color: #f24941;
}

.ui-dialog-buttonset button:hover {
    border: none;
    background: #f24941;
    font-weight: initial;
    color: #fff;
}

#webform-submission-perezvonite-nam-add-form--ikDyC9J11BY .block {
    margin-bottom: 15px;
}

.confid_up {
    color: #474747;
    font-size: 13px;
    text-align: center;
    margin-top: 1rem;
}

.confid_up a {
  color: #474747;
  border-bottom: 1px solid #d2d2d2;
}

.ui-widget-overlay {
    background: #00000077;
    opacity: initial;
}

/*  */

/*  */

/*  */

@keyframes fadeInRight {
    0% {
        opacity: 0;
        transform: translateX(200px);
    }
    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes fadeInUp {
    0% {
        opacity:0;
        transform:translateY(100%)}
    100% {
        opacity:1;
        transform:none
    }
}

@keyframes fadeInDown {
    0% {
        opacity:0;
        transform:translateY(-100%)}
    100% {
        opacity:1;
        transform:none
    }
}

.animated-onload {
    animation-name: fadeInDown;
    animation-duration: 1s;
}

ul.footer_services-list, #block-abca-theme-ostalisvoprosy .content div p {
  list-style: none;
  padding-left: 0;
  color: #757575;
  margin-top: 0;
  padding-right: 50px;
}
.contacts-block {
  text-align: left;
  color: #fff;
  font-size: 15px;
  font-weight: 400;
  line-height: 20px;
  font-family: "Noto Sans";
  text-shadow: 3px 3px 5px #000000;
  display: flex;
  flex-direction: column;
  justify-content: start;
}
.contact.call-us, .contact.mail-us, .contact.find-us, .contact.social {
  position: relative;
  padding-left: 20px;
}
.contact {
  text-align: left;
  color: #fff;
  font-size: 15px;
  font-weight: 400;
  line-height: 20px;
  font-family: "Noto Sans";
  text-shadow: 3px 3px 5px #000000;
  margin-bottom: 5px;
}
.call-us_link, .contact.mail-us a, .contact.find-us a, .contact.social a {
  text-align: left;
  font-size: 15px;
  font-weight: 400;
  line-height: 20px;
  font-family: "Noto Sans";
  text-decoration: none;
  color: #757575 !important;
}
.contact.call-us::before, .contact.mail-us::before, .contact.find-us::before, .contact.social::before {
  top: 0.1rem;
  left: 0;
  text-shadow: none;
  font-size: 15px;
  position: absolute;
  font-family: "fontello";
}
.contact.call-us::before {
  content: "\e801";
  color: white;
}
.contact.mail-us::before {
  content: "\e802";
  color: white;
}
.contact.find-us::before {
  content: "\e804";
  color: #ff5e14;
}
.menu-button-container {
  display: none;height: 20px;
  width: 30px;
  cursor: pointer;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#menu-toggle {
  display: none;
}
.menu-button, .menu-button::before, .menu-button::after  {
  display: block;
  background-color: black;
  position: absolute; 
  height: 4px;
  width: 30px;
  transition: transform 400ms cubic-bezier(0.23, 1, 0.32, 1);
  border-radius: 2px;
}
.menu-button::before {
  content: "";
  margin-top: -8px;
}
.menu-button::after {
  content: "";margin-top: 8px;
}
#menu-toggle:checked + .menu-button-container .menu-button::before {
  margin-top: 0px;
  transform: rotate(405deg);
}
#menu-toggle:checked + .menu-button-container .menu-button {
  background: rgba(255, 255, 255, 0)
}
#menu-toggle:checked + .menu-button-container .menu-button::after {
  margin-top: 0px;transform: rotate(-405deg);
}
.menu > li {
  margin: 0 1rem;
  overflow: hidden;
}


@media(max-width:767.98px){
  .menu-button-container{
    display:flex; 
    position:absolute; 
    top:22px;
    right:15px;
  }
  #menu-toggle ~ .section-header-menu div nav .content{
    display:block;
    margin:auto;
    height:0;
    width:100%;
  }
  header nav#block-abca-theme-main-menu{
    width: auto;
    margin: 0;
    position: static;
  }
  #menu-toggle ~ .section-header-menu nav#block-abca-theme-main-menu div.content {
    display: block;
    margin: auto;
    height: 0;
    width: 100%
  }
  header nav#block-abca-theme-main-menu > div.content > ul {
    margin: 0;
    padding: 0;
    font-size: inherit;
    display: flex;
    flex-direction: column;
    width: 100%;
    justify-content: center;
    align-items: center;
  }
  #menu-toggle ~ .section-header-menu nav#block-abca-theme-main-menu > div.content > ul > li {
    background: white;
    height: 0;
    margin: 0;
    padding: 0;
    transition: height 400ms cubic-bezier(0.23, 1, 0.32, 1);
  }
  #menu-toggle:checked ~ .section-header-menu nav#block-abca-theme-main-menu > div.content {
    height: max-content;
    transition: height 400ms cubic-bezier(0.23, 1, 0.32, 1);
  }
  #menu-toggle:checked ~ .section-header-menu nav#block-abca-theme-main-menu > div.content > ul > li {
    height: 2.5em;
    padding: 0.5em;
    transition: height 400ms cubic-bezier(0.23, 1, 0.32, 1);
  }
  header nav#block-abca-theme-main-menu > div.content > ul > li {
    display: flex;
    justify-content: center;
    margin: 0;
    padding: 0.5em 0;
    width: 100%;
  }
  #menu-toggle ~ .section-header-menu nav#block-abca-theme-main-menu > div.content > ul > li > a {
    font-size: 0;
    height: 0;
    transition: height 400ms cubic-bezier(0.23, 1, 0.32, 1);
  }
  #menu-toggle:checked ~ .section-header-menu nav#block-abca-theme-main-menu > div.content ul > li a {
    font-size: 1rem;
    height: 1em;
    transition: height 400ms cubic-bezier(0.23, 1, 0.32, 1);
  }
  .min ~ .section.section-header-menu.layout-container, .min ~ .menu-button-container{
    max-height: 0px;
    overflow: hidden;
  }  
}