@charset "UTF-8";
@import url("../fonts/icomoon/style.css");
* {
  font-family: sans-serif;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -moz-background-clip: padding-box !important;
  -webkit-background-clip: padding-box !important;
  background-clip: padding-box !important;
}

html, body {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
}

a, button, input[type="submit"] {
  outline: none;
}

img {
  vertical-align: middle;
}

body.blocked {
  overflow: hidden;
}

.sep-xs {
  height: 7.5px;
}

.sep-sm {
  height: 15px;
}

.sep-md {
  height: 30px;
}

.sep-lg {
  height: 45px;
}

.sep-xl {
  height: 60px;
}

.sep-xxl {
  height: 75px;
}

.w100 {
  width: 100%;
}

.h100 {
  height: 100%;
}

hr {
  border: none;
  height: 1px;
  background-color: #eee;
  margin-top: 0;
  margin-bottom: 0;
}

/***************************************/
h1, h2, h3, h4, h5, h6 {
  font-family: sans-serif;
  letter-spacing: 0.5px;
  margin: 30px 0 15px 0;
  font-weight: 300;
}

.header-main {
  text-align: center;
  padding-top: 10px;
  position: relative;
}

.header-main > div:nth-child(1) {
  top: 0;
  left: 0;
  width: 100%;
  text-transform: lowercase;
  transform: scale(7);
  position: absolute;
  text-align: center;
  z-index: 1;
  white-space: nowrap;
  font-family: sans-serif;
  color: #e7edf1;
  font-weight: 700;
  font-size: 10px;
}

.header-main > div:nth-child(2) {
  position: relative;
  font-family: sans-serif;
  color: #2d334a;
  font-weight: 300;
  font-size: 35px;
  z-index: 2;
}

@media (max-width: 767px) {
  .header-main > div:nth-child(1) {
    font-size: 7px;
  }
  .header-main > div:nth-child(2) {
    font-size: 25px;
  }
}

/***************************************/
.ov-v {
  overflow: visible;
}

.d-b {
  display: block;
}

.d-ib {
  display: inline-block;
}

.t-l {
  text-align: left;
}

.t-c {
  text-align: center;
}

.t-r {
  text-align: right;
}

.rel {
  position: relative;
}

ol {
  list-style: none;
}

ol > li {
  margin-top: 8px;
  margin-bottom: 8px;
}

ol > li:before {
  content: attr(value) ". ";
}

.img-div:hover > .overlay {
  opacity: 1;
  border-width: 10px;
}

@media (min-width: 768px) {
  .disp-mob {
    display: none;
  }
}

@media (max-width: 767px) {
  .hide-mob {
    display: none;
  }
}

/***************************************/
/***************************************/
.h100 {
  height: 100%;
}

.aw {
  width: 100%;
}

.w50 {
  width: 50%;
}

.flex-row {
  display: flex;
  flex-direction: row;
}

.flex-col {
  display: flex;
  flex-direction: column;
}

.f-e {
  justify-content: flex-end;
}

.flex-row.eq, .flex-col.eq {
  justify-content: space-between;
}

.flex-row > .auto-size,
.flex-col > .auto-size {
  flex: 1;
}

.hal-c {
  justify-content: center;
}

.val-c {
  align-items: center;
}

