/*
Theme Name: SdGroup-Nor1mEdit
Author: Nor1m
*/
@font-face {
    font-family: "Gilroy";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: local("Gilroy Light"),local("Gilroy-Light"),url(fonts/Gilroy-Light.woff2) format('woff2'),url(fonts/Gilroy-Light.woff) format('woff'),url(fonts/Gilroy-Light.ttf) format("truetype")
}

@font-face {
    font-family: "Gilroy";
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: local("Gilroy ExtraBold"),local("Gilroy-ExtraBold"),url(fonts/Gilroy-ExtraBold.woff2) format('woff2'),url(fonts/Gilroy-ExtraBold.woff) format('woff'),url(fonts/Gilroy-ExtraBold.ttf) format("truetype")
}

* {
    outline: none !important;
}

a:focus, a:active {
}

body {
    height: 100vh;
    margin: 0;
    font-family: Gilroy;
}

body.popup_menu {
    -webkit-overflow-scrolling: touch;
    overflow: hidden !important;
    width: 100%;
    height: 100%;
    position: fixed;
}

.first_screen_left_block {
    width: 50%;
}

.first_screen {
    display: flex;
    height: 100vh;
    position: relative;
    flex-wrap: wrap;
}

.first_screen_right_block {
    width: 50%;
}

.first_screen_left_block-inner {
    height: 100%;
    width: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
    position: relative;
}

.first_screen_right_block-inner {
    height: 100%;
    width: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
    position: relative;
}

.first_screen_right_block-caption, .first_screen_left_block-caption {
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.4);
    transition: 1s;
}

.header {
    z-index: 3;
    width: 100%;
    height: 95px;
    position: relative;
}

.home_page .header{
    background: rgba(0, 0, 0, 0.03);
    position: absolute;
}

.header.fixed {
    position: fixed;
}

.first_screen_navigate {
    position: absolute;
    width: 100px;
    height: 100vh;
    z-index: 1;
    justify-content: center;
    align-items: center;
    align-content: center;
    display: flex;
    top: 0px;
    right: 0px;
}

.popup_menu .first_screen_navigate, .popup_menu .first_screen_socials {
    display: none;
}

.first_screen_navigate-inner {
    height: 100vh;
    display: flex;
    justify-content: center;
    align-content: space-evenly;
    flex-wrap: wrap;
    max-height: 400px;
    width: 100px;
    text-align: center;
}

.w-form-done {
    display: none;
    width: 100%;
    text-align: center;
    margin: 0;
    background: #c5ffbe;
    padding: 10px;
    font-size: 18px;
    color: #19c12f;
    font-weight: bold;
    word-break: break-word;
}

.w-form-fail {
    display: none;
    width: 100%;
    text-align: center;
    margin: 0;
    background: #ffbebe;
    padding: 10px;
    font-size: 18px;
    color: #c1192f;
    font-weight: bold;
}

.first_screen_navigate-inner p {
    width: 0px;
    height: 20px;
    margin: -10px 0;
    background: transparent;
    border-left: 1px dotted rgba(255, 255, 255, 0.3);
}

.first_screen_navigate-inner a.active span {
    border-color: rgb(25, 138, 235) !important;
    background: rgb(25, 138, 235) !important;
    transition: 1s;
    transform: rotate(45deg);
}

body.down .first_screen_navigate-inner a.active span {
    border-color: rgb(25, 138, 235);
    transition: 1s;
    transform: rotate(45deg);
}

.first_screen_navigate-inner a:hover span {
    border-color: transparent;
    background: rgba(255, 255, 255, 0.23);
}

.first_screen_navigate-inner a span {
    width: 10px;
    height: 10px;
    background: transparent;
    display: inline-block;
    /* border-radius: 100%; */
    border: 1px solid rgba(255, 255, 255, 0.5);
    transition: .5s;
}

.first_screen_navigate-inner a {
    width: 100%;
}

.first_screen_socials {
    position: absolute;
    width: 100px;
    height: 100vh;
    z-index: 1;
    justify-content: center;
    align-items: center;
    align-content: center;
    display: flex;
    top: 0px;
}

.first_screen_socials-inner {
    height: 100vh;
    display: flex;
    justify-content: center;
    align-content: space-evenly;
    flex-wrap: wrap;
    max-height: 400px;
}

.first_screen_socials-inner a {
    color: rgba(255, 255, 255, 0.7);
    font-size: 25px;
    width: 100%;
    text-align: center;
}

.first_screen_socials-inner a:hover {
    color: rgb(255, 255, 255);
}

.first_screen_socials-inner a i {
}

.header_inner {
    display: flex;
    justify-content: space-between;
    padding: 0 50px;
    transition: .5s;
}

