@import url("https://fonts.googleapis.com/css2?family=Nunito:wght@300;400;600;700;800&family=Red+Hat+Display:wght@400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Nunito:wght@300;400;600;700;800&family=Red+Hat+Display:wght@400;500;700&display=swap");

body {
    font-family: "Red Hat Display", sans-serif;
    background-color: #252228;
}
.nunito {
    font-family: "Nunito", sans-serif;
}
* {
    outline: none !important;
}

button {
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

label.error {
    display: none !important;
}

.error {
    border-color: red !important;
}

.valid {
    border-color: green !important;
}

.nomob {
    display: block;
}

.onlymob {
    display: none;
}

.nopadl {
    padding-left: 0;
}

.nopadr {
    padding-right: 0;
}

.right {
    text-align: right;
}

.left {
    text-align: left;
}
body {
    padding-top: 560px;
}
.flex {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.row.flex::before,
.row.flex::after {
    display: none;
}
.flex.center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}
.onlyxs {
    display: none;
}
.container {
    width: 100%;
    max-width: 1120px;
}
h1 {
    margin: 0;
    font-weight: bold;
    font-size: 76px;
    line-height: 90px;
    color: #ffffff;
}
h2 {
    margin: 0;
    font-weight: bold;
    font-size: 48px;
    line-height: 64px;
    color: #ffffff;
}
h3 {
    margin: 0;
    font-size: 20px;
    line-height: 32px;
    font-family: "Nunito", sans-serif;
    color: #ffffff;
}
p {
    font-size: 16px;
    line-height: 24px;
    font-family: "Nunito", sans-serif;

    color: #ffffff;
}
button {
    padding: 0;
    margin: 0;
    display: inline-block;
    vertical-align: middle;
    border: none;
    background: none;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #ffffff;
    font-family: "Nunito", sans-serif;
}
.main_section {
    position: fixed;
    z-index: 10;
    left: 0;
    top: 0;
    width: 100%;
}
.slider_item_elem {
    height: 560px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    padding-bottom: 140px;
    overflow: hidden;
}

@-webkit-keyframes img {
    0% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    100% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }
}

@keyframes img {
    0% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    100% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }
}

@-webkit-keyframes img2 {
    0% {
        opacity: 1;
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes img2 {
    0% {
        opacity: 1;
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}
.slider_bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
    min-height: 360px;
}
.slider_item_elem .container {
    position: relative;
    z-index: 10;
}
.logo_intro {
    max-width: 100%;
    display: inline-block;
    margin-bottom: 14px;
}
.after_logo_text {
    margin-bottom: 0;
    font-size: 32px;
    line-height: 48px;
    /* or 150% */

    /* Bw/White */
    color: #ffffff;
    min-height: 96px;
}
.line_fill {
    height: 2px;
    position: absolute;
    z-index: 100;
    bottom: 0;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.1);
}
.line_fill span {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.1);
}

.act_outa {
}
.act_ina {
    -webkit-animation: img 12s infinite ease;
    animation: img 12s infinite ease;
}
.anout {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}
.act_outa {
    -webkit-animation: img2 12s infinite ease;
    animation: img2 12s infinite ease;
}
header {
    position: fixed;
    z-index: 1000;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    padding: 25px 0;
    top: 0;
    -webkit-transition: 0.3s, width 0s;
    transition: 0.3s, width 0s;
}

