/*
Theme Name: Bootstrap Basic4
Theme URI: http://rundiz.com
Author: Vee Winch, christianoliff
Author URI:
Description: Bootstrap v.4 basic theme for developers to build their new theme very fast and easy. (WordPress 5 or Gutenberg ready.) The concept is to keep it basic, no rich features, no additional functions; all of these for theme developers will be easier to start develop their theme. To follow what was changed, please look for <a href="https://github.com/Rundiz-WP/bootstrap-basic4" target="commits">commits</a> of this theme at Github or changelog.md file that come with the theme. Please read notice on Bootstrap Basic 4 Help page in Dashboard &gt; Appearance &gt; Bootstrap Basic4 Help or in readme.txt file in this theme package.
Version: 1.3.3
Requires PHP: 5.5
Requires at least: 5.0
Tested up to: 5.9
License: MIT
License URI: https://opensource.org/licenses/MIT
Text Domain: bootstrap-basic4
Domain Path: /languages/
Tags: one-column, two-columns, three-columns, left-sidebar, right-sidebar, custom-background, custom-menu, featured-images, post-formats, threaded-comments, translation-ready, editor-style, blog

This theme built with Twitter Bootstrap v.4. It is basic theme with basic style for build new theme with Bootstrap.

*/


/*
Required WordPress CSS
*/


html
{
    font-size: 100%;
    height: 100%;
    line-height: 1.4;
}

body {
    height: 100%;
    font-family: 'Montserrat', sans-serif!important;
    margin: 0;
    padding: 0;
    background: url('/wordpress/wp-content/uploads/2022/09/dash-v.png');
    background-position: 95% 0;
    background-repeat: repeat-y;
    overflow-y: scroll;
    color: #2D2D2D
}
.no-scroll {
	overflow: hidden;
}
#main .attachment .entry-title, #main .post .entry-title, #main .page .entry-title {
	font-weight: 800;
	font-size: 85px;
	line-height: 104px;
	letter-spacing: 0.04em;
	margin-bottom: 38px;

}
.font-gray {
	color: #A6A6A6;
}

.font-weight-500 {
	font-weight: 500;
}
.font-24 {
	font-size: 24px;
	line-height: 29px;
}
.font-20 {
	font-size: 20px;
	line-height: 24px;
}
.font-18 {
	font-size: 18px;
	line-height: 22px;
}
.font-16 {
	font-size: 16px;
	line-height: 20px;
}

@media (min-width: 1200px) {
	.font-xl-24 {
		font-size: 24px;
		line-height: 29px;
	}
	.font-xl-20 {
		font-size: 20px;
		line-height: 24px;
	}
	.font-xl-18 {
		font-size: 18px;
		line-height: 22px;
	}
}
@media (min-width: 992px) {
	.font-lg-24 {
		font-size: 24px;
		line-height: 29px;
	}
	.font-lg-20 {
		font-size: 20px;
		line-height: 24px;
	}
	.font-lg-18 {
		font-size: 18px;
		line-height: 22px;
	}
}
@media (min-width: 768px) {
	.font-24, .font-md-24 {
		font-size: 24px;
		line-height: 29px;
	}
	.font-md-20 {
		font-size: 20px;
		line-height: 24px;
	}
	.font-md-18 {
		font-size: 18px;
		line-height: 22px;
	}
}


.container h2 {
	font-weight: 700;
	font-size: 50px;
	line-height: 61px;
	letter-spacing: 0.04em;
	margin-bottom:70px;
}
.bg-brand-red {
	background-color: #D5373D;
	color: #FFF;
}
.bg-brand-dark {
	background-color: #2B2B2B;
	color: #FFF;
}
.img-responsive {
	width: 100%;
	height: auto;
}
.separator {
	height: 2px;
	margin:130px 0;
	background: linear-gradient(to left, rgba(255,255,255,0) 20%, rgba(255,255,255,1)), url('/wordpress/wp-content/uploads/2022/09/dash-h.png');
}

.separator-reverse {
	height: 2px;
	margin:130px 0;
	background: linear-gradient(to right, rgba(255,255,255,0) 20%, rgba(255,255,255,1)), url('/wordpress/wp-content/uploads/2022/09/dash-h.png');
}

