* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

* {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

a,
button {
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
select,
input,
option {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
}

html {
    -webkit-text-size-adjust: none;
}

body {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    font-size: 16px;
    background: #ffffff;
    color: #2B3F45;
    font-family: 'Sofia Pro', sans-serif;
    font-family: 'Poppins', sans-serif;
}

h1 {
    font-style: normal;
    font-weight: normal;
    font-size: 88px;
    line-height: 1.2;
    letter-spacing: -0.03em;
    color: #fff;
    margin-bottom: 20px;
}

h2 {
    font-style: normal;
    font-weight: 600;
    font-size: 48px;
    line-height: 34px;
    text-align: center;
    letter-spacing: 0.01em;
    color: #2B3F45;
    margin-bottom: 35px;
}

h3 {
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 32px;
    text-align: center;
    letter-spacing: 0.01em;
    color: #F2EDE7;
}

h6 {
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
    text-align: center;
    letter-spacing: 0.01em;
    color: #F2EDE7;
}

p {
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 12px;
    color: #2B3F45;
    font-weight: 300;
}

.font_14 p {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0.01em;
    color: #2B3F45;
    font-weight: 300;
}

*+p {
    margin-top: 15px;
}

a:focus,
button:focus {
    outline: none;
}

img {
    width: 100%;
}

::-webkit-input-placeholder {
    color: #838183;
}

::-moz-placeholder {
    color: #838183;
}

:-ms-input-placeholder {
    color: #838183;
}

:-moz-placeholder {
    color: #838183;
}

.mb_none {
    display: none;
}

.mb_show {
    display: none;
}

.upper_case {
    text-transform: uppercase;
}

a:hover {
    text-decoration: none;
}

.button {
    margin-top: 50px;
    position: relative;
}

.bold {
    font-weight: 700;
}

a:focus,
button:focus {
    outline: none !important;
    box-shadow: none !important;
}

/*button*/
.btn_white {
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 20px;
    padding: 12px 25px !important;
    text-align: center;
    letter-spacing: 0.02em;
    color: #ffffff;
    border: 2px solid #ffffff;
    box-sizing: border-box;
    padding: 15px 22px;
    border-radius: 0;
    width: auto;
    max-width: initial;
    border-radius: 30px;
}

.btn_white:hover {
    background-color: #fff;
    color: #000;
    border: 2px solid #ffffff;
}

.btn_yellow {
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 20px;
    padding: 12px 25px !important;
    text-align: center;
    letter-spacing: 0.02em;
    color: #ffffff;
    border: 2px solid #ffffff;
    box-sizing: border-box;
    padding: 15px 22px;
    border-radius: 0;
    width: auto;
    max-width: initial;
    border-radius: 30px;
}

.btn_yellow:hover {
    background-color: #F8E500;
    color: #000;
    border: 2px solid #F8E500;
}


header {
    position: relative;
    z-index: 999;
    padding: 15px 0;
}

header a {
    display: block;
    max-width: 150px;
    padding: 0 !important;
}

header .flx {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

/* .banner { height: } */
.banner video {
    position: fixed;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100vh;
}

.bottom {
    position: absolute;
    bottom: 10px;
    width: 100%;
}

.bottom .flx {
    display: flex;
    align-items: center;
}

.bottom .flx .w_50 {
    width: 50%;
}

.bottom .flx .w_50:nth-child(2) {
    text-align: center;
}

.bottom .flx .w_50:nth-child(3) {
    text-align: right;
}

.bottom a {
    color: #ffffff;
    text-decoration: none;
    font-size: 20px;
}

.bottom a i {
    font-size: 20px;
    margin-right: 10px;
    margin-left: 10px;
}

.banner #myVideo {
    width: 100%;
    min-width: 1200px
}

.banner .container img {
    position: relative;
    max-width: 700px;
}

.banner .container {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 15%;
}

.mg_r_50 {
    margin-right: 50px;
}

.icons_call {
    margin-right: 10px;
    max-width: 25px;
}

.icons_map {
    margin-right: 15px;
    max-width: 22px;
}

.icon {
    margin-left: 15px;
    max-width: 25px;
}

.figure {
    position: relative;

}

.figure img.Sirv.image-hover {
    position: absolute;
    top: -4.5px;
    /* right: 0; */
    left: 4px;
    /* bottom: 0; */
    /* object-fit: contain; */
    opacity: 0;
    transition: opacity 0.5s;
    max-width: 57px;
    width: 100%;
}

.figure:hover img.Sirv.image-hover {
    opacity: 1;

}

.figure:hover img.Sirv.image-main {
    opacity: 0;
    transition: opacity 1s;
}
.mob-resp1{
    display: none;
}
@media screen and (max-width:992px) {
    h1 {
        font-size: 50px;
    }

    .banner .container img {
        position: relative;
        max-width: 600px;
    }

    .banner .container {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-top: 23%;
    }

}

@media screen and (max-width:767px) {
    h1 {
        font-size: 40px;
    }

    .banner .container img {
        position: relative;
        max-width: 500px;
    }

    .banner .container {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-top: 30%;
    }

    .bottom a {
        color: #ffffff;
        text-decoration: none;
        font-size: 17px;
    }
}

@media screen and (max-width:463px) {
    .bottom a {
        color: #ffffff;
        text-decoration: none;
        font-size: 13px;
    }

    .icon {
        margin-left: 7px;
        max-width: 20px;
    }

    .icons_call {
        margin-right: 6px;
        max-width: 20px;
    }

    .icons_map {
        margin-right: 9px;
        max-width: 18px;
    }

    .banner .container img {
        position: relative;
        max-width: 300px;
    }

    .banner .container {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-top: 48%;
    }
}

@media screen and (max-width:600px) {
    .mob-resp1{
        display: block;
    }
    .mob-resp2{
        display: none;
    }
    .banner #myVideo {
        width: 120%;
        min-width: 0px;
        /* height: 100px; */
        /* display: grid; */
    }
}