@font-face{
	font-family: 'Roboto';
	src: url("../fonts/Roboto-Light.eot");
	src: url("../fonts/Roboto-Light.eot?#iefix")format("embedded-opentype"),
	url("../fonts/Roboto-Light.woff")format("woff"),
	url("../fonts/Roboto-Light.ttf")format("truetype");
	font-style: normal;
	font-weight: 300;
}

@font-face{
	font-family: 'Roboto';
	src: url("../fonts/Roboto-Regular.eot");
	src: url("../fonts/Roboto-Regular.eot?#iefix")format("embedded-opentype"),
	url("../fonts/Roboto-Regular.woff")format("woff"),
	url("../fonts/Roboto-Regular.ttf")format("truetype");
	font-style: normal;
	font-weight: 400;
}

@font-face{
	font-family: 'Roboto';
	src: url("../fonts/Roboto-Medium.eot");
	src: url("../fonts/Roboto-Medium.eot?#iefix")format("embedded-opentype"),
	url("../fonts/Roboto-Medium.woff")format("woff"),
	url("../fonts/Roboto-Medium.ttf")format("truetype");
	font-style: normal;
	font-weight: 500;
}

@font-face{
	font-family: 'Roboto';
	src: url("../fonts/Roboto-Bold.eot");
	src: url("../fonts/Roboto-Bold.eot?#iefix")format("embedded-opentype"),
	url("../fonts/Roboto-Bold.woff")format("woff"),
	url("../fonts/Roboto-Bold.ttf")format("truetype");
	font-style: normal;
	font-weight: 700;
}

* {
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}

html {
	display: block;
}

body {
	margin: 0;
	padding: 0;
	color: #000;
	font-size: 18px;
	font-weight: 400;
	font-style: normal;
	line-height: 1.15;
	font-family: 'Roboto', sans-serif;
	background-color: #F5F5F5;
}

body.active_img {
	overflow: hidden;
	position: relative;
}

body.active_img:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;

	background-color: #000;
	opacity: .8;
}

img {
	display: block;

	width: 100%;
	height: auto;
}

a {
	color: #000;
	text-decoration: none;
}

li {
	list-style-type: none;
}

/* Input. */

input {
	display: block;

	width: 100%;
	padding: 0 12px;
	color: #000;
	font-size: 18px;
	font-family: 'Roboto', sans-serif;
	line-height: 40px;
	background-color: transparent;
	border:	1px solid #C4C4C4;
	border-radius: 5px;
	outline: none;

	-webkit-transition: border .23s, color .23s;

	transition: border .23s, color .23s;
}

input::-webkit-input-placeholder {
	color: #C4C4C4;
}

input::-moz-placeholder {
	color: #C4C4C4;
}

input:-ms-input-placeholder {
	color: #C4C4C4;
}

input::-ms-input-placeholder {
	color: #C4C4C4;
}

input::placeholder {
	color: #C4C4C4;
}

input:hover,
input:focus {
	border-color: #000;
}

input:focus::-webkit-input-placeholder {
	color: #000;
}

input:focus::-moz-placeholder {
	color: #000;
}

input:focus:-ms-input-placeholder {
	color: #000;
}

input:focus::-ms-input-placeholder {
	color: #000;
}

input:focus::placeholder {
	color: #000;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button,
input {
	-webkit-appearance: none;
}

input[type=range] {
	-webkit-appearance: none; /* Скрывает слайдер, чтобы можно было создать свой */
	width: 100%; /* Указание параметра ширины требуется для Firefox. */
	padding: 0;
	border: 0 none;
}

input[type=range]::-webkit-slider-thumb {
	-webkit-appearance: none;
}

input[type=range]:focus {
	outline: none; /* Убирает голубую границу у элемента. Хотя, возможно, и стоит создавать некоторое оформления для состояния фокуса в целях обеспечения доступности. */
}

input[type=range]::-ms-track {
	width: 100%;
	cursor: pointer;
	background: transparent; /* Скрывает слайдер, чтобы можно было добавить собственные стили. */
	border-color: transparent;
	color: transparent;
}

input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;

	width: 20px;
	height: 20px;
	background-color: #FF8200;
	border: 2px solid #FFFFFF;
	border-radius: 50%;

	cursor: pointer;
	margin-top: -4px;
}

input[type=range]::-moz-range-thumb {
	-webkit-appearance: none;

	width: 20px;
	height: 20px;
	background-color: #FF8200;
	border: 2px solid #FFFFFF;
	border-radius: 50%;

	cursor: pointer;
}

input[type=range]::-ms-thumb {
	-webkit-appearance: none;

	width: 20px;
	height: 20px;
	background-color: #FF8200;
	border: 2px solid #FFFFFF;
	border-radius: 50%;

	cursor: pointer;
}

input[type=range]::-webkit-slider-runnable-track {
	width: 100%;
	height: 12px;
	background-color: #E5E5E5;
	-webkit-box-shadow: 0 2px 10px rgba(125, 125, 125, .1);
	        box-shadow: 0 2px 10px rgba(125, 125, 125, .1);
	border: 0 none;
	border-radius: 5px;
	cursor: pointer;
}

input[type=range]::-moz-range-track {
	width: 100%;
	height: 12px;
	background-color: #E5E5E5;
	box-shadow: 0 2px 10px rgba(125, 125, 125, .1);
	border: 0 none;
	border-radius: 5px;
	cursor: pointer;
}

input[type=range]::-moz-range-track {
	width: 100%;
	height: 12px;
	background-color: #E5E5E5;
	box-shadow: 0 2px 10px rgba(125, 125, 125, .1);
	border: 0 none;
	border-radius: 5px;
	cursor: pointer;
}

input[type=range]::-ms-track {
	width: 100%;
	height: 12px;
	background-color: #E5E5E5;
	box-shadow: 0 2px 10px rgba(125, 125, 125, .1);
	border: 0 none;
	border-radius: 5px;
	cursor: pointer;
}


