@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&display=swap');

body,
html {
    width: 100%;
    height: 100%;
    background: #F5F7FA;
}

body,
th,
td {
    font-family: "Helvetica";
    color: #3D4347;
    font-size: 18px;
    font-weight: 400;
    line-height: 140%;
}

body,
form,
object {
    margin: 0;
    padding: 0;
}

img,
table {
    border: none;
}

table {
    border-collapse: collapse;
}

table td {
    padding: 0;
}

a {
    color: #3D4347;
    text-decoration: underline;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
}

a:hover {
    text-decoration: none;
}

:focus {
    outline: none !important;
    text-decoration: none !important;
}



.simpleParallax {
    height: 100%;
}

.wrapper {
    overflow: hidden;
}

.sticky {
    position: fixed;
}

.stop {
    position: relative;
}

.bold {
    font-weight: bold;
}

.container-fluid {
    max-width: 1560px;
}

.container-fluid.big {
    max-width: 1704px;
}

.italic {
    font-style: italic;
}

img {
    max-width: 100%;
}

button {
    border: 0;
    outline: none !important;
    background: none;
    padding: 0;
    color: #33383A;
    text-align: left;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
}

button .ic {
    transition: 0s;
    -webkit-transition: 0s;
    -moz-transition: 0s;
    -ms-transition: 0s;
    -o-transition: 0s;
}

.ic {
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
}

.ic:before {
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
}

.h-100 {
    height: 100% !important;
}

.menu-open {
    overflow: hidden !important;
}

.margin-bottom {
    margin-bottom: 150px !important;
}

.padding {
    padding-top: 150px;
    padding-bottom: 150px;
}

.padding-top {
    padding-top: 150px;
}

.modal-open {
    overflow: hidden !important;
}

