.header-order-phone a {
  font-size: 10px;
  color: #4CAADB;
  font-weight: bold;
  text-transform: uppercase;
  position: relative;
  display: grid;
  align-items: center;
  margin-left: 20px;
  cursor: pointer;
}
/* * {
  box-sizing: border-box;
  font-family: aavanteintbook;
} */
.main-page-catalog-wrapper a img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.catalog-list-item-group {
    text-align: center;
}
.catalog-list._catalog-list-category {
    grid-template-columns: 1fr 1fr 1fr 1fr;
}
.page-row-item-group._page-row-item-group-news {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}
 .page-row-item-group._page-row-item-group-news .project-item:nth-child(1) {
    grid-column: 1/3;
}
.page-row-item-group._page-row-item-group-news .project-item:nth-child(2) {
    grid-column: 3/6;
}
.page-row-item-group._page-row-item-group-news .project-item:nth-child(3) {
    grid-column: 1/4;
}
.page-row-item-group._page-row-item-group-news .project-item:nth-child(4) {
    grid-column: 4/6;
}
 .page-row-item-group._page-row-item-group-news .project-item:nth-child(5) {
    grid-column: 1/3;
}
.page-row-item-group._page-row-item-group-news .project-item:nth-child(6) {
    grid-column: 3/6;
}
.page-row-item-group._page-row-item-group-news .project-item:nth-child(7) {
    grid-column: 1/4;
}
.page-row-item-group._page-row-item-group-news .project-item:nth-child(8) {
    grid-column: 4/6;
}
.page-row-item-group._page-row-item-group-news .project-item:nth-child(9) {
    grid-column: 1/4;
}
.page-row-item-group._page-row-item-group-news .project-item:nth-child(10) {
    grid-column: 4/6;
}
.page-row-item-group._page-row-item-group-news .project-item:nth-child(4n+4) {
    /* grid-column: inherit; */
}
.video-background {
    position: relative;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    /* height: auto; */
    height: 300px;
    z-index: 500;
    overflow: hidden;
}

#myVideo {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    /* height: auto; */
    height: 300px;
    z-index: -1000;
    transform: translateX(-50%) translateY(-50%);
    object-fit: cover;
}
.main-title-slider-group._main-title-slider-group-new {
    margin-top: 0px;
}
.slide_svg {
    position: absolute; 
    right:0px; 
    width:30%; 
    height: 300px; 
    text-align: right;
    z-index:500
}
.slide_title {
  position: absolute;
  right: 0px;
  color: #ffffff;
  top: 50%;
  transform: translateY(-50%);
  line-height: 1.5;
  width: 100%;
  text-align: center;
  font-size: 24px;
}
 .contact-section-item .contact-section-wrapper {
       text-align: center; 
}
.contact-section-item .contact-section-wrapper a {
    color: #00BFFF;
    text-decoration: none;
    font-size: 24px;
} 
.project-item-content-group .project-item-title-group {
    width: 100%;
    justify-content: space-between;
}
@media screen and (max-width: 1024px) {
   .slide_title {
    font-size: 18px;
} 
}
@media screen and (max-width: 768px) {
    .slide_svg {
        width: 35%;
    } 
}
@media screen and (max-width: 480px) {
    .slide_svg {
        width: 45%;
        font-size: 14px;
    } 
}
@media screen and (max-width: 375px) {
    .slide_svg {
        width: 55%;
        line-height: 1;
    } 
}