/* MAIN STYLES
************************************/
a.video-link {
    display: block;
    width: 100%;
    height: 100%;
    background: url(../images/main/unmute.svg) no-repeat;
    background-size: contain;
}
body {
    margin: 0;
}
.content-section {
    position: relative;
    z-index: 99;
}
.section-header h2 {
    font-family: 'Disket-Mono-Bold';
    font-size: 72px;
    color: #fff;
    line-height: 1.2;
}
p.secondary-h2 {
    position: relative;
    display: block;
    padding-left: 70px;
    padding-top: 20px;
    font-family: 'Gotham-Pro-Medium';
    font-size: 30px;
    color: #fff;
    border-left: 5px solid transparent;
    border-image: linear-gradient(#152941, #296576, #152941);
    border-image-slice: 1;
}
.section-content {
    padding-top: 70px;
}
.btn, 
a.btn,
button.btn,
input[type="submit"].btn {
    display: inline-block;
    padding: 12px 40px;
    border-radius: 55px;
    font-family: 'Disket-Mono-Bold';
    font-size: 1.45em;
    line-height: 1.2;
}
.btn-primary, 
a.btn-primary,
button.btn-primary,
input[type="submit"].btn-primary {
    color: #00FFF0;
    background: #0E5462;
    border: 2px solid #00FFF0;
}
.btn-primary:hover, 
a.btn-primary:hover,
button.btn-primary:hover,
input[type="submit"].btn-primary:hover {
    color: #0E5462;
    background: #00FFF0;
    border: 2px solid #00FFF0;
}
.btn-primary:active, 
a.btn-primary:active,
button.btn-primary:active,
.btn-primary:focus, 
a.btn-primary:focus,
button.btn-primary:focus,
.btn-primary:visited, 
a.btn-primary:visited,
button.btn-primary:visited,
input[type="submit"].btn-primary:active,
input[type="submit"].btn-primary:focus,
input[type="submit"].btn-primary:visited {
    color: #00FFF0;
    background: #0E5462;
    border: 2px solid #00FFF0;
    outline: 0;
}
.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
    color: #00FFF0;
    background: #0E5462;
    border: 2px solid #00FFF0;
    outline: 0;
}
.section-line {
    position: relative;
    z-index: 99;
    margin: 0;
    padding: 0;
}
.line-top-left,
.line-top-right {
    margin-top: -200px;
}
.line-top-left-vakans-anim {
    margin-top: -140px;
}
.line-top-left-vakans-anim img {
    width: 40%;
}
.section-line img {
    width: 50%;
    height: auto;
    -webkit-filter: drop-shadow( 0px 50px 19px rgba(0, 255, 163, 0.3));
    filter: drop-shadow( 0px 50px 19px rgba(0, 255, 163, 0.3));
}
.line-top-left-proekt-anim img {
    width: 58%;
}
.line-top-left-proekt-anim {
    margin-top: -203px;
}
.line-top-left img,
.line-top-right img {
    -webkit-filter: drop-shadow( 0px -50px 19px rgba(0, 255, 163, 0.3));
    filter: drop-shadow( 0px -50px 19px rgba(0, 255, 163, 0.3));
}
.line-top-right img {
    margin-left: 50%;
}
.line-top-right-proekt-anim img {
    margin-left: 50%;
}
.line-bottom-right img {
    margin-left: 50%;
}
.line-top-left-vakans-anim img {
    width: 40%;
    filter: none;
}
body, .page, html {
    padding-left: 0;
    margin-left: 0;
    padding-right: 0;
    margin-right: 0;
}
.btn, 
a.btn,
button.btn,
input[type="submit"].btn {
    display: inline-block;
    padding: 12px 40px;
    border-radius: 55px;
    font-family: 'Disket-Mono-Bold';
    font-size: 1.45em;
    line-height: 1.2;
}
.btn-primary, 
a.btn-primary,
button.btn-primary,
input[type="submit"].btn-primary {
    color: #00FFF0;
    background: #0E5462;
    border: 2px solid #00FFF0;
}
.btn-primary:hover, 
a.btn-primary:hover,
button.btn-primary:hover,
input[type="submit"].btn-primary:hover {
    color: #0E5462;
    background: #00FFF0;
    border: 2px solid #00FFF0;
}
.btn-primary:active, 
a.btn-primary:active,
button.btn-primary:active,
.btn-primary:focus, 
a.btn-primary:focus,
button.btn-primary:focus,
.btn-primary:visited, 
a.btn-primary:visited,
button.btn-primary:visited,
input[type="submit"].btn-primary:active,
input[type="submit"].btn-primary:focus,
input[type="submit"].btn-primary:visited {
    color: #00FFF0;
    background: #0E5462;
    border: 2px solid #00FFF0;
    outline: 0;
}
.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
    color: #00FFF0;
    background: #0E5462;
    border: 2px solid #00FFF0;
    outline: 0;
}
input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="number"], input[type="tel"], input[type="range"], input[type="date"], input[type="month"], input[type="week"], input[type="time"], input[type="datetime"], input[type="datetime-local"], input[type="color"], textarea {
    display: block;
    width: 100%;
    margin-bottom: 10px;
    padding: 15px 20px;
    background: #CFFFF9;
    border: 1px solid #34D2BF;
    box-shadow: 0px 0px 11px rgba(0, 255, 252, 0.57), 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 32px;
    font-family: 'Disket-Mono-Regular';
    font-size: 1.2em;
    line-height: 1.2;
    color: #868686;
}
input[type="submit"].btn-form-input {
    position: relative;
    z-index: 99;
    background: linear-gradient(145.84deg, #0E5462 7.15%, #2F8697 47.34%, #0E5462 86.71%);
    border: 2px solid #00FFF0;
    box-shadow: 0px 0px 11px rgba(0, 255, 252, 0.57);
}
.site-push {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999999;
    padding: 10px;
    text-align: center;
    font-family: 'Gotham-Pro-Bold';
    font-size: 1.5em;
    line-height: 1.3;
    color: #000;
    background: rgb(0 255 116);
}
.email-bt {
    background: #3eaec7;
    border-radius: 50%;
    box-shadow: 0 8px 10px rgba(249, 92, 24, 0.3);
    cursor: pointer;
    border: 2px solid transparent;
    display: block;
    height: 75px;
    width: 75px;
    text-align: center;
    position: fixed;
    right: 40px;
    bottom: 40px;
    z-index: 99999;
    transition: .3s ease-in-out;
    -webkit-animation: email-an linear 1s infinite;
    animation: email-an linear 1s infinite;
}

.email-bt:hover {
    background: #e8fffe;
    border: 2px solid #00FFF0;
}

.email-bt .text-call {
    height: 75px;
    width: 75px;
    border-radius: 50%;
    position: relative;
}

.email-bt .text-call:after {
    content: "";
    display: block;
    font-family: fontawesome;
    color: #fff;
    font-size: 34px;
    line-height: 75px;
    height: 30px;
    width: 30px;
    margin-left: 22px;
    margin-top: 22px;
    opacity: 1;
    transition: .3s ease-in-out;
    -webkit-animation: opsimple 3s infinite;
    animation: opsimple 3s infinite;
    background: url(../images/main/callback.svg) no-repeat;
    background-size: contain;
}

.email-bt .text-call:hover:after {
    opacity: 0;
}

.email-bt .text-call span {
    color: #12263c;
    display: block;
    left: 50%;
    top: 26%;
    position: absolute;
    transform: translate(-50%, -50%);
    z-index: 1;
    opacity: 0;
    font-size: 10px;
    line-height: 12px;
    font-weight: 600;
    text-transform: uppercase;
    transition: .3s ease-in-out;
    font-family: 'montserrat', Arial, Helvetica, sans-serif;
}

.email-bt .text-call:hover span {
    opacity: 1;
}

@keyframes email-an {
    0% {
        box-shadow: 0 8px 10px rgba(0, 255, 240, 0.37), 0 0 0 0 rgba(0, 255, 240, 0.2), 0 0 0 0 rgba(125, 255, 247, 0.22)
    }

    40% {
        box-shadow: 0 8px 10px rgba(0, 255, 240, 0.37), 0 0 0 15px rgba(0, 255, 240, 0.2), 0 0 0 0 rgba(125, 255, 247, 0.22)
    }

    80% {
        box-shadow: 0 8px 10px rgba(0, 255, 240, 0.37), 0 0 0 30px rgba(0, 255, 240, 0), 0 0 0 26.7px rgba(125, 255, 247, 0.06)
    }

    100% {
        box-shadow: 0 8px 10px rgba(0, 255, 240, 0.37), 0 0 0 30px rgba(0, 255, 240, 0), 0 0 0 40px rgba(125, 255, 247, 0)
    }
}

@keyframes opsimple {
    0% {
        opacity: 0;
        transform: rotate(0deg);
    }

    40% {
        opacity: 1;
    }

    80% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        transform: rotate(360deg);
    }
}
.modal-content {
    border: 3px solid #34D2BF;
    border-radius: 20px;
    background: #152a41;
    color: #fff;
    margin-top: 50px;
}
h5.modal-title {
    font-family: 'Disket-Mono-Bold';
    font-size: 1.4em;
    color: #fff;
}
p.secondary-modal-text {
    display: block;
    font-family: 'Disket-Mono-Regular';
    font-size: 1em;
    color: #fff;
}
.modal-header .close {
    color: #fff;
}
.modal-header {
    border-bottom: 0;
}




div.popover {
    max-width: 700px;
    width: 700px;
    background-color: rgba(32, 39, 62, 0.72);
    z-index: 99999;
    border-radius: 25px;
}
.bs-popover-top > .arrow::after, .bs-popover-auto[x-placement^="top"] > .arrow::after {
    border-top-color: rgba(32, 39, 62, 0.72);
}
.callback-widget {
    position: fixed;
    bottom: 40px;
    left: 0;
    width: 100%;
    text-align: right;
    z-index: 9999;
}
.container-callback-widget {
    position: relative;
    display: inline-block;
    background: rgba(32, 39, 62, 0.63);
    border-radius: 40px;
    padding: 15px 30px;
    padding-right: 95px;
    box-shadow: 0px 0px 14px rgba(62, 174, 199, 0.77);
}
.container-callback-widget:hover {
    cursor: pointer;
    background: rgba(32, 39, 62, 0.73);
    box-shadow: 0px 0px 14px rgba(62, 174, 299, 0.77);
}
.container-callback-widget::before {
    content: '';
    position: absolute;
    right: 30px;
    top: 15px;
    width: 40px;
    height: 35px;
    background: url(../images/main/callback-widget-img.svg) no-repeat;
    background-size: contain;
}
.container-callback-widget img {
    display: inline-block;
}
.container-callback-widget p {
    display: block;
    font-family: 'Disket-Mono-Regular';
    font-size: 0.8em;
    color: #fff;
    text-align: left;
    margin-bottom: 0;
}
.container-callback-widget p b {
    display: block;
}
.callback-widget-item {
    text-align: center;
}
.callback-widget-item img {
    width: 90%;
    margin-left: 5%;
    height: auto;
    margin-bottom: 20px;
}
.callback-widget-item .name-callback-widget {
    font-family: 'Disket-Mono-Bold';
    font-size: 1em;
    color: #fff;
    margin-bottom: 10px;
}
.callback-widget-item .titul-callback-widget {
    font-family: 'Disket-Mono-Regular';
    font-size: 0.8em;
    color: #62FFF6;
    margin-bottom: 10px;
}
.messangers-container {
    text-align: center;
}
a.messangers-link {
    display: inline-block;
    width: 30px;
    height: 30px;
    margin: 5px;
} 
a.messangers-tg {
    background: url(../images/callback-widget/telegram.svg) no-repeat;
    background-size: contain;
}
a.messangers-wa {
    background: url(../images/callback-widget/whatsapp.svg) no-repeat;
    background-size: contain;
}


@media (min-width: 100px) and (max-width: 767px) {
    div.popover {
        max-width: 95%;
        width: 95%;
    }
    .container-callback-widget p {
        font-size: 0.6em;
    }
    .container-callback-widget {
        padding: 10px 25px;
        padding-right: 75px;
        margin-right: 85px;
    }
    .container-callback-widget::before {
        width: 25px;
        height: 25px;
        right: 25px;
    }
    .callback-widget-item img {
        margin-top: 30px;
    }
    .callback-widget-item .name-callback-widget {
        font-size: 0.6em;
    }
    .callback-widget-item .titul-callback-widget {
        margin-bottom: 15px;
        font-size: 0.6em;
    }
    .site-push {
        display: none;
    }
    .btn, a.btn, button.btn, input[type="submit"].btn {
        font-size: 12px;
    }
    input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="number"], input[type="tel"], input[type="range"], input[type="date"], input[type="month"], input[type="week"], input[type="time"], input[type="datetime"], input[type="datetime-local"], input[type="color"], textarea {
        font-size: 12px;
    }
    .email-bt {
        right: 30px;
    }
    .email-bt, .email-bt .text-call {
        height: 45px;
        width: 45px;
    }
    .email-bt .text-call span {
        left: 45%;
        top: 15%;
        font-size: 6px;
        line-height: 9px;
    }
    .email-bt .text-call:after {
        font-size: 32px;
        line-height: 45px;
        height: 20px;
        width: 20px;
        margin-left: 10px;
        margin-top: 13px;
    }
    .line-bottom-right img {
        margin-top: -1px;
    }
    .line-top-right img,
    .line-top-left img {
        margin-bottom: -1px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .site-push {
        display: none;
    }
    .line-bottom-right img {
        margin-top: -1px;
    }
    .line-top-right img,
    .line-top-left img {
        margin-bottom: -1px;
    }
    .btn, a.btn, button.btn, input[type="submit"].btn {
        font-size: 18px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .site-push {
        display: none;
    }
    .line-bottom-right img {
        margin-top: -1px;
    }
    .line-top-right img,
    .line-top-left img {
        margin-bottom: -1px;
    }
}

@media (min-width: 1200px) and (max-width: 1366px) {
    .line-bottom-right img {
        margin-top: -1px;
    }
    .line-top-right img,
    .line-top-left img {
        margin-bottom: -1px;
    }
}

@media (min-width: 1920px) and (max-width: 2499px) {
    .container, .container-sm, .container-md, .container-lg, .container-xl {
        max-width: 1640px;
    }
}
@media (min-width: 2500px) {
    .container, .container-sm, .container-md, .container-lg, .container-xl {
        max-width: 1800px;
    }
    .line-top-left, .line-top-right {
        margin-top: -250px;
    }
}




/* HEADER
************************************/ 
.header-navbar {
    position: absolute;
    top: 50px;
    left: 0;
    width: 100%;
    z-index: 999;
}
.header-navbar {
    padding: 0px 15px;
    padding-top: 10px;
    padding-bottom: 70px;
    background: url(../images/main/header-bg.png) no-repeat;
    background-size: contain;
}
a.header-link-main-logo {
    margin-top: 15px;
}
a.link-main-logo {
    display: block;
}
a.link-main-logo img {
    width: 78%;
}
a.link-phone {
    display: block;
    text-align: right;
    font-family: 'Disket-Mono-Bold';
    font-size: 28px;
    line-height: 1.2;
    color: #FFFFFF;
    margin-top: 10px;
}
a.link-main {
    display: block;
    text-align: right;
    font-family: 'Gotham-Pro-Medium';
    font-size: 27px;
    color: #FFFFFF;
}
ul.social-list {
    list-style-type: none;
    margin-left: 0;
    padding-left: 0;
    text-align: right;
    margin-top: 7px;
    position: relative;
    z-index: 99;
}
ul.social-list-contacts-page {
    text-align: left;
}
ul.social-list li {
    display: inline-block;
}
a.link-social {
    display: block;
    width: 45px;
    height: 45px;
    margin: 2px;
    z-index: 1;
}
a.link-insta {
    background: url(../images/social-icon/instagram.svg) no-repeat;
    background-size: contain;
}
a.link-vk {
    background: url(../images/social-icon/vk.svg) no-repeat;
    background-size: contain;
}
a.link-yt {
    background: url(../images/social-icon/youtube.svg) no-repeat;
    background-size: contain;
}
a.link-tg {
    background: url(../images/social-icon/telegram.svg) no-repeat;
    background-size: contain;
}
a.link-wa {
    background: url(../images/social-icon/whatsapp.svg) no-repeat;
    background-size: contain;
}
a.header-link-main-logo img {
    width: 90%;
}
a.header-link-phone {
    font-family: 'Disket-Mono-Bold';
    font-size: 1.4em;
}
a.header-link-main {
    font-size: 1.1em;
}
.position-contact-contacts-page-tg {
    display: inline-flex;
}
.position-contact-contacts-page-tg span {
    display: inline-block;
    font-family: 'Disket-Mono-Regular';
    color: #FFFFFF;
    font-size: 12px;
    line-height: 45px;
    margin-left: 20px;
}
.position-contact-contacts-page-tg a.link-social {
    display: inline-block;
}
ul.list-main-navbar {
    list-style-type: none;
    margin-left: 0;
    margin-bottom: 0;
    padding-left: 0;
    position: relative;
    z-index: 999;
}
ul.list-main-navbar li a {
    display: block;
    font-family: 'Gotham-Pro-Medium';
    font-size: 1.1em;
    color: #FFFFFF;
    margin-bottom: 8px;
}
.main-navbar {
    padding: 30px;
    background: linear-gradient(181.27deg, rgba(19, 36, 46, 0.6) 9.3%, rgba(106, 167, 145, 0) 161.74%);
    border-radius: 18px;
}
.main-navbar-container {
    position: absolute;
    top: 38%;
    right: 7%;
    width: 13%;
}
.dropdown-toggle::after {
    display: none;
}
.dropdown-menu {
    color: #fff;
    background: linear-gradient(180deg, rgba(35, 60, 75, 0.9) 1.01%, rgba(106, 167, 145, 0.7) 176.19%);
    border: none;
    border-radius: 30px;
    box-shadow: 0px 3px 15px rgba(0, 255, 240, 0.64);
}
.dropdown-item:hover, .dropdown-item:focus {
    color: #00FFF0;
    background-color: rgba(248, 249, 250, 0);
}
.dropdown-item.active, .dropdown-item:active {
    background-color: rgba(248, 249, 250, 0);
}
ul.footer-list li a.dropdown-item {
    padding: 10px 20px;
}
.mainbar-line {
    position: absolute;
    right: 18%;
    width: 1px;
    height: 100px;
    background: linear-gradient(180deg, #FFFFFF 0%, #86C5FF 100%), #FFFFFF;
}
.conteiner-toggle-button {
    display: none;
    position: absolute;
    top: 10px;
    right: 30px;
    z-index: 9999;
}
#nav-icon {
    width: 40px;
    height: 40px;
    position: relative;
    transition-duration: 1s;
    margin: 48px auto 12px auto;
    cursor: pointer;
}
#nav-icon span {
    height: 7px;
    width: 40px;
    background-color: #fff;
    border-radius: 3px;
    position: absolute;
    transition-duration: .25s;
    transition-delay: .25s;    
}
#nav-icon span:before {
    left: 0;
    position: absolute;
    top: -15px;
    height: 7px;
    width: 40px;
    background-color: #fff;
    content: "";
    border-radius: 3px;
    transition-duration: .25s;
    transition: transform .25s, top .25s .25s;
}
#nav-icon span:after {
    left: 0;
    position: absolute;
    top: 15px;
    height: 7px;
    width: 40px;
    background-color: #fff;
    content: "";
    border-radius: 3px;
    transition-duration: .25s;
    transition: transform .25s, top .25s .25s;
}
#nav-icon.open span {
    transition-duration: 0.1s;
    transition-delay: .25s;
    background: transparent;
}
#nav-icon.open span:before {
    transition: top .25s, transform .25s .25s;
    top: 0px;
    transform: rotateZ(-45deg);
}
#nav-icon.open span:after {
    transition: top 0.4s, transform .25s .25s;
    top: 0px;
    transform: rotateZ(45deg);
}
.mobile-navbar {
    display: none;
}
.conteiner-toggle-button {
    display: none;
    position: absolute;
    top: 10px;
    right: 30px;
    z-index: 9999;
}
#nav-icon {
    width: 40px;
    height: 40px;
    position: relative;
    transition-duration: 1s;
    margin: 48px auto 12px auto;
    cursor: pointer;
}
#nav-icon span {
    height: 7px;
    width: 40px;
    background-color: #fff;
    border-radius: 3px;
    position: absolute;
    transition-duration: .25s;
    transition-delay: .25s;    
}
#nav-icon span:before {
    left: 0;
    position: absolute;
    top: -15px;
    height: 7px;
    width: 40px;
    background-color: #fff;
    content: "";
    border-radius: 3px;
    transition-duration: .25s;
    transition: transform .25s, top .25s .25s;
}
#nav-icon span:after {
    left: 0;
    position: absolute;
    top: 15px;
    height: 7px;
    width: 40px;
    background-color: #fff;
    content: "";
    border-radius: 3px;
    transition-duration: .25s;
    transition: transform .25s, top .25s .25s;
}
#nav-icon.open span {
    transition-duration: 0.1s;
    transition-delay: .25s;
    background: transparent;
}
#nav-icon.open span:before {
    transition: top .25s, transform .25s .25s;
    top: 0px;
    transform: rotateZ(-45deg);
}
#nav-icon.open span:after {
    transition: top 0.4s, transform .25s .25s;
    top: 0px;
    transform: rotateZ(45deg);
}

