@font-face {
  font-family: "dinnextw1g";
  src: url("../fonts/dinnextw1g-regular.eot?#iefix") format("embedded-opentype"),
    url("../fonts/dinnextw1g-regular.otf") format("opentype"),
    url("../fonts/dinnextw1g-regular.woff") format("woff"),
    url("../fonts/dinnextw1g-regular.ttf") format("truetype"),
    url("../fonts/dinnextw1g-regular.svg#dinnextw1g-regular") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "dinnextw1g";
  src: url("../fonts/dinnextw1g-bold.eot?#iefix") format("embedded-opentype"),
    url("../fonts/dinnextw1g-bold.otf") format("opentype"),
    url("../fonts/dinnextw1g-bold.woff") format("woff"),
    url("../fonts/dinnextw1g-bold.ttf") format("truetype"),
    url("../fonts/dinnextw1g-bold.svg#dinnextw1g-bold") format("svg");
  font-weight: bold;
  font-style: normal;
}
/* For modern browsers */
.clear-fix:before,
.clear-fix:after,
.row:before,
.row:after {
  content: "";
  display: table;
}

.clear-fix:after,
.row:after {
  clear: both;
}

/* For IE 6/7 (trigger hasLayout) */
.clear-fix,
.row {
  zoom: 1;
}

body,
input,
button,
textarea {
  font: 16px "dinnextw1g", Arial, Verdana, sans-serif;
  line-height: 24px;
  font-family: "dinnextw1g", sans-serif;
}

body {
  background: white;
  color: #0d0d0d;
  min-width: 1080px;
}

.wrapper {
  width: 1080px;
  margin: 0 auto;
  padding: 0 10px;
}

.row {
  margin: 0 -10px;
}

