/*   
Theme Name: Magma
Theme URI: SuperGeek.ru
Description: SuperGeek LTD
Author: SuperGeek
Author URI: SuperGeek.ru
Version: 1.1
.
Развёрнутое описание SuperGeek.
.
*/

/* Лёгкое начертание (Light) */
@font-face {
    font-family: 'Gilroy-Light';
    src: url('/wp-content/themes/magma/stuff/fonts/Gilroy-Light.woff2') format('woff2');
    font-weight: 300; /* Лёгкий вес */
    font-style: normal;
}

/* Обычное начертание (Regular) */
@font-face {
    font-family: 'Gilroy-Regular';
    src: url('/wp-content/themes/magma/stuff/fonts/Gilroy-Regular.woff2') format('woff2');
    font-weight: 400; /* Обычный вес */
    font-style: normal;
}

/* Среднее начертание (Medium) */
@font-face {
    font-family: 'Gilroy-Medium';
    src: url('/wp-content/themes/magma/stuff/fonts/Gilroy-Medium.woff2') format('woff2');
    font-weight: 500; /* Средний вес */
    font-style: normal;
}

/* Жирное начертание (Bold) */
@font-face {
    font-family: 'Gilroy-Bold';
    src: url('/wp-content/themes/magma/stuff/fonts/Gilroy-Bold.woff2') format('woff2');
    font-weight: 700; /* Жирный вес */
    font-style: normal;
}



* {
	box-sizing: border-box;
	 
}

body {
	margin: 0;
	padding: 0;
	font-family: 'Gilroy-Regular', sans-serif;
	font-size: 19px;
	color: #000000;
	line-height: 1.42857143;
	background: #f0f0f0;
	width: 100%;
}

.container {
	width: 1110px;
	padding: 0px 0px;
	margin-left: auto;
	margin-right: auto;
}

.center {
	text-align: center;
}

.right {
	text-align: right;
}

strong {
	font-family: 'Gilroy-Bold', sans-serif;
}

/**** HEADER ****/

.home.page-template-page-main .block-1 {
	overflow: auto;
	padding-top: 0px;
	padding-bottom: 145px;
	background: url("/wp-content/uploads/2024/03/mainbg.jpg") no-repeat;
	background-size: cover;
}

.home.page-template-page-main .block-1-header {
	display: flex;
	flex-wrap: wrap;
}

.home.page-template-page-main .head-menu {
	width: 100%;
	margin-bottom: 33px;
	order: 1;
}


/* MOBILE MENU */

.block-mobile-menu {
	display: none;
}

/* MENU */

#menu-shapka-menyu,
#menu-shapka-menyu-1 {
	margin: 0px;
	padding: 0px;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
}

#menu-shapka-menyu li,
#menu-shapka-menyu-1 li {
	list-style: none;
	margin-left: 10px;
}

#menu-shapka-menyu li a,
#menu-shapka-menyu-1 li a{
	font-size: 13px;
	color: white;
	text-decoration: none;
	text-transform: uppercase;
	border-bottom: 0px solid rgba(255, 255, 255, 0);
	padding-top: 30px;
	padding-left: 5px;
	padding-right: 5px;
    padding-bottom: 15px;
    display: flex;
	background: rgba(248, 72, 72, 0);
}

#menu-shapka-menyu li a:hover,
#menu-shapka-menyu-1 li a:hover{
	background: #cb3737;
}

#menu-shapka-menyu .sub-menu,
#menu-shapka-menyu-1 .sub-menu {
    position: absolute;
    margin: 0px 0px 0px -150px;
    padding: 0;
    list-style: none;
    background: #292929;
    display: none;
    z-index: 99;
    width: 410px; 
}

#menu-shapka-menyu > li:hover .sub-menu,
#menu-shapka-menyu-1 > li:hover .sub-menu {
    display: flex;
	flex-wrap: wrap;
	padding: 18px 25px;
}

#menu-shapka-menyu .sub-menu li,
#menu-shapka-menyu-1 .sub-menu li {
	width: 50%;
	margin: 0px;
}

#menu-shapka-menyu .sub-menu a,
#menu-shapka-menyu-1 .sub-menu a {
	margin-bottom: -1px;
    border:none;
    text-transform: none;
    font-size: 13px;
	padding: 6px;
}

.menu-none {
	display: none !important;
}

/* STICKY MENU */

.block-0 {
	width: 100%;
	background: #1c1c1c;
	position: fixed;
	z-index: 100;
}

.block-0  #menu-shapka-menyu li a {
	padding-bottom: 30px;
}

.block-0 #menu-shapka-menyu .sub-menu li a {
	padding-bottom: 5px;
}

.page .block-0,
.category .block-0,
.single .block-0 {
	padding-top: 0px;
	padding-bottom: 0px;
	background: #1c1c1c;
	display: flex;
	flex-wrap: wrap;
}

