body a {
  color: #100c2f;
  text-decoration: underline;
}
body a:hover {
  text-decoration: none;
  color: #3598dc;
}
body h1,
body h2,
body .h1,
body .h2 {
  text-align: center;
  /*margin-top: 50px;*/
  font-weight: 300;
  color: #100c2f;
  margin-bottom: 36px;
}
body h1,
body .h1 {
  font-size: 32pt;
}
body h2,
body .h2 {
  font-weight: 500;
  color: #496368;
}
body h3,
body .h3 {
  font-size: 22px;
}
body.subpage h1,
body.subpage h2,
body.subpage .h1,
body.subpage .h2 {
  text-align: left;
  text-align: start;
  font-weight: 600;
  color: #100c2f;
}
body .cont-flex {
  display: flex;
  margin: 0 auto;
  position: relative;
}
@media (max-width: 600px) {
  body .cont-flex {
    width: 100%;
  }
}
@media (min-width: 601px) {
  body .cont-flex {
    width: 100%;
  }
}
@media (min-width: 768px) {
  body .cont-flex {
    width: 750px;
  }
}
@media (min-width: 992px) {
  body .cont-flex {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  body .cont-flex {
    width: 1180px;
  }
}
body .btn-basic {
  display: inline-flex;
  padding: 20px 55px;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  user-select: none;
  border: none;
  text-transform: uppercase;
  text-decoration: none;
  justify-content: center;
}
body .btn-basic:hover {
  text-decoration: none;
}
body .btn-basic > img {
  max-height: 22px;
  margin-right: 10px;
}
body .btn-basic.btn-main {
  text-transform: uppercase;
  color: #ffffff;
  background-color: #d92a47;
}
body .btn-basic.btn-main:hover {
  background-color: #b11f38;
}
body .btn-basic.btn-main:disabled,
body .btn-basic.btn-main.disabled {
  background-color: #e88192;
}
body .btn-basic.btn-send {
  text-transform: uppercase;
  color: #e7eff4;
  background-color: #3598dc;
}
body .btn-basic.btn-send:hover {
  background-color: #196192;
}
body .btn-basic.btn-flat {
  text-transform: uppercase;
  color: #100c2f;
  background-color: transparent;
  border: 1px solid #3598dc;
}
body .btn-basic.btn-flat:hover {
  background-color: transparent;
  border: 1px solid #196192;
}
body .btn-basic.btn-fb-messanger {
  text-transform: uppercase;
  color: #e7eff4;
  background-color: #3b5998;
}
body .btn-basic.btn-fb-messanger:hover {
  background-color: #96abd6;
}
body .btn-basic.disabled {
  background-color: lightgray;
  pointer-events: none;
}
body .btn-basic.disabled:hover {
  background-color: lightgray;
}
body .textedit {
  padding: 13px 16px;
  border: 1px solid #3598dc;
  font-family: 'Nunito', 'Roboto', sans-serif;
  color: #100c2f;
  outline: 0;
}
body .textedit.area {
  height: 150px;
}
body .textedit:focus,
body .textedit:hover {
  border-color: #196192;
}
body .textedit.form-i {
  width: 100%;
}
body ul.blue-dots,
body ul.blue-triangle,
body ul.fine-icon {
  padding: 0;
}
body ul.blue-dots > li,
body ul.blue-triangle > li,
body ul.fine-icon > li {
  list-style: none;
  font-size: 16px;
  margin-bottom: 5px;
  position: relative;
  padding-left: 22px;
}
body ul.blue-dots > li strong,
body ul.blue-triangle > li strong,
body ul.fine-icon > li strong {
  color: #3598dc;
}
body ul.blue-dots > li::before,
body ul.blue-triangle > li::before,
body ul.fine-icon > li::before {
  content: "• ";
  margin-right: 3px;
  color: #3598dc;
  position: absolute;
  left: 7px;
  top: -10px;
  font-size: 30px;
}
body ul.blue-dots.blue-triangle > li::before,
body ul.blue-triangle.blue-triangle > li::before,
body ul.fine-icon.blue-triangle > li::before {
  content: "► ";
  top: 4px;
  font-size: 10px;
}
body ul.blue-dots.fine-icon > li,
body ul.blue-triangle.fine-icon > li,
body ul.fine-icon.fine-icon > li {
  margin-bottom: 10px;
}
body ul.blue-dots.fine-icon > li::before,
body ul.blue-triangle.fine-icon > li::before,
body ul.fine-icon.fine-icon > li::before {
  content: url(/images/fine_ico.png);
  top: 2px;
  left: -2px;
  font-size: 10px;
}
body .spinner {
  width: 50px;
  height: 40px;
  text-align: center;
  font-size: 10px;
}
body .spinner > div {
  background-color: #e7eff4;
  height: 100%;
  width: 9%;
  display: inline-block;
  -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
  animation: sk-stretchdelay 1.2s infinite ease-in-out;
}
body .spinner .rect2 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}
body .spinner .rect3 {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}
body .spinner .rect4 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}
body .spinner .rect5 {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}
@-webkit-keyframes sk-stretchdelay {
  0%,
  40%,
  100% {
    -webkit-transform: scaleY(0.4);
  }
  20% {
    -webkit-transform: scaleY(1);
  }
}
@keyframes sk-stretchdelay {
  0%,
  40%,
  100% {
    transform: scaleY(0.4);
    -webkit-transform: scaleY(0.4);
  }
  20% {
    transform: scaleY(1);
    -webkit-transform: scaleY(1);
  }
}
.blinking-cursor {
  font-weight: 100;
  font-size: 30px;
  color: #2E3D48;
  -webkit-animation: 1s blink step-end infinite;
  -moz-animation: 1s blink step-end infinite;
  -ms-animation: 1s blink step-end infinite;
  -o-animation: 1s blink step-end infinite;
  animation: 1s blink step-end infinite;
}
@keyframes blink-caret {
  from,
  to {
    border-color: transparent;
  }
  50% {
    border-color: darkgrey;
  }
}
@keyframes blink {
  from,
  to {
    color: transparent;
  }
  50% {
    color: black;
  }
}
@-moz-keyframes blink {
  from,
  to {
    color: transparent;
  }
  50% {
    color: black;
  }
}
@-webkit-keyframes blink {
  from,
  to {
    color: transparent;
  }
  50% {
    color: black;
  }
}
@-ms-keyframes blink {
  from,
  to {
    color: transparent;
  }
  50% {
    color: black;
  }
}
@-o-keyframes blink {
  from,
  to {
    color: transparent;
  }
  50% {
    color: black;
  }
}
@media (max-width: 1024px) {
  .hidden-xs {
    display: none;
  }
}
#carousel-top .carousel-indicators {
  text-align: center;
}
#carousel-top .carousel-indicators li {
  width: 16px;
  height: 16px;
  border: 1px solid #aeb2b4;
  background-color: transparent;
  margin: 0;
  position: relative;
}
#carousel-top .carousel-indicators li.active {
  margin: 0;
}
#carousel-top .carousel-indicators li.active::after {
  content: " ";
  display: inline-block;
  width: 8px;
  height: 8px;
  position: absolute;
  top: 3px;
  left: 3px;
  background-color: #100c2f;
  border-radius: 10px;
}
.banner-carousel {
  height: 440px;
  /*padding: 60px 0;*/
  color: #100c2f;
  display: flex;
  justify-content: space-between;
  display: none;
}
.banner-carousel.active {
  display: flex;
}
.banner-carousel > .left {
  padding: 40px 0;
}
.banner-carousel .banner-button {
  text-align: center;
  display: inline-flex;
  justify-content: space-between;
  padding: 23px 65px;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 5px;
}
.banner-carousel h1,
.banner-carousel .h1 {
  color: #100c2f;
  font-size: 70px;
  font-weight: 300;
  margin: 0;
  margin-bottom: 20px;
  text-align: left;
  text-align: start;
}
.banner-carousel h3,
.banner-carousel .h3 {
  margin-bottom: 30px;
  margin-top: 0;
  font-size: 26px;
  font-weight: 300;
  color: #100c2f;
  font-style: italic;
}
.banner-carousel .h5 {
  display: block;
  font-size: 19pt;
  font-weight: 300;
  color: #4b4e54;
}
.banner-carousel .h5 .number {
  color: #1db332;
  font-weight: 800;
  font-size: 23pt;
}
.banner-carousel .h5 .number a {
  color: inherit;
}
.banner-carousel .h5 .number a:visited,
.banner-carousel .h5 .number a:active,
.banner-carousel .h5 .number a:hover {
  text-decoration: none;
}
body .yt-video {
  margin-top: 30px;
  padding: 15px;
  background-color: white;
  width: 640px;
  height: 360px;
  max-width: 100%;
  width: 1024px;
  height: 588px;
}
body .yt-video > iframe {
  max-width: 100%;
  max-height: 100%;
  width: 100%;
  height: 100%;
}
body h2.our-services-title {
  text-align: center;
  color: #100c2f;
  font-size: 34px;
}
body h2.our-services-title img {
  position: relative;
  top: 20px;
}
body.call-centrum {
  background: url(/images/supbage_bg_grey.png) top center no-repeat #f8f8f8 !important;
}
body .callcentrum-container {
  background: url(/images/call_centrum_bg.png) bottom center no-repeat #f8f8f8;
}
body .callcentrum-container .callcentrum {
  max-width: 100%;
}
body .callcentrum-container .callcentrum > .bottom {
  padding-top: 40px;
}
body .callcentrum-container .callcentrum .top .left,
body .callcentrum-container .callcentrum .bottom .right {
  max-width: 650px;
}
body .callcentrum-container .callcentrum .top .right {
  padding-left: 60px;
}
body .callcentrum-container .callcentrum .bottom .left {
  padding-right: 60px;
}
body .callcentrum-container .callcentrum > h2 {
  color: #3598dc;
  font-size: 42px;
  text-align: center;
}
body .callcentrum-container .callcentrum > h2.bottom {
  text-align: center;
  color: #100c2f;
  font-size: 34px;
}
body .callcentrum-container .callcentrum > h2.bottom img {
  position: relative;
  top: 20px;
}
body .callcentrum-container .callcentrum ul > li {
  margin-bottom: 8px;
}
body .callcentrum-container .callcentrum ul > li strong {
  color: #100c2f;
}
body .callcentrum-container .callcentrum .right > ul {
  padding-top: 5px;
}
body .callcentrum-container .callcentrum > .container:last-child {
  margin-top: 20px;
}
body .callcentrum-items-content {
  background-color: #fff;
}
body .callcentrum-items > .row {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(295px, 1fr));
}
body .callcentrum-items > .row::before,
body .callcentrum-items > .row::after {
  content: none;
}
body .callcentrum-items > .row > div {
  /*width: 295px;*/
  width: 100%;
  height: 95px;
  padding: 0 30px;
}
body .callcentrum-items > .row > div > a,
body .callcentrum-items > .row > div > div {
  width: 100%;
  height: 100%;
  display: inline-flex;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  font-weight: 600;
}
body .callcentrum-items > .row > div > a > .text,
body .callcentrum-items > .row > div > div > .text {
  margin-left: 20px;
  font-size: 17px;
}
body .callcentrum-items > .row > div > a > .img,
body .callcentrum-items > .row > div > div > .img {
  width: 48px;
  min-width: 48px;
}
body .callcentrum-items > .row > div > a:hover {
  color: #3598dc;
}
body .callcentrum-items > .row .element-4,
body .callcentrum-items > .row .element-8,
body .callcentrum-items > .row .element-11 {
  border-right: 0;
}
@media (max-width: 600px) {
  body {
    /*.callcentrum {
            .top .right {
                padding-left: 0;
            }

            .bottom .left {
                padding-right: 0;
            }
        }*/
  }
  body .callcentrum-container {
    background: #f8f8f8;
  }
  body .callcentrum-container .callcentrum > h2 {
    font-size: 38px;
  }
  body .callcentrum-container .callcentrum > .bottom {
    padding-top: 10px;
  }
  body .callcentrum-container .callcentrum .top .right,
  body .callcentrum-container .callcentrum .bottom .left {
    padding-top: 30px;
    max-width: 100%;
  }
  body .callcentrum-container .callcentrum .top .right > a,
  body .callcentrum-container .callcentrum .bottom .left > a {
    max-width: 100%;
  }
  body .callcentrum-container .callcentrum .top .right {
    padding-left: 0;
  }
  body .callcentrum-container .callcentrum .bottom .left {
    padding-right: 0;
    order: 2;
  }
  body .callcentrum-items > .row {
    width: 100%;
    margin: 0;
  }
  body .callcentrum-items > .row > div {
    width: 100%;
    border-bottom: 1px solid #f8f8f8;
    border-right: 0;
  }
  body .callcentrum-items > .row > div:last-child {
    border-bottom: 0;
  }
}
.pripadove-studie-cont > .top {
  padding-bottom: 60px;
}
.pripadove-studie-cont .triangle-sub-down {
  width: 0;
  height: 0;
  border-left: 960px solid transparent;
  border-right: 960px solid transparent;
  border-top: 70px solid #fafafa;
}
.pripadove-studie-cont.intro > .cont-flex > h2 {
  text-align: left;
  text-align: start;
  font-weight: 600;
}
.pripadove-studie-cont.intro > .cont-flex > div > div:first-child {
  width: 750px;
  padding-right: 100px;
}
.pripadove-studie-cont.pozadavky-klienta-cont {
  background-color: #fafafa;
}
.pripadove-studie-cont.nase-reseni-cont {
  background-color: #eff6f5;
}
.pripadove-studie-cont .pozadavky-klienta {
  padding-bottom: 30px;
}
.pripadove-studie-cont .pozadavky-klienta > h1 {
  text-align: center;
  font-size: 55px;
  font-weight: 700;
  margin: 60px 0;
}
.pripadove-studie-cont .pozadavky-klienta > div > div {
  max-width: 50%;
}
.pripadove-studie-cont .nase-reseni {
  padding-bottom: 60px;
}
.pripadove-studie-cont .nase-reseni > h1 {
  text-align: center;
  color: #3598dc;
  font-weight: 700;
  font-size: 55px;
  margin: 60px 0;
}
.pripadove-studie-cont .nase-reseni > div > div {
  max-width: 50%;
  padding: 10px;
}
.pripadove-studie-cont .nase-reseni ul > li > strong {
  color: #100c2f;
}
.pripadove-studie-cont .reference {
  padding-top: 100px;
  padding-bottom: 60px;
}
.pripadove-studie-cont .reference .text {
  position: relative;
  text-align: center;
  font-size: 17px;
}
.pripadove-studie-cont .reference .text > div {
  line-height: 25px;
  position: relative;
  z-index: 5;
  width: 89%;
}
.pripadove-studie-cont .reference .text::before,
.pripadove-studie-cont .reference .text::after {
  position: absolute;
  z-index: 1;
}
.pripadove-studie-cont .reference .text::before {
  left: 0;
  top: -42px;
  content: url(/images/top_quot.png);
}
.pripadove-studie-cont .reference .text::after {
  right: 0;
  bottom: -60px;
  content: url(/images/bottom_quot.png);
}
.pripadove-studie-cont .reference .photo-box {
  margin-top: 30px;
  position: relative;
  z-index: 5;
}
.pripadove-studie-cont .reference .photo-box > .photo {
  width: 95px;
  height: 95px;
  border-radius: 50%;
  margin-right: 20px;
}
.pripadove-studie-cont .reference .photo-box > .photo > img {
  max-width: 100px;
}
.pripadove-studie-cont .reference .photo-box > .text-box span:first-child {
  font-size: 20px;
  font-weight: 600;
}
.pripadove-studie-cont .reference .photo-box > .text-box span:last-child {
  font-style: italic;
  font-size: 17px;
}
.pripadove-studie-cont .reference .photo-box > .text-box span:last-child > .blue {
  color: #3598dc;
}
@media (max-width: 600px) {
  .pripadove-studie-cont.intro > .top > div > div:first-child {
    padding-right: 0;
    width: auto;
    max-width: 100%;
  }
  .pripadove-studie-cont.intro > .top > div > div:last-child {
    padding-top: 40px;
  }
  .pripadove-studie-cont.pozadavky-klienta-cont h1:first-child {
    margin-top: 30px;
  }
  .pripadove-studie-cont .pozadavky-klienta > div > div {
    max-width: none;
    padding-right: 10px;
  }
  .pripadove-studie-cont .nase-reseni > div > div {
    max-width: none;
  }
}
body .form-controls .form-control-cont {
  display: flex;
  flex-direction: column;
  margin-bottom: 10px;
}
body .form-controls .form-control-cont.lines {
  flex-direction: row;
}
body .form-controls .form-control-cont.lines > .form-control-cont {
  width: 100%;
  padding-left: 10px;
  margin-bottom: 0;
}
body .form-controls .form-control-cont.lines > .form-control-cont:first-child {
  padding-left: 0;
}
body .form-controls .form-control-cont.login_line_with_btn_check > .row-form > .right {
  display: flex;
  justify-content: space-between;
}
body .form-controls .form-control-cont.login_line_with_btn_check > .row-form > .right .checkbox-label {
  padding-top: 0;
  padding-left: 28px;
}
body .form-controls .form-control-cont:not(.checkbox) + .checkbox {
  margin-top: 20px;
}
body .form-controls .form-control-cont.checkbox + .form-control-cont:not(.checkbox) {
  margin-top: 20px;
}
body .form-controls .form-control-cont.checkbox {
  margin-bottom: 0;
}
body .form-controls .form-control-cont.checkbox:first-child {
  margin-top: 20px;
}
body .form-controls .form-control-cont.checkbox:last-child {
  margin-bottom: 20px;
}
body .form-controls .form-control-cont.readonly .textedit {
  border-color: #100c2f;
}
body .form-controls .form-control-cont.readonly .textedit:hover {
  border-color: #100c2f;
}
body .form-controls .form-control-cont.not-valid .textedit {
  border-color: #bd0000;
}
body .form-controls .form-control-cont.not-valid .textedit:hover {
  border-color: #ff5757;
}
body .form-controls .form-control-cont.not-valid > .validate-line {
  display: block;
}
body .form-controls .form-control-cont.not-valid > .row-form > .right .checkbox-label::before {
  color: #bd0000;
  border-color: #bd0000;
}
body .form-controls .form-control-cont.not-valid > .row-form > .right .checkbox-label:hover::before {
  color: #570000;
  border-color: #570000;
}
body .form-controls .form-control-cont > .validate-line {
  display: none;
  padding: 10px 0;
  margin-left: 84px;
  color: #bd0000;
  font-weight: 700;
}
body .form-controls .form-control-cont > .validate-line.no-caption {
  margin-left: 0;
}
body .form-controls .form-control-cont > .row-form > .left {
  width: 100px;
  display: flex;
  justify-content: flex-start;
  /*height: 48px;*/
  font-weight: 700;
  font-size: 16px;
}
body .form-controls .form-control-cont > .row-form > .left > span {
  color: #3598dc;
  align-self: center;
}
body .form-controls .form-control-cont > .row-form > .right {
  width: 100%;
  position: relative;
}
body .form-controls .form-control-cont > .row-form > .right input[type=checkbox] {
  width: 0;
  height: 0;
  opacity: 0;
  position: absolute;
}
body .form-controls .form-control-cont > .row-form > .right input[type=checkbox][data-value=true] + .checkbox-label::before {
  content: "\f00c";
}
body .form-controls .form-control-cont > .row-form > .right .checkbox-label {
  position: relative;
  padding: 10px 0;
  padding-left: 35px;
  display: inline-block;
}
body .form-controls .form-control-cont > .row-form > .right .checkbox-label:hover::before {
  border-color: #196192;
  color: #196192;
}
body .form-controls .form-control-cont > .row-form > .right .checkbox-label::before {
  font-family: FontAwesome;
  content: "";
  width: 20px;
  height: 20px;
  border: 1px solid #3598dc;
  position: absolute;
  left: 0;
  color: #3598dc;
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}
#contact-form-content {
  width: 1140px;
  max-width: 100%;
}
#contact-form-content img {
  max-width: none;
}
.contact-form {
  width: 100%;
  background-color: #fff;
  padding: 17px 30px;
}
.contact-form a.phone-link {
  text-decoration: none;
}
.contact-form ::-webkit-input-placeholder,
.contact-form ::-moz-placeholder,
.contact-form :-ms-input-placeholder,
.contact-form ::-moz-placeholder,
.contact-form ::placeholder {
  color: #646c77;
}
.contact-form .contact-line {
  display: flex;
}
.contact-form .contact-line.heading {
  text-align: left;
  text-align: start;
  justify-content: flex-start;
}
.contact-form .contact-line.heading h2 {
  text-align: left;
  text-align: start;
  font-size: 36px;
  font-weight: 300;
  color: #100c2f;
  margin: 0;
}
.contact-form .contact-line.heading h4 {
  text-align: left;
  text-align: start;
  font-weight: 300;
  color: #758296;
  font-size: 16px;
  margin-bottom: 20px;
}
.contact-form .contact-line.heading img {
  margin-right: 20px;
}
.contact-form .contact-line.send-button {
  text-align: right;
  justify-content: flex-end;
}
.contact-form .contact-line.send-button .btn-section {
  width: 100%;
}
.contact-form .contact-line.send-button .btn-section #send_mail {
  font-size: 16px;
  padding: 10px 30px;
}
.contact-form .input {
  margin-bottom: 10px;
  margin-right: 10px;
  display: inline-block;
  background-color: white;
  border: 1px solid #e0ebf9;
  padding: 8px;
  min-width: calc(50% - 10px);
  font-size: 14px;
}
.contact-form .input:last-child {
  min-width: 50%;
}
.contact-form .input.single-line {
  width: 100%;
  margin-right: 0;
}
.contact-form .input.has-error {
  border: 1px solid #c04025;
}
.contact-form .input > input,
.contact-form .input > textarea {
  width: 100%;
  outline: none;
  min-width: 269px;
  border: none;
  color: #646c77;
  resize: none;
}
.contact-form .input > textarea {
  height: 63px;
}
.contact-form .alert .error-line {
  display: inline-block;
  margin-bottom: 5px;
}
.contact-form .alert .error-line .error-line::before {
  content: "- ";
}
@media (max-width: 1024px) {
  .navbar.navbar-default.navbar-static ul.nav.navbar-nav .dropdown .dropdown-menu.big-menu {
    width: auto!important;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .hidden-tablet {
    display: none!important;
  }
  #extra-menu-callcentrum-ul,
  #extra-menu-pripadova-studie-ul {
    position: relative;
    left: 0;
    top: 0;
  }
  #extra-menu-callcentrum-ul > div,
  #extra-menu-pripadova-studie-ul > div {
    margin: 0;
  }
}
/* Menu */
.navbar.navbar-default.navbar-static {
  background-color: transparent;
}
.navbar.navbar-default.navbar-static .navbar-collapse {
  padding: 0;
}
.navbar.navbar-default.navbar-static .page-header > a {
  margin-right: 60px;
  float: left;
}
.navbar.navbar-default.navbar-static ul.nav.navbar-nav {
  float: left;
}
.navbar.navbar-default.navbar-static ul.nav.navbar-nav .dropdown .dropdown-menu li {
  width: auto;
  margin: 0;
  height: auto;
}
.navbar.navbar-default.navbar-static ul.nav.navbar-nav .dropdown .dropdown-menu li.active > a {
  background-color: #d9edff;
}
.navbar.navbar-default.navbar-static ul.nav.navbar-nav .dropdown .dropdown-menu.big-menu {
  width: 1920px;
  left: -699px;
  top: 81px;
  justify-content: center;
  border: 0;
}
.navbar.navbar-default.navbar-static ul.nav.navbar-nav li {
  min-width: 60px;
  max-width: 155px;
  padding: 0 10px;
  height: 105px;
  margin: 0 10px;
  text-align: center;
  border-left: none;
}
.navbar.navbar-default.navbar-static ul.nav.navbar-nav li.is_home {
  width: 60px;
  margin: 0;
}
.navbar.navbar-default.navbar-static ul.nav.navbar-nav li.active > a {
  background-color: transparent;
  top: 0;
  color: #3598dc;
}
.navbar.navbar-default.navbar-static ul.nav.navbar-nav li > a {
  text-transform: none;
  color: #100c2f;
  line-height: 25px;
  border-top: 3px solid transparent;
  font-weight: 800;
  margin: 0;
  padding: 0;
  padding-top: 30px;
  min-height: 80px;
  min-width: 60px;
  align-self: center;
  text-decoration: none;
  font-size: 17px;
}
.navbar.navbar-default.navbar-static ul.nav.navbar-nav li > a:hover {
  top: 0;
  border-color: #3598dc;
  color: #3598dc;
}
.navbar.navbar-default.navbar-static ul.nav.navbar-nav li.call-centrum.hovered,
.navbar.navbar-default.navbar-static ul.nav.navbar-nav li.pripadove-studie.hovered {
  background-color: #fff;
}
.navbar.navbar-default.navbar-static ul.nav.navbar-nav li.call-centrum.hovered > a,
.navbar.navbar-default.navbar-static ul.nav.navbar-nav li.pripadove-studie.hovered > a {
  color: #3598dc;
}
.navbar.navbar-default.navbar-static ul.nav.navbar-nav li.klientska-sekce {
  max-width: none;
}
.navbar.navbar-default.navbar-static ul.nav.navbar-nav li.klientska-sekce > a {
  padding-top: 20px;
  border-top: 0;
}
.navbar.navbar-default.navbar-static ul.nav.navbar-nav li.klientska-sekce > a > div {
  font-weight: 400;
  border-radius: 3px;
  padding: 10px 15px;
  line-height: initial;
  color: #100c2f;
  border: 1px solid #100c2f;
  max-width: 260px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.navbar.navbar-default.navbar-static ul.nav.navbar-nav li.klientska-sekce > a:hover > div {
  color: #3598dc;
  border-color: #3598dc;
}
.navbar.navbar-default.navbar-static ul.nav.navbar-nav li.is_home.active > a {
  padding-top: 30px;
}
.navbar.navbar-default.navbar-static ul.nav.navbar-nav li.is_home > a:hover,
.navbar.navbar-default.navbar-static ul.nav.navbar-nav li.is_home > a.active {
  padding-top: 30px;
}
#box-viewer {
  max-width: 100%!important;
}
.breadcrumbs {
  background-color: transparent;
}
#send_mail {
  font-weight: 600;
  text-transform: uppercase;
  font-size: 15pt;
}
.d-line {
  width: 100%;
  margin-bottom: 35px;
  margin-top: 18px;
  display: flex;
  justify-content: center;
}
.d-line .d-line-short {
  border-radius: 3pt;
  background-color: #3598db;
  height: 3pt;
  width: 30pt;
}
a.gallery-image {
  position: relative;
  display: inline-flex;
}
a.gallery-image:hover::before {
  position: absolute;
  font: normal normal normal 14px/1 FontAwesome;
  content: "\f00e";
  font-size: 60px;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  color: rgba(0, 0, 0, 0.3);
}
a.gallery-image.monitor-1:hover::before {
  top: calc(44% - 30px);
}
a.gallery-image.monitor-2:hover::before {
  top: calc(34% - 30px);
}
a.gallery-image.monitor-3:hover::before {
  top: calc(40% - 30px);
}
#carousel-arrow {
  position: absolute;
}
body.home {
  background: url(/images/background-top.jpg) top center no-repeat;
}
.container {
  width: 1310px;
}
.page-header {
  border: none;
  margin-top: 0;
  height: 105px;
}
.contact-form-line-full {
  background-color: #eaeaea;
  padding: 30px 0;
}
.contact-form-line-full #contact-form-content {
  box-shadow: 0px 0px 85px 12px rgba(0, 0, 0, 0.1);
}
.references,
.slick-track {
  padding-bottom: 45px;
}
.references > .reference-line,
.slick-track > .reference-line {
  display: flex;
  flex-direction: column;
  width: 390px;
  min-height: 400px;
  padding: 25px 30px;
  justify-content: flex-start;
  border-right: 1px dashed #d1d4da;
}
.references > .reference-line:last-child,
.slick-track > .reference-line:last-child {
  border-right: 0;
}
.references > .reference-line > div,
.slick-track > .reference-line > div {
  align-items: center;
  display: flex;
  flex-direction: column;
  padding-bottom: 25px;
}
.references > .reference-line > .top .photo,
.slick-track > .reference-line > .top .photo {
  border-radius: 50%;
  max-width: 120px;
  max-height: 120px;
  overflow: hidden;
}
.references > .reference-line > .top span,
.slick-track > .reference-line > .top span {
  margin-top: 10px;
  font-size: 16px;
  font-style: italic;
}
.references > .reference-line > .middle .logo,
.slick-track > .reference-line > .middle .logo {
  /*max-height: 200px;*/
  overflow: hidden;
}
.references > .reference-line > .middle .logo > img,
.slick-track > .reference-line > .middle .logo > img {
  max-height: 100%;
}
.references > .reference-line > .middle span,
.slick-track > .reference-line > .middle span {
  margin-top: 10px;
  font-weight: 600;
  font-size: 18px;
}
.references > .reference-line > .bottom,
.slick-track > .reference-line > .bottom {
  font-style: italic;
  font-size: 17px;
  font-weight: 300;
  text-align: center;
}
.references > .reference-line > .bottom > span,
.slick-track > .reference-line > .bottom > span {
  max-width: 100%;
  display: inline-block;
  min-height: 72px;
  max-height: 190px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.references > .reference-line > .bottom > span::before,
.slick-track > .reference-line > .bottom > span::before {
  content: "” ";
}
.references > .reference-line > .bottom > span::after,
.slick-track > .reference-line > .bottom > span::after {
  content: " ”";
}
.counter-block > div {
  height: 100%;
  display: flex;
  justify-content: center;
  align-content: center;
  flex-direction: column;
}
.counter-block > div > div {
  display: inline-flex;
  justify-content: center;
}
.counter-block > div > .top {
  font-size: 44px;
  color: #3598dc;
}
.counter-block > div > .bottom {
  font-size: 18px;
  color: #e7eff4;
}
.services-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
}
.services-grid .one-service {
  padding: 40px 0;
  display: flex;
  justify-content: center;
}
.services-grid .one-service > div {
  text-align: center;
  width: 70%;
}
.services-grid .one-service > div > div {
  min-height: 90px;
  height: 90px;
  padding: 10pt 0;
  justify-content: center;
}
.services-grid .one-service > div > span {
  color: #00235d;
  font-size: 13pt;
}
.services-grid .one-service > div > span strong {
  font-weight: 900;
}
.services-grid .one-service.top-line {
  border-bottom: 1px solid #e7eff4;
  border-left: 1px solid #e7eff4;
}
.services-grid .one-service.top-line:first-child {
  border-left: none;
}
.services-grid .one-service.top-line + .bottom-line {
  border-left: none;
}
.services-grid .one-service.bottom-line {
  border-left: 1px solid #e7eff4;
}
.row-full-flex {
  display: flex;
  flex-wrap: wrap;
}
.row-full-flex .one-line {
  justify-content: center;
}
.row-full-flex .one-line:first-child > .one-service {
  padding-top: 0;
  border-bottom: 1px solid #e7eff4;
}
.row-full-flex .one-line:first-child > .one-service > div > div {
  justify-content: flex-start;
}
.row-full-flex .one-line:last-child > .one-service {
  padding-bottom: 10px;
}
.row-full-flex .one-line > .one-service {
  width: 375px;
  border-right: 1px solid #e7eff4;
}
.row-full-flex .one-line > .one-service:last-child {
  border-right: 0;
}
.row-full-flex .one-line > .one-service > div {
  width: 90%;
}
.row-full-flex .one-service {
  padding: 40px 0;
  width: 25%;
  max-width: 325px;
  display: flex;
  justify-content: center;
}
.row-full-flex .one-service > div {
  text-align: center;
  width: 70%;
}
.row-full-flex .one-service > div > div {
  min-height: 90px;
  height: 90px;
  padding: 10pt 0;
  justify-content: center;
}
.row-full-flex .one-service > div > span {
  color: #00235d;
  font-size: 13pt;
}
.row-full-flex .one-service > div > span strong {
  font-weight: 900;
}
.row-full-flex .one-service.top-line {
  border-bottom: 1px solid #e7eff4;
  border-left: 1px solid #e7eff4;
}
.row-full-flex .one-service.top-line:first-child {
  border-left: none;
}
.row-full-flex .one-service.top-line + .bottom-line {
  border-left: none;
}
.row-full-flex .one-service.bottom-line {
  border-left: 1px solid #e7eff4;
}
.middle-line {
  background: url(/images/benjamin-child-17946.jpg) top center no-repeat;
  height: 200px;
  width: 100%;
  margin: 35pt 0;
  margin-bottom: 0;
  display: flex;
  justify-content: center;
  margin-bottom: 40px;
}
.middle-line .phone-text {
  align-self: center;
  display: flex;
}
.middle-line .phone-text .left {
  align-self: center;
  padding: 0px 30px;
}
.middle-line .phone-text .right strong {
  color: #f0f9ff;
  font-size: 30pt;
  font-weight: 900;
}
.middle-line .phone-text .right .green-text {
  font-size: 21pt;
  color: #1db332;
}
.middle-line .phone-text .right .green-text a {
  color: inherit;
}
.middle-line .phone-text .right .green-text a:hover {
  text-decoration: none;
}
.middle-line .phone-text .right .green-text a:active,
.middle-line .phone-text .right .green-text a:visited {
  color: #1db332;
}
.middle-body > .references-box > .pre-content {
  display: flex;
  width: 100%;
  overflow: hidden;
  justify-content: center;
}
.middle-body > .references-box > .pre-content > .content {
  display: flex;
  justify-content: flex-start;
  overflow: hidden;
  /*width: 1555px;*/
  /*height: 500px;*/
  left: 300px;
  position: relative;
  width: 1164px;
  left: 0;
}
.full-line {
  width: 100%;
  display: flex;
  justify-content: center;
}
.full-line.clients {
  height: 290px;
}
.full-line.clients > .middle-body > .content {
  justify-content: center;
  padding-top: 25px;
}
.full-line.clients > .middle-body > .content > .client {
  padding: 0 31px;
}
.full-line.clients > .middle-body > .content > .client > .img {
  max-height: 65px;
}
.full-line.look {
  min-height: 550px;
  background: #e9f0fc;
  background: -moz-linear-gradient(left, #e9f0fc 0%, #f0f4fc 100%);
  background: -webkit-linear-gradient(left, #e9f0fc 0%, #f0f4fc 100%);
  background: linear-gradient(to right, #e9f0fc 0%, #f0f4fc 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e9f0fc', endColorstr='#f0f4fc', GradientType=1);
}
.full-line.look > .middle-body {
  background: #f0f3f8 url(/images/cloud_middle_look.png) top center no-repeat;
}
.full-line.look > .middle-body > .content {
  justify-content: center;
}
.full-line.footer {
  background: #172a48;
  padding-bottom: 50px;
}
.full-line.footer > .middle-body {
  justify-content: center;
  display: flex;
}
.full-line.footer > .middle-body > .content {
  width: 1140px;
  justify-content: space-between;
}
.full-line.footer > .middle-body > .content > .section {
  text-align: left;
  line-height: 33px;
}
.full-line.footer > .middle-body > .content > .section h3 {
  font-size: 14pt;
  color: #3598dc;
  margin: 35px 0;
  font-weight: 800;
  text-transform: uppercase;
}
.full-line.footer > .middle-body > .content > .section a {
  color: #fff;
}
.full-line.footer > .middle-body > .content > .section a.author-link {
  color: #3598dc;
}
.full-line.footer > .middle-body > .content > .section > div,
.full-line.footer > .middle-body > .content > .section > strong {
  font-size: 13pt;
  font-weight: 300;
  color: #fff;
}
.full-line.footer > .middle-body > .content > .section > strong {
  font-weight: 800;
}
.full-line.countdown {
  height: 240px;
}
.full-line.countdown > .middle-body {
  display: flex;
}
.full-line.countdown > .middle-body > .content {
  border-top: 3px solid #3598dc;
  justify-content: center;
  width: 1140px;
}
.full-line.countdown > .middle-body > .content img {
  max-height: 48px;
  max-width: 48px;
  margin: 25px 0;
  margin-bottom: 20px;
}
.full-line.countdown > .middle-body > .content > .countdown-item {
  text-align: center;
  width: 260px;
  padding: 20px;
}
.full-line.countdown > .middle-body > .content > .countdown-item > .cnt-section {
  font-size: 21pt;
  color: #172a48;
  font-weight: 900;
  margin-bottom: 10px;
}
.full-line.countdown > .middle-body > .content > .countdown-item > span {
  font-size: 12pt;
  color: #6a6a6a;
  font-weight: 300;
}
.full-line .middle-body {
  justify-content: center;
  max-width: 1920px;
  width: 100%;
  height: 100%;
  text-align: center;
}
.full-line .middle-body > .content {
  display: flex;
}
.full-line .middle-body h1,
.full-line .middle-body .h1 {
  margin-top: 30pt;
  font-weight: 900;
  text-transform: uppercase;
  margin-bottom: 0;
  color: #2c2c2c;
}
.youtube-share {
  display: inline-block;
  align-self: center;
  padding: 10px;
  background-color: white;
  box-shadow: 0px 0px 43px 1px #999799;
}
.about {
  padding-top: 20px;
}
.about .about-link {
  font-size: 16pt;
}
.box-viewer {
  display: flex;
  margin-top: 35px;
  position: relative;
  right: 0;
  transition: right ease 0.365s;
  max-width: 100%;
}
.box-viewer * {
  transition: all ease 0.125s;
}
.box-viewer .reference-box {
  width: 390px;
  height: 240px;
  position: relative;
  box-shadow: 0px 0px 43px 1px rgba(186, 186, 186, 0.3);
  background-color: #fff;
  color: #2c2c2c;
  font-size: 11pt;
  /*margin: 20px 50px;*/
}
.box-viewer .reference-box > .logo {
  display: inline-flex;
  justify-content: center;
  position: absolute;
  background-color: #fff;
  padding: 5px;
  left: calc(50%-40px);
  top: -40px;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  box-shadow: 0px 5px 8px 0px rgba(186, 186, 186, 0.3);
}
.box-viewer .reference-box > .logo > img {
  max-width: 60px;
  max-height: 60px;
  align-self: center;
}
.box-viewer .reference-box > .text {
  font-weight: 300;
  padding: 62px 20px;
  padding-bottom: 50px;
  line-height: 22pt;
  max-height: 237px;
}
.box-viewer .reference-box > .name-box {
  position: absolute;
  text-align: right;
  font-weight: 800;
  right: 20px;
  bottom: 20px;
}
.box-viewer .reference-box.active + .no-active {
  display: block;
}
.box-viewer .reference-box.no-active {
  /*display: none;*/
  opacity: 0.5;
  width: 390px;
  height: 200px;
  align-self: center;
}
.box-viewer .reference-box.no-active.prev {
  display: block;
}
.box-viewer .reference-box.no-active.empty {
  background-color: transparent;
  box-shadow: none;
  /*display: none;*/
}
.box-viewer .reference-box.no-active.empty.prev {
  display: block;
}
.box-viewer .reference-box.no-active > .logo {
  width: 60px;
  height: 60px;
  left: calc(50%-30px);
  top: -30px;
}
.box-viewer .reference-box.no-active > .logo > img {
  max-width: 45px;
  max-height: 45px;
}
.box-viewer .reference-box.no-active > .text {
  font-size: 10pt;
  max-height: 197px;
  padding: 44px 20px;
}
.box-arrow {
  position: absolute;
  width: 48px;
  height: 48px;
  top: 145px;
  cursor: pointer;
}
.box-arrow.next {
  background: url(/images/next.png) center no-repeat;
  /*right: 547px;*/
  right: 0;
}
.box-arrow.prev {
  background: url(/images/prev.png) center no-repeat;
  left: 0;
}
.ref-dot-cont {
  display: flex;
  width: 100%;
  margin-top: 30px;
  justify-content: center;
}
.ref-dot-cont .ref-dot {
  cursor: pointer;
  width: 15px;
  height: 15px;
  margin: 2pt;
  border-radius: 50%;
  border: 2px solid #5a5a5a;
}
.ref-dot-cont .ref-dot.active {
  border-color: #3598dc;
}
iframe[name=google_conversion_frame] {
  height: 0;
}
#modal-main,
#modal-main2 {
  display: none;
  position: absolute;
  display: inline-block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999999;
}
#modal-main .modal-overlay,
#modal-main2 .modal-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0.6;
}
#modal-main .model-conent,
#modal-main2 .model-conent {
  padding: 15px;
  background-color: #ffffff;
  display: inline-block;
  min-width: 100px;
  min-height: 100px;
  position: relative;
  margin: 100px auto;
  left: calc(50% - 570px);
  border-radius: 5px;
}
#modal-main .model-conent > .top,
#modal-main2 .model-conent > .top {
  position: relative;
}
#modal-main .model-conent > .top > .close,
#modal-main2 .model-conent > .top > .close {
  right: -13px;
  top: -15px;
  position: absolute;
  font-size: 20px;
  padding: 5px;
  cursor: pointer;
}
#modal-main .model-conent > .top > #support-package,
#modal-main2 .model-conent > .top > #support-package {
  display: none;
  position: absolute;
  padding: 5px 15px;
  background-color: #3598dc;
  color: white;
  font-weight: 600;
  right: 30px;
  top: 0;
}
#modal-main2 {
  align-items: center;
  justify-content: center;
}
#modal-main2 .model-conent {
  margin: initial;
  left: auto;
}
#modal-main2 .model-conent > .top > .close {
  opacity: 1;
}
#modal-main2 .model-conent > .top > .close::before {
  color: red;
}
#modal-main2 .banner-button {
  text-align: center;
  display: inline-flex;
  justify-content: space-between;
  padding: 15px 45px;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 5px;
  position: absolute;
  bottom: 45px;
  right: 94px;
}
@media (max-width: 1199px) {
  #modal-main .model-conent {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    margin: 0;
  }
}
/**}*/
body.subpage {
  background: url(/images/supbage_bg.png) top center no-repeat;
}
body.subpage .gallery {
  padding: 25px 0;
  max-width: 100%;
  flex-wrap: wrap;
}
body.subpage .gallery > a {
  margin: 20px 20px 0 0;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.55);
}
body.subpage .gallery img {
  max-width: 250px;
  max-height: 140px;
}
body.subpage.reporting .gallery.bottom img {
  max-width: 380px;
  max-height: 220px;
}
body.subpage .main-content {
  width: 100%;
}
body.subpage .phone-section {
  margin-top: 20px;
  margin-bottom: 40px;
}
body.subpage .phone-section .h5 {
  color: #4b4e54;
  font-size: 12pt;
  font-weight: 300;
}
body.subpage .phone-section .h5 .number {
  font-size: 18pt;
  font-weight: 800;
  color: #1db332;
}
body.subpage .phone-section .h5 .number a {
  color: inherit;
}
body.subpage .phone-section .h5 .number a:hover {
  text-decoration: none;
}
body.subpage .phone-section .h5 .number a:active,
body.subpage .phone-section .h5 .number a:visited {
  color: #1db332;
}
body.subpage .main-content-subpage {
  margin-bottom: 40px;
}
body.subpage .main-content-subpage ul {
  margin: 0;
  padding: 0;
}
body.subpage .main-content-subpage ul > li {
  margin-bottom: 7px;
}
body.subpage #calculation-btn {
  display: flex;
  justify-content: space-between;
  font-size: 15pt;
  font-weight: 500;
  padding: 20px;
}
body.subpage #calculation-btn > div {
  align-self: center;
}
body.subpage .page-header {
  border: none;
  margin-top: 0;
  height: 105px;
  border-bottom: none;
}
body.subpage h1.main-h-subpage,
body.subpage h1 {
  text-align: left;
  text-align: start;
  font-size: 50px;
  text-transform: none;
  font-weight: 700;
  margin-top: 20px;
  margin-bottom: 80px;
}
body.subpage .right .row-full-flex.right-box {
  flex-direction: column;
}
body.subpage .right .row-full-flex.right-box .one-service {
  border: none;
  border-bottom: 1px solid #f0f3f8;
  display: flex;
  width: 100%;
  padding: 0;
  padding: 10px 0;
}
body.subpage .right .row-full-flex.right-box .one-service:first-child {
  border-top: 1px solid #f0f3f8;
}
body.subpage .right .row-full-flex.right-box .one-service:last-child {
  border: none;
}
body.subpage .right .row-full-flex.right-box .one-service > div {
  width: 100%;
  display: flex;
  text-align: left;
}
body.subpage .right .row-full-flex.right-box .one-service > div > img {
  padding: 8px;
  min-height: 56px;
  max-width: 68px;
  padding-right: 24px;
  align-self: center;
}
body.subpage .right .row-full-flex.right-box .one-service > div > span {
  display: block;
  align-self: center;
}
body.subpage .right .glow-section {
  margin-top: 10px;
}
body.subpage .right .glow-section .arrow-section {
  position: relative;
}
body.subpage .right .glow-section .arrow-section > img {
  position: absolute;
  left: 50%;
}
body.subpage .right .glow-section .arrow-section > img:nth-child(1) {
  top: -3px;
}
body.subpage .right .glow-section .arrow-section > img:nth-child(2) {
  top: 3px;
}
body.subpage .right .glow-section .arrow-section > img:nth-child(3) {
  top: 9px;
}
body.subpage .right .bottom-section {
  text-align: center;
  display: flex;
  flex-direction: column;
}
body.subpage .right .bottom-section h2 {
  text-transform: uppercase;
  font-weight: 800;
  font-size: 26px;
  margin-bottom: 30px;
}
body.subpage .right .bottom-section .btn-icon {
  align-self: center;
}
body.subpage .right .bottom-section .btn-icon a {
  display: flex;
  color: #3598dc;
  text-decoration: underline;
}
body.subpage .right .bottom-section .btn-icon a:hover {
  text-decoration: none;
}
body.subpage .right .bottom-section .btn-icon img {
  padding-right: 8px;
}
body.subpage .right .bottom-section .btn-icon span {
  max-width: 146px;
  display: block;
  text-align: left;
  line-height: normal;
  font-size: 11pt;
}
body #footer {
  padding-top: 60px;
  background-color: #196192;
  font-size: 20px;
  font-family: 'Nunito', 'Roboto', sans-serif;
  font-weight: 600;
  color: #e7eff4;
}
body #footer span.sm {
  font-size: 17px;
  font-weight: 500;
}
body #footer span.sm a {
  color: #e7eff4;
  text-decoration: none;
}
body #footer span.sm a:hover {
  text-decoration: underline;
}
body #footer .left,
body #footer .right {
  padding-right: 50px;
  min-width: 150px;
  height: 200px;
}
body #footer .left .menu-item a,
body #footer .left .menu-item a:hover,
body #footer .left .menu-item a:focus {
  color: #e7eff4;
}
body #footer .bottom {
  padding: 15px 0;
  color: #e7eff4;
}
body #footer .bottom.logos-group a {
  display: inline-block;
  margin-right: 30px;
}
body #footer .bottom.logos-group a img {
  height: 30px;
}
body #footer .bottom .copyright {
  font-size: 16px;
  padding: 10px 60px;
  border-top: 1px solid #e7eff4;
}
body img {
  max-width: 100%;
}
body .t-2,
body .t-3 {
  display: none;
}
body .support-cont {
  padding: 0;
}
body .support-cont .line {
  width: 100%;
  border-bottom: 1px solid #f0f0f0;
}
body .support-cont .line.last {
  border-bottom: 0;
}
body .support-cont .line > .item {
  font-size: 18px;
  width: 375px;
  height: 195px;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  border-right: 1px solid #f0f0f0;
}
body .support-cont .line > .item:last-child {
  border-right: 0;
}
body .support-cont .line > .item > div:first-child {
  padding-bottom: 20px;
}
body .support-cont .table-data {
  width: 100%;
  display: flex;
  flex-direction: column;
  margin-top: 25px;
}
body .support-cont .table-data > .t-line {
  display: flex;
  border-top: 1px solid #cfe2f0;
  justify-content: center;
  align-items: stretch;
  background-color: #f7fcff;
}
body .support-cont .table-data > .t-line > .item {
  font-size: 15px;
  padding: 30px 20px;
  max-width: 25%;
  width: 25%;
  border-right: 1px solid #cfe2f0;
  min-height: 85px;
  text-align: center;
  font-weight: 600;
}
body .support-cont .table-data > .t-line > .item.np {
  padding: 0 20px;
}
body .support-cont .table-data > .t-line > .item.colspan.cs3 {
  max-width: 75%;
  width: 75%;
}
body .support-cont .table-data > .t-line > .item.colspan.cs2 {
  max-width: 50%;
  width: 50%;
}
body .support-cont .table-data > .t-line > .item.colspan.cs4 {
  max-width: 100%;
  width: 100%;
}
body .support-cont .table-data > .t-line > .item.no {
  background: url(/images/table-no.png) center center no-repeat;
}
body .support-cont .table-data > .t-line > .item.yes {
  background: url(/images/table-yes.png) center center no-repeat;
}
body .support-cont .table-data > .t-line > .item > .separator {
  align-self: center;
  height: 5px;
  width: 50px;
  padding: 25px 0;
  background: url(/images/table-separator.png) center center no-repeat;
}
body .support-cont .table-data > .t-line > .item:last-child {
  border-right: 0;
}
body .support-cont .table-data > .t-line > .item:first-child {
  font-weight: 400;
  text-align: left;
  text-align: start;
}
body .support-cont .table-data > .t-line.dark-blue {
  background-color: #3598dc;
}
body .support-cont .table-data > .t-line.dark-blue.special {
  background-color: #eaf4fb;
}
body .support-cont .table-data > .t-line.dark-blue.special > .item {
  border-color: #cfe2f0;
  color: black;
}
body .support-cont .table-data > .t-line.dark-blue > .item {
  min-height: 0;
  max-height: 45px;
  padding: 10px 15px;
  color: #e7eff4;
  border-color: #2689cd;
  font-weight: 600;
}
body .support-cont .table-data > .t-line.blue {
  background-color: #eaf4fb;
}
body .support-cont .table-data > .t-line.blue > .item {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  font-weight: 400;
}
body .support-cont .table-data > .t-line.blue > .item:first-child > strong {
  align-self: center;
}
body .support-cont .table-data > .t-line.blue > .item > strong {
  display: inline-flex;
  height: 110px;
  align-items: center;
}
body .support-cont .table-data > .t-line.blue > .item > span {
  display: inline-flex;
  height: 115px;
  align-items: center;
}
body .support-cont .table-data > .t-line.empty {
  height: 40px;
  background-color: white;
  border-bottom: 0;
  border-top: 0;
}
body .support-cont .table-data > .t-line.last-i {
  border-bottom: 1px solid #cfe2f0;
}
body .support-cont .table-data > .t-line:last-child {
  border-bottom: 1px solid #cfe2f0;
}
body .support-cont .table-data > .t-line.last {
  border-bottom: 1px solid #cfe2f0;
}
body .support-cont .table-data > .t-line.last > .item:not(:first-child) {
  padding-top: 0;
}
body .support-cont .table-data > .t-line.last > .item > span {
  display: inline-flex;
  height: 85px;
  font-size: 20px;
  align-items: center;
}
@media (max-width: 600px) {
  body .support-cont .t-1,
  body .support-cont .t-2,
  body .support-cont .t-3 {
    display: block;
  }
  body .support-cont .t-1 .table-data .t-line > .item:not(:first-child),
  body .support-cont .t-2 .table-data .t-line > .item:not(:first-child),
  body .support-cont .t-3 .table-data .t-line > .item:not(:first-child) {
    display: none;
  }
  body .support-cont .t-1 .table-data .t-line.gdpr-package,
  body .support-cont .t-2 .table-data .t-line.gdpr-package,
  body .support-cont .t-3 .table-data .t-line.gdpr-package,
  body .support-cont .t-1 .table-data .t-line.price-service-packages,
  body .support-cont .t-2 .table-data .t-line.price-service-packages,
  body .support-cont .t-3 .table-data .t-line.price-service-packages {
    display: none;
  }
  body .support-cont .t-1.t-3 .table-data .t-line.gdpr-package,
  body .support-cont .t-2.t-3 .table-data .t-line.gdpr-package,
  body .support-cont .t-3.t-3 .table-data .t-line.gdpr-package,
  body .support-cont .t-1.t-3 .table-data .t-line.price-service-packages,
  body .support-cont .t-2.t-3 .table-data .t-line.price-service-packages,
  body .support-cont .t-3.t-3 .table-data .t-line.price-service-packages {
    display: flex;
  }
  body .support-cont .t-1.t-3 .table-data .t-line.gdpr-package > .item:first-child,
  body .support-cont .t-2.t-3 .table-data .t-line.gdpr-package > .item:first-child,
  body .support-cont .t-3.t-3 .table-data .t-line.gdpr-package > .item:first-child,
  body .support-cont .t-1.t-3 .table-data .t-line.price-service-packages > .item:first-child,
  body .support-cont .t-2.t-3 .table-data .t-line.price-service-packages > .item:first-child,
  body .support-cont .t-3.t-3 .table-data .t-line.price-service-packages > .item:first-child {
    width: 45%;
  }
  body .support-cont .t-1.t-3 .table-data .t-line.price-service-packages > .item:first-child,
  body .support-cont .t-2.t-3 .table-data .t-line.price-service-packages > .item:first-child,
  body .support-cont .t-3.t-3 .table-data .t-line.price-service-packages > .item:first-child {
    width: 45%;
  }
  body .support-cont .t-1 .table-data .t-line > .item:nth-child(2),
  body .support-cont .t-1 .table-data .t-line > .item.not-hidden {
    display: block;
  }
  body .support-cont .t-1 .table-data .t-line > .item:nth-child(2).flex,
  body .support-cont .t-1 .table-data .t-line > .item.not-hidden.flex {
    display: flex;
  }
  body .support-cont .t-1 .table-data .t-line > .item:nth-child(2).flex-b,
  body .support-cont .t-1 .table-data .t-line > .item.not-hidden.flex-b {
    display: inline-flex;
  }
  body .support-cont .t-1 .table-data .t-line.blue > .item:nth-child(2),
  body .support-cont .t-1 .table-data .t-line.blue > .item.not-hidden {
    display: flex;
  }
  body .support-cont .t-2 .table-data .t-line > .item:nth-child(3),
  body .support-cont .t-2 .table-data .t-line > .item.not-hidden {
    display: block;
  }
  body .support-cont .t-2 .table-data .t-line > .item:nth-child(3).flex,
  body .support-cont .t-2 .table-data .t-line > .item.not-hidden.flex {
    display: flex;
  }
  body .support-cont .t-2 .table-data .t-line > .item:nth-child(3).flex-b,
  body .support-cont .t-2 .table-data .t-line > .item.not-hidden.flex-b {
    display: inline-flex;
  }
  body .support-cont .t-2 .table-data .t-line.blue > .item:nth-child(3),
  body .support-cont .t-2 .table-data .t-line.blue > .item.not-hidden {
    display: flex;
  }
  body .support-cont .t-3 .table-data .t-line > .item:nth-child(4),
  body .support-cont .t-3 .table-data .t-line > .item.not-hidden {
    display: block;
  }
  body .support-cont .t-3 .table-data .t-line > .item:nth-child(4).flex,
  body .support-cont .t-3 .table-data .t-line > .item.not-hidden.flex {
    display: flex;
  }
  body .support-cont .t-3 .table-data .t-line > .item:nth-child(4).flex-b,
  body .support-cont .t-3 .table-data .t-line > .item.not-hidden.flex-b {
    display: inline-flex;
  }
  body .support-cont .t-3 .table-data .t-line.blue > .item:nth-child(4),
  body .support-cont .t-3 .table-data .t-line.blue > .item.not-hidden {
    display: flex;
  }
  body #support-package {
    position: static !important;
    display: inline-flex !important;
    margin-bottom: 10px;
  }
  body .support-cont .btn-basic {
    padding: 15px 35px;
  }
  body .support-cont .line {
    border-bottom: 0;
  }
  body .support-cont .line > .item {
    border-right: 0;
    width: 100%;
    border-bottom: 1px solid #f0f0f0;
  }
  body .support-cont .table-data > .t-line.blue > .item > strong,
  body .support-cont .table-data > .t-line.blue > .item > span {
    height: auto;
  }
  body .support-cont .table-data > .t-line > .item {
    position: relative;
    max-width: none;
    width: 100%;
    min-height: 115px;
    /*&:after {
                            position: absolute;
                            writing-mode: vertical-lr;
                            text-orientation: upright;
                            right: 0;
                            top: 0;
                            font-size: 14px;
                            padding: 10px;
                            background-color: @base-blue-color;
                            color: white;
                            font-weight: 600;
                        }

                        &:nth-child(2)::after {
                            content: "Standard";
                        }

                        &:nth-child(3)::after {
                            content: "Silver";
                        }

                        &:nth-child(4)::after {
                            content: "Gold";
                        }*/
  }
  body .support-cont .table-data > .t-line > .item:last-child {
    border-bottom: 0;
  }
  body .support-cont .table-data > .t-line > .item:first-child {
    text-align: center;
  }
}
body .agent-aplikace-cont > .top {
  padding-bottom: 30px;
}
body .agent-aplikace-cont > .top > div > div:first-child {
  max-width: 750px;
}
body .agent-aplikace-cont > .top > div > div:last-child {
  padding: 20px 30px;
}
body .agent-aplikace-cont > .top h2 {
  text-align: left;
  text-align: start;
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 20px;
}
body .agent-aplikace-cont .icons {
  padding-bottom: 30px;
}
body .agent-aplikace-cont .icons > h1 {
  margin: 50px 0;
}
body .agent-aplikace-cont .icons .callcentrum-items .one-element {
  width: 320px;
  height: 120px;
}
body .agent-aplikace-cont .icons .callcentrum-items .one-element a {
  pointer-events: none;
  font-size: 17px;
}
body .agent-aplikace-cont .icons .callcentrum-items .one-element.subelement-3,
body .agent-aplikace-cont .icons .callcentrum-items .one-element.subelement-6,
body .agent-aplikace-cont .icons .callcentrum-items .one-element.subelement-9 {
  border-right: 0;
}
body .agent-aplikace-middle-cont {
  background: url(/images/agent_apl_mddle_bg.png) center bottom no-repeat #eff6f5;
}
body .agent-aplikace-middle-cont .middle {
  padding: 60px 0;
}
body .agent-aplikace-middle-cont .middle > div > div:first-child {
  max-width: 650px;
}
body .agent-aplikace-middle-cont .middle > div > div:last-child {
  padding: 0 30px;
}
body .agent-aplikace-bottom-cont {
  background: url(/images/agent_apl_bottom_bg.png) center bottom no-repeat #eff6f5;
}
body .agent-aplikace-bottom-cont .bottom {
  padding: 60px 0;
}
body .agent-aplikace-bottom-cont .bottom > div h2 {
  font-size: 32px;
  font-weight: 600;
  color: #3598dc;
  margin-bottom: 15px;
  margin-top: 0;
}
body .agent-aplikace-bottom-cont .bottom > div.right-img > div:first-child,
body .agent-aplikace-bottom-cont .bottom > div.right-img h2 {
  order: 2;
  text-align: left;
  text-align: start;
}
body .agent-aplikace-bottom-cont .bottom > div > div:first-child,
body .agent-aplikace-bottom-cont .bottom > div > div h2 {
  text-align: right;
  text-align: end;
  max-width: 450px;
}
body .agent-aplikace-bottom-cont .bottom > div > div:last-child {
  padding: 0 60px;
  padding-top: 70px;
}
@media (max-width: 600px) {
  body .agent-aplikace-middle-cont {
    background: #eff6f5;
  }
  body .agent-aplikace-middle-cont .middle > div > div:first-child {
    max-width: 100%;
  }
  body .agent-aplikace-middle-cont .middle > div > div:last-child {
    padding: 30px 30px 0 30px;
  }
  body .agent-aplikace-bottom-cont {
    background: #eff6f5;
  }
  body .agent-aplikace-bottom-cont > div > div:nth-child(2) > div:first-child {
    padding-top: 20px;
  }
  body .agent-aplikace-bottom-cont > div > div:nth-child(2) > div:last-child {
    order: 2;
  }
}
.gdpr-cont .top h2 {
  color: #172a48;
  font-weight: 600;
  text-align: left;
  text-align: start;
  font-size: 32px;
}
.gdpr-cont .bottom {
  padding-top: 40px;
  padding-bottom: 30px;
}
.gdpr-cont .bottom h3 {
  margin-top: 0;
  color: #172a48;
  font-weight: 600;
  text-align: left;
  text-align: start;
  font-size: 22px;
}
.gdpr-cont .bottom img {
  max-width: 100%;
}
.gdpr-bottom-cont {
  background-color: #eff6f5;
}
.gdpr-bottom-cont .top {
  padding: 40px 0;
  border-bottom: 1px dashed #b1cdc9;
}
.gdpr-bottom-cont .top h1 {
  text-align: center;
  margin: 0;
  font-size: 44px;
  color: #3598dc;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 49px;
}
.gdpr-bottom-cont .top h2 {
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  font-size: 30px;
  font-weight: 300;
  line-height: 40px;
}
.gdpr-bottom-cont .top > div {
  align-self: center;
}
.gdpr-bottom-cont .bottom {
  padding-top: 60px;
  padding-bottom: 75px;
}
.gdpr-bottom-cont .bottom > div > :first-child {
  font-size: 32px;
  text-transform: uppercase;
}
.gdpr-bottom-cont .bottom > div > :first-child > div {
  width: 250px;
  text-align: right;
  text-align: end;
}
.gdpr-bottom-cont .bottom > div > :last-child {
  padding-left: 70px;
}
@media (max-width: 600px) {
  body .gdpr-bottom-cont .bottom > div > :first-child > div {
    text-align: center;
  }
  body .gdpr-bottom-cont .bottom > div > :last-child {
    padding-left: 15px;
  }
}
.contact-cont div.top > div iframe {
  max-width: 100%;
}
.contact-cont div.top > div > :first-child {
  width: 260px;
}
.contact-cont div.top > div > :first-child .line {
  width: 100%;
  padding-bottom: 40px;
}
.contact-cont div.top > div > :first-child .line > .top {
  font-size: 18px;
  font-weight: 300;
  display: block;
}
.contact-cont div.top > div > :first-child .line > span > a {
  text-decoration: none;
}
.contact-cont div.top > div > :first-child .line > span:last-child {
  font-size: 22px;
  font-weight: 400;
}
.contact-cont div.top > div > :last-child {
  padding-left: 20px;
}
.contact-cont div.top > div > :last-child h2 {
  color: #172a48;
  margin-top: 0;
  font-size: 22px;
  text-align: left;
  text-align: start;
  font-weight: 700;
}
.contact-cont .bottom {
  padding: 40px 0;
}
.contact-bottom-cont {
  width: 100%;
  height: 60px;
}
@media (max-width: 600px) {
  .contact-cont > div.top > div > div {
    padding-left: 10px!important;
  }
}
.price-list-cont .btn-basic {
  max-width: 100%;
}
.price-list-cont .table-data .t-line.blue > .item {
  align-items: center;
}
.price-list-cont .table-data .t-line.blue > .item strong,
.price-list-cont .table-data .t-line.blue > .item span {
  height: auto!important;
}
/* mobile */
@media (max-width: 600px) {
  .contact-line.heading.flex.f-column {
    padding-top: 10px;
  }
  .contact-form .contact-line.send-button {
    padding-bottom: 10px;
  }
  .contact-form {
    padding: 10px;
  }
  .contact-form .contact-line {
    flex-direction: column;
  }
  .contact-form .input {
    margin-right: 0;
  }
  .contact-form .input > input,
  .contact-form .input > textarea {
    width: 100%;
  }
}
/* mobile */
@media (max-width: 1024px) {
  /*.references > .reference-line {
        width: 100%;
    }*/
  #modal-main2 {
    display: none!important;
  }
  .row-full-flex .one-line > .one-service {
    border: 0 !important;
  }
  .reference-container > .references-box .pre-content > .content {
    justify-content: flex-start;
    overflow: hidden;
    width: 100%;
    /*height: 315px;*/
    position: relative;
    left: 0;
  }
  .box-viewer {
    display: flex;
    margin-top: 35px;
    position: relative;
    right: 0;
    transition: right ease 0.365s;
  }
  .box-viewer * {
    transition: all ease 0.125s;
  }
  .box-viewer .reference-box {
    width: 555px;
    height: 240px;
    position: relative;
    box-shadow: 0px 0px 43px 1px rgba(186, 186, 186, 0.3);
    background-color: #fff;
    color: #2c2c2c;
    font-size: 11pt;
    margin: 20px 0;
  }
  .box-viewer .reference-box.empty {
    display: none;
  }
  .box-viewer .reference-box > .logo {
    display: inline-flex;
    justify-content: center;
    position: absolute;
    background-color: #fff;
    padding: 5px;
    left: calc(50%-40px);
    top: -40px;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    box-shadow: 0px 5px 8px 0px rgba(186, 186, 186, 0.3);
  }
  .box-viewer .reference-box > .logo > img {
    max-width: 60px;
    max-height: 60px;
    align-self: center;
  }
  .box-viewer .reference-box > .text {
    font-weight: 300;
    padding: 62px 20px;
    padding-bottom: 50px;
    line-height: 22pt;
    max-height: 237px;
  }
  .box-viewer .reference-box > .name-box {
    position: absolute;
    text-align: right;
    font-weight: 800;
    right: 20px;
    bottom: 20px;
  }
  .box-viewer .reference-box.active + .no-active {
    display: block;
  }
  .middle-line {
    background: url(/images/middle_line.jpg);
    height: auto;
    padding-top: 40px;
    padding-bottom: 50px;
    margin-bottom: 30px;
  }
  .middle-line .top {
    text-align: center;
    display: block;
  }
  body #carousel-top {
    max-width: 100%;
    padding: 10px;
  }
  body #carousel-top h1 {
    font-size: 50px;
  }
  body #carousel-top .banner-carousel .banner-button {
    letter-spacing: 2px;
    padding: 20px 55px;
  }
  body #carousel-top .carousel .carousel-caption {
    max-width: 100%;
  }
  body #carousel-top.carousel-flex .carousel-content .carousel-item .carousel-item-content h1 {
    font-size: 24pt;
  }
  body .aquarow {
    padding: 15px;
  }
  body .aquarow .cont-flex {
    flex-direction: column;
  }
  body .aquarow .cont-flex .aqua-section {
    width: 100%;
    height: auto;
  }
  body .aquarow .cont-flex .aqua-section.separator {
    margin: 23px 0;
    width: 100%;
    height: auto;
  }
  body .aquarow .cont-flex .aqua-section.separator .arrow::before {
    display: inline-block;
    transform: rotate(90deg);
  }
  body .aquarow .cont-flex .aqua-section > .top {
    text-align: center;
  }
  body .aquarow .cont-flex .aqua-section > .top br {
    display: none;
  }
  body .aquarow .cont-flex .aqua-section > .bottom {
    text-align: center;
  }
  body #chatblock > .container > .right {
    display: none;
  }
  body #tips {
    height: auto;
  }
  body #tips > .container {
    flex-wrap: wrap;
  }
  body #tips > .container > .right {
    padding-left: 0;
    min-width: 100%;
    width: 100%;
    padding-top: 5px;
    padding-bottom: 40px;
  }
  body #tips > .container > .right > h2 {
    font-size: 25px;
  }
  body #tips > .container > .right > .text {
    font-size: 25px;
  }
  body #tips > .container > .left {
    margin-top: 40px;
    /*display: none;*/
  }
  body .counter-container.bottom {
    padding-top: 20px;
  }
  body .counter-container.bottom .counter-block {
    padding: 0;
    max-width: 50%;
    text-align: center;
  }
  body .counter-container.bottom .counter-block > .counter {
    display: block;
    align-self: center;
    text-align: center;
  }
  body #try-it-free-btn-section .container {
    padding-top: 60px;
  }
}
/* Tablet */
@media (min-width: 600px) and (max-width: 1199px) {
  body #tips {
    height: auto;
  }
  body #tips > .container {
    width: 100%;
  }
  body #tips > .container::after,
  body #tips > .container::before {
    content: none;
  }
  body #tips > .container > .left {
    padding: 40px;
  }
  body #tips > .container > .left img {
    width: 100%;
    max-width: 219px;
  }
}
/* mobile */
@media (max-width: 1024px) {
  body .navbar-brand {
    padding: 15px;
  }
  body .navbar-default .navbar-header {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
    align-items: center;
  }
  body .navbar-default .navbar-header::before,
  body .navbar-default .navbar-header::after {
    content: none;
  }
  body .navbar-default .navbar-toggle {
    display: inline-flex;
  }
  body .navbar.navbar-default.navbar-static ul.nav.navbar-nav {
    width: 100%;
    background-color: white;
    margin: 0;
    padding: 10px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
  body .navbar.navbar-default.navbar-static ul.nav.navbar-nav .callcentrum-items > .row > div {
    height: 55px;
  }
  body .navbar.navbar-default.navbar-static ul.nav.navbar-nav > li {
    text-align: left;
    text-align: start;
    max-width: none;
    height: 55px;
  }
  body .navbar.navbar-default.navbar-static ul.nav.navbar-nav > li.is_home.active > a {
    padding-top: 15px;
  }
  body .navbar.navbar-default.navbar-static ul.nav.navbar-nav > li > a {
    min-height: 52px;
    box-sizing: border-box;
    padding-top: 15px;
  }
  body .navbar.navbar-default.navbar-static ul.nav.navbar-nav > li > a:hover {
    border-color: transparent;
  }
  body .navbar.navbar-default.navbar-static ul.nav.navbar-nav > li.open {
    height: auto;
  }
  body .navbar.navbar-default.navbar-static ul.nav.navbar-nav > li.open > a {
    background-color: white;
  }
  body .navbar.navbar-default.navbar-static ul.nav.navbar-nav > li .mobile-submenu {
    text-align: center;
    position: absolute;
    font-size: 20px;
    right: 0;
    top: 0;
    border-color: transparent;
  }
  body .navbar.navbar-default.navbar-static ul.nav.navbar-nav > li .mobile-submenu > b.caret {
    border-top-width: 8px;
    border-right-width: 8px;
    border-left-width: 8px;
  }
}
/* Tablet */
@media (max-width: 1000px) {
  .page-section {
    padding: 0 15px;
  }
  body.subpage .container {
    width: 100%;
  }
  body.subpage img.reporting-img {
    max-width: 100%;
  }
  body.subpage .gallery > a {
    box-shadow: none;
  }
  body.subpage .gallery img {
    max-width: 100%;
    width: 100%;
    max-height: none;
  }
  body.subpage a.gallery-image {
    display: inline-block;
  }
  body.subpage h1.main-h-subpage {
    margin-top: 40px;
  }
  body.subpage .main-content .middle-content > * {
    width: 100%;
    padding-bottom: 15px;
    margin: 0;
  }
  body.subpage .main-content .middle-content .left {
    padding: 0;
  }
  body.subpage .main-content .middle-content .right {
    display: flex;
    flex-direction: column;
  }
  body.subpage .main-content .middle-content .right > * {
    order: 10;
  }
  body.subpage .main-content .middle-content .right #calculation-btn,
  body.subpage .main-content .middle-content .right .phone-section {
    order: 20;
  }
  body.subpage .main-content .middle-content .right #calculation-btn {
    margin-top: 40px;
  }
  body.subpage .row-full-flex > .one-service.top-line {
    max-width: 100%;
  }
}
@media (max-width: 768px) {
  .full-line.footer > .middle-body > .content > .section {
    text-align: center;
  }
  .full-line.footer > .middle-body > .content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    justify-content: center;
  }
}
/* mobile */
@media (max-width: 600px) {
  .full-line.footer > .middle-body > .content {
    display: flex;
  }
  .full-line.footer > .middle-body > .content > .section {
    text-align: center;
  }
  body #footer {
    text-align: center;
  }
  body #footer .left,
  body #footer .right {
    justify-content: center;
    height: auto;
    padding-right: 0;
    padding-top: 20px;
  }
  body #footer .left .bottom.logos-group,
  body #footer .right .bottom.logos-group {
    margin-top: 15px;
  }
  body #footer .left .bottom.logos-group a:last-child,
  body #footer .right .bottom.logos-group a:last-child {
    margin: 0;
  }
}
/* Tablet */
html,
body {
  margin: 0;
  width: 100%;
  height: 100%;
  font-weight: 300;
}
[data-waypoint='true'] {
  opacity: 0;
}
body {
  font-size: 16px;
  font-family: 'Roboto', sans-serif;
  color: #100c2f;
}
.cookieslista {
  font-size: 10pt;
  line-height: 100%;
}
.cookieslista a {
  font-size: 10pt !important;
}
.use-nunito {
  font-family: 'Nunito', 'Roboto', sans-serif;
}
.flex {
  display: flex;
}
.flex-b {
  display: inline-flex;
}
.f-jc-start {
  justify-content: flex-start;
}
.f-jc-end {
  justify-content: flex-end;
}
.f-jc-center {
  justify-content: center;
}
.f-jc-sa {
  justify-content: space-around;
}
.f-jc-sb {
  justify-content: space-between;
}
.f-ai-start {
  align-items: flex-start;
}
.f-ai-end {
  align-items: flex-end;
}
.f-ai-center {
  align-items: center;
}
.f-ai-sa {
  align-items: space-around;
}
.f-ai-sb {
  align-items: space-between;
}
.f-column {
  flex-direction: column;
}
.f-row {
  flex-direction: row;
}
.f-column-r {
  flex-direction: column-reverse;
}
.f-row-r {
  flex-direction: row-reverse;
}
.f-as-center {
  align-self: center;
}
.f-as-start {
  align-self: flex-start;
}
.f-as-end {
  align-self: flex-end;
}
.f-f-eq {
  flex: 1;
}
/* mobile */
@media (max-width: 600px) {
  .mobile-flex {
    display: flex;
  }
  .mobile-flex-b {
    display: inline-flex;
  }
  .mobile-f-jc-start {
    justify-content: flex-start;
  }
  .mobile-f-jc-end {
    justify-content: flex-end;
  }
  .mobile-f-jc-center {
    justify-content: center;
  }
  .mobile-f-jc-sa {
    justify-content: space-around;
  }
  .mobile-f-jc-sb {
    justify-content: space-between;
  }
  .mobile-f-ai-start {
    align-items: flex-start;
  }
  .mobile-f-ai-end {
    align-items: flex-end;
  }
  .mobile-f-ai-center {
    align-items: center;
  }
  .mobile-f-ai-sa {
    align-items: space-around;
  }
  .mobile-f-ai-sb {
    align-items: space-between;
  }
  .mobile-f-column {
    flex-direction: column;
  }
  .mobile-f-row {
    flex-direction: row;
  }
  .mobile-f-column-r {
    flex-direction: column-reverse;
  }
  .mobile-f-row-r {
    flex-direction: row-reverse;
  }
  .mobile-f-as-center {
    align-self: center;
  }
  .mobile-f-as-start {
    align-self: flex-start;
  }
  .mobile-f-as-end {
    align-self: flex-end;
  }
  .mobile-f-f-eq {
    flex: 1;
  }
}
@media (min-width: 600px) and (max-width: 1199px) {
  .tablet-flex {
    display: flex;
  }
  .tablet-flex-b {
    display: inline-flex;
  }
  .tablet-f-jc-start {
    justify-content: flex-start;
  }
  .tablet-f-jc-end {
    justify-content: flex-end;
  }
  .tablet-f-jc-center {
    justify-content: center;
  }
  .tablet-f-jc-sa {
    justify-content: space-around;
  }
  .tablet-f-jc-sb {
    justify-content: space-between;
  }
  .tablet-f-ai-start {
    align-items: flex-start;
  }
  .tablet-f-ai-end {
    align-items: flex-end;
  }
  .tablet-f-ai-center {
    align-items: center;
  }
  .tablet-f-ai-sa {
    align-items: space-around;
  }
  .tablet-f-ai-sb {
    align-items: space-between;
  }
  .tablet-f-column {
    flex-direction: column;
  }
  .tablet-f-row {
    flex-direction: row;
  }
  .tablet-f-column-r {
    flex-direction: column-reverse;
  }
  .tablet-f-row-r {
    flex-direction: row-reverse;
  }
  .tablet-f-as-center {
    align-self: center;
  }
  .tablet-f-as-start {
    align-self: flex-start;
  }
  .tablet-f-as-end {
    align-self: flex-end;
  }
}
/*# sourceMappingURL=global_styles.css.map */