* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  font-family: "Montserrat", sans-serif;
}

.burger-menu_button {
  position: relative;
  top: 0px;
  right: 25px;
  z-index: 30;
  width: 60px;
  height: 60px;
  transition: 0.4s;
}

.burger-menu_button:hover .burger-menu_lines {
  filter: brightness(0.7);
}

.burger-menu_lines::before,
.burger-menu_lines::after,
.burger-menu_lines {
  position: absolute;
  width: 35px;
  height: 3px;
  background-color: #000;
  transition: 0.4s;
}

.burger-menu_lines {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.burger-menu_lines::before {
  content: "";
  top: -12px;
}

.burger-menu_lines::after {
  content: "";
  top: 12px;
}

.burger-menu_active .burger-menu_lines {
  background-color: transparent;
}

.burger-menu_active .burger-menu_lines::before {
  top: 0;
  transform: rotate(45deg);
}

.burger-menu_active .burger-menu_lines::after {
  top: 0;
  transform: rotate(-45deg);
}

.burger-menu_nav {
  padding-top: 80px;
  position: fixed;
  top: 0;
  z-index: 20;
  display: flex;
  flex-flow: column;
  height: 100%;
  background-color: #fff;
  overflow-y: auto;
  right: -100%;
  transition: 0.8s;
}

.burger-menu_active .burger-menu_nav {
  right: 0;
  transition: 0.4s;
  width: 100%;
}

.burger-menu_link {
  padding: 18px 40px;
  font-size: 26px;
  text-decoration: none;
  font-weight: 600;
  color: #000;
  font-family: "ScotchDisplayCond-Ft";
}
.burger-menu_link:hover {
  text-decoration: underline;
  color: #000;
}

.burger-menu_link:hover {
  filter: brightness(0.9);
}

.burger-menu_overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 10;
}

.burger-menu_active .burger-menu_overlay {
  display: block;
  background-color: rgba(0, 0, 0, 0.5);
  overflow-x: hidden;
}

.overlay {
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  display: none;
  overflow: hidden;
  z-index: 10000000000000000;
}

.popup {
  border-radius: 5px;
  text-align: center;
  position: absolute;
  width: 640px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  padding: 50px 100px;
  box-sizing: border-box;
  background-color: #ffffff;
  color: #000000;
  box-shadow: 0px 4px 8px 8px rgba(0, 0, 0, 0.16);
}

.popup h2 {
  font-weight: bold;
  font-size: 30px;
  line-height: 48px;
  margin-bottom: 10px;
}

.popup p {
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
  text-align: center;
  margin-bottom: 25px;
  font-weight: 700;
}

.popup .input-email {
  border: 3px solid var(--color-accent);
  box-sizing: border-box;
  border-radius: 25px;
  width: 432px;
  height: 52px;
  text-align: center;
  margin-bottom: 15px;
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
  outline: none;
  border: 1px solid #000;
}

.popup .btn-email {
  background-color: #f7d61e;
  padding: 15px 25px;
  color: #000;
  border: none;
  display: inline-block;
  margin-top: 25px;
  font-size: 18px;
  text-decoration: none;
  border-radius: 30px;
  border: none;
  width: 432px;
  height: 52px;
}

.popup a {
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
  text-decoration: none;
  color: #000000;
  margin-top: -10px;
  display: block;
}

.close-popup {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 23px;
  height: 23px;
  cursor: pointer;
}

.close-popup:before {
  content: "";
  background-color: #000;
  position: absolute;
  height: 1px;
  width: 31px;
  top: 11px;
  left: -4px;
  transform: rotate(-45deg);
}

.close-popup:after {
  content: "";
  background-color: #000;
  position: absolute;
  height: 1px;
  width: 31px;
  top: 11px;
  transform: rotate(45deg);
  left: -4px;
}

@media screen and (max-width: 768px) {
  .popup {
    width: 90%;
    height: auto;
    font-size: 15px;
  }
}
.overlay-1 {
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  display: none;
  overflow: hidden;
  z-index: 10000000000000000;
}

.popup-1 {
  text-align: center;
  position: absolute;
  width: 640px;
  left: 50%;
  top: 50%;
  height: 50%;
  transform: translate(-50%, -50%);
  padding: 50px 100px;
  box-sizing: border-box;
  background-color: #fff;
  color: #000;
  box-shadow: 0px 4px 8px 8px rgba(0, 0, 0, 0.16);
}

.popup-bg {
  height: auto;
  width: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-evenly;
  padding: 100px 70px;
  border-radius: 0px;
  background-color: rgb(255, 255, 255);
}

.popup-bg img {
  margin-bottom: 65px;
}

.popup-bg h3 {
  font-size: 24px;
  font-weight: 700;
  margin: 0;
}

