.thx_list li:before {
   width: 0 !important;
}
.thx_list {
   list-style: decimal;
   color: #000;
   font-weight: 700;
}
.thx_list li {
   padding-left: 0;
   margin-left: 25px !important;
}
.thx_list li span {
   color: gray;
   font-size: 16px !important;
   display: block;
   font-weight: 400;
}
#order_form {
   background: url(../img/formbg3.jpg) no-repeat 0 0 / cover;
   padding: 20px;
   max-width: 600px;
   font-family: Arial;
   margin: 20px;
}
#order_form div,
i.icon:before {
   background: 0 0 !important;
}
#order_form h2 {
   margin: 25px 0 0;
   padding: 0;
   line-height: 32px;
   border: 0;
}
#order_form label {
   width: 230px;
   display: block;
   padding: 5px 0;
   font-weight: 700;
   font-size: 16px;
}
#order_form label.vertical {
   border: 0 !important;
}
#order_form .order_form_pole {
   padding: 10px;
   margin: 10px;
}
#order_form input,
#order_form select {
   font-size: 21px;
   padding: 15px;
   border-radius: 3px;
   border: 2px solid #e9d7dc;
   max-width: 300px;
   width: 100%;
   background: #fff;
}
#order_form span {
   font-size: 12px;
}
#order_form button {
   background: #0299ff;
   display: inline-block;
   padding: 20px;
   color: #fff;
   font-weight: 700;
   text-decoration: none;
   box-shadow: 0 4px 15px 0 rgba(129, 150, 160, 0.45);
   border-radius: 5px;
   transition: all 0.15s ease-in-out;
   border: 0;
   cursor: pointer;
   font-size: 20px;
   margin-top: 20px;
}
#order_form button:hover {
   background: #017acc;
}
#order_form button:active {
   position: relative;
   top: 1px;
}
#order_form_success {
   position: relative;
}
.infinite-scroll-container-item {
   background: 0 0 !important;
   -webkit-box-shadow: none !important;
   box-shadow: none !important;
   margin: 0 !important;
   border-radius: 0 !important;
   border: 0 !important;
   padding: 0 !important;
}
ul.listul li {
   margin: 10px;
}
*,
:after,
:before {
   -webkit-box-sizing: inherit;
   box-sizing: inherit;
}
input[type="password"],
input[type="text"] {
   -webkit-appearance: none;
   -moz-appearance: none;
}
body {
   font:
      16px/1.4285em Roboto,
      "Helvetica Neue",
      Arial,
      Helvetica,
      sans-serif;
   background: #f3f4f5;
   overflow-x: hidden;
   min-width: 320px;
   background: #fff;
   color: rgba(0, 0, 0, 0.87);
   height: 100%;
   padding: 0;
   margin: 0;
   color: #3a3939;
}
h1 {
   font-size: 2em;
   margin: 0.67em 0;
}
a {
   background: 0 0;
   text-decoration: none;
   color: #00f;
}
img {
   border-style: none;
}
button,
input {
   font: 100%/1.15 inherit;
   margin: 0;
   overflow: visible;
}
button {
   text-transform: none;
}
[type="button"],
[type="submit"],
button {
   -webkit-appearance: button;
}
[type="button"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
   border-style: none;
   padding: 0;
}
[type="button"]:-moz-focusring,
[type="submit"]:-moz-focusring,
button:-moz-focusring {
   outline: 1px dotted ButtonText;
}
[type="checkbox"] {
   -webkit-box-sizing: border-box;
   box-sizing: border-box;
   padding: 0;
}
h1,
h2 {
   line-height: 1.28571429em;
   margin: calc(2rem - 0.1428571428571429em) 0 1rem;
   padding: 0;
}
h1 {
   min-height: 1rem;
   font-size: 2rem;
}
h2 {
   font-size: 1.71428571rem;
}
h1:first-child,
p:first-child {
   margin-top: 0;
}
p {
   margin: 0 0 1em;
   line-height: 1.4285em;
   font-size: 20px;
}
a:hover {
   text-decoration: none;
   color: #861717;
}
::-webkit-selection {
   background: #cce2ff;
   color: rgba(0, 0, 0, 0.87);
}
::-moz-selection {
   background: #cce2ff;
   color: rgba(0, 0, 0, 0.87);
}
::selection {
   background: #cce2ff;
   color: rgba(0, 0, 0, 0.87);
}
input::-webkit-selection {
   background: rgba(100, 100, 100, 0.4);
   color: rgba(0, 0, 0, 0.87);
}
input::-moz-selection {
   background: rgba(100, 100, 100, 0.4);
   color: rgba(0, 0, 0, 0.87);
}
input::selection {
   background: rgba(100, 100, 100, 0.4);
   color: rgba(0, 0, 0, 0.87);
}
body ::-webkit-scrollbar {
   -webkit-appearance: none;
   width: 10px;
   height: 10px;
}
body ::-webkit-scrollbar-track {
   background: rgba(0, 0, 0, 0.1);
   border-radius: 0;
}
body ::-webkit-scrollbar-thumb {
   cursor: pointer;
   border-radius: 5px;
   background: rgba(0, 0, 0, 0.25);
   -webkit-transition: color 0.2s ease;
   transition: color 0.2s ease;
}
body ::-webkit-scrollbar-thumb:hover {
   background: rgba(128, 135, 139, 0.8);
}
body .ui.inverted:not(.dimmer)::-webkit-scrollbar-track {
   background: rgba(255, 255, 255, 0.1);
}
body .ui.inverted:not(.dimmer)::-webkit-scrollbar-thumb {
   background: rgba(255, 255, 255, 0.25);
}
body .ui.inverted:not(.dimmer)::-webkit-scrollbar-thumb:hover {
   background: rgba(255, 255, 255, 0.35);
}
.ui.button,
.ui.button:hover {
   -webkit-box-shadow:
      0 0 0 1px transparent inset,
      0 0 0 0 rgba(34, 36, 38, 0.15) inset;
   box-shadow:
      0 0 0 1px transparent inset,
      0 0 0 0 rgba(34, 36, 38, 0.15) inset;
}
.ui.button {
   cursor: pointer;
   display: inline-block;
   min-height: 1em;
   outline: 0;
   border: 0;
   vertical-align: baseline;
   background: #e0e1e2;
   color: rgba(0, 0, 0, 0.6);
   font-family: Roboto, "Helvetica Neue", Arial, Helvetica, sans-serif;
   margin: 0 0.25em 0 0;
   padding: 0.78571429em 1.5em;
   text-transform: none;
   text-shadow: none;
   font-weight: 400;
   line-height: 1em;
   font-style: normal;
   text-align: center;
   text-decoration: none;
   border-radius: 0.28571429rem;
   -webkit-user-select: none;
   -moz-user-select: none;
   -ms-user-select: none;
   user-select: none;
   -webkit-transition:
      opacity 0.1s ease,
      background-color 0.1s ease,
      color 0.1s ease,
      background 0.1s ease,
      -webkit-box-shadow 0.1s ease;
   transition:
      opacity 0.1s ease,
      background-color 0.1s ease,
      color 0.1s ease,
      box-shadow 0.1s ease,
      background 0.1s ease;
   transition:
      opacity 0.1s ease,
      background-color 0.1s ease,
      color 0.1s ease,
      box-shadow 0.1s ease,
      background 0.1s ease,
      -webkit-box-shadow 0.1s ease;
   will-change: auto;
   -webkit-tap-highlight-color: transparent;
}
.ui.button:hover {
   background: #cacbcd;
   color: rgba(0, 0, 0, 0.8);
}
.ui.button:hover .icon {
   opacity: 0.85;
}
.ui.button:focus {
   background: #cacbcd;
   color: rgba(0, 0, 0, 0.8);
   -webkit-box-shadow: "";
   box-shadow: "";
}
.ui.button:focus .icon {
   opacity: 0.85;
}
.ui.button:active {
   background: "" #babbbc;
   color: rgba(0, 0, 0, 0.9);
   -webkit-box-shadow:
      0 0 0 1px transparent inset,
      none;
   box-shadow:
      0 0 0 1px transparent inset,
      none;
}
.ui.button:disabled {
   background: 0 0;
   cursor: default;
   opacity: 0.45 !important;
   -webkit-box-shadow: none;
   box-shadow: none;
   pointer-events: none !important;
}
.ui.inverted.button,
.ui.inverted.button:hover {
   -webkit-box-shadow: 0 0 0 2px #fff inset;
   box-shadow: 0 0 0 2px #fff inset;
}
.ui.inverted.button {
   background: 0 0;
   color: #fff;
   text-shadow: none !important;
}
.ui.inverted.button:hover {
   background: #fff;
   color: rgba(0, 0, 0, 0.8);
}
.ui.inverted.button:focus {
   background: #fff;
   -webkit-box-shadow: 0 0 0 2px #fff inset;
   box-shadow: 0 0 0 2px #fff inset;
   color: rgba(0, 0, 0, 0.8);
}
.ui.facebook.button,
.ui.vk.button {
   background: 0 0;
   color: #fff;
   -webkit-box-shadow: 0 0 0 0 rgba(34, 36, 38, 0.15) inset;
   box-shadow: 0 0 0 0 rgba(34, 36, 38, 0.15) inset;
}
.ui.facebook.button {
   background: #3b5998;
   text-shadow: none;
}
.ui.facebook.button:active,
.ui.facebook.button:hover {
   background: #304d8a;
   color: #fff;
   text-shadow: none;
}
.ui.facebook.button:active {
   background: #2d4373;
}
.ui.vk.button {
   background: #45668e;
}
.ui.vk.button:hover {
   background: #395980;
   color: #fff;
}
.ui.vk.button:active {
   background: #344d6c;
   color: #fff;
}
.ui.button > .icon:not(.button) {
   height: auto;
   opacity: 0.8;
   margin: 0 0.42857143em 0 -0.21428571em;
   -webkit-transition: opacity 0.1s ease;
   transition: opacity 0.1s ease;
   vertical-align: "";
   color: "";
}
.ui.button,
.ui.buttons .button {
   font-size: 1rem;
}
.ui.ui.ui.ui.mini.button {
   font-size: 0.78571429rem;
}
.ui.huge.buttons .button {
   font-size: 1.42857143rem;
}
.ui.icon.button {
   padding: 0.78571429em;
}
.ui.icon.button > .icon {
   opacity: 0.9;
   margin: 0 !important;
   vertical-align: top;
}
.ui.basic.button {
   background: 0 0;
   color: rgba(0, 0, 0, 0.6);
   font-weight: 400;
   border-radius: 0.28571429rem;
   text-transform: none;
   text-shadow: none !important;
   -webkit-box-shadow: 0 0 0 1px rgba(34, 36, 38, 0.15) inset;
   box-shadow: 0 0 0 1px rgba(34, 36, 38, 0.15) inset;
}
.ui.basic.button:hover {
   background: #fff;
   color: rgba(0, 0, 0, 0.8);
   -webkit-box-shadow:
      0 0 0 1px rgba(34, 36, 38, 0.35) inset,
      0 0 0 0 rgba(34, 36, 38, 0.15) inset;
   box-shadow:
      0 0 0 1px rgba(34, 36, 38, 0.35) inset,
      0 0 0 0 rgba(34, 36, 38, 0.15) inset;
}
.ui.basic.button:focus {
   background: #fff;
   color: rgba(0, 0, 0, 0.8);
   -webkit-box-shadow:
      0 0 0 1px rgba(34, 36, 38, 0.35) inset,
      0 0 0 0 rgba(34, 36, 38, 0.15) inset;
   box-shadow:
      0 0 0 1px rgba(34, 36, 38, 0.35) inset,
      0 0 0 0 rgba(34, 36, 38, 0.15) inset;
}
.ui.basic.button:active {
   background: #f8f8f8;
   color: rgba(0, 0, 0, 0.9);
   -webkit-box-shadow:
      0 0 0 1px rgba(0, 0, 0, 0.15) inset,
      0 1px 4px 0 rgba(34, 36, 38, 0.15) inset;
   box-shadow:
      0 0 0 1px rgba(0, 0, 0, 0.15) inset,
      0 1px 4px 0 rgba(34, 36, 38, 0.15) inset;
}
.ui.basic.inverted.button {
   background: 0 0;
   color: #f9fafb;
   -webkit-box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.5) inset;
   box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.5) inset;
}
.ui.basic.inverted.button:hover {
   color: #fff;
   -webkit-box-shadow: 0 0 0 2px #fff inset;
   box-shadow: 0 0 0 2px #fff inset;
}
.ui.basic.inverted.button:focus {
   color: #fff;
   -webkit-box-shadow: 0 0 0 2px #fff inset;
   box-shadow: 0 0 0 2px #fff inset;
}
.ui.basic.inverted.button:active {
   background: rgba(255, 255, 255, 0.08);
   color: #fff;
   -webkit-box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.9) inset;
   box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.9) inset;
}
.ui.labeled.icon.button {
   position: relative;
   padding-left: 4.07142857em !important;
   padding-right: 1.5em !important;
}
.ui.labeled.icon.button > .icon {
   background: rgba(0, 0, 0, 0.05);
   position: absolute;
   top: 0;
   left: 0;
   height: 100%;
   line-height: 1;
   border-radius: 0;
   border-top-left-radius: inherit;
   border-bottom-left-radius: inherit;
   text-align: center;
   -webkit-animation: none;
   animation: none;
   padding: 0.78571429em 0;
   margin: 0;
   width: 2.57142857em;
   color: "";
   -webkit-box-shadow: -1px 0 0 0 transparent inset;
   box-shadow: -1px 0 0 0 transparent inset;
}
.ui.labeled.icon.button > .icon:after,
.ui.labeled.icon.button > .icon:before {
   display: block;
   position: relative;
   width: 100%;
   top: 0;
   text-align: center;
}
.ui.circular.button {
   border-radius: 10em;
}
.ui.circular.button > .icon {
   width: 1em;
   vertical-align: baseline;
}
.ui.fluid.button {
   width: 100%;
   display: block;
}
.ui.red.button,
.ui.red.buttons .button {
   background: red;
   color: #fff;
   text-shadow: none;
}
.ui.red.button {
   -webkit-box-shadow: 0 0 0 0 rgba(34, 36, 38, 0.15) inset;
   box-shadow: 0 0 0 0 rgba(34, 36, 38, 0.15) inset;
}
.ui.red.button:hover,
.ui.red.buttons .button:hover {
   background: #d50000;
   color: #fff;
   text-shadow: none;
}
.ui.red.button:focus,
.ui.red.buttons .button:focus {
   background: #d50000;
   color: #fff;
   text-shadow: none;
}
.ui.red.button:active,
.ui.red.buttons .button:active,
.ui.teal.button,
.ui.teal.button:hover {
   background: #d50000;
   color: #fff;
   text-shadow: none;
}
.ui.teal.button {
   background: #478f8e;
   -webkit-box-shadow: 0 0 0 0 rgba(34, 36, 38, 0.15) inset;
   box-shadow: 0 0 0 0 rgba(34, 36, 38, 0.15) inset;
}
.ui.teal.button:hover {
   background: #366d6c;
}
.ui.teal.button:focus {
   background: #008c86;
   color: #fff;
   text-shadow: none;
}
.ui.teal.button:active {
   background: #00827c;
   color: #fff;
   text-shadow: none;
}
.ui.buttons {
   display: -webkit-inline-box;
   display: -ms-inline-flexbox;
   display: inline-flex;
   -webkit-box-orient: horizontal;
   -webkit-box-direction: normal;
   -ms-flex-direction: row;
   flex-direction: row;
   font-size: 0;
   vertical-align: baseline;
   margin: 0 0.25em 0 0;
}
.ui.buttons:not(.basic):not(.inverted) {
   -webkit-box-shadow: none;
   box-shadow: none;
}
.ui.buttons:after {
   content: ".";
   display: block;
   height: 0;
   clear: both;
   visibility: hidden;
}
.ui.buttons .button {
   -webkit-box-flex: 1;
   -ms-flex: 1 0 auto;
   flex: 1 0 auto;
   border-radius: 0;
   margin: 0;
}
.ui.buttons:not(.basic):not(.inverted) > .button:not(.basic):not(.inverted) {
   -webkit-box-shadow:
      0 0 0 1px transparent inset,
      0 0 0 0 rgba(34, 36, 38, 0.15) inset;
   box-shadow:
      0 0 0 1px transparent inset,
      0 0 0 0 rgba(34, 36, 38, 0.15) inset;
}
.ui.buttons .button:first-child {
   border-left: none;
   margin-left: 0;
   border-top-left-radius: 0.28571429rem;
   border-bottom-left-radius: 0.28571429rem;
}
.ui.buttons .button:last-child {
   border-top-right-radius: 0.28571429rem;
   border-bottom-right-radius: 0.28571429rem;
}
.ui.container {
   display: block;
   max-width: 100%;
}
.ui.divider {
   margin: 1rem 0;
   line-height: 1;
   height: 0;
   font-weight: 400;
   text-transform: uppercase;
   letter-spacing: 0.05em;
   color: rgba(0, 0, 0, 0.85);
   -webkit-user-select: none;
   -moz-user-select: none;
   -ms-user-select: none;
   user-select: none;
   -webkit-tap-highlight-color: transparent;
   font-size: 1rem;
}
.ui.horizontal.divider {
   display: table;
   white-space: nowrap;
   height: auto;
   margin: "";
   line-height: 1;
   text-align: center;
}
.ui.horizontal.divider:after,
.ui.horizontal.divider:before {
   content: "";
   display: table-cell;
   position: relative;
   top: 50%;
   width: 50%;
   background-repeat: no-repeat;
}
.ui.horizontal.divider:before {
   background-position: right 1em top 50%;
}
.ui.horizontal.divider:after {
   background-position: left 1em top 50%;
}
.ui.horizontal.divider:after,
.ui.horizontal.divider:before {
   background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAABaAAAAACCAYAAACuTHuKAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyFpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDE0IDc5LjE1MTQ4MSwgMjAxMy8wMy8xMy0xMjowOToxNSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChXaW5kb3dzKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo1OThBRDY4OUNDMTYxMUU0OUE3NUVGOEJDMzMzMjE2NyIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo1OThBRDY4QUNDMTYxMUU0OUE3NUVGOEJDMzMzMjE2NyI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjU5OEFENjg3Q0MxNjExRTQ5QTc1RUY4QkMzMzMyMTY3IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjU5OEFENjg4Q0MxNjExRTQ5QTc1RUY4QkMzMzMyMTY3Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+VU513gAAADVJREFUeNrs0DENACAQBDBIWLGBJQby/mUcJn5sJXQmOQMAAAAAAJqt+2prAAAAAACg2xdgANk6BEVuJgyMAAAAAElFTkSuQmCC);
}
em[data-emoji] {
   opacity: 1;
   speak: none;
   -webkit-backface-visibility: hidden;
   backface-visibility: hidden;
}
em[data-emoji]:before {
   content: "\00A0\00A0\00A0\00A0\00A0\00A0\00A0";
   display: inline-block;
   line-height: 1.28571429em;
   background-repeat: no-repeat;
   background-position: center center;
}
.ui.header {
   border: 0;
   margin: calc(2rem - 0.1428571428571429em) 0 1rem;
   padding: 0;
   font-family: Roboto, "Helvetica Neue", Arial, Helvetica, sans-serif;
   font-weight: 400;
   line-height: 1.28571429em;
   text-transform: none;
   color: rgba(0, 0, 0, 0.87);
}
.ui.header:first-child {
   margin-top: -0.14285714em;
}
h1.ui.header {
   font-size: 2rem;
   font-weight: 400 !important;
   font-size: 20pt;
   text-transform: uppercase;
   border-bottom: 3px solid red;
   padding-bottom: 2px;
   padding-left: 20px;
   margin-bottom: 25px;
}
.ui.image,
i.icon {
   display: inline-block;
}
i.icon {
   font: 400 1em Icons;
   margin: 0 0.25rem 0 0;
   width: 1.18em;
   height: 1em;
   text-decoration: inherit;
   text-align: center;
   speak: none;
   -moz-osx-font-smoothing: grayscale;
   -webkit-font-smoothing: antialiased;
   -webkit-backface-visibility: hidden;
   backface-visibility: hidden;
}
i.icon,
i.icon:active,
i.icon:hover {
   opacity: 1;
}
i.large.large.large.icon {
   line-height: 1;
   vertical-align: middle;
   font-size: 1.5em;
}
i.icon.at:before {
   content: "\f1fa";
}
i.icon.search:before {
   content: "\f002";
}
i.icon.facebook:before {
   content: "\f09a";
   font-family: brand-icons;
}
i.icon.facebook.f:before,
i.icon.google:before {
   content: "\f39e";
   font-family: brand-icons;
}
i.icon.google:before {
   content: "\f1a0";
}
i.icon.odnoklassniki:before,
i.icon.vk:before {
   content: "\f263";
   font-family: brand-icons;
}
i.icon.vk:before {
   content: "\f189";
}
.ui.image {
   background: 0 0;
   position: relative;
   vertical-align: middle;
   max-width: 100%;
}
img.ui.image {
   display: block;
}
.ui.input {
   position: relative;
   font-weight: 400;
   font-style: normal;
   display: -webkit-inline-box;
   display: -ms-inline-flexbox;
   display: inline-flex;
   color: rgba(0, 0, 0, 0.87);
   font-size: 1em;
}
.ui.input > input {
   margin: 0;
   max-width: 100%;
   -webkit-box-flex: 1;
   -ms-flex: 1 0 auto;
   flex: 1 0 auto;
   outline: 0;
   -webkit-tap-highlight-color: transparent;
   text-align: left;
   line-height: 1.21428571em;
   font-family: Roboto, "Helvetica Neue", Arial, Helvetica, sans-serif;
   padding: 0.67857143em 1em;
   background: #fff;
   border: 1px solid rgba(34, 36, 38, 0.15);
   color: rgba(0, 0, 0, 0.87);
   border-radius: 0.28571429rem;
   -webkit-transition:
      border-color 0.1s ease,
      -webkit-box-shadow 0.1s ease;
   transition:
      box-shadow 0.1s ease,
      border-color 0.1s ease;
   transition:
      box-shadow 0.1s ease,
      border-color 0.1s ease,
      -webkit-box-shadow 0.1s ease;
   -webkit-box-shadow: none;
   box-shadow: none;
}
.ui.form ::-webkit-input-placeholder,
.ui.input > input::-webkit-input-placeholder {
   color: rgba(191, 191, 191, 0.87);
}
.ui.form ::-moz-placeholder,
.ui.input > input::-moz-placeholder {
   color: rgba(191, 191, 191, 0.87);
}
.ui.input > input:-ms-input-placeholder {
   color: rgba(191, 191, 191, 0.87);
}
.ui.input > input:active {
   border-color: rgba(0, 0, 0, 0.3);
   background: #fafafa;
   color: rgba(0, 0, 0, 0.87);
   -webkit-box-shadow: none;
   box-shadow: none;
}
.ui.input > input:focus {
   border-color: #85b7d9;
   background: #fff;
   color: rgba(0, 0, 0, 0.8);
   -webkit-box-shadow: none;
   box-shadow: none;
}
.ui.form :focus::-webkit-input-placeholder,
.ui.input > input:focus::-webkit-input-placeholder {
   color: rgba(115, 115, 115, 0.87);
}
.ui.form :focus::-moz-placeholder,
.ui.input > input:focus::-moz-placeholder {
   color: rgba(115, 115, 115, 0.87);
}
.ui.input > input:focus:-ms-input-placeholder {
   color: rgba(115, 115, 115, 0.87);
}
.ui.icon.input > i.icon {
   cursor: default;
   position: absolute;
   line-height: 1;
   text-align: center;
   top: 0;
   right: 0;
   margin: 0;
   height: 100%;
   width: 2.67142857em;
   opacity: 0.5;
   border-radius: 0 0.28571429rem 0.28571429rem 0;
   -webkit-transition: opacity 0.3s ease;
   transition: opacity 0.3s ease;
}
.ui.icon.input > i.icon:not(.link) {
   pointer-events: none;
}
.ui.ui.ui.ui.icon.input > input {
   padding-right: 2.67142857em;
}
.ui.icon.input > i.icon:after,
.ui.icon.input > i.icon:before {
   left: 0;
   position: absolute;
   text-align: center;
   top: 50%;
   width: 100%;
   margin-top: -0.5em;
}
.ui[class*="left icon"].input > i.icon {
   right: auto;
   left: 1px;
   border-radius: 0.28571429rem 0 0 0.28571429rem;
}
.ui.ui.ui.ui[class*="left icon"].input > input {
   padding-left: 2.67142857em;
   padding-right: 1em;
}
.ui.action.input > .button {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-align: center;
   -ms-flex-align: center;
   align-items: center;
   -webkit-box-flex: 0;
   -ms-flex: 0 0 auto;
   flex: 0 0 auto;
   padding-top: 0.78571429em;
   padding-bottom: 0.78571429em;
   margin: 0;
}
.ui.action.input:not([class*="left action"]) > input {
   border-top-right-radius: 0;
   border-bottom-right-radius: 0;
   border-right-color: transparent;
}
.ui.action.input > .button:not(:first-child) {
   border-radius: 0;
}
.ui.action.input > .button:last-child {
   border-radius: 0 0.28571429rem 0.28571429rem 0;
}
.ui.action.input:not([class*="left action"]) > input:focus {
   border-right-color: #85b7d9;
}
.ui.fluid.input {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
}
.ui.segment {
   position: relative;
   background: #fff;
   -webkit-box-shadow: 0 1px 2px 0 rgba(34, 36, 38, 0.15);
   box-shadow: 0 1px 2px 0 rgba(34, 36, 38, 0.15);
   margin: 1rem 0;
   padding: 1em;
   border-radius: 0.28571429rem;
   border: 1px solid rgba(34, 36, 38, 0.15);
   font-size: 1rem;
}
.ui.segment:first-child {
   margin-top: 0;
}
.ui.segment:last-child {
   margin-bottom: 0;
}
.ui.vertical.segment {
   margin: 0;
   padding-left: 0;
   padding-right: 0;
   background: 0 0;
   border-radius: 0;
   -webkit-box-shadow: none;
   box-shadow: none;
   border: 0;
   border-bottom: 1px solid rgba(34, 36, 38, 0.15);
}
.ui.vertical.segment:last-child {
   border-bottom: none;
}
.ui.basic.segment {
   background: 0 0;
   -webkit-box-shadow: none;
   box-shadow: none;
   border: 0;
   border-radius: 0;
}
.ui.inverted.red.segment.segment.segment.segment.segment {
   background: red;
   color: #fff;
}
.ui[class*="center aligned"].segment {
   text-align: center;
}
.ui.inverted.segment {
   border: 0;
   -webkit-box-shadow: none;
   box-shadow: none;
   background: #1b1c1d;
   color: rgba(255, 255, 255, 0.9);
}
.ui.secondary.segment {
   background: #f3f4f5;
   color: rgba(0, 0, 0, 0.6);
}
.ui.form {
   position: relative;
   max-width: 100%;
   font-size: 1rem;
}
.ui.form .field {
   clear: both;
   margin: 0 0 1em;
}
.ui.form input[type="password"],
.ui.form input[type="text"] {
   font:
      1em/1.21428571em "Roboto";
   width: 100%;
   vertical-align: top;
   margin: 0;
   outline: 0;
   -webkit-appearance: none;
   -webkit-tap-highlight-color: transparent;
   padding: 0.67857143em 1em;
   background: #fff;
   border: 1px solid rgba(34, 36, 38, 0.15);
   color: rgba(0, 0, 0, 0.87);
   border-radius: 0.28571429rem;
   -webkit-box-shadow: 0 0 0 0 transparent inset;
   box-shadow: 0 0 0 0 transparent inset;
   -webkit-transition:
      color 0.1s ease,
      border-color 0.1s ease;
   transition:
      color 0.1s ease,
      border-color 0.1s ease;
}
.ui.form input[type="checkbox"] {
   vertical-align: top;
}
.ui.form .field .ui.input {
   width: 100%;
}
.ui.form .field .ui.input input {
   width: auto;
}
.ui.form :-ms-input-placeholder {
   color: rgba(191, 191, 191, 0.87) !important;
}
.ui.form :focus:-ms-input-placeholder {
   color: rgba(115, 115, 115, 0.87) !important;
}
.ui.form input[type="password"]:focus,
.ui.form input[type="text"]:focus {
   color: rgba(0, 0, 0, 0.95);
   border-color: #85b7d9;
   border-radius: 0.28571429rem;
   background: #fff;
   -webkit-box-shadow: 0 0 0 0 rgba(34, 36, 38, 0.35) inset;
   box-shadow: 0 0 0 0 rgba(34, 36, 38, 0.35) inset;
}
.ui.form .ui.action.input.left input[type="password"] {
   border-bottom-left-radius: 0;
   border-top-left-radius: 0;
}
.ui.form .field :disabled {
   pointer-events: none;
   opacity: 0.45;
}
.ui.grid {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-orient: horizontal;
   -webkit-box-direction: normal;
   -ms-flex-direction: row;
   flex-direction: row;
   -ms-flex-wrap: wrap;
   flex-wrap: wrap;
   -webkit-box-align: stretch;
   -ms-flex-align: stretch;
   align-items: stretch;
   padding: 0;
   margin: -1rem;
}
.ui.grid > .column:not(.row) {
   position: relative;
   display: inline-block;
   width: 6.25%;
   vertical-align: top;
   padding: 1rem;
}
.ui.grid > * {
   padding-left: 1rem;
   padding-right: 1rem;
}
.ui.grid > .column:only-child {
   width: 100%;
}
.ui.grid > [class*="sixteen wide"].column,
.ui.grid > [class*="twelve wide"].column {
   width: 100% !important;
}
.ui.menu {
   font:
      400 1rem "Roboto";
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   margin: 1rem 0;
   background: #fff;
   border: 1px solid rgba(34, 36, 38, 0.15);
   -webkit-box-shadow: 0 1px 2px 0 rgba(34, 36, 38, 0.15);
   box-shadow: 0 1px 2px 0 rgba(34, 36, 38, 0.15);
   border-radius: 0.28571429rem;
   min-height: 2.85714286em;
}
.ui.menu:after {
   content: "";
   display: block;
   height: 0;
   clear: both;
   visibility: hidden;
}
.ui.menu:first-child {
   margin-top: 0;
}
.ui.menu:last-child {
   margin-bottom: 0;
}
.ui.menu .menu {
   margin: 0;
}
.ui.menu:not(.vertical) .item,
.ui.menu:not(.vertical) > .menu {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
}
.ui.menu:not(.vertical) .item {
   -webkit-box-align: center;
   -ms-flex-align: center;
   align-items: center;
}
.ui.menu .item {
   position: relative;
   vertical-align: middle;
   line-height: 1;
   text-decoration: none;
   -webkit-tap-highlight-color: transparent;
   -webkit-box-flex: 0;
   -ms-flex: 0 0 auto;
   flex: 0 0 auto;
   -webkit-user-select: none;
   -moz-user-select: none;
   -ms-user-select: none;
   user-select: none;
   background: 0 0;
   padding: 0.92857143em 1.14285714em;
   text-transform: none;
   color: rgba(0, 0, 0, 0.87);
   -webkit-transition:
      background 0.1s ease,
      color 0.1s ease,
      -webkit-box-shadow 0.1s ease;
   transition:
      background 0.1s ease,
      box-shadow 0.1s ease,
      color 0.1s ease;
   transition:
      background 0.1s ease,
      box-shadow 0.1s ease,
      color 0.1s ease,
      -webkit-box-shadow 0.1s ease;
}
.ui.menu > .item:first-child {
   border-radius: 0.28571429rem 0 0 0.28571429rem;
}
.ui.menu .item:before {
   position: absolute;
   content: "";
   top: 0;
   right: 0;
   height: 100%;
   width: 1px;
   background: rgba(34, 36, 38, 0.1);
}
.ui.menu .item > a:not(.ui) {
   -webkit-user-select: text;
   -moz-user-select: text;
   -ms-user-select: text;
   user-select: text;
   line-height: 1.3;
}
.ui.menu .item > i.icon {
   opacity: 0.9;
   float: none;
   margin: 0 0.35714286em 0 0;
}
.ui.menu a.item:hover {
   cursor: pointer;
}
.ui.menu a.item:active,
.ui.menu a.item:hover {
   background: rgba(0, 0, 0, 0.03);
   color: rgba(0, 0, 0, 0.95);
}
.ui.menu .active.item {
   font-weight: 400;
   -webkit-box-shadow: none;
   box-shadow: none;
}
.ui.menu .active.item,
.ui.menu .active.item:hover,
.ui.secondary.menu a.item:hover {
   background: rgba(0, 0, 0, 0.05);
   color: rgba(0, 0, 0, 0.95);
}
.ui.menu:not(.vertical) .right.menu {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   margin-left: auto !important;
}
.ui.menu .right.menu > .item::before {
   right: auto;
   left: 0;
}
.ui.inverted.menu,
.ui.secondary.menu,
.ui.secondary.menu .item {
   -webkit-box-shadow: none;
   box-shadow: none;
}
.ui.secondary.menu {
   background: 0 0;
   margin-left: -0.35714286em;
   margin-right: -0.35714286em;
   border-radius: 0;
   border: 0;
}
.ui.secondary.menu .item {
   -ms-flex-item-align: center;
   align-self: center;
   border: 0;
   padding: 0.78571429em 0.92857143em;
   margin: 0 0.35714286em;
   background: 0 0;
   -webkit-transition: color 0.1s ease;
   transition: color 0.1s ease;
}
.ui.secondary.menu .item:before {
   display: none !important;
}
.ui.secondary.menu .active.item,
.ui.secondary.menu .item {
   border-radius: 0.28571429rem;
}
.ui.secondary.menu .active.item,
.ui.secondary.menu .active.item:hover {
   -webkit-box-shadow: none;
   box-shadow: none;
   background: rgba(0, 0, 0, 0.05);
   color: rgba(0, 0, 0, 0.95);
}
.ui.secondary.pointing.menu {
   margin-left: 0;
   margin-right: 0;
   border-bottom: 2px solid rgba(34, 36, 38, 0.15);
}
.ui.secondary.pointing.menu .item {
   border-bottom-color: transparent;
   border-bottom-style: solid;
   border-radius: 0;
   -ms-flex-item-align: end;
   align-self: flex-end;
   margin: 0 0 -2px;
   padding: 0.85714286em 1.14285714em;
   border-bottom-width: 2px;
   -webkit-transition: color 0.1s ease;
   transition: color 0.1s ease;
}
.ui.secondary.pointing.menu .item:after {
   display: none;
}
.ui.secondary.pointing.menu a.item:hover {
   background: 0 0;
   color: rgba(0, 0, 0, 0.87);
}
.ui.secondary.pointing.menu a.item:active {
   background: 0 0;
   border-color: rgba(34, 36, 38, 0.15);
}
.ui.secondary.pointing.menu .active.item {
   background: 0 0;
   -webkit-box-shadow: none;
   box-shadow: none;
   font-weight: 400;
}
.ui.secondary.pointing.menu .active.item,
.ui.secondary.pointing.menu .active.item:hover {
   border-color: currentColor;
   color: rgba(0, 0, 0, 0.95);
}
.ui.inverted.menu {
   border: 0 solid transparent;
   background: #1b1c1d;
}
.ui.inverted.menu .item,
.ui.inverted.menu .item > a:not(.ui) {
   background: 0 0;
   color: rgba(255, 255, 255, 0.9);
}
.ui.inverted.menu .item:before {
   background: rgba(255, 255, 255, 0.08);
}
.ui.inverted.menu a.item:active,
.ui.inverted.menu a.item:hover {
   background: rgba(255, 255, 255, 0.08);
   color: #fff;
}
.ui.ui.inverted.red.menu {
   background: red;
}
.ui.inverted.red.menu .item:before {
   background: rgba(34, 36, 38, 0.1);
}
.ui.menu .fitted.item {
   padding: 0;
}
.ui.borderless.menu .item:before,
.ui.search.transparent input.prompt {
   background: 0 0 !important;
}
.ui.pointing.menu .item:after {
   visibility: hidden;
   position: absolute;
   content: "";
   top: 100%;
   left: 50%;
   -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
   transform: translateX(-50%) translateY(-50%) rotate(45deg);
   background: 0 0;
   margin: 0.5px 0 0;
   width: 0.57142857em;
   height: 0.57142857em;
   border: 0;
   border-bottom: 1px solid #d4d4d5;
   border-right: 1px solid #d4d4d5;
   z-index: 2;
   -webkit-transition: background 0.1s ease;
   transition: background 0.1s ease;
}
.ui.pointing.menu .active.item:after {
   background: #f2f2f2;
   visibility: visible;
}
.ui.pointing.menu .active.item:hover:after {
   background: #f2f2f2;
}
.ui.checkbox,
.ui.checkbox label {
   position: relative;
   outline: 0;
   font-size: 1em;
}
.ui.checkbox {
   display: inline-block;
   -webkit-backface-visibility: hidden;
   backface-visibility: hidden;
   vertical-align: baseline;
   font-style: normal;
   min-height: 17px;
   line-height: 17px;
   min-width: 17px;
}
.ui.checkbox input[type="checkbox"] {
   cursor: pointer;
   position: absolute;
   top: 0;
   left: 0;
   opacity: 0 !important;
   outline: 0;
   z-index: 3;
   width: 17px;
   height: 17px;
}
.ui.checkbox label {
   cursor: auto;
   display: block;
   padding-left: 1.85714em;
   color: rgba(0, 0, 0, 0.87);
   -webkit-transition: color 0.1s ease;
   transition: color 0.1s ease;
}
.ui.checkbox label:after,
.ui.checkbox label:before {
   position: absolute;
   top: 0;
   left: 0;
   width: 17px;
   height: 17px;
   -webkit-transition:
      border 0.1s ease,
      opacity 0.1s ease,
      -webkit-transform 0.1s ease,
      -webkit-box-shadow 0.1s ease;
   transition:
      border 0.1s ease,
      opacity 0.1s ease,
      transform 0.1s ease,
      box-shadow 0.1s ease;
   transition:
      border 0.1s ease,
      opacity 0.1s ease,
      transform 0.1s ease,
      box-shadow 0.1s ease,
      -webkit-transform 0.1s ease,
      -webkit-box-shadow 0.1s ease;
}
.ui.checkbox label:before {
   content: "";
   background: #fff;
   border-radius: 0.21428571rem;
   border: 1px solid #d4d4d5;
}
.ui.checkbox label:after {
   font: 16px Checkbox;
   text-align: center;
   opacity: 0;
   color: rgba(0, 0, 0, 0.87);
}
.ui.checkbox label:hover::before {
   background: #fff;
   border-color: rgba(34, 36, 38, 0.35);
}
.ui.checkbox label:hover {
   color: rgba(0, 0, 0, 0.8);
}
.ui.checkbox label:active::before {
   background: #f9fafb;
   border-color: rgba(34, 36, 38, 0.35);
}
.ui.checkbox input:active ~ label,
.ui.checkbox label:active::after {
   color: rgba(0, 0, 0, 0.95);
}
.ui.checkbox input:focus ~ label:before {
   background: #fff;
   border-color: #96c8da;
}
.ui.checkbox input:focus ~ label,
.ui.checkbox input:focus ~ label:after {
   color: rgba(0, 0, 0, 0.95);
}
.ui.checkbox input:checked ~ label:before {
   background: #fff;
   border-color: rgba(34, 36, 38, 0.35);
}
.ui.checkbox input:checked ~ label:after {
   opacity: 1;
   color: rgba(0, 0, 0, 0.95);
   content: "\e800";
}
.ui.checkbox input:checked:focus ~ label:before {
   background: #fff;
   border-color: #96c8da;
}
.ui.checkbox input:checked:focus ~ label:after {
   color: rgba(0, 0, 0, 0.95);
}
.ui.dimmer {
   background: rgba(0, 0, 0, 0.85);
   display: none;
   position: absolute;
   top: 0 !important;
   left: 0 !important;
   width: 100%;
   height: 100%;
   text-align: center;
   vertical-align: middle;
   padding: 1em;
   opacity: 0;
   line-height: 1;
   -webkit-animation-fill-mode: both;
   animation-fill-mode: both;
   -webkit-animation-duration: 0.5s;
   animation-duration: 0.5s;
   -webkit-transition: background-color 0.5s linear;
   transition: background-color 0.5s linear;
   -webkit-box-orient: vertical;
   -webkit-box-direction: normal;
   -ms-flex-direction: column;
   flex-direction: column;
   -webkit-box-align: center;
   -ms-flex-align: center;
   align-items: center;
   -webkit-box-pack: center;
   -ms-flex-pack: center;
   justify-content: center;
   -webkit-user-select: none;
   -moz-user-select: none;
   -ms-user-select: none;
   user-select: none;
   will-change: opacity;
   z-index: 1000;
}
.ui.dimmer > .content {
   -webkit-user-select: text;
   -moz-user-select: text;
   -ms-user-select: text;
   user-select: text;
   color: #fff;
}
.ui.dimmer:not(.inverted)::-webkit-scrollbar-track {
   background: rgba(255, 255, 255, 0.1);
}
.ui.dimmer:not(.inverted)::-webkit-scrollbar-thumb {
   background: rgba(255, 255, 255, 0.25);
}
.ui.dimmer:not(.inverted)::-webkit-scrollbar-thumb:hover {
   background: rgba(255, 255, 255, 0.35);
}
.ui.inverted.dimmer {
   background: rgba(255, 255, 255, 0.85);
}
.ui.inverted.dimmer > .content,
.ui.inverted.dimmer > .content > * {
   color: #000;
}
.ui.popup {
   display: none;
   position: absolute;
   top: 0;
   right: 0;
   min-width: -webkit-min-content;
   min-width: -moz-min-content;
   min-width: min-content;
   border: 1px solid #d4d4d5;
   line-height: 1.4285em;
   max-width: 250px;
   background: #fff;
   padding: 0.833em 1em;
   font-weight: 400;
   font-style: normal;
   color: rgba(0, 0, 0, 0.87);
   border-radius: 0.28571429rem;
   -webkit-box-shadow:
      0 2px 4px 0 rgba(34, 36, 38, 0.12),
      0 2px 10px 0 rgba(34, 36, 38, 0.15);
   box-shadow:
      0 2px 4px 0 rgba(34, 36, 38, 0.12),
      0 2px 10px 0 rgba(34, 36, 38, 0.15);
   margin: 0;
   font-size: 1rem;
}
.ui.popup:before,
[data-tooltip]:before {
   position: absolute;
   content: "";
   width: 0.71428571em;
   height: 0.71428571em;
   background: #fff;
   -webkit-transform: rotate(45deg);
   transform: rotate(45deg);
   z-index: 1901;
   -webkit-box-shadow: 1px 1px 0 0 #bababc;
   box-shadow: 1px 1px 0 0 #bababc;
}
.ui.search,
[data-tooltip] {
   position: relative;
}
[data-tooltip]:before {
   font-size: 1rem;
}
[data-tooltip]:after,
[data-tooltip]:before {
   pointer-events: none;
   visibility: hidden;
   opacity: 0;
   -webkit-transition:
      opacity 0.1s ease,
      -webkit-transform 0.1s ease;
   transition:
      transform 0.1s ease,
      opacity 0.1s ease;
   transition:
      transform 0.1s ease,
      opacity 0.1s ease,
      -webkit-transform 0.1s ease;
}
[data-tooltip]:after {
   content: attr(data-tooltip);
   position: absolute;
   text-transform: none;
   text-align: left;
   white-space: nowrap;
   font-size: 1rem;
   border: 1px solid #d4d4d5;
   line-height: 1.4285em;
   max-width: none;
   background: #fff;
   padding: 0.833em 1em;
   font-weight: 400;
   font-style: normal;
   color: rgba(0, 0, 0, 0.87);
   border-radius: 0.28571429rem;
   -webkit-box-shadow:
      0 2px 4px 0 rgba(34, 36, 38, 0.12),
      0 2px 10px 0 rgba(34, 36, 38, 0.15);
   box-shadow:
      0 2px 4px 0 rgba(34, 36, 38, 0.12),
      0 2px 10px 0 rgba(34, 36, 38, 0.15);
   z-index: 1900;
}
[data-tooltip]:before {
   -webkit-transform: rotate(45deg) scale(0) !important;
   transform: rotate(45deg) scale(0) !important;
   -webkit-transform-origin: center top;
   transform-origin: center top;
}
[data-tooltip]:after {
   -webkit-transform-origin: center bottom;
   transform-origin: center bottom;
   -webkit-transform: translateX(-50%) scale(0) !important;
   transform: translateX(-50%) scale(0) !important;
}
[data-tooltip]:hover:after,
[data-tooltip]:hover:before {
   visibility: visible;
   pointer-events: auto;
   opacity: 1;
}
[data-tooltip]:hover:before {
   -webkit-transform: rotate(45deg) scale(1) !important;
   transform: rotate(45deg) scale(1) !important;
}
[data-tooltip]:hover:after {
   -webkit-transform: translateX(-50%) scale(1) !important;
   transform: translateX(-50%) scale(1) !important;
}
[data-position~="bottom"][data-tooltip]:before {
   background: #fff;
   -webkit-box-shadow: -1px -1px 0 0 #bababc;
   box-shadow: -1px -1px 0 0 #bababc;
   -webkit-transform-origin: center bottom;
   transform-origin: center bottom;
}
[data-position~="bottom"][data-tooltip]:after {
   -webkit-transform-origin: center top;
   transform-origin: center top;
}
.ui.basic.popup:before {
   display: none;
}
.ui.flowing.popup {
   max-width: none;
}
.ui.search > .prompt {
   margin: 0;
   outline: 0;
   -webkit-appearance: none;
   -webkit-tap-highlight-color: transparent;
   text-shadow: none;
   font-style: normal;
   font-weight: 400;
   line-height: 1.21428571em;
   padding: 0.67857143em 1em;
   font-size: 1em;
   background: #fff;
   border: 1px solid rgba(34, 36, 38, 0.15);
   color: rgba(0, 0, 0, 0.87);
   -webkit-box-shadow: 0 0 0 0 transparent inset;
   box-shadow: 0 0 0 0 transparent inset;
   -webkit-transition:
      background-color 0.1s ease,
      color 0.1s ease,
      border-color 0.1s ease,
      -webkit-box-shadow 0.1s ease;
   transition:
      background-color 0.1s ease,
      color 0.1s ease,
      box-shadow 0.1s ease,
      border-color 0.1s ease;
   transition:
      background-color 0.1s ease,
      color 0.1s ease,
      box-shadow 0.1s ease,
      border-color 0.1s ease,
      -webkit-box-shadow 0.1s ease;
}
.ui.search .prompt {
   border-radius: 500rem;
}
.ui.search > .prompt:focus {
   border-color: rgba(34, 36, 38, 0.35);
   background: #fff;
   color: rgba(0, 0, 0, 0.95);
}
.ui.search {
   font-size: 1em;
}
.ui.large.search {
   font-size: 1.14285714em;
}
.ui,
.ui *,
.ui .menu.secondary .item.active,
.ui .menu.secondary .item:hover,
.ui.menu.secondary .item.active,
.ui.menu.secondary .item:hover {
   -webkit-border-radius: 0 !important;
   -moz-border-radius: 0 !important;
   border-radius: 0 !important;
}
.ui.button.circular {
   border-radius: 50% !important;
}
.ui.dimmer .content {
   width: 100%;
}
.ui .menu .item:empty,
.ui.menu .item:empty,
.ui.menu:empty {
   display: none;
}
.ui.popup {
   z-index: 900;
}
.ui.segment .dimmer {
   z-index: 5;
}
.bm-banner {
   transition: max-height 1s ease-out;
   overflow: hidden;
   max-height: 500px;
   margin-bottom: 25px;
}
.bm-banner:empty {
   margin-bottom: 0;
   margin-top: 0;
   max-height: 0;
}
.bm-banner.hidden {
   width: 1px !important;
   height: 0 !important;
   overflow: hidden !important;
   margin: 0 !important;
}
* {
   font-weight: 300;
}
*,
.ui .header,
h1,
h2 {
   font-family:
      Roboto,
      Tahoma,
      Verdana,
      Geneva CY,
      Segoe,
      sans-serif;
}
h1,
h2 {
   word-wrap: break-word;
}
.ui .header,
h1,
h1.ui.header.full-page,
h2 {
   font-weight: 400 !important;
}
.spaced-right-quorter {
   margin-right: 3.75px !important;
}
.spaced-bottom {
   margin-bottom: 25px !important;
}
.no-border {
   border: 0 !important;
}
.no-padded {
   padding: 0 !important;
}
.no-top-marged {
   margin-top: 0 !important;
}
.no-top-padded {
   padding-top: 0 !important;
}
.no-bottom-marged {
   margin-bottom: 0 !important;
}
.aligned.center {
   text-align: center;
}
.aligned.left {
   text-align: left;
}
.max-height {
   -webkit-box-flex: 1;
   -webkit-flex: auto;
   -ms-flex: auto;
   flex: auto;
}
#form-login-block {
   min-width: 250px !important;
}
em[data-emoji].mini {
   font-size: 0.8em;
   vertical-align: middle;
}
h1.ui.header.full-page {
   font-size: 24pt;
   text-transform: none;
   border-bottom: 0;
   padding-left: 0;
}
.site-change-menu-container {
   background: #fff !important;
}
#main-wrapper {
   margin-top: 12.5px;
}
#menu-top {
   min-height: 50px;
   padding: 0;
   margin: 0;
}
#menu-top .item {
   padding-top: 2px;
   padding-bottom: 1px;
}
.sign-in-btn {
   padding-top: 10px !important;
   padding-bottom: 10px !important;
}
#logo:hover {
   background: inherit;
}
#tagline {
   display: none;
   text-transform: uppercase;
   font-size: 14px;
}
#sidebar-toggle {
   margin-right: 3px;
}
#sidebar-toggle .icon {
   color: #fff;
   margin: 0;
}
#search-block {
   background: red !important;
   padding: 0 12px;
}
#search-block .icon {
   color: #fff;
}
#search-block .button {
   background: 0 0 !important;
   padding: 8px;
}
#search-block .button:hover .icon {
   color: #d9d9d9;
}
#search-block input {
   color: #fff;
   border: 0;
}
#menu-top-container,
#search-block {
   overflow: visible;
}
#top-search.ui.search .prompt {
   padding-left: 0 !important;
}
#top-search.ui.search .prompt::placeholder {
   color: #fff !important;
}
#top-search.ui.search .prompt::-moz-placeholder {
   color: #fff !important;
}
#top-search.ui.search .prompt::-webkit-input-placeholder {
   color: #fff !important;
}
#top-search.ui.search .prompt:-ms-input-placeholder {
   color: #fff !important;
}
.ui .menu .item,
.ui.menu .item {
   font-weight: 300 !important;
}
a[id]::before {
   display: block;
   content: " ";
   margin-top: -60px;
   height: 60px;
   visibility: hidden;
   pointer-events: none;
}
#submenu-top {
   width: 100%;
   background: #333;
   box-shadow: 0 0 0 #1b1c1d;
}
#submenu-top .popup {
   margin-top: 0;
}
#submenu-top .menu {
   min-height: 0;
   margin-top: 0;
}
#submenu-top .menu.first-level > .item {
   margin-right: 0;
   color: #fff;
   font-size: 14px;
}
#submenu-top .menu.first-level > .item:not(:first-child) {
   margin-left: 0;
}
#submenu-top .menu.first-level > .item::after {
   content: " ";
   position: absolute;
   width: 100%;
   height: 0;
   background: red;
   left: 0;
   bottom: 0;
   transition: 250ms;
}
#submenu-top .menu.first-level > .item:hover::after {
   height: 3px;
   transition: 250ms;
}
.site-select-menu {
   min-height: auto !important;
   margin: 4px 0 0 3px !important;
   border-color: #fff !important;
}
.site-select-menu * {
   color: #1b1c1d !important;
   -webkit-transition:
      color 0.2s ease-in-out,
      background-position 0.2s ease-in-out;
   -moz-transition:
      color 0.2s ease-in-out,
      background-position 0.2s ease-in-out;
   transition:
      color 0.2s ease-in-out,
      background-position 0.2s ease-in-out;
}
.site-select-menu .item {
   margin-right: 15px !important;
   padding: 0 !important;
}
.site-select-menu .item .icon {
   width: 29px;
   height: 21px;
   float: left;
   background-repeat: no-repeat;
   background-position-y: 0;
}
.site-select-menu .item .text {
   text-transform: uppercase;
   font-weight: 500;
   font-size: 14px;
}
.site-select-menu .item:not(.active) {
   padding-bottom: 4px !important;
}
.site-select-menu .site-mv .icon {
   background-position: -60px -2px;
}
.site-select-menu .site-mv.active *,
.site-select-menu .site-mv:hover * {
   color: red !important;
}
.site-select-menu .site-mv.active .icon,
.site-select-menu .site-mv:hover .icon {
   background-position: -60px -31px;
}
.site-select-menu .site-mv.active {
   border-color: red !important;
}
.site-select-menu .site-mv.active * {
   font-weight: 500;
}
.site-select-menu .site-lib:hover * {
   color: #099 !important;
}
.site-select-menu .site-lib:not(.active) > .text::after {
   background: #099;
}
.site-select-menu .site-bz:hover * {
   color: #36c !important;
}
.site-select-menu .site-bz:not(.active) > .text::after {
   background: #36c;
}
.site-select-menu .site-ls:hover * {
   color: #6435c9 !important;
}
.site-select-menu .site-ls:not(.active) > .text::after {
   background: #6435c9;
}
.info-block img,
.main-img {
   display: block;
   margin: 20px auto;
   max-width: 240px;
}
.main-img {
   max-width: 100%;
}
b {
   font-weight: 700;
}
.info-block {
   padding: 15px;
   margin: 0 0 20px;
   border: 1px solid #eee;
}
p span {
   font-weight: inherit;
}
.comment-item {
   display: flex;
   border-bottom: 1px solid #eee;
   padding: 15px 0;
}
.comment-item > div:first-child,
.comment-item > div:first-child img {
   width: 50px;
}
.comment-thread {
   padding-left: 50px;
}
.user-info {
   padding-left: 15px;
}
.user-info > div:first-child {
   padding-bottom: 10px;
   font-weight: 700;
}
b span {
   font-weight: 700 !important;
}
.user-info img {
   display: block;
   margin: 20px 0;
   width: 100%;
   max-width: 300px;
}

