

/* Start:/css/flexslider.css?17023883147220*/
/*
 * jQuery FlexSlider v2.7.2
 * https://www.woocommerce.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 and later license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 *
 */
/* ====================================================================================================================
 * FONT-FACE
 * ====================================================================================================================*/
@font-face {
  font-family: 'flexslider-icon';
  src: url('/css/fonts/flexslider-icon.eot');
  src: url('/css/fonts/flexslider-icon.eot?#iefix') format('embedded-opentype'), url('/css/fonts/flexslider-icon.woff') format('woff'), url('/css/fonts/flexslider-icon.ttf') format('truetype'), url('/css/fonts/flexslider-icon.svg#flexslider-icon') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* ====================================================================================================================
 * RESETS
 * ====================================================================================================================*/
.flex-container a:hover,
.flex-slider a:hover {
  outline: none;
}
.slides,
.slides > li,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}
.flex-pauseplay span {
  text-transform: capitalize;
}
/* ====================================================================================================================
 * BASE STYLES
 * ====================================================================================================================*/
.flexslider {
  margin: 0;
  padding: 0;
}
.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
}
.flexslider .slides img {
  width: 100%;
  display: block;
}
.flexslider .slides:after {
  content: "\0020";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
html[xmlns] .flexslider .slides {
  display: block;
}
* html .flexslider .slides {
  height: 1%;
}
.no-js .flexslider .slides > li:first-child {
  display: block;
}
/* ====================================================================================================================
 * DEFAULT THEME
 * ====================================================================================================================*/
.flexslider {
  margin: 0 0 60px;
  background: #fff;
  border: 4px solid #fff;
  position: relative;
  zoom: 1;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
  -o-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
  box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
}
.flexslider .slides {
  zoom: 1;
}
.flexslider .slides img {
  height: auto;
  -moz-user-select: none;
}
.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.loading .flex-viewport {
  max-height: 300px;
}
@-moz-document url-prefix() {
  .loading .flex-viewport {
    max-height: none;
  }
}
.carousel li {
  margin-right: 5px;
}
.flex-direction-nav {
  *height: 0;
}
.flex-direction-nav a {
  text-decoration: none;
  display: block;
  width: 40px;
  height: 40px;
  margin: -20px 0 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  overflow: hidden;
  opacity: 0;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.flex-direction-nav a:before {
  font-family: "flexslider-icon";
  font-size: 40px;
  display: inline-block;
  content: '\f001';
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
}
.flex-direction-nav a.flex-next:before {
  content: '\f002';
}
.flex-direction-nav .flex-prev {
  left: -50px;
}
.flex-direction-nav .flex-next {
  right: -50px;
  text-align: right;
}
.flexslider:hover .flex-direction-nav .flex-prev {
  opacity: 0.7;
  left: 10px;
}
.flexslider:hover .flex-direction-nav .flex-prev:hover {
  opacity: 1;
}
.flexslider:hover .flex-direction-nav .flex-next {
  opacity: 0.7;
  right: 10px;
}
.flexslider:hover .flex-direction-nav .flex-next:hover {
  opacity: 1;
}
.flex-direction-nav .flex-disabled {
  opacity: 0!important;
  filter: alpha(opacity=0);
  cursor: default;
  z-index: -1;
}
.flex-pauseplay a {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 5px;
  left: 10px;
  opacity: 0.8;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: #000;
}
.flex-pauseplay a:before {
  font-family: "flexslider-icon";
  font-size: 20px;
  display: inline-block;
  content: '\f004';
}
.flex-pauseplay a:hover {
  opacity: 1;
}
.flex-pauseplay a.flex-play:before {
  content: '\f003';
}
.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: -40px;
  text-align: center;
}
.flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.flex-control-paging li a {
  width: 11px;
  height: 11px;
  display: block;
  background: #666;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  text-indent: -9999px;
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
.flex-control-paging li a:hover {
  background: #333;
  background: rgba(0, 0, 0, 0.7);
}
.flex-control-paging li a.flex-active {
  background: #000;
  background: rgba(0, 0, 0, 0.9);
  cursor: default;
}
.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden;
}
.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0;
}
.flex-control-thumbs img {
  width: 100%;
  height: auto;
  display: block;
  opacity: .7;
  cursor: pointer;
  -moz-user-select: none;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.flex-control-thumbs img:hover {
  opacity: 1;
}
.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default;
}
/* ====================================================================================================================
 * RESPONSIVE
 * ====================================================================================================================*/
