@font-face {
  font-family: "robotocondensed-bold";
  src: url('../fonts/robotocondensed-bold/robotocondensed-bold.eot');
  src: url('../fonts/robotocondensed-bold/robotocondensed-bold.eot?#iefix') format('embedded-opentype'), url('../fonts/robotocondensed-bold/robotocondensed-bold.woff') format('woff'), url('../fonts/robotocondensed-bold/robotocondensed-bold.ttf') format('truetype'), url('../fonts/robotocondensed-bold/robotocondensed-bold.svg#robotocondensed-bold') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "robotocondensed-light";
  src: url('../fonts/robotocondensed-light/robotocondensed-light.eot');
  src: url('../fonts/robotocondensed-light/robotocondensed-light.eot?#iefix') format('embedded-opentype'), url('../fonts/robotocondensed-light/robotocondensed-light.woff') format('woff'), url('../fonts/robotocondensed-light/robotocondensed-light.ttf') format('truetype'), url('../fonts/robotocondensed-light/robotocondensed-light.svg#robotocondensed-light') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "robotocondensed-regular";
  src: url('../fonts/robotocondensed-regular/robotocondensed-regular.eot');
  src: url('../fonts/robotocondensed-regular/robotocondensed-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/robotocondensed-regular/robotocondensed-regular.woff') format('woff'), url('../fonts/robotocondensed-regular/robotocondensed-regular.ttf') format('truetype'), url('../fonts/robotocondensed-regular/robotocondensed-regular.svg#robotocondensed-regular') format('svg');
  font-weight: normal;
  font-style: normal;
}

