

/* Start:/local/templates/vanilla_other_pages/components/bitrix/news.detail/kak.zakazat/style.css?17665221774570*/
.content {
  max-width: 1200px;
  min-width: 320px;
  margin: 0 auto;
  padding: 46px 10px 60px;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  text-rendering: optimizeLegibility;
}
@media screen and (max-width: 768px) {
  .content {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 320px) {
  .content {
    max-width: 320px;
    box-sizing: border-box;
  }
}
.how-to{
	font: normal 16px/26px 'Mont';
	font-weight: 600;
	color: #333;
	margin: 0 10px;
}
.how-to a{
	color: #09BBB5;
}
.how-to a:hover{
	color: #ffa658;
}
.how-to-top, .how-to-bottom{
	text-align: center;
	font-size: 20px;
	line-height: 24px;
}
.how-to-top{
	padding-bottom: 4px;
}
.how-to-bottom{
	padding-top: 21px;
}
.how-to-bottom ul{
	display: flex;
	width: 100%;
	justify-content: space-between;
	padding: 12px 0 0;
	margin: 0;
	list-style: none;
}
.how-to-bottom ul li{
  width: calc( (100% - 60px) / 3);
	font-size: 16px;
	background: #FFFFFF;
	border: 1px solid #D7D7D7;
	border-radius: 12px;
	padding: 77px 12px 25px;
	position: relative;
}
.how-to-bottom ul li::before{
	content: '';
	display: block;
	width: 49px;
	height: 49px;
	overflow: hidden;
	position: absolute;
	left: 50%;
	top: 21px;
	background: #09BBB5;
	border-radius: 100%;
	text-align: center;
	margin-left: -24.5px;
	font-weight: 900;
	font-size: 24px;
	line-height: 48px;
	color: #fff;
}
.how-to-bottom ul li:nth-child(1)::before{content:'1'}
.how-to-bottom ul li:nth-child(2)::before{content:'2'}
.how-to-bottom ul li:nth-child(3)::before{content:'3'}
.how-to-bottom ul li:nth-child(4)::before{content:'4'}
.how-to-bottom ul li:nth-child(5)::before{content:'5'}
.how-to-bottom ul li:nth-child(6)::before{content:'6'}
.how-to-bottom ul li:nth-child(7)::before{content:'7'}
.how-to-bottom ul li:nth-child(8)::before{content:'8'}
.how-to-bottom ul li:nth-child(9)::before{content:'9'}

.p16v9{
	width: 100%;
	padding-top: 56.25%;
	position: relative;
	overflow: hidden;
	border-radius: 20px;
	margin: 25px 0;
}
.p16v9in{
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
}
.p16v9 video{
	width: 100%;
	height: 100%;
	border: 0;
	padding: 0;
	margin: 0;
}
.how-to-pic-mob{
	display: none;
	margin: 13px 0;
	text-align: center;
}
.how-to-pic-mob img{
	width: auto;
	height: auto;
	max-width: 100%;
}
.how-to-pic-pc{
	margin: 25px 0;
	border-radius: 20px;
	overflow: hidden;
}
.how-to-pic-pc img{
	width: auto;
	height: auto;
	max-width: 100%;
}
.how-to-steps{
	font-size: 16px;
	line-height: 24px;
	padding: 23px 0 0;
}
.how-to-steps h2{
	font: 600 40px/52px 'Playfair Display';
	text-align: center;
	text-transform: uppercase;
	color: #333;
	margin: 0 0 35px;
	padding: 33px 0 29px;
	position: relative;
}
.how-to-steps h2::before {
  content: '';
  display: block;
  position: absolute;
  width: 100px;
  height: 0px;
  left: 50%;
  top: 100%;
  margin-left: -50px;
  overflow: hidden;
  border-top: 1px solid #09BBB5;
}
.how-to-steps h2::after {
  content: '';
  display: block;
  position: absolute;
  width: 50px;
  height: 0px;
  left: 50%;
  top: 100%;
  margin-left: -25px;
  margin-top: 5px;
  overflow: hidden;
  border-top: 1px solid #09BBB5;
}
.how-to-steps ul{
	list-style: none;
	padding: 0;
	margin: 0;
}
.how-to-steps .how-to-pic-pc{
	overflow: inherit;
	margin-bottom: 45px;
}
.how-to-steps .how-to-pic-pc img{
	border: 1px solid #CCCCCC;
	border-radius: 15px;
}
@media (max-width:768px){
	.how-to{
		margin: 0;
		padding-bottom: 0;
	}
	.how-to-top, .how-to-bottom{
		font-size: 16px;
	}
	.how-to-top{
		padding-bottom: 0;
	}
	.how-to-bottom{
		padding-top: 0;
	}
	.how-to-bottom p{
		margin: 1px 0 3px;
	}
	.how-to-bottom ul{
		flex-direction: column;
		padding-top: 0;
	}
	.how-to-bottom ul li{
	  width: 100%;
	  margin-top: 10px;
	  font-size: 14px;
	  line-height: 22px
		padding: 57px 18px 20px;
	}
	.how-to-bottom ul li::before{
		width: 30px;
		height: 30px;
		left: 50%;
		top: 21px;
		margin-left: -15px;
		font-size: 18px;
		line-height: 30px;
	}
	.how-to-pic-mob{
		display: block;
	}
	.how-to-pic-pc{
		display: none;
	}
	.p16v9{
		margin: 13px 0;
	}
	h2.dot{
		font-size: 20px;
		line-height: 20px;
		padding-top: 20px;
	}
	.how-to-steps .how-to-pic-mob{
		margin: 29px 0 26px;
	}
}

/* End */


/* Start:/local/templates/vanilla_other_pages/components/bitrix/news.list/faq_list_dop/style.css?17665221772732*/
.questions {
  padding-top: 60px;
  flex-direction: column;
  padding-bottom: 20px;
}
.questions-item{
	margin-top: 10px;
	width: 100%;
}
.questions-name{
	background: #F8F8F8;
	border-radius: 10px;
	padding: 21px 67px 19px 16px;
	margin: 0;
	box-sizing: border-box;
	position: relative;
	cursor: pointer;
	font: 800 16px/21px 'Mont';
	color: #333;
}
.questions-name::before{
  content: '';
  display: block;
  width: 41px;
  height: 41px; 
	position: absolute;
	right: 13px;
	top: 50%;
	margin-top: -20px;
	background: #fff url("data:image/svg+xml,%3Csvg width='15' height='9' viewBox='0 0 15 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13.9454 2.28644L7.99538 8.25415C7.92454 8.32499 7.84781 8.37504 7.76517 8.40432C7.68253 8.43407 7.59399 8.44894 7.49954 8.44894C7.4051 8.44894 7.31656 8.43407 7.23392 8.40432C7.15128 8.37504 7.07454 8.32499 7.00371 8.25415L1.036 2.28644C0.870725 2.12117 0.788086 1.91457 0.788086 1.66665C0.788086 1.41874 0.876628 1.20624 1.05371 1.02915C1.23079 0.85207 1.43739 0.763528 1.6735 0.763528C1.90961 0.763528 2.11621 0.85207 2.29329 1.02915L7.49954 6.2354L12.7058 1.02915C12.8711 0.863875 13.0746 0.781236 13.3164 0.781236C13.5586 0.781236 13.7683 0.869778 13.9454 1.04686C14.1225 1.22394 14.211 1.43054 14.211 1.66665C14.211 1.90276 14.1225 2.10936 13.9454 2.28644Z' fill='%2309BBB5'/%3E%3C/svg%3E") no-repeat center center;
	background-size: 17px 17px;
	border: 1px solid #E8E8E8;
	border-radius: 100%;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.questions-answer{
	font: 600 14px/22px 'Mont';
	color: #717171;
	max-height: 0;
	overflow: hidden;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.questions-answer div[itemprop=text]{
	padding: 23px 13px 13px;
}
.questions-item-active .questions-name{
	color: #09BBB5;
}
.questions-item-active .questions-answer{
	max-height: 1000px;
}
.questions-item-active .questions-name::before{
	-ms-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}
.questions-answer div[itemprop=text] p:first-child{
	margin: 0;
}
.questions-answer div[itemprop=text] p ~ p{
	margin-top: 14px;
	margin-bottom: 0;
}
@media screen and (max-width: 480px) {
	.questions-name{
	  font-size: 14px;
	  line-height: 18px;
		padding: 14px 51px 14px 13px;
	}
	.questions-name::before{
	  width: 33px;
	  height: 33px; 
		right: 8px;
		top: 50%;
		margin-top: -16px;
		background-size: 14px 14px;
	}
	.questions-answer{
	  line-height: 20px;
	}
	.questions-answer div[itemprop=text]{
		padding-top: 15px;
	}
}

/* End */
/* /local/templates/vanilla_other_pages/components/bitrix/news.detail/kak.zakazat/style.css?17665221774570 */
/* /local/templates/vanilla_other_pages/components/bitrix/news.list/faq_list_dop/style.css?17665221772732 */