@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 10px;
  }
  .flex-direction-nav .flex-next {
    opacity: 1;
    right: 10px;
  }
}

/* End */


/* Start:/css/map.css?170238831412978*/
.helper-hidden {
  display: none !important;
}

.button-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 48px;
  margin: 0;
  padding: 0;
  color: currentColor;
  line-height: 1;
  text-decoration: none;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 20px;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.button-item--filled {
  color: #0070b3;
  background-color: #e6f2ff;
}

@media (hover), (min-width: 0 \0), (min--moz-device-pixel-ratio: 0) {
  .button-item--filled:hover {
    color: #00588d;
    background-color: #ddeeff;
  }
}

/* RADIO START */
.c-radio {
  position: relative;
  display: block;
}

.c-radio__font--label {
  font-size: 16px;
}

.c-radio__input {
  display: none;
  pointer-events: none;
  -ms-touch-action: none;
  touch-action: none;
}

.c-radio__input:focus {
  outline: none;
}

.c-radio__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
  height: 40px;
  padding: 8px 18px;
  background-color: #e6f2ff;
  color: #456172;
  -webkit-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
}

.c-radio__input:checked + .c-radio__item {
  background-color: #0070b3;
  color: #ffffff;
}

.c-radio--disabled {
  opacity: 0.6;
  pointer-events: none;
  -ms-touch-action: none;
  touch-action: none;
}
/* RADIO END */

/* CONTROLS START */
.controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.controls__group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 12px;
  overflow: hidden;
}

.controls__group .c-radio {
  width: 130px;
}

.controls__group + .controls__group {
  margin-left: 24px;
}

