.calc_page{
/*
	max-width: 1140px;
    margin: 0 auto;
*/
}

.contract{
	color: #000000!important;
}

.ui-datepicker-year {
 padding-left: 8px;
 background-color: #ffffff!important;
}

.calc_page .this_main{
	width: 70%;
    display: inline-block;
    padding-right: 15px;
}

.calc_page .this_aside{
	width: calc(30% - 1.26em);
    display: inline-block;
    vertical-align: top;
    height: 1500px;
}

.calc_page .this_aside .this_product{
	position: sticky;
    top: 90px;
    padding: 5px 20px 20px 20px;
    background: #f8f8f8;
    border-radius: 4px;
}

.calc_page .this_aside .this_product .txt_block{
	padding: 15px 0;
    border-bottom: 1px solid #e7e7e7;
}

.calc_page .this_aside .this_product .this_ttl{
	color: #676c70;
    margin-bottom: 8px;
    font-size: 16px;
/*     font-family: Roboto, sans-serif; */
    font-weight: 300;
}

.calc_page .this_aside .this_product .this_name{
	color: #000000;
    font-size: 18px;
/*     font-family: Roboto, sans-serif; */
    font-weight: 300;
}

.calc_page .this_aside .this_product .this_p_name{
	color: #000000;
    font-size: 26px;
    font-family: "Literata", Arial, sans-serif;
    font-weight: 400;
}

.calc_page .this_aside .this_product .this_price{
	color: #000000;
    font-size: 40px;
/*     font-family: Roboto, sans-serif; */
    font-weight: 900;
    padding: 30px 0;
}

.calc_page .this_aside .this_product .this_buy_btn{
	
}

.calc_page .this_aside .this_product .this_buy_btn a{
	background: #ec4a4a;
    border-radius: 4px;
    padding: 15px;
    font-size: 12px;
    letter-spacing: 1px;
    text-decoration: none;
    color: #000;
    font-weight: 700;
    text-transform: uppercase;
    display: block;
    text-align: center;
    cursor: pointer;
    color: #fff;
}

.calc_page h2.h1{
	padding: 60px 0 20px;
    font-weight: 600;
    font-size: 34px;
}
.calc_page .section-h1{
	padding-top: 0;
}

.calc_page .section-h1 .div-car{
	margin-top: 0px;
	margin-bottom: 15px;
}

.calc_page .section-h1 .div-2{
	border-radius: 4px;
	background-color: #ec4a4a;
    color: #fff;
    padding: 10px 20px;
    position: relative;
    display: block;
}

.calc_page .section-h1 .div-2.grey{
	background-color: #f5f5f5;
	color: #151515;
}

.calc_page .section-h1 .div-2 img.white{
	display: block;
}

.calc_page .section-h1 .div-2 img.black{
	display: none;
}

.calc_page .section-h1 .div-2.grey img.white{
	display: none;
}

.calc_page .section-h1 .div-2.grey img.black{
	display: block;
}

.calc_page .section-h1 .div-2 img{
	height: 21px;
    width: 31px;
    max-width: 100%;
    vertical-align: middle;
    position: absolute;
    right: 15px;
    top: 13px;
}

.calc_page .this_main .div-car2 {
    display: block;
    border-radius: 4px;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border: 0;
    box-shadow: none;
    padding: 0;
}

.calc_page .this_main .this_step img.white{
	display: none;
}

.calc_page .this_main .this_step.active{
	background: #ec494b;
	color: #fff;
}

.calc_page .this_main .this_step.active img.white{
	display: block;
}

.calc_page .this_main .this_step.active img.black{
	display: none;
}

.calc_page .this_main .this_sect{
	padding: 20px 15px 20px 15px;
    border-radius: 4px;
    background: #f8f8f8;
    margin-bottom: 20px;
    overflow: auto;
}