.page .block-0 .block-1-header,
.category .block-0 .block-1-header,
.single .block-0 .block-1-header {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.page .block-0 .head-menu,
.category .block-0 .head-menu,
.single .block-0 .head-menu {
	order: 3;
	width: 500px;
	margin-bottom: 0px;
}

.home.page .block-0 .header-logo,
.category .block-0 .header-logo,
.single .block-0 .header-logo {
	order: 1;
	width: 150px !important;
	height: auto;
	padding-top: 20px;
}

.block-0 .container .block-1-header .header-logo {
	order: 1;
	width: 150px !important;
	height: auto;
	padding-top: 20px;
}

.home.page .block-0 .header-logo img,
.category .block-0 .header-logo img,
.single .block-0 .header-logo img {
	width: 143px;
	height: auto;
}

.block-0 .container .block-1-header .header-logo img {
	width: 143px;
	height: auto;
}

.page .block-0 .header-phone,
.category .block-0 .header-phone,
.single .block-0 .header-phone {
	width: 161px;
	order: 2;
	margin-right: 0;;
	padding-top: 32px;
}

.page .block-0 .header-button,
.category .block-0 .header-button,
.single .block-0 .header-button {
	width: 197px;
	order: 4;
	padding-top: 28px;
}

.page .block-0 .header-menu,
.category .block-0 .header-menu,
.single .block-0 .header-menu {
	order: 5;
	padding-top: 15px;
}

/* MENU */


.home.page-template-page-main .header-logo {
	width: 720px;
	order: 2;
	height: auto;
	padding-top: 0px;
}

.home.page-template-page-main .header-logo img {
	width: 336px;
}

 .header-phone {
	padding-top: 35px;
	margin-right: 30px;
	order: 3;
}

.header-phone a{
	text-decoration: none;
	color: white;
	font-family: 'Gilroy-Bold', sans-serif;
	font-size: 15px;
	line-height: 15px;
}

.header-phone a:before  {
	content: '';
	display: block;
	height: 20px;
	width: 20px;
	background: url("/wp-content/uploads/2024/03/tel.png") no-repeat;
	float: left;
	margin: -3px 8px 0 0;
    background-size: contain;
}

.home.page-template-page-main .header-button {
	padding-top: 30px;
}

.home.page-template-page-main .header-menu {
	padding-top: 15px;
}

.header-title {
	order: 6;
	width: 100%;
	margin-top: 115px;
	margin-bottom: 25px;
}

.header-title h1{
	color: #ffffff;
	text-transform: uppercase;
	font-family: 'Gilroy-Medium', sans-serif;
	font-size: 50px;
	line-height: 55px;
	padding: 0px;
	margin: 0px 0px 0px 0px;
}

.header-descr {
	order: 7;
	width: 100%;
	color: #ffffff;
	font-size: 24px;
	line-height: 30px;
	margin-bottom: 50px;
}

.header-button-1 {
	width: 100%;
	order: 8;
}

.header-button a,
.header-button-1 a{
	font-family: 'Gilroy-Light', sans-serif;
	color: white;
	text-transform: uppercase;
	text-decoration: none;
	border: 1px solid #cb3737;
	border-radius: 6px;
	background-color: #cb3737;
	padding: 14px 28px;
	font-size: 15px;
}

.header-button a:hover,
.header-button-1 a:hover{
	background-color: #1c1c1c;
	border: 1px solid #ffffff;
}

/**** SECTION 2 ****/ 

.block-2 {
	overflow: auto;
	padding-top: 115px;
	padding-bottom: 115px;
	background: url("/wp-content/themes/magma/stuff/media/block-2-bg.jpg") no-repeat;
	background-size: cover;
}

.block-2-metal {
	display: flex;
	flex-wrap: wrap;
}

.block-2-item-1 {
	width: 540px;
	height: 540px;
	margin-right: 45px;
}

.block-2-item-1-bg {
	height: 541px;
	width: 100%;
	background: url("/wp-content/themes/magma/stuff/media/block-2-img.jpg");
	background-repeat: no-repeat;
	background-position: center;
	border-radius: 8px;
}

.block-2 h3 {
	color: #1c1c1c;
	text-transform: uppercase;
	font-family: 'Gilroy-Bold', sans-serif;
	font-size: 40px;
	line-height: 50px;
	padding: 0px;
	margin: 0px 0px 10px 0px;
}

.block-2-item-2 {
	color: #1c1c1c;
}

.block-2 p {
	font-size: 17px;
}

.block-2 strong {
	font-family: 'Gilroy-Bold', sans-serif;
}

.block-2-list {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-left: 0px;
}

.block-2-list li{
	font-size: 17px;
	list-style: none;
}

.block-2-list li:before  {
	content: '';
	display: block;
	height: 13px;
	width: 13px;
	background: url("/wp-content/uploads/2024/03/check-mark.png") no-repeat;
	background-size: contain;
	float: left;
	margin: 8px 8px 0 0;
}

.block-2-button {
	margin-top: 113px;
}

.block-2-button a{
	font-family: 'Gilroy-Light', sans-serif;
	color: white;
	text-transform: uppercase;
	text-decoration: none;
	border: 1px solid #cb3737;
	border-radius: 6px;
	background-color: #cb3737;
	padding: 15px 30px;
	font-size: 15px;

}

.block-2-button a:hover{
	background-color: #1c1c1c;
	border: 1px solid #ffffff;
}

/**** SECTION 3 ****/ 

.block-3 {
	overflow: auto;
	padding-top: 115px;
	padding-bottom: 115px;
	background: #cb3737;
}

.block-3-uslugi {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.block-3 h3 {
	width: 100%;
	color: white;
	text-transform: uppercase;
	font-family: 'Gilroy-Bold', sans-serif;
	font-size: 40px;
	line-height: 50px;
	padding: 0px;
	margin: 0px 0px 20px 0px;
}

.block-3-item-2-bg {
	height: 541px;
	width: 100%;
	background: url("/wp-content/themes/magma/stuff/media/block-3-bg.jpg");
	background-repeat: no-repeat;
	background-position: center;
	border-radius: 8px;
}

.block-3-link-1,
.block-3-link-2,
.block-3-link-3,
.block-3-link-4,
.block-3-link-5,
.block-3-link-6,
.block-3-link-7,
.block-3-link-8,
.block-3-link-9,
.block-3-link-10,
.block-3-link-11,
.block-3-link-12,
.block-3-link-13 {
	width: 49%;
	float: left;
	margin-right: 2%;
}

.block-3-uslugi a {
	width: 90%;
	display: block;
	color: white;
	text-decoration: none;
	margin-left: 0px;
	font-family: 'Gilroy-Regular', sans-serif;
	font-size: 24px;
	line-height: 25px;
	padding-left: 25px;
	padding-top: 7px;
	padding-bottom: 8px;
	padding-right: 10px;
	border-radius: 6px;
}

.block-3-uslugi a:hover{
	background: #f84848;
}

.block-3-bg {
    margin-top: -480px;
	  width: 541px;
	  height: 545px;
    background: url(/wp-content/themes/magma/stuff/media/block-3-bg.jpg);
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 8px;
	background-size: cover;
}


.block-3-link-1:hover~.block-3-bg {
	background: url("/wp-content/uploads/2024/03/block-3-1.jpg") no-repeat;
	background-size: cover;
  }

.block-3-link-2:hover~.block-3-bg {
	background: url("/wp-content/uploads/2024/03/block-3-2.jpg") no-repeat;
	background-size: cover;
  }

.block-3-link-3:hover~.block-3-bg {
	background: url("/wp-content/uploads/2024/03/block-3-3.jpg") no-repeat;
	background-size: cover;
}

.block-3-link-4:hover~.block-3-bg {
	background: url("/wp-content/uploads/2024/03/block-3-4.jpg") no-repeat;
	background-size: cover;
  }

.block-3-link-5:hover~.block-3-bg {
	background: url("/wp-content/uploads/2025/02/ss1.webp") no-repeat;
	background-size: cover;
  }

.block-3-link-6:hover~.block-3-bg {
	background: url("/wp-content/uploads/2024/03/block-3-6.jpg") no-repeat;
	background-size: cover;
}

.block-3-link-7:hover~.block-3-bg {
	background: url("/wp-content/uploads/2024/03/block-3-7.jpg") no-repeat;
	background-size: cover;
  }

.block-3-link-8:hover~.block-3-bg {
	background: url("/wp-content/uploads/2024/10/blasting1.jpg") no-repeat;
	background-size: cover;
  }

.block-3-link-9:hover~.block-3-bg {
	background: url("/wp-content/uploads/2024/03/block-3-9.jpg") no-repeat;
	background-size: cover;
}

.block-3-link-10:hover~.block-3-bg {
	background: url("/wp-content/uploads/2024/04/block-3-11.jpg") no-repeat;
	background-size: cover;
  }

.block-3-link-11:hover~.block-3-bg {
	background: url("/wp-content/uploads/2024/03/block-3-10.jpg") no-repeat;
	background-size: cover;
}

.block-3-link-13:hover~.block-3-bg {
	background: url("/wp-content/uploads/2025/04/raz-rk.jpg") no-repeat;
	background-size: cover;
  }


.block-3 .block-3-uslugi-mobile,
.block-3 .block-3-button {
	display: none;
}



/**** SECTION 4 ****/

.block-4 {
	overflow: auto;
	padding-top: 115px;
	padding-bottom: 0px;
	margin-bottom: -140px;
}

.block-4-title {
	margin-bottom: 20px;
	text-align: center;
	color: #1c1c1c;
	margin-bottom: 50px;
}

.block-4-title h3{
	text-transform: uppercase;
	font-family: 'Gilroy-Bold', sans-serif;
	font-size: 40px;
	line-height: 50px;
	margin: 0px;
	padding: 0px;
}

.block-4-pluses {
	display: flex;
	flex-wrap: wrap;
	width: 780px;
	margin: 0 auto;
	justify-content: center;
}

.block-4-pluses-item {
	width: 30%;	
	margin-bottom: 60px;
	margin-left: 1.5%;
	margin-right: 1.5%
}

.block-4-pluses-item:nth-child(1) .block-4-pluses-icon  {
	background: url("/wp-content/themes/magma/stuff/media/block-4-pl1.png");
	background-repeat: no-repeat;
	background-position: center;
}

.block-4-pluses-item:nth-child(1):hover .block-4-pluses-icon {
	background: url("/wp-content/themes/magma/stuff/media/block-4-pl1r.png");
	background-repeat: no-repeat;
	background-position: center;
}

.block-4-pluses-item:nth-child(2) .block-4-pluses-icon {
	background: url("/wp-content/themes/magma/stuff/media/block-4-pl2.png");
	background-repeat: no-repeat;
	background-position: center;
}

.block-4-pluses-item:nth-child(2):hover .block-4-pluses-icon {
	background: url("/wp-content/themes/magma/stuff/media/block-4-pl2r.png");
	background-repeat: no-repeat;
	background-position: center;
}

.block-4-pluses-item:nth-child(3) .block-4-pluses-icon {
	background: url("/wp-content/themes/magma/stuff/media/block-4-pl3.png");
	background-repeat: no-repeat;
	background-position: center;
}

.block-4-pluses-item:nth-child(3):hover .block-4-pluses-icon {
	background: url("/wp-content/themes/magma/stuff/media/block-4-pl3r.png");
	background-repeat: no-repeat;
	background-position: center;
}

.block-4-pluses-item:nth-child(4) .block-4-pluses-icon {
	background: url("/wp-content/themes/magma/stuff/media/block-4-pl4.png");
	background-repeat: no-repeat;
	background-position: center;
}

.block-4-pluses-item:nth-child(4):hover .block-4-pluses-icon {
	background: url("/wp-content/themes/magma/stuff/media/block-4-pl4r.png");
	background-repeat: no-repeat;
	background-position: center;
}

.block-4-pluses-item:nth-child(5) .block-4-pluses-icon {
	background: url("/wp-content/themes/magma/stuff/media/block-4-pl5.png");
	background-repeat: no-repeat;
	background-position: center;
}

.block-4-pluses-item:nth-child(5):hover .block-4-pluses-icon {
	background: url("/wp-content/themes/magma/stuff/media/block-4-pl5r.png");
	background-repeat: no-repeat;
	background-position: center;
}

.block-4-pluses-icon {
	text-align: center;
	margin-bottom: 20px;
	height: 150px;
}

.block-4-pluses-title {
	font-family: 'Gilroy-Bold', sans-serif;
	font-size: 18px;
	text-align: center;
	color: #1c1c1c;
}

.block-4-pluses-item:hover .block-4-pluses-title {
	color: #cb3737;
}

/**** SECTION 5 ****/

.block-5 {
	overflow: auto;
	padding-top: 175px;
	padding-bottom: 115px;
	background: url("/wp-content/themes/magma/stuff/media/block-5.jpg") no-repeat;
	background-size: cover;
}

.block-5-form {
	width: 640px;
	margin: 0 auto;
	background: #cb3737;
	border-radius: 6px;
	padding:  60px 60px 25px 60px;
	
}

.block-5-form-title {
	text-align: center;
	margin-bottom: 20px;
}

.block-5 h3 {
	color: white;
	margin: 0;
	padding: 0;
	text-transform: uppercase;
	font-family: 'Gilroy-Bold', sans-serif;
	font-size: 40px;
	line-height: 50px;
}

.block-5-form-body {
	width: 400px;
	margin: 0 auto;
}

.form-item {
	margin-bottom: 10px;
}

.form-item p {
	color: white;
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 5px;
	font-family: 'Gilroy-Light', sans-serif;
	font-size: 16px;
}

.form-item p:first-child {
	padding-left: 12px;
}

.form-item input {
	width: 100%;
	border-radius: 6px;
	border: 1px solid #bababb;
	background: #FFF;
	padding: 14px 10px;
	margin-bottom: 10px;
}

.form-item textarea {
	width: 100%;
	height: 112px;
	border-radius: 6px;
	border: 1px solid #bababb;
	background: #FFF;
	padding: 14px 10px;
	margin-bottom: 10px;
}

.form-item input[type="checkbox" i] {
	width: 20px;
	display: inline;
}

.form-item p span {
	font-size: 14px;
	text-align: center;
	line-height: 14px;
}

.form-item input::placeholder {
  color: #bababa !important;
  font-size: 16px;
  font-weight: 400;
  font-family: 'Gilroy-Light', sans-serif;
}

.form-button {
	text-align: center;
}

.form-button input{
	display: block;
	font-family: 'Gilroy-Light', sans-serif;
	color: white;
	text-transform: uppercase;
	border: none;
	border-radius: 6px;
	background-color: #1c1c1c;
	padding: 14px 18px;
	font-size: 15px;
	margin: 0 auto;
	cursor: pointer;
}

.form-button input:hover {
	background-color: #2f2f2f;
}

.form-block {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.form-block-half {
	width: 48%;
}

.form-block-half .form-item {
	width: 402px;
}

.form-block-half p {
	color: #1c1c1c;
}

.form-block-half .form-button input[type="submit" i] {
	text-align: right;
    background: #cb3737;
    padding-left: 40px;
    padding-right: 40px;
    margin-top: 15px;
}

.form-block-half .form-button input[type="submit" i]:hover {
	background: #cb3737;
}

.form-block-half span .wpcf7-file:before {
	content: "Прикрепить файл";
    position: absolute;
    left: 0;
    top: -6;
    padding: 8px;
    background: #cb3737;
    color: #fff;
    width: 130px;
    text-align: center;
    border-radius: 5px;
    cursor: pointer;
  } 
  
  .form-item span .wpcf7-file {
	margin-top: 10px;
	width: auto;
    border-radius: 0px;
    border: 0px solid #bababb;
    background: transparent;
    padding: 0px;
	margin-left: 30px;
    margin-bottom: 42px;
	color: #1c1c1c;
	font-family: 'Gilroy-Light', sans-serif;
  }

/**** PAGE ****/

.page-id-74 {
	background: url(/wp-content/themes/magma/stuff/media/block-2-bg.jpg) no-repeat center;
    background-size: cover;
}

.page-id-74 .page-content {
	width: 860px;
	margin: 0 auto;
}

/* Page Header */

.page .block-1,
.category .block-1,
.single .block-1 {
	padding-top: 0px;
	padding-bottom: 30px;
	background: #1c1c1c;
	display: flex;
	flex-wrap: wrap;
}

.page .block-1-header,
.category .block-1-header,
.single .block-1-header {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
}

.page .head-menu,
.category .head-menu,
.single .head-menu {
	order: 2;
	width: 50%;
	margin-bottom: 0px;
}

.page .header-logo,
.category .header-logo,
.single .header-logo {
	order: 1;
	width: 50%;
	height: 62px;
	padding-top: 20px;
}

.page .header-logo img,
.category .header-logo img,
.single .header-logo img {
	width: 254px;
	height: auto;
}

.page .header-phone,
.category .header-phone,
.single .header-phone {
	width: 161px;
	order: 3;
}

.page .header-button,
.category .header-button,
.single .header-button {
	width: 198px;
	order: 4;
		padding-top: 30px;
	text-align: right;
}

.page .header-menu,
.category .header-menu,
.single .header-menu {
	order: 5;
	padding-top: 15px;
}

/* Page Body */

.block-page {
	background: url("/wp-content/themes/magma/stuff/media/block-2-bg.jpg") no-repeat;
	background-attachment: fixed;
	background-position: top center;
	background-size: cover;
	padding-top: 30px;
	overflow: auto;
}

.page-title h1{
	font-size: 40px;
	text-align: center;
	text-transform: uppercase;
	font-weight: bold;
	font-family: 'Gilroy-Bold', sans-serif;
}

.page-body {
	padding-bottom: 0px;
}

.rank-math-breadcrumb {
	font-size: 16px;
	color: #1c1c1c;
	margin-top: 0px;
	margin-bottom: 70px;
}

.rank-math-breadcrumb p {
	padding: 0;
	margin: 0;
}

.rank-math-breadcrumb a{
	font-size: 16px;
	color: #1c1c1c;
	text-decoration: none;
}

.rank-math-breadcrumb a:hover{
	color: #cb3737;
}

.contact-main-block {
	margin-bottom: 0px;
}

.contact-icon {
    background: #cb3737;
    border-radius: 6px;
    width: 50px;
    height: 50px;
    margin-right: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.contact-icon figure {
	margin: 0px;
}

.contact-icon figure img {
	width: 20px;
	height: 20px;
}

.contact-text p {
	margin-top: 0px;
}

.block-page h2 {
	font-size: 27px;
	text-transform: uppercase;
	font-weight: bold;
	font-family: 'Gilroy-Bold', sans-serif;
}

.block-page h2:before {
	content: ' '; 
	display: inline-block;
	width: 9px;
	height: 19px;
	background: #cb3737;
	margin-right: 10px;
}

.ya-map {
	width: 100%;
	height: 580px;
}

.contact-form {
	background: url("/wp-content/uploads/2024/03/contact-form.jpg") no-repeat;
	background-position: center;
	background-size: cover;
}

.contact-form-item {
	width: 860px;
	margin: 0 auto;
	padding-top: 110px;
	padding-bottom: 60px;
}

.contact-form h2 {
	color: #FFF;
	font-size: 40px;
	text-align: center;
	text-transform: uppercase;
	font-weight: bold;
	font-family: 'Gilroy-Bold', sans-serif;
	margin: 0px 0px 30px 0px;
}

.contact-form p {
	color: #FFF;
	text-align: center;
}

.contact-form .form-item p {
	color: #FFF;
	text-align: left;
}

.button-download a:after {
    content: '';
    display: block;
    height: 20px;
    width: 20px;
    background: url("/wp-content/uploads/2024/03/download-pdf.png") no-repeat;
	background-size: contain;
    float: right;
	margin: 0px 0px 0px 5px;
}

/* Company */

.company-block-1 {
	max-width: 1110px;
	margin: 0 auto;
	padding-bottom: 70px;
}

.company-block-1 h2:before {
    content: ' ';
    display: -webkit-inline-box;
    width: 9px;
    height: 73px;
    background: #cb3737;
    margin-right: 10px;
    float: left;
}

.company-block-2 {
	width: 100%;
	height: 330px;
	background: url("/wp-content/uploads/2024/03/company-3.jpg") no-repeat;
	background-size: cover;
	margin-bottom: 0px;
}

.company-block-3 {
	max-width: 1110px;
	margin: 0 auto;
}

.company-block-4 {
	width: 100%;
	background: #cb3737;
	padding-top: 70px;
	padding-bottom: 100px;
	color: #fff;
	margin-bottom: 0px;
}

.company-block-4 div:first-child {
	max-width: 1110px;
	margin: 0 auto;
}

.company-block-4 h3 br {
	display: none;
}

.company-block-4 img {
	border-radius: 20px;
}

.company-block-4 p {
	font-size: 18px;
	color: #fff;
}

.company-block-5 {
	padding-top: 110px;
	padding-bottom: 100px;
	margin-bottom: 0px;
	background: linear-gradient(to bottom, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0)); /* Сверху вниз */
}

.company-block-5 .company-block-inner {
	max-width: 1110px;
	margin: 0 auto;
}

.company-block-5-img img{
	border-radius: 20px;
}

.company-form-5-1 p,
.company-form-5-2 p,
.company-form-5-3 p {
	margin-top: 0px;
}

.company-block-5 .form-block {
	max-width: 860px;
	margin: 0 auto;
}


.company-block-6 {
	padding-top: 0px;
	padding-bottom: 100px;
	margin-bottom: 0px;
	background: #fff url(/wp-content/uploads/2024/03/company-5.jpg) bottom center no-repeat;
}

/* Uslugi */

.uslugi-block {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding-bottom: 100px;
}

.uslugi-item {
	height: 260px;
	width: 23%;
	margin-bottom: 20px;
	border-radius: 20px;
	display: flex;
	flex-direction: column-reverse;
}

 

.uslugi-title {
	padding: 12px 5px 12px 5px;
    text-align: center;
    background: #cb3737;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    height: 50px;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
}

.uslugi-title:hover {
	background: #951616;
}

.uslugi-title a {
	color: #FFF;
	font-size: 16px;
	text-align: center;
	text-transform: uppercase;
	font-weight: bold;
	font-family: 'Gilroy-Medium', sans-serif;
	text-decoration: none;
	width: 100%;
	height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}


.uslugi-item:nth-child(1) {
	background: url("/wp-content/uploads/2024/03/block-3-9.jpg") no-repeat;
	background-size: cover;
  }

  .uslugi-item:nth-child(2)  {
	background: url("/wp-content/uploads/2024/03/block-3-2.jpg") no-repeat;
	background-size: cover;
  }

  .uslugi-item:nth-child(3)  {
	background: url("/wp-content/uploads/2024/10/blasting1.jpg") no-repeat;
	background-size: cover;
}

.uslugi-item:nth-child(4)  {
	background: url("/wp-content/uploads/2024/03/block-3-4.jpg") no-repeat;
	background-size: cover;
  }

  .uslugi-item:nth-child(5)  {
	background: url("/wp-content/uploads/2025/02/ss1.webp") no-repeat;
	background-size: cover;
  }

  .uslugi-item:nth-child(6)  {
	background: url("/wp-content/uploads/2024/03/block-3-1.jpg") no-repeat;
	background-size: cover;
}

.uslugi-item:nth-child(7)  {
	background: url("") no-repeat;
	background-size: cover;
  }

.uslugi-item:nth-child(8)  {
	background: url("/wp-content/uploads/2024/03/block-3-3.jpg") no-repeat;
	background-size: cover;
  }

  .uslugi-item:nth-child(9)  {
	background: url("/wp-content/uploads/2024/03/block-3-7.jpg") no-repeat;
	background-size: cover;
  }

  .uslugi-item:nth-child(10)  {
	background: url("/wp-content/uploads/2024/04/block-3-11.jpg") no-repeat;
	background-size: cover;
}

.uslugi-item:nth-child(11)  {
	background: url("/wp-content/uploads/2024/03/block-3-10.jpg") no-repeat;
	background-size: cover;
  }

.uslugi-item:nth-child(12)  {
	background: url("/wp-content/uploads/2025/04/raz-rk.jpg") no-repeat;
	background-size: cover;
  }





/* SINGLE - PRODUCT */

.product-bg {
	
	border-radius: 20px;
	
}

.product-bg figure {
	display: flex;
	margin: 0;
	justify-content: center;
    align-items: center;
	padding-top: 10%;
	padding-bottom: 10%;
}

.page-template-page-usluga .product-bg figure {
	display: flex;
	margin: 0;
	justify-content: center;
    align-items: center;
	padding-top: 0%;
	padding-bottom: 0%;
}

.product-bg img {
	width: 80%;
	height: auto;
	margin: 0;
}

.page-template-page-usluga .product-bg img {
	width: 100%;
	height: auto;
	margin: 0;
	border-radius: 20px;
}

.form-product {
	font-family: 'Gilroy-Light', sans-serif;
    color: white;
    text-transform: uppercase;
    text-decoration: none;
    border: none;
    border-radius: 6px;
    background-color: #cb3737;
    padding: 15px 30px;
    font-size: 15px;
}

.form-product:hover {
	background-color: #1c1c1c;
}

.block-other-products {
	background: #cb3737;
	overflow: auto;
	padding-top: 80px;
	padding-bottom: 125px;
}

.block-other-products h2{
	font-size: 40px;
	text-transform: uppercase;
	font-weight: bold;
	font-family: 'Gilroy-Bold', sans-serif;
	text-align: center;
	color: #ffffff;
}

.block-other-products-section {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.other-products-item {
	width: 23.5%;
	display: flex;
	flex-wrap: wrap;
}

.other-products-item-header {
	width: 100%;
	background: white;
	border-top-right-radius: 20px;
	border-top-left-radius: 20px;
	padding-top: 70px;
	padding-bottom: 75px;
	
}

.other-products-img {
	text-align: center;
}

.other-products-img a{
	text-align: center;
	width: 80%;
	height: auto;
}

.other-products-img a img{
	text-align: center;
}

.other-products-item-header img {
	width: 80%;
	height: auto;
}

.other-products-item-footer {
	width: 100%;
	background: #1c1c1c;
	border-bottom-right-radius: 20px;
	border-bottom-left-radius: 20px;
	padding-top: 20px;
	padding-bottom: 20px;
}

.other-products-title {
	text-align: center;
	font-size: 18px;
	text-transform: uppercase;
	font-weight: bold;
	font-family: 'Gilroy-Bold', sans-serif;
	text-align: center;
	
}

.other-products-title a {
	color: #ffffff;
	text-decoration: none;
}

.other-products-bottom {
	text-align: center;
	padding-top: 40px;
    padding-bottom: 30px;
}

.other-products-bottom a {
	font-family: 'Gilroy-Light', sans-serif;
    color: white;
    text-transform: uppercase;
    text-decoration: none;
    border: none;
    border-radius: 6px;
	border: 1px solid #fff;
	background-color: #1c1c1c;
    padding: 15px 30px;
    font-size: 15px;
}

.other-products-bottom a:hover {
	border: 1px solid #cb3737;
	background-color: #cb3737;
}

.post-form {
	background: url("/wp-content/themes/magma/stuff/media/block-2-bg.jpg") no-repeat;
	background-attachment: fixed;
	background-position: top center;
	background-size: cover;
	overflow: auto;
	padding-top: 115px;
	padding-bottom: 125px;
}

.post-form-block {
	width: 860px;
	margin: 0 auto;
}

.post-form-block h3{
	font-size: 40px;
	text-transform: uppercase;
	font-weight: bold;
	font-family: 'Gilroy-Bold', sans-serif;
	text-align: center;
}


.page-template-page-usluga h3 {
	margin-top: 0px;
	margin-bottom: 10px;
	padding-top: 0px;
}

.page-id-35.page-template-page-usluga .company-block-4 img {
	height: 100% !important;
    object-fit: cover;
}

.page-id-47.page-template-page-usluga .company-block-4 img {
	height: auto !important;
    object-fit: cover;
}

.page-template-page-usluga .company-block-4 img {
	height: 595px !important;
    object-fit: cover;
}

.page-template-page-usluga ul li {
	list-style: none;
}

.page-template-page-usluga .block-page ul li:before  {
	content: '';
	display: block;
	height: 13px;
	width: 13px;
	background: url("/wp-content/uploads/2024/03/check-mark-white.png") no-repeat;
	background-size: contain;
	float: left;
	margin: 3px 8px 0px 0;
}

.page-id-51 .wp-block-list {
	margin: 0;
	padding-left: 10;
}

.page-id-51 .wp-block-list li{
	margin-bottom: 5px;
}


/* PP - Page */

.pp-slider-2 {
	width: 100% !important;
	 
}

.pp-slider-2-item {
	 
	width: 100% !important;
	 
}

.company-block-6 {
	padding-top: 0px;
	padding-bottom: 70px;
}


.company-block-6 div:first-child {
    max-width: 1110px;
    margin: 0 auto;
}


.page-id-33 .block-page ul li:before {
	margin: 8px 8px 0px 0 !important;
}


.company-block-6 ul li:before {
	background: url(/wp-content/uploads/2024/05/check-red-white.png) no-repeat !important;
    background-size: contain !important;
}

.page-id-51 .company-block-1 img{
	height: 800px;
	object-fit: cover;
}

.page-id-33 .company-block-5,
.page-id-51 .company-block-5 {
	text-align: center;
}


.page-id-33 .company-block-5 h4,
.page-id-51 .company-block-5 h4 {
	font-size: 17px;
	text-align: center;
}

.page-id-33 .company-block-5 p,
.page-id-51 .company-block-5 p {
	text-align: justify;
}

.page-id-33 .company-block-5 svg, 
.page-id-51 .company-block-5 svg {
	text-align: center;
	width: 80px;
	height: auto;
	color: #cb3737;
	margin: 0 auto;
}

.page-id-33 .company-block-5 svg path, 
.page-id-51 .company-block-5 svg path {
	fill: #cb3737;
}




/* TAB  */

.tab-wrap,
.tab-wrap-models {
	max-width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	position: relative;
	list-style: none;
}

.tab-wrap-models {
	padding-bottom: 50px;
}

.tab,
.tab-models {
	display: none;
}

.tab:checked:nth-of-type(1)~.tab__content:nth-of-type(1),
.tab:checked:nth-of-type(2)~.tab__content:nth-of-type(2),
.tab:checked:nth-of-type(3)~.tab__content:nth-of-type(3),
.tab-models:checked:nth-of-type(1)~.tab__content-models:nth-of-type(1),
.tab-models:checked:nth-of-type(2)~.tab__content-models:nth-of-type(2),
.tab-models:checked:nth-of-type(3)~.tab__content-models:nth-of-type(3) {
	opacity: 1;
	transition: 0.2s opacity ease-in, 0.3s transform ease;
	position: relative;
	top: 0;
	z-index: 0;
	transform: translateY(0px);
	height: 480px;
}

.tab-models:checked+label {
	color: black;
	font-weight: 600;
	cursor: default;
	font-size: 22px;
}

.tab-wrap-models .first-label {
	padding-right: 50px;
   
    margin-right: 50px;
    border-right: 1px solid #bebebe;
   
}

.tab-wrap-models .second-label {
	padding-right: 50px;
	 
	margin-right: 50px;
	border-right: 1px solid  #bebebe;
 
}

.tab-models+label {
	cursor: pointer;
	display: block;
	text-decoration: none;
	user-select: none;

	color: #707070;
	font-size: 22px;
	font-weight: 500;
}



.tab-models+label:hover {
	font-size: 22px;
	color: #0D0D0D;
}

.tab__content-models {
	padding: 0px;
	margin-top: 24px;
	position: absolute;
	width: 100%;
	z-index: -1;
	opacity: 0;
	left: 0;
	transform: translateY(-3px);
}

.tab1-info,
.tab2-info,
.tab3-info {
	width: 100%;
	height: 100%;
	padding-left: 32px;
	padding-bottom: 45px;
	padding-top: 32px;;
	padding-right: 30px;
	flex-direction: column;
	flex-wrap: wrap;
	justify-content: space-between;
}

.flickity-button {
	background: #333 !important;
  }
  .flickity-button:hover {
	background: #cb3737 !important;
  }
  
  .flickity-prev-next-button {
	width: 30px !important;;
	height: 30px !important;;
	border-radius: 6px !important;;
  }
  /* icon color */
  .flickity-button-icon {
	fill: white !important;;
  }

/* Category */

.category-6 .block-page {
	background: #f0f0f0;
	padding-bottom: 90px;
}

.category-6 .other-products-item {
	border-radius: 20px;
	margin-bottom: 20px;
	border: 1px solid rgba(28, 28, 28, 0);;
}

.category-6 .other-products-item:hover {
	border: 1px solid #1c1c1c;;
}

.category-6 .other-products-item-footer {
	background: #cb3737;
}

.category-6 .other-products-bottom a {
	font-family: 'Gilroy-Light', sans-serif;
    color: white;
    text-transform: uppercase;
    text-decoration: none;
    border: none;
    border-radius: 6px;
	border: 1px solid #fff;
	background-color: #cb3737;
    padding: 15px 30px;
    font-size: 15px;
}

.category-6 .other-products-bottom a:hover {
	border: 1px solid #1c1c1c;
	background-color:  #1c1c1c;
}

/* BLASTING */

.blasting-table table{
	border: none;
	border-radius: 6px;
	font-size: 18px;
	text-transform: uppercase;
	color: white;
}

.blasting-table table tr,
.blasting-table table td {
	border: none;
}


.blasting-table table tbody,
.blasting-table table tr {
	border-radius: 6px;
}

.blasting-table table td {
	
	background: #cb3737;
	padding-top: 15px;
	padding-bottom: 15px;
}

.blasting-table table td:first-child {
	border-top-left-radius: 6px;
	border-bottom-left-radius: 6px;
}

.blasting-table table td:last-child {
	border-top-right-radius: 6px;
	border-bottom-right-radius: 6px;
}

.blasting-table table td:hover {
	background: #f84848;
}


/* BLASTING */

.atbs-tabs-65e2be16 .tabs-container .tabs-nav .tabs-titles li {
	text-align: center;
}

.wp-block-atbs-tabs .tabs-titles {
	background-color: #cb3737 !important;
}

.wp-block-atbs-tabs .tabs-titles .tab-title {
	font-size: 18px;
}

.atbs-tabs-d76600f2 .wp-block-atbs-tabs .tabs-titles .tab-title {
	font-size: 16px !important;
}

.atbs-tabs-65e2be16 .tabs-container .tabs-nav .tabs-titles li::before {
	display: none;
}


/* LAZER */

.lazer-table {
	width: 30%;
	margin: 0 auto;
	border: none;
	color: #1c1c1c;
}

.lazer-table-2 {
	width: 50%;
	margin: 0 auto;
	border: none;
	color: #1c1c1c;
}

.lazer-table tr{
	
}

.lazer-table table tr td{
	border-top: 0;
	border-left: 0;
	border-right: 0;
	border-bottom: 1px solid #c9c9c9;
}

.lazer-table-2 table tr td{
	border-top: 0;
	border-left: 0;
	border-right: 0;
	border-bottom: 1px solid #c9c9c9;
}

.lazer-table td:nth-child(2){
	text-align: right;
}

.lazer-table-2 td:nth-child(1){
	width: 25%;
}

.lazer-table-2 td:nth-child(2){
	text-align: right;
}

.lazer-table-2 td:nth-child(3){
	text-align: right;
}


/* GIBKA */

.gibka-table {
	
	
	margin: 0 auto;
	border: none;
	color: #1c1c1c;
}

.gibka-table table {
	width: 1080px !important;
	overflow-x: scroll !important;
}

.gibka-table table tr td{
	border-top: 0;
	border-left: 0;
	border-right: 0;
	border-bottom: 1px solid #c9c9c9;
}

.gibka-table td {
	text-align: right;
}

.gibka-table td:nth-child(1){
	text-align: left;
}




/* FORM */

#form-product {
	display: none;
	background: url(/wp-content/uploads/2024/03/form-bg.jpg) center no-repeat;
	background-size: cover;
	width: 570px;
	padding: 50px 80px;
	border: 1px solid #888;
	border-radius: 15px;
  }

#form-product  .form-item p {
	color: #1c1c1c;
  }

#form-product h5 {
    font-size: 40px;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    font-family: 'Gilroy-Bold', sans-serif;
	margin-top: 0px;
	margin-bottom: 15px;
}

#form-product .form-button input {
	background-color: #cb3737;
}

