/*
Theme Name: FDV Group
*/
@charset "utf-8";
*{ 
	margin: 0;
	padding: 0;
	border: 0;
	border-collapse: collapse;
	-webkit-tap-highlight-color: rgba(255, 255, 255, 0); 
	-webkit-tap-highlight-color: transparent;
}

body {
	font-size: 14px;
	color: #333333;
	font-family: 'Roboto-Regular';
}

div, a, li, img, :before, :after, input, button {
    -o-transition:      all 0.2s ease;
    -moz-transition:    all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    transition:         all 0.2s ease;
}

a {
	text-decoration: none;
	color: #4e4e4e;
}


@media screen and (min-width: 1921px){
body {
	background: #f7f7f7;
}
div.all_center {
	max-width: 1920px;
	margin: 0 auto;
}
div.all_shadow {
	background: #fff;
	width: 100%;
	margin: 0px 0px 50px 0px;
	position: relative;
	z-index: -5;
	float: left;
	-moz-box-shadow:    0 10px 150px -20px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0 10px 150px -20px rgba(0,0,0,0.3);
	box-shadow:	        0 10px 150px -20px rgba(0,0,0,0.3);
}
}

div.over {
	width: 100%;
	position: relative;
	overflow: hidden;
	perspective: 1700px;
	float: left;
}

div.center{
	max-width: 1440px;
	margin: 0 auto;
	position: relative;
}






div.menu_wrap {
	width: 100%;
    height: 100vh;
    position: relative;
    overflow: hidden;
	transform: translate3d(0,0,0);
	transform-origin: 0 50% 0;
	
	transition: transform .4s;
	will-change: transform;
}
/* .open_menu .menu_wrap, */
.open_info_container .menu_wrap {
    /* transform: translateX(0%) translateZ(0) perspective(430px) rotateY(10deg) scaleX(.9) scaleY(1)!important; */
	transform: translateX(-3.5%) translateZ(0) rotateY(47deg) scaleX(.615) scaleY(.75)!important;
	pointer-events: none!important; 
}




div.main_menu {
	background: #35363c;
	width: 450px;
	position: fixed;
	top: 0;
	bottom: 0;
	right: 0;
	z-index: 11;
	transform: translate(100%,0);
}
.open_menu .main_menu {
    transform: translate(0%,0);
    transition: all 0.4s ease;
    transition-delay: 0.2s;
    overflow-y: auto;
}
.open_info_container .main_menu {
    transform: translate(100%,0);
    transition: all 0.4s ease;
    transition-delay: 0s;
}


div.logo_menu {
	width: 100%;
	text-align: center;
	padding: 40px 0px;
	border-bottom: 1px solid rgba(255,255,255,0.8);
	float: left;
}
.logo_menu img {
	width: 135px !important;
}

div.close_style {
    width: 24px;
    height: 24px;
    position: absolute;
    top: 30px;
    right: 30px;
    z-index: 15;
    transform: rotate(45deg);
    cursor: pointer;
}
.close_style:hover {
	transform: rotate(135deg);
}
.close_style:before,
.close_style:after {
	content:"";
	background: #fff;
	width: 2px;
	height: 24px;
	position: absolute;
	top: 0;
	left: 11px;
}
.close_style:after {
	transform: rotate(90deg);
}



ul {
	list-style-type: none;
}
.main_menu li {
	background-size: cover;
	width: 100%;
	display: block;
	border-bottom: 1px solid #fff;
	float: left; 
}
.main_menu li a {
    background: #35363c;
    width: 100%;
    height: 130px;
    padding: 0px 50px 0px;
    box-sizing: border-box;
    font-size: 18px;
    color: #fff;
    display: flex;
    align-items: center;
    float: left;
}
.main_menu li a:hover { 
	background: rgba(40, 79, 155, 0.8);
	text-decoration: none;
}
.main_menu img {
    width: 52px;
    margin: 0px 20px 0px 0px;
}

.main_menu li:nth-child(1) {
	background:url(images/menu_hov_1.jpg) no-repeat top;
}
.main_menu li:nth-child(2) {
	background:url(images/menu_hov_2.jpg) no-repeat top;
}
.main_menu li:nth-child(3) {
	background:url(images/menu_hov_3.jpg) no-repeat top;
}
.main_menu li:nth-child(4) {
	background:url(images/menu_hov_4.jpg) no-repeat top;
}






