/* ================================== GLOBAL =============================== */
/* ================================== GLOBAL =============================== */

html, body {
  font-family: Raleway,sans-serif ;
  color: #000000;
  background-color: #FFFFFF;
  font-size: 16px;
  font-weight: 600;
}
.wrapper {
  min-height: 100%;
  width: 100%;
  overflow: hidden;
}
.container {
  padding: 0 1rem;
  max-width: 74vw;
  margin: 0 auto;
  height: 100%;
}
.button { 
  background: linear-gradient(to right, #FF7E0D, #FF4D00) ;
  padding: 15px 66px;
  color: #ffffff;
  border-radius: 10px;
  font-size: 0.95em ;
  font-weight: 600;
  display: inline-block;
  transition: all .4s;
}
.button:hover {
  transform: scale(1.05);
}
h1 {
  font-size: 3.75em;
  font-weight: 600;
}
h2 {
  font-size: 3.75em;
  font-weight: 600;
}
h5 {
  font-size: 1.5rem;
}

/* ================================== HEADER =============================== */
/* ================================== HEADER =============================== */

.header {
  padding: 10px 0;
}
.header .container {
  max-width: 79.5vw;
}
.header__inner {
  display: flex;
  align-items: center;
  justify-content: center;
}
.header__inner a {
  transition: all .4s;
}
.header__inner a:hover{
  color: #FF4D00;
}
.header__logo {
  display: flex;
  font-size: 1.25rem;
  align-items: center;
  color: #353535;
  font-weight: 700;
  margin-right: 75px;
}
.header__logo img {
  margin-right: 1.5rem;
}
.header__nav {
  display: flex;
}
.header__nav-list {
  display: flex;
  align-items: center;
  margin-right: 75px;
}
.header__nav-item {
  margin-right: 2.5rem;
  text-align: center;
}
.header__nav-item:last-child {
  margin-right: 0; 
}
.header__contacts {
  display: flex;
  align-items: center;
}
.header__contacts img {
  margin-right: 2.25rem;
}
.header__contacts p {
  margin-right: 1.5rem;
}
.header__contacts p,
.header__contacts a {
  display: flex;
  align-items: center;
}
.header__contacts p img,
.header__contacts a img {
  margin-right: 1rem;  
}
.header__contacts-btn {
  margin-left: 1.5rem;
  cursor: pointer;
  padding: 15px 20px;
  background: none;
  border: 1px solid #000000;
  color: #000000;
  border-radius: 10px;
  transition: all .4s;
}
.header__contacts-btn:hover {
  border: 1px solid #FF4D00;
}
.burger {
  display: none;
  flex-direction: column;
  width: 18px;
  height: 16px;
  justify-content: space-between;
  background: none;
  z-index: 100;
}

.burger span {
  display: block;
  height: 3px;
  width: 100%;
  background: #000000;
}


/* ================================== projectFurnace =============================== */
/* ================================== projectFurnace =============================== */

.projectFurnace { 
  background-image: url('/templates/cassiopeia/images/main-banner.png');
  background-size: cover;
  background-position: 50%;
}
.projectFurnace__inner {
  display: flex;
  padding: 95px 0;
}
.projectFurnace__banner {
  display: flex;
  justify-content: space-between;
}
.projectFurnace__banner-information {
  color: #ffffff;
  max-width: 50%;
  margin: auto 0;
}
.projectFurnace__banner-information p {
  margin: 1.25rem 0 1.5rem 0;
}
.projectFurnace__banner-information .button {
  padding: 15px 30px;
}


/* ================================== request__form =============================== */
/* ================================== request__form =============================== */

.projectFurnace__banner-form {
  background: #ffffff;
  padding: 24px 30px;
  text-align: center;
  border-radius: 20px;
  align-items: end;
  max-width: 26%;
}
.projectFurnace__banner-form h5 {
  font-weight: 700;
  margin-bottom: 1.5rem;
}
.request__form {
  display: flex;
  flex-direction: column;
}
.request__form-label {
  margin-bottom: 1rem;
}
.request__form-input {
  width: 100%;
  background: #ECECEC;
  border-radius: 10px;
  padding: 16px 20px;
  font-size: 0.95rem;
}
.request__checkbox-label {
  display: flex;
  font-size: 0.75rem;
  font-weight: 400;
  margin-bottom: 12px;
  align-items: center;
}
.request__checkbox-label span {
  text-align: justify;
}
.request__checkbox-label a {
  transition: all .4s;
}
.request__form-checkbox {
  margin-right: 12px;
}
.request__form-checkbox{
  position: relative;
  width: 24px;
  height: 24px;
  flex: 0 0 auto;
}
.request__checkbox-label:hover a {
  color: #FF4D00;
}
.request__form-default {
  width: 1px;
  height: 1px;
  overflow: hidden;
  position: absolute;
  clip: rect(0,0,0,0);
}
.request__form-default:checked + .request__form-custom {
  background: url("/templates/cassiopeia/images/icons/success.svg") 50% 50% no-repeat, #FF7E0D;
  background-size: 16px;
  border: 2px solid #FF7E0D;
}
.request__form-custom {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 1px solid #000000;
  border-radius: 4px;
  cursor: pointer;
}

/* ================================== USLUGI =============================== */
/* ================================== USLUGI =============================== */

.uslugi {
  background: #F8F8F8;
  padding: 80px 0;
}
.uslugi__inner {
  text-align: center;
}
.uslugi__inner h2 {
  text-align: left;
}
.uslugi__list {
  display: flex;
  margin: 2.5rem 0;
}
.uslugi__list-item {
  margin-right: 5px;
  border: 1px solid #CECECE;
}
.uslugi__list-item img {
  width: 100%;
  height: 63%;
}
.uslugi__list-item:nth-child(2n) {
  background: #EDEDED;
}
.uslugi__list-item:last-child {
  margin-right: 0;
}
.uslugi__list-item div {
  padding: 33px;
  text-align: left;
}
.uslugi__item-info {
  display: flex;
}
.uslugi__item-price {
  font-weight: 400;
  font-size: 2rem;
  margin-top: 1rem;
}
.uslugi__inner .button {
  align-items: center;
}

/* ================================== PROJECTS =============================== */
/* ================================== PROJECTS =============================== */

.projects .container {
  max-width: 100vw;
}
.projects__inner {
  text-align: center;
  padding: 2.5rem 0 5rem 0;
}
.projects__slider-wrapper { 
  margin: 2.5rem 0;
}
.projects__slider {
  display: flex;
}
.projects__slider .slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0 -1.5rem;
  padding: 0;
}
.projects__slide {
  padding: 0 0.75rem;
}
.projects__slide-inner img {
  width: 100%;
  height: 360px;
  border: 1px solid #CECECE;
  border-radius: 10px 10px 0 0;
  object-fit: contain;
}
.projects__slide-title {
  border: 1px solid #CECECE;
  padding: 34px;
  text-align: left;
}
.projects__arrows {
  display: flex;
  position: absolute;
  left: 50%;
  margin: 1rem 0;
  transform: translate(-50%, -50%);
}
.projects__arrow{
  position: absolute;
  top: -50%;
  bottom: 0;
  width: 40px;
  height: 40px;
  align-items: center;
  display: flex;
  z-index: 5;
  border: solid 3.33px #292929;
  border-radius: 50%;
    justify-content: center;
}
.projects__arrow:hover path {
  transition: all .3s;
}
.projects__arrow:hover path {
  fill: #FF7E0D;
}
.projects__arrow:hover {
  border: solid 3.33px #FF7E0D;
}
.projects__prev {
  left: -25%;
}
.projects__next {
  right: -20%;
  transform: rotate(180deg);
}
.projects__dots .slick-dots{
  display: flex;
  justify-content: center;
  align-items: center;
}
.projects__dots li{
  margin-right: 12px;
}
.projects__dots li:last-child{
  margin-right: 0px;
}
.projects__dots button {
  font-size: 0;
  background-color: transparent;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
}
.projects__dots button::before {
  content: "";
  height: 10px;
  width: 10px;
  background-color: #292929; 
  border-radius: 50%;
}
.projects__dots .slick-active button::before{
  background-color: #FF7E0D;
  transition: all .3s;
}

