/*
Theme Name: Specnaz
*/

* {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}

/* =WordPress Core
-------------------------------------------------------------- */

.screen-reader-response, .wpcf7-not-valid-tip,.wpcf7-response-output{
    display: none !important;
}
.wpcf7-not-valid{
    border-color: red !important;
}
.typical-img{
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
}
.typical-img > *{
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    display: block;
}
.typical-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.typical-img:before{
    padding-bottom: 100%;
    display: block;
    content: '';
}
.downsite-menu[style*="display: block"]{
    display:flex!important;
}
.breadcrumb-item a {
    margin-right: 5px;
}

@media (max-width: 768px){

}

/*КУКИ*/

#cookies {
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;
	z-index: 55;
	background: #fff;
	padding: 24px 0;
	box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.1);
	display: none;
}

#cookies .container {
	    position: unset;
}

.cookies__row {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 50px;
}

.cookies__desc {
	font-size: 16px;
	line-height: 28px;
	flex: 1;
}

.cookies__actions {
	flex: 1;
	display: flex;
	justify-content: flex-end;
	max-width: 300px;
	width: 100%;
}

.cookies__actions .btn {
	max-width: 254px;
	height: 66px;
}

.cookies-close {
	position: absolute;
	top: -20px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 36px;
	height: 36px;
	background: #fff;
	cursor: pointer;
	border: none;
	outline: none;
	box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.1);
	transition: all 0.3s ease;
	border-radius: 3px;
}

.cookies-close:hover {
	background: #a01e17;
}

.cookies-close:hover path {
	stroke: #fff;
}

@media (max-width: 834px) {
	.cookies__row {
		gap: 30px;
		flex-direction: column;
	}

	.cookies__desc {
		margin-right: auto;
		flex: auto;
		width: calc(100% - 50px);
		font-size: 14px;
		line-height: 24px;
	}

	.cookies__actions {
		max-width: 100%;
		width: 100%;
	}
}

.no-scroll {
	overflow: hidden;
}

.btn-red {
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 400;
	font-size: 18px;
	line-height: 167%;
	text-align: center;
	color: #fff;
	background: #e02121;
	border-radius: 10px;
	height: 60px;
	padding: 0 40px;
	border: none;
	transition: all 0.3s ease;
}

.btn-red:hover {
	background: #af1919;
}

.header {
	background: #fff;
}

.header__row {
	padding: 13px 0;
	display: flex;
	gap: 60px;
	justify-content: space-between;
}

.header__logo {
	display: flex;
	gap: 25px;
	align-items: center;
}

.header__logo p {
	font-weight: 400;
	font-size: 14px;
	line-height: 157%;
	color: #333;
	max-width: 211px;
}

.header__right {
	flex: 1;
}

.header__top {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-bottom: 10px;
	margin-bottom: 30px;
	border-bottom: 1px solid #eee;
}

.header__contact {
	display: flex;
	align-items: center;
	gap: 11px;
	font-weight: 400;
	font-size: 14px;
	line-height: 171%;
	color: #433f40;
}

.header__contact a {
	color: #433f40;
	transition: all 0.3s ease;
}

.header__contact a:hover {
	color: #E02121;
}

.header__actions {
	display: flex;
	align-items: center;
	gap: 20px;
}

.socials {
	display: flex;
	align-items: center;
	gap: 10px;
}

.header__phone {
	font-weight: 700;
	font-size: 18px;
	line-height: 167%;
	color: #333;
	transition: all 0.3s ease;
}

.header__phone:hover {
	color: #E02121;
}

.menu-ul {
	display: flex;
	gap: 35px;
	list-style: none;
	padding: 0;
	margin: 0;
}

.menu-ul li a {
	font-weight: 500;
	font-size: 16px;
	color: #333;
	transition: all 0.3s ease;
}

.menu-ul li a:hover {
	color: #E02121;
}

.menu-item-has-children {
	position: relative;
}