.header_inner-logo {
    height: 70px;
    transition: 1s;
}

.header_inner-logo_block {
    text-align: center;
    width: 50%;
    padding: 0;
}

.header_inner-phone_block {
    width: 25%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    box-sizing: border-box;
}

.header_inner-menu_link span {
    height: 3px;
    background: #000;
    transition: width .3s ease-in-out;
    width: 21px;
    pointer-events: none;
}

.header-menu-trigger {
    float: left;
    position: relative;
    width: 60px;
    height: 60px;
    cursor: pointer;
    transition: 1s;
}

.header-menu-trigger:hover .header-menu-trigger__menu div {
    background: rgba(255, 255, 255, 0.97);
}

.logo-black {
    display: none;
}

.popup_menu .logo-black, body.down .logo-black {
    display: inline-block;
}

.popup_menu .logo-white, body.down .logo-white {
    display: none;
}

.popup_menu .header_inner-logo_title, body.down .header_inner-logo_title {
    color: #6a6a6a;
}

.popup_menu .first_screen_socials-inner a, .popup_menu .header_inner-phone, body.down .first_screen_socials-inner a, body.down .header_inner-phone {
    color: #6a6a6a;
}

body.down .first_screen_socials-inner a:hover {
    color: #198aeb;
}

body.down .first_screen_navigate-inner a span {
    border-color: rgba(76, 76, 76, 0.5);
}

body.down .first_screen_navigate-inner a:hover span {
    border-color: transparent;
    background: rgba(9, 9, 9, 0.23);
}

body.down .first_screen_navigate-inner p {
    border-left: 1px dotted rgba(0, 0, 0, 0.19);
}

body.down .header-menu-trigger__menu div {
    background: rgb(106, 106, 106);
}

body.down .header-menu-trigger:hover .header-menu-trigger__menu div {
    background: rgb(62, 62, 62);
}

.header-menu-trigger__menu {
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
    transition: opacity .3s ease-in-out;
    text-align: right;
}

.header-menu-trigger__menu div {
    height: 4px;
    background: rgba(255, 255, 255, 0.62);
    transition: width .3s ease-in-out;
    width: 40px;
    pointer-events: none;
}

.header-menu-trigger__menu div:nth-child(2) {
    width: 20px;
    margin-left: 20px;
}

.header-menu-trigger__menu div:nth-child(3) {
    width: 30px;
    margin-left: 10px;
}

.header-menu-trigger__menu div+div {
    margin-top: 9px;
}

.header-menu-trigger__close {
    opacity: 0;
    transition: all .3s ease-in-out;
    position: absolute;
    transform: scale(.1);
    width: 30px;
    height: 30px;
    top: 50%;
    left: 50%;
    margin: -10px 0 0 -10px;
}

body.popup_menu .header .header-menu-trigger__close {
    opacity: 1;
    transform: scale(1);
}

body.popup_menu .header .header-menu-trigger__menu {
    opacity: 0;
}

.header-menu-trigger__close:after,.header-menu-trigger__close:before {
    content: "";
    height: 4px;
    width: 40px;
    background: #fbfbfa;
    left: -3px;
    top: 9px;
    position: absolute;
    pointer-events: none;
}

body.popup_menu .header-menu-trigger__close:after,.header-menu-trigger__close:before {
    background: #848484;
}

.header-menu-trigger__close:before {
    transform: rotate(45deg)
}

.header-menu-trigger__close:after {
    transform: rotate(-45deg)
}

.header_inner-menu_block {
    width: 25%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    z-index: 2;
}

.header_inner-logo_title {
    letter-spacing: .1em;
    margin: 0 0 5px 0;
    color: rgba(255, 255, 255, 0.82);
    transition: .3s;
    opacity: 1;
    font-size: 13px;
    font-weight: normal;
    padding: 0;
}
.header_inner-logo_title.black {
    color: #555555;
}
.header_inner-phone {
    font-size: 22px;
    color: #fff;
    font-weight: bold;
    transition: 1s;
    text-decoration: none;
}

.header_inner-menu_link {
    text-decoration: none;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    transform: translateY(-50%);
    transition: opacity .3s ease-in-out;
}

.first_screen_right_block-caption:hover, .first_screen_left_block-caption:hover {
    background: rgba(1, 20, 72, 0.7);
}

.first_screen_right_block-caption:hover p, .first_screen_left_block-caption:hover p {
    color: #ffffff;
}

input.input_style {
    font-size: 15px;
    margin: 10px 0;
    width: 100%;
    padding: 15px;
    border: none;
    border: 1px solid #e2e2e2;
}

