* {
  margin: 0;
  padding: 0;
  box-sizing: border-box; }

ul li {
  list-style: none; }

.wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100vh; }
  .wrapper header,
  .wrapper main,
  .wrapper footer {
    display: block;
    width: 100%; }

footer {
  margin-top: auto; }

main {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1; }

html,
body {
  overflow-x: hidden; }

html {
  -webkit-text-size-adjust: none;
      -ms-text-size-adjust: none;
          text-size-adjust: none;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #20222d;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }

select,
button,
input,
textarea {
  font-family: 'Montserrat', sans-serif; }

a {
  text-decoration: none;
  -webkit-transition: .3s;
          transition: .3s;
  color: #20222d;
  outline: 0; }

.a, .input-list__privacy:before, .address:after, .phone:after, .offer__after-before:after, .offer__after-before:before, .service__item:before, .card__time:before, .material__item:after, .material__example:after, .important__text:after, .free__text:before {
  content: '';
  display: block; }

.content {
  max-width: 1230px;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px; }

.button-style {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
  text-align: center;
  width: 100%;
  height: 56px;
  background: #f1d781;
  color: #20222d;
  font-size: 16px;
  position: relative;
  overflow: hidden;
  font-weight: 700; }
  .button-style span {
    position: relative;
    z-index: 100; }
  .button-style:hover {
    background: #f4de98; }

.entry-content {
  line-height: 1.5;
  font-size: 16px; }
  .entry-content a {
    color: #d5b95c; }
    .entry-content a:hover {
      text-decoration: underline; }
  .entry-content h1 {
    font-size: 30px;
    font-weight: 700;
    padding-bottom: 15px; }
  .entry-content h2,
  .entry-content h3,
  .entry-content h4,
  .entry-content h5,
  .entry-content h6 {
    font-size: 24px;
    font-weight: 700;
    padding-bottom: 20px; }
  .entry-content p {
    padding-bottom: 15px; }
  .entry-content ul {
    padding-bottom: 15px; }
    .entry-content ul li {
      position: relative;
      padding-bottom: 5px;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: start;
      -webkit-align-items: flex-start;
          -ms-flex-align: start;
              align-items: flex-start; }
      .entry-content ul li:before {
        content: '';
        display: block;
        width: 6px;
        height: 6px;
        min-width: 6px;
        margin-right: 30px;
        margin-top: 9px;
        background: #d5b95c;
        border-radius: 50%; }
  .entry-content ol {
    padding-bottom: 15px;
    counter-reset: ol; }
    .entry-content ol li {
      padding-bottom: 5px;
      list-style: none;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: start;
      -webkit-align-items: flex-start;
          -ms-flex-align: start;
              align-items: flex-start; }
      .entry-content ol li:before {
        counter-increment: ol;
        content: counter(ol) ".";
        color: #d5b95c;
        font-weight: bold;
        display: block;
        width: 22px;
        min-width: 22px;
        margin-right: 14px; }
  .entry-content blockquote {
    padding-left: 20px;
    border-left: 5px solid #d5b95c;
    margin-bottom: 20px; }
  .entry-content img {
    max-width: 100%;
    height: auto; }
  .entry-content table {
    width: 100% !important;
    border-collapse: collapse;
    margin-bottom: 30px; }
    .entry-content table tr:nth-child(odd) {
      background: #eff0f5; }
    .entry-content table tr td {
      width: auto !important;
      height: auto !important;
      padding: 4px 15px; }

.alignnone {
  margin: 5px 20px 20px 0; }

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto; }

.alignright {
  float: right;
  margin: 5px 0 30px 30px; }

.alignleft {
  float: left;
  margin: 5px 30px 30px 0; }

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px; }

a img.alignnone {
  margin: 5px 20px 20px 0; }

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0; }

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  padding: 5px 3px 10px;
  text-align: center; }

.wp-caption.alignnone {
  margin: 5px 20px 20px 0; }

.wp-caption.alignleft {
  margin: 5px 20px 20px 0; }

.wp-caption.alignright {
  margin: 5px 0 20px 20px; }

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto; }

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px; }

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden; }

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000; }

@media screen and (max-width: 767px) {
  .entry-content table {
    font-size: 14px; }
    .entry-content table tr td {
      padding-left: 7px;
      padding-right: 7px; } }
@media screen and (max-width: 580px) {
  .entry-content img {
    display: block;
    float: none;
    margin: 0 auto 30px auto; }
  .entry-content table {
    font-size: 12px; }
    .entry-content table tr td {
      padding-left: 4px;
      padding-right: 4px; }
  .entry-content ol li:before {
    margin-right: 5px; }
  .entry-content ul li:before {
    margin-right: 21px; } }
/*-----------------submit----------------------*/
button[type="submit"],
input[type="submit"] {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  cursor: pointer;
  -webkit-transition: .3s;
          transition: .3s;
  border: 0;
  outline: 0;
  width: 100%;
  display: block;
  height: 65px; }

/*-----------------input----------------------*/
textarea,
input[type="password"],
input[type="email"],
input[type="text"],
input[type="tel"] {
  height: 56px;
  background: #f5f5f5;
  border: 0;
  padding: 0 15px;
  font-size: 16px;
  display: block;
  outline: none;
  width: 100%;
  border: 1px solid #e3e3e3;
  border-radius: 0;
  -webkit-appearance: none; }

textarea {
  height: 100px;
  padding-top: 15px;
  resize: none;
  overflow: auto; }

/*---------------placeholder------------------------*/
*::-webkit-input-placeholder {
  color: #acadb4;
  opacity: 1; }

*:-moz-placeholder {
  color: #acadb4;
  opacity: 1; }

*::-moz-placeholder {
  color: #acadb4;
  opacity: 1; }

*:-ms-input-placeholder {
  color: #363b48;
  opacity: 1; }

textarea:focus::-webkit-input-placeholder,
input[type="password"]:focus::-webkit-input-placeholder,
input[type="email"]:focus::-webkit-input-placeholder,
input[type="text"]:focus::-webkit-input-placeholder,
input[type="tel"]:focus::-webkit-input-placeholder {
  opacity: 0; }
textarea:focus:-moz-placeholder,
input[type="password"]:focus:-moz-placeholder,
input[type="email"]:focus:-moz-placeholder,
input[type="text"]:focus:-moz-placeholder,
input[type="tel"]:focus:-moz-placeholder {
  opacity: 0; }
textarea:focus::-moz-placeholder,
input[type="password"]:focus::-moz-placeholder,
input[type="email"]:focus::-moz-placeholder,
input[type="text"]:focus::-moz-placeholder,
input[type="tel"]:focus::-moz-placeholder {
  opacity: 0; }