input[type=range]::-ms-fill-lower {
	width: 100%;
	height: 12px;
	background-color: #E5E5E5;
	box-shadow: 0 2px 10px rgba(125, 125, 125, .1);
	border: 0 none;
	border-radius: 5px;
	cursor: pointer;
}

input[type=range]::-ms-fill-upper  {
	width: 100%;
	height: 12px;
	background-color: #E5E5E5;
	box-shadow: 0 2px 10px rgba(125, 125, 125, .1);
	border: 0 none;
	border-radius: 5px;
	cursor: pointer;
}

input[type=date] {
	color: #C4C4C4;
	cursor: pointer;
}

input[type=date]:focus,
input[type=date].ready {
	color: #000;
}

/* Input. */



/* Scrollbar. */

::-webkit-scrollbar {
	width: 8px;


	background-color: #C4C4C4;
}

::-webkit-scrollbar-thumb {
	margin-top: 20px;
	background-color: #888;
}

/* Scrollbar. */



/* Bone. */

.bone {
	width: 100%;
	max-width: 1280px;
	margin: 0 auto;
	padding: 0 40px;
}

/* Bone. */



/* Button. */

.button {
	display: inline-block;

	width: 100%;
	height: 100%;
	padding: 0 32px;
	font-size: 16px;
	text-align: center;
	line-height: 40px;
	border: 0 none;
	-webkit-box-shadow: none;
	        box-shadow: none;
	border-radius: 5px;
	cursor: pointer;

	-webkit-transition: all .23s;

	transition: all .23s;
}

.button.none {
	visibility: hidden;
}

.button:hover {
	-webkit-transform: scale(1.05);
	        transform: scale(1.05);
}

/* Button. */




/* Header. */

.header {
	background-color: #fff;
}

.header_buttons {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: nowrap;
	    flex-wrap: nowrap;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: end;
	    -ms-flex-pack: end;
	        justify-content: flex-end;

	height: 60px;
}

.header_reg {
	margin-right: 20px;
}

.header_reg .button {
	line-height: 38px;
	border: 1px solid #C4C4C4;
	-webkit-box-shadow: 0 2px 10px rgba(125, 125, 125, .1);
	        box-shadow: 0 2px 10px rgba(125, 125, 125, .1);
}

.header_reg .button:hover {
	-webkit-box-shadow: 0 2px 10px rgba(125, 125, 125, .4);
	        box-shadow: 0 2px 10px rgba(125, 125, 125, .4);
}

.header_login .button {
	color: #fff;
	background: #FF8200;
}

.header_cart {
	position: relative;
	margin-right: 40px;
	cursor: pointer;

	-webkit-transition: -webkit-transform .23s;

	transition: -webkit-transform .23s;

	transition: transform .23s;

	transition: transform .23s, -webkit-transform .23s;
}

.header_cart:hover {
	-webkit-transform: scale(1.1);
	        transform: scale(1.1);
}

.header_cart span {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	position: absolute;
	top: -8px;
	right: -8px;

	width: 20px;
	height: 20px;
	font-size: 12px;
	background-color: #CECECE;
	border-radius: 50%;
}

.header_cart_lentgh {
	font-size: 13px;
	color: white;
	position: absolute;
	bottom: -10px;
	right: -10px;
	margin-left: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 20px;
	height: 20px;
	z-index: 0;
}

.header_cart_lentgh:after, .header_cart_lentgh:before {
	content: '';
	position: absolute;

	top: 0;
	bottom: 0;
	left: 0;
	right: 0;

	z-index: -1;

	background-color: #FF8200;
	border-radius: 100%;
}

.header_cart_lentgh:before {
	top: -2px;
	left: -2px;

	width: 24px;
	height: 24px;

	background-color: white;
}

.header_name {
	margin-right: 40px;
	font-size: 16px;
}

.header_logout .button {
	line-height: 38px;
	border: 1px solid #C4C4C4;
	-webkit-box-shadow: 0 2px 10px rgba(125, 125, 125, .1);
	        box-shadow: 0 2px 10px rgba(125, 125, 125, .1);
}

/* Header. */



/* Content. */

.content {
	margin-top: 40px;
}

.content_flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: nowrap;
	    flex-wrap: nowrap;
	-ms-flex-item-align: start;
	    align-self: flex-start;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}

.content_blocks {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}

.content_quad_block {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: nowrap;
	    flex-wrap: nowrap;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;

	width: calc((100% - 322px) / 2 + 297px);
}

.content_double_block {
	position: relative;
	width: calc(100% / 2 - 10px);

	-webkit-transition: visibility 0s, opacity .23s, height .23s;

	transition: visibility 0s, opacity .23s, height .23s;
}



.content_quad_block .content_double_block:first-child {
	width: 312px;
	min-width: 312px;
	margin-right: 20px;
}

.content_quad_block .content_double_block:last-child {
	width: 100%;
}

.content_block {
	width: 100%;
	max-width: calc(100% / 3 - 10px);
	padding: 20px;
	height: 530px;
	background: #FFF;
	-webkit-box-shadow: 0 2px 10px rgba(125, 125, 125, .1);
	        box-shadow: 0 2px 10px rgba(125, 125, 125, .1);
	border-radius: 10px;
}

.content_blocks > .content_double_block {
	-ms-flex-item-align: stretch;
	    -ms-grid-row-align: stretch;
	    align-self: stretch;

	width: calc((100% - 322px) / 2 + 5px);
}

.content_double_block.none {
	visibility: hidden;

	height: 0;
	opacity: 0;

	-webkit-transition: visibility 0s .23s, opacity .23s, height .23s;

	transition: visibility 0s .23s, opacity .23s, height .23s;
}

.content_double_block .content_choice.active {
	visibility: visible;
	position: relative;

	opacity: 1;

	-webkit-transition: visibility 0s, opacity .23s;

	transition: visibility 0s, opacity .23s;
}

