@font-face {
    font-family: 'OpenSans';
    src: url('../fonts/OpenSans-Light.eot');
    src: url('../fonts/OpenSans-Light-1.eot') format('embedded-opentype'),
        url('../fonts/OpenSans-Light.woff2') format('woff2'),
        url('../fonts/OpenSans-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'OpenSans';
    src: url('../fonts/OpenSans-Regular.eot');
    src: url('../fonts/OpenSans-Regular-1.eot') format('embedded-opentype'),
        url('../fonts/OpenSans-Regular.woff2') format('woff2'),
        url('../fonts/OpenSans-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'OpenSans';
    src: url('../fonts/OpenSans-Medium.eot');
    src: url('../fonts/OpenSans-Medium-1.eot') format('embedded-opentype'),
        url('../fonts/OpenSans-Medium.woff2') format('woff2'),
        url('../fonts/OpenSans-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'OpenSans';
    src: url('../fonts/OpenSans-SemiBold.eot');
    src: url('../fonts/OpenSans-SemiBold-1.eot') format('embedded-opentype'),
        url('../fonts/OpenSans-SemiBold.woff2') format('woff2'),
        url('../fonts/OpenSans-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'OpenSans';
    src: url('../fonts/OpenSans-Bold.eot');
    src: url('../fonts/OpenSans-Bold-1.eot') format('embedded-opentype'),
        url('../fonts/OpenSans-Bold.woff2') format('woff2'),
        url('../fonts/OpenSans-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'OpenSans';
    src: url('../fonts/OpenSans-ExtraBold.eot');
    src: url('../fonts/OpenSans-ExtraBold-1.eot') format('embedded-opentype'),
        url('../fonts/OpenSans-ExtraBold.woff2') format('woff2'),
        url('../fonts/OpenSans-ExtraBold.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}
.royalSlider {
  width: 600px;
  height: 400px;
  position: relative;
  direction: ltr;
}
.royalSlider > * {
  float: left;
}
.royalSlider .rsSlide.rsFakePreloader {
  opacity: 1 !important;
  -webkit-transition: 0s;
  transition: 0s;
  display: none;
}
.rsWebkit3d .rsSlide {
  -webkit-transform: translateZ(0);
  -webkit-backface-visibility: hidden;
}
.rsWebkit3d .rsContainer {
  -webkit-backface-visibility: hidden;
}
.rsWebkit3d .rsThumbs {
  -webkit-backface-visibility: hidden;
}
.rsWebkit3d .rsPreloader {
  -webkit-backface-visibility: hidden;
}
.rsWebkit3d img {
  -webkit-backface-visibility: hidden;
}
.rsWebkit3d .rsOverflow {
  -webkit-backface-visibility: hidden;
}
.rsWebkit3d .rsBtnCenterer {
  -webkit-backface-visibility: hidden;
}
.rsWebkit3d .rsAbsoluteEl {
  -webkit-backface-visibility: hidden;
}
.rsWebkit3d .rsABlock {
  -webkit-backface-visibility: hidden;
}
.rsWebkit3d .rsLink {
  -webkit-backface-visibility: hidden;
}
.rsFade.rsWebkit3d .rsSlide {
  -webkit-transform: none;
}
.rsFade.rsWebkit3d img {
  -webkit-transform: none;
}
.rsFade.rsWebkit3d .rsContainer {
  -webkit-transform: none;
}
.rsOverflow {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  float: left;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.rsVisibleNearbyWrap {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  left: 0;
  top: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.rsVisibleNearbyWrap .rsOverflow {
  position: absolute;
  left: 0;
  top: 0;
}
.rsContainer {
  position: relative;
  width: 100%;
  height: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.rsArrow {
  cursor: pointer;
  opacity: 1;
  -webkit-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
}
.rsThumbsArrow {
  cursor: pointer;
  opacity: 1;
  -webkit-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
}
.rsThumb {
  float: left;
  position: relative;
}
.rsNav {
  opacity: 1;
  -webkit-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
  -webkit-user-select: none;
  -ms-user-select: none;
  -moz-user-select: none;
       user-select: none;
}
.rsHidden {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: visibility 0s linear 0.3s, opacity 0.3s linear;
  transition: visibility 0s linear 0.3s, opacity 0.3s linear;
}
.rsGCaption {
  width: 100%;
  float: left;
  text-align: center;
}
.royalSlider.rsFullscreen {
  position: fixed !important;
  height: auto !important;
  width: auto !important;
  margin: 0 !important;
  padding: 0 !important;
  z-index: 2147483647 !important;
  top: 0 !important;
  left: 0 !important;
  bottom: 0 !important;
  right: 0 !important;
}
.rsSlide {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  overflow: hidden;
  height: 100%;
  width: 100%;
}
.royalSlider.rsAutoHeight {
  height: auto;
}
.rsAutoHeight .rsSlide {
  height: auto;
}
.rsContent {
  width: 100%;
  height: 100%;
  position: relative;
}
.rsPreloader {
  position: absolute;
  z-index: 0;
}
.rsNavItem {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.25);
}
.rsThumbs {
  cursor: pointer;
  position: relative;
  overflow: hidden;
  float: left;
  z-index: 22;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.rsTabs {
  float: left;
  background: none !important;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.rsVideoContainer {
  width: auto;
  height: auto;
  line-height: 0;
  position: relative;
}
.rsVideoContainer iframe {
  position: absolute;
  z-index: 50;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.rsVideoContainer video {
  position: absolute;
  z-index: 50;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.rsVideoContainer embed {
  position: absolute;
  z-index: 50;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.rsVideoContainer .rsVideoObj {
  position: absolute;
  z-index: 50;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.rsVideoFrameHolder {
  position: absolute;
  left: 0;
  top: 0;
  background: #141414;
  opacity: 0;
  -webkit-transition: .3s;
}
.rsVideoFrameHolder.rsVideoActive {
  opacity: 1;
}
.rsVideoContainer.rsIOSVideo iframe {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-right: 44px;
}
.rsVideoContainer.rsIOSVideo video {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-right: 44px;
}
.rsVideoContainer.rsIOSVideo embed {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-right: 44px;
}
.rsABlock {
  left: 0;
  top: 0;
  position: absolute;
  z-index: 15;
}
img.rsImg {
  max-width: none;
}
.grab-cursor {
  cursor: url(grab.png) 8 8, move;
}
.grabbing-cursor {
  cursor: url(grabbing.png) 8 8, move;
}
.rsNoDrag {
  cursor: auto;
}
.rsLink {
  left: 0;
  top: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 20;
  background: url(blank.gif);
}
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-slider .slick-track {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-list.dragging {
  cursor: hand;
}
.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
.slick-slide img {
  display: block;
}
[dir='rtl'] .slick-slide {
  float: right;
}
[dir='rtl'] .slick-prev {
  right: -25px;
  left: auto;
}
[dir='rtl'] .slick-next {
  right: auto;
  left: -25px;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
.slick-prev {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
  left: -25px;
}
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
  right: -25px;
}
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}
.slick-dots {
  position: absolute;
  bottom: -25px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
input[type='text'] {
  color: #616b72 !important;
}
input[type='email'] {
  color: #616b72 !important;
}
input[type='password'] {
  color: #616b72 !important;
}
textarea {
  color: #616b72 !important;
}
textarea::-webkit-input-placeholder {
  color: #28314C;
}
textarea::-moz-placeholder {
  color: #28314C;
}
textarea:-moz-placeholder {
  color: #28314C;
}
textarea:-ms-input-placeholder {
  color: #28314C;
}
input::-webkit-input-placeholder {
  color: #28314C;
}
input::-moz-placeholder {
  color: #28314C;
}
input:-moz-placeholder {
  color: #28314C;
}
input:-ms-input-placeholder {
  color: #28314C;
}
.wrap_bg {
  background: url(../img/main_bg.jpg) 30% 0 no-repeat;
  max-width: 4000px;
  margin: 0 auto;
  background-color: #FFFEFE;
}
.btns .btn {
  border-radius: 4px;
  display: inline-block;
  text-align: center;
}
.btns .btn a {
  text-transform: uppercase;
  color: inherit;
  text-decoration: none;
  display: inline-block;
  padding: 10px 0 0 0;
  width: 100%;
  height: 100%;
}
.btns .btn.flat {
  background: none;
  border: 2px solid #B6C0C8;
  text-align: center;
  min-width: 184px;
  height: 34px;
  font-weight: bold;
  font-size: 15px;
  color: #8D9EAB;
}
.btns .btn.round {
  background: -webkit-gradient(linear, left top, left bottom, from(#ffeb40), to(#ffcb40));
  background: linear-gradient(#ffeb40, #ffcb40);
  border: 2px solid #F9ECA5;
  -webkit-box-shadow: 0 4px 13px rgba(0, 0, 0, 0.3);
  box-shadow: 0 4px 13px rgba(0, 0, 0, 0.3);
  border-radius: 50px;
  border-bottom-color: #FED352;
  border-right-color: #FBE07F;
  border-left-color: #FADE81;
  font-size: 15px;
  color: #28314C;
  text-transform: uppercase;
  text-align: center;
  padding: 5px 0 0 0;
  cursor: pointer;
  width: 204px;
  height: 34px;
}
.btns .btn.round:hover {
  background: -webkit-gradient(linear, left bottom, left top, from(#ffeb40), to(#ffcb40));
  background: linear-gradient(to top, #ffeb40, #ffcb40);
}
.btns .btn.arrow {
  background: url(../img/icon_btn_arrow.png) 179px center no-repeat, -webkit-gradient(linear, left top, left bottom, from(#ffeb40), to(#ffcb40));
  background: url(../img/icon_btn_arrow.png) 179px center no-repeat, linear-gradient(#ffeb40, #ffcb40);
  text-align: left;
  padding: 10px 0 0 17px;
}
.btns .btn.arrow:hover {
  background: url(../img/icon_btn_arrow.png) 179px center no-repeat, -webkit-gradient(linear, left bottom, left top, from(#ffeb40), to(#ffcb40));
  background: url(../img/icon_btn_arrow.png) 179px center no-repeat, linear-gradient(to top, #ffeb40, #ffcb40);
}
.btns .btn.medium {
  letter-spacing: 1.7px;
  text-transform: uppercase;
  font-family: inherit;
  font-weight: bold;
  height: 40px;
  border-radius: 5px;
  width: 200px;
  border: none;
}
.form-style .title {
  font-weight: bold;
  font-size: 28px;
  color: #28314C;
  line-height: 1;
  margin-bottom: 24px;
}
.form-style form label {
  display: none;
}
.form-style form .fc_item * {
  font-family: inherit;
}
.form-style form .fc_item .elem_item input {
  height: 34px;
  -webkit-box-shadow: none;
  box-shadow: none;
  text-shadow: none;
  border: 1px solid #D7DCE7;
  resize: none;
  font-size: 15px;
  color: #8D9EAB;
  font-family: inherit;
  padding: 0 0 0 9px;
  outline: none;
  width: 271px;
  border-radius: 0;
}
.form-style form .fc_item .elem_item textarea {
  -webkit-box-shadow: none;
          box-shadow: none;
  text-shadow: none;
  border: 1px solid #D7DCE7;
  resize: none;
  font-size: 15px;
  color: #8D9EAB;
  font-family: inherit;
  outline: none;
  width: 271px;
  border-radius: 0;
  height: 84px;
  padding: 9px 0 0 9px;
}
.form-style form .fc_item .elem_item input.error {
  border-color: red;
}
.form-style form .fc_item .elem_item textarea.error {
  border-color: red;
}
.form-style form .uss_form_submit {
  margin: 33px 0 0 0;
  text-align: center;
}
.form-style form .uss_form_submit .btn {
  border-radius: 4px;
  display: inline-block;
  text-align: center;
}
.form-style form .uss_form_submit .btn a {
  text-transform: uppercase;
  color: inherit;
  text-decoration: none;
  display: inline-block;
  padding: 10px 0 0 0;
  width: 100%;
  height: 100%;
}
.form-style form .uss_form_submit .btn.flat {
  background: none;
  border: 2px solid #B6C0C8;
  text-align: center;
  min-width: 184px;
  height: 34px;
  font-weight: bold;
  font-size: 15px;
  color: #8D9EAB;
}
.form-style form .uss_form_submit .btn.round {
  background: -webkit-gradient(linear, left top, left bottom, from(#ffeb40), to(#ffcb40));
  background: linear-gradient(#ffeb40, #ffcb40);
  border: 2px solid #F9ECA5;
  -webkit-box-shadow: 0 4px 13px rgba(0, 0, 0, 0.3);
  box-shadow: 0 4px 13px rgba(0, 0, 0, 0.3);
  border-radius: 50px;
  border-bottom-color: #FED352;
  border-right-color: #FBE07F;
  border-left-color: #FADE81;
  font-size: 15px;
  color: #28314C;
  text-transform: uppercase;
  text-align: center;
  padding: 5px 0 0 0;
  cursor: pointer;
  width: 204px;
  height: 34px;
}
.form-style form .uss_form_submit .btn.round:hover {
  background: -webkit-gradient(linear, left bottom, left top, from(#ffeb40), to(#ffcb40));
  background: linear-gradient(to top, #ffeb40, #ffcb40);
}
.form-style form .uss_form_submit .btn.arrow {
  background: url(../img/icon_btn_arrow.png) 179px center no-repeat, -webkit-gradient(linear, left top, left bottom, from(#ffeb40), to(#ffcb40));
  background: url(../img/icon_btn_arrow.png) 179px center no-repeat, linear-gradient(#ffeb40, #ffcb40);
  text-align: left;
  padding: 10px 0 0 17px;
}
.form-style form .uss_form_submit .btn.arrow:hover {
  background: url(../img/icon_btn_arrow.png) 179px center no-repeat, -webkit-gradient(linear, left bottom, left top, from(#ffeb40), to(#ffcb40));
  background: url(../img/icon_btn_arrow.png) 179px center no-repeat, linear-gradient(to top, #ffeb40, #ffcb40);
}
.form-style form .uss_form_submit .btn.medium {
  letter-spacing: 1.7px;
  text-transform: uppercase;
  font-family: inherit;
  font-weight: bold;
  height: 40px;
  border-radius: 5px;
  width: 200px;
  border: none;
}
.form-style form .uss_form_submit input[type='submit'] {
  text-shadow: none;
  display: inline-block;
  min-width: 184px;
  font-weight: bold;
  background: -webkit-gradient(linear, left top, left bottom, from(#ffeb40), to(#ffcb40));
  background: linear-gradient(#ffeb40, #ffcb40);
  border: 2px solid #F9ECA5;
  -webkit-box-shadow: 0 4px 13px rgba(0, 0, 0, 0.3);
          box-shadow: 0 4px 13px rgba(0, 0, 0, 0.3);
  border-radius: 50px;
  border-bottom-color: #FED352;
  border-right-color: #FBE07F;
  border-left-color: #FADE81;
  font-size: 15px;
  color: #28314C;
  text-transform: uppercase;
  text-align: center;
  padding: 5px 0 0 0;
  cursor: pointer;
  width: 204px;
  height: 34px;
}
.form-style form .uss_form_submit input[type='submit'] a {
  text-transform: uppercase;
  color: inherit;
  text-decoration: none;
  display: inline-block;
  padding: 10px 0 0 0;
  width: 100%;
  height: 100%;
}
.form-style form .uss_form_submit input[type='submit']:hover {
  background: -webkit-gradient(linear, left bottom, left top, from(#ffeb40), to(#ffcb40));
  background: linear-gradient(to top, #ffeb40, #ffcb40);
}
.form-style form .uss_form_submit input[type='submit'].flat {
  background: none;
  border: 2px solid #B6C0C8;
  text-align: center;
  min-width: 184px;
  height: 34px;
  font-weight: bold;
  font-size: 15px;
  color: #8D9EAB;
}
.form-style form .uss_form_submit input[type='submit'].round {
  background: -webkit-gradient(linear, left top, left bottom, from(#ffeb40), to(#ffcb40));
  background: linear-gradient(#ffeb40, #ffcb40);
  border: 2px solid #F9ECA5;
  -webkit-box-shadow: 0 4px 13px rgba(0, 0, 0, 0.3);
  box-shadow: 0 4px 13px rgba(0, 0, 0, 0.3);
  border-radius: 50px;
  border-bottom-color: #FED352;
  border-right-color: #FBE07F;
  border-left-color: #FADE81;
  font-size: 15px;
  color: #28314C;
  text-transform: uppercase;
  text-align: center;
  padding: 5px 0 0 0;
  cursor: pointer;
  width: 204px;
  height: 34px;
}
.form-style form .uss_form_submit input[type='submit'].round:hover {
  background: -webkit-gradient(linear, left bottom, left top, from(#ffeb40), to(#ffcb40));
  background: linear-gradient(to top, #ffeb40, #ffcb40);
}
.form-style form .uss_form_submit input[type='submit'].arrow {
  background: url(../img/icon_btn_arrow.png) 179px center no-repeat, -webkit-gradient(linear, left top, left bottom, from(#ffeb40), to(#ffcb40));
  background: url(../img/icon_btn_arrow.png) 179px center no-repeat, linear-gradient(#ffeb40, #ffcb40);
  text-align: left;
  padding: 10px 0 0 17px;
}
.form-style form .uss_form_submit input[type='submit'].arrow:hover {
  background: url(../img/icon_btn_arrow.png) 179px center no-repeat, -webkit-gradient(linear, left bottom, left top, from(#ffeb40), to(#ffcb40));
  background: url(../img/icon_btn_arrow.png) 179px center no-repeat, linear-gradient(to top, #ffeb40, #ffcb40);
}
.form-style form .uss_form_submit input[type='submit'].medium {
  letter-spacing: 1.7px;
  text-transform: uppercase;
  font-family: inherit;
  font-weight: bold;
  height: 40px;
  border-radius: 5px;
  width: 200px;
  border: none;
}
.form-style form .buttons {
  margin: 33px 0 0 0;
  text-align: center;
}
.form-style form .buttons .btn {
  border-radius: 4px;
  display: inline-block;
  text-align: center;
}
.form-style form .buttons .btn a {
  text-transform: uppercase;
  color: inherit;
  text-decoration: none;
  display: inline-block;
  padding: 10px 0 0 0;
  width: 100%;
  height: 100%;
}
.form-style form .buttons .btn.flat {
  background: none;
  border: 2px solid #B6C0C8;
  text-align: center;
  min-width: 184px;
  height: 34px;
  font-weight: bold;
  font-size: 15px;
  color: #8D9EAB;
}
.form-style form .buttons .btn.round {
  background: -webkit-gradient(linear, left top, left bottom, from(#ffeb40), to(#ffcb40));
  background: linear-gradient(#ffeb40, #ffcb40);
  border: 2px solid #F9ECA5;
  -webkit-box-shadow: 0 4px 13px rgba(0, 0, 0, 0.3);
  box-shadow: 0 4px 13px rgba(0, 0, 0, 0.3);
  border-radius: 50px;
  border-bottom-color: #FED352;
  border-right-color: #FBE07F;
  border-left-color: #FADE81;
  font-size: 15px;
  color: #28314C;
  text-transform: uppercase;
  text-align: center;
  padding: 5px 0 0 0;
  cursor: pointer;
  width: 204px;
  height: 34px;
}
.form-style form .buttons .btn.round:hover {
  background: -webkit-gradient(linear, left bottom, left top, from(#ffeb40), to(#ffcb40));
  background: linear-gradient(to top, #ffeb40, #ffcb40);
}
.form-style form .buttons .btn.arrow {
  background: url(../img/icon_btn_arrow.png) 179px center no-repeat, -webkit-gradient(linear, left top, left bottom, from(#ffeb40), to(#ffcb40));
  background: url(../img/icon_btn_arrow.png) 179px center no-repeat, linear-gradient(#ffeb40, #ffcb40);
  text-align: left;
  padding: 10px 0 0 17px;
}
.form-style form .buttons .btn.arrow:hover {
  background: url(../img/icon_btn_arrow.png) 179px center no-repeat, -webkit-gradient(linear, left bottom, left top, from(#ffeb40), to(#ffcb40));
  background: url(../img/icon_btn_arrow.png) 179px center no-repeat, linear-gradient(to top, #ffeb40, #ffcb40);
}
.form-style form .buttons .btn.medium {
  letter-spacing: 1.7px;
  text-transform: uppercase;
  font-family: inherit;
  font-weight: bold;
  height: 40px;
  border-radius: 5px;
  width: 200px;
  border: none;
}
.form-style form .buttons input[type='submit'] {
  text-shadow: none;
  display: inline-block;
  background: none;
  min-width: 184px;
  font-weight: bold;
  font-size: 15px;
  background: -webkit-gradient(linear, left top, left bottom, from(#ffeb40), to(#ffcb40));
  background: linear-gradient(#ffeb40, #ffcb40);
  border: 2px solid #F9ECA5;
  -webkit-box-shadow: 0 4px 13px rgba(0, 0, 0, 0.3);
          box-shadow: 0 4px 13px rgba(0, 0, 0, 0.3);
  border-radius: 50px;
  border-bottom-color: #FED352;
  border-right-color: #FBE07F;
  border-left-color: #FADE81;
  color: #28314C;
  text-transform: uppercase;
  text-align: center;
  padding: 5px 0 0 0;
  cursor: pointer;
  width: 204px;
  height: 34px;
}
.form-style form .buttons input[type='submit'] a {
  text-transform: uppercase;
  color: inherit;
  text-decoration: none;
  display: inline-block;
  padding: 10px 0 0 0;
  width: 100%;
  height: 100%;
}
.form-style form .buttons input[type='submit']:hover {
  background: -webkit-gradient(linear, left bottom, left top, from(#ffeb40), to(#ffcb40));
  background: linear-gradient(to top, #ffeb40, #ffcb40);
}
.form-style form .buttons input[type='submit'].flat {
  background: none;
  border: 2px solid #B6C0C8;
  text-align: center;
  min-width: 184px;
  height: 34px;
  font-weight: bold;
  font-size: 15px;
  color: #8D9EAB;
}
.form-style form .buttons input[type='submit'].round {
  background: -webkit-gradient(linear, left top, left bottom, from(#ffeb40), to(#ffcb40));
  background: linear-gradient(#ffeb40, #ffcb40);
  border: 2px solid #F9ECA5;
  -webkit-box-shadow: 0 4px 13px rgba(0, 0, 0, 0.3);
  box-shadow: 0 4px 13px rgba(0, 0, 0, 0.3);
  border-radius: 50px;
  border-bottom-color: #FED352;
  border-right-color: #FBE07F;
  border-left-color: #FADE81;
  font-size: 15px;
  color: #28314C;
  text-transform: uppercase;
  text-align: center;
  padding: 5px 0 0 0;
  cursor: pointer;
  width: 204px;
  height: 34px;
}
.form-style form .buttons input[type='submit'].round:hover {
  background: -webkit-gradient(linear, left bottom, left top, from(#ffeb40), to(#ffcb40));
  background: linear-gradient(to top, #ffeb40, #ffcb40);
}
.form-style form .buttons input[type='submit'].arrow {
  background: url(../img/icon_btn_arrow.png) 179px center no-repeat, -webkit-gradient(linear, left top, left bottom, from(#ffeb40), to(#ffcb40));
  background: url(../img/icon_btn_arrow.png) 179px center no-repeat, linear-gradient(#ffeb40, #ffcb40);
  text-align: left;
  padding: 10px 0 0 17px;
}
.form-style form .buttons input[type='submit'].arrow:hover {
  background: url(../img/icon_btn_arrow.png) 179px center no-repeat, -webkit-gradient(linear, left bottom, left top, from(#ffeb40), to(#ffcb40));
  background: url(../img/icon_btn_arrow.png) 179px center no-repeat, linear-gradient(to top, #ffeb40, #ffcb40);
}
.form-style form .buttons input[type='submit'].medium {
  letter-spacing: 1.7px;
  text-transform: uppercase;
  font-family: inherit;
  font-weight: bold;
  height: 40px;
  border-radius: 5px;
  width: 200px;
  border: none;
}
.list-reset ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.list-reset ul li {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
html {
  margin: 0;
  min-width: 1200px;
}
body {
  margin: 0;
  min-width: 1200px;
}
#wrap {
  font-family: 'OpenSans', sans-serif;
  width: 1200px;
  margin: 0 auto;
  overflow: hidden;
  min-width: 1200px;
  background: #fff;
  font-size: 15px;
  -webkit-box-shadow: 4px 0 87px rgba(64, 61, 102, 0.16), -4px 0 87px rgba(64, 61, 102, 0.16);
  box-shadow: 4px 0 87px rgba(64, 61, 102, 0.16), -4px 0 87px rgba(64, 61, 102, 0.16);
}
a {
  color: inherit;
  font-size: inherit;
}
a:hover {
  text-decoration: none;
}
a.tel {
  text-decoration: none;
}
.inner {
  width: 100%;
  padding-left: 50px;
  padding-right: 50px;
  margin: 0 auto;
  position: relative;
}
.cf {
  zoom: 1;
}
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  content: "";
  display: table;
  clear: both;
}
.header .inner {
  padding-top: 15px;
  padding-bottom: 14px;
}
.header p {
  margin: 0;
}
.header .left {
  float: left;
  padding: 3px 0 0 0;
}
.header .right {
  float: right;
  text-align: right;
  padding: 0 0px 0 0px;
}
.header .right .call_me {
  margin-bottom: 14px;
}
.header .right .call_me a {
  font-size: 15px;
  color: #6c7780;
  text-decoration: none;
  border-bottom: 1px dashed #6c7780;
  cursor: pointer;
}
.header .center {
  overflow: hidden;
  text-align: center;
}
.header .city_select {}
.header .city_select .city_selected {
  font-size: 15px;
  color: #6c7780;
}
.header .city_select .city_selected a {
  border-bottom: 1px dashed #6c7780;
  display: inline-block;
  cursor: pointer;
}
.header .city_select .city_dropdown {
  display: none;
}
.header #regions {
  background: #283149;
  display: none;
  padding: 30px 15px 30px 45px;
  z-index: 1000;
  font-size: 15px;
  text-align: left;
}
.header #regions .char {
  margin: 0 0 25px 0;
  position: relative;
  zoom: 1;
}
.header #regions .char:before {
  content: "";
  display: table;
}
.header #regions .char:after {
  content: "";
  display: table;
  clear: both;
}
.header #regions .col_2 {
  float: left;
  width: 20%;
}
.header #regions .col_3 {
  float: left;
  width: 25%;
}
.header #regions .col_4 {
  float: left;
  width: 33.3333%;
}
.header #regions .col_4 .region {
  width: 100%;
  margin: 0px 20px 10px 0px;
}
.header #regions .col_6 {
  float: left;
  width: 50%;
}
.header #regions .col_6 .region {
  width: 100%;
  margin: 0px 20px 10px 0px;
}
.header #regions .region {
  float: none;
  margin: 0px 0 6px 25px;
  display: block;
  padding-right: 20px;
}
.header #regions .region a {
  text-decoration: none;
  font-weight: 400;
  display: inline;
  border-bottom: 1px dotted #8D9EAB;
  cursor: pointer;
  color: #fff;
}
.header #regions h4 {
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
  left: 2px;
  top: -4px;
  position: absolute;
  margin: 0;
  zoom: 1;
  color: #fff;
}
.header #regions h4:before {
  content: "";
  display: table;
}
.header #regions h4:after {
  content: "";
  display: table;
  clear: both;
}
.header #regions .rm_header {
  display: block;
  position: relative;
  overflow: hidden;
  margin-bottom: 38px;
}
.header #regions .rm_header .rm_exact_location {
  display: block;
  font-size: 23px;
  color: #fff;
  text-transform: uppercase;
  position: relative;
  overflow: hidden;
}
.header #regions .rm_header .close {
  display: inline-block;
  cursor: pointer;
  position: absolute;
  right: 52px;
  top: 5px;
}
.header #regions .rm_header .close span {
  font-size: 20px;
  font-weight: 200;
  line-height: 20px;
  border-bottom: 1px dotted #fff;
  color: #fff;
}
.header #regions .rm_header .close span.rmh_cross {
  display: inline-block;
  width: 15px;
  height: 14px;
  background: url(../img/close.png) no-repeat center;
  margin-left: 10px;
  border-bottom: none;
}
.header #regions .rm_header .close:hover span {
  border-bottom: 1px dotted transparent;
}
.header #regions.active {
  display: block;
  position: absolute;
  z-index: 1200;
  left: 0;
  top: 0;
  right: 0;
}
.header .white.text {
  margin-top: 40px;
  display: block;
  text-align: center;
  font-size: 18px;
  font-weight: 300;
  color: #F5F5F5;
  width: 100%;
}
.header .white.text a {
  color: #FFE440;
  text-decoration: none;
  border-bottom: 1px dotted #F5F5F5;
}
.header .white.text .region_arrow {
  background: url(../img/close2.png);
  display: inline-block;
  vertical-align: middle;
  width: 17px;
  height: 9px;
  margin: 0 10px;
}
.header .white.text.turn span:not(.region_arrow) {
  text-align: center;
  border-bottom: 1px dotted #F5F5F5;
  display: inline-block;
  vertical-align: middle;
}
.header .contacts {
  font-weight: bold;
  font-size: 24px;
  color: #28314C;
}
.header .contacts span {
  display: inline-block;
  font-weight: normal;
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
}
.header .contacts .city {
  margin: 0 0 0 0;
}
.header .contacts p:first-child {
  line-height: 15px;
}
.header .slogan {
  font-weight: bold;
  font-size: 15px;
  color: #28314C;
  text-transform: uppercase;
  padding: 33px 0 0 0;
}
.header .slogan span {
  display: block;
  font-weight: bold;
  font-size: 23px;
  margin-bottom: 4px;
}
.header .logo,
.footer .logo {
  position: relative;
  white-space: nowrap;
}
.header .logo a,
.footer .logo a {
  text-decoration: none;
  color: #28314C;
}
.header .logo .logo_img {
  float: left;
}
.header .logo .logo_img img,
.footer .logo .logo_img img {
  display: block;
}
.footer .logo .logo_img img {
  filter: brightness(0) saturate(100%) invert(95%) sepia(5%) saturate(18%) hue-rotate(187deg) brightness(105%) contrast(107%);
}
.header .logo .logo_text,
.footer .logo .logo_text {
  font-size: 38px;
  font-weight: 900;
  color: #28314C;
  margin: -2px 0 0 7px;
  display: inline-block;
  letter-spacing: 0.5px;
  line-height: 1;
}
.footer .logo .logo_text {
  color: #fff;
}
.menu {
  background: #EEF1F7;
}
.menu ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.menu ul li {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.menu .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 60px;
}
.menu .inner > ul {
  -webkit-box-flex: 1;
      -ms-flex: 1 auto;
          flex: 1 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.menu .inner > ul li {
  display: inline-block;
}
.menu .inner > ul li a {
  color: #28314C;
  font-size: 15px;
  display: inline-block;
  width: 100%;
  height: 100%;
  line-height: 57px;
}
.menu .inner > ul li:hover a {
  color: #8E9EAB;
  text-decoration: none;
}
.menu .inner > ul li.active a {
  color: #8E9EAB;
  text-decoration: none;
}
.menu .more {
  position: relative;
}
.menu .more .dropdown_selector {
  background: url(../img/more.png) center no-repeat;
  background-color: #E4EAF6;
  width: 68px;
  height: 60px;
  display: block;
  cursor: pointer;
  position: relative;
  margin-right: 8px;
}
.menu .more ul {
  z-index: 10;
  background: #fff;
  -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
  display: none;
  position: absolute;
  border: 1px solid #DEDEDE;
  top: 67px;
  right: 0;
  padding: 15px 0;
}
.menu .more ul li {
  width: 200px;
  line-height: 1;
  margin-bottom: 10px;
  padding: 4px 25px;
}
.menu .more ul li:hover {
  background: #EEF1F7;
}
.menu .more ul li:hover a {
  text-decoration: underline;
}
.menu .more ul li a {
  width: 100%;
  padding: 9px 0 0 0;
  zoom: 1;
  display: inline-block;
  text-decoration: none;
}
.menu .more ul li a:before {
  content: "";
  display: table;
}
.menu .more ul li a:after {
  content: "";
  display: table;
  clear: both;
}
.menu .more ul li a i {
  float: right;
  position: relative;
}
.menu .more ul li a i span.drop_down {
  position: absolute;
  right: 21px;
  bottom: 21px;
  display: none;
  width: auto;
  min-width: 119px;
  padding: 2px 10px 1px;
}
.menu .more ul li a i:hover span.drop_down {
  display: block;
  font-size: 15px;
}
.menu .more ul li span {
  display: inline-block;
  padding: 2px 5px 1px;
  vertical-align: middle;
  font-size: 15px;
  text-transform: uppercase;
  border-radius: 5px;
  margin: -3px 0 0 0;
}
.menu .more ul li i {
  display: inline-block;
  padding: 0px 0 0 6px;
  border: 1px solid #DFDFDF;
  color: #DFDFDF;
  font-style: normal;
  width: 20px;
  height: 20px;
  position: relative;
  top: -4px;
  line-height: 19px;
}
.menu .more ul li i:hover {
  border-color: #303030;
  color: #303030;
}
.menu .more ul li:nth-of-type(1) {
  font-weight: 600;
  color: #303030;
}
.menu .more ul li:nth-of-type(1):hover {
  background: none;
}
.menu .more ul li:nth-of-type(2) {
  margin-bottom: 0;
}
.menu .more ul li:nth-of-type(2) span {
  background: #FFE240;
  color: #303030;
}
.menu .more ul li:nth-of-type(3) {
  margin-bottom: 0;
}
.menu .more ul li:nth-of-type(3) span {
  background: #30CBA1;
  color: #fff;
}
.menu .more ul li.cms i span.drop_down {
  min-width: 135px;
}
.menu .mobile_menu {
  display: none;
}
.banner {
  padding-right: 60px;
}
.banner p {
  margin: 0;
}
.banner .left {
  float: left;
}
.banner .left .slider {
  width: 809px;
  overflow: hidden;
  height: 407px;
  position: relative;
}
.banner .left .slides {
  width: 809px;
  height: 407px;
  position: relative;
}
.banner .left .slides .rsContainer {
  width: 809px;
  height: 407px;
  display: block;
  position: relative;
}
.banner .left .slides .slide {
  position: relative;
}
.banner .left .slides .slide img {
  display: block;
}
.banner .left .slides .slide .caption {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  font-size: 18px;
  color: #28314C;
  padding: 55px 0 0 50px;
}
.banner .left .slides .slide .caption .caption_title {
  font-size: 36px;
  text-transform: uppercase;
  line-height: 1.1;
  margin: 0 0 15px 0;
}
.banner .left .slides .slide .caption .caption_title h1 {
  font: inherit;
  margin: 0;
}
.banner .left .slides .slide .caption .white {
  color: #EEF1F7;
}
.banner .left .slides .slide .caption .dark {
  color: #28314C;
}
.banner .left .slides .dots {
  z-index: 100;
  text-align: right;
  padding: 0 46px 0 0;
  background: none;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 50px;
}
.banner .left .slides .dots .dot {
  width: 10px;
  height: 10px;
  margin: 0 0 0 11px;
  padding: 0;
  z-index: 10;
  display: inline-block;
}
.banner .left .slides .dots .dot span {
  width: 10px;
  height: 10px;
  background: #8D9EAB;
  border-radius: 10px;
  padding: 0;
  cursor: pointer;
  display: inline-block;
}
.banner .left .slides .dots .dot.dot-active span {
  background-color: #FEDC4C;
}
.banner .left .slides .rsArrows {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  display: block;
}
.banner .left .slides .rsArrow {
  width: 45px;
  height: 50px;
  top: 180px;
  display: block;
  z-index: 100;
  position: absolute;
}
.banner .left .slides .rsArrow .rsArrowIcn {
  width: 45px;
  height: 50px;
  -webkit-transition: all .3s;
  transition: all .3s;
  background-size: 14px 32px !important;
  position: static;
  margin: 0 !important;
  display: block;
}
.banner .left .slides .rsArrowLeft {
  left: 0;
}
.banner .left .slides .rsArrowLeft .rsArrowIcn {
  background: url(../img/slider_prev_examples.png) center no-repeat;
}
.banner .left .slides .rsArrowRight {
  right: 0;
}
.banner .left .slides .rsArrowRight .rsArrowIcn {
  background: url(../img/slider_next_examples.png) center no-repeat;
}
.banner .right {
  padding: 15px 0 0 0;
  width: 271px;
  float: right;
}
.banner .right .title {
  font-weight: bold;
  font-size: 28px;
  color: #28314C;
  line-height: 1;
  margin-bottom: 12px;
}
.banner .right form label {
  display: none;
}
.banner .right form .fc_item {
  margin: 0 0 10px 0;
}
.banner .right form .fc_item .elem_item input {
  height: 34px;
  -webkit-box-shadow: none;
          box-shadow: none;
  text-shadow: none;
  border: 1px solid #D7DCE7;
  resize: none;
  font-size: 15px;
  color: #8D9EAB;
  padding: 0 0 0 9px;
  outline: none;
  width: 271px;
  border-radius: 0;
}
.banner .right form .fc_item .elem_item textarea {
  -webkit-box-shadow: none;
  box-shadow: none;
  text-shadow: none;
  border: 1px solid #D7DCE7;
  resize: none;
  font-size: 15px;
  color: #8D9EAB;
  font-family: inherit;
  outline: none;
  width: 271px;
  border-radius: 0;
  height: 34px;
  padding: 9px 0 0 9px;
}
.banner .right form .fc_item .elem_item input.error {
  border-color: red;
}
.banner .right form .fc_item .elem_item textarea.error {
  border-color: red;
}
.banner .right form .uss_form_submit {
  margin: 33px 0 0 0;
  text-align: center;
}
.banner .right form .uss_form_submit .btn {
  border-radius: 4px;
  display: inline-block;
  text-align: center;
}
.banner .right form .uss_form_submit .btn a {
  text-transform: uppercase;
  color: inherit;
  text-decoration: none;
  display: inline-block;
  padding: 10px 0 0 0;
  width: 100%;
  height: 100%;
}
.banner .right form .uss_form_submit .btn.flat {
  background: none;
  border: 2px solid #B6C0C8;
  text-align: center;
  min-width: 184px;
  height: 34px;
  font-weight: bold;
  font-size: 15px;
  color: #8D9EAB;
}
.banner .right form .uss_form_submit .btn.round {
  background: -webkit-gradient(linear, left top, left bottom, from(#ffeb40), to(#ffcb40));
  background: linear-gradient(#ffeb40, #ffcb40);
  border: 2px solid #F9ECA5;
  -webkit-box-shadow: 0 4px 13px rgba(0, 0, 0, 0.3);
  box-shadow: 0 4px 13px rgba(0, 0, 0, 0.3);
  border-radius: 50px;
  border-bottom-color: #FED352;
  border-right-color: #FBE07F;
  border-left-color: #FADE81;
  font-size: 15px;
  color: #28314C;
  text-transform: uppercase;
  text-align: center;
  padding: 5px 0 0 0;
  cursor: pointer;
  width: 204px;
  height: 34px;
}
.banner .right form .uss_form_submit .btn.round:hover {
  background: -webkit-gradient(linear, left bottom, left top, from(#ffeb40), to(#ffcb40));
  background: linear-gradient(to top, #ffeb40, #ffcb40);
}
.banner .right form .uss_form_submit .btn.arrow {
  background: url(../img/icon_btn_arrow.png) 179px center no-repeat, -webkit-gradient(linear, left top, left bottom, from(#ffeb40), to(#ffcb40));
  background: url(../img/icon_btn_arrow.png) 179px center no-repeat, linear-gradient(#ffeb40, #ffcb40);
  text-align: left;
  padding: 10px 0 0 17px;
}
.banner .right form .uss_form_submit .btn.arrow:hover {
  background: url(../img/icon_btn_arrow.png) 179px center no-repeat, -webkit-gradient(linear, left bottom, left top, from(#ffeb40), to(#ffcb40));
  background: url(../img/icon_btn_arrow.png) 179px center no-repeat, linear-gradient(to top, #ffeb40, #ffcb40);
}
.banner .right form .uss_form_submit .btn.medium {
  letter-spacing: 1.7px;
  text-transform: uppercase;
  font-family: inherit;
  font-weight: bold;
  height: 40px;
  border-radius: 5px;
  width: 200px;
  border: none;
}
.banner .right form .uss_form_submit input[type='submit'] {
  text-shadow: none;
  display: inline-block;
  min-width: 184px;
  font-weight: bold;
  font-size: 15px;
  background: -webkit-gradient(linear, left top, left bottom, from(#ffeb40), to(#ffcb40));
  background: linear-gradient(#ffeb40, #ffcb40);
  border: 2px solid #F9ECA5;
  -webkit-box-shadow: 0 4px 13px rgba(0, 0, 0, 0.3);
          box-shadow: 0 4px 13px rgba(0, 0, 0, 0.3);
  border-radius: 50px;
  border-bottom-color: #FED352;
  border-right-color: #FBE07F;
  border-left-color: #FADE81;
  color: #28314C;
  text-transform: uppercase;
  text-align: center;
  padding: 5px 0 0 0;
  cursor: pointer;
  width: 204px;
  height: 34px;
}
.banner .right form .uss_form_submit input[type='submit'] a {
  text-transform: uppercase;
  color: inherit;
  text-decoration: none;
  display: inline-block;
  padding: 10px 0 0 0;
  width: 100%;
  height: 100%;
}
.banner .right form .uss_form_submit input[type='submit']:hover {
  background: -webkit-gradient(linear, left bottom, left top, from(#ffeb40), to(#ffcb40));
  background: linear-gradient(to top, #ffeb40, #ffcb40);
}
.banner .right form .uss_form_submit input[type='submit'].flat {
  background: none;
  border: 2px solid #B6C0C8;
  text-align: center;
  min-width: 184px;
  height: 34px;
  font-weight: bold;
  font-size: 15px;
  color: #8D9EAB;
}
.banner .right form .uss_form_submit input[type='submit'].round {
  background: -webkit-gradient(linear, left top, left bottom, from(#ffeb40), to(#ffcb40));
  background: linear-gradient(#ffeb40, #ffcb40);
  border: 2px solid #F9ECA5;
  -webkit-box-shadow: 0 4px 13px rgba(0, 0, 0, 0.3);
  box-shadow: 0 4px 13px rgba(0, 0, 0, 0.3);
  border-radius: 50px;
  border-bottom-color: #FED352;
  border-right-color: #FBE07F;
  border-left-color: #FADE81;
  font-size: 15px;
  color: #28314C;
  text-transform: uppercase;
  text-align: center;
  padding: 5px 0 0 0;
  cursor: pointer;
  width: 204px;
  height: 34px;
}
.banner .right form .uss_form_submit input[type='submit'].round:hover {
  background: -webkit-gradient(linear, left bottom, left top, from(#ffeb40), to(#ffcb40));
  background: linear-gradient(to top, #ffeb40, #ffcb40);
}
.banner .right form .uss_form_submit input[type='submit'].arrow {
  background: url(../img/icon_btn_arrow.png) 179px center no-repeat, -webkit-gradient(linear, left top, left bottom, from(#ffeb40), to(#ffcb40));
  background: url(../img/icon_btn_arrow.png) 179px center no-repeat, linear-gradient(#ffeb40, #ffcb40);
  text-align: left;
  padding: 10px 0 0 17px;
}
.banner .right form .uss_form_submit input[type='submit'].arrow:hover {
  background: url(../img/icon_btn_arrow.png) 179px center no-repeat, -webkit-gradient(linear, left bottom, left top, from(#ffeb40), to(#ffcb40));
  background: url(../img/icon_btn_arrow.png) 179px center no-repeat, linear-gradient(to top, #ffeb40, #ffcb40);
}
.banner .right form .uss_form_submit input[type='submit'].medium {
  letter-spacing: 1.7px;
  text-transform: uppercase;
  font-family: inherit;
  font-weight: bold;
  height: 40px;
  border-radius: 5px;
  width: 200px;
  border: none;
}
.banner .right form .buttons {
  text-align: center;
  margin: 15px 0 0 0;
}
.banner .right form .buttons input[type='submit'] {
  height: 45px !important;
}
.banner .right form .buttons .btn {
  border-radius: 4px;
  display: inline-block;
  text-align: center;
}
.banner .right form .buttons .btn a {
  text-transform: uppercase;
  color: inherit;
  text-decoration: none;
  display: inline-block;
  padding: 10px 0 0 0;
  width: 100%;
  height: 100%;
}
.banner .right form .buttons .btn.flat {
  background: none;
  border: 2px solid #B6C0C8;
  text-align: center;
  min-width: 184px;
  height: 34px;
  font-weight: bold;
  font-size: 15px;
  color: #8D9EAB;
}
.banner .right form .buttons .btn.round {
  background: -webkit-gradient(linear, left top, left bottom, from(#ffeb40), to(#ffcb40));
  background: linear-gradient(#ffeb40, #ffcb40);
  border: 2px solid #F9ECA5;
  -webkit-box-shadow: 0 4px 13px rgba(0, 0, 0, 0.3);
  box-shadow: 0 4px 13px rgba(0, 0, 0, 0.3);
  border-radius: 50px;
  border-bottom-color: #FED352;
  border-right-color: #FBE07F;
  border-left-color: #FADE81;
  font-size: 15px;
  color: #28314C;
  text-transform: uppercase;
  text-align: center;
  padding: 5px 0 0 0;
  cursor: pointer;
  width: 204px;
  height: 34px;
}
.banner .right form .buttons .btn.round:hover {
  background: -webkit-gradient(linear, left bottom, left top, from(#ffeb40), to(#ffcb40));
  background: linear-gradient(to top, #ffeb40, #ffcb40);
}
.banner .right form .buttons .btn.arrow {
  background: url(../img/icon_btn_arrow.png) 179px center no-repeat, -webkit-gradient(linear, left top, left bottom, from(#ffeb40), to(#ffcb40));
  background: url(../img/icon_btn_arrow.png) 179px center no-repeat, linear-gradient(#ffeb40, #ffcb40);
  text-align: left;
  padding: 10px 0 0 17px;
}
.banner .right form .buttons .btn.arrow:hover {
  background: url(../img/icon_btn_arrow.png) 179px center no-repeat, -webkit-gradient(linear, left bottom, left top, from(#ffeb40), to(#ffcb40));
  background: url(../img/icon_btn_arrow.png) 179px center no-repeat, linear-gradient(to top, #ffeb40, #ffcb40);
}
.banner .right form .buttons .btn.medium {
  letter-spacing: 1.7px;
  text-transform: uppercase;
  font-family: inherit;
  font-weight: bold;
  height: 40px;
  border-radius: 5px;
  width: 200px;
  border: none;
}
.banner .right form .buttons input[type='submit'] {
  text-shadow: none;
  display: inline-block;
  min-width: 184px;
  font-weight: bold;
  background: rgb(250,169,22);
  background: -moz-linear-gradient(top, rgba(250,169,22,1) 0%, rgba(245,161,18,1) 24%, rgba(230,130,4,1) 78%, rgba(225,123,0,1) 100%);
  background: -webkit-linear-gradient(top, rgba(250,169,22,1) 0%,rgba(245,161,18,1) 24%,rgba(230,130,4,1) 78%,rgba(225,123,0,1) 100%);
  background: linear-gradient(to bottom, rgba(250,169,22,1) 0%,rgba(245,161,18,1) 24%,rgba(230,130,4,1) 78%,rgba(225,123,0,1) 100%);
  color: #fff;
  border: 0;
  border-radius: 10px;
  box-shadow: none;
  font-family: 'OpenSans';
  font-size: 15px;
  text-transform: uppercase;
  text-align: center;
  padding: 5px 0;
  cursor: pointer;
  width: 204px;
  height: 34px;
}
.banner .right form .buttons input[type='submit'] a {
  text-transform: uppercase;
  color: inherit;
  text-decoration: none;
  display: inline-block;
  padding: 10px 0 0 0;
  width: 100%;
  height: 100%;
}
.banner .right form .buttons input[type='submit']:hover {
  background: rgb(255,188,66);
  background: -moz-linear-gradient(top, rgba(255,188,66,1) 0%, rgba(255,182,60,1) 22%, rgba(253,155,33,1) 86%, rgba(253,151,31,1) 100%);
  background: -webkit-linear-gradient(top, rgba(255,188,66,1) 0%,rgba(255,182,60,1) 22%,rgba(253,155,33,1) 86%,rgba(253,151,31,1) 100%);
  background: linear-gradient(to bottom, rgba(255,188,66,1) 0%,rgba(255,182,60,1) 22%,rgba(253,155,33,1) 86%,rgba(253,151,31,1) 100%);
}
.banner .right form .buttons input[type='submit'].flat {
  background: none;
  border: 2px solid #B6C0C8;
  text-align: center;
  min-width: 184px;
  height: 34px;
  font-weight: bold;
  font-size: 15px;
  color: #8D9EAB;
}
.banner .right form .buttons input[type='submit'].round {
  background: -webkit-gradient(linear, left top, left bottom, from(#ffeb40), to(#ffcb40));
  background: linear-gradient(#ffeb40, #ffcb40);
  border: 2px solid #F9ECA5;
  -webkit-box-shadow: 0 4px 13px rgba(0, 0, 0, 0.3);
  box-shadow: 0 4px 13px rgba(0, 0, 0, 0.3);
  border-radius: 50px;
  border-bottom-color: #FED352;
  border-right-color: #FBE07F;
  border-left-color: #FADE81;
  font-size: 15px;
  color: #28314C;
  text-transform: uppercase;
  text-align: center;
  padding: 5px 0 0 0;
  cursor: pointer;
  width: 204px;
  height: 34px;
}
.banner .right form .buttons input[type='submit'].round:hover {
  background: -webkit-gradient(linear, left bottom, left top, from(#ffeb40), to(#ffcb40));
  background: linear-gradient(to top, #ffeb40, #ffcb40);
}
.banner .right form .buttons input[type='submit'].arrow {
  background: url(../img/icon_btn_arrow.png) 179px center no-repeat, -webkit-gradient(linear, left top, left bottom, from(#ffeb40), to(#ffcb40));
  background: url(../img/icon_btn_arrow.png) 179px center no-repeat, linear-gradient(#ffeb40, #ffcb40);
  text-align: left;
  padding: 10px 0 0 17px;
}
.banner .right form .buttons input[type='submit'].arrow:hover {
  background: url(../img/icon_btn_arrow.png) 179px center no-repeat, -webkit-gradient(linear, left bottom, left top, from(#ffeb40), to(#ffcb40));
  background: url(../img/icon_btn_arrow.png) 179px center no-repeat, linear-gradient(to top, #ffeb40, #ffcb40);
}
.banner .right form .buttons input[type='submit'].medium {
  letter-spacing: 1.7px;
  text-transform: uppercase;
  font-family: inherit;
  font-weight: bold;
  height: 40px;
  border-radius: 5px;
  width: 200px;
  border: none;
}
.advatages_icons {
  background: #EEF3F9;
  color: #28314C;
}
.advatages_icons .inner {
  padding: 41px 0 48px 0;
}
.advatages_icons .items {
  padding: 0 0 0 50px;
  line-height: 1;
}
.advatages_icons .items .item {
  display: inline-block;
  margin-right: 57px;
  width: 306px;
}
.advatages_icons .items .item:nth-of-type(3n) {
  margin-right: 0;
}
.advatages_icons .items .item .left {
  font-size: 40px;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1;
  margin: 0 13px 0 0;
  padding: 0 0 0 17px;
  float: left;
}
.advatages_icons .items .item .left span {
  display: block;
  font-weight: 700;
  font-size: 15px;
  padding: 11px 0 0px 0;
  margin: 0 0 -5px 0;
  letter-spacing: 1px;
}
.advatages_icons .items .item .right {
  overflow: hidden;
  line-height: 1.2;
  font-weight: bold;
  font-family: inherit;
  margin: 0 6px 0 0;
  padding: 8px 0 0 0;
  letter-spacing: 2px;
}
.advatages_icons .items .item .right form .uss_form_submit {
  margin-top: 15px;
  padding-bottom: 15px;
}
.advatages_icons .items .item .img {
  float: left;
}
.advatages_icons .adv_ico_1 {
  background-color: #ffeb40;
}
.advatages_icons .adv_ico_1 .items {
  display: table;
  width: 100%;
  padding: 0 40px 0 50px;
}
.advatages_icons .adv_ico_1 .item {
  display: table-cell;
  vertical-align: middle;
  width: auto;
  padding-right: 20px;
}
.advatages_icons .adv_ico_1 .item:nth-of-type(3n) {
  padding-right: 20px;
}
.advatages_icons .adv_ico_1 .item:nth-of-type(4n) {
  padding-right: 0;
}
.advatages_icons .adv_ico_1 .item .left {
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  margin: 0;
  padding: 4px 0 0 11px;
}
.advatages_icons .adv_ico_2 {
  background-color: #f3f6fa;
}
.advatages_icons .adv_ico_2 .adv_ico_table {
  padding: 0 60px;
}
.advatages_icons .adv_ico_2 .adv_ico_td {
  display: inline-block;
  vertical-align: middle;
  *display: inline;
  *zoom: 1;
  font: bold 15px/1.5 "Segoe";
  text-transform: uppercase;
  padding: 20px 20px 20px 75px;
  background: url("../img/promo_tick.png") no-repeat 0 center;
}
.block .inner {
  padding-top: 26px !important;
  padding-bottom: 41px !important;
}
.block.mp_steps_work .inner {
  padding: 0 !important;
}
.block .inner .title_block {
  margin-bottom: 20px !important;
}
.block .inner .title_sub {
  margin-bottom: 26px !important;
}
.block .inner .block_content {
  margin-top: 10px !important;
}
.block .block_content {
  margin: 57px 0 0 0;
}
.block.type1 {
  background: url(../img/bg_dotted.jpg) 0 0 repeat;
}
.block.type1 .inner {
  padding-top: 56px;
  padding-bottom: 87px;
}
.block.type1 .title_block,
.mainpage .block.type1 h2 {
  font-size: 40px;
  font-weight: 600;
  color: #F5EFEE;
  display: block;
  margin: 0 0 8px 0;
  text-align: center;
}
.block.type1 .title_sub {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.block.type1 .title_sub span {
  display: inline-block;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 15px;
  letter-spacing: 1.8px;
  color: #454E63;
}
.block.type1 .title_sub.round span {
  color: #1F2942;
  padding: 6px 0 0 0;
  border-radius: 33px;
  background: #454E63;
  min-width: 163px;
  padding-right: 15px !important;
  padding-left: 15px !important;
  height: 33px;
}
.block.type2 .title_block {
  font-size: 44px;
  font-weight: bold;
  display: block;
  text-align: center;
  color: #28314C;
  margin: 0 0 13px 0;
}
.block.type2 .title_sub {
  font-weight: bold;
  font-size: 15px;
  text-transform: uppercase;
  color: #2D3039;
  display: block;
  text-align: center;
  letter-spacing: 2.7px;
  margin-bottom: 30px;
}
.block.type2 .title_sub.type1 {
  font-family: inherit;
  font-weight: normal;
  font-size: 15px;
  text-transform: none;
  display: inline;
  letter-spacing: 1.7px;
}
.advance.block.type1 {
  color: #b6baca;
}
.advance.block.type1 .inner {
  padding-top: 26px;
  padding-bottom: 41px !important;
}
.advance.block.type1 .img {
  float: right;
}
.advance.block.type1 .block_content {
  padding: 0 53px;
  margin-top: 36px;
}
.advance.block.type1 .title_block {
  margin-bottom: 19px;
}
.advance.block.type1 .text {
  overflow: hidden;
  padding: 0 0 0 0;
  line-height: 1.8;
}
.advance.block.type1 .text p {
  margin: 0 0 7px 0;
}
.advance.block.type1 .text p:last-child {
  margin-bottom: 0;
}
.advance.block.type1 .text .add {
  width: 100%;
  text-align: center;
  display: block;
}
.advance.block.type1 .text .add .btn {
  border-radius: 4px;
  display: inline-block;
  text-align: center;
}
.advance.block.type1 .text .add .btn a {
  text-transform: uppercase;
  color: inherit;
  text-decoration: none;
  display: inline-block;
  padding: 10px 0 0 0;
  width: 100%;
  height: 100%;
}
.advance.block.type1 .text .add .btn.flat {
  background: none;
  border: 2px solid #B6C0C8;
  text-align: center;
  min-width: 184px;
  height: 34px;
  font-weight: bold;
  font-size: 15px;
  color: #8D9EAB;
}
.advance.block.type1 .text .add .btn.round {
  background: -webkit-gradient(linear, left top, left bottom, from(#ffeb40), to(#ffcb40));
  background: linear-gradient(#ffeb40, #ffcb40);
  border: 2px solid #F9ECA5;
  -webkit-box-shadow: 0 4px 13px rgba(0, 0, 0, 0.3);
  box-shadow: 0 4px 13px rgba(0, 0, 0, 0.3);
  border-radius: 50px;
  border-bottom-color: #FED352;
  border-right-color: #FBE07F;
  border-left-color: #FADE81;
  font-size: 15px;
  color: #28314C;
  text-transform: uppercase;
  text-align: center;
  padding: 5px 0 0 0;
  cursor: pointer;
  width: 204px;
  height: 34px;
}
.advance.block.type1 .text .add .btn.round:hover {
  background: -webkit-gradient(linear, left bottom, left top, from(#ffeb40), to(#ffcb40));
  background: linear-gradient(to top, #ffeb40, #ffcb40);
}
.advance.block.type1 .text .add .btn.arrow {
  background: url(../img/icon_btn_arrow.png) 179px center no-repeat, -webkit-gradient(linear, left top, left bottom, from(#ffeb40), to(#ffcb40));
  background: url(../img/icon_btn_arrow.png) 179px center no-repeat, linear-gradient(#ffeb40, #ffcb40);
  text-align: left;
  padding: 10px 0 0 17px;
}
.advance.block.type1 .text .add .btn.arrow:hover {
  background: url(../img/icon_btn_arrow.png) 179px center no-repeat, -webkit-gradient(linear, left bottom, left top, from(#ffeb40), to(#ffcb40));
  background: url(../img/icon_btn_arrow.png) 179px center no-repeat, linear-gradient(to top, #ffeb40, #ffcb40);
}
.advance.block.type1 .text .add .btn.medium {
  letter-spacing: 1.7px;
  text-transform: uppercase;
  font-family: inherit;
  font-weight: bold;
  height: 40px;
  border-radius: 5px;
  width: 200px;
  border: none;
}
.advance.block.type1 .text .add .more {
  margin-top: 16px;
  text-decoration: none;
  border-radius: 4px;
  display: inline-block;
  background: -webkit-gradient(linear, left top, left bottom, from(#ffeb40), to(#ffcb40));
  background: linear-gradient(#ffeb40, #ffcb40);
  border: 2px solid #F9ECA5;
  -webkit-box-shadow: 0 4px 13px rgba(0, 0, 0, 0.3);
          box-shadow: 0 4px 13px rgba(0, 0, 0, 0.3);
  border-radius: 50px;
  border-bottom-color: #FED352;
  border-right-color: #FBE07F;
  border-left-color: #FADE81;
  font-size: 15px;
  color: #28314C;
  text-align: center;
  cursor: pointer;
  width: 204px;
  background: url(../img/icon_btn_arrow.png) 179px center no-repeat, -webkit-gradient(linear, left top, left bottom, from(#ffeb40), to(#ffcb40));
  background: url(../img/icon_btn_arrow.png) 179px center no-repeat, linear-gradient(#ffeb40, #ffcb40);
  text-align: left;
  padding: 10px 0 9px 17px;
  letter-spacing: 1.1px;
  text-transform: uppercase;
  font-family: inherit;
  font-weight: bold;
  border-radius: 5px;
  width: 200px;
  border: none;
  line-height: 1.2;
}
.advance.block.type1 .text .add .more:hover {
  text-decoration: underline;
  background: -webkit-gradient(linear, left bottom, left top, from(#ffeb40), to(#ffcb40));
  background: linear-gradient(to top, #ffeb40, #ffcb40);
  background: url(../img/icon_btn_arrow.png) 179px center no-repeat, -webkit-gradient(linear, left bottom, left top, from(#ffeb40), to(#ffcb40));
  background: url(../img/icon_btn_arrow.png) 179px center no-repeat, linear-gradient(to top, #ffeb40, #ffcb40);
}
.advance.block.type1 .text .add .more a {
  text-transform: uppercase;
  color: inherit;
  text-decoration: none;
  display: inline-block;
  padding: 10px 0 0 0;
  width: 100%;
  height: 100%;
}
.advance.block.type1 .text .add .more.flat {
  background: none;
  border: 2px solid #B6C0C8;
  text-align: center;
  min-width: 184px;
  height: 34px;
  font-weight: bold;
  font-size: 15px;
  color: #8D9EAB;
}
.advance.block.type1 .text .add .more.round {
  background: -webkit-gradient(linear, left top, left bottom, from(#ffeb40), to(#ffcb40));
  background: linear-gradient(#ffeb40, #ffcb40);
  border: 2px solid #F9ECA5;
  -webkit-box-shadow: 0 4px 13px rgba(0, 0, 0, 0.3);
  box-shadow: 0 4px 13px rgba(0, 0, 0, 0.3);
  border-radius: 50px;
  border-bottom-color: #FED352;
  border-right-color: #FBE07F;
  border-left-color: #FADE81;
  font-size: 15px;
  color: #28314C;
  text-transform: uppercase;
  text-align: center;
  padding: 5px 0 0 0;
  cursor: pointer;
  width: 204px;
  height: 34px;
}
.advance.block.type1 .text .add .more.round:hover {
  background: -webkit-gradient(linear, left bottom, left top, from(#ffeb40), to(#ffcb40));
  background: linear-gradient(to top, #ffeb40, #ffcb40);
}
.advance.block.type1 .text .add .more.arrow {
  background: url(../img/icon_btn_arrow.png) 179px center no-repeat, -webkit-gradient(linear, left top, left bottom, from(#ffeb40), to(#ffcb40));
  background: url(../img/icon_btn_arrow.png) 179px center no-repeat, linear-gradient(#ffeb40, #ffcb40);
  text-align: left;
  padding: 10px 0 0 17px;
}
.advance.block.type1 .text .add .more.arrow:hover {
  background: url(../img/icon_btn_arrow.png) 179px center no-repeat, -webkit-gradient(linear, left bottom, left top, from(#ffeb40), to(#ffcb40));
  background: url(../img/icon_btn_arrow.png) 179px center no-repeat, linear-gradient(to top, #ffeb40, #ffcb40);
}
.advance.block.type1 .text .add .more.medium {
  letter-spacing: 1.7px;
  text-transform: uppercase;
  font-family: inherit;
  font-weight: bold;
  height: 40px;
  border-radius: 5px;
  width: 200px;
  border: none;
}
.prices .inner {
  padding-bottom: 73px;
  padding-top: 56px;
}
.prices .seo_text {
  color: #686B72;
  text-align: center;
  line-height: 1.6;
  margin: 0 0 53px 0;
}
.prices .block_title {
  margin-bottom: 9px;
}
.prices .title_sub {
  margin-bottom: 26px;
}
.prices .prices_blocks {
  padding: 0 0 0 60px;
}
.prices .prices_blocks .price_block {
  text-align: left;
  width: 238px;
  display: inline-block;
  vertical-align: top;
  margin-right: 3px;
  padding: 47px 0 0 0;
}
.prices .prices_blocks .price_block:last-child {
  margin-right: 0;
}
.prices .prices_blocks .price_block .line {
  padding: 0 32px;
  line-height: 1;
}
.prices .prices_blocks .price_block .line1 {
  font-size: 18px;
  font-weight: 700;
  color: #3B3860;
  text-transform: uppercase;
}
.prices .prices_blocks .price_block .line2 {
  font-weight: bold;
  font-size: 70px;
  color: #3B3860;
  margin: 0 0 41px 0;
}
.prices .prices_blocks .price_block .line3 {
  font-size: 15px;
  line-height: 1.3;
  padding-bottom: 24px;
}
.prices .prices_blocks .price_block .line3 p {
  margin: 0 0 19px 0;
}
.prices .prices_blocks .price_block .line4 {
  background: #FFEB40;
  height: 61px;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  padding: 3px 22px 0;
}
.prices .prices_blocks .price_block .line4 span {
  font-size: 15px;
  font-weight: bold;
  color: #2D3039;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.prices .prices_blocks .price_block .line4 .price {
  font-size: 18px;
  font-weight: 900;
  text-transform: none;
  letter-spacing: 0;
}
.prices .prices_blocks .price_block.pink {
  background: #FDF0F6;
}
.prices .prices_blocks .price_block.purple {
  background: #F6F0FD;
}
.prices .prices_blocks .price_block.purple_dark {
  background: #F1F0FD;
}
.prices .prices_blocks .price_block.blue {
  background: #F0F4FD;
}
.examples {
  overflow: hidden;
}
.examples .inner {
  padding-top: 49px;
  padding-bottom: 98px;
}
.examples .title_block {
  margin-bottom: 8px !important;
}
.examples .title_sub {
  font-size: 15px;
  color: #7B84A2;
  font-weight: bold;
}
.examples .block_content {
  margin: 29px 0 0 0;
}
.examples .block_content .slides {
  margin: 0 auto;
  width: 973px;
  height: 317px;
  position: relative;
  display: block;
}
.examples .block_content .slides .rsOverflow {
  background: none !important;
  overflow: visible !important;
}
.examples .block_content .slides .slide {
  position: relative;
  width: 972px;
  border: 3px dotted #4D5568;
  border-radius: 10px;
  height: 317px;
  min-height: 317px;
}
.examples.audit .block_content .slides .slide {
  height: auto;
  padding-right: 42px;
}
.examples.audit .block_content .slides .slide .caption {
  padding-left: 59px;
  width: 50%;
  padding-right: 60px;
}
.examples.audit .block_content .slides .slide .caption .row.main_title {
  white-space: normal;
}
.examples.audit .block_content .slides .slide .caption .grey {
  color: #7885a5;
  font-size: 14px !important;
  line-height: 1.9;
}
.examples.audit .block_content .slides .slide .img {
  max-width: calc(50% + 43px);
  padding-right: 43px;
}
.examples .block_content .slides .slide .img {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 530px;
}
.examples .block_content .slides .slide .img img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}
.examples .block_content .slides .slide .caption {
  padding: 40px 530px 0 70px;
  position: relative;
  left: 0;
}
.examples .block_content .slides .slide .caption .row {
  color: #F5EFEE;
  zoom: 1;
}
.examples .block_content .slides .slide .caption .row:before {
  content: "";
  display: table;
}
.examples .block_content .slides .slide .caption .row:after {
  content: "";
  display: table;
  clear: both;
}
.examples .block_content .slides .slide .caption .row .left {
  float: left;
  overflow: hidden;
}
.examples .block_content .slides .slide .caption .row .right {
  float: right;
  overflow: hidden;
}
.examples .block_content .slides .slide .caption .row.main_title {
  font-size: 23px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 26px;
  white-space: nowrap;
}
.examples .block_content .slides .slide .caption .row.srok {
  margin-bottom: 7px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.examples .block_content .slides .slide .caption .row.srok .left {
  font-weight: bold;
  text-transform: uppercase;
  font-size: 15px;
  display: inline-block;
  padding-top: 11px;
  letter-spacing: 2.5px;
}
.examples .block_content .slides .slide .caption .row.srok .right .sitename {
  min-width: 150px;
  border-radius: 3px;
  padding: 6px 11px 6px;
  display: inline-block;
  background: #0B7ADC;
  color: #FBFBFB;
  text-transform: uppercase;
  font-size: 15px;
  letter-spacing: 0.5px;
  text-align: center;
}
.examples .block_content .slides .slide .caption .row.srok_numbers {
  font-size: 15px;
  color: #FFE84C;
  text-transform: uppercase;
  text-align: right;
  margin-bottom: 28px;
}
.examples .block_content .slides .slide .caption .row.srok_numbers span {
  text-align: left;
  font-size: 38px;
  font-weight: 900;
  color: #F5EFEE;
  display: block;
  line-height: 1;
  text-transform: none;
  padding-bottom: 2px;
}
.examples .block_content .slides .slide .caption .row.srok_numbers .left {
  position: relative;
  overflow: visible;
}
/*.examples .block_content .slides .slide .caption .row.srok_numbers .left:after {
	position: absolute;
	right: -21px;
	top: 4px;
	background: url(../img/icon_moon.png) center no-repeat;
	width: 12px;
	height: 18px;
	display: block;
	content: '';
}*/
.examples .block_content .slides .slide .caption .row.srok_numbers .right {
  color: #F5EFEE;
  min-width: 150px;
  text-align: center;
  white-space: nowrap;
}
.examples .block_content .slides .slide .caption .row.srok_numbers .right span {
  white-space: nowrap;
  text-align: center;
  letter-spacing: 1px;
}
.examples .block_content .slides .slide .caption .row.srok_numbers .right span.low {
  padding-left: 28px;
}
.examples .block_content .slides .slide .caption .row.region {
  font-size: 15px;
  color: #77797E;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-bottom: 4px;
}
.examples .block_content .slides .slide .caption .row.region_name {
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.examples .block_content .slides .slide .caption .row.scope {
  font-size: 15px;
  color: #77797E;
  text-transform: uppercase;
  margin-bottom: 4px;
}
.examples .block_content .slides .slide .caption .row.scope_name {
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 700;
}
.examples .block_content .slides .slide .rsBullets {
  display: none !important;
}
.examples .block_content .rsArrows {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  display: block;
}
.examples .block_content .all_cases {
  display: block;
  width: 100%;
  position: relative;
  text-align: center;
}
.examples .block_content .all_cases .btn {
  border-radius: 4px;
  display: inline-block;
  text-align: center;
}
.examples .block_content .all_cases .btn a {
  text-transform: uppercase;
  color: inherit;
  text-decoration: none;
  display: inline-block;
  padding: 10px 0 0 0;
  width: 100%;
  height: 100%;
}
.examples .block_content .all_cases .btn.flat {
  background: none;
  border: 2px solid #B6C0C8;
  text-align: center;
  min-width: 184px;
  height: 34px;
  font-weight: bold;
  font-size: 15px;
  color: #8D9EAB;
}
.examples .block_content .all_cases .btn.round {
  background: -webkit-gradient(linear, left top, left bottom, from(#ffeb40), to(#ffcb40));
  background: linear-gradient(#ffeb40, #ffcb40);
  border: 2px solid #F9ECA5;
  -webkit-box-shadow: 0 4px 13px rgba(0, 0, 0, 0.3);
  box-shadow: 0 4px 13px rgba(0, 0, 0, 0.3);
  border-radius: 50px;
  border-bottom-color: #FED352;
  border-right-color: #FBE07F;
  border-left-color: #FADE81;
  font-size: 15px;
  color: #28314C;
  text-transform: uppercase;
  text-align: center;
  padding: 5px 0 0 0;
  cursor: pointer;
  width: 204px;
  height: 34px;
}
.examples .block_content .all_cases .btn.round:hover {
  background: -webkit-gradient(linear, left bottom, left top, from(#ffeb40), to(#ffcb40));
  background: linear-gradient(to top, #ffeb40, #ffcb40);
}
.examples .block_content .all_cases .btn.arrow {
  background: url(../img/icon_btn_arrow.png) 179px center no-repeat, -webkit-gradient(linear, left top, left bottom, from(#ffeb40), to(#ffcb40));
  background: url(../img/icon_btn_arrow.png) 179px center no-repeat, linear-gradient(#ffeb40, #ffcb40);
  text-align: left;
  padding: 10px 0 0 17px;
}
.examples .block_content .all_cases .btn.arrow:hover {
  background: url(../img/icon_btn_arrow.png) 179px center no-repeat, -webkit-gradient(linear, left bottom, left top, from(#ffeb40), to(#ffcb40));
  background: url(../img/icon_btn_arrow.png) 179px center no-repeat, linear-gradient(to top, #ffeb40, #ffcb40);
}
.examples .block_content .all_cases .btn.medium {
  letter-spacing: 1.7px;
  text-transform: uppercase;
  font-family: inherit;
  font-weight: bold;
  height: 40px;
  border-radius: 5px;
  width: 200px;
  border: none;
}
.examples .block_content .all_cases a {
  border-radius: 4px;
  display: inline-block;
  background: -webkit-gradient(linear, left top, left bottom, from(#ffeb40), to(#ffcb40));
  background: linear-gradient(#ffeb40, #ffcb40);
  border: 2px solid #F9ECA5;
  -webkit-box-shadow: 0 4px 13px rgba(0, 0, 0, 0.3);
          box-shadow: 0 4px 13px rgba(0, 0, 0, 0.3);
  border-radius: 50px;
  border-bottom-color: #FED352;
  border-right-color: #FBE07F;
  border-left-color: #FADE81;
  color: #28314C;
  text-align: center;
  padding: 5px 0 0 0;
  cursor: pointer;
  letter-spacing: 1.7px;
  text-transform: uppercase;
  font-weight: bold;
  border-radius: 5px;
  border: none;
  font-size: 15px;
  text-decoration: none;
  padding: 15px 20px 15px 20px;
  position: relative;
  margin: 38px auto 0;
}
.examples .block_content .all_cases a a {
  text-transform: uppercase;
  color: inherit;
  text-decoration: none;
  display: inline-block;
  padding: 10px 0 0 0;
  width: 100%;
  height: 100%;
}
.examples .block_content .all_cases a:hover {
  background: -webkit-gradient(linear, left bottom, left top, from(#ffeb40), to(#ffcb40));
  background: linear-gradient(to top, #ffeb40, #ffcb40);
}
.examples .block_content .all_cases a.flat {
  background: none;
  border: 2px solid #B6C0C8;
  text-align: center;
  min-width: 184px;
  height: 34px;
  font-weight: bold;
  font-size: 15px;
  color: #8D9EAB;
}
.examples .block_content .all_cases a.round {
  background: -webkit-gradient(linear, left top, left bottom, from(#ffeb40), to(#ffcb40));
  background: linear-gradient(#ffeb40, #ffcb40);
  border: 2px solid #F9ECA5;
  -webkit-box-shadow: 0 4px 13px rgba(0, 0, 0, 0.3);
  box-shadow: 0 4px 13px rgba(0, 0, 0, 0.3);
  border-radius: 50px;
  border-bottom-color: #FED352;
  border-right-color: #FBE07F;
  border-left-color: #FADE81;
  font-size: 15px;
  color: #28314C;
  text-transform: uppercase;
  text-align: center;
  padding: 5px 0 0 0;
  cursor: pointer;
  width: 204px;
  height: 34px;
}
.examples .block_content .all_cases a.round:hover {
  background: -webkit-gradient(linear, left bottom, left top, from(#ffeb40), to(#ffcb40));
  background: linear-gradient(to top, #ffeb40, #ffcb40);
}
.examples .block_content .all_cases a.arrow {
  background: url(../img/icon_btn_arrow.png) 179px center no-repeat, -webkit-gradient(linear, left top, left bottom, from(#ffeb40), to(#ffcb40));
  background: url(../img/icon_btn_arrow.png) 179px center no-repeat, linear-gradient(#ffeb40, #ffcb40);
  text-align: left;
  padding: 10px 0 0 17px;
}
.examples .block_content .all_cases a.arrow:hover {
  background: url(../img/icon_btn_arrow.png) 179px center no-repeat, -webkit-gradient(linear, left bottom, left top, from(#ffeb40), to(#ffcb40));
  background: url(../img/icon_btn_arrow.png) 179px center no-repeat, linear-gradient(to top, #ffeb40, #ffcb40);
}
.examples .block_content .all_cases a.medium {
  letter-spacing: 1.7px;
  text-transform: uppercase;
  font-family: inherit;
  font-weight: bold;
  height: 40px;
  border-radius: 5px;
  width: 200px;
  border: none;
}
.examples .block_content .rsArrow {
  width: 28px;
  height: 65px;
  top: 47%;
  z-index: 10;
  position: absolute;
}
.examples .block_content .rsArrow .rsArrowIcn {
  width: 28px;
  height: 65px;
  display: block;
  margin: 0;
  position: static;
}
.examples .block_content .rsArrowLeft {
  left: -75px;
}
.examples .block_content .rsArrowLeft .rsArrowIcn {
  background: url(../img/slider_prev_examples.png) center no-repeat;
}
.examples .block_content .rsArrowRight {
  right: -75px;
}
.examples .block_content .rsArrowRight .rsArrowIcn {
  background: url(../img/slider_next_examples.png) center no-repeat;
}

.site_page .examples .slick-slide {
  max-height: 450px;
}

.ip_dev_functions {
  margin-bottom: 30px;
  padding-left: 30px;
  padding-right: 30px;
}
.ip_dev_functions ul {
  margin: 0;
  padding: 0;
  list-style: none;
  -webkit-column-count: 3;
  -moz-column-count: 3;
  column-count: 3;
  margin: 0 -18px;
}
.ip_dev_functions ul li {
  margin: 0 18px 13px;
  font-size: 15px;
  color: #4b4b4b;
  position: relative;
  padding-left: 35px;
  min-height: 21px;
  display: flex;
  align-items: center;
  -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid;
    break-inside: avoid-column;
}
.ip_dev_functions ul li:before {
  content: '';
  position: absolute;
  top: 1px;
  left: 2px;
  width: 21px;
  height: 21px;
  border-radius: 50%;
  background: url(../img/tick-green.png) no-repeat 50%;
}
.ip_dev_functions ul li.title {
  font-size: 20px;
  color: #000;
  margin-bottom: 25px;
  margin-top: 32px;
  font-weight: 500;
}
.ip_dev_functions ul li.title:first-child {
  margin-top: 0;
}
.ip_dev_functions ul li.title:before {
  border-radius: 0;
  background-color: transparent;
  top: 3px;
}
.ip_dev_functions ul li.title-1:before {
  width: 20px;
  height: 20px;
  background-image: url(../img/icon-dev-functions-title-1.png);
}
.ip_dev_functions ul li.title-2:before {
  width: 19px;
  height: 21px;
  top: 1px;
  background-image: url(../img/icon-dev-functions-title-2.png);
}
.ip_dev_functions ul li.title-3:before {
  width: 21px;
  height: 21px;
  background-image: url(../img/icon-dev-functions-title-3.png);
}
.ip_dev_functions ul li.title-4:before {
  width: 20px;
  height: 22px;
  top: 1px;
  background-image: url(../img/icon-dev-functions-title-4.png);
}
.ip_dev_functions ul li.title-5:before {
  width: 22px;
  height: 22px;
  top: 2px;
  background-image: url(../img/icon-dev-functions-title-5.png);
}
@media (max-width: 650px) {
  .ip_dev_functions {
    padding-left: 0px;
    padding-right: 0px;
  }
  .ip_dev_functions ul {
      -webkit-column-count: 2;
      -moz-column-count: 2;
      column-count: 2;
      padding: 0;
  }
}


.consist .inner {
  padding-bottom: 31px;
  padding-top: 47px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.consist .inner > * {
  max-width: 100%;
}
.consist .items {
  width: 100%;
  margin-top: 79px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-column-gap: 20px;
          column-gap: 20px;
  row-gap: 30px;
}
.consist .items .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: 0 100%;
          flex: 0 100%;
  max-width: calc((100% - 40px) / 3);
}
.consist .items .item .img {
  margin-right: 29px;
}
.consist .items .item .img img {
  display: block;
  max-height: 100%;
  width: auto;
}
.consist .items .item .text {
  overflow: hidden;
  font-size: 15px;
  color: #686B72;
}
.consist .items .item .text .title {
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  color: #2D3039;
  margin: 0 0 6px 0;
}
.consist .items .item:nth-of-type(7) {
  margin-bottom: 0;
}
.consist .items .item:nth-of-type(8) {
  margin-bottom: 0;
}
.consist .items .item:nth-of-type(9) {
  margin-bottom: 0;
}
.offer {
  background: #EDF1F7;
}
.offer .inner {
  padding: 60px 46px 40px 46px;
}
.offer p {
  margin: 0;
  padding: 0;
}
.offer .left {
  float: left;
  font-weight: bold;
  font-size: 26px;
  color: #2D3449;
  line-height: 1;
  width: 241px;
}
.offer .left span {
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 700;
  display: block;
  margin-bottom: 6px;
}
.offer .right {
  overflow: hidden;
  font-size: 15px;
  color: #2D3449;
}
.offer .right .offer_title {
  font-size: 27px;
  font-weight: 700;
  color: #2D3449;
  line-height: 1;
  margin: 0 0 15px 0;
}
.offer .right form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.offer .right form .group {
  display: inline-block;
  -webkit-box-flex: 1;
      -ms-flex: 1 auto;
          flex: 1 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.offer .right form .group .fc_item {
  display: inline-block;
  vertical-align: middle;
  height: 36px;
  width: 204px;
  margin: 0 13px 0 0;
  -webkit-box-flex: 1;
      -ms-flex: 1 auto;
          flex: 1 auto;
}
.offer .right form .group .fc_item .elem_item {
  width: 100%;
}
.offer .right form .group .fc_item .elem_item textarea {
  width: 100%;
  margin-right: 13px;
  background: none;
  text-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: #fff;
  height: 36px;
  color: #8D9EAB;
  padding: 0 0 0 9px;
  font-size: 15px;
  border: none;
  outline: none;
  border: 1px solid #fff;
}
.offer .right form .group .fc_item .elem_item input {
  width: 100%;
  margin-right: 13px;
  background: none;
  text-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: #fff;
  height: 47px;
  color: #8D9EAB;
  padding: 0 0 0 19px;
  font-size: 15px;
  border: none;
  outline: none;
  border-radius: 6px;
  border: 1px solid #C4CFE2;
}
.offer .right form .group .fc_item .elem_item textarea.error {
  border: 1px solid red;
}
.offer .right form .group .fc_item .elem_item input.error {
  border: 1px solid red;
}
.offer .right form .uss_form_submit {
  display: inline-block;
}
.offer .right form .uss_form_submit input[type='submit'] {
  width: 123px;
  height: 38px;
  display: inline-block;
  background: #1492F1;
  text-transform: uppercase;
  text-align: center;
  padding: 0;
  margin: 0;
  color: #FBFBFB;
  letter-spacing: 2px;
  font-weight: bold;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  text-shadow: none;
  background: -webkit-gradient(linear, left top, left bottom, from(#ffeb1f), to(#ffcc2b));
  background: linear-gradient(#ffeb1f, #ffcc2b);
  border-radius: 5px;
  text-transform: lowercase;
  font-size: 15px;
}
.offer .right form .uss_form_submit input[type='submit']:hover {
  background: #0B76C6;
}
.offer .right form .buttons {
  display: inline-block;
}
.offer .right form .buttons input[type='submit'] {
  display: inline-block;
  font-family: 'OpenSans', sans-serif;
  font-size: 15px;
  text-align: center;
  padding: 0 0 0 0;
  padding: 12px 38px 12px;
  margin: 0;
  font-weight: bold;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  text-shadow: none;
  background: rgb(250,169,22);
  background: -moz-linear-gradient(top, rgba(250,169,22,1) 0%, rgba(245,161,18,1) 24%, rgba(230,130,4,1) 78%, rgba(225,123,0,1) 100%);
  background: -webkit-linear-gradient(top, rgba(250,169,22,1) 0%,rgba(245,161,18,1) 24%,rgba(230,130,4,1) 78%,rgba(225,123,0,1) 100%);
  background: linear-gradient(to bottom, rgba(250,169,22,1) 0%,rgba(245,161,18,1) 24%,rgba(230,130,4,1) 78%,rgba(225,123,0,1) 100%);
  color: #fff;
  border-radius: 10px;
  width: 100%;
}
.offer .right form .buttons input[type='submit']:hover {
  background: rgb(255,188,66);
  background: -moz-linear-gradient(top, rgba(255,188,66,1) 0%, rgba(255,182,60,1) 22%, rgba(253,155,33,1) 86%, rgba(253,151,31,1) 100%);
  background: -webkit-linear-gradient(top, rgba(255,188,66,1) 0%,rgba(255,182,60,1) 22%,rgba(253,155,33,1) 86%,rgba(253,151,31,1) 100%);
  background: linear-gradient(to bottom, rgba(255,188,66,1) 0%,rgba(255,182,60,1) 22%,rgba(253,155,33,1) 86%,rgba(253,151,31,1) 100%);
}
.offer .right form .uss_form_item.hnpot {
  display: none;
}
.offer form .group {
  padding-bottom: 40px;
}
.offer form .group .fc_item.fc_outputOnly {
  width: 100% !important;
  position: absolute;
  left: 0;
  right: 0;
  top: calc(100% - 28px);
}
.offer form .group .fc_item.fc_outputOnly .outputonly {
  width: 100% !important;
  text-align: center;
}
.offer .right {
  position: relative;
}
.offer .right .offer_title {
  font-size: 27px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 34px;
}
.offer .right .text {
  font-size: 17px;
  color: #253148;
  text-align: center;
  margin-bottom: 51px;
}
.offer .right .fc_form {
  margin-top: 15px;
}
.offer .right .fc_form_tml {
  margin-bottom: 22px;
}
.fc_item.offer .right form .group + .fc_item {
  margin-right: 16px;
}
.fc_item.offer .right form .group + .fc_item * {
  font-family: inherit;
}
.ench .inner {
  padding: 55px 22px 71px !important;
}
.ench .items {
  border: 3px dotted #475064;
  border-radius: 30px;
  padding: 61px 0 29px 46px;
  margin: 48px auto 0;
  width: 1048px;
}
.ench .items .item {
  display: inline-block;
  vertical-align: top;
  width: 320px;
  margin-right: 0;
  margin-bottom: 59px;
  padding: 0 0 0 10px;
}
.ench .items .item:nth-of-type(3n) {
  margin-right: 0;
}
.ench .items .item:nth-of-type(4n) {
  margin-bottom: 0;
}
.ench .items .item:nth-of-type(5n) {
  margin-bottom: 0;
}
.ench .items .item:nth-of-type(6n) {
  margin-bottom: 0;
}
.ench .items .item .img {
  float: left;
  margin-right: 23px;
}
.ench .items .item .text {
  color: #7B84A2;
  font-size: 15px;
  font-weight: 500;
  overflow: hidden;
}
.ench .items .item .text .title {
  color: #FBFBFB;
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0 0 10px 0;
  letter-spacing: 1px;
}
.sales_department .inner {
  padding-bottom: 69px;
  padding-top: 55px;
}
.sales_department .title_block {
  margin-bottom: 19px !important;
}
.sales_department .title_sub {
  margin-bottom: 43px !important;
}
.sales_department .items {
  padding: 0 10px;
  position: relative;
  width: 1095px;
  display: block;
  margin-top: 63px;
  zoom: 1;
}
.sales_department .items:before {
  content: "";
  display: table;
}
.sales_department .items:after {
  content: "";
  display: table;
  clear: both;
}
.sales_department .items .item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 180px;
}
.sales_department .items .item .img {
  display: inline-block;
  margin: 0 0 22px 0;
}
.sales_department .items .item .img img {
  display: inline-block;
  max-width: 100%;
  height: auto;
  border-radius: 50%;
  overflow: hidden;
}
.sales_department .items .item .title {
  display: block;
  font-weight: bold;
  font-size: 20px;
  color: #28314C;
}
.sales_department .items .item .sub {
  font-weight: bold;
  color: #8D9EAB;
}
.sales_department .slick-prev {
  width: 28px;
  height: 65px;
  background: url(../img/slider_prev_examples.png) center no-repeat;
}
.sales_department .slick-prev:hover {
  opacity: .8;
}
.sales_department .slick-next {
  width: 28px;
  height: 65px;
  background: url(../img/slider_next_examples.png) center no-repeat;
}
.sales_department .slick-next:hover {
  opacity: .8;
}
.get .inner {
  padding: 55px 22px 71px !important;
  padding: 55px 22px 87px !important;
}
.get .items {
  border: 3px dotted #475064;
  border-radius: 30px;
  padding: 61px 0 29px 46px;
  margin: 48px auto 0;
  width: 1048px;
  border: none;
  padding: 7px 0 0 65px;
}
.get .items .item {
  display: inline-block;
  vertical-align: top;
  width: 320px;
  margin-right: 0;
  margin-bottom: 59px;
  padding: 0 0 0 10px;
  width: 255px;
  margin-right: 22px;
  margin-bottom: 47px;
}
.get .items .item:nth-of-type(3n) {
  margin-right: 0;
}
.get .items .item:nth-of-type(4n) {
  margin-bottom: 0;
}
.get .items .item:nth-of-type(5n) {
  margin-bottom: 0;
}
.get .items .item:nth-of-type(6n) {
  margin-bottom: 0;
}
.get .items .item .img {
  float: left;
  margin-right: 23px;
  float: none;
  margin: 0 0 11px 0;
}
.get .items .item .text {
  overflow: hidden;
  color: #7B84A2;
  font-size: 15px;
  font-weight: 500;
}
.get .items .item .text .title {
  color: #FBFBFB;
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0 0 10px 0;
  letter-spacing: 1px;
  color: #FFE84C;
  letter-spacing: 2px;
}
.get .items .item:nth-of-type(1) {
  width: 265px;
  margin-right: 38px;
}
.get .items .item:nth-of-type(4) {
  width: 265px;
  margin-right: 38px;
}
.get .items .item:nth-of-type(2) {
  width: 300px;
  margin-right: 28px;
}
.get .items .item:nth-of-type(5) {
  width: 300px;
  margin-right: 28px;
}
.get .items .item:nth-of-type(3) {
  width: 300px;
}
.get .items .item:nth-of-type(6) {
  width: 300px;
}
.review.block .inner {
  padding-top: 58px;
}
.review.block .anim_block {
  position: relative;
}
.review.block .block_content.items {
  padding: 0;
  min-height: 287px;
  position: relative;
  width: 1095px;
  margin: 57px 0 0 57px;
}
.review.block .block_content.items .item {
  color: #2D3449;
  width: 1043px;
  position: relative;
  min-height: 287px;
  zoom: 1;
  max-width: 100%;
}
.review.block .block_content.items .item:before {
  content: "";
  display: table;
}
.review.block .block_content.items .item:after {
  content: "";
  display: table;
  clear: both;
}
.review.block .block_content.items .item .row {
  display: block;
  clear: both;
  zoom: 1;
}
.review.block .block_content.items .item .row:before {
  content: "";
  display: table;
}
.review.block .block_content.items .item .row:after {
  content: "";
  display: table;
  clear: both;
}
.review.block .block_content.items .item .row.img {
  margin: 0 0 37px 0;
}
.review.block .block_content.items .item .row.name {
  font-size: 15px;
  font-weight: bold;
  color: #161719;
  text-transform: uppercase;
  margin: 0 0 22px 0;
  text-align: center;
}
.review.block .block_content.items .item .row.domain {
  font-weight: bold;
  font-size: 15px;
  color: #8D9EAB;
  text-transform: uppercase;
  text-align: center;
}
.review.block .block_content.items .item .row.domain a {
  font-size: inherit;
  color: inherit;
  text-decoration: none;
}
.review.block .block_content.items .item .anim {
  float: left;
  margin: 0 58px 0 0;
  padding: 0 0 0 0;
  background: #fff;
  z-index: 1;
  position: relative;
  zoom: 1;
}
.review.block .block_content.items .item .anim:before {
  content: "";
  display: table;
}
.review.block .block_content.items .item .anim:after {
  content: "";
  display: table;
  clear: both;
}
.review.block .block_content.items .item .not_anim {
  overflow: hidden;
}
.review.block .block_content.items .item .left {
  float: left;
  width: 359px;
}
.review.block .block_content.items .item .right {
  float: left;
  width: 330px;
  margin: 0 0 0 0;
  line-height: 1.7;
  margin-top: -9px;
}
.review.block .block_content.items .item .right p {
  margin: 0 0 0 0;
}
p.review.block .block_content.items .item .right + p {
  margin: 25px 0 0 0;
}
.review.block .block_content.items .item .center {
  float: right;
  width: 223px;
  display: block;
  margin: 0 0 0 25px;
}
.review.block .block_content.items .item .center a {
  display: inline-block;
}
.review.block .block_content.items .item .center a img {
  -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
          box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
  display: block;
  max-width: 100%;
  margin: 0 auto;
}
#wrap .review.block .block_content.items .item .center a img {
  height: 210px;
}
#wrap .review.block .block_content.items .item .anim .site-image {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.audit_page .review.block .block_content.items .item .center a img {
  height: 210px;
}
.audit_page .review.block .block_content.items .item .anim .site-image {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.optimization_page .review.block .block_content.items .item .center a img {
  height: 210px;
}
.optimization_page .review.block .block_content.items .item .anim .site-image {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.review.block .block_content.items .dots {
  text-align: left;
  right: 0;
  left: auto;
  width: 454px;
  background: none;
  bottom: -30px;
  line-height: 1;
  min-height: 14px;
  position: absolute;
  padding: 0 0 0 26px;
}
.review.block .block_content.items .dots .dot {
  padding: 0;
  margin: 0 15px 0 0;
  background: #D1E4ED;
  display: inline-block;
  width: 11px;
  height: 11px;
  border-radius: 11px;
  position: relative;
  z-index: 10;
  cursor: pointer;
}
.review.block .block_content.items .dots .dot:last-child {
  margin-right: 0;
}
.review.block .block_content.items .dots .dot.dot-active {
  background: #FFE640;
}
.review.block .arrows_bg {
  position: absolute;
  left: 56px;
  top: 400px;
  display: inline-block;
  width: 324px;
  height: 59px;
  background: -webkit-gradient(linear, left top, left bottom, from(#ffeb40), to(#ffcb40));
  background: linear-gradient(#ffeb40, #ffcb40);
  border: 2px solid #F9ECA5;
  border-bottom-color: #FED250;
  border-right-color: #FBE07E;
  border-left-color: #FBDF7B;
  border-radius: 7px;
  z-index: 800;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.review.block .prev {
  cursor: pointer;
  z-index: 801;
  height: 59px;
  background: url(../img/prev_arrow.png) 11px center no-repeat;
  color: #28314C;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 13px;
  padding: 21px 0 0 50px;
  width: calc(49%);
}
.review.block .next {
  cursor: pointer;
  z-index: 801;
  height: 59px;
  background: url(../img/next_arrow.png) 123px center no-repeat;
  color: #28314C;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 13px;
  padding: 21px 0 0 23px;
  width: calc(49%);
}
.review.block .devider {
  width: 2px;
  height: 12px;
  background: #2D3039;
}
.people_work.block.type1 .inner {
  padding-top: 62px;
  padding-bottom: 20px;
}
.people_work.block.type1 .block_content.items {
  margin-top: 84px;
  padding: 0 0 0 0;
  color: #b6baca;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  row-gap: 10px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.people_work.block.type1 .block_content.items .item {
  display: inline-block;
  vertical-align: top;
  width: 337px;
  margin-right: 37px;
  margin-bottom: 62px;
}
.people_work.block.type1 .block_content.items .item:nth-of-type(3n) {
  margin-right: 0;
}
.people_work.block.type1 .block_content.items .item .img {
  float: left;
  margin-right: 16px;
}
.people_work.block.type1 .block_content.items .item .img ~ * {
  margin-left: 58px;
}
.people_work.block.type1 .block_content.items .item .text {
  overflow: hidden;
  font-size: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.people_work.block.type1 .block_content.items .item .text .title {
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 4px;
  margin-bottom: 11px;
  margin-bottom: auto;
}
.people_work.block.type1 .block_content.items .item:nth-of-type(4) {
  margin-bottom: 7px;
}
.people_work.block.type1 .block_content.items .item:nth-of-type(5) {
  margin-bottom: 7px;
}
.people_work.block.type1 .block_content.items .item:nth-of-type(6) {
  margin-bottom: 7px;
}
.people_work .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
}
.result.block.type2 .inner {
  padding-top: 60px;
  padding-bottom: 77px;
}
.result.block.type2 .title_block {
  margin-bottom: 20px;
}
.result.block.type2 .title_sub.type2 {
  text-align: center;
}
.result.block.type2 .title_sub.type2 span {
  display: inline-block;
  height: 56px;
  width: 420px;
  border: 1px dashed #1781DE;
  border-radius: 5px;
  font-weight: bold;
  text-transform: none;
  font-size: 26px;
  padding: 8px 0 0 0;
  line-height: 1;
  letter-spacing: 0;
}
.result.block.type2 .block_content {
  background: url(../img/bg_result_blue.png) center 90px no-repeat;
}
.result.block.type2 ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.result.block.type2 ul li {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.result.block.type2 ul.result_list {
  padding: 0 0 0 154px;
}
.result.block.type2 ul.result_list li {
  display: inline-block;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 700;
  color: #2D3449;
  text-align: center;
  width: 131px;
  letter-spacing: 2.0px;
  margin-right: 84px;
}
.result.block.type2 ul.result_list li .img {
  margin-bottom: 60px;
}
.contacts_block {
  background: #EEF1F7;
}
.contacts_block .title_block {
  font-weight: bold;
  font-size: 42px;
  color: #2D3449;
  padding: 34px 0 0 105px;
}
.contacts_block > .left > .left {
  padding: 20px 0 30px 105px;
}
.contacts_block > .left {
  width: 694px;
  float: left;
}
.contacts_block > .left iframe,
.contacts_block > .left .left,
.contacts_block > .left .right {
  max-width: 100%;
}
.contacts_block > .right {
  overflow: hidden;
  background: url(../img/bg_dotted.jpg) 0 0 repeat;
  line-height: 1;
  padding: 45px 0 0 71px;
  height: 865px;
}
.contacts_block .right .form_title {
  font-size: 44px;
  font-weight: 600;
  color: #FBFBFB;
  margin: 0 0 30px 0;
  line-height: 42px;
}
.contacts_block .right .form_city {
  font-weight: bold;
  font-size: 15px;
  text-transform: uppercase;
  color: #FBFBFB;
  letter-spacing: 2.8px;
  margin-bottom: 19px;
}
.contacts_block .right .form_text {
  font-weight: 300;
  font-size: 18px;
  color: #FFDD40;
  margin-bottom: 13px;
}
.contacts_block .right .form {
  padding: 0 80px 25px 0;
}
.contacts_block .right .form .title {
  font-size: 27px;
  font-weight: 600;
  color: #F1F1F1;
  margin-bottom: 23px;
}
.contacts_block .right .form form .group .fc_item {
  margin-bottom: 14px;
  width: 346px;
}
.contacts_block .right .form form .group .fc_item * {
  font-family: inherit;
}
.contacts_block .right .form form .group .fc_item .elem_item {
  width: 100%;
}
.contacts_block .right .form form .group .fc_item .elem_item input {
  outline: none;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  text-shadow: none;
  width: 100%;
  padding: 0 0 0 9px;
  border-radius: 3px;
  border: 1px solid #fff;
  height: 30px;
}
.contacts_block .right .form form .group .fc_item .elem_item textarea {
  outline: none;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  text-shadow: none;
  padding: 0 0 0 9px;
  border-radius: 3px;
  border: 1px solid #fff;
  padding: 9px 0 0 9px;
  height: 100px;
  width: 100%;
}
.contacts_block .right .form form .group .fc_item .elem_item input.error {
  border-color: red;
}
.contacts_block .right .form form .group .fc_item .elem_item textarea.error {
  border-color: red;
}
.contacts_block .right .form form .group .fc_item .telephone_class {
  display: inline-block;
  vertical-align: top;
  margin-right: 9px;
}
.contacts_block .right .form form .group .fc_item .telephone_class * {
  font-family: inherit;
}
.contacts_block .right .form form .group .fc_item .email_class {
  display: inline-block;
  vertical-align: top;
}
.contacts_block .right .form form .group .fc_item .email_class * {
  font-family: inherit;
}
.contacts_block .right .form form .group .fc_item.fc_item_21734_1_4 {
  display: inline-block;
  vertical-align: top;
  margin-right: 9px;
}
.contacts_block .right .form form .group .fc_item.fc_item_21734_1_4 * {
  font-family: inherit;
}
.contacts_block .right .form form .group .fc_item.fc_item_21734_1_3 {
  display: inline-block;
  vertical-align: top;
}
.contacts_block .right .form form .group .fc_item.fc_item_21734_1_3 * {
  font-family: inherit;
}
.contacts_block .right .form form .uss_form_submit {
  text-align: center;
  margin: 17px 0 0 0;
}
.contacts_block .right .form form .uss_form_submit .btn {
  border-radius: 4px;
  display: inline-block;
  text-align: center;
}
.contacts_block .right .form form .uss_form_submit .btn a {
  text-transform: uppercase;
  color: inherit;
  text-decoration: none;
  display: inline-block;
  padding: 10px 0 0 0;
  width: 100%;
  height: 100%;
}
.contacts_block .right .form form .uss_form_submit .btn.flat {
  background: none;
  border: 2px solid #B6C0C8;
  text-align: center;
  min-width: 184px;
  height: 34px;
  font-weight: bold;
  font-size: 15px;
  color: #8D9EAB;
}
.contacts_block .right .form form .uss_form_submit .btn.round {
  background: -webkit-gradient(linear, left top, left bottom, from(#ffeb40), to(#ffcb40));
  background: linear-gradient(#ffeb40, #ffcb40);
  border: 2px solid #F9ECA5;
  -webkit-box-shadow: 0 4px 13px rgba(0, 0, 0, 0.3);
  box-shadow: 0 4px 13px rgba(0, 0, 0, 0.3);
  border-radius: 50px;
  border-bottom-color: #FED352;
  border-right-color: #FBE07F;
  border-left-color: #FADE81;
  font-size: 15px;
  color: #28314C;
  text-transform: uppercase;
  text-align: center;
  padding: 5px 0 0 0;
  cursor: pointer;
  width: 204px;
  height: 34px;
}
.contacts_block .right .form form .uss_form_submit .btn.round:hover {
  background: -webkit-gradient(linear, left bottom, left top, from(#ffeb40), to(#ffcb40));
  background: linear-gradient(to top, #ffeb40, #ffcb40);
}
.contacts_block .right .form form .uss_form_submit .btn.arrow {
  background: url(../img/icon_btn_arrow.png) 179px center no-repeat, -webkit-gradient(linear, left top, left bottom, from(#ffeb40), to(#ffcb40));
  background: url(../img/icon_btn_arrow.png) 179px center no-repeat, linear-gradient(#ffeb40, #ffcb40);
  text-align: left;
  padding: 10px 0 0 17px;
}
.contacts_block .right .form form .uss_form_submit .btn.arrow:hover {
  background: url(../img/icon_btn_arrow.png) 179px center no-repeat, -webkit-gradient(linear, left bottom, left top, from(#ffeb40), to(#ffcb40));
  background: url(../img/icon_btn_arrow.png) 179px center no-repeat, linear-gradient(to top, #ffeb40, #ffcb40);
}
.contacts_block .right .form form .uss_form_submit .btn.medium {
  letter-spacing: 1.7px;
  text-transform: uppercase;
  font-family: inherit;
  font-weight: bold;
  height: 40px;
  border-radius: 5px;
  width: 200px;
  border: none;
}
.contacts_block .right .form form .uss_form_submit input[type='submit'] {
  border-radius: 4px;
  background: -webkit-gradient(linear, left top, left bottom, from(#ffeb40), to(#ffcb40));
  background: linear-gradient(#ffeb40, #ffcb40);
  border: 2px solid #F9ECA5;
  -webkit-box-shadow: 0 4px 13px rgba(0, 0, 0, 0.3);
  box-shadow: 0 4px 13px rgba(0, 0, 0, 0.3);
  border-radius: 50px;
  border-bottom-color: #FED352;
  border-right-color: #FBE07F;
  border-left-color: #FADE81;
  color: #28314C;
  text-align: center;
  padding: 5px 0 0 0;
  cursor: pointer;
  width: 204px;
  height: 34px;
  display: inline-block;
  width: 196px;
  height: 42px;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: bold;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  text-shadow: none;
  font-family: inherit;
  padding: 0;
}
.contacts_block .right .form form .uss_form_submit input[type='submit'] a {
  text-transform: uppercase;
  color: inherit;
  text-decoration: none;
  display: inline-block;
  padding: 10px 0 0 0;
  width: 100%;
  height: 100%;
}
.contacts_block .right .form form .uss_form_submit input[type='submit']:hover {
  background: -webkit-gradient(linear, left bottom, left top, from(#ffeb40), to(#ffcb40));
  background: linear-gradient(to top, #ffeb40, #ffcb40);
}
.contacts_block .right .form form .uss_form_submit input[type='submit'].flat {
  background: none;
  border: 2px solid #B6C0C8;
  text-align: center;
  min-width: 184px;
  height: 34px;
  font-weight: bold;
  font-size: 15px;
  color: #8D9EAB;
}
.contacts_block .right .form form .uss_form_submit input[type='submit'].round {
  background: -webkit-gradient(linear, left top, left bottom, from(#ffeb40), to(#ffcb40));
  background: linear-gradient(#ffeb40, #ffcb40);
  border: 2px solid #F9ECA5;
  -webkit-box-shadow: 0 4px 13px rgba(0, 0, 0, 0.3);
  box-shadow: 0 4px 13px rgba(0, 0, 0, 0.3);
  border-radius: 50px;
  border-bottom-color: #FED352;
  border-right-color: #FBE07F;
  border-left-color: #FADE81;
  font-size: 15px;
  color: #28314C;
  text-transform: uppercase;
  text-align: center;
  padding: 5px 0 0 0;
  cursor: pointer;
  width: 204px;
  height: 34px;
}
.contacts_block .right .form form .uss_form_submit input[type='submit'].round:hover {
  background: -webkit-gradient(linear, left bottom, left top, from(#ffeb40), to(#ffcb40));
  background: linear-gradient(to top, #ffeb40, #ffcb40);
}
.contacts_block .right .form form .uss_form_submit input[type='submit'].arrow {
  background: url(../img/icon_btn_arrow.png) 179px center no-repeat, -webkit-gradient(linear, left top, left bottom, from(#ffeb40), to(#ffcb40));
  background: url(../img/icon_btn_arrow.png) 179px center no-repeat, linear-gradient(#ffeb40, #ffcb40);
  text-align: left;
  padding: 10px 0 0 17px;
}
.contacts_block .right .form form .uss_form_submit input[type='submit'].arrow:hover {
  background: url(../img/icon_btn_arrow.png) 179px center no-repeat, -webkit-gradient(linear, left bottom, left top, from(#ffeb40), to(#ffcb40));
  background: url(../img/icon_btn_arrow.png) 179px center no-repeat, linear-gradient(to top, #ffeb40, #ffcb40);
}
.contacts_block .right .form form .uss_form_submit input[type='submit'].medium {
  letter-spacing: 1.7px;
  text-transform: uppercase;
  font-family: inherit;
  font-weight: bold;
  height: 40px;
  border-radius: 5px;
  width: 200px;
  border: none;
}
.contacts_block .right .form form .buttons {
  text-align: center;
  margin: 17px 0 0 0;
}
.contacts_block .right .form form .buttons .btn {
  border-radius: 4px;
  display: inline-block;
  text-align: center;
}
.contacts_block .right .form form .buttons .btn a {
  text-transform: uppercase;
  color: inherit;
  text-decoration: none;
  display: inline-block;
  padding: 10px 0 0 0;
  width: 100%;
  height: 100%;
}
.contacts_block .right .form form .buttons .btn.flat {
  background: none;
  border: 2px solid #B6C0C8;
  text-align: center;
  min-width: 184px;
  height: 34px;
  font-weight: bold;
  font-size: 15px;
  color: #8D9EAB;
}
.contacts_block .right .form form .buttons .btn.round {
  background: -webkit-gradient(linear, left top, left bottom, from(#ffeb40), to(#ffcb40));
  background: linear-gradient(#ffeb40, #ffcb40);
  border: 2px solid #F9ECA5;
  -webkit-box-shadow: 0 4px 13px rgba(0, 0, 0, 0.3);
  box-shadow: 0 4px 13px rgba(0, 0, 0, 0.3);
  border-radius: 50px;
  border-bottom-color: #FED352;
  border-right-color: #FBE07F;
  border-left-color: #FADE81;
  font-size: 15px;
  color: #28314C;
  text-transform: uppercase;
  text-align: center;
  padding: 5px 0 0 0;
  cursor: pointer;
  width: 204px;
  height: 34px;
}
.contacts_block .right .form form .buttons .btn.round:hover {
  background: -webkit-gradient(linear, left bottom, left top, from(#ffeb40), to(#ffcb40));
  background: linear-gradient(to top, #ffeb40, #ffcb40);
}
.contacts_block .right .form form .buttons .btn.arrow {
  background: url(../img/icon_btn_arrow.png) 179px center no-repeat, -webkit-gradient(linear, left top, left bottom, from(#ffeb40), to(#ffcb40));
  background: url(../img/icon_btn_arrow.png) 179px center no-repeat, linear-gradient(#ffeb40, #ffcb40);
  text-align: left;
  padding: 10px 0 0 17px;
}
.contacts_block .right .form form .buttons .btn.arrow:hover {
  background: url(../img/icon_btn_arrow.png) 179px center no-repeat, -webkit-gradient(linear, left bottom, left top, from(#ffeb40), to(#ffcb40));
  background: url(../img/icon_btn_arrow.png) 179px center no-repeat, linear-gradient(to top, #ffeb40, #ffcb40);
}
.contacts_block .right .form form .buttons .btn.medium {
  letter-spacing: 1.7px;
  text-transform: uppercase;
  font-family: inherit;
  font-weight: bold;
  height: 40px;
  border-radius: 5px;
  width: 200px;
  border: none;
}
.contacts_block .right .form form .buttons input[type='submit'] {
  background: -webkit-gradient(linear, left top, left bottom, from(#ee0000), to(#c40000));
  background: linear-gradient(#ee0000, #c40000);
  border: 2px solid #EE0000;
  -webkit-box-shadow: 0 4px 13px rgba(0, 0, 0, 0.3);
  box-shadow: 0 4px 13px rgba(0, 0, 0, 0.3);
  border-radius: 50px;
  border-bottom-color: #C40000;
  border-right-color: #C40000;
  border-left-color: #C40000;
  color: #fff;
  text-align: center;
  padding: 5px 0 0 0;
  cursor: pointer;
  width: 204px;
  height: 34px;
  display: inline-block;
  width: 196px;
  height: 42px;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: bold;
  -webkit-box-shadow: none;
  box-shadow: none;
  text-shadow: none;
  font-family: inherit;
  padding: 0;
}
.contacts_block .right .form form .buttons input[type='submit'] a {
  text-transform: uppercase;
  color: inherit;
  text-decoration: none;
  display: inline-block;
  padding: 10px 0 0 0;
  width: 100%;
  height: 100%;
}
.contacts_block .right .form form .buttons input[type='submit']:hover {
  background: -webkit-gradient(linear, left bottom, left top, from(#ee0000), to(#c40000));
  background: linear-gradient(to top, #ee0000, #c40000);
}
.contacts_block .right .form form .buttons input[type='submit'].flat {
  background: none;
  border: 2px solid #B6C0C8;
  text-align: center;
  min-width: 184px;
  height: 34px;
  font-weight: bold;
  font-size: 15px;
  color: #8D9EAB;
}
.contacts_block .right .form form .buttons input[type='submit'].round {
  background: -webkit-gradient(linear, left top, left bottom, from(#ffeb40), to(#ffcb40));
  background: linear-gradient(#ffeb40, #ffcb40);
  border: 2px solid #F9ECA5;
  -webkit-box-shadow: 0 4px 13px rgba(0, 0, 0, 0.3);
  box-shadow: 0 4px 13px rgba(0, 0, 0, 0.3);
  border-radius: 50px;
  border-bottom-color: #FED352;
  border-right-color: #FBE07F;
  border-left-color: #FADE81;
  font-size: 15px;
  color: #28314C;
  text-transform: uppercase;
  text-align: center;
  padding: 5px 0 0 0;
  cursor: pointer;
  width: 204px;
  height: 34px;
}
.contacts_block .right .form form .buttons input[type='submit'].round:hover {
  background: -webkit-gradient(linear, left bottom, left top, from(#ffeb40), to(#ffcb40));
  background: linear-gradient(to top, #ffeb40, #ffcb40);
}
.contacts_block .right .form form .buttons input[type='submit'].arrow {
  background: url(../img/icon_btn_arrow.png) 179px center no-repeat, -webkit-gradient(linear, left top, left bottom, from(#ffeb40), to(#ffcb40));
  background: url(../img/icon_btn_arrow.png) 179px center no-repeat, linear-gradient(#ffeb40, #ffcb40);
  text-align: left;
  padding: 10px 0 0 17px;
}
.contacts_block .right .form form .buttons input[type='submit'].arrow:hover {
  background: url(../img/icon_btn_arrow.png) 179px center no-repeat, -webkit-gradient(linear, left bottom, left top, from(#ffeb40), to(#ffcb40));
  background: url(../img/icon_btn_arrow.png) 179px center no-repeat, linear-gradient(to top, #ffeb40, #ffcb40);
}
.contacts_block .right .form form .buttons input[type='submit'].medium {
  letter-spacing: 1.7px;
  text-transform: uppercase;
  font-family: inherit;
  font-weight: bold;
  height: 40px;
  border-radius: 5px;
  width: 200px;
  border: none;
}
.contacts_block .contacts {
  font-size: 15px;
  color: #2D3449;
  padding: 37px 0 49px 105px;
}
.contacts_block .contacts p {
  margin: 0 0 5px 0;
}
.contacts_block .contacts p:last-child {
  margin: 24px 0 0 0;
}
.contacts_block .contacts p .big_site_link {
  display: inline-block;
  background: #0B7ADC;
  height: 28px;
  min-width: 129px;
  text-align: center;
  border-radius: 4px;
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  padding: 3px 7px 0 7px;
  margin: 0 0 0 22px;
}
.contacts_block .map {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}
.contacts_block .fc_item.fc_outputOnly {
  width: 100% !important;
}
.contacts_block .fc_item.fc_outputOnly .outputonly {
  width: 100% !important;
  color: #fff;
}
.modal {
  display: none;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 999;
  background: rgba(31, 41, 66, 0.6);
}
.modal .modal_wrap {
  background: url(../img/bg_dotted.jpg) 0 0 repeat;
  padding: 32px 30px 41px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border: 3px solid #7B84A2;
}
.modal .modal_wrap .close {
  position: absolute;
  right: 10px;
  top: 10px;
  width: 13px;
  height: 13px;
  display: block;
  background: url(../img/close.png) center no-repeat;
  cursor: pointer;
}
.modal .modal_wrap .title {
  font-size: 25px;
  font-weight: bold;
  display: block;
  text-align: center;
  margin: 0 0 10px 0;
  color: #F5F5F5;
}
.modal .modal_wrap > .text {
  font-size: 15px;
  font-weight: bold;
  color: #b6baca;
  display: block;
  text-align: center;
  margin-bottom: 20px;
  line-height: 1.8;
}
.modal form {
  text-align: left;
  width: 345px;
  margin: 0 auto;
}
.modal form .group .fc_item {
  margin: 0 0 20px 0;
  max-width: 345px;
}
.modal form .group .fc_item * {
  font-family: 'OpenSans';
}
.modal form .group .fc_item .elem_item {
  width: 100%;
}
.modal form .group .fc_item .elem_item textarea {
  text-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: #fff;
  height: 36px;
  width: 100%;
  color: #8D9EAB;
  padding: 0 0 0 9px;
  font-size: 15px;
  outline: none;
  resize: none;
  border-radius: 4px;
  text-align: left;
  font-weight: normal;
  border: 1px solid #FFF;
  overflow: hidden;
  height: 46px;
  padding: 9px 0 0 9px;
}
.modal form .group .fc_item .elem_item input {
  text-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: #fff;
  height: 36px;
  width: 100%;
  color: #8D9EAB;
  padding: 0 0 0 9px;
  font-size: 15px;
  outline: none;
  resize: none;
  border-radius: 4px;
  text-align: left;
  font-weight: normal;
  border: 1px solid #FFF;
  overflow: hidden;
}
.modal form .group .fc_item .elem_item textarea.error {
  border: 1px solid red;
}
.modal form .group .fc_item .elem_item input.error {
  border: 1px solid red;
}
.modal form .group .fc_item .telephone_class {
  width: 100%;
  display: inline-block;
  vertical-align: middle;
}
.modal form .group .fc_item .telephone_class * {
  font-family: 'OpenSans';
}
.modal form .group .fc_item .email_class {
  width: 100%;
  display: inline-block;
  vertical-align: middle;
}
.modal form .group .fc_item .email_class * {
  font-family: 'OpenSans';
}
.modal form .group .fc_item.fc_item_21735_1_4 {
  width: 100%;
  display: inline-block;
  vertical-align: middle;
}
.modal form .group .fc_item.fc_item_21735_1_4 * {
  font-family: 'OpenSans';
}
.modal form .group .fc_item.fc_item_21735_1_3 {
  width: 100%;
  display: inline-block;
  vertical-align: middle;
}
.modal form .group .fc_item.fc_item_21735_1_3 * {
  font-family: 'OpenSans';
}
.modal form .uss_form_submit {
  width: 100%;
  display: inline-block;
  text-align: center;
}
.modal form .uss_form_submit .btn {
  border-radius: 4px;
  display: inline-block;
  text-align: center;
}
.modal form .uss_form_submit .btn a {
  text-transform: uppercase;
  color: inherit;
  text-decoration: none;
  display: inline-block;
  padding: 10px 0 0 0;
  width: 100%;
  height: 100%;
}
.modal form .uss_form_submit .btn.flat {
  background: none;
  border: 2px solid #B6C0C8;
  text-align: center;
  min-width: 184px;
  height: 34px;
  font-weight: bold;
  font-size: 15px;
  color: #8D9EAB;
}
.modal form .uss_form_submit .btn.round {
  background: -webkit-gradient(linear, left top, left bottom, from(#ffeb40), to(#ffcb40));
  background: linear-gradient(#ffeb40, #ffcb40);
  border: 2px solid #F9ECA5;
  -webkit-box-shadow: 0 4px 13px rgba(0, 0, 0, 0.3);
  box-shadow: 0 4px 13px rgba(0, 0, 0, 0.3);
  border-radius: 50px;
  border-bottom-color: #FED352;
  border-right-color: #FBE07F;
  border-left-color: #FADE81;
  font-size: 15px;
  color: #28314C;
  text-transform: uppercase;
  text-align: center;
  padding: 5px 0 0 0;
  cursor: pointer;
  width: 204px;
  height: 34px;
}
.modal form .uss_form_submit .btn.round:hover {
  background: -webkit-gradient(linear, left bottom, left top, from(#ffeb40), to(#ffcb40));
  background: linear-gradient(to top, #ffeb40, #ffcb40);
}
.modal form .uss_form_submit .btn.arrow {
  background: url(../img/icon_btn_arrow.png) 179px center no-repeat, -webkit-gradient(linear, left top, left bottom, from(#ffeb40), to(#ffcb40));
  background: url(../img/icon_btn_arrow.png) 179px center no-repeat, linear-gradient(#ffeb40, #ffcb40);
  text-align: left;
  padding: 10px 0 0 17px;
}
.modal form .uss_form_submit .btn.arrow:hover {
  background: url(../img/icon_btn_arrow.png) 179px center no-repeat, -webkit-gradient(linear, left bottom, left top, from(#ffeb40), to(#ffcb40));
  background: url(../img/icon_btn_arrow.png) 179px center no-repeat, linear-gradient(to top, #ffeb40, #ffcb40);
}
.modal form .uss_form_submit .btn.medium {
  letter-spacing: 1.7px;
  text-transform: uppercase;
  font-family: 'OpenSans';
  font-weight: bold;
  height: 40px;
  border-radius: 5px;
  width: 200px;
  border: none;
}
.modal form .uss_form_submit input[type='submit'] {
  border-radius: 4px;
  background: -webkit-gradient(linear, left top, left bottom, from(#ffeb40), to(#ffcb40));
  background: linear-gradient(#ffeb40, #ffcb40);
  border: 2px solid #F9ECA5;
  -webkit-box-shadow: 0 4px 13px rgba(0, 0, 0, 0.3);
  box-shadow: 0 4px 13px rgba(0, 0, 0, 0.3);
  border-radius: 50px;
  border-bottom-color: #FED352;
  border-right-color: #FBE07F;
  border-left-color: #FADE81;
  font-size: 15px;
  color: #28314C;
  text-transform: uppercase;
  padding: 5px 0 0 0;
  cursor: pointer;
  width: 204px;
  height: 34px;
  padding: 4px 0 0 0;
  text-align: center;
  display: inline-block;
  height: 38px;
  font-weight: bold;
  -webkit-box-shadow: none;
  box-shadow: none;
  text-shadow: none;
  border: none;
}
.modal form .uss_form_submit input[type='submit'] a {
  text-transform: uppercase;
  color: inherit;
  text-decoration: none;
  display: inline-block;
  padding: 10px 0 0 0;
  width: 100%;
  height: 100%;
}
.modal form .uss_form_submit input[type='submit']:hover {
  background: -webkit-gradient(linear, left bottom, left top, from(#ffeb40), to(#ffcb40));
  background: linear-gradient(to top, #ffeb40, #ffcb40);
}
.modal form .uss_form_submit input[type='submit'].flat {
  background: none;
  border: 2px solid #B6C0C8;
  text-align: center;
  min-width: 184px;
  height: 34px;
  font-weight: bold;
  font-size: 15px;
  color: #8D9EAB;
}
.modal form .uss_form_submit input[type='submit'].round {
  background: -webkit-gradient(linear, left top, left bottom, from(#ffeb40), to(#ffcb40));
  background: linear-gradient(#ffeb40, #ffcb40);
  border: 2px solid #F9ECA5;
  -webkit-box-shadow: 0 4px 13px rgba(0, 0, 0, 0.3);
  box-shadow: 0 4px 13px rgba(0, 0, 0, 0.3);
  border-radius: 50px;
  border-bottom-color: #FED352;
  border-right-color: #FBE07F;
  border-left-color: #FADE81;
  font-size: 15px;
  color: #28314C;
  text-transform: uppercase;
  text-align: center;
  padding: 5px 0 0 0;
  cursor: pointer;
  width: 204px;
  height: 34px;
}
.modal form .uss_form_submit input[type='submit'].round:hover {
  background: -webkit-gradient(linear, left bottom, left top, from(#ffeb40), to(#ffcb40));
  background: linear-gradient(to top, #ffeb40, #ffcb40);
}
.modal form .uss_form_submit input[type='submit'].arrow {
  background: url(../img/icon_btn_arrow.png) 179px center no-repeat, -webkit-gradient(linear, left top, left bottom, from(#ffeb40), to(#ffcb40));
  background: url(../img/icon_btn_arrow.png) 179px center no-repeat, linear-gradient(#ffeb40, #ffcb40);
  text-align: left;
  padding: 10px 0 0 17px;
}
.modal form .uss_form_submit input[type='submit'].arrow:hover {
  background: url(../img/icon_btn_arrow.png) 179px center no-repeat, -webkit-gradient(linear, left bottom, left top, from(#ffeb40), to(#ffcb40));
  background: url(../img/icon_btn_arrow.png) 179px center no-repeat, linear-gradient(to top, #ffeb40, #ffcb40);
}
.modal form .uss_form_submit input[type='submit'].medium {
  letter-spacing: 1.7px;
  text-transform: uppercase;
  font-family: 'OpenSans';
  font-weight: bold;
  height: 40px;
  border-radius: 5px;
  width: 200px;
  border: none;
}
.modal form .buttons {
  width: 100%;
  display: inline-block;
  text-align: center;
}
.modal form .buttons .btn {
  border-radius: 4px;
  display: inline-block;
  text-align: center;
}
.modal form .buttons .btn a {
  text-transform: uppercase;
  color: inherit;
  text-decoration: none;
  display: inline-block;
  padding: 10px 0 0 0;
  width: 100%;
  height: 100%;
}
.modal form .buttons .btn.flat {
  background: none;
  border: 2px solid #B6C0C8;
  text-align: center;
  min-width: 184px;
  height: 34px;
  font-weight: bold;
  font-size: 15px;
  color: #8D9EAB;
}
.modal form .buttons .btn.round {
  background: -webkit-gradient(linear, left top, left bottom, from(#ffeb40), to(#ffcb40));
  background: linear-gradient(#ffeb40, #ffcb40);
  border: 2px solid #F9ECA5;
  -webkit-box-shadow: 0 4px 13px rgba(0, 0, 0, 0.3);
  box-shadow: 0 4px 13px rgba(0, 0, 0, 0.3);
  border-radius: 50px;
  border-bottom-color: #FED352;
  border-right-color: #FBE07F;
  border-left-color: #FADE81;
  font-size: 15px;
  color: #28314C;
  text-transform: uppercase;
  text-align: center;
  padding: 5px 0 0 0;
  cursor: pointer;
  width: 204px;
  height: 34px;
}
.modal form .buttons .btn.round:hover {
  background: -webkit-gradient(linear, left bottom, left top, from(#ffeb40), to(#ffcb40));
  background: linear-gradient(to top, #ffeb40, #ffcb40);
}
.modal form .buttons .btn.arrow {
  background: url(../img/icon_btn_arrow.png) 179px center no-repeat, -webkit-gradient(linear, left top, left bottom, from(#ffeb40), to(#ffcb40));
  background: url(../img/icon_btn_arrow.png) 179px center no-repeat, linear-gradient(#ffeb40, #ffcb40);
  text-align: left;
  padding: 10px 0 0 17px;
}
.modal form .buttons .btn.arrow:hover {
  background: url(../img/icon_btn_arrow.png) 179px center no-repeat, -webkit-gradient(linear, left bottom, left top, from(#ffeb40), to(#ffcb40));
  background: url(../img/icon_btn_arrow.png) 179px center no-repeat, linear-gradient(to top, #ffeb40, #ffcb40);
}
.modal form .buttons .btn.medium {
  letter-spacing: 1.7px;
  text-transform: uppercase;
  font-family: 'OpenSans';
  font-weight: bold;
  height: 40px;
  border-radius: 5px;
  width: 200px;
  border: none;
}
.modal form .buttons input[type='submit'] {
  border-radius: 4px;
  background: -webkit-gradient(linear, left top, left bottom, from(#ffeb40), to(#ffcb40));
  background: linear-gradient(#ffeb40, #ffcb40);
  border: 2px solid #F9ECA5;
  -webkit-box-shadow: 0 4px 13px rgba(0, 0, 0, 0.3);
  box-shadow: 0 4px 13px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  border-bottom-color: #FED352;
  border-right-color: #FBE07F;
  border-left-color: #FADE81;
  font-size: 15px;
  color: #28314C;
  text-transform: uppercase;
  padding: 5px 0 0 0;
  cursor: pointer;
  width: 204px;
  height: 34px;
  font-family: 'OpenSans';
  padding: 4px 0 4px 0;
  text-align: center;
  display: inline-block;
  height: 38px;
  font-weight: bold;
  -webkit-box-shadow: none;
  box-shadow: none;
  text-shadow: none;
  border: none;
}
.modal form .buttons input[type='submit'] a {
  text-transform: uppercase;
  color: inherit;
  text-decoration: none;
  display: inline-block;
  padding: 10px 0 0 0;
  width: 100%;
  height: 100%;
}
.modal form .buttons input[type='submit']:hover {
  background: -webkit-gradient(linear, left bottom, left top, from(#ffeb40), to(#ffcb40));
  background: linear-gradient(to top, #ffeb40, #ffcb40);
}
.modal form .buttons input[type='submit'].flat {
  background: none;
  border: 2px solid #B6C0C8;
  text-align: center;
  min-width: 184px;
  height: 34px;
  font-weight: bold;
  font-size: 15px;
  color: #8D9EAB;
}
.modal form .buttons input[type='submit'].round {
  background: -webkit-gradient(linear, left top, left bottom, from(#ffeb40), to(#ffcb40));
  background: linear-gradient(#ffeb40, #ffcb40);
  border: 2px solid #F9ECA5;
  -webkit-box-shadow: 0 4px 13px rgba(0, 0, 0, 0.3);
  box-shadow: 0 4px 13px rgba(0, 0, 0, 0.3);
  border-radius: 50px;
  border-bottom-color: #FED352;
  border-right-color: #FBE07F;
  border-left-color: #FADE81;
  font-size: 15px;
  color: #28314C;
  text-transform: uppercase;
  text-align: center;
  padding: 5px 0 0 0;
  cursor: pointer;
  width: 204px;
  height: 34px;
}
.modal form .buttons input[type='submit'].round:hover {
  background: -webkit-gradient(linear, left bottom, left top, from(#ffeb40), to(#ffcb40));
  background: linear-gradient(to top, #ffeb40, #ffcb40);
}
.modal form .buttons input[type='submit'].arrow {
  background: url(../img/icon_btn_arrow.png) 179px center no-repeat, -webkit-gradient(linear, left top, left bottom, from(#ffeb40), to(#ffcb40));
  background: url(../img/icon_btn_arrow.png) 179px center no-repeat, linear-gradient(#ffeb40, #ffcb40);
  text-align: left;
  padding: 10px 0 0 17px;
}
.modal form .buttons input[type='submit'].arrow:hover {
  background: url(../img/icon_btn_arrow.png) 179px center no-repeat, -webkit-gradient(linear, left bottom, left top, from(#ffeb40), to(#ffcb40));
  background: url(../img/icon_btn_arrow.png) 179px center no-repeat, linear-gradient(to top, #ffeb40, #ffcb40);
}
.modal form .buttons input[type='submit'].medium {
  letter-spacing: 1.7px;
  text-transform: uppercase;
  font-family: 'OpenSans';
  font-weight: bold;
  height: 40px;
  border-radius: 5px;
  width: 200px;
  border: none;
}
.modal form .uss_form_item {
  margin: 0 0 20px 0;
}
.modal form .uss_form_item.hnpot {
  display: none;
}
.expanded_text {
  display: none;
}
.expand_opened .expanded_text {
  display: block;
}
.call_me .a {
  cursor: pointer;
}
.uss_error_form {
  display: none !important;
}
.counters {
  display: none;
}
.temp_modal {
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 999;
}
.modal_text {
  display: none;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 999;
  background: rgba(31, 41, 66, 0.6);
}
.modal_text .modal_wrap {
  background: url(../img/bg_dotted.jpg) 0 0 repeat;
  padding: 32px 30px 41px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border: 3px solid #7B84A2;
}
.modal_text .modal_wrap .close {
  position: absolute;
  right: 10px;
  top: 10px;
  width: 13px;
  height: 13px;
  display: block;
  background: url(../img/close.png) center no-repeat;
  cursor: pointer;
}
.modal_text .modal_wrap .title {
  font-size: 25px;
  font-weight: bold;
  display: block;
  text-align: center;
  margin: 0 0 10px 0;
  color: #F5F5F5;
}
.modal_text .modal_wrap > .text {
  font-size: 15px;
  font-weight: bold;
  color: #7B84A2;
  display: block;
  text-align: center;
  margin-bottom: 20px;
  line-height: 1.8;
}
.modal_text form {
  text-align: left;
  width: 345px;
  margin: 0 auto;
}
.modal_text form .group .fc_item {
  margin: 0 0 20px 0;
  max-width: 345px;
}
.modal_text form .group .fc_item * {
  font-family: 'OpenSans';
}
.modal_text form .group .fc_item .elem_item {
  width: 100%;
}
.modal_text form .group .fc_item .elem_item textarea {
  text-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: #fff;
  height: 36px;
  width: 100%;
  color: #8D9EAB;
  padding: 0 0 0 9px;
  font-size: 15px;
  outline: none;
  resize: none;
  border-radius: 4px;
  text-align: left;
  font-weight: normal;
  border: 1px solid #FFF;
  overflow: hidden;
  height: 46px;
  padding: 9px 0 0 9px;
}
.modal_text form .group .fc_item .elem_item input {
  text-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: #fff;
  height: 36px;
  width: 100%;
  color: #8D9EAB;
  padding: 0 0 0 9px;
  font-size: 15px;
  outline: none;
  resize: none;
  border-radius: 4px;
  text-align: left;
  font-weight: normal;
  border: 1px solid #FFF;
  overflow: hidden;
}
.modal_text form .group .fc_item .elem_item textarea.error {
  border: 1px solid red;
}
.modal_text form .group .fc_item .elem_item input.error {
  border: 1px solid red;
}
.modal_text form .group .fc_item .telephone_class {
  width: 100%;
  display: inline-block;
  vertical-align: middle;
}
.modal_text form .group .fc_item .telephone_class * {
  font-family: inherit;
}
.modal_text form .group .fc_item .email_class {
  width: 100%;
  display: inline-block;
  vertical-align: middle;
}
.modal_text form .group .fc_item .email_class * {
  font-family: inherit;
}
.modal_text form .group .fc_item.fc_item_21735_1_4 {
  width: 100%;
  display: inline-block;
  vertical-align: middle;
}
.modal_text form .group .fc_item.fc_item_21735_1_4 * {
  font-family: inherit;
}
.modal_text form .group .fc_item.fc_item_21735_1_3 {
  width: 100%;
  display: inline-block;
  vertical-align: middle;
}
.modal_text form .group .fc_item.fc_item_21735_1_3 * {
  font-family: inherit;
}
.modal_text form .uss_form_submit {
  width: 100%;
  display: inline-block;
  text-align: center;
}
.modal_text form .uss_form_submit .btn {
  border-radius: 4px;
  display: inline-block;
  text-align: center;
}
.modal_text form .uss_form_submit .btn a {
  text-transform: uppercase;
  color: inherit;
  text-decoration: none;
  display: inline-block;
  padding: 10px 0 0 0;
  width: 100%;
  height: 100%;
}
.modal_text form .uss_form_submit .btn.flat {
  background: none;
  border: 2px solid #B6C0C8;
  text-align: center;
  min-width: 184px;
  height: 34px;
  font-weight: bold;
  font-size: 15px;
  color: #8D9EAB;
}
.modal_text form .uss_form_submit .btn.round {
  background: -webkit-gradient(linear, left top, left bottom, from(#ffeb40), to(#ffcb40));
  background: linear-gradient(#ffeb40, #ffcb40);
  border: 2px solid #F9ECA5;
  -webkit-box-shadow: 0 4px 13px rgba(0, 0, 0, 0.3);
  box-shadow: 0 4px 13px rgba(0, 0, 0, 0.3);
  border-radius: 50px;
  border-bottom-color: #FED352;
  border-right-color: #FBE07F;
  border-left-color: #FADE81;
  font-size: 15px;
  color: #28314C;
  text-transform: uppercase;
  text-align: center;
  padding: 5px 0 0 0;
  cursor: pointer;
  width: 204px;
  height: 34px;
}
.modal_text form .uss_form_submit .btn.round:hover {
  background: -webkit-gradient(linear, left bottom, left top, from(#ffeb40), to(#ffcb40));
  background: linear-gradient(to top, #ffeb40, #ffcb40);
}
.modal_text form .uss_form_submit .btn.arrow {
  background: url(../img/icon_btn_arrow.png) 179px center no-repeat, -webkit-gradient(linear, left top, left bottom, from(#ffeb40), to(#ffcb40));
  background: url(../img/icon_btn_arrow.png) 179px center no-repeat, linear-gradient(#ffeb40, #ffcb40);
  text-align: left;
  padding: 10px 0 0 17px;
}
.modal_text form .uss_form_submit .btn.arrow:hover {
  background: url(../img/icon_btn_arrow.png) 179px center no-repeat, -webkit-gradient(linear, left bottom, left top, from(#ffeb40), to(#ffcb40));
  background: url(../img/icon_btn_arrow.png) 179px center no-repeat, linear-gradient(to top, #ffeb40, #ffcb40);
}
.modal_text form .uss_form_submit .btn.medium {
  letter-spacing: 1.7px;
  text-transform: uppercase;
  font-family: inherit;
  font-weight: bold;
  height: 40px;
  border-radius: 5px;
  width: 200px;
  border: none;
}
.modal_text form .uss_form_submit input[type='submit'] {
  border-radius: 4px;
  background: -webkit-gradient(linear, left top, left bottom, from(#ffeb40), to(#ffcb40));
  background: linear-gradient(#ffeb40, #ffcb40);
  border: 2px solid #F9ECA5;
  -webkit-box-shadow: 0 4px 13px rgba(0, 0, 0, 0.3);
  box-shadow: 0 4px 13px rgba(0, 0, 0, 0.3);
  border-radius: 50px;
  border-bottom-color: #FED352;
  border-right-color: #FBE07F;
  border-left-color: #FADE81;
  font-size: 15px;
  color: #28314C;
  text-transform: uppercase;
  padding: 5px 0 0 0;
  cursor: pointer;
  width: 204px;
  height: 34px;
  padding: 4px 0 0 0;
  text-align: center;
  display: inline-block;
  height: 38px;
  font-weight: bold;
  -webkit-box-shadow: none;
  box-shadow: none;
  text-shadow: none;
  border: none;
}
.modal_text form .uss_form_submit input[type='submit'] a {
  text-transform: uppercase;
  color: inherit;
  text-decoration: none;
  display: inline-block;
  padding: 10px 0 0 0;
  width: 100%;
  height: 100%;
}
.modal_text form .uss_form_submit input[type='submit']:hover {
  background: -webkit-gradient(linear, left bottom, left top, from(#ffeb40), to(#ffcb40));
  background: linear-gradient(to top, #ffeb40, #ffcb40);
}
.modal_text form .uss_form_submit input[type='submit'].flat {
  background: none;
  border: 2px solid #B6C0C8;
  text-align: center;
  min-width: 184px;
  height: 34px;
  font-weight: bold;
  font-size: 15px;
  color: #8D9EAB;
}
.modal_text form .uss_form_submit input[type='submit'].round {
  background: -webkit-gradient(linear, left top, left bottom, from(#ffeb40), to(#ffcb40));
  background: linear-gradient(#ffeb40, #ffcb40);
  border: 2px solid #F9ECA5;
  -webkit-box-shadow: 0 4px 13px rgba(0, 0, 0, 0.3);
  box-shadow: 0 4px 13px rgba(0, 0, 0, 0.3);
  border-radius: 50px;
  border-bottom-color: #FED352;
  border-right-color: #FBE07F;
  border-left-color: #FADE81;
  font-size: 15px;
  color: #28314C;
  text-transform: uppercase;
  text-align: center;
  padding: 5px 0 0 0;
  cursor: pointer;
  width: 204px;
  height: 34px;
}
.modal_text form .uss_form_submit input[type='submit'].round:hover {
  background: -webkit-gradient(linear, left bottom, left top, from(#ffeb40), to(#ffcb40));
  background: linear-gradient(to top, #ffeb40, #ffcb40);
}
.modal_text form .uss_form_submit input[type='submit'].arrow {
  background: url(../img/icon_btn_arrow.png) 179px center no-repeat, -webkit-gradient(linear, left top, left bottom, from(#ffeb40), to(#ffcb40));
  background: url(../img/icon_btn_arrow.png) 179px center no-repeat, linear-gradient(#ffeb40, #ffcb40);
  text-align: left;
  padding: 10px 0 0 17px;
}
.modal_text form .uss_form_submit input[type='submit'].arrow:hover {
  background: url(../img/icon_btn_arrow.png) 179px center no-repeat, -webkit-gradient(linear, left bottom, left top, from(#ffeb40), to(#ffcb40));
  background: url(../img/icon_btn_arrow.png) 179px center no-repeat, linear-gradient(to top, #ffeb40, #ffcb40);
}
.modal_text form .uss_form_submit input[type='submit'].medium {
  letter-spacing: 1.7px;
  text-transform: uppercase;
  font-family: inherit;
  font-weight: bold;
  height: 40px;
  border-radius: 5px;
  width: 200px;
  border: none;
}
.modal_text form .buttons {
  width: 100%;
  display: inline-block;
  text-align: center;
}
.modal_text form .buttons .btn {
  border-radius: 4px;
  display: inline-block;
  text-align: center;
}
.modal_text form .buttons .btn a {
  text-transform: uppercase;
  color: inherit;
  text-decoration: none;
  display: inline-block;
  padding: 10px 0 0 0;
  width: 100%;
  height: 100%;
}
.modal_text form .buttons .btn.flat {
  background: none;
  border: 2px solid #B6C0C8;
  text-align: center;
  min-width: 184px;
  height: 34px;
  font-weight: bold;
  font-size: 15px;
  color: #8D9EAB;
}
.modal_text form .buttons .btn.round {
  background: -webkit-gradient(linear, left top, left bottom, from(#ffeb40), to(#ffcb40));
  background: linear-gradient(#ffeb40, #ffcb40);
  border: 2px solid #F9ECA5;
  -webkit-box-shadow: 0 4px 13px rgba(0, 0, 0, 0.3);
  box-shadow: 0 4px 13px rgba(0, 0, 0, 0.3);
  border-radius: 50px;
  border-bottom-color: #FED352;
  border-right-color: #FBE07F;
  border-left-color: #FADE81;
  font-size: 15px;
  color: #28314C;
  text-transform: uppercase;
  text-align: center;
  padding: 5px 0 0 0;
  cursor: pointer;
  width: 204px;
  height: 34px;
}
.modal_text form .buttons .btn.round:hover {
  background: -webkit-gradient(linear, left bottom, left top, from(#ffeb40), to(#ffcb40));
  background: linear-gradient(to top, #ffeb40, #ffcb40);
}
.modal_text form .buttons .btn.arrow {
  background: url(../img/icon_btn_arrow.png) 179px center no-repeat, -webkit-gradient(linear, left top, left bottom, from(#ffeb40), to(#ffcb40));
  background: url(../img/icon_btn_arrow.png) 179px center no-repeat, linear-gradient(#ffeb40, #ffcb40);
  text-align: left;
  padding: 10px 0 0 17px;
}
.modal_text form .buttons .btn.arrow:hover {
  background: url(../img/icon_btn_arrow.png) 179px center no-repeat, -webkit-gradient(linear, left bottom, left top, from(#ffeb40), to(#ffcb40));
  background: url(../img/icon_btn_arrow.png) 179px center no-repeat, linear-gradient(to top, #ffeb40, #ffcb40);
}
.modal_text form .buttons .btn.medium {
  letter-spacing: 1.7px;
  text-transform: uppercase;
  font-family: inherit;
  font-weight: bold;
  height: 40px;
  border-radius: 5px;
  width: 200px;
  border: none;
}
.modal_text form .buttons input[type='submit'] {
  border-radius: 4px;
  background: -webkit-gradient(linear, left top, left bottom, from(#ffeb40), to(#ffcb40));
  background: linear-gradient(#ffeb40, #ffcb40);
  border: 2px solid #F9ECA5;
  -webkit-box-shadow: 0 4px 13px rgba(0, 0, 0, 0.3);
  box-shadow: 0 4px 13px rgba(0, 0, 0, 0.3);
  border-radius: 50px;
  border-bottom-color: #FED352;
  border-right-color: #FBE07F;
  border-left-color: #FADE81;
  font-size: 15px;
  color: #28314C;
  text-transform: uppercase;
  padding: 5px 0 0 0;
  cursor: pointer;
  width: 204px;
  height: 34px;
  padding: 4px 0 0 0;
  text-align: center;
  display: inline-block;
  height: 38px;
  font-weight: bold;
  -webkit-box-shadow: none;
  box-shadow: none;
  text-shadow: none;
  border: none;
}
.modal_text form .buttons input[type='submit'] a {
  text-transform: uppercase;
  color: inherit;
  text-decoration: none;
  display: inline-block;
  padding: 10px 0 0 0;
  width: 100%;
  height: 100%;
}
.modal_text form .buttons input[type='submit']:hover {
  background: -webkit-gradient(linear, left bottom, left top, from(#ffeb40), to(#ffcb40));
  background: linear-gradient(to top, #ffeb40, #ffcb40);
}
.modal_text form .buttons input[type='submit'].flat {
  background: none;
  border: 2px solid #B6C0C8;
  text-align: center;
  min-width: 184px;
  height: 34px;
  font-weight: bold;
  font-size: 15px;
  color: #8D9EAB;
}
.modal_text form .buttons input[type='submit'].round {
  background: -webkit-gradient(linear, left top, left bottom, from(#ffeb40), to(#ffcb40));
  background: linear-gradient(#ffeb40, #ffcb40);
  border: 2px solid #F9ECA5;
  -webkit-box-shadow: 0 4px 13px rgba(0, 0, 0, 0.3);
  box-shadow: 0 4px 13px rgba(0, 0, 0, 0.3);
  border-radius: 50px;
  border-bottom-color: #FED352;
  border-right-color: #FBE07F;
  border-left-color: #FADE81;
  font-size: 15px;
  color: #28314C;
  text-transform: uppercase;
  text-align: center;
  padding: 5px 0 0 0;
  cursor: pointer;
  width: 204px;
  height: 34px;
}
.modal_text form .buttons input[type='submit'].round:hover {
  background: -webkit-gradient(linear, left bottom, left top, from(#ffeb40), to(#ffcb40));
  background: linear-gradient(to top, #ffeb40, #ffcb40);
}
.modal_text form .buttons input[type='submit'].arrow {
  background: url(../img/icon_btn_arrow.png) 179px center no-repeat, -webkit-gradient(linear, left top, left bottom, from(#ffeb40), to(#ffcb40));
  background: url(../img/icon_btn_arrow.png) 179px center no-repeat, linear-gradient(#ffeb40, #ffcb40);
  text-align: left;
  padding: 10px 0 0 17px;
}
.modal_text form .buttons input[type='submit'].arrow:hover {
  background: url(../img/icon_btn_arrow.png) 179px center no-repeat, -webkit-gradient(linear, left bottom, left top, from(#ffeb40), to(#ffcb40));
  background: url(../img/icon_btn_arrow.png) 179px center no-repeat, linear-gradient(to top, #ffeb40, #ffcb40);
}
.modal_text form .buttons input[type='submit'].medium {
  letter-spacing: 1.7px;
  text-transform: uppercase;
  font-family: inherit;
  font-weight: bold;
  height: 40px;
  border-radius: 5px;
  width: 200px;
  border: none;
}
.modal_text form .uss_form_item {
  margin: 0 0 20px 0;
}
.modal_text form .uss_form_item.hnpot {
  display: none;
}
.modal_text .modal_text_wrap {
  background: url(../img/bg_dotted.jpg) 0 0 repeat;
  padding: 32px 30px 41px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border: 3px solid #7B84A2;
  max-width: 800px;
  max-height: 500px;
}
.modal_text .modal_text_wrap .close {
  position: absolute;
  right: 10px;
  top: 10px;
  width: 13px;
  height: 13px;
  display: block;
  background: url(../img/close.png) center no-repeat;
  cursor: pointer;
}
.modal_text .modal_text_wrap .title {
  font-size: 26px;
  font-weight: bold;
  display: block;
  text-align: center;
  margin: 0 0 10px 0;
  color: #F5F5F5;
}
.modal_text .modal_text_wrap > .text {
  font-size: 15px;
  font-weight: bold;
  color: #7B84A2;
  display: block;
  text-align: center;
  margin-bottom: 20px;
  line-height: 1.8;
}
.modal_text .modal_text_wrap .text {
  text-align: left;
  overflow-y: scroll;
  height: 313px;
}
.modal_text .modal_text_wrap .text_sub {
  text-align: center;
  display: block;
  width: 100%;
}
.modal_text .modal_text_wrap .text_sub a {
  padding: 12px 20px 0 !important;
  width: auto;
  display: inline-block;
  text-decoration: none;
}
.modal_text .modal_text_wrap .text_sub a:hover {
  text-decoration: underline;
}
.single_content .text_sub .add .more {
  width: auto !important;
  padding: 10px 20px 0 17px !important;
  background: -webkit-gradient(linear, left top, left bottom, from(#ffeb40), to(#ffcb40)) !important;
  background: linear-gradient(#ffeb40, #ffcb40) !important;
}
.modal_examples {
  display: none;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 999;
  background: rgba(31, 41, 66, 0.6);
}
.modal_examples form {
  text-align: left;
  width: 345px;
  margin: 0 auto;
}
.modal_examples form .group .fc_item {
  margin: 0 0 20px 0;
  max-width: 345px;
}
.modal_examples form .group .fc_item * {
  font-family: inherit;
}
.modal_examples form .group .fc_item .elem_item {
  width: 100%;
}
.modal_examples form .group .fc_item .elem_item textarea {
  text-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: #fff;
  height: 36px;
  width: 100%;
  color: #8D9EAB;
  padding: 0 0 0 9px;
  font-size: 15px;
  outline: none;
  resize: none;
  border-radius: 4px;
  text-align: left;
  font-weight: normal;
  border: 1px solid #FFF;
  overflow: hidden;
  height: 46px;
  padding: 9px 0 0 9px;
}
.modal_examples form .group .fc_item .elem_item input {
  text-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: #fff;
  height: 36px;
  width: 100%;
  color: #8D9EAB;
  padding: 0 0 0 9px;
  font-size: 15px;
  outline: none;
  resize: none;
  border-radius: 4px;
  text-align: left;
  font-weight: normal;
  border: 1px solid #FFF;
  overflow: hidden;
}
.modal_examples form .group .fc_item .elem_item textarea.error {
  border: 1px solid red;
}
.modal_examples form .group .fc_item .elem_item input.error {
  border: 1px solid red;
}
.modal_examples form .group .fc_item .telephone_class {
  width: 100%;
  display: inline-block;
  vertical-align: middle;
}
.modal_examples form .group .fc_item .telephone_class * {
  font-family: inherit;
}
.modal_examples form .group .fc_item .email_class {
  width: 100%;
  display: inline-block;
  vertical-align: middle;
}
.modal_examples form .group .fc_item .email_class * {
  font-family: inherit;
}
.modal_examples form .group .fc_item.fc_item_21735_1_4 {
  width: 100%;
  display: inline-block;
  vertical-align: middle;
}
.modal_examples form .group .fc_item.fc_item_21735_1_4 * {
  font-family: inherit;
}
.modal_examples form .group .fc_item.fc_item_21735_1_3 {
  width: 100%;
  display: inline-block;
  vertical-align: middle;
}
.modal_examples form .group .fc_item.fc_item_21735_1_3 * {
  font-family: inherit;
}
.modal_examples form .uss_form_submit {
  width: 100%;
  display: inline-block;
  text-align: center;
}
.modal_examples form .uss_form_submit .btn {
  border-radius: 4px;
  display: inline-block;
  text-align: center;
}
.modal_examples form .uss_form_submit .btn a {
  text-transform: uppercase;
  color: inherit;
  text-decoration: none;
  display: inline-block;
  padding: 10px 0 0 0;
  width: 100%;
  height: 100%;
}
.modal_examples form .uss_form_submit .btn.flat {
  background: none;
  border: 2px solid #B6C0C8;
  text-align: center;
  min-width: 184px;
  height: 34px;
  font-weight: bold;
  font-size: 15px;
  color: #8D9EAB;
}
.modal_examples form .uss_form_submit .btn.round {
  background: -webkit-gradient(linear, left top, left bottom, from(#ffeb40), to(#ffcb40));
  background: linear-gradient(#ffeb40, #ffcb40);
  border: 2px solid #F9ECA5;
  -webkit-box-shadow: 0 4px 13px rgba(0, 0, 0, 0.3);
  box-shadow: 0 4px 13px rgba(0, 0, 0, 0.3);
  border-radius: 50px;
  border-bottom-color: #FED352;
  border-right-color: #FBE07F;
  border-left-color: #FADE81;
  font-size: 15px;
  color: #28314C;
  text-transform: uppercase;
  text-align: center;
  padding: 5px 0 0 0;
  cursor: pointer;
  width: 204px;
  height: 34px;
}
.modal_examples form .uss_form_submit .btn.round:hover {
  background: -webkit-gradient(linear, left bottom, left top, from(#ffeb40), to(#ffcb40));
  background: linear-gradient(to top, #ffeb40, #ffcb40);
}
.modal_examples form .uss_form_submit .btn.arrow {
  background: url(../img/icon_btn_arrow.png) 179px center no-repeat, -webkit-gradient(linear, left top, left bottom, from(#ffeb40), to(#ffcb40));
  background: url(../img/icon_btn_arrow.png) 179px center no-repeat, linear-gradient(#ffeb40, #ffcb40);
  text-align: left;
  padding: 10px 0 0 17px;
}
.modal_examples form .uss_form_submit .btn.arrow:hover {
  background: url(../img/icon_btn_arrow.png) 179px center no-repeat, -webkit-gradient(linear, left bottom, left top, from(#ffeb40), to(#ffcb40));
  background: url(../img/icon_btn_arrow.png) 179px center no-repeat, linear-gradient(to top, #ffeb40, #ffcb40);
}
.modal_examples form .uss_form_submit .btn.medium {
  letter-spacing: 1.7px;
  text-transform: uppercase;
  font-family: inherit;
  font-weight: bold;
  height: 40px;
  border-radius: 5px;
  width: 200px;
  border: none;
}
.modal_examples form .uss_form_submit input[type='submit'] {
  border-radius: 4px;
  background: -webkit-gradient(linear, left top, left bottom, from(#ffeb40), to(#ffcb40));
  background: linear-gradient(#ffeb40, #ffcb40);
  border: 2px solid #F9ECA5;
  -webkit-box-shadow: 0 4px 13px rgba(0, 0, 0, 0.3);
  box-shadow: 0 4px 13px rgba(0, 0, 0, 0.3);
  border-radius: 50px;
  border-bottom-color: #FED352;
  border-right-color: #FBE07F;
  border-left-color: #FADE81;
  font-size: 15px;
  color: #28314C;
  text-transform: uppercase;
  padding: 5px 0 0 0;
  cursor: pointer;
  width: 204px;
  height: 34px;
  padding: 4px 0 0 0;
  text-align: center;
  display: inline-block;
  height: 38px;
  font-weight: bold;
  -webkit-box-shadow: none;
  box-shadow: none;
  text-shadow: none;
  border: none;
}
.modal_examples form .uss_form_submit input[type='submit'] a {
  text-transform: uppercase;
  color: inherit;
  text-decoration: none;
  display: inline-block;
  padding: 10px 0 0 0;
  width: 100%;
  height: 100%;
}
.modal_examples form .uss_form_submit input[type='submit']:hover {
  background: -webkit-gradient(linear, left bottom, left top, from(#ffeb40), to(#ffcb40));
  background: linear-gradient(to top, #ffeb40, #ffcb40);
}
.modal_examples form .uss_form_submit input[type='submit'].flat {
  background: none;
  border: 2px solid #B6C0C8;
  text-align: center;
  min-width: 184px;
  height: 34px;
  font-weight: bold;
  font-size: 15px;
  color: #8D9EAB;
}
.modal_examples form .uss_form_submit input[type='submit'].round {
  background: -webkit-gradient(linear, left top, left bottom, from(#ffeb40), to(#ffcb40));
  background: linear-gradient(#ffeb40, #ffcb40);
  border: 2px solid #F9ECA5;
  -webkit-box-shadow: 0 4px 13px rgba(0, 0, 0, 0.3);
  box-shadow: 0 4px 13px rgba(0, 0, 0, 0.3);
  border-radius: 50px;
  border-bottom-color: #FED352;
  border-right-color: #FBE07F;
  border-left-color: #FADE81;
  font-size: 15px;
  color: #28314C;
  text-transform: uppercase;
  text-align: center;
  padding: 5px 0 0 0;
  cursor: pointer;
  width: 204px;
  height: 34px;
}
.modal_examples form .uss_form_submit input[type='submit'].round:hover {
  background: -webkit-gradient(linear, left bottom, left top, from(#ffeb40), to(#ffcb40));
  background: linear-gradient(to top, #ffeb40, #ffcb40);
}
.modal_examples form .uss_form_submit input[type='submit'].arrow {
  background: url(../img/icon_btn_arrow.png) 179px center no-repeat, -webkit-gradient(linear, left top, left bottom, from(#ffeb40), to(#ffcb40));
  background: url(../img/icon_btn_arrow.png) 179px center no-repeat, linear-gradient(#ffeb40, #ffcb40);
  text-align: left;
  padding: 10px 0 0 17px;
}
.modal_examples form .uss_form_submit input[type='submit'].arrow:hover {
  background: url(../img/icon_btn_arrow.png) 179px center no-repeat, -webkit-gradient(linear, left bottom, left top, from(#ffeb40), to(#ffcb40));
  background: url(../img/icon_btn_arrow.png) 179px center no-repeat, linear-gradient(to top, #ffeb40, #ffcb40);
}
.modal_examples form .uss_form_submit input[type='submit'].medium {
  letter-spacing: 1.7px;
  text-transform: uppercase;
  font-family: inherit;
  font-weight: bold;
  height: 40px;
  border-radius: 5px;
  width: 200px;
  border: none;
}
.modal_examples form .buttons {
  width: 100%;
  display: inline-block;
  text-align: center;
}
.modal_examples form .buttons .btn {
  border-radius: 4px;
  display: inline-block;
  text-align: center;
}
.modal_examples form .buttons .btn a {
  text-transform: uppercase;
  color: inherit;
  text-decoration: none;
  display: inline-block;
  padding: 10px 0 0 0;
  width: 100%;
  height: 100%;
}
.modal_examples form .buttons .btn.flat {
  background: none;
  border: 2px solid #B6C0C8;
  text-align: center;
  min-width: 184px;
  height: 34px;
  font-weight: bold;
  font-size: 15px;
  color: #8D9EAB;
}
.modal_examples form .buttons .btn.round {
  background: -webkit-gradient(linear, left top, left bottom, from(#ffeb40), to(#ffcb40));
  background: linear-gradient(#ffeb40, #ffcb40);
  border: 2px solid #F9ECA5;
  -webkit-box-shadow: 0 4px 13px rgba(0, 0, 0, 0.3);
  box-shadow: 0 4px 13px rgba(0, 0, 0, 0.3);
  border-radius: 50px;
  border-bottom-color: #FED352;
  border-right-color: #FBE07F;
  border-left-color: #FADE81;
  font-size: 15px;
  color: #28314C;
  text-transform: uppercase;
  text-align: center;
  padding: 5px 0 0 0;
  cursor: pointer;
  width: 204px;
  height: 34px;
}
.modal_examples form .buttons .btn.round:hover {
  background: -webkit-gradient(linear, left bottom, left top, from(#ffeb40), to(#ffcb40));
  background: linear-gradient(to top, #ffeb40, #ffcb40);
}
.modal_examples form .buttons .btn.arrow {
  background: url(../img/icon_btn_arrow.png) 179px center no-repeat, -webkit-gradient(linear, left top, left bottom, from(#ffeb40), to(#ffcb40));
  background: url(../img/icon_btn_arrow.png) 179px center no-repeat, linear-gradient(#ffeb40, #ffcb40);
  text-align: left;
  padding: 10px 0 0 17px;
}
.modal_examples form .buttons .btn.arrow:hover {
  background: url(../img/icon_btn_arrow.png) 179px center no-repeat, -webkit-gradient(linear, left bottom, left top, from(#ffeb40), to(#ffcb40));
  background: url(../img/icon_btn_arrow.png) 179px center no-repeat, linear-gradient(to top, #ffeb40, #ffcb40);
}
.modal_examples form .buttons .btn.medium {
  letter-spacing: 1.7px;
  text-transform: uppercase;
  font-family: inherit;
  font-weight: bold;
  height: 40px;
  border-radius: 5px;
  width: 200px;
  border: none;
}
.modal_examples form .buttons input[type='submit'] {
  border-radius: 4px;
  background: -webkit-gradient(linear, left top, left bottom, from(#ffeb40), to(#ffcb40));
  background: linear-gradient(#ffeb40, #ffcb40);
  border: 2px solid #F9ECA5;
  -webkit-box-shadow: 0 4px 13px rgba(0, 0, 0, 0.3);
  box-shadow: 0 4px 13px rgba(0, 0, 0, 0.3);
  border-radius: 50px;
  border-bottom-color: #FED352;
  border-right-color: #FBE07F;
  border-left-color: #FADE81;
  font-size: 15px;
  color: #28314C;
  text-transform: uppercase;
  padding: 5px 0 0 0;
  cursor: pointer;
  width: 204px;
  height: 34px;
  padding: 4px 0 0 0;
  text-align: center;
  display: inline-block;
  height: 38px;
  font-weight: bold;
  -webkit-box-shadow: none;
  box-shadow: none;
  text-shadow: none;
  border: none;
}
.modal_examples form .buttons input[type='submit'] a {
  text-transform: uppercase;
  color: inherit;
  text-decoration: none;
  display: inline-block;
  padding: 10px 0 0 0;
  width: 100%;
  height: 100%;
}
.modal_examples form .buttons input[type='submit']:hover {
  background: -webkit-gradient(linear, left bottom, left top, from(#ffeb40), to(#ffcb40));
  background: linear-gradient(to top, #ffeb40, #ffcb40);
}
.modal_examples form .buttons input[type='submit'].flat {
  background: none;
  border: 2px solid #B6C0C8;
  text-align: center;
  min-width: 184px;
  height: 34px;
  font-weight: bold;
  font-size: 15px;
  color: #8D9EAB;
}
.modal_examples form .buttons input[type='submit'].round {
  background: -webkit-gradient(linear, left top, left bottom, from(#ffeb40), to(#ffcb40));
  background: linear-gradient(#ffeb40, #ffcb40);
  border: 2px solid #F9ECA5;
  -webkit-box-shadow: 0 4px 13px rgba(0, 0, 0, 0.3);
  box-shadow: 0 4px 13px rgba(0, 0, 0, 0.3);
  border-radius: 50px;
  border-bottom-color: #FED352;
  border-right-color: #FBE07F;
  border-left-color: #FADE81;
  font-size: 15px;
  color: #28314C;
  text-transform: uppercase;
  text-align: center;
  padding: 5px 0 0 0;
  cursor: pointer;
  width: 204px;
  height: 34px;
}
.modal_examples form .buttons input[type='submit'].round:hover {
  background: -webkit-gradient(linear, left bottom, left top, from(#ffeb40), to(#ffcb40));
  background: linear-gradient(to top, #ffeb40, #ffcb40);
}
.modal_examples form .buttons input[type='submit'].arrow {
  background: url(../img/icon_btn_arrow.png) 179px center no-repeat, -webkit-gradient(linear, left top, left bottom, from(#ffeb40), to(#ffcb40));
  background: url(../img/icon_btn_arrow.png) 179px center no-repeat, linear-gradient(#ffeb40, #ffcb40);
  text-align: left;
  padding: 10px 0 0 17px;
}
.modal_examples form .buttons input[type='submit'].arrow:hover {
  background: url(../img/icon_btn_arrow.png) 179px center no-repeat, -webkit-gradient(linear, left bottom, left top, from(#ffeb40), to(#ffcb40));
  background: url(../img/icon_btn_arrow.png) 179px center no-repeat, linear-gradient(to top, #ffeb40, #ffcb40);
}
.modal_examples form .buttons input[type='submit'].medium {
  letter-spacing: 1.7px;
  text-transform: uppercase;
  font-family: inherit;
  font-weight: bold;
  height: 40px;
  border-radius: 5px;
  width: 200px;
  border: none;
}
.modal_examples form .uss_form_item {
  margin: 0 0 20px 0;
}
.modal_examples form .uss_form_item.hnpot {
  display: none;
}
.modal_seo {
  display: none;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 999;
  background: rgba(31, 41, 66, 0.6);
}
.modal_seo form {
  text-align: left;
  width: 345px;
  margin: 0 auto;
}
.modal_seo form .group .fc_item {
  margin: 0 0 20px 0;
  max-width: 345px;
}
.modal_seo form .group .fc_item * {
  font-family: inherit;
}
.modal_seo form .group .fc_item .elem_item {
  width: 100%;
}
.modal_seo form .group .fc_item .elem_item textarea {
  text-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: #fff;
  height: 36px;
  width: 100%;
  color: #8D9EAB;
  padding: 0 0 0 9px;
  font-size: 15px;
  outline: none;
  resize: none;
  border-radius: 4px;
  text-align: left;
  font-weight: normal;
  border: 1px solid #FFF;
  overflow: hidden;
  height: 46px;
  padding: 9px 0 0 9px;
}
.modal_seo form .group .fc_item .elem_item input {
  text-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: #fff;
  height: 36px;
  width: 100%;
  color: #8D9EAB;
  padding: 0 0 0 9px;
  font-size: 15px;
  outline: none;
  resize: none;
  border-radius: 4px;
  text-align: left;
  font-weight: normal;
  border: 1px solid #FFF;
  overflow: hidden;
}
.modal_seo form .group .fc_item .elem_item textarea.error {
  border: 1px solid red;
}
.modal_seo form .group .fc_item .elem_item input.error {
  border: 1px solid red;
}
.modal_seo form .group .fc_item .telephone_class {
  width: 100%;
  display: inline-block;
  vertical-align: middle;
}
.modal_seo form .group .fc_item .telephone_class * {
  font-family: inherit;
}
.modal_seo form .group .fc_item .email_class {
  width: 100%;
  display: inline-block;
  vertical-align: middle;
}
.modal_seo form .group .fc_item .email_class * {
  font-family: inherit;
}
.modal_seo form .group .fc_item.fc_item_21735_1_4 {
  width: 100%;
  display: inline-block;
  vertical-align: middle;
}
.modal_seo form .group .fc_item.fc_item_21735_1_4 * {
  font-family: inherit;
}
.modal_seo form .group .fc_item.fc_item_21735_1_3 {
  width: 100%;
  display: inline-block;
  vertical-align: middle;
}
.modal_seo form .group .fc_item.fc_item_21735_1_3 * {
  font-family: inherit;
}
.modal_seo form .uss_form_submit {
  width: 100%;
  display: inline-block;
  text-align: center;
}
.modal_seo form .uss_form_submit .btn {
  border-radius: 4px;
  display: inline-block;
  text-align: center;
}
.modal_seo form .uss_form_submit .btn a {
  text-transform: uppercase;
  color: inherit;
  text-decoration: none;
  display: inline-block;
  padding: 10px 0 0 0;
  width: 100%;
  height: 100%;
}
.modal_seo form .uss_form_submit .btn.flat {
  background: none;
  border: 2px solid #B6C0C8;
  text-align: center;
  min-width: 184px;
  height: 34px;
  font-weight: bold;
  font-size: 15px;
  color: #8D9EAB;
}
.modal_seo form .uss_form_submit .btn.round {
  background: -webkit-gradient(linear, left top, left bottom, from(#ffeb40), to(#ffcb40));
  background: linear-gradient(#ffeb40, #ffcb40);
  border: 2px solid #F9ECA5;
  -webkit-box-shadow: 0 4px 13px rgba(0, 0, 0, 0.3);
  box-shadow: 0 4px 13px rgba(0, 0, 0, 0.3);
  border-radius: 50px;
  border-bottom-color: #FED352;
  border-right-color: #FBE07F;
  border-left-color: #FADE81;
  font-size: 15px;
  color: #28314C;
  text-transform: uppercase;
  text-align: center;
  padding: 5px 0 0 0;
  cursor: pointer;
  width: 204px;
  height: 34px;
}
.modal_seo form .uss_form_submit .btn.round:hover {
  background: -webkit-gradient(linear, left bottom, left top, from(#ffeb40), to(#ffcb40));
  background: linear-gradient(to top, #ffeb40, #ffcb40);
}
.modal_seo form .uss_form_submit .btn.arrow {
  background: url(../img/icon_btn_arrow.png) 179px center no-repeat, -webkit-gradient(linear, left top, left bottom, from(#ffeb40), to(#ffcb40));
  background: url(../img/icon_btn_arrow.png) 179px center no-repeat, linear-gradient(#ffeb40, #ffcb40);
  text-align: left;
  padding: 10px 0 0 17px;
}
.modal_seo form .uss_form_submit .btn.arrow:hover {
  background: url(../img/icon_btn_arrow.png) 179px center no-repeat, -webkit-gradient(linear, left bottom, left top, from(#ffeb40), to(#ffcb40));
  background: url(../img/icon_btn_arrow.png) 179px center no-repeat, linear-gradient(to top, #ffeb40, #ffcb40);
}
.modal_seo form .uss_form_submit .btn.medium {
  letter-spacing: 1.7px;
  text-transform: uppercase;
  font-family: inherit;
  font-weight: bold;
  height: 40px;
  border-radius: 5px;
  width: 200px;
  border: none;
}
.modal_seo form .uss_form_submit input[type='submit'] {
  border-radius: 4px;
  background: -webkit-gradient(linear, left top, left bottom, from(#ffeb40), to(#ffcb40));
  background: linear-gradient(#ffeb40, #ffcb40);
  border: 2px solid #F9ECA5;
  -webkit-box-shadow: 0 4px 13px rgba(0, 0, 0, 0.3);
  box-shadow: 0 4px 13px rgba(0, 0, 0, 0.3);
  border-radius: 50px;
  border-bottom-color: #FED352;
  border-right-color: #FBE07F;
  border-left-color: #FADE81;
  font-size: 15px;
  color: #28314C;
  text-transform: uppercase;
  padding: 5px 0 0 0;
  cursor: pointer;
  width: 204px;
  height: 34px;
  padding: 4px 0 0 0;
  text-align: center;
  display: inline-block;
  height: 38px;
  font-weight: bold;
  -webkit-box-shadow: none;
  box-shadow: none;
  text-shadow: none;
  border: none;
}
.modal_seo form .uss_form_submit input[type='submit'] a {
  text-transform: uppercase;
  color: inherit;
  text-decoration: none;
  display: inline-block;
  padding: 10px 0 0 0;
  width: 100%;
  height: 100%;
}
.modal_seo form .uss_form_submit input[type='submit']:hover {
  background: -webkit-gradient(linear, left bottom, left top, from(#ffeb40), to(#ffcb40));
  background: linear-gradient(to top, #ffeb40, #ffcb40);
}
.modal_seo form .uss_form_submit input[type='submit'].flat {
  background: none;
  border: 2px solid #B6C0C8;
  text-align: center;
  min-width: 184px;
  height: 34px;
  font-weight: bold;
  font-size: 15px;
  color: #8D9EAB;
}
.modal_seo form .uss_form_submit input[type='submit'].round {
  background: -webkit-gradient(linear, left top, left bottom, from(#ffeb40), to(#ffcb40));
  background: linear-gradient(#ffeb40, #ffcb40);
  border: 2px solid #F9ECA5;
  -webkit-box-shadow: 0 4px 13px rgba(0, 0, 0, 0.3);
  box-shadow: 0 4px 13px rgba(0, 0, 0, 0.3);
  border-radius: 50px;
  border-bottom-color: #FED352;
  border-right-color: #FBE07F;
  border-left-color: #FADE81;
  font-size: 15px;
  color: #28314C;
  text-transform: uppercase;
  text-align: center;
  padding: 5px 0 0 0;
  cursor: pointer;
  width: 204px;
  height: 34px;
}
.modal_seo form .uss_form_submit input[type='submit'].round:hover {
  background: -webkit-gradient(linear, left bottom, left top, from(#ffeb40), to(#ffcb40));
  background: linear-gradient(to top, #ffeb40, #ffcb40);
}
.modal_seo form .uss_form_submit input[type='submit'].arrow {
  background: url(../img/icon_btn_arrow.png) 179px center no-repeat, -webkit-gradient(linear, left top, left bottom, from(#ffeb40), to(#ffcb40));
  background: url(../img/icon_btn_arrow.png) 179px center no-repeat, linear-gradient(#ffeb40, #ffcb40);
  text-align: left;
  padding: 10px 0 0 17px;
}
.modal_seo form .uss_form_submit input[type='submit'].arrow:hover {
  background: url(../img/icon_btn_arrow.png) 179px center no-repeat, -webkit-gradient(linear, left bottom, left top, from(#ffeb40), to(#ffcb40));
  background: url(../img/icon_btn_arrow.png) 179px center no-repeat, linear-gradient(to top, #ffeb40, #ffcb40);
}
.modal_seo form .uss_form_submit input[type='submit'].medium {
  letter-spacing: 1.7px;
  text-transform: uppercase;
  font-family: inherit;
  font-weight: bold;
  height: 40px;
  border-radius: 5px;
  width: 200px;
  border: none;
}
.modal_seo form .buttons {
  width: 100%;
  display: inline-block;
  text-align: center;
}
.modal_seo form .buttons .btn {
  border-radius: 4px;
  display: inline-block;
  text-align: center;
}
.modal_seo form .buttons .btn a {
  text-transform: uppercase;
  color: inherit;
  text-decoration: none;
  display: inline-block;
  padding: 10px 0 0 0;
  width: 100%;
  height: 100%;
}
.modal_seo form .buttons .btn.flat {
  background: none;
  border: 2px solid #B6C0C8;
  text-align: center;
  min-width: 184px;
  height: 34px;
  font-weight: bold;
  font-size: 15px;
  color: #8D9EAB;
}
.modal_seo form .buttons .btn.round {
  background: -webkit-gradient(linear, left top, left bottom, from(#ffeb40), to(#ffcb40));
  background: linear-gradient(#ffeb40, #ffcb40);
  border: 2px solid #F9ECA5;
  -webkit-box-shadow: 0 4px 13px rgba(0, 0, 0, 0.3);
  box-shadow: 0 4px 13px rgba(0, 0, 0, 0.3);
  border-radius: 50px;
  border-bottom-color: #FED352;
  border-right-color: #FBE07F;
  border-left-color: #FADE81;
  font-size: 15px;
  color: #28314C;
  text-transform: uppercase;
  text-align: center;
  padding: 5px 0 0 0;
  cursor: pointer;
  width: 204px;
  height: 34px;
}
.modal_seo form .buttons .btn.round:hover {
  background: -webkit-gradient(linear, left bottom, left top, from(#ffeb40), to(#ffcb40));
  background: linear-gradient(to top, #ffeb40, #ffcb40);
}
.modal_seo form .buttons .btn.arrow {
  background: url(../img/icon_btn_arrow.png) 179px center no-repeat, -webkit-gradient(linear, left top, left bottom, from(#ffeb40), to(#ffcb40));
  background: url(../img/icon_btn_arrow.png) 179px center no-repeat, linear-gradient(#ffeb40, #ffcb40);
  text-align: left;
  padding: 10px 0 0 17px;
}
.modal_seo form .buttons .btn.arrow:hover {
  background: url(../img/icon_btn_arrow.png) 179px center no-repeat, -webkit-gradient(linear, left bottom, left top, from(#ffeb40), to(#ffcb40));
  background: url(../img/icon_btn_arrow.png) 179px center no-repeat, linear-gradient(to top, #ffeb40, #ffcb40);
}
.modal_seo form .buttons .btn.medium {
  letter-spacing: 1.7px;
  text-transform: uppercase;
  font-family: inherit;
  font-weight: bold;
  height: 40px;
  border-radius: 5px;
  width: 200px;
  border: none;
}
.modal_seo form .buttons input[type='submit'] {
  border-radius: 4px;
  background: -webkit-gradient(linear, left top, left bottom, from(#ffeb40), to(#ffcb40));
  background: linear-gradient(#ffeb40, #ffcb40);
  border: 2px solid #F9ECA5;
  -webkit-box-shadow: 0 4px 13px rgba(0, 0, 0, 0.3);
  box-shadow: 0 4px 13px rgba(0, 0, 0, 0.3);
  border-radius: 50px;
  border-bottom-color: #FED352;
  border-right-color: #FBE07F;
  border-left-color: #FADE81;
  font-size: 15px;
  color: #28314C;
  text-transform: uppercase;
  padding: 5px 0 0 0;
  cursor: pointer;
  width: 204px;
  height: 34px;
  padding: 4px 0 0 0;
  text-align: center;
  display: inline-block;
  height: 38px;
  font-weight: bold;
  -webkit-box-shadow: none;
  box-shadow: none;
  text-shadow: none;
  border: none;
}
.modal_seo form .buttons input[type='submit'] a {
  text-transform: uppercase;
  color: inherit;
  text-decoration: none;
  display: inline-block;
  padding: 10px 0 0 0;
  width: 100%;
  height: 100%;
}
.modal_seo form .buttons input[type='submit']:hover {
  background: -webkit-gradient(linear, left bottom, left top, from(#ffeb40), to(#ffcb40));
  background: linear-gradient(to top, #ffeb40, #ffcb40);
}
.modal_seo form .buttons input[type='submit'].flat {
  background: none;
  border: 2px solid #B6C0C8;
  text-align: center;
  min-width: 184px;
  height: 34px;
  font-weight: bold;
  font-size: 15px;
  color: #8D9EAB;
}
.modal_seo form .buttons input[type='submit'].round {
  background: -webkit-gradient(linear, left top, left bottom, from(#ffeb40), to(#ffcb40));
  background: linear-gradient(#ffeb40, #ffcb40);
  border: 2px solid #F9ECA5;
  -webkit-box-shadow: 0 4px 13px rgba(0, 0, 0, 0.3);
  box-shadow: 0 4px 13px rgba(0, 0, 0, 0.3);
  border-radius: 50px;
  border-bottom-color: #FED352;
  border-right-color: #FBE07F;
  border-left-color: #FADE81;
  font-size: 15px;
  color: #28314C;
  text-transform: uppercase;
  text-align: center;
  padding: 5px 0 0 0;
  cursor: pointer;
  width: 204px;
  height: 34px;
}
.modal_seo form .buttons input[type='submit'].round:hover {
  background: -webkit-gradient(linear, left bottom, left top, from(#ffeb40), to(#ffcb40));
  background: linear-gradient(to top, #ffeb40, #ffcb40);
}
.modal_seo form .buttons input[type='submit'].arrow {
  background: url(../img/icon_btn_arrow.png) 179px center no-repeat, -webkit-gradient(linear, left top, left bottom, from(#ffeb40), to(#ffcb40));
  background: url(../img/icon_btn_arrow.png) 179px center no-repeat, linear-gradient(#ffeb40, #ffcb40);
  text-align: left;
  padding: 10px 0 0 17px;
}
.modal_seo form .buttons input[type='submit'].arrow:hover {
  background: url(../img/icon_btn_arrow.png) 179px center no-repeat, -webkit-gradient(linear, left bottom, left top, from(#ffeb40), to(#ffcb40));
  background: url(../img/icon_btn_arrow.png) 179px center no-repeat, linear-gradient(to top, #ffeb40, #ffcb40);
}
.modal_seo form .buttons input[type='submit'].medium {
  letter-spacing: 1.7px;
  text-transform: uppercase;
  font-family: inherit;
  font-weight: bold;
  height: 40px;
  border-radius: 5px;
  width: 200px;
  border: none;
}
.modal_seo form .uss_form_item {
  margin: 0 0 20px 0;
}
.modal_seo form .uss_form_item.hnpot {
  display: none;
}
.modal_wrap {
  background: url(../img/bg_dotted.jpg) 0 0 repeat;
  padding: 32px 30px 41px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border: 3px solid #7B84A2;
}
.modal_wrap .close {
  position: absolute;
  right: 10px;
  top: 10px;
  width: 13px;
  height: 13px;
  display: block;
  background: url(../img/close.png) center no-repeat;
  cursor: pointer;
}
.modal_wrap .title {
  font-size: 25px;
  font-weight: bold;
  display: block;
  text-align: center;
  margin: 0 0 10px 0;
  color: #F5F5F5;
}
.modal_wrap > .text {
  font-size: 15px;
  font-weight: bold;
  color: #7B84A2;
  display: block;
  text-align: center;
  margin-bottom: 20px;
  line-height: 1.8;
}
.block.sales_department .inner .title_sub {
  margin-bottom: 26px !important;
}
.block.review .inner {
  padding-bottom: 59px !important;
  padding-top: 48px !important;
}
.block.review .inner .title_block {
  margin-bottom: 26px !important;
}
.block.people_work .inner {
  padding-bottom: 34px !important;
}
.block.result .inner {
  padding-bottom: 37px !important;
}
.prices.with_accordion .title_sub.type1 {
  display: block;
  font-size: 15px;
  letter-spacing: 0;
  color: #686b72;
}
.prices.with_accordion .title_sub.type1 p {
  margin: 7px 0;
}
.prices.with_accordion .works_selection {
  background-color: #f5f7fb;
  margin: 45px -54px 55px;
  padding: 25px 54px;
  color: #28314c;
}
.prices.with_accordion.mp_steps_work .works_selection {
  margin-top: 0;
  margin-bottom: 0;
}
.prices.with_accordion .works_selection > p {
  color: #2d3039;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 3px;
  text-align: center;
  margin-top: 0;
}
.prices.with_accordion .works_selection .table {
  width: 100%;
  display: table;
}
.prices.with_accordion .works_selection .td {
  display: table-cell;
}
.prices.with_accordion .works_selection li {
  font-size: 13px;
  line-height: 1.8;
}
.prices.with_accordion .prices_blocks {
  padding: 0;
  font-size: 0;
}
.prices.with_accordion .prices_blocks .price_block {
  width: 49.7%;
  position: relative;
  font-size: 15px;
  padding: 40px 32px 30px;
}
.prices.with_accordion .prices_blocks .price_block .line1 {
  font: bold 18px/1.2 'OpenSans';
  text-transform: uppercase;
  padding: 0;
}
.prices.with_accordion .prices_blocks .price_block .line1 span {
  display: block;
  font-size: 15px;
  margin-bottom: 6px;
}
.prices.with_accordion .prices_blocks .price_block .line2 {
  font: 15px/1.7 "OpenSans";
  font-weight: 300;
  padding: 24px 0 18px;
  margin: 0;
  overflow: hidden;
}
.prices.with_accordion .prices_blocks .price_block .line3 {
  font: bold 11px 'OpenSans';
  text-transform: uppercase;
  color: #3b3860;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
  padding: 0;
  margin: 10px 30px 10px 0;
}
.prices.with_accordion .prices_blocks .price_block .line3 .price {
  display: block;
  font-size: 20px;
}
.prices.with_accordion .prices_blocks .price_block .line4 {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
  position: relative;
  width: auto;
  height: auto;
  padding: 0;
  margin: 10px 0;
}
.prices.with_accordion .prices_blocks .price_block .line4 span {
  display: block;
  background: #EE0000;
  background: -webkit-gradient(linear, left top, left bottom, from(#ee0000), to(#c40000));
  background: linear-gradient(to bottom, #ee0000 0%, #c40000 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#EE0000', endColorstr='#C40000', GradientType=0);
  padding: 10px 20px;
  text-align: center;
  border-radius: 5px;
  -webkit-box-shadow: 0 2px 5px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 5px 2px rgba(0, 0, 0, 0.2);
  font-size: 15px;
  color: #fff;
}
.prices.with_accordion .prices_blocks .price_block .line4 span:hover {
  background: #C40000;
  background: -webkit-gradient(linear, left top, left bottom, from(#c40000), to(#ee0000));
  background: linear-gradient(to bottom, #c40000 0%, #ee0000 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#C40000', endColorstr='#EE0000', GradientType=0);
}
.prices.with_accordion .prices_blocks .price_block.purple {
  margin-right: 0.6%;
}
.prices.with_accordion .line2 ul {
  width: 466px;
  list-style-type: none;
  margin: 32px 0;
}
.prices.with_accordion .line2 li {
  margin-bottom: 10px;
  line-height: 1.7;
}
.prices.with_accordion .line2 li span {
  display: block;
  font: 18px 'OpenSans';
  text-transform: uppercase;
}
.prices.with_accordion .price_block .line3 .price span {
  display: inline-block;
  line-height: 0.5;
}
.prices.with_accordion .note_text {
  color: #686b72;
  text-align: center;
  margin: 50px 0 20px;
}
.prices.with_accordion .note_text p {
  margin: 10px 0;
}
.prices.with_accordion .note_text_title {
  text-transform: uppercase;
}
.prices.with_accordion .note_text_title span {
  color: #1492f1;
}
.mainpage .advatages_icons,
.optimization_page .advatages_icons {
  background: #001940;
  color: #fff;
}
.optimization_page .examples .block_content .slides .slide .caption .row.srok .right .sitename {
  background: #0C7ADC;
}
.optimization_page .result.block.type2 .title_sub.type2 span {
  border-color: #775991;
}
.optimization_page .result.block.type2 .block_content {
  background-image: url(../img/bg_result_purple.png);
}
.optimization_page .contacts_block .contacts p .big_site_link {
  background: #775991;
}
.advertising_page .slide_desc {
  position: relative;
  color: #fff;
  padding: 50px;
}
.advertising_page .slide_desc img {
  position: absolute;
  left: 0;
  top: 0;
}
.advertising_page .slide_desc .slide_title h1 {
  font: inherit;
  margin: 0;
}
.advertising_page .slide_desc .slide_title {
  position: relative;
  text-transform: uppercase;
  font-size: 36px;
  line-height: 1.1;
  margin-bottom: 15px;
}
.advertising_page .slide_desc .slide_text {
  position: relative;
  font-size: 18px;
}
.advertising_page .advatages_icons .adv_ico_1 .item {
  vertical-align: top;
}
.advertising_page .advatages_icons .adv_ico_2 .adv_ico_td {
  padding-right: 0;
  background-image: url("../img/promo_tick_promo.png");
}
.advertising_page .prices .title_block {
  letter-spacing: 1px;
}
.advertising_page .prices .title_block span {
  display: block;
  font-size: 15px;
  letter-spacing: 2px;
  margin-top: 13px;
}
.advertising_page .prices .table {
  display: table;
  text-align: center;
  width: 100%;
  padding-left: 35px;
  margin-top: 50px;
}
.advertising_page .prices .table p {
  line-height: 1.8;
  color: #686b72;
}
.advertising_page .prices .td {
  display: table-cell;
  vertical-align: top;
  padding: 0 30px;
}
.advertising_page .prices .td:nth-child(2) {
  padding: 0 0 0 65px;
}
.advertising_page .prices .td .img {
  margin-bottom: 25px;
}
.advertising_page .prices .call_me {
  text-align: center;
  margin-top: 25px;
}
.advertising_page .prices .call_me a {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  background-color: #EE0000;
  font: bold 36px 'OpenSans';
  color: #fff;
  padding: 11px 45px 18px;
  text-decoration: none;
}
.advertising_page .prices .call_me a:hover {
  background-color: #C40000;
}
.advertising_page .adv_price_title {
  font: bold 28px 'OpenSans';
  color: #3b3860;
  margin-bottom: 23px;
}
.advertising_page .adv_price_title span {
  font-size: 40px;
}
.advertising_page .for_title {
  font-size: 25px;
  font-weight: bold;
  line-height: 1.6;
  margin-bottom: 27px;
  text-transform: uppercase;
  color: #fff;
}
.advertising_page .for_text {
  color: #b6baca;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
}
.advertising_page .consist .items .item:nth-of-type(4) {
  margin-bottom: 0;
}
.advertising_page .consist .items .item:nth-of-type(5) {
  margin-bottom: 0;
}
.advertising_page .consist .items .item:nth-of-type(6) {
  margin-bottom: 0;
}
.advertising_page .people_work.block.type1 .block_content.items .item {
  margin-bottom: 7px;
}
.advertising_page .result.block.type2 .title_sub.type2 span {
  border-color: #12c590;
}
.advertising_page .result.block.type2 .block_content {
  background-image: url(../img/bg_result_green.png);
}
.advertising_page .contacts_block .contacts p .big_site_link {
  background: #12c590;
}
.about_page .slide_desc {
  position: relative;
  color: #fff;
  padding: 50px;
}
.about_page .slide_desc img {
  position: absolute;
  left: 0;
  top: 0;
}
.about_page .slide_desc .slide_title {
  position: relative;
  text-transform: uppercase;
  font-size: 58.6px;
  line-height: 0.95;
  margin-bottom: 15px;
}
.about_page .slide_desc .slide_text {
  position: relative;
  font-size: 23px;
  line-height: 1.1;
}
.about_page .adv_ico_2 .adv_ico_td {
  background-image: url("../img/about_tick.png");
}
.advertising_page.target_adv .adv_ico_2 .adv_ico_td {
  background-image: url("../img/target_tick.png");
}
.advertising_page.target_adv .result.block.type2 .title_sub.type2 span {
  border-color: #ff9460;
}
.advertising_page.target_adv .result.block.type2 .block_content {
  background-image: url(../img/bg_result_orange.png);
}
.advertising_page.target_adv .contacts_block .contacts p .big_site_link {
  background: #ff9460;
}
.about_page.white_bg .advance.block.type1 {
  background: #fff;
  color: #686b72;
}
.about_page.white_bg .advance.block.type1 .title_block {
  color: #28314c;
}
.policy_block {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  background: #FFFFFF;
  border-top: 1px solid rgba(0, 0, 0, 0.26);
  z-index: 1000;
  font-size: 15px;
  font-family: 'OpenSans';
}
.policy_block .policy_wrap {
  width: 1107px;
  padding: 20px 0;
  margin: 0 auto;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.policy_block .left {
  -moz-flex: 1 auto;
  -ms-flex: 1 auto;
  -o-flex: 1 auto;
  -webkit-box-flex: 1;
  flex: 1 auto;
  padding-right: 25px;
}
.policy_block .right {
  -moz-flex: 1 auto;
  -ms-flex: 1 auto;
  -o-flex: 1 auto;
  -webkit-box-flex: 1;
  flex: 1 auto;
  text-align: right;
}
.policy_block .btn {
  border-radius: 50px;
  background: #0B7ADC;
  color: #fff;
  text-align: center;
  cursor: pointer;
  display: inline-block;
  font-size: 15px;
  line-height: 42px;
  padding: 0 42px;
  text-transform: uppercase;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  text-shadow: none;
  font-family: inherit;
}
.policy_block .btn:hover {
  background: -webkit-gradient(linear, left bottom, left top, from(#ffeb40), to(#ffcb40));
  background: linear-gradient(to top, #ffeb40, #ffcb40);
  color: #28314C;
}
.policy_block.hide {
  display: none;
}
.policy_block p {
  display: inline;
  margin: 0;
}
.fc_form_tml form .group .fc_item.fc_outputOnly .outputonly {
  font-size: 15px;
  width: 100%;
}
.modal_wrap .fc_item.fc_outputOnly {
  width: 100%;
}
.modal_wrap .fc_item.fc_outputOnly .outputonly,
.modal .fc_item.fc_outputOnly .outputonly {
  color: #b6baca;
  text-align: center;
  width: 100% !important;
  font-size: 15px;
}
#user_confirm_city {
  line-height: 57px;
  background-color: #eef1f7;
  position: relative;
}
#user_confirm_city a {
  border-bottom: 1px dashed #282828;
  margin-left: 15px;
  cursor: pointer;
}
#user_confirm_city a.close {
  width: 23px;
  display: block;
  height: 21px;
  background: url(../img/close.png) no-repeat center;
  margin-left: 10px;
  border-bottom: none;
  position: absolute;
  right: 0px;
  top: 20px;
  background-color: #283149;
  padding: 4px;
}
.nblock .inner {
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 38px !important;
}
.nblock .h3 {
  margin-bottom: 59px;
  font-size: 36px;
  text-align: center;
}
.nblock p {
  margin: 0;
}
.nblock p + p {
  margin-top: 15px;
}
.why-seo .inner {
  padding-bottom: 18px;
}
.why-seo .h3,
h2 {
  width: 100%;
  font-size: 40px;
  color: #28314c;
  font-weight: 600;
  text-align: center;
  margin: 0 0 59px 0;
}
.why-seo .blocks {
  padding-left: 40px;
  padding-right: 40px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  row-gap: 20px;
  width: 100%;
  display: block;
}
.why-seo .block {
  width: 285px;
  max-width: calc((100% - 20px) / 3);
  text-align: center;
}
.why-seo .image {
  width: 100px;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
}
.why-seo .image img {
  display: block;
  margin: 0 auto;
}
.why-seo .caption {
  color: #2D3449;
  font-size: 18px;
  line-height: 1.25;
}
.why-seo .slick-arrow {
  width: 30px;
  height: 30px;
}
.why-seo .slick-arrow.slick-prev {
  left: 0;
  background: url('../img/slick-prev.png') center no-repeat;
}
.why-seo .slick-arrow.slick-next {
  right: 0;
  background: url('../img/slick-next.png') center no-repeat;
}
.why-seo-extra .inner {
  padding-bottom: 62px;
}
.why-seo-extra .h3 {
  font-size: 26px;
  font-weight: bold;
  text-align: center;
  margin: 0 0 13px 0;
  line-height: 1;
}
.why-seo-extra .text {
  text-align: center;
  font-size: 17px;
}
.main-services .inner {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}
.main-services .items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 18px;
  color: #808080;
}
.main-services .items p {
  margin: 0;
}
.main-services .items .item {
  -webkit-box-flex: 1;
      -ms-flex: 1 auto;
          flex: 1 auto;
  background: #EBEBEB;
  padding-left: 29px;
  padding-top: 26px;
  padding-right: 3%;
  width: 100%;
  height: 445px;
  position: relative;
}
.main-services .items .item:after {
  content: '';
  width: 159px;
  height: 122px;
  display: block;
  background: url('../img/ms-1.png') right bottom no-repeat;
  position: absolute;
  right: 0;
  bottom: 0;
  opacity: 0.3;
}
.main-services .items .item:nth-of-type(1):after {
  background-image: url('../img/ms-1.png');
}
.main-services .items .item:nth-of-type(2):after {
  background-image: url('../img/ms-2.png');
}
.main-services .items .item:nth-of-type(3):after {
  background-image: url('../img/ms-3.png');
}
.main-services .items .item:nth-of-type(4):after {
  background-image: url('../img/ms-4.png');
}
.main-services .items .item:hover {
  color: #fff;
  background-color: #001940;
}
.main-services .items .item:hover:after {
  opacity: 1;
}
.main-services .items .item:hover .title {
  color: #fff;
}
.main-services .items .item:hover a.more {
  display: inline-block;
  margin-left: -2px;
}
.main-services .items .item:hover .caption {
  padding-left: 6px;
}
.main-services .items .title {
  font-size: 24px;
  color: #000;
  line-height: 1.17;
  margin-bottom: 23px;
}
.main-services .items .title span {
  font-size: 36px;
  display: block;
}
.main-services .items .text {
  line-height: 1.25;
  margin-bottom: 12px;
}
.main-services .items .item:not(:hover) .text {
  color: #2d3449;
}
.main-services .items .item:not(:hover) .caption p:first-child {
  color: #000;
}
.main-services .items .caption {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.main-services .items .caption p:first-child {
  font-size: 24px;
}
.main-services .items a.more {
  display: none;
  text-decoration: none;
  border: 3px solid #F8D305;
  color: #F8D305;
  border-radius: 5px;
  letter-spacing: 0.5px;
  padding: 12px 12px 13px 21px;
  margin: 18px 0 0 0;
}
.main-services .items a.more:hover {
  background: #F8D305;
  color: #212121;
}
.seo-features .inner,
.audit-features .inner {
  padding-top: 48px !important;
  padding-bottom: 73px;
}
.seo-features .h3,
.audit-features .h3 {
  width: 100%;
  font-size: 44px;
  color: #28314c;
  font-weight: 500;
  text-align: center;
  margin-bottom: 62px;
}
.seo-features .items,
.audit-features .items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-left: 40px;
  padding-right: 40px;
}
.seo-features .items .item,
.audit-features .items .item {
  width: 250px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}
.seo-features .items .item > div,
.audit-features .items .item > div {
  max-width: 100%;
}
.seo-features .items .image,
.audit-features .items .image {
  margin-bottom: 22px;
  width: 64px;
  min-width: 64px;
  height: 64px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.seo-features .items .image img,
.audit-features .items .image img {
  display: block;
  max-width: 100%;
}
.seo-features .items .title,
.audit-features .items .title {
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 10px;
}
.seo-features .items .caption,
.audit-features .items .caption {
  font-size: 15px;
  line-height: 1.45;
}
.video-block .inner {
  padding-left: 50px;
  padding-right: 50px;
  padding-top: 31px !important;
  padding-bottom: 80px;
  line-height: 1.55;
}
.video-block .h3 {
  margin-bottom: 34px;
  font-weight: normal;
}
.video-block p {
  margin: 0 0 10px 0;
}
.know-more {
  text-align: center;
  background: #EEF1F7;
  font-size: 18px;
  color: #2d3449;
}
.know-more .inner {
  padding-top: 42px;
  padding-bottom: 20px;
  padding-bottom: 43px;
}
.know-more .h3 {
  font-size: 28px;
  margin-bottom: 34px;
}
.know-more p {
  margin: 0;
}
.know-more table {
  display: block;
  margin-top: 38px;
  margin-left: 20px;
}
.know-more table tbody {
  display: block;
}
.know-more table tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.know-more table tr td {
  -webkit-box-flex: 0;
      -ms-flex: 0 auto;
          flex: 0 auto;
  font-weight: bold;
  padding-left: 43px;
  padding-right: 43px;
  font-size: 26px;
}
.know-more table tr td + td {
  border-left: 1px solid #D1D9E9;
}
.know-more table tr .callme {
  text-transform: uppercase;
  font-size: 15px;
  text-decoration: none;
  text-align: center;
  padding: 10px;
  background: -webkit-gradient(linear, left top, left bottom, from(#ffeb40), to(#ffcb40));
  background: linear-gradient(#ffeb40, #ffcb40);
  border-radius: 5px;
  display: inline-block;
  padding: 17px 45px 15px 45px;
  letter-spacing: 1.5px;
}
.know-more table tr .callme:hover {
  background: -webkit-gradient(linear, left bottom, left top, from(#ffeb40), to(#ffcb40));
  background: linear-gradient(to top, #ffeb40, #ffcb40);
}
.seo-exp .inner,
.audit-exp .inner {
  padding-bottom: 48px;
}
.seo-exp .h3,
.audit-exp .h3 {
  margin-bottom: 37px;
}
.seo-exp ul,
.audit-exp ul {
  margin: 0;
  padding: 0;
  padding-left: 41px;
  padding-right: 19px;
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-height: calc(29px * 4);
}
.seo-exp ul li,
.audit-exp ul li {
  margin: 0;
  padding: 0;
  list-style-type: none;
  font-size: 15px;
  color: #2d3449;
  width: 25%;
  height: 29px;
  position: relative;
}
.seo-exp ul li:before,
.audit-exp ul li:before {
  content: '';
  display: inline-block;
  width: 9px;
  height: 10px;
  margin-right: 15px;
  background: url('../img/seo-exp-arrow.png') center no-repeat;
}
.seo-exp ul li a,
.audit-exp ul li a {
  color: inherit;
  text-decoration: none;
}
.seo-map {
  background: url('../img/seo-map-bg.png') center no-repeat;
}
.seo-map .inner {
  min-height: 686px;
  padding-top: 0 !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.seo-map .inner > div {
  max-width: 100%;
}
.seo-map .h3 {
  margin-bottom: 80px;
}
.seo-map table {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1 auto;
          flex: 1 auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.seo-map table tbody {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0 143px;
  -webkit-box-flex: 1;
      -ms-flex: 1 auto;
          flex: 1 auto;
  padding-bottom: 32px;
}
.seo-map table tbody tr {
  display: block;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.seo-map table tbody tr:last-child {
  margin-top: auto;
}
.seo-map table tbody tr td {
  display: block;
  background: #FDFCFC;
  font-size: 15px;
  border-radius: 5px;
  -webkit-box-shadow: 1px 0 5px rgba(182, 182, 182, 0.75);
          box-shadow: 1px 0 5px rgba(182, 182, 182, 0.75);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 17px 52px 20px 34px;
  width: 335px;
}
.seo-map table tbody tr td span {
  display: block;
  width: 100%;
  font-size: 24px;
}
.seo-map table tbody tr:nth-of-type(1) td {
  margin-left: auto;
  margin-right: 19px;
}
.seo-map table tbody tr:nth-of-type(2) td {
  margin-right: auto;
}
.seo-map table tbody tr:nth-of-type(3) td {
  margin-left: auto;
  margin-right: 79px;
  margin-top: 50px;
}
.seo-map table tbody tr:nth-of-type(4) {
  margin-top: auto;
}
.seo-map table tbody tr:nth-of-type(4) td {
  margin-right: auto;
}
.seo-preview .inner {
  margin-left: 50px;
  margin-right: 50px;
  background: #eef1f7;
  border: 2px solid #767F98;
  border-radius: 10px;
  color: #2d3449;
  padding: 9px 101px 9px 104px;
  width: 1101px;
  max-width: 100%;
  margin-bottom: 84px;
}
.seo-preview p {
  margin: 0;
}
.seo-preview .h3 {
  font-size: 21px;
  font-weight: 600;
  color: #28314c;
  margin-bottom: 8px;
}
.seo-preview .download {
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  padding: 10px;
  background: -webkit-gradient(linear, left top, left bottom, from(#ffeb40), to(#ffcb40));
  background: linear-gradient(#ffeb40, #ffcb40);
  border-radius: 5px;
  display: inline-block;
  padding: 15px 27px 16px 45px;
  letter-spacing: 1px;
  font-weight: bold;
  font-size: 15px;
  white-space: nowrap;
}
.seo-preview table {
  display: block;
}
.seo-preview table tbody {
  display: block;
}
.seo-preview table tbody tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.seo-preview table tbody tr td {
  display: block;
}
.seo-preview table tbody tr td img {
  display: block;
  margin-right: 56px;
}
.seo-preview table tbody tr td:nth-of-type(2) {
  padding-right: 60px;
}
.banners-block .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-column-gap: 50px;
          column-gap: 50px;
  padding-top: 52px;
  padding-bottom: 9px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  row-gap: 51px;
}
.banners-block .inner > div > * {
  position: relative;
  z-index: 1;
}
.banners-block .inner > div > *:after {
  z-index: 0;
}
.banners-block .inner > div {
  border: 5px solid #fff;
  font-size: 17px;
  color: #2d3449;
  padding: 17px 42px 30px 46px;
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 auto;
          flex: 1 auto;
  max-width: calc((100% - 53px) / 2);
}
.banners-block .inner > div > * {
  position: relative;
}
.banners-block .inner > div:after {
  content: '';
  right: -5px;
  top: -5px;
  position: absolute;
  width: 74px;
  height: 72px;
  z-index: 0;
}
.banners-block .inner > div .h3 {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 18px;
}
.banners-block .inner > div p {
  margin: 0;
}
.banners-block .inner > div p:last-child {
  margin-top: 28px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.banners-block .inner > div a.callme {
  padding-left: 44px;
  padding-right: 42px;
  padding-top: 19px;
  padding-bottom: 20px;
  text-decoration: none;
  color: #fff;
  font-size: 15px;
  font-weight: bold;
  text-transform: uppercase;
  border-radius: 5px;
  letter-spacing: 1px;
}
.banners-block .inner > div span {
  font-size: 18px;
  color: #808080;
}
.banners-block .blue {
  border-color: #007BE0 !important;
}
.banners-block .blue:after {
  background: url('../img/banner-left-seo-image.png') 0 0 no-repeat !important;
  width: 103px !important;
  height: 119px !important;
  right: -5px !important;
}
.banners-block .blue .h3 {
  color: #007BE0 !important;
}
.banners-block .blue a.callme {
  background: -webkit-gradient(linear, left top, left bottom, from(#007be0), to(#005ca8)) !important;
  background: linear-gradient(#007be0, #005ca8) !important;
}
.banners-block .blue a.callme:hover {
  background: -webkit-gradient(linear, left bottom, left top, from(#007be0), to(#005ca8)) !important;
  background: linear-gradient(to top, #007be0, #005ca8) !important;
}
.banners-block .red {
  border-color: #FF9362 !important;
}
.banners-block .red:after {
  background: url('../img/banner-red-icon.png') 0 0 no-repeat !important;
  width: 86px !important;
  height: 81px !important;
  right: -5px !important;
}
.banners-block .red .h3 {
  color: #FF9362 !important;
}
.banners-block .red a.callme {
  background: -webkit-gradient(linear, left top, left bottom, from(#ff9362), to(#ff6d31)) !important;
  background: linear-gradient(#ff9362, #ff6d31) !important;
}
.banners-block .red a.callme:hover {
  background: -webkit-gradient(linear, left bottom, left top, from(#ff9362), to(#ff6d31)) !important;
  background: linear-gradient(to top, #ff9362, #ff6d31) !important;
}
.banners-block .teal {
  border-color: #12C590 !important;
}
.banners-block .teal:after {
  background: url('../img/banner-right-image.png') 0 0 no-repeat !important;
  width: 89px !important;
  height: 87px !important;
}
.banners-block .teal .h3 {
  color: #12c590 !important;
}
.banners-block .teal a.callme {
  background: -webkit-gradient(linear, left top, left bottom, from(#12c590), to(#10a77a)) !important;
  background: linear-gradient(#12c590, #10a77a) !important;
}
.banners-block .teal a.callme:hover {
  background: -webkit-gradient(linear, left bottom, left top, from(#12c590), to(#10a77a)) !important;
  background: linear-gradient(to top, #12c590, #10a77a) !important;
}
.banners-block .light-green {
  border-color: #74CF32 !important;
}
.banners-block .light-green:after {
  background: url('../img/banner-left-image.png') 0 0 no-repeat !important;
  width: 91px !important;
  height: 82px !important;
  right: -5px !important;
}
.banners-block .light-green .h3 {
  color: #74cf32 !important;
}
.banners-block .light-green a.callme {
  background: -webkit-gradient(linear, left top, left bottom, from(#72d233), to(#5da525)) !important;
  background: linear-gradient(#72d233, #5da525) !important;
}
.banners-block .light-green a.callme:hover {
  background: -webkit-gradient(linear, left bottom, left top, from(#72d233), to(#5da525)) !important;
  background: linear-gradient(to top, #72d233, #5da525) !important;
}
.achivments-seo .inner {
  padding-left: 55px;
  padding-right: 55px;
  padding-bottom: 40px;
}
.achivments-seo .h3 {
  margin-bottom: 45px;
}
.achivments-seo .items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  row-gap: 40px;
}
.achivments-seo .items .item {
  width: 220px;
  text-align: center;
  max-width: calc((100% - 10px) / 2);
}
.achivments-seo .items .image {
  width: 190px;
  height: 158px;
  max-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: url('../img/ach-image.png') center no-repeat;
  font-size: 20px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0 auto;
  margin-bottom: 19px;
  font-weight: bold;
  background-size: contain;
}
.achivments-seo .items .image span {
  font-size: 34px;
  display: block;
  width: 100%;
}
.achivments-seo .items .caption {
  font-size: 15px;
}
.warinty-seo {
  font-size: 18px;
  text-align: center;
}
.warinty-seo .inner {
  padding: 12px 0;
}
.warinty-seo .h3 {
  font-size: 30px;
  font-weight: bold;
}
.seo-key .inner {
  padding-bottom: 70px;
}
.seo-key .h3 {
  margin-bottom: 41px;
}
.seo-key .items {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-left: 41px;
  padding-right: 41px;
  row-gap: 45px;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.seo-key .items .item {
  position: relative;
}
.seo-key .items .item p {
  margin: 0;
}
.seo-key .items .item:after {
  content: '';
  width: 62px;
  height: 62px;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.seo-key .items .item.item-1,
.seo-key .items .item.item-2,
.seo-key .items .item.item-6,
.seo-key .items .item.item-7 {
  width: calc((100% - 74px - 74px) / 2);
  background: #fff;
  border: 2px solid #27314A;
  border-radius: 12px;
  font-size: 18px;
  color: #2d3449;
}
.seo-key .items .item.item-3,
.seo-key .items .item.item-4,
.seo-key .items .item.item-5 {
  -webkit-box-flex: 1;
      -ms-flex: 1 auto;
          flex: 1 auto;
}
.seo-key .items .item.item-1 {
  margin-right: 74px;
  padding: 32px 119px 34px 41px;
  text-align: right;
}
.seo-key .items .item.item-2 {
  padding: 32px 41px 34px 119px;
  margin-left: 74px;
}
.seo-key .items .item.item-6 {
  margin-right: 74px;
  padding: 32px 119px 34px 41px;
  text-align: right;
}
.seo-key .items .item.item-7 {
  padding: 32px 41px 34px 119px;
  margin-left: 74px;
}
.seo-key .items .item.item-3 {
  text-align: right;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: #808080;
  font-size: 18px;
  padding-top: 18px;
  padding-bottom: 20px;
}
.seo-key .items .item.item-5 {
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: #808080;
  font-size: 18px;
  padding-top: 18px;
  padding-bottom: 20px;
}
.seo-key .items .item.item-4 {
  width: 309px;
  max-width: 309px;
  background: #EEF1F7;
  border: 2px solid #27314A;
  border-radius: 12px;
  font-size: 32px;
  font-weight: 600;
  text-align: center;
  padding: 24px 46px 22px;
  margin: 0 66px 4px;
  position: relative;
}
.seo-key .items .item.item-4:before {
  content: '';
  width: 133px;
  height: 107px;
  display: block;
  position: absolute;
  left: 10px;
  right: 0;
  margin: 0 auto;
  bottom: calc(100% + 5px);
  background: url('../img/key-decor-1.png') center no-repeat;
}
.seo-key .items .item.item-4:after {
  content: '';
  width: 132px;
  height: 107px;
  display: block;
  position: absolute;
  left: 11px;
  right: 0;
  margin: 0 auto;
  top: calc(100% + 8px);
  background: url('../img/key-decor-2.png') center no-repeat;
}
.seo-key .items .item.item-1:after {
  right: 35px;
  left: auto;
  background: url('../img/key-icon-1.png') center no-repeat;
}
.seo-key .items .item.item-2:after {
  left: 35px;
  background: url('../img/key-icon-2.png') center no-repeat;
}
.seo-key .items .item.item-6:after {
  right: 35px;
  left: auto;
  background: url('../img/key-icon-3.png') center no-repeat;
}
.seo-key .items .item.item-7:after {
  left: 35px;
  background: url('../img/key-icon-4.png') center no-repeat;
}
.mainpage .block.review .inner .title_block,
.audit_page .block.review .inner .title_block,
.optimization_page .block.review .inner .title_block,
.advertising_page .block.review .inner .title_block,
.site_page .block.review .inner .title_block {
  margin-bottom: 63px !important;
}
.mainpage .block.review .inner .items,
.audit_page .block.review .inner .items,
.optimization_page .block.review .inner .items,
.advertising_page .block.review .inner .items,
.site_page .block.review .inner .items {
  margin-left: 0;
}
.mainpage .block.review .inner .arrows_bg,
.audit_page .block.review .inner .arrows_bg,
.optimization_page .block.review .inner .arrows_bg,
.advertising_page .block.review .inner .arrows_bg,
.site_page .block.review .inner .arrows_bg {
  left: 0;
  right: 0;
  margin: 0 auto;
}
.mainpage .review.block .block_content.items .item .anim,
.audit_page .review.block .block_content.items .item .anim,
.optimization_page .review.block .block_content.items .item .anim,
.advertising_page .review.block .block_content.items .item .anim,
.site_page .review.block .block_content.items .item .anim {
  float: none;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-column-gap: 73px;
          column-gap: 73px;
}
.mainpage .review.block .block_content.items .item .anim:before,
.audit_page .review.block .block_content.items .item .anim:before,
.optimization_page .review.block .block_content.items .item .anim:before,
.advertising_page .review.block .block_content.items .item .anim:before,
.mainpage .review.block .block_content.items .item .anim:after,
.audit_page .review.block .block_content.items .item .anim:after,
.optimization_page .review.block .block_content.items .item .anim:after,
.advertising_page .review.block .block_content.items .item .anim:after,
.site_page .review.block .block_content.items .item .anim:before,
.site_page .review.block .block_content.items .item .anim:after {
  content: none;
}
.mainpage .review.block .block_content.items .item .anim .left,
.audit_page .review.block .block_content.items .item .anim .left,
.optimization_page .review.block .block_content.items .item .anim .left,
.advertising_page .review.block .block_content.items .item .anim .left,
.site_page .review.block .block_content.items .item .anim .left {
  -webkit-box-flex: 0;
      -ms-flex: 0 auto;
          flex: 0 auto;
  float: none;
  margin: 0;
  width: auto;
}
.mainpage .review.block .block_content.items .item .anim .right,
.audit_page .review.block .block_content.items .item .anim .right,
.optimization_page .review.block .block_content.items .item .anim .right,
.advertising_page .review.block .block_content.items .item .anim .right,
.site_page .review.block .block_content.items .item .anim .right {
  -webkit-box-flex: 0;
      -ms-flex: 0 auto;
          flex: 0 auto;
  float: none;
  margin: 0;
  width: auto;
}
.mainpage .review.block .block_content.items .item .anim .center,
.audit_page .review.block .block_content.items .item .anim .center,
.optimization_page .review.block .block_content.items .item .anim .center,
.advertising_page .review.block .block_content.items .item .anim .center,
.site_page .review.block .block_content.items .item .anim .center {
  -webkit-box-flex: 0;
      -ms-flex: 0 auto;
          flex: 0 auto;
  margin: 0;
}
.mainpage .review.block .block_content.items .item .anim .site-image,
.audit_page .review.block .block_content.items .item .anim .site-image,
.optimization_page .review.block .block_content.items .item .anim .site-image,
.advertising_page .review.block .block_content.items .item .anim .site-image,
.site_page .review.block .block_content.items .item .anim .site-image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.mainpage .review.block .block_content.items .dots,
.audit_page .review.block .block_content.items .dots,
.optimization_page .review.block .block_content.items .dots,
.advertising_page .review.block .block_content.items .dots,
.site_page .review.block .block_content.items .dots {
  width: 100%;
  text-align: center;
  padding: 0;
}
.footer {
  background: #001940;
  color: #fff;
}
.footer .inner {
  padding-left: 49px;
  padding-right: 49px;
  padding-top: 27px;
  padding-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 100%;
  -webkit-column-gap: 20px;
          column-gap: 20px;
}
.footer p {
  margin: 0;
}
.footer .center {
  -webkit-box-flex: 1;
  -ms-flex: 1 auto;
  flex: 1 auto;
  text-align: center;
}
.footer .footer-menu {
  margin-bottom: 0px;
}
.footer .footer-menu ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  row-gap: 6px;
  -webkit-column-gap: 3px;
          column-gap: 3px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.footer .footer-menu ul li {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.footer .footer-menu ul li a {
  display: block;
  color: #fff;
  font-size: 17px;
  white-space: nowrap;
}
.footer .contact {
  text-align: right;
  white-space: nowrap;
}
.footer .contact .phone {
  font-size: 24px;
  font-weight: bold;
}
.footer .contact .region {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 15px;
}
.footer .contact .region span {
  margin-left: 5px;
}
.footer .contact .region .second {
  border-bottom: 1px dashed #fff;
  margin-left: 7px;
}
.footer .copy {
  font-size: 15px;
}
.footer .copy p {
  color: #C4CCE3;
}
.footer .copy .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 44px;
          column-gap: 44px;
}
.footer .copy a {
  color: #C4CCE3;
}
.footer .bottom .inner {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 25px;
}
.footer .social {
  font-size: 15px;
  color: #fff;
}
.footer .social p + p {
  margin-top: 5px;
}
.footer .social p a:last-child img {
  margin-right: 0;
}
.footer .social img {
  margin-right: 14px;
}
.audit_page .advatages_icons {
  background: #001940;
  color: #fff;
}
.audit_page .features table {
  display: block;
}
.audit_page .features table tbody {
  width: 100%;
  display: block;
}
.audit_page .features table tr {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  font-size: 18px;
  row-gap: 21px;
  -webkit-column-gap: 10%;
          column-gap: 10%;
}
.audit_page .features table tr td {
  display: block;
  position: relative;
  padding: 5px 0 0 46px;
}
.audit_page .features table tr td:after {
  content: '';
  position: absolute;
  left: -10px;
  top: 3px;
  bottom: 0;
  background: url('../img/features-icon.png') center no-repeat;
  width: 30px;
  height: 30px;
  padding-left: 20px;
}
.about_page .advatages_icons {
  background: #001940;
  color: #fff;
}
.advatages_icons_blue {
  background: #001940;
  color: #fff !important;
}
.advatages_icons_blue * {
  color: inherit;
}
.advatages_icons_blue .inner {
  padding-top: 41px;
  padding-bottom: 48px;
}
.advatages_icons_blue .features table {
  display: block;
}
.advatages_icons_blue .features table tbody {
  width: 100%;
  display: block;
}
.advatages_icons_blue .features table tr {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  font-size: 15px;
  row-gap: 21px;
  -webkit-column-gap: 10%;
          column-gap: 10%;
}
.advatages_icons_blue .features table tr td {
  display: block;
  position: relative;
  padding: 5px 0 0 46px;
}
.advatages_icons_blue .features table tr td:after {
  content: '';
  position: absolute;
  left: -10px;
  top: 3px;
  bottom: 0;
  background: url('../img/features-icon.png') center no-repeat;
  width: 30px;
  height: 30px;
  padding-left: 20px;
}
.prices-new .title_block {
  letter-spacing: 1px;
}
.prices-new .title_block span {
  display: block;
  font-size: 15px;
  letter-spacing: 2px;
  margin-top: 13px;
}
.prices-new .table {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  width: 100%;
  padding-left: 35px;
  margin-top: 50px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-column-gap: 3%;
          column-gap: 3%;
}
.prices-new .table p {
  line-height: 1.8;
  color: #686b72;
}
.prices-new .td {
  display: block;
  padding: 0 30px;
  -webkit-box-flex: 1;
      -ms-flex: 1 auto;
          flex: 1 auto;
  width: 100%;
}
.prices-new .td .img {
  margin-bottom: 25px;
}
.prices-new .call_me {
  text-align: center;
  margin-top: 25px;
}
.prices-new .call_me a {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  background-color: #EE0000;
  font: bold 36px 'OpenSans';
  color: #fff;
  padding: 11px 45px 18px;
  text-decoration: none;
}
.prices-new .call_me a:hover {
  background-color: #C40000;
}
.prices-new .adv_price_title {
  font: bold 28px 'OpenSans';
  color: #3b3860;
  margin-bottom: 23px;
}
.prices-new .adv_price_title span {
  font-size: 40px;
}
.prices-new .zakaz {
  font-size: 15px;
  font-weight: bold;
  border-radius: 4px;
  background: -webkit-gradient(linear, left top, left bottom, from(#ffeb40), to(#ffcb40));
  background: linear-gradient(#ffeb40, #ffcb40);
  text-transform: uppercase;
  display: inline-block;
  padding: 13px 49px 13px;
  cursor: pointer;
}
.prices-new .zakaz:hover {
  background: -webkit-gradient(linear, left bottom, left top, from(#ffeb40), to(#ffcb40));
  background: linear-gradient(to top, #ffeb40, #ffcb40);
}
.audit-need {
  text-align: center;
  background: #EEF1F7;
  font-size: 18px;
  color: #2d3449;
}
.audit-need .inner {
  padding-top: 26px;
  padding-bottom: 43px;
}
.audit-need .h3 {
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 29px;
}
.audit-need p {
  margin: 0;
}
.audit-need > p {
  font-size: 20px;
}
.audit-need table.content {
  font-size: 15px;
  color: #253148;
  text-align: left;
  margin-bottom: 48px;
  display: block;
}
.audit-need table.content tbody {
  display: block;
  width: 100%;
}
.audit-need table.content tbody tr {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.audit-need table.content tbody tr td {
  display: block;
  position: relative;
  padding: 0 0 0 42px;
  width: 250px;
}
.audit-need table.content tbody tr td:after {
  content: '';
  width: 30px;
  height: 30px;
  position: absolute;
  left: -2px;
  top: 6px;
  background: url('../img/about-success-icon.png') center no-repeat;
}
.audit-need table.content + p {
  font-size: 18px;
}
.audit-need table:not(.content) {
  display: block;
  margin-top: 25px;
  margin-left: 20px;
}
.audit-need table:not(.content) tbody {
  display: block;
}
.audit-need table:not(.content) tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.audit-need table:not(.content) tr td {
  -webkit-box-flex: 0;
      -ms-flex: 0 auto;
          flex: 0 auto;
  font-weight: bold;
  padding-left: 43px;
  padding-right: 43px;
  font-size: 30px;
}
.audit-need table:not(.content) tr td + td {
  border-left: 1px solid #D1D9E9;
}
.audit-need table:not(.content) tr .callme {
  text-transform: uppercase;
  font-size: 15px;
  text-decoration: none;
  text-align: center;
  padding: 10px;
  background: rgb(250,169,22);
  background: -moz-linear-gradient(top, rgba(250,169,22,1) 0%, rgba(245,161,18,1) 24%, rgba(230,130,4,1) 78%, rgba(225,123,0,1) 100%);
  background: -webkit-linear-gradient(top, rgba(250,169,22,1) 0%,rgba(245,161,18,1) 24%,rgba(230,130,4,1) 78%,rgba(225,123,0,1) 100%);
  background: linear-gradient(to bottom, rgba(250,169,22,1) 0%,rgba(245,161,18,1) 24%,rgba(230,130,4,1) 78%,rgba(225,123,0,1) 100%);
  color: #fff;
  border: 0;
  border-radius: 10px;
  display: inline-block;
  padding: 16px 45px 16px 45px;
  letter-spacing: 1.5px;
}
.audit-need table:not(.content) tr .callme:hover {
  background: rgb(255,188,66);
  background: -moz-linear-gradient(top, rgba(255,188,66,1) 0%, rgba(255,182,60,1) 22%, rgba(253,155,33,1) 86%, rgba(253,151,31,1) 100%);
  background: -webkit-linear-gradient(top, rgba(255,188,66,1) 0%,rgba(255,182,60,1) 22%,rgba(253,155,33,1) 86%,rgba(253,151,31,1) 100%);
  background: linear-gradient(to bottom, rgba(255,188,66,1) 0%,rgba(255,182,60,1) 22%,rgba(253,155,33,1) 86%,rgba(253,151,31,1) 100%);
}
.block iframe,
.nblock iframe {
  display: block;
  margin: 0 auto;
}
.block table,
.nblock table {
  width: 100%;
}
.site-audit-city .inner {
  padding-top: 29px;
  padding-bottom: 32px;
}
.site-audit-city p {
  line-height: 1.35;
  margin: 0;
}
.site-audit-city p + p {
  margin-top: 15px;
}
.site-audit-city h1 {
  font-weight: normal;
  font-size: 40px;
  font-weight: 600;
  color: #1e2d4c;
  text-align: center;
  margin: 0 0 32px 0;
}
.site-audit-city .video-table {
  display: block;
  width: 100%;
}
.site-audit-city .video-table tbody {
  display: block;
  width: 100%;
}
.site-audit-city .video-table tbody tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-column-gap: 15px;
          column-gap: 15px;
}
.site-audit-city .video-table tbody tr td {
  display: block;
  -webkit-box-flex: 1;
      -ms-flex: 1 auto;
          flex: 1 auto;
}
.site-audit-city .video-table tbody tr iframe {
  max-width: 100%;
  min-width: 540px;
  margin-top: 7px;
}
.audit_get .inner {
  padding-bottom: 59px !important;
}
.audit_get .items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-column-gap: 20px;
          column-gap: 20px;
}
.audit_get p {
  margin: 0;
}
.audit_get .h3 {
  font-size: 44px;
  font-weight: 500;
  color: #fff;
  text-align: center;
  margin-bottom: 59px;
}
.audit_get .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 15px;
  color: #fff;
  -webkit-box-flex: 1;
      -ms-flex: 1 auto;
          flex: 1 auto;
}
.audit_get .item .image {
  margin-right: 15px;
  width: 78px;
  min-width: 78px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.audit_get .item .title {
  font-weight: 700;
  text-transform: uppercase;
  margin: 0 0 7px 0;
}
.audit_get .item .text {
	font-size: 15px;
}
.faq-block {
  background: #F4F7FB;
}
.faq-block .inner {
  padding-left: 52px;
  padding-right: 52px;
  padding-bottom: 69px;
}
.faq-block .h3 {
  margin-bottom: 43px;
}
.faq-block .tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 57px;
          column-gap: 57px;
  row-gap: 22px;
}
.faq-block .tabs .tab {
  width: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1 auto;
          flex: 1 auto;
  max-width: calc(50% - 57px);
}
.faq-block .tabs .tab .tab-title {
  font-size: 17px;
  color: #1E2D4C;
  position: relative;
  padding-left: 33px;
  cursor: pointer;
}
.faq-block .tabs .tab .tab-title span {
  border-bottom: 1px dotted #B9C1CE;
}
.faq-block .tabs .tab .tab-title span:hover {
  border-bottom-color: transparent;
}
.faq-block .tabs .tab .tab-title:after {
  content: '';
  position: absolute;
  left: 0;
  top: 6px;
  width: 20px;
  height: 20px;
  display: block;
  background: url('../img/faq-item-icon.png') center no-repeat;
}
.faq-block .tabs .tab .tab-content {
  display: none;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1000;
  background: rgba(0, 0, 0, 0.5);
  font-size: 15px;
}
.faq-block .tabs .tab .tab-content .close {
  position: absolute;
  top: 28px;
  right: 28px;
  width: 15px;
  height: 15px;
  background: url(../img/close-grey.png) no-repeat;
  cursor: pointer;
}
.faq-block .tabs .tab .tab-content .tab-content-wrap {
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  padding: 47px 62px 53px;
  max-width: calc(100vw - 20px);
  width: 650px;
  max-height: 100vh;
  overflow: auto;
  background: #fff;
  position: absolute;
}
.faq-block .tabs .tab .tab-content .h3 {
  font-size: 21px;
  font-weight: 600;
  line-height: 1.5;
  margin-bottom: 33px;
}
.faq-block .tabs .tab .tab-content .tab-actions {
  margin-top: 33px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.faq-block .tabs .tab .tab-content .tab-actions span {
  display: inline-block;
  font-size: 15px;
  color: #000;
  border: 1px solid #B9C1CE;
  background: #fff;
  padding: 10px 19px 12px;
  cursor: pointer;
  margin-right: 15px;
}
.faq-block .tabs .tab .tab-content .tab-actions span:hover {
  background: #F4F7FB;
}
.about-main-text table.content tbody tr td:after {
  background-image: url('../img/about-success-icon.png');
}
.advertising_page .audit-need {
  background: #fff;
}
.price-list-block .inner {
  padding-left: 0;
  padding-right: 0;
  width: 100%;
}
.price-list-block .inner .title_block,
.price-list-block .inner .h3 {
  margin-bottom: -9px !important;
}
.price-list-block .price-list .price-block {
  color: #1E2D4C;
  padding-left: 52px;
  padding-right: 52px;
  padding-top: 40px;
  padding-bottom: 41px;
}
.price-list-block .price-list .price-block:nth-of-type(even) {
  background: #F4F7FB;
}
.price-list-block .price-list .price-block .price-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 23px;
}
.price-list-block .price-list .price-block .price-head .title {
  font-size: 24px;
  color: #1E2D4C;
}
.price-list-block .price-list .price-block .price-head .more {
  font-size: 18px;
  color: #818181;
}
.price-list-block .price-list .price-block .price-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  row-gap: 17px;
  margin-bottom: 28px;
}
.price-list-block .price-list .price-block .price-content .price-list-item {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.price-list-block .price-list .price-block .price-content .price-list-item .left {
  font-size: 18px;
  color: #1E2D4C;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.price-list-block .price-list .price-block .price-content .price-list-item .left:before {
  margin-right: 10px;
  content: '';
  width: 25px;
  min-width: 25px;
  height: 19px;
  display: block;
  background: url('../img/price-list-iicon.png') center no-repeat;
}
.price-list-block .price-list .price-block .price-content .price-list-item .center {
  -webkit-box-flex: 1;
      -ms-flex: 1 auto;
          flex: 1 auto;
  margin: 0 8px;
  background: url('../img/border.png') left bottom 4px repeat-x;
}
.price-list-block .price-list .price-block .price-content .price-list-item .right {
  font-size: 18px;
  color: #1E2D4C;
}
.price-list-block .price-list .price-block .price-content .price-list-item .right span {
  font-weight: 600;
}
.price-list-block .price-list .price-block .price-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.price-list-block .price-list .price-block .price-bottom .left {
  font-size: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.price-list-block .price-list .price-block .price-bottom .left .name {
  font-weight: bold;
  letter-spacing: -0.3px;
  margin-right: 15px;
  margin-right: 28px;
}
.price-list-block .price-list .price-block .price-bottom .left span {
  font-size: 24px;
}
.block-grey {
  background: #EDF1F7 !important;
}
.small-title .h3 {
  font-size: 30px;
}
.contacts-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #EDF1F7;
  width: 100%;
  padding-left: 50px;
  padding-right: 50px;
  padding-top: 47px;
  padding-bottom: 47px;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-column-gap: 30px;
          column-gap: 30px;
}
.contacts-block p {
  margin: 0 ;
}
.contacts-block .title {
  font-size: 18px;
  color: #1E2D4C;
  font-family: 'OpenSans';
  font-weight: 600;
  letter-spacing: -1.2px;
  margin-bottom: 19px;
}
.contacts-block .left {
  -webkit-box-flex: 1;
      -ms-flex: 1 auto;
          flex: 1 auto;
  max-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  row-gap: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.contacts-block .left .row {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  line-height: 1;
}
.contacts-block .left .row + .row {
  margin-top: 21px;
}
.contacts-block .image {
  width: 58px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: 9px;
  min-height: 59px;
}
.contacts-block .image img {
  display: block;
  margin: 0;
  max-width: 100%;
}
.contacts-block .info {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  row-gap: 7px;
  min-height: 52px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.contacts-block .info > * {
  line-height: 1;
}
.contacts-block .info .big-text {
  font-size: 20px;
  color: #1E2D4C;
}
.contacts-block .info .big-text + *:not(.big-text) {
  font-size: 15px;
  color: #818181;
}
.contacts-block .right {
  -webkit-box-flex: 0;
      -ms-flex: 0 auto;
          flex: 0 auto;
  max-width: 60%;
  width: 694px;
}
.contacts-block .right .map {
  border: 10px solid #fff;
}
.contacts-block .right .map > ymaps {
  max-width: 100%;
}
.contacts-block .zakaz-row {
  margin-top: auto !important;
  margin-bottom: 19px;
}
.contacts-block .contacts + .map {
  border: 10px solid #fff;
}
.contacts-block .zakaz {
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  padding: 10px;
  background: -webkit-gradient(linear, left top, left bottom, from(#ffeb1f), to(#ffcc2b));
  background: linear-gradient(#ffeb1f, #ffcc2b);
  border-radius: 5px;
  display: inline-block;
  letter-spacing: 1.2px;
  font-size: 15px;
  font-weight: bold;
  padding: 16px 47px;
  cursor: pointer;
}
.contacts-block .zakaz:hover {
  background: -webkit-gradient(linear, left bottom, left top, from(#ffeb1f), to(#ffcc2b));
  background: linear-gradient(to top, #ffeb1f, #ffcc2b);
}
.contacts-block .contacts {
  font-size: 20px;
  color: #1E2D4C;
  white-space: nowrap;
  -webkit-box-flex: 1;
      -ms-flex: 1 auto;
          flex: 1 auto;
}
.contacts-block .contacts + .map {
  margin-left: 20px;
  -webkit-box-flex: 1;
      -ms-flex: 1 auto;
          flex: 1 auto;
  max-width: 50%;
}
.contacts-block .contacts + .map > ymaps {
  max-width: 100%;
}

.top-text {
  margin-bottom: 10px;
  color: #28314c;
  font-size: 15px;
  font-weight: 600;
}

.footer .medium .left,
.footer .medium .right {
  flex: 0 0 295px;
  width: 295px;
}
.footer .left .copy-uss {
  margin-top: 10px;
}
.footer .top-text {
  margin: 0;
  color: #fff;
}

.mp_cities {padding: 20px 0 10px; background: #01193f; border-top: 1px solid #2a3c5a;}
.mp_cities .inner {padding-top: 0; padding-bottom: 0;}
.mp_cities ul {padding: 0; margin: 0 -10px; list-style: none; display: flex; flex-wrap: wrap;}
.mp_cities ul li {width: calc((100% / 4) - 20px); margin: 0 10px 10px;}
.mp_cities ul li a {color: #C4CCE3; text-decoration: none;}
.mp_cities ul li a:hover {text-decoration: underline;}

@media (max-width: 1200px) {
  html {
    min-width: 320px;
  }
  body {
    min-width: 320px;
  }
  #wrap {
    min-width: 320px;
    width: auto;
  }
  .inner {
    padding-left: 10px;
    padding-right: 10px;
  }
  .modal_text .modal_text_wrap {
    max-height: none;
  }
  .banner {
    padding-right: 3%;
  }
  .banner .left {
    width: 69%;
  }
  .banner .left .slider {
    width: 100%;
  }
  .banner .left .slides {
    width: 100%;
  }
  .mainpage .advatages_icons .items {
    padding-left: 1%;
  }
  .mainpage .advatages_icons .items .item {
    margin-right: 1%;
    min-width: 306px;
    width: 30%;
  }
  .mainpage .advatages_icons .items .item:nth-of-type(3n) {
    margin-right: 0;
  }
  .advatages_icons .adv_ico_1 .items {
    padding: 0;
  }
  .advatages_icons .adv_ico_1 .item .left {
    font-size: 18px;
  }
  .advatages_icons .adv_ico_2 .adv_ico_table {
    padding: 0 5%;
  }
  .advatages_icons .adv_ico_2 .adv_ico_td {
    width: 49% !important;
    min-height: 85px;
  }
  .advatages_icons .adv_ico_2 .adv_ico_td:nth-child(2n+1) {
    padding-right: 4% !important;
  }
  .prices .prices_blocks {
    padding-left: 3%;
  }
  .examples .block_content .rsArrowLeft {
    left: 18px;
  }
  .examples .block_content .rsArrowRight {
    right: 18px;
  }
  .examples-slider .slick-prev {
    left: 0;
  }
  .examples-slider .slick-next {
    right: 0;
  }
  .offer .inner {
    padding-left: 10px;
    padding-right: 10px;
  }
  .offer .right {
    text-align: center;
  }
  .offer .right form .group {
    width: 86%;
  }
  .offer .right form .group .fc_item {
    width: 22%;
    margin-right: 2%;
  }
  .offer .right form .uss_form_submit input[type="submit"] {
    -webkit-appearance: none;
  }
  .offer .right form .buttons input[type="submit"] {
    -webkit-appearance: none;
  }
  .ench .items {
    width: 100%;
    padding-left: 0;
  }
  .ench .items .item {
    width: 29%;
    margin-left: 2%;
    margin-right: 2%;
  }
  .sales_department .items {
    width: 100%;
  }
  .get .items {
    width: 100%;
    padding-left: 20px;
  }
  .get .items .item {
    width: 28% !important;
    margin-left: 3%;
    margin-right: 3%;
  }
  .get .items .item:nth-of-type(1) {
    width: 24% !important;
    margin-right: 3%;
  }
  .get .items .item:nth-of-type(4) {
    width: 24% !important;
    margin-right: 3%;
  }
  .review.block .arrows_bg {
    left: 0;
  }
  .review.block .block_content.items {
    width: 100%;
    margin-left: 0;
  }
  .review.block .block_content.items .item {
    width: 100%;
  }
  .review.block .block_content.items .item .anim {
    margin-right: 4%;
  }
  .review.block .block_content.items .item .right {
    width: 32%;
  }
  .review.block .block_content.items .dots {
    text-align: right;
  }
  .people_work.block.type1 .block_content.items {
    padding-left: 0;
  }
  .people_work.block.type1 .block_content.items .item {
    width: 29%;
    margin-right: 2%;
    margin-left: 2%;
  }
  .result.block.type2 ul.result_list {
    padding: 0;
    text-align: center;
  }
  .result.block.type2 ul.result_list li:last-child {
    margin-right: 0;
  }
  .contacts_block > .left {
    width: 58%;
  }
  .contacts_block > .left .map > ymaps {
    max-width: 100%;
  }
  .contacts_block > .right {
    padding: 45px 5% 0;
  }
  .contacts_block > .right .form_text {
    font-size: 17px;
    margin-bottom: 20px;
  }
  .contacts_block > .right .form {
    padding: 0;
  }
  .contacts_block > .right .form form .group .fc_item {
    width: 100%;
  }
  .policy_block .policy_wrap {
    width: 96%;
    margin: 0 auto;
  }
  .seo-preview .inner {
    margin-left: auto;
    margin-right: auto;
    max-width: calc(100% - 20px);
  }
  .footer .inner {
    padding-left: 10px;
    padding-right: 10px;
    width: 100%;
  }
  .faq-block .tabs {
    -webkit-column-gap: 10px;
            column-gap: 10px;
  }
  .faq-block .tabs .tab {
    max-width: calc(50% - 10px);
  }
  .audit-need table.content tbody tr {
    -webkit-column-gap: 10px;
            column-gap: 10px;
  }
  .audit-need table.content tbody tr td {
    width: auto;
  }
  .contacts-block {
    padding-left: 10px;
    padding-right: 10px;
  }
  .consist .items .item .img {
    height: 40px;
  }
}
@media (max-width: 1100px) {
  .seo-preview .inner {
    padding-left: 20px;
    padding-right: 20px;
  }
  .seo-preview table tbody tr {
    -webkit-column-gap: 20px;
            column-gap: 20px;
  }
  .seo-preview table tbody tr td img {
    margin-right: 0;
  }
  .seo-preview table tbody tr td:nth-of-type(2) {
    padding-right: 0;
  }
  .banners-block .inner {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    row-gap: 30px;
  }
  .banners-block .inner > div {
    width: 100%;
    max-width: 100%;
  }
}
@media (max-width: 1050px) {
  .seo-banners .inner {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    row-gap: 20px;
  }
  .seo-banners .seo-banner {
    width: 100%;
  }
  .audit-banners .inner {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    row-gap: 20px;
  }
  .audit-banners .audit-banner {
    width: 100%;
  }
  .faq-block .inner {
    padding-left: 10px;
    padding-right: 10px;
  }
  .advatages_icons_blue .features table tr {
    -webkit-column-gap: 10px;
            column-gap: 10px;
  }
  .prices-new .table {
    padding-left: 0;
  }
  .prices-new .table .td {
    padding: 0;
  }
  .prices-new .table .adv_price_title {
    font-size: 25px;
    margin: 0;
  }
  .prices-new .table .adv_price_title span {
    font-size: 30px;
  }
}
@media (max-width: 1000px) {
  .header .slogan img {
    max-width: 100%;
  }
  .header .right {
    padding-left: 20px;
  }
  .banner .left {
    width: calc(100% - 300px);
  }
  .menu .inner > ul {
    padding-right: 10px;
  }
  .mainpage .advatages_icons .inner {
    padding-bottom: 25px;
  }
  .mainpage .advatages_icons .items {
    padding: 0;
    text-align: center;
  }
  .mainpage .advatages_icons .items .item {
    margin: 0 2% 25px;
    text-align: left;
  }
  .mainpage .advatages_icons .items .item:nth-of-type(3n) {
    margin-right: 2%;
  }
  .mainpage .advatages_icons .items .item .img {
    float: left;
  }
  .advatages_icons .items .item {
    text-align: center;
  }
  .advatages_icons .items .item .img {
    float: none;
  }
  .advatages_icons .adv_ico_1 .item .left {
    font-size: 20px;
    padding-left: 0;
    float: none;
  }
  .prices.with_accordion .works_selection {
    padding: 25px 6%;
  }
  .prices .prices_blocks {
    padding-left: 0;
  }
  .advertising_page .prices .table {
    padding-left: 0;
  }
  .advertising_page .prices .td {
    display: inline-block;
    width: 49%;
    padding: 0 3%;
  }
  .advertising_page .prices .td:last-child {
    padding-top: 20px;
    width: 80%;
  }
  .advertising_page .people_work.block.type1 .block_content.items {
    text-align: center;
  }
  .advertising_page .people_work.block.type1 .block_content.items .item {
    text-align: left;
    margin-bottom: 50px;
  }
  .advertising_page .people_work.block.type1 .block_content.items .item:last-child {
    margin-bottom: 0;
  }
  .examples .block_content .slides {
    height: 550px !important;
    width: 90%;
  }
  .examples .block_content .slides .slide {
    height: 550px !important;
    width: 100%;
  }
  .examples .block_content .slides .slide .caption {
    padding: 40px 16% 0 !important;
  }
  .examples .block_content .slides .slide .img {
    top: auto;
    right: auto;
    bottom: 40px;
    left: 50%;
    width: 90%;
    margin-left: -45%;
  }
  .consist .items {
    -webkit-column-gap: 10px;
            column-gap: 10px;
  }
  .consist .items .item {
    max-width: calc((100% - 20px) / 3);
  }
  .consist .items .item .img {
    margin-right: 15px;
  }
  .consist .items .item .img img {
    max-height: 40px;
  }
  .consist .items .item .text span {
    display: none;
  }
  .offer .right form .group {
    width: 100%;
    margin-bottom: 17px;
  }
  .offer form .group .fc_item.fc_outputOnly {
    /*bottom: -10px;*/
  }
  .ench .items .item {
    width: 39%;
    margin-left: 7%;
    margin-right: 3%;
  }
  .ench .items .item:nth-of-type(3n) {
    margin-right: 3%;
  }
  .sales_department .slick-prev {
    left: 0;
  }
  .sales_department .slick-next {
    right: 0;
  }
  .get .items .item {
    width: 40% !important;
    margin-left: 5%;
    margin-right: 4% !important;
  }
  .get .items .item:nth-of-type(1) {
    width: 40% !important;
  }
  .get .items .item:nth-of-type(4) {
    width: 40% !important;
  }
  .block.review .inner {
    padding-bottom: 100px !important;
  }
  .review.block .block_content.items .item {
    text-align: center;
  }
  .review.block .block_content.items .item .anim {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    float: none;
    margin-right: 1%;
  }
  .review.block .block_content.items .item .left {
    width: auto;
  }
  .review.block .block_content.items .item .right {
    display: none;
  }
  .review.block .block_content.items .dots {
    bottom: -70px;
    text-align: center;
    width: 100%;
  }
  .mainpage .review.block .arrows_bg,
  .audit_page .review.block .arrows_bg,
  .site_page .review.block .arrows_bg {
    left: 0% !important;
    right: 0 !important;
    margin: 0 auto !important;
  }
  .people_work.block.type1 .block_content.items .item {
    width: 39%;
    margin-right: 4%;
    margin-left: 6%;
  }
  .people_work.block.type1 .block_content.items .item:nth-of-type(3n) {
    margin-right: 4%;
  }
  .contacts_block > .left {
    width: 53%;
  }
  .contacts_block .title_block {
    padding-left: 10%;
  }
  .contacts_block > .left > .left {
    padding-left: 10%;
  }
  .contacts_block .contacts {
    padding-left: 10%;
  }
  .footer .inner {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    row-gap: 15px;
  }
  .footer .top .center {
    width: 100%;
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }
  .nblock .h3,
  .nblock h2,
  .mainpage .block.type1 h2 {
    margin-bottom: 30px;
    font-size: 28px;
  }
  .why-seo .blocks {
    padding-left: 0;
    padding-right: 0;
  }
  .why-seo .h3 {
    font-size: 38px;
  }
  .main-services .items .item {
    padding-left: 15px;
  }
  .seo-features .items {
    padding-left: 0;
    padding-right: 0;
  }
  .video-block .inner {
    padding-left: 10px;
    padding-right: 10px;
  }
  .seo-exp ul {
    padding-left: 10px;
    padding-right: 10px;
    max-height: calc(29px * 6);
  }
  .seo-exp ul li {
    width: calc(100% / 3);
  }
  .seo-exp ul {
    padding-left: 10px;
    padding-right: 10px;
    max-height: calc(29px * 6);
  }
  .seo-exp ul li {
    width: calc(100% / 3);
  }
  .seo-map table tbody {
    row-gap: 15px;
    padding-left: 0;
    padding-right: 0;
  }
  .seo-map table tbody tr:nth-of-type(3) td {
    margin-top: 0;
    margin-right: 0;
  }
  .seo-preview .inner {
    margin-bottom: 40px;
  }
  .seo-key .items {
    padding-left: 0;
    padding-right: 0;
  }
  .examples.audit .block_content .slides .slide .caption {
    width: 100%;
  }
  .examples.audit .block_content .slides .slide {
    padding-right: 0;
  }
  .examples.audit .block_content .slides .slide .img {
    max-width: 100%;
    padding-right: 0;
    margin: 0 !important;
    width: calc(100% - 20px) !important;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }

  .footer .medium .right {
    flex: unset;
    width: auto;
  }
}
@media (max-width: 970px) {
  .seo-features .items {
    -ms-flex-wrap: inherit;
        flex-wrap: inherit;
    row-gap: 20px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .seo-features .items .item {
    width: 100%;
    max-width: calc((100% - 10px) / 2);
  }
  .audit_get .items {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    row-gap: 20px;
  }
  .audit_get .items .item {
    width: 100%;
  }
  .seo-features .items,
  .audit-features .items {
    padding-left: 10px;
    padding-right: 10px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .seo-features .items .item,
  .audit-features .items .item {
    width: calc((100% - 10px) / 2);
  }
}
@media (max-width: 930px) {
  .main-services .items {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .main-services .items .item {
    max-width: 50%;
    height: auto;
    padding-bottom: 20px;
  }
  .main-services .items .item:after {
    content: none;
  }
  .main-services .items .item .title span {
    display: inline;
  }
  .video-block .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .video-block .inner p {
    width: 100%;
    margin-left: 0 !important;
  }
  .video-block .inner p:nth-of-type(1) {
    float: none !important;
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }
  .video-block .inner iframe {
    margin: 0 auto;
    max-width: 100%;
    display: block;
  }
  .site-audit-city .video-table tbody tr {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .site-audit-city .video-table tbody tr td {
    -webkit-box-flex: 0;
        -ms-flex: 0 100%;
            flex: 0 100%;
  }
  .site-audit-city .video-table tbody tr iframe {
    max-width: 100%;
    min-width: auto;
    margin: 0 auto;
    margin-top: 15px;
    display: block;
  }
  .audit-need table.content tbody tr {
    -webkit-column-gap: 10px;
            column-gap: 10px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    row-gap: 15px;
  }
  .audit-need table.content tbody tr td {
    width: calc((100% - 10px) / 2);
  }
  .faq-block .tabs .tab .tab-content .tab-content-wrap {
    padding: 20px;
  }
}
@media (max-width: 870px) {
  .seo-key .items {
    row-gap: 20px;
  }
  .seo-key .items .item {
    margin-left: 0 !important;
    margin-right: 0 !important;
    display: block;
    width: 100% !important;
    text-align: left !important;
    padding-left: 100px !important;
    padding-right: 40px !important;
  }
  .seo-key .items .item:after {
    left: 20px !important;
    right: auto !important;
  }
  .seo-key .items .item.item-3,
  .seo-key .items .item.item-4,
  .seo-key .items .item.item-5 {
    display: none;
  }
  .footer .center {
    width: 100%;
    order: 20;
  }
}
@media (max-width: 900px) {
  .contacts-block {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    row-gap: 30px;
  }
  .contacts-block .contacts {
    width: 100%;
    white-space: normal;
  }
  .contacts-block .contacts + .map {
    margin-left: 0;
    -webkit-box-flex: 0;
        -ms-flex: 0 100%;
            flex: 0 100%;
    max-width: 100%;
  }
  .contacts-block .right {
    max-width: 100%;
  }
}
@media (max-width: 860px) {
  .no_scroll {
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    height: 100%;
  }
  .modal form .group .fc_item .elem_item textarea {
    font-size: 15px;
  }
  .modal form .group .fc_item .elem_item input {
    font-size: 15px;
  }
  .header #regions {
	padding: 10px 10px 15px 15px;
  }
  .header #regions .rm_header .rm_exact_location {
    padding-right: 130px;
  }
  .header #regions .rm_header .close {
    right: 7px;
  }
  .header #regions .col_2 {
    float: none;
    display: inline-block;
    vertical-align: top;
    width: 33%;
  }
  .menu .inner > ul {
    padding-right: 0;
  }
  .menu .more {
    display: none;
  }
  .banner .left {
    width: calc(100% - 300px);
  }
  .prices.with_accordion .prices_blocks .price_block {
    width: 100%;
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
  }
  .prices.with_accordion .prices_blocks .price_block .line3 {
    margin-left: 30px;
  }
  .prices.with_accordion .prices_blocks .price_block.purple {
    margin: 0 0 10px;
  }
  .result.block.type2 .block_content {
    background: none !important;
  }
  .result.block.type2 ul.result_list li {
    width: 20%;
    margin-right: 5%;
  }
  .result.block.type2 ul.result_list li .img {
    margin-bottom: 7px;
  }
  .contacts_block > .left {
    width: 100%;
  }
  .contacts_block .title_block {
    padding-left: 5%;
  }
  .contacts_block > .left > .left {
    padding-left: 5%;
  }
  .contacts_block .contacts {
    padding-left: 5%;
  }
  .contacts_block .map {
    display: none;
  }
  .contacts_block .right {
    height: auto;
    /*padding-bottom: 45px;*/
  }
  .contacts_block .right .form form .group .fc_item {
    width: 48%;
    display: inline-block;
    margin-right: 4%;
  }
  .contacts_block .right .form form .group .fc_item:nth-child(2n) {
    margin-right: 0;
  }
  .contacts_block .right .form form .group .fc_item .elem_item textarea {
    height: 30px;
    padding-top: 3px;
  }
  .contacts_block .right .form form .uss_form_submit {
    margin-top: 8px;
  }
  .contacts_block .right .form form .buttons {
    margin-top: 8px;
  }
  .faq-block .tabs .tab {
    max-width: 100%;
  }
  .mp_cities ul li {
    width: calc((100% / 3) - 20px);
  }
}
@media (max-width: 830px) {
  .seo-preview table tbody tr {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    row-gap: 20px;
  }
  .seo-preview table tbody tr td:nth-of-type(2) {
    width: calc(100% - 84px - 20px);
  }
  .seo-preview table tbody tr td:last-child {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .modal_text .modal_text_wrap {
    width: 90%;
    margin-left: -45%;
    min-width: 260px;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }
  .modal .right {
    display: none;
    background: url("../img/bg_dotted.jpg");
    padding: 32px 30px 41px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border: 3px solid #7B84A2;
  }
  .modal .right .title {
    font: bold 26px 'OpenSans';
    display: block;
    text-align: center;
    margin: 0 0 10px 0;
    color: #F5F5F5;
  }
  .header .logo .logo_text {
    position: relative;
  }
  .header .logo .logo_text span {
    left: auto;
    right: 1px;
  }
  .header .center {
    width: 100%;
    display: none;
  }
  .header .slogan {
    padding: 10px 10px 5px;
  }
  .header .white.text {
    font-size: 15px;
    margin-top: 15px;
  }
  .menu .inner {
    display: block;
    height: auto;
  }
  .menu .inner > ul {
    display: none;
    padding: 0 0 15px 50px;
  }
  .menu .inner > ul li {
    display: list-item;
    list-style-type: disc;
    padding-left: 5px;
  }
  .menu .inner > ul li a {
    line-height: 40px;
  }
  .menu .more {
    display: none;
  }
  .menu .more .dropdown_selector {
    display: none;
  }
  .menu .more ul {
    background: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    display: block !important;
    border: 0;
    position: relative;
    top: auto;
    right: auto;
    padding: 0 0 15px 31px;
  }
  .menu .more ul li a i {
    display: none;
  }
  .menu .more ul li a i span.drop_down {
    right: -3px;
  }
  .menu .mobile_menu {
    display: block;
    height: 60px;
    line-height: 60px;
    cursor: pointer;
    background: url(../img/mobile/burger.png) no-repeat right center;
    padding-right: 35px;
    text-transform: uppercase;
    font-weight: bold;
    text-align: right;
  }
  .menu .mobile_menu .mobile_consult {
    font-size: 15px;
    text-decoration: none;
    float: left;
    margin-top: 10px;
    line-height: 1.4;
    text-transform: none;
    font-weight: normal;
    color: #000;
    padding: 8px 15px 9px;
    background: #F8D305;
    border-radius: 5px;
  }
  .banner {
    padding: 0;
  }
  .banner .left {
    float: none;
    width: 100%;
  }
  .banner .right {
    display: none;
  }
  .advatages_icons .adv_ico_1 .items {
    padding-left: 30px;
    display: block;
  }
  .advatages_icons .adv_ico_1 .items .item {
    text-align: left;
    display: inline-block;
    vertical-align: top;
    margin: 25px 0 0;
    width: 48%;
    padding: 0;
  }
  .advatages_icons .adv_ico_1 .items .item:first-child {
    margin-top: 0;
  }
  .advatages_icons .adv_ico_1 .items .item:nth-child(2) {
    margin-top: 0;
  }
  .advatages_icons .adv_ico_1 .item .left {
    padding-left: 11px;
    float: left;
  }
  .advatages_icons .items .item .img {
    float: left;
    width: 66px;
  }
  .advatages_icons .adv_ico_2 .adv_ico_td {
    width: 100% !important;
  }
  .about_page .adv_ico_2 .adv_ico_td {
    width: 80% !important;
    margin-left: 20%;
  }
  .prices.with_accordion .works_selection .table {
    display: block;
  }
  .prices.with_accordion .works_selection .td {
    display: inline-block;
    vertical-align: top;
    width: 33%;
    margin: 0 8%;
  }
  .offer .inner {
    padding-top: 45px;
    padding-bottom: 45px;
  }
  .offer .right .text {
    margin-bottom: 20px;
  }
  .offer .right .fc_form_tml {
    margin-bottom: 0;
  }
  .offer .right form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .offer .right .group {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .offer .right form .group .fc_item {
    width: 100%;
    max-width: calc((100% - 10px) / 2);
    margin: 0 0 10px 0!important;
  }
  .offer .right form .group .fc_item.fc_outputOnly {
    width: 100%;
    max-width: 100%;
  }
  .offer .right form .group .fc_item {
    height: auto;
  }
  .offer form .group {
    padding: 0;
  }
  .offer form .group .fc_item.fc_outputOnly {
    position: static;
    height: auto !important;
    margin: 0;
    line-height: 1.2;
  }
  .ench .items {
    padding-top: 42px;
  }
  .ench .items .item {
    width: 48%;
    margin: 0 0 35px;
    text-align: center;
  }
  .ench .items .item:nth-of-type(3n) {
    margin-right: 0;
  }
  .ench .items .item .img {
    float: none;
    margin: 0 0 10px;
  }
  .ench .items .item .text span {
    display: none;
  }
  .footer .contacts .btns {
    clear: both;
  }
  .footer .contacts .call_me {
    float: none;
  }
  .footer .right {
    top: 123%;
  }
  .nblock .inner {
    padding-top: 25px !important;
    padding-bottom: 20px !important;
  }
  .nblock .h3,
  .nblock h2,
  .mainpage .block.type1 h2 {
    font-size: 25px;
  }
  .why-seo .block .image {
    width: 75px;
    margin-bottom: 15px;
  }
  .why-seo .block .image img {
    display: block;
    max-width: 100%;
  }
  .why-seo .caption {
    font-size: 15px;
  }
  .why-seo-extra .h3 {
    font-weight: normal;
    font-size: 22px;
    margin-bottom: 18px;
  }
  .seo-map .inner {
    min-height: auto;
  }
  .seo-map table tbody tr:nth-of-type(4) {
    margin-top: 0;
  }
  .seo-map table tbody tr td {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .mainpage .block.review .inner .title_block {
    font-size: 28px;
    margin-bottom: 40px !important;
  }
  .mainpage .review.block .block_content.items .dots {
    bottom: -30px;
  }
  .footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    row-gap: 15px;
  }
  .footer .logo a {
    display: inline-block;
  }
  .footer .footer-menu ul li {
    width: 100%;
  }
  .footer .top {
    width: 100%;
    text-align: center;
  }
  .footer .top .inner {
    padding-bottom: 0;
  }
  .footer .bottom {
    width: 100%;
  }
  .footer .bottom .inner {
    padding: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .footer .bottom .right {
    -webkit-box-ordinal-group: -10;
        -ms-flex-order: -11;
            order: -11;
  }
  .footer .bottom .social,
  .footer .bottom .copy {
    text-align: center;
  }
  .footer .bottom .social .row,
  .footer .bottom .copy .row {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .advatages_icons_blue .features table tr {
    grid-template-columns: 1fr;
  }

  .footer .medium .left {
    width: 100%;
    flex: unset;
  }
}
@media (max-width: 750px) {
  .seo-exp ul {
    max-height: calc(29px * 8);
  }
  .seo-exp ul li {
    width: calc(100% / 2);
  }
  .faq-block .tabs .tab .tab-content .tab-content-wrap {
    padding-top: 40px;
  }
}
@media (max-width: 660px) {
  .prices-new .table {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    row-gap: 30px;
  }
  .prices-new .table p {
    margin: 5px 0;
  }
  .prices-new .table .td {
    width: 100%;
    text-align: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .prices-new .table .td .img {
    width: 60px;
    min-width: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-right: 15px;
  }
  .prices-new .table .td .img img {
    max-width: 100%;
    height: auto;
    display: block;
  }
  .prices-new .table .td .info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .prices-new .table .td .info .adv_price_title {
    line-height: 1.2;
  }
  .prices-new .table .td .zakaz {
    font-size: 13px;
    padding: 9px 39px 10px;
  }
}
@media (max-width: 650px) {
  .know-more .h3 {
    font-size: 22px;
    margin-bottom: 20px;
  }
  .know-more table {
    margin-left: 0;
    margin-top: 20px;
  }
  .know-more table tr {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 15px;
  }
  .know-more table tr td {
    border: none !important;
  }
  .audit-need .h3 {
    font-size: 22px;
    margin-bottom: 20px;
  }
  .audit-need table:not(.content) {
    margin-left: 0;
    margin-top: 20px;
  }
  .audit-need table:not(.content) tr {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 15px;
  }
  .audit-need table:not(.content) tr td {
    border: none !important;
  }
  .achivments-seo .inner {
    padding-left: 10px;
    padding-right: 10px;
  }
  .site-audit-city .h3 {
    font-size: 23px;
  }
}
@media (max-width: 640px) {
  .modal_text .modal_text_wrap .text_sub a {
    height: auto;
    padding: 12px 20px !important;
  }
  .header #regions .rm_header .rm_exact_location {
    font-size: 18px;
  }
  .header #regions .rm_header .close {
    top: 1px;
  }
  .header #regions .rm_header .close span {
    font-size: 15px;
  }
  .header #regions .rm_header .close span.rmh_cross {
    vertical-align: middle;
    margin-top: -4px;
  }
  .advertising_page .slide_desc .slide_title {
    font-size: 24px;
  }
  .advertising_page .slide_desc .slide_text {
    font-size: 15px;
  }
  .advertising_page .slides .for_title {
    font-size: 15px;
  }
  .advertising_page .slides .for_text {
    font-size: 15px;
    padding: 0 30px;
  }
  .advertising_page .people_work.block.type1 .block_content.items .item {
    text-align: center;
    margin-bottom: 20px;
  }
  .audit_page .slide_desc .slide_title {
    font-size: 45px;
  }
  .audit_page .slide_desc .slide_text {
    font-size: 21px;
  }
  .audit_page .slides .for_title {
    font-size: 21px;
  }
  .audit_page .slides .for_text {
    font-size: 15px;
    padding: 0 30px;
  }
  .audit_page .people_work.block.type1 .block_content.items .item {
    text-align: center;
    margin-bottom: 20px;
  }
  .about_page .slide_desc .slide_title {
    font-size: 45px;
  }
  .about_page .slide_desc .slide_text {
    font-size: 21px;
  }
  .about_page .adv_ico_2 .adv_ico_td {
    margin-left: 13%;
    width: 100% !important;
  }
  .advertising_page.target_adv .slide_desc .slide_title {
    font-size: 37px;
  }
  .advatages_icons .adv_ico_1 .items {
    padding-left: 0;
  }
  .advatages_icons .adv_ico_1 .items .item {
    width: 46%;
    margin-left: 3.5%;
  }
  .advatages_icons .adv_ico_1 .item .left {
    font-size: 15px;
    padding-left: 5px;
  }
  .prices.with_accordion .works_selection {
    margin-left: -3%;
    margin-right: -3%;
  }
  .prices.with_accordion .works_selection .td {
    width: 47%;
    margin: 0 1%;
  }
  .mainpage .examples.examples-slide1 .block_content .slides {
    height: 600px !important;
  }
  .mainpage .examples.examples-slide1 .block_content .slides .slide {
    height: 600px !important;
  }
  .mainpage .examples.examples-slide1 .block_content .rsArrow {
    top: 28%;
  }
  .audit_page .examples .block_content .slides {
    height: 540px !important;
  }
  .audit_page .examples .block_content .slides .slide {
    padding-bottom: 25px;
  }
  .audit_page .examples .block_content .rsArrow {
    top: 28%;
  }
  .optimization_page .examples .block_content .slides {
    height: 600px !important;
  }
  .optimization_page .examples .block_content .slides .slide {
    height: 600px !important;
  }
  .optimization_page .examples .block_content .rsArrow {
    top: 28%;
  }
  .examples .block_content .slides,
  .examples .block_content .slides .slide {
    height: 610px !important;
  }
  .examples .block_content .slides .slide .caption .row.srok {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .examples .block_content .slides .slide .img {
    position: relative;
    bottom: auto;
  }
  .examples .block_content .slides .slide .caption {
    text-align: center;
    padding: 40px 6% 25px !important;
  }
  .examples .block_content .slides .slide .caption .row.main_title {
    white-space: normal;
    margin-bottom: 8px;
  }
  .examples .block_content .slides .slide .caption .row .left {
    float: none;
  }
  .examples .block_content .slides .slide .caption .row .right {
    float: none;
    margin-top: 78px;
  }
  .examples .block_content .slides .slide .caption .row.srok_numbers {
    text-align: center;
    margin-top: -108px;
  }
  .examples .block_content .slides .slide .caption .row.srok_numbers span {
    text-align: center;
  }
  .examples .block_content .slides .slide .caption .row.srok_numbers .left::after {
    background: none;
  }
  .examples .block_content .slides .slide .caption .row.srok_numbers .right {
    margin-top: 60px;
  }
  .consist .items .items {
    -webkit-column-gap: 10px;
            column-gap: 10px;
    row-gap: 20px;
  }
  .consist .items .item {
    text-align: center;
    max-width: calc((100% - 10px) / 2);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    row-gap: 20px;
  }
  .consist .items .item .img {
    margin-right: 0;
  }
  .get .inner {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .get .items {
    padding-left: 0;
  }
  .get .items .item {
    width: 49% !important;
    margin-left: 0;
    margin-right: 0 !important;
    text-align: center;
  }
  .get .items .item:nth-of-type(1) {
    width: 49% !important;
  }
  .get .items .item:nth-of-type(4) {
    width: 49% !important;
  }
  .get .items .item .text span {
    display: none;
  }
  .mainpage .review.block .block_content.items {
    min-height: 460px;
  }
  .audit_page .review.block .block_content.items,
  .site_page .review.block .block_content.items {
    min-height: 460px;
  }
  .optimization_page .review.block .block_content.items {
    min-height: 460px;
  }
  .review.block .block_content.items {
    min-height: 610px;
  }
  .review.block .block_content.items .item .anim {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
    row-gap: 15px;
  }
  .review.block .block_content.items .item .left {
    float: none;
    width: 100% !important;
  }
  .review.block .block_content.items .item .left img {
    max-width: 100%;
  }
  .review.block .block_content.items .item .center {
    float: none;
    margin: 30px auto 0;
  }
  .mainpage .review.block .arrows_bg {
    top: auto;
    bottom: 12px;
    margin-left: 0;
  }
  .audit_page .review.block .arrows_bg {
    top: auto;
    bottom: 12px;
    margin-left: 0;
  }
  .optimization_page .review.block .arrows_bg {
    top: auto;
    bottom: 12px;
    margin-left: 0;
  }
  .review.block .arrows_bg {
    top: auto;
    bottom: 60px;
    margin-left: 0;
  }
  .people_work.block.type1 .block_content.items .item {
    width: 39%;
    margin: 0 4% 20px 6%;
    text-align: center;
  }
  .people_work.block.type1 .block_content.items .item .img {
    float: none;
    margin: 0 0 10px;
  }
  .people_work.block.type1 .block_content.items .item .img ~ * {
    margin-left: auto !important;
  }
  .people_work.block.type1 .block_content.items .item .text {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    overflow: hidden;
  }
  .people_work.block.type1 .block_content.items .item .text .title {
    -webkit-box-flex: 1;
        -ms-flex: 1 auto;
            flex: 1 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .people_work.block.type1 .block_content.items .item .text .preview {
    display: none;
  }
  .people_work.block.type1 .block_content.items .item .text ~ .text {
    display: none;
  }
  .result.block.type2 .title_sub.type2 span {
    width: auto;
    height: auto;
    padding: 8px 20px 15px;
  }
  .result.block.type2 ul.result_list li {
    width: 40%;
    margin: 0 9% 40px 0;
  }
  .result.block.type2 ul.result_list li:nth-child(2n) {
    margin-right: 0;
  }
  .result.block.type2 ul.result_list li:nth-child(3) {
    margin-bottom: 0;
  }
  .result.block.type2 ul.result_list li:nth-child(4) {
    margin-bottom: 0;
  }
  .review.block .block_content.items .item .left img {
    max-height: 70px;
  }
  .mainpage .review.block .block_content.items .dots {
    bottom: -60px;
  }
  .audit_page .review.block .block_content.items .dots {
    bottom: -60px;
  }
  .optimization_page .review.block .block_content.items .dots {
    bottom: -60px;
  }
  .mp_cities ul li {
    width: calc((100% / 2) - 20px);
  }
}
@media (max-width: 560px) {
  .mainpage .review.block .block_content.items .dots {
    width: 100%;
    bottom: 0;
  }
  .mainpage .block.review .inner .arrows_bg {
    left: 0;
    right: 0;
    margin: 0 auto;
  }
  .audit_page .review.block .block_content.items .dots {
    width: 100%;
    bottom: 0;
  }
  .audit_page .block.review .inner .arrows_bg {
    left: 0;
    right: 0;
    margin: 0 auto;
  }
}
@media (max-width: 550px) {
  .main-services .items .item {
    max-width: 100%;
    padding-top: 15px;
    padding-left: 10px;
    padding-right: 10px;
  }
  .main-services .items .item + .item {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
  }
  .main-services .items .item:hover {
    border-color: transparent;
  }
  .main-services .items .item .title {
    font-size: 28px;
    margin-bottom: 18px;
  }
  .main-services .items .item .title span {
    font-size: inherit;
  }
  .seo-exp ul {
    max-height: none;
  }
  .seo-exp ul li {
    width: 100%;
  }
  .seo-key .items .item {
    font-size: 15px !important;
    padding-left: 80px !important;
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }
  .seo-key .items .item:after {
    width: 40px;
    height: 40px;
    background-size: contain !important;
  }
  .block.type1 .title_block {
    font-size: 38px;
  }
  .block.type1 .title_block {
    font-size: 25px;
  }
  .block.type2 .title_block {
    font-size: 24px;
  }
  .banners-block .inner > div p:last-child {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    row-gap: 10px;
  }
  .mp_cities {
    padding: 20px 0 5px;
  }
}
@media (min-width: 521px) and (max-width:1000px) {
  .banner .left .slides .slide .caption {
    max-width: 510px;
  }
}
@media (max-width: 520px) {
  .modal .modal_wrap {
    width: 90%;
    margin-left: -45%;
    min-width: 260px;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }
  .modal .modal_wrap .title {
    font-size: 18px;
  }
  .modal .modal_wrap > .text {
    font-size: 15px;
  }
  .modal .right {
    width: 90%;
    margin-left: -45%;
    min-width: 260px;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }
  .modal .right form {
    width: auto;
  }
  .modal .right form .group .fc_item {
    max-width: 100%;
  }
  .modal .right .title {
    font-size: 18px;
  }
  .modal .right > .text {
    font-size: 15px;
  }
  .modal_examples .modal_wrap {
    width: 90%;
    margin-left: -45%;
    min-width: 260px;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }
  .modal_examples .modal_wrap .title {
    font-size: 18px;
  }
  .modal_examples .modal_wrap > .text {
    font-size: 15px;
  }
  .modal_wrap form {
    width: auto;
  }
  .modal_wrap form .group .fc_item {
    max-width: 100%;
  }
  .header #regions .col_2 {
    width: 50%;
  }
  .header .inner {
    display: block;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .header .left {
    float: none;
    padding: 0;
  }
  .header .right {
    float: none;
    padding: 0;
    text-align: center;
  }
  .header .right > div {
    display: inline-block;
    margin: 0 4%;
  }
  .header .logo {
    text-align: center;
    margin: 10px 0;
  }
  .header .logo a {
    display: inline-block;
  }
  .header .contacts p:first-child {
    display: none;
  }
  .banner .left .slides .slide .caption {
    font-size: 15px;
  }
  .banner .left .slides .slide .caption .caption_title {
    font-size: 24px;
  }
  .advatages_icons .adv_ico_1 .items .item {
    display: block !important;
    width: 300px !important;
    margin: 0 auto 25px;
  }
  .advatages_icons .adv_ico_1 .items .item:last-child {
    margin-bottom: 0;
  }
  .advatages_icons .adv_ico_1 .item .left {
    font-size: 20px;
    padding-left: 15px;
  }
  .advertising_page .advatages_icons .adv_ico_1 .item .left {
    padding-top: 18px;
  }
  .advertising_page .advatages_icons .adv_ico_1 .item .left br {
    display: none;
  }
  .advertising_page .prices .title_block {
    font-size: 40px;
  }
  .advertising_page .prices .td {
    width: 100% !important;
    padding-top: 20px !important;
    padding-left: 3% !important;
  }
  .advertising_page .prices .call_me a {
    font-size: 30px;
  }
  .about_page .adv_ico_2 .adv_ico_td {
    margin-left: 0;
    padding-right: 0 !important;
  }
  .advance.block.type1 .block_content {
    padding: 0 5%;
  }
  .advance.block.type1 .title_block {
    font-size: 45px;
  }
  .advertising_page.target_adv .advance.block.type1 .title_block {
    font-size: 35px;
  }
  .advertising_page.target_adv .prices .title_block {
    font-size: 30px;
  }
  .prices.with_accordion .works_selection .td {
    width: 210px;
    margin: 0 auto;
    display: block;
  }
  .offer .right form .group .fc_item {
    max-width: 100%;
  }
  .ench.block.type1 .title_block {
    font-size: 39px;
  }
  .ench .items .item .text .title {
    font-size: 15px;
  }
  .ench .title_block {
    font-size: 39px;
  }
  .people_work.block.type1 .block_content.items .item {
    width: 47%;
    margin-right: 1%;
    margin-left: 1%;
  }
  .people_work.block.type1 .block_content.items .item:nth-of-type(3n) {
    margin-right: 1%;
  }
  .people_work.block.type1 .block_content.items .item .text {
    font-size: 15px;
  }
  .contacts_block .contacts p a[href^='mailto'] {
    margin-right: 22px;
  }
  .contacts_block .contacts p .big_site_link {
    margin-top: 12px;
    margin-left: 0;
  }
  .contacts_block .right .form_title {
    font-size: 46px;
  }
  .contacts_block .right .form form .group .fc_item {
    width: 100%;
    margin-right: 0;
  }
  .contacts_block .right .form form .group .fc_item .elem_item textarea {
    height: 100px;
    padding-top: 9px;
  }
  #user_confirm_city a {
    width: 20px;
    display: block;
    height: 20px;
    position: absolute;
    top: 19px;
    border: none;
    color: transparent;
  }
  #user_confirm_city a:before {
    content: " ";
    display: block;
    width: 20px;
    height: 20px;
    color: initial;
    line-height: 20px;
    font-size: 18px;
  }
  #user_confirm_city a.leav {
    right: 20%;
  }
  #user_confirm_city a.leav:before {
    content: "\2714";
  }
  #user_confirm_city a.stay {
    right: 10%;
  }
  #user_confirm_city a.stay:before {
    content: "\2716";
  }
  #user_confirm_city a.close {
    display: none;
  }
  .policy_block .right {
    text-align: center;
  }
  .seo-preview .h3 {
    font-size: 18px;
  }
  .seo-preview .download {
    padding-left: 25px;
    padding-right: 25px;
  }
  .seo-preview table tbody tr {
    -webkit-column-gap: 10px;
            column-gap: 10px;
  }
  .seo-preview table tbody tr td img {
    width: 50px;
    height: auto;
  }
  .seo-preview table tbody tr td:nth-of-type(2) {
    width: calc(100% - 54px - 10px);
  }
  .seo-preview table tbody tr td:last-child {
    width: 100%;
  }
  .audit-need table.content tbody tr td {
    width: 100%;
  }
  .audit_get .item .image {
    width: 50px;
    min-width: 50px;
    display: block;
  }
  .audit_get .item .image img {
    max-width: 100%;
  }
  .audit_get .h3 {
    font-size: 23px;
  }
  .prices-new .title_block {
    font-size: 23px;
  }
  .prices-new .call_me a {
    font-size: 27px;
  }
}
@media (orientation: landscape) and (max-height: 480px) {
  .modal {
    overflow-y: scroll;
  }
  .modal .modal_wrap {
    top: 100%;
  }
  .modal .right {
    top: 100%;
  }
  .modal_examples {
    overflow-y: scroll;
  }
  .modal_examples .modal_wrap {
    top: 100%;
  }
  .modal_text {
    overflow-y: scroll;
  }
  .modal_text .modal_text_wrap {
    top: 100%;
  }
}
@media (max-width: 1000px) {
  .policy_block .policy_wrap {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 15px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
@media (max-width: 860px) {
  .price-list-block .price-list .price-block .price-content {
    row-gap: 15px;
  }
  .price-list-block .price-list .price-block .price-content .price-list-item .center {
    display: none;
  }
  .price-list-block .price-list .price-block .price-content .price-list-item .right {
    white-space: nowrap;
    min-width: 150px;
    text-align: right;
    margin-left: 10px;
  }
  .price-list-block .price-list .price-block .price-content .price-list-item + .price-list-item {
    border-top: 1px solid #C7C7C8;
    padding-top: 15px;
  }
}
@media (max-width: 768px) {
  .inner {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
  .price-list-block .price-list .price-block {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (max-width: 740px) {
  .price-list-block .price-list .price-block .price-head {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media (max-width: 800px) {
  .policy_block .policy_wrap {
    font-size: 15px;
  }
  .policy_block .policy_wrap .right .btn {
    line-height: 32px;
  }
}
@media (max-width: 610px) {
  .price-list-block .price-list .price-block {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .price-list-block .price-list .price-block .price-content {
    margin-bottom: 13px;
  }
  .price-list-block .price-list .price-block .price-bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    row-gap: 15px;
  }
  .price-list-block .price-list .price-block .price-bottom .left > * {
    white-space: nowrap;
  }
}
@media (max-width: 560px) {
  .price-list-block .price-list .price-block .price-head .title {
    font-size: 20px;
  }
  .price-list-block .price-list .price-block .price-head .more {
    font-size: 15px;
  }
  .price-list-block .price-list .price-block .price-content .price-list-item .left {
    font-size: 15px;
  }
  .price-list-block .price-list .price-block .price-content .price-list-item .right {
    font-size: 15px;
  }
}
@media (max-width: 520px) {
  .policy_block .policy_wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    text-align: center;
  }
  .policy_block .policy_wrap .left {
    padding-right: 0;
  }
  .policy_block .policy_wrap .btn {
    display: inline-block;
    margin-top: 10px;
  }
  .nblock .h3,
  .mainpage .block.type1 h2,
  .nblock h2 {
    font-size: 22px;
  }
  .banners-block .inner {
    row-gap: 15px;
  }
  .banners-block .inner > div {
    padding-left: 20px;
    max-width: 100%;
  }
  .banners-block .inner > div .h3 {
    font-size: 30px;
    margin-bottom: 10px;
  }
  .banners-block .inner > div p:last-child {
    margin-top: 20px;
  }
  .banners-block .inner > div a.callme {
    padding: 15px;
  }
  .banners-block .inner > div span {
    font-size: 15px;
  }
  .mainpage .block.review .inner .title_block {
    font-size: 22px;
    margin-bottom: 25px !important;
  }
  #wrap .block.review .inner .title_block,
  #wrap.mainpage .block.review .inner h2 {
    font-size: 23px;
    margin-bottom: 25px !important;
  }
  .seo-features .items .image,
  .audit-features .items .image {
    width: 45px;
    margin-bottom: 17px;
  }
  .seo-features .items .image img,
  .audit-features .items .image img {
    display: block;
    max-width: 100%;
  }
  .seo-features .items .title,
  .audit-features .items .title {
    font-size: 18px;
  }
  .faq-block .tabs .tab .tab-content .tab-actions span {
    margin-right: 0;
    font-size: 15px;
  }
  .faq-block .tabs .tab .tab-content .h3 {
    font-size: 18px;
  }
  .banners-block .inner > div p:last-child {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 10px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .audit_page .examples .block_content .slides {
    height: 500px !important;
  }
  .optimization_page .examples .block_content .slides {
    height: 530px;
  }
  .optimization_page .examples .block_content .slides {
    height: 530px !important;
  }
  #wrap .examples.examples-slide1 .block_content .slides .slide {
    height: 500px !important;
  }
  #wrap.optimization_page .examples .block_content .slides .slide {
    height: 530px !important;
  }
  .examples .block_content .slides,
  .examples .block_content .slides .slide {
    height: 630px !important;
  }
}
@media (max-width: 500px) {
  .seo-preview table tbody tr {
    row-gap: 10px;
  }
  .seo-preview table tbody tr td:first-child {
    display: none;
  }
  .seo-preview table tbody tr td:nth-of-type(2) {
    width: 100%;
  }
  .footer .top .inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-top: 15px;
  }
  .footer .top .center {
    -webkit-box-ordinal-group: -10;
        -ms-flex-order: -11;
            order: -11;
  }
  .footer .copy {
    font-size: 15px;
  }
  .footer .copy a {
    white-space: nowrap;
  }
  .footer .copy .row {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .footer .footer-menu ul li {
    text-align: center;
  }
  .footer .footer-menu ul li a {
    width: 100%;
  }
}
@media (max-width:400px) {
  .banner .left .slides .slide .caption {
    max-width: 320px;
  }
}

#contacts_block.offer .right .text {
    margin-bottom: 20px;
}
#contacts_block.offer .fc_form_tml {
    max-width: 350px;
    margin: auto;
}
#contacts_block.offer .right form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
#contacts_block.offer .right form .group {
    width: 100%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-bottom: 0;
    margin-bottom: 17px;
}
#contacts_block.offer .right form .group .fc_item {
    width: 100%;
    margin-right: 0;
    max-width: 100%;
    height: auto;
    margin: 0 0 10px 0!important;
}
#contacts_block.offer form .group .fc_item.fc_outputOnly {
    position: relative;
    margin-bottom: 0 !important;
}
#contacts_block.offer .right form .buttons {
    text-align: center;
}

.top-mnu > ul {
  list-style-type: none;
}
.header .center {
  margin: 0 20px;
}
.header .center .top-mnu {
  text-align: center;
}
.header .center .top-mnu > ul {
  margin: 0;
  padding: 0;
}
.header .top-mnu > ul > li {
  display: inline-block;
  margin-left: 15px;
}

.bottom-mnu-ul {
  margin-top: 6px !important;
}

.header_menu.fixed {
    position: fixed;
    top: 0;
    z-index: 802;
    width: 1200px;
    max-width: 100%;
    box-shadow: 0px 8px 15px rgb(0 0 0 / 20%);
}
.header_menu.fixed .inner {
    max-height: 100vh;
    overflow-x: hidden;
    overflow-y: auto;
}

.footer .top .inner {
	align-items: center;
}
.footer .footer-menu {
  width: 100%;
}
.footer .footer-menu ul li {
  margin-right: 10px;
}
.footer .top .inner {
  padding-bottom: 0;
}
.footer .medium {
  min-width: 100%;  
  margin: 20px 0 18px;
}
.footer .medium .inner {
  padding-top: 0px;
  padding-bottom: 0px;
}
.footer .top .inner {
  padding-bottom: 0;
}
.footer .medium .inner {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.footer .bottom .inner {
  padding-top: 0;
}
@media (min-width: 1001px) {
  .footer .contact .region {
    justify-content: flex-end;
  }
}
@media (min-width: 769px) and (max-width: 1000px) {
  .footer .top .inner > .left {
    width: 50%;
  }
}
@media (min-width: 769px) {
    .header .right .call_me {
        visibility: hidden;
    }
    ul.top-mnu-ul {
        display: none !important;
    }
}
@media (max-width: 768px) {
    .header .top-mnu {
        display: none !important;
    }
    ul.top-mnu-ul {
        padding-bottom: 0 !important;
    }
    .footer .top .left,
    .footer .top .right,
    .footer .contact .phone {
        min-width: 100%;
        text-align: center;
    }
    .footer .medium {
        margin: 10px 0;
    }
    .footer .medium .inner {
        display: block;
        text-align: center;
    }
    .footer .medium .inner .center {
        margin: 15px 0;
    }
    .footer .top .center {
    	order: unset;
    }
    .footer .contact .region {
        display: block;
        text-align: center;
    }
}

.header .inner {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.header .left,
.header .right {
  float: none;
}
.header .inner.cf:before,
.header .inner.cf:after {
  display: none;
}
.header a.tel {
  white-space: nowrap;
}
@media (max-width:520px) {
  .header .inner {
      display: block;
      padding-top: 10px;
      padding-bottom: 10px;
  }
}


.contacts_block {

}
.contacts_block p {
  margin: 0 ;
}
.contacts_block .title {
  font-size: 18px;
  color: #1E2D4C;
  font-family: 'OpenSans';
  font-weight: 600;
  letter-spacing: -1.2px;
  margin-bottom: 19px;
}
.contacts_block > .left {
  -webkit-box-flex: 1;
      -ms-flex: 1 auto;
          flex: 1 auto;
  max-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  row-gap: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.contacts_block > .left .row {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  line-height: 1;
}
.contacts_block > .left .row + .row {
  margin-top: 21px;
}
.contacts_block .image {
  width: 58px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: 9px;
  min-height: 59px;
}
.contacts_block .image img {
  display: block;
  margin: 0;
  max-width: 100%;
}
.contacts_block .info {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  row-gap: 7px;
  min-height: 52px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.contacts_block .info > * {
  line-height: 1;
}


.site_page .slide_desc {
  position: relative;
  color: #fff;
  padding: 50px;
}
.site_page .slide_desc img {
  position: absolute;
  left: 0;
  top: 0;
}
.site_page .slide_desc .slide_title {
  position: relative;
  text-transform: uppercase;
  font-size: 36px;
  line-height: 1.1;
  margin-bottom: 15px;
}
.site_page .slide_desc .slide_title h1 {
  font: inherit;
  margin: 0;
}
.site_page .slide_desc .slide_text {
  position: relative;
  font-size: 18px;
}
.dev_features .inner {
  padding-left: 50px;
  padding-right: 50px;
  padding-top: 29px;
  padding-bottom: 32px;
}
.dev_features p + .h3 {
  margin-top: 40px;
}
.dev_features table,
.dev_features tbody {
  width: 100%;
  display: block;
}
.dev_features tr {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -20px;
}
.dev_features td {
  width: calc((100% / 3) - 40px);
  margin: 0 20px 40px;
  text-align: center;
}
.dev_features td .img {
  height: 60px;
  margin-bottom: 20px;
}
.dev_features td .img img {
  max-height: 100%;
}
.dev_features td .title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 15px;
}


.site_page .examples-slider .block_content .slides {
  height: auto !important;
  width: auto !important;
}
.examples-slider .uss_images_block.slick-slider {
  padding: 0 50px;
  margin: 50px 0 30px;
}
.examples-slider .uss_images_block.slick-slider img {
  max-width: calc(100% - 14px);
  margin: auto;
}
.examples-slider .slick-prev,
.examples-slider .slick-next {
  background: url(../img/slider_prev_examples.png) center no-repeat;
  width: 28px;
  height: 65px;
  display: block;
}
.examples-slider .slick-next {
  background: url(../img/slider_next_examples.png) center no-repeat;
}

.ip_dev_turnkey {
  margin-bottom: 60px;
}
.turnkey_wrap {
  display: flex; 
  align-items: center; 
  justify-content: center;
  margin-top: 56px;
}
.ip_dev_turnkey .left,
.ip_dev_turnkey .right {
  width: 30.5%;
}
.ip_dev_turnkey .item {
  display: flex;
  align-items: center;
  margin-bottom: 79px;
  font-size: 17px;
  position: relative;
  min-height: 63px;
}
.ip_dev_turnkey .item:before {
  content: '';
  position: absolute;
  background-position: 50%;
  background-repeat: no-repeat;
}
.ip_dev_turnkey .item1:before {
  top: 30px;
  left: calc(100% + 15px);
  width: 145px;
  height: 97px;
  background-image: url(../img/icon-dev-dotted-line-1.png);
  background-position: 100% 50%;
}
.ip_dev_turnkey .item2:before {
  top: 33px;
  left: calc(100% + 15px);
  width: 70px;
  height: 3px;
  background: #e1dfdc;
}
.ip_dev_turnkey .item3:before {
  top: -65px;
  left: calc(100% + 15px);
  width: 145px;
  height: 97px;
  background-image: url(../img/icon-dev-dotted-line-3.png);
  background-position: 100% 50%;
}
.ip_dev_turnkey .item4:before {
  top: 30px;
  right: calc(100% + 15px);
  width: 145px;
  height: 97px;
  background-image: url(../img/icon-dev-dotted-line-4.png);
  background-position: 0 50%;
}
.ip_dev_turnkey .item5:before {
  top: 33px;
  right: calc(100% + 15px);
  width: 70px;
  height: 3px;
  background: #e1dfdc;
}
.ip_dev_turnkey .item6:before {
  top: -65px;
  right: calc(100% + 15px);
  width: 145px;
  height: 97px;
  background-image: url(../img/icon-dev-dotted-line-6.png);
  background-position: 0 50%;
}
.ip_dev_turnkey .left .item {
  justify-content: flex-end;
}
.ip_dev_turnkey .item .text {
  line-height: 1.5;
  min-height: 68px;
  display: flex;
  align-items: center;
}
.ip_dev_turnkey .left .item .text {
  margin-right: 33px;
  text-align: right;
}
.ip_dev_turnkey .right .item .text {
  margin-left: 33px;
}
.ip_dev_turnkey .item .icon {
  flex: 0 0 59px;
  width: 59px;
  height: 59px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ip_dev_turnkey .item:last-child{
  margin-bottom: 0;
}
.ip_dev_turnkey .center {
  margin: 0 74px;
}
.ip_dev_turnkey .center span {
  display: inline-block;
  font-size: 34px;
  font-weight: 600;
  padding: 29px 33px;
  border-radius: 12px;
  position: relative;
  z-index: 10;
  white-space: nowrap;
  background: #EEF1F7;
  border: 2px solid #27314A;
  width: 300px;
  text-align: center;
}

.ip_banner_demo {
  margin: 40px 0 50px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fff;
  overflow: hidden;
}
.ip_banner_demo .img {
  flex: 0 0 48.5%;
  width: 48.5%;
  position: relative;
  height: 190px;
}
.ip_banner_demo .img span img {
  margin-top: -50px;
  margin-left: -20px;
}
.ip_banner_demo .text {
  flex-grow: 1;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 48px 48px 47px 20px;
  font-size: 24px;
  font-weight: 500;
  position: relative;
  z-index: 10;
  max-width: calc(100% - 500px);
}
.ip_banner_demo .text p {
  margin: 0;
}
.ip_banner_demo p:first-child {
    margin-right: 40px;
}
.ip_banner_demo .button {
  font-size: 15px;
  font-weight: bold;
  border-radius: 4px;
  background: -webkit-gradient(linear, left top, left bottom, from(#ffeb40), to(#ffcb40));
  background: linear-gradient(#ffeb40, #ffcb40);
  text-transform: uppercase;
  display: inline-block;
  padding: 13px 49px 15px;
  cursor: pointer;
  text-decoration: none;
  color: #000;
  white-space: nowrap;
}
.ip_banner_demo .button:hover {
  background: -webkit-gradient(linear, left bottom, left top, from(#ffeb40), to(#ffcb40));
  background: linear-gradient(to top, #ffeb40, #ffcb40);
}

.site_page .ip_banner_demo + .seo-exp .inner {
  padding-top: 0 !important;
}

.inner_price_txt {
  padding: 30px 50px 0;
}
.site_page .price-list-block .inner {
  padding-bottom: 0 !important;
}
.site_page .price-list-block .price-list .price-block {
  padding-bottom: 25px;
}
.site_page .price-list-block .price-list .price-block .price-head {
  position: relative;
}
.site_page .price-list-block .price-list .price-block .price-head:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 1px;
  background: #ddd;
  top: -25px;
}
.site_page .price-list-block .price-list .price-block:nth-of-type(even) {
  background: none;
}

.download_pdf .inner {
  margin-bottom: 0;
}

.etap_site_create .inner {
  padding-left: 50px;
  padding-right: 50px;
  padding-top: 29px;
  padding-bottom: 32px;
}
.etap_site_create table,
.etap_site_create tbody {
  width: 100%;
  display: block;
}
.etap_site_create tr {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -20px;
}
.etap_site_create td {
  width: calc((100% / 3) - 40px);
  margin: 0 20px 40px;
}
.etap_site_create td .img {
  height: 60px;
  margin-bottom: 20px;
}
.etap_site_create td .img img {
  max-height: 100%;
}
.etap_site_create td .title {
  font-size: 19px;
  font-weight: 600;
  margin-bottom: 15px;
}
.site_page .banners-block .inner {
  padding-bottom: 0 !important;
}

@media (max-width:1180px) {
  .ip_banner_demo .text {
    font-size: 20px;
  }
  .ip_dev_turnkey {margin-bottom: 40px;margin-left: auto;margin-right: auto;width: 93%;}
  .turnkey_wrap {margin-top: 34px;}
  .ip_dev_turnkey .item {font-size: 15px; margin-bottom: 52px;}
  .ip_dev_turnkey .item:last-child {margin-bottom: 0;}
  .ip_dev_turnkey .left .item .text {margin-right: 28px;}
  .ip_dev_turnkey .right .item .text {margin-left: 28px;}
  .ip_dev_turnkey .item1:before,
  .ip_dev_turnkey .item3:before,
  .ip_dev_turnkey .item4:before,
  .ip_dev_turnkey .item6:before {width: 95px;}
  .ip_dev_turnkey .center {margin: 0 45px;}
  .ip_dev_turnkey .center span {font-size: 28px; padding: 29px 25px; width: auto;}
}
@media (max-width:999px) {
  .ip_banner_demo .text {
    font-size: 18px;
    flex-direction: column;
    align-items: center;
    text-align: center;
    margin-right: 0;
  }
  .ip_banner_demo .text p:first-child {
    margin: 0 0 20px;
  }
}
@media (max-width:767px) {
  .dev_features td,
  .etap_site_create td {
    width: calc((100% / 2) - 40px);
  }

  .examples-slider .inner {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .turnkey_wrap {
    flex-direction: column;
    margin-top: 0;
  }
  .ip_dev_turnkey .center {
    width: 100%;
    order: 5;
    text-align: center;
    margin-bottom: 25px;
  }
  .ip_dev_turnkey .center span {
    font-size: 40px;
    padding: 15px;
  }
  .ip_dev_turnkey .left,
  .ip_dev_turnkey .right {
    order: 10;
    width: 100%;
  }
  .ip_dev_turnkey .left {
    margin-bottom: 20px;
  }
  .ip_dev_turnkey .item:before {
    display: none;
  }
  .ip_dev_turnkey .item,
  .ip_dev_turnkey .left .item {
    justify-content: center;
  }
  .ip_dev_turnkey .item {
    justify-content: flex-start;
    margin-bottom: 20px;
  }
  .ip_dev_turnkey .left .item {
    flex-direction: row-reverse;
    justify-content: flex-end;
  }
  .ip_dev_turnkey .left .item .text {
      text-align: left;
      margin: 0 0 0 28px;
  }
  .ip_dev_turnkey .item .text br {
    display: none;
  }
  .ip_dev_turnkey .item {
    font-size: 19px;
  }

  .ip_banner_demo {
    display: block;
  }
  .ip_banner_demo .img {
    width: 100%;
    height: 170px;
    margin: 0;
    text-align: center;
  }
  .ip_banner_demo .img span img {
    margin-top: -35px;
    margin-left: 0;
  }
  .ip_banner_demo .text {
    padding: 105px 20px 20px;
    text-align: center;
    position: relative;
    z-index: 15;
    max-width: 100%;
  }
  .ip_banner_demo .text br {
    display: none;
  }
}
@media (max-width:520px) {
  .header .center {
    display: block;
    margin: 0;
  }
  .top-text {
    font-size: 15px;
  }
  .site_page .slide_desc .slide_title {
    font-size: 24px;
  }
  .site_page .slide_desc .slide_text {
    font-size: 15px;
  }
  .site_page .slide_desc .slide_text br {
    display: none;
  }
}
@media (max-width:479px) {
  .dev_features td,
  .etap_site_create td {
    width: 100%;
  }
}

input[type="email"].styler, input[type="number"].styler, input[type="password"].styler, input[type="search"].styler, input[type="tel"].styler, input[type="text"].styler, input[type="url"].styler, textarea.styler {
	font-family: 'OpenSans', sans-serif;
}



/*

--дублируем--

- все формы
- "Почему нас выбирают для сотрудничества"
- "Сделаем техническую часть под ключ"
- "Хотите узнать больше о разработке сайта?"
- Баннер "Сотни готовых сайтов для любых сфер"
- "Решение для любой сферы деятельности"
- "Работаем в любом регионе России"
- "Нам доверяют - нас благодарят"


--уникальные блоки--

Блок1 - картинка
Преимущества под банером
Преимущества разработки в UR66
Блок с видео
Примеры работ
Цена разработки сайта
Этапы создания сайта
Баннеры (Выберите подходящий тариф)