html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}

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

input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.style {
  -moz-transition: all 0.4s ease 0.1s;
  -o-transition: all 0.4s ease 0.1s;
  -ms-transition: all 0.4s ease 0.1s;
  -webkit-transition: all 0.4s ease 0.1s;
  transition: all 0.4s ease 0.1s;
}

.style {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.style::-webkit-input-placeholder {
  font-size: 15px;
  color: rgba(255, 220, 46, 0.55);
}

.style::-moz-placeholder {
  font-size: 15px;
  color: rgba(255, 220, 46, 0.55);
}

.style:-moz-placeholder {
  font-size: 15px;
  color: rgba(255, 220, 46, 0.55);
}

.style:-ms-input-placeholder {
  font-size: 15px;
  color: rgba(255, 220, 46, 0.55);
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  opacity: 1;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
  opacity: 1;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
  opacity: 1;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  opacity: 1;
}

input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
  opacity: 0.7;
}

input:focus::-moz-placeholder,
textarea:focus::-moz-placeholder {
  opacity: 0.7;
}

input:focus:-moz-placeholder,
textarea:focus:-moz-placeholder {
  opacity: 0.7;
}

input:focus:-ms-input-placeholder,
textarea:focus:-ms-input-placeholder {
  opacity: 0.7;
}

.style {
  -o-background-size: 100% 100%;
  -webkit-background-size: 100% 100%;
  -khtml-background-size: 100% 100%;
  -moz-background-size: 100% 100%;
  background-size: 100% 100%;
}

html {
  margin: 0;
  outline: 0 none;
  font-size: 10px;
  position: relative;
  height: 100%;
}

body {
  font-family: "Roboto", sans-serif;
  font-size: 1.6rem;
  font-weight: 300;
  color: #413e3e;
  height: 100%;
  margin: 0;
  position: relative;
  background: #fff;
  line-height: 1.7;
  opacity: 1;
  overflow-x: auto;
  -moz-transition: all 0.4s ease 0.1s;
  -o-transition: all 0.4s ease 0.1s;
  -ms-transition: all 0.4s ease 0.1s;
  -webkit-transition: all 0.4s ease 0.1s;
  transition: all 0.4s ease 0.1s;
}

em {
  font-style: italic;
}

button,
select {
  font-family: "Roboto", sans-serif;
}

.row {
  width: 100%;
  background: #fff;
  margin: auto;
}

.row .content {
  max-width: 1270px;
  margin: auto;
  overflow: hidden;
  width: 96%;
}