.calc_page .this_main .this_sect .this_desc{
	color: #333;
    margin-bottom: 8px;
    font-size: 16px;
/*     font-family: Roboto, sans-serif; */
    font-weight: 300;
}

.calc_page .this_main .this_sect .this_desc{
	
}

.calc_page .this_main .this_sect .this_desc a{
	color: rgb(4 88 155);
    text-decoration: none;
}

.calc_page .this_main .this_sect .this_desc ul{
	padding-left: 27px;
}

.calc_page .this_main .this_sect .this_desc ul li{
	list-style: none;
    position: relative;
    padding: 8px 0px;
    border-bottom: 1px solid #e7e7e7;
}

.calc_page .this_main .this_sect .this_desc ul li:before{
    content: " ";
    height: 20px;
    width: 20px;
    position: absolute;
    background: transparent;
    background-image: url(/images/checked.svg);
    background-size: 20px;
    left: -27px;
    top: 9px;
}

.calc_page .this_main .this_sect input[type=radio]+label{
    width: calc(33.33% - 13px);
    margin: 0;
    margin-left: -0.26em;
    margin-right: 5px;
    margin-left: 5px;
    margin-bottom: 10px;
/*     border: 4px solid #ffffff; */
    border-radius: 4px;
    font-weight: 300;
    box-shadow: 0px 3px 9px -3px rgb(0 0 0 / 19%);
    padding: 20px;
    text-align: center;
    background: #fff;
}

.calc_page .this_main .this_sect .conteiner-radio-buy-polis-mobile input[type=radio]+label{
   
  
    padding: 5px;
    text-align: center;
   
}

.conteiner-radio-buy-polis-mobile {
 
  /*  padding: 10px;*/
 
}

@media (min-width: 300px) {
.calc_page .this_main #ppayf_form label.label-radio-buy-polis{
	background: #d9d9d9; 
    border-radius: 4px;
    padding: 15px;
    font-size: 12px;
    letter-spacing: 1px;
    text-decoration: none;
    color: #000;
    font-weight: 700;
    text-transform: uppercase;
    display: block;
    text-align: center;
    cursor: pointer;
    line-height: inherit;
 transform: translate(50%, 50%) ;
	width:calc(23.33% - 13px);
}
}

@media (min-width: 600px) {
.calc_page .this_main #ppayf_form label.label-radio-buy-polis{
	background: #d9d9d9; 
    border-radius: 4px;
    padding: 15px;
    font-size: 12px;
    letter-spacing: 1px;
    text-decoration: none;
    color: #000;
    font-weight: 700;
    text-transform: uppercase;
    display: block;
    text-align: center;
    cursor: pointer;
    line-height: inherit;
    max-width: 300px;
	width: calc(30% - 13px);
}	
}	

.calc_page .this_main #ppayf_form input[type=radio]:checked+label.label-radio-buy-polis{
	background: #ec4a4a; 
	color: #fff;
}



.calc_page .this_main .this_sect input[type=radio]:checked+label{
    background: #ec494b;
    box-shadow: inset 0px 3px 9px -3px rgb(132 31 31), 0px 3px 9px -3px rgb(0 0 0 / 19%);
    color: #fff;
    font-weight: 600;
/*     border: 4px solid #ffffff; */
}

 

.calc_page .this_main .this_sect .field-text {
/*     font-family: Roboto, sans-serif; */
	font-family:"Literata", Arial, sans-serif;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0;
    text-transform: none;
    padding: 0;
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 17px;
    color: #212121;
}
.calc_page .this_main .rules_wrp{
	margin-bottom: 0;
}
.calc_page .this_main .rules_wrp .rules_group{
	padding: 0;
    background: transparent;
    margin-bottom: 0;
    box-shadow: none;
}

.calc_page .rules_wrp .rules_group .rules_items .item{
	background: #fff;
}

.calc_page .this_flat_bl{
    clear: both;
    padding: 0 20px;
}