html {
  height: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

*,
*:before,
*:after {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
  outline: none;
}

body {
  width: 100%;
  min-width: 320px;
  font-size: 16px;
  font-family: sans-serif;
  background: #fff;
  font-family: "robotocondensed-regular", sans-serif;
  font-size: 19px;
  line-height: 1.5;
  color: #333;
  overflow-x: hidden;
}

p {
  margin-bottom: 20px;
}

li {
  list-style: none;
}

a {
  text-decoration: none;
}

img {
  vertical-align: middle;
  border: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

br {
  clear: both;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

.cf {
  zoom: 1;
}

.cf:before,
.cf:after {
  content: "";
  display: table;
}

.cf:after {
  clear: both;
}

.hidden,
[hidden] {
  display: none !important;
}

.img-adp,
.iframe-adp {
  max-width: 100%;
  height: auto;
  display: block;
  margin: auto;
}

.wrap {
  zoom: 1;
  width: 1140px;
  margin: 0 auto;
  height: 100%;
  -webkit-transition: width .3s;
  -o-transition: width .3s;
  transition: width .3s;
}


/* H1, H2, H3, H4
======================*/

h1,
.h1 {
  font-family: "robotocondensed-bold", sans-serif;
  font-size: 46px;
  line-height: 1;
  color: #000;
  text-align: center;
  padding-top: 90px;
  margin-bottom: 40px;
}

.h1-white {
  color: #fff;
}

h1 span.green,
.h1 span.green {
  position: relative;
}

h1 span.white,
.h1 span.white {
  position: relative;
}

h2,
.h2 {
  font-family: "robotocondensed-bold", sans-serif;
  font-size: 22px;
  line-height: 1.4;
  color: #333333;
}

h3,
.h3 {
  font-family: "robotocondensed-bold", sans-serif;
  font-size: 26px;
  line-height: 1.07;
  color: #3265A6;
  padding: 25px 0;
  text-align: center;
}


/* text-style
===================== */

.txt-italic {
  font-style: italic;
}


/* BUTTON
======================*/

.btn {
  display: inline-block;
  cursor: pointer;
  padding: 9px 26px 9px;
  background: #3265A6;
  font-family: "robotocondensed-light", sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 1;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

.btn:hover {
  background: #3E7ED1;
}

.btn:active {
  background: #3E7ED1;
}


/* MORE
================================*/

.more {
  position: absolute;
  z-index: 1;
  display: inline-block;
  bottom: -23px;
  padding: 10px 40px;
  background: #3265A6;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  color: #fff;
}

.more-arrow {
  margin-left: 10px;
}


/* loupe
========================*/

.loupe {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  background: rgba(50, 101, 166, 0.9) url(/images/icons/loupe.svg) no-repeat center;
}


/* input
==========================*/

.form-head {
  margin-bottom: 20px;
}

input[type="text"],
input[type="email"],
textarea {
  width: 100%;
  border: 2px solid #d2d2d2;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background: #fff;
  color: #000;
  padding: 15px 12px;
  margin-bottom: 20px;
}

input[type="text"]:focus::-webkit-input-placeholder,
input[type="email"]:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
  color: transparent;
}

input[type="text"]:focus::-moz-placeholder,
input[type="email"]:focus::-moz-placeholder,
textarea:focus::-moz-placeholder {
  color: transparent;
}

input[type="text"]:focus:-moz-placeholder,
input[type="email"]:focus:-moz-placeholder,
textarea:focus:-moz-placeholder {
  color: transparent;
}

input[type="text"]:focus:-ms-input-placeholder,
input[type="email"]:focus:-ms-input-placeholder,
textarea:focus:-ms-input-placeholder {
  color: transparent;
}

input[type="text"].error,
input[type="email"].error,
textarea.error {
  border: 2px solid red;
}

textarea {
  resize: none;
  height: 195px;
}

input[type="submit"],
.form-ok button {
  display: inline-block;
  cursor: pointer;
  padding: 9px 26px 9px;
  background: #3265A6;
  font-family: "robotocondensed-light", sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 1;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  border: none;
  position: relative;
  font-family: "robotocondensed-bold", sans-serif;
  font-size: 22px;
  padding: 20px 25px;
  margin-bottom: 20px;
}

input[type="submit"]:hover,
.form-ok button:hover {
  background: #3E7ED1;
}

input[type="submit"]:active,
.form-ok button:active {
  background: #3E7ED1;
}


/*Form*/

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

.form-ok h2 {
  font-family: "robotocondensed-bold", sans-serif;
  color: #3265A6;
  font-size: 36px;
  margin-bottom: 20px;
}

.form-ok button {
  display: block;
  padding: 20px 75px;
  margin-top: 20px;
}


/* Bunk
==========================*/

.bunk {
  zoom: 1;
}

.bunk:before,
.bunk:after {
  content: "";
  display: table;
}

.bunk:after {
  clear: both;
}

.bunk__item {
  position: relative;
  width: 30.5%;
  float: left;
  display: block;
  border: 2px solid #e9ebeb;
  margin-right: 20px;
  margin-bottom: 20px;
}

.bunk__inner {
  height: 0;
  padding-bottom: 100%;
}

.bunk__inner img {
  width: 90%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}


/* Opem mobil menu
===========================================*/

.burger {
  display: none;
}


/* funseebox
========================================*/

#fancybox-loading,
.fancybox-close,
.fancybox-prev span,
.fancybox-next span {
  background-image: url('/images/fancybox/fancybox_sprite.png');
}

#fancybox-loading div {
  background: url('/images/fancybox/fancybox_loading.gif') center center no-repeat;
}

.fancybox-nav {
  background: transparent url('/images/fancybox/blank.gif');
  /* helps IE */
}

.fancybox-overlay {
  background: url('/images/fancybox/fancybox_overlay.png');
}


/* HEADER
===========================*/

.header {
  width: 100%;
  height: 95px;
  overflow: hidden;
  -webkit-box-shadow: 0px 5px 3px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 5px 3px 0px rgba(0, 0, 0, 0.3);
}

.header .wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}


/* CONTACT
============================*/

.contact {
  float: right;
  text-align: right;
  padding-top: 20px;
}

.contact.mobil {
  display: block;
  width: 100%;
  float: none;
  text-align: center;
}

.tel {
  font-size: 24px;
  line-height: 1;
  color: #000;
}

.tab-wrap {
  zoom: 1;
  width: 100%;
}

.tab-wrap:before,
.tab-wrap:after {
  content: "";
  display: table;
}

.tab-wrap:after {
  clear: both;
}

.tab-content-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.tab-content-wrap .form-wrap {
  background: #fff;
  width: 340px;
  text-align: center;
}

.tab-content-wrap .form-wrap form {
  border: 2px solid #e9ebeb;
  padding-left: 25px;
  padding-right: 25px;
}

.tab-list {
  zoom: 1;
  margin-top: -40px;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 30px;
}

.tab-list:before,
.tab-list:after {
  content: "";
  display: table;
}

.tab-list:after {
  clear: both;
}

.tab-list__item {
  width: 33.333333%;
  height: 73px;
  background: #e2e2e2;
  text-align: center;
  padding-top: 25px;
  cursor: pointer;
}

.tab-list__item:hover {
  background: #3E7ED1;
  color: #fff;
}

.tab-list__item.active {
  background: #3265A6;
}

.tab-list__item.active span {
  color: #fff;
}

.tab-list__item span {
  color: #000;
  font-size: 24px;
  line-height: 1;
}

.tab-content {
  width: 100%;
}

.tab-content__item {
  display: none;
  background: #fff;
  padding: 39px;
  overflow: hidden;
}

.tab-content__item.active {
  display: block;
}

.carousel-wrap {
  position: relative;
}

.carousel-arrow {
  width: 37px;
  height: 84px;
  position: absolute;
  z-index: 1;
  top: 55px;
  cursor: pointer;
}

.carousel-arrow.left {
  left: 15px;
  background: rgba(50, 101, 166, 0.4) url(../images/icons/left-arrow.svg) no-repeat center;
}

.carousel-arrow.right {
  right: 15px;
  background: rgba(50, 101, 166, 0.4) url(../images/icons/right-arrow.svg) no-repeat center;
}

.carousel-layout {
  width: 100%;
  background: #e2e2e2;
  height: 470px;
  overflow: hidden;
}

.carousel-top {
  zoom: 1;
  background: #fff;
  width: 100%;
  height: 100%;
}

.carousel-top:before,
.carousel-top:after {
  content: "";
  display: table;
}

.carousel-top:after {
  clear: both;
}

.carousel-top__item {
  position: relative;
}

.carousel-top__item img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
}

