@charset "UTF-8";
html, body {
  height: 100%; }

body {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 17px;
  line-height: 130%;
  margin: 0;
  padding: 0;
  color: #3D4249;
  background-color: #FFFFFF; }

p {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 17px;
  line-height: 130%;
  margin: 0 0 14px; }

h1, .h1 {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 35px;
  line-height: 110%;
  margin: 0.8em 0 14px; }

h2, .h2 {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 29px;
  line-height: 110%;
  margin: 0.8em 0 14px; }

h3, .h3 {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  line-height: 110%;
  margin: 0.8em 0 14px; }

h4, .h4 {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  line-height: 110%;
  margin: 0.8em 0 14px; }

a {
  color: #0051C5;
  outline: none;
  text-decoration: none; }

a:hover {
  color: #0051C5;
  text-decoration: underline; }

a.anchor {
  text-decoration: none; }

ul {
  padding-left: 25px;
  text-align: left;
  margin: 0 0 16px; }

li {
  margin: 0 0 4px; }

.flex {
  display: flex;
  justify-content: space-between; }

#price-filter {
  text-align: left;
  margin-top: 16px;
  margin-bottom: 32px; }

#price-filter .price-range-container {
  display: inline-block;
  width: calc(100% - 240px);
  margin-right: 32px; }

#price-filter button {
  margin-top: 17px; }

#price-filter #sorting-buttons {
  display: inline-block;
  white-space: nowrap; }

#price-filter span.first-cheap, #price-filter span.first-expensive {
  display: inline-block;
  white-space: nowrap;
  cursor: pointer;
  font-style: normal;
  font-weight: 400;
  font-size: 10px;
  line-height: 15px;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  background: #BACDD3;
  border-radius: 4px;
  padding: 4px 15px 4px;
  margin: 12px 0 0px; }

#price-filter span.first-cheap + span, #price-filter span.first-expensive + span {
  margin-left: 20px; }

#price-filter span.first-cheap.active, #price-filter span.first-expensive.active {
  color: #fff;
  background: #67828C; }

#order-table-container {
  max-width: 100%;
  overflow-x: auto;
  margin-bottom: 20px; }

#order-table-container > table {
  margin: 0; }

#order-form h3, #order-form p {
  text-align: left !important; }

body.modal-open {
  overflow: hidden; }

input, select {
  border: 1px solid #A0A5B1;
  padding: 8px 1px;
  font-size: 16px;
  width: 300px;
  max-width: 100%; }

label.with-note {
  padding-top: 5px;
  position: relative; }

.table-container {
  position: relative;
  width: 100%;
  z-index: 1;
  margin: auto;
  overflow: auto;
  margin-bottom: 20px; }

.table-container table {
  margin: 0; }

.table-hover > tbody > tr:hover {
  background-color: #f0f0f3; }

label.with-note span.note {
  display: block;
  position: absolute;
  left: 3px;
  top: -5px;
  font-size: 12px;
  color: #999;
  background-color: #fff;
  white-space: nowrap;
  padding: 0 3px; }

label {
  font-weight: 500;
  display: block;
  font-size: 15px;
  margin-bottom: 10px; }

label + button {
  margin-top: 10px !important; }

.input-note {
  margin-left: 10px;
  color: #FF3E3E;
  font-size: 14px; }

#mobile-menu-button {
  display: block;
  background-color: transparent;
  color: #000;
  width: 0px;
  position: absolute;
  right: 8px;
  top: 5px;
  border: none;
  outline: none;
  font-size: 0;
  opacity: 1;
  z-index: 100;
  cursor: pointer;
  transition: all ease-out 0.5s; }

#mobile-menu-button:hover {
  opacity: 1; }

#mobile-menu-button > div {
  height: 2px;
  border-radius: 1px;
  background-color: #fff; }

#mobile-menu-button > div + div {
  margin-top: 5px; }

.pushy .close-mobile-menu {
  position: absolute;
  right: 0;
  top: 0;
  width: 32px;
  height: 32px;
  background-image: url("../img/close-mobile-menu.png");
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
  z-index: 101; }

.pushy-content ul {
  padding: 0px 0 0px 0; }

.pushy-content ul + ul {
  /*border-top: 1px solid #fff;*/ }

.pushy-content a:hover {
  /*background-color: #333;*/ }

.container {
  max-width: 1152px !important;
  /* 64 / 32 / 12 */
  margin: 0 auto;
  position: relative; }

#header .container {
  overflow: visible; }

button.button, a.button, .upload-button {
  display: inline-block;
  vertical-align: top;
  position: relative;
  padding: 10px 28px 11px;
  margin: 23px 0 20px;
  cursor: pointer;
  background: #003D94;
  border-radius: 0;
  text-transform: none;
  border: none;
  text-decoration: none;
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 17px;
  text-align: center;
  text-transform: none;
  color: #FFFFFF;
  overflow: hidden;
  text-shadow: none;
  white-space: nowrap;
  filter: drop-shadow(0px 2px 4px rgba(0, 0, 0, 0.25));
  transition: all ease-out 0.3s;
  outline: none !important; }

a.button:hover, button.button:hover, .upload-button:hover {
  text-decoration: none;
  background-color: #0051C5;
  color: #FFFFFF; }

button.small-button, a.small-button, .small-button {
  padding: 9px 28px 10px;
  font-size: 12px; }

.upload-button input {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  border: solid transparent;
  bottom: 0;
  left: 0;
  opacity: 0;
  cursor: pointer; }

#page {
  position: relative;
  z-index: 70;
  overflow: hidden; }

ul.no-style {
  list-style: none; }

.center {
  text-align: center; }

.left {
  text-align: left; }

.right {
  text-align: right; }

img {
  max-width: 100%;
  height: auto !important; }

#call-back-dialog {
  width: 600px;
  max-width: 100%; }

#call-back-dialog h3 {
  margin-bottom: 23px; }

