/*!
Theme Name: Sportmed
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: sportmed
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.

Sportmed is based on Underscores https://underscores.me/, (C) 2012-2020 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/
*/


html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
  font-family: 'Montserrat', sans-serif;
}
 
ol, ul {
  list-style: none;
}
  
blockquote, q {
  quotes: none;
}
 
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}
  
table {
  border-collapse: collapse;
  border-spacing: 0;
}

.container {
 max-width: 1170px;
 padding: 0 15px;
 width: 100%;
 margin: 0 auto;
	position: relative;
}

footer .container {
	max-width: 1400px;
}

.header__wrap-container {
	display: flex;
	align-items: center;
}

header {
    padding: 25px 0;
    background: rgba(255, 255, 255, 0.54);
    backdrop-filter: blur(5.5px);
    z-index: 999;
    position: absolute;
    width: 100%;
}
.mobile-menu {
	display: none;
}

.sub-menu {
	display: none;
	position: absolute;
	background: #fff;
	width: 200px;
	-webkit-box-shadow: 0px 0px 8px 0px rgba(34, 60, 80, 0.2);
	-moz-box-shadow: 0px 0px 8px 0px rgba(34, 60, 80, 0.2);
	box-shadow: 0px 0px 8px 0px rgba(34, 60, 80, 0.2);
}

.slider-thumb {
	margin-top: 15px;
}

.hover:hover>.sub-menu {
	display: block;
	z-index: 99;
	padding: 18px;
}

.form__el-modal input {
	display: block;
    width: 100%;
    height: 52px;
    border: 2px solid #ccc;
    border-radius: 6px;
	font-family: 'Montserrat';
    padding-left: 14px;
}


.form__el-modal input {
    display: block;
    width: 100%;
    height: 52px;
    border: 2px solid #ccc;
    border-radius: 6px;
    font-size: 15px;
    padding-left: 14px;
    border-radius: 2px;
    box-shadow: none;
    border: 1px solid #e8e8e8;
    height: 49px;
    padding: 6px 12px;
    background: #fbfbfb;
	font-family: 'Montserrat';
}


.form__el-modal .wpcf7-select {
    font-family: 'Montserrat';
    border-radius: 2px;
    box-shadow: none;
    border: 1px solid #e8e8e8;
    height: 49px;
    padding: 6px 8px;
    background: #fbfbfb;
    width: 100%;
    font-size: 15px;
}

.form__el-modal textarea {
    display: block;
    width: 100%;
    border: 2px solid #ccc;
    border-radius: 6px;
    font-size: 15px;
    padding-left: 14px;
    border-radius: 2px;
    box-shadow: none;
    border: 1px solid #e8e8e8;
    padding: 6px 12px;
    background: #fbfbfb;
	font-family: 'Montserrat';
}


.accept__text .wpcf7-list-item {
    margin-left: 0px;
}


.form__el-modal:first-child {
	margin-top: 40px;
}

.form__el-submit {
	margin-top: 40px;
}

.accept__text {
	text-align: center;
    margin-top: 30px;
    font-weight: 500;
}

.form__el-submit input {
	background: #0478BE;
	display: block;
	height: 45px;
    width: 100%;
    color: #fff;
    font-family: 'Montserrat';
    border: none;
    border-radius: 9px;
	
}

.form__el-modal {
	margin-bottom: 10px;
}

#first {
	background: url(/wp-content/uploads/2024/01/bg-1.jpg) no-repeat center top / cover;
}

p {
	line-height: 1.3;
}

.tab-pane p {
	line-height: 1.5;
}

.header__nav nav ul li {
	display: inline-block;
}

.header__nav nav ul li:not(.header__nav nav ul li:last-child) {
 margin-right: 10px;	
}

.header__nav nav ul li a {
	text-decoration: none;
	color: #FFF;
	text-align: center;
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	text-transform: uppercase;
}

.site-single-catalog {
	background: #fff;
	padding: 50px 0;
}

.link-block-more span {
	color: #0478BE;
    font-weight: 600;
    margin: 13px 0;
    display: block;
    text-decoration: underline;
    text-underline-offset: 5px;
}

.product__cart-item img {
	width: auto;
    height: 100%;
	margin: 0 auto;
}

.product__card-wrap {
	display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 40px;
	align-items: center;
}

.product__cart-slider button {
	display: none!important;
}

.header__logo a img {
	max-width: 195px;
}

.product__card-btn a {
	display: block;
    background: #0478BE;
    max-width: 200px;
    text-align: center;
    margin-bottom: 10px;
    color: #fff;
    padding: 12px 0;
    border-radius: 6px;
	cursor: pointer;
}

.product__card-btn {
	margin-top: 25px;
}

.slider-thumb .slick-slide {
	background: #fff;
}

.slider .slick-prev:before, .slider-vertical .slick-next:before {
	display: none;
}
.slider .slick-prev, .slider .slick-next {
    width: 28px;
    height: 28px;
    border-style: solid;
    margin: 10px;
    display: inline-block;
    margin: auto;
    left: 0;
    right: 0;
		top: 0;
		bottom: 0;
    z-index: 10;
    cursor: pointer;
}
.slider .slick-prev:before, .slider .slick-next:before {
	display: none;
}
.slider .slick-prev {
    border-width: 14px 14px 14px 0px;
    border-color: transparent #ffffff;
    left: 0px;
		right: auto;
}
.slider .slick-next {
    border-width: 14px 0px 14px 14px;
    border-color: transparent #ffffff;
    right: 0px;
    left: auto;
}	
.slider .slick-prev:hover, .slider .slick-next:hover {
    border-color: transparent #ffd200;
}
.slider .slick-prev.slick-disabled, .slider .slick-next.slick-disabled, .slider .slick-prev.slick-disabled:hover, .slider .slick-next.slick-disabled:hover {
	opacity: 0.1;
	cursor: default;
    border-color: transparent #000000;
}
.slider div {
	height: 450px;
	text-align: center;
	font-size: 75px;
	color: #ffffff;
}
.slider-thumb div {
	height: 100px;
	line-height: 50px;
	font-size: 25px;
}


