@charset "UTF-8";
@-webkit-keyframes modalOpen {
  from {
    -webkit-transform: translate(0, 40px);
            transform: translate(0, 40px);
    opacity: 0; }
  to {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    opacity: 1; } }
@keyframes modalOpen {
  from {
    -webkit-transform: translate(0, 40px);
            transform: translate(0, 40px);
    opacity: 0; }
  to {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    opacity: 1; } }

@-webkit-keyframes rotate {
  from {
    -webkit-transform: rotateZ(0deg);
            transform: rotateZ(0deg); }
  to {
    -webkit-transform: rotateZ(360deg);
            transform: rotateZ(360deg); } }

@keyframes rotate {
  from {
    -webkit-transform: rotateZ(0deg);
            transform: rotateZ(0deg); }
  to {
    -webkit-transform: rotateZ(360deg);
            transform: rotateZ(360deg); } }

@-webkit-keyframes modalClose {
  from {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    opacity: 1; }
  to {
    -webkit-transform: translate(0, 40px);
            transform: translate(0, 40px);
    opacity: 0; } }

@keyframes modalClose {
  from {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    opacity: 1; }
  to {
    -webkit-transform: translate(0, 40px);
            transform: translate(0, 40px);
    opacity: 0; } }

@-webkit-keyframes mobileMenuOpen {
  from {
    -webkit-transform: translate(40px, 0);
            transform: translate(40px, 0);
    opacity: 0; }
  to {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    opacity: 1; } }

@keyframes mobileMenuOpen {
  from {
    -webkit-transform: translate(40px, 0);
            transform: translate(40px, 0);
    opacity: 0; }
  to {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    opacity: 1; } }

@-webkit-keyframes mobileMenuClose {
  from {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    opacity: 1; }
  to {
    -webkit-transform: translate(40px, 0);
            transform: translate(40px, 0);
    opacity: 0; } }

@keyframes mobileMenuClose {
  from {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    opacity: 1; }
  to {
    -webkit-transform: translate(40px, 0);
            transform: translate(40px, 0);
    opacity: 0; } }

@-webkit-keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@-webkit-keyframes fadeOut {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

@keyframes fadeOut {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate(0, 60px);
            transform: translate(0, 60px); }
  to {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0); } }

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate(0, 60px);
            transform: translate(0, 60px); }
  to {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0); } }

@-webkit-keyframes fadeOutUp {
  from {
    opacity: 0;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate(0, 60px);
            transform: translate(0, 60px); } }

@keyframes fadeOutUp {
  from {
    opacity: 0;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate(0, 60px);
            transform: translate(0, 60px); } }

@-webkit-keyframes submenuShow {
  from {
    opacity: 0;
    -webkit-transform: translate(-60px, 0);
            transform: translate(-60px, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0); } }

@keyframes submenuShow {
  from {
    opacity: 0;
    -webkit-transform: translate(-60px, 0);
            transform: translate(-60px, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0); } }

@-webkit-keyframes submenuHide {
  from {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate(-60px, 0);
            transform: translate(-60px, 0); } }

@keyframes submenuHide {
  from {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate(-60px, 0);
            transform: translate(-60px, 0); } }

@-webkit-keyframes zoomShow {
  from {
    opacity: 0;
    -webkit-transform: scale(2);
            transform: scale(2); }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1); } }

@keyframes zoomShow {
  from {
    opacity: 0;
    -webkit-transform: scale(2);
            transform: scale(2); }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1); } }

@-webkit-keyframes zoomHide {
  from {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1); }
  to {
    opacity: 0;
    -webkit-transform: scale(2);
            transform: scale(2); } }

@keyframes zoomHide {
  from {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1); }
  to {
    opacity: 0;
    -webkit-transform: scale(2);
            transform: scale(2); } }

@-webkit-keyframes crossIn {
  from {
    opacity: 0; }
  50% {
    opacity: 0; }
  to {
    opacity: .7; } }

@keyframes crossIn {
  from {
    opacity: 0; }
  50% {
    opacity: 0; }
  to {
    opacity: .7; } }

.fadeIn {
  -webkit-animation: fadeIn 0.3s;
          animation: fadeIn 0.3s; }

.fadeOut {
  -webkit-animation: fadeOut 0.3s;
          animation: fadeOut 0.3s; }

.fadeInUp {
  -webkit-animation: fadeInUp 0.3s;
          animation: fadeInUp 0.3s; }

.fadeOutUp {
  -webkit-animation: fadeOutUp 0.3s;
          animation: fadeOutUp 0.3s; }

.crossIn {
  -webkit-animation: crossIn 0.3s;
          animation: crossIn 0.3s; }

.icon {
  background: transparent 50% 50%;
    background-size: contain;
    background-repeat: no-repeat;
  display: inline-block;
  vertical-align: baseline; }
  .icon-currency {
    background-image: url("../img/icons/icon-currency.svg"); }

.cellphone-inline-icon {
  background: url(../img/icons/cellphone-inline-icon.svg) 50% 50% no-repeat;
  background-size: contain;
  display: inline-block;
  margin: 0.7rem 0.5rem -0.1rem;
  height: 0.875rem;
  width: 0.875rem; }

@media (min-width: 1020px) {
  .service-introduction_dark .cellphone-inline-icon {
    background: url(../img/icons/cellphone-inline-icon-dark.svg) 50% 50% no-repeat;
    background-size: contain; } }

@font-face {
  font-family: 'ProximaNova';
  src: url("./../fonts/ProximaNova-Light.woff") format("woff2");
  font-weight: 100; }

@font-face {
  font-family: 'ProximaNova';
  src: url("./../fonts/ProximaNova-Regular.woff") format("woff2");
  font-weight: 400; }

@font-face {
  font-family: 'ProximaNova';
  src: url("./../fonts/ProximaNova-Semibold.woff") format("woff2");
  font-weight: 600; }

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

html {
  font-size: 16px; }
  @media (max-width: 1020px) {
    html {
      font-size: 14px; } }

body {
  color: black;
  font: 16px/1rem "ProximaNova", Arial, sans-serif;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -webkit-tap-highlight-color: transparent;
  overflow-x: hidden;
  overflow-y: scroll; }
  @media (max-width: 1023px) {
    body {
      padding-top: 73px; } }
  body.fixed {
    overflow: hidden; }
    body.fixed.client-ios {
      position: fixed;
      left: 0;
      right: 0;
      height: 100%;
      width: 100%; }

b, strong {
  font-weight: 600; }

li .submenu {
  background: #fff;
  position: absolute;
  padding: 10px;
  pointer-events: none;
  z-index: 1;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 300ms;
  transition: all 300ms;
  -webkit-transform: translateY(12px);
          transform: translateY(12px); }

li:hover .submenu {
  display: block;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  pointer-events: all;
  visibility: visible;
  opacity: 1; }

button, input, optgroup, select, textarea, input[type="button"] {
  font: 16px/1rem "ProximaNova", Arial, sans-serif;
  line-height: 1em; }

section {
  display: block;
  width: 100%; }

a {
  border: none;
  color: #000;
  outline: none;
  font: 16px/1rem "ProximaNova", Arial, sans-serif;
  text-decoration: none; }

p {
  font: 16px/1rem "ProximaNova", Arial, sans-serif;
  color: #666;
  font-weight: 500;
  line-height: 1.5em; }

@media (min-width: 2048px) {
  body, a, p {
    font-size: 1rem; } }

img {
  border: none;
  outline: none;
  vertical-align: middle; }

li {
  list-style: none; }

h1 {
  font-weight: 700;
  line-height: 69px; }
  h1.big {
    font-size: 2em; }
  h1.center {
    text-align: center;
    width: 100%; }

h2 {
  color: #0e8acb;
  font-size: 48px;
  font-weight: 700;
  letter-spacing: -0.1px;
  line-height: 46px; }

h3 {
  font-size: 36px;
  font-weight: 700;
  line-height: 39px; }

h5 {
  color: #0e8acb;
  font-size: 18px;
  font-weight: 700;
  line-height: 17px;
  letter-spacing: -0.1px;
  margin-top: 16px;
  margin-bottom: 10px; }

h6 {
  color: #aaacb4;
  font-size: 20px;
  font-weight: 500;
  line-height: 19px; }

hr {
  border: 0;
  display: block;
  border-top: 2px solid #eee;
  height: 0;
  margin-top: 2rem;
  margin-bottom: 2rem; }
  hr b {
    font-weight: 700; }

select {
  background-position: right center;
  background-position-x: calc(100% - 20px);
  background-repeat: no-repeat;
  border: 1px solid #fff;
  outline-color: #080808;
  height: 48px;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none !important;
  text-indent: 0.01px;
  text-overflow: ''; }
  select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #000; }
  select option {
    line-height: 31px;
    padding: 1px;
    padding-left: 20px;
    height: 34px;
    vertical-align: middle; }

textarea {
  resize: none;
  outline: none;
  padding-top: 8px;
  padding-left: 18px;
  padding-right: 18px;
  text-align: left; }

input {
  outline-width: 5px;
  outline-color: transparent;
  padding-left: 16px;
  padding-right: 16px;
  -webkit-transition: outline-color .4s;
  transition: outline-color .4s;
  font-weight: 600; }
  input:focus {
    outline: none; }

input, textarea {
  padding: 10px; }
  input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    color: #666;
    font-size: 16px;
    font-weight: 400;
    line-height: 1em; }
  input::-moz-placeholder, textarea::-moz-placeholder {
    color: #666;
    font-size: 16px;
    font-weight: 400;
    line-height: 1em; }
  input:-ms-input-placeholder, textarea:-ms-input-placeholder {
    color: #666;
    font-size: 16px;
    font-weight: 400;
    line-height: 1em; }
  input::-ms-input-placeholder, textarea::-ms-input-placeholder {
    color: #666;
    font-size: 16px;
    font-weight: 400;
    line-height: 1em; }
  input::placeholder, textarea::placeholder {
    color: #666;
    font-size: 16px;
    font-weight: 400;
    line-height: 1em; }

.checkbox input[type="checkbox"]:not(:checked), .checkbox input[type="checkbox"]:checked {
  left: -9999px;
  position: absolute; }

.checkbox input[type="checkbox"]:not(:checked) + label, .checkbox input[type="checkbox"]:checked + label {
  cursor: pointer;
  position: relative;
  padding-left: 36px; }

.checkbox input[type="checkbox"]:not(:checked) + label:before, .checkbox input[type="checkbox"]:checked + label:before {
  background: #eee;
  content: '';
  border: 1px solid #383838;
  left: 0;
  top: 2px;
  position: absolute;
  width: 17px;
  height: 17px; }

.checkbox input[type="checkbox"]:not(:checked) + label:after, .checkbox input[type="checkbox"]:checked + label:after {
  border: 2px solid #000;
  border-left-color: transparent;
  border-top-color: transparent;
  content: '';
  color: #000;
  position: absolute;
  top: 2px;
  left: 7px;
  font-size: 18px;
  -webkit-transition: all .2s;
  transition: all .2s;
  height: 10px;
  width: 3px; }

.checkbox input[type="checkbox"]:not(:checked) + label:after {
  opacity: 0;
  -webkit-transform: rotate(-90deg) scale(0);
          transform: rotate(-90deg) scale(0); }

.checkbox input[type="checkbox"]:checked + label:after {
  opacity: 1;
  -webkit-transform: rotate(40deg) scale(1);
          transform: rotate(40deg) scale(1); }