.font-white {
	color: #FFF;
}
#main {
	max-width: 100%;
	padding:0;
}

.coming-soon {
	font-size: 80px;
	text-align: center;
	opacity: .5;
}

#wrapper {
    font-size: 18px;
	height: 100%;
	margin: 0 auto;
	/*display:flex;*/
	flex-direction:column;
	position: relative;
    z-index: 1;
}

#content {
	flex:1;
	margin: 30px 0 150px;
}
.entry-content {
    overflow-x: hidden;
}

@media (min-width: 1200px) {
	.container, .container-lg, .container-md, .container-sm, .container-xl {
	    max-width: 1200px!important;
	}
}
@media (min-width: 1250px) {
	.container, .container-lg, .container-md, .container-sm, .container-xl {
	    max-width: 1250px!important;
	}
}
@media (max-width: 992px) {
	body {
		background: none;
	}
	#content {
		margin: 10px 0 90px;
	}
	.separator, .separator-reverse {
		margin:50px 0;
	}
	.container  h2 {
	    font-size: 40px;
	    line-height: 46px;
	    margin-bottom: 40px;
	}
}

/*Header*/
/*Temporary disabled language switch*/
.nav-item.dropdown {
	display: none;
}
.page-header {
    background: url('/wordpress/wp-content/uploads/2022/09/dash-h.png');
    background-position: 0 100%;
    background-repeat: repeat-x;
    min-height: 230px;
}
.page-header .site-branding {
	padding-top: 55px;
}
.page-header .site-branding img {
	width: 126px;
	height: 49px;
}
.main-navigation {
	flex-grow: 1;
}
.page-header .navbar {
	padding: 0;
	min-height: 0;
	margin-top: 57px;
}
.page-header .navbar .menu-item {
	white-space: nowrap;
	font-weight: 500;
    font-size: 18px;
	letter-spacing: 0.04em;
}
.page-header .navbar .menu-item a {
	color: #2D2D2D;
}
.page-header .navbar .menu-item a.dropdown-toggle {
	margin-right: 30px;
}
.page-header .navbar-expand-lg .navbar-nav .nav-link {
	padding-right: 20px;
    padding-left: 20px;
}

.page-header .navbar-expand-lg .navbar-nav .nav-link.contact-button {
	display: inline-block;
	background: #2B2B2B;
	box-shadow: 0px 13px 26px rgba(0, 0, 0, 0.25);
	border-radius: 16px;
	font-size: 20px;
	color: #FFF;
	text-decoration: none;
	line-height: 60px;
	height: 60px;
	text-align: center;
	padding: 0 25px;
	transition: all .3s ease;
	margin-top:-10px;
}
.page-header .navbar-expand-lg .navbar-nav .nav-link.contact-button:hover {
	transform: scale(1.1);
}

.page-header .navbar .item-last {
	position: relative;
}
.page-header .navbar .item-last:not(.nav-link):after {
	display: block;
	content: "";
	width: 2px;
	height: 230px;
    background: url('/wordpress/wp-content/uploads/2022/09/dash-v.png');
    position:absolute;
    top: -60px;
    right: 34px;
}
.page-header .navbar .item-last a {
	margin-right:70px;
}
.btn-close {
	font-size: 45px;
	font-weight: 600;
	opacity: 0.8;
    position: absolute;
    top: -8px;
    left: 13px;
    cursor: pointer;
	color: #FFF;
}
.navbar-nav .dropdown-menu {
	position: absolute!important;
}

