

/*новое*/

.fix_buttons {
	top: calc(55vh - 130px);
	position: fixed;
	right: -140px;
	font-size: 16px;
	color: #fff;
	font-weight: bold;
	line-height: 1;
	font-family: 'Roboto';
	z-index: 55;
  background-image: -moz-linear-gradient( 90deg, rgba(255,88,23,0.99608) 0%, rgb(255,158,60) 100%);
  background-image: -webkit-linear-gradient( 90deg, rgba(255,88,23,0.99608) 0%, rgb(255,158,60) 100%);
  background-image: -ms-linear-gradient( 90deg, rgba(255,88,23,0.99608) 0%, rgb(255,158,60) 100%);
	background: url('../img/img/fix_buttons.png') no-repeat;
	background-size: cover;
	width: 216px;
	height: 80px;
	height: 134px;
	-webkit-transition: 0.7s;
	-o-transition: 0.7s;
	-moz-transition: 0.7s;
	transition: 0.7s;
	border-radius: 28px 0 0 28px;
	-webkit-box-shadow: 0px 5px 0px 0px #851A00;
	box-shadow: 0px 5px 0px 0px #851A00;
}
.fix_buttons2 {
	top: calc(55vh - 50px);
}
/* .fix_buttons.open ,.fix_buttons:hover{ */
.fix_buttons.open{
  right: 0;
}
/* .fix_buttons:not(.open):hover{ 
  right: 0;
} */


.closefix_buttons:hover {
	background-color: #df4343;
}
.closefix_buttons {
	border-radius: 10px 10px 0 0;
	background: #DC0000 url(../img/closebok.png) no-repeat center right 20px;
	position: absolute;
	left: 18px;
    top: -30px;
    width: 133px;
    height: 30px;
    z-index: -1;
    font-weight: 400;
    padding-top: 8px;
    font-size: 16px;
	padding-right: 13px;
	cursor: pointer;
	transition: 0.5s;
}
.fix_buttons .closefix_buttons .close{
	display: none;
}
/* .fix_buttons.open .closefix_buttons .close, .fix_buttons:not(.open):hover .closefix_buttons .close{ */
.fix_buttons.open .closefix_buttons .close{
	display: block;
}
/* .fix_buttons.open .closefix_buttons .open, .fix_buttons:not(.open):hover .closefix_buttons .open{ */
.fix_buttons.open .closefix_buttons .open{
	display: none;
	padding-left: 10px;
}
.fix_buttons .closefix_buttons .open{
	padding-left: 7px;
	font-size: 12px;
}
/* .fix_buttons.open .closefix_buttons, .fix_buttons:not(.open):hover .closefix_buttons{ */
.fix_buttons.open .closefix_buttons{
	left: 48px;
    text-align: center;
}


/* .fix_buttons .fix_button {
	padding-top: 17px;
	position: relative;
	cursor: pointer;
	padding-left: 76px;
	width: 210px;
	height: 80px;
	transition: 0.6s;
}
.fix_buttons .sem-ipot:before{
	content: "";
	width: 58px;
	height: 62px;
	background: url('../img/img/calck.png') no-repeat;
	background-position:  center;
	display: block;
    position: absolute;
    left: 16px;
    top: 16px;
} */

.fix_buttons .fix_button{
	width: 216px;
	height: 67px;
	position: relative;
	transition: 0.5s;
}
.fix_buttons .fix_button a{
	padding-top: 17px;
	position: relative;
	cursor: pointer;
	padding-left: 76px;
	transition: 0.6s;
    padding-right: 10px;
}
.fix_buttons .it-ipot a:before{
	content: "";
	width: 56px;
	height: 60px;
	background: url('../img/img/btn1.png') no-repeat;
	background-position:  center;
	display: block;
    position: absolute;
	left: 10px;
    top: 1px;
	/* animation: rotatebefore  10s infinite ease-in-out; */
	/* border-bottom: 1px solid rgb(6, 154, 34); */
	/* border-radius: 28px 0 0 28px; */
}
.fix_buttons .sem-ipot {
  border-radius: 30px 0 0 0;
}
.fix_buttons .sem-ipot a:before{
	content: "";
	width: 64px;
	height: 64px;
	background: url('../img/img/calck.png') no-repeat;
	background-position:  center;
	display: block;
    position: absolute;
    left: 16px;
    top: 10px;
}
.fix_buttons .it-ipot {
  border-top: 1px solid #BE4900;    
  border-radius: 0 0 0 30px;
}
.fix_buttons .sem-ipot a, .fix_buttons .it-ipot a {
	color: #fff;
	width: 100%;
	height: 100%;
	display: block;
}
@keyframes rotatebefore {
	from{
		transform: rotate(0deg);
	}
	25%{
		transform: rotate(15deg);
	}
	50%{
		transform: rotate(0deg);
	}
	75%{
		transform: rotate(-15deg);
	}
	to{
		transform: rotate(0deg);
	}
	
}