.popup-bg span {
  font-size: 18px;
  font-weight: 400;
}

.close-popup-1 {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 23px;
  height: 23px;
  cursor: pointer;
}

.close-popup-1:before {
  content: "";
  background-color: #000;
  position: absolute;
  height: 1px;
  width: 31px;
  top: 11px;
  left: -4px;
  transform: rotate(-45deg);
}

.close-popup-1:after {
  content: "";
  background-color: #000;
  position: absolute;
  height: 1px;
  width: 31px;
  top: 11px;
  transform: rotate(45deg);
  left: -4px;
}

@media screen and (max-width: 768px) {
  .popup-1 {
    width: 90%;
    height: auto;
    font-size: 15px;
  }
}
.js-overlay-campaign-1 img {
  width: 100px;
  margin: 0 auto;
  display: block;
  margin-bottom: 30px;
}

.h2 {
  margin-bottom: 35px;
  font-weight: bold;
  font-size: 45px;
}
.h2 span {
  color: #f13d3d;
}

.top {
  padding: 70px 0;
}

.block-bottom {
  display: none;
}

.header-content {
  background: url(../img/header-bg.png) center center/cover no-repeat;
}
.header-content .header {
  padding: 20px 0;
}
.header-content .header .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header-content .header .container .logo img {
  width: 170px;
}
.header-content .header .container .menu {
  display: flex;
  align-items: center;
}
.header-content .header .container .soc {
  display: inline-block;
  margin-left: 20px;
}
.header-content .header .container .soc img {
  width: 35px;
}
.header-content .header .container .tel {
  border-radius: 100px;
  border: 1px dashed #161a26;
  display: flex;
  align-items: center;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  transition: 0.3s;
  color: #161a26;
  padding: 10px 20px;
  text-decoration: none;
  margin-left: 30px;
}
.header-content .header .container .tl {
  display: flex;
  flex-direction: column;
  text-align: right;
}
.header-content .header .container .tl h4 {
  font-size: 14px;
  font-weight: bold;
}
.header-content .header .container .tl .g {
  display: flex;
}
.header-content .header-text {
  padding-top: 50px;
  padding-bottom: 50px;
}
.header-content .header-text .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header-content .header-text .container .text {
  width: 48%;
}
.header-content .header-text .container .text h1 {
  font-weight: bold;
  font-size: 43px;
  margin-bottom: 20px;
}
.header-content .header-text .container .text h3 {
  font-weight: 600;
}
.header-content .header-text .container .text p {
  font-size: 22px;
  margin-bottom: 30px;
  margin-top: 20px;
}
.header-content .header-text .container .text form {
  background-color: #fff;
  border-radius: 20px;
  padding: 30px;
  box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.1);
}
.header-content .header-text .container .text form .g {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
.header-content .header-text .container .text form .input-email {
  margin-bottom: 20px;
  width: 100%;
  border: none;
  border-bottom: 1px solid #c3c3c3;
  background-color: transparent;
  outline: none;
  padding: 10px 0;
  border-radius: 0px;
}
.header-content .header-text .container .text form textarea {
  resize: none;
}
.header-content .header-text .container .text form .btn-email {
  color: #fff;
  background-color: #161a26;
  border-radius: 99px;
  padding: 10px 30px;
  border: none;
  text-transform: uppercase;
  font-weight: 600;
}
.header-content .header-text .container .img {
  width: 48%;
  text-align: center;
}
.header-content .header-text .container .img h3 {
  font-weight: bold;
  font-size: 20px;
}
.header-content .header-text .container .img img {
  width: 100%;
}

.auto-pay {
  background: url(../img/a-p.png) center center/cover no-repeat;
  color: #fff;
}
.auto-pay .title {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.auto-pay .title p {
  border-radius: 20px;
  border: 1px dashed #f13d3d;
  padding: 20px;
  margin: 0;
  font-size: 19px;
}
.auto-pay .items {
  margin-top: 30px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 50px;
}
.auto-pay .items .item .txt {
  padding-left: 25px;
  border-left: 1px dashed #f13d3d;
}
.auto-pay .items .item img {
  width: 100%;
  margin-bottom: 20px;
  border-radius: 20px;
  background-color: #fff;
  height: 220px;
  -o-object-fit: cover;
     object-fit: cover;
}
.auto-pay .items .item h3 {
  font-weight: bold;
  font-size: 22px;
  margin-bottom: 15px;
}
.auto-pay .items .item p {
  font-size: 15px;
  margin: 0;
}

.prvg .items {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}
.prvg .items .item {
  border-radius: 20px;
  border: 1px dashed #f13d3d;
  padding: 20px;
  text-align: center;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.prvg .items .item h4 {
  background-color: #f13d3d;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: bold;
  border-radius: 999px;
}
.prvg .items .item h3 {
  margin: 20px 0;
  font-weight: bold;
  font-size: 22px;
}
.prvg .items .item p {
  font-size: 15px;
  margin: 0;
}

.phone-block {
  background: url(../img/a-p.png) center center/cover no-repeat;
  color: #161a26;
}
.phone-block h2 {
  margin-bottom: 10px;
}
.phone-block p {
  margin-bottom: 20px;
}
.phone-block .fr {
  background-color: #fff;
  border-radius: 20px;
  padding: 30px;
  margin: 0 auto;
  box-shadow: 0px 0px 35px 0px rgba(255, 255, 255, 0.1);
  max-width: 600px;
}
.phone-block .fr form .g {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
.phone-block .fr form .input-email {
  margin-bottom: 20px;
  width: 100%;
  border: none;
  border-bottom: 1px solid #c3c3c3;
  background-color: transparent;
  outline: none;
  padding: 10px 0;
  border-radius: 0px;
}
.phone-block .fr form textarea {
  resize: none;
}
.phone-block .fr form .btn-email {
  color: #fff;
  background-color: #161a26;
  border-radius: 99px;
  padding: 10px 30px;
  border: none;
  text-transform: uppercase;
  font-weight: 600;
}
.phone-block .text {
  background-color: #fff;
  border-radius: 20px;
  padding: 30px;
  margin: 0 auto;
  box-shadow: 0px 0px 35px 0px rgba(255, 255, 255, 0.1);
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.phone-block .text img {
  width: 48%;
}
.phone-block .text .txt {
  width: 48%;
  border-left: 1px dashed #f13d3d;
  padding-left: 50px;
}
.phone-block .text .txt p {
  margin: 0;
  font-size: 20px;
}

.gallery .items {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
.gallery .items img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
}
.gallery .carousel-control-next-icon, .gallery .carousel-control-prev-icon {
  background-color: #000;
  border-radius: 10px;
}
.gallery #carouselExampleControls_2 {
  display: none;
}

.footer {
  padding-top: 30px;
  padding-bottom: 10px;
}
.footer .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.footer .container .logo img {
  width: 170px;
}
.footer .container .menu {
  display: flex;
  align-items: center;
}
.footer .container .soc-block {
  display: flex;
}
.footer .container .soc {
  display: inline-block;
  margin-left: 20px;
}
.footer .container .soc img {
  width: 35px;
}
.footer .container .tel {
  border-radius: 100px;
  border: 1px dashed #161a26;
  display: flex;
  align-items: center;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  transition: 0.3s;
  color: #161a26;
  padding: 10px 20px;
  text-decoration: none;
  margin-left: 30px;
  margin-top: 5px;
  margin-bottom: 5px;
}
.footer .container address {
  margin-right: 20px;
  margin-bottom: 0;
  background-color: #f3eded;
  border-radius: 10px;
  padding: 15px;
}
.footer .container address p {
  margin: 0;
  font-weight: 500;
}
.footer .p {
  margin-right: 30px;
  background-color: #f3eded;
  border-radius: 10px;
  padding: 15px;
  font-weight: 500;
}
.footer .a {
  color: #000;
  text-decoration: none;
}
.footer .ct-p {
  text-align: center;
  padding-top: 30px;
  justify-content: center;
}
.footer .ct-p p {
  color: #000;
}

.reviews .item {
  background-color: #f3eded;
  border-radius: 10px;
  padding: 15px;
  text-align: center;
}
.reviews .item h3 {
  font-weight: bold;
  font-size: 18px;
}
.reviews .item h4 {
  font-size: 50px;
  line-height: 30px;
  margin-bottom: 30px;
}
.reviews .item img {
  width: 100px;
  height: 100px;
  border-radius: 999px;
  margin-bottom: 20px;
}
.reviews .carousel-control-next-icon, .reviews .carousel-control-prev-icon {
  background-color: #000;
  border-radius: 10px;
}

.ifr .container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
.ifr .container iframe {
  width: 100%;
  height: 100%;
  border-radius: 15px;
}
.ifr .container .img {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 20px;
}
.ifr .container .img img {
  width: 100%;
  height: 270px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 15px;
}

@media (max-width: 1400px) {
  .auto-pay .items .item img {
    height: 185px;
  }
  .phone-block .text .txt p {
    font-size: 18px;
  }
}
@media (max-width: 1200px) {
  .auto-pay .items .item img {
    height: 160px;
  }
  .footer .container address {
    margin: 0 20px;
  }
}
@media (max-width: 991px) {
  .footer .container .menu {
    flex-direction: column;
  }
  .footer .container address {
    text-align: center;
    margin-bottom: 20px;
  }
  .footer .container .tel {
    margin: 10px 0;
  }
  .footer .container .soc {
    margin: 10px 10px;
  }
  .header-content .header-text {
    padding-top: 30px;
  }
  .header-content .header-text .container {
    flex-direction: column-reverse;
  }
  .header-content .header-text .container .text {
    width: 100%;
  }
  .header-content .header-text .container .text h1 {
    font-size: 35px;
  }
  .header-content .header-text .container .text p {
    font-size: 18px;
  }
  .header-content .header-text .container .img {
    width: 100%;
  }
  .auto-pay .title {
    grid-template-columns: repeat(1, 1fr);
  }
  .auto-pay .items {
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
  }
  .prvg .items {
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
  }
  .h2 {
    font-size: 35px;
  }
  .phone-block .fr {
    width: 100%;
    max-width: 100%;
  }
  .top {
    padding: 30px 0;
  }
  .phone-block .text {
    flex-direction: column;
  }
  .phone-block .text img {
    width: 100%;
  }
  .phone-block .text .txt {
    width: 100%;
    padding-left: 20px;
  }
  .phone-block .text .txt p {
    font-size: 16px;
  }
  .phone-block .text, .phone-block .fr, .header-content .header-text .container .text form {
    padding: 20px;
  }
  .footer .container {
    flex-direction: column;
  }
  .footer .container .logo {
    margin-bottom: 20px;
  }
  .header-content .header .container .logo img {
    width: 90px;
  }
  .header-content .header .container .tel {
    font-size: 12px;
  }
  .phone-block .text img {
    margin-bottom: 20px;
  }
  .auto-pay .items .item img {
    height: 350px;
  }
  .gallery .container {
    grid-template-columns: repeat(2, 1fr);
  }
  .footer .p {
    margin-right: 0;
    width: 100%;
    text-align: center;
  }
  .footer .container address {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .header-content .header .container .tel, .footer .container .tel {
    padding: 10px;
    margin-left: 15px;
  }
  .footer .container .menu {
    display: flex;
    flex-direction: column;
  }
  .footer .container .soc {
    margin-left: 0;
    margin: 0 10px;
    margin-bottom: 20px;
  }
  .footer .container .tel {
    margin-left: 0;
    margin: 10px 0;
  }
  .header-content .header .container .soc {
    margin-left: 10px;
  }
  .header-content .header .container .soc img {
    width: 25px;
  }
  .ifr .container {
    grid-template-columns: repeat(1, 1fr);
  }
  .ifr .container iframe {
    height: 300px;
  }
  .auto-pay .items .item img {
    height: 250px;
  }
  .block-bottom {
    display: block;
    position: fixed;
    bottom: 0;
    width: 100%;
  }
  .block-bottom a {
    width: 100%;
    background-color: #bf2626;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    border: 1px solid #901d1d;
    font-weight: 600;
    font-size: 12px;
    text-align: center;
    display: block;
    padding: 10px;
  }
  .block-bottom a img {
    width: 20px;
  }
  .block-bottom .big {
    width: 100%;
  }
  .block-bottom .m {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  .header-content .header .container .tl h4 {
    font-size: 12px;
  }
  .header-content .header .container .menu .soc-b {
    display: flex;
  }
}
@media (max-width: 576px) {
  .header-content .header .container .soc {
    margin-left: 10px;
  }
  .header-content .header .container .soc img {
    width: 25px;
  }
  .header-content .header .container .tel {
    padding: 5px;
  }
  .header-content .header-text .container .img h3 {
    font-size: 16px;
  }
  .gallery .container {
    grid-template-columns: repeat(1, 1fr);
  }
  .gallery #carouselExampleControls_1 {
    display: none;
  }
  .gallery #carouselExampleControls_2 {
    display: block;
  }
  .gallery #carouselExampleControls_2 img {
    width: 100%;
    border-radius: 10px;
  }
}
@media (max-width: 480px) {
  .header-content .header .container .tl {
    flex-direction: column;
  }
  .header-content .header .container .tl .tel {
    margin: 2px 0;
    margin-left: 20px;
    padding: 5px 15px;
    font-size: 14px;
  }
  .header-content .header {
    padding: 10px 0;
  }
  .h2 {
    font-size: 27px;
  }
  .header-content .header .container .soc img {
    width: 30px;
  }
  .header-content .header .container .tl .g {
    flex-direction: column;
  }
}
@media (max-width: 410px) {
  .header-content .header .container .tl .tel {
    padding: 5px 10px;
    font-size: 12px;
  }
  .header-content .header .container .soc img {
    width: 25px;
  }
  .auto-pay .items .item img {
    height: 200px;
  }
  .header-content .header .container .tl .tel {
    width: auto;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}/*# sourceMappingURL=style.css.map */