/* ================================== buildFurnace =============================== */
/* ================================== buildFurnace =============================== */

.buildFurnace {
  background: #F8F8F8;
}
.buildFurnace__inner {
  display: flex;
  padding: 5rem 10rem;
}
.buildFurnace__inner img {
  margin-right: 2.75rem;
  width: 100%;
  height: 100%;
}
.buildFurnace__information h3 {
  font-size: 2.5rem;
  margin-bottom: 30px;
}
.buildFurnace__information p {
  font-weight: 400;
  margin-bottom: 30px;
  line-height: 140%;
}

/* ================================== EXPERIENCE =============================== */
/* ================================== EXPERIENCE =============================== */

.experience__inner {
  padding: 5rem 0;
  text-align: center;
}
.experience__inner p {
  font-size: 1.25rem;
  font-weight: 400;
  margin: 28px 0 49px;
  color: #989898;
}
.experience__list {
  display: flex;
}
.experience__list-item {
  margin-right: 14px;
  padding: 44px 37px 32px;
  background: #F8F8F8;
  width: 33.33%;
  border-radius: 20px;
}
.experience__list-item:last-child {
  margin-right: 0;
}
.experience__list-item img {
  margin-bottom: 20px;
}

/* ================================== howWork =============================== */
/* ================================== howWork =============================== */