.product__cart-slider {
	max-width: 600px;
}

.ab__right-el {
	position: absolute;
    right: 0;
    top: 110px;
}

#adv {
	padding: 80px 0;
}



#adv .about__line {
	width: 810px;
}

.adv__block {
	border-radius: 37px;
    background: #FFF;
    padding: 39px;
}

.header__logo {
	margin-right: 30px;
}

.adv__title {
    margin-bottom: 40px;
	font-size: 26px;
}

.adv__block h4 {
	color: #007ABB;
    font-size: 28px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
    margin: 15px 0;
}

#adv p {
	max-width: 100%;
}

.adv__block ul {
	list-style: disc;
    padding-left: 20px;
    line-height: 1.5;
}

.header__nav {
	margin-right: 30px;
}

.header__phone a {
	color: #FFF;
	text-align: center;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	text-transform: uppercase;
	text-decoration: none;
}

.header__btn a {
	padding: 10px 17px;
	border-radius: 6px;

	text-align: center;
	font-size: 12px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	text-transform: uppercase;
	text-decoration: none;
	
	
	
	display: inline-block;
    margin-right: 10px;
    text-decoration: none;
    padding: 10px 17px;
    color: #fff;
    text-transform: uppercase;
    border-radius: 10px;
    max-width: 208px;
    text-align: center;
    font-weight: 700;
    border: 2px solid #fff;
	
	
	
}

.adv__wrapper {
	display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 26px;
}

.adv__block:first-child {
	grid-column: 1 / -1;
}

.header__btn {
	margin-left: 18px;
}

#first {
	padding-top: 266px;
	padding-bottom: 140px;
	position: relative;
	overflow: hidden;
}

.firstscreen__wrapper h1 {
	color: #fff;
	text-shadow: 0px 0px 11px rgba(0, 0, 0, 0.25);
	font-family: 'Gayathri', sans-serif;
	font-size: 128px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: uppercase;
	line-height: 1;
}

.firstscreen__wrapper h2 {
	color: #fff;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.4;
    text-transform: uppercase;
    margin-bottom: 35px;
    margin-top: -20px;
}



.first__btn a {
	color: #fff;
	font-size: 20px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	text-decoration: none;
	padding: 15px 25px;
	border-radius: 6px;
	margin-right: 10px;
	border: 2.7px solid #fff;
}

.abs__right {
	position: absolute;
	right: 0;
	top: 0;
	max-width: 50%;
	height: 100%;
}

#equipment {
	padding: 50px 0;
}

.equipment__wrapper h2, .equipment__wrapper h3 {
	text-align: center;
	text-transform: uppercase;
}

.equipment__wrapper h2 
{
	 font-size: 1.9rem;
	 margin: 10px 0;
	 color: #fff;
	font-weight: 600;
}

.equipment__wrapper h3 {
	 font-size: 1.2rem;
	color: #fff;
	font-weight: 500;
}

.equirment__content {
	padding: 0 15px;
        text-align: center;
	font-weight: 500;
}

.equirment__content div p strong {
	font-weight: 700;
}


#obuch h2 
{
	 font-size: 1.9rem;
	 margin: 10px 0;
	 color: #000;
	font-weight: 500;
	 text-align: center;
    text-transform: uppercase;
	color: #fff;
    font-weight: 600;
}

#obuch h3 {
	 font-size: 1.2rem;
    text-align: center;
    text-transform: uppercase;
	color: #fff;
    font-weight: 600;
}



#form h2 
{
	 font-size: 1.9rem;
	 margin: 10px 0;
	 color: #fff;
	font-weight: 500;
	 text-align: center;
    text-transform: uppercase;
}

#form h3 {
	 font-size: 1.2rem;
    text-align: center;
    text-transform: uppercase;
	color: #fff;
	line-height: 1.2;
}

.form__line {
	display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    column-gap: 30px;
	margin-bottom: 20px;
}

.form__line-item input {
	display: block;
    width: 100%;
    box-sizing: border-box;
	font-family: 'Montserrat';
	height: 53px;
	padding-left: 15px;
    text-transform: uppercase;
	border-bottom: 2px solid #fff;
	border-left: unset;
	border-right: unset;
	border-top: unset;
	background: transparent;
}

.form__wrap {
	display: grid;
	grid-template-columns: 1fr 1fr;
	column-gap: 60px;
	align-items: center;
}

.form__line-el textarea {
	width: 100%;
    display: block;
    box-sizing: border-box;
	border-bottom: 2px solid #fff;
	border-left: unset;
	border-right: unset;
	border-top: unset;
	background: transparent;
}

.form__wrap input::placeholder {
  color: #fff;
	font-weight: 600;
	font-family: 'Montserrat';
}

.form__wrap textarea::placeholder {
  color: #fff;
  font-weight: 600;
	padding-left: 15px;
	height: 110px;
	text-transform: uppercase;
	padding-top: 20px;
	font-family: 'Montserrat';
}

.wpcf7-spinner {
	display: none!important;
}

.form__line-submit {
	text-align: center;
}

.form__line-submit input {
	display: inline-block;
    margin: 19px 0;
    text-decoration: none;
    text-align: center;
    padding: 18px 25px;
	background: transparent;
    color: #fff;
    text-transform: uppercase;
    border-radius: 10px;
    text-align: center;
    margin: 20px auto;
    font-weight: 700;
    margin-bottom: 0;
	    border: 2px solid #fff;
	    font-family: 'Montserrat', sans-serif;
}

.image__wrapper-item:nth-child(5) img {
	transition: 1s;
}



.obuch__wrapper {
	display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    column-gap: 25px;
	margin-top: 35px;
}

.obuch__wrapper-item {
	text-align: center;
    background: #fff;
    padding: 20px 0;
    border-radius: 20px;
}

#obuch {
	padding: 50px 0;
	background: #0478be;
}