#call-back-dialog p {
  text-align: left;
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  /*line-height: 18px;
  font-size: 14px;*/
  color: #555; }

#call-back-dialog label {
  margin-bottom: 15px; }

#call-back-question {
  width: 100%;
  height: 120px; }

.modal-bg {
  position: fixed;
  width: 100%;
  min-height: 100%;
  background: rgba(0, 0, 0, 0.8);
  left: 0px;
  top: 0px;
  z-index: 90;
  overflow: auto;
  cursor: pointer; }

.modal-panel {
  position: absolute;
  background: #fff;
  left: 0px;
  top: 0px;
  z-index: 100;
  box-shadow: 0 15px 30px -5px rgba(0, 0, 0, 0.5);
  padding: 32px 40px;
  margin: 0px;
  text-align: center;
  max-width: 100%;
  cursor: default; }

.modal-panel.no-border {
  padding: 0px 0px; }

.close-button {
  width: 24px;
  height: 24px;
  background-image: url("../img/close-button.png");
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
  transition: all ease-out 0.5s; }

.modal-panel .close-button {
  position: absolute;
  top: 13px;
  right: 8px; }

.modal-panel .close-button:hover {
  transform: rotate(-90deg); }

.modal-panel .loading {
  position: absolute;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  background-color: rgba(255, 255, 255, 0.75);
  background-image: url("../img/loading.gif");
  background-repeat: no-repeat;
  background-position: center; }

.modal-panel h5.success {
  width: 454px;
  max-width: 100%;
  background-image: url("../img/success-icon.png");
  background-repeat: no-repeat;
  background-position: center 5px;
  padding: 112px 0px 15px;
  color: #333; }

.modal-panel h5.warning {
  width: 454px;
  max-width: 100%;
  background-image: url("../img/warning-icon.png");
  background-repeat: no-repeat;
  background-position: center 5px;
  padding: 112px 0px 15px;
  color: #333; }

.modal-panel input, .modal-panel select {
  border: 1px solid #c0c0c0; }

#confidence {
  width: 600px;
  height: 400px;
  overflow: auto;
  background-color: #fff;
  color: #333 !important; }

#credits {
  /*font-family: Arial, Sans Serif;*/
  position: relative;
  height: 0px;
  top: -17px; }

#credits > div {
  height: 16px;
  margin: 0 auto;
  text-align: left; }

#credits a {
  color: #fff;
  text-decoration: none;
  transition: 0.2s linear;
  opacity: 0.3;
  font-size: 13px;
  line-height: 1;
  position: relative;
  left: calc(100% - 190px);
  top: -25px; }

#credits a:hover {
  opacity: 0.7; }

#credits a > img {
  position: relative;
  top: -1px; }

.switch {
  /* Переключатель */
  position: relative;
  min-height: 34px; }

.switch:before {
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  content: "";
  background-image: url("../img/switch-bg.png");
  background-repeat: no-repeat;
  background-position: center; }

.switch:after {
  position: absolute;
  z-index: 2;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  content: "";
  background-image: url("../img/switch-button.png");
  background-repeat: no-repeat;
  background-position: center calc(50% + 2px);
  transition: all 0.25s ease-in; }

.switch.switch-left:after {
  background-position: calc(50% - 20px) calc(50% + 2px); }

.switch.switch-right:after {
  background-position: calc(50% + 20px) calc(50% + 2px); }

.switch > div {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 3;
  line-height: 34px;
  cursor: pointer; }

.switch > div:nth-of-type(1) {
  left: 0;
  right: calc(50% + 40px);
  text-align: right; }

.switch > div:nth-of-type(2) {
  right: 0;
  left: calc(50% + 40px);
  text-align: left; }

.radio {
  /* Радио-кнопки */
  position: relative;
  text-align: center; }

.radio > div {
  display: inline-block;
  background-image: url("../img/radio-button-unchecked.png");
  background-repeat: no-repeat;
  background-position: center top;
  padding-top: 44px;
  cursor: pointer;
  transition: all 0.25s ease-in; }

.radio > div + div {
  margin-left: 24px; }

.radio > div.selected {
  background-image: url("../img/radio-button-checked.png"); }

.checkbox {
  /* Чекбоксы */
  position: relative;
  text-align: left;
  background-repeat: no-repeat;
  background-position: left top;
  padding: 7px 0 0 44px;
  cursor: pointer;
  min-height: 32px;
  transition: all 0.25s ease-in;
  background-image: url("../img/checkbox-unchecked.png"); }

.checkbox.checked {
  background-image: url("../img/checkbox-checked.png"); }

/* Нумерация списков */
ol {
  padding-left: 0; }

ol > li > ol {
  margin-top: 10px; }

ol li {
  list-style-type: none; }

ol {
  counter-reset: section;
  list-style-type: none; }

ol > li:before {
  counter-increment: section;
  content: counter(section) ". "; }

ol > li > ol {
  counter-reset: subsection; }

ol > li > ol > li:before {
  counter-increment: subsection;
  content: counter(section) "." counter(subsection) " "; }

ol > li > ol > li > ol {
  counter-reset: subsubsection; }

ol > li > ol > li > ol > li:before {
  counter-increment: subsubsection;
  content: counter(section) "." counter(subsection) "." counter(subsubsection) " "; }

.contrast-setting {
  position: fixed;
  overflow: visibled;
  left: 0;
  right: 0;
  top: 0;
  z-index: 11;
  transform: translate3d(0, 0, 0);
  height: 50px;
  padding: 10px 15px;
  border-bottom: 1px solid #ccc;
  background-color: #fff;
  text-align: center; }

.contrast-setting .font-s {
  font-size: 16px;
  display: inline-block;
  margin: 0 3px;
  cursor: pointer; }

.contrast-setting .font-m {
  font-size: 20px;
  display: inline-block;
  margin: 0 3px;
  cursor: pointer; }

.contrast-setting .font-l {
  font-size: 24px;
  display: inline-block;
  margin: 0 8px 0 3px;
  cursor: pointer; }