.howWork {
  background: #F8F8F8;
}
.howWork__inner {
  padding: 5rem 2.5rem;
  text-align: center;
}
.howWork__list {
  display: flex;
  margin: 3.75rem 0;
}
.howWork__list-item:first-child {
  margin-right: 4rem;
}
.howWork__list-item:last-child {
  margin-right: 0;
}
.howWork__list-item img {
  margin-bottom: 1.25rem;
}

/* ================================== CONTACTS =============================== */
/* ================================== CONTACTS =============================== */

.contacts__inner {
  margin: 5rem 5rem;
  text-align: center;
}
.contacts__inner h2 {
  margin-bottom: 57px;
}
.contacts__list {
  display: flex;
}
.contacts__list-item {
  margin-right: 14px;
  background: #F8F8F8;
  border-radius: 50px;
  width: 33.33%;
}
.contacts__list-item a {
  display: flex;
}
.contacts__list-item p {
  margin: auto;
  font-size: 1.25rem;
}
.contacts__list-item div {
  height: 60px;
  width: 60px;
  background: #FF7E0D;
  border-radius: 50%;
}
.contacts__list-item img {
  text-align: center;
  width: 26px;
  margin-top: 16px;
}
.contacts__list-item:last-child {
  margin-right: 0;
}

/* ================================== DREAM =============================== */
/* ================================== DREAM =============================== */

.dream {
  background-image: url('/templates/cassiopeia/images/dream.png');
}
.projectFurnace__banner-information h3 {
  font-size: 2.5rem;
  margin-bottom: 1.25rem;
}
.projectFurnace__banner-information p {
  line-height: 140%;
  font-weight: 400;
}
.dream .projectFurnace__banner-information {
  width: 43%;
}
.projectFurnace__banner {
  justify-content: space-around;
}

/* ================================== FOOTER =============================== */
/* ================================== FOOTER =============================== */

.footer {
  padding: 50px 0 20px 0;
  background: #1F1F1F;
  font-weight: 400;
  color: #FFFFFF;
}
.footer .container {
  max-width: 79.5vw;
}
.footer__inner {
  display: flex;
  justify-content: space-between;
  padding-bottom: 40px;
}
.footer__inner a {
  transition: all .4s;
}
.footer__inner a:hover {
  color: #FF4D00;
}
.footer__logo {
  display: flex;
  font-size: 1.5rem;
  font-weight: 700;
  align-items: center;
}
.footer__logo img {
  margin-right: 24px;
}
.footer__col {
  margin-right: 164px;
}
.footer__col.last {
  margin-right: 0;
}
.footer__col.last p {
  margin-bottom: 23px;
}
.footer__nav-item {
  margin-bottom: 40px;
}
.footer__nav-item:last-child {
  margin-bottom: 0px;
}
.footer__contacts p {
  padding: 25px 0;
}
.footer__contacts img {
  margin-right: 8px;
  margin-top: -5px;
}
.row {
  display:flex;
  border-top: 1px solid #ffffff; 
  border-bottom: 1px solid #ffffff; 
  padding:20px 0; 
  margin-top: 20px; 
  margin-bottom:20px;
}
.row p {
  text-align:center; 
  margin: 0 auto; 
}
.confid {
  text-align:center; 
  margin: 0 auto; 
  padding-bottom:20px;
}
.confid a {
  transition: all .4s;
}
.confid a:hover {
  color: #FF4D00;
}

