@import "bootstrap.min.css";
@import "font-awesome.min.css";
@import "animate.css";
@import "magnific-popup.css";

/*
    Custom fonts
*/

@font-face {
    font-family: 'ArnoPro Semibold';
    src: url('../fonts/ArnoSemibold/ArnoPro-Smbd.eot');
    src: url('../fonts/ArnoSemibold/ArnoPro-Smbd.eot?#iefix') format('embedded-opentype'),
    url('../fonts/ArnoSemibold/ArnoPro-Smbd.woff2') format('woff2'),
    url('../fonts/ArnoSemibold/ArnoPro-Smbd.woff') format('woff');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'ArnoPro Caption';
    src: url('../fonts/ArnoCaption/ArnoPro-SemiboldCaption.eot');
    src: local('☺'),
    url('../fonts/ArnoCaption/ArnoPro-SemiboldCaption.woff') format('woff'),
    url('../fonts/ArnoCaption/ArnoPro-SemiboldCaption.ttf') format('truetype'),
    url('../fonts/ArnoCaption/ArnoPro-SemiboldCaption.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}




/*
    Custom marin top & bottom classes
*/

.mt5{margin-top:5px!important}
.mt10{margin-top:10px!important}
.mt15{margin-top:15px!important}
.mt20{margin-top:20px!important}
.mt25{margin-top:25px!important}
.mt30{margin-top:30px!important}
.mt35{margin-top:35px!important}
.mt40{margin-top:40px!important}
.mt45{margin-top:45px!important}
.mt50{margin-top:50px!important}
.mt55{margin-top:55px!important}
.mt60{margin-top:60px!important}
.mt65{margin-top:65px!important}
.mt70{margin-top:70px!important}
.mt75{margin-top:75px!important}
.mt80{margin-top:80px!important}
.mt85{margin-top:85px!important}
.mt90{margin-top:90px!important}

*{
    outline: none;
    text-decoration: none;
    border: 0;
}

img,
iframe{
    max-width: 100%;
}

.noscroll{
    overflow: hidden;
}

.v_align{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.v_center{
    display: flex;
    align-items: center;
    justify-content: center;
}

body{
    font-family: 'Source Sans Pro', sans-serif;
    background: #F8F8F8;
    line-height: 1.4;
}

h1,h2,h3,h4,h5,h6{
    font-family: 'Source Sans Pro', sans-serif;
    line-height: 1.2em
}

a{
    text-decoration: none;
    color: #0082C9;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
a:hover{
    color: #008EDB;
    text-decoration: none;
}

.container{
    max-width: 960px;
}
.container.large{
    max-width: 1145px;
}

.button,
.btn,
button{
    display: inline-block;
    position: relative;
    cursor: pointer;
    background: transparent;
    border: 1px solid #0082C9;
    border-radius: 4px;
    text-decoration: none;
    padding: 0 58px;
    line-height: 48px;
    overflow: hidden;
    opacity: 1;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    color: #0082C9;
    font-family: "Roboto", sans-serif;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.button:hover,
.btn:hover,
button:hover,
.light_button:hover{
    background: #0082C9;
    color: #fff;
    outline: none;
    opacity: .85;
    text-decoration: none;
    box-shadow: none;
}

.btn::before{
    content: "";
    display: block;
    position: absolute;
    z-index: 2;
    top: 0;
    left: -150px;
    width: 80px;
    height: 200px;
    background: rgba(255,255,255, .3);
    -webkit-transition: all .9s;
    -moz-transition: all .9s;
    -ms-transition: all .9s;
    -o-transition: all .9s;
    transition: all .9s;
    border: 0;
    -webkit-transform: translateY(-50%) skew(40deg);
    -moz-transform: translateY(-50%) skew(40deg);
    -ms-transform: translateY(-50%) skew(40deg);
    -o-transform: translateY(-50%) skew(40deg);
    transform: translateY(-50%) skew(-40deg);
}
.btn.active:before,
.btn:hover:before{
    left: 150%;
}
.btn.large{
    line-height: 58px;
    padding: 0 65px;
    min-width: 240px;
}
.btn.inverse{
    background: #0082C9;
    color: #fff;
}
.btn.inverse:hover{
    background: #fff;
    color: #0082C9;
}

.btn.small{
    line-height: 58px;
    padding: 0 14px;
}

.btn img{
    position: relative;
    top: -1px;
    margin-right: 5px;
}


.tablebox{
    display: table;
    width: 100%;
}
.tablebox > div{
    display: table-cell;
    vertical-align: top;
}
.tablebox.auto{
    width: auto;
}
.tablebox.center{
    margin-left: auto;
    margin-right: auto;
}
.tablebox.middle > div{
    vertical-align: middle;
}

form{
    display: block;
    padding: 0;
    margin: 0;
}
form input,
form textarea{
    display: block;
    width: 100%;
    border: 0;
    outline: none;
    font-style: normal;
    font-weight: normal;
    line-height: normal;
    font-size: 16px;
    color: #4D4F5C;
    background: #fff;
    border-radius: 4px;
    letter-spacing: 1px;
    padding: 18px 10px 18px 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.go_top{
    display: none;
}

#header{
    position: relative;
    z-index: 99;
    padding: 70px 0 0 0;
    margin: 0;
}
#header .container{
    max-width: 1442px;
}
#header .header_main{
    position: relative;
    display: table;
    padding: 0;
    margin: 0;
    width: 100%;
}
#header .header_main > div{
    display: table-cell;
    vertical-align: middle;
}

#header .langs{
    position: relative;
    float: right;
    margin-left: 45px;
}
#header .langs > span{
    font-weight: 600;
    line-height: normal;
    font-size: 18px;
    color: #4D4F5C;
    display: block;
    padding: 10px;
    margin: 0;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
#header .langs:hover > span{
    color: #0082C9;
}
.drop{
    display: none;
    position: absolute;
    z-index: 2;
    top: 100%;
    left: 50%;
    min-width: 80px;
    background: #fff;
    border-radius: 4px;
    padding:0;
    animation: fadeIn .5s linear;
    box-shadow: 2px 2px 12px rgba(0, 0, 0, 0.08);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}
