
/**
 * CSS
 */

:root {
	--tb-primary: #122D4E;
}

html {
	color: #1A1A1A;
	font-family: 'DM Sans', sans-serif;
	font-display: swap;
}
* {
	font: inherit;
}
a {
	color: #DD223A;
}

h1, h2, h3, h4, h5, h6,
.spec .top,
.title {
	font-family: 'Manrope', sans-serif;
	font-display: swap;
}

.wrap {
	width: 1300px;
	margin: 0 auto;
}

.float_com {
	top: 50%;
	right: -8px;
	z-index: 0;
	position: absolute;
	transform: translateY(-50%);
	margin: 0;
}
.float_com li {
	list-style: none;
	padding: 0;
	margin: 16px 0;
}
.float_com a {
	display: block;
	color: var(--tb-primary);
	font-size: 24px;
	line-height: 40px;
	width: 40px;
	border-radius: 8px;
	box-shadow: 0px 8px 24px rgba(75, 75, 75, 0.1);
	background: #fff;
	text-align: center;
	-webkit-transition: all 250ms linear;
	-moz-transition: all 250ms linear;
	-ms-transition: all 250ms linear;
	-o-transition: all 250ms linear;
	transition: all 250ms linear;
}
.float_com a:hover {
	color: #fff;
	background: var(--tb-primary);
}

main > header .head .wrap > div {
	height: 88px;
	padding: 24px 0;
}

.head .logo {
	display: inline-block;
}
.head .logo img {
	display: block;
	height: 40px;
}


main > header .head {
	background: #fff;
	box-shadow: 0px 12px 32px rgba(27, 29, 51, 0.08);
	position: relative;
	z-index: 101;
}
main > header .line {
	background: #052244;
	color: #fff;
	padding: 8px 0;
	line-height: 16px;
	font-size: 12px;
	text-align: right;
}
main > header .line a {
	color: #fff;
	text-decoration: none;
}
main > header .line ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
main > header .line li {
	padding: 4px 0;
	display: inline;
}
main > header .line li:after {
	content: '';
	width: 1px;
	height: 16px;
	border-left: 1px solid #fff;
	display: inline;
	margin: 0 20px;
}
main > header .line li:last-child:after {
	display: none;
}

main > header .line i {
	font-size: 1.2em;
	margin-right: 5px;
}

.float-menu {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	overflow: auto;
	max-height: 100%;
	background: #e6e9ed;
	z-index: 100;
	padding: 136px 0 48px;
}
.float-menu ul {
	list-style: none;
	padding: 0;
}
.float-menu li {
	padding: 4px 0;
}
.float-menu h3 {
	color: var(--tb-primary);
	font-size: 16px;
	font-weight: bold;
}
.float-menu a {
	color: var(--tb-primary);
	font-size: 14px;
	line-height: 1.2em;
	text-decoration: none;
}

footer {
	background: var(--tb-primary);
	color: #fff;
	font-size: 14px;
	padding-top: 60px;
}
footer a {
	color: inherit;
	text-decoration: none;
}
footer a:hover {
	color: inherit;
	text-decoration: underline;
}
footer .row {
	border-bottom: 1px solid rgba(255, 255, 255, .4);
	margin-bottom: 40px;
	padding-bottom: 40px;
}
footer .row:last-child {
	border: 0 none;
	margin-bottom: 0;
}
footer .logo {
	margin-bottom: 1rem;
	display: inline-block;
}
footer .logo img {
	display: block;
	height: 40px;
}
footer .soc {
	margin-top: 1rem;
	font-size: 1.75rem;
}
footer .log img {
	display: inline-block;
	margin-left: .75rem;
}
footer .links h2 {
	font-size: 20px;
	margin-bottom: 1.5em;
}
footer .links h3 {
	font-size: 14px;
	margin-bottom: 1em;
}
footer .links li {
	margin-bottom: .25em;
	margin-right: 1rem;
}
footer .links a,
footer .links a:hover,
footer p {
	color: rgba(255, 255, 255, .8);
	font-size: 12px;
}