.calc_page .w-col.w-col-6:nth-child(1) .this_flat_bl{
	border-right: 1px solid #e7e7e7;
}

.calc_page .this_flat_bl .this_item_ttl{
	font-weight: 600;
    color: #000;
    margin-bottom: 10px;
}

.calc_page .this_flat_bl .this_item{
	padding : 10px;
	
}

.calc_page .this_flat_bl .this_item .this_img{
	display: inline-block;
}

.calc_page .this_flat_bl .this_item .this_img img{
	width: 90px;
}

.calc_page .this_flat_bl .this_item .this_ttl{
	display: inline-block;
    font-size: 22px;
    padding-left: 20px;
}


.calc_page.pay_online form input[type=text], .calc_page.pay_online form input[type=number]{
	margin-bottom: 20px;
    background: #fafafa;
    border: 1px solid #ececec;
    border-radius: 3px;
    box-shadow: none;
    color: #383838;
    font-size: 14px;
    padding: 8px 13px 7px;
    width: 100%;
    height: 48px;
}

.calc_page.pay_online .field-text{
	
}


.calc_page.pay_online .form-wrapp {
    padding: 20px;
    border: 1px solid #e5e5e5;
    border-radius: 4px;
}

.calc_page.pay_online .text-12-grey {
    float: left;
    font-family: Roboto, sans-serif;
    color: hsla(0, 0%, 8%, .77);
    font-size: 12px;
    line-height: 18px;
      margin-top: -12px;
}


.calc_page.pay_online .ppay_polis_y {
    font-weight: 600;
    color: green;
    text-transform: uppercase;
}



.calc_page.pay_online #screen-2, .calc_page.pay_online #screen-3, .calc_page.pay_online #screen-4 {
    display: none;
}

.calc_page  #ppayf_form input[type=text]{
	margin-bottom: 20px;
    background: #fafafa;
    border: 1px solid #ececec;
    border-radius: 3px;
    box-shadow: none;
    color: #383838;
    font-size: 14px;
    padding: 8px 13px 7px;
    width: 100%;
    height: 48px;
}



.calc_page .this_main #ProlongationPolicy_div input {
    margin-bottom: 20px;
    height: 46px;
    border-radius: 4px;
}

.calc_page .this_main #Promocode_div input,
#pf5_form .datepicker {
    margin-bottom: 20px;

    background: #ffffff;
    border: 1px solid #ececec;
    border-radius: 3px;
    box-shadow: none;
    color: #383838;
    font-size: 14px;
    padding: 8px 13px 7px;
    height: 48px;
}

#Sports_chosen .chosen-choices {
    background: #ffffff;
    height: 68px;
    border: 1px solid #ececec;
    border-radius: 3px;
    overflow-y: auto;
}

#Sex, #Sex_chosen .chosen-single {
    background: #fff;
    border: 1px solid #ececec;
    border-radius: 3px;
    height: 48px;
    padding: 8px 13px 7px;
    box-shadow: none;
}

.calc_page .this_main .imp_chekbox{
	background: #f8f8f8;
    padding: 15px 0;
    border-radius: 4px;
    padding-left: 5px;
    margin-bottom: 15px;
    clear: both;
}

.calc_page .this_main .imp_chekbox input[type=checkbox]{
	margin-top: -13px;
}

.calc_page .this_main .imp_chekbox label{
	text-transform: none;
    letter-spacing: initial;
    font-size: 15px;
    display: inline;
}

.calc_page .row-aq5 .w-col-12 {
/*     padding-right: 20px; */
}

.calc_page .this_product .this_buy_btn a.to_buy{
	display: none;
}

.calc_page .this_main .this_btn{
	
}

.calc_page .form_sub_ttl{
	font-family: "Literata", Arial, sans-serif;
    font-size: 18px;
    color: #000;
}




