@charset "utf-8";
/* CSS Document */
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
html,
body {
    overscroll-behavior-y: none;
    direction: rtl;
    text-align: right;
}
body {
    font-family: "Roboto Slab", "Heebo", "Helvetica", sans-serif;
    font-size: 18px;
    font-weight: 400;
    background-color: var(--w);
    margin: 0;
    color: #000;
}

@-moz-document url-prefix() {
    fieldset {
        display: table-cell;
    }
}
[class*="col-"],
.col {
    padding: 0;
}
h1 {
    font-weight: bold;
}
h2 {
    font-size: 40px;
    font-weight: 700;
}
h3 {
    font-weight: 700;
    margin: 0 0;
}
h2 a,
h3 a {
    text-decoration: none;
}
h4 {
    margin: 0;
}
h5,
h6 {
    font-size: 15px;
    line-height: normal;
}
p {
    padding: 0 0 15px 0;
    margin: 0;
}

a {
    color: inherit;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

b,
strong {
    font-weight: 700;
    font-family: inherit;
}
.inner_content strong {
    font-weight: normal;
    font-family: "merriweatherbold";
}

a:hover,
a:focus,
a:active {
    color: inherit;
    opacity: 0.8;
    text-decoration: none;
}

img {
    max-width: 100%;
    height: auto;
}
a img {
    border: none;
}

button:focus {
    outline: 0;
}
.row {
    width: 100%;
    margin-right: 0;
    margin-left: 0;
}

.absolute {
    position: absolute;
}
.relative {
    position: relative;
}
.fixed {
    position: fixed;
}
.sticky {
    position: sticky;
}

.div15 {
    height: 15px;
}
.div30 {
    height: 30px;
}
.div50 {
    height: 50px;
}
.div55 {
    height: 55px;
}
.div100 {
    height: 100px;
}
.div150 {
    height: 150px;
}
.div200 {
    height: 200px;
}
.div1000 {
    height: 1000px;
}

.clear {
    clear: both;
}
.float_left {
    float: left;
}
.float_right {
    float: right;
}
*:focus {
    outline: none;
}

.flex {
    display: flex;
}
.flex_md,
.flex_lg {
    display: flex;
}
.flex-row {
    flex-flow: row;
}
.flex-column {
    flex-flow: column;
}
.flex-reverse {
    justify-content: flex-end;
}
.stretch {
    flex: 1;
}
.normal {
    flex: 0;
}
.around {
    justify-content: space-around;
}
.between {
    justify-content: space-between;
}
.wrap {
    flex-flow: wrap;
}
.align_items_center {
    align-items: center;
}
.align_c {
    text-align: center;
}

.hidden_desk {
    display: none;
}
.upp {
    text-transform: uppercase;
}

/* START */
/* COLORS c_ - color */
:root {
    --b: #000;
    --w: #fff;
    --red: #e41a38;
    --yel: #ffde00;
}
/* backgrounds */
.bg_yel {
    background: var(--yel) !important;
}

/* colors */
.c_white {
    color: var(--w) !important;
}
.c_red {
    color: var(--red) !important;
}
.c_yel {
    color: var(--yel) !important;
}

/* font-size */
.f16 {
    font-size: 16px;
}

.hero_header {
    color: #fff;
}
.hero {
    position: relative;
    height: 742px;
    background-color: #5c7385;
    background-image: url("../img/hero.jpg");
    background-position: 50%;
    background-size: cover;
}

.hero_header h1,
.hero_header h2 {
    font-size: 56px;
    font-weight: 700;
    color: #fff;
    margin: 0;
}

.hero_txt p {
    font-size: 32px;
    line-height: 1.2;
    font-weight: 500;
    padding: 0;
    color: #fff;
}
.hero_txt p span {
    font-size: 20px;
}
.hero_txt.uk_dez p {
    font-size: 22px;
}
.hero_txt.uk_dez p span {
    font-size: 26px;
    font-weight: 900;
}
.hero_txt_in {
    background: rgba(256, 256, 256, 0.8);
    padding: 40px 30px;
    margin: 30px 0 0;
    border-radius: 8px;
}
.hero_txt_in h2 {
    font-size: 30px;
    color: #000;
}
.hero_txt_in p {
    font-size: 24px;
    color: #000;
}

.logo_main {
    text-align: center;
}
.logo_main img {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
.logo_main h5 {
    font-size: 14px;
    font-weight: 700;
    color: var(--blue-steel);
    margin: 0 0 0 15px;
    text-align: left;
}

.top {
    position: fixed;
    top: 0;
    bottom: auto;
    left: 0;
    right: 0;
    width: 100%;
    height: 93px;
    background: rgb(255, 255, 255);
    color: #000;
    border-top: 6px solid var(--yel);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    z-index: 200;
}
.top.active {
    height: 64px;
}
.top.active .logo_main img {
    max-width: 100px;
}
.top.active .soc_call {
    width: 40px;
    height: 40px;
}
.top.active .soc_call img {
    width: 20px;
    height: 20px;
}
.top.active .phones {
    font-size: 18px;
}
.top_menu {
    position: fixed;
    width: 100%;
    height: 50px;
    top: 70px;
    bottom: auto;
    left: 0;
    z-index: 100;
}
body.defibtech .top_menu.active {
    position: fixed;
    top: 64px;
    bottom: auto;
    height: min-content;
    z-index: 200;
    border-radius: 0 0 30px 30px;
}
.nav_main {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 18px;
}
.top_menu.active .nav_main {
    font-size: 14px;
    padding: 0;
}
.navbar ul li {
    list-style-image: none !important;
}
.navbar-toggler {
    color: rgba(255, 255, 255, 1);
    border-color: transparent;
    padding: 0 0;
}
.navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
    height: 1.3em;
    /* background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") */
}
.navbar-expand-lg .navbar-nav .nav-link {
    padding: 20px 30px;
}
.navbar-expand-lg .navbar-nav .nav-link.active {
    text-decoration: underline;
    text-decoration-color: var(--yel);
    text-decoration-thickness: 4px;
    text-underline-offset: 6px;
}

.dropdown-menu {
    border-bottom: 0;
    border-radius: 0;
    padding: 0;
    text-transform: none;
}
.dropdown-item {
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}
.dropdown-item.active,
.dropdown-item:active {
    background-color: rgb(49, 63, 104);
}

.logo_top {
    margin: 0;
}

.phones {
    text-align: left;
    padding: 0;
    color: var(--blue-steel);
    font-weight: 500;
    font-size: 20px;
    line-height: 1;
}
.phones_in {
    font-size: 14px;
    font-weight: 700;
    font-size: 14px;
}

.ltr {
    direction: ltr !important;
}
.rtl {
    direction: rtl !important;
}

/* form */
body:not(.cf7p-message) .wpcf7-not-valid-tip {
    position: absolute !important;
    transform: translateY(-50%);
    top: -50% !important;
    left: auto !important;
    right: 20px;
    display: inline-block;
    padding: 0 30px !important;
    width: auto !important;
    text-indent: unset !important;
    color: #fff;
    font-size: 16px;
    line-height: 44px;
    background-color: #ed3b2e;
}

body.defibtech .wpcf7-acceptance .wpcf7-list-item {
    margin-left: 0;
    margin-bottom: 4px;
}

body.defibtech .wpcf7-acceptance form {
    direction: rtl;
}

body.defibtech .wpcf7-form-control-wrap input[type="tel"] {
    direction: rtl;
}

body.defibtech .wpcf7-acceptance .wpcf7-list-item-label {
    position: relative;
    font-size: 14px;
    color: #787878;
    padding-right: 30px;
}
body.defibtech .wpcf7-acceptance .wpcf7-list-item-label a {
    text-decoration: underline;
}

body.defibtech .wpcf7-acceptance .wpcf7-list-item-label::before {
    margin-left: 10px;
    position: absolute;
    top: 2px;
    right: 2px;
}

body.defibtech .form_hero {
    max-width: 430px;
    background: rgba(256, 256, 256, 0.8);
    border: 1px solid #e4e4e7;
    filter: drop-shadow(0px 5px 15px rgba(0, 0, 0, 0.1));
    color: #787878;
    margin: 0 auto 0 0;
    padding: 40px;
    border-radius: 8px;
}
body.defibtech .form_hero h3 {
    color: #000;
    font-size: 20px;
}
body.defibtech .form_hero p {
    padding: 0;
}

body.defibtech .wpcf7-list-item-label {
    max-width: 98%;
    margin-top: 10px;
    font-weight: 400;
}

body.defibtech .form {
    max-width: 800px;
}
body.defibtech .form-control,
body.defibtech .btn-primary {
    border-radius: 8px;
    height: 42px;
    margin: 0;
}
body.defibtech .btn-primary {
    padding: 9px 30px;
    width: 100%;
    width: auto;
    margin: 0 auto;
    display: block;
    font-weight: 700;
    font-size: 16px;
    color: #000;
    border: 0;
    background: var(--yel);
}
body.defibtech .btn-primary:hover,
body.defibtech .btn-primary.focus,
body.defibtech .btn-primary:focus,
body.defibtech .btn-primary:not(:disabled):not(.disabled).active,
body.defibtech .btn-primary:not(:disabled):not(.disabled):active,
body.defibtech .show > .btn-primary.dropdown-toggle {
    border: 0;
    box-shadow: none;
    background: var(--b);
    color: var(--yel);
}
body.defibtech .btn-primary:hover,
body.defibtech .btn-primary.focus,
body.defibtech .btn-primary:focus {
    background: var(--b);
    color: var(--yel);
}
body.defibtech .form_input_out {
    width: 100%;
}
body.defibtech .form_input_out button {
    white-space: nowrap;
}
body.defibtech .form_input_out label {
    font-size: 14px;
    padding-right: 7px;
    margin-top: -5px;
}
body.defibtech .form_input_out label a {
    text-decoration: underline;
}
body.defibtech .btn-primary {
    margin: 0;
    width: 100%;
}

body.defibtech .btn_fix_width {
    width: max-content;
    padding: 9px 80px;
    margin: 0 auto;
    font-size: 16px;
}

/* 2 */
body.defibtech .form_hero.buttom__form {
    max-width: 1080px;
    margin: 0 auto;
    background-color: #8ad7e1;
}

body.defibtech .form_hero.buttom__form h3 {
    margin: 0 auto 10px;
}

body.defibtech .buttom__form .wpcf7-form {
    display: flex;
    flex-wrap: wrap;
    column-gap: 20px;
}

body.defibtech .buttom__form .wpcf7-form .form-row {
    display: flex;
    flex-wrap: nowrap;
    margin: 0;
}

body.defibtech .form_input_out {
    flex: 1 1 48%;
}

body.defibtech .buttom__form .wpcf7-list-item-label {
    padding-left: 100px;
    color: #ffffff;
}
@media screen and (max-width: 768px) {
    body.defibtech .buttom__form .wpcf7-form .form-row {
        flex-wrap: wrap;
    }

    body.defibtech .buttom__form .wpcf7-list-item-label {
        padding-left: 0;
        padding-right: 26px;
    }
}
/* /2 */

/* Contact Form 7 */
body.defibtech .wpcf7,
body.defibtech .wpcf7-form-control-wrap {
    width: 100%;
}
body.defibtech .wpcf7 form .wpcf7-response-output {
    margin: 0 0 0px 0;
    border-radius: 5px;
    border: none;
    font-size: 14px;
}
body.defibtech .wpcf7-not-valid-tip {
    display: none;
    /* font-size: 12px;
    margin: 5px 0;
    text-align: center; */
}

body input[type="text"].wpcf7-not-valid,
body input[type="email"].wpcf7-not-valid,
body input[type="tel"].wpcf7-not-valid,
body textarea.wpcf7-not-valid {
    border: 1px solid red;
    box-shadow: 0px 0px 40px red;
}
.wpcf7-spinner {
    display: none;
}
.strip .wpcf7 form .wpcf7-response-output {
    text-align: center;
}

/* popup errors for cf7 */
.swal2-title {
    font-size: 16px !important;
}

/*  */
.strip1 {
    background-color: #e8e8e8;
    text-align: center;
    padding: 77px 0;
}
.strip1 h3 {
    font-size: 48px;
    color: var(--red);
    margin: 0 auto 30px;
}

.strip1 p {
    font-size: 32px;
    font-weight: 700;
    max-width: 970px;
    margin: 0 auto;
}

.strip2 {
    padding: 80px 0;
}
.strip2 img {
    filter: drop-shadow(0px 5px 15px rgba(0, 0, 0, 0.1));
    border-radius: 8px;
}
.strip2 ul {
    font-size: 20px;
    padding: 0 25px;
    margin: 25px 0;
}
.strip2 ul li {
    padding: 10px 0;
}

.strip3 {
    background-color: #f5f5f6;
    padding: 77px 0 30px;
}
.strip3 h2 {
    text-align: center;
    margin: 0 auto 80px;
}

.card {
    background-color: var(--w);
    text-align: center;
    padding: 40px 20px;
    filter: drop-shadow(0px 5px 15px rgba(0, 0, 0, 0.1));
    border-radius: 8px;
}
.card img {
    width: 64px;
    height: auto;
}
.card p {
    font-size: 20px;
    font-weight: 700;
    margin: 15px 0 0;
}
.strip3_in {
    max-width: 900px;
}
.blob {
    width: 57px;
    height: 57px;
    background: var(--w);
    border: 2px solid var(--b);
    border-radius: 100px;
}
.blob img {
    width: 27px;
    height: auto;
}
.line {
    margin: 0 0 30px;
}
.line_txt h3 {
    font-size: 24px;
    font-weight: 500;
    margin: 0px 0 10px;
}
.line_txt p {
    color: #686868;
    font-size: 16px;
}
.strip_video {
    padding: 70px 0;
}

/* VIDEO */
.video_you {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
}

.video_you iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* FOOTER */
.footer {
    background: #e8e8e8;
    color: #000;
    padding: 50px 0;
}

.footer h4 {
    font-weight: 700;
}
.footer p {
    padding: 0;
    font-size: 12px;
}
.footer ul {
    padding: 30px 0;
    margin: 0;
    list-style-type: none;
    font-weight: 300;
}
.footer ul li {
    padding: 10px 0;
}
.footer ul li a:hover {
    color: var(--red);
}
.footer ul li a:active,
.footer ul li a:focus {
    color: var(--red);
    text-decoration: underline;
}
.footer ul li:before,
.navbar ul li::before {
    content: none;
}

.copyright p {
    margin: 0 auto;
    padding: 0px 30px 15px;
    text-align: center;
    color: #919295;
    font-weight: 400;
}
.footer .logo2 {
    max-width: 136px;
    height: auto;
}

/* media */

/* max height */
@media (max-height: 800px) {
}
@media (max-height: 450px) {
}

/* min */
@media (min-width: 576px) {
    .modal-dialog {
        min-width: 70%;
    }
}

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

@media (min-width: 992px) {
}
@media (min-width: 1200px) {
    .container-lg_mine {
        max-width: 1396px;
    }
}

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

/* min & max */
@media (max-width: 1200px) and (min-width: 992px) {
}

/* max */
@media (max-width: 1490px) {
    .hidden_notebook {
        display: none;
    }
}

@media (max-width: 1199.98px) {
    .hero_header h1,
    .hero_header h2 {
        font-size: 45px;
    }

    .phones {
        padding: 0 30px 0 0;
    }

    /* .form_hero{bottom: 143px} */
    .form {
        max-width: 600px;
    }
    .form_hero {
        padding: 30px;
    }
    .form_hero h3 {
        font-size: 18px;
    }
    h3 {
        font-size: 22px;
    }
}

@media (max-width: 991.98px) {
    h2 {
        font-size: 32px;
    }
    .top {
        height: auto;
        position: relative;
        border-width: 4px;
    }
    .top.active {
        position: fixed;
    }
    .top_menu {
        height: min-content;
        bottom: auto;
        top: 0;
        background-color: var(--w);
        border-top: 4px solid var(--yel);
    }
    .top_menu.active {
        top: 0;
        border-radius: 0 0 15px 15px;
    }
    .logo_top img {
        padding-right: 10px;
        max-width: 100px;
    }
    .phones {
        text-align: left;
        font-weight: 700;
    }
    .top_menu .phones a {
        display: inline-block;
        padding: 0 0 0 0;
        font-size: 16px;
    }

    .hero {
        background: #fff url("../img/hero_mob.jpg") 50% 0 no-repeat;
        background-size: 100%;
        overflow: visible;
        border-radius: 0;
        height: auto;
    }
    .hero .hero_txt {
        padding-top: 90px;
        padding-bottom: 60px;
        text-align: center;
    }
    .hero .hero_txt img {
        max-width: 140px;
    }
    .hero_header {
        margin-bottom: 0px;
    }
    .form_hero {
        margin: 30px auto 0;
    }

    .navbar {
        padding: 10px 20px;
    }
    .navbar-nav {
        padding: 0;
        margin-top: 15px;
        margin-bottom: 15px;
        text-align: center;
    }
    .nav-link {
        padding: 20px 0;
    }
    .nav-link:focus,
    .nav-link:hover {
        text-decoration: underline;
        text-decoration-color: var(--yel);
        text-decoration-thickness: 4px;
        text-underline-offset: 6px;
    }

    .hero_header h1,
    .hero_header h2 {
        font-size: 32px;
    }
    .hero_header .header_in h1 {
        margin-top: 100px;
    }
    .hero_txt p {
        font-size: 24px;
    }

    .hero_txt p span {
        font-size: 16px;
    }
    .hero_txt.uk_dez p {
        font-size: 16px;
    }
    .hero_txt.uk_dez p span {
        font-size: 20px;
    }
    .hero_txt_in h2 {
        font-size: 24px;
    }
    .hero_txt_in p {
        font-size: 20px;
    }
    .strip1,
    .strip2,
    .strip3,
    .strip_video {
        padding: 40px 0;
    }
    .strip1 h3 {
        font-size: 32px;
        margin: 0 auto 20px;
    }
    .strip1 p {
        font-size: 24px;
    }
    .strip2 h2 {
        margin: 10px 0;
    }
    .strip2 ul {
        font-size: 16px;
        margin: 0 0 15px;
    }
    .strip2 ul li {
        padding: 7px 0;
    }

    .strip3 h2 {
        margin: 0 auto 35px;
    }
    .card {
        padding: 20px;
    }
    .card img {
        width: 56px;
    }
    .card p {
        margin: 0;
    }
    .line_txt h3 {
        font-size: 20px;
    }
    .blob {
        width: 48px;
        height: 48px;
    }

    .footer h4,
    .footer ul {
        font-size: 14px;
    }
    .footer ul {
        padding: 10px 0 20px 0;
    }
    .footer ul li {
        padding: 3px 0;
    }
    .footer_logos {
        width: 250px;
    }
    .footer .logo {
        max-width: 108px;
    }
    .footer .logo2 {
        max-width: 120px;
    }
}

@media (max-width: 767.98px) {
    .hidden_ipad {
        display: none;
    }
    .container-xl {
        padding-right: 15px;
        padding-left: 15px;
    }
    /* .mob_menu{position: fixed; top: 0; width: 100%; z-index: 100;} */

    .phones {
        font-size: 16px;
    }

    .form_input_out {
        flex: 100%;
        max-width: 100%;
        margin-bottom: 10px;
    }
    .form_input_out button,
    .form_input_out a {
        padding: 11px;
    }
    .form-control,
    .btn-primary {
        border-radius: 7px;
    }
}

@media (max-width: 575.98px) {
    .hidden_mob {
        display: none;
    }

    .hero .hero_txt {
        text-align: right;
    }
    .form_hero {
        margin: 10px auto 0;
    }
}
