/*
 Theme Name:   Demontaj Krsk
 Theme URI:    https://bricksbuilder.io/
 Description:  Use this child theme to extend Bricks.
 Author:       Bricks
 Author URI:   https://bricksbuilder.io/
 Template:     bricks
 Version:      1.0
 Text Domain:  bricks
*/

:root {
	--accent: #FF9000;
	--hover: #e59022;
}

html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%
}

body {
	margin: 0
}

main {
	display: block
}

h1 {
	font-size: 2em;
	margin: .67em 0
}

hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible
}

pre {
	font-family: monospace, monospace;
	font-size: 1em
}

a {
	background-color: transparent
}

abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted
}

b,
strong {
	font-weight: bolder
}

code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em
}

small {
	font-size: 80%
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline
}

sub {
	bottom: -.25em
}

sup {
	top: -.5em
}

img {
	border-style: none
}

button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0
}

button,
input {
	overflow: visible
}

button,
select {
	text-transform: none
}

[type=button],
[type=reset],
[type=submit],
button {
	-webkit-appearance: button
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
	border-style: none;
	padding: 0
}

[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
	outline: 1px dotted ButtonText
}

fieldset {
	padding: .35em .75em .625em
}

legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal
}

progress {
	vertical-align: baseline
}

textarea {
	overflow: auto
}

[type=checkbox],
[type=radio] {
	box-sizing: border-box;
	padding: 0
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
	height: auto
}

[type=search] {
	-webkit-appearance: textfield;
	outline-offset: -2px
}

[type=search]::-webkit-search-decoration {
	-webkit-appearance: none
}

::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit
}

details {
	display: block
}

summary {
	display: list-item
}

template {
	display: none
}

[hidden] {
	display: none
}

*::-webkit-input-placeholder {
	color: #666;
	opacity: 1;
}

*:-moz-placeholder {
	color: #666;
	opacity: 1;
}

*::-moz-placeholder {
	color: #666;
	opacity: 1;
}

*:-ms-input-placeholder {
	color: #666;
	opacity: 1;
}

body input:focus:required:invalid,
body textarea:focus:required:invalid {}

body input:required:valid,
body textarea:required:valid {}

* {
	box-sizing: border-box;
}

body {
	font-size: 16px;
	min-width: 320px;
	position: relative;
	line-height: 1.6;
	overflow-x: hidden;
	min-height: 100vh;
}

img {
	display: inline-block;
	vertical-align: middle;
	height: auto;
	max-width: 100%;
}

.content_wrapper {
	display: flex;
	flex-direction: column;
	min-height: 100vh;
}

.content_wrapper main {
	flex-grow: 1;
}

.footer {
	flex-shrink: 0;
}

.header {
	padding: 10px 0 0;
}

.mess ul {
	display: flex;
	align-items: center;
	list-style-type: none;
	padding: 0;
	margin: 0;
	justify-content: center;
}

.mess ul li {
	margin: 0 5px;
}

.mess ul li a {
	transition: .25s;
}

.mess ul li a:hover {
	opacity: .8;
}

.mess ul li img {
	width: 35px;
}

.mess .title {
	font-size: 14px;
	line-height: 1.2;
	color: #999;
	margin-bottom: 5px;
}

.menu_title {
	display: none;
	text-align: center;
	padding: 10px 0;
	font-weight: 500;
	font-size: 19px;
	text-transform: uppercase;
	border-bottom: 1px solid rgba(255, 255, 255, .6);
	color: #fff;
}

.main_menu {
	list-style-type: none;
	margin: 0;
	padding: 0;
	display: flex;
}

.main_menu ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.main_menu li {
	position: relative;
}

.main_menu>li>a {
	color: #fff;
	padding: 10px 25px;
	text-decoration: none;
	display: inline-block;
}

.menu_wrapper {
	background: var(--main);
}

.menu_contacts {
	display: none;
}

.main_menu .sub-menu a {
	color: #fff;
	padding: 10px 15px;
	text-decoration: none;
	display: block;
}

.main_menu .menu-item-has-children>a {
	padding-right: 35px;
}

.main_menu .menu-item-has-children>a:after {
	content: "";
	display: block;
	background: url(img/icons/expand_more.svg) no-repeat center;
	background-size: contain;
	width: 20px;
	height: 20px;
	position: absolute;
	right: 12px;
	top: 14px;
	transition: .25s;
	transform: rotate(-90deg);
}