.content_double_block .content_block {
	max-width: none;
}

.content_logo,
.content_label,
.content_balance {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;

	height: 120px;
	margin-bottom: 20px;
	font-weight: 500;
}

.content_logo {
	cursor: pointer;

	-webkit-transition: -webkit-box-shadow .23s, -webkit-transform .23s;

	transition: -webkit-box-shadow .23s, -webkit-transform .23s;

	transition: box-shadow .23s, transform .23s;

	transition: box-shadow .23s, transform .23s, -webkit-box-shadow .23s, -webkit-transform .23s;
}

.content_logo:hover {
	-webkit-box-shadow: 0 3px 10px rgba(255, 130, 0, .2);
	        box-shadow: 0 3px 10px rgba(255, 130, 0, .2);

	-webkit-transform: scale(1.01);

	        transform: scale(1.01);
}

.content_logo span {
	color: #FF8200;
	font-size: 24px;
	font-weight: 700;
}

.content_choice_title {
	text-align: center;
	font-size: 20px;
	font-weight: 500;
}

.content_choice_wrapper {
	overflow-y: scroll;

	height: 454px;
	margin-top: 20px;
	margin-right: -16px;
	padding-right: 20px;
}

.content_choice_li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	position: relative;

	width: 100%;
	min-height: 52px;
	margin-top: 12px;
	padding: 8px 12px 8px 60px;
	line-height: 22px;
	border: 1px solid #C4C4C4;
	border-radius: 5px;
	cursor: pointer;

	-webkit-transition: background .23s, border .23s;

	transition: background .23s, border .23s;
}

.content_choice_li:first-child {
	margin-top: 0;
}

.content_choice_li.active {
	background-color: #FF8200;
	border-color: #FF8200;
    color: white;
    font-weight: 500;
}

.content_choice_li_left {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	position: absolute;
	top: -1px;
	left: -1px;
	bottom: -1px;

	width: 52px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 26px 20px;
	border-right: 1px solid #C4C4C4;
	border-radius: 5px 0 0 5px;

	-webkit-transition: background .23s, border .23s;

	transition: background .23s, border .23s;
}

.content_choice_li:hover .content_choice_li_left,
.content_choice_li.active .content_choice_li_left {
	background-color: #FF8200;
	border-color: #FF8200;
}

.content_choice_li_left path {
	fill: #6C6C6C !important;

	-webkit-transition: fill .23s;
	transition: fill .23s;
}

.content_choice_li:hover .content_choice_li_left path,
.content_choice_li.active .content_choice_li_left path {
	fill: #fff !important;
}

.content_nesting {
	padding: 0;
	background-color: transparent;
	-webkit-box-shadow: none;
	        box-shadow: none;
}

.content_balance {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	-ms-flex-wrap: nowrap;
	    flex-wrap: nowrap;

	min-width: 100%;
	margin-top: 0;
}

.content_balance_txt {
	margin-right: 20px;
	color: #FF8200;
	font-size: 24px;
	font-weight: 700;
}

.content_balance_txt span {
	color: #000;
	font-weight: 400;
}

.content_balance_txt input {
    font-size: 16px;
    border: 2px solid #FF8200;
    height: 38px;
}

.content_balance_top {
	justify-content: space-between;
	padding: 25px 35px 15px 95px;
}

