/*
 Theme Name:   bootScore 5 Child
 Author:       KoSteam
 Author URI:   https://seomax.guru/
 Template:     bootscore-main
 Description:  Тема для сайта CVC market Аренда инструмента и оборудования
*/

/* импортируем стили родительской темы */
@import url("../bootscore-main/style.css");

/* Свои дополнительные стили */

@font-face {
	font-family: "Noto Sans";
	src: url("./fonts/NotoSans-Regular.ttf");
	font-weight: 400;
}

@font-face {
	font-family: "Noto Sans";
	src: url("./fonts/NotoSans-Bold.ttf");
	font-weight: 700;
}

@font-face {
	font-family: "Noto Sans";
	src: url("./fonts/NotoSans-Italic.ttf");
	font-style: italic;
}

body.home {
	background-color: #dedede;
}

.main-menu {
	margin-left: 11px;
	position: relative;
	z-index: 9;
}

.main-menu__logo {
	height: 52px;
	min-width: 243px;
}

.main-menu__m-logo {
	height: 52px;
	min-width: 52px;
}

.main-menu__parent-ul {
	/* justify-content: center; */
}

.main-menu__list {
	margin-top: 26px;
	margin-left: 252px;
}

.main-menu__list li {
	margin-right: 24px;
}

.main-menu__list a {
	font-size: 15px;
	font-family: "Noto Sans";
	color: rgb(255, 255, 255);
	text-transform: uppercase;
	line-height: 1.2;
}
.navbar-nav .show > .nav-link,
.navbar-nav .nav-link.active {
	--bs-navbar-active-color: rgb(255, 255, 255);
}
#bootscore-navbar .show > .nav-link,
#bootscore-navbar .nav-link.active {
	--bs-navbar-active-color: #6dc79d;
}
.main-menu__list a:focus {
	color: #6dc79d;
}
.main-menu__list a:hover {
	color: rgb(109, 199, 157);
}

@media (max-width: 1199px) {
	.main-menu__list a:hover {
		color: gray;
	}
}

.common-btn {
	font-size: 12px;
	font-family: "Noto Sans";
	color: rgb(255, 255, 255);
	text-transform: uppercase;
	line-height: 1.2;
	text-align: center;

	border-radius: 2px;
	background-color: rgb(109, 199, 157);
	text-decoration: none;
	display: flex;
	align-items: center;
	justify-content: center;
	/* min-width: 229px;
    min-height: 48px;*/
}

.common-btn:hover {
	color: white;
}

.main-menu__btn-calc {
	margin-left: 103px;
	min-width: 229px;
	min-height: 48px;
}

.main-menu__adress {
	font-size: 16px;
	font-family: "Noto Sans";
	color: rgb(255, 255, 255);
	line-height: 1.2;
	text-align: left;
	position: relative;
	padding-left: 50px;
	max-width: 275px;
	margin-left: 68px;
	padding-left: 43px;
}

.main-menu__adress::before {
	content: "";
	background-image: url("image/location.png");
	background-repeat: no-repeat;
	position: absolute;
	top: 0;
	left: 0;
	width: 28px;
	height: 37px;
}

.main-menu__group-phone-order {
	margin-left: 55px;
}

.main-menu__phone a {
	font-size: 30px;
	font-family: "Noto Sans";
	color: rgb(255, 255, 255);
	font-weight: bold;
	text-transform: uppercase;
	line-height: 1.2;
	text-align: left;
	position: relative;
	padding-left: 38px;
	margin-bottom: 3px;
	text-decoration: none;
}

.main-menu__phone a::before {
	content: "";
	background-image: url("image/phone.png");
	background-repeat: no-repeat;
	position: absolute;
	top: 6px;
	left: 0;
	width: 23px;
	height: 37px;
}

.main-menu__phone a:hover {
	color: rgb(109, 199, 157);
}

.main-menu__order {
	font-size: 14px;
	font-family: "Noto Sans";
	color: rgb(255, 255, 255);
	line-height: 1.2;
	text-align: right;
	cursor: pointer;
}

@media (max-width: 1399px) {
	.main-menu__adress {
		margin-left: 10px;
	}

	.main-menu__group-phone-order {
		margin-left: 5px;
	}

	.main-menu__btn-calc {
		margin-left: 10px;
	}
}

@media (max-width: 1199px) {
	.main-menu__adress {
		display: none;
	}

	.main-menu__group-phone-order {
		margin-left: 60px;
	}

	.main-menu__list {
		margin-top: 0px;
		margin-left: 0px;
	}

	.main-menu__list li {
		margin-right: 0px;
		margin-bottom: 5px;
	}

	.main-menu__list a {
		font-size: 15px;
		font-family: "Noto Sans";
		color: grey;
		text-transform: uppercase;
		line-height: 1.2;
	}
}

@media (max-width: 991px) {
	.main-menu__phone a {
		font-size: 23px;
	}

	.main-menu__m-logo-a {
		display: block;
	}

	.main-menu__logo-a {
		display: none;
	}
	.btn-outline-secondary {
		--bs-btn-color: #fff;
		--bs-btn-border-color: #fff;
		--bs-btn-hover-border-color: #fff;
		--bs-btn-active-bg: #fff;
		--bs-btn-active-border-color: #fff;
		--bs-btn-disabled-color: #fff;
		--bs-btn-disabled-border-color: #fff;
	}
}