@media screen and (max-width: 450px) {
  .controls {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .controls__group .c-radio {
	width: 100%;
  }
  .controls__group {
    width: 100%;
  }

  .controls__group select {
    width: 100%;
  }

  .controls__group + .controls__group {
    margin-left: 0;
    margin-top: 16px;
  }
}
/* CONTROLS END */

/* MAP START */
.c-map {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  visibility: hidden;
}

.c-map__loader {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  visibility: visible;
  opacity: 1;
  -webkit-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
  width: 80px;
  height: 80px;
  overflow: visible !important;
}

.c-map__head {
  margin-bottom: 18px;
  visibility: hidden;
  -webkit-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
}

.c-map__content {
  position: relative;
  overflow: hidden;
  border-radius: 40px;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
}

.c-map--ready .c-map__head {
  visibility: visible;
  opacity: 1;
}

.c-map--ready .c-map__content {
  visibility: visible;
  opacity: 1;
}

.c-map--ready .c-map__loader {
  visibility: hidden;
  opacity: 0;
}

.c-map__container {
  position: relative;
  width: 1280px;
  max-width: 1280px;
  height: 640px;
}

.c-map__container > ymaps {
  border-radius: 40px;
  overflow: hidden;
}

.c-map__aside {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  width: 320px;
  height: 100%;
  background-color: #e6f2ff;
  -webkit-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
  visibility: visible;
  opacity: 1;
}

.c-map__aside--hidden {
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
  visibility: hidden;
  opacity: 0;
}

.c-map__wrapper {
  position: relative;
  height: 100%;
  padding: 24px 24px 24px 32px;
  overflow: hidden auto;

  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
}

.c-map__wrapper::-webkit-scrollbar {
  display: none;
}

.c-map__wrapper--empty::before {
  content: 'Список пуст';
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 18px;
}

.c-map__button--open {
  position: absolute;
  left: 16px;
  top: 16px;
  width: 210px;
  padding: 12px 16px;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.c-map__button--close {
  position: absolute;
  left: calc(100% + 16px);
  top: 16px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
}

.c-map__button--close .c-map__icon--arrow {
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
  margin: 0;
}

.c-map__icon--arrow {
  width: 24px;
  height: 24px;
  margin-right: 4px;
}

.c-map__icon--cross {
  display: none;
  width: 24px;
  height: 24px;
}

.c-map__font--button {
  font-weight: 500;
  font-size: 16px;
  line-height: 1.5;
}

.c-map__title {
  display: none;
}

@media screen and (max-width: 1366px) {
  .c-map__container {
    width: 90vw;
  }
}

@media screen and (max-width: 450px) {
  /*.c-map__content {*/
  /*  position: static;*/
  /*}*/

  .c-map__container {
    /*position: static;*/
    width: 100%;
    height: 460px;
  }

  .c-map__aside {
    position: fixed;
    width: 100%;
    height: auto;
    max-height: 90%;
    left: 0;
    top: auto;
    bottom: 0;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    border-radius: 32px 32px 0 0;
    background-color: #fff;
    z-index: 50;
  }

  .c-map__aside--hidden {
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
  }

  .c-map__wrapper {
    padding: 24px;
    min-height: 600px;
    max-height: 80vh;
    overflow: hidden auto;
  }

  .c-map__title {
    display: block;
    margin-bottom: 32px;
  }

  .c-map__font--title {
    font-weight: 500;
    font-size: 24px;
    line-height: 1.2;
  }

  .c-map__button--close {
    left: auto;
    top: 16px;
    right: 16px;
    background-color: transparent;
    width: 24px;
    height: 24px;
    z-index: 10;
  }

  .c-map__icon--arrow {
    display: none;
  }

  .c-map__icon--cross {
    display: block;
  }
}
/* MAP END */

/* POINTS START */
.points__group + .points__group {
  margin-top: 40px;
}

.points__list {
  margin-top: 24px;
}

.points__item + .points__item {
  margin-top: 4px;
}

.points__font--title {
  font-weight: 500;
  font-size: 24px;
  text-transform: capitalize;
}
/* POINTS END */

/* POINT START */
.point {
  line-height: 1;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  padding: 8px 12px;
  border-radius: 20px;
}

.point--interactive {
  cursor: pointer;
}

@media (hover), (min-width: 0 \0), (min--moz-device-pixel-ratio: 0) {
  .point--interactive:hover {
    opacity: 0.5;
  }
}

.point__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 8px;
}

.point__icon--arrow {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  margin-right: 8px;
}

.point__body {
  padding-left: 32px;
  color: #456172;
}

.point__title {
  min-height: 24px;
  color: #142d3d;
}

.point__phone {
  margin-top: 2px;
}

.point__font--title {
  font-weight: 500;
  font-size: 18px;
  line-height: 1.3;
  text-transform: capitalize;
}

.point__font--address {
  font-size: 16px;
  line-height: 1.5;
}

.point__font--phone {
  font-size: 16px;
  line-height: 1.5;
}
/* POINT END */

/* LOADER START */

.loading circle {
  color: #1a8cff;
  -webkit-transform-origin: 3px 3px;
  -ms-transform-origin: 3px 3px;
  transform-origin: 3px 3px;
  -webkit-animation: opacity 1.2s linear infinite;
  animation: opacity 1.2s linear infinite;
  fill-opacity: 0;
  -webkit-animation-name: opacity;
  animation-name: opacity;
}

.loading circle:nth-child(1) {
  -webkit-transform: translate(50%, 50%) rotate(30deg) scale(0.9);
  -ms-transform: translate(50%, 50%) rotate(30deg) scale(0.9);
  transform: translate(50%, 50%) rotate(30deg) scale(0.9);
  -webkit-animation-delay: -0.1s;
  animation-delay: -0.1s;
}

.loading circle:nth-child(2) {
  -webkit-transform: translate(50%, 50%) rotate(60deg) scale(0.9);
  -ms-transform: translate(50%, 50%) rotate(60deg) scale(0.9);
  transform: translate(50%, 50%) rotate(60deg) scale(0.9);
  -webkit-animation-delay: -0.2s;
  animation-delay: -0.2s;
}

.loading circle:nth-child(3) {
  -webkit-transform: translate(50%, 50%) rotate(90deg) scale(0.9);
  -ms-transform: translate(50%, 50%) rotate(90deg) scale(0.9);
  transform: translate(50%, 50%) rotate(90deg) scale(0.9);
  -webkit-animation-delay: -0.3s;
  animation-delay: -0.3s;
}

.loading circle:nth-child(4) {
  -webkit-transform: translate(50%, 50%) rotate(120deg) scale(0.9);
  -ms-transform: translate(50%, 50%) rotate(120deg) scale(0.9);
  transform: translate(50%, 50%) rotate(120deg) scale(0.9);
  -webkit-animation-delay: -0.4s;
  animation-delay: -0.4s;
}

.loading circle:nth-child(5) {
  -webkit-transform: translate(50%, 50%) rotate(150deg) scale(0.9);
  -ms-transform: translate(50%, 50%) rotate(150deg) scale(0.9);
  transform: translate(50%, 50%) rotate(150deg) scale(0.9);
  -webkit-animation-delay: -0.5s;
  animation-delay: -0.5s;
}

.loading circle:nth-child(6) {
  -webkit-transform: translate(50%, 50%) rotate(180deg) scale(0.9);
  -ms-transform: translate(50%, 50%) rotate(180deg) scale(0.9);
  transform: translate(50%, 50%) rotate(180deg) scale(0.9);
  -webkit-animation-delay: -0.6s;
  animation-delay: -0.6s;
}

.loading circle:nth-child(7) {
  -webkit-transform: translate(50%, 50%) rotate(210deg) scale(0.9);
  -ms-transform: translate(50%, 50%) rotate(210deg) scale(0.9);
  transform: translate(50%, 50%) rotate(210deg) scale(0.9);
  -webkit-animation-delay: -0.7s;
  animation-delay: -0.7s;
}

.loading circle:nth-child(8) {
  -webkit-transform: translate(50%, 50%) rotate(240deg) scale(0.9);
  -ms-transform: translate(50%, 50%) rotate(240deg) scale(0.9);
  transform: translate(50%, 50%) rotate(240deg) scale(0.9);
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}

.loading circle:nth-child(9) {
  -webkit-transform: translate(50%, 50%) rotate(270deg) scale(0.9);
  -ms-transform: translate(50%, 50%) rotate(270deg) scale(0.9);
  transform: translate(50%, 50%) rotate(270deg) scale(0.9);
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

.loading circle:nth-child(10) {
  -webkit-transform: translate(50%, 50%) rotate(300deg) scale(0.9);
  -ms-transform: translate(50%, 50%) rotate(300deg) scale(0.9);
  transform: translate(50%, 50%) rotate(300deg) scale(0.9);
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}

.loading circle:nth-child(11) {
  -webkit-transform: translate(50%, 50%) rotate(330deg) scale(0.9);
  -ms-transform: translate(50%, 50%) rotate(330deg) scale(0.9);
  transform: translate(50%, 50%) rotate(330deg) scale(0.9);
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}

.loading circle:nth-child(12) {
  -webkit-transform: translate(50%, 50%) rotate(360deg) scale(0.9);
  -ms-transform: translate(50%, 50%) rotate(360deg) scale(0.9);
  transform: translate(50%, 50%) rotate(360deg) scale(0.9);
  -webkit-animation-delay: -1.2s;
  animation-delay: -1.2s;
}

@-webkit-keyframes opacity {
  3% {
    fill-opacity: 1;
  }

  75% {
    fill-opacity: 0;
  }
}

@keyframes opacity {
  3% {
    fill-opacity: 1;
  }

  75% {
    fill-opacity: 0;
  }
}
/* End */


/* Start:/css/style.css?17023883148431*/
@font-face{
	font-family:'golos';
	src:url('/css/Golos-Text_Regular.woff2') format('woff2'),url('/css/Golos-Text_Regular.woff') format('woff');
	font-weight:normal;
	font-style:normal
}
@font-face{
	font-family:'golos';
	src:url('/css/Golos-Text_Medium.woff2') format('woff2'),url('/css/Golos-Text_Medium.woff') format('woff');
	font-weight:500;
	font-style:normal
}
@font-face{
	font-family:'golos';
	src:url('/css/Golos-Text_DemiBold.woff2') format('woff2'),url('/css/Golos-Text_DemiBold.woff') format('woff');
	font-weight:600;
	font-style:normal
}
@font-face{
	font-family:'golos';
	src:url('/css/Golos-Text_Bold.woff2') format('woff2'),url('/css/fontsGolos-Text_Bold.woff') format('woff');
	font-weight:700;
font-style:normal
}

* {
    box-sizing: border-box;
}
body {
	display: flex;
	flex-direction: column;
	min-height: 100vh;
	font-family: 'golos', sans-serif;
	background-color: #F8FAFC;
	margin-top:10px;
	margin-left:0;
	margin-right:0;
	margin-bottom:0;
}
li {
	list-style: none;
}
}
a {
	text-decoration: none;
}
.container {
	display: flex;
	margin-left: auto;
	margin-right: auto;
	max-width: 1237px;
}
.cm-base-text {
	font-size: 16px;
	line-height: 24px;
}
.header__logo {
	margin-right: 121px;
}
.header__list {
	display: flex;
}
.header__item {
	margin-right: 40px;
}
.header__link {
	text-decoration: none;
	color: #142D3D;
}
.main {
	margin-bottom: 100px;
}
.tab__block {
	margin-left: auto;
	margin-right:auto;
	max-width:947px;
}
.error-page {
	margin-left: auto;
	margin-right:auto;
	max-width:515px;
	text-align: center;
}
.tab__list {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin-bottom: 20px;
}
.tab__item {
	margin-right: 32px;
}
.tab__link {
	text-decoration: none;
	color: #142D3D;
}
.tab__text {
	color: #456172;
}
.main__title {
	font-size: 56px;
	text-align: center;
	color: #142D3D;
	margin-top: 0;
}
.faq__list {

}
.faq__item {
	background-color: #E5F2FF;
	margin-bottom: 18px;
	padding: 32px;
	border-radius: 30px;
}
.faq__title {
	font-size: 18px;
    font-weight: 600;
    line-height: 32px;
    color: #142D3D;
}
.faq__text {
	line-height: 20px;
	color: #456172;
}
.footer {
	height: 480px;
	background-color: #E5F2FF;
	padding-top: 70px;
}
.footer__container {
	max-width: 1237px;
	margin-left: auto;
	margin-right: auto;
}
.footer__logo {
	margin-bottom: 40px;
}
.footer__row {
	display: flex;
	margin-bottom: 65px;
}
.footer__list {
	padding: 0;
	line-height: 34px;
	margin-top: 10px;
}
.footer__title {
	color: #142D3D;
	font-weight: 600;
}
.footer__link {
	color: #142D3D;
	text-decoration: none;
}
.copyright__text {
	color: #456172;
	font-size: 14px;
}
.error-page__title {
	font-weight: 600;
	font-size: 32px;
	color: #142D3D;
	margin-bottom: 15px;
}
.error-page__text {
	color: #456172;
	font-weight: 400;
	font-size: 18px;
	line-height: 24px;
}
.error-page__link {
    color: #FFFFFF;
    background: #0070B3;
    border-radius: 20px;
    text-decoration: none;
    padding: 12px 32px 12px 32px;
}
.top-nav {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  color: #142D3D;
  height: 50px;
  padding: 1em;
}

.menu {
  display: flex;
  flex-direction: row;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.menu > li {
  margin: 0 1rem;
  overflow: hidden;
}

.menu-button-container {
  display: none;
  height: 100%;
  width: 30px;
  cursor: pointer;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

#menu-toggle {
  display: none;
}

.menu-button,
.menu-button::before,
.menu-button::after {
  display: block;
  background-color: #142D3D;
  position: absolute;
  height: 4px;
  width: 30px;
  transition: transform 400ms cubic-bezier(0.23, 1, 0.32, 1);
  border-radius: 2px;
}

.menu-button::before {
  content: '';
  margin-top: -8px;
}

.menu-button::after {
  content: '';
  margin-top: 8px;
}

#menu-toggle:checked + .menu-button-container .menu-button::before {
  margin-top: 0px;
  transform: rotate(405deg);
}

#menu-toggle:checked + .menu-button-container .menu-button {
  background: rgba(255, 255, 255, 0);
}

