.leaflet-pane,
.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-tile-container,
.leaflet-pane > svg,
.leaflet-pane > canvas,
.leaflet-zoom-box,
.leaflet-image-layer,
.leaflet-layer {
position: absolute;
left: 0;
top: 0;
}
.leaflet-container {
overflow: hidden;
}
.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow {
-webkit-user-select: none;
-moz-user-select: none;
user-select: none;
-webkit-user-drag: none;
} .leaflet-tile::selection {
background: transparent;
} .leaflet-safari .leaflet-tile {
image-rendering: -webkit-optimize-contrast;
} .leaflet-safari .leaflet-tile-container {
width: 1600px;
height: 1600px;
-webkit-transform-origin: 0 0;
}
.leaflet-marker-icon,
.leaflet-marker-shadow {
display: block;
}  .leaflet-container .leaflet-overlay-pane svg,
.leaflet-container .leaflet-marker-pane img,
.leaflet-container .leaflet-shadow-pane img,
.leaflet-container .leaflet-tile-pane img,
.leaflet-container img.leaflet-image-layer,
.leaflet-container .leaflet-tile {
max-width: none !important;
max-height: none !important;
}
.leaflet-container.leaflet-touch-zoom {
-ms-touch-action: pan-x pan-y;
touch-action: pan-x pan-y;
}
.leaflet-container.leaflet-touch-drag {
-ms-touch-action: pinch-zoom; touch-action: none;
touch-action: pinch-zoom;
}
.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom {
-ms-touch-action: none;
touch-action: none;
}
.leaflet-container {
-webkit-tap-highlight-color: transparent;
}
.leaflet-container a {
-webkit-tap-highlight-color: rgba(51, 181, 229, 0.4);
}
.leaflet-tile {
filter: inherit;
visibility: hidden;
}
.leaflet-tile-loaded {
visibility: inherit;
}
.leaflet-zoom-box {
width: 0;
height: 0;
-moz-box-sizing: border-box;
box-sizing: border-box;
z-index: 800;
} .leaflet-overlay-pane svg {
-moz-user-select: none;
}
.leaflet-pane         { z-index: 400; }
.leaflet-tile-pane    { z-index: 200; }
.leaflet-overlay-pane { z-index: 400; }
.leaflet-shadow-pane  { z-index: 500; }
.leaflet-marker-pane  { z-index: 600; }
.leaflet-tooltip-pane   { z-index: 650; }
.leaflet-popup-pane   { z-index: 700; }
.leaflet-map-pane canvas { z-index: 100; }
.leaflet-map-pane svg    { z-index: 200; }
.leaflet-vml-shape {
width: 1px;
height: 1px;
}
.lvml {
behavior: url(#default#VML);
display: inline-block;
position: absolute;
} .leaflet-control {
position: relative;
z-index: 800;
pointer-events: visiblePainted; pointer-events: auto;
}
.leaflet-top,
.leaflet-bottom {
position: absolute;
z-index: 1000;
pointer-events: none;
}
.leaflet-top {
top: 0;
}
.leaflet-right {
right: 0;
}
.leaflet-bottom {
bottom: 0;
}
.leaflet-left {
left: 0;
}
.leaflet-control {
float: left;
clear: both;
}
.leaflet-right .leaflet-control {
float: right;
}
.leaflet-top .leaflet-control {
margin-top: 10px;
}
.leaflet-bottom .leaflet-control {
margin-bottom: 10px;
}
.leaflet-left .leaflet-control {
margin-left: 10px;
}
.leaflet-right .leaflet-control {
margin-right: 10px;
} .leaflet-fade-anim .leaflet-tile {
will-change: opacity;
}
.leaflet-fade-anim .leaflet-popup {
opacity: 0;
-webkit-transition: opacity 0.2s linear;
-moz-transition: opacity 0.2s linear;
transition: opacity 0.2s linear;
}
.leaflet-fade-anim .leaflet-map-pane .leaflet-popup {
opacity: 1;
}
.leaflet-zoom-animated {
-webkit-transform-origin: 0 0;
-ms-transform-origin: 0 0;
transform-origin: 0 0;
}
.leaflet-zoom-anim .leaflet-zoom-animated {
will-change: transform;
}
.leaflet-zoom-anim .leaflet-zoom-animated {
-webkit-transition: -webkit-transform 0.25s cubic-bezier(0,0,0.25,1);
-moz-transition:    -moz-transform 0.25s cubic-bezier(0,0,0.25,1);
transition:         transform 0.25s cubic-bezier(0,0,0.25,1);
}
.leaflet-zoom-anim .leaflet-tile,
.leaflet-pan-anim .leaflet-tile {
-webkit-transition: none;
-moz-transition: none;
transition: none;
}
.leaflet-zoom-anim .leaflet-zoom-hide {
visibility: hidden;
} .leaflet-interactive {
cursor: pointer;
}
.leaflet-grab {
cursor: -webkit-grab;
cursor:    -moz-grab;
cursor:         grab;
}
.leaflet-crosshair,
.leaflet-crosshair .leaflet-interactive {
cursor: crosshair;
}
.leaflet-popup-pane,
.leaflet-control {
cursor: auto;
}
.leaflet-dragging .leaflet-grab,
.leaflet-dragging .leaflet-grab .leaflet-interactive,
.leaflet-dragging .leaflet-marker-draggable {
cursor: move;
cursor: -webkit-grabbing;
cursor:    -moz-grabbing;
cursor:         grabbing;
} .leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-image-layer,
.leaflet-pane > svg path,
.leaflet-tile-container {
pointer-events: none;
}
.leaflet-marker-icon.leaflet-interactive,
.leaflet-image-layer.leaflet-interactive,
.leaflet-pane > svg path.leaflet-interactive,
svg.leaflet-image-layer.leaflet-interactive path {
pointer-events: visiblePainted; pointer-events: auto;
} .leaflet-container {
background: #ddd;
outline: 0;
}
.leaflet-container a {
color: #0078A8;
}
.leaflet-container a.leaflet-active {
outline: 2px solid orange;
}
.leaflet-zoom-box {
border: 2px dotted #38f;
background: rgba(255,255,255,0.5);
} .leaflet-container {
font: 12px/1.5 "Helvetica Neue", Arial, Helvetica, sans-serif;
} .leaflet-bar {
box-shadow: 0 1px 5px rgba(0,0,0,0.65);
border-radius: 4px;
}
.leaflet-bar a,
.leaflet-bar a:hover {
background-color: #fff;
border-bottom: 1px solid #ccc;
width: 26px;
height: 26px;
line-height: 26px;
display: block;
text-align: center;
text-decoration: none;
color: black;
}
.leaflet-bar a,
.leaflet-control-layers-toggle {
background-position: 50% 50%;
background-repeat: no-repeat;
display: block;
}
.leaflet-bar a:hover {
background-color: #f4f4f4;
}
.leaflet-bar a:first-child {
border-top-left-radius: 4px;
border-top-right-radius: 4px;
}
.leaflet-bar a:last-child {
border-bottom-left-radius: 4px;
border-bottom-right-radius: 4px;
border-bottom: none;
}
.leaflet-bar a.leaflet-disabled {
cursor: default;
background-color: #f4f4f4;
color: #bbb;
}
.leaflet-touch .leaflet-bar a {
width: 30px;
height: 30px;
line-height: 30px;
}
.leaflet-touch .leaflet-bar a:first-child {
border-top-left-radius: 2px;
border-top-right-radius: 2px;
}
.leaflet-touch .leaflet-bar a:last-child {
border-bottom-left-radius: 2px;
border-bottom-right-radius: 2px;
} .leaflet-control-zoom-in,
.leaflet-control-zoom-out {
font: bold 18px 'Lucida Console', Monaco, monospace;
text-indent: 1px;
}
.leaflet-touch .leaflet-control-zoom-in, .leaflet-touch .leaflet-control-zoom-out  {
font-size: 22px;
} .leaflet-control-layers {
box-shadow: 0 1px 5px rgba(0,0,0,0.4);
background: #fff;
border-radius: 5px;
}
.leaflet-control-layers-toggle {
background-image: url(//letters.sakharov-archive.ru/app/plugins/travelers-map-for-arlet/includes/public/images/layers.png);
width: 36px;
height: 36px;
}
.leaflet-retina .leaflet-control-layers-toggle {
background-image: url(//letters.sakharov-archive.ru/app/plugins/travelers-map-for-arlet/includes/public/images/layers-2x.png);
background-size: 26px 26px;
}
.leaflet-touch .leaflet-control-layers-toggle {
width: 44px;
height: 44px;
}
.leaflet-control-layers .leaflet-control-layers-list,
.leaflet-control-layers-expanded .leaflet-control-layers-toggle {
display: none;
}
.leaflet-control-layers-expanded .leaflet-control-layers-list {
display: block;
position: relative;
}
.leaflet-control-layers-expanded {
padding: 6px 10px 6px 6px;
color: #333;
background: #fff;
}
.leaflet-control-layers-scrollbar {
overflow-y: scroll;
overflow-x: hidden;
padding-right: 5px;
}
.leaflet-control-layers-selector {
margin-top: 2px;
position: relative;
top: 1px;
}
.leaflet-control-layers label {
display: block;
}
.leaflet-control-layers-separator {
height: 0;
border-top: 1px solid #ddd;
margin: 5px -10px 5px -6px;
} .leaflet-default-icon-path {
background-image: url(//letters.sakharov-archive.ru/app/plugins/travelers-map-for-arlet/includes/public/images/marker-icon.png);
} .leaflet-container .leaflet-control-attribution {
background: #fff;
background: rgba(255, 255, 255, 0.7);
margin: 0;
}
.leaflet-control-attribution,
.leaflet-control-scale-line {
padding: 0 5px;
color: #333;
}
.leaflet-control-attribution a {
text-decoration: none;
}
.leaflet-control-attribution a:hover {
text-decoration: underline;
}
.leaflet-container .leaflet-control-attribution,
.leaflet-container .leaflet-control-scale {
font-size: 11px;
}
.leaflet-left .leaflet-control-scale {
margin-left: 5px;
}
.leaflet-bottom .leaflet-control-scale {
margin-bottom: 5px;
}
.leaflet-control-scale-line {
border: 2px solid #777;
border-top: none;
line-height: 1.1;
padding: 2px 5px 1px;
font-size: 11px;
white-space: nowrap;
overflow: hidden;
-moz-box-sizing: border-box;
box-sizing: border-box;
background: #fff;
background: rgba(255, 255, 255, 0.5);
}
.leaflet-control-scale-line:not(:first-child) {
border-top: 2px solid #777;
border-bottom: none;
margin-top: -2px;
}
.leaflet-control-scale-line:not(:first-child):not(:last-child) {
border-bottom: 2px solid #777;
}
.leaflet-touch .leaflet-control-attribution,
.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
box-shadow: none;
}
.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
border: 2px solid rgba(0,0,0,0.2);
background-clip: padding-box;
} .leaflet-popup {
position: absolute;
text-align: center;
margin-bottom: 20px;
}
.leaflet-popup-content-wrapper {
padding: 1px;
text-align: left;
border-radius: 12px;
}
.leaflet-popup-content {
margin: 13px 19px;
line-height: 1.4;
}
.leaflet-popup-content p {
margin: 18px 0;
}
.leaflet-popup-tip-container {
width: 40px;
height: 20px;
position: absolute;
left: 50%;
margin-left: -20px;
overflow: hidden;
pointer-events: none;
}
.leaflet-popup-tip {
width: 17px;
height: 17px;
padding: 1px;
margin: -10px auto 0;
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
-ms-transform: rotate(45deg);
transform: rotate(45deg);
}
.leaflet-popup-content-wrapper,
.leaflet-popup-tip {
background: white;
color: #333;
box-shadow: 0 3px 14px rgba(0,0,0,0.4);
}
.leaflet-container a.leaflet-popup-close-button {
position: absolute;
top: 0;
right: 0;
padding: 4px 4px 0 0;
border: none;
text-align: center;
width: 18px;
height: 14px;
font: 16px/14px Tahoma, Verdana, sans-serif;
color: #c3c3c3;
text-decoration: none;
font-weight: bold;
background: transparent;
}
.leaflet-container a.leaflet-popup-close-button:hover {
color: #999;
}
.leaflet-popup-scrolled {
overflow: auto;
border-bottom: 1px solid #ddd;
border-top: 1px solid #ddd;
}
.leaflet-oldie .leaflet-popup-content-wrapper {
zoom: 1;
}
.leaflet-oldie .leaflet-popup-tip {
width: 24px;
margin: 0 auto;
-ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";
filter: progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678);
}
.leaflet-oldie .leaflet-popup-tip-container {
margin-top: -1px;
}
.leaflet-oldie .leaflet-control-zoom,
.leaflet-oldie .leaflet-control-layers,
.leaflet-oldie .leaflet-popup-content-wrapper,
.leaflet-oldie .leaflet-popup-tip {
border: 1px solid #999;
} .leaflet-div-icon {
background: #fff;
border: 1px solid #666;
}  .leaflet-tooltip {
position: absolute;
padding: 6px;
background-color: #fff;
border: 1px solid #fff;
border-radius: 3px;
color: #222;
white-space: nowrap;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
pointer-events: none;
box-shadow: 0 1px 3px rgba(0,0,0,0.4);
}
.leaflet-tooltip.leaflet-clickable {
cursor: pointer;
pointer-events: auto;
}
.leaflet-tooltip-top:before,
.leaflet-tooltip-bottom:before,
.leaflet-tooltip-left:before,
.leaflet-tooltip-right:before {
position: absolute;
pointer-events: none;
border: 6px solid transparent;
background: transparent;
content: "";
} .leaflet-tooltip-bottom {
margin-top: 6px;
}
.leaflet-tooltip-top {
margin-top: -6px;
}
.leaflet-tooltip-bottom:before,
.leaflet-tooltip-top:before {
left: 50%;
margin-left: -6px;
}
.leaflet-tooltip-top:before {
bottom: 0;
margin-bottom: -12px;
border-top-color: #fff;
}
.leaflet-tooltip-bottom:before {
top: 0;
margin-top: -12px;
margin-left: -6px;
border-bottom-color: #fff;
}
.leaflet-tooltip-left {
margin-left: -6px;
}
.leaflet-tooltip-right {
margin-left: 6px;
}
.leaflet-tooltip-left:before,
.leaflet-tooltip-right:before {
top: 50%;
margin-top: -6px;
}
.leaflet-tooltip-left:before {
right: 0;
margin-right: -12px;
border-left-color: #fff;
}
.leaflet-tooltip-right:before {
left: 0;
margin-left: -12px;
border-right-color: #fff;
}.travelersmap-container {
background: #f4f4f4;
}
.travelersmap-container * {
box-sizing: border-box;
}
.travelersmap-container .default-popup .leaflet-popup-content-wrapper {
border-radius: 0;
padding: 0;
}
.travelersmap-container .default-popup .leaflet-popup-tip {
box-shadow: 0 3px 14px rgba(0, 0, 0, 0.4);
background: #4a4a4a;
}
.travelersmap-container .default-popup .leaflet-popup-content {
width: 300px;
margin: 0;
}
.travelersmap-container .default-popup .leaflet-popup-content:hover .img-mask:after {
background: rgba(0, 0, 0, 0.3);
}
.travelersmap-container .default-popup .leaflet-popup-content:hover .img-mask img {
transform: scale(1.1);
}
.travelersmap-container .default-popup .img-mask {
overflow: hidden;
max-height: 200px;
height: 200px;
}
.travelersmap-container .default-popup .img-mask:after {
content: '';
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: rgba(0, 0, 0, 0.4);
transition: 400ms background cubic-bezier(0.05, 0.9, 0.13, 0.99);
}
.travelersmap-container .default-popup .img-mask img {
width: 100%;
height: auto;
transition: 2000ms transform cubic-bezier(0.05, 0.9, 0.13, 0.99);
}
.travelersmap-container .default-popup .img-mask .nothumbplaceholder {
max-width: 100%;
width: 300px;
height: 200px;
background: #0f0c29;
background: -webkit-linear-gradient(left, #0f0c29, #302b63, #24243e);
background: -o-linear-gradient(left, #0f0c29, #302b63, #24243e);
background: linear-gradient(to right, #0f0c29, #302b63, #24243e);
}
.travelersmap-container .default-popup a.tooltip-link {
position: absolute;
height: 100%;
width: 100%;
display: block;
vertical-align: middle;
top: 0;
left: 0;
bottom: 0;
right: 0;
text-decoration: none;
overflow: hidden;
}
.travelersmap-container .default-popup a.tooltip-link .popup-thumb-text-wrapper {
padding: 40px 0 20px;
width: 90%;
position: absolute;
bottom: 50%;
left: 50%;
transform: translate(-50%, 50%);
}
.travelersmap-container .default-popup a.tooltip-link .title {
color: white;
font-size: 20px;
font-weight: 700;
text-align: center;
}
.travelersmap-container .default-popup a.tooltip-link .date {
color: white;
font-size: 15px;
font-weight: 400;
text-align: center;
}
.travelersmap-container .default-popup a.tooltip-link .title + .date {
padding-top: 5px;
}
.travelersmap-container .detailed-popup .leaflet-popup-content-wrapper {
border-radius: 0;
padding: 0;
max-height: 220px;
overflow-y: scroll;
overflow-x: hidden;
}
.travelersmap-container .detailed-popup .leaflet-popup-content {
width: 300px;
margin: 0;
position: relative;
}
.travelersmap-container .detailed-popup a.tooltip-link {
position: relative;
max-height: 200px;
min-height: 120px;
width: 100%;
display: block;
vertical-align: middle;
top: 0;
text-decoration: none;
overflow: hidden;
}
.travelersmap-container .detailed-popup a.tooltip-link:after {
content: '';
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: rgba(0, 0, 0, 0.4);
transition: 400ms background cubic-bezier(0.05, 0.9, 0.13, 0.99);
}
.travelersmap-container .detailed-popup a.tooltip-link img {
width: 100%;
height: auto;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%) scale(1);
transition: 2000ms transform cubic-bezier(0.05, 0.9, 0.13, 0.99);
}
.travelersmap-container .detailed-popup a.tooltip-link .nothumbplaceholder {
position: absolute;
width: 100%;
height: 200px;
background: #0f0c29;
background: -webkit-linear-gradient(left, #0f0c29, #302b63, #24243e);
background: -o-linear-gradient(left, #0f0c29, #302b63, #24243e);
background: linear-gradient(to right, #0f0c29, #302b63, #24243e);
}
.travelersmap-container .detailed-popup a.tooltip-link .title {
color: white;
padding: 30px 5%;
font-size: 20px;
font-weight: 700;
text-align: center;
width: 100%;
z-index: 10;
position: relative;
}
.travelersmap-container .detailed-popup a.tooltip-link .date {
color: white;
padding: 40px 5% 40px;
font-size: 15px;
font-weight: 400;
text-align: center;
z-index: 10;
position: relative;
width: 100%;
}
.travelersmap-container .detailed-popup a.tooltip-link .title + .date {
padding: 0 5% 25px;
margin-top: -25px;
}
.travelersmap-container .detailed-popup a.tooltip-link:hover:after {
background: rgba(0, 0, 0, 0.3);
}
.travelersmap-container .detailed-popup a.tooltip-link:hover img {
transform: translate(-50%, -50%) scale(1.1);
}
.travelersmap-container .detailed-popup .excerpt {
color: #333;
padding: 20px 7%;
font-size: 13px;
text-align: justify;
width: 100%;
}
.travelersmap-container .detailed-popup .leaflet-popup-close-button {
right: initial;
left: 0;
padding: 4px 0 0 4px;
z-index: 15;
color: #e7e7e7;
}
.travelersmap-container .detailed-popup .leaflet-popup-close-button:hover {
color: white;
}
.travelersmap-container .textual-popup .leaflet-popup-content-wrapper {
border-radius: 0;
padding: 0;
max-height: 260px;
overflow-y: auto;
overflow-x: hidden;
}
.travelersmap-container .textual-popup .leaflet-popup-content {
width: 300px;
margin: 0;
position: relative;
}
.travelersmap-container .textual-popup a.tooltip-link {
text-decoration: none;
color: #333;
}
.travelersmap-container .textual-popup a.tooltip-link:hover {
color: black;
}
.travelersmap-container .textual-popup a.tooltip-link .title {
padding: 25px 5% 25px;
font-size: 20px;
font-weight: 700;
text-align: center;
width: 100%;
}
.travelersmap-container .textual-popup a.tooltip-link .date {
padding: 25px 5%;
font-size: 14px;
font-weight: 400;
text-align: center;
width: 100%;
}
.travelersmap-container .textual-popup a.tooltip-link .excerpt {
padding: 25px 7%;
font-size: 13px;
text-align: justify;
width: 100%;
}
.travelersmap-container .textual-popup a.tooltip-link .title + .date {
margin-top: -20px;
padding-top: 0px;
}
.travelersmap-container .textual-popup a.tooltip-link .date + .excerpt,
.travelersmap-container .textual-popup a.tooltip-link .title + .excerpt {
margin-top: -5px;
padding-top: 0px;
font-size: 13px;
text-align: justify;
width: 100%;
}
.travelersmap-container .textual-popup .leaflet-popup-close-button {
right: initial;
left: 0;
padding: 4px 0 0 4px;
z-index: 15;
}.leaflet-cluster-anim .leaflet-marker-icon, .leaflet-cluster-anim .leaflet-marker-shadow {
-webkit-transition: -webkit-transform 0.3s ease-out, opacity 0.3s ease-in;
-moz-transition: -moz-transform 0.3s ease-out, opacity 0.3s ease-in;
-o-transition: -o-transform 0.3s ease-out, opacity 0.3s ease-in;
transition: transform 0.3s ease-out, opacity 0.3s ease-in;
}
.leaflet-cluster-spider-leg { -webkit-transition: -webkit-stroke-dashoffset 0.3s ease-out, -webkit-stroke-opacity 0.3s ease-in;
-moz-transition: -moz-stroke-dashoffset 0.3s ease-out, -moz-stroke-opacity 0.3s ease-in;
-o-transition: -o-stroke-dashoffset 0.3s ease-out, -o-stroke-opacity 0.3s ease-in;
transition: stroke-dashoffset 0.3s ease-out, stroke-opacity 0.3s ease-in;
}
.marker-cluster-small {
background-color: rgba(181, 226, 140, 0.6);
}
.marker-cluster-small div {
background-color: rgba(110, 204, 57, 0.6);
}
.marker-cluster-medium {
background-color: rgba(241, 211, 87, 0.6);
}
.marker-cluster-medium div {
background-color: rgba(240, 194, 12, 0.6);
}
.marker-cluster-large {
background-color: rgba(253, 156, 115, 0.6);
}
.marker-cluster-large div {
background-color: rgba(241, 128, 23, 0.6);
} .leaflet-oldie .marker-cluster-small {
background-color: rgb(181, 226, 140);
}
.leaflet-oldie .marker-cluster-small div {
background-color: rgb(110, 204, 57);
}
.leaflet-oldie .marker-cluster-medium {
background-color: rgb(241, 211, 87);
}
.leaflet-oldie .marker-cluster-medium div {
background-color: rgb(240, 194, 12);
}
.leaflet-oldie .marker-cluster-large {
background-color: rgb(253, 156, 115);
}
.leaflet-oldie .marker-cluster-large div {
background-color: rgb(241, 128, 23);
}
.marker-cluster {
background-clip: padding-box;
border-radius: 20px;
}
.marker-cluster div {
width: 30px;
height: 30px;
margin-left: 5px;
margin-top: 5px;
text-align: center;
border-radius: 15px;
font: 12px "Helvetica Neue", Arial, Helvetica, sans-serif;
}
.marker-cluster span {
line-height: 30px;
}.leaflet-control-zoomhome a {
font: bold 18px "Lucida Console",Monaco,monospace;
}
a.leaflet-control-zoomhome-in,
a.leaflet-control-zoomhome-out {
font-size: 1.5em;
line-height: 26px;
}.leaflet-control-fullscreen a {
background:#fff url(//letters.sakharov-archive.ru/app/plugins/travelers-map-for-arlet/includes/public/images/fullscreen.png) no-repeat 0 0;
background-size:26px 52px;
}
.leaflet-touch .leaflet-control-fullscreen a {
background-position: 2px 2px;
}
.leaflet-fullscreen-on .leaflet-control-fullscreen a {
background-position:0 -26px;
}
.leaflet-touch.leaflet-fullscreen-on .leaflet-control-fullscreen a {
background-position: 2px -24px;
} .leaflet-container:-webkit-full-screen {
width:100%!important;
height:100%!important;
}
.leaflet-container.leaflet-fullscreen-on {
width:100%!important;
height:100%!important;
}
.leaflet-pseudo-fullscreen {
position:fixed!important;
width:100%!important;
height:100%!important;
top:0!important;
left:0!important;
z-index:99999;
}
@media
(-webkit-min-device-pixel-ratio:2),
(min-resolution:192dpi) {
.leaflet-control-fullscreen a {
background-image:url(//letters.sakharov-archive.ru/app/plugins/travelers-map-for-arlet/includes/public/images/fullscreen@2x.png);
}
}@font-face{font-family:'FontAwesome';src:url(//letters.sakharov-archive.ru/app/plugins/gantry5/assets/fonts/fontawesome-webfont.eot?v=4.7.0);src:url(//letters.sakharov-archive.ru/app/plugins/gantry5/assets/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0) format('embedded-opentype'),url(//letters.sakharov-archive.ru/app/plugins/gantry5/assets/fonts/fontawesome-webfont.woff2?v=4.7.0) format('woff2'),url(//letters.sakharov-archive.ru/app/plugins/gantry5/assets/fonts/fontawesome-webfont.woff?v=4.7.0) format('woff'),url(//letters.sakharov-archive.ru/app/plugins/gantry5/assets/fonts/fontawesome-webfont.ttf?v=4.7.0) format('truetype'),url(//letters.sakharov-archive.ru/app/plugins/gantry5/assets/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular) format('svg');font-weight:normal;font-style:normal}.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left{margin-right:.3em}.fa.fa-pull-right{margin-left:.3em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";-webkit-transform:scale(-1, 1);-ms-transform:scale(-1, 1);transform:scale(-1, 1)}.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";-webkit-transform:scale(1, -1);-ms-transform:scale(1, -1);transform:scale(1, -1)}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical{filter:none}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-remove:before,.fa-close:before,.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-gear:before,.fa-cog:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-rotate-right:before,.fa-repeat:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-photo:before,.fa-image:before,.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-warning:before,.fa-exclamation-triangle:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before,.fa-bar-chart:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-gears:before,.fa-cogs:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook-f:before,.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-feed:before,.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-save:before,.fa-floppy-o:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-navicon:before,.fa-reorder:before,.fa-bars:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-unsorted:before,.fa-sort:before{content:"\f0dc"}.fa-sort-down:before,.fa-sort-desc:before{content:"\f0dd"}.fa-sort-up:before,.fa-sort-asc:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-legal:before,.fa-gavel:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-flash:before,.fa-bolt:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-paste:before,.fa-clipboard:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-unlink:before,.fa-chain-broken:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-toggle-down:before,.fa-caret-square-o-down:before{content:"\f150"}.fa-toggle-up:before,.fa-caret-square-o-up:before{content:"\f151"}.fa-toggle-right:before,.fa-caret-square-o-right:before{content:"\f152"}.fa-euro:before,.fa-eur:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-rupee:before,.fa-inr:before{content:"\f156"}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:"\f157"}.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:"\f158"}.fa-won:before,.fa-krw:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before,.fa-gratipay:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-toggle-left:before,.fa-caret-square-o-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-turkish-lira:before,.fa-try:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}.fa-space-shuttle:before{content:"\f197"}.fa-slack:before{content:"\f198"}.fa-envelope-square:before{content:"\f199"}.fa-wordpress:before{content:"\f19a"}.fa-openid:before{content:"\f19b"}.fa-institution:before,.fa-bank:before,.fa-university:before{content:"\f19c"}.fa-mortar-board:before,.fa-graduation-cap:before{content:"\f19d"}.fa-yahoo:before{content:"\f19e"}.fa-google:before{content:"\f1a0"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-square:before{content:"\f1a2"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-stumbleupon:before{content:"\f1a4"}.fa-delicious:before{content:"\f1a5"}.fa-digg:before{content:"\f1a6"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-drupal:before{content:"\f1a9"}.fa-joomla:before{content:"\f1aa"}.fa-language:before{content:"\f1ab"}.fa-fax:before{content:"\f1ac"}.fa-building:before{content:"\f1ad"}.fa-child:before{content:"\f1ae"}.fa-paw:before{content:"\f1b0"}.fa-spoon:before{content:"\f1b1"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-recycle:before{content:"\f1b8"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-tree:before{content:"\f1bb"}.fa-spotify:before{content:"\f1bc"}.fa-deviantart:before{content:"\f1bd"}.fa-soundcloud:before{content:"\f1be"}.fa-database:before{content:"\f1c0"}.fa-file-pdf-o:before{content:"\f1c1"}.fa-file-word-o:before{content:"\f1c2"}.fa-file-excel-o:before{content:"\f1c3"}.fa-file-powerpoint-o:before{content:"\f1c4"}.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before{content:"\f1c5"}.fa-file-zip-o:before,.fa-file-archive-o:before{content:"\f1c6"}.fa-file-sound-o:before,.fa-file-audio-o:before{content:"\f1c7"}.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"}.fa-file-code-o:before{content:"\f1c9"}.fa-vine:before{content:"\f1ca"}.fa-codepen:before{content:"\f1cb"}.fa-jsfiddle:before{content:"\f1cc"}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-resistance:before,.fa-rebel:before{content:"\f1d0"}.fa-ge:before,.fa-empire:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-y-combinator-square:before,.fa-yc-square:before,.fa-hacker-news:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-send:before,.fa-paper-plane:before{content:"\f1d8"}.fa-send-o:before,.fa-paper-plane-o:before{content:"\f1d9"}.fa-history:before{content:"\f1da"}.fa-circle-thin:before{content:"\f1db"}.fa-header:before{content:"\f1dc"}.fa-paragraph:before{content:"\f1dd"}.fa-sliders:before{content:"\f1de"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-bomb:before{content:"\f1e2"}.fa-soccer-ball-o:before,.fa-futbol-o:before{content:"\f1e3"}.fa-tty:before{content:"\f1e4"}.fa-binoculars:before{content:"\f1e5"}.fa-plug:before{content:"\f1e6"}.fa-slideshare:before{content:"\f1e7"}.fa-twitch:before{content:"\f1e8"}.fa-yelp:before{content:"\f1e9"}.fa-newspaper-o:before{content:"\f1ea"}.fa-wifi:before{content:"\f1eb"}.fa-calculator:before{content:"\f1ec"}.fa-paypal:before{content:"\f1ed"}.fa-google-wallet:before{content:"\f1ee"}.fa-cc-visa:before{content:"\f1f0"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-bell-slash:before{content:"\f1f6"}.fa-bell-slash-o:before{content:"\f1f7"}.fa-trash:before{content:"\f1f8"}.fa-copyright:before{content:"\f1f9"}.fa-at:before{content:"\f1fa"}.fa-eyedropper:before{content:"\f1fb"}.fa-paint-brush:before{content:"\f1fc"}.fa-birthday-cake:before{content:"\f1fd"}.fa-area-chart:before{content:"\f1fe"}.fa-pie-chart:before{content:"\f200"}.fa-line-chart:before{content:"\f201"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-bicycle:before{content:"\f206"}.fa-bus:before{content:"\f207"}.fa-ioxhost:before{content:"\f208"}.fa-angellist:before{content:"\f209"}.fa-cc:before{content:"\f20a"}.fa-shekel:before,.fa-sheqel:before,.fa-ils:before{content:"\f20b"}.fa-meanpath:before{content:"\f20c"}.fa-buysellads:before{content:"\f20d"}.fa-connectdevelop:before{content:"\f20e"}.fa-dashcube:before{content:"\f210"}.fa-forumbee:before{content:"\f211"}.fa-leanpub:before{content:"\f212"}.fa-sellsy:before{content:"\f213"}.fa-shirtsinbulk:before{content:"\f214"}.fa-simplybuilt:before{content:"\f215"}.fa-skyatlas:before{content:"\f216"}.fa-cart-plus:before{content:"\f217"}.fa-cart-arrow-down:before{content:"\f218"}.fa-diamond:before{content:"\f219"}.fa-ship:before{content:"\f21a"}.fa-user-secret:before{content:"\f21b"}.fa-motorcycle:before{content:"\f21c"}.fa-street-view:before{content:"\f21d"}.fa-heartbeat:before{content:"\f21e"}.fa-venus:before{content:"\f221"}.fa-mars:before{content:"\f222"}.fa-mercury:before{content:"\f223"}.fa-intersex:before,.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-venus-double:before{content:"\f226"}.fa-mars-double:before{content:"\f227"}.fa-venus-mars:before{content:"\f228"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-neuter:before{content:"\f22c"}.fa-genderless:before{content:"\f22d"}.fa-facebook-official:before{content:"\f230"}.fa-pinterest-p:before{content:"\f231"}.fa-whatsapp:before{content:"\f232"}.fa-server:before{content:"\f233"}.fa-user-plus:before{content:"\f234"}.fa-user-times:before{content:"\f235"}.fa-hotel:before,.fa-bed:before{content:"\f236"}.fa-viacoin:before{content:"\f237"}.fa-train:before{content:"\f238"}.fa-subway:before{content:"\f239"}.fa-medium:before{content:"\f23a"}.fa-yc:before,.fa-y-combinator:before{content:"\f23b"}.fa-optin-monster:before{content:"\f23c"}.fa-opencart:before{content:"\f23d"}.fa-expeditedssl:before{content:"\f23e"}.fa-battery-4:before,.fa-battery:before,.fa-battery-full:before{content:"\f240"}.fa-battery-3:before,.fa-battery-three-quarters:before{content:"\f241"}.fa-battery-2:before,.fa-battery-half:before{content:"\f242"}.fa-battery-1:before,.fa-battery-quarter:before{content:"\f243"}.fa-battery-0:before,.fa-battery-empty:before{content:"\f244"}.fa-mouse-pointer:before{content:"\f245"}.fa-i-cursor:before{content:"\f246"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-sticky-note:before{content:"\f249"}.fa-sticky-note-o:before{content:"\f24a"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-diners-club:before{content:"\f24c"}.fa-clone:before{content:"\f24d"}.fa-balance-scale:before{content:"\f24e"}.fa-hourglass-o:before{content:"\f250"}.fa-hourglass-1:before,.fa-hourglass-start:before{content:"\f251"}.fa-hourglass-2:before,.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-3:before,.fa-hourglass-end:before{content:"\f253"}.fa-hourglass:before{content:"\f254"}.fa-hand-grab-o:before,.fa-hand-rock-o:before{content:"\f255"}.fa-hand-stop-o:before,.fa-hand-paper-o:before{content:"\f256"}.fa-hand-scissors-o:before{content:"\f257"}.fa-hand-lizard-o:before{content:"\f258"}.fa-hand-spock-o:before{content:"\f259"}.fa-hand-pointer-o:before{content:"\f25a"}.fa-hand-peace-o:before{content:"\f25b"}.fa-trademark:before{content:"\f25c"}.fa-registered:before{content:"\f25d"}.fa-creative-commons:before{content:"\f25e"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-tripadvisor:before{content:"\f262"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-get-pocket:before{content:"\f265"}.fa-wikipedia-w:before{content:"\f266"}.fa-safari:before{content:"\f267"}.fa-chrome:before{content:"\f268"}.fa-firefox:before{content:"\f269"}.fa-opera:before{content:"\f26a"}.fa-internet-explorer:before{content:"\f26b"}.fa-tv:before,.fa-television:before{content:"\f26c"}.fa-contao:before{content:"\f26d"}.fa-500px:before{content:"\f26e"}.fa-amazon:before{content:"\f270"}.fa-calendar-plus-o:before{content:"\f271"}.fa-calendar-minus-o:before{content:"\f272"}.fa-calendar-times-o:before{content:"\f273"}.fa-calendar-check-o:before{content:"\f274"}.fa-industry:before{content:"\f275"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-map-o:before{content:"\f278"}.fa-map:before{content:"\f279"}.fa-commenting:before{content:"\f27a"}.fa-commenting-o:before{content:"\f27b"}.fa-houzz:before{content:"\f27c"}.fa-vimeo:before{content:"\f27d"}.fa-black-tie:before{content:"\f27e"}.fa-fonticons:before{content:"\f280"}.fa-reddit-alien:before{content:"\f281"}.fa-edge:before{content:"\f282"}.fa-credit-card-alt:before{content:"\f283"}.fa-codiepie:before{content:"\f284"}.fa-modx:before{content:"\f285"}.fa-fort-awesome:before{content:"\f286"}.fa-usb:before{content:"\f287"}.fa-product-hunt:before{content:"\f288"}.fa-mixcloud:before{content:"\f289"}.fa-scribd:before{content:"\f28a"}.fa-pause-circle:before{content:"\f28b"}.fa-pause-circle-o:before{content:"\f28c"}.fa-stop-circle:before{content:"\f28d"}.fa-stop-circle-o:before{content:"\f28e"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-hashtag:before{content:"\f292"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-percent:before{content:"\f295"}.fa-gitlab:before{content:"\f296"}.fa-wpbeginner:before{content:"\f297"}.fa-wpforms:before{content:"\f298"}.fa-envira:before{content:"\f299"}.fa-universal-access:before{content:"\f29a"}.fa-wheelchair-alt:before{content:"\f29b"}.fa-question-circle-o:before{content:"\f29c"}.fa-blind:before{content:"\f29d"}.fa-audio-description:before{content:"\f29e"}.fa-volume-control-phone:before{content:"\f2a0"}.fa-braille:before{content:"\f2a1"}.fa-assistive-listening-systems:before{content:"\f2a2"}.fa-asl-interpreting:before,.fa-american-sign-language-interpreting:before{content:"\f2a3"}.fa-deafness:before,.fa-hard-of-hearing:before,.fa-deaf:before{content:"\f2a4"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-signing:before,.fa-sign-language:before{content:"\f2a7"}.fa-low-vision:before{content:"\f2a8"}.fa-viadeo:before{content:"\f2a9"}.fa-viadeo-square:before{content:"\f2aa"}.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-ghost:before{content:"\f2ac"}.fa-snapchat-square:before{content:"\f2ad"}.fa-pied-piper:before{content:"\f2ae"}.fa-first-order:before{content:"\f2b0"}.fa-yoast:before{content:"\f2b1"}.fa-themeisle:before{content:"\f2b2"}.fa-google-plus-circle:before,.fa-google-plus-official:before{content:"\f2b3"}.fa-fa:before,.fa-font-awesome:before{content:"\f2b4"}.fa-handshake-o:before{content:"\f2b5"}.fa-envelope-open:before{content:"\f2b6"}.fa-envelope-open-o:before{content:"\f2b7"}.fa-linode:before{content:"\f2b8"}.fa-address-book:before{content:"\f2b9"}.fa-address-book-o:before{content:"\f2ba"}.fa-vcard:before,.fa-address-card:before{content:"\f2bb"}.fa-vcard-o:before,.fa-address-card-o:before{content:"\f2bc"}.fa-user-circle:before{content:"\f2bd"}.fa-user-circle-o:before{content:"\f2be"}.fa-user-o:before{content:"\f2c0"}.fa-id-badge:before{content:"\f2c1"}.fa-drivers-license:before,.fa-id-card:before{content:"\f2c2"}.fa-drivers-license-o:before,.fa-id-card-o:before{content:"\f2c3"}.fa-quora:before{content:"\f2c4"}.fa-free-code-camp:before{content:"\f2c5"}.fa-telegram:before{content:"\f2c6"}.fa-thermometer-4:before,.fa-thermometer:before,.fa-thermometer-full:before{content:"\f2c7"}.fa-thermometer-3:before,.fa-thermometer-three-quarters:before{content:"\f2c8"}.fa-thermometer-2:before,.fa-thermometer-half:before{content:"\f2c9"}.fa-thermometer-1:before,.fa-thermometer-quarter:before{content:"\f2ca"}.fa-thermometer-0:before,.fa-thermometer-empty:before{content:"\f2cb"}.fa-shower:before{content:"\f2cc"}.fa-bathtub:before,.fa-s15:before,.fa-bath:before{content:"\f2cd"}.fa-podcast:before{content:"\f2ce"}.fa-window-maximize:before{content:"\f2d0"}.fa-window-minimize:before{content:"\f2d1"}.fa-window-restore:before{content:"\f2d2"}.fa-times-rectangle:before,.fa-window-close:before{content:"\f2d3"}.fa-times-rectangle-o:before,.fa-window-close-o:before{content:"\f2d4"}.fa-bandcamp:before{content:"\f2d5"}.fa-grav:before{content:"\f2d6"}.fa-etsy:before{content:"\f2d7"}.fa-imdb:before{content:"\f2d8"}.fa-ravelry:before{content:"\f2d9"}.fa-eercast:before{content:"\f2da"}.fa-microchip:before{content:"\f2db"}.fa-snowflake-o:before{content:"\f2dc"}.fa-superpowers:before{content:"\f2dd"}.fa-wpexplorer:before{content:"\f2de"}.fa-meetup:before{content:"\f2e0"}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}.g-main-nav .g-dropdown, .g-main-nav .g-standard .g-dropdown .g-dropdown { position: absolute; top: auto; left: auto; opacity: 0; visibility: hidden; overflow: hidden; }
.g-main-nav .g-standard .g-dropdown.g-active, .g-main-nav .g-fullwidth .g-dropdown.g-active { opacity: 1; visibility: visible; overflow: visible; }
.g-main-nav ul, #g-mobilemenu-container ul { margin: 0; padding: 0; list-style: none; }
@-webkit-viewport { width: device-width; }
@-moz-viewport { width: device-width; }
@-ms-viewport { width: device-width; }
@-o-viewport { width: device-width; }
@viewport { width: device-width; }
html { height: 100%; font-size: 100%; -ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; box-sizing: border-box; }
*, *::before, *::after { box-sizing: inherit; }
body { margin: 0; }
#g-page-surround { min-height: 100vh; position: relative; overflow: hidden; }
article, aside, details, footer, header, hgroup, main, nav, section, summary { display: block; }
audio, canvas, progress, video { display: inline-block; vertical-align: baseline; }
audio:not([controls]) { display: none; height: 0; }
[hidden], template { display: none; }
a { background: transparent; text-decoration: none; }
a:active, a:hover { outline: 0; }
abbr[title] { border-bottom: 1px dotted; }
b, strong { font-weight: bold; }
dfn { font-style: italic; }
mark { background: #ff0; color: #000; }
sub, sup { line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }
img { width: auto\9; height: auto; max-width: 100%; display: inline-block; vertical-align: middle; border: 0; -ms-interpolation-mode: bicubic; }
iframe, svg { max-width: 100%; }
svg:not(:root) { overflow: hidden; }
figure { margin: 1em 40px; }
hr { height: 0; }
pre { overflow: auto; }
code { vertical-align: bottom; }
button, input, optgroup, select, textarea { color: inherit; font: inherit; margin: 0; }
button { overflow: visible; }
button, select { text-transform: none; }
button, html input[type="button"], input[type="reset"], input[type="submit"] { -webkit-appearance: button; cursor: pointer; }
button[disabled], html input[disabled] { cursor: default; }
button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }
input { line-height: normal; }
input[type="checkbox"], input[type="radio"] { padding: 0; }
input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button { height: auto; }
input[type="search"] { -webkit-appearance: textfield; }
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; }
legend { border: 0; padding: 0; }
textarea { overflow: auto; }
optgroup { font-weight: bold; }
table { border-collapse: collapse; border-spacing: 0; width: 100%; }
tr, td, th { vertical-align: middle; }
th, td { padding: 0.375rem 0; }
th { text-align: left; }
@media print { body { background: #fff !important; color: #000 !important; } }
.g-container { margin: 0 auto; padding: 0; }
.g-block .g-container { width: auto; }
.g-grid { display: -webkit-box; display: -moz-box; display: box; display: -webkit-flex; display: -moz-flex; display: -ms-flexbox; display: flex; -webkit-flex-flow: row wrap; -moz-flex-flow: row wrap; flex-flow: row wrap; list-style: none; margin: 0; padding: 0; text-rendering: optimizespeed; }
.g-grid.nowrap { -webkit-flex-flow: row; -moz-flex-flow: row; flex-flow: row; }
.g-block { -webkit-box-flex: 1; -moz-box-flex: 1; box-flex: 1; -webkit-flex: 1; -moz-flex: 1; -ms-flex: 1; flex: 1; min-width: 0; min-height: 0; }
.first-block { -webkit-box-ordinal-group: 0; -webkit-order: -1; -ms-flex-order: -1; order: -1; }
.last-block { -webkit-box-ordinal-group: 2; -webkit-order: 1; -ms-flex-order: 1; order: 1; }
.size-5 { -webkit-box-flex: 0; -moz-box-flex: 0; box-flex: 0; -webkit-flex: 0 5%; -moz-flex: 0 5%; -ms-flex: 0 5%; flex: 0 5%; width: 5%; }
.size-6 { -webkit-box-flex: 0; -moz-box-flex: 0; box-flex: 0; -webkit-flex: 0 6%; -moz-flex: 0 6%; -ms-flex: 0 6%; flex: 0 6%; width: 6%; }
.size-7 { -webkit-box-flex: 0; -moz-box-flex: 0; box-flex: 0; -webkit-flex: 0 7%; -moz-flex: 0 7%; -ms-flex: 0 7%; flex: 0 7%; width: 7%; }
.size-8 { -webkit-box-flex: 0; -moz-box-flex: 0; box-flex: 0; -webkit-flex: 0 8%; -moz-flex: 0 8%; -ms-flex: 0 8%; flex: 0 8%; width: 8%; }
.size-9 { -webkit-box-flex: 0; -moz-box-flex: 0; box-flex: 0; -webkit-flex: 0 9%; -moz-flex: 0 9%; -ms-flex: 0 9%; flex: 0 9%; width: 9%; }
.size-10 { -webkit-box-flex: 0; -moz-box-flex: 0; box-flex: 0; -webkit-flex: 0 10%; -moz-flex: 0 10%; -ms-flex: 0 10%; flex: 0 10%; width: 10%; }
.size-11 { -webkit-box-flex: 0; -moz-box-flex: 0; box-flex: 0; -webkit-flex: 0 11%; -moz-flex: 0 11%; -ms-flex: 0 11%; flex: 0 11%; width: 11%; }
.size-12 { -webkit-box-flex: 0; -moz-box-flex: 0; box-flex: 0; -webkit-flex: 0 12%; -moz-flex: 0 12%; -ms-flex: 0 12%; flex: 0 12%; width: 12%; }
.size-13 { -webkit-box-flex: 0; -moz-box-flex: 0; box-flex: 0; -webkit-flex: 0 13%; -moz-flex: 0 13%; -ms-flex: 0 13%; flex: 0 13%; width: 13%; }
.size-14 { -webkit-box-flex: 0; -moz-box-flex: 0; box-flex: 0; -webkit-flex: 0 14%; -moz-flex: 0 14%; -ms-flex: 0 14%; flex: 0 14%; width: 14%; }
.size-15 { -webkit-box-flex: 0; -moz-box-flex: 0; box-flex: 0; -webkit-flex: 0 15%; -moz-flex: 0 15%; -ms-flex: 0 15%; flex: 0 15%; width: 15%; }
.size-16 { -webkit-box-flex: 0; -moz-box-flex: 0; box-flex: 0; -webkit-flex: 0 16%; -moz-flex: 0 16%; -ms-flex: 0 16%; flex: 0 16%; width: 16%; }
.size-17 { -webkit-box-flex: 0; -moz-box-flex: 0; box-flex: 0; -webkit-flex: 0 17%; -moz-flex: 0 17%; -ms-flex: 0 17%; flex: 0 17%; width: 17%; }
.size-18 { -webkit-box-flex: 0; -moz-box-flex: 0; box-flex: 0; -webkit-flex: 0 18%; -moz-flex: 0 18%; -ms-flex: 0 18%; flex: 0 18%; width: 18%; }
.size-19 { -webkit-box-flex: 0; -moz-box-flex: 0; box-flex: 0; -webkit-flex: 0 19%; -moz-flex: 0 19%; -ms-flex: 0 19%; flex: 0 19%; width: 19%; }
.size-20 { -webkit-box-flex: 0; -moz-box-flex: 0; box-flex: 0; -webkit-flex: 0 20%; -moz-flex: 0 20%; -ms-flex: 0 20%; flex: 0 20%; width: 20%; }
.size-21 { -webkit-box-flex: 0; -moz-box-flex: 0; box-flex: 0; -webkit-flex: 0 21%; -moz-flex: 0 21%; -ms-flex: 0 21%; flex: 0 21%; width: 21%; }
.size-22 { -webkit-box-flex: 0; -moz-box-flex: 0; box-flex: 0; -webkit-flex: 0 22%; -moz-flex: 0 22%; -ms-flex: 0 22%; flex: 0 22%; width: 22%; }
.size-23 { -webkit-box-flex: 0; -moz-box-flex: 0; box-flex: 0; -webkit-flex: 0 23%; -moz-flex: 0 23%; -ms-flex: 0 23%; flex: 0 23%; width: 23%; }
.size-24 { -webkit-box-flex: 0; -moz-box-flex: 0; box-flex: 0; -webkit-flex: 0 24%; -moz-flex: 0 24%; -ms-flex: 0 24%; flex: 0 24%; width: 24%; }
.size-25 { -webkit-box-flex: 0; -moz-box-flex: 0; box-flex: 0; -webkit-flex: 0 25%; -moz-flex: 0 25%; -ms-flex: 0 25%; flex: 0 25%; width: 25%; }
.size-26 { -webkit-box-flex: 0; -moz-box-flex: 0; box-flex: 0; -webkit-flex: 0 26%; -moz-flex: 0 26%; -ms-flex: 0 26%; flex: 0 26%; width: 26%; }
.size-27 { -webkit-box-flex: 0; -moz-box-flex: 0; box-flex: 0; -webkit-flex: 0 27%; -moz-flex: 0 27%; -ms-flex: 0 27%; flex: 0 27%; width: 27%; }
.size-28 { -webkit-box-flex: 0; -moz-box-flex: 0; box-flex: 0; -webkit-flex: 0 28%; -moz-flex: 0 28%; -ms-flex: 0 28%; flex: 0 28%; width: 28%; }
.size-29 { -webkit-box-flex: 0; -moz-box-flex: 0; box-flex: 0; -webkit-flex: 0 29%; -moz-flex: 0 29%; -ms-flex: 0 29%; flex: 0 29%; width: 29%; }
.size-30 { -webkit-box-flex: 0; -moz-box-flex: 0; box-flex: 0; -webkit-flex: 0 30%; -moz-flex: 0 30%; -ms-flex: 0 30%; flex: 0 30%; width: 30%; }
.size-31 { -webkit-box-flex: 0; -moz-box-flex: 0; box-flex: 0; -webkit-flex: 0 31%; -moz-flex: 0 31%; -ms-flex: 0 31%; flex: 0 31%; width: 31%; }
.size-32 { -webkit-box-flex: 0; -moz-box-flex: 0; box-flex: 0; -webkit-flex: 0 32%; -moz-flex: 0 32%; -ms-flex: 0 32%; flex: 0 32%; width: 32%; }
.size-33 { -webkit-box-flex: 0; -moz-box-flex: 0; box-flex: 0; -webkit-flex: 0 33%; -moz-flex: 0 33%; -ms-flex: 0 33%; flex: 0 33%; width: 33%; }
.size-34 { -webkit-box-flex: 0; -moz-box-flex: 0; box-flex: 0; -webkit-flex: 0 34%; -moz-flex: 0 34%; -ms-flex: 0 34%; flex: 0 34%; width: 34%; }
.size-35 { -webkit-box-flex: 0; -moz-box-flex: 0; box-flex: 0; -webkit-flex: 0 35%; -moz-flex: 0 35%; -ms-flex: 0 35%; flex: 0 35%; width: 35%; }
.size-36 { -webkit-box-flex: 0; -moz-box-flex: 0; box-flex: 0; -webkit-flex: 0 36%; -moz-flex: 0 36%; -ms-flex: 0 36%; flex: 0 36%; width: 36%; }
.size-37 { -webkit-box-flex: 0; -moz-box-flex: 0; box-flex: 0; -webkit-flex: 0 37%; -moz-flex: 0 37%; -ms-flex: 0 37%; flex: 0 37%; width: 37%; }
.size-38 { -webkit-box-flex: 0; -moz-box-flex: 0; box-flex: 0; -webkit-flex: 0 38%; -moz-flex: 0 38%; -ms-flex: 0 38%; flex: 0 38%; width: 38%; }
.size-39 { -webkit-box-flex: 0; -moz-box-flex: 0; box-flex: 0; -webkit-flex: 0 39%; -moz-flex: 0 39%; -ms-flex: 0 39%; flex: 0 39%; width: 39%; }
.size-40 { -webkit-box-flex: 0; -moz-box-flex: 0; box-flex: 0; -webkit-flex: 0 40%; -moz-flex: 0 40%; -ms-flex: 0 40%; flex: 0 40%; width: 40%; }
.size-41 { -webkit-box-flex: 0; -moz-box-flex: 0; box-flex: 0; -webkit-flex: 0 41%; -moz-flex: 0 41%; -ms-flex: 0 41%; flex: 0 41%; width: 41%; }
.size-42 { -webkit-box-flex: 0; -moz-box-flex: 0; box-flex: 0; -webkit-flex: 0 42%; -moz-flex: 0 42%; -ms-flex: 0 42%; flex: 0 42%; width: 42%; }
.size-43 { -webkit-box-flex: 0; -moz-box-flex: 0; box-flex: 0; -webkit-flex: 0 43%; -moz-flex: 0 43%; -ms-flex: 0 43%; flex: 0 43%; width: 43%; }
.size-44 { -webkit-box-flex: 0; -moz-box-flex: 0; box-flex: 0; -webkit-flex: 0 44%; -moz-flex: 0 44%; -ms-flex: 0 44%; flex: 0 44%; width: 44%; }
.size-45 { -webkit-box-flex: 0; -moz-box-flex: 0; box-flex: 0; -webkit-flex: 0 45%; -moz-flex: 0 45%; -ms-flex: 0 45%; flex: 0 45%; width: 45%; }
.size-46 { -webkit-box-flex: 0; -moz-box-flex: 0; box-flex: 0; -webkit-flex: 0 46%; -moz-flex: 0 46%; -ms-flex: 0 46%; flex: 0 46%; width: 46%; }
.size-47 { -webkit-box-flex: 0; -moz-box-flex: 0; box-flex: 0; -webkit-flex: 0 47%; -moz-flex: 0 47%; -ms-flex: 0 47%; flex: 0 47%; width: 47%; }
.size-48 { -webkit-box-flex: 0; -moz-box-flex: 0; box-flex: 0; -webkit-flex: 0 48%; -moz-flex: 0 48%; -ms-flex: 0 48%; flex: 0 48%; width: 48%; }
.size-49 { -webkit-box-flex: 0; -moz-box-flex: 0; box-flex: 0; -webkit-flex: 0 49%; -moz-flex: 0 49%; -ms-flex: 0 49%; flex: 0 49%; width: 49%; }
.size-50 { -webkit-box-flex: 0; -moz-box-flex: 0; box-flex: 0; -webkit-flex: 0 50%; -moz-flex: 0 50%; -ms-flex: 0 50%; flex: 0 50%; width: 50%; }
.size-51 { -webkit-box-flex: 0; -moz-box-flex: 0; box-flex: 0; -webkit-flex: 0 51%; -moz-flex: 0 51%; -ms-flex: 0 51%; flex: 0 51%; width: 51%; }
.size-52 { -webkit-box-flex: 0; -moz-box-flex: 0; box-flex: 0; -webkit-flex: 0 52%; -moz-flex: 0 52%; -ms-flex: 0 52%; flex: 0 52%; width: 52%; }
.size-53 { -webkit-box-flex: 0; -moz-box-flex: 0; box-flex: 0; -webkit-flex: 0 53%; -moz-flex: 0 53%; -ms-flex: 0 53%; flex: 0 53%; width: 53%; }
.size-54 { -webkit-box-flex: 0; -moz-box-flex: 0; box-flex: 0; -webkit-flex: 0 54%; -moz-flex: 0 54%; -ms-flex: 0 54%; flex: 0 54%; width: 54%; }
.size-55 { -webkit-box-flex: 0; -moz-box-flex: 0; box-flex: 0; -webkit-flex: 0 55%; -moz-flex: 0 55%; -ms-flex: 0 55%; flex: 0 55%; width: 55%; }
.size-56 { -webkit-box-flex: 0; -moz-box-flex: 0; box-flex: 0; -webkit-flex: 0 56%; -moz-flex: 0 56%; -ms-flex: 0 56%; flex: 0 56%; width: 56%; }
.size-57 { -webkit-box-flex: 0; -moz-box-flex: 0; box-flex: 0; -webkit-flex: 0 57%; -moz-flex: 0 57%; -ms-flex: 0 57%; flex: 0 57%; width: 57%; }
.size-58 { -webkit-box-flex: 0; -moz-box-flex: 0; box-flex: 0; -webkit-flex: 0 58%; -moz-flex: 0 58%; -ms-flex: 0 58%; flex: 0 58%; width: 58%; }
.size-59 { -webkit-box-flex: 0; -moz-box-flex: 0; box-flex: 0; -webkit-flex: 0 59%; -moz-flex: 0 59%; -ms-flex: 0 59%; flex: 0 59%; width: 59%; }
.size-60 { -webkit-box-flex: 0; -moz-box-flex: 0; box-flex: 0; -webkit-flex: 0 60%; -moz-flex: 0 60%; -ms-flex: 0 60%; flex: 0 60%; width: 60%; }
.size-61 { -webkit-box-flex: 0; -moz-box-flex: 0; box-flex: 0; -webkit-flex: 0 61%; -moz-flex: 0 61%; -ms-flex: 0 61%; flex: 0 61%; width: 61%; }
.size-62 { -webkit-box-flex: 0; -moz-box-flex: 0; box-flex: 0; -webkit-flex: 0 62%; -moz-flex: 0 62%; -ms-flex: 0 62%; flex: 0 62%; width: 62%; }
.size-63 { -webkit-box-flex: 0; -moz-box-flex: 0; box-flex: 0; -webkit-flex: 0 63%; -moz-flex: 0 63%; -ms-flex: 0 63%; flex: 0 63%; width: 63%; }
.size-64 { -webkit-box-flex: 0; -moz-box-flex: 0; box-flex: 0; -webkit-flex: 0 64%; -moz-flex: 0 64%; -ms-flex: 0 64%; flex: 0 64%; width: 64%; }
.size-65 { -webkit-box-flex: 0; -moz-box-flex: 0; box-flex: 0; -webkit-flex: 0 65%; -moz-flex: 0 65%; -ms-flex: 0 65%; flex: 0 65%; width: 65%; }
.size-66 { -webkit-box-flex: 0; -moz-box-flex: 0; box-flex: 0; -webkit-flex: 0 66%; -moz-flex: 0 66%; -ms-flex: 0 66%; flex: 0 66%; width: 66%; }
.size-67 { -webkit-box-flex: 0; -moz-box-flex: 0; box-flex: 0; -webkit-flex: 0 67%; -moz-flex: 0 67%; -ms-flex: 0 67%; flex: 0 67%; width: 67%; }
.size-68 { -webkit-box-flex: 0; -moz-box-flex: 0; box-flex: 0; -webkit-flex: 0 68%; -moz-flex: 0 68%; -ms-flex: 0 68%; flex: 0 68%; width: 68%; }
.size-69 { -webkit-box-flex: 0; -moz-box-flex: 0; box-flex: 0; -webkit-flex: 0 69%; -moz-flex: 0 69%; -ms-flex: 0 69%; flex: 0 69%; width: 69%; }
.size-70 { -webkit-box-flex: 0; -moz-box-flex: 0; box-flex: 0; -webkit-flex: 0 70%; -moz-flex: 0 70%; -ms-flex: 0 70%; flex: 0 70%; width: 70%; }
.size-71 { -webkit-box-flex: 0; -moz-box-flex: 0; box-flex: 0; -webkit-flex: 0 71%; -moz-flex: 0 71%; -ms-flex: 0 71%; flex: 0 71%; width: 71%; }
.size-72 { -webkit-box-flex: 0; -moz-box-flex: 0; box-flex: 0; -webkit-flex: 0 72%; -moz-flex: 0 72%; -ms-flex: 0 72%; flex: 0 72%; width: 72%; }
.size-73 { -webkit-box-flex: 0; -moz-box-flex: 0; box-flex: 0; -webkit-flex: 0 73%; -moz-flex: 0 73%; -ms-flex: 0 73%; flex: 0 73%; width: 73%; }
.size-74 { -webkit-box-flex: 0; -moz-box-flex: 0; box-flex: 0; -webkit-flex: 0 74%; -moz-flex: 0 74%; -ms-flex: 0 74%; flex: 0 74%; width: 74%; }
.size-75 { -webkit-box-flex: 0; -moz-box-flex: 0; box-flex: 0; -webkit-flex: 0 75%; -moz-flex: 0 75%; -ms-flex: 0 75%; flex: 0 75%; width: 75%; }
.size-76 { -webkit-box-flex: 0; -moz-box-flex: 0; box-flex: 0; -webkit-flex: 0 76%; -moz-flex: 0 76%; -ms-flex: 0 76%; flex: 0 76%; width: 76%; }
.size-77 { -webkit-box-flex: 0; -moz-box-flex: 0; box-flex: 0; -webkit-flex: 0 77%; -moz-flex: 0 77%; -ms-flex: 0 77%; flex: 0 77%; width: 77%; }
.size-78 { -webkit-box-flex: 0; -moz-box-flex: 0; box-flex: 0; -webkit-flex: 0 78%; -moz-flex: 0 78%; -ms-flex: 0 78%; flex: 0 78%; width: 78%; }
.size-79 { -webkit-box-flex: 0; -moz-box-flex: 0; box-flex: 0; -webkit-flex: 0 79%; -moz-flex: 0 79%; -ms-flex: 0 79%; flex: 0 79%; width: 79%; }
.size-80 { -webkit-box-flex: 0; -moz-box-flex: 0; box-flex: 0; -webkit-flex: 0 80%; -moz-flex: 0 80%; -ms-flex: 0 80%; flex: 0 80%; width: 80%; }
.size-81 { -webkit-box-flex: 0; -moz-box-flex: 0; box-flex: 0; -webkit-flex: 0 81%; -moz-flex: 0 81%; -ms-flex: 0 81%; flex: 0 81%; width: 81%; }
.size-82 { -webkit-box-flex: 0; -moz-box-flex: 0; box-flex: 0; -webkit-flex: 0 82%; -moz-flex: 0 82%; -ms-flex: 0 82%; flex: 0 82%; width: 82%; }
.size-83 { -webkit-box-flex: 0; -moz-box-flex: 0; box-flex: 0; -webkit-flex: 0 83%; -moz-flex: 0 83%; -ms-flex: 0 83%; flex: 0 83%; width: 83%; }
.size-84 { -webkit-box-flex: 0; -moz-box-flex: 0; box-flex: 0; -webkit-flex: 0 84%; -moz-flex: 0 84%; -ms-flex: 0 84%; flex: 0 84%; width: 84%; }
.size-85 { -webkit-box-flex: 0; -moz-box-flex: 0; box-flex: 0; -webkit-flex: 0 85%; -moz-flex: 0 85%; -ms-flex: 0 85%; flex: 0 85%; width: 85%; }
.size-86 { -webkit-box-flex: 0; -moz-box-flex: 0; box-flex: 0; -webkit-flex: 0 86%; -moz-flex: 0 86%; -ms-flex: 0 86%; flex: 0 86%; width: 86%; }
.size-87 { -webkit-box-flex: 0; -moz-box-flex: 0; box-flex: 0; -webkit-flex: 0 87%; -moz-flex: 0 87%; -ms-flex: 0 87%; flex: 0 87%; width: 87%; }
.size-88 { -webkit-box-flex: 0; -moz-box-flex: 0; box-flex: 0; -webkit-flex: 0 88%; -moz-flex: 0 88%; -ms-flex: 0 88%; flex: 0 88%; width: 88%; }
.size-89 { -webkit-box-flex: 0; -moz-box-flex: 0; box-flex: 0; -webkit-flex: 0 89%; -moz-flex: 0 89%; -ms-flex: 0 89%; flex: 0 89%; width: 89%; }
.size-90 { -webkit-box-flex: 0; -moz-box-flex: 0; box-flex: 0; -webkit-flex: 0 90%; -moz-flex: 0 90%; -ms-flex: 0 90%; flex: 0 90%; width: 90%; }
.size-91 { -webkit-box-flex: 0; -moz-box-flex: 0; box-flex: 0; -webkit-flex: 0 91%; -moz-flex: 0 91%; -ms-flex: 0 91%; flex: 0 91%; width: 91%; }
.size-92 { -webkit-box-flex: 0; -moz-box-flex: 0; box-flex: 0; -webkit-flex: 0 92%; -moz-flex: 0 92%; -ms-flex: 0 92%; flex: 0 92%; width: 92%; }
.size-93 { -webkit-box-flex: 0; -moz-box-flex: 0; box-flex: 0; -webkit-flex: 0 93%; -moz-flex: 0 93%; -ms-flex: 0 93%; flex: 0 93%; width: 93%; }
.size-94 { -webkit-box-flex: 0; -moz-box-flex: 0; box-flex: 0; -webkit-flex: 0 94%; -moz-flex: 0 94%; -ms-flex: 0 94%; flex: 0 94%; width: 94%; }
.size-95 { -webkit-box-flex: 0; -moz-box-flex: 0; box-flex: 0; -webkit-flex: 0 95%; -moz-flex: 0 95%; -ms-flex: 0 95%; flex: 0 95%; width: 95%; }
.size-33-3 { -webkit-box-flex: 0; -moz-box-flex: 0; box-flex: 0; -webkit-flex: 0 33.3333333333%; -moz-flex: 0 33.3333333333%; -ms-flex: 0 33.3333333333%; flex: 0 33.3333333333%; width: 33.3333333333%; max-width: 33.3333333333%; }
.size-16-7 { -webkit-box-flex: 0; -moz-box-flex: 0; box-flex: 0; -webkit-flex: 0 16.6666666667%; -moz-flex: 0 16.6666666667%; -ms-flex: 0 16.6666666667%; flex: 0 16.6666666667%; width: 16.6666666667%; max-width: 16.6666666667%; }
.size-14-3 { -webkit-box-flex: 0; -moz-box-flex: 0; box-flex: 0; -webkit-flex: 0 14.2857142857%; -moz-flex: 0 14.2857142857%; -ms-flex: 0 14.2857142857%; flex: 0 14.2857142857%; width: 14.2857142857%; max-width: 14.2857142857%; }
.size-12-5 { -webkit-box-flex: 0; -moz-box-flex: 0; box-flex: 0; -webkit-flex: 0 12.5%; -moz-flex: 0 12.5%; -ms-flex: 0 12.5%; flex: 0 12.5%; width: 12.5%; max-width: 12.5%; }
.size-11-1 { -webkit-box-flex: 0; -moz-box-flex: 0; box-flex: 0; -webkit-flex: 0 11.1111111111%; -moz-flex: 0 11.1111111111%; -ms-flex: 0 11.1111111111%; flex: 0 11.1111111111%; width: 11.1111111111%; max-width: 11.1111111111%; }
.size-9-1 { -webkit-box-flex: 0; -moz-box-flex: 0; box-flex: 0; -webkit-flex: 0 9.0909090909%; -moz-flex: 0 9.0909090909%; -ms-flex: 0 9.0909090909%; flex: 0 9.0909090909%; width: 9.0909090909%; max-width: 9.0909090909%; }
.size-8-3 { -webkit-box-flex: 0; -moz-box-flex: 0; box-flex: 0; -webkit-flex: 0 8.3333333333%; -moz-flex: 0 8.3333333333%; -ms-flex: 0 8.3333333333%; flex: 0 8.3333333333%; width: 8.3333333333%; max-width: 8.3333333333%; }
.size-100 { width: 100%; max-width: 100%; -webkit-flex-grow: 0; -moz-flex-grow: 0; flex-grow: 0; -ms-flex-positive: 0; -webkit-flex-basis: 100%; -moz-flex-basis: 100%; flex-basis: 100%; -ms-flex-preferred-size: 100%; }
.g-main-nav:not(.g-menu-hastouch) .g-dropdown { z-index: 10; top: -9999px; }
.g-main-nav:not(.g-menu-hastouch) .g-dropdown.g-active { top: 100%; }
.g-main-nav:not(.g-menu-hastouch) .g-dropdown .g-dropdown { top: 0; }
.g-main-nav:not(.g-menu-hastouch) .g-fullwidth .g-dropdown.g-active { top: auto; }
.g-main-nav:not(.g-menu-hastouch) .g-fullwidth .g-dropdown .g-dropdown.g-active { top: 0; }
.g-main-nav .g-toplevel > li { display: inline-block; cursor: pointer; -webkit-transition: background 0.2s ease-out, -webkit-transform 0.2s ease-out; -moz-transition: background 0.2s ease-out, -moz-transform 0.2s ease-out; transition: background 0.2s ease-out, transform 0.2s ease-out; }
.g-main-nav .g-toplevel > li.g-menu-item-type-particle, .g-main-nav .g-toplevel > li.g-menu-item-type-module { cursor: initial; }
.g-main-nav .g-toplevel > li .g-menu-item-content { display: inline-block; vertical-align: middle; cursor: pointer; }
.g-main-nav .g-toplevel > li .g-menu-item-container { -webkit-transition: -webkit-transform 0.2s ease-out; -moz-transition: -moz-transform 0.2s ease-out; transition: transform 0.2s ease-out; }
.g-main-nav .g-toplevel > li.g-parent .g-menu-parent-indicator { display: inline-block; vertical-align: middle; line-height: normal; }
.g-main-nav .g-toplevel > li.g-parent .g-menu-parent-indicator:after { display: inline-block; cursor: pointer; width: 1.5rem; opacity: 0.5; font-family: FontAwesome, serif; content: "\f078"; text-align: right; }
.g-main-nav .g-toplevel > li.g-parent.g-selected > .g-menu-item-container > .g-menu-parent-indicator:after { content: "\f00d"; }
.g-main-nav .g-dropdown { -webkit-transition: opacity 0.2s ease-out, -webkit-transform 0.2s ease-out; -moz-transition: opacity 0.2s ease-out, -moz-transform 0.2s ease-out; transition: opacity 0.2s ease-out, transform 0.2s ease-out; z-index: 1; }
.g-main-nav .g-sublevel > li { -webkit-transition: background 0.2s ease-out, -webkit-transform 0.2s ease-out; -moz-transition: background 0.2s ease-out, -moz-transform 0.2s ease-out; transition: background 0.2s ease-out, transform 0.2s ease-out; }
.g-main-nav .g-sublevel > li.g-menu-item-type-particle, .g-main-nav .g-sublevel > li.g-menu-item-type-module { cursor: initial; }
.g-main-nav .g-sublevel > li .g-menu-item-content { display: inline-block; vertical-align: middle; word-break: break-word; }
.g-main-nav .g-sublevel > li.g-parent .g-menu-item-content { margin-right: 2rem; }
.g-main-nav .g-sublevel > li.g-parent .g-menu-parent-indicator { position: absolute; right: 0.738rem; top: 0.838rem; width: auto; text-align: center; }
.g-main-nav .g-sublevel > li.g-parent .g-menu-parent-indicator:after { content: "\f054"; text-align: center; }
.g-main-nav .g-sublevel > li.g-parent.g-selected > .g-menu-item-container > .g-menu-parent-indicator:after { content: "\f00d"; }
[dir="rtl"] .g-main-nav .g-sublevel > li.g-parent .g-menu-item-content { margin-right: inherit; margin-left: 2rem; text-align: right; }
[dir="rtl"] .g-main-nav .g-sublevel > li.g-parent .g-menu-parent-indicator { right: inherit; left: 0.738rem; -webkit-transform: rotate(180deg); -moz-transform: rotate(180deg); -ms-transform: rotate(180deg); -o-transform: rotate(180deg); transform: rotate(180deg); }
.g-menu-item-container { display: block; position: relative; }
.g-menu-item-container input, .g-menu-item-container textarea { color: #666; }
.g-main-nav .g-standard { position: relative; }
.g-main-nav .g-standard .g-sublevel > li { position: relative; }
.g-main-nav .g-standard .g-dropdown { top: 100%; }
.g-main-nav .g-standard .g-dropdown.g-dropdown-left { right: 0; }
.g-main-nav .g-standard .g-dropdown.g-dropdown-center { left: 50%; -webkit-transform: translateX(-50%); -moz-transform: translateX(-50%); -ms-transform: translateX(-50%); -o-transform: translateX(-50%); transform: translateX(-50%); }
.g-main-nav .g-standard .g-dropdown.g-dropdown-right { left: 0; }
.g-main-nav .g-standard .g-dropdown .g-dropdown { top: 0; }
.g-main-nav .g-standard .g-dropdown .g-dropdown.g-dropdown-left { left: auto; right: 100%; }
.g-main-nav .g-standard .g-dropdown .g-dropdown.g-dropdown-right { left: 100%; right: auto; }
.g-main-nav .g-standard .g-dropdown .g-block { -webkit-flex-grow: 0; -moz-flex-grow: 0; flex-grow: 0; -ms-flex-positive: 0; -webkit-flex-basis: 100%; -moz-flex-basis: 100%; flex-basis: 100%; -ms-flex-preferred-size: 100%; }
.g-main-nav .g-standard .g-go-back { display: none; }
.g-main-nav .g-fullwidth .g-dropdown { position: absolute; left: 0; right: 0; }
.g-main-nav .g-fullwidth .g-dropdown.g-dropdown-left { right: 0; left: inherit; }
.g-main-nav .g-fullwidth .g-dropdown.g-dropdown-center { left: inherit; right: inherit; left: 50%; -webkit-transform: translateX(-50%); -moz-transform: translateX(-50%); -ms-transform: translateX(-50%); -o-transform: translateX(-50%); transform: translateX(-50%); }
.g-main-nav .g-fullwidth .g-dropdown.g-dropdown-right { left: 0; right: inherit; }
.g-main-nav .g-fullwidth .g-dropdown .g-block { position: relative; overflow: hidden; }
.g-main-nav .g-fullwidth .g-dropdown .g-go-back { display: block; }
.g-main-nav .g-fullwidth .g-dropdown .g-go-back.g-level-1 { display: none; }
.g-main-nav .g-fullwidth .g-sublevel .g-dropdown { top: 0; -webkit-transform: translateX(100%); -moz-transform: translateX(100%); -ms-transform: translateX(100%); -o-transform: translateX(100%); transform: translateX(100%); }
.g-main-nav .g-fullwidth .g-sublevel .g-dropdown.g-active { -webkit-transform: translateX(0); -moz-transform: translateX(0); -ms-transform: translateX(0); -o-transform: translateX(0); transform: translateX(0); }
.g-main-nav .g-fullwidth .g-sublevel.g-slide-out > .g-menu-item > .g-menu-item-container { -webkit-transform: translateX(-100%); -moz-transform: translateX(-100%); -ms-transform: translateX(-100%); -o-transform: translateX(-100%); transform: translateX(-100%); }
.g-go-back.g-level-1 { display: none; }
.g-go-back a span { display: none; }
.g-go-back a:before { display: block; text-align: center; width: 1.28571em; font-family: FontAwesome; content: "\f053"; opacity: 0.5; }
.g-menu-item-container > i { vertical-align: middle; margin-right: 0.2rem; }
.g-menu-item-subtitle { display: block; font-size: 0.8rem; line-height: 1.1; }
.g-nav-overlay, .g-menu-overlay { top: 0; right: 0; bottom: 0; left: 0; z-index: -1; opacity: 0; position: absolute; -webkit-transition: opacity 0.3s ease-out, z-index 0.1s ease-out; -moz-transition: opacity 0.3s ease-out, z-index 0.1s ease-out; transition: opacity 0.3s ease-out, z-index 0.1s ease-out; }
#g-mobilemenu-container .g-toplevel { position: relative; }
#g-mobilemenu-container .g-toplevel li { display: block; position: static !important; margin-right: 0; cursor: pointer; }
#g-mobilemenu-container .g-toplevel li .g-menu-item-container { padding: 0.938rem 1rem; }
#g-mobilemenu-container .g-toplevel li .g-menu-item-content { display: inline-block; line-height: 1rem; }
#g-mobilemenu-container .g-toplevel li.g-parent > .g-menu-item-container > .g-menu-item-content { position: relative; }
#g-mobilemenu-container .g-toplevel li.g-parent .g-menu-parent-indicator { position: absolute; right: 0.938rem; text-align: center; }
#g-mobilemenu-container .g-toplevel li.g-parent .g-menu-parent-indicator:after { display: inline-block; text-align: center; opacity: 0.5; width: 1.5rem; line-height: normal; font-family: FontAwesome; content: "\f054"; }
#g-mobilemenu-container .g-toplevel .g-dropdown { top: 0; background: transparent; position: absolute; left: 0; right: 0; z-index: 1; -webkit-transition: -webkit-transform 0.2s ease-out; -moz-transition: -moz-transform 0.2s ease-out; transition: transform 0.2s ease-out; -webkit-transform: translateX(100%); -moz-transform: translateX(100%); -ms-transform: translateX(100%); -o-transform: translateX(100%); transform: translateX(100%); }
#g-mobilemenu-container .g-toplevel .g-dropdown.g-active { -webkit-transform: translateX(0); -moz-transform: translateX(0); -ms-transform: translateX(0); -o-transform: translateX(0); transform: translateX(0); z-index: 0; }
#g-mobilemenu-container .g-toplevel .g-dropdown .g-go-back { display: block; }
#g-mobilemenu-container .g-toplevel .g-dropdown .g-block { width: 100%; overflow: visible; }
#g-mobilemenu-container .g-toplevel .g-dropdown .g-block .g-go-back { display: none; }
#g-mobilemenu-container .g-toplevel .g-dropdown .g-block:first-child .g-go-back { display: block; }
#g-mobilemenu-container .g-toplevel .g-dropdown-column { float: none; padding: 0; }
#g-mobilemenu-container .g-toplevel .g-dropdown-column [class*="size-"] { -webkit-box-flex: 0; -moz-box-flex: 0; box-flex: 0; -webkit-flex: 0 1 100%; -moz-flex: 0 1 100%; -ms-flex: 0 1 100%; flex: 0 1 100%; max-width: 100%; }
#g-mobilemenu-container .g-sublevel { cursor: default; }
#g-mobilemenu-container .g-sublevel li { position: static; }
#g-mobilemenu-container .g-sublevel .g-dropdown { top: 0; }
#g-mobilemenu-container .g-menu-item-container { -webkit-transition: -webkit-transform 0.2s ease-out; -moz-transition: -moz-transform 0.2s ease-out; transition: transform 0.2s ease-out; }
#g-mobilemenu-container .g-toplevel.g-slide-out > .g-menu-item > .g-menu-item-container, #g-mobilemenu-container .g-toplevel.g-slide-out > .g-go-back > .g-menu-item-container, #g-mobilemenu-container .g-sublevel.g-slide-out > .g-menu-item > .g-menu-item-container, #g-mobilemenu-container .g-sublevel.g-slide-out > .g-go-back > .g-menu-item-container { -webkit-transform: translateX(-100%); -moz-transform: translateX(-100%); -ms-transform: translateX(-100%); -o-transform: translateX(-100%); transform: translateX(-100%); }
#g-mobilemenu-container .g-menu-item-subtitle { line-height: 1.5; }
#g-mobilemenu-container i { float: left; line-height: 1.4rem; margin-right: 0.3rem; }
.g-menu-overlay.g-menu-overlay-open { z-index: 2; position: fixed; opacity: 1; height: 100vh; }
h1, h2, h3, h4, h5, h6 { margin: 0.75rem 0 1.5rem 0; text-rendering: optimizeLegibility; }
p { margin: 1.5rem 0; }
ul, ol, dl { margin-top: 1.5rem; margin-bottom: 1.5rem; }
ul ul, ul ol, ul dl, ol ul, ol ol, ol dl, dl ul, dl ol, dl dl { margin-top: 0; margin-bottom: 0; }
ul { margin-left: 1.5rem; padding: 0; }
dl { padding: 0; }
ol { padding-left: 1.5rem; }
blockquote { margin: 1.5rem 0; padding-left: 0.75rem; }
cite { display: block; }
cite:before { content: "\2014 \0020"; }
pre { margin: 1.5rem 0; padding: 0.938rem; }
hr { border-left: none; border-right: none; border-top: none; margin: 1.5rem 0; }
fieldset { border: 0; padding: 0.938rem; margin: 0 0 1.5rem 0; }
label { margin-bottom: 0.375rem; }
label abbr { display: none; }
textarea, select[multiple=multiple] { -webkit-transition: border-color; -moz-transition: border-color; transition: border-color; padding: 0.375rem 0.375rem; }
textarea:focus, select[multiple=multiple]:focus { outline: none; }
input[type="color"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="email"], input[type="month"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="time"], input[type="url"], input[type="week"], input:not([type]), textarea { -webkit-transition: border-color; -moz-transition: border-color; transition: border-color; padding: 0.375rem 0.375rem; }
input[type="color"]:focus, input[type="date"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="email"]:focus, input[type="month"]:focus, input[type="number"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="text"]:focus, input[type="time"]:focus, input[type="url"]:focus, input[type="week"]:focus, input:not([type]):focus, textarea:focus { outline: none; }
textarea { resize: vertical; }
input[type="checkbox"], input[type="radio"] { display: inline; margin-right: 0.375rem; }
input[type="file"] { width: 100%; }
select { max-width: 100%; margin-bottom: 1.5rem; }
button, input[type="submit"] { cursor: pointer; user-select: none; vertical-align: middle; white-space: nowrap; border: inherit; }
.float-left { float: left !important; }
.float-right { float: right !important; }
.hide, body .g-offcanvas-hide { display: none; }
.clearfix::after { clear: both; content: ""; display: table; }
.center { text-align: center !important; }
.align-right { text-align: right !important; }
.align-left { text-align: left !important; }
.full-height { min-height: 100vh; }
.nomarginall { margin: 0 !important; }
.nomarginall .g-content { margin: 0 !important; }
.nomargintop { margin-top: 0 !important; }
.nomargintop .g-content { margin-top: 0 !important; }
.nomarginbottom { margin-bottom: 0 !important; }
.nomarginbottom .g-content { margin-bottom: 0 !important; }
.nomarginleft { margin-left: 0 !important; }
.nomarginleft .g-content { margin-left: 0 !important; }
.nomarginright { margin-right: 0 !important; }
.nomarginright .g-content { margin-right: 0 !important; }
.nopaddingall { padding: 0 !important; }
.nopaddingall .g-content { padding: 0 !important; }
.nopaddingtop { padding-top: 0 !important; }
.nopaddingtop .g-content { padding-top: 0 !important; }
.nopaddingbottom { padding-bottom: 0 !important; }
.nopaddingbottom .g-content { padding-bottom: 0 !important; }
.nopaddingleft { padding-left: 0 !important; }
.nopaddingleft .g-content { padding-left: 0 !important; }
.nopaddingright { padding-right: 0 !important; }
.nopaddingright .g-content { padding-right: 0 !important; }
.g-flushed { padding: 0 !important; }
.g-flushed .g-content { padding: 0; margin: 0; }
.g-flushed .g-container { width: 100%; }
.full-width { -webkit-flex-grow: 0; -moz-flex-grow: 0; flex-grow: 0; -ms-flex-positive: 0; -webkit-flex-basis: 100%; -moz-flex-basis: 100%; flex-basis: 100%; -ms-flex-preferred-size: 100%; }
.full-width .g-block { -webkit-flex-grow: 0; -moz-flex-grow: 0; flex-grow: 0; -ms-flex-positive: 0; -webkit-flex-basis: 100%; -moz-flex-basis: 100%; flex-basis: 100%; -ms-flex-preferred-size: 100%; }
.hidden { display: none; visibility: hidden; }
@media print { .visible-print { display: inherit !important; }
.g-block.visible-print { display: block !important; }
.hidden-print { display: none !important; } }
.equal-height { display: -webkit-box; display: -moz-box; display: box; display: -webkit-flex; display: -moz-flex; display: -ms-flexbox; display: flex; }
.equal-height .g-content { flex-basis: 100%; }
#g-offcanvas { position: fixed; top: 0; left: 0; right: 0; bottom: 0; overflow-x: hidden; overflow-y: auto; text-align: left; display: none; -webkit-overflow-scrolling: touch; }
.g-offcanvas-toggle { display: block; position: absolute; top: 0.7rem; left: 0.7rem; z-index: 10; line-height: 1; cursor: pointer; }
.g-offcanvas-active { overflow-x: hidden; }
.g-offcanvas-open { overflow: hidden; }
.g-offcanvas-open body, .g-offcanvas-open #g-page-surround { overflow: hidden; }
.g-offcanvas-open .g-nav-overlay { z-index: 15; position: absolute; opacity: 1; height: 100%; }
.g-offcanvas-open #g-offcanvas { display: block; }
.g-offcanvas-left #g-page-surround { left: 0; }
.g-offcanvas-right #g-offcanvas { left: inherit; }
.g-offcanvas-right .g-offcanvas-toggle { left: inherit; right: 0.7rem; }
.g-offcanvas-right #g-page-surround { right: 0; }
.g-offcanvas-left #g-offcanvas { right: inherit; }.g-content{margin:0.625rem;padding:0.938rem}.g-flushed .g-content{margin:0;padding:0}body{font-size:1rem;line-height:2}h1{font-size:2.25rem}h2{font-size:1.9rem}h3{font-size:1.5rem}h4{font-size:1.25rem}h5{font-size:1rem}h6{font-size:0.85rem}small{font-size:0.875rem}cite{font-size:0.875rem}sub,sup{font-size:0.75rem}code,kbd,pre,samp{font-size:1rem;font-family:"Menlo", "Monaco", monospace}textarea,select[multiple=multiple],input[type="color"],input[type="date"],input[type="datetime"],input[type="datetime-local"],input[type="email"],input[type="month"],input[type="number"],input[type="password"],input[type="search"],input[type="tel"],input[type="text"],input[type="time"],input[type="url"],input[type="week"],input:not([type]){border-radius:0.25rem}@font-face{font-family:'rockettheme-apps';font-style:normal;font-weight:normal;src:url(//letters.sakharov-archive.ru/app/themes/ads_archive_theme/fonts/rockettheme-apps/rockettheme-apps.eot#iefix) format("embedded-opentype"), url(//letters.sakharov-archive.ru/app/themes/ads_archive_theme/fonts/rockettheme-apps/rockettheme-apps.woff2) format("woff2"), url(//letters.sakharov-archive.ru/app/themes/ads_archive_theme/fonts/rockettheme-apps/rockettheme-apps.woff) format("woff"), url(//letters.sakharov-archive.ru/app/themes/ads_archive_theme/fonts/rockettheme-apps/rockettheme-apps.ttf) format("truetype"), url(//letters.sakharov-archive.ru/app/themes/ads_archive_theme/fonts/rockettheme-apps/rockettheme-apps.svg#rockettheme-apps) format("svg");}i.fa-grav-spaceman,i.fa-grav-text,i.fa-grav-full,i.fa-grav-logo,i.fa-grav-symbol,i.fa-grav-logo-both,i.fa-grav-both,i.fa-gantry,i.fa-gantry-logo,i.fa-gantry-symbol,i.fa-gantry-logo-both,i.fa-gantry-both{font-family:'rockettheme-apps';speak:none;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-grav-logo:before,.fa-grav-text:before{content:"\61"}.fa-grav-symbol:before,.fa-grav-spaceman:before{content:"\62"}.fa-grav-logo-both:before,.fa-grav-both:before,.fa-grav-full:before{content:"\66"}.fa-gantry-logo:before{content:"\64"}.fa-gantry:before,.fa-gantry-symbol:before{content:"\63"}.fa-gantry-logo-both:before,.fa-gantry-both:before{content:"\65"}body{color:#3d4e4d;background:#fff;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:auto}body *::selection{color:#fff;background:#a8a7a7}body *::-moz-selection{color:#fff;background:#a8a7a7}body p{margin:1rem 0}body p.h1{font-size:2.25rem}body p.h2{font-size:1.9rem}body p.h3{font-size:1.5rem}body p.h4{font-size:1.25rem}body p.h5{font-size:1rem}body p.h6{font-size:0.85rem}body span.para{display:block;margin:1rem 0}a{color:#a8a7a7;-webkit-transition:all 0.2s;-moz-transition:all 0.2s;transition:all 0.2s}a:hover{color:inherit}body{font-family:"RalewayLight", "Helvetica", "Tahoma", "Geneva", "Arial", sans-serif;font-weight:400}h1,h2,h3,h4,h5{font-family:"RalewayLight", "Helvetica", "Tahoma", "Geneva", "Arial", sans-serif;font-weight:400}h1{font-weight:700}h4{font-size:1.25rem}blockquote{border-left:10px solid #e0e0e5}blockquote p{font-size:1.1rem;color:#6a8786}blockquote cite{display:block;text-align:right;color:#3d4e4d;font-size:1.2rem}code,kbd,pre,samp{font-family:"Menlo", "Monaco", monospace}code{background:#f9f2f4;color:#9c1d3d}pre{padding:1rem;margin:2rem 0;background:#f6f6f6;border:1px solid #e0e0e5;border-radius:0.25rem;line-height:1.15;font-size:0.9rem}pre code{color:#237794;background:inherit;font-size:0.9rem}pre.prettyprint{border-color:rgba(0, 0, 0, 0.1) !important}hr{margin:1.5rem 0;border-bottom:1px solid #e0e0e5}.noliststyle{list-style:none}.g-uppercase{text-transform:uppercase}.g-notexttransform{text-transform:none}.g-positive-margin-top{margin-top:23rem}.g-negative-margin-bottom{margin-bottom:-25rem}.g-img-circle{border-radius:50%}.flush>.g-container,.g-flushed>.g-container,.flush>.g-content,.g-flushed>.g-content{margin:0 !important;padding:0 !important}.g-container-flushed{margin:-4rem 0}.nomarginleft,.nomarginleft>.g-content{margin-left:0}.nomarginright,.nomarginright>.g-content{margin-right:0}.nomargintop,.nomargintop>.g-content{margin-top:0}.nomarginbottom,.nomarginbottom>.g-content{margin-bottom:0}.nomarginall,.nomarginall>.g-content{margin:0}.margin2x>.g-content{margin:1.25rem}.margin3x>.g-content{margin:1.875rem}.nopaddingleft,.nopaddingleft>.g-content{padding-left:0}.nopaddingright,.nopaddingright>.g-content{padding-right:0}.nopaddingtop,.nopaddingtop>.g-content{padding-top:0}.nopaddingbottom,.nopaddingbottom>.g-content{padding-bottom:0}.nopaddingall,.nopaddingall>.g-content{padding:0}.padding2x>.g-content{padding:1.876rem}.padding3x>.g-content{padding:2.814rem}.title-center .g-title{text-align:center;margin:0 0 2rem 0}.title1 .g-title,.title2 .g-title,.title-gradient .g-title,.title-outline .g-title{margin:-0.938rem -0.938rem 1.5rem -0.938rem;padding:0.625rem 1rem}.platform-content,.moduletable,.widget{margin:0.625rem 0;padding:0.938rem 0}.platform-content .moduletable,.moduletable .moduletable,.widget .moduletable,.platform-content .widget,.moduletable .widget,.widget .widget{margin:0;padding:0}.platform-content:first-child,.moduletable:first-child,.widget:first-child{margin-top:0;padding-top:0}.platform-content:last-child,.moduletable:last-child,.widget:last-child{margin-bottom:0;padding-bottom:0}.moduletable[class*="box"],.widget[class*="box"]{padding:0.938rem;margin:0.625rem}.moduletable[class*="title"] .g-title,.widget[class*="title"] .g-title{margin-left:0;margin-right:0;margin-top:0}.title1 .g-title{background:#a8a7a7;color:#fff}.box1.moduletable,.box1.widget,.box1.g-outer-box,.box1>.g-content{background:#949292}.box1.moduletable,.box1.widget,.box1>.g-content{color:#fff}.box1 .button{color:#fff}.box1 .button:hover{background:#828181}.box1 a{color:#f4f4f4}.box1 a:hover{color:#fff}.box1.title1 .g-title{background:#828181}.title2 .g-title{background:#474747;color:#fff}.box2.moduletable,.box2.widget,.box2.g-outer-box,.box2>.g-content{background:#474747}.box2.moduletable,.box2.widget,.box2>.g-content{color:#fff}.box2 .button{color:#fff;background:#2e2e2e}.box2 .button:hover{background:#212121}.box2 a{color:#000}.box2 a:hover{color:#fff}.box2.title2 .g-title{background:#2e2e2e}.title-gradient .g-title{background-color:#a8a7a7;background-image:-webkit-linear-gradient(-360deg, #a8a7a7, #474747);background-image:linear-gradient(90deg,#a8a7a7, #474747);color:#fff}.box-gradient.moduletable,.box-gradient.widget,.box-gradient.g-outer-box,.box-gradient>.g-content{background-color:#a8a7a7;background-image:-webkit-linear-gradient(-315deg, #a8a7a7, #474747);background-image:linear-gradient(45deg,#a8a7a7, #474747)}.box-gradient.moduletable,.box-gradient.widget,.box-gradient>.g-content{color:#fff}.box-gradient .button{color:#fff;background:#9b9a9a}.box-gradient .button:hover{background:#828181}.box-gradient a{color:#f4f4f4}.box-gradient a:hover{color:#fff}.box-gradient.title-gradient .g-title{background-color:#a8a7a7;background-image:-webkit-linear-gradient(-280deg, #a8a7a7, #474747);background-image:linear-gradient(10deg,#a8a7a7, #474747)}.title-outline .g-title{border:1px solid #a8a7a7}.box-outline.moduletable,.box-outline.widget,.box-outline.g-outer-box,.box-outline>.g-content{border:1px solid #a8a7a7}.box-outline.title-outline .g-title{border:none;border-bottom:1px solid #a8a7a7}.spaced .g-content{margin:1px}.shadow .g-content{box-shadow:0 0 10px rgba(0, 0, 0, 0.15)}.disabled .g-content{opacity:0.4}.rounded .g-content{border-radius:0.25rem;overflow:hidden}.equal-height #g-aside,.equal-height #g-mainbar,.equal-height #g-sidebar{width:100%}.equal-height .g-content{width:auto}.button{display:inline-block;font-family:"RalewayLight", "Helvetica", "Tahoma", "Geneva", "Arial", sans-serif;font-weight:600;font-size:0.8rem;line-height:1.15;letter-spacing:0.1rem;text-transform:uppercase;background:#a8a7a7;color:#fff;border:1px solid transparent;border-radius:2.5rem;margin:0 0 0.5rem 0;padding:1.5rem 3.125rem;vertical-align:middle;text-shadow:none;-webkit-transition:all 0.2s;-moz-transition:all 0.2s;transition:all 0.2s}.button:hover,.button:active,.button:focus{background:#8f8d8d;color:#fff}.button.fa{line-height:1.15}.button.fa[class*="fa-"]:before,.button.fa[class*="fa-"]:after{font-family:FontAwesome}.button.button-block{width:100%;display:block}.button.button-xlarge{font-size:1.2rem;padding:1.9rem 3.525rem;border-radius:3.5rem}.button.button-large{font-size:1rem;padding:1.7rem 3.325rem}.button.button-small{font-size:0.7rem;padding:1.2rem 2.825rem}.button.button-xsmall{font-size:0.6rem;padding:1.1rem 2.725rem}.button.button-2{background:#474747;-webkit-transition:all 0.2s;-moz-transition:all 0.2s;transition:all 0.2s}.button.button-2:hover,.button.button-2:active,.button.button-2:focus{background:#2e2e2e;color:#fff}.button.button-outline{background:transparent;color:#a8a7a7;border-color:#a8a7a7}.button.button-outline:hover,.button.button-outline:active,.button.button-outline:focus{background:#a8a7a7;border-color:transparent;color:#fff}.button.button-gradient{background-color:#a8a7a7;background-image:-webkit-linear-gradient(-360deg, #a8a7a7, #474747);background-image:linear-gradient(90deg,#a8a7a7, #474747);border:none}.button.button-gradient:hover,.button.button-gradient:active,.button.button-gradient:focus{background:#a8a7a7;color:white}.button.button-bevel{border-radius:0.4rem}.button.button-square{border-radius:0}table{border:1px solid #dce2e9}th{background:#eceff3;padding:0.5rem}td{padding:0.5rem;border:1px solid #dce2e9}textarea,select[multiple=multiple]{background-color:white;border:1px solid #e0e0e5}textarea:hover,select[multiple=multiple]:hover{border-color:#a8a7a7;box-shadow:0 0 4px rgba(168, 167, 167, 0.5)}textarea:focus,select[multiple=multiple]:focus{border-color:#a8a7a7;box-shadow:0 0 4px rgba(168, 167, 167, 0.5)}textarea{width:100%;box-sizing:border-box !important;padding:0.75rem 1.25rem}fieldset.input{margin:0;padding:0}input[type="color"],input[type="date"],input[type="datetime"],input[type="datetime-local"],input[type="email"],input[type="month"],input[type="number"],input[type="password"],input[type="search"],input[type="tel"],input[type="text"],input[type="time"],input[type="url"],input[type="week"],input:not([type]),textarea{background-color:white;vertical-align:middle;border:1px solid #e0e0e5;font-size:1rem;width:100%;line-height:2;padding:0.375rem 1.25rem;-webkit-transition:border-color 0.2s;-moz-transition:border-color 0.2s;transition:border-color 0.2s}input[type="color"]:hover,input[type="date"]:hover,input[type="datetime"]:hover,input[type="datetime-local"]:hover,input[type="email"]:hover,input[type="month"]:hover,input[type="number"]:hover,input[type="password"]:hover,input[type="search"]:hover,input[type="tel"]:hover,input[type="text"]:hover,input[type="time"]:hover,input[type="url"]:hover,input[type="week"]:hover,input:not([type]):hover,textarea:hover{box-shadow:0 0 4px rgba(168, 167, 167, 0.5)}input[type="color"]:focus,input[type="date"]:focus,input[type="datetime"]:focus,input[type="datetime-local"]:focus,input[type="email"]:focus,input[type="month"]:focus,input[type="number"]:focus,input[type="password"]:focus,input[type="search"]:focus,input[type="tel"]:focus,input[type="text"]:focus,input[type="time"]:focus,input[type="url"]:focus,input[type="week"]:focus,input:not([type]):focus,textarea:focus{box-shadow:0 0 4px rgba(168, 167, 167, 0.5)}input[type="color"]:hover,input[type="date"]:hover,input[type="datetime"]:hover,input[type="datetime-local"]:hover,input[type="email"]:hover,input[type="month"]:hover,input[type="number"]:hover,input[type="password"]:hover,input[type="search"]:hover,input[type="tel"]:hover,input[type="text"]:hover,input[type="time"]:hover,input[type="url"]:hover,input[type="week"]:hover,input:not([type]):hover,textarea:hover{border-color:#a8a7a7}input[type="color"]:focus,input[type="date"]:focus,input[type="datetime"]:focus,input[type="datetime-local"]:focus,input[type="email"]:focus,input[type="month"]:focus,input[type="number"]:focus,input[type="password"]:focus,input[type="search"]:focus,input[type="tel"]:focus,input[type="text"]:focus,input[type="time"]:focus,input[type="url"]:focus,input[type="week"]:focus,input:not([type]):focus,textarea:focus{border-color:#a8a7a7}.g-main-nav .g-standard .g-dropdown{-webkit-transition:none;-moz-transition:none;transition:none}.g-main-nav .g-standard .g-fade.g-dropdown{-webkit-transition:opacity 0.3s ease-out, -webkit-transform 0.3s ease-out;-moz-transition:opacity 0.3s ease-out, -moz-transform 0.3s ease-out;transition:opacity 0.3s ease-out, transform 0.3s ease-out}.g-main-nav .g-standard .g-zoom.g-active{-webkit-animation-duration:0.3s;-moz-animation-duration:0.3s;animation-duration:0.3s;-webkit-animation-name:g-dropdown-zoom;-moz-animation-name:g-dropdown-zoom;animation-name:g-dropdown-zoom}.g-main-nav .g-standard .g-fade-in-up.g-active{-webkit-animation-duration:0.3s;-moz-animation-duration:0.3s;animation-duration:0.3s;-webkit-animation-name:g-dropdown-fade-in-up;-moz-animation-name:g-dropdown-fade-in-up;animation-name:g-dropdown-fade-in-up}.g-main-nav .g-standard .g-dropdown-bounce-in-left.g-active{-webkit-animation-duration:0.5s;-moz-animation-duration:0.5s;animation-duration:0.5s;-webkit-animation-name:g-dropdown-bounce-in-left;-moz-animation-name:g-dropdown-bounce-in-left;animation-name:g-dropdown-bounce-in-left}.g-main-nav .g-standard .g-dropdown-bounce-in-right.g-active{-webkit-animation-duration:0.5s;-moz-animation-duration:0.5s;animation-duration:0.5s;-webkit-animation-name:g-dropdown-bounce-in-right;-moz-animation-name:g-dropdown-bounce-in-right;animation-name:g-dropdown-bounce-in-right}.g-main-nav .g-standard .g-dropdown-bounce-in-down.g-active{-webkit-animation-duration:0.5s;-moz-animation-duration:0.5s;animation-duration:0.5s;-webkit-animation-name:g-dropdown-bounce-in-down;-moz-animation-name:g-dropdown-bounce-in-down;animation-name:g-dropdown-bounce-in-down}.g-main-nav .g-fullwidth>.g-dropdown{-webkit-transition:none;-moz-transition:none;transition:none}.g-main-nav .g-fullwidth>.g-fade.g-dropdown{-webkit-transition:opacity 0.3s ease-out, -webkit-transform 0.3s ease-out;-moz-transition:opacity 0.3s ease-out, -moz-transform 0.3s ease-out;transition:opacity 0.3s ease-out, transform 0.3s ease-out}.g-main-nav .g-fullwidth>.g-zoom.g-active{-webkit-animation-duration:0.3s;-moz-animation-duration:0.3s;animation-duration:0.3s;-webkit-animation-name:g-dropdown-zoom;-moz-animation-name:g-dropdown-zoom;animation-name:g-dropdown-zoom}.g-main-nav .g-fullwidth>.g-dropdown-bounce-in-left.g-active{-webkit-animation-duration:0.5s;-moz-animation-duration:0.5s;animation-duration:0.5s;-webkit-animation-name:g-dropdown-bounce-in-left;-moz-animation-name:g-dropdown-bounce-in-left;animation-name:g-dropdown-bounce-in-left}.g-main-nav .g-fullwidth>.g-dropdown-bounce-in-right.g-active{-webkit-animation-duration:0.5s;-moz-animation-duration:0.5s;animation-duration:0.5s;-webkit-animation-name:g-dropdown-bounce-in-right;-moz-animation-name:g-dropdown-bounce-in-right;animation-name:g-dropdown-bounce-in-right}.g-main-nav .g-fullwidth>.g-dropdown-bounce-in-down.g-active{-webkit-animation-duration:0.5s;-moz-animation-duration:0.5s;animation-duration:0.5s;-webkit-animation-name:g-dropdown-bounce-in-down;-moz-animation-name:g-dropdown-bounce-in-down;animation-name:g-dropdown-bounce-in-down}@-webkit-keyframes g-dropdown-zoom{0%{opacity:0;-webkit-transform:scale3d(0.8, 0.8, 0.8)}100%{opacity:1}}@-moz-keyframes g-dropdown-zoom{0%{opacity:0;-moz-transform:scale3d(0.8, 0.8, 0.8)}100%{opacity:1}}@keyframes g-dropdown-zoom{0%{opacity:0;-webkit-transform:scale3d(0.8, 0.8, 0.8);-moz-transform:scale3d(0.8, 0.8, 0.8);-ms-transform:scale3d(0.8, 0.8, 0.8);-o-transform:scale3d(0.8, 0.8, 0.8);transform:scale3d(0.8, 0.8, 0.8)}100%{opacity:1}}@-webkit-keyframes g-dropdown-fade-in-up{0%{opacity:0;-webkit-transform:translate3d(0, 30px, 0)}100%{opacity:1}}@-moz-keyframes g-dropdown-fade-in-up{0%{opacity:0;-moz-transform:translate3d(0, 30px, 0)}100%{opacity:1}}@keyframes g-dropdown-fade-in-up{0%{opacity:0;-webkit-transform:translate3d(0, 30px, 0);-moz-transform:translate3d(0, 30px, 0);-ms-transform:translate3d(0, 30px, 0);-o-transform:translate3d(0, 30px, 0);transform:translate3d(0, 30px, 0)}100%{opacity:1}}@-webkit-keyframes g-dropdown-bounce-in-left{from,60%,75%,90%,to{animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1)}0%{opacity:0;-webkit-transform:translate3d(-50px, 0, 0)}60%{opacity:1;-webkit-transform:translate3d(25px, 0, 0)}75%{-webkit-transform:translate3d(-10px, 0, 0)}90%{-webkit-transform:translate3d(5px, 0, 0)}to{-webkit-transform:none}}@-moz-keyframes g-dropdown-bounce-in-left{from,60%,75%,90%,to{animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1)}0%{opacity:0;-moz-transform:translate3d(-50px, 0, 0)}60%{opacity:1;-moz-transform:translate3d(25px, 0, 0)}75%{-moz-transform:translate3d(-10px, 0, 0)}90%{-moz-transform:translate3d(5px, 0, 0)}to{-moz-transform:none}}@keyframes g-dropdown-bounce-in-left{from,60%,75%,90%,to{animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1)}0%{opacity:0;-webkit-transform:translate3d(-50px, 0, 0);-moz-transform:translate3d(-50px, 0, 0);-ms-transform:translate3d(-50px, 0, 0);-o-transform:translate3d(-50px, 0, 0);transform:translate3d(-50px, 0, 0)}60%{opacity:1;-webkit-transform:translate3d(25px, 0, 0);-moz-transform:translate3d(25px, 0, 0);-ms-transform:translate3d(25px, 0, 0);-o-transform:translate3d(25px, 0, 0);transform:translate3d(25px, 0, 0)}75%{-webkit-transform:translate3d(-10px, 0, 0);-moz-transform:translate3d(-10px, 0, 0);-ms-transform:translate3d(-10px, 0, 0);-o-transform:translate3d(-10px, 0, 0);transform:translate3d(-10px, 0, 0)}90%{-webkit-transform:translate3d(5px, 0, 0);-moz-transform:translate3d(5px, 0, 0);-ms-transform:translate3d(5px, 0, 0);-o-transform:translate3d(5px, 0, 0);transform:translate3d(5px, 0, 0)}to{-webkit-transform:none;-moz-transform:none;-ms-transform:none;-o-transform:none;transform:none}}@-webkit-keyframes g-dropdown-bounce-in-down{from,60%,75%,90%,to{animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1)}0%{opacity:0;-webkit-transform:translate3d(0, -50px, 0)}60%{opacity:1;-webkit-transform:translate3d(0, 25px, 0)}75%{-webkit-transform:translate3d(0, -10px, 0)}90%{-webkit-transform:translate3d(0, 5px, 0)}to{-webkit-transform:none}}@-moz-keyframes g-dropdown-bounce-in-down{from,60%,75%,90%,to{animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1)}0%{opacity:0;-moz-transform:translate3d(0, -50px, 0)}60%{opacity:1;-moz-transform:translate3d(0, 25px, 0)}75%{-moz-transform:translate3d(0, -10px, 0)}90%{-moz-transform:translate3d(0, 5px, 0)}to{-moz-transform:none}}@keyframes g-dropdown-bounce-in-down{from,60%,75%,90%,to{animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1)}0%{opacity:0;-webkit-transform:translate3d(0, -50px, 0);-moz-transform:translate3d(0, -50px, 0);-ms-transform:translate3d(0, -50px, 0);-o-transform:translate3d(0, -50px, 0);transform:translate3d(0, -50px, 0)}60%{opacity:1;-webkit-transform:translate3d(0, 25px, 0);-moz-transform:translate3d(0, 25px, 0);-ms-transform:translate3d(0, 25px, 0);-o-transform:translate3d(0, 25px, 0);transform:translate3d(0, 25px, 0)}75%{-webkit-transform:translate3d(0, -10px, 0);-moz-transform:translate3d(0, -10px, 0);-ms-transform:translate3d(0, -10px, 0);-o-transform:translate3d(0, -10px, 0);transform:translate3d(0, -10px, 0)}90%{-webkit-transform:translate3d(0, 5px, 0);-moz-transform:translate3d(0, 5px, 0);-ms-transform:translate3d(0, 5px, 0);-o-transform:translate3d(0, 5px, 0);transform:translate3d(0, 5px, 0)}to{-webkit-transform:none;-moz-transform:none;-ms-transform:none;-o-transform:none;transform:none}}@-webkit-keyframes g-dropdown-bounce-in-right{from,60%,75%,90%,to{animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1)}from{opacity:0;-webkit-transform:translate3d(50px, 0, 0)}60%{opacity:1;-webkit-transform:translate3d(-25px, 0, 0)}75%{-webkit-transform:translate3d(10px, 0, 0)}90%{-webkit-transform:translate3d(-5px, 0, 0)}to{-webkit-transform:none}}@-moz-keyframes g-dropdown-bounce-in-right{from,60%,75%,90%,to{animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1)}from{opacity:0;-moz-transform:translate3d(50px, 0, 0)}60%{opacity:1;-moz-transform:translate3d(-25px, 0, 0)}75%{-moz-transform:translate3d(10px, 0, 0)}90%{-moz-transform:translate3d(-5px, 0, 0)}to{-moz-transform:none}}@keyframes g-dropdown-bounce-in-right{from,60%,75%,90%,to{animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1)}from{opacity:0;-webkit-transform:translate3d(50px, 0, 0);-moz-transform:translate3d(50px, 0, 0);-ms-transform:translate3d(50px, 0, 0);-o-transform:translate3d(50px, 0, 0);transform:translate3d(50px, 0, 0)}60%{opacity:1;-webkit-transform:translate3d(-25px, 0, 0);-moz-transform:translate3d(-25px, 0, 0);-ms-transform:translate3d(-25px, 0, 0);-o-transform:translate3d(-25px, 0, 0);transform:translate3d(-25px, 0, 0)}75%{-webkit-transform:translate3d(10px, 0, 0);-moz-transform:translate3d(10px, 0, 0);-ms-transform:translate3d(10px, 0, 0);-o-transform:translate3d(10px, 0, 0);transform:translate3d(10px, 0, 0)}90%{-webkit-transform:translate3d(-5px, 0, 0);-moz-transform:translate3d(-5px, 0, 0);-ms-transform:translate3d(-5px, 0, 0);-o-transform:translate3d(-5px, 0, 0);transform:translate3d(-5px, 0, 0)}to{-webkit-transform:none;-moz-transform:none;-ms-transform:none;-o-transform:none;transform:none}}@media only all and (min-width:48rem){.g-home-particles.g-helium-style #g-navigation{background:transparent}.g-home-particles.g-helium-style #g-navigation .g-logo{color:#fff}.g-home-particles.g-helium-style #g-navigation .g-logo.g-logo-helium svg{fill:#fff}}.g-home-particles.g-helium-style #g-navigation .g-social a{color:rgba(255, 255, 255, 0.5)}@media only all and (max-width:47.99rem){.g-home-particles.g-helium-style #g-navigation .g-social a{color:inherit}}.g-home-particles.g-helium-style #g-navigation .g-social a:hover{color:#fff}@media only all and (max-width:47.99rem){.g-home-particles.g-helium-style #g-navigation .g-social a:hover{color:#a8a7a7}}.g-home-particles.g-helium-style #g-header{text-align:center;padding:0}@media only all and (min-width:48rem){.g-home-particles.g-helium-style #g-header{margin-top:-9.5rem;padding:0}}@media only all and (min-width:30.01rem) and (max-width:47.99rem){.g-home-particles.g-helium-style #g-header{padding-top:2rem}}.g-home-particles.g-helium-style #g-header .button.button-outline{background:transparent;color:#fff;border-color:rgba(255, 255, 255, 0.5)}.g-home-particles.g-helium-style #g-header .button.button-outline:hover,.g-home-particles.g-helium-style #g-header .button.button-outline:active,.g-home-particles.g-helium-style #g-header .button.button-outline:focus{background:rgba(255, 255, 255, 0.5);border-color:transparent}.g-home-particles.g-helium-style #g-intro{padding-bottom:0}.g-home-particles.g-helium-style #g-intro .g-content{margin-bottom:0;padding-bottom:0}.g-home-particles.g-helium-style #g-intro .g-content .fp-intro p{margin-bottom:2rem}@media only all and (max-width:47.99rem){.g-home-particles.g-helium-style .fp-features .g-block:not(:last-child){margin-bottom:4.5rem}}.g-home-particles.g-helium-style .fp-features .g-block .card .card-block{padding:0 0.938rem}.g-home-particles.g-helium-style .fp-features .g-block .card .card-block .fa{width:120px;height:120px;font-size:4.125rem;line-height:6.5rem;margin:0 auto 20px;border:8px solid rgba(224, 224, 229, 0.4);border-radius:50%}.g-home-particles.g-helium-style .fp-features .g-block .card .card-block .card-title{margin-bottom:5px;font-size:2.25rem;line-height:1.66rem;font-weight:600}.g-home-particles.g-helium-style .fp-features .g-block .card .card-block .card-subtitle{display:block;color:rgba(61, 78, 77, 0.5);margin-bottom:1.5rem;font-weight:200}.g-home-particles.g-helium-style .fp-features .g-block .card .card-block .card-subtitle:after{display:block;width:80%;height:1px;margin:30px auto 0;content:"";background-color:rgba(224, 224, 229, 0.8)}.g-home-particles.g-helium-style .fp-testimonials blockquote{margin:2.5rem 0;border-left:none}.g-home-particles.g-helium-style .fp-testimonials blockquote p{color:#eceeef}.g-home-particles.g-helium-style .fp-testimonials blockquote footer:after{display:block;margin:0 auto;width:2.5rem;height:1px;content:"";background-color:rgba(255, 255, 255, 0.25)}.g-home-particles.g-helium-style .fp-testimonials img{margin-bottom:1.25rem;border:4px solid #fff}.g-home-particles.g-helium-style .fp-multi-column-text .g-block p{padding:0 5rem;border-left:1px solid #e0e0e5}@media only all and (max-width:47.99rem){.g-home-particles.g-helium-style .fp-multi-column-text .g-block p{border:none}}.g-home-particles.g-helium-style .fp-multi-column-text .g-block:first-child p{padding-left:0;padding-right:5rem;border-left:none}@media only all and (max-width:47.99rem){.g-home-particles.g-helium-style .fp-multi-column-text .g-block:first-child p{padding:0}}.g-home-particles.g-helium-style .fp-multi-column-text .g-block:last-child p{padding-right:0;padding-left:5rem}@media only all and (max-width:47.99rem){.g-home-particles.g-helium-style .fp-multi-column-text .g-block:last-child p{padding:0}}#g-page-surround{background:#fff;overflow:hidden}.g-bodyonly #g-page-surround{color:#3d4e4d;background:#fff}@media print{#g-page-surround{background:#fff !important;color:#000 !important}}#g-header{background:#3d4e4d;color:#f9f8f3;padding:3rem 0;position:relative;z-index:10;background:url(//letters.sakharov-archive.ru/app/themes/ads_archive_theme/images/header/img01.jpg) center center no-repeat;background-size:cover}#g-header:before{position:absolute;width:100%;height:100%;top:0;bottom:0;left:0;right:0;content:"";z-index:-1;opacity:0.85;background-color:#a8a7a7;background-image:-webkit-linear-gradient(-310deg, #a8a7a7, #474747);background-image:linear-gradient(40deg,#a8a7a7, #474747)}#g-header a{color:rgba(249, 248, 243, 0.6)}#g-header a:hover{color:rgba(249, 248, 243, 0.8)}#g-header h2{font-weight:300;line-height:2}@media only all and (min-width:30.01rem) and (max-width:47.99rem){#g-header h2{font-size:1.35rem}}#g-header h2 em{font-weight:500}#g-header h2.large-heading{font-size:3.8rem}@media only all and (min-width:48rem) and (max-width:51.99rem){#g-header h2.large-heading{font-size:2.375rem}}@media only all and (max-width:47.99rem){#g-header h2.large-heading{font-size:1.9rem}}@media print{#g-header{background:#fff !important;color:#000 !important}}#g-navigation{background:#3d4e4d;color:#f9f8f3;position:relative;z-index:11}#g-navigation .g-container{position:relative}#g-navigation .g-logo{color:#f9f8f3;line-height:2.8rem}#g-navigation .g-logo.g-logo-helium svg{fill:#f9f8f3}@media only all and (max-width:47.99rem){#g-navigation .g-social-header .g-content{margin-top:0;padding:0 0.938rem}}#g-navigation .g-social{text-align:right;line-height:3.125}@media only all and (max-width:47.99rem){#g-navigation .g-social{text-align:center}}.rtl #g-navigation .g-social{text-align:left}#g-navigation .g-main-nav{font-family:"RalewayLight", "Helvetica", "Tahoma", "Geneva", "Arial", sans-serif;font-weight:700;line-height:1.5}#g-navigation .g-main-nav .g-toplevel{line-height:3.125}#g-navigation .g-main-nav .g-toplevel>li{margin:0 0.5rem}@media only all and (min-width:48rem) and (max-width:51.99rem){#g-navigation .g-main-nav .g-toplevel>li{margin:0 0.2rem}}#g-navigation .g-main-nav .g-toplevel>li>.g-menu-item-container{color:#f9f8f3;padding:0.2345rem 0}#g-navigation .g-main-nav .g-toplevel>li>.g-menu-item-container>.g-menu-item-content{padding:0 0 0.2345rem}#g-navigation .g-main-nav .g-toplevel>li>.g-menu-item-container .g-menu-parent-indicator{vertical-align:top}#g-navigation .g-main-nav .g-toplevel>li>.g-menu-item-container .g-menu-parent-indicator:after{content:"\f107";opacity:0.75;width:1rem;font-weight:400}#g-navigation .g-main-nav .g-toplevel>li>.g-menu-item-container i{opacity:1}#g-navigation .g-main-nav .g-toplevel>li:hover>.g-menu-item-container{color:rgba(249, 248, 243, 0.7)}#g-navigation .g-main-nav .g-toplevel>li:hover>.g-menu-item-container>.g-selected{color:rgba(249, 248, 243, 0.7)}#g-navigation .g-main-nav .g-toplevel>li.active>.g-menu-item-container>.g-menu-item-content{box-shadow:0 2px 0 rgba(249, 248, 243, 0.2)}#g-navigation .g-main-nav .g-toplevel>li.active>.g-menu-item-container>.g-selected{box-shadow:0 2px 0 rgba(249, 248, 243, 0.2)}#g-navigation .g-main-nav .g-dropdown{background:#415453;border:1px solid rgba(249, 248, 243, 0.2);border-radius:0.25rem}#g-navigation .g-main-nav .g-dropdown>.g-dropdown-column{border:1px solid transparent}#g-navigation .g-main-nav .g-dropdown a{color:#f9f8f3}#g-navigation .g-main-nav .g-dropdown a:hover{color:#a8a7a7}#g-navigation .g-main-nav .g-dropdown .g-dropdown-column{position:relative}#g-navigation .g-main-nav .g-dropdown .g-dropdown{margin-left:20px}#g-navigation .g-main-nav .g-sublevel>li>.g-menu-item-container{color:#f9f8f3}#g-navigation .g-main-nav .g-sublevel>li>.g-menu-item-container>.g-selected{color:#f9f8f3}#g-navigation .g-main-nav .g-sublevel>li:not(:last-child)>.g-menu-item-container{border-bottom:1px solid rgba(249, 248, 243, 0.2)}#g-navigation .g-main-nav .g-sublevel>li:not(:last-child)>.g-menu-item-container>.g-selected{border-bottom:1px solid rgba(249, 248, 243, 0.2)}#g-navigation .g-main-nav .g-sublevel>li:hover>.g-menu-item-container,#g-navigation .g-main-nav .g-sublevel>li.active>.g-menu-item-container{color:#a8a7a7}#g-navigation .g-main-nav .g-sublevel>li:hover>.g-menu-item-container>.g-selected,#g-navigation .g-main-nav .g-sublevel>li.active>.g-menu-item-container>.g-selected{color:#a8a7a7}#g-navigation .g-main-nav .g-sublevel>li.g-menu-item-type-particle>.g-menu-item-container{border:0}#g-navigation .g-main-nav .g-sublevel>li.g-menu-item-type-particle:hover>.g-menu-item-container,#g-navigation .g-main-nav .g-sublevel>li.g-menu-item-type-particle.active>.g-menu-item-container{border:0}#g-navigation .g-main-nav .g-sublevel>li.g-menu-item-type-particle:hover>.g-menu-item-container{background:inherit}@media only all and (max-width:47.99rem){#g-navigation .g-menu-block{display:none}}#g-navigation .g-menu-item-subtitle{text-transform:lowercase;font-size:0.8rem;opacity:0.8;padding-top:0}@media print{#g-navigation{background:#fff !important;color:#000 !important}}.g-main-nav .g-toplevel>li>.g-menu-item-container,.g-main-nav .g-sublevel>li>.g-menu-item-container{font-size:1rem;font-weight:bold;padding:0.469rem 0;white-space:normal;overflow-wrap:break-word;word-wrap:break-word;word-break:break-all;-webkit-transition:0.35s ease;-moz-transition:0.35s ease;transition:0.35s ease}.g-main-nav .g-standard .g-dropdown{width:180px;float:left}.g-main-nav{z-index:20}.g-main-nav .g-toplevel>li>.g-menu-item-container{text-decoration:none;line-height:1}.g-main-nav .g-toplevel>li>.g-menu-item-container>.g-menu-item-content{word-break:normal;line-height:normal}.g-main-nav .g-toplevel>li.g-parent .g-menu-parent-indicator:after{width:1.25rem;padding:0.1rem 0.25rem 0.25rem 0rem;height:1.25rem}.g-main-nav .g-toplevel i{opacity:0.6}.g-main-nav .g-standard>.g-dropdown:before,.g-main-nav .g-fullwidth>.g-dropdown:before{top:-7px !important}.g-main-nav .g-standard>.g-dropdown .g-dropdown,.g-main-nav .g-fullwidth>.g-dropdown .g-dropdown{top:-7px}.g-main-nav .g-standard .g-dropdown:after,.g-main-nav .g-fullwidth .g-dropdown:after{left:-30px !important}.g-main-nav .g-dropdown{text-align:left;border-radius:0.25rem}.dir-rtl .g-main-nav .g-dropdown{text-align:right}.g-main-nav .g-sublevel>li{margin:0.3125rem 0.9375rem;padding:0 0 0.2345rem 0}.g-main-nav .g-sublevel>li>.g-menu-item-container{line-height:normal;font-size:0.85rem;font-weight:bold}.g-main-nav .g-sublevel>li>.g-menu-item-container>.g-menu-item-content{word-break:normal;vertical-align:top}.g-main-nav .g-sublevel>li.g-parent .g-menu-parent-indicator{right:0;top:0;margin-top:-0.35rem}.g-main-nav .g-sublevel>li.g-parent .g-menu-parent-indicator:after{content:"\f0da";position:relative;opacity:1;top:0.75rem}.g-menu-item-subtitle{opacity:0.7}.g-preset-thumbnails .g-block{-webkit-box-flex:1;-moz-box-flex:1;box-flex:1;-webkit-flex:1 1 auto !important;-moz-flex:1 1 auto !important;-ms-flex:1 1 auto !important;flex:1 1 auto !important}.g-preset-thumbnails .g-block>.g-content{margin:1rem 0;padding:0 0.5rem !important}.g-main-nav .g-standard .g-dropdown{margin-left:15px}.g-main-nav .g-standard .g-dropdown:after{content:"";position:absolute;display:block;top:0;left:-15px;right:-15px;bottom:0;border-left:15px solid transparent;border-right:15px solid transparent;z-index:-1}.g-main-nav .g-standard>.g-dropdown{margin-left:0}.g-main-nav .g-standard>.g-dropdown,.g-main-nav .g-fullwidth>.g-dropdown{margin-top:5px}.g-main-nav .g-standard>.g-dropdown:before,.g-main-nav .g-fullwidth>.g-dropdown:before{content:"";position:absolute;display:block;top:-5px;left:0;right:0;bottom:0;border-top:5px solid transparent;z-index:-1}.g-menu-hastouch .g-standard .g-toplevel>li.g-menu-item-link-parent>.g-menu-item-container>.g-menu-parent-indicator,.g-menu-hastouch .g-fullwidth .g-toplevel>li.g-menu-item-link-parent>.g-menu-item-container>.g-menu-parent-indicator{border-radius:0.25rem;margin:-0.2rem 0 -0.2rem 0.5rem;padding:0.2rem}.g-menu-hastouch .g-standard .g-sublevel>li.g-menu-item-link-parent>.g-menu-item-container>.g-menu-parent-indicator,.g-menu-hastouch .g-fullwidth .g-sublevel>li.g-menu-item-link-parent>.g-menu-item-container>.g-menu-parent-indicator{border-radius:0.25rem;padding:0.1rem;margin-top:-0.1rem;margin-right:-0.1rem}#g-intro{background:#f9f8f3;color:#3d4e4d;padding:3rem 0}@media print{#g-intro{background:#fff !important;color:#000 !important}}#g-features{background:#fff;color:#3d4e4d;padding:3rem 0}@media print{#g-features{background:#fff !important;color:#000 !important}}#g-utility{background:#474747;color:#fff;padding:3rem 0}@media print{#g-utility{background:#fff !important;color:#000 !important}}#g-above{background:#f4f5f7;color:#3d4e4d;padding:3rem 0}@media print{#g-above{background:#fff !important;color:#000 !important}}#g-testimonials{background:#a8a7a7;color:#eceeef;padding:3rem 0;position:relative;z-index:10;background:url(//letters.sakharov-archive.ru/app/themes/ads_archive_theme/images/testimonials/img01.jpg) no-repeat center top;background-size:cover}#g-testimonials:before{background-color:#a8a7a7;background-image:-webkit-linear-gradient(-310deg, #a8a7a7, #474747);background-image:linear-gradient(40deg,#a8a7a7, #474747);opacity:0.9;position:absolute;content:"";top:0;right:0;bottom:0;left:0;z-index:-1}#g-testimonials a{color:#dbdada}#g-testimonials a:hover{color:inherit}@media print{#g-testimonials{background:#fff !important;color:#000 !important}}#g-expanded{background:#fff;color:#3d4e4d;padding:3rem}@media only all and (min-width:48rem) and (max-width:51.99rem){#g-expanded{padding:0}}@media print{#g-expanded{background:#fff !important;color:#000 !important}}#g-mainbar{background:#fff;color:#3d4e4d;padding:3rem 0}@media print{#g-main{background:#fff !important;color:#000 !important}}#g-aside{background:#fff;color:#3d4e4d;padding:3rem 0}@media print{#g-aside{background:#fff !important;color:#000 !important}}#g-sidebar{background:#fff;color:#3d4e4d;padding:3rem 0}@media print{#g-sidebar{background:#fff !important;color:#000 !important}}#g-footer{background:#3d4e4d;color:#f9f8f3;padding:3rem 0}#g-footer .g-content{margin:0.625rem 0}#g-footer .g-copyright{font-size:0.8125rem;line-height:1.25rem}@media only all and (max-width:47.99rem){#g-footer .g-copyright{text-align:center}}#g-footer .g-horizontalmenu{padding:0.5rem 0;text-align:right}@media only all and (max-width:47.99rem){#g-footer .g-horizontalmenu{text-align:center}}#g-footer .g-horizontalmenu a{color:#f9f8f3}#g-footer .g-horizontalmenu a:hover{color:rgba(249, 248, 243, 0.6);box-shadow:0 2px 0 rgba(249, 248, 243, 0.2)}#g-footer .g-totop{padding:0.5rem 0}#g-footer .g-totop a{color:#f9f8f3}#g-footer .g-totop a:hover{color:rgba(249, 248, 243, 0.6)}@media print{#g-footer{background:#fff !important;color:#000 !important}}#g-offcanvas{background:#3d4e4d;width:12rem;color:#f9f8f3}#g-offcanvas a{color:#f9f8f3}#g-offcanvas a:hover{color:#686767}#g-offcanvas h1,#g-offcanvas h2,#g-offcanvas h3,#g-offcanvas h4,#g-offcanvas h5,#g-offcanvas h6,#g-offcanvas strong{color:#f9f8f3}#g-offcanvas .button{background:#474747;color:#f9f8f3}#g-offcanvas .button:hover{background:#545454}#g-offcanvas .button:active{background:#3a3a3a}#g-offcanvas hr{border-bottom:1px solid rgba(255, 255, 255, 0.5)}#g-offcanvas .g-offcanvas-toggle{color:#f9f8f3;left:9rem;top:1rem}.g-offcanvas-toggle{font-size:2rem;color:#a8a7a7;width:32px;height:32px;top:1.2rem;z-index:100001;display:none}.g-offcanvas-open .g-offcanvas-toggle{color:rgba(255, 255, 255, 0.6)}@media only all and (max-width:48rem){.g-offcanvas-toggle{display:block}}.g-offcanvas-open .g-nav-overlay{z-index:100000}.g-offcanvas-open .g-offcanvas-left #g-page-surround{left:12rem}.g-offcanvas-open .g-offcanvas-right #g-page-surround{right:12rem}.g-offcanvas-open .dir-rtl.g-offcanvas-left #g-offcanvas{right:auto}.g-offcanvas-open .dir-rtl.g-offcanvas-right #g-offcanvas{left:auto}#g-offcanvas #g-mobilemenu-container ul{background:#3d4e4d}#g-offcanvas #g-mobilemenu-container ul>li>.g-menu-item-container{color:#f9f8f3;padding:0.938rem}#g-offcanvas #g-mobilemenu-container ul>li:not(.g-menu-item-type-particle):not(.g-menu-item-type-module).active>.g-menu-item-container,#g-offcanvas #g-mobilemenu-container ul>li:not(.g-menu-item-type-particle):not(.g-menu-item-type-module):hover>.g-menu-item-container{color:#f9f8f3}#g-offcanvas #g-mobilemenu-container ul>li:not(.g-menu-item-type-particle):not(.g-menu-item-type-module).active{background:#949292}#g-offcanvas #g-mobilemenu-container ul>li:not(.g-menu-item-type-particle):not(.g-menu-item-type-module):hover{background:#9b9a9a}#g-offcanvas #g-mobilemenu-container ul>li.g-menu-item-link-parent>.g-menu-item-container>.g-menu-parent-indicator{border:1px solid #b7b6b6;background:#9e9d9d;border-radius:0.25rem;margin:-0.3rem 0 -0.2rem 0.5rem;padding:0.2rem}#g-offcanvas #g-mobilemenu-container ul>li.g-menu-item-link-parent>.g-menu-item-container>.g-menu-parent-indicator:hover{background:#949292}#g-offcanvas #g-mobilemenu-container ul .g-dropdown-column{width:12rem}#g-offcanvas #g-mobilemenu-container ul i.fa{width:1.5rem}#g-mobilemenu-container{margin:-1.563rem}.g-preset-thumbnails img{margin-bottom:1rem}@media only all and (max-width:47.99rem){.g-preset-thumbnails{text-align:center}.g-preset-thumbnails .g-block{-webkit-box-flex:0;-moz-box-flex:0;box-flex:0;-webkit-flex:0 0 auto;-moz-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto;width:50% !important}.g-preset-thumbnails .g-content{margin:0}}@media print{#g-offcanvas{background:#fff !important;color:#000 !important}}.g-error #g-header .g-content{padding:3.5rem 0.938rem;text-align:center}.g-error #g-header .g-content h2.g-title{font-size:3.5rem}.g-error #g-header .g-content p{font-size:1.5rem}@media only all and (min-width:48rem) and (max-width:51.99rem){.g-error #g-header .g-content h2.g-title{font-size:3rem}.g-error #g-header .g-content p{font-size:1rem}}@media only all and (max-width:47.99rem){.g-error #g-header .g-content{padding:1rem 0.938rem}.g-error #g-header .g-content h2.g-title{font-size:2rem}.g-error #g-header .g-content p{font-size:1rem}}.g-error #g-mainbar{text-align:center}.g-error #g-footer .g-content .g-totop{text-align:center}.g-offline #g-header .g-content{padding:3.5rem 0.938rem;text-align:center}.g-offline #g-header .g-content h2.g-title{font-size:3.5rem}.g-offline #g-header .g-content p{font-size:1.5rem}@media only all and (min-width:48rem) and (max-width:51.99rem){.g-offline #g-header .g-content h2.g-title{font-size:3rem}.g-offline #g-header .g-content p{font-size:1rem}}@media only all and (max-width:47.99rem){.g-offline #g-header .g-content{padding:1rem 0.938rem}.g-offline #g-header .g-content h2.g-title{font-size:2rem}.g-offline #g-header .g-content p{font-size:1rem}}.g-offline #g-footer .g-content .g-totop{text-align:center}.g-offline #grav-login{max-width:36rem}.g-offline #grav-login .form-actions{margin-top:0.625rem}@media only all and (max-width:47.99rem){.g-offline #grav-login .form-actions{text-align:center}}.g-offline #grav-login .button{text-transform:capitalize;font-size:1rem;padding:1rem 2.5rem}@media only all and (max-width:47.99rem){.g-offline #grav-login .rememberme{float:none;display:block}}.g-logo{font-family:"RalewayLight", "Helvetica", "Tahoma", "Geneva", "Arial", sans-serif;font-weight:900;font-size:1.35rem;vertical-align:middle;text-transform:uppercase}.g-logo img,.g-logo svg{display:block}.g-logo.g-logo-helium img,.g-logo.g-logo-helium svg{max-height:50px}.g-logo.g-logo-helium svg{fill:#fff}@media only all and (max-width:47.99rem){.g-logo{display:block;text-align:center;margin:-0.85rem 0;padding-left:0.938rem}.g-logo img,.g-logo svg{margin:0 auto}}.g-social a{padding:0.1875rem 0.4rem;text-decoration:none}@media only all and (min-width:48rem) and (max-width:51.99rem){.g-social a{padding:0.1875rem 0.25rem}}.g-content-array{margin-left:-0.938rem;margin-right:-0.938rem}.g-content-array .g-grid{margin-bottom:2.3445rem}.g-content-array .g-grid:last-child{margin-bottom:0}@media only all and (max-width:47.99rem){.g-content-array .g-grid:last-child .g-block:last-child .g-array-item{margin-bottom:0}}@media only all and (max-width:47.99rem){.g-content-array .g-grid{margin-bottom:0}}.g-content-array .g-content{margin:0;padding-top:0;padding-bottom:0}@media only all and (max-width:47.99rem){.g-content-array .g-array-item{margin-bottom:2.3445rem}}.g-content-array .g-array-item-image{margin:0 0 15px 0}.g-content-array .g-item-title{margin:0}.g-content-array .g-array-item-details,.g-content-array .g-array-item-text,.g-content-array .g-array-item-read-more{margin:15px 0 0}.g-content-array .g-array-item-details{font-size:90%}.g-content-array .g-array-item-details>span{margin-right:10px}.g-content-array .g-array-item-details i{margin-right:5px}.g-contentcubes .cube-items-wrapper{background:linear-gradient(45deg, #474747, #a8a7a7);color:#fff}.g-contentcubes .cube-items-wrapper .cube-row.g-grid.image-position-right{flex-flow:row-reverse wrap}.g-contentcubes .cube-items-wrapper .cube-image-wrapper{position:relative;z-index:1;overflow:hidden}.g-contentcubes .cube-items-wrapper .cube-image-wrapper img{display:block;height:auto;-webkit-transform:scale3d(1.8, 1.8, 1);-moz-transform:scale3d(1.8, 1.8, 1);-ms-transform:scale3d(1.8, 1.8, 1);-o-transform:scale3d(1.8, 1.8, 1);transform:scale3d(1.8, 1.8, 1);-webkit-transition:-webkit-transform 0.5s cubic-bezier(0.7, 0, 0.3, 1);-moz-transition:-moz-transform 0.5s cubic-bezier(0.7, 0, 0.3, 1);transition:transform 0.5s cubic-bezier(0.7, 0, 0.3, 1)}.g-contentcubes .cube-items-wrapper .cube-image-wrapper:hover img{-webkit-transform:scale3d(1, 1, 1);-moz-transform:scale3d(1, 1, 1);-ms-transform:scale3d(1, 1, 1);-o-transform:scale3d(1, 1, 1);transform:scale3d(1, 1, 1)}.g-contentcubes .cube-items-wrapper .cube-image-wrapper:after{position:absolute;top:0;right:0;z-index:1;width:100%;height:100%;content:"";background-color:rgba(255, 255, 255, 0.75);opacity:0.6;-webkit-transition:opacity 0.3s;-moz-transition:opacity 0.3s;transition:opacity 0.3s}.g-contentcubes .cube-items-wrapper .cube-image-wrapper:hover:after{opacity:0}.g-contentcubes .cube-items-wrapper .cube-content-wrapper{max-width:22.5rem;padding:6.5rem 0;margin:0 auto}@media only all and (min-width:52rem) and (max-width:51.99rem){.g-contentcubes .cube-items-wrapper .cube-content-wrapper{padding:4.6rem 0}}@media only all and (min-width:48rem) and (max-width:51.99rem){.g-contentcubes .cube-items-wrapper .cube-content-wrapper{max-width:18.5rem;padding:2.6rem 0}}@media only all and (max-width:47.99rem){.g-contentcubes .cube-items-wrapper .cube-content-wrapper{padding:3rem 0}}@media only all and (max-width:30rem){.g-contentcubes .cube-items-wrapper .cube-content-wrapper{max-width:14.5rem}}.g-contentcubes .cube-items-wrapper .cube-content-wrapper .item-label{display:inline-block;background:#a8a7a7;padding:0.35em 0.85em;margin-bottom:0.5rem;font-size:0.8125rem;line-height:1.1538;font-weight:600;border-radius:2.5rem;text-align:center}.g-contentcubes .cube-items-wrapper .cube-content-wrapper .item-title{font-size:1.125rem;font-weight:600;line-height:1.78;margin-bottom:1rem}.g-contentcubes .cube-items-wrapper .cube-content-wrapper .item-title a.item-link{display:block;color:#fff}.g-contentcubes .cube-items-wrapper .cube-content-wrapper .item-title a.item-link .item-link-text{display:inline-block;margin-left:0.25rem;-webkit-transition:-webkit-transform 0.3s;-moz-transition:-moz-transform 0.3s;transition:transform 0.3s}.g-contentcubes .cube-items-wrapper .cube-content-wrapper .item-title a.item-link:hover .item-link-text{-webkit-transform:translate3d(15px, 0, 0);-moz-transform:translate3d(15px, 0, 0);-ms-transform:translate3d(15px, 0, 0);-o-transform:translate3d(15px, 0, 0);transform:translate3d(15px, 0, 0)}.g-contentcubes .cube-items-wrapper .cube-content-wrapper .item-tags .tag{margin-right:0.5rem;margin-bottom:0.5rem;padding:0.35rem 0;color:rgba(255, 255, 255, 0.6);text-transform:uppercase;font-size:0.8125rem;font-weight:600;line-height:1.15}.g-contentcubes .cube-items-wrapper .cube-content-wrapper .item-tags .tag .fa{margin-right:0.15rem;font-size:1rem;vertical-align:text-top}.ui-tabs{position:relative}.ui-tabs .ui-tabs-nav{margin:0;display:-webkit-box;display:-moz-box;display:box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex}@media only all and (max-width:47.99rem){.ui-tabs .ui-tabs-nav{flex-direction:column}}.ui-tabs .ui-tabs-nav li{list-style:none;float:left;border-bottom-width:0;padding:0;outline:none}.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor{cursor:text}.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor{cursor:text}.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor{cursor:text}.ui-tabs .ui-tabs-nav .ui-tabs-anchor{text-decoration:none}.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor{cursor:pointer}.g-contenttabs .g-contenttabs-tab-wrapper-container{list-style:none;margin:0 0 1rem 0;border-bottom:1px solid #e0e0e5}@media only all and (max-width:47.99rem){.g-contenttabs .g-contenttabs-tab-wrapper-container{border:0 none}}.g-contenttabs .g-contenttabs-tab{outline:none}.g-contenttabs .g-contenttabs-tab-wrapper-head{display:block;height:100%;margin-bottom:-1px;margin-right:3px;padding:0.938rem 1.876rem;border-radius:0.25rem 0.25rem 0 0;background:rgba(168, 167, 167, 0.15)}@media only all and (max-width:47.99rem){.g-contenttabs .g-contenttabs-tab-wrapper-head{border-radius:0}}.g-contenttabs .g-contenttabs-tab-wrapper-head .g-contenttabs-tab-title{display:block;outline:none;font-size:0.8rem;text-transform:uppercase;font-weight:700}.g-contenttabs .g-contenttabs-content-wrapper-container{list-style:none;margin:0;padding:0.938rem 0}.g-contenttabs .g-contenttabs-content-wrapper-container .g-contenttabs-tab-wrapper-body{padding:0}.g-contenttabs .g-contenttabs-content-wrapper-container .g-contenttabs-tab-wrapper-body .g-contenttabs-content{display:-webkit-box;display:-moz-box;display:box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;-webkit-flex-flow:row wrap;-moz-flex-flow:row wrap;flex-flow:row wrap;-webkit-box-lines:multiple;-moz-box-lines:multiple;box-lines:multiple;-webkit-flex-wrap:wrap;-moz-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.ui-tabs-active .g-contenttabs-tab-wrapper-head{background:#a8a7a7}.ui-tabs-active .g-contenttabs-tab-title{color:#fff}.owl-carousel .animated{-webkit-animation-duration:1000ms;animation-duration:1000ms;-webkit-animation-fill-mode:both;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .fadeOut{-webkit-animation-name:fadeOut;animation-name:fadeOut}@-webkit-keyframes fadeOut{0%{opacity:1}100%{opacity:0}}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.owl-height{-webkit-transition:height 500ms ease-in-out;-moz-transition:height 500ms ease-in-out;-ms-transition:height 500ms ease-in-out;-o-transition:height 500ms ease-in-out;transition:height 500ms ease-in-out}.owl-carousel{display:none;width:100%;-webkit-tap-highlight-color:transparent;position:relative;z-index:1}.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y}.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0px, 0px, 0px)}.owl-carousel .owl-nav .owl-prev,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-dot{cursor:pointer;cursor:hand;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-loaded{display:block}.owl-carousel.owl-loading{opacity:0;display:block}.owl-carousel.owl-hidden{opacity:0}.owl-carousel .owl-refresh .owl-item{display:none}.owl-carousel .owl-item{position:relative;min-height:1px;float:left;width:100%;-webkit-backface-visibility:hidden;-webkit-tap-highlight-color:transparent;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel .owl-item img{display:block;width:100%;-webkit-transform-style:preserve-3d}.owl-carousel.owl-text-select-on .owl-item{-webkit-user-select:auto;-moz-user-select:auto;-ms-user-select:auto;user-select:auto}.owl-carousel.owl-grab{cursor:move;cursor:-webkit-grab;cursor:-o-grab;cursor:-ms-grab;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.no-js .owl-carousel{display:block}.owl-carousel .owl-item .owl-lazy{opacity:0;-webkit-transition:opacity 400ms ease;-moz-transition:opacity 400ms ease;-ms-transition:opacity 400ms ease;-o-transition:opacity 400ms ease;transition:opacity 400ms ease}.owl-carousel .owl-item img{transform-style:preserve-3d}.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000}.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url(//letters.sakharov-archive.ru/owl.video.play.png) no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;-webkit-transition:scale 100ms ease;-moz-transition:scale 100ms ease;-ms-transition:scale 100ms ease;-o-transition:scale 100ms ease;transition:scale 100ms ease}.owl-carousel .owl-video-play-icon:hover{-webkit-transition:scale(1.3, 1.3);-moz-transition:scale(1.3, 1.3);-ms-transition:scale(1.3, 1.3);-o-transition:scale(1.3, 1.3);transition:scale(1.3, 1.3)}.owl-carousel .owl-video-playing .owl-video-tn,.owl-carousel .owl-video-playing .owl-video-play-icon{display:none}.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;-webkit-background-size:contain;-moz-background-size:contain;-o-background-size:contain;background-size:contain;-webkit-transition:opacity 400ms ease;-moz-transition:opacity 400ms ease;-ms-transition:opacity 400ms ease;-o-transition:opacity 400ms ease;transition:opacity 400ms ease}.owl-carousel .owl-video-frame{position:relative;z-index:1}.owl-nav{opacity:1;-webkit-transition:opacity 0.25s;-moz-transition:opacity 0.25s;transition:opacity 0.25s}.owl-nav div{position:absolute;margin:auto;top:0;bottom:0;left:0;right:0;width:42px;height:42px;display:inline-block;opacity:1;color:#fff;border:1px solid #fff;border-radius:50%;padding:0.9rem 0;text-transform:uppercase;text-align:center;font-size:0.8rem;line-height:0.8rem;font-weight:700;-webkit-transition:all 0.25s;-moz-transition:all 0.25s;transition:all 0.25s}.owl-nav div:hover{background:rgba(255, 255, 255, 0.2);border-color:transparent}@media only all and (max-width:47.99rem){.owl-nav div{font-size:0.7rem}}.owl-nav div.owl-prev{left:3rem;right:auto}@media only all and (max-width:47.99rem){.owl-nav div.owl-prev{left:2rem}}.owl-nav div.owl-next{right:3rem;left:auto}@media only all and (max-width:47.99rem){.owl-nav div.owl-next{right:2rem}}.owl-nav.disabled{display:none}.owl-dots{position:absolute;bottom:12%;width:100%;text-align:center}@media only all and (min-width:52rem) and (max-width:51.99rem){.owl-dots{bottom:5%}}@media only all and (min-width:48rem) and (max-width:51.99rem){.owl-dots{bottom:1rem}}@media only all and (max-width:47.99rem){.owl-dots{bottom:0.5rem}}.owl-dots .owl-dot{display:inline-block;background:#3d4e4d;margin:0 0.3125rem;width:15px;height:15px;border-radius:15px;opacity:0.75;-webkit-transition:opacity 0.2s;-moz-transition:opacity 0.2s;transition:opacity 0.2s}.owl-dots .owl-dot.active{opacity:1;background:#fff}.owl-dots.disabled{display:none}.owlcarousel-offset{margin-right:-45px !important;margin-bottom:-45px !important;margin-left:-45px !important;position:relative;z-index:2}@media only all and (max-width:47.99rem){.owlcarousel-offset{margin-right:0 !important;margin-left:0 !important}}.g-owlcarousel{color:#eceeef}.g-owlcarousel.has-color-overlay .owl-stage>.owl-item:nth-child(even) .g-owlcarousel-item-img:after{background-color:#a8a7a7;background-color:#a8a7a7;background-image:-webkit-linear-gradient(-310deg, #a8a7a7, #474747);background-image:linear-gradient(40deg,#a8a7a7, #474747);opacity:0.9}.g-owlcarousel.has-color-overlay .owl-stage>.owl-item:nth-child(odd) .g-owlcarousel-item-img:after{background-color:#474747;background-color:#474747;background-image:-webkit-linear-gradient(-410deg, #474747, #a8a7a7);background-image:linear-gradient(140deg,#474747, #a8a7a7);opacity:0.9}.g-owlcarousel:hover .owl-nav{opacity:1}.g-owlcarousel-item-wrapper{position:relative}.g-owlcarousel-item-img{position:relative}.g-owlcarousel-item-img:after{position:absolute;content:"";height:100%;left:0;right:0;bottom:0}.g-owlcarousel-item-content-container{position:absolute;margin:auto;top:0;bottom:0;left:0;right:0;-webkit-transform-style:preserve-3d;-moz-transform-style:preserve-3d;-ms-transform-style:preserve-3d;-o-transform-style:preserve-3d;transform-style:preserve-3d}@media only all and (min-width:52rem){.g-owlcarousel-item-content-container{width:52rem}}@media only all and (min-width:52rem) and (max-width:51.99rem){.g-owlcarousel-item-content-container{width:52rem}}@media only all and (min-width:48rem) and (max-width:51.99rem){.g-owlcarousel-item-content-container{width:40rem}}@media only all and (min-width:30.01rem) and (max-width:47.99rem){.g-owlcarousel-item-content-container{width:30rem}}@media only all and (max-width:30rem){.g-owlcarousel-item-content-container{width:100%}}.g-owlcarousel-item-content-wrapper{display:-webkit-box;display:-moz-box;display:box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-moz-box-align:center;box-align:center;-webkit-align-items:center;-moz-align-items:center;-ms-align-items:center;-o-align-items:center;align-items:center;-ms-flex-align:center;-webkit-box-pack:center;-moz-box-pack:center;box-pack:center;-webkit-justify-content:center;-moz-justify-content:center;-ms-justify-content:center;-o-justify-content:center;justify-content:center;-ms-flex-pack:center;height:100%}@media only all and (min-width:52rem) and (max-width:51.99rem){.g-owlcarousel-item-content-wrapper{padding-top:2.5rem}}.g-owlcarousel-item-content{margin:1.25rem 0.625rem 0.625rem;padding:0.938rem;text-align:center}@media only all and (min-width:48rem) and (max-width:51.99rem){.g-owlcarousel-item-content{padding-top:2.5rem}}.g-owlcarousel-item-title{font-family:"RalewayLight", "Helvetica", "Tahoma", "Geneva", "Arial", sans-serif;font-size:3.5rem;line-height:4rem;font-weight:500;margin:1.25rem 1.25rem 0.625rem}@media only all and (min-width:52rem) and (max-width:51.99rem){.g-owlcarousel-item-title{font-size:3rem;line-height:3.875rem}}@media only all and (min-width:48rem) and (max-width:51.99rem){.g-owlcarousel-item-title{font-size:2rem;line-height:2.875rem;margin-top:3.125rem}}@media only all and (min-width:30.01rem) and (max-width:47.99rem){.g-owlcarousel-item-title{margin-top:0;font-size:2rem;line-height:2.875rem}}@media only all and (max-width:30rem){.g-owlcarousel-item-title{margin-top:0;font-size:1.5rem;line-height:2rem}}.g-owlcarousel-item-desc{font-size:1.5rem;line-height:1.5;font-weight:200;padding-bottom:1.407rem;margin-top:0;margin-bottom:0.625rem}@media only all and (min-width:52rem) and (max-width:51.99rem){.g-owlcarousel-item-desc{font-size:1rem;line-height:1.875rem}}@media only all and (min-width:48rem) and (max-width:51.99rem){.g-owlcarousel-item-desc{font-size:1rem;line-height:1.875rem;padding-bottom:0}}@media only all and (max-width:47.99rem){.g-owlcarousel-item-desc{display:none}}@media only all and (min-width:48rem) and (max-width:51.99rem){.g-owlcarousel-item-button{padding:1rem 2.625rem;font-size:0.6rem}}@media only all and (max-width:47.99rem){.g-owlcarousel-item-button{display:none}}.g-horizontalmenu{list-style:none;margin:0;padding:0;font-family:"RalewayLight", "Helvetica", "Tahoma", "Geneva", "Arial", sans-serif;font-weight:700}@media only all and (max-width:47.99rem){.g-horizontalmenu{text-align:center}}.g-horizontalmenu li{display:inline-block;padding:0 1rem}.g-horizontalmenu li a{display:inline-block;padding:0 0 0.5rem;margin-bottom:0.5rem}.g-horizontalmenu li:first-child{padding-left:0}.g-horizontalmenu li:last-child{padding-right:0}.g-totop{font-family:"RalewayLight", "Helvetica", "Tahoma", "Geneva", "Arial", sans-serif;font-weight:700;text-align:right}@media only all and (max-width:47.99rem){.g-totop{text-align:center}}.g-container{width:52rem}@media only all and (min-width:52rem) and (max-width:51.99rem){.g-container{width:52rem}}@media only all and (min-width:48rem) and (max-width:51.99rem){.g-container{width:48rem}}@media only all and (min-width:30.01rem) and (max-width:47.99rem){.g-container{width:30rem}}@media only all and (max-width:30rem){.g-container{width:100%}}.g-container.g-flushed{width:100%}@media only all and (max-width:47.99rem){.g-block{-webkit-flex-grow:0;-moz-flex-grow:0;flex-grow:0;-ms-flex-positive:0;-webkit-flex-basis:100%;-moz-flex-basis:100%;flex-basis:100%;-ms-flex-preferred-size:100%}}@media only all and (max-width:47.99rem){body [class*="size-"]{-webkit-flex-grow:0;-moz-flex-grow:0;flex-grow:0;-ms-flex-positive:0;-webkit-flex-basis:100%;-moz-flex-basis:100%;flex-basis:100%;-ms-flex-preferred-size:100%;max-width:100%}}@media only all and (max-width:47.99rem){@supports not (flex-wrap: wrap){.g-grid{display:block;-webkit-box-lines:inherit;-moz-box-lines:inherit;box-lines:inherit;-webkit-flex-wrap:inherit;-moz-flex-wrap:inherit;-ms-flex-wrap:inherit;flex-wrap:inherit}.g-block{display:block;-webkit-box-flex:inherit;-moz-box-flex:inherit;box-flex:inherit;-webkit-flex:inherit;-moz-flex:inherit;-ms-flex:inherit;flex:inherit}}}.visible-large,.visible-desktop,.visible-tablet,.visible-phone,.g-block.visible-large,.g-block.visible-desktop,.g-block.visible-tablet,.g-block.visible-phone{display:none !important}@media only all and (max-width:47.99rem){.visible-phone{display:block !important}.g-block.visible-phone{display:block !important}}@media only all and (min-width:48rem) and (max-width:51.99rem){.visible-tablet{display:block !important}.g-block.visible-tablet{display:block !important}}@media only all and (min-width:52rem) and (max-width:51.99rem){.visible-desktop{display:block !important}.g-block.visible-desktop{display:block !important}}@media only all and (min-width:52rem){.visible-large{display:block !important}.g-block.visible-large{display:block !important}.visible-desktop{display:block !important}.g-block.visible-desktop{display:block !important}}@media only all and (max-width:47.99rem){.hidden-phone{display:none !important}}@media only all and (min-width:48rem) and (max-width:51.99rem){.hidden-tablet{display:none !important}}@media only all and (min-width:52rem) and (max-width:51.99rem){.hidden-desktop{display:none !important}}@media only all and (min-width:52rem){.hidden-large{display:none !important}.hidden-desktop{display:none !important}}@media only all and (max-width:47.99rem){.align-right{text-align:inherit !important}.align-left{text-align:inherit !important}}dl { margin-top: 1.5rem; margin-bottom: 1.5rem; }
dd { margin-left: 1.5rem; }
ul.menu ul { margin-left: 1.5rem; }
ul.unstyled, ol.unstyled { margin-left: 0; list-style: none; }
.platform-content .entries .tease { margin: 0.625rem 0; padding: 0.938rem 0; }
.platform-content .entries .tease.sticky { padding: 0.938rem; }
.platform-content .entries .tease.sticky .entry-title { margin-top: 0; }
.platform-content .post-thumbnail { display: block; margin: 0.65rem 0; min-width: 0; min-height: 0; }
.platform-content .post-thumbnail .float-left { margin: 0 1rem 0.65rem 0; }
.platform-content .post-thumbnail .float-right { margin: 0 0 0.65rem 1rem; }
.g-loginform fieldset.login-data { padding: 0; }
.g-loginform .login-pretext p, .g-loginform .login-posttext p { margin: 0.5rem 0; }
.alignnone { margin: 5px 20px 20px 0; }
.aligncenter, div.aligncenter { display: block; margin: 5px auto 5px auto; }
.alignright { float: right; margin: 5px 0 20px 20px; }
.alignleft { float: left; margin: 5px 20px 20px 0; }
a img.alignright { float: right; margin: 5px 0 20px 20px; }
a img.alignnone { margin: 5px 20px 20px 0; }
a img.alignleft { float: left; margin: 5px 20px 20px 0; }
a img.aligncenter { display: block; margin-left: auto; margin-right: auto; }
.wp-caption { max-width: 96%; padding: 5px 3px 10px; text-align: center; }
.wp-caption.alignnone { margin: 5px 20px 20px 0; }
.wp-caption.alignleft { margin: 5px 20px 20px 0; }
.wp-caption.alignright { margin: 5px 0 20px 20px; }
.wp-caption img { border: 0 none; height: auto; margin: 0; max-width: 98.5%; padding: 0; width: auto; }
.wp-caption .wp-caption-text { font-size: 0.8rem; line-height: 17px; margin: 0; padding: 0 4px 5px; }
.screen-reader-text { clip: rect(1px, 1px, 1px, 1px); position: absolute !important; height: 1px; width: 1px; overflow: hidden; }
.screen-reader-text:focus { background-color: #f1f1f1; border-radius: 3px; box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6); clip: auto !important; color: #21759b; display: block; font-size: 14px; font-size: 0.875rem; font-weight: bold; height: auto; left: 5px; line-height: normal; padding: 15px 23px 14px; text-decoration: none; top: 5px; width: auto; z-index: 100000; }
.gallery { display: -webkit-box; display: -moz-box; display: box; display: -webkit-flex; display: -moz-flex; display: -ms-flexbox; display: flex; -webkit-flex-flow: row wrap; -moz-flex-flow: row wrap; flex-flow: row wrap; }
.gallery.gallery-columns-1 .gallery-item { -webkit-box-flex: 0; -moz-box-flex: 0; box-flex: 0; -webkit-flex: 0 100%; -moz-flex: 0 100%; -ms-flex: 0 100%; flex: 0 100%; width: 100%; }
.gallery.gallery-columns-2 .gallery-item { -webkit-box-flex: 0; -moz-box-flex: 0; box-flex: 0; -webkit-flex: 0 50%; -moz-flex: 0 50%; -ms-flex: 0 50%; flex: 0 50%; width: 50%; }
.gallery.gallery-columns-3 .gallery-item { -webkit-box-flex: 0; -moz-box-flex: 0; box-flex: 0; -webkit-flex: 0 33.3333333333%; -moz-flex: 0 33.3333333333%; -ms-flex: 0 33.3333333333%; flex: 0 33.3333333333%; width: 33.3333333333%; }
.gallery.gallery-columns-4 .gallery-item { -webkit-box-flex: 0; -moz-box-flex: 0; box-flex: 0; -webkit-flex: 0 25%; -moz-flex: 0 25%; -ms-flex: 0 25%; flex: 0 25%; width: 25%; }
.gallery.gallery-columns-5 .gallery-item { -webkit-box-flex: 0; -moz-box-flex: 0; box-flex: 0; -webkit-flex: 0 20%; -moz-flex: 0 20%; -ms-flex: 0 20%; flex: 0 20%; width: 20%; }
.gallery.gallery-columns-6 .gallery-item { -webkit-box-flex: 0; -moz-box-flex: 0; box-flex: 0; -webkit-flex: 0 16.6666666667%; -moz-flex: 0 16.6666666667%; -ms-flex: 0 16.6666666667%; flex: 0 16.6666666667%; width: 16.6666666667%; }
.gallery.gallery-columns-7 .gallery-item { -webkit-box-flex: 0; -moz-box-flex: 0; box-flex: 0; -webkit-flex: 0 14.2857142857%; -moz-flex: 0 14.2857142857%; -ms-flex: 0 14.2857142857%; flex: 0 14.2857142857%; width: 14.2857142857%; }
.gallery.gallery-columns-8 .gallery-item { -webkit-box-flex: 0; -moz-box-flex: 0; box-flex: 0; -webkit-flex: 0 12.5%; -moz-flex: 0 12.5%; -ms-flex: 0 12.5%; flex: 0 12.5%; width: 12.5%; }
.gallery.gallery-columns-9 .gallery-item { -webkit-box-flex: 0; -moz-box-flex: 0; box-flex: 0; -webkit-flex: 0 11.1111111111%; -moz-flex: 0 11.1111111111%; -ms-flex: 0 11.1111111111%; flex: 0 11.1111111111%; width: 11.1111111111%; }
.gallery.gallery-columns-10 .gallery-item { -webkit-box-flex: 0; -moz-box-flex: 0; box-flex: 0; -webkit-flex: 0 10%; -moz-flex: 0 10%; -ms-flex: 0 10%; flex: 0 10%; width: 10%; }
.gallery .gallery-item { min-width: 0; min-height: 0; margin: 1rem 0; text-align: center; }
.gallery .gallery-caption { margin-left: 0; }
.platform-content .entry-meta { margin: 1.5rem 0; }
.pagination, .page-links { margin: 1.5rem 0; }
.pagination ul.pagination-list, .page-links ul.pagination-list { list-style: none; margin: 0; }
.pagination ul.pagination-list li.pagination-list-item, .page-links ul.pagination-list li.pagination-list-item { display: inline-block; }
@media only all and (max-width: 47.99rem) { .pagination p.counter, .page-links p.counter { display: none; } }
.page-links { text-align: center; }
#comments ol.commentlist { list-style: none; padding-left: 0; }
#comments ol.commentlist ol.children { list-style: none; }
@media only all and (max-width: 47.99rem) { #comments ol.commentlist ol.children { padding-left: 0.5rem; } }
#comments ol.commentlist li.comment { margin: 20px 0 0; }
#comments ol.commentlist li.comment .comment-author { display: -webkit-box; display: -moz-box; display: box; display: -webkit-flex; display: -moz-flex; display: -ms-flexbox; display: flex; height: 48px; line-height: 45px; }
@media only all and (max-width: 47.99rem) { #comments ol.commentlist li.comment .comment-author { overflow: hidden; } }
#comments ol.commentlist li.comment .comment-author .author-avatar { -webkit-box-flex: 0; -moz-box-flex: 0; box-flex: 0; -webkit-flex: 0 48px; -moz-flex: 0 48px; -ms-flex: 0 48px; flex: 0 48px; width: 48px; margin-right: 10px; }
#comments ol.commentlist li.comment .comment-author .author-meta { -webkit-box-flex: 1; -moz-box-flex: 1; box-flex: 1; -webkit-flex: 1; -moz-flex: 1; -ms-flex: 1; flex: 1; }
#comments ol.commentlist li.comment .comment-author .author-meta .author-name { font-size: 1.4rem; font-weight: bold; margin-right: 5px; }
@media only all and (max-width: 47.99rem) { #comments ol.commentlist li.comment .comment-author .author-meta .author-name { font-size: 1rem; } }
#comments ol.commentlist li.comment .comment-author .author-meta time, #comments ol.commentlist li.comment .comment-author .author-meta .edit-link { font-size: 0.8rem; }
@media only all and (max-width: 47.99rem) { #comments ol.commentlist li.comment .comment-author .author-meta time, #comments ol.commentlist li.comment .comment-author .author-meta .edit-link { display: none; } }
#comments ol.commentlist li.comment .comment-content { padding: 10px 15px; }
#comments ol.commentlist li.comment .comment-content .comment-reply { text-align: right; }
#comments #comments-nav { display: -webkit-box; display: -moz-box; display: box; display: -webkit-flex; display: -moz-flex; display: -ms-flexbox; display: flex; }
#comments #comments-nav .comments-next { margin-left: auto; }
@media only all and (max-width: 47.99rem) { #comments #comments-nav a.button { font-size: 0.8rem; } }
#comments #respond { margin-top: 20px; }
#comments #respond .inputbox { width: 100%; }
#comments #respond .inputbox.respond-textarea { min-height: 250px; }
#comments #respond .button:focus { outline: none; }
.widget.widget_nav_menu ul.menu { margin-left: 0; list-style: none; }
.widget.widget_nav_menu ul.menu ul.sub-menu { list-style: none; }.alert{border-radius:0.1875rem;padding:0.938rem;margin-bottom:1.5rem;text-shadow:none}.alert{background-color:#fcf8e3;border:1px solid #fbeed5;border-radius:4px}.alert,.alert h4{color:#c09853}.alert h4{margin:0}.alert .close{top:-2px;right:-21px;line-height:20px}.alert-success{color:#468847;background-color:#dff0d8;border-color:#d6e9c6}.alert-success h4{color:#468847}.alert-danger,.alert-error{color:#b94a48;background-color:#f2dede;border-color:#eed3d7}.alert-danger h4,.alert-error h4{color:#b94a48}.alert-info{color:#3a87ad;background-color:#d9edf7;border-color:#bce8f1}.alert-info h4{color:#3a87ad}.alert-block{padding-top:14px;padding-bottom:14px}.alert-block>p,.alert-block>ul{margin-bottom:0}.alert-block p+p{margin-top:5px}legend{font-size:1.3rem;line-height:1.5}legend small{font-size:0.8rem}#g-page-surround .nav{margin-bottom:20px;margin-left:0;list-style:none}#g-page-surround .nav>li>a{display:block}#g-page-surround .nav>li>a:hover,#g-page-surround .nav>li>a:focus{text-decoration:none}#g-page-surround .nav>li>a>img{max-width:none}#g-page-surround .platform-content .entries .tease{margin:0;padding:0}#g-page-surround .platform-content .entries .tease.sticky{padding:0.469rem 0.938rem;background-color:#eceff3;border-radius:0.25rem}#g-page-surround .platform-content form.password-form .password-box{margin:0.625rem 0}#g-page-surround .search-form input.search-field{color:#3d4e4d}.pagination ul.pagination-list,.page-links ul.pagination-list{font-size:0;display:inline-block;*zoom:1;box-shadow:0 1px 2px rgba(0, 0, 0, 0.05);-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px}@media only all and (max-width:47.99rem){.pagination ul.pagination-list,.page-links ul.pagination-list{box-shadow:none}}.pagination ul.pagination-list li.pagination-list-item,.page-links ul.pagination-list li.pagination-list-item{font-size:1rem;margin-bottom:0}.pagination ul.pagination-list li.pagination-list-item>a,.page-links ul.pagination-list li.pagination-list-item>a,.pagination ul.pagination-list li.pagination-list-item>span,.page-links ul.pagination-list li.pagination-list-item>span{float:left;padding:4px 12px;line-height:20px;text-decoration:none;background-color:#fff;border:1px solid #ddd;border-left-width:0}.pagination ul.pagination-list li.pagination-list-item>a:hover,.page-links ul.pagination-list li.pagination-list-item>a:hover,.pagination ul.pagination-list li.pagination-list-item>span:hover,.page-links ul.pagination-list li.pagination-list-item>span:hover,.pagination ul.pagination-list li.pagination-list-item>a:focus,.page-links ul.pagination-list li.pagination-list-item>a:focus,.pagination ul.pagination-list li.pagination-list-item>span:focus,.page-links ul.pagination-list li.pagination-list-item>span:focus{background-color:#f5f5f5}@media only all and (max-width:47.99rem){.pagination ul.pagination-list li.pagination-list-item>a,.page-links ul.pagination-list li.pagination-list-item>a,.pagination ul.pagination-list li.pagination-list-item>span,.page-links ul.pagination-list li.pagination-list-item>span{border:none}}.pagination ul.pagination-list li.pagination-list-item:first-child>a,.page-links ul.pagination-list li.pagination-list-item:first-child>a,.pagination ul.pagination-list li.pagination-list-item:first-child>span,.page-links ul.pagination-list li.pagination-list-item:first-child>span{border-left-width:1px;-webkit-border-top-left-radius:4px;-moz-border-top-left-radius:4px;border-top-left-radius:4px;-webkit-border-bottom-left-radius:4px;-moz-border-bottom-left-radius:4px;border-bottom-left-radius:4px}@media only all and (max-width:47.99rem){.pagination ul.pagination-list li.pagination-list-item:first-child>a,.page-links ul.pagination-list li.pagination-list-item:first-child>a,.pagination ul.pagination-list li.pagination-list-item:first-child>span,.page-links ul.pagination-list li.pagination-list-item:first-child>span{border-radius:0}}.pagination ul.pagination-list li.pagination-list-item:last-child>a,.page-links ul.pagination-list li.pagination-list-item:last-child>a,.pagination ul.pagination-list li.pagination-list-item:last-child>span,.page-links ul.pagination-list li.pagination-list-item:last-child>span{border-right-width:1px;-webkit-border-top-right-radius:4px;-moz-border-top-right-radius:4px;border-top-right-radius:4px;-webkit-border-bottom-right-radius:4px;-moz-border-bottom-right-radius:4px;border-bottom-right-radius:4px}@media only all and (max-width:47.99rem){.pagination ul.pagination-list li.pagination-list-item:last-child>a,.page-links ul.pagination-list li.pagination-list-item:last-child>a,.pagination ul.pagination-list li.pagination-list-item:last-child>span,.page-links ul.pagination-list li.pagination-list-item:last-child>span{border-radius:0}}.pagination p.counter,.page-links p.counter{margin:0}@media only all and (max-width:47.99rem){.pagination p.counter,.page-links p.counter{display:none}}#g-page-surround .entry-meta{margin-top:0;margin-bottom:2rem}#g-page-surround .entry-meta>div[class^="meta-"]{display:inline-block;margin:0;font-family:"RalewayLight", "Helvetica", "Tahoma", "Geneva", "Arial", sans-serif;text-transform:uppercase;font-size:0.85rem;line-height:1.35}#g-page-surround .entry-meta>div[class^="meta-"]:not(:last-child):after{content:"/";margin:0 5px;color:#e0e0e5}#comments{padding:10px 0 25px}#comments h3{color:#000}#comments ol.commentlist{margin-top:0}#comments ol.commentlist li.comment .comment-body{position:relative;margin-left:5px;padding:0 20px;border-radius:5px;background:#fff;border:1px solid rgba(0, 0, 0, 0.1);font-size:0.875rem}#comments ol.commentlist li.comment .comment-body .child-arrow-indicator{visibility:hidden;position:absolute;top:4px;left:-16px;color:#fff}#comments ol.commentlist li.comment .comment-body .comment-reply{position:absolute;right:20px;top:20px}#comments ol.commentlist li.comment .comment-author{line-height:normal;padding-top:20px;height:auto}#comments ol.commentlist li.comment .comment-author .author-avatar{-webkit-box-flex:0;-moz-box-flex:0;box-flex:0;-webkit-flex:0 40px;-moz-flex:0 40px;-ms-flex:0 40px;flex:0 40px;width:40px;height:40px;margin-right:20px}#comments ol.commentlist li.comment .comment-author .author-avatar .avatar{border-radius:50%}#comments ol.commentlist li.comment .comment-author .author-meta .author-name{font-size:1rem}#comments ol.commentlist li.comment .comment-author .author-meta .author-name a{color:#000}#comments ol.commentlist li.comment .comment-author .author-meta .author-name a:hover{color:#a8a7a7}#comments ol.commentlist li.comment .comment-author .author-meta time a,#comments ol.commentlist li.comment .comment-author .author-meta .edit-link a{color:#3d4e4d}#comments ol.commentlist li.comment .comment-author .author-meta time a:hover,#comments ol.commentlist li.comment .comment-author .author-meta .edit-link a:hover{color:#a8a7a7}@media only all and (max-width:47.99rem){#comments ol.commentlist li.comment .comment-author .author-meta time,#comments ol.commentlist li.comment .comment-author .author-meta .edit-link{display:inline}}#comments ol.commentlist li.comment.bypostauthor>.comment-body>.comment-author .author-name a{color:#a8a7a7}#comments ol.commentlist li.comment.bypostauthor>.comment-body>.comment-author .author-name a:hover{color:#3d4e4d}#comments ol.commentlist li.comment .comment-content{overflow:hidden;margin-left:60px;padding:0 15px 15px 0}#comments ol.commentlist ol.children li.comment .comment-body{border-left:20px solid rgba(0, 0, 0, 0.1)}#comments ol.commentlist ol.children li.comment .comment-body .child-arrow-indicator{visibility:visible}#comments #responses>ol.commentlist>li.comment:first-child{margin-top:0}#comments #responses>ol.commentlist>li.comment:first-child>.comment-body .comment-author{border-top:none}#comments #comments-nav .comments-previous .button span,#comments #comments-nav .comments-next .button span{vertical-align:top}.g-loginform .login-pretext{margin-bottom:1rem}.g-loginform fieldset.login-data #login-username{margin-top:0}.g-loginform .login-extra{list-style-type:none;margin-left:0}.widget.widget_archive ul,.widget.widget_categories ul,.widget.widget_meta ul,.widget.widget_pages ul,.widget.widget_recent_comments ul,.widget.widget_recent_entries ul{list-style-type:none;margin:0}.widget.widget_archive ul ul,.widget.widget_categories ul ul,.widget.widget_meta ul ul,.widget.widget_pages ul ul,.widget.widget_recent_comments ul ul,.widget.widget_recent_entries ul ul{list-style-type:none}.widget.widget_archive ul ul.children,.widget.widget_categories ul ul.children,.widget.widget_meta ul ul.children,.widget.widget_pages ul ul.children,.widget.widget_recent_comments ul ul.children,.widget.widget_recent_entries ul ul.children{margin-left:1.5rem}.widget.widget_search input.search-field{margin-bottom:10px}.widget.widget_tag_cloud a{display:inline-block;font-family:"RalewayLight", "Helvetica", "Tahoma", "Geneva", "Arial", sans-serif;border-radius:0.25rem;background:#a8a7a7;color:#fff;padding:5px 8px;margin:0 4px 8px 0;vertical-align:bottom}.widget.widget_tag_cloud a:before{font-family:FontAwesome;margin-right:5px;content:"\f02b"}.widget.widget_tag_cloud a:hover{background:#8f8d8d;color:#fff}.widget.widget_calendar{margin-bottom:1.5rem}@font-face {
font-family: "RalewayRegular";
src: url(//letters.sakharov-archive.ru/app/themes/ads_archive_theme/fonts/raleway/RalewayRegular/RalewayRegular.eot);
src: url(//letters.sakharov-archive.ru/app/themes/ads_archive_theme/fonts/raleway/RalewayRegular/RalewayRegular.eot?#iefix)format("embedded-opentype"),
url(//letters.sakharov-archive.ru/app/themes/ads_archive_theme/fonts/raleway/RalewayRegular/RalewayRegular.woff) format("woff"),
url(//letters.sakharov-archive.ru/app/themes/ads_archive_theme/fonts/raleway/RalewayRegular/RalewayRegular.ttf) format("truetype");
font-style: normal;
font-weight: normal;
} @font-face {
font-family: "RalewayThin";
src: url(//letters.sakharov-archive.ru/app/themes/ads_archive_theme/fonts/raleway/RalewayThin/RalewayThin.eot);
src: url(//letters.sakharov-archive.ru/app/themes/ads_archive_theme/fonts/raleway/RalewayThin/RalewayThin.eot?#iefix)format("embedded-opentype"),
url(//letters.sakharov-archive.ru/app/themes/ads_archive_theme/fonts/raleway/RalewayThin/RalewayThin.woff) format("woff"),
url(//letters.sakharov-archive.ru/app/themes/ads_archive_theme/fonts/raleway/RalewayThin/RalewayThin.ttf) format("truetype");
font-style: normal;
font-weight: normal;
} @font-face {
font-family: "RalewayExtraLight";
src: url(//letters.sakharov-archive.ru/app/themes/ads_archive_theme/fonts/raleway/RalewayExtraLight/RalewayExtraLight.eot);
src: url(//letters.sakharov-archive.ru/app/themes/ads_archive_theme/fonts/raleway/RalewayExtraLight/RalewayExtraLight.eot?#iefix)format("embedded-opentype"),
url(//letters.sakharov-archive.ru/app/themes/ads_archive_theme/fonts/raleway/RalewayExtraLight/RalewayExtraLight.woff) format("woff"),
url(//letters.sakharov-archive.ru/app/themes/ads_archive_theme/fonts/raleway/RalewayExtraLight/RalewayExtraLight.ttf) format("truetype");
font-style: normal;
font-weight: normal;
} @font-face {
font-family: "RalewayLight";
src: url(//letters.sakharov-archive.ru/app/themes/ads_archive_theme/fonts/raleway/RalewayLight/RalewayLight.eot);
src: url(//letters.sakharov-archive.ru/app/themes/ads_archive_theme/fonts/raleway/RalewayLight/RalewayLight.eot?#iefix)format("embedded-opentype"),
url(//letters.sakharov-archive.ru/app/themes/ads_archive_theme/fonts/raleway/RalewayLight/RalewayLight.woff) format("woff"),
url(//letters.sakharov-archive.ru/app/themes/ads_archive_theme/fonts/raleway/RalewayLight/RalewayLight.ttf) format("truetype");
font-style: normal;
font-weight: normal;
} @font-face {
font-family: "RalewayMedium";
src: url(//letters.sakharov-archive.ru/app/themes/ads_archive_theme/fonts/raleway/RalewayMedium/RalewayMedium.eot);
src: url(//letters.sakharov-archive.ru/app/themes/ads_archive_theme/fonts/raleway/RalewayMedium/RalewayMedium.eot?#iefix)format("embedded-opentype"),
url(//letters.sakharov-archive.ru/app/themes/ads_archive_theme/fonts/raleway/RalewayMedium/RalewayMedium.woff) format("woff"),
url(//letters.sakharov-archive.ru/app/themes/ads_archive_theme/fonts/raleway/RalewayMedium/RalewayMedium.ttf) format("truetype");
font-style: normal;
font-weight: normal;
} @font-face {
font-family: "RalewaySemiBold";
src: url(//letters.sakharov-archive.ru/app/themes/ads_archive_theme/fonts/raleway/RalewaySemiBold/RalewaySemiBold.eot);
src: url(//letters.sakharov-archive.ru/app/themes/ads_archive_theme/fonts/raleway/RalewaySemiBold/RalewaySemiBold.eot?#iefix)format("embedded-opentype"),
url(//letters.sakharov-archive.ru/app/themes/ads_archive_theme/fonts/raleway/RalewaySemiBold/RalewaySemiBold.woff) format("woff"),
url(//letters.sakharov-archive.ru/app/themes/ads_archive_theme/fonts/raleway/RalewaySemiBold/RalewaySemiBold.ttf) format("truetype");
font-style: normal;
font-weight: normal;
} @font-face {
font-family: "RalewayBold";
src: url(//letters.sakharov-archive.ru/app/themes/ads_archive_theme/fonts/raleway/RalewayBold/RalewayBold.eot);
src: url(//letters.sakharov-archive.ru/app/themes/ads_archive_theme/fonts/raleway/RalewayBold/RalewayBold.eot?#iefix)format("embedded-opentype"),
url(//letters.sakharov-archive.ru/app/themes/ads_archive_theme/fonts/raleway/RalewayBold/RalewayBold.woff) format("woff"),
url(//letters.sakharov-archive.ru/app/themes/ads_archive_theme/fonts/raleway/RalewayBold/RalewayBold.ttf) format("truetype");
font-style: normal;
font-weight: normal;
} @font-face {
font-family: "RalewayExtraBold";
src: url(//letters.sakharov-archive.ru/app/themes/ads_archive_theme/fonts/raleway/RalewayExtraBold/RalewayExtraBold.eot);
src: url(//letters.sakharov-archive.ru/app/themes/ads_archive_theme/fonts/raleway/RalewayExtraBold/RalewayExtraBold.eot?#iefix)format("embedded-opentype"),
url(//letters.sakharov-archive.ru/app/themes/ads_archive_theme/fonts/raleway/RalewayExtraBold/RalewayExtraBold.woff) format("woff"),
url(//letters.sakharov-archive.ru/app/themes/ads_archive_theme/fonts/raleway/RalewayExtraBold/RalewayExtraBold.ttf) format("truetype");
font-style: normal;
font-weight: normal;
} @font-face {
font-family: "RalewayBlack";
src: url(//letters.sakharov-archive.ru/app/themes/ads_archive_theme/fonts/raleway/RalewayBlack/RalewayBlack.eot);
src: url(//letters.sakharov-archive.ru/app/themes/ads_archive_theme/fonts/raleway/RalewayBlack/RalewayBlack.eot?#iefix)format("embedded-opentype"),
url(//letters.sakharov-archive.ru/app/themes/ads_archive_theme/fonts/raleway/RalewayBlack/RalewayBlack.woff) format("woff"),
url(//letters.sakharov-archive.ru/app/themes/ads_archive_theme/fonts/raleway/RalewayBlack/RalewayBlack.ttf) format("truetype");
font-style: normal;
font-weight: normal;
} @font-face {
font-family: "RobotoRegular";
src: url(//letters.sakharov-archive.ru/app/themes/ads_archive_theme/fonts/raleway/RobotoRegular/RobotoRegular.eot);
src: url(//letters.sakharov-archive.ru/app/themes/ads_archive_theme/fonts/raleway/RobotoRegular/RobotoRegular.eot?#iefix)format("embedded-opentype"),
url(//letters.sakharov-archive.ru/app/themes/ads_archive_theme/fonts/raleway/RobotoRegular/RobotoRegular.woff) format("woff"),
url(//letters.sakharov-archive.ru/app/themes/ads_archive_theme/fonts/raleway/RobotoRegular/RobotoRegular.ttf) format("truetype");
font-style: normal;
font-weight: normal;
} @font-face {
font-family: "RalewayThin";
src: url(//letters.sakharov-archive.ru/app/themes/ads_archive_theme/fonts/raleway/RalewayThin/RalewayThin.eot);
src: url(//letters.sakharov-archive.ru/app/themes/ads_archive_theme/fonts/raleway/RalewayThin/RalewayThin.eot?#iefix)format("embedded-opentype"),
url(//letters.sakharov-archive.ru/app/themes/ads_archive_theme/fonts/raleway/RalewayThin/RalewayThin.woff) format("woff"),
url(//letters.sakharov-archive.ru/app/themes/ads_archive_theme/fonts/raleway/RalewayThin/RalewayThin.ttf) format("truetype");
font-style: normal;
font-weight: normal;
} @font-face {
font-family: "RalewayExtraLight";
src: url(//letters.sakharov-archive.ru/app/themes/ads_archive_theme/fonts/raleway/RalewayExtraLight/RalewayExtraLight.eot);
src: url(//letters.sakharov-archive.ru/app/themes/ads_archive_theme/fonts/raleway/RalewayExtraLight/RalewayExtraLight.eot?#iefix)format("embedded-opentype"),
url(//letters.sakharov-archive.ru/app/themes/ads_archive_theme/fonts/raleway/RalewayExtraLight/RalewayExtraLight.woff) format("woff"),
url(//letters.sakharov-archive.ru/app/themes/ads_archive_theme/fonts/raleway/RalewayExtraLight/RalewayExtraLight.ttf) format("truetype");
font-style: normal;
font-weight: normal;
} @font-face {
font-family: "RalewayLight";
src: url(//letters.sakharov-archive.ru/app/themes/ads_archive_theme/fonts/raleway/RalewayLight/RalewayLight.eot);
src: url(//letters.sakharov-archive.ru/app/themes/ads_archive_theme/fonts/raleway/RalewayLight/RalewayLight.eot?#iefix)format("embedded-opentype"),
url(//letters.sakharov-archive.ru/app/themes/ads_archive_theme/fonts/raleway/RalewayLight/RalewayLight.woff) format("woff"),
url(//letters.sakharov-archive.ru/app/themes/ads_archive_theme/fonts/raleway/RalewayLight/RalewayLight.ttf) format("truetype");
font-style: normal;
font-weight: normal;
}body, p {
font-size: 1.3rem;
line-height: 2rem;
font-family: "RalewayLight";
} #top1{font-size: 1.25rem; font-family: "RalewayBold"; }
#top1 li.g-menu-item:first-child{ display: inline; margin-right:1.25rem;}
#top1 li.g-menu-item:first-child a.g-menu-item-container:after  { content: "/"; padding-left:1.25rem;}
#top1 .g-main-nav .g-toplevel > li > .g-menu-item-container {padding:0; margin:0;}
#top1 li.g-selected{font-weight: bolder; background-color: none}
#top2{font-size: 1rem;font-family: "RalewayMedium"; padding-bottom:1.1rem;    position: absolute;
top: 3.8rem; width: 52rem;}
#top2 .g-main-nav .g-toplevel > li > .g-menu-item-container {padding:0 0 0 1.25rem; margin:0;}
.d_slesh:after{content: "|"; font-size: 1.25rem;  font-family: "RalewayMedium"; font-weight: normal;}
#t_menu .g-menu-item-container {display: inline;}
#g-navigation #t_menu .g-main-nav .g-toplevel > li.d_slesh > .g-menu-item-container {padding-right: 1.25rem}
#g-navigation #t_menu .g-main-nav .g-toplevel > li > .g-menu-item-container,#g-navigation #t_menu .g-main-nav .g-sublevel > li > .g-menu-item-container{font-family:"RalewayMedium";font-size:1.25rem;}
li.g-menu-item---widget-TXNkI,li.g-menu-item---widget-WzIYV,li.g-menu-item---widget-CUXV6{display:block !important; margin-top:1rem !important; font-family:RalewayLight; font-size: 1rem}
#g-navigation #t_menu .g-main-nav .g-toplevel li.g-menu-item---widget-TXNkI > .g-menu-item-container,#g-navigation #t_menu .g-main-nav .g-toplevel li.g-menu-item---widget-WzIYV > .g-menu-item-container,#g-navigation #t_menu .g-main-nav .g-toplevel li.g-menu-item---widget-CUXV6 > .g-menu-item-container{ font-family:RalewayLight; font-size: 1rem}
ul#menu-top_menu li,ul#menu-top_menu_sakharov li{display:inline;}
header#g-header .g-main-nav .g-toplevel {
float: right;
}
header#g-header .g-main-nav .g-toplevel > li.active {
background: none !important;
color: #F9F8F3;
font-weight: bolder;
}
header#g-header .g-main-nav .g-toplevel > li.active:not(.g-menu-item-type-particle):not(.g-menu-item-type-module) > .g-menu-item-container {
color: #F9F8F3;
}
header#g-header .g-main-nav .g-toplevel > li.g-selected {
background: none !important;
}
.g-content {
margin: 0 0.625rem;
padding: 0 0.938rem;
}
header#g-header {
padding-top: 1.5rem;
}
header#g-header div.g-container div.g-grid:first-child{margin-left:10px;} #g-footer .g-main-nav .g-toplevel > li > .g-menu-item-container {
padding: 0;
margin:0;
font-size:0.9rem;
color:#f9f8f3;
}
#g-footer .g-main-nav .g-toplevel > li > .g-menu-item-container:hover {
color:#67cac4;
}
#g-footer{padding:2rem 0;}
li.f1{font-family: RalewayBold;} #g-footer .g-main-nav .g-toplevel > li.f2{font-family: RalewayRegular;}
#g-footer .g-main-nav .g-toplevel > li.f2{display:block; margin-bottom:0.75rem;}
#g-footer .g-main-nav .g-toplevel > li.f1.pol{margin-bottom: 0.625rem; padding-bottom:0.625rem;white-space: nowrap;}
section#g-navigation{padding-top:2rem;}
#g-navigation .g-main-nav{text-align: right;}
div.menu-item-particle.t2 {display: block;}  .g-main-nav .g-toplevel > li > .g-menu-item-container, .g-main-nav .g-sublevel > li > .g-menu-item-container {
font-weight: normal;}
#g-navigation .g-main-nav .g-toplevel {
line-height: 1;
}
ul#menu-top_menu li,ul#menu-top_menu_sakharov li{margin-left:1.5rem;}
ul#menu-top_menu li a,ul#menu-top_menu_sakharov li a{color:#F9F8F3;}
ul#menu-top_menu li.active a,ul#menu-top_menu_sakharov li.active a{text-decoration: underline;}
.home header#g-header div.g-container div.g-grid:first-child {
margin-left: 0;
} .owl-dots {
bottom: 2rem;
padding-right: 7rem;
text-align: right;
}
.owl-dots .owl-dot {
border-radius: 0.625rem;
height: 0.625rem;
margin: 0 0.625rem 0 0;
width: 0.625rem;
border:0.125rem #F9F8F3 solid;
opacity: 1;
}
.owl-dots .owl-dot.active {
background-color: #F9F8F3;
cursor:default;
} li.prozr img{opacity:0.5;}
li.prozr:hover img{opacity:1;} section#g-intro nav li{ width:10.062rem;color: #3D4E4D; overflow: hidden;vertical-align: top; float: left;}
section#g-intro .g-main-nav .g-toplevel > li > a.g-menu-item-container > .g-menu-item-content {font-size: 0.875rem; display:block; max-width: 8.875rem}
section#g-intro .g-main-nav .g-toplevel > li.g-menu-item-71 > a.g-menu-item-container > .g-menu-item-content {max-width: 5.875rem}
section#g-intro nav li img{display: block; margin-bottom: 0.875rem;}
section#g-intro nav li img{height: 2.5rem; width:auto;} 
section#g-intro {
background: #F9F8F3 none repeat scroll 0 0;
color: #3D4E4D;
padding: 3rem 0 2rem 0;
}
.g-home-particles.g-archive_t2-style #g-intro {
padding-bottom: 2rem;
} #mysticky-nav.wrapfixed section#g-intro .g-main-nav .g-toplevel > li{display: block; margin-bottom: 5.06rem; margin-left:0.5rem; width:2rem;}
#mysticky-nav.wrapfixed section#g-intro .g-main-nav .g-toplevel > li img {height: auto; width:2rem;}
#mysticky-nav.wrapfixed section#g-intro .g-main-nav .g-toplevel > li> a.g-menu-item-container > .g-menu-item-content{display: none}
.home #mysticky-nav.wrapfixed {width: auto !important; z-index: 10 !important; margin-bottom:20.25rem;}
footer#g-footer{z-index:40;position: relative;}
.wrapfixed .g-container{width: 2rem;}
.wrapfixed #mainp_bl.g-block.size-100{width: 10px;margin-bottom:20.25rem;}
.wrapfixed #mainp_bl .g-content.g-particle{width: 10px;} h1,h2,h3,h4,h5{font-family: "RalewayMedium"; font-weight: normal; margin:1rem 0 0 0;}  h1, .block_m h2{font-size:1.6rem;}
div.archive_dat  h1{margin-bottom: 1rem;}
div.archive_dat  h1, div.archive_dat  .block_m h2{font-size:1.4rem;}
h1.sm{font-size:1.75rem;}
div.archive_dat  h1.sm{font-size:1.3rem;}
img.sm{height:4rem;width:auto;} h2, .block_m h3, article h3{font-size:1.2rem;}
div.mt{margin-top: 1.875rem}
.block_m h1,.block_m h2, h2.mb, h1.mb{margin-bottom: 1.5rem}
.link_m a{display:block; padding-bottom: 1rem; line-height: 1.25rem; font-size:1.1rem; } a.link_sm{font-size:0.75rem;line-height: 0.75rem;}
span.sm{font-size:0.75rem;line-height: 0.75rem;}
a.link_smz{font-size:1rem;line-height: 1.2rem;}
a{color:#1aa2a2; line-height: normal; font-family: RalewayRegular}
a:hover{color:#67cac4;} p{margin:1rem 0 0 0;font-family: "RalewayLight";} .dd-line,.dl-line{font-size:0.1rem;line-height: 0.1rem; min-height:2px;min-width: 22px; display: block;margin:0;} div.g-owlcarousel-item-title {
font-family: "RalewayBold";
font-size: 4rem;
font-weight: normal;
line-height: 4rem;
margin: 0;
}
div.g-owlcarousel-item-desc {
font-size: 1.5rem;
font-weight: 100;
line-height: 1.5rem;
margin-bottom: 3.125rem;
margin-top: 1.25rem;
padding-bottom: 0;
}
.g-owlcarousel-item-content-wrapper {
justify-content: left; align-items: flex-end;
padding-left:1.625rem;
}
.g-owlcarousel-item-content {
margin: 0;
padding: 0;
text-align: left;
} ul.fo{margin-left:0;}
li.fo{list-style: none;
margin-left: 0;} li.fo.ur0,li.fo.as_ur0,li.fo.ur0 a,li.fo.as_ur0 a, li.fo.ur2 a, li.fo.ur1 a{
font-family: 'RalewayMedium';
font-size:1.125rem;
margin: 0.5rem 0; }
li.fo.ur1{
padding-left: 1.25rem; margin-bottom: 0;}
li.fo.ur0.as_ur0 {margin-bottom: 0; margin-top: 1rem;}
li.fo.ur2{
padding-left: 3.3rem;}
li.fo.ur3{
padding-left: 6rem;}
.otst{display: inline; margin: 0 0 0 3.35rem;font-size: 1rem;} 
h2.nraz{font-size:1.2rem; margin: 1.5rem 0 1rem;}
div.archive_dat   h2.nraz{font-size:1.4rem; margin: 1.5rem 0 1rem;}
.divTable
{
display:  table; background-color:#fff; }
.divTable.bor{
border-bottom:2px solid  #3d4e4d;}   
.headRow .divCell{vertical-align: middle;}
.headRow
{
display:table-header-group;
background-color: #3d4e4d;
color:#fff;
width:auto;
}
.headRow:after {
display: inline-block;
height: 100%;
vertical-align: middle;
content: "";
}
.divRow
{
display:table-row;
width:auto;
background-color: #fff;   
height:100%;    
}
.divRow:nth-child(odd)
{
background-color: #f9f8f3;       
}
.divCell
{
float:left; display:table-column;
font-size:0.9rem;
line-height: 1rem;
padding:1.125rem 1.125rem 1.125rem 1.125rem;
text-align: left; }
div.archive_dat .divCell a{font-size:1rem;}
.divCell.pril
{
padding:0 5rem 1.5rem 7.5rem; }
div.prilin{padding:1.5rem 0 0 0;}
div.archive_dat a{font-size: 1rem;}
span.hshow{display:block;}
span.otstup{padding-left:1rem;} .pirate1_forms_wrap{margin-top: 1.5rem;}
.materials_zagol_mn .label_ft{font-size: 1.1rem;}
.label_ft{font-size: 1.25rem;}
.pirate1_forms_wrap .contact_materials_wrap.form_field_wrap{margin-bottom: 0.5rem}
.pirate1_forms_wrap .form_field_wrap{margin-bottom: 1rem}
.pirate1_forms_wrap .contact_material_n_wrap.form_field_wrap{margin-bottom: 2rem}
.pirate1_forms_wrap .contact_name_wrap.form_field_wrap{margin-top: 2rem}
.plus_fields,.minus_fields{font-size: 2rem; cursor: pointer;color:#1aa2a2;}
.minus_fields{display: none;}
div.materials_zagol_mn{margin:0;padding:0;} button, input[type="submit"], a.simple-basket-buy-now{ border:0.2rem #3d4e4d5c solid; 
padding:0.75rem 2.5rem; background-color: #3d4e4d5c; 
color: #ffffff; font-size:1.1rem; border-radius: 0.25rem; margin-top: 2rem; font-weight: 600;} div.del_zakaz input[type="submit"] {border:none; padding:0; background-color: #ffffff; color: #1aa2a2; margin: 0.5rem 0 0.5rem 0.5rem; font-weight: normal;}
div.del_zakaz input[type="submit"]:hover{color:#67cac4;}
input[type="submit"]:focus{
outline: none;
}
button:hover, input[type="submit"]:hover,a.simple-basket-buy-now:hover{border-color:#f9f8f3; }
div.basket-buy{margin-top:2rem;}
input[type="color"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="email"], input[type="month"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="time"], input[type="url"], input[type="week"], input:not([type]), textarea {border:solid 1px #3d4e4d;}
.contact_submit_wrap {
text-align: left;
}  .team-container .team-rounded .team-content,.team-container .team-flat .team-content {
padding: 0;
line-height: normal;
}
.team-container .team-rounded .team-title,.team-container .team-flat .team-title {
padding: 1.25rem 0 0.5rem;
line-height: normal;
}
.team-container .team-rounded .team-thumb img,.team-container .team-flat .team-thumb img{cursor: auto;}
.team-container #team-110.team-items { margin: 0 0;} div.contey{width:100%; clear:both; padding:0;float: left;}
div.expo_m {
float: left;
height: 13.125rem;
margin: 0 1.3rem 0 0;
width: 10.9rem;
}
div.expo_m img{width:100%;}
div.expo_m a.expo_l{display: block; line-height: 1.25rem; margin-top:1rem;}
div.fll{float:left;}
div.otstr{margin-right: 4rem}
a.bb{font-size: 1.125rem;font-family: "RalewayMedium";}
div.ekskurs_m{margin:0 1.25rem 0 0; padding:0; overflow: hidden; width: 28rem;height: 18.75rem;}
div.ekskurs_m img {width:auto; height: 18.75rem;}
div.mw4{max-width: 40%;}
.hidd{display:none !important;}
.flob{display: flex;
align-items: flex-end;}
input.tp2{width: 4rem;}
input.tp10{width: 12rem;}
.comments-area{display: none;} .owl-carousel .owl-stage-outer{max-height: auto;}
div.bot_link a{font-size: 0.7em;}
div.bot_link p a.fl_l{display: block; float: right; }
div.bot_link p a.fl_c{display: block; width: 100%;
text-align: center; }
ul.lcp_catlist{margin-left: 0; padding: 0;list-style: none outside;clear: both;} ul.lcp_catlist li{margin-bottom: 1.3em; margin-left: 1em;
font-size: 0.7em;}
ul.lcp_catlist.bt  li{font-size: 1.1em; margin-bottom: 0.5em;}
ul.lcp_catlist li a{font-weight: bold;display: block; line-height: 1.2em; margin-bottom: 0.3em;}
p.name_razd{font-weight: bold;margin-top: 1.5em;}
ul.lcp_catlist li div.lcp_customfield{line-height: 1em; margin-bottom: 1.3em;}
div.su-heading-inner h2{font-size: 1.7rem;} div.bor_rig{border-right: solid 0.5px #848383;}
footer#g-footer div.g-content.g-particle{padding: 0 1rem 0 2rem;}
footer#g-footer .g-main-nav .g-toplevel > li{display:block; margin-bottom: 0.75rem;} .hide{display: none}
#g-footer .g-main-nav .g-toplevel > li.f2.hide{display: none} .op_doc{display: inline-block;padding-right: 1rem;}
.he_op_doc{display: inline-block;} a.c_bl{display: block; text-align: center;}
.ss_file{display: inline-block; text-align: center; margin-bottom: .7rem;}
div.divCell div.otst div.ss_file{margin-bottom: .7rem;} div.l_to_t{text-align: right; font-size: 0.9rem; padding-right: 0.5rem;} a span.num_razd {display: table-cell;}
a span.nazv_razd {display: table-cell; padding-left: 0.5rem; font-size: 1.125rem;} div.zakaz a {font-size: 1.2rem;}
div#orderForm{margin-top:2rem;} div.baske_wi a{color:#f9f8f3;}
div.baske_wi a:hover{color:#fff;}
div.baske_wi{margin-right: 1.5rem;}
div.prodolzh{padding: 1rem 0;
text-align: right;
font-size: 1rem;
margin-top:1rem;
margin-bottom:1rem;
white-space: nowrap;
}   input#usersogl[type="checkbox"], span.exche input[type="checkbox"] { position: relative;
z-index: 1;
}
label.che, span.exche label {
color: #000;
cursor: default;
font-weight: normal;
line-height: 30px;
padding: 10px 0;
vertical-align: middle;
}
label.che:before, span.wpcf7-list-item-label::before {
content: " ";
color: #1aa2a2;
display: inline-block;
margin-left: -20px;
font: 30px/30px FontAwesome;
margin-right: 15px;
position: relative;
text-align: center;
text-indent: 0px;
width: 30px;
height: 30px;
background: #FFF;
border: 1px solid #3d4e4d;
border-radius: 0.25rem;
border-image: initial;
vertical-align: middle;
z-index: 10;
} input#usersogl:checked + label:before, span.exche input:checked + span.wpcf7-list-item-label::before {
content: "\f00c";
}
#razv, .zavershit{display: none;} .g-logo.g-logo-archive_t2 img, .g-logo.g-logo-archive_t2 svg{max-height: 40px;} div#text2{font-size: 0.75rem;
line-height: 1rem;}
div#text2 a{color:#fff; text-decoration:underline;} div.archive_dat{position: relative;}
div.tech_mess{
position: absolute;
top: -80px;
background-color: #1aa2a221;
width: 140%;
text-align: center;
padding: 0.2rem;
font-size: 1rem;
left: -20%;
}
div.tech_mess a{font-size: 1rem;} .cli-bar-message a{color:rgb(97, 162, 41);}
.cli-bar-message a:hover{text-decoration:underline;}
.g-copyright a{color:#ffffff;}
.g-copyright a:hover{text-decoration:underline;} .no_wrap{white-space: nowrap;} div.bread_cr a{display:inline-block; margin-left: 1.5rem;}  #g-mobilemenu-container .d_slesh::after{display:none;}
@media  screen and (max-width:921px) {
#g-features.doc_data > .g-container .g-content{padding-top:2rem;}
}
@media  screen and (max-width:940px) {
#g-features{padding:1rem 1rem 1rem 3.5rem;}
#mysticky-nav.wrapfixed section#g-intro .g-main-nav .g-toplevel > li{margin-left: 0; width: 1.5rem;}
.g-container{width: auto;}
.g-home-particles.g-archive_t2-style #g-intro.bg_grey .g-container{padding-left: 4rem;}
.g-home-particles.g-archive_t2-style #g-intro.bg_grey.myfixed .g-container{padding-left: 0;}
}
@media  screen and (max-width:48rem) {    div.divTable div.divCell{padding: 0.5rem} .mob_hi{display:none;} .mob_non_vi{visibility: hidden;}   .mob_lit{font-size: 0.5rem;} div.size-45.mob-55{width: 55%;}
div.size-16.mob-18{width: 18%;}
div.size-12.mob-15{width: 15%;} div.baske_wi {width: 12rem; height: 3rem; display: table-cell; vertical-align: bottom;} .g-main-nav{max-width: 330px; } #g-features.doc_data > .g-container .g-content{margin:0; padding:2rem 0 0 0;}
}
@media  screen and (max-width:500px) { #g-features{padding:1rem 0.3rem 1rem 0.5rem;}
.g-home-particles.g-archive_t2-style #g-intro.bg_grey .g-container{padding-left: 1rem;}
.home #mysticky-nav.wrapfixed {display:none;}
.ss_file {display: block;}
.ss_file img.sm {width:100%; height: auto;}
div.divTable div.divCell{padding: 0.5rem 0.5rem 0.5rem 0; font-size: 0.8rem;}
} .fancybox-title-inside {
padding-bottom: 10px;
text-align: left;
color: #998f8f;
position: relative;
font-size: .8rem;
padding-top: 0.5rem;
font-weight: lighter;
font-family: Arial;
}
.fancybox-title-inside ::before {
font-family: FontAwesome;
content: "\f0c5";
color: #957070b8;
padding-right: .3rem;
font-size: 1.3rem;
padding-left: .3rem;
} div.paginat{
margin: 3rem 0 2rem 0;
border-top: #ccc solid 2px;
padding: .5rem .8rem;
border-bottom: #ccc solid 1px;  
}
div.prev_doc{
display: inline-block;
min-width: 50%;
text-align: left;
}
div.next_doc{
display: inline-block;
min-width: 50%;
text-align: right;  
} li.g-dropdown-column {background-color: #fff;}
.g-main-nav .g-toplevel > li.g-parent .g-menu-parent-indicator::after{color: #0c3c3c;}
.g-main-nav .g-toplevel > li.g-parent .g-menu-parent-indicator {display: block;}
.iksm-term--current > .iksm-term__inner {
background-color:#fff !important;
text-decoration: underline;
} body:not(.home) #g-intro > .g-container ul.mega-sub-menu{margin-top: 8px;}
body:not(.home) #g-intro > .g-container {width: 100%;}
body:not(.home) #g-intro > .g-container > .g-grid > .g-block > .g-content{ border-top: solid 2px rgba(34, 34, 34, 0);
padding: 0; margin: 0;
}
body:not(.home) #g-intro{padding: 0; border-bottom: 1px solid #ccc;}
body.home .myfixed { margin:0 auto!important; float:left; border:0px!important; background:none!important; max-width:2rem!important; }
body:not(.home) #g-mainbar {padding: 1.5rem 0;}
div.archive_dat .divCell a.non_hl{font-size:0.9rem; color:#2a363bc4;}
div.archive_dat .divCell a.non_hl:hover{color:#2a363b; text-decoration: underline;}
.padd-0{padding: 0 !important;}
#g-above > .g-container {width:  100%;}
.g-block.map_v > .g-content{padding: 0; margin: 0;}body{height:100%}#g-page-surround{min-height:100%;display:flex;flex-direction:column}#g-expanded{flex:1 1 auto}#g-container-main{flex:1 1 auto}#g-features{flex:1 1 auto;padding:3rem 0 0 0 !important}#g-footer{margin-top:3rem}div.fone_cit{background-color:rgba(0, 0, 0, 0.75);position:relative;margin:1.2rem -2rem 0 -2rem}div.fone_cit:before{background-color:rgba(0, 0, 0, 0.729);position:absolute;width:10000px;height:100%;top:0;bottom:0;right:50%;content:"";display:none}div.fone_cit:after{background-color:rgba(0, 0, 0, 0.729);position:absolute;width:10000px;height:100%;top:0;bottom:0;left:50%;content:"";display:none}div.cont_cit{padding:3rem 3rem 0 3rem;position:relative;z-index:5}div.text_cit{color:#fff;padding-right:1rem}div.sign_cit{background:url(//letters.sakharov-archive.ru/app/themes/ads_archive_theme/custom/images/autograph.svg);background-size:contain;background-position:top right;background-repeat:no-repeat;height:130px;margin-top:1rem}ul.sakharov_speaks li{font-weight:bold;margin:1.5rem 0;padding-left:1rem;font-style:italic}ul.sakharov_speaks li span.sm{display:block;margin-top:0.5rem;font-size:0.9rem;font-weight:normal;font-style:normal}h2.wind_zagol{font-size:1.8rem;padding-top:3rem}img.wind_img{margin-left:3rem}.nav_speaks{padding-left:1.5rem}.lightbox:hover,.hov:hover{border-radius:5px;opacity:0.8}.lightbox img{height:100%;width:auto}a.qlink{display:inline-block;margin-right:20px;font-size:14px}.lightbox{width:auto;height:180px;overflow:hidden;display:inline-block;text-align:center;max-width:200px;margin:0.5rem}.__select_razd,.__select_edkhr{display:flex;width:100%;margin:0 auto;overflow:hidden;border-radius:5px;border:solid 1px #c7ccd1}.__select_razd{height:204px}.__select_edkhr{height:150px}.__select__content{display:flex;flex-shrink:0;flex-direction:column;width:100%;overflow-y:auto;overflox-x:hidden}.reset_razd,.reset_edkhr{display:none;width:230px;padding:8px 16px;margin:1rem auto;font-size:0.8rem;border:solid 1px #c7ccd1;transition:all 0.2s ease-out;cursor:pointer;background-color:#fff;color:#333}.reset_razd:hover,.reset_edkhr:hover{background-color:#1aa2a2;color:#fff}.__select_razd__input,.__select_edkhr__input{display:none !important}.__select_razd__input:checked+label,.__select_edkhr__input:checked+label{background-color:#1aa2a2;color:#fff}.__select_razd__input:disabled+label,.__select_edkhr__input:disabled+label{opacity:0.6;pointer-events:none}.__select_razd__label,.__select_edkhr__label{display:flex;align-items:center;flex-shrink:0;min-height:45px;line-height:normal;padding:0.3rem 0.5rem;font-size:1.1rem;transition:all 0.2s ease-out;cursor:pointer}.__select_razd__label+input+.__select_razd__label,.__select_razd__label+input+.__select_edkhr__label,.__select_edkhr__label+input+.__select_razd__label,.__select_edkhr__label+input+.__select_edkhr__label{border-top:1px solid rgba(199, 204, 209, 0.376)}.__select_razd__label:hover,.__select_edkhr__label:hover{background-color:#1a83a2 !important;color:#fff}#vybran_razdel,#vybran_edkhr{margin-top:0.5rem;font-size:1rem;display:none}#vybran_razdel:before{content:"Выбран раздел: ";font-weight:bold}#vybran_edkhr:before{content:"Выбрана единица хранения: ";font-weight:bold}body.outline-archive_data_search #g-features{padding-bottom:0}.markercluster-list{position:absolute;left:38%;right:38%;top:37.5%;z-index:800}.markercluster-list.leaflet-bar{background-color:white;box-shadow:0 3px 14px rgba(0, 0, 0, 0.4);border-radius:0}.markercluster-list.leaflet-bar .num_pp{display:table-cell;padding-right:0.3rem;font-family:RalewayRegular;font-size:14px}.markercluster-list.leaflet-bar h3{font-size:20px;font-family:"RalewayMedium";font-weight:normal;margin:1rem 0 0 0}.markercluster-list.leaflet-bar .cluster-list-header{margin:1.5rem 0.7rem 0 1.5rem;padding:0}.markercluster-list.leaflet-bar .table-wrapper{background-color:#fff;margin:0.3rem 5rem 1.5rem 1.5rem;min-height:4rem;max-height:6rem}.markercluster-list.leaflet-bar table{border:none}.markercluster-list.leaflet-bar table tbody tr.cluster-list-row-even{background-color:#fff}.markercluster-list.leaflet-bar table tbody tr td{padding:0;border:none}.markercluster-list.leaflet-bar a{width:auto;height:auto;background-color:unset;text-align:left;font-size:14px;display:table-cell}.markercluster-list.leaflet-bar a .title{display:inline-block;margin-right:0.3rem}.markercluster-list.leaflet-bar a .date{display:inline-block}.marker-cluster{background-color:rgba(255, 255, 255, 0.561)}.marker-cluster div{background-color:#436a68}.marker-cluster span{color:#fff}.travelersmap-container .textual-popup .leaflet-popup-close-button{right:0;left:initial;padding:4px 4px 0 0;z-index:15}.leaflet-popup-content-wrapper{border-radius:0 !important}.cluster-list-side-panel-button{padding:5px;margin:5px;color:#c3c3c3;font:16px/14px Tahoma, Verdana, sans-serif;font-weight:bold;background:transparent;border:none;width:80%;height:30px;cursor:pointer}.cluster-list-side-panel-button::after{content:"×"}div.leaflet-marker-icon.marker-cluster{margin-top:-35px !important}#navybar{margin-top:2rem;margin-bottom:0.2rem}#navybar a{color:#fff}#g-navigation{padding-bottom:2rem}body.home #g-navigation{padding-bottom:2rem}body.home #mysticky-wrap{display:none}.titles_of_letter{width:94%;float:left;font-size:1.3rem;font-weight:bold;margin:0 0 1.5rem 0}.awesome{width:5%;margin:0 0 1.5rem 0;float:left}#infoletter{margin:1rem 0 0 0;padding:3rem;background:#fcfbf2;display:inline-block;width:100%;box-shadow:rgba(0, 0, 0, 0.24) 0px 3px 8px}#infoletter .date_of_receiving{display:inline-block;width:100%;margin-bottom:0.4rem;margin-top:0.4rem}#infoletter .sender_adress{display:inline-block;width:100%;margin-bottom:0.4rem}#infoletter .sender{display:inline-block;width:100%}#infoletter .polen{width:25%;float:left;text-transform:uppercase;font-size:16px;font-weight:bold}#infoletter .poled{width:74%;float:left}#summaryletter{padding:3rem;background:#fcfbf2;display:inline-block;width:100%;margin:3rem 0 0 0;box-shadow:rgba(0, 0, 0, 0.24) 0px 3px 8px}#summaryletter .summary_summary{display:inline-block;margin-top:0.4rem}.entry-meta{display:none !important}.previousnextposts{display:none !important}.pagination{margin:3rem auto 0 auto !important}.pagination .counter{font-weight:bold}.pagination .pagination-list{box-shadow:none !important}.pagination .pagination-list .pagination-list-item a{padding:6px 12px !important;border:0.15rem solid transparent !important;background-color:transparent !important;font-weight:bold;color:#3d4e4d}.pagination .pagination-list .pagination-list-item a:hover{color:#bbd3d1}.pagination .pagination-list .pagination-list-item a:focus{color:#bbd3d1}.pagination .pagination-list .pagination-list-item .dots{background-color:transparent !important;padding:6px 12px !important;border:0.15rem solid transparent !important}.pagination .pagination-list .pagination-list-item .dots:hover{color:#bbd3d1}.pagination .pagination-list .pagination-list-item .dots:focus{color:#bbd3d1}.pagination .pagination-list .pagination-list-item .prev{background-color:transparent !important;-webkit-border-top-left-radius:0 !important;-moz-border-top-left-radius:0 !important;border-top-left-radius:0 !important;-webkit-border-bottom-left-radius:0 !important;-moz-border-bottom-left-radius:0 !important;border-bottom-left-radius:0 !important}.pagination .pagination-list .pagination-list-item .prev:hover{color:#bbd3d1}.pagination .pagination-list .pagination-list-item .prev:focus{color:#bbd3d1}.pagination .pagination-list .pagination-list-item .next{background-color:transparent !important;-webkit-border-top-right-radius:0 !important;-moz-border-top-right-radius:0 !important;border-top-right-radius:0 !important;-webkit-border-bottom-right-radius:0 !important;-moz-border-bottom-right-radius:0 !important;border-bottom-right-radius:0 !important}.pagination .pagination-list .pagination-list-item .next:hover{color:#bbd3d1}.pagination .pagination-list .pagination-list-item .next:focus{color:#bbd3d1}.pagination .pagination-list .current-item .current{padding:6px 12px !important;border:0.15rem solid #4e6261;border-left-width:0.15rem !important;border-right-width:0.15rem !important;background-color:transparent !important;font-weight:bold !important;color:#3d4e4d;border-radius:0.2rem !important}.pagination .pagination-list .current-item .current:hover{color:#bbd3d1}.pagination .pagination-list .current-item .current:focus{color:#bbd3d1}.g-container{width:52rem}.buttons_in_letter{display:flex}.second_button{display:inline-block}.second_button a button{border:none;padding:0.3rem 0;font-size:1.1rem;border-radius:0;margin:1rem 3rem 0.5rem 0;color:#3d4e4d;font-weight:600;}.second_button a button:hover{color:#bbd3d1}.second_button a button:before{font-family:"FontAwesome";display:inline-block;padding-right:0.5rem;content:"\f041"}.one_button{display:inline-block}.one_button a#to_comm_map button:before{font-family:"FontAwesome";display:inline-block;padding-left:0rem;content:"\f041"}.one_button a button{border:none;padding:0.3rem 0;font-size:1.1rem;border-radius:0;margin:1rem 0 0.5rem 0;color:#3d4e4d;font-weight:600;}.one_button a button:hover{color:#bbd3d1}.one_button a button:before{font-family:"FontAwesome";display:inline-block;padding-right:0.2rem;padding-left:1rem;content:"\f0ca"}.g-menu-item-title{font-size:1.25rem}.link_to_archive{font-size:1.25rem;vertical-align:middle;display:inline-block;padding:0 0 0.35rem}.link_to_archive a{color:#f9f8f3}.link_to_archive a:hover{color:rgba(249, 248, 243, 0.7)}#search-letters{background:none !important;box-shadow:none !important;max-width:62rem !important;margin-top:0 !important;margin-bottom:0 !important;padding:0 !important;color:#333;text-align:center}#search-letters .search-field{color:#fff;background:transparent;border-top:0px solid rgba(255, 255, 255, 0.8);border-bottom:2px solid rgba(255, 255, 255, 0.5);border-left:0px solid transparent;border-right:0px solid transparent;box-shadow:none;font-size:1.5rem;border-radius:0;margin-top:1rem;margin-bottom:0 !important}#search-letters .search-submit{border:2px solid rgba(255, 255, 255, 0.5);padding:1.5rem 3.5rem;color:#f9f8f3;border-radius:0;margin-top:2rem;font-weight:600;font-size:1rem;box-shadow:none}#search-letters .search-submit:hover{border:2px solid #f9f8f3;background-color:#f9f8f3;color:#3d4e4d}#search-letters .search-submit:active{border:2px solid #f9f8f3;background-color:#f9f8f3;color:#3d4e4d}#search-letters .search-submit:focus{border:2px solid #f9f8f3;background-color:#f9f8f3;color:#3d4e4d}#search-letters .mfp-close{display:none !important}a.ukazat{text-align:right;font-size:1rem;color:rgba(255, 255, 255, 0.5);display:block;transition:0.2s ease-out;width:100%;clear:both;padding-top:1.5rem;padding-right:1.5%}a.ukazat:hover{color:#fff !important}span.st_search{display:block}span.full_search{display:none}span.m_r_s_str{display:block;font-size:1rem}div#pictures{margin-top:2rem}div#pictures a{display:inline-block;max-width:200px;padding:0 0.8rem 0.8rem 0}div#pictures a img{max-width:100%;height:auto}a.pict_press:after{font-family:"FontAwesome";display:inline-block;padding-left:0.5rem;content:"\f0f6"}.all_dates{display:block;clear:both;width:100%}.all_dates .s_date_from,.all_dates .s_date_to{max-width:45%;display:block;width:45%;border-bottom:2px solid rgba(255, 255, 255, 0.5)}.all_dates .s_date_from input,.all_dates .s_date_to input{width:90%;border-bottom:none !important}.all_dates .s_date_from button.ui-datepicker-trigger,.all_dates .s_date_to button.ui-datepicker-trigger{float:right;margin-right:1rem;padding:0;border:0}.all_dates .s_date_from{clear:left;float:left;text-align:left}.all_dates .s_date_to{clear:right;float:right;text-align:right}.all_dates .s_date_to input{float:left}.ui-corner-all,.ui-corner-top,.ui-corner-right,.ui-corner-tr{border-radius:0 !important}.ui-widget.ui-widget-content{border:0 !important}.ui-datepicker{padding:0 !important}.ui-widget-header{border:0 !important;background:#4c7977 !important;color:#fff !important;font-weight:normal !important}.ui-state-active,.ui-widget-content .ui-state-active,.ui-widget-header .ui-state-active,a.ui-button:active,.ui-button:active,.ui-button.ui-state-active:hover{border:0 !important;background:#4c7977 !important}.ui-state-default,.ui-widget-content .ui-state-default,.ui-widget-header .ui-state-default,.ui-button,html .ui-button.ui-state-disabled:hover,html .ui-button.ui-state-disabled:active{border:0 !important}.ui-widget-content{border:0 !important}.ui-datepicker .ui-datepicker-title select{font-size:1em;margin:1px 0;background:#4c7977 !important;border:none !important}.ui-datepicker select.ui-datepicker-month,.ui-datepicker select.ui-datepicker-year{width:auto !important}.ui-datepicker-year{margin-left:1rem}.ui-datepicker .ui-datepicker-buttonpane{margin:0 0 0.4em !important}.ui-datepicker .ui-datepicker-buttonpane button{position:relative;left:50%;transform:translate(-50%, 0);float:none !important}button,input[type="submit"],a.simple-basket-buy-now{background-color:transparent}.ui-widget input,.ui-widget select,.ui-widget textarea,.ui-widget button{font-family:"RalewayMedium" !important;font-size:0.9em !important}.ui-datepicker .ui-datepicker-prev,.ui-datepicker .ui-datepicker-next{border:none !important;background:transparent !important}.archive{margin:1.5rem 0 0 0}.archive .page-header{padding:0 0 1.5rem 0}.archive .entries article .entry-header h2 a{margin-left:0.5rem}#g-above{background:white}.sakharov_two_columns{display:flex;margin:4rem 0 0 0}.sakharov_top_element{display:none !important}.sakharov_top_element img{max-width:15%;margin-bottom:2rem}.sakharov_first_column{display:flex;justify-content:center;align-content:center;flex-direction:column;text-align:center}.sakharov_first_column p{margin:0;font-size:1.9rem;line-height:100%}.sakharov_bottom_element img{max-width:20%;margin-top:2rem}.sakharov_second_column{padding:0 0 0 3rem}@media only screen and (min-width:768px){.g-menu-item{margin:0 0.5rem 0 1.7rem !important}.g-menu-item-title{font-weight:bold}.leaflet-control-fullscreen-button{display:none !important}}@media only screen and (min-width:768px) and (max-width:832px){.g-container{width:45rem}.pagination .counter{display:none}}@media only screen and (max-width:767px){#g-expanded{width:100%}#g-features{width:90%;margin:auto}#g-features h2{font-size:1.2rem;margin:0}.g-container{width:100% !important}.g-content{margin:0;padding:0}#g-footer .g-content{padding:0.8rem !important}.g-main-nav{display:none !important}#g-mobilemenu-container{margin:1rem 0 0 0}#g-offcanvas a:hover{color:#3d4e4d}.g-menu-item :hover{background:#fcfbf2}.g-menu-item-container{padding:0 !important;width:100%}.g-menu-item-container:hover{color:#3d4e4d !important}.g-menu-item-content{padding:1.1rem 0.938rem;width:100%}.g-menu-item-title :hover{color:#3d4e4d !important}.menu-item-particle{width:100%;padding:0 !important}a .menu-item-particle:hover{color:#3d4e4d !important}.menu-item-particle i{width:100% !important;margin:0;padding:0.9rem 0.938rem}.link_to_archive a{-webkit-transition:none !important;-moz-transition:none !important;transition:none !important}.search_for_mobile_menu{padding:0 !important}#g-offcanvas #g-mobilemenu-container ul>li:not(.g-menu-item-type-particle):not(.g-menu-item-type-module).active{background:transparent}.g-offcanvas-toggle{color:#fcfbf2}.leaflet-control-fullscreen-button{display:block}.sakharov_two_columns{width:90%;display:flex;margin:3rem auto 0 auto}.sakharov_first_column{padding:0}.sakharov_first_column .sakharov_text p{font-size:1.7rem}.sakharov_first_column .sakharov_bottom_element img{max-width:25%;margin-top:1.5rem}.sakharov_second_column{padding:0}#search-letters .search-field{font-size:1.2rem}#search-letters .search-submit{padding:1rem 3rem}#search-letters .s_date_from{display:flex}#search-letters .s_date_to{display:flex}.buttons_in_letter{display:block}.buttons{width:90%;margin:auto}#infoletter{width:90%;display:block;margin:1rem auto 0 auto}#infoletter .date_of_receiving{margin-bottom:0.7rem}#infoletter .sender_adress{margin-bottom:0.7rem}#infoletter .polen{width:100%}#infoletter .poled{width:100%}#summaryletter{width:90%;display:block;margin:3rem auto 0 auto}.awesome{width:5%;margin:0 0.3rem 1.5rem 0}.titles_of_letter{width:90%;font-size:1.4rem}.page-header{width:90%;margin:auto}.entry-title{width:90%;margin:1rem auto 0 auto}.entries{margin:auto}.entries article{width:100%;margin:auto !important}.entry-content article{width:100% !important}.entry-header h2{font-size:1rem}.pagination{width:90%}#naverkh{display:none}}@media only screen and (max-width:660px){.awesome{display:none}}@media only screen and (min-width:483px) and (max-width:580px){.sakharov_two_columns{width:80%;display:block;margin:3rem auto 0 auto}.sakharov_first_column{padding:0}.sakharov_first_column .sakharov_text p{font-size:1.7rem}.sakharov_first_column .sakharov_bottom_element img{max-width:15%;margin-top:2rem}.sakharov_second_column{margin:2rem 2rem 0 2rem;padding:0}}@media only screen and (max-width:482px){.sakharov_two_columns{width:80%;display:block;margin:3rem auto 0 auto}.sakharov_first_column{padding:0 0 2rem 0}.sakharov_first_column .sakharov_text p{font-size:1.7rem}.sakharov_first_column .sakharov_bottom_element img{max-width:30%;margin-top:2rem}.sakharov_second_column{padding:0}.pagination{width:92%;margin:auto}}@media only screen and (max-width:410px){.second_button a button{font-size:1rem;margin:1rem 1rem 0.5rem 0}.one_button a button{font-size:1rem}}.circle-spiderfied{margin-top:-23px !important}.perm_linc{margin-top:1rem;margin-bottom:2rem;text-align:right;margin-right:1rem;font-size:0.9em}.perm_linc a{color:#3d4e4d;text-decoration:underline}.ui-helper-hidden {
display: none;
}
.ui-helper-hidden-accessible {
border: 0;
clip: rect(0 0 0 0);
height: 1px;
margin: -1px;
overflow: hidden;
padding: 0;
position: absolute;
width: 1px;
}
.ui-helper-reset {
margin: 0;
padding: 0;
border: 0;
outline: 0;
line-height: 1.3;
text-decoration: none;
font-size: 100%;
list-style: none;
}
.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
content: "";
display: table;
border-collapse: collapse;
}
.ui-helper-clearfix:after {
clear: both;
}
.ui-helper-zfix {
width: 100%;
height: 100%;
top: 0;
left: 0;
position: absolute;
opacity: 0;
-ms-filter: "alpha(opacity=0)"; }
.ui-front {
z-index: 100;
} .ui-state-disabled {
cursor: default !important;
pointer-events: none;
} .ui-icon {
display: inline-block;
vertical-align: middle;
margin-top: -.25em;
position: relative;
text-indent: -99999px;
overflow: hidden;
background-repeat: no-repeat;
}
.ui-widget-icon-block {
left: 50%;
margin-left: -8px;
display: block;
}  .ui-widget-overlay {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.ui-accordion .ui-accordion-header {
display: block;
cursor: pointer;
position: relative;
margin: 2px 0 0 0;
padding: .5em .5em .5em .7em;
font-size: 100%;
}
.ui-accordion .ui-accordion-content {
padding: 1em 2.2em;
border-top: 0;
overflow: auto;
}
.ui-autocomplete {
position: absolute;
top: 0;
left: 0;
cursor: default;
}
.ui-menu {
list-style: none;
padding: 0;
margin: 0;
display: block;
outline: 0;
}
.ui-menu .ui-menu {
position: absolute;
}
.ui-menu .ui-menu-item {
margin: 0;
cursor: pointer; list-style-image: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7);
}
.ui-menu .ui-menu-item-wrapper {
position: relative;
padding: 3px 1em 3px .4em;
}
.ui-menu .ui-menu-divider {
margin: 5px 0;
height: 0;
font-size: 0;
line-height: 0;
border-width: 1px 0 0 0;
}
.ui-menu .ui-state-focus,
.ui-menu .ui-state-active {
margin: -1px;
} .ui-menu-icons {
position: relative;
}
.ui-menu-icons .ui-menu-item-wrapper {
padding-left: 2em;
} .ui-menu .ui-icon {
position: absolute;
top: 0;
bottom: 0;
left: .2em;
margin: auto 0;
} .ui-menu .ui-menu-icon {
left: auto;
right: 0;
}
.ui-button {
padding: .4em 1em;
display: inline-block;
position: relative;
line-height: normal;
margin-right: .1em;
cursor: pointer;
vertical-align: middle;
text-align: center;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none; overflow: visible;
}
.ui-button,
.ui-button:link,
.ui-button:visited,
.ui-button:hover,
.ui-button:active {
text-decoration: none;
} .ui-button-icon-only {
width: 2em;
box-sizing: border-box;
text-indent: -9999px;
white-space: nowrap;
} input.ui-button.ui-button-icon-only {
text-indent: 0;
} .ui-button-icon-only .ui-icon {
position: absolute;
top: 50%;
left: 50%;
margin-top: -8px;
margin-left: -8px;
}
.ui-button.ui-icon-notext .ui-icon {
padding: 0;
width: 2.1em;
height: 2.1em;
text-indent: -9999px;
white-space: nowrap;
}
input.ui-button.ui-icon-notext .ui-icon {
width: auto;
height: auto;
text-indent: 0;
white-space: normal;
padding: .4em 1em;
}  input.ui-button::-moz-focus-inner,
button.ui-button::-moz-focus-inner {
border: 0;
padding: 0;
}
.ui-controlgroup {
vertical-align: middle;
display: inline-block;
}
.ui-controlgroup > .ui-controlgroup-item {
float: left;
margin-left: 0;
margin-right: 0;
}
.ui-controlgroup > .ui-controlgroup-item:focus,
.ui-controlgroup > .ui-controlgroup-item.ui-visual-focus {
z-index: 9999;
}
.ui-controlgroup-vertical > .ui-controlgroup-item {
display: block;
float: none;
width: 100%;
margin-top: 0;
margin-bottom: 0;
text-align: left;
}
.ui-controlgroup-vertical .ui-controlgroup-item {
box-sizing: border-box;
}
.ui-controlgroup .ui-controlgroup-label {
padding: .4em 1em;
}
.ui-controlgroup .ui-controlgroup-label span {
font-size: 80%;
}
.ui-controlgroup-horizontal .ui-controlgroup-label + .ui-controlgroup-item {
border-left: none;
}
.ui-controlgroup-vertical .ui-controlgroup-label + .ui-controlgroup-item {
border-top: none;
}
.ui-controlgroup-horizontal .ui-controlgroup-label.ui-widget-content {
border-right: none;
}
.ui-controlgroup-vertical .ui-controlgroup-label.ui-widget-content {
border-bottom: none;
} .ui-controlgroup-vertical .ui-spinner-input { width: 75%;
width: calc( 100% - 2.4em );
}
.ui-controlgroup-vertical .ui-spinner .ui-spinner-up {
border-top-style: solid;
}
.ui-checkboxradio-label .ui-icon-background {
box-shadow: inset 1px 1px 1px #ccc;
border-radius: .12em;
border: none;
}
.ui-checkboxradio-radio-label .ui-icon-background {
width: 16px;
height: 16px;
border-radius: 1em;
overflow: visible;
border: none;
}
.ui-checkboxradio-radio-label.ui-checkboxradio-checked .ui-icon,
.ui-checkboxradio-radio-label.ui-checkboxradio-checked:hover .ui-icon {
background-image: none;
width: 8px;
height: 8px;
border-width: 4px;
border-style: solid;
}
.ui-checkboxradio-disabled {
pointer-events: none;
}
.ui-datepicker {
width: 17em;
padding: .2em .2em 0;
display: none;
}
.ui-datepicker .ui-datepicker-header {
position: relative;
padding: .2em 0;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
position: absolute;
top: 2px;
width: 1.8em;
height: 1.8em;
}
.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
top: 1px;
}
.ui-datepicker .ui-datepicker-prev {
left: 2px;
}
.ui-datepicker .ui-datepicker-next {
right: 2px;
}
.ui-datepicker .ui-datepicker-prev-hover {
left: 1px;
}
.ui-datepicker .ui-datepicker-next-hover {
right: 1px;
}
.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
display: block;
position: absolute;
left: 50%;
margin-left: -8px;
top: 50%;
margin-top: -8px;
}
.ui-datepicker .ui-datepicker-title {
margin: 0 2.3em;
line-height: 1.8em;
text-align: center;
}
.ui-datepicker .ui-datepicker-title select {
font-size: 1em;
margin: 1px 0;
}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
width: 45%;
}
.ui-datepicker table {
width: 100%;
font-size: .9em;
border-collapse: collapse;
margin: 0 0 .4em;
}
.ui-datepicker th {
padding: .5em .3em;
text-align: center;
font-weight: normal;
border: 0;
font-size: .8em;
}
.ui-datepicker td {
border: 0;
padding: 1px;
}
.ui-datepicker td span,
.ui-datepicker td a {
display: block;
padding: .2em;
text-align: center;
text-decoration: none;
}
.ui-datepicker .ui-datepicker-buttonpane {
background-image: none;
margin: .7em 0 0 0;
padding: 0 .2em;
border-left: 0;
border-right: 0;
border-bottom: 0;
}
.ui-datepicker .ui-datepicker-buttonpane button {
float: right;
margin: .5em .2em .4em;
cursor: pointer;
padding: .2em .6em .3em .6em;
width: auto;
overflow: visible;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
float: left;
} .ui-datepicker.ui-datepicker-multi {
width: auto;
}
.ui-datepicker-multi .ui-datepicker-group {
float: left;
}
.ui-datepicker-multi .ui-datepicker-group table {
width: 95%;
margin: 0 auto .4em;
}
.ui-datepicker-multi-2 .ui-datepicker-group {
width: 50%;
}
.ui-datepicker-multi-3 .ui-datepicker-group {
width: 33.3%;
}
.ui-datepicker-multi-4 .ui-datepicker-group {
width: 25%;
}
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
border-left-width: 0;
}
.ui-datepicker-multi .ui-datepicker-buttonpane {
clear: left;
}
.ui-datepicker-row-break {
clear: both;
width: 100%;
font-size: 0;
} .ui-datepicker-rtl {
direction: rtl;
}
.ui-datepicker-rtl .ui-datepicker-prev {
right: 2px;
left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next {
left: 2px;
right: auto;
}
.ui-datepicker-rtl .ui-datepicker-prev:hover {
right: 1px;
left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next:hover {
left: 1px;
right: auto;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane {
clear: right;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
float: left;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
float: right;
}
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
border-right-width: 0;
border-left-width: 1px;
} .ui-datepicker .ui-icon {
display: block;
text-indent: -99999px;
overflow: hidden;
background-repeat: no-repeat;
left: .5em;
top: .3em;
}
.ui-dialog {
position: absolute;
top: 0;
left: 0;
padding: .2em;
outline: 0;
}
.ui-dialog .ui-dialog-titlebar {
padding: .4em 1em;
position: relative;
}
.ui-dialog .ui-dialog-title {
float: left;
margin: .1em 0;
white-space: nowrap;
width: 90%;
overflow: hidden;
text-overflow: ellipsis;
}
.ui-dialog .ui-dialog-titlebar-close {
position: absolute;
right: .3em;
top: 50%;
width: 20px;
margin: -10px 0 0 0;
padding: 1px;
height: 20px;
}
.ui-dialog .ui-dialog-content {
position: relative;
border: 0;
padding: .5em 1em;
background: none;
overflow: auto;
}
.ui-dialog .ui-dialog-buttonpane {
text-align: left;
border-width: 1px 0 0 0;
background-image: none;
margin-top: .5em;
padding: .3em 1em .5em .4em;
}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
float: right;
}
.ui-dialog .ui-dialog-buttonpane button {
margin: .5em .4em .5em 0;
cursor: pointer;
}
.ui-dialog .ui-resizable-n {
height: 2px;
top: 0;
}
.ui-dialog .ui-resizable-e {
width: 2px;
right: 0;
}
.ui-dialog .ui-resizable-s {
height: 2px;
bottom: 0;
}
.ui-dialog .ui-resizable-w {
width: 2px;
left: 0;
}
.ui-dialog .ui-resizable-se,
.ui-dialog .ui-resizable-sw,
.ui-dialog .ui-resizable-ne,
.ui-dialog .ui-resizable-nw {
width: 7px;
height: 7px;
}
.ui-dialog .ui-resizable-se {
right: 0;
bottom: 0;
}
.ui-dialog .ui-resizable-sw {
left: 0;
bottom: 0;
}
.ui-dialog .ui-resizable-ne {
right: 0;
top: 0;
}
.ui-dialog .ui-resizable-nw {
left: 0;
top: 0;
}
.ui-draggable .ui-dialog-titlebar {
cursor: move;
}
.ui-draggable-handle {
-ms-touch-action: none;
touch-action: none;
}
.ui-resizable {
position: relative;
}
.ui-resizable-handle {
position: absolute;
font-size: 0.1px;
display: block;
-ms-touch-action: none;
touch-action: none;
}
.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {
display: none;
}
.ui-resizable-n {
cursor: n-resize;
height: 7px;
width: 100%;
top: -5px;
left: 0;
}
.ui-resizable-s {
cursor: s-resize;
height: 7px;
width: 100%;
bottom: -5px;
left: 0;
}
.ui-resizable-e {
cursor: e-resize;
width: 7px;
right: -5px;
top: 0;
height: 100%;
}
.ui-resizable-w {
cursor: w-resize;
width: 7px;
left: -5px;
top: 0;
height: 100%;
}
.ui-resizable-se {
cursor: se-resize;
width: 12px;
height: 12px;
right: 1px;
bottom: 1px;
}
.ui-resizable-sw {
cursor: sw-resize;
width: 9px;
height: 9px;
left: -5px;
bottom: -5px;
}
.ui-resizable-nw {
cursor: nw-resize;
width: 9px;
height: 9px;
left: -5px;
top: -5px;
}
.ui-resizable-ne {
cursor: ne-resize;
width: 9px;
height: 9px;
right: -5px;
top: -5px;
}
.ui-progressbar {
height: 2em;
text-align: left;
overflow: hidden;
}
.ui-progressbar .ui-progressbar-value {
margin: -1px;
height: 100%;
}
.ui-progressbar .ui-progressbar-overlay {
background: url(data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==);
height: 100%;
-ms-filter: "alpha(opacity=25)"; opacity: 0.25;
}
.ui-progressbar-indeterminate .ui-progressbar-value {
background-image: none;
}
.ui-selectable {
-ms-touch-action: none;
touch-action: none;
}
.ui-selectable-helper {
position: absolute;
z-index: 100;
border: 1px dotted black;
}
.ui-selectmenu-menu {
padding: 0;
margin: 0;
position: absolute;
top: 0;
left: 0;
display: none;
}
.ui-selectmenu-menu .ui-menu {
overflow: auto;
overflow-x: hidden;
padding-bottom: 1px;
}
.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
font-size: 1em;
font-weight: bold;
line-height: 1.5;
padding: 2px 0.4em;
margin: 0.5em 0 0 0;
height: auto;
border: 0;
}
.ui-selectmenu-open {
display: block;
}
.ui-selectmenu-text {
display: block;
margin-right: 20px;
overflow: hidden;
text-overflow: ellipsis;
}
.ui-selectmenu-button.ui-button {
text-align: left;
white-space: nowrap;
width: 14em;
}
.ui-selectmenu-icon.ui-icon {
float: right;
margin-top: 0;
}
.ui-slider {
position: relative;
text-align: left;
}
.ui-slider .ui-slider-handle {
position: absolute;
z-index: 2;
width: 1.2em;
height: 1.2em;
cursor: pointer;
-ms-touch-action: none;
touch-action: none;
}
.ui-slider .ui-slider-range {
position: absolute;
z-index: 1;
font-size: .7em;
display: block;
border: 0;
background-position: 0 0;
} .ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
filter: inherit;
}
.ui-slider-horizontal {
height: .8em;
}
.ui-slider-horizontal .ui-slider-handle {
top: -.3em;
margin-left: -.6em;
}
.ui-slider-horizontal .ui-slider-range {
top: 0;
height: 100%;
}
.ui-slider-horizontal .ui-slider-range-min {
left: 0;
}
.ui-slider-horizontal .ui-slider-range-max {
right: 0;
}
.ui-slider-vertical {
width: .8em;
height: 100px;
}
.ui-slider-vertical .ui-slider-handle {
left: -.3em;
margin-left: 0;
margin-bottom: -.6em;
}
.ui-slider-vertical .ui-slider-range {
left: 0;
width: 100%;
}
.ui-slider-vertical .ui-slider-range-min {
bottom: 0;
}
.ui-slider-vertical .ui-slider-range-max {
top: 0;
}
.ui-sortable-handle {
-ms-touch-action: none;
touch-action: none;
}
.ui-spinner {
position: relative;
display: inline-block;
overflow: hidden;
padding: 0;
vertical-align: middle;
}
.ui-spinner-input {
border: none;
background: none;
color: inherit;
padding: .222em 0;
margin: .2em 0;
vertical-align: middle;
margin-left: .4em;
margin-right: 2em;
}
.ui-spinner-button {
width: 1.6em;
height: 50%;
font-size: .5em;
padding: 0;
margin: 0;
text-align: center;
position: absolute;
cursor: default;
display: block;
overflow: hidden;
right: 0;
} .ui-spinner a.ui-spinner-button {
border-top-style: none;
border-bottom-style: none;
border-right-style: none;
}
.ui-spinner-up {
top: 0;
}
.ui-spinner-down {
bottom: 0;
}
.ui-tabs {
position: relative; padding: .2em;
}
.ui-tabs .ui-tabs-nav {
margin: 0;
padding: .2em .2em 0;
}
.ui-tabs .ui-tabs-nav li {
list-style: none;
float: left;
position: relative;
top: 0;
margin: 1px .2em 0 0;
border-bottom-width: 0;
padding: 0;
white-space: nowrap;
}
.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
float: left;
padding: .5em 1em;
text-decoration: none;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active {
margin-bottom: -1px;
padding-bottom: 1px;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
cursor: text;
}
.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
cursor: pointer;
}
.ui-tabs .ui-tabs-panel {
display: block;
border-width: 0;
padding: 1em 1.4em;
background: none;
}
.ui-tooltip {
padding: 8px;
position: absolute;
z-index: 9999;
max-width: 300px;
}
body .ui-tooltip {
border-width: 2px;
} .ui-widget {
font-family: Arial,Helvetica,sans-serif;
font-size: .7em;
line-height: normal;
}
.ui-widget .ui-widget {
font-size: .7em;
}
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
font-family: Arial,Helvetica,sans-serif;
font-size: .7em;
}
.ui-widget.ui-widget-content {
border: 1px solid #c5c5c5;
}
.ui-widget-content {
border: 1px solid #dddddd;
background: #ffffff;
color: #333333;
}
.ui-widget-content a {
color: #333333;
}
.ui-widget-header {
border: 1px solid #dddddd;
background: #e9e9e9;
color: #333333;
font-weight: bold;
}
.ui-widget-header a {
color: #333333;
} .ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button, html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active { 6f6f6;
font-weight: normal;
color: #454545;
}
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited,
a.ui-button,
a:link.ui-button,
a:visited.ui-button,
.ui-button {
color: #454545;
text-decoration: none;
}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-button:hover,
.ui-button:focus {
border: 1px solid #cccccc;
background: #ededed;
font-weight: normal;
color: #2b2b2b;
}
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited,
a.ui-button:hover,
a.ui-button:focus {
color: #2b2b2b;
text-decoration: none;
}
.ui-visual-focus {
box-shadow: 0 0 3px 1px rgb(94, 158, 214);
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
border: 1px solid #003eff;
background: #007fff;
font-weight: normal;
color: #ffffff;
}
.ui-icon-background,
.ui-state-active .ui-icon-background {
border: #003eff;
background-color: #ffffff;
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
color: #ffffff;
text-decoration: none;
} .ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
border: 1px solid #dad55e;
background: #fffa90;
color: #777620;
}
.ui-state-checked {
border: 1px solid #dad55e;
background: #fffa90;
}
.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
color: #777620;
}
.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
border: 1px solid #f1a899;
background: #fddfdf;
color: #5f3f3f;
}
.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
color: #5f3f3f;
}
.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
color: #5f3f3f;
}
.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
font-weight: bold;
}
.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
opacity: .7;
-ms-filter: "alpha(opacity=70)"; font-weight: normal;
}
.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
opacity: .35;
-ms-filter: "alpha(opacity=35)"; background-image: none;
}
.ui-state-disabled .ui-icon {
-ms-filter: "alpha(opacity=35)"; }  .ui-icon {
width: 16px;
height: 16px;
}
.ui-icon,
.ui-widget-content .ui-icon {
background-image: url(//letters.sakharov-archive.ru/app/themes/ads_archive_theme/custom/images/ui-icons_444444_256x240.png);
}
.ui-widget-header .ui-icon {
background-image: url(//letters.sakharov-archive.ru/app/themes/ads_archive_theme/custom/images/ui-icons_444444_256x240.png);
}
.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon,
.ui-button:hover .ui-icon,
.ui-button:focus .ui-icon {
background-image: url(//letters.sakharov-archive.ru/app/themes/ads_archive_theme/custom/images/ui-icons_555555_256x240.png);
}
.ui-state-active .ui-icon,
.ui-button:active .ui-icon {
background-image: url(//letters.sakharov-archive.ru/app/themes/ads_archive_theme/custom/images/ui-icons_ffffff_256x240.png);
}
.ui-state-highlight .ui-icon,
.ui-button .ui-state-highlight.ui-icon {
background-image: url(//letters.sakharov-archive.ru/app/themes/ads_archive_theme/custom/images/ui-icons_777620_256x240.png);
}
.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
background-image: url(//letters.sakharov-archive.ru/app/themes/ads_archive_theme/custom/images/ui-icons_cc0000_256x240.png);
}
.ui-button .ui-icon {
background-image: url(//letters.sakharov-archive.ru/app/themes/ads_archive_theme/custom/images/ui-icons_777777_256x240.png);
}  .ui-icon-blank.ui-icon-blank.ui-icon-blank {
background-image: none;
}
.ui-icon-caret-1-n { background-position: 0 0; }
.ui-icon-caret-1-ne { background-position: -16px 0; }
.ui-icon-caret-1-e { background-position: -32px 0; }
.ui-icon-caret-1-se { background-position: -48px 0; }
.ui-icon-caret-1-s { background-position: -65px 0; }
.ui-icon-caret-1-sw { background-position: -80px 0; }
.ui-icon-caret-1-w { background-position: -96px 0; }
.ui-icon-caret-1-nw { background-position: -112px 0; }
.ui-icon-caret-2-n-s { background-position: -128px 0; }
.ui-icon-caret-2-e-w { background-position: -144px 0; }
.ui-icon-triangle-1-n { background-position: 0 -16px; }
.ui-icon-triangle-1-ne { background-position: -16px -16px; }
.ui-icon-triangle-1-e { background-position: -32px -16px; }
.ui-icon-triangle-1-se { background-position: -48px -16px; }
.ui-icon-triangle-1-s { background-position: -65px -16px; }
.ui-icon-triangle-1-sw { background-position: -80px -16px; }
.ui-icon-triangle-1-w { background-position: -96px -16px; }
.ui-icon-triangle-1-nw { background-position: -112px -16px; }
.ui-icon-triangle-2-n-s { background-position: -128px -16px; }
.ui-icon-triangle-2-e-w { background-position: -144px -16px; }
.ui-icon-arrow-1-n { background-position: 0 -32px; }
.ui-icon-arrow-1-ne { background-position: -16px -32px; }
.ui-icon-arrow-1-e { background-position: -32px -32px; }
.ui-icon-arrow-1-se { background-position: -48px -32px; }
.ui-icon-arrow-1-s { background-position: -65px -32px; }
.ui-icon-arrow-1-sw { background-position: -80px -32px; }
.ui-icon-arrow-1-w { background-position: -96px -32px; }
.ui-icon-arrow-1-nw { background-position: -112px -32px; }
.ui-icon-arrow-2-n-s { background-position: -128px -32px; }
.ui-icon-arrow-2-ne-sw { background-position: -144px -32px; }
.ui-icon-arrow-2-e-w { background-position: -160px -32px; }
.ui-icon-arrow-2-se-nw { background-position: -176px -32px; }
.ui-icon-arrowstop-1-n { background-position: -192px -32px; }
.ui-icon-arrowstop-1-e { background-position: -208px -32px; }
.ui-icon-arrowstop-1-s { background-position: -224px -32px; }
.ui-icon-arrowstop-1-w { background-position: -240px -32px; }
.ui-icon-arrowthick-1-n { background-position: 1px -48px; }
.ui-icon-arrowthick-1-ne { background-position: -16px -48px; }
.ui-icon-arrowthick-1-e { background-position: -32px -48px; }
.ui-icon-arrowthick-1-se { background-position: -48px -48px; }
.ui-icon-arrowthick-1-s { background-position: -64px -48px; }
.ui-icon-arrowthick-1-sw { background-position: -80px -48px; }
.ui-icon-arrowthick-1-w { background-position: -96px -48px; }
.ui-icon-arrowthick-1-nw { background-position: -112px -48px; }
.ui-icon-arrowthick-2-n-s { background-position: -128px -48px; }
.ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; }
.ui-icon-arrowthick-2-e-w { background-position: -160px -48px; }
.ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; }
.ui-icon-arrowthickstop-1-n { background-position: -192px -48px; }
.ui-icon-arrowthickstop-1-e { background-position: -208px -48px; }
.ui-icon-arrowthickstop-1-s { background-position: -224px -48px; }
.ui-icon-arrowthickstop-1-w { background-position: -240px -48px; }
.ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; }
.ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; }
.ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; }
.ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; }
.ui-icon-arrowreturn-1-w { background-position: -64px -64px; }
.ui-icon-arrowreturn-1-n { background-position: -80px -64px; }
.ui-icon-arrowreturn-1-e { background-position: -96px -64px; }
.ui-icon-arrowreturn-1-s { background-position: -112px -64px; }
.ui-icon-arrowrefresh-1-w { background-position: -128px -64px; }
.ui-icon-arrowrefresh-1-n { background-position: -144px -64px; }
.ui-icon-arrowrefresh-1-e { background-position: -160px -64px; }
.ui-icon-arrowrefresh-1-s { background-position: -176px -64px; }
.ui-icon-arrow-4 { background-position: 0 -80px; }
.ui-icon-arrow-4-diag { background-position: -16px -80px; }
.ui-icon-extlink { background-position: -32px -80px; }
.ui-icon-newwin { background-position: -48px -80px; }
.ui-icon-refresh { background-position: -64px -80px; }
.ui-icon-shuffle { background-position: -80px -80px; }
.ui-icon-transfer-e-w { background-position: -96px -80px; }
.ui-icon-transferthick-e-w { background-position: -112px -80px; }
.ui-icon-folder-collapsed { background-position: 0 -96px; }
.ui-icon-folder-open { background-position: -16px -96px; }
.ui-icon-document { background-position: -32px -96px; }
.ui-icon-document-b { background-position: -48px -96px; }
.ui-icon-note { background-position: -64px -96px; }
.ui-icon-mail-closed { background-position: -80px -96px; }
.ui-icon-mail-open { background-position: -96px -96px; }
.ui-icon-suitcase { background-position: -112px -96px; }
.ui-icon-comment { background-position: -128px -96px; }
.ui-icon-person { background-position: -144px -96px; }
.ui-icon-print { background-position: -160px -96px; }
.ui-icon-trash { background-position: -176px -96px; }
.ui-icon-locked { background-position: -192px -96px; }
.ui-icon-unlocked { background-position: -208px -96px; }
.ui-icon-bookmark { background-position: -224px -96px; }
.ui-icon-tag { background-position: -240px -96px; }
.ui-icon-home { background-position: 0 -112px; }
.ui-icon-flag { background-position: -16px -112px; }
.ui-icon-calendar { background-position: -32px -112px; }
.ui-icon-cart { background-position: -48px -112px; }
.ui-icon-pencil { background-position: -64px -112px; }
.ui-icon-clock { background-position: -80px -112px; }
.ui-icon-disk { background-position: -96px -112px; }
.ui-icon-calculator { background-position: -112px -112px; }
.ui-icon-zoomin { background-position: -128px -112px; }
.ui-icon-zoomout { background-position: -144px -112px; }
.ui-icon-search { background-position: -160px -112px; }
.ui-icon-wrench { background-position: -176px -112px; }
.ui-icon-gear { background-position: -192px -112px; }
.ui-icon-heart { background-position: -208px -112px; }
.ui-icon-star { background-position: -224px -112px; }
.ui-icon-link { background-position: -240px -112px; }
.ui-icon-cancel { background-position: 0 -128px; }
.ui-icon-plus { background-position: -16px -128px; }
.ui-icon-plusthick { background-position: -32px -128px; }
.ui-icon-minus { background-position: -48px -128px; }
.ui-icon-minusthick { background-position: -64px -128px; }
.ui-icon-close { background-position: -80px -128px; }
.ui-icon-closethick { background-position: -96px -128px; }
.ui-icon-key { background-position: -112px -128px; }
.ui-icon-lightbulb { background-position: -128px -128px; }
.ui-icon-scissors { background-position: -144px -128px; }
.ui-icon-clipboard { background-position: -160px -128px; }
.ui-icon-copy { background-position: -176px -128px; }
.ui-icon-contact { background-position: -192px -128px; }
.ui-icon-image { background-position: -208px -128px; }
.ui-icon-video { background-position: -224px -128px; }
.ui-icon-script { background-position: -240px -128px; }
.ui-icon-alert { background-position: 0 -144px; }
.ui-icon-info { background-position: -16px -144px; }
.ui-icon-notice { background-position: -32px -144px; }
.ui-icon-help { background-position: -48px -144px; }
.ui-icon-check { background-position: -64px -144px; }
.ui-icon-bullet { background-position: -80px -144px; }
.ui-icon-radio-on { background-position: -96px -144px; }
.ui-icon-radio-off { background-position: -112px -144px; }
.ui-icon-pin-w { background-position: -128px -144px; }
.ui-icon-pin-s { background-position: -144px -144px; }
.ui-icon-play { background-position: 0 -160px; }
.ui-icon-pause { background-position: -16px -160px; }
.ui-icon-seek-next { background-position: -32px -160px; }
.ui-icon-seek-prev { background-position: -48px -160px; }
.ui-icon-seek-end { background-position: -64px -160px; }
.ui-icon-seek-start { background-position: -80px -160px; } .ui-icon-seek-first { background-position: -80px -160px; }
.ui-icon-stop { background-position: -96px -160px; }
.ui-icon-eject { background-position: -112px -160px; }
.ui-icon-volume-off { background-position: -128px -160px; }
.ui-icon-volume-on { background-position: -144px -160px; }
.ui-icon-power { background-position: 0 -176px; }
.ui-icon-signal-diag { background-position: -16px -176px; }
.ui-icon-signal { background-position: -32px -176px; }
.ui-icon-battery-0 { background-position: -48px -176px; }
.ui-icon-battery-1 { background-position: -64px -176px; }
.ui-icon-battery-2 { background-position: -80px -176px; }
.ui-icon-battery-3 { background-position: -96px -176px; }
.ui-icon-circle-plus { background-position: 0 -192px; }
.ui-icon-circle-minus { background-position: -16px -192px; }
.ui-icon-circle-close { background-position: -32px -192px; }
.ui-icon-circle-triangle-e { background-position: -48px -192px; }
.ui-icon-circle-triangle-s { background-position: -64px -192px; }
.ui-icon-circle-triangle-w { background-position: -80px -192px; }
.ui-icon-circle-triangle-n { background-position: -96px -192px; }
.ui-icon-circle-arrow-e { background-position: -112px -192px; }
.ui-icon-circle-arrow-s { background-position: -128px -192px; }
.ui-icon-circle-arrow-w { background-position: -144px -192px; }
.ui-icon-circle-arrow-n { background-position: -160px -192px; }
.ui-icon-circle-zoomin { background-position: -176px -192px; }
.ui-icon-circle-zoomout { background-position: -192px -192px; }
.ui-icon-circle-check { background-position: -208px -192px; }
.ui-icon-circlesmall-plus { background-position: 0 -208px; }
.ui-icon-circlesmall-minus { background-position: -16px -208px; }
.ui-icon-circlesmall-close { background-position: -32px -208px; }
.ui-icon-squaresmall-plus { background-position: -48px -208px; }
.ui-icon-squaresmall-minus { background-position: -64px -208px; }
.ui-icon-squaresmall-close { background-position: -80px -208px; }
.ui-icon-grip-dotted-vertical { background-position: 0 -224px; }
.ui-icon-grip-dotted-horizontal { background-position: -16px -224px; }
.ui-icon-grip-solid-vertical { background-position: -32px -224px; }
.ui-icon-grip-solid-horizontal { background-position: -48px -224px; }
.ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }
.ui-icon-grip-diagonal-se { background-position: -80px -224px; }  .ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
border-top-left-radius: 3px;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
border-top-right-radius: 3px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
border-bottom-left-radius: 3px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
border-bottom-right-radius: 3px;
} .ui-widget-overlay {
background: #aaaaaa;
opacity: .3;
-ms-filter: Alpha(Opacity=30); }
.ui-widget-shadow {
-webkit-box-shadow: 0px 0px 5px #666666;
box-shadow: 0px 0px 5px #666666;
}
.ui-datepicker-current{display: none;}