html {
    font-size: 10px;    
}

@media screen and (max-width: 1199px) {
    html {
        font-size: 8px;
    }
}

.line__btn:before {
    content: '';
    position: absolute;
    bottom: -5px;
    height: 1px;
    width: 0;
    background: #fff;
    -webkit-transition: width 220ms;
    transition: width 220ms;
}

.line__btn:hover:before {
    width: 100%;
}

.text-with-decor .tn-atom {
    position: absolute;
}

.text-with-decor .tn-atom:before {
    content: "";
    position: absolute;
    width: 4.5rem;
    height: 1px;
    background: #fff;
    left: -7rem;
    top: 15px;
}

.text-with-decor .tn-atom:after {
    content: "";
    position: absolute;
    width: 2.5rem;
    height: 1px;
    background: #fff;
    left: -7rem;
    top: 20px;
}


form input, form textarea {
    background: #00000085 !important;
    font-family: Lato, sans-serif !important;
    transition: border 0.2s;
}

form input::placeholder {
    opacity: 1 !important;
}

form input:hover, form input:focus, form textarea:hover, form textarea:focus {
    border-bottom: 1px solid #fff !important;
}


.btn a, .view-all .tn-atom {
    cursor: pointer;
    position: relative;
}

form button:before, .btn a:before, .view-all .tn-atom:before {
    -webkit-transition: 220ms;
    transition: 220ms;
    content: '';
    position: absolute;
    width: 80%;
    height: 1px;
    background: #2A2930;
    left: 0;
    bottom: -1px;
}

form button:after, .btn a:after, .view-all .tn-atom:after {
    -webkit-transition: 220ms;
    transition: 220ms;
    content: '';
    position: absolute;
    width: 80%;
    height: 1px;
    background: #2A2930;
    right: 0;
    top: -1px;
}

form button:hover:before, .btn a:hover:before, .view-all .tn-atom:hover:before {
    left: 20%;
}

form button:hover:after, .btn a:hover:after, .view-all .tn-atom:hover:after {
    right: 20%;
}

.t-form__inputsbox + div a {
    font-family: 'Oswald', Arial, sans-serif;
    font-size: 12px;
    line-height: 1.2;
}

.intro__scroll img, .btn-social {
    cursor: pointer;
    transition: filter 0.2s;
}

.intro__scroll:hover img, .btn-social:hover {
    filter: brightness(5);
}

.header-menu a {
    display: flex;
}

.header-menu a:before {
    content: '';
    position: absolute;
    bottom: -5px;
    height: 1px;
    width: 0;
    background: #fff;
    -webkit-transition: width 220ms;
    transition: width 220ms;
}

.header-menu a:hover:before {
    width: 100%;
}

.header-menu .tn-molecule > div:first-child {
    overflow: hidden;
}

.header-menu .tn-molecule > div:first-child:hover {
    overflow: unset;
}

.header-menu .tn-molecule > div:first-child a:before {
    content: '';
    position: absolute;
    width: 3.5rem;
    height: 1px;
    background: #fff;
    left: 0;
    top: 125%;
    -webkit-transition: width 220ms;
    transition: width 220ms;
}

.header-menu .tn-molecule > div:first-child:hover a:before {
    width: 100%;
}

.header-menu .tn-molecule > div:first-child a:after {
    content: '';
    position: absolute;
    width: 2rem;
    height: 1px;
    background: #fff;
    left: 0;
    top: 150%;
}

.header-menu a .t978__arrow:after {
    border-width: 6px 5px 0;
    top: 56%;
}

.menu-contacts {
    top: auto !important;
    bottom: 40px !important;
}

.header-line .line {
    height: 1px !important;
}

.header-line .line .tn-atom {
    height: 0 !important;
    border-width: 1px 0 0 0 !important;
}

.anku-slider .owl-stage-outer, .anku-slider3 .owl-stage-outer {
    overflow: visible !important;
}

.anku-slider .owl-item, 
.anku-slider3 .owl-item:not(.owl-item-first) {
    opacity: 0.2;
    transition: opacity 0.3s ease, transform 0.3s ease;
}

.anku-slider .owl-item.active.center {
    transform: scale(1.2);
    opacity: 0.8;
}

.anku-slider3 .owl-item.active.center {
    transform: scale(1.2);
    opacity: 1;
}

.anku-slider3 .t396__artboard {
    background-color: transparent !important;
}

.nav-next, .nav-prev {
    transition: filter 0.2s;
}

.nav-next:hover, .nav-prev:hover {
    filter: brightness(10);
}

.title__link {
    position: relative;
}

.title__link:before, .title__link:after {
    -webkit-transition: 220ms;
    transition: 220ms;
    content: '';
    position: absolute;
    width: 75%;
    height: 1px;
    background: #42080D;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    left: 50%;
    top: 0px;
}

.vk-button .title__link:before, .vk-button .title__link:after {
    background: #101d4c;
}

.title__link:after {
    top: auto;
    bottom: 0px;
}