footer ul {
	padding: 0;
	margin: 0 0 2rem;
	list-style: none;
}
footer li {
	margin-bottom: 0.75rem;
}
footer i {
	margin-right: 0.25rem;
}


.top-search {
	position: relative;
	display: inline-block;
	position: relative;
}
.top-search input {
	width: 330px;
	padding-right: 2rem;
	color: #959FB5;
	padding: 8px 16px;
	padding-right: 2em;
	background: rgba(5, 34, 68, 0.02);
	border-radius: 8px;
	border: 0 none;
}
.top-search button {
	color: #959FB5;
	position: absolute;
	top: 0;
	right: 0;
	padding: 8px 8px;
	border: 0 none;
}
.top-search .search-block {
	display: none;
	background: #fff;
	width: 680px;
	position: absolute;
	left: 0;
	top: 80px;
	z-index: 2;
	padding: 16px;
	box-shadow: 0px 12px 32px rgba(27, 29, 51, 0.08);
	border-radius: 0px 0px 4px 4px;
	min-height: 100px;
}
.top-search .search-wrap {
	max-height: 480px;
	overflow: auto;
}

.top-search .search-block strong,
.top-search .search-block h3 {
	font-size: 14px;
	font-weight: 700;
}
.top-search .search-block p {
	font-size: 12px;
	margin: 0;
	color: #505050;
}
.top-search .search-block .row {
	border-bottom: 1px solid #E0E0E0;
	margin-bottom: 16px;
	padding-bottom: 16px;
}
.top-search .search-block .row:last-child {
	border-bottom: 0 none;
	margin-bottom: 0;
}
.top-search .search-block .bottom {
	padding-top: 16px;
}
.top-search .search-block .bottom .btn {
	width: 100%;
	display: block;
}
.search-loading {
	background: #fff;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	opacity: .7;
}
.search-not-found {
	color: #959FB5;
}

.search-on {
	overflow: hidden;
}
.search-overlay {
	display: block;
	background: rgba(230, 233, 237, .9);
	backdrop-filter: blur(2px);
	position: fixed;
	opacity: 0;
	z-index: 99;

	width: 0;
	height: 0;

	-webkit-transition: all 250ms linear;
	-moz-transition: all 250ms linear;
	-ms-transition: all 250ms linear;
	-o-transition: all 250ms linear;
	transition: all 250ms linear;
}
.search-on .search-overlay {
	display: block;
	opacity: 1;

	top: 88px;
	right: 0;
	left: 0;
	bottom: 0;

	width: auto;
	height: auto;
}

.top-menu {
	justify-content: right;
	border-right: 1px solid #E0E0E0;
	padding-left: 60px;
	padding-right: 60px;
	margin-right: 10px;
}
.top-menu ul {
	padding: 0;
	margin: 0;
	text-align: right;
}
.top-menu li {
	list-style: none;
	display: inline-block;
}
.top-menu a {
	text-decoration: none;
	color: #1A1A1A;
	font-size: 14px;
	line-height: 40px;
	font-weight: 700;
	display: block;
	padding: 0 12px;
}


.order.content,
.catalog.content,
.block {
	padding: 100px 0;
}
.block .head.title {
	font-size: 48px;
	line-height: 1.25em;
	text-align: center;
	width: 60%;
	margin: 0 auto;
	font-weight: 700;
	color: #1A1A1A;
}
.block .head.title.pinfo {
	margin-bottom: 60px;
}
.block .head.info {
	text-align: center;
	width: 60%;
	margin: 1em auto 60px;
	font-size: 16px;
	line-height: 1.25em;
	color: #656565;
}

.block.text .wrap {
	padding-left: 5rem;
	padding-right: 10rem;
}
.block.text p {
	text-align: justify;
}
.block.text .wrap > div {
	padding: 5px;
}

.contacts .inner,
.block.gmap .wrap {
	padding-left: 10rem;
	padding-right: 10rem;
}