textarea:focus:-ms-input-placeholder,
input[type="password"]:focus:-ms-input-placeholder,
input[type="email"]:focus:-ms-input-placeholder,
input[type="text"]:focus:-ms-input-placeholder,
input[type="tel"]:focus:-ms-input-placeholder {
  opacity: 0; }

textarea.wpcf7-not-valid,
input[type="password"].wpcf7-not-valid,
input[type="email"].wpcf7-not-valid,
input[type="text"].wpcf7-not-valid,
input[type="tel"].wpcf7-not-valid,
textarea.valid-error,
input[type="password"].valid-error,
input[type="email"].valid-error,
input[type="text"].valid-error,
input[type="tel"].valid-error {
  border-color: red;
  background: rgba(255, 0, 0, 0.1); }
  textarea.wpcf7-not-valid::-webkit-input-placeholder,
  input[type="password"].wpcf7-not-valid::-webkit-input-placeholder,
  input[type="email"].wpcf7-not-valid::-webkit-input-placeholder,
  input[type="text"].wpcf7-not-valid::-webkit-input-placeholder,
  input[type="tel"].wpcf7-not-valid::-webkit-input-placeholder,
  textarea.valid-error::-webkit-input-placeholder,
  input[type="password"].valid-error::-webkit-input-placeholder,
  input[type="email"].valid-error::-webkit-input-placeholder,
  input[type="text"].valid-error::-webkit-input-placeholder,
  input[type="tel"].valid-error::-webkit-input-placeholder {
    color: red; }
  textarea.wpcf7-not-valid:-moz-placeholder,
  input[type="password"].wpcf7-not-valid:-moz-placeholder,
  input[type="email"].wpcf7-not-valid:-moz-placeholder,
  input[type="text"].wpcf7-not-valid:-moz-placeholder,
  input[type="tel"].wpcf7-not-valid:-moz-placeholder,
  textarea.valid-error:-moz-placeholder,
  input[type="password"].valid-error:-moz-placeholder,
  input[type="email"].valid-error:-moz-placeholder,
  input[type="text"].valid-error:-moz-placeholder,
  input[type="tel"].valid-error:-moz-placeholder {
    color: red; }
  textarea.wpcf7-not-valid::-moz-placeholder,
  input[type="password"].wpcf7-not-valid::-moz-placeholder,
  input[type="email"].wpcf7-not-valid::-moz-placeholder,
  input[type="text"].wpcf7-not-valid::-moz-placeholder,
  input[type="tel"].wpcf7-not-valid::-moz-placeholder,
  textarea.valid-error::-moz-placeholder,
  input[type="password"].valid-error::-moz-placeholder,
  input[type="email"].valid-error::-moz-placeholder,
  input[type="text"].valid-error::-moz-placeholder,
  input[type="tel"].valid-error::-moz-placeholder {
    color: red; }
  textarea.wpcf7-not-valid:-ms-input-placeholder,
  input[type="password"].wpcf7-not-valid:-ms-input-placeholder,
  input[type="email"].wpcf7-not-valid:-ms-input-placeholder,
  input[type="text"].wpcf7-not-valid:-ms-input-placeholder,
  input[type="tel"].wpcf7-not-valid:-ms-input-placeholder,
  textarea.valid-error:-ms-input-placeholder,
  input[type="password"].valid-error:-ms-input-placeholder,
  input[type="email"].valid-error:-ms-input-placeholder,
  input[type="text"].valid-error:-ms-input-placeholder,
  input[type="tel"].valid-error:-ms-input-placeholder {
    color: red; }

/*------------------checkbox---------------------*/
input[type="radio"],
input[type="checkbox"] {
  display: none; }

input[type="radio"] + span,
input[type="checkbox"] + span {
  display: block;
  border: 1px solid #d8d8d8;
  width: 18px;
  height: 18px;
  border-radius: 3px;
  background: #f6f6f6;
  cursor: pointer;
  margin-right: 14px;
  min-width: 18px;
  font-size: 0;
  text-indent: -999;
  color: transparent; }

input[type="radio"] + span {
  border-radius: 50%; }

