.pseudo {
  content: '';
  display: block;
  position: absolute;
}
.box-sizing {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.adaptive-img {
  display: block;
  min-width: 100%;
  height: auto;
}
@font-face {
  font-family: robotoLight;
  src: url('../fonts/roboto/Roboto-Light.eot');
  src: url('../fonts/roboto/Roboto-Light.eot?#iefix') format('embedded-opentype'), url('../fonts/roboto/Roboto-Light.woff') format('woff'), url('../fonts/roboto/Roboto-Light.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: robotoBold;
  src: url('../fonts/roboto/Roboto-Bold.eot');
  src: url('../fonts/roboto/Roboto-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/roboto/Roboto-Bold.woff') format('woff'), url('../fonts/roboto/Roboto-Bold.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: robotoRegular;
  src: url('../fonts/roboto/Roboto-Regular.eot');
  src: url('../fonts/roboto/Roboto-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/roboto/Roboto-Regular.woff') format('woff'), url('../fonts/roboto/Roboto-Regular.ttf') format('truetype');
  font-weight: noraml;
  font-style: normal;
}
@font-face {
  font-family: robotoMedium;
  src: url('../fonts/roboto/Roboto-Medium.eot');
  src: url('../fonts/roboto/Roboto-Medium.eot?#iefix') format('embedded-opentype'), url('../fonts/roboto/Roboto-Medium.woff') format('woff'), url('../fonts/roboto/Roboto-Medium.ttf') format('truetype');
  font-weight: noraml;
  font-style: normal;
}
body,
p,
a,
h1,
h2,
h3 {
  font-family: robotoRegular;
}
body {
  -webkit-font-smoothing: subpixel-antialiased;
}
h1 {
  font-weight: bold;
  font-size: 38px;
  line-height:25px;
}
h2 {
  font-size: 22px;
}
p {
  font-size: 18px;
}
input,
button,
textarea,
select {
  outline: none;
  border: none;
}
a {
  text-decoration: none;
  color: inherit;
}
a:hover {
  text-decoration: none;
  color: inherit;
}
a:active {
  color: inherit;
}

::-moz-selection {
  background: #005cb3;
  /* Safari */
}
::selection {
  background: #005cb3;
  /* Safari */
}
::-moz-selection {
  background: #005cb3;
  /* Firefox */
}
.clear:after {
  content: '';
  display: block;
  clear: both;
}
.contain {
  max-width: 800px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}
.contain:after {
  content: '';
  display: block;
  clear: both;
}
.contain-p {
  max-width: 800px;
  margin: 0 auto;
  position: relative;
  padding-top: 1px;
}
.contain-p:after {
  content: '';
  display: block;
  clear: both;
}
.clear:after {
  content: '';
  display: block;
  clear: both;
}
.checkbox-custom {
  display: block;
  float: left;
  /* Base for label styling */
  /* checkbox aspect */
  /* checked mark aspect */
}
.checkbox-custom [type="checkbox"]:not(:checked),
.checkbox-custom [type="checkbox"]:checked {
  position: absolute;
  left: -9999px;
}
.checkbox-custom [type="checkbox"]:not(:checked) + label,
.checkbox-custom [type="checkbox"]:checked + label {
  position: relative;
  padding-left: 25px;
  cursor: pointer;
}
.checkbox-custom [type="checkbox"]:not(:checked) + label:before,
.checkbox-custom [type="checkbox"]:checked + label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 2px;
  width: 20px;
  height: 20px;
  border: 1px solid #e5e5e5;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}
.checkbox-custom [type="checkbox"]:not(:checked) + label:after,
.checkbox-custom [type="checkbox"]:checked + label:after {
  content: '✔';
  position: absolute;
  top: 3px;
  left: 4px;
  font-size: 18px;
  line-height: 1;
  color: #df4242;
  -webkit-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
}
.checkbox-custom [type="checkbox"]:not(:checked) + label:after {
  opacity: 0;
}
.checkbox-custom [type="checkbox"]:checked + label:after {
  opacity: 1;
}
.btn {
  cursor: pointer;
}
.btn__primary {
  background: #df4242;
  color: #FFF;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  padding: 17px 0;
  font-size: 17px;
  vertical-align: middle;
  display: block;
  width: 280px;
  margin: 0 auto;
  text-align: center;
  border-top: 1px solid #ea6565;
  border-left: 1px solid #a33030;
  border-right: 1px solid #a33030;
  border-bottom: 1px solid #a33030;
}
.btn__primary:hover, 
.btn__primary:active,
.btn__primary:visited{
  color: #fff;
}
.btn__cb {
  width: 100%;
  display: block;
  padding: 10px 0;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  text-align: center;
  background: #df4242;
  font-size: 16px;
  color: #fff;
  border-top: 1px solid #ea6565;
  border-left: 1px solid #a33030;
  border-right: 1px solid #a33030;
  border-bottom: 1px solid #a33030;
}
.btn__cb:hover {
  color: #fff;
}
.btn__action {
  color: #fff;
  font-size: 14px;
  display: inline-block;
  padding: 12px 20px;
  background: #005cb3;
  -webkit-border-radius: 20px;
  border-radius: 20px;
}
.btn__action:active,
.btn__action:visited{
  color:#fff;
}
.slider-home {
  margin-top: 3px;
}
.slider-home .owl-stage {
  left: 0px;
}
.b-questions {
  margin-top: 0px;
  position: relative;
  color: #fff;
  background: transparent;
  z-index: 9;
  overflow: visible;
}
.b-questions .wrap-gradient {
  background: #0075bd;
  background: -webkit-gradient(left top, right bottom, color-stop(0%, #0075bd), color-stop(31%, #0075bd), color-stop(90%, #273c98), color-stop(100%, #273c98));
  background: -webkit-linear-gradient(-45deg, #0075bd 0%, #0075bd 31%, #273c98 90%, #273c98 100%);
  background: -o-linear-gradient(-45deg, #0075bd 0%, #0075bd 31%, #273c98 90%, #273c98 100%);
  background: -webkit-linear-gradient(315deg, #0075bd 0%, #0075bd 31%, #273c98 90%, #273c98 100%);
  background: -o-linear-gradient(315deg, #0075bd 0%, #0075bd 31%, #273c98 90%, #273c98 100%);
  background: linear-gradient(135deg, #0075bd 0%, #0075bd 31%, #273c98 90%, #273c98 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0075bd', endColorstr='#273c98', GradientType=1);
}
.b-questions .b-questions__contain {
  padding: 0 30px;
}
.b-questions .title {
  font-size: 24px;
  font-family: robotoMedium;
}
.b-questions form {
  margin: 26px auto;
}
.b-questions .input-wrap {
  border: 1px solid #578fc7;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  width: 100%;
  margin: 0 auto;
  position:relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  /* Firefox 19+ */
  /* Firefox 18- */
}
.b-questions .input-wrap img {
  display: inline-block;
  margin: 0 5px 0 15px;
  vertical-align: middle;
  position: relative;
  top: -1px;
}
.b-questions .input-wrap input {
  padding: 17px 0 17px 36px;
  -webkit-box-sizing:border-box;
  -moz-box-sizing:border-box;
  box-sizing:border-box;
  width:100%;
  background: transparent;
  color: #fff;
  display:block;
  line-height:13px;
}
.b-questions .input-wrap:before{
  content:'';
  display:block;
  position:absolute;
  width:12px;
  height:16px;
  left:17px;
  top:16px;
  background: url(/mobile/img/icons/iphone.png);
}
.b-questions .input-wrap input.err {
  color: #df4242;
}
.b-questions .input-wrap input::-webkit-input-placeholder {
  color: #fff;
  font-size: 16px;
  font-family: robotoRegular;
  margin: 0;
}
.b-questions .input-wrap input::-moz-placeholder {
  color: #fff;
  font-size: 16px;
  font-family: robotoRegular;
  margin: 0;
}
.b-questions .input-wrap input:-moz-placeholder {
  color: #fff;
  font-size: 16px;
  font-family: robotoRegular;
  margin: 0;
}
.b-questions .input-wrap input:-ms-input-placeholder {
  color: #fff;
  font-size: 16px;
  font-family: robotoRegular;
  margin: 0;
}
.b-questions .btn__primary {
  width: 100%;
  font-size: 16px;
  font-family: robotoMedium;
  margin-top: 18px !important;
}
.b-questions .triangles {
  overflow: hidden;
  position: relative;
  background: transparent;
  position: absolute;
  width: 100%;
  height: 100px;
  z-index: 1;
  top: -100px;
}
.b-questions .triangles:after {
  content: '';
  display: block;
  width: 110%;
  height: 150px;
  background: #df4242;
  position: absolute;
  right: -20px;
  bottom: 0;
  margin-bottom: -110px;
  -webkit-transform: rotate(-10deg);
  -ms-transform: rotate(-10deg);
  -o-transform: rotate(-10deg);
  transform: rotate(-10deg);
  z-index: -2;
}
.b-questions .triangles:before {
  content: '';
  display: block;
  width: 110%;
  height: 150px;
  background: #0075bd;
  background: -webkit-gradient(left top, right top, color-stop(0%, #0075bd), color-stop(55%, #0075bd), color-stop(80%, #0a5dab), color-stop(100%, #0a5dab));
  background: -webkit-linear-gradient(left, #0075bd 0%, #0075bd 55%, #0a5dab 80%, #0a5dab 100%);
  background: -o-linear-gradient(left, #0075bd 0%, #0075bd 55%, #0a5dab 80%, #0a5dab 100%);
  background: -webkit-gradient(linear, left top, right top, from(#0075bd), color-stop(55%, #0075bd), color-stop(80%, #0a5dab), to(#0a5dab));
  background: linear-gradient(to right, #0075bd 0%, #0075bd 55%, #0a5dab 80%, #0a5dab 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0075bd', endColorstr='#0a5dab', GradientType=1);
  position: absolute;
  left: -20px;
  bottom: 0;
  margin-bottom: -110px;
  -webkit-transform: rotate(10deg);
  -ms-transform: rotate(10deg);
  -o-transform: rotate(10deg);
  transform: rotate(10deg);
  z-index: -1;
}
.b-links {
  padding-bottom: 15px;
}
.b-links__empty-line {
  height: 40px;
  border-top: 1px solid #eaeaea;
  border-bottom: 1px solid #eaeaea;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #f7f7f7;
  position: relative;
}
.b-links__empty-line.b-links__tel-icon:after {
  content: '';
  display: block;
  width: 30px;
  height: 30px;
  background: url(../img/icons/call-icon.png) no-repeat 0 0;
  position: absolute;
  bottom: -15px;
  left: 50%;
  margin-left: -15px;
}
.b-links__links-link {
  display: block;
  padding: 18px ;
  position: relative;
  border-bottom: 1px solid #f2f2f2;
  color: #3d3d3d;
  font-size: 16px;
  font-family: robotoRegular;
}
.b-links__links-link:last-child {
  border-bottom: none;
}
.b-links__links-link:first-child {
  border-top: none;
}
.b-links__links-link:after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -5px;
  width: 7px;
  height: 10px;
  background: url(../img/icons/gray-arr-right.png) no-repeat 0 0;
}
.main-info-footer {
  overflow: hidden;
  text-align: center;
  margin: 30px 0 45px;
}
.main-info-footer .tel {
  text-transform: uppercase;
  display: block;
  font-size: 24px;
  margin: 0 0 20px;
  color: #000;
}
.main-info-footer .subtext {
  font-size: 16px;
  color: #424242;
  margin: 30px 0 26px;
}
.main-info-footer .b-email {
  border: 1px solid rgba(0, 92, 179, 0.5);
  -webkit-border-radius: 2px;
  border-radius: 2px;
  padding: 15px 20px 15px 40px;
  display: inline-block;
  position: relative;
}
.main-info-footer .b-email:after {
  content: '';
  display: block;
  position: absolute;
  left: 12px;
  top: 18px;
  width: 16px;
  height: 12px;
  background: url(../img/icons/latter-icon.png) no-repeat 0 0;
}
.main-info-footer .b-email a {
  font-size: 16px;
  font-family: robotoBold;
  color: #005cb3;
}
.footer__logo {
  display: block;
  margin: 0 auto 28px;
}
.footer__bg {
  width: 100%;
  height: 81px;
  background: url(../img/bg/footer-bg.png) no-repeat center center;
  background-size: cover;
  text-align: center;
}
.footer__bg .full-btn {
  position: relative;
  top: 30px;
  color: #fff;
  padding: 8px 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  background: rgba(0, 0, 0, 0.3);
  font-size: 14px;
}
.crumbs {
  overflow: hidden;
  border-top: 1px solid #eaeaea;
  border-bottom: 1px solid #eaeaea;
  background: #f7f7f7;
}
.crumbs__link {
  color: #888888;
  font-size: 14px;
  padding: 14px 14px 14px 20px;
  margin-left: 10px;
  display: inline-block;
  position: relative;
}
.crumbs__link:before {
  content: '';
  display: block;
  position: absolute;
  left: 7px;
  top: 15px;
  width: 7px;
  height: 15px;
  background: url(../img/icons/gray-arr-left.png) no-repeat 0 0;
}
.crumbs ul li {
  color: #888888;
  font-size: 14px;
  padding: 14px 14px 14px 20px;
  margin-left: 10px;
  display: inline-block;
  position: relative;
}
.crumbs ul li a{
  color:#888888;
}

.crumbs ul li:before {
  content: '';
  display: block;
  position: absolute;
  left: 7px;
  top: 18px;
  width: 7px;
  height: 15px;
  background: url(../img/icons/gray-arr-left.png) no-repeat 0 0;
}
.line-row {
  height: 40px;
  background: #f7f7f7;
  border-top: 1px solid #eaeaea;
  border-bottom: 1px solid #eaeaea;
}
.b-about-service .title {
  text-transform: uppercase;
  font-size: 18px;
  font-family: robotoMedium;
  margin: 25px 0;
  padding: 0 15px;
}
.b-about-service .desc {
  margin-bottom: 20px;
  padding: 15px;
}
.b-about-service .desc p {
  font-size: 14px;
  line-height: 20px;
}
.b-about-service .desc p span {
  font-family: robotoMedium;
}
.b-about-service .desc .desc__title {
  font-size: 18px;
  font-family: robotoMedium;
  margin: 18px 0;
  text-transform: uppercase;
}
.b-price-services {
  margin-bottom: 40px;
  padding-bottom: 70px;
}
.b-price-services .title {
  border-top: 1px solid #f2f2f2;
  border-bottom: 1px solid #f2f2f2;
  overflow: hidden;
}
.b-price-services .title p {
  font-size: 18px;
  font-family: robotoMedium;
  text-transform: uppercase;
  padding: 20px 15px;
}
.b-price-services .item {
  border-bottom: 1px solid #f2f2f2;
}
.b-price-services .item__title {
  padding: 18px  15px;
  overflow: hidden;
  position: relative;
}
.b-price-services .item__title p {
  font-size: 16px;
  color: #005cb3;
}
.b-price-services .item__title .indicate-icon {
  position: absolute;
  height: 10px;
  width: 7px;
  top: 50%;
  margin-top: -5px;
  right: 15px;
  background: url(../img/icons/gray-arr-right.png) no-repeat 0 0;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.b-price-services .item__title .indicate-icon.is-active {
  background: url(../img/icons/blue-arr-right.png) no-repeat 0 0;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.b-price-services .item__hidden-content {
  padding: 0 15px;
  display: none;
}
.b-price-services .item__hidden-content.is-active {
  display: block;
}
.b-price-services .item__hidden-content .sub-item {
  border-bottom: 1px solid #f2f2f2;
  padding: 5px 0;
}
.b-price-services .item__hidden-content .sub-item .t-type-1 {
  font-size: 14px;
  color: #3d3d3d;
  line-height: 20px;
  margin: 5px 0 8px;
  font-family: robotoMedium;
}
.b-price-services .item__hidden-content .sub-item .t-type-2 {
  font-size: 14px;
  color: #a6a6a6;
  line-height: 20px;
  margin: 5px 0 10px;
}
.b-price-services .item__hidden-content .sub-item .t-type-3 {
  font-size: 16px;
  color: #df4242;
  line-height: 20px;
  margin: 5px 0;
  font-family: robotoMedium;
}
.b-price-services .item__hidden-content .sub-item:last-child {
  border-bottom: none;
}
.b-service {
  text-align: center;
}
.b-service__img {
  display: block;
  margin: 26px auto 0;
}
.b-service__title {
  text-transform: uppercase;
  font-size: 26px;
  margin: 23px 0 30px;
  line-height:28px;
}
.b-service .btn__primary {
  margin-bottom: 31px;
}
.title__main {
  padding: 20px 15px;
  overflow: hidden;
}
.title__main p {
  font-size: 26px;
  text-transform: uppercase;
}
.line-in-icon-tel {
  height: 1px ;
  background: #f0f0f0;
  margin: 20px 0;
  position: relative;
}
.line-in-icon-tel:after {
  content: '';
  display: block;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -15px;
  margin-left: -15px;
  background: url(../img/icons/call-icon.png) no-repeat 0 0;
}
.modal {
  padding: 20px;
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  width: 100%;
  max-height: 100%;
  overflow-y: scroll;
  overflow-x: hidden;
  display: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.modal.is-active {
  display: block;
}
.modal__title {
  position: relative;
  padding: 0;
  margin-bottom: 40px;
  line-height: 25px;
}
.modal__title p {
  font-size: 18px;
  font-family: robotoMedium;
  text-transform: uppercase;
}
.modal__close {
  position: absolute;
  width: 43px;
  height: 43px;
  background: url(../img/icons/close-modal.png) no-repeat 0 0;
  right: 0;
  top: 50%;
  margin-top: -21.5px;
}
.modal__input-wrap {
  display: block;
  margin-bottom: 22px;
}
.modal__input-wrap p {
  font-size: 14px;
  color: #919190;
  margin-bottom: 10px;
}
.modal__input {
  padding: 10px;
  width: 100%;
  display: block;
  font-size: 22px;
  border: 1px solid #e5e5e5;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.modal__input.err {
  border: 1px solid #df4242;
  /* Firefox 19+ */
  /* Firefox 18- */
}
.modal__input.err::-webkit-input-placeholder {
  color: #df4242;
}
.modal__input.err::-moz-placeholder {
  color: #df4242;
}
.modal__input.err:-moz-placeholder {
  color: #df4242;
}
.modal__input.err:-ms-input-placeholder {
  color: #df4242;
}
.modal__required-field {
  color: #df4242;
  padding: 0 5px;
}
.modal__overlay {
  display: none;
}
.modal__overlay.is-active {
  display: block;
}
.modal__overlay-fixed {
  z-index: 999;
  width: 100%;
  height: 100%;
  background: rgba(0, 115, 189, 0.8);
  position: fixed;
  top: 0;
  left: 0;
}
.modal__btn__order {
  margin: 20px 0 10px;
  width: 100%;
  display: block;
  padding: 14px 0;
}
.modal .hulf-input-wrap {
  width: 50%;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 5px;
}
.b-info {
  padding: 5px 10px;
}
.b-info__logo {
  display: block;
  float: left;
  margin-top: 5px;
}
.b-info__callback {
  display: block;
  float: right;
  max-width: 157px;
}
.b-info__callback .tel {
  color: #afafaf;
  font-size: 18px;
  font-family: robotoMedium;
  text-transform: uppercase;
  margin: 12px 0;
}
.b-info__callback .tel span {
  color: #000;
}
.b-header {
  position: relative;
  z-index: 9;
}
.b-header__menu {
  margin-top: 18px;
  height: 50px;
  background: #0075bd;
}
.b-header__menu .contain_menu {
  max-width: 800px;
  margin: 0 auto;
  position: relative;
  background: #0075bd;
  background: -webkit-gradient(left top, right top, color-stop(0%, #0075bd), color-stop(59%, #0075bd), color-stop(75%, #1467b5), color-stop(100%, #3a4ea5));
  background: -webkit-linear-gradient(left, #0075bd 0%, #0075bd 59%, #1467b5 75%, #3a4ea5 100%);
  background: -o-linear-gradient(left, #0075bd 0%, #0075bd 59%, #1467b5 75%, #3a4ea5 100%);
  background: -webkit-gradient(linear, left top, right top, from(#0075bd), color-stop(59%, #0075bd), color-stop(75%, #1467b5), to(#3a4ea5));
  background: linear-gradient(to right, #0075bd 0%, #0075bd 59%, #1467b5 75%, #3a4ea5 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0075bd', endColorstr='#3a4ea5', GradientType=1);
}
.b-menu__links {
  height: 50px;
  width: 100%;
  text-align: center;
  line-height: 48px;
  position: relative;
  z-index: 8;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 60px;
}
.b-menu__links .selected {
  color: #fff;
  cursor: pointer;
  float: right;
  margin-right: 10px;
}
.b-menu__links .selected .icon__file {
  display: inline-block;
  position: relative;
  top: 1px;
  margin-right: 10px;
}
.b-menu__links .selected .icon__arr-right {
  display: inline-block;
  margin-left: 10px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
}
.b-menu__links .selected .icon__arr-right.active {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.b-menu__links .selected p {
  display: inline-block;
  font-size: 16px;
}
.b-menu__links .hidden-links {
  overflow: hidden;
  height: 1000%;
  position: absolute;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  top: 100%;
  left: 0;
  display: none;
  text-align: right;
}
.b-menu__links .hidden-links.active {
  display: block;
}
.b-menu__links .hidden-links .link-box {
  position: absolute;
  width: 100%;
  background: #300;
  right: -60px;
  background: #005cb3;
  background: #0075bd;
  background: -webkit-gradient(left top, right top, color-stop(0%, #0075bd), color-stop(42%, #0075bd), color-stop(84%, #3e4ba3), color-stop(100%, #3b4da4));
  background: -webkit-linear-gradient(left, #0075bd 0%, #0075bd 42%, #3e4ba3 84%, #3b4da4 100%);
  background: -o-linear-gradient(left, #0075bd 0%, #0075bd 42%, #3e4ba3 84%, #3b4da4 100%);
  background: -webkit-gradient(linear, left top, right top, from(#0075bd), color-stop(42%, #0075bd), color-stop(84%, #3e4ba3), to(#3b4da4));
  background: linear-gradient(to right, #0075bd 0%, #0075bd 42%, #3e4ba3 84%, #3b4da4 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0075bd', endColorstr='#3b4da4', GradientType=1);
  border-top: 1px solid #1a81c4;
  -webkit-box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.5);
  -ms-box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.5);
  -o-box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.5);
  -webkit-border-radius: 0 0 0 2px;
  border-radius: 0 0 0 2px;
}
.b-menu__links .hidden-links a {
  color: #fff;
  font-size: 16px;
  display: block;
  padding: 3px 10px;
  margin-right: 60px;
}
.b-menu__burger {
  position: relative;
  z-index: 9;
}
.b-menu__burger .hidden-burgermenu {
  display: none;
  color: #fff;
  position: absolute;
  top: 100%;
  margin-top: 50px;
  left: 0;
  z-index: 1;
  background: #434343;
  width: 80%;
  -webkit-border-radius: 0 0 2px 0;
  border-radius: 0 0 2px 0;
  -webkit-box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.2);
}
.b-menu__burger .hidden-burgermenu.active {
  display: block;
}
.b-menu__burger .hidden-burgermenu a {
  display: block;
  padding: 20px 15px;
}
.b-burger {
  width: 60px;
  height: 50px;
  float: left;
  background: #df4242;
  cursor: pointer;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.b-burger.active {
  background: #434343;
}
.b-burger__inner {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -11px;
  margin-left: -15px;
  background: url(../img/icons/burger-menu-default.png) no-repeat 0 0;
}
.page-home .home-links a {
  display: block;
  width: 50%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  padding: 15px 10px;
  color: #005cb3;
  font-size: 14px;
  text-transform: uppercase;
  text-align: center;
  font-family: robotoMedium;
  border-bottom: 1px solid #d8e7f9;
}
.page-home .home-links a:nth-child(2n-1) {
  border-right: 1px solid #d8e7f9;
}
.page-home .btn__primary {
  margin: 25px auto;
}
.action-month {
  margin: 54px 0 0;
  background: #fff;
  text-align: center;
  background: url(../img/lenta-left.png) no-repeat left 28px, url(../img/lenta-right.png) no-repeat right 28px;
}
.action-month .title {
  font-size: 26px;
  color: #df4242;
  text-transform: uppercase;
}
.action-month .select-action {
  margin: 35px;
  font-size: 18px;
  font-family: robotoRegular;
}
.action-month .select-action span {
  color: #df4242;
  font-family: robotoMedium;
}
.takelage-work {
  margin-bottom: 30px;
}
.takelage-work .title {
  font-size: 18px;
  text-transform: uppercase;
  margin-bottom: 22px;
  font-family: robotoMedium;
}
.takelage-work .content ,
.takelage-work .content p {
  font-family: robotoRegular;
  font-size: 14px;
  margin-bottom: 20px;
}
.takelage-work .bold ,
.takelage-work .bold p{
  font-size: 14px;
  font-family: robotoBold;
}
.takelage-work .takelage-work__contain {
  padding: 0 20px;
  text-align: left;
  margin: 60px 0 40px;
}
.takelage-work .slider .owl-stage {
  left: 0px;
}
.collaboration {
  background: #f6faff;
}
.collaboration__contain {
  max-width: 280px;
  margin: 0 auto;
  overflow: hidden;
  padding-bottom: 70px;
}
.collaboration__contain .title {
  text-align: left;
  text-transform: uppercase;
  font-size: 18px;
  font-family: robotoMedium;
  margin: 25px 0 40px;
}
.collaboration__contain .item {
  position: relative;
  margin-bottom: 33px;
}
.collaboration__contain .item h2 {
  font-size: 18px;
  font-family: robotoMedium;
  margin-bottom: 18px;
}
.collaboration__contain .item p {
  font-size: 15px;
  font-family: robotoRegular;
}
.collaboration__contain .item .icon {
  position: absolute;
  top: -3px;
  left: 0;
}
.collaboration__contain .item .content {
  width: 230px;
  float: right;
}
.collaboration__contain .item:after {
  content: '';
  display: block;
  clear: both;
}
.our-clients {
  padding-bottom: 70px;
}
.our-clients .our-clients__contain {
  max-width: 400px;
  padding: 0 30px;
  overflow: hidden;
  margin: 0 auto ;
}
.our-clients .title {
  margin: 26px 0 43px;
  font-size: 18px;
  font-family: robotoMedium;
  text-transform: uppercase;
}
.our-clients .owl-carousel .owl-item img {
  width: auto;
  display: block;
  margin: 0 auto;
}
.b-services__title {
  text-align: left;
}
.b-services__title p {
  font-size: 18px;
  text-transform: uppercase;
  font-family: robotoMedium;
  padding: 20px 15px;
}
.b-services__item a:visited,
.b-services__item a:active{
  color:#005cb3;
}
.b-services__item a{
    list-style-type:none;
    text-align: left;
    display: block;
    font-size: 16px;
    color: #005cb3;
    padding: 15px;
    position: relative;
    border-bottom: 1px solid #f2f2f2;
}

.b-services__item {
  text-align: left;
  display: block;
  font-size: 16px;
  color: #005cb3;
  padding: 15px;
  position: relative;
  border-bottom: 1px solid #f2f2f2;
}
.b-services__item:first-child {
  border-top: 1px solid #f2f2f2;
}
.b-services__item:last-child {
  border-bottom: none;
}
.b-services__item:after {
  content: '';
  display: block;
  width: 7px;
  height: 10px;
  background: url(../img/icons/blue-arr-right.png) no-repeat 0 0;
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -3.5px;
}
.b-sub-service .b-service__title {
  margin: 40px 0;
}
.approximate-price {
  padding: 0 15px;
  margin: 0 auto 20px;
}
.approximate-price .approximate-price__title {
  padding: 25px 0;
}
.approximate-price .approximate-price__title p {
  font-size: 18px;
  text-transform: uppercase;
  font-family: robotoMedium;
}
.approximate-price .item {
  margin-bottom: 20px;
}
.approximate-price .item .title {
  font-size: 14px;
  font-family: robotoMedium;
  margin: 3px 0;
}
.approximate-price .item .content {
  font-size: 14px;
  line-height: 20px;
}
.approximate-price .item .price {
  font-family: robotoMedium;
  font-size: 16px;
  color: #df4242;
  margin: 10px 0 0;
}
.b-about-company .title {
  font-size: 26px;
}
.map {
  height: 360px;
}
.title__main-contacts p {
  line-height: 32px;
}
.contacts-map {
  margin-bottom: 30px;
}
.title__main-action {
  text-align: center;
}
.action-tabs {
  overflow: hidden;
}
.action-tabs a {
  display: block;
  width: 50%;
  float: left;
  padding: 15px 0;
  text-align: center;
  font-size: 18px;
  font-family: robotoMedium;
  text-transform: uppercase;
  border-bottom: 2px solid #ccc;
  color:#ccc;
}
.action-tabs a.is-active {
  border-bottom: 2px solid #df4242;
  color:#000;
}
.action-items {
  padding-bottom: 70px;
}
.action-items .item {
  margin: 0 auto 35px;
}
.action-items .item-content {
  padding: 0 15px;
  overflow: hidden;
}
.action-items .item-img {
  max-width: 100%;
  margin: 0 auto;
  display: block;
}
.action-items .item-title {
  font-size: 18px;
  font-family: robotoMedium;
  text-transform: uppercase;
  margin: 25px 0;
  line-height: 25px;
}
.action-items .item-date {
  font-size: 14px;
  color: #919191;
  margin: 0 0 25px;
}
.action-items .item-desc {
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 25px;
}
.items__reviews {
  padding: 0 15px 85px;
  overflow: hidden;
  position: relative;
  background: #f7f7f7;
}
.items__reviews .item {
  width: 90%;
  background: #fff;
  margin: 10px auto 22px;
  border: 1px solid #e5e5e5;
}
.items__reviews .item .content img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}
.items__reviews .item .content.is-active {
  border: none;
}
.items__reviews .item .hidden-content {
  display: none;
  padding: 0 10px;
}
.items__reviews .item .hidden-content.is-active {
  display: block;
}
.items__reviews .item .hidden-content p {
  font-size: 14px;
  line-height: 20px;
  margin: 8px 0;
}
.items__reviews .item .hidden-content p span {
  font-family: robotoMedium;
}



.stoimost-block-baton-22 {
	float: left;
	width: 500px;
	padding-top: 8px;
}

.stoimost-block-baton-22 a {
	display: inline-block;
	margin-right: 54px;
	padding-left: 33px;
	position: relative;
	color: #0069b9;
	font-size: 16px;
	font-weight: 500;
	line-height: 24px;
}

.stoimost-block-baton-22 a:before {
	content: '';
	display: block;
	width: 20px;
	height: 24px;
	position: absolute;
	top: 0px;
	left: 0px;
	background: url(/img/stoimost-block-baton.png) no-repeat 0px 0px;
}





.service_list{
	margin:0 0 0 30px;
}
.service_list .level1{
	margin:30px 0;
}
.service_list .level1 > a{
	font-weight:bold;
	text-transform:uppercase;
}
.service_list ul{
	margin:0 0 0 30px;
}
.service_list li{
	line-height:20px;
}
.service_list .level2{
	border-bottom:1px solid #f2f2f2;
}
.service_list .level2.first{
	border-top:1px solid #f2f2f2;
}
.service_list ul a::before {
    content: '';
    position: absolute;
    width: 8px;
    height: 8px;
    left: -17px;
	top: 20px;
    background: #0c418f;
    transform: rotate(45deg);
    /*transition: all 200ms ease-out;*/
}
.service_list ul a::after {
    content: '';
    display: block;
    width: 7px;
    height: 10px;
    background: url(../img/icons/blue-arr-right.png) no-repeat 0 0;
    position: absolute;
    right: 15px;
    top: 50%;
    margin-top: -3.5px;
}
.service_list a{
	color:#0c418f;
	position:relative;
	padding:15px 10px;
	display:block;
}
.service_list a:hover{
	color: #d4202c;
}
/*.service_list ul li:hover a::before {
    background: #d4202c;
    transform: rotate(135deg);
}*/

.service_list{}
.service_list{}
.service_list{}
.service_list{}