#form {
	background: linear-gradient(179deg, #344248 0.87%, #5d6b73 99.53%);
    background-size: cover;
    background-repeat: no-repeat;
	padding: 50px 0;
	margin-top: 36px;
}

#reviews {
	padding: 50px 0;
	background: linear-gradient(179deg, #344248 0.87%, #5d6b73 99.53%);
	margin-top: 40px;
}

#reviews h2 
{
	 font-size: 1.9rem;
	 margin: 10px 0;
	 color: #fff;
	font-weight: 700;
	 text-align: center;
    text-transform: uppercase;
}

#reviews h3 {
	 font-size: 1.2rem;
    text-align: center;
    text-transform: uppercase;
	color: #fff;
}


#partners h2 {
	 font-size: 1.9rem;
	 margin: 10px 0;
	 color: #000;
	font-weight: 500;
	 text-align: center;
    text-transform: uppercase;
}

#partners h3 {
	font-size: 1.2rem;
    text-align: center;
    text-transform: uppercase;
}

.rev__wrap-item {
	background: #fff;
	padding: 40px;
	color: #000;
	box-sizing: border-box;
	border-radius: 10px;
}

.rev__wrap-item h3 {
	text-align: left!important;
    margin-top: 14px;
    margin-bottom: 20px;
}

.rev__text {
	    line-height: 1.3;
		max-height: 145px;
    	overflow: hidden;
}



.rev__wrap-item a {
	border-radius: 8px;
    border: 0px solid #000;
    background: #FFF;
    box-shadow: -5px -6px 5px 0px rgba(0, 0, 0, 0.25) inset;
    padding: 13px 6px;
    text-decoration: none;
    text-transform: uppercase;
    color: #033752;
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    max-width: 153px;
    margin: 0 auto;
    display: block;
    text-align: center;
    margin-top: 25px;
	cursor: pointer;
}

.rev__wrap {
	margin-top: 40px;
}

.rev__wrap-item.detail-shown .detail__review {
    display: none;
}

.obuch__wrapper-item a {
	text-decoration: none;
    color: #000;
    font-weight: 600;
    font-size: 1.2rem;
}

.yandex-maps iframe {
	filter: grayscale(1);
}

.map {
	background: linear-gradient(179deg, rgba(4, 120, 190, 0.96) 0.87%, rgba(1, 139, 213, 0.26) 99.53%);
}

.yandex-maps {
    position: relative;
}

.info {
    position: absolute;
    top: 70px;
    gap: 10px;
    font-size: 20px;
    left: 20%;
    display: flex;
    flex-direction: column;
    width: 300px;
    background: white;
    box-shadow: 0px 5.23186px 13.9516px rgb(0 0 0 / 15%);
    padding: 20px;
	border-radius: 20px;
}

.equipment__all-item img {
	max-height: 500px;
    object-fit: contain;
    width: 100%;
    height: 300px;
    padding: 20px;
	box-sizing: border-box;
	cursor: pointer;
	transition: 1s;
}

.equipment__all-item img:hover {
	transform: scale(1.1);
}

.info strong {
	font-weight: 600;
	font-size: 20px;
}

.info a {
	text-decoration: none;
	color: #000;
}

.call__modal_2-fields {
	color: #FFF;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    /* background: #0478BE; */
    text-decoration: none;
    padding: 15px 25px;
    border-radius: 10px;
    color: #0478BE !important;
    display: inline-block;
    max-width: 249px;
    width: 100%;
    text-align: center;
    border: 2.8px solid #0478BE;
    color: #0478BE;
}

footer {
	padding: 50px 0;
	background: linear-gradient(179deg, #344248 0.87%, #5d6b73 99.53%);
    background-size: cover;
    background-repeat: no-repeat;
}


.footer__addr, .footer__tel, .footer__email {
	color: #FFF;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	text-transform: uppercase;
	line-height: 1.5;
	margin: 18px 0;
}

.footer__tel a, .footer__email a {
	color: #FFF;
	text-decoration: none;
}

.footer__wrap {
	display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
	column-gap: 80px;
}

.footer__btn a {
	display: inline-block;
    margin-right: 10px;
    text-decoration: none;
    padding: 16px 20px;
    color: #fff;
    text-transform: uppercase;
    border-radius: 10px;
    max-width: 208px;
    text-align: center;
    font-weight: 700;
    border: 2px solid #fff;
}

.header_fixed {
  position: fixed!important;
  left: 0;
  top: 0;
  background: #5d6b73!important;
}

.circle__point{
	margin-top: 27px;
    color: #fff;
    font-size: 26px;
}

.footer__wrap-item h2 {
	color: #FFF;
	text-align: left;
	font-size: 20px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	text-transform: uppercase;
	margin-bottom: 30px;
}

#partners {
	padding: 50px 0;
	background: #fff;
}

.footer__btn {
	display: flex;
    flex-wrap: wrap;
}

.fr {
	margin-bottom: 36px;
}

.footer__wrap-item ul li a {
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	line-height: 1.5;
}

.footer__wrap-item ul li {
	margin-bottom: 10px;
}

.partners__wrapper {
	margin-top: 50px;
}

.partners__wrapper-el {
	height: 107px;
	display: flex!important;
    align-items: center;
}

#about {
	background: #fff;
	position: relative;
	padding: 50px 0;
	padding-bottom: 80px;
}

#about h2 {
	font-size: 1.9rem;
    margin: 10px 0;
    color: #0478BE;
    font-weight: 700;
	text-align: center;
    text-transform: uppercase;
}

#about h3:not(.about__wrapper-number h3) {
	font-size: 1.2rem;
    color: #0478BE;
    font-weight: 600;
	text-align: center;
    text-transform: uppercase;
}