@media (min-width: 1px) and (max-width: 767px) { 
    .mobile-navbar {
        display: block;
        position: fixed;
        top: 0;
        right: -100%;
        width: 100%;
        height: 100%;
        background: #152a41;
        color: #fff;
        z-index: 999;
        padding: 100px 50px;
        padding-right: 30px;
        text-align: right;
    }
    ul.list-mobile-navbar {
        list-style-type: none;
        margin-left: 0;
        padding-left: 0;
        margin-top: 80px;
    }
    ul.list-mobile-navbar li a {
        display: block;
        font-family: 'Gotham-Pro-Medium';
        font-size: 1.4em;
        line-height: 1.5;
        margin-bottom: 15px;
        color: rgba(255, 255, 255, 0.95);
    }
    .mobile-navbar a.link-phone {
        margin-top: 80px;
    }
    .header-navbar {
        background: none;
        top: 20px;
    }
    ul.footer-list {
        display: none;
    }
    a.header-link-main-logo {
        margin-top: 0;
        width: 90%;
    }
    .mobile-hidden {
        display: none;
    }
    .conteiner-toggle-button {
        display: block;
    }
    div.dropdown-menu {
        position: relative !important;
        background: rgba(0,0,0,0);
        box-shadow: none;
        text-align: right;
        padding-bottom: 35px;
    }
}


@media (min-width: 1px) and (max-width: 320px) {
    #nav-icon span {
        height: 5px;
        width: 30px;
        margin-left: 10px;
    }
    #nav-icon span:before,
    #nav-icon span:after {
        height: 5px;
        width: 30px;
    }
    #nav-icon span:before {
        top: -10px;
    }
    #nav-icon span:after {
        top: 10px;
    }
    ul.list-mobile-navbar {
        margin-top: 30px;
    }
    ul.list-mobile-navbar li a {
        font-size: 1em;
        line-height: 1.3;
        margin-bottom: 10px;
    }
    .dropdown-menu.show {
        top: -20px !important;
    }
    div.video-link-container {
        margin-left: -15px;
    }
    .container-callback-widget p {
        font-size: 0.5em;
    }
    .container-callback-widget::before {
        top: 10px;
    }
    a.messangers-link {
        width: 25px;
        height: 25px;
        margin: 1px;
    }
    .callback-widget-item .titul-callback-widget {
        font-size: 0.5em;
    }
} 
@media (min-width: 321px) and (max-width: 450px) {
    .dropdown-menu.show {
        top: -30px !important;
    }
    .container-callback-widget {
        margin-right: 0;
        float: left;
        margin-left: 15px;
    }
} 
@media (min-width: 768px) and (max-width: 991px) { 
    .header-navbar {
        padding-top: 4px;
    }
    a.link-phone,
    a.link-main {
        font-size: 12px;
    }
    a.link-social {
        display: block;
        width: 25px;
        height: 25px;
        margin: 2px;
    }
    ul.social-list {
        margin-top: 0;
    }
    .position-contact-contacts-page-tg span {
        line-height: 25px;
    }
}
@media (min-width: 992px) and (max-width: 1199px) { 
    .position-contact-contacts-page-tg span {
        line-height: 33px;
    }
}



/* MAIN VIDEO
************************************/
.main-video {
    position: relative;
    overflow: hidden;
    height: 1080px;
    z-index: 99;
}
#videoBG {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 101;
    opacity: 1;
    object-fit: cover;
    object-position: center;    
}
.main-video::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    height: 100px;
    width: 100%;
    background: linear-gradient(180deg, rgba(17, 37, 59, 0) 0%, #152941 90%, #152941 100%);
    z-index: 102;
}
.bg-bottom-gradient {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    height: 100px;
    width: 100%;
    background: linear-gradient(180deg, rgba(17, 37, 59, 0) 0%, #152941 90%, #152941 100%);
    z-index: 102;
}
.video-controls {
    position: absolute;
    left: 0;
    bottom: 100px;
    width: 100%;
    z-index: 99999;
}
.video-link-container {
    position: relative;
    z-index: 99999;
    width: 80px;
    height: 80px;
    padding: 15px;
    border-radius: 50%;
    background: linear-gradient(181.27deg, rgba(19, 36, 46, 0.9) 9.3%, rgba(106, 167, 145, 0) 161.74%);
}
.video-link-container a {
    position: relative;
    z-index: 99999;
}


@media (min-width: 1px) and (max-width: 767px) {   
    div.video-link-container {
        width: 52px;
        height: 52px;
        padding: 10px;
    }
    div.video-controls {
        position: absolute;
        left: 15px;
        bottom: 105px;
    }
    div.progress-wrap.btn-right-side {
        right: 30px;
    }
    div.progress-wrap {
        bottom: 110px;
        height: 48px;
        width: 48px;
    }
    div.progress-wrap::after {
        width: 48px;
        height: 48px;
        font-size: 30px;
        line-height: 50px;
    }
}
@media screen and (max-width: 767px) and (max-height: 480px) { 
    #tubular-player {
        height: 580px !important;
    }
    .main-video {
        height: 480px;
    }
    .video-controls {
        bottom: 39px;
    }
    .video-link-container {
        width: 60px;
        height: 60px;
        padding: 10px;
    }
}


@media screen and (max-width: 320px) and (max-height: 480px) { 
    .main-video {
        height: 330px;
    }
    .main-video-obsled {
        height: 370px;
    }
    .main-video-proekt {
        height: 480px;
    }
    .main-video-postavka {
        height: 680px;
    }
    .main-video-postavka .js-video-video {
        margin-top: -200px;
    }
}


@media screen and (max-width: 767px) and (min-height: 481px) and (max-height: 568px) { 
    #tubular-player {
        height: 580px !important;
    }
    .main-video {
        height: 568px;
    }
    .video-controls {
        bottom: 36px;
    }
    .video-link-container {
        width: 60px;
        height: 60px;
        padding: 10px;
    }
}
@media screen and (max-width: 320px) and (min-height: 481px) and (max-height: 568px) { 
    .main-video {
        height: 410px;
    }
    .main-video-proekt {
        height: 567px;
    }
    .main-video-postavka {
        height: 680px;
    }
    .main-video-postavka .js-video-video {
        margin-top: -100px;
    }
}


@media screen and (max-width: 767px) and (min-height: 569px) and (max-height: 667px) { 
    .main-video {
        height: 667px;
    }
    .video-controls {
        bottom: 36px;
    }
    .video-link-container {
        width: 60px;
        height: 60px;
        padding: 10px;
    }
}


@media screen and (max-width: 767px) and (min-height: 668px) and (max-height: 736px) { 
    #tubular-player {
        height: 748px !important;
    }
    .main-video {
        height: 736px;
    }
    .video-controls {
        bottom: 40px;
    }
    .video-link-container {
        width: 60px;
        height: 60px;
        padding: 10px;
    }
}


@media screen and (max-width: 767px) and (min-height: 737px) and (max-height: 812px) { 
    .main-video {
        height: 812px;
    }
    .video-controls {
        bottom: 45px;
    }
    .video-link-container {
        width: 60px;
        height: 60px;
        padding: 10px;
    }
}


@media screen and (max-width: 767px) and (min-height: 813px) and (max-height: 844px) { 
    .main-video {
        height: 844px;
    }
    .video-controls {
        bottom: 70px;
    }
    .video-link-container {
        width: 60px;
        height: 60px;
        padding: 10px;
    }
}


@media screen and (max-width: 767px) and (min-height: 845px) and (max-height: 896px) { 
    .main-video {
        height: 896px;
    }
    .video-controls {
        bottom: 45px;
    }
    .video-link-container {
        width: 60px;
        height: 60px;
        padding: 10px;
    }
}


@media screen and (max-width: 767px) and (min-height: 897px) and (max-height: 931px) { 
    .main-video {
        height: 926px;
    }
    .video-controls {
        bottom: 45px;
    }
    .video-link-container {
        width: 60px;
        height: 60px;
        padding: 10px;
    }
}


@media only screen and (max-width: 767px) and (min-height: 931px) { 
    .main-video {
        height: 832px;
    }
    .video-controls {
        bottom: 45px;
    }
    .video-link-container {
        width: 60px;
        height: 60px;
        padding: 10px;
    }
}


@media (min-width: 768px) and (min-height: 700px) and (max-height: 768px) { 
    .main-video {
        height: 768px;
    }
}


@media (min-width: 768px) and (min-height: 769px) and (max-height: 800px) { 
    .main-video {
        height: 800px;
    }
}


@media (min-width: 768px) and (min-height: 801px) and (max-height: 864px) { 
    .main-video {
        height: 864px;
    }
}


@media (min-width: 768px) and (min-height: 865px) and (max-height: 900px) { 
    .main-video {
        height: 900px;
    }
}


@media (min-width: 768px) and (min-height: 901px) and (max-height: 1024px) { 
    .main-video {
        height: 1024px;
    }
    .video-controls {
        bottom: 100px;
    }
}


@media (min-width: 768px) and (min-height: 1025px) and (max-height: 1080px) { 
    .main-video {
        height: 1180px;
    }
    .video-controls {
        bottom: 135px;
    }
}


@media (min-width: 768px) and (min-height: 1081px) and (max-height: 1180px) { 
    .main-video {
        height: 1180px;
    }
}


@media (min-width: 768px) and (min-height: 1181px) and (max-height: 1194px) { 
    .main-video {
        height: 1194px;
    }
}


@media (min-width: 768px) and (min-height: 1195px) and (max-height: 1366px) { 
    .main-video {
        height: 1366px;
    }
}


@media (min-width: 768px) and (min-height: 1366px) and (max-height: 1440px) { 
    .main-video {
        height: 1440px;
    }
}


@media (min-width: 321px) and (max-width: 767px) and (min-height: 569px) and (max-height: 667px) { 
    .main-video {
        height: 510px;
    }
}
@media (min-width: 321px) and (max-width: 767px) and (min-height: 668px) and (max-height: 736px) { 
    .main-video {
        height: 584px;
    }
}
@media (min-width: 321px) and (max-width: 767px) and (min-height: 737px) and (max-height: 812px) { 
    .main-video {
        height: 653px;
    }
}
@media (min-width: 321px) and (max-width: 767px) and (min-height: 813px) and (max-height: 896px) { 
    .main-video {
        height: 719px;
    }
}
@media (min-width: 321px) and (max-width: 767px) and (min-height: 813px) and (max-height: 896px) { 
    .main-video {
        height: 719px;
    }
}
@media (min-width: 321px) and (max-width: 767px) and (min-height: 897px) and (max-height: 935px) { 
    .main-video {
        height: 719px;
    }
    .main-video-obsled {
        height: 900px;
    }
}




/* ABOUT IMAGE
************************************/
.about-image img {
    width: 100%;
    max-width: 100%;
    height: auto;
    margin-top: -1px;
}