* {
  outline: none;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

strong,
b {
  font-weight: 500;
}

a {
  text-decoration: none;
  color: #413e3e;
}

p {
  padding: 10px 0;
}

img {
  max-width: 100%;
}

h1,
.h1 {
  font-size: 3rem;
  line-height: 50px;
  font-weight: 300;
  margin: 15px 0;
  font-family: "Fira Sans Condensed", sans-serif;
}

h2,
.h2 {
  font-size: 2.1rem;
  line-height: 35px;
  font-weight: 300;
}

h3,
.h3 {
  font-size: 2.0rem;
  line-height: 40px;
  font-weight: 300;
  margin: 20px 0 10px 0;
}

h4 {
  font-size: 1.7rem;
  text-transform: uppercase;
  border-bottom: 1px solid #4b67ab;
  color: #4b67ab;
  margin: 20px 0 0 0;
  font-weight: 400;
}

ul {
  margin: 0;
}

.home-img .center-block .form form.callback input {
  display: block;
  font-size: 1.8rem;
  padding: 15px 10px;
  border: none;
  outline: none;
  color: #474747;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  margin: 15px 0;
  width: 100%;
}

.home-img .center-block .form form.callback input::-webkit-input-placeholder {
  font-size: 15px;
  color: #585858;
}

.home-img .center-block .form form.callback input::-moz-placeholder {
  font-size: 15px;
  color: #585858;
}

.home-img .center-block .form form.callback input:-moz-placeholder {
  font-size: 15px;
  color: #585858;
}

.home-img .center-block .form form.callback input:-ms-input-placeholder {
  font-size: 15px;
  color: #585858;
}

.home-img .center-block .form form.callback button,
.home-img .center-block .form form.callback .pay {
  border: none;
  outline: none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  display: block;
  background: #3aa3e0;
  color: #ffffff;
  font-weight: 400;
  font-size: 1.6rem;
  padding: 18px 30px;
  text-transform: uppercase;
  cursor: pointer;
  margin: 15px 0;
  -moz-transition: all 0.4s ease 0.1s;
  -o-transition: all 0.4s ease 0.1s;
  -ms-transition: all 0.4s ease 0.1s;
  -webkit-transition: all 0.4s ease 0.1s;
  transition: all 0.4s ease 0.1s;
}

.home-img .center-block .form form.callback button:hover,
.home-img .center-block .form form.callback .pay:hover {
  background: #2d83b4;
}

blockquote {
  padding-left: 40px;
  margin: 15px 0;
}

.black {
  background: #22262B;
  color: #ffffff;
}

.black .phone {
  background: url("../svg/telephone.svg?v=1.0") no-repeat scroll center left/auto 50%;
  margin: 0 15px;
  padding: 6px 0 5px 31px;
  font-size: 2.0rem;
}

.nav {
  -ms-box-orient: horizontal;
  display: -ms-flexbox;
  display: -moz-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-pack: multiple;
  -moz-box-pack: multiple;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
}

.blue {
  box-shadow: 1px 2px 4px 0px rgba(0, 0, 0, 0.188);
  background: #3aa3e0;
  color: #ffffff;
  -ms-box-orient: horizontal;
  display: -ms-flexbox;
  display: -moz-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-pack: multiple;
  -moz-box-pack: multiple;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 8px 25px;
}

.blue .menu-lang li {
  display: inline-block;
  font-weight: 500;
}

.blue .menu-lang li a {
  color: #fff;
  margin-left: 5px;
}

.blue .logo a {
  font-size: 2.7rem;
  line-height: 61px;
  letter-spacing: 2px;
}

.blue .logo a span {
  font-weight: 700;
  color: rgba(0, 0, 0, 0.5);
}

.blue .menu li {
  display: inline-block;
  vertical-align: middle;
}

.blue .menu li:last-child {
  margin-right: 10px;
}

.blue .menu li:last-child a {
  background: url("../svg/home.svg?v=1.0") no-repeat scroll center center/auto 70%;
  width: 47px;
  height: 40px;
  padding: 10px;
  position: relative;
  top: -5px;
}

.blue .menu li:last-child a:hover {
  background: rgba(0, 0, 0, 0.1) url("../svg/home.svg?v=1.0") no-repeat scroll center center/auto 70%;
}

.blue .menu li a {
  font-size: 1.5rem;
  color: #ffffff;
  padding: 10px;
  display: block;
  text-transform: uppercase;
  -moz-transition: all 0.4s ease 0.1s;
  -o-transition: all 0.4s ease 0.1s;
  -ms-transition: all 0.4s ease 0.1s;
  -webkit-transition: all 0.4s ease 0.1s;
  transition: all 0.4s ease 0.1s;
}

.blue .menu li a:hover {
  background: rgba(0, 0, 0, 0.1);
}

.home-img {
  min-height: 546px;
  background: rgba(0, 0, 0, 0.1) url("../img/header-bg.jpg    ") no-repeat scroll center center/auto auto;
  background-size: cover;
  -ms-box-orient: horizontal;
  display: -ms-flexbox;
  display: -moz-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.home-img .center-block {
  -ms-box-orient: horizontal;
  display: -ms-flexbox;
  display: -moz-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-pack: multiple;
  -moz-box-pack: multiple;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 1028px;
  margin: 20px;
  max-width: 100%;
}

.home-img .center-block > div {
  padding: 20px 20px 0px 20px;
  width: 50%;
  min-width: 492px;
}

.home-img .center-block .text {
  background: #3aa3e0;
  font-size: 3.0rem;
  font-weight: 300;
  line-height: 40px;
}

.home-img .center-block .text p {
  font-size: 3.6rem;
  color: #ffffff;
  line-height: 30px;
  margin-bottom: 20px;
}

.home-img .center-block .text span {
  color: #ffffff;
  font-weight: 300;
}

.home-img .center-block .text .icon {
  margin-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.259);
}

.home-img .center-block .text .icon a {
  margin: 5px;
  width: 50px;
  height: 50px;
  display: inline-block;
  -moz-transition: all 0.4s ease 0.1s;
  -o-transition: all 0.4s ease 0.1s;
  -ms-transition: all 0.4s ease 0.1s;
  -webkit-transition: all 0.4s ease 0.1s;
  transition: all 0.4s ease 0.1s;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
}

.home-img .center-block .text .icon .auto {
  background: transparent url("../svg/icon.svg?v=1.0") no-repeat scroll center center/auto 70%;
}

.home-img .center-block .text .icon .auto:hover {
  background: rgba(0, 0, 0, 0.2) url("../svg/icon.svg?v=1.0") no-repeat scroll center center/auto 70%;
}

.home-img .center-block .text .icon .medical {
  background: transparent url("../svg/heartbeat.svg?v=1.0") no-repeat scroll center center/auto 70%;
}

.home-img .center-block .text .icon .medical:hover {
  background: rgba(0, 0, 0, 0.2) url("../svg/heartbeat.svg?v=1.0") no-repeat scroll center center/auto 70%;
}

.home-img .center-block .text .icon .home {
  background: transparent url("../svg/home.svg?v=1.0") no-repeat scroll center center/auto 70%;
}

.home-img .center-block .text .icon .home:hover {
  background: rgba(0, 0, 0, 0.2) url("../svg/home.svg?v=1.0") no-repeat scroll center center/auto 70%;
}

.home-img .center-block .form {
  background: #22262b;
  color: #ffffff;
}

.home-img .center-block .form .title {
  font-size: 3.0rem;
  font-weight: 200;
}

.home-img .center-block .form .title span {
  font-weight: 400;
  color: #3aa3e0;
}

.home-img .center-block .form p {
  color: #a9abad;
}

.home-img .center-block .form form.callback {
  text-align: left;
}

.home-img .center-block .form form.callback button {
  display: inline-block;
}

.home-img .center-block .form form.callback .pay {
  display: inline-block;
  padding: 14px;
  float: right;
}

.map iframe {
  display: block;
}

footer.row {
  color: #ffffff;
  background: #2b2a33;
}

footer.row .moduleBlock {
  padding: 30px;
}

footer.row .moduleBlock .title {
  font-size: 2.5rem;
  margin-bottom: 20px;
}

footer.row .moduleBlock a {
  color: #ffffff;
}

footer.row .moduleBlock ul {
  margin-left: 30px;
}

footer.row .moduleBlock li:last-child {
  list-style: none;
}

footer.row .content > div {
  -ms-box-orient: horizontal;
  display: -ms-flexbox;
  display: -moz-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-pack: multiple;
  -moz-box-pack: multiple;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.row.article {
  padding-bottom: 50px;
}

.row.article .editor {
  width: 1000px;
  margin: auto;
}

.row.article h1 {
  margin: 50px 0;
}

.row.article h2 {
  margin: 30px 0;
  font-weight: 400;
  color: #2d83b4;
}

.row.article ul,
.row.article ol {
  margin: 20px 0 20px 40px;
}

.row.article ul li,
.row.article ol li {
  line-height: 35px;
  padding-left: 10px;
}

.row.article a {
  color: #3aa3e0;
  position: relative;
  -moz-transition: all 0.4s ease 0.1s;
  -o-transition: all 0.4s ease 0.1s;
  -ms-transition: all 0.4s ease 0.1s;
  -webkit-transition: all 0.4s ease 0.1s;
  transition: all 0.4s ease 0.1s;
  right: 0;
}

.row.article a:hover {
  right: -3px;
}

table.about {
  font-size: 1.4rem;
}

table.about tr {
  border-bottom: 1px solid rgba(0, 0, 0, 0.07);
}

table.about tr td {
  padding: 10px;
}

table.about tr td:first-child {
  width: 30%;
  color: #3aa3e0;
  font-weight: 400;
}

.regulations p a {
  font-size: 2.1rem;
  color: #3aa3e0;
  position: relative;
  -moz-transition: all 0.4s ease 0.1s;
  -o-transition: all 0.4s ease 0.1s;
  -ms-transition: all 0.4s ease 0.1s;
  -webkit-transition: all 0.4s ease 0.1s;
  transition: all 0.4s ease 0.1s;
  right: 0;
}

.regulations p a:hover {
  right: -5px;
}

.column {
  -webkit-column-width: 200px;
  -moz-column-width: 200px;
  column-width: 200px;
  -webkit-column-count: 3;
  -moz-column-count: 3;
  column-count: 3;
  -webkit-column-gap: 50px;
  -moz-column-gap: 50px;
  column-gap: 50px;
  -webkit-column-rule: 1px solid #ccc;
  -moz-column-rule: 1px solid #ccc;
  column-rule: 1px solid #ccc;
}

.buy-a-policy {
  -ms-box-orient: horizontal;
  display: -ms-flexbox;
  display: -moz-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-pack: multiple;
  -moz-box-pack: multiple;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.buy-a-policy .bay {
  max-width: 400px;
}

.buy-a-policy .block {
  padding: 10px;
}

.buy-a-policy .block .title {
  font-size: 2.0rem;
}

.kontakt {
  -ms-box-orient: horizontal;
  display: -ms-flexbox;
  display: -moz-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-pack: single;
  -moz-box-pack: single;
  -ms-flex-wrap: nowrap;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.kontakt > div {
  width: 50%;
  margin: 0 15px;
}

.kontakt > div h2 {
  margin: 25px 0 !important;
  border-bottom: 1px solid rgba(58, 163, 224, 0.557);
}

iframe.iframe {
  width: 100%;
  height: 1000px;
}

.profisoft {
  margin: 20px 0 0 0;
}

blockquote {
  margin: 10px 10px 10px 50px;
  border-top: 1px solid rgba(58, 163, 224, 0.445);
  border-bottom: 1px solid rgba(58, 163, 224, 0.445);
  padding: 10px 0;
  font-family: "Fira Sans Condensed", sans-serif;
}

.master {
  border-top: 1px solid rgba(255, 255, 255, 0.623);
  margin-top: 20px;
  padding-top: 10px;
}

.master img {
  max-width: 200px;
}

/*# sourceMappingURL=style.css.map */

@media screen and (min-width: 2000px) {
  .row .content {
    max-width: 1600px;
  }
}

@media screen and (max-width: 550px) {
  h1,
  .h1 {
    font-size: 2rem;
    line-height: 20px;
  }
}

@media screen and (max-width: 500px) {
  .home-img .center-block > div {
    min-width: 100%;
  }

  .home-img .center-block .text {
    display: none;
  }
}