#form-product .form-button input:hover {
	background-color: #1c1c1c;
}
  

/**** FOOTER ****/

.footer {
	background: #1c1c1c;
	padding-top: 115px;
	padding-bottom: 115px;
	color: white;
	margin-top: 00px;
}

.footer-block {
	display: flex;
	flex-wrap: wrap;
}

.footer-item-1 {
	margin-right: 117px;
	padding-top: 40px;
}

.footer-contact-item {
	margin-bottom: 22px;
	display: flex;
	flex-wrap: wrap;
}

.footer-contact-icon {
	background: #cb3737;
	border-radius: 6px;
	width: 50px;
	height: 50px;
	margin-right: 43px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.footer-contact-icon img {
	width: 20px;
	height: 20px;
}


.footer-contact-title {
	font-size: 13px;
	color: #c9c9c9;
	margin-bottom: 10px;
	font-family: 'Gilroy-Light', sans-serif;
}

.footer-contact-info {
	font-size: 20px;
	line-height:30px;
}

.footer-contact-info a {
	color: white;
	
	text-decoration: none;
}

.add-lh {
	line-height: 24px;
}

.footer-item-2 {
	margin-right: 190px;
	text-align: center;
	font-family: 'Gilroy-Regular', sans-serif;
}

.footer-item-2-logo {
	margin-bottom: 20px;
}

.footer-item-2-logo img {
	width: 167px;
	height: auto;
}

.footer-item-2-descr {
	font-size: 15px;
	line-height: 17px;
	margin-bottom: 25px;
}

.footer-item-2-icon {
	margin-bottom: 17px;
}

.footer-item-2-copyright {
	color: #c9c9c9;
	font-size: 13px;
}

.footer-item-3 {
	text-align: center;
	
}

.footer-item-3-menu {
	background: #cb3737;
	border-radius: 6px;
	padding: 55px 60px 60px 60px;
}

.footer-item-3 h4{
	font-size: 24px;
	margin: 0px;
	padding: 0px;
	color: #1b1b1b;
	font-family: 'Gilroy-Bold', sans-serif;
	text-transform: uppercase;
}

.footer-menu ul {
	margin: 10px 0px 0px 0px;
    padding: 0px;
}

.footer-menu ul li{
	list-style: none;
	padding: 0px;
    margin: 0px;
    height: auto;
}

.footer-menu ul li a{
	font-family: 'Gilroy-Medium', sans-serif;
	font-size: 13px;
	color: white;
	text-decoration: none;
	text-transform: uppercase;
}

.footer-menu ul li a:hover{
	color: #1b1b1b
}


