@import url('https://fonts.googleapis.com/css2?family=Ubuntu:wght@100;300;400;700;900&display=swap');

@import "owl.carousel.css";
@import "owl.theme.default.css";

:root {
    --dark: #222;
    --light-dark: #444;
    --green: #00A05B;
    --success: #50cd89;
    --error: #f1416c;
}

* {
    margin: 0;
    padding: 0;
    outline: none;
    font-family: 'Ubuntu', sans-serif;
    font-size: 18px;
    line-height: 32px;
    font-weight: 400;
}

body {

}

.wrapper {
    max-width: 1200px;
    box-sizing: border-box;
    padding: 0 10px;
    margin: 0 auto;
    position: relative;
}

.top-panel {
    position: relative;
    padding: 13px 0;
    z-index: 20;
    box-shadow: 0 0 30px 0 #00000040;
    background: #FFF;
}

.top-panel:after {
    content: '';
    clear: both;
    display: block;
}

.top-panel.fixed {
    background: #222;
    position: fixed;
}

.top-panel.not-main {
    position: static;
    background: #222;
}

.top-panel .logo {
    width: 152px;
    height: 80px;
    display: block;
    float: left;
    background: url(../images/logo.svg) no-repeat center;
}

.top-panel .feedback-link {
    cursor: pointer;
    width: 30px;
    height: 24px;
    background: url(../images/letter.svg) no-repeat center / 100%;
    display: block;
    margin-top: 28px;
}

.top-panel .mobile {
    display: none;
}

.top-panel .flexed {
    display: flex;
    gap: 50px;
    justify-content: space-between;
    float: right;
}

.top-panel nav {
    padding-top: 24px;
    white-space: nowrap;
}

.top-panel nav li {
    display: inline-block;
    position: relative;
    list-style: none;
    margin-left: 25px;
}

.top-panel nav .p:hover:after {
    transform: rotate(180deg);
}

.top-panel nav a {
    text-decoration: none;
    color: var(--dark);
    transition: all .2s linear;
    display: inline-block;
}

.top-panel nav a:hover {
    color: var(--green);
}

.top-panel .versions {
    padding-top: 24px;
    margin: 0 20px;
}

.top-panel .versions .a {
    position: relative;
    cursor: pointer
}

.top-panel .versions span {
    display: block;
    position: relative;
    color: #A8A8A8;
    padding-right: 20px
}

.top-panel .versions span:after {
    content: '';
    display: block;
    position: absolute;
    top: 13px;
    right: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 4.5px 0 4.5px;
    border-color: #A8A8A8 transparent transparent transparent;
    transition: all .2s linear
}

.top-panel .versions .a:hover span:after {
    transform: rotate(180deg)
}

.top-panel .versions .all {
    display: none;
    position: absolute;
    left: 0;
    padding: 5px 15px;
    top: 32px;
    background: #FFF;
    box-shadow: 1px 1px 4px #0000004a;
}

.top-panel .versions .all a {
    color: #A8A8A8;
    text-decoration: none;
    display: inline-block;
    margin: 5px 0;
    transition: color .2s linear
}

.top-panel .versions .all a:hover {
    color: #000
}