.wrapper,
.row,
.col1,
.col2,
.col3,
.col4,
.col5,
.col6,
.col7,
.col8,
.col9,
.col10,
.col11,
.col12,
input,
select,
textarea,
button,
.btn {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

.col1,
.col2,
.col3,
.col4,
.col5,
.col6,
.col7,
.col8,
.col9,
.col10,
.col11,
.col12 {
  padding: 0 10px;
  float: left;
  min-height: 1px;
}

.col1 {
  width: 90px;
}

.col2 {
  width: 180px;
}

.col3 {
  width: 270px;
}

.col4 {
  width: 360px;
}

.col5 {
  width: 450px;
}

.col6 {
  width: 540px;
}

.col7 {
  width: 630px;
}

.col8 {
  width: 720px;
}

.col9 {
  width: 810px;
}

.col10 {
  width: 900px;
}

.col11 {
  width: 990px;
}

.col12 {
  width: 1080px;
}

input,
textarea {
  width: 100%;
  border: 2px solid #00aeff;
  margin-bottom: 0.5em;
}

input {
  height: 40px;
  padding: 0.2em 0.75em 0;
}

textarea {
  height: 6em;
  padding: 0.5em 0.75em;
}

button {
  text-transform: uppercase;
  font-weight: bold;
}

ul,
li,
p,
h1,
h2,
h3,
h4,
h5 {
  margin: 0;
  padding: 0;
}

ul,
li {
  list-style: none;
}

h1,
h2,
h3,
h4,
.btn {
  font-weight: bold;
}

h1,
h4,
.h1-subheader,
nav,
.btn {
  text-transform: uppercase;
}

h1,
h2 {
  text-align: center;
}

h1 {
  font-size: 4.5em;
}

h2 {
  font-size: 2.3em;
}

h3 {
  font-size: 1.5em;
}

h4 {
  font-size: 1em;
}

.h1-subheader {
  font-size: 2.25em;
  text-align: center;
}

a {
  text-decoration: none;
  color: #ff5400;
}
a:hover {
  text-decoration: underline;
}

img {
  pointer-events: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.btn,
button {
  font-size: 1.125em;
  font-weight: bold;
  border-radius: 3px;
  display: block;
  width: 100%;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: white;
  margin: 16px 0;
  padding-top: 3px;
}
.btn.big,
button.big {
  font-size: 1.5em;
  height: 72px;
  line-height: 72px;
}
.btn.order,
button.order {
  position: relative;
}
.btn.order:after,
button.order:after {
  content: "";
  background: url(../img/icon-cart.png) center no-repeat;
  width: 32px;
  height: 24px;
  position: absolute;
  top: 24px;
  right: 20px;
}
.btn:hover,
button:hover {
  text-decoration: none;
}

.btn.orange,
.contact button {
  box-shadow: 0 3px 0 0px #953500;
  text-shadow: 0 1px 0 #c61800;
  background: #ff5400;
  transition: background 0.5s;
}
.btn.orange:hover,
.contact button:hover {
  background: #e98536;
}

.btn.blue,
button {
  background: #00acea;
  box-shadow: 0 3px 0 0 #052972;
  text-shadow: 0 1px 0 #052972;
  transition: background 0.5s;
}
.btn.blue:hover,
button:hover {
  background: #0071b3;
}

.form input,
.form textarea {
  width: 100%;
  border-radius: 3px;
  margin-bottom: 20px;
  color: #0d0d0d;
}
.form button {
  margin: 0;
  border: none;
}
.form input[type="number"] {
  padding-right: 0;
  padding-top: 0;
}

/* Regular styles */
section.btw {
  border-top: 2px solid white;
}
section.bbw {
  border-bottom: 2px solid white;
}
section.btb {
  border-top: 2px solid #0071b3;
}
section.bbb {
  border-bottom: 2px solid #0071b3;
}

section h2 {
  color: #0071b3;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.fixed .logo {
  margin: 14px 0;
}
.fixed .logo img {
  display: block;
}
.fixed .phone {
  text-align: right;
  position: relative;
  margin-top: 0.6em;
}
.fixed .phone a {
  display: block;
  color: #0071b3;
  font-size: 1.5em;
  line-height: 1.2em;
}

header {
  background: url(../img/header-pattern.png),
    url(../img/header-background.jpg) top center no-repeat;
  background-size: auto, cover;
  color: white;
  padding-top: 6em;
  text-align: center;
  padding-bottom: 3em;
}
header h1,
header .h1-subheader {
  padding-bottom: 2rem;
}
header .upps {
  background: url(../img/subheader-line-top.png) top center no-repeat,
    url(../img/subheader-line-bottom.png) bottom center no-repeat;
  text-transform: uppercase;
  font-size: 1.5em;
  font-weight: bold;
  padding-top: 1.5rem;
  padding-bottom: 1.7rem;
  margin-bottom: 2rem;
}
header .upps span {
  padding: 0 15px;
  position: relative;
}
header .upps span:after {
  content: "";
  background: white;
  width: 6px;
  height: 6px;
  position: absolute;
  right: -3px;
  top: 8px;
  border-radius: 50px;
}
header .upps span:last-child:after {
  width: 0;
}
header .price {
  text-align: left;
  margin-bottom: 2.5em;
  padding-left: 380px;
}
header .best {
  color: #fffc00;
  font-size: 1.875em;
  margin-bottom: 0.25rem;
}
header .best span {
  font-size: 2em;
  font-weight: bold;
}
header .regular {
  font-size: 0.875em;
  color: #e5e5e5;
}
header .regular span {
  font-weight: bold;
}
header .form {
  background: rgba(13, 13, 13, 0.4);
  padding: 1.2em 45px 1.5em;
  position: relative;
}
header .form .form-item {
  width: 250px;
  float: left;
  padding: 0 10px;
}
header .form input {
  margin-bottom: 0;
}
header .form:before,
header .form:after {
  content: "";
  width: 894px;
  height: 30px;
  position: absolute;
  left: -7px;
}
header .form:before {
  top: -7px;
  background: url(../img/header-form-top.png) top center no-repeat;
}
header .form:after {
  background: url(../img/header-form-bottom.png) bottom center no-repeat;
  bottom: -7px;
}
header .form-title {
  font-weight: bold;
  text-transform: uppercase;
  font-size: 1.125em;
  margin-bottom: 1rem;
}

.advs {
  background: url(../img/advs-background.jpg) center no-repeat;
  background-size: cover;
  text-align: center;
  padding: 2.5em 0 2em;
}
.advs .icon-wrapper {
  margin: 0 auto 0.5em;
  width: 106px;
}
.advs .icon {
  background: url(../img/advantage-icon-background.png) center no-repeat;
  width: 106px;
  height: 106px;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  padding-top: 2px;
}

.roof {
  background: url(../img/roof-pattern.png),
    url(../img/roof-background.jpg) top center no-repeat;
  background-size: auto, cover;
  padding: 6em 0;
  text-align: center;
}
.roof .frame {
  background: rgba(255, 255, 255, 0.7);
  font-size: 1.875em;
  font-weight: bold;
  width: 400px;
  margin: 0 auto;
  padding: 7rem 0 6rem;
  position: relative;
}
.roof .frame span.big {
  font-size: 2em;
}
.roof .frame span.info {
  position: relative;
}
.roof .frame span.info .info-left {
  position: absolute;
  bottom: -20px;
  left: 16px;
  font-size: 0.45em;
}
.roof .frame span.info .info-right {
  position: absolute;
  bottom: -20px;
  left: 20px;
  font-size: 0.45em;
}
.roof .frame:before,
.roof .frame:after {
  content: "";
  border: 2px solid #0d0d0d;
  width: 68px;
  height: 250px;
  position: absolute;
  top: -7px;
}
.roof .frame:before {
  left: -7px;
  border-right: 0;
}
.roof .frame:after {
  right: -7px;
  border-left: 0;
}

.panels {
  background: url(../img/panels-background.jpg) top center no-repeat;
  background-size: cover;
  padding-bottom: 2em;
}
.panels .image {
  text-align: right;
  position: relative;
  top: -6px;
}
.panels h3 {
  color: #e98536;
  margin-bottom: 1.5rem;
}
.panels h3 span {
  position: relative;
}
.panels h3 span:after {
  content: "";
  position: absolute;
  width: 10px;
  height: 22px;
  background: url(../img/icon-lightning.png) center no-repeat;
  bottom: 7px;
  right: -20px;
}
.panels ul {
  position: relative;
}
.panels ul:before {
  content: "";
  position: absolute;
  width: 2px;
  height: 100%;
  background: #0d0d0d;
  left: -33px;
  top: -12px;
}
.panels li {
  position: relative;
}
.panels li:before {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  background: #0d0d0d;
  border-radius: 100px;
  left: -35px;
  top: 9px;
}

.why {
  padding-bottom: 3em;
}
.why h2 {
  padding-bottom: 1.5rem;
}
.why .background-wrapper {
  background: url(../img/why-solar-dividers.png) top center no-repeat;
}
.why h3 {
  color: #ff5400;
  font-size: 1.375em;
  text-transform: uppercase;
  font-weight: bold;
  margin: 0.75rem 0 0.25rem;
  position: relative;
  z-index: 10;
}
.why span.shadow {
  font-size: 2.75em;
  position: absolute;
  color: #f2f2f2;
  z-index: 0;
  font-weight: bold;
  text-transform: uppercase;
}
.why .left {
  padding-right: 30px;
}
.why .left span.shadow {
  right: 30px;
}
.why .right span.shadow {
  left: 30px;
}
.why .top {
  margin-bottom: 4em;
}
.why .top .text {
  padding-top: 2.75em;
}
.why .top span.shadow {
  bottom: 4px;
}
.why .bottom span.shadow {
  top: 14px;
}
.why .text {
  float: left;
  text-align: center;
  padding: 0 30px;
  width: 270px;
  position: relative;
}
.why .icon-wrapper {
  background: #0071b3;
  border-radius: 200px;
  width: 160px;
  height: 160px;
  float: left;
  box-shadow: 0 0 0 5px #e5e7ec, 0 3px 0 4px rgba(13, 13, 13, 0.25);
  position: relative;
  z-index: 10;
}
.why .icon {
  display: table-cell;
  width: 160px;
  height: 160px;
  vertical-align: middle;
  text-align: center;
}
.why .h3-shadow {
  position: absolute;
}

.who {
  background: #0071b3;
  color: white;
  text-align: center;
  padding-bottom: 3em;
}
.who h2 {
  color: white;
}
.who .unrwrapper {
  padding: 0 30px;
}
.who .unrcol2 {
  width: 160px;
  padding: 0 20px;
  float: left;
}
.who .icon {
  position: relative;
}
.who .icon:after {
  content: "";
  position: absolute;
  top: -3px;
  left: -3px;
  width: 0px;
  height: 0px;
  border-top: 55px solid #0071b3;
  border-right: 55px solid transparent;
}
.who .btn-wrapper {
  width: 250px;
  margin: 0 auto;
}
.who .btn {
  margin-top: 3rem;
  margin-bottom: 0;
}

.stat {
  text-align: center;
  padding-bottom: 2em;
}
.stat h3 {
  color: #e98536;
  margin-bottom: 1.5rem;
}
.stat .copyright {
  color: #cacaca;
  font-size: 0.875em;
  margin-top: 1.5rem;
}

.products {
  background: url(../img/products-pattern.png);
  text-align: center;
  padding-bottom: 3em;
}
.products h3 {
  color: #ff5400;
}
.products .product {
  background: white;
  border: 2px solid #80a4b4;
  padding: 1.5em 0;
}
.products .type {
  color: #999;
  margin-bottom: 1em;
}
.products .image {
  margin-bottom: 1.5em;
  position: relative;
  overflow: hidden;
}
.products .image img {
  display: block;
}
.products .image .description {
  background: rgba(128, 164, 180, 0.9);
  width: 246px;
  height: 168px;
  position: absolute;
  top: 0;
  font-size: 1.125em;
  color: white;
  right: -100%;
  transition: all 0.35s;
}
.products .image .description div {
  width: 246px;
  height: 168px;
  display: table-cell;
  vertical-align: middle;
}
.products .image:hover .description {
  right: 0;
}
.products .price {
  font-size: 1.875em;
  margin-bottom: 1.25rem;
}
.products .btn-wrapper {
  padding: 0 10px;
}
.products .btn {
  margin: 0;
}

.credit {
  background: url(../img/back-credits.jpg) 50% no-repeat;
  background-size: cover;
  color: #ffffff;
  padding: 48px 0;
  line-height: 1.5;
  overflow: hidden;
}
.credit-data {
  display: flex;
  align-items: center;
}
.credit-data .numbers {
}
.credit-data .number {
  font-size: 5.625rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: -0.05em;
  position: relative;
}
.credit-data .number:nth-child(1) {
  margin-left: 12px;
  margin-bottom: 20px;
}
.credit-data .number:nth-child(2) {
  margin-left: 50px;
}
.credit-data .number span {
  font-size: 2.8125rem;
  font-weight: 400;
  letter-spacing: 0;
}
.credit-data .number-shadow {
  background-color: #00aeff;
  width: 126px;
  height: 126px;
  position: absolute;
  top: 50%;
  left: 50%;
}
.credit-data .number:nth-child(1) .number-shadow {
  transform: translate(-96%, -55%);
}
.credit-data .number:nth-child(2) .number-shadow {
  transform: translate(-55%, -55%);
}
.credit-data .number-value {
  position: relative;
}
.credit-data .info {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.credit-data .info h2 {
  padding: 12px 0 28px;
  text-align: right;
  text-transform: uppercase;
  position: relative;
}
.credit-data .info .text {
  color: #95c11f;
  font-size: 3rem;
  position: relative;
}
.credit-data .info .text-shadow {
  color: #fafafa;
  font-size: 4rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -56%);
  opacity: 0.9;
  pointer-events: none;
}
.credit-data .credit-button {
  margin-bottom: 70px;
}
.credit-data .credit-button a {
  background-color: #00aeff;
  color: #ffffff;
  width: 180px;
  height: 40px;
  padding-top: 3px;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  box-shadow: 0 0 0 3px rgba(136, 217, 255, 0.75);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.25s;
}
.credit-data .credit-button a:hover {
  background-color: #0071b3;
  text-decoration: none;
}

.services {
  background: url(../img/products-pattern.png);
}
.services h3 {
  text-align: center;
}
.services h3.lined {
  background: url(../img/subheader-line-top-red.png) top center no-repeat,
    url(../img/subheader-line-bottom-red.png) bottom center no-repeat;
  font-size: 1.5em;
  padding-top: 1.5rem;
  padding-bottom: 1.7rem;
  margin-bottom: 2rem;
  color: #ff5400;
}
.services .service {
  text-align: center;
  margin-bottom: 2em;
}
.services .icon {
  background: url(../img/services-background.png) center no-repeat;
  width: 144px;
  height: 144px;
  padding: 8px;
  margin-bottom: 0.5rem;
}

.sertif {
  text-align: center;
}
.sertif .sertificates {
  padding-bottom: 3em;
}
.sertif .sertificate {
  border: 2px solid white;
  box-shadow: 0 0 0 10px #b4c1cd;
  width: 250px;
  height: 360px;
  margin: 0 auto;
}
.sertif .sertificate img {
  display: block;
}
.sertif .numbers {
  padding-bottom: 3em;
}
.sertif .number {
  background: url(../img/number-divider.png) top center no-repeat;
  padding-top: 1em;
  font-size: 1.125em;
  color: #808080;
}
.sertif .number div {
  color: #ff5400;
  font-size: 3rem;
  font-weight: bold;
  margin-top: 0.3em;
  margin-bottom: 0.15em;
}

.cases {
  background: url(../img/cases-background.jpg) top center no-repeat;
  background-size: cover;
}
.cases .case {
  background: url(../img/cases-divider.png) bottom center no-repeat;
  padding-bottom: 1em;
  margin-bottom: 2.5em;
}
.cases .case:last-child {
  background: none;
  padding-bottom: 0;
  margin-bottom: 1.5em;
}
.cases h3 {
  color: #ff5400;
  padding-bottom: 1.15em;
}
.cases .big-photo,
.cases .small-photo {
  border: 1px solid white;
  box-shadow: 0 0 0 3px #b4c1cd;
  margin: 0 auto;
}
.cases .big-photo img,
.cases .small-photo img {
  display: block;
}
.cases .big-photo {
  width: 332px;
  height: 256px;
}
.cases .small-photo {
  width: 64px;
  height: 64px;
  margin-bottom: 30px;
}
.cases .description {
  padding-left: 30px;
  padding-top: 30px;
}
.cases .parameter {
  font-weight: bold;
}
.cases .parameter span {
  display: block;
  float: left;
  font-weight: normal;
  width: 350px;
}
.cases .case-number {
  text-align: center;
  color: #e6e6e6;
  font-size: 7.5em;
  font-weight: bold;
  margin-top: 2rem;
}

.contact {
  background: #0071b3;
  color: white;
  text-align: center;
  padding-bottom: 3em;
}
.contact h2 {
  color: white;
  padding-bottom: 1.5rem;
}
.contact .form-title,
.contact .contacts-title {
  font-weight: bold;
  margin-bottom: 1em;
}
.contact .contacts-title {
  margin-bottom: 1.5em;
}
.contact .phone {
  font-size: 1.5em;
  font-weight: bold;
  margin-bottom: 1em;
  position: relative;
}
.contact .phone a {
  color: white;
  text-decoration: underline;
  display: block;
  margin-bottom: 0.5em;
}
.contact .phone:before,
.contact .phone:after {
  content: "";
  border: 2px solid white;
  width: 8px;
  height: 70px;
  position: absolute;
  top: -7px;
}
.contact .phone:before {
  left: 35px;
  border-right: 0;
}
.contact .phone:after {
  right: 35px;
  border-left: 0;
}
.contact .info {
  font-size: 0.875em;
}
.contact input {
  margin-bottom: 0.5em;
}
.contact textarea {
  margin-bottom: 0.5em;
}
.contact button {
  width: 250px;
  margin: 0 auto;
}

.comments {
  background: url(../img/comments-background.jpg) top center;
}
.comments .comment {
  background: url(../img/comment-lines-bottom.png) bottom right no-repeat,
    url(../img/comment-lines-top.png) top left no-repeat,
    url(../img/comment-background.png) center no-repeat;
  background-size: auto, auto, auto 100%;
  position: relative;
  margin-left: 50px;
  padding: 2em 70px;
  margin-bottom: 3em;
}
.comments .photo {
  position: absolute;
  top: -1.5em;
  left: -50px;
}
.comments .text {
  font-size: 1.125em;
}
.comments .about {
  margin-bottom: 1em;
}
.comments .name {
  font-weight: bold;
}

.team {
  background: url(../img/team-background.jpg) center no-repeat;
  background-size: cover;
  position: relative;
}
.team:after {
  content: "";
  background: url(../img/team-footer.png) bottom center no-repeat;
  position: absolute;
  width: 100%;
  height: 103px;
  bottom: 0;
}
.team h2 {
  color: #ff5400;
}
.team .team-wrapper {
  text-align: center;
  line-height: 0;
}
.team .titles {
  position: absolute;
  bottom: 0;
}
.team .team-man {
  text-align: center;
  background: rgba(255, 255, 255, 0.9);
  width: 190px;
  margin: 0 auto;
  position: relative;
  bottom: 60px;
  padding: 13px 0 10px;
}
.team .team-man .name {
  font-weight: bold;
  font-size: 1.5em;
}
.team .leader {
  bottom: 35px;
}

.answer {
  text-align: center;
}

.article h1,
.article h2,
.article h3,
.article h4 {
  text-align: left;
  color: #0071b3;
}
.article h2 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.article h3 {
  margin-bottom: 1.5rem;
}
.article p {
  margin-bottom: 1.5rem;
}
.article p.center {
  text-align: center;
}
.article p.right {
  text-align: right;
}
.article p.justify {
  text-align: justify;
}
.article .limiter {
  padding: 0 90px;
}
.article .breadcrumb {
  border-bottom: 1px solid #d9d9d9;
  padding: 1em 0 0.75em;
}
.article .breadcrumb a {
  color: #0071b3;
}
.article ol,
.article ul {
  margin: -0.75rem 0 0.75rem 0;
  padding: 0;
}
.article ol li,
.article ul li {
  margin-left: 30px;
  list-style-position: inside;
}
.article ul li {
  list-style: disc inside;
}
.article ol li {
  list-style: decimal inside;
}
.article img {
  display: block;
  margin: 0 auto;
  border: 6px solid #f2f2f2;
  margin-bottom: 1.5rem;
}
.article table,
.article tr td {
  border: 1px solid #d9d9d9;
}
.article table caption {
  display: none;
}
.article td,
.article th {
  text-align: left;
  vertical-align: middle;
  padding: 0.75em 1em;
}
.article table {
  /* width: 812px; */
  width: 100%;
  /* margin: 1.5rem auto; */
  margin: 1.5rem 0;
}
.article th {
  background: #0071b3;
  color: white;
  border-right: 1px solid white;
  text-transform: uppercase;
}
.article th:last-child {
  border-right: none;
}
.article tr:nth-child(2n + 1) td {
  background: #f2f2f2;
}
.article blockquote {
  border-left: 70px solid #d9d9d9;
  margin: 1.5rem 0;
  padding-left: 1.5rem;
  position: relative;
}
.article blockquote:after {
  content: "";
  background: url(../img/blockquote.png) center no-repeat;
  display: block;
  width: 70px;
  height: 41px;
  position: absolute;
  left: -70px;
  top: 10px;
}
.article-button {
  margin: 50px 0 30px;
  text-align: center;
}
.article-button a {
  background-color: #00aeff;
  color: #ffffff;
  width: 230px;
  height: 40px;
  padding-top: 3px;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  box-shadow: 0 0 0 3px rgba(136, 217, 255, 0.75);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.25s;
}
.article-button a:hover {
  background-color: #0071b3;
  text-decoration: none;
}
.article .article-link {
  margin-bottom: 36px;
  text-align: center;
  line-height: 1.2;
}
.article .article-link a {
  color: #00aeff;
  text-decoration: underline;
}
.article .article-link--external a {
  color: #808080;
}
.article .article-columns {
  display: flex;
}
.article .article-column {
}
.article .article-image-inline {
  padding-left: 30px;
  margin-top: 20px;
  margin-bottom: 26px;
  border: none;
}

/* Scroll to Top */
.scrollToTop.scrollToTop_default {
  background: white;
  border: 4px solid #e98536;
  box-shadow: 0 0 0 2px white;
  font-weight: bold;
  font-family: inherit;
  padding: 7px 14px;
  border-radius: 100px;
  overflow: visible;
}
.scrollToTop.scrollToTop_default:hover {
  background: white;
}
.scrollToTop.scrollToTop_default:before {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  top: -16px;
  left: 39%;
  border-bottom: 10px solid #e98536;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
}

/* Modal Dialog */
.remodal {
  background: white;
  font-size: 1em;
  color: #0d0d0d;
}
.remodal .form {
  width: 340px;
  margin: 0 auto;
  border: none;
  text-align: left;
}
.remodal input[type="submit"],
.remodal button {
  color: white;
}
.remodal label {
  font-size: 0.778em;
}
.remodal h2 {
  margin-bottom: 0.5rem;
}
.remodal .form-text {
  margin-bottom: 0.75em;
}

.remodal-close:hover {
  text-decoration: none;
}

.remodal-cancel {
  background: none;
  border: none;
  text-align: center;
  width: 100%;
  margin-bottom: 0;
  padding-bottom: 0;
  color: #ff5400;
  font-size: 0.875rem;
}
.remodal-cancel:hover {
  background: none;
  color: #e98536;
}

/* Form errors */
.form-item {
  position: relative;
}

span.error {
  display: inline-block;
  background: red;
  color: white;
  font-size: 0.75em;
  border-radius: 5px;
  padding: 1px 8px;
  max-width: 340px;
  margin-top: 5px;
  position: absolute;
  left: 0;
  top: 37px;
  z-index: 1000;
}

.textarea span.error {
  bottom: -12px;
  top: auto;
}

#action-form span.error {
  left: 10px;
}

/*# sourceMappingURL=main.css.map */
