@charset "UTF-8";
/* Slider */
.slick-loading .slick-list {
  background: #fff url("https://ameja.ru/assets/template/css/ajax-loader.gif") center center no-repeat; }

/* Icons */
@font-face {
  font-family: "slick";
  src: url("https://ameja.ru/assets/template/css/fonts/slick.eot");
  src: url("https://ameja.ru/assets/template/css/fonts/slick.eot?") format("embedded-opentype"), url("https://ameja.ru/assets/template/css/fonts/slick.woff") format("woff"), url("https://ameja.ru/assets/template/css/fonts/slick.ttf") format("truetype"), url("https://ameja.ru/assets/template/css/fonts/slick.svg") format("svg");
  font-weight: normal;
  font-style: normal; }

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none; }
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent; }
    .slick-prev:hover:before, .slick-prev:focus:before,
    .slick-next:hover:before,
    .slick-next:focus:before {
      opacity: 1; }
  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 0.25; }
  .slick-prev:before,
  .slick-next:before {
    font-family: "slick";
    font-size: 20px;
    line-height: 1;
    color: white;
    opacity: 0.75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: -25px; }
  [dir="rtl"] .slick-prev {
    left: auto;
    right: -25px; }
  .slick-prev:before {
    content: "←"; }
    [dir="rtl"] .slick-prev:before {
      content: "→"; }

.slick-next {
  right: -25px; }
  [dir="rtl"] .slick-next {
    left: -25px;
    right: auto; }
  .slick-next:before {
    content: "→"; }
    [dir="rtl"] .slick-next:before {
      content: "←"; }

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      border: 0;
      background: transparent;
      display: block;
      height: 20px;
      width: 20px;
      outline: none;
      line-height: 0px;
      font-size: 0px;
      color: transparent;
      padding: 5px;
      cursor: pointer; }
      .slick-dots li button:hover, .slick-dots li button:focus {
        outline: none; }
        .slick-dots li button:hover:before, .slick-dots li button:focus:before {
          opacity: 1; }
      .slick-dots li button:before {
        position: absolute;
        top: 0;
        left: 0;
        content: "•";
        width: 20px;
        height: 20px;
        font-family: "slick";
        font-size: 6px;
        line-height: 20px;
        text-align: center;
        color: black;
        opacity: 0.25;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .slick-dots li.slick-active button:before {
      color: black;
      opacity: 0.75; }

html, body {
  font-family: 'Roboto', sans-serif;
  color: #333333;
  background: #f0f0f0; }

.page-wrapper {
  display: block;
  margin: 0 auto;
  width: 100%;
  max-width: 1920px;
  background: #ffffff;
  -webkit-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.4);
          box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.4);
  overflow: hidden; }

section {
  padding: 80px 0;
  overflow: hidden; }

