/*!
Theme Name: Аренда Манипуляторов
Theme URI: https://я-топ.сайт/
Author: я-топ.сайт
Author URI: https://я-топ.сайт/
Version: 1.0.0
*/


/* Дополнительные стили */
.visuallyhidden:not(:focus):not(:active) {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  white-space: nowrap;
  clip-path: inset(100%);
  clip: rect(0 0 0 0);
  overflow: hidden;
}

.catalog .catalog-item .item-maininfo {
  width: 100%;
  padding: 15px;
}

.catalog .catalog-item .item-specs {
  margin-top: 15px;
}

.catalog-home .catalog-item .item-specs .spec-name,
.catalog-home .catalog-item .item-specs .spec-values {
  display: table-cell;
}

.catalog .catalog-item .item-specs .spec-values {
  width: 32%;
}

.catalog .catalog-item .item-specs .spec-name {
	font-size: 11px;
  line-height: 14px;
}

.catalog .catalog-item .item-specs .specs-row .spec-values {
  font-size: 12px;
  line-height: 15px;
}

.catalog .catalog-item .item-specs .spec-values .value-item {
  font-size: inherit !important;
  line-height: inherit !important;
}

.catalog .catalog-item .item-specs .spec-values .value-item img {
  width: 15px;
  height: 15px;
}

.catalog .catalog-item .item-specs .specs-row:not(:last-child) .spec-name,
.catalog .catalog-item .item-specs .specs-row:not(:last-child) .spec-values {
  padding-bottom: 3px;
}

.catalog .catalog-item .item-specs .spec-values .value-item span {
  white-space: nowrap;
  margin-left: 6px;
}

.catalog .catalog-item .item-specs .spec-values .value-item:first-child:after {
  display: none;
}

.catalog .catalog-item .item-price .price-value {
  font-size: 16px;
  line-height: 20px;
}

.catalog .catalog-item .item-price .price-value span {
  font-size: 20px;
}

.equipment .equipment-item .item-photo img {
  pointer-events: none;
}

.text-block .os-content > *:first-child {
  margin-top: 0;
}

.no_underline {
  display: block;
}

.no_underline:hover{
	text-decoration: none;
}

@media screen and (max-width: 1559.98px) and (min-width: 1230px) {
	.catalog-home .catalog-item {
		flex-wrap: wrap;
		padding-bottom: 0;
	}
  .catalog-home .catalog-item .item-maininfo {
      padding: 30px;
  }
	.catalog-home .catalog-item .item-orderinfo {
    position: relative;
		order: 3;
	}
  .catalog-home .catalog-item .item-specs .spec-values {
    width: 37%;
  }
  .catalog-home .catalog-item .item-photo {
    padding-top: 47%;
  }
}

@media (max-width: 767.98px) {
  .catalog .catalog-item .item-specs .spec-values {
    width: 38%;
  }
  .equipment .equipment-item .item-descr {
    min-height: unset !important;
  }
  .equipment .equipment-item .item-name {
    margin-bottom: 0;
  }
}

@media (max-width: 575.98px) {
  .catalog:not(.catalog-home) .catalog-item .item-maininfo {
    padding: 20px 20px 22px;
  }
  .catalog:not(.catalog-home) .catalog-item .item-specs .spec-name {
    padding-right: 20px;
    font-size: 13px;
    line-height: 16px;
  }
  .catalog:not(.catalog-home) .catalog-item .item-specs .spec-values {
    width: unset;
    font-size: 14px;
    line-height: 17px;
  }
}

@media (max-width: 439.98px) {
  .catalog:not(.catalog-home) .catalog-item .item-maininfo {
    padding: 20px 15px 22px;
  }
  .catalog:not(.catalog-home) .catalog-item .item-specs .spec-name {
    padding-right: 15px;
  }
  .catalog:not(.catalog-home) .catalog-item .item-specs .spec-values {
    width: 32%;
  }
}



/* Новый футер */
footer {
  padding: 60px 0;
  background-color: #1D2C4C;
  color: #7d94b1;
}