textarea.input_style {
    font-size: 15px;
    margin: 10px 0;
    width: 100%;
    padding: 15px;
    border: none;
    border: 1px solid #e2e2e2;
    resize: none;
}

.submit_style {
    width: 100%;
    padding: 15px;
    border: none;
    background: #198aeb;
    font-size: 17px;
    color: #fff;
    margin: 10px 0;
}

.contact_screen_left_block-button a:hover, .fourth_screen_center_block-more_btn:hover, .third_screen_right_block-link:hover, .submit_style:hover {
    cursor: pointer;
    background: #464646;
    color: #fff;
}

.first_screen_left_block-caption p, .first_screen_right_block-caption p {
    font-size: 40px;
    font-weight: 400;
    letter-spacing: .2em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.85);
    font-weight: 500;
    text-shadow: 0px 0px 2px rgba(0, 0, 0, 0.28);
    transition: .5s;
}

.first_screen a {
    text-decoration: none;
    cursor: pointer;
}

span.btn-arrow {
    font-family: 'Arial';
}

.contact_screen {
    height: 100vh;
    position: relative;
    overflow: hidden;
    background: #ffffff;
}

.contact_screen_inner {
    display: flex;
    height: 100%;
    position: relative;
}

.contact_screen_left_block {
    width: 50%;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fbfbfb;
}

.contact_screen_right_block {
    width: 50%;
    background: #f9f9f9;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
    position: relative;
}

.contact_screen_right_block-team {
    display: flex;
    justify-content: center;
    align-items: center;
}

.contact_screen_right_block-team img {
    width: 550px;
    max-width: 100%;
}

.contact_screen_left_block-subtitle {
    font-size: 20px;
    margin: 0;
}

.contact_screen_left_block-title {
    font-size: 25px;
    color: #595959;
    margin-top: 10px;
    font-weight: bold;
}

.contact_screen_left_block-info {
    font-size: 20px;
    color: #070707;
    padding: 15px 0 0 0;
}

.contact_screen_left_block-inner {
    max-width: 500px;
}

.contact_screen_left_block-info .item {
    margin: 30px 0;
    height: 30px;
}

.contact_screen_right_block-title {
    font-size: 25px;
    color: #686868;
    text-align: center;
    margin: 0 0 15px 0;
    font-weight: bold;
}

.contact_screen_right_block-form {
    display: flex;
    flex-wrap: wrap;
    max-width: 400px;
    padding: 25px 30px;
    background: white;
    box-shadow: 0px 3px 30px rgba(0, 0, 0, 0.1);
}

.contact_screen_right_block-inner {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(255, 255, 255, 0.75);
    padding: 10px 0;
}

.contact_screen_left_block-info .item a {
    text-decoration: none;
    margin-left: 10px;
    color: #595959;
}

.contact_screen_left_block-info .item a:hover {
    border-bottom: 1px dashed #b1b1b1;
    padding-bottom: 2px;
}

.contact_screen_left_block-button a {
    text-decoration: none;
    display: inline-block;
    max-width: 100%;
    padding: 15px;
    border: none;
    background: #198aeb;
    font-size: 17px;
    color: #fff;
    margin: 10px 0;
    width: 300px;
    text-align: center;
}

.contact_screen_left_block-info .item i {
    position: relative;
    font-size: 18px;
    color: #595959;
    text-align: center;
    min-width: 20px;
}

.first_screen_menu {
    position: fixed;
    width: 100%;
    background: #ffffff;
    top: 0;
    opacity: 0;
    min-height: calc(100vh - 95px);
    overflow-y: auto;
    transform: translateY(-15px);
    transition: .5s ease-in-out;
    pointer-events: none;
    padding-top: 100px;
    z-index: -9;
    max-height: calc(100vh - 95px);
    box-sizing: content-box;
}

::-webkit-scrollbar-track {
    background-color: rgba(0, 0, 0, 0.03);
    border-radius: 50px;
}

::-webkit-scrollbar {
    width: 7px;
    height: 5px;
    background-color: rgba(0, 0, 0, 0.15);
}

::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0.2);
}

::-webkit-scrollbar-thumb:hover {
    cursor: pointer;
    background: #8e8e8e;
}

.first_screen_menu nav {
    width: 100%;
    max-width: 1300px;
}

.first_screen_menu nav ul {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    padding: 5px;
    box-sizing: border-box;
    margin: 5px 0;
}

.first_screen_menu nav ul li {
    margin: 5px 0;
    box-sizing: border-box;
    display: flex;
    flex-basis: 33.33%;
    display: none;
}

.first_screen_menu-inner {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: whitesmoke;
    height: 100%;
    min-height: calc(100vh - 100px);
    flex-wrap: wrap;
}