.carousel-box {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: -50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  padding: 25px 20px 50px;
  text-align: center;
}

.carousel-box span {
  font-size: 32px;
  line-height: 1.2;
  color: #fff;
  font-weight: 700;
}

.slick-dots {
  zoom: 1;
  display: block;
  margin-top: -45px;
  position: relative;
  z-index: 1;
  text-align: center;
}

.slick-dots:before,
.slick-dots:after {
  content: "";
  display: table;
}

.slick-dots:after {
  clear: both;
}

.slick-dots li {
  display: inline-block;
  font-size: 0;
}

.slick-dots li.slick-active button {
  background: #000;
}

.slick-dots li button {
  border: none;
  width: 12px;
  height: 12px;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  background: #d6d6d6;
  margin: 0 6px;
}

.plus {
  zoom: 1;
  padding-top: 45px;
  padding-bottom: 50px;
}

.plus:before,
.plus:after {
  content: "";
  display: table;
}

.plus:after {
  clear: both;
}

.plus__item {
  width: 240px;
  float: left;
  text-align: center;
  margin-right: 5%;
  margin-bottom: 50px;
}

.plus__item:nth-child(4n) {
  margin-right: 0;
}

.plus__item span {
  line-height: 1;
}

.plus__inner {
  margin-bottom: 23px;
}

.infrastructure-layout {
  background: #0db288;
  width: 100%;
}

.mesto {
  padding: 20px 0;
  text-align: center;
}

