/*! normalize.css v8.0.1 */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
main {
  display: block;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}
a {
  background-color: transparent;
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}
b,
strong {
  font-weight: bolder;
}
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
img {
  border-style: none;
}
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}
progress {
  vertical-align: baseline;
}
textarea {
  overflow: auto;
}
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
details {
  display: block;
}
summary {
  display: list-item;
}
template {
  display: none;
}
[hidden] {
  display: none;
}


/* ----- Font ----- */
@font-face {
    font-family: 'icon';
    src:  url('../font/icon/icon.eot?ver=0.1');
    src:  url('../font/icon/icon.eot?ver=0.1#iefix') format('embedded-opentype'),
        url('../font/icon/icon.ttf?ver=0.1') format('truetype'),
        url('../font/icon/icon.woff?ver=0.1') format('woff'),
        url('../font/icon/icon.svg?ver=0.1#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: block;
}
[class^="icon-"], [class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.icon-arrow-bottom:before {
    content: "\e900";
}
.icon-arrow-left:before {
    content: "\e901";
}
.icon-arrow-right:before {
    content: "\e902";
}
.icon-arrow-top:before {
    content: "\e903";
}
.icon-back:before {
    content: "\e904";
}
.icon-calendar:before {
    content: "\e905";
}
.icon-chat:before {
    content: "\e906";
}
.icon-close:before {
    content: "\e907";
}
.icon-delete:before {
    content: "\e908";
}
.icon-edit:before {
    content: "\e909";
}
.icon-logout:before {
    content: "\e90a";
}
.icon-menu:before {
    content: "\e90b";
}
.icon-next:before {
    content: "\e90c";
}
.icon-time:before {
    content: "\e90d";
}
.icon-view:before {
    content: "\e90e";
}


/* ----- All style ----- */
body {
	width: 100%;
	min-height: 100vh;
	font-family: 'montserrat', sans-serif;
	font-size: 15px;
	font-style: normal;
	background: #fff;

	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
}
section:before, .save-grain:before,
section:after, .save-grain:after {
	content: "";
	display: table;
}
section:after, .save-grain:after {
	clear: both;
}
a {
	color: inherit;
	text-decoration: none;
}
a,
input,
textarea,
button,
select {
	outline: none;
}
input:-webkit-autofill {
    -webkit-animation-name: autofill;
    -webkit-animation-fill-mode: both;
}
@-webkit-keyframes autofill {
    to {
        background: transparent;
    }
}


/* ----- Atomic style ----- */
.bg\(img\) {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	image-rendering: -webkit-optimize-contrast;
}
.case {
	width: 1200px;
	margin: 0 auto;
}
.tl\(main\) {
    margin: 0;
    font-size: 30px;
    line-height: 40px;
    font-weight: 700;
}
.desc\(main\) {
    line-height: 20px;
}
.std\(btn\) {
	display: table;
    padding: 15px 35px;
    font-size: 15px;
    color: #fff;
    border-radius: 30px;
    border: 1px solid #2196f3;
    background: #2196f3;
	cursor: pointer;

    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.std\(btn\):hover {
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.align\(center\) {
	position: absolute;
	top: 50%;
	left: 50%;

	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}


/* ----- Browser ----- */
.browser {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.browser__case {
    width: 88%;
    max-width: 400px;
    margin: 30px auto;
    background: #fff;
}
.browser__tl {
    font-size: 20px;
}
.browser__tx {
    line-height: 22px;
}
.browser__tx ul {
    padding: 0 0 0 15px;
}
.browser__tx li {
    margin: 7px 0;
}
.browser__tx a {
    color: #6a84d9;
}
.browser__tx a:hover {
    text-decoration: underline;
}


/* ----- Authentication ----- */
.ident {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.ident__case {
    width: 88%;
    max-width: 400px;
    margin: 30px auto;
}
.auth {
    margin: 25px 0 0 0;
}
.ident__nav {
    position: relative;
}
.ident__nav-item {
    display: table;
    padding: 0 0 10px 0;
    font-size: 20px;
    font-weight: 500;
    border-bottom: 1px solid #2196f3;
}
.ident__nav_line {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    border-bottom: 1px solid rgba(0,0,0,.12);
}
.ident__tx {
    margin: 0 0 30px 0;
    line-height: 22px;
}
.ident__data-input {
    padding: 18px 10px;
    width: 100%;
    border-radius: 4px;
    border: 1px solid #ccc;

    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.ident__data-input:focus {
    border: 1px solid #2196f3;
}
.ident__data-error {
    margin: 7px 0 0 0;
    color: #ff0000;
    font-size: 13px;
    text-align: right;
    line-height: 18px;
}
.ident__btn {
    margin: 20px 0 0 0;
    padding: 20px 0;
    width: 100%;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    border: none;
    border-radius: 3px;
    background: #e6e8f0;
}
.ident__btn_active {
    background: #2196f3;
    cursor: pointer;
}
.ident__btn_active:hover {
    background: #45aafa;
}



@media (max-width: 1366px){
    /* ----- All style ----- */

    /* ----- Atomic style ----- */
    .case {
		width: 86%;
	}

    /* ----- Browser ----- */

    /* ----- Authentication ----- */
}


@media (max-width: 1280px){
    /* ----- All style ----- */

    /* ----- Atomic style ----- */

    /* ----- Browser ----- */

    /* ----- Authentication ----- */
}


@media (max-width: 1120px){
    /* ----- All style ----- */

    /* ----- Atomic style ----- */

    /* ----- Browser ----- */

    /* ----- Authentication ----- */
}


@media (max-width: 1024px){
    /* ----- All style ----- */

    /* ----- Atomic style ----- */
    .tl\(main\) {
        font-size: 26px;
        line-height: 34px;
    }

    /* ----- Browser ----- */

    /* ----- Authentication ----- */
}


@media (max-width: 768px){
    /* ----- All style ----- */

    /* ----- Atomic style ----- */
    .tl\(main\) {
        font-size: 24px;
        line-height: 30px;
    }

    /* ----- Browser ----- */

    /* ----- Authentication ----- */
}


@media (max-width: 600px){
    /* ----- All style ----- */

    /* ----- Atomic style ----- */

    /* ----- Browser ----- */

    /* ----- Authentication ----- */
}


@media (max-width: 480px){

}


/* ----- Panel page ----- */
/* all */
.panel {
    overflow-x: hidden;
    position: relative;
	color: #48535b;
	background: #f1f5f8;
}


/* ----- Standart element ----- */
/* title */
.std-tl {
    margin: 0;
    font-size: 24px;
    font-weight: 500;
}
/* case */
.std-case {
    padding: 30px;
	border-radius: 7px;
    background: #fff;

    -webkit-box-shadow: 0 1px 24px rgba(45,62,80,0.12);
    -moz-box-shadow: 0 1px 24px rgba(45,62,80,0.12);
    box-shadow: 0 1px 24px rgba(45,62,80,0.12);

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.std-case__main {
    padding: 30px 0 0 0;
}
.std-case__footer {
    margin: 25px -30px 0 -30px;
    padding: 25px 30px 0 30px;
    text-align: right;
    border-top: 1px solid #e0e0e0;
}
/* btn */
.std-btn {
    display: inline-block;
    padding: 8px 20px;
    border-radius: 3px;
    border: 1px solid #cacaca;

	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.std-btn:hover {
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.std-btn__save {
	padding: 12px 30px;
    color: #fff;
	border-radius: 30px;
    border: 1px solid #2196f3;
    background: #2196f3;
    cursor: pointer;
}
.std-btn__save:hover {
	color: #2196f3;
	background: #fff;
}
/* case head */
.std-case__head {
    margin: 0 -30px;
    padding: 0 30px 30px 30px;
    border-bottom: 1px solid #e0e0e0;
}
.std-case__head-tl {
    float: left;
    font-size: 16px;
    font-weight: 500;
}
.std-case__head-ctrl {
    float: right;
}
.std-case__head-btn {
    padding: 8px 20px;
    border-radius: 3px;
    border: 1px solid #cacaca;
}
.std-case__head-btn:hover {
    color: #2988d4;
    border: 1px solid #359ff4;
}
/* standart table */
.std-case__wrap-table {
	overflow-x: auto;
}
.std-case__table {
    display: table;
    width: 100%;
	border-collapse: collapse;
}
.std-case__thead {
	display: table-row-group;
    display: table-header-group;
}
.std-case__tbody {
	display: table-row-group;
}
.std-case__tr {
    display: table-row;
}
.std-case__td {
    display: table-cell;
    padding: 15px 10px;
	border-bottom: 1px solid #e6e6e6;
}
.std-case__thead .std-case__td {
    padding: 25px 10px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500;
	border-bottom: 1px solid #ccc;
	white-space: nowrap;
}
.std-case__td_name {
    color: #6a84d9;
}
/* standart item */
.std-item {
    padding: 10px 0;

    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.std-item__name {
    margin: 0 25px 5px 0;
	-webkit-flex-basis: 200px;
        -ms-flex-preferred-size: 200px;
            flex-basis: 200px;
	font-size: 14px;
	text-transform: uppercase;
	line-height: 20px;
}
.std-item__data {
	position: relative;
    width: 100%;
}
.std-item__image {
    display: inline-block;
    vertical-align: middle;
    width: 220px;
    height: 120px;
    margin: 0 15px 0 0;
    border: 1px solid #dbdbdb;
    background-color: #efefef;
}
.std-item__input,
.std-item__textarea {
    width: 100%;
    margin: 0 0 0 0;
    padding: 7px 55px 7px 0;
    font-size: 16px;
    border: none;
    border-bottom: 1px solid #ccc;

    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.std-item__input:disabled {
    color: #bdbdbd;
    background: none;
}
.std-item__textarea {
	overflow: hidden;
	resize: none;
	min-height: 33px;
	max-height: 86px;
}
.js\(max-h\) .std-item__textarea {
	overflow-y: auto;
}
.std-item__input:focus,
.std-item__textarea:focus {
    border-bottom: 1px solid #2196f3;
}
.std-item__data-info,
.std-item__data-error {
    margin: 5px 0 0 0;
    color: #8e8e8e;
    font-size: 13px;
    text-align: right;
}
.std-item__input:focus ~ .std-item__data-info,
.std-item__textarea:focus ~ .std-item__data-info {
    color: #2196f3;
}
.std-item__data-error {
    color: #ff0000;
}
.std-item__characters {
    position: absolute;
    top: 0;
    right: 0;
    padding: 10px 0 0 0;
    font-size: 13px;
}
.js\(max-h\) .std-item__characters {
	padding: 10px 22px 0 0;
}
/* checkbox */
.std-checkbox {
    display: table;
    position: relative;
    padding-left: 32px;

    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.std-checkbox input {
    position: absolute;
    opacity: 0;
    height: 0;
    width: 0;

    cursor: pointer;
}
.std-checkbox__mark {
    position: absolute;
    margin: -10px 0 0 0;
    top: 50%;
    left: 0;
    height: 18px;
    width: 18px;
    border: 1px solid #ccc;
    background-color: #fff;
}
.std-checkbox:hover input ~ .std-checkbox__mark {
    border: 1px solid #00c2ff;
}
.std-checkbox input:checked ~ .std-checkbox__mark {
    border: 1px solid #00c2ff;
}
.std-checkbox__mark:after {
    content: "";
    position: absolute;
    display: none;
}
.std-checkbox input:checked ~ .std-checkbox__mark:after {
    display: block;
}
.std-checkbox .std-checkbox__mark:after {
    top: 5px;
    left: 5px;
    width: 8px;
    height: 8px;
    background: #00c2ff;
}
/* pagination */
.std-pgn {
    margin: 30px 0 0 0;
    padding: 0;
    list-style: none;
}
.std-pgn__item {
    display: inline-block;
    padding: 5px 0 5px 0;
}
.std-pgn__lk {
    display: table;
    margin: 0 5px;
    padding: 8px 14px;
    border: 1px solid #ccc;
    border-radius: 2px;
}
.std-pgn__lk:hover {
	color: #2988d4;
	border: 1px solid #359ff4;
}
.std-pgn__item.is\(active\) .std-pgn__lk {
    color: #fff;
    border: 1px solid #359ff4;
    background: #359ff4;
}
/* no data */
.no-data {
    padding: 30px 0;
    color: #6a84d9;
    font-size: 17px;
    font-weight: 500;
    text-align: center;
}







section.static {
    margin: 0 auto;
    padding: 80px 0;
    max-width: 700px;
    width: 88%;
}


.info-partner-tx {
    line-height: 25px;
}