@keyframes rotatebefore2 {
	from{
		transform: rotate(0deg);
	}
	25%{
		transform: rotate(7deg);
	}
	50%{
		transform: rotate(0deg);
	}
	75%{
		transform: rotate(-7deg);
	}
	to{
		transform: rotate(0deg);
	}
	
}


@media screen and (min-width: 769px){
	.fix_buttons .fix_button:hover {
		background-color: #be4900;
	} 
	.fix_buttons .sem-ipot a:before{
		animation: rotatebefore  2.5s infinite linear;
	}
}
@media screen and (max-width: 768px){
	.closefix_buttons {
		display: none;
	}
	.fix_buttons .sem-ipot a:before{
		background: url('../img/img/calck_mob.png') no-repeat;
		width: 68px;
		height: 74px;
		left: auto;
		right: 120px;
		top: 16px;
	}
	.fix_buttons .sem-ipot a:before{
		animation: rotatebefore2  5s infinite linear;
	}
	.fix_buttons .it-ipot a:before {
		width: 34px;
		height: 34px;
		background: url(../img/img/btn1_mob.png) no-repeat;
		left: auto;
		top: 21px;
		left: 140px;
	}
	/* .fix_buttons .sem-ipot:after{
		background: url('../img/img/mobstr.png') no-repeat;
		right: -37px;
		top: 19px;
		position: absolute;
		width: 25px;
		height: 25px;
		content: "";
		display: block;
	} */
	.fix_buttons {
		top: auto;
		bottom: 0;
		right: 0;
		left: 0;
		color: #000;
		background-image: -moz-linear-gradient( 90deg, #FFC62C 0%, #FFAD00 100%);
		background-image: -webkit-linear-gradient( 90deg, #FFC62C 0%, #FFAD00 100%);
		background-image: -ms-linear-gradient( 90deg,  #FFC62C 0%, #FFAD00 100%);
		background-image: linear-gradient( 90deg, #FFC62C 0%, #FFAD00 100%);
		background: url('../img/img/fix_buttons_mob.png') no-repeat;
		background-size: cover;
		width: 100%;
		height: 50px;
		/* height: 60px; */
		max-width: 440px;
		margin: 0 auto;
		border-radius: 28px 28px 0 0 ;
		-webkit-box-shadow: none;
		box-shadow: none;
		display: flex;
		justify-content: center;
	}
	.fix_buttons .sem-ipot a, .fix_buttons .it-ipot a {
		color: #000;
	}
	.fix_buttons .fix_button {
		/* padding-top: 14px; */
		padding-left: 0px;
		width: 50%;
		/* width: 195px; */
		height: 100%;
	}
	.fix_buttons .fix_button a{
		padding-top: 14px;
		padding-left: 0px;
	}
	.fix_buttons .sem-ipot {
	/* 	background: url('../img/img/calck_mob.png') no-repeat;
		background-position: right 107px top 14px; */
		/* border-bottom: none; */
		/* border-right: 1px solid rgb(255, 199, 84); */
		/* text-align: right; */
		/* text-align: center; */
		/* padding-right: 20px; */
	}
	.fix_buttons .sem-ipot {
		border-bottom: none;
		border-right: 1px solid rgb(255, 199, 84);
		text-align: right;
		padding-right: 20px;
		border-radius: 0;
	}
	.fix_buttons .it-ipot {
		border-top: none;
		border-left: 1px solid rgb(226, 160, 25);
		padding-left: 20px;
		border-radius: 0;
	}
	.fix_buttons .it-ipot a{		
		padding-right: 0;
		padding-left: 10px;
	}
}
@media screen and (max-width: 440px){
}
@media screen and (max-width: 400px){	
	.fix_buttons .sem-ipot a:before {
		/* left: -1px; */
		top: 23px;
		right: 107px;
	}
	.fix_buttons{
		font-size: 14px;
	}
	.fix_buttons .sem-ipot {
		padding-right: 0px;
	}
	.fix_buttons .it-ipot {
		padding-left: 0px;
	}
	.fix_buttons .it-ipot a:before {
		left: 123px;
	}
}

.new_modal{
  width: 1000px;
  height: 570px;
  background: url(../img/img/modalfon.jpg) no-repeat top right;
  background-size: cover;
  overflow: visible;
}

.new_modal:before {
	content: "";
	display: block;
	background-image: url(../img/img/tree.png);
	background-position: top center;
	background-size: cover;
	width: 582px;
	height: 402px;
	position: absolute;
	bottom: 10px;
	left: -236px;
}
.modal#kalc_modal  .form {
    margin-top: 0;
    min-height: auto;
}
#kalc_modal .slick-list {
    overflow: visible;
}
#kalc_modal .slickGoTo {
	font-size: 16px;
	color: rgb(123, 123, 123);
	text-decoration: underline;
	line-height: 1.2;
	text-align: left;
	position: absolute;
    bottom: -90px;
    background: none;
}
#kalc_modal .slickGoTo:hover{
	text-decoration: none;
}