#menu-toggle:checked + .menu-button-container .menu-button::after {
  margin-top: 0px;
  transform: rotate(-405deg);
}
.tab {
  overflow: hidden;
}
.tabcontent {
  display: none;
}
.tab button {
	border: none;
	background: none;
	font-size: 16px;
	margin: 5px 2px;
	color: #456172;
}
.tab button.active {
    background-color: #E6F2FF;
    color: #0070B3;
    padding: 8px 18px 8px 18px;
    border-radius: 17px;
    font-weight: 500;
}
@media (max-width: 960px) {
  .menu-button-container {
    display: flex;
  }
  .menu {
    position: absolute;
    top: 0;
    margin-top: 63px;
    left: 0;
    flex-direction: column;
    width: 100%;
    justify-content: center;
    align-items: center;
  }
  #menu-toggle ~ .menu li {
    height: 0;
    margin: 0;
    padding: 0;
    border: 0;
    transition: height 400ms cubic-bezier(0.23, 1, 0.32, 1);
  }
  #menu-toggle:checked ~ .menu li {
    height: 2.5em;
    padding: 0.5em;
    transition: height 400ms cubic-bezier(0.23, 1, 0.32, 1);
  }
  .menu > li {
    display: flex;
    justify-content: center;
    margin: 0;
    padding: 0.5em 0;
    width: 100%;
    color: #0070B3;
    background-color: #E6F2FF;
  }
  .menu > li:not(:last-child) {
    border-bottom: 1px solid #444;
  }
}
@media(min-width: 320px) {
	.error-page__link {
    	padding: 12px 90px 12px 90px;
	}
	.error-page {
		max-width: 276px;
	}
	.header__list {
		display: block;
	}
	.header-block {
		display: none;
	}
	.footer__column {
		width: auto;
	}
	.footer {
		height: 900px;
		padding-top: 40px;
	}
	.footer__row {
		display: block;
	}
	.footer__container {
		margin-left: 10px;
	}
	.tab__block {
		padding-left: 15px;
		padding-right: 15px;
	}
	.faq__title {
		line-height: 22px;
	}
	.main__title {
		font-size: 34px;
	}
	.footer-block-desktop {
		display: none;
	}
	.footer-block-mobile {
		display: block;
	}
	.tab-block-desktop {
		display: none;
	}
	.header-block-desktop {
		display: none;
	}
	.header-block-laptop {
		display: none;	
	}
	.header-block-mobile {
		display: block;
	}
		.tab__item {
		text-align: center;
	}
}
@media(min-width: 728px) {
	.error-page__link {
    	padding: 12px 32px 12px 32px;
	}
	.error-page {
		max-width: 460px;
	}
	.tab__list {
		flex-direction: inherit;
	}
	.footer-block-desktop {
		display: flex;
	}
	.header__list {
		display: flex;
	}
	.footer-block-mobile {
		display: none !important;
	}
	.header-block-desktop {
		display: none;
	}
	.header-block-mobile {
		display: block;
	}
	.footer__container {
		margin-left: auto;
	}
	.footer__container {
		max-width: 716px;
	}
	.tab__block {
		padding-left: 0px;
		padding-right: 0px;
		max-width: 716px;
	}
	.footer__row {
		display: flex;
	}
	.footer__column {
		width: 25%;
		margin-right: 0;
	}
	.footer__logo {
		max-width: 200px;
    	margin-left: 0;
    	margin-right: 0;
	}
	.footer {
		padding-top: 50px;
		height: 510px;
	}
	.copyright {
		display: flex;
    	flex-wrap: wrap;
	}
	.copyright__text {
		margin-top: 18px;
	}
	.faq__title {
		line-height: 32px;
	}
	.main__title {
		font-size: 64px;
	}
	.tab__item {
		text-align: inherit;
	}
}
@media(min-width: 960px) {
	.tab button {
		margin: 0;
	}
	.error-page {
		max-width: 515px;
	}
	.footer__container {
		max-width: 924px;
	}
	.tab__block {
		max-width: 924px;
	}
	.tab-block-desktop {
		display: flex;
	}
	.header-block-laptop {
		display: block;	
	}
	.header-block-mobile {
		display: none;
	}
	.header__logo {
		margin-right: 0px;
	}
}
@media(min-width: 1025px) {
	.header-block-desktop {
		display: block;
	}
	.header-block-laptop {
		display: none;
	}	
	.header-block-mobile {
		display: none;
	}
}
@media(min-width: 1330px) {
	.copyright {
		display: block;
	}
	.copyright__text {
		margin-top: 0;
	}
	.footer__column {
		width: auto;
		margin-right: 120px;
	}
	.footer__column-prlast {
		margin-right: 471px;
	}
	.footer__column-last {
		margin-right: 0;
	}
	.footer__container {
		max-width: 1237px;
	}
}
/* End */
/* /css/flexslider.css?17023883147220 */
/* /css/map.css?170238831412978 */
/* /css/style.css?17023883148431 */