.section_gray {
  background: #fafafa; }

.tingle-auto-width .tingle-modal-box {
  width: auto; }

.tpl-separator {
  position: relative;
  display: block;
  height: 40px;
  width: 100%;
  overflow: hidden;
  z-index: 10; }
  @media (max-width: 756px) {
    .tpl-separator {
      height: 20px; } }
  .tpl-separator div {
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
    position: absolute;
    display: block;
    width: 100%;
    height: 80px;
    left: 0;
    -webkit-border-radius: 50%;
            border-radius: 50%;
    overflow: hidden;
    -webkit-box-shadow: 0 0 0 80px #ffffff;
            box-shadow: 0 0 0 80px #ffffff; }
    @media (max-width: 756px) {
      .tpl-separator div {
        height: 40px; } }
  .tpl-separator span {
    display: block;
    position: absolute;
    width: 100%;
    height: 1px;
    -webkit-box-shadow: 0 0 50px 5px rgba(0, 0, 0, 0.5);
            box-shadow: 0 0 50px 5px rgba(0, 0, 0, 0.5); }
    @media (max-width: 756px) {
      .tpl-separator span {
        -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.5);
                box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.5); } }
  .tpl-separator_top {
    margin-top: -40px;
    margin-bottom: 0px; }
    .tpl-separator_top div {
      bottom: 0; }
    @media (max-width: 756px) {
      .tpl-separator_top {
        margin-top: -20px; } }
    .tpl-separator_top span {
      bottom: 0; }
  .tpl-separator_bottom {
    margin-top: 0px;
    margin-bottom: -40px; }
    .tpl-separator_bottom div {
      top: 0; }
    @media (max-width: 756px) {
      .tpl-separator_bottom {
        margin-bottom: -20px; } }
    .tpl-separator_bottom span {
      top: 0; }
  .tpl-separator_dark div {
    -webkit-box-shadow: 0 0 0 80px #1e1925;
            box-shadow: 0 0 0 80px #1e1925; }

::-moz-selection {
  background: #FFA804; }

::selection {
  background: #FFA804; }

p {
  margin-top: 0; }

.no-gutters {
  margin-right: 0;
  margin-left: 0; }
  .no-gutters > .col,
  .no-gutters > [class*="col-"] {
    padding-right: 0;
    padding-left: 0; }

.heading {
  position: relative;
  font-family: 'Rubik', sans-serif;
  font-weight: 500;
  font-size: 36px;
  line-height: 1.2;
  margin-bottom: 60px; }
  @media (max-width: 576px) {
    .heading {
      font-size: 26px; } }
  .heading:after {
    content: "";
    position: absolute;
    display: block;
    height: 2px;
    width: 16%;
    background: #FFB204;
    margin-top: 20px; }
  .heading.text-center {
    padding: 0 10px; }
    .heading.text-center:after {
      left: 50%;
      margin-left: -8%; }
  .heading.no-after {
    margin-bottom: 20px; }
    .heading.no-after:after {
      content: none; }

.subheading {
  font-size: 24px;
  line-height: 1.2;
  margin-bottom: 30px; }
  @media (max-width: 576px) {
    .subheading {
      font-size: 20px;
      margin-bottom: 20px; } }

.tpl-field {
  cursor: text;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-border-radius: 0px;
          border-radius: 0px;
  border: 1px solid #1e1925;
  -webkit-border-radius: 4px;
          border-radius: 4px;
  background-color: #ffffff;
  font-size: 14px;
  font-weight: normal;
  color: #000000;
  text-align: left;
  letter-spacing: .4px;
  font-stretch: condensed;
  font-style: normal;
  padding: 17px 27px;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s; }
  .tpl-field:hover {
    border: 1px solid #FFB204; }
  .tpl-field:focus {
    border: 1px solid #FFB204;
    outline: none !important; }
  .tpl-field_clr {
    border: 1px solid #FFB204; }
  .tpl-field_blk {
    border: 1px solid #c6c6c6; }
  .tpl-field_fluid {
    display: block;
    width: 100%;
    min-width: 100%;
    max-width: 100%; }

.tpl-checkbox {
  display: inline-block;
  position: relative;
  padding-left: 16px;
  margin-bottom: 12px;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }
  .tpl-checkbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0; }
  .tpl-checkbox:hover input ~ .tpl-checkmark {
    background-color: #FFA804;
    border: 1px solid #FFB204; }
  .tpl-checkbox input:checked ~ .tpl-checkmark {
    background-color: #FFB204; }
    .tpl-checkbox input:checked ~ .tpl-checkmark:after {
      display: block; }
  .tpl-checkbox .tpl-checkmark:after {
    left: 3px;
    top: 0px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg); }
  .tpl-checkbox-label {
    display: inline;
    font-size: 14px; }
  .tpl-checkbox__polytics {
    text-decoration: underline; }
  .tpl-checkbox-wrap {
    margin-bottom: 15px; }

.tpl-checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 14px;
  width: 14px;
  background-color: #fff;
  border: 1px solid #a0a0a0;
  -webkit-border-radius: 2px;
          border-radius: 2px;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s; }
  .tpl-checkmark:after {
    content: "";
    position: absolute;
    display: none; }

.tpl-btn, a.tpl-btn {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
  cursor: pointer;
  -webkit-border-radius: 4px;
          border-radius: 4px;
  background-color: #FFB204;
  border: 1px solid #FCA404;
  font-size: 16px;
  font-weight: bold;
  color: #fffefe;
  text-decoration: none;
  text-align: center;
  letter-spacing: 1px;
  font-stretch: condensed;
  font-style: normal;
  padding: 17px 34px;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s; }
  .tpl-btn:hover, a.tpl-btn:hover {
    background-color: #FFA804;
    -webkit-box-shadow: 0 4px 16px 2px #FCA404;
            box-shadow: 0 4px 16px 2px #FCA404; }
  .tpl-btn:active, a.tpl-btn:active {
    background-color: #FCA404; }
  .tpl-btn:focus, a.tpl-btn:focus {
    outline: none !important;
    background-color: #FFA804; }
  .tpl-btn_clr, a.tpl-btn_clr {
    color: #fffefe;
    background-color: #FFB204; }
    .tpl-btn_clr:hover, a.tpl-btn_clr:hover {
      background-color: #FFA804; }
    .tpl-btn_clr:active, a.tpl-btn_clr:active {
      background-color: #FCA404; }
    .tpl-btn_clr:focus, a.tpl-btn_clr:focus {
      outline: none !important;
      background-color: #FFA804; }
  .tpl-btn_cntr, a.tpl-btn_cntr {
    color: #333333;
    background-color: transparent; }
    .tpl-btn_cntr:hover, a.tpl-btn_cntr:hover {
      color: #fffefe;
      background-color: #FFB204; }
    .tpl-btn_cntr:focus, a.tpl-btn_cntr:focus {
      color: #fffefe;
      outline: none !important;
      background-color: #FFB204; }
  .tpl-btn_blk, a.tpl-btn_blk {
    color: #fffefe;
    background-color: #0a0a0a; }
    .tpl-btn_blk:hover, a.tpl-btn_blk:hover {
      background-color: #292929; }
    .tpl-btn_blk:focus, a.tpl-btn_blk:focus {
      outline: none !important;
      background-color: #292929; }
  .tpl-btn_fluid, a.tpl-btn_fluid {
    display: block;
    width: 100%; }

.lead-form__group {
  margin-bottom: 15px; }

.lead-form__error {
  display: block;
  color: #a70000; }

.lead-form__heading {
  font-family: 'Rubik', sans-serif;
  font-size: 28px;
  line-height: 1.1;
  font-weight: 500;
  letter-spacing: 1px;
  margin-bottom: 10px; }

.lead-form__subheading {
  font-size: 18px;
  line-height: 1.1; }

.lead-form_bordered {
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: #ffffff;
  -webkit-box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 4px;
          border-radius: 4px;
  padding: 24px 16px; }

.lead-form_transparent {
  border: none;
  background: #ffffff52; }

.lead-form_fixed {
  max-width: 400px; }

.site-header__menu-btn {
  cursor: pointer;
  display: block;
  width: 100%;
  height: 100%;
  max-width: 40px;
  max-height: 40px;
  min-width: 30px;
  min-height: 30px;
  background: url("../img/icons/menu.svg") no-repeat center;
  -webkit-background-size: contain;
          background-size: contain; }
  .site-header__menu-btn-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    height: 100%; }

.site-header__logo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%; }

.site-header__contacts {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row;
      -ms-flex-flow: row;
          flex-flow: row;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
  @media (max-width: 767px) {
    .site-header__contacts {
      margin-top: 20px; } }

.site-header__contact {
  color: #ffffff;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 6px 0;
  margin-left: 30px;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap; }
  @media (max-width: 767px) {
    .site-header__contact {
      margin-left: 0px;
      margin-right: 20px; } }
  .site-header__contact-icon {
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    display: block;
    width: 20px;
    height: 30px;
    margin-right: 10px; }
    .site-header__contact-icon-location {
      background: url("../img/icons/location_white.svg") no-repeat center;
      -webkit-background-size: contain;
              background-size: contain; }
    .site-header__contact-icon-email {
      background: url("../img/icons/mail_white.svg") no-repeat center;
      -webkit-background-size: contain;
              background-size: contain; }
    .site-header__contact-icon-phone {
      background: url("../img/icons/phone_white.svg") no-repeat center;
      -webkit-background-size: contain;
              background-size: contain; }
  .site-header__contact-text {
    white-space: nowrap; }
    .site-header__contact-text a {
      color: #ffffff;
      position: relative;
      -webkit-transition: .3s;
      -o-transition: .3s;
      transition: .3s; }
      .site-header__contact-text a:after {
        position: relative;
        content: "";
        display: block;
        background: #ffffff;
        height: 3px;
        width: 100%;
        -webkit-transition: .3s;
        -o-transition: .3s;
        transition: .3s;
        top: 4px; }
      .site-header__contact-text a:hover {
        color: #FFB204;
        text-decoration: none; }
        .site-header__contact-text a:hover:after {
          background: #FFB204;
          top: 0; }
    .site-header__contact-text-location {
      font-size: 16px;
      line-height: 18px;
      margin-bottom: 0; }
    .site-header__contact-text-email {
      font-size: 20px; }
    .site-header__contact-text-phone {
      font-size: 24px;
      font-weight: bold; }

.no-contacts .site-header__contacts {
  display: none; }

.offer {
  position: relative;
  padding-top: 40px;
  padding-bottom: 60px; }
  .offer__content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 100%; }
  .offer__heading {
    font-size: 36px;
    color: #ffffff;
    font-family: 'Rubik', sans-serif;
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 30px; }
  .offer__subheading {
    font-size: 28px;
    letter-spacing: 1px;
    line-height: 1.2;
    color: #ffffff; }
  .offer__main {
    padding-top: 40px; }
  .offer__services {
    position: relative;
    list-style: none;
    padding: 0;
    padding-top: 30px;
    margin: 20px 0; }
    .offer__services::before {
      content: '';
      display: block;
      height: 2px;
      width: 120px;
      background: #FFB204;
      position: absolute;
      top: 0;
      left: 15px; }
    .offer__services-link {
      margin-bottom: 24px; }
      .offer__services-link a, .offer__services-link span {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-flow: row;
            -ms-flex-flow: row;
                flex-flow: row;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
            -ms-flex-pack: start;
                justify-content: flex-start;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
            -ms-flex-align: start;
                align-items: flex-start;
        color: #ffffff;
        text-decoration: none;
        -webkit-transition: .3s;
        -o-transition: .3s;
        transition: .3s;
        font-size: 18px; }
        .offer__services-link a:hover {
          color: #FFB204;
          text-decoration: none; }
      .offer__services-link-icon {
        position: relative;
        display: inline-block;
        margin-right: 8px;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
            -ms-flex-positive: 0;
                flex-grow: 0;
        -webkit-flex-shrink: 0;
            -ms-flex-negative: 0;
                flex-shrink: 0;
        width: 20px;
        height: 28px;
        top: -2px;
        background: url("../img/icons/right-chevron.svg") no-repeat center;
        -webkit-background-size: contain;
                background-size: contain; }
  .offer__scrolldown {
    position: relative;
    margin: 20px 0;
    cursor: pointer; }
    .offer__scrolldown a {
      position: relative;
      display: -webkit-inline-box;
      display: -webkit-inline-flex;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-flow: row;
          -ms-flex-flow: row;
              flex-flow: row;
      -webkit-box-pack: start;
      -webkit-justify-content: flex-start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      color: #ffffff;
      text-decoration: none;
      -webkit-transition: .3s;
      -o-transition: .3s;
      transition: .3s;
      font-size: 18px;
      padding-top: 30px; }
      .offer__scrolldown a:hover {
        color: #FFB204;
        text-decoration: none; }
        .offer__scrolldown a:hover > span:first-child {
          -webkit-animation: scrolling 2s ease infinite;
                  animation: scrolling 2s ease infinite; }
      .offer__scrolldown a::before {
        content: '';
        display: block;
        height: 2px;
        width: 100%;
        background: #FFB204;
        position: absolute;
        top: 0; }
    .offer__scrolldown-icon {
      display: block;
      width: 28px;
      height: 16px;
      background: url("../img/icons/down-arrow.svg") no-repeat center;
      -webkit-background-size: contain;
              background-size: contain;
      margin-right: 10px;
      -webkit-transition: .3s;
      -o-transition: .3s;
      transition: .3s; }
  .offer .container:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #1e1925;
    opacity: .7;
    z-index: 0; }
  .offer .container > div {
    position: relative;
    z-index: 1; }

@-webkit-keyframes scrolling {
  from {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
    opacity: 0; }
  to {
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
    opacity: 1; } }

@keyframes scrolling {
  from {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
    opacity: 0; }
  to {
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
    opacity: 1; } }

.kp {
  padding: 20px 0; }
  .kp__text {
    padding: 30px 0;
    width: 100%; }
  .kp__heading {
    font-family: 'Rubik', sans-serif;
    font-weight: 500;
    font-size: 36px;
    line-height: 1.2;
    margin-bottom: 40px; }
    @media (max-width: 996px) {
      .kp__heading {
        font-size: 26px; } }
  .kp__cta {
    font-weight: 400 !important; }

.insta__item {
  display: block;
  margin: 15px 0; }
  @media (max-width: 767.98px) {
    .insta__item {
      margin: 0; } }

.insta__thumb {
  display: block;
  width: 100%; }

.insta__header {
  margin-bottom: 20px; }

@media (max-width: 767.98px) {
  .insta__photos .row {
    padding: 4px; }
  .insta__photos .col-4 {
    padding: 4px; } }

.insta__account {
  color: #333333;
  font-weight: normal;
  text-decoration: none;
  font-size: 24px;
  line-height: 48px; }
  .insta__account:hover {
    color: #555555;
    text-decoration: none; }
  .insta__account-photo {
    display: inline-block;
    vertical-align: middle;
    width: 50px;
    height: 50px;
    border: 1px solid #999999;
    -webkit-border-radius: 50%;
            border-radius: 50%;
    margin-right: 10px;
    overflow: hidden;
    padding: 0;
    background: #ffffff; }
    .insta__account-photo img {
      width: 76%;
      height: 76%;
      margin: 12%; }

.letters__wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row;
      -ms-flex-flow: row;
          flex-flow: row;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center; }

.letters__slider {
  padding: 0; }
  .letters__slider-item {
    display: inline-block;
    border: 1px solid #cccccc;
    -webkit-border-radius: 2px;
            border-radius: 2px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s; }
    @media (max-width: 1000px) {
      .letters__slider-item {
        width: 100px; } }
    .letters__slider-item:hover {
      -webkit-transform: scale(0.97);
          -ms-transform: scale(0.97);
              transform: scale(0.97); }

.letters__list {
  padding: 0;
  text-align: center; }
  .letters__list-item {
    display: inline-block;
    width: 200px;
    margin: 5px;
    border: 1px solid #cccccc;
    -webkit-border-radius: 2px;
            border-radius: 2px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s; }
    @media (max-width: 1000px) {
      .letters__list-item {
        width: 150px; } }
    @media (max-width: 756px) {
      .letters__list-item {
        width: 100px; } }

.letters__slide {
  -webkit-flex-basis: 100px;
      -ms-flex-preferred-size: 100px;
          flex-basis: 100px;
  height: 100px;
  cursor: pointer;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s; }
  .letters__slide:hover {
    -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
            transform: scale(1.05); }
  .letters__slide_left {
    background: url(../img/icons/left-arrow.svg) no-repeat center;
    -webkit-background-size: 50px 50px;
            background-size: 50px 50px; }
  .letters__slide_right {
    background: url(../img/icons/right-arrow.svg) no-repeat center;
    -webkit-background-size: 50px 50px;
            background-size: 50px 50px; }

.letters__thumb {
  display: block;
  width: 100%; }

.logos__list {
  padding: 20px 0; }

.logos__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }

.logos__pic {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100px;
  width: 100px; }
  .logos__pic img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%; }

.logos__caption {
  margin-top: 10px;
  font-size: 18px;
  padding: 0 5px;
  text-align: center; }

.logos__slider-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row;
      -ms-flex-flow: row;
          flex-flow: row;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center; }

.logos__slider-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }

.logos__slide {
  -webkit-flex-basis: 100px;
      -ms-flex-preferred-size: 100px;
          flex-basis: 100px;
  height: 100px;
  cursor: pointer;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s; }
  .logos__slide:hover {
    -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
            transform: scale(1.05); }
  .logos__slide_left {
    background: url(../img/icons/left-arrow.svg) no-repeat center;
    -webkit-background-size: 50px 50px;
            background-size: 50px 50px; }
  .logos__slide_right {
    background: url(../img/icons/right-arrow.svg) no-repeat center;
    -webkit-background-size: 50px 50px;
            background-size: 50px 50px; }

.footer {
  padding: 60px 0 20px 0;
  background: #1e1925;
  color: rgba(255, 255, 255, 0.7);
  letter-spacing: .5px;
  font-size: 14px; }
  .footer__column {
    margin-bottom: 40px; }
  .footer__logo {
    display: block;
    max-width: 200px;
    margin-bottom: 30px; }
  .footer__heading {
    color: #ffffff;
    font-size: 20px; }
  .footer__link {
    cursor: pointer;
    display: block;
    color: #ffffff;
    text-decoration: none;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s; }
    .footer__link:hover {
      color: #FFB204;
      text-decoration: none; }
  .footer__nav {
    padding: 0;
    list-style: none; }

.contacts {
  position: relative; }
  .contacts .background {
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -14%;
    width: 64%;
    height: 101%;
    background: url("../img/map.svg") no-repeat center left;
    -webkit-background-size: cover;
            background-size: cover;
    z-index: 0;
    opacity: .5; }
  .contacts .container {
    position: relative;
    z-index: 1; }
  .contacts__heading {
    font-size: 32px; }
    @media (max-width: 992px) {
      .contacts__heading {
        font-size: 24px; } }
  .contacts__item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row;
        -ms-flex-flow: row;
            flex-flow: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    font-size: 26px;
    margin-bottom: 30px; }
    .contacts__item-tel {
      font-weight: bold; }
    .contacts__item-location {
      font-size: 18px; }
  .contacts__icon {
    display: block;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    margin-right: 10px;
    width: 40px;
    height: 40px;
    background: black; }
    .contacts__icon-tel {
      background: url("../img/icons/phone.svg") no-repeat center;
      -webkit-background-size: 70% 70%;
              background-size: 70%; }
    .contacts__icon-email {
      background: url("../img/icons/mail.svg") no-repeat center;
      -webkit-background-size: 70% 70%;
              background-size: 70%; }
    .contacts__icon-location {
      background: url("../img/icons/location.svg") no-repeat center;
      -webkit-background-size: 70% 70%;
              background-size: 70%; }
  .contacts__link {
    display: block;
    color: #333333;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s; }
    .contacts__link:hover {
      color: #FFB204;
      text-decoration: none; }

.advantages {
  position: relative;
  background: url(../img/advantages.jpg) no-repeat center 90%;
  -webkit-background-size: cover;
          background-size: cover;
  color: #ffffff; }
  .advantages .heading {
    color: #ffffff;
    margin-bottom: 80px; }
  .advantages .container:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #1e1925;
    opacity: .7;
    z-index: 0; }
  .advantages .container > div {
    position: relative;
    z-index: 1; }
  .advantages__items {
    margin-bottom: 40px; }
  .advantages__item-title {
    color: #FFB204;
    font-family: 'Rubik', sans-serif;
    font-weight: 700;
    margin-bottom: 6px;
    font-size: 26px; }
  .advantages__item-caption {
    font-size: 18px; }

.project {
  position: relative;
  background: url("../img/project.jpg") no-repeat center;
  -webkit-background-size: cover;
          background-size: cover; }
  .project .container:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #f0f0f0;
    opacity: .7;
    z-index: 0; }
  .project .container > * {
    position: relative;
    z-index: 1; }

.menu {
  position: fixed;
  z-index: 999999;
  top: 0;
  left: 0;
  display: block;
  height: 100%;
  width: 100%; }
  .menu__wrapper {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-align-content: flex-start;
        -ms-flex-line-pack: start;
            align-content: flex-start;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    height: 100%;
    width: 450px;
    max-width: 100%;
    background: #ffffff;
    -webkit-box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.4);
            box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.4);
    padding: 30px 20px;
    padding-bottom: 0;
    -webkit-transition: 1s;
    -o-transition: 1s;
    transition: 1s; }
    .menu__wrapper.close {
      -webkit-animation: menu-close 1s ease forwards;
              animation: menu-close 1s ease forwards; }
    .menu__wrapper.open {
      -webkit-animation: menu-open 1s ease forwards;
              animation: menu-open 1s ease forwards; }
    .menu__wrapper.closed {
      visibility: hidden;
      left: -100%; }
  .menu__background {
    cursor: pointer;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    background: #1e1925;
    opacity: .6;
    -webkit-transition: 1s;
    -o-transition: 1s;
    transition: 1s; }
    .menu__background.closed {
      opacity: 0; }
  .menu.closed {
    display: none; }
  .menu__list {
    -webkit-flex-shrink: 1;
        -ms-flex-negative: 1;
            flex-shrink: 1;
    overflow: auto;
    border-top: 2px solid #FFB204;
    padding-top: 20px; }
    .menu__list ul {
      list-style: none; }
    .menu__list > ul {
      padding-left: 10px; }
  .menu__item {
    margin: 14px 0; }
    .menu__item a {
      font-size: 18px;
      color: #333333;
      text-decoration: none;
      -webkit-transition: .3s;
      -o-transition: .3s;
      transition: .3s; }
      .menu__item a:hover {
        color: #FFB204;
        text-decoration: none; }
    .menu__item > ul {
      padding-left: 20px; }
  .menu__close {
    cursor: pointer;
    display: block;
    background: url("../img/icons/left-arrow.svg") no-repeat center right;
    -webkit-background-size: contain;
            background-size: contain;
    height: 40px;
    width: 100%;
    margin-bottom: 30px;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
        -ms-flex-positive: 0;
            flex-grow: 0; }

@-webkit-keyframes menu-close {
  0% {
    visibility: visible;
    left: 0; }
  99% {
    visibility: visible;
    left: -100%; }
  100% {
    visibility: hidden;
    left: -100%; } }

@keyframes menu-close {
  0% {
    visibility: visible;
    left: 0; }
  99% {
    visibility: visible;
    left: -100%; }
  100% {
    visibility: hidden;
    left: -100%; } }

@-webkit-keyframes menu-open {
  0% {
    visibility: visible;
    left: -100%; }
  100% {
    visibility: visible;
    left: 0; } }

@keyframes menu-open {
  0% {
    visibility: visible;
    left: -100%; }
  100% {
    visibility: visible;
    left: 0; } }

.needed__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row;
      -ms-flex-flow: row;
          flex-flow: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  font-size: 18px;
  margin-bottom: 20px; }

.needed__icon {
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  display: block;
  width: 30px;
  height: 20px;
  background: url("../img/icons/arrow-pointing-to-right.svg") no-repeat center;
  -webkit-background-size: 100% auto;
          background-size: 100% auto;
  position: relative;
  top: 2px;
  margin-right: 20px; }

.services2__card {
  position: relative;
  display: block;
  background: #ffffff;
  -webkit-box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 4px;
          border-radius: 4px;
  margin-bottom: 30px;
  overflow: hidden; }

.services2__name {
  display: block;
  font-size: 18px;
  text-align: center;
  padding: 20px 10px; }

.services2__cover {
  position: relative;
  display: block;
  width: 100%;
  height: 150px;
  overflow: hidden; }
  .services2__cover img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover; }

.services2 a {
  color: #333333;
  text-decoration: none;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s; }
  .services2 a:hover {
    color: #FFB204;
    text-decoration: none; }

.included__items {
  margin-bottom: 40px; }

.included__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px; }
  .included__item_vertical {
    text-align: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
  .included__item_horizontal {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row;
        -ms-flex-flow: row;
            flex-flow: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
    .included__item_horizontal .included__pic {
      margin-right: 60px; }
    @media (max-width: 992px) {
      .included__item_horizontal {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-flow: column;
            -ms-flex-flow: column;
                flex-flow: column;
        text-align: center; }
        .included__item_horizontal .included__pic {
          margin-right: 30px; } }

.included__pic {
  position: relative;
  display: inline-block;
  width: 130px;
  height: 130px;
  background: #d0d0d0;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  margin: 20px 30px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
      -ms-flex-positive: 0;
          flex-grow: 0; }
  @media (max-width: 992px) {
    .included__pic {
      width: 100px;
      height: 100px; } }
  .included__pic img {
    position: absolute;
    top: 0;
    left: 0;
    max-width: 200%;
    max-height: 200%; }

.included__text p {
  font-size: 18px;
  margin-bottom: 0; }
  @media (max-width: 992px) {
    .included__text p {
      font-size: 16px; } }

.project-steps__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row;
      -ms-flex-flow: row;
          flex-flow: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-right: 40px;
  margin-bottom: 30px; }

.project-steps__num {
  display: inline-block;
  width: 72px;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  margin-right: 20px;
  color: #FFB204;
  opacity: .3;
  font-size: 44px;
  font-family: 'Rubik', sans-serif;
  font-weight: bold;
  line-height: 1; }

.project-steps__text {
  font-size: 18px; }

.project-steps__state {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 20px 0; }
  @media (max-width: 768px) {
    .project-steps__state {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-flow: column;
          -ms-flex-flow: column;
              flex-flow: column;
      text-align: center; } }
  .project-steps__state-logo {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    width: 100px;
    height: 100px;
    margin: 20px 10px; }
    @media (max-width: 768px) {
      .project-steps__state-logo {
        margin-bottom: 30px;
        margin-right: 0; } }
    .project-steps__state-logo img {
      max-width: 100%;
      max-height: 100%; }
  .project-steps__state-text {
    font-size: 18px;
    margin: 0;
    text-align: center; }

.services {
  padding: 0;
  position: relative;
  background: #1e1925;
  color: #ffffff; }
  .services .container {
    position: relative;
    display: block;
    padding: 60px 0;
    min-height: 650px; }
    .services .container:before {
      content: '';
      display: block;
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      background: -webkit-radial-gradient(55% 80%, ellipse, rgba(29, 24, 36, 0) 10%, rgba(30, 25, 37, 0.8) 45%, #1e1925 60%);
      background: -o-radial-gradient(55% 80%, ellipse, rgba(29, 24, 36, 0) 10%, rgba(30, 25, 37, 0.8) 45%, #1e1925 60%);
      background: radial-gradient(ellipse at 55% 80%, rgba(29, 24, 36, 0) 10%, rgba(30, 25, 37, 0.8) 45%, #1e1925 60%);
      z-index: 1; }
  .services .heading {
    color: #ffffff; }
  .services__first-plan {
    position: relative;
    z-index: 2; }
  .services__backgrounds {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0; }
  .services__bg-item {
    position: absolute;
    top: 0;
    left: 0;
    min-height: 100%;
    min-width: 100%; }
    .services__bg-item.hidden {
      visibility: hidden; }
    .services__bg-item img {
      position: absolute;
      -o-object-fit: cover;
         object-fit: cover;
      bottom: 0;
      left: 0;
      display: block;
      height: auto;
      min-width: 100%; }
  .services__step {
    visibility: hidden; }
    .services__step.active {
      visibility: visible;
      -webkit-animation: fade 1.5s ease forwards;
              animation: fade 1.5s ease forwards; }
  .services__controls-list {
    list-style: none;
    padding: 0; }
  .services__controls-item {
    position: relative;
    cursor: pointer;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row;
        -ms-flex-flow: row;
            flex-flow: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 18px;
    margin-bottom: 50px;
    opacity: .5;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s; }
    .services__controls-item:after {
      content: '';
      position: absolute;
      left: 30px;
      bottom: 0;
      display: block;
      width: 0%;
      height: 1px;
      border: 1px dashed #ffffff;
      -webkit-transition: .3s;
      -o-transition: .3s;
      transition: .3s;
      opacity: 0; }
    .services__controls-item.active {
      opacity: 1; }
      .services__controls-item.active > span:first-child {
        background: url("../img/icons/right-chevron.svg") no-repeat center;
        -webkit-background-size: contain;
                background-size: contain; }
      .services__controls-item.active:after {
        content: '';
        position: absolute;
        left: 30px;
        bottom: 0;
        display: block;
        width: 90%;
        height: 1px;
        border: 1px dashed #ffffff;
        opacity: .7; }
    .services__controls-item:hover {
      opacity: 1; }
      .services__controls-item:hover > span:first-child {
        background: url("../img/icons/right-chevron.svg") no-repeat center;
        -webkit-background-size: contain;
                background-size: contain; }
  .services__controls-icon {
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    display: block;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    width: 20px;
    height: 30px;
    background: url("../img/icons/right-chevron-contour.svg") no-repeat center;
    -webkit-background-size: contain;
            background-size: contain;
    margin-right: 10px; }
  .services__content {
    position: relative; }
    .services__content-item {
      position: absolute;
      visibility: hidden;
      opacity: 0;
      -webkit-transform: translateY(-100px);
          -ms-transform: translateY(-100px);
              transform: translateY(-100px); }
      .services__content-item.visible {
        visibility: visible;
        -webkit-animation: 1.5s slide-left .5s ease forwards;
                animation: 1.5s slide-left .5s ease forwards; }
    .services__content-name {
      color: #ffffff;
      font-size: 22px;
      font-weight: bold;
      font-family: 'Rubik', sans-serif; }
    .services__content-desc {
      font-size: 16px;
      line-height: 1.8; }
    .services__content-link {
      display: inline-block;
      text-decoration: none;
      position: relative;
      color: #ffffff !important;
      font-size: 18px;
      margin-bottom: 30px;
      -webkit-transition: color .3s;
      -o-transition: color .3s;
      transition: color .3s; }
      .services__content-link:after {
        position: relative;
        content: '';
        display: block;
        width: 100%;
        height: 3px;
        background: #ffffff;
        -webkit-transition: top .3s;
        -o-transition: top .3s;
        transition: top .3s;
        top: 0; }
      .services__content-link:hover {
        color: #FFB204 !important;
        text-decoration: none; }
        .services__content-link:hover:after {
          top: -2px;
          background: #FFB204; }

@-webkit-keyframes fade {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes fade {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@-webkit-keyframes slide-left {
  from {
    opacity: 0;
    -webkit-transform: translateX(100px);
            transform: translateX(100px); }
  to {
    opacity: 1;
    -webkit-transform: translateX(0px);
            transform: translateX(0px); } }

@keyframes slide-left {
  from {
    opacity: 0;
    -webkit-transform: translateX(100px);
            transform: translateX(100px); }
  to {
    opacity: 1;
    -webkit-transform: translateX(0px);
            transform: translateX(0px); } }

.an-heading__subheading {
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  color: #FFB204; }

.an-heading__h2 {
  font-size: 28px;
  text-transform: uppercase;
  font-weight: 600;
  margin-top: 0;
  margin-bottom: 10px; }

.an-heading:after {
  content: '';
  display: block;
  height: 4px;
  width: 200px;
  background: #FFB204;
  margin-bottom: 30px; }

.an-offer {
  padding-bottom: 20px; }
  .an-offer .offer__heading {
    margin-bottom: 10px; }
  .an-offer_aligning {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end; }

.an-goods {
  background: #fafafa; }
  .an-goods__card {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    background: #ffffff;
    -webkit-border-radius: 4px;
            border-radius: 4px;
    -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.4);
            box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.4);
    margin-bottom: 30px; }
    .an-goods__card-slider {
      padding: 0;
      border-right: 1px solid #D1D1D1; }
      .an-goods__card-slider .lSPager li.active {
        -webkit-border-radius: 0px !important;
                border-radius: 0px !important;
        border: 1px orange solid; }
      .an-goods__card-slider .lSPager li:hover {
        -webkit-border-radius: 0px !important;
                border-radius: 0px !important;
        border: 1px #999999 solid; }
    .an-goods__card-info {
      padding: 0; }
    .an-goods__card-features {
      padding: 30px; }
      .an-goods__card-features p {
        margin-bottom: 14px; }
      .an-goods__card-features ul {
        list-style: none;
        padding: 0;
        clear: both; }
        .an-goods__card-features ul li {
          margin-bottom: 14px;
          font-size: 16px; }
          .an-goods__card-features ul li b {
            color: #8D8C8C;
            float: left;
            padding: 0 .4em 0 0;
            margin: 0; }
          .an-goods__card-features ul li span {
            float: right;
            padding: 0 0 0 .4em;
            margin: 0; }
          .an-goods__card-features ul li:after {
            content: "";
            display: block;
            overflow: hidden;
            height: 1em;
            border-bottom: 1px dotted; }
      .an-goods__card-features table {
        list-style: none;
        padding: 0;
        clear: both;
        width: 100%; }
        .an-goods__card-features table tr {
          height: 30px;
          font-size: 16px; }
          .an-goods__card-features table tr td:nth-child(1) {
            color: #8D8C8C;
            float: left;
            padding: 0 .4em 0 0;
            margin: 0; }
          .an-goods__card-features table tr td:nth-child(2) {
            float: right;
            padding: 0 0 0 .4em;
            margin: 0; }
          .an-goods__card-features table tr:after {
            content: "";
            display: block;
            overflow: hidden;
            height: 1em;
            border-bottom: 1px dotted; }
    .an-goods__card-heading {
      border-bottom: 1px solid #d1d1d1;
      line-height: 30px;
      letter-spacing: 1.2px;
      padding: 20px 30px; }
      .an-goods__card-heading h3 {
        font-size: 32px !important; }
      .an-goods__card-heading * {
        margin: 0;
        font-weight: 600; }
    .an-goods__card-cart {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-flow: row;
          -ms-flex-flow: row;
              flex-flow: row;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
              justify-content: space-between;
      border-top: 1px solid #d1d1d1;
      padding: 20px 30px; }
      .an-goods__card-cart-price {
        font-size: 24px;
        font-weight: 600; }
        .an-goods__card-cart-price-label {
          font-size: 18px;
          display: block;
          color: #8D8C8C;
          font-weight: 400; }
      .an-goods__card-cart button {
        padding: 10px 20px; }

.an-breadcrumbs * {
  color: #f0f0f0; }

.an-breadcrumbs a:hover, .an-breadcrumbs a:visited {
  color: #f0f0f0; }

.an-advantages__item {
  margin-bottom: 50px; }
  .an-advantages__item-icon {
    max-width: 80px;
    margin-bottom: 20px; }
  .an-advantages__item-text {
    font-size: 18px; }
.new-site-link {
    position: fixed;
    transform-origin: right bottom;
    transform: rotate(270deg) translateX(-20vh);
    right: 0px;
    top: 10vh;
    width: 250px;
    background: #FFA804;
    z-index: 3000;
    color: #fff;
    padding: 12px;
    border-radius: 8px 8px 0 0;
    text-align: center;
    font-size: 20px;
}
.new-site-link:hover {
    color: #fff;
}