.fancybox-content, .fancybox-content .slide_image, .fancybox-content .slide_image img{
  height: 100%;
}
.site-main .page-title{
  margin: 20px auto;
  max-width: 1170px;
  font-size: 32px;
  padding: 0 15px;
}
.site-main .content p, .site-main .content ol{
  margin-bottom: 20px;
}
.site-main .content ol{
  margin-left: 10px;
}
#group-block .slide_image img{
  max-height: 350px;
  height: 350px;
  width: auto;
  object-fit: cover !important;
}
.swiper-button-disabled{
  pointer-events:none;
}
#services-block .item_block{
  justify-content: space-between;
}
#main-block{
  height: 100vh;
}
@media (max-width: 1915px){
  #group-block .slide_image img{
    max-height: 250px;
    height: 250px;
    max-width: 250px;
  }
}
@media (max-width: 1250px){
  #group-block .slide_image img{
    max-height: 200px;
    height: 200px;
    max-width: 200px;
  }
  #group-block .side .text{
    padding: 15px;
  }
}
@media (max-width: 1000px){
  #group-block .slide_image img{
    max-width: none;
    width: 100%;
  }
}
@media (max-width: 800px){
  #main-block{
    height: 50vh;
  }
}
@media (max-width: 600px){
  #main-block{
    height: 50vh;
  }
  #main-block .content{
    margin: 150px 0 auto 0;
  }
}

/*================ ღ | HEADER | ღ ================*/
#header {
  position: sticky;
  -webkit-position: stiky;
  padding: 40px 0;
  z-index: 999;
  top: 0;
  background: rgba(106, 106, 106, 0.30);
  backdrop-filter: blur(25px);
  transition: all 0.3s ease-in;
}
#header .content {
  gap: 10px;
  align-items: center;
  justify-content: space-between;
  max-width: 1350px;
  margin: auto;
  transition: all 0.3s ease-in;
}
#header .logo {
  width: 183px;
  height: 53px;
  max-width: 100%;
  max-height: 100%;
  transition: all 0.3s ease-in;
}
#header .logo img {
  /*width: 100%;*/
  height: 100%;
  transition: all 0.3s ease-in;
}
#header .top_menu {
  gap: 30px;
  transition: all 0.3s ease-in;
}
#header .items_soc {
  gap: 30px;
  transition: all 0.3s ease-in; 
}
#header .items_soc svg {
  width: 22px;
  height: 22px;
  transform: scale(1);
  transition: all 0.3s ease-in;
}
#header .items_soc svg:hover {
  transform: scale(1.1); 
  transition: all 0.3s ease-in;
}
#header .items_soc svg path {
  color: var(--FB);
  fill: var(--FB);
  transition: all 0.3s ease-in;
}
#header .items_soc svg:hover path {
  transform: scale(1.1); 
  color: var(--8B);
  fill: var(--8B);
  transition: all 0.3s ease-in;
}


/* MEDIA */
@media(max-width: 1330px) {
  #header .content, 
  #header .top_menu, 
  #header .items_soc {
    gap: 10px;
    transition: all 0.3s ease-in;
  }
}
@media(max-width: 1240px) {
  #header .top_menu {
    display: none;
    transition: all 0.3s ease-in;
  }
}
@media(max-width: 840px) {
  #header .items_soc {
    display: none;
    transition: all 0.3s ease-in;
  }
  #header{
    padding: 10px;
  }
}
@media(max-width: 640px) {
  #header .phones_holder {
    /*display: none;
    transition: all 0.3s ease-in;*/
    font-size: 12px;
    white-space: nowrap;
  }
}
@media(max-width: 470px) {
  #header .btn {
    display: none;
    transition: all 0.3s ease-in;
  }
}

/*================| MOBILE MNU |================*/
#header .burger.open_menu {
  display: none;
  flex-direction: column;
  background-color: inherit;
  height: 40px;
  width: 40px;
  justify-content: space-evenly;
  align-items: center;
  border-radius: 2px;
  flex-shrink: 0;
}
#header .burger.open_menu span {
  background-color: var(--C2);
  width: 30px;
  height: 4px;
  transition: all 0.3s ease-in;
}
#header .burger.open_menu.clicked {
  background-color: var(--C2);
}
#header .burger.open_menu.clicked span {
  background-color: #fff;
}
#header #mobile-mnu {
  display: flex;
  flex-direction: column;
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 320px;
  background-color: var(--23);
  padding: 30px;
  transition: all 0.3s ease-in;
  transform: translateX(-1350px);
  z-index: 9999;
}
#header #mobile-mnu #close-mnu {
  font-size: 45px;
  position: absolute;
  right: 10px;
  top: 10px;
  cursor: pointer;
  transform: rotate(45deg);
  display: block;
  color: var(--C2);
}
#header #mobile-mnu a {
  font-size: 16px;
  line-height: 1;
  color: var(--FB);
  font-weight: 450;
}
#header #mobile-mnu a:hover {
  color: var(--C2);
}
#header #mobile-mnu .logo__holder {
  text-align: center;
  margin-bottom: 30px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