.wy,
.catalog.head,
.banner {
	background: url(/design/bg.png) top center;
	padding: 80px 0;
	color: var(--tb-primary);
}
.contacts.head .wrap,
.order.head .wrap,
.catalog.head .wrap,
.banner .wrap {
	position: relative;
}
.contacts.head,
.order.head {
	background: #e6e9ed;
	padding: 80px 0;
	color: var(--tb-primary);
}
.banner .logos {
	margin-top: 80px;
}
.widget,
.ctg {
	/*--bs-accordion-border-color: transparent;*/
	--bs-accordion-border-width: 0;
	--bs-accordion-active-color: #fff;
	--bs-accordion-active-bg: var(--tb-primary);
	--bs-accordion-btn-focus-box-shadow: 0;
	--bs-accordion-icon-active-color: #fff;
	--bs-accordion-btn-active-icon: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'><path fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/></svg>") !important;

	box-shadow: 0px 24px 40px rgba(26, 26, 26, 0.16);
	overflow: hidden;
	border-radius: 8px;
	margin-bottom: 2rem;
}
.widget .title,
.ctg h2 > button {
	padding: 16px 32px;
	font-size: 18px !important;
	/*margin-bottom: .8em !important;*/
	/*border-top: 1px solid #E4E4E4;
	border-bottom: 1px solid #E4E4E4;*/
}
.ctg h2 > button {
	color: #1A1A1A;
}
.widget .title {
	font-size: 18px !important;
	margin-bottom: .8em !important;
	/*border-top: 1px solid #E4E4E4;
	border-bottom: 1px solid #E4E4E4;*/
}
.widget .title {
	color: var(--bs-accordion-active-color);
	background-color: var(--bs-accordion-active-bg);
}
.widget .list a {
}
.widget .list li {
	display: flex;
	align-items: center;
}
.widget .list li .form-check-input {
	margin: 0 .5rem 0 0;
}
.widget .list li .count {
	margin-left: auto;
}
.widget .widget_submit {
	padding: 0 32px 16px;
}




.ctg ul {
	padding: 8px 32px;
	margin: 0;
}
.ctg ul ul {
	padding-right: 0;
}
.ctg .accordion-collapse > ul {
	border-top: 1px solid #E4E4E4;
	border-bottom: 1px solid #E4E4E4;
}
.ctg li {
	list-style: none;
}
.ctg a {
	display: block;
	text-decoration: none;
	padding: 8px 0;
	color: #656565;
}
.ctg a:hover {
	text-decoration: underline;
	color: #122D4E;
}
.ctg a.active {
	text-decoration: underline;
	color: #122D4E;
}
.banner .img {
	margin-bottom: 40px;
}
.banner .img img {
	max-width: 100%;
}
.banner .title {
	line-height: 1.2em;
	font-size: 64px;
	font-weight: 800;
}
.banner h1.title {
	margin-top: 50px;
}
.banner .info {
	font-size: 16px;
	line-height: 1.25em;
	margin: 15px 0 80px;
	width: 90%;
}
.banner .logo {
	margin-top: -40px;
	margin-bottom: 80px;
}

.bbox {
	background: #fff;
	box-shadow: 0px 8px 15px rgba(75, 75, 75, 0.1);
	padding: 24px;
	margin: 40px 0 50px;
	position: relative;
}

.bbox .bc {
	background: var(--tb-primary);
	width: 48px;
	line-height: 48px;
	border-radius: 8px;
	color: #fff;
	font-size: 24px;
	text-align: center;
	margin: 0 auto;
	z-index: 2;
	position: relative;
}
.bbox .bt {
	font-size: 18px;
	line-height: 24px;
	font-weight: 700;
	text-align: center;
	color: var(--tb-primary);
	margin: 16px 0 4px;
}
.bbox .bd {
	font-size: 16px;
	line-height: 24px;
	text-align: center;
}

.bbox:after {
	display: block;
	border-top: 3px dotted #a0abb8;
	content: '';
	position: absolute;
	left: 16%;
	right: 16%;
	top: 48px;
}