@media (min-width: 1024px) {
	.sub-menu {
		 display: none;
		position: absolute;
		padding-top: 30px;
		top: 100%;
	}

	.menu-item-has-children:hover .sub-menu {
		display: block;
	}

	.menu-item-has-children svg {
		display: inline-block;
		margin-right: 8px;
	}

	.sub-menu ul {
		background: #fff;
		width: 320px;
		padding: 30px;
		border-radius: 10px;
		list-style: none;
		margin: 0;
	}

	.sub-menu li {
		padding-bottom: 14px;
		margin-bottom: 14px;
		border-bottom: 1px solid #e9e9e9;
	}

	.sub-menu li:last-child {
		margin-bottom: 0;
		padding-bottom: 0;
		border: none;
	}
}

.header__menu {
	display: flex;
	align-items: center;
	gap: 28px;
}

.header__menu-sep {
	display: block;
	width: 1px;
	height: 15px;
	background: #c7c7c7;
}

.header__domain {
	font-weight: 500;
	font-size: 16px;
	text-decoration: underline;
	text-decoration-skip-ink: none;
	color: #001aff;
	transition: all 0.3s ease;
}

.header__domain:hover {
	color: #E02121;
}

.footer {
	background: #f2f2f2;
}

.footer__top {
	background: #494949;
	padding: 15px 0;
}

