@charset "UTF-8";
/* base */
html {
  height: 100%;
}
body {
  height: 100%;
  font-family: 'PT Sans', sans-serif;
  font-size: 18px;
  background: #fff;
}
button,
input,
select,
textarea,
pre {
  font-family: 'PT Sans', sans-serif;
  font-size: 20px;
}
fieldset {
  margin: 0;
  padding: 0;
  border: 0;
  display: block;
}
img {
  vertical-align: top;
  max-width: 100%;
  height: auto;
}
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}
address {
  font-style: normal;
}
table {
  border-collapse: collapse;
  border-spacing: 0 0;
  width: 100%;
}
table tr:nth-child(odd) td {
  background-color: #e9e9e9;
}
table tr th {
  text-align: left;
  background-color: #f3f3f3;
}
table tr td,
table tr th {
  padding: 4px 15px;
  border-left: 1px solid #fff;
  white-space: nowrap;
  width: 100%;
}
table tr td:first-child,
table tr th:first-child {
  border-left: 0;
}
a {
  color: #005aff;
  text-decoration: underline;
}
a:hover {
  text-decoration: none;
}
a img {
  border: 0;
}
[href^="tel"] {
  color: inherit;
  cursor: default;
  text-decoration: none;
}
[href^="tel"]:hover {
  text-decoration: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.2em;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  text-decoration: none;
}
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
  text-decoration: underline;
}
h1 {
  font-size: 28px;
}
h2 {
  font-size: 22px;
}
h3 {
  font-size: 18px;
}
h4 {
  font-size: 14px;
}
h5 {
  font-size: 12px;
}
h6 {
  font-size: 10px;
}
p,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}
/* base */
/* common */
/* form elements */
.inp,
.inp-txr {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: border-color 0.4s linear;
  transition: border-color 0.4s linear;
  width: 100%;
  display: block;
  color: #000000;
  margin: 0;
  border: 2px solid #252525;
  border-radius: 0;
  outline: 0;
  height: 55px;
  line-height: 55px;
  padding: 0 24px;
  background: #fff;
}
.inp.focused,
.inp-txr.focused,
.inp:focus,
.inp-txr:focus {
  -webkit-transition: all 0.4s linear;
  transition: all 0.4s linear;
  border-color: #474747;
}
.inp.focused::-webkit-input-placeholder,
.inp-txr.focused::-webkit-input-placeholder,
.inp:focus::-webkit-input-placeholder,
.inp-txr:focus::-webkit-input-placeholder {
  color: #ffffff;
}
.inp.focused:-moz-placeholder,
.inp-txr.focused:-moz-placeholder,
.inp:focus:-moz-placeholder,
.inp-txr:focus:-moz-placeholder {
  color: #ffffff;
}
.inp.focused::-moz-placeholder,
.inp-txr.focused::-moz-placeholder,
.inp:focus::-moz-placeholder,
.inp-txr:focus::-moz-placeholder {
  color: #ffffff;
}
.inp.focused:-ms-input-placeholder,
.inp-txr.focused:-ms-input-placeholder,
.inp:focus:-ms-input-placeholder,
.inp-txr:focus:-ms-input-placeholder {
  color: #ffffff;
}
.inp::-webkit-input-placeholder,
.inp-txr::-webkit-input-placeholder {
  color: #252525;
  text-transform: uppercase;
}
.inp:-moz-placeholder,
.inp-txr:-moz-placeholder {
  color: #252525;
  text-transform: uppercase;
}
.inp::-moz-placeholder,
.inp-txr::-moz-placeholder {
  color: #252525;
  text-transform: uppercase;
}
.inp:-ms-input-placeholder,
.inp-txr:-ms-input-placeholder {
  color: #252525;
  text-transform: uppercase;
}
.inp:-webkit-autofill,
.inp-txr:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px white inset;
  background: none;
}
.inp:-webkit-autofill.error,
.inp-txr:-webkit-autofill.error {
  -webkit-box-shadow: 0 0 0 1000px #f3bcbc inset;
}
.inp.error,
.inp-txr.error {
  background-color: #f3bcbc;
  color: #fff;
}
.inp.error::-webkit-input-placeholder,
.inp-txr.error::-webkit-input-placeholder {
  color: #fff;
}
.inp.error:-moz-placeholder,
.inp-txr.error:-moz-placeholder {
  color: #fff;
}
.inp.error::-moz-placeholder,
.inp-txr.error::-moz-placeholder {
  color: #fff;
}
.inp.error:-ms-input-placeholder,
.inp-txr.error:-ms-input-placeholder {
  color: #fff;
}
.inp {
  -webkit-appearance: none;
}
.inp[type="search"] {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  webkit-appearance: none;
  border-radius: 0;
}
.inp::-ms-clear {
  display: none;
}
.inp-txr {
  line-height: 1.2;
  padding: 24px;
  resize: vertical;
  min-height: 110px;
  overflow: auto;
}
.no-borderradius .inp.jq-checkbox:before,
.no-borderradius .inp.jq-radio:before {
  content: none;
}
.no-borderradius .inp.jq-radio {
  background-position: -16px 0;
  border: 0;
}
.inp-wrap {
  position: relative;
  overflow: hidden;
  display: block;
}
.inp-wrap.not-hidden {
  float: left;
  overflow: visible;
}
.label {
  display: inline-block;
  vertical-align: middle;
}
.form.commercial-offer .title {
  font-size: 30px;
  text-transform: uppercase;
  margin-bottom: 61px;
  color: #252525;
  letter-spacing: 2px;
  word-spacing: 2px;
  text-shadow: 0 0 0;
}
.form.commercial-offer .group {
  margin-bottom: 33px;
}
.form.commercial-offer .btn {
  max-width: 450px;
  width: 100%;
}
.form.commercial-offer .text {
  font-size: 16px;
}
.form.st-1 {
  text-align: center;
  padding-top: 53px;
  padding-bottom: 53px;
}
.form.st-1 .hgroup {
  color: #303030;
  text-transform: uppercase;
  margin-bottom: 21px;
}
.form.st-1 .hgroup .title {
  font-size: 36px;
  letter-spacing: 1px;
  word-spacing: 2px;
  margin-bottom: 6px;
}
.form.st-1 .hgroup .sub-title {
  font-size: 24px;
}
.form.st-1 .accent {
  color: red;
  margin-bottom: 27px;
  font-size: 20px;
}
.form.st-1 .wrap {
  width: 977px;
  max-width: 100%;
}
.form.st-1 .text {
  line-height: 1.3em;
  margin-bottom: 41px;
}
.form.st-1 .items {
  display: inline-block;
  vertical-align: top;
}
.form.st-1 .btn {
  width: 450px;
  max-width: 100%;
}
.form.st-1 .label {
  text-align: left;
}
.form.st-2 {
  text-align: center;
}
.form.st-2 .wrap {
  width: 977px;
  max-width: 100%;
}
.form.st-2 .items {
  display: inline-block;
  vertical-align: top;
}
.form.st-2 .label {
  text-align: left;
}
.form.st-2 .btn {
  width: 450px;
  max-width: 100%;
}
.form.st-2 .logo {
  margin-bottom: 10px;
}
.form.st-2 .content.layout {
  color: #150220;
}
.form.st-2 .content.layout .title {
  font-size: 22px;
}
.form .wrap {
  position: relative;
  z-index: 2;
}
.form .group {
  overflow: hidden;
}
.form .group .item {
  float: left;
  margin: 0 0 0 18px;
}
.form .message {
  font-size: 24px;
  padding: 50px 0;
}
.form .message .wrap {
  width: 977px;
  max-width: 100%;
}
.form .message .title {
  font-size: 36px;
  text-transform: uppercase;
  margin-bottom: 30px;
}
.form .message .text {
  margin-bottom: 30px;
}
.form .item {
  position: relative;
  margin-top: 25px;
}
.form .item:before {
  content: '';
  display: table;
}
.form .item:after {
  content: '';
  display: block;
  clear: both;
}
.form .bl-label {
  line-height: 1em;
  margin-bottom: 6px;
}
.form .label {
  display: inline-block;
  cursor: pointer;
  text-transform: uppercase;
  font-size: 20px;
}
.form .animate-label {
  position: relative;
}
.form .animate-label .inp {
  position: relative;
  z-index: 1;
}
.form .animate-label .inp:focus + .label,
.form .animate-label .inp.completed + .label {
  -webkit-transform: scale(0.5) translate(-50%, -60%);
  -ms-transform: scale(0.5) translate(-50%, -60%);
  transform: scale(0.5) translate(-50%, -60%);
}
.form .animate-label .inp.error + .label {
  color: #fff;
}
.form .animate-label .label {
  position: absolute;
  z-index: 2;
  -webkit-transition: transform 0.3s linear;
  transition: transform 0.3s linear;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 14px 26px;
}
.disabled,
[disabled] {
  opacity: .6;
  filter: alpha(opacity=60);
}
.disabled *,
[disabled] * {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: default !important;
}
/* form elements */
/* helpers */
/* font */
[class*="fs-"] {
  line-height: 1.2em;
}
.fs-xxs {
  font-size: 10px;
}
.fs-xs {
  font-size: 15px;
}
.fs-s {
  font-size: 16px;
}
.fs-m {
  font-size: 17px;
}
.fs-l {
  font-size: 19px;
}
.fs-xl {
  font-size: 20px;
}
.fs-xxl {
  font-size: 21px;
}
.fs-xxxl {
  font-size: 22px;
}
.fs-4xl {
  font-size: 23px;
}
.fs-5xl {
  font-size: 24px;
}
.fs-6xl {
  font-size: 25px;
}
.fs-7xl {
  font-size: 26px;
}
.fs-8xl {
  font-size: 27px;
}
.fs-9xl {
  font-size: 28px;
}
.thin {
  font-weight: 200;
}
.light {
  font-weight: 200;
}
.regular {
  font-weight: 400;
}
.semi-bold {
  font-weight: 600;
}
.bold {
  font-weight: 700;
}
.extra-bold {
  font-weight: 800;
}
/* font */
.i-common,
.i-common-pseudo:before,
.i-common-pseudo:after {
  background: url('../../images/i/i-common-retina.png') no-repeat;
  background-size: 152px auto;
}
.i-common {
  position: relative;
  text-indent: -9000px;
  overflow: hidden;
  display: inline-block;
  vertical-align: top;
}
.i-common.arrow-title {
  width: 40px;
  height: 40px;
  background-position: -24px 0;
}
.i-common-pseudo {
  position: relative;
}
.i-common-pseudo.g-arrow-red::after {
  width: 24px;
  height: 24px;
  background-position: 0 0;
}
.i-elements,
.i-elements-pseudo:before,
.i-elements-pseudo:after {
  background: url('../../images/i/i-elements-retina.png') no-repeat;
  background-size: 175px auto;
}
.i-elements {
  position: relative;
  text-indent: -9000px;
  overflow: hidden;
  display: inline-block;
  vertical-align: top;
}
.i-elements.logo {
  background-color: #fff;
  width: 175px;
  height: 81px;
  background-position: 0 0;
}
.i-elements-pseudo {
  position: relative;
}
.bl {
  display: block;
}
.in-bl {
  vertical-align: top;
  display: inline-block;
}
.fl-l {
  float: left;
}
.fl-r {
  float: right;
}
.trigger {
  cursor: pointer;
}
.clearfix:before {
  content: '';
  display: table;
}
.clearfix:after {
  display: block;
  clear: both;
  content: '';
}
.center {
  text-align: center;
}
.hidden {
  display: none !important;
}
.item:first-child,
.point:first-child {
  margin-left: 0 !important;
  margin-top: 0 !important;
}
.wrapper {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 10px;
  max-width: 960px;
  margin: 0 auto;
}
.wrapper.large {
  max-width: 1491px;
}
.wrapper.middle {
  max-width: 1341px;
}
/* helpers */
/* buttons */
.btn {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  padding: 25px 14px 21px;
  color: #fff;
  text-decoration: none;
  font-weight: 400;
  line-height: 1.2em;
  text-transform: uppercase;
  border: 0;
  display: inline-block;
  text-align: center;
  cursor: pointer;
  outline: 0;
  text-shadow: none;
  vertical-align: top;
  border-radius: 0;
  overflow: hidden;
  font-style: normal;
  font-size: 24px;
  box-shadow: none;
  background: #fc0b0b;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZjMGIwYiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNiMzAwMDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #fc0b0b 0%, #b30000 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fc0b0b), color-stop(100%, #b30000));
  background: -webkit-linear-gradient(top, #fc0b0b 0%, #b30000 100%);
  background: -o-linear-gradient(top, #fc0b0b 0%, #b30000 100%);
  background: -ms-linear-gradient(top, #fc0b0b 0%, #b30000 100%);
  background: linear-gradient(to bottom, #fc0b0b 0%, #b30000 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fc0b0b', endColorstr='#b30000', GradientType=0);
}
.btn:hover,
.btn.hover-effect {
  text-decoration: none;
  background: #fc0b0b;
}
.btn:active {
  background: #b30000;
}
/* buttons */
/* popup */
.bl-popup {
  padding: 45px;
  background-color: #fff;
  margin-bottom: 20px;
  position: relative;
}
.bl-popup::before {
  position: absolute;
  z-index: 0;
  top: 16px;
  right: 16px;
  bottom: 16px;
  left: 16px;
  content: '';
  border: 1px solid #ff0000;
}
.bl-popup.privacy-policy .title {
  font-size: 36px;
  text-align: center;
  margin-bottom: 20px;
  text-transform: uppercase;
}
.bl-popup.privacy-policy .wrap {
  width: 900px;
  max-width: 100%;
}
.fancybox-skin {
  position: relative;
  background: transparent;
  color: inherit;
  text-shadow: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.fancybox-opened .fancybox-skin {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.fancybox-lock {
  height: auto;
}
.fancybox-lock body {
  height: auto;
}
.popup-close {
  -webkit-transition: all 0.4s linear;
  transition: all 0.4s linear;
  position: absolute;
  top: 20px;
  right: 20px;
  width: 36px;
  height: 36px;
  cursor: pointer;
  z-index: 8040;
  background: none;
  opacity: .6;
}
.popup-close:hover,
.popup-close.hover-effect {
  opacity: 1;
}
.popup-close::before,
.popup-close::after {
  position: absolute;
  z-index: 1;
  content: '';
  width: 1px;
  height: 100%;
  left: 18px;
  background-color: #2b2b2b;
}
.popup-close::before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.popup-close::after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
/* popup */
/* other */
.main.layout {
  position: relative;
  z-index: 1;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  min-height: 100%;
  padding-bottom: 131px;
}
/* other */
/* common */
/* header */
.header.layout {
  height: 122px;
  background-color: #fff;
  position: relative;
  color: #4f4e4e;
  overflow: hidden;
}
.header.layout::before,
.header.layout::after {
  content: '';
  position: absolute;
  top: 51px;
  width: 50%;
  height: 8px;
}
.header.layout::before {
  background-color: #575759;
  left: 0;
}
.header.layout::after {
  background-color: #00B3E3;
  right: 0;
}
.header.layout .wrapper {
  position: relative;
  z-index: 1;
  padding-top: 14px;
}
.header.layout .wrapper::before {
  position: absolute;
  z-index: 1;
  top: 51px;
  left: 10px;
  right: 10px;
  display: block;
  content: '';
  height: 8px;
  background-color: #00B3E3;
}
.header.layout .logo {
  float: left;
  margin: 4px 39px 0 0;
}
.header.layout .what-doing {
  float: left;
  padding: 0 27px 0 21px;
  background-color: #fff;
  word-spacing: 3px;
  font-size: 19px;
  line-height: 1.6em;
  color: #100020;
}
.header.layout .what-doing .isolation {
  text-shadow: 0 0 0;
}
.header.layout .phone {
  float: right;
  background-color: #fff;
  font-size: 28px;
  margin: 14px -16px 0 0;
  padding: 0 16px 0 12px;
}
.header.layout .phone .large {
  font-size: 36px;
  margin-left: 4px;
}
.header.layout .wrap {
  position: relative;
  z-index: 2;
}
/* header */
/* footer */
.footer.layout {
  position: relative;
  z-index: 2;
  margin-top: -131px;
  height: 131px;
  color: #303030;
}
.footer.layout .copyright {
  text-align: center;
  font-size: 24px;
  text-transform: uppercase;
  letter-spacing: 1px;
  word-spacing: 2px;
}
.footer.layout .copyright a {
  color: inherit;
  text-decoration: none;
}
.footer.layout .copyright a:hover,
.footer.layout .copyright a.hover-effect {
  text-decoration: underline;
}
.footer.layout .link:hover {
  cursor: pointer;
  text-decoration: underline;
}
.footer.layout .wrapper {
  padding-top: 55px;
}
/* footer */
/* body */
.block-1 {
  background: url('../../images/bg/layout-1.jpg') no-repeat 50% 0;
  background-size: cover;
  min-height: 574px;
}
.block-1 .wrapper {
  padding-top: 44px;
  padding-bottom: 44px;
}
.block-1 .text {
  font-size: 24px;
  letter-spacing: 1px;
  line-height: 1.6em;
  text-shadow: 0 0 0;
  margin-bottom: 36px;
}
.block-1 .text .line {
  text-shadow: none;
  margin-bottom: 7px;
}
.block-2 {
  overflow: hidden;
  text-align: center;
  position: relative;
}
.block-2 .wrapper {
  padding-top: 83px;
}
.block-2 .hgroup {
  margin-bottom: 65px;
}
.block-2 .hgroup .title {
  font-weight: 400;
  text-transform: uppercase;
  font-size: 36px;
  margin-bottom: 9px;
  letter-spacing: 2px;
}
.block-2 .hgroup .sub-title {
  margin-bottom: 13px;
  padding-left: 20px;
  padding-right: 20px;
}
.block-2 .goals {
  margin-bottom: 71px;
}
.block-3 {
  background: #0b0c10 url('../../images/bg/layout-2.jpg') no-repeat 50% 0;
  background-size: cover;
  min-height: 680px;
  color: #fff;
  overflow: hidden;
}
.block-3 .wrapper {
  padding-top: 50px;
}
.block-5 .any-questions {
  position: relative;
  z-index: 1;
}
.block-5 .meeting-point {
  position: relative;
  z-index: 2;
  margin-top: -66px;
}
.block-6 {
  position: relative;
  overflow: hidden;
}
.block-6 .map {
  position: relative;
  z-index: 1;
}
.block-6 .contacts {
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  left: 0;
}
.goals {
  text-align: left;
}
.goals .items {
  font-size: 0;
  overflow: hidden;
}
.goals .item {
  font-size: 24px;
  max-width: 468px;
  width: 100%;
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin: 0 33px 38px 0;
  text-decoration: none;
  cursor: pointer;
}
.goals .item::before {
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.65);
}
.goals .item:hover::before,
.goals .item.hover-effect::before {
  display: block;
  content: '';
}
.goals .item:hover .description::before,
.goals .item.hover-effect .description::before {
  border-color: #fd0000;
}
.goals .item:hover .name,
.goals .item.hover-effect .name {
  display: table;
}
.goals .item:hover .progress,
.goals .item.hover-effect .progress {
  color: #fff;
  background: #fc0b0b;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZjMGIwYiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNiMzAwMDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #fc0b0b 0%, #b30000 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fc0b0b), color-stop(100%, #b30000));
  background: -webkit-linear-gradient(top, #fc0b0b 0%, #b30000 100%);
  background: -o-linear-gradient(top, #fc0b0b 0%, #b30000 100%);
  background: -ms-linear-gradient(top, #fc0b0b 0%, #b30000 100%);
  background: linear-gradient(to bottom, #fc0b0b 0%, #b30000 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fc0b0b', endColorstr='#b30000', GradientType=0);
}
.goals .item:nth-child(3n+3) {
  margin-right: 0;
}
.goals .pict {
  position: relative;
  z-index: 1;
  display: block;
}
.goals .description {
  position: absolute;
  z-index: 3;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  padding: 17px 17px 110px;
  text-align: center;
}
.goals .description::before {
  position: absolute;
  z-index: 0;
  top: 9px;
  right: 9px;
  bottom: 9px;
  left: 9px;
  border: 2px solid #fff;
  content: '';
}
.goals .progress {
  position: absolute;
  right: 15px;
  bottom: 16px;
  left: 15px;
  color: #343434;
  line-height: 1.1em;
  padding: 0 10px 0 10px;
  height: 94px;
  letter-spacing: 1px;
  background: #f0f0f0;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2YwZjBmMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkOGQ4ZDgiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #f0f0f0 0%, #d8d8d8 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f0f0f0), color-stop(100%, #d8d8d8));
  background: -webkit-linear-gradient(top, #f0f0f0 0%, #d8d8d8 100%);
  background: -o-linear-gradient(top, #f0f0f0 0%, #d8d8d8 100%);
  background: -ms-linear-gradient(top, #f0f0f0 0%, #d8d8d8 100%);
  background: linear-gradient(to bottom, #f0f0f0 0%, #d8d8d8 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f0f0f0', endColorstr='#d8d8d8', GradientType=0);
  box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, 0.4);
}
.goals .progress .table {
  display: table;
  width: 100%;
  height: 100%;
}
.goals .progress .table .cell {
  width: 100%;
  display: table-cell;
  vertical-align: middle;
}
.goals .progress .isolation {
  text-shadow: 0 0 0;
}
.goals .name {
  text-transform: uppercase;
  display: none;
  width: 100%;
  height: 100%;
  color: #151515;
}
.goals .name .wrap {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  position: relative;
}
.goals .name .i-common-pseudo::after {
  display: block;
  margin: 20px auto 0;
  content: '';
}
.setting-goals {
  text-align: center;
}
.setting-goals .hgroup {
  margin-bottom: 73px;
}
.setting-goals .hgroup .title {
  font-size: 36px;
  line-height: 1.8em;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  word-spacing: 3px;
}
.setting-goals .items {
  font-size: 0;
}
.setting-goals .item {
  font-size: 22px;
  width: 253px;
  display: inline-block;
  vertical-align: top;
  margin-left: 58px;
}
.setting-goals .item .table {
  display: table;
  width: 100%;
  height: 100%;
}
.setting-goals .item .table .cell {
  display: table-cell;
  width: 100%;
  vertical-align: middle;
}
.setting-goals .name {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 237px;
  height: 237px;
  border: 1px solid;
  padding: 12px;
  border-radius: 50%;
  margin: 0 auto 64px;
  line-height: 1.4em;
  position: relative;
}
.setting-goals .name::before,
.setting-goals .name::after {
  position: absolute;
  z-index: 1;
  content: '';
  border-left: 1px solid;
  left: 50%;
  height: 60px;
}
.setting-goals .name::before {
  top: -30px;
}
.setting-goals .name::after {
  bottom: -30px;
}
.setting-goals .name .wrap {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 34px;
  border-radius: 50%;
  height: 100%;
  border: 1px solid;
}
.setting-goals .name .wrap::before,
.setting-goals .name .wrap::after {
  position: absolute;
  z-index: 1;
  content: '';
  border-top: 1px solid;
  top: 50%;
  width: 60px;
}
.setting-goals .name .wrap::before {
  left: -30px;
}
.setting-goals .name .wrap::after {
  right: -30px;
}
.setting-goals .btn {
  font-size: 18px;
  width: 100%;
  padding: 16px 10px;
  line-height: 1.3em;
}
.clients {
  color: #252525;
  text-align: center;
  background-color: #f1f1f1;
}
.clients .wrapper {
  padding-top: 80px;
  padding-bottom: 78px;
}
.clients .text {
  font-size: 30px;
  line-height: 1.5em;
  letter-spacing: 1px;
  margin: 0 auto 87px;
  word-spacing: 2px;
}
.clients .text .isolation {
  font-size: 36px;
  font-weight: 700;
}
.clients .items {
  font-size: 0;
}
.clients .item {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: border-color 0.3s linear;
  transition: border-color 0.3s linear;
  margin: 0 19px 33px 0;
  display: inline-block;
  vertical-align: top;
  width: 220px;
  height: 196px;
  line-height: 196px;
  border: 2px solid #acacac;
  text-align: center;
}
.clients .item:nth-child(4n+4) {
  margin-right: 0;
}
.clients .item img {
  vertical-align: middle;
}
.clients a.item:hover,
.clients a.item.hover-effect {
  border-color: rgba(172, 172, 172, 0.4);
}
.any-questions {
  text-align: center;
  overflow: hidden;
}
.any-questions .wrapper {
  padding-top: 124px;
  position: relative;
  padding-bottom: 169px;
}
.any-questions .wrapper::after {
  position: absolute;
  z-index: -1;
  right: -254px;
  top: 44px;
  width: 624px;
  height: 460px;
  background: url('../../images/bg/layout-3.jpg') no-repeat 0 0;
  content: '';
}
.any-questions .title {
  text-transform: uppercase;
  font-weight: 400;
  font-size: 36px;
  letter-spacing: 1px;
  word-spacing: 2px;
  margin-bottom: 18px;
}
.any-questions .content {
  line-height: 1.75em;
}
.any-questions .content .text {
  margin-bottom: 26px;
}
.any-questions .content .just-now {
  font-size: 24px;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.meeting-point {
  text-align: center;
}
.meeting-point .items {
  font-size: 0;
  padding-bottom: 43px;
}
.meeting-point .item {
  position: relative;
  max-width: 415px;
  height: 228px;
  display: inline-block;
  vertical-align: top;
  font-size: 18px;
  margin: 0 38px 42px 0;
}
.meeting-point .item:nth-child(3n+3) {
  margin-right: 0;
}
.meeting-point .item:last-child {
  margin-right: 0;
}
.meeting-point .item:hover,
.meeting-point .item.hover-effect {
  cursor: pointer;
}
.meeting-point .item:hover::after,
.meeting-point .item.hover-effect::after {
  position: absolute;
  z-index: 2;
  top: 10px;
  right: 10px;
  bottom: 10px;
  left: 10px;
  content: '';
  background-color: rgba(255, 255, 255, 0.85);
}
.meeting-point .item:hover .description::before,
.meeting-point .item.hover-effect .description::before {
  border-color: red;
}
.meeting-point .item:hover .progress,
.meeting-point .item.hover-effect .progress {
  color: #fff;
  background: #fc0b0b;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZjMGIwYiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNiMzAwMDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #fc0b0b 0%, #b30000 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fc0b0b), color-stop(100%, #b30000));
  background: -webkit-linear-gradient(top, #fc0b0b 0%, #b30000 100%);
  background: -o-linear-gradient(top, #fc0b0b 0%, #b30000 100%);
  background: -ms-linear-gradient(top, #fc0b0b 0%, #b30000 100%);
  background: linear-gradient(to bottom, #fc0b0b 0%, #b30000 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fc0b0b', endColorstr='#b30000', GradientType=0);
}
.meeting-point .item:hover .progress .title,
.meeting-point .item.hover-effect .progress .title {
  color: inherit;
}
.meeting-point .item:hover .name,
.meeting-point .item.hover-effect .name {
  display: table;
}
.meeting-point .pict {
  position: relative;
  z-index: 1;
}
.meeting-point .description {
  position: absolute;
  z-index: 3;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 16px 16px 75px;
}
.meeting-point .description::before {
  position: absolute;
  z-index: 1;
  top: 7px;
  right: 7px;
  bottom: 7px;
  left: 7px;
  content: '';
  border: 3px solid #fff;
}
.meeting-point .progress {
  position: absolute;
  right: 15px;
  bottom: 16px;
  left: 15px;
  color: #343434;
  line-height: 1.1em;
  padding: 0 10px 0 10px;
  height: 59px;
  background: #f0f0f0;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2YwZjBmMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkOGQ4ZDgiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #f0f0f0 0%, #d8d8d8 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f0f0f0), color-stop(100%, #d8d8d8));
  background: -webkit-linear-gradient(top, #f0f0f0 0%, #d8d8d8 100%);
  background: -o-linear-gradient(top, #f0f0f0 0%, #d8d8d8 100%);
  background: -ms-linear-gradient(top, #f0f0f0 0%, #d8d8d8 100%);
  background: linear-gradient(to bottom, #f0f0f0 0%, #d8d8d8 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f0f0f0', endColorstr='#d8d8d8', GradientType=0);
  box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, 0.4);
}
.meeting-point .progress .table {
  display: table;
  width: 100%;
  height: 100%;
}
.meeting-point .progress .table .cell {
  width: 100%;
  display: table-cell;
  vertical-align: middle;
}
.meeting-point .progress .title {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 20px;
  color: #000;
  display: block;
  letter-spacing: 1px;
  margin-bottom: 3px;
}
.meeting-point .name {
  text-transform: uppercase;
  display: none;
  width: 100%;
  height: 100%;
  color: #151515;
  font-size: 24px;
}
.meeting-point .name .wrap {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  position: relative;
}
.meeting-point .name .i-common-pseudo::after {
  display: block;
  margin: 8px auto 0;
  content: '';
}
.map {
  height: 586px;
  background-color: #475545;
}
.map #map {
  height: 100%;
}
.contacts {
  position: relative;
}
.contacts .window-info {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  top: 35px;
  right: 0;
  left: 0;
  max-width: 724px;
  height: 173px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  background-color: #fff;
  text-align: center;
  padding: 43px 10px 0;
  color: #303030;
}
.contacts .window-info::before {
  position: absolute;
  z-index: 0;
  top: -7px;
  right: -7px;
  bottom: -7px;
  left: -7px;
  content: '';
  border: 2px solid #fff;
}
.contacts .window-info .title {
  font-size: 36px;
  text-transform: uppercase;
  margin-bottom: 20px;
  letter-spacing: 1px;
  word-spacing: 1px;
}
/* body */
/* content */
.content.layout p,
.content.layout h1,
.content.layout h2,
.content.layout h3,
.content.layout h4,
.content.layout h5,
.content.layout h6,
.content.layout ul,
.content.layout ol,
.content.layout table {
  margin: 0 0 1.4em;
}
.content.layout h1,
.content.layout h2,
.content.layout h3,
.content.layout h4,
.content.layout h5,
.content.layout h6 {
  margin: 0 0 .8em;
}
.content.layout ol {
  margin-bottom: 1em;
}
.content.layout ul,
.content.layout ol {
  padding-left: 1.8em;
}
.content.layout ol {
  list-style: decimal;
}
.content.layout ul {
  list-style: disc;
}
.content.layout ul li,
.content.layout ol li {
  margin-bottom: 1em;
}
.content.layout [style*="float: left"],
.content.layout [style*="float:left"] {
  margin-right: 1em;
}
.content.layout [style*="float: right"],
.content.layout [style*="float:right"] {
  margin-left: 1em;
}
.sidebar.layout.fl-l + .content.layout,
.sidebar.layout.fl-r + .content.layout {
  overflow: hidden;
}
/* content */
/* mobile */
.touch a,
.touch button,
.touch input,
.touch select,
.touch textarea,
.touch .btn,
.touch .i-common,
.touch .i-common-pseudo {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
/* mobile */
@media (max-width: 1491px) {
  .goals .items {
    text-align: center;
  }
  .goals .item {
    margin-left: 12px;
    margin-right: 12px;
  }
  .goals .item:first-child {
    border-left: 12px solid transparent;
  }
  .goals .item:nth-child(3n+3) {
    margin-right: 12px;
  }
  .meeting-point .item {
    margin-left: 19px;
    margin-right: 19px;
  }
  .meeting-point .item:first-child {
    border-left: 19px solid transparent;
  }
  .meeting-point .item:last-child {
    margin-right: 19px;
  }
  .meeting-point .item:nth-child(3n+3) {
    margin-right: 19px;
  }
}
@media (max-width: 1020px) {
  .goals .item {
    max-width: 400px;
  }
  .clients .item {
    margin-left: 9px;
    margin-right: 9px;
  }
  .clients .item:first-child {
    margin-left: 9px !important;
  }
  .clients .item:nth-child(4n+4) {
    margin-right: 9px;
  }
}
@media (max-width: 940px) {
  .setting-goals .hgroup .title {
    font-size: 30px;
  }
  .setting-goals .item {
    width: 215px;
    font-size: 16px;
  }
  .setting-goals .name {
    width: 200px;
    height: 200px;
  }
  .goals .item {
    max-width: 320px;
    font-size: 16px;
  }
  .goals .progress {
    height: 66px;
  }
}
@media (max-width: 860px) {
  .header.layout .what-doing {
    display: none;
  }
  .any-questions .wrapper {
    padding-bottom: 30px;
  }
  .any-questions .wrapper::after {
    position: relative;
    top: auto;
    right: auto;
    display: block;
    width: 440px;
    height: 320px;
    margin: 0 auto;
    background-size: contain;
  }
}
@media (max-width: 800px) {
  .setting-goals .item {
    margin: 0 30px 30px;
  }
  .setting-goals .item:first-child {
    border-left: 30px solid transparent;
  }
  .setting-goals .btn {
    font-size: 14px;
  }
  .form .message {
    font-size: 18px;
  }
  .form .message .title {
    font-size: 30px;
  }
}
@media (max-width: 710px) {
  .bl-popup.form .group .item {
    float: none;
    margin: 25px 0 0 0;
  }
  .form.st-1 .items,
  .form.st-2 .items {
    width: 100%;
  }
}
@media (max-width: 690px) {
  body {
    font-size: 14px;
  }
  .form.commercial-offer .title {
    font-size: 22px;
  }
  .block-1 .text {
    font-size: 18px;
  }
  .setting-goals .hgroup .title {
    font-size: 22px;
  }
  .any-questions .title {
    font-size: 22px;
  }
  .any-questions .content .just-now {
    font-size: 18px;
  }
  .contacts .window-info .title {
    font-size: 22px;
  }
  .footer.layout .copyright {
    font-size: 14px;
  }
  .bl-popup.privacy-policy .title {
    font-size: 26px;
  }
}
@media (max-width: 600px) {
  .form.commercial-offer .group .item {
    float: none;
    margin-left: 0;
    margin-top: 18px;
  }
  .form .message {
    font-size: 16px;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .form .message .title {
    font-size: 22px;
  }
}
@media (max-width: 520px) {
  .header.layout .phone {
    margin-top: 23px;
    font-size: 18px;
  }
  .header.layout .phone .large {
    font-size: 22px;
  }
  .meeting-point .item {
    height: auto;
  }
  .meeting-point .name {
    font-size: 18px;
  }
  .clients .wrapper {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .clients .text {
    font-size: 22px;
    margin-bottom: 30px;
  }
  .clients .text .isolation {
    font-size: 24px;
  }
  .block-2 .wrapper {
    padding-top: 30px;
  }
  .block-2 .hgroup {
    margin-bottom: 30px;
  }
  .block-2 .goals {
    margin-bottom: 0;
  }
  .any-questions .wrapper {
    padding-top: 30px;
  }
  .goals .item {
    margin-bottom: 30px;
  }
  .btn {
    font-size: 20px;
    padding-top: 18px;
    padding-bottom: 16px;
  }
  .bl-popup.privacy-policy .title {
    font-size: 18px;
  }
}
@media (max-width: 440px) {
  .header.layout {
    height: auto;
  }
  .header.layout::before,
  .header.layout::after {
    top: 37px;
  }
  .header.layout .wrapper {
    padding-top: 0;
    padding-bottom: 6px;
  }
  .header.layout .wrapper::before {
    display: none;
    content: none;
  }
  .header.layout .logo {
    display: block;
    margin-left: auto;
    margin-right: auto;
    float: none;
  }
  .header.layout .phone {
    text-align: center;
    float: none;
    margin: 6px 0 0;
    padding: 0;
  }
  .setting-goals .hgroup .title {
    font-size: 14px;
  }
  .block-2 .hgroup .title {
    font-size: 26px;
  }
  .meeting-point .item {
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 20px;
  }
  .meeting-point .item:first-child {
    border-left: 0;
  }
  .meeting-point .item:last-child {
    margin-right: 0;
  }
  .meeting-point .item:nth-child(3n+3) {
    margin-right: 0;
    margin-left: 0;
  }
  .goals .item {
    margin-right: 0;
    margin-left: 0;
  }
  .goals .item:first-child {
    margin-right: 0;
    margin-left: 0;
    border-left: 0;
  }
  .goals .item:nth-child(3n+3) {
    margin-right: 0;
    margin-left: 0;
  }
  .btn {
    padding-top: 16px;
    padding-bottom: 14px;
    font-size: 18px;
  }
  .clients .text {
    font-size: 16px;
  }
  .clients .text .isolation {
    font-size: 18px;
  }
  .any-questions .title {
    font-size: 18px;
  }
  .any-questions .content .just-now {
    font-size: 16px;
  }
  .meeting-point .item {
    font-size: 14px;
  }
  .meeting-point .name {
    font-size: 14px;
  }
  .meeting-point .name .i-common-pseudo::after {
    margin-top: 0;
  }
  .meeting-point .progress .title {
    font-size: 14px;
  }
  .contacts .window-info {
    top: 11px;
  }
  .map {
    height: 420px;
  }
  .bl-popup .btn {
    padding-top: 10px;
    padding-bottom: 8px;
    font-size: 14px;
  }
  .form.bl-popup .inp {
    height: 45px;
    line-height: 45px;
  }
  .form.bl-popup .label {
    padding: 11px 12px;
    font-size: 16px;
  }
  .form.st-1 .hgroup .title {
    font-size: 16px;
  }
  .form.st-1 .hgroup .sub-title {
    font-size: 14px;
  }
  .form.st-1 .accent {
    font-size: 16px;
  }
  .form.st-2 .content.layout .title {
    font-size: 16px;
  }
  .form .message {
    font-size: 14px;
  }
  .form .message .title {
    font-size: 18px;
  }
  .bl-popup.privacy-policy .title {
    font-size: 14px;
  }
}