.blocks .bb,
.blocks .bb1,
.blocks .bb2,
.blocks .bb3 {
	border-radius: 8px;
	background-color: #E6E9ED;
	height: 100%;
	padding: 45px 40px;
	display: block;
	background-position: right bottom;
	background-repeat: no-repeat;
	text-decoration: none;
	color: inherit;
	-webkit-transition: all 250ms linear;
	-moz-transition: all 250ms linear;
	-ms-transition: all 250ms linear;
	-o-transition: all 250ms linear;
	transition: all 250ms linear;
	box-shadow: 0px 8px 24px rgba(75, 75, 75, 0.1);
}
.blocks .bb1 {
	background-image: url(/design/img1.png);
}
.blocks .bb2 {
	background-image: url(/design/img2.png);
}
.blocks .bb3 {
	background-image: url(/design/img3.png);
}
.blocks .bb1 .title,
.blocks .bb2 .title,
.blocks .bb3 .title {
	font-size: 32px;
	line-height: 1.25em;
	width: 70%;
	font-weight: 700;
	margin-bottom: 1rem;
}
.blocks p {
	font-size: 14px;
	margin: 0;
}
.blocks .bb1:hover,
.blocks .bb2:hover,
.blocks .bb3:hover {
	color: #fff;
	background-color: var(--tb-primary);
}

.blocks .bb {
	background: #fff;
	box-shadow: 0px 8px 15px rgba(75, 75, 75, 0.1);
	padding: 24px;
}

.blocks.wy .icon {
	font-size: 32px;
	margin-bottom: 10px;
}
.blocks.wy .bb .title {
	width: auto;
	font-size: 24px;
	font-weight: 700;
	color: #1A1A1A;
	margin-bottom: 10px;
}
.blocks.wy .bb p {
	color: #656565;
}

.partners {
	background: #E6E9ED;
}
.partners .logos {
}
.projects .title {
	padding: 32px 32px 16px;
	font-size: 48px;
	font-weight: 700;
}
.projects .info {
	padding: 0 32px;
	font-size: 16px;
}
.projects .swiper-slide {
	border-radius: 8px;
	background: var(--tb-primary);
	color: #fff;
}
.projects .swiper-slide .row {
	min-height: 350px;
}
.projects .img {
	height: 100%;
	/*background-position: right bottom;*/
	background-repeat: no-repeat;
	border-top-right-radius: 8px;
	border-bottom-right-radius: 8px;
	background-size: cover;
}
.banner .swiper-slide {
	display: flex !important;
	height: auto;
	align-items: center;
	justify-content: center;
}

.tst.odd {
	background: #E6E9ED;
}
.tst .bb {
	height: auto;
}
.tst .cont .info {
	background: url(/design/q.png) no-repeat top left;
	margin: 20px -10px;
	padding: 15px 10px;
}
.tst .au {
	border-top: 1px solid #0392BF;
	padding-top: 30px;
}
.tst .au img {
	display: block;
	width: 36px;
	height: 36px;
	border-radius: 50%;
}
.tst .au .t {
	font-size: 14px;
	line-height: 1.75em;
	font-weight: 700;
	color: #0392BF;
}
.tst .au .p {
	font-size: 12px;
}


.catalog .breadcrumbs {
	color: #656565;
	margin: -40px 0 48px;
}
.catalog .breadcrumbs a {
	color: #212121;
	text-decoration: none;
}
.catalog .breadcrumbs i {
	display: inline-block;
	margin: 0 7px;
}
.order h1,
.catalog h1 {
	font-size: 64px;
	font-weight: 800;
	margin-bottom: 20px;
}
.order.product h1,
.catalog.content .title,
.catalog.product h1 {
	font-size: 48px;
	margin-bottom: 32px;
}
.categories {
	margin-top: -10px;
}
.product-item {

}
.product-item a {
	display: block;
	margin-top: 10px;
	margin-bottom: 20px;
	padding: 16px;
	border-radius: 8px;
	background: #fff;
	box-shadow: 0px 4px 8px rgba(26, 26, 26, 0.2);
	text-decoration: none;
	color: #1A1A1A;
}
.product-item .image {
	height: 250px;
	display: flex;
	text-align: center;
	align-items: center;
	justify-content: center;
	position: relative;
}
.product-item .image img {
	max-width: 100%;
}
.sticky-sale,
.sticky-unavailable {
	font-size: 12px;
	line-height: 16px;
	padding: 4px 8px;
	border-radius: 4px;
	top: 0;
	left: 0;
	position: absolute;
}
.images .sticky-sale,
.images .sticky-unavailable {
	top: 16px;
	left: 16px;
	z-index: 9;
}
.sticky-sale {
	background: #DD223A;
	color: #fff;
}
.sticky-unavailable {
	background: #122D4E;
	color: #fff;
}

