#section-nav {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	background-color: white;
	border-bottom: 5px solid #81c916;
	z-index: 999;
}
#section-main {
	padding-top: 8rem;
	padding-bottom: 8rem;
	background-image: url('../img/temp/main.jpg');
	background-size: cover;
	background-position: center bottom;
}
#section-catalog {
	background-image: url('../img/temp/main.jpg');
	background-size: cover;
	background-position: center;
	overflow: hidden;
}
#section-delivery {
	background-image: url('../img/temp/main.jpg');
	background-size: cover;
	background-position: center;
}
#section-review {
	background-color: #f3eff9;
	background-image: url("data:image/svg+xml,%3Csvg width='100' height='100' viewBox='0 0 100 100' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11 18c3.866 0 7-3.134 7-7s-3.134-7-7-7-7 3.134-7 7 3.134 7 7 7zm48 25c3.866 0 7-3.134 7-7s-3.134-7-7-7-7 3.134-7 7 3.134 7 7 7zm-43-7c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm63 31c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zM34 90c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm56-76c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zM12 86c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm28-65c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm23-11c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm-6 60c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm29 22c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zM32 63c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm57-13c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm-9-21c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM60 91c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM35 41c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM12 60c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2z' fill='%239C92AC' fill-opacity='0.2' fill-rule='evenodd'/%3E%3C/svg%3E");
}
#section-contact {
	padding-bottom: 10rem;
	background-image: url('../img/temp/main.jpg');
	background-size: cover;
	background-position: center;
}
#section-plus {
	background-color: #ece8f2;
	background-image: url("data:image/svg+xml,%3Csvg width='42' height='44' viewBox='0 0 42 44' xmlns='http://www.w3.org/2000/svg'%3E%3Cg id='Page-1' fill='none' fill-rule='evenodd'%3E%3Cg id='brick-wall' fill='%239C92AC' fill-opacity='0.2'%3E%3Cpath d='M0 0h42v44H0V0zm1 1h40v20H1V1zM0 23h20v20H0V23zm22 0h20v20H22V23z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
	background-attachment: fixed;
}

/* Fix bootstrap */
@media (min-width: 1600px) {
	.container {
		max-width: 1520px;
	}
}

/* Reset */
a {
	color: inherit;
}
a:hover {
	color: red;
	text-decoration: none;
}

/* Custom */
.text-red {
	color: red;
}

.c__section {
	padding-top: 4rem;
	padding-bottom: 4rem;
}
.c__gradient {
	background-image: linear-gradient(0deg, #5a9d0f, #81c916);
}
.c__gradient--2 {
	background-image: linear-gradient(0deg, #118c9d, #2fb5c9);
}
.ul__fa--green i {
	color: green;
}

header {
	text-align: center;
	margin-bottom: 3rem;
	padding: 1rem 0;
	font-size: 1.6rem;
	font-weight: bold;
}
@media (min-width: 768px) {
	header {
		font-size: 3rem;
		padding: 1rem;
	}
}

.countdown-week {
	font-size: 1rem;
}
@media (min-width: 1000px) {
	.countdown-week {
		font-size: 1.8rem;
	}
}

.nav__top {
	display: flex;
	justify-content: center;
	align-items: center;
}
.nav__phones {
	display: flex;
}
.nav__phone {
	display: flex;
	align-items: center;
	font-weight: bold;
	margin-left: 1rem;
}
.nav__bottom {
	position: relative;
	height: 18px;
}
.nav__bottom__wrapper {
	position: absolute;
	left: 0;
	right: 0;
	display: flex;
	border-radius: 1rem;
}
.nav__link {
	color: white;
	font-weight: bold;
	text-align: center;
	flex: 1;
	padding: 0.5rem 1rem;
}
@media (max-width: 767px) {
	.nav__phone--hidden {
		display: none;
	}
}

.main__title {
	font-size: 3rem;
	font-weight: bold;
}
.main__title--shtenli {
	padding: 0.5rem 2rem;
	font-size: 3rem;
	font-weight: bold;
	font-family: cursive;
	color: white;
	background-color: #333;
}
@media (min-width: 768px) {
	.main__title--shtenli {
		font-size: 4rem;
	}
}
.main__subtitle {
	font-size: 1.5rem;
}
.main__block {
	padding: 1rem 0;
	border-top: 5px solid #333;
	border-bottom: 5px solid #333;
}
.main__form {
	padding: 1rem;
	color: white;
	background-color: rgba(0, 0, 0, 0.6);
}

.advantages__block i {
	color: green;
}
@media (max-width: 768px) {
	.advantages__block {
		margin-bottom: 1rem;
		font-weight: bold;
	}
}

.catalog__card {
	margin-top: 1rem;
	padding: 1rem;
	background-color: white;
	text-align: center;
	box-shadow: 0.1rem 0.3rem 1rem rgba(0, 0, 0, 0.6) !important;
}
@media (min-width: 768px) {
	.catalog__card {
		margin-top: 0;
	}
}
.catalog__card__title {
	padding: 0.5rem;
	margin-bottom: 0.5rem;
	color: white;
	border-radius: 8px;
	font-size: 2rem;
	font-weight: bold;
}
.catalog__card__price {
	padding-bottom: 0.5rem;
	color: red;
	font-size: 2rem;
	font-weight: bold;
}

.review__card {
	padding: 3rem;
	background-color: white;
	border: 5px solid #81c916;
	border-radius: 1rem;
}

.equipment__card {
	text-align: center;
}
.equipment__text {
	margin: 1rem 0;
	font-weight: bold;
}
.equipment__price {
	font-size: 1.5rem;
}

.delivery__card {
	padding: 2rem;
	font-size: 1.2rem;
	background-color: rgba(255, 255, 255, 0.8);
	margin-bottom: 1rem;
	border-radius: 1rem;
}

.contact__phone {
	background-color: #81c916;
	padding: 0.5rem 2rem;
	font-size: 2rem;
	font-weight: bold;
	border-radius: 3rem;
}

#modal-sale {
	max-width: 95%;
	color: white;
	background-color: rgba(0, 0, 0, 0.8);
	border-radius: 10px 0 0 10px;
	padding: 1rem;
	position: fixed;
	top: 120px;
	right: 0;
	display: none;
}

#modal-sale.shown {
	display: block;
}

