@font-face {
  font-family: "Font Awesome";
  font-weight: bold;
  font-style: normal;
  src: url("/tmpl/fonts/webfonts/fa-solid-900.eot");
  src: url("/tmpl/fonts/webfonts/fa-solid-900.eot?#iefix") format("embedded-opentype"), url("/tmpl/fonts/webfonts/fa-solid-900.woff") format("woff"), url("/tmpl/fonts/webfonts/fa-solid-900.ttf") format("truetype"); }

@font-face {
  font-family: "Calibri Regular";
  font-weight: normal;
  font-style: normal;
  src: url("/tmpl/fonts/Calibri Regular/Calibri Regular.eot");
  src: url("/tmpl/fonts/Calibri Regular/Calibri Regular.eot?#iefix") format("embedded-opentype"), url("/tmpl/fonts/Calibri Regular/Calibri Regular.woff") format("woff"), url("/tmpl/fonts/Calibri Regular/Calibri Regular.ttf") format("truetype"); }

 /* Кнопка для скрытия автосервисов */
.auto-services-wrapper {
    overflow: hidden;
    max-height: 500px;
    transition: max-height 0.3s ease-out;
}
.toggle-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 20px;
}
.toggle-button {
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    padding: 0;
    background-color: transparent;
    border: none;
    outline: none;
    margin-bottom: 8px;
}
.arrow-icon {
    width: 24px;
    height: 24px;
    stroke: white;
    transition: stroke 0.2s ease, outline 0.2s ease, transform 0.2s ease;
}
.toggle-container:hover .toggle-button .arrow-icon {
    stroke: red;
    outline: 2px solid red;
    outline-offset: 2px;
}
.toggle-text {
    font-size: 1em;
    color: #333;
    cursor: pointer;
    transition: color 0.2s ease;
}
.toggle-container:hover .toggle-text {
    color: red;
}
.auto-services-wrapper.expanded {
    max-height: 10000px;
}
.toggle-container.expanded .arrow-icon {
    transform: rotate(180deg);
    stroke: white;
    outline: none;
}
.toggle-container.expanded .toggle-text {
    color: #333;
}
.toggle-container.expanded:hover .toggle-button .arrow-icon {
    stroke: red;
    outline: 2px solid red;
    outline-offset: 2px;
}
.toggle-container.expanded:hover .toggle-text {
    color: red;
}
.toggle-container.expanded:hover .arrow-icon {
    stroke: red;
}


/* Рекомендации боди */
.recommendations-container {
    display: flex;
    justify-content: space-between;
    max-width: 1200px; 
    margin: 0 auto;
    padding-top: 35px;
    padding-bottom: 35px;
}

.recommendation-block {
    width: 244px;
    height: 147px;
    text-align: center;
    box-sizing: border-box;
}

.recommendimg img {
    display: block;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    object-fit: cover;
}
.recommendation-header {
    background-color: red;
    color: white;
    padding: 5px;
    border-radius: 3px 3px 0 0;
}
.recommendation-footer {
    background-color: #fff;
    padding: 5px;
    border-radius: 0 0 3px 3px;
}

a {
    text-decoration: none;
}


@media (max-width: 1199px) {
.recommendations-container {
    flex-direction: column; 
    justify-content: space-between;
    align-items: center;
    height: 900px; }
}



/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  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;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [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; }

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #CCC; }
    .mfp-preloader a:hover {
      color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
          box-shadow: none;
  -ms-touch-action: manipulation;
      touch-action: manipulation; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover, .mfp-close:focus {
    opacity: 1; }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover, .mfp-arrow:focus {
    opacity: 1; }
  .mfp-arrow:before, .mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px; }
  .mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px; }
  .mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
            box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
            box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444; }
  .mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    -ms-transform: scale(0.75);
        transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    -ms-transform-origin: 0;
        transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    -ms-transform-origin: 100%;
        transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }

/*GENERAL STYLES*/
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block; }

b, strong {
  font-weight: bold; }

h1, .section-head {
  margin: 0.67em 0; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 1em 40px; }

button, input, optgroup, select, textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible;
  text-transform: none; }

select {
  text-transform: none; }

button, html input[type="button"] {
  cursor: pointer; }

input[type="reset"], input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled], html input[disabled] {
  cursor: default; }

button::-moz-focus-inner {
  border: 0;
  padding: 0; }

input {
  line-height: normal; }
  input::-moz-focus-inner {
    border: 0;
    padding: 0; }

textarea {
  overflow: auto; }

table {
  border-spacing: 0; }

td, th {
  padding: 0; }

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
  *:before, *:after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }

*::-webkit-input-placeholder {
  color: #999;
  opacity: 1; }

*:-moz-placeholder {
  color: #999;
  opacity: 1; }

*::-moz-placeholder {
  color: #999;
  opacity: 1; }

*:-ms-input-placeholder {
  color: #999;
  opacity: 1; }

body input:focus:required:invalid,
body textarea:focus:required:invalid {
  color: #999;
  outline: none; }

body input:required:valid,
body textarea:required:valid {
  color: #999; }

body {
  max-width: 1920px;
  min-width: 320px;
  margin: 0 auto;
  position: relative;
  font: 400 16px/1.1 "Roboto", sans-serif; }

.mypicture {
  display: block;
  max-width: 100%;
  height: auto; }

.no-wrp {
  white-space: nowrap; }

.tac {
  text-align: center; }

.mycont, .textblock {
  margin: 0 auto;
  padding: 0 15px; }

@media (min-width: 768px) {
  .mycont, .textblock {
    width: 750px; } }

@media (min-width: 992px) {
  .mycont, .textblock {
    width: 990px; } }

@media (min-width: 1200px) {
  .mycont, .textblock {
    width: 1140px; } }

.myrow:before, .myrow:after {
  clear: both;
  display: table;
  content: " "; }

.mycol {
  float: left;
  min-height: 1px;
  position: relative; }

.cfx:before, .cfx:after {
  clear: both;
  display: table;
  content: " "; }

.mycolor {
  color: #ff0000; }

.mybtn {
  display: inline-block;
  width: 100%;
  -webkit-border-radius: 4px;
          border-radius: 4px;
  border: none;
  outline: none;
  -webkit-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.5);
          box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.5);
  -webkit-transition: all .2s linear;
  -o-transition: all .2s linear;
  transition: all .2s linear; }
  .mybtn:hover, .mybtn:active {
    -webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear; }
  .mybtn:active {
    -webkit-transform: translate(1px, 1px);
        -ms-transform: translate(1px, 1px);
            transform: translate(1px, 1px); }
  .mybtn:focus {
    outline: none; }