footer .footer-top {
  display: grid;
  grid-template-columns: 1fr 2fr;
  column-gap: 13%;
}

footer .footer-logo {
  display: flex;
  align-items: center;
  position: relative;
  flex: 1;
}

footer .footer-logo .logo-link {
  display: inline-flex;
  align-items: center;
  font-family: "GilroyBold", sans-serif;
  font-size: 18px;
  line-height: 20px;
  text-decoration: none;
  color: #fff;
}

footer .footer-logo .logo-link img {
  width: 55px;
  margin-right: 15px;
  flex-shrink: 0;
  filter: invert(1) grayscale(1) brightness(2);
}

footer .footer-info {
  max-width: 320px;
  margin-top: 40px;
  font-size: 12px;
  line-height: 17px;
}

footer .footer-contacts {
  list-style-type: none;
  padding-left: 0;
  margin: 42px 0 0;
}

footer .footer-contacts .contact-link {
  display: inline-block;
  text-decoration: none;
  white-space: nowrap;
  color: #fff;
  transition: color .25s ease;
}

footer .footer-contacts .contact-link:hover {
  color: #1A78F2;
}

footer .footer-contacts .contact-info {
  display: inline-block;
}

footer .footer-contacts .contact-item {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  min-height: 40px;
  margin-bottom: 15px;
  padding-left: 55px;
  font-family: "GilroySemiBold", sans-serif;
  font-size: 13px;
  line-height: 16px;
}

footer .footer-contacts .contact-item:before {
  content: '';
  position: absolute;
  display: block;
  width: 40px;
  height: 40px;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto 0;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 100% auto;
  filter: grayscale(1) invert(1) brightness(3);
}

footer .footer-contacts .contact-item:last-child {
  margin-bottom: 0;
}

footer .footer-contacts .contact-phone:before {
  background-image: url(assets/img/icons/phone2.svg);
}

footer .footer-contacts .contact-phone .contact-info {
  margin-top: 3px;
}

footer .footer-contacts .contact-phone .contact-link {
  font-family: "GilroyBold", sans-serif;
  font-size: 24px;
  line-height: 26px;
}

footer .footer-contacts .contact-address:before {
  background-image: url(assets/img/icons/location.svg);
}

footer .footer-contacts .contact-email .contact-link {
  margin-top: 3px;
}

footer .footer-contacts .contact-email:before {
  background-image: url(assets/img/icons/email.svg);
}

footer .footer-menu {
  grid-column: 2/3;
  grid-row: 1/10;
}

footer .footer-menu ul {
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 0;
}

footer .footer-menu .menu-primary {
  display: flex;
  justify-content: space-between;
}

footer .footer-menu .menu-item {
  margin-bottom: 5px !important;
}



footer .footer-menu .menu-item:last-child {
  margin-bottom: 0;
}

footer .footer-menu .menu-link {
  display: inline-block;
  text-decoration: none;
  color: #fff;
  transition: color .25s ease;
}

footer .footer-menu .menu-link[href]:hover {
  color: #1A78F2 !important;
}

footer .footer-menu .menu-primary > .menu-item {
  margin-right: 15%;
}

footer .footer-menu .menu-primary > .menu-item:last-child {
  margin-right: 0;
}

footer .footer-menu .menu-primary > .menu-item > .menu-link {
  margin-bottom: 25px;
  font-family: "GilroySemiBold", sans-serif;
  font-size: 18px;
  line-height: 22px;
  text-transform: uppercase;
  color: #7d94b1;
}

footer .footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 60px;
  padding-top: 60px;
  border-top: 1px solid #4D5972;
}

footer .footer-developer {
  text-align: right;
  flex-shrink: 0;
}

footer .footer-developer .developer-link {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  white-space: nowrap;
  color: #ffffff;
  transition: color .25s ease;
}

footer .footer-developer .developer-link img {
  width: 68px;
  margin-left: 30px;
  flex-shrink: 0;
  filter: saturate(0) brightness(3);
  transition: filter .25s ease;
}

