@font-face {
    font-family: 'InterSemiBold';
    src: url('../fonts/Inter-SemiBold.eot');
    src: local('Inter Semi Bold'), local('Inter-SemiBold'),
    url('../fonts/Inter-SemiBold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Inter-SemiBold.woff2') format('woff2'),
    url('../fonts/Inter-SemiBold.woff') format('woff'),
    url('../fonts/Inter-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}
@font-face {
    font-family: 'InterRegular';
    src: url('../fonts/Inter-Regular.eot');
    src: local('Inter Regular'), local('Inter-Regular'),
    url('../fonts/Inter-Regular.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Inter-Regular.woff2') format('woff2'),
    url('../fonts/Inter-Regular.woff') format('woff'),
    url('../fonts/Inter-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'InterBold';
    src: url('../fonts/Inter-Bold.eot');
    src: local('Inter Bold'), local('Inter-Bold'),
    url('../fonts/Inter-Bold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Inter-Bold.woff2') format('woff2'),
    url('../fonts/Inter-Bold.woff') format('woff'),
    url('../fonts/Inter-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: 'InterMedium';
    src: url('../fonts/Inter-Medium.eot');
    src: local('Inter Medium'), local('Inter-Medium'),
    url('../fonts/Inter-Medium.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Inter-Medium.woff2') format('woff2'),
    url('../fonts/Inter-Medium.woff') format('woff'),
    url('../fonts/Inter-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}
.logo{
    width: 10.944rem;
}
body{
    line-height: 1.4;
    font-family: InterRegular, sans-serif;
    padding-top: 5.722rem;
}
.container {
    width: 70.3rem;
}
header {
    padding: 1rem 0;
    border-bottom: 2px solid #e8e8e8;
    background-color: white;
}
.lang_box{
    width: 2.8rem;
    height: 2.8rem;
    background-color: #e8e8e8;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: InterMedium, sans-serif;
    font-size: 0.7rem;
    margin-left: 5.2rem;
    transition: all 0.1s;
}
.lang_box i {
    font-size: 0.5rem;
    margin-left: 0.2rem;
    position: relative;
    top: -0.1rem;
    transition: all 0.1s;
}
.active_lang{
    padding-left: 0.2rem;
}
.active_lang a{
    display: flex;
    align-items: center;
}
.menu > a {
    display: inline-block;
    font-family: InterSemiBold, sans-serif;
    margin-left: 1.3rem;
    text-transform: uppercase;
    font-size: 0.83rem;
}
.menu > a:first-child{
    margin-left: 0;
}
.menu_item{
    display: inline-block;
    font-family: InterSemiBold, sans-serif;
    margin-left: 1.3rem;
    text-transform: uppercase;
    font-size: 0.83rem;
}
.menu_item > a{
    display: flex;
    align-items: center;
}
.menu_item > a i{
    transition: all 0.35s;
    margin-left: 0.3rem;
    font-size: 0.6rem;
}
.hidden_lang{
    display: none!important;
}
.lang_box:hover {
    height: 3.6rem;
    border-radius: 0.4rem;
}
.lang_box:hover .hidden_lang{
    display: block!important;
}
.lang_box:hover i{
    transform: rotate(-180deg);
}
.line1{
    position: fixed;
    left: 8.3rem;
    top: 0;
    bottom: 0;
    width: 2px;
    background-color: #e8e8e8;
    z-index: 20;
    pointer-events: none;
}
.line2{
    position: fixed;
    right: 8.3rem;
    top: 0;
    bottom: 0;
    width: 2px;
    background-color: #e8e8e8;
    z-index: 20;
    pointer-events: none;
}
.content h1{
    font-size: 2.645rem;
    margin-bottom: 0.8rem;
    color: #9f1b32;
}
.content h2{
    font-size: 1.985rem;
    margin-bottom: 0.8rem;
}
.top_text{
    padding: 5.3rem 0;
    position: relative;
}
.top_text .content{
    position: relative;
    z-index: 1;
}
.after_img {
    position: absolute;
    bottom: -6.4rem;
    left: -2.1rem;
    width: 16.5rem;
}
#box-2{
    position: relative;
    z-index: 2;
}
.slider_round{
    position: absolute;
    top: -3.9rem;
    right: 0;
    width: 10.9rem;
    height: 10.9rem;
    border-radius: 50%;
    border: 2px solid #9f1b32;
    font-family: InterSemiBold, sans-serif;
    text-transform: uppercase;
    font-size: 0.83rem;
    padding: 0.5rem;
    transition: all 0.35s;
}
.slider_round:hover{
    border-color: #cd3a54;
}
.slider_round:hover .slider_round_box{
    background-color: #cd3a54;
}
.slider_round_box{
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background-color: #9f1b32;
    color: white;
    transition: all 0.35s;
}
.slider_item .container{
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    z-index: 1;
}
.box3_right{
    left: -2px;
    font-size: 0.882rem;
}
#box-3 {
    padding-top: 6.4rem;
}
.section_title span{
    color: #9f1b32;;
}
.box3_left{
    position: relative;
    padding-right: 1.35rem;
}
.box3_left:after {
    position: absolute;
    right: 1.3rem;
    top: -7rem;
    height: 100vh;
    content: "";
    background: #e8e8e8;
    width: 1px;
}
.section_title{
    margin-bottom: 2.1rem;
}
.box3_left .section_title{
    margin-bottom: 4.5rem;
}
.img_text {
    position: absolute;
    left: 2.2rem;
    top: 3rem;
    font-size: 0.88rem;
    line-height: 1.5;
    color: white;
}
.about_map{
    width: calc(100% + 12.2rem);
    position: relative;
    left: -12.2rem;
    padding-right: 5.9rem;
    margin-top: 1.5rem;
    background: white;
}
.about_img_box {
    position: absolute;
    top: -6.7rem;
    left: -17.8rem;
    width: 27rem;
}
.about_right{
    position: absolute;
    right: 0;
    top: 1.1rem;
    z-index: 2;
}
.content a{
    text-decoration: underline;
    color: #9f1b32;
}
.map_line {
    width: calc(100% + 3.1rem);
    position: absolute;
    bottom: -0.3rem;
    right: 0;
    z-index: 3;
}
.map_border {
    background-color: #9f1b32;
    height: 1px;
    position: relative;
    z-index: 1;
}
.map_circle{
    position: absolute;
    left: -2.3rem;
    top: -2.25rem;
    border: 1px solid #d77e8d;
    width: 4.5rem;
    height: 4.5rem;
    border-radius: 50%;
    padding: 0.25rem;
}
.map_circle2{
    width: 100%;
    height: 100%;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(198, 21, 51, 0.5);
    transition: all 0.35s;
}
.map_circle2:hover{
    background-color: rgba(198, 21, 51, 0.7);
}
.map_circle3 {
    width: 0.6rem;
    height: 0.6rem;
    border-radius: 50%;
    background: #9f1b32;
}
.about_img_box .map_line {
    width: 1px;
    bottom: -3rem;
}
.about_img_box .map_circle {
    position: absolute;
    left: -6rem;
    bottom: -6.05rem;
    border: 1px solid rgba(198, 21, 51,0.5);
    width: 12rem;
    height: 12rem;
    border-radius: 50%;
    padding: 0.55rem;
    top: unset;
}
.about_img_box .map_border {
    height: 23.1rem;
    width: 1px;
}
.map_border2{
    position: absolute;
    /*z-index: 1;*/
    right: 0;
    width: 50rem;
    height: 1px;
    background: #e8e8e8;
}
.map_img{
    position: relative;
    z-index: 1;
}
.project_box{
    position: relative;
    z-index: 2;
    margin-top: -1.5rem;
    background-color: white;
}
.content{
    font-size: 0.882rem;
}
.project_link{
    display: flex;
    align-items: center;
    font-family: InterMedium, sans-serif;
    text-transform: uppercase;
    justify-content: flex-end;
    font-size: 0.88rem;
    margin-bottom: 1rem;
}
.project_link img {
    margin-right: 0.8rem;
    width: 2.778rem;
}
#box-4{
    padding-top: 4.8rem;
    padding-bottom: 3.7rem;
    position: relative;
}
#box-4:after{
    position: absolute;
    left: 0;
    top: 13.2rem;
    bottom: 0;
    right: 0;
    content: "";
    background-color: #f1f1f1;
}
#box-4 .container{
    position: relative;
    z-index: 1;
}
.news_item{
    display: block;
    height: 100%;
}
.news_img{
    height: 21.5rem;
    position: relative;
}
.news_img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.news_row{
    margin: 0 -26px;
}

.news_row .mb_30{
    padding: 0 26px;
    margin-bottom: 52px;
    border-right: 2px solid rgb(232, 232, 232);
}
.news_row .mb_30:nth-child(3n+3) {
    border: none;
}
.news_date {
    font-family: InterSemiBold, sans-serif;
    text-align: center;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 6.6rem;
    height: 6.6rem;
    padding-top: 0.9rem;
    font-size: 0.9rem;
    line-height: 1.2;
    color: white;
    background-color: #9f1b32;
    z-index: 1;
}
.news_date span {
    font-size: 2.7rem;
    display: block;
    line-height: 1;
}
.news_text{
    padding-top: 2.2rem;
}
.news_text h4 {
    font-size: 1rem;
    margin-bottom: 1rem;
}
.news_text p{
    margin: 0;
    font-size: 0.882rem;
    line-height: 1.5;
    color: #292a2c;
}
footer{
    position: relative;
    z-index: 20;
}
.footer_top {
    background-color: #292a2c;
    padding: 6.4rem 0;
    color: #ffffff;
}
.footer_top a{
    color: #ffffff;
}
.footer_top a:hover, .footer_top a.active{
    color: #9f1b32;
}
.content a{
    text-decoration: underline;
    color: #9f1b32;
}
.content a:hover{
    text-decoration: none;
}
.footer_logo{
    display: block;
    width: 13.833rem;
}
.f_info {
    position: relative;
    top: -0.3rem;
    left: -0.23rem;
}
.f_info h4 {
    font-family: InterRegular, sans-serif;
    text-transform: uppercase;
    font-size: 0.87rem;
    margin-bottom: 1.3rem;
    color: #666666;
}
.f_info ul{
    list-style-type: none;
    margin: 0;
}
.f_info ul li {
    margin-bottom: 0.7rem;
}
.f_info ul li:last-child{
    margin-bottom: 0;
}
.phone_list {
    font-family: InterSemiBold, sans-serif;
    font-size: 1.32rem;
    margin-bottom: 1rem;
}
.address {
    margin-bottom: 1rem;
    font-size: 0.96rem;
}
.phone_list a{
    display: block;
}
.email_list a{
    display: block;
}
.footer_bottom {
    padding: 1.7rem 0;
    font-size: 0.77rem;
    background-color: #1d1d1f;
    color: rgba(255,255,255,0.3);
}
.footer_bottom a{
    color: rgba(255,255,255,0.3);
}
.footer_bottom a:hover{
    color: white;
}
.footer_bottom img{
    margin-left: 0.6rem;
}
.page{
    padding-top: 2.5rem;
    padding-bottom: 5.6rem;
}
.page h1{
    font-size: 2.65rem;
    margin-bottom: 2rem;
    color: #9f1b32;
}
.page h1.sm_h1{
    font-size: 1.4rem;
    line-height: 1.3;
}
.map {
    height: 35.1rem;
    position: relative;
}
.map .container{
    position: absolute;
    z-index: 2;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
}
.cont_box {
    padding: 2rem 2.7rem;
    padding-bottom: 2.5rem;
    background-color: #9f1b32;
    color: white;
}
.cont_title {
    text-transform: uppercase;
    font-size: 0.89rem;
    margin-bottom: 1.7rem;
    opacity: 0.7;
}
.cont_row{
    font-family: InterSemiBold, sans-serif;
}
.cont_row .phone_list{
    font-size: 1rem;
    margin: 0;
}
.cont_row a{
    color: white;
}
.cont_row a:hover{
    text-decoration: underline;
}
.map_box{
    width: 100%;
    height: 100%;
}
.cont_form {
    padding-top: 6rem;
    padding-bottom: 6.2rem;
    background-color: #f1f1f1;
}
.section_text {
    font-size: 0.88rem;
    margin-bottom: 1.5rem;
}
.cont_form_row{
    margin: 0 -10px;
}
.cont_form_row .mob_full{
    padding: 0 10px;
}
.form-group {
    margin-bottom: 25px;
}
.form-control{
    border: 1px solid #dddddd;
    border-radius: 0;
    padding: 1.5rem 1.6rem;
    font-size: 0.88rem;
}
.form-control::placeholder{
    color: #999999;
}
textarea.form-control{
    padding-top: 1rem;
}
.cont_bottom{
    margin-top: 25px;
}
.cont_bottom .btn {
    margin-left: 0.85rem;
    margin-right: 1.6rem;
}
.btn{
    background-color: #9f1b32;
    border-radius: 0;
    padding: 1.05rem 1.7rem;
    font-family: InterSemiBold, sans-serif;
    text-transform: uppercase;
    font-size: 0.8rem;
    color: white;
}
.btn:hover{
    color: white;
    background-color: #c13a4d;
}
.cont_bottom .content * {
    margin: 0;
    font-size: 0.772rem;
}
.page_right {
    padding-left: 1.3rem;
}
.page_right .about_img_box{
    position: relative;
    left: 0;
    top: 0;
}
.btm_i{
    bottom: 0;
    left: unset;
    right: -2rem;
}
.rel2{
    position: relative;
    z-index: 3;
}