body {margin: 0;}

.calc_body_full {
    display: inline-block;
    width: 1140px;
    margin: 0 auto;
    padding: 10px;
    /* -webkit-box-shadow: 0 0 8px 0 #B3B3B3;
    box-shadow: 0 0 8px 0 #B3B3B3; */
    font-family: 'Open Sans', sans-serif;
}
.calc_main_body {
    display: block;
    float: left;
    width: 100%;
    margin: 0 auto;
}
.leftside_calc, .rightside_calc {
    float: left;
    width: 48%;
    display: block;
    padding: 0px 10px;
}

.calc_h1_text {
    font-size: 18px;
    font-weight: 700;
    padding: 15px 0px 20px 0px;
}
.greyline {
    width: 90%;
    margin: 0 auto;
    height: 1px;
    background: #eaeaea;
}

.smalltext {
    font-size: 13px;
    text-align: center;
    font-weight: 300;
    color: #333;
    padding-top: 10px;
}


.profile_window {margin-bottom: 20px;}

.radioboxpic {
    width: 440px;
    margin: 0 auto;
    display: block;
}

.window_sections  {
    display: inline-block;
    width: 80px;
    height: 75px;
    border-radius: 100%;
}

.window_sections0  {
    margin: 0 auto;
    height: 43px;
    position: relative;
    top: 15px;
    display: block;
}

.window_sections1 {
    background: url(../img/calculator/mini/1.jpg) no-repeat;
    width: 23px;
}

.window_sections2 {
    background: url(../img/calculator/mini/2.jpg) no-repeat;
    width: 43px;
}

.window_sections3 {
    background: url(../img/calculator/mini/3.jpg) no-repeat;
    width: 69px;
}

.window_sections4 {
    background: url(../img/calculator/mini/5.jpg) no-repeat;
    width: 23px;
    height: 65px;
}

.window_sections5 {
    background: url(../img/calculator/mini/4.jpg) no-repeat;
    width: 63px;
    height: 65px;
}

.my-custom-label {
    display:inline-block;
    width: 80px;
    height: 75px;
    line-height: auto;
    text-align: center;
    margin-top: 2px;
}

.my-custom-label1, .my-custom-label2, .my-custom-label3 {
    position: relative;
    bottom: 10px;
}


.my-custom-label4, .my-custom-label5 {
    height: 95px;
}

.my-custom-label:hover, .my-custom-label:focus, .my-custom-label:active {
    background: #efefef;
    cursor: pointer;
    border-radius: 7px;
}

.my-custom-label_act {
    background: #ffed00;
    cursor: pointer;
    border-radius: 100%;
}

.my-custom-label>div {
    margin-top: 20px;
}

.my-custom-label > input[type=radio] {
    display: none;
}

.big_windows {
    display: block;
    width: 100%;
}

.big_windows:hover {
    cursor: pointer;
}

.img_wind {
    width: 100%;
}

.inputtop {
    display: inline-block;
    width: 48%;
}

.storona_a, .storona_b {
    margin-right: 5px;
}

.smsm {
    margin-left: 5px;
}

.checkboxblock {
    padding: 5px 0px;
}


.checkboxcalc {
  position: absolute;
  z-index: -1;
  opacity: 0;
  margin: 10px 0 0 20px;
}
.checkboxcalc + label {
  position: relative;
  padding: 0 0 0 60px;
  cursor: pointer;
  margin-right: 65px;
}
.checkboxcalc + label:before {
  content: '';
  position: absolute;
  top: -4px;
  left: 0;
  width: 50px;
  height: 26px;
  border-radius: 13px;
  background: #CDD1DA;
  box-shadow: inset 0 2px 3px rgba(0,0,0,.2);
  transition: .2s;
}
.checkboxcalc + label:after {
  content: '';
  position: absolute;
  top: -2px;
  left: 2px;
  width: 22px;
  height: 22px;
  border-radius: 10px;
  background: #FFF;
  box-shadow: 0 2px 5px rgba(0,0,0,.3);
  transition: .2s;
}
.checkboxcalc:checked + label:before {
  background: #0C6BAB;
}
.checkboxcalc:checked + label:after {
  left: 26px;
}
.checkboxcalc:focus + label:before {
  box-shadow: inset 0 2px 3px rgba(0,0,0,.2), 0 0 0 3px rgba(137, 178, 204, 0.7);
}