.product-item .image img {
	max-width: 100%;
	max-height: 100%;
}
.product-item h2 {
	color: var(--tb-primary);
	font-size: 18px;
	margin: 4px 0;
}
.product-item h3 {
	color: var(--tb-primary);
	font-size: 14px;
	margin-top: 10px;
}
.product-item p {
	font-size: 12px;
	margin: 8px 0 16px;
}
.product-item .price {
	font-size: 14px;
}
.product-item .price strong {
	font-size: 18px;
	color: #DD223A;
	font-weight: 700;
}
.catalog .price .unavailable {
	color: #DD223A;
}
.catalog.product .price strong {
	font-size: 32px;
}
.catalog.product .price strike {
	font-size: 24px;
	color: #656565;
}
.catalog .button {
	text-align: center;
	color: #fff;
	background: var(--tb-primary);
	border: 1px solid var(--tb-primary);
	line-height: 16px;
	padding: 10px 24px;
	border-radius: 18px;
	text-decoration: none;
	display: block;
}
.catalog .button:hover,
.catalog .button:active,
.catalog .button:focus {
	background: #051426;
	border-color: #051426;
	color: #fff;
}
.catalog.product .button {
	padding: 12px 32px;
	line-height: 24px;
	border-radius: 24px;
	font-weight: 700;
}
.catalog.product .button.button-outline {
	background: transparent;
	color: var(--tb-primary);
}
.catalog.product .button.button-outline:hover,
.catalog.product .button.button-outline:active,
.catalog.product .button.button-outline:focus {
	color: #fff;
	background: var(--tb-primary);
	border-color: var(--tb-primary);
}
.stock {
	font-size: .75em;
	margin: .25rem 0 1rem;
}
.stock .stock-available {
	color: #07AC1B;
	font-weight: bold;
}
.stock .stock-unavailable {
	color: #DD223A;
	font-weight: bold;
}
.spec {
	background: #fff;
	border-radius: 8px;
	padding: 24px;
	color: #1A1A1A;
}
.spec .top {
	font-size: 18px;
	font-weight: 700;
	line-height: 24px;
	margin-bottom: 16px;
}
.spec .list > div span {
	display: block;
	padding: 8px 0;
	font-size: 12px;
	border-bottom: 1px solid #E4E4E4;
}
.spec .list > div:last-child span {
	border-bottom: 0 none;
}
.catalog.slider {
	overflow: hidden;
	padding: 100px 0;
}
.catalog.slider.odd {
	background: #FAFAFA;
}
.catalog.slider .top {
	margin-bottom: 40px;
}
.catalog.slider .title {
	font-size: 48px;
	font-weight: 700;
}



.block_content {
	margin: 64px 0;
}
.block_content .wrap {
	padding: 24px 32px;
	background: #FFFFFF;
	box-shadow: 0px 8px 24px rgba(75, 75, 75, 0.1);
	border-radius: 8px;
}
.block_content .gallery {
}
.block_content .gallery img {
	max-width: 100%;
	display: block;
}
.block_content .title {
	color: var(--tb-primary);
	font-weight: 700;
	font-size: 32px;
	line-height: 1.2em;
	border-bottom: 1px solid #E4E4E4;
	padding-bottom: 32px;
	margin-bottom: 32px;
}
.block_content .title strong {
	background: var(--tb-primary);
	border-radius: 8px;
	color: #fff;
	display: inline-block;
	font-weight: 700;
	text-align: center;
	width: 1.2em;
	margin-right: 10px;
}



