

/* Start:/bitrix/templates/calculator.v2/styles.css?17578511299223*/
.h1, .h2, .h3, h1, h2, h3 {
    margin-top: 30px !important;
}

h4 {
    padding-top: 15px;
}

.services h2 {
        font-size: 36px;
    }
.container_inner {
	max-width:850px;
	padding: 0 auto;
	text-align: center;
	margin: 0 auto;
}

.flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: row;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
}

.harvest {
	padding-inline-start:0;
	width:100%;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 90px;
/*	border: #DDD 1px solid;*/
	padding: 0 0 25px 0;
}

.harvest_price {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 15px;
	align-items: center;
	font-size:18px;
}
.harvest_price label{
	margin:0;
	font-weight:300;
	text-align:left;
	
}
.harvest_price input{
	width:90px;
}

.harvest .harvest_element {
	display:inline;
	width:50%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap:12px;
	text-align:left;

}

.harvest .harvest_element input{
	width:100px;
}
.harvest h5 span   {
	font-size:28px;
	display: block;
}

.risk {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	gap: 15px;
	text-align: left;
	margin-top: 10px;
}

.risk label.form-check-label {
	margin:0;
	max-width: 90%;
	font-weight: 500;
}

.risk label.form-check-label::first-letter {
  text-transform: uppercase;
}

.risk label.disabled {
	font-weight: 300;
}
.risk input.form-check-input[type=checkbox] {
	width:24px;
	accent-color: #41c4ab;
}

.risk_parts {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 15px;
	flex-direction: column;
	width: 100%;
}
.risk_part {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	align-items:center;
	gap: 15px;
	flex-direction: row;
}

.programs {
	max-width:850px;
	margin: 0 auto;
	margin-top:70px;

}
.programs p {
	font-size:16px;
	text-align:left;

}
.programs ul {
	padding-inline-start:0;
	width:100%;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 12px;

}
.programs li {
	display:inline;
	width:50%;
	border: 1px solid #41c4ab;
	cursor: pointer;
	text-align: center;
	font-size: 24px;
	padding:20px 20px;
	font-weight: 700;

}
.programs li.active {
	color: white;
	background: #41c4ab;
	outline: none;
}
.programs .tabs__content {
	display: none; /* по умолчанию прячем все блоки */
	width: 100%;
	min-height:300px;
	border: 1px solid #41c4ab;
	padding: 30px;

}
.programs .tabs__content.active {
  display: block; /* по умолчанию показываем нужный блок */ 

}

.switch {
/*	margin:10px 0;*/
	text-align: left;
}
.switch strong {
    font-size: 20px;
    color: #333;
    display: inline-block;
    margin-right: 10px;
    letter-spacing: 0.5px;}

.switch input[type="radio"] {
    display: none;
}
.switch label {
    display: inline-block;
    padding: 10px 10px;
    cursor: pointer;
    border: 1px solid #41c4ab;
}
.switch input[type="radio"]:checked+label {
    background-color: #41c4ab;
/*    border: 1px solid #1CA92E;*/
}
.switch label:hover {
    background-color: #41c4ab;
/*    border-width: 2px;*/
}

.tabs .harvest {
	padding-inline-start:0;
	width:100%;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 12px;
}
.tabs .harvest_element:first-child {
	width: 70%;
	flex-direction: column;
	display: flex;
	gap: 0;
}

.result, .calculator {
	width:100%;
/*	border: #41c4ab 1px solid; */
	text-align:left;
	
}
.result tr, .calculator tr  {
	border-bottom: #41c4ab 1px solid; 
}
.result tr:first-child  {
	/*border-top: #41c4ab 1px solid; */
}
.result td, .calculator td  {
	padding:10px 0;
}
.result td, .calculator td  {
	text-align:center;
	width:30%;
}
.result td:first-child, .calculator  td:first-child {
	text-align:left;
	width:70%;
}

.remark {
	font-size: 13px;
	margin-top: 12px;
	line-height: 1.4;
}
.result h4, .result h5, .calculator h4, .calculator h5  {
	margin-bottom:0;
	
}


.services .media .media-body{
	min-width: 260px;
	border: 1px #41c4ab solid;
        height: 150px;
/*        padding: 40px 15px 0 15px; */
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	
}
.services .media a.media-body {
	max-width: 100%;
	padding:0;
	justify-content: center;
	align-items: center;
}
.services .media a.active, .services .media .media-body:hover{
	color: white;
	background: #41c4ab;
	outline: none;
}
.services .media .media-body .media-heading{ 
	line-height: 34px;
	text-align: center;
	max-width:100%;
	padding:0;
	margin:0;
}
.loose_procent {
	font-size:26px;
}
.loose_rub {
	font-size:26px;
}
.tabs__content h3 {
	margin-top: 70px;
}



