/*!
Theme Name: Tactile Tile
Theme URI: http://underscores.me/
Author: WEB24
Author URI: https://web24.pro/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: tactiletile
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Tactile Tile is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

body {
	margin: 0;
	padding: 0;
	font-size: 16px;
	font-family: 'Montserrat';
	font-weight: 400;
	color: #2a2b2c;
	background: #ebebe5;
}
a:hover {
	text-decoration: none;
}
img {
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
}
input,
textarea {
	background: none;
	border: 2px solid #2a2b2c;
	outline: none;
	height: 42px;
	padding: 0 10px;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
	margin-bottom: 15px;
}


.wrapper {
	
}
header {
	position: relative;
	background: #393b41;
	padding: 30px 0;
}
.logo {
	
}
#mega-menu-wrap-menu-1 #mega-menu-menu-1 {
	display: flex;
	justify-content: center;
}
#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item {
	margin: 0 6px;
}
#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link {
	display: flex;
}
footer #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-flyout ul.mega-sub-menu {
	display: none !important;
}
footer .mega-qtranxs-lang-menu {
	display: none !important;
}

.header-phone {
	text-align: right;
}
.header-phone a {
	font-size: 16px;
	color: #fff;
	transition: .25s;
}
.header-phone a:hover {
	color: #b43438;
}

.vc-main-button a {
	height: 58px;
    line-height: 52px !important;
    padding: 0 50px !important;
    color: #b43438 !important;
    font-size: 21px !important;
    border-radius: 0 !important;
    border: 3px solid #b43438 !important;
    background: none !important;
}
.vc-main-button a:hover {
	background: #b43438 !important;
	color: #fff !important;
}


.vc_row[data-vc-full-width].main-block {
	background-position: 100% center !important;
    background-size: contain !important;
	padding: 120px 0 160px;
}
.main-block h1 {
	font-size: 56px;
    line-height: 1.2;
	margin-bottom: 20px;
}
.main-block p {
	color: #fff;
    margin-bottom: 40px !important;
    max-width: 50%;
}
.main-block .vc-main-button a {
	color: #fff !important;
	padding: 0 40px !important;
}


.heading {
	margin-bottom: 40px;
}
.heading h2 {
	font-size: 48px;
	font-weight: 400;
	margin: 0;
}
.heading h2 strong {
	font-weight: 700;
}



.about-us {
	padding: 120px 0;
}


.catalog-title {
	padding: 70px 0 100px;
}

.catalog {
	margin-top: -70px;
}
.catalog-item {
	position: relative;
	padding: 0 20px;
	margin-bottom: 40px;
}
.catalog-item__img {
	
}
.catalog-item h3 {
	position: relative;
	border: 4px solid #dadada;
    width: 90%;
    margin: 0 auto 20px;
    padding: 15px;
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.catalog-item:hover h3 {
	border-color: #b43438;
}
.catalog-item:hover h3:after {
	content: '';
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 10px solid #b43438;
    position: absolute;
    bottom: 0;
}
.catalog-item__more {
	width: 90%;
    margin: auto;
    text-align: center;
}
.catalog-item__more a {
	display: block;
	height: 48px;
    line-height: 48px;
    background: #dadada;
	color: #b43438;
}
.catalog-item:hover .catalog-item__more a {
	background: #b43438;
	color: #fff;
}




.advantages {
	padding: 60px 0 80px;
}
.advantages__content {
	position: relative;
	width: 440px;
    height: 440px;
	text-align: center;
	margin: auto;
}
.advantages__img {
    line-height: 440px;
    border: 3px solid rgba(110, 108, 106, .37);
    border-radius: 50%;
}
.advantage-item {
	position: absolute;
}
.advantage-item_icon {
	position: absolute;
    right: -100px;
    background: #fff;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    border-radius: 50%;
    box-shadow: 1px 2px 2px #0003;
    top: 5px;
}
.advantage-item h3 {
	font-size: 18px;
    text-align: right;
    font-weight: bold;
    margin: 0;
    color: #2a2b2c;
}
.advantage-item p {
	color: #5e5e5e;
    text-align: right;
    margin: 0;
}
#advantage-item-1 {
	top: 40px;
    left: -170px;
}
#advantage-item-2 {
	top: 200px;
    left: -320px;
}
#advantage-item-3 {
	top: 350px;
    left: -205px;
}
#advantage-item-4 .advantage-item_icon,
#advantage-item-5 .advantage-item_icon,
#advantage-item-6 .advantage-item_icon {
	left: -100px;
}
#advantage-item-4 h3,
#advantage-item-5 h3,
#advantage-item-6 h3,
#advantage-item-4 p,
#advantage-item-5 p,
#advantage-item-6 p {
	text-align: left;
}
#advantage-item-4  {
	top: 40px;
    right: -225px;
}
#advantage-item-5 {
	top: 200px;
    right: -310px;
}
#advantage-item-6 {
	top: 350px;
    right: -225px;
}


.testimonials {
	position: relative;
	padding: 50px 0 70px;
}
.testimonials-item {
	background: #fff;
    padding: 40px 40px 40px;
    position: relative;
    margin-top: 70px;
    box-shadow: 1px 3px 8px #00000063;
}
.testimonials-item:before {
	content: '';
	background: url(images/right-quotation-mark.svg) no-repeat;
	background-size: contain;
	width: 42px;
	height: 42px;
	position: absolute;
	top: 35px;
	right: 35px;
}
.testimonials-item__img {
	position: absolute;
    top: -55px;
    height: 110px;
    width: 110px;
    border-radius: 50%;
    overflow: hidden;
    box-shadow: 0px 1px 4px #00000063;
}
.testimonials-item__img img {
	width: auto !important
}
.testimonials-item h3 {
	font-size: 21px;
    color: #070707;
    margin-bottom: 25px;
}
.testimonials-item p {
	font-size: 16px;
    color: #6e6c6c;
}
.owl-testimonials .owl-nav {
	position: absolute;
    top: -20px;
    right: 0;
}
.owl-testimonials .owl-nav button {
	outline: none;
}
.owl-testimonials .owl-nav button span {
	font-size: 54px;
    line-height: 1;
    color: #fff;
    margin: 0 5px;
	opacity: .6;
}
.owl-testimonials .owl-nav button:hover span {
	opacity: 1;
}


.contacts {
	padding: 50px 0;
}
.home-contacts > div {
	padding: 30px 40px !important;
}
.home-feedback > div {
	padding: 30px 40px !important;
}
.home-contacts h3 {
	margin-bottom: 40px;
}
.home-contacts p {
	color: #fff;
}
.home-contacts p a {
	color: #b43438;
}
.home-feedback .wpcf7-form-control-wrap {
	display: block;
	margin-bottom: 7px;
}
.home-feedback input,
.home-feedback textarea {
	padding: 10px;
	border-color: #fff;
	color: #fff;
	font-size: 14px;
	width: 100%;
}
.home-feedback textarea {
	height: 96px;
}
.home-feedback input[type="submit"] {
	background: #fff;
	color: #b43438;
	transition: .25s;
}
.home-feedback input[type="submit"]:hover {
	background: #b43438;
	color: #fff;
	border-color: #b43438;
}
.home-feedback .ajax-loader {
	position: absolute;
}
.home-feedback span.wpcf7-not-valid-tip {
	font-size: 12px;
}
.home-feedback div.wpcf7-response-output {
	font-size: 12px;
	margin: 10px 0 0;
	padding: 5px 10px;
	color: #fff;
}

#mega-menu-wrap-menu-2 #mega-menu-menu-2 {
	text-align: center !important;
}



footer {
	position: relative;
	background: #393b41;
	padding: 30px 0;
}
.footer-bottom {
	padding: 7px 0;
	background: #000;
	text-align: center;
	font-size: 14px;
}
.footer-bottom a {
	color: #fff;
}


main {
	padding: 40px 0;
}
.home main {
	padding: 0;
}


.entry-header {
	text-align: center;
	margin-bottom: 35px
}
.entry-header h1 {
	position: relative;
    margin: 0;
    display: inline-block;
    text-transform: uppercase;
    font-size: 32px;
}
.entry-header h1:after {
	content: '';
    width: 80px;
    height: 3px;
    background: #b43438;
    display: block;
    margin: 5px auto 0;
}






@media (max-height: 1199px) {
	input, textarea {
		height: 38px;
	}
	#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item {
		margin: 0;
	}
	.vc_row[data-vc-full-width].main-block {
		padding: 70px 0;
		background-position: 105% center !important;

	}
	.main-block h1 {
		font-size: 42px;
	}
	.main-block p {
		max-width: 50%;
	}
	.vc-main-button a {
		height: 48px;
		line-height: 42px !important;
		padding: 0 40px !important;
		font-size: 18px !important;
	}
	.main-block .vc-main-button a {
		padding: 0 35px !important;
	}
	.heading {
    margin-bottom: 30px;
	}
	.heading h2 {
		font-size: 36px;
	}
	.about-us {
    padding: 70px 0;
	}
	.catalog-title {
    padding: 20px 0 50px;
	}
	.catalog-item {
		padding: 0;
		margin-bottom: 30px;
	}
	.catalog-item h3 {
		width: 100%;
		border-width: 3px;
		padding: 10px;
		height: 66px;
		font-size: 16px;
		margin-bottom: 10px;
	}
	.catalog-item__more {
		width: 100%;
	}
	.catalog-item__more a {
		height: 42px;
		line-height: 42px;
	}
	.advantages {
    padding: 40px 0;
	}
	.advantages .advantages {
		padding-top: 0;
	}
	.advantages__content {
		width: 400px;
		height: 400px;
	}
	.advantages__img {
		line-height: 400px;
	}
	#advantage-item-1 {
		top: 25px;
		left: -150px;
	}
	#advantage-item-2 {
		top: 180px;
		left: -290px;
	}
	#advantage-item-3 {
		top: 320px;
		left: -180px;
	}
	#advantage-item-4 {
		top: 25px;
		right: -200px;
	}
	#advantage-item-5 {
		top: 180px;
		right: -285px;
	}
	#advantage-item-6 {
		top: 320px;
		right: -205px;
	}
	.advantage-item h3 {
		font-size: 16px;
	}
	.advantage-item p {
		font-size: 14px;
	}
	.testimonials {
		padding: 40px 0 50px;
	}
	.home-contacts h3,
	.home-feedback h3 {
		font-size: 24px;
	}
	.home-feedback input, .home-feedback textarea {
		padding: 5px 10px;
	}

	.entry-header h1 {
		font-size: 28px;
	}
}





@media (max-width: 991px) {
	body {
		font-size: 14px;
	}
	input, textarea {
		height: 34px;
	}
	header {
		padding: 15px 0;
	}
	.logo img {
		max-height: 60px;
	}
	.header-phone {
		text-align: center;
	}
	.header-phone a {
		font-size: 18px;
	}
	.main-block h1 {
    font-size: 36px;
	}
	.main-block p {
		max-width: 80%;
	}
	.vc_row[data-vc-full-width].main-block {
    padding: 50px 0;
		
	}
	.vc-main-button a {
    height: 42px;
    line-height: 38px !important;
    border-width: 2px !important;
    padding: 0 35px !important;
    font-size: 16px !important;
	}
	.main-block .vc-main-button a {
	    padding: 0 30px !important;
	}
	.heading {
    margin-bottom: 20px;
	}
	.heading h2 {
	    font-size: 28px;
	}
	.about-us {
    padding: 50px 0;
	}
	.about-us .wpb_text_column {
		margin-bottom: 25px;
	}
	.advantages__content {
		width: 100%;
		height: 100%;
	}
	.advantages__img {
		position: absolute;
    width: 100%;
    height: 100%;
    border: 0;
    line-height: none;
    opacity: .2;
	}
	.advantage-item {
		position: relative;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    min-height: 60px;
    margin-bottom: 20px;
	}
	.advantages__content .advantage-item:last-child {
		margin-bottom: 0;
	}
	.advantage-item_icon {
    right: 0;
    left: 0 !important;
    top: 0;
	}
	.advantage-item h3 {
    font-size: 16px;
    text-align: left;
    padding-left: 80px;
	}
	.advantage-item h3 br {
		display: none;
	}
	.advantage-item p {
    font-size: 14px;
    padding-left: 80px;
    text-align: left;
	}
	.advantage-item p br {
		display: none;
	}

	.testimonials-item__img {
		width: 95px;
		height: 95px;
		top: -47px;
	}
	.testimonials-item {
		padding: 60px 30px 15px;
		margin-top: 55px;
	}
	.testimonials-item h3 {
		font-size: 16px;
		margin-bottom: 15px;
	}
	.testimonials-item p {
		font-size: 14px;
	}
	.testimonials-item:before {
		width: 32px;
		height: 32px;
		top: 25px;
		right: 25px;
	}
	.home-contacts h3, .home-feedback h3 {
    font-size: 21px;
	}
	.home-contacts p {
		font-size: 14px;
	}
	footer {
		padding: 15px 0;
	}
	footer .header-phone {
		text-align: right;
	}

	.entry-header {
		margin-bottom: 25px;
	}
	.entry-header h1 {
		font-size: 24px;
	}
	#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link {
		display: block;
	}
}




@media (max-width: 767px) {
	.logo img {
		max-height: 44px;
	}
	.vc_row[data-vc-full-width].main-block {
    padding: 35px 0;
    background-position: 120% center !important;
	}
	.main-block h1 {
    font-size: 28px;
    margin-bottom: 10px;
	}
	.main-block .wpb_text_column {
		margin-bottom: 15px;
	}
	.main-block p {
    max-width: 100%;
    margin-bottom: 10px !important;
	}
	.heading {
    margin-bottom: 15px;
	}
	.heading h2 {
    font-size: 24px;
	}
	.about-us {
    padding: 35px 0;
	}
	.catalog-title {
    padding: 0px 0 30px;
	}
	.catalog-item {
    max-width: 320px;
    margin: 0 auto 30px;
  }
  .footer-bottom {
  	font-size: 12px;
  }
  .contacts {
  	padding-bottom: 0;
  }
}




@media (max-width: 575px) {
	body {
		font-size: 13px;
	}
	.logo img {
    max-height: 42px;
	}
	.header-phone {
		text-align: right;
	}
	.header-phone a {
		font-size: 16px;
	}
	.vc_row[data-vc-full-width].main-block {
    padding: 15px 0;
    background-position: 150% center !important;
	}
	.main-block h1 {
		font-size: 24px;
	}

	.entry-header {
		margin-bottom: 15px;
	}
	.entry-header h1 {
		font-size: 21px;
	}
}