.content_balance_input {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.content_balance_input input {
    font-size: 16px;
    border: 2px solid #FF8200;
    height: 38px;
}

.content_balance_procent {
	padding-top: 10px;
}

.content_balance_block2 .content_balance_input span {
	position: absolute;
	right: 0;
    color: #FF8200;
}

.content_balance_block1 {
    display: flex;
    align-items: center;
}

.content_balance_block2 {
    padding-right: 40px;
    position: relative;
}

.content_balance_block2 .content_balance_txt {
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
}

.content_balance_block2 .content_balance_button2 {
	height: 32px;
	margin-left: 10px;
}

.content_balance_block2 .content_balance_button2 .button {
    line-height: 32px!important;
    max-width: 80px;
    font-size: 12px;
    padding: 0 10px;
}

.content_balance_txt .content_balance_title {
    color: #FF8200;
    font-weight: 700;
}

.content_double_left .content_balance {
	display: none!important;
}

.content_balance_numb {
	padding-left: 5px;
}

.content_balance_button {
	height: 52px;
}

.content_balance_button .button, .content_balance_button2 .button {
	color: #fff;
	line-height: 52px;
	background-color: #FF8200;
}

.content_block + .content_result {
	height: 529px;
}

.content_result {
	position: relative;

	width: 100%;
	max-width: none;
	height: 100%;
	margin-bottom: 0;
	padding-bottom: 148px;

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.content_result_title {
	font-size: 20px;
	font-weight: 500;
	text-align: center;

	margin-bottom: 20px;

}

.content_result_img {
	position: relative;

	height: 100%;
	max-height: 320px;
	padding: 20px;
	/*background-color: #fff;*/
}

.content_result_img_wrapper {
	position: relative;
	
	width: 100%;
	height: 100%;
	margin: auto;
}

.content_result_img.active {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 90%;
    height: 90%;
    max-width: 1000px;
    max-height: 600px;
    margin: auto;
    z-index: 1;
}

.content_result_img:before {
	/*content: '';*/
	/*position: absolute;*/
	/*top: 20px;*/
	/*left: 20px;*/
	/*right: 20px;*/
	/*bottom: 20px;*/

	/*background-image: url('/media/images/voteramki.svg');*/
	/*background-repeat: no-repeat;*/
	/*background-position: center;*/
	/*background-size: contain;*/
}

.content_result_img img {
	margin: 0 auto;
	width: 80%;
	height: 100%;

	-o-object-fit: contain;

	   object-fit: contain;
	-o-object-position: center;
	   object-position: center;
}

.content_result_full {
	position: absolute;
	top: 20px;
	right: 20px;

	cursor: pointer;
	/*background-image: url('/media/images/full_screen _image.svg');*/
	/*background-position: center;*/
	/*background-repeat: no-repeat;*/
	/*background-size: contain;*/

	-webkit-transition: -webkit-transform .23s;
	transition: -webkit-transform .23s;
	transition: transform .23s;
	transition: transform .23s, -webkit-transform .23s;
	z-index: 9;
}

.active > .content_result_full {
	background-image: none;
}

.content_result_full:hover {
	-webkit-transform: scale(1.1);
	        transform: scale(1.1);
}

.active > .content_result_full {
	top: 20px !important;
	right: 20px !important;

	width: 32px !important;
	height: 32px !important;
}

.active > .content_result_full:before,
.active > .content_result_full:after {
	content: '';
	position: absolute;
	top: 14px;
	left: -1px;

	width: 32px;
	height: 2px;
	background-color: #FF8200;

	-webkit-transform: rotate(50grad);

	        transform: rotate(50grad);
}

.active > .content_result_full:after {
	-webkit-transform: rotate(-50grad);
	        transform: rotate(-50grad);
}

/*.active > img {
	width: 100% !important;
}*/

.content_result_down {
	position: absolute;
	left: 20px;
	right: 20px;
	bottom: 84px;

	max-width: 360px;
	margin: 0 auto;
}

.content_result_down .button {
	color: #FF8200;
	line-height: 50px;
	border: 1px solid #FF8200;
}

.content_result_down_normal {
	position: absolute;
	left: 20px;
	right: 20px;
	bottom: 20px;

	max-width: 360px;
	margin: 0 auto;
}

.content_result_down_normal .button {
	color: #fff;
	line-height: 52px;
	background-color: #FF8200;
}

.content_result_down_normal span {
	margin-left: 12px;
}

.content_result_down_normal svg {
	display: inline-block;

	margin-bottom: -8px;
}

.content_txt {
	margin-top: 80px;
}

.content_title {
	color: #FF8200;
	font-size: 20px;
	font-weight: 500;
}

.content_text {
	line-height: 22px;
	text-align: justify;
}

.content_text p {
	margin-top: 8px;
}

.content_text p:first-child {
	margin-top: 12px;
}

.content_blocks_button {
	display: none;
	margin-bottom: 20px		;
}

.generators {
	display: inline-block;

	height: 100%;
	/*padding-left: 32px;*/
	font-size: 16px;
	text-align: center;
	line-height: 40px;
	border: 0 none;
	-webkit-box-shadow: none;
	        box-shadow: none;
	border-radius: 5px;
	cursor: pointer;

	-webkit-transition: all .23s;
	transition: all .23s;
}

.content_blocks_button .generators {
	position: relative;

	color: #FF8200;
	text-align: left;
}

.content_blocks_button .generators:hover {
/*	margin-left: -4px;
	padding-left: 36px;*/

	-webkit-transform: scale(1);
	        transform: scale(1);
}

/*.content_blocks_button .generators:before {
	content: '';
	position: absolute;
	top: 50%;
	left: 1px;

	margin-top: -6px;
	border: solid #FF8200;
	border-width: 0 2px 2px 0;
    padding: 4px;
    border-radius: 2px;

    -webkit-transform: rotate(135deg);
            transform: rotate(135deg);
}

.content_blocks_button .generators:after {
	content: '';
	position: absolute;
	top: 50%;
	left: 0;

	width: 20px;
	height: 2px;
	margin-top: -2px;
	background-color: #FF8200;
    border-radius: 8px;
}*/

/* Content. */



/*  Form. */

.forms {
	position: relative;
}

.steps {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: nowrap;
	    flex-wrap: nowrap;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}

.step {
	padding: 16px 0;
	font-weight: 700;
	text-align: center;
	background: #C4C4C4;
	border-radius: 5px 5px 0 0;

	-webkit-transition: color .23s, background .23s;

	transition: color .23s, background .23s;
}

.step.active {
	color: #FF8200;
	background-color: #fff;
}

.step.ready {
	color: #fff;
	background-color: #FF8200;
}

.form {
	visibility: hidden;
	position: absolute;
	top: 52px;
	left: 0;
	right: 0;

	height: 477px;
	padding: 20px;
	/*padding-bottom: 92px;*/
	padding-bottom: 148px;
	background-color: #fff;
	border-radius: 0 0 10px 10px;
	opacity: 0;

	-webkit-transition: visibility 0s .23s, opacity .23s;

	transition: visibility 0s .23s, opacity .23s;
}

.active.form {
	position: static;
	visibility: visible;

	opacity: 1;

	-webkit-transition: visibility 0s, opacity .23s;

	transition: visibility 0s, opacity .23s;
}

.form_title {
	margin-top: 20px;
	font-size: 20px;
	font-weight: 500;
	text-align: center;
}

.form_wrapper {
	overflow-y: scroll;
	height: 240px;

	margin-top: 8px;
	margin-right: -16px;
	padding-right: 16px;
}

.form_label {
	margin-top: 12px;
	font-size: 16px;
	font-weight: 300;
}

.form_label:first-child {
	margin-top: 0;
}

.form_input {
	margin-top: 4px;
	cursor: text;
}

.form_input.error {
	border-color: #C70000;
}

.form_input.error::-webkit-input-placeholder {
	color: #C70000;
}

.form_input.error::-moz-placeholder {
	color: #C70000;
}

.form_input.error:-ms-input-placeholder {
	color: #C70000;
}

.form_input.error::-ms-input-placeholder {
	color: #C70000;
}

.form_input.error::placeholder {
	color: #C70000;
}

.form_input.ready {
	border-color: #FF8200;
}

.form_input.gend {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-ms-flex-wrap: nowrap;
	    flex-wrap: nowrap;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	position: relative;

	padding-right: 28px;
	margin-right: 40px;
}

.form_input.gend:before {
	content: '';
	position: absolute;
	top: 50%;
	right: 0;

	width: 16px;
	height: 16px;
	margin-top: -8px;
	background-color: #C4C4C4;
	border: 1px solid #6C6C6C;
	-webkit-box-shadow: inset 0 0 0 4px #fff;
	        box-shadow: inset 0 0 0 4px #fff;
	border-radius: 50%;

	-webkit-transition: background .23s, border .23s;

	transition: background .23s, border .23s;
}

.form_input.gend:hover:before {
	background-color: #FF8200;
}

.form_input.gend.ready:before {
	background-color: #FF8200;
	border-color: #FF8200;
}

.form_input input[type='radio'] {
	visibility: hidden;
	position: absolute;

	opacity: 0;

    -webkit-appearance: radio;

       -moz-appearance: radio;

            appearance: radio;
}

.form_input.file {
	text-overflow: ellipsis;
    max-width: 352px;
    white-space: nowrap;
    overflow: hidden;

	display: block;
	position: relative;

	width: 100%;
	padding: 0 36px 0 12px;
	color: #C4C4C4;
	font-size: 18px;
	line-height: 40px;
	border:	1px solid #C4C4C4;
	border-radius: 5px;
	cursor: pointer;

	-webkit-transition: border .23s, color .23s;

	transition: border .23s, color .23s;
}

.form_input.file:hover {
	border-color: #000;
}

.form_input.file.ready {
	color: #000;
	border-color: #FF8200;
}

.form_input.file:before {
	content: '';
	position: absolute;
	top: 50%;
	right: 12px;

	width: 20px;
	height: 20px;
	margin-top: -10px;
	background-image: url('/media/images/clip.svg');
	background-repeat: no-repeat;
	background-position: center;
}

.form_input input[type='file'] {
	visibility: hidden;
	position: absolute;

	opacity: 0;
}

.form_label_error {
	margin-top: 4px;
	color: #C70000;
	font-size: 16px;
	font-weight: 300;
}

.form_range {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: nowrap;
	    flex-wrap: nowrap;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}

.form_range_val {
	width: 64px;
	margin-left: 20px;
	text-align: center;
	line-height: 40px;
	border: 1px solid #C4C4C4;
	border-radius: 5px
}

.form_button {
	position: absolute;
	left: 20px;
	right: 20px;
	bottom: 20px;
}

.form_button .button {
	color: #fff;
	line-height: 52px;
	background-color: #C4C4C4;
}

.form_button .button.active {
	background-color: #FF8200;
}

.form_button .recaptcha {
	margin-bottom: 10px;
}

/*  Form. */



/* cart. */

.cart .steps {
	justify-content: flex-start;
}

.cart .content_quad_block {
	width: 100%;
}

.cart .content_double_block:last-child {
	width: calc(100% - 332px);
}

.cart .step:last-child {
	margin-right: 0;
}

.cart .step {
	width: 130px!important;
	text-align: center;
	cursor: pointer;
	margin-right: 12px;
}

.cart .step#step-3 {
	display: inline-flex;
    justify-content: center;
    align-items: flex-end;
	background: transparent;
	width: calc(100% - 284px)!important;
	padding: 0;
}

.cart .step.active#step-3 span {
	background: white;
}

