/*
Theme Name: Bridge Child
Theme URI: http://demo.qodeinteractive.com/bridge/
Description: A child theme of Bridge Theme
Author: Qode Interactive
Author URI: http://www.qodethemes.com/
Version: 1.0.0
Template: bridge
*/
@import url("../bridge/style.css");

.cf7_input
{
	border-color: black!important;
	border-style: solid!important;
	border-width: 1px!important;
	margin-bottom: 15px!important;
}

.cs-accordeon-item  .lvca-accordion .lvca-panel:hover .lvca-panel-title, .lvca-panel:active .lvca-panel-title{
	color: #bc1321 !important;
}
/* .cs-accordeon-item  .lvca-accordion .lvca-panel .lvca-panel-title{
	color: #3b3131 !important;
} */

.wpcf7-form
{
	margin-top: 15px!important;
}

.animated{
	animation-duration: 1.2s !important;
}
.portfolio_custom_date, .portfolio_categories
{
    display: none;
}

.title_size_small
{
    height: 80px!important;
}

@media (min-width: 999px) {
	.filter_outerr {
		margin-top: -60px;
	}
}

@font-face {
    font-family: 'helveticaneuecyrlight';
    src: url('fonts/helveticaneuecyr-light_0-webfont.woff2') format('woff2'),
         url('fonts/helveticaneuecyr-light_0-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: HelveticaCyrBold;
    src: url("fonts/HelveticaNeueCyr-Bold.otf") format("opentype");
}

@font-face {
    font-family: HelveticaCyrRoman;
    src: url("fonts/HelveticaNeueCyr-Roman_0.otf") format("opentype");
}

@font-face {
    font-family: HelveticaCyrThin;
    src: url("fonts/HelveticaNeueCyr-Thin_0.otf") format("opentype");
}

@font-face {
    font-family: HelveticaCyrBlack;
    src: url("fonts/HelveticaNeueCyr-Black.otf") format("opentype");
}

@font-face {
    font-family: HelveticaCyrMedium;
    src: url("fonts/HelveticaNeueCyr-Medium.otf") format("opentype");
}

@font-face {
    font-family: HelveticaCyrThinItalic;
    src: url("fonts/HelveticaNeueCyr-ThinItalic_0.otf") format("opentype");
}

@font-face {
    font-family: HelveticaCyrThinLight;
    src: url("fonts/HelveticaNeueCyr-Light_0.otf") format("opentype");
}

@font-face {
    font-family: 'helveticaneuecyrlight_italic';
    src: url('fonts/helveticaneuecyr-lightitalic-webfont.woff2') format('woff2'),
         url('fonts/helveticaneuecyr-lightitalic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'helveticaneuecyrbold_italic';
    src: url('fonts/helveticaneuecyr-bolditalic-webfont.woff2') format('woff2'),
         url('fonts/helveticaneuecyr-bolditalic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}


h1
{
    font-family: 'HelveticaCyrBold', serif;
    letter-spacing: 0px;
    font-size: 125px;
}

h2
{
    font-family: 'HelveticaCyrRoman', serif;
    /*letter-spacing: 0px;*/
    font-size: 40px;
}

h3
{
    font-family: 'HelveticaCyrThin', serif;
    /*letter-spacing: 0px;*/
    font-size: 20px;
}

h4
{
    font-family: 'HelveticaCyrBlack', serif;
}

h5
{
    font-family: 'HelveticaCyrMedium', serif;
}

h6
{
    font-family: 'HelveticaCyrThinItalic', serif;
}

p
{
    font-family: 'HelveticaCyrThinLight', serif;
}

nav.main_menu ul li.active a li:hover a
{
    color: #fe5900;
    font-family: 'HelveticaCyrBold', serif;
    font-weight: 800;
}

nav.main_menu > ul > li > a
{
    font-family: 'HelveticaCyrBold', serif;
    font-weight: 800;
}

/* custom scrollbar */

/* width */
::-webkit-scrollbar {
    width: 10px;
		border-radius: 8px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #fe5900;
		transition: .3s all;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #bc1321;
		transition: .3s all;
		cursor: pointer;
}

:hover {
	/*cursor: url("img/cursor_plus.cur"), crosshair !important;
	cursor: url("img/cursor_plus.png") 44 44, crosshair !important;*/
}

::selection {
    background: #bc1321;
}
::-moz-selection {
    background: #bc1321;
}

.portfolio_title a
{
    font-family: 'HelveticaCyrThinLight', serif!important;
}

.qbutton.qode-button-shadow{
	font-family: 'helveticaneuecyrbold_italic';
}

.qbutton.qode-button-shadow:hover{
	z-index: 6;
	/* cursor: pointer; */
	/* cursor: auto; */
	/*cursor: url("img/cursor_plus.cur"), crosshair !important;
	cursor: url("img/cursor_plus.png") 44 44, crosshair !important;*/
}

/* .cs-delay{
	animation-delay: 1s;
} */


/* h1, h2, h3, p {
	color: #3b3131 !important;
} */

/* .home h2 span {
	color: #3b3131 !important;
} */

.side_menu_button > a:hover, .mobile_menu_button span:hover, .popup_menu:hover .line, .popup_menu:hover .line:after, .popup_menu:hover .line:before
{
    color: #bc1321;
}

.two_columns_66_33>.column1
{
    width: 45%;
}

.two_columns_66_33>.column2
{
    width: 55%;
}

.icon_menu:hover{
    color: #bc1321;
}

/*.flex-next:hover*/
/*{*/
    /*background-color: #bc1321!important;*/
/*}*/

#back_to_top{
	/* cursor: auto; */
	/*cursor: url("img/cursor_plus.cur"), crosshair !important;
	cursor: url("img/cursor_plus.png") 44 44, crosshair !important;*/
}

.cs-accordeon-item .lvca-accordion .lvca-panel .lvca-panel-title:hover{
	/* cursor: auto; */
	/*cursor: url("img/cursor_plus.cur"), crosshair !important;
	cursor: url("img/cursor_plus.png") 44 44, crosshair !important;*/
}

.cs-accordeon-item .lvca-accordion.lvca-style1 .lvca-panel .lvca-panel-title:after, .lvca-accordion.lvca-style3 .lvca-panel .lvca-panel-title:after{
	color: #fe5900;
}

.cs-accordeon-item .lvca-panel{
	text-align: left;
}
.cs-accordeon-item .lvca-accordion.lvca-style3 .lvca-panel .lvca-panel-title:after{
	top: 50%;
	right: 0 !important;
	padding: 20px 10px 20px 5px !important;
	transform: translateY(-50%);
}

.cs-accordeon-item .lvca-accordion.lvca-style3 .lvca-panel:first-child{
	border-top: 1px solid #fe5900;
}

.cs-accordeon-item .lvca-accordion.lvca-style3 .lvca-panel{
	border-bottom: 1px solid #fe5900 !important;
}

.home .custom_font_holder h3{
	line-height: 27px;
	font-size: 19px;
	font-family: 'HelveticaCyrThinItalic', serif !important;
	font-weight: 100;
}

.banner-inner .service_table_inner li.service_table_title_holder{
	padding: 0px 20px 20px;
}

.cs-contact-inner{
	text-align: center;
}

.rider_but
{
    border-style: solid;
    border-width: 1px;
}
.lvca-accordion.lvca-style3 .lvca-panel.lvca-active .lvca-panel-title:after{
	transform: translateY(-50%) rotate(45deg) !important;
}

.qode-banner .qode-banner-content{
  background-color: transparent;
	transition: .19s all !important;
}

.qode-banner .qode-banner-content:hover{
    background-color: rgba(0,0,0,.3) !important;
}

.caroufredsel-direction-nav a i, .flex-direction-nav a i{
	color: #fe5900;
}

.flex-next:hover.flex-direction-nav a i{
	color: white;
}

.caroufredsel-direction-nav a, .flex-direction-nav a{
	border: 2px solid #fe5900;
}


.flex-direction-nav a:hover, .flexslider .flex-prev:hover, .portfolio_slider .flex-prev:hover, .flexslider .flex-next:hover, .portfolio_slider .flex-next:hover, body div.pp_default a.pp_next:hover:after, body div.pp_default a.pp_previous:hover:after, body a.pp_next:hover:after, body a.pp_previous:hover:after, .flexslider:hover .flex-direction-nav a.flex-prev:hover, .flexslider:hover .flex-direction-nav a.flex-next:hover, .portfolio_slider:hover .flex-direction-nav a.flex-prev:hover, .portfolio_slider:hover .flex-direction-nav a.flex-next:hover, .wpb_gallery .wpb_flexslider .flex-direction-nav a:hover, .qode_content_slider .flex-direction-nav .flex-prev:hover, .qode_content_slider .flex-direction-nav .flex-next:hover {
	border: 2px solid #bc1321;
	background-color: #bc1321;
	/* cursor: auto; */
	/*cursor: url("img/cursor_plus.cur"), crosshair !important;
	cursor: url("img/cursor_plus.png") 44 44, crosshair !important;*/

}

.portfolio_navigation .portfolio_button a{
	background-image: url(css/img/portfolio-menu.svg) !important;
}


.portfolio_navigation .portfolio_button a:hover{
	/* cursor: auto; */
	/*cursor: url("img/cursor_plus.cur"), crosshair !important;
	cursor: url("img/cursor_plus.png") 44 44, crosshair !important;*/
	background-image: url(css/img/portfolio-menu-brown.svg) !important;
}
.header_inner_right{
	display: none;
}

#back_to_top:hover #back_to_top>span{
	border: 2px solid #bc1321;
	background-color: #bc1321;
}


#back_to_top>span{
	border: 2px solid #fe5900;
	background-color: #fe5900;

}

#back_to_top:hover>span{
	border: 2px solid #bc1321;
	background-color: #bc1321;
}

