@font-face {
  font-family: 'Futura PT';
  src: url('/assets/fonts/FuturaPT/FuturaPT-Bold.eot');
  src: url('/assets/fonts/FuturaPT/FuturaPT-Bold.eot?#iefix') format('embedded-opentype'), url('/assets/fonts/FuturaPT/FuturaPT-Bold.woff') format('woff'), url('/assets/fonts/FuturaPT/FuturaPT-Bold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
  font-display: fallback;
}
html {
  box-sizing: border-box;
}
*,
*:before,
*:after {
  box-sizing: inherit;
}
body {
  font-size: 14px;
  line-height: 1.5;
  font-weight: 400;
  color: #333;
  font-family: 'Montserrat', sans-serif;
  margin: 0;
  background: #fff;
  position: relative;
}
html,
body {
  height: 100%;
}
input {
  font-family: 'Montserrat', sans-serif;
}
button {
  -webkit-transition: all .25s ease-in;
  -moz-transition: all .25s ease-in;
  -ms-transition: all .25s ease-in;
  -o-transition: all .25s ease-in;
}
button:hover,
button:focus {
  outline: none;
}
a {
  color: #e7a200;
  text-decoration: none;
  -webkit-transition: all .25s ease-in;
  -moz-transition: all .25s ease-in;
  -ms-transition: all .25s ease-in;
  -o-transition: all .25s ease-in;
}
a:hover,
a:focus {
  text-decoration: none;
}
p {
  margin: 0 0 20px 0;
}
blockquote {
  border-left: 5px solid #e7a200;
  padding: 30px 25px 30px 35px;
  font-size: 16px;
  margin: 0 0 25px 0;
  background: transparent;
  z-index: 0;
}
blockquote p {
  margin-bottom: 20px;
}
blockquote p:last-child {
  margin-bottom: 0;
}
input:hover,
input:focus,
textarea:hover,
textarea:focus {
  outline: none;
}
.breadcrumbs {
  color: #333;
  font-size: 14px;
  margin-bottom: 40px;
}
.breadcrumbs span {
  margin: 0 15px 0 15px;
}
.breadcrumbs span i {
  color: #333;
}
.breadcrumbs a {
  color: #036883;
  border-bottom: 1px solid #036883;
}
.breadcrumbs a:hover {
  color: #e7a200;
  border-bottom-color: #e7a200;
}
.img-fluid {
  max-width: 100%;
  height: auto;
}
.strong {
  font-weight: bold;
}
.page-inside {
  margin-bottom: 50px;
}
.button {
  display: flex;
  align-items: center;
  justify-items: center;
  justify-content: center;
  border: none;
  outline: none;
  white-space: nowrap;
  color: #fff;
  font-size: 14px;
  line-height: 14px;
  font-weight: bold;
  letter-spacing: .05em;
  vertical-align: middle;
  text-transform: uppercase;
  padding: 10px 25px;
  height: 50px;
  background: #e7a200;
}
.button.button-alt {
  background: #036883;
}
.button.button-alt:hover,
.button.button-alt:focus {
  background: #e7a200;
}
.button:hover,
.button:focus {
  color: #fff;
  background: #036883;
  cursor: pointer;
}
.button img,
.button svg {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  fill: #fff;
  -webkit-transition: all .25s ease-in;
  -moz-transition: all .25s ease-in;
  -ms-transition: all .25s ease-in;
  -o-transition: all .25s ease-in;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin: 0 0 45px 0;
  font-weight: bold;
  color: #025368;
}
h1,
.h1 {
  font-size: 26px;
}
h2,
.h2 {
  font-size: 22px;
}
h3,
.h3 {
  font-size: 18px;
}
.page-title {
  font-size: 34px;
  font-family: 'Futura PT', sans-serif;
  margin: 0 0 45px 0;
  color: #025368;
}
.white-popup {
  position: relative;
  background: #FFF;
  width: auto;
  max-width: 500px;
  margin: 20px auto;
}
.white-popup .popup-inside {
  padding: 20px;
}
.white-popup .mfp-close {
  color: #fff;
}
.white-popup .popup-title {
  font-size: 20px;
  background-color: #036883;
  color: #fff;
  padding: 20px 30px 15px;
  margin-bottom: 10px;
  text-align: center;
}
.white-popup .form-field {
  display: block;
}
.white-popup .form-field label {
  display: block;
  margin-bottom: 3px;
}
.white-popup .form-field .form-field-input {
  margin-bottom: 20px;
}
.white-popup .form-field .form-field-input input[type=email],
.white-popup .form-field .form-field-input input[type=text],
.white-popup .form-field .form-field-input textarea {
  height: 50px;
  border: 1px solid #dbdbdb;
  padding: 0 15px;
  width: 100%;
}
.white-popup .form-field .form-field-input input {
  font-weight: 400;
  width: 100%;
  font-size: 14px;
  padding: 5px 10px;
  border: 1px solid #dbdbdb;
  background: #fff;
  outline: none;
  -webkit-transition: all .2s ease-in;
  -moz-transition: all .2s ease-in;
  -ms-transition: all .2s ease-in;
  -o-transition: all .2s ease-in;
}
.white-popup .form-field .form-field-input input:focus {
  border-color: #036883;
}
.white-popup .form-field:last-child {
  margin-bottom: 0;
}
.white-popup .button {
  width: 100%;
  padding: 10px 20px;
  min-height: 40px;
}
.white-popup .button img,
.white-popup .button svg {
  vertical-align: top;
}
.mfp-zoom-in .mfp-with-anim {
  opacity: 0;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  -webkit-transform: scale(.8);
  -ms-transform: scale(.8);
  transform: scale(.8);
}
.mfp-zoom-in.mfp-bg {
  opacity: 0;
  -webkit-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out;
}
.mfp-zoom-in.mfp-ready .mfp-with-anim {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.mfp-zoom-in.mfp-ready.mfp-bg {
  opacity: .8;
}
.mfp-zoom-in.mfp-removing .mfp-with-anim {
  -webkit-transform: scale(.8);
  -ms-transform: scale(.8);
  transform: scale(.8);
  opacity: 0;
}
.mfp-zoom-in.mfp-removing.mfp-bg {
  opacity: 0;
}
.mfp-zoom-out .mfp-with-anim {
  opacity: 0;
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  -webkit-transform: scale(1.3);
  -ms-transform: scale(1.3);
  transform: scale(1.3);
}
.mfp-zoom-out.mfp-bg {
  opacity: 0;
  -webkit-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out;
}
.mfp-zoom-out.mfp-ready .mfp-with-anim {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.mfp-zoom-out.mfp-ready.mfp-bg {
  opacity: .8;
}
.mfp-zoom-out.mfp-removing .mfp-with-anim {
  -webkit-transform: scale(1.3);
  -ms-transform: scale(1.3);
  transform: scale(1.3);
  opacity: 0;
}
.mfp-zoom-out.mfp-removing.mfp-bg {
  opacity: 0;
}
.mfp-move-horizontal .mfp-with-anim {
  opacity: 0;
  transition: all 0.3s;
  transform: translateX(-50px);
}
.mfp-move-horizontal.mfp-bg {
  opacity: 0;
  transition: all 0.3s;
}
.mfp-move-horizontal.mfp-ready .mfp-with-anim {
  opacity: 1;
  transform: translateX(0);
}
.mfp-move-horizontal.mfp-ready.mfp-bg {
  opacity: 0.8;
}
.mfp-move-horizontal.mfp-removing .mfp-with-anim {
  transform: translateX(50px);
  opacity: 0;
}
.mfp-move-horizontal.mfp-removing.mfp-bg {
  opacity: 0;
}
.top-mobile {
  background: #333;
  font-size: 20px;
  text-align: center;
}
.top-mobile a {
  color: #fff;
  display: block;
  padding: 15px 0;
}
img.mfp-img {
  background-color: white;
  background-clip: content-box;
}
.badge {
  color: #fff;
  background: #036883;
  display: inline-block;
  font-weight: bold;
  font-size: 14px;
  line-height: 18px;
  padding: 3px 10px;
  height: 25px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.header {
  padding-bottom: 25px;
  margin-bottom: 60px;
  display: block;
  position: relative;
  -webkit-box-shadow: 0 4px 30px 15px rgba(123,118,118,0.15);
  -moz-box-shadow: 0 4px 30px 15px rgba(123,118,118,0.15);
  box-shadow: 0 4px 30px 15px rgba(123,118,118,0.15);
}
.header .top-line {
  background: #036883;
  color: #fff;
  height: 57px;
}
.header .top-line a {
  color: #fff;
}
.header .logo {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
}
.header .logo img {
  position: absolute;
  top: 13px;
  left: -5px;
  z-index: 1;
}
.header .header-contacts {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  height: 100%;
}
.header .header-contacts .header-contacts-address {
  display: block;
  vertical-align: middle;
  font-size: 14px;
}
.header .header-contacts .header-contacts-phone a {
  font-size: 14px;
  vertical-align: middle;
}
.header .header-contacts .header-contacts-phone a span {
  font-size: 27px;
  line-height: .8;
  font-weight: bold;
  vertical-align: baseline;
}
.header .header-contacts .header-contacts-address,
.header .header-contacts .header-contacts-phone {
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  height: 100%;
  padding-left: 33px;
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
}
.header .header-contacts .header-contacts-address img,
.header .header-contacts .header-contacts-address svg,
.header .header-contacts .header-contacts-phone img,
.header .header-contacts .header-contacts-phone svg {
  display: inline-block;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -12px;
}
.header .header-contacts .header-contacts-address svg,
.header .header-contacts .header-contacts-phone svg {
  fill: #fff;
}
.header .header-search {
  position: relative;
  padding-top: 10px;
  padding-bottom: 10px;
}
.header .header-search input {
  background: transparent;
  border: none;
  border-bottom: 2px solid #e7a200;
  width: 100%;
  font-size: 14px;
  padding: 5px 30px 10px 0;
  font-style: italic;
  color: #fff;
}
.header .header-search input::-webkit-input-placeholder {
  color: #47aab3;
}
.header .header-search input::-moz-placeholder {
  color: #47aab3;
}
.header .header-search input:-ms-input-placeholder {
  color: #47aab3;
}
.header .header-search input:-moz-placeholder {
  color: #47aab3;
}
.header .header-search input::placeholder {
  color: #47aab3;
}
.header .header-search button {
  display: inline-block;
  background: transparent;
  border: none;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -14px;
  width: 24px;
  height: 24px;
  padding: 0;
}
.header .header-search button svg {
  fill: #fff;
  -webkit-transition: all .2s ease-in;
  -moz-transition: all .2s ease-in;
  -ms-transition: all .2s ease-in;
  -o-transition: all .2s ease-in;
}
.header .header-search button:hover,
.header .header-search button:focus {
  cursor: pointer;
}
.header .header-search button:hover svg,
.header .header-search button:focus svg {
  fill: #e7a200;
}
.header .navigation-wrapper {
  border-bottom: 1px solid #e4e4e4;
  margin-bottom: 25px;
}
.header .navigation ul {
  text-align: right;
  margin: 0;
}
.header .navigation ul li {
  display: inline-block;
  margin: 0 26px;
}
.header .navigation ul li.active a {
  color: #036883;
}
.header .navigation ul li a {
  padding: 13px 5px;
  display: block;
  color: #333;
  font-weight: bold;
  font-size: 14px;
  text-transform: uppercase;
}
.header .navigation ul li a:focus,
.header .navigation ul li a:hover {
  color: #e7a200;
}
.header .navigation ul li:last-child {
  margin-right: 0;
}
.header .promo {
  padding-top: 25px;
  padding-bottom: 30px;
}
.header .promo-slider {
  position: relative;
  color: #fff;
  margin-bottom: 30px;
}
.header .promo-slider .promo-slider-item {
  height: 410px;
  padding: 60px 100px 60px 85px;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.header .promo-slider .promo-slider-content {
  border-left: 5px solid #e7a200;
  padding: 20px 30px;
  margin-bottom: 25px;
}
.header .promo-slider .promo-slider-description {
  font-size: 16px;
}
.header .promo-slider .promo-slider-title {
  font-family: 'Futura PT', sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 43px;
  line-height: 1;
  margin-bottom: 30px;
}
.header .promo-slider .promo-slider-link {
  width: 240px;
  border: 2px solid #fff;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  height: 52px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
}
.header .promo-slider .promo-slider-link:after {
  display: inline-block;
  content: '';
  width: 0;
  height: 0;
  border-top: 8px solid transparent;
  border-left: 10px solid #fff;
  border-bottom: 8px solid transparent;
  margin-left: 20px;
}
.header .promo-slider .promo-slider-link:hover {
  border-color: #e7a200;
}
.header .promo-slider .slick-arrow {
  position: absolute;
  display: block;
  border: none;
  width: 30px;
  height: 30px;
  top: 50%;
  margin-top: -15px;
  z-index: 1;
}
.header .promo-slider .slick-arrow:hover {
  cursor: pointer;
  background-color: #e7a200;
}
.header .promo-slider .slick-prev {
  background: url('/assets/images/icons/arrow-left.png') no-repeat center #025368;
  left: 18px;
}
.header .promo-slider .slick-next {
  background: url('/assets/images/icons/arrow-right.png') no-repeat center #025368;
  right: 18px;
}
.header .promo-slider .slick-dots {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
  position: absolute;
  z-index: 1;
  bottom: 10px;
  left: 0;
  width: 100%;
}
.header .promo-slider .slick-dots li {
  display: inline-block;
  margin: 0 6px;
}
.header .promo-slider .slick-dots li.slick-active button {
  background: #e7a200;
}
.header .promo-slider .slick-dots li button {
  display: block;
  width: 10px;
  height: 10px;
  border: none;
  padding: 0;
  overflow: hidden;
  text-indent: -9999px;
  background: #fff;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.header .promo-slider .slick-dots li button:hover {
  cursor: pointer;
}
.header .promo-block {
  margin-bottom: 30px;
  height: 190px;
  padding: 20px 30px;
  color: #fff;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.header .promo-block .promo-block-title {
  font-size: 20px;
  font-family: 'Futura PT', sans-serif;
  font-weight: bold;
  text-transform: uppercase;
}
.categories-home {
  margin-bottom: 30px;
}
.categories-home .page-title {
  font-family: 'Futura PT', sans-serif;
  font-weight: bold;
  font-size: 34px;
  line-height: 1;
  margin-bottom: 45px;
  color: #025368;
  position: relative;
}
.categories-home .page-title span {
  background: #fff;
  padding-right: 10px;
}
.categories-home .page-title:before {
  content: '';
  display: block;
  width: 100%;
  height: 2px;
  background-color: #e7a200;
  left: 0;
  bottom: 6px;
  position: absolute;
  z-index: -1;
}
.categories-item {
  display: block;
  border: 1px solid #036883;
  padding: 5px 5px 0;
  margin-bottom: 30px;
  min-height: 335px;
  text-align: center;
  -webkit-transition: all .3s ease-in;
  -moz-transition: all .3s ease-in;
  -ms-transition: all .3s ease-in;
  -o-transition: all .3s ease-in;
}
.categories-item:hover,
.categories-item:focus {
  border-color: #e7a200;
}
.categories-item:hover .categories-item-name,
.categories-item:focus .categories-item-name {
  color: #e7a200;
}
.categories-item .categories-item-img {
  height: 250px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  margin-bottom: 10px;
}
.categories-item .categories-item-img img {
  max-height: 100%;
  object-fit: contain;
}
.categories-item .categories-item-name {
  font-weight: bold;
  font-size: 16px;
  color: #036883;
  display: block;
  min-height: 72px;
  padding: 0 15px;
  margin-bottom: 15px;
  -webkit-transition: all .3s ease-in;
  -moz-transition: all .3s ease-in;
  -ms-transition: all .3s ease-in;
  -o-transition: all .3s ease-in;
}
.catalog-item {
  display: block;
  border: 1px solid #036883;
  padding: 5px 5px 20px;
  margin-bottom: 30px;
  min-height: 335px;
  text-align: center;
  -webkit-transition: all .3s ease-in;
  -moz-transition: all .3s ease-in;
  -ms-transition: all .3s ease-in;
  -o-transition: all .3s ease-in;
}
.catalog-item:hover,
.catalog-item:focus {
  border-color: #e7a200;
}
.catalog-item:hover .catalog-item-name,
.catalog-item:focus .catalog-item-name {
  color: #e7a200;
}
.catalog-item .catalog-item-img {
  height: 250px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  margin-bottom: 10px;
}
.catalog-item .catalog-item-img img {
  max-height: 100%;
  object-fit: contain;
}
.catalog-item .catalog-item-name {
  font-weight: bold;
  font-size: 16px;
  color: #036883;
  display: block;
  min-height: 31px;
  margin-bottom: 5px;
  padding: 0 15px;
  -webkit-transition: all .3s ease-in;
  -moz-transition: all .3s ease-in;
  -ms-transition: all .3s ease-in;
  -o-transition: all .3s ease-in;
}
.catalog-item .catalog-item-description {
  color: #333;
  min-height: 63px;
  display: block;
}
.service {
  padding-top: 70px;
  margin-bottom: 65px;
}
.service .page-title {
  font-size: 24px;
  margin-bottom: 30px;
}
.service .service-link {
  display: flex;
  padding: 15px;
  border-bottom: 1px solid #dedede;
  align-items: center;
}
.service .service-link span {
  padding-left: 15px;
  display: block;
  color: #036883;
  -webkit-transition: all .3s ease-in;
  -moz-transition: all .3s ease-in;
  -ms-transition: all .3s ease-in;
  -o-transition: all .3s ease-in;
}
.service .service-link svg {
  fill: #e7a200;
}
.service .service-link:hover span {
  color: #e7a200;
}
.service .service-link:last-child {
  border-bottom: none;
}
.news {
  padding-top: 70px;
  padding-bottom: 60px;
  margin-bottom: 65px;
  padding-left: 97px;
  position: relative;
  background: url('/assets/images/background-pattern.png');
}
.news:after {
  position: absolute;
  background: url('/assets/images/background-pattern.png');
  content: '';
  width: 1000%;
  left: 100%;
  display: block;
  height: 100%;
  top: 0;
}
.news .page-title {
  font-size: 24px;
}
.news-item {
  display: block;
  margin-bottom: 30px;
}
.news-item .news-item-img {
  display: block;
  position: relative;
  margin-bottom: 20px;
  overflow: hidden;
}
.news-item .news-item-img img {
  display: block;
}
.news-item .news-item-date {
  position: absolute;
  bottom: 27px;
  padding: 7px 15px;
  background: #2a373c;
  color: #fff;
  left: 0;
  width: auto;
  font-size: 14px;
  height: 33px;
}
.news-item .news-item-name {
  font-weight: bold;
  color: #036883;
  font-size: 16px;
  -webkit-transition: all .3s ease-in;
  -moz-transition: all .3s ease-in;
  -ms-transition: all .3s ease-in;
  -o-transition: all .3s ease-in;
}
.news-item:hover .news-item-name,
.news-item:focus .news-item-name {
  color: #e7a200;
}
.offer {
  background: #025368;
  padding: 40px;
  margin-bottom: 70px;
  color: #fff;
}
.offer .offer-title {
  font-size: 32px;
  font-family: 'Montserrat', sans-serif;
  font-weight: bold;
  margin-bottom: 10px;
}
.offer .offer-subtitle {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 20px;
}
.offer .form-field {
  position: relative;
  padding-top: 30px;
}
.offer .form-field label {
  font-weight: bold;
  font-size: 14px;
  display: block;
  position: absolute;
  top: 0;
}
.offer .form-field .form-field-input {
  position: relative;
}
.offer .form-field .form-field-input i {
  position: absolute;
  left: 15px;
  top: 50%;
  margin-top: -6px;
  font-size: 14px;
  color: #858585;
}
.offer .form-field .form-field-input input {
  padding: 15px 15px 15px 40px;
  font-size: 14px;
  width: 100%;
  height: 50px;
  border: 1px solid #e3e3e3;
}
.offer .form-field .form-button .button {
  width: 100%;
  color: #333;
}
.offer .form-field .form-button .button svg {
  fill: #333;
}
.offer .form-field .form-button .button:hover {
  background: #333;
  color: #fff;
}
.offer .form-field .form-button .button:hover svg {
  fill: #fff;
}
.form-field {
  position: relative;
}
.form-field.invalid input[type='text'],
.form-field.invalid textarea {
  border-color: red;
  color: red;
}
.form-field.valid input[type='text'],
.form-field.valid textarea {
  border-color: #036883;
}
.form-field.unrequired.invalid input[type='text']:focus ~ .show_on_invalid,
.form-field.unrequired.invalid textarea:focus ~ .show_on_invalid {
  display: block;
}
.form-field.required input[type='text']:focus ~ .show_on_required,
.form-field.required textarea:focus ~ .show_on_required {
  display: block;
}
.form-field .form-error-message {
  position: absolute;
  text-align: center;
  right: 0;
  top: 100%;
  width: 100%;
  z-index: 10;
  display: none;
}
.form-field .form-error-message > span {
  margin: 0 auto;
  display: inline-block;
  position: relative;
  background: #fff;
  font-size: 12px;
  padding: 10px 15px;
  color: red;
  -webkit-box-shadow: 0 2px 15px 0 rgba(0,0,0,0.15);
  -moz-box-shadow: 0 2px 15px 0 rgba(0,0,0,0.15);
  box-shadow: 0 2px 15px 0 rgba(0,0,0,0.15);
}
.form-field .form-error-message > span:before {
  content: '';
  position: absolute;
  left: 50%;
  margin-left: -3px;
  top: -8px;
  width: 0;
  height: 0;
  z-index: 10;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 8px solid #fff;
}
.home-content {
  margin-bottom: 100px;
}
.home-content h1,
.home-content .h1 {
  font-size: 20px;
  font-family: 'Montserrat', sans-serif;
  margin-bottom: 40px;
}
.footer {
  background: #2a373c;
  color: #fff;
  padding-bottom: 45px;
  padding-top: 45px;
}
.footer .footer-logo {
  display: block;
  margin-bottom: 25px;
}
.footer .footer-logo img {
  display: block;
  position: relative;
}
.footer .footer-block {
  margin-bottom: 30px;
}
.footer .footer-title {
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 16px;
  margin-bottom: 30px;
  letter-spacing: .05em;
}
.footer a {
  color: #fff;
}
.footer a:hover,
.footer a:focus {
  color: #e7a200;
}
.footer ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.footer ul li {
  margin-bottom: 10px;
}
.footer ul li a {
  display: block;
}
.footer .footer-contacts .footer-contacts-title {
  font-weight: bold;
  margin-bottom: 5px;
}
.footer .footer-contacts .footer-contacts-block {
  display: block;
  position: relative;
  padding-left: 25px;
  margin-bottom: 22px;
}
.footer .footer-contacts .footer-contacts-block i {
  position: absolute;
  left: 0;
  top: 2px;
  display: inline-block;
  font-size: 16px;
  color: #036883;
}
.footer .footer-bottom-line {
  padding-top: 25px;
  border-top: 1px solid #fff;
}
.footer .footer-bottom-line .footer-developers {
  text-align: right;
}
.footer .footer-bottom-line .footer-developers a {
  border-bottom: 1px solid #fff;
}
.footer .footer-bottom-line .footer-developers a:hover {
  border-bottom-color: #e7a200;
}
.category-view .category-view-title {
  font-size: 26px;
  margin-bottom: 35px;
}
.category-view .sub-category {
  margin-bottom: 30px;
}
.category-view .sub-category .sub-category-title {
  font-size: 18px;
  margin-bottom: 20px;
}
.category-view .sub-category .sub-category-title a {
  color: #025368;
}
.category-view .sub-category .sub-category-title a:hover {
  color: #e7a200;
}
.view-image {
  display: block;
  border: 1px solid #dedede;
  margin-bottom: 30px;
  padding: 20px;
  text-align: center;
}
.view-image img {
  display: inline-block;
  max-height: 340px;
}
.view-image:hover {
  border-color: #e7a200;
}
.view-images {
  display: flex;
  flex-wrap: wrap;
}
.view-images a {
  border: 1px solid #dedede;
  width: 70px;
  height: 70px;
  display: flex;
  overflow: hidden;
  margin-bottom: 25px;
  margin-right: 25px;
  text-align: center;
  align-items: center;
  justify-content: center;
  padding: 5px;
}
.view-images a img {
  display: inline-block;
  max-height: 100%;
}
.view-images a:nth-child(4n) {
  margin-right: 0;
}
.view-images a:hover {
  border-color: #e7a200;
}
.item-view {
  margin-bottom: 65px;
}
.item-view .item-view-title {
  font-size: 26px;
  margin-bottom: 40px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.item-view .item-view-title + .item-view-subtitle {
  margin-top: -15px;
}
.item-view .item-view-subtitle {
  color: #555;
  font-size: 16px;
  margin-bottom: 40px;
}
.item-view .item-view-text,
.item-view .item-view-description {
  margin-bottom: 50px;
}
.item-view .item-view-text h1,
.item-view .item-view-text h2,
.item-view .item-view-text h3,
.item-view .item-view-text h4,
.item-view .item-view-text .h1,
.item-view .item-view-text .h2,
.item-view .item-view-text .h3,
.item-view .item-view-text .h4,
.item-view .item-view-description h1,
.item-view .item-view-description h2,
.item-view .item-view-description h3,
.item-view .item-view-description h4,
.item-view .item-view-description .h1,
.item-view .item-view-description .h2,
.item-view .item-view-description .h3,
.item-view .item-view-description .h4 {
  margin-bottom: 30px;
}
.item-view .item-view-text ul,
.item-view .item-view-description ul {
  list-style: none;
  padding-left: 65px;
  margin-bottom: 40px;
}
.item-view .item-view-text ul li,
.item-view .item-view-description ul li {
  position: relative;
  margin-bottom: 17px;
}
.item-view .item-view-text ul li:before,
.item-view .item-view-description ul li:before {
  content: '';
  width: 11px;
  height: 11px;
  background: #036883;
  display: inline-block;
  position: absolute;
  left: -31px;
  top: 4px;
}
.item-view .item-view-button {
  margin-bottom: 30px;
}
.item-view .item-view-description-more {
  color: #025368;
  font-size: 16px;
  padding-right: 98px;
}
.item-view .view-images {
  margin-bottom: 10px;
}
.item-view .item-view-files .item-view-files-title {
  font-size: 22px;
  margin-bottom: 40px;
  font-weight: bold;
  color: #025368;
}
.item-view .item-view-files .view-files-table {
  width: 100%;
  border-collapse: collapse;
}
.item-view .item-view-files .view-files-table th {
  color: #fff;
  background: #025368;
}
.item-view .item-view-files .view-files-table th,
.item-view .item-view-files .view-files-table td {
  width: 20%;
  padding: 15px 25px;
  font-weight: normal;
  font-size: 14px;
  text-align: center;
  border-right: 3px solid #fff;
}
.item-view .item-view-files .view-files-table th:first-child,
.item-view .item-view-files .view-files-table td:first-child {
  text-align: left;
  width: 50%;
}
.item-view .item-view-files .view-files-table th:last-child,
.item-view .item-view-files .view-files-table td:last-child {
  border-right: none;
}
.item-view .item-view-files .view-files-table tr:nth-child(odd) {
  background: #e6e6e6;
}
.item-view .item-view-files .view-files-table a {
  color: #036883;
  border-bottom: 1px solid #036883;
}
.item-view .item-view-files .view-files-table a:hover {
  color: #e7a200;
  border-bottom-color: #e7a200;
}
@media (max-width: 1199.98px) {
  .header .header-contacts .header-contacts-address {
    font-size: 12px;
  }
  .header .header-contacts .header-contacts-address svg {
    width: 20px;
  }
  .header .header-contacts .header-contacts-phone {
    padding-top: 10px;
  }
  .header .header-contacts .header-contacts-phone a span {
    font-size: 20px;
  }
  .header .header-contacts .header-contacts-phone svg {
    width: 20px;
  }
  .header .navigation ul li {
    margin: 0 14px;
  }
  .header .navigation ul li a {
    font-size: 13px;
  }
  .header .promo-slider .promo-slider-item {
    padding: 40px 100px 40px 85px;
  }
  .header .promo-slider .promo-slider-title {
    font-size: 33px;
  }
  .header .promo-block {
    padding: 15px 20px;
  }
  .header .promo-block .promo-block-title {
    font-size: 18px;
  }
  .header .promo-block .promo-block-description {
    font-size: 13px;
  }
  .header .promo {
    padding-bottom: 0;
  }
}
@media (max-width: 991.98px) {
  .header {
    margin-bottom: 10px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }
  .header .top-line {
    margin-bottom: 40px;
  }
  .header .logo {
    text-align: center;
    padding-top: 10px;
  }
  .header .logo img {
    position: relative;
    left: auto;
    top: auto;
  }
  .header .promo-block {
    padding: 20px 30px;
  }
  .header .promo-block .promo-block-title {
    font-size: 20px;
  }
  .header .promo-block .promo-block-description {
    font-size: 14px;
  }
  .header .promo-slider .promo-slider-item {
    padding: 30px 30px 60px 30px;
    height: auto;
  }
  .service {
    padding-top: 0;
    padding-bottom: 0;
  }
  .service .service-link {
    padding-left: 0;
  }
  .news {
    padding-top: 0;
    padding-left: 0;
    padding-bottom: 0;
    background: none;
  }
  .news:after {
    display: none;
  }
  .offer {
    padding-bottom: 5px;
  }
  .offer .offer-title {
    font-size: 20px;
  }
  .offer .offer-subtitle {
    font-size: 14px;
  }
  .offer .form-field {
    padding-top: 0;
    margin-bottom: 30px;
  }
  .offer .form-field label {
    position: relative;
    margin-bottom: 5px;
  }
  .footer .footer-bottom-line .footer-copyright {
    margin-bottom: 30px;
  }
  .footer .footer-bottom-line .footer-developers {
    text-align: left;
  }
  .item-view .item-view-description-more {
    padding-right: 0;
  }
}
@media (max-width: 767.98px) {
  .header .promo-block {
    height: auto;
  }
  .categories-home .page-title {
    font-size: 30px;
  }
  .home-content {
    margin-bottom: 50px;
  }
  .categories-item {
    min-height: auto;
  }
}
@media (max-width: 575.98px) {
  .h1,
  h1,
  .h2,
  h2,
  .h3,
  h3,
  .page-title {
    margin-bottom: 30px;
  }
  .header .promo-slider .promo-slider-content {
    border-left: 0;
    padding: 0;
  }
  .categories-home .page-title {
    font-size: 22px;
  }
  .service {
    margin-bottom: 30px;
  }
  .news {
    margin-bottom: 30px;
  }
  .news .page-title {
    margin-bottom: 30px;
  }
  .offer {
    margin-bottom: 50px;
  }
  .home-content h1,
  .home-content .h1 {
    margin-bottom: 30px;
  }
}