.contrast-setting .contrast-positive {
  display: inline-block;
  margin: 0 3px;
  padding: 0 4px;
  border: 1px solid #000;
  background-color: #fff !important;
  color: #000 !important;
  cursor: pointer; }

.contrast-setting .contrast-negative {
  display: inline-block;
  margin: 0 3px;
  padding: 0 5px;
  border: 1px solid #fff;
  color: #fff !important;
  background-color: #000 !important;
  cursor: pointer; }

.breadcrumbs {
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 130%;
  color: #3D4249;
  margin: 20px 0 20px; }

.breadcrumbs a {
  color: #3D4249; }

.breadcrumbs a:hover {
  color: #003D94; }

.breadcrumbs span.separator {
  margin: 0 5px; }

.template1-page, .template2-page, .template3-page, .template4-page, .template5-page {
  padding-bottom: 64px;
  min-height: 700px; }

.pagination a {
  display: inline-block;
  background-color: #003D94;
  color: #fff;
  font-size: 17px;
  padding: 7px 8px;
  border-radius: 2px; }

.pagination a:hover {
  color: #fff;
  background-color: #0051C5;
  text-decoration: none; }

.pagination a.current {
  background-color: #CAD0D9;
  cursor: default; }

:focus::-webkit-input-placeholder {
  color: transparent !important; }

:focus::-moz-placeholder {
  color: transparent !important; }

:focus:-moz-placeholder {
  color: transparent !important; }

:focus:-ms-input-placeholder {
  color: transparent !important; }

::-webkit-input-placeholder {
  color: #999999 !important;
  font-size: 16px; }

::-moz-placeholder {
  color: #999999 !important;
  font-size: 16px; }

:-moz-placeholder {
  color: #999999 !important;
  font-size: 16px; }

:-ms-input-placeholder {
  color: #999999 !important;
  font-size: 16px; }

input:-webkit-autofill {
  -webkit-box-shadow: inset 0 0 0 50px #fff !important; }

input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
  opacity: 1; }

@media (max-width: 700px) {
  h1, .h1 {
    font-size: 28px; }

  h2, .h2 {
    font-size: 25px; }

  h3, .h3 {
    font-size: 22px; }

  h4, .h4 {
    font-size: 19px; } }
/* tic-columns-card begin */
/* tic-columns-card end */
/* tic-proportion begin */
/* tic-proportion end */
.main-page .after-header {
  height: 0px !important; }

.main-page-content h2.h1 {
  text-align: center;
  margin: 67px 0 50px; }

/* .tic-header-01 begin */
.tic-header-01 {
  position: fixed;
  left: 0;
  right: 0;
  z-index: 500;
  top: 0;
  white-space: nowrap;
  overflow: visible;
  transform: translate3d(0, 0, 0);
  transition: all ease-out 0.5s;
  background: #FFFFFF;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.18), 0px 3px 5px rgba(0, 0, 0, 0.1);
  padding: 9px 0 0; }
  .tic-header-01 a {
    color: #3D4249; }
  .tic-header-01 a:hover {
    text-decoration: none; }
  .tic-header-01 a.logo {
    display: block;
    background-image: url("../img/logo.png");
    background-position: left top;
    background-repeat: no-repeat;
    background-size: 135px 113px;
    padding: 22px 0 0 135px;
    min-height: 105px;
    max-width: 450px;
    font-weight: 500;
    font-size: 24px;
    line-height: 28px;
    color: #3D4249;
    transition: all ease-out 0.5s; }
  .tic-header-01 a.logo > span {
    display: block;
    font-style: normal;
    font-weight: 500;
    font-size: 11px;
    line-height: 12px;
    letter-spacing: 0.11em;
    text-transform: uppercase;
    text-align: center;
    margin-top: 15px;
    transition: all ease-out 0.5s; }
  .tic-header-01 .languages {
    display: block;
    margin-top: 25px;
    margin-bottom: 15px;
    transition: all ease-out 0.5s; }
    .tic-header-01 .languages a {
      display: inline-block;
      font-style: normal;
      font-weight: 500;
      font-size: 17px;
      line-height: 20px;
      color: #3D4249;
      text-decoration: underline; }
    .tic-header-01 .languages a + a {
      margin-left: 10px; }
    .tic-header-01 .languages a.selected {
      text-decoration: none; }
  .tic-header-01 .versions {
    display: block;
    background-image: url("../img/eye.png");
    background-size: 31px 20px;
    background-repeat: no-repeat;
    background-position: center left;
    padding: 2px 0 0 43px;
    vertical-align: middle;
    font-style: normal;
    font-weight: normal;
    font-size: 17px;
    line-height: 17px;
    cursor: pointer;
    min-height: 20px; }
  .tic-header-01 .contacts .messengers {
    display: block;
    margin-top: 19px;
    transition: all ease-out 0.5s; }
    .tic-header-01 .contacts .messengers a {
      vertical-align: top; }
    .tic-header-01 .contacts .messengers a + a {
      margin-left: 8px; }
    .tic-header-01 .contacts .messengers a.viber {
      display: inline-block;
      background-image: url("../img/viber.png");
      background-size: 24px 26px;
      background-repeat: no-repeat;
      background-position: center top;
      width: 24px;
      height: 26px;
      margin-top: 2px; }
    .tic-header-01 .contacts .messengers a.whatsapp {
      display: inline-block;
      background-image: url("../img/whatsapp.png");
      background-size: 25px 25px;
      background-repeat: no-repeat;
      background-position: center top;
      width: 25px;
      height: 25px;
      margin-top: 2px; }
    .tic-header-01 .contacts .messengers a.telegram {
      display: inline-block;
      background-image: url("../img/telegram.png");
      background-size: 24px 24px;
      background-repeat: no-repeat;
      background-position: center top;
      width: 24px;
      height: 24px;
      margin-top: 2px; }
    .tic-header-01 .contacts .messengers a.phone {
      display: inline-block;
      min-height: 22px;
      font-style: normal;
      font-weight: normal;
      font-size: 21px;
      line-height: 25px;
      text-align: left; }
  .tic-header-01 .contacts a.email {
    display: inline-block;
    float: right;
    text-align: right;
    font-style: normal;
    font-weight: normal;
    font-size: 19px;
    line-height: 22px;
    margin-top: 9px;
    transition: all ease-out 0.5s; }
  .tic-header-01 .main-menu {
    list-style: none;
    padding: 0;
    max-width: 100% !important;
    margin: 5px 0 0 0;
    border-top: 1px solid #E5E5E5;
    transition: all ease-out 0.5s; }
  .tic-header-01 .main-menu li {
    display: inline-block;
    font-style: normal;
    font-weight: 500;
    font-size: 17px;
    line-height: 20px;
    color: #003D94;
    position: relative;
    padding: 0;
    margin-bottom: 0; }
  .tic-header-01 .main-menu > li + li {
    margin-left: 14px; }
  .tic-header-01 .main-menu > li + li:before {
    content: "";
    margin-right: 10px; }
  .tic-header-01 .main-menu > li > a {
    white-space: nowrap; }
  .tic-header-01 .main-menu li > a {
    display: inline-block;
    padding: 10px 0 10px;
    text-align: left;
    color: #003D94; }
  .tic-header-01 .main-menu li > a:hover {
    color: #0051C5; }
  .tic-header-01 .main-menu > li.with-sub {
    background-image: url("../img/drop-down.png");
    background-position: right calc(50% + 1px);
    background-size: 12px 8px;
    background-repeat: no-repeat;
    padding-right: 14px; }
  .tic-header-01 .main-menu > li.with-sub:hover {
    background-image: none; }
  .tic-header-01 .main-menu > li > ul {
    display: none;
    z-index: 99;
    position: absolute;
    left: 0px;
    top: 35px;
    width: 320px;
    list-style: none;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    padding: 0; }
  .tic-header-01 .main-menu > li ul > li {
    display: block;
    position: relative;
    text-transform: none;
    font-style: normal;
    line-height: 15px;
    font-size: 14px;
    color: #FFFFFF;
    padding: 0px;
    margin: 0px;
    background-color: #fff; }
  .tic-header-01 .main-menu > li ul > li > a {
    padding: 12px 20px 12px 16px;
    display: block;
    white-space: normal; }
  .tic-header-01 .main-menu > li ul > li + li {
    border-top: 1px solid #DFE6E8; }
  .tic-header-01 .main-menu > li ul > li:hover {
    background-color: #003D94; }
  .tic-header-01 .main-menu > li ul > li:hover > a {
    color: #fff; }
  .tic-header-01 .main-menu > li:hover > ul {
    display: block; }
  .tic-header-01 .main-menu > li ul > li > ul {
    display: none; }
  .tic-header-01.scrolled a.logo {
    background-size: 79px 68px;
    padding: 7px 0 0 84px;
    min-height: 68px;
    max-width: 415px; }
  .tic-header-01.scrolled a.logo > span {
    margin-top: 8px; }
  .tic-header-01.scrolled .languages {
    margin-top: 9px;
    margin-bottom: 9px; }
  .tic-header-01.scrolled .contacts .messengers {
    margin-top: 6px; }
  .tic-header-01.scrolled .contacts a.email {
    margin-top: 2px; }
  .tic-header-01.scrolled .main-menu {
    margin: 2px 0 0 0; }
  .tic-header-01.scrolled .main-menu > li > a {
    padding: 7px 0 9px; }
  .tic-header-01 + .after-header {
    height: 160px; }
  @media (max-width: 1200px) {
    .tic-header-01 {
      background-color: #3464A8;
      border-bottom: 1px solid #fff;
      padding: 9px 0 7px; }
      .tic-header-01 .main-menu {
        display: none; }
      .tic-header-01 #mobile-menu-button {
        width: 24px; }
      .tic-header-01 a.logo {
        background-image: none;
        font-style: normal;
        font-weight: 400;
        font-size: 21px;
        line-height: 25px;
        color: #FFFFFF;
        padding: 0;
        min-height: 0; }
      .tic-header-01 a.logo + div {
        display: none; }
      .tic-header-01 .contacts .messengers {
        margin-top: 0px;
        margin-right: 42px; }
        .tic-header-01 .contacts .messengers a.phone {
          color: #fff; }
        .tic-header-01 .contacts .messengers a.viber {
          background-image: url("../img/viber2.png"); }
        .tic-header-01 .contacts .messengers a.whatsapp {
          background-image: url("../img/whatsapp2.png"); }
        .tic-header-01 .contacts .messengers a.telegram {
          background-image: url("../img/telegram2.png"); }
      .tic-header-01 .contacts a.email {
        display: none; }
      .tic-header-01.scrolled a.logo {
        padding: 0;
        min-height: 0;
        max-width: 100%; }
      .tic-header-01.scrolled .contacts .messengers {
        margin-top: 0px; }
      .tic-header-01 a.logo > span {
        display: none; }
      .tic-header-01 + .after-header {
        height: 50px; } }
  @media (max-width: 700px) {
    .tic-header-01 .contacts .messengers a.phone {
      background-image: url("../img/phone2.png");
      background-size: 24px 24px;
      background-repeat: no-repeat;
      background-position: center;
      padding: 0 0 0 25px;
      min-height: 24px;
      margin-top: 2px; }
    .tic-header-01 .contacts .messengers a.phone > span {
      display: none; } }
  @media (max-width: 520px) {
    .tic-header-01 .contacts .messengers a.viber, .tic-header-01 .contacts .messengers a.whatsapp, .tic-header-01 .contacts .messengers a.telegram {
      display: none; } }
  @media (max-width: 405px) {
    .tic-header-01 .contacts .messengers a.phone {
      display: none; } }

/* .tic-header-01 end */
/* .tic-first-screen-01 begin */
.tic-first-screen-01 {
  background-image: url("../img/first-screen-bg.jpg");
  background-size: cover;
  background-position: center bottom;
  overflow: hidden;
  padding: 272px 0 204px; }
  .tic-first-screen-01 h1 {
    font-size: 43px;
    line-height: 133%;
    text-align: center;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #FFFFFF;
    margin: 0 auto 49px;
    max-width: 830px; }
  .tic-first-screen-01 h2 {
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 125%;
    text-align: center;
    color: #FFFFFF;
    margin: 0 auto;
    max-width: 648px; }
  @media (max-width: 1200px) {
    .tic-first-screen-01 {
      padding: 94px 0 150px;
      background: linear-gradient(0deg, rgba(47, 86, 140, 0.54), rgba(47, 86, 140, 0.54)), url("../img/first-screen-bg.jpg");
      background-size: cover;
      background-position: center bottom; }
      .tic-first-screen-01 h1 {
        background-image: url("../img/logo.png");
        background-position: center top;
        background-repeat: no-repeat;
        background-size: 260px 226px;
        padding: 252px 0 0;
        margin-bottom: 33px; } }
  @media (max-width: 600px) {
    .tic-first-screen-01 {
      padding: 80px 12px 90px; }
      .tic-first-screen-01 h1 {
        background-size: 135px 113px;
        padding: 126px 0 0;
        margin-bottom: 40px;
        font-size: 31px;
        line-height: 38px; }
      .tic-first-screen-01 h2 {
        font-size: 19px;
        line-height: 22px;
        font-weight: 300; } }

/* .tic-first-screen-01 end */
/* tic-info-01 begin */
/* tic-info-01 end */
#about {
  padding-bottom: 60px; }
  #about img {
    margin-bottom: 32px; }

/* tic-anons-01 begin */
/* tic-anons-01 end */
#services {
  background: #FAFAFA;
  padding-bottom: 21px; }
  #services .columns {
    margin-left: -16px;
    margin-right: -16px;
    font-size: 0; }
  #services .columns > div {
    display: inline-block;
    width: calc(33% - 32px);
    vertical-align: top;
    margin: 0 16px 32px;
    font-size: 17px;
    position: relative; }
  @media (max-width: 991px) {
    #services .columns > div {
      width: calc(100% - 32px); } }
  #services .columns > div {
    padding-bottom: 72px; }
  #services .columns > div h3 {
    margin: 25px 0 6px; }
  #services .columns > div .button-container {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0; }
  #services .columns > div .button {
    margin-top: 0px; }
  #services .card:nth-of-type(1) {
    transition: all ease-out 0.5s; }
  #services .card:nth-of-type(2) {
    transition: all ease-out 0.75s; }
  #services .card:nth-of-type(3) {
    transition: all ease-out 1.0s; }
  #services .card.before-scroll {
    transform: translateX(-3000px);
    opacity: 0; }