.drop.right{
    left: unset;
    right:0;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
}
#header .langs .drop{
    text-align: center;
}
.down:hover .drop,
.down.active .drop{
    display: block;
}
.drop a{
    display: block;
    position: relative;
    padding: 10px 15px;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 600;
}
.drop a:first-child{
    border-radius: 4px 4px 0 0;
}
.drop a:last-child{
    border-radius: 0 0 4px 4px ;
}

.drop a:hover{
    background: #eee;
}
.drop a.active{
    background: #0082C9;
    color: #fff;
}
.drop::before {
    content: "";
    position: absolute;
    z-index: 3;
    top: -6px;
    left: 50%;
    margin-left: -4px;
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #0082C9;
}
.drop.right:before{
    left: 75%;
}

.inline_nav{
    position: relative;
}
.inline_nav > ul{
    display: block;
    position: relative;
    padding: 0;
    margin: 0;
    list-style: none;
}
.inline_nav > ul > li{
    display: block;
    position: relative;
    float: left;
    margin: 0;
    padding: 0;
}
.inline_nav > ul > li > a{
    display: block;
    padding: 0;
    margin: 0;
    position: relative;
}

#header .nav{
    float: right;
}
#header .nav > ul > li:not(:last-child){

}
#header .nav > ul > li > a{
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    font-size: 18px;
    color: #4D4F5C;
    padding: 10px 46px;
}
#header .nav > ul > li:hover > a,
#header .nav > ul > li.active > a{
    color: #0082C9;
    text-decoration: underline;
}

#header .header_main > div.menu_switcher{
    display: none;
    position: relative;
    float: right;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
}
#header .menu_switcher:hover{
    opacity: .8
}

#header .menu_switcher > span{
    display: block;
    width: 40px;
    height: 33px;
    background: url("../images/burger.svg") center center no-repeat;
}

.location_search{
    position: relative;
    padding: 120px 0 0 0;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    font-size: 18px;
    text-align: center;
    color: #4D4F5C;
}
.location_search .loc_entry{
    max-width: 790px;
    margin: 0 auto 40px auto;
}
.location_search .loc_form form{
    display: table;
    width: 100%;
    padding: 0;
    margin: 0;
    position: relative;
    background: #fff;
    height: 100px;
    mix-blend-mode: normal;
    box-shadow: 2px 2px 12px rgba(0, 0, 0, 0.08);
    border-radius: 4px;
}
.location_search .loc_form form > div{
    display: table-cell;
    vertical-align: middle;
}
.location_search .loc_form form input{
    font-size: 24px;
    padding-left: 35px;
}
.location_search .loc_form form button{
    width: 40px;
    height: 67px;
    padding: 0;
    margin: 0;
    border: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    outline: none;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    background: url("../images/search.svg") center center no-repeat;
}
.location_search .loc_form form button:active{
    background-size: 70% auto;
}

