body#body_main {
    width: 100vw;
    overflow-x: hidden;
}
.main_integral {
    min-height: 840px;
    background: #1C1C1C;
    height: 100vh;
    display: flex;
    align-items: center;
}
.main_integral .container {
    height: 100vh;
    display: flex;
    justify-content: space-between;
    background-size: contain;
    background-position: right center;
    background-repeat: no-repeat;
}
.main_integral_left {
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #eee;
}
.main_integral_right {
    display: flex;
    color: #eee;
    flex-direction: column;
    background-repeat: no-repeat;
    background-position: right top;
    justify-content: flex-end;
    width: 50%;
    height: 95vh;
    background-size: contain;
}
.main_integral_h1 {
    font-size: 36px;
    font-family: Roboto Condensed;
    text-transform: uppercase;
    line-height: 50px;
}
.main_integral_h2 {
    font-family: Roboto Condensed;
    font-size: 24px;
    text-transform: uppercase;
    margin-bottom: 20px;
    line-height: 33px;
}
.main_integral_text {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 70px;
}
a.main_integral_a {
    font-size: 14px;
    text-transform: uppercase;
    color: #222;
    background: #eee;
    border: 1px solid #eee;
    display: inline-block;
    width: fit-content;
    padding: 15px 50px 15px 30px;
    border-radius: 30px;
    letter-spacing: 2px;
    position: relative;
}
a.main_integral_a:after {
    content: "";
    position: absolute;
    right: 30px;
    top: 20px;
    width: 8px;
    height: 12px;
    background-image: url("/images/arrow_right.svg");
    background-repeat: no-repeat;
    transition: 0.5s;
}
a.main_integral_a:hover:after {
    right: 25px;
}
.main_integral_fio {
    font-size: 24px;
    text-transform: uppercase;
    font-family: Roboto Condensed;
    letter-spacing: 1px;
    line-height: 28px;
    text-align: right;
}
.main_integral_proff {
    font-size: 18px;
    line-height: 24px;
    text-align: right;
}

.main_top_text {
    color: #262626;
    margin: 60px auto 60px;
    width: 1000px;
    text-align: center;
    line-height: 28px;
    font-size: 18px;
    font-family: Gilroy;
    font-weight: 600;
}
.main_top_text h2 {
    margin-bottom: 20px;
    text-transform: uppercase;
    font-family: sans-serif;
    font-weight: bold;
}
.uslugi_main h2 {
    text-align: center;
    font-family: Roboto Condensed;
    font-size: 50px;
    font-weight: 300;
    line-height: 60px;
    text-transform: uppercase;
}
.uslugi_main {
    margin: 0;
   /* position: relative;*/
    height: 100vh;
}
.uslugi_main_cols {
    display: flex;
    flex-direction: row;
}
.uslugi_main_col {
    width: 100%;
    height: 100vh;
    min-height: 680px;
    position: relative;
    overflow: hidden;
    transition: 0.5s;
}
.uslugi_main_col .uslugi_main_col_img {
    background-repeat: no-repeat;
    transition: 0.5s;
    background-size: cover;
    transition-timing-function: cubic-bezier(0.15, 1, 1, 1);
    background-position: bottom center;
    position: absolute;
    width: 100%;
    height: 100%;
    display: block;
    left: 0;
    top: 0;
}
.uslugi_main_col:nth-child(1) {
    flex: 1;
}
.uslugi_main_col:nth-child(2) {
    flex: 1;
}
.uslugi_main_col:nth-child(3) {
    flex: 1;
}
.uslugi_main_col:hover {
    flex:1.2;    
}
/*.uslugi_main_col:hover  .uslugi_main_col_img {
    transform: scale(1.2);
}*/
.uslugi_main_col span {
    position: absolute;
    bottom: 50px;
    left: 50px;
    font-size: 27px;
    color: #eee;
    text-transform: uppercase;
    line-height: 36px;
}
.uslugi_main_block {
    background: linear-gradient(180deg, rgba(22, 22, 22, 0.9) 0%, rgba(11, 11, 11, 0.6) 47.76%, rgba(0, 0, 0, 0) 100%);
    position: absolute;
    z-index: 2;
    text-align: center;
    padding: 120px 60px 60px;
    width: 100%;
    color: #eee;
}
.uslugi_main_text {
    font-size: 18px;
    line-height: 25px;
}

/*#gedonizm {
    background-image: url("/images/gedonizm.jpg");
}
#opit {
    background-image: url("/images/opit.jpg");
}*/
.main_dop_info {
    height: 100vh;
    min-height: 780px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-repeat: no-repeat;
    align-items: center;
    color: #eee;
    background-position: bottom center;
    background-size: cover;
}
.main_dop_info_h1 {
    font-family: Roboto Condensed;
    font-size: 50px;
    font-weight: 300;
    line-height: 60px;
    margin-bottom: 25px;
    text-align: center;
}
.main_dop_info_text {
    font-size: 18px;
    line-height: 25px;
    max-width: 855px;
    text-align: center;
    margin-bottom: 50px;
}

a.main_dop_info_a {
    font-size: 14px;
    text-transform: uppercase;
    color: #eee;
    border: 1px solid #eee;
    display: inline-block;
    width: fit-content;
    padding: 15px 50px 15px 30px;
    border-radius: 30px;
    letter-spacing: 2px;
    position: relative;
    cursor: pointer;
}
a.main_dop_info_a:after {
    content: "";
    position: absolute;
    right: 30px;
    top: 20px;
    width: 8px;
    height: 12px;
    background-image: url("/images/arrow_right.svg");
    background-repeat: no-repeat;
    transition: 0.5s;
}
a.main_dop_info_a:hover:after {
    right: 25px;
}