input[type="radio"]:checked + span,
input[type="checkbox"]:checked + span {
  background: #d5b95c url(../images/icon/check_white.svg) center no-repeat;
  background-size: 12px 12px;
  border-color: #d5b95c; }

input[type="radio"]:checked + span {
  background: #fff;
  border-width: 5px; }

.input-list__item_privaci {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
  .input-list__item_privaci span.wpcf7-list-item {
    display: inline !important;
    margin: 0 !important; }

/*------------------FILE---------------------*/
input[type="file"] {
  display: none; }

.psevdo-file {
  display: block;
  width: 100%; }

.file-btn {
  height: 55px;
  background: #d0d0d0;
  width: 100%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
  font-size: 17px;
  color: #5f6375;
  font-weight: 500;
  cursor: pointer;
  -webkit-transition: .3s;
          transition: .3s;
  padding: 0 8px;
  max-width: 200px; }
  .file-btn span {
    display: block;
    max-width: calc(100% - 40px);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; }
  .file-btn .fas {
    font-size: 19px;
    margin-right: 10px; }
  .file-btn:hover {
    background: #dddddd; }

/*------------------select---------------------*/
select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  cursor: pointer; }

select::-ms-expand {
  display: none; }

/*------------------WPCF7 Loader---------------------*/
.input-list .ajax-loader {
  visibility: hidden; }

.input-list .ajax-loader {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 100% !important;
  margin: 0 !important;
  background: rgba(255, 255, 255, 0.7) url(../images/loading.gif) center no-repeat !important;
  background-size: 50px auto !important; }

.cocoen {
  box-sizing: border-box;
  cursor: pointer;
  line-height: 0;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.cocoen * {
  box-sizing: inherit; }

.cocoen ::after, .cocoen ::before {
  box-sizing: inherit; }

.cocoen img, .cocoen picture > img {
  max-width: none; }

.cocoen > img, .cocoen > picture > img {
  display: block;
  width: 100%; }

.cocoen > div:first-child, picture .cocoen > div {
  height: 100%;
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 50%; }

.cocoen-drag {
  background: #fff;
  bottom: 0;
  cursor: ew-resize;
  left: 50%;
  margin-left: -1.5px;
  position: absolute;
  top: 0;
  width: 3px; }

.cocoen-drag::before {
  content: '';
  position: absolute;
  background: url(../images/icon/strelki.svg) 0 0 no-repeat;
  width: 57px;
  height: 57px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%); }

/* ------- Hover Effect---------- */
.hover-effect-1 {
  display: block;
  width: 300px;
  height: 300px;
  background: #000;
  -webkit-transition: all 0.2s ease-in;
          transition: all 0.2s ease-in;
  position: relative;
  overflow: hidden; }
  .hover-effect-1:before {
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transition: all 0.4s cubic-bezier(0.94, 0.85, 0.1, 0.62) 0s;
            transition: all 0.4s cubic-bezier(0.94, 0.85, 0.1, 0.62) 0s;
    z-index: 1;
    border: 150px double transparent;
    opacity: 1;
    filter: alpha(opacity=100);
    visibility: visible; }
  .hover-effect-1:hover:before {
    opacity: 0;
    filter: alpha(opacity=0);
    border: 0 double rgba(255, 255, 255, 0.7);
    visibility: hidden; }

/* ------- Slick ARROW, DOTS Start---------- */
.slick-a-next,
.slick-a-prev,
.slick-arrow-prev.slick-arrow,
.slick-arrow-next.slick-arrow {
  position: absolute;
  cursor: pointer;
  -webkit-transition: .3s;
          transition: .3s;
  width: 50px;
  height: 50px;
  border: 1px solid #000;
  z-index: 700;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  border-radius: 50%; }
  .slick-a-next:after,
  .slick-a-prev:after,
  .slick-arrow-prev.slick-arrow:after,
  .slick-arrow-next.slick-arrow:after {
    content: '';
    display: block;
    width: 15px;
    height: 15px;
    border-top: 3px solid #000;
    border-left: 3px solid #000;
    position: absolute;
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
        -ms-transform: translate(-50%, -50%) rotate(-45deg);
            transform: translate(-50%, -50%) rotate(-45deg);
    top: 50%;
    left: 50%;
    margin-left: 3px; }
  .slick-a-next:hover,
  .slick-a-prev:hover,
  .slick-arrow-prev.slick-arrow:hover,
  .slick-arrow-next.slick-arrow:hover {
    background: #000; }
    .slick-a-next:hover:after,
    .slick-a-prev:hover:after,
    .slick-arrow-prev.slick-arrow:hover:after,
    .slick-arrow-next.slick-arrow:hover:after {
      border-color: #fff; }

.slick-a-prev,
.slick-arrow-prev.slick-arrow {
  left: -65px; }

.slick-a-next,
.slick-arrow-next.slick-arrow {
  right: -65px; }
  .slick-a-next:after,
  .slick-arrow-next.slick-arrow:after {
    -webkit-transform: translate(-50%, -50%) rotate(135deg);
        -ms-transform: translate(-50%, -50%) rotate(135deg);
            transform: translate(-50%, -50%) rotate(135deg);
    margin-left: -3px; }

.slick-a-next.slick-disabled,
.slick-a-prev.slick-disabled,
.slick-arrow-next.slick-arrow.slick-disabled,
.slick-arrow-prev.slick-arrow.slick-disabled {
  opacity: .5;
  cursor: not-allowed; }

.slick-a-next,
.slick-a-prev {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }

.slick-dots {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0; }
  .slick-dots li {
    padding: 0 5px; }
    .slick-dots li button {
      display: block;
      width: 20px;
      height: 20px;
      border-radius: 50%;
      cursor: pointer;
      color: transparent;
      border: 1px solid #d5b95c;
      outline: none;
      background: transparent; }
  .slick-dots .slick-active button {
    background: #d5b95c; }

/* ------- Slick ARROW, DOTS Finish---------- */
/* ------- Scroll to Top Start ---------- */
.to-top {
  position: fixed;
  cursor: pointer;
  -webkit-transition: .5s;
          transition: .5s;
  width: 50px;
  height: 50px;
  background: #20222d;
  z-index: 800;
  bottom: 50px;
  border-radius: 0;
  right: -100px;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  box-shadow: 0px 9px 22px rgba(0, 0, 0, 0.28); }
  .to-top:after {
    content: '';
    display: block;
    width: 10px;
    height: 10px;
    border-top: 3px solid #fff;
    border-left: 3px solid #fff;
    position: absolute;
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
        -ms-transform: translate(-50%, -50%) rotate(45deg);
            transform: translate(-50%, -50%) rotate(45deg);
    top: 50%;
    left: 50%;
    margin-top: 3px;
    -webkit-transition: .3s;
            transition: .3s; }
  .to-top:hover:after {
    margin-top: -3px; }

.to-top.active {
  right: 50px; }

@media screen and (max-width: 767px) {
  .to-top {
    bottom: 15px;
    width: 40px;
    height: 40px; }
    .to-top:after {
      -webkit-transform: translate(-50%, -50%) rotate(45deg) scale(0.7, 0.7);
          -ms-transform: translate(-50%, -50%) rotate(45deg) scale(0.7, 0.7);
              transform: translate(-50%, -50%) rotate(45deg) scale(0.7, 0.7); }

  .to-top.active {
    right: 15px; } }
/* ------- Scroll to Top Finish---------- */
.icon-menu {
  width: 35px;
  height: 20px;
  cursor: pointer;
  display: none; }

.sw-topper,
.sw-bottom,
.sw-footer {
  position: relative;
  top: 0;
  width: 100%;
  height: 3px;
  background: #191e2a;
  border: none;
  -webkit-transition: -webkit-transform 0.5s, top 0.2s;
          transition: transform 0.5s, top 0.2s; }

.sw-bottom {
  top: 5px; }

.sw-footer {
  top: 10px; }

.icon-menu.active .sw-topper {
  top: 7px;
  -webkit-transform: rotate(140deg);
      -ms-transform: rotate(140deg);
          transform: rotate(140deg); }

.icon-menu.active .sw-bottom {
  top: 4px;
  -webkit-transform: rotate(-140deg);
      -ms-transform: rotate(-140deg);
          transform: rotate(-140deg); }

.icon-menu.active .sw-footer {
  top: 0;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
  opacity: 0; }

div.wpcf7-mail-sent-ok {
  display: none !important; }

.wpcf7-form .wpcf7-not-valid-tip {
  font-size: 13px !important;
  color: red !important;
  padding: 5px 0 0 !important;
  margin: 0 !important;
  text-align: center;
  display: block; }

.wpcf7-form br {
  display: none !important; }

.wpcf7-form .wpcf7-validation-errors {
  font-size: 13px !important;
  color: red !important;
  padding: 0 0 20px 0 !important;
  margin: 0 auto !important;
  border: 0 !important;
  text-align: center;
  display: block; }

/* ---------------------------- SLICK Slider ------------------------------------- */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0; }

.slick-list:focus {
  outline: none; }

.slick-list.dragging {
  cursor: pointer;
  cursor: hand; }

.slick-slider .slick-track, .slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block; }

.slick-track:before, .slick-track:after {
  display: table;
  content: ''; }

.slick-track:after {
  clear: both; }

.slick-loading .slick-track {
  visibility: hidden; }

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px; }

[dir='rtl'] .slick-slide {
  float: right; }

.slick-slide img {
  display: block; }

.slick-slide.slick-loading img {
  display: none; }

.slick-slide.dragging img {
  pointer-events: none; }

.slick-initialized .slick-slide {
  display: block; }

.slick-loading .slick-slide {
  visibility: hidden; }

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

@font-face {
  font-family: 'slick';
  font-weight: normal;
  font-style: normal; }
.slick-prev, .slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  padding: 0;
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: 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: .25; }

.slick-prev:before, .slick-next:before {
  font-family: 'slick';
  font-size: 20px;
  line-height: 1;
  opacity: .75;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: -25px; }

[dir='rtl'] .slick-prev {
  right: -25px;
  left: auto; }

.slick-prev:before {
  content: ''; }

[dir='rtl'] .slick-prev:before {
  content: ''; }

.slick-next {
  right: -25px; }

[dir='rtl'] .slick-next {
  right: auto;
  left: -25px; }

.slick-next:before {
  content: ''; }

[dir='rtl'] .slick-next:before {
  content: ''; }

@-webkit-keyframes bounceInRight {
  from,60%,75%,90%,to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0); }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0); }
  to {
    -webkit-transform: none;
    transform: none; } }