#back_to_top span i, #back_to_top span span{
	color: white;
}

.portfolio_navigation .portfolio_next a, .portfolio_navigation .portfolio_prev a{
	border: 2px solid #fe5900;
	background-color: #fe5900;
}

.portfolio_navigation .portfolio_next a:hover, .portfolio_navigation .portfolio_prev a:hover{
	border: 2px solid #bc1321;
	background-color: #bc1321;
	/* cursor: auto; */
	/*cursor: url("img/cursor_plus.cur"), crosshair !important;
	cursor: url("img/cursor_plus.png") 44 44, crosshair !important;*/
}

.portfolio_navigation .portfolio_next a i, .portfolio_navigation .portfolio_prev a i{
	color: white;
}

.side_menu_button > a, .mobile_menu_button span, .fixed_top_header .side_menu_button > a, .fixed_top_header .popup_menu .line, .fixed_top_header .mobile_menu_button span{
	color: #fe5900;
	transition: .3s all;
}

.with_hover_bg_color nav.main_menu>ul>li>a{
	font-family: 'HelveticaCyrRoman', serif;
}

/* .wpb_wrapper{
	padding: 20px 0 0 0;
} */

nav.mobile_menu ul li a{
	font-family: 'HelveticaCyrRoman', serif;
}

nav.mobile_menu ul li a:hover, nav.mobile_menu ul li.active>a{
	color: #fe5900 !important;
}