/* START swiper */
.static .swiper-button-next,
.static .swiper-button-prev {
	display: inline-block;
	position: static;
	margin: 0;
	font-size: 30px;
	color: var(--tb-primary);
}
.static .swiper-button-next:after,
.static .swiper-button-prev:after {
	display: none;
}
.static .swiper-pagination {
	position: static;
	margin-top: -5px;
}
.static .swiper-pagination-bullet {
	border: 1px solid var(--tb-primary);
	background: #fff;
	opacity: 1;
}
.static .swiper-pagination-bullet-active {
	background: var(--tb-primary);
}
.swiper-button-lock {
	display: none !important;
}


.tst .swiper {
	margin: 0 -15px;
}
.tst .swiper-slide {
	padding: 10px 15px 40px;
	/*padding-right: calc(var(--bs-gutter-x) * .5) !important;
	padding-left: calc(var(--bs-gutter-x) * .5) !important;*/
}
.projects .swiper-wrapper {
	margin-bottom: 30px;
}
.banner .logos .swiper-wrapper,
.partners .swiper-wrapper {
	text-align: center;
	align-items: center
}
.banner .swiper-wrapper img,
.partners .swiper-wrapper img {
	max-width: 90%;
	max-height: 100%;
}
/* END swiper */


.pagination {
	--bs-pagination-bg: transparent;
	--bs-pagination-hover-bg: transparent;
	--bs-pagination-disabled-bg: transparent;
	--bs-pagination-border-width: 0;
	--bs-pagination-color: #122D4E;
	--bs-pagination-active-bg: #122D4E;
	justify-content: center;
}
.pagination .page-item * {
	width: 48px;
	line-height: 48px;
	text-align: center;
	border-radius: 24px !important;
	padding: 0;
	display: block;
}


.images {
	position: relative;
}
.images .main {
	border-radius: 8px;
	padding: 32px;
	background: #fff;
	position: relative;
}
.images .main .swiper-button-next {
	color: #000;
}
.images .main .swiper-button-prev {
	color: #000;
}
.images .thumbs .swiper-slide {
	border-radius: 8px;
	padding: 16px;
	background: #fff;
}
.images .swiper {
	width: 100%;
	height: 100%;
}
.images .swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
}
.images .swiper-slide img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.images .swiper {
	width: 100%;
	height: 300px;
	margin-left: auto;
	margin-right: auto;
}
.images .swiper-slide {
	background-size: cover;
	background-position: center;
}
.images .mySwiper2 {
	height: 70%;
	width: 100%;
}
.images .mySwiper2 {
	height: 70%;
	width: 100%;
}
.images .mySwiper {
	height: 20%;
	box-sizing: border-box;
	padding: 20px 0;
}
.images .mySwiper .swiper-slide {
	width: 25%;
	height: 100%;
	opacity: 0.5;
}
.images .mySwiper .swiper-slide-thumb-active {
	opacity: 1;
}
.images .swiper-slide img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.btn.btn-primary {
	background: var(--tb-primary);
	border-color: var(--tb-primary);
	color: #fff;
	padding: 12px 32px;
	line-height: 24px;
	border-radius: 24px;
	font-weight: 700;
}
.btn.btn-primary:hover,
.btn.btn-primary:active,
.btn.btn-primary:focus {
	background: #051426;
	border-color: #051426;
	color: #fff;
}
.btn.btn-sm {
	line-height: 16px;
	padding: 10px 24px;
	border-radius: 18px;
}


/* START bootstrap 5 style changes */
.modal {
	--bs-modal-width: 456px;
}
.modal-backdrop {
	--bs-backdrop-opacity: 1;
	background: rgba(230, 233, 237, .9);
	backdrop-filter: blur(2px);
}
.modal-header {
	background-color: #fff !important;
	border: 0;
}
.modal-header .btn-close {
	right: 1.5rem;
	position: absolute;
	top: 1.25rem;
	z-index: 5;
}
.modal-title {
	font-size: 32px;
	line-height: 40px;
	font-weight: 700;
	text-align: center;
	color: var(--tb-primary);
}
.modal-content {
	border: 0 none;
	box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.07);
	border-radius: 8px;
}
.modal-footer {
	justify-content: flex-start;
	border: 0 none;
}