.cart .step#step-3 span {
	background: #C4C4C4;
    display: inline-block;
    padding: 10px 30px;
    border-radius: 5px 5px 0 0;
}

/* cart. */



/* Tab. */

.tabs {
	position: relative;
}

.tab {
	visibility: hidden;
	position: absolute;
	top: 52px;
	left: 0;
	right: 0;

	height: 478px;
	background-color: #fff;
	border-radius: 0 0 10px 10px;
	opacity: 0;

	-webkit-transition: visibility 0s .23s, opacity .23s;

	transition: visibility 0s .23s, opacity .23s;
}

.tab.active {
	position: static;
	visibility: visible;

	opacity: 1;

	-webkit-transition: visibility 0s, opacity .23s;

	transition: visibility 0s, opacity .23s;
}

.tab_empty {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;

	height: 100%;
	color: #C4C4C4;
	font-size: 48px;
	font-weight: 700;
	line-height: 28px;
}

.tab_empty.none {
	display: none;
}

tbody {
	display: block;
	overflow-y: auto;
	max-height: 400px;
}

tr {
    display:table;
    width:100%;
}

.tab_table {
	display: none;

	width: 100%;
	border-spacing: 0;
}

.tab_table.active {
	display: table;
}

.tab_tr {
	height: 152px;
}

.tab_tr canvas {
	width: 100%!important;
}

.chLine-body {
	position: relative;
}

.chLine-body:before {
	content: '';
    width: 70%;
    height: 30px;
    position: absolute;
    top: 0;
    left: 0;
    background: white;
    right: 0;
    margin: auto;
}
}

.tab_tr_list, .tab_tr_list_head {
    width: 80%;
    margin: auto;
}

.tab_tr_list, .tab_tr_list_title {
	height: 65px;
}

.tab_tr_list_title .tab_td {
	text-align: left;
    padding-left: 30px;
    vertical-align: bottom;
    padding-bottom: 3px;
}

.tab_tr_list .tab_td, .tab_tr_list_head .tab_td {
	border: 0;
}

.tab_tr_list_head {
	height: 50px;
}

.tab_tr_list_head .tab_td {
	font-size: 16px;
	color: gray;
	padding-top: 20px;
}

thead {
	height: 60px;
}

thead tr{
	height: 60px !important;
}

#tab-3 .tab_tr td {
	width: 100%;
}

.tab_td {
	padding: 10px;
	text-align: center;
	border-bottom: 1px solid #D9D9D9;
}

.tab_label {
	display: none;
}