div.header {
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 5;
}

div.logo {
	width: 150px;
	margin: 30px 0px 0px 30px;
	float: left;
}
.logo img {
	width: 100%;
	float: left;
}

div.main_menu_btn {
	color: #fff;
	cursor: pointer;
	margin: 40px 30px 0px 0px;
	float: right;
}
.main_menu_btn p  {
	margin: 0px 10px 0px 0px;
	float: left;
}
.main_menu_btn span {
    background: #fff;
    width: 15px;
    height: 2px;
    margin: 2px 0px 1px 0px;
    display: block;
    float: right;
    clear: right;
}


div.socety_container {
    background: rgba(0,0,0,0);
    height: 23px;
    padding: 15px 0px 10px 0px;
    margin: 20px 40px 0px 0px;
    overflow: hidden;
    text-align: center;
    border-radius: 30px;
    float: right;
}
.socety_container:hover {
	/* background: rgba(0,0,0,0.2); */
	height: 350px;
}
.socety_container a {
	padding: 5px 10px 10px;
	display: block;
	opacity: 0.8;
}
.socety_container a:hover {
	opacity: 1;
}
.socety_container img {
	max-width: 25px;
	max-height: 25px;
	margin: 0px 0px 10px 0px;
	width: 100%;
	height: 100%;
}
.socety_container a img {
	width: 18px;
	height: 18px;
	margin: 0;
}







div.bottom_panel {
	width: 100%;
	position: fixed;
	left: 0;
	bottom: 0;
	z-index: 4;
}

div.bottom_menu {
	margin: 0px 0px 30px 30px;
	float: left;
}
.bottom_menu li {
	font-size: 14px;
	color: #fff;
	cursor: pointer;
}
.contacts_link a{
	font-size: 14px;
	color: #fff;
	cursor: pointer;
	float: left;	
}
.bottom_menu li:hover {
	text-shadow: 0px 0px 10px rgba(255,255,255,1);
}






div.popup_text {
	background:#fff;
	width: 48%;
	padding: 80px 30px 50px;
	box-sizing: border-box;
	position: fixed;
	top: 0;
	bottom: 0;
	right: 0;
	z-index: 5;
	font-size: 18px;
	color: #161616;
	transform: translate(100%,0);
}
.about_text.open_info_container_about_text {
    transform: translate(0%,0);
	transition: all 0.4s ease;
	transition-delay: 0.2s;
}


.scrollbar-inner h2 {
	font-size: 34px;
	font-family: 'Roboto-Black';
	margin: 0px 0px 30px 0px;
}

.scrollbar-inner p {
	margin: 0px 0px 20px 0px;
}


div.close_info_container {
    right: 22px;
}
.close_info_container:before, .close_info_container:after {
    background: #333;
}






/*************** SCROLLBAR BASE CSS ***************/

.scroll-wrapper {
	height: 100%;
	overflow: hidden !important;
	padding: 0 !important;
	position: relative;
}

.scroll-wrapper > .scroll-content {
	border: none !important;
	box-sizing: content-box !important;
	height: auto;
	left: 0;
	margin: 0;
	max-height: none;
	max-width: none !important;
	overflow: scroll !important;
	padding: 0px 20px 0px 0px;
	position: relative !important;
	top: 0;
	width: auto !important;
}

.scroll-wrapper > .scroll-content::-webkit-scrollbar {
	height: 0;
	width: 0;
}

.scroll-element {
	display: none;
}
.scroll-element, .scroll-element div {
	box-sizing: content-box;
}

.scroll-element.scroll-x.scroll-scrollx_visible,
.scroll-element.scroll-y.scroll-scrolly_visible {
	display: block;
}

.scroll-element .scroll-bar,
.scroll-element .scroll-arrow {
	cursor: default;
}

