/*
Theme Name: aivex
Theme URI: 
Author: aivex
Author URI: 
Description: 

Version: 1.7
License: GNU General Public License
License URI: license.txt
Text Domain: aivex

*/
@font-face{
	font-family:'Constantia';src:url("fonts/Constantia.eot");src:local("TT Norms Regular"),local("Constantia"),url("fonts/Constantia.eot")at("embedded-opentype"),url("fonts/Constantia.woff")at("woff"),url("fonts/Constantia.otf")at("truetype");
	font-weight:normal;
	font-style:normal;
	font-stretch:expanded;
}
html {
	max-width: 100%;
	overflow-x: hidden;
}
* {
	margin: 0;
	padding: 0;
	outline: none;
	box-sizing: border-box;
}
body {
	width: 100%;
	background: #f3f2f2;
    font-size: 16px;
	line-height: 1.5;
    font-family: 'Helvetica', sans-serif;
    color: #4F4A4A;
	overflow-x: hidden;
}
a, a:hover{
	text-decoration: none;
	color: inherit;
}
ul li{
	list-style-type: none;
}
input::-moz-focus-inner {   
	border: 0px!important;
}
input:hover,
input:active, 
input:focus{     
	outline: none!important; 
}
input[type="radio"],
input[type="checkbox"] { 
	display: none; 
}
label {
	cursor: pointer;
}
img {
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
}
pre {
	width: 100%;	
	white-space: pre-wrap;
	white-space: -moz-pre-wrap;  
	white-space: -pre-wrap;   
	white-space: -o-pre-wrap; 
	word-wrap: break-word;
	text-align: justify;	
}
h1, h2 {
    font-size: 30px;
    color: #BC412C;
    text-transform: uppercase;
    text-align: center;
    margin: 70px 0 40px
}
h1, h2, h3, h4, h5, h6 {
    font-weight: 500;
    line-height: 1.2;
}
.container {
	position: relative;
    width: 1160px;
    margin: 0 auto;
}
/* ===========================
--- шапка с логотипом
============================ */
.prefix {
	background: #fff;
}
.prefix .container {
    display: flex;
    justify-content: space-between;
	align-items: center;
	gap: 40px;
    color: #000;
    padding: 15px 0 10px;
}
.logo_left {
	flex-shrink: 0;
	font-family: 'Constantia', serif;
}
.logo_left .logo-big {
	font-size: 47px;
	text-transform: uppercase;
	line-height: 35px;
	color: #F4070B;
	margin-bottom: 10px;
}
.logo_left .logo-smol {
	color: #4F4A4A;
}
.header_desc {
	font-size: 14px;
	border: 1px solid red;
	padding: 10px;
}
.header_desc span {
	color: red;
	font-weight: 700;
}
.logo_rigth {
	display: flex;
    align-items: center;
	gap: 20px;
	flex-shrink: 0;
}
.logo_contact {
    text-align: right;
	font-weight: 700;
}
.header_tel {
	display: block;
	font-size: 18px;	
	color: #797979;
}
.header_tel:hover {
    color: #2B6552;
}
.header__lang {
    position: relative;
    width: 40px;
    height: 40px;
}
.header__lang a {
    font-style: normal;
    font-weight: normal;
	color: #fff;
    line-height: 40px;
    display: block;
    text-align: center;
    width: 40px;
    height: 40px;
    background: #BC412C;
    border-radius: 50%;
	position: absolute;
    top: 0;
    left: 0;
}
.header__lang ul li.current-lang {
    display: none;
}
/* ===========================
--- вернее меню
============================ */
.nav-inner {
	width: 100%;
	height: 60px;
	background: #fff;
	font-family: 'Constantia', serif;
	z-index: 9999;
}
.navbar-fixed-top {
	position: fixed;
    top: 0;
	box-shadow: 0 0 15px 1px rgba(0,0,0,0.07);
	animation-duration: 1s;
}
.nav-inner .header_desc {
	display: none;
}
.toggle {
	display: none;
	width: 100%;       
}
.toggle-tel {
	position: relative;
}
.toggle-tel:nth-child(2) {
	font-family: 'Helvetica', sans-serif;
}
.toggle-tel .logo-big {
	font-size: 47px;
	line-height: 35px;
	color: #F4070B;
	margin-bottom: 0;
}
.toggle-tel .logo-smol {
    font-size: 18px;
	color: #4F4A4A;
}
.toggle-tel a {
	display: block;
	font-size: 1.2em;
	color: inherit;
}
.toggle-tel .snip {
	position: absolute;
	width: 40px;
	height: 40px;
	right: 0;
	top: 5px;
	background: url(/wp-content/themes/aivex/images/mobile_nav.png) no-repeat center;
	background-size: cover;
	cursor: pointer;
}
.menu-item a:hover, .toggle-tel a:hover {
	color: #BC412C;
}
.sitenav { 
	position: relative;
}
.sitenav ul {
	width: 1160px;
	display: flex;
	justify-content: space-between;
	font-size: 0.9em; 
	text-transform: uppercase;
	margin: auto;
}
.sitenav ul li {	
	position: relative;
	cursor: pointer;
}
.sitenav ul li a {
	padding: 20px 0; 
	display: block; 
	text-align: center;
	color: #000;
}
.sitenav ul li ul {
	display: none; 
	z-index: 99; 
	top: 59px;
	margin-left: -7%;
	position: relative;  
	font-size: 0.8em;
	width: 280px; 
	position: absolute;
	left: -2%; 
	text-align: left;
}
.sitenav ul li ul li {
	display:block; 
	position:relative; 
	float:none; 
	top:1px;
}
.sitenav ul li ul li a {
	display: block; 
	background-color: #fff;
	color: #000;
	padding: 7px 20px; 
	position: relative; 
	text-align: left;
}
.sitenav ul li a:hover {
	color: #BC412C;
}
.sitenav ul li:hover > ul {
	display: block;
}
.sitenav ul li a:after { 
	background: #BC412C; 
	position: absolute; 
	top: 70%; 
	left: 0; 
	content: ''; 
	width: 100%; 
	height: 2px; 
	opacity: 0; 
	transition: opacity 0.3s, transform 0.3s; 
	transform: translateY(15px);
}
.sitenav ul li.current-menu-item a:after,
.sitenav ul li.current-menu-parent a:after,
.sitenav ul li a:hover:after { 
	opacity: 1; 
	transform: translateY(4px); 
}
.sitenav ul li ul li a:after,
.sitenav ul li ul li a:hover:after { 
	display: none!important; 
}
/* ===========================
--- slider
============================ */
.home-slider .slides-wrap {
	height: 530px;
	position: relative;
	background: white;
}
.home-slider .slides-wrap .one-slide {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	overflow: hidden;
	transform: translateZ(0);
}
.home-slider .slides-wrap .one-slide.active {
	z-index: 2;
}
.home-slider .slides-wrap .one-slide.active.position {
	z-index: 5;
}
.home-slider .slides-wrap .one-slide.active .image {
	transform: scale(1,1);
	opacity: 1;
}
.home-slider .slides-wrap .one-slide .image {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	opacity: 0;
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	transition: all 1.5s ease;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	transform: scale(1.1,1.1);
}
.home-slider .slides-wrap .one-slide.right-align .caption {
	right: calc((100% - 1160px) / 2);
}
.home-slider .slides-wrap .one-slide.left-align .caption {
	left: calc((100% - 1160px) / 2);
}
.home-slider .slides-wrap .one-slide.right-align.active .caption,
.home-slider .slides-wrap .one-slide.left-align.active .caption{
	opacity: 1;
}
.home-slider .slides-wrap .one-slide .caption {
	position: absolute;
	display: flex;
	justify-content: center;
    align-items: center;	
	width: 410px;
	background: rgba(255,255,255,0.8);
	opacity: 0;
	height: 100%;
	z-index: 2;
	top: 0;
	bottom: 0;
	padding: 0 40px;
	transition: all 1s ease;
	transition-delay: 1.2s;
	animation-direction: normal;
}
.home-slider .slides-wrap .one-slide .caption h3 {
	font-size: 30px;
	font-weight: bold;
	font-family: 'Constantia', serif;
	line-height: 35px;
	color: #BC412C;
	margin-bottom: 17px;
}
.home-slider .slides-wrap .one-slide .caption p {
	font-size: 17px;
	font-family: 'Constantia', serif;
	line-height: 25px;
	margin-bottom: 10px;
}
/* ===========================
--- header-banner
============================ */
.header-banner {
	position: relative;
	width: 100%;
	height: 520px;
	overflow: hidden;
}
.header-banner img {
	position: relative;
	height: 520px;
    object-fit: cover;
}
.caption-banner {
	position: absolute;
	z-index: 2;
	top: 0;
	bottom: 0;
	width: 410px;
	background-color: rgba(255,255,255,0.8);
	display: table;
	height: 520px;
}
.caption-banner.left-grid {
	left: calc((100% - 1160px) / 2);
}
.caption-banner.right-grid {
	right: calc((100% - 1160px) / 2);
}
.caption-text {
	display: table-cell;
	vertical-align: middle;
	padding: 0 40px;
}
.caption-banner h3 {
	font-size: 35px;
	line-height: 35px;
	color: #BC412C;
	margin-bottom: 17px;
}
.caption-banner p {
	font-size: 17px;
	line-height: 25px;
	margin-bottom: 10px;
}
/* ===========================
--- блок characteristics
============================ */
.characteristics {
	background: #fff;
    margin-left: -500px;
    margin-right: -500px;
    padding: 1px 500px 90px;
}
.characteristics .wp-block-columns {
    display: grid;
    grid-template-columns: repeat(3, calc(33.3% - 33px));
    grid-gap: 50px 50px
}
.characteristics .wp-block-columns .wp-block-column {
	position: relative;
    padding-left: 80px
}
.characteristics .wp-block-columns .wp-block-column:not(:first-child) {
    margin-left: 0;
}
.characteristics .wp-block-columns .wp-block-column .wp-block-image {
	position: absolute;
    width: 65px;
    height: 65px; 
    left: 0;
	top: 0;
}
.characteristics .wp-block-columns h3 {
    font-size: 23px;
    margin-bottom: 10px
}
.characteristics .wp-block-columns p {
	font-size: 13px;
	font-weight: 400;
    line-height: 1.8;
	color: #aaa;
}
/* ===========================
--- блок kinds
============================ */
.kinds {
    padding: 1px 100px 80px;
}
.home .kinds {
    padding-top: 90px;
}
.kinds p {
    font-size: 1em;
    text-indent: 0.5em;
    margin-bottom: 10px;
}
.kinds p a {
    color: #245a93;
}
.kinds h3 {
	font-size: 1.3em;
	font-weight: 600;
	text-indent: 0;
	margin-top: 40px;
	margin-bottom: 20px;
}
.single .kinds ul {
    display: inline-block;
}
.kinds ul li {
	position: relative;
	padding-left: 50px;
	margin-bottom: 10px;
}
.kinds ul li:before {
    content: '\f00c';
    position: absolute;
	font-family: 'FontAwesome';
	font-size: 16px;
	color: #BC412C;
    top: 0;
    left: 25px;
}
ol {
	padding-left: 50px;
}
ol>li {	
	margin-bottom: 10px;
}
ol li ul {	
	margin-top: 10px;
}
.kinds .kinds-img {
	float: left;
    width: 40%;
    margin: 10px 40px 15px 0;
}
.doc-center {
    padding: 15px 30px;
    border: 1px solid #B3B8BC;
    background: #fff;
}
.doc-link {
    margin-top: 30px;
}
.wp-block-file.doc-link .wp-block-file__button {
	position: relative;
    background: transparent;
    border-radius: 0;
    color: inherit!important;
    font-size: 1em;
    padding: 0;
	padding-left: 25px;
}
.wp-block-file.doc-link .wp-block-file__button:before {
    content: '\f1c2';
    position: absolute;
	font-family: 'FontAwesome';
	font-size: 16px;
	color: #BC412C;
    top: -3px;
    left: 0;
}
.wp-block-file.doc-link .wp-block-file__button:hover {
	text-decoration: underline;
	color: inherit;
}
/* ===========================
--- table
============================ */
.table_blur {
	padding: 0 100px;
	margin-bottom: 60px;
}
.table_blur table {
	background: #fff;
	text-align: left;
	cursor: default;
}
.table_blur th {
	background: #BC412C;
	text-transform: uppercase;
	color: #fff;
	padding: 5px 20px;
	position: relative;
	text-align: center;
}
.table_blur tr:nth-child(odd) {
	background: #f7d5cf;
}
.table_blur td {	
	font-size: 0.9em;
	padding: 5px 15px;
	position: relative;
}
.table_blur td:not(:first-child) {
	width: 220px;
	border-left: 1px solid #e3eef7;
	text-align: center;
}
.table_blur tbody:hover td {
	color: transparent;
	text-shadow: 0 0 3px #a09f9d;
	transition: all 0.3s ease;
}
.table_blur tbody:hover tr:hover td {
	color: #444444;
	text-shadow: none;
}
.table_margin {
	height: 70px;
}
/* ===========================
--- блок price
============================ */
.news-block {
    padding-bottom: 70px
}								
.price-link {
	display: flex;
	align-items: flex-start;
	margin: 0 100px 30px;
}
.price-img {
    width: 180px;
	margin-right: 40px;
	margin-top: 5px;
}
.price-item h3 {
	font-size: 1.3em;
	color: #000;
	font-weight: 600;
	margin-bottom: 30px;
    text-decoration:none;
    transition-duration: 0.3s;
    position: relative;	
}
.price-item h3:before {
    position: absolute;
    bottom: -10px;
    left: 50%;
    color: transparent;
    content: '•';
    text-shadow: 0 0 transparent;
    font-size: 12px;
    transition: text-shadow 0.3s, color 0.3s;
    transform: translateX(-50%);
    pointer-events: none;
    line-height:.1em;
}
.price-item p {
	font-size: 1em;
	color: #4F4A4A;
	margin-bottom: 20px;
}
.price-line {
	width: 80%;
	height: 2px;
    background: #fff;
}  
.price-item:hover h3{
    text-decoration:none;
}
.price-item:hover h3:before  {
    color: #000;
    text-shadow: 12px 0 #000, -12px 0 #000;
}
/* ===========================
--- блок send-contact
============================ */
.send-contact {
	position: relative;
    width: 50vw;
    margin-left: 50%;
}
.send-contact>div {
    background-image: url(/wp-content/uploads/bg2.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 100vw;
	margin-left: -100%;
    padding: 50px 0 0;
}
.send-contact .h2-block {
    width: 1160px;
    color: #fff;
	text-align: center;
	margin: auto;
}
.send-contact .h2-block h2 {
    font-size: 50px;
	text-transform: none;
	color: #fff;
	line-height: 1;
    margin: 0 0 30px
}
.send-contact .h2-block span {
    font-size: 26px;
    line-height: 1.2;
    margin-bottom: 25px
}
.send-contact .h2-block span img {
	height: 27px;
    margin: 0 10px 0 30px
}
.send-contact .form {
    width: 1160px;
    padding: 28px 0 34px;
    text-align: center;
	margin: auto;
}
.send-contact .form input {
    background-color: #555;
    width: 24%;
    height: 50px;	
    border: none;
	font-size: 1.1em;
    color: #fff;
    border-radius: 4px;
    padding: 0;
    margin: 0 5px 20px
}
.send-contact .form input::-webkit-input-placeholder {
    color: #fff;
} 
.send-contact .form input::-moz-placeholder {
    color: #fff;
}
.send-contact .form .submit_form {
	height: 50px;
	background:linear-gradient(0deg, rgb(222, 127, 111) 0%, rgb(188, 65, 44) 100%);
    font-size: 18px;
    text-transform: uppercase;
}
.send-contact .form .submit_form:hover {
	background:linear-gradient(180deg, rgb(222, 127, 111) 0%, rgb(188, 65, 44) 100%);
}
.tipe{
	position: relative;
	color: #fff;
	margin: 10px 0;
	cursor: pointer;
}
.radio__text {
    position: relative;
    display: inline-block;
}
.radio__text:before {
	content: '';
	position: absolute;
	top: 3px;
	left: -25px;
	width: 1em;
	height: 1em;
	border: 1px solid #fff;
	border-radius: 2px;
}
.radio__text:after {
	display: none;
	font-family: FontAwesome;
	content: '\f00c';
	color: #BC412C;
	position: absolute;
	top: 0;
	left: -22px;
	font-size: 1em;
}
.tipe input[type="checkbox"]:checked + .radio__text:after {
	display: block;
}
.hr {
	width: 100%;
	height: 2px;
	background: #555;
	margin: 5px 0;
}
.send-contact .form p {
	font-size: 1.2em;
	line-height: 1.5em;
    color: #fff;
    margin: 25px 0 0;
}
.send-contact .form p span {
    font-size: 1.5em;
    color: #eee;
    margin-left: 20px;
}
.wpcf7-not-valid-tip,
.wpcf7 .ajax-loader {
    display: none;
}
.wpcf7-response-output {
    position: fixed;
    background: #494949;
    color: #fff;
    width: 800px;
    text-align: center;
    padding: 15px!important;
    border: none!important;
    bottom: 50px;
    left: calc((100% - 800px) / 2);
    z-index: 999;
    box-shadow: 0px 11px 25px rgb(4 27 38 / 20%);
    margin: 0!important;
}
/* ===========================
--- блок merits
============================ */
.merits {
	position: relative;
    width: 50vw;
    margin-left: 50%;
}
.merits>div {
    background-image: url(/wp-content/uploads/Partner-1280x720-1.jpg);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    width: 100vw;
	margin-left: -100%;
    padding: 1px 0 80px;
}
.merits h2 {
	color: #aaa;
}
.merits .wp-block-columns {
    display: grid;
	justify-content: center;
    grid-template-columns: repeat(3, 300px);
    grid-gap: 50px 100px;
	margin: auto;
}
.merits .wp-block-columns .wp-block-column {
	position: relative;
	text-align: center;
}
.merits .wp-block-columns .wp-block-column:not(:first-child) {
    margin-left: 0;
}
.merits .wp-block-columns .wp-block-column .wp-block-image {
	position: absolute;
    width: 65px;
    height: 65px; 
    left: 0;
	top: 0;
}
.merits .wp-block-columns p {
	font-size: 23px;
	font-weight: 400;
	color: #ccc;
}
.merits .fa {
	color: #fff;
    font-size: 50px;
	margin-bottom: 20px;
}
/* ===========================
--- блок texnology
============================ */
.texnology {
    background: #fff;
    margin-left: -500px;
    margin-right: -500px;
    padding: 1px 500px 90px;
	text-align: center;
}
.texnology .wp-block-column {
	background: #eee;
	position: relative;
	padding-bottom: 45px;
}
.texnology h3 {
	background-color: #f4b5ab;
    font-size: 1.3em;
	line-height: 3em;
	color: #000;
	padding: 0 10px;
}
.texnology i {
    font-size: 40px;
    margin: 20px 0;
    color: #BC412C;
}
.texnology p {
    font-size: 0.9em;
	padding: 20px;
	text-align: left;
}
.texnology .link {
	position: absolute;
	background: #eee;
    text-align: center;
    bottom: 20px;
	right: 20px;
    font-size: 12px;
    line-height: 17px;
    padding: 8px 20px;
    color: #BC412C;
    border: 1px solid #BC412C;
    text-decoration: none;
    text-transform: uppercase;
    transition: background 0.5s ease;
}
.texnology .link:hover {
    background: #fff;
}
/* ===========================
--- блок карта
============================ */
#map,
#map1 {
    width: 100%;
    height: 440px;
    position: relative
}
#map .places {
    border: 2px solid #c1c1c1;
    background-color: rgba(255, 255, 255, .8);
    box-shadow: 5px 5px 5px rgba(0, 0, 2, .2);
    position: absolute;
    width: 427px;
    height: 211px;
    z-index: 10000;
    top: 100px;
    left: calc((100% - 1160px) / 2);
    right: 0;
    display: block;
    padding: 25px 0;
    text-align: center
}
#map .places p {
    font-size: 22px;
    color: #1c1d1e;
    margin-top: 10px
}
#map .places div {
    margin-top: 15px
}
#map .places div a {
	display: block;
    color: #BC412C;
    font-size: 25px;
	margin-bottom: 15px
}
.map-popup h2 {
    font-size: 2rem;
	color: #e6e6e6;
	margin: 0 0 .5rem;
}
/* ===========================
--- страница контактов
============================ */
.page-id-33 .wp-block-columns h4 {
    font-size: 25px;
	color: #000;
    margin: 10px 0;
}
.page-id-33 .wp-block-columns p a:hover {
    color: #BC412C;
	text-decoration: underline;
}
/* ===========================
--- footer
============================ */
.footer {
	background: #EEEEEE;
    display: flex;
	flex-wrap: nowrap;
	justify-content: start;	
	width: 100%;
	padding: 50px 0;
}
.footer .container {
    display: flex;
}
.footer-col {
	width: 25%;
	padding-right: 40px;
}
.footer-col .logo-big {
	font-size: 40px;
	text-transform: uppercase;
	font-family: 'Constantia', serif;
	line-height: 35px;
	color: #F4070B;
	margin: 0;
}
.footer-col h3 {
	font-size: 1.2em;
	letter-spacing: -1px;
    color: #F4070B;
    margin-bottom: 15px;
}
.footer-col h4 {
	font-size: 1.2em;
	color: #000;
	padding: 5px 0;
}
.footer-col p,
.footer-col a {
	margin: 10px 0;
}
.footer-col a:hover {
	color: inherit;
	text-decoration: underline;
}
.tel-icon {
	display: inline-block;
	width: 21%;
	margin-left: 10px;
}
.tel-icon img {
	width: 100%;
	margin-bottom: -5px;
}
.footer-col .menu li {
    border-bottom: 1px solid #aaa;
}
.footer-col .menu li:last-child {
	border-bottom: 0;
}
.footer-col .menu li a {
	display: block;
    padding: 5px 0;
	margin: 0;
}
.footer-col .menu li:first-child a {
    padding-top: 0;
}
.place {
	background: #fff;
	width: 100%;
	height: 2.5em;
	padding-left: 10px;
	margin: 3px 0;	
}
.mes {
	background: #fff;
	width: 100%;
	font-size: 15px;
    border: 2px solid;
	height: 5em;
	padding: 10px;
	margin: 3px 0;	
}
.checkbox-text {
	position: relative;
	display: block;
	font-size: 0.8em;
	padding-left: 20px;
	margin: 7px 0;
}
.checkbox-text:before {
	content: '';
	position: absolute;
	top: 3px;
	left: 0;
	width: 0.9em;
	height: 0.9em;
	border: 1px solid #4F4A4A;
	border-radius: 2px;
}
.checkbox-text:after {
	display: none;
	font-family: FontAwesome;
	content: '\f00c';
	color: #F4070B;
	position: absolute;
	top: 0;
	left: 1px;
}
.tipe-footer input[type="checkbox"]:checked + .checkbox-text:after {
	display: block;
}
.result {
	font-size: 1.1em; 
	background: #aaa;
	color: #F4070B;
	padding: 5px 20px;
	margin: 5px 0;
	border: none;
	cursor: pointer;	
}
.result:hover {
	background: #444;
	color: #fff;	
}
.up {
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background-color: #959595;
    opacity: .62;
    position: fixed;
    display: none;
	text-align: center;
	padding-top: 15px;
    right: 50px;
    bottom: 50px;
    width: 55px;
    height: 55px;
    z-index: 300;
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease
}
.up:hover {
    opacity: 1
}
/* Хлебные крошки
--------------------*/
.breadcrumbs {
	position: relative;
	font-size: 12px;
	padding-left: 30px;
	margin-top: 20px;
}
.breadcrumbs:before {
    position: absolute;
    content: '';
	background: url(images/home.svg) no-repeat center;
    width: 15px;
    height: 15px;
    top: 0;
    left: 0;
}
.breadcrumbs__separator {
    opacity: 0.7;
    padding: 0 14px;
}
.breadcrumbs__current {
	opacity: 0.7;	
}