#kalc_modal .slick-arrow {
  position: relative;
  top: 0;
  padding: 0;
}
#kalc_modal .dalee_kviz:not(.hidden) + .slick-arrow.btn_next {
	display: none !important;
}
#kalc_modal .slick-arrow.btn_next, #kalc_modal .dalee_kviz {
  border-radius: 10px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  box-shadow: 1.06px 1.696px 7px 0px rgba(79, 79, 79, 0.14);
  width: 252px;
  height: 52px;
}

#kalc_modal .slick-arrow.slick-disabled {
  opacity: 0;
}

#kalc_modal .slick-arrow.btn_next.slick-disabled {
  display: none !important;
}

#kalc_modal .slick-arrow.btn_prev {
	font-size: 16px;
	color: rgb(123, 123, 123);
	text-decoration: underline;
	line-height: 1.2;
	text-align: left;
    border-radius: 0;
}
#kalc_modal .slick-arrow.btn_prev:hover{
	text-decoration: none;
}

#kalc_modal .slick-arrow span {
  display: none;
}


#kalc_modal .nav_kviz_k , #kalc_modal .nav_kviz_k2 {
  position: relative;
  padding-top: 60px;
  position: absolute;
  padding-top: 0px;
  bottom: 10px;
  width: calc(100% - 50px);
    width: 100%;
}

#kalc_modal .nav_kviz_k .flex_wrap, #kalc_modal .nav_kviz_k2 .flex_wrap {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}

#kalc_modal .nav_kviz_k2 {
  margin-top: 0px;
  display: none;
}

.new_modal .content {
  height: 100%;
}

#kalc_modal .kviz_k {
  overflow: hidden;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  /* width: 670px; */
  width: 664px;
  background: #F5F9FF;
  /* padding: 20px 25px; */
  padding: 20px 15px 20px 25px;
  padding: 0;
  position: relative;
  height: 100%;
    border-radius: 10px;
}
#kalc_modal .slick-initialized .slick-slide{
    padding: 20px 15px 20px 25px;
}
#kalc_modal .kviz_wrap_k_k .slick-list {
  overflow: visible;
}

#kalc_modal .kviz_blockwrap.flex_wrap {
  height: 100%;
}

#kalc_modal .kviz_k .citata_name {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.214;
  font-family: 'Roboto';
}