.mybtn.mybtn-call {
  margin-top: 5px;
  padding: 6px 0;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#3d4663), to(#5f6b86));
  background-image: -webkit-linear-gradient(bottom, #3d4663, #5f6b86);
  background-image: -o-linear-gradient(bottom, #3d4663, #5f6b86);
  background-image: linear-gradient(0deg, #3d4663, #5f6b86);
  font-size: 12px;
  text-transform: uppercase; }
  .mybtn.mybtn-call:hover {
    -webkit-box-shadow: 0 -1px 0 rgba(255, 255, 255, 0.25), 0 -1px 5px rgba(255, 255, 255, 0.35);
            box-shadow: 0 -1px 0 rgba(255, 255, 255, 0.25), 0 -1px 5px rgba(255, 255, 255, 0.35); }
  .mybtn.mybtn-call:active {
    -webkit-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.5);
            box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.5); }

.forma-mybtn {
  padding: 14px 0;
  font-size: 18px;
  line-height: 1;
  font-weight: 900;
  background-color: #ff0000;
  color: #fff; }
  .forma-mybtn:hover {
    -webkit-box-shadow: 0 -1px 10px rgba(255, 255, 255, 0.3);
            box-shadow: 0 -1px 10px rgba(255, 255, 255, 0.3); }
  .forma-mybtn:active {
    -webkit-box-shadow: none;
            box-shadow: none; }

input.phone {
  width: 100%;
  padding: 12px;
  text-align: center;
  -webkit-border-radius: 4px;
          border-radius: 4px;
  border: none;
  outline: none;
  font-size: 18px;
  -webkit-box-shadow: inset 0px 3px 7px 0px rgba(0, 0, 0, 0.35);
          box-shadow: inset 0px 3px 7px 0px rgba(0, 0, 0, 0.35);
  background-color: #fff; }
  input.phone:focus {
    -webkit-box-shadow: inset 0px 3px 7px 0px rgba(0, 0, 0, 0.2);
            box-shadow: inset 0px 3px 7px 0px rgba(0, 0, 0, 0.2); }

.mytitle {
  padding-bottom: 30px;
  font-size: 36px;
  color: #666;
  text-align: center;
  text-transform: uppercase; }

.mfp-close {
  display: block;
  position: absolute;
  top: 5px;
  right: 5px;
  font-size: 12px;
  width: 18px;
  height: 24px;
  background: url("/tmpl/img/icons.png") no-repeat 0 0;
  z-index: 1;
  cursor: pointer; }
  .mfp-close:hover {
    background-position: -23px 0; }

.check {
  display: block;
  font-size: 0;
  max-width: 92%;
  margin: 14px auto 0;
  vertical-align: top;
  line-height: 1.21; }
  .check input[type="checkbox"] {
    display: none; }
  .check .check-wrap {
    display: block;
    vertical-align: middle;
    width: 25px;
    height: 25px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 3px;
    float: left; }
  .check .check-pseudo {
    display: block;
    float: left;
    width: 99%;
    border: 2px solid #c2c2c2;
    height: 100%;
    background-color: #fff;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: relative;
    -webkit-transition: background .2s ease-out,border .2s ease-out;
    -o-transition: background .2s ease-out,border .2s ease-out;
    transition: background .2s ease-out,border .2s ease-out; }
  .check .check-chart {
    position: absolute;
    top: 1px;
    left: 1px;
    stroke: #fff;
    stroke-dasharray: 19px;
    stroke-dashoffset: 19px;
    -webkit-transition: .2s ease-out;
    -o-transition: .2s ease-out;
    transition: .2s ease-out; }
  .check .check-text {
    display: block;
    vertical-align: middle;
    margin-left: 34px;
    color: #fff;
    font-size: 12px;
    text-align: left; }

.check input[type=checkbox]:checked ~ .check-wrap .check-pseudo .check-chart {
  stroke-dashoffset: 38px; }

.check input[type=checkbox]:checked ~ .check-wrap .check-pseudo {
  background-color: transparent;
  border-color: #a0a0a0; }

.myblock-changed {
  display: inline-block;
  padding: 0 5px;
  background-color: #fff;
  font-weight: 900;
  line-height: 1.1; }

.mybreadcrumb {
  padding: 0 0 10px;
  list-style: none;
  -webkit-border-radius: 4px;
          border-radius: 4px;
  font-size: .875em; }
  .mybreadcrumb > span {
    display: inline-block; }
    .mybreadcrumb > span + span:before {
      padding: 0 2px;
      color: #000;
      content: "/"; }
    .mybreadcrumb > span a {
      color: #168abd;
      -webkit-transition: all .2s linear;
      -o-transition: all .2s linear;
      transition: all .2s linear; }
      .mybreadcrumb > span a:hover {
        color: #354a5f;
        text-decoration: none;
        -webkit-transition: all .2s linear;
        -o-transition: all .2s linear;
        transition: all .2s linear; }
    .mybreadcrumb > span:last-child a {
      color: #000;
      text-decoration: none;
      cursor: default; }
      .mybreadcrumb > span:last-child a:hover {
        color: #000; }

.f-l {
  float: left; }

.f-r {
  float: right; }

.popup {
  margin: 0 auto;
  background-color: #1c1c1c;
  -webkit-box-shadow: inset 0 0 30px rgba(0, 0, 0, 0.75);
          box-shadow: inset 0 0 30px rgba(0, 0, 0, 0.75);
  overflow: hidden;
  color: #fff; }

/*==================== GENERAL STYLES END ======================*/
/* =========================== STYLES START ======================*/
.my-line {
  min-height: 80px;
  height: 1px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #152133;
  color: #fff;
  text-transform: uppercase; }
  .my-line .myrow {
    margin-left: -5px;
    margin-right: -5px; }
  .my-line .mycol {
    padding: 5px; }

.myxrow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.mylogo-text {
  margin-top: -10px;
  padding-left: 5px;
  font-size: 14px;
  font-weight: 900;
  color: #fff; }

.my-line-a, .my-line-b {
  padding: 5px 3px;
  font-size: 12px;
  font-weight: 900; }

.my-line-a {
  color: #000;
  background-color: #fdf9ff; }

.my-line-b {
  background-color: #023b70; }

.mymenu {
  display: table;
  width: 100%;
  margin: 0;
  padding: 0; }
  .mymenu li {
    position: relative;
    display: table-cell;
    float: none; }
    .mymenu li::before {
      content: '';
      display: block;
      width: 2px;
      height: 14px;
      position: absolute;
      right: -1px;
      top: 50%;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%);
      background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.2));
      background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.2));
      background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.2)); }
    .mymenu li:last-child::before {
      display: none; }
  .mymenu a, .mymenu span {
    display: block;
    padding: 5px 7px 5px 5px;
    font-size: 16px;
    color: #fff;
    text-decoration: none;
    text-align: center;
    text-transform: uppercase; }
    .mymenu a:hover, .mymenu span:hover {
      background-image: -webkit-gradient(linear, left bottom, left top, from(transparent), to(rgba(255, 255, 255, 0.1)));
      background-image: -webkit-linear-gradient(bottom, transparent, rgba(255, 255, 255, 0.1));
      background-image: -o-linear-gradient(bottom, transparent, rgba(255, 255, 255, 0.1));
      background-image: linear-gradient(0deg, transparent, rgba(255, 255, 255, 0.1));
      -webkit-border-radius: 4px;
              border-radius: 4px;
      -webkit-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all 0.3s ease; }

.mytel a {
  font-size: 18px;
  font-weight: 900;
  color: #fff;
  text-decoration: none;
  cursor: default; }

.slide {
  outline: none; }

.slider-arrow {
  display: inline-block;
  position: absolute;
  top: 48%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  background-repeat: no-repeat;
  z-index: 1;
  cursor: pointer; }

.myblock1::before {
  top: 30px; }

.myblock1-picture-wrap {
  top: 0; }

.myblock-main {
  position: relative;
  padding-bottom: 30px;
  color: #fff;
  z-index: 1;
  overflow: hidden; }
  .myblock-main::before {
    content: '';
    display: block;
    width: 279px;
    height: 394px;
    position: absolute;
    left: 800px;
    background: url("/tmpl/img/remontnik.png") no-repeat 0 0;
    -webkit-background-size: 100% 100%;
            background-size: 100% 100%;
    z-index: -1; }
  .myblock-main::after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: -1; }
  .myblock-main-picture-wrap {
    width: 656px;
    height: 437px;
    position: absolute;
    left: 244px;
    z-index: -2;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .myblock-main .mycol1 {
    width: 64%;
    padding-top: 57px;
    padding-left: 45px; }
  .myblock-main-title {
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: -1px; }
  .myblock-main-title1, .myblock-main-title2, .myblock-main-title4 {
    font-size: 30px; }
  .myblock-main-title3 {
    font-size: 50px; }
  .myblock-main .myblock1-slider {
    width: 187px;
    height: 116px;
    border: 4px solid #ff0000;
    -webkit-border-radius: 4px;
            border-radius: 4px;
    overflow: hidden; }
  .myblock-main .myblock1-footer {
    position: relative;
    background-color: rgba(255, 255, 255, 0.15);
    display: table-row; }
    .myblock-main .myblock1-footer-cont {
      margin-top: 23px;
      display: table; }
    .myblock-main .myblock1-footer-mycol1 {
      display: table-cell;
      width: 246px;
      padding: 0 30px;
      position: relative;
      vertical-align: middle; }
    .myblock-main .myblock1-footer-mycol2 {
      display: table-cell;
      width: 219px;
      padding: 5px 0;
      padding-left: 20px; }
      .myblock-main .myblock1-footer-mycol2:hover + .myblock1-info {
        display: block; }
    .myblock-main .myblock1-footer-div1 {
      margin-bottom: 6px;
      padding-left: 5px;
      padding-right: 5px;
      font-size: 24px;
      text-transform: uppercase; }
    .myblock-main .myblock1-footer-div2 {
      min-height: 36px;
      position: relative;
      padding-top: 1px;
      padding-left: 10px;
      font-size: 24px;
      background-image: -webkit-gradient(linear, left top, right top, from(#ad0a0a), to(rgba(173, 10, 10, 0.8)));
      background-image: -webkit-linear-gradient(left, #ad0a0a, rgba(173, 10, 10, 0.8));
      background-image: -o-linear-gradient(left, #ad0a0a, rgba(173, 10, 10, 0.8));
      background-image: linear-gradient(90deg, #ad0a0a, rgba(173, 10, 10, 0.8)); }
      .myblock-main .myblock1-footer-div2::before {
        content: '';
        display: block;
        width: 0;
        height: 0;
        border: 18px solid transparent;
        border-right-color: #ad0a0a;
        position: absolute;
        left: -31px;
        top: 0;
        -webkit-transform: scaleX(0.75);
            -ms-transform: scaleX(0.75);
                transform: scaleX(0.75); }
    .myblock-main .myblock1-footer-price {
      font-weight: 900;
      font-size: 30px; }
    .myblock-main .myblock1-footer-div3 {
      margin-top: 11px;
      font-size: 18px;
      font-weight: 900;
      text-align: center; }
  .myblock-main .myblock1-info {
    display: none;
    width: 496px;
    height: 275px;
    padding: 3px;
    position: absolute;
    bottom: 130px;
    left: 0;
    -webkit-border-radius: 3px;
            border-radius: 3px;
    background-image: -webkit-gradient(linear, left bottom, left top, from(#fff), color-stop(59%, #afafaf), color-stop(89%, #fff), to(#dedede));
    background-image: -webkit-linear-gradient(bottom, #fff, #afafaf 59%, #fff 89%, #dedede);
    background-image: -o-linear-gradient(bottom, #fff, #afafaf 59%, #fff 89%, #dedede);
    background-image: linear-gradient(0deg, #fff, #afafaf 59%, #fff 89%, #dedede);
    -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.35);
            box-shadow: 0 2px 2px rgba(0, 0, 0, 0.35); }
    .myblock-main .myblock1-info-text-block {
      position: absolute;
      left: 6px;
      right: 6px;
      bottom: 6px; }
    .myblock-main .myblock1-info-text1, .myblock-main .myblock1-info-text2 {
      background-color: rgba(0, 0, 0, 0.5);
      padding: 5px 3px; }
    .myblock-main .myblock1-info-text1 {
      margin-bottom: 4px;
      font-size: 24px;
      text-align: center; }
    .myblock-main .myblock1-info-text2 {
      font-size: 13px; line-height: 18px; }
  .myblock-main .mycol2 {
    width: 36%;
    padding-top: 62px;
    padding-right: 45px; }
  .myblock-main-forma {
    padding: 20px 0 25px;
    background-color: rgba(255, 255, 255, 0.15);
    text-align: center; }
    .myblock-main-forma-div1 {
      font-size: 30px;
      font-weight: 900;
      text-transform: uppercase; }
    .myblock-main-forma-div2 {
      margin-top: 10px;
      font-size: 24px;
      text-transform: uppercase; }
    .myblock-main-forma-div3 {
      display: inline-block;
      min-width: 195px;
      margin-top: 5px;
      padding: 2px 0;
      background-color: #fff;
      font-size: 24px;
      font-weight: 900;
      text-transform: uppercase; }
    .myblock-main-forma form {
      margin-top: 10px; }
      .myblock-main-forma form .phone {
        margin-bottom: 10px; }
  .myblock-main .myblock1-forma {
    padding-left: 35px;
    padding-right: 35px; }
    .myblock-main .myblock1-forma form {
      padding: 0 10px; }

.slider1-arrow {
  width: 24px;
  height: 32px;
  background-image: url("/tmpl/img/slider1-arrows.png"); }

.slider1-prev {
  background-position: 0 0;
  left: 1%; }
  .slider1-prev:hover {
    background-position: 0 -36px; }

.slider1-next {
  background-position: -34px 0;
  right: 1%; }
  .slider1-next:hover {
    background-position: -34px -36px; }

.myblock2 {
  padding: 30px 0;
  background: url("/tmpl/img/avtoservisu-bg2.png") no-repeat 50%;
  -webkit-background-size: cover;
          background-size: cover; }
  .myblock2-myrow {
    margin-left: -10px;
    margin-right: -10px;
    padding: 0 50px; }
  .myblock2 .mycol {
    width: 16.66666666666667%;
    padding: 0 10px; }

.myaddress-card {
  min-height: 70px;
  margin-bottom: 15px;
  position: relative;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#7e7e7e), to(#8f8f8f));
  background-image: -webkit-linear-gradient(bottom, #7e7e7e, #8f8f8f);
  background-image: -o-linear-gradient(bottom, #7e7e7e, #8f8f8f);
  background-image: linear-gradient(0deg, #7e7e7e, #8f8f8f);
  -webkit-box-shadow: 0px 1px 0px 0px rgba(255, 255, 255, 0.75), inset 0px 1px 5px 0px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 1px 0px 0px rgba(255, 255, 255, 0.75), inset 0px 1px 5px 0px rgba(0, 0, 0, 0.15);
  border: 1px solid #a0a0a0;
  -webkit-border-radius: 5px;
          border-radius: 5px;
  font-size: 14px;
  text-align: center;
  cursor: pointer; }
  .myaddress-card:hover .myaddress-card-title {
    color: #ff0000;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s; }
  .myaddress-card:hover .myaddress-card-phone {
    margin-left: -1px;
    margin-right: -1px;
    background-image: -webkit-gradient(linear, left bottom, left top, from(#e70516), to(#fe685f));
    background-image: -webkit-linear-gradient(bottom, #e70516, #fe685f);
    background-image: -o-linear-gradient(bottom, #e70516, #fe685f);
    background-image: linear-gradient(0deg, #e70516, #fe685f);
    -webkit-box-shadow: inset 0 -1px 3px 1px rgba(255, 255, 255, 0.3);
            box-shadow: inset 0 -1px 3px 1px rgba(255, 255, 255, 0.3);
    border: 1px solid #cd0817; }
  .myaddress-card:hover .myaddress-card-details::before {
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
    -webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear; }

.myaddress-card-title {
  width: 100%;
  position: relative;
  padding: 1px 0 2px;
  color: #000;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s; }
  .myaddress-card-title::before {
    content: '';
    position: absolute;
    top: 4px;
    left: 5px;
    display: inline-block;
    width: 20px;
    height: 11px;
    background: url("/tmpl/img/icons.png") no-repeat;
    background-position: -50px -1px; }

.myaddress-card-phone {
  padding: 4px 0;
  background-color: #464646;
  -webkit-box-shadow: 0 -1px 1px rgba(255, 255, 255, 0.1);
          box-shadow: 0 -1px 1px rgba(255, 255, 255, 0.1);
  border: 1px solid transparent;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s; }
  .myaddress-card-phone a {
    color: #fff;
    text-decoration: none; }

.myaddress-card-details {
  padding: 4px 0 2px;
  position: relative;
  display: inline-block;
  color: #343333; }
  .myaddress-card-details::before {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    position: absolute;
    left: 0;
    bottom: 2px;
    background-color: #343333;
    z-index: 0;
    -webkit-transform: scale(0);
        -ms-transform: scale(0);
            transform: scale(0);
    -webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear; }

/*========== .modal-form-wrap ========*/
.popup-form-container {
  max-width: 735px;
  -webkit-border-radius: 8px;
          border-radius: 8px; }
  .popup-form-container .popup-use {
    margin-top: 10px;
    height: 240px; }
  .popup-form-container .popup-form-mycol1, .popup-form-container .popup-form-mycol2 {
    width: 48.5%; }
  .popup-form-container .popup-form-mycol1 {
    margin-right: 3%; }
  .popup-form-container .geo {
    padding: 64px 19px 49px;
    text-transform: uppercase;
    text-align: center;
    color: #fefefe; }
    .popup-form-container .geo div {
      margin-bottom: 21px; }
  .popup-form-container .subway {
    font-size: 16px;
    display: inline-block;
    padding-left: 29px;
    position: relative;
    font-weight: 900;
    color: #fefefe; }
    .popup-form-container .subway::before {
      content: '';
      display: inline-block;
      width: 20px;
      height: 15px;
      position: absolute;
      top: 2px;
      left: 0;
      background: url("/tmpl/img/icons.png") no-repeat;
      background-position: -50px -1px; }
  .popup-form-container .phone-wrap a {
    color: inherit;
    font-size: 24px;
    text-decoration: none;
    font-weight: 900; }
  .popup-form-container .address {
    font-size: 18px;
    text-transform: none; }
  .popup-form-container .route-wrap {
    text-align: center;
    margin-top: 13px; }
  .popup-form-container .route {
    display: inline-block;
    padding: 14px 29px 0;
    font-size: 14px;
    line-height: 1.2;
    text-decoration: underline;
    text-transform: uppercase;
    color: #6699ff;
    cursor: pointer;
    position: relative; }
    .popup-form-container .route:hover {
      text-decoration: none; }
    .popup-form-container .route::before {
      content: '';
      display: inline-block;
      width: 21px;
      height: 30px;
      position: absolute;
      top: 2px;
      left: 0;
      background: url("/tmpl/img/icons.png") no-repeat;
      background-position: -84px 0; }
  .popup-form-container .map {
    width: 342px;
    height: 243px;
    overflow: hidden; }
  .popup-form-container .popup-form {
    position: relative;
    padding: 15px; }
  .popup-form-container .popup-form-heading {
    color: #fff;
    text-transform: uppercase;
    text-align: center; }
  .popup-form-container form {
    margin-top: 9px; }
    .popup-form-container form::after {
      content: '';
      display: table;
      clear: both; }
  .popup-form-container input {
    margin-bottom: 9px; }
  .popup-form-container .popup-phone {
    width: 46%;
    text-align: left; }
  .popup-form-container .time-date {
    width: 46%;
    float: right; }
  .popup-form-container .form-info {
    font-size: 12px;
    color: #fff;
    clear: both; }
  .popup-form-container .btn-wrap {
    margin: 24px auto 0;
    text-align: center; }
    .popup-form-container .btn-wrap .mybtn {
      font-size: 14px;
      max-width: 205px;
      padding: 11px;
      text-transform: uppercase; }
  .popup-form-container .popup-form-slider {
    width: 100%; }
    .popup-form-container .popup-form-slider .popup-form-slide {
      outline: none; }
    .popup-form-container .popup-form-slider .image-wrap {
      background-color: transparent;
      height: 240px;
      -webkit-border-radius: 0;
              border-radius: 0;
      display: block;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center; }
  .popup-form-container .slider-popup-prev, .popup-form-container .slider-popup-next {
    width: 43px;
    height: 42px;
    background-repeat: no-repeat;
    background-image: url("/tmpl/img/icons.png");
    top: 50%;
    -webkit-transform: scale(0.85) translateY(-50%);
        -ms-transform: scale(0.85) translateY(-50%);
            transform: scale(0.85) translateY(-50%);
    opacity: .7;
    -webkit-transition: opacity .2s linear;
    -o-transition: opacity .2s linear;
    transition: opacity .2s linear; }
    .popup-form-container .slider-popup-prev:hover, .popup-form-container .slider-popup-next:hover {
      opacity: 1;
      -webkit-transition: opacity .2s linear;
      -o-transition: opacity .2s linear;
      transition: opacity .2s linear; }
  .popup-form-container .slider-popup-prev {
    background-position: -121px 0;
    left: 6px; }
  .popup-form-container .slider-popup-next {
    background-position: -164px 0;
    right: 6px; }

.popup-form-container input:focus {
  -webkit-box-shadow: inset 0px 3px 7px 0px rgba(0, 0, 0, 0.2);
          box-shadow: inset 0px 3px 7px 0px rgba(0, 0, 0, 0.2); }

.popup-form {
  position: relative; }
  .popup-form input {
    width: 100%;
    padding: 5px 14px;
    background-color: #fff;
    border: none;
    -webkit-border-radius: 4px;
            border-radius: 4px;
    outline: none;
    font-size: 14px;
    color: #004c78; }
    .popup-form input::-webkit-input-placeholder {
      color: #777; }
    .popup-form input:-moz-placeholder {
      color: #777; }
    .popup-form input::-moz-placeholder {
      color: #777; }
    .popup-form input:-ms-input-placeholder {
      color: #777; }
    .popup-form input:required:valid, .popup-form input:required:invalid {
      color: #777; }
    .popup-form input:focus:required:invalid {
      -webkit-box-shadow: inset 0 0 0 2px rgba(255, 0, 0, 0.5);
              box-shadow: inset 0 0 0 2px rgba(255, 0, 0, 0.5); }

.myblock3 {
  width: 100%;
  height: 240px;
  overflow: hidden;
  position: relative; }
  .myblock3::before, .myblock3::after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1; }
  .myblock3::before {
    -webkit-box-shadow: inset 0 10px 8px -10px rgba(0, 0, 0, 0.75);
            box-shadow: inset 0 10px 8px -10px rgba(0, 0, 0, 0.75); }
  .myblock3::after {
    -webkit-box-shadow: inset 0 -1px 8px -2px rgba(0, 0, 0, 0.5);
            box-shadow: inset 0 -1px 8px -2px rgba(0, 0, 0, 0.5); }

.myblock4 {
  padding: 40px 0; }
  .myblock4-myrow {
    margin-left: -25px;
    margin-right: -25px; }
  .myblock4-mycol {
    width: 33.33333333333333%;
    margin-bottom: 10px;
    padding: 0 25px; }
  .myblock4-inner {
    padding: 0 70px; }
  .myblock4-item {
    height: 137px;
    background: #fff url("/tmpl/img/decorated-border.png") no-repeat;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .myblock4-text {
    margin-top: 3px;
    font-size: 18px;
    text-align: center; }
    .myblock4-text-div1 {
      color: #666;
      text-transform: uppercase; }
    .myblock4-text-div2 {
      display: inline-block;
      padding: 3px 10px;
      background-color: #cc0000;
      color: #fff; }

.myblock5 {
  padding: 25px 0 50px;
  color: #fff; }
  .myblock5 .mytitle {
    padding: 0 240px 10px;
    color: #fff;
    line-height: 1.7; }
  .myblock5-myrow {
    margin-left: -15px;
    margin-right: -15px;
    padding: 0 50px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
  .myblock5-mycol {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333333333333%;
        -ms-flex: 0 0 33.33333333333333%;
            flex: 0 0 33.33333333333333%;
    max-width: 33.33333333333333%;
    margin-bottom: 50px;
    padding: 0 15px; }
  .myblock5-item-div {
    padding: 10px;
    font-size: 16px;
    line-height: 1.3;
    text-transform: uppercase;
    background-color: rgba(255, 255, 255, 0.2);
    -webkit-border-radius: 4px;
            border-radius: 4px; }
  .myblock5-item-p {
    padding: 0 10px;
    line-height: 1.2;
    font-family: "Calibri Regular", sans-serif;
    text-align: justify;
  }

.myblock {
  padding: 30px 0 60px;
  background-color: #000; }
  .myblock-black {
    background-color: #000; }
    .myblock-black-transparent {
      background-color: rgba(0, 0, 0, 0.5); }
  .myblock .mytitle {
    color: #fff; }
  .myblock-myrow {
    margin-left: -10px;
    margin-right: -10px; }
  .myblock-mycol1, .myblock-mycol2 {
    padding: 0 10px; }
  .myblock-mycol1 {
    width: 73%; }
  .myblock-mycol2 {
    width: 27%; }
  .myblock-forma {
    max-width: 690px;
    margin: 0 auto; }
  .myblock .forma-phone {
    padding-left: 40px;
    text-align: left; }
  .myblock-mybtn {
    text-transform: uppercase; }

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .textblock h1, .textblock h2, .textblock h3, .textblock h4, .textblock h5, .textblock h6 {
    background-image: none !important; } }

.textblock {
  padding-top: 25px;
  padding-bottom: 25px;
  font-family: "Calibri Regular", "Roboto", sans-serif; }
  .textblock h1, .textblock h2, .textblock h3, .textblock h4, .textblock h5, .textblock h6 {
    margin-top: .7em;
    margin-bottom: .8em;
    text-align: center;
    line-height: 1.3;
    color: #560c0c;
    background: -webkit-gradient(linear, left bottom, left top, from(#591e1e), to(#2d0606));
    background: -webkit-linear-gradient(bottom, #591e1e, #2d0606);
    background: -o-linear-gradient(bottom, #591e1e, #2d0606);
    background: linear-gradient(to top, #591e1e, #2d0606);
    background-position: 0 -5px;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; }
  .textblock p {
    margin: 20px 0;
    line-height: 1.251;
    text-indent: 35px; }
    .textblock p:last-child {
      margin-bottom: 0; }
  .textblock ul, .textblock ol {
    margin: 20px 0;
    padding: 0;
    font-size: 1em;
    line-height: 1.21;
    list-style-type: none; }
    .textblock ul li, .textblock ol li {
      position: relative;
      padding-left: 10px;
      z-index: -1; }
      .textblock ul li:before, .textblock ol li:before {
        content: '-';
        position: absolute;
        left: 0; }
    .textblock ul.cols-2:before, .textblock ul.cols-2:after, .textblock ol.cols-2:before, .textblock ol.cols-2:after {
      content: " ";
      display: table;
      clear: both; }
    .textblock ul.cols-2 li, .textblock ol.cols-2 li {
      width: 40%;
      float: left; }
      .textblock ul.cols-2 li:nth-child(2n+1), .textblock ol.cols-2 li:nth-child(2n+1) {
        margin-right: 20%; }
  .textblock-mypicture {
    max-width: 100%;
    margin-top: 20px;
    border: 2px solid #4f0d0d;
    -webkit-border-radius: 10px;
            border-radius: 10px;
    cursor: pointer;
    z-index: 90;
    -webkit-box-shadow: 0px 1px 0px 0px rgba(255, 255, 255, 0.75), inset 0px 3px 5px 0px rgba(0, 0, 0, 0.1);
            box-shadow: 0px 1px 0px 0px rgba(255, 255, 255, 0.75), inset 0px 3px 5px 0px rgba(0, 0, 0, 0.1); }
    .textblock-mypicture.small {
      width: 200px;
       }
    .textblock-mypicture.medium {
      width: 250px;
       }
    .textblock-mypicture.large {
      width: 423px;
       }
    .textblock-mypicture.f-l {
      margin-right: 15px; }
    .textblock-mypicture.f-r {
      margin-left: 15px; }
  .textblock .mypicture-block {
    padding: 0 10%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
    .textblock .mypicture-block .textblock-mypicture {
      margin: 0 6px 12px; }
    .textblock .mypicture-block.mypicture-block-4inline {
      padding: 0 5%; }
  .textblock blockquote {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    margin-top: 21px;
    margin-bottom: 21px;
    padding: 15px 55px;
    color: #000;
    font: italic 16px "Calibri Regular", "Roboto", sans-serif;
    text-align: center; }
    .textblock blockquote:before, .textblock blockquote:after {
      height: 2px;
      position: absolute;
      font-size: 40px;
      color: #354a5f;
      left: 35px;
      right: 35px;
      line-height: .5;
      background: -webkit-gradient(linear, left top, right top, color-stop(45%, #354a5f), color-stop(45%, transparent), to(transparent)), -webkit-gradient(linear, left top, right top, from(transparent), color-stop(56%, transparent), color-stop(56%, #354a5f));
      background: -webkit-linear-gradient(left, #354a5f 45%, transparent 45%, transparent), -webkit-linear-gradient(left, transparent, transparent 56%, #354a5f 56%);
      background: -o-linear-gradient(left, #354a5f 45%, transparent 45%, transparent), -o-linear-gradient(left, transparent, transparent 56%, #354a5f 56%);
      background: linear-gradient(to right, #354a5f 45%, transparent 45%, transparent), linear-gradient(to right, transparent, transparent 56%, #354a5f 56%);
      font-family: serif; }
    .textblock blockquote:before {
      content: "\201C";
      top: 0; }
    .textblock blockquote:after {
      content: "\201D";
      bottom: 0; }
    .textblock blockquote p {
      margin: 0; }
  .textblock table {
    border: 4px solid #354a5f;
    margin: 20px auto;
    -webkit-border-radius: 4px;
            border-radius: 4px;
    min-width: 535px; }
    .textblock table th, .textblock table td {
      padding: 4px 0; }
    .textblock table th {
      padding: 6px 6px 6px 0;
      text-align: left;
      background-color: #354a5f;
      background-image: -webkit-gradient(linear, left top, left bottom, from(#354a5f), to(#354a5f));
      background-image: -webkit-linear-gradient(top, #354a5f, #354a5f);
      background-image: -o-linear-gradient(top, #354a5f, #354a5f);
      background-image: linear-gradient(180deg, #354a5f, #354a5f);
      color: #fff; }
      .textblock table th:first-child {
        padding-left: 40px; }
    .textblock table td {
      border-bottom: 1px solid #354a5f;
      color: #000; }
    .textblock table tbody tr:last-child td {
      border-bottom: none; }
    .textblock table .picture-td {
      width: 50px;
      text-align: center; }
  .textblock .pl-68 {
    padding-left: 68px; }

.myblock7 {
  position: relative;
  padding: 50px 0 0;
  -webkit-background-size: cover;
          background-size: cover;
  z-index: 1; }
  .myblock7::before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: -1; }
  .myblock7 .mytitle {
    color: #fff; }
  .myblock7-content {
    padding: 10px 50px 40px; }
  .myblock7-mycol {
    width: 50%;
    padding: 0 35px; }
  .myblock7-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 4px 0; }
    .myblock7-item-icon {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 48px;
          -ms-flex: 0 0 48px;
              flex: 0 0 48px;
      width: 48px;
      height: 46px;
      margin-right: 15px;
      background-image: url("/tmpl/img/problems-icons.png");
      background-repeat: no-repeat; }
    .stekla-icon {
      background-image: url("/tmpl/img/icons-stekla2.png");
    }
    .myblock7-item-icon1 {
      background-position: -4px -8px; }
    .myblock7-item-icon2 {
      background-position: -54px -8px; }
    .myblock7-item-icon3 {
      background-position: -113px -8px; }
    .myblock7-item-icon4 {
      background-position: -163px -8px; }
    .myblock7-item-icon5 {
      background-position: -225px -8px; }
    .myblock7-item-icon6 {
      background-position: -271px -8px; }
    .myblock7-item-icon7 {
      background-position: -320px -3px; }
    .myblock7-item-icon8 {
      background-position: -370px -8px; }
    .myblock7-item-icon9 {
      background-position: -424px -8px; }
    .myblock7-item-icon10 {
      background-position: -482px -8px; }
    .myblock7-item-text {
      font-size: 18px;
      color: #fff; }
  .myblock7-mybtn-wrap {
    padding: 20px 125px 0 0;
    text-align: right; }
  .myblock7-mybtn {
    width: 200px; }

.myblock9 {
  padding-top: 35px;
  padding-bottom: 65px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#cecece));
  background-image: -webkit-linear-gradient(top, #fff, #cecece);
  background-image: -o-linear-gradient(top, #fff, #cecece);
  background-image: linear-gradient(180deg, #fff, #cecece); }
  .myblock9 .mytitle {
    padding-bottom: 20px;
    color: #443e3e; }
  .myblock9 .mysubtitle {
    font-size: 20px;
    text-align: center;
    color: #443e3e;
    padding-right: 15%;
    padding-left: 15%;
  }
  .myblock9-myrow {
    margin-left: -15px;
    margin-right: -15px;
    padding: 0 150px; }
  .myblock9-mycol {
    width: 25%;
    padding: 0 15px;
    z-index: 1; }
  .myblock9-content {
    margin-top: 40px; }
  .myblock9-item-title {
    margin-bottom: 20px;
    font-size: 18px;
    color: #560c0c;
    text-align: center;
    background: -webkit-gradient(linear, left bottom, left top, from(#591e1e), to(#2d0606));
    background: -webkit-linear-gradient(bottom, #591e1e, #2d0606);
    background: -o-linear-gradient(bottom, #591e1e, #2d0606);
    background: linear-gradient(to top, #591e1e, #2d0606);
    background-position: 0 3px;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; }
  .myblock9-item-picture-wrap {
    width: 178px;
    height: 194px;
    margin: 0 auto;
    background: url("/tmpl/img/decorated-border2.png") no-repeat 50%;
    overflow: hidden;
    position: relative; }
    .myblock9-item-picture-wrap img {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      z-index: -1; }

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .myblock9-item-title {
    background-image: none !important; } }

.myblock10 {
  padding-top: 45px; }
  .myblock10::before {
    top: 72px; }
  .myblock10-picture-wrap {
    top: 47px; }
  .myblock10-footer {
    margin-top: 35px; }
    .myblock10-footer-mycol2 {
      padding: 37px 0 0 20px; }
    .myblock10-footer-picture {
      width: 180px;
      height: 180px;
      background: url("/tmpl/img/operator.png") no-repeat 50%; }
    .myblock10-footer-worktime {
      margin-bottom: 5px;
      font-size: 20px;
      color: #fff;
      text-transform: uppercase; }
    .myblock10-footer-workdays {
      font-size: 30px;
      color: #fff;
      text-transform: uppercase; }
  .myblock10-forma {
    padding-left: 15px;
    padding-right: 15px; }
    .myblock10-forma form {
      padding-left: 30px;
      padding-right: 30px; }

footer.my-line {
  min-height: 160px; }
  footer.my-line .mycont {
    position: relative; }
  footer.my-line .myxrow {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    footer.my-line .myxrow:before, footer.my-line .myxrow:after {
      display: none; }
  footer.my-line .mycol {
    float: none; }

.liveinternet-counter {
  margin: 10px auto 0;
  width: 36px;
  height: 31px; }

.popup-zvonok {
  width: 365px; }
  .popup-zvonok .popup-form {
    padding: 40px 20px 60px; }
  .popup-zvonok-title {
    margin-bottom: 15px;
    font-size: 36px;
    text-transform: uppercase;
    font-weight: 900;
    text-align: center; }
  .popup-zvonok-info {
    font-size: 18px;
    text-align: center;
    font-weight: 400;
    text-transform: uppercase; }
  .popup-zvonok form {
    margin: 40px auto 0;
    width: 80%; }
  .popup-zvonok input {
    width: 100%;
    padding: 6px 10px 6px 40px;
    margin-bottom: 9px;
    background-color: transparent;
    border-bottom: 1px solid #fff;
    -webkit-border-radius: 0;
            border-radius: 0;
    color: #fff; }
    .popup-zvonok input::-webkit-input-placeholder {
      color: #fff; }
    .popup-zvonok input:-moz-placeholder {
      color: #fff; }
    .popup-zvonok input::-moz-placeholder {
      color: #fff; }
    .popup-zvonok input:-ms-input-placeholder {
      color: #fff; }
    .popup-zvonok input:required:valid, .popup-zvonok input:required:invalid {
      color: #fff; }
    .popup-zvonok input.phone {
      text-align: left;
      -webkit-box-shadow: none;
              box-shadow: none; }
  .popup-zvonok label {
    display: block;
    width: 100%;
    position: relative; }
    .popup-zvonok label::before {
      content: '';
      display: block;
      height: 18px;
      width: 23px;
      position: absolute;
      left: 0;
      top: 0;
      background: url("/tmpl/img/icons.png") no-repeat;
      z-index: 0; }
  .popup-zvonok .name-label::before {
    background-position: -216px 0; }
  .popup-zvonok .phone-label {
    position: relative; }
    .popup-zvonok .phone-label::before {
      background-position: -241px 0; }
  .popup-zvonok .forma-mybtn {
    margin-top: 40px; }

.popup-zayavka {
  width: 574px; }
  .popup-zayavka .popup-form {
    padding: 30px 20px; }
  .popup-zayavka .myrow {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 10px; }
  .popup-zayavka-title {
    font-weight: 900;
    text-align: center; }
    .popup-zayavka-title-main {
      font-size: 26px;
      margin-bottom: 10px; }
  .popup-zayavka form {
    width: 80%;
    margin: 20px auto 0; }
  .popup-zayavka label {
    font-weight: 900; }
  .popup-zayavka input, .popup-zayavka textarea {
    width: 100%;
    height: 37px;
    -webkit-border-radius: 5px;
            border-radius: 5px;
    padding: 11px 14px;
    background-color: #fff;
    border: none;
    -webkit-border-radius: 4px;
            border-radius: 4px;
    outline: none;
    font-size: 14px;
    text-align: left;
    color: #777; }
    .popup-zayavka input::-webkit-input-placeholder, .popup-zayavka textarea::-webkit-input-placeholder {
      color: #777; }
    .popup-zayavka input:-moz-placeholder, .popup-zayavka textarea:-moz-placeholder {
      color: #777; }
    .popup-zayavka input::-moz-placeholder, .popup-zayavka textarea::-moz-placeholder {
      color: #777; }
    .popup-zayavka input:-ms-input-placeholder, .popup-zayavka textarea:-ms-input-placeholder {
      color: #777; }
    .popup-zayavka input:required:valid, .popup-zayavka input:required:invalid, .popup-zayavka textarea:required:valid, .popup-zayavka textarea:required:invalid {
      color: #777; }
    .popup-zayavka input:focus:required:invalid, .popup-zayavka textarea:focus:required:invalid {
      -webkit-box-shadow: inset 0 0 0 2px rgba(255, 0, 0, 0.5);
              box-shadow: inset 0 0 0 2px rgba(255, 0, 0, 0.5); }
  .popup-zayavka textarea {
    resize: none; }
  .popup-zayavka .popup-mycol1 {
    width: 25%; }
  .popup-zayavka .popup-mycol2 {
    width: 75%; }
  .popup-zayavka .forma-mybtn-container {
    text-align: center; }
  .popup-zayavka .forma-mybtn {
    width: 123px;
    margin-top: 10px;
    font-weight: 400; }

.popup-success {
  width: 290px;
  padding: 30px 15px 50px;
  text-align: center;
  text-transform: uppercase;
  line-height: 1.2; }
  .popup-success-header {
    margin-bottom: 30px; }
  .popup-success-text1 {
    margin-bottom: 30px;
    font-size: 20px;
    font-weight: 900; }
  .popup-success-text2 {
    font-size: 16px; }

.fixed-phone {
  z-index: 100;
  bottom: 6%;
  right: 5%;
  position: fixed; }
  .fixed-phone .fixed-phone-bg, .fixed-phone .cursor, .fixed-phone .fixed-phone-icon {
    -webkit-border-radius: 50%;
            border-radius: 50%;
    position: absolute;
    width: 74px;
    height: 74px;
    text-align: center;
    color: #fff; }
  .fixed-phone .cursor {
    cursor: pointer;
    overflow: hidden;
    z-index: 3; }
  .fixed-phone .fixed-phone-bg {
    background-image: -webkit-gradient(linear, left top, right top, from(#ad0a0a), to(rgba(173, 10, 10, 0.8)));
    background-image: -webkit-linear-gradient(left, #ad0a0a, rgba(173, 10, 10, 0.8));
    background-image: -o-linear-gradient(left, #ad0a0a, rgba(173, 10, 10, 0.8));
    background-image: linear-gradient(90deg, #ad0a0a, rgba(173, 10, 10, 0.8));
    position: relative;
    -webkit-transition: .2s ease-in-out;
    -o-transition: .2s ease-in-out;
    transition: .2s ease-in-out; }
    .fixed-phone .fixed-phone-bg:hover {
      -webkit-transform: scale(1.1);
          -ms-transform: scale(1.1);
              transform: scale(1.1);
      -webkit-transition: .5s ease-in-out;
      -o-transition: .5s ease-in-out;
      transition: .5s ease-in-out; }
    .fixed-phone .fixed-phone-bg:active {
      -webkit-transform: scale(1.1) translate(3px, 3px);
          -ms-transform: scale(1.1) translate(3px, 3px);
              transform: scale(1.1) translate(3px, 3px); }
  .fixed-phone .fixed-phone-icon {
    font-size: 32px;
    line-height: 76px;
    -webkit-animation: phone .9s ease-in-out infinite;
            animation: phone .9s ease-in-out infinite; }
  .fixed-phone .fixed-phone-ico i {
    -webkit-transition: .2s ease-in-out;
    -o-transition: .2s ease-in-out;
    transition: .2s ease-in-out; }
  .fixed-phone .fa {
    font-family: 'Font Awesome';
    font-weight: 900;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1; }
    .fixed-phone .fa-phone:before {
      content: "\f095"; }

@-webkit-keyframes phone {
  0%, 100% {
    -webkit-transform: rotate(-30deg);
            transform: rotate(-30deg); }
  50% {
    -webkit-transform: rotate(30deg);
            transform: rotate(30deg); } }

@keyframes phone {
  0%, 100% {
    -webkit-transform: rotate(-30deg);
            transform: rotate(-30deg); }
  50% {
    -webkit-transform: rotate(30deg);
            transform: rotate(30deg); } }

.uparrow-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: fixed;
  width: 74px;
  height: 74px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  left: -webkit-calc(5% - 12px);
  left: calc(5% - 12px);
  bottom: 6%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 100; }

.uparrow {
  display: inline-block;
  height: 52px;
  width: 52px;
  font-size: .8125em;
  opacity: .9;
  background: #3d4663 url(/tmpl/img/arrow-top.png) no-repeat 50%;
  -webkit-background-size: 65% 65%;
          background-size: 65%;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  -webkit-transition: -webkit-transform .3s .1s;
  transition: -webkit-transform .3s .1s;
  -o-transition: transform .3s .1s;
  transition: transform .3s .1s;
  transition: transform .3s .1s, -webkit-transform .3s .1s;
  -webkit-box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.45);
          box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.45);
  cursor: pointer; }
  .uparrow:hover {
    -webkit-transform: scale(1.06);
        -ms-transform: scale(1.06);
            transform: scale(1.06); }

.for-textblock-popup-picture {
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border: #666;
  -webkit-box-shadow: 0 0 5px -2px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 5px -2px rgba(0, 0, 0, 0.2);
  padding: 4px;
  -webkit-border-radius: 6px;
          border-radius: 6px;
  background: #ffe;
  z-index: 1043; }
  .for-textblock-popup-picture .mfp-close {
    top: -25px;
    right: 0; }

.popup-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  background: rgba(0, 0, 0, 0.76); }

.error-page-content {
  font-weight: 900;
  text-align: center;
  padding-top: 14vh;
  text-transform: uppercase; }

.error-page-number {
  font-size: 9em;
  color: #152133; }

.error-page-text {
  font-size: 4.5em;
  line-height: 1.25;
  color: #222; }

.error-page-redirect {
  padding: 0 1em;
  font-size: 2em; }
  .error-page-redirect #sec {
    display: block;
    color: #354a5f;
    font-size: 2.1em; }

/*STYLES END */
/* MEDIA STYLES START */
@media only screen and (max-width: 1199px) {
  .mymenu-wrapper {
    -webkit-transition: all .25s;
    -o-transition: all .25s;
    transition: all .25s;
    position: fixed;
    top: 40px;
    right: 15px;
    height: 36px;
    width: 30px;
    z-index: 100;
    cursor: pointer; }
    .mymenu-wrapper ul {
      -webkit-transition: all .1s;
      -o-transition: all .1s;
      transition: all .1s;
      position: fixed;
      right: -9000px; }
    .mymenu-wrapper li::before {
      display: none; }
  .mymenu-btn {
    -webkit-transition: all .25s;
    -o-transition: all .25s;
    transition: all .25s;
    content: "";
    height: 3px;
    width: 30px;
    -webkit-border-radius: 15px;
            border-radius: 15px;
    background-color: #ad0a0a;
    position: absolute;
    z-index: 10; }
    .mymenu-btn:before {
      -webkit-transition: all .25s;
      -o-transition: all .25s;
      transition: all .25s;
      content: "";
      position: absolute;
      left: 0;
      height: 3px;
      width: 30px;
      -webkit-border-radius: 15px;
              border-radius: 15px;
      background-color: #ad0a0a;
      top: -8px; }
    .mymenu-btn:after {
      -webkit-transition: all .25s;
      -o-transition: all .25s;
      transition: all .25s;
      content: "";
      position: absolute;
      left: 0;
      height: 3px;
      width: 30px;
      -webkit-border-radius: 15px;
              border-radius: 15px;
      background-color: #ad0a0a;
      top: 8px; }
  .toggle-on {
    -webkit-transition: all .25s;
    -o-transition: all .25s;
    transition: all .25s;
    text-align: center;
    line-height: 2em;
    height: 100%;
    width: 100%;
    -webkit-border-radius: 0px;
            border-radius: 0px;
    position: fixed;
    right: 0;
    top: 0;
    background-color: #fff;
    overflow-y: auto;
    overflow-x: hidden; }
    .toggle-on ul {
      text-align: center;
      -webkit-transition: all .1s;
      -o-transition: all .1s;
      transition: all .1s;
      position: relative;
      right: 0;
      z-index: 2;
      padding-top: 50px; }
    .toggle-on li {
      display: block; }
    .toggle-on a, .toggle-on span {
      padding: 10px 0;
      -webkit-transition: all .15s;
      -o-transition: all .15s;
      transition: all .15s;
      text-decoration: none;
      color: #000;
      font-size: 16px; }
      .toggle-on a:hover, .toggle-on span:hover {
        -webkit-transition: all .15s;
        -o-transition: all .15s;
        transition: all .15s; }
    .toggle-on .mymenu-btn {
      top: 32px;
      right: 15px;
      background-color: transparent;
      -webkit-transition: all .25s;
      -o-transition: all .25s;
      transition: all .25s; }
      .toggle-on .mymenu-btn:before {
        -webkit-transition: all .25s;
        -o-transition: all .25s;
        transition: all .25s;
        top: 0;
        -webkit-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
                transform: rotate(45deg); }
      .toggle-on .mymenu-btn:after {
        -webkit-transition: all .25s;
        -o-transition: all .25s;
        transition: all .25s;
        top: -0px;
        -webkit-transform: rotate(-45deg);
            -ms-transform: rotate(-45deg);
                transform: rotate(-45deg); }
  .my-line {
    height: auto; }
    .my-line .mycol-menu {
      position: absolute;
      padding: 0;
      height: 0; }
  .myblock-main {
    padding: 50px 0; }
    .myblock-main .mycol1, .myblock-main .mycol2 {
      width: 100%;
      float: none;
      padding: 0; }
    .myblock-main .mycol2 {
      margin-top: 20px; }
    .myblock-main-img-wrap {
      left: 150px; }
    .myblock-main::before {
      left: 600px; }
    .myblock-main-title {
      margin-bottom: 5px;
      text-align: center; }
    .myblock-main-title1, .myblock-main-title2, .myblock-main-title4 {
      font-size: 28px; }
    .myblock-main-title3 {
      font-size: 44px; }
    .myblock-main-forma {
      max-width: 400px;
      margin: 0 auto; }
    .myblock-main .myblock1-footer-cont {
      margin: 25px auto 20px; }
  .myblock4-inner {
    padding: 0; }
  .myblock5 {
    background-image: none; }
    .myblock5 .mytitle {
      padding: 0 0 30px; }
  .myblock7-content {
    padding: 10px 0 40px; }
  .myblock7-mybtn-wrap {
    padding: 20px 100px 0 0; }
  .myblock9-myrow {
    padding: 0; }
  footer .mymenu-wrapper {
    display: none; }
  /**/ }

@media only screen and (max-width: 991px) {
  .myblock-main::before {
    left: 618px; }
  .myblock-main-img-wrap {
    width: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%); }
  .myblock-main .myblock1-info {
    bottom: 122px; }
  .myblock2 .mycol {
    width: 33.33333333333333%; }
  .myblock4 {
    padding: 40px 0; }
    .myblock4-myrow {
      margin-left: -15px;
      margin-right: -15px;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -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; }
    .myblock4-mycol {
      width: 50%;
      max-width: 50%;
      padding: 0 15px; }
    .myblock4-item {
      width: 290px;
      margin: 0 auto; }
  .myblock5-myrow {
    padding: 0; }
  .myblock5-mycol {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
    margin-bottom: 30px; }
    .myblock5-mycol:last-child {
      margin-bottom: 0; }
  .myblock7-mycol {
    width: 100%;
    padding: 0; }
  .myblock7-item {
    max-width: 400px;
    margin: 0 auto; }
  .myblock7-mybtn-wrap {
    text-align: center;
    padding: 20px 0 0; }
  .myblock9-mycol {
    width: 50%;
    margin-bottom: 30px; }
    .myblock9-mycol:last-child {
      margin-bottom: 0; }
  .myblock10-footer {
    margin-top: 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .error-page-content {
    font-size: .75em; }
  /**/ }

@media only screen and (max-width: 767px) {
  .sm-hide {
    display: none; }
  .my-line {
    padding-top: 10px; }
    .my-line .myxrow {
      display: block; }
    .my-line .mycol {
      float: none;
      text-align: center;
      margin-bottom: 15px; }
  .myblock-main::before {
    display: none; }
  .myblock-main-title1, .myblock-main-title2, .myblock-main-title4 {
    font-size: 26px; }
  .myblock-main-title3 {
    font-size: 40px; }
  .myblock-main .myblock1-info {
    max-width: 100%;
    bottom: 129px;
    height: auto; }
  .myblock-main .myblock1-info-text-block {
    left: 3px;
    right: 3px;
    bottom: 3px;
    z-index: 2; }
  .myblock-main .myblock1-footer-div1, .myblock-main .myblock1-footer-div2 {
    font-size: 20px; }
  .popup-form-container .popup-use {
    height: auto; }
  .popup-form-container .popup-form-mycol1, .popup-form-container .popup-form-mycol2 {
    width: 100%; }
  .popup-form-container .popup-form-mycol1 {
    margin-right: 0; }
  .popup-form-container .geo {
    padding: 0; }
  .popup-form-container .t-265 {
    top: 265px; }
  .popup-form-container .b-290 {
    bottom: 290px; }
  .popup-form-container .popup-phone, .popup-form-container .time-date {
    width: 48%; }
  .popup-form-container .form-info {
    min-height: 39px; }
  .popup-form-container .check {
    max-width: 205px; }
  .popup-form-container .map {
    width: 100%; }
  .popup-form-container .popup-form .popup-form-slider {
    margin-top: 30px; }
    .popup-form-container .popup-form .popup-form-slider .image-wrap {
      height: auto; }
      .popup-form-container .popup-form .popup-form-slider .image-wrap img {
        display: inline-block; }
  .myblock2-myrow {
    padding: 0; }
  .myblock2 .mycol {
    width: 50%; }
  .myblock4 {
    padding: 40px 0; }
    .myblock4-myrow {
      margin-left: -15px;
      margin-right: -15px;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -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; }
    .myblock4-mycol {
      width: 100%;
      max-width: 100%;
      padding: 0 15px; }
  .myblock5 .mytitle {
    line-height: 1.2; }
  .myblock5-mycol {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .myblock-myrow {
    margin: 0; }
  .myblock-mycol1, .myblock-mycol2 {
    width: 100%;
    padding: 0; }
  .myblock-forma {
    max-width: 290px; }
  .myblock .forma-phone {
    margin-bottom: 20px;
    text-align: center; }
  .textblock-mypicture {
    margin: 10px auto !important; }
    .textblock-mypicture.f-l, .textblock-mypicture.f-r {
      float: none; }
    .textblock-mypicture.f-l {
      margin-right: 0; }
    .textblock-mypicture.f-r {
      margin-left: 0; }
  .textblock table {
    min-width: auto; }
    .textblock table thead tr {
      position: absolute;
      top: -9998em;
      left: -9998em; }
    .textblock table tr, .textblock table td {
      display: block;
      position: relative; }
    .textblock table td {
      border: none;
      padding-left: 50%;
      background-image: none;
      border-bottom: 0.125em solid #354a5f; }
      .textblock table td::before {
        content: attr(data-label);
        display: inline-block;
        line-height: 1.45;
        font-weight: bold;
        margin-left: -95%;
        width: 100%;
        color: #000000; }
      .textblock table td::after {
        content: ''; }
    .textblock table tbody tr:last-child td:not(.picture-td) {
      border-bottom: 0.125em solid #354a5f; }
    .textblock table tbody tr:last-child td:last-child {
      border-bottom: none; }
    .textblock table .picture-td {
      width: 100%;
      display: inline-block;
      position: absolute;
      top: 0;
      border: none;
      text-align: left;
      -webkit-transform: translateX(-30px);
          -ms-transform: translateX(-30px);
              transform: translateX(-30px); }
  .textblock blockquote {
    width: 100%; }
  .textblock ul.cols-2 li {
    width: 100%;
    margin-right: 0; }
  .textblock .pl-68 {
    padding: 0; }
  .myblock7-item-text {
    font-size: 16px; }
  .myblock10-footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
  .myblock10-footer-mycol1, .myblock10-footer-mycol2 {
    float: none; }
  .myblock10-footer-mycol2 {
    padding: 20px 0 0; }
  footer {
    padding-bottom: 10px; }
    footer.my-line {
      min-height: auto; }
  .popup-zayavka {
    width: 100%; }
    .popup-zayavka form {
      width: 100%; }
  .error-page-content {
    font-size: .5em; }
  /**/ }

@media only screen and (max-width: 575px) {
  .mytitle {
    font-size: 32px; }
  .myblock-main-title1, .myblock-main-title2, .myblock-main-title4 {
    font-size: 24px; }
  .myblock-main-title3 {
    font-size: 34px; }
  .myblock-main .myblock1-footer, .myblock-main .myblock1-footer-cont {
    display: block; }
    .myblock-main .myblock1-footer-mycol1, .myblock-main .myblock1-footer-mycol2, .myblock-main .myblock1-footer-cont-mycol1, .myblock-main .myblock1-footer-cont-mycol2 {
      display: block;
      margin: 0 auto;
      padding: 10px 0; }
    .myblock-main .myblock1-footer-mycol1, .myblock-main .myblock1-footer-cont-mycol1 {
      width: 180px; }
    .myblock-main .myblock1-footer-mycol2, .myblock-main .myblock1-footer-cont-mycol2 {
      width: auto; }
    .myblock-main .myblock1-footer-div1, .myblock-main .myblock1-footer-cont-div1 {
      text-align: center;
      margin-bottom: 30px; }
    .myblock-main .myblock1-footer-div2, .myblock-main .myblock1-footer-cont-div2 {
      width: 290px;
      margin: 0 auto;
      text-align: center; }
      .myblock-main .myblock1-footer-div2::before, .myblock-main .myblock1-footer-cont-div2::before {
        left: 50%;
        top: -159px;
        border-right-color: transparent;
        border-bottom-color: #ad0a0a;
        border-width: 145px;
        -webkit-transform: scaleY(0.1) translateX(-50%);
            -ms-transform: scaleY(0.1) translateX(-50%);
                transform: scaleY(0.1) translateX(-50%); }
  .myblock-main .myblock1-info {
    bottom: 90px; }
  .myblock-main .slider1-next {
    right: -20%; }
  .myblock-main .slider1-prev {
    left: -20%; }
  .textblock blockquote {
    margin: 21px 0;
    padding-left: 0;
    padding-right: 0; }
  .textblock .mypicture-block {
    padding: 0 !important; }
  .textblock-mypicture {
    height: auto; }
  /**/ }

@media only screen and (max-width: 480px) {
  .myblock-main-title1, .myblock-main-title2, .myblock-main-title4 {
    font-size: 18px; }
  .myblock-main-title3 {
    font-size: 23px; }
  .myblock-main .myblock1-info {
    bottom: 124px; }
  .myblock-main .myblock1-info-text1 {
    display: none; }
  .myblock-main .myblock1-info-text2 {
    font-size: 13px;
    background-color: rgba(0, 0, 0, 0.3); }
  .myblock-main-forma {
    padding: 15px; }
    .myblock-main-forma-div1 {
      font-size: 24px; }
    .myblock-main-forma-div2 {
      font-size: 18px; }
    .myblock-main-forma form {
      max-width: 290px;
      margin: 10px auto 0;
      padding: 0 !important; }
  .myblock-main .myblock1-slider {
    margin: 0 auto; }
  .textblock table {
    font-size: 13px; }
    .textblock table td::before {
      width: 95%; }
    .textblock table .picture-td {
      -webkit-transform: translate(-27px, -1px);
          -ms-transform: translate(-27px, -1px);
              transform: translate(-27px, -1px); }
  .myblock9-mycol {
    width: 100%; }
  .popup-zvonok {
    width: 100%; }
    .popup-zvonok-title {
      font-size: 32px; }
  .popup-zayavka .popup-mycol1 {
    width: 33.33%; }
  .popup-zayavka .popup-mycol2 {
    width: 66.67%; }
  .uparrow-container {
    display: none !important; }
  /**/ }

/* MEDIA STYLES END */

.err {
  border: 1px solid #cf0606;
}

.riskblue {
  display: inline-block;
  color: #023b70;
  background: #fff;
  padding: 0 5px;
}

.riskred {
  display: inline-block;
  color: #ff0000;
  background: #fff;
  padding: 0 5px;
}


.riksuslist ul {z-index: 2;}

.riksuslist a, .riksuslist span, .riksuslist ul {border-radius: 13px;}
.riksuslist ul {border-top-left-radius: 0;}
.riksuslist ul ul {
    border-top-left-radius: 15px;
    border-top-right-radius: 0;
}

@media (max-width: 1450px) and (min-width: 1201px) {
    .riksuslist li:nth-of-type(4n) ul {
        border-top-right-radius: 0;
        border-top-left-radius: 15px;
    }
    .riksuslist li:nth-of-type(4n+1) ul ul {
        border-top-left-radius: 0;
        border-top-right-radius: 15px;
    }
}
@media (max-width: 1200px) and (min-width: 801px) {
    .riksuslist li:nth-of-type(3n) ul {
        border-top-right-radius: 0;
        border-top-left-radius: 15px;
    }
    .riksuslist li:nth-of-type(3n+1) ul ul {
        border-top-left-radius: 0;
        border-top-right-radius: 15px;
        
    }
}
@media (max-width: 800px) {
    .riksuslist li:nth-of-type(2n) ul {
        border-top-right-radius: 0;
        border-top-left-radius: 15px;
    }
    .riksuslist li:nth-of-type(2n+1) ul ul {
        border-top-left-radius: 0;
        border-top-right-radius: 15px;
    }
}

.riksuslist {
    max-width: 1140px;
    margin: 0 auto;
    padding: 0;
    padding-bottom: 50px;
    text-align: center;
    flex-wrap: wrap;
    display: flex;
    list-style-type: none;
}
.riksuslist li {
    display: block;
    width: 100%;
    position: relative;
    margin: 0 auto;
}

.riksuslist>li {
    padding: 5px 10px;
    width: 25%;
}

.riksuslist a, .riksuslist span {
    cursor: pointer;
    display: block;
    padding: 5px 10px;
    color: #354a5f;
    text-decoration: none;
}

.riksuslist>li>a, .riksuslist>li>span, .riksuslist>li>noindex>a, .riksuslist>li>noindex>span {min-height: 60px;}

.riksuslist ul {
    display: none;
    position: absolute;
    width: 100%;
    top: 40px;
    left: 50%;
    list-style-type: none;    
    text-align: left;
}

.riksuslist ul ul {
    left: -100% !important;
    top: 0;
}

.riksuslist li:hover>ul {display: block;}
@media (max-width: 1200px) {.riksuslist>li {width: 33.3%;}}
@media (max-width: 800px) {.riksuslist>li {width: 50%;}}
@media (max-width: 400px) {.riksuslist>li {width: 100%;}}
@media (max-width: 1450px) and (min-width: 1201px) {
    .riksuslist li:nth-of-type(4n) ul {left: -50%;}
    .riksuslist li:nth-of-type(4n+1) ul ul {left: 100% !important;}
}
@media (max-width: 1200px) and (min-width: 801px) {
    .riksuslist li:nth-of-type(3n) ul {left: -50%;}
    .riksuslist li:nth-of-type(3n+1) ul ul {left: 100% !important;}
}
@media (max-width: 800px) {
    .riksuslist ul {
        top: 56px;
        width: 90%;
    }
    .riksuslist li:nth-of-type(2n) ul {left: -10%;}
    .riksuslist li:nth-of-type(2n+1) ul {left: 10%;}
    .riksuslist li:nth-of-type(2n) ul ul {left: -90% !important;}
    .riksuslist li:nth-of-type(2n+1) ul ul {left: 100% !important;}
}

.riksuslist>li>a, .riksuslist>li>span, .riksuslist>li>noindex>a, .riksuslist>li>noindex>span, .riksuslist ul {border: 2px solid #FFF;}
.riksuslist a:hover {text-shadow: none;}
.riksuslist>li>a, .riksuslist>li>span, .riksuslist>li>noindex>a, .riksuslist>li>noindex>span {box-shadow: -1px 1px 4px #b1b1b1, -1px 1px 2px #354a5f;}
.riksuslist>li>a:hover, .riksuslist>li>span:hover {box-shadow: 0 0 2px #838383 inset, -1px 1px 4px #898a8c, -1px 1px 2px #0c38b1;}
.riksuslist ul {box-shadow: 0 0 2px #354a5f inset;}
.riksuslist a:hover {text-decoration: none; color: #063346; }
.riksuslist>li>a, .riksuslist>li>span, .riksuslist>li>noindex>a, .riksuslist>li>noindex>span {background: rgba(255, 255, 255, 0.5);}
.riksuslist ul {background: rgba(255, 255, 255, 0.8);}
.riksuslist ul a:hover, .riksuslist ul span:hover {color: #fff; background: #063346;}
.riksuslist ul a, .riksuslist ul span {text-shadow: none; color: #063346;}


.riksclear:before,
.riksclear:after {
    overflow: hidden;
    content: ".";
    height: 0;
    display: block;
}
.riksclear:after {
    clear: both;
}

.riksclear2 {
  clear: both;
}

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

.mycol-center {
  display: inline-block;
  float: none;
}

.riks-copyright {
  text-align: center;
  color: #b7b4b4;
  font-size: 9px;
  overflow: hidden;
  text-transform: none;
  padding-top: 10px;
  padding-bottom: 10px;
}