.navbar .dropdown-toggle::after {
	border-style: solid;
	content: '';
	display: inline-block;
	height: 10px;
	left: 5px;
	position: relative;
	vertical-align: top;
	width: 10px;
	top: 3px;
	transform: rotate(135deg);
	border-top: 2px solid;
    border-right: 2px solid;
    border-bottom: 0;
    border-left: 0;
}
@media (max-width: 1400px) {
	/*.page-header .navbar-expand-lg .navbar-nav .nav-link {
		padding-right: 6px;
	    padding-left: 6px;
		font-size: 16px;
		letter-spacing: normal;
	}
	.page-header .navbar .item-last a {
		margin-right:40px;
	}
	.page-header .navbar .item-last:not(.nav-link):after {
		right: 18px;
	}*/
	body {
		background-position: 98% 0;
	}
}
@media (max-width: 1300px) {
	body {
		background-position: 99% 0;
	}
}
@media (max-width: 1200px) {
	body {
		background-position: 98% 0;
	}
}
@media (max-width: 992px) {
	.page-header {
		min-height: 90px;
	}
	.page-header .site-branding {
		padding-top: 20px;
	}
	.page-header .navbar {
		margin-top: 25px;
		justify-content: end;
		z-index: 11;
	}
	#overlay {
		background:#000;
		opacity: 0;
		position: fixed;
		width: 100%;
		height: 100%;
		top: 0;
	    left: 5000px;
	    right: -5000px;
	    bottom: 0;
		-webkit-transition: opacity .3s ease-in-out;
		-moz-transition: opacity .3s ease-in-out;
		-ms-transition: opacity .3s ease-in-out;
		-o-transition: opacity .3s ease-in-out;
		transition: opacity .3s ease-in-out;
		z-index: 10;
	}
	#overlay.visible {
		left: 0px;
	    right: 0px;
		opacity: .3;
	}
	.navbar-light .navbar-toggler {
		position: relative;
    	z-index: 11;
	}
	.navbar-collapse {
		background: #ED1C24;
	    position: fixed;
	    z-index: 12;
	    min-width: 320px;
	    padding: 65px 30px 0 30px;
	    top: 0;
	    height: 100%;
	    right: -500px;
	    display: block!important;
		transition: all .3s ease;
	}
	.page-header .navbar-expand-lg .navbar-nav .nav-link {
		color: #FFF!important;
		font-size: 20px;
	}
	.navbar-collapse.show {
	    right: 0;
	}
	.page-header .navbar .item-last a {
		margin-right: 0;
		margin-bottom: 20px;
	}
	.page-header .navbar .item-last:not(.nav-link):after {
		display: none;
	}
	.page-header .navbar-expand-lg .navbar-nav .nav-link.contact-button {
		margin-top:30px;
		width: 100%
	}
	.btn-close {
	    display:block;
	}
	.navbar .dropdown-toggle::after {
		top: 7px;
	}
}
/*Footer*/
#site-footer {
	background: #2B2B2B;
	color: #FFF;
	padding: 110px 0 60px;
	position: relative;
}
#site-footer:before {
	display:block;
	content: "";
	height: 2px;
	position: relative;
	top: -210px;
	background: linear-gradient(to left, rgba(255,255,255,0) 20%, rgba(255,255,255,1)), url('/wordpress/wp-content/uploads/2022/09/dash-h.png');
}
#site-footer a {
	color: #fff;
}

#site-footer .social {
	position: absolute;
    bottom: -5px;
    right: 0;
    width: auto;
    z-index: 2;
}

#site-footer .social a {
	display: inline-block;
	width: 30px;
	height: 30px;
	background-size: contain;
	background-repeat: no-repeat;
	margin: 0 5px;
}
#site-footer ul {
	list-style: none;
	padding: 0;
	padding-inline-start: 0;
}
#site-footer ul li {
	line-height: 1.2;
	margin-bottom:23px;
}
#site-footer .footer-right ul {
	float: right;
    display: inline-block;
    max-width: 255px;
}
#site-footer .footer-right li:before {
	display: inline-block;
	width: 26px;
	height: 26px;
	background-size: contain;
	background-repeat: no-repeat;
	content: "";
	vertical-align: middle;
	margin-right: 25px;
	float:left;
}
#site-footer .secondray-menu {
	margin-left: 45%;
}
#site-footer .copyright {
	margin-top: 85px;
}
@media (max-width: 992px) {
	#site-footer {
		padding: 50px 0;
	}
	#site-footer .secondray-menu {
		margin:0;
	}
	#site-footer .social {
		position: relative;
		margin-top:1rem;
	}
	#site-footer .copyright {
		margin-top: 2rem;
	}
	#site-footer:before {
		top: -100px;
	}
}
@media (max-width: 768px) {
	#site-footer .footer-right ul {
		float: none;
		margin: auto;
		text-align: left;
	}
	#main .attachment .entry-title, #main .post .entry-title, #main .page .entry-title {
		font-size: 40px;
		line-height: 40px;
	}
}

