/* variables */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, button, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  outline: none;
  vertical-align: baseline; }

main, article, aside, details, figcaption, figure,
footer, header, menu, nav, section {
  display: block; }

body {
  color: #000;
  height: 100%;
  font: 400 17px/22px "Arial", sans-serif;
  opacity: 0;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }
  body.visible {
    opacity: 1; }
  body.hidden {
    overflow: hidden; }
  @media (max-width: 1170px) {
    body {
      position: relative;
      overflow: hidden;
      overflow-y: auto; } }

/* width */
::-webkit-scrollbar {
  width: 10px; }

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1; }

/* Handle */
::-webkit-scrollbar-thumb {
  background: #888; }

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555; }

#wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 100%;
  width: 100%;
  margin: 0 auto; }

#middle {
  overflow: hidden;
  padding: 60px 0 94px;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center; }
  @media (max-width: 1170px) {
    #middle {
      padding: 45px 0 65px; } }
  @media (max-width: 768px) {
    #middle {
      padding: 45px 0 5px; } }

h1, h2, h3, h4, h5, h6 {
  margin: 0 0 20px;
  font-weight: bold; }

h1 {
  font-size: 30px;
  line-height: 35px; }

h2 {
  font-size: 23px;
  line-height: 30px; }

h3 {
  font-size: 20px;
  line-height: 25px; }

h4 {
  font-size: 18px;
  line-height: 22px; }

h5 {
  font-size: 17px;
  line-height: 20px; }

h6 {
  font-size: 16px;
  line-height: 20px; }

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: #000;
  text-decoration: none; }

h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
  text-decoration: underline; }

q {
  color: #000;
  display: block;
  margin-bottom: 25px;
  text-align: center;
  font-weight: 400; }
  @media (max-width: 479px) {
    q {
      margin: 15px auto 10px;
      max-width: 90%; } }