#kalc_modal .kviz_k .progress_wrap {
  position: relative;
  /* left: 0; */
  padding-right: 0;
  margin-top: 12px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
  color: #000000;
  font-weight: 400;
  width: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#kalc_modal .kviz_k .sub_title_form {
	font-size: 18px;
}
#kalc_modal .kviz_k .title_form {
  font-size: 30px;
  color: #000;
  font-weight: bold;
  line-height: 1.214;
  margin-bottom: 20px;
}

.right_flex{
	display: flex;
    align-items: center;
}
#kalc_modal .right_kviz {
    padding: 20px 15px;
}
.new_modal .form {
    padding: 0;
    width: 304px;
    background: none;
    padding: 0;
    background: none;
}
.new_modal .form form{
    width: 100%;
}

.new_modal  .h6 {
  font-size: 10px;
  max-width: 100%;
}

.new_modal  .h6btnwrap {
  padding-top: 0;
}

.new_modal .button {
	width: 100%;
	margin-bottom: 0px;
	height: 55px;
	font-size: 15px;
    line-height: 51px;    
	margin-top: 0;
    padding: 0;
    font-family: "Roboto", sans-serif;
}
.new_modal .labelPhone .tel, .new_modal .labelPhone .clientPhone{
	border-width: 2px;
	border-color: rgb(252, 213, 110);
	border-style: solid;
    box-shadow: none;
}

#kalc_modal .kviz_k .line_progress {
  border-radius: 2px;
  background-color: #f7f9fc;
  background: url(../img/img/line.png);
  -webkit-animation: wave linear 3s infinite;
          animation: wave linear 3s infinite;
  background-position-x: -116px;
  width: 498px;
  height: 11px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

#kalc_modal .kviz_k .line_progress .line_progress_green {
  border-radius: 2px;
  background-color: #0ebc2f;
  width: 11px;
  height: 100%;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}

#kalc_modal .kviz_k .title {
  font-size: 19px;
    margin-top: 14px;
    margin-bottom: 17px;
  line-height: 1.2;
  font-weight: bold;
  font-family: 'Roboto';
}

#kalc_modal .slide_kviz.flex_wrap {
    flex-wrap: wrap;
	margin-left: -7px;
	margin-right: -7px;
}

#kalc_modal .kviz_k .image_var {
	width: 100%;
	border-radius: 15px;
	/* width: 180px; */
	height: 108px;
	margin-bottom: 10px;
}

#kalc_modal .kviz_k .var_answv{
  margin: 0 5px 15px;
}
#kalc_modal .labelp {
    cursor: pointer;
    padding: 5px 0;
}

#kalc_modal .kviz_k .var_answv {
	cursor: pointer;
	font-weight: 400;
	border-radius: 15px;
	background-color: rgb(255, 255, 255);
	width: 200px;
	/* height: 163px; */
	border-radius: 10px;
	box-shadow: 0px 7px 24px 0px rgba(0, 0, 0, 0.09);
	padding: 12px 10px;
	text-align: center;
	position: relative;
}
#kalc_modal .kviz_k .var_answv.checked {
	border-radius: 15px;
	box-shadow: inset 0.559px 0.829px 5px 0px rgba(0, 0, 0, 0.23);
}


#kalc_modal .kviz_k .var_answv input[type="radio"] {
  display: none;
}

#kalc_modal .kviz_k .var_answv.checked .radio {
  background-color: rgb(25, 228, 62);
}

#kalc_modal .kviz_k .var_answv .radio {
  background-image: url(../img/img/chek_kvz.png);
  background-repeat: no-repeat;
  background-position: center;
  /* background-size: 100% 100%; */
  border-radius: 50%;
  background-color: rgba(185, 185, 185, 0.149);
  position: absolute;
  right: -5px;
  top: -5px;
  width: 24px;
  height: 24px;
	cursor: pointer;
}


#kalc_modal .right_kviz {
  padding: 20px 15px;
}

#kalc_modal .right_kviz .title {
  font-size: 29px;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 20px;
}