.main_menu .menu-item-has-children .sub-menu ul {
	left: 100%;
	top: 0;
}

.menu_wrapper_fixed .logo {
	display: none;
}

.section_content h2 {
	margin-bottom: 30px;
}

.icon_block {
	padding-left: 25px;
}

.icon_block.icon_email {
	background: url(img/icons/email.svg) no-repeat left center;
}

.icon_block.icon_clock {
	background: url(img/icons/watch_later.svg) no-repeat left 1px;
	line-height: 1.3;
	margin-top: 5px;
}

.icon_block.icon_phone {
	background: url(img/icons/phone.svg) no-repeat left center;
	font-size: 22px;
	font-weight: 600;
}

.icon_block.icon_phone a {
	color: var(--bs-body-color);
	text-decoration: none;
}

.icon_block a {
	color: var(--bs-body-color);
}

.site_btn {
	padding: 15px 25px;
	text-align: center;
	text-decoration: none;
	color: var(--bs-body-color);
	background: var(--accent);
	display: inline-block;
	color: #fff;
	border-radius: 5px;
	border: none;
	transition: .25s;
	text-transform: uppercase;
	line-height: 1.3;
	font-weight: 500;
}

.site_btn:hover {
	color: #fff;
	background: var(--hover);
}

.top_line .site_btn {
	padding: 7px 15px;
}

.main_menu a {
	text-decoration: none;
	color: #fff;
	display: block;
	padding: 10px 25px;
	transition: .25s;
}

.main_menu a:hover {
	background-color: var(--accent);
}

.menu_wrapper_fixed {
	background: #33363B;
	margin-top: 10px;
}

.fitsr_block .mask {
	background: rgba(0, 0, 0, .65);
	padding: 80px 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	line-height: 1.2;
}

.main_title_wrapper h1 {
	text-transform: uppercase;
	color: var(--accent);
	font-size: 42px;
	font-weight: 700;
	margin-bottom: 0;
	line-height: 1.2;
	margin-top: 0;
}

.main_title_wrapper .main_title_descr {
	color: #fff;
	font-size: 32px;
	line-height: 1.2;
}

.bulits {
	margin-top: 45px;
}

.bulits ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
	color: #fff;
}

.bulits ul li {
	margin-bottom: 15px;
	padding-left: 50px;
	background: url(img/icons/circle-checked.svg) no-repeat left 5px;
}

.bulits ul li:nth-child(1) {
	background: url(img/icons/bulits/1.svg) no-repeat left 5px;
}

.bulits ul li:nth-child(2) {
	background: url(img/icons/bulits/2.svg) no-repeat left 5px;
}

.bulits ul li:nth-child(3) {
	background: url(img/icons/bulits/3.svg) no-repeat left 5px;
}

.bulits ul li:nth-child(4) {
	background: url(img/icons/bulits/4.svg) no-repeat left 5px;
}

.bulits .title {
	font-size: 23px;
}

.bulits .text {
	color: #ddd;
}

.border_radius_box {
	border-radius: 15px;
	padding: 25px;
	background: #fff;
}

.first_form {
	text-align: center;
}

.first_form .title {
	font-size: 22px;
	font-weight: 600;
	line-height: 1.3;
}

.first_form p {
	color: #666;
}

form input[type="text"],
form input[type="tel"],
form input[type="file"],
form textarea {
	width: 100%;
	border: 1px solid #ddd;
	padding: 15px 20px;
	margin-bottom: 15px;
	border-radius: 5px;
	display: block;
	line-height: 1.6;
	text-align: left;
}

.first_form textarea {
	height: 100px;
}

.first_form .site_btn {
	width: 100%;
}

.section {
	padding: 30px 0;
	margin: 30px 0;
}

.section_title_wrapper {
	text-align: center;
	margin-bottom: 30px;
}

.section_title_wrapper .section_title {
	font-size: 36px;
	font-weight: 600;
	margin-bottom: 0;

}

.section_title_wrapper .section_title_descr {
	font-size: 30px;
	color: #444;
	line-height: 1.3;
	margin-top: 5px;
}

.service_box {
	border-radius: 15px;
	position: relative;
	overflow: hidden;
	padding-bottom: 80%;
	color: #fff;
	transition: .25s;
}

.service_box h3 {
	font-size: 23px;
	font-weight: 600;
}

