
a img {
  border: 0 none;
}
a {
  text-decoration: none;
  -webkit-text-decoration-skip: objects;
}
.object {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-transform-style: flat;
  -ms-transform-style: flat;
  -o-transform-style: flat;
}
.clr {
  clear: both;
}
.ul-reset {
  margin: 0;
  padding: 0;
}
.ul-reset li {
  list-style-type: none;
}
.h-reset h1,
.h-reset h2,
.h-reset h3,
.h-reset h4,
.h-reset p {
  margin: 0;
}
.w-reset {
  max-width: 100%;
  width: 100%;
}
.h-reset {
  height: auto;
}
.block {
  display: block;
}
.inline_block {
  display: inline-block;
}
.none {
  display: none;
}
.ov-hidden {
  overflow: hidden;
}
.ov-visible {
  overflow: visible;
}
.ov-o-hidden {
  opacity: 0;
  visibility: hidden;
}
.ov-o-visible {
  opacity: 1;
  visibility: visible;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
blockquote {
  padding: 0;
  margin: 0;
}

.center {
  text-align: center;
}
.right {
  text-align: right;
}
.left {
  text-align: left;
}
.upper {
  text-transform: uppercase;
}
.lower {
  text-transform: lowercase;
}
.case {
  text-transform: normal;
}
.nocase {
  text-transform: none;
}
.italic {
  font-style: italic;
}
.hyphenate {
  overflow-wrap: break-word;
  word-wrap: break-word;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}
.pull-left {
  float: left;
}
.pull-right {
  float: right;
}
.pull-none {
  float: none;
}
.prel {
  position: relative;
}
.pabs {
  position: absolute;
}
.pfix {
  position: fixed;
}
.valign {
  position: relative;
  display: table;
}
.valign.fit {
  width: 100%;
  height: 100%;
}
.valign .middle {
  display: table-cell;
  vertical-align: middle;
}
.bx {
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.fit {
  width: 100%;
  height: 100%;
}
.ws-nw {
  white-space: nowrap;
}
.cf:before,
.cf:after {
  content: " ";
  display: table;
}
.cf:after {
  clear: both;
}
/**
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.cf {
  *zoom: 1;
}
a:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 transparent;
}
::-moz-focus-inner,
:focus {
  outline: 0;
  border: 0;
}
button::-moz-focus-inner {
  border: 0;
}
button:focus {
  outline: none;
}
.vm {
  vertical-align: middle;
  display: inline-block;
}
.pB50 {
  padding-bottom: 50px!important;
}
@media (max-width: 1400px) {
  .pB50 {
    padding-bottom: 20px!important;
  }
}
.pB30 {
  padding-bottom: 30px;
}
@media (max-width: 1400px) {
  .pB30 {
    padding-bottom: 20px;
  }
}
.pB10 {
  padding-bottom: 10px!important;
}
.pB15 {
  padding-bottom: 15px!important;
}
.mB10 {
  margin-bottom: 10px!important;
}
.mB15 {
  margin-bottom: 15px!important;
}
@font-face {
  font-family: 'UniNeue-Heavy';
  src: url('../fonts/UniNeue-Heavy.woff2') format('woff2'),
    url('../fonts/UniNeue-Heavy.woff') format('woff'),
    url('../fonts/UniNeue-Heavy.ttf') format('truetype'),
    url('../fonts/UniNeue-Heavy.otf') format('opentype');
  font-weight: 800;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Gilam-Light';
  src: url('../fonts/GilamBG-Light.woff2') format('woff2'),
    url('../fonts/GilamBG-Light.woff') format('woff'),
    url('../fonts/GilamBG-Light.ttf') format('truetype'),
    url('../fonts/GilamBG-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: auto;
}
.col-d-100 {
  width: 100%;
}
.col-d-100.abs-square {
  position: relative;
  padding-bottom: 100%;
}
.col-d-100.abs-square.half {
  padding-bottom: 50%;
}
.col-d-50 {
  width: 50%;
}
.col-d-50.abs-square {
  position: relative;
  padding-bottom: 50%;
}
.col-d-50.abs-square.half {
  padding-bottom: 25%;
}
.col-d-33 {
  width: 33.333333333333336%;
}
.col-d-33.abs-square {
  position: relative;
  padding-bottom: 33.333333333333336%;
}
.col-d-33.abs-square.half {
  padding-bottom: 16.666666666666668%;
}
.col-d-25 {
  width: 25%;
}
.col-d-25.abs-square {
  position: relative;
  padding-bottom: 25%;
}
.col-d-25.abs-square.half {
  padding-bottom: 12.5%;
}
.col-d-20 {
  width: 20%;
}
.col-d-20.abs-square {
  position: relative;
  padding-bottom: 20%;
}
.col-d-20.abs-square.half {
  padding-bottom: 10%;
}
.col-d-16 {
  width: 16.666666666666668%;
}
.col-d-16.abs-square {
  position: relative;
  padding-bottom: 16.666666666666668%;
}
.col-d-16.abs-square.half {
  padding-bottom: 8.333333333333334%;
}
.col-d-14 {
  width: 14.285714285714286%;
}
.col-d-14.abs-square {
  position: relative;
  padding-bottom: 14.285714285714286%;
}
.col-d-14.abs-square.half {
  padding-bottom: 7.142857142857143%;
}
.col-d-12 {
  width: 12.5%;
}
.col-d-12.abs-square {
  position: relative;
  padding-bottom: 12.5%;
}
.col-d-12.abs-square.half {
  padding-bottom: 6.25%;
}
.col-d-11 {
  width: 11.11111111111111%;
}
.col-d-11.abs-square {
  position: relative;
  padding-bottom: 11.11111111111111%;
}
.col-d-11.abs-square.half {
  padding-bottom: 5.555555555555555%;
}
.col-d-10 {
  width: 10%;
}
.col-d-10.abs-square {
  position: relative;
  padding-bottom: 10%;
}
.col-d-10.abs-square.half {
  padding-bottom: 5%;
}
@media (min-width: 720px) and (max-width: 1024px) {
  .col-t-100 {
    width: 100%;
  }
  .col-t-100.abs-square {
    position: relative;
    padding-bottom: 100%;
  }
  .col-t-100.abs-square.half {
    padding-bottom: 50%;
  }
  .col-t-50 {
    width: 50%;
  }
  .col-t-50.abs-square {
    position: relative;
    padding-bottom: 50%;
  }
  .col-t-50.abs-square.half {
    padding-bottom: 25%;
  }
  .col-t-33 {
    width: 33.333333333333336%;
  }
  .col-t-33.abs-square {
    position: relative;
    padding-bottom: 33.333333333333336%;
  }
  .col-t-33.abs-square.half {
    padding-bottom: 16.666666666666668%;
  }
  .col-t-25 {
    width: 25%;
  }
  .col-t-25.abs-square {
    position: relative;
    padding-bottom: 25%;
  }
  .col-t-25.abs-square.half {
    padding-bottom: 12.5%;
  }
  .col-t-20 {
    width: 20%;
  }
  .col-t-20.abs-square {
    position: relative;
    padding-bottom: 20%;
  }
  .col-t-20.abs-square.half {
    padding-bottom: 10%;
  }
  .col-t-16 {
    width: 16.666666666666668%;
  }
  .col-t-16.abs-square {
    position: relative;
    padding-bottom: 16.666666666666668%;
  }
  .col-t-16.abs-square.half {
    padding-bottom: 8.333333333333334%;
  }
  .col-t-14 {
    width: 14.285714285714286%;
  }
  .col-t-14.abs-square {
    position: relative;
    padding-bottom: 14.285714285714286%;
  }
  .col-t-14.abs-square.half {
    padding-bottom: 7.142857142857143%;
  }
  .col-t-12 {
    width: 12.5%;
  }
  .col-t-12.abs-square {
    position: relative;
    padding-bottom: 12.5%;
  }
  .col-t-12.abs-square.half {
    padding-bottom: 6.25%;
  }
  .col-t-11 {
    width: 11.11111111111111%;
  }
  .col-t-11.abs-square {
    position: relative;
    padding-bottom: 11.11111111111111%;
  }
  .col-t-11.abs-square.half {
    padding-bottom: 5.555555555555555%;
  }
  .col-t-10 {
    width: 10%;
  }
  .col-t-10.abs-square {
    position: relative;
    padding-bottom: 10%;
  }
  .col-t-10.abs-square.half {
    padding-bottom: 5%;
  }
}
@media (max-width: 719px) {
  .col-m-100 {
    width: 100%;
  }
  .col-m-100.abs-square {
    position: relative;
    padding-bottom: 100%;
  }
  .col-m-100.abs-square.half {
    padding-bottom: 50%;
  }
  .col-m-50 {
    width: 50%;
  }
  .col-m-50.abs-square {
    position: relative;
    padding-bottom: 50%;
  }
  .col-m-50.abs-square.half {
    padding-bottom: 25%;
  }
  .col-m-33 {
    width: 33.333333333333336%;
  }
  .col-m-33.abs-square {
    position: relative;
    padding-bottom: 33.333333333333336%;
  }
  .col-m-33.abs-square.half {
    padding-bottom: 16.666666666666668%;
  }
  .col-m-25 {
    width: 25%;
  }
  .col-m-25.abs-square {
    position: relative;
    padding-bottom: 25%;
  }
  .col-m-25.abs-square.half {
    padding-bottom: 12.5%;
  }
  .col-m-20 {
    width: 20%;
  }
  .col-m-20.abs-square {
    position: relative;
    padding-bottom: 20%;
  }
  .col-m-20.abs-square.half {
    padding-bottom: 10%;
  }
  .col-m-16 {
    width: 16.666666666666668%;
  }
  .col-m-16.abs-square {
    position: relative;
    padding-bottom: 16.666666666666668%;
  }
  .col-m-16.abs-square.half {
    padding-bottom: 8.333333333333334%;
  }
  .col-m-14 {
    width: 14.285714285714286%;
  }
  .col-m-14.abs-square {
    position: relative;
    padding-bottom: 14.285714285714286%;
  }
  .col-m-14.abs-square.half {
    padding-bottom: 7.142857142857143%;
  }
  .col-m-12 {
    width: 12.5%;
  }
  .col-m-12.abs-square {
    position: relative;
    padding-bottom: 12.5%;
  }
  .col-m-12.abs-square.half {
    padding-bottom: 6.25%;
  }
  .col-m-11 {
    width: 11.11111111111111%;
  }
  .col-m-11.abs-square {
    position: relative;
    padding-bottom: 11.11111111111111%;
  }
  .col-m-11.abs-square.half {
    padding-bottom: 5.555555555555555%;
  }
  .col-m-10 {
    width: 10%;
  }
  .col-m-10.abs-square {
    position: relative;
    padding-bottom: 10%;
  }
  .col-m-10.abs-square.half {
    padding-bottom: 5%;
  }
}
.offset-d-1 {
  padding: 5rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.offset-d-2 {
  padding: 2.5rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.offset-d-3 {
  padding: 1.6666666666666667rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.offset-d-4 {
  padding: 1.25rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.offset-d-5 {
  padding: 1rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.row--left {
  width: 100%;
  float: left;
}
.col {
  float: left;
  display: block;
}
.col-text__2 {
  padding-right: 5%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media (min-width: 1025px) {
  .col-d-33.col-mid-100 {
    width: 100%;
  }
}
@media (min-width: 1281px) {
  .col-d-33.col-mid-100 {
    width: 33.33%;
  }
}
.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.flex .col {
  float: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (min-width: 720px) {
  .col .bckg__box {
    margin-right: 10px;
    width: calc(100% - 10px);
  }
}
@media (min-width: 720px) {
  .col:nth-child(even).col:first-child .bckg__box {
    margin-left: 10px;
    width: calc(100% - 10px);
  }
}
@media (min-width: 720px) {
  .col-t-33 {
    width: 33%;
  }
}
@media (min-width: 1025px) {
  .col-d-20 {
    width: 20%;
  }
}
@media (min-width: 1025px) {
  .col-d-25 {
    width: 25%;
  }
}
@media (min-width: 1025px) {
  .col-d-33 {
    width: 33%;
  }
}
.col-d-40 {
  width: 40%;
}
.mg__bottom_30 {
  margin-bottom: 30px;
}
.mg__bottom_10 {
  margin-bottom: 10px;
}
.mg__bottom_7 {
  margin-bottom: 7px;
}
.bckg__box {
  margin-bottom: 4.17vw;
}
.bckg__box .size__p_small {
  font-size: 15px;
  max-width: 300px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 1025px) {
  .bckg__box {
    margin-bottom: 2.6vw;
  }
}
.bckg__box .price__box h1,
.bckg__box .price__box h2,
.bckg__box .price__box h3,
.bckg__box .price__box h4,
.bckg__box .price__box h5 {
  color: #324c66;
}
@media (min-width: 1281px) {
  .bckg__box .price__box {
    min-height: 80px;
    padding-bottom: 80px;
  }
}
.bckg__box .pd__left {
  display: block;
  padding-left: 1.35vw;
}
@media (min-width: 1025px) {
  .bckg__box .pd__left {
    display: inline-block;
  }
}
.bckg__box.grey {
  background: #f2f5f8;
  -webkit-transition: background 0.4s;
  -o-transition: background 0.4s;
  transition: background 0.4s;
  width: 100%;
}
.bckg__box.blue {
  background: #ccd9e5;
  -webkit-transition: background 0.4s;
  -o-transition: background 0.4s;
  transition: background 0.4s;
  width: 100%;
}
.bckg__box.box__offset {
  padding: 3.65vw 4.17vw;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (min-width: 1025px) {
  .bckg__box.box__offset {
    padding: 2.08vw 4.17vw;
  }
}
.bckg__box.box__offset_sm {
  padding: 3.65vw 3.65vw 3.65vw;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (min-width: 1025px) {
  .bckg__box.box__offset_sm {
    padding: 2.08vw 1.04vw 1.3vw;
  }
}
@media (min-width: 1281px) {
  .bckg__box .absBtn {
    position: absolute;
    bottom: 95px;
    left: 8%;
    right: 0;
    margin: auto;
    text-align: center;
  }
}
.bckg__box p a {
  color: #324c66;
}
@media (min-width: 720px) {
  .col-padding {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .col-padding:nth-child(odd) {
    padding-right: 2.5%;
  }
  .col-padding:nth-child(even) {
    padding-left: 2.5%;
  }
}
.card-del {
  padding-top: 8.33vw;
  overflow: hidden;
  clear: both;
}
.hr {
  border-bottom: 1px solid #afc5da;
  margin-bottom: 1.56vw;
  margin-top: 2.6vw;
}
.block__clients__center.block__padding {
  padding: 5.73vw 2.6vw;
}
@media (min-width: 1025px) {
  .opacity_0 {
    opacity: 0;
  }
}
.mobile-only {
  display: none;
}
@media (max-width: 1024px) {
  .mobile-only {
    display: block;
  }
}
.prel.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.loader {
  width: 20px;
  height: 17px;
  border-radius: 50%;
  border: 2px solid #007336;
  border-top: 1px solid #c5b372;
  -webkit-animation: spinner 1s linear infinite;
          animation: spinner 1s linear infinite;
  position: relative;
  margin-left: 14px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s ease-out;
  -o-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
  -webkit-transform-origin: center;
      -ms-transform-origin: center;
          transform-origin: center;
}
.loader.show {
  opacity: 1;
  visibility: visible;
}
.disabled-btn {
  cursor: not-allowed;
  opacity: 0.5;
  pointer-events: none;
  -webkit-user-select: none;
}
@-webkit-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}


.wrap {
  max-width: 1322px;
  margin: 0 auto;
}
.block__padding {
  padding: 25px;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (min-width: 720px) and (max-width: 1024px) {
  .block__padding {
    padding: 38px 30px;
  }
}
@media (min-width: 1025px) {
  .block__padding {
    padding: 38px 50px;
  }
  .block__padding.block__signatute {
    padding: 38px 50px;
  }
}
.block__paddingSides {
  padding: 25px 0;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (min-width: 720px) and (max-width: 1024px) {
  .block__paddingSides {
    padding: 0 30px;
  }
}
@media (min-width: 1025px) {
  .block__paddingSides {
    padding: 0 50px;
  }
}
@media (min-width: 1367px) {
  .block__paddingSides {
    padding: 0;
  }
}
@media (max-width: 719px) {
  .block__contact.background__cover {
    background-position: 46% center;
  }
}
.background__block {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.background__cover {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.background__green {
  background-color: #007336;
  color: #fff;
}
.background__gold {
  background-color: #917314;
  color: #fff;
}
.background__blue {
  background-color: #7997b5;
  color: #fff;
}
.background__grey {
  background-color: #5d646c;
  color: #fff;
}
.background__red {
  background-color: #8e3639;
  color: #fff;
}
.background__lightGreyBlue {
  background-color: #607995;
  color: #fff;
}
.background__symbol {
  background: #5d646c url(../images/backgrounds/1.svg) no-repeat bottom right;
}
.responsive-img {
  max-width: 100%;
  height: auto;
}
.links {
  margin-right: 20px;
  width: calc(100% - 20px);
  margin-bottom: 20px;
}
.tab-show-hide {
  opacity: 0;
  visibility: hidden;
  display: none;
}
.tab-show-hide.active {
  opacity: 1;
  visibility: visible;
  display: block;
  background: rgba(41, 79, 125, 0.07);
  margin-top: -25px;
  padding: 10px;
}
@media (min-width: 1025px) {
  .tab-show-hide.active {
    padding: 25px;
  }
}
.tab-button {
  font-size: 15px;
  padding: 15px 10px;
  -webkit-transition: color 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
  max-width: 112px;
  text-align: left;
}
@media (min-width: 640px) {
  .tab-button {
    max-width: none;
  }
}
.tab-button.active {
  color: #294f7d;
  background-color: rgba(41, 79, 125, 0.07);
}
@media (min-width: 1025px) {
  .tab-button {
    padding: 15px 25px;
  }
}
.tab-button:hover {
  color: #336ea9;
  -webkit-transition: color 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}
.tab-buttons-holder {
  margin-bottom: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.tab-buttons-holder.services {
  display: inherit;
  text-align: left;
  margin-bottom: 0;
  max-width: 100%;
  overflow: hidden;
  max-height: 57px;
  overflow-x: overlay;
  overflow-y: -webkit-paged-x;
}
.tab-buttons-holder.services .tab-button {
  padding: 10px;
  margin-right: -5px;
  font-size: 13px;
  border: 1px solid #336ea9;
}
.tab-buttons-holder.services .tab-button.active {
  border-bottom: 1px solid rgba(51, 110, 169, 0.12);
  background: rgba(51, 110, 169, 0.12);
  color: #333;
}
.time-stamp-col {
  padding-right: 25px;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.cert-key-info {
  overflow: auto;
}
.cert-key-info .cert-info-col {
  padding-bottom: 25px;
}
.cert-key-info a {
  color: #666699;
}
.service-form-help {
  color: #666;
  font-size: 16px;
}
.service-errors-container {
  color: #ff0080;
}
.service-result-message {
  text-align: center;
}
.arrow-tabs {
  font-size: 33px;
  line-height: 1;
  vertical-align: sub;
  padding-left: 10px;
}
.arrow-tabs.left {
  margin-left: -24px;
  position: fixed;
}
.arrow-tabs:hover {
  cursor: pointer;
}
.table-wrap-in table {
  display: block;
  overflow-x: auto;
}
.scr-icon {
  margin: 0 auto;
  display: block;
}
@media (min-width: 640px) {
  .scr-icon {
    display: none;
  }
}
.fixed-width h3 {
  max-width: 305px;
}
@media (min-width: 1281px) {
  .abs-btns-bottom {
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    width: 100%;
    padding-bottom: 76px;
  }
}
.hold-two-nums {
  display: inline-block;
  width: 80%;
  vertical-align: middle;
}
.empty-label {
  font-size: 0;
  display: none;
}
.live-chat-box-error .heading,
.live-chat-box-min .heading {
  background: #917314;
}
.live-chat-box-error button,
.live-chat-box-min button {
  background-color: transparent!important;
  border-color: #007336!important;
  border-radius: 0 15px 0 15px!important;
  padding: 4px 15px!important;
  color: #007336!important;
}
.live-chat-box .heading {
  background: #c4b272;
}
.live-chat-box .heading .close:hover {
  background-color: #b9a86e;
}
.live-chat-box-min .btn {
  background: #c4b272;
  border-color: #c5b372;
}
.live-chat-box-min .btn.active {
  background: #c5b372;
  border-color: #c5b372;
}
.live-chat-box-min .heading {
  background: #c5b372;
}
.live-chat-box-min .heading .close:hover {
  background: #b9a86e;
}
.live-chat-box-min .btn:hover {
  background: #c5b372;
  border-color: #c5b372;
}
.live-chat-box-min .input-group .form-control:focus {
  outline-color: #c5b372;
}
.live-chat-box .btn-success {
  background: #c4b272;
  border-color: #c5b372;
}
.live-chat-box .btn-success.active {
  background: #c4b272;
  border-color: #c5b372;
}
.live-chat-box .btn-success:hover,
.live-chat-box .btn-success:focus {
  background: #c4b272;
  border-color: #c5b372;
}
.live-chat-box .btn {
  background: #c4b272;
  border-color: #c5b372;
}
.live-chat-box .btn:hover,
.live-chat-box .btn:active {
  background: #c4b272;
  border-color: #c5b372;
}
.live-chat-box .content .chat-message {
  background: #59a47c;
}
.live-chat-box .content .right .chat-message:after {
  border-left-color: #59a47c;
}
.live-chat-box .content .chat-message.active {
  background: #007236;
}
.live-chat-box .left .chat-message:before {
  border-right-color: #007236;
}
.live-chat-box .input-group .form-control:focus {
  outline-color: #c4b272;
}
.button__ .root {
  font-size: 14px;
  padding: 0 28px;
  line-height: 28px;
  display: inline-block;
  border-radius: 0 15px 0 15px;
  -webkit-transition: 0.6s all ease-in-out;
  -o-transition: 0.6s all ease-in-out;
  transition: 0.6s all ease-in-out;
}
@media (min-width: 1367px) {
  .button__ .root {
    font-size: 16px;
    padding: 0 38px;
    line-height: 38px;
  }
}
.button__ a {
  text-decoration: none;
}
.button__ a:hover,
.button__ a:focus {
  text-decoration: none;
}
.button__white {
  font-size: 14px;
  padding: 0 28px;
  line-height: 28px;
  display: inline-block;
  border-radius: 0 15px 0 15px;
  -webkit-transition: 0.6s all ease-in-out;
  -o-transition: 0.6s all ease-in-out;
  transition: 0.6s all ease-in-out;
  color: #fff;
  border: 1px solid #fff;
}
@media (min-width: 1367px) {
  .button__white {
    font-size: 16px;
    padding: 0 38px;
    line-height: 38px;
  }
}
.button__white:hover {
  color: #fff;
  background: #607995;
  border-color: #607995;
}
.button__blue {
  font-size: 14px;
  padding: 0 28px;
  line-height: 28px;
  display: inline-block;
  border-radius: 0 15px 0 15px;
  -webkit-transition: 0.6s all ease-in-out;
  -o-transition: 0.6s all ease-in-out;
  transition: 0.6s all ease-in-out;
  color: #fff;
  border: 1px solid #28507e;
  background: #28507e;
}
@media (min-width: 1367px) {
  .button__blue {
    font-size: 16px;
    padding: 0 38px;
    line-height: 38px;
  }
}
.button__blue:hover {
  color: #28507e;
  background: #fff;
  border-color: #28507e;
}
.button__blue.blue-border {
  background: transparent;
  color: #28507e;
}
.button__blue.blue-border:hover {
  background: #28507e;
  color: #fff;
}
.roundBtn {
  min-width: 140px;
  background: transparent;
  border: 0;
  font-size: 16px;
  padding: 10px 23px;
  border-radius: 26px;
  color: #fff;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: 'Gilam-Light', sans-serif;
  display: inline-block;
  text-align: center;
  -webkit-transition: 0.6s all ease-in-out;
  -o-transition: 0.6s all ease-in-out;
  transition: 0.6s all ease-in-out;
}
@media (min-width: 1281px) {
}
.roundBtn.middle {
  min-width: 221px;
  padding-left: 20px;
  padding-right: 20px;
  display: inline-block;
}
@media (min-width: 640px) {
  .roundBtn.middle {
    padding-left: 35px;
    padding-right: 35px;
  }
}
.roundBtn.small {
  min-width: 200px;
  padding-left: 20px;
  padding-right: 20px;
}
@media (min-width: 640px) {
  .roundBtn.small {
    padding-left: 35px;
    padding-right: 35px;
  }
}
.roundBtn.transparent {
  border: 1px solid #fff;
  color: #fff;
}
.roundBtn.lightBlue {
  background-color: #607995;
  border: 1px solid transparent;
}
.roundBtn.beige {
  background: #939598;
  border: 1px solid transparent;
}
.roundBtn.darkBlue {
  border: 1px solid #293642;
  background: #293642;
  color: white;
}
.roundBtn.transparentBlue {
  border: 1px solid #607995;
  background: transparent;
  color: #607995;
}
.roundBtn:hover.transparent,
.roundBtn:focus.transparent {
  color: #fff;
  background-color: #607995;
  border-color: #607995;
}
.roundBtn:hover.transparent.v2,
.roundBtn:focus.transparent.v2 {
  background-color: #293642;
  border-color: #293642;
  color: #fff;
}
.roundBtn:hover.beige,
.roundBtn:focus.beige {
  border: 1px solid #fff;
  background: transparent;
}
.roundBtn:hover.lightBlue,
.roundBtn:focus.lightBlue {
  border: 1px solid #293642;
  background: #293642;
  color: white;
}
.roundBtn:hover.darkBlue,
.roundBtn:focus.darkBlue {
  color: #fff;
  background-color: #607995;
  border-color: #607995;
}
.roundBtn:hover.transparentBlue,
.roundBtn:focus.transparentBlue {
  background: #607995;
  color: #fff;
  border: 1px solid #607995;
}
.more {
  vertical-align: -1px;
}
.btns-holder-prod {
  margin-top: 35px;
  margin-bottom: 45px;
}
.btns-holder-prod .blue-border {
  margin-top: 25px;
}
@media (min-width: 640px) {
  .btns-holder-prod .blue-border {
    margin-left: 35px;
    margin-top: 0;
  }
}
@media (min-width: 480px) {
  .button-box2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.roundBtn.transparent.block__signature2btn {
  color: #8dafd1;
  font-family: 'Gilam-Light', sans-serif;
  font-size: 14px;
  border: 0;
  padding-left: 0;
  padding-right: 0;
  font-weight: 300;
  line-height: 1;
  width: auto;
  min-width: 0;
  display: inline-block;
  position: relative;
  background: transparent;
  font-style: italic;
  padding: 2px 3px;
}
@media (min-width: 480px) {
  .roundBtn.transparent.block__signature2btn {
    margin-bottom: 20px;
  }
}
@media (min-width: 720px) {
  .roundBtn.transparent.block__signature2btn {
    margin-left: 14px;
    margin-right: 14px;
  }
}
@media (min-width: 1025px) {
  .roundBtn.transparent.block__signature2btn {
    margin-bottom: 0px;
  }
}
.roundBtn.transparent.block__signature2btn:hover {
  color: #fff;
}
.roundBtn.transparent.block__signature2btn:hover:before {
  background: #fff;
}
.roundBtn.transparent.block__signature2btn:before {
  content: '';
  height: 1px;
  width: 100%;
  background: #8dafd1;
  position: absolute;
  bottom: 2px;
  left: 0;
  right: 0;
  margin: auto;
  -webkit-transition: 0.6s background ease-in-out;
  -o-transition: 0.6s background ease-in-out;
  transition: 0.6s background ease-in-out;
}
.roundBtn.transparent.block__signature2btn:hover,
.roundBtn.transparent.block__signature2btn:focus {
  background: transparent;
}
.roundBtn.darkBlue.app-store {
  height: 43px;
  border: 1px solid #293642;
  background-color: #293642;
  color: white;
  margin-right: 10px;
  font-size: 0;
  background: #293642 url(../images/icons/appstore.svg) no-repeat center;
  background-size: auto 22px;
}
.roundBtn.darkBlue.app-store:hover {
  border: 1px solid #7998b5;
  background-color: #7998b5;
}
.roundBtn.darkBlue.google-play {
  height: 43px;
  border: 1px solid #293642;
  background-color: #293642;
  color: white;
  margin-right: 10px;
  font-size: 0;
  background: #293642 url("../images/icons/google_play.svg") no-repeat center;
  background-size: auto 25px;
}
.roundBtn.darkBlue.google-play:hover {
  border: 1px solid #7998b5;
  background-color: #7998b5;
}
.roundBtn.darkBlue.app_gallery {
  height: 43px;
  border: 1px solid #293642;
  background-color: #293642;
  color: white;
  margin-right: 10px;
  font-size: 0;
  background: #293642 url("../images/icons/app_gallery.svg") no-repeat center;
  background-size: auto 25px;
}
.roundBtn.darkBlue.app_gallery:hover {
  border: 1px solid #7998b5;
  background-color: #7998b5;
}
@media (max-width: 1024px) {
  .roundBtn.darkBlue.app_gallery {
    margin-bottom: 20px;
    margin-right: 20;
  }
}
.rounded-buttons .roundBtn.roundBtn.transparent.block__signature2btn.see_more_btn {
  margin-left: 0px;
  margin-right: 0px;
}
@media (max-width: 1024px) {
  .rounded-buttons .roundBtn.roundBtn.transparent.block__signature2btn.see_more_btn {
    margin-bottom: 20px;
    margin-right: 20;
  }
}
.rounded-buttons .roundBtn {
  min-width: 135px;
}
.rounded-buttons a.block__signature.roundBtn.transparent.small {
  margin-bottom: 0;
}
.rounded-buttons {
  margin-bottom: 20px;
}
.title__ .root {
  font-family: 'UniNeue-Heavy', sans-serif;
  font-size: 1.5625rem;
}
@media (min-width: 1367px) {
  .title__ .root {
    font-size: 2.1875rem;
  }
}
.title__ .root.block__title {
  text-transform: uppercase;
  margin-bottom: 20px;
}
@media (min-width: 1025px) {
  .title__ .root.block__title {
    margin-bottom: 30px;
  }
  .title__ .root.block__title.smallerMB {
    margin-bottom: 18px;
  }
}
@media (min-width: 1367px) {
  .title__ .root.block__title {
    margin-bottom: 30px;
  }
  .title__ .root.block__title.smallerMB {
    margin-bottom: 18px;
  }
}
.title__ .root.block__title.mb2_0 {
  margin-bottom: 0;
}
.title__gold {
  font-family: 'UniNeue-Heavy', sans-serif;
  font-size: 1.5625rem;
  color: #917314;
}
@media (min-width: 1367px) {
  .title__gold {
    font-size: 2.1875rem;
  }
}
.title__gold.block__title {
  text-transform: uppercase;
  margin-bottom: 20px;
}
@media (min-width: 1025px) {
  .title__gold.block__title {
    margin-bottom: 30px;
  }
  .title__gold.block__title.smallerMB {
    margin-bottom: 18px;
  }
}
@media (min-width: 1367px) {
  .title__gold.block__title {
    margin-bottom: 30px;
  }
  .title__gold.block__title.smallerMB {
    margin-bottom: 18px;
  }
}
.title__gold.block__title.mb2_0 {
  margin-bottom: 0;
}
.title__black {
  font-family: 'UniNeue-Heavy', sans-serif;
  font-size: 1.5625rem;
  color: #333;
}
@media (min-width: 1367px) {
  .title__black {
    font-size: 2.1875rem;
  }
}
.title__black.block__title {
  text-transform: uppercase;
  margin-bottom: 20px;
}
@media (min-width: 1025px) {
  .title__black.block__title {
    margin-bottom: 30px;
  }
  .title__black.block__title.smallerMB {
    margin-bottom: 18px;
  }
}
@media (min-width: 1367px) {
  .title__black.block__title {
    margin-bottom: 30px;
  }
  .title__black.block__title.smallerMB {
    margin-bottom: 18px;
  }
}
.title__black.block__title.mb2_0 {
  margin-bottom: 0;
}
.title__lightBlue {
  font-family: 'UniNeue-Heavy', sans-serif;
  font-size: 1.5625rem;
  color: #809fbe;
}
@media (min-width: 1367px) {
  .title__lightBlue {
    font-size: 2.1875rem;
  }
}
.title__lightBlue.block__title {
  text-transform: uppercase;
  margin-bottom: 20px;
}
@media (min-width: 1025px) {
  .title__lightBlue.block__title {
    margin-bottom: 30px;
  }
  .title__lightBlue.block__title.smallerMB {
    margin-bottom: 18px;
  }
}
@media (min-width: 1367px) {
  .title__lightBlue.block__title {
    margin-bottom: 30px;
  }
  .title__lightBlue.block__title.smallerMB {
    margin-bottom: 18px;
  }
}
.title__lightBlue.block__title.mb2_0 {
  margin-bottom: 0;
}
.title__blue {
  font-family: 'UniNeue-Heavy', sans-serif;
  font-size: 1.5625rem;
  color: #324c66;
}
@media (min-width: 1367px) {
  .title__blue {
    font-size: 2.1875rem;
  }
}
.title__blue.block__title {
  text-transform: uppercase;
  margin-bottom: 20px;
}
@media (min-width: 1025px) {
  .title__blue.block__title {
    margin-bottom: 30px;
  }
  .title__blue.block__title.smallerMB {
    margin-bottom: 18px;
  }
}
@media (min-width: 1367px) {
  .title__blue.block__title {
    margin-bottom: 30px;
  }
  .title__blue.block__title.smallerMB {
    margin-bottom: 18px;
  }
}
.title__blue.block__title.mb2_0 {
  margin-bottom: 0;
}
.title__white {
  font-family: 'UniNeue-Heavy', sans-serif;
  font-size: 1.5625rem;
  color: #fff;
}
@media (min-width: 1367px) {
  .title__white {
    font-size: 2.1875rem;
  }
}
.title__white.block__title {
  text-transform: uppercase;
  margin-bottom: 20px;
}
@media (min-width: 1025px) {
  .title__white.block__title {
    margin-bottom: 30px;
  }
  .title__white.block__title.smallerMB {
    margin-bottom: 18px;
  }
}
@media (min-width: 1367px) {
  .title__white.block__title {
    margin-bottom: 30px;
  }
  .title__white.block__title.smallerMB {
    margin-bottom: 18px;
  }
}
.title__white.block__title.mb2_0 {
  margin-bottom: 0;
}
.title__ligthGrey {
  color: #939598;
}
.size__sm {
  font-size: 1.125rem;
  font-weight: 300;
  outline: none;
}
.size__sm.normal {
  font-weight: normal;
}
.size__medium {
  font-size: 1.125rem;
}
@media (min-width: 1367px) {
  .size__medium {
    font-size: 1.25rem;
  }
}
.size__big {
  font-size: 1.8125rem;
  font-weight: normal;
  outline: none;
}
.size__p_medium {
  font-size: 1.3125rem;
}
@media (min-width: 1367px) {
  .size__p_medium {
    font-size: 1.5rem;
  }
}
.size__p_normal {
  font-size: 1rem;
  font-weight: 300;
  opacity: 0.8;
  font-weight: 100;
}
.size__p_small {
  font-size: 0.875rem;
  font-weight: 300;
  letter-spacing: 0.5px;
}
.size__p_small strong {
  display: block;
  font-weight: 600;
}
.size__p_xs {
  font-size: 12px;
}
p.mb0 {
  margin-bottom: 0;
}
.color__green {
  color: #007336;
}
.color__black {
  color: #333;
}
.color__gold {
  color: #917314;
}
.color__white {
  color: #fff;
}
.color__beige {
  color: #999;
}
.color__dark_beige {
  color: #69717E;
}
.color__grey {
  color: #666;
}
.color__light_grey {
  color: #939598;
}
.color__blue {
  color: #324c66;
}
.color__light_blue {
  color: #607995;
}

@media (min-width: 720px) {
  p {
    margin: 0 0 30px;
  }
}

.font__r {
  font-family: 'Gilam-Light', sans-serif;
}
.page__article .title_bckg {
  background: #f2f5f8;
  padding: 20px 30px;
}
.page__article h1,
.page__article h2,
.page__article h3,
.page__article h4,
.page__article h5,
.page__article h6,
.page__article p,
.page__article ul,
.page__article table {
  margin: 0 0 23px;
}
@media (min-width: 720px) {
  .page__article h1,
  .page__article h2,
  .page__article h3,
  .page__article h4,
  .page__article h5,
  .page__article h6,
  .page__article p,
  .page__article ul,
  .page__article table {
    margin: 0 0 28px;
  }
}
.page__article h1.mg__bottom_7,
.page__article h2.mg__bottom_7,
.page__article h3.mg__bottom_7,
.page__article h4.mg__bottom_7,
.page__article h5.mg__bottom_7,
.page__article h6.mg__bottom_7,
.page__article p.mg__bottom_7,
.page__article ul.mg__bottom_7,
.page__article table.mg__bottom_7 {
  margin-bottom: 7px;
}
.page__article h1.mg__bottom_10,
.page__article h2.mg__bottom_10,
.page__article h3.mg__bottom_10,
.page__article h4.mg__bottom_10,
.page__article h5.mg__bottom_10,
.page__article h6.mg__bottom_10,
.page__article p.mg__bottom_10,
.page__article ul.mg__bottom_10,
.page__article table.mg__bottom_10 {
  margin-bottom: 10px;
}
.page__article h1.mg__bottom_0,
.page__article h2.mg__bottom_0,
.page__article h3.mg__bottom_0,
.page__article h4.mg__bottom_0,
.page__article h5.mg__bottom_0,
.page__article h6.mg__bottom_0,
.page__article p.mg__bottom_0,
.page__article ul.mg__bottom_0,
.page__article table.mg__bottom_0 {
  margin-bottom: 0;
}
.page__article h1,
.page__article h2,
.page__article h3,
.page__article h4,
.page__article h5,
.page__article h6 {
  color: #607995;
}
.page__article h1 a,
.page__article h2 a,
.page__article h3 a,
.page__article h4 a,
.page__article h5 a,
.page__article h6 a {
  color: #324c66;
  border-bottom: 2px solid #b0b8c1;
  -webkit-transition: border-color 0.5s, color 0.5s;
  -o-transition: border-color 0.5s, color 0.5s;
  transition: border-color 0.5s, color 0.5s;
}
.page__article h1 a:hover,
.page__article h2 a:hover,
.page__article h3 a:hover,
.page__article h4 a:hover,
.page__article h5 a:hover,
.page__article h6 a:hover {
  color: #324c66;
  border-bottom: 2px solid transparent;
}
.page__article h1.nm,
.page__article h2.nm,
.page__article h3.nm,
.page__article h4.nm,
.page__article h5.nm,
.page__article h6.nm {
  margin-bottom: 0;
}
.page__article .nm p,
.page__article .nm h1,
.page__article .nm h2,
.page__article .nm h3,
.page__article .nm h4,
.page__article .nm h5,
.page__article .nm h6,
.page__article .nm ul {
  margin-bottom: 0;
}
.page__article a h1,
.page__article a h2,
.page__article a h3,
.page__article a h4,
.page__article a h5,
.page__article a h6 {
  color: #324c66;
  border-bottom: 2px solid #b0b8c1;
  -webkit-transition: border-color 0.5s, color 0.5s;
  -o-transition: border-color 0.5s, color 0.5s;
  transition: border-color 0.5s, color 0.5s;
}
.page__article a:hover h1,
.page__article a:hover h2,
.page__article a:hover h3,
.page__article a:hover h4,
.page__article a:hover h5,
.page__article a:hover h6 {
  color: #324c66;
  border-bottom: 2px solid transparent;
}
.page__article .size__big {
  font-size: 1.5rem;
  margin-bottom: 10px;
  font-weight: normal;
}
.page__article h1,
.page__article h2 {
  font-family: 'UniNeue-Heavy', sans-serif;
  text-transform: uppercase;
  font-size: 1.5625rem;
}
.page__article h1 strong,
.page__article h2 strong {
  font-family: 'UniNeue-Heavy', sans-serif;
  font-weight: 800;
  letter-spacing: -1px;
  text-transform: uppercase;
}
@media (min-width: 1367px) {
  .page__article h1,
  .page__article h2 {
    font-size: 1.75rem;
  }
}
.page__article p a,
.page__article ul a {
  overflow-wrap: break-word;
  word-wrap: break-word;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}
.page__article h1 strong,
.page__article h1 b,
.page__article h2 strong,
.page__article h2 b,
.page__article h3 strong,
.page__article h3 b,
.page__article h4 strong,
.page__article h4 b,
.page__article h5 strong,
.page__article h5 b {
  font-family: 'UniNeue-Heavy', sans-serif;
  color: #324c66;
}
.page__article h1 em,
.page__article h2 em,
.page__article h3 em,
.page__article h4 em,
.page__article h5 em,
.page__article h6 em {
  color: #607995;
  font-style: normal;
}
.page__article h1 em strong,
.page__article h2 em strong,
.page__article h3 em strong,
.page__article h4 em strong,
.page__article h5 em strong,
.page__article h6 em strong {
  font-weight: bold;
  color: #607995;
}
.page__article h1 strong em,
.page__article h2 strong em,
.page__article h3 strong em,
.page__article h4 strong em,
.page__article h5 strong em,
.page__article h6 strong em {
  color: #607995;
}
.page__article h2 {
  font-size: 1.75rem;
}
.page__article h3 {
  font-family: 'UniNeue-Heavy', sans-serif;
  font-size: 21px;
  text-transform: uppercase;
}
@media (min-width: 1661px) {
  .page__article h3 {
    font-size: 25px;
  }
}
.page__article h3 strong {
  font-family: 'UniNeue-Heavy', sans-serif;
}
.page__article h3.title__ligthGrey {
  color: #939598;
}
.page__article h4 {
  font-family: 'UniNeue-Heavy', sans-serif;
  font-weight: 900;
  font-size: 1.3125rem;
  text-transform: uppercase;
}
.page__article h4 strong {
  font-family: 'UniNeue-Heavy', sans-serif;
  color: #324c66;
}
.page__article h5 {
  font-family: 'UniNeue-Heavy', sans-serif;
  font-weight: 900;
  font-size: 18px;
  text-transform: uppercase;
}
.page__article h5 strong {
  font-family: 'UniNeue-Heavy', sans-serif;
  color: #324c66;
}
.page__article h5.bold {
  font-family: 'UniNeue-Heavy', sans-serif;
}
.page__article h6 {
  font-family: 'UniNeue-Heavy', sans-serif;
  font-weight: 900;
  font-size: 14px;
  text-transform: uppercase;
}
@media (min-width: 1661px) {
  .page__article h6 {
    font-size: 0.875rem;
  }
}
.page__article h6 strong {
  font-family: 'UniNeue-Heavy', sans-serif;
  color: #324c66;
}
.page__article h6 span,
.page__article h6 a {
  font-size: 14px!important;
}
@media (min-width: 1661px) {
  .page__article h6 span,
  .page__article h6 a {
    font-size: 0.875rem !important;
  }
}
.page__article h6.bold {
  font-family: 'UniNeue-Heavy', sans-serif;
}
.page__article strong h1,
.page__article strong h2,
.page__article strong h3,
.page__article strong h4,
.page__article strong h5,
.page__article strong h6 {
  font-family: 'UniNeue-Heavy', sans-serif;
  color: #324c66;
}
.page__article .general img {
  max-width: 100%;
  height: auto;
}
.page__article .general h1,
.page__article .general h2,
.page__article .general h3,
.page__article .general h4,
.page__article .general h5,
.page__article .general h6 {
  color: #939598;
}
.page__article .general h1 strong,
.page__article .general h2 strong,
.page__article .general h3 strong,
.page__article .general h4 strong,
.page__article .general h5 strong,
.page__article .general h6 strong {
  color: #324c66;
}
.page__article p a {
  color: #607995;
  text-decoration: underline;
}
.page__article p a.underline_0 {
  text-decoration: none;
}
.page__article p a.underline_0:hover {
  text-decoration: underline;
}
.page__article p i {
  color: #666;
}
.page__article p i a {
  font-style: normal;
}
.page__article p.nm {
  margin-bottom: 0;
}
.page__article .links p a {
  color: #324c66;
}
.page__article .links p.mg__bottom_0 {
  margin-bottom: 0;
}
.page__article__history h4 {
  font-size: 1.3125rem;
  outline: none;
  margin-bottom: 10px;
  font-weight: normal;
}
.page__article.page__article__news__details {
  padding: 0;
  width: 100%;
}
.page__article.page__article__news__details .title {
  margin-bottom: 20px;
}
.text {
  font-size: 16px;
}
.text p a {
  color: #fff;
  text-decoration: underline;
}
.text p a:hover,
.text p a:focus,
.text p a.active {
  text-decoration: none;
}
.text a.label-txt,
.text .link {
  text-decoration: none;
}
.bold {
  font-family: 'UniNeue-Heavy', sans-serif;
  font-weight: 800;
}
.captcha__box {
  padding-bottom: 40px;
}
#captcha {
  border-top: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
@media (min-width: 720px) {
  #captcha {
    width: 50%;
    float: left;
    height: 68px;
  }
}
img#captcha_img {
  margin-top: 10px;
}
@media (min-width: 720px) {
  img#captcha_img {
    width: 61%;
    float: left;
    margin-right: 10%;
    margin-top: 26px;
  }
}
.captcha_img {
  cursor: pointer;
}
.captcha-img-box {
  width: 50%;
  float: left;
}
#captcha {
  border-top: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
@media (min-width: 720px) {
  #captcha {
    width: 50%;
    float: left;
    height: 68px;
  }
}
.tabs__box .tab {
  visibility: hidden;
  opacity: 0;
  height: 0;
  overflow: hidden;
}
.tabs__box .tab.active {
  visibility: visible;
  opacity: 1;
  height: auto;
}
.tabs__nav {
  clear: left;
  overflow: hidden;
  color: #fff;
  font-family: 'Gilam-Light', sans-serif;
  text-transform: uppercase;
  font-size: 15px;
  height: 92px;
  width: 100%;
  vertical-align: middle;
  line-height: 92px;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 3.65vw;
}
@media (min-width: 1281px) {
  .tabs__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.tabs__nav__item {
  background: #607995;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 20px;
  padding: 0vw 0vw 0vw 1.56vw;
  cursor: pointer;
  -webkit-transition: background 0.5s ease-out;
  -o-transition: background 0.5s ease-out;
  transition: background 0.5s ease-out;
}
.tabs__nav__item.middle {
  display: block;
  padding: 10px;
}
@media (min-width: 720px) {
  .tabs__nav__item.middle {
    display: table-cell;
  }
}
@media (min-width: 1281px) {
  .tabs__nav__item.middle {
    padding: 0vw 0vw 0vw 1.56vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
.tabs__nav__item.active {
  background-color: #f3f6f9;
  color: #607995;
}
.tabs__nav__item.disabled {
  cursor: auto;
}
.tabs__nav__item.no__icon {
  padding: 15px;
}
@media (min-width: 1281px) {
  .tabs__nav__item.no__icon {
    padding: 0vw 1.56vw 0vw 1.56vw;
  }
}
.tabs__nav__item.no__icon span {
  max-width: 100%;
}
.tabs__nav__item .i {
  display: inline-block;
  line-height: 45px;
  max-width: 108px;
}
.tabs__nav__item .i.dw {
  line-height: 20px;
}
@media (min-width: 480px) {
  .tabs__nav__item .i {
    max-width: none;
  }
  .tabs__nav__item .i.dw {
    line-height: 45px;
  }
}
@media (min-width: 720px) {
  .tabs__nav__item .i {
    max-width: 108px;
  }
  .tabs__nav__item .i.dw {
    line-height: 20px;
  }
}
@media (min-width: 1281px) {
  .tabs__nav__item .i {
    max-width: 108px;
  }
  .tabs__nav__item .i.dw {
    line-height: 20px;
  }
}
.page__article table tr {
  font-family: 'Gilam-Light', sans-serif;
  font-size: 16px;
  text-align: left;
}
.page__article table tr.no__border {
  border-bottom: 0;
}
.page__article table th {
  font-weight: normal;
  color: #607995;
  text-align: left;
  padding-right: 2.66vw;
}
.page__article table th strong {
  color: #000;
  height: 85px;
  display: inline-block;
  line-height: 85px;
}
.page__article table td {
  padding: 8px;
  padding-left: 0;
  color: #000;
  padding-right: 3.13vw;
}
.page__article table td a {
  color: #000;
  text-decoration: underline;
}
.page__article table thead tr:first-child th {
  padding-bottom: 24px;
}
.page__article table tfoot {
  color: #999;
  font-size: 14px;
}
.page__article table tfoot tr {
  border-bottom: 1px solid #afc5da;
}
.page__article table tfoot tr.no__border {
  border-bottom: 0;
}
.page__article table tfoot td {
  padding: 1.56vw 0vw 2.6vw;
  font-size: 14px;
}
.page__article .table-wrap {
  max-width: 100%;
  overflow-x: auto;
  margin-bottom: 20px;
  background-image: url(../images/icons/scroll.svg);
  background-position: center 100%;
  background-repeat: no-repeat;
  padding-bottom: 52px;
}
@media (min-width: 1025px) {
  .page__article .table-wrap {
    background: none;
    padding-bottom: 0;
  }
}
.page__article .table-wrap table {
  min-width: 640px;
  margin-bottom: 15px;
}
@media (min-width: 1025px) {
  .page__article .table-wrap table {
    min-width: 613px;
    margin: 0 0 28px;
  }
}
.page__article.tables__p table p {
  color: #999;
  margin-bottom: 0;
  font-size: 0.875rem;
  font-weight: 300;
  padding: 1.3vw 0vw 2.6vw;
  overflow: hidden;
}
.page__article.tables__p table p:last-child {
  border-bottom: 1px solid #afc5da;
}
.page__article.tables__p table p em {
  display: block;
  width: 50%;
  float: left;
  padding-right: 2%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #666;
}
.page__article .table-wrap:last-child p {
  border-bottom: 0;
}
.page__article.table__buttons table {
  table-layout: fixed;
}
.page__article.table__buttons tr {
  border: 0;
}
.page__article.table__buttons tr th {
  padding: 0;
  line-height: 85px;
  vertical-align: middle;
  background: #f3f6f9;
  border-right: 15px solid #fff;
  text-align: center;
  padding: 0 15px;
}
.page__article.table__buttons tr th strong {
  background: #f3f6f9;
  text-align: center;
  font-weight: bold;
  font-family: 'Gilam-Light', sans-serif;
  text-transform: uppercase;
  font-size: 15px;
  color: #7998b5;
  display: inline-block;
  line-height: 20px;
  height: auto;
}
.page__article.table__buttons tr th:nth-child(2n) {
  padding-left: 0;
  padding-right: 0;
  border-left: 15px solid #fff;
}
.page__article.table__buttons tr td {
  text-align: center;
  padding: 35px 15px;
}
.page__article.table__buttons tr td .roundBtn {
  color: #fff;
  padding: 3px 12px;
  text-decoration: none;
  width: 160px;
  margin: 0 10px 10px;
}
.dd__box__wrap {
  margin-bottom: 20px;
  cursor: default;
}
@media (min-width: 720px) {
  .dd__box__wrap.left {
    padding-right: 2%;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
.dd__box__wrap.right {
  text-align: left;
}
@media (min-width: 720px) {
  .dd__box__wrap.right {
    padding-left: 2%;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
.dd__box {
  overflow: hidden;
}
.dd__box.dd__box__install {
  min-height: 69px;
}
.dd__box .valign {
  min-height: 40px;
  max-height: 40px;
  height: 40px;
}
.dd__box.pd__left {
  display: block;
}
@media (min-width: 720px) {
  .dd__box.pd__left {
    margin-right: 13px;
  }
}
@media (min-width: 1025px) {
  .dd__box.pd__left {
    display: inline-block;
  }
}
.dd__box.pd__right {
  display: block;
}
@media (min-width: 720px) {
  .dd__box.pd__right {
    margin-left: 13px;
  }
}
@media (min-width: 1025px) {
  .dd__box.pd__right {
    display: inline-block;
  }
}
.dd__box.grey {
  background: #f2f5f8;
}
@media (min-width: 720px) {
  .dd__box.grey {
    width: calc(100% - 13px);
  }
}
.dd__box.box__offset {
  padding: 3.65vw 3.65vw;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (min-width: 1025px) {
  .dd__box.box__offset {
    padding: 1.04vw 3.13vw;
  }
}
.dd__box.active .dd__text {
  height: auto;
}
.dd__box.active .dd__title:before {
  border-width: 0 8.5px 9px 8.5px;
  border-color: transparent transparent #7997b5 transparent;
}
.dd__title {
  position: relative;
  padding-right: 20px;
  cursor: pointer;
}
.dd__title:before {
  width: 0;
  height: 0;
  border-style: solid;
  position: absolute;
  display: inline-block;
  right: 0;
  content: '';
  border-width: 9px 8.5px 0 8.5px;
  border-color: #7997b5 transparent transparent transparent;
  top: 0;
  bottom: 0;
  margin: auto;
}
@media (min-width: 720px) {
  .dd__title:before {
    right: -10px;
  }
}
.dd__title.dd__title__icon__box {
  font-size: 0;
  vertical-align: middle;
  line-height: 0;
  cursor: default;
}
.dd__title.dd__title__icon__box .dd__title__icon {
  display: inline-block;
  vertical-align: middle;
  padding-right: 4%;
}
.dd__title.dd__title__icon__box .dd__title__icon__txt {
  display: inline-block;
  font-size: 15px;
  vertical-align: middle;
  line-height: 19px;
  display: block;
  padding-top: 10px;
}
@media (min-width: 480px) {
  .dd__title.dd__title__icon__box .dd__title__icon__txt {
    display: inline-block;
    padding-top: 0;
  }
}
.page__article .dd__title {
  margin-bottom: 0;
}
.page__article .dd__text {
  height: 0;
  overflow: hidden;
}
.page__article .dd__text p {
  margin-bottom: 0;
  padding-bottom: 0;
  font-size: 14px;
  font-family: 'Gilam-Light', sans-serif;
  line-height: 25px;
  font-weight: normal;
}
.page__article .dd__text p:last-child {
  margin-bottom: 2.08vw;
}
.page__article .dd__text p:first-child {
  margin-top: 2.08vw;
}
.page__article .dd__text p.size__sm {
  font-size: 1.125rem;
  outline: none;
}
.page__article .dd__text p.size__sm.normal {
  font-weight: normal;
}
.col-t-100 .dd__box.pd__left,
.col-t-100 .dd__box.pd__right {
  margin-right: 0;
  margin-left: 0;
  width: 100%;
}
.icon__social {
  background-color: #293642;
  width: 40px;
  height: 40px;
  margin-right: 8px;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 50%;
  -webkit-transition: background 0.5s;
  -o-transition: background 0.5s;
  transition: background 0.5s;
  line-height: 40px;
  text-align: center;
  margin-bottom: 25px;
}
.icon__social:hover {
  background-color: #607995;
}
.icon__social.icon-phone {
  line-height: 40px;
  text-align: center;
  margin-bottom: 25px;
}
.icon__social .icon,
.icon__social img {
  display: inline-block;
  vertical-align: middle;
}
.icon__tabs.digital-signature.active:before {
  background-image: url("../images/svg-icons/digital-signature.svg");
}
.icon__tabs.digital-signature:before {
  background-image: url("../images/svg-icons/digital-signature-white.svg");
  width: 35px;
  height: 36px;
}
@media (min-width: 1281px) {
  .icon__tabs.digital-signature:before {
    height: 36px !important;
    width: 35px !important;
  }
}
.icon__tabs.check-status.active:before {
  background-image: url("../images/svg-icons/check-status.svg");
}
.icon__tabs.check-status:before {
  background-image: url("../images/svg-icons/check-status-white.svg");
  width: 30px;
  height: 38px;
}
@media (min-width: 1281px) {
  .icon__tabs.check-status:before {
    height: 38px !important;
    width: 30px !important;
  }
}
.icon__tabs.list-blue.active:before {
  background-image: url("../images/svg-icons/list-blue.svg");
}
.icon__tabs.list-blue:before {
  background-image: url("../images/svg-icons/list-white.svg");
  width: 34px;
  height: 31px;
}
@media (min-width: 1281px) {
  .icon__tabs.list-blue:before {
    height: 31px !important;
    width: 34px !important;
  }
}
.icon__tabs.time-stamp.active:before {
  background-image: url("../images/svg-icons/time-stamp.svg");
}
.icon__tabs.time-stamp:before {
  background-image: url("../images/svg-icons/time-stamp-white.svg");
  width: 35px;
  height: 37px;
}
@media (min-width: 1281px) {
  .icon__tabs.time-stamp:before {
    height: 37px !important;
    width: 35px !important;
  }
}
.icon__tabs:before {
  content: '';
  display: inline-block;
  background-repeat: no-repeat;
  padding-right: 1.46vw;
  vertical-align: bottom;
  width: 50px !important;
}
@media (min-width: 720px) {
  .icon__tabs:before {
    display: block;
    margin: auto;
    padding-right: 0;
    height: 50px !important;
    width: 100% !important;
    background-position: center;
  }
}
@media (min-width: 1281px) {
  .icon__tabs:before {
    display: inline-block;
    height: initial;
    padding-right: 1.04vw;
    background-position: 0 0;
    margin: 0;
  }
}
@media (min-width: 720px) {
  .icon__tabs {
    text-align: center;
  }
}
@media (min-width: 1281px) {
  .icon__tabs {
    text-align: left;
    vertical-align: middle;
  }
}
.icon__fb {
  background-image: url("../images/icons/fb-icon.png");
}
.icon__ln {
  background-image: url("../images/icons/ln-icon.png");
}
.icon__security:before {
  background-image: url("../images/icons/security.svg");
  width: 43px;
  height: 49px;
}
@media (min-width: 1281px) {
  .icon__security:before {
    height: 49px !important;
    width: 43px !important;
  }
}
.icon__info:before {
  background-image: url("../images/icons/info.svg");
  height: 41px;
  width: 42px;
}
@media (min-width: 1281px) {
  .icon__info:before {
    height: 41px !important;
    width: 42px !important;
  }
}
.icon__author:before {
  background-image: url("../images/icons/author.svg");
  width: 31px;
  height: 41px;
}
@media (min-width: 1281px) {
  .icon__author:before {
    height: 41px !important;
    width: 31px !important;
  }
}
.icon__duu:before {
  background-image: url("../images/icons/duu.svg");
  width: 31px;
  height: 40px;
}
@media (min-width: 1281px) {
  .icon__duu:before {
    height: 40px !important;
    width: 31px !important;
  }
}
.icon__other_services:before {
  background-image: url("../images/icons/other-services.svg");
  width: 43px;
  height: 43px;
}
@media (min-width: 1281px) {
  .icon__other_services:before {
    height: 43px !important;
    width: 43px !important;
  }
}
.icon__features:before {
  background-image: url("../images/icons/features.svg");
  width: 43px;
  height: 45px;
}
@media (min-width: 1281px) {
  .icon__features:before {
    height: 45px !important;
    width: 43px !important;
  }
}
.icon__e_banking:before {
  background-image: url("../images/icons/e-banking.svg");
  width: 43px;
  height: 44px;
}
@media (min-width: 1281px) {
  .icon__e_banking:before {
    height: 44px !important;
    width: 43px !important;
  }
}
.icon__services:before {
  background-image: url("../images/icons/services.svg");
  width: 43px;
  height: 40px;
}
@media (min-width: 1281px) {
  .icon__services:before {
    height: 40px !important;
    width: 43px !important;
  }
}
.icon__play:before {
  background-image: url("../images/icons/icon__play.svg");
  width: 43px;
  height: 44px;
  background-position: 50% 5px;
}
@media (max-width: 719px) {
  .icon__play:before {
    background-position: 0 5px;
  }
}
@media (min-width: 1281px) {
  .icon__play:before {
    background-position: 0 5px;
  }
}
@media (min-width: 1281px) {
  .icon__play:before {
    height: 44px !important;
    width: 43px !important;
  }
}
.icon__play.active:before {
  background-image: url("../images/icons/icon__play-blue.svg");
  background-position: 50% 5px;
}
@media (max-width: 719px) {
  .icon__play.active:before {
    background-position: 0 5px;
  }
}
@media (min-width: 1281px) {
  .icon__play.active:before {
    background-position: 0 5px;
  }
}
.icon__benefits:before {
  background-image: url("../images/icons/benefits.svg");
  width: 40px;
  height: 45px;
}
@media (min-width: 1281px) {
  .icon__benefits:before {
    height: 45px !important;
    width: 40px !important;
  }
}
.icon__helper_programs:before {
  background-image: url("../images/icons/helper-programs.svg");
  width: 43px;
  height: 48px;
}
@media (min-width: 1281px) {
  .icon__helper_programs:before {
    height: 48px !important;
    width: 43px !important;
  }
}
.icon__install:before {
  background-image: url("../images/svg-icons/install-white.svg");
  width: 43px;
  height: 40px;
}
@media (min-width: 1281px) {
  .icon__install:before {
    height: 40px !important;
    width: 43px !important;
  }
}
.icon__software:before {
  background-image: url("../images/svg-icons/software-white.svg");
  width: 33px;
  height: 40px;
}
@media (min-width: 1281px) {
  .icon__software:before {
    height: 40px !important;
    width: 33px !important;
  }
}
.icon__list:before {
  background-image: url("../images/icons/list.svg");
}
.icon__list.active:before {
  background-image: url("../images/icons/list-blue.svg");
}
.icon__security.active:before {
  background-image: url("../images/icons/security-blue.svg");
}
.icon__info.active:before {
  background-image: url("../images/icons/info-blue.svg");
}
.icon__author.active:before {
  background-image: url("../images/icons/author-blue.svg");
}
.icon__duu.active:before {
  background-image: url("../images/icons/duu-blue.svg");
}
.icon__other_services.active:before {
  background-image: url("../images/icons/other-services-blue.svg");
}
.icon__features.active:before {
  background-image: url("../images/icons/features-blue.svg");
}
.icon__e_banking.active:before {
  background-image: url("../images/icons/e-banking-blue.svg");
}
.icon__services.active:before {
  background-image: url("../images/icons/services-blue.svg");
}
.icon__benefits.active:before {
  background-image: url("../images/icons/benefits-blue.svg");
}
.icon__helper_programs.active:before {
  background-image: url("../images/icons/helper-programs-blue.svg");
}
.icon__install.active:before {
  background-image: url("../images/svg-icons/install.svg");
}
.icon__software.active:before {
  background-image: url("../images/svg-icons/software.svg");
}
.table {
  overflow: hidden;
  margin-bottom: 2.6vw;
}
.table.table2 {
  margin-bottom: 2vw;
}
.table.table2 .table-col.col-3:nth-child(2) .label_text {
  font-size: 14px;
}
.table.table2 .table-col.col-3:nth-child(2) .label_text .label_text_big {
  font-size: 14px!important;
}
@media (min-width: 640px) {
  .table {
    border-bottom: 1px solid #617588;
  }
}
@media (min-width: 1025px) {
  .table {
    border-bottom: 0;
  }
}
@media (min-width: 1281px) {
  .table {
    border-bottom: 1px solid #617588;
  }
}
.table .table-col {
  display: block;
}
.table .table-col:first-child .table-th {
  padding-left: 0;
}
.table .col-3 {
  border-bottom: 1px solid #617588;
}
@media (min-width: 640px) {
  .table .col-3 {
    border: 0;
    width: 33.33%;
    float: left;
  }
  .table .col-3:last-child .table-td {
    border-right: 0;
  }
}
.table .table-th {
  color: #abc2d8;
  font-family: 'Gilam-Light', sans-serif;
  font-weight: 100;
  font-size: 14px;
  padding: 8px 0 8px 20px;
}
@media (min-width: 640px) {
  .table .table-th {
    border-bottom: 1px solid #617588;
  }
}
@media (min-width: 1025px) {
  .table .table-th {
    border-bottom: 0;
  }
}
@media (min-width: 1281px) {
  .table .table-th {
    border-bottom: 1px solid #617588;
  }
}
.table .table-td {
  font-family: 'Gilam-Light', sans-serif;
  font-size: 14px;
  color: #fff;
  text-transform: uppercase;
  padding: 10px 0 10px 20px;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (min-width: 640px) {
  .table .table-td {
    border-right: 1px solid #617588;
    height: 119px;
  }
}
@media (min-width: 1025px) {
  .table .table-td {
    border-right: 0;
  }
}
@media (min-width: 1281px) {
  .table .table-td {
    border-right: 1px solid #617588;
    height: 80px;
  }
}
.table .table-td .label {
  display: block;
}
@media (min-width: 1281px) {
  .table .table-td .label {
    display: inline-block;
  }
}
.dd__text table {
  table-layout: fixed;
}
.dd__text .one td:nth-child(1) {
  width: 40%;
}
.dd__text .two td:nth-child(1) {
  width: 40%;
}
.dd__text .two td {
  width: 60%;
}
.dd__text .three td:nth-child(1) {
  width: 40%;
}
.dd__text .three td {
  width: 15%;
}
.dd__text .three td:last-child {
  width: 30%;
}
.dd__text .four td:nth-child(1) {
  width: 40%;
}
.dd__text .four td {
  width: 15%;
}
.page__article ul {
  padding-left: 35px;
  list-style: none;
  overflow: hidden;
}
.page__article ul.nm li {
  margin-bottom: 0;
}
.page__article ul.general {
  padding-left: 20px;
}
.page__article ul.general li:before {
  -webkit-box-shadow: none;
          box-shadow: none;
  background: #000;
  width: 4px;
  height: 4px;
  border: none;
  left: -20px;
}
.page__article .general ul {
  padding-left: 20px;
}
.page__article .general ul li:before {
  -webkit-box-shadow: none;
          box-shadow: none;
  background: #000;
  width: 4px;
  height: 4px;
  border: none;
  left: -20px;
}
.page__article .general ul li {
  margin-bottom: 0;
}
.page__article li {
  position: relative;
  margin-bottom: 10px;
}
.page__article li:before {
  display: inline-block;
  content: '';
  width: 13px;
  height: 27px;
  position: absolute;
  left: -34px;
  top: 4px;
  background-image: url(../images/icons/bullets.png);
  background-repeat: no-repeat;
  background-size: contain;
}
.page__article li a {
  color: #607995;
}
.page__article li a:hover,
.page__article li a:focus {
  text-decoration: underline;
}
body.modal_show {
  overflow: hidden;
}
html.mobile body.modal_show {
  overflow-x: visible;
}
.modal {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 9999;
  display: none;
  overflow: auto;
  background: rgba(0, 0, 0, 0.75);
}
.modal.active {
  display: block;
}
.popup_box {
  display: none;
  position: relative;
  background-image: url(../images/popup/popup.jpg);
  max-width: 850px;
  margin: auto;
  color: #fff;
  padding: 4.69vw;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-width: 90%;
  background-size: cover;
  top: 50%;
  -webkit-transform: translateY(-50%) !important;
      -ms-transform: translateY(-50%) !important;
          transform: translateY(-50%) !important;
  margin: 0 20px;
  padding-top: 60px;
}
.popup_box.active {
  display: block;
}
@media (min-width: 720px) {
  .popup_box {
    max-width: 650px;
    margin: 0 auto;
  }
}
@media (min-width: 1025px) {
  .popup_box {
    max-width: 850px;
  }
}
.popup_box p {
  font-size: 15px;
  line-height: 2;
}
.popup_box.services {
  background-image: none;
  background-color: #fff;
  color: #333;
  max-width: 850px;
}
@media (min-width: 720px) {
  .popup_box.services {
    max-width: 650px;
  }
}
@media (min-width: 1025px) {
  .popup_box.services {
    max-width: 1220px;
  }
}
.popup_box.services p {
  font-size: 18px;
}
.popup_box.services .closeButton__box {
  border-color: #336ea9;
}
.popup_box.services .closeButton__line {
  background: #336ea9;
}
.popup_box.services .tab-show-hide.active {
  background: rgba(51, 110, 169, 0.12);
}
.popup_close {
  position: absolute;
  top: 17px;
  right: 17px;
  width: 42px;
  height: 42px;
  color: #dadada;
  border-radius: 50%;
  border: 4px solid #dadada;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  z-index: 20;
  -webkit-transition: .5s color, .5s border-color;
  -o-transition: .5s color, .5s border-color;
  transition: .5s color, .5s border-color;
}
.popup_close .icon {
  font-size: 35px;
  line-height: 42px;
  width: 42px;
  height: 42px;
  position: absolute;
  top: -4px;
  left: -4px;
}
@media (min-width: 1025px) {
  .popup_close {
    top: 37px;
    right: 37px;
  }
  .popup_close:hover {
    color: #ff0000;
    border-color: #ff0000;
  }
}
#popup_close {
  position: absolute;
  top: 22px;
  right: 22px;
}
/*nrogleva - qsvs validation*/
#levels {
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: transparent;
  background-image: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  padding: 0;
  width: 100%;
  line-height: 45px;
  height: 45px;
}
#levels:focus {
  outline: none;
}
#levels-box {
  border: 1px solid #9d9e9e;
  font-size: 16px;
  padding: 0 21px;
  border-radius: 60px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin-top: 10px;
  background: #fff url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAAHAQMAAADkoCUeAAAABlBMVEVHcExGXnXvaoBKAAAAAXRSTlMAQObYZgAAABxJREFUCNdj+P+AAYjqDzDYNzDIMzDwMTCwMAAAXT0F7sZPQy0AAAAASUVORK5CYII=) center right no-repeat;
  background-position-x: 95%;
  background-position-y: 55%;
}
.place_holder {
  color: gray;
}
#levels > option {
  color: #000000;
}
.reportAccordion {
  font-size: 13px;
  height: 500px;
  overflow-y: scroll;
  overflow-x: scroll;
}
.success_valid {
  max-width: 100%;
  background-size: contain;
  background-image: url(../images/icons/validate_success.png);
  background-repeat: no-repeat;
  background-size: 30px;
  background-position: center left;
}
.error_valid {
  max-width: 100%;
  background-size: contain;
  background-image: url(../images/icons/validate_error.png);
  background-repeat: no-repeat;
}
#qsvsResult {
  background-color: rgba(41, 79, 125, 0.07);
}
.title_of_table_dss_verify {
  text-align: center;
  background-color: #28507e;
  color: #ffffff !important;
}
#qsvsResult td {
  padding-right: 0px !important;
  padding-left: 0px !important;
}
#qsvsResult td:nth-child(odd) {
  color: #7998b5;
  width: 30%;
  padding-left: 25px !important;
}
.reports {
  padding-left: 0px;
  text-align: center;
  padding-top: 20px!important;
  padding-bottom: 20px!important;
}
.reports a {
  background-color: #5e7c9a;
  color: #FFFFFF !important;
  padding: 6px 20px;
  border-radius: 0 15px 0 15px;
  text-decoration: none !important;
}
#levels-box > select::-ms-expand {
  display: none !important;
}
#loading-wrapper {
  text-align: center;
  margin-top: 20px;
}
#loading {
  text-align: center;
}
@-webkit-keyframes spinner-grow {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  50% {
    opacity: 1;
  }
}
@keyframes spinner-grow {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  50% {
    opacity: 1;
  }
}
.spinner-grow {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  background-color: currentColor;
  border-radius: 50%;
  opacity: 0;
  -webkit-animation: spinner-grow 0.75s linear infinite;
  animation: spinner-grow 0.75s linear infinite;
}
.spinner-grow-sm {
  width: 1rem;
  height: 1rem;
}
.text-primary {
  color: #336ea9 !important;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}
#notes-wait-response-qsvs {
  color: #336ea9;
}
/* Icons from directory "" */
.form.white .field,
.form-search.white .field {
  color: #fff;
  /* FF 4-18 */
  /* FF 19+ */
  /* IE 10+ */
  border-top: 1px solid rgba(255, 255, 255, 0.5);
}
.form.white .field::-webkit-input-placeholder,
.form-search.white .field::-webkit-input-placeholder {
  color: #fff;
  opacity: 1;
  -webkit-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.form.white .field:-moz-placeholder,
.form-search.white .field:-moz-placeholder {
  color: #fff;
  opacity: 1;
  -webkit-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.form.white .field:-ms-input-placeholder,
.form-search.white .field:-ms-input-placeholder {
  color: #fff;
  opacity: 1;
  -webkit-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.form.white .field:focus::-webkit-input-placeholder,
.form-search.white .field:focus::-webkit-input-placeholder {
  opacity: 0;
}
.form.white .field:focus:-moz-placeholder,
.form-search.white .field:focus:-moz-placeholder {
  opacity: 0;
}
.form.white .field:focus::-moz-placeholder,
.form-search.white .field:focus::-moz-placeholder {
  opacity: 0;
}
.form.white .field:focus:-ms-input-placeholder,
.form-search.white .field:focus:-ms-input-placeholder {
  opacity: 0;
}
.form.white .field.last,
.form-search.white .field.last {
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
.form.white .field.error,
.form-search.white .field.error {
  padding-left: 5px;
  border-top: 2px solid #2a3743;
  background: rgba(121, 151, 181, 0.33);
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.form .field,
.form-search .field {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
  height: 39px;
  border: 0;
  padding: 10px 0;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 16px;
}
.form select,
.form-search select {
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" height="14" viewBox="0 0 29 14" width="29"><path fill="#d1d1d1" d="M9.37727 3.625l5.08154 6.93523L19.54036 3.625"/></svg>') center right no-repeat;
  padding-right: 3.0rem;
}
.form select:focus,
.form-search select:focus {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" height="14" viewBox="0 0 29 14" width="29"><path fill="#9b4dca" d="M9.37727 3.625l5.08154 6.93523L19.54036 3.625"/></svg>');
}
.form textarea,
.form-search textarea {
  min-height: 100px;
  resize: none;
}
.form input[type='checkbox'],
.form-search input[type='checkbox'],
.form input[type='radio'],
.form-search input[type='radio'] {
  display: inline;
}
.form .label-inline,
.form-search .label-inline {
  display: inline-block;
  font-weight: normal;
  margin-left: .5rem;
}
.form #submit-search,
.form-search #submit-search {
  position: absolute;
  top: 0;
  right: 0;
  width: 41px;
  height: 49px;
  border: none;
  background: transparent;
  color: transparent;
  opacity: 0;
  cursor: pointer;
}
.form .form-validation-message,
.form-search .form-validation-message {
  font-size: 16px;
  color: #fff;
  font-weight: lighter;
  line-height: 23px;
  text-align: left;
  margin-bottom: 10px;
  font-family: 'Gilam-Light', sans-serif;
  margin-top: 15px;
  padding: 10px 0;
  padding-left: 5px;
  border-top: 2px solid #2a3743;
  background: rgba(121, 151, 181, 0.33);
}
.form .form-validation-message.success,
.form-search .form-validation-message.success {
  display: none;
  color: #917314;
  border: 0;
  background: transparent;
}
.form .form-validation-message.error,
.form-search .form-validation-message.error {
  display: none;
}
.form .form-validation-message.space,
.form-search .form-validation-message.space {
  padding-top: 10px;
  float: left;
  width: 100%;
}
textarea {
  overflow: auto;
}
select:focus::-ms-value {
  background: transparent;
  color: #333;
}
.radio_group input[type="radio"]:checked + label.label_radio .radio_box:before {
  display: block;
  visibility: visible;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}
.radio_group .label_radio {
  cursor: pointer;
  padding-left: 30px;
  display: inline-block;
  position: relative;
  margin-bottom: 10px;
}
@media (min-width: 1025px) {
  .radio_group .label_radio {
    padding-left: 1.98vw;
  }
}
.radio_group .label_radio .radio_box {
  width: 17px;
  height: 17px;
  border-radius: 50%;
  position: absolute;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 2px solid #809fbe;
  left: 0;
  top: 4px;
}
.radio_group .label_radio .radio_box:before {
  content: "";
  position: absolute;
  background-color: #809fbe;
  border-radius: 50%;
  visibility: hidden;
  width: 7px;
  height: 7px;
  vertical-align: middle;
  left: 3px;
  top: 3px;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.radio_group .label_radio .label_text {
  display: inline-block;
  margin-top: 0.16vw;
  vertical-align: middle;
}
.radio_group .label_radio .label_text_big {
  font-size: 24px;
  line-height: 20px;
}
.input__mail {
  border: 0;
  background: transparent;
  border-bottom: 1px solid #7998b5;
  color: #7998b5;
  line-height: 30px;
  margin-bottom: 0;
  margin-top: 8px;
  height: 30px;
}
.page__header {
  position: relative;
  color: #fff;
  background-color: #333;
  float: left;
  width: 100%;
  overflow: hidden;
}
@media (min-width: 1025px) {
  .page__header {
    height: 230px;
  }
}
@media (min-width: 1367px) {
}
.page__header .signature.background__cover {
  background-position: center 27%;
  background-size: 100%;
}
.page__header.sm .about.background__cover {
  background-position: center 52%;
}
@media (min-width: 720px) {
  .page__header.sm {
    height: 230px;
  }
}
@media (min-width: 1025px) {
  .page__header.sm .page__titlesGroup {
    bottom: auto;
    top: 60%;
    margin: auto;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
.page__header__p {
  font-weight: 300;
  margin-top: 10px;
}
.page__breadcrumb {
  font-size: 0.8125rem;
  background-color: rgba(0, 0, 0, 0.3);
  color: #939598;
  padding: 10px 25px;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 1;
  position: relative;
}
@media (min-width: 720px) and (max-width: 1024px) {
  .page__breadcrumb {
    padding: 20px 30px;
  }
}
@media (min-width: 1025px) {
  .page__breadcrumb {
    height: 53px;
    padding: 0 50px;
  }
}
@media (min-width: 1367px) {
  .page__breadcrumb {
    padding: 0;
  }
}
.page__breadcrumb a {
  color: #fff;
}
@media (max-width: 1024px) {
  .page__breadcrumb a {
    float: left;
    display: table;
  }
}
.page__breadcrumb a:hover {
  text-decoration: underline;
}
.page__breadcrumb .arrow {
  display: inline-block;
  color: #939598;
  margin: 0 5px;
}
@media (max-width: 1024px) {
  .page__breadcrumb .arrow {
    float: left;
  }
}
@media (min-width: 1025px) {
  .page__breadcrumb .arrow {
    margin: 0vw 0.94vw;
  }
}
@media (max-width: 719px) {
  .page__titlesGroup {
    padding: 25px;
  }
}
@media (min-width: 720px) and (max-width: 1024px) {
  .page__titlesGroup {
    padding: 30px;
    margin-top: 60px;
  }
}
@media (min-width: 1025px) {
  .page__titlesGroup {
    position: absolute;
    bottom: 45px;
    left: 0;
    width: 100%;
  }
}
.page__title,
.page__subtitle {
  text-transform: uppercase;
  position: relative;
  font-size: 1.8125rem;
  line-height: 1.2;
}
@media (min-width: 720px) and (max-width: 1024px) {
}
@media (min-width: 1025px) {
}
@media (min-width: 1367px) {
}
.page__size__p_normal {
  margin-top: 29px;
  font-weight: 300;
}
.page__title {
  font-family: 'UniNeue-Heavy', sans-serif;
  color: #b9cadd;
  font-weight: 400;
}
.page__subtitle {
  font-family: 'Gilam-Light', sans-serif;
  font-weight: 700;
}
@media (min-width: 720px) and (max-width: 1024px) {
  .page__subtitle.middle {
    font-size: 1.875rem;
  }
}
@media (min-width: 1025px) {
  .page__subtitle.middle {
    font-size: 1.875rem;
  }
}
@media (min-width: 1367px) {
  .page__subtitle.middle {
    font-size: 1.875rem;
  }
}
.page__sidebar {
  float: left;
  width: 100%;
}
@media (min-width: 1025px) {
  .page__sidebar {
    width: 223px;
    display: block;
  }
}
.page__sidebar.page__sidebar__about {
  display: none;
}
@media (min-width: 1025px) {
  .page__sidebar.page__sidebar__about {
    display: block;
  }
}
.page__sidebarMenu .category {
  float: left;
  width: 100%;
  border-bottom: 1px solid #d4d4d4;
  padding-bottom: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  position: relative;
}
.page__sidebarMenu .category.hasSubLinks .link {
  display: block;
  float: left;
  width: 100%;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-right: 20px;
}
.page__sidebarMenu .category.hasSubLinks .link:last-child {
  margin-bottom: 0px;
  padding-bottom: 0;
}
.page__sidebarMenu .sub__category {
  padding-left: 35px;
  height: 0;
  overflow: hidden;
  float: left;
  width: 100%;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.page__sidebarMenu .sub__category.open {
  height: auto;
  padding-top: 10px;
}
.page__sidebarMenu .sub__category .link {
  padding-bottom: 10px;
}
.page__sidebarMenu a {
  color: #35506b;
  -webkit-transition: color 0.3s linear;
  -o-transition: color 0.3s linear;
  transition: color 0.3s linear;
}
.page__sidebarMenu a.active,
.page__sidebarMenu a:hover,
.page__sidebarMenu a:focus {
  color: #69717E;
  text-decoration: none;
}
.page__sidebarMenu .sub__category__btn {
  background: url("../images/icons/arrow-blue-down.png") no-repeat center center;
  width: 25px;
  height: 20px;
  position: absolute;
  top: 0;
  right: 0;
}
.page__sidebarMenu.page__sidebar__about {
  display: none;
}
@media (min-width: 1025px) {
  .page__sidebarMenu.page__sidebar__about {
    display: block;
  }
}
.page__article {
  float: left;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
}
@media (max-width: 719px) {
  .page__article {
    padding-top: 25px;
  }
}
@media (min-width: 720px) and (max-width: 1024px) {
  .page__article {
    padding-top: 50px;
  }
}
@media (min-width: 1025px) {
  .page__article {
    padding-left: 75px;
    width: calc(100% - 223px);
  }
}
@media (min-width: 1367px) {
  .page__article {
    padding-left: 100px;
  }
}
.page__article.full {
  width: 100%;
  padding-left: 0;
  padding-top: 0;
}
@media (min-width: 720px) {
}
@media (min-width: 1025px) {
}
@media (min-width: 1367px) {
}
.page__article__img__box {
  padding: 2.08vw 4.17vw;
  overflow: hidden;
  text-align: center;
}
.page__article__img__box img {
  text-align: center;
  margin-bottom: 2.6vw;
}
@media (min-width: 720px) {
  .page__article__img__box {
    text-align: left;
  }
}
.page__pagination {
  padding: 2.08vw 0vw;
  overflow: hidden;
  float: left;
}
.page__pagination.news__navigation {
  padding: 0.52vw 0vw 2.08vw;
}
.page__pagination .arrow__l,
.page__pagination .arrow__r {
  width: 36px;
  height: 45px;
  line-height: 45px;
  display: block;
  float: left;
  cursor: pointer;
}
.page__pagination .arrow__r {
  background: transparent url(../images/icons/arrow-right.png) no-repeat 100% center;
}
.page__pagination .arrow__r.nav {
  background-position: 51% center;
}
.page__pagination .arrow__r.unactive,
.page__pagination .arrow__r.unactive:hover {
  cursor: default;
  background-image: url("../images/icons/arrow-right.png");
  border: 1px solid #917314;
}
.page__pagination .arrow__r:hover,
.page__pagination .arrow__r.active {
  background-image: url("../images/icons/arrow-right-black.png");
}
.page__pagination .arrow__l {
  background: transparent url(../images/icons/arrow-left.png) no-repeat 0 center;
}
.page__pagination .arrow__l.nav {
  background-position: 49% center;
}
.page__pagination .arrow__l.unactive,
.page__pagination .arrow__l.unactive:hover {
  cursor: default;
  background-image: url("../images/icons/arrow-left.png");
  border: 1px solid #917314;
}
.page__pagination .arrow__l:hover,
.page__pagination .arrow__l.active {
  background-image: url("../images/icons/arrow-left-black.png");
}
.page__pagination .nav {
  width: 45px;
  background-position: center;
  border: 1px solid #917314;
  border-radius: 50%;
  margin-right: 20px;
  -webkit-transition: border 0.3s;
  -o-transition: border 0.3s;
  transition: border 0.3s;
}
.page__pagination .nav:hover {
  border: 1px solid #000;
}
.page__pagination .page {
  width: 45px;
  height: 45px;
  line-height: 45px;
  font-size: 18px;
  background: #cdbe8a;
  color: #fff;
  margin: 0 5px;
  border-radius: 50%;
  display: block;
  float: left;
  text-align: center;
  font-family: 'Roboto', sans-serif;
  -webkit-transition: background 0.3s linear;
  -o-transition: background 0.3s linear;
  transition: background 0.3s linear;
  text-decoration: none;
}
.page__pagination .page:hover,
.page__pagination .page:focus,
.page__pagination .page.active {
  text-decoration: none;
  background: #000;
}
@media (min-width: 720px) {
  .page__pagination .page {
    margin: 0 11px;
  }
}
.infoGrid {
  margin: auto;
  text-align: center;
  overflow: hidden;
}
.infoGrid.xs-txt p {
  font-size: 13px;
  text-align: left;
}
@media (min-width: 720px) {
  .infoGrid.xs-txt p {
    margin-bottom: 0;
  }
}
@media (min-width: 1025px) {
  .infoGrid.xs-txt p {
    margin-bottom: 28px;
  }
}
.infoGrid .infoGrid__3 {
  width: auto;
  float: none;
}
.infoGrid .infoGrid__3 .imgBox img {
  max-width: 100%;
  height: auto;
}
@media (min-width: 720px) {
  .infoGrid .infoGrid__3 {
    width: 50%;
    float: left;
    padding: 15px 15px 8px;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
@media (min-width: 1025px) {
  .infoGrid .infoGrid__3 {
    width: 33.33336%;
    padding-bottom: 30px;
  }
}
@media (min-width: 720px) {
  .infoGrid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    text-align: left;
  }
}
.infoGrid h3 {
  padding: 15px 0 0;
  margin-bottom: 6px;
}
@media (min-width: 720px) {
  .infoGrid h3 {
    padding: 10px 0 0;
  }
}
@media (min-width: 1025px) {
  .infoGrid h3 {
    padding-top: 33px;
  }
}
.infoGrid h4 {
  font-weight: normal;
  text-transform: none;
  margin-bottom: 10px;
  min-height: 75px;
}
.infoGrid h4:after {
  content: "";
  display: block;
  width: 13px;
  height: 1px;
  background: #007336;
  margin: 15px auto 0;
}
@media (min-width: 720px) {
  .infoGrid h4:after {
    margin-top: 15px;
  }
}
@media (min-width: 1025px) {
  .infoGrid h4:after {
    margin: 5px 0 0;
  }
}
.table-box {
  max-width: 100%;
  overflow: auto;
  margin: 4.1vw 0vw 3.2vw;
}
table {
  border-collapse: collapse;
  width: 100%;
}
tr {
  border-bottom: 1px solid #dfdfdf;
}
td {
  padding: 5px;
}
td:first-child {
  padding: 5px 1vw 5px 0vw;
}
.header__ .root {
  float: left;
  width: 100%;
}
.header__top {
  float: left;
  width: 100%;
  background-color: #494949;
  height: 63px;
  display: none;
}
.header__top a {
  color: #fff;
  -webkit-transition: 0.3s color ease-out;
  -o-transition: 0.3s color ease-out;
  transition: 0.3s color ease-out;
}
.header__top a:hover,
.header__top a:focus {
  color: rgba(226, 220, 232, 0.6);
}
.header__top a:hover .header-search,
.header__top a:focus .header-search {
  color: rgba(226, 220, 232, 0.6);
}
.header__top .lang-link {
  margin-left: 0;
  font: normal 14px/24px 'Open Sans', sans-serif;
  margin-right: 30px;
  float: left;
}
.header__top .search-form {
  display: block;
  background: none;
  position: relative;
  width: 110px;
  overflow: hidden;
  float: left;
}
.header__top .search-form.active {
  width: 70%;
  max-width: 410px;
  -webkit-transform: rotate(0.02deg);
      -ms-transform: rotate(0.02deg);
          transform: rotate(0.02deg);
}
.header__top .search-form.active #search-field2,
.header__top .search-form.active #search-field {
  width: calc(100% - 120px);
  opacity: 1;
  -webkit-transform: rotate(0.02deg);
      -ms-transform: rotate(0.02deg);
          transform: rotate(0.02deg);
  margin-left: 10px;
  opacity: 1!important;
}
.header__top .search-form.active .header-search {
  padding-right: 17px;
}
.header__top #search-field2 {
  background: transparent;
  border: 0;
  color: #fff;
  font: normal 14px/22px 'Open Sans', sans-serif;
  overflow: hidden;
  float: none;
  display: block;
  width: calc(100% - 170px);
  padding-left: 10px;
  width: 0;
  opacity: 0!important;
  -webkit-transition: width 0.4s cubic-bezier(0, 0.795, 0, 1);
  -o-transition: width 0.4s cubic-bezier(0, 0.795, 0, 1);
  transition: width 0.4s cubic-bezier(0, 0.795, 0, 1);
  -moz-transform: rotate(0.02deg);
  /* FF 4-18 */
  /* FF 19+ */
  /* IE 10+ */
  float: left;
  background: rgba(216, 205, 230, 0.11);
}
.header__top #search-field2::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.75);
  opacity: 1;
  -webkit-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.header__top #search-field2:-moz-placeholder {
  color: rgba(255, 255, 255, 0.75);
  opacity: 1;
  -webkit-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.header__top #search-field2:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.75);
  opacity: 1;
  -webkit-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.header__top #search-field2:focus::-webkit-input-placeholder {
  opacity: 0;
}
.header__top #search-field2:focus:-moz-placeholder {
  opacity: 0;
}
.header__top #search-field2:focus::-moz-placeholder {
  opacity: 0;
}
.header__top #search-field2:focus:-ms-input-placeholder {
  opacity: 0;
}
.header__top input[type="search"]::-webkit-search-decoration,
.header__top input[type="search"]::-webkit-search-cancel-button,
.header__top input[type="search"]::-webkit-search-results-button,
.header__top input[type="search"]::-webkit-search-results-decoration {
  display: none;
}
.header__top .header-search {
  border: none;
  background: none;
  color: #fff;
  font: normal 14px/24px 'Open Sans', sans-serif;
  /* FF 4-18 */
  /* FF 19+ */
  /* IE 10+ */
  padding-right: 30px;
  width: 100%;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-bottom: 1px solid transparent;
  float: left;
  width: 60px;
  padding-right: 0;
  display: block;
}
.header__top .header-search::-webkit-input-placeholder {
  color: #fff;
  opacity: 1;
  -webkit-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.header__top .header-search:-moz-placeholder {
  color: #fff;
  opacity: 1;
  -webkit-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.header__top .header-search:-ms-input-placeholder {
  color: #fff;
  opacity: 1;
  -webkit-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.header__top .header-search:focus::-webkit-input-placeholder {
  opacity: 0;
}
.header__top .header-search:focus:-moz-placeholder {
  opacity: 0;
}
.header__top .header-search:focus::-moz-placeholder {
  opacity: 0;
}
.header__top .header-search:focus:-ms-input-placeholder {
  opacity: 0;
}
.header__top .header-search-btn {
  background: url("../images/icons/search-header.svg") 0 0 no-repeat;
  width: 24px;
  height: 24px;
  margin: auto;
  margin-left: 3px;
  float: left;
  font-size: 0;
  color: #fff;
}
@media (min-width: 1025px) {
  .header__top {
    padding: 0 50px;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: block;
    height: 50px;
    z-index: 1000;
  }
}
@media (min-width: 1441px) {
  .header__top {
    height: 63px;
  }
}
.header__main {
  float: left;
  width: 100%;
  position: relative;
  z-index: 1000;
  background-color: #fff;
  height: 79px;
}
@media (min-width: 1025px) {
  .header__main .links-nav-header {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .header__main .header__logo {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
  .header__main .header-main-outer-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.header__main .search-header {
  float: right;
  margin: 27px 10px 0 0;
}
.header__main .search-header img {
  width: 30px;
}
@media (min-width: 480px) {
  .header__main .search-header {
    margin-right: 25px;
  }
}
@media (min-width: 1025px) {
  .header__main .search-header {
    display: none;
  }
}
@media (min-width: 480px) {
  .header__main {
    height: 85px;
  }
}
@media (min-width: 1025px) {
  .header__main {
    padding: 0 50px;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    height: 76px;
  }
  .header__main img {
    max-width: 100%;
  }
  .header__main .header__logo img {
    max-width: 90%;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
  }
}
@media (min-width: 1441px) {
  .header__main {
    height: 109px;
  }
  .header__main img {
    max-width: 100%;
  }
}
.header__logo {
  float: left;
  margin-left: 25px;
  width: 151px;
  display: block;
  vertical-align: middle;
  height: 100%;
  padding: 12px 0;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
@media (min-width: 480px) {
  .header__logo {
    width: auto;
  }
}
@media (min-width: 1025px) {
  .header__logo {
    margin-left: 0;
  }
}
@media (min-width: 1441px) {
  .header__logo {
    padding: 20px 0;
  }
}
.header__logo h1 {
  height: 100%;
  margin: 0;
}
.header__logo img {
  display: block;
  max-width: 100%;
  height: 100%;
}
.header__links {
  float: right;
  width: 50%;
  text-align: right;
  margin-top: 3px;
  display: none;
}
.header__links.mobile {
  display: block;
  background: #5B799D;
  text-align: left;
  padding: 15px 25px;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.header__links.mobile .link {
  margin: 0;
  display: block;
  padding: 10px 0px;
}
@media (min-width: 640px) {
  .header__links.mobile .link {
    width: 20%;
    float: left;
  }
}
@media (min-width: 1025px) {
  .header__links.mobile {
    display: none;
  }
}
.header__links .link {
  color: #fff;
  margin-left: 2.08vw;
  position: relative;
  overflow: hidden;
}
.header__links .link.active:before {
  content: '';
  display: block;
  position: absolute;
  background-color: #5B799D;
  right: 0;
  width: 110px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media (min-width: 1025px) {
  .header__links .link.active:before {
    bottom: -12px;
    height: 6px;
  }
}
@media (min-width: 1441px) {
  .header__links .link.active:before {
    bottom: -19px;
    height: 11px;
  }
}
@media (min-width: 1025px) {
  .header__links {
    display: block;
    margin-right: 6px;
    width: 63%;
  }
}
@media (min-width: 1281px) {
  .header__links {
    margin-right: 12px;
  }
}
@media (min-width: 1367px) {
  .header__links {
    margin-right: 15px;
  }
}
@media (min-width: 1441px) {
  .header__links {
    margin-right: 24px;
  }
}
button::-moz-focus-inner {
  border: 0;
}
button:focus {
  outline: none;
}
.header__tools {
  float: left;
  width: 50%;
  display: none;
}
@media (min-width: 1025px) {
  .header__tools {
    display: block;
    width: 33%;
  }
}
.cookie__bar {
  font-size: 14px;
  color: #fff;
  background: #5B799D;
  text-align: center;
  padding: 20px;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: none;
  position: fixed;
  bottom: 0;
  z-index: 9999;
  left: 0;
  right: 0;
}
.cookie__bar__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
}
@media (min-width: 1025px) {
  .cookie__bar__text p {
    width: 70%;
    margin-bottom: 0;
    text-align: left;
  }
}
.cookie__bar__text a {
  text-decoration: underline;
  color: white;
}
.cookies_btn {
  color: #fff;
  border: 1px solid #fff;
  width: 100px;
  border-radius: 50px;
  height: 30px;
  text-transform: uppercase;
  display: block;
  margin: 10px auto 0;
  -webkit-transition: background 0.5s, border-color 0.5s;
  -o-transition: background 0.5s, border-color 0.5s;
  transition: background 0.5s, border-color 0.5s;
}
@media (min-width: 1025px) {
  .cookies_btn {
    margin-left: 0;
  }
}
@media (min-width: 1367px) {
  .cookies_btn {
    margin-left: 0;
    margin-top: 10px;
    display: inline-block;
  }
}
.cookies_btn:hover {
  background: #fff;
  border-color: #fff;
  color: #5B799D;
}
.brand-logo {
  display: inline-block;
}
.header__image {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
@media (min-width: 1025px) {
  .header__image {
    position: absolute;
    top: 0;
    bottom: 0;
    -o-object-fit: unset;
       object-fit: unset;
    width: auto;
    height: auto;
    min-width: 100%;
    min-height: 100%;
    left: 0;
    right: 0;
  }
}
.msg__bar {
  font-size: 14px;
  color: #fff;
  background: #917314;
  text-align: center;
  padding: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 9px 50px;
  background: #c5b372;
  overflow: hidden;
}
@media (min-width: 720px) and (max-width: 1024px) {
  .msg__bar {
    padding: 9px 30px;
  }
}
@media (max-width: 719px) {
  .msg__bar {
    padding: 9px 1px;
  }
}
.msg_txt_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 1322px;
  margin: 0 auto;
  text-align: left;
}
@media (max-width: 719px) {
  .msg_txt_box {
    display: block;
    text-align: center;
    margin: auto;
  }
}
.msg_txt_icon {
  line-height: 0;
  padding-right: 5px;
  float: left;
}
@media (max-width: 719px) {
  .msg_txt_icon {
    padding-right: 10px;
    float: none;
    display: inline-block;
    width: 100%;
    padding-bottom: 8px;
  }
}
.msg_txt_icon_img {
  width: 40px;
  height: 40px;
}
.msg_txt {
  font-size: 18px;
  float: left;
  width: 74%;
  padding-right: 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-indent: 25px;
}
.msg_txt a {
  color: #c5b372;
  text-decoration: underline;
}
@media (max-width: 719px) {
  .msg_txt {
    font-size: 14px;
    padding-right: 15px;
    width: 80%;
    padding-bottom: 15px;
    float: none;
    width: 100%;
    text-align: left!important;
    padding-bottom: 8px;
    display: block;
    text-indent: 15px;
  }
}
@media (min-width: 720px) and (max-width: 1024px) {
  .msg_txt {
    font-size: 14px;
    width: 69%;
  }
}
.msg_btn {
  background: #fff;
  border: 1px solid #fff;
  width: 100px;
  border-radius: 50px;
  text-transform: uppercase;
  margin: 10px auto 0;
  padding: 6px 9px;
  text-transform: none;
  min-width: 150px;
  max-width: none;
  line-height: 27px;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: auto;
  -webkit-transition: background 0.3s, border-color 0.3s;
  -o-transition: background 0.3s, border-color 0.3s;
  transition: background 0.3s, border-color 0.3s;
  display: block;
  justify-self: right;
  margin-right: 0!important;
  color: #494949;
  margin-top: 0;
  margin-left: 20px;
  display: inline-block;
}
@media (max-width: 719px) {
  .msg_btn {
    float: none;
    margin: auto!important;
  }
}
@media (min-width: 1367px) {
  .msg_btn {
    margin-top: 0;
  }
}
.msg_btn:hover {
  background: transparent;
  color: #fff;
}
.infopay-header-logo {
  margin-bottom: -3px;
}
.footer {
  float: left;
  width: 100%;
  padding: 0;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #fff;
}
.footer .wrap-box {
  width: 100%;
  padding: 0 30px 25px;
  position: relative;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (min-width: 720px) and (max-width: 1024px) {
  .footer .wrap-box {
    padding: 0 30px 25px;
  }
}
@media (min-width: 1025px) {
  .footer .wrap-box {
    padding: 0 50px 50px;
  }
}
@media (min-width: 1281px) {
  .footer .wrap-box {
    padding: 0 50px 80px;
  }
}
.footer .wrap-colums {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 1322px;
  margin: 0 auto;
}
.footer .wrap {
  width: 100%;
  z-index: 2;
  position: relative;
  margin: auto;
}
@media (max-width: 1024px) {
  .footer .wrap {
    background: #fff;
  }
}
@media (min-width: 1025px) {
  .footer .col-left:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: auto;
    background: #e4e4e4;
    bottom: 0;
    margin: auto;
    height: 100%;
    width: 27%;
    left: 0;
  }
}
@media (min-width: 1281px) {
  .footer .col-left:before {
    width: 30%;
  }
}
@media (min-width: 1661px) {
  .footer .col-left:before {
    width: 33.66%;
  }
}
.footer .col-left .footer__menu .category {
  color: #000;
}
.footer .col-left .footer__menu a {
  color: #007336;
}
@media (min-width: 1025px) {
  .footer .col-right {
    width: 75%;
  }
  .footer .col-right:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: auto;
    background: #f0f0f0;
    margin: auto;
    width: 73.66%;
    z-index: 1;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
@media (min-width: 1281px) {
  .footer .col-right:before {
    width: 70%;
  }
}
@media (min-width: 1661px) {
  .footer .col-right:before {
    width: 67.66%;
  }
}
@media (max-width: 1024px) {
  .footer {
    background: #f0f0f0;
  }
}
@media (min-width: 1025px) {
  .footer-col-btrust.col-left {
    width: 20%;
  }
  .footer-col-btrust.col-left::before {
    width: 25%;
  }
  .footer-col-btrust.col-right {
    width: 80%;
  }
  .footer-col-btrust.col-right::before {
    width: 75%;
  }
  .footer-col-btrust.col-right .col {
    padding-right: 0;
    margin: 0 13px;
    width: calc(20% - 26px);
  }
  .footer-col-btrust.col-right .footer-contact-col {
    width: calc(10% - 26px);
  }
  .footer-col-btrust.col-right .offset {
    margin: 0 -13px;
    padding-left: 0;
  }
}
@media (min-width: 1150px) {
  .footer-col-btrust.col-left::before {
    width: 23%;
  }
  .footer-col-btrust.col-right::before {
    width: 77%;
  }
}
@media (min-width: 1650px) {
  .footer-col-btrust.col-left::before {
    width: 25%;
  }
  .footer-col-btrust.col-right::before {
    width: 75%;
  }
}
@media (min-width: 1750px) {
  .footer-col-btrust.col-left::before {
    width: 28.5%;
  }
  .footer-col-btrust.col-right::before {
    width: 71.5%;
  }
}
@media (min-width: 2000px) {
  .footer-col-btrust.col-left::before {
    width: 30%;
  }
  .footer-col-btrust.col-right::before {
    width: 70%;
  }
}
@media (min-width: 2200px) {
  .footer-col-btrust.col-left::before {
    width: 32%;
  }
  .footer-col-btrust.col-right::before {
    width: 68%;
  }
}
@media (min-width: 2400px) {
  .footer-col-btrust.col-left::before {
    width: 33%;
  }
  .footer-col-btrust.col-right::before {
    width: 67%;
  }
}
@media (min-width: 2500px) {
  .footer-col-btrust.col-left::before {
    width: 34%;
  }
  .footer-col-btrust.col-right::before {
    width: 66%;
  }
}
.footer__menu {
  font-size: 12px;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (min-width: 1025px) {
  .footer__menu {
    padding-left: 56px;
  }
}
@media (max-width: 1024px) {
  .footer__menu .col {
    margin-bottom: 30px;
    padding-right: 10px;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .footer__menu .col:last-child {
    margin-bottom: 0px;
  }
}
@media (min-width: 1025px) {
  .footer__menu .col {
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding-right: 25px;
  }
  .footer__menu .col:last-child {
    padding-right: 0px;
  }
}
.footer__menu a {
  display: inline-block;
}
.footer__menu a:hover {
  text-decoration: underline;
}
.footer__menu .category {
  color: #000;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-weight: 600;
}
@media (min-width: 1025px) {
  .footer__menu .category {
    margin-bottom: 35px;
  }
}
.footer__menu a:not(.category) {
  color: #686868;
  font-size: 13px;
  margin-bottom: 8px;
}
.footer__menu .offset {
  overflow: hidden;
}
@media (min-width: 1025px) {
  .footer__menu .offset {
    padding-left: 3.02vw;
  }
}
.footer__links__box {
  display: inline-block;
}
@media (max-width: 1024px) {
  .footer__links__box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media (min-width: 1025px) {
  .footer__links__box {
    width: 80%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .footer__links__box a {
    text-align: left;
    width: 20%;
  }
  .footer__links__box a .footer__links__txt {
    text-align: left;
  }
  .footer__links__box a:first-child {
    padding-left: 2.34vw;
  }
}
@media (min-width: 1281px) {
  .footer__links__box a {
    width: auto;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
@media (min-width: 1920px) {
  .footer__links__box a:first-child {
    padding-left: 45px;
  }
}
.footer__links__txt {
  font-size: 10px;
  font-weight: bold;
  text-transform: uppercase;
  display: block;
  color: #007336;
  margin-top: 5px;
  width: 100%;
  padding: 0 10px;
  -webkit-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (min-width: 1025px) {
  .footer__links__txt {
    padding: 0 0 0 34px;
  }
  .footer__links__txt.ef {
    padding: 0 0 0 55px;
  }
  .footer__links__txt.mb {
    padding: 0 0 0 70px;
  }
  .footer__links__txt.bt {
    padding: 0 0 0 50px;
  }
}
.footer__links {
  border-bottom: 1px solid #d7d7d7;
  margin-bottom: 20px;
  padding: 25px 30px 25px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
}
@media (min-width: 1025px) {
  .footer__links {
    padding: 25px 0 30px;
  }
}
.footer__links img {
  display: block;
}
@media (max-width: 719px) {
  .footer__links img {
    height: 35px;
  }
}
@media (min-width: 720px) and (max-width: 1024px) {
  .footer__links img {
    height: 40px;
  }
}
@media (max-width: 719px) {
  .footer__links a {
    margin: 15px 15px 15px 0;
    display: inline-block;
  }
}
.footer__links a:hover .footer__links__txt {
  color: #917314;
}
.footer__links a:last-child {
  margin-right: 0;
}
.footer__links a:not(.right) {
  max-width: 120px;
  text-align: left;
}
.footer__links a:not(.right):last-child {
  margin-right: 0;
}
.footer__links a:not(.right) img {
  max-width: 100%;
}
@media (min-width: 720px) {
  .footer__links a:not(.right) {
    float: left;
    margin-right: 15px;
  }
}
@media (min-width: 1025px) {
  .footer__links a:not(.right) {
    max-width: 100%;
    text-align: center;
    margin-right: 2.08vw;
  }
}
.footer__links .right {
  float: right;
}
.copyright {
  font-size: 12px;
  color: #007336;
}
@media (max-width: 1024px) {
  .copyright {
    padding: 0 30px 25px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
@media (min-width: 1025px) {
  .copyright {
    margin-bottom: 20px;
  }
}
.link-web-agency {
  color: #007336;
  padding: 10px 0 0;
  display: block;
}
.link-web-agency:hover {
  text-decoration: underline;
}
@media (min-width: 1025px) {
  .link-web-agency {
    float: right;
    padding: 0;
  }
}
.footer__logo__box {
  padding: 30px 0 20px;
  line-height: 69px;
  position: relative;
  z-index: 3;
}
.footer__logo__box img {
  display: inline-block;
}
.footer__logo__box .borica {
  height: 119px;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.footer__logo__box .btrust {
  display: block;
  height: 69px;
}
.footer__logo__box .middle {
  display: inline-block;
}
.footer__content {
  position: relative;
  z-index: 3;
  width: 100%;
}
.additional-col-logos {
  border-top: 1px solid #ededed;
  width: 100%;
  float: left;
  margin-top: 20px;
  padding-left: 15px;
}
@media (max-width: 719px) {
  .additional-col-logos {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding-left: 0;
    border-top: 1px solid #e0dcdc;
  }
  .additional-col-logos .col {
    float: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (min-width: 720px) and (max-width: 1024px) {
  .additional-col-logos {
    border-top: 1px solid #e0dcdc;
  }
}
.additional-col-logos .additional-col-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 30px;
  padding-bottom: 0px;
  height: 61px;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (max-width: 719px) {
  .additional-col-logos .additional-col-logo {
    margin-right: 0;
    padding-top: 0;
    margin-top: 0;
    width: 100%;
    text-align: left;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    margin-right: auto;
    max-width: none!important;
    width: auto!important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 0;
    width: 100%!important;
    margin: 0px 0!important;
    display: flex!important;
    -ms-flex-wrap: wrap!important;
        flex-wrap: wrap!important;
  }
  .additional-col-logos .additional-col-logo span {
    display: inline-block;
    width: auto;
  }
  .additional-col-logos .additional-col-logo img {
    height: auto;
  }
}
@media (min-width: 720px) and (max-width: 1024px) {
  .additional-col-logos .additional-col-logo {
    max-width: none!important;
  }
  .additional-col-logos .additional-col-logo img {
    height: auto;
  }
}
.additional-col-logos .additional-col-logo.swap img {
  max-width: 100px;
}
.additional-col-logos .additional-col-logo.swap .footer__links__txt {
  padding-right: 15px;
  text-align: right;
  min-width: 100px;
}
@media (max-width: 719px) {
  .additional-col-logos .additional-col-logo.swap .footer__links__txt {
    padding-left: 0;
    text-align: left;
    display: inline-block;
    min-width: 0;
  }
}
.additional-col-logos .footer__links__txt {
  padding-left: 15px;
  color: #000;
  font-size: 13px;
  text-transform: none;
  font-weight: 500;
}
.team-holder {
  display: block !important;
}
@media (min-width: 640px) {
  .team-holder {
    display: inline-block;
  }
}
@media (min-width: 1025px) {
  .team-holder {
    float: left;
    width: 19%;
    margin-right: 0!important;
    padding-right: 2.08vw;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    text-align: right;
  }
}
@media (min-width: 1025px) and (max-width: 1400px) {
  .team-holder img {
    margin-right: 0;
    float: right;
  }
}
@media (min-width: 1920px) {
  .team-holder {
    padding-right: 40px;
  }
}
@media (min-width: 1025px) {
  .team-holder img {
    padding-top: 20px;
  }
}
.team-holder:hover .abs-team,
.team-holder:focus .abs-team {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}
.abs-team {
  font-size: 12px;
  color: #333;
  position: absolute;
  max-width: 720px;
  width: 100%;
  padding: 20px 35px;
  border: 1px solid #efefef;
  background-color: #fff;
  text-align: left;
  top: -60px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}
@media (max-width: 1024px) {
  .abs-team {
    display: none;
  }
}
.mobile-app-download-box {
  position: fixed;
  bottom: 20px;
  left: 0;
  right: 0;
  background: #fff;
  z-index: 9998;
  -webkit-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.2);
}
@media (min-width: 1025px) {
  .mobile-app-download-box {
    display: none;
  }
}
.mobile-download {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  position: relative;
}
.mobile-download-close {
  display: inline-block;
  width: 15%;
  text-align: center;
  padding: 10px 0;
  max-width: 80px;
}
.mobile-download-link-box {
  width: 85%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.mobile-download-link-box .mobile-download-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  /* background: red; */
  padding: 15px 0;
  width: 100%;
}
.m-d-l-l {
  display: inline-block;
  width: 30%;
  max-width: 100px;
}
.m-d-l-l img {
  max-width: 80%;
}
.m-d-l-t {
  font-family: 'Gilam-Light', sans-serif;
  font-size: 11px;
  text-transform: uppercase;
  color: #223754;
  display: inline-block;
  max-width: 50%;
  font-style: italic;
}
@media (min-width: 400px) {
  .m-d-l-t {
    font-size: 12px;
  }
}
.m-d-l-i {
  display: inline-block;
  line-height: 0;
  width: 20%;
  text-align: center;
  max-width: 80px;
}
.m-d-l-i img {
  max-width: 100%;
  padding: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.navigation {
  float: right;
}
@media (min-width: 1025px) {
  .navigation {
    height: 100%;
  }
}
@media (min-width: 1367px) {
  .navigation {
    float: right;
  }
}
@media (max-width: 1024px) {
  .navigation {
    position: absolute;
    top: 100%;
    left: 0;
    background-color: #f2f9f6;
    padding-top: 25px;
    -webkit-box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.2);
            box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.2);
  }
}
.navigation .nav-link {
  float: left;
}
@media (max-width: 1024px) {
  .navigation .nav-link {
    width: 100%;
  }
  .navigation .nav-link .valign {
    display: block;
  }
}
@media (min-width: 1025px) {
  .navigation .nav-link {
    height: 100%;
    margin: 0 6px;
  }
}
@media (min-width: 1281px) {
  .navigation .nav-link {
    margin: 0 10px;
  }
}
@media (min-width: 1367px) {
  .navigation .nav-link {
    margin: 0 10px;
  }
}
@media (min-width: 1441px) {
  .navigation .nav-link {
    margin: 0 8px;
  }
}
.navigation .nav-link:last-child {
  margin-right: 0px;
}
.navigation .nav-link.active .category {
  color: #939598;
}
.navigation .nav-link.active .valign:before {
  background-color: #939598;
}
.sub__navigation__list,
.footer__list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.footer__list a {
    display: block;
}
@media (min-width: 1025px) {
  .navigation .nav-link.shorter {
    position: relative;
  }
  .navigation .nav-link.shorter .sub__navitaion {
    padding: 20px;
    width: 220px;
    margin-left: -40px;
    padding-top: 0;
    min-width: 160px;
  }
  .navigation .nav-link.shorter .sub__navitaion .col {
    width: 100%;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding-top: 25px;
    padding-right: 0;
  }
  .navigation .nav-link.shorter .sub__navitaion__container {
    padding: 20px;
    padding-top: 0;
  }
}
.navigation .nav-link:hover {
  color: #5B799D;
}
.navigation .nav-link:hover .middle span:last-child {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}
.navigation .nav-link:hover .middle span:first-child {
  -webkit-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
          transform: translateY(-100%);
}
.navigation .nav-link .roundBtn {
  min-width: 110px;
  font-size: 16px;
}
@media (min-width: 1025px) and (max-width: 1098px) {
  .navigation .nav-link .roundBtn {
    min-width: 98px;
  }
}
@media (min-width: 1025px) {
  .navigation .nav-link .roundBtn {
    font-size: 14px;
  }
}
@media (min-width: 1281px) {
  .navigation .nav-link .roundBtn {
    font-size: 16px;
  }
}
.navigation .category {
  font-family: 'UniNeue-Heavy', sans-serif;
  color: #5B799D;
  font-size: 24px;
  text-transform: uppercase;
  -webkit-transition: 0.3s color ease-out;
  -o-transition: 0.3s color ease-out;
  transition: 0.3s color ease-out;
}
.navigation .category:hover,
.navigation .category.active {
  color: #797676;
}
@media (max-width: 1024px) {
  .navigation .category {
    padding: 0 25px 25px;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: table;
  }
  .navigation .category.hasSubNav {
    padding-bottom: 0px;
  }
}
.navigation .category span:last-child {
  display: none;
}
@media (min-width: 1025px) {
  .navigation .category {
    font-size: 12px;
  }
  .navigation .category span {
    display: block;
    -webkit-transition: 0.7s cubic-bezier(0.165, 0.84, 0.44, 1);
    -o-transition: 0.7s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: 0.7s cubic-bezier(0.165, 0.84, 0.44, 1);
  }
  .navigation .category span:last-child {
    display: block;
    position: absolute;
    color: #797676;
    top: 0;
    left: -20px;
    right: -20px;
    text-align: center;
    -webkit-transform: translateY(100%);
        -ms-transform: translateY(100%);
            transform: translateY(100%);
  }
}
@media (min-width: 1025px) and (max-width: 1098px) {
  .navigation .category {
    font-size: 10px;
  }
}
@media (min-width: 1281px) {
  .navigation .category {
    font-size: 14px;
  }
}
@media (min-width: 1441px) {
  .navigation .category {
    font-size: 18px;
  }
}
@media (min-width: 1661px) {
  .navigation .category {
    font-size: 18px;
  }
}
.navigation .lang-mobile a {
  font-size: 20px;
}
@media (min-width: 1025px) {
  .navigation .lang-mobile {
    display: none;
  }
}
@media (min-width: 1025px) {
  .sub__navitaion {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding-top: 0;
    display: none;
    overflow: hidden;
  }
}
.sub__navitaion .sub__navitaion__link span {
  display: block;
}
.sub__navitaion__container {
  float: left;
  width: 100%;
  background-color: #f2f9f6;
  padding: 25px;
}
@media (max-width: 1024px) {
  .sub__navitaion__container {
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
@media (min-width: 1025px) {
  .sub__navitaion__container {
    background-color: rgba(242, 249, 246, 0.95);
    padding: 40px;
    -webkit-box-shadow: 0 0 13px 1px rgba(59, 50, 68, 0.71);
            box-shadow: 0 0 13px 1px rgba(59, 50, 68, 0.71);
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .sub__navitaion__container .sub__navitaion__link a,
  .sub__navitaion__container .sub__navitaion__link span {
    -webkit-transition: color 0.5s, -webkit-transform 0.5s !important;
    transition: color 0.5s, -webkit-transform 0.5s !important;
    -o-transition: transform 0.5s, color 0.5s !important;
    transition: transform 0.5s, color 0.5s !important;
    transition: transform 0.5s, color 0.5s, -webkit-transform 0.5s !important;
  }
  .sub__navitaion__container .sub__navitaion__link a:hover,
  .sub__navitaion__container .sub__navitaion__link span:hover {
    -webkit-transform: translateX(10px);
        -ms-transform: translateX(10px);
            transform: translateX(10px);
    text-decoration: none !important;
  }
}
.sub__navitaion__container.padding__top__0 {
  padding-top: 0;
}
.sub__navitaion:before {
  position: absolute;
  z-index: 1;
  top: 0;
  height: 1px;
  width: 100%;
}
@media (max-width: 1024px) {
  .sub__navitaion .col {
    margin-bottom: 30px;
  }
  .sub__navitaion .col:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 1025px) {
  .sub__navitaion .col {
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding-right: 25px;
  }
}
.sub__navitaion a {
  display: table;
  position: relative;
}
.sub__navitaion a:hover,
.sub__navitaion a:focus {
  -webkit-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
  text-decoration: none;
}
.sub__navitaion .sub-category {
  color: #5B799D;
  text-transform: uppercase;
  font-weight: 800;
}
@media (max-width: 1024px) {
  .sub__navitaion .sub-category {
    margin-bottom: 20px;
    font-size: 20px;
  }
}
@media (min-width: 1025px) {
  .sub__navitaion .sub-category {
    font-size: 15px;
    margin-bottom: 25px;
  }
}
.sub__navitaion .sub-category:hover,
.sub__navitaion .sub-category.active {
  color: #939598;
  text-decoration: underline;
}
.sub__navitaion a:not(.sub-category),
.sub__navitaion span:not(.sub-category) {
  color: #5B799D;
  font-size: 18px;
  margin-bottom: 10px;
}
@media (min-width: 1025px) {
  .sub__navitaion a:not(.sub-category),
  .sub__navitaion span:not(.sub-category) {
    font-size: 16px;
  }
}
.sub__navitaion a:not(.sub-category):hover,
.sub__navitaion span:not(.sub-category):hover,
.sub__navitaion a:not(.sub-category).active,
.sub__navitaion span:not(.sub-category).active {
  color: #939598;
  text-decoration: underline;
}
@media (max-width: 1024px) {
  body:not(.openedNavigation) .navigation {
    display: none;
  }
}
body.openedNavigation {
  overflow-x: hidden;
}
.openCloseNav {
  width: 30px;
  height: 32px;
  margin: 25px 25px 0 0;
  float: right;
  background-size: 100%;
}
@media (min-width: 1025px) {
  .openCloseNav {
    display: none;
  }
}
.openCloseNav * {
  -webkit-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
#menu-toggle {
  width: 40px;
  height: 40px;
  position: relative;
  cursor: pointer;
}
#menu-toggle span {
  display: block;
  /* border-radius: 2px; */
  background: #1b1b1b;
}
#menu-toggle #hamburger {
  position: absolute;
  height: 100%;
  width: 100%;
}
#menu-toggle #hamburger span {
  width: 40px;
  height: 1px;
  position: relative;
  margin: 8px 0;
  background: #1b1b1b;
}
#menu-toggle #hamburger span:first-child,
#menu-toggle #hamburger span:nth-child(3) {
  width: 32px;
}
#menu-toggle #hamburger span:first-child {
  -webkit-transition-delay: .5s;
       -o-transition-delay: .5s;
          transition-delay: .5s;
}
#menu-toggle #hamburger span:nth-child(2) {
  -webkit-transition-delay: .625s;
       -o-transition-delay: .625s;
          transition-delay: .625s;
}
#menu-toggle #hamburger span:nth-child(3) {
  -webkit-transition-delay: .75s;
       -o-transition-delay: .75s;
          transition-delay: .75s;
}
#menu-toggle #cross {
  position: absolute;
  height: 100%;
  width: 100%;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
#cross span:first-child {
  height: 0%;
  width: 1px;
  position: absolute;
  top: 10%;
  left: 20px;
  -webkit-transition-delay: 0s;
       -o-transition-delay: 0s;
          transition-delay: 0s;
}
#cross span:nth-child(2) {
  width: 0;
  height: 1px;
  position: absolute;
  left: 10%;
  top: 20px;
  -webkit-transition-delay: .25s;
       -o-transition-delay: .25s;
          transition-delay: .25s;
}
#menu-toggle.is-open #hamburger span:first-child {
  -webkit-transition-delay: 0s;
       -o-transition-delay: 0s;
          transition-delay: 0s;
}
#menu-toggle.is-open #hamburger span {
  width: 0;
}
#menu-toggle.is-open #hamburger span:nth-child(2) {
  -webkit-transition-delay: .125s;
       -o-transition-delay: .125s;
          transition-delay: .125s;
}
#menu-toggle.is-open #hamburger span:nth-child(3) {
  -webkit-transition-delay: .25s;
       -o-transition-delay: .25s;
          transition-delay: .25s;
}
#menu-toggle.is-open #cross span:first-child {
  height: 80%;
  -webkit-transition-delay: .625s;
       -o-transition-delay: .625s;
          transition-delay: .625s;
}
#menu-toggle.is-open #cross span:nth-child(2) {
  width: 80%;
  -webkit-transition-delay: .375s;
       -o-transition-delay: .375s;
          transition-delay: .375s;
}
.login {
  background: #6e5f7c;
  color: #fff;
  font-size: 14px;
  height: 40px;
  line-height: 40px;
  display: inline-block;
  vertical-align: middle;
  padding: 0 25px;
  border-radius: 27px;
  margin-top: 18px;
  margin: 0 25px 25px;
  -webkit-transition: background 0.6s ease-out;
  -o-transition: background 0.6s ease-out;
  transition: background 0.6s ease-out;
}
@media (min-width: 1025px) {
  .login {
    margin: 18px 0 0;
  }
}
@media (min-width: 1441px) {
  .login {
    margin-top: 34px;
  }
}
.login:hover {
  background: #939598;
}
.login-icon {
  display: inline-block;
  vertical-align: middle;
}
.login-icon img {
  display: inline-block;
  vertical-align: middle;
  padding-left: 6px;
}
@media (min-width: 1025px) {
  .nav-link-dd .sub__navitaion {
    opacity: 0;
    display: block;
    -webkit-transform: translateY(-5px);
        -ms-transform: translateY(-5px);
            transform: translateY(-5px);
    -webkit-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
    overflow: hidden;
    visibility: hidden;
  }
  .nav-link-dd:hover .sub__navitaion,
  .nav-link-dd:focus-within .sub__navitaion {
    display: block;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
    visibility: visible;
  }
}
.ie .sub__navitaion a:not(.sub-category):hover,
.ie .sub__navitaion a:not(.sub-category).active {
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}
.block__contact__box .block_contact_col_1 {
  margin-bottom: 25px;
}
@media (min-width: 720px) {
  .block__contact__box .block_contact_col_1 {
    margin-bottom: 0;
  }
}
.block__contact__box .text {
  max-width: 290px;
}
.block__contact__box .text.first-col {
  max-width: 325px;
}
.block__contact__box .label {
  display: block;
  padding: 2px 0;
}
.block__contact__box .contact-info {
  max-width: 325px;
}
.block__contact__box .label-def {
  min-width: 117px;
  padding-right: 5px;
  display: table-cell;
}
.block__contact__box .label-txt {
  display: table-cell;
}
.block__contact__box .label-txt.block {
  display: block;
  text-align: right;
}
.block__contact__box .form.white {
  max-width: 350px;
}
.block__title__medium {
  margin: 0 0 25px;
}
.block__signatute {
  position: relative;
  overflow: hidden;
  background-color: #333;
}
.block__signatute .background__cover {
  overflow: hidden;
}
.block__signatute .parallax__img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  margin-top: -6%;
  margin-left: 0%;
  min-height: 100%;
}
@media (max-width: 1800px) {
  .block__signatute .parallax__img {
    margin-top: -6%;
  }
}
@media (max-width: 1600px) {
  .block__signatute .parallax__img {
    margin-top: -6%;
  }
}
@media (max-width: 1400px) {
  .block__signatute .parallax__img {
    margin-top: -6%;
  }
}
@media (max-width: 1280px) {
  .block__signatute .parallax__img {
    margin-top: 0%;
    margin-left: 0%;
  }
}
@media (min-width: 1025px) {
  .block__signatute .parallax__img {
    -o-object-fit: unset;
       object-fit: unset;
    width: 100%;
    height: auto;
  }
}
.block__signatute .overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  background: rgba(20, 36, 64, 0.4);
  z-index: 2;
}
@media (min-width: 1025px) {
  .block__signatute .overlay {
    width: 50%;
  }
}
@media (min-width: 1025px) {
  .block__signatute .block__padding {
    padding: 41px 50px;
  }
}
.block__signatute .wrap {
  position: relative;
  z-index: 3;
}
.block__signatute .title__white.block__title {
  margin-bottom: 10px;
}
.block__signatute .title__white.block__title.mb {
  margin-bottom: 0;
}
.block__signatute .title__white.block__title.block__title3 {
  font-size: 18px;
  padding-top: 3px;
}
.block__signatute .block__title.block__title3 {
  font-size: 18px;
}
.block__signatute .table .table-col:first-child .table-th {
  padding-left: 20px;
}
.block__signatute.order .block__signature__col:not(:first-child) {
  padding-left: 0vw;
}
@media (min-width: 1025px) {
  .block__signatute.order .block__signature__col:not(:first-child) {
    padding-left: 5.73vw;
  }
}
@media (min-width: 1025px) {
  .block__signatute.order .block__signature__col:first-child {
    padding-right: 2.6vw;
  }
}
@media (min-width: 1281px) {
}
@media (min-width: 1025px) {
  .block__signatute.order .table .table-td {
    font-size: 12px;
  }
}
@media (min-width: 1320px) {
  .block__signatute.order .table .table-td {
    font-size: 14px;
  }
}
@media (min-width: 1025px) {
  .block__signatute.order .table2 .table-td {
    font-size: 14px;
    text-transform: none;
    font-family: 'UniNeue-Heavy', sans-serif;
    font-weight: bold;
  }
}
@media (min-width: 1320px) {
  .block__signatute.order .table2 .table-td {
    text-transform: none;
    font-family: 'UniNeue-Heavy', sans-serif;
    font-weight: bold;
  }
}
@media (min-width: 1025px) {
  .block__signatute.order .table2 .table-td .radio_group .label_radio .label_text_big {
    font-size: 18px;
  }
}
@media (min-width: 1281px) {
  .block__signatute.order .table2 .table-td .radio_group .label_radio .label_text_big {
    font-size: 18px;
    line-height: 20px;
  }
}
@media (min-width: 1025px) {
  .block__signatute.order .radio_group .label_radio .label_text_big {
    font-size: 18px;
  }
}
@media (min-width: 1281px) {
  .block__signatute.order .radio_group .label_radio .label_text_big {
    font-size: 24px;
  }
}
@media (min-width: 480px) {
  .block__signatute .radio_group {
    width: 50%;
    float: left;
  }
}
@media (min-width: 640px) {
  .block__signatute .radio_group {
    width: 100%;
  }
  .block__signatute .table .table-td {
    height: 119px;
  }
}
@media (min-width: 1281px) {
  .block__signatute .table .table-td {
    height: 80px;
  }
}
.block__signatute__col {
  padding-right: 2.6vw;
}
.block_signature_price {
  font-size: 36px;
}
@media (min-width: 1025px) {
  .block_signature_price {
    font-size: 24px;
  }
}
@media (min-width: 1281px) {
  .block_signature_price {
    font-size: 36px;
  }
}
.block_signature_price .block_signature_price_sm {
  font-size: 24px;
}
.table2 .block_signature_price {
  font-size: 24px;
}
.block__signature_btn {
  margin-right: 20px;
  margin-bottom: 20px;
  float: left;
}
@media (min-width: 1025px) {
  .block__signature_btn {
    margin-bottom: 0;
  }
}
.block__signature_btn:last-child {
  margin-right: 0;
}
.block__signature {
  overflow: hidden;
  position: relative;
  color: #b9cadd;
  background-color: #333;
}
.block__signature .wrap {
  position: relative;
  overflow: hidden;
}
.block__signature__col {
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 25px;
}
@media (min-width: 720px) {
  .block__signature__col {
    margin-bottom: 0;
  }
  .block__signature__col:first-child {
    padding-right: 5.73vw;
  }
  .block__signature__col:not(:first-child) {
    padding-left: 5.73vw;
  }
  .block__signature__col .before {
    content: '';
    left: 50%;
    position: absolute;
    bottom: 0;
    height: 100%;
    margin: auto;
    border-right: 1px dotted #86abcf;
    top: 0;
  }
}
.block__signature__link {
  color: #b9cadd;
  display: block;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 600;
  padding: 0.78vw 0vw;
  -webkit-transition: color 0.3s ease-out;
  -o-transition: color 0.3s ease-out;
  transition: color 0.3s ease-out;
}
.block__signature__link:hover,
.block__signature__link:focus,
.block__signature__link.active {
  color: #fff;
}
.block__service__link {
  display: block;
  padding: 13px 0;
  border-bottom: 1px solid #c1d3e5;
  color: #5B799D;
  font-size: 15px;
  overflow: hidden;
}
@media (min-width: 480px) {
  .block__service__link {
    padding-right: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
@media (min-width: 720px) {
  .block__service__link {
    max-width: 84%;
    height: 65px;
  }
}
@media (min-width: 1025px) {
  .block__service__link {
    height: auto;
  }
}
.block__service__link:hover,
.block__service__link:focus,
.block__service__link.active {
  color: #336ea9;
  cursor: pointer;
}
.block__service__link:hover .block__service_txt,
.block__service__link:focus .block__service_txt,
.block__service__link.active .block__service_txt {
  text-decoration: underline;
}
.block__service__link .icon {
  display: block;
  text-align: center;
  margin-bottom: 10px;
}
@media (min-width: 480px) {
  .block__service__link .icon {
    padding-left: 10px;
    float: left;
    padding-right: 2.45vw;
    width: 50px;
    margin-bottom: 0;
    text-align: left;
  }
}
@media (min-width: 1025px) {
  .block__service__link .icon {
    padding-right: 17px;
  }
}
.block__service__link .block__service_txt {
  text-align: center;
  display: block;
  color: #333;
}
@media (min-width: 480px) {
  .block__service__link .block__service_txt {
    text-align: left;
    display: inline-block;
  }
}
@media (max-width: 1024px) {
  .mobile-login {
    padding: 0 25px 25px;
  }
}
@media (max-width: 719px) {
  .btn-download {
    text-align: center;
  }
}
.__wrap {
  overflow: hidden;
}
.__wrap.mb {
  margin-bottom: 2.6vw;
}
.__wrap.mt {
  margin-top: 25px;
}
.__wrap.mt._wrapMT0 {
  margin-top: 0;
}
.b-lazy.b-fade {
  -webkit-transition: opacity 400ms ease-in-out;
  -o-transition: opacity 400ms ease-in-out;
  transition: opacity 400ms ease-in-out;
  width: 100%;
  opacity: 0;
}
.b-lazy.b-loaded {
  opacity: 1;
}
@media (min-width: 1025px) {
  .animate,
  .animateInView,
  .el_1,
  .el_2,
  .el_3,
  .el_4,
  .block__signatute .overlay,
  .animate__el {
    opacity: 0;
  }
}
.parallax__box {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.block__contact {
  position: relative;
  overflow: hidden;
}
.block__signatute .tmc-list {
  font-weight: 300;
  letter-spacing: 0.5px;
  color: #fff;
  font-size: 14px;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.block__signatute .tmc-list li {
  position: relative;
  margin-bottom: 16px;
  line-height: 1.3;
  margin-bottom: 11px;
}
.block__signatute .tmc-list li strong {
  font-weight: 600;
  display: block;
}
@media (min-width: 1025px) {
  .block__signatute .wrap.fit {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.block__signatute .block__signature__col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.block__signatute .block__signature__col .__wrap {
  width: 100%;
}
.block__signatute .block__signature__col .__wrap.__wrap2 {
  line-height: 1;
}
.block__signatute .block__signature__col .__wrap.__wrap3 {
  line-height: 1;
}
.block__signatute .block__signature__col .__wrap.__wrap3 .el_1.mb {
  padding-bottom: 10px;
}
.block__signatute .block__signature__col .__wrap.__wrap3 .mb2_0 {
  margin-bottom: 20px;
}
@media (min-width: 1025px) {
  .block__signatute .block__signature__col .__wrap.__wrap3 .mb2_0 {
    margin-bottom: 30px;
  }
}
.block__signatute .block__signature__col .__wrap:last-child {
  -ms-flex-item-align: end;
      align-self: flex-end;
}
.block__signatute .btn-download {
  margin-bottom: 20px;
  line-height: 0;
}
@media (min-width: 1025px) {
  .block__signatute .btn-download {
    margin-bottom: 0;
  }
}
.app-store {
  width: 105px;
  height: 32px;
  background: url("../images/icons/appstore.png") no-repeat center;
  background-size: contain;
  margin-right: 33px;
  -webkit-transition: background 0.4s ease;
  -o-transition: background 0.4s ease;
  transition: background 0.4s ease;
}
@media (max-width: 1024px) {
  .app-store {
    margin-bottom: 20px;
    margin-right: 20;
  }
}
.app-store:hover {
  background: url("../images/icons/appstore_hover.png") no-repeat center;
}
.google-play {
  width: 115px;
  height: 28px;
  background: url("../images/icons/google_play.png") no-repeat center;
  background-size: contain;
  -webkit-transition: background 0.4s ease;
  -o-transition: background 0.4s ease;
  transition: background 0.4s ease;
}
@media (max-width: 1024px) {
  .google-play {
    margin-bottom: 20px;
  }
}
.google-play:hover {
  background: url("../images/icons/google_play_hover.png") no-repeat center;
}
.download-msg {
  font-family: 'Gilam-Light', sans-serif !important;
  font-size: 14px!important;
  text-transform: none!important;
  margin-bottom: 35px!important;
}
.slide-right p {
  -webkit-animation: 10s slide-right;
          animation: 10s slide-right;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  margin: 0;
}
.slide-left p {
  -webkit-animation: 10s slide-left;
          animation: 10s slide-left;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  margin: 0;
}
@-webkit-keyframes slide-right {
  from {
    margin-left: 100%;
    width: 300%;
  }
  to {
    margin-left: 0%;
    width: 100%;
  }
}
@keyframes slide-right {
  from {
    margin-left: 100%;
    width: 300%;
  }
  to {
    margin-left: 0%;
    width: 100%;
  }
}
@-webkit-keyframes slide-left {
  from {
    margin-left: 0%;
    width: 100%;
  }
  to {
    margin-left: -100%;
    width: 300%;
  }
}
@keyframes slide-left {
  from {
    margin-left: 0%;
    width: 100%;
  }
  to {
    margin-left: -100%;
    width: 300%;
  }
}
.msg_txt {
  position: relative;
  overflow: hidden;
}
.msg_txt div {
  white-space: nowrap;
  display: inline-block;
}
.msg_txt div p {
  display: inline-block;
}
.msg_txt:after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 0px;
  -webkit-box-shadow: 1px 1px 31px 37px #c5b372;
          box-shadow: 1px 1px 31px 37px #c5b372;
  z-index: 1;
}
@media (max-width: 719px) {
  .msg_txt:after {
    -webkit-box-shadow: 1px 1px 15px 12px #c5b372;
            box-shadow: 1px 1px 15px 12px #c5b372;
  }
}
.msg_txt:before {
  content: '';
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 0px;
  -webkit-box-shadow: 1px 1px 31px 37px #c5b372;
          box-shadow: 1px 1px 31px 37px #c5b372;
  z-index: 1;
}
.infinite-text {
  position: relative;
}
.infinite-text .cloned {
  position: absolute;
  left: 0;
  margin: 0!important;
  height: 25px;
  line-height: 25px;
  top: -1px;
}
@media (max-width: 719px) {
  .infinite-text .cloned {
    top: -4px;
  }
}
.infinite-text .not-cloned {
  margin: 0!important;
  height: 25px!important;
  line-height: 25px!important;
}
@media (max-width: 719px) {
  a.block__signature.roundBtn.transparent.small {
    margin-bottom: 20px;
  }
}
@media (max-width: 719px) {
  .button-box.el_4.button-box2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
  }
}
@media (max-width: 719px) {
  .block__signature__col:last-child {
    margin-bottom: 0!important;
  }
}
@media (max-width: 719px) {
  .button-box.el_4.button-box2.order-btn-box {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.home-services-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}
@media (min-width: 720px) {
  .home-services-section {
    margin: 0 -20px;
  }
}
@media (min-width: 1025px) {
  .home-services-section {
    margin: 0 -40px;
  }
}
.home-services-section .home-service-col {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
}
@media (min-width: 720px) {
  .home-services-section .home-service-col {
    height: auto;
    width: calc(50% - 40px);
    margin: 0 20px;
  }
}
@media (min-width: 1025px) {
  .home-services-section .home-service-col {
    width: calc(50% - 80px);
    margin: 0 40px;
  }
}
.recaptcha-holder {
  margin-top: 20px;
  display: inline-block;
}
@media (max-width: 1024px) {
  .recaptcha-holder {
    margin-bottom: 20px;
    margin-top: 10px;
  }
}
.col__contactForm .recaptcha-holder {
  margin-bottom: 20px;
}
.g-recaptcha.error {
  border-top: 5px solid rgba(121, 151, 181, 0.33);
  border-bottom: 5px solid rgba(121, 151, 181, 0.33);
}
.about__section {
  color: #333;
  position: relative;
  display: block;
  margin-bottom: 3.65vw;
}
.about__section p {
  font-size: 14px;
  font-weight: 300;
}
.about__section:hover {
  cursor: pointer;
}
.about__section:hover img {
  -webkit-transform: perspective(1000px) translateZ(85px);
          transform: perspective(1000px) translateZ(85px);
}
.about__section:hover .title__white {
  -webkit-transform: perspective(1000px) translateY(-10px);
          transform: perspective(1000px) translateY(-10px);
}
.about__sectiona {
  color: #000;
}
.about__section__title {
  margin-bottom: 1.82vw;
  height: 164px;
  position: relative;
  overflow: hidden;
}
.about__section__title img {
  position: absolute;
  top: 0;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  z-index: 1;
  -webkit-transition: -webkit-transform 1s;
  transition: -webkit-transform 1s;
  -o-transition: transform 1s;
  transition: transform 1s;
  transition: transform 1s, -webkit-transform 1s;
  -webkit-transform: perspective(1000px) translateZ(0px);
          transform: perspective(1000px) translateZ(0px);
  pointer-events: none;
}
.about__section__title .title__white {
  position: relative;
  z-index: 2;
  padding: 51px 30px;
  text-transform: uppercase;
  -webkit-transition: -webkit-transform 1s;
  transition: -webkit-transform 1s;
  -o-transition: transform 1s;
  transition: transform 1s;
  transition: transform 1s, -webkit-transform 1s;
  -webkit-transform: perspective(1000px) translateZ(0px);
          transform: perspective(1000px) translateZ(0px);
  pointer-events: none;
  -webkit-transition-timing-function: ease-in-out;
       -o-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
}
.guide__section p {
  max-width: 695px;
  margin: auto;
  margin-top: 2.6vw;
  margin-bottom: 2.08vw;
}
.popup__services {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 9999;
  margin: auto;
  height: 100%;
  width: 100%;
  overflow: hidden;
}
.popup__services:before {
  content: '';
  background: rgba(41, 79, 125, 0.44);
  width: 100%;
  height: 100%;
  position: fixed;
}
.popup__services .page__article {
  width: 100%;
  float: none;
  padding: 0;
  padding: 7.29vw;
  vertical-align: middle;
  display: table-cell;
}
.popup__services.tabs__box .tab {
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}
body.open__popup {
  overflow: hidden;
  min-height: 100vh;
}
.popup__services__box {
  position: absolute;
  top: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
@media (min-width: 1025px) {
  .popup__services__box {
    max-width: 80%;
    top: -22px;
    margin-top: 52px;
  }
}
@media (min-width: 1281px) {
  .popup__services__box {
    max-width: 75%;
  }
}
.popup__service_nav {
  background: #7998b5;
  width: 60px;
  height: 100vh;
  padding: 25px 0;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  position: relative;
  vertical-align: middle;
}
@media (min-width: 720px) {
  .popup__service_nav {
    width: 80px;
  }
}
@media (min-width: 1025px) {
  .popup__service_nav {
    width: 145px;
    height: 800px;
    padding-top: 10px;
    margin-top: 0;
  }
}
@media (min-width: 1355px) {
  .popup__service_nav {
    margin-top: 20px;
    height: 805px;
    padding-top: 25px;
    max-height: 90%;
  }
}
@media (min-width: 1661px) {
  .popup__service_nav {
    margin-top: 140px;
    display: table;
    height: 800px;
    margin-top: 40px;
    max-height: 72%;
  }
  .popup__service_nav .inner__nav {
    vertical-align: middle;
    display: table-cell;
  }
}
.popup__service_nav .popup__service__icon {
  display: block;
  margin: auto;
  padding-bottom: 10px;
  padding-top: 10px;
  margin-bottom: 2px;
  text-align: center;
  position: relative;
  cursor: pointer;
  -webkit-transition: background 0.3s ease-in-out;
  -o-transition: background 0.3s ease-in-out;
  transition: background 0.3s ease-in-out;
}
@media (min-width: 1025px) {
  .popup__service_nav .popup__service__icon {
    margin-bottom: 0;
  }
}
.popup__service_nav .popup__service__icon img {
  width: 25px;
}
@media (min-width: 1025px) {
  .popup__service_nav .popup__service__icon img {
    width: auto;
  }
}
@media (min-width: 1281px) {
  .popup__service_nav .popup__service__icon {
    padding-bottom: 10px;
    padding-top: 10px;
  }
}
@media (min-width: 1441px) {
  .popup__service_nav .popup__service__icon {
    padding-bottom: 10px;
    padding-top: 10px;
  }
}
@media (min-width: 1661px) {
  .popup__service_nav .popup__service__icon {
    padding-bottom: 10px;
    padding-top: 10px;
  }
}
.popup__service_nav .popup__service__icon.active {
  background: #45617c;
}
.popup__service_nav .popup__service__icon.active:before {
  opacity: 1;
}
.popup__service_nav .popup__service__icon:not(.active):hover {
  background: #87a6c3;
  -webkit-transition: background 0.3s ease-in-out;
  -o-transition: background 0.3s ease-in-out;
  transition: background 0.3s ease-in-out;
}
.popup__service_nav .popup__service__icon:before {
  opacity: 0;
  content: '';
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent #fff transparent transparent;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  border-width: 5px 9px 5px 0;
  -webkit-transform: opacity 0.5s;
      -ms-transform: opacity 0.5s;
          transform: opacity 0.5s;
}
@media (min-width: 720px) {
  .popup__service_nav .popup__service__icon:before {
    border-width: 10px 18px 10px 0;
  }
}
.popup__service__info {
  background: #fff;
  width: calc( 100% - 60px );
  min-height: 100vh;
  height: 100%;
  float: right;
  overflow: auto;
  display: block;
  position: relative;
}
@media (min-width: 720px) {
  .popup__service__info {
    width: calc( 100% - 80px );
  }
}
@media (min-width: 1025px) {
  .popup__service__info {
    width: calc( 100% - 145px );
    min-height: 600px;
  }
}
@media (min-width: 1355px) {
  .popup__service__info {
    min-height: 698px;
  }
}
@media (min-width: 1661px) {
  .popup__service__info {
    height: 706px;
    max-height: 46vw;
  }
}
@media (min-width: 1850px) {
  .popup__service__info {
    height: 800px;
  }
}
@media (min-width: 2000px) {
  .popup__service__info {
    height: 900px;
  }
}
.services-container input {
  background-color: rgba(51, 110, 169, 0.12);
  border: none;
  padding: 10px;
  margin-right: 15px;
  border-bottom: 1px solid #336ea9;
  width: 60%;
}
@media (min-width: 640px) {
  .services-container input {
    width: auto;
  }
}
.services-container button[type=submit] {
  color: #336ea9;
}
.services-container input[type=file] {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}
.services-container .file-upload {
  font-size: 14px;
  padding: 0 28px;
  line-height: 28px;
  display: inline-block;
  border-radius: 0 15px 0 15px;
  -webkit-transition: 0.6s all ease-in-out;
  -o-transition: 0.6s all ease-in-out;
  transition: 0.6s all ease-in-out;
  margin-right: 15px;
  color: #fff;
  border: 1px solid #28507e;
  background: #28507e;
}
@media (min-width: 1367px) {
  .services-container .file-upload {
    font-size: 16px;
    padding: 0 38px;
    line-height: 38px;
  }
}
.services-container .file-upload:hover {
  cursor: pointer;
  color: #28507e;
  background: #fff;
  border-color: #28507e;
}
.services-container input[type=file]:focus + label,
.services-container input[type=file] + label:hover {
  background-color: red;
}
.services-container form {
  margin: 50px 0;
}
.closePopUpService {
  display: block;
  text-align: center;
  margin: auto;
}
.popup__services__box .closePopUpService {
  background: #7998b5;
  padding: 10px;
  right: 0px;
  z-index: 10;
  position: absolute;
  -webkit-transition: background 0.3s ease-in-out;
  -o-transition: background 0.3s ease-in-out;
  transition: background 0.3s ease-in-out;
}
@media (min-width: 1025px) {
  .popup__services__box .closePopUpService {
    right: -54px;
    position: absolute;
  }
}
.popup__services__box .closePopUpService:hover {
  background: #6990b5;
  -webkit-transition: background 0.3s ease-in-out;
  -o-transition: background 0.3s ease-in-out;
  transition: background 0.3s ease-in-out;
}
.closeButton__box {
  width: 34px;
  height: 34px;
  display: block;
  border: 2px solid rgba(255, 255, 255, 0.7);
  border-radius: 50%;
  padding: 7px;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}
.closeButton__line {
  height: 2px;
  background: rgba(255, 255, 255, 0.7);
  width: 16px;
  display: inline-block;
  position: absolute;
  top: 14px;
  left: 7px;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}
.closeButton__box .closeButton__line.right {
  -webkit-transform: rotate(-180deg);
      -ms-transform: rotate(-180deg);
          transform: rotate(-180deg);
  top: 10px;
}
.closeButton__box .closeButton__line.left {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
  top: 18px;
}
.closeButton__box.active .closeButton__line.right {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 14px;
}
.closeButton__box.active .closeButton__line.left {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  top: 14px;
}
.popup__service__icon:after {
  content: attr(data-tooltip);
  opacity: 0;
  position: absolute;
  background: #092238;
  color: white;
  font-size: 12px;
  padding: 5px 10px;
  margin-left: 10px;
  margin-top: -20px;
  z-index: 20;
  -webkit-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
  display: none;
  width: 100%;
}
@media (min-width: 1025px) {
  .popup__service__icon:after {
    display: inline-block;
  }
}
.popup__service__icon:hover:after {
  opacity: 1;
  -webkit-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
.recaptcha-error-msg {
  font-size: 14px;
  line-height: 1.3;
  font-family: 'Gilam-Light', sans-serif;
  color: red;
  padding-top: 4px;
  float: left;
  width: 100%;
}
.page__article .list__border {
  margin: 0;
  padding: 0;
  margin-bottom: 23px;
}
.page__article .list__border li {
  list-style-type: none;
}
.page__article .list__border.pdf li:before {
  background: none;
  content: url(../images/icons/pdf-icon.svg);
  display: inline-block;
  width: 35px;
  height: 46px;
  padding-right: 18px;
  float: left;
  position: absolute;
  left: 0;
  top: 28px;
  -webkit-box-shadow: 0 0 0 0 transparent;
          box-shadow: 0 0 0 0 transparent;
  border: none;
}
@media (min-width: 720px) {
  .page__article .list__border.pdf li:before {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
        transform: translateY(-50%);
  }
}
@media (min-width: 720px) {
  .page__article .list__border.pdf li .roundBtn_wrap {
    float: right;
  }
}
.page__article .list__border.pdf .txt {
  color: #333;
  text-decoration: none;
}
.page__article .list__border.pdf .txt:hover {
  color: #007336;
  text-decoration: none;
}
.page__article .list__border .txt {
  text-align: left;
  padding-left: 53px;
  min-height: 47px;
}
@media (min-width: 720px) {
  .page__article .list__border .txt {
    float: left;
    margin: 0;
    max-width: 59%;
  }
}
@media (min-width: 1025px) {
  .page__article .list__border .txt {
    max-width: 60%;
  }
}
.page__article .list__border .roundBtn {
  display: block;
  max-width: 200px;
  margin: auto;
}
.page__article .list__border li {
  border-bottom: 1px solid #e5e5e5;
  overflow: hidden;
  padding: 25px 0;
  text-align: center;
  width: 100%;
  position: relative;
}
@media (min-width: 720px) {
  .page__article .list__border li {
    display: table;
  }
}
@media (min-width: 1367px) {
  .page__article .list__border li {
    padding: 17px 0;
  }
}
.page__article a.pdf-link {
  color: #333;
  text-decoration: none;
}
.page__article a.pdf-link:hover,
.page__article a.pdf-link:focus {
  text-decoration: none;
  color: #5B799D;
}
.page__article a.roundBtn:hover,
.page__article a.roundBtn:focus {
  text-decoration: none;
}
.block__contacts__details .page__headquarters {
  overflow: hidden;
  margin-bottom: 1.56vw;
}
@media (min-width: 1025px) {
  .block__contacts__details .page__headquarters.border {
    border-bottom: 1px solid #e5e5e5;
  }
}
.block__contacts__details .page__headquarters .title__float {
  float: none;
  margin-bottom: 1.56vw;
}
@media (min-width: 1025px) {
  .block__contacts__details .page__headquarters .title__float {
    float: left;
    margin-bottom: 0;
    width: 100%;
  }
}
.block__contacts__details .page__headquarters .address {
  float: left;
}
@media (min-width: 1025px) {
  .block__contacts__details .page__headquarters {
    padding-bottom: 25px;
  }
}
.block__contacts__details .block__title {
  margin: 0;
  width: 70%;
  margin-bottom: 20px;
}
@media (max-width: 1440px) {
  .block__contacts__details .block__title {
    width: 60%;
  }
}
@media (min-width: 1281px) {
}
.block__contacts__details .address {
  display: block;
  font-size: 16px;
  margin-bottom: 15px;
  float: left;
  width: 100%;
}
.block__contacts__details .address .txt {
  font-size: 16px;
  margin: 0;
  line-height: 20px;
  padding-right: 2.34vw;
}
.block__contacts__details .address .link {
  color: #465e75;
  text-decoration: underline;
}
.block__contacts__details .address .link.color__violet {
  text-decoration: none;
}
@media (min-width: 1025px) {
  .block__contacts__details .address.border {
    border-top: 1px solid #e5e5e5;
    padding-top: 6px;
    padding-bottom: 8px;
  }
}
@media (min-width: 480px) {
  .block__contacts__details .address {
    width: 50%;
    min-height: 80px;
  }
}
@media (min-width: 640px) {
  .block__contacts__details .address {
    width: 70%;
    padding-right: 2%;
    min-height: 0;
  }
}
@media (min-width: 1025px) {
  .block__contacts__details .address {
    margin-bottom: 0;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 70%;
    padding: 0;
  }
}
@media (min-width: 1281px) {
  .block__contacts__details .address {
    width: 70%;
    padding: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
@media (max-width: 1440px) {
  .block__contacts__details .address {
    width: 85%;
  }
}
.block__contacts__details .page__offices {
  overflow: hidden;
}
.block__contacts__details .page__offices .block__title {
  margin-bottom: 16px;
}
@media (min-width: 1025px) {
  .block__contacts__details .page__offices .col-d-3 {
    width: 100%;
  }
}
@media (min-width: 1281px) {
  .block__contacts__details .page__offices .col-d-3 {
    width: 24.99999%;
  }
}
@media (min-width: 1441px) {
  .block__contacts__details .page__offices .col-d-3 {
    width: 28.99999%;
  }
}
@media (min-width: 1025px) {
  .block__contacts__details .page__offices .address {
    width: 23%;
    padding-right: 2%;
  }
}
@media (min-width: 1281px) {
  .block__contacts__details .page__offices .address {
    width: 18vw;
    padding-right: 0;
    float: none;
  }
}
.block__contacts__details .link {
  color: #465e75;
}
@media (min-width: 720px) {
  .block__contacts__details .col-t-12 {
    width: 100%;
  }
}
@media (min-width: 1025px) {
  .block__contacts__details .col-d-3 {
    width: 24.99999%;
  }
}
@media (min-width: 1025px) {
  .block__contacts__details .col-d-9 {
    width: 75.00001%;
  }
}
.block__contacts__details #cities {
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  background: transparent;
  background-image: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  padding: 0;
  width: 100%;
  line-height: 45px;
  height: 45px;
}
.block__contacts__details #cities:focus {
  outline: none;
}
.block__contacts__details select::-ms-expand {
  display: none;
}
.block__contacts__details #cities-box {
  border: 1px solid #9d9e9e;
  font-size: 16px;
  padding: 0 21px;
  border-radius: 60px;
  width: 172px;
  margin-bottom: 35px;
  background: #fff url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAAHAQMAAADkoCUeAAAABlBMVEVHcExGXnXvaoBKAAAAAXRSTlMAQObYZgAAABxJREFUCNdj+P+AAYjqDzDYNzDIMzDwMTCwMAAAXT0F7sZPQy0AAAAASUVORK5CYII=) center right no-repeat;
  background-position-x: 92%;
  background-position-y: 55%;
}
@media (min-width: 640px) {
  .block__contacts__details .btn__contact {
    margin-top: 4.17vw;
    margin-bottom: 20px;
  }
}
.col-d-3 .address {
  margin-bottom: 20px;
}
#map-cities {
  display: none;
  position: relative;
}
@media (min-width: 1281px) {
  #map-cities {
    display: block;
    width: 865px;
  }
}
svg#Layer_1 {
  width: 865px;
}
.city-point {
  position: absolute;
  color: #fff;
  font-size: 16px;
  cursor: pointer;
  -webkit-transition: color 0.5s;
  -o-transition: color 0.5s;
  transition: color 0.5s;
}
.city-point:before {
  content: '';
  width: 9px;
  height: 9px;
  background: #fff;
  border-radius: 50%;
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  left: -25px;
  top: 4px;
  -webkit-transition: background 0.5s linear, -webkit-transform 0.5s;
  transition: background 0.5s linear, -webkit-transform 0.5s;
  -o-transition: background 0.5s linear, transform 0.5s;
  transition: background 0.5s linear, transform 0.5s;
  transition: background 0.5s linear, transform 0.5s, -webkit-transform 0.5s;
}
.city-point:after {
  -webkit-transition: color 0.3s linear, background 0.5s linear, -webkit-transform 0.5s;
  transition: color 0.3s linear, background 0.5s linear, -webkit-transform 0.5s;
  -o-transition: color 0.3s linear, background 0.5s linear, transform 0.5s;
  transition: color 0.3s linear, background 0.5s linear, transform 0.5s;
  transition: color 0.3s linear, background 0.5s linear, transform 0.5s, -webkit-transform 0.5s;
  background: #fff;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  display: inline-block;
  position: absolute;
}
.city-point.active,
.city-point:hover {
  color: #324c66;
}
.city-point.active:before,
.city-point:hover:before {
  -webkit-transform: scale(2);
      -ms-transform: scale(2);
          transform: scale(2);
  background: #324c66;
}
.city-point.active:after,
.city-point:hover:after {
  -webkit-transform: scale(2);
      -ms-transform: scale(2);
          transform: scale(2);
  background: #324c66;
}
#city-8 {
  top: 426px;
  left: 133px;
}
#city-9 {
  top: 334px;
  right: 187px;
}
#city-9:before {
  display: none;
}
#city-9:after {
  content: '';
  left: 66px;
  top: 7px;
}
#city-32 {
  top: 194px;
  right: 126px;
}
#city-32:before {
  display: none;
}
#city-32:after {
  content: '';
  left: 66px;
  top: 7px;
}
#city-31 {
  top: 239px;
  right: 272px;
}
#city-33 {
  top: 88px;
  left: 34px;
  text-align: center;
}
#city-33:before {
  display: block;
  top: -18px;
  left: 26px;
}
#city-34 {
  top: 212px;
  left: 184px;
  text-align: center;
}
#city-11 {
  top: 265px;
  left: 402px;
  text-align: center;
}
#city-10 {
  top: 128px;
  right: 149px;
  text-align: center;
}
#city-10:before {
  display: none;
}
#city-10:after {
  content: '';
  left: 66px;
  top: 7px;
}
#city-14 {
  bottom: 56px;
  right: 349px;
}
#city-15 {
  top: 368px;
  left: 66px;
}
#city-16 {
  top: 223px;
  right: 470px;
}
#city-17 {
  top: 176px;
  left: 139px;
}
#city-18 {
  top: 375px;
  left: 170px;
}
#city-18:before {
  display: none;
}
#city-18:after {
  content: '';
  left: 96px;
  top: 6px;
}
#city-20 {
  top: 188px;
  left: 330px;
}
#city-19 {
  top: 318px;
  left: 114px;
}
#city-21 {
  bottom: 150px;
  left: 353px;
}
#city-22 {
  top: 146px;
  right: 239px;
}
#city-23 {
  top: 93px;
  right: 318px;
}
#city-25 {
  top: 44px;
  right: 191px;
}
#city-25:before {
  display: block;
  top: -14px;
  left: 63px;
}
#city-26 {
  top: 321px;
  right: 282px;
}
#city-27 {
  bottom: 74px;
  left: 271px;
}
#city-27:before {
  display: none;
}
#city-27:after {
  content: '';
  left: 53px;
  top: 26px;
}
#city-28 {
  top: 288px;
  left: 162px;
}
#city-29 {
  top: 347px;
  left: 435px;
  width: 99px;
  padding-left: 18px;
}
#city-29:before {
  left: -6px;
  top: 6px;
}
#city-30 {
  top: 187px;
  right: 305px;
}
#city-30:before {
  display: none;
}
#city-30:after {
  content: '';
  left: 96px;
  top: 7px;
}
#city-12 {
  bottom: 117px;
  left: 459px;
}
#city-24 {
  top: 220px;
  right: 192px;
}
#city-24:before {
  display: block;
  margin-bottom: 6px;
  left: 2px;
  top: -29px;
}
#city-13 {
  bottom: 196px;
  right: 230px;
}
#city-37 {
  bottom: 66px;
  left: 134px;
}
#city-37:before {
  display: block;
  left: 61px;
  top: 22px;
}
#city-38 {
  top: 288px;
  left: 294px;
}
#city-39 {
  bottom: 46px;
  left: 91px;
}
#city-39:before {
  top: 21px;
  left: 10px;
}
.address__button {
  float: left;
  width: 100%;
  margin-bottom: 5px;
}
.block__contactForm {
  background: #465e75;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (min-width: 1025px) {
  .block__contactForm {
    position: relative;
  }
}
.block__contactForm .col-t-100 {
  width: 100%;
}
@media (min-width: 1025px) {
  .block__contactForm .col-d-50 {
    width: 50%;
  }
}
.col__contactForm {
  float: right;
  padding: 4.17vw 5.73vw 7.29vw;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-repeat: no-repeat;
  background-position: 100% 100%;
}
.contactForm__box {
  width: 100%;
  max-width: 400px;
}
@media (min-width: 1025px) {
  .contactForm__box {
    width: 60%;
  }
}
@media (min-width: 1281px) {
  .contactForm__box {
    width: 50%;
  }
}
.block__contactForm .col-d-50 {
  overflow: hidden;
}
@media (min-width: 1025px) {
  .block__contactForm .col-d-50 {
    width: 50%;
    float: right;
    -webkit-transform: translateX(100%);
        -ms-transform: translateX(100%);
            transform: translateX(100%);
  }
}
.col__contactForm__bckg {
  height: 300px;
}
@media (min-width: 1025px) {
  .col__contactForm__bckg {
    height: 100%;
    display: block;
    float: none;
    position: absolute;
    left: -50%;
    top: 0;
    bottom: 0;
    -webkit-transform: translateX(100%);
        -ms-transform: translateX(100%);
            transform: translateX(100%);
  }
}
.g-recaptcha {
  -webkit-transform: scale(0.8);
      -ms-transform: scale(0.8);
          transform: scale(0.8);
  margin-left: -30px;
  float: left;
  width: 100%;
}
@media (min-width: 480px) {
  .g-recaptcha {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    margin-left: 0;
  }
}
.address__box {
  overflow: hidden;
}
.address__button {
  margin-bottom: 20px;
}
@media (min-width: 1025px) {
  .block_contact_col_1 .text p {
    margin-bottom: 40px;
  }
}
@media (min-width: 1280px) {
}
@media (min-width: 1025px) {
  .block_contact_col_1:last-child .text p {
    margin-bottom: 0;
  }
}
@media (min-width: 1025px) {
  .block_contact_col_2 #atmButton {
    bottom: 129px;
  }
}
@media (min-width: 1281px) {
  .block_contact_col_2 #atmButton {
    bottom: 126px;
  }
}
@media (min-width: 1367px) {
  .block_contact_col_2 #atmButton {
    bottom: 130px;
  }
}
@media (min-width: 1025px) {
  .block_contact_col_3 #formSubmit {
    margin-top: 0px;
  }
}
@media (min-width: 1367px) {
  .block_contact_col_3 #formSubmit {
    margin-top: 0x;
  }
}
@media (max-width: 1024px) {
  #formSubmit {
    margin-bottom: 15px;
  }
}
.num-holder {
  font-size: 24px;
  font-weight: bold;
  color: #fff;
}
.num-holder:after {
  top: 28px!important;
}
@media (max-width: 1024px) {
  p.contact-info {
    margin: 0 0 25px;
  }
}
.block__contact__box .link {
  font-weight: bold;
}
.txt-num-hold {
  display: inline-block;
  padding-left: 120px;
  max-width: 205px;
}
.contacts-tel {
  display: block;
  font-size: 21px;
  font-weight: bold;
}
.txt-tel-contacts {
  font-size: 16px;
  color: #333;
  display: block;
}
.block__contact.block__padding .block__contact__box .link {
  display: table-cell;
}
.block__contact.block__padding .block__contact__box strong {
  display: table-cell;
}
.grecaptcha-badge {
  bottom: 140px!important;
  z-index: 4;
  opacity: 0;
}
.grecaptcha-badge.show {
  opacity: 1;
}
.roundBtn_wrap.prel.flex {
  margin-top: 25px;
}
.block__search a {
  color: #5d646c;
  text-decoration: underline;
  overflow-wrap: break-word;
  word-wrap: break-word;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}