#kalc_modal .right_kviz .men_wrap {
	text-align: center;
	font-size: 14px;
	font-weight: 400;
	color: #000;
}
#kalc_modal .men_img {
	border-radius: 50%;
	background-color: rgb(255, 255, 255);
	width: 127px;
	height: 127px;
	overflow: hidden;
	padding-top: 15px;
    margin: 0 auto 14px;
}

#kalc_modal .men_wrap img {
  width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}

#kalc_modal .texts_men{
	margin-top: 15px;
}
#kalc_modal .right_kviz .men_wrap .men {
}
#kalc_modal .men_wrap .name {
  font-weight: bold;
  /* margin-bottom: 5px; */
}
#kalc_modal .men_wrap .who {
}

.new_modal .fancybox-close-small {
    right: -25px;
    top: -25px;
    width: 50px;
    height: 50px;
    opacity: 1;
    background: url(../img/img/closemodal_n.png) no-repeat center;
    background-size: 100% 100%;
}
#kalc_modal .kviz_k .var_answv .p {
    cursor: pointer;
}



#kalc_modal .type_s_title {
	font-size: 16px;
	color: rgb(0, 0, 0);
	line-height: 1.2;
	text-align: center;
	font-weight: 400;
}
.new_modal .form .title_form{
  font-size: 22px;
  line-height: 1.2;
}

.new_modal .form .form_type_s {
  margin: 20px 0 15px;
}

.new_modal .form .type_s {
  text-align: center;
  font-size: 14px;
  color: #757575;
  cursor: pointer;
	padding: 0 8px;
	width: 78px;
	height: 72px;
	transition: 0.4s;
}

.new_modal .form .type_s .type_s_ico {
/*   border-width: 1px;
  border-color: black;
  border-style: solid;
  border-radius: 50%; */
  background-color: white !important;
  width: 49px;
  height: 49px;
  margin: 0 auto 7px;
  border-radius: 9px;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 6px 10px 0px rgba(4, 20, 52, 0.24);
  width: 44px;
  height: 42px;
  transition: 0.4s;
}

.new_modal .form .type_s.click {
  color: #000;
	border-style: solid;
	border-width: 2px;
	border-color: rgb(255, 81, 20);
	border-radius: 9px;
	background-color: rgb(255, 255, 255);
}

.new_modal .form .type_s.click .type_s_ico {
  /* width: 48px;
				height: 48px; */
  /* border-width: 2px; */
	box-shadow: none;
    margin: 0 auto 0;
}

.new_modal .form .type_s.Tel .type_s_ico {
  background: url(../img/soc/tel.png) no-repeat center center;
}

.new_modal .form .type_s.Telegram .type_s_ico {
  background: url(../img/soc/telegram_f.png) no-repeat center center;
  border-color: #2eabe1;
}

.new_modal .form .type_s.Viber .type_s_ico {
  background: url(../img/soc/viber_f.png) no-repeat center center;
  border-color: #953ede;
}

.new_modal .form .type_s.Whatsapp .type_s_ico {
  background: url(../img/soc/whatsapp_f.png) no-repeat center center;
  border-color: #33b958;
}



#kalc_modal .nav_kviz .btn_next.slick-disabled {
  display: none !important;
}

#kalc_modal .nav_kviz .btn_next, #kalc_modal .nav_kviz .btn_prev, #kalc_modal .dalee_kviz {
  cursor: pointer;
  position: relative;
}

#kalc_modal .nav_kviz .btn_next:hover, #kalc_modal .nav_kviz .btn_prev:hover {
  text-decoration: none;
}

#kalc_modal .nav_kviz .btn_next.slick-disabled, #kalc_modal .nav_kviz .btn_prev.slick-disabled {
  opacity: 0;
}

#kalc_modal .gift_wrap {
}

#kalc_modal .gift_title {
  font-size: 16px;
  color: black;
  font-weight: bold;
  line-height: 1.2;
  text-align: center;
  margin-bottom: 15px;
  margin-top: 20px;
}
#kalc_modal .podarki_div{
  border-radius: 10px;
  background-color: rgb(44, 33, 23);
  position: relative;
  width: 291px;
  height: 72px;
  margin-bottom: 10px;
}
#kalc_modal .image_varpodarki {
	border-radius: 10px;
	background-color: #171717;
	width: 100%;
	height: 100%;
	padding: 0;
	position: absolute;
	top: 0;
	left: 0;
}