/* tic-anons-02 begin */
/* tic-anons-02 end */
#areas {
  background-image: url("../img/bg-2.jpg");
  padding-bottom: 56px; }
  #areas .columns {
    margin-left: -16px;
    margin-right: -16px;
    font-size: 0; }
  #areas .columns > div {
    display: inline-block;
    width: calc(25% - 32px);
    vertical-align: top;
    margin: 0 16px 32px;
    font-size: 17px;
    position: relative; }
  @media (max-width: 991px) {
    #areas .columns > div {
      width: calc(50% - 32px); } }
  @media (max-width: 550px) {
    #areas .columns > div {
      width: calc(100% - 32px); } }
  #areas .columns > div {
    padding-bottom: 72px;
    transform-style: preserve-3d;
    z-index: 1;
    padding: 22px 28px 50px; }
  #areas .columns > div:hover {
    z-index: 2; }
  #areas .columns > div h4 {
    margin: 0px 0 9px; }
  #areas .columns > div .button-container {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 17px;
    padding: 0 28px;
    text-align: right; }
  #areas .columns > div .button-container a {
    font-size: 14px;
    text-decoration-line: underline;
    color: #003D94; }
  #areas .columns > div:before {
    content: "";
    display: block;
    position: absolute;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    background: linear-gradient(108.48deg, #FFFFFF 0%, #EDF4FF 100%);
    border: 1px solid #003D94;
    transform: translateZ(-1px);
    transition: all ease-out 0.5s; }
  #areas .columns > div:hover:before {
    left: -15px;
    right: -15px;
    top: -23px;
    bottom: -23px; }
  #areas h2 {
    color: #fff; }
  #areas .card a.phone {
    display: inline-block;
    font-weight: 500;
    font-size: 17px;
    line-height: 129%;
    color: #3D4249;
    background-image: url("../img/phone.png");
    background-size: 20px 20px;
    background-repeat: no-repeat;
    background-position: left top;
    padding: 0 0 0 30px;
    margin-top: 3px;
    white-space: nowrap; }
  #areas .card:nth-of-type(1) {
    transition: all ease-out 0.25s; }
  #areas .card:nth-of-type(2) {
    transition: all ease-out 0.45s; }
  #areas .card:nth-of-type(3) {
    transition: all ease-out 0.65s; }
  #areas .card:nth-of-type(4) {
    transition: all ease-out 0.85s; }
  #areas .card.before-scroll {
    transform: translateY(200px) scaleX(0.7); }