@media (max-width: 767px) {
	.main-menu__btn-calc {
		display: none;
	}
}

@media (max-width: 576px) {
	.main-menu__group-phone-order {
		margin-left: 0px;
	}

	.main-menu__container {
		flex-wrap: nowrap !important;
	}

	.main-menu__phone a::before {
		background-image: none;
	}

	.main-menu__phone a {
		font-size: 18px;
		padding-left: 0;
	}

	.main-menu__order {
		font-size: 12px;
	}
}

.fabrica-windows {
	position: relative;
	padding-top: 236px;
	margin-top: -142px;
	z-index: 0;
	padding-bottom: 296px;
}

.fabrica-windows-img {
	position: absolute;
	z-index: -1;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	object-fit: cover;
	width: 100%;
	height: 100%;
	object-position: top;
}

.title-h1 {
	font-size: 42px;
	font-family: "Noto Sans";
	color: rgb(255, 255, 255);
	font-weight: bold;
	text-transform: uppercase;
	line-height: 1.2;
	text-align: center;
}

.fabrica-windows__sale {
	font-size: 15px;
	font-family: "Noto Sans";
	color: rgb(255, 255, 255);
	text-transform: uppercase;
	line-height: 1.2;
	text-align: center;
	margin-top: 27px;
}

.fabrica-windows__btn {
	width: 229px;
	height: 48px;
	margin: 0 auto;
	margin-top: 18px;
	margin-bottom: 66px;
}

.fabrica-windows__description {
	font-size: 16px;
	font-family: "Noto Sans";
	color: rgb(255, 255, 255);
	line-height: 1.2;
	text-align: center;
	margin-top: 57px;
}

.our-plus {
	margin-top: -268px;
	position: relative;
	z-index: 0;
}

.our-plus__bg {
	margin-left: 22px;
	margin-right: 22px;
	border-radius: 8px;
	background-color: rgb(255, 255, 255);
	padding-top: 51px;
	/*    padding-bottom: 132px;*/
}

.title-h2 {
	font-size: 27px;
	font-family: "Noto Sans";
	color: rgb(60, 72, 88);
	font-weight: bold;
	line-height: 1.2;
	text-align: center;
}

.our-plus__description {
	font-size: 18px;
	font-family: "Noto Sans";
	color: rgb(159, 158, 158);
	line-height: 1.2;
	text-align: center;
	margin-top: 20px;
}

.our-plus__list {
	margin-top: 55px;
	/* display: flex;
    justify-content: space-between;
    flex-wrap: wrap;*/
}

.our-plus__item {
	width: 190px;
	margin-bottom: 30px;
	margin-left: auto;
	margin-right: auto;
}

.our-plus__container-img {
	height: 63px;
	display: flex;
	justify-content: center;
	align-items: start;
}

.our-plus__icon {
	display: block;
}

.our-plus__title-item {
	font-size: 15px;
	font-family: "Noto Sans";
	color: rgb(0, 0, 0);
	font-weight: bold;
	line-height: 1.2;
	text-align: center;
	margin-top: 14px;
	margin-bottom: 17px;
}

.our-plus__description-item {
	font-size: 13px;
	font-family: "Noto Sans";
	color: rgb(153, 153, 153);
	line-height: 1.2;
	text-align: center;
}

.block-video {
	position: relative;
	position: relative;
	margin-top: 23px;
	padding-top: 75px;
	padding-bottom: 69px;
}

.block-video iframe {
	width: 1130px;
	height: 636px;
	min-width: 1130px;
	margin: 0 auto;
	display: block;
}

.block-video__content {
	position: relative;
	z-index: 1;
}

.block-video__img-bg {
	position: absolute;
	z-index: 0;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	object-fit: cover;
	width: 100%;
	height: 100%;
	object-position: top;
}

.block-video__text {
	font-size: 14px;
	font-family: "Noto Sans";
	color: rgb(255, 255, 255);
	line-height: 1.571;
	text-align: left;

	max-width: 1130px;
	margin: 0 auto;
	display: block;
	padding-top: 19px;
}

@media (max-width: 1265px) {
	.block-video iframe {
		width: calc(1130px / 1.5);
		height: calc(636px / 1.5);
		min-width: calc(1130px / 1.5);
	}

	.block-video__text {
		max-width: calc(1130px / 1.5);
	}
}

@media (max-width: 829px) {
	.block-video iframe {
		width: calc(1130px / 2);
		height: calc(636px / 2);
		min-width: calc(1130px / 2);
	}

	.block-video__text {
		max-width: calc(1130px / 2);
	}
}

@media (max-width: 643px) {
	.block-video iframe {
		width: calc(1130px / 2.5);
		height: calc(636px / 2.5);
		min-width: calc(1130px / 2.5);
	}

	.block-video__text {
		max-width: calc(1130px / 2.5);
	}
}

@media (max-width: 525px) {
	.block-video iframe {
		width: calc(1130px / 4);
		height: calc(636px / 4);
		min-width: calc(1130px / 4);
	}

	.block-video__text {
		max-width: calc(1130px / 4);
	}
}

.creplenie-okon {
}