/* ================================== ADAPTIV =============================== */
/* ================================== ADAPTIV =============================== */

/* ================================== 1440PX-START =============================== */

@media (max-width: 1440px) {
  .container {
    max-width: 1200px;
  }
  h1, h2 {
    font-size: 3rem;
  }
  .footer__col {
    margin-right: 90px;
  }
}

/* ================================== 1440PX-END =============================== */

/* ================================== 1280PX-START =============================== */

@media (max-width: 1280px) {
  .container {
    max-width: 1000px;
  }
  h5 {
    font-size: 1.1rem;
  }
  .header__logo {
    margin-right: 40px;
  }
  .header__nav-list {
    margin-right: 40px;
  }
  .projectFurnace__inner {
    padding: 60px 0;
  }
  .uslugi__list-item div {
    padding: 33px;
  }
  .uslugi__item-price {
    font-size: 1.5rem;
  }
  .buildFurnace__information h3 {
    font-size: 1.5rem;
    margin-bottom: 20px;
  }
  .buildFurnace__information p {
    font-size: 0.8rem;
    margin-bottom: 20px;
  }
  .footer {
    font-size: 0.8rem;
  }
  .footer__logo {
    font-size: 1.25rem;
  }
  .footer__col {
    margin-right: 74px;
  }
}

/* ================================== 1280PX-END =============================== */

/* ================================== 1024PX-START =============================== */

@media (max-width: 1024px) {
  .container {
    max-width: 90%;
  }
  .header__inner {
    justify-content: space-between;
  }
  .header__nav {
    flex-direction: column;
    position: fixed;
    top: 0;
    right: -100%;
    width: 70%;
    height: 100vh;
    background: #fff;
    transition: 0.3s;
    padding: 80px 20px;
    z-index: 99;
  }
  .header__nav.active {
    right: 0;
  }
  .header__nav-list {
    display: flex;
    flex-direction: column;
    margin: 0 auto;
  }
  .header__nav-item {
    margin-right: 0;
    margin-bottom: 20px;
  }
  .header__nav-item:last-child {
    margin-right: 0;
  }
  .header__contacts {
    flex-direction: column;
    margin: 0 auto;
    gap: 15px;
  }
  .header__contacts p img, .header__contacts a img,
  .header__contacts p {
    margin-right: 0;
  }
  .header__contacts-btn {
    margin-left: 0;
  }
  .burger {
    display: flex;
    margin-left: auto;
  }
  .projectFurnace__inner {
    flex-direction: column;
  }
  .projectFurnace__banner-information {
    max-width: 100%;
    margin-bottom: 30px;
  }
  .projectFurnace__banner-form {
    max-width: 36%;
  }
  .request__checkbox-label span {
    font-size: 0.6rem;  
  }
  .uslugi__list {
    flex-wrap: wrap;
  }
  .uslugi__list-item {
    width: 48%;
    margin-bottom: 20px;
  }
  .buildFurnace__inner {
    padding: 5rem 2rem;
  }
  .buildFurnace__inner img {
    width: 100%;
    margin-bottom: 20px;
  }
  .experience__list {
    flex-direction: column;
  }
  .experience__list-item {
    width: 100%;
    margin-bottom: 20px;
  }
  .howWork__list {
    flex-direction: column;
    align-items: center;
  }
  .howWork__list-item {
    display: flex;
    width: 48%;
    margin-bottom: 20px;
    align-items: center;
  }
  .howWork__list-item:first-child {
    margin-right: 0;
  }
  .howWork__list-item img {
    margin-right: 15px;
  }
  .contacts__list {
    flex-direction: column;
  }
  .contacts__list-item {
    width: 100%;
    margin-bottom: 15px;
  }
  .footer__inner {
    flex-wrap: wrap;
  }
  .footer__col {
    width: 50%;
    margin-bottom: 20px;
  }
  .overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
    z-index: 90;
  }
  .overlay.active {
    opacity: 1;
    visibility: visible;
  }
}

/* ================================== 1024PX-END =============================== */

/* ================================== 768PX-START =============================== */