/* tic-news-01 begin */
/* tic-news-01 end */
#news {
  background: #ffffff;
  padding-bottom: 60px; }
  #news .columns {
    margin-left: -16px;
    margin-right: -16px;
    font-size: 0; }
  #news .columns > div {
    display: inline-block;
    width: calc(33% - 32px);
    vertical-align: top;
    margin: 0 16px 32px;
    font-size: 17px;
    position: relative; }
  @media (max-width: 991px) {
    #news .columns > div {
      width: calc(100% - 32px); } }
  #news .columns > div {
    padding-bottom: 3px; }
  #news .columns > div .preview {
    overflow: hidden;
    background-size: cover;
    background-position: center;
    position: relative;
    margin-bottom: 17px; }
  #news .columns > div .preview:before {
    content: "";
    padding-top: 61%;
    float: left; }
  #news .columns > div .preview h3 {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    color: #fff;
    background: rgba(0, 0, 0, 0.58);
    margin: 0;
    padding: 8px 8px 8px 22px;
    font-size: 19px;
    line-height: 19px;
    font-weight: 500;
    min-height: 75px;
    display: flex;
    align-items: center; }
  #news .columns > div .date {
    margin: 0 0 5px; }
  #news .columns > div .button-container {
    margin-top: -5px; }
  #news .columns > div .button-container > a {
    font-weight: 500;
    font-size: 17px;
    line-height: 129%;
    color: #003D94; }
  #news h2 {
    margin-bottom: 40px; }
  #news .more-link-container {
    text-align: center;
    border-top: 1px solid #E5E5E5;
    padding-top: 28px; }
  #news .card {
    transition: all 2s; }
  #news .card.before-scroll {
    opacity: 0; }