nav.main_menu ul li.active a{
	color: #fe5900 !important;
	/* color: black; */
}

.cs-down-btn span{
	/* cursor: auto; */
	/*cursor: url("img/cursor_plus.cur"), crosshair !important;
	cursor: url("img/cursor_plus.png") 44 44, crosshair !important;*/
}

nav.main_menu > ul > li:hover > a, header.sticky nav.main_menu > ul > li:hover > a, .dark nav.main_menu > ul > li:hover > a, .light header.sticky nav.main_menu > ul > li:hover > a{
	color: #fe5900 !important;
	/* cursor: auto; */
	/*cursor: url("img/cursor_plus.cur"), crosshair !important;
	cursor: url("img/cursor_plus.png") 44 44, crosshair !important;*/
}

nav.main_menu ul li a span.underline_dash, nav.vertical_menu ul li a span.underline_dash{
	background-color: #fe5900 !important;
  height: 1px;
	display: none;
}

.qode-banner {
	position: relative;
}

.qode-banner::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	transition: .3s all;
}

.qode-banner:hover.qode-banner::before{
	background-color: rgba(0, 0, 0, .5);
	transition: .3s all;
}

.qode-banner:hover{
	z-index: 6;
	/* cursor: pointer; */
	/* cursor: auto; */
	/*cursor: url("img/cursor_plus.cur"), crosshair !important;
	cursor: url("img/cursor_plus.png") 44 44, crosshair !important;*/
}

.wpb_single_image .vc_single_image-wrapper{
	padding: 0 15px;
}