thead .tab_tr .tab_td {
	color: #6C6C6C;
	font-weight: 400;
	font-size: 18px;
}

thead .tab_tr.tab_title .tab_td {
    text-align: left;
    padding-top: 30px;
    padding-left: 30px;
    padding-bottom: 5px;
	border-color: #F5F5F5;
    border-width: 4px;
	width: 100%;
    max-width: 100%;
    min-width: auto;
}

thead .tab_tr.tab_referrals .tab_td {
    color: rgb(128 128 128 / 50%);
    font-size: 22px;
    font-weight: bold;
    text-align: left;
    padding-left: 15px;
    border-bottom: 0;
    padding-top: 25px;
    width: 100%;
    max-width: 100%;
    min-width: auto;
}

thead .tab_tr.tab_referrals .tab_td span {
	color: #FF8200;
}

.tab_img img {
	width: 100%;
	margin: 0 auto;;
}

.tab_img .content_result_full {
	top: 0;
	right: 0;

	width: 20px;
	height: 20px;
}

.tab_img {
	max-width: 200px;
}

.tab_name {
	max-width: 200px;
}

.tab_date {
	width: 200px;
}

.tab_date span {
	color: #6C6C6C;
}

.tab_price {
	min-width: 100px;
	color: #FF8200;
	font-size: 20px;
	font-weight: 700;
}

.tab_button, .tab_button_buy {
	min-width: 112px;
    padding: 0;
}

.tab_button .button, .tab_button_buy .button {
	color: #FF8200;
    line-height: 32px;
    border: 1px solid #FF8200;
	height: auto;
}

.tab_button .button:hover, .tab_button_buy .button:hover {
	color: #fff;
	background-color: #FF8200;

	-webkit-transform: scale(1);

	        transform: scale(1);
}

.tab_button_del {
	min-width: 20px;
	padding-right: 20px;
}

.tab_button_del .button {
	width: 20px;
	height: 24px;
	padding: 0;
	background-image: url('/media/images/cart_del.svg');
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}

.tab_button_del .button:hover {
	-webkit-transform: scale(1.2);
	        transform: scale(1.2);
}

.tab_button_del_order {
	min-width: 20px;
	padding-right: 20px;
}

.tab_button_del_order .button {
	width: 20px;
	height: 24px;
	padding: 0;
	background-image: url('/media/images/cart_del.svg');
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}

.tab_button_del_order .button:hover {
	-webkit-transform: scale(1.2);
	        transform: scale(1.2);
}

.tab_td .content_result_img {
	height: auto;
	padding: auto;
}
#tab-2 .content_result_img:before {
	display: none;
}

#tab-2 .tab_button, #tab-2 .tab_button_buy {
	width: 30%;
}

#tab-2 .tab_button .button, #tab-2 .tab_button_buy .button {
	position: relative;
	right: 0;

	width: auto;
}

/* Tab. */



/* Desc. */

.desc .content_blocks {
	width: 312px;
	min-width: 312px;
}

.desc .content_blocks .content_double_block {
	width: 100%;
}

.desc .content_txt {
	margin-top: 0;
	margin-left: 20px;
}

.desc .content_title {
	margin-top: 32px;
	font-size: 24px;
}

.desc .content_title:first-child {
	margin-top: 0;
}

.desc .content_images {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: nowrap;
	    flex-wrap: nowrap;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;

	margin-top: 32px;
}

.desc .content_img {
	margin-left: 20px;
}

.desc .content_img:first-child {
	margin: 0;
}

.desc .content_img img {
	width: 100%;
	height: 220px;

	-o-object-fit: cover;

	   object-fit: cover;
	-o-object-position: center;
	   object-position: center;
}

.desc .content_contacts {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;

	margin-top: 32px;
}

.content_contact_title {
	width: 100%;
	color: #FF8200;
}

.desc .content_contact {
	margin-top: 12px;
	margin-right: 20px;
}

.desc .content_contact_soc {
	display: block;

	width: 32px;
	height: 32px;
	border-radius: 5px;

	-webkit-transition: background .23s;

	transition: background .23s;
}

.desc .content_contact_soc:hover {
	background-color: #333;
}

.desc .content_contact_soc svg {
	width: calc(100% + 2px);
	height: calc(100% + 2px);

	margin: -1px;
}

.desc .content_contact_soc path {
	-webkit-transition: fill .23s;
	transition: fill .23s;
}

.desc .content_contact_soc:hover path {
	fill: #F5F5F5 !important;
}

.desc .content_contact_email:hover {
	text-decoration: underline;
}

/* Desc. */



/* Balance. */

#balance_copy {
	display: none;
}

/* Balance. */



/* Footer. */

.footer {
	margin-top: 40px;
	font-size: 16px;
	text-align: center;
	line-height: 60px;
	background-color: #fff;
}

/* Footer. */



/* Pop_up. */

.pop_up, .pop_up2 {
	visibility: hidden;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	position: fixed;
	top: 0;
	left: 0;

	width: 100vw;
	height: 100vh;
	background-color: #00000099;
	z-index: 9;

	opacity: 0;

	-webkit-transition: visibility 0s .23s, opacity .23s;

	transition: visibility 0s .23s, opacity .23s;
}

.pop_up_error {
    font-size: 16px;
    color: #C70000;
    margin-top: 5px;
}

.pop_up.active, .pop_up2.active {
	visibility: visible;

	opacity: 1;
	-webkit-transition: visibility 0s, opacity .23s;
	transition: visibility 0s, opacity .23s;
}

.pop_up_exit {
	position: absolute;
	top: 20px;
	right: 20px;

	width: 24px;
	height: 24px;
	cursor: pointer;
}


.pop_up_exit:hover {
	-webkit-animation: rotate-scale-up 0.35s linear both;
	        animation: rotate-scale-up 0.35s linear both;
}