.regions{
    margin-top: 70px;
    position: relative;
    min-height: 900px;
    background: url("../images/globe.png") center 0 no-repeat;
}
.regions .regions_list{
    max-width: 690px;
    margin: 0 auto;
}
.regions .region_item{
    position: relative;
    margin-bottom: 20px;
}
.regions .region_item > h2{
    margin: 0;
    background: #fff url("../images/select-arrow-blue.svg") 90% 50% no-repeat;
    min-height: 62px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    font-size: 24px;
    color: #0082C9;
    border-radius: 4px;
    padding: 15px 30px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
    mix-blend-mode: normal;/* shadow */
    box-shadow: 2px 2px 12px rgba(0, 0, 0, 0.08);
}
.regions .region_item:hover > h2{
    opacity: .85;
}
.regions .region_item.active > h2{
    color: #fff;
    background: #0082C9 url("../images/select-arrow.svg") 90% 50% no-repeat;
}
.regions .region_item .r_child{
    position: relative;
    z-index: 1;
    display: none;
    background: #fff;
    min-height: 62px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    font-size: 18px;
    color: #4D4F5C;
    border-radius: 4px;
    padding: 15px 35px;
    margin-bottom: 10px;
    animation: fadeIn .5s linear;
    box-shadow: 2px 2px 12px rgba(0, 0, 0, 0.08);
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.regions .region_item .r_child:hover{
    background: #f7f7f7;
}
.regions .region_item.active .r_child{
    display: block;
}
.regions .region_item .r_child .r_loc span{
    display: block;
}
.regions .region_item .r_child .r_more{
    text-align: right;
}
.regions .region_item .r_child .r_more a{
    display: inline-block;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    font-size: 14px;
    color: #0082C9;
    border: 1px solid #0082C9;
    margin: 0 35px 0 0;
    border-radius: 4px;
    padding: 5px 17px;
}
.regions .region_item .r_child:hover .r_more a{
    background: #0082C9;
    color: #fff;
}
.regions .region_item .r_child .r_over{
    display: block;
    position: absolute;
    z-index: 3;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.regions .region_item.active .r_child .tablebox > div:first-child img{
    display: inline-block;
    position: relative;
    top: -2px;
}

.regions .region_item .r_child > .tablebox > div:first-child{
	width: 28px;
}
.regions .region_item .r_child > .tablebox > div:last-child{
	min-width: 105px;
}

.regions .more_regions{
    margin-top: 40px;
    text-align: center;
}

.footer{
    min-height: 80px;
}

.page_main{
    position: relative;
    font-size: 18px;
}


.sections_intro{
    position: relative;
}
.sections_intro .si_top{
    max-width: 860px;
    margin: 100px auto 70px auto;
}
.sections_intro .si_top h2{
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    font-size: 48px;
    text-align: center;
    color: #0082C9;
    margin: 0 0 30px 0;
    font-family: 'ArnoPro Semibold', sans-serif;
}
.sections_intro .si_top p{
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    font-size: 18px;
    text-align: center;
    color: #4D4F5C;
    margin: 0;
}

.near{
    position: relative;
}
.near > h3{
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    font-size: 24px;
    text-align: center;
    color: #4D4F5C;
    margin: 0;
    font-family: 'ArnoPro Caption', sans-serif;
}
.near .nr_items{
    position: relative;
    margin: 20px auto 0 auto;
}
.near .nr_items > .nr_item{
    position: relative;
    max-width: 690px;
    margin: 0 auto 20px auto;
    background: #FFFFFF;
    mix-blend-mode: normal;
    box-shadow: 2px 2px 12px rgba(0, 0, 0, 0.08);
    border-radius: 4px;
    padding: 20px 30px 14px 30px;
}
.near .nr_item .nr_loc{
    position: relative;
    border-bottom: 1px solid #f8f8f8;
    padding-bottom: 20px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    font-size: 14px;
    color: #4D4F5C;
}
.near .nr_item .nr_loc p{
    margin: 0 0 4px 0;
    font-weight: 600;
    font-size: 18px;
}
.near .nr_item .nr_loc > .tablebox > div:first-child{
    width: 40px;
    vertical-align: top;
}
.near .nr_item .nr_loc > .tablebox > div:first-child > img{
	margin-top: 3px;
}
.near .nr_item .nr_action{
    position: relative;
    padding: 14px 0 0 40px;
}
.near .nr_item .nr_action a{
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    border: 1px solid #0082C9;
    border-radius: 4px;
    font-size: 14px;
    color: #0082C9;
    display: inline-block;
    padding: 5px 17px;
    margin: 0 20px 0 0;
}
.near .nr_item .nr_action a:hover{
    background: #0082C9;
    color: #fff;
}
.near .nr_all{
    margin-top: 40px;
    text-align: center;
}

.contact_wrap{
    position: relative;
}
.contact_wrap .cw_map{
    margin: 70px 0;
    height: 533px;
}
.contact_wrap .cw_map iframe{
    height: 533px;
    width: 100%;
}
.contact_entry{
    position: relative;
    max-width: 690px;
    margin: 0 auto;
}
.contact_entry > h3{
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    font-size: 24px;
    color: #4D4F5C;
    text-align: center;
    margin: 0 0 20px 0;
    font-family: 'ArnoPro Caption', sans-serif;
}
.white_box{
    background: #fff;
    padding: 20px 30px;
    border-radius: 4px;
    mix-blend-mode: normal;/* shadow */
    box-shadow: 2px 2px 12px rgba(0, 0, 0, 0.08);
}

.white_box .tablebox{
    position: relative;
}
.white_box .tablebox > div:first-child{
    width: 40px;
    vertical-align: middle;
}
.white_box .wb_row{
    position: relative;
    font-weight: normal;
    line-height: normal;
    font-size: 14px;
    color: rgba(77, 79, 92, 0.6);
}
.white_box .wb_row p{
    margin: 0 0 5px 0;
    font-weight: 600;
    font-size: 18px;
    color: #4D4F5C;
}
.white_box .wb_row a{
    font-weight: normal;
    line-height: normal;
    font-size: 14px;
    text-decoration: none;
    color: rgba(77, 79, 92, 0.6);
}
.white_box .wb_row a:hover{
    color: #0082C9
}
.white_box .wb_row:not(:first-child){
    padding-top: 20px;
}
.white_box .wb_row:not(:last-child){
    padding-bottom: 20px;
}
.white_box .wb_row:not(:last-child){
    border-bottom: 1px solid #f8f8f8;
}

.contact_more{
    position: relative;
    text-align: center;
    margin-top: 43px;
}
.contact_more a:not(:last-child){
    margin-right: 20px;
}

#sidebar{
    position: fixed;
    z-index: 999;
    top:0;
    right: 0;
    width: 300px;
    height: 100%;
    overflow: hidden;
    -webkit-transition: all .6s;
    -moz-transition: all .6s;
    -ms-transition: all .6s;
    -o-transition: all .6s;
    transition: all .6s;
    animation: fadeIn .3s linear;
    background: rgba(255, 255, 255, 0.94);
    box-shadow: 2px 2px 12px rgba(0, 0, 0, 0.08);
    -webkit-transform: translateX(400px);
    -moz-transform: translateX(400px);
    -ms-transform: translateX(400px);
    -o-transform: translateX(400px);
    transform: translateX(400px);
}

#sidebar.active{
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -ms-transform: translateX(0px);
    -o-transform: translateX(0px);
    transform: translateX(0px);
}