#header #mobile-mnu .logo__holder img {
  max-height: 60px;
}
#header #mobile-mnu .menuTop {
  list-style-type: none;
  margin-bottom: 10px;
}
#header #mobile-mnu .menuTop li {
  margin-bottom: 10px;
}
#header #mobile-mnu .menuTop li a {
  font-size: 16px;
  line-height: 1;
  color: var(--FB);
  font-weight: 450;
}
#header #mobile-mnu .menuTop li a:hover {
  color: var(--C2);
}
#header #mobile-mnu .menuTop li.active a {
  color: var(--C2);
}
#header #mobile-mnu .adresses__holder {
  display: flex;
  flex-direction: column;
  position: relative;
  padding-left: 30px;
  margin-bottom: 20px;
  width: 100%;
}
#header #mobile-mnu .adresses__holder:before {
  content: "";
  position: absolute;
  top: 4px;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  background-image: url("../images/map.svg");
  background-position: center center;
  background-repeat: no-repeat;
}
#header #mobile-mnu .adresses__holder p {
  font-size: 16px;
  line-height: 1;
  color: var(--FB);
  font-weight: 450;
}
#header #mobile-mnu .email__holder {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 20px;
}
#header #mobile-mnu .email__holder .email__item {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  font-size: 16px;
  line-height: 1;
  color: var(--FB);
  font-weight: 450;
}
#header #mobile-mnu .email__holder .email__item:hover {
  color: var(--C2);
}
#header #mobile-mnu .email__holder .email__item svg {
  margin-right: 10px;
}
#header #mobile-mnu .phones__holder {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 20px;
}
#header #mobile-mnu .phones__holder .phone__item {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  font-size: 16px;
  line-height: 1;
  color: var(--FB);
  font-weight: 450;
}
#header #mobile-mnu .phones__holder .phone__item:hover {
  color: var(--C2);
}
#header #mobile-mnu .phones__holder .phone__item svg {
  margin-right: 10px;
}
#header #mobile-mnu .soc__holder {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-wrap: wrap;
}
#header #mobile-mnu .soc__holder .soc__item {
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
/*  background-color: #3A899A;*/
  transition: background-color .3s ease-in;
}
#header #mobile-mnu .soc__holder .soc__item:hover {
/*  background-color: #609FA8;*/
}
#header #mobile-mnu.opened {
  transform: translateX(0);
}

/* MEDIA */
@media(max-width: 1240px) {
  #header .burger.open_menu {
    display: flex;
  }
}

/*================| 404 |================*/