.service_box img {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	z-index: -2;
}

.service_box:after {
	content: "";
	display: block;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: linear-gradient(0deg, black 20%, transparent 85%);
	position: absolute;
	z-index: -1;
}

.service_box .info {
	padding: 20px 15px 30px;
	text-align: center;
	bottom: 0;
	position: absolute;
	width: 100%;
}

.service_box h3 a {
	color: #fff;
	text-decoration: none;
	transition: .25s;
}

.service_box .info .price {
	font-size: 20px;
}

.site_btn.WhatsApp_btn {
	background: #25D366;
}

.site_btn.WhatsApp_btn span {
	display: flex;
	align-items: center;
}

.site_btn.WhatsApp_btn span:before {
	content: "";
	background: url(img/icons/WhatsApp-btn.svg) no-repeat;
	display: inline-block;
	vertical-align: middle;
	height: 16px;
	width: 20px;
	background-size: contain;
	margin-right: 3px;
}

.border_radius {
	border-radius: 15px;
}

.demontajnik_info .name {
	text-align: center;
	font-weight: 600;
	font-size: 18px;
	font-style: italic;
	margin-top: 10px;
}

.demontajnik_info .descr {
	text-align: center;
}

.demontajnik_info .WhatsApp_btn {
	margin-left: 10px;
}

.section.gray_section {
	background: #f6f6f6;
	padding: 60px 0;
}

.demontajnik_info h2 {
	font-weight: 600;
	margin-bottom: 30px;
}

.footer .icon_block.icon_phone {
	margin: 15px 0;
}

.list_content {
	padding: 0;
	list-style-type: none;
	margin: 20px 0;
}

.list_content li {
	margin-bottom: 12px;
	padding-left: 30px;
	background: url(img/icons/check-mark.svg) no-repeat left;
}

.demontajnik_info .list_content {
	font-size: 18px;
}

.demontajnik_info .list_content span {
	display: inline-block;
	position: relative;
}

.demontajnik_info .list_content span:after {
	content: "";
	display: block;
	height: 2px;
	width: 100%;
	left: 0;
	background: var(--accent);
	bottom: 1px;
	position: absolute;
}

.border_box {
	border: 1px solid #ddd;
}

.step_box {
	height: 100%;
}

.step_box .number {
	border-radius: 50%;
	background: var(--accent);
	width: 40px;
	height: 40px;
	color: #fff;
	font-size: 22px;
	text-align: center;
	padding-top: 3px;
	font-weight: 600;
}

.step_box .title {
	font-size: 22px;
	margin-top: 15px;
	font-weight: 600;
	line-height: 1.3;
	margin-bottom: 10px;
}

.step_box a {
	white-space: nowrap;
}

.section.bg_section {
	padding: 60px 0;
}

.order_photo_form .title {
	font-size: 32px;
	margin-bottom: 5px;
	font-weight: 600;
	line-height: 1.3;
}

.order_photo_form {
	max-width: 500px;
}

.order_photo_form_section {
	background: url(img/brick-wall.jpg) no-repeat center;
	background-size: cover;
}

.contact_box .title {
	color: #999;
	margin-bottom: 5px;
}

.contact_box .text {
	font-size: 22px;
	line-height: 1.3;
}

.contact_box {
	margin-bottom: 20px;
}

.footer {
	background: #33363B;
	padding: 30px 0;
}

.footer a {
	color: #fff;
}

.footer .icon_block.icon_phone a {
	color: #fff;
}

.work_box {
	height: 100%;
	box-shadow: 0 0 15px rgba(0, 0, 0, .15);
}

.work_box .title {
	font-size: 20px;
	font-weight: 600;
	margin: 20px 0 10px;
	line-height: 1.3;
}

.work_box img {
	border-radius: 15px;
}

.work_box .opisanie span {
	color: #999;
}

.work_box .preview_images {
	display: grid;
	margin-top: 10px;
	grid-template-columns: repeat(4, 1fr);
	gap: 10px;
}

.services_list {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	gap: 20px;
	list-style-type: none;
	padding: 0;
	margin: 0;
}

.services_list h3 {
	margin-top: 10px;
}

.services_list .info {
	padding: 0 15px 15px;
}

.services_list li {
	background: #f5f5f5;
	overflow: hidden;
}

.services_list img {
	height: 162px;
	width: 100%;
	object-fit: cover;
}