.scroll-textarea {
	border: 1px solid #cccccc;
	border-top-color: #999999;
}
.scroll-textarea > .scroll-content {
	overflow: hidden !important;
}
.scroll-textarea > .scroll-content > textarea {
	border: none !important;
	box-sizing: border-box;
	height: 100% !important;
	margin: 0;
	max-height: none !important;
	max-width: none !important;
	overflow: scroll !important;
	outline: none;
	padding: 2px;
	position: relative !important;
	top: 0;
	width: 100% !important;
}
.scroll-textarea > .scroll-content > textarea::-webkit-scrollbar {
	height: 0;
	width: 0;
}



/*************** SIMPLE INNER SCROLLBAR ***************/

.scrollbar-inner > .scroll-element,
.scrollbar-inner > .scroll-element div
{
	border: none;
	margin: 0;
	padding: 0;
	position: absolute;
	z-index: 10;
}

.scrollbar-inner > .scroll-element div {
    display: block;
    height: 100%;
    left: 3px;
    top: 0;
    width: 6px;
}

.scrollbar-inner > .scroll-element.scroll-x {
	bottom: 2px;
	height: 8px;
	left: 0;
	width: 100%;
}

.scrollbar-inner > .scroll-element.scroll-y {
	height: 100%;
	right: 2px;
	top: 0;
	width: 8px;
}

.scrollbar-inner > .scroll-element .scroll-element_outer {
	overflow: hidden;
}

.scrollbar-inner > .scroll-element .scroll-element_outer,
.scrollbar-inner > .scroll-element .scroll-element_track,
.scrollbar-inner > .scroll-element .scroll-bar {
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}

.scrollbar-inner > .scroll-element .scroll-element_track,
.scrollbar-inner > .scroll-element .scroll-bar {
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
	filter: alpha(opacity=40);
	opacity: 0.4;
}

.scrollbar-inner > .scroll-element .scroll-element_track {
    background: rgba(0,0,0,0.1);
    opacity: 1;
    width: 2px;
    left: 2px;
}
.scrollbar-inner > .scroll-element .scroll-bar {
    background-color: #161616;
    width: 6px;
    left: 0px;
    z-index: 26;
    opacity: 1;
}
.scrollbar-inner > .scroll-element:hover .scroll-bar { background-color: #919191; }
.scrollbar-inner > .scroll-element.scroll-draggable .scroll-bar { background-color: #919191; }


/* update scrollbar offset if both scrolls are visible */

.scrollbar-inner > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track { left: -12px; }
.scrollbar-inner > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track { top: -12px; }


.scrollbar-inner > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size { left: -12px; }
.scrollbar-inner > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size { top: -12px; }






div.about_fdv_popup,
div.contact_fdv_popup,
div.news_fdv_popup {
	background: #fff;
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: 3;
	transform: translate(0,100%);
	transition: all 0.5s ease;
}
div.contact_fdv_popup {
	min-height: 790px;
}
.about_fdv_go .about_fdv_popup,
.contact_fdv_go .contact_fdv_popup, 
.news_fdv_go .news_fdv_popup {
	transform: translate(0,0);
	transition: all 1s ease;
}
.news_fdv_popup{
	overflow:auto;
}


.about_fdv_popup .close_style:before,
.about_fdv_popup .close_style:after,
.contact_fdv_popup .close_style:before,
.contact_fdv_popup .close_style:after,
.news_fdv_popup .close_style:before,
.news_fdv_popup .close_style:after {
	background: #222;
}

.about_fdv_popup .center {
	height: 100%;
	display :flex;
	align-items: center;
}

div.about_logos {
	background:#000000;
	width: 33%;
	height: 100%;
	position: relative;
	text-align: center;
	display :flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.about_logos:before {
	content:"";
	background:#000000;
	width: 500px;
	height: 100%;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 100%;
	z-index: 2;
}
.about_logos img {
	margin: 20px 0px;
	float: left;
}

div.about_logo {
	width: 33%;
	height: 100%;
	display :flex;
	align-items: center;
	justify-content: center;
}

div.about_fdv_text {
	width: 33%;
	height: 100%;
	display :flex;
	align-items: center;
	justify-content: center;
}
.about_fdv_text .scroll-wrapper {
	max-height: 500px;
}







div.map {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    top: 230px;
    z-index: 2;
}


div.contact_container {
    position: absolute;
    left: 0;
    top: 40px;
    right: 0;
    margin: 0px 0px 50px 0px;
}


div.contact_text {
	font-size: 18px;
	color: #161616;
	float: left;
}
.contact_text a {
	color: #161616;
}
.contact_text span {
	display: block;
	margin: 0px 0px 25px 0px;
	font-size: 25px;
	font-family: 'Roboto-Black';
}

div.contact_form {
    width: 50%;
    margin: 20px 0px 0px 0px;
    float: right;
}
.contact_form p {
	font-size: 18px;
	font-family: 'Roboto-Black';
	margin: 0px 0px 20px 0px;
}
.contact_form input[type="text"] {
    width: 51%;
    height: 32px;
    margin: 0px 0px 10px 0px;
    border: 1px solid #333;
    font-size: 15px;
    text-indent: 12px;
    color: #616161;
    box-sizing: border-box;
    float: left;
}
.contact_form input[type="submit"] {
    background: #000;
    width: 40%;
    height: 78px;
    margin: -44px 0px 0px 0px;
    cursor: pointer;
    font-size: 14px;
    color: #fff;
    float: right;
    border-radius: 2px;
}


input, textarea {outline:none;} 
input:active, textarea:active {outline:none;}
:focus {outline:none;} 
input {
    -webkit-appearance: none;
}

::-webkit-input-placeholder { 
    color:    #b4b4b4;
}
:-moz-placeholder { 
   color:    #b4b4b4;
}
::-moz-placeholder {
   color:    #b4b4b4;
}
:-ms-input-placeholder {
   color:    #b4b4b4;
}







#menu {
    left: 0;
    position: fixed;
    top: 50%;
    z-index: 4;
    transform: translate(0,-50%);
	transition: all 0.2s ease;
}
.video_active #menu {
    transform: translate(-100%,-50%);
}
#menu li {
    margin: 0px 10px;
}