@-webkit-keyframes rotate-scale-up {
  0% {
    -webkit-transform: scale(1) rotateZ(0);
            transform: scale(1) rotateZ(0);
  }
  50% {
    -webkit-transform: scale(1.4) rotateZ(100grad);
            transform: scale(1.4) rotateZ(100grad);
  }
  100% {
    -webkit-transform: scale(1) rotateZ(200grad);
            transform: scale(1) rotateZ(200grad);
  }
}

@keyframes rotate-scale-up {
  0% {
    -webkit-transform: scale(1) rotateZ(0);
            transform: scale(1) rotateZ(0);
  }
  50% {
    -webkit-transform: scale(1.4) rotateZ(100grad);
            transform: scale(1.4) rotateZ(100grad);
  }
  100% {
    -webkit-transform: scale(1) rotateZ(200grad);
            transform: scale(1) rotateZ(200grad);
  }
}

.pop_up_exit:before,
.pop_up_exit:after {
	content: '';
	position: absolute;
	top: 10px;
	left: -4px;

	width: 32px;
	height: 4px;
	background-color: #FF8200;
	border-radius: 2px;

	-webkit-transform: rotate(50grad);

	        transform: rotate(50grad);
}

.pop_up_exit:after {
	-webkit-transform: rotate(-50grad);
	        transform: rotate(-50grad);
}

.pop_up_wrapper {
	overflow: hidden;
	position: absolute;

	width: 100%;
	max-width: 600px;
	padding: 60px 112px;
	background-color: #fff;
	border-radius: 10px;
	opacity: 0;
    z-index: -1;

    -webkit-transform: scale(.7);

            transform: scale(.7);
    -webkit-transition: opacity .23s, -webkit-transform .23s;
    transition: opacity .23s, -webkit-transform .23s;
    transition: transform .23s, opacity .23s;
    transition: transform .23s, opacity .23s, -webkit-transform .23s;
}

.pop_up_wrapper.active {
	position: relative;

	opacity: 1;
    z-index: 1;

    -webkit-transform: scale(1);

            transform: scale(1);
}

.pop_up_title {
	text-align: center;
	padding-bottom: 15px;
}

.pop_up_label {
	margin-top: 8px;
}

.pop_up_exit + .pop_up_label {
	margin: 0;
}

.pop_up_text + .pop_up_label {
	margin-top: 12px;
}

.pop_up_input {
	margin-top: 4px;
}

#register .pop_up_input {
	padding-right: 32px;
}

.pop_up_text {
	margin-top: 4px;
	color: #6C6C6C;
	font-size: 16px;
	line-height: 19px;
}

.pop_up_button {
	margin-top: 32px;
}

.pop_up2 .pop_up_button {
	margin-top: 15px;
    margin-bottom: 25px;
}

.pop_up_button .button {
	color: #fff;
    background: #FF8200;
    line-height: 52px;
}

.pop_up_window {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;

	background-color: #00000082;
	z-index: 9;
}

.pop_up_window_text {
	max-width: 432px;
	padding: 92px 52px;
	font-size: 20px;
	font-weight: 700;
	text-align: center;
	background-color: #fff;
	border-radius: 10px;

	-webkit-transition: -webkit-transform .23s;

	transition: -webkit-transform .23s;

	transition: transform .23s;

	transition: transform .23s, -webkit-transform .23s;
}

.pop_up_window.none {
	visibility: hidden;

	opacity: 0;

	-webkit-transition: visibility 0s .23s, opacity .23s;

	transition: visibility 0s .23s, opacity .23s;
}

.pop_up_window.none .pop_up_window_text {
	-webkit-transform: scale(.7);
	        transform: scale(.7);
}

/* Pop_up. */



/* Password.*/

.password_eye {
	position: absolute;
	right: 120px;

	margin-top: -30px;
	width: 20px;
	height: 20px;
	cursor: pointer;
	background-image: url('/media/images/eye.svg');
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}

/* Password.*/

.desc .content_blocks_buton .button {
 margin: 0;
 padding-left: 32px !important;
}

/* Balance. */

#balanceUp.pop_up_wrapper, #balanceUp2.pop_up_wrapper {
	max-width: 500px !important;
	padding: 68px !important;
}

#balanceUp2.pop_up_wrapper {
    padding-top: 25px!important;
    padding-bottom: 0!important;
}

#balanceUp .pop_up_text {
	color: #000;
	text-align: center;
}

#balanceUp .pop_up_balance {
	display: inline-block;

	width: calc(50% - 10px);
	margin-right: 15px;
	margin-top: 12px;
	color: #FF8200;
	font-size: 24px;
	line-height: 24px;
}

#balanceUp .pop_up_balance span {
	color: #000;
	font-size: 20px;
}

#balanceUp .pop_up_button {
	display: inline-block;

	width: 100%;
	margin-top: 20px;
}

/* Balance. */



/* Load. */

.load {
	visibility: hidden;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;

	background-color: rgba(0, 0, 0, .4);
	opacity: 0;
	z-index: 999;

	-webkit-transition: opacity .6s, visibility 0s .6s;

	transition: opacity .6s, visibility 0s .6s;
}

.load:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;

	width: 300px;
	height: 166px;
	margin: auto;
	background-color: #fff;
	border-radius: 5px;
	z-index: -1;

	-webkit-transform: scale(1.4);

	        transform: scale(1.4);
	-webkit-transition: -webkit-transform .6s;
	transition: -webkit-transform .6s;
	transition: transform .6s;
	transition: transform .6s, -webkit-transform .6s;
}

.load.active:before {
	-webkit-transform: scale(1);
	        transform: scale(1);
}

.load.active {
	visibility: visible;

	opacity: 1;

	-webkit-transition: opacity .6s, visibility 0s 0s;

	transition: opacity .6s, visibility 0s 0s;
}

.active_rotate {
  -webkit-animation-name: rotateThis;
  -webkit-animation-duration: 1s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
}