.work_box a {
	border-radius: 15px;
}

.fancybox_box a {
	position: relative;
	display: block;
	overflow: hidden;
}

.fancybox_box a:after {
	content: "";
	display: block;
	width: 100%;
	opacity: 0;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: rgba(0, 0, 0, .45);
	transition: .25s;
}

.fancybox_box a:hover:after {
	opacity: 1;
}

.fancybox_box a:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	bottom: 0;
	top: 0;
	background: url(img/icons/zoom-in.svg) no-repeat center;
	z-index: 10;
	opacity: 0;
	transition: .25s;
}

.fancybox_box a:hover:before {
	opacity: 1;
}

.opisanie>div:not(:last-child) {
	margin-bottom: 10px;
}

.popup {
	border-radius: 15px !important;
}

.title {
	line-height: 1.3;
}

.popup .title {
	margin-bottom: 10px;
	font-size: 24px;
	font-weight: 600;
}

.wpcf7-response-output,
.wpcf7-not-valid-tip {
	display: none !important;
}

.wpcf7-not-valid {
	border-color: #db0808 !important;
}

.cf7btn {
	position: relative;
}

.cf7btn .wpcf7-spinner {
	position: absolute;
	margin: 0;
	top: 5px;
	right: 5px;
}

.popup .site_btn {
	width: 100%;
}

form .site_btn {
	width: 100%;
}

form textarea {
	max-height: 100px;
}

.portfolio_grid {
	display: grid;
	gap: 10px;
	grid-template-columns: repeat(4, 1fr);
}

.section_content h3 {
	font-size: 20px;
}

.hamburger {
	padding: 15px 15px;
	display: none;
	cursor: pointer;
	transition-property: opacity, filter;
	transition-duration: 0.15s;
	transition-timing-function: linear;
	font: inherit;
	color: inherit;
	text-transform: none;
	background-color: transparent;
	border: 0;
	margin: 0;
	overflow: visible;
	position: relative;
	z-index: 90;
}

.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::before,
.hamburger.is-active .hamburger-inner::after {
	background-color: #fff;
}

.hamburger-box {
	width: 40px;
	height: 24px;
	display: inline-block;
	position: relative;
}

.hamburger-inner {
	display: block;
	top: 50%;
}

.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
	width: 40px;
	height: 4px;
	background-color: #fff;
	border-radius: 4px;
	position: absolute;
	transition-property: transform;
	transition-duration: 0.15s;
	transition-timing-function: ease;
}

.hamburger-inner::before,
.hamburger-inner::after {
	content: "";
	display: block;
}

.hamburger-inner::before {
	top: -10px;
}

.hamburger-inner::after {
	bottom: -10px;
}

.hamburger--squeeze .hamburger-inner {
	transition-duration: 0.075s;
	transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--squeeze .hamburger-inner::before {
	transition: top 0.075s 0.12s ease, opacity 0.075s ease;
}

.hamburger--squeeze .hamburger-inner::after {
	transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--squeeze.is-active .hamburger-inner {
	transform: rotate(45deg);
	transition-delay: 0.12s;
	transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--squeeze.is-active .hamburger-inner::before {
	top: 0;
	opacity: 0;
	transition: top 0.075s ease, opacity 0.075s 0.12s ease;
}

.hamburger--squeeze.is-active .hamburger-inner::after {
	bottom: 0;
	transform: rotate(-90deg);
	transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.overlay {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, .5);
	z-index: 80;
}

.ftarget {
	text-align: center;
	color: #ddd;
	font-size: 13px;
	cursor: pointer;
}

.wp-block-table table {
	min-width: 500px;
}

.mobile_phone {
	display: none;
	padding-left: 0;
}

.icon_block.icon_phone.mobile_phone a {
	width: 30px;
	display: block;
	height: 30px;
}

.qqq {
	display: none;
}

article .border-radius img {
	border-radius: 10px;
}

.style_none {
	list-style-type: none;
}

.section_content li {
	margin-bottom: 10px;
}

.custom_selected_text {
	position: relative;
	padding: 1.2em 1.5em;
	margin: 1.8em 0;
	background: rgb(255 144 0 / 10%);
	/* Очень светлый фон */
	border-left: 3px solid #000;
	/* Тонкая чёрная полоса слева */
	font-style: normal;
	font-size: 1.05em;
	line-height: 1.6;
	color: #222;
	font-weight: 500;
	border-radius: 0 4px 4px 0;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.03);
}

.custom_selected_text p:last-child {
	margin-bottom: 0;
}

.custom_selected_text blockquote {
	margin-bottom: 0;
}

#brx-content ul li {
	margin-bottom: 10px;
}

blockquote {
	font-family: inherit;
}

.tablepress>:where(thead, tfoot)>tr>* {
	background-color: #EE7E1A !important;
}

.mytable td[colspan="2"] {
	/*background-color: #F7C9AC !important;*/
	font-weight: 600;
}

#backToTop {
	position: fixed;
	bottom: 20px;
	right: 20px;
	width: 44px;
	height: 44px;
	background-color: #FF9000;
	border: none;
	border-radius: 50%;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
	opacity: 0;
	visibility: hidden;
	transform: translateY(10px);
	transition: opacity 0.3s ease, transform 0.3s ease, visibility 0.3s ease;
	z-index: 1000;
}

