@font-face {
    font-family: MontserratRegular;
    src: url(../fonts/Montserrat-Regular.otf);
}

@font-face {
    font-family: MontserratLight;
    src: url(../fonts/Montserrat-Light.otf);
}

@font-face {
    font-family: MontserratMedium;
    src: url(../fonts/Montserrat-Medium.otf);
}

@font-face {
    font-family: MontserratSemiBold;
    src: url(../fonts/Montserrat-SemiBold.otf);
}

@font-face {
    font-family: MontserratBold;
    src: url(../fonts/Montserrat-Bold.otf);
}

html{
    scroll-behavior:smooth;
}

body {
    margin: 0;
}

a {
    text-decoration: none;
}

button, input {
    font-size: 16px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 0;
    outline: none;
}

button, input[type="submit"] {
    cursor: pointer;
}

.menu_bg {
    width: 100%;
    background: #161421;
    border-bottom: 1px solid #4A4857;
}

.menu {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 1170px;
    height: 70px;
    margin: auto;
}

.logo {
    width: 70px;
    height: 70px;
    background: url(../images/logo_bdc.png) no-repeat center;
    background-size: 100%;
}

.social {
    display: flex;
}

.content_bg {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 100%;
}

.content_bg ul {
    margin-right: 20px;
}

.content_bg ul li{
    display: inline;
    font-family: MontserratSemiBold;
    font-size: 14px;
    margin-right: 10px;
}

.content_bg ul li a {
    color: #ffffff;
}

.content_bg ul li a:hover {
    opacity: 0.8;
}

.social_icon {
    width: 30px;
    height: 30px;
    background-color: #e99954;
    margin-left: 10px; 
}

.social_fb {
    background-image: url(../images/fb_icon.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 60%;
}

.social_in {
    background-image: url(../images/in_icon.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 60%;
}

.social_icon:hover {
    opacity: 0.95;
}

.content_block {
    width: 1170px;
    padding: 50px 0;
    margin: auto;
}

.content_block_gray {
    background-color: #F5F5F5;
}

.content_title{
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-family: MontserratLight;
    font-size: 36px;
    margin-bottom: 50px;
}

.arrow {
    width: 30px;
    height: 30px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
}

.orange_button {
    width: 170px;
    height: 40px;
    background: #E99954;
    border-radius: 40px;
    color: #ffffff;
    font-family: MontserratSemiBold;
}

.orange_button:hover {
    opacity: 0.95;
}

.orange_arrow {
    background-image: url(../images/orange_arrow.png);
}

.white_arrow {
    background-image: url(../images/white_arrow.png);
}

.phone_bottom {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    color: white;
    font-family: MontserratLight;
}

.phone {
    background-image: url(../images/call.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 60%;
    margin-left: 20px;
}

.top {
    background-image: url(../images/top.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 80%;
}

.phone_bottom a {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    color: white;
}

.menu_bottom {
    border-top: 1px solid #4A4857;
    border-bottom: 0;
}

.body_content {
    min-height: calc(100vh - 71px * 2);
}

.send_text {
    color: white;
    font-size: 16px;
}

.email_message {
    background-color: #E99954;
    padding: 10px 0;
    color: white;
    text-align: center;
}

#wh-widget-send-button.wh-widget-right {
    right: 0;
    bottom: 53px !important;
}

.lang {
    padding-left: 10px;
    border-left: 1px solid #4A4857;
}