.mesto span {
  display: inline-block;
  font-family: "robotocondensed-bold", sans-serif;
  margin-right: 30px;
}

.plan-layout {
  padding-bottom: 60px;
}

.plan-list {
  zoom: 1;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.plan-list:before,
.plan-list:after {
  content: "";
  display: table;
}

.plan-list:after {
  clear: both;
}

.plan {
  width: calc(25% - 30px);
  margin-right: 30px;
  margin-bottom: 30px;
  padding-bottom: 30px;
  border: 2px solid #e9ebeb;
  background: #fff;
  text-align: center;
  position: relative;
}

.plan span {
  color: #333;
}

.plan_btn:hover {
  border: 2px solid #e9ebeb !important;
}

.plan_btn .plan__inner {
  position: absolute;
  text-align: center;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  margin: 0;
}

.plan_btn .plan__inner img {
  width: 141px;
  margin: 0 auto 35px;
}

.plan:hover {
  border-color: #3E7ED1;
}

.plan__inner {
  width: 89.35%;
  position: relative;
  margin: 50px auto 30px;
}

.plan__img {
  display: block;
  width: 100%;
  height: auto;
}

.about-layout {
  width: 100%;
  padding-bottom: 60px;
}

.about {
  background: #fff;
}

.about__img {
  width: 100%;
  height: auto;
}

.about__inner {
  padding: 45px;
}


/* Document
==========================*/

.doc-layout {
  position: relative;
}

.doc-wrap {
  width: 100%;
  position: relative;
  border-top: none;
  overflow: hidden;
  height: 160px;
  padding-bottom: 40px;
  -webkit-transition: height 0.3s;
  -o-transition: height 0.3s;
  transition: height 0.3s;
}

.doc-wrap.open {
  height: -webkit-calc(260px + 200px);
  height: calc(260px + 200px);
}

.doc {
  zoom: 1;
  width: 100%;
}

.doc:before,
.doc:after {
  content: "";
  display: table;
}

.doc:after {
  clear: both;
}

.doc__item {
  float: left;
  width: 27.05%;
  height: 105px;
  margin-top: 45px;
  margin-left: 65px;
  padding-left: 65px;
}

.doc__link {
  color: #000;
  position: relative;
}

.doc__link::after {
  content: '';
  width: 40px;
  height: 49px;
  background: url('https://dummyimage.com/40x49/') no-repeat;
  position: absolute;
  opacity: 0.5;
  top: 2px;
  left: -65px;
}

.doc__link:hover:after {
  opacity: 1;
}

.carousel-blog {
  zoom: 1;
  width: 100%;
  padding-bottom: 50px;
}

.carousel-blog:before,
.carousel-blog:after {
  content: "";
  display: table;
}

.carousel-blog:after {
  clear: both;
}

.carousel-blog__item {
  float: left;
  text-align: center;
  margin: 0 15px;
}

.carousel-blog__inner {
  display: block;
  position: relative;
}

.carousel-blog__inner:hover .loupe {
  display: block;
}

.carousel-blog__img {
  width: 100%;
  height: auto;
}

.carousel-blog__date {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 16px;
  color: #818181;
  line-height: 1;
}

.buy-layout {
  padding-bottom: 60px;
}

.buy-layout h1 {
  padding-bottom: 65px;
}

.buy-layout .tab-list__item {
  width: 25%;
}

.buy-layout .tab-content {
  width: -webkit-calc(100% - 340px);
  width: calc(100% - 340px);
}

.buy-layout .tab-content__item {
  border-top: none;
  border-right: none;
  height: 100%;
}

.buy-layout article img {
  width: 109px;
  height: auto;
}


/* guarant
======================*/

.garant-wrap {
  width: 100%;
  border: 2px dashed #86d9c4;
  border-top: none;
}

.garant-wrap h1 {
  padding-top: 46px;
  padding-bottom: 40px;
  margin-bottom: 0;
}

.garant {
  zoom: 1;
}

.garant:before,
.garant:after {
  content: "";
  display: table;
}

.garant:after {
  clear: both;
}

.garant__item {
  width: 50%;
  float: left;
  text-align: center;
  font-family: "robotocondensed-bold", sans-serif;
  margin-bottom: 60px;
}

.garant__item img {
  margin-bottom: 20px;
}

.footer {
  background: #666;
}

.footer__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 40px 0 45px;
}

