/* 
-----------------------------------------------------
  Stylesheet Guide
-----------------------------------------------------
  
  1. Default stylesheets

  2. Basic Elements
    2.1. Typography
    2.2. Lists
    2.3. Buttons
    2.4. Forms

  3. General classes
    3.1. Flex

  4. Main options
    4.1 Pages end breadcrumps
    4.2 Offsets

  5. Header
    5.1. Main navigation
    5.2. Search

  6. Plugins
    6.1. Preloader
    6.2. Back to top
    6.3. Animation 
    6.4. Fancybox
    6.5. Map
    
  7. Footer

  8. Main Sections

  


*/
@import url(reset.css);
@import url(../fonts/kelson_sans/stylesheet.css);
@import url("https://fonts.googleapis.com/css2?family=Fira+Sans:wght@300;400;500;700&display=swap");
/* ------------------------------------------------

    1. Default stylesheets

------------------------------------------------ */
html, body {
  height: 100%; }

body {
  font-family: 'Fira Sans', sans-serif;
  color: #fff;
  font-weight: 300;
  font-size: 15px;
  line-height: 25px;
  background-color: #121D2E;
  -webkit-text-size-adjust: none; }

.blackout {
  color: #fff; }

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent; }

::selection {
  color: #fff;
  background: #22cfef; }

::-moz-selection {
  color: #fff;
  background: #22cfef; }

/* ------------------------------------------------

    2. Basic Elements

------------------------------------------------ */
/* --------------------------------------------
      2.1. Typography
-------------------------------------------- */
h1, h2, h3, h4, h5, h6, .h4 {
  font-family: 'kelson_sans_rubold', sans-serif;
  font-weight: normal;
  line-height: 1.23em;
  color: #fff;
  margin: 0;
  margin-bottom: 30px; }
  h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    text-decoration: none;
    color: #fff; }
    h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
      color: rgba(255, 255, 255, 0.5); }

h1 {
  font-size: 64px;
  line-height: 64px;
  letter-spacing: 10px;
  text-transform: uppercase;
  color: #FFFFFF;
  margin-bottom: 40px; }
  h1 span {
    height: 64px;
    padding-top: 64px; }

h2 {
  font-size: 56px;
  line-height: 56px;
  letter-spacing: 8.75px;
  text-transform: uppercase;
  color: #FFFFFF;
  margin-bottom: 40px; }
  h2 span {
    height: 56px;
    padding-top: 56px; }

h3 {
  font-size: 24px;
  line-height: 24px;
  letter-spacing: 3.75px;
  text-transform: uppercase;
  margin-bottom: 30px; }

h4, .h4 {
  font-size: 24px;
  line-height: 24px;
  letter-spacing: 3.75px;
  text-transform: uppercase;
  margin-bottom: 30px; }

h5 {
  font-size: 24px;
  line-height: 24px;
  margin-bottom: 30px;
  letter-spacing: 3.75px; }

h6 {
  font-size: 14px; }

h1 + .under_title,
h2 + .under_title {
  margin-top: -10px;
  margin-bottom: 40px; }

p:not(:last-child) {
  margin-bottom: 30px; }

mark {
  background-color: #20cfef;
  padding: 0 2px;
  color: #fff; }

mark.red {
  background-color: #ee352f; }

blockquote {
  border-left: 3px solid #FFA400;
  padding-left: 36px;
  margin-bottom: 30px; }
  blockquote ul, blockquote ol {
    margin-left: -18px; }

sup {
  display: inline-block;
  -moz-transform: scale(0.6) translate(-10%, -30%);
  -o-transform: scale(0.6) translate(-10%, -30%);
  -webkit-transform: scale(0.6) translate(-10%, -30%);
  transform: scale(0.6) translate(-10%, -30%); }

a {
  color: #FFA400;
  text-decoration: underline;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; }

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

a:focus,
a:visited {
  text-decoration: none; }

.fz20 {
  font-size: 20px; }

.fz18 {
  font-size: 18px; }

.fz16 {
  font-size: 16px; }

.fz12 {
  font-size: 12px; }

.fw300 {
  font-weight: 300; }

.fw400 {
  font-weight: 400; }

.fw500 {
  font-weight: 500; }

.fw600 {
  font-weight: 600; }

.fw700 {
  font-weight: 700; }

.fw_bold {
  font-weight: bold; }

.fw800 {
  font-weight: 800; }

.fw900 {
  font-weight: 900; }

.book {
  -moz-column-count: 2;
  -webkit-column-count: 2;
  column-count: 2; }

.color_yellow {
  color: #FFA400; }
.section_content_h img {
    max-width: 660px;
}
/* --------------------------------------------
      2.2. Lists
-------------------------------------------- */
ul:not([class]), .single .section.section_offset ul {
  margin-bottom: 30px; }
  ul:not([class]) li, .single .section.section_offset ul li {
    margin-bottom: 10px;
    position: relative;
    padding-left: 28px;
    font-size: 14px;
    line-height: 20px; }
    ul:not([class]) li:before, .single .section.section_offset ul li:before {
      content: '';
      position: absolute;
      top: 9px;
      left: 0px;
      height: 4px;
      width: 4px;
      background-color: #FFA400;
      border-radius: 100%; }
    ul:not([class]) li strong, .single .section.section_offset ul li strong {
      font-weight: 500;
      font-size: 16px; }

ol:not([class]), .single .section.section_offset ol {
  counter-reset: myCounter;
  margin-bottom: 30px; }

ol:not([class]) > li, .single .section.section_offset ol > li {
  list-style: none;
  margin-bottom: 10px;
  position: relative;
  padding-left: 28px; }
  ol:not([class]) > li strong, .single .section.section_offset ol > li strong {
    font-weight: 500;
    font-size: 16px; }

ol:not([class]) > li:before, .single .section.section_offset ol > li:before {
  counter-increment: myCounter;
  content: "0" counter(myCounter) ".";
  color: #FFA400;
  position: absolute;
  top: 5px;
  left: 0;
  font-weight: 100;
  font-size: 11px;
  line-height: 12px;
  font-family: 'kelson_sans_rubold'; }

ol:not([class]) > li:nth-child(9) ~ li:before, .single .section.section_offset ol > li:nth-child(9) ~ li:before{
  content: "" counter(myCounter) "."; }

.list_letter {
  margin-bottom: 30px; }

.list_letter > li {
  list-style: none;
  margin-bottom: 10px;
  position: relative;
  padding-left: 28px; }

.list_letter > li span {
  color: #FFA400;
  position: absolute;
  top: 5px;
  left: 0;
  font-weight: 100;
  font-size: 11px;
  line-height: 12px;
  font-family: 'kelson_sans_rubold'; }

.list_offset {
  padding-left: 45px; }

li > blockquote,
li > ol,
li > ul {
  margin-top: 20px; }

/* --------------------------------------------
      2.3. Buttons
-------------------------------------------- */
.btn {
  font-family: 'kelson_sans_ruregular';
  display: inline-block;
  outline: none;
  cursor: pointer;
  font-size: 13px;
  line-height: 16px;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #FFFFFF;
  background: transparent;
  text-decoration: none;
  border: 2px solid #FFA400;
  border-radius: 2px;
  padding: 15px 20px;
  min-width: 200px;
  text-align: center;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; }

.btn:hover {
  background-color: #FFA400;
  color: #fff; }

.btn2 {
  border: none;
  font-family: 'kelson_sans_ruregular';
  display: inline-block;
  outline: none;
  cursor: pointer;
  font-size: 13px;
  line-height: 16px;
  letter-spacing: 3px;
  text-decoration: none;
  text-transform: uppercase;
  text-align: center;
  color: #FFFFFF;
  min-width: 200px;
  background: #FFA400;
  border-radius: 2px;
  padding: 17px 20px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; }

.btn2:hover {
  background-color: #1E2838;
  color: #fff; }

.btn_blue {
  border: none;
  font-family: 'kelson_sans_ruregular';
  display: inline-block;
  outline: none;
  cursor: pointer;
  font-size: 13px;
  line-height: 16px;
  letter-spacing: 3px;
  text-decoration: none;
  text-transform: uppercase;
  color: #FFFFFF;
  text-align: center;
  min-width: 200px;
  background: #0082CA;
  border-radius: 2px;
  padding: 17px 20px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; }

.btn_blue:hover {
  background-color: #1E2838;
  color: #fff; }

.btn_icon {
  margin-right: 18px;
  display: inline-block; }

.btn_header {
  font-family: 'kelson_sans_ruregular';
  display: inline-block;
  outline: none;
  cursor: pointer;
  font-size: 13px;
  line-height: 16px;
  letter-spacing: 3px;
  text-decoration: none;
  text-transform: uppercase;
  color: #FFFFFF;
  background: #FFA400;
  border-radius: 2px;
  padding: 15px 20px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; }

.btn_header:hover {
  background-color: #1E2838;
  color: #fff; }

.btn_nav {
  outline: none;
  cursor: pointer;
  width: 40px;
  height: 40px;
  background: #FFA400;
  border-radius: 2px;
  padding: 0;
  border: none;
  display: inline-block;
  position: relative;
  z-index: 15; }
  .btn_nav svg {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -7px;
    margin-left: -7px;
    width: 14px;
    height: 14px; }
    .btn_nav svg * {
      fill: #fff; }
  .btn_nav:hover {
    background-color: #FFA400; }

.btn_nav:before, .btn_nav:after, .btn_nav span {
  content: '';
  display: block;
  width: 15px;
  height: 2px;
  background-color: #000;
  position: absolute;
  top: 14px;
  left: 13px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s; }

.btn_nav span {
  top: 19px;
  width: 11px; }

.btn_nav:after {
  top: auto;
  bottom: 14px; }

.btn_nav.active {
  background-color: transparent; }

.btn_nav.active span {
  display: none; }

.btn_nav.active:before {
  background-color: #fff;
  top: 19px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg); }

.btn_nav.active:after {
  background-color: #fff;
  bottom: 19px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg); }

/* --------------------------------------------
        2.4. Forms
  -------------------------------------------- */
::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
  -webkit-transition: text-indent .5s ease, color .5s ease;
  transition: text-indent .5s ease, color .5s ease; }

input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
  opacity: 1; }

textarea::-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
  opacity: 1; }

::ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5); }

[placeholder]:focus::-webkit-input-placeholder {
  text-indent: 10em;
  color: transparent; }

.form_box_wr {
  margin-bottom: 20px; }

.form_box {
  position: relative;
  padding-bottom: 10px; }

.form_required:before {
  content: '*';
  color: #fff;
  font-size: 10px;
  line-height: 10px;
  position: absolute;
  top: 20px;
  right: 0; }

input:not([type=checkbox]):not([type=radio]),
textarea,
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]), textarea {
  font-family: 'kelson_sans_ruregular';
  border: none;
  background-color: transparent;
  color: #FFFFFF;
  font-size: 14px;
  line-height: 18px;
  height: 50px;
  border-bottom: 2px solid rgba(255, 255, 255, 0.1);
  width: 100%;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):focus, textarea:focus {
    border-bottom: 2px solid #FFFFFF; }

textarea {
  max-width: 100%;
  height: 270px;
  padding-top: 16px;
  padding-bottom: 16px; }

.pseudo-select {
  position: relative;
  font-size: 12px;
  font-family: verdana; }

.pseudo-select .select {
  font-family: 'kelson_sans_ruregular';
  border: none;
  background-color: transparent;
  color: #FFFFFF;
  font-size: 14px;
  line-height: 18px;
  height: 50px;
  border-bottom: 2px solid rgba(255, 255, 255, 0.1);
  width: 100%;
  padding-top: 16px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  .pseudo-select .select:before {
    position: absolute;
    content: '';
    right: 0;
    top: 23px;
    width: 0px;
    height: 0px;
    border-left: 3px solid transparent;
    border-right: 3px solid transparent;
    border-top: 3px solid rgba(255, 255, 255, 0.2); }

.pseudo-select:hover .select, .pseudo-select:focus .select {
  border-bottom: 2px solid #FFFFFF; }

.pseudo-select .options {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background: #121D2E;
  z-index: 10;
  display: none;
  font-family: 'kelson_sans_ruregular';
  border: none;
  color: #FFFFFF;
  font-size: 14px;
  line-height: 18px; }

.pseudo-select .options > div {
  padding: 10px;
  cursor: pointer; }

.pseudo-select .options > div:hover {
  background: #0082CA; }

.pseudo-select .options > div.check {
  background: #FFA400; }

.checkbox {
  position: absolute;
  z-index: -1;
  opacity: 0;
  margin: 10px 0 0 20px; }

.checkbox + label {
  display: block;
  position: relative;
  padding: 0 0 0 32px;
  cursor: pointer;
  font-size: 14px;
  font-weight: 300;
  line-height: 16px;
  color: #fff; }

.checkbox + label:before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0;
  width: 15px;
  height: 15px;
  background: rgba(255, 255, 255, 0.2); }

.checkbox + label:after {
  content: '';
  position: absolute;
  top: 5px;
  left: 4px;
  width: 8px;
  height: 6px;
  background: url(../images/ok.svg) 0 0 no-repeat;
  background-size: 8px 6px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }

.checkbox:checked + label:after {
  opacity: 1;
  visibility: visible; }

.checkbox:checked + label:before {
  background: rgba(255, 255, 255, 0.3); }

.files_btn {
  width: 100%;
  position: relative;
  border: none;
  font-family: 'kelson_sans_ruregular';
  display: block;
  outline: none;
  cursor: pointer;
  font-size: 10px;
  line-height: 16px;
  letter-spacing: 3px;
  text-decoration: none;
  text-transform: uppercase;
  text-align: left;
  color: rgba(255, 255, 255, 0.5);
  min-width: 200px;
  background-color: transparent;
  padding: 12px 0px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; }
  .files_btn .btn_icon {
    opacity: 0.5; }
  .files_btn:hover {
    color: #fff; }
    .files_btn:hover .btn_icon {
      opacity: 1; }

.selected .files_btn {
  display: none; }

.input_file_box .name_file {
  display: none; }
.input_file_box .clear_file {
  display: none; }

.name_file {
  width: 100%;
  position: relative;
  border: none;
  display: block;
  outline: none;
  cursor: pointer;
  font-size: 13px;
  line-height: 16px;
  text-decoration: none;
  text-align: left;
  color: #fff;
  min-width: 200px;
  background: #1D293E;
  background-image: url(../images/file.svg);
  background-repeat: no-repeat;
  background-position: 15px center;
  background-size: 9px 12px;
  padding: 12px 25px;
  padding-left: 33px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; }

.input_file_box.selected .name_file {
  display: block; }
.input_file_box.selected .clear_file {
  display: block; }

.clear_file svg {
  width: 8px;
  height: 8px;
  position: absolute;
  top: 50%;
  margin-top: -8px;
  right: 15px;
  opacity: 0.5; }
.clear_file:hover svg {
  opacity: 1; }

/* ------------------------------------------------

    3. General Classes

------------------------------------------------ */
.al_left {
  text-align: left; }

.al_right {
  text-align: right; }

.al_center {
  text-align: center; }

.alignleft {
  float: left; }

.alignright {
  float: right; }

.wrapper {
  overflow: hidden; }

.hide {
  display: none; }

.show {
  display: block; }

.d_ib {
  display: inline-block; }

.transparent {
  opacity: 0; }

.invisible {
  opacity: 0;
  visibility: hidden; }

.visible {
  opacity: 1;
  visibility: visible; }

.p_abs {
  position: absolute; }

.p_rel {
  position: relative; }

.p_fix {
  position: fixed; }

.p_st {
  position: static; }

.reg {
  text-transform: uppercase; }

.clear {
  clear: both;
  width: 100%;
  line-height: 0;
  font-size: 0; }

.clearfix:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden; }

/* --------------------------------------------
      3.1. Flex
-------------------------------------------- */
.flex_box {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex; }

.flex_middle {
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center; }

.flex_between {
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between; }

.flex_wrap {
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap; }

.flex_center {
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center; }

.flex_start {
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  -o-align-items: flex-start;
  align-items: flex-start; }

.flex_column {
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column; }

.flex_align_end {
  -webkit-align-self: flex-end;
  -moz-align-self: flex-end;
  -ms-align-self: flex-end;
  -o-align-self: flex-end;
  align-self: flex-end; }

.box_first {
  -webkit-order: -1;
  -moz-order: -1;
  -ms-order: -1;
  -o-order: -1;
  order: -1; }

.box_fix {
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-shrink: 0;
  -o-flex-shrink: 0;
  flex-shrink: 0; }

/* ------------------------------------------------

    4. Main

------------------------------------------------ */
section {
  position: relative;
  padding: 0px 0px 0px 0px; }

.page_wrap {
  position: relative;
  min-height: 100%;
  overflow: hidden; }

img {
  max-width: 100%; }

.row_lg {
  margin-left: -40px;
  margin-right: -40px; }
  .row_lg > * {
    padding-left: 40px;
    padding-right: 40px; }
  .row_lg.row_offset > * {
    margin-bottom: 80px; }

.row_md {
  margin-left: -25px;
  margin-right: -25px; }
  .row_md > * {
    padding-left: 25px;
    padding-right: 25px; }
  .row_md.row_offset > * {
    margin-bottom: 60px; }

.row_md2 {
  margin-left: -20px;
  margin-right: -20px; }
  .row_md2 > * {
    padding-left: 20px;
    padding-right: 20px; }
  .row_md2.row_offset > * {
    margin-bottom: 40px; }

.row_sm {
  margin-left: -10px;
  margin-right: -10px; }
  .row_sm > * {
    padding-left: 10px;
    padding-right: 10px; }
  .row_sm.row_offset > * {
    margin-bottom: 20px; }

.box_be {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  margin-bottom: -10px; }
  .box_be > *:not(:last-child) {
    margin-right: 20px; }
  .box_be > * {
    margin-bottom: 10px; }

.section_vert {
  min-height: 100%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap; }

.section_bottom {
  width: 100%;
  -webkit-align-self: flex-end;
  -moz-align-self: flex-end;
  -ms-align-self: flex-end;
  -o-align-self: flex-end;
  align-self: flex-end; }

.section_top {
  width: 100%; }

/* --------------------------------------------
     4.1. Pages end breadcrumps
-------------------------------------------- */
.pages_box {
  padding-top: 10px; }

.pages li {
  display: inline-block;
  padding-left: 0px;
  margin-right: 0;
  width: 46px;
  height: 46px;
  border-radius: 2px;
  overflow: hidden;
  margin-bottom: 3px; }
  .pages li :not(:last-child) {
    margin-right: 1px; }

.pages {
  overflow: hidden;
  list-style: none; }

.pages span,
.pages a {
  height: 100%;
  width: 100%;
  display: inline-block;
  padding: 15px 7px;
  font-size: 13px;
  line-height: 16px;
  font-family: 'kelson_sans_rubold';
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #fff;
  text-decoration: none;
  text-align: center;
  background-color: #1E2838; }

.pages span {
  border-color: transparent !important; }

.pages a:hover {
  background-color: #FFA400;
  color: #fff; }

.pages .selected a {
  color: #fff;
  background-color: #0082CA; }

.breadcrumps {
  font-family: 'kelson_sans_rubold';
  margin-top: 10px;
  font-size: 10px;
  line-height: 13px;
  letter-spacing: 3.33333px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.5); }

.breadcrumps a {
  text-decoration: none;
  color: rgba(255, 255, 255, 0.5); }

.breadcrumps a:hover {
  color: #fff; }

.breadcrumps li {
  display: inline-block;
  position: relative; }

.breadcrumps li:not(:last-child) {
  padding-right: 23px; }

.breadcrumps li:not(:last-child):after {
  content: " ";
  position: absolute;
  height: 10px;
  width: 2px;
  background-color: #2A313A;
  position: absolute;
  top: 2px;
  right: 10px; }

/* --------------------------------------------
      4.2. Offsets
-------------------------------------------- */
.section_offset {
  margin-top: 50px;
  padding-bottom: 70px; }

.section_offset_b0 {
  padding-bottom: 0px; }

#linePage section:first-child {
  padding-top: 120px; }

.cont_offset {
  padding-bottom: 80px; }
  .cont_offset .col-lg-6 .title_anim {
    padding-top: 15px; }

.item_offset {
  margin-bottom: 60px; }

.cont_pad {
  padding: 75px 0 0; }

.title_offset_lg {
  padding-bottom: 40px; }

.mb0 {
  margin-bottom: 0px !important; }

.mb2 {
  margin-bottom: 2px; }

.mb5 {
  margin-bottom: 5px; }

.mb10 {
  margin-bottom: 10px; }

.mb15 {
  margin-bottom: 15px; }

.mb20 {
  margin-bottom: 20px; }

.mb25 {
  margin-bottom: 25px; }

.mb30 {
  margin-bottom: 30px; }

.mb35 {
  margin-bottom: 35px; }

.mb40 {
  margin-bottom: 40px; }

.mb45 {
  margin-bottom: 45px; }

.mb50 {
  margin-bottom: 50px; }

.mb55 {
  margin-bottom: 55px; }

.mb60 {
  margin-bottom: 60px; }

.mt10 {
  margin-top: 10px; }

.mt20 {
  margin-top: 20px; }

.mt30 {
  margin-top: 30px; }

.pt60 {
  padding-top: 60px; }

.pb60 {
  padding-bottom: 60px; }

.pl20 {
  padding-left: 20px; }

.pt10 {
  padding-top: 10px; }

.pt15 {
  padding-top: 15px; }

.pr20 {
  padding-right: 10px; }

/* ------------------------------------------------

    5. Header

------------------------------------------------ */
header {
  z-index: 101;
  position: fixed;
  left: 0px;
  right: 0px;
  top: 0;
  padding: 40px 60px;
  padding-bottom: 20px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }

.logo a {
  display: block;
  min-width: 67px;
  margin-right: 35px; }

.header_fix {
  padding-top: 26px;
  padding-bottom: 26px;
  background: #172234; }
  .header_fix .logo a {
    width: 52px;
    min-width: 52px; }

.header_left {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center; }

.header_list_link {
  font-size: 14px;
  line-height: 18px;
  color: #FFFFFF;
  text-decoration: none; }
  .header_list_link:hover {
    color: #FFA400; }

.header_list {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 100%;
  z-index: 2;
  padding: 20px 30px;
  left: -30px;
  white-space: nowrap;
  margin-top: 0 !important; }
  .header_list:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 100%;
    bottom: 0;
    background-color: #1E2838;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index: -1; }
  .header_list a {
    display: block;
    text-decoration: none; }
  .header_list li:not(:last-child) {
    margin-bottom: 0px; }
.header_list_lg {
  padding-top: 25px;
  width: 600px;
  max-width: 90vw; }
  .header_list_lg.header_list:before{
    top: 5px;}

.header_list_box {
  position: relative;
  display: inline-block;
  margin-right: 30px; }
  .header_list_box:hover .header_list {
    opacity: 1;
    visibility: visible; }
    .header_list_box:hover .header_list:before {
      right: 0; }

.link_arrow {
  position: relative;
  padding-right: 15px; }
  .link_arrow:before {
    position: absolute;
    content: '';
    right: 0;
    top: 50%;
    margin-top: -3px;
    width: 0px;
    height: 0px;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid #FFFFFF;
    mix-blend-mode: normal;
    opacity: 0.2; }

.header_list_txt {
  font-weight: 300;
  font-size: 13px;
  line-height: 13px;
  color: rgba(255, 255, 255, 0.5); }

.header_right {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center; }
  .header_right .header_box {
    text-align: right;
    margin-right: 30px; }
  .header_right .header_list_box {
    margin-right: 0; }

.btn_section_down {
  position: fixed;
  left: 60px;
  bottom: 60px;
  text-decoration: none; }
  .btn_section_down span {
    position: relative;
    padding-right: 58px;
    font-size: 10px;
    line-height: 13px;
    font-family: 'kelson_sans_rubold';
    letter-spacing: 3.33333px;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.5);
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -webkit-transform-origin: 100% 0;
    -moz-transform-origin: 0 0;
    -o-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -moz-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease; }
    .btn_section_down span:before {
      content: '';
      position: absolute;
      right: 0;
      top: 50%;
      margin-top: -1px;
      height: 2px;
      width: 30px;
      background: #FFFFFF;
      mix-blend-mode: normal;
      opacity: 0.1;
      -webkit-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all 0.3s ease; }
  .btn_section_down:hover span {
    color: #fff;
    padding-right: 45px; }
    .btn_section_down:hover span:before {
      opacity: 0.5; }

.s {
  display: block; }

.h {
  display: none; }

.active .s {
  display: none; }
.active .h {
  display: block; }

.btn_section_down2 {
  position: absolute;
  bottom: auto;
  top: calc(100vh - 250px);
  z-index: 5; }

/* --------------------------------------------
      5.1. Main navigation
-------------------------------------------- */
.navigation {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  font-size: 13px;
  line-height: 13px;
  letter-spacing: 3px;
  text-transform: uppercase;
  font-family: 'kelson_sans_ruregular'; }
  .navigation li {
    padding: 15px 10px; }
  .navigation a {
    padding: 0px 10px;
    color: #FFFFFF;
    text-decoration: none; }
    .navigation a:hover {
      color: #ffa400; }
  .navigation .header_list_box {
    margin-right: 0; }
  .navigation .link_arrow {
    padding-right: 10px; }

/* --------------------------------------------
      5.2. Search
-------------------------------------------- */
.header_btn_box {
  margin-right: 10px; }

.search-form input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]) {
  border: none;
  background-color: transparent;
  color: #FFFFFF;
  font-size: 14px;
  line-height: 18px;
  height: 100px;
  padding: 0 120px;
  border-bottom: 2px solid rgba(255, 255, 255, 0.1);
  width: 100%; }
  .search-form input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):focus {
    border-bottom: 2px solid #FFFFFF; }

.btn_search {
  outline: none;
  cursor: pointer;
  width: 46px;
  height: 46px;
  background: #1E2838;
  border-radius: 2px;
  padding: 0;
  border: none;
  display: inline-block;
  position: relative; }
  .btn_search svg {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -7px;
    margin-left: -7px;
    width: 14px;
    height: 14px; }
    .btn_search svg * {
      fill: #fff; }
  .btn_search:hover {
    background-color: #FFA400; }

.search_box {
  position: fixed;
  z-index: 99999;
  left: 60px;
  right: 60px;
  top: 0;
  display: none;
  background-color: #1E2838; }

.search_box_in {
  width: 100%;
  position: relative; }

.search-overlay {
  content: '';
  position: fixed;
  bottom: 0;
  right: 0;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 8010;
  background-color: #282d38;
  opacity: 0.5; }

.btn_search_pos {
  position: absolute;
  top: 50%;
  left: 50px;
  margin-top: -23px; }

.search-btn-close {
  position: absolute;
  top: 50%;
  right: 50px;
  height: 30px;
  margin-top: -15px;
  padding-top: 4px; }
  .search-btn-close svg {
    width: 14px;
    height: 14px;
    fill: #FFA400; }
    .search-btn-close svg:hover {
      fill: #fff !important; }

.search_result {
  background: #1E2838;
  padding: 30px;
  max-height: calc(100vh - 120px);
  overflow-x: hidden; }

.search_result_list li:not(:last-child) {
  margin-bottom: 5px; }

/* ------------------------------------------------

    6. Plugins

------------------------------------------------ */
/* --------------------------------------------
      6.1. Preloader
-------------------------------------------- */
#page-preloader {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: #172234;
  z-index: 100500; }
#page-preloader>div {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 600px;
  height: 600px;
  z-index: 2;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);}
#page-preloader .preloader {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 36px;
  height: 36px;
  margin-left: -18px;
  margin-top: -18px;
  display: inline-block;
  padding: 0px;
  border-radius: 100%;
  border: 2px solid;
  border-top-color: rgba(255, 164, 0, 0.65);
  border-bottom-color: rgba(255, 164, 0, 0.15);
  border-left-color: rgba(255, 164, 0, 0.65);
  border-right-color: rgba(255, 164, 0, 0.15);
  -webkit-animation: preloader 0.8s linear infinite;
  animation: preloader 0.8s linear infinite; }

@keyframes preloader {
  from {
    transform: rotate(0deg); }
  to {
    transform: rotate(360deg); } }
@-webkit-keyframes preloader {
  from {
    -webkit-transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(360deg); } }
/* --------------------------------------------
      6.2. Back to top
-------------------------------------------- */
.back_to_top {
  border: none;
  outline: none;
  position: fixed;
  top: auto;
  left: -100px !important;
  z-index: 99;
  cursor: pointer; }

.bounceOutRight {
  left: -100px !important; }

.bounceInRight {
  left: 60px !important; }

/* --------------------------------------------
      6.3. Animation 
-------------------------------------------- */
.animated_fast {
  -webkit-animation-duration: 500ms;
  -moz-animation-duration: 500ms;
  animation-duration: 500ms; }

.title_anim span {
  position: relative;
  overflow: hidden;
  display: inline-block;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }
.title_anim.active span {
  padding-top: 0 !important;
  height: auto !important; }

.txt_anim span {
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: inline-block;
  -webkit-animation-duration: 0.1s;
  animation-duration: 0.1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }
.txt_anim span.visible {
  opacity: 1; }

.main_img {
  position: absolute;
  top: 18vh;
  right: 0;
  width: 57%;
  bottom: 0; }
  .main_img img {
    max-width: none;
    width: 100%;
    position: relative;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 2; }

.main_line {
  top: 10vh;
  bottom: 0;
  position: absolute;
  right: 0;
  left: 12vw;
  z-index: -1; }
  .main_line > * {
    background-color: #0082CA; }

.anim_line {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #0082CA;
  z-index: -1; }

.glitch img:nth-child(n+2) {
  opacity: 0; }

.glitch img:nth-child(n+2) {
  animation-duration: 4s;
  animation-delay: 2s;
  animation-timing-function: linear;
  animation-iteration-count: infinite; }

.glitch img:nth-child(2) {
  background-color: transparent;
  background-blend-mode: none;
  animation-name: glitch-anim-1; }

.glitch img:nth-child(3) {
  background-color: transparent;
  background-blend-mode: none;
  animation-name: glitch-anim-2; }

.glitch img:nth-child(4) {
  background-color: transparent;
  background-blend-mode: none;
  animation-name: glitch-anim-3; }

.glitch img:nth-child(5) {
  background-color: transparent;
  background-blend-mode: overlay;
  animation-name: glitch-anim-flash; }

/* Animations */
@keyframes glitch-anim-1 {
  0% {
    opacity: 1;
    transform: translate3d(10px, 0, 0);
    -webkit-clip-path: polygon(0 2%, 100% 2%, 100% 5%, 0 5%);
    clip-path: polygon(0 2%, 100% 2%, 100% 5%, 0 5%); }
  2% {
    -webkit-clip-path: polygon(0 15%, 100% 15%, 100% 15%, 0 15%);
    clip-path: polygon(0 15%, 100% 15%, 100% 15%, 0 15%); }
  4% {
    -webkit-clip-path: polygon(0 10%, 100% 10%, 100% 20%, 0 20%);
    clip-path: polygon(0 10%, 100% 10%, 100% 20%, 0 20%); }
  6% {
    -webkit-clip-path: polygon(0 1%, 100% 1%, 100% 2%, 0 2%);
    clip-path: polygon(0 1%, 100% 1%, 100% 2%, 0 2%); }
  8% {
    -webkit-clip-path: polygon(0 33%, 100% 33%, 100% 33%, 0 33%);
    clip-path: polygon(0 33%, 100% 33%, 100% 33%, 0 33%); }
  10% {
    -webkit-clip-path: polygon(0 44%, 100% 44%, 100% 44%, 0 44%);
    clip-path: polygon(0 44%, 100% 44%, 100% 44%, 0 44%); }
  12% {
    -webkit-clip-path: polygon(0 50%, 100% 50%, 100% 20%, 0 20%);
    clip-path: polygon(0 50%, 100% 50%, 100% 20%, 0 20%); }
  14% {
    -webkit-clip-path: polygon(0 70%, 100% 70%, 100% 70%, 0 70%);
    clip-path: polygon(0 70%, 100% 70%, 100% 70%, 0 70%); }
  16% {
    -webkit-clip-path: polygon(0 80%, 100% 80%, 100% 80%, 0 80%);
    clip-path: polygon(0 80%, 100% 80%, 100% 80%, 0 80%); }
  18% {
    -webkit-clip-path: polygon(0 50%, 100% 50%, 100% 55%, 0 55%);
    clip-path: polygon(0 50%, 100% 50%, 100% 55%, 0 55%); }
  20% {
    -webkit-clip-path: polygon(0 70%, 100% 70%, 100% 80%, 0 80%);
    clip-path: polygon(0 70%, 100% 70%, 100% 80%, 0 80%); }
  21.9% {
    opacity: 1;
    transform: translate3d(10px, 0, 0); }
  22%, 100% {
    opacity: 0;
    transform: translate3d(0, 0, 0);
    -webkit-clip-path: polygon(0 0, 0 0, 0 0, 0 0);
    clip-path: polygon(0 0, 0 0, 0 0, 0 0); } }
@keyframes glitch-anim-2 {
  0% {
    opacity: 1;
    transform: translate3d(calc(-1 * 10px), 0, 0);
    -webkit-clip-path: polygon(0 25%, 100% 25%, 100% 30%, 0 30%);
    clip-path: polygon(0 25%, 100% 25%, 100% 30%, 0 30%); }
  3% {
    -webkit-clip-path: polygon(0 3%, 100% 3%, 100% 3%, 0 3%);
    clip-path: polygon(0 3%, 100% 3%, 100% 3%, 0 3%); }
  5% {
    -webkit-clip-path: polygon(0 5%, 100% 5%, 100% 20%, 0 20%);
    clip-path: polygon(0 5%, 100% 5%, 100% 20%, 0 20%); }
  7% {
    -webkit-clip-path: polygon(0 20%, 100% 20%, 100% 20%, 0 20%);
    clip-path: polygon(0 20%, 100% 20%, 100% 20%, 0 20%); }
  9% {
    -webkit-clip-path: polygon(0 40%, 100% 40%, 100% 40%, 0 40%);
    clip-path: polygon(0 40%, 100% 40%, 100% 40%, 0 40%); }
  11% {
    -webkit-clip-path: polygon(0 52%, 100% 52%, 100% 59%, 0 59%);
    clip-path: polygon(0 52%, 100% 52%, 100% 59%, 0 59%); }
  13% {
    -webkit-clip-path: polygon(0 60%, 100% 60%, 100% 60%, 0 60%);
    clip-path: polygon(0 60%, 100% 60%, 100% 60%, 0 60%); }
  15% {
    -webkit-clip-path: polygon(0 75%, 100% 75%, 100% 75%, 0 75%);
    clip-path: polygon(0 75%, 100% 75%, 100% 75%, 0 75%); }
  17% {
    -webkit-clip-path: polygon(0 65%, 100% 65%, 100% 40%, 0 40%);
    clip-path: polygon(0 65%, 100% 65%, 100% 40%, 0 40%); }
  19% {
    -webkit-clip-path: polygon(0 45%, 100% 45%, 100% 50%, 0 50%);
    clip-path: polygon(0 45%, 100% 45%, 100% 50%, 0 50%); }
  20% {
    -webkit-clip-path: polygon(0 14%, 100% 14%, 100% 33%, 0 33%);
    clip-path: polygon(0 14%, 100% 14%, 100% 33%, 0 33%); }
  21.9% {
    opacity: 1;
    transform: translate3d(calc(-1 * 10px), 0, 0); }
  22%, 100% {
    opacity: 0;
    transform: translate3d(0, 0, 0);
    -webkit-clip-path: polygon(0 0, 0 0, 0 0, 0 0);
    clip-path: polygon(0 0, 0 0, 0 0, 0 0); } }
@keyframes glitch-anim-3 {
  0% {
    opacity: 1;
    -webkit-clip-path: polygon(0 1%, 100% 1%, 100% 3%, 0 3%);
    clip-path: polygon(0 1%, 100% 1%, 100% 3%, 0 3%); }
  1.5% {
    -webkit-clip-path: polygon(0 10%, 100% 10%, 100% 9%, 0 9%);
    clip-path: polygon(0 10%, 100% 10%, 100% 9%, 0 9%); }
  2% {
    -webkit-clip-path: polygon(0 5%, 100% 5%, 100% 6%, 0 6%);
    clip-path: polygon(0 5%, 100% 5%, 100% 6%, 0 6%); }
  2.5% {
    -webkit-clip-path: polygon(0 20%, 100% 20%, 100% 20%, 0 20%);
    clip-path: polygon(0 20%, 100% 20%, 100% 20%, 0 20%); }
  3% {
    -webkit-clip-path: polygon(0 10%, 100% 10%, 100% 10%, 0 10%);
    clip-path: polygon(0 10%, 100% 10%, 100% 10%, 0 10%); }
  5% {
    -webkit-clip-path: polygon(0 30%, 100% 30%, 100% 25%, 0 25%);
    clip-path: polygon(0 30%, 100% 30%, 100% 25%, 0 25%); }
  5.5% {
    -webkit-clip-path: polygon(0 15%, 100% 15%, 100% 16%, 0 16%);
    clip-path: polygon(0 15%, 100% 15%, 100% 16%, 0 16%); }
  7% {
    -webkit-clip-path: polygon(0 40%, 100% 40%, 100% 39%, 0 39%);
    clip-path: polygon(0 40%, 100% 40%, 100% 39%, 0 39%); }
  8% {
    -webkit-clip-path: polygon(0 20%, 100% 20%, 100% 21%, 0 21%);
    clip-path: polygon(0 20%, 100% 20%, 100% 21%, 0 21%); }
  9% {
    -webkit-clip-path: polygon(0 60%, 100% 60%, 100% 55%, 0 55%);
    clip-path: polygon(0 60%, 100% 60%, 100% 55%, 0 55%); }
  10.5% {
    -webkit-clip-path: polygon(0 30%, 100% 30%, 100% 31%, 0 31%);
    clip-path: polygon(0 30%, 100% 30%, 100% 31%, 0 31%); }
  11% {
    -webkit-clip-path: polygon(0 70%, 100% 70%, 100% 69%, 0 69%);
    clip-path: polygon(0 70%, 100% 70%, 100% 69%, 0 69%); }
  13% {
    -webkit-clip-path: polygon(0 40%, 100% 40%, 100% 41%, 0 41%);
    clip-path: polygon(0 40%, 100% 40%, 100% 41%, 0 41%); }
  14% {
    -webkit-clip-path: polygon(0 80%, 100% 80%, 100% 75%, 0 75%);
    clip-path: polygon(0 80%, 100% 80%, 100% 75%, 0 75%); }
  14.5% {
    -webkit-clip-path: polygon(0 50%, 100% 50%, 100% 51%, 0 51%);
    clip-path: polygon(0 50%, 100% 50%, 100% 51%, 0 51%); }
  15% {
    -webkit-clip-path: polygon(0 90%, 100% 90%, 100% 90%, 0 90%);
    clip-path: polygon(0 90%, 100% 90%, 100% 90%, 0 90%); }
  16% {
    -webkit-clip-path: polygon(0 60%, 100% 60%, 100% 60%, 0 60%);
    clip-path: polygon(0 60%, 100% 60%, 100% 60%, 0 60%); }
  18% {
    -webkit-clip-path: polygon(0 100%, 100% 100%, 100% 99%, 0 99%);
    clip-path: polygon(0 100%, 100% 100%, 100% 99%, 0 99%); }
  20% {
    -webkit-clip-path: polygon(0 70%, 100% 70%, 100% 71%, 0 71%);
    clip-path: polygon(0 70%, 100% 70%, 100% 71%, 0 71%); }
  21.9% {
    opacity: 1; }
  22%, 100% {
    opacity: 0;
    -webkit-clip-path: polygon(0 0, 0 0, 0 0, 0 0);
    clip-path: polygon(0 0, 0 0, 0 0, 0 0); } }
/* Flash */
@keyframes glitch-anim-flash {
  0%, 5% {
    opacity: 0.2;
    transform: translate3d(10px, 5px, 0); }
  5.5%, 100% {
    opacity: 0;
    transform: translate3d(0, 0, 0); } }
/* --------------------------------------------
      6.4. Fancybox
-------------------------------------------- */
.modal_box {
  display: none; }

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
  background-image: none; }

.fancybox-overlay {
  background-image: none;
  background: rgba(18, 29, 46, 0.9); }

.fancybox-opened .fancybox-skin {
  border-radius: 0;
  box-shadow: none; }

.fancybox-close {
  top: 40px;
  right: 40px;
  position: fixed;
  width: 46px;
  height: 46px;
  background-color: #0082CA;
  border-radius: 2px;
  background-image: url(../images/close.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 10px 10px; }
  .fancybox-close:hover {
    background-color: #FFA400; }

.fancybox_style {
  width: 640px;
  max-width: 100%;
  padding: 60px;
  position: relative;
  background-color: #172234; }

/* --------------------------------------------
        6.5. Map
-------------------------------------------- */
.gmap {
  height: 640px;
  margin-top: -160px;
  margin-bottom: 50px; }

#markerLayer > :not(:nth-child(1)) img {
  width: 46px;
  height: 30px;
  margin-top: -40px !important;
  margin-left: 14px !important; }

@-webkit-keyframes scaleMarker {
  from {
    opacity: 1;
    -webkit-transform: scale(0);
    transform: scale(0); }
  to {
    opacity: 0;
    -webkit-transform: scale(5);
    transform: scale(5); } }
@keyframes scaleMarker {
  from {
    opacity: 1;
    -webkit-transform: scale(0);
    transform: scale(0); }
  to {
    opacity: 0;
    -webkit-transform: scale(5);
    transform: scale(5); } }
#markerLayer > :not(:nth-child(1)) {
  background: #FFA400;
  width: 14px !important;
  height: 14px !important;
  border-radius: 50%;
  margin-top: 20px;
  margin-left: 14px;
  overflow: visible !important; }

#markerLayer > :not(:nth-child(1))::after {
  content: ' ';
  display: block;
  background-color: rgba(255, 164, 0, 0.4);
  width: 14px;
  height: 14px;
  border-radius: 50%;
  margin: 0 0 0 -7px;
  position: absolute;
  bottom: 0;
  left: 50%;
  opacity: 1;
  -webkit-animation: scaleMarker 2s infinite;
  animation: scaleMarker 2s infinite; }

/* ------------------------------------------------

    7. Footer

------------------------------------------------ */
footer .copyright_txt {
  padding-top: 40px; }

#footer {
  padding-top: 90px;
  padding-bottom: 60px;
  background-color: #172234; }

.footer_contacts_box {
  position: relative;
  padding-left: 60px;
  border-left: 1px solid rgba(255, 255, 255, 0.05); }

.social_list li {
  display: inline-block;
  position: relative;
  margin-bottom: 5px; }
.social_list li:not(:last-child) {
  margin-right: 15px; }
.social_list a {
  display: block;
  fill: #FFA400; }
  .social_list a:hover svg path {
    fill: #fff; }
.social_list svg {
  width: 18px;
  height: auto; }
  .social_list svg path {
    fill: #FFA400; }

.blackout.social_list a:hover svg path {
  fill: #fff; }
.blackout.social_list svg path {
  fill: #888E96; }

.footer_social_list {
  position: absolute;
  bottom: 60px;
  right: 60px;
  width: 38px; }
  .footer_social_list:before {
    content: '';
    width: 2px;
    height: 30px;
    background-color: rgba(255, 255, 255, 0.1);
    position: absolute;
    left: 50%;
    margin-left: -1px;
    top: -50px; }
  .footer_social_list li {
    margin: 10px !important; }

/* ------------------------------------------------

    8. Main Section

------------------------------------------------ */
/* --------------------------------------------
      8.1. Index
-------------------------------------------- */
.footer_section {
  position: absolute;
  bottom: 60px;
  left: 0;
  right: 0; }

.footer_section.footer_section_bottom {
  bottom: 0; }

.logo_box {
  display: inline-block; }
  .logo_box:not(:last-child) {
    margin-right: 20px; }
  .logo_box img {
    height: 60px;
    width: auto;
    max-width: none; }

.section_top .fp-tableCell {
  vertical-align: top;
  padding-top: 24vh; }

.main_line2 {
  height: 240px;
  bottom: 0;
  position: absolute;
  right: 52%;
  left: 0;
  z-index: -1; }
  .main_line2 > * {
    background-color: #0082CA; }

.img_txt {
  max-width: none;
  width: 100%;
  padding-bottom: 8vh; }

.letter {
  opacity: 0; }

.letter__part path {
  stroke: #FFA400;
  fill: transparent;
  stroke-width: 4px; }

.letters.blackout .letter__part path {
  stroke: #0082CA; }

.item_box {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  font-weight: 300;
  font-size: 14px;
  line-height: 18px;
  height: 100%; }

.item_box_icon {
  position: relative;
  width: 178px;
  margin-right: 50px;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-shrink: 0;
  -o-flex-shrink: 0;
  flex-shrink: 0;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center; }
  .item_box_icon .anim_line {
    z-index: -1; }
  .item_box_icon svg,
  .item_box_icon img {
    max-width: 50px;
    max-height: 50px; }
    .item_box_icon svg path,
    .item_box_icon img path {
      fill: #fff; }

.item_box_cont {
  padding-top: 20px; }
  .item_box_cont h2, .item_box_cont h3, .item_box_cont h4 {
    font-family: 'kelson_sans_rubold';
    font-size: 24px;
    line-height: 32px;
    letter-spacing: 3.75px;
    text-transform: uppercase;
    color: #FFFFFF;
    margin-bottom: 20px; }

.item_box_cont_offset {
  padding-bottom: 30px; }

.item_box_wr {
  margin-bottom: 50px; }

.item_box_wr [class*="col-"]:nth-child(4n - 1) .item_box_icon .anim_line,
.item_box_wr [class*="col-"]:nth-child(4n - 2) .item_box_icon .anim_line {
  background-color: #172234; }

.item_box_wr [class*="col-"]:nth-child(4n - 1) .item_box_icon path,
.item_box_wr [class*="col-"]:nth-child(4n - 2) .item_box_icon path {
  fill: #FFA400; }

.main_line3 {
  padding-bottom: 5vh;
  padding-top: 9vh; }
  .main_line3 .anim_line {
    background-color: #0082CA; }

.logo_box2 {
  display: inline-block;
  margin-bottom: 50px; }
  .logo_box2:not(:last-child) {
    margin-right: 60px; }
  .logo_box2 img {
    height: 66px;
    width: auto;
    max-width: none; }

.main_img2 {
  position: absolute;
  top: 80px;
  right: 0;
  left: 0;
  bottom: 0; }
  .main_img2 img {
    max-width: none;
    width: 130%;
    position: absolute;
    top: -35%;
    left: -15%;
    z-index: 2; }

.main_line2_2 {
  top: 15vh;
  height: 300%;
  position: absolute;
  right: 0;
  left: 2vw; }
  .main_line2_2 > * {
    background-color: #FFA400; }

.main_line2_3 {
  top: 50px;
  height: 300%;
  position: absolute;
  right: 0;
  left: 20px; }
  .main_line2_3 > * {
    background-color: #FFA400; }

.item_box_num {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  font-weight: 300;
  font-size: 14px;
  line-height: 18px;
  height: 100%;
  padding-top: 20px; }

.item_box_num_icon {
  width: 78px;
  margin-right: 40px;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-shrink: 0;
  -o-flex-shrink: 0;
  flex-shrink: 0; }

.item_box_num_cont h2, .item_box_num_cont h3, .item_box_num_cont h4 {
  font-family: 'kelson_sans_rubold';
  font-size: 24px;
  line-height: 24px;
  letter-spacing: 3.75px;
  text-transform: uppercase;
  color: #FFFFFF;
  margin-bottom: 24px; }

.item_box_num_cont_offset {
  padding-bottom: 30px; }

.item_box_num_txt {
  font-size: 15px;
  line-height: 25px; }

.main_line4 {
  width: 178px;
  top: 0;
  position: absolute;
  left: 0;
  z-index: -1;
  height: 100vh; }
  .main_line4 > * {
    background-color: #0082CA; }

.section_content_offset {
  position: relative;
  padding-left: 60px;
  padding-top: 60px; }
  .section_content_offset img {
    margin-bottom: 30px; }
  .section_content_offset h4 {
    margin-bottom: 20px; }

.contacts_item {
  font-size: 14px;
  line-height: 17px;
  margin-bottom: 30px; }
  .contacts_item p:not(:last-child) {
    margin-bottom: 10px; }

.contacts_title {
  font-family: 'kelson_sans_rulight';
  font-size: 14px;
  line-height: 17px;
  color: rgba(255, 255, 255, 0.5);
  margin-bottom: 4px; }

.contacts_list {
  margin-top: 14px;
  font-size: 12px;
  line-height: 14px;
  letter-spacing: 3px;
  font-family: 'kelson_sans_ruregular';
  text-transform: uppercase; }
  .contacts_list li {
    margin-bottom: 13px; }
    .contacts_list li a {
      text-decoration: none; }
      .contacts_list li a:hover {
        color: #fff; }

.copyright_txt {
  font-size: 10px;
  line-height: 13px;
  letter-spacing: 3.33333px;
  font-family: 'kelson_sans_rubold';
  color: rgba(255, 255, 255, 0.5); }

.contacts_box {
  position: relative;
  padding: 60px; }

.contacts_box_line {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100vh;
  z-index: -1; }

.contacts_box_line2 {
  height: 630px;
  right: -50vw; }

/* --------------------------------------------
      8.2. services
-------------------------------------------- */
.ix {
  position: relative;
  z-index: 2; }

.top_img {
  position: absolute;
  height: 70%;
  top: 15px;
  right: 0;
  width: 50%; }
  .top_img img {
    max-width: 850px;
    width: 100%;
    position: relative;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 2; }

.top_img_right {
  height: 710px; }
  .top_img_right img {
    left: auto; }

.main_top_line {
  height: 238px;
  bottom: 0;
  position: absolute;
  right: 0;
  left: 0;
  z-index: -1; }
  .main_top_line > * {
    background-color: #0082CA; }

.item_box2 .item_box_icon {
  padding: 40px;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  -o-align-items: flex-start;
  align-items: flex-start; }
.item_box2 .item_box_cont_offset {
  padding-bottom: 0; }

.link {
  padding-top: 20px;
  display: inline-block;
  position: relative;
  color: rgba(255, 255, 255, 0.5);
  text-decoration: none;
  text-transform: uppercase; }
  .link:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 2px;
    width: 60px;
    background-color: rgba(255, 255, 255, 0.1); }
  .link:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 2px;
    width: 0px;
    background-color: white;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; }
  .link:hover {
    color: #fff; }
    .link:hover:after {
      width: 60px; }

.link_sm {
  font-size: 10px;
  line-height: 13px;
  font-family: 'kelson_sans_rubold';
  letter-spacing: 3.33333px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.5);
  text-decoration: none; }
  .link_sm:hover {
    color: #fff; }

.link_list {
  margin-top: 14px;
  font-size: 12px;
  line-height: 14px;
  letter-spacing: 3px;
  font-family: 'kelson_sans_ruregular';
  text-transform: uppercase;
  margin-bottom: 22px; }
  .link_list li {
    margin-bottom: 13px; }
    .link_list li a {
      text-decoration: none; }
      .link_list li a:hover {
        color: #fff; }

.itxt {
  display: inline-block;
  font-family: 'kelson_sans_rubold';
  background-color: #0082CA;
  font-size: 8px;
  line-height: 13px;
  letter-spacing: 2.66667px;
  text-transform: uppercase;
  color: #FFFFFF;
  padding: 0 3px;
  padding-top: 1px;
  -webkit-transform: translate(0, -5px);
  -ms-transform: translate(0, -5px);
  -o-transform: translate(0, -5px);
  transform: translate(0, -5px); }

.main_line5 {
  width: 178px;
  top: 0;
  position: absolute;
  left: 0;
  z-index: -1;
  height: 560px; }
  .main_line5 > * {
    background-color: #0082CA; }

.main_line5_lg {
  width: 178px;
  top: 0;
  position: absolute;
  left: 0;
  z-index: -1;
  bottom: 60px; }
  .main_line5_lg > * {
    background-color: #0082CA; }

.main_line6 {
  width: 178px;
  top: 0;
  position: absolute;
  right: 0;
  z-index: -1;
  bottom: 0; }
  .main_line6 > * {
    background-color: #FFA400; }

.main_line7 {
  height: 178px;
  position: absolute;
  right: 0;
  left: 0;
  z-index: -1;
  bottom: 30px; }
  .main_line7 > * {
    background-color: #0082CA; }

.main_line8 {
  height: 178px;
  position: absolute;
  right: 100px;
  left: -50vw;
  z-index: -1;
  top: 50%;
  margin-top: -89px; }
  .main_line8 > * {
    background-color: #FFA400; }

.main_line_title {
  top: 0;
  position: absolute;
  right: 0;
  z-index: -1;
  bottom: 0;
  left: 0; }
  .main_line_title > * {
    background-color: #0082CA; }

.section_content_offset_right {
  padding-right: 50px; }

.section_content_offset_left {
  padding-left: 50px; }

.section_content_h {
  position: relative; }
  .section_content_h img {
    margin-bottom: 30px; }

.question_box {
  padding: 40px 0 60px 60px;
  position: relative;
  background-image: url(../images/question_icon.svg);
  background-repeat: no-repeat;
  background-position: 0 42px;
  border-top: 2px solid #FFA400; }

.img_pos_full {
  position: absolute;
  margin-right: -60px; }

.service3_top_img {
  height: 574px; }
  .service3_top_img img {
    max-width: 1040px;
    width: 1040px;
    margin-left: -10vw; }

.img_txt2 {
  padding-bottom: 80px; }

.contacts_box2 {
  margin-top: 0 !important; }

.vacancies_top_img {
  height: 650px; }

.btn_title_pos {
  position: absolute;
  bottom: 30px;
  right: 0; }

.open_box {
  display: none;
  margin-bottom: 20px; }

.btn_open .s {
  display: block; }
.btn_open .h {
  display: none; }
.btn_open.active .s {
  display: none; }
.btn_open.active .h {
  display: block; }

.filter_sm li {
  display: inline-block; }
.filter_sm li:not(:last-child) {
  margin-right: 40px; }
.filter_sm a {
  display: block;
  font-size: 12px;
  line-height: 13px;
  color: #fff;
  letter-spacing: 2.76923px;
  text-transform: uppercase;
  font-family: 'kelson_sans_ruregular';
  padding: 10px 0;
  position: relative;
  text-decoration: none; }
  .filter_sm a:hover {
    color: #0082CA; }
  .filter_sm a.active {
    border-bottom: 2px solid #0082CA; }
.filter_sm li.active a {
  border-bottom: 2px solid #0082CA; }

.blog_box {
  padding-bottom: 32px;
  border-bottom: 2px solid rgba(255, 255, 255, 0.1); }

.blog_box_img {
  position: relative;
  padding-top: 60%;
  margin-bottom: 30px; }
  .blog_box_img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    max-width: none;
    -webkit-fit-object: cover;
    -moz-fit-object: cover;
    -o-fit-object: cover;
    object-fit: cover; }

.blog_box_img_info {
  position: absolute;
  top: 20px;
  left: 20px;
  font-size: 10px;
  line-height: 13px;
  font-family: 'kelson_sans_rubold';
  display: inline-block;
  padding: 4px 6px;
  letter-spacing: 3.33333px;
  text-transform: uppercase;
  color: #FFFFFF;
  border: 1px solid #fff;
  z-index: 2; }

.blog_box_info {
  font-size: 10px;
  line-height: 13px;
  letter-spacing: 3.33333px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.5);
  margin-bottom: 10px; }
  .blog_box_info span {
    display: inline-block; }
  .blog_box_info span:not(:last-child) {
    margin-right: 18px; }

.blog_box_cont h2, .blog_box_cont h3, .blog_box_cont h4 {
  margin-bottom: 16px; }

.box_ava {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex; }

.ava_img {
  width: 40px;
  height: 40px;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-shrink: 0;
  -o-flex-shrink: 0;
  flex-shrink: 0;
  margin-right: 16px;
  position: relative;
  border-radius: 100%;
  overflow: hidden; }
  .ava_img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    max-width: none;
    -webkit-fit-object: cover;
    -moz-fit-object: cover;
    -o-fit-object: cover;
    object-fit: cover; }

.ava_cont span {
  font-weight: 300;
  font-size: 13px;
  line-height: 13px;
  color: rgba(255, 255, 255, 0.5); }

.ava_title {
  font-weight: bold;
  font-size: 14px;
  line-height: 17px;
  color: #FFFFFF;
  margin-bottom: 10px; }

.box_ava_lg {
  padding-left: 34px;
  border-left: 4px solid #FFA400;
  margin-bottom: 40px; }
  .box_ava_lg .ava_img {
    width: 50px;
    height: 50px;
    margin-bottom: 17px; }
  .box_ava_lg .ava_cont {
    margin-bottom: 14px; }
  .box_ava_lg .blog_box_info span {
    display: block; }
  .box_ava_lg .blog_box_info span:not(:last-child) {
    margin-bottom: 11px; }

.raty_box {
  text-align: right; }

.star_style {
  display: inline-block;
  width: 77px !important;
  text-align: right;
  margin-right: 0 !important;
  padding-right: 0 !important;
  margin-bottom: 12px;
  line-height: 12px; }
  .star_style img {
    width: 12px;
    height: 12px; }

.star_style_lg {
  width: 177px !important; }
  .star_style_lg img {
    width: 27px; }

.target {
  font-weight: 300;
  font-size: 13px;
  line-height: 13px;
  text-align: right;
  color: rgba(255, 255, 255, 0.5);
  white-space: nowrap; }

.title_category {
  margin-bottom: 17px;
  font-size: 10px;
  line-height: 13px;
  font-family: 'kelson_sans_rubold';
  letter-spacing: 3.33333px;
  text-transform: uppercase;
  color: #FFA400; }

/* --------------------------------------------
      8.3. post
-------------------------------------------- */
.post {
  padding-top: 0; }
  .post h2 {
    font-size: 24px;
    line-height: 32px;
    letter-spacing: 3.75px;
    text-transform: none;
    margin-bottom: 30px; }
  .post h3 {
    font-size: 20px;
    line-height: 28px;
    letter-spacing: 3.125px; }
  .post h4 {
    font-size: 17px;
    line-height: 23px;
    letter-spacing: 2.65625px; }

figure {
  margin-bottom: 30px; }
  figure img {
    margin-bottom: 20px; }

figcaption {
  font-weight: 300;
  font-size: 13px;
  line-height: 15px;
  color: rgba(255, 255, 255, 0.5); }

.img_rigth,
figure[style*="float: right;"] {
  margin-left: 40px;
  width: 340px;
  margin-bottom: 30px; }

.img_left,
figure[style*="float: left;"] {
  margin-right: 40px;
  width: 340px;
  margin-bottom: 30px; }

.img_rigth {
  float: right; }

.img_left {
  float: left; }

.social_post_title {
  font-weight: 300;
  font-size: 13px;
  line-height: 13px;
  color: rgba(255, 255, 255, 0.5);
  margin-bottom: 16px;
  padding-top: 24px;
  margin-top: 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.1); }

.icon_txt {
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 24px;
  position: relative;
  padding-left: 50px;
  color: #FFFFFF; }
  .icon_txt span {
    width: 16px;
    height: 16px;
    border-radius: 2px;
    background-color: #FFA400;
    display: block;
    position: absolute;
    top: 2px;
    left: 0; }
    .icon_txt span img {
      width: 8px;
      height: auto;
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      -o-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }

.content_list_wr {
  padding: 60px;
  border-left: 4px solid rgba(255, 255, 255, 0.5);
  background-color: #172234;
  margin-bottom: 60px; }

.content_list {
  counter-reset: myCounter;
  margin-bottom: 30px; }

.content_list > li {
  list-style: none;
  margin-bottom: 10px;
  position: relative;
  font-family: 'kelson_sans_rubold';
  padding-left: 40px;
  font-size: 16px;
  line-height: 18px;
  letter-spacing: 3.69231px;
  text-transform: uppercase;
  margin-bottom: 24px; }
  .content_list > li a {
    text-decoration: none; }
    .content_list > li a:hover {
      color: #fff; }

.content_list > li:before {
  counter-increment: myCounter;
  content: "0" counter(myCounter) ".";
  color: #FFA400;
  position: absolute;
  top: 0px;
  left: 0;
  font-family: 'kelson_sans_rubold'; }

.content_list > li:nth-child(9) ~ li:before {
  content: "" counter(myCounter) "."; }

.content_list > li > ol {
  counter-reset: myCounter2;
  margin-bottom: 30px; }

.content_list > li > ol > li {
  list-style: none;
  margin-bottom: 10px;
  position: relative;
  font-family: 'kelson_sans_ruregular';
  padding-left: 48px;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 3.5px;
  text-transform: uppercase;
  margin-bottom: 10px; }
  .content_list > li > ol > li a {
    color: #fff;
    text-decoration: none; }
    .content_list > li > ol > li a:hover {
      color: #FFA400; }

.content_list > li > ol > li:before {
  counter-increment: myCounter2;
  content: "0" counter(myCounter) "." counter(myCounter2) ".";
  color: #FFA400;
  position: absolute;
  top: 0px;
  font-size: 14px;
  line-height: 16px;
  left: 0;
  font-family: 'kelson_sans_ruregular'; }

.content_list > li > ol > li:nth-child(9) ~ li:before {
  content: "" counter(myCounter) "." counter(myCounter2) "."; }

.content_list > li > ol > li > ol {
  counter-reset: myCounter3;
  margin-bottom: 30px; }

.content_list > li > ol > li > ol > li {
  list-style: none;
  margin-bottom: 10px;
  position: relative;
  font-family: 'kelson_sans_ruregular';
  padding-left: 68px;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 3.5px;
  text-transform: uppercase;
  margin-bottom: 10px; }
  .content_list > li > ol > li > ol > li a {
    color: #fff;
    text-decoration: none; }
    .content_list > li > ol > li > ol > li a:hover {
      color: #FFA400; }

.content_list > li > ol > li > ol > li:before {
  counter-increment: myCounter3;
  content: "0" counter(myCounter) "." counter(myCounter2) "." counter(myCounter3) ".";
  color: #FFA400;
  position: absolute;
  top: 0px;
  font-size: 14px;
  line-height: 16px;
  left: 0;
  font-family: 'kelson_sans_ruregular'; }

.content_list > li > ol > li > ol > li:nth-child(9) ~ li:before {
  content: "" counter(myCounter) "." counter(myCounter2) "." counter(myCounter3) "."; }

.blue_box {
  background-color: #0082CA;
  padding: 30px 40px;
  margin-bottom: 30px; }

.table_resp {
  overflow-y: hidden; }

table:not([class]) {
  width: 100%;
  /*table-layout: fixed;*/
  background-color: #172234;
  margin-bottom: 30px; }

table:not([class]) th {
  font-weight: bold;
  font-size: 16px;
  line-height: 20px;
  text-align: left;
  padding: 30px;
  border-right: 1px solid #121D2E;
  position: relative; }
  table:not([class]) th:before {
    content: '';
    position: absolute;
    bottom: 0;
    height: 1px;
    left: 30px;
    right: 30%;
    background-color: rgba(255, 255, 255, 0.1); }

table:not([class]) td {
  text-align: left;
  padding: 12px 30px;
  vertical-align: middle;
  font-weight: 300;
  font-size: 14px;
  line-height: 20px;
  padding: 24px 30px;
  border-right: 1px solid #121D2E;
  position: relative; }
  table:not([class]) td:before {
    content: '';
    position: absolute;
    bottom: 0;
    height: 1px;
    left: 30px;
    right: 30%;
    background-color: rgba(255, 255, 255, 0.1); }

table:not([class]) th:last-child,
table:not([class]) td:last-child {
  border-right: none; }

table:not([class]) tr:last-child td:before {
  display: none; }

.post_raty {
  padding-top: 30px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  margin-bottom: 60px; }

.post_raty_title {
  margin-bottom: 18px;
  font-weight: 300;
  font-size: 14px;
  line-height: 17px;
  font-family: 'kelson_sans_ruregular'; }

.raty_box2 {
  text-align: left; }
  .raty_box2 .star_style_lg {
    text-align: left; }
  .raty_box2 .target {
    text-align: left; }
  .raty_box2 img {
    margin-bottom: 10px !important; }

.author_box {
  padding: 60px;
  background-color: #172234;
  margin-bottom: 60px; }

.box_ava_lg2 .ava_img {
  width: 70px;
  height: 70px;
  margin-right: 30px; }
.box_ava_lg2 p {
  font-weight: 300; }
.box_ava_lg2 .ava_title {
  font-size: 17px;
  line-height: 20p;
  margin-bottom: 20px; }

.blog_box_txt_sm {
  font-weight: 300;
  font-size: 13px;
  line-height: 13px;
  color: rgba(255, 255, 255, 0.5); }

.blog_box_title {
  font-family: 'kelson_sans_ruregular';
  font-size: 14px;
  line-height: 17px;
  letter-spacing: 3.5px;
  text-transform: uppercase;
  color: #FFA400;
  margin-bottom: 6px !important; }
  .blog_box_title a {
    color: #FFA400;
    text-decoration: none; }
    .blog_box_title a:hover {
      color: #fff; }

.blog_box_sm {
  border-bottom: 0; }
  .blog_box_sm .blog_box_img {
    margin-bottom: 20px; }

.comment_head .title_line span {
  color: #FFA400; }

.comment_list {
  margin-bottom: 30px; }

.comment_list li {
  margin-bottom: 30px;
  background-color: #172234;
  padding: 40px; }

.comment_list .comment_list_top {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 25px; }

.comment_list_img {
  position: relative;
  overflow: hidden;
  width: 50px;
  min-width: 50px;
  height: 50px;
  border-radius: 100%;
  margin-right: 30px;
  background-color: #0082CA; }

.comment_list_img:before {
  content: attr(data-letter);
  position: absolute;
  text-transform: uppercase;
  top: 50%;
  left: 50%;
  font-weight: 600;
  font-size: 17px;
  line-height: 1.2;
  color: #FFF;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }

.comment_list_text {
  padding-top: 5px;
  padding-right: 160px; }

.comment_list_title {
  font-size: 17px;
  line-height: 20px;
  font-weight: bold;
  margin-bottom: 20px; }

.comment_score {
  position: absolute;
  top: 5px;
  right: 0;
  font-weight: 300;
  font-size: 13px;
  line-height: 13px;
  color: rgba(255, 255, 255, 0.5); }

.comment_list_txt {
  padding-left: 80px;
  margin-top: -30px; }

.comment_list_lv2 li:last-child {
  margin-bottom: 0; }
.comment_list_lv2 li {
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 80px;
  position: relative; }
  .comment_list_lv2 li:before {
    content: '';
    position: absolute;
    height: 1px;
    right: 0px;
    left: 80px;
    top: 0px;
    background-color: rgba(255, 255, 255, 0.1); }

.comment_list_form_box {
  padding-top: 30px;
  padding-bottom: 30px; }
  .comment_list_form_box .comment_list_img {
    background-color: #425876;
    padding: 13px 14px; }
  .comment_list_form_box .comment_list_top {
    margin-bottom: 0; }

.comment_list_form {
  width: 100%; }

.btn_click_wr {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex; }

.btn_like {
  margin-right: 20px;
  display: inline-block;
  border-color: transparent;
  text-align: center;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  font-size: 12px;
  line-height: 18px;
  font-family: 'kelson_sans_rubold';
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-shrink: 0;
  -o-flex-shrink: 0;
  flex-shrink: 0;
  text-decoration: none;
  color: #888E96; }
  .btn_like svg {
    display: block;
    height: 18px; }
    .btn_like svg * {
      fill: #888E96; }
  .btn_like span {
    margin-left: 8px;
    color: #b7b7b7; }

.btn_like:hover svg *,
.btn_like.remove svg * {
  fill: #FFA400; }
.btn_like:hover span,
.btn_like.remove span {
  color: #FFA400; }

.btn_dislike {
  display: inline-block;
  border-color: transparent;
  text-align: center;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  font-size: 12px;
  line-height: 18px;
  font-family: 'kelson_sans_rubold';
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-shrink: 0;
  -o-flex-shrink: 0;
  flex-shrink: 0;
  text-decoration: none;
  color: #888E96; }
  .btn_dislike svg {
    display: block;
    height: 18px; }
    .btn_dislike svg * {
      fill: #888E96; }
  .btn_dislike span {
    margin-left: 8px;
    color: #b7b7b7; }

.btn_dislike:hover svg *,
.btn_dislike.remove svg * {
  fill: #FFA400; }
.btn_dislike:hover span,
.btn_dislike.remove span {
  color: #FFA400; }

.is-sticky .box_ava_lg {
  padding-top: 100px; }

.js-sticky {
  width: auto !important; }

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