@charset "UTF-8";
/* пересчет из px в em */
/* пересчет из px в vw */
.jtf-wrp {
  text-align: justify; }

.jtf-wrp:before {
  content: '';
  display: block;
  width: 100%; }

.jtf-wrp:after {
  content: '';
  display: inline-block;
  width: 100%;
  height: 0; }

.jtf-item {
  display: inline-block;
  position: relative;
  top: 0; }

@font-face {
  font-family: "Lato";
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/Lato-Regular.eot?") format("eot"), url("../fonts/Lato-Regular.woff2") format("woff2"), url("../fonts/Lato-Regular.woff") format("woff"), url("../fonts/Lato-Regular.ttf") format("truetype"), url('../fonts/Lato-Regular.svg#str-replace("Lato", " ", "_")') format("svg"); }

@font-face {
  font-family: "Lato";
  font-style: normal;
  font-weight: bold;
  src: url("../fonts/Lato-Bold.eot?") format("eot"), url("../fonts/Lato-Bold.woff2") format("woff2"), url("../fonts/Lato-Bold.woff") format("woff"), url("../fonts/Lato-Bold.ttf") format("truetype"), url('../fonts/Lato-Bold.svg#str-replace("Lato", " ", "_")') format("svg"); }

@font-face {
  font-family: "Lato";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/Lato-Semibold.eot?") format("eot"), url("../fonts/Lato-Semibold.woff2") format("woff2"), url("../fonts/Lato-Semibold.woff") format("woff"), url("../fonts/Lato-Semibold.ttf") format("truetype"), url('../fonts/Lato-Semibold.svg#str-replace("Lato", " ", "_")') format("svg"); }

@font-face {
  font-family: "Lato";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/Lato-Medium.eot?") format("eot"), url("../fonts/Lato-Medium.woff2") format("woff2"), url("../fonts/Lato-Medium.woff") format("woff"), url("../fonts/Lato-Medium.ttf") format("truetype"), url('../fonts/Lato-Medium.svg#str-replace("Lato", " ", "_")') format("svg"); }

@font-face {
  font-family: "Lato";
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/Lato-Light.eot?") format("eot"), url("../fonts/Lato-Light.woff2") format("woff2"), url("../fonts/Lato-Light.woff") format("woff"), url("../fonts/Lato-Light.ttf") format("truetype"), url('../fonts/Lato-Light.svg#str-replace("Lato", " ", "_")') format("svg"); }

@font-face {
  font-family: "Lato";
  font-style: normal;
  font-weight: 100;
  src: url("../fonts/Lato-Thin.eot?") format("eot"), url("../fonts/Lato-Thin.woff2") format("woff2"), url("../fonts/Lato-Thin.woff") format("woff"), url("../fonts/Lato-Thin.ttf") format("truetype"), url('../fonts/Lato-Thin.svg#str-replace("Lato", " ", "_")') format("svg"); }

.btn--type1 {
  display: inline-block;
  background: #c0368f;
  color: #fff;
  text-transform: uppercase;
  font-size: 20px;
  padding: 30px 27px;
  border: none;
  text-decoration: none;
  -webkit-border-radius: 8px;
          border-radius: 8px;
  -webkit-box-shadow: 0px 7px 5px -5px #fff inset, 0px -7px 5px -7px #000 inset;
          box-shadow: 0px 7px 5px -5px #fff inset, 0px -7px 5px -7px #000 inset; }
  @media only screen and (min-width: 310px) and (max-width: 767px) {
    .btn--type1 {
      padding: 15px 10px;
      text-align: center; } }

.btn--type2 {
  display: inline-block;
  background: #fff;
  color: #000;
  text-transform: uppercase;
  font-size: 20px;
  padding: 30px 60px;
  border: none;
  text-decoration: none;
  -webkit-border-radius: 8px;
          border-radius: 8px;
  -webkit-box-shadow: 0px 7px 5px -5px #fff inset, 0px -7px 5px -7px #000 inset;
          box-shadow: 0px 7px 5px -5px #fff inset, 0px -7px 5px -7px #000 inset; }
  @media only screen and (min-width: 310px) and (max-width: 767px) {
    .btn--type2 {
      padding: 15px 10px;
      text-align: center; } }

.btn--type3 {
  display: inline-block;
  background: #c0368f;
  color: #fff;
  text-transform: uppercase;
  font-size: 20px;
  padding: 10px 27px;
  border: none;
  text-decoration: none;
  -webkit-border-radius: 5px;
          border-radius: 5px;
  -webkit-box-shadow: 0px 7px 5px -5px #fff inset, 0px -7px 5px -7px #000 inset;
          box-shadow: 0px 7px 5px -5px #fff inset, 0px -7px 5px -7px #000 inset;
  width: 100%; }
  @media only screen and (min-width: 310px) and (max-width: 767px) {
    .btn--type3 {
      padding: 15px 10px;
      text-align: center; } }

.btabs {
  margin-top: 40px; }
  .btabs__nav {
    position: relative;
    margin: 0 -15px; }
    .btabs__nav li {
      cursor: pointer;
      display: inline-block;
      vertical-align: top;
      text-align: center;
      width: 166px;
      height: 166px;
      border: 2px solid #c0368f;
      background: #fff;
      color: #333;
      padding-top: 70px;
      font-size: 20px;
      margin: 0 15px;
      position: relative;
      -webkit-box-shadow: 0px 0px 12px -6px #000;
              box-shadow: 0px 0px 12px -6px #000; }
      .btabs__nav li:hover, .btabs__nav li.active {
        background: #c0368f;
        color: #fff; }
  .btabs__items {
    padding: 50px 0px; }
    .btabs__items__item {
      display: none;
      font-weight: 300;
      line-height: 24px; }
      .btabs__items__item.active {
        display: block; }
  @media only screen and (min-width: 310px) and (max-width: 767px) {
    .btabs .btabs__nav li {
      width: 90%;
      height: 50px;
      padding-top: 10px; } }

.main-wrp {
  overflow: hidden; }

.err {
  border-color: #af0000 !important;
  color: #ff0000 !important; }

img {
  max-width: 100%;
  max-height: 100%; }

.border-bottom {
  border: 1px solid #e4e4e4; }

.bhead {
  padding: 20px;
  color: #000; }
  .bhead .blogo {
    height: 111px;
    padding-left: 135px;
    padding-top: 30px;
    background: url(../img/logo.png) no-repeat 0 0;
    display: inline-block;
    vertical-align: middle; }
    .bhead .blogo__name {
      text-transform: uppercase;
      font-size: 28px;
      border-bottom: 1px solid #000;
      display: inline-block; }
    .bhead .blogo__text {
      font-size: 14px;
      font-weight: 300;
      margin-top: 5px; }
  .bhead .baddress {
    margin-top: 30px;
    font-size: 16px; }
  .bhead .bcontacts {
    margin-top: 25px;
    font-size: 28px; }
    .bhead .bcontacts .bmessengers {
      font-size: 14px;
      font-weight: 300; }

.bnav {
  background: #c0368f;
  color: #fff; }
  .bnav ul {
    height: 40px; }
  .bnav li {
    display: inline-block; }
  .bnav a {
    color: inherit;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 16px;
    display: block;
    padding: 10px 0; }
    .bnav a:hover {
      text-decoration: underline; }
  @media only screen and (min-width: 768px) and (max-width: 1279px) {
    .bnav ul {
      height: 80px;
      text-align: center; }
    .bnav a {
      padding: 10px 10px; } }
  @media only screen and (min-width: 310px) and (max-width: 767px) {
    .bnav ul {
      height: auto;
      text-align: center; }
    .bnav a {
      padding: 10px 10px; } }

.bface {
  padding: 95px 0;
  background: #ccc url(../img/face-bg.jpg) 50% 50% no-repeat;
  background-size: cover; }
  .bface .wrp-dsc-box {
    text-align: right; }
  .bface .dsc-box {
    border: 2px solid #fff;
    padding: 35px 55px;
    text-align: center;
    margin-bottom: 30px;
    color: #000;
    display: inline-block; }
    .bface .dsc-box__name {
      font-size: 40px;
      text-transform: uppercase; }
    .bface .dsc-box__text {
      font-size: 30px;
      font-weight: 300; }
  @media only screen and (min-width: 310px) and (max-width: 767px) {
    .bface .dsc-box {
      padding: 35px 5px; } }

.babout {
  padding: 75px 0;
  font-weight: 300; }
  .babout .gallery {
    width: 565px;
    height: 540px;
    float: left; }
  .babout .btitle {
    text-transform: uppercase;
    font-size: 40px;
    color: #000;
    font-weight: normal;
    text-align: center;
    padding-bottom: 30px; }
  @media only screen and (min-width: 768px) and (max-width: 1279px) {
    .babout .gallery {
      float: none;
      margin: 0 auto; } }
  @media only screen and (min-width: 310px) and (max-width: 767px) {
    .babout .gallery {
      display: none; } }

.bprice {
  padding: 70px 0; }
  .bprice .btitle {
    color: #000;
    font-size: 40px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center; }
  .bprice .servicelist {
    background: #e3e2e7;
    padding: 50px 0;
    margin-top: 60px; }
    .bprice .servicelist li {
      position: relative;
      padding-left: 40px;
      margin: 15px 0; }
      .bprice .servicelist li:before {
        content: "";
        position: absolute;
        top: 50%;
        left: 0;
        margin-top: -7px;
        width: 13px;
        height: 13px;
        background: #c0368f;
        -webkit-border-radius: 50%;
                border-radius: 50%; }
      .bprice .servicelist li a {
        color: inherit;
        text-decoration: none;
        text-transform: uppercase;
        font-size: 20px; }
        .bprice .servicelist li a:hover, .bprice .servicelist li a.active {
          font-weight: bold;
          text-decoration: underline; }

.bservices {
  padding: 80px 0; }
  .bservices__title {
    color: #000;
    font-size: 40px;
    text-transform: uppercase;
    text-align: center; }
  .bservices .bservice {
    padding: 60px 0; }
    .bservices .bservice__title {
      text-transform: uppercase;
      font-size: 22px;
      margin-bottom: 10px; }
    .bservices .bservice__text {
      font-weight: 300; }

.btimebox {
  display: inline-block;
  border: 2px solid #c0368f;
  -webkit-border-radius: 5px;
          border-radius: 5px;
  padding: 10px 15px;
  font-size: 22px;
  color: #000;
  text-transform: uppercase;
  margin-top: 10px; }
  .btimebox__price {
    display: inline-block;
    background: url(../img/iprice.png) no-repeat 0 50%;
    padding: 10px 0 10px 40px; }
  .btimebox__time {
    display: inline-block;
    background: url(../img/itime.png) no-repeat 0 50%;
    padding: 10px 0 10px 40px;
    margin-left: 15px; }

.bcorrection {
  background: #e3e2e7 url(../img/correction-bg.jpg) no-repeat 50% 50%;
  background-size: cover;
  padding: 80px 0; }
  .bcorrection .btitle {
    text-transform: uppercase;
    font-size: 40px;
    color: #000;
    font-weight: normal;
    text-align: center; }
  .bcorrection .bitem {
    background: #fff;
    -webkit-border-radius: 15px;
            border-radius: 15px;
    padding-bottom: 40px;
    margin-top: 50px;
    overflow: hidden; }
    .bcorrection .bitem__img {
      position: relative;
      margin-bottom: 30px; }
      .bcorrection .bitem__img img {
        position: relative;
        width: 100%; }
    .bcorrection .bitem__title {
      font-size: 22px;
      text-transform: uppercase;
      margin-bottom: 10px;
      padding: 0 20px; }
    .bcorrection .bitem__text {
      font-weight: 300;
      padding: 0 20px; }
    .bcorrection .bitem .btimebox {
      margin-top: 30px; }

.bteam {
  padding: 80px 0; }
  .bteam .btitle {
    text-transform: uppercase;
    font-size: 40px;
    color: #000;
    font-weight: normal;
    text-align: center; }
  .bteam .bitem {
    margin-top: 50px; }
    .bteam .bitem__img {
      padding: 7px 7px 2px 7px;
      border: 1px solid #c0368f;
      margin-bottom: 20px; }
    .bteam .bitem__title {
      font-size: 20px;
      text-transform: uppercase;
      margin-bottom: 10px; }
    .bteam .bitem__text {
      font-size: 16px;
      font-weight: 300; }
  @media only screen and (min-width: 310px) and (max-width: 767px) {
    .bteam .btitle {
      font-size: 32px; }
    .bteam .bitem__img {
      width: 200px;
      margin: 0 auto;
      margin-bottom: 10px; } }

.bproducts {
  padding: 70px 0 0 0; }
  .bproducts .btitle {
    text-transform: uppercase;
    font-size: 40px;
    color: #000;
    font-weight: normal;
    text-align: center; }
  .bproducts .name-red {
    color: #c0368f;
    font-size: 24px;
    font-weight: 500; }
  .bproducts .text-small {
    font-size: 16px;
    line-height: 18px;
    padding-top: 10px; }
  .bproducts .slick-prev,
  .bproducts .slick-next {
    color: transparent;
    background: none;
    border: 3px solid #a9a9a9;
    height: 65px;
    width: 65px;
    -webkit-border-radius: 50%;
            border-radius: 50%;
    position: absolute;
    top: 50%;
    margin-top: -33px;
    display: block; }
    .bproducts .slick-prev:before,
    .bproducts .slick-next:before {
      content: "";
      display: block;
      width: 20px;
      height: 20px;
      border-left: 3px solid #a9a9a9;
      border-bottom: 3px solid #a9a9a9;
      -webkit-transform: rotate(45deg);
          -ms-transform: rotate(45deg);
              transform: rotate(45deg);
      top: 50%;
      left: 50%;
      margin-top: 20px;
      margin-left: 15px; }
  .bproducts .slick-prev {
    left: -75px; }
  .bproducts .slick-next {
    right: -75px; }
    .bproducts .slick-next:before {
      -webkit-transform: rotate(225deg);
          -ms-transform: rotate(225deg);
              transform: rotate(225deg);
      margin-left: 7px; }
  .bproducts .prog-name {
    font-size: 22px;
    font-weight: 500;
    padding-bottom: 10px; }
  .bproducts .prog-img {
    border: 1px solid #dcdcdc;
    text-align: center; }
    .bproducts .prog-img img {
      display: inline-block; }
  .bproducts .slider-for2 .slide {
    padding-top: 40px; }
  .bproducts .slider-for2 table {
    width: 100%;
    text-align: left; }
    .bproducts .slider-for2 table th {
      border-left: 1px solid #a9a9a9;
      padding: 10px; }
      .bproducts .slider-for2 table th:first-child {
        border: none;
        width: 150px; }
    .bproducts .slider-for2 table td {
      border-left: 1px solid #a9a9a9;
      border-top: 1px solid #a9a9a9;
      padding: 10px;
      vertical-align: top; }
      .bproducts .slider-for2 table td:first-child {
        border-left: none; }
  @media only screen and (min-width: 768px) and (max-width: 1279px) {
    .bproducts .slick-prev {
      left: -15px;
      z-index: 100; }
    .bproducts .slick-next {
      right: -15px;
      z-index: 100; } }
  @media only screen and (min-width: 310px) and (max-width: 767px) {
    .bproducts .slick-prev {
      left: -15px;
      z-index: 100; }
    .bproducts .slick-next {
      right: -15px;
      z-index: 100; } }

.bspa {
  padding: 70px 0; }
  .bspa .btitle {
    text-transform: uppercase;
    font-size: 40px;
    color: #000;
    font-weight: normal;
    text-align: center; }
  .bspa .slick-prev,
  .bspa .slick-next {
    color: transparent;
    background: none;
    border: 3px solid #a9a9a9;
    height: 65px;
    width: 65px;
    -webkit-border-radius: 50%;
            border-radius: 50%;
    position: absolute;
    top: 50%;
    margin-top: -33px;
    display: block; }
    .bspa .slick-prev:before,
    .bspa .slick-next:before {
      content: "";
      display: block;
      width: 20px;
      height: 20px;
      border-left: 3px solid #a9a9a9;
      border-bottom: 3px solid #a9a9a9;
      -webkit-transform: rotate(45deg);
          -ms-transform: rotate(45deg);
              transform: rotate(45deg);
      top: 50%;
      left: 50%;
      margin-top: 20px;
      margin-left: 15px; }
  .bspa .slick-prev {
    left: -75px; }
  .bspa .slick-next {
    right: -75px; }
    .bspa .slick-next:before {
      -webkit-transform: rotate(225deg);
          -ms-transform: rotate(225deg);
              transform: rotate(225deg);
      margin-left: 7px; }
  .bspa .slide {
    padding: 0 10px; }
  .bspa .bitem {
    background: #fff;
    -webkit-border-radius: 15px;
            border-radius: 15px;
    padding-bottom: 40px;
    margin-top: 50px;
    overflow: hidden; }
    .bspa .bitem__img {
      position: relative; }
      .bspa .bitem__img img {
        position: relative;
        width: 100%; }
    .bspa .bitem__title {
      font-size: 22px;
      text-transform: uppercase;
      padding: 30px 20px 20px 20px;
      border-left: 1px solid #dcdcdc;
      border-right: 1px solid #dcdcdc; }
    .bspa .bitem__text {
      font-weight: 300;
      padding: 0 20px 30px 20px;
      border: 1px solid #dcdcdc;
      border-top: none;
      -webkit-border-radius: 0 0 15px 15px;
              border-radius: 0 0 15px 15px; }
    .bspa .bitem .btimebox {
      margin-top: 30px;
      font-weight: normal; }
  @media only screen and (min-width: 768px) and (max-width: 1279px) {
    .bspa .slick-prev {
      left: -15px;
      z-index: 100; }
    .bspa .slick-next {
      right: -15px;
      z-index: 100; } }
  @media only screen and (min-width: 310px) and (max-width: 767px) {
    .bspa .slick-prev {
      left: -15px;
      z-index: 100; }
    .bspa .slick-next {
      right: -15px;
      z-index: 100; } }

.bactions {
  padding: 70px 0;
  background: #e3e2e7; }
  .bactions .btitle {
    text-transform: uppercase;
    font-size: 40px;
    color: #000;
    font-weight: normal;
    text-align: center; }
  .bactions .slick-dots {
    text-align: center;
    padding-top: 30px; }
    .bactions .slick-dots li {
      display: inline-block; }
      .bactions .slick-dots li button {
        display: block;
        color: transparent;
        background: transparent;
        border: 2px solid #a9a9a9;
        width: 20px;
        height: 20px;
        -webkit-border-radius: 50%;
                border-radius: 50%;
        margin: 0 5px;
        overflow: hidden; }
      .bactions .slick-dots li.slick-active button {
        background: #a9a9a9; }
  .bactions .slide {
    padding-top: 40px; }
  .bactions .item__name {
    text-transform: uppercase;
    font-size: 22px;
    margin-bottom: 20px; }
  .bactions .item__text {
    font-weight: 300;
    padding-right: 20px; }

.binst {
  padding: 70px 0;
  background: url(../img/inst-bg.jpg) 50% 50% no-repeat; }
  .binst .btitle {
    text-transform: uppercase;
    font-size: 30px;
    color: #000;
    font-weight: normal;
    margin-top: 160px; }
  @media only screen and (min-width: 310px) and (max-width: 767px) {
    .binst {
      padding: 30px 0; }
      .binst .btitle {
        margin-top: 0;
        margin-bottom: 10px;
        font-size: 22px;
        text-align: center; } }

.bzapis {
  padding: 70px 0;
  background: #c0368f;
  color: #fff; }
  .bzapis .text {
    font-size: 30px;
    font-weight: 300; }
    .bzapis .text span {
      font-size: 40px;
      font-weight: normal;
      text-transform: uppercase; }
  @media only screen and (min-width: 310px) and (max-width: 767px) {
    .bzapis {
      text-align: center; }
      .bzapis .text {
        margin-bottom: 30px; } }

.bfooter {
  padding: 70px 0;
  font-size: 16px;
  font-weight: 300; }
  .bfooter .blogo {
    height: 111px;
    padding-left: 135px;
    padding-top: 30px;
    background: url(../img/logo.png) no-repeat 0 0;
    display: inline-block;
    vertical-align: middle;
    position: relative; }
    .bfooter .blogo__name {
      text-transform: uppercase;
      font-size: 28px;
      border-bottom: 1px solid #000;
      display: inline-block; }
    .bfooter .blogo__text {
      font-size: 14px;
      font-weight: 300;
      margin-top: 5px; }
    .bfooter .blogo__inf {
      position: absolute;
      top: 36px;
      right: -180px;
      color: #c0368f;
      font-size: 18px;
      line-height: 18px;
      font-weight: 300; }
  .bfooter .bphone {
    margin-top: 35px;
    font-size: 28px; }
  .bfooter .bmessengers {
    font-size: 14px;
    font-weight: 300; }
  .bfooter .email,
  .bfooter .address,
  .bfooter .worktime {
    margin: 20px 0; }
    .bfooter .email a,
    .bfooter .address a,
    .bfooter .worktime a {
      text-decoration: none;
      color: inherit; }
      .bfooter .email a:hover,
      .bfooter .address a:hover,
      .bfooter .worktime a:hover {
        text-decoration: underline; }
  @media only screen and (min-width: 768px) and (max-width: 1279px) {
    .bfooter {
      text-align: center; } }
  @media only screen and (min-width: 310px) and (max-width: 767px) {
    .bfooter .blogo__inf {
      top: 95px;
      right: -40px; } }

.bcopyr {
  padding: 30px 0;
  font-size: 14px;
  text-transform: uppercase; }
  .bcopyr .studio {
    text-align: right; }
  @media only screen and (min-width: 768px) and (max-width: 1279px) {
    .bcopyr {
      text-align: center; }
      .bcopyr .studio {
        text-align: center;
        margin-top: 15px; } }
  @media only screen and (min-width: 310px) and (max-width: 767px) {
    .bcopyr {
      text-align: center; }
      .bcopyr .studio {
        text-align: center;
        margin-top: 15px; } }

#yaMap {
  width: 100%;
  height: 330px; }

.gallery .slider-for {
  width: 360px;
  height: 540px;
  float: left; }
  .gallery .slider-for .slide img {
    max-width: 100%;
    max-height: 540px; }

.gallery .slider-nav .slick-prev {
  display: block;
  color: transparent;
  background: url(../img/arrow-top.png) 50% 50% no-repeat;
  width: 100%;
  height: 30px;
  border: none; }

.gallery .slider-nav .slick-next {
  display: block;
  color: transparent;
  background: url(../img/arrow-bottom.png) 50% 50% no-repeat;
  width: 100%;
  height: 30px;
  border: none; }

.gallery .part1 {
  width: 370px;
  padding-right: 10px;
  float: left; }

.gallery .part2 {
  width: 178px;
  float: left; }

.slider-full .slick-dots {
  text-align: center;
  padding-top: 30px; }
  .slider-full .slick-dots li {
    display: inline-block; }
    .slider-full .slick-dots li button {
      display: block;
      color: transparent;
      background: transparent;
      border: 2px solid #a9a9a9;
      width: 20px;
      height: 20px;
      -webkit-border-radius: 50%;
              border-radius: 50%;
      margin: 0 5px;
      overflow: hidden; }
    .slider-full .slick-dots li.slick-active button {
      background: #a9a9a9; }

.bpopup .form {
  text-align: center; }
  .bpopup .form__title {
    text-wrap: 300;
    text-transform: uppercase;
    margin-bottom: 20px;
    font-size: 24px; }
  .bpopup .form__info {
    margin-bottom: 30px; }

.bpopup input {
  border: 1px solid #ccc;
  -webkit-border-radius: 0;
          border-radius: 0;
  height: 40px;
  margin-bottom: 10px;
  padding: 0 15px; }

body {
  background: #fff;
  color: #333;
  font-size: 18px;
  font-family: 'Lato'; }

h1, h2, h3, h4, h5, h6 {
  font-family: 'Lato'; }

b {
  font-family: 'Lato';
  font-weight: bold; }

.font-light {
  font-family: 'Lato';
  font-weight: 300; }

ul, li {
  list-style-type: none;
  padding: 0;
  margin: 0; }

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

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

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