.calc_page .this_main .this_btn a{
	background: #ec4a4a;
    border-radius: 4px;
    padding: 15px;
    font-size: 12px;
    letter-spacing: 1px;
    text-decoration: none;
    color: #000;
    font-weight: 700;
    text-transform: uppercase;
    display: block;
    text-align: center;
    cursor: pointer;
    color: #fff;
    max-width: 300px;
}

.calc_page .this_aside .this_product .more_product{
	display: none;
}

.calc_page .this_main .this_price_itogo{
    color: #000000;
    font-size: 40px;
/*     font-family: Roboto, sans-serif; */
    font-weight: 900;
    padding: 17px 0 30px;
}

.rules_wrp .rules_group .rules_items .item .this_info .mark{
	background-color: transparent;
}

.calc_page .this_main .this_sect .this_desc ul li label{
	border: 1px solid;
    color: #08c;
    height: 20px;
    width: 20px;
    text-align: center;
    border-radius: 50%;
    line-height: 20px;
    cursor: pointer;
    display: inline-block;
    margin-bottom: .5rem;
}


.calc_page .this_main .var_item{
	background: #e7e7e7;
    border-radius: 4px;
    border: 3px solid #f8f8f8;
}

.calc_page .this_main .var_item .heading-radio-table{
color: #fff;
    padding: 15px;
    font-weight: bold;
    background: #ec4a4a;
    border-radius: 4px;
}

.calc_page .this_main .var_item .div-table-cell{
	border: 0;
    background-color: transparent;
}

.calc_page .this_main .var_item .div-table-cell .switch{
	font-size: 12px;
}

.calc_page .this_main .var_item .div-table-cell .switch label{
	border: 1px solid;
    color: #08c;
    height: 20px;
    width: 20px;
    text-align: center;
    border-radius: 50%;
    line-height: 20px;
    cursor: pointer;
    display: inline-block;
    margin-bottom: .5rem;
}

.calc_page .this_main .var_item .div-table-bottom{
	background-color: transparent !important;
    border: 0;
}

.calc_page .this_main .var_item input[type=radio]+label{
	width: 100%;
	    margin: 0;
}

.sport_y{
    border: 1px solid;
    color: #08c;
    height: 20px;
    width: 20px;
    text-align: center;
    border-radius: 50%;
    line-height: 20px;
    cursor: pointer;
    display: inline-block;
    margin-bottom: .5rem;
}



/***popover****/
.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: block;
    max-width: 276px;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: .875rem;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: .3rem;
}

.bs-popover-right {
    margin-left: .5rem;
}

.bs-popover-auto[x-placement^=right]>.arrow, .bs-popover-right>.arrow {
    left: calc(-.5rem - 1px);
    width: .5rem;
    height: 1rem;
    margin: .3rem 0;
}

.popover .arrow {
    position: absolute;
    display: block;
    width: 1rem;
    height: .5rem;
    margin: 0 .3rem;
}

.popover-header {
    padding: .5rem .75rem;
    margin-bottom: 0;
    font-size: 1rem;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-top-left-radius: calc(.3rem - 1px);
    border-top-right-radius: calc(.3rem - 1px);
    font-weight: 500;
    line-height: 1.2;
        margin-top: 0;
}

.popover-body {
    padding: .5rem .75rem;
    color: #212529;
}
.popover-content {
    font-size: 12px;
}

.calc_page input[type=radio] {
    display: none;
}

.rules_wrp{
	    margin-bottom: 50px;
}

.rules_wrp .rules_group{
	padding: 15px;
    background: #f9f9f9;
    border-radius: 10px;
    box-shadow: 0px 0px 30px #ddd;
    margin-bottom: 30px;
}

