@charset "UTF-8";
/*
100 - Thin
200 - Extra Light, Ultra Light
300 - Light
400 - Normal, Book, Regular
500 - Medium
600 - Semi Bold, Demi Bold
700 - Bold
800 - Extra Bold, Ultra Bold
900 - Black, Heavy
*/
/* line 1, ../sass/layout/_base.scss */
body {
  color: #808183;
  font: 200 15px/30px "FiraSans", sans-serif; }
  @media only screen and (max-width: 767px) {
    /* line 1, ../sass/layout/_base.scss */
    body {
      font-size: 14px;
      line-height: 26px; } }

/* line 11, ../sass/layout/_base.scss */
html, body, .dialog-off-canvas-main-canvas {
  height: 100%; }

/* line 15, ../sass/layout/_base.scss */
a {
  color: #2159d8;
  text-decoration: none; }
  /* line 19, ../sass/layout/_base.scss */
  a:hover {
    text-decoration: underline; }

/* line 24, ../sass/layout/_base.scss */
h1, h2, h3,
h4, h5, h6 {
  color: #000000;
  font-weight: 400; }
  /* line 29, ../sass/layout/_base.scss */
  .paragraph--works h1, .paragraph--works h2, .paragraph--works h3, .paragraph--works
  h4, .paragraph--works h5, .paragraph--works h6 {
    color: #FFFFFF; }

/* line 36, ../sass/layout/_base.scss */
h1, h1.page-title {
  font-size: 46px;
  font-weight: 500;
  line-height: 1.2; 
  text-align: center;
}
  /* line 42, ../sass/layout/_base.scss */
  .block-header-block h1, .block-header-block h1.page-title {
    color: #FFFFFF;
    font-size: 39px;
    line-height: 56px;
    margin: 0;
    padding: 0; }
    @media only screen and (max-width: 767px) {
      /* line 42, ../sass/layout/_base.scss */
      .block-header-block h1, .block-header-block h1.page-title {
        font-size: 20px;
        line-height: 32px; } }
  /* line 55, ../sass/layout/_base.scss */
  .paragraph--cover-button h1, .paragraph--cover-button h1.page-title {
    font-size: 60px;
    line-height: 1; }
    @media only screen and (max-width: 767px) {
      /* line 55, ../sass/layout/_base.scss */
      .paragraph--cover-button h1, .paragraph--cover-button h1.page-title {
        font-size: 36px;
        line-height: 42px; } }
  @media only screen and (max-width: 767px) {
    /* line 36, ../sass/layout/_base.scss */
    h1, h1.page-title {
      font-size: 32px;
      line-height: 1;
      text-align: center; } }
  @media only screen and (max-width: 767px) {
    /* line 72, ../sass/layout/_base.scss */
    .page-node-work h1, .page-node-news h1, .page-node-work h1.page-title, .page-node-news h1.page-title {
      font-size: 23px; } }
/* line 79, ../sass/layout/_base.scss */
h1.page-title {
  margin-bottom: 20px; }

/* line 84, ../sass/layout/_base.scss */
h2 {
  font-size: 24px;
  line-height: 30px; }
  /* line 88, ../sass/layout/_base.scss */
  .paragraph--title h2 {
    display: inline-block;
    font-size: 42px;
    line-height: 1.2; }
    @media only screen and (max-width: 767px) {
      /* line 88, ../sass/layout/_base.scss */
      .paragraph--title h2 {
        font-size: 24px; } }
    @media only screen and (max-width: 500px) {
      /* line 98, ../sass/layout/_base.scss */
      .paragraph--title h2 br {
        display: none; } }

/* line 105, ../sass/layout/_base.scss */
h3 {
  font-size: 16px;
  line-height: 30px; }

/* line 110, ../sass/layout/_base.scss */
b, strong {
  font-weight: 400; }

/* line 114, ../sass/layout/_base.scss */
img {
  max-width: 100%;
  height: auto;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

/* line 121, ../sass/layout/_base.scss */
p {
  margin-bottom: 30px; }
  /* line 124, ../sass/layout/_base.scss */
  p:last-child {
    margin-bottom: 0; }

/* line 129, ../sass/layout/_base.scss */
blockquote {
  border-left: 5px solid #c51841;
  color: #c51841;
  font-style: italic;
  line-height: 36px;
  margin: 0 0 30px 30px;
  padding-left: 30px; }
  /* line 137, ../sass/layout/_base.scss */
  .paragraph--text-button blockquote, .paragraph--cover-button blockquote {
    color: #000000;
    font-size: 18px;
    font-weight: 300;
    font-style: normal;
    line-height: 36px;
    margin: 60px 15px;
    padding: 20px;
    position: relative;
    z-index: 1; }
    /* line 149, ../sass/layout/_base.scss */
    .paragraph--text-button blockquote:before, .paragraph--text-button blockquote:after, .paragraph--cover-button blockquote:before, .paragraph--cover-button blockquote:after {
      content: '';
      position: absolute;
      display: block; }
    /* line 156, ../sass/layout/_base.scss */
    .paragraph--text-button blockquote:before, .paragraph--cover-button blockquote:before {
      top: 0;
      left: 0;
      border: 1px solid #e5e5e5;
      -moz-border-radius: 6px;
      -webkit-border-radius: 6px;
      border-radius: 6px;
      width: 100%;
      height: 100%;
      z-index: 1; }
    /* line 165, ../sass/layout/_base.scss */
    .paragraph--text-button blockquote:after, .paragraph--cover-button blockquote:after {
      top: -15px;
      bottom: -15px;
      left: -15px;
      right: -15px;
      background: #FFFFFF;
      -moz-border-radius: 6px;
      -webkit-border-radius: 6px;
      border-radius: 6px;
      -moz-box-shadow: 0px 12px 15px 0px rgba(0, 0, 0, 0.05);
      -webkit-box-shadow: 0px 12px 15px 0px rgba(0, 0, 0, 0.05);
      box-shadow: 0px 12px 15px 0px rgba(0, 0, 0, 0.05);
      z-index: -1; }
      @media only screen and (max-width: 767px) {
        /* line 165, ../sass/layout/_base.scss */
        .paragraph--text-button blockquote:after, .paragraph--cover-button blockquote:after {
          top: -10px;
          bottom: -10px;
          left: -10px;
          right: -10px; } }
    @media only screen and (max-width: 767px) {
      /* line 137, ../sass/layout/_base.scss */
      .paragraph--text-button blockquote, .paragraph--cover-button blockquote {
        font-size: 15px;
        line-height: 28px;
        margin: 30px 10px;
        text-align: center; } }
  @media only screen and (max-width: 767px) {
    /* line 129, ../sass/layout/_base.scss */
    blockquote {
      font-size: 14px;
      margin-left: 20px; } }

/* line 197, ../sass/layout/_base.scss */
table {
  border: 0;
  border-bottom: 2px solid #e9eef0;
  margin: 0 auto 40px;
  min-width: 100%;
  width: max-content !important; }
  /* line 204, ../sass/layout/_base.scss */
  table:last-child {
    margin-bottom: 0; }
  /* line 208, ../sass/layout/_base.scss */
  table thead {
    background: #2a3442;
    color: #FFFFFF;
    text-align: left; }
    /* line 213, ../sass/layout/_base.scss */
    table thead th {
      font-weight: 200; }
      /* line 216, ../sass/layout/_base.scss */
      table thead th:first-child {
        -moz-border-radius: 6px 0 0 6px;
        -webkit-border-radius: 6px;
        border-radius: 6px 0 0 6px; }
      /* line 220, ../sass/layout/_base.scss */
      table thead th:last-child {
        -moz-border-radius: 0 6px 6px 0;
        -webkit-border-radius: 0;
        border-radius: 0 6px 6px 0; }
  /* line 226, ../sass/layout/_base.scss */
  table th,
  table td {
    border: 0;
    padding: 10px 20px; }
  /* line 236, ../sass/layout/_base.scss */
  table tbody tr:nth-child(2n) {
    background: #e9eef0; }
    /* line 241, ../sass/layout/_base.scss */
    table tbody tr:nth-child(2n) td:first-child {
      -moz-border-radius: 6px 0 0 6px;
      -webkit-border-radius: 6px;
      border-radius: 6px 0 0 6px; }
    /* line 245, ../sass/layout/_base.scss */
    table tbody tr:nth-child(2n) td:last-child {
      -moz-border-radius: 0 6px 6px 0;
      -webkit-border-radius: 0;
      border-radius: 0 6px 6px 0; }
  @media only screen and (max-width: 767px) {
    /* line 197, ../sass/layout/_base.scss */
    table {
      margin: 0 0 20px; } }

/* line 258, ../sass/layout/_base.scss */
.layout-content {
  width: 1200px; }
  /* line 261, ../sass/layout/_base.scss */
  .header-midle-container .layout-content {
    padding: 0;
    width: 100%; }
  @media only screen and (max-width: 767px) {
    /* line 258, ../sass/layout/_base.scss */
    .layout-content {
      padding: 0 20px; } }

/* line 273, ../sass/layout/_base.scss */
.site-logo img {
  vertical-align: middle;
  width: 400px; }
  @media only screen and (max-width: 1170px) {
    /* line 273, ../sass/layout/_base.scss */
    .site-logo img {
      width: 300px; } }
@media only screen and (max-width: 767px) {
  /* line 271, ../sass/layout/_base.scss */
  .site-logo {
    max-width: 200px; } }

/* line 289, ../sass/layout/_base.scss */
header.page-header-container {
  padding: 35px 0 0;
  position: relative; }
  @media only screen and (max-width: 999px) {
    /* line 289, ../sass/layout/_base.scss */
    header.page-header-container {
      padding: 15px 0 0; } }

@media only screen and (max-width: 999px) {
  /* line 299, ../sass/layout/_base.scss */
  .header-top__layout-content {
    border-bottom: 1px solid #f3f3f3;
    padding-bottom: 15px; } }

/* line 307, ../sass/layout/_base.scss */
.header-midle-container {
  margin: 30px 0 0; }
  @media only screen and (max-width: 999px) {
    /* line 307, ../sass/layout/_base.scss */
    .header-midle-container {
      margin: 0; } }

@media only screen and (max-width: 999px) {
  /* line 315, ../sass/layout/_base.scss */
  .narrow-screen-menu-container {
    border-top: 1px solid #f3f3f3;
    position: absolute;
    top: 71px;
    left: 0;
    right: 0;
    padding: 25px 0 40px;
    z-index: 9999; }
    /* line 326, ../sass/layout/_base.scss */
    .narrow-screen-menu-container.open {
      background: url(../img/menu_bg.jpg);
      -moz-box-shadow: 0px 10px 35px 0px rgba(37, 42, 52, 0.8);
      -webkit-box-shadow: 0px 10px 35px 0px rgba(37, 42, 52, 0.8);
      box-shadow: 0px 10px 35px 0px rgba(37, 42, 52, 0.8);
      background-size: cover;
      display: block; } }
@media only screen and (max-width: 999px) {
  /* line 334, ../sass/layout/_base.scss */
  .toolbar-horizontal .narrow-screen-menu-container {
    top: 145px; } }
@media only screen and (max-width: 767px) {
  /* line 334, ../sass/layout/_base.scss */
  .toolbar-horizontal .narrow-screen-menu-container {
    top: 120px; } }
@media only screen and (max-width: 999px) {
  /* line 345, ../sass/layout/_base.scss */
  .toolbar-vertical .narrow-screen-menu-container {
    top: 145px; } }
@media only screen and (max-width: 767px) {
  /* line 345, ../sass/layout/_base.scss */
  .toolbar-vertical .narrow-screen-menu-container {
    top: 120px; } }
@media only screen and (max-width: 999px) {
  /* line 356, ../sass/layout/_base.scss */
  .toolbar-horizontal.toolbar-tray-open .narrow-screen-menu-container {
    top: 224px; } }
@media only screen and (max-width: 767px) {
  /* line 356, ../sass/layout/_base.scss */
  .toolbar-horizontal.toolbar-tray-open .narrow-screen-menu-container {
    top: 120px; } }
@media only screen and (max-width: 999px) {
  /* line 367, ../sass/layout/_base.scss */
  .toolbar-vertical.toolbar-tray-open .narrow-screen-menu-container {
    top: 145px; } }
@media only screen and (max-width: 767px) {
  /* line 367, ../sass/layout/_base.scss */
  .toolbar-vertical.toolbar-tray-open .narrow-screen-menu-container {
    top: 120px; } }

/* line 379, ../sass/layout/_base.scss */
.footer-container {
  background: #232a34;
  margin-top: 75px;
  padding-top: 25px; }

/* line 3, ../sass/layout/_formated_texts.scss */
.text-formatted ul:not(.menu):not(.contextual-links):not(.ya-share2__list) {
  margin-bottom: 30px; }
  /* line 6, ../sass/layout/_formated_texts.scss */
  .text-formatted ul:not(.menu):not(.contextual-links):not(.ya-share2__list):last-child {
    margin-bottom: 0; }
  /* line 10, ../sass/layout/_formated_texts.scss */
  .text-formatted ul:not(.menu):not(.contextual-links):not(.ya-share2__list) li {
    margin-bottom: 15px;
    padding-left: 40px; }
    /* line 14, ../sass/layout/_formated_texts.scss */
    .text-formatted ul:not(.menu):not(.contextual-links):not(.ya-share2__list) li:last-child {
      margin-bottom: 0; }
    /* line 18, ../sass/layout/_formated_texts.scss */
    .text-formatted ul:not(.menu):not(.contextual-links):not(.ya-share2__list) li:before {
      content: '◆';
      top: 1px;
      left: 23px;
      color: #2159d8;
      font-size: 11px; }
/* line 28, ../sass/layout/_formated_texts.scss */
.text-formatted ol {
  margin-bottom: 30px; }
  /* line 31, ../sass/layout/_formated_texts.scss */
  .text-formatted ol:last-child {
    margin-bottom: 0; }
  /* line 35, ../sass/layout/_formated_texts.scss */
  .text-formatted ol li {
    margin-bottom: 15px;
    padding-left: 40px; }
    /* line 39, ../sass/layout/_formated_texts.scss */
    .text-formatted ol li:last-child {
      margin-bottom: 0; }
/* line 47, ../sass/layout/_formated_texts.scss */
.text-formatted p.img-col {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -15px; }
  /* line 51, ../sass/layout/_formated_texts.scss */
  .text-formatted p.img-col img {
    margin-bottom: 30px;
    padding: 0 15px;
    max-width: 50%; }
    @media only screen and (max-width: 500px) {
      /* line 51, ../sass/layout/_formated_texts.scss */
      .text-formatted p.img-col img {
        padding: 0;
        max-width: 100%; } }
  @media only screen and (max-width: 500px) {
    /* line 47, ../sass/layout/_formated_texts.scss */
    .text-formatted p.img-col {
      margin: 0; } }
/* line 67, ../sass/layout/_formated_texts.scss */
.text-formatted p + ul, .text-formatted p + ol {
  margin-top: -15px; }
/* line 72, ../sass/layout/_formated_texts.scss */
.text-formatted p img {
  margin: 0; }
/* line 77, ../sass/layout/_formated_texts.scss */
.text-formatted h2 {
  margin: 0 0 30px; }
/* line 81, ../sass/layout/_formated_texts.scss */
.text-formatted h3 {
  margin: 0 0 20px; }
/* line 85, ../sass/layout/_formated_texts.scss */
.text-formatted img {
  margin-bottom: 30px;
  vertical-align: top; }
  /* line 89, ../sass/layout/_formated_texts.scss */
  .text-formatted img:last-child {
    margin-bottom: 0; }

@media print {
  /* line 2, ../sass/layout/_print.scss */
  * {
    margin: 0;
    padding: 0; }

  /* line 7, ../sass/layout/_print.scss */
  html, body {
    height: auto; }

  /* line 11, ../sass/layout/_print.scss */
  .layout-content {
    width: 100%; } }
/* line 1, ../sass/layout/_regions.scss */
.region--header-top {
  -webkit-align-items: center;
  align-items: center; }

/* line 5, ../sass/layout/_regions.scss */
.region--header {
  -webkit-flex-direction: column;
  flex-direction: column; }

/* line 9, ../sass/layout/_regions.scss */
.region--breadcrumb {
  margin: 25px 0 0; }
  @media only screen and (max-width: 999px) {
    /* line 9, ../sass/layout/_regions.scss */
    .region--breadcrumb {
      -webkit-justify-content: center;
      justify-content: center; } }

/* line 17, ../sass/layout/_regions.scss */
.region--under-content {
  padding-top: 40px; }

/* line 21, ../sass/layout/_regions.scss */
.region--footer {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
  margin-bottom: 10px; }
  @media only screen and (max-width: 999px) {
    /* line 21, ../sass/layout/_regions.scss */
    .region--footer {
      -webkit-flex-direction: column;
      flex-direction: column;
      margin-bottom: 0; }
      /* line 29, ../sass/layout/_regions.scss */
      .region--footer .block {
        margin-bottom: 25px; } }

/* line 35, ../sass/layout/_regions.scss */
.region--footer-bottom {
  margin-top: 30px;
  padding: 15px 0;
  position: relative; }
  /* line 40, ../sass/layout/_regions.scss */
  .region--footer-bottom:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    background: #505050;
    display: inline-block;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    height: 1px; }
  /* line 53, ../sass/layout/_regions.scss */
  .region--footer-bottom .block {
    font-size: 14px;
    line-height: 26px; }
    @media only screen and (max-width: 767px) {
      /* line 53, ../sass/layout/_regions.scss */
      .region--footer-bottom .block {
        font-size: 13px; } }
  @media only screen and (max-width: 767px) {
    /* line 35, ../sass/layout/_regions.scss */
    .region--footer-bottom {
      padding: 10px 0; } }

body {
color: #000000;
font: 300 18px/25px "FiraSans", sans-serif;
}
#page-footer {
color: #808183;
margin-top: 0;
}
#block-totop {
display: block !important;
}
.scroll-top {
position: fixed;
right: calc((100vw - 1200px) / 2 - 130px);
bottom: 95px;
z-index: 101;
display: none;
align-items: center;
justify-content: center;
width: 50px;
height: 50px;
border: 0px;
border-radius: 50%;
cursor: pointer;
background: rgba(94, 133, 222, 0.3);
transition: 200ms linear;
}
.scroll-top:hover {
background: rgba(94, 133, 222, 1);
}
.free-consultation {
background: #ECECEC;
padding: 30px 0;
margin-top: 75px;
}
.free-consultation__container {
max-width: 1200px;
width: 100%;
margin: 0 auto;
padding: 0 15px;
display: grid;
grid-template-columns: auto 1fr auto;
grid-gap: 50px;
align-items: center;
position: relative;
z-index: 2;
}
.free-consultation__title {
position: relative;
z-index: 1;
padding: 0 20px;
border: 2px solid #D8214F;
border-top: 0px;
border-bottom: 0px;
font-weight: 400;
font-size: 20px;
line-height: 30px;
color: #000000;
}
.free-consultation__title:before {
content: '';
position: absolute;
left: 0;
top: -30px;
width: 100%;
height: calc(100% + 60px);
background-image: url(https://frezer-pro.com/themes/_custom_/main_theme/img/icon-question.png);
background-repeat: no-repeat;
background-size: contain;
background-position: right 10px top 0px;
}
.free-consultation__subtitle {
font-weight: 300;
font-size: 16px;
line-height: 30px;
color: #000000;
}
.free-consultation__btn {
display: flex;
align-items: center;
justify-content: center;
width: 200px;
height: 50px;
background: rgba(33, 89, 216, 0.7);
box-shadow: 0px 4px 20px rgba(33, 89, 216, 0.4);
border-radius: 6px;
font-weight: 300;
font-size: 18px;
line-height: 22px;
color: #FFFFFF;
text-decoration: none;
}
.free-consultation__btn:hover {
background: rgba(33, 89, 216, 1);
}
@media (max-width: 1440px) {
.scroll-top {
  right: 15px;
}
}
@media (max-width: 991px) {
.scroll-top {
  right: 15px;
  bottom: 45px;
}
.free-consultation__container {
  grid-template-columns: 100%;
  grid-gap: 15px;
  text-align: center;
}
.free-consultation__title {
  border: 0px;
}
.free-consultation__title br {
  display: none;
}
.free-consultation__btn {
  margin: 0 auto;
}
}
.btn-blue {
    display: flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    padding: 10px 24px;
    background: #2159D8;
    box-shadow: 0px 4px 20px rgba(33, 89, 216, 0.2);
    border-radius: 6px;
    text-align: center;
    top: none;
    font-weight: 300;
    font-size: 18px;
    line-height: 26px;
    color: #fff;
}
.btn-blue:hover {
    background: rgba(33, 89, 216, 70%);
    text-decoration: none;
}
.why {
    display: grid;
    grid-template-columns: 1fr 1.24fr;
    align-items: flex-start;
    grid-gap: 25px 50px;
    padding: 50px 0;
}
.why h2 {
    margin: 0;
    margin-bottom: 40px;
    font-weight: 400;
    font-size: 42px;
    line-height: 120%;
}
.why__left {
    font-weight: 300;
    font-size: 18px;
    line-height: 25px;
}
.why__left p {
    margin: 0;
}
.why__btn {
    margin-top: 60px;
}
.why__items {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: flex-start;
    grid-gap: 30px 60px;
}
.why-item {
    font-weight: 300;
    font-size: 16px;
    line-height: 25px;
}
.why-item img {
    width: 44px;
    margin-bottom: 16px;
}
.why-item h3 {
    margin: 0;
    margin-bottom: 7px;
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
}
.stages-cooperation {
  padding: 50px 0;
}
.stages-cooperation h2 {
  margin: 0;
  margin-bottom: 70px;
  font-weight: 400;
  font-size: 42px;
  line-height: 120%;
  text-align: center;
}
.stages-cooperation__grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  align-items: flex-start;
  grid-gap: 20px;
}
.stages-cooperation__item {
  font-weight: 300;
  font-size: 16px;
  line-height: 25px;
}
.stages-cooperation__item > span {
  display: flex;
  align-items: center;
  position: relative;
  margin-bottom: 16px;
  font-weight: 400;
  font-size: 36px;
  line-height: 43px;
  color: #2159D8;
}
.stages-cooperation__item > span:after {
  content: '';
  display: block;
  width: auto;
  margin-left: 24px;
  flex-grow: 1;
  height: 1px;
  background: #D8214F;
}
.stages-cooperation__item:last-child > span:after {
  display: none;
}
.reviews {
  padding: 50px 0;
}
.reviews h2 {
  margin: 0;
  margin-bottom: 70px;
  font-weight: 400;
  font-size: 42px;
  line-height: 25px;
  text-align: center;
}
.reviews__grid {
  display: grid;
  grid-template-columns: 1fr 1.413fr;
  grid-gap: 30px 60px;
}
.reviews__left {
  padding-top: 30px;
  font-weight: 300;
  font-size: 18px;
  line-height: 25px;
}
.reviews__right {
  max-width: 650px;
}
.ya-badge {
  margin-top: 60px;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  grid-gap: 30px 60px;
  font-weight: 300;
  font-size: 18px;
  line-height: 25px;
}
.ya-badge a {
  color: #2159D8;
}
.ya-badge a:hover {
  text-decoration: underline;
}
.reviews-slider {
  padding: 35px;
  background: #FFFFFF;
  border: 1px solid #F3F3F3;
  box-shadow: 0px 7px 25px #F3F3F3;
  border-radius: 6px;
  height: 100%;
}
.reviews-slider-item {
  font-weight: 300;
  font-size: 16px;
  line-height: 140%;
  padding-bottom: 10px;
}
.reviews-slider-item strong {
  display: block;
  font-weight: 400;
  font-size: 18px;
  line-height: 140%;
}
.reviews-slider-item img {
  margin:10px 0 24px 0;
}
.reviews-slider-item__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.reviews-slider-item__head img {
  margin: 0;
}
.reviews-slider-item__head a {
  display: flex;
  align-items: center;
  gap: 4px;
  font-weight: 300;
  font-size: 12px;
  line-height: 140%;
  text-decoration: underline;
  color: #808183;
}
.reviews-slider-item__head a:hover {
  text-decoration: none;
}
.reviews-slider .slick-dots {
  position: absolute;
  left: 35px;
  bottom: 35px;
  z-index: 1;
}
.about-main {
  display: grid;
  grid-template-columns: 1fr 1.413fr;
  align-items: stretch;
  grid-gap: 50px;
}
.about-main__left {
  max-width: 450px;
}
.about-main__left .slick-list,
.about-main__left .slick-track {
  height: 100%;
}
.about-main__left .slick-dots {
  margin: 20px auto 0 auto;
}
.about-main__left img {
  margin: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 6px;
}
.slick-dots {
  list-style: none;
  line-height: 4px;
}
.slick-dots li {
  margin: 0 !important;
  padding: 0 !important;
  margin-right: 5px !important;
  height: 5px !important;
}
.slick-dots li:before,
.slick-dots li button:before,
.slick-dots li button:after {
  display: none !important ;
}
.slick-dots li button {
  display: block !important;
  width: 4px !important;
  height: 4px !important;
  border-radius: 2px;
  background: #D9D9D9 !important;
  font-size: 0px;
}
.slick-dots li.slick-active button {
  width: 20px !important;
  background: #2159D8 !important;
}