.secondary__header {
	position: relative;
	background: linear-gradient(179deg, #344248 0.87%, #5d6b73 99.53%);
    background-size: cover;
    background-repeat: no-repeat;
}

.yam {
	margin-top: 36px;
}

.map__container img {
	width: 100%;
}

.map {
	padding-top: 50px;
	padding-bottom: 50px;
	margin-top: 40px;
}

.map__container h2 {
	display: inline-block;
    font-size: 24px;
    line-height: 1.5;
    font-weight: 600;
    color: #0478BE;
    margin-bottom: 38px;
    color: #fff;
}

.about__wrapper-block {
	margin-top: 60px;
	display: flex;
    align-items: center;
}

.about__wrapper-text {
	display: flex;
    column-gap: 60px;
}

.partners__wrapper-el img {
	width: 100%;
}
.info p {
	font-size: 18px;
}

.equipment__all-item h4 {
	text-transform: uppercase;
    font-weight: 600;
    color: #0478BE;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 15px;
    font-size: 1.7rem;
}

.equipment__desc p {
	text-transform: uppercase;
    color: #000;
    font-weight: 600;
}

.equipment__all-item {
	-webkit-box-shadow: 0px 0px 8px 0px rgba(34, 60, 80, 0.2);
	-moz-box-shadow: 0px 0px 8px 0px rgba(34, 60, 80, 0.2);
	box-shadow: 0px 0px 8px 0px rgba(34, 60, 80, 0.2);
	border-radius: 10px;
	margin: 10px 0;
	background: #fff;
}

.slick-slide {
	padding: 0 15px;
}

.equipment__desc {
    padding: 0 15px;
	text-align: center;
}

.eq__detail {
	display: block;
    margin: 19px 0;
    text-decoration: none;
    text-align: center;
    padding: 16px 0;
    color: #0478BE;
    text-transform: uppercase;
    border-radius: 10px;
    max-width: 208px;
    text-align: center;
    margin: 20px auto;
    font-weight: 700;
	border: 2.7px solid #0478BE;
}
.equipment__all {
	margin: 20px -15px;
	margin-top: 30px;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
    column-gap: 30px;
}

.slick-prev:before, .slick-next:before {
	opacity: 1!important;
	color: #000!important;
	font-size: 30px!important;
}

#equipment {
	position: relative;
	overflow: hidden;
	background: linear-gradient(179deg, #344248 0.87%, #5d6b73 99.53%);

}
#equipment .ab__left {
	position: absolute;
	left: 0;
	top: 0;
}

#equipment .ab__right {
	position: absolute;
	right: -12%;
	bottom: 0;
}

#adv {
	position: relative;
	overflow: hidden;
}

#adv .ab__left {
	position: absolute;
	left: 0;
	top: 0;
}

#adv .ab__right {
	position: absolute;
	right: -12%;
	bottom: 0;
}

.about__wrapper h2 {
	color: #212436;
	font-size: 40px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: uppercase;
}



.about__line {
	height: 5px;
	width: 310px;
	background: url(/wp-content/uploads/2024/01/mask-group.png) no-repeat center top / cover;
	margin-bottom: 40px;
}

.about__wrapper p {
	margin-bottom: 10px;
	color: #393939;
	font-size: 1.1rem;
	max-width: 700px;
}


.about__quote {
	color: #5D6B73;
    /* font-family: Tinos; */
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
	margin-top: 30px;
}

.about__right {
	color: #344248;
    font-family: 'Gayathri', sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    margin-left: 42%;
    margin-top: 12px;
}

.opacity__text {
	color: rgba(1, 139, 213, 0.08);
	font-size: 170px;
	font-style: normal;
	font-weight: 900;
	line-height: normal;
	text-transform: uppercase;
}

.page__text-p p {
	margin: 10px 0;
}

#page__text {
	padding: 30px 0;
}

#page__img {
	margin-top: 60px;
}

#page__img img {
	width: 100%;
    border-radius: 15px;
    height: auto;
    max-height: 400px;
    object-fit: cover;
}

#news {
	padding: 50px 0;
}

h1.page-title {
	font-size: 1.5rem;
    text-transform: uppercase;
    font-weight: 500;
    margin-bottom: 5px;
}

.page__not-txt {
	margin: 20px 0;
}

.search-field {
	height: 40px;
    border-radius: 10px;
    border: 2px solid #0478BE;
    padding-left: 14px;
}

.page__text-p h3 {
	margin: 10px 0;
	font-weight: 700;
}

.sub-menu li a {
	color: #000!important;
}

.not-found {
	margin: 60px 0;
}

.news__wrapper {
	display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 30px;
}

.post__img img {
	width: 100%;
	height: 300px;
	object-fit: cover;
}

.news__wrap-h2 {
	font-size: 1.9rem;
    margin: 10px 0;
    color: #0478BE;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
}

.all__post-wrap h3 {
	margin: 10px 0;
    color: #000;
    text-decoration: none;
	font-weight: 600;
}

.site-single {
	padding: 50px 0;
}

.news__item-title {
	margin-bottom: 40px;
    text-transform: uppercase;
    text-align: center;
    font-size: 1.4rem;
    font-weight: 600;
}

.news__item-img {
	margin-bottom: 40px;
}

.news__item-img img {
	width: 100%;
    height: 300px;
    object-fit: cover;
    border-radius: 15px;
}

.news__item-txt {
	margin-bottom: 40px;
}

.news__item-txt ul {
	list-style: disc;
    padding-left: 19px;
	margin: 10px 0;
}

.news__item-txt a {
	color: #000;
    text-decoration: none;
    font-weight: 500;
}

.catalog__wrapper {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	column-gap: 30px;
}

.catalog__wrapper-item h2 {
	text-transform: uppercase;
    font-weight: 500;
    text-align: center;
    height: 40px;
	color: #000;
}


.catalog__wrapper-item {
	position: relative;
	-webkit-box-shadow: 0px 0px 8px 0px rgba(34, 60, 80, 0.2);
    -moz-box-shadow: 0px 0px 8px 0px rgba(34, 60, 80, 0.2);
    box-shadow: 0px 0px 8px 0px rgba(34, 60, 80, 0.2);
    border-radius: 10px;
    margin: 10px 0;
    background: #fff;
}