.footer__top-row {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.footer__logo {
	display: flex;
	gap: 25px;
	align-items: center;
}

.footer__logo p {
	font-weight: 400;
	font-size: 14px;
	line-height: 157%;
	color: #fff;
	max-width: 211px;
}

.footer__top-right {
	display: flex;
	align-items: center;
	gap: 60px;
}

.footer__top-right .socials p {
	margin-right: 10px;
	font-weight: 500;
	font-size: 18px;
	line-height: 144%;
	text-align: right;
	color: #fff;
	max-width: 140px;
}

.footer__middle {
	padding-top: 60px;
	padding-bottom: 70px;
	border-bottom: 1px solid #e8e8e8;
}

.footer__contacts {
	display: flex;
	gap: 30px;
}

.footer__contact {
	flex: 1;
}

.footer__contact p {
	padding-bottom: 5px;
	border-bottom: 1px solid #d9d9d9;
	margin-bottom: 5px;
	font-weight: 400;
	font-size: 17px;
	line-height: 171%;
	color: #4d4d4d;
}

.footer__contact strong {
	display: block;
	font-weight: 600;
	font-size: 17px;
	line-height: 171%;
	text-transform: uppercase;
	color: #333;
}

.footer__contact a {
	font-weight: 400;
	font-size: 17px;
	line-height: 171%;
	color: #4d4d4d;
	transition: all 0.3s ease;
}

.footer__contact a:hover {
	color: #e50914;
}

.footer__contact.copy p {
	display: flex;
	gap: 13px;
}

.footer__contact.copy button {
	font-weight: 400;
	font-size: 15px;
	line-height: 180%;
	color: #2757ff;
}

.footer__contact.copy button:hover {
	color: #e50914;
}

.footer__bottom {
	padding: 25px 0;
}

.footer__bottom-row {
	display: flex;
	justify-content: space-between;
	gap: 30px;
	align-items: center;
}

.footer__bottom p {
	font-weight: 400;
	font-size: 15px;
	line-height: 180%;
	color: #4d4d4d;
}

.footer__bottom a {
	font-weight: 400;
	font-size: 15px;
	line-height: 180%;
	color: #4d4d4d;
	transition: all 0.3s ease;
}

.footer__bottom a:hover {
	color: #e50914;
}

.footer__bottom p a {
	font-weight: 600;
	color: #e50914;
	transition: all 0.3s ease;
}

.footer__bottom p a:hover {
	color: #001aff;
}

@media (max-width: 1440px) {
	.container {
		padding: 0 30px;
	}

	.header__logo img {
		max-width: 80px;
	}

	.header__logo {
		gap: 10px;
	}

	.header__row {
		gap: 30px;
	}

	.header__menu {
		justify-content: space-between;
		gap: 15px;
	}

	.header__logo p {
		max-width: 170px;
		font-size: 12px;
	}
}

@media (max-width: 1310px) {
	.header__domain {
		display: none;
	}

	.header__menu-sep {
		display: none;
	}

	.menu-ul {
		justify-content: space-between;
		width: 100%;
		gap: 20px;
	}
}

.navbar {
	display: none;
}

.header-contacts-mob {
	display: none;
}

@media (max-width: 1023px) {

	.container {
		padding: 0 15px;
	}

	.header__menu {
		position: fixed;
		top: 0;
		left: 0;
		height: 100vh;
		width: 100%;
		background: #fff;
		z-index: 555;
		box-sizing: border-box;
		padding-top: 100px;
		display: none;
		overflow-y: auto;
		padding-left: 15px;
		padding-right: 15px;
	}

	.menu-ul>li {
		font-size: 16px;
		line-height: 26px;
		border-top: 1px solid #f4f4f4;
		padding: 20px 0;
		position: relative;
	}

	.menu-ul>li:first-child {
		border-top: none;
	}

	.menu-ul>li:last-child {
		border-bottom: none;
		padding-bottom: 0;
	}

	.menu-ul>li .menu-arrow {
		position: absolute;
		right: 15px;
		top: 20px;
	}

	.menu-arrow.open {
		transform: rotate(90deg);
	}

	.menu-ul {
		display: flex;
		justify-content: center;
		gap: 0;
		flex-direction: column;
		list-style: none;
	}

	.sub-menu {
		display: none;
	}

	.lvl-1 {
		list-style: none;
		padding-left: 20px;
	}

	.lvl-1 li {
		padding: 15px 0;
		border-bottom: 1px solid #e9e9e9;
	}

	.lvl-1 li:last-child {
		border-bottom: none;
		padding-bottom: 0;
	}

	.header__top {
		padding-bottom: 0;
		margin-bottom: 0;
		border-bottom: none;
	}

	.header__contact {
		display: none;
	}

	.header__phone {
		display: none;
	}

	.header__right {
		flex: unset;
	}

	.navbar {
		display: block;
		background: none;
		width: 25px;
		height: 25px;
	}

	.closeIcon {
		display: none;
	}

	.header__logo p {
		font-size: 10px;
	}

	.header .container {
		padding: 0 15px;
		position: relative;
		z-index: 666;
	}

	.header__row {
		padding: 5px 0;
		z-index: 666;
		background: #fff;
		border-bottom: 1px solid #f4f4f4;
		align-items: center;
		position: relative;
	}

	.header-contacts-mob {
		display: block;
		box-sizing: border-box;
		margin-top: 25px;
		padding-top: 30px;
		border-top: 1px solid #f0f0f0;
	}

	.header-contacts-mob:last-child {
		padding-bottom: 30px;
	}

	.header-contacts-mob ul {
		list-style: none;
	}

	.header-contacts-mob ul li {
		margin-bottom: 30px;
	}

	.header-contacts-mob ul li a {
		font-size: 20px;
		color: #333;
	}

	.header-contacts-mob .header__phone {
		display: inline-block;
		font-size: 26px;
	}

	.header-contacts-mob p {
		font-size: 18px;
	}

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

	.footer__logo {
		gap: 15px;
	}

	.footer__top-right {
		gap: 20px;
	}

	.footer__bottom-row {
		gap: 10px;
		flex-direction: column;
		align-items: center;
	}
}

@media (max-width: 834px) {
	.footer__top-row {
		flex-direction: column;
		align-items: center;
	}
}

@media (max-width: 481px) {
	.header__logo img {
		max-width: 60px;
	}

	.header__logo p {
		font-size: 9px;
	}

	.header__row {
		gap: 20px;
	}

	.header__logo p {
		flex: 1;
	}

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

	.footer__top-right {
		flex-direction: column;
	}
}