footer .footer-developer .developer-link:hover {
  color: #1A78F2;
}

footer .footer-developer .developer-link:hover img {
  filter: unset;
}

@media (max-width: 1439.98px) and (min-width: 1230px) {
  body.home footer {
    margin-right: 90px;
  }
}

@media (min-width: 1440px) {
  body:not(.home) footer {
    margin-right: 90px;
    padding-left: 90px;
  }
}

@media (max-width: 991.98px) {
  footer .footer-top {
    display: grid;
    column-gap: 60px;
  }
  footer .footer-info {
    grid-column: 1/2;
  }
  footer .footer-contacts {
    grid-column: 2/3;
    grid-row: 1/3;
    margin-top: 0;
  }
  footer .footer-menu {
    grid-column: 1/3;
    grid-row: 3/4;
    margin-top: 50px;
  }
  footer .footer-bottom {
    font-size: 13px;
  }
}

@media (max-width: 767.98px) {
  footer .footer-top {
    display: block;
  }
  footer .footer-contacts {
    margin-top: 40px;
  }
  footer .footer-bottom {
    flex-direction: column;
    text-align: center;
  }
  footer .footer-developer {
    margin-top: 20px;
  }
}

@media (max-width: 575.98px) {
  footer .footer-menu .menu-primary {
    display: block;
  }
  footer .footer-menu .menu-primary > .menu-item {
    margin: 0 0 40px;
  }
  footer .footer-menu .menu-primary > .menu-item:last-child {
    margin-bottom: 0;
  }
  footer .footer-menu {
    margin-top: 45px;
  }
}

@media (max-width: 439.98px) {
  footer {
    padding: 50px 0;
  }
  footer .footer-menu .menu-item {
    margin-bottom: 10px;
  }
  footer .footer-menu .menu-primary > .menu-item > .menu-link {
    margin-bottom: 20px;
  }
  footer .footer-bottom {
    margin-top: 50px;
    padding-top: 47px;
  }
}

/*-----------admcsp-------------------------*/
/*----------fancybox spyder pages-----------*/
.fancybox__container{
--fancybox-bg: rgba(24, 24, 27, 0.9);
}
.gallery_box{
  display: flex;
  justify-content: center;
  width: auto;
  flex-wrap: wrap;
}
.vidbox{
display:none; 
padding:10px;
}
.vidopt{
height:75vh;
}
.poster_box{
margin: 0 5px 5px 5px;
}
.poster{
width:300px;
}
/*------------------------------------------*/

/*-----------admcsp-------------------------*/
/*----drop out two level top menu-----------*/
.menu-item-has-children ul.drop-out{
    visibility: hidden;
    display:block;
    opacity: 0;
    position: absolute;
    top: 65px;
    left: 0;
    z-index: 99999;
    background: #fff;
    box-shadow: 4px 11px 12px rgba(0, 0, 0, 0.06), -4px 11px 12px rgba(0, 0, 0, 0.06);
    padding-left: 0;
    transition: opacity 0.7s ease;
}
.menu-item-has-children:hover > ul.drop-out {
    /*display: block;*/
    visibility: visible;
    opacity: 0.93;
}
.menu-item-has-children:hover > ul.drop-out .menu-link {
    width:100%;
}
.menu-primary .current-page-ancestor .current-page-ancestor > a.menu-link {
  color: #7D94B1;
  background-color: white;
  border-bottom: none;
}
/*-------------------------------------------*/
/* vas_dev 3 level */
@media (min-width:1024px){
  ul.drop-out ul.drop-out {
    top: 0 !important;
    left: 50% !important;
  }
}

ul.drop-out ul.drop-out li a:hover{
  color: #1A78F2;
  background-color: #e1eeff;
  border-bottom: 3px solid #1A78F2
}

@media (max-width:1023px){
  ul.menu-submenu ul.menu-submenu {
    margin-left: 0 !important;
    padding-left: 10px !important;
    margin-top: 15px !important;
  }
}

#menu-item-1645 ul.menu-submenu li {
  margin-bottom: 5px !important;
}