.block-news .columns {
  margin-left: -16px;
  margin-right: -16px;
  font-size: 0; }
.block-news .columns > div {
  display: inline-block;
  width: calc(33% - 32px);
  vertical-align: top;
  margin: 0 16px 32px;
  font-size: 17px;
  position: relative; }
@media (max-width: 991px) {
  .block-news .columns > div {
    width: calc(100% - 32px); } }
.block-news .columns > div {
  padding-bottom: 3px; }
.block-news .columns > div .preview {
  overflow: hidden;
  background-size: cover;
  background-position: center;
  position: relative;
  margin-bottom: 17px; }
.block-news .columns > div .preview:before {
  content: "";
  padding-top: 61%;
  float: left; }
.block-news .columns > div .preview h3 {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  color: #fff;
  background: rgba(0, 0, 0, 0.58);
  margin: 0;
  padding: 8px 8px 8px 22px;
  font-size: 19px;
  line-height: 19px;
  font-weight: 500;
  min-height: 75px;
  display: flex;
  align-items: center; }
.block-news .columns > div .date {
  margin: 0 0 5px; }
.block-news .columns > div .button-container {
  margin-top: -5px; }
.block-news .columns > div .button-container > a {
  font-weight: 500;
  font-size: 17px;
  line-height: 129%;
  color: #003D94; }

#lab {
  background: #fafafa;
  padding-bottom: 43px; }
  #lab p.image-container {
    transform-style: flat;
    perspective: 1000px;
    perspective-origin: 100% 30%; }
  #lab p.image-container > img {
    transition: all 2s; }
  #lab p.image-container > img.before-scroll {
    transform: rotateY(90deg);
    transition: all linear 1s; }

/* tic-adv-01 begin */
/* tic-adv-01 end */
#advantages {
  background: #ffffff;
  padding-bottom: 37px; }
  #advantages .columns {
    margin-left: -16px;
    margin-right: -16px;
    font-size: 0; }
  #advantages .columns > div {
    display: inline-block;
    width: calc(33% - 32px);
    vertical-align: top;
    margin: 0 16px 32px;
    font-size: 17px;
    position: relative; }
  @media (max-width: 767px) {
    #advantages .columns > div {
      width: calc(100% - 32px); } }
  #advantages .columns > div {
    padding: 64px 0 0 0; }
  #advantages .columns > div.card:before {
    display: block;
    width: 64px;
    height: 64px;
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    background-size: 64px 64px;
    background-repeat: no-repeat;
    background-position: center; }
  #advantages .columns > div h3 {
    margin: 8px 0 16px; }
  #advantages .columns > .card:nth-of-type(1):before {
    background-image: url("../img/engineer.png"); }
  #advantages .columns > .card:nth-of-type(2):before {
    background-image: url("../img/excavator.png"); }
  #advantages .columns > .card:nth-of-type(3):before {
    background-image: url("../img/pig.png"); }
  #advantages .card:nth-of-type(1):before {
    transition: all ease 1s;
    transform-origin: center bottom; }
  #advantages .card:nth-of-type(2):before {
    transition: all ease 5s; }
  #advantages .card:nth-of-type(3):before {
    transition: all ease-out 2s; }
  #advantages .card.before-scroll:nth-of-type(1):before {
    transform: scale(0.2); }
  #advantages .card.before-scroll:nth-of-type(2):before {
    transform: translateX(100px); }
  #advantages .card.before-scroll:nth-of-type(3):before {
    transform: rotateY(720deg); }

#quality {
  background: #EEF5FF;
  padding-bottom: 60px; }
  #quality .button-container {
    text-align: center; }
  #quality img {
    width: calc(25% - 32px);
    margin: 0 16px 32px;
    box-shadow: 0px 10px 14px -5px rgba(0, 0, 0, 0.15); }
  #quality .images-container {
    margin: 19px -16px 0px; }
  #quality .button {
    margin-top: 14px; }