.uslugi_grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
.uslugi_usluga--img {
    min-height: 264px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.uslugi_usluga:hover .uslugi_usluga--fon {
	background: rgba(0,0,0,0.2);
}
.uslugi_usluga:hover .uslugi_usluga--name, .uslugi_usluga:hover .uslugi_usluga--price {
	color:#fff;
}
.uslugi_usluga--fon {
  background: #00000080;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  transition:background 0.5s; 
}
.uslugi_usluga--name {
    color: #FFF;
    position: relative;
    z-index: 2;
    font-size: 24px;
    font-weight: 700;
    line-height: 32px;
    margin-bottom: 16px;
    text-align: center;
    max-width: 247px;
    transition: color 0.5s;
}
.uslugi_usluga--price {
    position: relative;
    z-index: 2;
    font-size: 30px;
    font-weight: 600;
    color:#fff;
    line-height: 21px;
}
/*.uslugi_usluga:nth-child(1), .uslugi_usluga:nth-child(2), .uslugi_usluga:nth-child(3) {
    border-right: 1px solid #ddd;
}
.uslugi_usluga:nth-child(8) {
    border-top: 1px solid #ddd;
}
.uslugi_usluga:nth-child(5), .uslugi_usluga:nth-child(6), .uslugi_usluga:nth-child(7) {
    border-right: 1px solid #ddd;
    border-top: 1px solid #ddd;
}*/
.o-kompanii {
    background: #171717;
    color: #fff;
    margin: 0px auto;
    padding: 80px 0;
}
.o-kompanii h2 {
    text-align: center;
    font-size: 50px;
    font-weight: 300;
    margin-bottom: 60px;
    line-height: 60px;
    font-family: Roboto Condensed;
}
.o-kompanii--text {
  margin: 3rem auto 3rem;
  width: 970px;
  text-align: center;
  color: #999;
  font-size: 16px;
  line-height: 28px;
}
.ok_grid {
    margin-top: 50px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-gap: 56px 40px;
}
.ok_grid--name {
    margin: 15px auto 0px;
    font-family: Roboto Condensed;
    font-size: 22px;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 26px;
    letter-spacing: 0.02em;
    text-align: left;
}
.ok_grid--place {
  color: #999;
  font-size: 14px;
}
.element-animation-main {
	transform: translateY(70%);
}
/*.main_sliders .container__inner {
	transform: translateY(150%);
}*/
.main_projects {
    display: grid;
    grid-template-columns: 1fr 1fr;
}
.catalog-item {
    display: block;
    min-height: 18vw;
    aspect-ratio: 16/9;
    z-index: 2;
    width: 100%;
    position: relative;
}
.catalog-item a {
    display: block;
    width: 100%;
    height: 100%;
}
.catalog-item .main_project__text {
    position: absolute;
    left: 0;
    bottom: 0;
    background: #ffffff9c;
    padding: 5px 10px;
    color: #26262696;
    font-family: sans-serif;
    letter-spacing: 1px;
    font-weight: bold;
    z-index: 2;
}
.catalog-item-image-video {
    display: block;
    width: 100%;
    min-height: 18vw;
    aspect-ratio: 16/9;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    transition: opacity 0.5s;
    z-index: 2;
    position: relative;
}
.catalog-item-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    aspect-ratio: 16/9;
    background-size: contain;
    z-index: 1;
    background-position: center center;
}
.catalog-item-video:before {
    content: "";
    position: absolute;
    top: calc(50% - 47px);
    left: calc(50% - 47px);
    width: 97px;
    background-image: url(../images/load.gif);
    display: block;
    height: 97px;
}
.catalog-item-video .item_video {
    z-index: 2;
    position: relative;
    width: 100%;
    object-fit: contain;
    /* background-color: #e9f3fd; */
}
.catalog-item-a:hover .catalog-item-image-video {
    opacity: 0;
    transition: opacity 1s;
}
.catalog-item-image-original {
    display: block;
    width: 100%;
    height: 100%;
    aspect-ratio: 16/9;
    overflow: hidden;
}
.catalog-item-image-original__img {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    transition-timing-function: cubic-bezier(0.15, 1, 1, 1);
    transition-duration: 500ms;
    display: block;
    aspect-ratio: 16/9;
    width: 100%;
    min-height: 18vw;
}
.catalog-item-a:hover .catalog-item-image-original__img {
    transition-duration: 5000ms;
    transform: scale(1.2);
}
a.main_project_all {
    text-align: center;
    display: block;
    margin: 60px auto 60px;
    padding: 16px 28px;
    box-shadow: 0 0 12px #0000008a;
    max-width: 245px;
    color: #525252;
    font-weight: 600;
    font-family: sans-serif;
    text-transform: uppercase;
    font-size: 14px;
}
.main_sliders h2 {
    font-size: 1.4rem;
    font-weight: bold;
}
/*.auto-fixed{
    width:100vw;
    height:100vh;
    position:absolute;
}
#main_slider {
    top: 0;
}
#main_integral {
    top: 100vh;
}
#main_uslugi {
    top: 200vh;
}
#gedonizm {
    top: 300vh;
}
#opit {
    top: 400vh;
}
#forma_bb {
    top: 500vh;
}*/
#forma_bb{
    height: 100vh;
    max-height: calc(100vh - 240px);
}
footer {
/*    top: calc(600vh - 240px);   
    position: absolute;*/
    height: 240px !important;
}