.footer .copy-text {
  text-align: center;
  font-size: 12px;
  line-height: 1;
  margin-bottom: 10px;
}

.footer-loc {
  width: 253px;
  line-height: 1.4;
}

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

.footer-center .footer__logo {
  margin-bottom: 25px;
}

.footer-center .social__link {
  margin: 0 8px;
}

.footer-devel {
  background: #e2e2e2;
}

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

.copy {
  float: left;
  color: #000;
  font-size: 16px;
  line-height: 1;
}

.devel {
  float: right;
  overflow: hidden;
}

.devel__img {
  margin: -2px 5px 0;
}

.devel a {
  font-size: 16px !important;
  line-height: 1;
  color: #000 !important;
}

.devel a:hover {
  text-decoration: underline;
}

article {
  margin-bottom: 25px;
  zoom: 1;
}

article:before,
article:after {
  content: "";
  display: table;
}

article:after {
  clear: both;
}

article .left {
  float: left;
  width: 140px;
}

article .right {
  text-align: center;
  padding-top: 20px;
}

article h2+p {
  margin-top: 40px;
}

article img {
  width: 100%;
  height: auto;
}

.form-line {
  background: #e2e2e2;
  padding: 60px 0;
}

.form-line .wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.form__text {
  margin-right: 30px;
}

.form-text {
  font-weight: 600;
}

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

.form__input input {
  width: 200px;
  margin-bottom: 0;
  margin-right: 30px;
}

.form__input .btn {
  width: 270px;
  border: 0;
  height: 58px;
}

.police {
  font-size: 14px;
}

.police span {
  text-decoration: underline;
}

.form-line2 {
  background: #e2e2e2;
  padding: 40px 0;
}

.form-line2 .form-text {
  font-size: 35px;
}

.form-line2 .form-text span {
  font-size: 20px;
}

.form select {
  border: 2px solid #d2d2d2;
  border-radius: 5px;
  background: #fff;
  color: #000;
  height: 60px;
  width: 300px;
  padding-left: 15px;
}

.form-line2 {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.form-line2 .form__input {
  margin: 30px 0;
}

.form-line2 input {
  width: 27%;
}

.form-line2 .form__input2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.form-line2 .form__input2 input {
  width: auto;
}

.form-line2 .form__input2 button {
  margin-left: auto;
  border: 0;
}

.about-layout p {
  text-align: center;
}

.form-wrap .police {
  margin-bottom: 20px;
  display: inline-block;
}

.bunk__item p {
  text-align: center;
  position: absolute;
  bottom: -10px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

.footer-devel a {
  text-decoration: underline;
  margin-left: 10px;
  margin-right: 10px;
  text-decoration: underline;
  font-size: 13px;
  color: blue;
  line-height: 1;
}

.footer-devel .wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 80px;
}

.footer__inner {
  position: relative;
  height: 260px;
  padding: 40px 0;
}

.footer-text {
  position: absolute;
  top: 20px;
  right: 0;
  background: #fff;
  padding: 40px;
  text-align: center;
  font-size: 14px;
  line-height: 20px;
  color: #000;
}

.footer-text span {
  font-size: 30px;
  line-height: 40px;
  font-weight: 700;
}

.map {
  padding-top: 30px;
  font-size: 30px;
  color: #fff;
  font-weight: 700;
}

.pin {
  position: absolute;
  top: 30%;
  left: 40%;
}

#form-call .police {
  margin-bottom: 20px;
  display: block;
}