@media (max-width: 768px) {

  /* .projectFurnace { 
    background: url('/templates/cassiopeia/images/furnace/bath/bath8.jpg') no-repeat;
    background-size: cover ;
  } */
  .projectFurnace__banner-form.none {
    display: none;
  }
  h1 {
    font-size: 2.2rem;
  }
  h2 {
    font-size: 2rem;
  }
  .uslugi__list-item {
    width: 100%;
  }
  .projectFurnace__banner {
    flex-direction: column;
  }
  .dream .projectFurnace__banner-information {
    width: 100%;
  }
  .projectFurnace__banner-form {
    max-width: 100%;
  }
  .request__checkbox-label span {
    font-size: 0.75rem;  
  }
  .howWork__list-item {
    width: 100%;
  }
  .dream {
    background: url('/templates/cassiopeia/images/dream-mob.png') no-repeat;
    background-size: cover ;
  }

  .footer__col {
    width: 100%;
  }
}

/* ================================== 768PX-END =============================== */

/* ================================== 528PX-START =============================== */

@media (max-width: 528px) {
  
  .container {
    max-width: 95%;
  }
  .button {
    padding: 12px 20px;
    font-size: 0.8rem;
  }
  .header .container {
    max-width: 90.5vw;
  }
  .header__logo {
    font-size: 1rem;
  }
  .buildFurnace__inner {
    padding: 5rem 0;
  }
  .buildFurnace__inner img {
    margin-right: 1.25rem;
    width: 35%;
  }
  .buildFurnace__information h3 {
    font-size: 0.7rem;
    margin-bottom: 5px;
  }
  .buildFurnace__information p {
    font-size: 0.5rem;
    margin-bottom: 5px;
  }
  .buildFurnace__information .button {
    text-align: center;
    padding: 6px 10px;
    font-size: 0.6rem;
  }
  .contacts__inner {
    margin: 5rem 2rem;
  }
  .contacts__list-item div {
    height: 30px;
    width: 30px;
  }
  .contacts__list-item img {
    width: 13px;
    margin-top: 8px;
  }
  .contacts__list-item p {
    font-size: 0.75rem;
  }
  .projectFurnace__banner-information h3 {
    font-size: 1.5rem;
  }
  .projectFurnace__banner-information p {
    font-size: 0.9rem;
  }
  .footer {
    font-size: 1rem;
    padding: 40px 0;
  }
  .footer__inner {
    display: flex;
    text-align: center;
  }
  .footer__logo {
    font-size: 1rem;
    justify-content: center;
  }
  .footer__col {
    margin-bottom: 34px;
    margin-right: 0;
  }
  .footer__col.last {
    margin-bottom: 0;
  }
  .footer__contacts img {
    margin-right: 0;
    margin-top: -5px;
  }
}

/* ================================== 528PX-END =============================== */

/* ================================== 360PX-START =============================== */

@media (max-width: 360px) {
  .header__logo {
    font-size: 0.9rem;
  }
  .projectFurnace__inner {
    padding: 156px 0 44px 0;
  }
  .projectFurnace__banner-information {
    margin-bottom: 0;
  }
  .projectFurnace__banner-information .button {
    display: flex;
    justify-content: center;
    margin-top: 120px;
  }
  .projectFurnace__banner-information p {
    font-size: 0.9rem;
  }
  .request__form-input {
    padding: 12px;
  }
  .uslugi__list-item img {
    height: 72%; 
  }
  .uslugi__list-item div {
    padding: 6px;
  }
  .uslugi__list-item div h5 {
    font-size: 1rem;
  }
  .uslugi__inner .button {
    display: flex;
    justify-content: center;
  }
  .uslugi__list {
    margin: 1.25rem 0;
  }
  .buildFurnace__information h3 {
    font-size: 1rem;
  }
  .buildFurnace__information p {
    font-size: 0.5rem;
  }
  .buildFurnace__information .button {
    display: flex;
    justify-content: center;
    margin-top: 10px;
  }
  .buildFurnace__inner,
  .experience__inner,
  .uslugi,
  .contacts__inner {
    padding: 2.5rem 0;
  } 
  .experience__inner h2 {
    font-size: 1.4em;
  }
  .experience__inner p {
    font-size: 0.9rem;
    margin-right: 28px 0;
  }
  .experience__list-item {
    padding: 20px;
  }
  .howWork__inner {
    padding: 5rem 2.3rem;
  }
  .howWork__list {
    margin: 2.5rem 0;
  }
  .howWork__list-item {
    flex-direction: column;
    margin-bottom: 40px;
  }
  .howWork__list-item:last-child {
    margin-bottom: 0;
  }
  .howWork__inner .button {
    display: flex;
    justify-content: center;
  }
  .dream .projectFurnace__inner {
    padding: 40px 0;
  }
  .projectFurnace__banner-information h3 {
    font-size: 2rem;
  }
}