.checkbox input[type="checkbox"]:disabled:not(:checked) + label:before {
  -webkit-box-shadow: none;
          box-shadow: none;
  border-color: #bbb;
  background-color: #ddd; }

.checkbox input[type="checkbox"]:disabled:checked + label:before {
  -webkit-box-shadow: none;
          box-shadow: none;
  border-color: #bbb;
  background-color: #ddd; }

.checkbox input[type="checkbox"]:disabled:checked + label:after {
  color: #999; }

.checkbox input[type="checkbox"]:disabled + label {
  color: #aaa; }

.checkbox input[type="checkbox"]:checked:focus + label:before, .checkbox input[type="checkbox"]:not(:checked):focus + label:before {
  border: 1px solid #777; }

.radio input[type="radio"]:not(:checked), .radio input[type="radio"]:checked {
  left: -9999px;
  position: absolute; }

.radio input[type="radio"]:not(:checked) + label, .radio input[type="radio"]:checked + label {
  cursor: pointer;
  position: relative;
  padding-left: 39px; }

.radio input[type="radio"]:not(:checked) + label:before, .radio input[type="radio"]:checked + label:before {
  border-radius: 50%;
  border: 2px solid #000;
  content: '';
  left: 0;
  top: 2px;
  position: absolute;
  width: 18px;
  height: 18px; }

.radio input[type="radio"]:not(:checked) + label:after, .radio input[type="radio"]:checked + label:after {
  content: '';
  background-color: #000;
  border-radius: 50%;
  position: absolute;
  top: 7px;
  left: 5px;
  width: 12px;
  height: 12px;
  -webkit-transition: all .2s;
  transition: all .2s; }

.radio input[type="radio"]:not(:checked) + label:after {
  opacity: 0;
  -webkit-transform: scale(0);
          transform: scale(0); }

.radio input[type="radio"]:checked + label:after {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1); }

.radio input[type="radio"]:disabled:not(:checked) + label:before {
  -webkit-box-shadow: none;
          box-shadow: none;
  border-color: #bbb;
  background-color: #ddd; }

.radio input[type="radio"]:disabled:checked + label:before {
  -webkit-box-shadow: none;
          box-shadow: none;
  border-color: #bbb;
  background-color: #ddd; }

.radio input[type="radio"]:disabled:checked + label:after {
  color: #999; }

.radio input[type="radio"]:disabled + label {
  color: #aaa; }

.input-file {
  cursor: pointer;
  position: relative; }
  .input-file label {
    cursor: pointer;
    display: block;
    -webkit-transition: all .4s;
    transition: all .4s; }
  .input-file input {
    cursor: pointer;
    display: inline-block;
    left: 0;
    opacity: 0.01;
    padding: 0;
    pointer-events: none;
    position: absolute;
    top: 0; }

input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {
  -webkit-appearance: none; }

input[type='number'] {
  -moz-appearance: textfield; }

.hidden, .mobile-visible, .tablet-visible {
  display: none !important; }

.mobile-xs-visible, .x-mobile-visible, .tablet-visible {
  display: none; }

.image-holder {
  overflow: hidden;
  position: relative;
  text-align: center;
  vertical-align: middle; }
  .image-holder img {
    vertical-align: middle;
    width: 100%; }
  .image-holder .fake-img {
    opacity: 0;
    position: relative;
    height: 100%;
    width: 100%;
    z-index: 1; }
  .image-holder .img {
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0; }

.table-holder {
  max-width: 100%; }

.button-holder {
  text-align: center; }
  .button-holder:after, .button-holder:before {
    content: "";
    clear: both;
    display: table; }

.lightbox-holder {
  background-color: rgba(0, 0, 0, 0.33);
  overflow: auto;
  position: fixed;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 9; }

.lightbox {
  background-color: white;
  position: absolute;
  height: auto;
  max-width: 80%;
  top: 50%;
  left: 50%;
  overflow: auto;
  -webkit-box-shadow: 0 0 24px rgba(0, 0, 0, 0.4);
          box-shadow: 0 0 24px rgba(0, 0, 0, 0.4);
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 10; }
  .lightbox img {
    max-width: 100%; }

.client-safari .preloader {
  -webkit-transform: translateZ(800px);
          transform: translateZ(800px);
  z-index: 999999; }

.text-center {
  text-align: center; }

.text-right {
  text-align: right; }

.text-left {
  text-align: left; }

.block {
  display: block; }

.nowrap {
  white-space: nowrap; }

.table {
  display: table; }
  .table .cell {
    display: table-cell; }
  .table .row {
    display: table-row; }
  .table .top {
    vertical-align: top; }
  .table .middle {
    vertical-align: middle; }
  .table .bottom {
    vertical-align: bottom; }

.full-height {
  height: 100vh;
  min-height: 480px; }

.full-height {
  position: relative;
  text-align: center; }
  .full-height .content-holder {
    margin: auto;
    text-align: left;
    width: 100%;
    top: 50%;
    position: relative;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%); }

.vertical-middle {
  position: relative;
  text-align: center; }
  .vertical-middle .content-holder {
    margin: auto;
    text-align: left;
    width: 100%;
    top: 50%;
    position: relative;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%); }

.navbar-toggle, .dropdown-holder {
  display: none; }

.dropdown.opened .dropdown-menu {
  max-height: 599px;
  padding: 14px 30px;
  -webkit-transition: max-height .5s ease, padding .5s ease;
  transition: max-height .5s ease, padding .5s ease; }

.dropdown .dropdown-menu {
  background-color: rgba(255, 255, 255, 0.8);
  display: block;
  max-height: 0;
  min-width: 208px;
  overflow: hidden;
  padding: 0 30px;
  position: absolute;
  margin-top: 8px;
  -webkit-transition: max-height .5s ease, padding .5s ease;
  transition: max-height .5s ease, padding .5s ease;
  z-index: 2; }

.clearfix:before, .clearfix:after, .row:before, .row:after, section:before, section:after, .container:before, .container:after, .content-holder:before, .content-holder:after, .nav:before, .nav:after, .navbar:before, .navbar:after, .content-row:before, .content-row:after {
  content: "";
  display: table;
  clear: both; }

button, .btn, input[type="button"] {
  border: none;
  cursor: pointer;
  display: inline-block; }
  button.focus, button.active, button:focus, button:hover, .btn.focus, .btn.active, .btn:focus, .btn:hover, input[type="button"].focus, input[type="button"].active, input[type="button"]:focus, input[type="button"]:hover {
    text-decoration: none; }
  button.btn-warning, .btn.btn-warning, input[type="button"].btn-warning {
    background-color: #f54f29; }

button.invert.focus, button.invert:focus, button.invert:hover, .btn.invert.focus, .btn.invert:focus, .btn.invert:hover, input[type="button"].invert.focus, input[type="button"].invert:focus, input[type="button"].invert:hover {
  text-decoration: none; }

.btn.invert.focus, .btn.invert:focus, .btn.invert:hover {
  text-decoration: none; }

button:active, .btn:active, button:focus, .btn:focus {
  outline: none; }

.slider-viewport {
  overflow: hidden; }
  .slider-viewport .slider-holder {
    -webkit-transition: -webkit-transform .3s ease-out;
    transition: -webkit-transform .3s ease-out;
    transition: transform .3s ease-out;
    transition: transform .3s ease-out, -webkit-transform .3s ease-out; }
    .slider-viewport .slider-holder.touched {
      -webkit-transition: none;
      transition: none; }
    .slider-viewport .slider-holder .slide {
      float: left; }
      .slider-viewport .slider-holder .slide .slide-wrapper {
        -webkit-transform: translateZ(0);
                transform: translateZ(0); }

.modal-holder a.close-modal, .modal-holder .close-modal {
  background: url("../img/icons/cross-button-2.svg") no-repeat 50% 50%;
  cursor: pointer;
  display: block;
  opacity: .7;
  position: absolute;
  top: 0;
  right: 0;
  bottom: auto;
  left: auto;
  -webkit-transition: opacity .1s, background .1s;
  transition: opacity .1s, background .1s;
  background-size: 100%;
  margin-top: 30px;
  margin-right: 30px;
  height: 24px;
  width: 24px; }
  .modal-holder a.close-modal:after, .modal-holder .close-modal:after {
    display: none; }
  .modal-holder a.close-modal:hover, .modal-holder .close-modal:hover {
    -webkit-transition: opacity .3s, background .3s;
    transition: opacity .3s, background .3s;
    opacity: 1; }

.modal-holder {
  background: #fff;
  opacity: 0;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  visibility: hidden;
  z-index: 11;
  overflow: hidden;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-transition: opacity .3s ease-out, visibility .4, -webkit-transform .2s;
  transition: opacity .3s ease-out, visibility .4, -webkit-transform .2s;
  transition: opacity .3s ease-out, transform .2s, visibility .4;
  transition: opacity .3s ease-out, transform .2s, visibility .4, -webkit-transform .2s; }
  .modal-holder::-webkit-scrollbar {
    height: 8px;
    width: 8px; }
  .modal-holder::-webkit-scrollbar-track {
    background-color: #fff;
    border-left: 1px solid #eee; }
  .modal-holder::-webkit-scrollbar-thumb {
    background-color: #6bb6ee; }
  .modal-holder::-webkit-scrollbar-thumb:hover {
    background-color: #96c6eas; }
  .modal-holder .close-modal {
    z-index: 3; }
    .modal-holder .close-modal:after {
      display: none; }
    .modal-holder .close-modal:hover {
      opacity: 1;
      -webkit-transition: opacity .3s;
      transition: opacity .3s; }
  .modal-holder .modal-content {
    background: #fff;
    position: relative;
    padding: 32px;
    -webkit-transform: translateY(40px);
            transform: translateY(40px);
    -webkit-transition: opacity .3s ease-out, visibility .4s, outline .4s, -webkit-transform .5s;
    transition: opacity .3s ease-out, visibility .4s, outline .4s, -webkit-transform .5s;
    transition: opacity .3s ease-out, transform .5s, visibility .4s, outline .4s;
    transition: opacity .3s ease-out, transform .5s, visibility .4s, outline .4s, -webkit-transform .5s; }
  .modal-holder.opened {
    opacity: 1;
    visibility: visible;
    -webkit-overflow-scrolling: touch; }
    .modal-holder.opened .modal-content {
      -webkit-transform: translateY(0);
              transform: translateY(0);
      -webkit-transition: opacity .3s ease-out, visibility .4s, outline .4s, -webkit-transform .5s;
      transition: opacity .3s ease-out, visibility .4s, outline .4s, -webkit-transform .5s;
      transition: opacity .3s ease-out, transform .5s, visibility .4s, outline .4s;
      transition: opacity .3s ease-out, transform .5s, visibility .4s, outline .4s, -webkit-transform .5s; }

@media (max-width: 1020px) {
  .breadcrumb {
    padding: 0 0; } }

@media (max-width: 760px) {
  .breadcrumb {
    display: none; } }

.breadcrumb, .breadcrumb a {
  color: #7c7c7c;
  font-size: 0.9375rem;
  font-weight: 400;
  line-height: 1.125rem;
  margin: 0.625rem 0; }

.breadcrumb > * {
  display: inline-block;
  margin-right: 0.375rem; }

.button-rounded-arrow {
  color: #999;
  font-size: 14px;
  font-weight: 400;
  line-height: 1em;
  background: transparent;
  display: inline-block;
  vertical-align: middle; }
  .button-rounded-arrow:after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    background: url("../img/icons/icon-green-arrow-spline.svg") 0 0 no-repeat;
    background-size: 100% auto;
    margin-left: 22px;
    height: 40px;
    width: 40px; }
  .button-rounded-arrow:hover:after {
    background-position: 0 -40px; }

.socials-holder-footer {
  text-align: center;
  margin-top: 2.4rem;
  margin-bottom: 2rem; }
  .socials-holder-footer li {
    display: inline-block;
    margin: 5px 5px;
    vertical-align: middle; }
  .socials-holder-footer a {
    display: block;
    height: 42px;
    font-size: 0;
    width: 42px; }
    .socials-holder-footer a:hover {
      opacity: 0.8; }
  .socials-holder-footer .item {
    background-size: 100% auto;
    background-repeat: no-repeat; }

.list-collapse {
  background: url("../img/icons/toggle-sidebar-nav-collapse.svg") 50% 50% no-repeat;
  overflow: hidden;
  height: 11px;
  width: 11px; }

#page-tit {
  padding: 52px 0 63px;
  position: relative; }
  @media (max-width: 1020px) {
    #page-tit {
      overflow: hidden;
      padding: 18px 0 22px; } }
  #page-tit, #page-tit h1, #page-tit h2, #page-tit h3, #page-tit h4, #page-tit h5, #page-tit h6 {
    color: #243e57;
    font-size: 36px;
    font-weight: 300;
    line-height: 1.2em;
    margin: 0; }
    @media (max-width: 1020px) {
      #page-tit, #page-tit h1, #page-tit h2, #page-tit h3, #page-tit h4, #page-tit h5, #page-tit h6 {
        font-size: 22px; } }
  @media (max-width: 1020px) {
    #page-tit {
      background-color: #eef2f8;
      background-size: 100% 100%;
      background-size: cover;
      padding-left: 20px;
      padding-right: 20px; } }
  #page-tit:before {
    background: url("../img/bg/map-background-1.jpg") 50% 50% no-repeat;
    background-size: 100% 100%;
    background-size: cover;
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: calc(-13.5vw);
    right: calc(-13.5vw);
    z-index: -1; }
    @media (max-width: 1020px) {
      #page-tit:before {
        display: none; } }

.page-label {
  background-color: #0e8acb;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-size: cover;
  padding: 52px 0 63px; }
  @media (max-width: 1020px) {
    .page-label {
      padding: 18px 0 22px; } }
  .page-label h1, .page-label h2, .page-label h3, .page-label .filter-tag {
    color: #fff;
    font-size: 2rem;
    font-weight: 300;
    line-height: 1.2em;
    margin: 0; }
    @media (max-width: 1020px) {
      .page-label h1, .page-label h2, .page-label h3, .page-label .filter-tag {
        font-size: 1.5rem; } }
    .page-label h1 .filter-tag, .page-label h2 .filter-tag, .page-label h3 .filter-tag, .page-label .filter-tag .filter-tag {
      text-transform: lowercase; }

.tag-cloud-1 {
  margin: 18px 0 0;
  text-align: left; }
  .tag-cloud-1 li {
    border: 1px solid #eae9e9;
    color: #384044;
    cursor: pointer;
    display: inline-block;
    margin: 0 0.375rem 0.5rem 0;
    padding: 0 0.625rem;
    line-height: 2rem; }

.navigation-sidebar-trigger {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  background: rgba(0, 0, 0, 0.2);
  -webkit-animation: fadeIn 0.5s;
          animation: fadeIn 0.5s; }

.navigation-sidebar {
  background-color: #f1f1f1;
  -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 0 rgba(0, 0, 0, 0.15);
  position: fixed;
  top: 76px;
  left: 0;
  -webkit-transform: translateX(-280px) translateZ(0);
          transform: translateX(-280px) translateZ(0);
  overflow: hidden;
  width: 280px;
  -webkit-transition: width .6s, left .6s, -webkit-transform .6s;
  transition: width .6s, left .6s, -webkit-transform .6s;
  transition: width .6s, left .6s, transform .6s;
  transition: width .6s, left .6s, transform .6s, -webkit-transform .6s;
  z-index: 2;
  height: calc(100vh - 76px);
  overflow-x: hidden;
  overflow-y: auto; }
  @media (max-width: 1020px) {
    .navigation-sidebar {
      display: none; } }
  .navigation-sidebar::-webkit-scrollbar {
    height: 8px;
    width: 8px; }
  .navigation-sidebar::-webkit-scrollbar-track {
    background-color: #fff;
    border-left: 1px solid #eee; }
  .navigation-sidebar::-webkit-scrollbar-thumb {
    background-color: #6bb6ee; }
  .navigation-sidebar::-webkit-scrollbar-thumb:hover {
    background-color: #96c6ea; }
  .navigation-sidebar .sr-only {
    display: none; }
  .navigation-sidebar .toggle-nav-collapse {
    position: absolute;
    right: 33px;
    top: 20px; }
    .navigation-sidebar .toggle-nav-collapse svg {
      height: 13px;
      width: 12px;
      -webkit-transform: rotateZ(0deg);
              transform: rotateZ(0deg);
      -webkit-transition: -webkit-transform .6s;
      transition: -webkit-transform .6s;
      transition: transform .6s;
      transition: transform .6s, -webkit-transform .6s; }
  .navigation-sidebar .nav.nav-sidebar {
    width: 280px; }
    .navigation-sidebar .nav.nav-sidebar:focus, .navigation-sidebar .nav.nav-sidebar:visited, .navigation-sidebar .nav.nav-sidebar:active {
      background: none;
      outline: none; }
    .navigation-sidebar .nav.nav-sidebar .close {
      cursor: pointer;
      height: 1.375rem;
      width: 1.375rem;
      background: transparent url(../img/icons/cross-button-4.svg) 50% 50% no-repeat;
      background-size: contain;
      position: absolute;
      right: -0.5rem;
      top: 0.675rem; }
    .navigation-sidebar .nav.nav-sidebar > li:first-child > a {
      padding-top: 1.275rem;
      padding-bottom: 0.75rem; }
    .navigation-sidebar .nav.nav-sidebar li {
      display: block;
      width: auto; }
      .navigation-sidebar .nav.nav-sidebar li a {
        display: block;
        padding: 0.75rem 0 0.625rem;
        overflow: hidden;
        -webkit-transition: background 0.1s, width 0.6s;
        transition: background 0.1s, width 0.6s;
        white-space: nowrap; }
        .navigation-sidebar .nav.nav-sidebar li a:hover, .navigation-sidebar .nav.nav-sidebar li a.active {
          color: #fff;
          font-weight: 600;
          background-color: #0e8acb; }
      .navigation-sidebar .nav.nav-sidebar li span {
        overflow: hidden;
        display: inline-block;
        text-overflow: ellipsis;
        width: 180px;
        white-space: normal; }
      .navigation-sidebar .nav.nav-sidebar li .icon-container, .navigation-sidebar .nav.nav-sidebar li span {
        display: inline-block;
        vertical-align: middle; }
      .navigation-sidebar .nav.nav-sidebar li .icon-container {
        font-size: 0;
        letter-spacing: 0;
        text-align: center;
        width: 5rem; }
        .navigation-sidebar .nav.nav-sidebar li .icon-container .sidebar-icon {
          display: inline-block;
          vertical-align: middle;
          max-width: 2.875rem;
          max-height: 2.5rem; }
    .navigation-sidebar .nav.nav-sidebar .navigation-sidebar__group {
      display: block;
      overflow: hidden;
      margin-bottom: 0.5rem;
      padding: 0 20px;
      width: 280px; }
      .navigation-sidebar .nav.nav-sidebar .navigation-sidebar__group li a {
        padding: 0.3125rem 0; }
      .navigation-sidebar .nav.nav-sidebar .navigation-sidebar__group_columns-2, .navigation-sidebar .nav.nav-sidebar .navigation-sidebar__group_columns-3, .navigation-sidebar .nav.nav-sidebar .navigation-sidebar__group_columns-4 {
        position: relative;
        width: 280px; }
        .navigation-sidebar .nav.nav-sidebar .navigation-sidebar__group_columns-2 > ul, .navigation-sidebar .nav.nav-sidebar .navigation-sidebar__group_columns-3 > ul, .navigation-sidebar .nav.nav-sidebar .navigation-sidebar__group_columns-4 > ul {
          display: block;
          position: relative;
          width: 100%; }
          .navigation-sidebar .nav.nav-sidebar .navigation-sidebar__group_columns-2 > ul > li, .navigation-sidebar .nav.nav-sidebar .navigation-sidebar__group_columns-3 > ul > li, .navigation-sidebar .nav.nav-sidebar .navigation-sidebar__group_columns-4 > ul > li {
            display: block;
            margin: 0;
            width: 250px; }
      @media (min-width: 1158px) {
        .navigation-sidebar .nav.nav-sidebar .navigation-sidebar__group_columns-2 {
          width: 560px; }
          .navigation-sidebar .nav.nav-sidebar .navigation-sidebar__group_columns-2 > ul {
            -webkit-columns: 2;
               -moz-columns: 2;
                    columns: 2; } }
      @media (min-width: 1158px) {
        .navigation-sidebar .nav.nav-sidebar .navigation-sidebar__group_columns-3 {
          width: 840px; }
          .navigation-sidebar .nav.nav-sidebar .navigation-sidebar__group_columns-3 > ul {
            -webkit-columns: 3;
               -moz-columns: 3;
                    columns: 3; } }
      @media (min-width: 1158px) {
        .navigation-sidebar .nav.nav-sidebar .navigation-sidebar__group_columns-4 {
          width: 840px; }
          .navigation-sidebar .nav.nav-sidebar .navigation-sidebar__group_columns-4 > ul {
            -webkit-columns: 3;
               -moz-columns: 3;
                    columns: 3; } }
      @media (min-width: 1400px) {
        .navigation-sidebar .nav.nav-sidebar .navigation-sidebar__group_columns-4 {
          width: 1120px; }
          .navigation-sidebar .nav.nav-sidebar .navigation-sidebar__group_columns-4 > ul {
            -webkit-columns: 4;
               -moz-columns: 4;
                    columns: 4; } }
      .navigation-sidebar .nav.nav-sidebar .navigation-sidebar__group img {
        width: 100%; }
      .navigation-sidebar .nav.nav-sidebar .navigation-sidebar__group > a {
        border-bottom: 2px solid #232323;
        text-transform: uppercase;
        text-align: center;
        font-weight: 600;
        display: block;
        font-size: 0.9375rem;
        padding: 0.625rem 0 0.375rem;
        margin-bottom: 0.5rem;
        white-space: normal;
        width: 100%; }
        .navigation-sidebar .nav.nav-sidebar .navigation-sidebar__group > a:hover {
          background: none;
          color: #232323; }
      .navigation-sidebar .nav.nav-sidebar .navigation-sidebar__group > ul > li > a {
        white-space: normal;
        text-decoration: initial;
        color: #232323;
        font-size: 0.9375rem;
        font-weight: 400;
        line-height: 1.2rem; }
        .navigation-sidebar .nav.nav-sidebar .navigation-sidebar__group > ul > li > a:hover {
          background: none;
          text-decoration: underline; }
      .navigation-sidebar .nav.nav-sidebar .navigation-sidebar__group > ul > li > ul > li > a {
        white-space: normal;
        text-decoration: initial;
        color: #369;
        font-size: 0.9375rem;
        font-weight: 400;
        line-height: 1.2rem; }
        .navigation-sidebar .nav.nav-sidebar .navigation-sidebar__group > ul > li > ul > li > a:hover {
          background: none;
          color: #6bb6ee;
          text-decoration: underline; }
      .navigation-sidebar .nav.nav-sidebar .navigation-sidebar__group .navigation-sidebar__article > a {
        white-space: normal;
        text-decoration: initial;
        color: #369;
        font-size: 0.9375rem;
        font-weight: 400;
        line-height: 1.2rem; }
        .navigation-sidebar .nav.nav-sidebar .navigation-sidebar__group .navigation-sidebar__article > a:hover {
          background: none;
          color: #6bb6ee;
          text-decoration: underline; }
    .navigation-sidebar .nav.nav-sidebar .submenu {
      background: #f9f9f9;
      opacity: 0;
      pointer-events: none;
      -webkit-transition: opacity .3s;
      transition: opacity .3s;
      position: absolute;
      top: 0;
      left: 80px;
      left: 280px;
      width: 100%;
      padding: 0;
      -webkit-transform: none;
              transform: none;
      visibility: visible;
      max-height: 100%;
      min-height: calc(100vh - 77px);
      overflow: auto; }
      .navigation-sidebar .nav.nav-sidebar .submenu::-webkit-scrollbar {
        height: 8px;
        width: 8px; }
      .navigation-sidebar .nav.nav-sidebar .submenu::-webkit-scrollbar-track {
        background-color: #fff;
        border-left: 1px solid #eee; }
      .navigation-sidebar .nav.nav-sidebar .submenu::-webkit-scrollbar-thumb {
        background-color: #6bb6ee; }
      .navigation-sidebar .nav.nav-sidebar .submenu::-webkit-scrollbar-thumb:hover {
        background-color: #96c6ea; }
      .navigation-sidebar .nav.nav-sidebar .submenu.opened {
        opacity: 1;
        pointer-events: all; }
      .navigation-sidebar .nav.nav-sidebar .submenu .inner-holder {
        display: block;
        width: calc(100vw - 300px); }
  .navigation-sidebar.mainpage {
    -webkit-transform: translateX(-280px) translateZ(0);
            transform: translateX(-280px) translateZ(0); }
  .navigation-sidebar.expanded {
    -webkit-transform: translateX(0) translateZ(0);
            transform: translateX(0) translateZ(0);
    width: 280px; }
    .navigation-sidebar.expanded .nav.nav-sidebar .submenu {
      left: 280px;
      padding: 0.375rem; }
    .navigation-sidebar.expanded .toggle-nav-collapse {
      right: 24px; }
      .navigation-sidebar.expanded .toggle-nav-collapse svg {
        -webkit-transform: rotateZ(180deg);
                transform: rotateZ(180deg); }
  .navigation-sidebar.opened {
    overflow: hidden;
    -webkit-transform: translateX(0) translateZ(0);
            transform: translateX(0) translateZ(0);
    width: 100%; }
    .navigation-sidebar.opened::-webkit-scrollbar {
      height: 0px;
      width: 0px; }
    .navigation-sidebar.opened::-webkit-scrollbar-track {
      background-color: #fff;
      border-left: 1px solid #eee; }
    .navigation-sidebar.opened::-webkit-scrollbar-thumb {
      background-color: #6bb6ee; }
    .navigation-sidebar.opened::-webkit-scrollbar-thumb:hover {
      background-color: #96c6ea; }
    .navigation-sidebar.opened .toggle-nav-collapse {
      right: 24px;
      z-index: 2; }
      .navigation-sidebar.opened .toggle-nav-collapse svg {
        -webkit-transform: rotateZ(180deg);
                transform: rotateZ(180deg); }
    .navigation-sidebar.opened .nav.nav-sidebar .submenu {
      min-width: 100%; }

.categories-tabs.fixed .tabs-holder {
  position: fixed;
  top: 116px;
  z-index: 3; }

.categories-tabs.fixed .tab {
  border: 1px solid #dededa; }
  .categories-tabs.fixed .tab.active:before {
    top: auto;
    bottom: 0px; }

.categories-tabs.closed .tabs-holder {
  top: -20px;
  -webkit-transition: top .5s;
  transition: top .5s; }

.tabs-holder,
.tabs-holder-alt {
  margin-top: -40px;
  -webkit-transition: top .5s;
  transition: top .5s;
  font-size: 0;
  letter-spacing: 0; }
  @media (max-width: 1020px) {
    .tabs-holder,
    .tabs-holder-alt {
      margin-top: 15px;
      padding: 0 0;
      border-top: 1px solid #e2e2e2; } }

.tab {
  cursor: pointer;
  display: inline-block;
  vertical-align: bottom;
  margin-left: -1px;
  text-align: center;
  position: relative;
  color: #333;
  font-size: 14px;
  font-weight: 600;
  line-height: 1em;
  height: 40px;
  min-width: 160px;
  background: #f1f1f1; }
  @media (max-width: 1020px) {
    .tab:nth-child(even) {
      border-left-color: #e2e2e2; } }
  .tab a {
    display: block;
    padding: 12px 30px;
    font-size: inherit;
    font-weight: inherit;
    color: inherit;
    line-height: inherit;
    vertical-align: inherit; }
  @media (max-width: 1020px) {
    .tab {
      border-top-color: transparent;
      border-bottom-color: #e2e2e2;
      width: 50%; } }
  @media (max-width: 760px) {
    .tab {
      display: block;
      width: 100%; } }
  .tab span {
    text-overflow: ellipsis;
    overflow: hidden;
    max-width: 100%;
    white-space: nowrap; }
  .tab.active {
    cursor: initial;
    border-bottom-color: transparent;
    background-color: #fff; }
    @media (max-width: 1020px) {
      .tab.active {
        border-bottom-color: #e2e2e2;
        background-color: #fafafa; } }
    .tab.active:before {
      content: '';
      position: absolute;
      background-color: #f54f29;
      top: -5px;
      left: 0;
      right: 0;
      height: 5px; }
      @media (max-width: 1020px) {
        .tab.active:before {
          height: 100%;
          right: auto;
          top: 0;
          width: 4px; } }
  @media (max-width: 760px) {
    .tab {
      border-right-color: #e2e2e2;
      border-left-color: #e2e2e2; } }

.pagination-info {
  font-size: 1rem;
  margin-top: 2rem; }

.pagination {
  display: block;
  text-align: center;
  font-size: 0;
  letter-spacing: 0;
  margin-top: 1rem;
  margin-bottom: 4rem; }
  .pagination li {
    display: inline-block;
    position: relative;
    vertical-align: middle;
    margin: 0 3px;
    color: #243e57;
    font-size: 1rem;
    font-weight: 300;
    line-height: 1em;
    line-height: 30px;
    height: 30px;
    min-width: 30px; }
  .pagination a {
    display: block;
    color: inherit;
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
    line-height: inherit;
    height: inherit;
    min-width: inherit; }
  .pagination .disabled {
    opacity: 0.4;
    pointer-events: none; }
  .pagination .active:before {
    content: '';
    position: absolute;
    z-index: -1;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: #bed8f0; }

.articles-slider-header {
  color: #0e8acb;
  font-size: 2rem;
  font-weight: 300;
  line-height: 1.5em;
  vertical-align: top;
  margin-top: 1.8em;
  margin-bottom: 0.6em;
  position: relative;
  letter-spacing: -0.1px; }

.articles-slider .owl-controls .owl-dots {
  margin-top: 0; }

.articles-slider .owl-stage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.articles-slider .item {
  display: inline-block;
  text-align: center;
  height: 100%;
  text-decoration: none; }
  .articles-slider .item img {
    margin-bottom: 0.7rem;
    display: inline-block; }
  .articles-slider .item p {
    color: #384044;
    font-size: 1.125rem;
    line-height: 1.25rem; }

.images-gallery {
  margin: -0.5rem; }
  .images-gallery .images-gallery__item {
    display: inline-block;
    margin: 0.8rem;
    max-width: 20rem;
    vertical-align: top;
    text-decoration: none;
    -webkit-transition: all 300ms;
    transition: all 300ms; }
    .images-gallery .images-gallery__item img {
      -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.1);
              box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.1);
      max-width: 100%;
      -o-object-fit: contain;
         object-fit: contain;
      margin-left: -2px; }
    .images-gallery .images-gallery__item:hover {
      -webkit-transform: translateY(-0.2rem) translateZ(0);
              transform: translateY(-0.2rem) translateZ(0);
      -webkit-box-shadow: 0 -0.2rem -0.2rem 2px rgba(0, 0, 0, 0.12);
              box-shadow: 0 -0.2rem -0.2rem 2px rgba(0, 0, 0, 0.12); }
  .images-gallery .images-gallery__title {
    margin: 0 -0.1rem;
    margin-bottom: 0.7em;
    font-weight: 400;
    color: #666;
    font-size: 0.95em; }

.documents-table thead {
  white-space: nowrap; }

.documents-table td {
  vertical-align: top; }

.admin-edit {
  position: fixed;
  bottom: 0;
  right: 120px;
  height: 45px;
  background: red;
  padding: 0 15px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  z-index: 1000; }
  .admin-edit a {
    color: #fff;
    font-size: 1rem;
    display: inline-block;
    line-height: 45px; }

.contact-button {
  --button-size: 3.5rem;
  --shadow-size: .625rem;
  --shadow-color: rgba(0, 0, 0, 0.1);
  position: fixed;
  right: 2.25rem;
  bottom: 1.875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
    justify-content-padding: 0;
  width: var(--button-size);
  height: var(--button-size);
  border-radius: calc(var(--button-size) / 2);
  background-color: #2aadf4;
  text-decoration: none;
  overflow: visible;
  -webkit-box-shadow: 0 0.125rem var(--shadow-size) var(--shadow-color);
          box-shadow: 0 0.125rem var(--shadow-size) var(--shadow-color);
  z-index: 10; }
  @media (max-width: 1023px) {
    .contact-button {
      display: none; } }
  .contact-button::before {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: 100vh;
    -webkit-box-shadow: 0 0 0 0 #2aadf4;
            box-shadow: 0 0 0 0 #2aadf4;
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: .65;
    -webkit-animation: pulse 2s infinite;
            animation: pulse 2s infinite; }
  .contact-button__icon {
    --icon-size: 1.5rem;
    display: inline-block;
    width: var(--icon-size);
    height: var(--icon-size);
    -webkit-mask-size: contain;
            mask-size: contain;
    -webkit-mask-image: url("/assets/icons.svg#phone");
            mask-image: url("/assets/icons.svg#phone");
      mask-image-transform: scale(0.95);
    background-color: #fff; }

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
      transform-box-shadow: 0 0 0 0 #2aadf4; }
  70% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-box-shadow: 0 0 0 .875rem #2aadf4;
            box-shadow: 0 0 0 .875rem #2aadf4;
    opacity: 0; }
  100% {
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
    -webkit-box-shadow: 0 0 0 0 #2aadf4;
            box-shadow: 0 0 0 0 #2aadf4;
    opacity: 0; } }

@keyframes pulse {
  0% {
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
      transform-box-shadow: 0 0 0 0 #2aadf4; }
  70% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-box-shadow: 0 0 0 .875rem #2aadf4;
            box-shadow: 0 0 0 .875rem #2aadf4;
    opacity: 0; }
  100% {
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
    -webkit-box-shadow: 0 0 0 0 #2aadf4;
            box-shadow: 0 0 0 0 #2aadf4;
    opacity: 0; } }

.hero-section .carousel-subheading h2 + ul, .service-introduction .service-header h2 + ul, .service-introduction .offer-header h2 + ul, .offer-introduction .service-header h2 + ul, .offer-introduction .offer-header h2 + ul, .service-page-content h2 + ul, .offer-page-content h2 + ul, .hero-section .carousel-subheading h2 + ol, .service-introduction .service-header h2 + ol, .service-introduction .offer-header h2 + ol, .offer-introduction .service-header h2 + ol, .offer-introduction .offer-header h2 + ol, .service-page-content h2 + ol, .offer-page-content h2 + ol {
  margin-top: -0.1rem;
  padding-left: 1rem; }

.hero-section .carousel-subheading ul, .service-introduction .service-header ul, .service-introduction .offer-header ul, .offer-introduction .service-header ul, .offer-introduction .offer-header ul, .service-page-content ul, .offer-page-content ul, .hero-section .carousel-subheading ol, .service-introduction .service-header ol, .service-introduction .offer-header ol, .offer-introduction .service-header ol, .offer-introduction .offer-header ol, .service-page-content ol, .offer-page-content ol {
  padding-left: 2.2rem;
  margin-bottom: 1.6em; }
  @media (max-width: 1020px) {
    .hero-section .carousel-subheading ul, .service-introduction .service-header ul, .service-introduction .offer-header ul, .offer-introduction .service-header ul, .offer-introduction .offer-header ul, .service-page-content ul, .offer-page-content ul, .hero-section .carousel-subheading ol, .service-introduction .service-header ol, .service-introduction .offer-header ol, .offer-introduction .service-header ol, .offer-introduction .offer-header ol, .service-page-content ol, .offer-page-content ol {
      padding-left: 1rem; } }

@media (max-width: 1020px) {
  .hero-section .carousel-subheading ul, .service-introduction .service-header ul, .service-introduction .offer-header ul, .offer-introduction .service-header ul, .offer-introduction .offer-header ul, .service-page-content ul, .offer-page-content ul {
    padding-left: 0.85rem; } }

.hero-section .carousel-subheading li, .service-introduction .service-header li, .service-introduction .offer-header li, .offer-introduction .service-header li, .offer-introduction .offer-header li, .service-page-content li, .offer-page-content li {
  position: relative;
  padding: 0.25em 0.5em;
  line-height: 1.5em; }
  .hero-section .carousel-subheading li:before, .service-introduction .service-header li:before, .service-introduction .offer-header li:before, .offer-introduction .service-header li:before, .offer-introduction .offer-header li:before, .service-page-content li:before, .offer-page-content li:before {
    content: '';
    position: absolute;
    right: 100%; }

.hero-section .carousel-subheading ol, .service-introduction .service-header ol, .service-introduction .offer-header ol, .offer-introduction .service-header ol, .offer-introduction .offer-header ol, .service-page-content ol, .offer-page-content ol {
  counter-reset: ol; }
  .hero-section .carousel-subheading ol li:before, .service-introduction .service-header ol li:before, .service-introduction .offer-header ol li:before, .offer-introduction .service-header ol li:before, .offer-introduction .offer-header ol li:before, .service-page-content ol li:before, .offer-page-content ol li:before {
    content: counter(ol) ".  ";
    counter-increment: ol;
    color: #555;
    font-weight: 500; }
  .hero-section .carousel-subheading ol.list-important li:before, .service-introduction .service-header ol.list-important li:before, .service-introduction .offer-header ol.list-important li:before, .offer-introduction .service-header ol.list-important li:before, .offer-introduction .offer-header ol.list-important li:before, .service-page-content ol.list-important li:before, .offer-page-content ol.list-important li:before {
    color: #f54f29; }

.hero-section .carousel-subheading ul li:before, .service-introduction .service-header ul li:before, .service-introduction .offer-header ul li:before, .offer-introduction .service-header ul li:before, .offer-introduction .offer-header ul li:before, .service-page-content ul li:before, .offer-page-content ul li:before {
  content: '\FE63'; }

.hero-section .carousel-subheading ul.list-important li:before, .service-introduction .service-header ul.list-important li:before, .service-introduction .offer-header ul.list-important li:before, .offer-introduction .service-header ul.list-important li:before, .offer-introduction .offer-header ul.list-important li:before, .service-page-content ul.list-important li:before, .offer-page-content ul.list-important li:before {
  color: #f54f29; }

.hero-section .carousel-subheading ul.list-with-checks li:before, .service-introduction .service-header ul.list-with-checks li:before, .service-introduction .offer-header ul.list-with-checks li:before, .offer-introduction .service-header ul.list-with-checks li:before, .offer-introduction .offer-header ul.list-with-checks li:before, .service-page-content ul.list-with-checks li:before, .offer-page-content ul.list-with-checks li:before {
  position: absolute;
  top: 0.7em;
  right: 100%;
  content: '';
  display: inline-block;
  background: transparent url("../img/icons/list-done-1.svg") 50% 50% no-repeat;
  background-size: contain;
  height: 1rem;
  width: 1rem; }

.hero-section .carousel-subheading ul.list-with-dashes li:before, .service-introduction .service-header ul.list-with-dashes li:before, .service-introduction .offer-header ul.list-with-dashes li:before, .offer-introduction .service-header ul.list-with-dashes li:before, .offer-introduction .offer-header ul.list-with-dashes li:before, .service-page-content ul.list-with-dashes li:before, .offer-page-content ul.list-with-dashes li:before {
  content: '-';
  top: 0.1em;
  font-size: 2.4em; }

.wrap, .container {
  margin: 0 auto;
  width: 92%;
  -webkit-transition: -webkit-transform 0.5s ease-out;
  transition: -webkit-transform 0.5s ease-out;
  transition: transform 0.5s ease-out;
  transition: transform 0.5s ease-out, -webkit-transform 0.5s ease-out; }
  @media (max-width: 1020px) {
    .wrap, .container {
      padding-left: 30px;
      padding-right: 30px;
      width: 100%; } }
  @media (max-width: 760px) {
    .wrap, .container {
      padding-left: 15px;
      padding-right: 15px; } }
  @media (min-width: 1600px) {
    .wrap, .container {
      width: 72.7%; } }

.container > .container {
  width: 100%; }

.container > .search-input-1 > .container {
  width: 100%; }

body.sidebar-opened .navigation-sidebar-trigger {
  display: block; }

body.fixed header {
  -webkit-box-shadow: none;
          box-shadow: none; }

.form-group {
  display: block;
  position: relative; }

.modal-image {
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: all .6s;
  transition: all .6s; }

.tint {
  position: fixed;
  z-index: 1;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(201, 201, 201, 0.5);
  opacity: 0;
  pointer-events: none;
  z-index: 11;
  -webkit-transition: opacity .6s;
  transition: opacity .6s; }
  .tint.active {
    opacity: 1;
    pointer-events: all; }

.clear {
  display: table;
  height: 0;
  clear: both; }

.tab-content > .tab-pane {
  display: none; }
  .tab-content > .tab-pane.active {
    display: block; }

.gamburger {
  height: 50px;
  padding: 14px;
  cursor: pointer;
  display: none;
  display: inline-block;
  float: left;
  -webkit-transition: -webkit-transform .3s;
  transition: -webkit-transform .3s;
  transition: transform .3s;
  transition: transform .3s, -webkit-transform .3s; }
  @media (max-width: 1020px) {
    .gamburger {
      display: block; } }
  .gamburger span {
    display: block;
    height: 3px;
    margin: 6px 0;
    width: 30px;
    -webkit-transition: all .3s;
    transition: all .3s; }
    .gamburger span:first-child {
      margin-top: 0; }
    .gamburger span:last-child {
      margin-bottom: 0; }
  .gamburger.cross-state {
    -webkit-transform: translateX(-8px) translateY(0px) translateZ(0);
            transform: translateX(-8px) translateY(0px) translateZ(0); }
    .gamburger.cross-state span {
      background: #fff; }
      .gamburger.cross-state span:first-child {
        -webkit-transform: rotateZ(-45deg) translateY(10px);
                transform: rotateZ(-45deg) translateY(10px); }
      .gamburger.cross-state span:nth-child(2) {
        opacity: 0; }
      .gamburger.cross-state span:last-child {
        -webkit-transform: rotateZ(45deg) translateY(-10px);
                transform: rotateZ(45deg) translateY(-10px); }

.close {
  cursor: pointer;
  height: 20px;
  width: 20px;
  background: transparent url("../img/icons/cross-button-4.svg") 50% 50% no-repeat;
  background-size: contain; }

.paginator-holder, .controls {
  text-align: center; }
  .paginator-holder .page, .controls .page {
    display: inline-block;
    vertical-align: middle;
    border: 1px solid #000;
    height: 10px;
    width: 10px;
    border-radius: 50%;
    margin: 0 8px;
    cursor: pointer; }
    .paginator-holder .page.active, .controls .page.active {
      background-color: #243e57; }
    .paginator-holder .page:hover, .controls .page:hover {
      margin: 0 7px;
      height: 12px;
      width: 12px; }

header {
  background: #fff;
  -webkit-box-shadow: 0 0.1rem 0.875rem 0.125rem rgba(0, 0, 0, 0.1);
          box-shadow: 0 0.1rem 0.875rem 0.125rem rgba(0, 0, 0, 0.1);
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-transition: -webkit-box-shadow 300ms;
  transition: -webkit-box-shadow 300ms;
  transition: box-shadow 300ms;
  transition: box-shadow 300ms, -webkit-box-shadow 300ms;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  z-index: 10;
  font-size: 0;
  width: 100vw !important;
  white-space: nowrap; }
  header .container {
    width: 95%; }
    @media (min-width: 1600px) {
      header .container {
        width: 88.5%; } }
    @media (max-width: 1020px) {
      header .container {
        width: 100%; } }
    @media (max-width: 760px) {
      header .container {
        width: 100%; } }
  header a {
    color: inherit;
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit; }
  header .services-trigger .gamburger {
    border-radius: 50%;
    border: 1px solid #0e8acb;
    bottom: -17px;
    margin-right: 16px;
    position: relative;
    padding: 9px 10px;
    vertical-align: middle;
    height: 42px;
    width: 42px; }
    header .services-trigger .gamburger span {
      background: #0e8acb;
      border-radius: 2px;
      display: block;
      height: 2px;
      width: 21px;
      margin: 4px 0; }
  header .header-contacts-navigation-holder,
  header .header-container {
    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;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    text-transform: uppercase;
    font-size: 0.875rem;
    height: 76px; }
    @media (max-width: 760px) {
      header .header-contacts-navigation-holder,
      header .header-container {
        height: 60px; } }
    header .header-contacts-navigation-holder .submenu,
    header .header-container .submenu {
      background: transparent;
      text-transform: none;
      line-height: 3rem;
      padding: 0.625rem 0 0 0;
      white-space: nowrap;
      top: 1rem; }
      header .header-contacts-navigation-holder .submenu .inner,
      header .header-container .submenu .inner {
        -webkit-box-shadow: 0 2px 14px rgba(0, 0, 0, 0.3);
                box-shadow: 0 2px 14px rgba(0, 0, 0, 0.3);
        background: #fff; }
      header .header-contacts-navigation-holder .submenu li,
      header .header-container .submenu li {
        border-top: 1px solid #eee; }
        header .header-contacts-navigation-holder .submenu li:first-child,
        header .header-container .submenu li:first-child {
          border: none; }
        header .header-contacts-navigation-holder .submenu li:hover,
        header .header-container .submenu li:hover {
          background: #0e8acb;
          color: #fff; }
        header .header-contacts-navigation-holder .submenu li a,
        header .header-container .submenu li a {
          display: block;
          padding: 0 20px; }
  header .header-controls > li {
    vertical-align: middle; }
  header .header-container {
    padding: 0 1rem; }
    @media (max-width: 1020px) {
      header .header-container {
        padding: 0; } }
    @media (max-width: 1020px) {
      header .header-container .main-menu {
        display: none; } }
    header .header-container .header-controls > li {
      margin-right: 0.375rem; }
    header .header-container .header-controls > li:last-child {
      margin-right: 0; }
    header .header-container li {
      display: inline-block;
      margin-right: 1.85rem;
      position: relative;
      text-align: left; }
      @media (max-width: 1280px) {
        header .header-container li {
          margin-right: 1.5rem; } }
      header .header-container li.active {
        color: #0e8acb; }
        header .header-container li.active:after {
          content: '';
          background: #0e8acb;
          position: absolute;
          left: 0;
          right: 0;
          top: -2px;
          height: 3px; }
      header .header-container li .submenu li {
        display: block;
        line-height: 2.875rem;
        margin: 0; }
      header .header-container li.full-navbar .gamburger {
        display: block; }
        header .header-container li.full-navbar .gamburger span {
          display: block; }
      header .header-container li.lang-switcher {
        border: 1px solid transparent;
        margin: -1px 8px 0 0;
        padding: 0px 7px;
        position: relative; }
        @media (max-width: 760px) {
          header .header-container li.lang-switcher {
            display: none; } }
        header .header-container li.lang-switcher > a {
          color: #232323;
          margin-left: -2px; }
        header .header-container li.lang-switcher:after {
          content: '';
          display: inline-block;
          height: 0;
          width: 0;
          -webkit-transform: rotate(45deg) translateY(-3px) translateX(-2px);
                  transform: rotate(45deg) translateY(-3px) translateX(-2px);
          border: 3px solid #384044;
          border-left-color: transparent;
          border-top-color: transparent; }
        header .header-container li.lang-switcher .submenu {
          left: 0;
          text-align: left; }
      header .header-container li.search-trigger {
        text-align: center; }
        @media (max-width: 760px) {
          header .header-container li.search-trigger {
            margin-right: 0; } }
        header .header-container li.search-trigger img, header .header-container li.search-trigger svg {
          vertical-align: middle;
          height: 42px;
          width: 42px; }
          header .header-container li.search-trigger img *, header .header-container li.search-trigger svg * {
            -webkit-transition: fill .3s;
            transition: fill .3s; }
        header .header-container li.search-trigger .opened circle {
          fill: #0e8acb; }
        header .header-container li.search-trigger .opened path {
          fill: #fff; }
      header .header-container li.contacts-trigger {
        font-size: 1rem;
        text-align: center; }
        @media (max-width: 1020px) {
          header .header-container li.contacts-trigger {
            font-size: 0; } }
        @media (max-width: 760px) {
          header .header-container li.contacts-trigger {
            display: none; } }
        header .header-container li.contacts-trigger img, header .header-container li.contacts-trigger svg {
          vertical-align: middle;
          margin: 0rem 0.375rem;
          margin-right: 0.15rem;
          height: 0.875rem;
          width: 0.875rem;
          -webkit-transform: translateY(-2px);
                  transform: translateY(-2px); }
          header .header-container li.contacts-trigger img *, header .header-container li.contacts-trigger svg * {
            -webkit-transition: fill .3s;
            transition: fill .3s; }
          @media (max-width: 1020px) {
            header .header-container li.contacts-trigger img, header .header-container li.contacts-trigger svg {
              margin: 0;
              height: 1.25rem;
              width: 1.25rem;
              -webkit-transform: translateY(0px);
                      transform: translateY(0px); } }
        header .header-container li.contacts-trigger .opened {
          color: #fff; }
          header .header-container li.contacts-trigger .opened .contacts-trigger__border {
            background-color: #0e8acb; }
          header .header-container li.contacts-trigger .opened path {
            fill: #fff; }
          header .header-container li.contacts-trigger .opened .contacts-trigger__phone:after {
            border-color: #fff;
            border-left-color: transparent;
            border-top-color: transparent; }
        header .header-container li.contacts-trigger > a > .contacts-trigger__border {
          border: 1px solid #0e8acb;
          border-radius: 24px;
          display: inline-block;
          vertical-align: middle;
          height: 42px;
          line-height: 42px;
          padding: 0rem 0.75rem 0rem 0.375rem; }
          @media (max-width: 1020px) {
            header .header-container li.contacts-trigger > a > .contacts-trigger__border {
              width: 42px;
              padding: 0; } }
        header .header-container li.contacts-trigger .contacts-trigger__phone:after {
          content: '';
          display: inline-block;
          height: 0;
          width: 0;
          margin-left: 4px;
          -webkit-transform: rotate(45deg) translateY(-3px) translateX(-2px);
                  transform: rotate(45deg) translateY(-3px) translateX(-2px);
          border: 3px solid #384044;
          border-left-color: transparent;
          border-top-color: transparent; }
          @media (max-width: 1020px) {
            header .header-container li.contacts-trigger .contacts-trigger__phone:after {
              display: none; } }
      header .header-container li.navlist-trigger {
        text-align: center; }
        @media (max-width: 760px) {
          header .header-container li.navlist-trigger {
            display: none; } }
        header .header-container li.navlist-trigger img, header .header-container li.navlist-trigger svg {
          vertical-align: middle;
          height: 42px;
          width: 42px; }
          @media (max-width: 760px) {
            header .header-container li.navlist-trigger img, header .header-container li.navlist-trigger svg {
              margin-top: -5px; } }
          header .header-container li.navlist-trigger img *, header .header-container li.navlist-trigger svg * {
            -webkit-transition: fill .3s;
            transition: fill .3s; }
        header .header-container li.navlist-trigger .opened circle {
          fill: #0e8acb; }
        header .header-container li.navlist-trigger .opened path {
          fill: #fff; }
    header .header-container .gamburger-trigger {
      border: 1px solid #0e8acb;
      border-radius: 50%;
      display: none;
      padding: 0;
      vertical-align: middle;
      height: 42px;
      width: 42px; }
      @media (max-width: 1020px) {
        header .header-container .gamburger-trigger {
          display: inline-block; } }
      header .header-container .gamburger-trigger span {
        background: #0e8acb;
        margin: 5px 0;
        height: 2px;
        width: 23px; }
      header .header-container .gamburger-trigger .gamburger {
        padding: 7px 9px; }
        header .header-container .gamburger-trigger .gamburger.back-state {
          -webkit-transform: translateX(0);
                  transform: translateX(0); }
          header .header-container .gamburger-trigger .gamburger.back-state span:first-child {
            -webkit-transform: rotateZ(-45deg) translateY(5px) translateX(-5px);
                    transform: rotateZ(-45deg) translateY(5px) translateX(-5px);
            -webkit-transform-origin: 0 50%;
                    transform-origin: 0 50%;
            width: 12px; }
          header .header-container .gamburger-trigger .gamburger.back-state span:nth-child(2) {
            opacity: 1; }
          header .header-container .gamburger-trigger .gamburger.back-state span:last-child {
            -webkit-transform: rotateZ(45deg) translateY(-5px) translateX(-5px);
                    transform: rotateZ(45deg) translateY(-5px) translateX(-5px);
            -webkit-transform-origin: 0 50%;
                    transform-origin: 0 50%;
            width: 12px; }
  header .logotype-holder {
    display: inline-block;
    padding-top: 0.125rem;
    width: 12rem;
    margin-right: 4rem; }
    @media (max-width: 1280px) {
      header .logotype-holder {
        width: 4.25rem;
        margin-right: 3rem; } }
    @media (max-width: 1020px) {
      header .logotype-holder {
        margin: 0;
        margin-left: 4.5rem; } }
    @media (max-width: 760px) {
      header .logotype-holder {
        margin: 0; } }
    header .logotype-holder .desktop-logo {
      width: 100%; }
    header .logotype-holder .mobile-logo {
      width: auto; }
    header .logotype-holder .desktop-logo, header .logotype-holder .mobile-logo {
      max-height: calc(76px - 8px); }
      @media (max-width: 1280px) {
        header .logotype-holder .desktop-logo, header .logotype-holder .mobile-logo {
          max-height: calc(60px - 8px); } }
      header .logotype-holder .desktop-logo.mobile-hidden, header .logotype-holder .mobile-logo.mobile-hidden {
        display: inline-block; }
        @media (max-width: 1280px) {
          header .logotype-holder .desktop-logo.mobile-hidden, header .logotype-holder .mobile-logo.mobile-hidden {
            display: none; } }
      header .logotype-holder .desktop-logo.mobile-visible, header .logotype-holder .mobile-logo.mobile-visible {
        display: none; }
        @media (max-width: 1280px) {
          header .logotype-holder .desktop-logo.mobile-visible, header .logotype-holder .mobile-logo.mobile-visible {
            display: inline-block !important; } }

.search > * {
  position: relative; }

.search input {
  background: none;
  background-color: transparent;
  border: none;
  width: 50px;
  height: 50px;
  vertical-align: middle; }
  .search input[type="submit"] {
    background: #0e8acb url("../img/icons/search-icon-1.svg") 50% 50% no-repeat;
    position: absolute;
    right: 0;
    top: 0;
    pointer-events: none;
    cursor: pointer; }
  .search input[type="text"] {
    border: 1px solid transparent;
    -webkit-transition: width .3s, border .3s, background .3s, pointer-events .3s .3s;
    transition: width .3s, border .3s, background .3s, pointer-events .3s .3s;
    background: #fff;
    cursor: pointer; }
    .search input[type="text"]:focus, .search input[type="text"]:active, .search input[type="text"].opened {
      cursor: initial;
      border-color: #eee;
      width: 400px;
      max-width: 100%;
      max-width: calc(100vw - 15px); }
      .search input[type="text"]:focus ~ [type="submit"], .search input[type="text"]:active ~ [type="submit"], .search input[type="text"].opened ~ [type="submit"] {
        display: block;
        pointer-events: all;
        z-index: 1; }

.bc {
  margin: 14px 0; }
  @media (max-width: 1020px) {
    .bc {
      padding: 0 20px; } }
  .bc, .bc p, .bc span, .bc a {
    color: #999;
    font-size: 11px;
    font-weight: 400;
    line-height: 1em; }
  .bc > * {
    display: inline-block;
    margin-right: 6px; }

.hero-section {
  background: #101c34 url("../img/bg/bg-home.jpg") no-repeat bottom center/cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  overflow: hidden;
  position: relative;
  min-height: 800px;
  padding-bottom: 140px;
  color: #fff; }
  @media (min-width: 2220px) {
    .hero-section {
      background-size: contain; } }
  @media (max-width: 1280px) {
    .hero-section {
      min-height: 600px;
      padding: 60px 0; } }
  @media (max-width: 480px) {
    .hero-section {
      min-height: 500px;
      padding: 280px 0 40px;
      background: #101c34 url("../img/bg/bg-m.jpg") no-repeat top right/100%; }
      .hero-section .container {
        padding: 0 1rem; } }
  .hero-section .flex {
    z-index: 1;
    position: relative;
    gap: 80px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    @media (max-width: 1280px) {
      .hero-section .flex {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        gap: 32px; } }
  .hero-section .title_block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 1.5rem;
    max-width: 480px; }
    @media (max-width: 1020px) {
      .hero-section .title_block {
        gap: 1rem;
        max-width: 450px; } }
    .hero-section .title_block h1 {
      font-size: 2.5rem;
      line-height: 3.18rem;
      font-family: "Ysabeau Infant", sans-serif;
      font-weight: 600;
      letter-spacing: -3%;
      margin: 0;
      text-transform: uppercase; }
      @media (max-width: 760px) {
        .hero-section .title_block h1 {
          font-size: 2.3125rem;
          line-height: 2.625rem; } }
    .hero-section .title_block span {
      font-size: 0.9375em;
      line-height: 1.375rem; }
    .hero-section .title_block .btn {
      font-size: 1rem;
      line-height: 1.375rem;
      font-weight: 600;
      color: #fff;
      background: -webkit-gradient(linear, left top, right top, from(#0CA6F3), to(#3DB6F5));
      background: linear-gradient(90deg, #0CA6F3 0%, #3DB6F5 100%);
      padding: 14px 24px;
      border-radius: 16px;
      cursor: pointer; }
      .hero-section .title_block .btn:hover {
        opacity: 0.9; }
      @media (max-width: 480px) {
        .hero-section .title_block .btn {
          min-width: 100%;
          text-align: center; } }
  .hero-section .list_block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 2rem;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start; }
    @media (max-width: 760px) {
      .hero-section .list_block {
        gap: 2rem;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; } }
    .hero-section .list_block .list_block-item {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      gap: 1rem;
      color: #fff;
      min-width: 202px; }
      @media (max-width: 760px) {
        .hero-section .list_block .list_block-item {
          min-width: auto;
          max-width: calc(50% - 16px);
          gap: 0.5rem; }
          .hero-section .list_block .list_block-item:last-child {
            max-width: 100%; } }
      .hero-section .list_block .list_block-item span {
        font-family: "Ysabeau Infant", sans-serif;
        font-weight: 600;
        font-size: 1.4375rem;
        line-height: 2rem;
        position: relative; }
        .hero-section .list_block .list_block-item span:before {
          content: '';
          position: absolute;
          width: 40px;
          height: 2px;
          background: #f14e32;
          top: 0;
          left: 0; }
      .hero-section .list_block .list_block-item p {
        font-size: 0.9375rem;
        line-height: 1.3125rem; }
      .hero-section .list_block .list_block-item b {
        font-size: 3.5625rem;
        line-height: 3.5625rem;
        font-family: "Ysabeau Infant", sans-serif;
        font-weight: 600;
        color: #f14e32;
        letter-spacing: -3%; }
        @media (max-width: 480px) {
          .hero-section .list_block .list_block-item b {
            font-size: 2.3125rem;
            line-height: 2.5625rem; } }
  .hero-section .owl-stage {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .hero-section .owl-stage .item {
      height: 100%;
      background-size: cover; }
      @media (max-width: 1020px) {
        .hero-section .owl-stage .item {
          background-image: none !important; } }
  .hero-section .service-introduction {
    padding-bottom: 30px;
    background: none;
    height: 100%; }
    .hero-section .service-introduction .service-header {
      max-width: 100%; }
    .hero-section .service-introduction .service-price {
      margin: 30px 0; }
  .hero-section h2 {
    color: white;
    font-size: 2.6rem;
    font-weight: 300;
    line-height: 50px;
    line-height: 0.96em;
    margin-bottom: 26px; }
    @media (min-width: 1600px) {
      .hero-section h2 {
        font-size: 50px;
        font-size: 3.1rem; } }
    @media (max-width: 760px) {
      .hero-section h2 {
        font-size: 2rem; } }
  .hero-section h3 {
    color: #f9f9f9;
    font-size: 14px;
    font-size: 0.9rem;
    font-weight: 700;
    line-height: 1.5em;
    text-transform: uppercase;
    margin-bottom: 1em; }
    @media (min-width: 1600px) {
      .hero-section h3 {
        margin-bottom: 16px; } }
  .hero-section p,
  .hero-section a {
    color: inherit;
    font-size: 16px;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5em; }
    @media (min-width: 2048px) {
      .hero-section p,
      .hero-section a {
        font-size: 1.4rem; } }
  .hero-section .hero-carousel {
    display: block;
    width: 100%; }
    .hero-section .hero-carousel:not(.owl-loaded) .item:not(:first-child) {
      display: none !important; }
  .hero-section .owl-dots {
    position: absolute;
    bottom: 25px;
    text-align: center;
    width: 100%; }
  .hero-section .owl-controls .owl-dot {
    border-color: #fff; }
    .hero-section .owl-controls .owl-dot.active {
      background-color: #fff; }
  .hero-section .owl-carousel .owl-nav .owl-prev,
  .hero-section .owl-carousel .owl-nav .owl-next {
    background: transparent 50% 50% no-repeat;
    background-size: contain;
    display: block !important;
    height: 40px;
    width: 40px;
    position: absolute;
    top: 50%;
    margin-top: -20px; }
    @media (max-width: 1020px) {
      .hero-section .owl-carousel .owl-nav .owl-prev,
      .hero-section .owl-carousel .owl-nav .owl-next {
        display: none !important; } }
  .hero-section .owl-carousel .owl-nav .owl-prev {
    left: 40px;
    background-image: url("../img/icons/slide-prev-1.svg"); }
    @media (max-width: 1480px) {
      .hero-section .owl-carousel .owl-nav .owl-prev {
        left: 10px; } }
  .hero-section .owl-carousel .owl-nav .owl-next {
    right: 40px;
    background-image: url("../img/icons/slide-next-1.svg"); }
    @media (max-width: 1480px) {
      .hero-section .owl-carousel .owl-nav .owl-next {
        right: 10px; } }
  .hero-section .slide-description {
    display: inline-block;
    vertical-align: middle;
    padding-right: 40px;
    width: 800px; }
    .hero-section .slide-description .service-price {
      white-space: nowrap; }
    @media (max-width: 1020px) {
      .hero-section .slide-description .service-price {
        white-space: normal; } }
    @media (max-width: 760px) {
      .hero-section .slide-description {
        padding-right: 0;
        width: 100%; } }
  .hero-section .carousel-subheading {
    font-size: 1rem;
    color: inherit; }
    .hero-section .carousel-subheading ol li::before {
      color: inherit; }
    .hero-section .carousel-subheading ul li::before {
      content: '\f00c';
      font-family: FontAwesome;
      color: #f54f29; }
    .hero-section .carousel-subheading ul li {
      color: inherit;
      display: inline-block;
      margin-right: 1.1rem;
      line-height: 1.1em;
      padding: 0.35em 0.5em; }
    .hero-section .carousel-subheading ul, .hero-section .carousel-subheading ol {
      padding-left: 1rem;
      margin-bottom: 0.2rem;
      margin-top: 0.5rem; }

.search-section {
  background-size: cover;
  background: #f9f9f9; }
  .search-section .container {
    margin: 0 auto;
    padding: 48px 20px 90px;
    width: 100%;
    max-width: 700px; }
    @media (max-width: 760px) {
      .search-section .container {
        padding: 48px 15px 40px; } }
  .search-section .search-wrapper {
    text-align: center; }
    .search-section .search-wrapper h1, .search-section .search-wrapper h2, .search-section .search-wrapper h3, .search-section .search-wrapper h4 {
      line-height: 1em;
      margin: 0 0 22px;
      color: #333;
      font-size: 36px;
      font-weight: 100; }
      @media (max-width: 760px) {
        .search-section .search-wrapper h1, .search-section .search-wrapper h2, .search-section .search-wrapper h3, .search-section .search-wrapper h4 {
          font-size: 26px; } }
    .search-section .search-wrapper .input-form {
      font-size: 0;
      white-space: nowrap; }
      .search-section .search-wrapper .input-form > * {
        vertical-align: middle; }
      .search-section .search-wrapper .input-form input[type="text"] {
        background-color: white;
        border: 1px solid #0e8acb;
        height: 40px;
        width: 100%;
        width: calc(100% - 40px); }
        .search-section .search-wrapper .input-form input[type="text"]::-webkit-input-placeholder {
          color: #333;
          font-size: 16px;
          font-weight: 300; }
        .search-section .search-wrapper .input-form input[type="text"]::-moz-placeholder {
          color: #333;
          font-size: 16px;
          font-weight: 300; }
        .search-section .search-wrapper .input-form input[type="text"]:-ms-input-placeholder {
          color: #333;
          font-size: 16px;
          font-weight: 300; }
        .search-section .search-wrapper .input-form input[type="text"]::-ms-input-placeholder {
          color: #333;
          font-size: 16px;
          font-weight: 300; }
        .search-section .search-wrapper .input-form input[type="text"]::placeholder {
          color: #333;
          font-size: 16px;
          font-weight: 300; }
      .search-section .search-wrapper .input-form input[type="submit"] {
        background: #0e8acb url("../img/icons/search-icon-1.svg") 50% 50% no-repeat;
        border: 1px solid #0e8acb;
        height: 40px;
        width: 40px; }
    .search-section .search-wrapper button {
      background-color: #f54f29;
      border-radius: 3px;
      color: white;
      font-size: 14px;
      font-weight: 400;
      padding: 14px 40px;
      text-transform: uppercase; }
      .search-section .search-wrapper button:hover {
        background-color: #d63d1a; }

.advantages-section {
  font-size: 0;
  letter-spacing: 0;
  padding: 46px 0;
  background: #f9f9f9;
  position: relative;
  overflow: hidden; }
  .advantages-section .container {
    position: relative; }
  .advantages-section h1, .advantages-section h2, .advantages-section h3, .advantages-section h4 {
    text-align: center;
    line-height: 1em;
    margin: 0 0 22px;
    color: #333;
    font-size: 36px;
    font-size: 2.3rem;
    font-weight: 100; }
    @media (max-width: 760px) {
      .advantages-section h1, .advantages-section h2, .advantages-section h3, .advantages-section h4 {
        padding-left: 15px;
        padding-right: 15px;
        font-size: 26px; } }
  .advantages-section .owl-carousel .owl-nav .owl-prev,
  .advantages-section .owl-carousel .owl-nav .owl-next {
    background: transparent 50% 50% no-repeat;
    background-size: contain;
    display: block;
    display: none !important;
    height: 40px;
    width: 40px;
    position: absolute;
    top: 50%;
    margin-top: -20px; }
  .advantages-section .owl-carousel .owl-nav .owl-prev {
    background-image: url("../img/icons/slide-prev-2.svg");
    left: -80px; }
    @media (max-width: 1480px) {
      .advantages-section .owl-carousel .owl-nav .owl-prev {
        left: -40px; } }
    @media (max-width: 1020px) {
      .advantages-section .owl-carousel .owl-nav .owl-prev {
        left: -20px; } }
    @media (max-width: 760px) {
      .advantages-section .owl-carousel .owl-nav .owl-prev {
        display: none !important; } }
  .advantages-section .owl-carousel .owl-nav .owl-next {
    background-image: url("../img/icons/slide-next-2.svg");
    right: -80px; }
    @media (max-width: 1480px) {
      .advantages-section .owl-carousel .owl-nav .owl-next {
        right: -40px; } }
    @media (max-width: 1020px) {
      .advantages-section .owl-carousel .owl-nav .owl-next {
        right: -20px; } }
    @media (max-width: 760px) {
      .advantages-section .owl-carousel .owl-nav .owl-next {
        display: none !important; } }
  @media (max-width: 1020px) {
    .advantages-section .advantage-items-holder {
      margin: 0; } }
  .advantages-section .advantage-item {
    display: inline-block;
    text-align: left;
    font-size: 13px;
    margin-top: 40px;
    vertical-align: top;
    width: 33%; }
    .advantages-section .advantage-item h3, .advantages-section .advantage-item h4 {
      color: #0e8acb;
      text-align: left;
      font-size: 30px;
      font-weight: 400;
      margin-bottom: 10px;
      padding-left: 0;
      padding-right: 0; }
    .advantages-section .advantage-item img {
      margin-bottom: 16px;
      height: 64px;
      width: auto; }
    @media (max-width: 760px) {
      .advantages-section .advantage-item {
        width: 100%;
        text-align: center; }
        .advantages-section .advantage-item h3, .advantages-section .advantage-item h4 {
          text-align: center; }
        .advantages-section .advantage-item img {
          margin: 0 auto;
          margin-bottom: 16px; } }
  .advantages-section .owl-item .advantage-item {
    width: 100%; }

.owl-controls .owl-dots {
  margin-top: 20px;
  text-align: center; }

.owl-controls .owl-dot {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0.25rem;
  height: 0.5rem;
  width: 0.5rem;
  border: 1px solid #0e8acb;
  border-radius: 50%; }
  .owl-controls .owl-dot.active {
    background-color: #0e8acb; }

.partners-section .controls, .partners-section .paginator-holder {
  margin-top: 58px; }

.partners-section .owl-carousel {
  font-size: 0; }
  .partners-section .owl-carousel .owl-item {
    display: inline-block;
    float: none;
    vertical-align: middle; }

.partners-section .label-holder {
  text-align: center;
  margin-top: 38px;
  margin-bottom: 29px; }
  .partners-section .label-holder h1, .partners-section .label-holder h2, .partners-section .label-holder h3, .partners-section .label-holder h4 {
    line-height: 1em;
    margin: 0 0 22px;
    color: #333;
    font-size: 36px;
    font-weight: 100; }
    @media (max-width: 760px) {
      .partners-section .label-holder h1, .partners-section .label-holder h2, .partners-section .label-holder h3, .partners-section .label-holder h4 {
        font-size: 26px; } }

.partners-section .parnters-holder .caroufredsel_wrapper {
  overflow: hidden;
  overflow-x: auto;
  overflow-y: hidden; }
  .partners-section .parnters-holder .caroufredsel_wrapper::-webkit-scrollbar {
    height: 0;
    width: 0; }
  .partners-section .parnters-holder .caroufredsel_wrapper .parnters-container {
    white-space: nowrap; }
    .partners-section .parnters-holder .caroufredsel_wrapper .parnters-container .partner {
      display: inline-block;
      vertical-align: middle;
      -webkit-transform: translateZ(0);
              transform: translateZ(0);
      text-align: center;
      margin: 25px 25px;
      -webkit-transition: 0.3s ease-in-out;
      transition: 0.3s ease-in-out; }

.articles-slider-section {
  margin-top: 26px;
  padding-top: 30px;
  padding-bottom: 50px;
  background: #f9f9f9; }
  .articles-slider-section .owl-stage-outer {
    margin-bottom: 0.5rem; }

@media (max-width: 760px) {
  .about-container {
    padding: 0 0; } }

.about-container, .about-container p {
  color: #777;
  font-size: 14px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.4em;
  margin-top: 23px; }

.about-container ul, .about-container ol {
  padding-top: 8px;
  padding-left: 22px; }

.about-container li {
  list-style: inherit; }

.contacts {
  font-size: 0;
  letter-spacing: 0;
  padding-top: 3rem; }
  .contacts .left-side, .contacts .center, .contacts .right-side {
    display: inline-block;
    vertical-align: top; }
  .contacts .left-side {
    width: 28%; }
  .contacts .center {
    width: 34%; }
  .contacts .right-side {
    width: 38%;
    text-align: right; }
  @media (max-width: 1280px) {
    .contacts .left-side {
      width: 24%; }
    .contacts .center {
      width: 36%; }
    .contacts .right-side {
      width: 40%; } }
  @media (max-width: 1020px) {
    .contacts .left-side {
      width: 50%; }
    .contacts .center {
      width: 50%; }
    .contacts .right-side {
      text-align: left;
      width: 100%; } }
  @media (max-width: 760px) {
    .contacts {
      padding-top: 1.5rem; }
      .contacts .left-side, .contacts .center {
        width: 100%; }
      .contacts .right-side .map-section {
        width: 100%; }
        .contacts .right-side .map-section img {
          max-width: 100%; } }
  .contacts span.contacts__heading {
    display: block;
    margin: 1em 0;
    margin-top: 0;
    color: #0e8acb;
    font-size: 3rem;
    font-weight: 100;
    line-height: 1.2em;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    max-width: 900px; }
    @media (max-width: 760px) {
      .contacts span.contacts__heading {
        font-size: 2rem;
        margin: 0.75em 0;
        margin-top: 0; } }
    @media (min-width: 2048px) {
      .contacts span.contacts__heading {
        max-width: 100%; } }
  .contacts span {
    display: block;
    color: black;
    font-size: 1.15rem;
    font-weight: 600;
    line-height: 1.875em; }
  .contacts ul {
    margin-top: 0.25rem;
    margin-right: 2.5rem; }
  .contacts a {
    color: #0072af; }
    .contacts a:hover {
      color: #0e8acb; }
  .contacts .map-section {
    display: inline-block;
    text-align: left; }
    .contacts .map-section img {
      margin-top: 0.25rem;
      border-radius: 5px;
      width: 100%;
      max-width: 400px; }
  .contacts .btn-callback-contact {
    color: #0072af;
    border: 2px solid #0072af;
    border-radius: 5px;
    font-size: 0.9rem;
    font-weight: 400;
    line-height: 1em;
    padding: 11px 22px;
    -webkit-transition: color 100ms, background 100ms;
    transition: color 100ms, background 100ms;
    text-transform: uppercase;
    margin-top: 0.5em; }
    .contacts .btn-callback-contact:hover {
      background-color: #0072af;
      color: #fff; }
  .contacts .cellphones-group,
  .contacts .chats-group,
  .contacts .emails-group {
    vertical-align: top;
    font-size: 1rem;
    margin-bottom: 1.75rem; }
  .contacts .cellphones-group li, .contacts .chats-group li {
    margin-bottom: 10px;
    color: #384044;
    white-space: nowrap; }
    .contacts .cellphones-group li a, .contacts .chats-group li a {
      white-space: initial;
      display: inline-block;
      line-height: 1.5rem;
      vertical-align: middle;
      padding-left: 0.25rem;
      color: #384044; }
      .contacts .cellphones-group li a:hover, .contacts .chats-group li a:hover {
        color: #0e8acb; }
  .contacts .cellphones-group .image, .contacts .cellphones-group svg, .contacts .chats-group .image, .contacts .chats-group svg {
    display: inline-block;
    vertical-align: middle;
    height: 1.875rem;
    width: 1.875rem; }
  .contacts .emails-group {
    margin-top: -1rem; }
    .contacts .emails-group span {
      font-size: 1.2rem;
      color: #333;
      font-weight: 400;
      line-height: normal;
      margin-top: 1rem;
      margin-bottom: 0; }
  .contacts .socials-holder-footer {
    margin: 2.75rem 0; }
    @media (max-width: 760px) {
      .contacts .socials-holder-footer {
        margin: 2rem; } }
    .contacts .socials-holder-footer ul {
      margin-right: 0; }
    .contacts .socials-holder-footer li {
      display: inline-block;
      margin: 5px 5px; }

.search-input-1 {
  position: relative;
  overflow: hidden;
  margin-top: 4rem; }
  .search-input-1 .wrap {
    position: relative; }
  .search-input-1 input[type="text"], .search-input-1 input.text {
    background-color: #ffffff;
    border: 1px solid #e2e2e2;
    height: 3rem;
    margin: 0;
    padding-left: 1.5rem;
    width: 100%;
    width: calc(100% - 3.5rem);
    border-top-left-radius: 1.5rem;
    border-bottom-left-radius: 1.5rem; }
    .search-input-1 input[type="text"]::-webkit-input-placeholder, .search-input-1 input.text::-webkit-input-placeholder {
      color: #666;
      font-size: 16px;
      font-size: 1rem;
      font-weight: 300; }
    .search-input-1 input[type="text"]::-moz-placeholder, .search-input-1 input.text::-moz-placeholder {
      color: #666;
      font-size: 16px;
      font-size: 1rem;
      font-weight: 300; }
    .search-input-1 input[type="text"]:-ms-input-placeholder, .search-input-1 input.text:-ms-input-placeholder {
      color: #666;
      font-size: 16px;
      font-size: 1rem;
      font-weight: 300; }
    .search-input-1 input[type="text"]::-ms-input-placeholder, .search-input-1 input.text::-ms-input-placeholder {
      color: #666;
      font-size: 16px;
      font-size: 1rem;
      font-weight: 300; }
    .search-input-1 input[type="text"]::placeholder, .search-input-1 input.text::placeholder {
      color: #666;
      font-size: 16px;
      font-size: 1rem;
      font-weight: 300; }
  .search-input-1 input[type="submit"], .search-input-1 .submit {
    display: inline-block;
    height: 3rem;
    width: 3.5rem;
    position: absolute;
    top: 0;
    right: 0;
    border: none;
    border-top-right-radius: 1.5rem;
    border-bottom-right-radius: 1.5rem;
    color: #0e8acb;
    font-size: 1rem;
    font-weight: 700;
    text-transform: uppercase;
    background-color: #0e8acb;
    background-image: url("../img/icons/search-icon-1.svg");
    background-position: 45% 52%;
    background-repeat: no-repeat; }

.search-result-section > form {
  position: relative;
  padding: 15px 0;
  display: none; }
  .search-result-section > form input {
    height: 50px;
    width: 50%; }
  .search-result-section > form input[type="text"] {
    width: 100%;
    color: #666;
    font-size: 16px;
    font-weight: 300;
    background-color: white;
    border: 1px solid #e2e2e2;
    -webkit-box-shadow: inset 0 2px 2px rgba(0, 0, 0, 0.06);
            box-shadow: inset 0 2px 2px rgba(0, 0, 0, 0.06); }
  .search-result-section > form input[type="submit"] {
    background: #0e8acb url("../img/icons/search-icon-1.svg") 50% 50% no-repeat;
    border: none;
    position: absolute;
    right: 0;
    top: 0;
    width: 50px; }
  .search-result-section > form td {
    position: relative; }
  .search-result-section > form noindex {
    display: none; }
  .search-result-section > form:before {
    content: '';
    position: absolute;
    background-color: #eef2f8;
    top: 0;
    bottom: 0;
    left: calc(-13.5vw);
    right: calc(-13.5vw);
    z-index: -1; }
    @media (max-width: 1020px) {
      .search-result-section > form:before {
        left: -20px;
        right: -20px; } }

.search-result-section .search-result .search-item {
  margin-top: 36px; }
  .search-result-section .search-result .search-item h4 {
    margin-bottom: 12px; }
    @media (max-width: 1020px) {
      .search-result-section .search-result .search-item h4 {
        margin-bottom: 8px; } }
    .search-result-section .search-result .search-item h4, .search-result-section .search-result .search-item h4 a {
      color: #243e57;
      font-size: 2rem;
      line-height: 1.2em;
      font-weight: 100; }
      @media (max-width: 1020px) {
        .search-result-section .search-result .search-item h4, .search-result-section .search-result .search-item h4 a {
          font-size: 1.5rem; } }
    .search-result-section .search-result .search-item h4 a {
      color: #0072af;
      font-weight: 100; }
      .search-result-section .search-result .search-item h4 a:hover {
        text-decoration: none; }
  .search-result-section .search-result .search-item .search-preview {
    color: #666;
    font-size: 15px;
    line-height: 1.5em;
    font-weight: 400; }
  .search-result-section .search-result .search-item .search-item-meta {
    display: none; }
  .search-result-section .search-result .search-item:first-child {
    margin-top: 42px; }

.search-result-section .search-result .search-sorting {
  margin-top: 2rem; }
  .search-result-section .search-result .search-sorting b {
    margin: 0 10px; }
  .search-result-section .search-result .search-sorting a {
    color: #0072af; }
    .search-result-section .search-result .search-sorting a:hover {
      color: #33a5e2; }

.consult-me-block {
  background-color: #eef2f8;
  margin: 64px 0 101px;
  padding: 44px 68px 49px; }
  @media (max-width: 1020px) {
    .consult-me-block {
      margin: 64px 0 60px;
      padding: 26px 20px 32px; } }
  .consult-me-block h1, .consult-me-block h2, .consult-me-block h3, .consult-me-block h4, .consult-me-block h5, .consult-me-block h6 {
    color: #243e57;
    font-size: 24px;
    font-size: 2rem;
    font-weight: 300;
    line-height: 30px;
    line-height: 1.2em; }
    @media (max-width: 760px) {
      .consult-me-block h1, .consult-me-block h2, .consult-me-block h3, .consult-me-block h4, .consult-me-block h5, .consult-me-block h6 {
        font-size: 1.4rem; } }
  .consult-me-block button, .consult-me-block .btn {
    color: white;
    font-size: 12px;
    font-weight: 400;
    text-transform: uppercase;
    background-color: #243e57;
    border-radius: 3px;
    padding: 12px 23px;
    text-align: center;
    margin-top: 25px;
    margin-right: 10px; }
    @media (max-width: 1020px) {
      .consult-me-block button, .consult-me-block .btn {
        margin-top: 15px; } }
    @media (max-width: 760px) {
      .consult-me-block button, .consult-me-block .btn {
        width: 100%; } }
    .consult-me-block button.hot, .consult-me-block .btn.hot {
      background-color: #f54f29; }

.sales-bonuses-block {
  margin-top: 40px;
  margin-bottom: 13px;
  position: relative; }
  @media (max-width: 1020px) {
    .sales-bonuses-block {
      padding: 0 0; } }
  .sales-bonuses-block h1, .sales-bonuses-block h2, .sales-bonuses-block h3 {
    margin-bottom: 18px;
    color: #5caae5;
    font-size: 28px;
    font-size: 2rem;
    font-weight: 300;
    line-height: 40px;
    display: block;
    overflow: hidden; }
    .sales-bonuses-block h1 .icon, .sales-bonuses-block h2 .icon, .sales-bonuses-block h3 .icon {
      width: 3rem;
      height: 3.2rem;
      vertical-align: middle;
      margin-right: 0.2em; }

@media (max-width: 1020px) {
  .accordion {
    padding: 0 0; } }

.accordion .allHeaders, .accordion .h1, .accordion .h2, .accordion .h3, .accordion .h4, .accordion .h5, .accordion .h6 {
  margin: 0; }

.accordion .pseudo-plus-icon span, .accordion .h2 span, .accordion .h3 span {
  display: block;
  overflow: hidden; }

.accordion .pseudo-plus-icon:before, .accordion .h2:before, .accordion .h3:before {
  content: '';
  display: inline-block;
  float: left;
  font-family: FontAwesome;
  border-radius: 50%;
  color: #0e8acb;
  font-size: 16px;
  position: relative;
  margin-right: 18px;
  margin-left: 2px;
  margin-top: 8px;
  left: 6px;
  line-height: 15px;
  height: 15px;
  width: 15px; }
  @media (max-width: 1020px) {
    .accordion .pseudo-plus-icon:before, .accordion .h2:before, .accordion .h3:before {
      margin-top: 2px;
      margin-right: 10px; } }

.accordion .pseudo-plus-icon.opened:before, .accordion .opened.h2:before, .accordion .opened.h3:before {
  content: '';
  color: #999; }

.accordion .h1 {
  color: #333;
  cursor: default !important;
  font-size: 24px;
  font-weight: 300;
  line-height: 1.4em;
  margin-top: 14px;
  margin-bottom: 31px; }
  @media (max-width: 1020px) {
    .accordion .h1 {
      font-size: 18px;
      margin-top: 16px;
      margin-bottom: 12px; } }
  .accordion .h1 + .cont {
    max-height: initial; }

.accordion .h2 {
  color: #243e57;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.66em;
  padding-bottom: 6px;
  margin-bottom: 4px;
  border-bottom: 1px solid #e2e2e2; }
  @media (max-width: 1020px) {
    .accordion .h2 {
      font-size: 14px;
      margin-left: 0; } }
  .accordion .h2 + .cont .trigger {
    margin-left: 40px; }
    @media (max-width: 1020px) {
      .accordion .h2 + .cont .trigger {
        margin-left: 20px; } }

.accordion .h3 {
  color: #666;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.875em; }
  @media (max-width: 1020px) {
    .accordion .h3 {
      font-size: 12px;
      line-height: 1.4em;
      margin-bottom: 12px; } }
  .accordion .h3 + .cont .trigger {
    margin-left: 40px; }
    @media (max-width: 1020px) {
      .accordion .h3 + .cont .trigger {
        margin-left: 20px; } }
  @media (max-width: 1020px) {
    .accordion .h3 + .cont .price-item {
      margin-left: 0; } }

.accordion .h4 {
  color: #666;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.875em; }
  .accordion .h4 + .cont .trigger {
    margin-left: 40px; }
    @media (max-width: 1020px) {
      .accordion .h4 + .cont .trigger {
        margin-left: 20px; } }

.accordion pre {
  white-space: normal;
  font-family: "OpenSans", Arial, sans-serif;
  overflow: hidden; }
  @media (max-width: 1020px) {
    .accordion pre {
      display: block;
      width: 100%; } }

.accordion .trigger {
  cursor: pointer; }

.accordion .cont {
  overflow: hidden;
  max-height: 0;
  -webkit-transition: max-height 0.6s;
  transition: max-height 0.6s; }
  .accordion .cont.opened {
    max-height: 9999999px;
    -webkit-transition: max-height 0.6s;
    transition: max-height 0.6s; }

@media (max-width: 1020px) {
  .accordion .table-holder {
    padding-right: 47px; } }

.accordion .table-holder tr:first-child td {
  padding-top: 14px; }
  @media (max-width: 1020px) {
    .accordion .table-holder tr:first-child td {
      padding-top: 2px; } }
  .accordion .table-holder tr:first-child td.price-value:after, .accordion .table-holder tr:first-child td.price-value:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    height: 38px;
    width: 38px;
    border-radius: 4px;
    margin-left: 10px;
    background: url("../img/icons/icon-cart-1.svg") 50% 50% no-repeat;
    background-size: contain;
    -webkit-transition: background 200ms, -webkit-transform 200ms, -webkit-filter 200ms;
    transition: background 200ms, -webkit-transform 200ms, -webkit-filter 200ms;
    transition: transform 200ms, filter 200ms, background 200ms;
    transition: transform 200ms, filter 200ms, background 200ms, -webkit-transform 200ms, -webkit-filter 200ms;
    position: absolute;
    top: 50%;
    right: 12px;
    margin-top: -19px; }
    @media (max-width: 1020px) {
      .accordion .table-holder tr:first-child td.price-value:after, .accordion .table-holder tr:first-child td.price-value:before {
        right: 8px; } }
  .accordion .table-holder tr:first-child td.price-value:after {
    background: url("../img/icons/icon-cart-2.svg") 50% 50% no-repeat;
    opacity: 0; }

.accordion .table-holder tr:last-child td {
  padding-bottom: 14px; }
  @media (max-width: 1020px) {
    .accordion .table-holder tr:last-child td {
      padding-bottom: 2px; } }

@media (max-width: 1020px) {
  .accordion tbody {
    display: block;
    width: 100%; } }

.accordion table {
  border-collapse: collapse;
  table-layout: fixed;
  width: 100%; }
  @media (max-width: 1020px) {
    .accordion table {
      display: block;
      table-layout: auto;
      width: 100%; } }
  .accordion table:nth-child(odd) {
    background-color: #ffffff; }
  .accordion table:nth-child(even) {
    background-color: #f9f9f9;
    background-color: red; }

.accordion tr {
  vertical-align: top;
  -webkit-transition: background 200ms;
  transition: background 200ms; }
  @media (max-width: 1020px) {
    .accordion tr {
      display: block;
      padding: 6px 0;
      width: 100%; } }

.accordion td {
  padding: 2px 10px;
  vertical-align: middle; }
  @media (max-width: 1020px) {
    .accordion td {
      padding: 6px 0;
      display: block;
      width: 100%; } }
  .accordion td.price-title {
    color: #0093dd;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    padding-right: 20px;
    padding-bottom: 14px; }
    @media (max-width: 1020px) {
      .accordion td.price-title {
        padding-left: 15px;
        padding-right: 15px;
        width: 100%; } }
    .accordion td.price-title a:hover {
      text-decoration: underline; }
  .accordion td.price-term {
    text-align: right;
    padding-right: 20px;
    color: #999;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px; }
    @media (max-width: 1020px) {
      .accordion td.price-term {
        text-align: left;
        padding-left: 15px;
        padding-right: 15px;
        width: 100%; } }
  .accordion td.price-value {
    color: #243e57;
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
    padding-left: 20px;
    text-align: right;
    padding-right: 60px;
    white-space: nowrap;
    width: 250px; }
    .accordion td.price-value pre {
      display: inline-block;
      vertical-align: middle;
      white-space: nowrap;
      text-overflow: ellipsis;
      max-width: 100%; }
      @media (max-width: 1020px) {
        .accordion td.price-value pre {
          max-width: calc(100% - 28px); } }
    @media (max-width: 1020px) {
      .accordion td.price-value {
        padding-left: 15px;
        padding-right: 15px;
        text-align: left;
        white-space: nowrap;
        width: 100%; } }
  .accordion td:nth-child(4) {
    width: 10%; }

.accordion .price-item {
  border: 1px solid #bed8f0;
  margin-top: -1px;
  position: relative;
  -webkit-transition: background 200ms;
  transition: background 200ms; }
  .accordion .price-item:hover tr td.price-value:after {
    background: url("../img/icons/icon-cart-2.svg") 50% 50% no-repeat;
    background-size: contain;
    -webkit-transition: opacity 100ms;
    transition: opacity 100ms;
    opacity: 1; }
  .accordion .price-item:first-child {
    margin-top: 15px; }
  .accordion .price-item + .clear:last-child, .accordion .price-item:last-child {
    margin-bottom: 20px; }

.accordion .price-title, .accordion .price-title a {
  color: #0072af;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25em; }

.accordion .price-title a {
  display: inline-block;
  padding-left: 0.6rem;
  position: relative;
  overflow: hidden; }
  @media (max-width: 1020px) {
    .accordion .price-title a {
      padding-left: 0; } }

.accordion .price-term {
  color: #999;
  font-size: 14px;
  font-weight: 400; }

.accordion .price-value {
  color: #243e57;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer; }

.addresses-page__item {
  font-size: 0;
  letter-spacing: 0;
  position: relative;
  margin-top: 2rem; }
  @media (min-width: 1019px) {
    .addresses-page__item {
      margin-top: 3rem; }
      .addresses-page__item:before {
        content: "";
        display: block;
        background: url(../img/icons/icon-pin-1.svg) 0 0 no-repeat;
        background-size: contain;
        height: 50px;
        width: 30px;
        position: absolute;
        left: 0;
        top: 6px; } }

.addresses-page__address-block, .addresses-page__map-block {
  font-size: 1rem;
  vertical-align: top; }
  @media (min-width: 1019px) {
    .addresses-page__address-block, .addresses-page__map-block {
      display: inline-block; } }

@media (min-width: 1019px) {
  .addresses-page__address-block {
    padding-left: 46px;
    width: 60%; } }

.addresses-page__address-block table {
  margin-left: -6px;
  margin-top: 3px; }
  .addresses-page__address-block table td {
    padding: 1px 6px;
    color: #666;
    font-size: 15px; }

.addresses-page__address-block p {
  line-height: 1.4em; }

.addresses-page__address-content {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 500ms, opacity 300ms;
  transition: max-height 500ms, opacity 300ms;
  opacity: 0; }
  .addresses-page__item.opened .addresses-page__address-content {
    -webkit-transition: max-height 500ms, opacity 300ms;
    transition: max-height 500ms, opacity 300ms;
    max-height: 20rem;
    opacity: 1; }

.addresses-page__address-header {
  cursor: pointer;
  font-size: 2rem;
  line-height: 1.2em;
  position: relative;
  color: #0e8acb;
  font-weight: 100;
  margin-top: 0;
  margin-bottom: 0.5em; }

.addresses-page__address-primary-information {
  margin-bottom: 4px; }

.addresses-page__additional-info {
  margin-top: 1em; }

.addresses-page__map-block {
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  overflow: hidden;
  opacity: 0;
  -webkit-transition: opacity 300ms;
  transition: opacity 300ms; }
  @media (max-width: 1020px) {
    .addresses-page__map-block {
      height: 0;
      -webkit-transition: height 300ms, opacity 300ms, margin 300ms;
      transition: height 300ms, opacity 300ms, margin 300ms; } }
  @media (min-width: 1019px) {
    .addresses-page__map-block {
      position: absolute;
      width: 38%; } }
  .addresses-page__item.opened .addresses-page__map-block {
    opacity: 1; }
    @media (min-width: 1019px) {
      .addresses-page__item.opened .addresses-page__map-block {
        -webkit-transition-delay: 500ms;
                transition-delay: 500ms; } }
    @media (max-width: 1020px) {
      .addresses-page__item.opened .addresses-page__map-block {
        margin-top: 2rem;
        height: 300px;
        height: 50vh; } }

.news-list {
  margin-top: 40px; }
  @media (max-width: 1020px) {
    .news-list {
      padding: 0 0; } }
  .news-list .news-item {
    font-weight: 300;
    margin: 0;
    margin-bottom: 3rem;
    width: 20%;
    width: calc(25% - 50px); }
    .news-list .news-item, .news-list .news-item b {
      color: #666;
      font-size: 1rem;
      line-height: 1.5em; }
    @media (max-width: 1280px) {
      .news-list .news-item {
        width: calc(33% - 50px); } }
    @media (max-width: 1020px) {
      .news-list .news-item {
        width: calc(50% - 40px); } }
    @media (max-width: 760px) {
      .news-list .news-item {
        width: 100%; } }
    .news-list .news-item img {
      display: block;
      height: auto;
      width: 100%; }
    .news-list .news-item br {
      display: none; }
    .news-list .news-item .preview_picture {
      float: none !important;
      display: block;
      margin-bottom: 1em; }
    .news-list .news-item__header {
      display: block;
      font-size: 1.2rem;
      line-height: 1.2em;
      color: #0072af;
      display: block;
      font-size: 1.4rem;
      font-weight: 100;
      line-height: 1.2em;
      margin-bottom: 0.5em; }
      .news-list .news-item__header:hover {
        color: #0e8acb; }
  .news-list .tags-cloud {
    margin-top: 0.5em; }
    .news-list .tags-cloud a {
      color: #0072af;
      font-size: 0.88rem;
      font-style: italic;
      text-transform: lowercase; }
      .news-list .tags-cloud a:hover {
        color: #0e8acb; }
    .news-list .tags-cloud li {
      display: inline-block;
      margin-right: 0.5em; }

#totop {
  cursor: pointer;
  position: fixed;
  right: 16px;
  bottom: 16px;
  pointer-events: none;
  opacity: 0;
  z-index: 8;
  -webkit-transform: translateY(20px) translateZ(0);
          transform: translateY(20px) translateZ(0);
  -webkit-transition: opacity .3s, -webkit-transform .3s;
  transition: opacity .3s, -webkit-transform .3s;
  transition: transform .3s, opacity .3s;
  transition: transform .3s, opacity .3s, -webkit-transform .3s; }
  @media (max-width: 760px) {
    #totop {
      display: none; } }
  #totop img {
    width: 26px; }
  #totop.opened {
    opacity: 1;
    pointer-events: all;
    -webkit-transform: translateY(0) translateZ(0);
            transform: translateY(0) translateZ(0); }

@media (min-width: 1020px) {
  .service-introduction--background:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: -webkit-gradient(linear, left top, right top, color-stop(10%, rgba(14, 137, 203, 0.9)), color-stop(55%, rgba(90, 170, 230, 0.8)), to(rgba(90, 170, 230, 0.2)));
    background: linear-gradient(to right, rgba(14, 137, 203, 0.9) 10%, rgba(90, 170, 230, 0.8) 55%, rgba(90, 170, 230, 0.2) 100%);
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
    -webkit-box-shadow: inset 0.125rem 0px 0.25rem 0.25rem rgba(0, 0, 0, 0.05);
            box-shadow: inset 0.125rem 0px 0.25rem 0.25rem rgba(0, 0, 0, 0.05); } }

.service-introduction, .offer-introduction {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#007fc1), color-stop(#0188cc), color-stop(#0191d7), color-stop(#019ae2), to(#00a3ed));
  background-image: linear-gradient(to bottom, #007fc1, #0188cc, #0191d7, #019ae2, #00a3ed);
  background-size: cover;
  padding: 1.75rem 0;
  color: #fff;
  position: relative;
  -webkit-box-shadow: inset 0.125rem 0px 0.25rem 0.25rem rgba(0, 0, 0, 0.05);
          box-shadow: inset 0.125rem 0px 0.25rem 0.25rem rgba(0, 0, 0, 0.05);
  text-shadow: 0 0 0.25rem rgba(0, 0, 0, 0.2); }
  @media (max-width: 1020px) {
    .service-introduction, .offer-introduction {
      background-image: -webkit-gradient(linear, left top, left bottom, from(#007fc1), color-stop(#0188cc), color-stop(#0191d7), color-stop(#019ae2), to(#00a3ed)) !important;
      background-image: linear-gradient(to bottom, #007fc1, #0188cc, #0191d7, #019ae2, #00a3ed) !important; } }
  .service-introduction > *, .offer-introduction > * {
    position: relative;
    z-index: 1; }
  @media (max-width: 1020px) {
    .service-introduction, .offer-introduction {
      padding: 1rem 0 2.25rem; } }
  .service-introduction .service-header, .service-introduction .offer-header, .offer-introduction .service-header, .offer-introduction .offer-header {
    max-width: 800px; }
    .service-introduction .service-header h1, .service-introduction .service-header h2, .service-introduction .offer-header h1, .service-introduction .offer-header h2, .offer-introduction .service-header h1, .offer-introduction .service-header h2, .offer-introduction .offer-header h1, .offer-introduction .offer-header h2 {
      color: #fff;
      font-size: 2.5rem;
      font-weight: 300;
      line-height: 2.625rem;
      margin-bottom: 1rem;
      margin-top: 0.5rem;
      text-transform: uppercase; }
      @media (max-width: 760px) {
        .service-introduction .service-header h1, .service-introduction .service-header h2, .service-introduction .offer-header h1, .service-introduction .offer-header h2, .offer-introduction .service-header h1, .offer-introduction .service-header h2, .offer-introduction .offer-header h1, .offer-introduction .offer-header h2 {
          font-size: 2rem; } }
    .service-introduction .service-header, .service-introduction .service-header p, .service-introduction .service-header a, .service-introduction .service-header ul li::before, .service-introduction .service-header ol li::before, .service-introduction .offer-header, .service-introduction .offer-header p, .service-introduction .offer-header a, .service-introduction .offer-header ul li::before, .service-introduction .offer-header ol li::before, .offer-introduction .service-header, .offer-introduction .service-header p, .offer-introduction .service-header a, .offer-introduction .service-header ul li::before, .offer-introduction .service-header ol li::before, .offer-introduction .offer-header, .offer-introduction .offer-header p, .offer-introduction .offer-header a, .offer-introduction .offer-header ul li::before, .offer-introduction .offer-header ol li::before {
      color: #fff;
      font-size: 1.075rem;
      font-weight: 400;
      line-height: 1.5em; }
    .service-introduction .service-header ul li::before, .service-introduction .offer-header ul li::before, .offer-introduction .service-header ul li::before, .offer-introduction .offer-header ul li::before {
      content: '\f00c';
      font-family: FontAwesome;
      color: #f14e32; }
    .service-introduction .service-header ul li, .service-introduction .offer-header ul li, .offer-introduction .service-header ul li, .offer-introduction .offer-header ul li {
      color: #fff;
      display: inline-block;
      margin-right: 1.125rem; }
    .service-introduction .service-header ul, .service-introduction .service-header ol, .service-introduction .offer-header ul, .service-introduction .offer-header ol, .offer-introduction .service-header ul, .offer-introduction .service-header ol, .offer-introduction .offer-header ul, .offer-introduction .offer-header ol {
      padding-left: 1rem;
      margin-top: 0.5rem;
      margin-bottom: 0; }
  .service-introduction_dark, .offer-introduction_dark {
    text-shadow: none; }
    @media (min-width: 1020px) {
      .service-introduction_dark, .offer-introduction_dark {
        background-color: #f5f4f4;
        color: #232323; }
        .service-introduction_dark .service-header h1, .service-introduction_dark .service-header h2, .service-introduction_dark .service-header h3, .service-introduction_dark .service-header, .service-introduction_dark .service-header p, .service-introduction_dark .service-header a, .service-introduction_dark .service-header ul li, .service-introduction_dark .service-header ol li::before, .offer-introduction_dark .service-header h1, .offer-introduction_dark .service-header h2, .offer-introduction_dark .service-header h3, .offer-introduction_dark .service-header, .offer-introduction_dark .service-header p, .offer-introduction_dark .service-header a, .offer-introduction_dark .service-header ul li, .offer-introduction_dark .service-header ol li::before {
          color: #232323; } }
  .service-introduction .service-price, .service-introduction .offer-price, .offer-introduction .service-price, .offer-introduction .offer-price {
    font-weight: 600;
    font-size: 1rem;
    margin-top: 1.5rem; }
    .service-introduction .service-price b, .service-introduction .offer-price b, .offer-introduction .service-price b, .offer-introduction .offer-price b {
      font-size: 1.875rem;
      font-weight: 400; }
    .service-introduction .service-price li, .service-introduction .offer-price li, .offer-introduction .service-price li, .offer-introduction .offer-price li {
      display: inline-block;
      margin-right: 0.625rem;
      vertical-align: text-top;
      line-height: 2.725rem; }
    .service-introduction .service-price .zaprosconl, .service-introduction .service-price .zaprosl, .service-introduction .offer-price .zaprosconl, .service-introduction .offer-price .zaprosl, .offer-introduction .service-price .zaprosconl, .offer-introduction .service-price .zaprosl, .offer-introduction .offer-price .zaprosconl, .offer-introduction .offer-price .zaprosl {
      border-radius: 1.25rem;
      color: #fff;
      display: inline-block;
      font-size: 0.9375rem;
      font-weight: 400;
      min-width: 10rem;
      height: 2.5rem;
      line-height: 2.5rem;
      text-align: center;
      text-transform: uppercase;
      margin-right: 0.5rem;
      padding: 0rem 1.5rem;
      -webkit-box-shadow: 0 0 0.125rem 0.125rem rgba(0, 0, 0, 0.05);
              box-shadow: 0 0 0.125rem 0.125rem rgba(0, 0, 0, 0.05); }
    .service-introduction .service-price .zaprosconl, .service-introduction .offer-price .zaprosconl, .offer-introduction .service-price .zaprosconl, .offer-introduction .offer-price .zaprosconl {
      background-image: -webkit-gradient(linear, left top, left bottom, from(#F25E44), to(#DC472E));
      background-image: linear-gradient(#F25E44, #DC472E); }
    .service-introduction .service-price .zaprosl, .service-introduction .offer-price .zaprosl, .offer-introduction .service-price .zaprosl, .offer-introduction .offer-price .zaprosl {
      background-color: #243e57;
      background-image: -webkit-gradient(linear, left top, left bottom, from(#426384), to(#243e57));
      background-image: linear-gradient(#426384, #243e57); }
    @media (max-width: 760px) {
      .service-introduction .service-price .buttons-holder, .service-introduction .offer-price .buttons-holder, .offer-introduction .service-price .buttons-holder, .offer-introduction .offer-price .buttons-holder {
        display: block;
        margin-right: 0; } }
    @media (max-width: 480px) {
      .service-introduction .service-price .buttons-holder a, .service-introduction .offer-price .buttons-holder a, .offer-introduction .service-price .buttons-holder a, .offer-introduction .offer-price .buttons-holder a {
        display: block;
        margin-right: 0;
        margin-top: 0.75rem; } }

.container--flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  .container--flex::before, .container--flex::after {
    display: none; }

.service-introduction_dark .reviews-summary__link {
  color: #232323; }

.service-introduction_dark .review__feedback-text {
  color: #232323; }
  .service-introduction_dark .review__feedback-text a {
    color: #232323; }

.service-introduction_dark .partners-recommendations__link {
  color: #232323; }

.service-introduction_dark .partners-recommendations__logo {
  -webkit-filter: brightness(0);
          filter: brightness(0); }

.service-hero--left {
  width: 60%; }
  @media (max-width: 1020px) {
    .service-hero--left {
      width: 100%; } }

.service-hero--right {
  padding-left: 2rem;
  width: 40%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  @media (max-width: 1020px) {
    .service-hero--right {
      display: none; } }

.star {
  display: inline-block;
  margin: 0.125rem; }
  .star:before {
    content: '\f005';
    font-family: FontAwesome;
    font-size: 1rem;
    color: #efd027; }

.reviews-summary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 1rem; }

.reviews-summary__rating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.reviews-summary__rating-value {
  font-size: 2.25rem;
  font-weight: 300; }

.reviews-summary__rating-stars {
  margin-left: 0.5rem; }
  .reviews-summary__rating-stars .star:before {
    font-size: 1.25rem; }

.reviews-summary__link {
  color: #ffffff;
  text-decoration: underline; }

.reviews {
  margin-top: 2rem; }

.review + .review {
  margin-top: 1rem; }

.review__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 0.25rem; }

.review__user-details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.review__rating {
  display: inline; }

.review__user-name {
  margin: 0 0.5rem; }

.review__user-avatar {
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 50%; }

.review__date {
  font-size: 0.875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.review__feedback-text {
  color: #ffffff;
  line-height: 1.25rem; }
  .review__feedback-text a {
    color: #ffffff;
    font-weight: 600;
    white-space: nowrap; }

.partners-recommendations {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.partners-recommendations__logos {
  height: 1rem;
  vertical-align: center;
  overflow: hidden; }

.partners-recommendations__logo {
  display: inline-block;
  height: 1rem;
  width: 2.75rem;
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
  opacity: 0.85;
  text-align: center; }

.partners-recommendations__logo + .partners-recommendations__logo {
  margin-left: 0.5rem; }

.partners-recommendations__img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain; }

.partners-recommendations__link {
  margin-left: 1rem;
  text-decoration: underline;
  color: #ffffff;
  text-align: center;
  text-transform: uppercase;
  white-space: nowrap;
  text-shadow: 0 0 0.25rem rgba(0, 0, 0, 0.5); }

.service-page-content, .offer-page-content {
  position: relative;
  padding-top: 0.375rem; }
  .service-page-content .row, .offer-page-content .row {
    white-space: nowrap;
    font-size: 0; }
  .service-page-content .left-side, .service-page-content .right-side, .offer-page-content .left-side, .offer-page-content .right-side {
    display: inline-block;
    vertical-align: top;
    white-space: normal;
    font-size: 1rem; }
  .service-page-content .left-side, .offer-page-content .left-side {
    width: 75%; }
    @media (min-width: 1600px) {
      .service-page-content .left-side, .offer-page-content .left-side {
        width: 72%; } }
    @media (max-width: 1280px) {
      .service-page-content .left-side, .offer-page-content .left-side {
        width: 70%; } }
    @media (max-width: 760px) {
      .service-page-content .left-side, .offer-page-content .left-side {
        width: 100%; } }
  .service-page-content .right-side, .offer-page-content .right-side {
    padding-left: 2.5rem;
    width: 25%; }
    @media (min-width: 1600px) {
      .service-page-content .right-side, .offer-page-content .right-side {
        padding-left: 4rem; } }
    @media (max-width: 1280px) {
      .service-page-content .right-side, .offer-page-content .right-side {
        width: 30%; } }
    @media (max-width: 760px) {
      .service-page-content .right-side, .offer-page-content .right-side {
        display: none; } }
  .service-page-content #service-blocks, .offer-page-content #service-blocks {
    -webkit-transition: 0.3s opacity;
    transition: 0.3s opacity;
    opacity: 0;
    padding-top: 2.5rem;
    max-width: 280px; }
    .service-page-content #service-blocks a, .offer-page-content #service-blocks a {
      color: #7c7c7c;
      display: block;
      font-size: 1rem;
      line-height: 1.375rem;
      text-decoration: none;
      margin-bottom: 0.75rem; }
    .service-page-content #service-blocks .section-heading, .offer-page-content #service-blocks .section-heading {
      font-weight: 600;
      text-transform: uppercase; }
    .service-page-content #service-blocks .subheading, .offer-page-content #service-blocks .subheading {
      padding-left: 1rem; }
    .service-page-content #service-blocks.show-sidebar, .offer-page-content #service-blocks.show-sidebar {
      opacity: 1; }
    .service-page-content #service-blocks .active, .offer-page-content #service-blocks .active {
      font-weight: 600;
      color: #f14e32; }
  @media (max-width: 1020px) {
    .service-page-content, .offer-page-content {
      padding: 0 0; } }
  .service-page-content ul, .service-page-content ol, .offer-page-content ul, .offer-page-content ol {
    margin-bottom: 1rem;
    padding-left: 1rem; }
    .service-page-content ul li, .service-page-content ol li, .offer-page-content ul li, .offer-page-content ol li {
      line-height: 1.5rem;
      padding: 0; }
      .service-page-content ul li:before, .service-page-content ol li:before, .offer-page-content ul li:before, .offer-page-content ol li:before {
        margin-right: 0.2rem;
        font-weight: 600; }
  .service-page-content p + ul, .service-page-content p + ol, .offer-page-content p + ul, .offer-page-content p + ol {
    margin-top: -0.5rem; }
  .service-page-content, .service-page-content p, .offer-page-content, .offer-page-content p {
    color: #384044;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5rem; }
  .service-page-content p, .offer-page-content p {
    margin-bottom: 0.5em; }
  .service-page-content hr, .offer-page-content hr {
    border: none;
    margin-top: 1.5rem;
    margin-bottom: 0; }
  .service-page-content .important-block, .offer-page-content .important-block {
    color: #232323;
    margin: 1.75rem 0;
    padding: 1.375rem 1.75rem;
    position: relative;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#FCFCFC), to(#FAFAFA));
    background-image: linear-gradient(#FCFCFC, #FAFAFA);
    -webkit-box-shadow: 0 0.1rem 0.875rem 0.125rem rgba(0, 0, 0, 0.1);
            box-shadow: 0 0.1rem 0.875rem 0.125rem rgba(0, 0, 0, 0.1);
    border-radius: 0.125rem;
    overflow: hidden; }
    .service-page-content .important-block:after, .offer-page-content .important-block:after {
      content: '';
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      width: 0.25rem;
      background-image: -webkit-gradient(linear, left bottom, left top, from(#138dce), to(#399FD4));
      background-image: linear-gradient(to top, #138dce, #399FD4); }
    @media (min-width: 1021px) {
      .service-page-content .important-block, .offer-page-content .important-block {
        float: right;
        width: 40%; } }
    .service-page-content .important-block h2, .service-page-content .important-block h3, .service-page-content .important-block h4, .offer-page-content .important-block h2, .offer-page-content .important-block h3, .offer-page-content .important-block h4 {
      display: none; }
    .service-page-content .important-block p, .offer-page-content .important-block p {
      color: #232323; }
    .service-page-content .important-block ul, .offer-page-content .important-block ul {
      padding-left: 0.5rem; }
      .service-page-content .important-block ul li:before, .offer-page-content .important-block ul li:before {
        color: #232323; }
    .service-page-content .important-block ol li:before, .offer-page-content .important-block ol li:before {
      color: #232323; }
    .service-page-content .important-block ul:last-child, .service-page-content .important-block ol:last-child, .service-page-content .important-block p:last-child, .offer-page-content .important-block ul:last-child, .offer-page-content .important-block ol:last-child, .offer-page-content .important-block p:last-child {
      margin-bottom: 0; }
    .service-page-content .important-block.full-width, .offer-page-content .important-block.full-width {
      margin-left: 0;
      float: none;
      width: auto; }
  .service-page-content a, .offer-page-content a {
    color: #0072af;
    text-decoration: underline;
    font-size: inherit; }
  .service-page-content h2 + h4, .service-page-content h2 + h3, .offer-page-content h2 + h4, .offer-page-content h2 + h3 {
    margin-top: 0rem; }
  .service-page-content h2, .offer-page-content h2 {
    color: #232323;
    font-weight: 100;
    font-size: 1.75rem;
    text-transform: uppercase;
    line-height: 2rem;
    margin: 1.5rem 0 0.75rem 0; }
    @media (max-width: 1020px) {
      .service-page-content h2, .offer-page-content h2 {
        margin: 1.375rem 0 0.5rem 0; } }
    .service-page-content h2:after, .offer-page-content h2:after {
      content: '';
      display: block;
      margin-top: 0.25rem;
      height: 0.125rem;
      background-color: #f5f4f4;
      border-left: 3.5rem solid #f14e32; }
  .service-page-content h3, .service-page-content h4, .offer-page-content h3, .offer-page-content h4 {
    color: #f14e32;
    font-size: 1.125rem;
    line-height: 1.5rem;
    font-weight: 600;
    margin-top: 1rem;
    margin-bottom: 0.375rem; }
    .service-page-content h3 strong, .service-page-content h4 strong, .offer-page-content h3 strong, .offer-page-content h4 strong {
      font-weight: 600; }
  .service-page-content .documents-table, .offer-page-content .documents-table {
    margin-top: 0.75rem; }
    .service-page-content .documents-table td:nth-child(1), .offer-page-content .documents-table td:nth-child(1) {
      font-weight: 600; }
      .service-page-content .documents-table td:nth-child(1) p, .offer-page-content .documents-table td:nth-child(1) p {
        font-weight: 600; }
    .service-page-content .documents-table td:nth-child(3), .offer-page-content .documents-table td:nth-child(3) {
      color: #7c7c7c; }
      .service-page-content .documents-table td:nth-child(3) p, .offer-page-content .documents-table td:nth-child(3) p {
        color: #7c7c7c; }
    .service-page-content .documents-table tbody tr:first-child, .offer-page-content .documents-table tbody tr:first-child {
      border: 1px solid #eae9e9;
      background: #fff;
      color: #384044;
      font-weight: 400;
      font-size: 1rem; }
      .service-page-content .documents-table tbody tr:first-child td, .offer-page-content .documents-table tbody tr:first-child td {
        border: 1px solid #eae9e9; }
      .service-page-content .documents-table tbody tr:first-child p, .offer-page-content .documents-table tbody tr:first-child p {
        color: #384044;
        font-weight: 400;
        font-size: 1rem; }
    @media (max-width: 1020px) {
      .service-page-content .documents-table th:nth-child(3), .service-page-content .documents-table td:nth-child(3), .service-page-content .documents-table th:nth-child(4), .service-page-content .documents-table td:nth-child(4), .service-page-content .documents-table th:nth-child(5), .service-page-content .documents-table td:nth-child(5), .service-page-content .documents-table th:nth-child(6), .service-page-content .documents-table td:nth-child(6), .offer-page-content .documents-table th:nth-child(3), .offer-page-content .documents-table td:nth-child(3), .offer-page-content .documents-table th:nth-child(4), .offer-page-content .documents-table td:nth-child(4), .offer-page-content .documents-table th:nth-child(5), .offer-page-content .documents-table td:nth-child(5), .offer-page-content .documents-table th:nth-child(6), .offer-page-content .documents-table td:nth-child(6) {
        display: none; } }
  .service-page-content .documents-abr-container, .offer-page-content .documents-abr-container {
    margin-top: -0.5rem;
    margin-bottom: 1rem; }
    @media (max-width: 1020px) {
      .service-page-content .documents-abr-container, .offer-page-content .documents-abr-container {
        display: none; } }
  .service-page-content .documents-abr, .offer-page-content .documents-abr {
    color: #0e8acb;
    font-weight: 600; }
  .service-page-content .table-holder, .offer-page-content .table-holder {
    margin: 0.875rem 0rem 1.75rem; }
    .service-page-content .table-holder p, .offer-page-content .table-holder p {
      margin-bottom: 0.1rem; }
    .service-page-content .table-holder p + p, .offer-page-content .table-holder p + p {
      margin-top: 0.4rem; }
    .service-page-content .table-holder p + ul, .service-page-content .table-holder p + ol, .offer-page-content .table-holder p + ul, .offer-page-content .table-holder p + ol {
      margin-top: 0.4rem;
      padding-left: 1rem; }
    .service-page-content .table-holder ul, .service-page-content .table-holder ol, .offer-page-content .table-holder ul, .offer-page-content .table-holder ol {
      margin-bottom: 0.4rem; }
  .service-page-content table, .offer-page-content table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    -webkit-box-shadow: 0 0.1rem 0.875rem 0.125rem rgba(0, 0, 0, 0.1);
            box-shadow: 0 0.1rem 0.875rem 0.125rem rgba(0, 0, 0, 0.1);
    border-radius: 0.25rem;
    overflow: hidden; }
  .service-page-content thead, .offer-page-content thead {
    background: #0e8acb;
    color: #fff; }
  .service-page-content td, .service-page-content th, .offer-page-content td, .offer-page-content th {
    border: 1px solid #eae9e9;
    text-align: left;
    border-collapse: collapse;
    border-spacing: 0;
    padding: 0.625rem 1.075rem 0.5rem;
    width: auto !important;
    height: auto !important;
    vertical-align: middle; }
  .service-page-content td.table-divider, .offer-page-content td.table-divider {
    text-align: center;
    font-weight: 300;
    color: #232323;
    background-color: #f5f4f4;
    border-color: #eae9e9; }
  .service-page-content th, .offer-page-content th {
    border-color: #0c7fbb; }
  .service-page-content tr:first-child, .offer-page-content tr:first-child {
    background: #0e8acb;
    color: #fff;
    font-weight: 300;
    font-size: 1.125rem; }
    .service-page-content tr:first-child td, .offer-page-content tr:first-child td {
      border: 1px solid #0e8acb;
      padding: 0.625rem 1.075rem; }
    .service-page-content tr:first-child p, .offer-page-content tr:first-child p {
      margin-bottom: 0;
      color: #fff;
      font-weight: 300;
      font-size: 1.125rem; }
  .service-page-content .check:before, .offer-page-content .check:before {
    content: '\f00c';
    font-family: FontAwesome;
    color: #0e8acb; }
  .service-page-content .prices-table, .offer-page-content .prices-table {
    border: none; }
    .service-page-content .prices-table th,
    .service-page-content .prices-table td,
    .service-page-content .prices-table tr, .offer-page-content .prices-table th,
    .offer-page-content .prices-table td,
    .offer-page-content .prices-table tr {
      border: none;
      background: none;
      font-size: 1rem; }
      @media (max-width: 480px) {
        .service-page-content .prices-table th,
        .service-page-content .prices-table td,
        .service-page-content .prices-table tr, .offer-page-content .prices-table th,
        .offer-page-content .prices-table td,
        .offer-page-content .prices-table tr {
          padding: 0.5rem 0.5rem; } }
      .service-page-content .prices-table th:first-child td,
      .service-page-content .prices-table td:first-child td,
      .service-page-content .prices-table tr:first-child td, .offer-page-content .prices-table th:first-child td,
      .offer-page-content .prices-table td:first-child td,
      .offer-page-content .prices-table tr:first-child td {
        color: #384044;
        border: 1px solid #eae9e9; }
        .service-page-content .prices-table th:first-child td.price-order,
        .service-page-content .prices-table td:first-child td.price-order,
        .service-page-content .prices-table tr:first-child td.price-order, .offer-page-content .prices-table th:first-child td.price-order,
        .offer-page-content .prices-table td:first-child td.price-order,
        .offer-page-content .prices-table tr:first-child td.price-order {
          position: relative;
          width: 4rem;
          padding: 1.75rem; }
          @media (max-width: 480px) {
            .service-page-content .prices-table th:first-child td.price-order,
            .service-page-content .prices-table td:first-child td.price-order,
            .service-page-content .prices-table tr:first-child td.price-order, .offer-page-content .prices-table th:first-child td.price-order,
            .offer-page-content .prices-table td:first-child td.price-order,
            .offer-page-content .prices-table tr:first-child td.price-order {
              display: none; } }
          .service-page-content .prices-table th:first-child td.price-order:after, .service-page-content .prices-table th:first-child td.price-order:before,
          .service-page-content .prices-table td:first-child td.price-order:after,
          .service-page-content .prices-table td:first-child td.price-order:before,
          .service-page-content .prices-table tr:first-child td.price-order:after,
          .service-page-content .prices-table tr:first-child td.price-order:before, .offer-page-content .prices-table th:first-child td.price-order:after, .offer-page-content .prices-table th:first-child td.price-order:before,
          .offer-page-content .prices-table td:first-child td.price-order:after,
          .offer-page-content .prices-table td:first-child td.price-order:before,
          .offer-page-content .prices-table tr:first-child td.price-order:after,
          .offer-page-content .prices-table tr:first-child td.price-order:before {
            content: '';
            display: inline-block;
            vertical-align: middle;
            height: 2.375rem;
            width: 2.375rem;
            margin-left: 0.625rem;
            background: url("../img/icons/icon-cart-1.svg") 50% 50% no-repeat;
            background-size: contain;
            -webkit-transition: background 200ms, -webkit-transform 200ms, -webkit-filter 200ms;
            transition: background 200ms, -webkit-transform 200ms, -webkit-filter 200ms;
            transition: transform 200ms, filter 200ms, background 200ms;
            transition: transform 200ms, filter 200ms, background 200ms, -webkit-transform 200ms, -webkit-filter 200ms;
            position: absolute;
            top: 50%;
            right: 0.75rem;
            margin-top: -1.25rem; }
          .service-page-content .prices-table th:first-child td.price-order:after,
          .service-page-content .prices-table td:first-child td.price-order:after,
          .service-page-content .prices-table tr:first-child td.price-order:after, .offer-page-content .prices-table th:first-child td.price-order:after,
          .offer-page-content .prices-table td:first-child td.price-order:after,
          .offer-page-content .prices-table tr:first-child td.price-order:after {
            background: url("../img/icons/icon-cart-2.svg") 50% 50% no-repeat;
            opacity: 0; }
        .service-page-content .prices-table th:first-child td.price-order:hover,
        .service-page-content .prices-table td:first-child td.price-order:hover,
        .service-page-content .prices-table tr:first-child td.price-order:hover, .offer-page-content .prices-table th:first-child td.price-order:hover,
        .offer-page-content .prices-table td:first-child td.price-order:hover,
        .offer-page-content .prices-table tr:first-child td.price-order:hover {
          cursor: pointer; }
          .service-page-content .prices-table th:first-child td.price-order:hover:after,
          .service-page-content .prices-table td:first-child td.price-order:hover:after,
          .service-page-content .prices-table tr:first-child td.price-order:hover:after, .offer-page-content .prices-table th:first-child td.price-order:hover:after,
          .offer-page-content .prices-table td:first-child td.price-order:hover:after,
          .offer-page-content .prices-table tr:first-child td.price-order:hover:after {
            background: url("../img/icons/icon-cart-2.svg") 50% 50% no-repeat;
            background-size: contain;
            -webkit-transition: opacity 100ms;
            transition: opacity 100ms;
            opacity: 1; }
      .service-page-content .prices-table th td,
      .service-page-content .prices-table td td,
      .service-page-content .prices-table tr td, .offer-page-content .prices-table th td,
      .offer-page-content .prices-table td td,
      .offer-page-content .prices-table tr td {
        text-align: center;
        border: 1px solid #eae9e9; }
        .service-page-content .prices-table th td.price-value,
        .service-page-content .prices-table td td.price-value,
        .service-page-content .prices-table tr td.price-value, .offer-page-content .prices-table th td.price-value,
        .offer-page-content .prices-table td td.price-value,
        .offer-page-content .prices-table tr td.price-value {
          color: #0e8acb;
          font-weight: 600;
          white-space: nowrap; }
        .service-page-content .prices-table th td.price-title,
        .service-page-content .prices-table td td.price-title,
        .service-page-content .prices-table tr td.price-title, .offer-page-content .prices-table th td.price-title,
        .offer-page-content .prices-table td td.price-title,
        .offer-page-content .prices-table tr td.price-title {
          text-transform: uppercase;
          color: #0e8acb; }
  .service-page-content .price-cards, .offer-page-content .price-cards {
    margin-top: -1.5rem;
    margin-bottom: 1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .service-page-content .price-card, .offer-page-content .price-card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 1.5rem;
    width: 32%;
    -webkit-box-shadow: 0 0.1rem 0.875rem 0.125rem rgba(0, 0, 0, 0.1);
            box-shadow: 0 0.1rem 0.875rem 0.125rem rgba(0, 0, 0, 0.1);
    background-image: -webkit-gradient(linear, left bottom, left top, from(#FBFBFB), to(#FEFEFE));
    background-image: linear-gradient(to top, #FBFBFB, #FEFEFE);
    border-radius: 0.25rem;
    overflow: hidden; }
    @media (max-width: 2048px) {
      .service-page-content .price-card, .offer-page-content .price-card {
        width: 49%; } }
    @media (max-width: 1020px) {
      .service-page-content .price-card, .offer-page-content .price-card {
        width: 100%; } }
    .service-page-content .price-card--single, .offer-page-content .price-card--single {
      width: 100%; }
      .service-page-content .price-card--single .price-card__body .price-card__column-left, .offer-page-content .price-card--single .price-card__body .price-card__column-left {
        width: 75%; }
      .service-page-content .price-card--single .price-card__body .price-card__column-right, .offer-page-content .price-card--single .price-card__body .price-card__column-right {
        width: 25%; }
      @media (max-width: 1020px) {
        .service-page-content .price-card--single .price-card__body .price-card__column-left, .offer-page-content .price-card--single .price-card__body .price-card__column-left {
          width: 60%; }
        .service-page-content .price-card--single .price-card__body .price-card__column-right, .offer-page-content .price-card--single .price-card__body .price-card__column-right {
          width: 40%; } }
    .service-page-content .price-card__header, .offer-page-content .price-card__header {
      text-align: center;
      color: #fff;
      font-weight: bold;
      background-image: -webkit-gradient(linear, left top, left bottom, from(#2394CF), to(#0e85cb));
      background-image: linear-gradient(#2394CF, #0e85cb);
      border-color: #008dcf;
      padding: 1.25rem 1.5rem;
      margin-bottom: 1.25rem; }
    .service-page-content .price-card:hover .price-card__group, .offer-page-content .price-card:hover .price-card__group {
      opacity: 0.5; }
    .service-page-content .price-card__body .price-card__group, .offer-page-content .price-card__body .price-card__group {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      margin: 0 1.5rem;
      border-bottom: 1px solid #F1F1F1;
      padding: 0.5rem 0;
      -webkit-transition: opacity 0.15s;
      transition: opacity 0.15s; }
      .service-page-content .price-card__body .price-card__group:hover, .offer-page-content .price-card__body .price-card__group:hover {
        opacity: 1; }
    .service-page-content .price-card__body .price-card__group:last-of-type, .offer-page-content .price-card__body .price-card__group:last-of-type {
      border: none; }
    .service-page-content .price-card__body .price-card__column-left, .offer-page-content .price-card__body .price-card__column-left {
      width: 60%;
      -ms-flex-item-align: start;
          align-self: flex-start; }
    .service-page-content .price-card__body .price-card__column-right, .offer-page-content .price-card__body .price-card__column-right {
      padding-left: 1.2rem;
      width: 40%;
      -ms-flex-item-align: center;
          align-self: center; }
      .service-page-content .price-card__body .price-card__column-right *, .offer-page-content .price-card__body .price-card__column-right * {
        color: #0e8acb;
        margin: 0; }
      .service-page-content .price-card__body .price-card__column-right p, .offer-page-content .price-card__body .price-card__column-right p {
        margin-bottom: 0.325rem; }
        .service-page-content .price-card__body .price-card__column-right p:last-of-type, .offer-page-content .price-card__body .price-card__column-right p:last-of-type {
          margin-bottom: 0; }
    .service-page-content .price-card__footer, .offer-page-content .price-card__footer {
      margin-top: auto;
      padding: 1.25rem 0;
      text-align: center; }
    .service-page-content .price-card .btn, .offer-page-content .price-card .btn {
      text-transform: uppercase;
      color: #fff;
      background-color: #0e8acb;
      padding: 0.375rem 1.75rem;
      line-height: 1.5rem;
      border-radius: 1.125rem;
      text-decoration: none;
      -webkit-box-shadow: 0 0.1rem 0.875rem 0.125rem rgba(0, 0, 0, 0.1);
              box-shadow: 0 0.1rem 0.875rem 0.125rem rgba(0, 0, 0, 0.1); }
    .service-page-content .price-card ul, .offer-page-content .price-card ul {
      margin: 0;
      padding-left: 1.5rem; }
    .service-page-content .price-card li::before, .offer-page-content .price-card li::before {
      content: '';
      background-image: url("../img/icons/checkmark-orange-light.svg");
      background-repeat: no-repeat;
      background-size: contain;
      width: 1rem;
      height: 1rem;
      margin-right: 0.5rem;
      margin-top: 0.2rem; }
  .service-page-content .steps-table, .offer-page-content .steps-table {
    margin-left: 1.375rem;
    width: auto;
    counter-reset: stepsTable;
    -webkit-box-shadow: none;
            box-shadow: none;
    overflow: auto; }
    @media (max-width: 390px) {
      .service-page-content .steps-table, .offer-page-content .steps-table {
        margin-left: 0; } }
    .service-page-content .steps-table tr, .offer-page-content .steps-table tr {
      border-left: 1px solid #eae9e9;
      border-bottom: 1px solid #eae9e9; }
      .service-page-content .steps-table tr:first-child, .offer-page-content .steps-table tr:first-child {
        font-size: 1rem;
        background: none;
        color: #384044; }
      .service-page-content .steps-table tr:last-child, .offer-page-content .steps-table tr:last-child {
        border-bottom: none; }
      .service-page-content .steps-table tr td, .offer-page-content .steps-table tr td {
        padding: 0.75rem 1rem;
        border: none; }
        @media (max-width: 390px) {
          .service-page-content .steps-table tr td, .offer-page-content .steps-table tr td {
            padding: 0.5rem 0.375rem; } }
        .service-page-content .steps-table tr td ul, .service-page-content .steps-table tr td ol, .offer-page-content .steps-table tr td ul, .offer-page-content .steps-table tr td ol {
          margin-bottom: 0; }
        .service-page-content .steps-table tr td.counter-col, .offer-page-content .steps-table tr td.counter-col {
          position: relative;
          width: 0 !important;
          padding: 2rem 0; }
          .service-page-content .steps-table tr td.counter-col:after, .offer-page-content .steps-table tr td.counter-col:after {
            content: counter(stepsTable);
            counter-increment: stepsTable;
            display: inline-block;
            position: absolute;
            color: #232323;
            border: 1px solid #0e8acb;
            border-radius: 50%;
            font-size: 1.375rem;
            line-height: 2.5rem;
            height: 2.5rem;
            width: 2.5rem;
            background: #fff;
            text-align: center;
            vertical-align: middle;
            left: 0;
            top: 50%;
            margin-left: -1.375rem;
            margin-top: -1.25rem; }
            @media (max-width: 390px) {
              .service-page-content .steps-table tr td.counter-col:after, .offer-page-content .steps-table tr td.counter-col:after {
                display: none; } }
        .service-page-content .steps-table tr td.step-col, .service-page-content .steps-table tr td.time-col, .offer-page-content .steps-table tr td.step-col, .offer-page-content .steps-table tr td.time-col {
          color: #232323;
          font-weight: 600; }
        .service-page-content .steps-table tr td.step-col, .offer-page-content .steps-table tr td.step-col {
          padding-left: 2.75rem; }
          @media (max-width: 390px) {
            .service-page-content .steps-table tr td.step-col, .offer-page-content .steps-table tr td.step-col {
              padding-left: 1rem; } }
        .service-page-content .steps-table tr td.time-col, .offer-page-content .steps-table tr td.time-col {
          padding-right: 0.125rem;
          text-align: right;
          min-width: 4rem !important; }
  .service-page-content .qna-block__item, .offer-page-content .qna-block__item {
    position: relative;
    padding-left: 3rem;
    margin-top: 1.25rem; }
    .service-page-content .qna-block__item:before, .offer-page-content .qna-block__item:before {
      content: '';
      position: absolute;
      top: 0.1875rem;
      left: 0;
      background-image: url("../img/icons/faq-icon.svg");
      background-size: contain;
      background-repeat: no-repeat;
      width: 1.75rem;
      height: 1.75rem;
      display: block; }
  .service-page-content .qna-block__question, .offer-page-content .qna-block__question {
    color: #232323;
    font-weight: 600; }
  .service-page-content .qna-block__answer, .offer-page-content .qna-block__answer {
    padding-top: 0.5rem; }
  .service-page-content .comments-section .star, .offer-page-content .comments-section .star {
    display: inline-block;
    -webkit-transform: translateY(0.0625rem);
            transform: translateY(0.0625rem); }
    .service-page-content .comments-section .star:before, .offer-page-content .comments-section .star:before {
      content: '\f005';
      font-family: FontAwesome;
      font-size: 1rem;
      color: #ff9046;
      margin-right: 0.0625rem; }
  .service-page-content .comments-section .comments-section-header, .offer-page-content .comments-section .comments-section-header {
    position: relative; }
    @media (max-width: 640px) {
      .service-page-content .comments-section .comments-section-header, .offer-page-content .comments-section .comments-section-header {
        margin-bottom: 3.5rem; } }
    .service-page-content .comments-section .comments-section-header .service-rating, .offer-page-content .comments-section .comments-section-header .service-rating {
      position: absolute;
      right: 0;
      top: 0.125rem; }
      @media (max-width: 640px) {
        .service-page-content .comments-section .comments-section-header .service-rating, .offer-page-content .comments-section .comments-section-header .service-rating {
          left: 0;
          top: unset;
          bottom: -2.75rem; } }
    .service-page-content .comments-section .comments-section-header .star, .offer-page-content .comments-section .comments-section-header .star {
      margin: 0 0.0625rem;
      -webkit-transform: translateY(-0.0625rem);
              transform: translateY(-0.0625rem); }
      .service-page-content .comments-section .comments-section-header .star:before, .offer-page-content .comments-section .comments-section-header .star:before {
        font-size: 1.5rem; }
    .service-page-content .comments-section .comments-section-header .aggregate-rating, .offer-page-content .comments-section .comments-section-header .aggregate-rating {
      font-size: 1.875rem;
      color: #ff9046;
      line-height: 2.325rem;
      margin-right: 0.5rem; }
    .service-page-content .comments-section .comments-section-header .reviews-count, .offer-page-content .comments-section .comments-section-header .reviews-count {
      margin-left: 0.5rem;
      color: #7c7c7c;
      font-size: 1.125rem; }
  .service-page-content .comments-section .expand-comments-holder, .offer-page-content .comments-section .expand-comments-holder {
    display: none; }
  .service-page-content .comments-section .comments-collapsed, .offer-page-content .comments-section .comments-collapsed {
    position: relative;
    margin-bottom: 1rem; }
    .service-page-content .comments-section .comments-collapsed:before, .offer-page-content .comments-section .comments-collapsed:before {
      content: '';
      display: block;
      position: absolute;
      bottom: 0;
      right: 0;
      left: 0;
      height: 12em;
      background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(#ffffff));
      background-image: linear-gradient(rgba(255, 255, 255, 0) 0%, #ffffff 100%); }
    .service-page-content .comments-section .comments-collapsed .expand-comments-holder, .offer-page-content .comments-section .comments-collapsed .expand-comments-holder {
      padding-right: 1.8rem;
      cursor: pointer;
      position: absolute;
      display: block;
      bottom: -0.5rem;
      left: 0;
      -webkit-transform: translateY(50%);
              transform: translateY(50%); }
      .service-page-content .comments-section .comments-collapsed .expand-comments-holder .expand-comments-btn, .offer-page-content .comments-section .comments-collapsed .expand-comments-holder .expand-comments-btn {
        display: inline-block;
        position: relative;
        color: #0e8acb;
        line-height: 0.9375rem;
        border-bottom: 1px dotted; }
        .service-page-content .comments-section .comments-collapsed .expand-comments-holder .expand-comments-btn:after, .offer-page-content .comments-section .comments-collapsed .expand-comments-holder .expand-comments-btn:after {
          content: '';
          background-image: url("../img/icons/arrow_up-1.svg");
          background-repeat: no-repeat;
          background-size: contain;
          -webkit-transform: rotate(180deg);
                  transform: rotate(180deg);
          width: 1.2rem;
          height: 0.5rem;
          position: absolute;
          display: inline-block;
          font-size: 1rem;
          bottom: 0.25rem;
          right: -1.25rem; }
  .service-page-content .comments-section .comment-hidden, .offer-page-content .comments-section .comment-hidden {
    display: none; }
  .service-page-content .comments-section .user-comment, .service-page-content .comments-section .comment-answer, .offer-page-content .comments-section .user-comment, .offer-page-content .comments-section .comment-answer {
    padding-top: 5.5rem;
    margin-top: -5.625rem;
    margin-bottom: 1rem;
    border-bottom: 1px solid #eae9e9; }
    .service-page-content .comments-section .user-comment:last-of-type, .service-page-content .comments-section .comment-answer:last-of-type, .offer-page-content .comments-section .user-comment:last-of-type, .offer-page-content .comments-section .comment-answer:last-of-type {
      border: none; }
    .service-page-content .comments-section .user-comment .comment-head, .service-page-content .comments-section .comment-answer .comment-head, .offer-page-content .comments-section .user-comment .comment-head, .offer-page-content .comments-section .comment-answer .comment-head {
      font-size: 0; }
    .service-page-content .comments-section .user-comment .comment-head-left, .service-page-content .comments-section .user-comment .comment-head-right, .service-page-content .comments-section .comment-answer .comment-head-left, .service-page-content .comments-section .comment-answer .comment-head-right, .offer-page-content .comments-section .user-comment .comment-head-left, .offer-page-content .comments-section .user-comment .comment-head-right, .offer-page-content .comments-section .comment-answer .comment-head-left, .offer-page-content .comments-section .comment-answer .comment-head-right {
      display: inline-block;
      width: 50%; }
      @media (max-width: 760px) {
        .service-page-content .comments-section .user-comment .comment-head-left, .service-page-content .comments-section .user-comment .comment-head-right, .service-page-content .comments-section .comment-answer .comment-head-left, .service-page-content .comments-section .comment-answer .comment-head-right, .offer-page-content .comments-section .user-comment .comment-head-left, .offer-page-content .comments-section .user-comment .comment-head-right, .offer-page-content .comments-section .comment-answer .comment-head-left, .offer-page-content .comments-section .comment-answer .comment-head-right {
          width: 100%; } }
    .service-page-content .comments-section .user-comment .comment-head-right, .service-page-content .comments-section .comment-answer .comment-head-right, .offer-page-content .comments-section .user-comment .comment-head-right, .offer-page-content .comments-section .comment-answer .comment-head-right {
      text-align: right; }
      @media (max-width: 760px) {
        .service-page-content .comments-section .user-comment .comment-head-right, .service-page-content .comments-section .comment-answer .comment-head-right, .offer-page-content .comments-section .user-comment .comment-head-right, .offer-page-content .comments-section .comment-answer .comment-head-right {
          text-align: left; } }
    .service-page-content .comments-section .user-comment .comment-author, .service-page-content .comments-section .comment-answer .comment-author, .offer-page-content .comments-section .user-comment .comment-author, .offer-page-content .comments-section .comment-answer .comment-author {
      display: inline-block;
      font-size: 1.0625rem;
      font-weight: 600;
      margin-right: 0.4rem;
      color: #232323; }
    .service-page-content .comments-section .user-comment .comment-rating, .service-page-content .comments-section .comment-answer .comment-rating, .offer-page-content .comments-section .user-comment .comment-rating, .offer-page-content .comments-section .comment-answer .comment-rating {
      display: inline-block; }
    .service-page-content .comments-section .user-comment .comment-date, .service-page-content .comments-section .comment-answer .comment-date, .offer-page-content .comments-section .user-comment .comment-date, .offer-page-content .comments-section .comment-answer .comment-date {
      font-size: 0.875rem;
      color: #7c7c7c; }
    .service-page-content .comments-section .user-comment .comment-text, .service-page-content .comments-section .comment-answer .comment-text, .offer-page-content .comments-section .user-comment .comment-text, .offer-page-content .comments-section .comment-answer .comment-text {
      padding-bottom: 0.375rem; }
  .service-page-content .comments-section .comment-answer, .offer-page-content .comments-section .comment-answer {
    border: none;
    margin: 0;
    padding: 0;
    padding-left: 1.375rem; }
    .service-page-content .comments-section .comment-answer .comment-author, .offer-page-content .comments-section .comment-answer .comment-author {
      color: #0e8acb; }
      .service-page-content .comments-section .comment-answer .comment-author img, .offer-page-content .comments-section .comment-answer .comment-author img {
        height: 1rem;
        width: 1rem;
        margin-right: 0.4rem; }
    .service-page-content .comments-section .comment-answer .comment-date, .offer-page-content .comments-section .comment-answer .comment-date {
      font-size: 0.9375rem; }
  .service-page-content .comments-section .comment-section-forms, .offer-page-content .comments-section .comment-section-forms {
    padding-top: 2rem; }
    .service-page-content .comments-section .comment-section-forms .tabs-holder, .offer-page-content .comments-section .comment-section-forms .tabs-holder {
      min-height: auto;
      margin-left: 1px;
      margin-right: -2px; }
    .service-page-content .comments-section .comment-section-forms ol, .service-page-content .comments-section .comment-section-forms ul, .offer-page-content .comments-section .comment-section-forms ol, .offer-page-content .comments-section .comment-section-forms ul {
      margin: 0;
      padding: 0; }
      .service-page-content .comments-section .comment-section-forms ol li:before, .service-page-content .comments-section .comment-section-forms ul li:before, .offer-page-content .comments-section .comment-section-forms ol li:before, .offer-page-content .comments-section .comment-section-forms ul li:before {
        content: '';
        -webkit-transform: none;
                transform: none; }
    .service-page-content .comments-section .comment-section-forms a, .offer-page-content .comments-section .comment-section-forms a {
      color: #232323;
      text-decoration: none;
      font-size: 1rem; }
    .service-page-content .comments-section .comment-section-forms .tab, .offer-page-content .comments-section .comment-section-forms .tab {
      width: 50%; }
      @media (max-width: 760px) {
        .service-page-content .comments-section .comment-section-forms .tab, .offer-page-content .comments-section .comment-section-forms .tab {
          width: 100%; } }
      .service-page-content .comments-section .comment-section-forms .tab.active, .offer-page-content .comments-section .comment-section-forms .tab.active {
        background-color: #f1f1f1; }
    .service-page-content .comments-section .comment-section-forms .tab-content, .offer-page-content .comments-section .comment-section-forms .tab-content {
      background-color: #f1f1f1;
      padding: 35px 60px; }
      @media (max-width: 760px) {
        .service-page-content .comments-section .comment-section-forms .tab-content, .offer-page-content .comments-section .comment-section-forms .tab-content {
          padding: 20px 20px; } }
      .service-page-content .comments-section .comment-section-forms .tab-content .tab-pane #rating-controls, .offer-page-content .comments-section .comment-section-forms .tab-content .tab-pane #rating-controls {
        text-align: center; }
        .service-page-content .comments-section .comment-section-forms .tab-content .tab-pane #rating-controls input[name="f_rating"], .offer-page-content .comments-section .comment-section-forms .tab-content .tab-pane #rating-controls input[name="f_rating"] {
          display: none; }
        .service-page-content .comments-section .comment-section-forms .tab-content .tab-pane #rating-controls .star, .offer-page-content .comments-section .comment-section-forms .tab-content .tab-pane #rating-controls .star {
          position: relative;
          text-align: center;
          min-width: 80px;
          display: inline-block;
          padding-bottom: 24px;
          -webkit-transition: all 0.2s;
          transition: all 0.2s;
          font-size: 0.8rem;
          color: #555; }
          .service-page-content .comments-section .comment-section-forms .tab-content .tab-pane #rating-controls .star:hover, .offer-page-content .comments-section .comment-section-forms .tab-content .tab-pane #rating-controls .star:hover {
            -webkit-transform: scale(1.1);
                    transform: scale(1.1); }
          .service-page-content .comments-section .comment-section-forms .tab-content .tab-pane #rating-controls .star.selected:before, .offer-page-content .comments-section .comment-section-forms .tab-content .tab-pane #rating-controls .star.selected:before {
            color: #ff9046; }
          .service-page-content .comments-section .comment-section-forms .tab-content .tab-pane #rating-controls .star:before, .offer-page-content .comments-section .comment-section-forms .tab-content .tab-pane #rating-controls .star:before {
            content: '\f005';
            font-family: FontAwesome;
            font-size: 2.4rem;
            color: #ccc;
            position: absolute;
            top: 0;
            left: 50%;
            -webkit-transform: translateX(-50%);
                    transform: translateX(-50%); }
        @media (max-width: 640px) {
          .service-page-content .comments-section .comment-section-forms .tab-content .tab-pane #rating-controls .star, .offer-page-content .comments-section .comment-section-forms .tab-content .tab-pane #rating-controls .star {
            min-width: 60px; } }
        @media (max-width: 480px) {
          .service-page-content .comments-section .comment-section-forms .tab-content .tab-pane #rating-controls .star, .offer-page-content .comments-section .comment-section-forms .tab-content .tab-pane #rating-controls .star {
            min-width: 40px;
            padding-bottom: 20px;
            font-size: 0.7rem; }
            .service-page-content .comments-section .comment-section-forms .tab-content .tab-pane #rating-controls .star:before, .offer-page-content .comments-section .comment-section-forms .tab-content .tab-pane #rating-controls .star:before {
              font-size: 2rem; } }
        @media (max-width: 390px) {
          .service-page-content .comments-section .comment-section-forms .tab-content .tab-pane #rating-controls .star, .offer-page-content .comments-section .comment-section-forms .tab-content .tab-pane #rating-controls .star {
            font-size: 0; } }
        .service-page-content .comments-section .comment-section-forms .tab-content .tab-pane #rating-controls input, .offer-page-content .comments-section .comment-section-forms .tab-content .tab-pane #rating-controls input {
          opacity: 0;
          height: 30px;
          margin: 0; }
      .service-page-content .comments-section .comment-section-forms .tab-content .tab-pane textarea, .service-page-content .comments-section .comment-section-forms .tab-content .tab-pane input, .offer-page-content .comments-section .comment-section-forms .tab-content .tab-pane textarea, .offer-page-content .comments-section .comment-section-forms .tab-content .tab-pane input {
        margin-bottom: 20px;
        width: 100%;
        background-color: white;
        border: 1px solid #c0c7ce;
        border-radius: 3px;
        -webkit-box-shadow: inset 0 2px 2px rgba(0, 0, 0, 0.1);
                box-shadow: inset 0 2px 2px rgba(0, 0, 0, 0.1); }
      .service-page-content .comments-section .comment-section-forms .tab-content .tab-pane input, .offer-page-content .comments-section .comment-section-forms .tab-content .tab-pane input {
        height: 40px; }
      .service-page-content .comments-section .comment-section-forms .tab-content .tab-pane textarea, .offer-page-content .comments-section .comment-section-forms .tab-content .tab-pane textarea {
        min-height: 100px; }
      .service-page-content .comments-section .comment-section-forms .tab-content .tab-pane .form-group .error-message, .offer-page-content .comments-section .comment-section-forms .tab-content .tab-pane .form-group .error-message {
        display: none;
        color: #f00;
        text-align: left;
        margin: -12px auto 24px;
        font-size: 0.8rem;
        line-height: 1em; }
      .service-page-content .comments-section .comment-section-forms .tab-content .tab-pane .form-group.error input,
      .service-page-content .comments-section .comment-section-forms .tab-content .tab-pane .form-group.error textarea, .offer-page-content .comments-section .comment-section-forms .tab-content .tab-pane .form-group.error input,
      .offer-page-content .comments-section .comment-section-forms .tab-content .tab-pane .form-group.error textarea {
        border-color: #f00; }
      .service-page-content .comments-section .comment-section-forms .tab-content .tab-pane .form-group.error .error-message, .offer-page-content .comments-section .comment-section-forms .tab-content .tab-pane .form-group.error .error-message {
        display: block; }
      .service-page-content .comments-section .comment-section-forms .tab-content .tab-pane .form-group.error-required input, .offer-page-content .comments-section .comment-section-forms .tab-content .tab-pane .form-group.error-required input {
        border-color: #f00; }
      .service-page-content .comments-section .comment-section-forms .tab-content .tab-pane button[type="submit"], .offer-page-content .comments-section .comment-section-forms .tab-content .tab-pane button[type="submit"] {
        height: auto;
        width: auto;
        background-color: #f54f29;
        border-radius: 3px;
        color: white;
        font-size: 14px;
        line-height: 1em;
        font-weight: 400;
        text-transform: uppercase;
        outline: none;
        border: none;
        padding: 15px 60px;
        margin-top: 10px;
        -webkit-transition: background 0.1s;
        transition: background 0.1s; }
        @media (max-width: 760px) {
          .service-page-content .comments-section .comment-section-forms .tab-content .tab-pane button[type="submit"], .offer-page-content .comments-section .comment-section-forms .tab-content .tab-pane button[type="submit"] {
            width: 100%; } }
        .service-page-content .comments-section .comment-section-forms .tab-content .tab-pane button[type="submit"]:hover, .offer-page-content .comments-section .comment-section-forms .tab-content .tab-pane button[type="submit"]:hover {
          background-color: #c13d1f; }

.full-article .article-header {
  margin-top: 60px; }
  @media (max-width: 760px) {
    .full-article .article-header {
      margin-top: 30px; } }
  .full-article .article-header h1, .full-article .article-header h2 {
    color: #36393d;
    font-size: 36px;
    font-size: 3rem;
    font-weight: 300;
    line-height: 1.14em; }
    @media (max-width: 760px) {
      .full-article .article-header h1, .full-article .article-header h2 {
        font-size: 2rem; } }

.full-article .article-content {
  margin: 30px auto 60px; }
  .full-article .article-content img {
    float: left;
    margin: 0 2rem 1rem 0;
    max-width: 50%; }
    @media (max-width: 760px) {
      .full-article .article-content img {
        float: none !important;
        margin-left: 0;
        margin-right: 0;
        max-width: 100%;
        display: block;
        width: 100% !important;
        height: auto !important; } }

.full-article .tags-cloud {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 6px;
  margin-top: -8px; }
  .full-article .tags-cloud .tag {
    background-color: #F3F6F9;
    color: #494B50;
    font-size: 12px;
    font-weight: 400;
    padding: 6px; }
    .full-article .tags-cloud .tag:hover {
      text-decoration: underline; }

.about-page {
  margin-top: 60px; }
  .about-page img {
    float: left;
    margin: 6px 60px 20px 0;
    max-width: 50%; }
  .about-page hr {
    margin: 4rem 0; }
  .about-page h1 {
    color: #0e8acb;
    font-size: 32px;
    font-size: 2rem;
    font-weight: 400;
    line-height: 1.5em; }
  .about-page h3 {
    color: #0e8acb;
    font-size: 26px;
    font-weight: 400;
    line-height: 1.5em;
    margin: 0; }
  .about-page h4 {
    font-size: 22px;
    font-weight: 400;
    line-height: 1.5em;
    margin: 0 0 1em; }
  .about-page p {
    color: #666;
    font-size: 14px;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5em;
    margin: 1em 0; }
  .about-page ol {
    counter-reset: aboutPageList;
    padding-left: 40px;
    margin-bottom: 30px; }
    .about-page ol li {
      list-style: none;
      position: relative;
      margin: 0 0 6px;
      color: #666;
      font-size: 15px;
      font-size: 1rem;
      font-weight: 400;
      line-height: 1.5em; }
      .about-page ol li:before {
        counter-increment: aboutPageList;
        content: counter(aboutPageList) ". ";
        display: inline-block;
        float: left;
        margin-right: 10px;
        min-width: 20px; }
      .about-page ol li span {
        display: block;
        overflow: hidden; }
  .about-page table {
    border-collapse: collapse;
    width: 100%; }
    .about-page table thead {
      text-align: center;
      font-size: 26px; }
    .about-page table td {
      border: 1px solid #0e8acb;
      padding: 20px 40px;
      vertical-align: middle; }
    .about-page table h3 {
      margin-top: 0;
      font-size: 20px; }
    .about-page table h4 {
      margin-top: 0;
      font-size: 20px; }
    .about-page table b {
      color: #0e8acb; }
    .about-page table ul {
      counter-reset: aboutPageList;
      padding-left: 40px;
      margin-bottom: 30px; }
      .about-page table ul li {
        list-style: none;
        padding-left: 28px;
        position: relative;
        margin: 0 0 6px;
        color: #666;
        font-size: 15px;
        font-size: 1rem;
        font-weight: 400;
        line-height: 1.5em; }
        .about-page table ul li:before {
          counter-increment: aboutPageList;
          content: counter(aboutPageList) ". ";
          position: absolute;
          left: 0;
          top: 0;
          width: 28px; }

.pre-footer-gap {
  margin: 0 0 4rem; }

.elements-list {
  margin: -0.5rem;
  padding: 2rem 0 1rem 0;
  letter-spacing: 0;
  font-size: 0; }
  .elements-list a {
    color: #fff;
    text-decoration: none;
    font-size: 1rem; }

.element {
  position: relative;
  display: inline-block;
  margin: 0 0.5rem 1rem;
  background-color: #60ABE3;
  padding: 15px 15px 15px 60px;
  font-family: "OpenSans", Arial, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5em;
  color: #fff;
  vertical-align: top;
  width: 31%; }
  @media (max-width: 760px) {
    .element {
      width: 47%; } }
  @media (max-width: 640px) {
    .element {
      width: 95%; } }
  .element * {
    vertical-align: middle; }

.folder-element::before,
.page-element::before {
  content: '';
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 15px;
  display: inline-block;
  background: 50% 50% no-repeat;
    background-size: contain;
  vertical-align: middle;
  height: 32px;
  width: 32px; }

.folder-element::before {
  background-image: url("../img/icons/folder.svg"); }

.page-element::before {
  background-image: url("../img/icons/file.svg"); }

.main-folders-list {
  padding-top: 50px;
  text-align: center; }

.main-folder {
  display: inline-block;
  max-width: 15%;
  min-width: 160px;
  text-align: center;
  vertical-align: top; }
  .main-folder img, .main-folder span {
    display: inline-block; }
  .main-folder img {
    height: 64px; }
  .main-folder span {
    padding: 10px; }

.partners-overview-list,
.partners-full-list,
.offers-full-list,
.partners-recomends-list {
  font-size: 0;
  letter-spacing: 0; }

.partner-full, .offer-full {
  font-size: 0;
  letter-spacing: 0;
  padding: 4rem 0;
  border-bottom: 1px solid #0e8acb; }
  .partner-full:last-of-type, .offer-full:last-of-type {
    border: none; }
  .partner-full .image-holder,
  .partner-full .description-holder, .offer-full .image-holder,
  .offer-full .description-holder {
    display: inline-block;
    font-size: 1rem;
    vertical-align: middle; }
  .partner-full .image-holder, .offer-full .image-holder {
    padding-right: 4em;
    margin: 0;
    width: 30%; }
    @media (max-width: 640px) {
      .partner-full .image-holder, .offer-full .image-holder {
        width: 100%;
        padding-right: 0;
        margin-bottom: 25px; } }
    .partner-full .image-holder img, .offer-full .image-holder img {
      max-width: 14rem; }
      @media (max-width: 640px) {
        .partner-full .image-holder img, .offer-full .image-holder img {
          max-width: 15rem; } }
  .partner-full .description-holder, .offer-full .description-holder {
    width: 70%; }
    @media (max-width: 640px) {
      .partner-full .description-holder, .offer-full .description-holder {
        width: 100%; } }
  .partner-full__header, .offer-full__header {
    color: #0e8acb;
    font-size: 1.6rem;
    line-height: 1.2em;
    margin-bottom: 0.5em;
    display: block; }

.partners-overview-list,
.partners-recomends-list {
  margin: 2rem 0; }
  @media (min-width: 759px) {
    .partners-overview-list,
    .partners-recomends-list {
      margin-left: -2%;
      margin-right: -2%; } }

.partner-overview {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  margin: 3rem 0;
  width: 100%; }
  @media (min-width: 759px) {
    .partner-overview {
      margin: 3rem 1%;
      width: 31%; } }
  @media (min-width: 1019px) {
    .partner-overview {
      width: 18%; } }
  .partner-overview .image-holder {
    display: block;
    height: 5rem; }
    .partner-overview .image-holder img {
      height: 100%;
      max-width: 100%;
      -o-object-fit: contain;
         object-fit: contain;
      width: auto; }
  .partner-overview__name {
    margin-top: 1em; }
  .partner-overview__link {
    color: #0e8acb;
    margin-top: 0.4em;
    display: block; }
    .partner-overview__link:before {
      content: '';
      display: inline-block;
      margin-right: 0.4em;
      height: 1rem;
      width: 1rem;
      vertical-align: baseline;
      background: url(../img/icons/file-of-acrobat-reader.svg) 50% 50% no-repeat;
        background-size: contain; }
    .partner-overview__link:hover {
      text-decoration: underline; }
  .partner-overview__partner-link {
    display: inline-block;
    height: 100%;
    max-width: 100%; }

.partner-recomend {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  margin: 3rem 0;
  width: 100%; }
  @media (min-width: 759px) {
    .partner-recomend {
      margin: 3rem 2%;
      width: 46%; } }
  @media (min-width: 1019px) {
    .partner-recomend {
      width: 29.3%; } }
  .partner-recomend .image-holder {
    height: 28rem;
    height: 80vh;
    margin: 0;
    max-height: 80vh;
    -webkit-box-shadow: 0 2px 2px 2px rgba(0, 0, 0, 0.05);
            box-shadow: 0 2px 2px 2px rgba(0, 0, 0, 0.05);
    -webkit-transition: all 300ms;
    transition: all 300ms;
    cursor: pointer; }
    @media (min-width: 759px) {
      .partner-recomend .image-holder {
        height: 50vw; } }
    @media (min-width: 1019px) {
      .partner-recomend .image-holder {
        height: 36vw; } }
    .partner-recomend .image-holder img {
      height: 100%;
      max-width: 100%;
      -o-object-fit: contain;
         object-fit: contain;
      width: auto; }
    .partner-recomend .image-holder:hover {
      -webkit-transform: translateY(-0.2rem) translateZ(0);
              transform: translateY(-0.2rem) translateZ(0);
      -webkit-box-shadow: 0 -0.2rem -0.2rem 2px rgba(0, 0, 0, 0.12);
              box-shadow: 0 -0.2rem -0.2rem 2px rgba(0, 0, 0, 0.12); }
  .partner-recomend__header {
    margin-bottom: 1em; }

.wysiwyg {
  font-size: 1rem;
  color: #494B50; }
  .wysiwyg h1, .wysiwyg h2 {
    margin: 1.875rem 0;
    font-size: 2.5rem;
    font-weight: normal;
    line-height: 1em; }
  .wysiwyg h3 {
    margin: 1.875rem 0;
    margin-top: 3.75rem;
    font-size: calc(1.25rem + 1px);
    line-height: 1.2em;
    color: var(--color-secondary); }
  .wysiwyg h3:first-of-type {
    margin-top: 1.875rem; }
  .wysiwyg h2 + h3 {
    margin-top: 1.875rem; }
  .wysiwyg audio, .wysiwyg canvas, .wysiwyg progress, .wysiwyg video {
    display: block;
    margin: 2rem 0;
    width: 100%; }
  .wysiwyg hr {
    border-top: 2px solid #eee; }
  .wysiwyg img[alt^="full"],
  .wysiwyg img[alt^="широкий"] {
    margin-left: 0;
    margin-right: 0;
    max-width: 100%;
    float: none; }
  .wysiwyg a {
    color: #0e8acb; }
  .wysiwyg p {
    line-height: 1.5em;
    color: inherit;
    font-size: 1rem;
    font-weight: 300; }
  .wysiwyg p + p {
    margin-top: 1rem; }
  .wysiwyg ol, .wysiwyg ul {
    --list-padding: 2.375rem;
    margin-top: 1.875rem;
    margin-bottom: 1.875rem;
    list-style: none;
    padding-left: var(--list-padding); }
  .wysiwyg ol li, .wysiwyg ul li {
    margin-bottom: calc(.5rem + 1px);
    line-height: 1.5em;
    position: relative;
    font-size: 1rem;
    font-weight: 300;
    color: inherit; }
  .wysiwyg ol {
    counter-reset: list-counter; }
  .wysiwyg ol li {
    counter-increment: list-counter; }
  .wysiwyg ol li::before {
    content: counter(list-counter) ".";
    position: absolute;
    font-weight: bold;
    left: calc(-1 * var(--list-padding));
    width: var(--list-padding);
    text-align: center; }
  .wysiwyg ul li::before {
    content: '';
    position: absolute;
    left: calc(-1 * var(--list-padding));
    top: .425rem;
    margin-left: calc(var(--list-padding) / 2);
    -webkit-transform: translateX(-50%) translateY(50%);
            transform: translateX(-50%) translateY(50%);
    background-color: currentColor;
    width: calc(.25rem + 1px);
    height: calc(.25rem + 1px); }
  .wysiwyg table {
    margin: 1.875rem 0;
    table-layout: fixed;
    word-break: break-word;
    border: none;
    border-collapse: collapse;
    border-radius: 4px;
    -webkit-box-shadow: 0 0.125rem 0.625rem rgba(0, 0, 0, 0.1);
            box-shadow: 0 0.125rem 0.625rem rgba(0, 0, 0, 0.1);
    overflow: hidden; }
  .wysiwyg tr:nth-child(even) {
    background-color: #FAFAFA; }
  .wysiwyg thead tr:first-of-type {
    background-color: #FAFAFA; }
  .wysiwyg th, .wysiwyg td {
    padding: 1rem .75rem;
    border: none; }
  .wysiwyg th:first-of-type, .wysiwyg td:first-of-type {
    padding-left: 1.375rem; }
  .wysiwyg th:last-of-type, .wysiwyg td:last-of-type {
    padding-right: 1.375rem; }
  .wysiwyg img {
    clear: both; }
  .wysiwyg strong {
    font-weight: 500; }
  .wysiwyg blockquote, .wysiwyg q {
    display: block;
    border-left: 3px solid #E65B3D;
    padding-left: 1rem;
    margin-bottom: 2rem;
    min-height: 24px; }

.modal {
  background: rgba(204, 204, 204, 0);
  visibility: hidden;
  overflow: auto;
  opacity: 0;
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 11;
  -webkit-transition: background .3s, opacity .3s;
  transition: background .3s, opacity .3s; }
  @media (max-width: 1020px) {
    .modal .modal-wrapper {
      min-height: 100%; } }
  .modal.opened {
    background: rgba(204, 204, 204, 0.5);
    visibility: visible;
    opacity: 1; }
    .modal.opened .modal-wrapper {
      -webkit-animation: modalOpen 0.6s;
              animation: modalOpen 0.6s;
      -webkit-animation-fill-mode: forwards;
              animation-fill-mode: forwards; }
  .modal.closing {
    background: rgba(204, 204, 204, 0);
    opacity: 0; }
    .modal.closing .modal-wrapper {
      -webkit-animation: modalClose 0.6s;
              animation: modalClose 0.6s;
      -webkit-animation-fill-mode: forwards;
              animation-fill-mode: forwards; }
  .modal .close {
    cursor: pointer;
    background: transparent url("../img/icons/cross-button-4.svg") 50% 50% no-repeat;
    background-size: 30px;
    border-radius: 100%;
    position: absolute;
    right: 20px;
    top: 20px;
    height: 60px;
    width: 60px;
    padding: 0; }
  .modal::-webkit-scrollbar {
    width: 0;
    height: 0; }

#callback-modal {
  text-align: center; }
  #callback-modal .modal-wrapper {
    margin: 90px auto 0px;
    background-color: #fff;
    border-radius: 3px;
    -webkit-box-shadow: 0 3px 30px rgba(0, 0, 0, 0.3);
            box-shadow: 0 3px 30px rgba(0, 0, 0, 0.3);
    width: 600px;
    position: relative; }
    @media (max-width: 1020px) {
      #callback-modal .modal-wrapper {
        margin: 0;
        width: 100%; } }
  #callback-modal span.modal-heading {
    padding-top: 10px;
    color: #36393d;
    font-size: 24px;
    font-weight: 400;
    display: block; }
  #callback-modal #callwrap {
    position: relative; }
    #callback-modal #callwrap:after {
      content: '';
      background-color: #0e8acb;
      border-radius: 50%;
      text-align: center;
      height: 64px;
      left: 50%;
      line-height: 64px;
      margin-left: -32px;
      position: absolute;
      top: -32px;
      width: 64px;
      background-image: url("../img/icons/phone-icon-5.svg");
      background-position: 50% 50%;
      background-repeat: no-repeat;
      background-size: 44% auto; }
    #callback-modal #callwrap form {
      background-color: #f1f1f1;
      margin-top: 50px;
      padding-top: 50px;
      padding-bottom: 20px;
      display: block; }
      @media (max-width: 1020px) {
        #callback-modal #callwrap form {
          min-height: calc(100vh - 100px); } }
    #callback-modal #callwrap textarea, #callback-modal #callwrap input {
      margin-bottom: 10px;
      width: 400px;
      background-color: white;
      border: 1px solid #c0c7ce;
      border-radius: 3px;
      -webkit-box-shadow: inset 0 2px 2px rgba(0, 0, 0, 0.1);
              box-shadow: inset 0 2px 2px rgba(0, 0, 0, 0.1); }
      @media (max-width: 760px) {
        #callback-modal #callwrap textarea, #callback-modal #callwrap input {
          width: 300px; } }
    #callback-modal #callwrap input {
      height: 40px; }
    #callback-modal #callwrap textarea {
      min-height: 100px; }
    #callback-modal #callwrap .form-group .error-message {
      display: none;
      color: #f00;
      text-align: left;
      max-width: 400px;
      margin: -4px auto 14px;
      font-size: 0.8rem;
      line-height: 1em; }
      @media (max-width: 760px) {
        #callback-modal #callwrap .form-group .error-message {
          max-width: 300px; } }
    #callback-modal #callwrap .form-group.error input {
      border-color: #f00; }
    #callback-modal #callwrap .form-group.error .error-message {
      display: block; }
    #callback-modal #callwrap .form-group.error-required input {
      border-color: #f00; }
    #callback-modal #callwrap button[type="submit"] {
      height: auto;
      width: auto;
      background-color: #f54f29;
      border-radius: 3px;
      color: white;
      font-size: 14px;
      line-height: 1em;
      font-weight: 400;
      text-transform: uppercase;
      outline: none;
      border: none;
      padding: 15px 60px;
      margin-top: 10px;
      -webkit-transition: background 0.1s;
      transition: background 0.1s; }
      #callback-modal #callwrap button[type="submit"]:hover {
        background-color: #c13d1f; }
  #callback-modal .close.button {
    position: absolute;
    right: 6px;
    top: 6px; }

#request-service {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  #request-service .modal-wrapper {
    margin: 90px auto;
    background-color: #fff;
    border-radius: 3px;
    -webkit-box-shadow: 0 3px 30px rgba(0, 0, 0, 0.3);
            box-shadow: 0 3px 30px rgba(0, 0, 0, 0.3);
    padding: 0;
    position: relative;
    border-radius: 3px;
    overflow: auto;
    overflow-x: hidden;
    overflow-y: auto;
    width: 600px; }
    @media (max-width: 1020px) {
      #request-service .modal-wrapper {
        margin: 0;
        width: 100%; } }
  #request-service span.modal-heading {
    padding-top: 10px;
    color: #36393d;
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 1.2em;
    display: block; }
  #request-service input::-webkit-input-placeholder, #request-service textarea::-webkit-input-placeholder {
    color: #666;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1em; }
  #request-service input::-moz-placeholder, #request-service textarea::-moz-placeholder {
    color: #666;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1em; }
  #request-service input:-ms-input-placeholder, #request-service textarea:-ms-input-placeholder {
    color: #666;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1em; }
  #request-service input::-ms-input-placeholder, #request-service textarea::-ms-input-placeholder {
    color: #666;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1em; }
  #request-service input::placeholder, #request-service textarea::placeholder {
    color: #666;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1em; }
  #request-service .form-group .error-message, #request-service .form-group .error-required {
    display: none;
    color: #f00;
    text-align: left;
    max-width: 400px;
    margin: -4px auto 14px;
    font-size: 0.8rem;
    line-height: 1em; }
    @media (max-width: 760px) {
      #request-service .form-group .error-message, #request-service .form-group .error-required {
        max-width: 300px; } }
  #request-service .form-group.error input {
    border-color: #f00; }
  #request-service .form-group.error .error-message {
    display: block; }
  #request-service .form-group.error-required input {
    border-color: #f00; }
  #request-service .form-group.error-required .error-required {
    display: block; }
  #request-service .header-area {
    background-color: white;
    padding: 16px 0 50px; }
  #request-service .form-area {
    background-color: #f1f1f1;
    padding: 50px 0 30px;
    position: relative; }
    #request-service .form-area:after {
      content: '';
      display: block;
      background-color: #0e8acb;
      background: url("../img/icons/icon-cart-rounded-1.svg") 50% 50% no-repeat;
      left: 50%;
      margin-left: -32px;
      position: absolute;
      top: -32px;
      height: 64px;
      width: 64px; }
    #request-service .form-area textarea, #request-service .form-area input {
      margin-bottom: 10px;
      width: 400px;
      background-color: white;
      border: 1px solid #c0c7ce;
      border-radius: 3px;
      -webkit-box-shadow: none;
              box-shadow: none; }
      @media (max-width: 760px) {
        #request-service .form-area textarea, #request-service .form-area input {
          width: 300px; } }
    #request-service .form-area input {
      height: 40px; }
    #request-service .form-area textarea {
      min-height: 100px; }
    #request-service .form-area button[type="submit"] {
      height: auto;
      width: auto;
      background-color: #f54f29;
      border-radius: 3px;
      color: white;
      font-size: 14px;
      line-height: 1em;
      font-weight: 400;
      text-transform: uppercase;
      outline: none;
      border: none;
      padding: 12px 60px;
      margin-top: 10px;
      -webkit-transition: background 0.1s;
      transition: background 0.1s; }
      #request-service .form-area button[type="submit"]:hover {
        background-color: #c13d1f; }
  #request-service .close.button {
    position: absolute;
    right: 6px;
    top: 6px; }

#request-consultation, .modal.modal-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 999; }
  #request-consultation .b24-form-header-title, .modal.modal-box .b24-form-header-title {
    letter-spacing: .6px;
    font-weight: 500;
    font-size: 2.125rem;
    line-height: 2.375rem;
    padding: 0.9375rem 1.875rem 0;
    text-align: center;
    font-family: "Ysabeau Infant", sans-serif;
    font-optical-sizing: auto;
    margin-bottom: 0; }
  #request-consultation .b24-form-header, .modal.modal-box .b24-form-header {
    padding: 0;
    border: none; }
  #request-consultation .b24-form-sign, .modal.modal-box .b24-form-sign {
    display: none; }
  #request-consultation .b24-form-control-alert .b24-form-control, .modal.modal-box .b24-form-control-alert .b24-form-control {
    border-bottom: 1px solid #F14E32; }
  #request-consultation .modal-wrapper, .modal.modal-box .modal-wrapper {
    margin: 90px auto;
    background-color: #fff;
    border-radius: 3px;
    -webkit-box-shadow: 0 3px 30px rgba(0, 0, 0, 0.3);
            box-shadow: 0 3px 30px rgba(0, 0, 0, 0.3);
    padding: 0 0 1.875rem;
    position: relative;
    border-radius: 3px;
    overflow: auto;
    overflow-x: hidden;
    overflow-y: auto;
    width: 600px; }
    @media (max-width: 1020px) {
      #request-consultation .modal-wrapper, .modal.modal-box .modal-wrapper {
        min-height: auto; } }
    @media (max-width: 480px) {
      #request-consultation .modal-wrapper, .modal.modal-box .modal-wrapper {
        margin: 0;
        width: 100%; } }
  #request-consultation span.modal-heading, .modal.modal-box span.modal-heading {
    padding-top: 10px;
    color: #36393d;
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 1.2em;
    display: block; }
  #request-consultation input::-webkit-input-placeholder, #request-consultation textarea::-webkit-input-placeholder, .modal.modal-box input::-webkit-input-placeholder, .modal.modal-box textarea::-webkit-input-placeholder {
    color: #666;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1em; }
  #request-consultation input::-moz-placeholder, #request-consultation textarea::-moz-placeholder, .modal.modal-box input::-moz-placeholder, .modal.modal-box textarea::-moz-placeholder {
    color: #666;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1em; }
  #request-consultation input:-ms-input-placeholder, #request-consultation textarea:-ms-input-placeholder, .modal.modal-box input:-ms-input-placeholder, .modal.modal-box textarea:-ms-input-placeholder {
    color: #666;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1em; }
  #request-consultation input::-ms-input-placeholder, #request-consultation textarea::-ms-input-placeholder, .modal.modal-box input::-ms-input-placeholder, .modal.modal-box textarea::-ms-input-placeholder {
    color: #666;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1em; }
  #request-consultation input::placeholder, #request-consultation textarea::placeholder, .modal.modal-box input::placeholder, .modal.modal-box textarea::placeholder {
    color: #666;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1em; }
  #request-consultation .form-group .error-message, #request-consultation .form-group .error-required, .modal.modal-box .form-group .error-message, .modal.modal-box .form-group .error-required {
    display: none;
    color: #f00;
    text-align: left;
    max-width: 400px;
    margin: -4px auto 14px;
    font-size: 0.8rem;
    line-height: 1em; }
    @media (max-width: 760px) {
      #request-consultation .form-group .error-message, #request-consultation .form-group .error-required, .modal.modal-box .form-group .error-message, .modal.modal-box .form-group .error-required {
        max-width: 300px; } }
  #request-consultation .form-group.error input, .modal.modal-box .form-group.error input {
    border-color: #f00; }
  #request-consultation .form-group.error .error-message, .modal.modal-box .form-group.error .error-message {
    display: block; }
  #request-consultation .form-group.error-required input, .modal.modal-box .form-group.error-required input {
    border-color: #f00; }
  #request-consultation .form-group.error-required .error-required, .modal.modal-box .form-group.error-required .error-required {
    display: block; }
  #request-consultation .header-area, .modal.modal-box .header-area {
    background-color: white;
    padding: 16px 0 50px; }
  #request-consultation .form-area, .modal.modal-box .form-area {
    background-color: #f1f1f1;
    padding: 50px 0 30px;
    position: relative; }
    #request-consultation .form-area:after, .modal.modal-box .form-area:after {
      content: "\f086";
      background-color: #0e8acb;
      border-radius: 50%;
      color: #fff;
      text-align: center;
      font-family: FontAwesome;
      font-size: 36px;
      height: 64px;
      left: 50%;
      line-height: 64px;
      margin-left: -32px;
      position: absolute;
      top: -32px;
      width: 64px; }
    #request-consultation .form-area textarea, #request-consultation .form-area input, .modal.modal-box .form-area textarea, .modal.modal-box .form-area input {
      margin-bottom: 10px;
      width: 400px;
      background-color: white;
      border: 1px solid #c0c7ce;
      border-radius: 3px; }
      @media (max-width: 760px) {
        #request-consultation .form-area textarea, #request-consultation .form-area input, .modal.modal-box .form-area textarea, .modal.modal-box .form-area input {
          width: 300px; } }
    #request-consultation .form-area input, .modal.modal-box .form-area input {
      height: 40px; }
    #request-consultation .form-area textarea, .modal.modal-box .form-area textarea {
      min-height: 100px; }
    #request-consultation .form-area button[type="submit"], .modal.modal-box .form-area button[type="submit"] {
      height: auto;
      width: auto;
      background-color: #f54f29;
      border-radius: 3px;
      color: white;
      font-size: 14px;
      line-height: 1em;
      font-weight: 400;
      text-transform: uppercase;
      outline: none;
      border: none;
      padding: 12px 60px;
      margin-top: 10px;
      -webkit-transition: background 0.1s;
      transition: background 0.1s; }
      #request-consultation .form-area button[type="submit"]:hover, .modal.modal-box .form-area button[type="submit"]:hover {
        background-color: #c13d1f; }
  #request-consultation .close.button, .modal.modal-box .close.button {
    position: absolute;
    right: 6px;
    top: 6px; }

#request-sent, #request-failed, #review-sent, #review-failed, #comment-sent, #comment-failed {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  #request-sent .modal-wrapper, #request-failed .modal-wrapper, #review-sent .modal-wrapper, #review-failed .modal-wrapper, #comment-sent .modal-wrapper, #comment-failed .modal-wrapper {
    margin: 90px auto;
    background-color: #f1f1f1;
    border-radius: 3px;
    -webkit-box-shadow: 0 3px 30px rgba(0, 0, 0, 0.3);
            box-shadow: 0 3px 30px rgba(0, 0, 0, 0.3);
    padding: 46px 30px 30px;
    position: relative;
    border-radius: 3px;
    overflow: auto;
    overflow-x: hidden;
    overflow-y: auto;
    width: 600px; }
    @media (max-width: 1020px) {
      #request-sent .modal-wrapper, #request-failed .modal-wrapper, #review-sent .modal-wrapper, #review-failed .modal-wrapper, #comment-sent .modal-wrapper, #comment-failed .modal-wrapper {
        margin: 0;
        width: 100%; } }
  #request-sent span.modal-heading, #request-failed span.modal-heading, #review-sent span.modal-heading, #review-failed span.modal-heading, #comment-sent span.modal-heading, #comment-failed span.modal-heading {
    padding-top: 50px;
    margin-top: 12px;
    margin-bottom: 1.1em;
    color: #36393d;
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 1.2em;
    display: block;
    position: relative;
    color: #333;
    font-size: 2rem;
    font-weight: 300; }
    #request-sent span.modal-heading:after, #request-failed span.modal-heading:after, #review-sent span.modal-heading:after, #review-failed span.modal-heading:after, #comment-sent span.modal-heading:after, #comment-failed span.modal-heading:after {
      display: block;
      content: '\f00c';
      background-color: #6bb6ee;
      border-radius: 50%;
      color: #fff;
      text-align: center;
      font-family: FontAwesome;
      font-size: 36px;
      height: 64px;
      left: 50%;
      line-height: 64px;
      margin-left: -32px;
      position: absolute;
      top: -32px;
      width: 64px; }
  #request-sent p, #request-failed p, #review-sent p, #review-failed p, #comment-sent p, #comment-failed p {
    color: #666;
    font-size: 1rem;
    font-weight: 400;
    margin-top: 1em; }
  #request-sent input, #request-sent textarea, #request-failed input, #request-failed textarea, #review-sent input, #review-sent textarea, #review-failed input, #review-failed textarea, #comment-sent input, #comment-sent textarea, #comment-failed input, #comment-failed textarea {
    -webkit-box-shadow: none;
            box-shadow: none; }
    #request-sent input::-webkit-input-placeholder, #request-sent textarea::-webkit-input-placeholder, #request-failed input::-webkit-input-placeholder, #request-failed textarea::-webkit-input-placeholder, #review-sent input::-webkit-input-placeholder, #review-sent textarea::-webkit-input-placeholder, #review-failed input::-webkit-input-placeholder, #review-failed textarea::-webkit-input-placeholder, #comment-sent input::-webkit-input-placeholder, #comment-sent textarea::-webkit-input-placeholder, #comment-failed input::-webkit-input-placeholder, #comment-failed textarea::-webkit-input-placeholder {
      color: #666;
      font-size: 1rem;
      font-weight: 400;
      line-height: 1em; }
    #request-sent input::-moz-placeholder, #request-sent textarea::-moz-placeholder, #request-failed input::-moz-placeholder, #request-failed textarea::-moz-placeholder, #review-sent input::-moz-placeholder, #review-sent textarea::-moz-placeholder, #review-failed input::-moz-placeholder, #review-failed textarea::-moz-placeholder, #comment-sent input::-moz-placeholder, #comment-sent textarea::-moz-placeholder, #comment-failed input::-moz-placeholder, #comment-failed textarea::-moz-placeholder {
      color: #666;
      font-size: 1rem;
      font-weight: 400;
      line-height: 1em; }
    #request-sent input:-ms-input-placeholder, #request-sent textarea:-ms-input-placeholder, #request-failed input:-ms-input-placeholder, #request-failed textarea:-ms-input-placeholder, #review-sent input:-ms-input-placeholder, #review-sent textarea:-ms-input-placeholder, #review-failed input:-ms-input-placeholder, #review-failed textarea:-ms-input-placeholder, #comment-sent input:-ms-input-placeholder, #comment-sent textarea:-ms-input-placeholder, #comment-failed input:-ms-input-placeholder, #comment-failed textarea:-ms-input-placeholder {
      color: #666;
      font-size: 1rem;
      font-weight: 400;
      line-height: 1em; }
    #request-sent input::-ms-input-placeholder, #request-sent textarea::-ms-input-placeholder, #request-failed input::-ms-input-placeholder, #request-failed textarea::-ms-input-placeholder, #review-sent input::-ms-input-placeholder, #review-sent textarea::-ms-input-placeholder, #review-failed input::-ms-input-placeholder, #review-failed textarea::-ms-input-placeholder, #comment-sent input::-ms-input-placeholder, #comment-sent textarea::-ms-input-placeholder, #comment-failed input::-ms-input-placeholder, #comment-failed textarea::-ms-input-placeholder {
      color: #666;
      font-size: 1rem;
      font-weight: 400;
      line-height: 1em; }
    #request-sent input::placeholder, #request-sent textarea::placeholder, #request-failed input::placeholder, #request-failed textarea::placeholder, #review-sent input::placeholder, #review-sent textarea::placeholder, #review-failed input::placeholder, #review-failed textarea::placeholder, #comment-sent input::placeholder, #comment-sent textarea::placeholder, #comment-failed input::placeholder, #comment-failed textarea::placeholder {
      color: #666;
      font-size: 1rem;
      font-weight: 400;
      line-height: 1em; }
  #request-sent .header-area, #request-failed .header-area, #review-sent .header-area, #review-failed .header-area, #comment-sent .header-area, #comment-failed .header-area {
    background-color: white;
    padding: 16px 0 50px; }
  #request-sent .form-area, #request-failed .form-area, #review-sent .form-area, #review-failed .form-area, #comment-sent .form-area, #comment-failed .form-area {
    background-color: #f1f1f1;
    padding: 50px 0 30px;
    position: relative; }
    #request-sent .form-area:after, #request-failed .form-area:after, #review-sent .form-area:after, #review-failed .form-area:after, #comment-sent .form-area:after, #comment-failed .form-area:after {
      content: "\f086";
      background-color: #6bb6ee;
      border-radius: 50%;
      color: #fff;
      text-align: center;
      font-family: FontAwesome;
      font-size: 36px;
      height: 64px;
      left: 50%;
      line-height: 64px;
      margin-left: -32px;
      position: absolute;
      top: -32px;
      width: 64px; }
    #request-sent .form-area textarea, #request-sent .form-area input, #request-failed .form-area textarea, #request-failed .form-area input, #review-sent .form-area textarea, #review-sent .form-area input, #review-failed .form-area textarea, #review-failed .form-area input, #comment-sent .form-area textarea, #comment-sent .form-area input, #comment-failed .form-area textarea, #comment-failed .form-area input {
      margin-bottom: 10px;
      width: 400px;
      background-color: white;
      border: 1px solid #c0c7ce;
      border-radius: 3px;
      -webkit-box-shadow: inset 0 2px 2px rgba(0, 0, 0, 0.1);
              box-shadow: inset 0 2px 2px rgba(0, 0, 0, 0.1); }
      @media (max-width: 760px) {
        #request-sent .form-area textarea, #request-sent .form-area input, #request-failed .form-area textarea, #request-failed .form-area input, #review-sent .form-area textarea, #review-sent .form-area input, #review-failed .form-area textarea, #review-failed .form-area input, #comment-sent .form-area textarea, #comment-sent .form-area input, #comment-failed .form-area textarea, #comment-failed .form-area input {
          width: 300px; } }
    #request-sent .form-area input, #request-failed .form-area input, #review-sent .form-area input, #review-failed .form-area input, #comment-sent .form-area input, #comment-failed .form-area input {
      height: 40px; }
    #request-sent .form-area textarea, #request-failed .form-area textarea, #review-sent .form-area textarea, #review-failed .form-area textarea, #comment-sent .form-area textarea, #comment-failed .form-area textarea {
      min-height: 100px; }
    #request-sent .form-area button[type="submit"], #request-failed .form-area button[type="submit"], #review-sent .form-area button[type="submit"], #review-failed .form-area button[type="submit"], #comment-sent .form-area button[type="submit"], #comment-failed .form-area button[type="submit"] {
      height: auto;
      width: auto;
      background-color: #f54f29;
      border-radius: 3px;
      color: white;
      font-size: 14px;
      line-height: 1em;
      font-weight: 400;
      text-transform: uppercase;
      outline: none;
      border: none;
      padding: 12px 60px;
      margin-top: 10px;
      -webkit-transition: background 0.1s;
      transition: background 0.1s; }
      #request-sent .form-area button[type="submit"]:hover, #request-failed .form-area button[type="submit"]:hover, #review-sent .form-area button[type="submit"]:hover, #review-failed .form-area button[type="submit"]:hover, #comment-sent .form-area button[type="submit"]:hover, #comment-failed .form-area button[type="submit"]:hover {
        background-color: #c13d1f; }
  #request-sent .close.button, #request-failed .close.button, #review-sent .close.button, #review-failed .close.button, #comment-sent .close.button, #comment-failed .close.button {
    position: absolute;
    right: 6px;
    top: 6px; }
  #request-sent button.close, #request-failed button.close, #review-sent button.close, #review-failed button.close, #comment-sent button.close, #comment-failed button.close {
    background: #f54f29;
    border-radius: 3px;
    display: inline-block;
    height: auto;
    position: static;
    width: auto;
    color: white;
    font-size: 1em;
    font-weight: 400;
    margin-top: 3em;
    padding: 0.9em 3em;
    text-transform: uppercase; }

#request-failed h3, #review-failed h3, #comment-failed h3 {
  color: #D8000C; }
  #request-failed h3:after, #review-failed h3:after, #comment-failed h3:after {
    content: '\f00d';
    background-color: #D8000C; }

#contacts-modal {
  background-color: #fff;
  -webkit-box-shadow: none;
          box-shadow: none;
  top: 76px;
  padding: 0;
  z-index: 9; }
  @media (max-width: 760px) {
    #contacts-modal {
      top: 60px; } }
  @media (max-width: 760px) {
    #contacts-modal .close {
      display: none; } }
  #contacts-modal .modal-wrapper {
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: 0; }
  @media (max-width: 760px) {
    #contacts-modal .contacts {
      padding-bottom: 95px; } }

#search-modal {
  text-align: center;
  background: white;
  top: 0;
  z-index: 9; }
  #search-modal .close {
    top: 96px; }
    @media (max-width: 760px) {
      #search-modal .close {
        display: none;
        top: 80px; } }
  #search-modal .modal-wrapper {
    background: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-shadow: 0 2px 23px rgba(0, 0, 0, 0.1);
            box-shadow: 0 2px 23px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: none;
            box-shadow: none;
    padding: 0px  40px 40px;
    overflow: auto;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%; }
    @media (max-width: 760px) {
      #search-modal .modal-wrapper {
        top: 60px;
        padding: 20px 20px;
        display: block; } }
    #search-modal .modal-wrapper .search-wrapper {
      margin: 0 auto;
      width: 80%; }
      @media (max-width: 760px) {
        #search-modal .modal-wrapper .search-wrapper {
          width: 100%; } }
      #search-modal .modal-wrapper .search-wrapper span {
        display: block;
        color: #0e8acb;
        font-weight: 100;
        font-size: 3rem;
        line-height: 1.2em;
        margin-bottom: 0.8em; }
        @media (max-width: 760px) {
          #search-modal .modal-wrapper .search-wrapper span {
            font-size: 2rem; } }
      #search-modal .modal-wrapper .search-wrapper .input-form {
        position: relative;
        font-size: 0;
        letter-spacing: 0;
        margin-bottom: 2vw;
        white-space: nowrap; }
        #search-modal .modal-wrapper .search-wrapper .input-form input {
          vertical-align: middle;
          max-height: 80px;
          min-height: 36px;
          height: 80px;
          height: 5vw; }
        #search-modal .modal-wrapper .search-wrapper .input-form input[type="text"] {
          border: 1px solid #0e8acb;
          vertical-align: middle;
          width: 100%;
          width: calc(100% - 5vw);
          padding: 0 20px;
          line-height: 1em;
          font-size: 2vw; }
          @media (min-width: 1600px) {
            #search-modal .modal-wrapper .search-wrapper .input-form input[type="text"] {
              font-size: 32px; } }
          @media (max-width: 760px) {
            #search-modal .modal-wrapper .search-wrapper .input-form input[type="text"] {
              font-size: 14px;
              width: calc(100% - 32px); } }
          #search-modal .modal-wrapper .search-wrapper .input-form input[type="text"]::-webkit-input-placeholder {
            font-size: 30px;
            font-weight: 100;
            line-height: 1.5em;
            font-size: 2vw; }
          #search-modal .modal-wrapper .search-wrapper .input-form input[type="text"]::-moz-placeholder {
            font-size: 30px;
            font-weight: 100;
            line-height: 1.5em;
            font-size: 2vw; }
          #search-modal .modal-wrapper .search-wrapper .input-form input[type="text"]:-ms-input-placeholder {
            font-size: 30px;
            font-weight: 100;
            line-height: 1.5em;
            font-size: 2vw; }
          #search-modal .modal-wrapper .search-wrapper .input-form input[type="text"]::-ms-input-placeholder {
            font-size: 30px;
            font-weight: 100;
            line-height: 1.5em;
            font-size: 2vw; }
          #search-modal .modal-wrapper .search-wrapper .input-form input[type="text"]::placeholder {
            font-size: 30px;
            font-weight: 100;
            line-height: 1.5em;
            font-size: 2vw; }
            @media (min-width: 1600px) {
              #search-modal .modal-wrapper .search-wrapper .input-form input[type="text"]::-webkit-input-placeholder {
                font-size: 32px; }
              #search-modal .modal-wrapper .search-wrapper .input-form input[type="text"]::-moz-placeholder {
                font-size: 32px; }
              #search-modal .modal-wrapper .search-wrapper .input-form input[type="text"]:-ms-input-placeholder {
                font-size: 32px; }
              #search-modal .modal-wrapper .search-wrapper .input-form input[type="text"]::-ms-input-placeholder {
                font-size: 32px; }
              #search-modal .modal-wrapper .search-wrapper .input-form input[type="text"]::placeholder {
                font-size: 32px; } }
            @media (max-width: 760px) {
              #search-modal .modal-wrapper .search-wrapper .input-form input[type="text"]::-webkit-input-placeholder {
                font-size: 14px; }
              #search-modal .modal-wrapper .search-wrapper .input-form input[type="text"]::-moz-placeholder {
                font-size: 14px; }
              #search-modal .modal-wrapper .search-wrapper .input-form input[type="text"]:-ms-input-placeholder {
                font-size: 14px; }
              #search-modal .modal-wrapper .search-wrapper .input-form input[type="text"]::-ms-input-placeholder {
                font-size: 14px; }
              #search-modal .modal-wrapper .search-wrapper .input-form input[type="text"]::placeholder {
                font-size: 14px; } }
        #search-modal .modal-wrapper .search-wrapper .input-form input[type="submit"] {
          background: #0e8acb url(../img/icons/search-icon-1.svg) 50% 50% no-repeat;
          background-size: 50%;
          border: 1px solid #0e8acb;
          height: 80px;
          width: 80px;
          height: 5vw;
          width: 5vw;
          max-width: 80px;
          min-width: 36px;
          vertical-align: top; }
      #search-modal .modal-wrapper .search-wrapper button {
        padding: 5px 10px;
        margin: 20px 0 0 0;
        background: transparent;
        font-weight: 600;
        color: #0e8acb;
        font-size: 14px;
        line-height: 40px;
        padding: 2px 20px;
        text-align: center;
        border-width: 2px;
        border-color: #0e8acb;
        border-style: solid;
        border-radius: 5px; }
        #search-modal .modal-wrapper .search-wrapper button:hover {
          background: #0e8acb;
          color: #fff; }

#navlist-modal {
  text-align: center;
  background: white;
  top: 0;
  z-index: 9;
  font-size: 0;
  letter-spacing: 0; }
  #navlist-modal .close {
    top: 96px; }
    @media (max-width: 760px) {
      #navlist-modal .close {
        top: 80px;
        display: none; } }
  #navlist-modal .modal-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-shadow: none;
            box-shadow: none;
    padding: 0px  40px 40px;
    border-radius: 4px;
    overflow: auto;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%; }
    @media (max-width: 760px) {
      #navlist-modal .modal-wrapper {
        padding: 20px 20px; } }
  #navlist-modal .container {
    position: relative; }
    @media (max-width: 1020px) {
      #navlist-modal .container {
        padding: 10px 20px; } }
    @media (max-width: 760px) {
      #navlist-modal .container {
        padding: 10px 0; } }
  @media (max-width: 1020px) {
    #navlist-modal .advantage-items-holder {
      margin: 0; } }
  #navlist-modal .navlist-item {
    display: inline-block;
    text-align: left;
    font-size: 13px;
    font-size: 0.9em;
    margin-top: 40px;
    padding: 0 20px;
    vertical-align: top;
    width: 33%; }
    @media (max-width: 760px) {
      #navlist-modal .navlist-item {
        width: 100%; } }
    #navlist-modal .navlist-item span {
      display: block;
      color: #333;
      line-height: 2.375rem;
      font-size: 48px;
      font-size: 3rem;
      font-size: 2.5vw;
      font-weight: 300;
      margin-bottom: 1.25rem; }
      @media (max-width: 1020px) {
        #navlist-modal .navlist-item span {
          font-size: 1.625rem; } }
    #navlist-modal .navlist-item img {
      margin-bottom: 3rem;
      height: 4rem;
      width: auto; }
      @media (max-width: 1020px) {
        #navlist-modal .navlist-item img {
          margin-bottom: 1.25rem; } }
    #navlist-modal .navlist-item a {
      color: #0072af;
      font-size: 1.6vw;
      font-weight: 300;
      line-height: 1.5em;
      display: block; }
      @media (max-width: 1020px) {
        #navlist-modal .navlist-item a {
          font-size: 1.125rem; } }

