a, img { border: 0; }

html { height: 100%; }

/* template */

body
{
	display: flex;
	flex-direction: column;
	width: 1010px;
	min-height: 100%;
	margin: 0 auto;
	padding: 0 0 10px 0;
	box-sizing: border-box;
	font-size: 100%;
	font-family: Arial;
	background: #FFF;
	position: relative;
}

.top
{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	border-right: 1px solid #144015;
	border-bottom: 1px solid #133C14;
	border-left: 1px solid #206320;
	border-radius: 0 0 5px 5px;
	background-image: -webkit-linear-gradient(-80deg, #236C23 10%, #256D23 20%, #387B23 38%, #4E8A22 53%, #6DA021 90%, #82AF21 95%);
	background-image: -moz-linear-gradient(-80deg, #236C23 10%, #256D23 20%, #387B23 38%, #4E8A22 53%, #6DA021 90%, #82AF21 95%);
	background-image: -ms-linear-gradient(-80deg, #236C23 10%, #256D23 20%, #387B23 38%, #4E8A22 53%, #6DA021 90%, #82AF21 95%);
	background-image: -o-linear-gradient(-80deg, #236C23 10%, #256D23 20%, #387B23 38%, #4E8A22 53%, #6DA021 90%, #82AF21 95%);
	background-color: #482;
	box-shadow: 3px 4px 5px 0 rgba(82, 87, 89, 0.62);
}
.top > img
{
	margin: 17px 0 17px 15px;
	width: 152px;
	height: 23px;
	color: #FFEF0E;
}

.statistics
{
	display: flex;
	justify-content: center;
	margin: 0;
	padding: 8px 10px 8px 11px;
	border: 1px solid #262;
	border-top: 0;
	border-radius: 0 0 5px 5px;
	position: relative;
}
.statistics::before
{
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	border: 1px solid #696;
	border-top: 0;
	border-radius: 0 0 4px 4px;
}
.statistics > *
{
	margin: 3px 0;
	height: 21px;
	line-height: 21px;
	font-size: 12px;
	color: #FFF;
	position: relative;
}
.statistics dt { margin-right: 5px; }
.statistics dt:nth-child(n+3) { margin-left: 8px; }
.statistics dd
{
	padding: 0 10px;
	border: 1px solid rgba(255, 255, 255, 0.5);
	border-radius: 5px 0 0 5px;
	text-align: center;
	cursor: help;
	box-sizing: border-box;
}
.statistics dd::before
{
	content: "";
	position: absolute;
	top: -2px;
	right: 0;
	bottom: -2px;
	left: -2px;
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: 5px 0 0 5px;
}
.statistics,
.statistics dd
{
	background-image: -webkit-linear-gradient(left, #125A1E 0%, #42872B 50%, #307526 100%);
	background-image: -moz-linear-gradient(left, #125A1E 0%, #42872B 50%, #307526 100%);
	background-image: -ms-linear-gradient(left, #125A1E 0%, #42872B 50%, #307526 100%);
	background-image: -o-linear-gradient(left, #286F24 0%, #42872B 50%, #3A7F29 100%);
	background-color: #272;
}

.languages
{
	display: flex;
	justify-content: center;
	margin: 13px 13px 0 58px;
}
.languages > *
{
	width: 24px;
	padding-top: 19px;
	line-height: 19px;
	color: #FFF;
	font-size: 10px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	position: relative;
}
.languages > *:nth-child(n+2) { margin-left: 12px; }
.languages > *::before
{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 24px;
	height: 19px;
	background-image: url("https://kurses.com.ua/img/icons.png");
}
.languages .ua::before { background-position: 0 0; }
.languages .uk::before { background-position: 0 0; }
.languages .ru::before { background-position: -24px 0; }
.languages .en::before { background-position: -48px 0; }
.languages .active,
.languages span
{
	color: #FFEF0E;
}

.menu
{
	margin: 17px 0;
	border: 1px solid #999;
	border-radius: 6px;
	border-color: #236921 #154114 #143D13 #262;
	background-color: #482;
	box-shadow: 3px 3px 5px 0 rgba(82, 87, 89, 0.62);
	font-size: 13px;
}
.menu ul
{
	margin: 0;
	padding: 0;
	list-style: none;
}
.menu > ul
{
	display: flex;
	justify-content: flex-end;
	height: 28px;
	line-height: 28px;
	text-align: center;
}
.menu > ul > li { flex-grow: 1; }
.menu > ul > li:hover { background-color: #692; }
/*
.menu > ul > li.epaycore { background-color: #223359; }
*/
.menu > ul > li.epaycore a { display: block; }
.menu > ul > li.epaycore img { margin-top: 5px; vertical-align: top; }
/*
.menu > ul > li.epaycore:hover { background-color: #25508a; }
*/
.menu > ul > li:hover:first-child { border-radius: 6px 0 0 6px; }
.menu > ul > li:hover:last-child { border-radius: 0 6px 6px 0; }
.menu a,
.menu span
{
	color: #FFF;
	text-decoration: none;
	text-transform: uppercase;
	vertical-align: middle;
}
.menu a:hover,
.menu span[id]:hover
{
	text-decoration: underline;
	cursor: pointer;
}
.menu li.down { position: relative; }
.menu li.down:hover:first-child
{
	border-left: 1px solid #262;
	margin-left: -1px;
	border-radius: 6px 0 0 0;
}
.menu li.down:hover:last-child
{
	border-right: 1px solid #154114;
	margin-right: -1px;
	border-radius: 0 6px 0 0;
}
.menu li.down:hover:last-child > ul { right: 0; }
.menu li.down > ul
{
	position: absolute;
	display: none;
	min-width: 100%;
	margin: -1px -1px 0 -1px;
	border: 1px solid #143D13;
	border-top: 0;
	border-radius: 0 0 6px 6px;
	background: #692;
	box-shadow: 3px 5px 5px 0 rgba(82, 87, 89, 0.62);
	white-space: nowrap;
	z-index: 10;
}
.menu li.down:hover > ul { display: block; }
.menu li.down > ul > li { padding: 0 10px; }
.menu .active { color: #FFEB01; }

/*
.menu3
{
	margin: 17px 0;
	border: 1px solid #999;
	border-radius: 6px;
	border-color: #236921 #154114 #143D13 #262;
	background-image: -webkit-linear-gradient(top right, #82AF21, #236C23);
	background-image: -moz-linear-gradient(top right, #82AF21, #236C23);
	background-image: -ms-linear-gradient(top right, #82AF21, #236C23);
	background-image: -o-linear-gradient(top right, #82AF21, #236C23);
	background-color: #482;
	box-shadow: 3px 3px 5px 0 rgba(82, 87, 89, 0.62);
	font-size: 13px;
}
.menu3 ul
{
	margin: 0;
	padding: 0;
	list-style: none;
}
.menu3 a,
.menu3 span
{
	color: #FFF;
	text-decoration: none;
	text-transform: uppercase;
	vertical-align: middle;
}
.menu3 a:hover { text-decoration: underline; }
.menu3 > ul { display: flex; }
.menu3 > ul > li
{
	height: 28px;
	line-height: 28px;
	flex-grow: 1;
	text-align: center;
	position: relative;
	overflow: hidden;
}
.menu3 > ul > li:hover { overflow: visible; }
.menu3 li > ul
{
	margin-top: -1px;
	border: 1px solid transparent;
}
.menu3 li:first-child > ul { margin-left: -1px; }
.menu3 li:last-child > ul { margin-right: -1px; }
.menu3 > ul > li:hover ul
{
	border-radius: 6px;
	border-color: #236921 #154114 #143D13 #262;
	background-color: #82AF21;
	box-shadow: 3px 3px 5px 0 rgba(82, 87, 89, 0.62);
}
.menu3 .active { color: #FFEB01; }
*/

main
{
	display: flex;
	flex-direction: column;
	flex-grow: 1;
	font-size: 13px;
}

.main-box
{
	padding: 20px;
	border: 1px solid #999;
	border-radius: 10px;
	background-color: #F3F3F3;
	box-shadow: 3px 3px 5px 0 rgba(82, 87, 89, 0.32);
	text-align: justify;
	flex-grow: 1;
}
.main-box h1,
.main-box h2,
.main-box h3
{
	margin: 0;
	color: #689D22;
	text-transform: uppercase;
	font-weight: normal;
	text-indent: 13px;
	font-size: 13px;
}
.main-box h3 { text-transform: none; }
.main-box p
{
	text-indent: 13px;
	color: #5F5F5F;
}
.main-box > p:first-child { margin-top: 0; }
.main-box > p:last-child { margin-bottom: 0; }
.main-box a
{
	color: #4890B6;
	text-decoration: none;
}
.main-box a:hover { text-decoration: underline; }
.main-box .ul,
.main-box .ol
{
	color: #5F5F5F;
	padding: 0 0 0 26px;
}
.main-box .ol { padding: 0 0 0 33px; }
.main-box .ul li,
.main-box .ol li
{
	margin-top: 6px;
}
.main-box .white-box + .white-box { margin-top: 16px; }

footer
{
	display: flex;
	justify-content: space-around;
	align-items: center;
	height: 37px;
	margin-top: 13px;
	border: 1px solid #236721;
	border-radius: 6px;
	background-image: -webkit-linear-gradient(left, #2C7323, #74A521);
	background-image: -moz-linear-gradient(left, #2C7323, #74A521);
	background-image: -ms-linear-gradient(left, #2C7323, #74A521);
	background-image: -o-linear-gradient(left, #2C7323, #74A521);
	background-color: #482;
	box-shadow: 3px 3px 5px 0 rgba(82, 87, 89, 0.62);
	color: #FFF;
	font-size: 12px;
}
/*
	text-align: center;
}
footer span:nth-child(1) { width: 224px; }
footer span:nth-child(2) { width: 560px; }
footer span:nth-child(3) { width: 224px; }
*/
footer a { color: #FFF; }
footer a:hover { text-decoration: none; }
footer .chat
{
	position: fixed;
	right: 15px;
	bottom: 15px;
	width: 64px;
	height: 64px;
	color: transparent;
	font-size: 16px;
	line-height: 64px;
	text-align: center;
	background-image: url("https://kurses.com.ua/img/elements.png?v=1");
	background-position: -277px 0;
}

/* elements */

.columns { display: flex; }
.columns > *
{
	flex-basis: 0;
	flex-grow: 1;
}
.columns > *:nth-child(n+2) { margin-left: 20px; }

.success,
.error
{
	font-size: 12px;
}
.success { color: #2F7526; }
.error { color: #A00; }

.white-box
{
	border: 1px solid #999;
	background-color: #FFF;
	border-radius: 5px;
	padding: 10px;
}
.white-box.success,
.white-box.error
{
	margin: 0;
	text-align: center;
	background-color: #E7FDE7;
}
.white-box.error { background-color: #FDE7E7; }
.white-box.error li
{
	text-align: left;
	margin-left: 13px;
	line-height: 16px;
}
.white-box.error.extended,
.white-box.success.extended
{
	padding: 0 10px;
}
.white-box.error.extended p
{
	color: #A00;
	text-align: left;
}
.white-box.success.extended p
{
	color: #2F7526;
	text-align: left;
}

.notice
{
	border-color: #B7B7B7 #BFBEB9 #BFBEB9 #B7B7B7;
	margin: 0 0 16px 0;
	background-color: #F9F5C9;
	color: #5F5F5F;
}
.notice .hide
{
	float: right;
	margin: 0 0 5px 10px;
	width: 10px;
	height: 10px;
	cursor: pointer;
	background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAABGdBTUEAAK/INwWK6QAAABl0RVh0U29mdHdhcmUAQWRvYmUgSW1hZ2VSZWFkeXHJZTwAAAC6SURBVHjaYrzPoPKPgYHBBYj3MWAH54DYgAlIPAXiPUDsiUURSLMhEAeCFMoC8T0g3grE/kiKNgGxIxDHA/FGFqigChBfA+INQBwBxF5A7AvERUC8CKSABckELah7VkD5zUDcD5NkQnPTFiT2C2QJZBMLgbgWiJcBsQwQTwViXiDuRFYYB8R9QLwZiKOhYruAuAOI2UDOYIEGy0IgPgTEfkg2uEF93gTEXIzQAL8MxPo4AnwVEIcCBBgAEjAhZciETO4AAAAASUVORK5CYII=");
}

.tabs
{
	margin: 0;
	padding: 0;
	height: 28px;
}
.tabs li
{
	height: 28px;
	line-height: 29px;
	padding: 0 14px;
	border-radius: 11px 12px 0 0 / 9px 10px 0 0;
	background-image: url("data:image/gif;base64,R0lGODlhAQAcAMQAAF2VIlqTIk+LImidIleQInyrIYGuIXOkIWWbIm6hIUKCIkqIImufIUSDInioIVGMInCjIXWmIXqpIX2sIUaFIoKvIWOZIlOOIn+tIUiGIk2JImCXIgAAAAAAAAAAAAAAACH5BAAAAAAALAAAAAABABwAAAUXYGVgUyE50QElzIBYGxAQ1yNoS0Y1SggAOw==");
	background-color: #692;
	position: relative;
}
.tabs li + li { margin-left: -1px; }
.tabs li::after,
.tabs .active::after
{
	content: "";
	position: absolute;
	bottom: 0;
	background-image: url("https://kurses.com.ua/img/elements.png");
}
.tabs li::after
{
	right: -16px;
	width: 23px;
	height: 28px;
	background-position: -166px -47px;
}
.tabs .active
{
	padding: 0 13px;
	line-height: 27px;
	border: 1px solid #999;
	border-bottom: 0;
	border-radius: 10px 11px 0 0 / 9px 10px 0 0;
	background: #F3F3F3;
}
.tabs .active::after
{
	right: -12px;
	width: 13px;
	height: 21px;
	background-position: -189px -47px;
}
.tabs h1
{
	margin: 0;
	font-weight: normal;
	font-size: 13px;
	color: #5F5F5F;
}
.tabs a
{
	color: #FFF;
	text-decoration: none;
}
.tabs a:hover { color: #FFEF0E; }
.tabs li:nth-child(1) { z-index: 5; }
.tabs li:nth-child(2) { z-index: 4; }
.tabs li:nth-child(3) { z-index: 3; }
.tabs li:nth-child(4) { z-index: 2; }
.tabs li:nth-child(5) { z-index: 1; }
.tabs li.active { z-index: 6; }
.tabs + .main-box,
.tabs + .columns.old .main-box
{
	border-top-left-radius: 0;
}

.inner-tabs
{
	margin: 0;
	padding: 0;
	height: 23px;
}
.inner-tabs li
{
	height: 23px;
	line-height: 24px;
	padding: 0 14px;
	border-radius: 10px 11px 0 0 / 9px 18px 0 0;
	background-color: #999;
	position: relative;
	color: #FFF;
	font-size: 12px;
}
.inner-tabs li:not(.active) { box-shadow: 2px -3px 3px -3px rgba(82, 87, 89, 0.25); }
.inner-tabs li + li { margin-left: -4px; }
.inner-tabs li::after,
.inner-tabs .active::after
{
	content: "";
	position: absolute;
	bottom: 0;
	background-image: url("https://kurses.com.ua/img/elements.png");
}
.inner-tabs li::after
{
	right: -13px;
	width: 21px;
	height: 23px;
	background-position: -138px -48px;
}
.inner-tabs .active
{
	padding: 0 13px;
	line-height: 22px;
	border: 1px solid #999;
	border-bottom: 0;
	border-radius: 10px 11px 0 0 / 9px 10px 0 0;
	background: #FFF;
	color: #3A7F28;
}
.inner-tabs .active::after
{
	right: -6px;
	width: 7px;
	height: 16px;
	background-position: -159px -47px;
}
.inner-tabs li:nth-child(1) { z-index: 5; }
.inner-tabs li:nth-child(2) { z-index: 4; }
.inner-tabs li:nth-child(3) { z-index: 3; }
.inner-tabs li:nth-child(4) { z-index: 2; }
.inner-tabs li:nth-child(5) { z-index: 1; }
.inner-tabs li.active { z-index: 6; }
.inner-tabs + .white-box { border-top-left-radius: 0; }

.content-tabs .labels
{
	display: flex;
	margin: 0;
	padding: 0;
	height: 23px;
	list-style-type: none;
}
.content-tabs .labels li
{
	height: 23px;
	line-height: 24px;
	padding: 0 14px;
	border-radius: 10px 11px 0 0 / 9px 18px 0 0;
	background-color: #999;
	position: relative;
	color: #FFF;
	font-size: 12px;
}
.content-tabs .labels li:not(.active)
{
	box-shadow: 2px -3px 3px -3px rgba(82, 87, 89, 0.25);
	cursor: pointer;
}
.content-tabs .labels li + li { margin-left: -4px; }
.content-tabs .labels li::after,
.content-tabs .labels .active::after
{
	content: "";
	position: absolute;
	bottom: 0;
	background-image: url("https://kurses.com.ua/img/elements.png");
}
.content-tabs .labels li::after
{
	right: -13px;
	width: 21px;
	height: 23px;
	background-position: -138px -48px;
}
.content-tabs .labels .active
{
	padding: 0 13px;
	line-height: 22px;
	border: 1px solid #999;
	border-bottom: 0;
	border-radius: 10px 11px 0 0 / 9px 10px 0 0;
	background-color: #EEE;
	color: #3A7F28;
}
.content-tabs .labels .active::after
{
	right: -6px;
	width: 7px;
	height: 16px;
	background-position: -159px -47px;
}
.content-tabs .labels li:nth-child(1) { z-index: 5; }
.content-tabs .labels li:nth-child(2) { z-index: 4; }
.content-tabs .labels li:nth-child(3) { z-index: 3; }
.content-tabs .labels li:nth-child(4) { z-index: 2; }
.content-tabs .labels li:nth-child(5) { z-index: 1; }
.content-tabs .labels li.active { z-index: 6; }
.content-tabs + .white-box { border-top-left-radius: 0; }
.content-tabs .content
{
	position: relative;
	z-index: 1;
	top: -1px;
	border: 1px solid #999;
	background-color: #EEE;
	border-radius: 0 5px 5px 5px;
	padding: 10px;
}
.content-tabs .content > * { display: none; }
.content-tabs .content > *.active { display: block; }

.tab-content
{
	display: none;
	border-top-left-radius: 0;
}
.main-box .tab-content + .tab-content { margin-top: 0; }

.table
{
	width: 100%;
	font-size: 13px;
	border-spacing: 1px;
	border: 0;
}
.table tbody { background-color: #FFF; }
.table th,
.table td
{
	padding: 0;
	line-height: 22px;
}
.table th
{
	background-color: #619821;
	color: #FFF9BA;
	font-weight: normal;
	box-shadow: 0 0 0 1px rgba(243, 243, 243, 0.76), 0 0 0 1px #619821;
}
.table thead:first-child tr:first-child th { box-shadow: 0 -1px 0 0 #D6E1C9, 0 0 0 1px rgba(243, 243, 243, 0.76), 0 0 0 1px #619821; }
.table thead:first-child tr:first-child th:first-child
{
	border-top-left-radius: 6px;
	position: relative;
}
.table thead:first-child tr:first-child th:last-child
{
	border-top-right-radius: 6px;
	position: relative;
}
.table tr { color: #5F5F5F; }
.table td { box-shadow: 0 0 0 1px #D6D6D6; }
.table tbody::first-child tr:first-child td { box-shadow: 0 -1px 0 0 #F3F3F3, 0 0 0 1px #D6D6D6; }
/*
.table tr.red td { background-color: rgba(239, 182, 137, 0.27); }
.table tr.orange td { background-color: rgba(244, 180, 41, 0.27); }
.table tr.green td { background-color: rgba(136, 228, 16, 0.15); }
*/
.table caption
{
	background-color: #619821;
	line-height: 22px;
	color: #FFF9BA;
	border: 1px solid #D6E1C9;
	border-bottom: 0;
	border-radius: 8px 8px 0 0;
	position: relative;
}
.table caption + thead th,
.table caption ~ tbody th
{
	background-color: #999;
	color: #FFF;
	box-shadow: 0 0 0 1px #DEDEDE;
}
.table caption + thead tr:first-child th { box-shadow: 0 -1px 0 0 #F3F3F3, 0 0 0 1px #DEDEDE; }
.table caption ~ tbody tr:first-child td { box-shadow: 0 0 0 1px #D6D6D6; }
.table caption::before,
.table caption::after,
.table thead:first-child tr:first-child th:first-child::before,
.table thead:first-child tr:first-child th:last-child::after
{
	content: "";
	position: absolute;
	top: 0;
	width: 7px;
	height: 7px;
	background-color: #619821;
}
.table caption::before,
.table thead:first-child tr:first-child th:first-child::before
{
	left: 0;
	border-radius: 4px 0 0 0;
}
.table caption::after,
.table thead:first-child tr:first-child th:last-child::after
{
	right: 0;
	border-radius: 0 4px 0 0;
}
.table.hover tr:hover td { background-color: rgba(153, 153, 153, 0.27); }
.table th a { color: #FFEA00; }
.table th a:hover { text-decoration: none; }

.pages
{
	margin: 0;
	padding: 0;
}
.pages a,
.pages .active,
.pages span
{
	height: 15px;
	padding: 0 4px;
}
.pages .active,
.pages span,
.pages a:hover
{
	display: inline-block;
	line-height: 16px;
	border: 1px solid #999;
	color: #FFF;
	border-radius: 3px;
	background-color: #CACACA;
	text-decoration: none;
}
.pages li + li { margin-left: 3px; }
.pages a
{
	line-height: 17px;
	border: 1px solid transparent;
	font-size: 12px;
	color: #6D6E71;
	display: block;
}
.pages a.arrow:hover { font-size: 14px; }
.pages a.arrow
{
	font-size: 16px;
	line-height: 14px;
	padding: 0;
	width: 15px;
	text-align: center;
}

.shadow
{
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.5);
	z-index: 100;
	text-align: center;
}
.shadow *
{
	display: inline-block;
	box-shadow: 7px 5px 7px rgba(23, 23, 23, 0.75);
}
.shadow p
{
	margin: 0;
	padding: 4px 8px 4px 32px;
	height: 22px;
	line-height: 22px;
	background: url("https://kurses.com.ua/img/loaders/loader.gif") #F3F3F3 no-repeat 8px center;
	border: 1px solid #989898;
	border-radius: 5px;
	font-size: 12px;
	color: #5F5F5F;
}
.shadow iframe { vertical-align: top; }

.modal
{
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: rgba(0, 0, 0, 0.5);
	background-image: url("data:image/gif;base64,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");
	background-position: center center;
	background-repeat: no-repeat;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 100;
}
.modal iframe { box-shadow: 7px 5px 7px rgba(23, 23, 23, 0.75); }

.info-icon
{
	display: inline-block;
	width: 20px;
	height: 20px;
	vertical-align: middle;
	background-image: url("https://kurses.com.ua/img/icons.png?v=2");
}
.info-icon.manual { background-position: 0 -128px; }
/*
.info-icon.info { background-position: -20px -128px; }
*/
.info-icon.alert { background-position: -40px -128px; }
.info-icon.auth { background-position: -60px -128px; }
.info-icon.ident { background-position: -80px -128px; }

.comment-1 { color: #080; }
.comment-2 { color: #DB7E0E; }
.comment-3 { color: #A00; }
.comment-4 { color: #888; }
.fee { color: #A00; }

.center { text-align: center; }
.right { text-align: right; }

.news
{
	padding: 18px;
	line-height: 18px;
}
.news p
{
	margin: 4px 0 0 0;
	text-align: left;
	text-indent: 0;
}
.news > span { display: inline-block; }
.news > span:nth-child(1)
{
	color: #AAA;
	margin-right: 8px;
}
.news > span:nth-child(2) { color: #689D22; }

#survey
{
	margin: 0 0 17px 0;
	border-radius: 6px;
	box-shadow: 3px 3px 5px 0 rgba(82, 87, 89, 0.62);
	border: 1px solid #999;
	background-color: #F3F3F3;
}
#survey p
{
	font-size: 13px;
	text-indent: 13px;
	color: #5F5F5F;
}
#survey p:first-child { margin-top: 3px; }
#survey a
{
	color: #4890B6;
	text-decoration: none;
}
#survey a:hover { text-decoration: underline; }
#survey .radio { margin: 0 7px 0 12px; }
#survey .field.right span
{
	margin: 0 20px 0 0;
	line-height: 22px;
	cursor: pointer;
	color: #4890B6;
}
#survey .field.right span:hover { text-decoration: underline; }
#survey button { padding: 0 10px; }

/* old */

.columns.old { flex-grow: 1; }
.columns.old > *:first-child
{
	display: flex;
	flex-basis: 808px;
}
.columns.old .main-box { flex-grow: 1; }
.columns.old > *:last-child
{
	flex-basis: 185px;
	margin: 0 0 0 17px;
}
.columns.old > *:last-child > * + * { margin-top: 17px; }

.inline-blocks
{
	font-size: 13px;
	word-spacing: -4px;
}
.inline-blocks > *
{
	word-spacing: normal;
	display: inline-block;
	vertical-align: top;
}

.green-box,
.widget,
.context
{
	border-radius: 6px;
	box-shadow: 3px 3px 5px 0 rgba(82, 87, 89, 0.62);
	border: 1px solid #999;
	border-color: #236921 #154114 #143D13 #262;
	background-image: -webkit-linear-gradient(top right, #82AF21, #236C23);
	background-image: -moz-linear-gradient(top right, #82AF21, #236C23);
	background-image: -ms-linear-gradient(top right, #82AF21, #236C23);
	background-image: -o-linear-gradient(top right, #82AF21, #236C23);
	background-color: #482;
}

.widget
{
	font-size: 13px;
	position: relative;
}
.widget::after
{
	content: "";
	position: absolute;
	background-image: url("https://kurses.com.ua/img/elements.png");
	background-repeat: no-repeat;
}
.widget .title
{
	display: block;
	width: 115px;
	height: 22px;
	padding: 0 0 3px 0;
	color: #FE0;
	text-transform: uppercase;
	position: relative;
}
.widget .title::before,
.widget .title::after
{
	content: "";
	position: absolute;
	right: 0;
	left: -6px;
}
.widget .title::before
{
	bottom: 0;
	height: 3px;
	background-image: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.05) 16%, rgba(255, 255, 255, 0.05) 83%, rgba(255, 255, 255, 0) 100%);
	background-image: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.05) 16%, rgba(255, 255, 255, 0.05) 83%, rgba(255, 255, 255, 0) 100%);
	background-image: -ms-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.05) 16%, rgba(255, 255, 255, 0.05) 83%, rgba(255, 255, 255, 0) 100%);
	background-image: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.05) 16%, rgba(255, 255, 255, 0.05) 83%, rgba(255, 255, 255, 0) 100%);
}
.widget .title::after
{
	bottom: 1px;
	height: 1px;
	background-image: -webkit-linear-gradient(left, rgba(36, 106, 39, 0) 0%, rgba(36, 106, 39, 0.01) 1%, rgba(36, 106, 39, 0.48) 16%, rgba(36, 106, 39, 0.48) 83%, rgba(36, 106, 39, 0.01) 99%, rgba(36, 106, 39, 0) 100%);
	background-image: -moz-linear-gradient(left, rgba(36, 106, 39, 0) 0%, rgba(36, 106, 39, 0.01) 1%, rgba(36, 106, 39, 0.48) 16%, rgba(36, 106, 39, 0.48) 83%, rgba(36, 106, 39, 0.01) 99%, rgba(36, 106, 39, 0) 100%);
	background-image: -ms-linear-gradient(left, rgba(36, 106, 39, 0) 0%, rgba(36, 106, 39, 0.01) 1%, rgba(36, 106, 39, 0.48) 16%, rgba(36, 106, 39, 0.48) 83%, rgba(36, 106, 39, 0.01) 99%, rgba(36, 106, 39, 0) 100%);
	background-image: -o-linear-gradient(left, rgba(36, 106, 39, 0) 0%, rgba(36, 106, 39, 0.01) 1%, rgba(36, 106, 39, 0.48) 16%, rgba(36, 106, 39, 0.48) 83%, rgba(36, 106, 39, 0.01) 99%, rgba(36, 106, 39, 0) 100%);
}
.widget.gray-box > span { color: #5F5F5F; }

.context
{
	margin-bottom: 0;
	padding: 12px 0;
}
.context:first-child { margin-top: 0; }
.context li
{
	display: block;
	padding-left: 41px;
	height: 28px;
	line-height: 28px;
	font-size: 13px;
	position: relative;
}
.context a
{
	color: #FFF;
	text-decoration: none;
	text-transform: uppercase;
}
.context a:hover { text-decoration: underline; }
.context .active a { color: #FFEB01; }
.context .new::before
{
	content: "";
	position: absolute;
	top: 5px;
	left: 7px;
	width: 26px;
	height: 19px;
	background: url("https://kurses.com.ua/img/elements.png") 0 -56px no-repeat;
}

a.button
{
	display: inline-block;
	border: 1px solid #C2C2C2;
	border-radius: 4px;
	height: 22px;
	line-height: 22px;
	padding: 0 10px;
	border-color: #3B8837;
	background-image: -webkit-linear-gradient(top, #89B975, #492, #8BBD59);
	background-image: -moz-linear-gradient(top, #89B975, #492, #8BBD59);
	background-image: -ms-linear-gradient(top, #89B975, #492, #8BBD59);
	background-image: -o-linear-gradient(top, #89B975, #492, #8BBD59);
	background-color: #492;
	color: #FFF;
	text-indent: 0;
}
a.button:hover { text-decoration: none; }

/*
.menu a[href*=anniversary]::before
{
	content: "";
	display: inline-block;
	margin: -4px 3px 0 0;
	vertical-align: middle;
	width: 26px;
	height: 19px;
	background: url("https://kurses.com.ua/img/elements.png") 0 -56px no-repeat;
}
*/