@import url("reset.css");
input placeholder {
  color: #27282a;
  opacity: 1; }

input:-moz-placeholder {
  color: #27282a;
  opacity: 1; }

::-moz-placeholder {
  color: #27282a;
  opacity: 1; }

::-webkit-input-placeholder {
  color: #27282a;
  opacity: 1; }

input:focus:-moz-placeholder {
  color: #27282a;
  opacity: 1; }

input:focus::-moz-placeholder {
  color: #27282a;
  opacity: 1; }

input:focus::-webkit-input-placeholder {
  color: #27282a;
  opacity: 1; }

@font-face {
  font-family: 'Circe-Regular';
  src: url("fonts/Circe-Regular.eot?#iefix") format("embedded-opentype"), url("fonts/Circe-Regular.woff") format("woff"), url("fonts/Circe-Regular.ttf") format("truetype"), url("fonts/Circe-Regular.svg#Circe-Regular") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'Circe-Bold';
  src: url("fonts/Circe-Bold.eot?#iefix") format("embedded-opentype"), url("fonts/Circe-Bold.woff") format("woff"), url("fonts/Circe-Bold.ttf") format("truetype"), url("fonts/Circe-Bold.svg#Circe-Bold") format("svg");
  font-weight: normal;
  font-style: normal; }
body {
  font: 14px 'Open Sans';
  color: #27282a;
  /*background: #fff;*/
  /* background: #fff url(img/bg1920-2.jpg) no-repeat center top; */
  
  
   }
.price {
  font-family: 'PT Sans', serif;
  }
.clear {
  clear: both;
  display: block;
  float: none;
  width: auto; }