.title__link-cube .tn-atom {
    border-bottom: 1px solid #CC0000 !important;
    border-left: 1px solid #CC0000 !important;
    transition: background-color 0.2s ease-in-out;
}

.vk-button .title__link-cube .tn-atom {
    border-bottom-color: #07689f !important;
    border-left-color: #07689f !important;
}

.title__link:hover + .title__link-cube .tn-atom {
    background-color: #CC0000 !important;
}

.vk-button .title__link:hover + .title__link-cube .tn-atom {
    background-color: #07689f !important;
}

.title__link:hover:before, .title__link:hover:after, .title__link:hover .cube {
    background: #CC0000;
}

.vk-button .title__link:hover:before, .vk-button .title__link:hover:after, .vk-button .title__link:hover .cube {
     background-color: #07689f;
}

.ring-item {
     perspective: 100px;
    transform-style: preserve-3d;
    display: flex;
    justify-content: flex-end;
}

.ring-item .tn-molecule {
    transform: rotateY(3deg);
}

.fancybox__content {
    padding: 0 !important;
    max-width: 1200px !important;
}

.phone-container-wrapper > .tn-molecule {
    position: relative;
    perspective: 100px;
    transform-style: preserve-3d;
}

.phone-container-w {
    transform: rotateX(1deg) rotateY(2deg);
    -webkit-animation: phone-rotate 5s infinite;
    animation: phone-rotate 5s infinite;
}

@keyframes phone-rotate {
    0% {
        transform: rotateX(1deg) rotateY(2deg);
    }
    50% {
    transform: rotateX(0deg) rotateY(1deg);
    }
}

.phone-container .tn-atom {
    position: relative;
    -webkit-box-shadow: inset 0 0 11px 0 black;
    box-shadow: inset 0 0 11px 0 black;
}

.phone-container:before {
    width: calc(100% - 10px);
    height: 100%;
    position: absolute;
    top: 5px;
    content: '';
    left: 5px;
    border-radius: 61px 61px 0 0;
    background: black;
    z-index: 1;
}

.phone-container-wrapper .inner-shadow .tn-atom {
    position: relative;
    -webkit-box-shadow: inset 0 0 15px 0 rgba(255, 255, 255, 0.66);
    box-shadow: inset 0 0 15px 0 rgba(255, 255, 255, 0.66);
    z-index: 1;
    overflow: hidden;
}

.phone-container-wrapper .inner-shadow .tn-atom:before {
    -webkit-box-shadow: inset 0 0 20px 0 #FFFFFF;
    box-shadow: inset 0 0 20px 0 #FFFFFF;
    width: 100%;
    height: 116%;
    position: absolute;
    top: -10%;
    content: '';
    left: 0;
    border-radius: 200px / 112px;
    z-index: 2;
}

.phone-container-wrapper .inner-shadow .tn-atom:before {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.phone-overflow .shadow {
    border-radius: 100%;
    background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.6) 0%, rgba(255, 255, 255, 0) 60%);
}

.phone-overflow .shadow:nth-child(1) {
    top: -20px;
    right: -20px;
}

.phone-overflow .shadow:nth-child(2) {
    top: -20px;
    left: -20px;
}

.phone-overflow .shadow:nth-child(3) {
    bottom: -20px;
    right: -20px;
}

.phone-overflow .shadow:nth-child(4) {
    bottom: -20px;
    left: -20px;
}

.phone-feed .tn-atom.t-zoomable {
    cursor: pointer;
}

.phone-feed .tn-atom.t-zoomable:before {
    content:"";
    -webkit-transition: opacity 220ms;
    transition: opacity 220ms;
    opacity: 0;
    position: absolute;
    z-index: 2;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(31, 30, 35, 0.9)), to(rgba(31, 30, 35, 0.9)));
    background: linear-gradient(0deg, rgba(31, 30, 35, 0.9), rgba(31, 30, 35, 0.9));
}

.phone-feed .tn-atom.t-zoomable:hover:before {
    opacity: 1;
}

