@import url("https://fonts.googleapis.com/css?family=Noto+Sans:400,400i,700&subset=cyrillic");
@import url("https://fonts.googleapis.com/css?family=Rubik:400,500,700&subset=cyrillic");
@import url("https://fonts.googleapis.com/css?family=Tinos:400,400i&subset=cyrillic");
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: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

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

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

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

/* === Responsive grid === */
.clearfix:after, .row:after, .container:after {
  content: '';
  clear: both;
  display: block;
}

.row {
  margin-left: -10px;
  margin-right: -10px;
}

[class*='grid'] {
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 10px;
  padding-right: 10px;
  min-height: 1px;
}

.grid2 {
  width: 16.6666666%;
}

.grid3 {
  width: 25%;
}

.grid4 {
  width: 33.3333333%;
}

.grid5 {
  width: 41.6666666%;
}

.grid6 {
  width: 50%;
}

.grid7 {
  width: 58.3333333%;
}

.grid8 {
  width: 66.6666666%;
}

.grid9 {
  width: 75%;
}

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

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

.pull-right {
  float: right;
}

.input {
  background: 0;
  border: 0;
  -webkit-appearance: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: 38px;
  margin: 0;
  padding: 9px 0;
  outline: none;
  font-size: 14px;
  line-height: 20px;
  font-family: 'Noto Sans', sans-serif;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
}

textarea.input {
  resize: none;
  height: 120px;
}

.btn {
  background: 0;
  border: 2px solid #344fb0;
  -webkit-appearance: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  margin: 0;
  padding: 10px 24px;
  color: #344fb0;
  font-size: 13px;
  line-height: 16px;
  font-weight: 700;
  font-family: 'Noto Sans', sans-serif;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -webkit-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  -ms-transition: all 200ms ease-in-out;
  text-transform: uppercase;
}

input.btn, button.btn {
  height: 40px;
  padding-top: 0;
  padding-bottom: 0;
}

.btn:hover {
  background-color: #344fb0;
  color: #fff;
}

.overlaybox {
  overflow: hidden;
  width: 100%;
}

body {
  color: #353535;
  margin: 0;
  font-size: 16px;
  line-height: 21px;
  font-family: 'Noto Sans', sans-serif;
}

img {
  max-width: 100%;
  border: 0;
}

p {
  margin: 20px 0;
}

b, strong {
  font-weight: 700;
}

i, em {
  font-family: 'Tinos', serif;
  font-style: italic;
}

a {
  color: #344fb0;
  text-decoration: underline;
}

a:hover {
  text-decoration: none;
}

.container {
  margin: 0 auto;
  min-width: 980px;
  max-width: 1190px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 15px;
}

.sitetitle {
  font-size: 65px;
  line-height: 67px;
  font-weight: 700;
  font-family: 'Rubik', sans-serif;
  margin: 0 0 30px;
}

.pagetitle {
  font-size: 36px;
  line-height: 38px;
  font-weight: 700;
  font-family: 'Rubik', sans-serif;
  margin: 0 0 30px;
}

.pagetitle2 {
  font-size: 22px;
  line-height: 24px;
  font-weight: 700;
  font-family: 'Rubik', sans-serif;
  margin: 0 0 16px;
}

.textbox {
  max-width: 730px;
  margin: 0 0 40px;
}

.results {
  font-size: 14px;
  line-height: 20px;
  max-width: 480px;
  margin: 0 0 30px;
}

.textbox3 {
  font-size: 11px;
  line-height: 14px;
  padding-top: 8px;
}
.textbox3 p {
  margin: 10px 0;
}

.textbox3 img {
  display: inline-block;
  vertical-align: middle;
}

.textbox3 b , .textbox3 strong {
  font-family: 'Rubik', sans-serif;
  font-size: 34px;
  line-height: 32px;
  font-weight: 700;
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 0 10px;
}

.arrow {
  max-width: 19px;
  margin-top: -10px;
}

.textborder {
  border-left: 1px solid #d0d0d0;
  padding-left: 18px;
}
.textborder p {
  margin: 0 0 14px;
}
.textborder .happy {
  max-width: 32px;
  margin-top: -8px;
}

/* Header */
.header {
  margin: 0 0 50px;
}

.logobox {
  float: left;
  margin: 14px 15px 0 0;
}

.logobox a {
  background-color: #344fb0;
  color: #fff;
  display: inline-block;
  font-size: 26px;
  text-transform: uppercase;
  text-decoration: none;
  font-family: 'Rubik', sans-serif;
  font-weight: 500;
  line-height: 28px;
  padding: 6px 10px 4px;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}

.navmenu {
  float: left;
  margin: 21px 0 0;
}
.navmenu li {
  font-size: 13px;
  line-height: 14px;
  font-weight: 700;
  text-transform: uppercase;
  display: inline-block;
}
.navmenu li a {
  display: block;
  text-decoration: none;
  color: #191919;
  padding: 5px 8px;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -webkit-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  -ms-transition: all 200ms ease-in-out;
  position:relative;
}
.navmenu li.active a, .navmenu li:hover a {
  background-color: #344fb0;
  color: #fff;
}

.navmenu_overlay {
  background: rgba(255, 255, 255, 0.85);
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 999;
  display: none;
}

.orderbox {
  float: right;
  margin: 21px 0 0;
}

.orderbtn {
  font-size: 11px;
  line-height: 12px;
  padding: 4px 6px;
}

/* showmenu */
.showmenu {
  display: none;
  height: 38px;
  border: 2px solid #344fb0;
  width: 38px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  float: left;
  margin: 14px 0 0;
}
.showmenu span {
  display: block;
  width: 24px;
  margin: 9px 0 0 5px;
}
.showmenu b, .showmenu strong {
  display: block;
  height: 2px;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  background: #344fb0;
  margin: 0 0 5px;
}
.showmenu:hover {
  background-color: #344fb0;
}
.showmenu:hover b, .showmenu:hover strong {
  background-color: #fff;
}

/* Blog */
.blogs {
  margin-bottom: 40px;
}

.blog {
  margin-bottom: 20px;
}
.blog_wrap {
  border-radius: 14px;
  -moz-border-radius: 14px;
  -webkit-border-radius: 14px;
}
.blog_wrap:hover {
  -webkit-box-shadow: 0 2px 12px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 2px 12px rgba(0, 0, 0, 0.3);
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.3);
}
.blog_img {
  display: block;
  height: 130px;
  border-radius: 14px 14px 0 0;
  -moz-border-radius: 14px 14px 0 0;
  -webkit-border-radius: 14px 14px 0 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.blog_content {
  background: #ebebeb;
  padding: 14px 16px;
  border-radius: 0 0 14px 14px;
  -moz-border-radius: 0 0 14px 14px;
  -webkit-border-radius: 0 0 14px 14px;
  font-size: 12px;
  line-height: 18px;
  margin: 0 0 11px;
}
.blog_title {
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
  font-family: 'Rubik', sans-serif;
  display: block;
  margin: 0 0 10px;
}
.blog_title a {
  color: #353535;
  text-decoration: none;
  display: block;
}
.blog_title a:hover {
  color: #344fb0;
  text-decoration: underline;
}
.blog_new {
  background: #344fb0;
  font-size: 10px;
  line-height: 11px;
  text-transform: uppercase;
  display: inline-block;
  padding: 4px 5px;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  color: #fff;
  margin: 0 16px;
}
.blog_date {
  font-size: 10px;
  line-height: 11px;
  margin: 0 16px;
  display: block;
}
/* Update 26.05.2018 */
#blogslider {
  margin: 0 0 40px;
}
#blogslider .owl-dot {
  margin: 0 4px;
  display: inline-block;
  border: 0;
  width: auto;
  height: auto;
}
#blogslider .owl-dot span {
  width: 7px;
  height: 7px;
  border: 2px solid #344fb0;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  opacity: 0.2;
  display: block;
  outline: none;
  background: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