.block__search a:hover {
  text-decoration: none;
}
.block__search h4 {
  margin-bottom: 20px;
}
.block__search .searched-results {
  padding-bottom: 25px;
}
@media (min-width: 720px) {
  .block__search .searched-results {
    padding-bottom: 2.24vw;
  }
}
.block__search .searched-text {
  font-size: 13px;
  margin-top: 39px;
}
.block__search .searched-exp {
  color: #5B799D;
}
.block__search .search-box {
  max-width: 1030px;
  margin-top: 3px;
}
.block__search #search {
  display: block;
  margin-bottom: 3.39vw;
  position: relative;
}
.block__search #search:before {
  content: url("../images/icons/search.svg");
  display: inline-block;
  width: 19px;
  height: 20px;
  position: absolute;
  right: 18px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
}
@media (min-width: 1025px) {
  .block__search #search {
    width: 55%;
  }
}
.block__search .search {
  height: 50px;
  line-height: 50px;
  padding: 0 40px 0 28px;
  width: 100%;
  border: 1px solid #5B799D;
  color: #5B799D;
  /* FF 4-18 */
  /* FF 19+ */
  /* IE 10+ */
}
.block__search .search::-webkit-input-placeholder {
  color: #5B799D;
  opacity: 1;
  -webkit-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.block__search .search:-moz-placeholder {
  color: #5B799D;
  opacity: 1;
  -webkit-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.block__search .search:-ms-input-placeholder {
  color: #5B799D;
  opacity: 1;
  -webkit-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.block__search .search:focus::-webkit-input-placeholder {
  opacity: 0;
}
.block__search .search:focus:-moz-placeholder {
  opacity: 0;
}
.block__search .search:focus::-moz-placeholder {
  opacity: 0;
}
.block__search .search:focus:-ms-input-placeholder {
  opacity: 0;
}
#liveChat {
  background: #939598;
  font-family: 'Gilam-Light', sans-serif;
  color: #fff;
  text-transform: uppercase;
  font-size: 15px;
  display: inline-block;
  line-height: 36px;
  position: fixed;
  top: 0;
  height: 160px;
  right: 0;
  bottom: 0;
  margin: auto;
  text-align: center;
  z-index: 9000;
  -webkit-transform: translateX(60px);
      -ms-transform: translateX(60px);
          transform: translateX(60px);
}
@media (min-width: 1025px) {
  #liveChat {
    font-size: 18px;
    height: 200px;
  }
}
#liveChat strong {
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
  font-weight: bold;
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 160px;
}
@media (min-width: 1025px) {
  #liveChat strong {
    width: 200px;
  }
}
#liveChat img {
  display: inline-block;
  vertical-align: middle;
  padding-right: 20px;
  padding-right: 10px;
  width: 30px;
}
@media (min-width: 1025px) {
  #liveChat img {
    padding-right: 20px;
    width: auto;
  }
}
.live_chat__box {
  position: relative;
  display: block;
  width: 35px;
  height: 160px;
  line-height: 35px;
}
@media (min-width: 1025px) {
  .live_chat__box {
    width: 48px;
    line-height: 48px;
    height: 200px;
  }
}
.block__text404 {
  min-height: 35.42vw;
}
.block__text404 a {
  color: #007336;
  -webkit-transition: color 0.3s linear;
  -o-transition: color 0.3s linear;
  transition: color 0.3s linear;
}
.block__text404 a:hover {
  text-decoration: none;
  color: #917314;
}
@media (min-width: 720px) {
  .text404__left {
    padding-right: 5%;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
@media (min-width: 1367px) {
  .text404__left {
    padding-right: 0;
  }
}