/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
@import url('https://fonts.googleapis.com/css?family=Oranienbaum&subset=cyrillic');
body {
  margin: 0;
}
article,
aside,
details,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
small {
  font-size: 80%;
}

sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button {
  text-transform: none;
}
button,
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
textarea {
  overflow: auto;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  pre {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
}
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
body {
  font-family: 'Gilroy', Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.42857143;
  color: #615762;
  background-color: #fff;
}
input,
button,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #98208b;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #591351;
  text-decoration: underline;
}
a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
img {
  vertical-align: middle;
}
hr {
  margin-top: 22px;
  margin-bottom: 22px;
  border: 0;
  border-top: 1px solid #eeeeee;
}
[role="button"] {
  cursor: pointer;
}
h1,
h2,
h3,
h4,
.h1,
.h2,
.h3,
.h4 {
  font-family: 'Oranienbaum', "Times New Roman", Times, serif;
  font-weight: 500;
  line-height: 1.1;
  color: #4f4350;
}
h1 small,
h2 small,
h3 small,
h4 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small {
  font-weight: normal;
  line-height: 1;
  color: #777777;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 22px;
  margin-bottom: 11px;
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}
h4,
.h4 {
  margin-top: 11px;
  margin-bottom: 11px;
}
h4 small,
.h4 small,
h4 .small,
.h4 .small {
  font-size: 75%;
}
h1,
.h1 {
  font-size: 40px;
}
h2,
.h2 {
  font-size: 24px;
}
h3,
.h3 {
  font-size: 18px;
}
h4,
.h4 {
  font-size: 16px;
}
p {
  margin: 0 0 11px;
}
.lead {
  margin-bottom: 22px;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 24px;
  }
}
small,
.small {
  font-size: 87%;
}
.text-center {
  text-align: center;
}
.text-uppercase {
  text-transform: uppercase;
}
ul {
  margin-top: 0;
  margin-bottom: 11px;
}
ul ul {
  margin-bottom: 0;
}
dt,
dd {
  line-height: 1.42857143;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
address {
  margin-bottom: 22px;
  font-style: normal;
  line-height: 1.42857143;
}
code,
pre {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 18px;
}
pre {
  display: block;
  padding: 10.5px;
  margin: 0 0 11px;
  font-size: 15px;
  line-height: 1.42857143;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 18px;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 10px;
  padding-right: 10px;
}
@media (min-width: 768px) {
  .container {
    width: 740px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 960px;
  }
}
@media (min-width: 1230px) {
  .container {
    width: 1200px;
  }
}
.row {
  margin-left: -10px;
  margin-right: -10px;
}
table {
  background-color: transparent;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 22px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td {
  padding: 10px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #adadae;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #adadae;
}

.table > thead:first-child > tr:first-child > th,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #adadae;
}
.table .table {
  background-color: #fff;
}
table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th {
  background-color: #f5f5f5;
}
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th {
  background-color: #dff0d8;
}
.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th {
  background-color: #d9edf7;
}
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}
input[type="search"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}
input[type="file"] {
  display: block;
}
input[type="range"] {
  display: block;
  width: 100%;
}
input[type="file"]:focus,
input[type="checkbox"]:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.form-control {
  display: block;
  width: 100%;
  height: 36px;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.42857143;
  color: #1a1a1a;
  background-color: #fff;
  background-image: none;
  border: 1px solid #dfdcdf;
  border-radius: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
}
.form-control:focus {
  border-color: #98208b;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(152, 32, 139, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(152, 32, 139, 0.6);
}
.form-control::-moz-placeholder {
  color: #d0d0d0;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #d0d0d0;
}
.form-control::-webkit-input-placeholder {
  color: #d0d0d0;
}
.form-control::-ms-expand {
  border: 0;
  background-color: transparent;
}
.form-control[disabled] {
  background-color: #eeeeee;
  opacity: 1;
}
.form-control[disabled] {
  cursor: not-allowed;
}
textarea.form-control {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: none;
}

.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}

.checkbox label {
  min-height: 22px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}

.checkbox input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9;
}

.checkbox + .checkbox {
  margin-top: -5px;
}