#res9 {font-weight: 700; margin-top: 10px; font-size: 18px;}

.podokontext {
    width: 150px;
    display: inline-block;
}

#res1, #res10 {
    display: inline-block;
}

#res1 {
    font-style: italic;
}

.add_options>span {
    padding: 15px 0px;
}

.add_options>div {
    padding-left: 30px;
}

#go {text-decoration: none;}

.feedbackbutton {
    background: #0c69a7;
    color: #fff;
    padding: 10px;
    border-radius: 5px;
    text-align: center;
    width: 220px;
    margin-top: 20px;
    display: block;
}

.feedbackbutton:hover, .feedbackbutton:focus {
    background: #094167;
    color: #fff;
}

#otlivy-styler {bottom: 4px; left: 29px;}
.smsm1 {margin-left: 35px;}

.otlivy {
    display: flex;
}
.select-option {
    display: flex;
    align-items: baseline;
    min-height: 26px;
    margin-bottom: 15px;
}
.select-option .select-label {
    width: 140px;
}
.select-option select {
    min-width: 180px;
}

@media screen and (max-width:1199px) {
    .calc_body_full {width: 940px;}
    .leftside_calc, .rightside_calc {width: 47%;}
}

@media screen and (max-width:989px) {
    .calc_body_full {width: 740px;}
    .leftside_calc, .rightside_calc {width: 45%;}
    .radioboxpic {width: 100%;}
}


@media screen and (max-width:768px) {
    .calc_body_full {width: 100%; padding: 0px;}
    .leftside_calc, .rightside_calc {width: 96%;}
    .radioboxpic {width: 420px;}
    .big_windows {width: 98%;}
    .greyline {width: 100%;}
    .feedbackbutton {margin: 0 auto; margin-top: 20px;}
		body .my-custom-label {
			display: inline-block;
			width: 80px;
			height: 75px;
			line-height: auto;
			text-align: center;
			margin-top: 2px;
			border: 1px solid #d7d7d7;
			border-radius: 10px;
			height: 75px !important;
			margin: 0 3px !important;
			display: block !important;
			bottom: 0 !important;
	}
	.radioboxpic {
    width: calc(100% + 40px);
    text-align: center;
    margin: 0 -20px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.leftside_calc {
	width: 100% !important;
}
}

@media screen and (max-width:500px) {
    .leftside_calc, .rightside_calc {width: 95%;}
    .radioboxpic {width: 250px;}

		.window_sections5 {
			background: url(../img/calculator/mini/4.jpg) no-repeat;
			width: 63px;
			background-size: contain;
			height: 43px;
			left: 12px;
	}
	.my-custom-label {
    display: inline-block;
    width: 68px;
}
.radioboxpic {
    width: calc(100% + 40px);
    text-align: center;
    margin: 0 -20px;
}
body .rightside_calc {
	width: 100%;
	padding: 0;
}
.params_wind_block {
	font-size: 16px;
}
body .smsm {
	margin-left: 0px;
}
}

@media screen and (max-width:450px) {
    .leftside_calc, .rightside_calc {width: 94%;}
}

@media screen and (max-width:400px) {
    .leftside_calc, .rightside_calc {width: 93%;}
}

@media screen and (max-width:380px) {
	.params_wind_block {
		font-size: 15px;
	}
}
@media screen and (max-width:355px) {
	.params_wind_block {
		font-size: 14px;
	}
}
@media screen and (max-width:330px) {
	body .smsm {
		font-size: 12px;
	}
}