.catalog__wrapper-except {
	height: 60px;
	overflow: hidden;
}

.catalog__wrapper-except {
	color: #000;
    font-size: 0.9rem;
    padding: 15px;
}

.catalog__wrapper-btn {
	display: block;
    margin: 19px 0;
    text-decoration: none;
    text-align: center;
    background: url(/wp-content/uploads/2024/01/mask-group.png) no-repeat center top / cover;
    padding: 13px 0;
    color: #fff;
    border-radius: 10px;
    max-width: 238px;
    text-align: center;
    margin: 20px auto;
}

.catalog__wrapper-img img {
	max-height: 500px;
    object-fit: contain;
    width: 100%;
    height: 300px;
    padding: 20px;
}

.catalog__wrapper-item a {
	text-decoration: none;
}

.all__post-wrap a {
	color: #000;
    text-decoration: none;
}

.search-submit {
	background: #0478BE;
    border: none;
    height: 39px;
    padding: 0 20px;
    color: #fff;
    font-family: 'Montserrat';
    border-radius: 11px;
}
.sub-menu li {
	display: block!important;
	margin-bottom: 10px;
}

.tabs {
	margin-top: 40px;
}

.tab-content>.tab-pane {
    display: none;
}

.tab-content>.active {
    display: block;
	margin-top: 15px;
	line-height: 1.5;
	text-align: justify;
}

.drag_block {
	margin-bottom: 50px;
}

.tab-pane h2 {
	font-weight: 600;
	margin: 10px 0;
}

.inner-wrapper {
    position: relative;
    padding: 0px 0px 0px 55px;
    margin-bottom: 32px;
    line-height: 20px;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}


.docs-block .blocks .inner-wrapper:before {
    content: "";
    position: absolute;
    display: block;
    width: 36px;
    height: 35px;
    background: url(/wp-content/uploads/2024/01/docs_types.svg) 0px 0px no-repeat;
    top: 0px;
    left: 0px;
}




.docs-blocks .blocks .inner-wrapper:before {
    content: "";
    position: absolute;
    display: block;
    width: 36px;
    height: 35px;
    background: url(/wp-content/uploads/2024/01/docs_types.svg) 0px 0px no-repeat;
    top: 0px;
    left: 0px;
}


.docs__block-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.inner-wrapper a {
	text-decoration: none;
	color: #000;
	font-weight: 600;
}


.tabs.grey .nav.nav-tabs {
    border-left-width: 0px;
    display: flex;
    justify-content: normal;
	border-bottom: 1px solid #f2f2f2;
}

.tabs .nav-tabs li.active a {
    background: #0478BE;
    color: #fff;
}

.link-block-more a {
	color: inherit;
}

.slider-thumb video {
	height: 100%;
	width: 100%;
	object-fit: cover;
}

.tabs .nav-tabs li.active a:before {
    background: #0478BE;
}

.tabs .nav-tabs > li {
	position: static;
}

.tabs .nav-tabs li a {
	text-decoration: none;
	font-weight: 600;
	color: #000;
}

.tabs .nav.nav-tabs a {
    border: 1px solid #f2f2f2;
    color: #222222;
    margin: 0px -1px -1px 0px;
    padding: 15px 25px 15px;
    text-decoration: none;
    border-radius: 0;
    font-weight: bold;
    text-transform: none;
	display: block;
}
.slider .slick-prev:hover, .slider .slick-next:hover {
    border-color: transparent #0478BE;
}

.tab-pane ul {
   padding-left: 20px;
   list-style: disc;
   margin: 8px 0;
}

.tab-pane ul li {
	margin-bottom: 10px;
}

.about__wrapper-text {
	 background-color: rgba(255, 255, 255, 0.9); /* Полупрозрачный белый фон */
    color: #000; /* Белый цвет текста */
    opacity: 1; /* Непрозрачность текста */
    border: none; /* Убираем границы для стиля */
        padding: 35px;
	margin-left: -100px;
	-webkit-box-shadow: 0px 2px 18px 0px rgba(34, 60, 80, 0.2);
	-moz-box-shadow: 0px 2px 18px 0px rgba(34, 60, 80, 0.2);
	box-shadow: 0px 2px 18px 0px rgba(34, 60, 80, 0.2);
	align-items: center;
}

.consalt__btn {
	display: inline-block;
    margin: 19px 0;
    text-decoration: none;
    text-align: center;
    padding: 18px 25px;
    color: #0478BE;
    text-transform: uppercase;
    border-radius: 10px;
    text-align: center;
    margin: 20px auto;
    font-weight: 700;
	margin-bottom: 0;
    border: 2.7px solid #0478BE;
}

.about__wrapper-number {
	margin-bottom: 30px;
}


.about__wrapper-number:last-child {
	margin-bottom: 0;
}


.about__wrapper-number h3 {
	font-size: 1.5rem;
    color: #0478BE;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
	width: 160px;
}


.about__wrapper-number p {
	font-size: 1rem;
	margin-top: 10px;
    text-align: center;
}

.obuch__wrapper-item img {
	width: 100%;
	padding: 20px;
	display: block;
	box-sizing: border-box;
	max-width: 200px;
    margin: 0 auto;
}

.obuch__wrapper-item h4 {
	color: #0478BE;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 15px;
}


.obuch__wrapper-item p {
	padding: 20px;
	text-align: center;
	padding-top: 0;
}

.form__img {
	display: block;
    text-align: center;
    margin: 20px auto;
	text-align: center;
    text-transform: uppercase;
    color: #fff;
    line-height: 1.2;
    font-size: 6rem;
    font-weight: 500;
}

.form__wrap-tel {
	display: block;
	color: #fff;
	text-decoration: none;
	font-weight: 600;
	font-size: 2rem;
	text-align: center;
}

