@font-face {
	font-family: 'Calibri';
	src: url('../fonts/Calibri Light.eot');
	src: local('☺'), url('../fonts/Calibri Light.woff') format('woff'), url('../fonts/Calibri Light.ttf') format('truetype'), url('../fonts/Calibri Light.svg') format('svg');
	font-weight: 100;
	font-style: normal;
}
@font-face {
	font-family: 'Calibri';
	src: url('../fonts/Calibri-Regular.eot');
	src: local('☺'), url('../fonts/Calibri-Regular.woff') format('woff'), url('../fonts/Calibri-Regular.ttf') format('truetype'), url('../fonts/Calibri-Regular.svg') format('svg');
		font-weight: 300;
		font-style: normal;
}
@font-face {
	font-family: 'Calibri';
	src: url('../fonts/Calibri-Bold.eot');
	src: local('☺'), url('../fonts/Calibri-Bold.woff') format('woff'), url('../fonts/Calibri-Bold.ttf') format('truetype'), url('../fonts/Calibri-Bold.svg') format('svg');
		font-weight: 700;
		font-style: normal;
}

@font-face {
	font-family: 'HelveticaNeueCyr';
	src: url('../fonts/HelveticaNeueCyr-Light.eot');
	src: local('☺'), url('../fonts/HelveticaNeueCyr-Light.woff') format('woff'), url('../fonts/HelveticaNeueCyr-Light.ttf') format('truetype'), url('../fonts/HelveticaNeueCyr-Light.svg') format('svg');
	font-weight: 100;
	font-style: normal;
}
@font-face {
	font-family: 'HelveticaNeueCyr';
	src: url('../fonts/HelveticaNeueCyr-Roman.eot');
	src: local('☺'), url('../fonts/HelveticaNeueCyr-Roman.woff') format('woff'), url('../fonts/HelveticaNeueCyr-Roman.ttf') format('truetype'), url('../fonts/HelveticaNeueCyr-Roman.svg') format('svg');
	font-weight: 300;
	font-style: normal;
}
@font-face {
	font-family: 'HelveticaNeueCyr';
	src: url('../fonts/HelveticaNeueCyr-Medium.eot');
	src: local('☺'), url('../fonts/HelveticaNeueCyr-Medium.woff') format('woff'), url('../fonts/HelveticaNeueCyr-Medium.ttf') format('truetype'), url('../fonts/HelveticaNeueCyr-Medium.svg') format('svg');
	font-weight: 400;
	font-style: normal;
}
@font-face {
		font-family: 'Roboto';
		src: url('../fonts/Roboto-Medium.eot');
		src: local('Roboto Medium'), local('Roboto-Medium'),
				url('../fonts/Roboto-Medium.eot?#iefix') format('embedded-opentype'),
				url('../fonts/Roboto-Medium.woff2') format('woff2'),
				url('../fonts/Roboto-Medium.woff') format('woff'),
				url('../fonts/Roboto-Medium.ttf') format('truetype'),
				url('../fonts/Roboto-Medium.svg#Roboto-Medium') format('svg');
		font-weight: 500;
		font-style: normal;
}
@font-face {
		font-family: 'Roboto';
		src: url('../fonts/Roboto-Bold.eot');
		src: local('Roboto Bold'), local('Roboto-Bold'),
				url('../fonts/Roboto-Bold.eot?#iefix') format('embedded-opentype'),
				url('../fonts/Roboto-Bold.woff2') format('woff2'),
				url('../fonts/Roboto-Bold.woff') format('woff'),
				url('../fonts/Roboto-Bold.ttf') format('truetype'),
				url('../fonts/Roboto-Bold.svg#Roboto-Bold') format('svg');
		font-weight: 700;
		font-style: normal;
}
@font-face {
		font-family: 'Roboto';
		src: url('../fonts/Roboto-Regular.eot');
		src: local('Roboto Regular'), local('Roboto-Regular'),
				url('../fonts/Roboto-Regular.eot?#iefix') format('embedded-opentype'),
				url('../fonts/Roboto-Regular.woff2') format('woff2'),
				url('../fonts/Roboto-Regular.woff') format('woff'),
				url('../fonts/Roboto-Regular.ttf') format('truetype'),
				url('../fonts/Roboto-Regular.svg#Roboto-Regular') format('svg');
		font-weight: 300;
		font-style: normal;
}

@keyframes fadeIn {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}

@keyframes fadeInDown {
	from {
		transform: translateY(-10px);
		opacity: 0;
	}
	to {
		transform: none;
		opacity: 1;
	}
}