.home .image_hover .images_holder{
	z-index: 6;
	/* cursor: auto; */
	/*cursor: url("img/cursor_plus.cur"), crosshair !important;
	cursor: url("img/cursor_plus.png") 44 44, crosshair !important;*/
}

.cs-afisha{
	/* cursor: auto; */
	/*cursor: url("img/cursor_plus.cur"), crosshair !important;
	cursor: url("img/cursor_plus.png") 44 44, crosshair !important;*/
}

.q_font_awsome_icon_square:hover a i{
	/* cursor: auto; */
	/*cursor: url("img/cursor_plus.cur"), crosshair !important;
	cursor: url("img/cursor_plus.png") 44 44, crosshair !important;*/
}

.portfolio_button{
	display: none !important;
}

@media (max-width: 575px) {

	#popup_form2{
		margin: 0px 10px 20px 10px !important;
	}

	.qbutton.large.rider_but {
    margin: 0px 0px 20px 0px !important;
	}

	.home .qbutton.large{
		/* width: 90%!important; */
	}
	.cs-event-director .vc_column-inner .wpb_wrapper  .lvca-grid-container.lvca-grid-tablet-2 .lvca-grid-item{
		width: calc(100% - 30px) !important;
	}
	/* .qbutton.large{
		display: block;
	} */

	#popup_form2{
		margin: 0 !important;
	}

	.cs-first-screen-block{
		height: 300px!important;
	}
	.cs-accordeon-item .wpb_wrapper h5{
		text-align: left;
	}


	/* section.parallax_section_holder{
		min-height: 0px !important;
	}

	.cs-start-screen{
		background-position: 50% 0px !important;
	} */
	/* .header_bottom{
		background-color: transparent !important;
	} */

	/* .vc_custom_1533577035569{
		padding-top: 0% !important; */
	} */

	.logo_wrapper{
		height: 0% !important;
	}
	html.pum-open.pum-open-overlay.pum-open-scrollable .pum-overlay.pum-active{
		overflow-y: auto !important;
	}

	html.pum-open.pum-open-overlay.pum-open-scrollable body>[aria-hidden]{
		padding-left: 15px !important;
	}
	#popmake-485{
		/* left: 0 !important; */
		transform: none !important;
		width: 100% !important;
	}

	.cs-social-block p a{
	 font-size: 12px !important;
	}

	.pum-container.pum-responsive img{
		display: block !important;
		text-align: center !important;
		margin: 10px auto 0 auto !important;
	}

	.cs-port-btn{
		height: 0px !important;
	}

	.home .custom_font_holder h3{
		line-height: 27px;
		font-size: 14px;
		font-family: 'HelveticaCyrRoman', serif;
		font-weight: 100;
	}

	.home .vc_custom_1535019489296 h2 span{
		font-size: 22px !important;
	}

	#content .wpb_alert p:last-child, #content .wpb_text_column :last-child, #content .wpb_text_column p:last-child, .wpb_alert p:last-child, .wpb_text_column :last-child, .wpb_text_column :first-child, .wpb_text_column p:last-child{
    line-height: 32px;
	}

	.touch section.parallax_section_holder{
		min-height: 50px;
	}

	section.parallax_section_holder{
		min-height: 50px;
	}

 .qbutton.large{
		/* display: block; */
		text-align: center;
	}

	.qbutton.large.rider_but{
		margin: 0px 10px 20px 10px !important;
	}

	#popup_form{
		margin: 0 0 20px 0!important;
	}

	.portfolio_page-template-default .title.title_size_small h1, .blog_holder.blog_large_image h2 a{
		font-size: 32px;
	}

	.portfolio_page-template-default .title_size_small{
		height: 90px!important;
	}

	#content .wpb_alert p:last-child, #content .wpb_text_column :last-child, #content .wpb_text_column p:last-child, .wpb_alert p:last-child, .wpb_text_column :last-child, .wpb_text_column :first-child, .wpb_text_column p:last-child{
		font-size: 15px;
	}

}