/* ================================== 360PX-END =============================== */

/* ================================== 300PX-START =============================== */

@media (max-width: 300px) {
  h1 {
    font-size: 1.25rem;
  }
  .header__logo {
    font-size: 0.7rem;
  }
  .projects__arrow {
    top: -29%;
    width: 30px;
    height: 30px;
  }
  .projects__dots button {
    width: 10px;
  }
  .projects__next {
    right: -23%;
  }
}

/* ================================== 300PX-END =============================== */

/* ================================== PAGE-MOI-RABOTY =============================== */
/* ================================== PAGE-MOI-RABOTY =============================== */

.projects.page-projects .container {
  max-width: 74vw;
}
.projects.page-projects p{
  margin: 32px 0;
  font-weight: 400;
}
.buttons {
  margin-bottom: 30px;
}
.btn {
  padding: 10px 50px;
  margin: 5px;
  color: #FF7E0D;
  background: #ffffff;
  border: 2px solid #FF7E0D;
  cursor: pointer;
  transition: 0.3s;
  font-size: 16px;
  border-radius: 10px 0 10px 0;
}
.btn:hover {
  background: #FF7E0D;
  color: #ffffff;
}
.btn.active {
  background: #FF7E0D;
  color: #ffffff;
}
.gallery {
  column-count: 3;
  column-gap: 15px;
  max-width: 1000px;
  margin: 0 auto;
  display: none;
}
.gallery.active {
  display: block;
}
.gallery img {
  width: 100%;
  margin-bottom: 15px;
  border-radius: 10px;
  display: block;
  break-inside: avoid;
  transition: transform 0.3s, box-shadow 0.3s;
}
.gallery img:hover {
  transform: scale(1.03);
  box-shadow: 0 10px 25px rgba(0,0,0,0.2);
}

/* ================================== PAGE-USLUGI =============================== */
/* ================================== PAGE-USLUGI =============================== */

.uslugi__inner.page-uslugi h1 {
  text-align: center;
}
.uslugi__inner.page-uslugi h3 {
  font-size: 2.5rem;
}
.uslugi__inner.page-uslugi .uslugi__inner-paragraph {
  padding: 2rem 15rem;
  font-weight: 400;
}
.uslugi__inner.page-uslugi .uslugi__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin: 40px 0;
}
.uslugi__inner.page-uslugi .uslugi__list-item {
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid #e5e5e5;
  transition: 0.3s;
  display: flex;
  flex-direction: column;
}
.uslugi__inner.page-uslugi .uslugi__list-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 30px rgba(0,0,0,0.1);
}
.uslugi__inner.page-uslugi .uslugi__list-item img {
  width: 100%;
  height: 180px;
  object-fit: cover;
}
.uslugi__inner.page-uslugi .uslugi__list-item > div {
  padding: 20px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.uslugi__inner.page-uslugi .uslugi__list-item h5 {
  font-size: 18px;
  margin-bottom: 10px;
}
.uslugi__inner.page-uslugi .uslugi__list-item p {
  font-size: 14px;
  color: #666;
}
.uslugi__inner.page-uslugi .uslugi__item-info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
}
.uslugi__inner.page-uslugi .uslugi__list-item div {
  padding: 20px;
}
.uslugi__inner.page-uslugi .uslugi__item-price {
font-size: 16px;
  font-weight: 600;
  border: 2px solid #666666;
  padding: 6px 12px;
  border-radius: 20px;
  margin-right: 15%;
  margin-top: 0;
}
.uslugi__inner.page-uslugi .button {
  background: #ff7a00;
  color: #fff;
  padding: 8px 16px;
  border-radius: 20px;
  text-decoration: none;
  font-size: 14px;
  transition: 0.3s;
}
.uslugi__inner.page-uslugi .button:hover {
  background: #e86e00;
}
.uslugi__inner.page-uslugi .uslugi__inner > .button {
  margin-top: 20px;
  display: inline-block;
}
@media (max-width: 1024px) {
  .uslugi__inner.page-uslugi .uslugi__inner-paragraph {
    padding: 2rem 5rem;
  }
  .uslugi__inner.page-uslugi .uslugi__list-item {
    width: 80%;
  }
  .uslugi__inner.page-uslugi .uslugi__list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 768px) {
  .uslugi__inner.page-uslugi .uslugi__list {
    grid-template-columns: 1fr;
  }
  .uslugi__inner.page-uslugi .uslugi__list-item {
    width: 100%;
  }
  .uslugi__inner.page-uslugi .uslugi__inner-paragraph {
    padding: 2rem 1rem;
    font-size: 0.8rem;
  }
  .uslugi__inner.page-uslugi .uslugi__item-price {
    margin-right: 10%;
  }
}