@keyframes bounceInRight {
  from,60%,75%,90%,to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0); }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0); }
  to {
    -webkit-transform: none;
    transform: none; } }
.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight; }

.pop-background {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1010;
  background: rgba(32, 34, 45, 0.7);
  display: none; }

.pop-scroll {
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1100;
  max-width: 518px;
  width: calc(100% - 30px);
  background: #fff;
  background: #fff url(../images/bg_pop.jpg) 0 0 no-repeat;
  padding: 50px 0 35px;
  max-height: 100%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-transition: .5s;
          transition: .5s;
  top: 20%; }

.active .pop-scroll {
  top: 50%; }

.pop__content {
  max-height: 100%;
  width: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0 45px; }

.pop__form {
  margin: 0 auto; }

.close {
  display: block;
  width: 42px;
  height: 42px;
  position: absolute;
  background: #e4e4e4;
  top: 0;
  right: -48px;
  cursor: pointer;
  -webkit-transition: .3s;
          transition: .3s; }
  .close:after, .close:before {
    content: '';
    display: block;
    position: absolute;
    width: 1.5px;
    height: 17px;
    background: #20222d;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    left: 20px;
    top: 12px;
    -webkit-transition: .3s;
            transition: .3s; }
  .close:before {
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg); }
  .close:hover {
    background: red; }
    .close:hover:after, .close:hover:before {
      background: #fff; }

.pop__title {
  text-transform: uppercase;
  font-weight: 800;
  padding-bottom: 10px;
  font-size: 26px; }

.pop__desc {
  line-height: 1.25;
  font-weight: 300;
  padding-bottom: 40px;
  max-width: 410px; }

.input-list__item {
  padding-bottom: 30px; }
  .input-list__item label {
    font-weight: 800;
    font-size: 14px;
    display: block;
    padding-bottom: 10px;
    line-height: 1; }

.input-list__privacy {
  font-size: 14px;
  color: #bfc0c6;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .input-list__privacy:before {
    background: url(../images/icon/privacy.png) 0 0 no-repeat;
    width: 12px;
    height: 16px;
    background-size: contain;
    margin-right: 10px;
    min-width: 12px; }

.pop-success {
  display: none;
  text-align: center; }
  .pop-success .pop__title {
    background: url(../images/icon/checked.svg) center 0 no-repeat;
    background-size: 80px;
    padding-top: 100px; }
  .pop-success .pop__desc {
    padding: 0; }
  .pop-success .pop-scroll {
    background: #fff; }

.header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%; }

.header__content {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 35px 15px; }

.header__menu {
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: none;
  box-shadow: 0px 0px 65px 0px rgba(0, 0, 0, 0.08); }

.menu-icon {
  width: 49px;
  height: 49px;
  box-shadow: 0px 8px 29px 0px rgba(32, 34, 45, 0.06);
  background: #fff url(../images/icon/menu.svg) center no-repeat;
  background-size: 20px auto;
  cursor: pointer;
  -webkit-transition: .3s;
          transition: .3s; }
  .menu-icon:hover {
    background-color: #f1d781; }

.close-icon {
  width: 49px;
  height: 49px;
  background: #f6f6f6 url(../images/icon/cancel-music.svg) center no-repeat;
  background-size: 16px auto;
  cursor: pointer;
  -webkit-transition: .3s;
          transition: .3s; }

.logo {
  display: block;
  width: 175px;
  margin-top: 6px; }
  .logo img {
    display: block;
    width: 100%; }

.header__address {
  margin-top: 6.5px;
  -webkit-transform: translateX(9px);
      -ms-transform: translateX(9px);
          transform: translateX(9px);
  margin-left: 15px; }

.address {
  line-height: 1.5;
  font-style: normal;
  padding-left: 35px;
  position: relative; }
  .address:after {
    position: absolute;
    left: 0;
    top: 0;
    background: url(../images/icon/placeholder.svg) center no-repeat;
    width: 23px;
    height: 23px; }

.phone {
  font-size: 24px;
  font-weight: 600;
  font-style: normal;
  padding-left: 35px;
  position: relative;
  display: block;
  line-height: 1;
  margin-bottom: 5px; }
  .phone span {
    font-weight: 300; }
  .phone:after {
    position: absolute;
    left: 2px;
    top: 0;
    background: url(../images/icon/call.svg) center no-repeat;
    width: 21px;
    height: 22px; }
  .phone:hover {
    color: #d5b95c; }

.header__call {
  padding-top: 7px; }

.callback {
  margin-left: 38px;
  font-weight: 500;
  color: #d5b95c;
  display: inline-block;
  position: relative;
  border-bottom: 1px solid #d5b95c;
  line-height: 1; }
  .callback:hover {
    color: #20222d;
    border-color: #20222d; }

.header__nav {
  margin: auto auto;
  width: 100%;
  max-width: 640px; }
  .header__nav ul {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    .header__nav ul li a {
      font-weight: 700; }
      .header__nav ul li a:hover {
        color: #d5b95c; }

.mobile-contacts {
  display: none; }

.offer {
  padding-top: 150px;
  background: #f6f6f6;
  padding-bottom: 110px; }

.offer__content {
  position: relative;
  padding-right: 590px; }

.offer__text {
  padding-top: 91px;
  padding-bottom: 50px; }
  .offer__text h1 {
    font-size: 48px;
    font-weight: 800;
    text-transform: uppercase;
    line-height: 1.25;
    padding-bottom: 13px; }
  .offer__text p {
    font-weight: 300;
    font-size: 24px;
    line-height: 1.25;
    padding-bottom: 50px; }

.offer__label {
  background: #f1d781;
  font-size: 20px;
  font-weight: 500;
  display: inline-block;
  padding: 8px 13px;
  margin-bottom: 10px; }

.offer__order {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 300px;
  -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: 56px;
  border: 1px solid #20222d;
  font-weight: 700; }
  .offer__order:hover {
    background: #20222d;
    color: #fff; }

.offer__after-before {
  position: absolute;
  right: -130px;
  top: 0;
  width: 708px; }
  .offer__after-before:after {
    position: absolute;
    top: calc(100% - 65px);
    background: url(../images/shadow.png) center bottom no-repeat;
    width: 1069px;
    height: 340px;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    z-index: 2; }
  .offer__after-before:before {
    position: absolute;
    top: 5px;
    background: url(../images/bg_line.png) center bottom no-repeat;
    width: 666px;
    height: 695px;
    left: 53%;
    z-index: 1;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%); }

.cocoen {
  z-index: 700; }

.services {
  padding-top: 103px; }

.title {
  padding-bottom: 61px; }

.title__big {
  font-size: 40px;
  font-weight: 800;
  text-transform: uppercase;
  padding-bottom: 12px; }

.title__desc {
  font-size: 18px;
  font-weight: 300;
  padding-left: 3px; }

.services__row {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.service {
  width: calc(43.4% - 30px);
  max-width: 380px; }

.service__item {
  line-height: 1.333;
  font-weight: 600;
  font-size: 18px;
  padding-left: 60px;
  margin-bottom: 49px;
  position: relative; }
  .service__item:last-child {
    margin-bottom: 0; }
  .service__item:before {
    position: absolute;
    left: 4px;
    top: 7px;
    height: 23px;
    width: 5px;
    background: #20222d;
    -webkit-transform: skewX(-21deg);
        -ms-transform: skewX(-21deg);
            transform: skewX(-21deg); }

.card {
  width: 56.6%;
  background: #f6f6f6;
  padding: 20px 20px 25px; }

.card__content {
  border: 5px solid #fff;
  box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.02);
  padding: 62px 30px 55px;
  text-align: center; }

.card__title {
  text-transform: uppercase;
  font-size: 26px;
  font-weight: 700;
  padding-bottom: 20px; }
  .card__title span {
    color: #d3b965; }

.card__desc {
  font-size: 18px;
  font-weight: 300;
  line-height: 1.333;
  padding-bottom: 23px;
  max-width: 450px;
  margin: 0 auto; }

.card__time {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
  border: 2px solid #f1d781;
  height: 46px;
  font-size: 18px;
  font-weight: 700;
  max-width: 305px;
  margin: 0 auto;
  padding: 0 15px; }
  .card__time:before {
    width: 19px;
    height: 19px;
    background: url(../images/icon/calendar.svg) center no-repeat;
    margin-right: 15px;
    min-width: 19px; }

.materials {
  padding-top: 63px;
  padding-bottom: 30px; }

.title-small {
  font-size: 26px;
  font-weight: 700;
  padding-bottom: 35px;
  text-transform: uppercase; }

.material {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  background: #fff;
  padding: 39px 0 0;
  box-shadow: 0px 0px 65px 0px rgba(0, 0, 0, 0.08);
  margin-bottom: 44px; }

.material__item {
  padding: 0 53px 40px;
  position: relative; }
  .material__item:after {
    position: absolute;
    right: 0;
    top: 6px;
    width: 2px;
    background: #e5e5e5;
    height: 65px; }
  .material__item:nth-child(3):after {
    display: none; }
  .material__item:nth-child(1), .material__item:nth-child(3) {
    width: 32%; }
  .material__item:nth-child(2) {
    width: 36%; }

.material__title {
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 700;
  padding-bottom: 11px; }

.material__desc {
  line-height: 1.25;
  padding-bottom: 17px; }

.material__example {
  display: inline-block;
  position: relative;
  font-weight: 700;
  font-size: 14px;
  color: #acadb5;
  padding-bottom: 5px; }
  .material__example span {
    position: relative;
    z-index: 10; }
  .material__example:after {
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 0;
    height: 1px;
    background: #acadb5;
    -webkit-transition: .3s;
            transition: .3s;
    z-index: 1; }
  .material__example:hover {
    color: #f1d781; }
    .material__example:hover:after {
      background: #f1d781; }

.important__button {
  width: 225px; }

.important {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start; }

.important__text {
  width: calc(100% - 285px);
  position: relative;
  padding-left: 23px;
  font-weight: 300;
  font-style: italic;
  line-height: 1.25;
  padding-top: 8px; }
  .important__text:after {
    position: absolute;
    left: 0;
    top: -1px;
    background: url(../images/icon/ow.svg) center no-repeat;
    width: 15px;
    height: 32px; }

.work {
  padding-top: 62px; }
  .work .title {
    padding-bottom: 57px; }

.work__slider {
  margin-bottom: 50px; }

.work__top {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-bottom: 26px; }

.work__info {
  padding-right: 60px; }

.work__title {
  font-size: 18px;
  font-weight: 800;
  text-transform: uppercase;
  padding-bottom: 7px; }

.work__desc {
  font-weight: 300; }

.work__photo {
  margin-left: -5px;
  margin-right: -5px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }

.work__photo-item {
  display: block;
  width: calc(25% - 10px);
  margin: 0 5px 10px;
  overflow: hidden;
  height: 275px; }
  .work__photo-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
    -webkit-transition: .6s;
            transition: .6s; }
  .work__photo-item:hover img {
    -webkit-transform: scale(1.1, 1.1);
        -ms-transform: scale(1.1, 1.1);
            transform: scale(1.1, 1.1); }

.arrow {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }

.arrow__a {
  width: 42px;
  height: 42px;
  border: 1px solid #bcbcc0;
  display: block;
  background: url(../images/icon/next.svg) center no-repeat;
  background-size: 14px; }
  .arrow__a:hover {
    border-color: #20222d;
    background: url(../images/icon/next_dark.svg) center no-repeat;
    background-size: 14px; }
  .arrow__a.slick-disabled {
    cursor: no-drop;
    opacity: .3; }
    .arrow__a.slick-disabled:hover {
      border-color: #bcbcc0;
      background: url(../images/icon/next.svg) center no-repeat;
      background-size: 14px; }

.arrow__a_prev {
  -webkit-transform: scale(-1, 1);
      -ms-transform: scale(-1, 1);
          transform: scale(-1, 1); }

.arrow__count {
  font-size: 18px;
  color: #b7b9c2;
  font-weight: 800;
  padding-left: 20px;
  line-height: 1; }

.free {
  border: 2px solid #f1d781;
  padding: 6px; }

.free__content {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background: #fefcf5;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 53px 63px;
  background: #fefcf5 url(../images/bg_free.png) 0 center no-repeat; }

.free__button {
  width: 225px; }

.free__text {
  width: calc(100% - 260px);
  padding-left: 95px;
  position: relative; }
  .free__text:before {
    position: absolute;
    left: 0;
    top: 4px;
    background: url(../images/icon/car.svg) center no-repeat;
    width: 69px;
    height: 48px; }

.free__title {
  font-size: 24px;
  font-weight: 800;
  padding-bottom: 5px;
  text-transform: uppercase;
  padding-bottom: 5px; }

.contacts {
  padding-top: 66px;
  padding-bottom: 10px; }
  .contacts .title {
    padding-bottom: 35px; }

.contacts__map {
  position: relative; }

.contact {
  position: absolute;
  top: 35px;
  left: 40px;
  z-index: 999;
  background: #fff;
  box-shadow: 0px 0px 65px 0px rgba(0, 0, 0, 0.08);
  width: 355px;
  padding: 25px 35px 31px; }

#map {
  height: 450px;
  width: 100%;
  background: #f8f8f8; }

.call__application {
  padding-left: 38px;
  font-size: 12px;
  color: #9b9ca1;
  font-weight: 500;
  padding-bottom: 9px; }
  .call__application span {
    padding-right: 10px; }

.contact__img {
  padding-bottom: 28px; }
  .contact__img img {
    display: block;
    max-width: 100%;
    height: auto; }

.contact__call {
  padding-bottom: 37px; }

.footer__content {
  padding-top: 45px;
  padding-bottom: 45px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }
  .footer__content .logo {
    margin: 0; }

.footer__copyright {
  margin-right: auto;
  line-height: 1.143;
  font-size: 14px;
  font-weight: 300;
  margin-left: 30px;
  padding-left: 30px;
  border-left: 1px solid #dedee0;
  padding-top: 9px;
  padding-bottom: 9px; }

.a2a_kit a span, .a2a_menu a span, .a2a_modal a span, .a2a_overlay a span {
  border-radius: 50% !important;
  overflow: hidden; }

.share__title {
  font-size: 16px;
  font-weight: 500;
  padding-bottom: 15px; }

.share__link {
  position: relative;
  padding-left: 85px;
  background: url(../images/icon/arrow_share.png) 14px 0px no-repeat; }

@media screen and (max-width: 1270px) {
  .offer__after-before {
    right: -85px; }

  .offer__content {
    padding-right: 520px; } }
@media screen and (max-width: 1024px) {
  .offer__after-before {
    display: none; }

  .offer__content {
    padding-right: 15px; }

  .header__address {
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
    margin-left: 0; }

  .header__nav {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    width: auto;
    padding: 0 25px; }

  .work__photo-item {
    height: 220px; }

  .services {
    padding-top: 90px; }

  .offer {
    padding-bottom: 45px; }

  .offer__text {
    padding-top: 60px; } }
@media screen and (max-width: 991px) {
  .free__content {
    padding-left: 30px;
    padding-right: 30px; }

  .callback,
  .address {
    font-size: 14px; }

  .phone {
    font-size: 18px; }

  .header__nav ul li a {
    font-size: 14px; }

  .card {
    width: 100%; }

  .service {
    width: 100%;
    max-width: 100%;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between; }

  .service__item {
    width: calc(50% - 30px); }

  .material__item {
    width: 50% !important;
    padding-left: 40px;
    padding-right: 40px; }
    .material__item:nth-child(3):after {
      display: block; }
    .material__item:nth-child(2n):after {
      display: none; }

  .free__text {
    width: 100%;
    margin-bottom: 20px; }

  .free__button {
    margin: 0 auto; }

  .contact {
    padding: 20px; }

  .contact {
    width: 290px; }

  .call__application {
    font-size: 10px; }

  .footer__content {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; }

  .share {
    width: 100%;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
    text-align: center;
    padding-bottom: 30px; }

  .footer__copyright {
    margin-right: 0;
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3; }

  .footer__content .logo {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2; }

  .share__link {
    display: inline-block; } }
@media screen and (max-width: 767px) {
  .header {
    z-index: 900; }

  .header__address {
    display: none; }

  .header__menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
    .header__menu .header__content {
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center; }

  .header__nav {
    width: 100%;
    display: block;
    text-align: center;
    max-width: 100%; }
    .header__nav ul {
      display: block;
      padding-top: 15px; }
      .header__nav ul li {
        padding: 10px 0; }
        .header__nav ul li a {
          font-size: 16px; }

  .close-icon {
    position: absolute;
    top: 10px;
    right: 10px; }

  .mobile-contacts {
    display: block;
    padding-top: 20px; }

  .work__photo-item {
    width: calc(50% - 10px); }

  .arrow {
    min-width: 145px; }

  .offer__text h1 {
    font-size: 41px; }

  .service__item {
    font-size: 17px; }

  .important {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }

  .important__text {
    width: 100%;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
    margin-bottom: 25px;
    font-size: 16px; }

  .important__button {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
    width: 100%; }

  .free__content {
    background: #fefcf5;
    text-align: center; }

  .free__text {
    padding-left: 0; }
    .free__text:before {
      position: static;
      margin: 0 auto 25px; }

  .contact {
    left: 15px; }

  .contacts__map {
    margin-left: -15px;
    margin-right: -15px; }

  .contact {
    width: 250px;
    padding: 15px; } }
@media screen and (max-width: 640px) {
  .card__title span {
    display: block; }

  .material__item {
    width: 100% !important; }
    .material__item:after {
      display: none; }

  .close {
    right: 0;
    top: 0; } }
@media screen and (max-width: 580px) {
  .logo {
    margin: 0; }

  .header__content {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }

  .service__item {
    width: 100%; }

  .contacts__map {
    margin: 0; }

  .contact {
    position: static;
    width: auto;
    padding: 25px 35px 31px; }

  .footer__copyright {
    width: 100%;
    padding: 0;
    margin: 0;
    border: 0;
    text-align: center;
    padding-top: 30px; }

  .service {
    padding-bottom: 60px; }

  .header__call {
    display: none; }

  .pop__content {
    padding-left: 20px;
    padding-right: 20px; }

  .input-list__privacy {
    font-size: 12px; }

  .pop__title {
    font-size: 18px; }

  .pop__desc {
    font-size: 14px; }

  textarea, input[type="password"], input[type="email"], input[type="text"], input[type="tel"] {
    height: 45px; }

  .input-list__item {
    padding-bottom: 20px; }

  button[type="submit"], input[type="submit"] {
    height: 50px; }

  .share__title {
    font-size: 14px; }

  .share__link {
    padding-left: 60px; }

  .contact {
    padding-left: 20px;
    padding-right: 20px; }

  .title__big {
    font-size: 25px; }

  .title__desc {
    font-size: 16px; }

  .work__top {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }

  .work__info {
    width: 100%;
    padding-right: 0;
    padding-bottom: 20px; }

  .title-small {
    font-size: 20px; }

  .offer__text h1 {
    font-size: 36px; }
  .offer__text p {
    font-size: 18px; }

  .offer__label {
    font-size: 16px; }

  .service__item {
    font-size: 16px; }

  .card {
    padding: 15px; }

  .card__content {
    padding-left: 20px;
    padding-right: 20px; }

  .card__title {
    font-size: 20px; }

  .card__desc {
    font-size: 16px; }

  .card__time {
    font-size: 13px; }

  .material__item {
    padding-left: 25px;
    padding-right: 25px; }

  .important__text {
    font-size: 14px;
    padding-top: 0; }

  .work__photo-item {
    height: 170px; }

  .free__title {
    font-size: 20px; } }
body.compensate-for-scrollbar {
  overflow: hidden; }

.fancybox-active {
  height: auto; }

.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden; }

.fancybox-container {
  -webkit-backface-visibility: hidden;
  height: 100%;
  left: 0;
  outline: none;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  width: 100%;
  z-index: 99992; }

.fancybox-container * {
  box-sizing: border-box; }

.fancybox-bg, .fancybox-inner, .fancybox-outer, .fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0; }

.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto; }

.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  -webkit-transition-duration: inherit;
          transition-duration: inherit;
  -webkit-transition-property: opacity;
          transition-property: opacity;
  -webkit-transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
          transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71); }

.fancybox-is-open .fancybox-bg {
  opacity: .9;
  -webkit-transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
          transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1); }

.fancybox-caption, .fancybox-infobar, .fancybox-navigation .fancybox-button, .fancybox-toolbar {
  direction: ltr;
  opacity: 0;
  position: absolute;
  -webkit-transition: opacity .25s ease,visibility 0s ease .25s;
          transition: opacity .25s ease,visibility 0s ease .25s;
  visibility: hidden;
  z-index: 99997; }

.fancybox-show-caption .fancybox-caption, .fancybox-show-infobar .fancybox-infobar, .fancybox-show-nav .fancybox-navigation .fancybox-button, .fancybox-show-toolbar .fancybox-toolbar {
  opacity: 1;
  -webkit-transition: opacity .25s ease 0s,visibility 0s ease 0s;
          transition: opacity .25s ease 0s,visibility 0s ease 0s;
  visibility: visible; }

.fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.fancybox-toolbar {
  right: 0;
  top: 0; }

.fancybox-stage {
  direction: ltr;
  overflow: visible;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  z-index: 99994; }

.fancybox-is-open .fancybox-stage {
  overflow: hidden; }

.fancybox-slide {
  -webkit-backface-visibility: hidden;
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  -webkit-transition-property: opacity,-webkit-transform;
          transition-property: opacity,-webkit-transform;
  transition-property: transform,opacity;
  -webkit-transition-property: -webkit-transform,opacity,-webkit-transform;
          transition-property: transform,opacity,-webkit-transform;
  white-space: normal;
  width: 100%;
  z-index: 99994; }

.fancybox-slide:before {
  content: "";
  display: inline-block;
  font-size: 0;
  height: 100%;
  vertical-align: middle;
  width: 0; }

.fancybox-is-sliding .fancybox-slide, .fancybox-slide--current, .fancybox-slide--next, .fancybox-slide--previous {
  display: block; }

.fancybox-slide--image {
  overflow: hidden;
  padding: 44px 0; }

.fancybox-slide--image:before {
  display: none; }

.fancybox-slide--html {
  padding: 6px; }

.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0;
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: relative;
  text-align: left;
  vertical-align: middle; }

.fancybox-slide--image .fancybox-content {
  -webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-transform-origin: top left;
  -ms-transform-origin: top left;
      transform-origin: top left;
  -webkit-transition-property: opacity,-webkit-transform;
          transition-property: opacity,-webkit-transform;
  transition-property: transform,opacity;
  -webkit-transition-property: -webkit-transform,opacity,-webkit-transform;
          transition-property: transform,opacity,-webkit-transform;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99995; }

.fancybox-can-zoomOut .fancybox-content {
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.fancybox-can-zoomIn .fancybox-content {
  cursor: -webkit-zoom-in;
  cursor: zoom-in; }

.fancybox-can-pan .fancybox-content, .fancybox-can-swipe .fancybox-content {
  cursor: -webkit-grab;
  cursor: grab; }

.fancybox-is-grabbing .fancybox-content {
  cursor: -webkit-grabbing;
  cursor: grabbing; }

.fancybox-container [data-selectable=true] {
  cursor: text; }

.fancybox-image, .fancybox-spaceball {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%; }

.fancybox-spaceball {
  z-index: 1; }

.fancybox-slide--iframe .fancybox-content, .fancybox-slide--map .fancybox-content, .fancybox-slide--pdf .fancybox-content, .fancybox-slide--video .fancybox-content {
  height: 100%;
  overflow: visible;
  padding: 0;
  width: 100%; }

.fancybox-slide--video .fancybox-content {
  background: #000; }

.fancybox-slide--map .fancybox-content {
  background: #e5e3df; }

.fancybox-slide--iframe .fancybox-content {
  background: #fff; }

.fancybox-iframe, .fancybox-video {
  background: transparent;
  border: 0;
  display: block;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%; }

.fancybox-iframe {
  left: 0;
  position: absolute;
  top: 0; }

.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%; }

.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0; }

.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  border-radius: 0;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  padding: 10px;
  position: relative;
  -webkit-transition: color .2s;
          transition: color .2s;
  vertical-align: top;
  visibility: inherit;
  width: 44px; }

.fancybox-button, .fancybox-button:link, .fancybox-button:visited {
  color: #ccc; }

.fancybox-button:hover {
  color: #fff; }

.fancybox-button:focus {
  outline: none; }

.fancybox-button.fancybox-focus {
  outline: 1px dotted; }

.fancybox-button[disabled], .fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
  outline: none; }

.fancybox-button div {
  height: 100%; }

.fancybox-button svg {
  display: block;
  height: 100%;
  overflow: visible;
  position: relative;
  width: 100%; }

.fancybox-button svg path {
  fill: currentColor;
  stroke-width: 0; }

.fancybox-button--fsenter svg:nth-child(2), .fancybox-button--fsexit svg:nth-child(1), .fancybox-button--pause svg:nth-child(1), .fancybox-button--play svg:nth-child(2) {
  display: none; }

.fancybox-progress {
  background: #ff5268;
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
      transform: scaleX(0);
  -webkit-transform-origin: 0;
  -ms-transform-origin: 0;
      transform-origin: 0;
  -webkit-transition-property: -webkit-transform;
          transition-property: -webkit-transform;
  transition-property: transform;
  -webkit-transition-property: -webkit-transform,-webkit-transform;
          transition-property: transform,-webkit-transform;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  z-index: 99998; }

.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #ccc;
  cursor: pointer;
  opacity: .8;
  padding: 8px;
  position: absolute;
  right: -12px;
  top: -44px;
  z-index: 401; }

.fancybox-close-small:hover {
  color: #fff;
  opacity: 1; }

.fancybox-slide--html .fancybox-close-small {
  color: currentColor;
  padding: 10px;
  right: 0;
  top: 0; }

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
  overflow: hidden; }

.fancybox-is-scaling .fancybox-close-small, .fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
  display: none; }

.fancybox-navigation .fancybox-button {
  background-clip: content-box;
  height: 100px;
  opacity: 0;
  position: absolute;
  top: calc(50% - 50px);
  width: 70px; }

.fancybox-navigation .fancybox-button div {
  padding: 7px; }

.fancybox-navigation .fancybox-button--arrow_left {
  left: 0;
  padding: 31px 26px 31px 6px; }

.fancybox-navigation .fancybox-button--arrow_right {
  padding: 31px 6px 31px 26px;
  right: 0; }

.fancybox-caption {
  bottom: 0;
  color: #eee;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 25px 44px;
  right: 0;
  text-align: center;
  z-index: 99996; }

.fancybox-caption:before {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAD6CAQAAADKSeXYAAAAYklEQVQoz42RwQ3AMAgDjfcfup8WoRykfBAK5mQHKSz5rbXJPis1hjiV3CIqgG0hLZPkVkA4p4x5oR1bVeDrdCLrW2Q0D5bcwY3TGMHbdw3mPRuOtaspYP1w//G1OIcW148H0DMCqI/3mMMAAAAASUVORK5CYII=);
  background-repeat: repeat-x;
  background-size: contain;
  bottom: 0;
  content: "";
  display: block;
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: -44px;
  z-index: -1; }

.fancybox-caption a, .fancybox-caption a:link, .fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none; }