a.button, .frm_button_submit, .button {
	display: inline-block;
	background: #D5373D;
	box-shadow: 0px 13px 26px rgba(163, 9, 15, 0.23);
	border-radius: 16px;
	font-size: 20px;
	color: #FFF;
	text-decoration: none;
	line-height: 60px;
	height: 60px;
	text-align: center;
	padding: 0 25px;
	transition: all .3s ease;
	cursor: pointer;
	border:0;
	font-weight: 600;
}
a.button:hover, a.button:active, .frm_button_submit:hover, .button:hover {
	transform: scale(1.1);
	color: #FFF;
	text-decoration: none;
}
a.button.button-dark, .bg-brand-red .frm_button_submit {
	background: #2B2B2B;
	box-shadow: 0px 13px 26px rgba(0, 0, 0, 0.25);
}
.button.button-white {
	background: #FFF;
	box-shadow: 0px 13px 26px rgba(0, 0, 0, 0.05);
	color: #2B2B2B;
	border: 3px solid #2B2B2B;
	line-height: 55px;
}
a.button-white.button:hover, a.button-white.button:active {
	color: #2B2B2B;
}
.button.button-back {
	position: relative;
	padding-left: 40px;
}
.button-back:before {
	display: block;
	content: "\2039";
	font-size: 39px;
	position: absolute;
	left:20px;
	top:-3px;
	font-weight: 400;
}


#site-footer .footer-right li:first-child:before {
	background-image: url('/wordpress/wp-content/uploads/2022/09/icon-phone.svg');
}
#site-footer .footer-right li:last-child:before {
	background-image: url('/wordpress/wp-content/uploads/2022/09/icon-email.svg');
}
#site-footer .footer-right li:nth-child(2):before {
	background-image: url('/wordpress/wp-content/uploads/2022/09/icon-marker.svg');
	margin-top: 5px;
}
#site-footer .social a.fb {
	background-image: url('/wordpress/wp-content/uploads/2022/09/icon-facebook.svg');
}
#site-footer .social a.wa {
	background-image: url('/wordpress/wp-content/uploads/2022/09/icon-whatsapp.svg');
}
#site-footer .social a.in {
	background-image: url('/wordpress/wp-content/uploads/2022/09/icon-linkedin.svg');
}
#site-footer .social a.inst {
	background-image: url('/wordpress/wp-content/uploads/2022/09/icon-instagram.svg');
}
#site-footer .wp-block-image img {
	width: 153px;
	height: auto;
}

#sidebar-left .widget, #sidebar-right .widget {display: none;}

.container .text-block h2 {
	font-weight: 800;
	font-size: 57px;
	line-height: 73px;
	letter-spacing: 0.04em;
	margin-bottom: 25px;
	text-align: left;
}
.text-block .button {
	margin-top: 30px;
	min-width: 150px;
}
.img-rounded {
	border-radius: 35px;
}

@media (max-width: 992px) {
	.container .text-block h2 {
		font-size: 40px;
    	line-height: 46px;
	}
	.img-rounded {
		border-radius: 15px;
	}
}

ul.red-cyrcle {
	list-style: none;
	margin: 0;
	margin-block-start: 0;
    margin-block-end: 0;
    margin-inline-start: 1em;
    margin-inline-end: 0px;
    padding-inline-start: 0;
}
ul.red-cyrcle li {
	line-height: 22px;
	padding: 9px 0;
}
ul.red-cyrcle li::before {
  content: "\25CB";
  color: #D5373D;
  font-weight: bold;
  display: inline-block; 
  width: 1em;
  margin-left: -1em;
  font-size:24px;
  font-weight: 700;
}