.form__right-wrap {
	background-color: rgba(255, 255, 255, 0.4);
    color: #000;
    opacity: 1;
    border: none;
    padding: 35px;
    margin-left: -100px;
    -webkit-box-shadow: 0px 2px 18px 0px rgba(34, 60, 80, 0.2);
    -moz-box-shadow: 0px 2px 18px 0px rgba(34, 60, 80, 0.2);
    box-shadow: 0px 2px 18px 0px rgba(34, 60, 80, 0.2);
    align-items: center;
	border-top-left-radius: 40px;
	border-bottom-left-radius: 40px;
}


.form__flex {
	display: flex;
	align-items: center;
}

.form__right-wrap h2 {
	margin-bottom: 50px!important;
}

.formm {
	width: 500px;
}


.rev__bio-item h3 {
	color: #000!important;
	margin-bottom: 10px;
    font-weight: 600;
}

.rev__bio-item p {
	color: #000;
}

.rev__bio {
	display: flex;
	column-gap: 15px;
	margin-bottom: 15px;
	align-items: center;
}

.rev__bio-item img {
	width: 96px;
	border-radius: 100%;
}

.articles {
	padding: 50px 0;
}

.articles h2 {
	font-size: 1.9rem;
    margin: 10px 0;
    color: #0478BE;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
}

.articles h3 {
	font-size: 1.2rem;
    color: #0478BE;
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
}

.articles__wrapper {
	margin-top: 40px;
	display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    column-gap: 30px;
}

.acticles__wrapper-item img {
	width: 100%;
}

.arcticles__wrapper-date {
	margin: 10px 0;
    font-weight: 600;
	margin-left: 20px;
}

.arcticles__wrapper-title {
	margin: 10px 0;
    font-weight: 700;
    margin-left: 20px;
    color: #0478BE;
    text-transform: uppercase;
    line-height: 1.5;
}

.articles__wrapper-btn {
	margin-left: 20px;
}

.articles__wrapper-btn a {
	color: #0478BE;
    font-weight: 600;
    text-decoration: none;
    display: inline-block;
    border: 2px solid #0478BE;
    padding: 10px 20px;
}

.news {
	background: linear-gradient(179deg, #344248 0.87%, #5d6b73 99.53%);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 50px 0;
	margin-bottom: 36px;
}

.news h2 {
	font-size: 1.9rem;
    margin: 10px 0;
    color: #fff;
    font-weight: 600;
	text-transform: uppercase;
	text-align: center;
	margin-bottom: 50px;
}

.news__wrapper-item img {
	width: 100%;
	height: 313px;
    object-fit: cover;
}

.news__wrapper-item {
	display: grid;
    grid-template-columns: 1fr 1fr;
	margin-bottom: 40px;
}

.news__wrapper-el {
	background: #fff;
	padding: 40px;
}

.news__date {
	margin-bottom: 20px;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 600;
}

.news__wrapper-item:first-child {
	max-width: 81%;
}

.news__wrapper-item:nth-child(2) {
	max-width: 95%;
}

.news__btn {
	margin-top: 20px;
}

.news__btn a {
	display: inline-block;
    text-decoration: none;
    text-align: center;
    padding: 18px 25px;
    color: #0478BE;
    text-transform: uppercase;
    border-radius: 10px;
    text-align: center;
    font-weight: 700;
    margin-bottom: 0;
    border: 2.7px solid #0478BE;
    font-family: 'Montserrat', sans-serif;
}

.news__text {
	max-height: 100px;
    overflow: hidden;
}

.news__more-btn {
	text-align: center;
}

.news__more-btn a {
	display: inline-block;
    text-decoration: none;
    text-align: center;
    padding: 18px 25px;
    color: #fff;
    text-transform: uppercase;
    border-radius: 10px;
    text-align: center;
    font-weight: 700;
    margin-bottom: 0;
    border: none;
    font-family: 'Montserrat', sans-serif;
    border: 2px solid #fff;
}

.videorev {
	padding: 50px 0;
	padding-bottom: 30px;
}

.videorev h2 {
	font-size: 1.9rem;
    margin: 10px 0;
    color: #0478BE;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
	margin-bottom: 40px;
}

.videorevs iframe:first-child {
	margin-right: 20px;
}

.videorevs iframe {
	border-radius: 20px;
}

#partners h2 {
    font-size: 1.9rem;
    margin: 10px 0;
    color: #0478BE;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
}

#partners h3 {
    font-size: 1.2rem;
    color: #0478BE;
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
}

.news__category {
	margin-top: 40px;
}

#production__vawe {
	position: relative;
	height: 300px;
    overflow: hidden;
}

#production__vawe video {
	position: absolute;
	height: 100%;
    width: 100%;
    object-fit: cover;
	 opacity : 0.6;
}

#production__vawe:after {
	content: '';
	  position: absolute;
	  top: 0;
	  left: 0;
	  right: 0;
	  bottom: 0;
	  background: rgba(0,0,0,.7);
	  z-index: 2;
}

.production__title {
	text-align: center;
    color: #fff;
    z-index: 999;
    position: relative;
    font-size: 3rem;
    text-transform: uppercase;
    font-weight: 600;
	margin: 120px auto;
}




.faq-container {
    display: flex;
    flex-direction: column;
    gap: 16px;
	margin-top: 40px;
}

details {
    font-size: 1rem;
    background: #F6FAFF;
    border-radius: 8px;
    border: 2px solid #0478BE;
    transition: border-color 0.3s ease-in-out;
}

details:hover {
    border-color: #A4A1FF;
}

summary {
    user-select: none;
    cursor: pointer;
    font-weight: 600;
    display: flex;
    align-items: center;
    padding: 1em;
}

summary::-webkit-details-marker {
    display: none;
}

.faq-title {
    color: #1C2035;
    flex-grow: 1;
    transition: opacity 250ms ease-in-out;
}

summary:hover .faq-title {
    opacity: 1;
}

.faq-content {
    color: #303651;
    padding: 0.2em 1em 1em 1em;
    font-weight: 500;
    line-height: 1.5;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-out;
}

details[open] .faq-content {
    max-height: 1000px;
}