#kalc_modal .image_varpodarki.noactive {
  opacity: 0.6;
  /* font-weight: 400; */
}

#kalc_modal .podarki_div .p {
	background: url(../img/img/unlock.png) no-repeat left center;
	padding-left: 50px;
    height: 100%;
    z-index: 2;
    position: relative;
	font-size: 16px;
	color: white;
	font-weight: bold;
	line-height: 1.2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: left;
  -webkit-justify-content: left;
      -ms-flex-pack: left;
          justify-content: left;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
#kalc_modal .image_varpodarki.noactive + .p {
  background: url(../img/img/lock.png) no-repeat left center;
}

#kalc_modal .right_kviz .podarki_div {
    margin: 0 auto 10px;
}
#kalc_modal .slide_kviz .gift_title{
	text-align: left;
}
#kalc_modal .slide_kviz .podarki_div1 {
	margin-right: 10px;
}
#kalc_modal .slide_kviz .podarki {
    display: flex;
    flex-wrap: wrap;
}
#kalc_modal .slide_kviz .men_img {
	width: 86px;
	height: 86px;
    margin: 0;
    margin-right: 20px;
}
#kalc_modal .slide_kviz .men_wrap.flex_wrap {
    align-items: center;
    margin-bottom: 25px;
}

.new_modal .left_kat{
	width: 630px;
	padding: 29px 39px;
	position: relative;
}
.flex_wrap.wrapmodal {
    height: 100%;
}
/* body.fancybox-active {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
} */

#kalc_modal .nav_kviz_k, #kalc_modal .nav_kviz_k2 {
    padding: 0 15px 0 25px;
}

@media only screen and (max-width: 1000px){	
	.new_modal {
		width: 960px;
	}
	#kalc_modal .kviz_k {
		width: 640px;
		padding: 20px 5px 20px 10px;
		padding: 0;
	}
	#kalc_modal .slick-initialized .slick-slide{
		padding: 20px 5px 20px 10px;
	}
	#kalc_modal .right_kviz {
		padding: 20px 6px;
	}
	.new_modal .left_kat {
		width: 600px;
		padding: 19px 19px;
	}
}