.first_screen_menu nav ul li .nav_item {
    padding: 5px;
    box-sizing: border-box;
    width: 100%;
    text-decoration: none !important;
    transition: .5s;
}

.first_screen_menu nav ul li .nav_item:hover {
    cursor: pointer;
}

.first_screen_menu nav ul li .nav_item:hover p:before {
    background: rgba(0, 0, 0, 0.2);
    backdrop-filter: blur(0);
}

.first_screen_menu nav ul li .nav_item p {
    padding: 10px;
    height: 200px;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 25px;
    color: #fff;
    font-weight: bold;
    margin: 0 5px;
    overflow: hidden;
    position: relative;
    background-size: cover;
}

.first_screen_menu nav ul li .nav_item p span {
    position: absolute;
    text-align: center;
}

.first_screen_menu nav ul li .nav_item p:before {
    content: '';
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    position: absolute;
    transition: .5s;
}

.footer_inner {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 50px;
    background: #efefef;
    text-align: center;
}

.header.fixed .cards_page .wrapper {
    min-height: calc(100vh - 275px);
}

nav.custom_menu {
    display: none;
}

.text {
    word-break: break-word;
}

/* cards_page */
.cards_style_screen_title {
    width: 100%;
    text-align: center;
    color: #686868;
    text-transform: uppercase;
    margin: 0 0 10px 0;
    font-size: 2em;
    font-weight: bold;
}
.cards_style_screen_subtitle {
    width: 100%;
    text-align: center;
    color: #686868;
    text-transform: uppercase;
    margin: 0 0 50px 0;
    font-size: 20px;
    font-weight: bold;
}
.catalog_viewer {
    width: 100%;
}
.cta {
    padding: 30px 0;
}


.cards_style_screen_title_h2 {
    width: 100%;
    text-align: center;
    color: #686868;
    text-transform: uppercase;
    margin: 40px 0;
}

.cards_style_screen {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    align-self: center;
}

.cards_style_screen_inner {
    justify-content: center;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 100%;
    FONT-VARIANT: JIS78;
    max-width: 850px;
    align-content: center;
    margin: 70px 0 100px 0;
}

.cards_style_screen_items {
    width: 100%;
    box-sizing: border-box;
    margin: 0 20px;
    width: calc(100% - 40px);
}

.cards_style_screen_item {
}

.cards_style_screen_item:hover {
    cursor: default;
}

.cards_style_screen_item_inner {
    width: 100%;
    height: 600px;
    object-fit: cover;
}

.cards_style_screen_item_inner a {
    color: #fff;
    margin: 0;
    display: flex;
    justify-content: center;
    height: 100%;
    align-items: center;
    width: 100%;
    font-weight: bold;
    font-size: 32px;
    text-decoration: none;
    transition: .5s;
}

.cards_style_screen_item:hover .cards_style_screen_item_inner a{
    background: rgba(0, 0, 0, 0.2);
}

.cards_page .body_wrap {
    min-height: calc(100vh - 50px);
    position: relative;
}

.cards_page .header {
    background: #fff;
}
.cards_page{
    background: #f9f9f9;
}
.cards_page .wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    min-height: calc(100vh - 50px);
    align-content: center;
    align-self: center;
}
.wrapper_top .wrapper {
    padding-top: 95px;
}

.header.fixed .cards_page .wrapper {
    min-height: calc(100vh - 275px);
}
.second_screen_right_block-form {
    display: flex;
    flex-wrap: wrap;
    max-width: 550px;
    padding: 25px 30px;
    background: white;
    box-shadow: 0px 3px 30px rgba(0, 0, 0, 0.1);
}
.fancybox-content.modal {
    background: #ffffff;
    padding: 0;
    border-radius: 3px;
}
.modal-title {
    font-size: 20px;
    text-align: center;
    font-weight: bold;
    color: #666;
}
.input_style.error {
    border-color: #ff9696;
    box-shadow: 0px 0px 5px rgb(255 0 0 / 17%);
}


.slider-style ul.slick-dots {
    list-style: none;
    padding: 20px 0  00;
    margin: 0;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.slider-style ul.slick-dots li button {
    background: transparent;
    border: none;
    color: #6a6a6a;
    font-size: 14px;
}

.slider-style ul.slick-dots li:hover button, ul.slick-dots li:hover {
    cursor: pointer;
    opacity: .9;
}

.slider-style ul.slick-dots li {
    background: #d8d8d8;
    border: none;
    width: 33px;
    height: 33px;
    padding: 0;
    margin-right: 7px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
}

.slider-style ul.slick-dots li.slick-active button {
    color: #f3f6f9;
}

.slider-style ul.slick-dots li.slick-active {
    background: #198aeb;
}