.modal-header .btn-close {
	width: 2.5rem;
	height: 2.5rem;
	padding: 0;
	background-color: #fff;
	text-shadow: none;
	border-radius: 50%;
	opacity: .5
}
.modal-header .btn-close:hover,
.modal-header .btn-close:focus {
	opacity: 1 !important;
	background-color: rgba(0, 0, 0, 0.05)
}
/* END bootstrap 5 style changes */

.modal .top {
	text-align: center;
}
.modal .top h4 {
	font-size: 16px;
	line-height: 40px;
	font-weight: 700;
	text-align: center;
	color: var(--tb-primary);
}
.modal .top p {
	font-size: 16px;
	line-height: 24px;
	font-weight: 400;
	text-align: center;
}
.modal .top .icon {
	font-size: 32px;
	line-height: 1.2em;
	text-align: center;
}
.modal-footer .btn {
	display: block;
	width: 100%;
}

.form-control.is-valid,
.was-validated .form-control:valid {
	border: 1px solid #ced4da !important;
	background-image: none !important;
	background-repeat: no-repeat;
}


.privacy {
	position: fixed;
	bottom: 0;
	left: 0.5rem;
	background: rgba(255, 255, 255, 0.8);
	border-radius: 0.5rem 0.5rem 0 0;
	padding: 0.25rem 0.5rem;
	text-align: center;
	z-index: 11;
}

/* last */
.float_com_off {
	padding-right: 50px;
}


@media screen and (max-width: 992px) {
	.wrap {
		width: 100%;
		padding-left: 25px;
		padding-right: 25px;
	}
	.float_com {
		right: 20px;
	}
	.banner {
		padding-bottom: 0;
	}
	.order h1,
	.catalog h1,
	.banner .title {
		font-size: 48px;
	}
	.banner .logos {
		padding-bottom: 45px;
	}
	.block.blocks {
		padding: 30px 0;
	}
	.catalog.slider,
	.block.tst,
	.block {
		padding: 45px 0;
	}
	.block.blocks .row > div {
		padding-top: 15px;
		padding-bottom: 15px;
	}
	.block.blocks.wy .title {
		padding-top: 15px;
	}
	.catalog.slider .title,
	.block .head.title {
		font-size: 32px;
	}
	.block .head.title,
	.block .head.info {
		width: 100%;
	}
	.projects .img {
		height: 250px;
	}
	.projects .info {
		padding-bottom: 40px;
	}
	.projects .swiper-slide .row {
		border-radius: 8px;
		overflow: hidden;
	}
	.contacts .inner,
	.block.gmap .wrap {
		padding-left: 0;
		padding-right: 0;
	}
	.block.gmap {
		padding-top: 0;
		padding-bottom: 0;
	}
	.block.text .wrap {
		padding-left: 5rem;
		padding-right: 5rem;
	}

	/* last */
	.float_com_off {
		padding-right: 60px;
	}
}


@media screen and (max-width: 767px) {
	main > header .head .wrap > div {
		height: auto;
		padding: 10px 0;
	}
	.top-search {
		/*display: none;*/
		padding-top: 10px;
		display: block;
	}
	.top-search input {
		width: 100%;
	}
	.top-search button {
		top: 10px;
		right: 10px;
	}
	.top-search .search-block {
		width: auto;
	}
	/*.head {
		margin-top: 35px;
	}*/
}


@media screen and (max-width: 576px) {
	.wrap {
		padding-left: 10px;
		padding-right: 10px;
	}
	main > header .line li {
		display: block;
	}
	main > header .line li:after {
		display: none;
	}
	.float_com {
		right: 10px;
		display: none;
	}
	.order h1,
	.catalog h1,
	.banner .title {
		font-size: 32px;
	}
	.banner .info {
		width: 100%;
	}
	.blocks .bb1 .title,
	.blocks .bb2 .title,
	.blocks .bb3 .title {
		font-size: 24px;
	}
	.blocks .bb,
	.blocks .bb1,
	.blocks .bb2,
	.blocks .bb3 {
		padding: 40px 20px;
		/*background-size: 50%;*/
	}

	/* last */
	.float_com_off {
		padding-right: 0;
	}

	.privacy {
		left: 0;
	}
}

.video-container {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	height: 0;
}
.video-container iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}