.creplenie-okon__bg {
	background-color: #f0f0f0;
	margin-left: 22px;
	margin-right: 22px;
	padding-top: 57px;
}

.creplenie-okon__list {
	/* display: flex;
    justify-content: center;*/
	margin-top: 58px;
	margin-left: 33px;
	/*    flex-wrap: wrap;*/
	padding-bottom: 17px;
}

.creplenie-okon__list > .col {
	margin-right: -4px;
	display: flex;
	justify-content: center;
}

.creplenie-okon__item {
	border-radius: 10px;
	background-color: rgb(255, 255, 255);
	width: 265px;
	height: 311px;
	margin-bottom: 60px;
	margin-top: 34px;
	margin-right: -17px;
}

.creplenie-okon__container-img {
	border-radius: 10px;
	width: 238px;
	height: 209px;
	max-width: 238px;
	max-height: 209px;
	margin: 0 auto;
	display: block;
	transform: translateY(-34px);
}

.creplenie-okon__img {
	margin: 0 auto;
	display: block;
	border-radius: 15px;
}

.creplenie-okon__category {
	font-size: 12px;
	font-family: "Noto Sans";
	text-transform: uppercase;
	line-height: 1.2;
	text-align: center;
	margin-top: -3px;
	margin-bottom: 13px;
}

.creplenie-okon__btn {
	border-radius: 4px;
	background-color: rgb(109, 199, 157);
	max-width: 177px;
	height: 47px;
	margin: 0 auto;
}

.creplenie-okon__category--violet {
	color: rgb(137, 34, 155);
}

.creplenie-okon__title {
	font-size: 15px;
	font-family: "Noto Sans";
	color: rgb(60, 72, 88);
	font-weight: bold;
	line-height: 1.2;
	text-align: center;
	margin-bottom: 28px;
}

.creplenie-okon__category--sky-blue {
	color: rgb(0, 188, 212);
}

.creplenie-okon__category--red {
	color: rgb(244, 67, 54);
}

.creplenie-okon__category-violet--orange {
	color: rgb(255, 152, 0);
}

.soft-windows {
}

.soft-windows__bg {
	background-color: #fff;
	margin-left: 22px;
	margin-right: 22px;
	padding-top: 94px;
}

.soft-windows__list {
	padding-bottom: 79px;
	margin-left: 92px;
}

.soft-windows__list > .col {
	margin-right: -23px;
}

.soft-windows__description {
	font-size: 18px;
	font-family: "Noto Sans";
	color: rgb(153, 153, 153);
	line-height: 1.2;
	text-align: center;
	padding-top: 9px;
}

.soft-windows__item {
	display: flex;
	width: 539px;
	margin-top: 79px;
}

.soft-windows__img-container {
	border-radius: 5px;
	flex-shrink: 0;
	flex-grow: 0;
}

.soft-windows__img {
	box-shadow: 0px 0px 31px black;
	border-radius: 5px;
}

.soft-windows__item-right {
	padding-left: 36px;
	padding-top: 11px;
}

.soft-windows__title-item {
	font-size: 15px;
	font-family: "Noto Sans";
	color: rgb(60, 72, 88);
	font-weight: bold;
	line-height: 1.2;
	text-align: left;
}

.soft-windows__sub-title-item {
	font-size: 12px;
	font-family: "Noto Sans";
	color: rgb(153, 153, 153);
	text-transform: uppercase;
	line-height: 1.2;
	text-align: left;
	padding-top: 14px;
}

.soft-windows__description-item {
	font-size: 13px;
	font-family: "Noto Sans";
	color: rgb(153, 153, 153);
	line-height: 1.2;
	text-align: left;
	padding-top: 15px;
	padding-top: 13px;
	line-height: 20px;
}

.soft-windows__btn {
	border-radius: 4px;
	background-color: rgb(109, 199, 157);
	width: 177px;
	height: 47px;
	margin-top: 17px;
}

@media (max-width: 1399px) {
	.soft-windows__list {
		margin-left: 0;
	}

	.soft-windows__list > .col {
		margin-right: 0;
	}
}

@media (max-width: 1199px) {
	.soft-windows__item {
		margin-left: auto;
		margin-right: auto;
	}
}

@media (max-width: 591px) {
	.soft-windows__item {
		display: flex;
		width: 200px;
		flex-direction: column;
	}

	.soft-windows__item-right {
		padding-left: 0;
	}

	.soft-windows__btn {
		margin-left: auto;
		margin-right: auto;
	}
}

.order-coust {
}

