@import url(https://fonts.googleapis.com/css?family=Roboto:100,100italic,300,300italic,400,400italic,500,500italic,700,700italic,900,900italic&subset=latin,latin-ext,cyrillic,cyrillic-ext);
@import url(../c/reset.css);
@import url(../c/normalize.css);
@import url(../c/grid.css);
@import url(../c/form.css);
body {
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.42857;
  color: #000000;
}
@media (max-width: 735px) {
  body {
    font-size: 14px;
  }
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.group:before,
.group:after {
  content: "";
  display: table;
}
.group:after {
  clear: both;
}
.group {
  zoom: 1;
}
img {
  border: none;
}
.submit::-moz-focus-inner {
  border: 0;
  padding: 0;
}
.clear {
  height: 0;
  overflow: hidden;
  clear: both;
}
p {
  margin: 0 0 1.5em 0;
}
a {
  text-decoration: none;
  color: #00a1ff;
}
a:hover {
  text-decoration: underline;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}
figure {
  margin: 0;
}
nav.site-nav {
  z-index: 999;
  position: fixed;
  height: 60px;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  font-size: 16px;
  padding: 0 70px;
}
nav.site-nav a {
  color: #ffffff;
}
nav.site-nav .close {
  display: none;
}
nav.site-nav ul {
  margin: 0 auto;
  padding: 0;
  display: table;
  width: 100%;
  height: 60px;
  max-width: 1060px;
}
nav.site-nav ul li {
  list-style: none;
  margin: 0;
  padding: 0 25px;
  display: table-cell;
  height: 60px;
  text-align: center;
  vertical-align: middle;
}
nav.site-nav ul li a {
  display: block;
  padding: 3px 0;
}
nav.site-nav ul li a:hover {
  text-decoration: none;
}
nav.site-nav ul li.lang {
  white-space: nowrap;
  width: 60%;
  text-align: right;
}
nav.site-nav ul li.active a {
  border-bottom: 2px solid #00a1ff;
}
nav.site-nav ul li.social {
  white-space: nowrap;
}
nav.site-nav ul li.social img {
  width: 25px;
  height: auto;
}
nav.site-nav ul li.social a {
  display: inline-block;
  margin: 7px 5px 0 5px;
}
nav.site-nav ul li.social.large-hide {
  display: none;
}
@media (max-width: 1068px) {
  nav.site-nav ul li.social.medium-hide {
    display: none;
  }
  nav.site-nav ul li.social.medium-show {
    padding: 38px 0 0 0;
    display: block;
  }
  nav.site-nav ul li.social.medium-show a {
    margin: 0 10px 0 0;
  }
}
@media (max-width: 735px) {
  nav.site-nav ul li.social img {
    width: 20px;
  }
  nav.site-nav ul li.social.medium-show {
    padding: 30px 0 0 0;
  }
}
@media (max-width: 1068px) {
  nav.site-nav {
    display: none;
    height: auto;
    font-size: 22px;
    padding: 100px 90px 60px 90px;
    background-color: rgba(0, 0, 0, 0.85);
  }
  nav.site-nav ul {
    display: block;
    height: auto;
  }
  nav.site-nav ul li {
    padding: 0 0 20px 0;
    display: block;
    text-align: left;
    height: auto;
  }
  nav.site-nav ul li a {
    display: inline-block;
    padding: 0 0 3px 0;
  }
  nav.site-nav ul li.lang {
    width: auto;
    text-align: left;
    padding: 10px 0 0 0;
  }
  nav.site-nav .close {
    display: block;
    text-indent: -1000px;
    width: 38px;
    height: 37px;
    background: url(/f/i/close-button.png) left top no-repeat;
    position: absolute;
    left: 44px;
    top: 34px;
  }
}
@media (max-width: 735px) {
  nav.site-nav {
    font-size: 14px;
    padding: 60px 50px 40px 50px;
    background-color: rgba(0, 0, 0, 0.85);
  }
  nav.site-nav ul {
    display: block;
    height: auto;
  }
  nav.site-nav ul li {
    padding: 0 0 12px 0;
    display: block;
    text-align: left;
  }
  nav.site-nav ul li a {
    display: inline-block;
    padding: 0 0 3px 0;
  }
  nav.site-nav ul li.lang {
    width: auto;
    text-align: left;
    padding: 10px 0 0 0;
  }
  nav.site-nav .close {
    width: 30px;
    height: 30px;
    background-size: 30px 30px;
    left: 19px;
    top: 18px;
  }
}
.wrapper {
  width: 100%;
  background-color: #ffffff;
}
.wrapper header.header {
  position: relative;
}
.wrapper header.header figure.hero-img {
  width: 100%;
  background-image: url(/f/i/udodov.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  height: calc(65vw);
}
.wrapper header.header figure.hero-img figcaption {
  display: none;
}
@media (min-width: 1442px) {
  .wrapper header.header figure.hero-img {
    height: 53vw;
  }
}
@media (max-width: 1068px) {
  .wrapper header.header figure.hero-img {
    height: 75vw;
    background-position: 40% center;
  }
}
@media (max-width: 735px) {
  .wrapper header.header figure.hero-img {
    height: 75vh;
    background-position: 40% center;
  }
}
.wrapper header.header .hero-shadow {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 409px;
  background: url(/f/i/top-shadow.png) left bottom repeat-x;
  bottom: 0;
  left: 0;
}
@media (max-width: 735px) {
  .wrapper header.header .hero-shadow {
    height: 50%;
    background-size: 100% 100%;
  }
}
.wrapper header.header .hero-title {
  position: absolute;
  z-index: 2;
  text-align: center;
  color: #ffffff;
  width: 100%;
  left: 0;
  bottom: 0;
}
.wrapper header.header .hero-title h1 {
  font-size: 60px;
  margin: 0 0 10px 0;
}
@media (max-width: 735px) {
  .wrapper header.header .hero-title h1 {
    font-size: 26px;
    margin: 0 0 5px 0;
  }
}
.wrapper header.header .hero-title p {
  margin: 0;
  font-size: 40px;
}
@media (max-width: 735px) {
  .wrapper header.header .hero-title p {
    font-size: 18px;
  }
}
.wrapper header.header .hero-title .arr {
  background: url(/f/i/arr-down.png) center bottom no-repeat;
  background-size: 50px 27px;
  height: 27px;
  margin: 60px 0;
}
@media (max-width: 735px) {
  .wrapper header.header .hero-title .arr {
    background-size: 22px 12px;
    height: 12px;
    margin: 25px 0;
  }
}
.wrapper header.header .burger {
  display: none;
}
@media (max-width: 1068px) {
  .wrapper header.header .burger {
    display: block;
    position: absolute;
    z-index: 3;
    left: 40px;
    top: 40px;
    width: 46px;
    height: 25px;
    background: url(/f/i/burger.png) left top no-repeat;
    text-indent: -10000px;
  }
}
@media (max-width: 735px) {
  .wrapper header.header .burger {
    left: 18px;
    top: 24px;
    width: 32px;
    height: 18px;
    background-size: 32px 18px;
  }
}
.wrapper footer.footer {
  background: #000000;
  text-align: center;
  padding: 30px;
  color: #ffffff;
}
.wrapper footer.footer p {
  margin: 0;
}
@media (max-width: 1068px) {
  .wrapper footer.footer {
    padding: 20px;
  }
}
@media (max-width: 735px) {
  .wrapper footer.footer {
    font-size: 10px;
    padding: 15px;
  }
}
.wrapper section {
  width: 100%;
  padding: 50px 40px 40px 40px;
}
@media (max-width: 1068px) {
  .wrapper section {
    padding: 30px 30px 30px 30px;
  }
}
@media (max-width: 735px) {
  .wrapper section {
    padding: 20px 20px 30px 20px;
  }
}
.wrapper section.section-white {
  background: #ffffff;
}
.wrapper section.section-gray {
  background: #eaeaea;
}
.wrapper section .section-content {
  width: 100%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.wrapper section .section-content h1,
.wrapper section .section-content h2 {
  font-weight: bold;
  font-size: 50px;
  padding: 0 0 10px 0;
  margin: 0 0 30px 0;
  background: url(/f/i/blue-line.jpg) bottom center no-repeat;
  text-align: center;
}
.wrapper section .section-content h3 {
  margin-bottom: 15px;
}
.wrapper section .section-content .top-line {
  margin: 50px 0 15px 0;
  padding: 50px 0 0 0;
  background: url(/f/i/blue-line-wide.jpg) top center no-repeat;
}
@media (max-width: 735px) {
  .wrapper section .section-content h1,
  .wrapper section .section-content h2 {
    font-size: 20px;
    padding: 0 0 4px 0;
    margin: 0 0 15px 0;
    background-size: 44px 1px;
  }
}
.wrapper section.section-about {
  text-align: center;
}
.wrapper section.section-about p {
  margin: 0 0 1.5em 0;
}
.wrapper section.section-about p:last-child {
  margin: 2.5em 0 0 0;
}
.wrapper section.section-about .icon {
  display: inline-block;
  width: 81px;
  height: 81px;
  margin: 0 20px;
}
.wrapper section.section-about .icon img {
  line-height: 1px;
  width: 100%;
  height: 100%;
}
.wrapper section.section-about .icon.wiki {
  background: url(/f/i/w.png) left top no-repeat;
  background-size: 100% 100%;
}
.wrapper section.section-about .icon.facebook {
  background: url(/f/i/f.png) left top no-repeat;
  background-size: 100% 100%;
}
.wrapper section.section-about .icon.linkedin {
  background: url(/f/i/linkedin.png) left top no-repeat;
  background-size: 100% 100%;
}
@media (max-width: 735px) {
  .wrapper section.section-about p:last-child {
    margin: 1.6em 0 0 0;
  }
}
@media (max-width: 735px) and (max-width: 735px) {
  .wrapper section.section-about .icon {
    width: 48px;
    height: 48px;
    margin: 0 10px;
  }
}
.wrapper section.section-news {
  padding-bottom: 65px;
}
.wrapper section.section-news h1,
.wrapper section.section-news h2 {
  margin-bottom: 50px;
}
.wrapper section.section-news img {
  width: 100%;
}
.wrapper section.section-news .news-separator {
  height: 60px;
  overflow: hidden;
  clear: both;
}
@media (max-width: 1068px) {
  .wrapper section.section-news .news-separator {
    display: none;
  }
}
.wrapper section.section-news .last-news .row {
  padding: 10px;
  background-color: #afd3f0;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.wrapper section.section-news a {
  text-decoration: none;
}
.wrapper section.section-news a h3 {
  color: #000000;
}
.wrapper section.section-news .column.column-1 {
  padding-right: 33.33333px;
}
.wrapper section.section-news .column.column-2 {
  padding: 0 16.666665px;
}
.wrapper section.section-news .column.column-3 {
  padding-left: 33.33333px;
}
.wrapper section.section-news .column span {
  color: #00a1ff;
  font-size: 18px;
  font-weight: normal;
  display: block;
  margin: 3px 0 10px 0;
}
.wrapper section.section-news .column h3 {
  font-size: 26px;
  font-weight: bold;
  margin: 0;
  line-height: 1.1em;
}
.wrapper section.section-news .column p {
  font-size: 18px;
  font-weight: 300;
  margin: 1.5em 0;
}
.wrapper section.section-news .column a.more {
  display: inline-block;
  background: #00a1ff;
  padding: 5px 10px;
  margin-top: 1.5em;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  color: #ffffff;
  font-size: 14px;
  transition: .2s;
}
.wrapper section.section-news .column a.more:hover {
  text-decoration: none;
  background: #006dd4;
}
.wrapper section.section-news .column .figure {
  line-height: 0;
}
.wrapper section.section-news p.more {
  text-align: center;
  margin: 60px 0 0 0;
}
.wrapper section.section-news p.more a.more {
  display: inline-block;
  background: #00a1ff;
  padding: 10px 120px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  color: #ffffff;
  font-size: 18px;
  transition: .2s;
}
.wrapper section.section-news p.more a.more:hover {
  text-decoration: none;
  background: #006dd4;
}
.wrapper section.section-news .back {
  display: inline-block;
  color: #000000;
  font-weight: 500;
  padding: 5px 0 5px 30px;
  background: url(/f/i/arr-left.png) left center no-repeat;
  position: relative;
  top: -1em;
}
@media (max-width: 1068px) {
  .wrapper section.section-news .back {
    top: 0;
    background-size: auto 20px;
    padding-left: 20px;
  }
}
.wrapper section.section-news.news-full-page {
  padding-bottom: 0;
}
@media (max-width: 1068px) {
  .wrapper section.section-news .column.column-1 {
    padding: 0 0 55px 0;
  }
  .wrapper section.section-news .column.column-2 {
    padding: 0 0 55px 0;
  }
  .wrapper section.section-news .column.column-3 {
    padding: 0 0 55px 0;
  }
  .wrapper section.section-news .column .figure {
    padding-right: 15px;
  }
  .wrapper section.section-news .column .content {
    padding-left: 15px;
  }
  .wrapper section.section-news .column span {
    margin: -5px 0 10px 0;
  }
  .wrapper section.section-news p.more {
    margin: 0;
  }
}
@media (max-width: 735px) {
  .wrapper section.section-news {
    padding-bottom: 30px;
  }
  .wrapper section.section-news h1,
  .wrapper section.section-news h2 {
    margin-bottom: 20px;
  }
  .wrapper section.section-news img {
    width: 100%;
  }
  .wrapper section.section-news .column.column-1 {
    padding: 0 0 40px 0;
  }
  .wrapper section.section-news .column.column-2 {
    padding: 0 0 40px 0;
  }
  .wrapper section.section-news .column.column-3 {
    padding: 0 0 40px 0;
  }
  .wrapper section.section-news .column .figure {
    padding-right: 0;
  }
  .wrapper section.section-news .column .content {
    padding-left: 0;
  }
  .wrapper section.section-news .column span {
    font-size: 14px;
    margin: 7px 0 10px 0;
  }
  .wrapper section.section-news .column h3 {
    font-size: 18px;
  }
  .wrapper section.section-news .column p {
    font-size: 14px;
  }
  .wrapper section.section-news .column a.more {
    font-size: 11px;
  }
  .wrapper section.section-news p.more {
    margin: 0;
  }
  .wrapper section.section-news p.more a.more {
    padding: 5px 60px;
    width: 100%;
    font-size: 14px;
  }
}
.wrapper section.section-charity {
  text-align: center;
}
.wrapper section.section-charity p {
  margin: 0 0 1.5em 0;
}
.wrapper section.section-charity p:last-child {
  margin: 0 0 0 0;
}
.wrapper section.section-charity .icon {
  display: inline-block;
  width: 81px;
  height: 81px;
  margin: 0 20px;
}
.wrapper section.section-charity .icon img {
  line-height: 1px;
  width: 100%;
  height: 100%;
}
.wrapper section.section-charity .icon.wiki {
  background: url(/f/i/w.png) left top no-repeat;
  background-size: 100% 100%;
}
.wrapper section.section-charity .icon.facebook {
  background: url(/f/i/f.png) left top no-repeat;
  background-size: 100% 100%;
}
.wrapper section.section-charity .icon.linkedin {
  background: url(/f/i/linkedin.png) left top no-repeat;
  background-size: 100% 100%;
}
.wrapper section.section-charity .gallery {
  margin-top: 2.5em;
}
.wrapper section.section-charity .gallery .column {
  padding: 0 10px 40px 20px;
  line-height: 0;
}
.wrapper section.section-charity .gallery .column.column-1 {
  padding: 0 30px 40px 0;
}
.wrapper section.section-charity .gallery .column.column-2 {
  padding: 0 20px 40px 10px;
}
.wrapper section.section-charity .gallery .column.column-4 {
  padding: 0 0 40px 30px;
}
.wrapper section.section-charity .gallery .column img {
  width: 100%;
}
@media (max-width: 1068px) {
  .wrapper section.section-charity .gallery {
    margin-top: 2.5em;
  }
  .wrapper section.section-charity .gallery .column {
    padding: 0 22px 44px 0;
    line-height: 0;
  }
  .wrapper section.section-charity .gallery .column.column-1 {
    padding: 0 22px 44px 0;
  }
  .wrapper section.section-charity .gallery .column.column-2 {
    padding: 0 0 44px 22px;
  }
  .wrapper section.section-charity .gallery .column.column-4 {
    padding: 0 0 44px 22px;
  }
}
@media (max-width: 735px) {
  .wrapper section.section-charity .gallery {
    margin-top: 2em;
  }
  .wrapper section.section-charity .gallery .column {
    padding: 0 10px 20px 0;
    line-height: 0;
  }
  .wrapper section.section-charity .gallery .column.column-1 {
    padding: 0 10px 20px 0;
  }
  .wrapper section.section-charity .gallery .column.column-2 {
    padding: 0 0 20px 10px;
  }
  .wrapper section.section-charity .gallery .column.column-4 {
    padding: 0 0 20px 10px;
  }
}
@media (max-width: 735px) and (max-width: 735px) {
  .wrapper section.section-charity .icon {
    width: 48px;
    height: 48px;
    margin: 0 10px;
  }
}
.wrapper section.section-projects {
  padding-bottom: 10px;
}
.wrapper section.section-projects h1,
.wrapper section.section-projects h2 {
  margin-bottom: 0;
}
.wrapper section.section-projects .column.padding {
  padding-right: 25px;
}
.wrapper section.section-projects .column.padding:nth-child(2n) {
  padding-right: 0;
  padding-left: 25px;
}
.wrapper section.section-projects .column p {
  text-align: justify;
}
.wrapper section.section-projects .table {
  margin-bottom: 1.3em;
}
.wrapper section.section-projects .table .table-cell.logo {
  width: 1%;
  line-height: 0;
}
.wrapper section.section-projects .table .table-cell.description {
  vertical-align: middle;
  padding-left: 20px;
}
.wrapper section.section-projects .table .table-cell.description strong {
  font-size: 35px;
  display: block;
  line-height: 1.1em;
}
.wrapper section.section-projects .table .table-cell.description a {
  font-size: 18px;
}
.wrapper section.section-projects .gallery .column {
  line-height: 0;
  padding: 0 15px 30px 0;
}
.wrapper section.section-projects .gallery .column:nth-child(2n) {
  padding: 0 0 30px 15px;
}
.wrapper section.section-projects .gallery .column img {
  width: 100%;
}
.wrapper section.section-projects p.right {
  text-align: right;
  margin: 0;
  position: relative;
  top: -1em;
  z-index: 3;
}
.wrapper section.section-projects .project {
  border-bottom: 2px solid #00a1ff;
  padding: 60px 0 25px 0;
}
.wrapper section.section-projects .project.last {
  border-bottom: 0;
  padding-bottom: 0;
}
.wrapper section.section-projects .project.even p.right {
  text-align: left;
}
@media (max-width: 1068px) {
  .wrapper section.section-projects .column.padding {
    padding: 0;
  }
  .wrapper section.section-projects .column.padding:nth-child(2n) {
    padding: 0;
  }
  .wrapper section.section-projects .gallery .column {
    padding: 0 22px 44px 0;
  }
  .wrapper section.section-projects .gallery .column:nth-child(2n) {
    padding: 0 0 44px 22px;
  }
  .wrapper section.section-projects p.right {
    top: -1.5em;
    text-align: center;
  }
  .wrapper section.section-projects .project {
    padding: 40px 0 10px 0;
  }
  .wrapper section.section-projects .project.last {
    border-bottom: 0;
    padding-bottom: 0;
  }
  .wrapper section.section-projects .project.even p.right {
    text-align: center;
  }
}
@media (max-width: 735px) {
  .wrapper section.section-projects .column.padding {
    padding-right: 0;
  }
  .wrapper section.section-projects .column.padding:nth-child(2n) {
    padding-right: 0;
    padding-left: 0;
  }
  .wrapper section.section-projects .table .table-cell.logo img {
    width: 66px;
  }
  .wrapper section.section-projects .table .table-cell.description {
    padding-left: 10px;
  }
  .wrapper section.section-projects .table .table-cell.description strong {
    font-size: 18px;
  }
  .wrapper section.section-projects .table .table-cell.description a {
    font-size: 14px;
  }
  .wrapper section.section-projects .gallery .column {
    line-height: 0;
    padding: 0 10px 20px 0;
  }
  .wrapper section.section-projects .gallery .column:nth-child(2n) {
    padding: 0 0 20px 10px;
  }
  .wrapper section.section-projects .gallery .column img {
    width: 100%;
  }
  .wrapper section.section-projects p.right {
    text-align: center;
    top: -1em;
  }
  .wrapper section.section-projects .project {
    border-bottom: 1px solid #00a1ff;
    padding: 20px 0 0 0;
  }
  .wrapper section.section-projects .project.last {
    border-bottom: 0;
    padding-bottom: 0;
  }
}
.wrapper section.section-contacts {
  background-image: url(/f/i/form-bg.jpg);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  color: #ffffff;
}
.wrapper section.section-contacts h1,
.wrapper section.section-contacts h2 {
  color: #ffffff;
}
.wrapper section.section-contacts p {
  text-align: center;
  font-size: 24px;
}
.wrapper section.section-contacts form {
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
  font-weight: 200;
}
.wrapper section.section-contacts form .alert {
  margin: 1em 0;
  text-align: center;
}
.wrapper section.section-contacts form .alert.alert-danger {
  color: #fab7bc;
}
.wrapper section.section-contacts form .row {
  padding: 0 0 20px 0;
}
.wrapper section.section-contacts form .row input[type=text],
.wrapper section.section-contacts form .row input[type=string],
.wrapper section.section-contacts form .row input[type=email],
.wrapper section.section-contacts form .row textarea {
  width: 100%;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  padding: 20px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  color: #808080;
  border: none;
  background-color: #ffffff;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.wrapper section.section-contacts form .row input[type=text]:focus,
.wrapper section.section-contacts form .row input[type=string]:focus,
.wrapper section.section-contacts form .row input[type=email]:focus,
.wrapper section.section-contacts form .row textarea:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 161, 255, 0.4);
}
.wrapper section.section-contacts form .row textarea {
  height: 210px;
}
.wrapper section.section-contacts form .row .help-block {
  display: block;
  font-size: .9em;
  margin-top: 5px;
}
.wrapper section.section-contacts form .row.has-error input[type=text],
.wrapper section.section-contacts form .row.has-error input[type=string],
.wrapper section.section-contacts form .row.has-error input[type=email],
.wrapper section.section-contacts form .row.has-error textarea {
  background-color: #fab7bc;
}
.wrapper section.section-contacts form .row.has-error .help-block {
  color: #fab7bc;
}
.wrapper section.section-contacts form input[type=submit] {
  border: none;
  padding: 10px 150px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background: #00a1ff;
  color: #ffffff;
  font-size: 20px;
  cursor: pointer;
  transition: .2s;
}
.wrapper section.section-contacts form input[type=submit]:hover {
  background: #006dd4;
}
.wrapper section.section-contacts form .buttons {
  text-align: center;
  padding: 30px 0 40px 0;
}
.wrapper section.section-contacts form p.legal {
  font-size: 12px;
  width: 60%;
  margin: 0 auto;
}
@media (max-width: 1068px) {
  .wrapper section.section-contacts p {
    margin-bottom: 0.8em;
  }
  .wrapper section.section-contacts form {
    max-width: 500px;
  }
  .wrapper section.section-contacts form .row {
    padding: 0 0 17px 0;
  }
  .wrapper section.section-contacts form .row input[type=text],
  .wrapper section.section-contacts form .row textarea {
    padding: 17px;
    font-size: 16px;
  }
  .wrapper section.section-contacts form .row textarea {
    height: 170px;
  }
  .wrapper section.section-contacts form .buttons {
    text-align: center;
    padding: 20px 0 40px 0;
  }
  .wrapper section.section-contacts form p.legal {
    font-size: 12px;
    width: 60%;
    margin: 0 auto;
  }
}
@media (max-width: 735px) {
  .wrapper section.section-contacts p {
    margin: 2em 0 0.8em 0;
    font-size: 14px;
  }
  .wrapper section.section-contacts form {
    max-width: 500px;
  }
  .wrapper section.section-contacts form .row {
    padding: 0 0 17px 0;
  }
  .wrapper section.section-contacts form .row input[type=text],
  .wrapper section.section-contacts form .row textarea {
    padding: 10px;
    font-size: 14px;
  }
  .wrapper section.section-contacts form .row textarea {
    height: 120px;
  }
  .wrapper section.section-contacts form input[type=submit] {
    width: 100%;
    padding: 10px 60px;
    font-size: 14px;
  }
  .wrapper section.section-contacts form .buttons {
    text-align: center;
    padding: 10px 0 30px 0;
  }
  .wrapper section.section-contacts form p.legal {
    font-size: 12px;
    width: 100%;
    margin: 0 auto;
  }
}
.lg-gallery img {
  cursor: pointer;
}
.lg-gallery-container .lg-toolbar .lg-icon.lg-close {
  font-size: 60px;
  display: block;
  position: absolute;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  left: 50%;
  top: 20px;
}
.lg-gallery-container.lg-outer .lg-pager {
  background-color: rgba(255, 255, 255, 0.5);
  box-shadow: 0 0 0 8px #ffffff inset;
}
.lg-gallery-container.lg-outer .lg-pager-cont.lg-pager-active .lg-pager {
  box-shadow: 0 0 0 8px #00a1ff inset;
}
.lg-gallery-container.lg-outer .lg-thumb-item.active,
.lg-gallery-container.lg-outer .lg-thumb-item:hover {
  border-color: #00a1ff;
}
.lg-backdrop.in {
  opacity: 0.8;
}