.modal__sale__title {
	background-color: #21a2cc;
	border-radius: 10px 0 0 10px;
	font-size: 1.5em;
	padding: 0.6rem;
	margin: 1rem -1rem 0 0;
}

.modal__sale__close {
	width: 25px;
	height: 25px;
	background-color: black;
	border: 2px solid white;
	border-radius: 50%;
	padding: 2px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	top: -10px;
	left: -10px;
	cursor: pointer;
}

.transition--slide {
	position: relative;
	overflow: hidden;
}
.transition--slide::before {
	margin-left: 60px;
	content: ' ';
	width: 30px;
	height: 300px;
	background: #ffffff80;
	animation-delay: 0.05s;
	position: absolute;
	left: -40px;
	top: -150px;
	animation-timing-function: ease-in-out;
	transition: all 0.1s;
	animation-name: slideme;
	animation-duration: 4s;
	animation-iteration-count: infinite;
	transform: rotate(45deg);
}
@keyframes slideme {
	0% {
		left: -30px;
		margin-left: 0;
	}
	30% {
		left: 110%;
		margin-left: 80px;
	}
	100% {
		left: 110%;
		margin-left: 80px;
	}
}

.catalog-card {
	background-color: #fff;
	margin: 20px 0;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
	padding-bottom: 10px;
}
.catalog-card .catalog-card-header {
	background-color: #343a40;
	padding: 10px 0;
	margin-bottom: 5px;
}
.catalog-card .catalog-card-header h3 {
	color: #fff;
	text-align: center;
	font-size: 2.5em;
}
.catalog-card .catalog-card-prices .catalog-price {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 5px;
}
.catalog-card .catalog-card-prices .catalog-price span {
	font-weight: bold;
	text-transform: uppercase;
}
.catalog-card .catalog-card-prices .catalog-price strong {
	color: red;
	font-size: 1.5em;
}
.catalog-card .catalog-card-prices .catalog-price del {
	font-weight: bold;
	color: grey;
	font-size: 1.1em;
}
.catalog-card .catalog-card-options {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	height: 100%;
	padding: 5px;
}
.catalog-card .catalog-card-options input {
	padding: 10px;
	border: 1px solid rgba(0, 0, 0, 0.1);
	border-radius: 5px;
}
.catalog-card .carousel-control-prev-icon {
	transform: rotate(90deg);
}
.catalog-card .carousel-control-next-icon {
	transform: rotate(-90deg);
}
.catalog-card .carousel-control-next-icon,
.catalog-card .carousel-control-prev-icon {
	background-image: url('../img/Green_triangle.svg');
	width: 40px;
	height: 40px;
}
.catalog-card-parameters {
	padding: 5px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	height: 100%;
}
.catalog-card-parameters button {
	width: 100%;
	background-color: #dc3545;
	color: #fff;
	border: none;
	font-weight: bold;
	padding: 12px 0;
	outline: none;
}
.catalog-card-parameters tr td {
	padding: 0.4em;
}
.catalog-card-parameters tr td:first-child {
	font-weight: bold;
}
.catalog-card-parameters tr:nth-child(2n-1) {
	background-color: #f2f2f2;
}