/*Homepage*/
.home .entry-header, .page-child .entry-header, .page-id-10 .entry-header {
	display: none;
}
.hp-red-block {
	padding: 50px 0;
	margin-top: 100px;
}
.hp-red-block .row > div {
	background-repeat: no-repeat;
	background-position: 64% 0;
	min-height: 160px;
    padding-top: 63px;
    margin: 20px 0;
}
.hp-red-block .row > div:first-child {
	background-image:url('/wordpress/wp-content/uploads/2022/09/hp-icn1.png');
	background-size: 107.4px 107.4px;
}
.hp-red-block .row > div:nth-child(2) {
	background-image:url('/wordpress/wp-content/uploads/2022/09/hp-icn2.png');
	background-size: 102.1px 107.2px;
}
.hp-red-block .row > div:nth-child(3) {
	background-image:url('/wordpress/wp-content/uploads/2022/09/hp-icn3.png');
	background-size: 76px 108px;
}
.hp-red-block .row > div:last-child {
	background-image:url('/wordpress/wp-content/uploads/2022/09/hp-icn4.png');
	background-size: 107.8px 108.8px;
}

.hp-red-block p {
	margin: 0 auto;
	font-weight: 400;
	font-size: 20px;
	line-height: 24px;
	text-align: center;
	letter-spacing: 0.04em;
}
.hp-red-block h3 {
	font-weight: 700;
	font-size: 48px;
	letter-spacing: 0.04em;
	margin-bottom: 15px;
}

.pdf-thumb, .pdf-thumb img {
	position: relative;
	z-index: 1;
	transition: all .3s ease;
}
.pdf-thumb:hover {
	transform: scale(1.05);
}
.pdf-thumb div {
	position: absolute;
	font-weight: 700;
	font-size: 24px;
	line-height: 29px;
	letter-spacing: 0.04em;
	color: #FFFFFF;
	text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.32);
    bottom: 40px;
    z-index: 2;
    left: 45px;
    right: 45px;
}
.pdf-thumb div span {
	font-size: 20px;
	line-height: 24px;
	display: block;
	font-weight: 400;
}
.pdf-thumb a {
	color: #FFF!important;
	text-decoration: none!important;
}

@media (max-width: 992px) {
	.pdf-thumb div {
		font-size: 14px;
		line-height: 19px;
	    bottom: 30px;
	    left: 30px;
	    right: 30px;
	}
	.pdf-thumb div span {
		font-size: 14px;
		line-height: 19px;
	}
}
@media (max-width: 768px) {
	.pdf-thumb div {
		font-size: 24px;
		line-height: 29px;
	    bottom: 40px;
	    left: 45px;
	    right: 45px;
	}
	.pdf-thumb div span {
		font-size: 20px;
		line-height: 24px;
	}
}
@media (max-width: 400px) {
	.pdf-thumb div {
		font-size: 17px;
	}
	.pdf-thumb div span {
		font-size: 15px;
	}
}

@media (min-width: 768px) {
	.hp-red-block p {
		max-width: 200px;
	}
	.hp-red-block {
		padding: 138px 0;
		margin-top: 193px;
	}


}


/*Forms*/
.frm_fields_container {
	display: -ms-flexbox!important;
    display: flex!important;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
    grid-gap: 0!important;
}
.frm-show-form {
	border-radius: 23px;
	padding: 40px 60px;
}

.frm-show-form .form-field {
	padding-bottom: 15px;
}

.frm-show-form input[type=text],.frm-show-form input[type="email"],.frm-show-form input[type="tel"], select  {
	background: rgba(255,255,255,0.06);
	color: #FFF;
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	line-height: 60px;
	height: 60px;
	padding: 0 22px;
	border: 0;
	border-radius: 16px;
	width: 100%;
}
select {
	appearance: none;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right 1rem center;
    background-size: 1em;
}
.frm-show-form select option {
	background-color: #DD5F64;
	color: #FFF;
}
.frm-show-form textarea  {
	background: rgba(255,255,255,0.06);
	color: #FFF;
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	line-height: 22px;
	padding: 22px;
	border: 0;
	border-radius: 16px;
	width: 100%;
}
.frm-show-form input[type=text]::placeholder, 
.frm-show-form input[type=email]::placeholder,
.frm-show-form input[type="tel"]::placeholder, 
.frm-show-form textarea::placeholder {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	color: #FFF;
	opacity: .7
}