.mobile-menu {
  background-color: #4c5155;
  top: 76px; }
  @media (max-width: 760px) {
    .mobile-menu {
      top: 60px; } }
  .mobile-menu.opened {
    background-color: #4c5155;
    -webkit-animation: mobileMenuOpen 0.6s;
            animation: mobileMenuOpen 0.6s; }
  .mobile-menu.closing {
    -webkit-animation: mobileMenuClose 0.6s;
            animation: mobileMenuClose 0.6s; }
  .mobile-menu .first {
    display: none; }
  .mobile-menu .wrap > ul > li a {
    padding: 0 20px;
    color: white;
    display: block;
    line-height: 40px;
    font-size: 18px;
    font-weight: 400;
    text-transform: uppercase;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1); }
    .mobile-menu .wrap > ul > li a:hover {
      background-color: #6bb6ee; }
  .mobile-menu .wrap > ul > li:hover > .submenu,
  .mobile-menu .wrap > ul > li > .submenu {
    display: none;
    position: fixed;
    padding: 0;
    top: 60px;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    background-color: #f9f9f9;
    pointer-events: none;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 300ms;
    transition: all 300ms;
    -webkit-transform: translateY(0) translateZ(0);
            transform: translateY(0) translateZ(0); }
    .mobile-menu .wrap > ul > li:hover > .submenu.opened,
    .mobile-menu .wrap > ul > li > .submenu.opened {
      display: block;
      -webkit-animation: mobileMenuOpen 0.6s;
              animation: mobileMenuOpen 0.6s;
      display: block;
      -webkit-transform: translateY(0) translateZ(0);
              transform: translateY(0) translateZ(0);
      pointer-events: all;
      visibility: visible;
      opacity: 1; }
    .mobile-menu .wrap > ul > li:hover > .submenu.closing,
    .mobile-menu .wrap > ul > li > .submenu.closing {
      -webkit-animation: mobileMenuClose 0.6s;
              animation: mobileMenuClose 0.6s; }
    .mobile-menu .wrap > ul > li:hover > .submenu a,
    .mobile-menu .wrap > ul > li > .submenu a {
      padding: 0;
      color: #36393d;
      display: block;
      line-height: 1em;
      font-size: 18px;
      font-weight: 400;
      text-transform: none;
      border-bottom: none; }
      .mobile-menu .wrap > ul > li:hover > .submenu a:hover,
      .mobile-menu .wrap > ul > li > .submenu a:hover {
        background-color: transparent; }
    .mobile-menu .wrap > ul > li:hover > .submenu .close,
    .mobile-menu .wrap > ul > li > .submenu .close {
      display: none; }
    .mobile-menu .wrap > ul > li:hover > .submenu .inner,
    .mobile-menu .wrap > ul > li > .submenu .inner {
      overflow: auto;
      overflow-x: hidden;
      overflow-y: auto;
      height: 100%; }
    .mobile-menu .wrap > ul > li:hover > .submenu .block-item, .mobile-menu .wrap > ul > li:hover > .submenu .block-item .title,
    .mobile-menu .wrap > ul > li > .submenu .block-item,
    .mobile-menu .wrap > ul > li > .submenu .block-item .title {
      font-size: 18px;
      font-weight: 400;
      color: #36393d;
      line-height: 20px; }
      .mobile-menu .wrap > ul > li:hover > .submenu .block-item .title, .mobile-menu .wrap > ul > li:hover > .submenu .block-item .title .title,
      .mobile-menu .wrap > ul > li > .submenu .block-item .title,
      .mobile-menu .wrap > ul > li > .submenu .block-item .title .title {
        padding: 20px 20px;
        border-bottom: 1px solid #e2e2e2; }
        .mobile-menu .wrap > ul > li:hover > .submenu .block-item .title:focus, .mobile-menu .wrap > ul > li:hover > .submenu .block-item .title:active, .mobile-menu .wrap > ul > li:hover > .submenu .block-item .title .title:focus, .mobile-menu .wrap > ul > li:hover > .submenu .block-item .title .title:active,
        .mobile-menu .wrap > ul > li > .submenu .block-item .title:focus,
        .mobile-menu .wrap > ul > li > .submenu .block-item .title:active,
        .mobile-menu .wrap > ul > li > .submenu .block-item .title .title:focus,
        .mobile-menu .wrap > ul > li > .submenu .block-item .title .title:active {
          color: white;
          background-color: #6bb6ee; }
    .mobile-menu .wrap > ul > li:hover > .submenu .block-item > ul,
    .mobile-menu .wrap > ul > li > .submenu .block-item > ul {
      display: none;
      position: fixed;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      z-index: 2;
      background-color: #f9f9f9; }
      .mobile-menu .wrap > ul > li:hover > .submenu .block-item > ul li,
      .mobile-menu .wrap > ul > li > .submenu .block-item > ul li {
        color: #000; }
        .mobile-menu .wrap > ul > li:hover > .submenu .block-item > ul li a,
        .mobile-menu .wrap > ul > li > .submenu .block-item > ul li a {
          color: #000;
          padding: 20px 20px;
          border-bottom: 1px solid #e2e2e2;
          font-size: 18px;
          font-weight: 400;
          color: #36393d;
          line-height: 20px; }
      .mobile-menu .wrap > ul > li:hover > .submenu .block-item > ul.opened,
      .mobile-menu .wrap > ul > li > .submenu .block-item > ul.opened {
        display: block;
        -webkit-animation: mobileMenuOpen 0.6s;
                animation: mobileMenuOpen 0.6s; }
      .mobile-menu .wrap > ul > li:hover > .submenu .block-item > ul.closing,
      .mobile-menu .wrap > ul > li > .submenu .block-item > ul.closing {
        -webkit-animation: mobileMenuClose 0.6s;
                animation: mobileMenuClose 0.6s; }
  .mobile-menu .menu2 > ul > li {
    display: block;
    padding: 0; }
    .mobile-menu .menu2 > ul > li a {
      padding: 0 20px;
      display: block;
      color: white;
      line-height: 40px;
      font-size: 16px;
      font-weight: 400;
      border-bottom: 1px solid rgba(255, 255, 255, 0.1); }
      .mobile-menu .menu2 > ul > li a:hover {
        background-color: #6bb6ee; }
    .mobile-menu .menu2 > ul > li > .submenu {
      display: none; }

#mobile-menu-alternative {
  background-color: #4c5155;
  top: 75px;
  padding-top: 1px; }
  @media (max-width: 760px) {
    #mobile-menu-alternative {
      top: 59px; } }
  #mobile-menu-alternative .subcategory {
    display: none;
    position: fixed;
    top: -1px;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fff; }
    #mobile-menu-alternative .subcategory.opened {
      display: block;
      -webkit-animation: mobileMenuOpen 0.6s;
              animation: mobileMenuOpen 0.6s;
      -webkit-animation-fill-mode: both;
              animation-fill-mode: both; }
    #mobile-menu-alternative .subcategory.closing {
      -webkit-animation: mobileMenuClose 0.6s;
              animation: mobileMenuClose 0.6s;
      -webkit-animation-fill-mode: both;
              animation-fill-mode: both;
      pointer-events: none; }
  #mobile-menu-alternative li {
    border-bottom: 1px solid #e2e2e2; }
  #mobile-menu-alternative a, #mobile-menu-alternative .trigger {
    display: block;
    font-size: 1.2rem;
    font-weight: 100;
    line-height: 1.1em;
    padding: 0.875rem 1.5rem 0.625rem; }
  #mobile-menu-alternative .modal-wrapper > ul > li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1); }
    #mobile-menu-alternative .modal-wrapper > ul > li > a, #mobile-menu-alternative .modal-wrapper > ul > li > .trigger {
      color: white; }