.frezerovka-na-zakaz-v-moskve .region--under-content{
  display: none;
}
.about-work-photo {
  padding: 70px 50px;
}
.about-work-photo .slick-slide {
  padding: 0 25px ;
}
.about-work-photo img {
  display: block;
  width: 100%;
  height: 280px;
  object-fit: cover;
}
.about-work-photo .slick-dots {
  margin: 20px auto 0 auto;
}
@media(max-width: 1200px) {
  .ya-badge {
    grid-gap: 30px;
  }
  .ya-badge br {
    display: none;
  }
}
@media (max-width: 991px) {
  .why {
    grid-template-columns: 100%;
    grid-gap: 40px;
  }
  .why__btn {
    margin-top: 30px;
  }
  .why h2,
  .stages-cooperation h2,
  .reviews h2 {
    margin-bottom: 30px;
    font-size: 32px;
  }
  .stages-cooperation__grid {
    grid-template-columns: 1fr 1fr 1fr;
  }
  .reviews__grid {
    grid-template-columns: 100%;
  }
  .reviews__left {
    padding-top: 0;
  }
  .about-main {
    grid-template-columns: 100%;
    grid-gap: 25px;
  }
  .about-main__left {
    max-width: 100%;
  }
  .about-main__left img {
    height: 280px;
  }
  .about-main__left .slick-list, 
  .about-main__left .slick-track {
    height: auto;
  }
}
@media (max-width: 767px) {
  .why {
    padding: 0;
    text-align: center;
  }
  .why h2,
  .stages-cooperation h2,
  .reviews h2 {
    font-size: 24px;
  }
  .why__btn {
    margin: 30px auto 0 auto;
  }
  .why__items {
    grid-template-columns: 100%;
  }
  .stages-cooperation {
    padding: 0;
  }
  .stages-cooperation__grid {
    grid-template-columns: 1fr 1fr;
  }
  .stages-cooperation__item {
    font-size: 14px;
    line-height: 22px;
  }
  .reviews {
    padding: 0;
  }

  .reviews-slider {
    padding: 20px;
  }
  .reviews-slider-item__head a {
    max-width: 100px;
    margin-left: auto;
  }
  .reviews-slider .slick-dots {
    left: 20px;
    bottom: 18px;
  }
  .ya-badge {
    margin-top: 30px;
    grid-template-columns: 100%;
    grid-gap: 15px;
    text-align: center;
  }
  .ya-badge iframe {
    margin: 0 auto;
  }
  .about-work-photo .slick-slide {
    padding: 0;
  }
  .about-work-photo img {
    height: 220px;
  }
}


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