#blogslider .owl-dot.active span {
  background: #344fb0;
  opacity: 1;
  display: block;
}

/* Confes */
.confes {
  margin-bottom: 50px;
}
.confes [class*='grid'] {
  font-size: 12px;
  line-height: 16px;
  margin-bottom: 24px;
}
.confes .pagetitle {
  margin: 0 0 10px;
}
.confes p {
  margin: 0 0 8px;
}
.confes_title {
  font-size: 16px;
  line-height: 18px;
  font-family: 'Rubik', sans-serif;
  font-weight: 500;
  margin: 0 0 10px;
}

/* Contactbox */
.contactbox {
  background-color: #344fb0;
  color: #fff;
  padding: 48px 0;
}
.contactbox .text-right {
  padding-top: 60px;
}
.contactbox .btn {
  border-color: rgba(255, 255, 255, 0.5);
  color: rgba(255, 255, 255, 0.5);
}
.contactbox .btn:hover {
  background: 0;
  border-color: white;
  color: white;
}
.contactbox .textbox {
  margin: 0 0 24px;
}

.inpf {
  border-bottom: 2px solid #fff;
  margin: 0 0 18px;
  position: relative;
}
.inpf:before {
  content: '';
  display: block;
  position: absolute;
  transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -webkit-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
  -ms-transition: all 400ms ease-in-out;
  height: 2px;
  bottom: -2px;
  left: 50%;
  width: 0;
  transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  z-index: 10;
  background: #91a7ff;
}
.inpf.focused:before {
  width: 100%;
}
.inpf.last {
  margin: 0 0 32px;
}
.inpf .input {
  color: #fff;
  width: 100%;
}
.inpf .input::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.inpf .input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.inpf.success:before {
  width: 100%;
}
.inpf.success:after {
  content: '';
  display: block;
  position: absolute;
  height: 10px;
  width: 13px;
  background-image: url('../images/spr-sf960023159.png');
  background-position: 0 -251px;
  background-repeat: no-repeat;
  right: -17px;
  top: 16px;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .inpf.success:after {
    background-image: url('../images/spr-retina-sfc45e047f4.png');
    background-position: 0 -251px;
    -moz-background-size: 42px auto;
    -o-background-size: 42px auto;
    -webkit-background-size: 42px auto;
    background-size: 42px auto;
  }
}

.card {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 385px;
  display: inline-block;
  position: relative;
  padding-left: 90px;
  text-align: left;
}
.card_img {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 75px;
  height: 75px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
}
.card_title {
  font-weight: 500;
  font-family: 'Rubik', sans-serif;
  font-size: 16px;
  line-height: 20px;
  margin: 6px 0 18px;
}
.card p {
  margin: 0 0 14px;
  font-size: 12px;
  line-height: 16px;
}
.card p span {
  font-family: 'Rubik', sans-serif;
  font-weight: 500;
  font-size: 22px;
  line-height: 24px;
  display: block;
  margin: 0 0 4px;
}
.card a {
  color: #fff;
  text-decoration: none;
}

/* Footer */
.footer {
  background-color: #202020;
  padding: 30px 0;
  font-size: 15px;
  line-height: 16px;
  color: #ccc;
}
.footer span {
  margin: 0 36px 0 0;
}
.footer a {
  color: #ccc;
}

.footphone a {
  text-decoration: none;
}
body.cases_page .footer_wrapper {
 width: 100%;
 position: absolute;
 left: 0;
 z-index: 1000;
}
body.cases_page .footer_wrapper.fixed {
 position: fixed;
 top: auto !important;
 bottom: 0;
}
.swipers .swip {
height: 256px;
padding: 26px 40px;
font-size: 11px;
line-height: 14px;
-webkit-transition: all 200ms ease-out;
-moz-transition: all 200ms ease-out;
-ms-transition: all 200ms ease-out;
transition: all 200ms ease-out;
}
.swipers .swip:hover {
-webkit-transform: scale(1.05);
-moz-transform: scale(1.05);
-ms-transform: scale(1.05);
transform: scale(1.05);
}

/* swiper */
.swiper_out {
  margin: 0 0 40px;
  overflow: hidden;
  padding-bottom: 20px;
  position: relative;
}

.swiper_out .wrapper {
  margin: 0 auto;
  max-width: 1190px;
}

.swiper-container {
  position: relative;
  width: 2000px;
}

.swiper-slide {
  width: 590px;
  padding: 0;
}