.order-coust__bg {
	margin-left: 22px;
	margin-right: 22px;
	position: relative;
	height: 269px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.order-coust__container {
	display: flex;
	justify-content: space-between;
	max-width: 1164px;
	width: 100%;
}

.order-coust__bg-img {
	position: absolute;
	z-index: -1;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	object-fit: cover;
	width: 100%;
	height: 100%;
	object-position: top;
}

.order-coust__h2 {
	font-size: 27px;
	font-family: "Noto Sans";
	color: rgb(255, 255, 255);
	font-weight: bold;
	line-height: 1.2;
	text-align: center;
	padding-left: 10px;
}

.order-coust__btn {
	border-radius: 4px;
	width: 177px;
	height: 47px;
	margin-right: 124px;
}

@media (max-width: 1007px) {
	.order-coust__btn {
		margin-right: 0;
	}

	.order-coust__container {
		justify-content: space-evenly;
	}
}

@media (max-width: 825px) {
	.order-coust__container {
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}

	.order-coust__btn {
		margin-top: 20px;
	}
}

.surprise {
}

.surprise__bg {
	background-color: #fff;
	margin-left: 22px;
	margin-right: 22px;
	padding-top: 91px;
	padding-bottom: 60px;
}

.surprise__description {
	font-size: 18px;
	font-family: "Noto Sans";
	color: rgb(153, 153, 153);
	line-height: 1.667;
	text-align: center;
	padding-top: 5px;
}

.surprise__list {
	margin-top: 51px;
	display: flex;
	justify-content: center;
}

.surprise__item {
	width: 370px;
	display: block;
	padding: 0 5px;
}

.surprise__container-img {
	width: 102px;
	margin: 0 auto;
	display: block;
}

.surprise-img {
	box-shadow: 0px 0px 31px black;
	border-radius: 50%;
}

.surprise__title-item {
	font-size: 15px;
	font-family: "Noto Sans";
	color: rgb(60, 72, 88);
	font-weight: bold;
	line-height: 2;
	text-align: center;
	padding-top: 35px;
	padding-bottom: 5px;
}

.surprise__description-item {
	font-size: 12px;
	font-family: "Noto Sans";
	color: rgb(153, 153, 153);
	font-weight: bold;
	text-transform: uppercase;
	line-height: 1.667;
	text-align: center;
}

.case {
}

.case__bg {
	background-color: #f0f0f0;
	margin-left: 22px;
	margin-right: 22px;
	padding-top: 58px;
	padding-bottom: 71px;
}

.case__item {
	display: flex;
	max-width: 850px;
	margin: 0 auto;
	margin-top: 0px;
	margin-top: 53px;
	display: none;
}

.case__item.active {
	display: flex;
}

.case__item-left {
}

.case-img {
	border-radius: 5px;
}

.case__item-right {
	padding-left: 72px;
	margin-top: -6px;
}

.case__item-title {
	font-size: 27px;
	font-family: "Noto Sans";
	color: rgb(60, 72, 88);
	line-height: 1.2;
	text-align: left;
	padding-bottom: 24px;
}

.case__item-sub-title {
	font-size: 18px;
	font-family: "Noto Sans";
	color: rgb(60, 72, 88);
	line-height: 1.2;
	text-align: left;
	padding-bottom: 12px;
}

.case__btn {
	border-radius: 2px;
	background-color: rgb(109, 199, 157);
	width: 229px;
	height: 48px;
	margin: 0 auto;
	margin-top: 59px;
}

.title-grey {
	color: #999999;
}

.title-grey-list {
	color: #999999;
	display: block;
}

.case__list {
	position: relative;
}

.case__preview-btn {
	background-color: transparent;
	border: none;
	position: absolute;
	top: 50%;
	transform: translateY(-91%);
	left: 78px;
}

.case__preview-img {
}

.case__next-btn {
	background-color: transparent;
	border: none;
	position: absolute;
	top: 50%;
	transform: translateY(-93%);
	right: 86px;
}

.case__next-img {
}

/*.footer {
    word-break: break-all;
    hyphens: auto;
}*/

.footer__for-bg {
	padding-top: 70px;
	position: relative;
	padding-bottom: 56px;
	margin-left: 22px;
	margin-right: 22px;
}

.footer-bg-img {
	position: absolute;
	z-index: -1;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	object-fit: cover;
	width: 100%;
	height: 100%;
	object-position: top;
}

.footer__container {
	max-width: 1351px;
	margin: 0 auto;
}

.footer__list {
	display: flex;
}

.footer__cols1 {
	width: 331px;
	margin-left: 80px;
	flex: 0 0 auto;
}

.footer__cols2 {
	width: 330px;
	margin-left: 111px;
	flex: 0 0 auto;
}

.footer__cols3 {
	width: 336px;
	margin-left: 124px;
	flex: 0 0 auto;
}

.footer__adress {
}

.footer__title {
	font-size: 27px;
	font-family: "Noto Sans";
	color: rgb(255, 255, 255);
	font-weight: bold;
	line-height: 1.2;
	text-align: left;
	margin-bottom: 27px;
	position: relative;
}

.footer__title::before {
	content: "";
	display: block;
	background-repeat: no-repeat;
	position: absolute;
}

.footer__adress-description,
.footer__contacts-description,
.footer__adress-description a,
.footer__contacts-description a {
	font-size: 18px;
	font-family: "Noto Sans";
	color: rgb(255, 255, 255);
	font-weight: 400;
	line-height: 1.2;
	text-align: left;
	margin-bottom: 54px;
	margin-top: 23px;
	text-decoration: none;
}

.footer__contacts-rezhim {
	margin-top: 23px;
}

.footer__recvizit-inn {
	margin-top: 17px;
	margin-bottom: 17px;
}

.footer__recvizit {
	padding-left: 1px;
}

.footer__recvizit-description {
	font-size: 14px;
	font-family: "Noto Sans";
	color: rgb(255, 255, 255);
	font-weight: 400;
	line-height: 1.2;
	text-align: left;
	padding-top: 1px;
}

.footer__adress-title::before {
	background-image: url("image/location.png");
	width: 28px;
	height: 37px;
	top: -10px;
	left: -50px;
}

.footer__recvizit-title::before {
	background-image: url("image/recvizit.png");
	width: 28px;
	height: 37px;
	top: -10px;
	left: -50px;
}

.footer__oplata-title::before {
	background-image: url("image/oplata.png");
	width: 46px;
	height: 37px;
	top: -1px;
	left: -63px;
}

.footer__contacts-title::before {
	background-image: url("image/phone.png");
	width: 28px;
	height: 37px;
	top: -10px;
	left: -50px;
}

.footer__text {
	margin-top: 15px;
	margin-bottom: 15px;
}

.footer__oplata {
}

.footer__oplata-description {
	font-size: 12px;
	font-family: "Noto Sans";
	color: rgb(255, 255, 255);
	font-weight: 400;
	line-height: 1.2;
	text-align: left;
}

.footer__oplata-sub-title {
	font-size: 18px;
	font-family: "Noto Sans";
	color: rgb(255, 255, 255);
	font-weight: 400;
	line-height: 1.2;
	text-align: left;
	margin-bottom: 21px;
	margin-top: 29px;
}

.footer__oplata-img {
}

.footer__import {
	font-size: 14px;
	font-family: "Noto Sans";
	color: rgb(255, 255, 255);
	line-height: 1.2;
	text-align: left;
	max-width: 831px;
	margin-top: -29px;
	margin-left: 33px;
}

@media (max-width: 1371px) {
	.footer__list {
		display: flex;
		flex-wrap: wrap;
		justify-content: flex-start;
	}

	.footer__cols1 {
		width: 100%;
		margin-left: 0;

		flex: 0 0 auto;
	}

	.footer__cols2 {
		width: 100%;
		flex: 0 0 auto;
		margin-left: 0;
	}

	.footer__cols3 {
		width: 100%;
		max-width: 100%;
		flex: 0 0 auto;
		margin-left: 0;
	}

	.footer__import {
		max-width: auto;
		margin-top: 20px;
		margin-left: 0;
	}

	.footer__container {
		max-width: 100%;
		margin: 0 auto;
		width: 900px;
		padding-left: 80px;
		padding-right: 20px;
	}

	.footer__oplata-title {
		margin-top: 25px;
	}
}

.footer__menu {
	background-color: #323437;
	display: block;
	margin-bottom: -15px;
	margin-left: 22px;
	margin-right: 22px;
}

.footer__menu-list {
	list-style-type: none;
	height: 48px;
	display: flex;
	align-items: center;
	margin-left: 8px;
}

.footer__menu-list li {
	margin-right: 28px;
}

.footer__menu-list a {
	font-size: 12px;
	font-family: "Noto Sans";
	color: rgb(254, 254, 254);
	font-weight: bold;
	text-transform: uppercase;
	line-height: 1.667;
	text-align: left;
	text-decoration: none;
}

.footer__menu-list a:hover {
	color: white;
}

/*Калькулятор*/
.calc {
}

.calc .modal-content {
	display: flex;
	justify-content: center;
	flex-direction: row;
}

.calc__body {
	background-color: rgb(255, 255, 255);
	position: absolute;
	width: 880px;
	height: 839px;
	padding-top: 46px;
	z-index: 11;
}

.calc-btn-close {
	border-radius: 50%;
	background-color: rgb(109, 199, 157);
	position: absolute;
	width: 60px;
	height: 60px;
	top: -21px;
	right: -17px;
	border: none;
	outline: none;
}

.calc-btn-close > span {
	transform: rotate(45deg) translateX(3px) translateY(-3px);
	font-size: 60px;
	font-family: "Noto Sans";
	color: rgb(255, 255, 255);
	line-height: 0;
	text-align: center;
	position: relative;
	display: block;
}

.calc__top-container {
	display: flex;
	padding-top: 32px;
}

.calc__left {
	width: 50%;
	margin-left: 66px;
}

.calc-img {
}

.calc__right {
	width: 50%;
	margin-left: -32px;
	margin-top: -3px;
}

.calc__bottom-container {
	background-color: #6dc79d;
}

.calc-description__bottom {
	font-size: 16px;
	font-family: "Noto Sans";
	color: rgb(255, 255, 255);
	line-height: 1.2;
	text-align: center;
	max-width: 652px;
	margin: 0 auto;
	padding-top: 26px;
}

.calc__title {
	font-size: 18px;
	font-family: "Noto Sans";
	color: rgb(60, 72, 88);
	line-height: 1.2;
	text-align: left;
}

.calc-range__container {
	position: relative;
	padding-top: 11px;
	max-width: min-content;
	margin-bottom: 29px;
}

.calc__text-shkala {
	font-size: 14px;
	font-family: "Noto Sans";
	color: rgb(153, 153, 153);
	line-height: 1.2;
	text-align: left;
	position: absolute;
	top: -8px;
}

.calc__range-metka {
	height: 8px;
	border-left: 2px solid rgb(102, 102, 102);
	position: absolute;
	top: -25px;
}

.calc__marks-container {
	position: relative;
	top: 5px;
}

.calc__text-shkala--100 {
	left: 0;
}

.calc__text-shkala--150 {
	left: 24%;
}

.calc__text-shkala--200 {
	left: 48%;
}

.calc__text-shkala--250 {
	left: 72%;
}

.calc__text-shkala--300 {
	right: -8px;
}

.calc__range-metka--100 {
	left: 0;
}

.calc__range-metka--150 {
	left: 27%;
}

.calc__range-metka--200 {
	left: 51%;
}

.calc__range-metka--250 {
	left: 75%;
}

.calc__range-metka--300 {
	right: 0;
}

.calc__add {
	font-size: 14px;
	font-family: "Noto Sans";
	color: rgb(60, 72, 88);
	font-style: italic;
	line-height: 1.2;
	text-align: left;
	border-style: solid;
	border-width: 1px;
	border-color: rgb(109, 199, 157);
	background-color: rgb(255, 255, 255);
	width: 380px;
	height: 34px;
	margin-top: 21px;
	display: flex;
	align-items: center;
	padding-left: 8px;
	margin-bottom: -12px;
}

.calc__price {
	font-size: 18px;
	font-family: "Noto Sans";
	color: rgb(60, 72, 88);
	line-height: 1.2;
	text-align: left;
	margin-top: 30px;
	margin-bottom: 25px;
}

.calc__price--green {
	color: #6dc79d;
}

input.calc__input-range {
	background-color: transparent;
	position: relative;
	z-index: 1;

	appearance: none;
	cursor: pointer;
	width: 370px;
	position: relative;
	-webkit-appearance: none;
}

input.calc__input-range::-webkit-slider-thumb {
	cursor: pointer;
	-webkit-appearance: none;
	appearance: none;
	border-style: solid;
	border-width: 1px;
	border-color: rgb(0, 0, 0);
	border-radius: 50%;
	background-color: rgb(109, 199, 157);
	width: 20px;
	height: 20px;
	margin-top: -10px;
}

input.calc__input-range::-webkit-slider-runnable-track {
	-webkit-appearance: none;
	appearance: none;
	border-top: 2px solid rgb(102, 102, 102);
}

/* firefox */
input.calc__input-range::-moz-range-thumb {
	cursor: pointer;
	-webkit-appearance: none;
	appearance: none;
	border-style: solid;
	border-width: 1px;
	border-color: rgb(0, 0, 0);
	border-radius: 50%;
	background-color: rgb(109, 199, 157);

	width: 18px;
	height: 18px;
}

input.calc__input-range::-moz-range-track {
	-webkit-appearance: none;
	appearance: none;

	background-color: rgb(102, 102, 102);
	height: 2px;
}

/*Стилизация формы*/
.calc__form form {
	display: flex;
	max-width: 500px;
	flex-wrap: wrap;

	margin-left: 206px;
	margin-top: 26px;
}

.calc__form p {
	display: flex;
	flex-wrap: wrap;
}

.calc__form input[type="text"],
.calc__form input[type="tel"],
input[type="tel"],
input[type="text"] {
	font-size: 15px;
	font-family: "Noto Sans";
	color: rgb(153, 153, 153);
	font-style: italic;
	line-height: 1.2;
	text-align: left;

	border-style: solid;
	border-width: 1px;
	border-color: rgb(109, 199, 157);
	background-color: rgb(255, 255, 255);
	width: 227px;
	height: 34px;
	padding-left: 13px;
	margin-bottom: 6px;
	margin-right: 18px;
}
#exampleModalzakaz input[type="tel"],
#exampleModalzakaz input[type="text"] {
	width: 95%;
}