a {
  text-decoration: underline;
  color: #000; }
  a:hover, a:focus {
    outline: none;
    text-decoration: none;
    color: #000; }

input,
a,
button {
  outline: none; }

ul, p, ol {
  padding: 0;
  margin-bottom: 20px; }

p:empty {
  display: none; }

ol, ul {
  list-style-position: inside; }
  ol li, ul li {
    margin: 0 0 5px; }

ol li {
  margin-bottom: 10px; }
ul li{
  position: relative;
  padding-left: 15px;
  list-style: none;
}
ul li:before{
  position: absolute;
  left: 0;
  content: "";
  top: 8px;
  border-radius: 50%;
  background-color: #000;
  width: 5px;
  height: 5px;
}
img {
  border-style: none;
  outline: none;
  max-width: 100%; }

input, a, textarea, button, .slick-slide {
  outline: none; }

strong {
  font-weight: bold; }

table {
  border-collapse: collapse;
  border-spacing: 0;
  border: 0;
  width: 100%;
  margin-bottom: 30px; }
  table td, table th {
    border-bottom: 1px solid #000;
    font-size: 16px;
    line-height: 40px;
    color: #000;
    font-weight: 600;
    padding: 5px 10px;
    text-align: left; }
    @media (max-width: 992px) {
      table td, table th {
        line-height: 18px;
        font-size: 14px;
        padding: 0; } }
    @media (max-width: 768px) {
      table td, table th {
        line-height: 14px;
        font-size: 10px; } }
  table th {
    font-size: 20px;
    line-height: 60px;
    background-color: #000;
    color: #fff; }
    @media (max-width: 992px) {
      table th {
        line-height: 20px;
        font-size: 16px;
        background: none; } }
    @media (max-width: 768px) {
      table th {
        line-height: 14px;
        font-size: 12px; } }

.jcf-scrollable-wrapper {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  position: relative; }

.content-scroller > .jcf-scrollable-wrapper {
  opacity: 0.5;
  cursor: pointer;
  background: #501e10;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }

.content-scroller > .jcf-scrollable-wrapper.active {
  opacity: 1;
  cursor: auto; }

.jcf-scrollbar-vertical {
  position: absolute;
  cursor: default;
  width: 1px;
  bottom: 0;
  right: -6px;
  top: 0;
  background-color: transparent; }

.jcf-scrollbar-vertical .jcf-scrollbar-dec,
.jcf-scrollbar-vertical .jcf-scrollbar-inc {
  display: none; }

.jcf-scrollbar-vertical .jcf-scrollbar-handle {
  height: 1px;
  width: 2px;
  background: #fff;
  left: 0;
  cursor: pointer; }

.jcf-scrollbar-horizontal {
  display: none; }

.container {
  width: 900px;
  max-width: 98%;
  height: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end; }
  .container .jcf-scrollable-wrapper .content {
    width: 100% !important;
    height: auto !important;
    background-color: rgba(255, 255, 255, 0.9); }
  .container.no-scroll .jcf-scrollable-wrapper {
    background: none; }
  .container.no-scroll .content {
    height: auto !important;
    padding-bottom: 0;
    background-color: rgba(255, 255, 255, 0.9); }
    @media (max-width: 1170px) {
      .container.no-scroll .content {
        padding: 15px 20px; } }
    @media (max-height: 720px) {
      .container.no-scroll .content {
        height: 100% !important; } }

.content {
  width: 650px;
  height: auto;
  max-height: 100%;
  overflow: auto;
  padding: 50px 55px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }
  @media (max-width: 1170px) {
    .content {
      width: 100%;
      padding: 15px 20px;
      background: #fff; } }

.sidebar {
  position: fixed;
  left: 0;
  top: 200px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }
  @media (max-width: 1170px) {
    .sidebar {
      right: -100vw;
      left: auto;
      z-index: 99;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      top: 0;
      background: white;
      width: 320px;
      height: 100vh;
      overflow: auto;
      -webkit-box-sizing: border-box;
              box-sizing: border-box; } }
  .sidebar.active {
    right: 0;
    overflow: inherit; }
    .sidebar.active:before {
      content: "";
      position: absolute;
      top: 0;
      right: 100%;
      width: 100vw;
      height: 100%;
      background-color: rgba(0, 0, 0, 0.4);
      left: auto;
      z-index: 5; }
    .sidebar.active .navigation {
      position: relative;
      z-index: 5; }
  .sidebar nav {
    position: relative;
    z-index: 5; }
    .sidebar nav ul {
      margin: 0;
      padding: 0;
      list-style: none; }
    .sidebar nav li {
      margin-bottom: 18px; padding-left: 0;}
.sidebar nav li:before{display: none;}
      .sidebar nav li.mobile-item {
        display: none; }
        @media (max-width: 1170px) {
          .sidebar nav li.mobile-item {
            display: block; } }
      .sidebar nav li.active a {
        color: #000;
        background-color: #fff; }
      @media (max-width: 1170px) {
        .sidebar nav li {
          margin: 0; }
          .sidebar nav li.active a {
            color: #000;
            font-weight: bold;
            background: none; } }
    .sidebar nav a {
      display: inline-block;
      height: 100%;
      padding: 6px 10px 6px 50px;
      font-size: 21px;
      line-height: 30px;
      color: #fff;
      text-decoration: none;
      overflow: hidden;
      background-color: rgba(8, 130, 215, 0.9);
      -webkit-transition: all 0.2s ease-in-out;
      -o-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out;
      position: relative; }
      .sidebar nav a:after {
        background: #fff;
        content: "";
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        width: 1px;
        z-index: 1;
        -webkit-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out; }
        @media (max-width: 1170px) {
          .sidebar nav a:after {
            display: none; } }
      .sidebar nav a:hover {
        color: #000;
        text-decoration: none; }
        .sidebar nav a:hover:after {
          width: 100%; }
      @media (max-width: 1170px) {
        .sidebar nav a {
          background: none;
          color: #000;
          padding: 5px 10px;
          display: block;
          text-transform: uppercase; } }
      .sidebar nav a span {
        position: relative;
        z-index: 2; }

.menu-opener {
  display: none;
  position: fixed;
  width: 30px;
  top: 5px;
  right: 10px;
  left: auto;
  font-size: 15px;
  text-align: center;
  color: #000;
  z-index: 10;
  height: 30px;
  padding: 2px 7px 7px;
  background-color: #0882d7; }
  .menu-opener .bar {
    display: block;
    width: 100%;
    background: #fff;
    height: 5px;
    margin: 5px 0 0;
    clear: both;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }
  @media (max-width: 1170px) {
    .menu-opener {
      display: block;
      z-index: 1000; } }
  .menu-opener.active {
    left: auto;
    right: 10px;
    background: #fff; }
    .menu-opener.active .bar {
      display: none;
      background: #0882d7; }
      .menu-opener.active .bar:nth-child(1), .menu-opener.active .bar:nth-child(3) {
        display: block !important;
        margin: 15px 0 0;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg); }
      .menu-opener.active .bar:nth-child(3) {
        display: block !important;
        margin: -5px 0 0;
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg); }

.no-margin {
  margin: 0; }

#footer {
  background-color: #000;
  color: #ffffff;
  font-size: 15px;
  line-height: 22px;
  padding: 6px 0;
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%; }
  @media (max-width: 1170px) {
    #footer {
      position: relative; } }
  #footer a {
    text-decoration: none;
    color: #fff; }
    #footer a:hover {
      color: #0882d7; }
  #footer .content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 0;
    background: none; }
    @media (max-width: 992px) {
      #footer .content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        text-align: center; } }
  #footer ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0; }
    @media (max-width: 992px) {
      #footer ul {
        -webkit-box-ordinal-group: 0;
            -ms-flex-order: -1;
                order: -1; } }
    #footer ul li {
      margin: 0 0 0 10px;
      padding: 0 0 0 10px;
      position: relative; }
      #footer ul li:before {
        content: "";
        width: 1px;
        height: 15px;
        position: absolute;
        left: 0;
        top: 4px;
        background-color: #fff; }
      #footer ul li:first-child {
        margin-left: 0;
        padding-left: 0; }
        #footer ul li:first-child:before {
          display: none; }
    #footer ul a {
      text-decoration: none;
      display: block;
      height: 100%;
      color: #ffffff;
      -webkit-transition: all 0.2s ease-in-out;
      -o-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out; }
      #footer ul a:hover {
        color: #0882d7; }

.history-section {
  position: fixed;
  left: 0;
  display: none;
  bottom: 0;
  background-color: #000;
  color: #fff;
  padding: 10px 20px;
  width: calc(100% - 40px); }
  @media (max-width: 992px) {
    .history-section {
      text-align: center; } }
  .history-section .container {
    width: auto;
    max-width: 98%;
    padding: 0 1%;
    margin: 0 auto;
    display: block; }
  .history-section .text {
    float: left;
    font-size: 14px;
    line-height: 35px;
    width: calc(100% - 240px); }
    @media (max-width: 1400px) {
      .history-section .text {
        font-size: 13px; } }
    @media (max-width: 1170px) {
      .history-section .text {
        line-height: 18px; } }

@media (max-width: 1100px) {
  .history-section .text {
    float: none!important;
    width: 100%!important;
    margin-bottom: 10px!important;
  }
}
.history-section .links {
  float: right;
}
.history-section  .history-close-js{
  background: #000!important;
  color: #fff!important;
  border: 1px solid #fff!important;
}
.history-section  .history-close-js:after{
  background-color: #fff!important
}
.history-section  .history-close-js:hover{
  background: #fff!important;
  color: #000!important;
  border: 1px solid #fff!important;
}
@media (max-width: 1100px) {
  .history-section .links {
    float: none!important;
    width: 100%!important;
  }
}
  .history-section .btn {
    float: left;
    background-color: #fff;
    color: #000;
    text-decoration: none;
    padding: 5px 10px;
    text-align: center;
    margin: 0 0 0 10px;
    border-radius: 0;
    font-size: 14px;
    cursor: pointer;
    line-height: 25px;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    text-transform: none;
    border: 0;
    min-width: 0;
    opacity: 1; }
    .history-section .btn:hover {
      background-color: #0882d7;
      color: #fff; }
    @media (max-width: 992px) {
      .history-section .btn {
        float: none;
        margin: 0 auto; } }

button,
input,
textarea {
  outline: none !important;
  font-family: "Arial", sans-serif; }

form {
  margin-bottom: 10px; }
  form input[type="text"],
  form input[type="email"],
  form input[type="password"],
  form textarea {
    border: 2px solid #ccc;
    padding: 10px 20px;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 20px;
    background-color: #fff;
    font-family: "Arial", sans-serif;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }
    form input[type="text"]:focus,
    form input[type="email"]:focus,
    form input[type="password"]:focus,
    form textarea:focus {
      border-color: #0882d7; }
  form input {
    color: black;
    display: block;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }
    form input[type="submit"], form input[type="reset"] {
      cursor: pointer;
      height: 44px;
      width: 170px;
      color: #000;
      text-transform: uppercase; }
      form input[type="submit"]:hover, form input[type="reset"]:hover {
        background-color: #000;
        color: #fff;
        border: 1px solid #000; }
  form textarea {
    width: calc(100% - 44px);
    height: 100px;
    resize: none; }

.form-checkbox label,
.form-radio label {
  position: relative;
  display: block; }
  .form-checkbox label input[type='checkbox'],
  .form-checkbox label input[type='radio'],
  .form-radio label input[type='checkbox'],
  .form-radio label input[type='radio'] {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0; }
  .form-checkbox label input[type='checkbox']:checked + .check-label:before,
  .form-checkbox label input[type='radio']:checked + .check-label:before,
  .form-checkbox label input[type='checkbox']:checked + .result + .check-label:before,
  .form-checkbox label input[type='radio']:checked + .result + .check-label:before,
  .form-radio label input[type='checkbox']:checked + .check-label:before,
  .form-radio label input[type='radio']:checked + .check-label:before,
  .form-radio label input[type='checkbox']:checked + .result + .check-label:before,
  .form-radio label input[type='radio']:checked + .result + .check-label:before {
    opacity: 1; }
  .form-checkbox label .check-label,
  .form-radio label .check-label {
    position: relative;
    padding-left: 30px;
    display: block;
    margin-bottom: 20px;
    cursor: pointer; }
    .form-checkbox label .check-label:before, .form-checkbox label .check-label:after,
    .form-radio label .check-label:before,
    .form-radio label .check-label:after {
      content: '';
      position: absolute;
      left: 0;
      top: 0; }
    .form-checkbox label .check-label:before,
    .form-radio label .check-label:before {
      content: '';
      width: 14px;
      height: 14px;
      z-index: 2;
      background: #0882d7;
      opacity: 0;
      top: 5px;
      left: 5px;
      -webkit-transition: all 0.2s ease-in-out;
      -o-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out; }
    .form-checkbox label .check-label:after,
    .form-radio label .check-label:after {
      width: 20px;
      height: 20px;
      background: #fff;
      border: 2px solid #ccc; }

.form-radio .check-label:before, .form-radio .check-label:after {
  border-radius: 50%; }

.jcf-focus {
  border-color: #000 !important; }

.jcf-select,
select {
  text-align: left;
  overflow: hidden;
  min-width: 220px;
  height: 41px;
  display: inline-block;
  border: 2px solid #000;
  position: relative;
  font-family: "Arial", sans-serif; }
  .jcf-select .jcf-select-opener,
  select .jcf-select-opener {
    width: 44px;
    height: 44px;
    background-color: #000;
    position: absolute;
    z-index: 2;
    top: 0;
    right: 0; }
    .jcf-select .jcf-select-opener:after,
    select .jcf-select-opener:after {
      display: block;
      position: absolute;
      right: 0;
      bottom: 0;
      border-right: 3px solid white;
      border-top: 3px solid white;
      text-align: center;
      content: "";
      color: #fff;
      line-height: 60px;
      width: 9px;
      height: 9px;
      margin: -14px 0 0;
      text-indent: 0 !important;
      left: 16px;
      top: 28px;
      -webkit-transform: rotate(135deg);
          -ms-transform: rotate(135deg);
              transform: rotate(135deg); }
  .jcf-select .jcf-select-text,
  select .jcf-select-text {
    line-height: 39px;
    color: #000;
    font-size: 14px;
    padding: 0 30px 0 13px;
    background-color: #fff;
    display: inline-block; }

.jcf-select-drop div.jcf-select-drop-content {
  border: 0; }

.jcf-select-drop-content ul {
  margin: 0;
  padding: 0;
  list-style: none; }

.jcf-select-drop-content li {
  margin: 0; }
  .jcf-select-drop-content li .jcf-option {
    padding: 0 10px;
    font-size: 16px;
    line-height: 30px;
    color: #fff;
    background-color: #cccccc;
    display: block;
    cursor: pointer; }
    .jcf-select-drop-content li .jcf-option:hover {
      background-color: #000;
      color: #fff; }

input::-moz-placeholder {
  color: #000;
  opacity: 1; }

input::-webkit-input-placeholder {
  color: #000;
  opacity: 1; }

input:-ms-input-placeholder {
  color: #000;
  opacity: 1; }

textarea::-moz-placeholder {
  color: #000;
  opacity: 1; }

textarea::-webkit-input-placeholder {
  color: #000;
  opacity: 1; }

textarea:-ms-input-placeholder {
  color: #000;
  opacity: 1; }

/*form*/
.form-pattern .item,
.form-pattern .capcha {
  position: relative; }

.form-pattern .capcha input {
  display: inline-block; }

.form-pattern .valid-pattern + .result,
.form-pattern .valid-pattern + .check-label + .result {
  position: absolute;
  font-size: 14px;
  left: 0;
  color: red;
  top: 100%;
  background: white;
  border: 1px solid #ddd;
  width: 110%;
  max-width: 300px;
  padding: 7px 10px;
  font-weight: 600;
  z-index: 10;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  display: none; }

.check-text {
  overflow: hidden;
  display: block;
  padding-left: 10px;
  opacity: 0.7;
  margin-bottom: 20px;
  border: 0 !important; }

.checkbox-pattern {
  float: left; }

.checkbox-pattern.errorText {
  color: red; }

.form-pattern .valid-pattern + .result:before,
.form-pattern .valid-pattern + .check-text + .result:before {
  background: white;
  border-top: 1px solid #ddd;
  border-right: 1px solid #ddd;
  -ms-transform: rotate(315deg);
  -webkit-transform: rotate(315deg);
  transform: rotate(315deg);
  position: absolute;
  left: 15px;
  bottom: calc(100% - 7px);
  content: "";
  width: 15px;
  height: 15px; }

.form-pattern .item .item {
  display: block;
  margin-bottom: 2px; }

.form-pattern .error + .result,
.form-pattern .error + .check-label + .result {
  display: block; }

.form-pattern .ok {
  border: 2px solid green; }

.form-pattern .error {
  border: 2px solid red; }

.form-pattern {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.form-pattern .item {
  width: 100%; }
  .form-pattern .item.col {
    width: calc(50% - 5px); }
    @media (max-width: 620px) {
      .form-pattern .item.col {
        width: 100%; } }
    .form-pattern .item.col input {
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      width: 100%; }

.form-pattern .ok + .result {
  display: none; }

.submit-wrap {
  width: 100%;
  cursor: pointer;
  position: relative; }

.submit-wrap.add-block {
  pointer-events: none; }

.submit-over {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.submit-over:hover + input[type="submit"] {
  background: #333;
  color: #fff; }

form input[type="submit"] {
  display: block;
  margin-bottom: 15px;
  height: 42px;
  color: #fff;
  width: 150px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #0882d7;
  border: 1px solid #0882d7;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }

.submit-over:hover + input[type="submit"] {
  background: transparent;
  color: #0882d7; }

.no-decoration {
  text-decoration: none; }
  .no-decoration:hover {
    text-decoration: underline; }

.text-color {
  color: #ffdd0f; }

.text-color:hover {
  color: #ffdd0f; }

.btn {
  color: #fff;
  font-size: 32px;
  line-height: 40px;
  padding: 18px 30px;
  min-width: 300px;
  text-transform: uppercase;
  border: 2px solid #0882d7;
  text-decoration: none;
  overflow: hidden;
  position: relative;
  display: inline-block;
  border-radius: 3px;
  outline: none;
  text-align: center;
  z-index: 1;
  margin-bottom: 20px;
  background-color: #0882d7;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }
  .btn:after {
    background: #0882d7;
    content: "";
    height: 0;
    left: 50%;
    position: absolute;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
        -ms-transform: translateX(-50%) translateY(-50%) rotate(45deg);
            transform: translateX(-50%) translateY(-50%) rotate(45deg);
    width: 200%;
    z-index: -1;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }
  .btn:hover {
    color: #fff;
    text-decoration: none; }
    .btn:hover:after {
      height: 500%; }

.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -ms-touch-action: pan-y;
      touch-action: pan-y;
  margin: 0 -55px;
  padding: 10px 85px;
  background-color: #fff; }
  @media (max-width: 768px) {
    .slick-slider {
      margin: 0 -20px;
      padding: 10px 25px; } }
  .slick-slider.image-slider, .slick-slider.img-carousel {
    overflow-x: hidden; }
  .slick-slider .slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    width: 100%;
    margin: 0;
    padding: 0; }
    .slick-slider .slick-list:focus {
      outline: none; }
    .slick-slider .slick-list.dragging {
      cursor: hand; }
  .slick-slider .slick-track,
  .slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0); }
  .slick-slider .slick-track {
    position: relative;
    top: 0;
    left: 0; }
    .slick-slider .slick-track:before, .slick-slider .slick-track:after {
      display: table;
      content: ''; }
    .slick-slider .slick-track:after {
      clear: both; }
  .slick-slider .slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    margin-bottom: 0; }
    .slick-slider .slick-slide a {
      display: block;
      padding: 10px; }
    .slick-slider .slick-slide img {
      display: block;
      width: 100%; }
  .slick-slider .slick-next,
  .slick-slider .slick-prev {
    position: absolute;
    width: 34px;
    height: 54px;
    cursor: pointer;
    z-index: 101;
    text-indent: -9999px;
    top: 50%;
    background: url("../images/arrow-left.png") center no-repeat;
    background-size: cover;
    opacity: 0.3;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }
  .slick-slider .slick-prev {
    left: 55px;
    right: auto; }
    @media (max-width: 768px) {
      .slick-slider .slick-prev {
        left: 10px; } }
    .slick-slider .slick-prev:after {
      -webkit-transform: rotate(-45deg);
          -ms-transform: rotate(-45deg);
              transform: rotate(-45deg);
      left: 27px; }
  .slick-slider .slick-next {
    left: auto;
    right: 55px;
    background: url("../images/arrow-right.png") center no-repeat; background-size: cover;}
.slick-slider .slick-next:hover,
.slick-slider .slick-prev:hover{
  opacity: 1;
}
@media (max-width: 768px) {
      .slick-slider .slick-next {
        right: 10px; } }
  .slick-slider .slick-dots {
    position: absolute;
    bottom: 36px;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    margin: 0;
    padding: 0;
    list-style: none; }
    .slick-slider .slick-dots li {
      float: left;
      margin: 0 0 0 7px; }
      .slick-slider .slick-dots li:first-child {
        margin-left: 0; }
      .slick-slider .slick-dots li.slick-active button {
        background-color: #fff; }
    .slick-slider .slick-dots button {
      float: left;
      text-indent: -9999px;
      border: 0;
      width: 14px;
      height: 13px;
      border-radius: 50%;
      background-color: #000;
      -webkit-transition: all 0.2s ease-in-out;
      -o-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out;
      cursor: pointer; }
      .slick-slider .slick-dots button:hover {
        background-color: #fff; }

/*# sourceMappingURL=main.css.map */
.scroll-btn {
  position: fixed;
  bottom: 60px;
  right: 40px;
  background-color:
          #0882d7;
  color: #fff;
  width: 50px;
  height: 50px;
  text-align: center;
  font-size: 30px;
  line-height: 50px;
  opacity: 0;
  border-radius: 50px;
  transition: 0.5s;
}
.fancybox-navigation .fancybox-button{
  height: 200px!important;
  width: 120px!important;
}
.fancybox-navigation .fancybox-button--arrow_left{
  left: 30px;
}
.fancybox-navigation .fancybox-button--arrow_right {
  right: 30px;
}
@media (max-width: 768px) {
  .fancybox-navigation .fancybox-button{
    height: 100px!important;
    width: 70px!important;
  }
  .fancybox-navigation .fancybox-button--arrow_left{
    left: 0px;
  }
  .fancybox-navigation .fancybox-button--arrow_right {
    right: 0px;
  }
}



.fancybox-slide--video .fancybox-content {
  width  : 800px;
  height : 600px;
  max-width  : 100%;
  max-height : calc( 100% - 100px );
  margin: 50px 0;
  overflow: visible;
  background: #000;
}

.button-close,
.button-previous,
.button-next {
  position: absolute;
  width: 80px;
  height: 80px;
  text-align: center;
  line-height: 44px;
  color: #fff;
  text-decoration: none;
  border-radius: 50%;
  font-size: 16px;
  opacity: 0.5;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.button-previous svg,
.button-next svg{
  fill: #fff;
}
.button-close:hover,
.button-previous:hover,
.button-next:hover{
  opacity: 1;
}
.button-previous,
.button-next {
  top: 50%;
  margin-top: -22px;
  line-height: 42px;
}

.button-previous {
  left: -100px;
}

.button-next {
  right: -100px;
}

.button-close {
  top: -44px;
  right: -44px;
  font-size: 22px;
  color: rgba(255,255,255,0.8);
}