.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline; }

.fancybox-loading {
  -webkit-animation: a 1s linear infinite;
  animation: a 1s linear infinite;
  background: transparent;
  border: 4px solid #888;
  border-bottom-color: #fff;
  border-radius: 50%;
  height: 50px;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: .7;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 50px;
  z-index: 99999; }

@-webkit-keyframes a {
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn); } }
@keyframes a {
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn); } }
.fancybox-animated {
  -webkit-transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
          transition-timing-function: cubic-bezier(0, 0, 0.25, 1); }

.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0); }

.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0); }

.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: translateZ(0);
  transform: translateZ(0); }

.fancybox-fx-fade.fancybox-slide--next, .fancybox-fx-fade.fancybox-slide--previous {
  opacity: 0;
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
          transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1; }

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(1.5, 1.5, 1.5);
  transform: scale3d(1.5, 1.5, 1.5); }

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
  transform: scale3d(0.5, 0.5, 0.5); }

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
      transform: scaleX(1); }

.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: rotate(-1turn);
  -ms-transform: rotate(-1turn);
      transform: rotate(-1turn); }

.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: rotate(1turn);
  -ms-transform: rotate(1turn);
      transform: rotate(1turn); }

.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
      transform: rotate(0deg); }

.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0); }

.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0); }