#backToTop:hover {
	background-color: #e07f00;
}

#backToTop.show {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}

/*==========  Desktop First Method  ==========*/

/* Large Devices, Wide Screens */
@media only screen and (max-width : 1199px) {
	.first_form p {
		font-size: 14px;
	}

	.step_box .title {
		font-size: 18px;
	}

	.step_box .text {
		font-size: 14px;
	}

	.services_list {
		grid-template-columns: repeat(3, 1fr);
	}
}

/* Medium Devices, Desktops */
@media only screen and (max-width : 991px) {
	.fitsr_block .mask {
		padding: 40px 0;
	}

	.header .logo {
		max-width: 258px;
	}

	.icon_block.icon_phone {
		font-size: 20px;
	}

	.portfolio_grid {
		grid-template-columns: repeat(3, 1fr);
	}

	.border_radius_box {
		padding: 15px;
	}
}

/* Small Devices, Tablets */
@media only screen and (max-width : 767px) {

	/*Disable Animation on Mobile Devices*/
	.animated {
		/*CSS transitions*/
		-o-transition-property: none !important;
		-moz-transition-property: none !important;
		-ms-transition-property: none !important;
		-webkit-transition-property: none !important;
		transition-property: none !important;
		/*CSS transforms*/
		-o-transform: none !important;
		-moz-transform: none !important;
		-ms-transform: none !important;
		-webkit-transform: none !important;
		transform: none !important;
		/*CSS animations*/
		-webkit-animation: none !important;
		-moz-animation: none !important;
		-o-animation: none !important;
		-ms-animation: none !important;
		animation: none !important;
	}

	.menu_wrapper_fixed {
		position: fixed;
		top: 0;
		margin-top: 0;
		width: 100%;
		left: 0;
		z-index: 100;
		box-shadow: 0 0 5px rgba(0, 0, 0.1);
	}

	.header {
		padding: 60px 0 0;
	}

	.header .top_line {
		margin-bottom: 10px;
	}

	.main_title_wrapper h1 {
		font-size: 32px;
	}

	.main_title_wrapper .main_title_descr {
		font-size: 26px;
	}

	.bulits .title {
		font-size: 20px;
	}

	.bulits .text {
		font-size: 14px;
	}

	.section_title_wrapper .section_title {
		font-size: 28px;
	}

	.section_title_wrapper .section_title_descr {
		font-size: 24px;
	}

	:root {
		--bs-gutter-x: 10px;
	}

	.service_box {
		padding-bottom: 110%;
	}

	.section.gray_section {
		padding: 30px 0;
	}

	.section {
		padding: 15px 0;
		margin: 15px 0;
	}

	.demontajnik_info .list_content span:after {
		display: none;
	}

	.order_photo_form .title {
		font-size: 26px;
	}

	.section.bg_section {
		padding: 30px 0;
	}

	.footer .icon_phone {
		margin: 10px 0 !important;
	}

	.map_wrapper iframe {
		height: 300px;
	}

	.menu_wrapper .header_menu {
		position: fixed;
		width: 280px;
		background: #33363B;
		top: 0;
		left: -100%;
		height: 100vh;
		overflow: auto;
		transition: .3s;
		z-index: 100;
		padding-bottom: 30px;
	}

	.menu_wrapper .header_menu.open {
		left: 0;
	}

	.menu_title {
		display: block;
	}

	.hamburger {
		display: inline-block;
		margin-right: -15px;
	}

	.menu_wrapper_fixed>.container {
		display: flex;
		justify-content: flex-end;
		align-items: center;
	}

	.main_menu,
	.main_menu a {
		display: block !important;
	}

	.main_menu .sub-menu a {
		padding: 10px 25px;
	}

	.main_menu a {
		border-bottom: 1px solid rgba(255, 255, 255, .15);
	}

	.main_menu ul.sub-menu {
		display: none;
		padding-left: 15px;
		background: #4a4a4a;
	}

	.services_list {
		grid-template-columns: repeat(2, 1fr);
	}

	.main_menu .menu-item-has-children a.active:after {
		transform: rotate(0);
	}

	.menu_contacts {
		display: block;
		padding: 15px 10px;
	}

	.menu_contacts {
		color: #fff;
	}

	.menu_contacts a {
		color: #fff !important;
	}

	.menu_contacts>div {
		margin-bottom: 15px;
	}

	.menu_contacts .mess ul {
		justify-content: flex-start;
	}

	.main_menu li .sub_arrow {
		position: absolute;
		top: 0;
		right: 0;
		width: 56px;
		height: 46px;
		border-left: 1px solid rgba(255, 255, 255, .1);
		z-index: 20;
	}

	blockquote {
		font-size: 1.1em;
	}

	.top_line {
		display: none;
	}

	.header .phone_wrapper {
		display: none;
	}

	.menu_wrapper_fixed .logo {
		margin-right: auto;
		display: block;
	}

	.menu_wrapper_fixed .logo img {
		height: 53px;
	}

	.icon_block.icon_phone.mobile_phone a {
		color: #fff;
		width: 50px;
		height: 50px;
		display: block;
	}

	.header .phone_wrapper {
		margin-left: 0 !important;
		margin-top: 10px;
		text-align: center !important;
	}

	.header .icon_block.icon_phone.menu_phone {
		margin-bottom: 0 !important;
		background-position: center;
		display: inline-block;
		margin-right: 0;
		background-size: 26px;
	}

}