#sidebar .sidebar_main{
    padding: 20px 20px 20px 30px;
}
#sidebar .sidebar_main ul{
    position: relative;
    display: block;
    padding: 0;
    margin: 0;
    list-style: none;
}
#sidebar .sidebar_main ul > li{
    display: block;
    position: relative;
}
#sidebar .sidebar_main ul > li a{
    display: block;
    position: relative;
    font-style: normal;
    font-weight: 600;
    line-height: 1.2em;
    font-size: 18px;
    color: #4D4F5C;
    padding: 12px 0;
}
#sidebar .sidebar_main ul > li.active a,
#sidebar .sidebar_main ul > li:hover a{
    color: #0082C9;
}

#sidebar .sidebar_main .sb_langs{
    position: relative;
    margin-top: 25px;
}
#sidebar .sidebar_main .sb_langs a{
    display: inline-block;
    position: relative;
    font-style: normal;
    font-weight: 600;
    line-height: 1.2em;
    font-size: 18px;
    color: #4D4F5C;
    margin-right: 25px;
}
#sidebar .sidebar_main .sb_langs a:hover,
#sidebar .sidebar_main .sb_langs a.active{
    color: #0082C9;
}
#sidebar .sidebar_box{
    margin-top: 40px;
    padding-bottom: 40px;
}
#sidebar .sidebar_box:first-child{
    border-bottom: 1px solid rgba(11, 28, 59, 0.1);
}