/***************************************/
.mb60 {
  margin-bottom: 60px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb15 {
  margin-bottom: 15px;
}

.mt15 {
  margin-top: 15px;
}

.mb10 {
  margin-bottom: 10px;
}

.pd15 {
  padding: 15px;
}

.pd20 {
  padding: 20px;
}

.pd30 {
  padding: 30px;
}

.pd60 {
  padding: 60px;
}

.pd0-30 {
  padding: 0 30px;
}

.pdt15 {
  padding-top: 15px;
}

.pdl15 {
  padding-left: 15px;
}

.pdr15 {
  padding-right: 15px;
}

.pdl30 {
  padding-left: 30px;
}

/***************************************/
table {
  border-collapse: collapse;
  border: none;
}

table tr td > p {
  margin: 0;
}

table tr td {
  color: #2a2a2a;
  background-color: #ffffff;
  border-style: solid;
  border-color: #ddd;
  border-width: 1px;
  padding: 15px 30px;
}

table tr:nth-child(2n) td {
  background-color: #f5f5f5;
}

table tr th {
  color: #fff;
  background-color: #ff6600;
  border-style: solid;
  border-color: #ddd;
  border-width: 1px;
  padding: 15px 30px;
}

table tr:nth-child(2n) th {
  background-color: #ff5500;
}

.btn {
  position: relative;
  background-color: transparent;
  display: inline-block;
  color: #000;
  font-size: 16px;
  border: none;
  text-decoration: none;
  position: relative;
  z-index: 1;
  padding: 0 5px;
  line-height: 100%;
  font-weight: 400;
  cursor: pointer;
  padding: 10px 15px;
}

.btn > span:nth-child(2) {
  margin-left: 10px;
}

@media (max-height: 767px) {
  .btn > span.hmob {
    display: none;
  }
}

.btn.big {
  font-size: 20px;
  padding: 15px 25px;
}

.btn:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: transparent;
  z-index: -1;
  bottom: 0;
  left: 0;
  opacity: 1;
  transition: opacity 0.2s linear;
}

.btn:hover:before {
  color: black;
}

label {
  color: #999;
  font-family: sans-serif;
  text-align: left;
  font-size: 14px;
  line-height: 30px;
  font-weight: 300;
  letter-spacing: 1px;
}

/*
	Text
	<div class="text"><label for=""></label><input id="" type="text" placeholder="Enter text here" value=""></div>
*/
.form .text {
  margin-bottom: 20px;
}

.form .text input {
  color: #000;
  outline: none;
  width: 100%;
  border: none;
  border-bottom: 1px solid #eee;
  border-radius: 0px;
  background: rgba(255, 255, 255, 0.8);
  padding: 10px 0;
  line-height: 16px;
  font-size: 16px;
  height: 44px;
  font-weight: 300;
}

.form .text input:focus {
  border-color: #999;
}

.form .text.center input {
  text-align: center;
}

.form .text input::placeholder {
  text-overflow: ellipsis;
  color: #ddd;
}

/*
	Text
	<div class="text"><label for=""></label><textarea id="" name="" placeholder="Enter text here"></textarea></div>
*/
.form .text textarea {
  outline: none;
  width: 100%;
  height: 172px;
  border: 1px solid #eee;
  border-radius: 0px;
  background: rgba(255, 255, 255, 0.8);
  color: #000;
  padding: 10px 15px;
  line-height: 16px;
  font-size: 16px;
  font-weight: 300;
}

.form .text textarea::-moz-placeholder {
  text-overflow: ellipsis;
  color: #000;
}

.form .text textarea:-moz-placeholder {
  text-overflow: ellipsis;
  color: #000;
}

.form .text textarea:-ms-input-placeholder {
  text-overflow: ellipsis;
  color: #000;
}

/*
	Select
	<div class="select"><label for=""></label><select id=""><option>- Выберите вариант -</option></select></div>
*/
.form .select {
  position: relative;
  display: inline-block;
  margin-bottom: 20px;
  width: 100%;
}

.form .select .select_arrow {
  position: absolute;
  bottom: 18px;
  right: 15px;
  width: 0;
  height: 0;
  pointer-events: none;
  border-style: solid;
  border-width: 8px 5px 0px 5px;
  border-color: #000 transparent transparent transparent;
}