.fixed-mobile-contacts {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  height: 48px;
  background-color: #fff;
  -webkit-box-shadow: 0 -6px 10px 0 rgba(0, 0, 0, 0.04);
          box-shadow: 0 -6px 10px 0 rgba(0, 0, 0, 0.04);
  text-align: center;
  z-index: 11;
  display: none; }
  .fixed-mobile-contacts svg {
    margin-right: 0.375rem;
    height: 1rem;
    width: 1rem;
    -webkit-transform: translateY(2px);
            transform: translateY(2px); }
  .fixed-mobile-contacts .contents {
    position: relative; }
    .fixed-mobile-contacts .contents > * {
      vertical-align: middle;
      line-height: 48px; }
  .fixed-mobile-contacts .contacts-trigger {
    position: absolute;
    right: 12px;
    top: 50%;
    display: inline-block;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%); }
    .fixed-mobile-contacts .contacts-trigger img {
      -webkit-transition: -webkit-transform .3s;
      transition: -webkit-transform .3s;
      transition: transform .3s;
      transition: transform .3s, -webkit-transform .3s;
      width: 1.375rem;
      height: 1.375rem; }
    .fixed-mobile-contacts .contacts-trigger.opened img {
      -webkit-transform: rotate(180deg);
              transform: rotate(180deg); }
  @media (max-width: 760px) {
    .fixed-mobile-contacts {
      display: block; } }

