

/* Start:/local/templates/sewing2020/components/bitrix/catalog.element/course/style.css?17395304165072*/
.courses-page-block__desc{
	margin-bottom: 25px;
}

.price-courses__subscribe{
	margin-top: 25px;
}

.btn-subscribe{
	display: inline-block;
	background: none;
	padding: 0;
	margin: 0;
	text-decoration: none;
	border: 0;
	border-bottom: 1px solid;
	font-size: 17px;
	color: #fff;
}
.courses-page-block__desc table,
.courses-page-block__desc table tr td{
	display: block;
}
.courses-page-block__desc table tr td {
	margin-bottom: 30px;
}
.courses-page-block__desc table tr td:last-child {
	margin-bottom: 0;
}

.courses-page-block__desc table tr td{
	height: auto !important;
}

.btn-subscribe:hover{
	color: #cd9d52;
	cursor: pointer;
}

:disabled{
	opacity: 0.3;
}

:disabled:hover{
	cursor: not-allowed;
}

.sign-course .sign-block .black-text{
	height: auto;
	min-height: 80px;
}

.accordion{
	position: relative;
	margin: 10px 0;
}
.accordion .text{
	display: none;
	margin: 10px 0 0 0;
	color: #333;
	line-height: 1.4;
}

.accordion .title{
	cursor: pointer;
	font-size: 16px;
	font-family: 'Halvar Breitschrift';
	font-weight: 500;
	line-height: 1.4;
	padding-right: 50px;
	text-transform: uppercase;
	background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2.03551 6.70508H4.04444C4.18105 6.70508 4.30962 6.7646 4.38998 6.86222L11.9998 16.186L19.6096 6.86222C19.69 6.7646 19.8186 6.70508 19.9552 6.70508H21.9641C22.1382 6.70508 22.24 6.88127 22.1382 7.00746L12.6936 18.5813C12.3507 19.0003 11.6489 19.0003 11.3087 18.5813L1.86408 7.00746C1.75962 6.88127 1.86141 6.70508 2.03551 6.70508Z' fill='%23333333'/%3E%3C/svg%3E%0A");
	background-repeat: no-repeat;
	background-position: center right;
	transition: all .3s ease;
}
.accordion .title.is-active {
	background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M21.9645 17.2949H19.9556C19.819 17.2949 19.6904 17.2354 19.61 17.1378L12.0002 7.81397L4.39038 17.1378C4.31002 17.2354 4.18145 17.2949 4.04484 17.2949H2.03591C1.86181 17.2949 1.76002 17.1187 1.86181 16.9925L11.3064 5.41873C11.6493 4.99968 12.3511 4.99968 12.6913 5.41873L22.1359 16.9925C22.2404 17.1187 22.1386 17.2949 21.9645 17.2949Z' fill='%23333333'/%3E%3C/svg%3E%0A");
}
.accordion .title h3 {
	margin-bottom: 0;
}
.sticky-mobile-buy{
	position: fixed;
	z-index: 9;
	bottom: 0;
	left: 0;
	display: none;
	width: 100%;
	padding: 10px 10px;
	background: #F6F6F6;
	box-shadow: 1px 0 10px rgba(0,0,0,0.2);
	justify-content: center;
}
.sticky-mobile-buy .brown-link{
	max-width: 450px;
	text-align: center;
	display: block;
}
.courses-page #description {
	margin: 100px 0 0;
	font-size: 0;
	opacity: 0;
}
.courses-page h3 {
	font-size: 22px;
	margin: 40px 0;
}
.courses-page h2:not(.black-title) {
	font-size: 22px;
	margin: 40px 0;
}

@media (max-width: 991px){
	body .slider-block__bottom .white-text {
		position: static;
		margin-top: 0;
		margin-left: 0;
		margin-bottom: 15px;
		color: #000;
		font-size: 20px;
		font-weight: bold;
	}

	iframe{
		max-width: 100%;
	}
	.btn-subscribe {
		font-size: 15px;
	}
}

@media (max-width: 768px){

	.sticky-mobile-buy{
		display: flex;
	}
}

blockquote {
	margin: 0;
	background: #f6f6f6;
	color: #131314;
	padding: 30px 30px 30px 90px;
	position: relative;
	font-family: 'Lato', sans-serif;
}

