/*!
Theme Name: lasertech
Theme URI: 
Author: Great Geits
Author URI: 
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: lasertech
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

*/


body {
	font-family: 'Montserrat', sans-serif;
}
p {
    line-height: 2;
}
a:focus, a:hover {
    color: inherit;
    text-decoration: none !important;
}
.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus, .btn:hover {
    outline: none;
    outline-offset: 0;
	transition: 0.3s;
}
.logo_block__img {
	max-width: 100%;
    display: block;
    height: auto;
    box-sizing: border-box;
}
.header_top {
    padding-top: 16px;
    padding-bottom: 16px;
}
.header_slogan {
    color: #4D4D4D;
    max-width: 198px;
    padding-top: 10px;
}
.header_contacts_item {
    position: relative;
    padding: 4px 0 4px 30px;
}
.header_phone_item {
    display: block;
    font-weight: bold;
    color: #333;
    font-size: 18px;
    margin: 2px 0;
}
.header_phone_item span {
	font-weight: 400;
}
.header_email a {
    color: #333;
}
#primary-menu.nav>li {
    position: relative;
    display: inline-block;
	padding-right: 70px;
}
#primary-menu.nav>li:last-child {
	padding-right: 0;
}
#primary-menu.nav>li>a {
    position: relative;
    display: block;
    padding: 14px 0px;
    font-weight: bold;
    color: #333;
    text-transform: uppercase;
}
#primary-menu.nav>li>a:focus, #primary-menu.nav>li>a:hover, #primary-menu.nav>li.current-menu-item>a {
    text-decoration: none;
    background-color: #fff;
    color: #f63;
}
.btn_red {
    border: 0;
    border-radius: 0;
    color: #fff;
    padding: 14px 30px;
    display: block;
    width: 100%;
    text-transform: uppercase;
    background: #FF6633;
	transition: 0.3s;
}
.header_bottom__callback_button_block .btn_red {
    float: right;
    max-width: 208px;
}
.btn_red:hover, .btn_red:focus, .btn_red:active {
	color: #fff;
	background: #ff3300;
}
.banner {
    height: 580px;
    background: url(/wp-content/themes/lasertech/img/welcome.jpg)no-repeat 50%;
}
.banner_title {
    font-size: 48px;
    font-weight: 900;
    text-transform: uppercase;
    color: #fff;
    margin-top: 90px;
}
.banner_title span {
    text-transform: initial;
    display: block;
    font-weight: 400;
    font-size: 36px;
    padding-top: 6px;
}
.banner_text {
    color: #f63;
    margin-top: 50px;
    line-height: 2;
    font-size: 18px;
}
.banner_info_text {
    font-size: 18px;
    color: #fff;
    margin-top: 36px;
    margin-bottom: 34px;
}
.btn_border_white {
    background: transparent;
    color: #fff;
    padding: 14px 30px;
    display: block;
    border: 1px solid;
    border-radius: 0;
    font-size: 16px;
}
.content_page {
    /* background: #FAFAFA; */
    background: #f8f8f8;
    padding: 80px 0 40px 0;
}
.box_block {
    padding: 60px 60px;
    background: #fff;
    border-radius: 4px;
    box-shadow: 0px 20px 20px -1px rgba(215,228,237,0.4);
    margin-bottom: 80px;
}
.title {
	font-size: 48px;
	font-weight: 600;
    line-height: 1.8;
    margin-bottom: 26px;
    margin-top: 16px;
}
.title.title_small{
    font-size: 24px;
}
.box_block .title, .box_block_tr .title {
    text-align: center;
}
.subtitle {
    max-width: 620px;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 40px;
    line-height: 2;
}
.footer {
	background: url(/wp-content/themes/lasertech/img/footer.jpg)no-repeat 50% / cover;
	padding: 60px 0 20px 0;
	color: #fff;
    background-attachment: fixed;
    background-position: bottom;
}
.footer_address_text {
    margin: 40px 0;
    max-width: 580px;
    line-height: 2;
}
.footer_phone_block {
    position: relative;
    padding-left: 60px;
}
.main_form_block {
    max-width: 390px;
    padding: 30px 30px;
    border: 1px solid #E8E8E8;
    border-radius: 4px;
    margin: 0;
	box-shadow: 0px 20px 20px -1px rgba(215,228,237,0.4);
}
.form_title {
    text-align: center;
    padding: 0 20px;
    font-size: 16px;
    line-height: 1.8;
    padding-bottom: 30px;
}
.form-control {
    padding: 14px 24px;
    height: auto;
    border-color: #B3B3B3;
    box-shadow: none;
}
.hidden_block_form {
    overflow: hidden;
    height: 0;
    transition: 0.3s;
}
.form-group.file_place {
    position: relative;
}
.hidden_block_form.hidden_block_form_open {
    height: 220px;
    transition: 0.3s;
}
.btn_open_hide {
    color: #FF3300;
    padding: 4px 0;
    cursor: pointer;
}
.btn_open_hide span {
    font-size: 26px;
    line-height: 1;
    display: inline-block;
    vertical-align: middle;
    padding-right: 8px;
	width: 32px;
    height: 26px;
    text-align: center;
}
span.wpcf7-list-item {
    margin: 0;
}
.form-group .btn_orange {
    margin-top: 30px;
}
.file_place_name {
    display: none;
}
.file_place {
    margin-top: 30px;
    margin-bottom: 20px;
}
.ul_lines {
    padding: 0;
	list-style: none;
}
.ul_lines li {
	padding: 4px 0 4px 40px;
	position: relative;
}
.ul_lines li:before {
	content: '—';
	position: absolute;
	top: 50%;
	margin-top: -11px;
	left: 0;
}
.sogl_form .wpcf7-list-item-label {
    font-weight: 400;
    font-size: 12px;
    display: inline-block;
    width: 93%;
    vertical-align: top;
}
.sogl_form  input {
    display: inline-block;
    width: 4%;
    margin-right: 8px;
    vertical-align: top;
}
.title.title_small.text-left {
	text-align: left;
}
.adv_block {
    display: block;
    width: 100%;
    list-style: none;
	padding: 54px 0 0 0;
}
.adv_block li {
    display: inline-block;
    width: 32%;
    vertical-align: top;
    min-height: 100px;
	padding-left: 40px;
    position: relative;
	padding-right: 40px;
    font-size: 18px;
	line-height: 2;
}
.adv_block li:before {
	content: '';
	position: absolute;
	width: 18px;
	height: 18px;
	display: block;
    top: 8px;
    left: 0;
    background: #f63;
    border-radius: 40px;
}
.adv_block li span {
    font-weight: bold;
}
.all_text {
    margin-top: 60px;
    margin-bottom: 60px;
}
.btn_plus {
    color: #FF3300;
    padding: 4px 0;
    cursor: pointer;
}
.btn_plus span {
    font-size: 26px;
    line-height: 1;
    display: inline-block;
    vertical-align: middle;
    padding-right: 8px;
    margin-top: -3px;
}
.white_title {
    color: #fff;
    font-size: 48px;
    font-weight: 600;
    line-height: 1.8;
    margin-bottom: 26px;
    margin-top: 16px;
    border-bottom: 1px solid rgb(255 255 255 / 0.6);
    padding-bottom: 20px;
}
.header_phone_item_footer {
    font-size: 18px;
    font-weight: bold;
    display: block;
    margin: 8px 0;
	color: #fff;
}
.header_phone_item_footer span {
    font-weight: 400;
}
.footer_mail a {
    position: relative;
    display: inline-block;
    margin: 8px 0;
    color: #fff;
    padding-left: 40px;
}
.border_top_white {
    width: 100%;
    height: 1px;
    background: rgb(255 255 255 / 0.6);
    margin: 20px auto;
}
.bus_stop_info{
    position: relative;
    padding-left: 40px;
    margin: 40px 0 20px 0;
}
.dev_block a {
    color: rgb(255 255 255 / 0.6);
    display: inline-block;
    vertical-align: middle;
	padding-right: 20px;
}
.dev_block img {
    max-width: 180px;
    display: inline-block;
    vertical-align: middle;
}
.dev_block {
    text-align: right;
}
.header_address:before {
	content: '';
	width: 16px;
	height: 22px;
	display: block;
	position: absolute;
	top: 50%;
	margin-top: -11px;
	left: 1px;
	background: url('/wp-content/themes/lasertech/img/map.svg')no-repeat 50%/contain;
}
.header_email:before {
	content: '';
	width: 20px;
	height: 16px;
	display: block;
	position: absolute;
	top: 50%;
	margin-top: -8px;
	left: 0;
	background: url('/wp-content/themes/lasertech/img/mail.svg')no-repeat 50%/contain;
}
.header_phone_block:before {
	content: '';
	width: 30px;
	height: 30px;
	display: block;
	position: absolute;
	top: 50%;
	margin-top: -15px;
	left: -30px;
	background: url('/wp-content/themes/lasertech/img/call.svg')no-repeat 50%/contain;
}
.footer_mail a:before {
	content: '';
	width: 20px;
	height: 16px;
	display: block;
	position: absolute;
	top: 50%;
	margin-top: -8px;
	left: 0;
	background: url('/wp-content/themes/lasertech/img/mail.svg')no-repeat 50%/contain;
}
.footer_phone_block:before {
	content: '';
	width: 30px;
	height: 30px;
	display: block;
	position: absolute;
	top: 50%;
	margin-top: -15px;
	left: 0px;
	background: url('/wp-content/themes/lasertech/img/call.svg')no-repeat 50%/contain;
}
.bus_stop_info:before {
	content: '';
	width: 24px;
	height: 24px;
	display: block;
	position: absolute;
	top: 50%;
	margin-top: -12px;
	left: 0;
	background: url('/wp-content/themes/lasertech/img/bus.svg')no-repeat 50%/contain;
}
.gallery_block .slide {
    width: 20%;
    display: block;
    float: left;
    padding: 10px;
    margin-bottom: 5px;
}
.gallery_block .slide a {
    display: block;
}
.gallery_block .slide img {
    display: block;
    max-width: 100%;
    height: auto;
	box-sizing: border-box;
}
.gallery_block .slides {
    display: block;
    padding: 0;
    float: left;
	list-style: none;
}
.box_block_tr {
    margin-bottom: 80px;
}
#form_call.fancybox-content {
    padding: 0;
    border-radius: 4px;
}
.btn_border_white:hover, .btn_border_white:focus {
    color: #f63;
}
.footer_copy {
    padding-top: 4px;
}
.col_table_row .col_table {
    display: inline-block;
    width: 20%;
	padding: 8px 30px;
	text-align: center;
}
.price_block .nav-tabs>li>a {
    margin-right: 8px;
    line-height: 1.42857143;
    border: 1px solid rgb(255 51 0 / 0.4);
    border-radius: 4px;
    color: #f30;
    margin-bottom: 8px;
}
.price_block .nav-tabs>li.active>a, .price_block .nav-tabs>li:hover>a{
    background: #f30;
    color: #fff;
}
.price_block .nav-tabs {
    border-bottom: none;
}
.col_table_row.title_table .col_table{
    padding: 25px 15px;
    background: #dcdcdc;
    text-align: center;
    border-right: 2px solid #fff;
	font-weight: bold;
	vertical-align: middle;
}
.col_table_row {
    margin: 4px 0;
}
.col_table_row:nth-child(2n) {
	background: #f5f5f5;
}
.col_table:nth-child(1) {
    font-weight: bold;
}
.col_dop, .col_table_dop_prop {
    width: 24%;
    padding: 8px 30px;
	display: inline-block;
    vertical-align: middle;
}
.col_dop_prop, .col_table_row.title_table.col_5_block {
    width: 75%;
    display: inline-block;
    vertical-align: middle;
}
.col_table_row.title_table.col_5_block .col_table {
    padding: 20px 15px;
	vertical-align: middle;
}
.price_block .tab-content {
    margin-top: 24px;
}
.col_dop.column {
    background: #f5f5f5;
    margin: 4px 0;
    padding-top: 60px;
}
.col_table_row.col_5_block_prop:last-child{
    margin-bottom: 0;
}
.col_table_dop_prop.column_row {
    background: #f5f5f5;
}
.btn_open_hide_1 {
    color: #ff6633;
    padding: 4px 0;
    cursor: pointer;
    font-weight: bold;
	margin-bottom: 16px;
}
.btn_open_hide_1 span {
    width: 24px;
    height: 24px;
    display: inline-block;
    vertical-align: middle;
    background: #ff6633;
    text-align: center;
    color: #fff;
    border-radius: 40px;
    line-height: 1;
    padding: 5px;
    margin-right: 8px;
    font-weight: bold;
}
.hidden_block_tr ul {
    list-style: none;
    padding: 8px;
}
.hidden_block_tr ul li {
    padding: 4px 0;
}
.hidden_block_tr {
    overflow: hidden;
    height: 0;
    transition: 0.3s;
}
.hidden_block_tr.open {
    height: 300px;
	transition: 0.3s;
}
.file_place_n i {
    font-style: normal;
}
.file_place_n {
    display: block;
    margin-top: 8px;
    font-size: 12px;
    color: #666;
}
.site-header.affix {
    width: 100%;
    background: #fff;
    z-index: 100;
	top: 0;
	box-shadow: 0px 12px 12px -1px rgb(0 0 0 / 0.05);
}
.site-header.affix-top {
    position: fixed;
    width: 100%;
    background: #fff;
    z-index: 100;
	top: 0;
}
#banner {
    margin-top: 100px;
}
.header_top {
    transition: 0.3s;
}
.site-header.affix .header_top {
    height: 0;
    overflow: hidden;
    padding: 0;
    transition: 0.3s;
}
@media (min-width: 768px) {
	.container {
		width: 100%;
	}
}
@media (min-width: 992px) {
	.container {
		width: 100%;
	}
}
@media (min-width: 1200px) {
	.container {
		width: 1170px;
	}
}
.container.header_bottom .row {
    position: relative;
}
.btn_menu {
    display: none;
    width: 40px;
    height: 40px;
    position: absolute;
    left: 20px;
    top: 10px;
}
.hidden_menu {
	display: block;
	position: fixed;
	list-style:none;
	padding: 10px;
	margin: 0;
	box-sizing: border-box;
	width: 200px;
	background-color: #f3f3f3;
	height: 100%;
	top: 0;
	left: -350px;
	transition: .3s;
	z-index: 2;
	-webkit-transform: translateZ(0);
	-webkit-backface-visibility: hidden;
}
.hidden_menu.open {
	display: block;
	position: fixed;
	list-style:none;
	padding: 10px;
	margin: 0;
	box-sizing: border-box;
	width: 90%;
	background-color: f3f3f3;
	height: 100%;
	top: 0;
	left: 0;
	transition: .3s;
	z-index: 2;
	-webkit-transform: translateZ(0);
	-webkit-backface-visibility: hidden;
}
.btn_menu span {
    display: block;
    width: 30px;
    height: 4px;
    background: #666;
    margin-bottom: 6px;
}
.btn_menu.close_btn span {
    -webkit-transform: rotate(-45deg);
    transform: rotate(45deg);
	position: absolute;
    right: 5px;
    top: 15px;
}
.btn_menu.close_btn span:nth-child(2) {
    -webkit-transform: rotate(-45deg);
    transform: rotate(135deg);
}
.btn_menu.close_btn {
    position: absolute;
    display: block;
    width: 40px;
    height: 40px;
    right: 5px;
    top: 15px;
	left: auto;
	z-index: 100;
}
.hidden_menu #primary-menu.nav>li {
    position: relative;
    display: block;
    padding-right: 0;
}
.hidden_menu #primary-menu {
    margin-top: 20px;
    padding-left: 10px;
}
.hidden_menu #primary-menu.nav>li>a:focus, .hidden_menu #primary-menu.nav>li>a:hover, .hidden_menu #primary-menu.nav>li.current-menu-item>a {
    text-decoration: none;
    background-color: transparent;
    color: #f63;
}
#primary {
    margin-top: 136px;
}
#primary .h1, #primary h1 {
    font-size: 32px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    text-align: center;
    margin-bottom: 40px;
}
#primary .table {
    margin-top: 30px;
}
#primary .h3, #primary h3 {
    font-size: 24px;
    margin-top: 34px;
}
.footer_address_text span {
    color: #f63;
    font-weight: 400;
}
.page-id-57 .gallery_block .slide {
    width: 25%;
}
.page-id-57 .gallery_block {
    float: left;
    width: 100%;
	margin-top: 40px;
}
.page-id-57 .box_block {
    float: left;
}
.subtitle_big {
    color: #f30;
    font-size: 14px;
    text-align: center;
    margin-bottom: 16px;
}