#sidebar .sidebar_box .sb_contacts{
    position: relative;
}
#sidebar .sidebar_box.sb_contacts a{
    font-style: normal;
    font-weight: normal;
    line-height: normal;
    font-size: 14px;
    text-decoration: none;
    color: #4D4F5C;
    display: block;
    margin: 0;
    padding: 10px 0;
}
#sidebar .sidebar_box.sb_contacts a img{
    position: relative;
    display: inline-block;
    top: -1px;
    margin-right: 10px;
}
#sidebar .sidebar_box.sb_contacts a:hover{
    color: #0082C9;
}

#sidebar .sidebar_socials{
    position: relative;
}

#sidebar .sidebar_socials h4{
    font-style: normal;
    font-weight: normal;
    line-height: 19px;
    font-size: 14px;
    color: #4D4F5C;
}
#sidebar .socials{
    position: relative;
}
#sidebar .socials a{
    display: block;
    float: left;
    margin-right: 25px;
}
#sidebar .socials a:hover{
    color: #0082C9;
}
#sidebar .socials svg:hover path{
    fill: #0082C9;
}
#sidebar .closer{
    display: inline-block;
    position: absolute;
    z-index: 2;
    top: 18px;
    right: 12px;
    width: 40px;
    height: 33px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
    background: url("../images/close.svg") center center no-repeat;
}

svg path{
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}


/*
    New CSS from 27 Dec 2018
*/

.page_entry{
    margin: 70px 0 100px 0;
    max-width: 696px;
    margin-left: auto;
    margin-right: auto;
    font-style: normal;
    font-weight: normal;
    line-height: normal;
    font-size: 14px;
    text-align: justify;
    color: #4D4F5C;
}
.page_entry blockquote{
    font-style: normal;
    font-weight: bold;
    line-height: normal;
    font-size: 14px;
    text-align: justify;
    color: #4D4F5C;
    margin: 40px 0;
    padding: 30px 0 30px 45px;
    border-left: 1px solid #4D4F5C;
}


.blue_box{
    background: #0082C9;
    font-style: normal;
    font-weight: normal;
    line-height: normal;
    font-size: 14px;
    text-align: center;
    color: #FFFFFF;
    padding: 45px 15px;
    margin: 0 0 -80px 0;
}
.blue_box > div{
    max-width: 1170px;
    margin-left: auto;
    margin-right: auto;
}

/*
    New CSS from 27 Dec 2018
*/

.logo_box img{
    max-width: 210px
}


.near .nr_items > .nr_item,
.regions .region_item .r_child{
	position: relative;
}


/* Status colors */

.near .nr_items > .nr_item::before{
	content: '';
	display: inline-block;
	position: absolute;
	z-index: 3;
	top: 15px;
	right: 15px;
	width: 12px;
	height: 12px;
	border-radius: 100%; 
	background: #ccc; 
}
.regions .region_item .r_child::before{
	content: '';
	display: inline-block;
	position: absolute;
	z-index: 3;
	top: 50%;
	margin-top: -6px;
	right: 35px;
	width: 12px;
	height: 12px;
	border-radius: 100%; 
	background: #ccc; 
}

.status_1:before{ /* gray */
	background: #ccc!important; 
}
.status_2:before{ /* green */
	background: #63A375!important; 
}
.status_3:before{ /* orange */
	background: #F8A900!important; 
}
.status_4:before{ /* red */ 
	background: #D56062!important; 
}


.alone{}



























@media (max-width: 1200px) {
    #header .nav > ul > li > a{
        padding: 10px 35px;
        font-size: 16px;
    }
    #header .langs > span{
        font-size: 16px;
    }
}

@media (max-width: 980px) {
    #header .nav > ul > li > a{
        padding: 10px 16px;
        font-size: 15px;
    }
    #header .langs > span{
        font-size: 15px;
    }
}