*,*::before,*::after{-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;margin: 0;padding: 0;text-decoration: none;outline: none;}
select,input,button{-webkit-appearance: none;-moz-appearance: none;-ms-appearance: none;appearance: none;border:none;outline: none;background-color: transparent;border-radius: 0;}
/* arrows for slick */
.slick_custom_arrows .slick-arrow {background: transparent;color: transparent;height: 100%;position: absolute;top: 0;display: block;width: 80px;}
.slick_custom_arrows .slick-arrow:before,
.slick_custom_arrows .slick-arrow:after {position: absolute;top: 50%;content: '';display: block;background: #fff;width: 55px;height: 4px;transform: rotate(-45deg);border-radius: 0 20px 20px 0;top: 229px;}
.slick_custom_arrows .slick-arrow:after {transform: rotate(45deg);top: 266px;}
.slick_custom_arrows .slick-prev {left: 11%;}
.slick_custom_arrows .slick-prev:before,.slick_custom_arrows .slick-prev:after {left: 7px;}
.slick_custom_arrows .slick-next {right: 12%;transform: scale(-1,1);}
/* arrows for slick end */
input[type=submit],button,label,a{cursor: pointer;}
input::-webkit-input-placeholder       {opacity: 1; transition: opacity 0.3s ease;}
input::-moz-placeholder                {opacity: 1; transition: opacity 0.3s ease;}
input:-moz-placeholder                 {opacity: 1; transition: opacity 0.3s ease;}
input:-ms-input-placeholder            {opacity: 1; transition: opacity 0.3s ease;}
input:focus::-webkit-input-placeholder {opacity: 0; transition: opacity 0.3s ease;}
input:focus::-moz-placeholder          {opacity: 0; transition: opacity 0.3s ease;}
input:focus:-moz-placeholder           {opacity: 0; transition: opacity 0.3s ease;}
input:focus:-ms-input-placeholder      {opacity: 0; transition: opacity 0.3s ease;}
textarea::-webkit-input-placeholder       {opacity: 1; transition: opacity 0.3s ease;}
textarea::-moz-placeholder                {opacity: 1; transition: opacity 0.3s ease;}
textarea:-moz-placeholder                 {opacity: 1; transition: opacity 0.3s ease;}
textarea:-ms-input-placeholder            {opacity: 1; transition: opacity 0.3s ease;}
textarea:focus::-webkit-input-placeholder {opacity: 0; transition: opacity 0.3s ease;}
textarea:focus::-moz-placeholder          {opacity: 0; transition: opacity 0.3s ease;}
textarea:focus:-moz-placeholder           {opacity: 0; transition: opacity 0.3s ease;}
textarea:focus:-ms-input-placeholder      {opacity: 0; transition: opacity 0.3s ease;}
.clear {clear: both;}
.clearfix:after {content: '';display: block;clear: both;}
*::-webkit-scrollbar {width: 10px;height: 10px;}
*::-webkit-scrollbar-track {background-color: #f4f4f4;}
*::-webkit-scrollbar-thumb {background: linear-gradient(135deg, #4900f8, #ad00f8);outline: none;}

.container {width: 1600px;max-width: 1600px;padding: 0 38px;margin: 0 auto;}
body {font-family: 'HelveticaNeueCyr';font-weight: 300;color:#0a0a0a;overflow-x: hidden;overflow-y: visible;width: 100vw;min-height: 100vh;display: flex;flex-direction: column;}
a {color:#4900f8;}
.header_top {height: 37px;line-height: 37px;background: #1b1b1b;font-family: 'Calibri';position: relative;z-index: 11;}
.header_top p {color:#a5a5a5;font-size: 16px;float: left;}
.header_top p span {color:#fff;font-weight: 700;}
.header_top a {float: right;font-size: 15px;color:#a5a5a5;padding-left: 28px;margin-right: 2px;margin-left: 25px;transition: all .2s ease;}
.header_top .h_reg {background: url(../img/h_reg.png) no-repeat center left;}
.header_top .h_aut {background: url(../img/h_aut.png) no-repeat center left;}
.header_top .h_exit {background: url(../img/i_exit.png) no-repeat center right;padding-left: 0;padding-right: 24px;}
.header_top .h_card {background: url(../img/i_card.png) no-repeat center left;}
.header_top .h_user {background: url(../img/i_user.png) no-repeat center left;}
.header_top .h_user span {font-weight: 700;color:#b000f6;}
.header_top a:hover {background-position-x: 3px;}
.header_top .h_exit:hover {background-position-x:right;padding-right: 21px;margin-right: 5px;}
.header_top .container {display: flex;justify-content: space-between;align-items: center;}
.header_top_left {margin-right: auto;display: flex;align-items: center;}
.header_top_left a {padding-left: 0;display: flex;align-items: center;margin-left: 0;margin-right: 35px;float: none;}
.header_top_left a img {display: block;height: 17px;margin-right: 10px;margin-top: -3px;transition: .2s ease;}
.header_top_left a:hover img {transform: translateX(3px);}
.section-01 {color:#fff;background-image: linear-gradient(to right, #4900f8, #ad00f8);}
.section-01 .s01_bg {background: url(../img/s01_bg2.png) no-repeat center right;overflow: hidden;}
.section-01 .container {background: url(../img/s01_bg.png) no-repeat center right;padding-top: 52px;padding-bottom: 66px;}
.section-01 .s01_left {max-width: 885px;}
.section-01 h1 {font-size: 48px;line-height: 1.2;font-weight: 100;white-space: pre-line;margin-bottom: 20px;}
.section-01 p {font-size: 20px;line-height: 1.2;margin-bottom: 24px;}
.section-01 a {display: block;width:246px;height: 62px;line-height: 58px;border-radius:40px;text-align: center;font-size: 28px;font-family: 'Calibri';color:#fff;border:3px solid #fff;margin-top: 33px;}
.section-02 {padding-bottom: 26px;}
.section-02 .title {font-size: 48px;font-weight: 100;text-align: center;padding-bottom: 18px;}
.section-02 form {width: 733px;margin: 0 auto;}
.section-02 input {display: block;width: 100%;height: 75px;line-height: 75px;border-radius: 10px;font-size: 24px;text-align: center;margin-bottom: 22px;}
.section-02 .s02_mail {background:url(../img/i_mail.png) no-repeat 37.5% center, linear-gradient(to bottom, #ececec, #d6d6d6);}
.section-02 .s02_pass {background:url(../img/i_pass.png) no-repeat 41% center, linear-gradient(to bottom, #ececec, #d6d6d6);}
.section-02 .s02_mail:focus {background-position-x: 46.5%;}
.section-02 .s02_pass:focus {background-position-x: 46.5%;}
.section-02 .s02_submit {width: 246px;height: 62px;line-height: 62px;border-radius:40px;display: block;margin: 29px auto 21px;background-image: linear-gradient(to bottom, #4900f8, #ad00f8);color:#fff;text-align: center;}
.section-02 .s02_submit:hover {background-image: linear-gradient(to bottom, #4900f8 30%, #ad00f8 90%);}
.section-02 .remind_pass {display: block;width: 126px;margin: 0 auto;font-size: 16px;border-bottom:1px solid;text-align: center;line-height: 1;}
.section-02 .remind_pass:hover {border-bottom-style:dashed;}
.section-02 .container {background: url(../img/s02_bg.png) no-repeat 59% bottom;padding-top: 56px;padding-bottom: 21px;position: relative;}
/*.section-02  {background: url(../img/s02_bg.png) no-repeat center;}*/
@keyframes levitation {
	0% { transform: translateY(0) rotate(0deg); }
	25% { transform: translateY(-10px) rotate(2deg); }
	50% { transform: translateY(0) rotate(-2deg); }
	75% { transform: translateY(10px) rotate(1deg); }
}
.section-02 .plant_left {position: absolute;bottom: 9px;left: -14px;transition: all 1s ease;}
.section-02 .plant_right {position: absolute;bottom: 0;right: 20px;transition: all 1s linear;}
.section-02 .s02_mail:focus ~ .plant_left {bottom: 109px;animation:3s levitation infinite 1s linear;}
.section-02 .s02_pass:focus ~ .plant_right {bottom: 30px;animation:4s levitation infinite 1s linear;}

.section-03 {background-image: linear-gradient(to bottom, #4900f8, #ad00f8);padding-top: 62px;}
.section-03 .s03_slider_cont {position: relative;}
.section-03 .title {font-size: 48px;font-weight: 100;color:#fff;text-align: center;margin-bottom: 56px;
transition: all .4s ease;opacity: 0;}
.section-03 .s03_slide.active .title {opacity: 1;}
.section-03 .s03_slide:not(.active) {display: block;height: 0;width: 0;overflow: hidden;opacity: 0;position: absolute;pointer-events: none;}
.section-03 .s03_slide.active {width: 1327px;margin: 0 auto;}
.section-03 .s03_slide > .s03_slide_item:nth-of-type(3n-1) {margin: 0 68px;}
.section-03 .s03_slide_item {width: 397px;float: left;}
.section-03 .s03_slide_item .ssi_img {width: 397px;height: 397px;background:#fff;display:flex;justify-content: flex-end;align-items: flex-end;border-radius: 50%;overflow: hidden;margin-bottom: 28px;
transition:all .4s ease;transform: scale(0);}
.section-03 .s03_slide_item:nth-of-type(2) .ssi_img {transition-delay: .6s}
.section-03 .s03_slide_item:nth-of-type(3) .ssi_img {transition-delay: 1.2s}
.section-03 .s03_slide.active .ssi_img {transform: scale(1);}
.section-03 .s03_slide_item .ssi_img img {transition: all .3s ease;min-width: 100%;min-height: 100%;width: auto;height: auto;}
.section-03 .s03_slide_item:hover .ssi_img img {transform: scale(1.1);}
.section-03 .s03_slide_item .ssi_txt {font-size: 26px;color:#fff;white-space: pre-line;text-align: center;line-height: 1.2;margin-bottom: 13px;
transition: all .3s ease;transform: translateY(-80px);opacity: 0;}
.section-03 .s03_slide.active .s03_slide_item .ssi_txt {transform: translateY(0px);opacity: 1;transition-delay: .3s;}
.section-03 .s03_slide.active .s03_slide_item:nth-of-type(2) .ssi_txt {transition-delay: .9s;}
.section-03 .s03_slide.active .s03_slide_item:nth-of-type(3) .ssi_txt {transition-delay: 1.5s;}
.section-03 .s03_arrow {position: absolute;top: 0;height: 100%;display: block;width: 39px;transition: all .2s ease;z-index: 2;}
.section-03 .s03_arrow_prev {background:url(../img/s03_arrow_left.png) no-repeat center;left: 0;}
.section-03 .s03_arrow_next {background:url(../img/s03_arrow_right.png) no-repeat center;right: 0;}
.section-03 .s03_arrow:hover {transform: scale(1.1);}
.section-03 .s03_arrow:active {transform: scale(.9);}
.section-03 .note {text-align: center;opacity: .7;padding: 39px 0 40px;}
.section-03 .note p {display: inline-block;font-weight: 400;font-size: 20px;color:#fff;text-align: center;border-bottom: 1px solid;height: 17px;}

.subheader {height: 50px;background: linear-gradient(to right, #4200e4, #7800f8, #ae00f4);font-family:'Calibri';overflow: hidden;position: relative;z-index: 10;}
.subheader .container {display: flex;justify-content: center;align-items: center;height: 100%;}
.subheader .txt {color: #fff;margin-right: auto;font-size: 20px;}
.subheader .subheader_left {float: left;}
.subheader a {display: inline-block;font-size: 20px;font-weight: 700;color:#fff;}
.subheader .subheader_left a {margin-right: 26px;}
.subheader .subheader_left a:hover img {transform: scale(1.1);}
.subheader .subheader_left a img {position: relative;top: 5px;margin-right: 6px;transition: all .2s ease;}
.subheader .subheader_right {float: right;}
.subheader .subheader_right a {margin-left: 49px;transition: all .2s ease;}
.subheader .subheader_right a.actual {border-bottom: 2px solid #fff;cursor: default;}
.subheader .subheader_right a:not(.actual):hover {opacity: .7;}

.footer {height: 50px;background: linear-gradient(to right, #4200e4, #7800f8, #ae00f4);margin-top: auto;}

.inside-01 {background: #f4f4f4;padding-top: 60px;padding-bottom: 63px;}
.inside-01 .title {font-size: 48px;font-weight: 100;text-align: center;margin-bottom: 52px;}
.ins01_cont {width: 747px;float: left;text-align: center;}
.ins01_cont:nth-child(2n) {margin-right: 28px;}
.ins01_cont .ins01_cont_top {background: #fff;padding: 50px 71px 70px;}
.ins01_cont .insi_title {font-size: 30px;font-weight: 100;margin-bottom: 52px;}
.ins01_cont .ins01_item {float: left;width: 170px;}
.ins01_cont .ins01_item:nth-child(3n) {margin: 0 42px;}
.ins01_cont .ins01_item img {display: block;margin: 0 auto 30px;}
.ins01_cont .ins01_item .ins_txt {white-space: pre-line;font-size: 20px;line-height: 1.2;margin-bottom: 19px;}
.ins01_cont .ins01_item .ins_status {height: 26px;background: url(../img/ins01_yes.png) no-repeat center;}
.ins01_cont .ins01_item.status_no {opacity: .2;}
.ins01_cont .ins01_item.status_no .ins_status {background: url(../img/ins01_no.png) no-repeat center;}
.ins01_cont .ins_note {height: 60px;font-family: 'Calibri';font-size: 18px;color:#6a6a6a;font-weight: 100;padding-top: 22px;}
.ins01_cont .ins_note span {color:#a100f8;}
.ins01_cont .ins_link {display: inline-block;width: 268px;height: 56px;border-radius: 5px;background-image: linear-gradient(to top, #ac00f8, #4900f8);font-size: 24px;color:#fff;font-family: Arial;line-height: 56px;}
.ins01_cont .ins_link:hover {background-image: linear-gradient(to top, #ac00f8, #4900f8 65%);}
.ins01_cont .ins_link.status_no {background-image: linear-gradient(to top, #ececec, #d9d9d9);}
.ins01_cont .ins_link.status_no:hover {background-image: linear-gradient(to top, #ececec, #d9d9d9 65%);}


.inside-02 {padding-top: 37px;padding-bottom: 4px;}
.inside-02 .title {font-size: 32px;font-weight: 100;margin-bottom: 33px;}
.inside-02 .title .show-tasks span {display: inline-block;cursor:pointer;-webkit-background-clip: text;-webkit-text-fill-color: transparent;background-image: linear-gradient(to top, #ac00f8, #4900f8 65%);position: relative;}
.inside-02 .title .show-tasks span::after {content: '';display: block;position: absolute;width: 0;height: 2px;background: #ac00f8;bottom: -2px;left: 0;transition: all .2s ease;}
.inside-02 .title .show-tasks span.active::after {width: 100%;}
.inside-02 .title span.count-working {color:#ac00f8;}
.inside-02 .title span.count-working-digit {color: red;}
.inside-02 .actions_content {height: 34px;}
.ins02_actions {position: relative;z-index: 3;}
.ins02_actions.fixed {position:fixed;width: 100%;top: 0;left: 0;z-index: 2;background: #fff;padding-bottom: 5px;padding-top: 5px;box-shadow: 0 2px 10px #ededed;animation: fadeInDown .2s ease;animation-fill-mode: both;}


.inside-02 .ins02_search {float: right;font-size: 16px;color:#333333;font-family: 'Calibri';margin-top: -50px;}
.inside-02 .ins02_search input[type='text'] {width: 233px;height: 31px;border-radius:10px;background: #f4f4f4;font-size: 14px;padding: 0 21px;margin-left: 11px;}
.inside-02 .ins02_search input[type='text']::-webkit-input-placeholder       {font-size: 12px;}
.inside-02 .ins02_search input[type='text']::-moz-placeholder                {font-size: 12px;}
.inside-02 .ins02_search input[type='text']:-moz-placeholder                 {font-size: 12px;}
.inside-02 .ins02_search input[type='text']:-ms-input-placeholder            {font-size: 12px;}
.inside-02 .ins02_a_left {float: left;color:#333333;}
.inside-02 .ins02_a_left_float {float: left;}
.inside-02 .ins02_a_left > * {float: left;}
.inside-02 .ins02_a_info {width: 136px;height: 34px;line-height: 40px;background: #e8e8e8;text-align: center;margin-right: 10px;}
.inside-02 .ins02_a_select {display: block;width: 316px;height: 34px;border: solid 2px #dddddd;border-radius: 10px;background:url(../img/ins_select.png) no-repeat 290px center;font-size: 15px;letter-spacing: -.3px;padding: 0 14px;margin-right: 14px;}
.inside-02 .ins02_a_submit {display: block;width: 192px;height: 34px;border-radius: 5px;background-image:linear-gradient(to top, #ac00f8, #4900f8);color:#fff;font-size: 18px;font-family: 'Roboto';font-weight: 400;}
.inside-02 .ins02_a_submit:hover {background-image:linear-gradient(to top, #ac00f8, #4900f8 65%);}
.inside-02 .ins02_a_right {float: right;padding-top: 14px;}
.inside-02 .ins02_a_right > * {float: left;}
.inside-02 .ins02_a_right span {color:#a7a7a7;font-size: 16px;margin-right: -13px;}
.inside-02 .ins02_a_right a {height: 14px;font-size: 16px;color:#345ed8;border-bottom: 1px solid;position: relative;margin-right: 21px;margin-left: 32px;}
.inside-02 .ins02_a_right a:after {content:url(../img/ins_sort.png);display: block;position: absolute;right: -17px;top: -3px;transition:all .15s ease;}
.inside-02 .ins02_a_right a:hover:after {top: 0;right: -19px;transform: rotate(90deg);}
.inside-02 .ins02_a_right a.active:after {top: 0;right: -20px;transform: rotate(180deg);}
.inside-02 table {width: 100%;padding-top: 24px;position: relative;font-family: 'Roboto';font-size: 14px;color:#4d4d4d;font-weight: 400;}
/*.inside-02 table {border: none;border-collapse: separate;border-spacing: 0 14px;}*/
.inside-02 table,
.inside-02 tbody,
.inside-02 thead,
.inside-02 td,
.inside-02 th {display: block;}
.inside-02 table tr {display: flex;justify-content: space-between;position: relative;transition: all .2s ease;margin-bottom: 14px;}
.inside-02 table tr:after {content:'';display: block;clear: both;}
.inside-02 table tr > td, .inside-02 table tr > th {height: 37px;float: left;display: flex;align-items: center;}
.inside-02 table thead {background: #eaeaea;font-family: 'Roboto';font-weight: 700;font-size: 14px;color:#4d4d4d;}
.inside-02 table td {padding-top: 4px;}
.inside-02 table th {text-align: left;}


/** 
  * Table columns sizes.
  */
.tasks-column-id {width: 55px;}
.tasks-column-mark {width: 55px;flex-shrink: 0;padding-top: 0;padding-left: 15px;}
.tasks-column-status {width: 95px;padding-right: 15px;flex-shrink: 0;}
.tasks-column-deadline {width: 6.5%;}
.tasks-column-check {width: 7.5%;}
.tasks-column-name {width: 17%;}
.tasks-column-keywords {width: 6%;}
.tasks-column-volume {width: 5%;}
.tasks-column-analogue {width: 5%;}
.tasks-column-link {width: 5%;}
.tasks-column-description {width: 20%;}
.tasks-column-cost {width: 6%;}
.tasks-column-price {width: 5%;}
.tasks-column-more {width: 45px;flex-shrink: 0;}
.tasks-column-space {width: 30px;flex-shrink: 0;}

.inside-02 table .ins_table_checkbox {display: none;}
.inside-02 table .ins_table_label {display: block;width: 19px;height: 19px;border-radius: 5px;background-color: #ffffff;border: solid 2px #e079af;position: relative;}
.inside-02 table .ins_table_label:after {content:'';background: url(../img/ins_table_check.png) no-repeat center;display: block;width: 100%;height: 100%;position: absolute;top: 0;left: 0;transition: all .2s ease;transform: scale(0);}
.inside-02 table .ins_table_checkbox:checked + .ins_table_label:after {transform: scale(1);}
.inside-02 table .checked .ins_table_checkbox + .ins_table_label:after {transform: scale(1);}
.inside-02 tbody tr:not(.checked):not(.opened) {background: #f4f4f4;}
.inside-02 tbody tr.item-row.in-work:not(.checked):not(.opened) {background: rgb(248, 255, 237);}
.inside-02 tbody tr.item-row.new-task:not(.checked):not(.opened) {background: rgb(255, 251, 237);}
.inside-02 tbody tr.item-row.in-editor.active-editing:not(.checked):not(.opened) {background: rgb(248, 255, 237);}
.inside-02 table td {cursor: pointer;}
.inside-02 table .open-on-click-disabled,
.inside-02 table .task_content {cursor: default;}
.inside-02 table td a {display: inline-block;font-size: 14px;height: 16px;border-bottom:1px solid;color:#345ed8;}
.table-btn {display: inline-block;font-size: 14px;height: 16px;border-bottom:1px solid;color:#345ed8;}
.table-btn:hover {border-bottom-style: dashed;}
.inside-02 table td a:hover {border-bottom-style: dashed;}
.inside-02 table td .send_result {max-width: 95px;border: none !important;font-size: 12px;font-weight: 500;color:#d7579a;text-decoration: underline;cursor: pointer;}
.inside-02 table td .send_result:hover {text-decoration-style: dashed;}

/**
  * Tasks content.
  */
.inside-02 table .task_content {display: none;position: absolute;z-index: 2;left: 0;top: 35px;width: 100%;height: auto;opacity: 0;transition: opacity .3s ease;padding-top: 15px;padding-bottom: 15px;}
.inside-02 table .task_content .task_container {background: #fff;}
.inside-02 table .opened .task_content {display: block;opacity: 1;}
.inside-02 table .opened .task_content .task_container {min-height: 210px;}
.inside-02 table .task_content .task_container {box-shadow: 0 0 13px 0 rgba(0, 0, 0, 0.18);color:#6a6a6a;position: relative;}
.inside-02 table .task_content .task_container_left {float: left;padding: 42px 52px;width: 1233px;}
.inside-02 table .tc_title {font-weight: 500;font-size: 22px;margin-bottom: 15px;}
.inside-02 table .tc_title:first-letter {text-transform: uppercase;}
.inside-02 table .tc_desc {font-size: 15px;margin-bottom: 19px;}
.tasks-td-name span:first-letter {text-transform: uppercase;}
.inside-02 table .task_content .task_container_right {position: absolute;width: 291px;height: 100%;top: 0;right: 0;background-image: linear-gradient(135deg, #4900f8, #ad00f8);display:flex;justify-content: center;align-items: center;}
.inside-02 table .tcl_info {line-height: 1.9;}
.inside-02 table .tcl_info a {height: 21px;}
.inside-02 table .tcl_info .tcr_info_01 {float: left;width: 265px;}
.inside-02 table .tcl_info span {font-weight: 700;}
.inside-02 table .tcl_info .tcr_info_02 {float: left;width: 301px;}
.inside-02 table .tcl_info .tcr_info_03 {float: left;width: 550px;}
.inside-02 table .tcr_info {display: block;text-align: center;color:#fff;}
.inside-02 table .tcr_title {font-weight: 700;font-style: italic;font-size: 41px;margin-bottom: 7px;}
.inside-02 table .tcr_subtitle {font-size: 18px;font-style: italic;font-weight: 100;margin-bottom: 21px;}
.inside-02 table .tcr_subtitle span {font-weight: 700;}
.inside-02 table .tcr_button {display: block;width: 225px;height: 52px;line-height: 52px;background: #f4f4f4;border-radius: 10px;text-align: center;font-family: Arial;font-size: 24px;color:#9300f8;margin: 0 auto 14px;border:1px dashed transparent;}
.inside-02 table .tcr_button:hover {border:1px dashed;}
.inside-02 table .tcr_note {font-size: 14px;}
.inside-02 table .ins_arrmore {display: block;width: 20px;height: 13px;background:url(../img/ins_table_arrmore.png) no-repeat center;-webkit-filter: grayscale(100%);filter: grayscale(100%);transition:all .2s ease;opacity: .3;border: none !important;margin-left: 3px;}
.inside-02 table .checked {background: #eeebfd;}
.inside-02 table .opened {background: #fef0c6;}
.inside-02 table .opened .ins_arrmore {-webkit-filter: grayscale(0%);filter: grayscale(0%);opacity: 1;transform: rotate(180deg);}
.inside-02 {position: relative;}
/*.inside-02 .scroll_overcont {width: 1549px;height:calc(100vh - 153px);position: relative;overflow: hidden;}*/
/*.inside-02 .scroll_overcont.active {overflow: scroll;}*/
.inside-02 .tasks_progress {float: right;font-size: 16px;color:#a7a7a7;line-height: 37px;margin: 34px 2px;}
.inside-02 .tasks_progress span {display: inline-block;font-size: 20px;font-weight: 400;color:#fff;text-align: center; width: 197px;height: 33px;border-radius: 10px;background-image: linear-gradient(to right, #4900f8, #ad00f8);margin-left: 16px;}
.open_ins03 {display: block;float: left;font-size: 16px;color:#ad00f8;line-height: 37px;margin: 34px 2px;text-decoration: underline;}

.inside-03 {background-image: linear-gradient(to right, #4900f8, #ad00f8);padding-top: 44px;padding-bottom: 36px;}
.inside-03 .title {font-size: 48px;font-weight: 100;text-align: center;margin-bottom: 22px;color:#fff;}
.inside-03 .ins03_slick {width: 1385px;margin: 0 auto;}
.inside-03 .ins03_slick_item {display: flex;justify-content: center;align-items: center;width: 332px;height: 586px;transition: all .5s ease;}
.inside-03 .ins03_slick_item .ins_si_video {width: 100px;height: 71px;background:url(../img/i_video.png) no-repeat center;transition: all .5s ease;margin: 0 auto 24px;}
/*.inside-03 .ins03_slick_item.slick-current {width: 859px;}*/
.inside-03 .ins03_slick_item:not(.slick-current) .ins_si_container {margin-top: -43px;}
.inside-03 .ins03_slick_item .ins_si_container {width: 160px;text-align: center;overflow: hidden;}
.inside-03 .ins03_slick_item.slick-current .ins_si_container {width: 859px;position: absolute;}
.inside-03 .ins03_slick_item.slick-current .ins_si_video {width: 859px;height: 483px;background-color: rgba(255,255,255,.3);background-size:60px;}
.inside-03 .ins03_slick_item .ins_si_video iframe {width: 859px;height: 483px;transition: all .5s ease;transform: scale(0);}
.inside-03 .ins03_slick_item.slick-current .ins_si_video iframe {transform: scale(1);}
.inside-03 .slick-slide:not(.slick-active) + .slick-active {justify-content: flex-start;}
.inside-03 .slick-current + .slick-active {justify-content: flex-end;}
.inside-03 .ins03_slick_item .ins_si_txt {font-size: 20px;color:#fff;line-height: 1.2;height: 80px;}
.inside-03 .ins03_slick_item.slick-current .ins_si_txt {text-decoration: underline;}
.inside-03 .close_ins03slick {display: block;text-align: center;margin-top: -30px;position: relative;z-index: 2;}
.inside-03 .close_ins03slick img {transition: all .2s ease;margin-bottom: 11px;}
.inside-03 .close_ins03slick:hover img {transform: scale(.9);}
.inside-03 .close_ins03slick span {display: block;margin: 0 auto;font-size: 16px;text-decoration: underline;color:#fff;}



.section-popup {display: none;position: fixed;top: 0;left: 0;width: 101%;height: 100%;animation:fadeIn .3s ease;z-index: 12;}
.first-time-popup {z-index: 10;}
.balance-popup .popup_cont a:not(.close_popup) {color: #fff;text-decoration: underline;}
.balance-popup .popup_cont a:not(.close_popup):hover {text-decoration: none;}
.section-popup .section_popup_blackfon {position: fixed;z-index: 10;background: rgba(0,0,0,.9);left: 0;top: 0;width: 101%;height: 100%;}
.section-popup form,
.section-popup .popup_cont {width:535px;height:597px;padding:47px;background-image: linear-gradient(to right, #4900f8, #ad00f8);margin: 60px auto 0;border-radius: 20px;position: absolute;animation:fadeInDown .5s linear;left: 0;right: 0;top: 0;z-index: 11;}
.section-popup.register-section-popup form {height:700px;}
.section-popup form .title,
.section-popup .popup_cont .title {font-size: 50px;font-family: 'Calibri';font-weight: 100;text-align: center;color:#fff;margin-bottom: 34px;}
.section-popup form input.form_input_text {display: block;width: 100%;height: 75px;line-height: 75px;border-radius: 10px;font-size: 24px;text-align: center;margin-bottom: 30px;overflow: auto;}
.section-popup form .reg_popup_mail {background:url(../img/i_mail.png) no-repeat 33.5% center, linear-gradient(to bottom, #ececec, #d6d6d6);}
.section-popup form .reg_popup_pass {background:url(../img/i_pass.png) no-repeat 34% center, linear-gradient(to bottom, #ececec, #d6d6d6);}
.section-popup form .reg_popup_pass2 {background:url(../img/i_pass.png) no-repeat 23% center, linear-gradient(to bottom, #ececec, #d6d6d6);}
.section-popup form .reg_popup_inviter {background:url(../img/i_mail.png) no-repeat 13% center, linear-gradient(to bottom, #ececec, #d6d6d6);}
.section-popup form input.form_input_text:focus {background-position-x: 44.5%;}
.section-popup form .reg_submit {display: block;margin: 0 auto;width:382px;height: 74px;line-height: 68px;border-radius:40px;text-align: center;font-size: 30px;color:#fff;border:3px solid #fff;margin-top: 44px;background: transparent;}
.section-popup form .reg_submit:hover {border-style: dashed;}
.section-popup .close_popup {position: absolute;right: -123px;top: -28px;line-height: 40px;padding-left: 47px;display: block;font-family: 'Calibri';font-size: 20px;color:#939393;background: url(../img/close.png) no-repeat center left;background-size:38px;transition: color .3s, background .1s ease;}
.section-popup .close_popup:hover {color:#fff;background-size:35px;}
.tips-popup .popup_cont {text-align: center;padding: 47px 20px;height: initial;}
.tips-popup img {margin-bottom: 25px;max-height:262px;}
.tips-popup .txt {font-size: 22px;color:#fff;line-height: 1.2;}
.tips-popup a.tp_link {font-size: 24px;color:#fff;text-decoration: underline;line-height: 1.2;display: block;margin-top: 15px;}
.tips-popup a.tp_link:hover {text-decoration-style: dashed;}
.tips-popup .tips_arrow {display: block;height: 100%;position:absolute;background-position: top left;background-repeat:no-repeat;top: -40px;pointer-events: none;}
.tips-popup .arrow_for_howitwork {background-image:url(../img/arrow_for_howitwork.png);right: 100%;width: 380px;transform: scaleX(1.15);transform-origin: right;}
.tips-popup .arrow_for_recommend {background-image:url(../img/arrow_for_recommend.png);right: 100%;width: 170px;transform: scaleX(1.5);transform-origin: right;}
.tips-popup .arrow_for_test {background-image:url(../img/arrow_for_test.png);top: -35px;left: -35px;width: 380px;height: 66px;transform: rotate(-35deg);transform-origin: left;}

.balance-popup .popup_cont {color: white;line-height: 1.4;font-size: 18px;width: 100%;max-width: 750px;height: initial;}

.page_panel .section-popup form,
.section-popup .popup_cont {margin-top: 100px;margin-bottom: 158px;}
.section-popup.profile-popup,
.section-popup.upload-result-popup {overflow: auto;font-family: 'Calibri';}
.section-popup.profile-popup *,
.section-popup.upload-result-popup * {font-family: 'Calibri';}
.section-popup.profile-popup .popup_cont {width: 784px;height: initial;background: #fff;padding: 31px 40px;}
.section-popup .title_hello {font-size: 36px;font-weight: 100;text-align: center;margin-bottom: 32px;}
.section-popup .pu_formgroup {padding-left: 62px;background: no-repeat left 4px;width: 409px;margin-bottom: 17px;position: relative;}
.section-popup .pu_formgroup .pu_formgroup_icon {float: left;margin-top: 2px;margin-right: 18px;}
.section-popup .pu_formgroup .field_name {font-size: 16px;font-weight: 700;color:#383838;margin-bottom: 3px;}
.section-popup .pu_formgroup input[type='text'] {width: 321px;height: 33px;display: inline-block;border: solid 1px #c9c9c9;border-radius: 5px;font-size: 18px;color:#383838;padding: 2px 14px 0;margin-bottom: 7px;transition: all .2s ease;}
.section-popup .pu_formgroup textarea {width: 321px;height: 33px;display: inline-block;border: solid 1px #c9c9c9;border-radius: 5px;font-size: 18px;color:#383838;padding: 14px;line-height: 1.25;margin-bottom: 7px;transition: all .2s ease;resize:none;}
.section-popup .pu_formgroup input[type='text']:focus {border-color: #ad00f8;}
.section-popup .pu_formgroup textarea:focus {border-color: #ad00f8;}
.section-popup .pu_formgroup input[type='text']:not(:focus)::-webkit-input-placeholder       {opacity: .3;}
.section-popup .pu_formgroup input[type='text']:not(:focus)::-moz-placeholder                {opacity: .3;}
.section-popup .pu_formgroup input[type='text']:not(:focus):-moz-placeholder                 {opacity: .3;}
.section-popup .pu_formgroup input[type='text']:not(:focus):-ms-input-placeholder            {opacity: .3;}
.section-popup .pu_formgroup textarea:not(:focus)::-webkit-input-placeholder       {opacity: .3;}
.section-popup .pu_formgroup textarea:not(:focus)::-moz-placeholder                {opacity: .3;}
.section-popup .pu_formgroup textarea:not(:focus):-moz-placeholder                 {opacity: .3;}
.section-popup .pu_formgroup textarea:not(:focus):-ms-input-placeholder            {opacity: .3;}
.section-popup .pu_formgroup input[type='text']:disabled {background: #f6f6f6;cursor: no-drop;}
.section-popup .pu_formgroup .pu_formgroup_note {margin-left: 4px;margin-bottom: -7px;-webkit-filter: grayscale(100%);filter: grayscale(100%);opacity: .1;cursor: pointer;transition: all .3s ease;}
.section-popup .pu_formgroup .pu_formgroup_note:hover {}
.section-popup .pu_formgroup .pu_formgroup_note.active {-webkit-filter: grayscale(0%);filter: grayscale(0%);opacity: 1;}
.section-popup .pu_formgroup .txt {font-size: 12px;max-width: 80%;}
.section-popup .pu_formgroup .txt a {color:#ad00f8;}
.section-popup .pu_formgroup .txt a:hover {text-decoration: underline;}
.section-popup .pu_formgroup .note {display: none;width: 297px;position: absolute;border-radius: 5px;background-image: linear-gradient(310deg, #ac00f8, #4900f8);left: 100%;top: 22px;padding: 19px 22px 15px;animation:zoomIn .3s ease;max-height: 350px;overflow: auto;}
.section-popup .pu_formgroup .note p {font-size: 16px;color:#fff;margin-bottom: 7px;}
.section-popup .pu_formgroup .pu_formgroup_note.active + .note {display: block;}
.profile-popup .profile_themes .pt_title {font-size: 16px;font-weight: 700;margin-bottom: 19px;}
.profile-popup .profile_themes input[type='checkbox'] {display: none;}
.profile-popup .profile_themes label {position: relative;padding-left: 29px;display: block;float: left;width: 33%;margin-bottom: 20px;}
.profile-popup .profile_themes label:before {content:'';display: block;width: 19px;height: 19px;border-radius: 5px;background-color: #ffffff;border: solid 2px #e079af;position: absolute;top: -2px;left: 1px;}
.profile-popup .profile_themes label:after {content: '';background: url(../img/ins_table_check.png) no-repeat center;display: block;width: 19px;height: 19px;position: absolute;top: -2px;left: 1px;transition: all .2s ease;transform: scale(0);}
.profile-popup .profile_themes input[type='checkbox']:checked + label:after {transform: scale(1);}
.profile-popup .profile_themes .profile_button {display: block;float: left;width: 192px;height: 40px;line-height: 40px;border-radius: 5px;font-size: 18px;font-family: 'Roboto';text-align: center;margin-right: 12px;margin-right: 12px;font-weight: 100;}
.profile-popup .profile_themes .profile_close {color:#000;position: static;clear: left;background-image: linear-gradient(to top, #dfdfdf, #ebebeb);}
.profile-popup .profile_themes .profile_close:hover {background-image: linear-gradient(to bottom, #dfdfdf, #ebebeb);}
.profile-popup .profile_themes .profile_submit {color:#fff;background-image: linear-gradient(to bottom, #4900f8, #ad00f8);}
.profile-popup .profile_themes .profile_submit:hover {background-image: linear-gradient(to bottom, #4900f8 30%, #ad00f8 90%);}

.section-popup.upload-result-popup .popup_cont {width: 1157px;height: initial;background: #fff;padding: 31px 34px 55px;}
.upload-result-popup .pu_formgroup {padding-left: 55px;width: 774px;padding-right: 28px;}
.upload-result-popup .pu_formgroup .pu_formgroup_note {position: absolute;right: 10px;top: 24px;}
.upload-result-popup .pu_formgroup:after {content: '';display: block;clear: both;}
.upload-result-popup .pu_formgroup input[type='text'] {width: 690px;}
.upload-result-popup .pu_formgroup textarea,
.upload-result-popup .pu_formgroup > div:not(.note) {width: 690px;float: left;}
.upload-result-popup .pu_formgroup textarea.urp_big {height: 245px;}
.upload-result-popup .pu_formgroup textarea.urp_medium {height: 153px;}
.upload-result-popup .pu_formgroup .pu_formgroup_note {margin-left: 7px;}
.upload-result-popup .pu_formgroup textarea + .pu_formgroup_note {margin-top: 7px;margin-left: 10px;}
.upload-result-popup .result_button {display: block;float: left;width: 192px;height: 40px;line-height: 40px;border-radius: 5px;font-size: 18px;font-family: 'Roboto';text-align: center;margin-right: 12px;margin-right: 12px;font-weight: 100;}
.upload-result-popup .result_close {color:#000;position: static;clear: left;background-image: linear-gradient(to top, #dfdfdf, #ebebeb);}
.upload-result-popup .result_close:hover {background-image: linear-gradient(to bottom, #dfdfdf, #ebebeb);}
.upload-result-popup .result_submit {color:#fff;background-image: linear-gradient(to bottom, #4900f8, #ad00f8);}
.upload-result-popup .result_submit:hover {background-image: linear-gradient(to bottom, #4900f8 30%, #ad00f8 90%);}

.section-popup.faq-popup {overflow: auto;font-family: 'Calibri';}
.section-popup.faq-popup .popup_cont {width: 1157px;height: initial;background: #fff;padding: 31px 34px;}
.section-popup.faq-popup a:not(.close_popup) {font-weight: 500;color: #d7579a;}
.section-popup.faq-popup a:not(.close_popup):hover {text-decoration: underline;}

.errors-output {color: #d20000}

.info-popup .popup_cont {background: #fff;height: auto;}
.info-popup .popup_cont > p:last-child {margin-bottom: 0;}
.info-popup .title_hello {font-size: 26px;}

.inside-02 .table_tasks .tablesorter-no-sort-tbody tr {background-color: transparent !important;display: -webkit-flex;display: -moz-flex;display: -ms-flex;display: -o-flex;display: flex;justify-content: center;position: relative;}
.inside-02 .table_tasks .tablesorter-no-sort-tbody tr::after {display: block;position: absolute;top: calc(50% - 1px);left: 0;width: 100%;border-bottom: 2px dashed #eaeaea;}
.inside-02 .table_tasks .tablesorter-no-sort-tbody td {width: auto;height: auto;text-align: center;padding: 0 15px;background-color: #fff;position: relative;z-index: 1;}

/* general elements */
.general-btn {cursor: pointer; appearance: none;-webkit-appearance: none;-moz-appearance: none;display: inline-block;min-width: 150px;border-radius: 5px;background-image:linear-gradient(to top, #ac00f8, #4900f8);border:none;color:#fff;font-size: 16px;font-family: 'Roboto';font-weight: 400;padding: 10px 15px;text-align: center;}
.general-btn:hover {background-image:linear-gradient(to top, #ac00f8, #4900f8 65%);}
.capslock-error-wrapper {position: relative;height: 5px;}
.capslock-error {position: absolute;top: 0;left: 100%;padding-left: 35px;height: 15px;font-size: 16px;animation: fadeIn .3s ease;animation-fill-mode: both;transform: translateX(-100%);color: #333;white-space: nowrap;}
.capslock-error::before {content: '';display: block;border-left: 15px solid transparent;border-right: 15px solid transparent;border-bottom: 30px solid #e7f0fe;position: absolute;top: -14px;left: 0;}
.capslock-error::after {content: '!';display: block;width: 30px;text-align: center;position: absolute;top: -5px;left: 0;font-size: 22px;font-weight: 700;color: #000;}

.small-heading {font-size: 16px;font-weight: 700;margin-bottom: 19px;}

@media (min-width: 1024px) {
	.general-btn {font-size: 18px;}
}

/* filter domains */
.filter-domains-wrapper {padding-top: 10px;text-align: center;}
.toggle-filter-domains {padding-top: 6px;padding-bottom: 6px;}
.filter-domains {padding-top: 20px;background-color: #fff;display: none;animation: fadeInDown .2s ease;animation-fill-mode: both;box-sizing: border-box;width: 100%;padding-bottom: 30px;max-height: 50vh;overflow: auto;box-shadow: 0 2px 10px #ededed;}
.filter-domains.active {display: block;}
.filter-domains__group {display: -webkit-flex;display: -moz-flex;display: -ms-flex;display: -o-flex;display: flex;flex-wrap: wrap;}
.filter-domains__group .filter-domains__checkbox:checked + .filter-domains__label {order: -1;}
.filter-domains__group .filter-domains__label.label-fill {order: -2;}

.filter-domains__checkbox {display: none;}
.filter-domains__label {display: inline-block;border: 1px solid #999;color: #999;transition: border-color .2s, color .2s ease;padding: 5px;margin-right: 5px;margin-bottom: 5px;}
.filter-domains__checkbox:checked + .filter-domains__label {border-color: #a100f8;color: #a100f8;}

.filter-domains__label.label-fill {background-color:#999;color: #fff;}
.filter-domains__checkbox:checked + .filter-domains__label.label-fill {background-color: #a100f8;color: #fff;}

@media (min-width: 1024px) {
	.actions_container {display: flex;justify-content: space-between;align-items: center;z-index: 2;}
	.filter-domains {position: absolute;left: 0;right: 0;top: 100%;}
	.filter-domains-wrapper {padding-top: 0;}
}

@media (max-width: 1600px) { /*max-width: 1600px start*/

.container {width: 1265px;max-width: 1265px;}
.section-01 .container {background-size: 33%;}
.section-01 .s01_left {max-width: 810px;}
.section-02 .container {background-size: 85%;}
.section-03 .s03_slide.active {width: 1044px;}
.section-03 .s03_slide_item {width: 313px;}
.section-03 .s03_slide_item .ssi_img {width: 313px;height: 313px;}
.section-03 .s03_slide > .s03_slide_item:nth-of-type(3n-1) {margin: 0 50px;}
.section-03 .s03_slide_item .ssi_txt {font-size: 22px;}
.section-03 .s03_slide_item .ssi_img img {width: 100%;}

.ins01_cont {width: 48%;}
.ins01_cont:nth-child(2n) {margin-right: 4%;}
.ins01_cont .ins01_cont_top {padding: 50px 25px 70px;}
.ins01_cont .ins01_item {width: 30%;}
.ins01_cont .ins01_item:nth-child(3n) {margin: 0 5%;}
.ins01_cont .ins01_item .ins_txt {font-size: 16px;}
.inside-02 .ins02_a_select {width: 200px;background-position-x:174px;}
.inside-02 .ins02_a_submit {width: 140px;}
.inside-02 .ins02_a_right a {margin-left: 20px;}
.inside-02 table {margin-left: -28px;width: calc(100% + 28px);}
.inside-02 table .task_content .task_container_left {width: 928px;padding: 20px 30px;}
.inside-02 table .tcl_info .tcr_info_02 {width: 250px;}
.inside-02 table .tcl_info .tcr_info_03 {width: 348px;}
.inside-02 table td:nth-of-type(3),
.inside-02 table td:nth-of-type(5) {font-size: 12px;}
.inside-02 .ins02_search {margin-top: -40px;}
.inside-03 .ins03_slick {width: 100%;}
.inside-03 .ins03_slick_item,
.inside-03 .ins03_slick_item.slick-current .ins_si_container,
.inside-03 .ins03_slick_item.slick-current .ins_si_video,
.inside-03 .ins03_slick_item .ins_si_video iframe {width: 600px;height: 343px;}
.inside-03 .close_ins03slick {margin-top: 40px;}
.slick_custom_arrows .slick-prev {left: 18%;}
.slick_custom_arrows .slick-next {right: 18%;}
.slick_custom_arrows .slick-arrow:before {top: 152px;}
.slick_custom_arrows .slick-arrow:after {top: 189px;}

.tips-popup .arrow_for_howitwork {left: -230px;width: 230px;}
.tips-popup .arrow_for_recommend {left: -2px;top: -45px;height: 75px;}
.tips-popup .arrow_for_test {top: -45px;left: 90px;}
.tips-popup img {max-height:25vh;}

.section-popup .close_popup {font-size: 0;right: -50px;}
/*.section-popup.tips-popup {display: none !important;}*/

} /*max-width: 1600px end*/

@media (max-width: 480px) { /*max-width: 480px start*/

.container {width: 100%;padding: 0 15px;}
.header_top {height: inherit;}
.header_top p {line-height: 1;padding-top: 12px;float: none;text-align: center;}
.header_top a {display: inline-block;width: 49%;float: none;margin: 0;}
.header_top_left {width: 100%;justify-content: space-between;padding-top: 15px;}
.header_top_left a {display: flex;flex-direction: column;align-items: center;font-size: 14px;width: auto;white-space: nowrap;}
.header_top_left a img {margin-top: 0;margin-right: 0;margin-bottom: -3px;}
.subheader .container {flex-direction: column;}
.subheader .txt {font-size: 18px;text-align: center;padding-top: 15px;padding-bottom: 5px;}
.section-01 .container {padding-top: 20px;padding-bottom: 20px;}
.section-01 h1 {font-size: 40px;}
.section-01 .s01_bg {background-size: cover;}
.section-01 .container {background: transparent;}
.section-01 p {font-size: 16px;text-align: justify;}
.section-01 a {margin: 25px auto 0;}
.section-02 .container {padding-bottom: 50px;}
.section-02 form {width: 100%;}
.section-02 input {width: 100%;height: 55px;}
.section-02 .s02_mail,
.section-02 .s02_pass {background-image: linear-gradient(to bottom, #ececec, #d6d6d6);}
.section-02 form > img {display: none;}
.section-02 .s02_submit {margin-top: 0;width: 100%;border-radius: 10px;}
.section-03 {padding-top: 30px;}
.section-03 .s03_slide.active {width: 100%;}
.section-03 .title {font-size: 26px;}
.section-03 .s03_arrow {height: 110%;}
.section-03 .s03_slide_item {float: none;width: 200px;margin: 0 auto;}
.section-03 .s03_slide_item .ssi_img {width: 150px;height: 150px;margin:0 auto 15px;}
.section-03 .note p {font-size: 16px;height: inherit;border:none;}
.section-03 .s03_slide_item .ssi_txt {font-size: 16px;}

.tips-popup .tips_arrow {display: none;}

.page_panel .header_top a {float: right;}
.header_top .h_exit {width: 60px;}
.header_top .h_card {width: 120px;}
.header_top .h_user {width: 90px;font-size: 0;padding-left: 24px;}
.header_top .h_user span {font-size: 15px;}
.header_top .container {flex-wrap: wrap;}
.subheader {height: initial;position: static;}
.subheader .subheader_left {float: none;padding-left: 45px;}
.subheader .subheader_right {float: none;}
.subheader .subheader_right:after {content: '';display: block;clear: both;}
.subheader .subheader_right a {display:flex;justify-content:flex-start;align-items:center;height: 50px;line-height: 1;margin-left: 0;font-size: 18px;width: 49%;float: left;padding-left: 15px;}
.inside-01 {padding-bottom: 5px;}
.inside-01 .title {font-size: 36px;}
.ins01_cont {width: 100%;margin-right: 0 !important;}
.ins01_cont .ins01_item {width: 100%;float: none;margin: 0 0 25px !important;}
.ins01_cont .ins01_item img {height: 35px;margin-bottom: 10px;}
.ins01_cont .ins01_item .ins_txt {white-space:initial;font-size: 18px;margin-bottom: 10px;}
.ins01_cont .ins01_cont_top {padding-bottom: 10px;}
.ins01_cont .insi_title {font-size: 26px;}
.ins01_cont .ins_note {padding-top: 0;height: initial;}
.ins01_cont .ins_link {margin-bottom: 30px;width: 100%;border-radius: 0 0 5px 5px;}

.inside-02 .title {font-size: 36px;margin-bottom: 10px;}
.inside-02 .ins02_search {float: none;margin-top: 0;margin-bottom: 20px;}
.inside-02 .ins02_a_info {font-size: 0;width: 34px;margin-right: 0;}
.inside-02 .ins02_a_info span {font-size: 16px;}
.inside-02 .ins02_a_left {float: none;margin-left: -15px;margin-right: -15px;}
.inside-02 .ins02_a_select {margin-right: 0;border-radius: 0;padding: 0 9px;width: 180px;background-position-x:154px;}
.inside-02 .ins02_a_submit {width: 106px;border-radius:0;font-size: 16px;border: solid 2px #dddddd;border-left: none;}
.inside-02 .ins02_a_right {float: none;max-height: 1000px;}
.inside-02 .ins02_a_right span {display: block;float: none;clear: both;margin-bottom: 15px;}
.inside-02 .ins02_a_right > * {line-height: 1.3;}
.inside-02 .ins02_a_right a {height: initial;margin-bottom: 10px;margin-left: 0;width: 30%;margin-right: 20%;border-bottom: none;text-decoration: underline;}
.ins02_actions.fixed {padding-top: 0;}
.ins02_actions.fixed .ins02_a_right {max-height:0;padding-top: 0;overflow: hidden;}
.inside-02 .scroll_overcont {overflow: auto;width:calc(100% + 30px);margin-left: -15px;margin-right: -15px;}
.inside-02 table {margin-left: 0;width: 1500px;}
.open_ins03 {display: none;}
.inside-02 .tasks_progress {padding-left: 23px;}
.tips-popup .arrow_for_test {display: none;}
.section-popup {z-index: 20;}
.section-popup form, .section-popup .popup_cont {width: 100%;border-radius: 0;}
.section-popup form, .section-popup .popup_cont {width: 100%;border-radius: 0;}
.tips-popup img {width: 50%;display: block;margin: 0 auto 15px;}
/*.section-popup.tips-popup*/
.section-popup .close_popup {width: 100%;height: 66px;left: 0;background-position: center;top: -66px;}
.tips-popup .popup_cont {padding: 20px;}
.section-popup form .title, .section-popup .popup_cont .title {font-size: 34px;margin-bottom: 15px;}
.tips-popup .txt, .tips-popup a.tp_link {font-size: 18px;}

.section-popup.profile-popup .popup_cont {width: 100%;padding: 30px 20px;}
.section-popup .title_hello {font-size: 22px;}
.section-popup .pu_formgroup {width: 100%;padding-left: 0;background-size: 17px;background-position-y:top;}
.section-popup .pu_formgroup .field_name {padding-left: 26px;}
.section-popup .pu_formgroup input[type='text'] {width: 92%;}
.section-popup .pu_formgroup .note {clear: both;position: static;width: 100%;}
.profile-popup .profile_themes label {width: 100%;}
.profile-popup .profile_themes .profile_button,
.upload-result-popup .result_button {width: 45%;}

.section-popup.upload-result-popup .popup_cont {width: 100%;padding: 30px 20px;}
.upload-result-popup .pu_formgroup textarea {width: 92%;}



} /*max-width: 480px end*/

.text-note {padding: 20px 15px;margin-bottom: 30px;background-color: #eaeaea;line-height: 1.2;font-size: 15px;}
.text-note i {font-style: normal;float: left;color: #666;font-weight: 900;font-size: 27px;border: 2px solid;border-radius: 50%;margin-right: 15px;width: 35px;height: 35px;text-align: center;line-height: 37px;}
.scroll-prevented {width: 100%;height: 100%;overflow: hidden;}

#blackout {display: none;}

.faq {background: #f4f4f4;padding-top: 60px;padding-bottom: 63px;}
.list-keywords, .faq {display: none;}
.faq.opened {display: block;}

.list-keywords.opened{position: absolute;height: 37px;background: #f4f4f4;top: 0;left: 52%;width: 34%;display: block;font-size: 12px;padding: 7px 0;overflow-x:hidden;overflow-y:auto;}

.result-success {display: none;}
.confer-message.confer-message-east {visibility: hidden;}


.title-success, .title-error {
		font-size: 18px;
		font-family: 'Calibri';
		font-weight: 100;
		text-align: center;
		color: #fff;
		margin-bottom: 34px;
}

.section-popup form.reset-password {
		height: auto;
}

.alert.alert-danger ul {
		list-style: none;
}

.register-section-popup .alert.alert-danger ul {
    font-size: 18px;
    color: red;
    margin-bottom: 5px;
}

#preloader {position: fixed;left: 0;top: 0;right: 0;bottom: 0;background: #fff;z-index: 100500;opacity: 0.5;}
#preloader .spinner {width: 150px;height: 150px;position: absolute;left: 50%;top: 50%;background: url('/img/preloader.gif') no-repeat 50% 50%;margin: -16px 0 0 -16px;}