.footer {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#d4e5f5), to(#bed8f0));
  background-image: linear-gradient(#d4e5f5, #bed8f0);
  -webkit-box-shadow: inset 0 2px 6px rgba(0, 0, 0, 0.1);
          box-shadow: inset 0 2px 6px rgba(0, 0, 0, 0.1);
  padding-top: 1rem; }
  .footer .container {
    letter-spacing: 0;
    font-size: 0; }
  .footer a {
    color: #7c7c7c;
    font-size: 0.9375rem;
    font-weight: 400;
    line-height: 1.25rem; }
  .footer .b-all, .footer .b1, .footer .b2, .footer .b3, .footer .b4, .footer .b5 {
    display: inline-block;
    vertical-align: top;
    width: 38%;
    float: left;
    padding-right: 2.5rem; }
    @media (max-width: 760px) {
      .footer .b-all, .footer .b1, .footer .b2, .footer .b3, .footer .b4, .footer .b5 {
        float: none;
        width: 100%; } }
  .footer .b3 {
    padding-right: 0;
    width: 24%; }
    @media (max-width: 760px) {
      .footer .b3 {
        width: 100%; } }
  .footer .b5 {
    padding-right: 0;
    width: 24%; }
    @media (max-width: 760px) {
      .footer .b5 {
        width: 100%; } }
  .footer .blue {
    color: #0e8acb; }
  .footer .head, .footer .b5 b {
    color: #232323;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1rem;
    padding-top: 2rem;
    margin-bottom: 0.5rem;
    text-transform: uppercase; }
  .footer .bld {
    font-weight: 600; }
  .footer .soc {
    text-align: center; }
    .footer .soc:before, .footer .soc:after {
      content: '';
      display: table;
      clear: both; }
    .footer .soc .head {
      display: none; }
    .footer .soc > div {
      display: inline-block;
      margin: 1.875rem 0.125rem 0; }
    .footer .soc noindex {
      display: none; }
  .footer .b {
    color: #7c7c7c;
    font-size: 0.9375rem;
    font-weight: 400;
    line-height: 1.25rem;
    text-align: center; }
    .footer .b .b1 {
      margin-bottom: 2.5rem;
      margin-top: 0.5rem;
      width: 100%; }
      @media (max-width: 1020px) {
        .footer .b .b1 {
          padding-right: 0; } }
      .footer .b .b1 p {
        color: #7c7c7c;
        font-size: 0.9375rem;
        font-weight: 400;
        line-height: 1.25rem; }
    .footer .b .b2 {
      display: none; }
  .footer .socials-holder-footer a {
    color: #fff;
    font-size: 0; }
