/*for custom media for resizing window on desktop*/
/*-----------------------------------------------------typography-----------------------------------------------------*/
@import url("https://fonts.googleapis.com/css?family=Roboto:300,300i,400,400i,500,700&subset=cyrillic");
/*-----------------------------------------------------colors---------------------------------------------------------*/
@import url("https://fonts.googleapis.com/css?family=Roboto:300,300i,400,400i,500,700&subset=cyrillic");
.first-color {
  color: #ff8562; }

.light-color {
  color: #666; }
  .light-color.bordered, .delete-icon-before .light-color {
    border-bottom-color: rgba(102, 102, 102, 0.4); }

/*-----------------------------------------------------global mixins-----------------------------------------------------*/
/* multi-columns */
/* transition all */
/* transform CSS 3 */
.valign {
  display: inline-block;
  vertical-align: middle; }

/* For crossbrowser disabling selecting text by user */
.clear-list {
  list-style: none;
  margin-left: 0; }
  .clear-list li:before {
    display: none; }

.clearfix:before, .clearfix:after {
  content: " ";
  display: table; }
.clearfix:after {
  clear: both; }

.flexbox {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  display: flex;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto; }

.flexbox-wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  display: flex;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .flexbox-wrapper > * {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    -webkit-flex-wrap: wrap;
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto; }

/*-------------------------------------------------little reset-----------------------------------------------------*/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre,
form, fieldset, input, p, blockquote, table, th, td, embed, object, figure, select, ul li ul, ul li ol, ul li ul li, ul li ol li {
  margin: 0;
  padding: 0; }

fieldset, img, abbr {
  border: none; }

address, caption, cite, code, dfn, em,
h1, h2, h3, h4, h5, h6, strong, th, var {
  font-weight: normal;
  font-style: normal; }

a, ins {
  text-decoration: none; }

/*-----------------------------------------------------main styles-----------------------------------------------------*/
html {
  overflow: auto !important; }

body {
  background: #fff;
  color: #000;
  font: 300 16px/1.4 "Roboto", sans-serif;
  min-width: 320px;
  overflow-x: hidden; }

* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  color: inherit;
  display: block;
  text-align: center;
  text-transform: uppercase; }

h1, .h1, h1.row, .h1.row {
  font: 40px/1.2 "Roboto", sans-serif;
  margin-bottom: 40px; }
  h1 .description, .h1 .description, h1.row .description, .h1.row .description {
    font: 500 14px/1.3 "Roboto", sans-serif; }
  @media only screen and (max-width: 1023px) {
    h1, .h1, h1.row, .h1.row {
      font-size: 30px; } }

h2, .h2, h2.row, .h2.row {
  font: 30px/1.2 "Roboto", sans-serif;
  margin-bottom: 40px; }
  h2 + .button-wrapper, .h2 + .button-wrapper, h2.row + .button-wrapper, .h2.row + .button-wrapper {
    margin-top: -30px;
    margin-bottom: 40px; }

h3, .h3 {
  font-size: 24px;
  margin-bottom: 20px; }
  h3 .description, .h3 .description {
    font-size: 14px;
    opacity: .5; }

h4, .h4, h4.row, .h4.row {
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 10px; }

h5, .h5 {
  font-size: 17px;
  font-weight: 400;
  margin-bottom: 20px;
  text-transform: none; }

h6, .h6 {
  font-size: 15px;
  font-weight: 400;
  margin-bottom: 5px;
  text-transform: none;
  text-align: left; }

hr {
  border: none;
  margin: 0; }

.title-more {
  font-size: 14px;
  text-transform: none; }

img {
  display: inline-block;
  vertical-align: middle;
  height: auto;
  max-width: 100%;
  -ms-interpolation-mode: bicubic; }

[class*="column"] > img {
  width: 100%; }

strong, b {
  font-weight: 500; }

em, i, .italic {
  font-style: italic; }

ul, ul.basic {
  list-style-image: none;
  list-style-type: none;
  margin-left: 1.25rem; }
  ul li, ul.basic li {
    line-height: 1.4;
    position: relative;
    margin-bottom: 10px; }
    ul li:before, ul.basic li:before {
      background: #000;
      border-radius: 50%;
      display: block;
      height: 5px;
      content: '';
      left: -20px;
      position: absolute;
      top: 8px;
      width: 5px; }
  ul.basic li:before, ul.basic.basic li:before {
    display: block !important; }
  ul.text li, ul.basic.text li {
    margin-bottom: 3px; }
    ul.text li:before, ul.basic.text li:before {
      background: transparent;
      border-radius: 0;
      content: '\2014';
      height: auto;
      top: 1px;
      width: auto; }
  ul.centered, ul.basic.centered {
    display: table;
    margin-left: auto;
    margin-right: auto;
    width: auto; }
    ul.centered li, ul.basic.centered li {
      clear: both;
      float: left;
      text-align: left;
      width: auto; }

ol {
  margin-left: 1.25rem; }
  ol li {
    line-height: 1.4;
    margin-bottom: 10px; }

p {
  line-height: 1.4;
  margin-bottom: 10px; }
  p:last-child {
    margin-bottom: 0; }

/* links */
a {
  color: inherit; }

.bordered, .delete-icon-before * {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2); }

.dashed {
  border-bottom: 1px dashed rgba(0, 0, 0, 0.2); }

.dotted {
  border-bottom: 1px dotted rgba(0, 0, 0, 0.2); }

.bordered.inverted, .delete-icon-before .inverted, .dashed.inverted, .dotted.inverted {
  border-bottom-color: rgba(255, 255, 255, 0.2); }
@media only screen and (min-width: 1025px) {
  .bordered:hover, .delete-icon-before :hover, .bordered:focus, .delete-icon-before :focus, .dashed:hover, .dashed:focus, .dotted:hover, .dotted:focus {
    border-bottom-color: transparent; } }

.bordered-inverted, .xsmall-news span, .links-list a {
  border-bottom: 1px solid transparent; }

@media only screen and (min-width: 1025px) {
  .bordered-inverted:hover, .xsmall-news span:hover, .links-list a:hover, .bordered-inverted:focus, .xsmall-news span:focus, .links-list a:focus {
    border-bottom-color: rgba(255, 133, 98, 0.2); } }
@media only screen and (min-width: 1025px) {
  .bordered-inverted.inverted:hover, .xsmall-news span.inverted:hover, .links-list a.inverted:hover, .bordered-inverted.inverted:focus, .xsmall-news span.inverted:focus, .links-list a.inverted:focus {
    border-bottom-color: rgba(255, 255, 255, 0.2); } }