.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scaleX(1) translateZ(0);
  transform: scaleX(1) translateZ(0); }

.fancybox-fx-tube.fancybox-slide--previous {
  -webkit-transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg); }

.fancybox-fx-tube.fancybox-slide--next {
  -webkit-transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg); }

.fancybox-fx-tube.fancybox-slide--current {
  -webkit-transform: translateZ(0) scale(1);
  transform: translateZ(0) scale(1); }

@media (max-height: 576px) {
  .fancybox-caption {
    padding: 12px; }

  .fancybox-slide {
    padding-left: 6px;
    padding-right: 6px; }

  .fancybox-slide--image {
    padding: 6px 0; }

  .fancybox-close-small {
    right: -6px; }

  .fancybox-slide--image .fancybox-close-small {
    background: #4e4e4e;
    color: #f2f4f6;
    height: 36px;
    opacity: 1;
    padding: 6px;
    right: 0;
    top: 0;
    width: 36px; } }
.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center; }

.fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px; }

.fancybox-share p {
  margin: 0;
  padding: 0; }

.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  -webkit-transition: all .2s;
          transition: all .2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap; }

.fancybox-share__button:link, .fancybox-share__button:visited {
  color: #fff; }

.fancybox-share__button:hover {
  text-decoration: none; }

.fancybox-share__button--fb {
  background: #3b5998; }

.fancybox-share__button--fb:hover {
  background: #344e86; }

.fancybox-share__button--pt {
  background: #bd081d; }

.fancybox-share__button--pt:hover {
  background: #aa0719; }

.fancybox-share__button--tw {
  background: #1da1f2; }

.fancybox-share__button--tw:hover {
  background: #0d95e8; }

.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px; }

.fancybox-share__button svg path {
  fill: #fff; }

.fancybox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%; }

.fancybox-thumbs {
  background: #ddd;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  width: 212px;
  z-index: 99995; }

.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden; }

.fancybox-show-thumbs .fancybox-thumbs {
  display: block; }

.fancybox-show-thumbs .fancybox-inner {
  right: 212px; }

.fancybox-thumbs__list {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%; }

.fancybox-thumbs-x .fancybox-thumbs__list {
  overflow: hidden; }

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
  width: 7px; }

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3); }

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px; }

.fancybox-thumbs__list a {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: rgba(0, 0, 0, 0.1);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px; }

.fancybox-thumbs__list a:before {
  border: 6px solid #ff5268;
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
          transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991; }

.fancybox-thumbs__list a:focus:before {
  opacity: .5; }

.fancybox-thumbs__list a.fancybox-thumbs-active:before {
  opacity: 1; }

@media (max-width: 576px) {
  .fancybox-thumbs {
    width: 110px; }

  .fancybox-show-thumbs .fancybox-inner {
    right: 110px; }

  .fancybox-thumbs__list a {
    max-width: calc(100% - 10px); } }