input[type="checkbox"][disabled],
input[type="checkbox"].disabled {
  cursor: not-allowed;
}

.checkbox.disabled label {
  cursor: not-allowed;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 45px;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #3c763d;
}
.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}
.has-success .form-control-feedback {
  color: #3c763d;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #8a6d3b;
}
.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}
.has-warning .form-control-feedback {
  color: #8a6d3b;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #a94442;
}
.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}
.has-error .form-control-feedback {
  color: #a94442;
}
.has-feedback label ~ .form-control-feedback {
  top: 27px;
}
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}
@media (min-width: 768px) {
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  right: 10px;
}
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.42857143;
  border-radius: 18px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus,
.btn.focus {
  color: #98208b;
  text-decoration: none;
}
.btn:active,
.btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled,
.btn[disabled] {
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
a.btn.disabled {
  pointer-events: none;
}
.btn-primary {
  color: #fff;
  background-color: #98208b;
  border-color: transparent;
}
.btn-primary:focus,
.btn-primary.focus {
  color: #fff;
  background-color: #6e1764;
  border-color: rgba(0, 0, 0, 0);
}
.btn-primary:hover {
  color: #fff;
  background-color: #6e1764;
  border-color: rgba(0, 0, 0, 0);
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #6e1764;
  border-color: rgba(0, 0, 0, 0);
}
.btn-primary:active:hover,
.btn-primary.active:hover,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open > .dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open > .dropdown-toggle.btn-primary.focus {
  color: #fff;
  background-color: #50114a;
  border-color: rgba(0, 0, 0, 0);
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus {
  background-color: #98208b;
  border-color: transparent;
}
.btn-primary .badge {
  color: #98208b;
  background-color: #fff;
}
.btn-link {
  color: #98208b;
  font-weight: normal;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled] {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
  color: #591351;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
.btn-link[disabled]:focus {
  color: #777777;
  text-decoration: none;
}
.btn-sm {
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 3px;
}
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
tr.collapse.in {
  display: table-row;
}
tbody.collapse.in {
  display: table-row-group;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  -o-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  -o-transition-duration: 0.35s;
     transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
     transition-timing-function: ease;
}
.btn .caret {
  margin-left: 0;
}
.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.nav > li {
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.nav > li.disabled > a {
  color: #777777;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #777777;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #eeeeee;
  border-color: #98208b;
}
.nav > li > a > img {
  max-width: none;
}
@media (min-width: 768px) {
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 22px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 18px;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li:before {
  content: "/\00a0";
  padding: 0 5px;
  color: #ccc;
}
.breadcrumb > .active {
  color: #777777;
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 22px 0;
  border-radius: 18px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.42857143;
  text-decoration: none;
  color: #98208b;
  background-color: #fff;
  border: 1px solid #ddd;
  margin-left: -1px;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 18px;
  border-top-left-radius: 18px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 18px;
  border-top-right-radius: 18px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  z-index: 2;
  color: #591351;
  background-color: #eeeeee;
  border-color: #ddd;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 3;
  color: #fff;
  background-color: #98208b;
  border-color: #98208b;
  cursor: default;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #777777;
  background-color: #fff;
  border-color: #ddd;
  cursor: not-allowed;
}
.close {
  float: right;
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}

.container:before,
.container:after,
.row:before,
.row:after,
.nav:before,
.nav:after,
.pagination:before,
.pagination:after,
.page-head:before,
.page-head:after {
  content: " ";
  display: table;
}

.container:after,
.row:after,
.nav:after,
.pagination:after,
.page-head:after {
  clear: both;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.hidden {
  display: none !important;
}
@-ms-viewport {
  width: device-width;
}
.icon {
  display: inline-block;
  line-height: 1;
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid\9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
/*
LESS variables are information about icon's compiled state, stored under its original file name

.icon-home {
  width: @icon-home-width;
}

The large array-like variables contain all information about a single icon
@icon-home: x y offset_x offset_y width height total_width total_height image_path name;

At the bottom of this section, we provide information about the spritesheet itself
@spritesheet: width height image @spritesheet-sprites;
*/
/*
The provided classes are intended to be used with the array-like variables

.icon-home {
  .sprite-width(@icon-home);
}
.icon-email {
  .sprite(@icon-email);
}

Example usage in HTML:

`display: block` sprite:
<div class="icon-home"></div>

To change `display` (e.g. `display: inline-block;`), we suggest using a common CSS class:

// CSS
.icon {
  display: inline-block;
}

// HTML
<i class="icon icon-home"></i>
*/
/*
The `.sprites` mixin generates identical output to the CSS template
  but can be overridden inside of LESS

This must be run when you have at least 2 sprites.
  If run with a single sprite, then there will be reference errors.

.sprites(@spritesheet-sprites);
*/
@charset "UTF-8";

/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.6.0
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2018 Daniel Eden
 */
@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-Light.eot');
  src: local('☺'), url('../fonts/Gilroy-Light.woff') format('woff'), url('../fonts/Gilroy-Light.ttf') format('truetype'), url('../fonts/Gilroy-Light.svg') format('svg');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-ExtraBold.eot');
  src: local('☺'), url('../fonts/Gilroy-ExtraBold.woff') format('woff'), url('../fonts/Gilroy-ExtraBold.ttf') format('truetype'), url('../fonts/Gilroy-ExtraBold.svg') format('svg');
  font-weight: 700;
  font-style: normal;
}
@font-face {
    font-family: 'Bitter Bold';
    font-style: normal;
    font-weight: 700;
    src: local('Bitter Bold'), local('Bitter-Bold'),
        url(../fonts/bitter-bold.woff) format('woff'),
        url(../fonts/bitter-bold.ttf) format('truetype');
}
body {
  font-variant-numeric: lining-nums;
}
body,
.layout {
  height: 100%;
}
.layout {
  overflow: hidden;
}
.layout > .wrapper {
  height: auto;
  z-index: 1;
  position: relative;
  font-weight: 300;
}
@media (max-width:767px) {
  .layout > .wrapper {
    padding-top: 70px;
  }
}
.is-active .hamburger-box {
  margin-top: 6px;
}
.is-active .hamburger-inner::before {
  top: auto;
}
.header {
  position: relative;
  background: #f2f2f2;
  z-index: 110;
}
.footer {
  position: relative;
  padding-top: 74px;
  background: #eeecee;
}
@media (max-width:767px) {
  .footer {
    padding-top: 60px;
  }
}
.horizontal-form .form-group.has-error,
.vertical-form .form-group.has-error {
  position: relative;
}
.horizontal-form .form-group.has-error .help-block,
.vertical-form .form-group.has-error .help-block {
  position: absolute;
  right: 0;
  font-size: 11px;
  margin: 0;
  display: none;
}
.horizontal-form .form-group.has-icon .form-control,
.vertical-form .form-group.has-icon .form-control {
  padding-left: 40px;
}
.horizontal-form .form-group.has-icon::before,
.vertical-form .form-group.has-icon::before {
  content: "";
  position: absolute;
  left: 15px;
  top: 50%;
  z-index: 1;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.horizontal-form .form-group.has-icon.ico-name::before,
.vertical-form .form-group.has-icon.ico-name::before {
  background-image: url(../images/icons.png);
  background-position: -308px 0px;
  width: 12px;
  height: 16px;
}
@media (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 2/1), (min-resolution: 192dpi) {
  .horizontal-form .form-group.has-icon.ico-name::before,
  .vertical-form .form-group.has-icon.ico-name::before {
    background-image: url(../images/icons-2x.png);
    background-size: 320px 293px;
  }
}
.horizontal-form .form-group.has-icon.ico-phone::before,
.vertical-form .form-group.has-icon.ico-phone::before {
  background-image: url(../images/icons.png);
  background-position: -19px -279px;
  width: 13px;
  height: 13px;
  margin: 0 0 0 1px;
}
@media (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 2/1), (min-resolution: 192dpi) {
  .horizontal-form .form-group.has-icon.ico-phone::before,
  .vertical-form .form-group.has-icon.ico-phone::before {
    background-image: url(../images/icons-2x.png);
    background-size: 320px 293px;
  }
}
.horizontal-form .form-group.has-icon.ico-mail::before,
.vertical-form .form-group.has-icon.ico-mail::before {
  background-image: url(../images/icons.png);
  background-position: -56px -279px;
  width: 13px;
  height: 10px;
  margin: 0 0 0 1px;
}
@media (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 2/1), (min-resolution: 192dpi) {
  .horizontal-form .form-group.has-icon.ico-mail::before,
  .vertical-form .form-group.has-icon.ico-mail::before {
    background-image: url(../images/icons-2x.png);
    background-size: 320px 293px;
  }
}
.horizontal-form .form-group.has-icon.ico-time::before,
.vertical-form .form-group.has-icon.ico-time::before {
  background-image: url(../images/icons.png);
  background-position: -163px -251px;
  width: 15px;
  height: 15px;
  margin: -1px 0 0;
}
@media (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 2/1), (min-resolution: 192dpi) {
  .horizontal-form .form-group.has-icon.ico-time::before,
  .vertical-form .form-group.has-icon.ico-time::before {
    background-image: url(../images/icons-2x.png);
    background-size: 320px 293px;
  }
}
.horizontal-form .form-group.has-icon.ico-comment::before,
.vertical-form .form-group.has-icon.ico-comment::before {
  background-image: url(../images/icons.png);
  background-position: -183px -251px;
  width: 16px;
  height: 14px;
  margin: -1px 0 0;
  top: 27px;
}
@media (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 2/1), (min-resolution: 192dpi) {
  .horizontal-form .form-group.has-icon.ico-comment::before,
  .vertical-form .form-group.has-icon.ico-comment::before {
    background-image: url(../images/icons-2x.png);
    background-size: 320px 293px;
  }
}
.horizontal-form .form-group.has-icon.ico-comment textarea.form-control,
.vertical-form .form-group.has-icon.ico-comment textarea.form-control {
  padding-top: 15px;
}
.horizontal-form .form-group .form-control.has-error,
.vertical-form .form-group .form-control.has-error {
  border-color: #98208b;
}
.horizontal-form .form-group .select2-container .selection .select2-selection.has-error,
.vertical-form .form-group .select2-container .selection .select2-selection.has-error {
  border-color: #98208b;
}
.horizontal-form .form-groups .form-group.has-error .help-block,
.vertical-form .form-groups .form-group.has-error .help-block {
  margin: 0 5px 0 0;
}
.horizontal-form input[type=checkbox].has-error+label:before,
.vertical-form input[type=checkbox].has-error+label:before {
  border:2px solid red;
}
button.btn {
  line-height: 1em;
}
.btn {
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  height: 50px;
  line-height: 38px;
  font-size: 14px;
  font-weight: 300;
  border-radius: 25px;
  background-clip: padding-box;
  padding-left: 25px;
  padding-right: 25px;
}
.btn-primary {
  border-width: 1px;
  padding: 5px 20px;
}
.pagination {
  margin-left: 0;
  margin-right: 0;
  text-align: center;
  display: block;
  border-radius: 0;
  background-clip: padding-box;
  margin-bottom: 20px;
}
.page-head {
  margin-left: -10px;
  margin-right: -10px;
}
.page-head:before,
.page-head:after {
  content: " ";
  display: table;
}
.page-head:after {
  clear: both;
}
.page-head:before,
.page-head:after {
  content: " ";
  display: table;
}
.page-head:after {
  clear: both;
}
.page-head .breadcrumbs-block {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
  border-radius: 0;
  background-clip: padding-box;
  letter-spacing: -0.4em;
  padding-top: 25px;
  margin-bottom: -60px;
}
.page-head .breadcrumbs-block > * {
  letter-spacing: normal;
}
@media (max-width:767px) {
  .page-head .breadcrumbs-block {
    margin-bottom: 0;
  }
}
.page-head .breadcrumbs-block .breadcrumb {
  padding: 0;
  background: none;
  display: inline;
  margin: 0;
  letter-spacing: -0.4em;
  color: #5e5e5e;
}
.page-head .breadcrumbs-block .breadcrumb > * {
  letter-spacing: normal;
}
.page-head .breadcrumbs-block .breadcrumb > li {
  font-size: 14px;
  display: inline;
  padding: 0;
  margin: 0;
}
.page-head .breadcrumbs-block .breadcrumb > li + li:before {
  content: '-';
  padding: 0;
  display: inline-block;
  vertical-align: middle;
  margin: 0 14px;
  color: #524150;
  background: none;
  position: static;
  left: auto;
  top: auto;
}
.page-head .breadcrumbs-block .breadcrumb > li:first-child::before {
  display: none;
}
/*.header__menu ul li a::before {*/
/*  content: "";*/
/*  position: absolute;*/
/*  width: 1px;*/
/*  height: 100%;*/
/*  background: #ebeaea;*/
/*  top: 0;*/
/*  left: 0;*/
/*}*/
/*.header__menu ul li a::after {*/
/*  content: "";*/
/*  position: absolute;*/
/*  width: 1px;*/
/*  height: 56px;*/
/*  background: #ebeaea;*/
/*  top: 0;*/
/*  right: 0;*/
/*}*/
h1,
.h1 {
  margin: 10px 0 30px;
}
h1:first-child,
.h1:first-child {
  margin-top: 0;
}
h2,
.h2 {
  margin: 10px 0 20px;
  line-height: 1.4em;
}
h2:first-child,
.h2:first-child {
  margin-top: 0;
}
h3,
.h3,
h4,
.h4 {
  font-weight: 400;
  margin: 20px 0 10px;
  line-height: 1.4em;
  font-family: 'Gilroy', Helvetica, sans-serif;
}
h3:first-child,
.h3:first-child,
h4:first-child,
.h4:first-child {
  margin-top: 0;
}
h3.border,
.h3.border,
h4.border,
.h4.border {
  border-bottom: 1px solid #98208b;
  font-weight: 700;
  padding-bottom: 5px;
}
.contacts__map {
  margin-bottom: 30px;
}
@media (max-width:767px) {
  .contacts__map {
    opacity: 0;
    visibility: hidden;
    position: absolute;
  }
}
.contacts__map .map {
  height: 490px;
}
@media (max-width:767px) {
  .contacts__map .map {
    height: 300px;
  }
}
.contacts__form {
  -webkit-box-shadow: 0 -6px 24px rgba(0, 0, 0, 0.05);
          box-shadow: 0 -6px 24px rgba(0, 0, 0, 0.05);
  padding: 40px;
  font-size: 14px;
}

@media (max-width: 575px) {
  .main-block {
    padding-top: 45px;
  }
}

/*
LESS variables are information about icon's compiled state, stored under its original file name

.icon-home {
  width: @icon-home-width;
}

The large array-like variables contain all information about a single icon
@icon-home: x y offset_x offset_y width height total_width total_height image_path name;

At the bottom of this section, we provide information about the spritesheet itself
@spritesheet: width height image @spritesheet-sprites;
*/
/*
These "retina group" variables are mappings for the naming and pairing of normal and retina sprites.

The list formatted variables are intended for mixins like `retina-sprite` and `retina-sprites`.
*/
/*
The provided classes are intended to be used with the array-like variables

.icon-home {
  .sprite-width(@icon-home);
}
.icon-email {
  .sprite(@icon-email);
}

Example usage in HTML:

`display: block` sprite:
<div class="icon-home"></div>

To change `display` (e.g. `display: inline-block;`), we suggest using a common CSS class:

// CSS
.icon {
  display: inline-block;
}

// HTML
<i class="icon icon-home"></i>
*/
/*
The `retina-sprite` class sets up rules and a media query for a sprite/retina sprite.
  It should be used with a "retina group" variable.

The media query is from CSS Tricks: https://css-tricks.com/snippets/css/retina-display-media-query/

@icon-home-group: 'icon-home' @icon-home @icon-home-2x;

.icon-home {
  .retina-sprite(@icon-home-group);
}
*/
/*
The `.sprites` mixin generates identical output to the CSS template
  but can be overridden inside of LESS

This must be run when you have at least 2 sprites.
  If run with a single sprite, then there will be reference errors.

.sprites(@spritesheet-sprites);
*/
/*
The `.retina-sprites` mixin generates a CSS rule and media query for retina groups
  This yields the same output as CSS retina template but can be overridden in LESS

.retina-sprites(@retina-groups);
*/