.close,
.close:hover {
   transition: all 0.2s ease 0s;
}
.close {
   position: relative;
   top: -5px;
   right: 5px;
   font-size: 35px;
   cursor: pointer;
   color: #707070;
}
.close:hover {
   color: #000;
}
.knopka {
   background: #0299ff;
   display: inline-block;
   padding: 20px;
   color: #fff;
   font-weight: 700;
   text-decoration: none;
   box-shadow: 0 4px 15px 0 rgba(129, 150, 160, 0.45);
   border-radius: 5px;
   transition: all 0.15s ease-in-out;
   border: 0;
   cursor: pointer;
   font-size: 20px;
   margin-top: 20px;
}
.knopka:hover {
   background: #017acc;
   color: #fff;
}
.knopka:active {
   position: relative;
   top: 1px;
}
img {
   image-rendering: -o-crisp-edges;
   image-rendering: auto;
   image-rendering: -webkit-optimize-contrast;
}
#order_form_place img {
   max-width: 170px;
   width: 100%;
}
.site-select-menu .item .text {
   padding-top: 10px;
}
.modal p {
   line-height: 1em;
   font-size: 12px;
}
@media screen and (min-width: 768px) {
   .info-block {
      display: flex;
   }
   .info-block > div:first-child {
      flex: 300px 0 0;
   }
   .info-block > div:last-child {
      padding: 20px;
   }
   .info-block img {
      margin: 0;
      max-width: 300px;
   }
}
@media (min-width: 992px) {
   #tagline {
      display: flex;
   }
   #sidebar-toggle {
      margin-left: -15px;
   }
}
@media only screen and (min-width: 1200px) {
   .ui.ui.ui.container:not(.fluid) {
      width: 1127px;
      margin-left: auto;
      margin-right: auto;
   }
}
@media screen and (max-width: 1200px) {
   #order_form {
      background-image: url(../index_files/formbg4.jpg);
   }
}
@media only screen and (max-width: 767.98px) {
   .ui.ui.ui.container:not(.fluid) {
      width: auto;
      margin-left: 1em;
      margin-right: 1em;
   }
   .ui.stackable.grid {
      width: auto;
      margin-left: 0 !important;
      margin-right: 0 !important;
   }
   .ui.stackable.grid > .column:not(.row),
   .ui.stackable.grid > .wide.column {
      width: 100% !important;
      margin: 0 !important;
      -webkit-box-shadow: none !important;
      box-shadow: none !important;
      padding: 1rem;
   }
   .ui.grid .ui.stackable.grid {
      margin-left: -1rem !important;
      margin-right: -1rem !important;
   }
}
@media (max-width: 767.8px) {
   .no-mobile {
      display: none !important;
   }
   .infinite-scroll-container {
      padding: 0 !important;
   }
   #main-wrapper,
   h1.ui.header {
      padding-left: 0;
   }
   h1.ui.header.full-page {
      font-size: 20pt;
      line-height: 110%;
   }
   #main-wrapper {
      overflow: hidden;
      padding-right: 0;
   }
   #main-content {
      border-left: 0;
      border-right: 0;
   }
   .main-container {
      padding: 25px 15px;
   }
   #menu-top-container {
      margin-right: 0 !important;
      margin-left: 0 !important;
      position: fixed;
      width: 100%;
      top: 0;
      z-index: 10;
   }
   #pusher {
      display: block !important;
   }
   #logo {
      width: 180px;
   }
}
@media screen and (max-width: 620px) {
   #order_form {
      margin-left: -20px;
      margin-right: -20px;
   }
}
@media screen and (max-width: 480px) {
   #order_form label {
      font-size: 14px;
   }
   #order_form button {
      font-size: 16px;
   }
   #order_form {
      padding: 10px;
   }
   #order_form .order_form_pole {
      padding: 0;
      margin: 2px;
   }
}
@media screen and (max-width: 459px) {
   #order_form input,
   #order_form select {
      width: 80%;
   }
   #order_form {
      margin-left: -20px;
      margin-right: -20px;
   }
}
@media screen and (max-width: 349px) {
   #order_form input {
      font-size: 17px;
   }
   #order_form button {
      margin-left: 0;
   }
}
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
   .ui.ui.ui.container:not(.fluid) {
      width: 723px;
      margin-left: auto;
      margin-right: auto;
   }
}
@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
   .ui.ui.ui.container:not(.fluid) {
      width: 933px;
      margin-left: auto;
      margin-right: auto;
   }
}
@media (max-width: 767.8px), (min-width: 768px) and (max-width: 991.8px) {
   .bm-banner {
      max-width: 100% !important;
   }
}
@media (min-width: 768px) and (max-width: 991.8px) {
   .no-tablet {
      display: none !important;
   }
   #menu-top {
      margin-left: -20px;
      margin-right: -20px;
   }
   #pusher {
      display: block !important;
   }
}
#order_form_place img {
   max-width: 381px;
}

.comment-item>div:first-child,
.comment-item>div:first-child img {
   width: 50px;
   height: 50px;
   object-fit: cover;
}
