img{
	max-width: 100%;
}
.body{
	margin: 0;
	padding: 0;
	font-size: 18px;
}
.section{
	padding: 80px 0;
}
.section__title{
	margin: 0 0 30px;
	font-size: 40px;
}
.section__text{
	margin: 0 0 30px;
	font-size: 18px;
}

.btn{
	cursor: pointer;
}
.btn_default{
	padding: 10px 20px;
	min-width: 100px;
	border: none;
	border-radius: 20px;
	text-align: center;
}
.btn_orange{
	background: #f78e16;
	color: #FFFFFF;
}
.btn_orange:hover{
	background: #f9a647;
}

.why{
	background: #f7f7f7;
}
.why_orange{
	background: #f78e16;
	color: #FFFFFF;
}
.why_violet-light{
	background: rgba(113, 152, 255, 0.1);
}
.why-list__item{
	margin-bottom: 30px;
}
.why-list__item-title{
	margin: 0 0 15px;
	font-size: 18px;
}
.why-list__item-title_big{
	font-size: 30px;
    font-weight: 600;
}
.why-list__item-text_big{
	font-size: 16px;
}

.dropdown-list__item{
	border-bottom: 1px solid #000;
}
.dropdown-list__item-title{
	padding: 20px 0;
	position: relative;
	cursor: pointer;
	font-size: 18px;
	font-weight: 600;
}
/*.dropdown-list__item_active .dropdown-list__item-title{
	color: #f78e16;
}*/
.dropdown-list__item-title-icon{
	display: inline-block;
	position: absolute;
	top: 20px;
	right: 0;
}
.dropdown-list__item_active .dropdown-list__item-title-icon{
	-moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}
.dropdown-list__item-title:hover{
	color: #f78e16;
}
.dropdown-list__item-text{
	display: none;
	padding: 0 0 20px;
}

.faq__more{
	margin: 30px 0 0;
}

.license-list__item{
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	border-bottom: 1px solid #ebebeb;
}
.license-list__item:first-child{
	border-top: 1px solid #ebebeb;
}
.license-list__item-cell{
	padding: 20px;
	font-size: 18px;
}
.license-list__item-cell_title{
	width: calc(100% - 230px);
}
.license-list__item-cell_action{
	flex-shrink: 0;
	width: 200px;
}
.license-list__item-cell_price{
	flex-shrink: 0;
	width: 230px;
}
.license-list__item .btn{
	min-width: 100%;
	font-size: 16px;
}