.expand-icon {
    margin-left: auto;
    transition: transform 150ms ease-out;
}

details[open] .icon-tabler-circle-plus {
    display: none;
}

details:not([open]) .icon-tabler-circle-minus {
    display: none;
}

#faq {
	padding: 50px 0;
}

#faq h2 {
	font-size: 1.9rem;
    margin: 10px 0;
    color: #0478BE;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
}

#faq h3 {
	font-size: 1.2rem;
    color: #0478BE;
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
}

#photogal {
	padding: 50px 0;
	padding-bottom: 0;
}

#photogal h3 {
	font-size: 1.2rem;
    color: #0478BE;
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
}


#photogal h2 {
	font-size: 1.9rem;
    margin: 10px 0;
    color: #0478BE;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
}

.photogal__item img {
	width: 100%;
	box-sizing: border-box;
}

.first__vawe-wrap {
	display: grid;
	grid-template-columns: 2fr 1fr;
	align-items: center;
	z-index: 3;
    position: relative;
}

.first__vawe-el img {
	max-width: 400px;
	height: auto;
}

.first__vawe-el h1 {
	font-size: 3.9rem;
    margin: 10px 0;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
}

.first__vawe-el h2 {
	font-size: 1.2rem;
    margin: 10px 0;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
	margin-top: 15px;
}


.vidfon {
	position: relative;
	overflow: hidden;
}

.vidfon:after {
	content: '';
	  position: absolute;
	  top: 0;
	  left: 0;
	  right: 0;
	  bottom: 0;
	  background: rgba(0,0,0,.6);
	  z-index: 2;
}

.vidfon video {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 700px;
	object-fit: cover;
}

.btn__first-bt {
	display: inline-block;
	margin-right: 10px;
	text-decoration: none;
    padding: 16px 20px;
    margin-top: 15px;
    color: #fff;
    text-transform: uppercase;
    border-radius: 10px;
    max-width: 208px;
    text-align: center;
    font-weight: 700;
	border: 2px solid #fff;
}

.video__about-wrap {
	display: grid;
    grid-template-columns: 2fr 1fr;
	column-gap: 40px;
	padding: 50px 0;
	align-items: center;
}

.video__about-item video {
	width: 100%;
	border-radius: 20px;
}

.video__about-item h3 {
	font-size: 1.4rem;
    color: #0478BE;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.video__about-item ul {
	list-style: disc;
    padding-left: 20px;
}

.video__about-item ul li {
	margin-bottom: 10px;
}



#detailtxt h2 {
	font-size: 1.9rem;
    margin: 10px 0;
    color: #0478BE;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
}


.detail__txt p {
	margin-top: 20px;
	line-height: 1.7;
	text-align: justify;
}

.adv__add {
	position: relative;
    background: linear-gradient(179deg, #344248 0.87%, #5d6b73 99.53%);
    background-size: cover;
    background-repeat: no-repeat;
	padding: 50px 0;
	margin-top: 50px;
}

.adv__add h2 {
	color: #fff;
	font-size: 1.9rem;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
	margin-bottom: 20px;
}

.adv__add-wrap {
	display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 30px;
	margin-top: 40px;
}

.adv__add-item {
	background: #fff;
	border-radius: 20px;
	padding: 20px;
	min-height: 140px;
}

.adv__add-item h4 {
	font-size: 1.2rem;
    margin: 10px 0;
    color: #0478BE;
    font-weight: 700;
	height: 39px;
}

.adv__add-item p {
	font-size: 14px;
	line-height: 1.5;
}

#man {
	padding: 50px 0;
	padding-bottom: 0;
}

#man h2 {
	font-size: 1.9rem;
    margin: 10px 0;
    color: #0478BE;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
}

.man__wrapper {
	margin-top: 40px;
}

.man__wrapper-item h3 {
	font-size: 1.2rem;
    margin: 10px 0;
    color: #000;
    font-weight: 700;
	text-transform: uppercase;
}

.item__tag-item {
	display: inline-block;
	margin-right: 10px;
	border: 2px solid #0478BE;
	border-radius: 10px;
	padding: 10px 15px;
	color: #0478BE;
    font-weight: 700;
	margin-bottom: 14px;
	font-size: 0.9rem;
	cursor: pointer;
}

.wrapper__item-tag {
	margin-top: 20px;
}

.man__wrapper {
	display: grid;
	grid-template-columns: 1fr 1fr;
	column-gap: 30px;
}


.image__wrapper {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 10px;
}