.rules_wrp .rules_group .this_group_ttl{
	font-family: Roboto, sans-serif;
    font-size: 20px;
    line-height: 22px;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.rules_wrp .rules_group .rules_items{
	margin-bottom: 10px;
}

.rules_wrp .rules_group .rules_items .item{
	margin-bottom: 10px;
    background: #f1f1f1;
    padding: 10px 15px;
    border-radius: 10px;

}

.rules_wrp .rules_group .rules_items .item .this_ttl{
	margin-bottom: 6px;

}

.rules_wrp .rules_group .rules_items .item .this_ttl a{
	color: #f42434;
    text-decoration: none;
    font-size: 16px;
}

.rules_wrp .rules_group .rules_items .item .this_info{
	
}

.rules_wrp .rules_group .rules_items .item .this_info .mark{
	display: inline-block;
    margin-right: 10px;
    border: 1px solid;
    border-radius: 5px;
    padding: 0px 6px;
    color: #979797;
    font-size: 12px;
    
}

.rules_wrp .rules_group .rules_items.rules_arch .item .this_ttl a{
	color: #6a6a6a;
}

.rules_wrp .rules_group .this_arch{
    padding: 5px;
    font-size: 16px;
    color: #000000;
    border-bottom: 1px dashed #23292e;
    width: max-content;
    margin-bottom: 10px;
    cursor: pointer;
}

.rules_wrp .rules_group .this_arch i{
	color: #fff;
    font-size: 13px;
    background: #000;
    padding: 3px;
    border-radius: 2px;
    margin-left: 2px;
}

.rules_wrp .rules_arch{
	display: none;
}

.calc_page .form-wrapp{
	
}

.calc_page .form_new label{
	display: block;
	clear: both;
}

.right_block.narrow_N .detail-maxwidth{
	max-width: inherit;
}

#ppayf_form{
	display: none;
}

#ppayf_form .success{
	display: none;
}

#ppayf_form .failed{
	display: none;
}


.calc_page  .this_main .aq5_polis_var{
	background: none;
}

.calc_page  .this_main .aq5_polis_var input[type=checkbox]{
	display: none;
}

.calc_page  .this_main .aq5_polis_var.var_item .heading-radio-table{
	margin-bottom: 10px;
	
}

.calc_page  .fill_this{
	border-color: red !important;
}

.this_simg{
    text-align: left;
    padding: 15px 0;
}

.this_simg img{
    height: 100px;
}
@media(max-width: 768px){
	.calc_page .this_main {
	    width: 100%;
	    display: block;
	    padding-right: 0;
	}
	.calc_page h2.h1 {
	    padding: 15px 10px 0;
	    font-weight: 600;
	    font-size: 26px;
	}
	.calc_page .section-h1 .div-car{
		display: none;
	}
	.calc_page .section-h1 {
	    padding-top: 0;
	    padding: 0;
	}
	
	.calc_page .this_main .this_sect input[type=radio]+label{
		/*width: calc(30% - 13px);*/
	}
	
	.calc_page .this_aside{
		 width: 100%;
	    display: block;
	    height: auto;
	}
	.calc_page .this_aside .this_product {
	    position: fixed;
	    top: auto;
	    padding: 5px 20px 20px 20px;
	    background: #f8f8f8;
	    border-radius: 4px;
	    bottom: 0;
	    width: 100%;
	    z-index: 6000;
	    left: 0;
	}
	
	.calc_page .this_aside .this_product .txt_block{
		display: none;
	}
	.calc_page .this_aside .this_product .this_price{
		position: relative;
		padding: 20px 0;
	}
	
	.calc_page .this_aside .this_product .more_product{
    display: block;
    text-align: center;
    top: 30px;
    right: 25px;
    font-weight: 600;
    font-size: 12px;
    text-transform: uppercase;
    background: #e7e7e7;
    border-radius: 4px;
	}
	
	.calc_page .row-aq5 .w-col-12 {
	    padding-right: 10px;
	}
	
	.row-aq5 .w-col-6 {
	    padding-right: 0;
	}
	.calc_page .this_main .this_btn a{
		max-width: 100%;
	}
	
	.calc_page .this_main .form_sub_ttl{
		padding-left: 10px;
	}
}