/* tic-footer-01 begin */
/* tic-footer-01 end */
#footer {
  background: #17273F;
  color: #CAD0D9; }
  #footer .columns {
    margin-left: -16px;
    margin-right: -16px;
    font-size: 0; }
  #footer .columns > div {
    display: inline-block;
    width: calc(25% - 32px);
    vertical-align: top;
    margin: 0 16px 32px;
    font-size: 17px;
    position: relative; }
  @media (max-width: 991px) {
    #footer .columns > div {
      width: calc(50% - 32px); } }
  @media (max-width: 600px) {
    #footer .columns > div {
      width: calc(100% - 32px); } }
  #footer ul.footer-menu > li > ul {
    display: none; }
  #footer .footer-top .container {
    border-bottom: 1px solid #3B557D; }
  #footer .logo {
    display: block;
    background-image: url("../img/logo.png");
    background-position: left top;
    background-repeat: no-repeat;
    background-size: 130px 113px;
    padding: 30px 0 0 140px;
    margin: 5px 0 5px;
    min-height: 113px; }
  #footer .logo h3 {
    font-weight: normal;
    font-size: 24px;
    line-height: 28px;
    color: #FFFFFF;
    margin: 0; }
  #footer .footer-bottom {
    padding: 17px 0 0px; }
  #footer .footer-bottom h4 {
    font-style: normal;
    font-weight: bold;
    font-size: 19px;
    line-height: 100%;
    margin-bottom: 21px; }
  #footer .footer-bottom h5 {
    font-style: normal;
    font-weight: 500;
    font-size: 17px;
    line-height: 106%;
    margin: 0 0 10px; }
  #footer .footer-bottom a {
    color: #CAD0D9; }
  #footer .footer-bottom a.location {
    display: inline-block;
    text-decoration-line: underline;
    background-repeat: no-repeat;
    background-color: transparent;
    background-image: url("../img/location.png");
    background-position: left center;
    background-size: 18px 27px;
    padding: 4px 0 4px 30px;
    cursor: pointer;
    margin: -4px 0 21px; }
  #footer .footer-bottom a.areas {
    text-decoration-line: underline; }
  #footer .footer-bottom p.sm {
    font-size: 14px;
    margin-bottom: 3px; }
  #footer .footer-bottom a.phone {
    display: inline-block;
    font-size: 24px;
    line-height: 28px;
    white-space: nowrap;
    margin-bottom: 10px;
    color: #FFFFFF; }
  #footer .footer-bottom a.email {
    display: inline-block;
    font-size: 20px;
    line-height: 23px;
    white-space: nowrap;
    margin-bottom: 10px;
    color: #FFFFFF; }
  #footer .all-contacts {
    text-decoration-line: underline;
    display: inline-block;
    margin-top: 17px; }
  #footer .after-footer {
    background-color: #F5F5F5;
    padding: 36px 0 38px;
    color: #3D4249; }
  #footer .after-footer p.top {
    font-size: 14px;
    margin-bottom: 8px; }
  #footer .after-footer h4 {
    font-weight: 500;
    font-size: 17px;
    line-height: 106%;
    margin: 0px 0 6px; }
  #footer .after-footer a.ministerstvo {
    font-size: 14px;
    text-decoration-line: underline;
    color: #3D4249; }
  #footer .after-footer img {
    margin: 24px 0 10px;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2); }
  @media (max-width: 500px) {
    #footer .logo {
      background-position: center top;
      padding: 115px 0 0 0px;
      margin: 5px 0 25px; } }

.left-menu {
  padding: 32px 32px 0 0; }