.ymaps-2-1-78-places-pane .ymaps-2-1-78-svg-icon {
    display: block;
    background-image: url('/wp-content/themes/lasertech/img/yand_icon.svg') !important;
    background-size: 51px 62px;
}
.ymaps-2-1-78-places-pane  .ymaps-2-1-78-islets_icon-caption, .ymaps-2-1-78-places-pane  .ymaps-2-1-78-pictogram_icon_factory {
	display: none !important;
}
.map_block {
    margin-top: 30px;
}
.inst {
    max-width: 80px;
    height: auto;
    box-sizing: border-box;
    display: inline-block;
    vertical-align: middle;
	padding-right: 20px;
}
.inst_viz {
    display: inline-block;
    vertical-align: middle;
    font-size: 20px;
    color: #fff;
    margin-top: 20px;
    margin-bottom: 15px;
    border: 1px solid rgb(255 255 255 / 60%);
    border-radius: 18px;
    overflow: hidden;
    padding-right: 22px;
}
@media (max-width: 768px) {
	.page-id-57 .gallery_block .slide {
		width: 50%;
	}
	#primary {
		margin-top: 190px;
	}
	.btn_menu {
		display: block;
	}
	.container {
		width: 100%;
	}
	.col-sm-9.menu_block {
		display: none;
	}
	#banner {
		margin-top: 178px;
	}
	.banner_title {
		font-size: 28px;
		font-weight: 900;
		text-transform: uppercase;
		color: #fff;
		margin-top: 40px;
	}
	.banner {
		height: auto;
		background-size: cover;
		padding-bottom: 36px;
	}
	.banner_title span {
		text-transform: initial;
		display: block;
		font-weight: 400;
		font-size: 24px;
		padding-top: 12px;
	}
	.banner_text {
		color: #fff;
		margin-top: 24px;
		line-height: 1.4;
		font-size: 16px;
	}
	.adv_top {
		margin-bottom: 12px;
	}
	.banner_info_text {
		font-size: 16px;
		color: #f63;
		margin-top: 32px;
		margin-bottom: 22px;
	}
	.btn_border_white {
		width: 100%;
	}
	.title {
		font-size: 22px;
		font-weight: 600;
		line-height: 1.4;
		margin-bottom: 26px;
		margin-top: 16px;
	}
	.box_block {
		padding: 20px 15px;
		margin-bottom: 32px;
		margin-left: -15px;
		margin-right: -15px;
	}
	.white_title {
		color: #fff;
		font-size: 20px;
		font-weight: 600;
		line-height: 1.8;
		margin-bottom: 26px;
		margin-top: 16px;
		border-bottom: 1px solid rgb(255 255 255 / 0.6);
		padding-bottom: 20px;
	}
	.footer {
		padding: 20px 0 20px 0;
		background-size: cover;
	}
	.adv_block li {
		display: block;
		width: 100%;
		vertical-align: top;
		min-height: auto;
		padding-left: 40px;
		position: relative;
		padding-right: 40px;
		font-size: 16px;
		line-height: 1.4;
		margin-bottom: 20px;
	}
	.adv_block li:before {
		content: '';
		position: absolute;
		width: 14px;
		height: 14px;
		display: block;
		top: 4px;
		left: 0;
		background: #f63;
		border-radius: 40px;
	}
	.subtitle {
		max-width: 100%;
		margin: 0 auto;
		text-align: left;
		margin-bottom: 40px;
		line-height: 1.4;
	}
	.adv_block {
		display: block;
		width: 100%;
		list-style: none;
		padding: 14px 0 0 0;
	}
	.price_block .nav.nav-tabs {
		width: 100%;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
		overflow-y: hidden;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
	}
	.price_block .nav-tabs>li>a {
		white-space: nowrap;
	}
	.price_block .tab-pane {
		width: 750px;
	}
	.price_block .tab-content {
		width: 100%;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
		overflow-y: hidden;
	}
	p {
		line-height: 1.4;
	}
	.gallery_block .slide {
		width: 50%;
		display: block;
		float: left;
		padding: 5px;
		margin-bottom: 0px;
	}
	.form_title {
		text-align: center;
		padding: 0 0px;
		font-size: 14px;
		line-height: 1.4;
		padding-bottom: 24px;
	}
	.box_block .title, .box_block_tr .title {
		text-align: left;
	}
	.content_page {
		background: #f8f8f8;
		padding: 28px 0 22px 0;
	}
	.main_form_block {
		max-width: 100%;
		padding: 24px 0px;
		border: 0px solid #E8E8E8;
		border-radius: 0;
		margin: 0;
		box-shadow: none;
		border-bottom: 1px solid #ccc;
	}
	div.wpcf7 input[type="file"] {
		cursor: pointer;
		max-width: 100%;
	}
	.col-sm-3.header_bottom__callback_button_block {
		padding: 0;
	}
	.col-sm-3.header_contacts_block, .col-sm-2.header_phone_block {
		width: 50%;
		float: left;
		margin-top: 16px;
	}
	.header_phone_item {
		display: block;
		font-weight: bold;
		color: #333;
		font-size: 16px;
		margin: 2px 0;
	}
	.header_contacts_item {
		position: relative;
		padding: 6px 0 4px 30px;
		font-size: 12px;
	}
	.header_contacts_item.header_email {
		display: none;
	}
	.header_phone_block:before {
		content: '';
		width: 20px;
		height: 20px;
		display: block;
		position: absolute;
		top: 50%;
		margin-top: -10px;
		left: 10px;
		background: url(/wp-content/themes/lasertech/img/call.svg)no-repeat 50%/contain;
	}
	.header_slogan {
		color: #4D4D4D;
		max-width: 100%;
		padding-top: 0;
		padding-bottom: 0;
		font-size: 12px;
		line-height: 1;
	}
	.col-sm-2.header_phone_block {
		text-align: right;
	}
	.col-sm-3.logo_block, .col-sm-4.header_slogan_block {
		width: 50%;
		display: table-cell;
		vertical-align: middle;
		float: none;
	}
	.mobile_br {
		display: block;
	}
	#form_call .main_form_block {
		padding: 24px 20px;
	}
	.mobile_top_mail .header_contacts_item.header_email {
		display: block;
		width: 100%;
		float: left;
	}
}