body .aligncenter {
  margin: 0 auto;
}
body .post .post__content.content a {
  color: #f33932;
  transition: 0.3s;
}
body .post .post__content.content a:hover {
  color: #000;
}
body .post .post__content.content iframe {
  margin: 0 auto;
  display: block;
}
body .post .post__content.content table {
  width: 100%;
  border-collapse: collapse;
}
body .post .post__content.content table th,
body .post .post__content.content table td {
  padding: 15px 12px;
  border: 1px solid #e1e1e1;
  line-height: 1.2;
}
body .post .post__content.content table th {
  font-weight: 600;
  text-align: left;
  color: #fff;
  background-color: #f33932;
}
body .post .post__content.content table td {
  background-color: #f9f9f9;
  font-weight: 300;
  font-size: 14px;
  text-transform: capitalize;
  color: #1b1b1b;
}
body .post .post__content.content table tr:nth-child(2n) td {
  background-color: #f2f2f2;
}
body .post .post__content.content table caption {
  margin-top: 25px;
  text-align: left;
  font-weight: 600;
  font-size: 26px;
  line-height: 39px;
  margin-bottom: 15px;
}
body .sgk-pagination {
  display: flex;
  justify-content: center;
  margin-top: 24px;
}
body .sgk-pagination__list {
  display: flex;
  align-items: center;
  gap: 8px;
  list-style: none;
  padding: 0;
  margin: 0;
}
body .sgk-pagination__item {
  display: block;
}
body .sgk-pagination__link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 40px;
  height: 40px;
  padding: 0 12px;
  text-decoration: none;
  border: 1px solid #000;
  color: #000;
  font-weight: 600;
  border-radius: 6px;
  transition: transform 0.15s ease, background-color 0.15s ease, color 0.15s ease, border-color 0.15s ease;
}
body .sgk-pagination__link:hover {
  background-color: #000;
  color: #fff;
  transform: translateY(-1px);
}
body .sgk-pagination__link--current {
  background-color: #f33932;
  border-color: #f33932;
  color: #fff;
  cursor: default;
}
body .sgk-pagination__link--current:hover {
  background-color: #f33932;
  color: #fff;
  transform: translateY(0);
}
body .sgk-getaquote-form input {
  width: 100%;
}
body .sgk-getaquote-form textarea {
  resize: none;
}
body .sgk-getaquote-form input,
body .sgk-getaquote-form textarea {
  border: 1px solid #a0a0a0;
  color: #a0a0a0;
  padding: 5px;
  height: 50px;
  font-size: 18px;
}
body .sgk-getaquote-form .dropdown {
  height: 50px;
}
body .sgk-getaquote-form .comment-hint {
  color: #a0a0a0;
}
body .sgk-getaquote-form .bootstrap-select {
  width: 100%;
}
body .sgk-getaquote-form .bootstrap-select .dropdown-toggle .filter-option {
  border: 1px solid #a0a0a0;
  height: 50px;
}
body .sgk-getaquote-form .bootstrap-select .dropdown-toggle .filter-option .filter-option-inner {
  margin-top: 5px;
}
body .sgk-getaquote-form .wpcf7-form-control.wpcf7-submit {
  border: 0;
  padding: 15px 20px;
  color: #fff;
  transition: 0.3s;
}
body .sgk-getaquote-form .wpcf7-form-control.wpcf7-submit:hover,
body .sgk-getaquote-form .wpcf7-form-control.wpcf7-submit:focus {
  background-color: #f33932 !important;
}
body .sgk-getaquote-form .form-row-box br {
  display: none;
}
body .sgk-getaquote-form .form-row-box span.label {
  display: block;
}
body .sgk-getaquote-form .form-row-box span.label br {
  display: block;
}
body .sgk-getaquote-form .dropdown {
  height: 50px !important;
}
body .grecaptcha-badge {
  display: none;
  opacity: 0;
}
body .sgk-getaquote-form .wpforms-field.wpforms-field-select select {
  border: 1px solid #a0a0a0;
  padding: 5px;
  height: 50px;
  font-size: 18px;
}
body .sgk-display-id {
  color: #f33932;
  font-weight: bold;
  text-transform: uppercase;
}
body .wpforms-container label.wpforms-error {
  position: absolute;
}
body .sgk-getaquote-form.wpforms-container .wpforms-field-label,
body .sgk-getaquote-form.wpforms-container .sgk-extra-wrap label {
  position: relative;
  margin-bottom: 15px;
  display: block;
  font-weight: 700;
  font-size: 15px;
}
body .sgk-getaquote-form.wpforms-container .sgk-controls button.sgk-add,
body .sgk-getaquote-form.wpforms-container .sgk-controls button.sgk-remove {
  background-color: transparent;
  padding: 10px;
  border: 1px solid #a0a0a0;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 13px;
  padding-left: 12px;
  font-size: 20px;
  transition: 0.3s;
}
body .sgk-getaquote-form.wpforms-container .sgk-controls button:hover {
  border-color: #ff5f15;
  background-color: #ff5f15;
  color: #fff;
}
body .sgk-getaquote-form.wpforms-container .sgk-controls {
  position: absolute;
  top: 15px;
  right: 20px;
  display: flex;
  gap: 5px;
}
body .sgk-getaquote-form.wpforms-container .sgk-list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: flex-start;
}
body .sgk-getaquote-form.wpforms-container .sgk-list input {
  max-width: 32%;
}
body .sgk-getaquote-form .wpforms-field.wpforms-field-layout,
body .sgk-getaquote-form .wpforms-field.wpforms-field-textarea.sgk-comments,
body .sgk-getaquote-form .wpforms-field.wpforms-field-textarea.sgk-heavy-items,
body .sgk-getaquote-form .wpforms-field-container .sgk-layout-wrapper {
  background-color: #fff;
  padding: 25px 20px 30px;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
  margin-bottom: 10px;
}
body .sgk-getaquote-form .wpforms-field-container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
body .sgk-getaquote-form .wpforms-field-container .wpforms-field.wpforms-field-layout {
  flex: 0 0 calc(50% - 20px);
  padding: 10px 20px;
}
body .sgk-getaquote-form .wpforms-field-container .sgk-w-100 {
  width: 100%;
}
body .sgk-getaquote-form .wpforms-field-container .sgk-flex-100,
body .sgk-getaquote-form .wpforms-field-container #wpforms-7179-field_33-container,
body .sgk-getaquote-form .wpforms-field-container #wpforms-7179-field_42-container,
body .sgk-getaquote-form .wpforms-field-container #wpforms-7179-field_44-container,
body .sgk-getaquote-form .wpforms-field-container #wpforms-7179-field_49-container,
body .sgk-getaquote-form .wpforms-field-container #wpforms-7179-field_50-container,
body .sgk-getaquote-form .wpforms-field-container #wpforms-7179-field_53-container,
body .sgk-getaquote-form .wpforms-field-container #wpforms-7179-field_54-container {
  flex: 0 0 100%;
}
body .sgk-getaquote-form #wpforms-7179-field_44-container label {
  height: 55px;
}
body .sgk-getaquote-form.wpforms-container .wpforms-field-description,
body .sgk-getaquote-form.wpforms-container .wpforms-field-limit-text {
  font-size: 15px;
  margin: 15px 0 0 0;
}
body .sgk-getaquote-form.wpforms-container .wpforms-field-description a,
body .sgk-getaquote-form.wpforms-container .wpforms-field-limit-text a {
  font-size: 15px;
}
body .sgk-form-btn {
  position: relative;
  display: block;
  margin: 0;
  font-size: 16px;
  color: #fff;
  padding: 12px 20px;
  font-weight: 600;
  border-radius: 0;
  border: 1px solid #f33932;
  background-color: #f33932;
  transition: 0.3s;
}
body .sgk-form-btn:hover {
  color: #f33932;
  background-color: #fff;
}
body main {
  margin-top: 85px;
}
body .top-menu__menu > .menu-item {
  position: relative;
}
body .top-menu__menu a {
  text-decoration: none;
  color: #000;
  transition: color 0.2s;
}
body .top-menu__menu a:hover {
  color: #f33932;
}
body .top-menu__menu > li > a {
  font-size: 14px;
}
body .top-menu__menu .sub-menu {
  position: absolute;
  left: 0;
  top: 100%;
  min-width: 220px;
  background: #fff;
  border: 1px solid #000;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
  padding: 0;
  opacity: 0;
  visibility: hidden;
  transform: translateY(8px);
  transition: opacity 0.2s, visibility 0.2s, transform 0.2s;
  z-index: 1000;
  flex-direction: column;
}
body .top-menu__menu .sub-menu > .menu-item {
  position: relative;
}
body .top-menu__menu .sub-menu > .menu-item > a {
  display: block;
  padding: 10px 16px;
  white-space: nowrap;
  font-size: 14px;
}
body .top-menu__menu .sub-menu > .menu-item > a:hover {
  background: #f33932;
  color: #fff;
}
body .top-menu__menu .menu-item-has-children:hover > .sub-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
body .top-menu__menu .sub-menu .menu-item-has-children > .sub-menu {
  left: 100%;
  top: 0;
}
body .questions .item__answer a {
  font-size: 14px;
  transition: 0.3s;
}
body .questions .item__answer a:hover {
  color: #f33932;
}
body .pricing .sub-list__sub-item:hover {
  font-weight: 400;
}
body .wpforms-field-description {
  font-size: 0.85em;
}
body .wpforms-field-description a {
  font-size: 0.85em;
  color: #f33932;
  transition: 0.3s;
}
body .wpforms-field-description a:hover {
  color: #000;
}
body .sgk-getaquote-form.wpforms-container .wpforms-field-description a.sgk-pttl {
  font-size: 22px;
  font-weight: 600;
  position: absolute;
  right: 11px;
  top: -5px;
  padding: 2px 9px;
  color: #fff;
  background-color: #f33932;
  border-radius: 50%;
  border: 1px solid #f33932;
  transition: 0.3s;
}
body .sgk-getaquote-form.wpforms-container .wpforms-field-description a.sgk-pttl:hover {
  color: #f33932;
  background-color: #fff;
}
body #wpforms-form-7177 input[type='text'],
body #wpforms-form-7177 input[type='email'],
body #wpforms-form-7177 input[type='tel'],
body #wpforms-form-7177 input[type='password'],
body #wpforms-form-7177 select {
  display: block;
  width: 100%;
  line-height: 28px;
  height: 60px;
  font-size: 16px;
  padding: 10px 22px;
  background: #fff;
  color: #7e7b7a;
  border: 1px solid #e9e5df;
}
body #wpforms-form-7177 textarea {
  font-size: 16px;
  background: #fff;
  padding: 10px 22px;
  border: 1px solid #e9e5df;
  resize: none;
}
body #wpforms-form-7177 label.wpforms-error {
  position: relative;
}
body .sgk-page-default {
  padding-top: 50px;
  padding-bottom: 50px;
}
body .sgk-page-default * {
  line-height: normal;
}
body .sgk-page-default h1 {
  text-align: center;
}
body .sgk-page-default p {
  margin-bottom: 15px;
}
body .sgk-page-default a {
  color: #f33932;
  transition: 0.3s;
}
body .sgk-page-default a:hover {
  color: #000;
}
body .sgk-page-default ul,
body .sgk-page-default ol {
  display: block;
  margin-bottom: 15px;
  margin-left: 30px;
}
body .sgk-page-default ul li,
body .sgk-page-default ol li {
  display: list-item;
}
body .sgk-page-default ul li {
  list-style: disc;
}
body .sgk-page-default ol li {
  list-style: auto;
}
body .sgk-sitemap {
  max-width: 1200px;
  margin: 150px auto 100px;
  padding: 0 16px;
}
body .sgk-sitemap h1 {
  text-align: center;
}
body .sgk-sitemap .sgk-title {
  font-size: 32px;
  line-height: 1.2;
  margin: 0 0 20px;
  color: #041026;
}
body .sgk-sitemap .sgk-desc {
  font-size: 14px;
  color: #4a5668;
  margin: 0 0 28px;
  text-align: center;
}
body .sgk-sitemap .sgk-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}
body .sgk-sitemap .sgk-card {
  background: #fff;
  border: 1px solid #e8edf4;
  border-radius: 14px;
  box-shadow: 0 1px 2px rgba(4, 16, 38, 0.06);
  padding: 20px;
}
body .sgk-sitemap .sgk-card--full {
  grid-column: 1/-1;
}
body .sgk-sitemap .sgk-card h2 {
  font-size: 20px;
  margin: 0 0 16px;
  color: #041026;
}
body .sgk-sitemap .sgk-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 8px;
}
body .sgk-sitemap .sgk-list li {
  margin: 0;
}
body .sgk-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  text-decoration: none;
  padding: 10px 12px;
  border: 1px solid #e8edf4;
  border-radius: 10px;
  transition: transform 0.15s ease, box-shadow 0.15s ease, border-color 0.15s ease;
}
body .sgk-sitemap .sgk-link:hover {
  transform: translateY(-2px);
  box-shadow: 0 3px 10px rgba(4, 16, 38, 0.08);
  border-color: #f33932;
}
body .sgk-sitemap .sgk-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #f33932;
  flex: 0 0 8px;
}
body .sgk-sitemap .sgk-text {
  color: #041026;
  font-size: 14px;
  flex: 1 1 auto;
}
body .sgk-sitemap .sgk-meta {
  font-size: 12px;
  color: #6b7789;
  white-space: nowrap;
}
body .sgk-sitemap .sgk-badge {
  background: #f33932;
  color: #fff;
  border-radius: 999px;
  padding: 2px 8px;
  font-size: 11px;
  line-height: 18px;
  margin-right: 20px;
}
body .sgk-sitemap details.sgk-cat {
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 10px;
}
body .sgk-sitemap details.sgk-cat:last-child {
  margin-bottom: 0;
}
body .sgk-sitemap summary.sgk-cat-sum {
  transition: 0.3s;
  border: 1px solid #e8edf4;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  padding: 12px 14px;
  font-size: 15px;
  font-weight: 600;
  background: #f8f9fb;
  color: #041026;
  position: relative;
  border-radius: 12px;
  margin: 0;
}
body .sgk-sitemap summary.sgk-cat-sum:hover {
  background: #f33932;
  color: #fff;
}
body .sgk-sitemap summary.sgk-cat-sum::-webkit-details-marker {
  display: none;
}
body .sgk-sitemap summary.sgk-cat-sum::after {
  content: '▾';
  position: absolute;
  right: 14px;
  font-size: 14px;
  transition: transform 0.2s;
}
body .sgk-sitemap details[open] > summary.sgk-cat-sum::after {
  transform: rotate(-180deg);
}
body .sgk-sitemap details[open] > summary.sgk-cat-sum {
  margin-bottom: 10px;
}
body .sgk-sitemap .sgk-list--cols2 {
  display: grid;
  grid-template-columns: 1fr;
  gap: 8px;
}
body .map .contact-group__email {
  font-weight: 600;
  line-height: 1.6;
  color: #4a4a4a;
  display: block;
}
body .contact-group a {
  margin-bottom: 10px;
  transition: 0.3s;
}
body .contact-group a:hover {
  color: #f33932;
}
body .contact-group a:last-child {
  margin-bottom: 0;
}
body a.sgk-btn:after {
  content: '';
  background-image: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMjEiIHZpZXdCb3g9IjAgMCAyMSAyMSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik02LjMzMjY4IDMuODMzMzNDNC45NTE5NyAzLjgzMzMzIDMuODMyNjggNC45NTI2MiAzLjgzMjY4IDYuMzMzMzNWMTQuNjY2N0MzLjgzMjY4IDE2LjA0NzQgNC45NTE5NyAxNy4xNjY3IDYuMzMyNjggMTcuMTY2N0gxNC42NjZDMTYuMDQ2NyAxNy4xNjY3IDE3LjE2NiAxNi4wNDc0IDE3LjE2NiAxNC42NjY3VjExLjMzMzNDMTcuMTY2IDEwLjg3MzEgMTcuNTM5MSAxMC41IDE3Ljk5OTMgMTAuNUMxOC40NTk2IDEwLjUgMTguODMyNyAxMC44NzMxIDE4LjgzMjcgMTEuMzMzM1YxNC42NjY3QzE4LjgzMjcgMTYuOTY3OSAxNi45NjcyIDE4LjgzMzMgMTQuNjY2IDE4LjgzMzNINi4zMzI2OEM0LjAzMTUgMTguODMzMyAyLjE2NjAyIDE2Ljk2NzkgMi4xNjYwMiAxNC42NjY3VjYuMzMzMzNDMi4xNjYwMiA0LjAzMjE1IDQuMDMxNSAyLjE2NjY3IDYuMzMyNjggMi4xNjY2N0g5LjY2NjAyQzEwLjEyNjMgMi4xNjY2NyAxMC40OTkzIDIuNTM5NzYgMTAuNDk5MyAzQzEwLjQ5OTMgMy40NjAyNCAxMC4xMjYzIDMuODMzMzMgOS42NjYwMiAzLjgzMzMzSDYuMzMyNjhaIiBmaWxsPSJ3aGl0ZSIvPgo8cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTE4LjU4ODYgMi40MTA3NUMxOC45MTQgMi43MzYxOCAxOC45MTQgMy4yNjM4MiAxOC41ODg2IDMuNTg5MjZMMTEuMDg4NiAxMS4wODkzQzEwLjc2MzIgMTEuNDE0NyAxMC4yMzU1IDExLjQxNDcgOS45MTAwOSAxMS4wODkzQzkuNTg0NjYgMTAuNzYzOCA5LjU4NDY2IDEwLjIzNjIgOS45MTAwOSA5LjkxMDc1TDE3LjQxMDEgMi40MTA3NUMxNy43MzU1IDIuMDg1MzEgMTguMjYzMiAyLjA4NTMxIDE4LjU4ODYgMi40MTA3NVoiIGZpbGw9IndoaXRlIi8+CjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNMTIuMTY2IDNDMTIuMTY2IDIuNTM5NzYgMTIuNTM5MSAyLjE2NjY3IDEyLjk5OTMgMi4xNjY2N0gxNy45OTkzQzE4LjQ1OTYgMi4xNjY2NyAxOC44MzI3IDIuNTM5NzYgMTguODMyNyAzVjhDMTguODMyNyA4LjQ2MDI0IDE4LjQ1OTYgOC44MzMzMyAxNy45OTkzIDguODMzMzNDMTcuNTM5MSA4LjgzMzMzIDE3LjE2NiA4LjQ2MDI0IDE3LjE2NiA4VjMuODMzMzNIMTIuOTk5M0MxMi41MzkxIDMuODMzMzMgMTIuMTY2IDMuNDYwMjQgMTIuMTY2IDNaIiBmaWxsPSJ3aGl0ZSIvPgo8L3N2Zz4K');
  background-size: 24px;
  width: 24px;
  height: 24px;
}
body .sgk-menu-footer {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  align-items: flex-start;
  justify-content: space-between;
}
body .sgk-menu-footer-item {
  flex: 1 1 calc(33.333% - 16px);
  min-width: 220px;
}
body .sgk-menu-footer-item ul {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
body .sgk-menu-footer-item ul li a {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.4;
  color: #e0e0e0;
  transition: 0.3s;
}
body .sgk-menu-footer-item ul li a:hover {
  color: #f33932;
}
body .sgk-menu-footer-title {
  color: #fff;
  font-weight: 600;
  font-size: 18px;
  line-height: 1.6;
  text-transform: uppercase;
  margin-bottom: 20px;
}
body .pop-cities .item .link__name:before {
  width: 32px;
  height: 32px;
}
body .steps__list {
  gap: 30px 35px;
}
body .video-reviews .list__item iframe {
  height: 315px;
}
body .breadcrumbs a {
  transition: 0.3s;
}
body .breadcrumbs a:hover {
  color: #f33932;
}
body .video .top-group__descr {
  text-transform: none;
}
body .video .top-group__descr p {
  font-weight: 400;
  font-size: 14px;
  line-height: 1.6;
}
body .services .list .item__name a {
  display: block;
  text-align: center;
  font-family: 'Orelega One';
  font-size: 21px;
  line-height: 1.1;
  text-transform: capitalize;
  color: #1b1b1b;
  transition: 0.3s;
}
body .services .list .item__name a:hover {
  color: #f33932;
}
body .cities .gallery .item__name a {
  position: absolute;
  z-index: 1;
  width: 100%;
  left: 0;
  bottom: 25px;
  font-family: 'Orelega One';
  font-weight: 400;
  font-size: 26px;
  line-height: 12px;
  text-transform: capitalize;
  color: #ffffff;
  text-align: center;
  transition: 0.3s;
}
body .cities .gallery .item__name a:hover {
  color: #f33932;
}
body .statistic .bottom-group .list__item {
  font-size: 26px;
}
body .hero__left-column.left-column .hero__top-group,
body .hero__left-column.left-column .hero__descr,
body .hero__left-column.left-column .hero__bottom-group {
  z-index: 2;
}
body a:focus {
  outline: none;
}
body .hom-page .cities .cities-group__list {
  justify-content: flex-start;
}
body .hom-page .cities .cities-group .list__item {
  flex: 0 1 195px;
}
body .hom-page .cities .cities-group .list__item a {
  transition: 0.3s;
}
body .hom-page .cities .cities-group .list__item a:hover {
  color: #f33932;
}
body .hom-page .cities .cities__columns {
  gap: 0 50px;
}
body .all-cities .item .item__thumb {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
}
body .all-cities .item .item__thumb .thumb__img {
  box-shadow: 5px 5px 12px #e5e5e5;
}
body .all-cities .item .item__thumb span {
  transition: 0.3s;
}
body .all-cities .item .item__thumb:hover span {
  color: #f33932;
}
body ul.top-menu__menu li ul.sub-menu li.sgk-2-column ul.sub-menu {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}
body .types .list .item__name a {
  transition: 0.3s;
  font-size: 20px;
  text-align: center;
  padding: 0;
  font-family: 'Orelega One', sans-serif;
  font-weight: 400;
}
body .types .list .item__name a:hover {
  color: #f33932;
}
body .sgk-grid .sgk-card .sgk-cat[open] .sgk-cat-sum {
  background-color: #f33932;
  color: #fff;
}
body .sgk-grid .sgk-card.sgk-card-maryland .sgk-cat-maryland .sgk-list-maryland .sgk-service .sgk-link:first-child {
  margin-bottom: 10px;
}
@media (max-width: 1175px) {
  .top-menu__menu {
    gap: 0 10px;
  }
}
@media (max-width: 1115px) {
  body.no-scroll {
    overflow: hidden;
  }
  .top-menu__menu,
  .top-menu__phone {
    display: none;
  }
  .top-menu__main-block {
    display: flex;
    justify-content: space-between;
  }
  .top-menu__burger-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    position: relative;
  }
  .top-menu__burger-btn span,
  .top-menu__burger-btn:before,
  .top-menu__burger-btn:after {
    content: '';
    position: absolute;
    left: 12px;
    right: 12px;
    height: 2px;
    background: #000;
    transition: transform 0.3s ease, opacity 0.3s ease, top 0.3s ease;
  }
  .top-menu__burger-btn span {
    top: 21px;
  }
  .top-menu__burger-btn:before {
    top: 14px;
  }
  .top-menu__burger-btn:after {
    top: 28px;
  }
  .top-menu__burger-btn.active span {
    opacity: 0;
  }
  .top-menu__burger-btn.active:before {
    top: 21px;
    transform: rotate(-45deg);
  }
  .top-menu__burger-btn.active:after {
    top: 21px;
    transform: rotate(45deg);
  }
  .mobile-menu-wrapper {
    position: fixed;
    inset: 0;
    z-index: 110;
    background: #fff;
    display: none;
    transform: translateY(-100%);
    transition: transform 0.3s ease;
  }
  .mobile-menu-wrapper.open {
    transform: translateY(0);
  }
  .mobile-menu-wrapper__overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.2);
  }
  .mobile-menu-wrapper__main-block {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 30px;
    padding: 20px;
    padding-top: 150px;
    height: 100%;
    overflow: auto;
    background: #fff;
    align-items: center;
    justify-content: center;
  }
  .mobile-menu-wrapper__menu {
    display: flex;
    flex-direction: column;
    gap: 16px;
    max-width: 340px;
    width: 100%;
    height: 100%;
    list-style: none;
    margin: auto 0;
    padding: 0;
    overflow: auto;
  }
  .mobile-menu-wrapper__menu > li {
    margin: 0;
  }
  .mobile-menu-wrapper__menu a {
    font-size: 18px;
    transition: 0.3s;
  }
  .mobile-menu-wrapper__menu .current-menu-item > a {
    color: #f33932;
  }
  .mobile-menu-wrapper__menu li:hover > a,
  .mobile-menu-wrapper__menu li:focus > a,
  .mobile-menu-wrapper__menu li:active > a {
    color: #f33932;
  }
  .mobile-menu-wrapper__menu .menu-item-has-children {
    position: relative;
  }
  .mobile-menu-wrapper__menu .menu-item-has-children > a {
    position: relative;
    display: block;
    padding-right: 32px;
  }
  .mobile-menu-wrapper__menu .sgk-toggle {
    position: absolute;
    z-index: 2;
    right: 0;
    top: 0;
    transform: translateY(0);
    width: 24px;
    height: 24px;
    border: 0;
    background: transparent;
    cursor: pointer;
  }
  .mobile-menu-wrapper__menu .sgk-toggle:before {
    content: '';
    display: block;
    width: 8px;
    height: 8px;
    border-right: 2px solid #000;
    border-bottom: 2px solid #000;
    transform: rotate(45deg);
    transition: transform 0.2s ease;
    margin: auto;
  }
  .mobile-menu-wrapper__menu .sub-menu {
    display: none;
    margin: 8px 0 0;
    padding: 0;
    list-style: none;
  }
  .mobile-menu-wrapper__menu .menu-item-has-children.sgk-open > .sgk-toggle:before {
    transform: rotate(-135deg);
  }
  .mobile-menu-wrapper__menu .menu-item-has-children.sgk-open > .sub-menu {
    display: grid;
    gap: 10px;
    margin-left: 20px;
  }
  .mobile-menu-wrapper__phone {
    font-size: 22px;
    color: #f33932;
    margin-top: auto;
  }
}
@media (max-width: 992px) {
  .sgk-getaquote-form .wpforms-field-container .wpforms-field.wpforms-field-layout {
    flex: 0 0 calc(100%);
  }
  a.sgk-pttl {
    top: 0;
    right: 0;
  }
  .sgk-getaquote-form.wpforms-container .sgk-list input {
    max-width: 46%;
  }
}
@media (max-width: 768px) {
  .sgk-pagination__link {
    min-width: 30px;
    height: 30px;
    padding: 0 5px;
  }
  .sgk-getaquote-form.wpforms-container .sgk-list input {
    max-width: 100%;
  }
  .sgk-phoneLine {
    display: flex;
  }
  .sgk-sitemap .sgk-list--cols2,
  .sgk-sitemap .sgk-grid {
    grid-template-columns: 1fr 1fr;
  }
  .sgk-menu-footer {
    flex-direction: column;
    gap: 20px;
  }
  .sgk-menu-footer .sgk-menu-footer-item {
    flex: 1 1 100%;
    min-width: 0;
    margin-bottom: 10px;
  }
  .sgk-menu-footer .sgk-menu-footer-item .footer__menu {
    margin-top: 0;
  }
  .footer__right-column {
    margin-bottom: 20px;
  }
  body .wpforms-container .wpforms-field {
    padding: 0 0 10px;
  }
  body .sgk-getaquote-form .wpforms-field-container .wpforms-field.wpforms-field-layout {
    flex: 0 0 calc(100%);
    padding: 0;
  }
  body div.wpforms-container .wpforms-form .wpforms-field-layout .wpforms-layout-column {
    padding-left: 0;
  }
  body div.wpforms-container .wpforms-form .wpforms-field-layout .wpforms-field-layout-columns {
    margin-left: 0;
    margin-right: 0;
    padding: 15px;
  }
  body .sgk-getaquote-form.wpforms-container .wpforms-field-description a.sgk-pttl {
    top: 0;
  }
  body .sgk-getaquote-form.wpforms-container .wpforms-field-label.wpforms-label-hide {
    display: none;
  }
}
@media (max-width: 575px) {
  .sgk-page-default {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