@media only screen and (max-width : 575px) {
	.demontajnik_info .WhatsApp_btn {
		margin-left: 0;
		margin-top: 10px;
	}

	.service_box {
		padding-bottom: 60%;
		min-height: 280px;
	}

	.portfolio_grid {
		grid-template-columns: repeat(2, 1fr);
	}

	.section_content h3 {
		font-size: 20px;
	}

	.services_list {
		grid-template-columns: repeat(1, 1fr);
	}

	.services_list img {
		height: 200px;
	}
}

/* Extra Small Devices, Phones */
@media only screen and (max-width : 500px) {

	.work_box {
		padding: 15px;
	}

	.section_title_wrapper .section_title {
		font-size: 24px;
	}

	.border_radius_box {
		padding: 15px;
	}
	
	.main_title_wrapper h1 {
		font-size: 8vw;
        margin-bottom: 15px;
        text-transform: none;
	}
	
	.main_title_wrapper h1 br {
		display: none;
	}
}

/* Custom, iPhone Retina */
@media only screen and (max-width : 375px) {
	.portfolio_grid {
		grid-template-columns: repeat(1, 1fr);
	}

	.portfolio_grid {
		grid-template-columns: repeat(1, 1fr);
	}
}


/*==========  Mobile First Method  ==========*/

/* Custom, iPhone Retina */
@media only screen and (min-width : 320px) {}

/* Extra Small Devices, Phones */
@media only screen and (min-width : 480px) {}

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {
	.main_menu .sub-menu {
		position: absolute;
		visibility: hidden;
		opacity: 0;
		top: 46px;
		left: 0;
		background: #33363B;
		width: 260px;
	}

	.menu-item-has-children:hover>.sub-menu {
		visibility: visible;
		opacity: 1;
		transition: .25s;
		z-index: 100;
	}
}

/* Medium Devices, Desktops */
@media only screen and (min-width : 768px) {
	.main_menu .menu-item-has-children .sub-menu a:after {
		transform: rotate(-90deg);
	}
}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 992px) {
	.service_box:hover {
		box-shadow: 0 0 15px rgba(0, 0, 0, .25);
	}

	.service_box h3 a:hover {
		color: var(--accent);
	}

	.site_btn.WhatsApp_btn:hover {
		background: #17AC4E;
	}

}