#exampleModalzakaz .zakaz__form-submit-label {
	font-size: 12px;
	font-family: "Noto Sans";
	color: #fff;
	text-transform: uppercase;
	line-height: 1.2;
	border-radius: 2px;
	background-color: rgb(109, 199, 157);
	width: 229px;
	height: 48px;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	-webkit-box-shadow: -1px 21px 61px -2px rgba(34, 60, 80, 0.59);
	-moz-box-shadow: -1px 21px 61px -2px rgba(34, 60, 80, 0.59);
	box-shadow: -1px 21px 61px -2px rgba(34, 60, 80, 0.59);
	border: none;
	margin: 5px auto;
}

label.calc__form-file:hover {
	cursor: pointer;
}

label.calc__form-file {
	position: relative;
	padding-left: 30px;
	font-size: 13px;
	font-family: "Noto Sans";
	color: rgb(235, 235, 235);
	font-style: italic;
	line-height: 1.2;
	text-align: left;
	margin-top: 12px;
	margin-left: 3px;
}

label.calc__form-file::before {
	content: "";
	display: block;
	position: absolute;
	left: 4px;
	top: -4px;
	bottom: 0;
	width: 18px;
	height: 22px;
	background-image: url("image/calc-file.png");
	/* Замените на путь к вашей иконке */
	background-size: contain;
	background-repeat: no-repeat;
}