#menu span {
    width: 36px;
	height: 36px;
	border: 4px solid #fff;
	box-sizing: border-box;
	display: block;
	border-radius: 20px;
	position: relative;
	transform: scale(.4);
	float: left;
	transition: all 0.2s ease;
}
#menu span:hover {
    transform: scale(1.1);
	border: 4px solid transparent;
}
#menu img {
    position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: 2;
	opacity: 0;
	width:100%;
}
#menu span:hover img {
	opacity: 1;
}

#menu .active span {
    transform: scale(1.1) !important;
	border: 4px solid transparent !important;
}
#menu .active span img {
	opacity: 1 !important;
}
.circle_container a {
    margin: 30px 0px 0px 0px;
	font-family: 'Roboto-Regular' !important;
	color: #fff;
}



#menu li a, #menu li.active a {
    display: block;
    padding: 9px 18px;
    text-decoration: none;
    color: #ccc;
    float: left;
}

#menu li.active {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.5);
    color: #fff;
}   

.scrollicon,.imgNumber {
  text-align: center;
}

.imgNumber img {
  margin-top: 12%;
}




#scroll_content {
	width: 100%;
	position: relative;
	float: left;
}
.video_active #scroll_content {
    z-index: 10;
}


div.section {
	width: 100%;
	position: relative;
	float: left;
}



div.circle_container {
	width: 650px;
	height: 650px;
	border: 1px solid #fff;
	display :flex;
    flex-direction: column;
    flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 2;
	transform: translate(-50%,-50%);
	color: #fff;
	font-size: 16px;
    text-shadow: 0px 2px 2px rgba(0,0,0,0.7);
	border-radius: 650px;
	background-color: #000000c2;
}


.circle_container p,
.circle_container a {
	width: 100%;
	padding: 0px 20px;
	box-sizing: border-box;
	display: block;
	text-align: center;
	font-family: 'Roboto-Medium';
}
.circle_container p {
	font-family: 'Roboto-Black';
	font-size: 20px;
	letter-spacing: 2px;
}




div.video_btn_container {
    width: 100px;
    height: 100px;
    box-sizing: border-box;
    position: absolute;
    /* top: -100%; */
    top: calc(-300% - .5px);
    left: -300%;
    bottom: -300%;
    right: -300%;
    z-index: 5;
    margin: auto;
    overflow: hidden;
    border-radius: 100%;
    transform: translate(325px,0);
    transition: all .5s ease;
}