@media (min-width: 575px) and (max-width: 767px) {

.cs-accordeon-item .vc_column-inner{
	padding-left: 30px !important;
	padding-right: 30px !important;
}
	#popup_form2{
		margin: 0px 10px 20px 10px !important;
	}
	.cs-event-director .lvca-grid-container.lvca-grid-desktop-2 .lvca-grid-item{
		margin: 0 auto !important;
		float: none !important;
	}

	/* .cs-event-director.vc_column_container .vc_column-inner .wpb_wrapper  .lvca-grid-container.lvca-grid-tablet-2 .lvca-grid-item{
		width: 100% !important;
	} */

	#popmake-485{
		max-width: 400px !important;
	}

	.home .rider_but {
		margin: 0 25px 20px 0 !important;
	}

	.home .vc_custom_1535019489296 h2 span{
		font-size: 22px !important;
	}

	#content .wpb_alert p:last-child, #content .wpb_text_column :last-child, #content .wpb_text_column p:last-child, .wpb_alert p:last-child, .wpb_text_column :last-child, .wpb_text_column :first-child, .wpb_text_column p:last-child{
    line-height: 32px;
	}
	.touch section.parallax_section_holder{
		min-height: 50px;
	}

	section.parallax_section_holder{
		min-height: 50px;
	}

	#popup_form{
		margin: 0 25px 20px 0!important;
	}

	.portfolio_page-template-default .title_size_small{
		height: 90px!important;
	}

	#content .wpb_alert p:last-child, #content .wpb_text_column :last-child, #content .wpb_text_column p:last-child, .wpb_alert p:last-child, .wpb_text_column :last-child, .wpb_text_column :first-child, .wpb_text_column p:last-child{
		font-size: 15px;
	}

}

@media (min-width: 768px) and (max-width: 991px) {
	#popup_form2{
		margin: 0px 10px 20px 10px !important;
	}

	.cs-first-screen-block{
		height: 270px !important;
	}
	.cs-event-director .lvca-grid-container.lvca-grid-desktop-2 .lvca-grid-item{
		margin: 0 auto;
		float: none;
	}
	.portfolio_page-template-default .title_size_small{
		height: 90px!important;
	}
	#popmake-485{
		max-width: 400px !important;
	}

}

@media (min-width: 992px) and (max-width: 1199px) {

	#popmake-485{
		max-width: 400px !important;
	}

	.cs-event-director .lvca-grid-container.lvca-grid-desktop-2 .lvca-grid-item{
		width: calc(70% - 30px) !important;
	}

	.cs-word-content .vc_column-inner {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}
	.title_outer .animate_title_area{
		height: 250px !important;
	}
	.portfolio_page-template-default .title_size_small{
		height: 90px!important;
	}

	.cs-accordeon-item .lvca-accordion.lvca-style3 .lvca-panel .lvca-panel-content{
		padding: 0px 0px 20px 5px;
	}

}

@media (min-width: 1200px) {
	#popmake-485{
		max-width: 400px !important;
	}
	.cs-event-director .lvca-grid-container.lvca-grid-desktop-2 .lvca-grid-item{
		width: calc(70% - 30px) !important;
	}

	.cs-accordeon-item .lvca-accordion.lvca-style3 .lvca-panel .lvca-panel-content{
		padding: 0px 0px 20px 5px;
	}

}
@media (min-width: 1300px) {
	#popmake-485{
		max-width: 400px !important;
	}

	.cs-accordeon-item .lvca-accordion.lvca-style3 .lvca-panel .lvca-panel-title{
		padding: 20px 100px 20px 5px !important;
	}

}

@media (min-width: 1400px) {
	#popmake-485{
		max-width: 400px !important;
	}

	.cs-accordeon-item .lvca-accordion.lvca-style3 .lvca-panel .lvca-panel-content{
		padding: 0px 0px 20px 5px;
	}

	.cs-accordeon-item .lvca-accordion.lvca-style3 .lvca-panel .lvca-panel-title{
		padding: 20px 100px 20px 5px !important;
	}

}





/* custom poppap style */
#popmake-485{
	min-width: 0%;
	max-width: 400px;
	top: 132.4px;
	left: 50%;
	transform: translateX(-50%);
	opacity: 1;
	position: relative;
	overflow: hidden;
}
#popmake-485{
	min-width: 0%;
	max-width: 400px;
	top: 132.4px;
	left: 50%;
	transform: translateX(-50%);
	opacity: 1;
	position: relative;
	overflow: hidden;
}


#popmake-485 .pum-theme-480 .pum-container, .pum-theme-lightbox .pum-container{
	border: none;
}

