*, {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	font-family: "Roboto", sans-serif;
}
a.active.focus,
a.active:focus,
a.focus,
a:active.focus,
a:active:focus,
a:focus,
button.active.focus,
button.active:focus,
button.focus,
button:active.focus,
button:active:focus,
button:focus,
.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
	outline: 0!important;
	outline-color: transparent!important;
	outline-width: 0!important;
	outline-style: none!important;
	box-shadow: 0 0 0 0 rgba(0,123,255,0)!important;
}
.header {
	background-color: var(--my_blue);
	padding: 10px 0;
}
.top-header {
	padding: 10px 5px;
	text-align: center;
}
.header .header-left-top,
.header .header-a-center {
	margin-bottom: 0;
}
.header .logo_link {
	font-size: calc(40px + 4 * (100vw / 1440));
	margin-bottom: 0;
    font-weight: 800;
    text-transform: uppercase;
    color: var(--my_white);
    text-decoration: none;
}
.header .header-left {
	color: var(--my_white);
	text-transform: lowercase;
	font-size: calc(16px + 3 * (100vw / 1440));
	letter-spacing: 4px;
	margin-bottom: 0;
}
.header .header-a-center a {
	text-decoration: none;
	font-size: calc(16px + 2 * (100vw / 1440));
	font-weight: 200;
	color: var(--my_white);
}
.header .header-a-center a:hover {
	color: var(--my_dark);
	transition: .5s ease;
}
.header .order {
	font-size: calc(16px + 2 * (100vw / 1440));
	font-weight: 200;
	color: var(--my_white);
	padding: 10px 15px;
	border: 2px solid var(--my_white);
	text-decoration: none;
	text-transform: uppercase;
}
.header .order:hover {
	background-color: var(--my_white);
	color: var(--my_red);
	transition: 1s ease;
}
.sticky-top {
	background-color: var(--my_blue);
	padding: 0 20px;
	opacity: .9;
}
.sticky-top  li a {
	color: var(--my_white)!important;
    font-size: calc(14px + 2 * (100vw / 1440));
    font-weight: 200;
    padding: 0;
    text-transform: uppercase;
}
.sticky-top li a:hover {
	color: var(--my_dark)!important;
	transition: .3s ease;
}
.one {
	background-image: url(/images/top_img.jpg);
	background-position: 50% 50%;
	background-size: cover;
	background-attachment: fixed;
	padding: 50px 0;
}
.one h1 {
	font-size: calc(30px + 8 * (100vw / 1440));
	text-align: center;
	color: var(--my_white);
	text-transform: uppercase;
	margin-bottom: 0;
	font-weight: 600;
}
.one h2 {
	font-size: calc(40px + 10 * (100vw / 1440));
	text-align: center;
	color: var(--my_yellow);
	text-transform: uppercase;
	margin-bottom: 10%;
	font-weight: 500;
}
.one h3 {
	font-size: calc(30px + 6 * (100vw / 1440));
	text-align: left;
	color: var(--my_white);
	font-weight: 300;
}
.one .one_text_about {
	font-size: calc(14px + 2 * (100vw / 1440));
	text-align: left;
	color: var(--my_white);
	margin-bottom: 0;
	font-weight: 200;
}
.one .one_text_about span {
	color: var(--my_yellow);
	font-weight: 300;
}
.two,
.material {
	background-color: var(--my_white);
	padding: 50px 0;
}
.two .my_two {
	padding: 10px;
	margin-bottom: 20px;
	box-shadow: 0px 0px 3px var(--my_darkrtansparent);
}
.two .my_two:hover {
	box-shadow: 0px 0px 10px var(--my_darkrtansparent);
	transition: .5s;
}
.two h2 {
	font-size: calc(30px + 5 * (100vw / 1440));
	font-weight: 600;
	text-align: center;
	margin-bottom: 30px;
	text-transform: uppercase;
	color: var(--my_dark);
}
.two h4 {
	font-size: calc(20px + 2 * (100vw / 1440));
	font-weight: 400;
	text-align: center;
	margin-bottom: 20px;
	text-transform: uppercase;
	color: var(--my_dark);
}
.two .my_two_text {
	font-size: calc(14px + 1 * (100vw / 1440));
	font-weight: 300;
	text-align: justify;
	margin-bottom: 20px;
	text-transform: lowercase;
	color: var(--my_dark);
	line-height: 20px;
}
.two .my_two_link a {
	font-size: calc(14px + 1 * (100vw / 1440));
	font-weight: 300;
	text-transform: uppercase;
	color: var(--my_red);
	text-decoration: none;
	display: table;
	padding: 10px 15px;
	border: 3px solid var(--my_red);
	margin-left: auto;
	margin-right: auto;
}
.two .my_two_link a:hover {
	background-color: var(--my_red);
	color: var(--my_white);
	transition: .3s ease;
}
.three {
	background-image: url(/images/three_img.jpg);
	background-position: 50% 50%;
	background-size: cover;
	background-attachment: fixed;
	padding: 50px 0;
}
.three h2 {
	font-size: calc(30px + 5 * (100vw / 1440));
	font-weight: 600;
	text-align: center;
	margin-bottom: 30px;
	text-transform: uppercase;
	color: var(--my_white);
}
.three .three_text {
	font-size: calc(20px + 1 * (100vw / 1440));
	font-weight: 300;
	text-align: left;
	text-transform: lowercase;
	color: var(--my_white);
	margin-bottom: 0;
}
.three .three_text span {
	color: var(--my_yellow);
	font-weight: 400;
	text-transform: uppercase;
}
.three .three_link a {
	font-size: calc(14px + 1 * (100vw / 1440));
	font-weight: 300;
	margin-bottom: 20px;
	text-transform: uppercase;
	color: var(--my_yellow);
	text-decoration: none;
	display: table;
	padding: 10px 15px;
	border: 3px solid var(--my_yellow);
	margin-left: auto;
	margin-right: auto;
}
.three .three_link a:hover {
	border: 3px solid var(--my_red);
	color: var(--my_white);
	background-color: var(--my_red);
	transition: .3s ease;
}
.four {
	background-color: var(--my_white);
	padding: 50px 0;
}
.four .four_img .img-fluid {
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 50%;
}
.four .four_img .img-fluid:hover {
	transform: scale(1.2);
	transition: .4s ease;
}
.four .four_info h2 {
	font-size: calc(30px + 5 * (100vw / 1440));
	font-weight: 600;
	text-align: left;
	margin-bottom: 30px;
	text-transform: uppercase;
	color: var(--my_dark);
}
.four .four_info .four_text {
	font-size: calc(20px + 1 * (100vw / 1440));
	font-weight: 200;
	text-align: left;
	text-transform: lowercase;
	color: var(--my_dark);
	margin-bottom: 0;
}
.five {
	background-color: var(--my_grey);
	padding: 50px 0;
}
.five .five_img .img-fluid {
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 45%;
}
.five .five_img .img-fluid:hover {
	transform: scale(1.2);
	transition: .4S ease;
}
.five .five_info h2 {
	font-size: calc(30px + 5 * (100vw / 1440));
	font-weight: 600;
	text-align: right;
	margin-bottom: 30px;
	text-transform: uppercase;
	color: var(--my_dark);
}
.five .five_info .five_text {
	font-size: calc(20px + 1 * (100vw / 1440));
	font-weight: 200;
	text-align: right;
	text-transform: lowercase;
	color: var(--my_dark);
	margin-bottom: 0;
}
.five .five_link {
	text-align: right;
	margin-top: 20px;
}
.five .five_link a {
	font-size: calc(14px + 1 * (100vw / 1440));
	font-weight: 300;
	margin-bottom: 20px;
	text-transform: uppercase;
	color: var(--my_red);
	text-decoration: none;
	padding: 10px 15px;
	border: 3px solid var(--my_red);
	margin-left: auto;
	margin-right: auto;
}
.five .five_link a:hover {
	border: 3px solid var(--my_red);
	color: var(--my_white);
	background-color: var(--my_red);
	transition: .3s ease;
}
.my_footer {
	background-color: var(--my_blue);
	padding: 50px 0;
	text-align: center;
	margin-top: -20px;
}
.my_footer .basement {
	padding: 10px 0;
}
.my_footer .basement .img-fluid {
	width: 60%;
	margin-bottom: 20px;
}
.my_footer .basement .basement_info {
	color: var(--my_white);
	text-transform: uppercase;
	font-size: calc(16px + 3 * (100vw / 1440));
	margin-bottom: 0;
	font-weight: 300;
}
.my_footer .basement .basement_tel,
.my_footer .basement .basement_menu {
	text-transform: lowercase;
	font-size: calc(16px + 3 * (100vw / 1440));
	margin-bottom: 0;
	font-weight: 200;
}
.my_footer .basement .basement_tel a,
.my_footer .basement .basement_name a,
.my_footer .basement .basement_menu a {
	color: var(--my_white);
	text-decoration: none;
}
.my_footer .basement .basement_tel a:hover,
.my_footer .basement .basement_name a:hover,
.my_footer .basement .basement_menu a:hover,
.my_footer .basement address a:hover {
	color: var(--my_yellow);
	transition: .3s ease;
}
.my_footer .basement address a {
	text-transform: lowercase;
	font-size: calc(16px + 3 * (100vw / 1440));
	margin-bottom: 10;
	font-weight: 200;
	text-decoration: none;
	color: var(--my_white);
}
.my_footer .basement .basement_name {
	text-transform: uppercase;
	font-size: calc(16px + 3 * (100vw / 1440));
	margin-bottom: 10;
	font-weight: 300;
	text-decoration: none;
	color: var(--my_white);
}
.contacts {
	background-color: var(--my_grey);
	padding: 50px 0;
}
.contacts .certificate_img .img-fluid {
    margin-top: 20px;
}
.contacts .contacts_img {
	padding: 20px 0;
	text-align: center;
}
.contacts .contacts_img .img-fluid {
	width: 40%;
	margin-bottom: 20px;
}
.contacts .contacts_img .header-a-center {
	font-size: calc(16px + 3 * (100vw / 1440));
	font-weight: 200;
	margin-bottom: 0;
}
.contacts .contacts_img .header-a-center a {
	text-decoration: none;
	color: var(--my_dark);
}
.contacts_text {
	padding: 20px 0;
	text-align: center;
}
.contacts .contacts_text h1 {
	font-size: calc(30px + 8 * (100vw / 1440));
	color: var(--my_dark);
	text-transform: uppercase;
	margin-bottom: 30px;
	font-weight: 400;
}
.contacts .contacts_text .contacts_info {
	font-size: calc(16px + 3 * (100vw / 1440));
	font-weight: 200;
	margin-bottom: 0;
	color: var(--my_dark);
	font-weight: 200;
}
.contacts .certificate {
    margin-top: 20px;
}
.material_info {
	padding: 20px;
	text-align: center;
}
.material .material_info .img-fluid {
	width: 100%;
	margin-bottom: 20px;
}
.material_info {
  position: relative;
}
.post-top {
  min-height: 45px;
  position: relative;
  overflow: hidden;
}
.post-top a {
  text-decoration: none;
  display: block;
}
.post-top-img {
  border-radius: 3px 3px 0 0;
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}
.post-top-angle {
  width: 180px;
  height: 30px;
  line-height: 30px;
  position: absolute;
  top: 20px;
  right: -50px;
  transform:rotate(45deg);
  color: var(--my_white);
  text-align: center;
  background: var(--my_red);
  font-size: calc(16px + 3 * (100vw / 1440));
  font-weight:200;
}
.post-top-price {
  width: 100%;
  position: absolute;
  bottom: 0;
  right: 0;
  text-align: right;
}
.post-top-price span {
display: inline-block;
  height: 45px;
  line-height: 45px;
  padding: 0 20px;
  background: var(--my_red);
  color: var(--my_white);
  font-size: calc(20px + 3 * (100vw / 1440));
  font-weight: 200;
}
.post-top-price:after {
  content: " ";
  display: block;
  height: 5px;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  background: var(--my_red);
}
.material .material_info .header-a-center {
	font-size: calc(16px + 3 * (100vw / 1440));
	font-weight: 300;
	margin-bottom: 0;
}
.material .material_info .header-a-center a {
	text-decoration: none;
	color: var(--my_dark);
}
.material .material_text {
	padding: 20px;
	overflow: scroll;
	height: 80vh;
	cursor: pointer;
}
.material .material_text:hover {
	box-shadow: 0px 0px 2px var(--my_darkrtansparent);
	transition: 1s ease;
}
.material .material_text h1 {
	font-size: calc(30px + 5 * (100vw / 1440));
	font-weight: 600;
	text-align: left;
	margin-bottom: 30px;
	text-transform: uppercase;
	color: var(--my_dark);
}
.material .material_text h2 {
	font-size: calc(25px + 5 * (100vw / 1440));
	font-weight: 400;
	text-align: left;
	margin-bottom: 30px;
	text-transform: uppercase;
	color: var(--my_dark);
}
.material .material_text .material_text_info {
	font-size: calc(16px + 3 * (100vw / 1440));
	font-weight: 300;
	margin-bottom: 10px;
	text-align: justify;
}
.material .material_text .info_name {
	font-size: calc(16px + 3 * (100vw / 1440));
	font-weight: 400;
	margin-bottom: 0;
	text-align: left;
}
.material .material_info .material_link a {
	text-transform: uppercase;
	font-size: calc(14px + 3 * (100vw / 1440));
	margin-top: 30px;
	font-weight: 200;
	text-decoration: none;
	color: var(--my_dark);
	padding: 5px 10px;
	border: 2px solid var(--my_red);
	display: inline-block;
}
.material .material_info .material_link a:hover {
	background-color: var(--my_red);
	border: 2px solid var(--my_red);
	color: var(--my_white);
	transition: .5s ease;
}
.photo_gallery {
	background-color: var(--my_white);
	padding: 50px 0;
}
.photo_gallery h1 {
	font-size: calc(30px + 6 * (100vw / 1440));
	text-align: center;
	color: var(--my_dark);
	font-weight: 300;
	margin-bottom: 50px;
}
.contacts .mod-breadcrumbs__wrapper .breadcrumb {
	background-color: var(--my_grey);
    margin-top: 20px;
}
.material .mod-breadcrumbs__wrapper .breadcrumb,
.photo_gallery .mod-breadcrumbs__wrapper .breadcrumb {
	background-color: var(--my_white);
    margin-top: 20px;
    font-weight: 200;
}
.mod-breadcrumbs__wrapper .breadcrumb .pathway {
	text-transform: lowercase;
	text-decoration: none;
	color: var(--my_dark);
	font-weight: 200;
}
.mod-breadcrumbs__wrapper .breadcrumb .pathway:hover {
	color: var(--my_red);
	font-weight: 200;
}
.mod-breadcrumbs__wrapper .breadcrumb .active span {
	color: var(--my_blue);
	text-transform: lowercase;
	font-weight: 200;
}
.gallery-container {
    display: flex; 
    flex-wrap: wrap; 
    gap: 15px; 
    justify-content: center; 
    padding: 20px;
}
.gallery-container a {
    display: block;
    overflow: hidden; 
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
.gallery-container img {
    width: 250px; 
    height: 250px; 
    object-fit: cover; 
    transition: transform 0.3s ease; 
}
.gallery-container img:hover {
    transform: scale(1.05); 
}
.photo_gallery .photo_gallery_contacts {
    display: flex; 
    flex-wrap: wrap; 
    gap: 15px; 
    justify-content: left; 
    padding: 20px;
}
.photo_gallery .photo_gallery_contacts a {
	border: 2px solid var(--my_red);
	padding: 5px 10px;
	color: var(--my_dark);
	font-size: calc(15px + 4 * (100vw / 1440));
	font-weight: 200;
	text-decoration: none;
	text-transform: lowercase;
}
.photo_gallery .photo_gallery_contacts a:hover {
	border: 2px solid var(--my_red);
	background-color: var(--my_red);
	color: var(--my_white);
	transition: .5s ease;
}
.classification {
	padding: 50px 0;
}
.classification .classification_text {
	padding: 20px;
	margin-bottom: 10px;
	background-color: var(--my_grey);
}
.classification .classification_info {
	padding: 20px;
	margin-bottom: 10px;
}
.classification h1 {
	font-size: calc(30px + 8 * (100vw / 1440));
	text-align: center;
	color: var(--my_dark);
	text-transform: uppercase;
	margin-bottom: 50px;
	font-weight: 600;
}
.classification h1 span {
	color: var(--my_blue);
}
.classification h2 {
	font-size: calc(25px + 10 * (100vw / 1440));
	text-align: center;
	color: var(--my_dark);
	text-transform: uppercase;
	margin-bottom: 40px;
	font-weight: 400;
}
.classification h2 span {
	color: var(--my_blue);
}
.classification h3 {
	font-size: calc(18px + 10 * (100vw / 1440));
	text-align: center;
	color: var(--my_dark);
	margin-bottom: 20px;
	font-weight: 300;
}
.classification h4 {
	font-size: calc(16px + 9 * (100vw / 1440));
	text-align: center;
	color: var(--my_blue);
	margin-bottom: 10px;
	font-weight: 300;
}
.classification .classification_text p {
	font-size: calc(16px + 2 * (100vw / 1440));
	text-align: justify;
	color: var(--my_dark);
	font-weight: 300;
}
.table thead th {
	font-size: calc(16px + 2 * (100vw / 1440));
	color: var(--my_dark);
	font-weight: 500;
	text-transform: uppercase;
}
.table td {
	font-size: calc(10px + 4 * (100vw / 1440));
	color: var(--my_dark);
	font-weight: 300;
	text-transform: lowercase;
}
.table td span {
	color: var(--my_blue);
	text-transform: uppercase;
}
.catalog {
	padding: 50px 50px;
	background: linear-gradient(rgba(26, 75, 255, .5) 30%, rgba(255, 255, 255, 1) 45% 50%, rgba(26, 75, 255, .5) 100%);
} 
.catalog h1 {
	font-size: calc(30px + 8 * (100vw / 1440));
	text-align: center;
	color: var(--my_white);
	text-transform: uppercase;
	margin-bottom: 50px;
	font-weight: 600;
}
.catalog .catalog_img {
	padding: 20px;
}
.catalog .catalog_menu p {
	margin-bottom: 10px;
}
.catalog .catalog_menu a {
	color: var(--my_white);
	font-size: calc(16px + 2 * (100vw / 1440));
	font-weight: 100;
	text-decoration: none;
	background-color: var(--my_blue);
	padding: 15px;
	display: block;
	text-align: center;
}
.catalog .catalog_menu span {
	color: var(--my_yellow);
	font-weight: 600;
}

.six {
	padding: 50px 50px;
	background-color: var(--my_white);
}
.six .img-fluid {
	height: 65px;
}
.six_info {
	height: 200px;
    text-align: center;
    padding: 10px;
    margin-bottom: 20px;
    box-shadow: 0px 0px 15px 0px var(--my_grey);
}
.six .six_img {
	margin-top: 30px;
	margin-bottom: 0;
}
.six h2 {
	font-size: calc(40px + 10 * (100vw / 1440));
	text-align: center;
	color: var(--my_dark);
	text-transform: uppercase;
	margin-bottom: 10%;
	font-weight: 500;
}
.six_info .six_text {
	font-size: calc(14px + 1 * (100vw / 1440));
	font-weight: 300;
	color: var(--my_dark);
}