.calc__form-file-input {
	display: none;
}

.calc__form-submit-label {
	font-size: 12px;
	font-family: "Noto Sans";
	color: rgb(109, 199, 157);
	text-transform: uppercase;
	line-height: 1.2;
	text-align: left;

	border-radius: 2px;
	background-color: rgb(255, 255, 255);
	width: 229px;
	height: 48px;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	-webkit-box-shadow: -1px 21px 61px -2px rgba(34, 60, 80, 0.59);
	-moz-box-shadow: -1px 21px 61px -2px rgba(34, 60, 80, 0.59);
	box-shadow: -1px 21px 61px -2px rgba(34, 60, 80, 0.59);
	margin-left: 119px;
	margin-top: 38px;
	margin-bottom: -39px;
}

.calc__form-submit-label:hover {
	cursor: pointer;
}

.calc__form-submit-input {
	display: none;
}
a {
	--bs-link-color: #6dc79d;
}
body,
.btn-primary {
	--bs-primary: #6dc79d;
	--bs-btn-hover-bg: #6dc79d;
	--bs-btn-bg: #6dc79d;
	--bs-btn-hover-border-color: #6dc79d;
	--bs-btn-active-bg: #6dc79d;
	--bs-btn-active-bg: #6dc79d;
	--bs-btn-disabled-border-color: #6dc79d;
	--bs-btn-disabled-bg: #6dc79d;
	--bs-btn-active-border-color: #6dc79d;
	--bs-btn-border-color: #6dc79d;
}
@media (max-width: 953px) {
	.calc__body {
		width: auto;
		height: auto;
		max-width: 100%;
	}

	.calc__top-container {
		display: flex;
		padding-top: 32px;
		flex-direction: column;
		align-items: center;
	}

	.calc__left {
		width: auto;
		margin-left: 0;
	}

	.calc__right {
		width: auto;
		margin-left: 0;
		margin-top: 20px;
	}

	.calc__form p {
		display: flex;
		flex-wrap: wrap;
		flex-direction: column;
		align-items: center;
		min-width: 100%;
	}

	.calc__form form {
		margin-left: 0;
	}

	label.calc__form-file {
		margin-left: -25px;
	}

	.calc__form-submit-label {
		margin-left: -15px;
		margin-bottom: 20px;
	}

	.calc-description__bottom {
		padding-left: 5px;
		padding-right: 5px;
	}

	.calc-range__container {
		max-width: 100%;
	}

	input.calc__input-range {
		width: auto;
		min-width: 100%;
	}

	.calc__right {
		width: auto;
		margin-left: 0;
		margin-top: 20px;
		max-width: 100%;
		padding: 0 7px;
	}

	.calc__add {
		width: auto;
	}
}