.frm-show-form input[type=text]:-ms-input-placeholder, 
.frm-show-form input[type=email]:-ms-input-placeholder,
.frm-show-form input[type="tel"]:-ms-input-placeholder, 
.frm-show-form textarea:-ms-input-placeholder {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	color: #FFF;
	opacity: .7
}

.frm-show-form input[type=text]::-ms-input-placeholder, 
.frm-show-form input[type=email]::-ms-input-placeholder,
.frm-show-form input[type="tel"]::-ms-input-placeholder, 
.frm-show-form textarea::-ms-input-placeholder { 
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	color: #FFF;
	opacity: .7
}

.frm-show-form .frm_error {
	font-size: 14px;
    margin-top: 3px;
}

.frm_submit.col-12 {
	padding-top:25px;
}
.frm_button_submit {
	min-width: 170px;
	box-shadow: none;
}

.frm-show-form .frm_button_submit, .frm-show-form .frm_button_submit:hover {
	background: #FFF;
	color: #2B2B2B;
}
.frm-show-form.bg-brand-red .frm_button_submit {
	color: #D5373D;
	box-shadow: none;
}
.frm-show-form.bg-brand-red input[type=text], 
.frm-show-form.bg-brand-red input[type=email],
.frm-show-form.bg-brand-red input[type=tel], 
.frm-show-form.bg-brand-red textarea, 
.frm-show-form.bg-brand-red select {
	background: rgba(255,255,255,0.2);
}
.frm-show-form.bg-brand-red select {
	appearance: none;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right 1rem center;
    background-size: 1em;
}

.frm-show-form h2 {
	margin-bottom: 17px;
}

.frm-show-form .privacy span {
	opacity: .6
}
.frm-show-form .privacy a, .frm-show-form .privacy a:hover,.frm-show-form .privacy a:visited  {
	color: #FFF;
}

@media (max-width: 768px) {
	.frm-show-form {
		border-radius: 15px;
		padding: 20px 15px;
	}
}

.red-tile {
	overflow: hidden;
	border-radius: 23px;
	line-height: 22px;
	letter-spacing: 0.04em;
	color: #FFF;
}
.red-tile .row {
	margin:0;
}
.red-tile .img_block{
	position: relative;
}


.about-text-overlay {
	position: relative;
}
.about-text-overlay img {
	position: relative;
	z-index: 1
}
.about-text-overlay div {
	margin: 30px 0-30px;
}

@media (min-width: 768px){
	.about-text-overlay div {
		position: absolute;
		bottom: 11%;
		color: #FFF;
		padding: 0 7%;
		left:0;
		right: 0;
		z-index: 2;
		margin: 0;
	}
}


@media (min-width: 992px) {
/*	.js-scroll, .animate-onload {
		overflow-x: clip;
    	overflow-y: visible;
	}
*/  .animate-onload > div, .js-scroll  > div{
    opacity: 0;
    transform: translate(100%, 0);
  }
  .animate-onload > div.animate-left, .js-scroll  > div.animate-left {
    transform: translate(-100%, 0);
  }
  .animate-onload.scrolled > div, .js-scroll.scrolled  > div {
    transition: 1s ease;
    opacity: 1;
    transform: translate(0);
  }
}


/*Products*/
.brand-img-block {
	position: relative;
}
.brand-img-block h2 {
	font-weight: 800;
	font-size: 60px;
	line-height: 73px;
	letter-spacing: 0.04em;
	color: #FFFFFF;
	position: absolute;
	left: 57px;
	bottom: 52px;
	margin-bottom: 0;
	max-width: 570px;
}
.brand-container .button-back {
	position: absolute;
	top: 0;
	left: 15px;
}

.single-post .entry-header, .single-post #comments {
	display: none;
}

.display-posts-listing {
	align-items: center;
	justify-content: center;
	margin-top: 90px
}
.display-posts-listing img {
	width: 100%;
	height: auto;
	border-radius: 15px;
	position: relative;
	z-index: 1;
}