.form .select select {
  display: inline-block;
  width: 100%;
  cursor: pointer;
  padding: 10px 15px;
  outline: 0;
  border: 1px solid #eee;
  border-radius: 0px;
  background: rgba(255, 255, 255, 0.8);
  color: #000;
  font-size: 16px;
  height: 44px;
  font-weight: 300;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

.form .select select::-ms-expand {
  display: none;
}

.form .select select:disabled {
  opacity: 0.5;
  pointer-events: none;
}

.form .select select:hover ~ .select_arrow,
.form .select select:focus ~ .select_arrow {
  border-top-color: #000;
}

.form .select select:disabled ~ .select_arrow {
  border-top-color: #999999;
}

/*
	<div class="control-group">
		<label class="control control-checkbox">First checkbox<input type="checkbox" checked="checked" /><div class="control_indicator"></div></label>
		<label class="control control-radio">First checkbox<input type="checkbox" checked="radio" name="rd1" /><div class="control_indicator"></div></label>
	</div>
*/
.form .control-group {
  margin-bottom: 20px;
}

.form .control {
  display: block;
  position: relative;
  color: #000;
  padding-left: 30px;
  margin-bottom: 5px;
  padding-top: 4px;
  cursor: pointer;
  font-size: 14px;
  line-height: 18px;
}

.form .control input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.form .control_indicator {
  position: absolute;
  top: 2px;
  left: 0;
  height: 21px;
  width: 21px;
  background: #fff;
  border: 1px solid #eee;
}

.form .control-radio .control_indicator {
  border-radius: 50%;
}

.form .control:hover input ~ .control_indicator {
  background: #fafafa;
}

.form .control input:checked ~ .control_indicator {
  background: #fff;
}

.form .control:hover input:not([disabled]):checked ~ .control_indicator {
  background: #fafafa;
}

.form .control input:disabled ~ .control_indicator {
  background: #fff;
  opacity: 0.3;
  pointer-events: none;
}

.form .control_indicator:after {
  box-sizing: unset;
  content: '';
  position: absolute;
  display: none;
}

.form .control input:checked ~ .control_indicator:after {
  display: block;
}

.form .control-checkbox .control_indicator:after {
  left: 7px;
  top: 3px;
  width: 3px;
  height: 8px;
  border: solid black;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.form .control-checkbox:hover input ~ .control_indicator:after {
  border-color: #000;
}

.form .control-checkbox input:disabled ~ .control_indicator:after {
  border-color: black;
}

.form .control-radio .control_indicator:after {
  left: 50%;
  top: 50%;
  height: 7px;
  width: 7px;
  border-radius: 50%;
  margin: -3px 0 0 -4px;
  background-color: #000;
}

.form .control-radio:hover input ~ .control_indicator:after {
  background-color: black;
  border-color: transparent;
}

.form .control-radio input:disabled ~ .control_indicator:after {
  border-color: #000;
}

/*
	<div class="numeric"><div class="control-numeric"><input type="text" name="quantity" value="1"></div><div class="dec"></div><div class="inc"></div></div>
*/
.form .numeric {
  display: flex;
  border: 1px solid #eee;
  padding: 4px;
  align-items: center;
}

.form .numeric > .dec,
.form .numeric > .inc {
  position: relative;
  background-color: #eee;
  height: 22px;
  width: 22px;
}

.form .numeric > .dec:hover,
.form .numeric > .inc:hover {
  background-color: #e1e1e1;
}

.form .numeric > .dec:before,
.form .numeric > .inc:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-family: 'icomoon';
  color: #000;
  text-align: center;
  line-height: 22px;
  font-size: 15px;
  z-index: 1;
}

.form .numeric > .dec:before {
  content: "\e91c";
}

.form .numeric > .inc:before {
  content: "\e91f";
}

.form .numeric > .control-numeric {
  flex-grow: 1;
}

.form .numeric > .control-numeric > input {
  height: 22px;
  font-size: 15px;
  line-height: 22px;
  border: none;
  text-align: center;
  width: 44px;
}

.pages {
  visibility: hidden;
  text-align: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -ms-user-select: none;
}

.pages .pages-button, .pages .pages-button:focus {
  display: inline-block;
  font-family: 'Roboto', Helvetica, sans-serif;
  font-size: 20px;
  width: 42px;
  color: #939393;
  text-align: center;
  margin-right: 10px;
  text-decoration: none;
}

.pages .pages-button:nth-last-child(1) {
  margin-right: 0;
}

.pages .pages-button:hover {
  color: #000;
  text-decoration: none;
}

.pages .pages-button[active] {
  position: relative;
  pointer-events: none;
  cursor: default;
  color: #000;
}

.pages .pages-button span {
  display: inline-block;
  color: #000;
  text-decoration: none;
  position: relative;
  z-index: 1;
  padding: 0 3px;
  line-height: 100%;
  text-shadow: 1px 1px 1px #fff;
  font-weight: 400;
}

.pages .pages-button span:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 25%;
  background-color: #eee;
  z-index: -1;
  bottom: 0;
  left: 0;
  opacity: 0;
  transition: opacity 0.2s linear;
}

