.container {
  width: 100%;
  max-width: 1280px;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}
.no-padding-left-right {
  padding-right: 0;
  padding-left: 0;
}
@media (max-width: 1600px) {
  .container {
    max-width: 1100px;
  }
}
@media (max-width: 1300px) {
  .container {
    max-width: 920px;
  }
}
@media (max-width: 960px) {
  .container {
    max-width: 740px;
  }
}
@media (max-width: 780px) {
  .container {
    max-width: 520px;
  }
}
@media (max-width: 560px) {
  .container {
    max-width: 440px;
  }
}
@media (max-width: 480px) {
  .container {
    max-width: 100%;
  }
}
*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
body {
  margin: 0;
  font-family: 'Open Sans', sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #333;
  text-align: left;
  background-color: #fff;
}
a {
  transition: all 0.3s ease;
  text-decoration: none;
  color: #222;
}
a:hover {
  text-decoration: underline;
}
p {
  margin-top: 0;
  margin-bottom: 1rem;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 0.5rem;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.2;
  color: inherit;
}
ul {
  list-style: none;
}
img {
  width: 100%;
  height: auto;
}
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
fieldset {
  border: none;
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}
.hidden {
  display: none !important;
}
.wrapper {
  position: relative;
}
@font-face {
  font-display: swap;
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local('Open Sans Regular'), local('OpenSans-Regular'), url('../fonts/open-sans-v17-latin_cyrillic-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */ url('../fonts/open-sans-v17-latin_cyrillic-regular.woff') format('woff');
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* open-sans-700 - latin_cyrillic */
@font-face {
  font-display: swap;
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: local('Open Sans Bold'), local('OpenSans-Bold'), url('../fonts/open-sans-v17-latin_cyrillic-700.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */ url('../fonts/open-sans-v17-latin_cyrillic-700.woff') format('woff');
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
@font-face {
  font-display: swap;
  font-family: 'FontAwesome';
  src: url('../fonts/fontawesome-webfont.eot?v=4.5.0');
  src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.5.0') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff2?v=4.5.0') format('woff2'), url('../fonts/fontawesome-webfont.woff?v=4.5.0') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.5.0') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.5.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-phone:before {
  content: "\f095";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-calendar-plus-o:before {
  content: "\f271";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-user:before {
  content: "\f007";
}
.fa-hospital-o:before {
  content: "\f0f8";
}
.fa-film:before {
  content: "\f008";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-check:before {
  content: "\f00c";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-check-circle-o:before {
  content: "\f05d";
}
.lazy {
  -moz-filter: blur(20px);
  -o-filter: blur(20px);
  -ms-filter: blur(20px);
  filter: url(#blur);
  filter: blur(20px);
  filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius='3');
  -webkit-transition: 0.3s -webkit-filter linear;
  -o-transition: 0.3s -o-filter linear;
}
.lazy.loaded {
  -moz-filter: blur(0px);
  -o-filter: blur(0px);
  -ms-filter: blur(0px);
  filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius='0');
  filter: blur(0px);
}
.mt-10 {
  margin-top: 10px;
}
.mt-20 {
  margin-top: 20px;
}
.mt-30 {
  margin-top: 30px;
}
.mt-50 {
  margin-top: 50px;
}
.mb-10 {
  margin-bottom: 10px;
}
.mb-20 {
  margin-bottom: 20px;
}
.mb-30 {
  margin-bottom: 30px;
}
.mb-50 {
  margin-bottom: 50px;
}
.ptb-40 {
  padding-top: 40px;
}
.margin-15 {
  margin-top: 15px !important;
}
/* FLASH MESSAGES */
.flash-message-holder {
  position: fixed;
  padding: 20px;
  z-index: 20;
  min-width: 300px;
}
.flash-message-box {
  position: relative;
  overflow: hidden;
}
.flash-message {
  display: flex;
  font-size: 0.8rem;
  border-radius: 4px;
  color: #222;
  opacity: 0;
  background-color: #efefef;
  visibility: hidden;
  border: 3px solid #777;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
  transition: all 1.5s ease;
  margin-bottom: 5px;
}
.flash-message .text {
  padding: 10px 15px;
}
.flash-message-holder.flash--top-right {
  top: 100px;
  right: 0;
}
.flash-message.is-showing {
  opacity: 1;
  visibility: visible;
}
.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* TABLES */
table.cool-table {
  width: 100%;
  background: white;
  border-radius: 3px;
  border-collapse: collapse;
  padding: 5px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  -webkit-animation: float 5s infinite;
          animation: float 5s infinite;
  margin: 20px 0 30px;
}
.cool-table th {
  color: #ffffff;
  background: #51555a;
  border-bottom: 4px solid #27aae1;
  border-right: 1px solid #51555a;
  font-size: 12px;
  font-weight: 100;
  padding: 15px 15px;
  text-align: right;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  vertical-align: middle;
}
.cool-table th.right {
  text-align: right;
}
.cool-table th:first-child {
  border-top-left-radius: 3px;
}
.cool-table th:last-child {
  border-top-right-radius: 3px;
  border-right: none;
}
.cool-table tr {
  color: #333;
  font-size: 14px;
  font-weight: normal;
}
.cool-table tr:first-child {
  border-top: none;
}
.cool-table tr:last-child {
  border-bottom: none;
}
.cool-table tr:nth-child(odd) td {
  background: #EBEBEB;
}
.cool-table tr:hover td {
  background: #cccccc;
}
.cool-table tr:hover td p {
  color: #fff;
}
.cool-table tr:nth-child(odd):hover td {
  background: #cccccc;
}
.cool-table tr:last-child td:first-child {
  border-bottom-left-radius: 3px;
}
.cool-table tr:last-child td:last-child {
  border-bottom-right-radius: 3px;
}
.cool-table td {
  white-space: nowrap;
  background: #FFFFFF;
  padding: 15px;
  text-align: right;
  vertical-align: middle;
  font-size: 0.9rem;
  font-weight: 400;
}
.cool-table td:first-child {
  font-size: 0.9rem;
  text-align: left;
  font-weight: 600;
  color: #616161;
}
.cool-table td:first-child span {
  font-weight: 400;
  font-size: 0.8rem;
}
.cool-table td:nth-child(9) {
  font-weight: 600;
  color: #616161;
}
.cool-table td:first-child p span {
  font-weight: 600;
  font-size: 14px;
}
.cool-table td:last-child {
  border-right: 0px;
}
.cool-table th.text-left {
  text-align: left;
}
.cool-table th.text-center {
  text-align: center;
}
.cool-table th.text-right {
  text-align: right;
}
.cool-table td.text-left {
  text-align: left;
}
.cool-table td.text-center {
  text-align: center;
}
.cool-table td.text-right {
  text-align: right;
}
.cool-table .cool-red {
  color: red;
}
.cool-table strong {
  font-weight: 700;
}
/* BACK TO TOP */
button.back-to-top {
  opacity: 0;
  position: fixed;
  bottom: 10px;
  right: -50px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: none;
  height: 50px;
  width: 50px;
  background-color: #27aae1;
  border-radius: 3px;
  cursor: pointer;
  transition: all 0.4s ease;
  z-index: 10;
}
.back-to-top button:focus {
  display: none;
}
.back-to-top.back-to-top--show {
  opacity: 1;
  right: 10px;
}
.back-to-top img {
  width: 30px;
  height: auto;
  opacity: 0.7;
}
button.back-to-top:hover {
  opacity: 0.7;
}
.btn {
  display: inline-block;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 1px;
  line-height: 20px;
  padding: 10px 15px;
  text-transform: uppercase;
  text-align: left;
  transition: background-color 0.4s ease;
  cursor: pointer;
  border: none;
  height: 40px;
  border-radius: 5px;
}
.btn-rounded {
  border-radius: 4px;
}
.btn-rounded-50 {
  border-radius: 50px;
  font-weight: 700;
  padding: 15px 25px;
  height: 50px;
}
.btn-primary {
  background-color: #27aae1;
}
.btn-primary:hover {
  background-color: #555;
}
.btn-default {
  background-color: #27aae1;
  padding: 15px 25px;
  height: 48px;
}
.btn-default:hover {
  background-color: #555;
}
.btn-gallery {
  position: absolute;
  left: 15px;
  bottom: 0;
}
.btn-lg {
  padding: 15px 25px;
  font-size: 16px;
}
.btn-submit {
  margin-top: 30px;
  padding: 26px 30px;
  background-color: #27aae1;
}
input[type=email],
input[type=number],
input[type=password],
input[type=tel],
input[type=text],
select,
textarea {
  border: 1px solid #d4d4d4;
  background-color: transparent;
  border-radius: 0;
  color: #232323;
  outline: 0;
  font-weight: 400;
  letter-spacing: 1px;
  font-size: 13px;
  padding: 12px 10px;
  transition: all 0.2s ease 0s;
  -moz-transition: all 0.2s ease 0s;
  -webkit-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  display: inline-block;
  width: 100%;
}
.callback-form-wrapper input,
.callback-form-wrapper textarea {
  margin-bottom: 20px;
}
select {
  border: 0;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border-bottom: 1px dashed #454545;
  color: #555;
}
label span {
  color: #c91010;
  margin-left: 5px;
}
textarea {
  font-family: "Roboto Condensed", sans-serif;
}
input:-internal-autofill-selected {
  background-color: transparent;
}
.callback-form-wrapper form {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.col-form {
  width: 100%;
}
.form-field.agreement label {
  font-size: 0.9rem;
}
h3.callback-title,
h3.contacts-title {
  font-size: 1.2rem;
  font-weight: 600;
  color: #222;
  text-transform: uppercase;
  margin-bottom: 30px;
}
.contacts-list {
  margin-bottom: 40px;
}
.contacts-item {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
  font-size: 1rem;
  color: #222;
  font-weight: 500;
}
.contacts-item a {
  color: #222;
}
.contacts-item img {
  width: 26px;
  margin-right: 10px;
}
.contacts-item:before {
  content: "";
  width: 26px;
  min-width: 26px;
  height: 26px;
  margin-right: 10px;
  background-size: 100%;
}
.contacts-item.icon-phone:before {
  background-image: url(/images/icons/phone-call.svg);
}
.contacts-item.icon-email:before {
  background-image: url(/images/icons/envelope.svg);
}
.contacts-item.icon-location:before {
  background-image: url(/images/icons/pin2.svg);
}
/* BUTTON SUBMIT */
.btn-submit {
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.submit-sending-holder {
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.submit-sending-holder svg {
  margin-right: 7px;
}
.svg-loader-icon {
  width: 20px;
  height: 20px;
}
.btn-submit:disabled {
  background: #a6a6a6;
}
.form-message ul {
  margin-top: 20px;
  list-style: none;
  padding-left: 0;
  font-size: 13px;
  color: #6c7d6f;
}
.form-message.success ul {
  color: #3a8100;
}
.form-message.error ul {
  color: #ef2424;
}
.form-message.inverse ul {
  color: #e2e2e2;
}
.form-message.inverse.error ul {
  color: #efda7b;
}
.form-field.recaptcha {
  display: flex;
  justify-content: center;
  overflow: hidden;
}
.col-12.mt-30 {
  text-align: center;
}
.agreement a {
  color: #333;
}
/* SECTION FORM */
.form-fields-line {
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
.form-fields-line .form-field {
  margin: 0 5px;
}
.form-fields-line input {
  font-size: 1rem;
  padding: 16px 15px;
  margin: 0;
  background-color: #fff;
}
.callback-form-wrapper-short .form-field.agreement {
  margin-top: 20px;
  text-align: center;
}
.callback-form-wrapper-short .form-message {
  text-align: center;
}
.callback-form-wrapper-short .form-message.success ul {
  color: #e8e8e8;
}
.callback-form-wrapper-short .form-message.error ul {
  color: #fecd7c;
}
.callback-form-wrapper {
  background: #f9f9f9;
  padding: 20px;
}
.col-form-50 {
  width: calc(50% - 5px);
}
@media (max-width: 1300px) {
  .col-form-50 {
    width: 100%;
  }
}
@media (max-width: 560px) {
  .form-fields-line {
    flex-wrap: wrap;
  }
  .form-fields-line .form-field {
    width: 100%;
    text-align: center;
  }
  .form-fields-line input {
    margin-bottom: 15px;
  }
}
.search-form form {
  display: flex;
}
.search-form {
  margin-bottom: 20px;
}
.search-form form > .input {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  border-right: none;
  font-size: 1rem;
}
.search-form form > .submit {
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fbb040;
  border: none;
  color: #fff;
  font-size: 1em;
  min-width: 130px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  text-transform: uppercase;
}
.search-title {
  margin-bottom: 20px;
}
.search-item {
  padding: 20px 30px;
  background-color: #f9f9f9;
  border-radius: 4px;
  margin-bottom: 5px;
}
.search-item .label {
  font-size: 0.9rem;
  font-weight: 600;
  color: #585858;
  margin-right: 5px;
}
.search-item .value {
  font-size: 0.9rem;
  color: #282828;
}
.search-item .files img {
  width: 20px;
}
@media (max-width: 560px) {
  .search-item {
    display: flex;
    flex-direction: column;
  }
}
/*!
 * baguetteBox.js
 * @author  feimosi
 * @version 1.11.1
 * @url https://github.com/feimosi/baguetteBox.js
 */
#baguetteBox-overlay {
  display: none;
  opacity: 0;
  position: fixed;
  overflow: hidden;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000000;
  background-color: #222;
  background-color: rgba(0, 0, 0, 0.8);
  transition: opacity 0.5s ease;
}
#baguetteBox-overlay.visible {
  opacity: 1;
}
#baguetteBox-overlay .full-image {
  display: inline-block;
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
}
#baguetteBox-overlay .full-image figure {
  display: inline;
  margin: 0;
  height: 100%;
}
#baguetteBox-overlay .full-image img {
  display: inline-block;
  width: auto;
  height: auto;
  max-height: 100%;
  max-width: 100%;
  vertical-align: middle;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
}
#baguetteBox-overlay .full-image figcaption {
  display: block;
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center;
  line-height: 1.8;
  white-space: normal;
  color: #ccc;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.6);
  font-family: sans-serif;
}
#baguetteBox-overlay .full-image:before {
  content: "";
  display: inline-block;
  height: 50%;
  width: 1px;
  margin-right: -1px;
}
#baguetteBox-slider {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  white-space: nowrap;
  transition: left 0.4s ease, transform 0.4s ease;
}
#baguetteBox-slider.bounce-from-right {
  -webkit-animation: bounceFromRight 0.4s ease-out;
  animation: bounceFromRight 0.4s ease-out;
}
#baguetteBox-slider.bounce-from-left {
  -webkit-animation: bounceFromLeft 0.4s ease-out;
  animation: bounceFromLeft 0.4s ease-out;
}
@-webkit-keyframes bounceFromRight {
  0% {
    margin-left: 0;
  }
  50% {
    margin-left: -30px;
  }
  100% {
    margin-left: 0;
  }
}
@keyframes bounceFromRight {
  0% {
    margin-left: 0;
  }
  50% {
    margin-left: -30px;
  }
  100% {
    margin-left: 0;
  }
}
@-webkit-keyframes bounceFromLeft {
  0% {
    margin-left: 0;
  }
  50% {
    margin-left: 30px;
  }
  100% {
    margin-left: 0;
  }
}
@keyframes bounceFromLeft {
  0% {
    margin-left: 0;
  }
  50% {
    margin-left: 30px;
  }
  100% {
    margin-left: 0;
  }
}
.baguetteBox-button#next-button,
.baguetteBox-button#previous-button {
  top: 50%;
  top: calc(50% - 30px);
  width: 44px;
  height: 60px;
}
.baguetteBox-button {
  position: absolute;
  cursor: pointer;
  outline: none;
  padding: 0;
  margin: 0;
  border: 0;
  border-radius: 15%;
  background-color: #323232;
  background-color: rgba(50, 50, 50, 0.5);
  color: #ddd;
  font: 1.6em sans-serif;
  transition: background-color 0.4s ease;
}
.baguetteBox-button:focus,
.baguetteBox-button:hover {
  background-color: rgba(50, 50, 50, 0.9);
}
.baguetteBox-button#next-button {
  right: 2%;
}
.baguetteBox-button#previous-button {
  left: 2%;
}
.baguetteBox-button#close-button {
  top: 20px;
  right: 2%;
  right: calc(2% + 6px);
  width: 30px;
  height: 30px;
}
.baguetteBox-button svg {
  position: absolute;
  left: 0;
  top: 0;
}
/*
    Preloader
    Borrowed from http://tobiasahlin.com/spinkit/
*/
.baguetteBox-spinner {
  width: 40px;
  height: 40px;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -20px;
  margin-left: -20px;
}
.baguetteBox-double-bounce1,
.baguetteBox-double-bounce2 {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #fff;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: bounce 2s infinite ease-in-out;
  animation: bounce 2s infinite ease-in-out;
}
.baguetteBox-double-bounce2 {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}
@-webkit-keyframes bounce {
  0%,
  100% {
    transform: scale(0);
  }
  50% {
    transform: scale(1);
  }
}
@keyframes bounce {
  0%,
  100% {
    transform: scale(0);
  }
  50% {
    transform: scale(1);
  }
}
.tns-outer {
  padding: 0 !important;
}
.tns-outer [hidden] {
  display: none !important;
}
.tns-outer [aria-controls],
.tns-outer [data-action] {
  cursor: pointer;
}
.tns-slider {
  transition: all 0s;
}
.tns-slider > .tns-item {
  box-sizing: border-box;
}
.tns-horizontal.tns-subpixel {
  white-space: nowrap;
}
.tns-horizontal.tns-subpixel > .tns-item {
  display: inline-block;
  vertical-align: top;
  white-space: normal;
}
.tns-horizontal.tns-no-subpixel:after {
  content: '';
  display: table;
  clear: both;
}
.tns-horizontal.tns-no-subpixel > .tns-item {
  float: left;
}
.tns-horizontal.tns-carousel.tns-no-subpixel > .tns-item {
  margin-right: -100%;
}
.tns-no-calc {
  position: relative;
  left: 0;
}
.tns-gallery {
  position: relative;
  left: 0;
  min-height: 1px;
}
.tns-gallery > .tns-item {
  position: absolute;
  left: -100%;
  transition: transform 0s, opacity 0s;
}
.tns-gallery > .tns-slide-active {
  position: relative;
  left: auto !important;
}
.tns-gallery > .tns-moving {
  transition: all 0.25s;
}
.tns-autowidth {
  display: inline-block;
}
.tns-lazy-img {
  transition: opacity 0.6s;
  opacity: 0.6;
}
.tns-lazy-img.tns-complete {
  opacity: 1;
}
.tns-ah {
  transition: height 0s;
}
.tns-ovh {
  overflow: hidden;
}
.tns-visually-hidden {
  position: absolute;
  left: -10000em;
}
.tns-transparent {
  opacity: 0;
  visibility: hidden;
}
.tns-fadeIn {
  opacity: 1;
  filter: alpha(opacity=100);
  z-index: 0;
}
.tns-normal,
.tns-fadeOut {
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: -1;
}
.tns-vpfix {
  white-space: nowrap;
}
.tns-vpfix > div,
.tns-vpfix > li {
  display: inline-block;
}
.tns-t-subp2 {
  margin: 0 auto;
  width: 310px;
  position: relative;
  height: 10px;
  overflow: hidden;
}
.tns-t-ct {
  width: 2333.3333333%;
  width: calc(100% * 70 / 3);
  position: absolute;
  right: 0;
}
.tns-t-ct:after {
  content: '';
  display: table;
  clear: both;
}
.tns-t-ct > div {
  width: 1.4285714%;
  width: calc(100% / 70);
  height: 10px;
  float: left;
}
/*# sourceMappingURL=sourcemaps/tiny-slider.css.map */
.nst-component .nst-content {
  box-sizing: border-box;
  overflow: hidden;
  transition: max-height ease-out 200ms;
  padding-top: 0;
  padding-bottom: 0;
}
.nst-component .nst-content > div {
  transition: transform 200ms;
}
.nst-component.nst-is-expanding .nst-content {
  transform: translateY(-10px);
}
.nst-component.nst-is-expanding .nst-content > div {
  transform: translateY(10px);
}
.nst-component.nst-is-expanded .nst-content > div {
  transition: none;
}
.nst-component.nst-is-collapsing .nst-content > div {
  transform: translateY(-10px);
}
.nst-component.nst-is-collapsed .nst-content {
  display: none;
}
.nst-fix-safari-bug {
  transition: none !important;
}
.header-top-line {
  padding: 10px 0;
  font-size: 0.9rem;
  color: #cbcbcb;
  border-bottom: 1px solid #fbb040;
}
.header-top-line .container {
  display: flex;
  justify-content: space-between;
}
.header__top {
  display: flex;
  height: 90px;
}
.header__main {
  width: 100%;
}
.header__logo {
  display: flex;
  align-items: center;
}
.header__contacts {
  width: 100%;
  display: flex;
  justify-content: flex-end;
}
.header__contacts-social {
  display: flex;
  align-items: center;
}
.header__contacts-social ul {
  display: flex;
}
.header__contacts-items {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.header__contacts-items ul {
  display: flex;
  justify-content: flex-end;
}
.header__contacts-item a {
  color: #e8e8e8;
  font-size: 0.8rem;
  font-weight: 300;
}
.header__contacts-wrapper ul {
  display: flex;
  position: relative;
}
.header__contacts-item {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-right: 20px;
}
.header__contacts-item:last-child {
  margin-right: 0;
}
.header__contacts-item.icon:before {
  display: block;
  content: " ";
  width: 20px;
  min-width: 20px;
  height: 20px;
  margin-right: 10px;
  background-size: 100%;
}
.icon.email-icon:before {
  background-image: url(/images/icons/email.svg);
  width: 22px;
  min-width: 22px;
  height: 22px;
}
.icon.phone-icon:before {
  background-image: url(/images/icons/telephone.svg);
}
.icon.location-icon:before {
  background-image: url(/images/icons/pin.svg);
}
.header__contacts-social {
  margin: 0 30px;
}
.header__contacts-social a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  background-color: #27aae1;
  border-radius: 3px;
  transition: background-color 0.4s ease;
}
.header__contacts-social a.bg-vk {
  background-color: #2787f5;
}
.header__contacts-social a.bg-ok {
  background-color: #ee8208;
}
.header__contacts-social a.bg-fb {
  background-color: #3e68c0;
}
.header__contacts-social a.bg-insta {
  background-color: #ff7665;
}
.header__contacts-social a.bg-youtube {
  background-color: #ee3422;
}
.header__contacts-social a:hover {
  background-color: #111111;
}
.header__contacts-social img {
  width: 16px;
  height: auto;
}
.header__contacts-social li {
  margin: 0 1px;
}
.header {
  background-color: #000000ad;
  display: flex;
  height: 90px;
  border-bottom: 3px solid #ffffff26;
}
.header-top-line {
  background-color: #111111;
  color: #fff;
}
.header .container {
  flex-grow: 2;
}
.header-before,
.header-after {
  flex-grow: 1;
}
.header-after {
  position: relative;
  display: flex;
  align-items: flex-end;
}
.header-after-line {
  background-color: #27aae1;
  width: calc(100% + 15px);
  height: 50px;
  margin-left: -15px;
}
.header__menu {
  width: 100%;
}
.header__menu-block {
  height: 100%;
}
.header__contacts-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  color: #ddd;
  height: 50px;
}
.header__menu-before {
  width: 25px;
  height: 50px;
  border-left: 25px solid transparent;
  border-right: 0 solid transparent;
  border-bottom: 50px solid #27aae1;
}
.header__menu > ul {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 100%;
  height: 50px;
  padding: 0 25px;
}
.header__menu-list li {
  position: relative;
  margin: 0 50px 0 0;
}
.header__menu-list a:hover {
  text-decoration: none;
}
.header__menu-list a:hover,
.header__menu-list li.active > a {
  color: #27aae1;
}
.header__menu .header__menu-list > li {
  display: flex;
  align-items: center;
  height: 50px;
}
.header__menu-list li:last-child {
  margin-right: 0;
}
.header__menu-list li a {
  font-size: 0.83rem;
  font-weight: 600;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.1rem;
}
.dropdown-menu {
  display: none;
  position: absolute;
  min-width: 300px;
  padding: 15px 25px;
  left: -25px;
  top: 50px;
  background-color: #232323c4;
}
.header__menu-list .dropdown-menu li a {
  text-transform: none;
  line-height: 1.1;
}
.header__menu-list .dropdown-menu li:before {
  display: none;
}
.header .header__menu-list > li:hover .dropdown-menu {
  display: block;
}
.header-wrapper {
  position: fixed;
  width: 100%;
  z-index: 2;
  transition: background-color 0.4s ease;
}
.header__menu-wrapper {
  display: flex;
  align-items: center;
}
.sticky .header-wrapper {
  background-color: #0000008f;
}
.header__row {
  height: 90px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header__row .dropdown-toggle {
  display: none;
}
.header__logo .logo-dark {
  display: none;
}
.header__logo img {
  width: 142px;
}
.header__logo .logo-dark {
  width: 100px;
  display: none;
}
.header__right {
  display: none;
  position: absolute;
  right: 7px;
}
#hamburger {
  display: flex;
  flex-direction: column;
  width: 30px;
  height: 50px;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: all 0.3s ease-out;
  margin-top: 0;
}
#hamburger .line {
  height: 3px;
  width: 30px;
  margin: 4px;
  background: #111111;
}
.header__mobile-button {
  display: none;
}
.header__mobile-menu-wrapper {
  display: none;
  height: calc(100vh - 50px);
  overflow: scroll;
}
.header__mobile-menu-wrapper.opened {
  display: block;
}
.header__mobile-menu .header__menu-list > li {
  margin: 0;
  padding: 15px 0;
  background-color: #f9f9f9;
  border-bottom: 1px solid #dadada;
  text-align: center;
}
.header__mobile-menu .header__menu-list > li a {
  color: #333;
}
.header__mobile-menu .header__menu-list > li:first-child {
  border-top: 1px solid #dadada;
}
.header__mobile-menu .dropdown-menu {
  display: none;
  position: relative;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-width: 100%;
  border-left: none;
  padding: 0;
  margin: 15px 0 -15px;
  left: auto;
  top: auto;
  background-color: #777;
}
.has-dropdown-menu.opened .dropdown-menu {
  display: flex;
}
.header__mobile-menu .dropdown-menu li {
  width: 100%;
  margin: 0;
  padding: 15px;
  border-bottom: 1px solid #666;
  text-align: center;
}
.header__mobile-menu .dropdown-menu li a {
  color: #fff;
}
.header__mobile-menu .dropdown-menu li:before {
  display: none;
}
.dropdown-toggle {
  position: absolute;
  right: 15px;
}
.dropdown-toggle img {
  width: 24px;
  transition: all 0.4s ease;
}
.has-dropdown-menu.opened .dropdown-toggle img {
  transform: rotate(90deg);
}
@media (max-width: 1300px) {
  .header__menu-list li {
    margin: 0 30px 0 0;
  }
}
@media (max-width: 960px) {
  .header__mobile-button {
    display: block;
  }
  .header {
    height: auto;
  }
  .header__logo img {
    display: none;
    width: 30px;
  }
  .header__logo .logo-dark {
    display: block;
  }
  .header__menu {
    display: none;
  }
  .header__menu-wrapper {
    justify-content: space-between;
  }
  .header__right {
    display: block;
  }
  .header__row {
    justify-content: center;
    height: 50px;
  }
  .header {
    background-color: #ffffffdb;
  }
  .header__top {
    justify-content: space-between;
    height: 50px;
  }
  .header-top-line,
  .header__contacts {
    display: none;
  }
}
@media (max-width: 780px) {
  .header-top-line {
    display: none;
  }
}
.footer {
  background-color: #373946;
  color: #ddd;
}
.footer-top {
  padding: 50px 0 20px;
}
.footer-copyright {
  padding: 20px;
  text-align: center;
  background-color: #26272f;
  color: #949494;
  font-size: 0.75rem;
}
.copyright-link {
  color: #bbb;
}
.footer-contacts-item {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
  font-size: 0.9rem;
  color: #bbb;
  font-weight: 500;
}
.footer-contacts-item a {
  color: #ddd;
}
.footer-contacts-item:before {
  content: "";
  width: 20px;
  min-width: 20px;
  height: 20px;
  margin-right: 10px;
  background-size: 100%;
}
.footer-contacts-item.icon-phone:before {
  background-image: url(/images/icons/telephone.svg);
}
.footer-contacts-item.icon-email:before {
  background-image: url(/images/icons/email.svg);
}
.footer-contacts-item.icon-location:before {
  background-image: url(/images/icons/pin.svg);
}
.footer-col {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  flex: 0 0 25%;
  max-width: 25%;
  margin-bottom: 30px;
}
@media screen and (max-width: 960px) {
  .footer-col {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media screen and (max-width: 780px) {
  .footer-col {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.footer-left {
  display: flex;
  align-items: center;
}
.footer-col {
  font-size: 0.9rem;
}
.footer-col h3 {
  position: relative;
  font-size: 1.5rem;
  margin-bottom: 20px;
  color: #27aae1;
  text-transform: uppercase;
  padding-bottom: 20px;
  border-bottom: 1px solid #636363;
}
.footer-col h3:before {
  position: absolute;
  content: '';
  display: block;
  width: 50px;
  height: 3px;
  background-color: #fbb040;
  bottom: 0;
}
.footer-logo img {
  max-width: 50px;
  margin-bottom: 20px;
}
.footer-logo {
  margin-right: 20px;
}
.footer-menu-item {
  list-style: disc;
  margin-left: 20px;
}
.footer-menu-item a {
  color: #ddd;
}
.footer-contacts-phone a:after,
.footer-contacts-email a:after {
  content: ', ';
}
.footer-contacts-phone a:last-child:after,
.footer-contacts-email a:last-child:after {
  content: '';
}
@media (max-width: 480px) {
  .footer-contacts-phone,
  .footer-contacts-email {
    display: flex;
    flex-direction: column;
  }
  .footer-contacts-phone a:after {
    content: '';
  }
  .footer-col h3 {
    margin-bottom: 15px;
    text-align: center;
  }
  .footer-logo {
    text-align: center;
  }
}
.front-banner {
  height: 750px;
  background-color: #3a8100;
  position: relative;
}
.front-banner__text .container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  height: 100%;
}
.front-banner__adv-list {
  display: flex;
  position: absolute;
  width: 80%;
  margin: 0 auto;
  bottom: 0;
}
.front-banner__adv-item {
  display: flex;
  background-color: #05151d94;
  padding: 25px 20px;
  border-right: 1px solid #333;
  width: 33.3333%;
}
.front-banner__adv-item:last-child {
  border-right: none;
}
.front-banner__adv-icon {
  display: flex;
  align-items: center;
  width: 70px;
}
.front-banner__adv-icon img {
  width: 40px;
  height: auto;
}
.front-banner__adv-text {
  padding-left: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.front-banner__adv-title {
  color: #fbb040;
  font-size: .8rem;
  border-bottom: 1px solid #333;
  padding-bottom: 5px;
}
.front-banner__adv-subtitle {
  margin-top: 10px;
  color: #cccccc;
  font-size: 0.85rem;
}
.front-banner__adv-subtitle p {
  margin-bottom: 0;
}
.front-banner__image {
  width: 100%;
  height: 100%;
}
.front-banner__image picture {
  display: block;
  width: 100%;
  height: 100%;
}
.front-banner__image img {
  width: inherit;
  height: inherit;
  -o-object-fit: cover;
     object-fit: cover;
}
.front-banner__overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #00000080;
}
.front-banner__text {
  display: flex;
  position: absolute;
  justify-content: center;
  align-items: center;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  padding-top: 90px;
}
.front-banner__text-inner {
  display: flex;
  justify-content: center;
  margin-top: -70px;
}
.front-banner__text-left {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: calc(65% - 15px);
}
.front-banner__text-right {
  width: calc(35% - 15px);
}
.promo-banner__heading {
  font-size: 2.5rem;
  color: #fefefe;
  margin-bottom: 20px;
  font-weight: 700;
  text-align: center;
}
.promo-banner__subheading {
  font-size: 1.5rem;
  color: #fefefe;
  margin-bottom: 30px;
  font-weight: 400;
  text-align: center;
}
.promo-banner__content span {
  display: block;
}
.promo-banner__list {
  color: #fefefe;
  margin: 0 auto;
  margin-bottom: 40px;
}
.promo-banner__item {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
  font-size: 0.9rem;
  color: #f7f7f7;
}
.promo-banner__item:before {
  content: "";
  width: 20px;
  min-width: 20px;
  height: 20px;
  margin-right: 10px;
  background-size: 100%;
  background-image: url(/images/icons/checked3.svg);
}
.promo-banner__button {
  text-align: center;
}
.promo-banner__button .btn-primary {
  background-color: #27aae1;
  height: auto;
  padding: 15px 30px;
  transition: background-color 0.4s ease;
  min-width: 200px;
  text-align: center;
}
.promo-banner__button .btn-primary:hover {
  background-color: #555;
}
.promo-banner__button a:hover {
  text-decoration: none;
}
.promo-banner__advantages {
  display: flex;
  color: #ddd;
  font-size: 0.8rem;
}
.advantages__item {
  padding: 0 15px;
}
.promo-banner__form h2 {
  text-align: center;
  text-transform: uppercase;
  font-size: 1.2rem;
  margin-bottom: 15px;
}
.promo-banner__form .btn-submit {
  margin-top: 15px;
  padding: 20px 25px;
}
.promo-banner__form .form-field.agreement label {
  font-size: 0.8rem;
}
.promo-banner__form .center {
  text-align: center;
}
.promo-banner__form textarea {
  margin-bottom: 10px;
}
.advantages__item {
  display: flex;
  align-items: center;
}
.advantages__icon img {
  width: 36px;
  margin-right: 15px;
}
.advantages__icon.top-15 img {
  margin-top: 15px;
}
/* SECTION FRONT FORM */
.section-form-front {
  padding: 40px 0;
}
.section-form-front__holder {
  color: #fff;
  background-color: #555;
  padding: 30px;
}
.section-form-front .section-title {
  text-align: center;
}
.section-form-front .btn-submit {
  margin-top: 0;
  background-color: #44484c;
  border-radius: 30px;
  padding: 26px 50px;
  transition: background-color 0.4s ease;
}
.section-form-front .btn-submit:hover {
  background-color: #27aae1;
}
/* SECTION FRONT SERVICES - CATALOG */
.front-section-services {
  position: relative;
  padding-bottom: 70px;
}
.front-section-services .section-title h2 {
  margin-bottom: 50px;
}
.front-services-item {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  flex: 0 0 33.33333333%;
  max-width: 33.33333333%;
  margin-bottom: 30px;
}
@media screen and (max-width: 960px) {
  .front-services-item {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media screen and (max-width: 780px) {
  .front-services-item {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.front-services-item__inner {
  position: relative;
  height: 100%;
  background-size: cover;
  background-position: 50%;
}
.front-services-item__inner a {
  text-decoration: none;
}
.front-services-item__holder {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  transition: background-color 0.4s ease;
}
.front-services-item__holder:hover {
  background-color: rgba(0, 0, 0, 0.55);
}
.front-services-item__image {
  font-size: 0;
}
.front-services-item__title {
  display: flex;
  align-items: center;
  padding: 15px 20px;
  background-color: #27aae1;
}
.front-services-item__title h3 {
  margin: 0;
  font-weight: 700;
  color: #fff;
  font-size: 1rem;
  text-transform: uppercase;
}
.front-services-item__subcategories {
  flex-grow: 2;
  padding: 20px;
  color: #fff;
}
.front-services-item__subcategories a {
  color: #fff;
}
.front-services-item__subcategories li {
  margin-left: 20px;
}
.front-services-item__subcategories ul li::before {
  content: "\2022";
  color: #eeb208;
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}
.front-services-item__more {
  padding: 0 20px 20px 20px;
}
.front-services-item__more a {
  display: inline-flex;
  padding: 10px 30px;
  background-color: #27aae1;
  color: #fff;
  border-radius: 40px;
  transition: background-color 0.4s ease;
  min-width: 220px;
  justify-content: center;
}
.front-services-item__more a:hover {
  background-color: #555;
}
/* SECTION SERVICES */
.section-steps {
  position: relative;
  background-size: cover;
  background-position: 50%;
  color: #fff;
  padding: 0;
}
svg.bigTriangleTop {
  display: block;
  position: absolute;
  pointer-events: none;
  margin-bottom: 70px;
}
.bigTriangleTop path {
  fill: #fff;
  stroke: #fff;
  stroke-width: 0;
}
svg.bigTriangleBottom {
  display: block;
  position: absolute;
  pointer-events: none;
  bottom: 0;
}
.bigTriangleBottom path {
  fill: #fff;
  stroke: #fff;
  stroke-width: 0;
}
.section-steps .container {
  position: relative;
  z-index: 1;
  padding-top: 170px;
  padding-bottom: 70px;
}
.steps-list {
  position: relative;
  display: flex;
  flex-direction: column;
}
.section-steps-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #00000085;
  z-index: 0;
}
.section-steps .section-title h2 {
  margin-bottom: 40px;
}
.steps-item {
  position: relative;
  display: flex;
  width: 50%;
  min-height: 150px;
}
.steps-item.odd {
  align-self: flex-end;
  border-left: 2px dashed #fff;
  left: -1px;
}
.steps-item.even {
  border-right: 2px dashed #fff;
  justify-content: flex-end;
  right: -1px;
}
.steps-item:last-child {
  border: none;
}
.steps-item__img {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 80px;
  width: 80px;
  min-width: 80px;
  background-color: #27aae1;
  border-radius: 50%;
}
.step-3 img,
.step-6 img {
  margin-left: 5px;
}
.steps-item.odd .steps-item__img {
  left: -40px;
}
.steps-item.even .steps-item__img {
  right: -40px;
  order: 2;
}
.steps-item__img img {
  width: 40px;
  height: auto;
}
.steps-item__info {
  padding: 10px 20px 20px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.steps-item.odd .steps-item__info {
  padding: 10px 20px 20px 60px;
}
.steps-item.even .steps-item__info {
  align-items: flex-end;
  padding: 10px 60px 20px 20px;
}
.steps-item__title h3 {
  font-weight: 700;
  font-size: 1.1rem;
}
.steps-item__text {
  font-size: 0.9rem;
  color: #ddd;
}
.steps-item.even .steps-item__text {
  text-align: right;
}
/* SECTION CERTIFICATES */
.section-about__certificates {
  justify-content: center;
}
.section-about__certificates-item {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  flex: 0 0 33.33333333%;
  max-width: 33.33333333%;
}
@media screen and (max-width: 780px) {
  .section-about__certificates-item {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
/* SECTION FORM */
.section-form {
  position: relative;
  background: url('/images/bg/bg_3.jpg') 50% 50% no-repeat;
  background-size: cover;
  color: #fff;
  padding: 40px 0 40px;
}
.section-form-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #00000091;
  z-index: 0;
}
.section-form .container {
  position: relative;
  z-index: 1;
}
.section-form .section-title {
  text-align: center;
  margin-bottom: 20px;
}
.section-form .section-title h2 {
  margin-bottom: 10px;
}
/* SECTION FAQ */
.section-faq {
  padding: 70px 0;
}
.section-faq__inner {
  max-width: 800px;
  margin: 0 auto;
}
.section-faq__question {
  background-color: #27aae1;
  padding: 10px 15px;
  border-radius: 4px;
  margin-bottom: 10px;
  font-size: 1.1rem;
  color: #fff;
}
.section-faq__answer {
  font-size: 0.9rem;
  color: #555;
  padding-bottom: 30px;
}
@media (max-width: 960px) {
  .front-banner__text {
    padding-top: 0;
  }
}
@media (max-width: 780px) {
  .promo-banner__advantages {
    max-width: 470px;
    margin: 0 auto;
    flex-wrap: wrap;
    justify-content: center;
  }
  .advantages__item {
    width: 100%;
  }
  .front-banner {
    height: 1000px;
  }
  .section-about__certificates {
    margin-top: 30px;
  }
  .section-about__certificates-item {
    max-width: 70%;
  }
  .front-banner__text-inner {
    flex-wrap: wrap;
    justify-content: center;
  }
  .front-banner__text-left {
    width: 100%;
    margin-bottom: 30px;
    text-align: center;
  }
  .front-banner__text-right {
    width: 100%;
  }
  .promo-banner__list {
    max-width: 400px;
  }
  .steps-item {
    width: 100%;
    min-height: auto;
    margin-bottom: 30px;
  }
  .steps-item.even .steps-item__text {
    text-align: left;
  }
  .steps-item.odd {
    border: none;
    left: 0;
  }
  .steps-item.even {
    border: none;
    right: 0;
  }
  .steps-item__img {
    position: relative;
  }
  .steps-item.odd .steps-item__img {
    left: 0;
  }
  .steps-item.even .steps-item__img {
    right: 0;
    order: 0;
  }
  .steps-item.even .steps-item__info,
  .steps-item.odd .steps-item__info {
    align-items: flex-start;
    padding: 10px 20px 20px 20px;
  }
}
/* ADV SECTION */
.front-section-adv {
  padding: 70px 0 0;
}
.adv-line-8-list {
  margin: 50px -15px 0;
  justify-content: center;
}
.block-adv-header .adv-line-8-list {
  margin: 30px -15px 0;
}
/* SECTION ABOUT */
.section-about {
  padding: 90px 0 40px;
}
.section-about__content {
  font-size: 0.9rem;
}
.section-about__list {
  color: #fefefe;
  margin-bottom: 40px;
}
.section-about__list li {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
  font-size: 0.9rem;
  color: #333;
  margin-left: 30px;
}
.section-about__list li:before {
  content: "";
  width: 20px;
  min-width: 20px;
  height: 20px;
  margin-right: 10px;
  background-size: 100%;
  background-image: url(/images/icons/checked.svg);
}
.section-about__content {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  flex: 0 0 41.66666667%;
  max-width: 41.66666667%;
  margin-bottom: 30px;
}
@media screen and (max-width: 1300px) {
  .section-about__content {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media screen and (max-width: 780px) {
  .section-about__content {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.section-about__image {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  flex: 0 0 58.33333333%;
  max-width: 58.33333333%;
  margin-bottom: 30px;
}
@media screen and (max-width: 1300px) {
  .section-about__image {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
/* SECTION PROJECTS */
.section-projects {
  background-color: #f7f6f5;
  padding: 90px 0 90px;
}
.section-projects .container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.section-projects__image {
  width: calc(50% - 15px);
  background-repeat: no-repeat;
  background-size: cover;
  background-position-x: center;
}
.section-projects__content {
  width: calc(50% - 15px);
  display: flex;
  align-items: center;
  position: relative;
}
.section-projects__box {
  display: flex;
  width: 100%;
  overflow: hidden;
  position: relative;
  background-color: #27aae1;
  color: #fff;
  padding: 40px;
}
.section-projects__text {
  display: flex;
  position: relative;
  flex-direction: column;
  width: 100%;
}
.section-projects__overlay {
  position: absolute;
  left: -122px;
  top: -145px;
  width: 300px;
  height: 500px;
  background-color: #333333;
  z-index: 0;
  transform: rotate(19deg);
}
.section-projects__subtitle {
  padding: 40px 0 40px 30%;
  font-size: 1rem;
}
.section-projects__button {
  text-align: right;
}
.btn-projects {
  background-color: #333;
}
.adv-line-8-item {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  flex: 0 0 25%;
  max-width: 25%;
  margin-bottom: 30px;
}
@media screen and (max-width: 960px) {
  .adv-line-8-item {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
}
@media screen and (max-width: 780px) {
  .adv-line-8-item {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
.adv-line-8-block {
  height: 100%;
  background: #fbfbfb;
  padding: 20px;
  border: 1px solid #ececec;
  border-bottom: 4px solid #27aae1;
}
.adv-line-8-block__image {
  text-align: center;
  margin: 15px 0;
}
.adv-line-8-block__image img {
  width: 65px;
  height: auto;
}
.adv-line-8-block__title {
  margin: 20px 0 15px;
  text-align: center;
  font-weight: 700;
  font-size: 0.9em;
  color: #444;
}
.adv-line-8-block__text p {
  text-align: center;
  margin: 0 0 5px;
  font-weight: 700;
  font-size: 0.8em;
  color: #777;
}
/* PORTFOLIO */
.section-portfolio {
  padding: 70px 0 0;
}
.section-portfolio .section-title h2 {
  margin-bottom: 40px;
}
.portfolio-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.portfolio-item {
  position: relative;
  font-size: 0;
  width: 20%;
  overflow: hidden;
}
/* OVERLAYS */
.image-overlay {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  transition: left 0.4s ease;
}
.image-overlay img {
  width: 45px;
  height: auto;
}
.portfolio-item:hover .image-overlay,
.page-portfolio__image:hover .image-overlay {
  left: 0;
}
@media (max-width: 1600px) {
  .btn-projects {
    max-width: 250px;
    height: auto;
    text-align: center;
  }
}
@media (max-width: 1300px) {
  .section-projects__subtitle {
    padding: 30px 0 30px 0;
  }
  .section-projects__overlay {
    transform: rotate(30deg);
  }
  .portfolio-item {
    width: 25%;
  }
  .header__contacts-items:first-child {
    display: none;
  }
  .header-top-line .container {
    display: flex;
    justify-content: flex-end;
  }
  .front-banner__adv-list {
    width: 100%;
  }
}
@media (max-width: 960px) {
  .btn-projects {
    border: 2px solid #e9a607;
  }
  .portfolio-item {
    width: 33.33333%;
  }
  .front-banner__adv-icon {
    display: none;
  }
  .front-banner {
    height: 650px;
  }
}
@media (max-width: 780px) {
  .section-projects__overlay {
    top: -85px;
  }
  .portfolio-item {
    width: 50%;
  }
  .front-banner {
    height: 850px;
  }
  .front-banner__adv-list {
    flex-wrap: wrap;
  }
  .front-banner__adv-item {
    width: 100%;
    border-bottom: 1px solid #333;
  }
  .front-banner__adv-item:last-child {
    border-bottom: none;
  }
  .front-banner__adv-text {
    width: 100%;
  }
  .front-banner__text .container {
    justify-content: flex-start;
  }
  .front-banner__text-inner {
    margin-top: 100px;
  }
}
@media (max-width: 560px) {
  .section-projects__image {
    width: 100%;
    height: 300px;
    margin-bottom: 30px;
  }
  .section-projects__content {
    width: 100%;
  }
  .section-projects__overlay {
    top: -114px;
  }
  .promo-banner__heading {
    font-size: 1.9rem;
    margin-bottom: 10px;
  }
  .promo-banner__subheading {
    font-size: 1.4rem;
  }
  .front-banner {
    height: 750px;
  }
  .portfolio-item {
    width: 100%;
  }
}
@media (max-width: 480px) {
  .section-about__certificates-item {
    max-width: 100%;
  }
  .front-banner {
    height: 850px;
  }
  .section-about__list li {
    margin-left: 0;
  }
  .promo-banner__button a {
    margin-bottom: 10px;
  }
}
@media (max-width: 400px) {
  .front-banner {
    height: 920px;
  }
}
main h1 {
  font-size: 2.3rem;
  margin-bottom: 20px;
}
main h2 {
  font-size: 2rem;
  margin-bottom: 20px;
}
main ul {
  list-style: inherit;
  margin-bottom: 30px;
}
.heading-a {
  font-size: 0.9rem;
  text-transform: uppercase;
  font-weight: 700;
}
.list-a {
  padding: 30px;
  background-color: #f5f5f5;
  margin-bottom: 30px;
  border-radius: 5px;
  border-left: 10px solid #b1b1b1;
  border-right: 2px solid #b1b1b1;
}
.list-a a {
  font-weight: 600;
}
.list-a li {
  display: flex;
  margin-bottom: 15px;
  font-size: 0.9rem;
  color: #222;
  margin-left: 0;
}
.list-a li:last-child {
  margin-bottom: 0;
}
.list-a li:before {
  content: "";
  width: 20px;
  min-width: 20px;
  height: 20px;
  margin-right: 10px;
  background-size: 100%;
  background-image: url(/images/icons/checked3.svg);
}
.page-gallery__list {
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
  justify-content: center;
}
.page-gallery__item {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  flex: 0 0 25%;
  max-width: 25%;
  margin-bottom: 30px;
}
@media screen and (max-width: 960px) {
  .page-gallery__item {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
}
@media screen and (max-width: 780px) {
  .page-gallery__item {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media screen and (max-width: 560px) {
  .page-gallery__item {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.page-gallery__item a {
  font-size: 0;
  position: relative;
  display: block;
  overflow: hidden;
}
.page-gallery__item:hover .image-overlay {
  left: 0;
}
.page-block-title {
  margin: 50px 0 30px;
  text-align: center;
}
.page-block-title h2 {
  margin-bottom: 0;
  font-size: 1.8rem;
  text-transform: uppercase;
}
.regular-page {
  padding-top: 110px;
  min-height: 500px;
}
.regular-page .block-banner {
  height: 300px;
  padding-top: 75px;
  margin-top: -67px;
}
.regular-page-wrapper {
  padding-top: 70px;
  padding-bottom: 70px;
}
.regular-page-wrapper .section-production,
.regular-page-wrapper .section-about {
  padding: 0;
}
.page-content {
  padding-top: 70px;
  padding-bottom: 70px;
}
.front-page {
  padding-top: 50px;
  padding-bottom: 50px;
}
.block-adv-header {
  margin-bottom: -70px;
}
.front-col-1,
.front-col-2 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  flex: 0 0 50%;
  max-width: 50%;
}
@media screen and (max-width: 960px) {
  .front-col-1,
  .front-col-2 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.contacts-text,
.contacts-form {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  flex: 0 0 50%;
  max-width: 50%;
}
@media screen and (max-width: 960px) {
  .contacts-text,
  .contacts-form {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
/* ARTICLES */
.article-item {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  flex: 0 0 33.33333333%;
  max-width: 33.33333333%;
  margin-bottom: 30px;
}
@media screen and (max-width: 960px) {
  .article-item {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media screen and (max-width: 780px) {
  .article-item {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.article-item__content h3 {
  font-size: 0.9rem;
  font-weight: 600;
}
/* PRODUCT */
.product-image {
  float: right;
  margin-left: 20px;
  margin-bottom: 15px;
}
.product-price {
  font-size: 1.2rem;
  color: #333333;
  margin-top: 30px;
}
.product-price span {
  font-weight: 600;
}
.clear-fix {
  clear: both;
}
.page-section {
  color: #33466c;
  font-size: 1.05rem;
  line-height: 1.6;
  font-weight: 600;
  letter-spacing: 0.64px;
  margin: 45px 0;
}
.page-section-title {
  padding-top: 25px;
  padding-bottom: 50px;
  text-align: center;
}
.page-section-title h2 {
  text-transform: uppercase;
  font-size: 2rem;
  font-weight: 600;
  line-height: 2.3rem;
  letter-spacing: 2px;
  color: #33466c;
}
.section-production {
  position: relative;
  padding: 70px 0;
}
.section-title h2 {
  position: relative;
  font-size: 2rem;
  margin-bottom: 20px;
  padding-bottom: 15px;
  border-bottom: 1px solid #ddd;
}
.section-title h2:before {
  position: absolute;
  content: '';
  display: block;
  width: 50px;
  height: 3px;
  background-color: #27aae1;
  bottom: 0;
}
.section-production .btn.btn-primary {
  font-size: 0.75rem;
  text-transform: uppercase;
  text-decoration: none;
}
.production-table {
  position: relative;
  max-width: 100%;
  overflow-x: auto;
}
.section-scroll {
  position: relative;
  z-index: 1;
}
.scroll-holder {
  display: none;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  background-color: #00000042;
  border: 1px dashed #fff;
  border-radius: 5px;
  z-index: 1;
  top: 32px;
  left: 11px;
  position: absolute;
}
.section-scroll img {
  width: 34px;
}
.section-scroll img {
  -webkit-animation: linear infinite;
          animation: linear infinite;
  -webkit-animation-name: run;
          animation-name: run;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease;
}
@-webkit-keyframes run {
  0% {
    margin-left: 0;
  }
  25% {
    margin-left: -10px;
  }
  50% {
    margin-left: 0;
  }
  75% {
    margin-left: 10px;
  }
  100% {
    margin-left: 0;
  }
}
@keyframes run {
  0% {
    margin-left: 0;
  }
  25% {
    margin-left: -10px;
  }
  50% {
    margin-left: 0;
  }
  75% {
    margin-left: 10px;
  }
  100% {
    margin-left: 0;
  }
}
/* HEADER BANNER */
.block-banner {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 250px;
  padding-top: 60px;
  background-size: cover;
  background-position: 50%;
}
.block-banner__overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #000000a6;
}
.block-banner__title {
  padding: 20px 20px 5px 20px;
  z-index: 1;
}
.block-banner__title h1 {
  color: #fff;
  font-size: 2.4rem;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  text-shadow: 0 0 6px #000000;
}
.block-banner__breadcrumbs {
  list-style: none;
  padding: 8px 15px;
  border-radius: 4px;
  z-index: 1;
}
.block-banner__breadcrumbs li {
  display: inline-block;
}
.block-banner__breadcrumbs li,
.block-banner__breadcrumbs li a {
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 0.85rem;
  letter-spacing: 1px;
  text-shadow: 0 0 3px #000000;
}
.block-banner__breadcrumbs li:last-child {
  color: #dadada;
}
.block-banner__breadcrumbs > li + li::before {
  content: "/";
  font-size: 14px;
  margin: 0 8px;
}
.page-category__list {
  position: relative;
}
.page-category__item {
  position: relative;
  display: flex;
  align-items: flex-end;
}
.page-category__inner {
  position: relative;
  overflow: hidden;
}
.page-category__inner:hover img {
  transform: scale(1.1);
}
.page-category__inner img {
  transition: all 0.4s ease;
}
.page-category__content {
  pointer-events: none;
  display: flex;
  align-items: center;
  position: absolute;
  bottom: 0;
  width: 100%;
  min-height: 65px;
  background-color: #27aae1;
}
.page-category-item__title {
  width: 100%;
  height: 100%;
  text-align: center;
  padding: 10px 15px;
  color: #fff;
}
.page-category-item__title h3 {
  margin-bottom: 0;
}
.page-category__item {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  flex: 0 0 33.33333333%;
  max-width: 33.33333333%;
  margin-bottom: 30px;
}
@media screen and (max-width: 960px) {
  .page-category__item {
    flex: 0 0 25%;
    max-width: 25%;
  }
}
@media screen and (max-width: 780px) {
  .page-category__item {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media screen and (max-width: 560px) {
  .page-category__item {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
/* PROJECTS LIST */
.page-projects__list {
  position: relative;
  justify-content: center;
}
.page-projects__item {
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  flex: 0 0 25%;
  max-width: 25%;
  position: relative;
  display: flex;
  margin-bottom: 30px;
}
@media screen and (max-width: 960px) {
  .page-projects__item {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
}
@media screen and (max-width: 780px) {
  .page-projects__item {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media screen and (max-width: 560px) {
  .page-projects__item {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.page-projects__inner {
  position: relative;
  display: flex;
  flex-direction: column;
  box-shadow: 0 0 10px #e0e0e0;
}
.page-projects__image a {
  font-size: 0;
}
.page-projects__inner picture {
  display: block;
  overflow: hidden;
}
.page-projects__inner:hover img {
  transform: scale(1.1);
}
.page-projects__inner img {
  transition: all 0.4s ease;
}
.page-projects__content {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  background-color: #fff;
  padding: 30px 20px;
  height: 100%;
  font-size: 0.9rem;
}
.page-projects-item__title {
  text-align: center;
}
.page-projects-item__title h3 {
  color: #444;
  font-size: 0.8rem;
  font-weight: 600;
  text-transform: uppercase;
}
.page-projects-item__price {
  text-align: center;
  margin: 20px 0 25px;
  color: #757575;
  font-size: 1rem;
}
.page-projects-item__price span:first-child {
  font-weight: 600;
  color: #ef2424;
}
.page-projects-item__price span:last-child {
  font-size: 1rem;
  margin-left: 4px;
  font-weight: 600;
  color: #6f6f6f;
}
.page-projects-item__bottom {
  text-align: center;
}
.page-projects-item__button a:hover {
  text-decoration: none;
}
/* PORTFOLIO - PROJECT */
.page-portfolio__image {
  font-size: 0;
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  flex: 0 0 50%;
  max-width: 50%;
  margin-bottom: 30px;
}
@media screen and (max-width: 960px) {
  .page-portfolio__image {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media screen and (max-width: 780px) {
  .page-portfolio__image {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.page-portfolio__text {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  flex: 0 0 50%;
  max-width: 50%;
  margin-bottom: 30px;
}
@media screen and (max-width: 960px) {
  .page-portfolio__text {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media screen and (max-width: 780px) {
  .page-portfolio__text {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.page-portfolio__image-inner {
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
.page-portfolio__text-inner {
  background-color: #f5f5f5;
  height: 100%;
  padding: 50px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.page-portfolio-item__title h3 {
  font-size: 1.5rem;
}
.page-portfolio-item__price {
  text-align: center;
  margin: 20px 0 0;
  color: #757575;
  font-size: 1.3rem;
}
.page-portfolio-item__price span:first-child {
  font-weight: 600;
  color: #ef2424;
}
.page-portfolio-item__price span:last-child {
  font-size: 1.3rem;
  margin-left: 4px;
  font-weight: 600;
  color: #6f6f6f;
}
@media (max-width: 1300px) {
  .scroll-holder {
    display: flex;
  }
  .production-table {
    border-left: 2px dashed #c9c9c9;
    border-right: 2px dashed #c9c9c9;
  }
}
@media (max-width: 960px) {
  .regular-page {
    padding-top: 0;
  }
  .regular-page .block-banner {
    height: 250px;
    margin-top: 0;
  }
  .block-banner {
    height: auto;
    padding: 70px 0 10px;
  }
  .block-banner__title {
    padding: 0 20px;
  }
  .block-banner__title h1 {
    font-size: 1.6rem;
    line-height: 1;
    margin-bottom: 0;
  }
  .block-banner__breadcrumbs {
    text-align: center;
  }
  .page-gallery__item {
    width: 50%;
  }
}
@media (max-width: 560px) {
  .section-title h2 {
    font-size: 1.7rem;
  }
  .page-gallery__item {
    width: 100%;
  }
}
.search-documents {
  min-height: 200px;
}
.blog-section {
  padding: 40px 0 0;
}
.blog-item {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  flex: 0 0 50%;
  max-width: 50%;
  margin-bottom: 30px;
}
@media screen and (max-width: 780px) {
  .blog-item {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.blog-item .date {
  font-size: 1.2rem;
  margin: 5px 0 10px;
}
.blog-item h3 {
  font-size: 1.7rem;
  font-weight: 700;
}
.blog-item h3 a {
  color: #27aae1;
}
.blog-item .intro {
  font-size: 0.9rem;
  color: #999;
}
.article-image {
  width: 40%;
  float: right;
  padding-left: 20px;
  padding-bottom: 20px;
}
.regular-page .article ul {
  list-style: inherit;
  padding-left: 30px;
  margin-bottom: 20px;
}
/* SECTIONS */
.s-section-a {
  padding: 70px 0 40px;
}
.no-top-padding {
  padding: 0 0 40px;
}
.no-bottom-margin {
  margin-bottom: -85px;
}
.no-bottom-padding {
  padding: 70px 0 0;
}
.s-section-gray {
  padding: 70px 0 40px;
  background-color: #f5f5f5;
}
.s-section-bg {
  position: relative;
  background-size: cover;
  background-position: 50%;
  background-attachment: fixed;
  background-repeat: no-repeat;
}
.s-section-light {
  padding: 70px 0 40px;
  background-color: #fff;
}
.s-section-light .container {
  position: relative;
}
.s-section-light .s-section-overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #fff;
  opacity: 0.8;
}
.s-section-dark {
  padding: 70px 0 40px;
  background-color: #111;
  color: #fefefe;
}
.s-section-dark .container {
  position: relative;
}
.s-section-dark .s-section-overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #000;
  opacity: 0.5;
}
.s-section {
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
  margin-bottom: 30px;
}
.s-section-col {
  margin-left: 15px;
  margin-right: 15px;
}
.s-section-col-1 {
  width: calc(8.3333% - 30px);
}
.s-section-col-2 {
  width: calc(16.6666% - 30px);
}
.s-section-col-3 {
  width: calc(25% - 30px);
}
.s-section-col-4 {
  width: calc(33.3333% - 30px);
}
.s-section-col-5 {
  width: calc(41.6666% - 30px);
}
.s-section-col-6 {
  width: calc(50% - 30px);
}
.s-section-col-7 {
  width: calc(58.3333% - 30px);
}
.s-section-col-8 {
  width: calc(66.6666% - 30px);
}
.s-section-col-9 {
  width: calc(75% - 30px);
}
.s-section-col-10 {
  width: calc(83.3333% - 30px);
}
.s-section-col-11 {
  width: calc(91.6666% - 30px);
}
.s-section-col-12 {
  width: calc(100% - 30px);
}
.fsz-0 {
  font-size: 0;
}
.s-section-text-box {
  padding: 40px;
  background-color: #f5f5f5;
}
.s-section-text-box p:last-child {
  margin-bottom: 0;
}
.s-section-text-box-a {
  padding: 30px;
  background-color: #f5f5f5;
  margin-bottom: 30px;
  border-radius: 5px;
  border-left: 10px solid #b1b1b1;
  border-right: 2px solid #b1b1b1;
}
.s-section-text-box-a p:last-child {
  margin-bottom: 0;
}
/* GALLERY */
.s-gallery-top {
  padding: 0 0 70px;
}
.s-gallery-a {
  padding: 70px 0 70px;
}
.s-gallery-gray {
  padding: 70px 0 70px;
  background-color: #f5f5f5;
}
.gallery-block-title {
  margin: 0 0 30px;
  text-align: center;
}
.gallery-block-title h2 {
  font-size: 1.9rem;
  text-transform: uppercase;
}
@media (max-width: 960px) {
  .s-section-col-1,
  .s-section-col-2,
  .s-section-col-3,
  .s-section-col-4,
  .s-section-col-5,
  .s-section-col-6,
  .s-section-col-7,
  .s-section-col-8,
  .s-section-col-9,
  .s-section-col-10,
  .s-section-col-11 {
    width: calc(50% - 30px);
  }
}
@media (max-width: 560px) {
  .s-section-col-1,
  .s-section-col-2,
  .s-section-col-3,
  .s-section-col-4,
  .s-section-col-5,
  .s-section-col-6,
  .s-section-col-7,
  .s-section-col-8,
  .s-section-col-9,
  .s-section-col-10,
  .s-section-col-11 {
    width: calc(100% - 30px);
  }
}
.pagination {
  margin-top: 20px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem;
}
.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  line-height: 1.25;
  font-size: 0.95em;
  color: #333;
  background: #eee;
  border-radius: 3px;
  margin: 1px;
  transition: all 0.5s ease;
  text-decoration: none;
}
.page-link.active {
  background: #27aae1;
  color: #1e1e1e;
}
.page-link:hover {
  z-index: 2;
  color: #0056b3;
  background-color: #ddd;
  border-color: #dee2e6;
  text-decoration: underline;
}
.page-link:focus {
  z-index: 2;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.page-item.active .page-link {
  z-index: 1;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6;
}
.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5;
}
.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}
.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}
.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
}
.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem;
}
.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem;
}
.page-item-dots {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 0 3px;
}
.page-item-dots img {
  width: 14px;
  height: auto;
}

/* DOCUMENTS */
.files-list {
  padding-top: 30px;
}
.files-list ul {
  list-style: none;
  padding-left: 0;
}
.files-list li {
  font-size: 15px;
  list-style: none;
  border-bottom: 1px solid #ddd;
  padding: 10px 0;
}
.files-list li:last-child {
  border-bottom: none;
}
.files-list li a {
  color: #2688b1;
}

.files-box {
  display: flex;
  justify-content: space-between;
}

.files-box.image {
  width: 50px;
  min-width: 50px;
}
.files-box.title {
  display: flex;
  flex-direction: column;
  padding-right: 20px;
}
.files-box.date {
  padding-top: 15px;
  color: #939393;
  font-size: 12px;
}

@media (max-width: 1300px) {
  .front-banner__text-inner {
    margin-top: -200px;
  }
}

@media (max-width: 780px) {
  .front-banner__text-inner {
    margin-top: 100px;
  }
  .front-banner {
    height: 1000px;
  }
  .front-banner__adv-item {
    border-right: none;
  }
}

@media (max-width: 380px) {
  .front-banner {
    height: 1100px;
  }
}

@media (max-width: 360px) {
  .front-banner {
    height: 1150px;
  }
}