@media only screen and (max-width: 768px){
	#kalc_modal .nav_kviz_k, #kalc_modal .nav_kviz_k2 {
		padding: 0;
	}
	.new_modal {
		max-width: 360px;
		width: 100%;
		/* background: url(../img/img/back_mob_kat.jpg) no-repeat bottom center; */
		/* background-size: cover; */
	}
	.new_modal .form {
		margin: 0 auto;
	}
	.flex_wrap.wrapmodal {
		display: block;
	}
	.new_modal .fancybox-close-small {
		right: 11px;
		top: 8px;
		width: 37px;
		height: 37px;
		padding: 0;
	}
	
	.right_kviz.hidden_mob.right_flex {
		display: none !important;
	}
	#kalc_modal{
		height: 640px;
	}
	#kalc_modal .kviz_k {
		/* width: 100%; */
		width: 360px;
		padding: 15px 20px 20px;
		padding: 0;
	}
	
	#kalc_modal .slick-initialized .slick-slide {
		min-width: 320px;
		min-width: 360px;
		padding: 15px 20px 20px;		
	}
	#kalc_modal .kviz_k .citata_name {
		font-size: 20px;
		padding-right: 42px;
	}
	#kalc_modal .kviz_k .line_progress {
		width: 208px;
	}
	#kalc_modal .kviz_k .title {
		font-size: 17px;
		margin-top: 14px;
		margin-bottom: 14px;
	}
	#kalc_modal .kviz_k .var_answv {
		width: 157px;
		/* height: 114px; */
		padding: 11px 7px;
		font-size: 12px;
	}
	#kalc_modal .kviz_k .title_form {
		/* font-size: 20px; */
		/* margin-bottom: 12px; */
		text-align: center;
		font-size: 18px;
		margin-bottom: 5px;
	}
	#kalc_modal .kviz_k .sub_title_form {
		font-size: 14px;
		text-align: center;
		margin-bottom: 10px;
	}
	#kalc_modal .slide_kviz .gift_title {
		text-align: center;
		margin-top: 0;
	}
	#kalc_modal .podarki_div:before {
		content: "";
		display: block;
		position: absolute;
		z-index: 2;
		background: url(../img/img/mask.png) bottom center no-repeat;
		width: 100%;
		height: 100%;
		border-radius: 10px;
	}
	#kalc_modal .podarki_div {
		width: 156px;
		height: 88px;
		height: 78px;
	}
	#kalc_modal .type_s_title {
		font-size: 14px;
	}
	#kalc_modal .podarki_div .p {
		padding-left: 0;
		padding-top: 28px;
		font-size: 12px;
		text-align: center;
		background-position: center -2px;
		background-size: 35px 39px;
		height: 100%;
	}
	#kalc_modal .kviz_k .image_var {
		/* width: 142px; */
		height: 70px;
		margin-bottom: 8px;
	}
	#kalc_modal .labelp {
		padding: 0;
	}
	#kalc_modal .kviz_k .var_answv {
		margin: 0 5px 10px;
	}
	#kalc_modal .nav_kviz_k .flex_wrap {
		flex-direction: column-reverse;
		align-items: center;
	}
	#kalc_modal .slick-arrow.btn_next, #kalc_modal .dalee_kviz {
		margin-bottom: 10px;
	}
	#kalc_modal .slide_kviz .podarki {
		justify-content: center;
	}
	#kalc_modal .kviz_k .form_kviz.form .title_form {
		font-size: 18px;
		line-height: 1.114;
		margin-top: 3px;
		margin-bottom: 1px;
	}
	.new_modal .form .form_type_s {
		margin: 10px 0 9px;
	}
	.new_modal .labelPhone .tel, .new_modal .labelPhone .clientPhone {
		height: 57px;
	}
	.new_modal .labelPhone > span, .new_modal .labelPhone .backmask {
		padding: 20px 0 22px 22px;
	}
	.new_modal .form .type_s {
		font-size: 12px;
		padding: 0 5px;
		width: 72px;
		height: 62px;
	}
	.fancybox-navigation .fancybox-button:disabled {
		opacity: 0;
		z-index: -100;
	}
}
@media only screen and (max-width: 560px){	
	#kalc_modal .podarki_div {
		height: 58px;
	}
	#kalc_modal .podarki_div .p {
		padding-top: 19px;
		background-size: 31px 33px;
	}
	#kalc_modal .gift_title {
		margin-bottom: 5px;
		font-size: 14px;
	}
	#kalc_modal .kviz_k .title_form {
		margin-bottom: 0px;
		font-size: 16px;
	}
	#kalc_modal .podarki_div {
		margin-bottom: 5px;
	}
	#kalc_modal .kviz_k .form_kviz.form .title_form {
		font-size: 16px;
	}
	#kalc_modal .kviz_k .sub_title_form {
		font-size: 12px;
		margin-bottom: 0px;
	}
	#kalc_modal .type_s_title {
		font-size: 12px;
	}
	#kalc_modal .slickGoTo {
		bottom: -70px;
	}
}
@media only screen and (max-width: 460px){	
	.new_modal:before{
		display: none;
	}
	
	.fancybox-stage .fancybox-slide {
		padding-top: 14px;
		padding-bottom: 14px;
	}
}
@media only screen and (max-width: 372px){
	#kalc_modal .kviz_k {
		width: 100%;
		padding: 30px 15px 10px;
		padding: 0;
	}
	
	#kalc_modal .slick-initialized .slick-slide {
		/* min-width: 320px; */
		/* min-width: 360px; */
		
		min-width: 340px;
		padding: 15px 15px 10px;		
	}
	#kalc_modal .nav_kviz_k, #kalc_modal .nav_kviz_k2 {
		padding-top: 0;
		width: calc(100% - 30px);
		width: 100%;
	}
	#kalc_modal .kviz_k .var_answv {
		margin: 0 1% 10px;
	}
	#kalc_modal .kviz_k .line_progress {
		width: 178px;
	}
	#kalc_modal .kviz_k .var_answv {
		width: 48%;
		padding: 11px 3px;
	}
}
@media only screen and (max-width: 370px){
	
}

