* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body,
html {
  width: 100%;
  height: 100vh;
  margin: 0;
  padding: 0;
  font-family: "Open Sans", sans-serif;
  font-size: 15px;
}

body {
  border: none !important;
  background: none !important;
}
body .forminator-select-dropdown {
  border-color: unset !important;
  background: white !important;
}
body .forminator-select-dropdown .select2-results__option--selected {
  color: white !important;
}
body .select2-results__option--selected {
  background-color: #c4291c !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
li {
  margin: 0;
  padding: 0;
}

html:has(.not-found-block) {
  overflow: hidden !important;
}

.main-wrapper {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.btn-black {
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  background: #000000;
  border: none;
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  padding: 18px 30px;
  border-radius: 35px 0px;
  transition: 0.4s;
}
.btn-black a {
  font-size: 16px;
  color: #ffffff;
  text-decoration: none;
  font-weight: 700;
  transition: 0.4s;
}
.btn-black:hover {
  transition: 0.4s;
  background: #c4291c;
}

.btn-red {
  background: #c4291c;
  border-radius: 35px 0px;
  padding: 20px;
  border: none;
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  transition: 0.4s;
  font-size: 16px;
  color: #ffffff;
  text-decoration: none;
  font-weight: 700;
  transition: 0.4s;
}
.btn-red a {
  font-size: 16px;
  color: #ffffff;
  text-decoration: none;
  font-weight: 700;
  transition: 0.4s;
}
.btn-red:hover {
  background: #000000;
  transition: 0.4s;
}

.btn-white {
  background: #ffffff;
  border-radius: 35px 0px;
  min-width: 221px;
  padding: 20px;
  border: none;
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  transition: 0.4s;
  font-size: 16px;
  color: #c4291c;
  text-decoration: none;
  font-weight: 700;
  text-decoration: none;
  transition: 0.4s;
}
.btn-white a {
  font-size: 16px;
  color: #c4291c;
  text-decoration: none;
  font-weight: 700;
  text-decoration: none;
  transition: 0.4s;
}
.btn-white:hover {
  transition: 0.4s;
  background: #c4291c;
  color: #ffffff;
}
.btn-white:hover a {
  transition: 0.4s;
  color: #ffffff;
}

.double-btn {
  display: flex;
  flex-direction: row;
}
.double-btn-item {
  text-align: center;
  padding: 18px 0;
  min-width: 268px;
  border: none;
}
.double-btn-item a {
  font-size: 14px;
  color: #ffffff;
  font-weight: 800;
  text-decoration: none;
}
.double-btn-item:nth-child(1) {
  border-radius: 35px 0px 0px 0px;
  background: #000000;
}
.double-btn-item:nth-child(2) {
  background: #c4291c;
  border-radius: 0px 0px 35px 0px;
}

.active-menu .menu-list {
  left: 0 !important;
  transition-duration: 0.25s;
}
.active-menu .menu-list .menu-header-menu-container {
  display: flex;
  height: 100%;
  padding-bottom: 20px;
  overflow: auto;
}

header {
  display: flex;
  position: fixed;
  width: 100%;
  height: auto;
  top: 36px;
  z-index: 98;
  margin: 0px auto;
  background: #000000;
}
header .current-menu-parent ul a {
  border-bottom: none !important;
}
header .current-menu-parent > a {
  border-bottom: none !important;
}
header .current-menu-item > a {
  border-bottom: 1px solid #ffffff !important;
}
header .header-logo {
  position: absolute;
  height: -moz-fit-content;
  height: fit-content;
  width: -moz-fit-content;
  width: fit-content;
  top: -30px;
  left: 50px;
  z-index: 6;
}
header .header-logo img {
  filter: drop-shadow(0px 0px 8px rgba(255, 255, 255, 0.3));
  -o-object-fit: cover;
     object-fit: cover;
  max-width: 143px;
  width: 100%;
  height: 143px;
}

.menu-open {
  height: 100vh;
  overflow-y: hidden;
}

.overlay {
  display: block;
  position: fixed;
  opacity: 0;
  visibility: hidden;
  transition: 0.4s;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  z-index: 9;
  width: 100%;
  background: rgba(0, 0, 0, 0.45);
}
.menu-open .overlay {
  visibility: visible;
  opacity: 1;
  transition: 0.4s;
}

.menu-list {
  z-index: 10;
  width: 65%;
  height: 100%;
  left: -100%;
  position: fixed;
  background: #000000;
  transition-duration: 0.25s;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.menu-list .current-menu-item a {
  color: #c4291c !important;
}
.menu-list-active {
  left: 0 !important;
  transition-duration: 0.25s;
}
.menu-list .menu-mobile-contact {
  padding: 30px;
  background: #c4291c;
  display: flex;
  flex-direction: column;
  row-gap: 20px;
}
.menu-list .menu-mobile-contact a {
  text-decoration: none;
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  align-items: center;
  display: flex !important;
  flex-direction: row !important;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
.menu-list .menu-mobile-contact a img {
  width: 12px;
  height: 12px;
}
.menu-list .menu-mobile-wrapper {
  margin-top: 100px;
  display: flex;
  flex-direction: column;
  padding-left: 30px;
  display: flex;
  flex-direction: column;
  row-gap: 20px;
  list-style-type: none;
}
.menu-list .menu-mobile-wrapper .header-arrow {
  transition: 0.4s;
  padding: 10px;
  position: absolute;
  right: -50px;
}
.menu-list .menu-mobile-wrapper .sub-menu {
  display: none !important;
}
.menu-list .menu-mobile-wrapper .header_arrow_active .header-arrow {
  transform: rotate(180deg);
  transition: 0.4s;
}
.menu-list .menu-mobile-wrapper .header_arrow_active .sub-menu {
  display: flex !important;
  flex-direction: column;
  position: relative;
  height: -moz-fit-content;
  height: fit-content;
  row-gap: 5px;
  opacity: 1;
  top: unset;
  background: none;
  visibility: visible;
  padding: 10px !important;
}
.menu-list .menu-mobile-wrapper .header_arrow_active .sub-menu li {
  padding: 0 !important;
  border: unset !important;
}
.menu-list .menu-mobile-wrapper .header_arrow_active .sub-menu li a {
  font-size: 16px;
  border: unset;
}
.menu-list .menu-mobile-wrapper .current-menu-item a {
  color: #c4291c !important;
}
.menu-list .menu-mobile-wrapper li {
  display: flex;
  -moz-column-gap: 10px;
       column-gap: 10px;
  align-items: flex-start;
  width: -moz-fit-content;
  width: fit-content;
  flex-direction: column;
  position: relative;
}
.menu-list .menu-mobile-wrapper li a {
  font-weight: 700;
  color: #ffffff;
  font-size: 16px;
  text-decoration: none;
}
.menu-list .menu-mobile-wrapper li .sub-menu {
  position: absolute;
  visibility: hidden;
  opacity: 0;
  height: 0;
  transition: 0.4s;
  list-style-type: none;
  background-color: #333333;
  padding: 30px;
  top: 120px;
  transform: rotateX(10deg);
  z-index: 1;
}
.menu-list .menu-mobile-wrapper li .sub-menu li:nth-child(1) {
  padding-top: 0;
}
.menu-list .menu-mobile-wrapper li .sub-menu li {
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid white;
}
.menu-list .menu-mobile-wrapper li .sub-menu li a {
  font-size: 18px;
  text-decoration: none;
  color: #ffffff;
  width: 100%;
}

.header-container {
  display: flex;
  position: relative;
  max-width: 1700px;
  margin: 0 auto;
  width: 100%;
}
.header-container .hamburger-menu {
  display: none;
  align-items: center;
}
.header-container .hamburger-menu .checkbox {
  position: absolute;
  display: block;
  height: 32px;
  width: 32px;
  top: 37px;
  left: 30px;
  z-index: 63;
  opacity: 0;
  cursor: pointer;
}
.header-container .hamburger-menu .hamburger-lines {
  display: block;
  height: 26px;
  width: 30px;
  position: absolute;
  left: 30px;
  z-index: 60;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.header-container .hamburger-menu .hamburger-lines .line {
  display: block;
  height: 4px;
  width: 100%;
  border-radius: 4px;
  background: #d9d9d9;
  transition: transform 0.4s ease-in-out;
}
.header-container .hamburger-menu .hamburger-lines .line1 {
  transform-origin: 0% 0%;
  transition: transform 0.4s ease-in-out;
}
.header-container .hamburger-menu .hamburger-lines .nav-container .hamburger-lines .line2 {
  transition: transform 0.2s ease-in-out;
}
.header-container .hamburger-menu .hamburger-lines .nav-container .hamburger-lines .line3 {
  transform-origin: 0% 100%;
  transition: transform 0.4s ease-in-out;
}
.header-container .hamburger-menu input[type=checkbox]:checked ~ .menu-items {
  transform: translateX(0);
}
.header-container .hamburger-menu input[type=checkbox]:checked ~ .hamburger-lines .line1 {
  transform: rotate(45deg);
  transition: transform 0.4s ease-in-out;
}
.header-container .hamburger-menu input[type=checkbox]:checked ~ .hamburger-lines .line2 {
  transform: scaleY(0);
}
.header-container .hamburger-menu input[type=checkbox]:checked ~ .hamburger-lines .line3 {
  transform: rotate(-45deg);
  position: absolute;
  top: 10px;
  left: -5px;
  transition: transform 0.4s ease-in-out;
}
.header-container .hamburger-menu input[type=checkbox]:checked ~ .logo {
  display: none;
}
.header-container-link-container {
  position: fixed;
  display: flex;
  justify-content: center;
  right: 17px;
  top: 160px;
  transition: 0.4s;
}
.header-container:after {
  content: "";
  position: absolute;
  width: 100%;
  background: #c4291c;
  padding: 39px 60px;
  top: 0;
  height: 100%;
  left: 100%;
}

.header-left-side {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  height: -moz-fit-content;
  height: fit-content;
  background: #000000;
  padding-left: 164px;
  width: 100%;
}
.header-left-side .header-nav-links-wrapper .sub-menu {
  position: absolute;
  visibility: hidden;
  opacity: 0;
  height: 0;
  transition: 0.4s;
  list-style-type: none;
  background-color: #333333;
  padding: 30px;
  top: 120px;
  transform: rotateX(10deg);
  z-index: 1;
}
.header-left-side .header-nav-links-wrapper .sub-menu li:nth-child(1) {
  padding-top: 0;
}
.header-left-side .header-nav-links-wrapper .sub-menu li {
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid white;
}
.header-left-side .header-nav-links-wrapper .sub-menu li a {
  font-size: 18px;
  text-decoration: none;
  color: #ffffff;
  width: 100%;
}
.header-left-side .header-nav-links-wrapper > li:hover .sub-menu {
  transform: rotateX(0);
  top: 80px;
  visibility: visible;
  opacity: 1;
  height: -moz-fit-content;
  height: fit-content;
  transition: 0.4s;
}
.header-left-side .header-nav-links-wrapper > li:hover .header-arrow {
  transform: rotate(180deg);
  transition: 0.4s;
}
.header-left-side .menu-header-menu-container .header-arrow {
  cursor: pointer;
  transition: 0.4s;
}
.header-left-side .menu-header-menu-container > ul {
  margin: 0 !important;
  padding: 0 !important;
  list-style-type: none;
  display: flex;
  flex-direction: row;
  -moz-column-gap: 20px;
       column-gap: 20px;
}
.header-left-side .menu-header-menu-container > ul > li {
  padding: 39px 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
  color: #ffffff;
}
.header-left-side .menu-header-menu-container > ul > li > a {
  font-weight: 700;
  color: #ffffff;
  font-size: 16px;
  text-decoration: none;
}

.phone-btn-wrapper {
  position: fixed;
  z-index: 10;
  bottom: 30px;
  margin-bottom: -6px;
  right: 3vw;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #c4291c;
  width: 80px;
  height: 80px;
  border-radius: 100%;
}
.phone-btn img {
  width: 40px;
  height: 40px;
}

.header-right-side {
  position: relative;
  display: flex;
  flex-direction: row;
  gap: 10px;
  justify-content: center;
  align-items: center;
  background: #c4291c;
  min-width: 327px;
}
.header-right-side-contact-block {
  display: flex;
  flex-direction: column;
  align-items: center;
  -moz-column-gap: 20px;
       column-gap: 20px;
}
.header-right-side-contact-block a {
  font-weight: 700;
  display: flex;
  align-items: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
  color: #ffffff;
  font-size: 16px;
  text-decoration: none;
}

@media only screen and (max-width: 1620px) {
  .phone-btn-wrapper {
    width: 60px;
    height: 60px;
    margin-bottom: 51px;
  }
  .phone-btn-wrapper img {
    width: 30px;
    height: 30px;
  }
  .header-container-link-btn {
    padding: 15px 20px;
  }
  .header-container-link-btn a {
    font-size: 14px;
  }
  header {
    top: 45px;
  }
  .header-container .header-left-side {
    padding-left: 9.6vw !important;
    padding-left: 180px;
  }
  .header-container .header-left-side .header-logo {
    top: -32px;
    left: 25px;
  }
  .header-container .header-left-side .header-logo img {
    height: 140px;
  }
  .header-container .header-left-side .menu-header-menu-container > ul {
    -moz-column-gap: 15px;
         column-gap: 15px;
  }
  .header-container .header-left-side .menu-header-menu-container > ul > li {
    padding: 30px 0;
  }
  .header-container .header-left-side .menu-header-menu-container > ul > li > a {
    font-size: 14px;
  }
  .header-container .header-right-side {
    min-width: 250px;
  }
  .header-container .header-right-side-contact-block {
    -moz-column-gap: 1vw;
         column-gap: 1vw;
  }
  .header-container .header-right-side-contact-block a {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1366px) {
  .header-container .header-left-side .header-logo {
    left: 18px;
  }
  .header-container .header-right-side {
    min-width: 17vw;
  }
  .header-container .header-right-side-contact-block {
    -moz-column-gap: 0.5vw;
         column-gap: 0.5vw;
  }
}
@media only screen and (max-width: 1201px) {
  header {
    top: 0 !important;
  }
  .header-container {
    display: flex;
    justify-content: center;
  }
  .header-container .hamburger-menu {
    display: flex;
  }
  .header-container-link-container {
    top: 125px;
  }
  .header-container .header-left-side {
    justify-content: center;
    padding-left: 0 !important;
    background: #000000;
    height: 106px;
  }
  .header-container .header-left-side .header-logo {
    position: relative;
    top: 16px;
    left: 0;
  }
  .header-container .header-left-side .header-logo img {
    max-width: 109px;
    width: 100%;
    height: 103px;
    filter: drop-shadow(0px 0px 8px rgba(255, 255, 255, 0.3));
  }
  .header-container .menu-header-menu-container {
    display: none;
  }
  .header-container .header-nav-links-wrapper {
    display: none !important;
  }
  .header-container .header-right-side {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  .phone-btn-wrapper {
    bottom: 50px;
  }
  .header-container-link-container {
    display: none;
  }
}
@media only screen and (max-width: 600px) {
  .menu-list {
    width: 80%;
  }
}
footer {
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  display: flex;
  background: #000000;
  margin: 0px auto;
  position: relative;
}

.top-footer {
  width: 100%;
  background: #1E1E1E;
  min-height: 290px;
}
.top-footer .columns-list {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  row-gap: 100px;
  -moz-column-gap: 20px;
       column-gap: 20px;
  padding: 50px 319px;
}
.top-footer .columns-list-column {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
}
.top-footer .columns-list-column a {
  font-size: 16px;
  color: #FFFFFF;
  font-weight: 400;
  text-decoration: none;
  display: flex;
  align-items: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
.top-footer .columns-list-column a img {
  width: 14px;
  height: 14px;
}
.top-footer .columns-list-column-category {
  font-weight: 700 !important;
}

.footer-container {
  display: flex;
  max-width: 1700px;
  width: 100%;
  margin: 0 auto;
}
.footer-container-arrow-container {
  position: absolute;
  right: 9vw;
  top: -105px;
}
.footer-container-up-arrow {
  cursor: pointer;
  padding: 15px 10px;
  background: #c4291c;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 5px;
}
.footer-container-up-arrow img {
  width: 30px;
  height: 20px;
}
.footer-container:after {
  content: "";
  position: absolute;
  width: 50%;
  background: #c4291c;
  padding: 39px 60px;
  top: 0;
  height: 100%;
  right: 0;
}
.footer-container::before {
  content: "";
  position: absolute;
  width: 50%;
  background: #000000;
  padding: 39px 60px;
  top: 0;
  height: 100%;
  left: 0;
}

.footer-left-side-text-block {
  width: 100%;
  padding-left: 127px;
  justify-content: center;
}

.footer-left-side {
  z-index: 2;
  position: relative;
  display: flex;
  align-items: center;
  flex-direction: row;
  background: #000000;
  width: 100%;
  padding-left: 60px;
  min-height: 150px;
}
.footer-left-side-footer-logo {
  position: absolute;
  top: -30px;
  max-width: 143px;
  width: 100%;
  filter: drop-shadow(0px 0px 8px rgba(255, 255, 255, 0.3));
}
.footer-left-side-footer-logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.footer-left-side-text-block {
  padding-right: 10px;
  font-weight: 700;
  color: #ffffff;
  display: flex;
  font-size: 16px;
  font-weight: 700;
}
.footer-left-side-text-block span:before {
  content: "|";
  padding: 0 5px;
}
.footer-left-side-text-block a {
  text-decoration: none;
  color: #ffffff;
}
.footer-left-side-text-block a:before {
  content: "|";
  padding: 0 5px;
}

.footer-right-side {
  z-index: 2;
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  background: #c4291c;
  padding: 0 40px;
  min-width: 327px;
}
.footer-right-side-icon-list {
  display: flex;
  flex-direction: row;
  -moz-column-gap: 33px;
       column-gap: 33px;
}
.footer-right-side-icon-list a {
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  width: 60px;
  height: 60px;
}
.footer-right-side-icon-list a img {
  width: 36px;
  -o-object-fit: contain;
     object-fit: contain;
}

@media only screen and (max-width: 1620px) {
  .top-footer .columns-list {
    padding: 50px 14vw;
  }
  .footer-container-arrow-container {
    position: absolute;
    right: 3vw;
    top: -105px;
  }
  .footer-container .footer-left-side {
    padding-left: 25px;
  }
  .footer-container .footer-left-side .footer-left-side-text-block {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    padding-left: 152px;
    padding-right: 5px;
    font-size: 14px;
  }
  .footer-container .footer-right-side {
    padding: 0 10px;
    min-width: 250px;
    padding: 0 10px;
  }
  .footer-container .footer-right-side .footer-right-side-icon-list a {
    width: 50px;
    height: 50px;
  }
}
@media only screen and (max-width: 1201px) {
  .top-footer .columns-list {
    padding: 50px 7vw;
    row-gap: 50px;
  }
  .footer-container-arrow-container {
    right: 20px;
  }
  .footer-container {
    display: flex;
    flex-direction: column;
    position: relative;
  }
  .footer-container::after, .footer-container:before {
    content: none;
  }
  .footer-container .footer-left-side {
    display: flex;
    flex-direction: column;
    padding-left: 0;
    padding-bottom: 30px;
  }
  .footer-container .footer-left-side-text-block {
    padding-top: 20px;
    max-width: 300px;
    width: 100%;
    text-align: center;
    padding-left: 0 !important;
  }
  .footer-container .footer-left-side-footer-logo {
    margin-top: -36px;
    height: unset !important;
    position: unset;
    top: unset;
  }
  .footer-container .footer-right-side {
    padding: 20px;
  }
}
@media only screen and (max-width: 768px) {
  .top-footer .columns-list {
    grid-template-columns: repeat(3, 1fr);
  }
  .top-footer .columns-list .columns-list-column a {
    font-size: 14px;
  }
}
@media only screen and (max-width: 600px) {
  .top-footer .columns-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
.margin-top {
  margin-top: 75px;
}

.margin-top-20 {
  margin-top: 20px;
}

.margin-top-40 {
  margin-top: 40px;
}

.margin-top-100 {
  margin-top: 100px;
}

.margin-top-60 {
  margin-top: 60px;
}

.padding-top-100 {
  padding-top: 100px;
}

.padding-bottom-90 {
  padding-bottom: 90px;
}

.padding-top-170 {
  padding-top: 170px;
}

.margin-top-170 {
  margin-top: 170px;
}

.margin-top-big {
  margin-top: 120px;
}

.margin-top-160 {
  margin-top: 160px;
}

.margin-top-190 {
  margin-top: 190px;
}

.margin-top-200 {
  margin-top: 200px;
}

.margin-top-200 {
  margin-top: 240px;
}

.margin-top {
  margin-top: 40px;
}

.margin-top-80 {
  margin-top: 80px;
}

.width-contaniner {
  max-width: 1700px;
  width: 100%;
  margin: 0 auto;
}

.title {
  font-size: 40px;
  font-weight: 800;
  color: #c4291c;
}

.center-title > .title {
  text-align: center;
}

.subtitle {
  font-size: 24px;
  color: #000000;
  font-weight: 800;
}

.top-img-block {
  width: 100%;
  height: 570px;
  width: 100%;
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
}

.bolder-text {
  font-weight: 800 !important;
}

.black-block {
  background: #000000 !important;
  color: #ffffff !important;
  border: none !important;
}

.bg-grey {
  background: #d9d9d9;
}

.bg-light-grey {
  background: rgba(217, 217, 217, 0.4392156863);
}

.not-found-block {
  background-repeat: no-repeat !important;
  width: 100%;
  height: 100vh;
  background-size: cover !important;
  margin-top: -32px !important;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-bottom: 60px;
  margin-bottom: -306px;
}
.not-found-block h1 {
  color: #ffffff;
  font-size: 36px;
  font-weight: 800;
  text-align: center;
}

.map-block {
  max-width: 1700px;
  width: 100%;
  margin: 0 auto;
  margin-bottom: -7px;
}
.map-block iframe {
  width: 100%;
  height: 500px;
}

.lds-default {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}

.lds-default div {
  position: absolute;
  width: 6px;
  height: 6px;
  background: #c4291c;
  border-radius: 50%;
  animation: lds-default 1.2s linear infinite;
}

.lds-default div:nth-child(1) {
  animation-delay: 0s;
  top: 37px;
  left: 66px;
}

.lds-default div:nth-child(2) {
  animation-delay: -0.1s;
  top: 22px;
  left: 62px;
}

.lds-default div:nth-child(3) {
  animation-delay: -0.2s;
  top: 11px;
  left: 52px;
}

.lds-default div:nth-child(4) {
  animation-delay: -0.3s;
  top: 7px;
  left: 37px;
}

.lds-default div:nth-child(5) {
  animation-delay: -0.4s;
  top: 11px;
  left: 22px;
}

.lds-default div:nth-child(6) {
  animation-delay: -0.5s;
  top: 22px;
  left: 11px;
}

.lds-default div:nth-child(7) {
  animation-delay: -0.6s;
  top: 37px;
  left: 7px;
}

.lds-default div:nth-child(8) {
  animation-delay: -0.7s;
  top: 52px;
  left: 11px;
}

.lds-default div:nth-child(9) {
  animation-delay: -0.8s;
  top: 62px;
  left: 22px;
}

.lds-default div:nth-child(10) {
  animation-delay: -0.9s;
  top: 66px;
  left: 37px;
}

.lds-default div:nth-child(11) {
  animation-delay: -1s;
  top: 62px;
  left: 52px;
}

.lds-default div:nth-child(12) {
  animation-delay: -1.1s;
  top: 52px;
  left: 62px;
}

@keyframes lds-default {
  0%, 20%, 80%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.5);
  }
}
.pagination-container-show {
  display: flex !important;
}

.pagination-container {
  width: calc(100% - 2rem);
  display: none;
  align-items: center;
  bottom: 0;
  margin-top: 40px;
  justify-content: center;
}
.pagination-container #prev-button, .pagination-container #next-button {
  color: #c4291c;
}

.pagination-number,
.pagination-button {
  font-size: 16px;
  background-color: transparent;
  border: none;
  margin: 0.25rem 0.25rem;
  cursor: pointer;
  width: 40px;
  height: 40px;
  border-radius: 0.2rem;
  font-weight: bold;
}

.pagination-number:hover,
.pagination-button:not(.disabled):hover {
  background: #ffffff;
}

.pagination-number.active {
  color: #ffffff;
  background: #c4291c;
}

.dropdown-wrapper {
  display: flex;
  flex-direction: row;
  -moz-column-gap: 20px;
       column-gap: 20px;
  align-items: center;
}
.dropdown-wrapper h4 {
  font-weight: 700;
  font-size: 14px;
  line-height: 19px;
  color: #000000;
  white-space: nowrap;
}
.dropdown-wrapper select {
  background: #FFFFFF;
  border: 1px solid #000000;
  border-radius: 5px;
  width: 200px;
  height: 48px;
  padding: 0 20px;
  font-weight: bold;
  font-size: 14px;
  -moz-appearance: none; /* Firefox */
  -webkit-appearance: none; /* Safari and Chrome */
  appearance: none;
  background: transparent;
  background-image: url(/wp-content/themes/dogs-theme/assets/images/icons/arrow-dropdown.png);
  background-repeat: no-repeat;
  background-position-x: 90%;
  background-position-y: 20px;
}
.dropdown-wrapper select * {
  margin-left: 20px;
}

.loading .lds-default {
  display: block !important;
}

.gray-opacity-block {
  position: absolute;
  z-index: 99;
  background: gray;
  background: rgba(128, 128, 128, 0.4784313725);
  width: 100%;
  height: 100%;
  display: none;
}
.gray-opacity-block-active {
  display: block;
}

.text-with-underline {
  text-decoration: underline;
  color: #c4291c;
  font-weight: 400;
  font-size: 16px;
  text-transform: uppercase;
  cursor: pointer;
}

.btn-center-block {
  width: 100%;
  display: flex;
  justify-content: center;
}

.btn-hide {
  display: none !important;
}

.hide-video-link {
  display: none !important;
}

.black-block {
  background: #000000 !important;
  color: #FFFFFF !important;
}
.black-block p {
  color: #FFFFFF !important;
}
.black-block .read-more-text {
  color: #FFFFFF !important;
}
.black-block .read-more, .black-block .read-less {
  color: #FFFFFF !important;
}

.breadcrumbs-wrappper {
  padding-left: 170px;
}
.breadcrumbs-wrappper .rank-math-breadcrumb p {
  font-size: 20px;
  font-weight: 700;
}
.breadcrumbs-wrappper .rank-math-breadcrumb p a {
  color: #000000;
  text-decoration: none;
}
.breadcrumbs-wrappper .rank-math-breadcrumb p .last {
  color: #c4291c;
}

.special-wrapper {
  color: #c4291c;
  text-decoration: underline;
}

.number-wrapper {
  color: #FFC9C5;
  font-weight: 800;
  font-size: 24px;
}

.grey-block-wrapper {
  position: relative !important;
}
.grey-block-wrapper .center-content-block {
  position: relative !important;
}

.right-block-grey {
  background: #D9D9D9;
  opacity: 0.2;
  border-radius: 5px;
  position: absolute;
  right: 0;
  top: 115px;
  height: 231px;
  width: 140px;
}

.contact-page-grey-block {
  top: 97px !important;
}

@media only screen and (max-width: 1620px) {
  .breadcrumbs-wrappper {
    padding-left: 7vw;
  }
  .top-img-block {
    height: 480px;
  }
}
@media only screen and (max-width: 1366px) {
  .padding-top-100 {
    padding-top: 70px;
  }
  .margin-top-200 {
    margin-top: 100px;
  }
  .margin-top-160 {
    margin-top: 80px;
  }
  .title {
    font-size: 35px;
  }
  .subtitle {
    font-size: 20px;
  }
  .margin-top-big {
    margin-top: 80px;
  }
  .margin-top-100 {
    margin-top: 50px;
  }
}
@media only screen and (max-width: 1201px) {
  .not-found-block {
    margin-bottom: -227px;
  }
  .breadcrumbs-wrappper .rank-math-breadcrumb p {
    font-size: 18px;
  }
  .dropdown-wrapper {
    width: 100%;
  }
  .dropdown-wrapper select {
    width: 150px;
  }
  .top-img-block {
    margin-top: 70px;
    height: 340px;
  }
  .margin-top-170 {
    margin-top: 80px;
  }
}
@media only screen and (max-width: 992px) {
  .not-found-block {
    margin-bottom: -422px;
    padding-bottom: 200px;
  }
  .padding-top-170 {
    padding-top: 80px;
  }
  .breadcrumbs-wrappper {
    margin-top: 40px;
    padding-left: 25px;
  }
  .breadcrumbs-wrappper .rank-math-breadcrumb p {
    font-size: 16px;
  }
  .pagination-container {
    margin-top: 25px;
  }
  .pagination-container .pagination-number {
    margin: 0.1rem 0.1rem;
    width: 35px;
    height: 35px;
  }
  .pagination-container .pagination-button {
    width: 30px;
    height: 30px;
    margin: 0.15rem 0.15rem;
  }
  .margin-top-190 {
    margin-top: 170px;
  }
  .dropdown-wrapper {
    width: 100%;
  }
  .dropdown-wrapper select {
    width: 120px;
  }
}
@media only screen and (max-width: 768px) {
  .top-img-block {
    margin-top: 58px;
  }
  .dropdown-wrapper {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    row-gap: 10px;
  }
  .dropdown-wrapper select {
    width: 100%;
  }
  .margin-top-big {
    margin-top: 60px;
  }
  .margin-top-100 {
    margin-top: 30px;
  }
}
@media only screen and (max-width: 600px) {
  .not-found-block {
    margin-bottom: -398px;
  }
  .padding-top-170 {
    padding-top: 50px;
  }
  .padding-top-100 {
    padding-top: 30px;
  }
  .margin-top-200 {
    margin-top: 50px;
  }
  .title {
    font-size: 28px;
  }
  .subtitle {
    font-size: 18px;
  }
  .margin-top-160 {
    margin-top: 40px;
  }
  .margin-top-big {
    margin-top: 40px;
  }
}
@media only screen and (max-width: 428px) {
  .top-img-block {
    height: 180px;
  }
  .breadcrumbs-wrappper .rank-math-breadcrumb p {
    font-size: 14px;
  }
}
.intro-block {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}
.intro-block-wrapper {
  max-width: 1180px;
  width: 100%;
}
.intro-block-wrapper h2,
.intro-block-wrapper h1,
.intro-block-wrapper h3,
.intro-block-wrapper h4,
.intro-block-wrapper h5 {
  text-align: center;
  color: #c4291c;
  font-size: 32px;
  font-weight: 500;
  margin-bottom: 30px;
}
.intro-block-wrapper p {
  margin-bottom: 30px;
  color: #222222;
  font-weight: 400;
  font-size: 18px;
}
.intro-block-wrapper span p {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 0;
}
.intro-block-post {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 1180px;
  width: 100%;
  padding: 60px 30px;
  background-color: #eaebed;
}
.intro-block-post h3 {
  text-align: center;
  color: #111111;
  font-size: 30px;
  line-height: 30px;
  font-weight: 600;
}
.intro-block-post a {
  margin-top: 30px;
  color: #c4291c;
  text-decoration: none;
  font-size: 18px;
}
.intro-block-post a::after {
  content: ">>";
  margin-left: 5px;
}

.banner {
  width: 100%;
  display: flex;
  background: linear-gradient(90deg, #252525 56%, #b0b2b8 0%);
  height: -moz-fit-content;
  height: fit-content;
  padding: 75px 0;
}
.banner-revers {
  background: linear-gradient(90deg, #b0b2b8 44%, #252525 0%) !important;
}
.banner-revers .banner-wrapper {
  display: flex;
  flex-direction: row-reverse !important;
}
.banner-revers .banner-wrapper-content-block {
  width: 100%;
  padding-left: 0;
  padding-right: 83px;
}
.banner-revers .banner-wrapper-content-block ul {
  width: 95%;
}
.banner-wrapper {
  display: flex;
  align-items: center;
  max-width: 1360px;
  width: 100%;
  margin: 0px auto;
  width: 92%;
}
.banner-wrapper-img-item {
  position: relative;
  max-width: 430px;
  width: 100%;
  height: 430px;
  overflow: hidden;
  margin: 0.5%;
}
.banner-wrapper-img-item:hover span {
  background: #c4291c;
  color: #ffffff;
  transition: 0.4s;
}
.banner-wrapper-img-item:hover img {
  transition: 0.4s;
  transform: scale(1.2);
}
.banner-wrapper-img-item img {
  transition: 0.4s;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.banner-wrapper span {
  position: absolute;
  bottom: 20px;
  left: 20px;
  transition: 0.4s;
}
.banner-wrapper-content-block {
  padding-left: 50px;
  display: flex;
  flex-direction: column;
}
.banner-wrapper-content-block h5 {
  color: #ffffff;
  font-size: 20px;
  font-weight: 600;
}
.banner-wrapper-content-block h3 {
  color: #111111;
  font-size: 40px;
  font-weight: 700;
}
.banner-wrapper-content-block ul {
  margin-top: 40px;
  display: flex;
  flex-direction: column;
  list-style: none;
}
.banner-wrapper-content-block ul li {
  width: 100%;
}
.banner-wrapper-content-block ul li a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 15px 0px;
  border-bottom: 1px solid #999999;
  font-weight: bold;
  color: #ffffff;
  font-size: 22px;
  text-decoration: none;
  line-height: 25px;
}
.banner-wrapper-content-block ul li a::after {
  content: ">>";
  color: #c4291c;
  padding-left: 5px;
}

.content-video-block {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.content-video-block-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 1180px;
  width: 100%;
}
.content-video-block-wrapper h3,
.content-video-block-wrapper p {
  max-width: 900px;
  margin-bottom: 30px;
  text-align: center;
  font-size: 16px;
  line-height: 26px;
  font-weight: 500;
}
.content-video-block-wrapper h3 {
  color: #c4291c;
  font-size: 32px;
  font-weight: 500;
}
.content-video-block-btn-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  margin-top: 40px;
  width: 100%;
  max-width: 900px;
}

.column-content-section {
  display: flex;
  align-items: center;
  flex-direction: column;
  width: 100%;
}
.column-content-section-columns {
  display: grid;
  grid-template-columns: repeat(2, 630px);
  max-width: 1360px;
  width: 100%;
  gap: 120px;
  justify-content: space-between;
}
.column-content-section-columns div {
  display: flex;
  flex-direction: column;
  row-gap: 30px;
}
.column-content-section-columns div h1,
.column-content-section-columns div h2,
.column-content-section-columns div h3,
.column-content-section-columns div h4,
.column-content-section-columns div h5,
.column-content-section-columns div h6 {
  color: #c4291c;
  font-size: 32px;
  font-weight: 500;
}
.column-content-section-columns div p {
  font-size: 18px;
}
.column-content-section-btn-block {
  width: 100%;
  display: flex;
  justify-content: center;
}

.review-section {
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #f7c444;
  display: flex;
  justify-content: center;
}
.review-section-wrapper {
  display: flex;
  max-width: 1360px;
  width: 100%;
}
.review-section-left-side {
  width: 100%;
  background-color: #111111;
  border-bottom-left-radius: 30px;
  padding: 60px 40px;
}
.review-section-left-side span {
  display: flex;
  flex-direction: row;
  align-items: baseline;
}
.review-section-left-side span i {
  color: #f7c444;
}
.review-section-left-side span span {
  color: #ffffff;
  font-weight: 500;
  font-size: 18px;
  margin-left: 5px;
}
.review-section-left-side p {
  text-align: left;
  margin-top: 20px;
  color: #ffffff;
  line-height: 26px;
  font-size: 16px;
}
.review-section-left-side-link {
  width: 100%;
  margin-top: 25px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.review-section-left-side-link h5 {
  color: #ffffff;
  font-size: 18px;
  font-weight: 500;
}
.review-section-left-side-link a {
  color: #f7c444;
  text-decoration: none;
  font-size: 18px;
}
.review-section-left-side-link a::after {
  content: ">>";
}
.review-section-right-side {
  width: 100%;
  background: #ffffff;
  border-top-right-radius: 30px;
  display: flex;
  justify-content: center;
  -moz-column-gap: 20px;
       column-gap: 20px;
  padding: 60px 40px;
}
.review-section-right-side img {
  width: 300px;
  height: 300px;
  -o-object-fit: cover;
     object-fit: cover;
}

.home-preview {
  position: relative;
  width: 100%;
  background-size: cover !important;
  height: 110vh;
  margin-bottom: 50px;
}
.home-preview-title-wrapper {
  position: absolute;
  bottom: -50px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  width: 100%;
}
.home-preview-title-wrapper-item:nth-child(1) {
  background: #000000;
  border-top-left-radius: 35px;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
.home-preview-title-wrapper-item:nth-child(2) {
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  background: #c4291c;
  border-bottom-right-radius: 35px;
}
.home-preview-title-wrapper-item {
  text-align: center;
  font-weight: 800;
  padding: 23px 75px;
  color: #ffffff;
  font-size: 40px;
  min-width: 500px;
}
.home-preview-link-btn {
  position: absolute;
  right: 40px;
  top: 160px;
}

@media only screen and (max-width: 1620px) {
  .home-preview {
    background-position: center !important;
  }
  .home-preview-title-wrapper {
    bottom: -40px;
  }
  .home-preview .home-preview-title-wrapper-item {
    font-size: 2vw;
    padding: 1.4vw 1.5vw;
    min-width: 29vw;
  }
}
@media only screen and (max-width: 1366px) {
  .home-preview-title-wrapper {
    bottom: -31px;
  }
  .home-preview-title-wrapper-item {
    font-size: 20px !important;
    padding: 20px 15px !important;
    min-width: 260px !important;
  }
}
@media only screen and (max-width: 992px) {
  .home-preview {
    height: 477px;
  }
  .home-preview .home-preview-title-wrapper-item {
    font-size: 18px !important;
  }
}
@media only screen and (max-width: 600px) {
  .home-preview {
    height: 280px;
    margin-top: 55px;
    margin-bottom: 0;
  }
  .home-preview .home-preview-title-wrapper {
    display: none;
  }
}
.about-block {
  display: flex;
  flex-direction: row;
  padding-left: 170px;
  padding-bottom: 50px;
  min-height: 641px;
}
.about-block-mobile-btn {
  margin-top: 220px;
  display: none;
  width: 100%;
  justify-content: center;
}
.about-block-mobile-btn a {
  font-size: 14px;
}
.about-block-revers {
  padding-bottom: 50px;
  display: flex;
  flex-direction: row-reverse;
  padding-left: 0;
  padding-right: 105px;
}
.about-block-revers .box-shadow-top {
  height: 419px !important;
  top: 174px !important;
  left: 222px !important;
  max-width: 284px !important;
}
.about-block-revers .box-shadow-bottom {
  max-width: 488px !important;
  right: 204px !important;
  top: 127px !important;
  bottom: 0;
  height: 404px !important;
}
.about-block-revers .about-block-right-side {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-left: 20px;
}
.about-block-revers .about-block-right-side-main-img {
  left: auto;
  right: 59px !important;
  top: 160px;
}
.about-block-revers .about-block-right-side-back-img {
  max-width: 450px;
  width: 100%;
  height: 479px;
}
.about-block-revers .about-block-right-side-back-img img {
  width: 100%;
  height: 100%;
}
.about-block-revers .about-block-left-side-content {
  padding-right: 0;
}
.about-block-revers .about-block-left-side {
  padding-left: 5vw;
}
.about-block-left-side {
  display: flex;
  flex-direction: column;
  max-width: 785px;
  width: 100%;
}
.about-block-left-side .title {
  margin-top: 5px;
}
.about-block-left-side .subtitle {
  margin-top: 10px;
}
.about-block-left-side-content {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
  margin-top: 40px;
  font-size: 20px;
  color: #000000;
  padding-right: 7vw;
}
.about-block-left-side-content .btn-red {
  margin: 0 auto;
  padding: 18px 40px;
}
.about-block-left-side-content p .read-less {
  position: relative;
  font-weight: 800;
  font-size: 14px;
  color: #000000;
  cursor: pointer;
  text-decoration: underline;
  padding-left: 10px;
}
.about-block-left-side-content p .hide-read-less {
  display: none;
}
.about-block-left-side-content p .read-more {
  position: relative;
  font-weight: 800;
  font-size: 14px;
  color: #000000;
  cursor: pointer;
}
.about-block-left-side-content p .read-more div {
  text-decoration: underline;
}
.about-block-left-side-content p .read-more::before {
  content: "...";
  font-weight: 300;
  font-size: 20px;
  text-decoration: none;
  margin-right: 10px;
}
.about-block-left-side-content p .read-more::after {
  content: " ";
  position: absolute;
  width: 100%;
  border-bottom: 1px solid;
  bottom: 0;
  right: 0;
  width: 76%;
}
.about-block-left-side-content p .hide-read-more {
  display: none;
}
.about-block-left-side-content p .read-more-text {
  display: inline;
  position: absolute;
  opacity: 0;
  visibility: hidden;
  padding-left: 0;
  font-size: 20px;
  color: #000000;
  height: 0;
  left: 0;
}
.about-block-left-side-content p .read-more-text-active {
  position: relative;
  height: -moz-fit-content;
  height: fit-content;
  padding-left: 5px;
  visibility: visible;
  opacity: 1;
  transition: all 0.5s ease-in-out;
}
.about-block-right-side {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  position: relative;
  width: 100%;
  margin-right: 20px;
}
.about-block-right-side .box-shadow-top {
  max-width: 357px;
  width: 100%;
  height: 419px;
  background: #d9d9d9;
  opacity: 0.2;
  position: absolute;
  top: 174px;
  left: 183px;
}
.about-block-right-side .box-shadow-bottom {
  max-width: 600px;
  width: 100%;
  position: absolute;
  right: 57px;
  top: 127px;
  height: 404px;
  background: #d9d9d9;
  opacity: 0.2;
}
.about-block-right-side-back-img {
  position: relative;
  z-index: 2;
  max-width: 450px;
  width: 100%;
  height: 479px;
}
.about-block-right-side-back-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 5px;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
.about-block-right-side-main-img {
  position: absolute;
  top: 160px;
  left: 34px;
  z-index: 3;
  max-width: 386px;
  width: 100%;
  height: 386px;
}
.about-block-right-side-main-img img {
  width: 100%;
  height: 100%;
  border-radius: 5px;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  -o-object-fit: cover;
     object-fit: cover;
}
.about-block-right-side-box-shadow-block {
  max-width: 386px;
  height: 386px;
  width: 100%;
  position: absolute;
  bottom: -43px;
  left: 34px;
  z-index: 1;
}

@media only screen and (max-width: 1620px) {
  .about-block {
    padding-left: 7vw;
  }
  .about-block-right-side .box-shadow-bottom {
    max-width: 30vw !important;
    right: 5vw;
    height: 25vw !important;
    top: 7vw !important;
  }
  .about-block-right-side .box-shadow-top {
    top: 11vw !important;
    height: 26vw !important;
    max-width: 15vw !important;
    left: 14vw;
  }
  .about-block-right-side-back-img {
    max-width: 26.5vw !important;
    height: 27.8vw !important;
  }
  .about-block-right-side-back-img img {
    height: auto;
    width: 100%;
    aspect-ratio: 459/479;
  }
  .about-block-right-side-main-img {
    top: 11vw !important;
    max-width: 24vw !important;
    left: 3vw;
  }
  .about-block-right-side-main-img img {
    height: auto;
    width: 100%;
    aspect-ratio: 386/386;
  }
  .about-block-revers {
    padding-right: 7vw;
  }
  .about-block-revers .box-shadow-top {
    height: 26vw !important;
    max-width: 15vw !important;
    left: 13vw !important;
    top: 11vw !important;
  }
  .about-block-revers .box-shadow-bottom {
    max-width: 30vw !important;
    right: 12vw !important;
    top: 7vw !important;
    height: 25vw !important;
  }
  .about-block-revers .about-block-right-side-main-img {
    max-width: 24vw !important;
    right: 1.5vw !important;
    top: 11vw !important;
  }
  .about-block-revers .about-block-right-side-main-img img {
    height: auto;
    width: 100%;
    aspect-ratio: 386/386;
  }
  .about-block-revers .about-block-right-side-back-img {
    max-width: 26.5vw !important;
    height: 27.8vw !important;
  }
  .about-block-revers .about-block-right-side-back-img img {
    height: auto;
    width: 100%;
    aspect-ratio: 459/479;
  }
}
@media only screen and (max-width: 1366px) {
  .about-block-left-side-content {
    margin-top: 20px;
    row-gap: 10px;
    font-size: 18px;
  }
  .about-block-left-side-content .read-more-text {
    font-size: 18px !important;
  }
}
@media only screen and (max-width: 1201px) {
  .about-block-left-side-content {
    font-size: 16px;
  }
  .about-block-left-side-content .read-more-text {
    font-size: 16px !important;
  }
}
@media only screen and (max-width: 992px) {
  .about-block {
    display: flex;
    flex-direction: column;
    margin-bottom: 0 !important;
  }
  .about-block-mobile-btn {
    display: flex;
    margin-top: 22vw;
  }
  .about-block .about-block-left-side-content {
    padding-right: 0;
  }
  .about-block-revers {
    display: flex;
    flex-direction: column;
    margin-bottom: 0 !important;
  }
  .about-block-revers .about-block-left-side {
    padding-left: 25px !important;
    padding-right: 25px !important;
  }
  .about-block-revers .about-block-left-side-content {
    padding-right: 0;
  }
  .about-block-revers .about-block-left-side .btn-red {
    display: none;
  }
  .about-block-revers .about-block-right-side {
    margin-bottom: -10vw;
  }
  .about-block-revers .about-block-right-side-main-img {
    right: unset !important;
    left: 21vw !important;
  }
  .about-block-revers .box-shadow-bottom {
    left: 5vw !important;
    right: unset !important;
  }
  .about-block-left-side {
    padding-right: 25px !important;
  }
  .about-block-left-side .btn-red {
    display: none;
  }
  .about-block-right-side {
    margin-top: 30px;
  }
  .about-block-right-side .box-shadow-top {
    top: 13vw;
    right: 13vw;
    left: unset;
  }
  .about-block-right-side-main-img {
    left: unset;
    right: 24vw;
  }
}
@media only screen and (max-width: 600px) {
  .about-block {
    padding-left: 0 !important;
  }
  .about-block-mobile-btn {
    margin-top: 100px;
  }
  .about-block-mobile-btn .btn-red {
    padding: 15px;
  }
  .about-block-mobile-btn .btn-red a {
    font-size: 12px;
  }
  .about-block-revers {
    padding-right: 0 !important;
  }
  .about-block-revers .about-block-right-side {
    margin-left: 0;
    margin-bottom: 0;
    padding-left: 33px !important;
    padding-right: 0 !important;
  }
  .about-block-revers .about-block-right-side-main-img {
    max-width: 160px !important;
    height: 160px !important;
    left: 190px !important;
    top: 160px !important;
  }
  .about-block-revers .about-block-right-side-back-img {
    max-width: 229.41px !important;
    height: 229.41px !important;
  }
  .about-block-revers .box-shadow-top {
    top: 104px !important;
    left: 73px !important;
    right: unset !important;
    max-width: 242px !important;
    height: 159px !important;
  }
  .about-block-revers .box-shadow-bottom {
    height: 232px !important;
    max-width: 179px !important;
    left: 106px !important;
    top: 60px !important;
  }
  .about-block-left-side {
    padding-left: 25px !important;
  }
  .about-block-left-side .title {
    text-align: center;
  }
  .about-block-left-side .subtitle {
    text-align: center;
  }
  .about-block-left-side-content {
    text-align: center;
    font-size: 14px;
  }
  .about-block-left-side-content .read-more-text {
    font-size: 14px !important;
  }
  .about-block-left-side-content .read-less {
    font-size: 12px !important;
  }
  .about-block-left-side-content .read-more {
    font-size: 12px !important;
  }
  .about-block-right-side {
    margin-right: 0;
    padding-right: 33px;
  }
  .about-block-right-side .box-shadow-top {
    top: 104px;
    right: 72px;
    max-width: 242px;
    height: 159px;
  }
  .about-block-right-side .box-shadow-bottom {
    height: 232px;
    max-width: 179px;
    right: 106px;
    top: 60px;
  }
  .about-block-right-side-main-img {
    max-width: 160px;
    height: 160px;
    right: 190px;
    top: 160px;
  }
  .about-block-right-side-back-img {
    max-width: 229.41px;
    height: 229.41px;
  }
}
@media only screen and (max-width: 428px) {
  .about-block-mobile-btn .btn-red {
    font-size: 12px;
    padding: 15px 10px;
  }
  .about-block .about-block-right-side-main-img {
    right: 150px !important;
  }
  .about-block-revers .about-block-right-side-main-img {
    left: 144px !important;
  }
}
.interest-block {
  padding: 0 170px;
  width: 100%;
}
.interest-block a {
  text-decoration: none !important;
}
.interest-block .subtitle-arrow::after {
  content: ">>";
  font-weight: bold;
  color: #c4291c;
  margin-left: 10px;
}
.interest-block-title {
  font-weight: 800;
  padding-top: 72px;
  text-align: center;
  font-size: 36px;
  color: #c4291c;
  max-width: 467px;
}
.interest-block-subtitle {
  font-size: 32px;
  color: #000000;
  padding-top: 40px;
  text-align: center;
  display: flex;
  justify-content: center;
  font-weight: bold !important;
}
.interest-block-subtitle a {
  color: #000000;
  font-size: 32px;
  text-decoration: none;
  font-weight: 800;
}
.interest-block .title {
  text-align: center;
}
.interest-block .subtitle {
  text-align: center;
  margin-top: 10px;
}
.interest-block-revers .interest-block-images-layout-two-column:nth-child(1) {
  grid-column: 5/3;
  grid-row: 1;
}
.interest-block-revers > div:nth-child(4) {
  grid-column: 5/3;
  grid-row: 2;
}
.interest-block-images-layout {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  max-width: 1360px;
  width: 100%;
  gap: 16px;
  margin-top: 40px;
}
.interest-block-images-layout .btn-red {
  margin-top: 70px;
  min-width: 221px;
}
.interest-block-images-layout .images-layout-two-column {
  transition: 0.4s;
  grid-column: 2 span !important;
}
.interest-block-images-layout .images-layout-two-column img {
  width: 100% !important;
}
.interest-block-images-layout .images-layout-bg-grey {
  background: #D9D9D9;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
.interest-block-images-layout-column {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  overflow: hidden;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  background: #d9d9d9;
  height: 375px;
  border-radius: 5px;
}
.interest-block-images-layout-column img {
  width: 100% !important;
}
.interest-block-images-layout-column:hover img {
  transition: 0.4s;
  transform: scale(1.2);
}
.interest-block-images-layout-column:hover .btn-white {
  transition: 0.4s;
  background: #c4291c;
  color: #ffffff;
}
.interest-block-images-layout-column img {
  transition: 0.4s;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top center;
     object-position: top center;
}
.interest-block-images-layout-column .double-btn {
  position: absolute;
  bottom: 40px;
}
.interest-block-images-layout-column .double-btn .double-btn-item {
  color: #ffffff;
  font-weight: bold;
}
.interest-block-images-layout-column .btn-white {
  position: absolute;
  bottom: 40px;
}

@media only screen and (max-width: 1620px) {
  .interest-block {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0 7vw;
  }
}
@media only screen and (max-width: 1366px) {
  .interest-block-title {
    font-size: 30px;
  }
  .interest-block-subtitle {
    font-size: 25px;
    padding-top: 25px;
  }
  .interest-block .double-btn-item {
    padding: 15px 0;
    min-width: 200px;
  }
  .interest-block-images-layout {
    margin-top: 20px;
  }
  .interest-block-images-layout .btn-white {
    min-width: 200px;
    padding: 15px;
  }
  .interest-block .btn-red {
    margin-top: 111px;
    min-width: 200px;
    padding: 15px;
  }
}
@media only screen and (max-width: 1201px) {
  .interest-block .btn-red {
    font-size: 14px;
  }
  .interest-block .btn-white {
    font-size: 14px;
  }
}
@media only screen and (max-width: 992px) {
  .interest-block .double-btn-item {
    padding: 12px 0;
    min-width: 150px;
  }
  .interest-block-revers .interest-block-images-layout-two-column:nth-child(1) {
    grid-column: unset;
    grid-column: 2 span;
  }
  .interest-block-revers > div:nth-child(4) {
    grid-column: unset;
    grid-column: 2 span;
  }
  .interest-block-images-layout {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
  .interest-block-images-layout img {
    width: 100% !important;
  }
}
@media only screen and (max-width: 768px) {
  .interest-block {
    padding: 0 60px;
  }
  .interest-block .interest-block-title {
    font-size: 21px !important;
  }
  .interest-block .interest-block-subtitle {
    font-size: 21px !important;
    padding-top: 16px !important;
  }
  .interest-block-images-layout-column {
    height: 330px;
  }
  .btn-red {
    margin-top: 60px !important;
  }
}
@media only screen and (max-width: 600px) {
  .interest-block {
    padding: 0 45px;
  }
  .interest-block .interest-block-title {
    padding-top: 50px !important;
    font-size: 18px !important;
  }
  .interest-block .btn-red {
    margin-top: 30px !important;
    font-size: 12px;
    min-width: 130px;
  }
  .interest-block-images-layout-column {
    height: 220px;
  }
  .interest-block-images-layout-column .btn-white {
    font-size: 12px;
    min-width: 130px;
    bottom: 20px;
  }
  .interest-block-images-layout-column .interest-block-title {
    padding-top: 30px;
    font-size: 24px;
  }
  .interest-block-images-layout-column .interest-block-subtitle {
    font-size: 20px;
  }
  .interest-block-images-layout-column .double-btn {
    bottom: 20px;
  }
  .interest-block-images-layout-column .double-btn-item {
    min-width: 140px;
  }
  .interest-block-images-layout-column .double-btn-item a {
    font-size: 12px;
  }
}
@media only screen and (max-width: 428px) {
  .interest-block {
    padding: 0 15px;
  }
  .interest-block .btn-red {
    padding: 15px 5px;
  }
  .interest-block .interest-block-subtitle {
    padding-top: 10px;
  }
  .interest-block-images-layout-column .btn-white {
    padding: 15px 5px;
  }
  .interest-block-images-layout-column .double-btn-item {
    padding: 8px 0;
    max-width: 140px;
  }
}
.video-block-wrapper {
  height: 56vw;
  width: 100%;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  position: relative;
  z-index: -1;
  overflow: hidden;
}
.video-block-wrapper iframe {
  position: relative;
  width: 100vw;
  height: 56vw;
  pointer-events: none;
}

.opacity-block {
  z-index: 2;
  position: relative;
  height: 56vw;
  width: 100%;
}

.slider-wrapper {
  display: flex;
  flex-direction: column;
  text-align: center;
}
.slider-wrapper-top-title-block {
  position: absolute;
  left: 0;
  top: 40px;
  height: -moz-fit-content;
  height: fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 0px 4px 4px 0px;
  background: #c4291c;
  padding: 5px 10px;
}
.slider-wrapper-top-title-block h4 {
  line-height: 19px;
  font-weight: 800;
  font-size: 14px;
  color: #ffffff;
}
.slider-wrapper .subtitle {
  margin-top: 8px;
}
.slider-wrapper-slider-container {
  max-width: 1550px;
  width: 100%;
  margin: 0 auto;
  padding: 0 100px;
}
.slider-wrapper-list {
  margin-top: 40px;
  /* the parent */
}
.slider-wrapper-list .slide-arrow {
  cursor: pointer;
  position: absolute;
  top: 50%;
}
.slider-wrapper-list .slick-slide {
  margin: 0 10px;
}
.slider-wrapper-list .slick-list {
  margin: 0 -10px;
}
.slider-wrapper-list .prev-arrow {
  left: -70px;
}
.slider-wrapper-list .next-arrow {
  right: -70px;
  transform: rotate(180deg);
}
.slider-wrapper-list-item {
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  text-decoration: none;
  width: 325px;
  height: 480px;
  position: relative;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  border-radius: 5px;
  overflow: hidden;
  transition: 0.4s;
}
.slider-wrapper-list-item-size {
  height: 325px !important;
}
.slider-wrapper-list-item img {
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  transition: 0.4s;
}
.slider-wrapper-list-item:hover img {
  transition: 0.4s;
  transform: scale(1.2);
}
.slider-wrapper-list-item:hover .btn-white {
  background: #c4291c;
  color: #ffffff;
}
.slider-wrapper-list-item-wrapper {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  height: 100%;
  width: 100%;
}
.slider-wrapper-list-item .btn-white {
  margin-bottom: 40px;
}

.slider-wrapper-active .slick-current .slider-wrapper-list-item-wrapper button {
  background: #c4291c;
  color: #ffffff;
}

.bottom-slider {
  margin: 0 auto;
  padding: 0 100px;
  margin-top: 30px;
  max-width: 1550px;
  /* the parent */
}
.bottom-slider-item {
  position: relative;
  max-width: 394px;
  width: 100%;
  height: auto;
  border-radius: 5px;
  transition: 0.4s;
  overflow: hidden;
  display: flex;
}
.bottom-slider-item .modal {
  display: none !important;
}
.bottom-slider-item .icon-play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 50px;
  height: 50px;
  cursor: pointer;
}
.bottom-slider-item img {
  aspect-ratio: 208/222;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.bottom-slider-block-wrapper {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 20px;
}
.bottom-slider .slick-slide {
  margin: 0 10px;
}
.bottom-slider .slick-list {
  margin: 0 -10px;
}

.js-slider-special-list .slider-wrapper-list-item {
  cursor: pointer;
}

.video-wrapper-modal {
  display: none;
  position: fixed;
  z-index: 101;
  width: 60vw;
  height: 30vw;
  top: 20%;
  left: 20%;
  margin: 2em 0;
}
.video-wrapper-modal iframe {
  width: 100%;
  height: 100%;
}

@media only screen and (max-width: 1620px) {
  .slider-wrapper-slider-container {
    padding: 0 7vw;
  }
  .slider-wrapper-slider-container .prev-arrow {
    left: -40px;
  }
  .slider-wrapper-slider-container .next-arrow {
    right: -40px;
  }
  .slider-wrapper-slider-container .slider-wrapper-list-item {
    background-position: center !important;
  }
  .bottom-slider {
    padding: 0 7vw;
    margin: unset !important;
    padding-top: 36px;
  }
}
@media only screen and (max-width: 1366px) {
  .slider-wrapper-list {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 1201px) {
  .bottom-slider .bottom-slider-block-wrapper {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
  }
}
@media only screen and (max-width: 992px) {
  .bottom-slider .bottom-slider-block-wrapper {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
  }
  .slider-wrapper-list .btn-white {
    font-size: 14px;
    min-width: 170px;
    padding: 14px;
  }
}
@media only screen and (max-width: 600px) {
  .bottom-slider {
    padding: 0 50px;
    padding-top: 30px;
  }
  .bottom-slider .bottom-slider-block-wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
  }
  .slider-wrapper-slider-container {
    padding: 0 50px;
  }
  .slider-wrapper-list {
    /* the parent */
  }
  .slider-wrapper-list .slick-slide {
    margin: 0 5px;
  }
  .slider-wrapper-list .slick-list {
    margin: 0 -5px;
  }
  .slider-wrapper-list-item {
    height: 325px;
  }
  .slider-wrapper-list-item .btn-white {
    min-width: unset !important;
    font-size: 12px !important;
    padding: 14px 5px;
  }
}
@media only screen and (max-width: 428px) {
  .bottom-slider .bottom-slider-block-wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
  .slider-wrapper-slider-container {
    padding: 0 45px;
  }
  .slider-wrapper-list-item {
    height: 325px;
  }
  .slider-wrapper-list-item .btn-white {
    min-width: 170px !important;
  }
}
.review-wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
  text-align: center;
}
.review-wrapper .subtitle {
  margin-top: 8px;
}
.review-wrapper .slider-block-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-top: 40px;
  -moz-column-gap: 15px;
       column-gap: 15px;
  margin-top: 60px;
}
.review-wrapper .slider-block-wrapper .slider-center-container {
  max-width: 670px;
  width: 100%;
}
.review-wrapper .slider-block-wrapper .images-slider-container-left .box-shadow-bottom {
  left: -20px;
  right: 0;
}
.review-wrapper .slider-block-wrapper .images-slider-container-left .box-shadow-top {
  right: 0;
}
.review-wrapper .slider-block-wrapper .images-slider-container {
  position: relative;
  z-index: 2;
  max-width: 380px;
  width: 100%;
  height: 400px;
}
.review-wrapper .slider-block-wrapper .images-slider-container .slick-slider {
  z-index: 2;
}
.review-wrapper .slider-block-wrapper .images-slider-container .box-shadow-bottom {
  width: 174px;
  bottom: -27px;
  right: -20px;
  height: 231px;
  background: #d9d9d9;
  position: absolute;
  opacity: 0.2;
  border-radius: 5px;
}
.review-wrapper .slider-block-wrapper .images-slider-container .box-shadow-top {
  border-radius: 5px;
  top: -27px;
  width: 174px;
  height: 231px;
  background: #d9d9d9;
  position: absolute;
  opacity: 0.2;
}
.review-wrapper .slider-block-wrapper .images-slider-container img {
  height: 400px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 5px;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
.review-wrapper .slider-block-wrapper .slide-arrow {
  cursor: pointer;
  position: absolute;
  top: 50%;
}
.review-wrapper .slider-block-wrapper .prev-arrow {
  left: -70px;
}
.review-wrapper .slider-block-wrapper .next-arrow {
  right: -70px;
  transform: rotate(180deg);
}
.review-wrapper .slider-block-wrapper-left-slider img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.review-wrapper .slider-block-wrapper-right-slider img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
.review-wrapper .slider-block-wrapper-center-slider {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.review-wrapper .slider-block-wrapper-center-slider img {
  border: 2px solid #c4291c;
  width: 100px;
  height: 100px;
  border-radius: 100%;
}
.review-wrapper .slider-block-wrapper-center-slider p {
  font-size: 20px;
  font-weight: 400;
  line-height: 27px;
  text-align: center;
  color: #000000;
  margin-top: 20px;
}
.review-wrapper .slider-block-wrapper-center-slider button {
  margin-top: 40px;
}
.review-wrapper .slider-mobile {
  display: none;
  flex-direction: row;
  row-gap: 20px;
  height: 300px;
}
.review-wrapper .slider-mobile .box-shadow-top {
  width: 174px;
  bottom: -27px;
  left: -10px;
  right: unset;
  height: 231px;
  background: #d9d9d9;
  position: absolute;
  opacity: 0.2;
  border-radius: 5px;
}
.review-wrapper .slider-mobile-left-img {
  position: relative;
  display: block;
  height: 300px;
  width: 300px;
}
.review-wrapper .slider-mobile-right-img {
  position: relative;
  display: block;
  height: 300px;
  width: 300px;
}

.btn-wrapper {
  display: none;
  margin: 0 auto;
  margin-top: 40px;
}

@media only screen and (max-width: 1620px) {
  .images-slider-container {
    max-width: 300px !important;
  }
  .slider-center-container {
    max-width: 600px !important;
  }
  .slider-block-wrapper {
    -moz-column-gap: 50px !important;
         column-gap: 50px !important;
  }
  .slider-block-wrapper .prev-arrow {
    left: -40px !important;
  }
  .slider-block-wrapper .next-arrow {
    right: -40px !important;
  }
}
@media only screen and (max-width: 1366px) {
  .slider-block-wrapper {
    display: flex;
    justify-content: center !important;
  }
  .slider-block-wrapper .slider-center-container .btn-red {
    display: none !important;
  }
  .images-slider-container {
    display: none;
  }
  .btn-wrapper {
    display: flex;
  }
  .slider-mobile {
    margin-top: 40px;
    display: flex !important;
    justify-content: center;
    -moz-column-gap: 20px;
         column-gap: 20px;
    width: 100%;
    height: 100%;
  }
  .slider-mobile .slider-mobile-left-img {
    width: 300px;
    height: 300px;
  }
  .slider-mobile .slider-mobile-left-img img {
    width: 300px;
    height: 300px;
    border-radius: 5px !important;
  }
  .slider-mobile .slider-mobile-right-img {
    width: 300px;
    height: 300px;
  }
  .slider-mobile .slider-mobile-right-img img {
    width: 300px;
    height: 300px;
    border-radius: 5px !important;
  }
}
@media only screen and (max-width: 768px) {
  .review-wrapper {
    margin-bottom: 80px;
  }
  .review-wrapper .slider-block-wrapper {
    margin-top: 30px !important;
  }
  .review-wrapper .slider-center-container {
    max-width: 400px !important;
  }
  .review-wrapper .slider-center-container p {
    font-size: 16px;
  }
  .review-wrapper .slider-mobile-left-img {
    width: 250px;
    height: 250px;
  }
  .review-wrapper .slider-mobile-left-img img {
    width: 250px;
    height: 250px;
  }
  .review-wrapper .slider-mobile-right-img {
    width: 250px;
    height: 250px;
  }
  .review-wrapper .slider-mobile-right-img img {
    width: 250px;
    height: 250px;
  }
  .slider-mobile {
    margin-top: 30px !important;
  }
}
@media only screen and (max-width: 600px) {
  .review-wrapper .btn-wrapper .btn-red a {
    font-size: 12px;
  }
  .review-wrapper .slider-mobile {
    -moz-column-gap: 15px;
         column-gap: 15px;
    height: -moz-fit-content !important;
    height: fit-content !important;
  }
  .review-wrapper .slider-mobile .box-shadow-top {
    height: 90px;
    width: 140px;
  }
  .review-wrapper .slider-center-container {
    max-width: 350px !important;
  }
  .review-wrapper .slider-mobile-left-img {
    width: 200px;
    height: 200px;
  }
  .review-wrapper .slider-mobile-left-img img {
    width: 200px;
    height: 200px;
    -o-object-position: center center;
       object-position: center center;
  }
  .review-wrapper .slider-mobile-right-img {
    width: 200px;
    height: 200px;
  }
  .review-wrapper .slider-mobile-right-img img {
    width: 200px;
    height: 200px;
    -o-object-position: center center;
       object-position: center center;
  }
}
@media only screen and (max-width: 428px) {
  .review-wrapper .slider-center-container {
    max-width: 262px !important;
  }
  .review-wrapper .slider-center-container p {
    font-size: 14px;
  }
  .review-wrapper .box-shadow-top {
    width: 90px;
  }
  .review-wrapper .slider-mobile-left-img {
    width: 158.65px;
    height: 158.65px;
  }
  .review-wrapper .slider-mobile-left-img img {
    width: 158.65px;
    height: 158.65px;
  }
  .review-wrapper .slider-mobile-right-img {
    width: 158.65px;
    height: 158.65px;
  }
  .review-wrapper .slider-mobile-right-img img {
    width: 158.65px;
    height: 158.65px;
  }
}
@media only screen and (max-width: 350px) {
  .review-wrapper .slider-center-container {
    max-width: 230px !important;
  }
  .review-wrapper .slider-mobile-left-img {
    width: 140px;
    height: 140px;
  }
  .review-wrapper .slider-mobile-left-img img {
    width: 140px;
    height: 140px;
  }
  .review-wrapper .slider-mobile-right-img {
    width: 140px;
    height: 140px;
  }
  .review-wrapper .slider-mobile-right-img img {
    width: 140px;
    height: 140px;
  }
}
.center-content-block {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 1130px;
  width: 100%;
  text-align: center;
}
.center-content-block .subtitle {
  margin-top: 8px;
}
.center-content-block div {
  display: flex;
  flex-direction: column;
  row-gap: 40px;
  margin-top: 40px;
}
.center-content-block div p {
  font-size: 20px;
  line-height: 27px;
  text-align: center;
  color: #000000;
}
.center-content-block .btn-red {
  margin-top: 40px;
  min-width: 171px;
}

@media only screen and (max-width: 1201px) {
  .center-content-block div {
    row-gap: 20px !important;
    margin-top: 20px !important;
    padding: 0 20px !important;
  }
  .center-content-block div p {
    font-size: 16px;
  }
  .center-content-block div .btn-red {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 600px) {
  .center-content-block div {
    padding: 0 15px;
    font-size: 12px;
  }
  .center-content-block .btn-red {
    margin-top: 20px;
  }
  .center-content-block .btn-red a {
    font-size: 12px;
  }
}
.contact-form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  width: 100%;
  background: #d9d9d9;
}
.contact-form-left-side {
  height: 100%;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
}
.contact-form-right-side {
  padding-top: 50px;
  padding-bottom: 50px;
  background: #d9d9d9;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.contact-form-right-side-container {
  max-width: 670px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  row-gap: 10px;
}
.contact-form-right-side-container h3 {
  font-size: 40px;
  font-weight: 800;
  color: #c4291c;
}
.contact-form-right-side-container .forminator-custom-form {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
  width: 100%;
}
.contact-form-right-side-container .forminator-custom-form .forminator-label {
  display: none !important;
}
.contact-form-right-side-container .forminator-custom-form .forminator-row {
  display: flex;
  -moz-column-gap: 20px;
       column-gap: 20px;
  margin: 0 !important;
}
.contact-form-right-side-container .forminator-custom-form .forminator-col {
  padding: 0 !important;
}
.contact-form-right-side-container .forminator-custom-form input {
  width: 100%;
  height: 50px;
  border-radius: 5px;
  border: none;
  padding-left: 20px;
}
.contact-form-right-side-container .forminator-custom-form .forminator-description {
  display: none;
}
.contact-form-right-side-container .forminator-custom-form .forminator-textarea {
  width: 100%;
}
.contact-form-right-side-container .forminator-custom-form textarea {
  border-radius: 5px;
  border: none;
  resize: none;
  height: 130px;
  padding-left: 20px;
  padding-top: 18px;
}
.contact-form-right-side-container .forminator-custom-form .forminator-row-last .forminator-col {
  display: flex;
  justify-content: center;
}
.contact-form-right-side-container .forminator-custom-form .forminator-row-last .forminator-col button {
  border: none;
  padding: 19px 40px;
  border-radius: 35px 0px;
  background: #c4291c;
  color: #ffffff;
  font-weight: bold;
  transition: 0.4s;
}
.contact-form-right-side-container .forminator-custom-form .forminator-row-last .forminator-col button:hover {
  background: #000000;
  transition: 0.4s;
}

@media only screen and (max-width: 1620px) {
  .contact-form-right-side {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .contact-form-left-side {
    background-position: 18% 50% !important;
  }
}
@media only screen and (max-width: 992px) {
  .contact-form {
    display: flex;
    flex-direction: column;
  }
  .contact-form .forminator-col {
    width: 100%;
  }
  .contact-form-right-side h3 {
    font-size: 35px;
  }
  .contact-form-left-side {
    width: 100%;
    height: 300px;
  }
}
@media only screen and (max-width: 768px) {
  .contact-form .forminator-custom-form {
    row-gap: 0;
  }
  .contact-form .forminator-custom-form .forminator-button-submit {
    margin-top: 10px;
  }
  .contact-form .forminator-col {
    width: 100%;
  }
}
@media only screen and (max-width: 600px) {
  .contact-form-right-side h3 {
    font-size: 28px;
  }
  .contact-form-right-side input,
  .contact-form-right-side textarea {
    font-size: 12px !important;
  }
  .contact-form-right-side input::-moz-placeholder, .contact-form-right-side textarea::-moz-placeholder {
    font-size: 12px !important;
  }
  .contact-form-right-side input::placeholder,
  .contact-form-right-side textarea::placeholder {
    font-size: 12px !important;
  }
  .contact-form .forminator-button-submit {
    font-size: 12px;
  }
}
@media only screen and (max-width: 428px) {
  .contact-form-right-side {
    padding-left: 15px;
    padding-right: 15px;
  }
  .contact-form .forminator-custom-form .forminator-col:not(:last-child) {
    margin-bottom: 10px !important;
  }
  .contact-form .forminator-row {
    -moz-column-gap: 10px !important;
         column-gap: 10px !important;
  }
  .contact-form .forminator-row input,
  .contact-form .forminator-row textarea {
    padding-left: 10px;
  }
  .contact-form .forminator-row input {
    height: 40px;
  }
  .contact-form .forminator-row textarea {
    min-height: 100px;
  }
}
.important-block {
  width: 100%;
  height: 510px;
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding-left: 170px;
}
.important-block-container h2 {
  font-weight: 800;
  font-size: 48px;
  color: #ffffff;
}
.important-block-container h3 {
  font-weight: 800;
  font-size: 24px;
  color: #D9D9D9;
  margin-top: 10px;
}
.important-block-container-btn-wrapper {
  margin-top: 50px;
  display: flex;
  flex-direction: row;
  -moz-column-gap: 34px;
       column-gap: 34px;
}

@media only screen and (max-width: 1366px) {
  .important-block {
    padding-left: 25px;
  }
  .important-block-container h2 {
    font-size: 40px;
  }
  .important-block-container h3 {
    font-size: 20px;
  }
  .important-block-container-btn-wrapper {
    margin-top: 40px;
  }
  .important-block-container-btn-wrapper .btn-white {
    padding: 15px;
  }
  .important-block-container-btn-wrapper .btn-white a {
    font-size: 14px;
  }
}
@media only screen and (max-width: 992px) {
  .important-block {
    height: 400px;
  }
}
@media only screen and (max-width: 768px) {
  .important-block-container-btn-wrapper {
    -moz-column-gap: 20px;
         column-gap: 20px;
  }
}
@media only screen and (max-width: 600px) {
  .important-block {
    height: 300px;
  }
  .important-block-container h2 {
    font-size: 28px;
  }
  .important-block-container h3 {
    font-size: 18px;
  }
  .important-block-container-btn-wrapper {
    margin-top: 35px;
  }
  .important-block-container-btn-wrapper .btn-white {
    min-width: 160px;
  }
  .important-block-container-btn-wrapper .btn-white a {
    font-size: 12px;
  }
}
@media only screen and (max-width: 428px) {
  .important-block {
    height: 250px;
    padding-left: 15px;
  }
  .important-block-container-btn-wrapper {
    margin-top: 20px;
  }
  .important-block-container-btn-wrapper .btn-white {
    padding-left: 5px;
    padding-right: 5px;
    min-width: 120px;
  }
  .important-block-container-btn-wrapper .btn-white a {
    font-size: 12px;
  }
}
.dogs-list-block {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.dogs-list-block .title {
  text-align: center;
}
.dogs-list-block .lds-default {
  display: none;
}
.dogs-list-block:has(.loading-dogs) .dogs-list-block-layout {
  display: flex;
  justify-content: center;
  padding-top: 40px;
  padding-bottom: 40px;
}
.dogs-list-block:has(.loading-dogs) .lds-default {
  display: block;
}
.dogs-list-block:has(.loading-dogs) .dogs-list-block-layout-item {
  display: none;
}
.dogs-list-block-filter-block {
  margin-top: 40px;
  display: flex;
  justify-content: center;
  flex-direction: row;
  -moz-column-gap: 20px;
       column-gap: 20px;
}
.dogs-list-block-layout {
  padding-top: 36px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  max-width: 1360px;
  width: 100%;
  row-gap: 40px;
  -moz-column-gap: 20px;
       column-gap: 20px;
}
.dogs-list-block-layout-item {
  display: flex;
  flex-direction: column;
  height: 518px;
  max-width: 325px;
  width: 100%;
  text-decoration: none;
  overflow: hidden;
  position: relative;
  border-radius: 5px 5px 0px 0px;
}
.dogs-list-block-layout-item img {
  width: 100%;
  height: 400px;
  border-radius: 5px 5px 0px 0px;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.4s;
}
.dogs-list-block-layout-item img:hover {
  border-radius: 5px 5px 0px 0px;
  transition: 0.4s;
  transform: scale(1.2);
}
.dogs-list-block-layout-item-name {
  position: relative;
  width: 100%;
  text-align: center;
  height: -moz-fit-content;
  height: fit-content;
  padding: 20px 0;
  background: #c4291c;
}
.dogs-list-block-layout-item-name h4 {
  font-weight: 800;
  font-size: 14px;
  color: #ffffff;
}
.dogs-list-block-layout-item-details {
  position: relative;
  width: 100%;
  padding: 20px;
  height: -moz-fit-content;
  height: fit-content;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  background: #000000;
  border-radius: 0px 0px 5px 5px;
}
.dogs-list-block-layout-item-details span {
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
}

@media only screen and (max-width: 1620px) {
  .dogs-list-block {
    padding: 0 7vw;
  }
  .dogs-list-block-layout {
    padding-top: 45px;
  }
  .dogs-list-block-layout-item {
    height: auto;
  }
  .dogs-list-block-layout-item > img {
    height: auto;
    width: 100%;
    aspect-ratio: 325/400;
  }
}
@media only screen and (max-width: 1201px) {
  .dogs-list-block {
    padding: 0 30px;
  }
  .dogs-list-block-filter-block {
    display: grid;
    grid-template-columns: auto auto auto auto;
    max-width: 1015px;
    width: 100%;
  }
  .dogs-list-block-layout {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    max-width: 1015px;
    gap: 20px;
  }
  .dogs-list-block-layout-item-name {
    padding: 15px 0;
  }
  .dogs-list-block-layout-item-details {
    padding: 15px;
  }
}
@media only screen and (max-width: 768px) {
  .dogs-list-block-filter-block {
    grid-template-columns: 1fr 1fr;
    gap: 20px;
  }
  .dogs-list-block-filter-block .dropdown-wrapper:last-child {
    grid-row: 1/2;
  }
  .dogs-list-block-layout {
    padding-top: 30px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  .dogs-list-block-layout-item {
    max-width: 670px;
  }
}
@media only screen and (max-width: 600px) {
  .dogs-list-block {
    padding: 0 15px;
  }
  .dogs-list-block-layout {
    gap: 10px;
  }
  .dogs-list-block-layout-item > img {
    aspect-ratio: 83/74;
  }
  .dogs-list-block-layout-item-name {
    padding: 10px 0;
  }
  .dogs-list-block-layout-item-name h4 {
    font-size: 12px;
  }
  .dogs-list-block-layout-item-details {
    padding: 10px 15px;
  }
  .dogs-list-block-layout-item-details span {
    font-size: 12px;
  }
}
.width-wrapper {
  margin: 0 auto;
  max-width: 1500px;
  margin-top: 20px;
  padding: 0 75px;
}

.extra-options {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.extra-options .subtitle {
  margin-top: 8px;
}
.extra-options-layout {
  display: block !important;
  /* the parent */
}
.extra-options-layout .slide-arrow {
  cursor: pointer;
  position: absolute;
  top: 50%;
}
.extra-options-layout .slick-slide {
  margin: 0 10px;
}
.extra-options-layout .slick-list {
  margin: 0 -10px;
}
.extra-options-layout .prev-arrow {
  left: -70px;
}
.extra-options-layout .next-arrow {
  right: -70px;
  transform: rotate(180deg);
}
.extra-options-item {
  text-decoration: none;
  display: flex;
  flex-direction: column;
  max-width: 670px;
  width: 100%;
  height: 480px;
  position: relative;
  overflow: hidden;
  border-radius: 5px 5px 0 0;
}
.extra-options-item img {
  height: 400px;
  border-radius: 5px 5px 0 0;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  width: 100%;
  transition: 0.4s;
}
.extra-options-item img:hover {
  border-radius: 5px 5px 0 0;
  transition: 0.4s;
  transform: scale(1.2);
}
.extra-options-item-wrapper {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
}
.extra-options-item-name {
  padding: 26px 20px;
  height: -moz-fit-content;
  height: fit-content;
  width: 70%;
  background: #c4291c;
  border-bottom-left-radius: 5px;
}
.extra-options-item-name h4 {
  color: #ffffff;
  font-size: 20px;
  font-weight: 800;
  text-align: left;
}
.extra-options-item-price {
  background: #000000;
  width: 30%;
  text-align: center;
  padding: 26px 0;
  border-bottom-right-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.extra-options-item-price h4 {
  color: #ffffff;
  font-size: 20px;
  font-weight: 800;
}

@media only screen and (max-width: 1620px) {
  .extra-options-layout .extra-options-item h4 {
    font-size: 18px;
  }
}
@media only screen and (max-width: 1201px) {
  .extra-options-layout .extra-options-item {
    max-width: 450px;
    height: 380px;
  }
  .extra-options-layout .extra-options-item-name {
    padding: 18px 20px;
  }
  .extra-options-layout .extra-options-item-price {
    padding: 18px 20px;
  }
  .extra-options-layout .extra-options-item h4 {
    font-size: 16px;
  }
}
@media only screen and (max-width: 992px) {
  .width-wrapper {
    padding: 0 9vw;
  }
  .extra-options-layout .extra-options-item {
    max-width: unset;
    height: -moz-fit-content;
    height: fit-content;
  }
  .extra-options-layout .prev-arrow {
    left: -50px;
  }
  .extra-options-layout .next-arrow {
    right: -50px;
    transform: rotate(180deg);
  }
}
@media only screen and (max-width: 768px) {
  .extra-options-layout {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 600px) {
  .width-wrapper {
    padding: 0 50px;
  }
  .width-wrapper .prev-arrow {
    left: -40px !important;
  }
  .width-wrapper .next-arrow {
    right: -40px !important;
    transform: rotate(180deg);
  }
  .extra-options-layout .extra-options-item h4 {
    font-size: 14px;
  }
  .extra-options-layout .extra-options-item img {
    height: 250px;
  }
}
@media only screen and (max-width: 428px) {
  .width-wrapper {
    padding: 0 45px;
  }
  .extra-options-layout .extra-options-item {
    max-width: 100%;
  }
  .extra-options-layout .extra-options-item h4 {
    font-size: 12px;
  }
  .extra-options-layout .extra-options-item-name {
    padding: 15px 10px;
  }
  .extra-options-layout .extra-options-item-price {
    padding: 15px 10px;
  }
}
.bg-yellow {
  background: #e28733 !important;
  color: #ffffff !important;
  border: none !important;
}

.dog-without-space {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

.dog-description-block {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 40px;
  padding-top: 50px;
}
.dog-description-block h3 {
  font-size: 40px;
  text-align: center;
  color: #000000;
}
.dog-description-block-details {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  -moz-column-gap: 25px;
       column-gap: 25px;
  margin-top: 23px;
}
.dog-description-block-details-row {
  display: flex;
  flex-direction: row;
  align-items: center;
  -moz-column-gap: 5px;
       column-gap: 5px;
}
.dog-description-block-details-row h5 {
  font-weight: 600;
  font-size: 20px;
  color: #000000;
}
.dog-description-block-details-row span {
  font-weight: 600;
  font-size: 20px;
  color: #c4291c;
}
.dog-description-block-layout {
  padding-top: 36px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -moz-column-gap: 20px;
       column-gap: 20px;
  row-gap: 40px;
}
.dog-description-block-layout .link-block {
  position: relative;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
}
.dog-description-block-layout .link-block:has(img) {
  border-radius: 5px;
}
.dog-description-block-layout .link-block:has(img):hover > img {
  border-radius: 5px;
  transition: 0.4s;
  transform: scale(1.2);
}
.dog-description-block-layout .link-block:has(img):hover > .btn-white {
  background: #c4291c;
  color: #ffffff;
}
.dog-description-block-layout .link-block img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  aspect-ratio: 670/430;
  max-width: 670px !important;
  width: 100% !important;
  height: 100% !important;
  transition: 0.4s;
  border-radius: 5px;
}
.dog-description-block-layout .link-block .btn-white {
  position: absolute;
  bottom: 40px;
}
.dog-description-block-layout .link-block .btn-white:hover {
  background: #ffffff;
  color: #c4291c;
}
.dog-description-block-layout-item {
  max-width: 670px;
  width: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
  overflow: hidden;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
}
.dog-description-block-layout-item img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  aspect-ratio: 670/480;
  max-width: 670px !important;
  width: 100% !important;
  height: 400px;
  transition: 0.4s;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
}
.dog-description-block-layout-item img:hover {
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  transition: 0.4s;
  transform: scale(1.2);
}
.dog-description-block-layout-item-title {
  position: relative;
  background: #000000;
  text-align: center;
  height: -moz-fit-content;
  height: fit-content;
  padding: 26px 0;
  color: #e28733;
  font-size: 20px;
}
.dog-description-block-layout-item-title strong {
  font-weight: 800 !important;
}
.dog-description-block-layout-item-description {
  position: relative;
  width: 100%;
  background: #ffffff;
  border-top: 1px solid #b4b2b2;
  border-left: 1px solid #b4b2b2;
  border-right: 1px solid #b4b2b2;
  padding: 10px 20px;
}
.dog-description-block-layout-item-option-list {
  display: grid;
  grid-template-columns: 30% 70%;
  border-bottom: 1px solid #b4b2b2;
  border-end-start-radius: 5px;
  border-end-end-radius: 5px;
}
.dog-description-block-layout-item-option-list-left {
  background: #ececec;
  padding: 9px 18px;
  width: 200px;
  height: -moz-fit-content;
  height: fit-content;
  color: #000000;
  font-weight: 800;
  font-size: 16px;
  border-left: 1px solid #b4b2b2;
  border-top: 1px solid #b4b2b2;
  height: 100%;
  display: flex;
  align-items: flex-start;
}
.dog-description-block-layout-item-option-list-right {
  display: inline-block;
  max-width: 470px;
  width: 100%;
  background: #ffffff;
  padding: 9px 5px 9px 20px;
  font-weight: 400;
  font-size: 16px;
  border-left: 1px solid #b4b2b2;
  border-right: 1px solid #b4b2b2;
  border-top: 1px solid #b4b2b2;
  height: 100%;
}
.dog-description-block-layout-item-option-list-right p {
  display: inline;
  font-weight: 400;
  font-size: 16px;
}
.dog-description-block-layout-item-option-list-right .read-less {
  position: relative;
  font-weight: 800;
  font-size: 14px;
  color: #000000;
  cursor: pointer;
  text-decoration: underline;
  padding-left: 10px;
}
.dog-description-block-layout-item-option-list-right .hide-read-less {
  display: none;
}
.dog-description-block-layout-item-option-list-right .read-more {
  position: relative;
  font-weight: 800;
  font-size: 14px;
  color: #000000;
  cursor: pointer;
}
.dog-description-block-layout-item-option-list-right .read-more div {
  text-decoration: underline;
}
.dog-description-block-layout-item-option-list-right .read-more::before {
  content: "...";
  font-weight: 400;
  font-size: 16px;
  text-decoration: none;
  margin-right: 2px;
}
.dog-description-block-layout-item-option-list-right .read-more::after {
  content: " ";
  position: absolute;
  width: 100%;
  border-bottom: 1px solid;
  bottom: 0;
  right: 0;
  width: 84%;
}
.dog-description-block-layout-item-option-list-right .hide-read-more {
  display: none;
}
.dog-description-block-layout-item-option-list-right .read-more-text {
  display: inline;
  position: absolute;
  opacity: 0;
  visibility: hidden;
  padding-left: 0;
  font-weight: 400;
  font-size: 16px;
  color: #000000;
  height: 0;
  left: 0;
}
.dog-description-block-layout-item-option-list-right .read-more-text-active {
  position: relative;
  height: -moz-fit-content;
  height: fit-content;
  padding-left: 5px;
  visibility: visible;
  opacity: 1;
  transition: all 0.5s ease-in-out;
}
.dog-description-block-layout-item-option-list a {
  text-decoration: underline;
  color: #c4291c;
}
.dog-description-block-layout-item-option-list-description-two-column {
  grid-column: 2 span !important;
  max-width: 100%;
  border-bottom-left-radius: 5px;
}
.dog-description-block-layout-item-left:last-child {
  border-bottom-left-radius: 5px;
}
.dog-description-block-layout-item-right:last-child {
  border-bottom-right-radius: 5px;
}
.dog-description-block .two-column-layout {
  grid-column: 2 span !important;
  max-width: 100%;
  border-bottom-left-radius: 5px;
}

.dog-modal {
  z-index: 100;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.8);
  width: 100vw;
  height: 100vh;
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  align-items: center;
  justify-content: center;
  align-items: center;
  transition: opacity 0.4s ease-in-out;
  display: none;
  opacity: 0;
}
.dog-modal-active {
  opacity: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  visibility: visible;
}

.dog-modal-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
.dog-modal-list div {
  width: 200px;
  height: 200px;
  border-radius: 5px;
}
.dog-modal-list div img {
  width: 100%;
  height: 100%;
  aspect-ratio: 200/200;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 5px;
}

@media only screen and (max-width: 1620px) {
  .dog-description-block-layout {
    padding: 0 7vw;
    padding-top: 50px;
  }
  .dog-description-block-layout-item-option-list p {
    font-weight: 400;
    font-size: 16px;
  }
  .dog-description-block-layout-item-option-list-right {
    max-width: unset;
  }
  .dog-description-block-layout-item img {
    height: 420px;
  }
  .dog-description-block-layout-item-title {
    font-size: 18px;
    padding: 20px 0;
  }
}
@media only screen and (max-width: 1366px) {
  .dog-description-block {
    padding-top: 30px;
  }
  .dog-description-block-details-row h5,
  .dog-description-block-details-row span {
    font-size: 18px;
  }
  .dog-description-block > h3 {
    font-size: 35px;
  }
  .dog-description-block-details {
    margin-top: 10px;
  }
  .dog-description-block-layout {
    padding-top: 30px;
  }
  .dog-description-block-layout-item-description {
    padding: 10px;
    font-size: 14px;
  }
  .dog-description-block-layout-item-option-list-left {
    font-size: 14px;
    width: auto;
    padding: 9px 10px;
  }
  .dog-description-block-layout-item-option-list-right {
    font-size: 14px;
    padding: 9px 10px 9px 10px;
  }
  .dog-description-block-layout-item-option-list-right p {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1201px) {
  .dog-description-block-layout {
    padding: 0 30px;
  }
  .dog-description-block-layout-item img {
    height: auto;
  }
  .dog-description-block-layout-item-title {
    font-size: 16px;
    padding: 15px 0;
  }
}
@media only screen and (max-width: 992px) {
  .dog-modal-list {
    overflow: auto;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    padding: 0 20px;
  }
  .dog-modal-list div {
    max-width: 200px;
    width: 100%;
    height: auto;
  }
  .dog-description-block-layout {
    display: grid;
    grid-template-columns: 1fr;
    padding-top: 15px;
  }
  .dog-description-block-layout .link-block .btn-white {
    font-size: 14px;
    min-width: 150px;
    bottom: 20px;
    padding: 15px;
  }
}
@media only screen and (max-width: 600px) {
  .dog-modal-list {
    overflow: auto;
    grid-template-columns: repeat(2, 1fr);
  }
  .dog-description-block {
    margin-top: 15px;
    padding-top: 20px;
  }
  .dog-description-block > h3 {
    font-size: 28px;
  }
  .dog-description-block-details {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 5px;
  }
  .dog-description-block-layout {
    padding: 0 15px;
    padding-top: 10px;
  }
}
@media only screen and (max-width: 428px) {
  .dog-description-block-details-row h5,
  .dog-description-block-details-row span {
    font-size: 16px;
  }
  .dog-description-block-layout {
    row-gap: 15px;
    padding: 0 15px;
    padding-top: 10px;
  }
  .dog-description-block-layout .link-block {
    font-size: 12px;
  }
  .dog-description-block-layout-item-title {
    font-size: 12px;
  }
  .dog-description-block-layout-item-description {
    font-size: 12px;
    padding: 5px;
  }
  .dog-description-block-layout-item-option-list-left, .dog-description-block-layout-item-option-list-right {
    font-size: 12px;
    padding: 5px;
  }
  .dog-description-block-layout-item-option-list-left .read-more-text, .dog-description-block-layout-item-option-list-right .read-more-text {
    font-size: 12px;
  }
  .dog-description-block-layout-item-option-list-left .read-more, .dog-description-block-layout-item-option-list-left .read-less, .dog-description-block-layout-item-option-list-right .read-more, .dog-description-block-layout-item-option-list-right .read-less {
    font-size: 12px !important;
  }
  .dog-description-block-layout-item-option-list-left p, .dog-description-block-layout-item-option-list-right p {
    font-size: 12px;
  }
  .dog-description-block-layout-item-option-list-left p span, .dog-description-block-layout-item-option-list-right p span {
    font-size: 12px;
  }
}
.protection-dogs-list {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.protection-dogs-list .dropdown-wrapper {
  display: flex;
  flex-direction: row;
  -moz-column-gap: 20px;
       column-gap: 20px;
  align-items: center;
}
.protection-dogs-list .dropdown-wrapper h4 {
  font-weight: 700;
  font-size: 14px;
  line-height: 19px;
  color: #000000;
}
.protection-dogs-list .dropdown-wrapper select {
  background: #FFFFFF;
  border: 1px solid #000000;
  border-radius: 5px;
  width: 200px;
  height: 48px;
  padding: 0 20px;
  font-weight: bold;
  font-size: 14px;
  -moz-appearance: none; /* Firefox */
  -webkit-appearance: none; /* Safari and Chrome */
  appearance: none;
  background: transparent;
  background-image: url(/wp-content/themes/dogs-theme/assets/images/icons/arrow-dropdown.png);
  background-repeat: no-repeat;
  background-position-x: 90%;
  background-position-y: 20px;
}
.protection-dogs-list .dropdown-wrapper select * {
  margin-left: 20px;
}
.protection-dogs-list .title {
  text-align: center;
}
.protection-dogs-list .lds-default {
  display: none;
}
.protection-dogs-list-wrapper {
  margin-top: 30px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  max-width: 1360px;
  width: 100%;
}
.protection-dogs-list-item {
  display: flex;
  flex-direction: column;
  max-width: 670px;
  width: 100%;
  overflow: hidden;
  text-decoration: none;
  border-radius: 5px 5px 0px 0px;
}
.protection-dogs-list-item img {
  border-radius: 5px 5px 0px 0px;
  height: 421px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.4s;
}
.protection-dogs-list-item img:hover {
  border-radius: 5px 5px 0px 0px;
  transition: 0.4s;
  transform: scale(1.2);
}
.protection-dogs-list-item-title {
  position: relative;
  background: #c4291c;
  text-align: center;
  width: 100%;
  padding: 20px 0;
}
.protection-dogs-list-item-title h4 {
  color: #ffffff;
  font-size: 14px;
  font-weight: 800;
}
.protection-dogs-list-item-details {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  background: #000000;
  padding: 20px 40px;
}
.protection-dogs-list-item-details span {
  font-size: 14px;
  font-weight: 400;
  color: #ffffff;
}
.protection-dogs-list-item-description {
  background: #ececec;
  border-radius: 0px 0px 5px 5px;
  font-size: 16px;
  color: #000000;
  padding: 20px 40px;
}
.protection-dogs-list-item-description p {
  margin: 0;
  padding: 0;
}

.testimonials-list {
  display: flex;
  flex-direction: column;
  padding-top: 40px;
  row-gap: 74px;
}
.testimonials-list .btn-red {
  display: flex;
  justify-content: center;
}
.testimonials-list > .title {
  text-align: center;
}
.testimonials-list .testimonial-wrapper {
  flex-direction: column;
  row-gap: 32px;
  display: none;
}
.testimonials-list .testimonial-wrapper > h3 {
  text-align: center;
}
.testimonials-list .testimonial-wrapper-item {
  margin-top: 30px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  -moz-column-gap: 115px;
       column-gap: 115px;
}
.testimonials-list .testimonial-wrapper-item .mobile-btn {
  display: none;
  width: 100%;
  margin: 0 auto;
  margin-top: 60px;
  justify-content: center;
  order: 3;
}
.testimonials-list .testimonial-wrapper-item-center {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.testimonials-list .testimonial-wrapper-item-center img {
  max-width: 100px;
  width: 100%;
  height: 100px;
  border: 2px solid #c4291c;
  border-radius: 100%;
}
.testimonials-list .testimonial-wrapper-item-center-content {
  max-width: 670px;
  width: 100%;
  margin-top: 20px;
  color: #000000;
  font-size: 20px;
  line-height: 27px;
  text-align: center;
}
.testimonials-list .testimonial-wrapper-item-center .btn-red {
  margin-top: 40px;
}
.testimonials-list .testimonial-wrapper-item-img {
  position: relative;
  max-width: 380px;
  width: 100%;
  height: 400px;
}
.testimonials-list .testimonial-wrapper-item-img img {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-radius: 5px;
}
.testimonials-list .testimonial-wrapper-item-shadow-block {
  position: absolute;
  bottom: -43px;
  z-index: 1;
  background: #d9d9d9;
  opacity: 0.2;
  border-radius: 5px;
  width: 231px;
  height: 231px;
}
.testimonials-list .testimonial-wrapper-item-shadow-left {
  right: -20px;
}
.testimonials-list .testimonial-wrapper-item-shadow-right {
  left: -20px;
}

@media only screen and (max-width: 1620px) {
  .testimonials-list .testimonial-wrapper-item {
    -moz-column-gap: 50px;
         column-gap: 50px;
  }
  .testimonials-list .testimonial-wrapper-item-img {
    max-width: 300px;
  }
  .testimonials-list .testimonial-wrapper-item .testimonial-wrapper-item-shadow-left {
    width: 174px !important;
    height: 231px !important;
  }
  .testimonials-list .testimonial-wrapper-item .testimonial-wrapper-item-shadow-right {
    width: 174px !important;
    height: 231px !important;
  }
}
@media only screen and (max-width: 1366px) {
  .btn-center-block {
    margin-top: 100px;
  }
  .testimonials-list {
    row-gap: 40px;
  }
  .testimonials-list .testimonial-wrapper {
    margin-top: 30px;
  }
  .testimonials-list .testimonial-wrapper-item {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
  }
  .testimonials-list .testimonial-wrapper-item .mobile-btn {
    display: flex;
  }
  .testimonials-list .testimonial-wrapper-item-center .btn-red {
    display: none;
  }
  .testimonials-list .testimonial-wrapper-item-img {
    height: auto;
    order: 1;
    margin-top: 20px;
  }
  .testimonials-list .testimonial-wrapper-item-img img {
    width: 300px;
    height: 300px;
  }
  .testimonials-list .testimonial-wrapper-item-img .testimonial-wrapper-item-shadow-left {
    right: unset;
    left: -20px;
    height: 231px !important;
    width: 174px !important;
  }
  .testimonials-list .testimonial-wrapper-item-img .testimonial-wrapper-item-shadow-right {
    height: 231px !important;
    width: 174px !important;
  }
  .testimonials-list .testimonial-wrapper-item-center {
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .testimonials-list {
    padding-top: 20px;
  }
  .testimonials-list .testimonial-wrapper-item {
    -moz-column-gap: 20px;
         column-gap: 20px;
  }
  .testimonials-list .testimonial-wrapper-item .mobile-btn {
    margin-top: 80px;
  }
  .testimonials-list .testimonial-wrapper-item-center {
    max-width: unset;
    width: 100%;
    font-size: 16px;
  }
  .testimonials-list .testimonial-wrapper-item-center-content {
    max-width: 400px;
    width: 100%;
  }
  .testimonials-list .testimonial-wrapper-item-center-content p {
    font-size: 16px;
  }
  .testimonials-list .testimonial-wrapper-item-img {
    width: unset;
    max-width: unset;
  }
  .testimonials-list .testimonial-wrapper-item-img img {
    width: 250px;
    height: 250px;
  }
  .testimonials-list .testimonial-wrapper-item .testimonial-wrapper-item-shadow-left {
    width: 174px !important;
    left: -10px;
    bottom: -27px;
  }
  .testimonials-list .testimonial-wrapper-item .testimonial-wrapper-item-shadow-right {
    width: 174px !important;
    left: -10px;
    bottom: -27px;
  }
}
@media only screen and (max-width: 600px) {
  .testimonials-list .testimonial-wrapper-item .mobile-btn {
    margin-top: 40px;
  }
  .testimonials-list .testimonial-wrapper-item .mobile-btn .btn-red a {
    font-size: 12px;
  }
  .testimonials-list .testimonial-wrapper-item-img img {
    width: 200px;
    height: 200px;
  }
  .testimonials-list .testimonial-wrapper-item .testimonial-wrapper-item-shadow-left {
    height: 90px !important;
    width: 140px !important;
    bottom: -27px;
    left: -10px;
  }
  .testimonials-list .testimonial-wrapper-item .testimonial-wrapper-item-shadow-right {
    height: 90px !important;
    width: 140px !important;
    bottom: -27px;
    left: -10px;
  }
}
@media only screen and (max-width: 428px) {
  .testimonials-list .testimonial-wrapper-item-center-content {
    max-width: 262px;
  }
  .testimonials-list .testimonial-wrapper-item-img img {
    width: 158.65px;
    height: 158.65px;
  }
}
@media only screen and (max-width: 350px) {
  .testimonials-list .testimonial-wrapper-item-img img {
    width: 140px;
    height: 140px;
  }
}
.guarantee-container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px;
  max-width: 1359px;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  padding-bottom: 5px;
}
.guarantee-container-block {
  background-size: cover !important;
  background-position: center center !important;
  background-repeat: no-repeat;
  position: relative;
  max-width: 672px;
  width: 100%;
  height: 375px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  position: relative;
  overflow: hidden;
  transition: 0.4s;
  border-radius: 5px;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
.guarantee-container-block-grey {
  border-radius: 5px;
  background: #d9d9d9;
}
.guarantee-container-block img {
  position: absolute;
  -o-object-position: center;
     object-position: center;
  width: 100%;
  height: 100%;
  -o-object-fit: cover !important;
     object-fit: cover !important;
  border-radius: 5px;
  transition: 0.4s;
}
.guarantee-container-block:has(img):hover {
  transition: 0.4s;
  border-radius: 5px;
}
.guarantee-container-block:has(img):hover img {
  transform: scale(1.2);
  transition: 0.4s;
  border-radius: 5px;
}
.guarantee-container-block:has(img):hover .btn-white {
  background: #c4291c;
  color: #ffffff;
  transition: 0.4s;
}
.guarantee-container-block h3 {
  font-size: 36px;
  font-weight: 800;
  color: #c4291c;
  text-align: center;
}
.guarantee-container-block-content {
  margin-top: 20px;
  font-weight: 400;
  font-size: 20px;
  line-height: 27px;
  max-width: 622px;
  width: 100%;
  text-align: center;
}
.guarantee-container-block .btn-white {
  position: absolute;
  bottom: 40px;
}
.guarantee-container-block .btn-white:hover {
  background: #ffffff;
  color: #c4291c;
}

@media only screen and (max-width: 1620px) {
  .guarantee-container {
    max-width: 1408px;
    padding: 0 7vw;
    padding-bottom: 5px;
  }
  .guarantee-container h3 {
    font-size: 32px;
  }
  .guarantee-container-block-content {
    max-width: 450px;
    font-size: 16px;
  }
}
@media only screen and (max-width: 1201px) {
  .guarantee-container-block .btn-white {
    font-size: 14px;
  }
  .guarantee-container-block-content {
    font-size: 16px;
  }
}
@media only screen and (max-width: 992px) {
  .guarantee-container {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .guarantee-container h3 {
    font-size: 28px;
  }
  .guarantee-container-block {
    min-height: 300px;
    height: 100%;
  }
  .guarantee-container-block-content {
    font-size: 14px;
  }
}
@media only screen and (max-width: 600px) {
  .guarantee-container {
    padding: 0 15px;
  }
  .guarantee-container-block {
    padding: 15px 0;
  }
  .guarantee-container-block .btn-white {
    font-size: 12px;
  }
  .guarantee-container-block-content {
    max-width: 363px;
    padding: 0 20px;
  }
}
.price-block {
  display: flex;
  flex-direction: column;
  row-gap: 36px;
}
.price-block .title {
  text-align: center;
}
.price-block-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  max-width: 1360px;
  width: 100%;
  gap: 20px;
  margin: 0 auto;
}
.price-block-item {
  display: flex;
  flex-direction: column;
  max-width: 670px;
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.price-block-item img {
  width: 100%;
  height: auto;
  aspect-ratio: 670/400;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  transition: 0.4s;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.price-block-item img:hover {
  transition: 0.4s;
  transform: scale(1.2);
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.price-block-item-title {
  position: relative;
  background: #000000;
  color: #e28733;
  text-align: center;
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  padding: 26px 0;
  font-size: 20px !important;
}
.price-block-item-price-list {
  display: flex;
  flex-direction: column;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}
.price-block-item-price-list-block {
  display: flex;
  flex-direction: row;
  height: 40.11px;
}
.price-block-item-price-list-block > div:first-child {
  max-width: 552.83px;
  width: 100%;
  height: 100%;
  background: #ececec;
  border-left: 1px solid #b4b2b2;
  border-right: 1px solid #b4b2b2;
  border-bottom: 1px solid #b4b2b2;
  padding: 9px 0 9px 20px;
}
.price-block-item-price-list-block > div:first-child h3 {
  color: #000000;
  font-size: 16px;
  font-weight: 800;
  line-height: 23px;
}
.price-block-item-price-list-block > div:last-child {
  background: #e28733;
  width: 213px;
  border-right: 1px solid #b4b2b2;
  border-left: 1px solid #b4b2b2;
  border-bottom: 1px solid #b4b2b2;
  font-size: 16px;
  color: #ffffff;
  text-align: center;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.price-block-item-price-list-block-last-block {
  width: 100%;
  background: #ececec;
  border: 1px solid #b4b2b2;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  padding: 9px 20px 15px 20px;
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
  color: #000000;
}
.price-block-item-price-list-block:last-child div:first-child {
  border-bottom-left-radius: 5px;
}
.price-block-item-price-list-block:last-child div:last-child {
  border-bottom-right-radius: 5px;
}
.price-block-item:has(.price-block-item-price-list-block-last-block) .price-block-item-price-list .price-block-item-price-list-block div {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

@media only screen and (max-width: 1620px) {
  .price-block-list {
    max-width: 1408px;
    padding: 0 7vw;
  }
  .price-block-item-title {
    padding: 20px 0;
    font-size: 18px !important;
  }
}
@media only screen and (max-width: 1201px) {
  .price-block-item-title {
    padding: 15px 0;
    font-size: 16px !important;
  }
}
@media only screen and (max-width: 992px) {
  .price-block-list {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
@media only screen and (max-width: 768px) {
  .price-block-item-price-list-block div h3 {
    font-size: 14px !important;
  }
  .price-block-item-price-list-block div:first-child {
    padding: 9px 0 9px 10px;
  }
}
@media only screen and (max-width: 600px) {
  .price-block-item-title {
    font-size: 14px !important;
  }
  .price-block-item-price-list-block div {
    font-size: 14px !important;
  }
  .price-block-item-price-list-block div h3,
  .price-block-item-price-list-block div h5 {
    font-size: 14px !important;
  }
  .price-block-list {
    padding: 0 15px;
  }
}
@media only screen and (max-width: 428px) {
  .price-block-item-title {
    padding: 15px 10px;
  }
  .price-block-item-price-list-block {
    height: 100%;
  }
  .price-block-item-price-list-block div:last-child {
    height: unset;
  }
}
.contact-page-block {
  padding: 0 170px;
  display: flex;
  flex-direction: column;
}
.contact-page-block .title {
  text-align: left;
}
.contact-page-block-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-top: 40px;
}
.contact-page-block-left-side {
  display: flex;
  flex-direction: column;
}
.contact-page-block-left-side-contact {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
}
.contact-page-block-left-side-contact h3 {
  font-weight: 400;
  font-size: 24px;
  color: #e28733;
}
.contact-page-block-left-side-contact-list {
  display: flex;
  flex-direction: column;
  row-gap: 25px;
}
.contact-page-block-left-side-contact-list a {
  text-decoration: none;
  font-weight: 800;
  color: #000000;
  display: flex;
  flex-direction: row;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
.contact-page-block-left-side-contact-list a span {
  font-weight: 700;
  font-size: 20px;
  color: #000000;
}
.contact-page-block-left-side-location-block {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
}
.contact-page-block-left-side-location-block h3 {
  font-weight: 400;
  font-size: 24px;
  color: #e28733;
}
.contact-page-block-left-side-location-block-description {
  font-weight: 400;
  font-size: 20px;
  color: #000000;
  line-height: 27px;
  max-width: 460px;
  width: 100%;
}
.contact-page-block-left-side-location-block-address {
  font-weight: 700;
  font-size: 20px;
  color: #000000;
  line-height: 27px;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  -moz-column-gap: 10px;
       column-gap: 10px;
  max-width: 460px;
  width: 100%;
}
.contact-page-block-right-side {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
  max-width: 668px;
  width: 100%;
  z-index: 1;
}
.contact-page-block-right-side img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 208px;
  border-radius: 5px;
}
.contact-page-block-right-side h4 {
  color: #e28733;
  font-weight: 400;
  font-size: 24px;
}
.contact-page-block-right-side-content {
  text-align: left;
  font-weight: 400;
  font-size: 20px;
  line-height: 27px;
  color: #000000;
}

@media only screen and (max-width: 1620px) {
  .contact-page-block {
    padding: 0px 7vw;
  }
  .contact-page-block-wrapper {
    -moz-column-gap: 50px;
         column-gap: 50px;
  }
  .contact-page-block-right-side {
    max-width: 500px;
  }
  .contact-page-block-right-side img {
    height: auto;
    aspect-ratio: 668/208;
  }
}
@media only screen and (max-width: 1201px) {
  .contact-page-block {
    padding: 0 40px;
  }
  .contact-page-block-left-side-contact {
    row-gap: 15px;
  }
  .contact-page-block-left-side-contact > h3 {
    font-size: 20px;
  }
  .contact-page-block-left-side-contact-list {
    row-gap: 15px;
  }
  .contact-page-block-left-side-location-block > h3 {
    font-size: 20px;
  }
  .contact-page-block-left-side-location-block-address {
    font-size: 16px;
  }
  .contact-page-block-left-side-location-block-description {
    font-size: 14px;
    max-width: 310px;
  }
  .contact-page-block-right-side {
    row-gap: 10px;
    max-width: 350px;
  }
  .contact-page-block-right-side h4 {
    font-size: 20px;
  }
  .contact-page-block-right-side-content {
    font-size: 14px;
  }
}
@media only screen and (max-width: 768px) {
  .contact-page-block {
    padding: 0 20px;
  }
  .contact-page-block-wrapper {
    -moz-column-gap: 25px;
         column-gap: 25px;
  }
  .contact-page-block-left-side-location-block {
    row-gap: 10px;
  }
  .contact-page-block-left-side-location-block-address {
    font-size: 14px;
  }
  .contact-page-block-left-side-location-block > h3 {
    font-size: 18px;
  }
  .contact-page-block-left-side-location-block-description {
    max-width: 180px;
  }
  .contact-page-block-left-side-contact > h3 {
    font-size: 18px;
  }
  .contact-page-block-left-side-contact-list {
    row-gap: 10px;
  }
  .contact-page-block-right-side h4 {
    font-size: 18px;
  }
}
@media only screen and (max-width: 600px) {
  .contact-page-block-wrapper {
    margin-top: 20px;
    display: flex;
    flex-direction: column-reverse;
    row-gap: 20px;
  }
  .contact-page-block-left-side-location-block-description {
    font-size: 12px;
    line-height: 20px;
  }
  .contact-page-block-left-side-location-block-address {
    font-size: 12px;
  }
  .contact-page-block-left-side-location-block > h3 {
    font-size: 16px;
  }
  .contact-page-block-left-side-contact > h3 {
    font-size: 16px;
  }
  .contact-page-block-left-side-contact-list a {
    font-size: 12px;
  }
  .contact-page-block-right-side {
    max-width: unset;
  }
  .contact-page-block-right-side h4 {
    font-size: 16px;
  }
  .contact-page-block-right-side-content {
    font-size: 12px;
    line-height: 20px;
  }
}
.video-slider {
  position: relative;
  max-width: 1550px;
  width: 100%;
  margin: 0 auto;
  padding-top: 40px;
  /* the parent */
}
.video-slider-wrapper {
  padding: 0 170px;
}
.video-slider .slide-arrow {
  cursor: pointer;
  position: absolute;
  top: 50%;
}
.video-slider .slick-slide {
  margin: 0 10px;
}
.video-slider .slick-list {
  margin: 0 -10px;
}
.video-slider .prev-arrow {
  left: -70px;
}
.video-slider .next-arrow {
  right: -70px;
  transform: rotate(180deg);
}
.video-slider-item {
  border-radius: 5px;
  position: relative;
  width: 100%;
  cursor: pointer;
}
.video-slider-item iframe {
  width: 100%;
}
.video-slider-item img {
  border-radius: 5px;
  height: auto;
  max-height: 480px;
  width: 100%;
  aspect-ratio: 325/400;
  -o-object-fit: cover;
     object-fit: cover;
}
.video-slider-item-play-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80px;
  height: 80px;
  cursor: pointer;
}
.video-slider-item-play-icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media only screen and (max-width: 1620px) {
  .video-slider .prev-arrow {
    left: -40px;
  }
  .video-slider .next-arrow {
    right: -40px;
  }
  .video-slider-wrapper {
    padding: 0 7vw;
  }
}
@media only screen and (max-width: 768px) {
  .video-slider-item-play-icon {
    width: 50px;
    height: 50px;
  }
}
@media only screen and (max-width: 600px) {
  .video-slider-wrapper {
    padding: 0 50px;
  }
}
@media only screen and (max-width: 428px) {
  .video-slider-wrapper {
    padding: 0 45px;
  }
}
.dog-gallery {
  padding-top: 36px;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  -moz-column-gap: 20px;
       column-gap: 20px;
  width: 100%;
  max-width: 1360px !important;
  row-gap: 40px;
  margin: 0 auto;
}
.dog-gallery .video-block {
  display: none;
}
.dog-gallery:has(.dog-gallery-item-video) .dog-gallery-item-video img:hover {
  transform: unset !important;
}
.dog-gallery:has(.dog-gallery-item-video) .icon-play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 50px;
  height: 50px;
  cursor: pointer;
}
.dog-gallery:has(.dog-gallery-item-video) .icon-play img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.dog-gallery-item {
  position: relative;
  max-width: 394px;
  width: 100%;
  height: auto;
  border-radius: 5px;
  transition: 0.4s;
  overflow: hidden;
}
.dog-gallery-item img {
  width: 100%;
  height: auto;
  aspect-ratio: 208/222;
  transition: 0.4s;
  border-radius: 5px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.dog-gallery-item img:hover {
  transform: scale(1.2);
  transition: 0.4s;
}

.modal-bg {
  z-index: 100;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.8);
  width: 100vw;
  height: 100vh;
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  align-items: center;
  justify-content: center;
  align-items: center;
  transition: opacity 0.4s ease-in-out;
  display: none;
  opacity: 0;
}

.modal {
  width: 60vw;
  height: 30vw;
  position: fixed;
  top: 20%;
  left: 20%;
  margin: 2em 0;
}
.modal iframe {
  position: absolute;
  top: 0;
  left: 0;
  border: none;
  width: 60vw;
  height: 30vw;
}

.modal-bg-active {
  display: flex;
  opacity: 1;
}

@media only screen and (max-width: 1620px) {
  .dog-gallery {
    padding: 0 7vw;
    padding-top: 36px;
    max-width: 1545px !important;
  }
}
@media only screen and (max-width: 1366px) {
  .dog-gallery {
    gap: 20px;
  }
}
@media only screen and (max-width: 1201px) {
  .dog-gallery {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
  }
}
@media only screen and (max-width: 992px) {
  .dog-gallery {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
  }
}
@media only screen and (max-width: 600px) {
  .dog-gallery {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    padding: 0 50px;
    padding-top: 20px;
  }
}
@media only screen and (max-width: 428px) {
  .dog-gallery {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    padding: 0 45px;
    padding-top: 20px;
  }
}
.read-more-block .read-less {
  position: relative;
  font-weight: 800;
  font-size: 14px;
  color: #000000;
  cursor: pointer;
  text-decoration: underline;
  padding-left: 10px;
}
.read-more-block .hide-read-less {
  display: none;
}
.read-more-block .read-more {
  position: relative;
  font-weight: 800;
  font-size: 14px;
  color: #000000;
  cursor: pointer;
}
.read-more-block .read-more div {
  text-decoration: underline;
}
.read-more-block .read-more::before {
  content: "...";
  font-weight: 300;
  font-size: 20px;
  text-decoration: none;
  margin-right: 10px;
}
.read-more-block .read-more::after {
  content: " ";
  position: absolute;
  width: 100%;
  border-bottom: 1px solid;
  bottom: 0;
  right: 0;
  width: 76%;
}
.read-more-block .hide-read-more {
  display: none;
}
.read-more-block .read-more-text {
  display: inline;
  position: absolute;
  opacity: 0;
  visibility: hidden;
  padding-left: 0;
  font-size: 16px !important;
  color: #000000;
  height: 0;
  left: 0;
}
.read-more-block .read-more-text-active {
  position: relative;
  height: -moz-fit-content;
  height: fit-content;
  padding-left: 5px;
  visibility: visible;
  opacity: 1;
  transition: all 0.5s ease-in-out;
}

#dams-and-sires > div {
  display: flex;
  flex-direction: column;
  align-items: center;
}
#dams-and-sires > div .lds-default {
  display: none;
  margin-top: 20px !important;
}

.dog-protect-blocks-list {
  display: flex;
  flex-direction: column;
  row-gap: 100px;
  max-width: 1340px;
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  margin: 0 auto;
  margin-top: 36px;
}
.dog-protect-blocks-list .protection-dogs-list-wrapper {
  display: none;
}
.dog-protect-blocks-list:has(.loading-dogs) .protection-dogs-list-wrapper {
  display: flex;
  justify-content: center;
  padding-top: 40px;
  padding-bottom: 40px;
}
.dog-protect-blocks-list .dog-protect-item {
  display: flex;
  flex-direction: row;
}
.dog-protect-blocks-list .dog-protect-item-left {
  max-width: 670px;
  width: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
  overflow: hidden;
  border-top-left-radius: 5px;
}
.dog-protect-blocks-list .dog-protect-item-left img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-top-left-radius: 5px;
  transition: 0.4s;
}
.dog-protect-blocks-list .dog-protect-item-left img:hover {
  transition: 0.4s;
  transform: scale(1.2);
}
.dog-protect-blocks-list .dog-protect-item-left-title {
  width: 100%;
  text-align: center;
  height: -moz-fit-content;
  height: fit-content;
  padding: 20px 0;
  background: #c4291c;
  position: relative;
}
.dog-protect-blocks-list .dog-protect-item-left-title h3 {
  font-weight: 800;
  font-size: 14px;
  color: #ffffff;
}
.dog-protect-blocks-list .dog-protect-item-left-details {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  height: -moz-fit-content;
  height: fit-content;
  width: 100%;
  background: #000000;
  padding: 20px 40px;
  border-bottom-left-radius: 5px;
}
.dog-protect-blocks-list .dog-protect-item-left-details h4 {
  font-weight: 400;
  font-size: 14px;
  color: #ffffff;
}
.dog-protect-blocks-list .dog-protect-item-right {
  max-width: 670px;
  width: 100%;
  display: flex;
  flex-direction: column;
}
.dog-protect-blocks-list .dog-protect-item-right-description {
  background: #e28733;
  color: #ffffff;
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  padding: 20px 40px;
}
.dog-protect-blocks-list .dog-protect-item-right-description-black {
  background: #000000;
}
.dog-protect-blocks-list .dog-protect-item-right-options-list {
  display: grid;
  grid-template-columns: 30% 70%;
}
.dog-protect-blocks-list .dog-protect-item-right-options-list-left {
  background: #ececec;
  border: 1px solid #b4b2b2;
  text-align: left;
  padding: 9px 20px;
  width: 100%;
}
.dog-protect-blocks-list .dog-protect-item-right-options-list-left h4 {
  font-weight: 800;
  font-size: 16px;
  color: #000000;
}
.dog-protect-blocks-list .dog-protect-item-right-options-list-right {
  background: #ffffff;
  width: 100%;
  border: 1px solid #b4b2b2;
  font-weight: 400;
  font-size: 16px;
  color: #000000;
  padding: 9px 20px;
}
.dog-protect-blocks-list .dog-protect-item-right-options-list-right-yellow {
  background: #e28733;
  color: #ffffff;
}

@media only screen and (max-width: 1620px) {
  .dog-protect-blocks-list, .protection-dogs-list {
    padding: 0 7vw;
    max-width: 1545px !important;
  }
  .dog-protect-blocks-list .dog-protect-item-right-description, .protection-dogs-list .dog-protect-item-right-description {
    padding: 20px;
  }
  .dog-protect-blocks-list .dog-protect-item-right-options-list-left, .protection-dogs-list .dog-protect-item-right-options-list-left {
    padding: 9px 10px;
  }
  .dog-protect-blocks-list .dog-protect-item-right-options-list-right, .protection-dogs-list .dog-protect-item-right-options-list-right {
    padding: 9px 10px;
  }
}
@media only screen and (max-width: 1366px) {
  #dams-and-sires .dogs-list-block-filter-block {
    margin: 0 auto;
    margin-top: 25px;
  }
  .protection-dogs-list .dogs-list-block-filter-block {
    margin: 0 auto;
    margin-top: 25px;
  }
}
@media only screen and (max-width: 1201px) {
  .protection-dogs-list {
    padding: 0 30px;
  }
  .protection-dogs-list .dogs-list-block-filter-block {
    display: grid;
    grid-template-columns: auto auto auto auto;
    max-width: 1015px;
    width: 100%;
  }
  .protection-dogs-list .dogs-list-block-filter-block .dropdown-wrapper {
    width: 100%;
  }
  .protection-dogs-list .dogs-list-block-filter-block .dropdown-wrapper select {
    width: 150px;
  }
  .protection-dogs-list-item img {
    aspect-ratio: 670/480;
    height: -moz-fit-content;
    height: fit-content;
  }
  .protection-dogs-list-item-title {
    padding: 15px 0;
  }
  .protection-dogs-list-item-description {
    padding: 15px;
    font-size: 14px;
  }
  .protection-dogs-list-item-details {
    padding: 15px;
  }
  #protection-dogs-list .dogs-list-block-filter-block {
    display: grid;
    grid-template-columns: auto auto auto auto;
    max-width: 1015px;
    width: 100%;
  }
  .dog-protect-blocks-list .dog-protect-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    row-gap: 20px;
  }
  .dog-protect-blocks-list .dog-protect-item-left {
    border-radius: 5px;
  }
  .dog-protect-blocks-list .dog-protect-item-right-description {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
  }
}
@media only screen and (max-width: 992px) {
  .protection-dogs-list-wrapper {
    margin-top: 0;
  }
  .protection-dogs-list .dogs-list-block-filter-block .dropdown-wrapper {
    width: 100%;
  }
  .protection-dogs-list .dogs-list-block-filter-block .dropdown-wrapper select {
    width: 120px;
  }
  .dog-protect-blocks-list, .protection-dogs-list {
    padding: 0 20px;
    row-gap: 30px;
  }
  .dog-protect-blocks-list .dog-protect-item-left-title, .protection-dogs-list .dog-protect-item-left-title {
    font-size: 14px;
  }
  .dog-protect-blocks-list .dog-protect-item-left-detials, .protection-dogs-list .dog-protect-item-left-detials {
    font-size: 14px;
  }
  .dog-protect-blocks-list .dog-protect-item-right-description, .protection-dogs-list .dog-protect-item-right-description {
    font-size: 14px;
  }
  .dog-protect-blocks-list .dog-protect-item-right-options-list-left, .protection-dogs-list .dog-protect-item-right-options-list-left {
    display: flex;
    align-items: center;
  }
  .dog-protect-blocks-list .dog-protect-item-right-options-list-left h4, .protection-dogs-list .dog-protect-item-right-options-list-left h4 {
    font-size: 14px;
  }
  .dog-protect-blocks-list .dog-protect-item-right-options-list-right, .protection-dogs-list .dog-protect-item-right-options-list-right {
    font-size: 14px;
  }
}
@media only screen and (max-width: 768px) {
  .protection-dogs-list {
    padding: 0 20px;
  }
  .protection-dogs-list-item {
    max-width: 100%;
  }
  .protection-dogs-list-wrapper {
    grid-template-columns: 1fr;
  }
  .protection-dogs-list .dogs-list-block-filter-block .dropdown-wrapper {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    row-gap: 10px;
  }
  .protection-dogs-list .dogs-list-block-filter-block .dropdown-wrapper select {
    width: 100%;
  }
  #protection-dogs-list .dogs-list-block-filter-block {
    grid-template-columns: 1fr 1fr;
    gap: 20px;
  }
  #protection-dogs-list .dogs-list-block-filter-block .dropdown-wrapper:last-child {
    grid-row: 1/2;
  }
  #dams-and-sires .dogs-list-block-filter-block {
    margin: 0 auto;
    margin-top: 25px;
    padding: 0 20px;
  }
  .dog-protect-blocks-list, .protection-dogs-list {
    padding: 0 20px;
  }
  .dog-protect-blocks-list .dog-protect-item-left-title, .protection-dogs-list .dog-protect-item-left-title {
    font-size: 14px;
  }
  .dog-protect-blocks-list .dog-protect-item-left-detials, .protection-dogs-list .dog-protect-item-left-detials {
    font-size: 14px;
  }
  .dog-protect-blocks-list .dog-protect-item-right-description, .protection-dogs-list .dog-protect-item-right-description {
    font-size: 14px;
  }
  .dog-protect-blocks-list .dog-protect-item-right-options-list-left, .protection-dogs-list .dog-protect-item-right-options-list-left {
    display: flex;
    align-items: center;
  }
  .dog-protect-blocks-list .dog-protect-item-right-options-list-left h4, .protection-dogs-list .dog-protect-item-right-options-list-left h4 {
    font-size: 14px;
  }
  .dog-protect-blocks-list .dog-protect-item-right-options-list-right, .protection-dogs-list .dog-protect-item-right-options-list-right {
    font-size: 14px;
  }
}
@media only screen and (max-width: 600px) {
  .protection-dogs-list .dogs-list-block-filter-block {
    padding: 0 !important;
  }
  .dog-protect-blocks-list, .protection-dogs-list {
    padding: 0 15px;
  }
  .dog-protect-blocks-list .dog-protect-item, .protection-dogs-list .dog-protect-item {
    row-gap: 10px;
  }
  .dog-protect-blocks-list .dog-protect-item-left .dog-protect-item-left-title, .protection-dogs-list .dog-protect-item-left .dog-protect-item-left-title {
    padding: 15px 0 !important;
  }
  .dog-protect-blocks-list .dog-protect-item-left .dog-protect-item-left-title h3, .protection-dogs-list .dog-protect-item-left .dog-protect-item-left-title h3 {
    font-size: 12px;
  }
  .dog-protect-blocks-list .dog-protect-item-left .dog-protect-item-left-details, .protection-dogs-list .dog-protect-item-left .dog-protect-item-left-details {
    padding: 15px !important;
  }
  .dog-protect-blocks-list .dog-protect-item-left .dog-protect-item-left-details h4, .protection-dogs-list .dog-protect-item-left .dog-protect-item-left-details h4 {
    font-size: 12px;
  }
  .dog-protect-blocks-list .dog-protect-item-right-description, .protection-dogs-list .dog-protect-item-right-description {
    padding: 15px;
    font-size: 12px;
  }
  .dog-protect-blocks-list .dog-protect-item-right-options-list-left, .protection-dogs-list .dog-protect-item-right-options-list-left {
    display: flex;
    align-items: center;
    padding: 5px;
  }
  .dog-protect-blocks-list .dog-protect-item-right-options-list-left h4, .protection-dogs-list .dog-protect-item-right-options-list-left h4 {
    font-size: 12px;
    word-break: break-word;
  }
  .dog-protect-blocks-list .dog-protect-item-right-options-list-right, .protection-dogs-list .dog-protect-item-right-options-list-right {
    padding: 5px;
    font-size: 12px;
    word-break: break-word;
  }
}
@media only screen and (max-width: 428px) {
  .dog-protect-blocks-list, .protection-dogs-list {
    padding: 0 15px;
  }
  #dams-and-sires .dogs-list-block-filter-block, #protection-dogs-list .dogs-list-block-filter-block {
    margin: 0 auto;
    margin-top: 25px;
    padding: 0 15px;
  }
}
.training-block {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 auto;
  margin-top: 200px;
  max-width: 1340px;
}
.training-block .title,
.training-block .subttitle {
  text-align: center;
}
.training-block .training-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  padding-top: 40px;
}
.training-block .training-list .training-item {
  display: flex;
  flex-direction: column;
  max-width: 670px;
  position: relative;
  overflow: hidden;
}
.training-block .training-list .training-item img {
  width: 100%;
  height: auto;
  aspect-ratio: 670/420;
  transition: 0.4s;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.training-block .training-list .training-item img:hover {
  transform: scale(1.2);
  transition: 0.4s;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.training-block .training-list .training-item-title {
  position: relative;
  width: 100%;
  font-size: 14px;
  font-weight: 800;
  text-align: center;
  color: #ffffff;
  padding: 20px;
  background: #c4291c;
}
.training-block .training-list .training-item-title h3 {
  font-size: 14px;
  font-weight: 800;
}
.training-block .training-list .training-item-details {
  position: relative;
  display: flex;
  justify-content: space-between;
  padding: 20px 41px;
  background: #000000;
}
.training-block .training-list .training-item-details h5 {
  font-size: 14px;
  font-weight: 400;
  color: #ffffff;
}
.training-block .training-list .training-item-description {
  width: 100%;
  background: #ececec;
  padding: 20px 40px 30px 40px;
  min-height: 339px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
.training-block .training-list .training-item-description > div, .training-block .training-list .training-item-description .hidden-text {
  font-size: 14px;
  line-height: 19px;
  color: #000000;
}

@media only screen and (max-width: 1620px) {
  .training-block {
    max-width: 1545px;
    padding: 0 7vw;
  }
  .training-block .training-item {
    max-width: unset;
  }
}
@media only screen and (max-width: 1201px) {
  .training-block .training-item-title {
    padding: 20px 0 !important;
  }
  .training-block .training-item-title h3 {
    font-size: 12px !important;
  }
  .training-block .training-item-details {
    padding: 20px 25px !important;
  }
  .training-block .training-item-description {
    padding: 20px 25px 30px 25px !important;
  }
}
@media only screen and (max-width: 992px) {
  .training-block {
    padding: 0 20px;
    margin-top: 100px;
  }
  .training-block .training-list {
    display: flex;
    flex-direction: column;
  }
  .training-block .training-list .training-item {
    max-width: 670px;
  }
}
@media only screen and (max-width: 768px) {
  .training-block .training-list .training-item-description .btn-red {
    margin-top: 20px;
  }
  .training-block .training-list .training-item-description .btn-red a {
    font-size: 14px;
  }
}
@media only screen and (max-width: 600px) {
  .training-block {
    padding: 0 15px;
  }
  .training-block .subtitle {
    text-align: center;
  }
  .training-block .training-list {
    padding-top: 20px;
  }
  .training-block .training-list .training-item-title {
    padding: 20px 10px !important;
  }
  .training-block .training-list .training-item-description {
    padding: 20px 15px 30px 15px !important;
  }
  .training-block .training-list .training-item-description > div {
    font-size: 12px;
  }
  .training-block .training-list .training-item-description .btn-red {
    margin-top: 20px;
  }
  .training-block .training-list .training-item-description .btn-red a {
    font-size: 12px;
  }
  .training-block .training-list .training-item-details {
    padding: 20px 15px !important;
  }
  .training-block .training-list .training-item-details h5 {
    font-size: 12px !important;
  }
}
.yarpp-related {
  max-width: 1700px;
  width: 100%;
  margin: 0 auto;
  padding-top: 200px;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  /* the parent */
}
.yarpp-related h3 {
  font-size: 40px !important;
  font-weight: 800 !important;
  color: #c4291c;
  text-align: center;
}
.yarpp-related .subtitle {
  text-align: center;
}
.yarpp-related .slide-arrow {
  cursor: pointer;
  position: absolute;
  top: 50%;
}
.yarpp-related .slick-slide {
  margin: 0 10px !important;
}
.yarpp-related .slick-list {
  margin: 0 -10px !important;
}
.yarpp-related .prev-arrow {
  left: 25px;
}
.yarpp-related .next-arrow {
  right: 25px;
  transform: rotate(180deg);
}
.yarpp-related .yarpp-thumbnails-horizontal {
  max-width: 1550px;
  width: 100%;
  margin: 0 auto;
  padding: 0 100px;
  margin-top: 40px;
}
.yarpp-related .yarpp-thumbnails-horizontal .yarpp-thumbnail {
  border: none !important;
  text-decoration: none;
  height: 480px !important;
  position: relative;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  border-radius: 5px;
  overflow: hidden;
  transition: 0.4s;
  display: flex;
  justify-content: center;
}
.yarpp-related .yarpp-thumbnails-horizontal .yarpp-thumbnail:hover img {
  transition: 0.4s;
  transform: scale(1.2);
}
.yarpp-related .yarpp-thumbnails-horizontal .yarpp-thumbnail:hover .yarpp-thumbnail-title {
  transition: 0.4s;
  background: #c4291c;
  color: #ffffff;
}
.yarpp-related .yarpp-thumbnails-horizontal .yarpp-thumbnail .yarpp-thumbnail-title {
  position: absolute;
  bottom: 20px;
  background: #ffffff;
  border-radius: 35px 0px;
  min-width: 221px;
  padding: 20px;
  border: none;
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  transition: 0.4s;
  font-size: 16px;
  color: #c4291c;
  text-decoration: none;
  font-weight: 700;
  text-decoration: none;
  transition: 0.4s;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: unset;
  max-height: unset;
}
.yarpp-related .yarpp-thumbnails-horizontal .yarpp-thumbnail img {
  transition: 0.4s;
  margin: 0 !important;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  transition: 0.4s;
}

@media only screen and (max-width: 1620px) {
  .yarpp-thumbnails-horizontal {
    padding: 0 7vw !important;
  }
  .yarpp-thumbnails-horizontal .prev-arrow {
    left: 50px;
  }
  .yarpp-thumbnails-horizontal .next-arrow {
    right: 50px;
  }
  .yarpp-thumbnails-horizontal .yarpp-thumbnail img {
    background-position: center !important;
  }
}
@media only screen and (max-width: 1201px) {
  .yarpp-thumbnails-horizontal .prev-arrow {
    left: 37px;
  }
  .yarpp-thumbnails-horizontal .next-arrow {
    right: 37px;
  }
}
@media only screen and (max-width: 992px) {
  .yarpp-thumbnails-horizontal {
    padding: 0 6.5vw !important;
  }
  .yarpp-thumbnails-horizontal .prev-arrow {
    left: 10px;
  }
  .yarpp-thumbnails-horizontal .next-arrow {
    right: 10px;
  }
  .yarpp-thumbnails-horizontal span {
    font-size: 14px !important;
    min-width: 170px !important;
    padding: 14px !important;
  }
}
@media only screen and (max-width: 600px) {
  .yarpp-related .yarpp-thumbnails-horizontal .yarpp-thumbnail {
    height: 325px !important;
  }
  .yarpp-thumbnails-horizontal {
    padding: 0 50px !important;
  }
  .yarpp-thumbnails-horizontal .prev-arrow {
    left: 5px;
  }
  .yarpp-thumbnails-horizontal .next-arrow {
    right: 5px;
  }
}
@media only screen and (max-width: 428px) {
  .yarpp-thumbnails-horizontal {
    padding: 0 45px !important;
  }
  .yarpp-thumbnails-horizontal span {
    font-size: 12px !important;
    padding: 14px 5px !important;
  }
}
.accordion-wrapper {
  padding: 0 170px;
}

[data-ripple] {
  position: relative;
  overflow: hidden;
}

.ripple-effect {
  position: absolute;
  border-radius: 9999px;
  animation: ripple-animation 2s;
}

@keyframes ripple-animation {
  from {
    transform: scale(1);
    opacity: 0.4;
  }
  to {
    transform: scale(100);
    opacity: 0;
  }
}
.aks-accordion {
  width: 100%;
  margin: 0 auto;
  padding-top: 30px;
}
.aks-accordion .title, .aks-accordion .subtitle {
  text-align: center;
}
.aks-accordion .subtitle {
  padding-top: 10px;
}

.aks-accordion-row {
  margin-top: 43px;
}

.aks-accordion-item {
  width: 100%;
  border-bottom: 1px solid #878787;
  padding-top: 30px;
  padding-bottom: 30px;
  cursor: pointer;
}

.aks-accordion-item-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.aks-accordion-item-icon {
  width: 40px;
  height: 40px;
  background: #c4291c;
  border-radius: 9999px;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.aks-accordion-item-icon svg {
  width: 20px;
  fill: white;
  margin: 0 auto;
}

.aks-accordion-item-title {
  width: 100%;
  text-align: left;
  line-height: 1.5;
  display: flex;
  align-items: center;
}

.aks-accordion-item-title h2 {
  margin: 0;
  color: #000000;
  font-weight: 800;
  font-size: 24px;
}

.aks-accordion-item-content {
  display: none;
  width: 100%;
  padding-top: 31px;
  padding-bottom: 0;
  overflow: hidden;
  word-break: break-word;
  width: 100%;
  text-align: left;
  font-weight: 400;
  font-size: 20px;
}

.aks-accordion-item.opened .aks-accordion-item-icon-open {
  display: none;
}

.aks-accordion-item-icon-close {
  display: none;
}

.aks-accordion-item.opened .aks-accordion-item-icon-close {
  display: block;
}

@media only screen and (max-width: 1620px) {
  .accordion-wrapper {
    padding: 0 7vw;
  }
  .accordion-wrapper .aks-accordion-item .aks-accordion-item-title h2 {
    font-size: 22px;
  }
}
@media only screen and (max-width: 1366px) {
  .accordion-wrapper .aks-accordion-item .aks-accordion-item-content {
    font-size: 16px;
  }
}
@media only screen and (max-width: 992px) {
  .accordion-wrapper .aks-accordion-item-row {
    -moz-column-gap: 15px;
         column-gap: 15px;
  }
  .accordion-wrapper .aks-accordion-item {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .accordion-wrapper .aks-accordion-item .aks-accordion-item-icon {
    width: 30px;
    height: 30px;
  }
  .accordion-wrapper .aks-accordion-item .aks-accordion-item-icon svg {
    width: 15px;
  }
  .accordion-wrapper .aks-accordion-item .aks-accordion-item-title h2 {
    font-size: 18px;
  }
  .accordion-wrapper .aks-accordion-item .aks-accordion-item-content {
    font-size: 14px;
  }
}
@media only screen and (max-width: 768px) {
  .accordion-wrapper .aks-accordion-item .aks-accordion-item-title h2 {
    font-size: 16px;
  }
}
@media only screen and (max-width: 600px) {
  .accordion-wrapper {
    padding: 0 25px;
  }
}
.modal-form-active {
  position: fixed !important;
  width: 100% !important;
  height: 100% !important;
  visibility: visible !important;
  opacity: 1 !important;
}

.modal-form {
  width: 0;
  height: 0;
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 101;
}
.modal-form-wrapper {
  padding: 20px 0;
  margin-top: 140px;
  max-width: 900px;
  width: 100%;
  min-height: 619px;
  background: #D9D9D9;
  border-radius: 5px;
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.25);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
}
.modal-form .select2-selection__rendered {
  line-height: 33px !important;
}
.modal-form .form-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 143px;
  width: 100%;
  position: relative;
}
.modal-form .form-wrapper .btn-skip-wrapper button {
  background: #B4B2B2;
  border-radius: 35px 0px;
  font-weight: 800;
  font-size: 14px;
  padding: 20px 92px !important;
  border: none !important;
  color: #fff;
}
.modal-form .form-wrapper .forminator-ui {
  margin: 0 !important;
  margin-top: 40px !important;
}
.modal-form .form-wrapper .forminator-icon-chevron-down::before {
  color: #c4291c !important;
}
.modal-form .form-wrapper .select2-selection {
  border: none !important;
  border-radius: 5px !important;
  background: #fff !important;
}
.modal-form .form-wrapper .forminator-textarea {
  background: #fff !important;
  border: none !important;
  border-radius: 5px !important;
  resize: none !important;
}
.modal-form .form-wrapper .forminator-description {
  display: none !important;
}
.modal-form .form-wrapper .forminator-row {
  margin-bottom: 20px !important;
}
.modal-form .form-wrapper .forminator-col {
  padding: 0 !important;
}
.modal-form .forminator-row-last {
  margin-top: 30px !important;
  margin-bottom: 0 !important;
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
  -moz-column-gap: 20px;
       column-gap: 20px;
}
.modal-form .forminator-row-last .forminator-button {
  background: #c4291c !important;
  color: #ffffff !important;
  transition: 0.4s;
}
.modal-form .forminator-row-last .forminator-button:hover {
  background: #000000 !important;
  transition: 0.4s;
}
.modal-form .forminator-row-last .forminator-col {
  flex: unset !important;
  display: flex;
  justify-content: flex-end;
}
.modal-form .forminator-row-last .forminator-col .forminator-button-submit {
  border-radius: 35px 0px !important;
  font-weight: 800 !important;
  font-size: 14px !important;
  padding: 20px 92px !important;
}

@media only screen and (max-width: 1201px) {
  .modal-form .form-wrapper {
    padding: 0 80px !important;
  }
}
@media only screen and (max-width: 768px) {
  .modal-form .form-wrapper .btn-skip-wrapper button {
    padding: 20px 50px !important;
  }
  .modal-form .forminator-row-last .forminator-col .forminator-button-submit {
    padding: 20px 50px !important;
  }
}
@media only screen and (max-width: 600px) {
  .modal-form .form-wrapper {
    padding: 0 20px !important;
  }
  .modal-form .form-wrapper .btn-skip-wrapper button {
    padding: 20px 30px !important;
  }
  .modal-form .forminator-row-last .forminator-col .forminator-button-submit {
    padding: 20px 30px !important;
  }
}
.video-list-slider .slide-arrow {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: 60px;
  height: 40px;
}
.video-list-slider .prev-arrow {
  left: 20px;
  z-index: 1;
}
.video-list-slider .next-arrow {
  z-index: 1;
  right: 20px;
  transform: rotate(180deg);
}
.video-list-slider .video-list-item {
  height: 56vw;
  width: 100%;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  position: relative;
  z-index: -1;
  overflow: hidden;
  pointer-events: none;
}
.video-list-slider .video-list-item iframe {
  position: relative;
  width: 100vw;
  height: 56vw;
  pointer-events: none;
}
.video-list-slider .video-list-item .video-list-item-link {
  display: none !important;
}
.video-list-slider .slick-dots {
  bottom: 70px !important;
  display: flex;
  justify-content: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
.video-list-slider .slick-dots li button {
  border: 3px solid white;
  border-radius: 100%;
  width: 30px;
  height: 30px;
}
.video-list-slider .slick-dots li button::before {
  color: transparent;
}
.video-list-slider .slick-dots li.slick-active button:before {
  opacity: 1;
  color: white;
  left: 5.5px;
  font-size: 20px;
  line-height: 29px;
  top: 2px;
}

@media only screen and (max-width: 768px) {
  .video-list-slider {
    margin-top: 60px;
  }
  .video-list-slider .slide-arrow {
    width: 30px;
    height: 30px;
    top: 35%;
  }
  .video-list-slider .prev-arrow {
    left: 10px;
  }
  .video-list-slider .next-arrow {
    right: 10px;
  }
  .video-list-slider .slick-dots {
    bottom: 30px !important;
  }
}