/* ================================== PAGE-ABOUT =============================== */
/* ================================== PAGE-ABOUT =============================== */

.about__inner {
  display: flex;
  flex-direction: column;
  padding: 5rem 0;
  text-align: center;
}
.about__inner h1 {
  margin-bottom: 15px;
}
.about__inner p {
  padding: 7px 5rem;
  font-weight: 400;
  font-size: 1.25rem;
}
.about__list {
  display: flex;
  justify-content: center;
  padding: 2.5rem 0;
}
.about__list-item {
  border-right: 1px solid #FF7E0D;
}
.about__list-item:last-child {
  border-right: none;
}
.about__list-item b {
  color: #FF7E0D;
  font-size: 4rem;
}
.mod-breadcrumbs__wrapper ol {
  list-style: none;
  display: flex;
  font-size: 1.25rem;
  padding-bottom: 2.5rem;
  padding-top: 1rem;
}
.mod-breadcrumbs li {
  margin:0 5px;
}
.mod-breadcrumbs li a {
  transition: all .4s;
}
.mod-breadcrumbs li a:hover {
  color: #FF7E0D;
}
@media (max-width: 768px) {
  .about__inner p {
    padding: 7px 2rem;
    font-size: 1rem;
  }
  .about__list-item b {
    font-size: 3rem;
  }
  .mod-breadcrumbs__wrapper ol {
    padding-top: 1rem;
  }
}
@media (max-width: 528px) {
  .about__inner p {
    padding: 7px 1rem;
    font-size: 0.8rem;
  }
  .about__list-item b {
    font-size: 2rem;
  }
  .mod-breadcrumbs__wrapper ol {
    font-size: 0.75rem;
    padding-top: 1rem;
    padding-bottom: 1.75rem;
  }
}

/* ================================== uslugiItem-page =============================== */
/* ================================== uslugiItem-page =============================== */