.pages .pages-button span:hover:before {
  opacity: 1;
}

.pages .pages-button[active] span:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 6px;
  background-color: #000;
  z-index: -1;
  bottom: 0;
  left: 0;
  opacity: 1;
}

.pages .pages-button[disabled] {
  pointer-events: none;
  cursor: default;
  opacity: .5;
}

.pages .arrow-left {
  display: inline-block;
  width: 20px;
  height: 13px;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAANCAIAAAAmMtkJAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MENBMjg0NEQ4ODRDMTFFNTg5M0VDMkJFNDZBQzlFOUIiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MENBMjg0NEU4ODRDMTFFNTg5M0VDMkJFNDZBQzlFOUIiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDowQ0EyODQ0Qjg4NEMxMUU1ODkzRUMyQkU0NkFDOUU5QiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDowQ0EyODQ0Qzg4NEMxMUU1ODkzRUMyQkU0NkFDOUU5QiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pj8rHHoAAADpSURBVHjarJK/CkVgGMZfpSzuQC5AIRsll6BMBhdgxuweDAYzo9HKqhSD3IVVBhbO21GnToTz5xm+v/2+p/d5P1iPlKap7/vLsqyngv1REAQAIAjCeqU3uO97XdfhKdM0P4CzLKNpGjGO43A0DOMWPM+z53mbYRzHbdviwrKsS5gsy9J13bquJUmKokhRlKqqEO66LgzDYRjgSEiKoggUReGGZdlxHLf38jyHG1JVlSyKAp2bptE0DZ1lWd4q53netu0LZ5ymaXrVnCTJ/Zp/TvsPff7ih5H7MBzHYRgGW4XXBEGcBP4QYAAP5faZfk+NIAAAAABJRU5ErkJggg==") no-repeat center center;
}

.pages .arrow-right {
  display: inline-block;
  width: 20px;
  height: 13px;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAANCAIAAAAmMtkJAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MUI0M0Y1RjU4ODRDMTFFNTg0MUZBN0E4NEMyREEwMTgiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MUI0M0Y1RjY4ODRDMTFFNTg0MUZBN0E4NEMyREEwMTgiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDoxQjQzRjVGMzg4NEMxMUU1ODQxRkE3QTg0QzJEQTAxOCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDoxQjQzRjVGNDg4NEMxMUU1ODQxRkE3QTg0QzJEQTAxOCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PjnqFawAAADWSURBVHjaYviPF/z796+mpmbVqlVYZRn+EwK6uroMDAz9/f3kaA4LC2MAA19f35cvX5KmOSAgAKhTU1MTSPLw8GzatIkEzVFRUUBtFy5cWLhwIcQJRUVFP3/+BEqxAE26dOkSIyMjAzbAx8cHlAUyvn//HhcXp6amlpmZ2dfXd/jwYWAoMFhbWzMQAXbv3g1xyJcvX2RlZYEi7OzsLGVlZfhtnjVr1pUrV4C+BXJPnjwJtPnx48cmJiYgm4n386JFi+B+/vHjB+1Dm6J4Jj+F4U/bAAEGAGD7JRXYcfFWAAAAAElFTkSuQmCC") no-repeat center center;
}