@-webkit-keyframes rotateThis {
  from {-webkit-transform:scale(1) rotate(0deg);}
  to {-webkit-transform:scale(1.1) rotate(360deg);}
	to {-webkit-transform:scale(1) rotate(360deg);}
}

.load_text {
	font-size: 18px;
	font-weight: 700;
}

.load_label {
	margin-top: 16px;
	font-size: 16px;
	font-weight: 400;
}

.load_img {
	width: 20px;
	margin-top: 20px;
}

.load.active .load_img svg{
	-webkit-animation: rotateThis 1s infinite linear;
	        animation: rotateThis 1s infinite linear;
}

@-webkit-keyframes rotateThis {
	from {
		-webkit-transform: rotate(0deg);
		        transform: rotate(0deg);
	}

	to {
		-webkit-transform:rotate(360deg);
		        transform:rotate(360deg);
	}
}

/* Load. */
















.form_select {
	position: relative;
}

.form_info {
	width: 100%;
	padding: 0 12px;
	color: #C4C4C4;
	line-height: 40px;
	border: 1px solid #C4C4C4;
    border-radius: 5px;
    cursor: pointer;
}

.form_info:hover {
	border-color: #000;
}

.form_select.ready .form_info {
	color: #000;
	border-color: #FF8200;
}

.form_select_wrapper {
	display: none;

	width: 100%;
	margin-top: 8px;
	padding: 12px 0;
	border: 1px solid #C4C4C4;
    border-radius: 5px;
}

.form_option {
	padding: 12px;
	cursor: pointer;

}

.form_option:hover {
	background-color: #C4C4C4;
}

.form_preview {
	/*display: none;*/
	
	height: 100px;
	margin-top: 16px;
}

.form_preview img {
	width: 100px;
	height: 100%;

	-o-object-fit: contain;
	   object-fit: contain;
	-o-object-position: center;
	   object-position: center;
}












/* Acordeon. */

.content_choice_li_info {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	position: relative;

	width: 100%;
	min-height: 52px;
	margin-top: 12px;
	padding: 8px 12px 8px 60px;
	line-height: 22px;
	border: 1px solid #C4C4C4;
	border-radius: 5px;
	cursor: pointer;

	-webkit-transition: background .23s, border .23s;

	transition: background .23s, border .23s;
}

.content_choice_li_info > svg {
	content: '';
	position: absolute;
	top: 50%;
	right: 12px;

	width: 12px;
	height: 12px;
	margin-top: -6px;

	transform: rotate(100grad);
    transition: transform .4s;
}

.content_choice_li_info.active > svg {
	transform: rotate(-100grad);
}

.content_choice_li_wrap {
	display: none;

	padding-left: 52px;
}

.content_choice_li_wrap a {
	margin-top: 12px !important;
}

.content_choice_li_info.active {
	background-color: #FF8200;
	border-color: #FF8200;
    color: white;
    font-weight: 500;
}

.content_choice_li_info:hover .content_choice_li_left,
.content_choice_li_info.active .content_choice_li_left {
	background-color: #FF8200;
	border-color: #FF8200;
}

.content_choice_li_info:hover .content_choice_li_left path,
.content_choice_li_info.active .content_choice_li_left path {
	fill: #fff !important;
}

/* Acordeon. 2 */

.content_choice_2_li_info {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	position: relative;

	width: 100%;
	min-height: 52px;
	margin-top: 12px;
	padding: 8px 12px 8px 60px;
	line-height: 22px;
	border: 1px solid #C4C4C4;
	border-radius: 5px;
	cursor: pointer;

	-webkit-transition: background .23s, border .23s;

	transition: background .23s, border .23s;
}

.content_choice_2_li_info > svg {
	content: '';
	position: absolute;
	top: 50%;
	right: 12px;

	width: 12px;
	height: 12px;
	margin-top: -6px;

	transform: rotate(100grad);
    transition: transform .4s;
}

.content_choice_2_li_info.active > svg {
	transform: rotate(-100grad);
}

.content_choice_2_li_wrap {
	display: none;

	padding-left: 52px;
}

.content_choice_2_li_wrap a {
	margin-top: 12px !important;
}

.content_choice_2_li_info.active {
	background-color: #FF8200;
	border-color: #FF8200;
    color: white;
    font-weight: 500;
}

.content_choice_2_li_info:hover .content_choice_2_li_left,
.content_choice_2_li_info.active .content_choice_2_li_left {
	background-color: #FF8200;
	border-color: #FF8200;
}

.content_choice_2_li_info:hover .content_choice_2_li_left path,
.content_choice_2_li_info.active .content_choice_2_li_left path {
	fill: #fff !important;
}

/* load */

.load, .notify {
	visibility: hidden;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;

	background-color: rgba(0, 0, 0, .4);
	opacity: 0;
	z-index: 999;

	-webkit-transition: opacity .6s, visibility 0s .6s;

	transition: opacity .6s, visibility 0s .6s;
}

.notify {
	background-color: unset;

	top: 70px;
	bottom: unset;
}


.load:before, .notify:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;

	width: 300px;
	height: 166px;
	margin: auto;
	background-color: #fff;
	border-radius: 5px;
	z-index: -1;

	-webkit-transform: scale(1.4);

	transform: scale(1.4);
	-webkit-transition: -webkit-transform .6s;
	transition: -webkit-transform .6s;
	transition: transform .6s;
	transition: transform .6s, -webkit-transform .6s;
}

.notify:before {
	box-shadow: 0 0 20px rgba(30, 34, 50, .15);

	height: 60px;
}

.load.active:before, .notify.active:before {
	-webkit-transform: scale(1);
	        transform: scale(1);
}

.load.active, .notify.active {
	visibility: visible;

	opacity: 1;

	-webkit-transition: opacity .6s, visibility 0s 0s;

	transition: opacity .6s, visibility 0s 0s;
}