/* SERVICES SECTION
************************************/
.services {
    padding: 80px 0px;
    background: #152941;
}
.item-services {
    padding: 70px 40px;
    background: rgba(52, 218, 255, 0.51);
    border: 5px solid rgba(74, 216, 220, 0.4);
    box-shadow: 0px 15px 86px #00FFF0;
    border-radius: 30px;
    margin-bottom: 80px;
    color: #fff;
}
.item-services-persons {
    margin-bottom: 200px;    
}
h5.item-services-ttl {
    position: relative;
    font-family: 'Disket-Mono-Bold';
    font-size: 40px;
    line-height: 1.3;
    padding-left: 140px;
    margin-bottom: 60px;
    color: rgb(0 255 116);
}
h5.item-services-ttl::before {
    content: '';
    position: absolute;
    left: 0;
    top: -10px;
    width: 120px;
    height: 120px;
}
h5.item-services-ttl-pvh::before {
    background: url(../images/services/pvh-icon.png) no-repeat;
    background-size: contain;
}
h5.item-services-ttl-bitum::before {
    background: url(../images/services/bitum-icon.png) no-repeat;
    background-size: contain;
}
h5.item-services-ttl-obsled::before {
    background: url(../images/services/obsled-icon.png) no-repeat;
    background-size: contain;
    width: 130px; 
    height: 130px;
}
h5.item-services-ttl-proekt::before {
    background: url(../images/services/proekt-icon.png) no-repeat;
    background-size: contain;
}
h5.item-services-ttl-dom::before {
    background: url(../images/services/chast-icon.png) no-repeat;
    background-size: contain;
    width: 130px; 
    height: 130px;
}
h5.item-services-ttl-rem::before {
    background: url(../images/services/remont-icon.png) no-repeat;
    background-size: contain;
}
h5.item-services-ttl-mat::before {
    background: url(../images/services/material-icon.png) no-repeat;
    background-size: contain;
}
p.item-services-dsrn {
    display: block;
    font-family: 'Gotham-Pro-Medium';
    font-size: 25px;
    
    border-left: 5px solid transparent;
    border-image: linear-gradient(rgba(98, 255, 246, 0), #62FFF6, rgba(98, 255, 246, 0));
    border-image-slice: 1;
    padding: 10px 0px;
    padding-left: 20px;
    margin-bottom: 30px;
}
ul.item-services-advs {
    font-family: 'Gotham-Pro-Medium';
    font-size: 25px;
}
.container-services-person {
    position: relative;
}
img.img-services-person {
    position: absolute;
    width: 80%;
    height: auto;
    margin-top: -450px;
} 
@media (min-width: 1px) and (max-width: 767px) { 
    .section-header h2 {
        font-size: 50px;
    }
    p.secondary-h2 {
        border-left: none;
        padding-left: 0;
        font-size: 24px;
        line-height: 1.2;
    }
    .item-services {
        padding: 40px 10px;
    }
    h5.item-services-ttl {
        font-size: 22px;
        padding-left: 80px;
    }
    h5.item-services-ttl::before {
        width: 70px;
        height: 70px;
    }
    p.item-services-dsrn,
    ul.item-services-advs {
        font-size: 18px;
        line-height: 1.2;
    }
}
@media (min-width: 1px) and (max-width: 376px) {
    h5.item-services-ttl {
        font-size: 19px;
        padding-left: 70px;
    }
    h5.item-services-ttl::before {
        width: 60px;
        height: 60px;
    }
}

@media (min-width: 1px) and (max-width: 320px) {
    .section-header h2 {
        font-size: 35px;
    }
    p.secondary-h2 {
        font-size: 20px;
    }
    h5.item-services-ttl::before {
        width: 45px;
        height: 45px;
        top: -3px;
    }
    h5.item-services-ttl {
        font-size: 17px;
        padding-left: 45px;
        line-height: 1.1;
    }
    p.item-services-dsrn, ul.item-services-advs {
        font-size: 15px;
        line-height: 1.1;
        font-family: 'Gotham-Pro-Regular';
    }
    ul.item-services-advs {
        margin-bottom: 30px;
    }
}
@media (min-width: 768px) and (max-width: 911px) {
    ul.item-services-advs {
        margin-bottom: 30px;
    }
    .section-header h2 {
        font-size: 64px;
    }
    p.secondary-h2 {
        padding-left: 34px;
        font-size: 28px;
    }
}




/* OBJECTS SECTION
************************************/
.objects {
    position: relative;
    z-index: 98;
    margin-top: -230px;
    padding-top: 230px;
    background: #06A2D3;
}
.objects .section-header h2 {
    color: #BEF9FC;
}
.map-container {
    position: relative;
    overflow: hidden;
    padding-bottom: 120px;
    min-height: 800px;
}
.map-container img {
    overflow: hidden;
    position: relative;
    width: 100%;
}
.map-container::before, 
.map-container::after {
    content: '';
    position: absolute;
    width: 100%;
    left: 0;
    height: 80px;
    z-index: 99;
}
.svg-map-container {
    padding-bottom: 0;
}
.svg-map-container::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100px;
    background: linear-gradient(0deg, rgba(6, 162, 211, 0) 0%, #06A2D3 100%);
}
.svg-map-container::after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 150px;
    background: linear-gradient(180deg, rgba(6, 162, 211, 0) 0%, #06A2D3 100%);
}
.project-item {
    position: absolute;
    display: inline-block;
    cursor: pointer; 
    opacity: 1;
    z-index: 9999;
}
.project-item:hover span {
    background: #224469;
}
.project-item-dropdown {
    position: absolute;
    width: 420px;
    height: 0;
    bottom: 45px;
    left: 0;
    padding: 0;
    background: rgba(255, 255, 255, 1);
    box-shadow: 0px 0px 42px rgba(0, 255, 240, 0.22);
    border-radius: 23px 23px 23px 5px;
    z-index: 1;
    overflow: hidden;
    -moz-transition: height 1s ease;
    -webkit-transition: height 1s ease;
    -o-transition: height 1s ease;
    transition: height 1s ease;
    z-index: 999999;
}
.project-item:hover .project-item-dropdown {
    height: 300px;
}
.project-one {
    top: 70%;
    left: 52%;
}
.project-two {
    top: 57%;
    left: 47%;
}
.project-three {
    top: 57%;
    left: 49%;
}
.project-four {
    top: 63%;
    left: 43%;
}
.project-five {
    top: 64%;
    left: 46%;
}
.project-six {
    top: 60%;
    left: 49.5%;
}
.project-seven {
    top: 62%;
    left: 52%;
}
.project-eight {
    top: 47%;
    left: 50%;
}
.project-nine {
    top: 65%;
    left: 53.5%;
}
.project-ten {
    top: 44%;
    left: 53%;
}
.project-eleven {
    top: 40%;
    left: 59%;
}
.project-twelve {
    top: 38%;
    left: 61%;
}
.project-thirteen {
    top: 38%;
    left: 57%;
}
.project-fourteen {
    top: 64%;
    left: 57%;
}
.project-fifteen {
    top: 29%;
    left: 66%;
}
.project-item-label {
    background: #11263C;
    border-radius: 60px;
    z-index: 9999;
    position: relative;
    display: block;
    padding: 10px 20px;
    padding-left: 0;
    color: #fff;
    font-family: 'Gotham-Pro-Medium';
    font-size: 1em;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    z-index: 99;
    width: 43px;
    height: 43px;
}
.project-item-label::before {
    position: absolute;
    left: 6px;
    top: 7px;
    width: 30px;
    height: 30px;
    content: '';
    background: url(../images/main/project-map-icon.svg) no-repeat;
    background-size: contain;
}
.title-project-item-dropdown {
    display: block;
    padding-top: 30px;
    padding-left: 30px;
    padding-right: 30px;
    font-family: 'Gotham-Pro-Bold';
    font-size: 1.1em;
    margin-bottom: 5px;
    color: #11263C;
}
.text-project-item-dropdown {
    font-family: 'Gotham-Pro-Medium';
    font-size: 1em;
    color: #5A5A5A;
    margin-bottom: 10px;
    padding-left: 30px;
    padding-right: 30px;
}
.image-container-project-item-dropdown {
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 10px;
    padding-bottom: 30px;
}
a.link-map-project-photo {
    display: inline-block;
    width: 29%;
    margin-right: 3%;
}
a.link-map-project-photo:hover {
    opacity: 0.8;
}
a.link-map-project-photo img {
    width: 100%;
    height: 65px;
    border-radius: 7px;
    object-fit: cover;
    object-position: center;
}
a.btn-object-map-more {
    font-size: 0.9em;
    margin-left: 30px;
}
div.mapsvg-directory {
    background-color: rgb(6 162 211) !important;
    padding-top: 100px;
}
div.mapsvg-directory-item {
    position: relative;
    padding-left: 40px;
    font-family: 'Gotham-Pro-Bold' !important;
    font-size: 1.1em !important;
    color: #fff !important;
}
p.sistem-directory {
    font-family: 'Gotham-Pro-Regular' !important;
    font-size: 0.9em !important;
    color: #bef9fc !important;
}
div.mapsvg-sidebar div.mapsvg-controller-view-content {
    padding-bottom: 250px !important;
}
.geo-title {
    position: absolute;
    top: 12px;
    left: 5px;
    width: 27px;
    height: 45px;
}
.geo-title-1 {
    background: url(https://movsbuild.com/wp-content/uploads/mapsvg/markers/1.png) no-repeat;
    background-size: contain;
}
.geo-title-2 {
    background: url(https://movsbuild.com/wp-content/uploads/mapsvg/markers/2.png) no-repeat;
    background-size: contain;
}
.geo-title-3 {
    background: url(https://movsbuild.com/wp-content/uploads/mapsvg/markers/3.png) no-repeat;
    background-size: contain;
}
.geo-title-4 {
    background: url(https://movsbuild.com/wp-content/uploads/mapsvg/markers/4.png) no-repeat;
    background-size: contain;
}
.geo-title-5 {
    background: url(https://movsbuild.com/wp-content/uploads/mapsvg/markers/5.png) no-repeat;
    background-size: contain;
}
.geo-title-6 {
    background: url(https://movsbuild.com/wp-content/uploads/mapsvg/markers/6.png) no-repeat;
    background-size: contain;
}
.geo-title-7 {
    background: url(https://movsbuild.com/wp-content/uploads/mapsvg/markers/7.png) no-repeat;
    background-size: contain;
}
.geo-title-8 {
    background: url(https://movsbuild.com/wp-content/uploads/mapsvg/markers/8.png) no-repeat;
    background-size: contain;
}
.geo-title-9 {
    background: url(https://movsbuild.com/wp-content/uploads/mapsvg/markers/9.png) no-repeat;
    background-size: contain;
}
.geo-title-10 {
    background: url(https://movsbuild.com/wp-content/uploads/mapsvg/markers/10.png) no-repeat;
    background-size: contain;
}
.geo-title-11 {
    background: url(https://movsbuild.com/wp-content/uploads/mapsvg/markers/11.png) no-repeat;
    background-size: contain;
}
.geo-title-12 {
    background: url(https://movsbuild.com/wp-content/uploads/mapsvg/markers/12.png) no-repeat;
    background-size: contain;
}
.geo-title-13 {
    background: url(https://movsbuild.com/wp-content/uploads/mapsvg/markers/13.png) no-repeat;
    background-size: contain;
}
.geo-title-14 {
    background: url(https://movsbuild.com/wp-content/uploads/mapsvg/markers/14.png) no-repeat;
    background-size: contain;
}
.geo-title-15 {
    background: url(https://movsbuild.com/wp-content/uploads/mapsvg/markers/1.png) no-repeat;
    background-size: contain;
}
div.mapsvg-buttons.right {
    right: 30px;
}
div.mapsvg-btn-map.mapsvg-in {
    width: 65px;
    height: 65px;
    padding: 0;
    border-radius: 50%;
    background: rgba(25, 49, 75, 0.7);
    border: 8px solid #4AD8DC;
    box-shadow: 0px 7px 31px rgba(0, 255, 240, 0.53);
    border-bottom-right-radius: 50%;
    border-bottom-left-radius: 50%;
    border-bottom: 8px solid #4AD8DC;
    transition: .5s;
}
div.mapsvg-btn-map.mapsvg-out {
    width: 65px;
    height: 65px;
    padding: 0;
    border-radius: 50%;
    background: rgba(25, 49, 75, 0.7);
    border: 8px solid #4AD8DC;
    box-shadow: 0px 7px 31px rgba(0, 255, 240, 0.53);
    border-bottom-right-radius: 50%;
    border-bottom-left-radius: 50%;
    border-bottom: 8px solid #4AD8DC;
    transition: .5s;
    margin-top: 10px;
}
div.mapsvg-btn-map.mapsvg-in:before, div.mapsvg-btn-map.mapsvg-out:before {
    top: 23px;
    left: 13px;
    background-color: #4AD8DC;
    height: 4px;
    width: 24px;
    border-radius: 2px;
}
div.mapsvg-btn-map.mapsvg-in:hover, div.mapsvg-btn-map.mapsvg-out:hover {
    opacity: 0.8;
}
div.mapsvg-btn-map.mapsvg-in:after {
    top: 12px;
    left: 23px;
    background-color: #4AD8DC;
    height: 24px;
    width: 4px;
    border-radius: 2px;
}
div.mapsvg-btn-group {
    box-shadow: none;
}
div.mapsvg-details-container {
    position: absolute;
    width: 30% !important;
    left: 35%;
    top: 100px;
    bottom: auto;
    min-height: 310px !important;
    padding: 20px;
    z-index: 999;
    border-radius: 25px;
    box-shadow: 0px 0px 32px rgba(0, 255, 240, 0.42);
}
div.mapsvg-details-container .mapsvg-controller-view-content {
    padding: 30px;
    padding-top: 20px;
}
div.mapsvg-popover-close {
    top: 30px;
    right: 20px;
}
div.mapsvg-buttons {
    top: 45%;
}
a.project-gallery-link {
    display: inline-block;
    width: 30.5%;
    height: 70px;
    margin: 1%;
}
a.project-gallery-link img {
    width: 100%;
    height: 70px;
    object-fit: cover;
    object-position: center;
}
img.mapsvg-marker-image {
    width: 35px;
    height: 45px;
}
div.mapsvg-marker {
    padding: 3px;
    height: auto;
    background: none;
    border-radius: 0;
    box-shadow: none;
}
div.mapsvg-popover {
    width: 400px !important;
    border-radius: 20px;
}
div.mapsvg-popover h5 {
    display: block;
    padding-top: 30px;
    padding-right: 30px;
    font-family: 'Gotham-Pro-Bold';
    font-size: 1.5em;
    margin-bottom: 10px;
    color: #11263C;
}
div.mapsvg-popover a.btn-primary {
    display: block;
    padding: 12px 30px;
    height: auto;
    border-radius: 25px;
    margin-top: 20px;
}
div.mapsvg-controller-view-content p {
    font-size: 1.2em;
    color: #11263C;
}

@media (min-width: 1px) and (max-width: 376px) {
    .objects .section-header h2 {
        font-size: 30px;
        margin-top: 30px;
    }
}
@media (min-width: 377px) and (max-width: 575px) {
    .objects .section-header h2 {
        font-size: 40px;
        margin-top: 30px;
    }
}
@media (min-width: 1px) and (max-width: 767px) {
    div.mapsvg-mobile-buttons {
        display: none !important;
    }
    div.mapsvg-popover {
        max-width: 80% !important;
        min-height: 350px !important;
    }
    a.project-gallery-link {
        width: 30.5%;
    }
    div#mapsvg-1,
    div#mapsvg-4 {
        padding-bottom: 75% !important;
        padding-top: 75% !important;
    }
    .project-fifteen {
        top: 20%;
        left: 86%;
    }
    .project-thirteen {
        top: 28%;
        left: 86%;
    }
    .project-twelve {
        top: 29%;
        left: 72%;
    }
    .project-eleven {
        top: 23%;
        left: 74%;
    }
    .project-ten {
        top: 31%;
        left: 58%;
    }
    .project-eight {
        top: 31%;
        left: 37%;
    }
    .project-three {
        top: 44%;
        left: 29%;
    }
    .project-four {
        top: 51%;
        left: 4%;
    }
    .project-two {
        top: 46%;
        left: 16%;
    }
    .project-six {
        top: 49%;
        left: 41.5%;
    }
    .project-five {
        top: 55%;
        left: 35%;
    }
    .project-seven {
        top: 52%;
        left: 52%;
    }
    .project-nine {
        top: 57%;
        left: 53.5%;
    }
    .project-fourteen {
        top: 25%;
        left: 62%;
    }
    .project-one {
        top: 61%;
        left: 45%;
    }
    .advantages-bg {
        display: none;
    }
}


@media (min-width: 1px) and (max-width: 320px) {
    div.mapsvg-btn-map.mapsvg-in,
    div.mapsvg-btn-map.mapsvg-out {
        width: 55px;
        height: 55px;
        border: 4px solid #4AD8DC;
        border-bottom: 4px solid #4AD8DC;
    }
    div.mapsvg-buttons.right {
        right: 15px;
    }
}
@media (min-width: 375px) and (max-width: 767px) {
    .project-fifteen {
        top: 22%;
    }
    .project-thirteen {
        top: 30%;
    }
    .project-twelve {
        top: 31%;
    }
    .project-eleven {
        top: 25%;
    }
    .project-ten {
        top: 33%;
    }
    .project-eight {
        top: 33%;
    }
    .project-three {
        top: 46%;
    }
    .project-four {
        top: 53%;
    }
    .project-two {
        top: 48%;
    }
    .project-six {
        top: 51%;
    }
    .project-five {
        top: 57%;
    }
    .project-seven {
        top: 54%;
    }
    .project-nine {
        top: 59%;
    }
    .project-fourteen {
        top: 27%;
    }
    .project-one {
        top: 63%;
    }
}
@media (min-width: 414px) and (max-width: 767px) {
    .project-fifteen {
        top: 24%;
    }
    .project-thirteen {
        top: 32%;
    }
    .project-twelve {
        top: 33%;
    }
    .project-eleven {
        top: 27%;
    }
    .project-ten {
        top: 35%;
    }
    .project-eight {
        top: 35%;
    }
    .project-three {
        top: 48%;
    }
    .project-four {
        top: 55%;
    }
    .project-two {
        top: 50%;
    }
    .project-six {
        top: 53%;
    }
    .project-five {
        top: 59%;
    }
    .project-seven {
        top: 56%;
    }
    .project-nine {
        top: 61%;
    }
    .project-fourteen {
        top: 29%;
    }
    .project-one {
        top: 65%;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .project-fifteen {
        top: 30%;
        left: 90%;
    }
    .project-thirteen {
        top: 38%;
        left: 90%;
    }
    .project-twelve {
        top: 39%;
        left: 76%;
    }
    .project-eleven {
        top: 33%;
        left: 78%;
    }
    .project-ten {
        top: 41%;
        left: 62%;
    }
    .project-eight {
        top: 41%;
        left: 41%;
    }
    .project-three {
        top: 554%;
        left: 33%;
    }
    .project-four {
        top: 61%;
        left: 9%;
    }
    .project-two {
        top: 56%;
        left: 21%;
    }
    .project-six {
        top: 59%;
        left: 45.5%;
    }
    .project-five {
        top: 65%;
        left: 39%;
    }
    .project-seven {
        top: 62%;
        left: 56%;
    }
    .project-nine {
        top: 67%;
        left: 57.5%;
    }
    .project-fourteen {
        top: 35%;
        left: 66%;
    }
    .project-one {
        top: 71%;
        left: 49%;
    }
    .advantages-bg {
        display: none;
    }
}
@media (min-width: 992px) and (max-width: 1138px) {
    .project-one {
        top: 49%;
        left: 48%;
    }
    .project-two {
        top: 38%;
        left: 46%;
    }
    .project-three {
        top: 40%;
        left: 48%;
    }
    .project-four {
        top: 42%;
        left: 42%;
    }
    .project-five {
        top: 45%;
        left: 45%;
    }
    .project-six {
        top: 43%;
        left: 50.5%;
    }
    .project-seven {
        top: 47%;
        left: 51%;
    }
    .project-eight {
        top: 30%;
        left: 49%;
    }
    .project-nine {
        top: 45%;
        left: 52.5%;
    }
    .project-ten {
        top: 26%;
        left: 52%;
    }
    .project-eleven {
        top: 29%;
        left: 58%;
    }
    .project-twelve {
        top: 23%;
        left: 60%;
    }
    .project-thirteen {
        top: 25%;
        left: 56%;
    }
    .project-fourteen {
        top: 30%;
        left: 54%;
    }
    .project-fifteen {
        top: 19%;
        left: 65%;
    }
}
@media (min-width: 1139px) and (max-width: 1365px) {
    .project-one {
        top: 55%;
        left: 48%;
    }
    .project-two {
        top: 44%;
        left: 46%;
    }
    .project-three {
        top: 46%;
        left: 48%;
    }
    .project-four {
        top: 48%;
        left: 42%;
    }
    .project-five {
        top: 51%;
        left: 45%;
    }
    .project-six {
        top: 49%;
        left: 50.5%;
    }
    .project-seven {
        top: 53%;
        left: 51%;
    }
    .project-eight {
        top: 36%;
        left: 49%;
    }
    .project-nine {
        top: 51%;
        left: 52.5%;
    }
    .project-ten {
        top: 32%;
        left: 52%;
    }
    .project-eleven {
        top: 35%;
        left: 58%;
    }
    .project-twelve {
        top: 29%;
        left: 60%;
    }
    .project-thirteen {
        top: 31%;
        left: 56%;
    }
    .project-fourteen {
        top: 36%;
        left: 54%;
    }
    .project-fifteen {
        top: 25%;
        left: 65%;
    }
}
@media (min-width: 1366px) and (max-width: 1600px) {
    .project-one {
        top: 68%;
        left: 51%;
    }
    .project-two {
        top: 55%;
        left: 46%;
    }
    .project-three {
        top: 55%;
        left: 48%;
    }
    .project-four {
        top: 61%;
        left: 42%;
    }
    .project-five {
        top: 62%;
        left: 45%;
    }
    .project-six {
        top: 58%;
        left: 48.5%;
    }
    .project-seven {
        top: 60%;
        left: 51%;
    }
    .project-eight {
        top: 45%;
        left: 49%;
    }
    .project-nine {
        top: 63%;
        left: 52.5%;
    }
    .project-ten {
        top: 42%;
        left: 52%;
    }
    .project-eleven {
        top: 38%;
        left: 58%;
    }
    .project-twelve {
        top: 36%;
        left: 60%;
    }
    .project-thirteen {
        top: 36%;
        left: 56%;
    }
    .project-fourteen {
        top: 62%;
        left: 56%;
    }
    .project-fifteen {
        top: 27%;
        left: 65%;
    }
}
@media (min-width: 2500px) {
    .objects {
        margin-top: -250px;
    }
}




/* ADVANTAGES SECTION
************************************/
.advantages {
    position: relative;
    background: #152941;
    z-index: 100;
    padding-bottom: 70px;
    overflow: hidden;
}
.item-advantages {
    margin-bottom: 120px;
}
.item-advantages img {
    width: 65px;
    height: auto;
    margin-bottom: 25px;
    box-shadow: 0px 0px 32px rgba(0, 255, 240, 0.42);
    border-radius: 15px;
    position: relative;
    z-index: 99;
}
.advantages-title {
    font-family: 'Disket-Mono-Bold';
    font-size: 1.5em;
    line-height: 1.2;
    margin-bottom: 20px;
    color: #FFF;
    width: 90%;
}
.advantages-text {
    font-family: 'Gotham-Pro-Medium';
    font-size: 1.3em;
    color: #D4F6FC;
    width: 90%;
}
.advantages-bg {
    position: absolute;
    width: 45%;
    right: -10%;
    top: 15%;
    transform: rotate(4grad);
    z-index: 0;
}
@media (min-width: 1px) and (max-width: 320px) {
    .advantages .section-header h2 {
        font-size: 35px;
        margin-top: 50px;
        margin-bottom: -30px;
    }
    .item-advantages img {
        width: 55px;
    }
    .item-advantages,
    .item-advantages-row-three {
        margin-bottom: 60px !important;
    }
    .advantages-title,
    .advantages-text {
        width: 100%;
    }
    .advantages-text {
        font-size: 1em;
    }
}
@media (min-width: 321px) and (max-width: 450px) {
    .item-advantages,
    .item-advantages-row-three {
        margin-bottom: 60px;
    }
}
@media (min-width: 1px) and (max-width: 376px) {
    .advantages .section-header h2 {
        font-size: 30px;
        margin-top: 30px;
    }
    .advantages-title {
        font-size: 1.3em;
    }
    .advantages-text {
        font-size: 1.1em;
    }
    .advantages {
        overflow: hidden;
    }
}
@media (min-width: 377px) and (max-width: 575px) {
    .advantages .section-header h2 {
        font-size: 40px;
        margin-top: 30px;
    }
    .advantages-title {
        font-size: 1.3em;
    }
    .advantages-text {
        font-size: 1.1em;
    }
    .advantages {
        overflow: hidden;
    }
}
@media (min-width: 768px) and (max-width: 1199px) {
    .advantages {
        padding-top: 50px;   
    }
}





/* SELECTION SECTION
************************************/
.selection {
    position: relative;
    padding: 200px 0px;
    margin-top: -240px;
    background: #0E5462;
    z-index: 9;
}
.selection-vakans {
    margin-top: -178px;
    padding-bottom: 250px;
    z-index: -1;
}
.selection h2 {
    font-size: 55px;
    margin-bottom: 100px;
}
p.text-selection {
    display: block;
    padding-left: 65px;
    font-family: 'Gotham-Pro-Medium';
    font-size: 30px;
    line-height: 1.5;
    color: #FFF;
    padding-top: 60px;
    padding-bottom: 60px;
    border-left: 5px solid transparent;
    border-image: linear-gradient(#0e5462, #00f3ff, #0e5462);
    border-image-slice: 1;
    margin-bottom: 50px;
}
.selection-bg {
    position: absolute;
    top: 30%;
    left: 2%;
    width: 40%;
    height: auto;
    z-index: 0;
}
a.btn-selection {
    position: relative;
    z-index: 1;
}

@media (min-width: 1px) and (max-width: 767px) {
    .selection h2 {
        font-size: 33px;
        margin-top: 100px;
    }
    p.text-selection {
        padding-left: 22px;
        font-size: 18px;
    }
    .vakans-item h3 {
        font-size: 20px;
    }
    .vakans-item ul {
        font-size: 12px;
        margin-bottom: 40px;
        margin-left: 0px;
        padding-left: 15px;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .selection {
        margin-top: -175px;
    }
    .selection h2 {
        font-size: 42px;
    }
    p.text-selection {
        padding-left: 33px;
        font-size: 23px;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .selection {
        margin-top: -175px;
    }
    .selection-vakans {
        margin-top: -94px;
    }
}
@media (min-width: 1200px) and (max-width: 1365px) {
    .selection-vakans {
        margin-top: -118px;
    }
}
@media (min-width: 1366px) and (max-width: 1440px) {
    .selection {
        margin-top: -140px;
    }
    .selection-vakans {
        margin-top: -124px;
    }
}
@media (min-width: 1440px) and (max-width: 1535px) {
    .selection-vakans {
        margin-top: -134px;
    }
}
@media (min-width: 1536px) and (max-width: 1599px) {
    .selection-vakans {
        margin-top: -142px;
    }
}
@media (min-width: 1600px) and (max-width: 1919px) {
    .selection-vakans {
        margin-top: -148px;
    }
}





/* NEWS SECTION
************************************/
.news {
    position: relative;
    z-index: 9;
    padding-top: 100px;
    padding-bottom: 100px;
    background: #152941;
}
.item-news {
    margin-bottom: 30px;
    background: rgba(52, 218, 255, 0.51);
    border: 5px solid rgba(74, 216, 220, 0.4);
    box-shadow: 0px 3px 50px rgba(0, 255, 240, 0.44);
    border-radius: 30px;
}
.item-news img {
    width: 100%;
    border-bottom: 5px solid rgba(74, 216, 220, 0.4);
    border-radius: 25px;
}
.item-news .title-news {
    position: relative;
    display: block;
    padding: 15px 20px;
    font-family: 'Gotham-Pro-Medium';
    font-size: 1.3em;
    line-height: 1.2;
    color: #DCF0FF;
    padding-right: 60px;
}
.item-news a {
    text-decoration: none;
    transition: .5s;
}
.item-news a:hover {
    opacity: 0.8;
    text-decoration: none;
}
.item-news .title-news::before {
    position: absolute;
    right: 25px;
    top: 15px;
    width: 30px;
    height: 30px;
    content: '';
    background: url(../images/news/cursor.svg) no-repeat;
    background-size: contain;
}
.title-home-news h2 {
    position: relative;
    font-size: 2.6em;
    line-height: 1.3;
    padding-bottom: 15px;
    color: rgba(255, 255, 255, 0.95);
    margin-top: 50px;
}
.title-home-news h2::before {
    position: absolute;
    content: '';
    width: 60%;
    height: 4px;
    background: #2F9696;
    bottom: 0;
    left: 0;
}
a.btn-news-more {
    font-size: 1.2em;
    margin-top: 30px;
    padding-top: 15px;
    padding-bottom: 15px;
}


@media (min-width: 100px) and (max-width: 767px) {
    .title-home-news h2 {
        font-size: 35px;
    }
    a.btn-news-more {
        font-size: 16px;
        margin-bottom: 30px;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    a.btn-news-more {
        font-size: 16px;
    }
}




/* PARTNERS SECTION
************************************/
.partners {
    position: relative;
    z-index: 9;
    padding-bottom: 100px;
    background: #152941;
}
.logo-slider {
    overflow: hidden;
}
.logo-slider .item a {
    display: inline-block;
    width: 260px;
    margin: 15px;
    height: 165px;
    padding: 30px;
    background: rgba(0, 255, 240, 0.14);
    box-shadow: 0px 4px 12px rgba(255, 255, 255, 0.11);
    border-radius: 12px;
    text-align: center;
    vertical-align: middle;
    opacity: 0.8;
    transition: .5s;
}
.item a:hover {
    opacity: 1;
}
.logo-slider .slick-slide {
	margin: 15px;
}
.logo-slider .item img {
    width: 100%;
    margin-left: 0;
    height: auto;
    margin-top: 15px;
}


@media (min-width: 100px) and (max-width: 767px) {
    .logo-slider .item a {
        width: 230px;
    }
}
@media (min-width: 360px) and (max-width: 767px) {
    .logo-slider .item a {
        width: 290px;
    }
}
@media (min-width: 414px) and (max-width: 767px) {
    .logo-slider .item a {
        width: 180px;
        height: 130px;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .logo-slider .item a {
        width: 175px;
        height: 130px;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .logo-slider .item a {
        width: 145px;
        height: 120px;
    }
}
@media (min-width: 1200px) and (max-width: 1366px) {
    .logo-slider .item a {
        width: 200px;
        height: 150px;
    }
}
@media (min-width: 1367px) and (max-width: 1919px) {
    .logo-slider .item a {
        width: 205px;
        height: 155px;
    }
}





/* FOOTER
************************************/
.main-footer {
    position: relative;
    z-index: 9;
    padding: 50px 0px;
    background: #152941;
}
ul.footer-list {
    list-style-type: none;
    margin-left: -45px;
    margin-top: 16px;
    padding-left: 0;
}
ul.footer-list li {
    display: inline-block;
}
ul.footer-list li a {
    display: block;
    font-family: 'Gotham-Pro-Medium';
    font-size: 19px;
    padding-left: 43px;
    padding: 10px 20px;
    padding-left: 32px;
    padding-right: 8px;
    color: rgba(255, 255, 255, 1);
}
.footer-navbar {
    padding: 14px;
    padding-top: 10px;
    padding-bottom: 70px;
    background: url(../images/main/header-bg.png) no-repeat;
    background-size: contain;
}
a.footer-link-main-logo {
    margin-top: 7px;
}
.copyright {
    margin-top: -45px;
}
.copyright p,
.copyright a {
    display: inline-block;
    padding: 0px 35px;
    font-family: 'Gotham-Pro-Light';
    font-size: 22px;
    color: #FFFFFF;
    text-decoration: none;
}

@media (min-width: 100px) and (max-width: 767px) {
    .footer-navbar {
        background: none;
    }
    ul.footer-list {
        display: none;
    }
    .copyright {
        margin-top: 20px;
    }
    .copyright p, .copyright a {
        font-size: 15px;
        padding: 0;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    ul.footer-list {
        margin-top: 0;
    }
    ul.footer-list li a {
        font-size: 8px;
        padding-left: 9px;
        padding-right: 6px;
    }
    .copyright p, .copyright a {
        font-size: 15px;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    ul.footer-list {
        margin-top: 5px;
    }
    ul.footer-list li a {
        font-size: 11px;
        padding-left: 8px;
        padding-right: 8px;
    }
    a.link-phone,
    a.link-main {
        font-size: 17px;
    }
    ul.social-list {
        margin-top: -3px;
    }
    a.link-social {
        width: 33px;
        height: 33px;
    }
    .header-navbar {
        padding-top: 3px;
    }
    .copyright p, .copyright a {
        font-size: 16px;
    }
}
@media (min-width: 1200px) and (max-width: 1366px) {
    .section-main-block-vakans {
        padding-top: 200px;
    }
    .section-main-block-vakans-anim {
        padding-top: 120px;
    }
    ul.footer-list {
        margin-top: 9px;
    }
    ul.footer-list li a {
        font-size: 12px;
        padding-left: 17px;
    }
    a.link-phone,
    a.link-main {
        font-size: 20px;
    }
    ul.social-list {
        margin-top: 0px;
    }
    a.link-social {
        width: 35px;
        height: 35px;
    }
    .header-navbar {
        padding-top: 3px;
    }
    .copyright p, .copyright a {
        font-size: 16px;
    }
}
@media (min-width: 1367px) and (max-width: 1440px) {
    ul.footer-list li a {
        font-size: 13px;
        padding-left: 12px;
    }
    a.link-phone,
    a.link-main {
        font-size: 20px;
    }
    ul.social-list {
        margin-top: 0px;
    }
    a.link-social {
        width: 35px;
        height: 35px;
    }
    .header-navbar {
        padding-top: 3px;
    }
    .copyright p, .copyright a {
        font-size: 16px;
    }
}
@media (min-width: 1441px) and (max-width: 1599px) {
    ul.footer-list {
        margin-top: 11px;
    }
    ul.footer-list li a {
        font-size: 13px;
        padding-left: 12px;
    }
    a.link-phone,
    a.link-main {
        font-size: 20px;
    }
    ul.social-list {
        margin-top: 0px;
    }
    a.link-social {
        width: 35px;
        height: 35px;
    }
    .header-navbar {
        padding-top: 3px;
    }
    .copyright p, .copyright a {
        font-size: 16px;
    }
}
@media (min-width: 1600px) and (max-width: 1919px) {
    ul.footer-list {
        margin-top: 11px;
    }
    ul.footer-list li a {
        font-size: 13px;
        padding-left: 11px;
    }
    a.link-phone,
    a.link-main {
        font-size: 20px;
    }
    ul.social-list {
        margin-top: 0px;
    }
    a.link-social {
        width: 40px;
        height: 40px;
    }
    .header-navbar {
        padding-top: 3px;
    }
    .copyright p, .copyright a {
        font-size: 16px;
    }
}
@media (min-width: 1920px) and (max-width: 1999px) {
    ul.footer-list li a {
        font-size: 17px;
    }
}
@media (min-width: 2000px) and (max-width: 2559px) {
    ul.footer-list li a {
        font-size: 17px;
    }
}





/* PVH SERVICE
************************************/
.main-frame-services {
    position: relative;
    background: #134156;
    z-index: 12;
}
.main-frame-services-pvh {
    background: #d0d0d0;
}
.main-frame-services h1 {
    font-family: 'Disket-Mono-Bold';
    font-size: 60px;
    color: #fff;
    margin-top: 300px;
    margin-bottom: 200px;
}
h1.title-service-anim-page {
    font-family: 'Disket-Mono-Bold';
    font-size: 60px;
    color: #fff;
    margin-top: 300px;
    margin-bottom: 200px;
    position: absolute;
    z-index: 999;
    color: #0E5462;
    top: 150px;
}
h1.title-service-anim-page span {
    font-size: 152px;
}
h1.title-service-bitum-page {
    color: #fff;
    font-size: 75px;
}
h1.title-service-bitum-page span {
    font-size: 101px;
}
.after-main-line-anim {
    height: 50px;
    background-color: #d0d0d0;
}
.after-main-line-bitum {
    position: relative;
    z-index: 100;
    height: 100px;
    background: linear-gradient(90deg, #363537 0%, #4F4F4F 24.65%, #5D5D5D 38.89%, #646464 50.78%, #626262 64.08%, #5B5B5B 76.26%, #525252 100%);
}
.line-top-right-pvh-anim img {
    width: 40%;
    margin-left: 60%;
}
.fullscreen-bg-video {
    position: relative; 
    width: 100%;
}
.anim-advantages-pvh {
    margin-top: 0 !important;
    z-index: 999 !important;
}
.service-advantages {
    position: relative;
    padding: 100px 0px;
    padding-top: 200px;
    margin-top: -200px;
    background: #152941;
    z-index: 11;
}
.advantages-bitum {
    padding-top: 275px;
}
.section-home-advantages {
    overflow: hidden;
    position: relative;
}
.service-advantages h2 {
    font-family: 'Disket-Mono-Bold';
    font-size: 45px;
    margin-bottom: 70px;
    color: #fff;
}

.item-single-services-advantages {
    background: #0F2A47;  
    border: 3px solid #0E5462;
    border-radius: 33px;
    height: 430px;
    margin-bottom: 40px;
    padding: 40px;
    color: #fff;
}
.title-single-services-sdvantages {
    display: block;
    width: 100%;
    font-family: 'Disket-Mono-Bold';
    font-size: 1.4em;
    margin-bottom: 20px;
}
.text-single-services-sdvantages {
    display: block;
    width: 100%;
    font-family: 'Gotham-Pro-Regular';
    font-size: 1.3em;
    line-height: 1.4;
    margin-bottom: 20px;
}
.item-single-services-advantages img {
    width: 150px;
    height: auto;
}
.objects-services-one {
    padding: 100px 0px;
    padding-top: 200px;
    margin-top: -200px;
    background: #134156;
    color: #fff;
    position: relative;
    z-index: 10;
}
.objects-services-all {
    padding-bottom: 200px;
}
.objects-services-one h2 {
    font-family: 'Disket-Mono-Bold';
    font-size: 45px;
    margin-bottom: 70px;
    color: #fff;
}
.item-single-service-project {
    padding: 70px;
    padding-bottom: 30px;
    margin-bottom: 50px;
    background: rgba(52, 218, 255, 0.51);
    border: 5px solid rgba(74, 216, 220, 0.4);
    box-shadow: 0px 15px 86px #00FFF0;
    border-radius: 30px;
}
a.item-single-service-project-link-img {
    display: block;
    width: 100%;
}
a.item-single-service-project-link-img img {
    display: block;
    width: 100%;
    height: 200px;
    object-fit: cover;
    object-position: center;
    border-radius: 15px;
    border: 4px solid rgba(74, 216, 220, 0.4);
    margin-bottom: 30px;
}
a.item-single-service-project-link-img-large img {
    height: 450px;
}
.item-single-service-project-title {
    display: block;
    font-family: 'Gotham-Pro-Bold';
    font-size: 34px;
    margin-bottom: 3px;
}
.item-single-service-project-text {
    display: block;
    font-family: 'Gotham-Pro-Medium';
    font-size: 1.5em;
    margin-bottom: 25px;
}
.item-single-service-project-description {
    display: block;
    padding-left: 25px;
    border-left: 5px solid #62FFF6;
    font-family: 'Gotham-Pro-Medium';
    font-size: 1.5em;
    margin-bottom: 35px;
}
.items-service-single-projects ul.nav-tabs {
    margin-bottom: 50px;
    margin-left: 0;
    border-bottom: none;
}
.nav-tabs .nav-link {
    background: rgba(52, 218, 255, 0.51);
    border: 2px solid rgba(74, 216, 220, 0.4);
    box-shadow: 0px 16px 24px rgba(0, 255, 163, 0.22);
    border-radius: 40px;
    font-family: 'Disket-Mono-Bold';
    font-size: 1.2em;
    color: #fff;
    margin-right: 30px;
}
.line-top-right-pvh-anim img,
.line-top-right-bitum-anim img {
    -webkit-filter: none;
    filter: none;
}
.main-video-anim-bitum {
    margin-top: -2px;
}
.main-video-anim::before {
    display: none;
}
.video-responsive {
	padding-bottom: 56.25%;
	position: relative;
	width: 100%;
}
.canvas,
.video,
.js-video-video {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	background: #d0d0d0;
	z-index: 5;
}
.video,
.js-video-video {
    object-fit: cover;
}
@media (min-width: 1px) and (max-width: 767px) {
    .main-frame-services h1 {
        font-size: 40px;
    }
    .service-advantages h2,
    .objects-services-one h2 {
        font-size: 25px;
        margin-top: 40px;
    }
    .title-single-services-sdvantages,
    .text-single-services-sdvantages {
        font-size: 18px;
    }
    .nav-tabs .nav-link {
        font-size: 14px;
        margin-right: 10px;
        margin-bottom: 10px;
    }
    .item-single-service-project {
        padding: 20px;
    }
    .item-single-service-project-title {
        font-size: 24px;
    }
    .item-single-service-project-text {
        font-size: 17px;
    }
    .item-single-service-project-description {
        padding-left: 15px;
        font-size: 17px;
    }
    a.item-single-service-project-link-img-large img {
        height: 250px;
        margin-top: 20px;
    }
    a.item-single-service-project-link-img img {
        height: 150px;
    }
    .line-top-right-pvh-anim {
        margin-top: -30px;
    }
    h1.title-service-anim-page {
        margin-top: 0;
        font-size: 16px;
    }
    h1.title-service-anim-page span {
        font-size: 39px;
    }
    .after-main-line-anim {
        height: 60px;
    } 
    .fullscreen-bg-video {
        margin-top: -2px;
        min-height: 620px;
    }
    h1.title-service-bitum-page span {
        font-size: 21px;
    }
    .line-top-right-bitum-anim {
        margin-top: -25px;
    }
}
@media (min-width: 1px) and (max-width: 767px) {
    h1.title-service-anim-page {
        font-size: 13px;
    }
    h1.title-service-anim-page span {
        font-size: 33px;
    }
    .service-advantages {
        padding-top: 40px;
    }
    .service-advantages h2, .objects-services-one h2 {
        font-size: 21px;
    }
    .item-single-services-advantages {
        padding: 20px;
        height: auto;
    }
    .item-single-services-advantages img {
        margin-left: -17px;
    }
    .nav-tabs .nav-link {
        font-size: 12px;
    }
}
@media (min-width: 321px) and (max-width: 450px) {
    .service-advantages {
        padding-top: 240px;
    }
}
@media (min-width: 375px) and (max-width: 767px) {
    .line-top-right-bitum-anim {
        margin-top: -33px;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .main-frame-services h1 {
        font-size: 46px;
    }
    .service-advantages h2,
    .objects-services-one h2 {
        font-size: 38px;
        margin-top: 70px;
    }
    .nav-tabs .nav-link {
        font-size: 18px;
        margin-right: 10px;
        margin-bottom: 10px;
    }
    .item-single-service-project {
        padding: 40px;
    }
    a.item-single-service-project-link-img-large img {
        margin-top: 20px;
    }
    h1.title-service-anim-page {
        margin-top: 0;
        font-size: 29px;
    }
    h1.title-service-anim-page span {
        font-size: 74px;
    }
    .line-top-right-pvh-anim {
        margin-top: -55px;
    }
    .after-main-line-anim {
        height: 60px;
    } 
    h1.title-service-bitum-page span {
        font-size: 40px;
    }
    .line-top-right-bitum-anim {
        margin-top: -67px;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .service-advantages h2,
    .objects-services-one h2 {
        margin-top: 70px;
    }
    .item-single-services-advantages {
        padding: 20px;
    }
    .title-single-services-sdvantages,
    .text-single-services-sdvantages {
        font-size: 16px;
    }
    h1.title-service-anim-page {
        margin-top: 175px;
        font-size: 40px;
    }
    h1.title-service-anim-page span {
        font-size: 101px;
    }
    .line-top-right-pvh-anim {
        margin-top: -77px;
    }
    .after-main-line-anim {
        height: 60px;
    } 
    .advantages-bitum {
        padding-top: 245px;
    }
    .line-top-right-bitum-anim {
        margin-top: -90px;
    }
    .after-main-line-bitum {
        height: 100px;
    }
    h1.title-service-bitum-page span {
        font-size: 54px;
    }
}
@media (min-width: 1200px) and (max-width: 1365px) {
    .item-single-services-advantages {
        padding: 20px;
    }
    .title-single-services-sdvantages,
    .text-single-services-sdvantages {
        font-size: 18px;
    }
    h1.title-service-anim-page {
        top: 0;
        font-size: 45px;
    }
    h1.title-service-anim-page span {
        font-size: 114px;
    }
    .line-top-right-pvh-anim {
        margin-top: -105px;
    }
    .after-main-line-anim {
        height: 30px;
    }
    h1.title-service-anim-page {
        margin-top: 200px;
    }
    h1.title-service-anim-page span {
        font-size: 118px;
    }
    .line-top-right-pvh-anim {
        margin-top: -122px;
    }
    .after-main-line-anim {
        height: 30px;
    }
    .advantages-bitum {
        padding-top: 275px;
    }
    .line-top-right-bitum-anim {
        margin-top: -110px;
    }
    .after-main-line-bitum {
        height: 100px;
    }
    h1.title-service-bitum-page span {
        font-size: 60px;
    }
}
@media (min-width: 1366px) and (max-width: 1919px) {
    .item-single-services-advantages {
        padding: 20px;
    }
    .title-single-services-sdvantages,
    .text-single-services-sdvantages {
        font-size: 19px;
    }
    h1.title-service-anim-page {
        top: 100px;
        font-size: 50px;
    }
    h1.title-service-anim-page {
        font-size: 46px;
        top: 15px;
    }
    h1.title-service-anim-page span {
        font-size: 118px;
    }
    .line-top-right-pvh-anim {
        margin-top: -122px;
    }
    .after-main-line-anim {
        height: 30px;
    }
    .advantages-bitum {
        padding-top: 275px;
    }
    .line-top-right-bitum-anim {
        margin-top: -120px;
    }
    .after-main-line-bitum {
        height: 100px;
    }
    h1.title-service-bitum-page span {
        font-size: 60px;
    }
}
@media (min-width: 1920px) and (max-width: 1999px) {
    .line-top-right-pvh-anim {
        margin-top: -145px;
    }
    .line-top-right-bitum-anim {
        margin-top: -175px;
    }
}
@media (min-width: 2000px) {
    .service-advantages,
    .objects-services-one {
        margin-top: -250px;
    }
    .title-single-services-sdvantages,
    .text-single-services-sdvantages {
        font-size: 22px;
    }
    .line-top-right-bitum-anim {
        margin-top: -230px;
    }
    .advantages-bitum {
        margin-top: -180px;
    }
}





/* BITUM SERVICE
************************************/
.advantages-bitum .item-single-services-advantages {
    background: #093f49;
}
.main-frame-services-bitum {
    background: #134156;
}





/* OBSLEDOVANIE SERVICE
************************************/
.before-title-service-single {
    display: block;
    font-family: 'Disket-Mono-Bold';
    font-size: 1.7em;
    margin-top: 300px;
    color: #fff;
}
.title-service-page-obsled-anim {
    font-family: 'Disket-Mono-Bold';
    font-size: 60px;
    color: #fff;
}
.main-frame-obsledovanie {
    z-index: 13;
}
.main-frame-obsledovanie h1 {
    margin-top: 20px;
    margin-bottom: 20px;
}
.after-title-service-single {
    display: block;
    width: 50%;
    font-family: 'Gotham-Pro-Regular';
    font-size: 1.5em;
    margin-bottom: 100px;
    color: #fff;
}
.item-obsledovanie-vid {
    background: rgba(52, 218, 255, 0.51);
    border: 4px solid rgba(74, 216, 220, 0.4);
    box-shadow: 0px 3px 38px rgba(0, 255, 240, 0.44);
    border-radius: 24px;
    min-height: 390px;
    margin-bottom: 30px;
    transition: .5s;
}
.item-obsledovanie-vid img {
    height: 280px;
    width: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 22px;
    box-shadow: 0px 3px 38px rgba(0, 255, 240, 0.44);
}
.title-item-obsledovanie-vid {
    display: block;
    padding: 5px 25px;
    padding-top: 20px;
    font-family: 'Disket-Mono-Bold';
    font-size: 1.4em;
    color: #fff;
}
.advantages-title-row-focus {
    transform: scale(110%);
}
.text-item-obsledovanie-vid {
    display: block;
    padding: 0px 25px;
    font-family: 'Gotham-Pro-Regular';
    font-size: 1em;
    color: #fff;
}
.text-item-obsledovanie-vid-top {
    padding-top: 20px;
}
.text-item-obsledovanie-vid-bottom {
    padding-bottom: 20px;
}
.item-obsledovanie-vid-five {
    min-height: 430px;
}
.item-obsledovanie-vid-five img {
    height: 320px;
}
.item-obsledovanie-vid-six {
    padding: 8px;
}
.item-obsledovanie-vid-six img {
    height: auto;
}
.item-obsledovanie-vid-seven {
    margin-top: -120px;
    min-height: 510px;
}
.item-obsledovanie-vid-seven img {
    height: 400px;
}
.pulse-icon-spot {
    position: absolute;
    display: block;
    width: 50px;
    height: 50px;
    font-size: 2em;
    font-family: 'Gotham-Pro-Bold';
    text-transform: uppercase;
    text-align: center;
    line-height: 1.35;
    letter-spacing: -1px;
    color: white;
    border: 4px solid #4AD8DC;
    border-radius: 50%;
    background: #0E5462;
    cursor: pointer;
    box-shadow: 0 0 0 0 rgba(14, 84, 98, 0.51);
    animation: pulse 1.5s infinite;
}
.pulse-icon-spot-one {
    top: 20%;
    left: 17%;
}
.pulse-icon-spot-two {
    top: 10%;
    left: 33%;
}
.pulse-icon-spot-three {
    top: 27%;
    left: 27%;
}
.pulse-icon-spot-four {
    top: 18%;
    left: 44%;
}
.pulse-icon-spot-five {
    top: 36%;
    left: 38%;
}
.pulse-icon-spot-six {
    top: 27%;
    left: 57%;
}
.pulse-icon-spot-seven {
    top: 46%;
    left: 51%;
}
.pulse-icon-spot-eight {
    top: 36%;
    left: 71%;
}
.pulse-icon-spot-nine {
    top: 50%;
    left: 65%;
}
.pulse-icon-spot:hover {
    animation: none;
}
.pulse-icon-spot-one:hover ~ .item-obsledovanie-vid-one {
    transform: scale(110%);
    background: rgba(52, 218, 255, 0.8);
}
.line-gradient {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 60px;
    background: rgb(21,41,65);
    background: linear-gradient(0deg, rgba(21,41,65,1) 0%, rgba(21,41,65,0) 100%);
}

@keyframes pulse {
  0% {
      transform: scale(1);
  }
  70% {
      transform: scale(1);
      box-shadow: 0 0 0 10px rgba(14, 84, 98, 0.51);
  }
  100% {
      transform: scale(1);
      box-shadow: 0 0 0 0 rgba(14, 84, 98, 0.51);
  }
}
.advantages-obsledovanie {
    background: #1B6A7A;
    padding-bottom: 250px;
}
.advantages-obsledovanie .item-single-services-advantages {
    background: #093f49;
}
.obsledovanie-vids {
    z-index: 12;
    margin-top: 0;
}
.otchet-obsledovanie {
    padding: 200px 0px;
    margin-top: -200px;
    position: relative;
    background: #1b6a7a;
}
.otchet-obsledovanie h2 {
    font-family: 'Disket-Mono-Bold';
    font-size: 45px;
    margin-bottom: 70px;
    color: #fff;
}
.container-gallery-otchet {
    margin-bottom: 100px;
    background: rgba(52, 218, 255, 0.51);
    border: 4px solid rgba(74, 216, 220, 0.4);
    box-shadow: 0px 3px 35px rgba(0, 255, 240, 0.44);
    border-radius: 23px;
    padding: 15px;
}
.item-otchet {
    display: block;
}
.item-otchet img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    object-position: center;
    border-radius: 15px;
}
.obsl-title-container {
    position: absolute;
    z-index: 999;
}
@media (min-width: 1px) and (max-width: 767px) {
    .before-title-service-single {
        font-size: 20px;
        margin-top: 150px;
    }
    .title-service-page-obsled-anim {
        font-size: 40px;
    }
    .main-frame-obsledovanie h1 {
        font-size: 34px;
    }
    .after-title-service-single {
        width: 95%;
        font-size: 15px;
        line-height: 1.2;
    }
    .item-obsledovanie-vid-six {
        display: none;
    }
    .item-obsledovanie-vid {
        min-height: 200px;
        margin-top: 0;
    }
    .advantages-obsledovanie .item-single-services-advantages {
        height: 350px;
    }
    .otchet-obsledovanie h2 {
        font-size: 25px;
        margin-top: 40px;
    }
    .item-otchet img {
        height: 130px;
        margin-bottom: 20px;
        border-radius: 10px;
    }
    .main-frame-obsledovanie {
        background: #134156;
    }
    .obsledovanie-vids {
        margin-top: -5px;
    }
}
@media (min-width: 1px) and (max-width: 320px) {
    .before-title-service-single,
    .after-title-service-single {
        display: none;
    }
    .obsl-title-container {
        margin-top: 290px;
    }
    .title-service-page-obsled-anim {
        font-size: 25px;
    }
    .item-obsledovanie-vid img,
    .item-obsledovanie-vid-five img {
        height: 180px;
    }
    .title-item-obsledovanie-vid {
        font-size: 1.1em;
    }
    .advantages-obsledovanie .item-single-services-advantages {
        height: auto;
    }
}
@media (min-width: 321px) and (max-width: 450px) {
    .advantages-obsledovanie .item-single-services-advantages {
        height: auto;
    }
    a.item-single-service-project-link-img img {
        height: 120px;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .before-title-service-single {
        font-size: 24px;
    }
    .main-frame-obsledovanie h1 {
        font-size: 40px;
    }
    .after-title-service-single {
        width: 70%;
        font-size: 18px;
        line-height: 1.2;
    }
    .item-obsledovanie-vid-six {
        display: none;
    }
    .item-obsledovanie-vid {
        min-height: 500px;
        margin-top: 0;
    }
    .item-otchet img {
        margin-bottom: 20px;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .before-title-service-single {
        font-size: 26px;
    }
    .main-frame-obsledovanie h1 {
        font-size: 45px;
    }
    .after-title-service-single {
        width: 70%;
        font-size: 20px;
        line-height: 1.2;
    }
    .title-item-obsledovanie-vid {
        font-size: 16px;
    }
    .text-item-obsledovanie-vid-top,
    .text-item-obsledovanie-vid-bottom {
        display: none;
    }
    .item-obsledovanie-vid-seven {
        margin-top: 0;
        min-height: 390px;
    }
    .item-obsledovanie-vid-seven img {
        height: 280px;
    }
    .item-obsledovanie-vid-six img {
        height: 405px;
    }
    .item-single-services-advantages {
        height: 350px;
    }
    .item-otchet img {
        height: 200px;
    }
}
@media (min-width: 1200px) and (max-width: 1919px) {
    .item-single-services-advantages {
        height: 350px;
    }
    .item-otchet img {
        height: 200px;
    }
    .text-item-obsledovanie-vid-top,
    .text-item-obsledovanie-vid-bottom {
        display: none;
    }
    .item-obsledovanie-vid-seven {
        margin-top: 0;
        min-height: 390px;
    }
    .item-obsledovanie-vid-seven img {
        height: 280px;
    }
    .before-title-service-single-anim {
        margin-top: 200px;
    }
    .after-title-service-single {
        font-size: 1.2em;
    }
}
@media (min-width: 2000px) {
    .otchet-obsledovanie {
        margin-top: -250px;
    }
}





/* PROEKTIROVANIE SERVICE
************************************/
.advantages-proektirovanie {
    background: #1b6a7a;
}
.advantages-proektirovanie .item-obsledovanie-vid {
    min-height: 580px;
}
.advantages-proektirovanie .item-obsledovanie-vid img {
    height: 430px;
}
.item-proectirovanie-project {
    padding: 50px;
    background: rgba(52, 218, 255, 0.51);
    border: 5px solid rgba(74, 216, 220, 0.4);
    box-shadow: 0px 15px 86px #00FFF0;
    border-radius: 30px;
    color: #fff;
    margin-bottom: 50px;
}
a.link-project-image-project {
    display: block;
    height: 300px;
    border: 4px solid rgba(74, 216, 220, 0.4);
    border-radius: 24px;
    margin-bottom: 30px;
}
a.link-project-image-project img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 22px;
}
.title-proectirovanie-project {
    display: block;
    font-family: 'Disket-Mono-Bold';
    font-size: 2em;
    color: #fff;
}
a.btn-more-project-proectirovanie {
    display: block;
    width: 100%;
    text-align: center;
}
.services-proektirovanie-page {
    margin-top: 0;
}
.line-top-left-proekt-anim img {
    -webkit-filter: none;
    filter: none;
}
h1.title-service-page-proekt-anim {
    margin-top: 300px;
}
@media (min-width: 1px) and (max-width: 767px) {
    .main-frame-proektirovanie h1 {
        font-size: 30px;
    }
    .item-proectirovanie-project {
        padding: 20px;
    }
    .title-proectirovanie-project {
        font-size: 20px;
        margin-bottom: 20px;
    }
    .selection-proektirovanie h2 {
        font-size: 23px;
    }
    h1.title-service-page-proekt-anim {
        margin-top: 200px;
        font-size: 28px;
    }
    .line-top-left-proekt-anim {
        display: none;
    }
}
@media (min-width: 1px) and (max-width: 767px) {
    .advantages-proektirovanie .item-obsledovanie-vid img {
        height: 230px;
    }
    .advantages-proektirovanie .item-obsledovanie-vid {
        min-height: auto;
    }
}
@media (min-width: 1200px) and (max-width: 1919px) {
    .services-proektirovanie-page .title-item-obsledovanie-vid {
        font-size: 18px;
    }
}





/* REMONT SERVICE
************************************/
.main-frame-remont {
    z-index: 13;
}
.main-frame-remont h1 {
    margin-bottom: 20px;
}
.main-frame-remont .after-title-service-single {
    margin-bottom: 200px;
}
.remont-problems {
    background: #17304a;
    z-index: 12;
}
.item-remont-problem {
    margin-bottom: 120px;
    color: #fff;
}
.title-item-remont-problem {
    display: block;
    font-family: 'Disket-Mono-Bold';
    font-size: 1.4em;
    padding-left: 20px;
}
.remont-vids .item-obsledovanie-vid {
    min-height: 430px;
}
.remont-vids {
    background: #1b6a7a;
}
@media (min-width: 1px) and (max-width: 767px) {
    .description-proectirovanie-project {
        display: block;
        margin-bottom: 20px;
    }
    .line-top-left-proekt-anim {
        display: none;
    }
} 
@media (min-width: 1px) and (max-width: 320px) {
    .main-frame-remont h1 {
        margin-top: 150px;
    }
    .main-frame-remont .after-title-service-single {
        display: block;
        margin-bottom: 100px;
    }
    .remont-problems {
        padding-top: 200px;
    }
    .item-remont-problem {
        margin-bottom: 60px;
    }
    .title-item-remont-problem {
        font-size: 1.2em;
    }
    .remont-vids .item-obsledovanie-vid {
        min-height: auto;
    }
    .remont-vids {
        padding-top: 200px;
    }
    a.link-project-image-project {
        height: 150px;
    }
}
@media (min-width: 992px) and (max-width: 1365px) {
    .remont-vids .title-item-obsledovanie-vid {
        font-size: 13px;
    }
    .line-top-left-proekt-anim {
        margin-top: -136px;
    }
}
@media (min-width: 1366px) and (max-width: 1919px) {
    .remont-vids .title-item-obsledovanie-vid {  
        font-size: 17px;
    }
    .line-top-left-proekt-anim {
        margin-top: -144px;
    }
}
@media (min-width: 1440px) and (max-width: 1535px) {
    .line-top-left-proekt-anim {
        margin-top: -152px;
    }
}
@media (min-width: 1536px) and (max-width: 1919px) {
    .line-top-left-proekt-anim {
        margin-top: -163px;
    }
}





/* POSTAVKA SERVICE
************************************/
.services-postavka-page .item-single-services-advantages img {
    width: 200px;
    height: auto;
    object-fit: cover;
    object-position: center;
    margin-top: -100px;
}
.services-postavka-page .item-single-services-advantages {
    height: auto;
    margin-bottom: 140px;
    background: #093F49;
    border: 3px solid #1F8EA6;
}
.services-postavka-page .title-single-services-sdvantages {
    margin-top: 20px;
    height: 4em;
}
.services-postavka-page {
    margin-top: -40px;
}
.line-top-right-postavka-anim {
    margin-top: -170px;
}
.line-top-right-postavka-anim img {
    margin-left: 50%;
}
@media (min-width: 1px) and (max-width: 767px) {
    .line-top-right-postavka-anim img {
        display: none;
    }
}
@media (min-width: 1px) and (max-width: 320px) {
    .services-postavka-page {
        margin-top: -280px;
        padding-top: 100px;
    }
}
@media (min-width: 992px) and (max-width: 1919px) {
    .services-postavka-page .item-single-services-advantages button.btn {
        font-size: 13px;
    }
}
@media (min-width: 768px) and (max-width: 833px) {
    .line-top-right-postavka-anim {
        margin-top: -67px;
    }
    .services-postavka-page {
        margin-top: -140px;
    }
}
@media (min-width: 834px) and (max-width: 1023px) {
    .line-top-right-postavka-anim {
        margin-top: -67px;
    }
    .services-postavka-page {
        margin-top: -140px;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .line-top-right-postavka-anim {
        margin-top: -90px;
    }
    .services-postavka-page {
        margin-top: -140px;
    }
    .callback-widget {
        left: -85px;
    }
}
@media (min-width: 1200px) and (max-width: 1365px) {
    .line-top-right-postavka-anim {
        margin-top: -115px;
    }
    .callback-widget {
        left: -65px;
    }
}
@media (min-width: 1366px) and (max-width: 1439px) {
    .line-top-right-postavka-anim {
        margin-top: -123px;
    }
    .services-postavka-page {
        margin-top: -100px;
    }
}
@media (min-width: 1440px) and (max-width: 1535px) {
    .line-top-right-postavka-anim {
        margin-top: -129px;
    }
    .services-postavka-page {
        margin-top: -85px;
    }
}
@media (min-width: 1536px) and (max-width: 1599px) {
    .line-top-right-postavka-anim {
        margin-top: -137px;
    }
    .services-postavka-page {
        margin-top: -80px;
    }
}
@media (min-width: 1600px) and (max-width: 1919px) {
    .line-top-right-postavka-anim {
        margin-top: -144px;
    }
    .services-postavka-page {
        margin-top: -85px;
    }
}
@media (min-width: 2560px) {
    .line-top-right-postavka-anim {
        margin-top: -232px;
    }
    .services-postavka-page {
        margin-top: -75px;
    }
}





/* ABOUT PAGE
************************************/
.about-content {
    position: relative;
    z-index: 9;
    padding: 80px 0px;
    background: #152941;
    color: #fff;
}
.about-content-container {
    padding-left: 60px;
    padding-top: 20px;
    font-family: 'Gotham-Pro-Medium';
    font-size: 22px;
    color: #fff;
    border-left: 5px solid transparent;
    border-image: linear-gradient(#152941, #296576, #152941);
    border-image-slice: 1;
}
.image-about-page {
    position: relative;
    z-index: 8;
    margin-top: -200px;
}
.image-about-page img {
    width: 100%;
}
.item-mission {
    background: rgba(52, 218, 255, 0.51);
    border: 3px solid rgba(74, 216, 220, 0.4);
    box-shadow: 0px 15px 86px rgba(0, 255, 240, 0.6);
    border-radius: 30px;
    padding: 70px;
    margin-bottom: 100px;
}
.content-about-mission {
    background: #11253b;
    color: #fff;
    margin-top: -100px;
}
.title-mission {
    display: inline-block;
    padding: 11px 30px;
    background: rgba(52, 218, 255, 0.51);
    border: 3px solid rgba(74, 216, 220, 0.4);
    box-shadow: 0px 26px 40px rgba(0, 255, 163, 0.22);
    border-radius: 81px;
    font-size: 1.6em;
    font-family: 'Disket-Mono-Bold';
    margin-bottom: 40px;
}
.text-mission {
    display: block;
    font-size: 3em;
    font-family: 'Disket-Mono-Bold';
    padding-left: 40px;
    border-left: 3px solid #62FFF6;
} 
.mission-content {
    z-index: 99;
}
.principles {
    margin-top: 100px;
}
.principles h2,
.about-progress h2{
    font-family: 'Disket-Mono-Bold';
    font-size: 45px;
}
.principles p.subtitle-text,
.about-progress p.subtitle-text {
    font-size: 38px;
}
.item-principles {
    display: block;
    width: 100%;
    padding: 30px;
    text-align: center;
    color: #fff;
    background: rgba(52, 218, 255, 0.51);
    border: 3px solid rgba(74, 216, 220, 0.4);
    box-shadow: 0px 26px 40px rgba(0, 255, 163, 0.22);
    border-radius: 73px;
    font-size: 1.6em;
    font-family: 'Disket-Mono-Bold';
    margin-bottom: 60px;
}
.items-principles {
    margin-top: 100px;
}
.command {
    position: relative;
    z-index: 98;
    padding: 100px 0px;
    padding-top: 200px;
    margin-top: -200px;
    background: #152941;
    color: #fff;
}
.item-education {
    position: relative;
    margin-bottom: 100px;
    color: #fff;
}
.item-education img {
    position: absolute;
    left: 0;
    top: 0;
    width: 65px;
    height: 65px;
    box-shadow: 0px 0px 32px rgba(0, 255, 240, 0.42);
    border-radius: 15px;
}
.item-education p {
    display: block;
    padding-left: 90px;
    padding-top: 5px;
    font-family: 'Gotham-Pro-Medium';
    font-size: 1.4em;
    line-height: 1.3;
    color: rgba(255, 255, 255, 0.95);
}
.educations-items {
    margin-top: 130px;
}
.item-service-content {
    padding: 40px;
    padding-top: 0;
    margin-bottom: 100px;
    background: rgba(52, 218, 255, 0.51);
    border: 5px solid rgba(74, 216, 220, 0.4);
    box-shadow: 0px 15px 86px #00FFF0;
    border-radius: 30px;
    text-align: center;
}
img.person-img {
    width: 100%;
}
.person-title {
    font-family: 'Disket-Mono-Bold';
    font-size: 28px;
    line-height: 1.3;
    color: #fff;
    margin-top: 20px;
    margin-bottom: 20px;
}
.person-post {
    font-family: 'Disket-Mono-Bold';
    font-size: 22px;
    color: #62FFF6;
    margin-bottom: 20px;
    min-height: 60px;
}
.gallery {
    padding: 100px 0px;
    padding-top: 200px;
    margin-top: -200px;
    position: relative;
    background: #134156;
    z-index: 100;
    z-index: 97;
}
.gallery .section-header {
    margin-bottom: 80px;
}
.item-gallery {
    display: block;
    margin-bottom: 30px;
}
.item-gallery img {
    width: 100%;
    object-fit: cover;
    object-position: center;
    border: 3px solid rgba(74, 216, 220, 0.4);
    box-shadow: 0px 26px 40px rgba(0, 255, 163, 0.22);
    border-radius: 30px;
}
.item-gallery-large {
    margin-top: -30px;
}
.item-gallery-large img {
    height: 630px;
}
.item-gallery-small img {
    height: 285px;
}
.about-progress {
    padding: 100px 0px;
    padding-top: 250px;
    padding-bottom: 120px;
    margin-top: -200px;
    position: relative;
    z-index: 100;
    z-index: 96;
}
.item-progress {
    margin-top: 100px;
    padding: 50px 70px;
    background: rgba(52, 218, 255, 0.51);
    border: 3px solid rgba(74, 216, 220, 0.4);
    box-shadow: 0px 15px 86px rgba(0, 255, 240, 0.6);
    border-radius: 30px;
}
ul.list-progress {
    list-style-type: none;
    margin-left: 0;
    padding-left: 30px;
    padding-top: 30px;
    padding-bottom: 30px;
    border-left: 3px solid #62FFF6;
    font-family: 'Gotham-Pro-Medium';
    font-size: 1.5em;
    line-height: 1.5;
    margin-bottom: 0;
}
ul.list-progress li {
    margin-bottom: 7px;
    margin-top: 7px;
}
ul.list-progress span {
    color: #62FFF6;
}
.main-site-about-page .objects {
    z-index: 95;
}


@media (min-width: 1px) and (max-width: 767px) {
    .about-content-container {
        padding-left: 30px;
        font-size: 14px;
    }
    .item-mission,
    .item-progress {
        padding: 20px;
    }
    .text-mission {
        font-size: 24px;
        padding-left: 20px;
    }
    .principles h2, .about-progress h2 {
        font-size: 30px;
    }
    .principles p.subtitle-text, .about-progress p.subtitle-text {
        font-size: 28px;
    }
    .item-principles {
        padding: 20px;
        font-size: 19px;
        margin-bottom: 30px;
    }
    .command {
        z-index: 98;
        padding-top: 250px;
    }
    .item-education p {
        font-size: 18px;
    }
    .person-title {
        font-size: 18px;
        margin-bottom: 10px;
    }
    .person-post {
        font-size: 16px;
        min-height: 60px;
    }
    .gallery {
        z-index: 97;
        padding-top: 250px;
    }
    .gallery .section-header h2 {
        font-size: 30px;
    }
    .item-gallery-large img {
        height: 285px;
    }
    .about-progress {
        z-index: 96;
    }
    ul.list-progress {
        font-size: 14px;
    }
    .main-site-about-page .objects {
        z-index: 95;
    }
    .image-about-page {
        padding: 165px 0px;
    }
}
@media (min-width: 1px) and (max-width: 320px) {
    ul.list-content-about {
        padding-left: 10px;
        margin-left: 10px;
    }
    .item-gallery-large img,
    .item-gallery-small img {
        height: 135px;
    }
    .principles p.subtitle-text, .about-progress p.subtitle-text {
        font-size: 17px;
    }
}
@media (min-width: 375px) and (max-width: 767px) {
    .image-about-page {
        padding: 160px 0px;
    }
}
@media (min-width: 400px) and (max-width: 767px) {
    .image-about-page {
        padding: 155px 0px;
    }
}
@media (min-width: 500px) and (max-width: 767px) {
    .image-about-page {
        padding: 150px 0px;
    }
}
@media (min-width: 600px) and (max-width: 767px) {
    .image-about-page {
        padding: 145px 0px;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .image-about-page {
        padding: 105px 0px;
    }
    .principles h2, .about-progress h2 {
        font-size: 32px;
    }
    .principles p.subtitle-text, .about-progress p.subtitle-text {
        font-size: 30px;
    }
    .person-title {
        font-size: 22px;
    }
    .person-post {
        font-size: 18px;
    }
    .gallery .section-header h2 {
        font-size: 44px;
    }
    ul.list-progress {
        font-size: 18px;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .image-about-page {
        padding: 90px 0px;
    }
    .principles h2, .about-progress h2 {
        font-size: 32px;
    }
    .principles p.subtitle-text, .about-progress p.subtitle-text {
        font-size: 30px;
    }
    .person-title {
        font-size: 17px;
    }
    .person-post {
        font-size: 14px;
    }
    .gallery .section-header h2 {
        font-size: 44px;
    }
    ul.list-progress {
        font-size: 18px;
    }
    .item-principles {
        padding: 20px 10px;
        font-size: 16px;
    }
    .item-education p {
        font-size: 15px;
    }
}
@media (min-width: 1200px) and (max-width: 1365px) {
    .image-about-page {
        padding: 70px 0px;
    }
    .item-principles {
        padding: 20px 10px;
        font-size: 16px;
    }
    .item-education p {
        font-size: 15px;
    }
    .person-title {
        font-size: 17px;
    }
    .person-post {
        font-size: 14px;
    }
}
@media (min-width: 1366px) and (max-width: 1439px) {
    .image-about-page {
        padding: 50px 0px;
    }
    .item-principles {
        font-size: 16px;
    }
    .item-education p {
        font-size: 17px;
    }
    .person-title {
        font-size: 18px;
    }
    .person-post {
        font-size: 16px;
    }
}
@media (min-width: 1440px) and (max-width: 1919px) {
    .image-about-page {
        padding: 10px 0px;
    }
    .item-principles {
        font-size: 17px;
    }
    .item-education p {
        font-size: 18px;
    }
    .person-title {
        font-size: 19px;
    }
    .person-post {
        font-size: 17px;
    }
}
@media (min-width: 2000px) {
    .image-about-page,
    .command,
    .gallery,
    .about-progress {
        margin-top: -250px;
    }
}





/* CONTACTS PAGE
************************************/
.section-main-block-news {
    padding-top: 300px;
    color: #fff;
    background: #152941;
}
.section-main-block-vakans-new {
    background: #134156;
}
.section-main-block-vakans-anim {
    padding-top: 120px;
}
.item-contacts-page {
    padding: 30px 45px;
    margin-bottom: 40px;
    background: #0E5462;
    border: 5px solid rgba(74, 216, 220, 0.4);
    box-shadow: 0px 3px 50px rgba(0, 255, 240, 0.44);
    border-radius: 30px;
    color: #fff;
    min-height: 270px;
}
.title-item-contacts-page {
    font-family: 'Disket-Mono-Bold';
    font-size: 2.3em;
    margin-bottom: 20px;
}
.text-item-contacts-page,
a.link-item-contacts-page {
    display: block;
    text-decoration: none;
    font-family: 'Gotham-Pro-Medium';
    font-size: 1.4em;
    line-height: 1.3;
    margin-bottom: 20px;
    color: #fff;
}
.text-item-contacts-page {
    margin-bottom: 0;
}
.section-contacts-page {
    background: #152941;
}
.item-contact-contacts-page {
    position: relative;
    z-index: 1;
    color: #fff;
    margin-bottom: 70px;
}
.title-contact-contacts-page {
    font-family: 'Disket-Mono-Bold';
    font-size: 1.9em;
    margin-bottom: 20px;
    padding-left: 50px;
}
.position-contact-contacts-page {
    font-family: 'Disket-Mono-Bold';
    font-size: 1.4em;
    margin-bottom: 20px;
    color: #62FFF6;
    padding-left: 50px;
}
.position-contact-contacts-page-email {
    font-size: 1.1em;
    color: #fff;
}
.image-contact-contacts-page {
    width: 60%;
    margin-bottom: 40px;
    height: auto;
}
.section-contacts-page {
    position: relative;
}
.section-content-page {
    color: #fff;
    font-size: 1.2em;
    z-index: 1;
}
img.bg-contacts {
    position: absolute;
    width: 100%;
    height: auto;
    max-height: 100%;
    left: 0;
    top: 0;
    display: block;
    opacity: 0;
    z-index: 0;
}
img.single-news-thumbnail {
    width: 100%;
    height: auto;
    margin-bottom: 70px;
    border-radius: 25px;
    border: 3px solid #00FFF0;
}
.header-about-mission .advantages-line {
    margin-top: -200px;
}
.item-advantages-row-three {
    margin-bottom: 0;
}
@media (min-width: 1px) and (max-width: 991px) {
    .item-contact-contacts-page {
        text-align: center;
    }
    .item-contacts-page {
        padding: 25px;
    }
    .title-item-contacts-page {
        font-size: 28px;
    }
    .text-item-contacts-page, a.link-item-contacts-page {
        font-size: 20px;
    }
    .title-contact-contacts-page {
        font-size: 22px;
        padding-left: 0;
    }
    .position-contact-contacts-page {
        font-size: 18px;
        padding-left: 0;
    }
    .position-contact-contacts-page-email {
        font-size: 16px;
        padding-left: 0;
    }
    .item-advantages-row-three {
        margin-bottom: 120px;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .item-contact-contacts-page {
        text-align: center;
    }
    .item-contacts-page {
        padding: 30px;
    }
    .title-item-contacts-page {
        font-size: 30px;
    }
    .text-item-contacts-page, a.link-item-contacts-page {
        font-size: 21px;
    }
    .title-contact-contacts-page {
        font-size: 23px;
        padding-left: 0;
    }
    .position-contact-contacts-page {
        font-size: 19px;
        padding-left: 0;
    }
    .position-contact-contacts-page-email {
        font-size: 17px;
        padding-left: 0;
    }
}





/* PODBOR PAGE
************************************/
.podbor-page .section-main-block-service-bg {
    padding-top: 240px;
    padding-bottom: 10px;
    background: #134256;
}
.podbor-page .section-main-block-service-bg h1 {
    line-height: 1;
    position: relative;
    z-index: 9999;
    font-family: 'Disket-Mono-Bold';
    font-size: 70px;
    color: #fff;
}
.title-section-podbor {
    position: relative;
    display: block;
    margin-top: 100px;
    margin-bottom: 70px;
    padding-left: 100px;
    font-family: 'Disket-Mono-Bold';
    font-size: 1.8em;
    color: #fff;
}
.title-section-podbor::before {
    position: absolute;
    left: -10px;
    top: -30px;
    width: 100px;
    height: 100px;
    content: '';
}
.title-selected::before {
    background: url(../images/podbor/podbor-icon-1.jpg) no-repeat;
    background-size: contain;
}
.title-form::before {
    background: url(../images/podbor/podbor-icon-2.png) no-repeat;
    background-size: contain;
}
.form-selected label {
    display: block;
    font-family: 'Disket-Mono-Bold';
    font-size: 1.3em;
    margin-top: 30px;
    margin-bottom: 10px;
    color: #fff;
}
.form-selected select {
    position: relative;
    display: block;
    width: 80%;
    padding: 15px;
    border-radius: 15px;
    font-family: 'Gotham-Pro-Medium';
    font-size: 1.2em;
    background-color: #2685A3;
    border: 1px solid rgba(74, 216, 220, 0.4);
    color: #fff;
    appearance: none;
}
a.btn-selected {
    margin-top: 70px;
}
.section-result-podbor {
    padding-top: 70px;
    padding-bottom: 100px;
    background: #134256;
}
#formSelect {
    padding-top: 100px;
}
.item-roof-sistem {
    position: relative;
    margin-bottom: 100px;
    padding: 30px;
    background: rgba(52, 218, 255, 0.51);
    border: 5px solid rgba(74, 216, 220, 0.4);
    box-shadow: 0px 15px 86px #00FFF0;
    border-radius: 30px;
    color: #fff;
}
.header-item-sistem h4 {
    font-family: 'Gotham-Pro-Bold';
    font-size: 2em;
}
ul.list-label {
    position: absolute;
    left: 15px;
    bottom: -10px;
    list-style-type: none;
    margin-left: 0;
    padding-left: 0;
    display: flex;
}
ul.list-label li {
    display: block;
    padding: 7px 25px;
    min-width: 100px;
    text-align: center;
    border-radius: 7px;
    margin: 5px;
    background: #17D913;
    font-family: 'Disket-Mono-Bold';
    font-size: 15px;
}
ul.list-label li span {
    display: block;
    font-family: 'Gotham-Pro-Regular';
    font-size: 13px;
}
.sistem-advantages {
    padding: 10px 0px;
}
.item-advantages-sistem {
    display: inline-block;
    max-width: 255px;
    padding: 15px 30px;
    background: rgba(52, 218, 255, 0.51);
    border: 2px solid rgba(74, 216, 220, 0.4);
    box-shadow: 0px 16px 24px rgba(0, 255, 163, 0.22);
    border-radius: 45px;
    font-family: 'Disket-Mono-Bold';
    font-size: 1.2em;
    line-height: 1;
    margin-right: 30px;
    margin-bottom: 30px;
}
.sistem-description {
    font-family: 'Gotham-Pro-Medium';
    font-size: 1.3em;
    margin-bottom: 40px;
}
.sistem-structure {
    padding-left: 40px;
    border-left: 5px solid #62FFF6;
}
.title-list-sistem-structure {
    font-family: 'Disket-Mono-Bold';
    font-size: 1.3em;
    margin-bottom: 30px;
}
.list-sistem-structure ol {
    margin-left: 10px;
    padding-left: 10px;
    font-family: 'Gotham-Pro-Medium';
    font-size: 1.3em;
}
.list-sistem-structure ol li,
.list-sistem-structure ol li p {
    line-height: 1.2;
    margin-bottom: 10px;
}
.sistem-image {
    position: relative;
    background: rgba(74, 216, 220, 0.4);
    border: 4px solid rgba(74, 216, 220, 0.4);
    box-shadow: 0px 26px 40px rgba(0, 255, 163, 0.22);
    border-radius: 23px;
    padding: 0px;
}
.sistem-image img {
    width: 70%;
    margin-left: 15%;
    height: auto;
}
h2.title-no-post {
    color: #fff;
}
a.btn-sistem-select {
    margin-top: 50px;
}
.row-selection .wpcf7 {
    position: relative;
    z-index: 2;
}
.wpcf7 label {
    display: block;
    margin-bottom: 0;
    font-family: 'Gotham-Pro-Medium';
    font-size: 1.2em;
    color: #fff;
}
.wpcf7-radio,
.wpcf7-file {
    display: block;
    margin-bottom: 37px;
}

.wpcf7 input[type="file"] {
    color: transparent;
}
.wpcf7 input[type="file"]::-webkit-file-upload-button {
    visibility: hidden;
}
.wpcf7 input[type="file"]::before {
    content: 'Выберите файл';
    color: #00FFF0;
    display: inline-block;
    background: #0E5462;
    border: 2px solid #00FFF0;
    padding: 12px 40px;
    border-radius: 55px;
    font-family: 'Disket-Mono-Bold';
    font-size: 1.45em;
    line-height: 1.2;
    outline: none;
    white-space: nowrap;
    -webkit-user-select: none;
    cursor: pointer;
}
.wpcf7 input[type="file"]:active {
    outline: 0;
}
.wpcf7 input[type="file"]:hover::before {
    border-color: #00FFF0;
}
.wpcf7 input[type="file"]:active::before {
  background-color: #0E5462; 
}
.form-podbor-feedback {
    position: relative;
    z-index: 9;
    background: #134256;
    color: #fff;
    padding-bottom: 250px;
}
.form-podbor-feedback h2 {
    font-family: 'Disket-Mono-Bold';
    font-size: 50px;
}


@media (min-width: 1px) and (max-width: 991px) {
    .podbor-page .section-main-block-service-bg h1 {
        font-size: 34px;
        z-index: 99;
    }
    .title-section-podbor {
        font-size: 22px;
    }
    ul.list-label {
        display: none;
    }
    .sistem-image {
        margin-top: 20px;
    }
    .sistem-structure {
        font-size: 12px;
        padding-left: 20px;
    }
    .sistem-description {
        font-size: 14px;
    }
    .item-advantages-sistem {
        padding: 12px;
        font-size: 12px;
        margin-right: 10px;
        margin-bottom: 10px;
    }
    .header-item-sistem h4 {
        font-size: 22px;
    }
    .item-roof-sistem {
        padding: 15px;
        margin-bottom: 50px;
    }
    .form-podbor-feedback h2 {
        font-size: 35px;
    }
    .wpcf7 input[type="file"]::before {
        font-size: 12px;
    }
}
@media (min-width: 1px) and (max-width: 320px) {
    .podbor-page .section-main-block-service-bg h1 {
        font-size: 19px;
        z-index: 99;
    }
    .title-section-podbor::before {
        top: 0;
        width: 60px;
        height: 60px;
    }
    .title-section-podbor {
        font-size: 19px;
        padding-left: 60px;
        line-height: 1.2;
    }
    .form-selected label {
        font-size: 1.2em;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .podbor-page .section-main-block-service-bg h1 {
        font-size: 40px;
    }
    .title-section-podbor {
        font-size: 22px;
    }
    .sistem-structure {
        font-size: 14px;
        padding-left: 20px;
    }
    .sistem-description {
        font-size: 16px;
    }
    .item-advantages-sistem {
        padding: 16px;
        font-size: 14px;
        margin-right: 10px;
        margin-bottom: 10px;
    }
    .header-item-sistem h4 {
        font-size: 26px;
    }
    .item-roof-sistem {
        padding: 20px;
        margin-bottom: 50px;
    }
    .form-podbor-feedback h2 {
        font-size: 40px;
    }
    .wpcf7 input[type="file"]::before {
        font-size: 14px;
    }
    ul.list-label li {
        font-size: 10px;
    }
    ul.list-label li span {
        display: none;
    }
}
@media (min-width: 1200px) and (max-width: 1919px) {
    ul.list-label li {
        font-size: 9px;
    }
    ul.list-label li span {
        font-size: 7px;
    }
}





/* SINGLE OBJECT
************************************/
.service-container-title {
    color: #fff;
}
.single-object .section-main-block-service-bg {
    padding-top: 0;
    padding-bottom: 100px;
    background: #134156;
}
.single-object-main-img-container {
    position: relative;
    z-index: 0;
    overflow: hidden;
}
.service-container-title h1 {
    font-family: 'Disket-Mono-Bold';
    font-size: 35px;
}
.single-object-main-img {
    width: 100%;
    height: 800px;
    object-fit: cover;
    object-position: center;
}
.single-object-main-img-container::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100px;
    bottom: 0;
    left: 0;
    background: linear-gradient(0deg, #134156 2.54%, rgba(23, 47, 74, 0) 96.73%);
    z-index: 1;
}
.single-object-main-img-container::after {
    position: absolute;
    content: '';
    width: 100%;
    height: 200px;
    top: 0;
    left: 0;
    background: linear-gradient(180deg, #134156 2.54%, rgba(23, 47, 74, 0) 96.73%);
    z-index: 1;
}
.single-object .section-main-block-service-bg h1 {
    margin-top: 100px;
}
.single-object .section-main-block-service-bg p.subtitle-text,
.subtitle-text-container {
    margin-top: 100px;
}
.subtitle-text-container p {
    position: relative;
    display: block;
    padding-left: 70px;
    padding-top: 20px;
    font-family: 'Gotham-Pro-Medium';
    font-size: 1.2em;
    margin-left: -30px;
    border-left: 3px solid transparent;
    border-image: linear-gradient(#134156, #1e96b9, #134156);
    border-image-slice: 1;
}
.single-object-info {
    position: relative;
    z-index: 99;
    margin-top: -250px;
    background: #152a41;
    color: #fff;
}
.single-object-info .services-section-header {
    position: relative;
    z-index: 9;
    padding-top: 300px;
}
.single-object-info .services-section-header h2 {
    font-family: 'Disket-Mono-Bold';
    font-size: 35px;
    margin-bottom: 40px;
}
.single-object-info .services-section-content-full {
    z-index: 1;
    padding-bottom: 150px;
}
.single-object-info .services-section-content-full::before {
    position: absolute;
    top: 0;
    right: 0;
    left: auto;
    width: 60%;
    height: 100%;
    content: '';
    background: url(../images/main/objects-info-bg.png) no-repeat;
    background-size: contain;
}
.single-object-table-info {
    padding: 20px;
    background: #2685A3;
    border: 1px solid rgba(74, 216, 220, 0.4);
    border-radius: 12px;
    box-shadow: 0px 26px 40px rgba(0, 255, 163, 0.22);
    margin-bottom: 50px;
}
.project-table tr:first-child td {
    border-top: none;
}
.project-table tr td:first-child {
    border-right: 1px solid #dee2e6;
}
.project-table tr td {
    color: #fff;
    font-family: 'Gotham-Pro-Medium';
    font-size: 1.1em;
}
.title-project-info {
    display: block;
    padding-left: 40px;
    font-family: 'Disket-Mono-Bold';
    font-size: 1.5em;
    margin-bottom: 20px;
}
.secondary-title-project-info {
    margin-top: 50px;
    padding-left: 0;
}
ul.list-project-info {
    padding-left: 40px;
    margin-left: 30px;
    margin-bottom: 30px;
}
ul.list-project-info li {
    font-size: 1.7em;
    color: #00FFF0;
}
ul.list-project-info li p {
    color: #fff;
    font-family: 'Gotham-Pro-Medium';
    font-size: 0.7em;
}
a.link-project-photo-fancy {
    display: block;
    padding: 30px;
    background: rgba(52, 218, 255, 0.51);
    border: 3px solid rgba(74, 216, 220, 0.4);
    box-shadow: 0px 3px 35px rgba(0, 255, 240, 0.44);
    border-radius: 35px;
    margin-bottom: 30px;
}
a.link-project-photo-fancy img {
    width: 100%;
    height: 600px;
    object-fit: cover;
    object-position: center;
    border: 3px solid rgba(74, 216, 220, 0.4);
    border-radius: 35px;
}
a.link-project-photo-fancy-images {
    padding: 0;
    border: none;
}
ul.list-photo-project {
    display: flex;
    margin-left: 0;
    padding-left: 0;
    list-style-type: none;
}
ul.list-photo-project li {
    width: 25%;
}
ul.list-photo-project li a {
    margin-left: 15px;
    margin-right: 15px;
}
ul.list-photo-project li:first-child a {
    margin-left: 0;
}
ul.list-photo-project li:last-child a {
    margin-right: 0;
}
ul.list-photo-project li a img {
    height: 250px;
}
.item-video-project-container {
    position: relative;
    z-index: 99;
    background: rgba(52, 218, 255, 0.51);
    border: 4px solid rgba(74, 216, 220, 0.4);
    box-shadow: 0px 4px 38px rgba(0, 255, 240, 0.44);
    border-radius: 25px;
    margin-bottom: 50px;
}
.item-video-project-container iframe {
    border-radius: 25px;
}
.title-item-video-project {
    display: block;
    padding: 30px;
    font-family: 'Disket-Mono-Bold';
    font-size: 1.5em;
}
h2.screen-reader-text {
    display: none;
}
nav.navigation {
    position: absolute;
    z-index: 9;
    top: 40%;
    width: 100%;
    left: 0;
}
.nav-previous a,
.nav-next a {
    position: absolute;
    display: inline-block;
    top: 0;
    transition: .5s;
}
.nav-previous a {
    left: -240px;
}
.nav-previous a:hover {
    left: -10px;
}
.nav-next a {
    right: -240px;
}
.nav-next a:hover {
    right: -10px;
}
.nav-links .post-nav-image {
    padding: 10px 20px;
    font-family: 'Disket-Mono-Bold';
    font-size: 18px;
    color: #fff;
    background: rgba(52, 218, 255, 0.51);
    border: 1px solid rgba(74, 216, 220, 0.4);
    box-shadow: 0px 0px 32px rgba(0, 255, 240, 0.42);
    border-radius: 14px;
}
.nav-links .post-nav-image img {
    width: 80px;
    height: 80px;
    object-fit: cover;
    object-position: center;
    border-radius: 10px;
}
.nav-links .post-nav-image span {
    display: inline-block;
    width: 200px;
    margin: 15px;
}
.single-object img.service-bottom-left-line {
    margin-top: -170px;
}
.object-section-line {
    z-index: 100;
}
.single-object {
    position: relative;
    z-index: 101;
}
.section-line-vakans-new {
    
}

@media (min-width: 1px) and (max-width: 991px) {
    .nav-links .post-nav-image img {
        width: 40px;
        height: 40px;
    }
    .nav-links .post-nav-image {
        padding: 3px 10px;
    }
    .subtitle-text-container p {
        padding-left: 0;
        margin-left: 0;
        border: none;
    }
    .single-object-table-info {
        font-size: 12px;
    }
    a.link-project-photo-fancy img {
        height: 300px;
    }
    ul.list-photo-project {
        display: block;
    }
    ul.list-photo-project li {
        width: 100%;
    }
    ul.list-photo-project li a {
        margin-right: 0;
        margin-left: 0;
    }
}


@media (min-width: 992px) and (max-width: 1919px) {
    a.link-project-photo-fancy img {
        height: 300px;
    }
}





/* PAGE
************************************/
.section-content-page {
    background: #152941;
    padding-bottom: 100px;
}
.section-main-block-news h1 {
    margin-bottom: 40px;
}
@media (min-width: 1px) and (max-width: 991px) {
    .section-main-block-news h1 {
        font-size: 27px;
        margin-bottom: 40px;
    }
}





/* NEWS
************************************/
.section-home-news {
    background: #152941;
    padding-bottom: 70px;
}
.section-main-block-news h2 {
    font-family: 'Disket-Mono-Bold';
    font-size: 35px;
}
.section-main-block-news p.subtitle-text {
    font-size: 22px;
}
.section-main-block-news .services-section-header {
    padding-bottom: 70px;
}
.wp-pagenavi {
    margin-top: 90px;
    margin-bottom: 80px;
}
.wp-pagenavi a, .wp-pagenavi span {
    display: inline-block;
    margin-bottom: 20px;
    background: #2685A3;
    border: 2px solid rgba(74, 216, 220, 0.4);
    border-radius: 12px;
    padding: 10px 20px;
    font-family: 'Gotham-Pro-Medium';
    font-size: 1.3em;
    color: #fff;
}
.wp-pagenavi a:hover,
.wp-pagenavi span.current {
    background: rgb(104, 221, 224);
    border: 2px solid rgba(74, 216, 220, 0.4);
    text-decoration: none;
}





/* VAKANSII
************************************/
.item-vakans .position-contact-contacts-page {
    margin-bottom: 0;
}
.item-vakans .title-contact-contacts-page {
    font-size: 25px;
    margin-bottom: 35px;
    min-height: 80px;
}
.item-vakans button.btn {
    font-size: 20px;
    margin-left: 50px;
}
.section-main-block-vakans h1 {
    font-family: 'Disket-Mono-Bold';
    font-size: 50px;
    color: #fff;
}
ul.list-secondary-title-vakans {
    font-size: 26px;
    color: #62FFF6;
}
ul.list-secondary-title-vakans p {
    margin-bottom: 0;
    color: #fff;
}
button.btn-vakans-more {
    margin-bottom: 15px;
}
a.btn-vakans-more {
    display: inline-block;
    margin-left: 50px;
    margin-bottom: 15px;
}
.modal-body-vakans {
    font-size: 1.2em;
}
.modal-body-vakans h5 {
    font-size: 1.2em;
}
.modal {
    z-index: 9999;
}
.section-gallery-vakans {
    background: #152941;
    padding-bottom: 50px;
}
.section-gallery-vakans-new {
    padding-bottom: 120px;
    background: #134156;
}
.section-gallery-vakans a {
    display: block;
    width: 100%;
    height: auto;
    margin-bottom: 30px;
}
.section-gallery-vakans a img {
    object-fit: cover;
    border-radius: 25px;
    border: 2px solid #00FFF0;
    object-position: top;
    height: 200px;
    width: 100%;
    box-shadow: 0px 5px 20px #00FFF0;
}
.section-vakans h2 {
    font-family: 'Disket-Mono-Bold';
    font-size: 35px;
    color: #fff;
    margin-bottom: 40px;
}
button.single-btn-vakans,
a.single-btn-vakans {
    margin-top: 30px;
    margin-bottom: 30px;
    color: #0E5462;
    background: #00FFF0;
    border: 2px solid #00FFF0;
    padding: 21px 40px;
}
.single-vakans-main-content p {
    display: block;
    padding: 40px 0px;
    font-size: 28px;
    font-family: 'Gotham-Pro-Regular';
    color: #fff;
}
.single-vakans-main-content ul li p {
    padding: 0;
}
.vakans-single-secondary-title {
    font-family: 'Disket-Mono-Bold';
    font-size: 35px;
    color: #fff;
    margin-top: -30px;
}
p.text-secondary-title-vakans {
    display: block;
    padding: 40px 0px;
    font-size: 28px;
    font-family: 'Gotham-Pro-Medium';
    color: #00FFF0;
}
.single-vakans-main-content p.text-secondary-title-vakans {
    display: block;
    padding: 40px 0px;
    font-size: 28px;
    font-family: 'Gotham-Pro-Medium';
    color: #00FFF0;
}
.ycd-simple-current-unite {
    text-align: center;
}
.ycd-simple-content-wrapper-292 div.ycd-simple-countdown-number {
    font-family: 'Disket-Mono-Bold';
    font-size: 45px;
    color: #00FFF0;
    margin-bottom: 20px;
}
.ycd-simple-content-wrapper-292 div.ycd-simple-countdown-label {
    font-family: 'Disket-Mono-Bold';
    font-size: 28px;
    color: #fff;
    margin-bottom: 20px;
}
p.text-no-padding-top {
    padding-top: 0;
}
.single-vakans-main-content p.text-no-padding-bottom {
    padding-bottom: 20px;
}
a.vakans-link-social {
    width: 80px;
    height: 80px;
}
a.callback-single-btn-vakans {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: bottom;
}
.vakans-video {
    margin: 40px 0px;
    border-radius: 25px;
    border: 2px solid #00FFF0;
    box-shadow: 0px 5px 20px #00FFF0;
}
.vakans-video iframe {
    border-radius: 25px;
}
.vakans-monitor {
    position: absolute;
    top: 400px;
    left: 0;
    width: 100%;
    height: auto;
    z-index: 9999;
}
.monitor-container {
    width: 70%;
    padding: 15px;
    padding-bottom: 7px;
    background: rgba(14, 84, 98, 0.78);
    box-shadow: 0px 0px 31px rgba(0, 255, 252, 0.57), 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 30px;
}
.monitor-container video {
    width: 100%;
    border-radius: 30px;
}
.vakans-item {
    padding: 50px 40px;
    border-radius: 35px;
    background: rgba(255, 255, 255, 0.05);
    border: 4px solid #fff;
    color: #fff;
    margin-bottom: 50px;
}
.vakans-item h3 {
    font-family: 'Disket-Mono-Bold';
    font-size: 28px;
    color: rgba(0, 255, 240, 0.94);
    margin-bottom: 40px;
}
.vakans-item ul {
    font-size: 25px;
    margin-bottom: 40px;
}
@media (min-width: 1px) and (max-width: 1199px) {
    .item-vakans button.btn {
        margin-left: 0;
    }
}
@media (min-width: 1px) and (max-width: 767px) {
    .section-gallery-vakans a img {
        height: 120px;
    }
    .single-section-main-block-vakans h1 {
        font-size: 34px;
    }
    p.text-secondary-title-vakans {
        font-size: 21px;
    }
    button.single-btn-vakans {
        font-size: 17px;
    }
    .vakans-single-secondary-title {
        font-size: 23px;
    }
    .single-vakans-main-content p {
        padding: 20px 0px;
        font-size: 18px;
        line-height: 24px;
    }
    .single-vakans-main-content p.text-secondary-title-vakans {
        padding: 20px 0px;
        font-size: 22px;
        line-height: 28px;
    }
    p.text-no-padding-top {
        padding-top: 0;
    }
    a.vakans-link-social {
        width: 62px;
        height: 62px;
    }
    .section-vakans h2 {
        font-size: 26px;
    }
    .vakans-monitor {
        display: none;
    }
    .vakans-video iframe {
        height: 200px;
    }
    .nav-links .post-nav-image span {
        font-size: 12px;
        line-height: 1.2;
    }
}
@media (min-width: 1px) and (max-width: 320px) {
    .line-top-left-vakans-anim {
        margin-top: -25px;
    }
    .section-main-block-vakans h1 {
        font-size: 35px;
    }
    ul.list-secondary-title-vakans p {
        font-size: 17px;
    }
    p.text-secondary-title-vakans {
        font-size: 18px;
    }
    a.btn-vakans-more {
        margin-left: 0;
    }
    a.callback-single-btn-vakans {
        display: block;
        font-size: 15px;
        margin-bottom: 10px;
    }
    a.vakans-link-social {
        display: inline-block;
    }
    button.single-btn-vakans, a.single-btn-vakans {
        display: block;
        font-size: 17px;
    }
    .vakans-video iframe {
        height: 200px;
    }
    .nav-links .post-nav-image span {
        font-size: 12px;
        line-height: 1.2;
    }
    .title-project-info,
    ul.list-project-info {
        padding-left: 0;
    }
    .single-object-main-img {
        height: 600px;
    }
    a.link-project-photo-fancy img,
    ul.list-photo-project li a img {
        height: 150px;
    }
    .project-table tr td {
        font-size: 10px;
    }
}
@media (min-width: 321px) and (max-width: 360px) {
    .line-top-left-vakans-anim {
        margin-top: -27px;
    }
}
@media (min-width: 361px) and (max-width: 375px) {
    .line-top-left-vakans-anim {
        margin-top: -28px;
    }
}
@media (min-width: 376px) and (max-width: 390px) {
    .line-top-left-vakans-anim {
        margin-top: -29px;
    }
}
@media (min-width: 391px) and (max-width: 414px) {
    .line-top-left-vakans-anim {
        margin-top: -30px;
    }
}
@media (min-width: 415px) and (max-width: 428px) {
    .line-top-left-vakans-anim {
        margin-top: -31px;
    }
}
@media (min-width: 429px) and (max-width: 430px) {
    .line-top-left-vakans-anim {
        margin-top: -31px;
    }
    a.btn-vakans-more {
        margin-left: 0;
    }
}
@media (min-width: 415px) and (max-width: 767px) {
    .vakans-monitor {
        display: block;
        top: 150px;
        left: 15px;
        width: 90%;
    }
    .monitor-container {
        width: 65%;
        padding: 7px;
        padding-bottom: 0;
    }
}
@media (min-width: 768px) and (max-width: 1199px) {
    .section-gallery-vakans a img {
        height: 150px;
    }
    .monitor-container {
        width: 100%;
    }
    .line-top-left-vakans-anim {
        margin-top: -55px;
    }
}
@media (min-width: 810px) and (max-width: 1199px) {
    .line-top-left-vakans-anim {
        margin-top: -57px;
    }
}
@media (min-width: 820px) and (max-width: 1199px) {
    .line-top-left-vakans-anim {
        margin-top: -58px;
    }
}
@media (min-width: 834px) and (max-width: 1199px) {
    .line-top-left-vakans-anim {
        margin-top: -60px;
    }
}
@media (min-width: 1024px) and (max-width: 1199px) {
    .line-top-left-vakans-anim {
        margin-top: -73px;
    }
}
@media (min-width: 1200px) and (max-width: 1365px) {
    .line-top-left-vakans-anim {
        margin-top: -93px;
    }
}
@media (min-width: 1366px) and (max-width: 1439px) {
    .line-top-left-vakans-anim {
        margin-top: -99px;
    }
}
@media (min-width: 1440px) and (max-width: 1535px) {
    .line-top-left-vakans-anim {
        margin-top: -106px;
    }
}
@media (min-width: 1536px) and (max-width: 1599px) {
    .line-top-left-vakans-anim {
        margin-top: -112px;
    }
}
@media (min-width: 1600px) and (max-width: 1919px) {
    .line-top-left-vakans-anim {
        margin-top: -140px;
    }
}
@media (min-width: 1920px) and (max-width: 2559px) {
    .vakans-monitor {
        top: 560px;
    }
}
@media (min-width: 2560px) and (max-width: 3000px) {
    .vakans-monitor {
        top: 700px;
    }
    .line-top-left-vakans-anim {
        margin-top: -187px;
    }
}





/* PERSONS ANIMATE
************************************/
body {
    overflow-x: hidden;
}
.roma-animate {
    position: absolute;
    width: 80%;
    left: 0;
    top: -380px;
}
.nairi-one-animate {
    position: absolute;
    width: 60%;
    left: 0;
    top: -380px;
}
.nairi-two-animate {
    position: absolute;
    width: 60%;
    left: 0;
    top: -380px;
}
.alik-one-animate {
    position: absolute;
    width: 100%;
    left: 0;
    top: -280px;
}
.alik-two-animate {
    position: absolute;
    width: 100%;
    left: 0;
    top: -280px;
}
.irina-animate {
    position: absolute;
    width: 60%;
    left: 0;
    top: -380px;
}
@media (min-width: 1px) and (max-width: 767px) {
    .services {
        overflow-x: hidden;
    }
    .item-services-persons {
        padding-top: 200px;
        margin-top: 100px;
    }
    .roma-animate {
        position: absolute;
        width: 65%;
        left: 35%;
        top: -900px;
    }
    .alik-two-animate {
        position: absolute;
        width: 80%;
        left: 9%;
        top: -820px;
    }
    .alik-one-animate {
        position: absolute;
        width: 80%;
        left: 9%;
        top: -820px;
    }
    .nairi-one-animate {
        position: absolute;
        width: 60%;
        left: 38%;
        top: -725px;
    }
    .nairi-two-animate {
        position: absolute;
        width: 60%;
        left: 38%;
        top: -725px;
    }
    .irina-animate {
        position: absolute;
        width: 80%;
        left: 25%;
        top: -700px;
    }
}
@media (min-width: 1px) and (max-width: 320px) {
    .roma-animate {
        top: -700px;
    }
    .alik-two-animate {
        top: -680px;
    }
    .alik-one-animate {
        top: -680px;
    }
    .nairi-one-animate {
        top: -570px;
    }
    .nairi-two-animate {
        top: -570px;
    }
    .irina-animate {
        top: -575px;
    }
}
@media (min-width: 321px) and (max-width: 450px) {
    .roma-animate {
        top: -800px;
    }
    .alik-two-animate {
        top: -780px;
    }
    .alik-one-animate {
        top: -780px;
    }
    .nairi-one-animate {
        top: -670px;
    }
    .nairi-two-animate {
        top: -670px;
    }
    .irina-animate {
        top: -675px;
    }
    div.mapsvg-buttons.right {
        right: 10px;
    }
    div.mapsvg-popover {
        min-height: 280px !important;
    }
}
@media (min-width: 414px) and (max-width: 450px) {
    .nairi-one-animate {
        top: -770px;
    }
    .nairi-two-animate {
        top: -770px;
    }
    .irina-animate {
        top: -775px;
    }
}
@media (min-width: 414px) and (max-width: 414px) {
    .roma-animate {
        top: -840px;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .item-services-persons {
        padding-top: 300px;
        margin-top: 200px;
    }
    .roma-animate {
        position: absolute;
        width: 65%;
        left: 35%;
        top: -1230px;
    }
    .alik-two-animate {
        position: absolute;
        width: 70%;
        left: 26%;
        top: -1050px;
    }
    .alik-one-animate {
        position: absolute;
        width: 70%;
        left: 26%;
        top: -1050px;
    }
    .nairi-one-animate {
        position: absolute;
        width: 50%;
        left: 43%;
        top: -980px;
    }
    .nairi-two-animate {
        position: absolute;
        width: 50%;
        left: 43%;
        top: -980px;
    }
    .irina-animate {
        position: absolute;
        width: 60%;
        left: 45%;
        top: -900px;
    }
}
@media (min-width: 1024px) and (max-width: 1279px) {
    .roma-animate {
        position: absolute;
        width: 100%;
        left: 0;
        top: 0;
    }
    .alik-two-animate {
        position: absolute;
        width: 100%;
        left: 0;
        top: 100px;
    }
    .alik-one-animate {
        position: absolute;
        width: 100%;
        left: 0;
        top: 100px;
    }
    .nairi-one-animate {
        position: absolute;
        width: 100%;
        left: 0;
        top: -320px;
    }
    .nairi-two-animate {
        position: absolute;
        width: 100%;
        left: 0;
        top: -320px;
    }
    .irina-animate {
        position: absolute;
        width: 100%;
        left: 0;
        top: -250px;
    }
}
@media (min-width: 1280px) and (max-width: 1365px) {
    .roma-animate {
        position: absolute;
        width: 100%;
        left: 0;
        top: -200px;
    }
    .alik-two-animate {
        position: absolute;
        width: 150%;
        left: 0;
        top: -180px;
    }
    .alik-one-animate {
        position: absolute;
        width: 150%;
        left: -300px;
        top: -180px;
    }
    .nairi-one-animate {
        position: absolute;
        width: 100%;
        left: 0;
        top: -320px;
    }
    .nairi-two-animate {
        position: absolute;
        width: 100%;
        left: 0;
        top: -320px;
    }
    .irina-animate {
        position: absolute;
        width: 100%;
        left: 0;
        top: -320px;
    }
}
@media (min-width: 1366px) and (max-width: 1535px) {
    .roma-animate {
        position: absolute;
        width: 100%;
        left: 0;
        top: -200px;
    }
    .alik-two-animate {
        position: absolute;
        width: 150%;
        left: 0;
        top: -180px;
    }
    .alik-one-animate {
        position: absolute;
        width: 150%;
        left: -300px;
        top: -180px;
    }
    .nairi-one-animate {
        position: absolute;
        width: 100%;
        left: 0;
        top: -320px;
    }
    .nairi-two-animate {
        position: absolute;
        width: 100%;
        left: 0;
        top: -320px;
    }
    .irina-animate {
        position: absolute;
        width: 100%;
        left: 0;
        top: -320px;
    }
}
@media (min-width: 1536px) and (max-width: 1919px) {
    .roma-animate {
        position: absolute;
        width: 100%;
        left: 0;
        top: -200px;
    }
    .alik-two-animate {
        position: absolute;
        width: 150%;
        left: 0;
        top: -180px;
    }
    .alik-one-animate {
        position: absolute;
        width: 150%;
        left: -300px;
        top: -180px;
    }
    .nairi-one-animate {
        position: absolute;
        width: 100%;
        left: 0;
        top: -320px;
    }
    .nairi-two-animate {
        position: absolute;
        width: 100%;
        left: 0;
        top: -320px;
    }
    .irina-animate {
        position: absolute;
        width: 100%;
        left: 0;
        top: -320px;
    }
}
@media (min-width: 428px) and (max-width: 767px) and (min-height: 737px) and (max-height: 812px) { 
    .main-video {
        height: 719px;
    }
    .main-video-obsled {
        height: 751px;
    }
    .main-video-postavka {
        height: 849px;
    }
    .main-video-postavka video {
        margin-top: -100px;
    }
    .service-advantages {
        padding-top: 60px;
    }
}
@media (min-width: 321px) and (max-width: 450px) {
    .remont-vids {
        padding-top: 250px;
    }
}