.error-404 .info-404 {
  display: grid;
  grid-template-columns: 4fr 7fr;
  align-items: center;
  column-gap: 70px;
}
.error-404 .num {
  font-size: 250px;
  line-height: 120%;
  font-weight: 900;
  /*margin: 73px auto 45px;*/
  align-items: center;
  align-content: center;
  justify-content: center;
  position: relative;
  column-gap: 5px;
}
.error-404 .num span {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  color: var(--F6);
}
.error-404 h3 {
  margin-bottom: 10px;
  text-transform: uppercase;
}
.error-404 .text p:last-of-type {
  margin-bottom: 20px;
}
.error-404 a.btn {
  width: fit-content;
}
.error-404 button {
  margin: 30px 0 0;
}
@media (max-width: 950px) {
  .error-404 .info-404  {
    grid-template-columns: 1fr;
  }
  .error-404 .text {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
}
@media (max-width: 600px) {
  .error-404 .num {
    font-size: 100px;
    line-height: 100px;
  }
  .error-404 .num img {
    max-width: 100px;
    width: 100%;
  }
  .error-404 .text p {
    text-align: center;
  }
  .error-404 .num:before {
    max-width: 100px;
    max-height: 100px;
  }
}

/*================| END 404 |================*/
/*================| FOOTER |================*/

#footer .items_top {
  justify-content: space-between;
  align-items: center;
  padding: 30px 0;
  gap: 10px;
  border-bottom: 1px solid #393939;
  border-top: 1px solid #393939;
}
#footer .logo {
  width: 183px;
  height: 53px;
  max-width: 100%;
  max-height: 100%;
}
#footer .logo img {
  /*width: 100%;*/
  height: 100%;
}
#footer #f-menu {
  gap: 20px;
}
#footer #f-menu li a {
  opacity: 0.5;
}
#footer #f-menu li:hover a {
  opacity: 1;
}
#footer .items_soc {
  gap: 20px;
}
#footer .items_soc svg {
  width: 22px;
  height: 22px;
  transform: scale(1);
  transition: all 0.3s ease-in;
}
#footer .items_soc svg:hover {
  transform: scale(1.1); 
  transition: all 0.3s ease-in;
}
#footer .items_soc svg path {
  color: var(--FB);
  fill: var(--FB);
  transition: all 0.3s ease-in;
}
#footer .items_soc svg:hover path {
  color: var(--8B);
  fill: var(--8B);
  transition: all 0.3s ease-in;
}
#footer .items_bot {
  justify-content: space-between;
  align-items: end;
  padding: 30px 0;
  gap: 10px;
}
#footer .items_bot .privacy {
  color: var(--39);
}
#footer .items_bot .dev {
  gap: 20px;
  width: 285px;
}
#footer .items_bot .dev span {
  color: var(--39);
}
#footer .items_bot .dev img {
  max-width: 130px;
}
@media(max-width: 1112px) {
  #footer #f-menu {
    display: none;
  }
}
@media(max-width: 595px) {
  #footer .items_top, #footer .items_bot {
    padding: 15px 0;
    flex-direction: column;
    justify-items: center;
    align-items: center;
  }
}

/*================| END FOOTER |================*/
/*================| MODAL |================*/
#footer .theme-modal {
  height: fit-content;
  width: 570px;
  max-height: 90vh;
  max-width: 90vw;
  border-radius: 10px;
  padding: 20px;
  background: var(--23);
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(0);
  pointer-events: none;
  transition: transform .3s ease-in;
  z-index: 99999;
}
#footer .theme-modal.modal-open {
  pointer-events: all;
  transform: translate(-50%, -50%) scale(1);
  opacity: 1;
}
#footer .theme-modal .close-modal {
  position: absolute;
  right: 20px;
  top: 20px;
  font-size: 40px;
  font-weight: 750;
  color: var(--FB);
/*  transform: rotate(45deg);*/
  cursor: pointer;
}
#footer .theme-modal .form input,
#footer .theme-modal .form textarea {
  padding: 17px 20px;
  border-radius: 10px;
  border: 1px solid var(--39);
  background-color: var(--FB);
  resize: none;
  color: var(--4B);
  width: 100%;
  transition: all 0.3s ease-in;
}
#footer .theme-modal .form input.error {
  border: 2px solid red;
  transition: all 0.3s ease-in;
}
#footer .theme-modal .form input::placeholder,
#footer .theme-modal .form textarea::placeholder {
  color: var(--4B);
  transition: all 0.3s ease-in;
}
#footer .theme-modal .form input:hover,
#footer .theme-modal .form textarea:hover {
  padding: 17px 20px;
  border-radius: 10px;
  border: 1px solid var(--39);
  background-color: var(--FB);
  transition: all 0.3s ease-in;
}

/* MODAL SEND */
#footer #modal-send {
  padding: 50px 60px;
  transition: all 0.3s ease-in;

}
#footer #modal-send .form-v2 {
  flex-direction: column;
  gap: 20px;
}
@media(max-width: 696px) {
  #footer #modal-send {
    padding: 20px 30px;
    transition: all 0.3s ease-in;
  }
}

/* MODAL PRIV */
#footer #modal-priv {
  overflow-y: scroll;
  width: 1170px;
  transition: all 0.3s ease-in;
}
#footer #modal-priv .text {
  gap: 20px;
  flex-direction: column;
  padding-top: 30px;
  transition: all 0.3s ease-in;
}
@media(max-width: 1200px) {
  #footer #modal-priv {
    width: 700px;
    transition: all 0.3s ease-in;
  }
}
@media(max-width: 797px) {
  #footer #modal-priv {
    width: 600px;
    transition: all 0.3s ease-in;
  }
}

/* ============= MEDIA QUERIES =========== */

/*# sourceMappingURL=main.css.map */