blockquote:before {
	content: "\201C";
	font-family: serif;
	position: absolute;
	top: 20px;
	left: 16px;
	color: black;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background: white;
	font-size: 40px;
	font-weight: bold;
	text-align: center;
	line-height: 50px;
}

blockquote:after {
	content: "";
	width: 4px;
	background: white;
	position:absolute;
	left: 70px;
	top: 20px;
	bottom: 20px;
}

blockquote cite {
	font-style: normal;
	text-transform: uppercase;
}
/* .promocode-form [name="APPLY_PROMOCODE"]{
	color: #FF3900 !important;
}
.promocode-form [name="APPLY_PROMOCODE"]:hover{
	color: #fff !important;
}
.course-pay_buttons .brown-link:hover, .video-pay_buttons .brown-link:hover{

} */
.programm-learning .slider-block__top {
	-webkit-flex-direction: row-reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}
.programm-learning .slider-block__top .white-text{
	font-weight: 700;
	font-size: 1.1em;
	color: #000;
}
.learning-block.learning-block--image .learning-block__text{
	padding-right: 20px;
}

.learning-block.learning-block--image .learning-block__image img{
	height: auto;
}
.learning-block.learning-block--image .learning-block__image{
	width: 23%;
	flex-shrink: 0;
}

.learning-block.learning-block--image{
	display: flex;
}
.courses-page .programm-learning__content{
	flex-direction: row;
	flex-wrap: wrap;
}
.programm-learning__image{
	padding-right: 20px;
}
.courses-page .programm-learning__content{
	gap: 0 !important;
}
.programm-learning__text.w-100{
	width: 100% !important;
}
@media(max-width: 991px){
	.programm-learning__image{
		padding-right: 0;
		margin-bottom: 20px;
	}
	.block-1-3{
		min-height: auto !important;
	}
}

.sign-list{
	margin-top: 0 !important;
}
/* End */


/* Start:/local/templates/sewing2020/components/sprint.editor/blocks/course/_style.css?172857032944*/
ul, ol{
    list-style-position: inside;
}
/* End */


/* Start:/local/templates/sewing2020/components/bitrix/news.list/line_up/style.css?1727269215434*/
.cert-flex{
	flex-wrap: wrap;
	justify-content: space-around;
}
.cert-flex img.img-responsive{
	width: 100%;
	max-width: 100%;
}

.cert-link{
	display: flex;
	flex-direction: column;
	gap: 10px;
	width: calc((100% - (16px * 3)) / 4);
	text-decoration: none;
}
.cert-link span {
	color: #181818;
	font-size: 14px;
	line-height: 1.2;
}
@media (max-width: 991px){
	.cert-link{
	display: block;
	width: 100%;
}
}
/* End */


/* Start:/local/templates/sewing2020/components/bitrix/news.list/payment.types/style.css?1687955772854*/
.payment-types {
  display: flex;
  flex-wrap: wrap;
  margin: -20px 0 0 -30px;
}

.payment-types__category {
  margin: 15px 0 0 30px;
}

.payment-types__category-title {
  font-size: 14px;
  font-weight: 500;
}

.payment-types__logos {
  display: flex;
  margin-bottom: 10px;
}

.payment-types__logo {
  width: 50px;
  height: 50px;
  object-fit: contain;
}

.payment-types__logo:not(:last-child) {
  margin-right: 10px;
}
@media (max-width: 480px) {
	.payment-info__types {
		margin-bottom: 40px;
	}
	.payment-types {
		margin: -16px 0 0 -16px;
	  }
	
	.payment-types__category {
	  width: 100%;
	  margin: 16px 0 0 16px;
	}
	.payment-types__logos {
	  flex-wrap: wrap;
	  margin-bottom: 5px;
	}
	.payment-types__category-title {
	  font-size: 13px;
	}
	.payment-info__text {
		font-size: 14px;
	}
  }
/* End */
/* /local/templates/sewing2020/components/bitrix/catalog.element/course/style.css?17395304165072 */
/* /local/templates/sewing2020/components/sprint.editor/blocks/course/_style.css?172857032944 */
/* /local/templates/sewing2020/components/bitrix/news.list/line_up/style.css?1727269215434 */
/* /local/templates/sewing2020/components/bitrix/news.list/payment.types/style.css?1687955772854 */