@media (max-width: 767px) {

    .logo_box img{
        max-width: 100px
    }


    .page_main{
        font-size: 18px
    }
    #header{
        padding-top: 20px;
    }
    #header .logo_box img{
        max-width: 100px;
    }
    #header .header_main > div{
        vertical-align: top;
    }
    #header .header_main .langs,
    #header .header_main .nav{
        display: none;
    }
    #header .header_main > div.menu_switcher{
        display: block;
    }
    #header .menu_switcher > span{
        background: url(../images/burger.svg) 100% center no-repeat;
    }

    .container{
        padding-left: 24px;
        padding-right: 24px;
    }

    .footer{
        min-height: 48px;
    }

    .location_search{
        padding-top: 40px;
    }
    .location_search .loc_entry{
        margin-bottom: 20px;
    }

    .location_search .loc_form form{
        height: 50px;
    }

    .location_search .loc_form form input{
        font-size: 18px;
        padding-left: 20px;
    }
    .location_search .loc_form form button{
        height: 46px;
    }

    form input, form textarea{
        padding: 13px 10px 13px 30px;
    }

    .regions{
        margin-top: 20px;
    }

    .regions .region_item > h2{
        min-height: 50px;
        padding: 15px 20px;
        font-size: 16px;
    }

    .regions .region_item.active .r_child .tablebox > div:last-child{
        display: none;
    }
    .regions .region_item .r_child{
        font-size: 14px;
        min-height: 38px;
        padding: 8px 20px;
        margin-bottom: 5px;
    }

    .regions .region_item{
        margin-bottom: 10px;
    }

    .btn{
        min-width: 156px;
    }
    .btn.large {
        line-height: 48px;
        padding: 0 26px;
        min-width: 156px;
    }

    .btn.small {
        line-height: 48px;
    }


    .regions{
        min-height: unset;
    }

    .near .nr_item .nr_action a{
        padding: 8px 17px;
        margin-right: 10px;
    }
    .near .nr_item .nr_action a:last-child{
        margin-right: 0;
    }
    .near .nr_item .nr_loc,
    .white_box .wb_row{
        font-size: 12px;
    }
    .near .nr_item .nr_loc p,
    .white_box .wb_row p{
        font-size: 14px;
    }

    .sections_intro .si_top h2{
        font-size: 18px;
        margin-bottom: 17px;
    }

    .sections_intro .si_top{
        margin: 40px 0;
    }
    .near > h3,
    .contact_entry > h3{
       font-size: 18px;
    }

    .contact_wrap .cw_map {
        margin: 40px 0 50px 0;
        height: 160px;
    }
    .contact_wrap .cw_map iframe{
        height: 160px;
    }

    .white_box .wb_row:not(:last-child){
        padding-bottom: 12px;
    }
    .white_box .wb_row:not(:first-child){
        padding-top: 12px;
    }

    .contact_more a:not(:last-child){
        margin-right: 16px;
    }
}

@media (max-width: 576px) {

    .contact_more{
        text-align: left;
        display: table;
        margin: 40px auto 0 auto
    }
    .contact_more a,
    .contact_more a:not(:last-child){
        margin-right: 0;
    }
    .contact_more a:first-child{
        margin-right: 10px;
    }


    .btn.large{
        min-width: 145px
    }

    .page_entry blockquote{
        padding: 15px 0 15px 25px;
    }

    .blue_box{
        text-align: justify;
        padding: 20px 25px;
    }

    .contact_more a{
        display: block;
        margin: 10px auto;
        max-width: 328px;
        min-width: unset;
        width: 100%;
    }
    .contact_more a, 
    .contact_more a:not(:last-child),
    .contact_more a:first-child{
    	margin-right: auto;
    }

    .contact_more{
    	display: block;
    } 
}

@media (max-width: 370px){

	.near .nr_item .nr_action{
		padding-left: 0;
		text-align: center
	}

}

@media (max-width: 320px) {
    .contact_more a{
        display: block;
    }
}


/*animations*/
@-webkit-keyframes fadeIn {
    0%   { opacity: 0; }
    100% { opacity: 1; }
}
@-moz-keyframes fadeIn {
    0%   { opacity: 0; }
    100% { opacity: 1; }
}
@-o-keyframes fadeIn {
    0%   { opacity: 0; }
    100% { opacity: 1; }
}
@keyframes fadeIn {
    0%   { opacity: 0; }
    100% { opacity: 1; }
}