.uslugiItem__inner {
  display: flex;
  background: #fff;
  padding: 20px;
  gap: 20px;
}
.uslugiItem__inner-left {
  width: 50%;
}
.uslugiItem__main-image {
  width: 100%;
  height: 60%;
  object-fit: cover;
  background: #ddd;
}
.uslugiItem__gallery {
  display: flex;
  gap: 10px;
  margin-top: 10px;
}
.uslugiItem__gallery img {
  width: 160px;
  height: 105px;
  object-fit: cover;
  cursor: pointer;
  border: 2px solid transparent;
}
.uslugiItem__gallery img:hover {
  border-color: orange;
}
.uslugiItem__inner-right {
  width: 55%;
  padding-top: 30px;
}
.uslugiItem__title {
  font-size: 28px;
  margin-bottom: 10px;
}
.uslugiItem__subtitle {
  color: #666;
  margin-bottom: 30px;
  font-weight: 400;
}
.uslugiItem__actions {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 30px;
}
.uslugiItem__title,
.uslugiItem__subtitle,
.uslugiItem__actions {
  padding-left: 45px;
}
.uslugiItem__btn {
  font-size: 1.25rem;
  padding: 10px 35px;
}
.uslugiItem__price {
  font-weight: bold;
  font-size: 1.25rem;
}
.uslugiItem__info {
  border: 1px solid #ddd;
}
.uslugiItem__info-row {
  display: flex;
  border-top: 1px solid #ddd;
}
.uslugiItem__info-row:first-child {
  border-top: none;
}
.uslugiItem__info-cell {
  flex: 1;
  padding: 12px;
  font-size: 15px;
}
.uslugiItem__info-cell.gray {
  background: #f7f7f7;
  color: #777;
}
.uslugiItem__info-cell.subtitle {
  color: #000000;
}
@media (max-width: 1280px) {
  .uslugiItem__gallery img {
    width: 124px;
    height: 90px;
  }
  .uslugiItem__subtitle {
    margin-bottom: 20px;
  }
  .uslugiItem__actions {
    margin-bottom: 20px;
  }
  .uslugiItem__btn {
    font-size: 1rem;
  }
  .uslugiItem__price {
    font-size: 1rem;
  }
  .uslugiItem__info-cell {
    padding: 4px;
    font-size: 12px;
  }
}
@media (max-width: 1024px) {
  .uslugi__inner.page-uslugi h3 {
    margin-top: 2.5rem;
    font-size: 1.5rem;
  }
  .uslugiItem .container {
    max-width: 100%;
  }
  .uslugiItem__inner-right {
    width: 55%;
    padding-top: 15px;
  }
  .uslugiItem__gallery img {
    width: 74px;
    height: 74px;
  }
  .uslugiItem__title,
  .uslugiItem__subtitle,
  .uslugiItem__actions {
    padding-left: 30px;
  }
  .uslugiItem__title {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .uslugiItem__subtitle {
    font-size: 12px;
    margin-bottom: 20px;
  }
  .uslugiItem__actions {
    margin-bottom: 20px;
  }
  .uslugiItem__btn {
    font-size: 0.75rem;
    padding: 5px 35px;
  }
  .uslugiItem__price {
    font-size: 0.75rem;
  }
  .uslugiItem__info-cell {
    padding: 3px;
    font-size: 10px;
  }
}
@media (max-width: 768px) {
  .uslugiItem__inner {
    gap: 5px;
    padding: 0;
  }
  .uslugi__inner.page-uslugi h3 {
    margin-top: 2.5rem;
    font-size: 1rem;
  }
  .uslugiItem__inner-right {
    padding-top: 5px;
  }
  .uslugiItem__gallery img {
    width: 36px;
    height: 36px;
  }
  .uslugiItem__title,
  .uslugiItem__subtitle,
  .uslugiItem__actions {
    padding-left: 0px;
  }
  .uslugiItem__title {
    font-size: 12px;
    margin-bottom: 5px;
  }
  .uslugiItem__subtitle {
    font-size: 8px;
    margin-bottom: 5px;
  }
  .uslugiItem__actions {
    margin-bottom: 5px;
  }
  .uslugiItem__btn {
    font-size: 0.6rem;
    padding: 5px 10px;
  }
  .uslugiItem__price {
    font-size: 0.6rem;
  }
  .uslugiItem__info-row {
    flex-direction: column;
  }
  .uslugiItem__info-cell {
    padding: 2px;
    font-size: 6px;
  }
}
.modal {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.5);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 100;
}
.modal.active {
  display: flex;
}

.modal-box {
  background: #fff;
  padding: 25px;
  width: 350px;
  border-radius: 8px;
  position: relative;
}
.modal-box h3 {
  margin-bottom: 15px;
}
.close {
  position: absolute;
  right: 10px;
  top: 10px;
  cursor: pointer;
  font-size: 20px;
}

/* ================================== PAGE-CONTACTS =============================== */
/* ================================== PAGE-CONTACTS =============================== */

.contacts-page ul {
  flex-direction: column;
  gap: 20px;
} 

/* ================================== PAGE-ERROR =============================== */
/* ================================== PAGE-ERROR =============================== */
.error-page .container {
  height:auto;
}
.error {
	display: flex;
	flex-direction: column;
	margin: 0 auto;
	text-align: center;
  padding-top: 100px;
}
.error__title {
	font-size: 36px;
	font-weight: 700;
}
.error__subtitle {
  margin: 15px 0;
}
.error__paragraph{
	display: flex;
	text-align: left;
	flex-direction: column;
	line-height: 160%;
}
.error__button {
	display: block;
  width: 100%;
  max-width: 250px;
  padding: 8px;
  border: none;
  text-decoration: none;
  background-color: #FF4D00 !important;
  border: 1px solid #FF4D00 !important;
  color: #FFF;
  font-weight: 500;
  border-radius: 5px;
  text-align: center;
  box-shadow: 0 10px 20px rgb(48 131 192 / 20%);
	margin: 40px auto;
}
.error__button:hover{
	color: #FFF !important;
	background-color: #FF4D00 !important;
}