@media (max-width: 543px) {
  .pages .pages-button, .pages .pages-button:focus {
    font-size: 18px;
    width: 32px;
  }
}

.glif-menu-item > div:nth-child(1) {
  background-color: #fff;
  box-shadow: 0 1px 8px 3px #fafafa;
  border-radius: 10px;
  padding-top: 100%;
  position: relative;
  margin-bottom: 10px;
}

.glif-menu-item > div:nth-child(1) img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1;
  padding: 20px;
  opacity: .3;
}

.glif-menu-item > div:nth-child(2) {
  text-align: center;
  color: #aaa;
  font-size: 14px;
  margin-bottom: 5px;
}

.glif-menu-item > div:nth-child(2) a {
  text-decoration: none;
  color: #454545;
}

.glif-menu-item > div:nth-child(3) {
  text-align: center;
  color: #aaa;
  font-size: 11px;
  margin-bottom: 30px;
}

/***************************************/
body {
  overflow-x: hidden;
  display: flex;
  flex-direction: column;
  min-height: 100%;
  background-color: white;
}

body > header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  padding: 15px 0 15px 0;
  background-color: #fff;
  transition: transform .4s ease-in-out .4s;
}

body > header .panel-cont {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

body > header .panel-cont .menu-user {
  display: flex;
  align-items: center;
}

body > header .panel-cont .menu-user > div:nth-child(1) {
  width: 32px;
  height: 32px;
}

body > header .panel-cont .menu-user > div:nth-child(1) a {
  display: inline-block;
  text-decoration: none;
  color: #ddd;
  line-height: 32px;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: 1px solid #fafafa;
  box-shadow: 1px 1px 8px 3px #fafafa;
  text-align: center;
}

body > header .panel-cont .menu-user > div:nth-child(1) a span {
  margin-left: 1px;
  display: inline-block;
}

body > header .panel-cont .menu-user > div:nth-child(2) {
  padding-left: 10px;
}

body > header .panel-cont .menu-user > div:nth-child(2) > div:nth-child(1) a {
  text-decoration: none;
  color: #454545;
  position: relative;
  display: block;
  font-size: 16px;
  line-height: 16px;
}

body > header .panel-cont .menu-user > div:nth-child(2) > div:nth-child(1) a:before {
  content: "\e90e";
  font-family: 'icomoon';
  position: absolute;
  margin-right: -19px;
  width: 16px;
  height: 16px;
  text-align: center;
  line-height: 16px;
  font-size: 16px;
  color: #eee;
  bottom: 0;
  right: 0;
  z-index: 1;
}

body > header .panel-cont .menu-user > div:nth-child(2) > div:nth-child(2) {
  font-size: 10px;
  color: #aaa;
}

body > header .panel-cont .menu-icons {
  display: flex;
  align-items: center;
}

body > header .panel-cont .menu-icons a {
  font-weight: 300;
  display: inline-block;
  text-decoration: none;
  font-size: 22px;
  margin-left: 15px;
  color: #454545;
}

body > header .panel-cont .menu-icons a:nth-child(1) {
  margin-left: 0;
}

body header + main {
  padding-top: 62px;
}

body > main {
  display: flex;
  flex-grow: 1;
}

body > footer {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  background: rgba(235, 240, 242, 0.8);
  background: -moz-linear-gradient(top, transparent 0%, rgba(235, 240, 242, 0.8) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, transparent), color-stop(100%, rgba(235, 240, 242, 0.8)));
  background: -webkit-linear-gradient(top, transparent 0%, rgba(235, 240, 242, 0.8) 100%);
  background: -o-linear-gradient(top, transparent 0%, rgba(235, 240, 242, 0.8) 100%);
  background: linear-gradient(to bottom, transparent 0%, rgba(235, 240, 242, 0.8) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=transparent, endColorstr=rgba(235, 240, 242, 0.8));
}

/***************************************/
.flx-dialog {
  flex-grow: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}

.flx-dialog > div {
  max-width: 600px;
}