a {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2); }
  @media only screen and (min-width: 1025px) {
    a:hover, a:focus {
      border-bottom-color: transparent;
      color: #ff8562; } }

/* floats */
.left {
  float: left !important; }

.right {
  float: right !important; }

/* hidden */
.hide {
  display: none !important; }

.hidden {
  display: none; }

.visibility-hidden {
  visibility: hidden; }

/* text align */
.text-left {
  text-align: left !important; }

.text-right {
  text-align: right !important; }

.text-center {
  text-align: center !important; }

.text-indent {
  text-indent: 25px; }

/*------------------------------------------------global margins--------------------------------------------------*/
.offset-top-5 {
  margin-top: 5px !important; }

.offset-bottom-5 {
  margin-bottom: 5px !important; }

.offset-top-10 {
  margin-top: 10px !important; }

.offset-bottom-10 {
  margin-bottom: 10px !important; }

.offset-top-15 {
  margin-top: 15px !important; }

.offset-bottom-15 {
  margin-bottom: 15px !important; }

.offset-top-20 {
  margin-top: 20px !important; }

.offset-bottom-20 {
  margin-bottom: 20px !important; }

.offset-top-25 {
  margin-top: 25px !important; }

.offset-bottom-25 {
  margin-bottom: 25px !important; }

.offset-top-30 {
  margin-top: 30px !important; }

.offset-bottom-30 {
  margin-bottom: 30px !important; }

.offset-top-35 {
  margin-top: 35px !important; }

.offset-bottom-35 {
  margin-bottom: 35px !important; }

.offset-top-40 {
  margin-top: 40px !important; }

.offset-bottom-40 {
  margin-bottom: 40px !important; }

.offset-top-45 {
  margin-top: 45px !important; }

.offset-bottom-45 {
  margin-bottom: 45px !important; }

.offset-top-50 {
  margin-top: 50px !important; }

.offset-bottom-50 {
  margin-bottom: 50px !important; }

.offset-top-55 {
  margin-top: 55px !important; }

.offset-bottom-55 {
  margin-bottom: 55px !important; }

.offset-top-60 {
  margin-top: 60px !important; }

.offset-bottom-60 {
  margin-bottom: 60px !important; }

.offset-top-65 {
  margin-top: 65px !important; }

.offset-bottom-65 {
  margin-bottom: 65px !important; }

.offset-left-10 {
  margin-left: 10px; }

.offset-right-10 {
  margin-right: 10px; }

.offset-bottom-0 {
  margin-bottom: 0 !important; }

.no-offset {
  margin: 0 !important; }

body .negative-offset {
  margin-left: -20px;
  margin-right: -20px; }

/*------------------------------------------------width counter--------------------------------------------------*/
/* Width counter */
/*------------------------------------------------------others--------------------------------------------------------*/
.relative {
  position: relative; }

.description {
  font-size: 12px;
  line-height: 1.3; }

.full-width {
  width: 100%; }

.centered {
  margin-left: auto;
  margin-right: auto; }

.g-recaptcha {
  margin-top: 20px; }
  .g-recaptcha > div {
    display: inline-block; }

.error {
  color: #ff8562;
  font-size: 12px;
  font-weight: 400;
  margin-top: 5px; }

/*------------------------------------------------------ row -----------------------------------------------------*/
.row, .row-reset-padding {
  margin: 0 auto;
  max-width: 1200px;
  width: 100%; }
  .row:before, .row:after, .row-reset-padding:before, .row-reset-padding:after {
    content: " ";
    display: table; }
  .row:after, .row-reset-padding:after {
    clear: both; }
  @media only screen and (min-width: 0) and (max-width: 1200px) {
    .row, .row-reset-padding {
      width: 100%; } }

.row {
  padding: 0 20px; }

/*----------------------------------------------------- columns ---------------------------------------------------*/
.columns, .column {
  float: left;
  padding: 0 20px;
  margin-bottom: 40px; }

.column:first-child {
  padding-left: 0; }
.column:last-child {
  padding-right: 0; }

/*---------------------------------------------------- grid -------------------------------------------------------*/
/* small-12, large-3 ...*/
ul[class*="-grid-"] {
  list-style: none;
  margin-left: 0; }
  ul[class*="-grid-"]:before, ul[class*="-grid-"]:after {
    content: " ";
    display: table; }
  ul[class*="-grid-"]:after {
    clear: both; }
  ul[class*="-grid-"] li:before {
    display: none; }

[class*="-up-show"] {
  display: none; }

[class*="-down-show"] {
  display: none; }

@media only screen and (min-width: 0) {
  body .xsmall-1 {
    width: 8.3333333333%; }
  body .xsmall-2 {
    width: 16.6666666667%; }
  body .xsmall-3 {
    width: 25%; }
  body .xsmall-4 {
    width: 33.3333333333%; }
  body .xsmall-5 {
    width: 41.6666666667%; }
  body .xsmall-6 {
    width: 50%; }
  body .xsmall-7 {
    width: 58.3333333333%; }
  body .xsmall-8 {
    width: 66.6666666667%; }
  body .xsmall-9 {
    width: 75%; }
  body .xsmall-10 {
    width: 83.3333333333%; }
  body .xsmall-11 {
    width: 91.6666666667%; }
  body .xsmall-12 {
    width: 100%; }
  body .xsmall-grid-1 {
    margin-left: auto;
    margin-right: auto;
    max-width: 1200px;
    width: 100%; }
    body .xsmall-grid-1 > li {
      display: block;
      float: left;
      margin-bottom: 40px;
      padding: 0 20px;
      width: 100%; }
  body .xsmall-grid-2 {
    margin-left: auto;
    margin-right: auto;
    max-width: 1200px;
    width: 100%; }
    body .xsmall-grid-2 > li {
      display: block;
      float: left;
      margin-bottom: 40px;
      padding: 0 20px;
      width: 50%; }
  body .xsmall-grid-3 {
    margin-left: auto;
    margin-right: auto;
    max-width: 1200px;
    width: 100%; }
    body .xsmall-grid-3 > li {
      display: block;
      float: left;
      margin-bottom: 40px;
      padding: 0 20px;
      width: 33.3333333333%; }
  body .xsmall-grid-4 {
    margin-left: auto;
    margin-right: auto;
    max-width: 1200px;
    width: 100%; }
    body .xsmall-grid-4 > li {
      display: block;
      float: left;
      margin-bottom: 40px;
      padding: 0 20px;
      width: 25%; }
  body .xsmall-grid-5 {
    margin-left: auto;
    margin-right: auto;
    max-width: 1200px;
    width: 100%; }
    body .xsmall-grid-5 > li {
      display: block;
      float: left;
      margin-bottom: 40px;
      padding: 0 20px;
      width: 20%; }
  body .xsmall-grid-6 {
    margin-left: auto;
    margin-right: auto;
    max-width: 1200px;
    width: 100%; }
    body .xsmall-grid-6 > li {
      display: block;
      float: left;
      margin-bottom: 40px;
      padding: 0 20px;
      width: 16.6666666667%; }
  body .xsmall-grid-7 {
    margin-left: auto;
    margin-right: auto;
    max-width: 1200px;
    width: 100%; }
    body .xsmall-grid-7 > li {
      display: block;
      float: left;
      margin-bottom: 40px;
      padding: 0 20px;
      width: 14.2857142857%; }
  body .xsmall-grid-8 {
    margin-left: auto;
    margin-right: auto;
    max-width: 1200px;
    width: 100%; }
    body .xsmall-grid-8 > li {
      display: block;
      float: left;
      margin-bottom: 40px;
      padding: 0 20px;
      width: 12.5%; }
  body .xsmall-grid-9 {
    margin-left: auto;
    margin-right: auto;
    max-width: 1200px;
    width: 100%; }
    body .xsmall-grid-9 > li {
      display: block;
      float: left;
      margin-bottom: 40px;
      padding: 0 20px;
      width: 11.1111111111%; }
  body .xsmall-grid-10 {
    margin-left: auto;
    margin-right: auto;
    max-width: 1200px;
    width: 100%; }
    body .xsmall-grid-10 > li {
      display: block;
      float: left;
      margin-bottom: 40px;
      padding: 0 20px;
      width: 10%; }
  body .xsmall-grid-11 {
    margin-left: auto;
    margin-right: auto;
    max-width: 1200px;
    width: 100%; }
    body .xsmall-grid-11 > li {
      display: block;
      float: left;
      margin-bottom: 40px;
      padding: 0 20px;
      width: 9.0909090909%; }
  body .xsmall-grid-12 {
    margin-left: auto;
    margin-right: auto;
    max-width: 1200px;
    width: 100%; }
    body .xsmall-grid-12 > li {
      display: block;
      float: left;
      margin-bottom: 40px;
      padding: 0 20px;
      width: 8.3333333333%; }
  body .xsmall-up-show {
    display: block !important; } }
@media only screen and (min-width: 480px) {
  body .small-1 {
    width: 8.3333333333%; }
  body .small-2 {
    width: 16.6666666667%; }
  body .small-3 {
    width: 25%; }
  body .small-4 {
    width: 33.3333333333%; }
  body .small-5 {
    width: 41.6666666667%; }
  body .small-6 {
    width: 50%; }
  body .small-7 {
    width: 58.3333333333%; }
  body .small-8 {
    width: 66.6666666667%; }
  body .small-9 {
    width: 75%; }
  body .small-10 {
    width: 83.3333333333%; }
  body .small-11 {
    width: 91.6666666667%; }
  body .small-12 {
    width: 100%; }
  body .small-grid-1 {
    margin-left: auto;
    margin-right: auto;
    max-width: 1200px;
    width: 100%; }
    body .small-grid-1 > li {
      display: block;
      float: left;
      margin-bottom: 40px;
      padding: 0 20px;
      width: 100%; }
  body .small-grid-2 {
    margin-left: auto;
    margin-right: auto;
    max-width: 1200px;
    width: 100%; }
    body .small-grid-2 > li {
      display: block;
      float: left;
      margin-bottom: 40px;
      padding: 0 20px;
      width: 50%; }
  body .small-grid-3 {
    margin-left: auto;
    margin-right: auto;
    max-width: 1200px;
    width: 100%; }
    body .small-grid-3 > li {
      display: block;
      float: left;
      margin-bottom: 40px;
      padding: 0 20px;
      width: 33.3333333333%; }
  body .small-grid-4 {
    margin-left: auto;
    margin-right: auto;
    max-width: 1200px;
    width: 100%; }
    body .small-grid-4 > li {
      display: block;
      float: left;
      margin-bottom: 40px;
      padding: 0 20px;
      width: 25%; }
  body .small-grid-5 {
    margin-left: auto;
    margin-right: auto;
    max-width: 1200px;
    width: 100%; }
    body .small-grid-5 > li {
      display: block;
      float: left;
      margin-bottom: 40px;
      padding: 0 20px;
      width: 20%; }
  body .small-grid-6 {
    margin-left: auto;
    margin-right: auto;
    max-width: 1200px;
    width: 100%; }
    body .small-grid-6 > li {
      display: block;
      float: left;
      margin-bottom: 40px;
      padding: 0 20px;
      width: 16.6666666667%; }
  body .small-grid-7 {
    margin-left: auto;
    margin-right: auto;
    max-width: 1200px;
    width: 100%; }
    body .small-grid-7 > li {
      display: block;
      float: left;
      margin-bottom: 40px;
      padding: 0 20px;
      width: 14.2857142857%; }
  body .small-grid-8 {
    margin-left: auto;
    margin-right: auto;
    max-width: 1200px;
    width: 100%; }
    body .small-grid-8 > li {
      display: block;
      float: left;
      margin-bottom: 40px;
      padding: 0 20px;
      width: 12.5%; }
  body .small-grid-9 {
    margin-left: auto;
    margin-right: auto;
    max-width: 1200px;
    width: 100%; }
    body .small-grid-9 > li {
      display: block;
      float: left;
      margin-bottom: 40px;
      padding: 0 20px;
      width: 11.1111111111%; }
  body .small-grid-10 {
    margin-left: auto;
    margin-right: auto;
    max-width: 1200px;
    width: 100%; }
    body .small-grid-10 > li {
      display: block;
      float: left;
      margin-bottom: 40px;
      padding: 0 20px;
      width: 10%; }
  body .small-grid-11 {
    margin-left: auto;
    margin-right: auto;
    max-width: 1200px;
    width: 100%; }
    body .small-grid-11 > li {
      display: block;
      float: left;
      margin-bottom: 40px;
      padding: 0 20px;
      width: 9.0909090909%; }
  body .small-grid-12 {
    margin-left: auto;
    margin-right: auto;
    max-width: 1200px;
    width: 100%; }
    body .small-grid-12 > li {
      display: block;
      float: left;
      margin-bottom: 40px;
      padding: 0 20px;
      width: 8.3333333333%; }
  body .small-up-show {
    display: block !important; } }
@media only screen and (min-width: 640px) {
  body .medium-1 {
    width: 8.3333333333%; }
  body .medium-2 {
    width: 16.6666666667%; }
  body .medium-3 {
    width: 25%; }
  body .medium-4 {
    width: 33.3333333333%; }
  body .medium-5 {
    width: 41.6666666667%; }
  body .medium-6 {
    width: 50%; }
  body .medium-7 {
    width: 58.3333333333%; }
  body .medium-8 {
    width: 66.6666666667%; }
  body .medium-9 {
    width: 75%; }
  body .medium-10 {
    width: 83.3333333333%; }
  body .medium-11 {
    width: 91.6666666667%; }
  body .medium-12 {
    width: 100%; }
  body .medium-grid-1 {
    margin-left: auto;
    margin-right: auto;
    max-width: 1200px;
    width: 100%; }
    body .medium-grid-1 > li {
      display: block;
      float: left;
      margin-bottom: 40px;
      padding: 0 20px;
      width: 100%; }
  body .medium-grid-2 {
    margin-left: auto;
    margin-right: auto;
    max-width: 1200px;
    width: 100%; }
    body .medium-grid-2 > li {
      display: block;
      float: left;
      margin-bottom: 40px;
      padding: 0 20px;
      width: 50%; }
  body .medium-grid-3 {
    margin-left: auto;
    margin-right: auto;
    max-width: 1200px;
    width: 100%; }
    body .medium-grid-3 > li {
      display: block;
      float: left;
      margin-bottom: 40px;
      padding: 0 20px;
      width: 33.3333333333%; }
  body .medium-grid-4 {
    margin-left: auto;
    margin-right: auto;
    max-width: 1200px;
    width: 100%; }
    body .medium-grid-4 > li {
      display: block;
      float: left;
      margin-bottom: 40px;
      padding: 0 20px;
      width: 25%; }
  body .medium-grid-5 {
    margin-left: auto;
    margin-right: auto;
    max-width: 1200px;
    width: 100%; }
    body .medium-grid-5 > li {
      display: block;
      float: left;
      margin-bottom: 40px;
      padding: 0 20px;
      width: 20%; }
  body .medium-grid-6 {
    margin-left: auto;
    margin-right: auto;
    max-width: 1200px;
    width: 100%; }
    body .medium-grid-6 > li {
      display: block;
      float: left;
      margin-bottom: 40px;
      padding: 0 20px;
      width: 16.6666666667%; }
  body .medium-grid-7 {
    margin-left: auto;
    margin-right: auto;
    max-width: 1200px;
    width: 100%; }
    body .medium-grid-7 > li {
      display: block;
      float: left;
      margin-bottom: 40px;
      padding: 0 20px;
      width: 14.2857142857%; }
  body .medium-grid-8 {
    margin-left: auto;
    margin-right: auto;
    max-width: 1200px;
    width: 100%; }
    body .medium-grid-8 > li {
      display: block;
      float: left;
      margin-bottom: 40px;
      padding: 0 20px;
      width: 12.5%; }
  body .medium-grid-9 {
    margin-left: auto;
    margin-right: auto;
    max-width: 1200px;
    width: 100%; }
    body .medium-grid-9 > li {
      display: block;
      float: left;
      margin-bottom: 40px;
      padding: 0 20px;
      width: 11.1111111111%; }
  body .medium-grid-10 {
    margin-left: auto;
    margin-right: auto;
    max-width: 1200px;
    width: 100%; }
    body .medium-grid-10 > li {
      display: block;
      float: left;
      margin-bottom: 40px;
      padding: 0 20px;
      width: 10%; }
  body .medium-grid-11 {
    margin-left: auto;
    margin-right: auto;
    max-width: 1200px;
    width: 100%; }
    body .medium-grid-11 > li {
      display: block;
      float: left;
      margin-bottom: 40px;
      padding: 0 20px;
      width: 9.0909090909%; }
  body .medium-grid-12 {
    margin-left: auto;
    margin-right: auto;
    max-width: 1200px;
    width: 100%; }
    body .medium-grid-12 > li {
      display: block;
      float: left;
      margin-bottom: 40px;
      padding: 0 20px;
      width: 8.3333333333%; }
  body .medium-up-show {
    display: block !important; } }
@media only screen and (min-width: 1024px) {
  body .large-1 {
    width: 8.3333333333%; }
  body .large-2 {
    width: 16.6666666667%; }
  body .large-3 {
    width: 25%; }
  body .large-4 {
    width: 33.3333333333%; }
  body .large-5 {
    width: 41.6666666667%; }
  body .large-6 {
    width: 50%; }
  body .large-7 {
    width: 58.3333333333%; }
  body .large-8 {
    width: 66.6666666667%; }
  body .large-9 {
    width: 75%; }
  body .large-10 {
    width: 83.3333333333%; }
  body .large-11 {
    width: 91.6666666667%; }
  body .large-12 {
    width: 100%; }
  body .large-grid-1 {
    margin-left: auto;
    margin-right: auto;
    max-width: 1200px;
    width: 100%; }
    body .large-grid-1 > li {
      display: block;
      float: left;
      margin-bottom: 40px;
      padding: 0 20px;
      width: 100%; }
  body .large-grid-2 {
    margin-left: auto;
    margin-right: auto;
    max-width: 1200px;
    width: 100%; }
    body .large-grid-2 > li {
      display: block;
      float: left;
      margin-bottom: 40px;
      padding: 0 20px;
      width: 50%; }
  body .large-grid-3 {
    margin-left: auto;
    margin-right: auto;
    max-width: 1200px;
    width: 100%; }
    body .large-grid-3 > li {
      display: block;
      float: left;
      margin-bottom: 40px;
      padding: 0 20px;
      width: 33.3333333333%; }
  body .large-grid-4 {
    margin-left: auto;
    margin-right: auto;
    max-width: 1200px;
    width: 100%; }
    body .large-grid-4 > li {
      display: block;
      float: left;
      margin-bottom: 40px;
      padding: 0 20px;
      width: 25%; }
  body .large-grid-5 {
    margin-left: auto;
    margin-right: auto;
    max-width: 1200px;
    width: 100%; }
    body .large-grid-5 > li {
      display: block;
      float: left;
      margin-bottom: 40px;
      padding: 0 20px;
      width: 20%; }
  body .large-grid-6 {
    margin-left: auto;
    margin-right: auto;
    max-width: 1200px;
    width: 100%; }
    body .large-grid-6 > li {
      display: block;
      float: left;
      margin-bottom: 40px;
      padding: 0 20px;
      width: 16.6666666667%; }
  body .large-grid-7 {
    margin-left: auto;
    margin-right: auto;
    max-width: 1200px;
    width: 100%; }
    body .large-grid-7 > li {
      display: block;
      float: left;
      margin-bottom: 40px;
      padding: 0 20px;
      width: 14.2857142857%; }
  body .large-grid-8 {
    margin-left: auto;
    margin-right: auto;
    max-width: 1200px;
    width: 100%; }
    body .large-grid-8 > li {
      display: block;
      float: left;
      margin-bottom: 40px;
      padding: 0 20px;
      width: 12.5%; }
  body .large-grid-9 {
    margin-left: auto;
    margin-right: auto;
    max-width: 1200px;
    width: 100%; }
    body .large-grid-9 > li {
      display: block;
      float: left;
      margin-bottom: 40px;
      padding: 0 20px;
      width: 11.1111111111%; }
  body .large-grid-10 {
    margin-left: auto;
    margin-right: auto;
    max-width: 1200px;
    width: 100%; }
    body .large-grid-10 > li {
      display: block;
      float: left;
      margin-bottom: 40px;
      padding: 0 20px;
      width: 10%; }
  body .large-grid-11 {
    margin-left: auto;
    margin-right: auto;
    max-width: 1200px;
    width: 100%; }
    body .large-grid-11 > li {
      display: block;
      float: left;
      margin-bottom: 40px;
      padding: 0 20px;
      width: 9.0909090909%; }
  body .large-grid-12 {
    margin-left: auto;
    margin-right: auto;
    max-width: 1200px;
    width: 100%; }
    body .large-grid-12 > li {
      display: block;
      float: left;
      margin-bottom: 40px;
      padding: 0 20px;
      width: 8.3333333333%; }
  body .large-up-show {
    display: block !important; } }
@media only screen and (min-width: 1280px) {
  body .xlarge-1 {
    width: 8.3333333333%; }
  body .xlarge-2 {
    width: 16.6666666667%; }
  body .xlarge-3 {
    width: 25%; }
  body .xlarge-4 {
    width: 33.3333333333%; }
  body .xlarge-5 {
    width: 41.6666666667%; }
  body .xlarge-6 {
    width: 50%; }
  body .xlarge-7 {
    width: 58.3333333333%; }
  body .xlarge-8 {
    width: 66.6666666667%; }
  body .xlarge-9 {
    width: 75%; }
  body .xlarge-10 {
    width: 83.3333333333%; }
  body .xlarge-11 {
    width: 91.6666666667%; }
  body .xlarge-12 {
    width: 100%; } }
@media only screen and (min-width: 1025px) {
  body .not-touch-1 {
    width: 8.3333333333%; }
  body .not-touch-2 {
    width: 16.6666666667%; }
  body .not-touch-3 {
    width: 25%; }
  body .not-touch-4 {
    width: 33.3333333333%; }
  body .not-touch-5 {
    width: 41.6666666667%; }
  body .not-touch-6 {
    width: 50%; }
  body .not-touch-7 {
    width: 58.3333333333%; }
  body .not-touch-8 {
    width: 66.6666666667%; }
  body .not-touch-9 {
    width: 75%; }
  body .not-touch-10 {
    width: 83.3333333333%; }
  body .not-touch-11 {
    width: 91.6666666667%; }
  body .not-touch-12 {
    width: 100%; } }

@media only screen and (max-width: 479px) {
  body .xsmall-down-hide {
    display: none; }
  body .xsmall-down-show {
    display: block; } }
@media only screen and (max-width: 639px) {
  body .small-down-hide {
    display: none; }
  body .small-down-show {
    display: block; } }
@media only screen and (max-width: 1023px) {
  body .medium-down-hide {
    display: none; }
  body .medium-down-show {
    display: block; } }
@media only screen and (max-width: 1279px) {
  body .large-down-hide {
    display: none; }
  body .large-down-show {
    display: block; } }
@media only screen and (max-width: 1024px) {
  body .touch-down-hide {
    display: none; }
  body .touch-down-show {
    display: block; } }

/*for custom media for resizing window on desktop*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-resolution: 240dpi) {
  [class*="icon"] {
    background-image: url(../img/icons@2x.png); } }
body .contacts-icons {
  margin-left: 30px; }
  body .contacts-icons a {
    border-bottom-color: transparent; }
    @media only screen and (min-width: 1025px) {
      body .contacts-icons a:hover, body .contacts-icons a:focus {
        border-bottom-color: rgba(255, 133, 98, 0.4);
        color: #ff8562; } }
  body .contacts-icons li {
    text-align: left;
    margin-bottom: 10px; }
  body .contacts-icons li:before {
    display: block !important;
    border-radius: 0; }
  body .contacts-icons [class*="-icon-before"]:before {
    margin-top: -7px;
    left: -30px; }

.text-center .contacts-icons {
  display: inline-block;
  width: auto; }

.phone-icon-before:before {
  background: url(../img/icons.png) no-repeat -80px 0;
  background-size: 280px;
  display: inline-block;
  height: 20px;
  width: 20px;
  vertical-align: middle; }
@media only screen and (min-width: 1025px) {
  .phone-icon-before:hover:before, .phone-icon-before:focus:before {
    background-position: -160px 0; } }

.mail-icon-before:before {
  background: url(../img/icons.png) no-repeat -120px 0;
  background-size: 280px;
  display: inline-block;
  height: 20px;
  width: 20px;
  vertical-align: middle; }
@media only screen and (min-width: 1025px) {
  .mail-icon-before:hover:before, .mail-icon-before:focus:before {
    background-position: -200px 0; } }

.place-icon-before:before {
  background: url(../img/icons.png) no-repeat -80px -40px;
  background-size: 280px;
  display: inline-block;
  height: 20px;
  width: 20px;
  vertical-align: middle; }
@media only screen and (min-width: 1025px) {
  .place-icon-before:hover:before, .place-icon-before:focus:before {
    background-position: -120px -40px; } }

.facebook-icon-before:before {
  background: url(../img/icons.png) no-repeat -80px -80px;
  background-size: 280px;
  display: inline-block;
  height: 20px;
  width: 20px;
  vertical-align: middle; }
@media only screen and (min-width: 1025px) {
  .facebook-icon-before:hover:before, .facebook-icon-before:focus:before {
    background-position: -120px -80px; } }

.time-icon-before:before {
  background: url(../img/icons.png) no-repeat -160px -40px;
  background-size: 280px;
  display: inline-block;
  height: 20px;
  width: 20px;
  vertical-align: middle; }

.social-icons {
  list-style: none;
  margin-left: 0;
  padding-top: 10px; }
  .social-icons li:before {
    display: none; }
  .social-icons li {
    display: inline-block; }
    .social-icons li:not(:first-child) {
      margin-left: 6px; }
  .social-icons [class*="-icon"] {
    background: url(../img/social-icons.png) no-repeat;
    display: inline-block;
    height: 35px;
    opacity: .7;
    vertical-align: middle;
    width: 35px; }
    @media only screen and (min-width: 1025px) {
      .social-icons [class*="-icon"]:hover, .social-icons [class*="-icon"]:focus, .social-icons [class*="-icon"]:active {
        opacity: 1; } }
  .social-icons a {
    border-bottom: none; }
  .social-icons .fb-icon {
    background-position: 0 0; }
  .social-icons .mail-icon {
    background-position: -45px 0; }

.delete-icon-before {
  border: none; }
  .delete-icon-before:before {
    background: url(../img/icons.png) no-repeat -80px -120px;
    background-size: 280px;
    display: inline-block;
    height: 20px;
    width: 20px;
    vertical-align: middle;
    content: '';
    margin-right: 5px;
    margin-top: -2px; }
  @media only screen and (min-width: 1025px) {
    .delete-icon-before:hover:before, .delete-icon-before:focus:before {
      background-position: -120px -120px; } }

/*for custom media for resizing window on desktop*/
/*-----------------------------------------------------typography-----------------------------------------------------*/
/*-----------------------------------------------------colors---------------------------------------------------------*/
.first-color {
  color: #ff8562; }

.light-color {
  color: #666; }
  .light-color.bordered, .delete-icon-before .light-color {
    border-bottom-color: rgba(102, 102, 102, 0.4); }

/*-----------------------------------------------------global mixins-----------------------------------------------------*/
/* multi-columns */
/* transition all */
/* transform CSS 3 */
.valign {
  display: inline-block;
  vertical-align: middle; }

/* For crossbrowser disabling selecting text by user */
.clear-list {
  list-style: none;
  margin-left: 0; }
  .clear-list li:before {
    display: none; }

.clearfix:before, .clearfix:after {
  content: " ";
  display: table; }
.clearfix:after {
  clear: both; }

.flexbox {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  display: flex;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto; }

.flexbox-wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  display: flex;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .flexbox-wrapper > * {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    -webkit-flex-wrap: wrap;
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto; }

/*-------------------------------------------------little reset-----------------------------------------------------*/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre,
form, fieldset, input, p, blockquote, table, th, td, embed, object, figure, select, ul li ul, ul li ol, ul li ul li, ul li ol li {
  margin: 0;
  padding: 0; }

fieldset, img, abbr {
  border: none; }

address, caption, cite, code, dfn, em,
h1, h2, h3, h4, h5, h6, strong, th, var {
  font-weight: normal;
  font-style: normal; }

a, ins {
  text-decoration: none; }

/*-----------------------------------------------------main styles-----------------------------------------------------*/
html {
  overflow: auto !important; }

body {
  background: #fff;
  color: #000;
  font: 300 16px/1.4 "Roboto", sans-serif;
  min-width: 320px;
  overflow-x: hidden; }

* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  color: inherit;
  display: block;
  text-align: center;
  text-transform: uppercase; }

h1, .h1, h1.row, .h1.row {
  font: 40px/1.2 "Roboto", sans-serif;
  margin-bottom: 40px; }
  h1 .description, .h1 .description, h1.row .description, .h1.row .description {
    font: 500 14px/1.3 "Roboto", sans-serif; }
  @media only screen and (max-width: 1023px) {
    h1, .h1, h1.row, .h1.row {
      font-size: 30px; } }

h2, .h2, h2.row, .h2.row {
  font: 30px/1.2 "Roboto", sans-serif;
  margin-bottom: 40px; }
  h2 + .button-wrapper, .h2 + .button-wrapper, h2.row + .button-wrapper, .h2.row + .button-wrapper {
    margin-top: -30px;
    margin-bottom: 40px; }

h3, .h3 {
  font-size: 24px;
  margin-bottom: 20px; }
  h3 .description, .h3 .description {
    font-size: 14px;
    opacity: .5; }

h4, .h4, h4.row, .h4.row {
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 10px; }

h5, .h5 {
  font-size: 17px;
  font-weight: 400;
  margin-bottom: 20px;
  text-transform: none; }

h6, .h6 {
  font-size: 15px;
  font-weight: 400;
  margin-bottom: 5px;
  text-transform: none;
  text-align: left; }

hr {
  border: none;
  margin: 0; }

.title-more {
  font-size: 14px;
  text-transform: none; }

img {
  display: inline-block;
  vertical-align: middle;
  height: auto;
  max-width: 100%;
  -ms-interpolation-mode: bicubic; }

[class*="column"] > img {
  width: 100%; }

strong, b {
  font-weight: 500; }

em, i, .italic {
  font-style: italic; }

ul, ul.basic {
  list-style-image: none;
  list-style-type: none;
  margin-left: 1.25rem; }
  ul li, ul.basic li {
    line-height: 1.4;
    position: relative;
    margin-bottom: 10px; }
    ul li:before, ul.basic li:before {
      background: #000;
      border-radius: 50%;
      display: block;
      height: 5px;
      content: '';
      left: -20px;
      position: absolute;
      top: 8px;
      width: 5px; }
  ul.basic li:before, ul.basic.basic li:before {
    display: block !important; }
  ul.text li, ul.basic.text li {
    margin-bottom: 3px; }
    ul.text li:before, ul.basic.text li:before {
      background: transparent;
      border-radius: 0;
      content: '\2014';
      height: auto;
      top: 1px;
      width: auto; }
  ul.centered, ul.basic.centered {
    display: table;
    margin-left: auto;
    margin-right: auto;
    width: auto; }
    ul.centered li, ul.basic.centered li {
      clear: both;
      float: left;
      text-align: left;
      width: auto; }

ol {
  margin-left: 1.25rem; }
  ol li {
    line-height: 1.4;
    margin-bottom: 10px; }

p {
  line-height: 1.4;
  margin-bottom: 10px; }
  p:last-child {
    margin-bottom: 0; }

/* links */
a {
  color: inherit; }

.bordered, .delete-icon-before * {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2); }

.dashed {
  border-bottom: 1px dashed rgba(0, 0, 0, 0.2); }

.dotted {
  border-bottom: 1px dotted rgba(0, 0, 0, 0.2); }

.bordered.inverted, .delete-icon-before .inverted, .dashed.inverted, .dotted.inverted {
  border-bottom-color: rgba(255, 255, 255, 0.2); }
@media only screen and (min-width: 1025px) {
  .bordered:hover, .delete-icon-before :hover, .bordered:focus, .delete-icon-before :focus, .dashed:hover, .dashed:focus, .dotted:hover, .dotted:focus {
    border-bottom-color: transparent; } }

.bordered-inverted, .xsmall-news span, .links-list a {
  border-bottom: 1px solid transparent; }

@media only screen and (min-width: 1025px) {
  .bordered-inverted:hover, .xsmall-news span:hover, .links-list a:hover, .bordered-inverted:focus, .xsmall-news span:focus, .links-list a:focus {
    border-bottom-color: rgba(255, 133, 98, 0.2); } }
@media only screen and (min-width: 1025px) {
  .bordered-inverted.inverted:hover, .xsmall-news span.inverted:hover, .links-list a.inverted:hover, .bordered-inverted.inverted:focus, .xsmall-news span.inverted:focus, .links-list a.inverted:focus {
    border-bottom-color: rgba(255, 255, 255, 0.2); } }

a {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2); }
  @media only screen and (min-width: 1025px) {
    a:hover, a:focus {
      border-bottom-color: transparent;
      color: #ff8562; } }

/* floats */
.left {
  float: left !important; }

.right {
  float: right !important; }

/* hidden */
.hide {
  display: none !important; }

.hidden {
  display: none; }

.visibility-hidden {
  visibility: hidden; }

/* text align */
.text-left {
  text-align: left !important; }

.text-right {
  text-align: right !important; }

.text-center {
  text-align: center !important; }

.text-indent {
  text-indent: 25px; }

/*------------------------------------------------global margins--------------------------------------------------*/
.offset-top-5 {
  margin-top: 5px !important; }

.offset-bottom-5 {
  margin-bottom: 5px !important; }

.offset-top-10 {
  margin-top: 10px !important; }

.offset-bottom-10 {
  margin-bottom: 10px !important; }

.offset-top-15 {
  margin-top: 15px !important; }

.offset-bottom-15 {
  margin-bottom: 15px !important; }

.offset-top-20 {
  margin-top: 20px !important; }

.offset-bottom-20 {
  margin-bottom: 20px !important; }

.offset-top-25 {
  margin-top: 25px !important; }

.offset-bottom-25 {
  margin-bottom: 25px !important; }

.offset-top-30 {
  margin-top: 30px !important; }

.offset-bottom-30 {
  margin-bottom: 30px !important; }

.offset-top-35 {
  margin-top: 35px !important; }

.offset-bottom-35 {
  margin-bottom: 35px !important; }

.offset-top-40 {
  margin-top: 40px !important; }

.offset-bottom-40 {
  margin-bottom: 40px !important; }

.offset-top-45 {
  margin-top: 45px !important; }

.offset-bottom-45 {
  margin-bottom: 45px !important; }

.offset-top-50 {
  margin-top: 50px !important; }

.offset-bottom-50 {
  margin-bottom: 50px !important; }

.offset-top-55 {
  margin-top: 55px !important; }

.offset-bottom-55 {
  margin-bottom: 55px !important; }

.offset-top-60 {
  margin-top: 60px !important; }

.offset-bottom-60 {
  margin-bottom: 60px !important; }

.offset-top-65 {
  margin-top: 65px !important; }

.offset-bottom-65 {
  margin-bottom: 65px !important; }

.offset-left-10 {
  margin-left: 10px; }

.offset-right-10 {
  margin-right: 10px; }

.offset-bottom-0 {
  margin-bottom: 0 !important; }

.no-offset {
  margin: 0 !important; }

body .negative-offset {
  margin-left: -20px;
  margin-right: -20px; }

/*------------------------------------------------width counter--------------------------------------------------*/
/* Width counter */
/*------------------------------------------------------others--------------------------------------------------------*/
.relative {
  position: relative; }

.description {
  font-size: 12px;
  line-height: 1.3; }

.full-width {
  width: 100%; }

.centered {
  margin-left: auto;
  margin-right: auto; }

.g-recaptcha {
  margin-top: 20px; }
  .g-recaptcha > div {
    display: inline-block; }

.error {
  color: #ff8562;
  font-size: 12px;
  font-weight: 400;
  margin-top: 5px; }

label {
  font: 300 16px/1.2 "Roboto", sans-serif;
  font-weight: 500;
  display: block;
  margin-bottom: 5px;
  text-align: left; }
  label.button {
    margin-bottom: 0; }

form {
  width: 100%; }

fieldset {
  display: block;
  border: 1px solid #a6a6a6;
  border-radius: 0;
  padding: 20px; }
  fieldset:not(:first-child) {
    margin-top: 15px; }

legend {
  font: 300 16px/1.2 "Roboto", sans-serif;
  font-weight: 500;
  display: block;
  margin: 0 -10px;
  padding: 0 10px; }

.basic-form label:not(:first-child) {
  margin-top: 15px; }
.basic-form label + .upload {
  margin-top: 5px; }
.basic-form label.button {
  margin-top: 0; }
.basic-form label .description {
  display: block;
  font-weight: 400; }
.basic-form label.button {
  margin-top: 0; }
.basic-form legend + label {
  margin-top: 0 !important; }
.basic-form.small label:not(:first-child) {
  margin-top: 5px; }
.basic-form.bordered, .delete-icon-before .basic-form {
  border: 2px solid rgba(0, 0, 0, 0.05);
  padding: 20px; }

.form-part {
  margin-left: 40px;
  position: relative; }
  .form-part:before, .form-part:after {
    content: '';
    display: block;
    position: absolute; }
  .form-part:before {
    background: rgba(0, 0, 0, 0.5);
    background: -webkit-linear-gradient(top, transparent, #a6a6a6);
    /* Safari 5.1, iOS 5.0-6.1, Chrome 10-25, Android 4.0-4.3 */
    background: -moz-linear-gradient(top, transparent, #a6a6a6);
    /* Firefox 3.6-15 */
    background: -o-linear-gradient(top, transparent, #a6a6a6);
    /* Opera 11.1-12 */
    background: linear-gradient(to bottom, transparent, #a6a6a6);
    /* Opera 15+, Chrome 25+, IE 10+, Firefox 16+, Safari 6.1+, iOS 7+, Android 4.4+ */
    height: 50%;
    left: -20px;
    top: 0;
    width: 1px; }
  .form-part:after {
    background: #a6a6a6;
    height: 1px;
    left: -20px;
    top: 50%;
    width: 20px; }

fieldset.form-info {
  background: rgba(0, 0, 0, 0.03);
  border: none;
  margin-top: 30px; }
  fieldset.form-info .columns {
    margin-bottom: 20px;
    margin-top: 10px; }

/*-------------------------------------------------input, textarea-------------------------------------------------*/
[type="text"],
[type="password"],
[type="search"],
[type="number"],
[type="tel"],
[type="email"],
[type="url"],
textarea {
  background: #fff;
  border: 1px solid #a6a6a6;
  border-radius: 0;
  box-shadow: none !important;
  color: #000;
  display: inline-block;
  font: 300 16px/1.2 "Roboto", sans-serif;
  height: 36px;
  margin: 0;
  outline: none;
  padding: 0 10px;
  vertical-align: middle;
  -webkit-appearance: none;
  width: 100%; }
  @media only screen and (min-width: 1025px) {
    [type="text"]:hover, [type="text"]:active, [type="text"]:focus,
    [type="password"]:hover,
    [type="password"]:active,
    [type="password"]:focus,
    [type="search"]:hover,
    [type="search"]:active,
    [type="search"]:focus,
    [type="number"]:hover,
    [type="number"]:active,
    [type="number"]:focus,
    [type="tel"]:hover,
    [type="tel"]:active,
    [type="tel"]:focus,
    [type="email"]:hover,
    [type="email"]:active,
    [type="email"]:focus,
    [type="url"]:hover,
    [type="url"]:active,
    [type="url"]:focus,
    textarea:hover,
    textarea:active,
    textarea:focus {
      border-color: #ff8562; } }
  [type="text"][disabled],
  [type="password"][disabled],
  [type="search"][disabled],
  [type="number"][disabled],
  [type="tel"][disabled],
  [type="email"][disabled],
  [type="url"][disabled],
  textarea[disabled] {
    border: 1px solid #a6a6a6;
    color: rgba(0, 0, 0, 0.5);
    cursor: default; }
  [type="text"].error,
  [type="password"].error,
  [type="search"].error,
  [type="number"].error,
  [type="tel"].error,
  [type="email"].error,
  [type="url"].error,
  textarea.error {
    border-color: #ff8562;
    color: #ff8562;
    font-size: 16px;
    font-weight: 400;
    margin-top: 0;
    outline: 1px solid #ff8562; }

.focus-large {
  transition: all 300ms ease-out; }
  .focus-large:focus {
    min-height: 200px; }

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0; }

input[type=number] {
  -moz-appearance: textfield; }

input::-moz-placeholder {
  opacity: .5; }

input::-webkit-input-placeholder {
  opacity: .5; }

input:-ms-input-placeholder {
  opacity: .5; }

input::-ms-input-placeholder {
  opacity: .5; }

input::placeholder {
  opacity: .5; }

body textarea {
  border-radius: 0;
  height: 106px;
  min-height: 106px;
  line-height: 1.3;
  padding-bottom: .5rem;
  padding-top: .5rem;
  resize: vertical;
  -webkit-appearance: none; }
  body textarea.small {
    height: 64px;
    min-height: 64px; }
    body textarea.small.focus-large:focus {
      min-height: 100px; }
    @media only screen and (max-width: 639px) {
      body textarea.small {
        min-height: 100px; }
        body textarea.small.focus-large:focus {
          min-height: 200px; } }
  body textarea.large {
    min-height: 300px; }
    body textarea.large.focus-large:focus {
      min-height: 600px; }
    @media only screen and (max-width: 639px) {
      body textarea.large {
        min-height: 500px; }
        body textarea.large.focus-large:focus {
          min-height: 1000px; } }

/*----------------------------------------------------checkboxes---------------------------------------------------------*/
input[type="checkbox"] {
  display: none;
  visibility: hidden; }
  input[type="checkbox"][disabled] + label {
    opacity: .5;
    cursor: default; }
    @media only screen and (min-width: 1025px) {
      input[type="checkbox"][disabled] + label:hover:before, input[type="checkbox"][disabled] + label:focus:before {
        background-color: #f2f2f2;
        border-color: #a6a6a6; } }
  @media only screen and (min-width: 1025px) {
    input[type="checkbox"][disabled][checked] + label:hover:before, input[type="checkbox"][disabled][checked] + label:focus:before {
      background-color: #000;
      border-color: #000; } }
  input[type="checkbox"] + label {
    display: inline-block;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    font-weight: 400; }
    @media only screen and (min-width: 1025px) {
      input[type="checkbox"] + label:hover:before, input[type="checkbox"] + label:focus:before {
        background-color: #666;
        border-color: #666; } }
  input[type="checkbox"] + label:before {
    display: inline-block;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    background-color: #f2f2f2;
    border: 1px solid #a6a6a6;
    content: '';
    height: 20px;
    margin-right: 5px;
    margin-top: -2px;
    position: relative;
    width: 20px; }
  input[type="checkbox"]:checked + label:before {
    background: url(../img/icons.png) no-repeat 0 -80px;
    background-size: 280px;
    display: inline-block;
    height: 20px;
    width: 20px;
    vertical-align: middle;
    background-color: #000;
    border-color: #000; }
  input[type="checkbox"].error + label {
    color: #ff8562;
    font-weight: 400; }
    input[type="checkbox"].error + label:before {
      border-color: #ff8562;
      outline: 1px solid #ff8562; }

.inputs-list {
  list-style: none;
  margin-left: 0; }
  .inputs-list li:before {
    display: none; }
  .inputs-list:before, .inputs-list:after {
    content: " ";
    display: table; }
  .inputs-list:after {
    clear: both; }
  .inputs-list li {
    display: inline-block;
    margin: 5px 0;
    padding-left: 30px !important;
    position: relative;
    vertical-align: top;
    width: 100%; }
  .inputs-list input[type="checkbox"] + label, .inputs-list input[type="radio"] + label {
    left: 0;
    position: absolute !important;
    top: -2px; }
    .inputs-list input[type="checkbox"] + label + label, .inputs-list input[type="radio"] + label + label {
      margin-left: 0;
      vertical-align: top; }
  .inputs-list.centered {
    display: table;
    margin-left: auto;
    margin-right: auto;
    width: auto; }
    .inputs-list.centered li {
      clear: both;
      float: left;
      text-align: left;
      width: auto; }

form .text-left {
  position: relative; }
  form .text-left > input[type="checkbox"] + label:before, form .text-left input[type="radio"] + label:before {
    left: 0;
    position: absolute !important; }
  form .text-left > input[type="checkbox"] + label, form .text-left input[type="radio"] + label {
    margin-top: 20px;
    padding-left: 30px; }

/*----------------------------------------------------radio---------------------------------------------------------*/
input[type="radio"] {
  display: none;
  visibility: hidden; }
  input[type="radio"][disabled] + label {
    background: none !important;
    border-color: #000 !important;
    opacity: .5 !important;
    cursor: default; }
    input[type="radio"][disabled] + label:after {
      display: none !important; }
    input[type="radio"][disabled] + label + label {
      opacity: .5 !important; }
  input[type="radio"] + label {
    background: #f2f2f2;
    border: 1px solid #a6a6a6;
    border-radius: 50%;
    display: inline-block;
    height: 20px;
    line-height: 1.25rem;
    margin-top: 0;
    margin-bottom: 0;
    padding: 3px;
    position: relative;
    vertical-align: top;
    width: 20px; }
    input[type="radio"] + label + label {
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      -o-user-select: none;
      user-select: none;
      display: inline-block;
      font-weight: 400;
      line-height: 1.25rem;
      margin-left: .2rem;
      margin-bottom: 0;
      margin-top: 0;
      vertical-align: top; }
    @media only screen and (min-width: 1025px) {
      input[type="radio"] + label:hover, input[type="radio"] + label:focus, input[type="radio"] + label:active {
        background: #ff8562; } }
    input[type="radio"] + label.inactive {
      background: none !important;
      border-color: #ccc !important;
      opacity: .5 !important;
      cursor: default; }
      input[type="radio"] + label.inactive:after {
        display: none !important; }
      input[type="radio"] + label.inactive + label {
        opacity: .5 !important; }
  input[type="radio"]:checked + label {
    background-color: #ff8562;
    position: relative;
    opacity: 1; }
    input[type="radio"]:checked + label:after {
      -webkit-transform: translate(-50%, -50%);
      -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      -o-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      background: #fff;
      border-radius: 50%;
      content: '';
      display: block;
      height: 9px;
      left: 50%;
      position: absolute;
      top: 50%;
      width: 9px; }

.custom-radio-wrapper {
  background: #eee;
  border-radius: 10px;
  overflow: hidden; }
  .custom-radio-wrapper input[type="radio"] + label {
    background: #eee;
    border-radius: 10px;
    height: 30px;
    line-height: 30px;
    margin-bottom: 0;
    padding: 0;
    position: relative;
    text-align: center;
    width: 50px; }
    .custom-radio-wrapper input[type="radio"] + label:after {
      display: none; }
  .custom-radio-wrapper input[type="radio"]:checked + label {
    background: #ff8562;
    font-weight: 500; }
  .custom-radio-wrapper [type="radio"][id*="yes"] + label:after {
    left: 100%; }
  .custom-radio-wrapper [type="radio"][id*="yes"]:checked + label:after {
    left: 0; }
  .custom-radio-wrapper [type="radio"][id*="no"] + label:after {
    left: -100%; }
  .custom-radio-wrapper [type="radio"][id*="no"]:checked + label:after {
    left: 0; }

/*----------------------------------------------------select---------------------------------------------------------*/
select {
  background: url(../img/select-arrow.png) no-repeat right center #fff;
  border: 1px solid #a6a6a6;
  border-radius: 0;
  box-shadow: none !important;
  color: #000;
  display: inline-block;
  font: 300 16px/1.2 "Roboto", sans-serif;
  height: 36px;
  margin: 0;
  outline: none;
  padding: 0 10px;
  vertical-align: middle;
  width: 100%;
  -webkit-appearance: none;
  line-height: 1em;
  /* for FF */
  -moz-appearance: none;
  text-indent: 0.01px;
  text-overflow: '';
  /* for IE */
  -ms-appearance: none;
  appearance: none !important; }
  @media only screen and (min-width: 1025px) {
    select:hover, select:active, select:focus {
      border-color: #ff8562; } }
  select[disabled] {
    border: 1px solid #a6a6a6;
    color: rgba(0, 0, 0, 0.5);
    cursor: default; }
  select option {
    font-size: 16px;
    font-weight: 300; }
  select.error {
    border-color: #ff8562;
    color: #ff8562;
    font-size: 16px;
    font-weight: 400;
    margin-top: 0;
    outline: 1px solid #ff8562; }
  select[multiple] {
    background: #fff;
    height: auto;
    max-height: 200px; }
    select[multiple] option {
      padding: 5px 0; }

select::-ms-expand {
  display: none; }

/*----------------------------------------------------buttons---------------------------------------------------------*/
body button, body [type="submit"], body [type="button"] {
  background: none;
  border: none;
  border-radius: 0;
  cursor: pointer;
  font: 300 15px "Roboto", sans-serif;
  padding: 0;
  -webkit-appearance: none; }
  body button.description, body [type="submit"].description, body [type="button"].description {
    font-size: 12px; }
  body button:focus, body button:active, body [type="submit"]:focus, body [type="submit"]:active, body [type="button"]:focus, body [type="button"]:active {
    outline: none; }

.button, body .button, body [type="submit"].button, body [type="button"].button {
  transition: background 300ms ease-out;
  display: inline-block;
  vertical-align: middle;
  background: #ff8562;
  border: none;
  color: #fff;
  cursor: pointer;
  font: 300 16px/1.2 "Roboto", sans-serif;
  font-weight: 500;
  height: auto;
  line-height: 1.4;
  padding: 7px 16px;
  text-align: center; }
  @media only screen and (min-width: 1025px) {
    .button:hover, .button:focus, .button:active, body .button:hover, body .button:focus, body .button:active, body [type="submit"].button:hover, body [type="submit"].button:focus, body [type="submit"].button:active, body [type="button"].button:hover, body [type="button"].button:focus, body [type="button"].button:active {
      background: #ff5d2f; }
      .button:hover[disabled], .button:hover.disabled, .button:focus[disabled], .button:focus.disabled, .button:active[disabled], .button:active.disabled, body .button:hover[disabled], body .button:hover.disabled, body .button:focus[disabled], body .button:focus.disabled, body .button:active[disabled], body .button:active.disabled, body [type="submit"].button:hover[disabled], body [type="submit"].button:hover.disabled, body [type="submit"].button:focus[disabled], body [type="submit"].button:focus.disabled, body [type="submit"].button:active[disabled], body [type="submit"].button:active.disabled, body [type="button"].button:hover[disabled], body [type="button"].button:hover.disabled, body [type="button"].button:focus[disabled], body [type="button"].button:focus.disabled, body [type="button"].button:active[disabled], body [type="button"].button:active.disabled {
        background: #ff8562; } }
  .button.with-arrow:after, body .button.with-arrow:after, body [type="submit"].button.with-arrow:after, body [type="button"].button.with-arrow:after {
    display: inline-block;
    vertical-align: middle;
    background: url(../img/icons.png) no-repeat -240px -40px;
    background-size: 280px;
    display: inline-block;
    height: 7px;
    width: 12px;
    vertical-align: middle;
    content: '';
    margin-left: 10px; }
  @media only screen and (min-width: 1025px) {
    .button.with-arrow:hover:after, .button.with-arrow:focus:after, .button.with-arrow:active:after, body .button.with-arrow:hover:after, body .button.with-arrow:focus:after, body .button.with-arrow:active:after, body [type="submit"].button.with-arrow:hover:after, body [type="submit"].button.with-arrow:focus:after, body [type="submit"].button.with-arrow:active:after, body [type="button"].button.with-arrow:hover:after, body [type="button"].button.with-arrow:focus:after, body [type="button"].button.with-arrow:active:after {
      background-position: -240px -40px !important; } }
  .button.with-arrow.active:after, body .button.with-arrow.active:after, body [type="submit"].button.with-arrow.active:after, body [type="button"].button.with-arrow.active:after {
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    transform: rotate(-180deg);
    margin-top: -2px; }
  .button.light, body .button.light, body [type="submit"].button.light, body [type="button"].button.light {
    opacity: .5; }
  .button.btns, body .button.btns, body [type="submit"].button.btns, body [type="button"].button.btns {
    margin: 8px; }
  .button.white, body .button.white, body [type="submit"].button.white, body [type="button"].button.white {
    background: #fff;
    color: #000; }
    @media only screen and (min-width: 1025px) {
      .button.white:hover, .button.white:focus, .button.white:active, body .button.white:hover, body .button.white:focus, body .button.white:active, body [type="submit"].button.white:hover, body [type="submit"].button.white:focus, body [type="submit"].button.white:active, body [type="button"].button.white:hover, body [type="button"].button.white:focus, body [type="button"].button.white:active {
        background: #000;
        color: #fff; }
        .button.white:hover[disabled], .button.white:hover.disabled, .button.white:focus[disabled], .button.white:focus.disabled, .button.white:active[disabled], .button.white:active.disabled, body .button.white:hover[disabled], body .button.white:hover.disabled, body .button.white:focus[disabled], body .button.white:focus.disabled, body .button.white:active[disabled], body .button.white:active.disabled, body [type="submit"].button.white:hover[disabled], body [type="submit"].button.white:hover.disabled, body [type="submit"].button.white:focus[disabled], body [type="submit"].button.white:focus.disabled, body [type="submit"].button.white:active[disabled], body [type="submit"].button.white:active.disabled, body [type="button"].button.white:hover[disabled], body [type="button"].button.white:hover.disabled, body [type="button"].button.white:focus[disabled], body [type="button"].button.white:focus.disabled, body [type="button"].button.white:active[disabled], body [type="button"].button.white:active.disabled {
          background: #fff;
          color: #000; } }
  .button.white-inverted, body .button.white-inverted, body [type="submit"].button.white-inverted, body [type="button"].button.white-inverted {
    background: #fff;
    border: 2px solid #fff;
    color: #ff8562;
    padding: 5px 16px; }
    @media only screen and (min-width: 1025px) {
      .button.white-inverted:hover, .button.white-inverted:focus, .button.white-inverted:active, body .button.white-inverted:hover, body .button.white-inverted:focus, body .button.white-inverted:active, body [type="submit"].button.white-inverted:hover, body [type="submit"].button.white-inverted:focus, body [type="submit"].button.white-inverted:active, body [type="button"].button.white-inverted:hover, body [type="button"].button.white-inverted:focus, body [type="button"].button.white-inverted:active {
        background: transparent;
        color: #fff; }
        .button.white-inverted:hover[disabled], .button.white-inverted:hover.disabled, .button.white-inverted:focus[disabled], .button.white-inverted:focus.disabled, .button.white-inverted:active[disabled], .button.white-inverted:active.disabled, body .button.white-inverted:hover[disabled], body .button.white-inverted:hover.disabled, body .button.white-inverted:focus[disabled], body .button.white-inverted:focus.disabled, body .button.white-inverted:active[disabled], body .button.white-inverted:active.disabled, body [type="submit"].button.white-inverted:hover[disabled], body [type="submit"].button.white-inverted:hover.disabled, body [type="submit"].button.white-inverted:focus[disabled], body [type="submit"].button.white-inverted:focus.disabled, body [type="submit"].button.white-inverted:active[disabled], body [type="submit"].button.white-inverted:active.disabled, body [type="button"].button.white-inverted:hover[disabled], body [type="button"].button.white-inverted:hover.disabled, body [type="button"].button.white-inverted:focus[disabled], body [type="button"].button.white-inverted:focus.disabled, body [type="button"].button.white-inverted:active[disabled], body [type="button"].button.white-inverted:active.disabled {
          background: #fff;
          color: #ff8562; } }
  .button.inverted, body .button.inverted, body [type="submit"].button.inverted, body [type="button"].button.inverted {
    border: 2px solid #ff8562;
    background: transparent;
    color: #ff8562;
    padding: 5px 16px; }
    @media only screen and (min-width: 1025px) {
      .button.inverted:hover, .button.inverted:focus, .button.inverted:active, body .button.inverted:hover, body .button.inverted:focus, body .button.inverted:active, body [type="submit"].button.inverted:hover, body [type="submit"].button.inverted:focus, body [type="submit"].button.inverted:active, body [type="button"].button.inverted:hover, body [type="button"].button.inverted:focus, body [type="button"].button.inverted:active {
        background: #ff8562;
        border-color: #ff8562;
        color: #fff; }
        .button.inverted:hover[disabled], .button.inverted:hover.disabled, .button.inverted:focus[disabled], .button.inverted:focus.disabled, .button.inverted:active[disabled], .button.inverted:active.disabled, body .button.inverted:hover[disabled], body .button.inverted:hover.disabled, body .button.inverted:focus[disabled], body .button.inverted:focus.disabled, body .button.inverted:active[disabled], body .button.inverted:active.disabled, body [type="submit"].button.inverted:hover[disabled], body [type="submit"].button.inverted:hover.disabled, body [type="submit"].button.inverted:focus[disabled], body [type="submit"].button.inverted:focus.disabled, body [type="submit"].button.inverted:active[disabled], body [type="submit"].button.inverted:active.disabled, body [type="button"].button.inverted:hover[disabled], body [type="button"].button.inverted:hover.disabled, body [type="button"].button.inverted:focus[disabled], body [type="button"].button.inverted:focus.disabled, body [type="button"].button.inverted:active[disabled], body [type="button"].button.inverted:active.disabled {
          background: transparent; } }
    .button.inverted.with-arrow:after, body .button.inverted.with-arrow:after, body [type="submit"].button.inverted.with-arrow:after, body [type="button"].button.inverted.with-arrow:after {
      background-position: -240px 0; }
  .button.basic, body .button.basic, body [type="submit"].button.basic, body [type="button"].button.basic {
    background: #000; }
    @media only screen and (min-width: 1025px) {
      .button.basic:hover, .button.basic:focus, .button.basic:active, body .button.basic:hover, body .button.basic:focus, body .button.basic:active, body [type="submit"].button.basic:hover, body [type="submit"].button.basic:focus, body [type="submit"].button.basic:active, body [type="button"].button.basic:hover, body [type="button"].button.basic:focus, body [type="button"].button.basic:active {
        background: #666; }
        .button.basic:hover[disabled], .button.basic:hover.disabled, .button.basic:focus[disabled], .button.basic:focus.disabled, .button.basic:active[disabled], .button.basic:active.disabled, body .button.basic:hover[disabled], body .button.basic:hover.disabled, body .button.basic:focus[disabled], body .button.basic:focus.disabled, body .button.basic:active[disabled], body .button.basic:active.disabled, body [type="submit"].button.basic:hover[disabled], body [type="submit"].button.basic:hover.disabled, body [type="submit"].button.basic:focus[disabled], body [type="submit"].button.basic:focus.disabled, body [type="submit"].button.basic:active[disabled], body [type="submit"].button.basic:active.disabled, body [type="button"].button.basic:hover[disabled], body [type="button"].button.basic:hover.disabled, body [type="button"].button.basic:focus[disabled], body [type="button"].button.basic:focus.disabled, body [type="button"].button.basic:active[disabled], body [type="button"].button.basic:active.disabled {
          background: #000; } }
    .button.basic.inverted, body .button.basic.inverted, body [type="submit"].button.basic.inverted, body [type="button"].button.basic.inverted {
      background: transparent;
      border-color: #000;
      color: #000; }
      @media only screen and (min-width: 1025px) {
        .button.basic.inverted:hover, .button.basic.inverted:focus, .button.basic.inverted:active, body .button.basic.inverted:hover, body .button.basic.inverted:focus, body .button.basic.inverted:active, body [type="submit"].button.basic.inverted:hover, body [type="submit"].button.basic.inverted:focus, body [type="submit"].button.basic.inverted:active, body [type="button"].button.basic.inverted:hover, body [type="button"].button.basic.inverted:focus, body [type="button"].button.basic.inverted:active {
          background: #666;
          border-color: #666;
          color: #fff; }
          .button.basic.inverted:hover[disabled], .button.basic.inverted:hover.disabled, .button.basic.inverted:focus[disabled], .button.basic.inverted:focus.disabled, .button.basic.inverted:active[disabled], .button.basic.inverted:active.disabled, body .button.basic.inverted:hover[disabled], body .button.basic.inverted:hover.disabled, body .button.basic.inverted:focus[disabled], body .button.basic.inverted:focus.disabled, body .button.basic.inverted:active[disabled], body .button.basic.inverted:active.disabled, body [type="submit"].button.basic.inverted:hover[disabled], body [type="submit"].button.basic.inverted:hover.disabled, body [type="submit"].button.basic.inverted:focus[disabled], body [type="submit"].button.basic.inverted:focus.disabled, body [type="submit"].button.basic.inverted:active[disabled], body [type="submit"].button.basic.inverted:active.disabled, body [type="button"].button.basic.inverted:hover[disabled], body [type="button"].button.basic.inverted:hover.disabled, body [type="button"].button.basic.inverted:focus[disabled], body [type="button"].button.basic.inverted:focus.disabled, body [type="button"].button.basic.inverted:active[disabled], body [type="button"].button.basic.inverted:active.disabled {
            background: transparent;
            color: #000; } }
  .button.rounded, body .button.rounded, body [type="submit"].button.rounded, body [type="button"].button.rounded {
    border-radius: 15px; }
    .button.rounded.large, body .button.rounded.large, body [type="submit"].button.rounded.large, body [type="button"].button.rounded.large {
      border-radius: 30px; }
  .button.small, body .button.small, body [type="submit"].button.small, body [type="button"].button.small {
    font-size: 14px;
    padding: 4px 10px; }
    .button.small.inverted, .button.small.white-inverted, body .button.small.inverted, body .button.small.white-inverted, body [type="submit"].button.small.inverted, body [type="submit"].button.small.white-inverted, body [type="button"].button.small.inverted, body [type="button"].button.small.white-inverted {
      padding: 2px 10px; }
  .button.xsmall, body .button.xsmall, body [type="submit"].button.xsmall, body [type="button"].button.xsmall {
    height: 20px;
    font-size: 13px;
    line-height: 20px;
    padding: 0 8px; }
    .button.xsmall.inverted, .button.xsmall.white-inverted, body .button.xsmall.inverted, body .button.xsmall.white-inverted, body [type="submit"].button.xsmall.inverted, body [type="submit"].button.xsmall.white-inverted, body [type="button"].button.xsmall.inverted, body [type="button"].button.xsmall.white-inverted {
      line-height: 16px; }
  .button.large, body .button.large, body [type="submit"].button.large, body [type="button"].button.large {
    font-size: 18px;
    height: 50px;
    line-height: 50px;
    padding: 0 25px; }
    .button.large.inverted, body .button.large.inverted, body [type="submit"].button.large.inverted, body [type="button"].button.large.inverted {
      line-height: 46px; }

[type="submit"], [type="button"] {
  line-height: 1.4 !important; }

body .button[disabled], body .button.disabled {
  cursor: default;
  opacity: .5; }

.btns-list li > .button {
  width: 100%; }

/*------------------------------------------------- files upload -----------------------------------------------------*/
.js-upload {
  display: none; }

.upload {
  margin-bottom: 0;
  position: relative; }
  .upload .button {
    left: 0;
    position: absolute;
    top: 0; }
  .upload .button.small + .filename {
    height: 27px;
    font-size: 14px;
    padding-left: 150px; }
  .upload .filename {
    background: transparent;
    border: none;
    font-weight: 400;
    padding-left: 175px;
    padding-right: 0; }
  @media only screen and (max-width: 479px) {
    .upload .button {
      position: static; }
    .upload .filename {
      padding-left: 0; } }

.text-center .upload {
  display: table;
  margin: 0 auto;
  width: auto; }

.upload.full-width {
  display: block;
  text-align: left;
  width: 100%; }

table {
  table-layout: fixed;
  background: #fff;
  border-collapse: collapse;
  border: 1px solid #ccc;
  width: 100%; }
  table th, table td {
    padding: 12px 20px; }
  table:not(.cleaned) {
    text-align: center; }
  table tbody, table thead {
    min-width: 100% !important;
    width: 100%; }
  table th {
    background: #666;
    color: #fff;
    font-weight: 500; }
  table tr:nth-child(2n) {
    background: rgba(0, 0, 0, 0.03); }
  @media only screen and (min-width: 1025px) {
    table tr:hover, table tr:focus, table tr:active {
      background: rgba(0, 0, 0, 0.06); } }
  table.reset-padding tr td:first-child, table.reset-padding tr th:first-child {
    padding-left: 0; }
  table.reset-padding tr td:last-child, table.reset-padding tr th:last-child {
    padding-right: 0; }
  table .button {
    margin: 2px 0; }

/*----------------------------------------------------- cleaned -----------------------------------------------------*/
table.small {
  border: none;
  box-shadow: none;
  table-layout: auto;
  text-align: left; }
  table.small th {
    background: transparent;
    color: #000; }
  table.small th, table.small td {
    color: #000;
    padding: 10px 40px 10px 0;
    vertical-align: top; }
    table.small th:last-child, table.small td:last-child {
      padding-right: 0; }
  table.small tr {
    background: transparent !important; }
  table.small thead th {
    font-size: 1.125rem;
    padding-bottom: .4rem;
    padding-top: .8rem; }
  table.small.centered {
    max-width: 50%;
    width: auto; }
    @media only screen and (max-width: 1023px) {
      table.small.centered {
        max-width: 100%; } }
  @media only screen and (max-width: 479px) {
    table.small th, table.small td {
      display: block; }
    table.small th {
      padding-bottom: 0;
      padding-top: 10px; } }

.admin-table .small {
  width: 15%; }
.admin-table th:last-child, .admin-table td:last-child {
  width: 20%; }
@media only screen and (max-width: 1023px) {
  .admin-table th, .admin-table td {
    display: none; }
  .admin-table .main, .admin-table th:last-child, .admin-table td:last-child {
    display: table-cell; }
  .admin-table th:last-child, .admin-table td:last-child {
    width: 30%; } }
@media only screen and (max-width: 479px) {
  .admin-table th:last-child, .admin-table td:last-child {
    display: none; } }

.overflow-td {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.dropdown {
  background: #fff;
  display: none;
  border: 1px solid #ccc;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  padding: 20px;
  position: absolute;
  margin: 0;
  min-width: 250px;
  width: auto;
  z-index: 1090; }
  .dropdown.left-stick {
    left: 0; }
  .dropdown.right-stick {
    right: 0; }

.with-arrow-full {
  display: block;
  padding-right: 22px;
  position: relative;
  width: 100%; }
  .with-arrow-full:after {
    transition: all 300ms ease-out;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    background: url(../img/icons.png) no-repeat -240px 0;
    background-size: 280px;
    display: inline-block;
    height: 7px;
    width: 12px;
    vertical-align: middle;
    content: '';
    position: absolute;
    right: 0;
    top: 50%; }
  .with-arrow-full.active:after {
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    transform: rotate(-180deg);
    margin-top: -3.5px; }

.with-arrow-inline:after {
  display: inline-block;
  vertical-align: middle;
  background: url(../img/icons.png) no-repeat -240px 0;
  background-size: 280px;
  display: inline-block;
  height: 7px;
  width: 12px;
  vertical-align: middle;
  content: '';
  margin-left: 10px; }
.with-arrow-inline.active:after {
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  transform: rotate(-180deg);
  margin-top: -2px; }
.with-arrow-inline.button:after {
  background-position: -240px -40px; }

[with-content], [with-content-small], [with-dropdown] {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  cursor: pointer; }

.dropdown, [content], [content-small] {
  display: none; }

.pagination {
  list-style: none;
  margin-left: 0;
  display: block;
  width: 100%; }
  .pagination li:before {
    display: none; }
  .pagination li {
    transition: all 300ms ease-out;
    display: inline-block;
    vertical-align: middle;
    height: 30px;
    font-size: 12px;
    line-height: 28px;
    text-align: center;
    min-width: 30px; }
    @media only screen and (min-width: 1025px) {
      .pagination li:hover, .pagination li:focus, .pagination li:active {
        background: rgba(0, 0, 0, 0.1);
        color: #fff; } }
    .pagination li a {
      border-bottom: none;
      display: inline-block;
      height: 100%;
      line-height: 30px;
      padding: 0 10px;
      width: 100%; }
      @media only screen and (min-width: 1025px) {
        .pagination li a:hover, .pagination li a:focus, .pagination li a:active {
          color: #000; } }
    .pagination li.current {
      background: rgba(0, 0, 0, 0.5);
      color: #fff;
      cursor: default;
      line-height: 30px;
      font-weight: 600; }
    .pagination li.previous, .pagination li.next {
      width: auto; }
      .pagination li.previous a, .pagination li.next a {
        line-height: 28px; }
    .pagination li.previous a:before, .pagination li.next a:after {
      display: inline-block;
      vertical-align: middle;
      font-weight: 500;
      margin-top: -3px; }
    .pagination li.previous a:before {
      content: '\2039';
      margin-right: 4px; }
    .pagination li.next a:after {
      content: '\203a';
      margin-left: 4px; }
    @media only screen and (max-width: 479px) {
      .pagination li {
        display: none; }
        .pagination li.current, .pagination li.previous, .pagination li.next {
          display: inline-block; } }

/* for fixed footer */
html,
body {
  height: 100%; }

body {
  display: table;
  width: 100%; }

.wrapper {
  display: table-row;
  height: 100%;
  width: 100%; }

.to-top {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  transition: all 1s ease-out;
  background: url(../img/icons.png) no-repeat 0 -40px;
  background-size: 280px;
  display: inline-block;
  height: 36px;
  width: 36px;
  vertical-align: middle;
  border-bottom: none;
  bottom: -3rem;
  cursor: pointer;
  opacity: .5;
  position: fixed;
  right: 1.25rem;
  z-index: 100; }
  @media only screen and (min-width: 1025px) {
    .to-top:hover, .to-top:focus, .to-top:active {
      opacity: 1; } }
  .to-top.show {
    bottom: 1.25rem; }

header, footer {
  transition: all 300ms ease-out;
  display: block;
  width: 100%; }

main {
  display: block;
  padding: 0 0 60px;
  margin: 0 auto;
  overflow-x: hidden; }

header {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  display: flex;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #000;
  color: #fff;
  padding: 10px 40px; }
  header.fixed {
    left: 0;
    position: fixed;
    top: 0;
    z-index: 999; }

/*---------------------------------------------------- logo --------------------------------------------------------*/
.logo {
  border-bottom: none;
  display: block; }
  @media only screen and (min-width: 1025px) {
    .logo:hover, .logo:focus, .logo:active {
      opacity: .7; } }

/*------------------------------------------------- header panel ---------------------------------------------------*/
.panel {
  text-align: right;
  min-width: 185px; }
  .panel .lang, .panel .social-icons {
    display: inline-block;
    vertical-align: middle; }
  .panel .social-icons, .panel .lang + .profile {
    border-left: 1px solid rgba(255, 255, 255, 0.2);
    margin-left: 16px;
    padding-left: 20px; }

/*------------------------------------------------ navigation icon -------------------------------------------------*/
.nav-icon {
  background: url(../img/icons.png) no-repeat 0 0;
  background-size: 280px;
  display: inline-block;
  height: 40px;
  width: 40px;
  vertical-align: middle; }
  .nav-icon.active {
    background: url(../img/icons.png) no-repeat -40px 0;
    background-size: 280px;
    display: inline-block;
    height: 40px;
    width: 40px;
    vertical-align: middle; }

/*--------------------------------------------------- languages ----------------------------------------------------*/
.lang {
  list-style: none;
  margin-left: 0;
  font-weight: 400;
  line-height: 1;
  text-transform: uppercase; }
  .lang li:before {
    display: none; }
  .lang li {
    display: inline-block;
    vertical-align: middle;
    margin: 0 3px;
    opacity: .5; }
    .lang li:first-child {
      margin-left: 0; }
    .lang li:last-child {
      margin-right: 0; }
    .lang li a {
      border-bottom: 2px solid transparent; }
    @media only screen and (min-width: 1025px) {
      .lang li:hover, .lang li:focus {
        opacity: 1; }
        .lang li:hover a, .lang li:focus a {
          color: #fff; } }
    .lang li.active {
      opacity: 1; }
      .lang li.active a {
        border-bottom-color: #fff; }
        @media only screen and (min-width: 1025px) {
          .lang li.active a:hover, .lang li.active a:focus {
            cursor: default; } }

/*--------------------------------------------------- profile ------------------------------------------------------*/
.profile {
  display: inline-block;
  font-weight: 400;
  text-transform: uppercase; }
  @media only screen and (min-width: 1025px) {
    .profile:hover .profile-nav, .profile:focus .profile-nav {
      max-height: 300px; } }
  @media only screen and (min-width: 1025px) {
    .profile a:hover, .profile a:focus {
      color: #fff; } }

.profile-link {
  list-style: none;
  margin-left: 0;
  border-bottom: none;
  font-weight: 400;
  line-height: 1;
  position: relative;
  text-transform: uppercase; }
  .profile-link li:before {
    display: none; }
  .profile-link:before {
    background: url(../img/icons.png) no-repeat -40px -80px;
    background-size: 280px;
    display: inline-block;
    height: 16px;
    width: 16px;
    vertical-align: middle;
    content: '';
    margin-right: 4px;
    opacity: .95; }
  .profile-link:after {
    height: 80px;
    content: '';
    display: block;
    position: absolute;
    right: 0;
    width: 100%; }

.profile-nav {
  list-style: none;
  margin-left: 0;
  background: #666;
  color: #fff;
  position: absolute;
  right: 0;
  max-height: 0;
  overflow: hidden;
  top: 80px;
  -webkit-transition: max-height 0.4s linear;
  -moz-transition: max-height 0.4s linear;
  transition: max-height 0.4s linear;
  min-width: 200px; }
  .profile-nav li:before {
    display: none; }
  .profile-nav a {
    transition: all 300ms ease-out;
    display: block;
    padding: 10px 40px; }
    @media only screen and (min-width: 1025px) {
      .profile-nav a:hover, .profile-nav a:focus {
        border-bottom-color: rgba(0, 0, 0, 0.2);
        background: #000; } }
  .profile-nav li {
    margin-bottom: 0; }
  .profile-nav li:last-child a {
    border-bottom: none; }
  @media only screen and (max-width: 1024px) {
    .profile-nav {
      display: none; } }

/*---------------------------------------------- adaptive header ---------------------------------------------------*/
@media only screen and (min-width: 1024px) {
  .nav-icon {
    display: none !important; } }
@media only screen and (min-width: 0) and (max-width: 1500px) {
  header {
    padding: 10px 20px;
    position: relative; }

  .profile-link span {
    display: none; }

  .panel {
    min-width: 155px; }

  .logo img {
    height: 50px;
    width: auto; }

  .profile-nav {
    top: 70px; } }
@media only screen and (min-width: 1024px) and (max-width: 1279px) {
  header {
    padding: 10px 20px; }

  .lang, .profile {
    font-size: 14px; }

  .logo img {
    height: 45px;
    width: auto; }

  .panel {
    min-width: 140px; }

  .profile-nav {
    top: 65px; } }
@media only screen and (min-width: 1024px) and (max-width: 1100px) {
  .lang, nav {
    font-size: 13px; } }
@media only screen and (max-width: 1023px) {
  .nav-icon {
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    display: block;
    position: absolute;
    left: 50%;
    top: 50%; }

  .panel {
    min-width: 0; } }
@media only screen and (max-width: 639px) {
  header {
    height: 45px;
    margin-bottom: 80px; }
    header:after {
      background: rgba(0, 0, 0, 0.8);
      content: '';
      display: block;
      height: 80px;
      position: absolute;
      left: 0;
      top: 45px;
      width: 100%; }

  .panel {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1; }

  .nav-icon {
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    left: 10px; }

  .logo {
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    display: block;
    position: absolute;
    top: 55px;
    left: 50%;
    width: 185px;
    z-index: 5; }
    .logo img {
      height: auto;
      width: 100%; } }
nav {
  font-weight: 400;
  color: #fff;
  position: relative;
  z-index: 5; }
  nav ul {
    list-style: none;
    margin-left: 0; }
    nav ul li:before {
      display: none; }
    nav ul:before, nav ul:after {
      content: " ";
      display: table; }
    nav ul:after {
      clear: both; }
  nav li {
    float: left;
    margin: 0 15px; }
    nav li.active a {
      border-bottom-color: #fff;
      color: #fff; }
  nav a {
    transition: all 300ms ease-out;
    border-bottom: 1px solid transparent;
    display: inline-block;
    position: relative;
    text-transform: uppercase; }
    @media only screen and (min-width: 1025px) {
      nav a:hover, nav a:focus {
        border-bottom-color: #fff;
        color: #fff; } }

.sub-nav {
  list-style: none;
  margin-left: 0;
  background: rgba(0, 0, 0, 0.15);
  text-align: center;
  padding: 10px 20px; }
  .sub-nav li:before {
    display: none; }
  .sub-nav li {
    display: inline-block;
    margin-bottom: 0; }
    .sub-nav li.active a {
      font-weight: 500;
      border-bottom-color: #000;
      position: relative; }
      .sub-nav li.active a:after {
        -webkit-transform: translate(-50%, 100%);
        -moz-transform: translate(-50%, 100%);
        -ms-transform: translate(-50%, 100%);
        -o-transform: translate(-50%, 100%);
        transform: translate(-50%, 100%);
        border: 4px solid transparent;
        border-top-color: #000;
        content: '';
        display: block;
        height: 0;
        position: absolute;
        bottom: 0;
        left: 50%;
        width: 0; }
      @media only screen and (min-width: 1025px) {
        .sub-nav li.active a:hover, .sub-nav li.active a:focus {
          border-bottom-color: transparent; }
          .sub-nav li.active a:hover:after, .sub-nav li.active a:focus:after {
            border-top-color: transparent; } }
  .sub-nav a {
    font-size: 14px;
    margin: 0 10px; }
  @media only screen and (max-width: 639px) {
    .sub-nav li {
      display: block; }
      .sub-nav li.active a:after {
        display: none; } }

/* adaptive navigation */
@media only screen and (min-width: 1024px) and (max-width: 1279px) {
  nav {
    font-size: 14px; }
    nav li {
      margin: 0 10px; } }
@media only screen and (min-width: 1024px) and (max-width: 1100px) {
  nav {
    font-size: 13px; } }
@media only screen and (max-width: 1023px) {
  nav {
    background: #0d0d0d;
    display: none;
    padding: 0; }
    nav ul {
      border-top: 1px solid rgba(255, 255, 255, 0.05);
      display: block;
      text-align: center; }
    nav li {
      display: block;
      float: none;
      margin: 0;
      width: 100%; }
      nav li.active a {
        font-weight: 500; }
        nav li.active a:before, nav li.active a:after {
          position: relative;
          top: -2px; }
        nav li.active a:before {
          content: "\203a";
          margin-right: 10px; }
        nav li.active a:after {
          content: "\2039";
          margin-left: 10px; }
    nav a {
      border-bottom: none;
      color: #fff;
      line-height: 40px;
      padding: 5px 10px;
      width: 100%; } }

footer {
  background: #0d0d0d;
  color: rgba(255, 255, 255, 0.5);
  padding: 35px 10px;
  text-align: center; }
  @media only screen and (max-width: 1023px) {
    footer {
      padding: 20px 10px;
      font-size: 14px; } }

.attention:before {
  background: rgba(0, 0, 0, 0.4);
  border-radius: 50%;
  color: #e6e6e6;
  content: "!";
  display: block;
  height: 80px;
  font-size: 60px;
  font-weight: 700;
  line-height: 80px;
  margin: 0 auto 15px;
  text-align: center;
  width: 80px; }

.banner {
  background: url(../img/banner.jpg) no-repeat center;
  background-size: cover;
  color: #fff;
  display: block;
  padding: 120px 0;
  position: relative;
  text-align: center; }
  @media only screen and (min-width: 1025px) {
    .banner:hover:before, .banner:focus:before {
      background: rgba(0, 0, 0, 0.65); } }
  .banner h1:last-child {
    margin-bottom: 0; }
  .banner p {
    font-size: 20px;
    font-weight: 400;
    margin: 0 auto;
    line-height: 1.5;
    width: 50%; }
  .banner:before {
    transition: all 300ms ease-out;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: rgba(0, 0, 0, 0.6);
    content: '';
    display: block;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    z-index: 1; }
  .banner * {
    position: relative;
    z-index: 2; }
  .banner h1, .banner p {
    text-shadow: 0 0 5px rgba(0, 0, 0, 0.7); }
  @media only screen and (max-width: 1279px) {
    .banner {
      padding: 80px 20px; }
      .banner:before {
        background: rgba(0, 0, 0, 0.65); }
      .banner p {
        width: 70%; } }
  @media only screen and (max-width: 1023px) {
    .banner {
      padding: 40px 20px; }
      .banner:before {
        background: rgba(0, 0, 0, 0.8); }
      .banner h1 {
        font-size: 30px;
        margin-bottom: 30px; }
      .banner p {
        font-size: 16px;
        width: 100%; }
      .banner .button.white {
        font-size: 16px;
        height: 36px;
        line-height: 36px;
        padding: 0 16px; } }

.promo {
  background: radial-gradient(rgba(204, 204, 204, 0.2) 25%, transparent 2px) 0 0;
  background-size: 6px 6px;
  font-weight: 400;
  padding-top: 40px;
  position: relative; }
  .promo .columns {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    -webkit-flex-wrap: wrap;
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .promo:before, .promo:after {
    background: rgba(204, 204, 204, 0.5);
    content: '';
    display: block;
    height: 50%;
    position: absolute;
    right: 47%;
    width: 100%;
    z-index: -1; }
  .promo:before {
    -webkit-transform: skew(18deg, 0);
    -moz-transform: skew(18deg, 0);
    -ms-transform: skew(18deg, 0);
    -o-transform: skew(18deg, 0);
    transform: skew(18deg, 0);
    top: 0; }
  .promo:after {
    -webkit-transform: skew(-18deg, 0);
    -moz-transform: skew(-18deg, 0);
    -ms-transform: skew(-18deg, 0);
    -o-transform: skew(-18deg, 0);
    transform: skew(-18deg, 0);
    bottom: 0; }
  @media only screen and (min-width: 769px) and (max-width: 1400px) {
    .promo:before, .promo:after {
      right: 45%; } }
  @media only screen and (max-width: 768px) {
    .promo {
      padding-bottom: 20px; }
      .promo .columns {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-bottom: 20px;
        width: 100%; }
      .promo:before, .promo:after {
        display: none; } }

.document {
  margin: 0 auto;
  width: 800px; }
  @media only screen and (max-width: 1023px) {
    .document {
      width: 100%; } }
  .document > * {
    margin-bottom: 10px; }
  .document p {
    text-indent: 20px; }
  .document ul p, .document ul li {
    text-indent: 0; }

.signature {
  font-style: italic;
  margin-top: 40px;
  position: relative;
  text-transform: uppercase;
  text-align: center; }
  .signature:before {
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    border-bottom: 1px solid rgba(0, 0, 0, 0.5);
    content: '';
    display: block;
    left: 50%;
    position: absolute;
    top: -20px;
    width: 50px; }

@media only screen and (min-width: 640px) and (max-width: 1023px) {
  .news .medium-6:nth-child(3n), .events .medium-6:nth-child(3n) {
    clear: both; } }

.small-news {
  border-bottom: none; }
  .small-news h5 {
    transition: all 300ms ease-out; }
  @media only screen and (min-width: 1025px) {
    .small-news:hover img, .small-news:focus img {
      opacity: .7; }
    .small-news:hover p, .small-news:focus p {
      color: #000; }
    .small-news:hover .button.basic, .small-news:focus .button.basic {
      background: #666;
      border-color: #666;
      color: #fff; } }

.tasks li.task-icon-before {
  padding-left: 65px; }
  @media only screen and (min-width: 1025px) {
    .tasks li.task-icon-before:hover:before, .tasks li.task-icon-before:focus:before {
      transition: all 300ms ease-out;
      background-color: #000; } }
  .tasks li.task-icon-before:before {
    display: block !important;
    background: url(../img/tasks-icons.png) no-repeat #666;
    height: 45px;
    left: 0;
    top: 0;
    width: 45px; }
  .tasks li.task-icon-before.people:before {
    background-position: 0 0; }
  .tasks li.task-icon-before.protection:before {
    background-position: -45px 0; }
  .tasks li.task-icon-before.eye:before {
    background-position: -90px 0; }
  .tasks li.task-icon-before.gear:before {
    background-position: -135px 0; }
  .tasks li.task-icon-before.doc:before {
    background-position: -180px 0; }
  .tasks li.task-icon-before.law:before {
    background-position: -225px 0; }

ol.large-numbers {
  counter-reset: li;
  list-style: none;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  position: relative;
  width: 100%; }
  ol.large-numbers:before, ol.large-numbers:after {
    content: " ";
    display: table; }
  ol.large-numbers:after {
    clear: both; }
  ol.large-numbers h5 {
    font-weight: 500; }
  ol.large-numbers li {
    float: left;
    margin: 0;
    padding: 90px 20px 0;
    position: relative;
    text-align: center;
    width: 25%; }
    ol.large-numbers li:not(:last-child) {
      margin-bottom: 30px; }
    ol.large-numbers li:before {
      transition: all 300ms ease-out;
      -webkit-transform: translate(-50%, 0);
      -moz-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
      -o-transform: translate(-50%, 0);
      transform: translate(-50%, 0);
      background: rgba(0, 0, 0, 0.2);
      border-radius: 50%;
      content: counter(li);
      counter-increment: li;
      color: #fff;
      display: inline-block;
      font-size: 40px;
      font-weight: 600;
      height: 70px;
      left: 50%;
      line-height: 70px;
      position: absolute;
      text-align: center;
      top: 0;
      width: 70px; }
    ol.large-numbers li:nth-child(2):before {
      background: rgba(0, 0, 0, 0.4); }
    ol.large-numbers li:nth-child(3):before {
      background: rgba(0, 0, 0, 0.6); }
    ol.large-numbers li:last-child:before {
      background: rgba(0, 0, 0, 0.8); }
    @media only screen and (min-width: 1025px) {
      ol.large-numbers li:hover:before, ol.large-numbers li:focus:before {
        background-color: #000; } }
  @media only screen and (max-width: 1023px) {
    ol.large-numbers li {
      padding-top: 70px; }
    ol.large-numbers li:before {
      font-size: 36px;
      height: 50px;
      line-height: 50px;
      width: 50px; } }
  @media only screen and (min-width: 640px) and (max-width: 1023px) {
    ol.large-numbers li {
      width: 50%; }
      ol.large-numbers li:nth-child(3n) {
        clear: both; } }
  @media only screen and (max-width: 639px) {
    ol.large-numbers li {
      padding-top: 0;
      padding-left: 90px;
      text-align: left;
      width: 100%; }
      ol.large-numbers li:not(:last-child) {
        margin-bottom: 40px; }
      ol.large-numbers li h5 {
        margin-bottom: 10px;
        text-align: left; }
      ol.large-numbers li:before {
        -webkit-transform: translate(0, 0);
        -moz-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        transform: translate(0, 0);
        left: 20px;
        top: 0; } }

.bg-light {
  background: rgba(0, 0, 0, 0.05);
  padding: 60px 0; }
  .bg-light h1:last-child, .bg-light h2:last-child {
    margin-bottom: 0; }
  .bg-light h1 + [class*="button"] {
    margin-top: -30px; }
  .bg-light.with-cols {
    padding-bottom: 20px; }
  .bg-light.end {
    margin-bottom: -60px; }
  .bg-light.small {
    padding: 60px 0; }

.team li {
  transition: all 300ms ease-out;
  text-align: center; }
  @media only screen and (min-width: 480px) and (max-width: 639px) {
    .team li:nth-child(3n) {
      clear: both; } }
  @media only screen and (min-width: 640px) and (max-width: 1023px) {
    .team li:nth-child(4n) {
      clear: both; } }
  .team li h4 {
    margin-top: 15px; }
.team a {
  border-bottom: none;
  display: block; }
  .team a * {
    transition: all 300ms ease-out; }
  @media only screen and (min-width: 1025px) {
    .team a:hover, .team a:focus {
      cursor: pointer; }
      .team a:hover img, .team a:focus img {
        opacity: .7; }
      .team a:hover *, .team a:focus * {
        color: #000; }
      .team a:hover h1, .team a:hover h2, .team a:hover h3, .team a:hover h4, .team a:hover h5, .team a:hover .h1, .team a:hover .h2, .team a:hover .h3, .team a:hover .h4, .team a:hover .h5, .team a:hover .bordered, .team a:hover .delete-icon-before *, .delete-icon-before .team a:hover *, .team a:focus h1, .team a:focus h2, .team a:focus h3, .team a:focus h4, .team a:focus h5, .team a:focus .h1, .team a:focus .h2, .team a:focus .h3, .team a:focus .h4, .team a:focus .h5, .team a:focus .bordered, .team a:focus .delete-icon-before *, .delete-icon-before .team a:focus * {
        color: #ff8562; }
      .team a:hover .bordered, .team a:hover .delete-icon-before *, .delete-icon-before .team a:hover *, .team a:focus .bordered, .team a:focus .delete-icon-before *, .delete-icon-before .team a:focus * {
        border-bottom-color: transparent; }
      .team a:hover .button.inverted, .team a:focus .button.inverted {
        background: #666;
        border-color: #666;
        color: #fff; } }

.team-person h5 {
  margin-top: 20px;
  text-align: left; }
.team-person h5:first-of-type {
  margin-top: 0; }

.groups {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  display: flex;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  @media only screen and (min-width: 1024px) {
    .groups > li {
      -ms-flex-preferred-size: 33.3%;
      flex-basis: 33.3%; } }
  @media only screen and (max-width: 1023px) {
    .groups > li {
      -ms-flex-preferred-size: 49.5%;
      flex-basis: 49.5%; } }
  @media only screen and (max-width: 639px) {
    .groups > li {
      -ms-flex-preferred-size: 100%;
      flex-basis: 100%; } }
  .groups h4 p {
    margin-top: 10px;
    font-size: 16px;
    font-weight: 300;
    text-transform: none; }

ul li.leader-icon-before {
  margin: 15px 0 10px; }
  ul li.leader-icon-before p {
    font-size: 17px;
    font-weight: 400;
    margin-bottom: 0; }
  ul li.leader-icon-before:before {
    border-radius: 0;
    display: inline-block !important;
    left: -30px;
    opacity: .1;
    top: 2px; }

.leader-icon-before:before {
  background: url(../img/icons.png) no-repeat -160px -80px;
  background-size: 280px;
  display: inline-block;
  height: 16px;
  width: 24px;
  vertical-align: middle;
  content: ''; }

.group {
  transition: background 300ms ease-out;
  border-bottom: none;
  display: block;
  border: 2px solid rgba(0, 0, 0, 0.05);
  height: 100%;
  padding: 30px;
  position: relative;
  text-align: center; }
  .group * {
    transition: all 300ms ease-out; }
  @media only screen and (min-width: 1025px) {
    .group:hover, .group:focus {
      cursor: pointer; }
      .group:hover img, .group:focus img {
        opacity: .7; }
      .group:hover *, .group:focus * {
        color: #000; }
      .group:hover h1, .group:hover h2, .group:hover h3, .group:hover h4, .group:hover h5, .group:hover .h1, .group:hover .h2, .group:hover .h3, .group:hover .h4, .group:hover .h5, .group:hover .bordered, .group:hover .delete-icon-before *, .delete-icon-before .group:hover *, .group:focus h1, .group:focus h2, .group:focus h3, .group:focus h4, .group:focus h5, .group:focus .h1, .group:focus .h2, .group:focus .h3, .group:focus .h4, .group:focus .h5, .group:focus .bordered, .group:focus .delete-icon-before *, .delete-icon-before .group:focus * {
        color: #ff8562; }
      .group:hover .bordered, .group:hover .delete-icon-before *, .delete-icon-before .group:hover *, .group:focus .bordered, .group:focus .delete-icon-before *, .delete-icon-before .group:focus * {
        border-bottom-color: transparent; }
      .group:hover .button.inverted, .group:focus .button.inverted {
        background: #666;
        border-color: #666;
        color: #fff; } }
  @media only screen and (min-width: 1025px) {
    .group:hover, .group:focus {
      background: rgba(0, 0, 0, 0.03);
      border-color: transparent; } }
  .group.titles {
    display: table;
    height: 100%;
    vertical-align: middle;
    width: 100%; }
    .group.titles h4 {
      display: table-cell;
      height: 100%;
      vertical-align: middle; }
    @media only screen and (min-width: 1025px) {
      .group.titles:hover, .group.titles:focus {
        background: transparent;
        border-color: rgba(0, 0, 0, 0.05);
        cursor: default; }
        .group.titles:hover h4, .group.titles:focus h4 {
          color: #000; } }

.event-img {
  border-bottom: none;
  display: block;
  overflow: hidden;
  max-height: 500px;
  position: relative; }
  .event-img .date {
    background: #000;
    color: rgba(255, 255, 255, 0.8);
    font-size: 14px;
    left: 0;
    padding: 15px;
    position: absolute;
    text-align: center;
    top: 0; }
    .event-img .date span {
      color: #fff;
      font-size: 20px;
      font-weight: 600; }
  .event-img img {
    width: 100%; }
  @media only screen and (min-width: 1025px) {
    .event-img:hover img, .event-img:focus img {
      opacity: .7; } }

.event {
  border-bottom: none;
  display: block; }
  .event * {
    transition: all 300ms ease-out; }
  @media only screen and (min-width: 1025px) {
    .event:hover, .event:focus {
      cursor: pointer; }
      .event:hover img, .event:focus img {
        opacity: .7; }
      .event:hover *, .event:focus * {
        color: #000; }
      .event:hover h1, .event:hover h2, .event:hover h3, .event:hover h4, .event:hover h5, .event:hover .h1, .event:hover .h2, .event:hover .h3, .event:hover .h4, .event:hover .h5, .event:hover .bordered, .event:hover .delete-icon-before *, .delete-icon-before .event:hover *, .event:focus h1, .event:focus h2, .event:focus h3, .event:focus h4, .event:focus h5, .event:focus .h1, .event:focus .h2, .event:focus .h3, .event:focus .h4, .event:focus .h5, .event:focus .bordered, .event:focus .delete-icon-before *, .delete-icon-before .event:focus * {
        color: #ff8562; }
      .event:hover .bordered, .event:hover .delete-icon-before *, .delete-icon-before .event:hover *, .event:focus .bordered, .event:focus .delete-icon-before *, .delete-icon-before .event:focus * {
        border-bottom-color: transparent; }
      .event:hover .button.inverted, .event:focus .button.inverted {
        background: #666;
        border-color: #666;
        color: #fff; } }
  .event .event-img {
    margin-bottom: 20px; }
  @media only screen and (min-width: 1025px) {
    .event:hover .event-title, .event:focus .event-title {
      color: #ff8562; }
    .event:hover .date, .event:focus .date {
      background: #666;
      color: #fff; } }

.event-date {
  font-weight: 300;
  display: block;
  font-size: 14px;
  margin-bottom: 5px;
  opacity: .8; }

.event-title {
  border-bottom: none;
  display: block;
  font-size: 18px;
  font-weight: 400;
  margin: 0 0 15px;
  text-align: left;
  text-transform: uppercase; }

.event-info {
  display: block;
  margin-bottom: 20px; }

.block-line {
  margin-top: 60px;
  padding-top: 60px;
  position: relative; }
  .block-line:before {
    background: rgba(0, 0, 0, 0.05);
    content: '';
    display: block;
    height: 2px;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%; }
  .block-line .second-title {
    margin-top: -58px;
    margin-bottom: 40px; }
    .block-line .second-title span {
      background: rgba(0, 0, 0, 0.05);
      color: rgba(0, 0, 0, 0.5);
      display: inline-block;
      padding: 10px 20px;
      width: auto; }
  .block-line.end {
    margin-top: 20px; }

.union-line {
  text-align: center;
  padding-top: 20px;
  position: relative; }
  .union-line:before {
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    border: 2px solid black;
    border-top: none;
    content: '';
    display: block;
    height: 40px;
    left: 50%;
    position: absolute;
    top: -50px;
    width: 90%;
    z-index: -1; }
  .union-line:after {
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    border: 6px solid transparent;
    border-top-color: black;
    content: '';
    display: block;
    height: 0;
    left: 50%;
    position: absolute;
    top: -8px;
    width: 0; }
  .union-line:before, .union-line:after {
    opacity: .5; }
    @media only screen and (max-width: 1023px) {
      .union-line:before, .union-line:after {
        display: none; } }

/*-------------------------------------------------- small news list ------------------------------------------------*/
.xsmall-news {
  border-bottom: none;
  display: block;
  margin-bottom: 40px;
  position: relative;
  text-align: left; }
  .xsmall-news:after {
    display: inline-block;
    vertical-align: middle;
    content: '\203a';
    margin-left: 4px;
    margin-top: -4px; }
  .xsmall-news time {
    display: block;
    font-size: 12px;
    font-weight: 300;
    margin-bottom: 5px; }
  .xsmall-news:last-child {
    margin-bottom: 0; }
  .xsmall-news:last-of-type:before {
    display: none; }
  .xsmall-news:before {
    content: '';
    border-top: 1px solid rgba(0, 0, 0, 0.05);
    bottom: -20px;
    display: block;
    left: 0;
    position: absolute;
    width: 100%; }
  @media only screen and (min-width: 1025px) {
    .xsmall-news:hover span, .xsmall-news:focus span {
      border-bottom-color: rgba(255, 133, 98, 0.4); } }
  .xsmall-news.txt:after {
    display: none; }

.links-list li {
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  padding: 10px 20px;
  position: relative; }
  .links-list li:last-of-type {
    border-bottom: none; }
  .links-list li a:after {
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    display: inline-block;
    vertical-align: middle;
    content: '\203a';
    margin-top: -2px;
    position: absolute;
    left: 0;
    top: 50%; }
  @media only screen and (min-width: 1025px) {
    .links-list li:hover:after, .links-list li:focus:after {
      color: #ff8562; } }

.links-list-title {
  font-weight: 500;
  padding-left: 20px; }

.docs {
  transition: background 300ms ease-out;
  position: relative; }
  .docs h5 {
    margin-bottom: 10px;
    text-align: left; }
  .docs .button {
    margin-right: 10px;
    margin-bottom: 10px; }
  .docs li {
    padding-left: 65px !important; }
    .docs li:before {
      transition: all 300ms ease-out;
      background: url(../img/icons.png) no-repeat -200px -80px;
      background-size: 280px;
      display: inline-block;
      height: 32px;
      width: 25px;
      vertical-align: middle;
      border-radius: 0;
      content: '';
      display: block !important;
      left: 20px;
      top: 0;
      opacity: .1; }
    @media only screen and (min-width: 1025px) {
      .docs li:hover:before, .docs li:focus:before {
        opacity: .5; } }

.docs {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  display: flex;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  @media only screen and (min-width: 640px) {
    .docs > li {
      -ms-flex-preferred-size: 49.5%;
      flex-basis: 49.5%; } }
  @media only screen and (max-width: 639px) {
    .docs > li {
      -ms-flex-preferred-size: 100%;
      flex-basis: 100%; } }
  @media only screen and (min-width: 1024px) {
    .docs.large > li {
      -ms-flex-preferred-size: 33.3%;
      flex-basis: 33.3%; } }

.person-img {
  overflow: hidden;
  position: relative;
  border-radius: 50%;
  display: inline-block;
  height: 100px;
  width: 100px; }
  .person-img img {
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    height: auto;
    position: absolute;
    left: 50%;
    top: 50%;
    width: 100%; }

.groups .title {
  border: 2px solid rgba(0, 0, 0, 0.05);
  display: table;
  height: 100%;
  padding: 20px;
  position: relative;
  vertical-align: middle;
  width: 100%; }
  .groups .title h4 {
    display: table-cell;
    height: 100%;
    vertical-align: middle; }

.check-icon-before {
  padding-left: 60px;
  position: relative; }
  .check-icon-before:before {
    background: url(../img/icons.png) no-repeat -40px -40px;
    background-size: 280px;
    display: inline-block;
    height: 36px;
    width: 40px;
    vertical-align: middle;
    content: '';
    left: 0;
    position: absolute;
    top: 0; }

@media only screen and (min-width: 640px) and (max-width: 1500px) {
  header.eng .panel {
    left: 240px; } }

/*# sourceMappingURL=style.css.map */