@media only screen and (max-width: 365px){
	#kalc_modal .kviz_k .citata_name {
		font-size: 19px;
	}
}

/* @media only screen and (max-width: 359px){ */
@media only screen and (max-width: 370px){
	#kalc_modal {
		height: 530px;
	}
	#kalc_modal .kviz_k .var_answv {
		width: 31.3%;
	}
	#kalc_modal{
		width: 320px;
	}
	#kalc_modal .slick-initialized .slick-slide {
		min-width: 278px;
		min-width: 320px;
		padding: 12px 15px 10px;
	}
	#kalc_modal .kviz_k {
		width: 100%;
		width: 320px;
		padding: 12px 15px 10px;
		padding: 0;
	}
	
	#kalc_modal .kviz_k .citata_name {
		font-size: 17px;
	}
	#kalc_modal .kviz_k .progress_wrap {
		font-size: 12px;
	}
	#kalc_modal .kviz_k .image_var {
		/* width: 142px; */
		height: 40px;
	}
	#kalc_modal .slide_kviz .podarki_div {
		width: 100%;
		height: auto;
		background: none !important;
		margin-bottom: 4px;
	}
	#kalc_modal .slide_kviz .podarki_div1 {
		margin-right: 0;
	}
	#kalc_modal .podarki_div:before{
		display: none;
	}
	#kalc_modal .image_varpodarki{
		display: none;
	}
	#kalc_modal .podarki_div .p {
		font-size: 12px;
		padding: 6px 0 6px 34px;
		/* color: #000; */
		text-align: left;
		/* font-weight: 400; */
		background-position: 0 center;
		display: block;
		background-color: rgb(44, 33, 23);
		border-radius: 5px;
	}
	#kalc_modal .gift_title {
		margin-bottom: 10px;
	}
	#kalc_modal.new_modal .form {
		width: 100%;
	}
	#kalc_modal .kviz_k .title_form {
		font-size: 16px;
		margin-bottom: 6px;
	}
	#kalc_modal .kviz_k .form_kviz.form .title_form {
		font-size: 14px;
	}
	#kalc_modal .type_s_title {
		font-size: 13px;
	}
	.new_modal .fancybox-close-small {
		right: 5px;
		top: 3px;
	}
	.new_modal .h6 {
		font-size: 9px;
	}
/* }
@media only screen and (max-width: 349px){ */
	#kalc_modal {
		height: 470px;
	}
	#kalc_modal .kviz_k .form_kviz.form .title_form {
		font-size: 13px;
		margin-top: 0;
		margin-bottom: 3px;
	}
	.new_modal .form .type_s .type_s_ico {
		width: 39px;
		height: 39px;
	}
	.new_modal .form .form_type_s {
		margin: 10px 0 9px;
		width: 270px;
		margin: 5px auto;
	}
	#kalc_modal .kviz_k .title {
		font-size: 15px;
	}
	#kalc_modal .gift_title {
		/* font-size: 15px;
		margin-bottom: 8px; */
		font-size: 14px;
		margin-bottom: 4px;
	}
	#kalc_modal .kviz_k .title_form {
		font-size: 14px;
		margin-bottom: 4px;
	}
	#kalc_modal .kviz_k .sub_title_form {
		/* margin-bottom: 6px; */
		margin-bottom: 0px;
	}
	#kalc_modal .type_s_title {
		font-size: 11px;
	}
}
/* .fancybox-stage .fancybox-slide.fancybox-slide--html {
    padding: 0;
} */

@media only screen and (max-width: 340px){

	#kalc_modal {
		width: 300px;
	}
	#kalc_modal .kviz_k {
		width: 300px;
		padding: 12px 10px 10px;
		padding: 0px;
	}
	#kalc_modal .slick-initialized .slick-slide{
		padding: 12px 10px 10px;
		min-width: 300px;
	}
}