@media (max-width: 1199px) {
	.case__preview-btn {
		top: 50%;
		transform: translateY(-91%);
		left: 0;
	}

	.case__next-btn {
		top: 50%;
		transform: translateY(-93%);
		right: 0;
	}
}

@media (max-width: 991px) {
	.case__list {
		position: relative;
		padding: 0 29px;
	}

	.case__preview-btn {
		top: 50%;
		transform: translateY(-91%);
		left: 0;
	}

	.case__next-btn {
		top: 50%;
		transform: translateY(-93%);
		right: 0;
	}

	.case__item-right {
		padding-left: 15px;
	}

	.case__item {
		flex-direction: column;
	}

	.case__item-left {
		display: flex;
		justify-content: center;
	}

	.case__item-right {
		padding-left: 0px;
		margin: 0 auto;
		margin-top: 15px;
	}
	.footer__title {
		font-size: 18px;
	}
	.footer__adress-description,
	.footer__contacts-description {
		font-size: 14px;
	}
	.footer__menu-list {
		flex-wrap: wrap;
	}
}

.calc__add {
	position: relative;
	cursor: pointer;
	-ms-user-select: none;
	-moz-user-select: none;
	-webkit-user-select: none;
}

.calc__add-params {
	position: absolute;
	top: 32px;
	left: -1px;
	right: -1px;

	border: 1px solid rgb(109, 199, 157);
	z-index: 1;
	background: white;
	display: none;
}

.calc__add-param {
	padding: 8px 8px;
	display: flex;
	align-items: center;
}

.calc__add .active {
	display: block;
}

.calc__add .select {
	background-color: #6dc79d;
}
.calc__add-box-color {
	width: 30px;
	height: 30px;
	display: inline-block;
	border: 1px solid rgb(109, 199, 157);
	margin-right: 5px;
}
.calc__add-params-m-color {
	display: flex;
	align-items: center;
}
.fabrica-windows__sale span {
	box-shadow: 0 0 10px #fff;
	/* filter: drop-shadow(0 0 20px #fff); */
	background-color: #fff;
	color: #6dc79d;
	border-radius: 2px;
	padding: 5px 15px;
}

.tabs {
	display: flex;
	justify-content: center;
	background: #63a586;
	border-radius: 30px;
	width: fit-content;
	overflow: hidden;
	margin: 20px auto 0;
}

.tab-button {
	background-color: #63a586;
	border: none;
	padding: 10px 20px;
	cursor: pointer;
	color: #fff;
}

.tab-button.active {
	background-color: #6dc79d;
	border-radius: 30px;
}

.tab-content {
	display: none;
	padding: 20px;
	position: relative;
}

.tab-content.active {
	display: block;
}
.dop-img {
	width: 200px;
	height: 200px;
	border-width: 2px;
	border-radius: 200px;
	border-color: #6dc79d;
	border-style: solid;
	overflow: hidden;
}
.dop-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.dop-info__inner .name {
	font-weight: bold;
	padding-top: 15px;
}
.dop-info__inner {
	position: absolute;
}
#tab1 .dop-info__inner.first {
	top: 15%;
	left: 0%;
}

