/* common classes */
body {
  min-width: 320px;
  height: 100%;
  font-family: 'Arial', sans-serif;
  font-size: 16px;
  line-height: 1.15;
  background-color: #fff; }

.container {
  height: 100%; }

.container:before,
.container:after {
  content: none; }

a {
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease; }

section {
  color: #393939; }
  section h2 {
    text-align: center;
    font-family: "HelveticaNeueCyr-Light", sans-serif;
    font-size: 30px;
    margin-bottom: 35px; }
    section h2 span {
      color: #ed1c56; }

/* </common classes */
/* flex-classes */
.flexbox {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex; }

.flex-space-start {
  -ms-flex-pack: start;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start; }

.flex-space-b {
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between; }

.flex-space-c {
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center; }

.flex-space-end {
  -ms-flex-pack: end;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end; }

.flex-align-top {
  -ms-flex-align: start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start; }

.flex-align-center {
  -ms-flex-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center; }

.flex-align-bottom {
  -ms-flex-align: end;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  align-items: flex-end; }

.flex-shrink-0 {
  -ms-flex-negative: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0; }

.flex-grow-1 {
  -ms-flex-positive: 1;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  flex-grow: 1; }

.flex-wrap {
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap; }

.flex-direct-col {
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  flex-direction: column; }

/* </flex-classes */
/* input-placeholder */
input::-webkit-input-placeholder {
  opacity: 1;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease; }

input::-moz-placeholder {
  opacity: 1;
  transition: opacity 0.3s ease; }

input:-ms-input-placeholder {
  opacity: 1;
  transition: opacity 0.3s ease; }

input:focus::-webkit-input-placeholder {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease; }

input:focus::-moz-placeholder {
  opacity: 0;
  transition: opacity 0.3s ease; }

input:focus:-ms-input-placeholder {
  opacity: 0;
  transition: opacity 0.3s ease; }

textarea::-webkit-input-placeholder {
  opacity: 1;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease; }

textarea::-moz-placeholder {
  opacity: 1;
  transition: opacity 0.3s ease; }

textarea:-ms-input-placeholder {
  opacity: 1;
  transition: opacity 0.3s ease; }

textarea:focus::-webkit-input-placeholder {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease; }

textarea:focus::-moz-placeholder {
  opacity: 0;
  transition: opacity 0.3s ease; }

textarea:focus:-ms-input-placeholder {
  opacity: 0;
  transition: opacity 0.3s ease; }

input::-ms-clear {
  display: none; }

/* </input-placeholder */
/* main */
.main {
  position: relative;
  overflow: hidden;
  background: url(../img/pattern1.png); }
  .main .pink-bg {
    position: absolute;
    overflow: hidden;
    width: 580px;
    height: 100%;
    left: 50%;
    margin-left: 110px;
    -webkit-transform: skewX(-30deg);
    transform: skewX(-30deg);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0; }
    .main .pink-bg .pink-bg-inner {
      position: absolute;
      height: 100%;
      top: 0;
      right: 0;
      bottom: 0;
      left: -412px;
      background: url(../img/bg1.jpg) 100% 0 no-repeat;
      -webkit-transform: skewX(30deg);
      transform: skewX(30deg);
      -webkit-transform-origin: 0 0;
      transform-origin: 0 0; }
      .main .pink-bg .pink-bg-inner .cover {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background-color: rgba(237, 28, 86, 0.8); }
      .main .pink-bg .pink-bg-inner .insert {
        position: absolute;
        max-width: 450px;
        bottom: 60px;
        left: 0;
        color: #293046;
        font-family: "FiraSans-Light", sans-serif;
        font-size: 18px;
        line-height: 1.35;
        background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0.35) 0%, rgba(255, 255, 255, 0) 100%);
        background: linear-gradient(to right, rgba(255, 255, 255, 0.35) 0%, rgba(255, 255, 255, 0) 100%);
        padding: 5px 10px 5px 140px; }
        .main .pink-bg .pink-bg-inner .insert .p-bold {
          font-family: "FiraSans-Bold", sans-serif; }
        .main .pink-bg .pink-bg-inner .insert .arrow {
          position: absolute;
          width: 31px;
          height: 36px;
          bottom: -45px;
          left: 110px;
          background: url(../img/sprite.png) no-repeat;
          background-position: 0 -40px; }
  .main .main-inner {
    position: relative;
    z-index: 1; }
  .main header {
    position: relative;
    height: 125px; }
    .main header .transparent-bg {
      position: absolute;
      width: 460px;
      height: 125px;
      top: 0;
      left: -62px;
      background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0.05)), to(rgba(255, 255, 255, 0)));
      background: linear-gradient(to right, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0) 100%);
      -webkit-transform: skewX(45deg);
      transform: skewX(45deg); }
    .main header .left-part img {
      margin-right: 15px; }
    .main header .left-part .slogan {
      max-width: 370px;
      color: #fff;
      font-family: "Intro-Black-Caps", sans-serif;
      font-size: 20px;
      text-shadow: 1px 1px 0 #293046; }
      .main header .left-part .slogan span {
        color: #ed1c56; }
    .main header .right-part {
      position: relative;
      text-align: right; }
      .main header .right-part .toggle-button {
        display: none;
        background-color: transparent;
        padding: 10px 8px;
        border: none; }
        .main header .right-part .toggle-button .icon-bar {
          display: block;
          width: 32px;
          height: 2px;
          background-color: #293046;
          border-radius: 0;
          margin-bottom: 7px; }
        .main header .right-part .toggle-button .icon-bar:last-child {
          margin-bottom: 0; }
      .main header .right-part .mail-ref {
        display: block;
        color: #fff;
        font-family: "FiraSans-Bold", sans-serif;
        font-size: 18px;
        margin-bottom: 15px; }
      .main header .right-part .mail-ref::before {
        content: '';
        display: inline-block;
        width: 24px;
        height: 16px;
        background: url(../img/sprite.png) no-repeat;
        background-position: 0 0;
        margin-right: 8px;
        vertical-align: middle; }
      .main header .right-part ul li {
        display: inline-block;
        font-family: "Intro-Black-Caps", sans-serif;
        font-size: 16px;
        margin-left: 10px; }
        .main header .right-part ul li a {
          display: block;
          color: #293046;
          border-bottom: 1px solid #293046; }
        .main header .right-part ul li a:hover {
          color: #fff;
          border-bottom-color: #fff; }
  .main .youngman {
    position: absolute;
    bottom: 0;
    right: 50%;
    margin-right: -500px;
    z-index: 2; }
  .main .text-group {
    position: relative;
    color: #fff;
    padding: 30px 0 60px 0;
    z-index: 3; }
    .main .text-group .h1-group {
      font-family: "FiraSans-Regular", sans-serif;
      font-size: 48px;
      margin-bottom: 30px;
      line-height: 1; }
      .main .text-group .h1-group h1 {
        font-family: "FiraSans-Bold", sans-serif;
        font-size: 60px;
        text-transform: uppercase;
        margin-top: 10px; }
    .main .text-group .p-group {
      max-width: 480px;
      font-family: "FiraSans-Bold", sans-serif;
      font-size: 24px;
      margin-bottom: 25px; }
      .main .text-group .p-group p span {
        color: #ed1c56;
        text-decoration: underline; }
    .main .text-group ul li {
      margin-bottom: 10px; }
    .main .text-group ul li:last-child {
      margin-bottom: 0; }
    .main .text-group ul li::before {
      content: '';
      display: inline-block;
      width: 24px;
      height: 24px;
      background: url(../img/sprite.png) no-repeat;
      background-position: 0 -16px;
      margin-right: 15px;
      vertical-align: middle; }

/* </main */
/* form-block */
.form-block {
  background-color: #293046;
  padding: 30px 0;
  box-shadow: 0 4.33px 5px 0px rgba(0, 0, 0, 0.25); }
  .form-block form {
    display: block; }
    .form-block form .form-inner input,
    .form-block form .form-inner button {
      height: 58px; }
    .form-block form .form-inner input.error {
      border-color: #f00; }
    .form-block form .form-inner input {
      padding: 0 18px;
      border: 1px solid #a7afc8;
      box-shadow: inset 4px 4px 8px rgba(0, 0, 0, 0.2); }
    .form-block form .form-inner input[type="email"] {
      width: 28%; }
    .form-block form .form-inner input[type="text"] {
      width: 50%; }
    .form-block form .form-inner button {
      width: 18.5%;
      color: #fff;
      font-family: "FiraSans-Bold", sans-serif;
      font-size: 18px;
      text-decoration: underline;
      background-color: #ed1c56;
      border: 2px solid #fff;
      -webkit-transition: 0.4s ease;
      transition: 0.4s ease; }
    .form-block form .form-inner button::before {
      content: '';
      display: inline-block;
      width: 24px;
      height: 24px;
      background: url(../img/sprite.png) no-repeat;
      background-position: 0 -76px;
      margin-right: 15px;
      vertical-align: middle; }
    .form-block form .form-inner button:hover {
      border-color: transparent; }

/* </form-block */
/* sell-passport */
.sell-passport {
  text-align: center;
  padding: 65px 0 0 0; }
  .sell-passport .p-group {
    line-height: 1.75;
    margin-bottom: 20px; }
    .sell-passport .p-group p {
      margin-bottom: 20px; }
    .sell-passport .p-group p:last-child {
      margin-bottom: 0; }
  .sell-passport .imp-info-wrap {
    padding-bottom: 30px; }
  .sell-passport .imp-info {
    position: relative;
    text-align: left;
    border: 2px solid #ed1c56; }
    .sell-passport .imp-info p.imp-info-p {
      color: #ed1c56;
      font-family: "FiraSans-Bold", sans-serif;
      font-size: 18px;
      padding: 18px 22px;
      cursor: pointer; }
    .sell-passport .imp-info p.imp-info-p::before {
      content: '';
      display: inline-block;
      width: 14px;
      height: 24px;
      background: url(../img/sprite.png) no-repeat;
      background-position: 0 -100px;
      margin-right: 18px;
      vertical-align: middle; }
    .sell-passport .imp-info .spoiler {
      display: none;
      position: relative;
      line-height: 1.75;
      padding: 10px 30px 56px 30px; }
      .sell-passport .imp-info .spoiler p,
      .sell-passport .imp-info .spoiler ul {
        margin-bottom: 40px; }
      .sell-passport .imp-info .spoiler p:last-child,
      .sell-passport .imp-info .spoiler ul:last-child {
        margin-bottom: 0; }
      .sell-passport .imp-info .spoiler ul {
        list-style-type: square;
        padding-left: 18px; }
      .sell-passport .imp-info .spoiler .up-button {
        position: absolute;
        height: 56px;
        right: 0;
        bottom: 0;
        left: 0;
        background-color: #ed1c56;
        cursor: pointer; }
        .sell-passport .imp-info .spoiler .up-button .close-arrow {
          position: absolute;
          width: 34px;
          height: 18px;
          top: 50%;
          left: 50%;
          background: url(../img/sprite.png) no-repeat;
          background-position: 0 -144px;
          margin-top: -9px;
          margin-left: -17px; }
  .sell-passport .imp-info::after {
    content: '';
    position: absolute;
    top: 25px;
    right: 22px;
    width: 18px;
    height: 10px;
    background: url(../img/sprite.png) no-repeat;
    background-position: 0 -124px; }
  .sell-passport .imp-info.vis::after {
    background-position: 0 -134px; }

/* </sell-passport */
/* recomendations */
.recomendations {
  background: url(../img/pattern2.png); }
  .recomendations .recom-inner {
    position: relative;
    overflow: hidden;
    padding: 40px 0; }
    .recomendations .recom-inner .blazon {
      position: absolute;
      right: 0;
      bottom: -40px;
      z-index: 0; }
    .recomendations .recom-inner .wrapper {
      position: relative;
      z-index: 1; }
      .recomendations .recom-inner .wrapper h2 {
        text-align: left; }
      .recomendations .recom-inner .wrapper .passport {
        float: left;
        margin: 0 60px 30px 50px; }
      .recomendations .recom-inner .wrapper .p-group {
        overflow: hidden;
        line-height: 1.75;
        margin-bottom: 20px; }
        .recomendations .recom-inner .wrapper .p-group p {
          margin-bottom: 20px; }
        .recomendations .recom-inner .wrapper .p-group p:last-child {
          margin-bottom: 0; }
        .recomendations .recom-inner .wrapper .p-group ol {
          counter-reset: num; }
          .recomendations .recom-inner .wrapper .p-group ol li {
            margin-bottom: 20px; }
            .recomendations .recom-inner .wrapper .p-group ol li span {
              font-weight: bold; }
          .recomendations .recom-inner .wrapper .p-group ol li:last-child {
            margin-bottom: 0; }
          .recomendations .recom-inner .wrapper .p-group ol li::before {
            content: counter(num) ". ";
            counter-increment: num;
            color: #ed1c56;
            font-weight: bold; }
      .recomendations .recom-inner .wrapper .p-group:last-child {
        margin-bottom: 0; }
      .recomendations .recom-inner .wrapper .pink-p {
        color: #fff;
        background-color: #ed1c56;
        padding: 12px 18px;
        margin-bottom: 25px; }
        .recomendations .recom-inner .wrapper .pink-p span {
          font-weight: bold; }
      .recomendations .recom-inner .wrapper .pink-p::before {
        content: '';
        display: inline-block;
        width: 25px;
        height: 13px;
        background: url(../img/sprite.png) no-repeat;
        background-position: 0 -162px;
        margin-right: 12px;
        vertical-align: middle; }

/* </recomendations */
/* confidence */
.confidence {
  color: #fff;
  text-align: center;
  background: url(../img/bg2.png) 50% 50%/cover no-repeat, url(../img/pattern1.png);
  padding: 55px 0 45px 0;
  box-shadow: 0 4.33px 5px 0px rgba(0, 0, 0, 0.25); }
  .confidence h2 {
    margin-bottom: 18px; }
  .confidence p.var {
    max-width: 720px;
    margin: 0 auto 25px; }
  .confidence p.var2 {
    font-weight: bold; }
  .confidence .p-group {
    margin-bottom: 18px; }
    .confidence .p-group p {
      margin-bottom: 25px; }
      .confidence .p-group p span {
        text-decoration: underline; }
    .confidence .p-group p:last-child {
      margin-bottom: 0; }
  .confidence .p-group:last-child {
    margin-bottom: 0; }
  .confidence .text-group .img-wrapper {
    width: 290px;
    padding: 0 30px 0 7px; }
    .confidence .text-group .img-wrapper img {
      width: 100%; }
  .confidence .text-group .ul-wrapper {
    text-align: left;
    padding-left: 20px; }
    .confidence .text-group .ul-wrapper ul {
      margin-bottom: 30px; }
      .confidence .text-group .ul-wrapper ul li {
        margin-bottom: 12px; }
      .confidence .text-group .ul-wrapper ul li:last-child {
        margin-bottom: 0; }
      .confidence .text-group .ul-wrapper ul li::before {
        content: '';
        display: inline-block;
        width: 8px;
        height: 15px;
        background: url(../img/sprite.png) no-repeat;
        background-position: 0 -175px;
        margin-right: 12px;
        margin-left: -20px;
        vertical-align: middle; }

/* </confidence */
/* garantees */
.garantees {
  position: relative;
  text-align: center;
  padding: 50px 0 40px 0; }
  .garantees .gar-img {
    position: absolute;
    left: 50%;
    bottom: 60px;
    margin-left: -555px;
    z-index: 0; }
  .garantees .garantees-inner {
    position: relative;
    z-index: 1; }
  .garantees .p-group {
    line-height: 1.75;
    margin-bottom: 20px; }
  .garantees .ul-wrapper {
    text-align: left;
    padding-left: 320px; }
    .garantees .ul-wrapper p {
      font-weight: bold;
      margin-bottom: 20px; }
    .garantees .ul-wrapper p:last-child {
      margin-bottom: 0; }
    .garantees .ul-wrapper ol {
      counter-reset: num;
      margin-bottom: 20px; }
      .garantees .ul-wrapper ol li {
        padding-left: 50px;
        margin-bottom: 5px; }
      .garantees .ul-wrapper ol li:last-child {
        margin-bottom: 0; }
      .garantees .ul-wrapper ol li::before {
        content: counter(num) "";
        counter-increment: num;
        display: inline-block;
        width: 35px;
        height: 35px;
        color: #ed1c56;
        text-align: center;
        line-height: 35px;
        border: 1px solid #ed1c56;
        border-radius: 50%;
        margin-right: 15px;
        margin-left: -50px;
        vertical-align: middle; }

/* </garantees */
/* commentaries */
.commentaries {
  background: url(../img/bg3.png) 50% 50%/cover no-repeat, url(../img/pattern2.png);
  padding: 45px 0 30px 0; }
  .commentaries .comms-wrapper .item {
    margin-bottom: 14px; }
    .commentaries .comms-wrapper .item .photo-wrap {
      width: 136px;
      text-align: center;
      padding-top: 10px; }
      .commentaries .comms-wrapper .item .photo-wrap .img-wrap {
        height: 136px;
        background-position: 50% 50%;
        background-repeat: no-repeat;
        background-size: cover;
        border: 2px solid #fff;
        border-radius: 50%;
        margin-bottom: -20px;
        box-shadow: 1px 3px 4px rgba(0, 0, 0, 0.35); }
      .commentaries .comms-wrapper .item .photo-wrap .name {
        display: inline-block;
        color: #fff;
        font-family: "FiraSans-Italic", sans-serif;
        background-color: #ed1c56;
        padding: 5px 15px;
        border-radius: 14px; }
    .commentaries .comms-wrapper .item .text-wrap {
      position: relative;
      min-height: 160px;
      line-height: 1.5;
      background-color: #fff;
      padding: 30px 45px;
      border: 1px solid #c7c7c7;
      border-radius: 80px 0 0 80px;
      margin-left: 25px;
      box-shadow: 2px 3px 4px rgba(0, 0, 0, 0.1); }
    .commentaries .comms-wrapper .item .text-wrap::before {
      content: '';
      position: absolute;
      top: 72px;
      left: -16px;
      border: 8px solid transparent;
      border-right-color: #c7c7c7; }
  .commentaries .comms-wrapper .item:last-child {
    margin-bottom: 0; }

/* </commentaries */
/* map */
.map {
  height: 380px;
  background-color: #ccc; }

.baloon {
  position: relative;
  width: 450px;
  text-align: left;
  background-color: rgba(255, 255, 255, 0.75);
  box-shadow: 2px 3px 4px rgba(0, 0, 0, 0.3); }
  .baloon .address {
    padding: 18px 25px; }
    .baloon .address p {
      font-size: 16px;
      line-height: 1.5; }
      .baloon .address p span {
        color: #ed1c56; }
  .baloon .tel-number {
    color: #e9e9e9;
    font-family: "FiraSans-Light", sans-serif;
    font-size: 18px;
    background-color: #ed1c56;
    padding: 15px 25px; }
    .baloon .tel-number span {
      color: #fff;
      font-family: "FiraSans-Bold", sans-serif; }
    .baloon .tel-number span::before {
      content: '';
      display: inline-block;
      width: 16px;
      height: 16px;
      background: url(../img/sprite.png) no-repeat;
      background-position: 0 -209px;
      margin-right: 10px;
      margin-left: 10px;
      vertical-align: middle; }

.baloon::before {
  content: '';
  display: inline-block;
  position: absolute;
  bottom: -16px;
  left: 25px;
  border: 8px solid transparent;
  border-top-color: #ed1c56; }

/* </map */
/* footer */
footer {
  padding: 15px 0;
  background-color: #292d35; }
  footer .footer-inner .copyright {
    color: #ed1c56;
    font-size: 14px; }
  footer .footer-inner .copyright::before {
    content: '';
    display: inline-block;
    width: 17px;
    height: 19px;
    background: url(../img/sprite.png) no-repeat;
    background-position: 0 -190px;
    margin-right: 10px;
    vertical-align: -4px; }
  footer .footer-inner .bottom-menu ul li {
    display: inline-block; }
    footer .footer-inner .bottom-menu ul li a {
      display: inline-block;
      color: #fff;
      border-bottom: 1px solid #fff; }
    footer .footer-inner .bottom-menu ul li a:hover {
      color: #ed1c56;
      border-bottom-color: #ed1c56; }
  footer .footer-inner .bottom-menu ul li::after {
    content: '/';
    display: inline-block;
    color: #5e667c;
    margin-left: 10px;
    margin-right: 7px; }
  footer .footer-inner .bottom-menu ul li:last-child::after {
    content: none; }

/* </footer */

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