.siteButton, .form-submit {
  transition: all .2s ease;
  color: #fff;
  background: #bd1459;
  font: 24px 'Circe-Regular';
  display: inline-block;
  line-height: 55px;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  padding: 0 46px;
  border-radius: 30px;
  border: none; }
  .siteButton:hover, .form-submit:hover {
    background: #fa347c;
    color: #fff; }

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

.blockTitle {
  font: 48px 'Circe-Regular';
  text-align: center; }

.sectionTitle {
  font: 30px 'Circe-Regular';
  line-height: 30px; }

.smallTitle {
  font: 24px 'Circe-Regular'; }

.centerBlock {
  width: 1171px;
  margin: 0 auto;
  position: relative; }

.checkbox__list li {
  position: relative;
  padding: 0 0 10px 28px; }
  .checkbox__list li:before {
    width: 20px;
    height: 20px;
    position: absolute;
    left: 0;
    top: 0;
    content: ""; }
.checkbox__list.black li:before {
  background: url(img/icons/check-icon-black.svg) no-repeat; }
.checkbox__list.white li:before {
  background: url(img/icons/check-icon-white.svg) no-repeat; }

.dash__list {
  padding: 0 35px 15px 0; }
  .dash__list li {
    padding: 0 0 10px; }
    .dash__list li:before {
      content: "\2014";
      margin-right: 4px; }

.pricer {
  font: 30px 'Circe-Regular'; }
  .pricer span {
    font-weight: 700;
    letter-spacing: -1px; }

.certs {
  display: flex; }

.simple__tabs {
  display: flex;
  justify-content: space-between;
  flex-flow: row wrap;
  padding: 15px 0 29px;
  border-bottom: 1px solid #dfe3e4;
  margin-bottom: 50px; }
  .simple__tabs li {
    text-align: center;
    cursor: pointer; }
    .simple__tabs li:before {
      content: "";
      display: block;
      margin: 0 auto 13px;
      width: 78px;
      height: 66px; }
    .simple__tabs li.item11:before {
      background: url(img/icons/srv1.svg) no-repeat; }
    .simple__tabs li.item12:before {
      background: url(img/icons/srv2.svg) no-repeat; }
    .simple__tabs li.item13:before {
      background: url(img/icons/srv3.svg) no-repeat; }
    .simple__tabs li.item14:before {
      background: url(img/icons/srv4.svg) no-repeat; }
    .simple__tabs li.item15:before {
      background: url(img/icons/srv5.svg) no-repeat; }
    .simple__tabs li span {
      position: relative; }
      .simple__tabs li span:after {
        position: absolute;
        width: 100%;
        height: 5px;
        content: "";
        background: #bd1459;
        content: "";
        left: 0;
        bottom: -32px;
        opacity: 0;
        transition: opacity .5s ease; }
      .simple__tabs li span img {
        filter: grayscale(100%);
        max-width: 80%;
        transition: filter 1s linear; }
        .simple__tabs li span img:hover {
          filter: invert(0); }
    .simple__tabs li.active span img {
      filter: none; }
    .simple__tabs li.active span:after {
      opacity: 1; }
.simple__tabContent {
  display: flex;
  padding: 42px 32px; }
  .simple__tabContent__leftHand {
    width: 45%;
    margin-right: 5%;
    font-size: 16px;
    line-height: 23px; }
    .simple__tabContent__leftHand p {
      padding: 0 0 20px; }
      .simple__tabContent__leftHand p.sectionTitle {
        padding: 0 0 16px; }
    .simple__tabContent__leftHand .siteButton {
      padding: 0 20px;
      margin-top: 28px; }
    .simple__tabContent__leftHand .certs li {
      margin: 0 10px 0 0; }
    .simple__tabContent__leftHand.small {
      font-size: 16px;
      line-height: 23px; }
  .simple__tabContent__rightHand {
    position: relative;
    width: 50%;
    text-align: center; }
    .simple__tabContent__rightHand > img {
      max-width: 380px;
      width: 100%; }
    .simple__tabContent__rightHand .previews {
      display: flex;
      justify-content: center;
      margin: 15px 0 0; }
      .simple__tabContent__rightHand .previews li {
        margin: 0 5px;
        border: 3px solid transparent;
        cursor: pointer; }
        .simple__tabContent__rightHand .previews li img {
          display: block; }
        .simple__tabContent__rightHand .previews li.active {
          border-color: #bd1459;
          cursor: auto; }
    .simple__tabContent__rightHand .someWeirdText1 {
      position: absolute;
      right: 0;
      bottom: 20px;
      font: 36px 'Circe-Regular';
      text-align: left; }
      .simple__tabContent__rightHand .someWeirdText1 span {
        display: block;
        color: #bd1459;
        font: 72px 'Circe-Bold';
        line-height: 45px; }

.mainControls {
  display: flex;
  justify-content: space-between;
  flex-flow: row wrap;
  align-items: center; }
  .mainControls__logo {
    background: url(img/logo.png) no-repeat;
    width: 224px;
    height: 50px;
    text-indent: -10000px;
    display: inline-block; }
  .mainControls__copy {
    display: none; }
  .mainControls__menu {
    display: flex;
    justify-content: space-between;
    flex-flow: row wrap;
    text-transform: uppercase; }
    .mainControls__menu li {
      margin: 0 15px; }
      .mainControls__menu li a {
        color: #27282a;
        transition: color .3s ease; }
        .mainControls__menu li a:hover {
          color: #dd0c5a; }
  .mainControls__phone {
    color: #bd1459; }

.topBlock {
  font: 14px 'Circe-Bold';
  background: rgba(255, 255, 255, 0.8);
  padding: 18px 0 12px;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 2; }

.mainBanner {
  /*background: #f0f0f0 url(img/bg1920-1.jpg) no-repeat center top;*/
  padding: 143px 0 48px; }
  .mainBanner .banner__title {
    font-size: 26px;
    color: #bd1459;
    margin: 0 30px 46px; }
    .mainBanner .banner__title > span {
      font-size: 40px;
      text-transform: uppercase;
      display: block;
      color: #27282a; }
    .mainBanner .banner__title i {
      font-style: normal; }
      .mainBanner .banner__title i span {
        opacity: 0; }
  .mainBanner .banner__list {
    margin: 0 36px 5px;
    font-size: 16px; }
  .mainBanner .banner__blocks {
    display: flex;
    align-items: center;
    margin: 0 31px;
    position: relative;
    z-index: 2; }
    .mainBanner .banner__blocks .pricer {
      margin-right: 32px; }
  .mainBanner .banner .certs {
    justify-content: flex-end;
    transform: translateY(-32px); }
    .mainBanner .banner .certs li {
      margin: 0 0 0 13px; }
  .mainBanner .banner__achievements__list {
    display: flex;
    justify-content: space-between;
    flex-flow: row wrap;
    justify-content: flex-start;
    margin: -4px 0 0; }
    .mainBanner .banner__achievements__list__item {
      width: 33.3%;
      box-sizing: border-box;
      font-size: 14px;
      position: relative;
      line-height: 23px;
      position: relative;
      /*transform-style: preserve-3d;*/
      perspective: 1000px; }
      .mainBanner .banner__achievements__list__item.white .cover.front, .mainBanner .banner__achievements__list__item.white .cover.back {
        background: #fff;
        color: #27282a; }
      .mainBanner .banner__achievements__list__item.grey .cover.front, .mainBanner .banner__achievements__list__item.grey .cover.back {
        color: #27282a;
        background: #dfe3e4; }
      /*.mainBanner .banner__achievements__list__item.red:before,*/ .mainBanner .banner__achievements__list__item.red .ach__arrow {
        background: url(img/icons/rotate-icon-white.png) no-repeat; }
      .mainBanner .banner__achievements__list__item.red .cover.front, .mainBanner .banner__achievements__list__item.red .cover.back {
        background: #bd1459;
        color: #fff; }
      .mainBanner .banner__achievements__list__item.red .siteButton {
        background: #fff;
        color: #bd1459; }
      .mainBanner .banner__achievements__list__item .cover {
        backface-visibility: hidden;
        transform-style: preserve-3d;
        transition: .6s;
        min-height: 300px;
        padding: 70px 40px 24px;
        position: relative; }
        .mainBanner .banner__achievements__list__item .cover.front {
          transform: rotateY(0deg);
          z-index: 2; }
        .mainBanner .banner__achievements__list__item .cover.back {
          transform: rotateY(-180deg);
          position: absolute;
          left: 0;
          top: 0;
          width: 100%;
          box-sizing: border-box;
          min-height: 394px; }
      /*.mainBanner .banner__achievements__list__item:before,*/ .mainBanner .banner__achievements__list__item .ach__arrow {
        background: url(img/icons/rotate-icon-black.svg) no-repeat;
        width: 35px;
        height: 35px;
        position: absolute;
        right: 25px;
        top: 26px;
        content: "";
        z-index: 333; }
      .mainBanner .banner__achievements__list__item p {
        padding: 0 0 60px; }
        .mainBanner .banner__achievements__list__item p.sectionTitle {
          padding: 0 30px 40px 0; }
        .mainBanner .banner__achievements__list__item p.pricer {
          padding: 0; }
      .mainBanner .banner__achievements__list__item:hover:before {
        display: none; }
      .mainBanner .banner__achievements__list__item:hover .cover.front {
        transform: rotateY(180deg); }
      .mainBanner .banner__achievements__list__item:hover .cover.back {
        transform: rotateY(0deg); }

.owl-carousel .owl-item img {
  max-width: 546px; }

.srv {
  margin: 0 0 30px; }
  .srv .blockTitle {
    padding: 35px 0 21px; }

.stages {
  background: #f6f6f6;
  padding: 30px 0 10px; }
  .stages .stageGradient__list {
    display: flex;
    margin: 165px 0 92px; }
    .stages .stageGradient__list li {
      width: 160px;
      position: relative;
      transition: transform .5s ease; }
      .stages .stageGradient__list li:hover {
        transform: translateY(-20px); }
      .stages .stageGradient__list li:before {
        height: 70px;
        content: attr(data-step);
        display: block;
        font: 30px 'Circe-Bold';
        text-align: center;
        line-height: 70px;
        color: #fff; }
      .stages .stageGradient__list li p {
        transform: translateY(-214px);
        text-align: center;
        padding: 0 5px;
        line-height: 23px; }
        .stages .stageGradient__list li p:after {
          width: 60px;
          height: 67px;
          background: url(img/icons/long_arrow.svg) no-repeat;
          content: "";
          display: block;
          margin: 15px auto 0; }
      .stages .stageGradient__list li:nth-child(even) p {
        transform: translateY(22px); }
        .stages .stageGradient__list li:nth-child(even) p:before {
          width: 60px;
          height: 67px;
          background: url(img/icons/long_arrow.svg) no-repeat;
          content: "";
          display: block;
          margin: 0 auto 15px;
          transform: rotate(180deg); }
        .stages .stageGradient__list li:nth-child(even) p:after {
          display: none; }
      .stages .stageGradient__list li:nth-child(even):hover {
        transform: translateY(20px); }
      .stages .stageGradient__list li.step1:before {
        background: #27282a; }
      .stages .stageGradient__list li.step2:before {
        background: #424448; }
      .stages .stageGradient__list li.step3:before {
        background: #bcbcbc; }
      .stages .stageGradient__list li.step4:before {
        background: #dfe3e4; }
      .stages .stageGradient__list li.step5:before {
        background: #e272a0; }
      .stages .stageGradient__list li.step6:before {
        background: #d83779; }
      .stages .stageGradient__list li.step7:before {
        background: #bd1459; }
      .stages .stageGradient__list li.step7:after {
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 35px 0 35px 24px;
        border-color: transparent transparent transparent #bd1459;
        content: "";
        display: inline-block;
        position: absolute;
        right: -24px;
        top: 0; }

.ten {
  padding: 0 0 50px;
  background: #faf8f8; }
  .ten .blockTitle {
    padding: 30px 0 10px; }
  .ten .topTens__list {
    display: flex;
    margin: 19px 0 47px; }
    .ten .topTens__list__item {
      width: 20%; }
      .ten .topTens__list__item div {
        min-width: 200px;
        padding-right: 20px; }
        .ten .topTens__list__item div p .price {
          color: #bd1459; }
        .ten .topTens__list__item div p .icon {
          display: inline-block;
          color: #fff;
          font-size: 10px;
          border-radius: 15px;
          padding: 2px 10px; }
          .ten .topTens__list__item div p .icon.asc {
            background: #bd1459; }
            .ten .topTens__list__item div p .icon.asc:before {
              content: "\2191";
              margin: 0 5px 0 0; transform: translateY(-2px); display: inline-block; }
          .ten .topTens__list__item div p .icon.dsc {
            background: #27282a; }
            .ten .topTens__list__item div p .icon.dsc:before {
              content: "\2193";
              margin: 0 5px 0 0; transform: translateY(-2px); display: inline-block; }
        .ten .topTens__list__item div p:first-child {
          margin-bottom: 30px; }
  .ten .back {
    height: 140px;
    position: absolute;
    width: 100%;
    background: url(img/back.png) repeat-y;
    top: 117px;
    z-index: 5; }

.warrs {
  background: #f6f6f6;
  padding: 0 0 40px; }
  .warrs .blockTitle {
    padding: 56px 0 32px; }
  .warrs .garanties__list {
    display: flex;
    justify-content: space-between;
    flex-flow: row wrap;
    justify-content: flex-start;
    margin: -4px 0 0; }
    .warrs .garanties__list__item {
      width: 33.3%;
      box-sizing: border-box;
      padding: 53px 33px 14px;
      font-size: 14px;
      position: relative;
      line-height: 23px;
      transition: transform .5s ease; }
      .warrs .garanties__list__item:hover {
        transform: translateY(-20px); }
      .warrs .garanties__list__item:before {
        width: 72px;
        height: 62px;
        display: block;
        content: "";
        margin: 0 0 13px; }
      .warrs .garanties__list__item.black {
        background: #27282a;
        color: #fff; }
        .warrs .garanties__list__item.black:before {
          background: url(img/icons/warranty-icon-3.svg) no-repeat;}
      .warrs .garanties__list__item.grey {
        background: #dfe3e4; }
        .warrs .garanties__list__item.grey:before {
          background: url(img/icons/warranty-icon-2.svg) no-repeat;}
      .warrs .garanties__list__item.red {
        background: #bd1459;
        color: #fff; }
        .warrs .garanties__list__item.red:before {
          background: url(img/icons/warranty-icon-1.svg) no-repeat;}
      .warrs .garanties__list__item .sectionTitle {
        padding-bottom: 27px; }

.cases {
  padding: 30px 0 60px; }
  .cases .simple__tabs li:before {
    display: none; }

.clients {
  background: #f6f6f6;
  padding: 0 0 40px; }
  .clients .blockTitle {
    padding: 23px 0 30px; }
  .clients__list {
    display: flex;
    justify-content: space-between;
    flex-flow: row wrap;
    justify-content: center;
    margin-bottom: 50px; }
    .clients__list__item {
      width: 360px;
      height: 360px;
      position: relative; }
      .clients__list__item .cover {
        backface-visibility: hidden;
        transform-style: preserve-3d;
        transition: .6s;
        box-sizing: border-box;
        width: 100%;
        height: 360px;
        display: flex;
        position: relative; }
        .clients__list__item .cover.front {
          transform: rotateY(0deg);
          z-index: 2;
          position: relative;
          top: 6px; filter: grayscale(100%); transition: filter .5s ease}
          .clients__list__item .cover.front .url {
            position: absolute;
            left: 0;
            bottom: 24px;
            width: 100%;
            text-align: center;
            color: #000; }
          .clients__list__item .cover.front > img {
            margin: auto; }
        .clients__list__item .cover.back {
          transform: rotateY(-180deg);
          position: absolute;
          left: 0;
          top: 7px;
          width: 100%; }
          .clients__list__item .cover.back .content {
            padding: 30px; }
      .clients__list__item.black .cover.front {
        background: #27282a; }
        .clients__list__item.black .cover.front .url {
          color: #fff; }
      .clients__list__item.black .cover.back {
        color: #fff;
        background: #27282a; }
      .clients__list__item.grey .cover.front {
        background: #dfe3e4; }
      .clients__list__item.grey .cover.back {
        background: #dfe3e4; }
      .clients__list__item.red .cover.front {
        background: #bd1459; }
        .clients__list__item.red .cover.front .url {
          color: #fff; }
      .clients__list__item.red .cover.back {
        background: #bd1459;
        color: #fff; }
      .clients__list__item.white .cover.front {
        background: #fff; }
      .clients__list__item.white .cover.back {
        background: #fff; display:none}
      .clients__list__item:hover .cover.front {
        /*transform: rotateY(180deg);*/ filter: none; }
      .clients__list__item:hover .cover.back {
        transform: rotateY(0deg); }

.aboutStudiya .blockTitle {
  padding: 30px 0; }
.aboutStudiya .currentSlidesCounter {
  position: absolute;
  right: 88px;
  top: 166px;
  font-size: 24px;
  font-weight: 700; }
  .aboutStudiya .currentSlidesCounter .current {
    color: #bd1459;
    font-size: 36px; }
    .aboutStudiya .currentSlidesCounter .current:after {
      content: "/"; }
.aboutStudiya .aboutSlider .owl-nav {
  position: absolute;
  right: 0;
  top: 0;
  overflow: hidden; }
  .aboutStudiya .aboutSlider .owl-nav .owl-prev {
    width: 39px;
    height: 39px;
    background: url(img/icons/a39.svg) no-repeat;
    text-indent: -10000px;
    display: inline-block; }
  .aboutStudiya .aboutSlider .owl-nav .owl-next {
    width: 39px;
    height: 39px;
    background: url(img/icons/a39.svg) no-repeat;
    text-indent: -10000px;
    display: inline-block;
    transform: rotate(180deg);
    margin-left: 78px; }

.contactPlates {
  background: #f6f6f6;
  padding: 0 0 60px; }
  .contactPlates .blockTitle {
    padding: 30px 0; }
  .contactPlates__list {
    display: flex;
    justify-content: space-between;
    flex-flow: row wrap;
    justify-content: flex-start;
    margin: -4px 0 0;
    font: 18px 'Circe-Regular'; }
    .contactPlates__list__item {
      width: 33.3%;
      box-sizing: border-box;
      padding: 32px 33px 14px;
      position: relative;
      line-height: 23px;
      background: #fff;
      display: flex;
      flex-direction: column; }
      .contactPlates__list__item.grey {
        background: #dfe3e4; }
      .contactPlates__list__item_country {
        font: 30px 'Circe-Regular';
        margin-bottom: 13px; }
        .contactPlates__list__item_country:after {
          display: inline-block;
          vertical-align: middle;
          margin: 0 0 0 5px;
          width: 30px;
          height: 21px;
          content: ""; }
        .contactPlates__list__item_country.rus:after {
          background: url(img/icons/flag-ru.svg) no-repeat; }
        .contactPlates__list__item_country.by:after {
          background: url(img/icons/flag-by.svg) no-repeat; }
        .contactPlates__list__item_country.kz:after {
          background: url(img/icons/flag-kz.svg) no-repeat; }
      .contactPlates__list__item_adr.grey {
        color: #afb1b1; }
        .contactPlates__list__item_adr.grey.addon1:before {
          width: 25px;
          height: 25px;
          background: url(img/icons/icon-subway1.svg) no-repeat;
          content: "";
          vertical-align: middle;
          display: inline-block;
          margin: -6px 4px 0 0; }
      .contactPlates__list__item > ul {
        margin: 40px 0 0; }
        .contactPlates__list__item > ul li {
          margin: 0 0 10px; }
          .contactPlates__list__item > ul li span {
            font-size: 24px;
            display: inline-block;
            margin-bottom: 10px; }
          .contactPlates__list__item > ul li:last-child {
            margin-top: 36px; }
          .contactPlates__list__item > ul li a {
            text-decoration: underline; }
            .contactPlates__list__item > ul li a.map:before {
              width: 11px;
              height: 15px;
              background: url(img/icons/icon-map.png) no-repeat;
              content: "";
              display: inline-block;
              vertical-align: middle;
              margin-right: 5px; }

.foot {
  font: 14px 'Circe-Bold';
  background: #000;
  padding: 40px 0;
  color: #fff; }
  .foot .mainControls__logo {
    display: none; }
  .foot .mainControls__copy {
    font: 14px 'Circe-Bold';
    display: block;
    text-transform: uppercase; }
  .foot .mainControls__menu li a {
    color: #fff;
    transition: color .3s ease; }
    .foot .mainControls__menu li a:hover {
      color: #bd1459; }
.ten .topTens__list {margin: 50px 0 0px;}
.scroll__top {
  position: fixed;
  z-index: 5;
  right: 50px;
  bottom: 130px;
  color: #262624;
  font: 16px 'Circe-Bold';
  padding: 60px 0 0;
  text-align: center;
  display: none;
  background: url(img/icons/top.png) no-repeat center top;
  width: 58px;
  cursor: pointer;
  transition: opacity .5s ease; }
  .scroll__top:hover {
    opacity: .7; }

.popup700 {
  position: absolute;
  left: 50%;
  margin-left: -350px;
  background: #fff;
  z-index: 25;
  top: 175px;
  width: 700px;
  display: none; }
  .popup700 .closePopup {
    position: absolute;
    right: 36px;
    top: 31px;
    width: 32px;
    height: 32px;
    background: url(img/icons/form-close.png) no-repeat;
    text-indent: -10000px;
    cursor: pointer;
    transition: transform .5s ease; }
    .popup700 .closePopup:hover {
      transform: rotate(135deg); }
  .popup700 .sectionTitle {
    padding: 58px 20px 37px;
    text-align: center; }
  .popup700 ul {
    margin: auto;
    display: block;
    width: 542px; }
    .popup700 ul li {
      margin: 0 0 20px; }
      .popup700 ul li input[type="text"] {
        width: 100%;
        height: 60px;
        border: 2px solid #dfdfdf;
        padding: 18px;
        box-sizing: border-box;
        border-radius: 5px;
        font: 16px 'Circe-Regular';
        color: #27282a; }
        .popup700 ul li input[type="text"]:focus {
          border-color: #bd1459;
          transition: all .5s ease; }
      .popup700 ul li textarea {
        width: 100%;
        height: 140px;
        border: 2px solid #dfdfdf;
        padding: 18px;
        box-sizing: border-box;
        border-radius: 5px;
        font: 16px 'Circe-Regular';
        color: #27282a;
        resize: none;
        overflow: hidden; }
        .popup700 ul li textarea:focus {
          border-color: #bd1459;
          transition: all .5s ease; }
      .popup700 ul li .agreement {
        line-height: 23px; }
        .popup700 ul li .agreement a {
          text-decoration: underline; }
    .popup700 ul + div {
      text-align: center;
      padding: 20px 0 60px; }



.formHolder {position:absolute; left:0; top:0; background:#fff; width:100%; height:100%; padding:70px 40px 24px; box-sizing: border-box; /*transform: scale(0);*/ transition: transform .5s ease; z-index:4;}
	.formHolder.activeForm {transform: scale(1)}
	.mainBanner .banner__achievements__list__item .formHolder p.sectionTitle {padding-bottom:20px;}
	.mainBanner .banner__achievements__list__item.red .formHolder p.sectionTitle {color:#000}
	.formHolder .form-text {width:280px; height:38px; border:1px solid #ddd; margin:0 0 10px; box-shadow: 1px 2px #eee; box-sizing: border-box; padding:10px; font:15px 'Circe-Regular'; border-radius:5px;}
		.formHolder .form-text:focus {border-color:#b9054e}
		.formHolder .siteButton {margin-top:20px; font-size:16px; padding:0 15px; height:40px; line-height:40px;}
		.mainBanner .banner__achievements__list__item.red .formHolder .siteButton {background:#b9054e; color:#fff}
.topTens__list > .owl-stage-outer >.owl-stage > .owl-item {margin-right: 10px;margin-left: 20px;}
.width_top {width: 270px;}
.rub {font-family: arial;vertical-align: middle;border-bottom: 1px solid;line-height: 1px;display: inline-block; }

#TB_overlay {
    display: none; 
    opacity: 0.8; 
    position: fixed; 
    left: 0; 
    right: 0; 
    top: 0; 
    bottom: 0; 
    padding: 16px; 
    background-color: rgba(1, 1, 1, 0.8); 
    z-index: 20; 
    overflow: auto; 
}

/*# sourceMappingURL=style.css.map */


.centerBlock.banner {background: transparent url(img/yandex.png) no-repeat right top / 465px;}

@media (max-width:800px) {
.centerBlock.banner {background: unset;}

}