a.logo {
    width: 190px;
    position: absolute;
    left: 48px;
    top: 21px;
    z-index: 100;
}
.top_nav {
    margin-left: -6px;
}
.top_nav li {
    margin-right: 55px;
    display: inline-block;
    vertical-align: middle;
}
.top_nav li:last-child {
    margin-right: 0;
}
.top_nav li a {
    font-size: 20px;
    line-height: 1;
    color: #ffffff;
    font-family: "Nunito", sans-serif;
}
.top_nav li.active a,
.top_nav li a:hover {
    background: -webkit-gradient(linear, left top, right top, from(#2193b0), to(#6dd5ed));
    background: linear-gradient(90deg, #2193b0 0%, #6dd5ed 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.toptel {
    font-size: 20px;
    line-height: 1;
    color: #ffffff;
    font-family: "Nunito", sans-serif;
    position: absolute;
    right: 48px;
    top: 25px;
}
.toptel img {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}
.toptel:hover {
    color: #6dd5ed;
}
.toptel:hover img {
    -webkit-filter: brightness(1) invert(0);
    filter: brightness(1) invert(0);
}
.toptel img {
    margin-right: 7px;
}
.cards_section {
    background-color: #252228;
    padding: 144px 0;
    position: relative;
    z-index: 100;
}
.card_item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 175px;
    background: #1c1820;
    border-radius: 16px;
    min-height: 392px;
    padding-right: 80px;
}
.card_item_in {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
}
.card_item:last-child {
    margin-bottom: 0;
}
.card_img {
    width: 400px;
    text-align: center;
    max-height: 295px;
    /* opacity: 0; */
}
/* .card_img.op {
    opacity: 1;
} */
.card_img img {
    max-width: 100%;
    max-height: 100%;
    transform: translateY(-50%);

}
.card_item .card_img img {
    /*transform: translateY(0%) !important;*/
}
.card_descript {
    width: calc(100% - 400px);
    min-height: 305px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-line-pack: justify;
    align-content: space-between;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
}
.card_descript > div {
    width: 100%;
}
.card_descript h2 {
    margin-bottom: 5px;
}
.card_descript p {
    margin-bottom: 0;
    font-size: 16px;
    line-height: 24px;
    /* or 150% */

    color: #ffffff;
}
.button_gradient {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    vertical-align: middle;
    margin-right: 16px;
    padding: 8px 14px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 8px;
    line-height: 1;
}

.button_gradient:last-child {
    margin-right: 0;
}
.button_gradient:hover {
    background-color: rgba(255, 255, 255, 0.05);
}
.button_gradient span {
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #fff;
    background: -webkit-gradient(linear, left top, right top, from(#2193b0), to(#6dd5ed));
    background: linear-gradient(90deg, #2193b0 0%, #6dd5ed 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: "Nunito", sans-serif;
}
.button_gradient img {
    margin-left: 5px;
}
.card_item:nth-child(even) {
    padding-right: 0;
    padding-left: 80px;
}
.card_item:nth-child(even) .card_img {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
}
footer {
    background-image: url(../img/bg_footer.png);
    background-position: center;
    background-size: cover;
    padding-top: 48px;
    position: relative;
    z-index: 100;
    background-color: #252228;
    padding-bottom: 48px;
}
footer .logo {
    top: 48px;
    left: 48px;
}
.foot_lbl {
    margin-bottom: 14px;
    font-size: 20px;
    line-height: 32px;
    /* identical to box height, or 160% */

    /* Bw/White */

    color: #ffffff;
}
.foot_list {
}
.foot_list li {
    margin-bottom: 7px;
    font-family: "Nunito", sans-serif;
}
.foot_list li:last-child {
    margin-bottom: 0px;
}
.foot_list li a {
    font-size: 16px;
    line-height: 24px;
    /* identical to box height, or 150% */

    -webkit-transition: 0.3s;

    transition: 0.3s;
    color: rgba(255, 255, 255, 0.5);
}
.foot_list li a:hover {
    color: #fff;
}
.button_inlined {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 8px 16px;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    /* identical to box height, or 150% */

    text-align: right;

    /* Bw/White */
    font-family: "Nunito", sans-serif;
    color: #ffffff;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 8px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    vertical-align: middle;
}
.button_inlined:hover {
    background: rgba(255, 255, 255, 0.1);
}
.button_inlined img {
    margin-left: 6px;
}
.cat_list li {
    margin-bottom: 15px;
}
.cat_list li:last-child {
    margin-bottom: 0;
}
.foot_cont {
}
.foot_cont li {
    margin-bottom: 7px;
    font-size: 13px;
    line-height: 19px;
    font-family: "Nunito", sans-serif;
    color: rgba(255, 255, 255, 0.5);
}
.foot_cont li:last-child {
    margin-bottom: 19px;
}
.foot_cont li a {
    color: rgba(255, 255, 255, 0.5);
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.foot_cont li a:hover {
    color: #fff;
}
.soc_list {
}
.soc_list li {
    margin-bottom: 15px;
}
.soc_list li:last-child {
    margin-bottom: 0;
}
.soc_list li a {
    font-size: 16px;
    line-height: 24px;
    /* identical to box height, or 150% */

    font-family: "Nunito", sans-serif;
    /* Bw/White-opacity-50 */

    color: rgba(255, 255, 255, 0.5);

    -webkit-transition: 0.3s;

    transition: 0.3s;
}
.soc_list li a:hover {
    color: #fff;
}
.soc_list li a:hover img {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}
.soc_list li img {
    margin-right: 10px;
}
.content_page {
    padding-top: 480px;
}
.content_page header {
    background-color: rgba(50, 46, 54, 0.9) !important;
}
.content_head_part {
    position: fixed;
    height: 480px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    left: 0;
    width: 100%;
    top: 0;
    padding-top: 80px;
}
.content_bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
}
.content_head_part .container {
    position: relative;
    z-index: 100;
}
.after_h1 {
    margin-bottom: 0;
    font-size: 32px;
    line-height: 48px;
    /* identical to box height, or 150% */

    /* Bw/White */

    color: #ffffff;
}

.descript_panel {
    background: rgba(50, 46, 54, 0.9);
    border-radius: 16px;
    padding: 48px;
    font-size: 16px;
    line-height: 24px;
    /* or 150% */

    /* Bw/White */

    color: #ffffff;
}
.content_head_part h1 {
    margin-top: -12px;
}
.gallery_part {
    position: relative;
    z-index: 100;
    background-color: #252228;
}
.case_elem {
    background-position: center;
    background-size: cover;
    height: calc(100vh - 340px);
    position: relative;
}
.zoom_img {
    background-image: url(../img/zoom.svg);
    width: 40px;
    height: 40px;
    background-color: rgba(50, 46, 54, 0.5);
    border-radius: 8px;
    position: absolute;
    z-index: 10;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    top: 32px;
    background-repeat: no-repeat;
    background-position: center;
    right: 32px;
}
.zoom_img:hover {
}
.case_nav_wrp {
    text-align: center;
    position: absolute;
    z-index: 100;
    bottom: 32px;
    width: 100%;
    left: 0;
}

.case_prev,
.case_next {
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    background-image: url(../img/prev.svg);
    width: 40px;
    height: 40px;
    background-color: rgba(50, 46, 54, 0.5);
    border-radius: 8px;
    background-repeat: no-repeat;
    background-position: center;
}
.case_prev:hover,
.case_next:hover,
.zoom_img:hover {
    background-color: rgba(50, 46, 54, 0.9);
}
.case_next {
    background-image: url(../img/next.svg);
}
.swiper-pagination {
    position: relative;

    display: inline-block;

    vertical-align: middle;

    height: 40px;

    background-color: rgba(50, 46, 54, 0.5);

    border-radius: 8px;

    padding: 0 8px;

    display: -webkit-inline-box;

    display: -ms-inline-flexbox;

    display: inline-flex;

    -webkit-box-align: center;

    -ms-flex-align: center;

    align-items: center;
}
span.swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    background: rgba(255, 255, 255, 0.3);
    opacity: 1;
    margin: 0 8px;
}

span.swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #fff;
}
.tab_controls_section {
    position: relative;
    background-color: #322e36;
    padding-top: 80px;
    overflow: hidden;
    padding-bottom: 60px;
    z-index: 100;
}
.tabs_slider .swiper-slide {
    width: 193px;
}

.tabs_slider .swiper-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
}
.tab_elem {
    text-align: center;
    cursor: pointer;
}
.tab_elem_img {
    max-width: 192px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    overflow: hidden;
    position: relative;
    height: auto;
}
.tab_elem_img::before {
    padding-top: 100%;
    content: "";
    display: block;
}
.tab_elem_img::after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    background-image: url(../img/border_grad.svg);
    background-size: 100% 100%;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    opacity: 0;
    width: 100%;
    z-index: 100;
    height: 100%;
}
.tab_elem_img img {
    opacity: 0.5;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.tab_elem p {
    margin-top: 20px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    margin-bottom: 0;
    font-weight: 600;
    display: inline-block;

    font-size: 17px;
    line-height: 24px;

    color: rgba(255, 255, 255, 0.5);
}
.current_tab .tab_elem_img::after {
    opacity: 1;
}
.current_tab .tab_elem_img img {
    opacity: 1;
}
.current_tab p {
    background: -webkit-gradient(linear, left top, right top, from(#2193b0), to(#6dd5ed));
    background: linear-gradient(90deg, #2193b0 0%, #6dd5ed 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.tab_list_imitation {
    display: none;
}
.tab_controls_section .container {
    max-width: 1115px;
    position: relative;
    top: 99px;
}
.tab_controls_section .row > div {
    width: 14.2857%;
    float: left;
}
.char_section {
    position: relative;
    z-index: 100;
    padding: 145px 0;
    background-color: #252228;
}
.char_section h3 {
    margin-bottom: 22px;
}
.list {
    margin-bottom: 24px;
}
.list li {
    position: relative;
    padding-left: 23px;
    margin-bottom: 6px;
    font-size: 16px;
    line-height: 24px;
    /* or 150% */

    /* Bw/White */

    color: #ffffff;
}
.list li:last-child {
    margin-bottom: 0;
}
.list li::before {
    content: "";
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background-color: #fff;
    display: block;
    position: absolute;
    left: 0;
    top: 7px;
}
.form_flex {
    margin-bottom: -30px;
}
.form_flex > div {
    margin-bottom: 30px;
}
.in_wrp {
    position: relative;
}
.in_wrp p {
    position: absolute;
    margin: 0;
    font-size: 16px;
    line-height: 24px;
    /* identical to box height, or 150% */
    text-align: right;

    /* Bw/White-opacity-50 */
    color: rgba(255, 255, 255, 0.5);
    left: 22px;
    background-color: #252228;
    top: -12px;
    padding: 0 6px;
    z-index: 100;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    font-family: "Nunito", sans-serif;
    font-weight: 300;
}
.in_wrp input {
    height: 55px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 8px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    background: none;
    padding: 0 16px;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    /* identical to box height, or 150% */

    /* Bw/White */
    color: #ffffff;
    width: 100%;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    font-family: "Nunito", sans-serif;
    font-weight: 300;
}
.in_wrp textarea {
    height: 120px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 8px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    background: none;
    padding: 15px 16px;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    /* identical to box height, or 150% */

    /* Bw/White */
    color: #ffffff;
    resize: none;
    width: 100%;
    font-family: "Nunito", sans-serif;
}
.in_wrp input:hover,
.in_wrp textarea:hover {
    border-color: #2193b0;
}
.in_wrp input:focus,
.in_wrp input:active,
.in_wrp textarea:focus,
.in_wrp textarea:active {
    /* border-color: #2193B0;
    border-width: 2px; */
}
.in_wrp:hover p {
    color: rgba(255, 255, 255, 0.5);
}
.in_fc p {
    color: #2193b0 !important;
}
.modal {
    text-align: center;
}

.modal:before {
    display: inline-block;
    vertical-align: middle;
    content: " ";
    height: 100%;
}

.modal-dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
}
.modal_wrp {
    max-width: 544px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    position: relative;
    padding: 32px;
    background: #252228;
    border-radius: 16px;
    z-index: 10000;
}
.modt {
    margin-bottom: 30px;
    font-size: 20px;
    line-height: 32px;
    /* identical to box height, or 160% */

    /* Bw/White */

    color: #ffffff;
}
.closemod {
    right: 32px;
    top: 36px;
    position: absolute;
    z-index: 100;
    cursor: pointer;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}
.closemod:hover {
    -webkit-filter: brightness(1) invert(0);
    filter: brightness(1) invert(0);
}
.modal_wrp .in_wrp {
    margin-bottom: 30px;
}
.thanks_wrp {
    text-align: center;
}
.thanks_wrp > img {
    display: inline-block;
    margin-bottom: 12px;
}
.tht1 {
    margin-bottom: 8px;
    font-size: 20px;
    line-height: 32px;
    /* identical to box height, or 160% */

    /* Bw/White */

    color: #ffffff;
}
.tht2 {
    font-size: 16px;
    line-height: 24px;
    /* identical to box height, or 150% */

    /* Bw/White-opacity-50 */

    color: rgba(255, 255, 255, 0.5);
    margin-bottom: 30px;
}
.modal-backdrop.fade.in {
    background: rgba(50, 46, 54, 0.9);
    -webkit-backdrop-filter: blur(25px);
    backdrop-filter: blur(25px);
    opacity: 1;
}
.tab_elem:hover img {
    opacity: 1;
}
.fixMe {
    background-color: rgba(50, 46, 54, 0.9);
}
.scrol_bot_link {
    display: none;
}
.clomod_mob {
    display: none;
}
.mob_nav_wrp {
    display: none;
}
.char_section .flex {
    margin-bottom: -25px;
}
.char_section .flex > div {
    margin-bottom: 25px;
}
.mob_intro a {
    display: none;
}
.mob_intro div {
    display: none;
}
.cur_elem {
    display: none;
}
.card_item {
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.card_item_in {
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.parallax_intro_wrp {
    width: 100%;
    white-space: nowrap;
    position: relative;
    height: 200px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.fixesss {
    /*-webkit-transform: translate(0px, -120px) !important;*/
    /*transform: translate(0px, -120px) !important;*/
}
.materials {
    /*transition: all 1.2s ease !important;*/
}
.close_mobn img {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}
input,
textarea {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}
.button_inlined img {
    margin-left: 12px;
}
.char_section .button_inlined img {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}
.in_wrp input,
.in_wrp textarea {
    border: none;
}

.in_wrp {
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 8px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.in_wrp.inclass:hover {
    border-color: #2193b0;
}
.in_wrp.in_fc {
    border: 1px solid transparent;
}
.in_wrp:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border: 2px solid #2193b0;
    transition: all 0.6s;
    border-radius: 8px;
    opacity: 0;
    visibility: hidden;
}

.in_wrp.in_fc:before {
    opacity: 1;
    visibility: visible;
}
.in_wrp.in_fc input {
    /* height: 53px; */
}
.in_wrp.in_fc textarea {
    /* height: 118px; */
}
.in_fc > p {
    /* margin-top: -1px;
    margin-left: -1px; */
}

a.logo{
    top: 8px;
}
a.logo img{
    max-width: 100%;
}

.top_nav li.active a, .top_nav li a:hover{
    color: #d78c1c;
    -webkit-text-fill-color: inherit;
}
.button_gradient span{
    color: #d78c1c;
    -webkit-text-fill-color: inherit;
}
.toptel:hover{
    color: #d78c1c;
}
.current_tab p{
    color: #d78c1c;
    -webkit-text-fill-color: inherit;
}
.tab_elem_img::after{
    background-image: none;
    border: 2px solid #d78c1c;
}
.in_wrp:before{
    border-color: #d78c1c;
}
.in_fc p{
    color: #d78c1c!important;
}

a.tab_elem{
    display: block;
}
/*
.tab_controls_section-new{
    padding-top: 80px;
}*/

.group-name{
    color: #FFFFFF;
    font-size: 32px;
    height: 50px;
    margin: 30px 0 10px;
}

.detail-gallery img{
    max-width: 100%;
    object-fit: cover;
    border-radius: 15px;
    margin-bottom: 30px;
}
.catalog-detail{
    padding-top: 200px;
}
.container-detail{
    max-width: 1536px;
}
.video-container{
    width: 100%;
    overflow: hidden;
    border-radius: 15px;
    margin-bottom: 30px;
}
.video-container video{
    width: 100%;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.catalog-detail h1{
    font-size: 44px;
    line-height: normal;
    margin-bottom: 30px;
}
.catalog-detail h3{
    margin-bottom: 23px;
}
.preview-block{
    color: #FFFFFF;
    font-size: 16px;
    margin-bottom: 30px;
}

.catalog-detail .txtareaclass{
    display: none;
}
.catalog-detail button[type=submit]{
    margin-top: -15px;
}

.about-text{
    color: #FFFFFF;
    top: 0!important;
}

.preview_elem{
    height: 280px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}
@media (max-width:767px) {
    .preview_elem{
        height: 180px;
    }
    img.logo_intro{
        object-fit: contain;
    }

}

.tab_controls_section .row > div{
    margin-bottom: 40px;
}

footer a.logo{
    top: 50px;
    width: 100px;
}

.product-socs{
    display: flex;
    column-gap: 20px;
}
.product-socs a{
    display: block;
    width: 50px;
    height: 50px;
}
.product-socs a svg{
    max-width: 100%;
    max-height: 100%;
}
footer .product-socs a{
    display: block;
    width: 30px;
    height: 30px;
}

.empty-section-block{
    position: relative;
    background-color: #322e36;
    padding-top: 80px;
    overflow: hidden;
    padding-bottom: 60px;
    z-index: 100;
}
.soc-block{
    text-align: right;
}
.soc-block .product-socs{
    justify-content: end;
}
.empty-section-block h3{
    margin-bottom: 23px;
}
.empty-section-block .txtareaclass{
    display: none;
}
.empty-section-block .form_flex > div{
    margin-bottom: 10px;
}

.price-row{
    color: #fff;
    font-size: 16px;
    line-height: 28px;
}
.price-row span{
    color: #d78c1c;
}
.btn-row{
    display: flex;
    align-items: center;
    justify-content: end;
}
.catalog-detail button[type=submit]{
    margin-top: 0;
}

.empty-section-block .in_wrp p{
    background: #322e36;
}

@media (max-width: 767px) {
    .soc-block{
        text-align: left;
    }
    .soc-block .product-socs{
        justify-content: start;
    }
}

.product-order-form form{
	margin-bottom: 30px;
}

.catalog-detail h1 span{
    display: block;
    font-size: 32px;
}
.back-btn{
    color: #fff;
    opacity: 0.5;
    display: flex;
    align-items: center;
}
.back-btn svg{
    height: 30px;
    filter: invert(1);
}