.phone-feed .tn-atom.t-zoomable:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 50px;
    height: 50px;
    -webkit-transition: opacity 220ms;
    transition: opacity 220ms;
    transform: translateX(-50%) translateY(-50%);
    opacity: 0;
    z-index: 2;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='50' height='50' viewBox='0 0 50 50' fill='none' class='img-svg replaced-svg'%3E%3Crect class='rect__line' width='50' height='50' fill='%23777777' fill-opacity='0.02'%3E%3C/rect%3E%3Crect x='0.5' y='0.5' width='49' height='49' stroke='%23777777' stroke-opacity='0.2' fill='none'%3E%3C/rect%3E%3Cpath d='M0 2.42841e-07H1.69444V5.55556H0V2.42841e-07Z' fill='%23777777' stroke='%23FFFFFF'%3E%3C/path%3E%3Cpath d='M0 1.69444V2.42841e-07L5.55556 0V1.69444L0 1.69444Z' fill='%23777777' stroke='%23FFFFFF'%3E%3C/path%3E%3Cpath d='M50 2.42841e-07H48.3056V5.55556H50V2.42841e-07Z' fill='%23777777' stroke='%23FFFFFF'%3E%3C/path%3E%3Cpath d='M50 1.69444V2.42841e-07L44.4444 0V1.69444L50 1.69444Z' fill='%23777777' stroke='%23FFFFFF'%3E%3C/path%3E%3Cpath d='M0 50H1.69444V44.4444H0V50Z' fill='%23777777' stroke='%23FFFFFF'%3E%3C/path%3E%3Cpath d='M0 48.3056V50H5.55556V48.3056H0Z' fill='%23777777' stroke='%23FFFFFF'%3E%3C/path%3E%3Cpath d='M50 50H48.3056V44.4444H50V50Z' fill='%23777777' stroke='%23FFFFFF'%3E%3C/path%3E%3Cpath d='M50 48.3056V50H44.4444V48.3056H50Z' fill='%23777777' stroke='%23FFFFFF'%3E%3C/path%3E%3Cpath d='M16 25H34M25 16L25 34' stroke='%23FFFFFF' stroke-width='2px' fill='none'%3E%3C/path%3E%3C/svg%3E") center/contain no-repeat;
}

.phone-feed .tn-atom.t-zoomable:hover:after {
    opacity: 1;   
}

#yandex_map_desktop {
    display: none;
    width: 100%;
    height: 110%;
}

.footer__map .tn-molecule {
    overflow: hidden;
}

#rec1228927111 .tn-elem[data-elem-id="1755563823275"].map_hider {
    cursor: pointer;
    display: none;
    pointer-events: all;
}

.table-container {
    height: auto !important;
}

.uc-tbl .t-col {
    margin: 0 !important;
}

.table-container .t431__th, .table-container .t431__td {
    border-bottom: 1px solid rgb(255 255 255 / 62%) !important;
}

.table-container .t431__th {
    background: linear-gradient(1deg, #0C0B12, #555555) !important;
}

.table-container .t431__td:first-child {
    background: linear-gradient(90deg, #0C0B12, #527e91);
}

.table-container .t431__td:last-child {
    background: linear-gradient(90deg, #527e91, #0C0B12);
}

.view-all {
    display: none;
}

.uc-gallery .t-zoomable {
    cursor: pointer;
}

.uc-gallery .t979__grid-item:before {
    content:"";
    -webkit-transition: opacity 220ms;
    transition: opacity 220ms;
    opacity: 0;
    position: absolute;
    z-index: 2;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(31, 30, 35, 0.9)), to(rgba(31, 30, 35, 0.9)));
    background: linear-gradient(0deg, rgba(31, 30, 35, 0.9), rgba(31, 30, 35, 0.9));
    pointer-events: none;
}

.uc-gallery .t979__grid-item:hover:before {
    opacity: 1;
}

.uc-gallery .t979__grid-item:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 50px;
    height: 50px;
    -webkit-transition: opacity 220ms;
    transition: opacity 220ms;
    transform: translateX(-50%) translateY(-50%);
    opacity: 0;
    z-index: 2;
    pointer-events: none;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' viewBox='0 0 40 40' fill='none' class='img-svg icon replaced-svg'%3E%3Cpath d='M0 20H40M20 0L20 40' stroke='%23FFFFFF' stroke-width='2px' fill='none'%3E%3C/path%3E%3C/svg%3E") center/contain no-repeat;
}

.uc-gallery .t979__grid-item:hover:after {
    opacity: 1;   
}

.uc-works-list .t959__card-content, .uc-vacancy-list .t959__card-content {
    justify-content: center;
}

.uc-works-list .t-card__title, .uc-vacancy-list .t-card__title {
    margin: 30px;
}

.t-zoomer__wrapper .t-zoomer__container {
    background-color: #0c0b11 !important;
}

.t-zoomer__wrapper .t-zoomer__close svg path {
    fill: #ffffff !important;
}

.t-zoomer__wrapper .t-zoomer__scale svg path {
    stroke: #ffffff !important;
}

.t-zoomer__wrapper .t-carousel__zoomer__arrow {
    color: #ffffff !important;
}

.t-zoomer__wrapper .t-zoomer__close, .t-zoomer__wrapper {
    background: transparent !important;
}

.t-carousel__zoomer__arrow__wrapper:before {
    content: unset !important;
}

@media (max-width: 1200px) {
    .uc-tbl {
        width: calc(100vw - 30px);
    }
}

@media (max-width: 767px) {
    .table-container th, .table-container td {
        font-size: 14px !important;
    }
    
}

@media (min-width: 768px) and (max-width: 1200px) {
    #rec1220617886 a, #rec1220856501 a {
        font-size: 12px !important;
        padding-left: 16px !important;
        padding-right: 16px !important;
    }
    
    #rec1220617886 .t978__innermenu-content, #rec1220856501 .t978__innermenu-content {
        padding: 15px !important;
    }
}