div.transition_slow .video_btn_container {
	width: 2800px;
    height: 2800px;
	transition: all 15s ease;
	
}
div.transition_fast .video_btn_container {
	width: 3800px;
    height: 3800px;
}


/* .open_1_video .video_btn_container {
    width: 2600px;
    height: 2600px;
} */

div.video_content {
    background: url(images/bg2.jpg) no-repeat center center;
    width: 100vw;
    height: 100vh;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    overflow: hidden;
    margin: 0px 0px 0px -325px;
    /* opacity: 0.5; */
}





div.close_video_container {
    width: 300px;
    height: 300px;
    box-sizing: border-box;
    position: absolute;
    top: calc(-100% - .5px);
    left: -250px;
    bottom: -100%;
    z-index: 100;
    margin: auto 0;
    overflow: hidden;
	cursor: pointer;
    border-radius: 50%;
    transform: translate(-50%,0);
    transition-delay: 2s;
    transition: all 1s linear;
}
.close_video_container:before {
	content:"";
	background: #284f9b;
    width: 300px;
    height: 300px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
}
.close_video_container:after {
    content: "Закрыть";
    width: 300px;
    height: 20px;
    position: absolute;
    top: 50%;
    left: 0;
    z-index: 3;
    margin: -10px 0px 0px 90px;
    font-size: 14px;
    color: #fff;
    text-align: center;
    transform: rotate(-90deg);
}
/* div.close_video_container:hover {
    width: 4000px;
    height: 4000px;
}
 */
.open_0_video .close_video_container,
.open_1_video .close_video_container,
.open_2_video .close_video_container,
.open_3_video .close_video_container,
.open_4_video .close_video_container,
.open_5_video .close_video_container {
	/* transform: translate(0%,0); */
	transition-delay: 0.5s;
	left: -50px;
}

.close_0_active .close_video_container,
.close_1_active .close_video_container,
.close_2_active .close_video_container,
.close_3_active .close_video_container,
.close_4_active .close_video_container,
.close_5_active .close_video_container {
	animation: close 1.4s linear forwards;
}
@keyframes close {
  0% {
    width: 300px;
    height: 300px;
	left: -0;
  }
  45%,70% {
    width: 4000px;
    height: 4000px;
	opacity: 1;
  }
  80% { 
    width: 300px;
    height: 300px;
	opacity: 0;
	left: 0;
  }
  100% {
    left: -200px;
	opacity: 0;
  }
}


div.video_open_btn {
    background: #284f9b;
    width: 102px;
    height: 102px;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    transform: translate(-50%,-50%);
    border-radius: 50%;
}
.video_btn_container:hover .video_open_btn {
    opacity: 0.4;
}
.video_active .video_open_btn {
    opacity: 0 !important;
}
.video_open_btn:before {
	content:"";
    background:url(images/arr3.svg) no-repeat center;
	background-size: 20px;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
}



div.close_video_bg {
	background: #333;
    width: 100vw;
    /* width: 100%; */
    height: 100vh;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(0%,-50%);
    overflow: hidden;
    display: flex;
    justify-content: center;
}
.close_video_bg img {
    height: 100%;
}





div.info_container {
	background:url(images/info_container.svg) no-repeat;
	background-size: 95%;
	width: 30px;
	height: 30px;
	position: absolute;
	top: 50%;
	right: 30px;
	margin: -15px 0px 0px;
	z-index: 3;
	cursor: pointer;
}
.info_container:hover {
	transform: scale(1.2);
}






div.section_bg {
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: 0;
}
.section_bg img {
	/* width: 100%; */
	height: 100%;
	position: absolute;
	top: 0;
	left: 50%;
	right: 0;
	transform: translate(-50%,0);
}
.section_bg:before,
.close_video_bg:before {
	content:"";
	background: #000;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: 2;
	opacity: 0.2;
}

div.section:nth-of-type(1):before {
	background:url(images/bg_1.jpg) no-repeat center center;
}

div.section:nth-of-type(2):before {
	background:url(images/bg_2.jpg) no-repeat center center;
}