.swip {
  background: #344fb0;
  width: auto;
  height: 314px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 14px;
  -moz-border-radius: 14px;
  -webkit-border-radius: 14px;
  position: relative;
  margin: 0 0 44px;
  padding: 40px;
  color: #fff;
  font-size: 13px;
  line-height: 16px;
}
.swip_img {
  display: block;
  margin: 0 0 14px;
}
.swip_title {
  display: block;
  font-size: 20px;
  line-height: 24px;
  font-weight: 700;
  margin: 0 0 18px;
}
.swip_title2 {
  font-size: 15px;
  line-height: 18px;
  margin: 0 0 18px;
  font-weight: 700;
}
.swip_title2 small {
  font-size: 11px;
  line-height: 12px;
  display: block;
  margin: 8px 0 0;
  font-weight: 400;
}
.swip_text {
  max-width: 270px;
}
.swip .max170 {
  max-width: 178px;
}
.swip .max210 {
  max-width: 210px;
}
.swip .big {
  font-size: 30px;
  font-weight: 700;
  line-height: 32px;
  display: block;
}
.swip p {
  font-weight: 700;
  font-size: 19px;
  line-height: 22px;
  margin: 0 0 8px;
}
.swip p b, .swip p strong {
  font-weight: 700;
  font-size: 26px;
}
.swip.blue {
  background: #5b9fba;
  background: -moz-linear-gradient(45deg, #5b9fba 0%, #0e4d71 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(45deg, #5b9fba 0%, #0e4d71 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(45deg, #5b9fba 0%, #0e4d71 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5b9fba', endColorstr='#0e4d71',GradientType=1 );
  /* IE6-9 fallback on horizontal gradient */
}
.swip.green {
  background: #49a526;
  background: -moz-linear-gradient(left, #49a526 0%, #45bd18 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #49a526 0%, #45bd18 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #49a526 0%, #45bd18 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#49a526', endColorstr='#45bd18',GradientType=1 );
  /* IE6-9 */
}
.swip.tmg {
  background: #652d92;
  background: -moz-linear-gradient(left, #652d92 0%, #842ccb 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #652d92 0%, #842ccb 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #652d92 0%, #842ccb 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#652d92', endColorstr='#842ccb',GradientType=1 );
  /* IE6-9 */
}
.swip.ecaservice {
  background: #b6c4cd;
  background: -moz-linear-gradient(left, #b6c4cd 0%, #f0faff 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #b6c4cd 0%, #f0faff 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #b6c4cd 0%, #f0faff 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b6c4cd', endColorstr='#f0faff',GradientType=1 );
  /* IE6-9 */
}
.swip.moxa-lk {
  background: #00978c;
  background: -moz-linear-gradient(left, #00978c 0%, #08a5b3 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #00978c 0%, #08a5b3 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #00978c 0%, #08a5b3 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00978c', endColorstr='#08a5b3',GradientType=1 );
  /* IE6-9 */
}
.swip.moxa {
  background: #00978c;
  background: -moz-linear-gradient(left, #00978c 0%, #17aca2 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #00978c 0%, #17aca2 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #00978c 0%, #17aca2 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00978c', endColorstr='#17aca2',GradientType=1 );
  /* IE6-9 */
}
.swip.moxa  img {width: 145px; height: auto;}
.swiper-container .swip.moxa  img {width: 170px; height: auto;}
.swip.moxa .swip_img img {width: 200px;}
.swip.nnz {
  background: #000000 url('/images/new-dpromo/nnz/background-nnz.png') no-repeat right;
  background-size: contain;
}
.swip.nnz  img {width: auto; height: auto;}
.swip.nnz .swip_img img {width: 142px;}
.swiper-container .swip.nnz  img {bottom: 131px!important;}
.swiper-container  .swip.nnz {
  background: #000000 url('/images/new-dpromo/nnz/background-nnz.png') no-repeat right;
  background-size: auto;
}
.swip.crosslife {
  background: #13161e;
  background: -moz-linear-gradient(left, #13161e 0%, #313644  100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #13161e 0%, #313644  100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #13161e 0%, #313644  100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#13161e', endColorstr='#313644',GradientType=1 );
  /* IE6-9 */
}
.swip.crosslife  img {width: 263px; height: auto;}
.swiper-container .swip.crosslife  img {width: 322px; height: auto; right: 14px!important;}
.swip.mts {
  background: #ec1c24;
  background: -moz-linear-gradient(left, #ec1c24 0%, #b21016 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #ec1c24 0%, #b21016 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #ec1c24 0%, #b21016 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ec1c24', endColorstr='#b21016',GradientType=1 );
  /* IE6-9 */
}
.swip.mts  img {width: 320px; height: auto;}
.swip.mts .swip_img img {width: 112px;}
.swiper-container .swip.mts  img {width: 370px; right: -35px!important; bottom: -21px!important;}
.swiper-container .swip.mts .swip_img   img {width: 112px;}
.swip.clubturbo {
  background: #df271c;
  background: -moz-linear-gradient(left, #d44114 0%, #df271c 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #d44114 0%, #df271c 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #d44114 0%, #df271c 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d44114', endColorstr='#df271c',GradientType=1 );
  /* IE6-9 */
}
.swip.ormco {
  background: #08477d;
  background: -moz-linear-gradient(left, #08477d 0%, #20629b 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #08477d 0%, #20629b 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #08477d 0%, #20629b 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#08477d', endColorstr='#20629b',GradientType=1 );
  /* IE6-9 */
}
.swip.hamilton {
  background: #ebebeb;
  background: -moz-linear-gradient(left, #ebebeb 0%, #c6c6c6 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #ebebeb 0%, #c6c6c6 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #ebebeb 0%, #c6c6c6 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ebebeb', endColorstr='#c6c6c6',GradientType=1 );
  /* IE6-9 */
  color: #353535;
}
.swip.spic {
  background: #44525f;
  background: -moz-linear-gradient(45deg, #44525f 0%, #30333a 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(45deg, #44525f 0%, #30333a 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(45deg, #44525f 0%, #30333a 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#44525f', endColorstr='#30333a',GradientType=1 );
  /* IE6-9 fallback on horizontal gradient */
}
.swip.hamilton .swip_title2 {
  margin: 0 0 24px;
}
.swip.hamilton .smalltext {
  font-size: 11px;
  line-height: 14px;
  max-width: 180px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 52px;
}
.swip.piter {
  background: url(../images/horse.jpg) center bottom no-repeat;
  background-size: cover;
  color: #353535;
}
.swip.piter .swip_title2 {
  margin: 0 0 24px;
}
.swip.piter .smalltext {
  font-size: 11px;
  line-height: 14px;
  max-width: 220px;
}
.swip_sea {
  position: absolute;
  right: -34px;
  top: 40px;
}
.swip_phone {
  position: absolute;
  right: -64px;
  top: 18px;
}
.swip_phone2 {
  position: absolute;
  right: 20px;
  bottom: 0;
}
.swip_ham {
  position: absolute;
  right: 0;
  bottom: -18px;
}

.swiper-slide .swip {
  width: 100%;
  margin: 20px;
}

.swiper-slide-active .swip {
  -webkit-box-shadow: 0 0 20px rgba(60, 128, 159, 0.7);
  -moz-box-shadow: 0 0 20px rgba(60, 128, 159, 0.7);
  box-shadow: 0 0 20px rgba(60, 128, 159, 0.7);
}

.swiper-pagination-bullet {
  width: 7px;
  height: 7px;
  border: 2px solid #344fb0;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  margin: 0 4px;
  display: inline-block;
  outline: none;
  background: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.swiper-pagination-bullet-active {
  background: #344fb0;
}

.swiper-button-prev, .swiper-button-next {
  outline: none;
  display: none;
}

.swipers {
  margin: 0 -22px 20px;
}

.swipers .grid6 {
  padding-left: 22px;
  padding-right: 22px;
}

.swipers .swip {
  height: 256px;
  padding: 26px 40px;
  font-size: 11px;
  line-height: 14px;
}

.swipbig {
  margin: 0 0 44px;
  position: relative;
}

.swipbig .swip {
  margin: 0;
  max-width: 590px;
  position: relative;
  z-index: 10;
}

.swiphide {
  background: #ebebeb;
  border-radius: 0 14px 14px 0;
  -moz-border-radius: 0 14px 14px 0;
  -webkit-border-radius: 0 14px 14px 0;
  padding: 24px 40px;
  padding-left: 60px;
  font-size: 13px;
  line-height: 18px;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  left: 570px;
}
.swiphide p {
  margin: 0 0 16px;
}
.swiphide p:last-child {
  margin: 0;
}
.swiphide h2 {
  font-family: 'Rubik', sans-serif;
  font-size: 18px;
  line-height: 20px;
  font-weight: 700;
  margin: 0 0 16px;
}
.swiphide .date {
  font-size: 12px;
  line-height: 14px;
}

/* Company */
.comp {
  border-top: 1px solid #e1e1e1;
  padding: 28px 0;
  position: relative;
  font-size: 14px;
  line-height: 20px;
  padding-left: 120px;
}
.comp.last {
  border-bottom: 1px solid #e1e1e1;
  margin: 0 0 28px;
}
.comp_num {
  font-family: 'Rubik', sans-serif;
  font-size: 22px;
  line-height: 26px;
  color: #b4b6b8;
  font-weight: 700;
  position: absolute;
  left: 0;
  top: 28px;
}
.comp_title {
  font-family: 'Rubik', sans-serif;
  font-size: 22px;
  line-height: 26px;
  font-weight: 700;
  margin: 0 0 14px;
}
.comp_content {
  max-width: 730px;
}
.comp p {
  margin: 0 0 14px;
}
.comp p i {
  font-size: 18px;
  line-height: 22px;
}
.comp p:last-child {
  margin: 0;
}

.digbox {
  display: inline-block;
  font-size: 20px;
  font-weight: 700;
  font-family: 'Rubik', sans-serif;
  line-height: 24px;
  max-width: 210px;
  margin: 0 40px 24px 0;
}
.digbox b,  .digbox strong{
  display: block;
  font-size: 100px;
  line-height: 80px;
  margin: 0 0 8px;
}
.digbox small {
  font-size: 70px;
  line-height: 70px;
}
.digbox span {
  font-size: 20px;
  line-height: 22px;
  font-weight: 700;
}

.digbox_float:after {
  content: "";
  clear: both;
  display: block;
}
.digbox_float b , .digbox_float strong{
  float: left;
  margin: 0 10px 0 0;
}
.digbox_float span {
  float: left;
  max-width: 120px;
  margin-top: 34px;
}

.userbox {
  padding-left: 70px;
  position: relative;
  margin: 24px 0;
}
.userbox b , .userbox strong{
  display: block;
  margin: 0 0 2px;
}
.userbox img {
  position: absolute;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  left: 0;
  top: 50%;
  margin-top: -26px;
}
.userbox:last-child {
  margin-bottom: 0;
}

.aboutblue {
  background-color: #344fb0;
  padding: 44px 0;
  color: #fff;
}
.aboutblue a {
  color: #fff;
}
.aboutblue p {
  max-width: 480px;
  margin: 0 0 14px;
}
.aboutblue p:last-child {
  margin: 0;
}
.aboutblue .digbox {
  margin: 0;
  max-width: 260px;
}

.images_list img {
  display: inline-block;
  vertical-align: middle;
  margin: 0 34px 0 0;
  max-height: 30px;
  max-width: 110px;
}

/* Service */
.servtitle {
  font-size: 45px;
  line-height: 48px;
  font-weight: 700;
  margin: 0 0 80px;
  font-family: 'Rubik', sans-serif;
}

.servbox {
  background: #f4f4f4;
  border-radius: 18px;
  -moz-border-radius: 18px;
  -webkit-border-radius: 18px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: inset 0 0 30px rgba(0, 0, 0, 0.03);
  -moz-box-shadow: inset 0 0 30px rgba(0, 0, 0, 0.03);
  box-shadow: inset 0 0 30px rgba(0, 0, 0, 0.03);
  position: relative;
  padding: 20px;
  min-height: 264px;
  margin: 0 0 50px;
}
.servbox_img {
  text-align: center;
  position: absolute;
  left: 0;
  width: 100%;
  top: -88px;
}
.servbox_img img {
  height: 290px;
}
.servbox_name {
  font-family: 'Rubik', sans-serif;
  font-size: 22px;
  line-height: 24px;
  text-align: center;
  position: absolute;
  left: 0;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 10px;
  bottom: 22px;
  font-weight: 700;
}

/* Contactgrey */
.container_pad {
  padding-bottom: 10px;
}

.contactgrey {
  background-color: #f7f7f7;
  padding: 40px 0;
  font-size: 14px;
  line-height: 20px;
}
.contactgrey .pagetitle {
  font-size: 28px;
  line-height: 30px;
  margin: 0 0 20px;
}
.contactgrey .textbox_small {
  margin: 0 0 14px;
}
.contactgrey .container {
  position: relative;
}
.contactgrey .container:before {
  content: '';
  display: block;
  position: absolute;
  height: 38px;
  width: 40px;
  background-image: url('../images/spr-sf960023159.png');
  background-position: 0 -63px;
  background-repeat: no-repeat;
  top: -78px;
  left: 2px;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .contactgrey .container:before {
    background-image: url('../images/spr-retina-sfc45e047f4.png');
    background-position: 0 -63px;
    -moz-background-size: 42px auto;
    -o-background-size: 42px auto;
    -webkit-background-size: 42px auto;
    background-size: 42px auto;
  }
}

.address {
  font-size: 13px;
  line-height: 16px;
  margin-bottom: 44px;
}
.address_rt {
  border-left: 1px solid #e2e2e2;
  padding-left: 26px;
  padding-top: 4px;
  padding-bottom: 4px;
}
.address p {
  margin: 0 0 16px;
  max-width: 350px;
}
.address p:last-child {
  margin: 0;
}
.address p.address_phone {
  font-size: 36px;
  line-height: 36px;
  font-weight: 700;
  font-family: 'Rubik', sans-serif;
  max-width: none;
}
.address p.address_phone.tel a {
  color: #353535;
  text-decoration: none;
}

.userbox.userbox2 {
  margin: 0 0 48px;
  font-size: 13px;
  line-height: 16px;
}

/* MODALWIN */
.modalwin {
  background: #344fb0;
  width: 400px;
  position: fixed;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1500;
  padding: 40px;
  display: block;
  overflow: auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -webkit-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  -ms-transition: all 200ms ease-in-out;
  transform: translateX(460px);
  -moz-transform: translateX(460px);
  -webkit-transform: translateX(460px);
}
.modalwin.opened {
  transform: translateX(0);
  -moz-transform: translateX(0);
  -webkit-transform: translateX(0);
}

.modalwin_overlay {
  background: rgba(255, 255, 255, 0.7);
  position: fixed;
  z-index: 1499;
  display: none;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.modal_title {
  color: #f1f3f5;
  font-size: 32px;
  line-height: 34px;
  font-weight: 300;
  margin: 0 0 25px;
}

.modalwin .btn {
  background: 0;
  border: 2px solid #fff;
  color: #fff;
  margin: 0 0 25px;
  width: 100%;
}

.modalwin .day {
  color: #fff;
  font-size: 12px;
  line-height: 14px;
  position: relative;
  margin: 0 0 20px;
}

.modal_info {
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  padding: 17px 0 0;
  color: #fff;
  font-size: 12px;
  line-height: 14px;
}

.modal_info a {
  color: #fff;
}

.modal_close {
  height: 41px;
  width: 42px;
  background-image: url('../images/spr-sf960023159.png');
  background-position: 0 -281px;
  background-repeat: no-repeat;
  position: absolute;
  top: 18px;
  right: 25px;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .modal_close {
    background-image: url('../images/spr-retina-sfc45e047f4.png');
    background-position: 0 -281px;
    -moz-background-size: 42px auto;
    -o-background-size: 42px auto;
    -webkit-background-size: 42px auto;
    background-size: 42px auto;
  }
}

/* BLOG */
.blogbox {
  position: relative;
  padding: 0 165px;
  margin: 0 0 40px;
}
.blogbox h2 {
  font-weight: 100;
  font-size: 35px;
  line-height: 36px;
  margin: 0 0 30px;
}
.blogbox h2 a {
  text-decoration: none;
}
.blogbox h2 a:hover {
  text-decoration: underline;
}

.blog_date {
  font-size: 12px;
  line-height: 12px;
  position: absolute;
  left: 0;
  top: 12px;
  font-weight: 100;
}

.blog_entry {
  border-bottom: 1px solid #ebebeb;
  padding: 0 0 35px;
  font-size: 14px;
  line-height: 20px;
}
.blog_entry:after {
  content: "";
  clear: both;
  display: block;
}

.blogbox.last .blog_entry {
  border: 0;
  padding: 0;
}

.blog_entry p {
  margin: 0 0 20px;
}

.blog_entry img {
  max-width: 100%;
}

/* Pagination */
.pagination {
  background: #ebebeb;
  padding: 50px 0;
}
.pagination .container {
  padding-left: 175px;
}
.pagination a, .pagination span {
  border: 1px solid #aaaebd;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  display: inline-block;
  width: 29px;
  height: 29px;
  text-align: center;
  font-weight: 300;
  font-size: 13px;
  line-height: 29px;
  text-decoration: none;
  color: #344fb0;
  margin: 0 8px 0 0;
}
.pagination a.all {
  width: auto;
  padding: 0 10px;
  border-radius: 29px;
  -moz-border-radius: 29px;
  -webkit-border-radius: 29px;
  font-size: 11px;
}
.pagination span, .pagination a:hover {
  background: #344fb0;
  border-color: #344fb0;
  color: #fff;
}

/* Blogfull */
.blogfull_out {
  font-size: 15px;
  line-height: 22px;
}

.blogfull_out .container {
  max-width: 764px;
  margin: 0 auto;
  position: relative;
}

.blogfull_out {
  padding: 0 0 40px;
}
.blogfull_out h1 {
  color: #353535;
  font-size: 55px;
  font-weight: 100;
  line-height: 50px;
  margin: 0 60px 20px;
}
.blogfull_out h2 {
  color: #353535;
  font-size: 35px;
  font-weight: 100;
  line-height: 35px;
  margin: 20px 60px;
}
.blogfull_out h3 {
  color: #353535;
  font-size: 27px;
  font-weight: 100;
  line-height: 27px;
  margin: 20px 60px;
}
.blogfull_out h4 {
  color: #353535;
  font-size: 22px;
  font-weight: 100;
  line-height: 27px;
  margin: 20px 60px;
}
.blogfull_out .epigraf {
  color: #6d6e71;
  font-size: 18px;
  line-height: 22px;
  margin: 0 60px 30px;
}
.blogfull_out .epigraf b, .blogfull_out .epigraf strong {
  font-weight: 600;
}
.blogfull_out img {
  max-width: 100%;
}
.blogfull_out p {
  margin: 20px 60px;
}
.blogfull_out b , .blogfull_out strong{
  font-weight: 600;
}
.blogfull_out blockquote {
  background: #ebebeb;
  margin: 30px 0;
  padding: 20px 60px;
  border-radius: 15px;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
}
.blogfull_out blockquote h4, .blogfull_out blockquote p {
  margin: 0;
}
.blogfull_out ul {
  margin: 20px 60px;
}
.blogfull_out ul li {
  padding-left: 12px;
  position: relative;
  margin: 5px 0;
}
.blogfull_out ul li:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  height: 1px;
  background: #5b5c60;
  width: 8px;
  top: 11px;
}

.blogfull_date {
  position: absolute;
   left: -90px;
  width: 125px;
  top: 12px;
  font-size: 12px;
  line-height: 12px;
  text-align: center;
}
.blogfull_date .prev, .blogfull_date .next {
  border: 1px solid #cdcbd7;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  position: absolute;
  top: -5px;
  display: block;
}
.blogfull_date .prev:before, .blogfull_date .next:before {
  content: '';
  display: block;
  position: absolute;
  height: 10px;
  width: 6px;
  background-image: url('../images/spr-sf960023159.png');
  background-position: 0 -33px;
  background-repeat: no-repeat;
  top: 5px;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .blogfull_date .prev:before, .blogfull_date .next:before {
    background-image: url('../images/spr-retina-sfc45e047f4.png');
    background-position: 0 -33px;
    -moz-background-size: 42px auto;
    -o-background-size: 42px auto;
    -webkit-background-size: 42px auto;
    background-size: 42px auto;
  }
}
.blogfull_date .prev {
  left: 0;
}
.blogfull_date .prev:before {
  transform: rotate(180deg);
  left: 6px;
}
.blogfull_date .next {
  right: 0;
}
.blogfull_date .next:before {
  right: 6px;
}

/* Gallery */
.gallery {
  margin: 30px -5px;
}
.gallery:after {
  content: "";
  clear: both;
  display: block;
}
.gallery_item {
  float: left;
  width: 33.3333333333%;
  margin: 0 0 10px;
}
.gallery_item .in {
  margin: 0 5px;
}
.gallery_item img {
  display: block;
  transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -webkit-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  -ms-transition: all 200ms ease-in-out;
}
.gallery_item img:hover {
  transform: scale(1.04);
  -moz-transform: scale(1.04);
  -webkit-transform: scale(1.04);
  -ms-transform: scale(1.04);
}

/* blog_slider */
.owl-prev, .owl-next {
  width: 67px;
  height: 240px;
  background: rgba(0, 0, 0, 0.25);
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -120px;
  opacity: 0;
  text-indent: -9999px;
}

.owl-prev {
  border-radius: 0 22px 22px 0;
  -moz-border-radius: 0 22px 22px 0;
  -webkit-border-radius: 0 22px 22px 0;
  left: 0;
}

.owl-next {
  border-radius: 22px 0 0 22px;
  -moz-border-radius: 22px 0 0 22px;
  -webkit-border-radius: 22px 0 0 22px;
  right: 0;
}

.carousel:hover .owl-prev,
.carousel:hover .owl-next {
  opacity: 1;
}

.owl-prev:before, .owl-next:before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -22px;
}

.owl-prev:before {
  height: 45px;
  width: 24px;
  background-image: url('../images/spr-sf960023159.png');
  background-position: 0 -121px;
  background-repeat: no-repeat;
  left: 18px;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .owl-prev:before {
    background-image: url('../images/spr-retina-sfc45e047f4.png');
    background-position: 0 -121px;
    -moz-background-size: 42px auto;
    -o-background-size: 42px auto;
    -webkit-background-size: 42px auto;
    background-size: 42px auto;
  }
}

.owl-next:before {
  height: 45px;
  width: 24px;
  background-image: url('../images/spr-sf960023159.png');
  background-position: 0 -186px;
  background-repeat: no-repeat;
  right: 18px;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .owl-next:before {
    background-image: url('../images/spr-retina-sfc45e047f4.png');
    background-position: 0 -186px;
    -moz-background-size: 42px auto;
    -o-background-size: 42px auto;
    -webkit-background-size: 42px auto;
    background-size: 42px auto;
  }
}

.owl-dots {
  text-align: center;
  margin: 35px 0 0;
}

.owl-dot {
  width: 8px;
  height: 8px;
  padding: 3px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  display: inline-block;
  margin: 0 1px;
}

.owl-dot span {
  width: 8px;
  height: 8px;
  background: #b7bdce;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  display: block;
}

.owl-dot.active {
  background: #344fb0;
}

.blog_slider {
  position: relative;
  margin: 30px 0;
}
.blog_slider .container {
  max-width: 764px;
}
.blog_slider .item img {
  max-width: 100%;
  display: block;
}
.blog_slider .owl-prev, .blog_slider .owl-next {
  opacity: 0;
  transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -webkit-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  -ms-transition: all 200ms ease-in-out;
}
.blog_slider:hover .owl-prev, .blog_slider:hover .owl-next {
  opacity: 1;
}
.blog_slider .owl-dots {
  text-align: center;
  margin: 20px 0 0;
}
.blog_slider .owl-carousel {
  position: static !important;
  max-width: 764px;
  margin: 0 auto;
}

.scrolltable {
  margin: 30px 60px;
}

.scrolltable table {
  width: 100%;
  border-collapse: collapse;
}

.scrolltable table th {
  background: #ebebeb;
  border: 1px solid #ebebeb;
  font-weight: 600;
  font-size: 15px;
  padding: 10px 15px;
}

.scrolltable table td {
  border: 1px solid #ebebeb;
  font-weight: 300;
  font-size: 15px;
  padding: 10px 15px;
}

.scrolltable table tr.odd td {
  background: #f1f1f1;
}

.footnote {
  position: relative;
  border-top: 1px solid #dbdbdb;
  margin: 30px 60px;
  padding: 20px 0 0;
}

.footnote_in {
  border: 1px solid #cdcbd7;
  border-radius: 22px;
  width: 102px;
  position: absolute;
  right: -160px;
  top: -20px;
  font-size: 12px;
  line-height: 16px;
  padding: 15px 20px;
}

.footnote p {
  margin: 0;
}

.footnote:before {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  background: #dbdbdb;
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: -3px;
}

/* interest */
a.readmore2 {
  color: #5268b9;
  text-decoration: none;
  position: relative;
  padding-right: 17px;
  display: inline-block;
}
a.readmore2:before {
  content: '';
  display: block;
  position: absolute;
  transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -webkit-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  -ms-transition: all 200ms ease-in-out;
  height: 10px;
  width: 6px;
  background-image: url('../images/spr-sf960023159.png');
  background-position: 0 -33px;
  background-repeat: no-repeat;
  right: 0;
  top: 50%;
  margin-top: -5px;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  a.readmore2:before {
    background-image: url('../images/spr-retina-sfc45e047f4.png');
    background-position: 0 -33px;
    -moz-background-size: 42px auto;
    -o-background-size: 42px auto;
    -webkit-background-size: 42px auto;
    background-size: 42px auto;
  }
}
a.readmore2:hover::before {
  transform: translateX(10px);
  -moz-transform: translateX(10px);
  -webkit-transform: translateX(10px);
  -ms-transform: translateX(10px);
}

.dopservices {
  margin: 0 -17px;
  padding: 55px 0;
}

.dopservice_box {
  float: left;
  margin: 0 0 34px;
  width: 25%;
}
.dopservice_box .in {
  margin: 0 17px;
  border: 1px solid #babcca;
  border-radius: 22px;
  -moz-border-radius: 22px;
  -webkit-border-radius: 22px;
  min-height: 180px;
}

.dopservice_name {
  color: #344fb0;
  border-bottom: 1px solid #babcca;
  padding: 18px 22px;
  font-size: 15px;
  line-height: 16px;
}
.dopservice_name a {
  color: #344fb0;
  text-decoration: none;
}

.dopservice_txt {
  padding: 18px 22px;
  font-size: 12px;
  line-height: 16px;
  margin: 0 0 10px;
}

.dopservice_box.big {
  width: 46%;
}

.dopservice_box.big .in {
  padding: 15px 22px;
  min-height: 0;
}

.dopservice_box.big .tbl {
  display: table;
  width: 100%;
}

.dopservice_box.big .dopservice_name {
  padding: 0;
  border: 0;
  font-size: 16px;
  line-height: 20px;
  margin: 0 0 10px;
}

.dopservice_box.big .dopservice_txt {
  padding: 0;
}

.dopservice_img {
  display: table-cell;
  vertical-align: middle;
  padding-right: 25px;
}

.dopservice_entry {
  display: table-cell;
  vertical-align: middle;
  height: 150px;
}

.dopservice_box .in:hover {
  border-color: #738ddc;
}

.dopservice_box .in:hover .dopservice_name {
  border-color: #738ddc;
}

.interest {
  background: #ededed;
  padding: 54px 0 46px;
}
.interest h2 {
  color: #4b4b4b;
  font-size: 24px;
  line-height: 26px;
  margin: 0 0 28px;
  font-family: 'Noto Sans', sans-serif;
  font-weight: 400;
}
.interest .dopservices {
  margin: 0 -7px;
  padding: 0;
}
.interest .dopservices_box {
  width: 25%;
  margin: 0 0 14px;
}
.interest .dopservices_box .in {
  margin: 0 7px;
  min-height: 180px;
}
.interest .dopservices_box.big {
  width: 50%;
}
.interest .dopservices_box.big .in {
  min-height: 150px;
}

/* page_header */
.page_header {
  margin: 0 0 50px;
}

/*
.page_header h1 {
  float: left;
  margin: 0;
  color: #57595a;
  font-size: 32px;
  line-height: 34px;
}
*/
.page_header .all_services {
  float: right;
  margin: 10px 0 0;
}

.all_services {
  position: relative;
  color: #344fb0;
  font-size: 18px;
  line-height: 20px;
  font-weight: 300;
  padding-right: 20px;
  text-decoration: none;
}
.all_services:before {
  content: '';
  display: block;
  position: absolute;
  height: 10px;
  width: 11px;
  background-image: url('../images/spr-sf960023159.png');
  background-position: 0 -342px;
  background-repeat: no-repeat;
  right: 0;
  top: 7px;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .all_services:before {
    background-image: url('../images/spr-retina-sfc45e047f4.png');
    background-position: 0 -342px;
    -moz-background-size: 42px auto;
    -o-background-size: 42px auto;
    -webkit-background-size: 42px auto;
    background-size: 42px auto;
  }
}
.all_services:hover {
  opacity: 0.7;
}
.all_services:hover:before {
  opacity: 0.8;
}

/* single_case_table */
.single_case_table_out {
  border: 1px solid #cdcbd7;
  border-radius: 20px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  margin: 0 0 60px;
}

.sct {
  display: table;
  width: 100%;
}

.sct_cell {
  display: table-cell;
  vertical-align: middle;
}

.sct_txt {
  border-left: 1px solid #cdcbd7;
  border-right: 1px solid #cdcbd7;
  padding: 20px;
  color: #5b5c60;
  font-size: 13px;
  font-weight: 300;
  line-height: 16px;
}

.sct_name {
  width: 240px;
  text-align: center;
  font-size: 18px;
  line-height: 20px;
  font-weight: 300;
}

.sct_name a {
  color: #344fb0;
  text-decoration: none;
}
.sct_name a:hover {
  opacity: 0.7;
}

.sct_date {
  width: 156px;
  color: #70727c;
  font-size: 12px;
  font-weight: 100;
  text-align: center;
}

.sct_name a {
  padding-left: 30px;
  position: relative;
  display: inline-block;
}
.sct_name a img {
  position: absolute;
  left: 0;
  top: 2px;
  max-width: 18px;
  max-height: 19px;
}

/* Single case */
.single_case_outer {
  background: #fff;
  padding: 45px 0;
}

.single_case {
  color: #5b5c60;
  font-size: 15px;
  line-height: 21px;
}

.single_case img {
  max-width: 100%;
}

.single_case h2 {
  color: #353535;
  font-size: 55px;
  line-height: 55px;
  font-weight: 100;
  margin: 20px 0;
}

.single_case h3 {
  color: #353535;
  font-size: 27px;
  line-height: 28px;
  font-weight: 100;
  margin: 10px 0;
}

.single_case h2,
.single_case h3,
.single_case p,
.single_case ul, .single_case ol {
  margin: 30px 165px;
}

.single_case .footnote {
  margin: 30px 165px;
}

.single_case .footnote p {
  margin: 0 0 20px;
}

.single_case ul li {
  padding-left: 15px;
  position: relative;
}

.single_case ul li:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 10px;
  background: #5b5c60;
  height: 1px;
  width: 10px;
}

/* Image settings */
.img-border {
  border-radius: 14px;
  -moz-border-radius: 14px;
  -webkit-border-radius: 14px;
  margin: 30px auto;
  display: block;
}

.img-shadow {
  box-shadow: 0px 0 8px #aaa;
  margin: 30px 0;
  margin: 30px auto;
  display: block;
}

.img-center {
  margin: 30px auto;
  display: block;
}

/* services_win */
#services_win {
  /*background: #000;*/
  width: 345px;
  padding: 95px 40px 0 60px;
}

#services_win h2 {
  color: #fff;
  font-size: 28px;
  line-height: 30px;
  font-weight: 100;
  margin: 0 0 20px;
}

#services_win h2 a {
  color: #fff;
  text-decoration: none;
}

#services_win p {
  font-size: 14px;
  line-height: 18px;
  font-weight: 100;
  margin: 0 20px 15px 0;
}

#services_win p a {
  color: #a1b5fb;
  text-decoration: none;
}

#services_win p.marg55 {
  margin: 0 0 65px;
}

#services_win p.active {
  margin-right: 10px;
  margin-left: -30px;
}

#services_win p.active a.readmore2 {
  background: #383d4f;
  display: inline-block;
  position: relative;
  padding: 4px 15px 6px 30px;
  border-radius: 20px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  color: #fff;
}

#services_win p.active a.readmore2:before {
  display: none;
  content: none;
}

.modalwin_overlay {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 999;
  display: none;
}

/* Realized */
.realized {
  background: #e0e6ea;
  padding: 60px 0;
}

.realized h2 {
  color: #57595a;
  font-size: 24px;
  line-height: 24px;
  margin: 0 0 30px;
  font-weight: 300;
}

/* feedback_info */
.feedback_info {
  display: table;
  width: 100%;
}

.feedback_info_img {
  border: 1px solid #b5b8c7;
  border-right: 0;
  display: table-cell;
  vertical-align: middle;
  border-radius: 22px 0 0 22px;
}

.feedback_info_email {
  border-top: 1px solid #b5b8c7;
  border-bottom: 1px solid #b5b8c7;
  display: table-cell;
  vertical-align: top;
}

.feedback_info_txt {
  border: 1px solid #b5b8c7;
  display: table-cell;
  vertical-align: middle;
  border-radius: 0 22px 22px 0;
  padding: 17px 40px;
  font-size: 14px;
}

.feedback_info .readmore2:before {
  height: 13px;
  width: 7px;
  background-image: url('../images/spr-sf960023159.png');
  background-position: 0 0;
  background-repeat: no-repeat;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .feedback_info .readmore2:before {
    background-image: url('../images/spr-retina-sfc45e047f4.png');
    background-position: 0 0;
    -moz-background-size: 42px auto;
    -o-background-size: 42px auto;
    -webkit-background-size: 42px auto;
    background-size: 42px auto;
  }
}

.feedback_info_name {
  font-size: 22px;
  line-height: 22px;
  margin: 0 0 15px;
  display: block;
}

.feedback_info_img {
  padding: 17px 25px;
}

.fi_out {
  position: relative;
  display: inline-block;
}

.fi_out img {
  max-width: 130px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
}

.fi_photo_name {
  display: block;
  position: absolute;
  background: #738ddc;
  padding: 0 10px;
  height: 34px;
  line-height: 34px;
  color: #fff;
  font-size: 12px;
  font-weight: 300;
  left: 50%;
  bottom: 10px;
  border-radius: 34px;
  min-width: 100px;
  text-align: center;
}

.feedback_info_email {
  padding: 30px 40px 20px 0;
  color: #70727c;
  font-size: 15px;
  line-height: 16px;
  font-weight: 300;
}

.feedback_info_email p {
  margin: 0 0 12px;
}

.feedback_info_email a {
  color: #5268b9;
}

/* Responsive */
@media screen and (max-width: 1200px) {
  /* Blogfull */
  .blogfull_date {
    position: relative;
    left: auto;
    width: 125px;
    top: auto;
    margin: 0 60px 20px;
  }

  .footnote {
    margin: 30px 160px 30px 60px;
  }

  .footnote_in {
    right: -160px;
  }
}
@media screen and (max-width: 1060px) {
  .swipers {
    margin: 0 -10px 20px;
  }

  .swipers .grid6 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .swip {
    margin: 0 0 20px;
  }

  .swipbig {
    margin: 0 0 20px;
  }

  .swipbig .swip {
    max-width: none;
    margin: 0 0 6px;
  }

  .swiphide {
    border-radius: 14px;
    -moz-border-radius: 14px;
    -webkit-border-radius: 14px;
    position: relative;
    right: auto;
    left: auto;
    top: auto;
    bottom: auto;
    padding: 24px 40px;
  }

  /* SERVICES PAGE */
  .dopservices {
    margin: 0;
    padding: 30px 0;
  }

  .dopservice_box {
    margin: 0 0 20px;
  }

  .dopservice_box .in {
    margin: 0 10px;
    min-height: 200px;
  }

  .dopservice_entry {
    height: 174px;
  }

  .dopservice_img img {
    max-width: 100px;
  }

  .interest .dopservice_box.big .dopservice_entry {
    height: 140px;
  }

  /* single_case */
  .single_case h2,
  .single_case h3,
  .single_case p,
  .single_case ul {
    margin: 30px 0;
  }

  .single_case .footnote {
    margin: 30px 160px 30px 0;
  }

  .page_header_long h1 {
    float: none;
    margin: 0 0 20px;
  }

  .page_header_long .all_services {
    float: none;
    margin: 0;
  }
}
@media screen and (max-width: 1010px) {
  .container {
    width: 720px;
    min-width: 0;
  }

  .swiper_out .wrapper {
    width: 760px;
  }

  .tb6 {
    width: 50%;
  }

  .tb12 {
    width: 100%;
  }

  .tb-hidden {
    display: none !important;
  }

  .sitetitle {
    font-size: 40px;
    line-height: 42px;
  }

  .pagetitle {
    font-size: 26px;
    line-height: 28px;
  }

  .address p.address_phone {
    font-size: 26px;
  }

  .servbox {
    min-height: 200px;
  }

  .servbox_img {
    top: -48px;
  }

  .servbox_img img {
    height: 200px;
  }

  .servbox_name {
    font-size: 18px;
    line-height: 20px;
    bottom: 18px;
  }

  /* BLOG */
  .blogbox {
    padding: 0 0 0 120px;
  }

  .pagination .container {
    max-width: none;
    padding-left: 130px;
  }

  /* SERVICES PAGE */
  .dopservices {
    margin: 0;
    padding: 20px 0;
  }

  .dopservice_box {
    float: none;
    margin: 0 0 20px;
    width: auto;
  }

  .dopservice_box .in {
    margin: 0;
    min-height: 0;
  }

  .dopservice_box.big {
    width: auto;
  }

  .dopservice_box.big .in {
    padding: 15px 22px;
  }

  .dopservice_entry {
    height: auto;
  }

  /* interest */
  .interest {
    background: #d1d9dd;
    padding: 20px 0 20px;
  }

  .interest .dopservices {
    margin: 0;
    padding: 0;
  }

  .interest .dopservice_box {
    width: auto;
    float: none;
    margin: 0 0 20px;
  }

  .interest .dopservice_box .in {
    margin: 0;
    min-height: 0;
  }

  .interest .dopservice_box.big {
    width: auto;
  }

  .interest .dopservice_box.big .in {
    min-height: 0;
  }

  .interest .dopservice_box.big .dopservice_entry {
    height: auto;
  }

  /* Blogfull */
  .blogfull_out {
    padding: 30px 0;
  }

  .blogfull_out .container {
    max-width: none;
    margin: 0;
  }

  .blogfull_out h1 {
    font-size: 35px;
    line-height: 35px;
    margin: 0 20px 20px;
  }

  .blogfull_out h2 {
    font-size: 30px;
    line-height: 30px;
    margin: 20px;
  }

  .blogfull_out h3 {
    font-size: 24px;
    line-height: 24px;
    margin: 20px;
  }

  .blogfull_out h4 {
    font-size: 20px;
    line-height: 20px;
    margin: 20px;
  }

  .blogfull_out .epigraf {
    margin: 0 20px 30px;
  }

  .blogfull_out p {
    margin: 20px;
  }

  .blogfull_out blockquote {
    padding: 20px 30px;
  }

  .blogfull_out ul {
    margin: 20px;
  }

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

  .scrolltable {
    margin: 30px 20px;
  }

  .footnote {
    margin: 30px 160px 30px 20px;
    padding: 20px 0 0;
  }

  .footnote_in {
    right: -160px;
  }

  .footnote p {
    margin: 0;
  }

  /* feedback_info */
  .feedback_info {
    display: block;
    width: auto;
    border: 1px solid #b5b8c7;
    border-radius: 22px;
    padding: 20px;
  }

  .feedback_info:after {
    content: "";
    clear: both;
    display: block;
  }

  .feedback_info_img {
    border: 0;
    display: block;
    border-radius: 0;
    padding: 0;
    float: left;
    margin: 0 0 20px;
  }

  .feedback_info_email {
    border: 0;
    display: block;
    padding: 0;
    float: left;
    margin: 20px 0 20px 20px;
  }

  .feedback_info_txt {
    border: 0;
    display: block;
    border-radius: 0;
    padding: 0;
    float: left;
    width: 100%;
  }
}
@media screen and (max-width: 740px) {
  html {
    -webkit-text-size-adjust: none;
  }

  .container {
    margin: 0;
    width: auto;
  }

  .swiper_out .wrapper {
    margin: 0 10px;
    width: auto;
  }

  .sm12 {
    width: 100%;
  }

  .contactbox .text-right {
    text-align: center;
  }

  .showmenu {
    display: block;
  }

  .navmenu {
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    z-index: 1000;
    background-color: #344fb0;
    float: none;
    width: 220px;
    margin: 0;
    transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -webkit-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    transform: translateX(-240px);
    -moz-transform: translateX(-240px);
    -webkit-transform: translateX(-240px);
  }
  .navmenu li {
    display: block;
    margin: 0;
  }
  .navmenu li a {
    padding: 12px 14px;
    color: #fff;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
  }
  .navmenu li.active a, .navmenu li:hover a {
    background: #fff;
    color: #344fb0;
  }
  .navmenu.opened {
    transform: translateX(0);
    -moz-transform: translateX(0);
    -webkit-transform: translateX(0);
  }

  .swiper_out {
    margin: 0 0 34px;
    padding: 0;
  }

  .swiper-slide {
    width: 480px;
  }

  .swip_sea,
  .swip_phone,
  .swip_phone2,
  .swip_ham {
    display: none;
  }

  .swiper-pagination {
    text-align: center;
    position: relative;
  }

  .swiper-button-prev, .swiper-button-next {
    display: none;
  }

  .comp {
    padding: 20px 0;
    padding-left: 50px;
  }

  .comp_num {
    top: 20px;
  }

  .aboutblue {
    padding: 20px 0;
  }

  .aboutblue .digbox {
    margin: 0 0 20px;
    display: block;
  }

  .digbox {
    text-align: center;
    max-width: none !important;
  }

  .digbox_float b , .digbox_float strong {
    margin: 0 0 10px;
    float: none;
    display: block;
  }

  .digbox_float span {
    float: none;
    max-width: none;
    margin: 0;
    display: block;
  }

  .address {
    margin: 0 0 40px;
  }

  .address p.address_phone {
    font-size: 26px;
    line-height: 28px;
  }

  .contactgrey {
    padding: 24px 0;
  }

  .contactgrey .pagetitle {
    font-size: 22px;
    line-height: 24px;
  }

  .pagetitle2 {
    font-size: 18px;
    line-height: 20px;
  }

  .address .grid6 {
    padding: 0;
    float: none;
    width: auto;
    margin: 0 0 20px;
  }

  .address .grid6.address_rt {
    border-left: 0;
    border-top: 1px solid #e2e2e2;
    padding: 20px 0 0;
    margin: 0;
  }

  .servtitle {
    font-size: 24px;
    line-height: 28px;
    margin: 0 0 40px;
  }

  .servbox {
    min-height: 200px;
  }

  .servbox_img {
    top: -48px;
  }

  .servbox_img img {
    height: 200px;
  }

  .servbox_name {
    font-size: 18px;
    line-height: 20px;
    bottom: 18px;
  }

  /* BLOG */
  .blogbox {
    padding: 0;
  }

  .blogbox h2 {
    font-size: 26px;
    line-height: 26px;
  }

  .blog_date {
    position: static;
    left: auto;
    top: auto;
    display: block;
    margin: 0 0 20px;
  }

  .pagination {
    padding: 20px 0;
  }

  .pagination .container {
    padding: 0 10px;
  }

  /* Blogfull */
  .scrolltable {
    margin: 30px 0;
    overflow: scroll;
    width: 100%;
  }

  .scrolltable table {
    width: 720px;
  }

  .blog_slider .owl-prev, .blog_slider .owl-next {
    display: none !important;
  }

  /* single_case */
  .single_case h2 {
    font-size: 30px;
    line-height: 30px;
  }

  .single_case_table_out {
    padding: 20px;
  }

  .sct {
    width: auto;
    display: block;
  }

  .sct_cell {
    display: block;
    vertical-align: top;
  }

  .sct_name {
    width: auto;
    margin: 0 0 20px;
  }

  .sct_date {
    width: auto;
  }

  .sct_txt {
    margin: 0 0 20px;
    border: 0;
    padding: 0;
    text-align: center;
  }
}
@media screen and (max-width: 540px) {
  body {
    font-size: 14px;
    line-height: 20px;
  }

  .xs12 {
    width: 100%;
  }

  .xs-hidden {
    display: none !important;
  }

  .sitetitle {
    font-size: 30px;
    line-height: 32px;
  }

  .pagetitle {
    font-size: 22px;
    line-height: 24px;
  }

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

  .footer span {
    margin: 0 0 10px;
    display: block;
  }

  .footer span:last-child {
    margin: 0;
  }

  .swiper-container {
    position: relative;
    width: 100%;
    margin: 0 0 14px;
  }

  .swiper-slide {
    width: 100%;
  }

  .swip {
    padding: 16px;
    margin: 0;
  }

  .swiper-slide-active .swip {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }

  .swiphide {
    padding: 16px;
  }

  .swip {
    margin: 0 0 10px;
  }

  .swipbig {
    margin: 0 0 10px;
  }
  .swiper-slide .swip {
    margin: 0;
  }

  /* Blogfull */
  .blogfull_out h1 {
    margin: 0 0 20px;
  }

  .blogfull_out h2 {
    margin: 20px 0;
  }

  .blogfull_out h3 {
    margin: 20px 0;
  }

  .blogfull_out h4 {
    margin: 20px 0;
  }

  .blogfull_out .epigraf {
    margin: 0 0 30px;
  }

  .blogfull_out p {
    margin: 20px 0;
  }

  .blogfull_out blockquote {
    padding: 20px;
  }

  .blogfull_out ul {
    margin: 20px 0;
  }

  .blogfull_date {
    margin: 0 0 20px;
  }

  .gallery_item {
    width: 50%;
  }

  .blog_slider .owl-prev, .blog_slider .owl-next {
    display: none !important;
    opacity: 0;
  }

  .footnote {
    margin: 30px 0;
    padding: 0;
    border: 0;
  }

  .footnote:before {
    content: none;
    display: none;
  }

  .footnote_in {
    right: auto;
    top: auto;
    position: static;
    width: auto;
    margin: 0 0 20px;
  }

  .footnote p {
    margin: 0 0 20px;
  }
}

.call_back div.captcha{
  /*opacity: 0;
  max-height: 0;
  overflow: hidden;*/
  display: none;
  /*-moz-transition: opacity .3s, max-height .3s;
  -ms-transition: opacity .3s, max-height .3s;
  transition: opacity .3s, max-height .3s;*/
  /*_display: none;*/
}


.call_back div.visible{
  display: block;
  /*max-height: 100px;
  opacity: 1;*/
  /*_display: block;*/
}