.video-section {
    height: 838px;
    background: linear-gradient(90deg, #004125 0%, rgba(0, 85, 90, 0.75) 100%);
    box-sizing: border-box;
    padding-top: 230px;
    overflow: hidden;
    position: relative;
}

.video-section .video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.video-section video {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.video-section h2 {
    color: #FFF;
    font-size: 64px;
    line-height: 80px;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 37px;
    max-width: 995px;
}

.video-section p {
    color: #FFF;
    font-size: 22px;
    line-height: 36px;
    font-weight: 300;
    max-width: 950px;
    margin-bottom: 107px;
}

.video-section .bottom {
    display: flex;
    align-items: center;
    gap: 99px;
}

.green-btn {
    background: var(--green);
    border-radius: 6px;
    width: 230px;
    height: 56px;
    line-height: 56px;
    cursor: pointer;
    display: inline-block;
    color: #FFF;
    text-align: center;
    text-transform: uppercase;
    min-width: 160px;
}

.video-section .file {
    line-height: 21px;
    font-weight: 300;
    padding-left: 48px;
    background: url(../images/file.svg?v1) no-repeat left center;
    max-width: 420px;
    display: inline-block;
    color: #FFF;
    text-decoration: none;
}

.main-title {
    margin-bottom: 88px;
    text-transform: uppercase;
    color: #D3D3D3;
    font-weight: 300;
    line-height: 78px;
    font-size: 110px;
    position: relative;
}

.title-v2 {
    line-height: 108px;
    margin-bottom: 58px;
}

.main-title .green-btn {
    position: absolute;
    right: 0;
    top: 11px;
}

.owl-nav {
    position: absolute;
    right: 0;
    top: -150px;
    background: #EDEFF2;
    height: 60px;
    padding: 15px 23px;
    border-radius: 30px;
    box-sizing: border-box;
}

.owl-nav:after {
    content: '';
    width: 2px;
    background: #BEBEBE;
    height: 28px;
    transform: rotate(24deg);
    display: inline-block;
    vertical-align: middle;
    position: absolute;
    left: 52px;
    top: 17px;
}

.owl-carousel .owl-nav button.owl-prev {
    border-left: 2px solid var(--green);
    border-bottom: 2px solid var(--green);
    width: 14px;
    height: 14px;
    display: inline-block;
    cursor: pointer;
    transform: rotate(45deg);
    vertical-align: middle;
    margin-right: 15px;
}

.owl-carousel .owl-nav button.owl-next {
    border-right: 2px solid var(--green);
    border-bottom: 2px solid var(--green);
    width: 14px;
    height: 14px;
    display: inline-block;
    cursor: pointer;
    transform: rotate(-45deg);
    vertical-align: middle;
    margin-left: 15px;
}

.owl-nav span {
    display: none;
}

.main-title .prev:hover,
.main-title .next:hover {
    border-color: #AAA;
}

.carousel {

}

.carousel .item {
    display: flex;
    gap: 48px;
    flex-direction: row;
}

.carousel .item .image {
    width: 40%;
}

.carousel .item .description {
    width: 60%;
}

.carousel .item img {
    width: 100%;
    display: block;
}

.carousel .item h3 {
    color: var(--green);
    line-height: 42px;
    font-weight: 300;
    font-size: 34px;
    margin-bottom: 30px;
}

.contacts {
    border-top: 1px solid #E3E3E3;
    padding: 107px 0 0;
}

.about {
    padding: 125px 0 100px;
}

.about .flexed-50 {
    display: flex;
    flex-direction: row;
}

.about .flexed-50 .col {
    width: 50%;
    box-sizing: border-box;
    padding-right: 24px;
}

.about .flexed-50 .col.right-col {
    padding-left: 24px;
    padding-right: 0;
}

.about .flexed-50 img {
    display: block;
    width: 100%;
    margin-top: -30%;
    opacity: 0;
    border-radius: 4px;
}

.services.gray {
    background: #EDEFF2;
    padding: 123px 0 92px;
}

.projects {
    border-top: 1px solid #E3E3E3;
    padding: 100px 0 120px;
}

.equipment {
    padding: 100px 0 120px;
}

.equipment .flexed {
    display: flex;
    gap: 48px;
}

.equipment .mb-100 {
    margin-bottom: 100px;
}

.equipment .flexed .col {
    flex: 1 1 0;
}

.equipment .cols-2:after {
    content: '';
    clear: both;
    display: block;
}

.equipment .cols-2 .col {
    width: 50%;
    float: left;
    box-sizing: border-box;
    padding-left: 24px;
}

.equipment .cols-2 .col:first-child {
    padding-left: 0;
    padding-right: 24px;
}

.equipment .equipment-carousel img {
    border-radius: 8px;
    opacity: 0;
}

.equipment .equipment-carousel .owl-nav {
    display: none;
}

.equipment .equipment-carousel .owl-dot span {
    width: 70px;
    height: 2px;
    transition: .2s all linear;
    background: #B0B0B0;
    display: inline-block;
    margin-right: 20px;
    border-radius: 2px;
}

.equipment .equipment-carousel .active span {
    height: 4px;
    background: var(--green);
}

.equipment .flexed p {
    font-weight: 300;
}

.equipment .flexed h3 {
    font-size: 30px;
    line-height: 34px;
    color: var(--green);
    margin: 40px 0 23px;
}

.equipment .flexed img {
    display: block;
    opacity: 0;
    width: 100%;
    border-radius: 4px;
}

.projects .item {
    display: flex;
    flex-direction: row;
    gap: 48px;
}

.projects .item h3 {
    color: var(--green);
    font-weight: 400;
    font-size: 36px;
    line-height: 42px;
    margin-bottom: 38px;
}

.projects .item .image {
    width: 40%;
}

.projects .item .image img {
    opacity: 0;
    border-radius: 4px;
}

.projects .item .description {
    width: 60%;
}

.services .flexed-list {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: center;
    gap: 48px;
}

.services .service {
    width: calc(33% - 32.6px);
    display: block;
    text-decoration: none;
}

.services .image {
    position: relative;
    border-radius: 8px;
    overflow: hidden;
}

.services .image:after {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: #C3DFD3;
    opacity: 0.8;
}

.services .bg {
    display: block;
    width: 100%;
    transition: all .2s linear;
}

.services .icon {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
    z-index: 2;
    display: block;
    width: 46%;
    height: 60%;
    max-width: 150px;
    max-height: 130px;
    transition: all .2s linear;
}

.services .name {
    line-height: 28px;
    color: var(--dark);
    padding: 22px 0 0;
    text-align: center;
    transition: all .2s linear;
}

.services .with-hover:hover .bg {
    transform: scale(1.1);
}

.services .with-hover:hover .icon {
    transform: scale(0.9);
}

.services .with-hover:hover .name {
    color: var(--green);
}

.blocks.top-border {
    border-top: 1px solid #E3E3E3;
    margin-top: 70px;
    padding-top: 70px;
}

.blocks .block {
    margin-top: 40px;
}

.blocks .block:first-child {
    margin-top: 0;
}

.blocks .block h1 {
    color: var(--green);
    line-height: 42px;
    font-weight: 300;
    font-size: 34px;
    margin-bottom: 30px;
}

.blocks .description {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 48px;
}

.blocks .text {
    width: 60%;
}

.text-large .text {
    width: 70%;
}

.page-text.w-100 {
    width: 100%;
    padding: 0;
}

.blocks .text p {
    line-height: 28px;
    font-weight: 300;
    color: #282828;
    margin-bottom: 20px;
}

.blocks img {
    display: block;
    width: 40%;
    border-radius: 8px;
    opacity: 0;
}

.blocks .director img {
    width: 100%;
    border-radius: 10px 10px 0 0;
}

.blocks .director b {
    padding: 20px 21px 8px;
    background: #F6F7F9;
    font-weight: 500;
    color: #282828;
    line-height: 21px;
    display: block;
    max-width: 320px;
    box-sizing: border-box;
}

.blocks .director span {
    font-weight: 300;
    display: block;
    max-width: 320px;
    color: #282828;
    line-height: 28px;
    padding: 0 21px 22px;
    background: #F6F7F9;
    box-sizing: border-box;
    border-radius: 0 0 10px 10px;
}

.text-large img {
    max-width: 320px;
}

.partners {
    background: #EDEFF2;
    padding: 67px 0 77px;
}

.partners h3 {
    font-size: 30px;
    font-weight: 500;
    line-height: 68px;
    color: #222;
    margin-bottom: 19px;
}

.partners p {
    margin-bottom: 50px;
    font-weight: 300;
}

.partners img {
    height: 86px;
    max-width: 100%;
    width: auto !important;
    margin: 0 auto;
    opacity: 0;
    object-fit: contain;
}

.map {
    height: 700px;
    margin: -250px 0 -100px;
}

.map .ymaps-2-1-79-map ymaps,
.map .ymaps-2-1-79-copyright__link {
    font-size: 13px;
}

header {
    border-bottom: 1px solid #E3E3E3;
    padding: 60px 0 65px;
    margin-bottom: 65px;
}

header .title {
    margin-top: 32px;
    font-size: 60px;
    line-height: 66px;
    font-weight: 500;
}

header .title a {
    margin-top: 5px;
    float: right;
}

header .breadcrumbs a {
    color: #A8A8A8;
    line-height: 34px;
    font-weight: 400;
    text-decoration: none;
}

header .breadcrumbs span {
    color: #A8A8A8;
    display: inline-block;
    margin: 0 8px;
    font-weight: 400;
}

footer {
    margin-top: 100px;
    border-top: 1px solid #E3E3E3;
    height: 193px;
}

footer .left {
    line-height: 193px;
    float: left;
    font-weight: 300;
    color: #222;
}

footer .right {
    line-height: 193px;
    float: right;
}

footer a {
    text-decoration: none;
    font-weight: 300;
    color: #222;
}

footer a:hover {
    text-decoration: underline;
}

.support-center-info {
    background: #FFF;
    box-shadow: 0 4px 25px 0 #00000040;
    padding: 39px 52px;
    border-radius: 6px;
    margin-top: 26px;
}

.support-center-info .row {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
}

.support-center-info .address {
    background: url(../images/location.svg) no-repeat left top 2px / 22px;
    padding-left: 35px;
    font-weight: 300;
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 35px;
}

.support-center-info .schedule {
    background: url(../images/schedule.svg) no-repeat left top 6px / 22px;
    padding-left: 35px;
    font-weight: 300;
    font-size: 20px;
    line-height: 28px;
}

.support-center-info .phone {
    background: url(../images/phone.svg) no-repeat left center / 24px;
    padding-left: 35px;
    font-weight: 300;
    font-size: 20px;
    line-height: 28px;
    white-space: nowrap;
}

.support-center-info .email {
    background: url(../images/letter.svg) no-repeat left center / 22px;
    padding-left: 35px;
    font-weight: 300;
    font-size: 20px;
    line-height: 28px;
    white-space: nowrap;
}

.contacts-block {
    z-index: 2;
    display: flex;
    gap: 48px;
    position: relative;
}

.contacts-block .col {
    flex: 1 1 0;
    background: #FFF;
    box-shadow: 0 4px 25px 0 #00000040;
    padding: 23px 30px;
    border-radius: 6px;
}

.contacts-block h3 {
    font-size: 28px;
    line-height: 66px;
    color: #282828;
    font-weight: 500;
}

.contacts-block .address {
    background: url(../images/location.svg) no-repeat left top 22px / 22px;
    padding-left: 35px;
    font-weight: 300;
    font-size: 20px;
    line-height: 28px;
    border-top: 1px solid #E5E5E5;
    padding-top: 20px;
    margin-top: 10px;
}

.contacts-block .schedule {
    background: url(../images/schedule.svg) no-repeat left top 26px / 22px;
    padding-left: 35px;
    font-weight: 300;
    font-size: 20px;
    line-height: 28px;
    border-top: 1px solid #E5E5E5;
    padding-top: 20px;
    margin-top: 20px;
}

.contacts-block .phone {
    background: url(../images/phone.svg) no-repeat left bottom 2px / 24px;
    padding-left: 35px;
    font-weight: 300;
    font-size: 20px;
    line-height: 28px;
    white-space: nowrap;
    border-top: 1px solid #E5E5E5;
    padding-top: 20px;
    margin-top: 20px;
}

.contacts-block .email {
    background: url(../images/letter.svg) no-repeat left bottom 6px / 22px;
    padding-left: 35px;
    font-weight: 300;
    font-size: 20px;
    line-height: 28px;
    white-space: nowrap;
    border-top: 1px solid #E5E5E5;
    padding-top: 20px;
    margin-top: 20px;
}

.page-text {
    width: 66.7%;
    padding-right: 30px;
    box-sizing: border-box;
}

.page-text h2 {
    font-size: 60px;
    line-height: 66px;
    color: #282828;
    font-weight: 500;
    margin-bottom: 39px;
}

.page-text h3 {
    color: var(--green);
    font-weight: 300;
    font-size: 36px;
    line-height: 42px;
    margin-bottom: 50px;
}

.page-text h4 {
    color: #282828;
    font-weight: 400;
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 30px;
}

.page-text p {
    font-weight: 300;
    margin-bottom: 20px;
}

.page-text strong {
    font-weight: 500;
}

.page-text b {
    font-weight: 500;
    color: var(--green);
}

.page-text ul {
    margin-bottom: 25px;
}

.page-text li {
    padding-left: 35px;
    position: relative;
    list-style: none;
    font-weight: 300;
    background: url(../images/li.svg?v1) no-repeat left 5px;
    margin-bottom: 15px;
}

.page-text blockquote {
    margin-top: 60px;
    padding-left: 32px;
    border-left: 8px solid #EDEFF2;
}

.floating-panel {
    position: absolute;
    right: 10px;
    top: -188px;
    width: 33.3%;
}

.floating-panel .certificates {
    background: url('../images/certificates-bg.jpg') no-repeat center;
    margin-bottom: 48px;
    padding: 41px 28px 21px;
    box-sizing: border-box;
}

.floating-panel .certificates .list {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
}

.floating-panel .certificates .certificate {
    flex: 1 1 0;
}

.floating-panel .certificates img {
    display: block;
    opacity: 0;
    border-radius: 4px;
    max-width: 100%;
}

.floating-panel .certificates span {
    display: block;
    text-align: center;
    font-weight: 500;
    line-height: 38px;
    font-size: 14px;
    color: #FFF;
    text-shadow: 0px 3px 10px 0px rgba(122, 172, 152, 1);
}

.floating-panel .licenses {
    background: #EDEFF2;
    border-radius: 4px;
    padding: 34px;
    margin-bottom: 48px;
}

.floating-panel .requisites {
    background: #EDEFF2;
    border-radius: 4px;
    padding: 34px;
}

.requisites ul li {
    padding-left: 28px;
    position: relative;
    list-style: none;
    font-weight: 300;
    background: url(../images/li-arrow.svg) no-repeat left 10px;
    margin-bottom: 15px;
}

.requisites ul li:last-child {
    margin-bottom: 0;
}

.floating-panel .licenses h2,
.floating-panel .requisites h2 {
    margin-bottom: 25px;
    font-size: 30px;
    font-weight: 500;
    line-height: 34px;
    color: #222;
}

.licenses .license {
    padding-left: 50px;
    margin-bottom: 23px;
    background: url(../images/file-black.svg) no-repeat left 10px;
}

.list-of-docs .license:last-child {
    margin-bottom: 0;
}

.licenses .license p {
    font-weight: 300;
    line-height: 30px;
}

.licenses .license b {
    font-weight: 500;
    color: var(--green);
}

.licenses .mt-70 {
    margin-top: 70px;
}

.error-404 {
    padding: 90px 90px 120px;
    height: calc(100vh - 400px);
    box-sizing: border-box;
    min-height: 470px;
}

.error-404 h1 {
    color: var(--green);
    font-size: 250px;
    line-height: 230px;
}

/* Modal window */
.no-scroll {
    overflow: hidden;
    border-right: 8px solid #CCC;
}

.modal-window {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 100;
    overflow-x: hidden;
    overflow-y: auto;
    display: none;
    background: rgba(72, 84, 95, 0.4);
    padding: 30px 0;
    --close-color: #303030;
}

.modal-wrapper {
    display: flex;
    align-items: center;
    min-height: 100%;
    box-sizing: border-box;
}

.modal-top-40 .modal-wrapper {
    align-items: flex-start;
    padding-top: 40px;
}

.modal-top-0 .modal-wrapper {
    align-items: flex-start;
}

.modal-container {
    position: relative;
    margin: 0 auto;
    background: #FFF;
    display: none;
    width: 400px;
    max-width: 98%;
    z-index: 105;
    box-sizing: border-box;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.25);
    border-radius: 3px;
    user-select: none;
}

.modal-window h2 {
    font-weight: 400;
    font-size: 24px;
    line-height: 28px;
    background: #F0F0F0;
    color: var(--green);
    padding: 20px 30px 22px;
}

.modal-window form {
    padding: 17px 30px 30px;
}

.modal-window form .row {
    margin-bottom: 20px;
}

.modal-window form p {
    font-size: 14px;
    line-height: 16px;
    color: #686868;
    margin-bottom: 18px;
}

.modal-window label {
    display: block;
    color: #000;
    font-size: 14px;
    line-height: 16px;
    margin-bottom: 6px;
}

.modal-window .required:after {
    content: '*';
    color: #923A3A;
    font-size: 14px;
    display: inline-block;
    margin-left: 3px;
}

.modal-window input[type=text] {
    border: 1px solid #C9C9C9;
    display: block;
    width: 100%;
    border-radius: 2px;
    padding: 10px;
    line-height: 20px;
    font-size: 16px;
    box-sizing: border-box;
}

.modal-window select {
    border: 1px solid #C9C9C9;
    display: block;
    width: 100%;
    border-radius: 2px;
    padding: 10px;
    font-size: 16px;
}

.modal-window input[type=text].error,
.modal-window select.error {
    border-color: var(--error);
}

.modal-window .green-btn {
    width: 100%;
    border: none;
    -webkit-appearance: none;
    margin-top: 20px;
}

.modal-window .close-modal-button {
    z-index: 2;
    position: absolute;
    top: 17px;
    right: 24px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    border-radius: 12px;
    transition: all .2s linear;
    border: none;
}

.modal-window .close-modal-button:after,
.modal-window .close-modal-button:before {
    content: '';
    display: block;
    position: absolute;
    left: 14px;
    top: 6px;
    border-radius: 1px;
    width: 2px;
    height: 22px;
    background: #9497A3;
    transition: .2s linear;
    transform: rotate(45deg);
}

.modal-window .close-modal-button:before {
    transform: rotate(-45deg);
}

.modal-window .close-modal-button:hover:before,
.modal-window .close-modal-button:hover:after {
    background: var(--dark);
}

/* Notifications */
.notifications {
    position: fixed;
    z-index: 1000;
    top: 10px;
    right: 10px;
    margin: 0;
    padding: 0;
}

.notifications .notification {
    display: flex;
    align-items: center;
    position: relative;
    padding: 10px 70px;
    min-width: 160px;
    text-align: left;
    white-space: nowrap;
    margin-bottom: 10px;
    border-radius: 6px;
    border-left: 6px solid;
    min-height: 34px;
    background: #FFF;
    color: #666;
    box-shadow: 0 0 15px rgb(111 139 181 / 20%);
}

.notifications .success {
    border-left-color: var(--success);
}

.notifications .error {
    border-left-color: var(--error);
}

.notifications span {
    position: absolute;
    width: 27px;
    height: 27px;
    border-radius: 50%;
    border: 2px solid;
    top: 50%;
    margin-top: -15px;
    left: 20px;
}

.notifications .success span {
    border-color: var(--success);
}

.notifications .success span:after {
    content: '';
    display: block;
    position: absolute;
    margin-top: 6px;
    margin-left: 16px;
    border-radius: 1px;
    width: 2px;
    height: 15px;
    background: var(--success);
    transition: .2s linear;
    transform: rotate(45deg);
}

.notifications .success span:before {
    content: '';
    display: block;
    position: absolute;
    margin-top: 12px;
    margin-left: 8px;
    border-radius: 1px;
    width: 2px;
    height: 8px;
    background: var(--success);
    transition: .2s linear;
    transform: rotate(-45deg);
}

.notifications .error span {
    border-color: var(--error);
}

.notifications .error span:after,
.notifications .error span:before {
    content: '';
    display: block;
    position: absolute;
    margin-top: 6px;
    margin-left: 13px;
    border-radius: 1px;
    width: 2px;
    height: 15px;
    background: var(--error);
    transition: .2s linear;
    transform: rotate(45deg);
}

.notifications .error span:before {
    transform: rotate(-45deg);
}

.notifications button {
    position: absolute;
    width: 50px;
    height: 100%;
    border: none;
    top: 0;
    right: 0;
    background: none;
    border-left: 1px solid #EEE;
    display: block;
    cursor: pointer;
}

.notifications button:after,
.notifications button:before {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 23px;
    margin-top: -10px;
    width: 1px;
    height: 20px;
    background: #DDD;
    transition: .2s linear;
    transform: rotate(45deg);
}

.notifications button:before {
    transform: rotate(-45deg);
}

.notifications button:hover:after {
    transform: rotate(135deg);
}

.notifications button:hover:before {
    transform: rotate(45deg);
}

@media screen and (max-width: 1100px) {
    .top-panel .flexed {
        gap: 40px;
    }

    .main-title {
        font-size: 100px;
        margin-bottom: 80px;
    }

    .services.gray {
        padding: 103px 0 77px;
    }

    .equipment {
        padding: 90px 0 100px;
    }

    .projects {
        padding: 90px 0 100px;
    }

    .partners {
        padding: 57px 0 67px;
    }

    .contacts {
        padding: 90px 0 0;
    }

    .page-text h2 {
        font-size: 52px;
    }
}

@media screen and (max-width: 1000px) {
    .top-panel {
        padding: 10px 0;
        box-shadow: 0 0 16px 0 #00000040;
    }

    .main-title {
        font-size: 85px;
        margin-bottom: 70px;
    }

    .top-panel .logo {
        height: 57px;
        width: 107px;
        background-size: 100%;
    }

    .top-panel .flexed {
        transform: translateX(-110%);
        z-index: 4;
        width: 100%;
        top: 77px;
        left: 0;
        position: fixed;
        height: calc(100vh - 77px);
        transition: all .3s;
        box-sizing: border-box;
        padding: 0 0 70px;
        background: #FFF;
        flex-direction: column;
        justify-content: flex-start;
        overflow: hidden;
    }

    .top-panel .flexed .versions {
        display: none;
    }

    .top-panel .flexed .versions.mobile {
        display: flex;
        margin: 0;
        padding: 0;
        border-bottom: 1px solid #EDEFF2;
        position: relative;
    }

    .top-panel .flexed:after {
        content: '';
        display: block;
        position: absolute;
        top: -20px;
        left: 0;
        height: 20px;
        width: 100%;
        box-shadow: 0 0 16px 0 #00000040;
    }

    .top-panel .flexed .versions a {
        flex-grow: 1;
        text-align: center;
        color: #A8A8A8;
        text-decoration: none;
        padding: 14px 0;
        border-left: 1px solid #EDEFF2;
    }

    .top-panel nav li {
        display: block;
        margin: 0 18px;
        border-bottom: 1px solid #EDEFF2;
        padding: 20px 0 18px;
    }

    .top-panel nav li a {
        color: #222;
        line-height: 42px;
        padding-left: 36px;
        display: inline-block;
        position: relative;
    }

    .top-panel nav li a:after {
        content: '';
        width: 10px;
        height: 10px;
        border-left: 2px solid var(--green);
        border-bottom: 2px solid var(--green);
        display: block;
        position: absolute;
        left: 0;
        top: 14px;
        transform: rotate(-135deg);
    }

    .top-panel .flexed .versions .active {
        color: var(--green);
        font-weight: 600;
    }

    .top-panel .flexed .versions a:first-child {
        border: none
    }

    .top-panel .feedback-link {
        display: none;
    }

    .top-panel .feedback-link.mobile {
        float: right;
        margin-top: 16px;
        margin-right: 43px;
        display: block;
    }

    .top-panel .opened {
        transform: translateX(0);
    }

    .menu-icon {
        width: 38px;
        height: 30px;
        display: block;
        float: right;
        margin-top: 14px;
        z-index: 100;
        position: relative;
        cursor: pointer;
    }

    .menu-icon i {
        width: 38px;
        display: block;
        height: 2px;
        background: #222;
        position: absolute;
        top: 13px;
        left: 0;
        transition: all .2s;
    }

    .menu-icon.opened i {
        background: transparent;
    }

    .menu-icon i:after {
        content: '';
        display: block;
        width: 50%;
        height: 2px;
        border-radius: 2px;
        background: #222;
        position: absolute;
        top: 7px;
        left: 0;
        transition: all .2s;
    }

    .menu-icon.opened i:after {
        transform: rotate(45deg);
        top: 2px;
        width: 100%;
    }

    .menu-icon.opened i:before {
        transform: rotate(-45deg);
        top: 2px;
    }

    .menu-icon i:before {
        content: '';
        display: block;
        width: 100%;
        height: 2px;
        border-radius: 2px;
        background: #222;
        position: absolute;
        top: -7px;
        left: 0;
        transition: all .2s;
    }

    .video-section h2 {
        font-size: 54px;
        line-height: 70px;
    }

    .video-section {
        height: 738px;
        padding-top: 190px;
    }

    .contacts-block {
        gap: 20px;
    }

    header {
        padding: 40px 0 45px;
        margin-bottom: 60px;
    }

    footer {
        height: 150px;
        margin-top: 80px;
    }

    .map {
        margin-bottom: -80px;
    }

    footer .left,
    footer .right {
        line-height: 150px;
    }

    .blocks.top-border {
        margin-top: 55px;
        padding-top: 55px;
    }

    .services.gray {
        padding: 85px 0 67px;
    }

    .equipment {
        padding: 75px 0 80px;
    }

    .projects {
        padding: 75px 0 80px;
    }

    .partners {
        padding: 47px 0 57px;
    }

    .contacts {
        padding: 75px 0 0;
    }

    .about {
        padding: 95px 0 80px;
    }

    .page-text h2 {
        font-size: 46px;
        line-height: 60px;
    }

    .floating-panel .licenses,
    .floating-panel .requisites {
        padding: 28px;
    }

    .floating-panel .licenses h2,
    .floating-panel .requisites h2 {
        font-size: 26px;
    }

    .licenses .license p,
    .licenses .license b,
    .requisites ul li {
        font-size: 16px;
    }

    .support-center-info .row {
        display: block;
    }

    .support-center-info .address,
    .support-center-info .schedule,
    .support-center-info .email {
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 900px) {
    * {
        font-size: 16px;
        line-height: 26px;
    }

    .page-text h2 {
        font-size: 40px;
        line-height: 50px;
    }

    .page-text h3 {
        font-size: 26px;
        line-height: 34px;
        margin-bottom: 26px;
    }

    .page-text li {
        background-position: left 2px;
    }

    .services .flexed-list {
        gap: 18px;
    }

    .services .service {
        width: calc(33.33% - 12px);
    }

    .contacts-block {
        gap: 16px;
    }

    .contacts-block .col {
        padding: 15px 22px;
    }

    .contacts-block .address,
    .contacts-block .phone,
    .contacts-block .email,
    .contacts-block .schedule {
        font-size: 17px;
    }

    header {
        padding: 30px 0 35px;
        margin-bottom: 40px;
    }

    header .title {
        font-size: 50px;
        line-height: 60px;
        margin-top: 25px;
    }

    .green-btn {
        height: 48px;
        line-height: 48px;
        white-space: nowrap;
    }

    footer {
        height: 130px;
        margin-top: 60px;
    }

    .map {
        margin-bottom: -60px;
    }

    footer .left,
    footer .right {
        line-height: 130px;
    }

    .blocks .block h1 {
        line-height: 38px;
        font-size: 30px;
    }

    .blocks.top-border {
        margin-top: 40px;
        padding-top: 40px;
    }

    .video-section h2 {
        font-size: 48px;
        line-height: 64px;
    }

    .video-section {
        height: 658px;
        padding-top: 160px;
    }

    .main-title {
        font-size: 70px;
        margin-bottom: 60px;
    }

    .services.gray {
        padding: 75px 0 60px;
    }

    .equipment {
        padding: 65px 0 70px;
    }

    .equipment .flexed {
        gap: 36px;
    }

    .projects {
        padding: 65px 0 70px;
    }

    .projects .item {
        gap: 36px;
    }

    .partners {
        padding: 40px 0 50px;
    }

    .contacts {
        padding: 65px 0 0;
    }

    .equipment .cols-2 .col {
        padding-left: 18px;
    }

    .equipment .cols-2 .col:first-child {
        padding-right: 18px;
    }

    .about {
        padding: 65px 0 60px;
    }

    .about .flexed-50 .col {
        padding-right: 18px;
    }

    .about .flexed-50 .col.right-col {
        padding-left: 18px;
    }

    .about .flexed-50 img {
        margin: 0;
    }

    .licenses .mt-70 {
        margin-top: 40px;
    }

    .floating-panel .licenses h2 {
        font-size: 22px;
    }

    .licenses .license {
        padding-left: 34px;
        background-size: 20px;
    }

    .video-section .bottom {
        gap: 70px;
    }

    .projects .item h3 {
        font-size: 30px;
        line-height: 38px;
        margin-bottom: 30px;
    }

    .page-text blockquote {
        margin-top: 30px;
        padding-left: 18px;
    }

    .services .name {
        padding-top: 12px;
    }
}

@media screen and (max-width: 767px) {
    .main-title {
        font-size: 45px;
        margin-bottom: 36px;
        line-height: 55px;
    }

    .video-section p {
        font-size: 20px;
        line-height: 34px;
    }

    .map {
        height: 600px;
    }

    .contacts-block {
        flex-direction: column;
        height: auto;
    }

    .projects .item h3 {
        font-size: 26px;
        line-height: 34px;
        margin-bottom: 26px;
    }

    .services.gray {
        padding: 40px 0 40px;
    }

    .page-text h2 {
        font-size: 30px;
        line-height: 40px;
    }

    .equipment {
        padding: 35px 0 40px;
    }

    .equipment .flexed {
        gap: 30px;
    }

    .projects {
        padding: 35px 0 40px;
    }

    .projects .item {
        gap: 30px;
    }

    .partners {
        padding: 25px 0 35px;
    }

    .contacts {
        padding: 35px 0 0;
    }

    .no-scroll {
        border-right: none;
    }

    footer {
        height: 100px;
        margin-top: 40px;
    }

    footer .left, footer .right {
        line-height: 100px;
    }

    .map {
        margin-bottom: -40px;
    }

    .licenses .license p, .licenses .license b {
        line-height: 24px;
    }

    .licenses .license {
        padding-left: 0;
        background: none;
    }
}

@media screen and (max-width: 700px) {
    .video-section {
        height: auto;
        padding-top: 110px;
        padding-bottom: 50px;
    }

    .video-section h2 {
        font-size: 38px;
        line-height: 54px;
    }

    .video-section .bottom {
        gap: 40px;
    }

    .floating-panel .licenses {
        padding: 20px;
        margin-bottom: 10px;
    }

    .floating-panel .licenses h2 {
        font-size: 20px;
        line-height: 28px;
    }

    .floating-panel .certificates {
        max-width: 400px;
        margin: 0 auto 20px;
    }
}

@media screen and (max-width: 700px) {
    * {
        font-size: 18px;
        line-height: 28px;
    }

    .video-section {
        height: auto;
        padding-top: 54px;
        padding-bottom: 44px;
    }

    .video-section h2 {
        font-size: 30px;
        line-height: 40px;
        margin-bottom: 25px;
    }

    .video-section p {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 36px;
    }

    .video-section .bottom {
        flex-direction: column;
        align-items: flex-start;
    }

    .video-section .file {
        font-size: 14px;
    }

    .about {
        padding: 53px 0 0;
    }

    .about .flexed-50 {
        flex-direction: column;
        gap: 40px;
    }

    .about .flexed-50 .col {
        padding: 0;
        width: 100%;
    }

    .about .flexed-50 .col.right-col {
        padding: 0;
    }

    .about .flexed-50 img {
        margin: 0 -10px;
        width: calc(100% + 20px);
        border-radius: 0;
    }

    .page-text h2 {
        margin-bottom: 34px;
    }

    .page-text h3 {
        font-size: 22px;
        line-height: 26px;
        margin-bottom: 34px;
    }

    .main-title {
        font-size: 36px;
        line-height: 68px;
        margin-bottom: 9px;
    }

    .main-title .green-btn {
        position: static;
        display: block;
        margin-top: 8px;
    }

    .services.gray {
        padding: 29px 0 25px;
    }

    .services .service {
        width: calc(50% - 18px);
    }

    .equipment {
        padding: 29px 0 25px;
    }

    .equipment .page-text h2 {
        font-size: 24px;
        line-height: 28px;
        margin-bottom: 26px;
    }

    .equipment .cols-2 .col {
        float: none;
        width: 100%;
        padding: 0 !important;
    }

    .equipment .cols-2 .col:first-child {
        margin-bottom: 22px;
    }

    .equipment .mb-100 {
        margin-bottom: 40px;
    }

    .equipment .flexed {
        flex-direction: column;
        gap: 47px;
    }

    .equipment .flexed h3 {
        font-size: 24px;
        line-height: 34px;
        margin: 24px 0 15px;
    }

    .projects {
        padding: 29px 0 25px;
    }

    .projects .item {
        gap: 40px;
        flex-direction: column;
    }

    .projects .item .image,
    .projects .item .description {
        width: 100%;
    }

    .partners {
        padding: 15px 0 30px;
    }

    .partners h3 {
        line-height: 60px;
        font-size: 22px;
        text-transform: uppercase;
        font-weight: 600;
        margin-bottom: 0;
    }

    .contacts-block {
        margin-top: 30px;
    }

    footer {
        padding: 36px 0;
        box-sizing: border-box;
        height: auto;
    }

    footer .left, footer .right {
        float: none;
        line-height: 40px;
    }

    header {
        padding: 25px 0;
    }

    header .title {
        font-size: 30px;
        line-height: 34px;
        margin-top: 20px;
    }

    header .breadcrumbs a {
        font-size: 14px;
    }

    header .title a {
        margin-top: -7px;
    }
}

@media screen and (max-width: 600px) {
    .page-text {
        width: 100%;
    }

    .floating-panel {
        width: 100%;
        position: static;
    }

    .licenses .license {
        padding-left: 50px;
        margin-bottom: 23px;
        background: url(../images/file-black.svg) no-repeat left 10px;
    }
}

@media screen and (max-width: 500px) {
    .blocks .description {
        flex-direction: column;
        gap: 30px;
    }

    .blocks.top-border {
        margin-top: 20px;
        padding-top: 10px;
        border: none;
    }

    .blocks .text {
        width: 100%;
        order: 2;
    }

    .blocks img {
        width: 100%;
        order: 1;
    }

    .notifications {
        width: calc(100% - 20px);
    }

    .notifications .notification {
        width: 100%;
        box-sizing: border-box;
        font-size: 14px;
    }

    .gray .service {
        width: 100%;
    }

    .services.gray .flexed-list {
        gap: 0;
    }

    .gray .owl-nav {
        display: none;
    }

    header .title a {
        float: none;
        display: block;
        margin-top: 20px;
        width: 100%;
    }
}

@media screen and (max-width: 400px) {
    .services .flexed-list {
        gap: 48px;
    }

    .services .service {
        width: 100%;
    }
}

::-webkit-scrollbar {
    height: 8px;
    width: 8px;
}

::-webkit-scrollbar-thumb {
    background: #d6d6d6;
    border-radius: 4px;
}

::-webkit-scrollbar-thumb:window-inactive {
    background: #d6d6d6;
    border-radius: 4px;
}
