/*!
Theme Name: fort
Theme URI: http://fortavey.ru
Author: Underscores.me
Author URI: http://fortavey.ru
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: fort

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.

fort 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.
*/
header li, .mobile-menu li {
	list-style-type: none;
}
.catalogs__items-descr {
	word-wrap: break-word;
}
.form .heading--min {
    color: black;
}
.txt_area {
	width: 100%;
}
.partners__item {
	width: 250px;
	height: 78px;
	display: inline-flex !important;
	justify-content: center;
	align-items: center;
}
.partners__items img {
	width: 170px;
}
form {
	position: relative;
}
.wpcf7-validation-errors, .wpcf7-mail-sent-ok {
    
}
span.current {
	margin: 0 30px;
	font-family: "GilroyB";
}
.news-list__pagination a.next,
.news-list__pagination a.prev {
    font-family: "GilroyB";
}
.news-list__img img {
	border-radius: 30px;
}
.page-vacancy h1 {
	color: black;
}
.article__preview-text h1.heading {
	color: black;
}
.vacancy__item {
	justify-content: space-between !important;
}
.cart {
	overflow: hidden;
}
.cart > a {
	border-radius: 18px;
}
@media (max-width: 790px) {
	span.txt_area {
		margin: auto;
		width: inherit;
	}
}

@media (max-width: 505px) {
	form span.mask-33 input {
		margin-top: 15px !important;
	}
	span.txt_area {
		margin: 0 !important;
		width: 100% !important;
	}
	form .textarea {
		margin: 20px auto !important;
    	display: block !important;
	}
}
div.wpcf7.js form {
  height: 958px;
}