div.section:nth-of-type(3):before {
	background:url(images/bg_3.jpg) no-repeat center center;
}

div.section:nth-of-type(4):before {
	background:url(images/bg_4.jpg) no-repeat center center;
}






/****************************************** ADAPTIVE ***********************************************/




				@media screen and (max-width: 1440px){



div.contact_container {
	padding: 0px 15px;
	box-sizing: border-box;
}





}



				@media screen and (max-width: 1300px){



div.circle_container {
    width: 500px;
    height: 500px;
    font-size: 15px;
}
.circle_container p {
    font-size: 25px;
}

div.video_btn_container {
    transform: translate(255px,0);
}
div.video_content {
    margin: 0px 0px 0px -255px;
}
div.transition_fast .video_btn_container {
    width: 2500px;
    height: 2500px;
}




}






				@media screen and (max-width: 1000px){



div.about_logo {
	display: none;
}
.about_fdv_popup .center {
    display: block;
}
div.about_logos, div.about_fdv_text {
    width: 100%;
    height: auto;
    padding: 20px 15px;
	box-sizing: border-box;
}
.about_logos img {
    max-width: 19%;
    margin: 20px 0px;
    float: left;
}

div.about_logos {
    flex-direction: initial;
    justify-content: space-around;
}
.about_fdv_popup .close_style:before, .about_fdv_popup .close_style:after{
    background: #fff;
}
.about_fdv_popup .close_style {
    top: 12px;
    right: 12px;
}


div.contact_container {
    bottom: auto;
    top: 30px;
	text-align: center;
}

div.contact_text {
    width: 100%;
	margin: 0px 0px 30px 0px;
	font-size: 16px;
}
.contact_text span {
    display: block;
    margin: 0px 0px 15px 0px;
    font-size: 19px;
}
div.contact_form {
    width: 100%;
}

}




				@media screen and (max-width: 820px){



div.circle_container {
    width: 400px;
    height: 400px;
    font-size: 14px;
}
.circle_container p {
    font-size: 21px;
}
.circle_container img {
width: 150px;
}

div.video_open_btn {
    width: 72px;
    height: 72px;
}

div.video_btn_container {
    width: 70px;
    height: 70px;
    transform: translate(205px,0);
}
div.video_content {
    margin: 0px 0px 0px -205px;
}
div.transition_fast .video_btn_container {
    width: 2500px;
    height: 2500px;
}



}





				@media screen and (max-width: 500px){  




}





				@media screen and (max-width: 550px){  


div.popup_text {
    width: 100%;
    padding: 50px 20px 30px;
    font-size: 16px;
}
div.close_info_container {
    top: 12px;
    right: 12px;
}


div.main_menu {
    width: 100%;
}
.main_menu li a {
    height: 110px;
    padding: 0px 20px 0px;
    font-size: 16px;
}
.main_menu img {
    width: 40px;
}
div.close_style {
    top: 12px;
    right: 12px;
}


.video_btn_container {
	display: none;
}


div.logo {
    width: 100px;
    margin: 10px 0px 0px 10px;
}
div.main_menu_btn {
    margin: 20px 10px 0px 0px;
}
div.socety_container {
    margin: 0px 40px 0px 0px;
}

div.bottom_menu {
    width: 100%;
    margin: 0px 0px 80px 0px;
    text-align: center;
    float: left;
	display: flex;
    justify-content: space-around;
}
.bottom_menu li {
    margin: 0px 10px 0px;
    display: inline-block;
}

div.circle_container {
    width: 250px;
    height: 250px;
	top: 50%;
    font-size: 14px;
    border: none;
}
.circle_container p {
    font-size: 15px;
}
.circle_container span {
    margin: 7px 0px 0px 0px;
    font-family: 'Roboto-Regular' !important;
}
.circle_container img {
width: 100px;
}


div.info_container {
    top: 10%;
    right: 50%;
    margin: 85px -15px 0px 0;
}
/* 

div.video_btn_container {
    transform: translate(160px,0);
}
div.video_content {
    margin: 0px 0px 0px -160px;
}
div.transition_fast .video_btn_container {
    width: 1800px;
    height: 1800px;
} */




}
#menu li a, #menu li.active a {
     padding: 5px 0px;
}
#menu span {
    width: 30px;
    height: 30px;
}