[data-tooltip] {
    position: relative; /* Относительное позиционирование */ 
	color: #41c4ab;
   }
   [data-tooltip]::after {
    content: attr(data-tooltip); /* Выводим текст */
    position: absolute; /* Абсолютное позиционирование */
    width: 300px; /* Ширина подсказки */
    left: 0; top: 0; /* Положение подсказки */
    background: #41c4ab; /* цвет фона */
    color: #fff; /* Цвет текста */
    padding: 0.5em; /* Поля вокруг текста */
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3); /* Параметры тени */
    pointer-events: none; /* Подсказка */
    opacity: 0; /* Подсказка невидима */
    transition: 1s; /* Время появления подсказки */
	z-index:10;
   } 
   [data-tooltip]:hover::after {
	opacity: 1; /* Показываем подсказку */
	top: 2em; /* Положение подсказки */
	font-size: 13px;
   }

.partners {
	padding-inline-start:0;
	max-width:100%;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 60px;
/*	border: #DDD 1px solid;*/
	flex-wrap: wrap;
	margin-top:80px;
	justify-content: space-between;
}
.partners .item {
	width:21%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 15px;
	flex-direction: column;
	justify-content: end;
}
.partners .item img {
	width: 100%;
}
.partners .item a {
	text-align:center;
}
.programs ul.risk_list {
	display:block;
	
}
.programs .risk_list li {
	display:list-item;
	width: 100%;
	border: none;
	cursor: auto;
	text-align: left;
 	font-size: 16px;
	font-weight: 300;
	padding: 15px 0 0 0;
	list-style-type: disc;
	list-style: square inside none;
}
.interest{
	margin-top:70px;
}
.services {
	padding-bottom:0px;
}

@media (max-width: 768px) {
	.brand-name {
		font-size:45px !important;
	}
	.harvest .harvest_element {
		flex-direction: column;
	        justify-content: space-between;
	        margin-bottom: 20px;
	}
	.harvest h5 span {
		font-size: 26px;
	}
	.result h4, .result h5, .calculator h4, .calculator h5 {
		font-size: 15px;
	}
}
@media (min-width: 481px) {
    h2 {
        font-size: 42px;
    }
}


.multirisk_fran_warning {
	padding:10px 20px;
/*	outline: 1px solid #41c4ab; */
	background-color:#41c4ab;
	color: #FFF;
	font-weight: 500;
	display:none;
}

.smb,
.apple {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	align-items:center;
	gap: 15px;
	text-align: left;
	margin-top: 10px;
}

.smb label.form-check-label,
.apple  label.form-check-label {
	margin:0;
	max-width: 90%;
	font-weight: 500;
}
.smb label.disabled,
.apple label.disabled {
	font-weight: 300;
}
.smb input.form-check-input[type=checkbox],
.apple  input.form-check-input[type=checkbox] {
	width:24px;
	accent-color: #41c4ab;
}

.red {
	color:red;
}

datalist {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-top: 7px;
  padding: 0 5px;
}

.sliderticks {
  display: flex;
  justify-content: space-between;
  padding: 0 10px;
	margin-bottom: 20px;
}

.sliderticks span {
  display: flex;
  justify-content: center;
  width: 1px;
  height: 10px;
  background: #d3d3d3;
  line-height: 40px;
}

.flex.apples {
	text-align: left;
	align-items: flex-start;   /* если у тебя display:flex */
	justify-content: flex-start;
	display:none;
	margin-bottom: 60px;
}
.apples h5 {
	margin-bottom:0;
	padding-bottom:0;
}

.pieceOfLand {
	width:100%;
	max-width:100%;
	justify-content: space-between;
	margin-bottom:25px;
}

.pieceOfLand .year,
.pieceOfLand .area,
.pieceOfLand .density {
	width:100%;
	max-width:30%;
	justify-content: space-between;
	flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	-webkit-flex-wrap: nowrap;
	text-align: left;
}
.pieceOfLand .form-control {
	width: 100px;
}
.piece_template {
	display:none;
}

.addAndRemove {
	width:100%;
	justify-content: space-between;
}

.addAndRemove a {
	font-weight:600;
	padding-bottom: 0px;
	border-bottom: 2px dashed;
	color: #41c4ab;
	cursor: pointer;
	width: fit-content;
}
.addAndRemove a:visited {
	color: #41c4ab;
}
.addAndRemove a:hover {
	color:#2e8978;
}

.piecesOfLand {
	margin-bottom:20px;
}

.plannedOfPiece {
	font-weight:600;
	text-transform: uppercase;
	text-align: right;
}

.plannedOfPieces {
	text-align:left;
}
/* End */
/* /bitrix/templates/calculator.v2/styles.css?17578511299223 */