h2 {
    font-family: 'Oswald', serif;
    margin: 0 0 32px 0;
    color: var(--Night-Sky, #20313D);
    font-size: 68px;
    font-weight: 700;
    line-height: 110%;
    text-transform: uppercase;
}

h2 span {
    color: #0068B5;
}

h1 {
    font-family: 'Oswald', serif;
    margin: 0 0 32px 0;
    color: var(--Night-Sky, #20313D);
    font-size: 68px;
    font-weight: 700;
    line-height: 110%;
    text-transform: uppercase;
}

h3 {
    font-family: 'Oswald', serif;
    margin: 0 0 32px 0;
    color: var(--Night-Sky, #20313D);
    font-size: 48px;
    font-weight: 700;
    line-height: 110%;
    text-transform: uppercase;
}

h4 {
    font-family: 'Oswald', serif;
    margin: 0 0 32px 0;
    color: var(--Night-Sky, #20313D);
    font-size: 36px;
    font-weight: 700;
    line-height: 110%;
    text-transform: uppercase;
}

.gutters-10 {
    margin-right: -10px;
    margin-left: -10px;
}

.gutters-10>.col,
.gutters-10>[class*="col-"] {
    padding-right: 10px;
    padding-left: 10px;
}

.gutters-16 {
    margin-right: -16px;
    margin-left: -16px;
}

.gutters-16>.col,
.gutters-16>[class*="col-"] {
    padding-right: 16px;
    padding-left: 16px;
}

.gutters-24 {
    margin-right: -24px;
    margin-left: -24px;
}

.gutters-24>.col,
.gutters-24>[class*="col-"] {
    padding-right: 24px;
    padding-left: 24px;
}

::-webkit-scrollbar {
    width: 4px;
    border-radius: 6px;
    background-color: rgba(216, 200, 157, 0.2);
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
}

::-webkit-scrollbar-thumb {
    border-radius: 6px;
    background: #0068B5;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
}

::-webkit-scrollbar-track {
    border-radius: 6px;
    background-color: transparent;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
}

::-webkit-scrollbar:horizontal {
    height: 4px;
}
.home .wrapper {
    overflow: visible;
}
.home .content {
    padding: 142px 0 0 0;
}

.content {
    padding: 182px 0 0 0;
}

.btn-default {
    color: var(--Total-White, #FFF);
    font-family: Helvetica;
    font-size: 16px;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: 0.64px;
    text-transform: uppercase;
    text-align: center;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 12px 0 24px;
    text-decoration: none;
    border: 0;
    height: 56px;
    border-radius: 40px;
    background: var(--Light-Blue, #1481D3);
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    -ms-border-radius: 40px;
    -o-border-radius: 40px;
}

.btn-default.small {
    height: 48px;
    padding: 0 8px 0 20px;
}

.btn-default .icon {
    overflow: hidden;
    justify-content: end;
    margin: 0 0 0 12px;
    font-size: 18px;
    width: 32px;
    min-width: 32px;
    height: 32px;
    background: #fff;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
}

.btn-default .icon .ic {
    margin: 0 7px;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
}

.btn-default:hover .icon .ic:last-child {
    margin: 0 -22px 0 7px;
}

.btn-default:hover {
    background: var(--Dark-Blue, #0068B5);
}

.btn-default:hover .icon {
    margin: -4px -4px -4px 8px;
    width: 40px;
    min-width: 40px;
    height: 40px;
}

.btn-default .value {
    white-space: nowrap;
}


.btn-border {
    border: 2px solid var(--Dark-Blue, #0068B5);
    color: #3D4347;
    font-family: Helvetica;
    font-size: 16px;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: 0.64px;
    text-transform: uppercase;
    text-align: center;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 10px 0 22px;
    text-decoration: none;
    height: 56px;
    border-radius: 40px;
    background: none;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    -ms-border-radius: 40px;
    -o-border-radius: 40px;
}

.btn-border.small {
    height: 48px;
    padding: 0 6px 0 18px;
}

.btn-border .icon {
    overflow: hidden;
    justify-content: end;
    margin: 0 0 0 12px;
    font-size: 18px;
    width: 32px;
    min-width: 32px;
    height: 32px;
    background: #0068B5;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
}

.btn-border .icon .ic {
    margin: 0 7px;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
}

.btn-border .icon .ic:before {
    color: #fff;
}

.btn-border:hover .icon .ic:last-child {
    margin: 0 -22px 0 7px;
}

.btn-border:hover {
    background: rgba(0, 104, 181, 0.10);
    color: #0068B5;
}

.btn-border:hover .icon {
    margin: -4px -4px -4px 8px;
    width: 40px;
    min-width: 40px;
    height: 40px;
}

.btn-border .value {
    white-space: nowrap;
}



.btn-border.white {
    border: 2px solid #fff;
    color: #fff;
}

.btn-border.white .icon {
    background: #fff;
}

.btn-border.white .icon .ic:before {
    color: #20313D;
}

.btn-border.white:hover {
    background: rgba(255, 255, 255, 0.10);
}


.link-default {
    color: var(--Dark-Grey, #3D4347);
    font-family: Helvetica;
    font-size: 16px;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: 0.64px;
    text-transform: uppercase;
    text-align: center;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    border: 0;
    background: none;
}

.link-default .icon {
    overflow: hidden;
    justify-content: end;
    margin: 0 0 0 12px;
    font-size: 18px;
    width: 32px;
    min-width: 32px;
    height: 32px;
    border: 2px solid #0068B5;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
}

.link-default .icon .ic {
    margin: 0 4px;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
}

.link-default .icon .ic:before {
    color: #3D4347;
}

.link-default:hover .icon .ic:last-child {
    margin: 0 -23px 0 4px;
}

.link-default:hover {
    color: #0068B5;
}

.link-default:hover .icon .ic:before {
    color: #fff;
}

.link-default:hover .icon {
    background: #0068B5;
}

.link-default .value {
    white-space: nowrap;
    padding: 2px 0 0 0;
}

.link-default.back .icon {
    margin: 0 12px 0 0;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}



.header.out {
    transform: translateY(-100%);
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
}

.header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background: #fff;
    padding: 16px 0;
    border-bottom: 1px solid rgba(61, 67, 71, 0.2);
    z-index: 200;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
}

.header .cta {
    margin: 0 0 0 12px;
}

.header .header-phone {
    white-space: nowrap;
    display: block;
    text-decoration: None;
    padding: 13px 18px;
    color: var(--Dark-Grey, #3D4347);
    font-family: Helvetica;
    font-size: 18px;
    font-weight: 400;
    line-height: 100%;
    text-transform: uppercase;
    border-radius: 48px;
    border: 2px solid var(--Dark-Blue, #0068B5);
    -webkit-border-radius: 48px;
    -moz-border-radius: 48px;
    -ms-border-radius: 48px;
    -o-border-radius: 48px;
}

.header .header-phone:hover {
    color: #0068B5;
    background: rgba(0, 104, 181, 0.10);
}

.header .logo {
    display: block;
    margin: 0 50px 0 0;
    min-width: 185px;
}

.header .header-right {
    margin: 0 0 0 70px;
}

.main-menu {
    width: 100%;
}

.main-menu .nav li a {
    text-decoration: None;
    color: var(--Night-Sky, #20313D);
    font-family: Helvetica;
    font-size: 16px;
    font-weight: 400;
    line-height: 100%;
}

.main-menu .nav li a .icon {
    width: 20px;
    min-width: 20px;
    margin: 0 12px 0 0;
}

.main-menu .nav li a:hover {
    color: #0068B5;
}

.main-menu .nav li a.active {
    color: #0068B5;
}

.main-hero {
    margin: 0 0 112px 0;
}

.main-hero h1 {
    margin: 0;
    color: var(--Dark-Blue, #0068B5);
    font-family: 'Oswald', serif;
    font-size: 240px;
    font-weight: 700;
    line-height: 80%;
    text-transform: uppercase;
}

.main-hero .subtitle {
    margin: 49px 0 0 13px;
    color: var(--Dark-Blue, #0068B5);
    font-family: 'Oswald', serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 120%;
    text-transform: uppercase;
}

.main-hero .subtitle span {
    color: var(--Night-Sky, #20313D);
}

.main-hero .hero-info {
    width: 488px;
    margin: 0 0 0 40px;
    padding: 6px 0 0 0;
}

.main-hero .hero-info .info-title {
    color: var(--Night-Sky, #20313D);
    font-family: 'Oswald', serif;
    font-size: 40px;
    font-weight: 700;
    line-height: 120%;
    text-transform: uppercase;
}

.main-hero .hero-info .info-title span {
    display: block;
    color: #0068B5;
}

.main-hero .hero-navigate {
    margin: 52px 0 0 0;
}

.main-hero .hero-navigate .slider-navs {
    margin: 0 25px 0 0;
}

.main-hero .hero-navigate .slider-counts {
    margin: 0 0 0 32px;
    font-family: 'Oswald', serif;
    color: var(--Dark-Grey, #3D4347);
    font-size: 24px;
    font-weight: 700;
    line-height: 120%;
    text-transform: uppercase;
}

.main-hero .hero-navigate .slider-counts .total {
    opacity: 0.3;
}

.main-hero .hero-navigate .slider-counts .current {
    margin: 0 8px 0 0;
    font-size: 40px;
    font-weight: 700;
    line-height: 100%;
    text-transform: uppercase;
}

.main-hero .hero-navigate .line {
    height: 1px;
    width: 100%;
    opacity: 0.2;
    background: #3D4347;
}

.main-hero .hero-slider {
    margin: 36px 0 0 0;
    display: flex;
}

.main-hero .hero-slider .slick-list {
    width: 100%;
}

.main-hero .hero-slider .slide {
    overflow: hidden;
    height: 780px;
}

.main-hero .hero-slider .slide img {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%;
    filter: blur(10px);
    transform: scale(1.5) rotate(-15deg);
    -webkit-transform: scale(1.5) rotate(-15deg);
    -moz-transform: scale(1.5) rotate(-15deg);
    -ms-transform: scale(1.5) rotate(-15deg);
    -o-transform: scale(1.5) rotate(-15deg);
    -webkit-filter: blur(10px);
    transition: 1s;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    -ms-transition: 1s;
    -o-transition: 1s;
}

.main-hero .hero-slider .slide.act img {
    filter: blur(0px);
    transform: scale(1) rotate(0);
    -webkit-filter: blur(0px);
    -webkit-transform: scale(1) rotate(0);
    -moz-transform: scale(1) rotate(0);
    -ms-transform: scale(1) rotate(0);
    -o-transform: scale(1) rotate(0);
}


.slider-navs {
    width: 92px;
    min-width: 92px;
    position: relative;
    height: 40px;
}

.main-info .info-left {
    width: 844px;
}

.main-info .info-left h2 {
    margin: 0;
}

.main-info .info-left .info-title {
    margin: 32px 0;
    color: var(--Dark-Blue, #0068B5);
    font-family: 'Oswald', serif;
    font-size: 44px;
    font-weight: 700;
    line-height: 110%;
    text-transform: uppercase;
}

.main-info .info-left .left-info {
    max-width: 442px;
}

.main-info .info-left .anons {
    max-width: 416px;
    margin: 0 0 32px 0;
}

.main-info .info-left .anim {
    width: 382px;
}

.main-info .info-right {
    width: 596px;
    position: relative;
}

.main-info .info-right .anons {
    margin: 0 0 40px 0;
}

.main-info .first-items {
    margin: 0 0 40px 0;
}

.main-info .first-items .item {
    width: 200px;
    margin: 0 120px 0 0;
}

.main-info .first-items .item:last-child {
    margin: 0;
}

.main-info .first-items .data {
    color: var(--Dark-Blue, #0068B5);
    margin: 0 0 20px 0;
    font-size: 88px;
    font-family: 'Oswald', serif;
    font-weight: 700;
    line-height: 110%;
    text-transform: uppercase;
}

.main-info .second-items .item {
    width: 210px;
    margin: 0 110px 0 0;
}

.main-info .second-items .item:last-child {
    margin: 0;
}

.main-info .second-items .data {
    color: var(--Dark-Blue, #F5F7FA);
    -webkit-text-stroke: 1px #0068B5;
    text-stroke: 1px #0068B5;
    margin: 0 0 20px 0;
    font-size: 88px;
    font-family: 'Oswald', serif;
    font-weight: 700;
    line-height: 110%;
    text-transform: uppercase;
}

.main-info .info-right:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: -127px;
    width: 47px;
    height: 47px;
    background: url('../../images/line.svg') no-repeat center;
}

.main-info .info-right:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    right: 0px;
    width: 47px;
    height: 47px;
    background: url('../../images/line.svg') no-repeat center;
}

.title-container {
    margin: 0 0 48px 0;
}

.title-container h2 {
    margin: 0;
}

.title-container h1 {
    margin: 0;
}

.catalog-files {
    width: 596px;
    position: relative;
    padding: 32px 248px 32px 32px;
    border-radius: 16px;
    border: 1px solid var(--Light-Grey_Blue, #EAEEF3);
    background: var(--Total-White, #FFF);
}

.catalog-files span {
    text-decoration: none;
    color: var(--Dark-Blue, #0068B5);
}

.catalog-files a:hover {
    text-decoration: underline;
}

.catalog-files .files-image {
    position: absolute;
    bottom: 0;
    right: 0;
}


.main-catalog .catalog-tabs {
    border-bottom: 1px solid rgba(61, 67, 71, 0.2);
    border-top: 1px solid rgba(61, 67, 71, 0.2);
}

.main-catalog .catalog-tabs .tabs {
    border-right: 1px solid rgba(61, 67, 71, 0.2);
    padding: 120px 72px 120px 0;
    margin: 0 0px 0 0;
    width: 400px;
}

.main-catalog .catalog-tabs .tabs .nav li a {
    display: block;
    text-decoration: none;
    margin: 0 0 44px 0;
    padding: 0;
    font-size: 24px;
    font-weight: 500;
    line-height: 110%;
    text-transform: uppercase;
    opacity: 0.3;
}

.main-catalog .catalog-tabs .tabs .nav li:last-child a {
    margin: 0;
}

.main-catalog .catalog-tabs .tabs .nav li a.active {
    color: var(--Dark-Blue, #0068B5);
    opacity: 1;
}

.main-catalog .catalog-tabs .tabs .nav li a:hover {
    color: var(--Dark-Blue, #0068B5);
    opacity: 1;
}

.main-catalog .catalog-tabs .panel-info {
    padding: 70px 70px;
    width: 580px;
}

.main-catalog .catalog-tabs .panel-slider:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100vw;
    background: #fff;
}

.main-catalog .catalog-tabs .cat-slider {
    display: flex;
    width: 100%;
}

.main-catalog .catalog-tabs .cat-slider .slick-list {
    width: 100%;
}

.main-catalog .catalog-tabs .cat-slider .slide {
    height: 686px;
    padding: 50px 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.main-catalog .catalog-tabs .cat-slider .slide img {
    display: block;
    max-height: 100%;
    margin: 0 auto;
}

.main-catalog .catalog-tabs .panel-info .info-name {
    margin: 0 0 32px 0;
    color: var(--Night-Sky, #20313D);
    font-family: 'Oswald', serif;
    font-size: 44px;
    font-weight: 700;
    line-height: 120%;
    text-transform: uppercase;
}

.main-catalog .catalog-tabs .panel-info .info-anons {
    font-size: 16px;
    line-height: 140%;
    margin: 0 0 32px 0;
}

.main-catalog .catalog-tabs .panel-info .slider-counts {
    font-size: 24px;
    font-weight: 700;
    line-height: 120%;
    font-family: 'Oswald', serif;
    text-transform: uppercase;
}

.main-catalog .catalog-tabs .panel-info .slider-counts .current {
    font-size: 44px;
    line-height: 44px;
}

.main-catalog .catalog-tabs .panel-slider {
    background: #fff;
    position: relative;
    width: calc(100% - 580px);
}

.main-catalog .catalog-tabs .tab-content {
    width: calc(100% - 400px);
    position: relative;
}

.main-catalog .catalog-tabs .pane-container {
    width: 100%;
    position: relative;
}

.tab-content {
    position: relative;
}

.tab-content .tab-pane {
    display: block;
    position: absolute;
    opacity: 0;
    pointer-events: none;
    top: 0;
    left: 0;
    right: 0;
}

.tab-content .tab-pane.active {
    position: relative;
    opacity: 1;
    pointer-events: all;
}

ul:not(.nav) {
    list-style: none;
    padding: 0;
    margin: 0 0 32px 0;
}

ul:not(.nav) li {
    position: relative;
    margin: 0 0 20px 0;
    padding: 0 0 0 28px;
}

ul:not(.nav) li:before {
    content: "";
    display: block;
    position: absolute;
    width: 16px;
    height: 16px;
    left: 0;
    top: 4px;
    background: url('../../images/li.svg') no-repeat center;
}

.projects-section .projects-container {
    background: linear-gradient(180deg, #242F37 0%, #143752 100%);
}

.projects-section .projects-images {
    position: relative;
    margin: 0 0 0 0px;
    width: 100%;
}

.projects-section .projects-images .image-container {
    overflow: hidden;
    opacity: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    left: -200px;
    right: 0;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
}

.projects-section .projects-images .image-container.active {
    opacity: 1;
}

.projects-section .projects-images .image-container img {
    transform: scale(1.2);
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
}

.projects-section .projects-images .image-container.active img {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
}

.projects-section .projects-right {
    width: 488px;
    min-width: 488px;
    padding: 80px 0 80px 0px;
    margin: 0 0 0 108px;
}

.projects-section .projects-slider {
    margin: 40px 0 0 0;
    display: flex;
}

.projects-section .projects-slider .slider-name {
    padding: 0 0 36px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    font-family: 'Oswald', serif;
    margin: 0 0 36px 0;
    color: var(--Total-White, #FFF);
    font-size: 44px;
    font-weight: 700;
    line-height: 110%;
    text-transform: uppercase;
}

.projects-section .projects-slider .slider-props {
    margin: 0 0 36px 0;
}

.projects-section .projects-slider .slider-props .item {
    position: relative;
    padding: 0 0 0 28px;
    margin: 0 0 24px 0;
    color: var(--Total-White, #FFF);
    font-size: 18px;
    line-height: 100%;
}

.projects-section .projects-slider .slider-props .item:before {
    content: "";
    display: block;
    position: absolute;
    width: 16px;
    height: 16px;
    left: 0;
    top: 2px;
    background: url('../../images/li2.svg') no-repeat center;
}

.projects-section .projects-slider .slider-props .item .data {
    margin: 0 12px 0 0;
    opacity: 0.4;
}

.projects-section .projects-slider .slider-anons {
    margin: 0 0 36px 0;
    color: #fff;
    opacity: 0.6;
}

.projects-section .slider-counts {
    position: absolute;
    top: 80px;
    bottom: 80px;
    right: 80px;
    left: calc((-100vw + 1640px)/2);
    z-index: 5;
    color: var(--Night-Sky, #20313D);
    font-family: 'Oswald', serif;
    font-size: 88px;
    font-weight: 700;
    line-height: 120%;
    text-transform: uppercase;
}

.projects-section .slider-counts .total {
    position: absolute;
    bottom: 0;
    right: 0;
}

.projects-section .slider-counts .current {
    position: absolute;
    top: 0;
    left: 0;
}

.fields-section h2 {
    text-align: right;
    margin: 0;
}

.fields-section .image-right {
    width: 796px;
    height: 888px;
    position: relative;
    margin: 0 -200px 0 50px;
}

.fields-section .image-left {
    width: 488px;
    height: 720px;
    position: relative;
    margin: 0 128px 0 -200px;
}

.fields-section img {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.fields-section .fields-left h2 {
    margin: 64px 0 40px 0;
    text-align: left;
}

.fields-section .fields-left .anons {
    max-width: 326px;
    margin: 0 90px 0 0;
}

.fields-section .fields li {
    margin: 0 0 30px 0;
    font-size: 20px;
}

.fields-section .fields {
    margin: 0;
    width: 334px;
}

.fields-section .fields li:last-child {
    margin: 0;
}

.fields-section .fields {
    position: relative;
}

.fields-section .fields:before {
    content: "";
    display: block;
    position: absolute;
    top: -150px;
    left: -178px;
    width: 98px;
    height: 98px;
    background: url('../../images/line2.svg') no-repeat center;
}

.fields-section .fields:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 44px;
    right: -120px;
    width: 98px;
    height: 98px;
    background: url('../../images/line2.svg') no-repeat center;
}

.main-services {
    background: var(--Space-Gradient, linear-gradient(180deg, #242F37 0%, #143752 100%));
}

.main-services .services-container {
    background: var(--Space-Gradient, linear-gradient(180deg, #242F37 0%, #143752 100%));
}

.main-services .services-left {
    width: 925px;
    padding: 150px 48px 80px 0;
    top: 0;
    position: sticky;
}

@media(max-width: 991px){
    .main-services {
        overflow: hidden;
    }
    .main-services .services-left {
        position: relative;
    }
}

.main-services .services-left .video-logo {
    min-width: 156px;
    margin: 0 0 0 40px;
}

.main-services .services-left .video video {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.main-services .services-left .video {
    height: 740px;
    position: relative;
}

.main-services .services-left .video:before {
    content: "";
    display: block;
    position: absolute;
    top: -48px;
    left: -48px;
    width: 98px;
    height: 98px;
    background: url('../../images/line2.svg') no-repeat center;
}

.main-services .services-left .video:after {
    content: "";
    display: block;
    position: absolute;
    bottom: -48px;
    right: -48px;
    width: 98px;
    height: 98px;
    background: url('../../images/line2.svg') no-repeat center;
}

.main-services .services-items {
    padding: 120px 0 120px 0px;
    width: 600px;
    border-left: 1px solid rgba(255, 255, 255, 0.2);
    overflow: hidden;
}

.main-services h2 {
    color: #fff;
    margin: 0 0 32px 100px;
}

.main-services .sub-title {
    color: var(--Dark-Blue, #0068B5);
    margin: 0 0 0 100px;
    font-family: 'Oswald', serif;
    font-size: 44px;
    font-weight: 700;
    line-height: 110%;
    text-transform: uppercase;
}

.main-services .item {
    margin: 80px 0% 0 0;
    padding: 80px 100% 0 100px;
    position: relative;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.main-services .item .number {
    width: 92px;
    min-width: 92px;
    opacity: 0.2;
    color: var(--Total-White, #FFF);
    font-family: 'Oswald', serif;
    font-size: 44px;
    font-weight: 700;
    line-height: 110%;
    text-transform: uppercase;
}

.main-services .item .item-name {
    margin: 0 0 32px 0;
    color: var(--Total-White, #FFF);
    font-size: 44px;
    font-family: 'Oswald', serif;
    font-weight: 700;
    line-height: 110%;
    text-transform: uppercase;
}

.main-services .item .item-anons {
    opacity: 0.6;
    color: var(--Total-White, #FFF);
    font-size: 16px;
    line-height: 140%;
}

.main-services .item ul:not(.nav) li:before {
    background: url('../../images/li2.svg') no-repeat center;
}

.main-services .item ul:not(.nav) li:last-child {
    margin: 0;
}

.main-services .item ul:not(.nav) {
    margin: 0;
}


.checkbox input {
    cursor: pointer;
    position: absolute;
    z-index: -1;
    opacity: 0;
}

.checkbox label {
    display: inline-block;
    margin: 0;
    cursor: pointer;
    font-weight: 400;
}

.checkbox label input+span {
    cursor: pointer;
    position: relative;
    display: block;
    padding: 0 0 0 32px;
    font-size: 16px;
    line-height: 140%;
}

.checkbox label input+span:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    background: none;
    width: 20px;
    height: 20px;
    border: 1px solid #0068B5;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
}

.checkbox label input:checked+span:before {
    border: 1px solid #0068B5;
    background: #0068B5 url('../../images/check.svg') no-repeat center;
}


.bottom-form .form-container {
    position: relative;
}

.bottom-form .title-container {
    max-width: 500px;
}

.bottom-form .title-container .anons {
    margin: 32px 0 0 0;
}

.bottom-form .global-form {
    max-width: 600px;
}

.bottom-form .anim {
    width: 382px;
    position: absolute;
    top: -80px;
    left: 34%;
}

.input-container {
    position: relative;
    margin: 0 0 32px 0;
}

.input-container .label {
    display: block;
    margin: 0 0 16px 0;
    color: var(--Dark-Grey, #3D4347);
    font-size: 16px;
    font-weight: 400;
    line-height: 100%;
}

.input {
    display: block;
    width: 100%;
    background: none;
    color: var(--Dark-Grey, #3D4347);
    line-height: 100%;
    border: 0;
    padding: 0 0 18px 0;
    border-bottom: 1px solid #3D4347;
}

.input.wpcf7-validates-as-required {
    background: url('../../images/imp.svg') no-repeat top 2px right 16px;
}

.textarea {
    display: block;
    width: 100%;
    resize: none;
    background: none;
    color: var(--Dark-Grey, #3D4347);
    height: 82px;
    line-height: 100%;
    border: 0;
    padding: 0 0 18px 0;
    border-bottom: 1px solid #3D4347;
}



input::-webkit-input-placeholder {
    color: var(--Dark-Grey, #3D4347);
    opacity: 0.4;
}

input::-moz-placeholder {
    color: var(--Dark-Grey, #3D4347);
    opacity: 0.4;
}

input:-moz-placeholder {
    color: var(--Dark-Grey, #3D4347);
    opacity: 0.4;
}

input:-ms-input-placeholder {
    color: var(--Dark-Grey, #3D4347);
    opacity: 0.4;
}

input:focus::-webkit-input-placeholder {
    color: transparent !important;
}

input:focus::-moz-placeholder {
    color: transparent !important;
}

input:focus:-moz-placeholder {
    color: transparent !important;
}

input:focus:-ms-input-placeholder {
    color: transparent !important;
}

textarea::-webkit-input-placeholder {
    color: var(--Dark-Grey, #3D4347);
    opacity: 0.4;
}

textarea::-moz-placeholder {
    color: var(--Dark-Grey, #3D4347);
    opacity: 0.4;
}

textarea:-moz-placeholder {
    color: var(--Dark-Grey, #3D4347);
    opacity: 0.4;
}

textarea:-ms-input-placeholder {
    color: var(--Dark-Grey, #3D4347);
    opacity: 0.4;
}

textarea:focus::-webkit-input-placeholder {
    color: transparent !important;
}

textarea:focus::-moz-placeholder {
    color: transparent !important;
}

textarea:focus:-moz-placeholder {
    color: transparent !important;
}

textarea:focus:-ms-input-placeholder {
    color: transparent !important;
}

.footer {
    padding: 80px 0 0 0;
    background: linear-gradient(180deg, #242F37 0%, #143752 100%);
}

.footer .footer-middle {
    padding: 80px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.footer .footer-top {
    margin: 0 0 52px 0;
}

.footer .logo {
    display: block;
    margin: 0 174px 0 0;
}

.footer .footer-phones {
    margin: 0 80px 0 0;
}

.footer .footer-phones .item {
    display: block;
    font-family: 'Oswald', serif;
    text-decoration: none;
    margin: 0 0 20px 0;
    color: var(--Total-White, #FFF);
    font-size: 32px;
    font-weight: 500;
    line-height: 100%;
    letter-spacing: 1.28px;
}

.footer .footer-phones .item:first-child {
    font-size: 44px;
    letter-spacing: 1.76px;
}

.footer .email {
    display: block;
    font-family: 'Oswald', serif;
    text-decoration: none;
    color: var(--Total-White, #FFF);
    font-size: 28px;
    font-weight: 500;
    line-height: 100%;
    letter-spacing: 1.12px;
}


.footer .footer-left {
    width: 462px;
    min-width: 462px;
}

.footer .footer-right {
    width: 300px;
    min-width: 300px;
    margin: 0 0 0 20px;
}

.footer .footer-title {
    margin: 0 0 32px 0;
    color: var(--Total-White, #FFF);
    font-family: 'Oswald', serif;
    font-size: 44px;
    font-weight: 700;
    line-height: 110%;
    text-transform: uppercase;
}

.footer .footer-title span {
    display: block;
    color: #1481D3;
}

.footer .footer-contacts .data {
    margin: 0 0 24px 0;
    opacity: 0.4;
    color: var(--Total-White, #FFF);
    font-size: 16px;
    line-height: 100%;
}

.footer .footer-contacts .value {
    color: var(--Total-White, #FFF);
    font-size: 16px;
    line-height: 140%;
}

.footer .footer-contacts {
    margin: 0 0 24px 0;
}

.footer .nav-name {
    margin: 0 0 32px 0;
    opacity: 0.4;
    color: var(--Total-White, #FFF);
    font-size: 16px;
    line-height: 100%;
}

.footer .nav li a {
    display: block;
    text-decoration: none;
    margin: 0 0 32px 0;
    color: var(--Total-White, #FFF);
    font-size: 16px;
    line-height: 100%;
}

.footer .nav li:last-child a {
    margin: 0;
}

.footer .nav {
    min-width: 288px;
}

.footer a:hover {
    color: #1481D3 !important;
}

.footer .footer-bottom {
    padding: 20px 0;
    color: var(--Total-White, #FFF);
    font-size: 14px;
    line-height: 100%;
}

.footer .footer-bottom a {
    color: #1481D3;
    text-decoration: none;
}

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

.modal.fade .modal-dialog {
    transform: translate(100%, 0px);
    -webkit-transform: translate(100%, 0px);
    -moz-transform: translate(100%, 0px);
    -ms-transform: translate(100%, 0px);
    -o-transform: translate(100%, 0px);
}

.modal.show .modal-dialog {
    -webkit-transform: none;
    transform: none;
}

.modal-dialog {
    margin: 0 0 0 auto;
    max-width: 642px;
}

.modal-form {
    overflow: auto;
}

.modal-form .row .col-md-6 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

.modal-form .modal-title {
    margin: 0 0 24px 0;
    font-size: 44px;
    font-family: 'Oswald', serif;
    font-weight: 700;
    line-height: 110%;
    text-transform: uppercase;
}

.modal-form .modal-title span {
    color: #0068B5;
}

.modal-form .modal-anons {
    margin: 0 0 40px 0;
}

.modal-form .checkbox {
    margin: 0 0 32px 0;
}

.modal-form .cta {
    width: 100%;
}

.socials .item {
    text-decoration: none;
    margin: 0 20px 0 0;
    width: 56px;
    font-size: 28px;
    min-width: 56px;
    height: 56px;
    background: rgba(255, 255, 255, 0.08);
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.socials .item:hover {
    background: rgba(255, 255, 255, 1);
}

.socials .item:hover .ic:before {
    color: #20313D;
}


.socials.dark .item {
    background: rgba(0, 104, 181, 0.2);
}

.socials.dark .item .ic:before {
    color: #0068B5;
}

.socials.dark .item:hover {
    background: rgba(0, 104, 181, 1);
}

.socials.dark .item:hover .ic:before {
    color: #fff;
}

.socials.inner .item {
    text-decoration: none;
    margin: 0 0px 0 20px;
    width: 56px;
    font-size: 28px;
    min-width: 56px;
    height: 56px;
    background: none;
    border: 1px solid #20313D;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.socials.inner .item .ic:before {
    color: #20313D;
}

.socials.inner .item:hover {
    border-color: #1481D3;
}

.socials.inner .item:hover .ic:before {
    color: #1481D3;
}


.home {
    overflow: hidden;
}

.home .header {
    opacity: 0;
}

.home .hero-top {
    opacity: 0;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
}

.home .hero-slider {
    opacity: 0;
}

/*.home .content {opacity:0;}*/

.home.load {
    overflow: visible;
}

/*.home.load .header {opacity:1;}
.home.load .hero-top {opacity:1;}
.home.load .hero-slider {opacity:1;}
.home.load .content {opacity:1;}*/


/* .pre {
    position: absolute;
    opacity: 0;
    overflow: visible;
    bottom: 0;
    left: 50%;
    right: 0;
    width: 1054px;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
} */



.pre-anim > *:last-child {
    margin-right: 0 !important;
}
.pre {
    position: absolute;
    opacity: 0;
    overflow: visible;
    bottom: 0;
    left: auto;
    right: 0;
    width: 1054px;
    transform: translateX(0%);
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
}

.pre img {
    margin: 0 20px;
    width: 1014px;
    height: 632px;
}

.home.load .pre {
    display: none !important;
}


.cases-list .item {
    text-decoration: none;
    margin: 0 0 48px 0;
}

.cases-list .item .item-image {
    height: 488px;
    margin: 0 0 24px 0;
    position: relative;
    overflow: hidden;
}

.cases-list .item .item-image img {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
}

.cases-list .item .item-image:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 3;
    opacity: 0;
    background: var(--Night-Sky, #20313D);
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
}

.cases-list .item .item-image .link {
    position: absolute;
    opacity: 0;
    width: 52px;
    height: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 50%;
    left: 50%;
    font-size: 24px;
    padding: 0px;
    z-index: 4;
    transform: translate(-50%, -50%) rotate(-45deg);
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    -moz-transform: translate(-50%, -50%) rotate(-45deg);
    -ms-transform: translate(-50%, -50%) rotate(-45deg);
    -o-transform: translate(-50%, -50%) rotate(-45deg);
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
}

.cases-list .item .item-image .link:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border: 2px solid #fff;
    transform: rotate(45deg);
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
}

.cases-list .item .item-image .link .ic {
    display: block;
}

.cases-list .item:hover .item-image .link {
    opacity: 1;
    transform: translate(-50%, -50%) rotate(0deg);
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
    -moz-transform: translate(-50%, -50%) rotate(0deg);
    -ms-transform: translate(-50%, -50%) rotate(0deg);
    -o-transform: translate(-50%, -50%) rotate(0deg);
}

.cases-list .item:hover .item-image .link:after {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
}

.cases-list .item:hover .item-image:after {
    opacity: 0.5;
}

.cases-list .item:hover .item-image img {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
}

.cases-list .item .item-name {
    font-family: 'Oswald', serif;
    color: var(--Night-Sky, #20313D);
    font-size: 32px;
    font-weight: 700;
    line-height: 120%;
    text-transform: uppercase;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
}

.cases-list .item:hover .item-name {
    color: var(--Dark-Blue, #0068B5);
}

.cases-list .item .item-props {
    margin: 0 0 16px 0;
}

.cases-list .item .item-props .prop {
    margin: 0 24px 0 0;
    padding: 0 0 0 24px;
    position: relative;
}

.cases-list .item .item-props .prop:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 4px;
    width: 16px;
    height: 16px;
    background: url('../../images/li.svg') no-repeat center;
}

.cases-list .item .item-props .prop .data {
    opacity: 0.4;
    margin: 0 8px 0 0;
}


.title-tabs .tabs-nav a {
    white-space: nowrap;
    display: block;
    text-decoration: none;
    padding: 0;
    margin: 0 0 0 40px;
    opacity: 0.3;
    font-family: 'Oswald', serif;
    font-size: 24px;
    font-weight: 500;
    line-height: 110%;
    text-transform: uppercase;
}

.title-tabs .tabs-nav a.active {
    color: var(--Dark-Blue, #0068B5);
    opacity: 1;
}

.title-tabs .tabs-nav a:hover {
    color: var(--Dark-Blue, #0068B5);
    opacity: 1;
}

.catalog-section .catalog-left {
    width: 344px;
    min-width: 344px;
    position: relative;
    border-right: 1px solid rgba(61, 67, 71, 0.2);
    margin: -182px 40px 0 0;
    padding: 182px 40px 0 0px;
}

.catalog-section .catalog-right {
    width: 100%;
    max-width: 1010px;
}

.catalog-files.inner {
    width: 100%;
    padding: 28px 28px 0px 28px;
    font-size: 16px;
    line-height: 140%;
}

.catalog-files.inner img {
    margin: 16px 0 0 0;
}

.catalog-files.inner span {
    color: var(--Dark-Blue, #0068B5);
}

.catalog-section .catalog-nav .nav a {
    display: block;
    text-decoration: none;
    margin: 0 0 36px 0;
    opacity: 0.3;
    font-family: 'Oswald', serif;
    font-size: 24px;
    font-weight: 500;
    line-height: 110%;
    text-transform: uppercase;
}

.catalog-section .catalog-nav .nav a.active {
    color: var(--Dark-Blue, #0068B5);
    opacity: 1;
}

.catalog-section .catalog-nav .nav a:hover {
    color: var(--Dark-Blue, #0068B5);
    opacity: 1;
}

.catalog-list .list-item {
    padding: 0 0 8px 0;
}

.catalog-list .list-name {
    margin: 0 0 40px 0;
    color: var(--Night-Sky, #20313D);
    position: relative;
    font-size: 24px;
    font-family: 'Oswald', serif;
    font-weight: 500;
    line-height: 110%;
    text-transform: uppercase;
}

.catalog-list .list-name:before {
    content: "";
    display: block;
    position: absolute;
    right: 0;
    left: 0;
    height: 1px;
    top: 50%;
    opacity: 0.2;
    background: #3D4347;
}

.catalog-list .list-name span {
    position: relative;
    padding: 0 32px 0 0;
    background: #F5F7FA;
}

.catalog-list .item {
    display: block;
    text-decoration: none;
    margin: 0 0 40px 0;
    padding: 24px 40px 40px 40px;
    border: 1px solid rgba(61, 67, 71, 0.2);
    background: #fff;
}

.catalog-list .item .item-image {
    height: 328px;
    margin: 0 0 24px 0;
    text-align: center;
    padding: 10px 0px;
    position: relative;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
}

.catalog-list .item .item-image img {
    height: 100%;
    margin: 0 auto;
}

.catalog-list .item .item-image .cta {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -16px;
    opacity: 0;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
}

.catalog-list .item .item-name {
    margin: 0 0 16px 0;
    color: var(--Night-Sky, #20313D);
    transition: 0.5s;
    font-size: 24px;
    font-family: 'Oswald', serif;
    font-weight: 700;
    line-height: 110%;
    text-transform: uppercase;
}

.catalog-list .item .item-anons {
    font-size: 14px;
    line-height: 140%;
    line-clamp: 3;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.catalog-list .item:hover .item-name {
    color: var(--Dark-Blue, #0068B5);
}

.catalog-list .item:hover .item-image {
    padding: 40px 0px;
}

.catalog-list .item:hover .item-image .cta {
    bottom: 0;
    opacity: 1;
}

.shop {
    z-index: 1041;
    display: block;
    pointer-events: none;
}

.shop .modal-dialog {
    max-width: 1440px;
}

.shop .modal-content {
    padding: 0;
}

.catalod-detail .detail-images {
    width: 720px;
    position: relative;
}

.catalod-detail .detail-images .slider-counts {
    position: absolute;
    bottom: 60px;
    right: 60px;
    z-index: 20;
    font-size: 24px;
    /*mix-blend-mode: difference;*/
    font-weight: 700;
    line-height: 120%;
    font-family: 'Oswald', serif;
    text-transform: uppercase;
}

.catalod-detail .detail-images .slider-counts .current {
    font-size: 44px;
    line-height: 44px;
}

.catalod-detail .detail-info {
    max-width: 560px;
    margin: 0 auto;
    padding: 64px 40px;
}

.catalod-detail .detail-info .info-container {
    height: 100%;
    overflow: auto;
}

.catalod-detail .detail-info .back {
    margin: 0 0 32px 0;
}

.catalod-detail .detail-info .cta {
    margin: 32px 0 0px 0;
}

.catalod-detail .detail-name {
    margin: 0 0 24px 0;
    font-size: 44px;
    font-weight: 700;
    line-height: 110%;
    font-family: 'Oswald', serif;
    text-transform: uppercase;
}

.catalod-detail .props-title {
    margin: 0 0 20px 0;
    font-size: 20px;
    font-weight: 700;
    line-height: 110%;
    font-family: 'Oswald', serif;
    text-transform: uppercase;
}

.catalod-detail .detail-props {
    margin: 0 0 30px 0;
}

.catalod-detail .detail-props .prop {
    margin: 0 0px 20px 0;
    padding: 0 0 0 24px;
    position: relative;
}

.catalod-detail .detail-props .prop:last-child {
    margin: 0;
}

.catalod-detail .detail-props .prop:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 4px;
    width: 16px;
    height: 16px;
    background: url('../../images/li.svg') no-repeat center;
}

.catalod-detail .detail-props .prop .data {
    opacity: 0.4;
    margin: 0 8px 0 0;
}

.catalod-detail .detail-info p {
    margin: 0 0 30px 0;
}

.catalod-detail .detail-info p:last-child {
    margin: 0;
}

.catalod-detail .detail-info .anons {
    margin: 0 0 30px 0;
}

.catalod-detail .detail-images {
    background: #fff;
    padding: 0px 40px;
}

.catalod-detail .detail-images .slide {
    height: 100vh;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 40px 0;
}

.catalod-detail .detail-images .slide img {
    max-height: 100%;
}

.catalod-detail .detail-slider {
    position: relative;
}


.case-detail .case-left {
    max-width: 904px;
}

.case-detail .case-left .back {
    margin: 0 0 32px 0;
}

.case-detail .case-anons b {
    color: #20313D;
}

.case-detail .case-anons strong {
    color: #20313D;
}

.case-detail .case-props {
    max-width: 488px;
}

.case-detail .case-props .prop {
    margin: 0 0px 20px 0;
    padding: 0 0 0 24px;
    position: relative;
}

.case-detail .case-props .prop:last-child {
    margin: 0;
}

.case-detail .case-props .prop:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 4px;
    width: 16px;
    height: 16px;
    background: url('../../images/li.svg') no-repeat center;
}

.case-detail .case-props .prop .value {
    opacity: 0.4;
    margin: 0 8px 0 0;
}

.case-detail .detail-top {
    margin: 0 0 64px 0;
}

.big-slider-cont {
    position: relative;
}

.big-slider {
    position: relative;
    margin: 0 0 32px 0;
}

.big-slider .slide {
    height: 780px;
}

.big-slider .slide img {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.big-slider-cont .slider-counts {
    position: absolute;
    bottom: 20px;
    right: 40px;
    z-index: 20;
    font-size: 24px;
    /*mix-blend-mode: difference;*/
    font-weight: 700;
    line-height: 120%;
    font-family: 'Oswald', serif;
    text-transform: uppercase;
}

.big-slider-cont .slider-counts .current {
    font-size: 44px;
    line-height: 44px;
}


.detail-gallery .gallery-video {
    height: 572px;
    margin: 0 0 32px 0;
    display: block;
    position: relative;
}

.detail-gallery .gallery-video img {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.detail-gallery .gallery-video:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0.5;
    background: var(--Night-Sky, #20313D);
}

.detail-gallery .gallery-video .play {
    position: absolute;
    z-index: 5;
    width: 88px;
    height: 88px;
    top: 50%;
    left: 50%;
    background: rgba(255, 255, 255, 0.5);
    font-size: 32px;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
}

.detail-gallery .gallery-video:hover .play {
    background: rgba(255, 255, 255, 1);
}

.detail-gallery .gallery-video:hover .play .ic:before {
    color: var(--Dark-Blue, #0068B5);
}

.detail-gallery .item {
    height: 572px;
    margin: 0 0 32px 0;
    display: block;
    position: relative;
    overflow: hidden;
}

.detail-gallery .item img {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
}

.detail-gallery .item:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 3;
    opacity: 0;
    background: var(--Night-Sky, #20313D);
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
}

.detail-gallery .item .link {
    position: absolute;
    opacity: 0;
    top: 50%;
    left: 50%;
    font-size: 24px;
    padding: 14px;
    z-index: 4;
    transform: translate(-50%, -50%) rotate(-45deg);
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    -moz-transform: translate(-50%, -50%) rotate(-45deg);
    -ms-transform: translate(-50%, -50%) rotate(-45deg);
    -o-transform: translate(-50%, -50%) rotate(-45deg);
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
}

.detail-gallery .item .link:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border: 2px solid #fff;
    transform: rotate(45deg);
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
}

.detail-gallery .item:hover .link {
    opacity: 1;
    transform: translate(-50%, -50%) rotate(0deg);
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
    -moz-transform: translate(-50%, -50%) rotate(0deg);
    -ms-transform: translate(-50%, -50%) rotate(0deg);
    -o-transform: translate(-50%, -50%) rotate(0deg);
}

.detail-gallery .item:hover.link:after {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
}

.detail-gallery .item:hover:after {
    opacity: 0.5;
}

.detail-gallery .item:hover img {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
}


.catalog-slider {
    position: relative;
    margin: 0 -32px 0 0;
}

.catalog-slider .slide {
    padding: 0 32px 0 0;
}

.catalog-slider .item {
    margin: 0;
}

.catalog-inner .cta {
    margin: 0 16px;
}

.smi-section {
    background: linear-gradient(180deg, #242F37 0%, #143752 100%);
}

.smi-section .smi-slider {
    width: 1124px;
    position: relative;
}

.smi-section .smi-slider .slide {
    height: 720px;
}

.smi-section .smi-slider .slide img {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.smi-section .smi-info {
    width: 488px;
    margin: 0 0 0 40px;
}

.smi-section .smi-container {
    max-width: 1920px;
    width: 100%;
    margin: 0 auto;
    padding-right: calc((100vw - 1520px)/2);
}

.smi-section .smi-title {
    opacity: 0.2;
    padding: 0 0 36px 0;
    margin: 0 0 36px 0;
    border-bottom: 1px solid #fff;
    color: var(--Total-White, #FFF);
    font-family: 'Oswald', serif;
    font-size: 32px;
    font-weight: 700;
    line-height: 110%;
    text-transform: uppercase;
}

.smi-section .smi-name {
    margin: 0 0 36px 0;
    color: var(--Total-White, #FFF);
    font-size: 32px;
    font-weight: 700;
    font-family: 'Oswald', serif;
    line-height: 110%;
}

.section-anons {
    margin: 0 0 0 40px;
    max-width: 596px;
}

.services-list .item {
    padding: 48px 0 0 0;
    margin: 48px 0 0 0;
    border-top: 1px solid rgba(61, 67, 71, 0.2);
}

.services-list .item .item-image {
    width: 596px;
    height: 364px;
    margin: 0 40px 0 0;
}

.services-list .item .item-image img {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.services-list .item .item-info {
    width: 750px;
}

.services-list .item .item-info .number {
    margin: 0 20px 0 0;
    color: var(--Light-Blue, #1481D3);
    font-size: 44px;
    font-family: 'Oswald', serif;
    font-weight: 700;
    line-height: 110%;
    text-transform: uppercase;
}

.services-list .item .item-info .info-container {
    width: 596px;
}

.services-list .item .item-name {
    margin: 0 0 24px 0;
    font-size: 44px;
    font-weight: 700;
    line-height: 110%;
    font-family: 'Oswald', serif;
    text-transform: uppercase;
}

.services-list .item .anons {
    margin: 0 0 24px 0;
}


.how-section .how-left {
    position: relative;
    margin: -104px 40px 0 0;
}

.how-section .how-image {
    width: 816px;
    height: 100vh;
    position: relative;
    margin: 0 0 0 -200px;
}

.how-section .how-image img {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.how-section .how-container {
    width: 750px;
}

.how-section .item {
    position: relative;
    padding: 48px 0 0 0;
    margin: 48px 0 0 0;
    border-top: 1px solid rgba(61, 67, 71, 0.2);
}

.how-section .item .line {
    position: absolute;
    top: 0;
    left: 0;
    height: 4px;
    background: #1481D3;
}

.how-section .item .number {
    margin: 0 96px 0 0;
    font-family: 'Oswald', serif;
    color: var(--Dark-Blue, #F5F7FA);
    -webkit-text-stroke: 1px #0068B5;
    text-stroke: 1px #0068B5;
    font-size: 88px;
    font-weight: 700;
    line-height: 110%;
    letter-spacing: 3.52px;
    text-transform: uppercase;
}

.how-section .item .item-name {
    margin: 0 0 24px 0;
    font-size: 44px;
    font-weight: 700;
    line-height: 110%;
    font-family: 'Oswald', serif;
    text-transform: uppercase;
}

.how-section .item .item-anons {
    margin: 0 0 24px 0;
    font-size: 16px;
    line-height: 140%;
}


.contacts-section .contacts-top {
    margin: 0 0 64px 0;
    padding: 0 110px 0 0;
}

.contacts-section .cont .data {
    margin: 0 0 16px 0;
    font-size: 16px;
    line-height: 100%;
}

.contacts-section .cont .value {
    text-decoration: None;
    color: var(--Dark-Blue, #0068B5);
    font-size: 20px;
    line-height: 100%;
}

.contacts-section .cont a.value:hover {
    text-decoration: underline;
}

.contacts-section .contacts-top .cta {
    margin: 0 0 0 74px;
}

.contacts-section .contacts-top .cont {
    min-width: 616px;
}

.contacts-section .contacts-bottom .phone {
    min-width: 616px;
}

.contacts-section .contacts-bottom {
    margin: 64px 0 0 0;
}

.contacts-section .contacts-bottom .phone {
    font-size: 44px;
    text-decoration: none;
    display: block;
    line-height: 100%;
    font-family: 'Oswald', serif;
    text-transform: uppercase;
}

.contacts-section .contacts-bottom .phone:hover {
    color: #1481D3;
}

.contacts-section .contacts-container {
    width: 100%;
}

.contacts-section .big-phone .phone-big {
    font-size: 136px;
    margin: 0 40px 0 0;
    text-decoration: none;
    display: block;
    line-height: 100%;
    text-transform: uppercase;
    font-family: 'Oswald', serif;
}

.contacts-section .big-phone .phone-big:hover {
    color: #1481D3;
}

.contacts-section .big-phone .socs a {
    text-decoration: none;
    margin: 0 0 8px 0;
    color: var(--Night-Sky, #20313D);
    padding: 5px 15px;
    border-radius: 28px;
    border: 1px solid var(--Night-Sky, #20313D);
    font-size: 16px;
    line-height: 100%;
    text-transform: uppercase;
    -webkit-border-radius: 28px;
    -moz-border-radius: 28px;
    -ms-border-radius: 28px;
    -o-border-radius: 28px;
}

.contacts-section .big-phone .socs a:hover {
    color: #1481D3;
    border-color: #1481D3;
}

.contacts-section .socials {
    margin: 70px 0 0 100px;
}

.about-section .about-top {
    margin: 0 0 64px 0;
}

.about-section .about-top .top-left {
    max-width: 750px;
    margin: 0 40px 0 0;
}

.about-section h1 {
    margin: 0 0 20px 0;
    color: var(--Dark-Blue, #0068B5);
}

.about-section .pre-title {
    margin: 0 0 32px 0;
    font-size: 32px;
    font-weight: 700;
    line-height: 110%;
    font-family: 'Oswald', serif;
    text-transform: uppercase;
}

.about-section .top-right {
    width: 596px;
    border-top: 1px solid rgba(61, 67, 71, 0.2);
    padding: 20px 0 0 0;
}

.about-section .top-right .item {
    width: 190px;
    margin: 0 100px 0 0;
}

.about-section .top-right .item:last-child {
    margin: 0;
}

.about-section .top-right .item .data {
    margin: 0 0 20px 0;
    color: var(--Dark-Blue, #0068B5);
    font-family: 'Oswald', serif;
    font-size: 88px;
    font-weight: 700;
    line-height: 110%;
    text-transform: uppercase;
}

.about-section .cases-inner {
    position: relative;
    margin: 0 -220px 0 0;
    overflow: hidden;
}

.about-section .cases-slider .slick-list {
    overflow: visible;
}

.about-section .cases-slider:not(.slick-initialized) {
    display: flex;
}

.about-section .cases-slider .slide {
    padding: 0 20px 0 0;
    float: left;
    max-width: 580px;
    flex-shrink: 0;
}

.cases-list.cases-slider .item .item-image {
    height: 398px;
}

.why-section .item {
    margin: 0 0 60px 0;
}

.why-section .item .icon {
    width: 80px;
    height: 80px;
    margin: 0 0 24px 0;
}

.why-section .item .name {
    margin: 0 0 20px 0;
    color: var(--Night-Sky, #20313D);
    font-family: Oswald;
    font-size: 32px;
    font-family: 'Oswald', serif;
    font-weight: 700;
    line-height: 110%;
    text-transform: uppercase;
}

.why-section .row .col-12 {
    order: 3;
}

.why-section .row .col-12:nth-child(even) {
    margin-left: 8.333333%;
}

.why-section .row .col-12:first-child {
    order: 2;
    margin-left: 8.333333%;
}

.why-section .row .col-12:nth-child(2) {
    align-self: end;
    order: 1;
    margin-left: 0;
}

.standart-section {
    background: linear-gradient(180deg, #242F37 0%, #143752 100%);
    color: #fff;
    padding: 124px 0 0 0;
}

.standart-section .standart-image {
    margin: 80px 0 0 0;
}

.standart-section .standart-image img {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.standart-section h2 {
    color: #fff;
    max-width: 750px;
    margin: 0 20px 0 0;
}

.standart-section .standart-right {
    max-width: 596px;
}

.standart-section .anons {
    margin: 0 0 40px 0;
}

.standart-section .item {
    width: 210px;
    margin: 0 80px 0 0;
}

.standart-section .item:last-child {
    margin: 0;
}

.standart-section .item .data {
    color: transparent;
    -webkit-text-stroke: 2px #1481D3;
    margin: 0 0 20px 0;
    text-stroke: 2px #1481D3;
    font-size: 88px;
    font-family: 'Oswald', serif;
    font-weight: 700;
    line-height: 110%;
    letter-spacing: 3.52px;
    text-transform: uppercase;
}



#detach-button-host {
    display: none !important;
}

.wpcf7 form.invalid .wpcf7-response-output {
    display: none !important;
}

.wpcf7-not-valid-tip {
    line-height: 16px;
    font-size: 14px;
    position: absolute;
    left: 0;
    top: 100%;
}

.wpcf7-not-valid {
    border-color: red !important;
}

.wpcf7-list-item {
    margin: 0;
}

.wpcf7 form .wpcf7-response-output {
    position: absolute;
    left: 0;
    top: 100%;
    font-size: 14px;
    line-height: 16px;
    margin: 12px 0 0 0;
}

.modal-dialog {
    height: 100%;
}

.wpcf7 form.sent .wpcf7-response-output {
    display: none !important;
}



@media (min-width: 1200px) {}

.link-hover {
    display: block;
    height: 100%;
    position: relative;
}

.link-hover:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 3;
    opacity: 0;
    background: var(--Night-Sky, #20313D);
    transition: 0.5s;
}

.link-hover .link {
    position: absolute;
    opacity: 0;
    top: 50%;
    left: 50%;
    font-size: 24px;
    padding: 14px;
    z-index: 4;
    transform: translate(-50%, -50%) rotate(-45deg);
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    -moz-transform: translate(-50%, -50%) rotate(-45deg);
    -ms-transform: translate(-50%, -50%) rotate(-45deg);
    -o-transform: translate(-50%, -50%) rotate(-45deg);
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
}

.link-hover .link:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border: 2px solid #fff;
    transform: rotate(45deg);
    transition: 0.5s;
    -webkit-transition: 0.5s;
}


.link-hover img {
    transition: 0.5s;
}

.link-hover:hover img {
    transform: scale(1.2);
}

.link-hover:hover:after {
    opacity: 0.5;
}

.link-hover:hover .link {
    opacity: 1;
    transform: translate(-50%, -50%) rotate(0deg);
}

.blog-detail {
    max-width: 1200px;
    margin: 0 auto;
}

.blog-image img {
    width: unset;
    height: unset;
    display: block;
    margin: 0 auto;
}

.op {
    opacity: 0;
    transform: translate(0px, 100px);
    -webkit-transform: translate(0px, 100px);
    -moz-transform: translate(0px, 100px);
    -ms-transform: translate(0px, 100px);
    -o-transform: translate(0px, 100px);
}


img {
  pointer-events: none;
  user-select: none;
}