#tab1 .dop-info__inner.first:after {
	content: "";
	position: absolute;
	top: 45%;
	right: -75%;
	width: 100%;
	height: 20px;
	background-image: url(/wp-content/themes/bootscore-main-child/img/point.svg);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}

#tab1 .dop-info__inner.second {
	top: 35%;
	left: 35%;
}

#tab1 .dop-info__inner.second:after {
	content: "";
	position: absolute;
	top: 45%;
	right: -75%;
	width: 100%;
	height: 20px;
	background-image: url(/wp-content/themes/bootscore-main-child/img/point.svg);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}

#tab1 .dop-info__inner.third {
	top: 25%;
	right: 0%;
}

#tab1 .dop-info__inner.third:after {
	content: "";
	position: absolute;
	top: 45%;
	right: 75%;
	width: 100%;
	height: 20px;
	background-image: url(/wp-content/themes/bootscore-main-child/img/point.svg);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}

#tab2 .dop-info__inner.first {
	top: 15%;
	left: 0%;
}

#tab2 .dop-info__inner.first:after {
	content: "";
	position: absolute;
	top: 45%;
	right: -75%;
	width: 100%;
	height: 20px;
	background-image: url(/wp-content/themes/bootscore-main-child/img/point.svg);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}
#tab2 .dop-info__inner.second {
	top: 20%;
	left: 30%;
}
#tab2 .dop-info__inner.second:after {
	content: "";
	position: absolute;
	top: 45%;
	right: -75%;
	width: 100%;
	height: 20px;
	background-image: url(/wp-content/themes/bootscore-main-child/img/point.svg);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}
#tab2 .dop-info__inner.third {
	top: 10%;
	right: 9%;
}
#tab2 .dop-info__inner.third:after {
	content: "";
	position: absolute;
	top: 45%;
	right: 75%;
	width: 100%;
	height: 20px;
	background-image: url(/wp-content/themes/bootscore-main-child/img/point.svg);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}

#tab3 .dop-info__inner.first {
	top: 15%;
	left: 0%;
}

#tab3 .dop-info__inner.first:after {
	content: "";
	position: absolute;
	top: 25%;
	right: -75%;
	width: 100%;
	height: 20px;
	background-image: url(/wp-content/themes/bootscore-main-child/img/point.svg);
	background-size: contain;
	background-repeat: no-repeat;
	transform: rotate(-32deg);
	background-position: center;
}
#tab3 .dop-info__inner.second {
bottom: 10%;
left: 0%;
}
#tab3 .dop-info__inner.second:after {
	content: "";
	position: absolute;
	top: 45%;
	right: -75%;
	width: 100%;
	height: 20px;
	background-image: url(/wp-content/themes/bootscore-main-child/img/point.svg);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}
#tab3 .dop-info__inner.third {
	top: 65%;
	right: 9%;
}
#tab3 .dop-info__inner.third:after {
	content: "";
	position: absolute;
	top: 45%;
	right: 75%;
	width: 100%;
	height: 20px;
	background-image: url(/wp-content/themes/bootscore-main-child/img/point.svg);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}

#tab3 .dop-info__inner.fourth {
	top: 10%;
	right: 9%;
}
#tab3 .dop-info__inner.fourth:after {
	content: "";
	position: absolute;
	top: 45%;
	right: 75%;
	width: 100%;
	height: 20px;
	background-image: url(/wp-content/themes/bootscore-main-child/img/point.svg);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}

.number {
	display: none;
}
@media (max-width: 800px) {
	.dop-info__inner {
		position: relative;
		top: 0 !important;
		left: 0 !important;
		margin-top: 20px;
	}
	#tab1 .dop-info__inner:after,
	#tab2 .dop-info__inner:after,
	#tab3 .dop-info__inner:after {
		color: #fff;
		top: 15px !important;
		left: 15px !important;
		right: 0 !important;
		position: absolute;
		background: #63a586;
		background-image: unset !important;
		border-radius: 100%;
		display: flex;
		justify-content: center;
		align-items: center;
		width: 20px !important;
	}
	#tab1 .dop-info__inner.first:after,
	#tab2 .dop-info__inner.first:after,
	#tab3 .dop-info__inner.first:after {
		content: "1";
		transform: none;
	}
	#tab1 .dop-info__inner.second:after,
	#tab2 .dop-info__inner.second:after,
	#tab3 .dop-info__inner.second:after {
		content: "2";
	}

	#tab1 .dop-info__inner.third:after,
	#tab2 .dop-info__inner.third:after,
	#tab3 .dop-info__inner.third:after {
		content: "3";
	}
	#tab3 .dop-info__inner.fourth:after {
		content: "4";
	}
	.number {
		display: flex;
		justify-content: center;
		align-items: center;
		color: #fff;
		top: 0;
		left: 0;
		position: absolute;
		background: #63a586;
		background-image: unset !important;
		border-radius: 100%;
		width: 20px;
	}
	.number.first {
		top: 3%;
		left: 25%;
	}

	.number.second {
		top: 6%;
		left: 35%;
	}

	.number.third {
		top: 9%;
		left: 65%;
	}
}