.display-posts-listing .listing-item {
	position: relative;
	margin-top:30px;
}
.display-posts-listing .title {
	position: absolute;
	bottom: 15px;
	z-index: 2;
	left: 30px;
	right: 30px;
	display: block;
	color: #FFFFFF;
	text-shadow: 0px 0px 2px rgba(0, 0, 0, 0.83);
	font-weight: 700;
	font-size: 18px;
	line-height: 22px;
}
.display-posts-listing .txt-block {
	position: absolute;
	bottom: 15px;
	z-index: 2;
	left: 30px;
	right: 30px;
	display: block;
	color: #FFFFFF;
	text-shadow: 0px 0px 2px rgba(0, 0, 0, 0.83);
	font-size: 18px;
	line-height: 22px;
}
.display-posts-listing .txt-block .title {
	position: static;
}
.display-posts-listing .txt-block .excerpt {
	font-size: 16px;
	line-height: 19px;
    display: block;
}

@media (max-width: 992px) {
	.brand-container .button-back {
		position: relative;
		left: 0;
		margin-bottom: 20px;
    	margin-top: 3px;
	}
	.page .display-posts-listing {
		margin-top: 0
	}
}
@media (max-width: 768px){
	.brand-img-block h2 {
		font-size: 30px;
    	line-height: 36px;
    	left: 25px;
    	bottom: 25px;
    	padding-right: 25px;
	}
}


/*Modal*/
.modal-block {
	position: fixed;
    opacity: 0;
    min-width: 740px;
    padding: 0 15px;
    left: 50%;
    top: -100%;
	-webkit-transform: translate(-50%);
	transform: translate(-50%);
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	z-index: 0;
}
.modal-block.visible {
    z-index: 1050;
    opacity: 1;
    top: 50px;
}
.modal-block .btn-close {
	position: absolute;
	top: -10px;
    right: 25px;
	cursor: pointer;
	left: auto;
	z-index: 2;
}
.modal-container {
	position: relative;
	z-index: 1;
}
#overlay, .modal-overlay {
	background:#000;
	opacity: 0;
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
    left: 5000px;
    right: -5000px;
    bottom: 0;
	-webkit-transition: opacity .3s ease-in-out;
	-moz-transition: opacity .3s ease-in-out;
	-ms-transition: opacity .3s ease-in-out;
	-o-transition: opacity .3s ease-in-out;
	transition: opacity .3s ease-in-out;
	z-index: 10;
}
#overlay.visible, .modal-overlay.visible {
	left: 0px;
    right: 0px;
	opacity: .3;
}

@media (max-width: 736px){
	.modal-block {
	    min-width: 100%;
	    position: absolute;
	}
	.modal-block.visible {
	    top:15px;
	}
}

/*Product*/
.product-block {
	font-size: 14px;
	line-height: 17px;
}
.product-block h2 {
	font-weight: 800;
	font-size: 35px;
	line-height: 43px;
	letter-spacing: 0.04em;
	margin-bottom: 15px;
}
.product-block .description {
}
.product-block h3 {
	font-weight: 500;
	font-size: 18px;
	line-height: 22px;
}

.product-block .desc-table td {
	padding: 4px 0;
}
.product-block .desc-table td:first-child {
	padding-right: 50px;
}
.product-block .desc-table td:last-child:not(:first-child) {
	font-weight:500;
}
.product-block .desc-table td.price {
	font-weight: 700;
	color: #67A43F;
}
.product-block .button {
	margin-top: 35px;
}
.product-table {
	width: 100%;
	border-collapse: collapse;
	border-style: hidden;
}
.table-wrapper {
	border-radius: 23px;
	border: 2px solid #D3D6DD;
}
.product-table td {
	text-align: center;
	border: 2px solid #D3D6DD;
	padding: 15px 20px;
	font-size: 18px;
	border: 2px solid #D3D6DD;
	line-height: 22px;
}
.product-table .header td {
	font-weight: 500;
	font-size: 20px;
	line-height: 24px;
}

.desc-table.mobile-table, .desc-table.mobile-table tr:first-child {
	display: none;
}

.form-result {
	margin-top: 30px;
}

@media (max-width: 1200px) {
	.desc-table.mobile-table {
		display: table;
		margin-bottom: 20px;
	}
	.product-table, .table-wrapper {
		display:none;
	}
	.product-block .desc-table td:first-child {
		width: 170px;
	}
}

/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}
.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}