.catalog-card-bonuses {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	height: 100%;
	padding: 5px;
}
.catalog-card-bonuses button {
	background-color: #65a911;
	color: #fff;
	border: none;
	padding: 12px 25px;
	font-weight: bold;
	outline: none;
}
.catalog-card .catalog-card-advantages p {
	position: relative;
	padding-left: 18px;
	margin: 5px 0;
}
.catalog-card .catalog-card-advantages p:before {
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	display: block;
	width: 16px;
	height: 16px;
	background-image: url('../img/plus/star.png');
	background-position: center;
}
.catalog-card .catalog-card-bonuses-list {
	display: flex;
	flex-wrap: wrap;
}
.catalog-card .catalog-card-bonuses-list .catalog-bonuses-item img {
	max-width: 100%;
	height: auto;
}

.catalog-card .catalog-card-bonuses-list .catalog-bonuses-item p {
	margin-bottom: 5px;
}
.catalog-card .catalog-card-bonuses-list .catalog-bonuses-item {
	width: 25%;
	text-align: center;
}

/* custom radio buttons */
.complect-container .form_radio_btn {
	width: 45%;
}
.form_radio_btn {
	display: inline-block;
	background: #f2f5f8;
	border-radius: 10px;
	margin-top: 5px;
	/* width: 20%; */
}
.form_radio_btn span {
	font-size: 22px;
	display: inline-block;
	cursor: pointer;
	text-align: center;
	line-height: 34px;
	user-select: none;
	color: #000;
	border-radius: 7px;
	background: linear-gradient(#f6fcf7, #9ddbad);
}
.form_radio_btn input[type='radio'] {
	display: none;
}
.form_radio_btn input[type='radio']:checked + span {
	background: linear-gradient(#83bc90, #96d6a7, #7db489);
}
.form_radio_btn {
	display: inline-block;
	background: #f2f5f8;
	border-radius: 10px;
	margin-top: 5px;
}
.form_radio_btn span {
	font-size: 22px;
	display: inline-block;
	cursor: pointer;
	width: 100%;
	text-align: center;
	line-height: 34px;
	user-select: none;
	color: #000;
	padding: 5px 15px;
	border-radius: 7px;
	background: #ebeaea;
}
.form_radio_btn input[type='radio'] {
	display: none;
}
.form_radio_btn input[type='radio']:checked + span {
	background: #75bb14;
	color: #fff;
}

@media screen and (max-width: 1600px) {
	.form_radio_btn span {
		font-size: 16px;
	}
	.form_radio_btn {
		/* width: 23%; */
	}
	.catalog-card .catalog-card-bonuses-list {
		justify-content: space-between;
	}
	.catalog-card .catalog-card-bonuses-list .catalog-bonuses-item {
		width: 26%;
	}
	.catalog-card-parameters tr td {
		padding: 0.2em 0.4em;
	}
}
@media screen and (max-width: 1200px) {
	.form_radio_btn span {
		padding: 5px 10px;
	}
	.catalog-card .catalog-card-bonuses-list .catalog-bonuses-item {
		width: 30%;
	}
	.complect-container {
		display: flex;
		flex-direction: column;
	}
	.complect-container .form_radio_btn {
		width: 100%;
	}
}
@media screen and (max-width: 992px) {
	.catalog-card-prices {
		padding: 0 10px;
	}
	.complect-container {
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: space-around;
	}
	.complect-container .form_radio_btn {
		width: 49%;
	}
	.form_radio_btn {
		/* width: 13%; */
	}
	.catalog-order-button {
		order: -1;
	}
	.catalog-card-advantages p {
		display: inline-block;
	}
	.catalog-card .catalog-card-bonuses-list .catalog-bonuses-item {
		width: 19%;
	}
	.catalog-card .catalog-card-header h3 {
		font-size: 2em;
	}
}
@media screen and (max-width: 576px) {
	.catalog-card .catalog-card-header h3 {
		font-size: 1.6em;
	}
	.mobile-fix {
		font-size: 1.5em;
	}
}
@media screen and (max-width: 480px) {
	.mobile-fix {
		font-size: 1.5em;
	}
	#section-warranty ul li {
		font-size: 20px;
	}
	#section-equipment header {
		font-size: 1.7rem;
	}
	#section-nav .nav__link {
		padding: 0.2rem 0.3rem;
	}
	.form_radio_btn {
		/* width: 23%; */
	}
}

@media screen and (max-width: 375px) {
	.catalog-card .catalog-card-bonuses-list .catalog-bonuses-item {
		width: 21%;
	}
}

.bg-white-op {
	background-color: #fffa;
}

.calc-display-none {
	display: none;
}