#popmake-485 .pum-theme-480 .pum-content + .pum-close, .pum-theme-lightbox .pum-content + .pum-close {
    height: 25px;
    width: 25px;
    left: auto;
    right: 5px;
    bottom: auto;
    top: 5px;
    padding: 0px;
    color: #fe5900;
    font-family: inherit;
    font-size: 18px;
    line-height: 13px;
    border: none;
    border-radius: 30px;
    box-shadow: none;
    /* text-shadow: 0px 0px 0px rgba( 0, 0, 0, 0.23 ); */
    background-color: transparent;
		transition: .3s all;

}

#popmake-485 .pum-theme-480 .pum-content + .pum-close, .pum-theme-lightbox .pum-content + .pum-close:hover{
	color: #bc1321;
	transition: .3s all;
	border: none;
	/* cursor: auto; */
	/*cursor: url("img/cursor_plus.cur"), crosshair !important;
	cursor: url("img/cursor_plus.png") 44 44, crosshair !important;*/

}
#popmake-485 .cf7_input {
	font-size: 16px;
	border: none !important;
	border-bottom: 1.3px solid #fe5900 !important;
  margin-bottom: 15px!important;
}

#popmake-485 .cf7_input:focus, .cf7_input:active {
	border-bottom: 1.3px solid #bc1321 !important;
}

#popmake-485 .cf7_input:hover {
	border-bottom: 1.3px solid #bc1321 !important;
}

#popmake-485 .wpcf7-submit{
	text-align: center;
	display: block;
	background-color: #fe5900;
	color: white;
	font-family: 'helveticaneuecyrbold_italic';
	padding: 10px 21px;
	margin: 30px auto 30px auto;
	transition: .3s all;
}


#popmake-485 .wpcf7-submit:hover{
	transition: .3s all;
	background-color: #bc1321;
	color: white;
	/* cursor: auto; */
	/*cursor: url("img/cursor_plus.cur"), crosshair !important;
	cursor: url("img/cursor_plus.png") 44 44, crosshair !important;*/
}


.pum-container.pum-responsive img {
    display: block !important;
    text-align: center !important;
    margin: 25px auto 0 auto !important;
}

#popmake-485 .vc_column_container>.vc_column-inner {
    box-sizing: border-box;
    padding-left: 30px;
    padding-right: 30px;
    width: 100%;
}
#popmake-485 .cf7_input{
	margin-bottom: 0 !important;
}
#poppapNameInput{
	margin-top: 10px;
	color: #3b3131 !important;
	font-family: 'HelveticaCyrThinItalic', serif;
}


#poppapTelInput{
	font-family: 'HelveticaCyrThinItalic', serif;
	margin-bottom: 0 !important;
	color: #3b3131 !important;
}

#popmake-485 .text-665{
	position: relative !important;
	height: 100%;
	width: 100%;
	display: block;
}

#popmake-485 .text-665::before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	height: 20px;
	width: 20px;
	background-image: url(css/img/man-user.svg);
}


#popmake-485 .tel-893{
	position: relative !important;
	height: 100%;
	width: 100%;
	display: block;
}
#popmake-485 .tel-893::before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	height: 20px;
	width: 20px;
	background-image: url(css/img/telephone.svg);
}

#popmake-485 #cs-poppap-desc{
	color: #3b3131 !important;
	font-family: 'HelveticaCyrThin', serif;
	font-size: 16px;
}

#popmake-485 input.wpcf7-form-control.wpcf7-date, input.wpcf7-form-control.wpcf7-number, input.wpcf7-form-control.wpcf7-quiz, input.wpcf7-form-control.wpcf7-text, select.wpcf7-form-control.wpcf7-select, textarea.wpcf7-form-control.wpcf7-textarea{
	padding: 0 0 10px 25px;
}

.cs-social-block{
	position: absolute;
	bottom: -18px;
	left: -3px;
	width: 102%;
	display: flex;
}
.cs-social-block a {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;

}
.cs-social-block a{
 color: white;
 text-align: center;
	justify-content: center;
 font-size: 12px !important;
 padding: 5px;
}
.cs-social-face{
	background-color: #3b5998;
	width: 25%;
}

.cs-social-viber{
	background-color: #8f5db7;
	width: 25%;
}
.cs-social-whats{
	background-color: #25d366;
	width: 25%;
}
.cs-social-telegram{
	background-color: #0088cc;
	width: 25%;
}
.cs-services{
	color: white;
}