.image__wrapper-item img {
	width: 100%;
	height: 169px;
    object-fit: cover;
	-webkit-box-shadow: -1px 0px 8px 0px rgba(4, 120, 190, 0.2);
-moz-box-shadow: -1px 0px 8px 0px rgba(4, 120, 190, 0.2);
box-shadow: -1px 0px 8px 0px rgba(4, 120, 190, 0.2);
}
@media screen and (max-width: 1024px) {
	.container {
    	max-width: 90%;
		overflow: hidden;
	}
	
	.header__wrap-container {
		display: none;
			}
	.mobile-menu {
		display: flex;
	}
	header {
		background: none;
		position: static;
		padding:0;
		backdrop-filter: none;
	}
	.secondary__header {
		position: static;
		margin: 20px 0;
	}
	.header_fixed {
		position:static !important;
	}
	.header_fixed .container{
		display: none;		
	}
	/*For mobile menu*/
			.mobile-menu .menu {
			position: absolute;
			right: 100px;
			top: -100px;
			z-index: 999;
			width: 0;
			height: 0;
			background: #36444a;
			border-radius: 50% 50% 50% 50%;
			-webkit-transition: .5s ease-in-out;
			transition: .5s ease-in-out;
			box-shadow: 0 0 0 0 #36444a, 0 0 0 0 #36444a;
			cursor: pointer;
		}

		.mobile-menu .hamburger {
			position: absolute;
			top: 135px;
			left: 50px;
			width: 30px;
			height: 3px;
			background: #c1c1c1;
			
			display: block;
			-webkit-transform-origin: center;
			transform-origin: center;
			-webkit-transition: .5s ease-in-out;
			transition: .5s ease-in-out;
		}
	.mobile-menu-subitem {
		list-style: disc;
		color: #fff;
		font-size: 14px;
		margin-left: 20px;
	}
		.mobile-menu .hamburger:after,
		.mobile-menu .hamburger:before {
			-webkit-transition: .5s ease-in-out;
			transition: .5s ease-in-out;
			content: "";
			position: absolute;
			display: block;
			width: 100%;
			height: 100%;
			background: #c1c1c1;
			
		}

		.mobile-menu .hamburger:before {
			top: -10px;
		}

		.mobile-menu .hamburger:after {
			bottom: -10px;
		}

		.mobile-menu input {
			display: none;
		}

		.mobile-menu input:checked+.menu {
			box-shadow: 0 0 0 100vw #36444a, 0 0 0 110vh #36444a;
			border-radius: 0;

		}

		.mobile-menu input:checked+.menu .hamburger {
			-webkit-transform: rotate(45deg);
			transform: rotate(45deg);

		}

		.mobile-menu input:checked+.menu .hamburger:after {
			-webkit-transform: rotate(90deg);
			transform: rotate(90deg);
			bottom: 0;

		}

		.mobile-menu input:checked+.menu .hamburger:before {
			-webkit-transform: rotate(90deg);
			transform: rotate(90deg);
			top: 0;

		}

		.mobile-menu input:checked+.menu+ul {
			opacity: 1;
			z-index: 999;
		}

		.mobile-menu ul {
			width: 325px;
			z-index: -1;
			position: absolute;
			top: 50%;
			left: 50%;
			-webkit-transform: translate(-50%, -50%);
			transform: translate(-50%, -50%);
			opacity: 0;
			-webkit-transition: .25s 0s ease-in-out;
			transition: .25s 0s ease-in-out;
			font-size: 1.2rem;
		}

		.mobile-menu li {
			margin-bottom: 1em;
		}

		.mobile-menu a {

			display: flex;
			color: #fff;
			text-decoration: none;
			align-items: center;

		}

		.mobile-menu-phones {
			display: flex;
			gap: 10px;
			align-items: center;

		}

		.mobile-menu-phones img {
			width: 30px;
			object-fit: contain;
		}

		.mobile-menu-location {
			display: flex;
			align-items: center;
			gap: 10px;
		}

		.mobile-menu-location img {
			width: 40px;
			object-fit: contain;
		}

		.mobile-menu-schedule {
			display: flex;
			align-items: center;
			gap: 10px;
		}

		.mobile-menu-schedule img {
			width: 30px;
			object-fit: contain;
		}
	/*END Mobile menu*/
	.header__btn {
		margin-left: 0;
	}
	#first {
		padding-top: 0;  
	}
		
	.firstscreen__wrapper h1 {
		 margin: 20% auto 0;
	}
	.about__wrapper-block img {
		display:none;
	}
	.about__wrapper-text {
    	margin-left: 0;
 	}	
	.form__wrap {
			grid-template-columns: 1fr;    
		max-width: 90%;    
		justify-content: center;
		row-gap: 50px;
		margin: 0 auto;
	}
	.form__right-wrap {
		margin-left: 0;
		border-top-left-radius: 0;
		border-bottom-left-radius: 0;
	}
	.articles__wrapper {
		grid-template-columns: 1fr 1fr 1fr;
		row-gap: 20px;
	}
	footer .container {
		max-width: 90%;
	}
	.footer__wrap {
		column-gap: 0;
	}
	
	/*Products page*/
	#production__vawe {
		margin-top: 50px;
	}
	.production__title {
    	z-index: 100;
	}
	/*single product*/
	#primary-single {
		margin-top: 50px
	}
	.first__vawe-wrap {
   		grid-template-columns: 1fr 1fr;
	}
}
@media screen and (max-width: 768px) {
	.equipment__all {
		grid-template-columns: 1fr;
	}
	.obuch__wrapper {
		display: grid;
		grid-template-columns: 1fr;
		row-gap: 30px;
	}
	.form__flex img {
		display: none;
	}
	.articles__wrapper {
		grid-template-columns: 1fr 1fr;
		row-gap: 20px;
	}
	.info {
		position: static;
		max-width: 100%;
		box-shadow: none;
	}
	.footer__wrap {
		
		grid-template-columns: 1fr 1fr;
		column-gap: 20px;
	}
	/*Single produc page*/
	.first__vawe-wrap {
		display: flex;
		flex-direction: column-reverse;
	}
	.first__vawe-el img {
		max-width: 250px;
		
	}
	.first__vawe-el .btn__first-bt {
		margin-bottom: 50px;
	}
	.adv__add-wrap {    
		grid-template-columns: 1fr 1fr;
	}
	
	
}
@media screen and (max-width: 620px) {
	.about__wrapper-text {

		flex-direction: column;
		gap: 50px;
	}
	.about__wrapper-number h3 {
		text-align: left;
	}
	.about__wrapper-number p {
		text-align: left;
	}

	.articles__wrapper {
		grid-template-columns: 1fr;
		
	}
	#form h2 {
		max-width: 100%;
	}
	.formm {
		width: auto;
	}
	
	/*Single product page*/

	.video__about-wrap {
		   grid-template-columns: 1fr;
		row-gap: 30px;
	   }
		.man__wrapper {
		grid-template-columns: 1fr;
	}

}
	
@media screen and (max-width: 450px) {
	
	.firstscreen__wrapper h1 {
   		font-size: 6rem;
	}
		
	
	.footer__wrap {
    
		grid-template-columns: 1fr;
		column-gap: 20px;
	}
	/*single product page */
	
	.first__vawe-el h1 {
		font-size: 2rem;
	}
	.first__vawe-el h2 {
		font-weight: 500;
	}
	.adv__add-wrap {
		grid-template-columns: 1fr;
	}

	
}