.calc-rtb-cont {
	border-radius: 10px;
	box-shadow: 0 0 10px rgba(132, 132, 132, 0.5);
}

.calc-rtb-header {
	padding: 10px;
	font-size: 30px;
	background-color: #777bf5;
	text-align: center;
	color: #fff;
	font-weight: bold;
	border-radius: 10px 10px 0 0;
}

.calc-rtb-inner {
	padding: 35px 50px 30px 50px;
	display: flex;
}

.calc-rtb-form {
	width: 130%;
	border-radius: 10px;
	background-color: #f7f6f7;
	padding: 20px;
	box-shadow: 0 0 10px rgba(132, 132, 132, 0.5);
}

.calc-rtb-label {
	border-radius: 10px;
	border: 1px solid #8e8fbf;
	padding: 5px 20px;
	font-weight: bold;
}

.calc-rtb-item {
	margin: 10px 0;
}

.calc-rtb-radio label {
	display: block;
	cursor: pointer;
	font-weight: 500;
}

.calc-rtb-radio input[type="radio"] {
	margin-right: 10px;
}

.calc-rtb-iteminner {
	padding: 10px 30px;
}

.calc-rtb-radio-line label {
	position: relative;
	cursor: pointer;
	font-weight: 500;
	width: 49%;
	line-height: 24px;
	padding-right: 10px;
}

.calc-rtb-radio-line span {
	display: block;
	margin-left: 24px;
}

.calc-rtb-radio-line input[type="radio"] {
	position: absolute;
	top: 5px;
}

.calc-rtb-radio-line {
	display: flex;
}

.calc-rtb-radio-line span.calc-rtb-radiohint {
	margin: 0;
	font-size: 12px;
	line-height: 12px;
}

.calc-rtb-hint {
	margin-top: 5px;
	font-size: 13px;
}

.calc-rtb-result {
	padding: 15px 10px 15px 50px;
}

.calc-rtb-resitem {
	margin: 5px 0;
}

.calc-rtb-reslabel {
	font-weight: bold;
}

.calc-rtb-reslabel2 {
	color: #78797b;
	line-height: 24px;
}

.calc-rtb-reslabel3 {
	float: right;
	font-weight: bold;
}

.calc-rtb-totalcont {
	margin: 20px 0;
	border-radius: 10px;
	border: 1px solid #777bf6;
	padding: 20px;
	box-shadow: 0 0 10px rgba(132, 132, 132, 0.5);
}

.calc-rtb-totallabel {
	text-align: center;
	font-weight: bold;
	font-size: 24px;
}

.calc-rtb-total {
	font-weight: bold;
	color: #777bf6;
	font-size: 50px;
	text-align: center;
	text-shadow: 0 0 10px rgba(65, 111, 183, 0.5);
	line-height: 50px;
	margin: 10px 0;
}

.calc-rtb-totalhint,
.calc-rtb-reshint {
	text-align: center;
	font-size: 14px;
	line-height: 20px;
	color: #78797b;
}

.calc-rtb-totalbutton {
	text-align: center;
	display: block;
	margin: 30px 0 20px;
	background-color: #777bf6;
	color: #fff;
	font-weight: bold;
	padding: 10px;
	max-width: 240px;
	border-radius: 10px;
	left: 50%;
	position: relative;
	transform: translateX(-50%);
	box-shadow: 0 0 10px rgba(132, 132, 132, 0.5);
}

.calc-rtb-totalbutton:hover,
.calc-rtb-totalbutton:focus {
	color: #fff;
}

.calc-rtb-phone {
	text-align: center;
	font-weight: 500;
	margin: 10px 0;
}

.calc-rtb-messengers a {
	width: 30px;
	height: 30px;
	display: inline-block;
	text-align: center;
	filter: hue-rotate(-10deg);
	background-size: contain;
	margin: 0 10px;
}

.calc-rtb-mess-whatsapp {
	background-image: url('../images/whatsapp.png');
}

.calc-rtb-mess-telegram {
	background-image: url('../images/telegram.png');
}

.calc-rtb-messengers {
	text-align: center;
}

.calc-rtb-select-item {
	padding: 0 10px;
}

.calc-rtb-select-item.active {
	padding: 0 10px;
}

.calc-rtb-select.active {
	border-radius: 10px 10px 0 0;
}

.calc-rtb-select {
	max-width: 360px;
	position: relative;
	cursor: pointer;
	background-color: #dee2fb;
	text-align: center;
	border-radius: 10px;
	color: #777bf6;
	font-weight: bold;
}

.calc-rtb-select-items {
	display: none;
	position: absolute;
	background-color: #fff;
	z-index: 1000;
	max-height: 400px;
	overflow-y: scroll;
	width: 100%;
	text-align: left;
	font-weight: 500;
	padding-top: 2px;
}

.calc-rtb-select-item:hover {
	background-color: #dee2fb;
}

.calc-rtb-select.active .calc-rtb-select-items {
	display: block;
}

.calc-rtb-trademark-image {
	max-height: calc(100% - 20px);
	right: 0;
	position: absolute;
	max-width: 50%;
}

.calc-rtb-trademark-image-cont {
	display: flex;
	position: relative;
}

@media only screen and (max-width: 1230px) {
	.calc-rtb-inner {
		display: block;
	}
	
	.calc-rtb-form {
		width: 100%;
	}
	
	.calc-rtb-result {
		padding: 15px 10px 15px 15px;
	}
}

@media only screen and (max-width: 700px) {
	.calc-rtb-inner {
		padding: 0 0 30px 0;
	}
	
	.calc-rtb-radio-line {
		display: block;
	}
	
	.calc-rtb-radio-line label {
		display: block;
		width: 100%;
		margin-bottom: 10px;
	}
	
	.calc-rtb-trademark-image-cont {
		display: block;
	}
	
	.calc-rtb-trademark-image {
		position: unset;
		max-width: 100%;
		max-height: 100px;
		text-align: center;
		margin: 10px auto 0 auto;
		display: block;
	}
}

@media only screen and (max-width: 450px) {
	.calc-rtb-reslabel3 {
		display: block;
		float: none;
	}
}