.contact_form input[type="text"],
.contact_form input[type="submit"] {
    width: 100%;
	margin: 0px 0px 10px 0px;
}

div.map {
    height: auto;
    top: 400px;
}


div.section:nth-of-type(1):before {
	background:url(images/bg_m_1.jpg) no-repeat center center;
	background-size: cover;
}

div.section:nth-of-type(2):before {
	background:url(images/bg_m_2.jpg) no-repeat center center;
	background-size: cover;
}

div.section:nth-of-type(3):before {
	background:url(images/bg_m_3.jpg) no-repeat center center;
	background-size: cover;
}

div.section:nth-of-type(4):before {
	background:url(images/bg_m_4.jpg) no-repeat center center;
	background-size: cover;
}







}











				@media screen and (max-height: 450px){  


div.circle_container {
    border: none;
}

#menu {
    top: auto;
    bottom: 0px;
    transform: translate(0,0%);
}
#menu li a, #menu li.active a {
     padding: 5px 0px;
}
#menu span {
    width: 30px;
    height: 30px;
}

div.bottom_menu {
    width: 100%;
    margin: 0px 0px 10px 0px;
    text-align: center;
    float: left;
}
.bottom_menu li {
    margin: 0px 10px 0px;
    float: none;
    display: inline-block;
}

div.video_btn_container {
	display: none;
}


div.logo_menu {
    padding: 20px 0px;
}
.main_menu li a {
    height: 70px;
    padding: 0px 30px 0px;
    font-size: 13px;
}



}









@font-face {
    font-family: 'Roboto-Black';
    src: url('fonts/Roboto-Black.eot');
    src: url('fonts/Roboto-Black.eot?#iefix') format('embedded-opentype'),
         url('fonts/Roboto-Black.woff') format('woff'),
         url('fonts/Roboto-Black.ttf') format('truetype'),
         url('fonts/Roboto-Black.svg#Roboto-Black') format('svg');
}

@font-face {
    font-family: 'Roboto-Medium';
    src: url('fonts/Roboto-Medium.eot');
    src: url('fonts/Roboto-Medium.eot?#iefix') format('embedded-opentype'),
         url('fonts/Roboto-Medium.woff') format('woff'),
         url('fonts/Roboto-Medium.ttf') format('truetype'),
         url('fonts/Roboto-Medium.svg#Roboto-Medium') format('svg');
}

@font-face {
    font-family: 'Roboto-Regular';
    src: url('fonts/Roboto-Regular.eot');
    src: url('fonts/Roboto-Regular.eot?#iefix') format('embedded-opentype'),
         url('fonts/Roboto-Regular.woff') format('woff'),
         url('fonts/Roboto-Regular.ttf') format('truetype'),
         url('fonts/Roboto-Regular.svg#Roboto-Regular') format('svg');
}


.instagram_follow{
    display: flex !important;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    max-width: 400px;
    margin-left: auto !important;
    margin-right: auto !important;
}
.instagram_follow:before{content:'';flex-shrink: 0;width: 40px;height: 40px;background-image: url(images/instagram.png);background-size: cover;background-position: 50%;background-repeat: no-repeat;margin-right: 12px;}
.instagram_follow > span{
    display: flex;
    flex-direction: column;
    align-items: baseline;
    margin: 0px;
}
.instagram_follow > span span:first-child{
    font-size: 14px;
    font-weight: 100;
    margin: 0px;
}
.instagram_follow > span span:last-child{
    font-size: 17px;
    margin: 0px;
}

.news_fdv_title{
    text-align:center;
    text-align: center;
    font-size: 26px;
    margin: 30px 0px 0px;
    width: 100%;
    position: relative;
    z-index: 5;
}
.news_fdv_title a{
	    display: inline-block;
    border-bottom: 1px dashed;
    cursor:pointer;
}
.circle_logo {
padding-bottom: 29px;
}
.btm {
	display:flex;
}
.menuico {
	display: flex;
    flex-direction: column;
    align-items: center;
	padding-left: 20px;
}
}