a.parent-page {
  display: inline-block;
  font-weight: bold;
  text-transform: uppercase;
  color: #3D4249; }

ul.pages-around {
  list-style: none;
  padding: 0;
  margin: 12px 0 32px; }

ul.pages-around a {
  color: #003D94;
  font-size: 14px; }

ul.pages-around > li {
  padding: 9px 0 3px 0;
  line-height: 110%; }

ul.pages-around > li + li {
  border-top: 1px solid #E5E5E5; }

ul.pages-around > li.active > a {
  font-weight: bold;
  color: #3D4249; }

ul.children-pages {
  margin: 32px 0 32px; }

ul.children-pages li {
  padding: 0.25em 0 0.25em; }

ul.children-pages > li {
  font-size: 20px; }

ul.children-pages a {
  color: #003D94; }

ul.children-pages > li > ul {
  padding-top: 0.5em; }

ul.children-pages > li > ul > li {
  font-size: 17px; }

.certificates-images-container {
  margin: 19px -16px 0px; }
  .certificates-images-container img {
    width: calc(33% - 32px);
    margin: 0 16px 32px;
    box-shadow: 0px 10px 14px -5px rgba(0, 0, 0, 0.15); }

.tehnika-images-container {
  margin: 19px -16px 0px; }
  .tehnika-images-container img {
    width: calc(50% - 32px);
    margin: 0 16px 32px;
    box-shadow: 0px 10px 14px -5px rgba(0, 0, 0, 0.15); }

.photos-images-container {
  margin: 19px -16px 0px; }
  .photos-images-container img {
    width: calc(50% - 32px);
    margin: 0 16px 32px;
    box-shadow: 0px 10px 14px -5px rgba(0, 0, 0, 0.15); }

.news2-anons {
  margin: 0 0 32px; }

.news2-anons p {
  margin: 0 0 8px; }

.news2-anons p.date {
  margin: 0 0 4px; }

.news2-anons h2 {
  margin: 0 0 8px; }

.news2-anons a {
  font-weight: 500;
  font-size: 17px;
  line-height: 129%;
  color: #003D94; }

.template3-page textarea, .template4-page textarea {
  width: 500px;
  max-width: 100%;
  height: 200px;
  display: inline-block; }

/* tic-album-list-01 begin */
/* tic-album-list-01 end */
.albums-list .columns {
  margin-left: -16px;
  margin-right: -16px;
  font-size: 0; }
.albums-list .columns > div {
  display: inline-block;
  width: calc(50% - 32px);
  vertical-align: top;
  margin: 0 16px 32px;
  font-size: 17px;
  position: relative; }
@media (max-width: 600px) {
  .albums-list .columns > div {
    width: calc(100% - 32px); } }
.albums-list .columns > div {
  padding-bottom: 3px; }
.albums-list .columns > div > a {
  text-decoration: none; }
.albums-list .columns > div .preview {
  overflow: hidden;
  background-size: cover;
  background-position: center;
  position: relative;
  margin-bottom: 10px; }
.albums-list .columns > div .preview:before {
  content: "";
  padding-top: 61%;
  float: left; }
.albums-list .columns > div .preview > div {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  transition: all 1s ease-in-out; }
.albums-list .columns > div:hover .preview > div {
  transform: scale(1.1);
  transition: all 1s ease-in-out; }
.albums-list h4 {
  color: #3D4249;
  margin-top: 0; }
.albums-list p.note {
  font-size: 14px;
  color: #3D4249;
  margin-top: -0.5em;
  margin-bottom: 0.5em; }
.albums-list p.photos-count {
  background-image: url("../img/photos.png");
  background-position: left top;
  background-repeat: no-repeat;
  background-size: 17px 15px;
  font-size: 14px;
  color: #3D4249;
  padding-left: 24px; }

.album-content {
  margin: 0 -16px; }

.album-content > a {
  display: inline-block;
  width: 180px;
  height: 180px;
  background-size: cover;
  margin: 0 16px 24px;
  box-shadow: 0px 4px 7px rgba(0, 0, 0, 0.15); }

.reviews-content {
  margin: 0 -16px; }

.reviews-content > a {
  display: inline-block;
  width: 252px;
  height: 356px;
  background-size: cover;
  margin: 0 16px 24px;
  box-shadow: 0px 4px 7px rgba(0, 0, 0, 0.15); }

.sample-image-container {
  position: relative; }

.sample-image-container .prev {
  position: absolute;
  top: calc(50% - 25px);
  left: -35px;
  width: 53px;
  height: 53px;
  background-image: url("../img/img-prev.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 53px 53px; }

.sample-image-container .next {
  position: absolute;
  top: calc(50% - 25px);
  right: -35px;
  width: 53px;
  height: 53px;
  background-image: url("../img/img-next.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 53px 53px; }

.faq h2 {
  background: #003D94;
  font-size: 20px;
  font-weight: normal;
  color: #fff;
  background-image: url("../img/white-plus.png");
  background-position: calc(100% - 38px) center;
  background-repeat: no-repeat;
  background-size: 32px 32px;
  padding: 15px 70px 15px 36px;
  cursor: pointer; }

.faq .answer {
  padding: 8px 30px 20px 43px;
  display: none; }

/* tic-pushy-01 begin */
/* tic-pushy-01 end */
.pushy {
  background: #4068A2;
  color: #fff;
  text-align: center; }
.pushy a {
  color: #fff; }
.pushy .pushy-close {
  position: absolute;
  background-image: url("../img/pushy-close.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 16px 16px;
  width: 48px;
  height: 48px;
  right: 0;
  top: 0;
  cursor: pointer; }
.pushy a.logo {
  font-size: 22px;
  display: block; }
.pushy a.logo:hover {
  text-decoration: none; }
.pushy a.logo > span {
  display: block; }
.pushy hr {
  border-top: 1px solid #6D97C0; }
.pushy a.logo {
  background-image: url("../img/logo.png");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 130px 113px;
  padding: 120px 0 0;
  margin-top: 13px; }
.pushy a.logo > span {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  font-size: 13px;
  line-height: 16px;
  max-width: 255px;
  margin: 17px auto 66px; }
.pushy .languages {
  display: block;
  margin-top: 25px;
  margin-bottom: 25px;
  transition: all ease-out 0.5s; }
  .pushy .languages a {
    display: inline-block;
    font-style: normal;
    font-weight: 400;
    font-size: 17px;
    line-height: 20px;
    text-decoration: underline; }
  .pushy .languages a + a {
    margin-left: 10px; }
  .pushy .languages a.selected {
    text-decoration: none; }
.pushy .versions {
  display: inline-block;
  background-image: url("../img/eye2.png");
  background-size: 31px 20px;
  background-repeat: no-repeat;
  background-position: center left;
  padding: 2px 0 0 43px;
  vertical-align: middle;
  font-style: normal;
  font-weight: 300;
  font-size: 17px;
  line-height: 17px;
  cursor: pointer;
  min-height: 20px;
  margin-bottom: 25px; }
.pushy .messengers {
  margin: 44px auto 25px; }
  .pushy .messengers a {
    margin: 0 16px;
    display: inline-block;
    background-repeat: no-repeat;
    background-size: 36px 36px;
    background-position: center top;
    width: 36px;
    height: 36px; }
  .pushy .messengers a.viber {
    background-image: url("../img/viber3.png"); }
  .pushy .messengers a.whatsapp {
    background-image: url("../img/whatsapp3.png"); }
  .pushy .messengers a.telegram {
    background-image: url("../img/telegram3.png"); }
.pushy a.phone {
  font-weight: 300;
  font-size: 28px;
  line-height: 32px;
  display: inline-block; }
.pushy a.email {
  font-weight: 300;
  font-size: 23px;
  line-height: 27px;
  margin: 16px 0 27px;
  display: inline-block; }
.pushy ul.pushy-menu {
  display: inline-block;
  margin: 30px auto 20px; }
.pushy ul.pushy-menu > li > ul {
  display: none; }

.management .columns {
  margin-left: -16px;
  margin-right: -16px;
  font-size: 0; }
.management .columns > div {
  display: inline-block;
  width: calc(33% - 32px);
  vertical-align: top;
  margin: 0 16px 32px;
  font-size: 17px;
  position: relative; }
@media (max-width: 1200px) {
  .management .columns > div {
    width: calc(33% - 32px); } }
@media (max-width: 968px) {
  .management .columns > div {
    width: calc(50% - 32px); } }
@media (max-width: 440px) {
  .management .columns > div {
    width: calc(100% - 32px); } }
.management h2 {
  margin-bottom: 50px; }
.management .columns {
  margin-top: 50px; }
.management .columns > .card h4 {
  margin-bottom: 10px; }
.management .columns > .card p {
  font-size: 14px;
  line-height: 110%;
  margin-bottom: 10px; }

.container.big-video {
  margin-bottom: 70px; }

#big-video {
  overflow: hidden; }
  #big-video:before {
    content: "";
    padding-top: 56%;
    float: left; }
  #big-video > iframe {
    position: absolute;
    left: 0 !important;
    right: 0 !important;
    top: 0 !important;
    bottom: 0 !important;
    width: 100% !important;
    height: 100% !important; }

/*# sourceMappingURL=common.css.map */
