@charset "UTF-8";
/*=================
FONTS
=================*/
/*=================
END FONTS
=================*/
/*=================
Variables
=================*/
/*=================
END VARIABLES
=================*/
/*=================
normalize
=================*/
/*================= normalize ===============*/
/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
/* Document
========================================================================== */
html {
  font-family: sans-serif;
  /* 1 */
  line-height: 1.15;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */
}

/* Sections
========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
 body {
  margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */
 article,
 aside,
 footer,
 header,
 nav,
 section {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
 h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
 figcaption,
 figure,
 main {
  /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */
 figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
 hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
 pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
 a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
 a:active,
 a:hover {
  outline-width: 0;
}

/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
 abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
 b,
 strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
 b,
 strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
 code,
 kbd,
 samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */
 dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
 mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */
 small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
 sub,
 sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
 audio,
 video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
 audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */
 img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */
 svg:not(:root) {
  overflow: hidden;
}

/* Forms
========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
 button,
 input,
 optgroup,
 select,
 textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
 button,
 input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
 button,
 select {
  /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
 button,
 html [type="button"],
 [type="reset"],
 [type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */
 button::-moz-focus-inner,
 [type="button"]::-moz-focus-inner,
 [type="reset"]::-moz-focus-inner,
 [type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
 button:-moz-focusring,
 [type="button"]:-moz-focusring,
 [type="reset"]:-moz-focusring,
 [type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
 fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
 legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
 progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
 textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
 [type="checkbox"],
 [type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
 [type="number"]::-webkit-inner-spin-button,
 [type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
 [type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
 [type="search"]::-webkit-search-cancel-button,
 [type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
 ::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
 details,
 menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
 summary {
  display: list-item;
}

/* Scripting
========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
 canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
 template {
  display: none;
}

/* Hidden
========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
 [hidden] {
  display: none;
}

/*=================
END normalize
=================*/
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
  font-size: 10px;
  cursor: default;
  width: 100%;
  height: 100%;
  cursor: default;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

body {
  font-size: 10px;
  color: #000;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

p {
  margin: 0;
}

img {
  max-width: 100%;
  height: auto;
}

.wrap {
  max-width: 960px;
  width: 100%;
  margin: 0 auto;
}

.wrapper {
  width: 100%;
  margin: 0 auto;
  min-height: 100%;
  height: auto !important;
  height: 100%;
}

.middle {
  width: 100%;
}

.middle:after {
  display: table;
  clear: both;
  content: '';
}

.main-wrapper {
  width: 100%;
  max-width: 960px;
  margin: 9rem auto;
  margin-bottom: 0;
  text-align: center;
}
.content table {
    border-collapse: collapse;
}
.online-order-form table.online_zakaz_small{
    font-size: 13px;
    background: url(/img/themes/online_zakaz_small_bg.png) 0 0 no-repeat;
    width: 100%;
    max-width: 730px;
}
.calc-form input[type="text"] {
    background: #fff;
    width: 319px;
    border: 1px solid #a3a3a3;
}
.calc-form input {
    width: 370px;
    padding: 10px 15px;
    font-size: 15px;
}
.calc-form .hidden {
    display: none;
}
.online-order-form table.online_zakaz_small td {
    padding: 10px 0 0 0;
}
.online-order-form .order-button {
    background-color: #3c3c3c;
    background-image: none;
    color: #ffdc00;
    display: block;
    font-size: 14px;
    font-weight: bold;
    line-height: 20px;
    margin: 0px;
    padding: 0px;
    text-align: center;
    text-decoration: underline;
    text-transform: uppercase;
    height: 40px;
    width: 160px;
    margin: 0 14px 50px 18px;
}
.online-order-form .order-button:hover {
    color: #4ec100;
    text-decoration: none;
}
.bottom_gallery {
    display: block;
    width: 837px;
    height: 240px;
    margin: 0 auto 20px;
}
.bottom_gallery img {
	width: 200px;
}
.online-order-form input[type="text"] {
    padding: 10px 15px;
    width: 218px;
    margin: 0 0 50px 18px;
}
.mobile-table2 tr {
  background-color: #fff;
}
.mobile-table2 td {
  border: 1px solid #a3a3a3;
}
.mobile-table2 p.title {
  font-weight: bold;
  text-align: center;
  font-size: 19px;
  line-height: 25px;
}
.mobile-table2 span {
  width: 180px;
  display: inline-block;
  margin-left: 8px;
}
.tablereg {
    margin: 0 auto 20px !important;
    background-color: #ffffff;
}
.tablereg td, .tbl td {
    padding: 15px;
    font-size: 14px;
    border: 1px solid #a3a3a3;
    color: #3c3c3c;
}
.tablereg td.name2 {
    background-color: #3c3c3c;
    color: #ffdc00;
    font-size: 24px;
    line-height: 24px;
    font-weight: normal;
}
.tablereg td.center {
    text-align: center;
}
.tablereg tr:hover, .tbl tr:hover  {
    background: none repeat scroll 0 0 #ffdc00;
}
.tablereg th, .tbl th{
    padding: 10px 15px;
    font-size: 14px;
    border: 1px solid #a3a3a3;
    color: #3c3c3c;
    background-color: #ededed;
}
.tableprice td, th {
    margin: 0px 2px;
}
.new_content h2 {
    text-align: center;
	padding-bottom:0;
}
.sidebar a.faq-link {
    background: url(/img/themes/faq.png) 0 0 no-repeat;
    display: block;
    height: 59px;
    width: 174px;
    margin-bottom: 50px;
    padding: 15px 0 60px 15px;
    color: #ffdc00;
    font-size: 27px;
    font-weight: bold;
    line-height: 32px;
    text-align: left;
    text-decoration: none;
    text-transform: uppercase;
	box-sizing: content-box;
}
.sidebar{
	text-align:center;
}
.vop{
	margin: 0 25px;
    display: inline-block;
	vertical-align: top;
}
.sidebar div.oplata {
    margin: 0 25px;
    display: inline-block;
	vertical-align: top;
}
.sidebar div.stati {
    display: inline-block;
    width: 190px;
    padding: 0;
	margin: 0 25px;
	vertical-align: top;
}
.sidebar div.stati a.stati_link {
    display: block;
    height: 15px;
    width: 189px;
    margin-bottom: 20px;
    padding: 17px 0 18px;
    background-color: #3c3c3c;
    color: #ffdc00;
    font-size: 14px;
    font-weight: bold;
    line-height: 15px;
    text-align: center;
    text-transform: uppercase;
	box-sizing: content-box;
}
.sidebar div.stati .clauses_block {
    margin: 0px;
    padding: 0px;
}
.sidebar div.stati .clauses_block .clauses {
    border-bottom: none;
    margin: 0px;
    min-height: 40px;
    padding: 0px;
}
.sidebar div.stati .clauses_block .clauses .clauses_name {
    background: url(/img/themes/stati_list_item.png) 0 3px no-repeat;
    padding: 0 0 10px 30px;
    text-align: left;
}
.sidebar div.stati .clauses_block .clauses a {
    color: #2697b9;
    font-family: arial;
    font-size: 12px;
    font-weight: normal;
}
.mobile-table, .mobile-table2 {
	display:none;
}
.tbl_price {
	margin-bottom: 20px;
}
.tbl {
    text-align: center;
    margin-bottom: 20px;
}
.centr {
    margin: 0 auto;
}
.tablereg tr.head:hover,  .tablereg tbl.head:hover,{
    background: none;
}
.tbl_price td {
	padding: 15px;
	vertical-align: top;
	border: 1px solid #a3a3a3;
	color: #3c3c3c;
	font-size: 18px;
}
.new_content p.h2,.h2, h1, h2 {
  font: 700 3rem/3rem "PT Sans", sans-serif;
  padding-bottom: 2rem;
  text-transform: uppercase;
}

.h3 {
  font: 700 3rem/3rem "PT Sans", sans-serif;
  color: #000;
  text-transform: uppercase;
  padding-bottom: 2rem;
}

.h4 {
  font: 700 2rem/2rem "PT Sans", sans-serif;
  color: #000;
  text-transform: uppercase;
  padding-bottom: 2rem;
}

.img-sale {
  width: 100%;
}

/*=================
header
=================*/
.header__info {
  background-color: #ffdc00;
  height: inherit;
      background: url(/img/themes/header.png) 0 0 repeat-x;
}

.header__contacts {
  margin-top: 2rem;
  margin-bottom: 1rem; 
  display: inline-block;
  text-transform: uppercase;
  font: 400 1.5rem/1.8rem "Arial", sans-serif;
  vertical-align: top;
}

.header__name {
  display: inline-block;
  width: 27%;
  vertical-align: top;
  padding-bottom: 2rem;
  /*padding-right: 1rem;*/
}

.header__name img {
  padding-right: 1rem;
  float: left;
}

.header__phone {
  display: inline-block;
  width: 46%;
  vertical-align: top;
  /*padding-right: 2rem;*/
}

.header__phone a {
    font: 400 3rem/4.1rem "Arial", sans-serif;
    color: #3c3c3c;
    text-decoration: none;
    margin-top: -2px;
    margin-left: -1px;
    display: block;
}

.header__phone a:hover {
  color: #3c3c3c;
  text-decoration: underline;
}

.header__phone img {
  padding-right: 1rem;
  float: left;
}

.header__callback {
  display: inline-block;
  color: #ffdc00;
  background-color: #3c3c3c;
  font: 700 1.3rem/1.5rem "Arial", sans-serif;
  text-decoration: underline;
  padding: 1rem;
  cursor: pointer;
}

.header__callback:hover {
  text-decoration: none;
  -webkit-transition: all 1.3s;
  transition: all 1.3s;
}

.header-menu {
  background-color: #3c3c3c;
}

.header-menu__list {
  font-size: 0;
}

.header-menu__item {
  display: inline-block;
  position: relative;
}

.header-menu__sublist {
  position: absolute;
  top: 100%;
  left: 0;
  padding-left: 0;
  background-color: #3c3c3c;
  z-index: 10;
  min-width: 100%;
  display: none;
}

.header-menu__sublist li {
  position: relative;
}

.header-menu__sublist a {
  position: relative;
}

.header-menu__list a svg {
  position: absolute;
  transform: translate(0, -50%);
  top: 50%;
  left: 5px;
}

.header-menu__sublist li:hover > a {
  text-decoration: none;
  background-color: #027bec;
  color: #ffdc00;
}
.header-menu__sublist li:hover > a svg {
  fill: #ffdc00;
}

.header-menu__sublist-end {
  position: absolute;
  top: 0;
  left: 100%;
  z-index: 10;
  background-color: #3c3c3c;
  padding-left: 0;
  display: none; 
}


.header-menu__item:hover .header-menu__sublist {
  display: block;
}

.header-menu__sublist li:hover .header-menu__sublist-end {
  display: block;
}

.header-menu__item a {
  color: #fefefe;
  text-transform: uppercase;
  font: 400 1.6rem/2rem "PT Sans", sans-serif;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  display: block;
  padding: 2rem;
  font-size: 15px;
}

.header-menu__item:hover > a {
  text-decoration: none;
  background-color: #027bec;
  color: #ffdc00;
}

.header-menu__item:hover > a svg {
  fill: #ffdc00;
}

.logo {
display: inline-block;
    padding-right: 30px;
    margin-top: 17px;
    margin-left: 5px;
}
.select2-search.select2-search--dropdown{
	display: none;
}

 

.additional-services__list a{
  text-decoration: none;
}

.additional-services__list a:hover .name{
  background:#3c3c3c; 
  color:#ffdc00;
}

#overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0,0,0,0.5);
  display: none;
}
.main {
  z-index: 0;
  position: relative;
}

.header-menu.header-menu-active {
  right: 0;
}

.header-menu.header-menu-active ul {
  list-style-type: none;
  padding: 0;
  width: 100%;
}

.header-menu.header-menu-active ul li {
  width: 100%;
  padding-left: 30px;
  padding-right: 30px;
}

.header-menu.header-menu-active ul a {
  line-height: 4;
  letter-spacing: 5px;
  font: 400 1.6rem/3rem "PT Sans", sans-serif;
  color: #fff;
  display: block;
  width: 100%;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  text-transform: uppercase;
  text-decoration: none;
      padding: 8px 0px;
}

/*.menu-list ul a:hover {
  text-decoration: none;
  background-color: rgba(255, 255, 255, 0.4);
}*/

.menu-link {
  z-index: 55;
  display: block;
  width: 50px;
  height: 50px;
  position: absolute;
  top: 15px;
  right: 30px;
  display: none;
}

.menu-link span,
.menu-link span:before,
.menu-link span:after {
  display: block;
  height: 5px;
  width: 40px;
  background-color: #fff;
  position: absolute;
  left: 50%;
  margin-left: -5px;
  top: 50%;
  margin-top: -1px;
}

.menu-link span:before {
  content: '';
  margin-top: -15px;
  margin-left: -20px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.menu-link span:after {
  content: '';
  margin-top: 9px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  margin-left: -20px;
}

.menu-link_active span {
  background-color: transparent;
}

.menu-link_active span:before {
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
  margin-top: 0;
}

.menu-link_active span:after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg);
  margin-top: 0;
}

/*=================
END header
=================*/
.map-menu{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: stretch;
    align-content: flex-start;
    left: 168px;
    width: 500px;
    padding: 20px 20px;
    background: #fff;
    z-index: 15;
    position: absolute;
    visibility: hidden;
    opacity: 0;
    text-align: left;
    border: 1px solid #e3e2e7;
    transform: translate3d(0,30px,0);
    transition: .5s ease-in-out;
    list-style: none;
}
.map-menu li{
	width:50%;
}
.map-menu li a{
    margin: 0 10px 10px 10px;
    padding: 5px 10px;
    height: auto;
    width: auto;
    line-height: normal;
}
.map-list ul>li:hover>ul.map-menu {
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
}

/*MEDIA*/
@media (max-width: 1024px) {
  .header__contacts {
    width: 100%;
  }
  .header-menu__list {
    padding: 0;
  }
  .header-menu__item a{
    padding: 2rem 1rem;
  }
  .header-menu__item a svg {
    display: none;
  }
  .header-menu__item a {
    /* padding: 0; */
    font-size: 1.4rem;
  }
  .benefits__item span.opis{
	  margin-left:0 !important;
  }
}

@media (max-width: 768px) {

.header-menu {
  top: 0;
  background-color: rgba(0, 0, 0, 1);
  position: absolute;
  width: 320px;
  min-height: 100vh;
  z-index: 50;
  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;
  right: -100vw;
  display: none;
  /*  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;*/
  padding-top: 70px;
  padding-bottom: 70px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}


  .header-menu.header-menu-active {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
      }



  .header .menu-link {
    display: block;
  }
}

@media (max-width: 414px) {
  .header__name {
    width: 100%;
    display: block;
    margin: 0 auto;
    text-align: center;
  }
  .header__name img {
    float: none;
  }
  .header__name span {
    vertical-align: top;
    line-height: 3.2rem;
  }
  .header__phone {
    width: 100%;
    display: block;
    margin: 0 auto;
    text-align: center;
  }
  .header__phone a {
    vertical-align: top;
  }
  .header__phone img {
    float: none;
  }
  .header__callback {
    display: block;
    width: 16rem;
    margin: 0 auto;
    margin-top: 1rem;
  }
}

@media (max-width: 320px) {
  .menu-link {
    right: 20px;
  }
  .header__name {
    padding-bottom: 0.5rem;
  }
  .header__phone a {
    font-size: 2rem;
  }
}

/*=================
main
=================*/
.main {
  width: 100%;
  min-height: 100%;
  height: auto !important;
  height: 100%;
}

.wrapper {
  width: 100%;
  margin: 0 auto;
  min-height: 100%;
  height: auto !important;
  height: 100%;
}

.middle {
  width: 100%;
  padding: 0rem 0 80px;
}

.middle:after {
  display: table;
  clear: both;
  content: '';
}

.main-wrapper {
  width: 100%;
}

.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}

.clearfix:after {
  clear: both;
}

.clearfix {
  zoom: 1;
  /* Хак для IE 6 и 7 */
}

/*SLIDER*/
.sliderkit {
  width: 100%;
  display: block;
  position: relative;
}

.sliderkit span {
  position: absolute;
  top: 19.2rem;
  left: 48rem;
}

.sliderkit span a {
  font: 400 2.2rem/2.6rem "Arial", sans-serif;
  color: #fff;
  text-decoration: underline;
  text-shadow: 0px 0px 4px black;
}

.sliderkit span a:hover {
  text-decoration: none;
}

.index_slider {
  background: #010307;
  width: 100%;
  position: relative;
  height: 248px;
}

.index_slider div {
  max-width: 950px;
  width: 100%;
  margin: 0 auto;
  display: block;
  padding: 0;
}

.slideshow-standard .sliderkit-panel {
  height: 24.8rem;
  max-width: 950px;
  width: 100%;
  left: 0;
  top: 0;
}

.slideshow-standard .sliderkit-panel img {
  max-width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  height: 101%;
  margin-top: -1px;
}

.slideshow-standard .sliderkit-panel h2 {
  background-color: #ffdc00;
  padding: 5px 15px;
  color: #3c3c3c;
  font-family: "PT Sans";
  font-size: 50px;
  font-weight: 700;
  line-height: 60px;
  text-transform: uppercase;
  margin: 0;
  position: absolute;
 top: 40px;
 right: 110px;
}

.slideshow-standard .sliderkit-nav {
  max-width: 950px;
  width: 100%;
  height: 70px;
  padding: 0;
  margin: 0;
  top: 60px;
  position: absolute;
}

.slideshow-standard .sliderkit-btn a {
  position: relative;
  float: left;
  display: block;
  width: 70px;
  height: 70px;
  margin: 0;
  background: transparent url(../images/icons/slideshow-btns.png) no-repeat 0 0;
}

.slideshow-standard .sliderkit-go-next a {
  background-position: 0 0;
  float: right;
}

.slideshow-standard .sliderkit-go-next a:hover {
  background-position: 0 -70px;
}

.slideshow-standard .sliderkit-go-prev a {
  background-position: -70px 0;
}

.slideshow-standard .sliderkit-go-prev a:hover {
  background-position: -70px -70px;
}

.slideshow-standard .sliderkit-panel {
  top: 0;
  left: 0;
  max-width: 950px;
}

/*=================
END SLIDER
=================*/

.avtopark  {margin-bottom: 35px;}
.avtopark img {
	padding-bottom: 30px;
	background: url(/img/themes/avtopark_img_shadow.png) bottom center no-repeat transparent;
}
.avtopark td {padding: 0px;}
.avtopark .tablereg1 {width:100%; background-color: #fff;}
.avtopark .tablereg1 td {padding:9px 0 10px 15px; border: 1px solid #a3a3a3; font-size: 13px;}
.avtopark .tablereg1 tr:hover {background: #fbec8c;}

.avtopark div.gruz {

}
.avtopark div.gruz a {
    display: block;
    width: 338px;
    padding: 15px 10px 15px 10px;
    background-color: #3c3c3c;
	border: 1px solid #a3a3a3;
	font-family: "Arial Narrow",Arial,sans-serif;
    text-align: center;
	text-decoration: none;
}
.avtopark div.gruz a span {
	color: #f9f9f9;
    font-size: 24px;
    line-height: 25px;
}
.avtopark div.gruz a span.zakaz {
	color: #ffdc00;
    font-size: 19px;
    line-height: 38px;
    text-transform: uppercase;
	text-decoration: underline;
}
.avtopark div.gruz a:hover {
	background: url(/img/themes/menu-active-item-big.png) 0 0 repeat-x;
}
.avtopark div.gruz a:hover span.zakaz{
	text-decoration: none;
}
@media (max-width: 480px) {
	.avtopark div.gruz a {
	  width: 279px;
	}

	.avtopark img {
	  width: 300px;
	}

	.avtopark .tablereg1 {
	  width: 100%;
	}
}


.services {
  padding: 5rem 0 7rem 0;
}

.time {
  font: 400 1.8rem/1.8rem "Arial", sans-serif;
  color: #3c3c3c;
}

.description, .new_content p {
  font: 400 1.5rem/1.8rem "Arial", sans-serif;
  margin-bottom:5px;
}
.new_content p {
  margin: 10px 0;
}
.new_content p span {
    font-weight: bold;
}
.new_content a:link, .new_content a:visited {
    color: #2697b9;
    TEXT-DECORATION: underline;
}
.description-sm {
  font: 400 1.5rem/1.6rem "Arial", sans-serif;
}

.order-btn {
  font: 700 2rem/2rem "Arial", sans-serif;
  color: #000;
  background-color: #ffdc00;
  text-decoration: none;
  text-transform: uppercase;
  padding: 2rem;
  border: 4px solid #ffdc00;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  display: inline-block;
  vertical-align: top;
  margin-top: -1rem;
  margin-left: 4rem;
}

.order-btn:hover {
  text-decoration: none;
  background-color: transparent;
}

.mark {
  color: #027bec;
}

.call-evacuator {
    background: #e5e5e5;
    width: 100%;
    padding: 4.5rem 0;
    min-height: 396px;
    height: auto;
    position: relative;
    padding-bottom: 0px;
    margin-bottom: 50px;
}

.call-evacuator .wrap{
  position: relative;
}


.call-evacuator .wrap:before {
    background: url(../img/bg-141.jpg) no-repeat;
    display: block;
    position: absolute;
    top: 0px;
    left: -150px;
    width: 510px;
    height: 396px;
    content: " ";
    margin-top: -4.5rem;
}











.call-evacuator__block {
  left: 44%;
  position: relative;
  max-width: 52rem;
  height: auto;
}

.call-evacuator .cost {
  font: 400 1.4rem/2.4rem "Arial", sans-serif;
  text-transform: uppercase;
  margin-top: 4rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.call-evacuator #cost-price {
  font: 400 5rem/5rem "Arial", sans-serif;
  color: #3c3c3c;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: inline-block;
}

.call-evacuator #cost-price span {
  font: 400 3rem/3rem "Arial", sans-serif;
  color: #3c3c3c;
  text-transform: uppercase;
}

.call-evacuator #sum-price {
  font-weight: 400;
}							
.call-evacuator .time {
font: 400 1.6rem/2.4rem "Arial", sans-serif;
    color: #3c3c3c; 
    display: inline-block;
    margin-bottom: 30px;
}

.radio {
  margin: 0;
  margin-top: 2rem;
  position: absolute;
  top: 0;
  left: 0;
  height: 0;
  width: 0;
  vertical-align: top;
  width: 14px;
  height: 14px;
}

.radio + label {
  cursor: pointer;
  margin-right: 10rem;
}

.radio + label:last-child, #radioButton3 + label{
  margin-right: 0;
}

.radio:not(checked) {
  position: absolute;
  opacity: 0;
  display: none;
}

.radio:not(checked) + label {
  position: relative;
  padding: 0 0 0 2.5rem;
}

.radio:not(checked) + label:before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  width: 14px;
  height: 14px;
  border: 1px solid #000;
  background: transparent;
}

.radio:not(checked) + label:after {
  content: '';
  position: absolute;
  top: 3px;
  left: 3px;
  width: 8px;
  height: 8px;
  background: #3c3c3c;
  opacity: 0;
  -webkit-transition: all .2s;
  transition: all .2s;
}

.radio:checked + label:after {
  opacity: 1;
}

.label {
  font: 400 1.4rem/1.8rem "Arial", sans-serif;
}

.label:last-child, .obrabotka {
  margin-left: 4.5rem;
  font: 400 1.1rem/1.8rem "Arial", sans-serif;
}

.evacuation-services {
  background-color: #f2f2f2;
  padding: 5.5rem 0 4.5rem 0;
}

a.service {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  display: inline-block;
  width: 33%;
  text-decoration: none;
  position: relative;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 5rem;
}

a.service:hover .name {
  text-decoration: none;
  background-color: #000;
  color: #ffdc00;
  text-decoration: none;
}

a.service .text {
  position: absolute;
  bottom: -2rem;
  left: 0;
  text-align: left;
}

a.service .price {
  font: 700 1.8rem/3rem "PT Sans", sans-serif;
  color: #fff;
  background-color: #000;
  text-transform: uppercase;
  text-decoration: none;
  padding: 0.5rem 1rem;
}

a.service:last-child img {
  min-width: 228px;
}
a.service img.gazel {
  min-width: 380px;
}


.cit-fo{
      font-size: 36px;
    color: #ffdc00;
    text-transform: uppercase;
}

.da-fo{
    font-size: 24px;
    margin-top: 10px;
    color: #fff;
}

.name {
  font: 700 2.3rem/3rem "PT Sans", sans-serif;
  color: #3c3c3c;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
  background-color: #ffdc00;
  padding: 0 1rem;
  text-align: left;
  text-transform: uppercase;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.benefits {
  padding: 5rem 0;
}

.benefits__list {
  width: 100%;
  margin: 0 auto;
  padding: 0;
  margin: 0;
  margin-top: 1rem;
}

.benefits__item {
  display: inline-block;
  width: 15%;
  text-align: left;
  vertical-align: top;
  margin-left: 5.5rem;
  position:relative;
}

.benefits__item:first-child {
  margin-left: 0;
}

.benefits__item img {
  display: block;
  margin-bottom: 1.5rem;
  transition: .3s;
}

.benefits__item span {
  text-transform: uppercase;
  color: #3c3c3c;
  font: 700 1.4rem/2rem "Arial", sans-serif;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.listnewlink{
    list-style: none;
    padding: 0;
    line-height: 20px;
}
.listnewlink li a, .newlink{
    color: #000;
    font-size: 15px;
    margin-bottom: 10px;
    display: block;
}
.flextable{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: stretch;
    align-content: stretch;	
}
.imgblockflex{
	margin-right:20px
}
.benefits__item span:hover {
  text-decoration: none;
}

.benefits__item:hover img {
  transform: scale(1.2);
  transition: all .3s;
}

.calculator-block {
  width: 100%;
}

.calc-info {
  font: 400 1.4rem/1.8rem "Arial", sans-serif;
  padding: 2.6rem 0 2.6rem 0;
}

.additional-info {
  vertical-align: top;
}

#slider {
  width: 75%;
  background-color: #000;
  height: 5px;
  display: inline-block;
}

#slider span {
  background-color: #ffdc00;
  width: 1.5rem;
  height: 1.5rem;
  border: 1px solid #000;
  margin-top: -3px;
  top: -3px;
}

#slider span:first-child {
  border: 10px solid red;
}


#tooltip { 
  width: 390px;
  padding: 7px;
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.35);
  background-color: #f2f2f2;
  position: relative; 
  display: block!important;
}


#amount {
  border-bottom: 1px solid #3c3c3c;
  color: #3c3c3c;
  font: 400 1.4rem/1.8rem "Arial", sans-serif;
  display: inline-block;
  margin-left: 2rem;
  width: 3rem;
  border: none;
  outline: none;
  border-bottom: 1px solid #3c3c3c;
  text-align: center;
  vertical-align: bottom;
}

#slider .ui-slider-range {
  background-color: #ffdc00;
  border: 1px solid #000;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
  border: 1px solid #000;
  background: #ffdc00;
  font-weight: normal;
  color: #ffdc00;
  border-radius: 50%;
  outline: none;
}

.ui-widget.ui-widget-content {
  height: 4px;
  border: 1px solid #000;
}

.ui-slider-range {
  background-color: #ffdc00;
}

.calc-info {
  width: 75%;
  display: inline-block;
}

select {
  width: 18%;
  display: inline-block;
  outline: none;
  border: none;
  border-bottom: 1px solid #3c3c3c;
  color: #3c3c3c;
  font: 400 1.4rem/1.8rem "Arial", sans-serif;
}

select option {
  color: #3c3c3c;
  font: 400 1.4rem/1.8rem "Arial", sans-serif;
}

.transport-block {
  width: 45%;
  margin-top: 1.6rem;
  display: inline-block;
  vertical-align: top;
}

.transport-block .information {
  margin-bottom: 2rem;
}

.transport-block img {
  cursor: pointer;
  display: inline-block;
  min-height: 5rem;
}

.transport-block__name {
  display: block;
  font: 400 1.5rem/1.8rem "Arial", sans-serif;
  margin-top: 1rem;
  margin-bottom: 2rem;
}

.transport-block__item {
  opacity: 0.5;
  display: inline-block;
  width: 32.5%;
  vertical-align: top;
}

.transport-block__item:hover, .transport-block__item:focus, .transport-block__item:active {
  opacity: 1;
}

.transport-block__item.active {
  opacity: 1;
}

.additional-info {
  display: inline-block;
  width: 30%;
  vertical-align: top;
  margin-top: 1.6rem;
}

.map {
  background-color: #f2f2f2;
  padding: 7rem 0 5rem;
  text-align: center;
}

.map-list {
  width: 25%;
  display: inline-block;
  vertical-align: top;
  text-align: left;
  position:relative;
}

.map-list__items {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.map-list__item {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
  width: 70%;
  text-align: left;
}

.map-list__item a {
  font: 400 1.6rem/4rem "PT Sans", sans-serif;
  color: #2697b9;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  width: 100%;
  height: 100%;
  display: block;
  text-transform: uppercase;
  padding-left: 1rem;
}

.map-list__item span{
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: flex-end;
	align-items: center;
	align-content: flex-start;
    width: 40px;
	cursor:pointer;
}

.map-list__item a .arrow,  .map-list__item span .arrow{
  width: 1rem;
  height: 1rem;
  margin-right: 0.5rem;
}

.map-list__item a:hover {
  text-decoration: none;
  color: #ffdc00;
}

.map-list__item:hover span {
	border-left: 1px solid #fff;	
}
.map-list__item:hover{
  background-color: #000;
}

.map-list__item a:hover .arrow, .map-list__item:hover span .arrow{
  color: #fff;
  -webkit-filter: brightness(300%);
  filter: brightness(300%);
}

.map-img {
  width: 70%;
  display: inline-block;
  position: relative;
}

.map-img img {
  width: 100%;
}

.map-img a {
  position: absolute;
  top: 0;
  left: 0;
  font: 400 1.2rem/1.8rem "Arial", sans-serif;
  color: #2697b9;
}

.map-img a:hover {
  text-decoration: none;
}

.map-img .dark {
  font: 400 1.2rem/1.8rem "Arial", sans-serif;
  color: #000;
}

.map-img .zln {
  top: 8%;
  left: 14%;
}

.map-img .him {
  top: 10%;
  left: 42%;
}

.map-img .shd {
  top: 9%;
  left: 26%;
}

.map-img .lbn {
  top: 0%;
  left: 45%;
}

.map-img .dol {
  top: 5%;
  left: 58%;
}

.map-img .mtsh {
  top: 10%;
  left: 70%;
}

.map-img .krl {
  top: 8%;
  left: 76%;
}

.map-img .jubl {
  top: 3%;
  left: 82%;
}

.map-img .frz {
  top: 10%;
  left: 90%;
}

.map-img .bib {
  top: 14%;
  left: 60%;
}

.map-img .svb {
  top: 20%;
  left: 65%;
}

.map-img .vld {
  top: 26%;
  left: 56%;
}

.map-img .gol {
  top: 28%;
  left: 76%;
}

.map-img .izm {
  top: 32%;
  left: 76%;
}

.map-img .bal {
  top: 33%;
  left: 89%;
}

.map-img .reu {
  top: 38%;
  left: 89%;
}

.map-img .zhel {
  top: 41%;
  left: 91%;
}

.map-img .nvg {
  top: 41%;
  left: 75%;
}

.map-img .vesh {
  top: 44%;
  left: 80%;
}

.map-img .vyh {
  top: 49%;
  left: 82%;
}

.map-img .zhul {
  top: 53%;
  left: 82%;
}

.map-img .lbln {
  top: 58%;
  left: 77%;
}

.map-img .lbr {
  top: 64%;
  left: 88%;
}

.map-img .kot {
  top: 67%;
  left: 86%;
}

.map-img .dzer {
  top: 71%;
  left: 84%;
}

.map-img .lyt {
  top: 78%;
  left: 84%;
}

.map-img .vid {
  top: 84%;
  left: 70%;
}

.map-img .apr {
  top: 90%;
  left: 18%;
}

.map-img .brt {
  top: 70%;
  left: 71%;
}

.map-img .bir {
  top: 76%;
  left: 65%;
}

.map-img .car {
  top: 69%;
  left: 61%;
}

.map-img .but {
  top: 89%;
  left: 51%;
}

.map-img .jasn {
  top: 75%;
  left: 50%;
}

.map-img .tps {
  top: 71%;
  left: 47%;
}

.map-img .chrt {
  top: 67%;
  left: 49%;
}

.map-img .cher {
  top: 62%;
  left: 50%;
}

.map-img .vnk {
  top: 65%;
  left: 32%;
}

.map-img .sln {
  top: 52%;
  left: 28%;
}

.map-img .och {
  top: 52%;
  left: 39%;
}

.map-img .fil {
  top: 48%;
  left: 48%;
}

.map-img .kryl {
  top: 41%;
  left: 35%;
}

.map-img .str {
  top: 34%;
  left: 33%;
}

.map-img .nvp {
  top: 59%;
  left: 15%;
}

.map-img .odn {
  top: 55%;
  left: 12%;
}

.map-img .zvn {
  top: 54%;
  left: 0%;
}

.map-img .arh {
  top: 30%;
  left: 20%;
}

.map-img .krn {
  top: 26%;
  left: 21%;
}

.map-img .mtn {
  top: 22%;
  left: 24%;
}

.map-img .tush {
  top: 18%;
  left: 38%;
}

.map-img .hor {
  top: 14%;
  left: 48%;
}

.price-block {
  width: 22%;
  display: inline-block;
  vertical-align: top;
  margin-top: 1.6rem;
}

.price-block .calc-price {
  font: 400 3rem/3rem "Arial", sans-serif;
  color: #3c3c3c;
  padding: 1rem 0 3rem 0;
}

.price-block #calc-price {
  font: 400 5rem/5rem "Arial", sans-serif;
  color: #3c3c3c;
}

.price-block .btn {
  font: 700 2rem/2rem "Arial", sans-serif;
  color: #ffdc00;
  background-color: #000;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  padding: 1.5rem 4rem;
  margin-top: 3rem;
}

.price-block .btn:hover {
  background-color: #ffdc00;
  color: #000;
}

.price-block .details {
  font: 400 1.2rem/1.5rem "PT Sans", sans-serif;
  color: #3c3c3c;
  margin-top: 4rem;
}

.price-block .cost {
  font: 400 1.2rem/3.5rem "PT Sans", sans-serif;
  color: #027bec;
  margin-top: 2rem;
  text-decoration: none;
  border-bottom: 1px dashed #027bec;
}

.price-block .cost:hover {
  text-decoration: none;
}

.ui-datepicker table {
  background-color: #fff;
}

.information {
  font: 700 1.8rem/1.8rem "Arial", sans-serif;
  margin-bottom: 2rem;
}

.information-sm {
  font: 700 1.6rem/1.8rem "Arial", sans-serif;
  margin-bottom: 0rem;
}

.additional-services {
  padding: 5rem 0;
}

.additional-services__list {
  margin: 0;
  padding: 0;
}
.imgleftreg {
    float: left;
    padding: 10px;
}
.additional-services__item {
  list-style-type: none;
  display: inline-block;
  width: 33%;
  vertical-align: top;
  margin-top: 1rem;
}

.additional-services__item .name-block {
  margin-top: -1rem;
  margin-bottom: 1rem;
}

.form-block {
  background: url(../images/bg-3_4.png) repeat;
  width: 100%; 
  position: relative;
  height: inherit;
  height: 550px;
  /*.form {
        top: 26rem;
        position: absolute;
        left: 0;
        }*/
      }

.h2n{
      font-size: 30px;
    text-transform: uppercase;
    font-weight: 600;
}
.girl-block{
  width: 907px;
    background: url(../images/bg-3_2_2.jpg) no-repeat left top;
    height: 550px;
    position: absolute;
    top: 0px;
    left: -189px;

}


.main_nw p {
    font: 15px "Trebuchet MS", tahoma, sans-serif;
    line-height: 16px;
        display: block;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
}

.form-block .wrap{
   padding: 6.5rem 0 4rem 0; 
   position: relative;
}

      .form-block .info-block {
        left: 53%;
        position: absolute;
        position: relative;
        max-width: 48rem;
      }

      .form-block .info-block .title {
        font: 700 5rem/5rem "PT Sans", sans-serif;
        color: #ffdc00;
        text-transform: uppercase;
      }

      .form-block .info-block .title-sm {
        font: 700 3rem/3rem "PT Sans", sans-serif;
        color: #fff;
        text-transform: uppercase;
        margin-bottom: 3rem;
      }

      .form-block .info-block .call {
        font-family: "PT Sans", sans-serif; 
        text-transform: uppercase;
        margin-top: 75px;
        color: #000;
        font-size: 25px;
        margin-bottom: 10px;
      }

      .form-block .info-block a.title {
        text-decoration: none;
        color: #fff;
        font-weight: bold;
      }

      .form-block .info-block a.title:hover {
        color:#333;
      }

      .form-block .info-block .description-decor {
        color: #000;
        margin-top: 2rem;
        font: 400 1.5rem/1.8rem "Arial", sans-serif;
      }

      .form-block .btn {
        color: #ffdc00;
        vertical-align: top;
        background-color: #3c3c3c;
        padding: 1.5rem 5.5rem;
        text-decoration: none;
        text-transform: uppercase;
        font: 700 2rem/2rem "PT Sans", sans-serif;
        border: 4px solid #3c3c3c;
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
        display: inline-block;
      }

      .form-block .btn:hover {
        background-color: #ffdc00;
        border: 4px solid #3c3c3c;
        color: #3c3c3c;
      }

      .evacuator-park {
        padding: 6rem 0;
      }

      .evacuator-park .park {
        display: inline-block;
        width: 49%;
        vertical-align: bottom;
        padding-top: 3rem;
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
        position: relative;
        height: 25rem;
      }

      .evacuator-park .park .text {
        position: absolute;
        bottom: 0;
        left: 0;
        text-decoration: none;
      }

      .evacuator-park .park .text:hover .name {
        background-color: #000;
        color: #ffdc00;
      }

      .evacuator-park .park:nth-child(3) .text, .evacuator-park .park:nth-child(4) .text {
        bottom: 15rem;
        left: 0;
      }

      .evacuator-park .park:nth-child(4), .evacuator-park .park:nth-child(6) {
        text-align: right;
      }

      .evacuator-park .park:nth-child(4) .text, .evacuator-park .park:nth-child(6) .text {
        width: 96%;
        margin-left: 3%;
      }

      .evacuator-park .park:nth-child(4) .name, .evacuator-park .park:nth-child(6) .name {
        text-align: right;
        float: right;
      }

      .form {
        margin-top: 3rem;
  /*   .block {
        width: 50%;
        display: inline-block;
        vertical-align: middle;
        margin-top: 1.2rem;
        }*/
      }

      .form .input {
        background: transparent;
        outline: none;
        margin-top: 3rem;
        font: 400 1.4rem/2.8rem "PT Sans", sans-serif;
        color: #000;
        border: none;
        border-bottom: 1px solid #000;
        margin-bottom: 3rem;
        /* Firefox 19+ */
        /* Firefox 18- */
      }

      .form .input::-webkit-input-placeholder {
        color: #3c3c3c;
      }

      .form .input::-moz-placeholder {
        color: #3c3c3c;
      }

      .form .input:-moz-placeholder {
        color: #3c3c3c;
      }

      .form .input:-ms-input-placeholder {
        color: #3c3c3c;
      }

      .form .input:active, .form .input:hover, .form .input:focus {
        outline: 0;
        outline-offset: 0;
        border: none;
        border-bottom: 1px solid #000;
      }

       .form .input.disabled {
        cursor: default;
        border-color: #c2c2c2;
        color: #c2c2c2;
      }

      .form .input.disabled::-webkit-input-placeholder {
        color: #c2c2c2;
      }

      .form .input.disabled::-moz-placeholder {
        color: #c2c2c2;
      }

      .form .input.disabled:-moz-placeholder {
        color: #c2c2c2;
      }

      .form .input.disabled:-ms-input-placeholder {
        color: #c2c2c2;
      }
      .form-1 {
        
      }

      .form-1 .input {
        margin-top: 3rem;
        font: 400 1.4rem/1.8rem "PT Sans", sans-serif;
        color: #000;
        border: none;
        border-bottom: 1px solid #000;
        margin-bottom: 3rem;
        margin-right: 8rem;
      }

      .form-2 {
        top: 26rem;
        position: absolute;
        left: 0;
  /*.block {
        width: 50%;
        display: inline-block;
        vertical-align: middle;
        margin-top: 1.2rem;
        }*/
      }

      .form-2 .radio:not(checked) + label:after {
        content: '';
        position: absolute;
        top: 3px;
        left: 3px;
        width: 8px;
        height: 8px;
        background: #3c3c3c;
        opacity: 0;
        -webkit-transition: all .2s;
        transition: all .2s;
      }

      .form-2 .description {
        display: inline-block;
        margin-top: 0.5rem;
      }

      .form-2 .input {
        width: 42%;
        display: inline-block;
      }

      .form-2 .input:nth-child(2) {
        margin-right: 2rem;
      }

      .form-3 .input {
        width: 100%;
        margin: 1.5rem 0;
      }

      .form-4 .input {
        width: 100%;
        margin: 1.5rem 0;
      }

      .form-4 .order-block {
        width: 31%;
        display: inline-block;
        vertical-align: top;
        margin-right: 3rem;
        display: inline-block;
      }

      .form-4 .order-block.marginleft {
        /*width: 31%;*/
        margin-right: 0;
        padding-top: 5.8rem;
      }

      .form-4 .label {
        margin-left: 0;
      }

      .form-4 .radio {
        margin-top: 5rem;
      }

      .form-5 {
        position: relative;
        margin-top: 0;
      }

      .form-5 .input {
        width: 80%;
        text-decoration: none;
        border-bottom: none;
        margin: 1.5rem 0;
      }

      .form-5 .label {
        text-align: left;
        font: 400 1.4rem/3.8rem "Arial", sans-serif;
        padding-right: 3rem;
        margin-left: 0;
        display: block;
      }

      .form-5 .label:before, .form-5 .label:after {
        margin-top: 1.1rem;
      }

      .sale {
        background: url(../images/bg-4_1.png) no-repeat, url(../images/bg-4_2.png) repeat;
        width: 100%;
        padding: 6.5rem 0 4rem 0;
        position: relative;
        height: inherit;
        height: 460px;
        color: #000;
        text-transform: uppercase;
      }

      .sale-title {
        font: 700 4rem/4rem "PT Sans", sans-serif;
      }

      .sale-desc {
        font: 700 2.2rem/2.2rem "PT Sans", sans-serif;
        padding: 3rem 0;
      }

      .sale-tel {
        font: 700 5rem/5rem "PT Sans", sans-serif;
        color: #000;
        text-decoration: none;
      }

      .sale-tel:hover {
        text-decoration: underline;
      }

      .sale .info-block {
        left: 51%;
        position: absolute;
        position: relative;
        max-width: 48rem;
      }

      .sale .print-block {
        max-width: 48rem;
        left: 51%;
        position: absolute;
        margin-top: 8rem;
      }

      .sale .print-block .price {
        font: 700 8rem/8rem "PT Sans", sans-serif;
        letter-spacing: -5px;
        color: #fff;
        display: inline-block;
        width: 36%;
      }

      .sale .print-block .print-btn {
        text-decoration: none;
        background-color: #fff;
        display: inline-block;
        padding: 2rem 3rem;
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
        margin-top: -8rem;
        margin-left: 18rem;
        vertical-align: top;
      }

      .sale .print-block .print-btn img {
        margin-right: 1rem;
      }

      .sale .print-block .print-btn span {
        font: 700 2rem/3rem "PT Sans", sans-serif;
        color: #000;
        text-transform: uppercase;
        text-decoration: none;
        vertical-align: top;
      }

      .sale .print-block .print-btn:hover {
        background-color: #ffdc00;
        text-decoration: none;
      }

      #map {
        width: 100%;
        height: 410px;
        padding: 0;
        margin: 0;
        margin-bottom: 3rem;
      }

      .ymaps-2-1-55-float-button.ymaps-2-1-55-_hidden-icon {
        display: none;
      }

      .order-evacuator {
        padding: 5rem 0 4rem 0;
      }

      .order-evacuator .container {
        padding-bottom: 5rem;
      }

      .steps {
        font: 700 2.5rem/3rem "PT Sans", sans-serif;
        text-transform: uppercase;
        color: #3c3c3c;
      }

      .tab-title {
        font: 700 1.8rem/1.8rem "Arial", sans-serif;
        margin: 2.5rem 0 1.5rem 0;
        color: #3c3c3c;
      }

      .step-btn-prev {
        font: 700 2rem/2rem "Arial", sans-serif;
        text-transform: uppercase;
        color: #000;
        text-decoration: none;
        background-color: #cecece;
        padding: 2rem 0;
        border: 5px solid #cecece;
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
        float: left;
        min-width: 23rem;
        text-align: center;
      }

      .step-btn-prev:hover {
        text-decoration: none;
        background-color: transparent;
      }
	.text-center{
		text-align: center;
	}
	.new__callback {
        font: 700 2rem/2rem "Arial", sans-serif;
        text-transform: uppercase;
        color: #000;
        text-decoration: none;
        background-color: #ffdc00;
        padding: 2rem 0;
        border: 5px solid #ffdc00;
        -webkit-transition: all 0.3s;
		transition: all 0.3s;
		min-width: 26rem;
		text-align: center;
		display: inline-block;
		margin-bottom: 20px;
      }
      .step-btn-next {
        font: 700 2rem/2rem "Arial", sans-serif;
        text-transform: uppercase;
        color: #000;
        text-decoration: none;
        background-color: #ffdc00;
        padding: 2rem 0;
        border: 5px solid #ffdc00;
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
        float: right;
        min-width: 23rem;
        text-align: center;
      }

      .step-btn-next:hover {
        text-decoration: none;
        background-color: transparent;
      }

      .tab-pane {
        position: relative;
      }

      .tab-pane .model-block {
        width: 25%;
        display: inline-block;
        vertical-align: top;
      }

      .tab-pane .desc-block {
        width: 65%;
        display: inline-block;
        margin-left: 9rem;
        vertical-align: top;
      }

      .tab-pane .desc-block .tab-title {
        margin-bottom: 5rem;
      }

      .step1 {
        position: relative;
  /*  .type{
        margin-bottom: 3rem;
        }*/
      }

      .input.calendar {
        background: url(../images/icons/date.png) no-repeat;
        background-position: 96% 10%;
        padding-right: 2rem;
      }

      .tab-pane {
        display: none;
        background-color: transparent;
        width: 100%;
      }

      .tab-pane.active-tab {
        display: block;
      }

      .tab-pane {
        overflow: hidden;
      }

      .popup-1 {
        display: block;
        margin: 0 auto;
        background-color: #fff;
        padding: 3.5rem 6rem;
        height: 18rem;
        width: 31rem;
        text-align: center;
        -webkit-box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.35);
        box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.35);
        vertical-align: top;
        position: fixed;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        left: 50%;
        top: 20%;
        display: none;
        z-index: 5;
      }

      .popup-2 {
        display: block;
        margin: 0 auto;
        background-color: #fff;
        padding: 3.5rem 6rem;
        height: 18rem;
        width: 31rem;
        text-align: center;
        -webkit-box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.35);
        box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.35);
        vertical-align: top;
        position: fixed;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        left: 50%;
        top: 50%;
        display: none;
        z-index: 5;
      }

      .popup-overlay {
        position: fixed;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        width: 100vw;
        height: 100vh;
        background-color: rgba(0, 0, 0, 0.3);
        display: none;
      }

      .popup-close {
        color: #000;
        text-decoration: none;
        font-size: 2.4rem;
        position: absolute;
        top: 0.5rem;
        right: 1rem;
        font-weight: bold;
        -webkit-transition: all 0.2s;
        transition: all 0.2s;
      }

      .popup-close:hover {
        text-decoration: none;
        color: #333;
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg);
      }

      .popup-close:active {
        text-decoration: none;
      }

/*=================
END main
=================*/
/*Медиа-запросы*/
@media (min-width: 1301px){
	.call-evacuator .wrap.call-evacuator__block__0:before{top:20px}
}
@media (max-width: 1300px) {
  .call-evacuator {
    background: url(../images/bg-1.png) no-repeat -265px 0;
    background-size: cover;
    height: auto;
  }
  .call-evacuator .wrap:before{
    display: none;
  }
  .form-block {
    background: url(../images/bg-3_2.png) no-repeat, url(../images/bg-3_4.png) repeat;
    background-position: -200px 0;
  }
  .sale {
    background: url(../images/bg-4_1.png) no-repeat, url(../images/bg-4_2.png) repeat;
    background-position: -200px 0;
  }
  #tooltip{
	  width:auto;
  }
}

@media (max-width: 1024px) {
  .girl-block{display: none;}
  .wrap {
    max-width: 700px;
  }
  .benefits {
    padding: 5rem 0;
  }
  .benefits__list {
    width: 100%;
    margin: 0 auto;
    padding: 0;
    margin: 0;
    margin-top: 1rem;
  }
  .benefits__item {
    display: inline-block;
    width: 33%;
    text-align: left;
    vertical-align: top;
    margin-left: 5.5rem;
    margin: 0 auto;
    margin-bottom: 2rem;
    text-align: center;
  }
  .benefits__item:nth-child(4) {
    margin-left: 20%;
  }
  .benefits__item img {
    display: block;
    margin-bottom: 1.5rem;
    margin: 0 auto;
    text-align: center;
  }
  .benefits__item a {
    text-transform: uppercase;
    color: #3c3c3c;
    font: 700 1.4rem/2rem "Arial", sans-serif;
    text-decoration: none;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .benefits__item a:hover {
    text-decoration: none;
    color: #027bec;
  }
  .evacuator-park .park {
    width: 46%;
    margin-right: 5rem;
  }
	.evacuator-park .park .text .name {
		font-size: 16px;
		line-height: 26px;
	}
	.evacuator-park .park:nth-child(3) .text, .evacuator-park .park:nth-child(4) .text, .evacuator-park .park .text{
		bottom: auto;
		top: 0;
		left: 0;
	}
  .evacuator-park .park:nth-child(4), .evacuator-park .park:nth-child(6) {
    margin-right: 0;
  }
  .evacuator-park .park .text {
    bottom: 5rem;
  }
  .map {
    background-color: #f2f2f2;
    padding: 7rem 0 5rem;
    text-align: center;
  }
  .map-list {
    width: 30%;
    display: inline-block;
    vertical-align: top;
    text-align: left;
  }
  .map-list__item {
    display: flex;
    width: 80%;
    text-align: left;
  }
  .map-img {
    width: 68%;
  }
  .tab-pane {
    /*position: relative;
    .model-block {
        width: 25%;
        display: inline-block;
        vertical-align: top;
        }*/
      }
      .tab-pane .desc-block {
        width: 65%;
        display: inline-block;
        margin-left: 6rem;
        vertical-align: top;
      }
      .tab-pane .desc-block .tab-title {
        margin-bottom: 7.2rem;
      }
      .form {
        margin-top: 3rem;
    /*   .block {
        width: 50%;
        display: inline-block;
        vertical-align: middle;
        margin-top: 1.2rem;
        }*/
      }
      .form .input {
        background: transparent;
        outline: none;
        margin-top: 3rem;
        font: 400 1.4rem/2.8rem "PT Sans", sans-serif;
        color: #000;
        border: none;
        border-bottom: 1px solid #000;
        margin-bottom: 3rem;
        /* Firefox 19+ */
        /* Firefox 18- */
      }
      .form .input::-webkit-input-placeholder {
        color: #3c3c3c;
      }
      .form .input::-moz-placeholder {
        color: #3c3c3c;
      }
      .form .input:-moz-placeholder {
        color: #3c3c3c;
      }
      .form .input:-ms-input-placeholder {
        color: #3c3c3c;
      }
      .form .input:active, .form .input:hover, .form .input:focus {
        outline: 0;
        outline-offset: 0;
        border: none;
        border-bottom: 1px solid #000;
      }
      .form-1 {
        position: absolute;
        top: 2rem;
        left: 0;
      }
      .form-1 .input {
        margin-top: 3rem;
        font: 400 1.4rem/1.8rem "PT Sans", sans-serif;
        color: #000;
        border: none;
        border-bottom: 1px solid #000;
        margin-bottom: 3rem;
        margin-right: 8rem;
      }
      .form-2 {
        top: 25rem;
        position: absolute;
        left: 0;
    /*.block {
        width: 50%;
        display: inline-block;
        vertical-align: middle;
        margin-top: 1.2rem;
        }*/
      }
      .form-2 .radio:not(checked) + label:after {
        content: '';
        position: absolute;
        top: 3px;
        left: 3px;
        width: 8px;
        height: 8px;
        background: #3c3c3c;
        opacity: 0;
        -webkit-transition: all .2s;
        transition: all .2s;
      }
      .form-2 .description {
        display: inline-block;
        margin-top: 0.5rem;
      }
      .form-2 .input {
        width: 42%;
        display: inline-block;
      }
      .form-2 .input:nth-child(2) {
        margin-right: 2rem;
      }
      .form-3 {
        margin-bottom: 2rem;
      }
      .form-3 .input {
        width: 100%;
        margin-bottom: 0;
      }
      .form-3 .input:nth-child(6) {
        margin-bottom: 2rem;
      }
      .form-4 .input {
        width: 100%;
        margin: 1.5rem 0;
      }
      .form-4 .order-block {
        width: 30%;
        display: inline-block;
        vertical-align: top;
        margin-right: 3rem;
        display: inline-block;
      }
      .form-4 .order-block:nth-child(2) {
        width: 25%;
      }
      .form-4 .order-block:nth-child(3) {
        margin-bottom: 2rem;
      }
      .form-4 .order-block.marginleft {
        /*width: 31%;*/
        margin-right: 0;
        padding-top: 5.8rem;
      }
      .form-4 .label {
        margin-left: 0;
      }
      .form-4 .radio {
        margin-top: 5rem;
      }
    }

    @media (max-width: 768px) {
		.flextable{
		display: flex;
			flex-direction: column;
			flex-wrap: nowrap;
			justify-content: flex-start;
			align-items: center;
			align-content: stretch;
		}
		.imgblockflex{
			margin-right:0;
			margin-bottom:20px;
		}
      .slideshow-standard .sliderkit-panel img {
        left: -60px;
        top: 0;
        position: absolute;
      }
      .slideshow-standard .sliderkit-panel span {
        left: 323px;
        width: 50%;
        height: auto;
      }
      a.service {
        width: 49%;
      }
      a.service .text {
        left: 0rem;
      }
      .call-evacuator {
        background: url(../images/bg-1.png) no-repeat -560px 0;
      }
      .call-evacuator__block {
        left: 0;
        margin: 0 auto;
        position: relative;
        max-width: 52rem;
        height: auto;
      }
      .form-block {
        background-position: -686px 0;
      }
      .form-block .info-block {
        left: 0%;
        position: relative;
        margin: 0 auto;
        max-width: 48rem;
        text-align: center;
      }
      .sale {
        background: url(../images/bg-4_1.png) no-repeat, url(../images/bg-4_2.png) repeat;
        background-position: -691px 0;
      }
      .sale .info-block {
        left: 0%;
        position: relative;
        margin: 0 auto;
      }
      .sale .print-block {
        left: 0%;
        position: relative;
        margin: 0 auto;
        margin-top: 8rem;
      }
	.menu-list {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
      }

      .wrapper {
        overflow: hidden;
      }
    }

    @media (max-width: 680px) {
      .form-block .wrap{
        padding-top: 30px;
        padding-left: 15px;
        padding-right: 15px;
      }
      .wrap {
        max-width: 600px;
      }
      a.service {
        width: 42%;
        margin-right: 4rem;
      }
      a.service:nth-child(odd) {
        margin-right: 0;
      }
      
	  a.service img.gazel {
		  min-width: 330px;
	  }
      .evacuator-park {
        padding: 6rem 0;
      }
      .evacuator-park .park {
		  max-width:342px;
        width: 100%;
        display: block;
        margin: 0 auto;
      }
      .evacuator-park .park:nth-child(4), .evacuator-park .park:nth-child(6) {
        margin: 0 auto 40px auto;
      }
      .tab-pane .desc-block {
        width: 63%;
      }
      .map {
        background-color: #f2f2f2;
        padding: 7rem 0 5rem;
        text-align: center;
      }
      .map-list {
        width: 100%;
        display: inline-block;
        vertical-align: top;
        text-align: left;
      }
      .map-list__items {
        margin: 0 auto;
        padding: 0;
        list-style-type: none;
        margin-bottom: 2rem;
      }
      .map-list__item {
        display: flex;
		width: 168px;
        text-align: left;
		border-bottom: 1px solid #000;
      }
      .map-list__item a {
        font: 400 1.6rem/4rem "PT Sans", sans-serif;
        color: #2697b9;
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
        width: 100%;
        height: 100%;
        display: block;
        text-transform: uppercase;
        padding-left: 1rem;
      }
      .map-img {
        width: 95%;
      }
	  .map-menu{
		  width:380px;
		  padding: 10px;		  
	  }
	  .map-list__item span{
		background: #3c3c3c;
		padding-right: 5px;		  
	  }
    }

	@media (max-width: 550px) {
		.map-menu{
		    width: auto;
		}
		.map-menu li {
			width: 100%;
		}
		.map-menu li a {
			margin: 4px 0;
			padding: 5px 10px;
		    text-transform: none;
		}
	}

     @media (max-width: 480px) {
      .cit-fo{font-size: 22px;}
      .da-fo{font-size: 18px;}
     }

    @media (max-width: 414px) {
      .wrap {
        max-width: 380px;
      }
    
  /*.slideshow-standard .sliderkit-panel {
    height: 24.8rem;
    max-width: 950px;
    width: 100%;
    left: 0;
    top: 0;
    img {
        max-width: 100%;
        height: 100%;
        object-fit: cover;
    }

    }*/
    .slideshow-standard .sliderkit-panel img {
      width: 100%;
      left: 0;
    }
    .slideshow-standard .sliderkit-panel span {
      bottom: 2rem;
      width: 100%;
      left: 1rem;
    }
    a.service {
      width: 100%;
      margin-right: 0rem;
    }
    a.service:nth-child(odd) {
      margin-right: 0;
    }
    
	a.service img.gazel {
		  min-width: 310px;
	}
    .benefits__list {
      width: 100%;
      margin: 0 auto;
      padding: 0;
      margin: 0;
      margin-top: 1rem;
    }
    .benefits__item {
      display: inline-block;
      width: 48%;
      text-align: center;
      vertical-align: top;
      margin-left: 0rem;
    }
    .benefits__item:nth-child(4) {
      margin-left: 0;
    }
    /* .map-list__item {
      display: inline-block;
      width: 48%;
      text-align: left;
    } */
    .map-list__item a {
      font: 400 1.6rem/4rem "PT Sans", sans-serif;
      color: #2697b9;
      -webkit-transition: all 0.3s;
      transition: all 0.3s;
      width: 100%;
      height: 100%;
      display: block;
      text-transform: uppercase;
      padding-left: 1rem;
    }
    .map-img {
      width: 90%;
    }
    .map-img a {
      font-size: 1rem;
    }
    .map-img .dark {
      font-size: 1rem;
    }
    .additional-services__item {
      list-style-type: none;
      display: inline-block;
      width: 100%;
      vertical-align: top;
      margin-top: 1rem;
      text-align: center;
    }
    .additional-services__item .name-block {
      margin-left: 3rem;
    }
    .evacuator-park {
      padding: 6rem 0;
    }
    .evacuator-park .park {
      width: 100%;
    }
	  .evacuator-park .park .text .name{
		font-size: 16px;
		line-height: 26px;
	}
    .evacuator-park .park:nth-child(3) .text, .evacuator-park .park:nth-child(4) .text {
      bottom: auto;
	  top:0;
      left: 0;
    }
    .evacuator-park .park:nth-child(5) .text, .evacuator-park .park:nth-child(6) .text {
      bottom: auto;
	  top:0;
      left: 0;
    }
    .form-block {
      padding: 3.5rem 0 4rem 0;
    }
    .form-2 {
      top: 27rem;
    }
    .form .input {
      margin-top: 1rem;
      margin-bottom: 1rem;
      margin-right: 1.3rem;
    }
    .form-block .btn {
      margin-top: 1rem;
    }
    .services {
      padding: 2rem 0;
    }
    .evacuation-services {
      padding: 2rem 0;
    }
    .map {
      padding: 2rem 0;
    }
    .additional-services {
      padding: 2rem 0;
    }
    .evacuator-park {
      padding: 2rem 0;
    }
    .call-evacuator {
      padding: 2rem 0;
    }
    .benefits {
      padding: 2rem 0;
    }
    .radio + label {
      margin-right: 3rem;
    }
    .form-1 .input {
      margin-top: 2rem;
    }
    .form-1 .order-btn {
      margin: 0 auto;
      text-align: center;
    }
    .form-4 .order-block {
      width: 100%;
    }
    .form-4 .order-block:nth-child(2) {
      width: 100%;
    }
    .form-4 .order-block.marginleft {
      padding-top: 0;
    }
    .call-evacuator {
      min-height: 40rem;
    /*  #cost-price{
        margin-bottom: 2rem;
        }*/
      }
      .call-evacuator .cost {
        margin-top: 2rem;
      }
      .radio + label:last-child {
        margin-left: 0;
        display: block;
      }
      .sale {
        padding: 2rem 0;
      }
      .sale .print-block .price {
        font-size: 6rem;
        vertical-align: top;
        margin-top: -2rem;
      }
      .sale .print-block .print-btn {
        margin-left: 12rem;
        padding: 1rem;
        margin-top: -7rem;
    /*text-align: center;
                margin-left: 15rem;
                margin-top: -11rem;*/
              }
              .sale .print-block .print-btn a {
                font-size: 1.2rem;
              }
              .sale-tel {
                font-size: 4rem;
              }
              .tab-pane .model-block {
                width: 100%;
              }
              .tab-pane .desc-block {
                width: 100%;
                margin-left: 0;
              }
              .tab-pane .desc-block .tab-title {
                margin-bottom: 3rem;
              }
              .step-btn-next, .step-btn-prev {
                min-width: 18rem;
              }
              .middle {
                padding: 1rem 0;
                padding-top: 0;
              }
              .evacuator-park .park {
				padding-top: 40px;
				min-height: 18rem;
				height: auto;
				margin-bottom: 40px;
              }
            }

            @media (max-width: 375px) {
              .wrap {
                max-width: 340px;
              }
              .sale-tel {
                font-size: 3rem;
              }
              .sale {
                padding: 2rem 0;
              }
              .sale .print-block .price {
                font-size: 5rem;
                vertical-align: top;
                margin-top: -2rem;
              }
              .sale .print-block .print-btn {
                margin-left: 10rem;
                padding: 1rem;
                margin-top: -7rem;
    /*text-align: center;
                margin-left: 15rem;
                margin-top: -11rem;*/
              }
              .sale .print-block .print-btn span {
                font-size: 1.6rem;
              }
              .step-btn-next, .step-btn-prev {
                min-width: 15rem;
              }
            }

            @media (max-width: 320px) {
              .slideshow-standard .sliderkit-panel span {
                width: 95%;
              }
              .wrap {
                max-width: 100%;
              }
              .form-block .info-block .title {
                font: 700 3rem/5rem "PT Sans", sans-serif;
                color: #ffdc00;
                text-transform: uppercase;
              }
              a.service {
                width: 100%;
                margin-right: 0rem;
              }
              a.service:nth-child(odd) {
                margin-right: 0;
              }
              a.service:last-child img {
                min-width: 290px;
              }
			  a.service img.gazel {
					min-width: 290px;
			   }
              .benefits__item {
                width: 100%;
              }
              .benefits__item:last-child {
                -webkit-transform: translateX(0);
                -ms-transform: translateX(0);
                transform: translateX(0);
              }
              .step-btn-next, .step-btn-prev {
                min-width: 12rem;
                padding: 1rem 0;
              }
              .sale .print-block .print-btn img {
                display: none;
              }
              .call-evacuator .cost {
                margin-top: 1rem;
              }
              .call-evacuator .time {
                margin-top: 1rem;
              }
              .form-1 .input {
                margin-top: 1rem;
              }
              .radio + label {
                display: block;
              }
              .popup-1, .popup-2 {
                width: 280px;
              }
              .evacuator-park {
                padding: 6rem 0;
              }
              .evacuator-park .park:nth-child(3) .text, .evacuator-park .park:nth-child(4) .text {
                bottom: 0rem;
                left: 0;
              }
              .name {
                font-size: 2rem;
              }
            }

         

/*================= media-queries ===============*/
@media screen and (max-width: 1200px) {
  .fix-header .logo {
    margin-left: 20px;
  }
  .nav-header li {
    width: 140px;
    height: 80px;
  }
  .nav-header li a {
    font-size: 12px;
    line-height: 7;
  }
  .title-header {
    height: 450px;
  }
  .title-header p:nth-child(1), .title-header p:nth-child(3) {
    font-size: 30px;
  }
  .title-header p:nth-child(2) {
    font-size: 60px;
  }
  .more-header {
    margin: 25px 0 0 -100px;
  }
}

@media screen and (max-width: 880px) {
  .nav-header li {
    width: 100px;
    height: 60px;
  }
  .nav-header li a {
    font-size: 10px;
    line-height: 6;
  }
  .card:first-child {
    margin-left: 30px;
  }
  .title-header {
    height: 540px;
  }
  .footer {
    padding: 59px 10px 39px 10px;
  }
  .footer-item {
    padding: 0 15px;
  }
}

@media screen and (max-width: 720px) {
  footer {
    height: 100%;
  }
}

@media screen and (max-width: 680px) {
  .nav-header {
    display: none;
  }
  .burger-menu {
    display: block;
  }
  .title-header {
    margin-top: 250px;
  }
}

@media screen and (max-width: 414px) {
  .swiper-pagination {
    display: none;
  }
  .title-header {
    margin-top: 170px;
    width: 100%;
    height: 460px;
  }
  .title-header p:nth-child(1), .title-header p:nth-child(3) {
    font-size: 20px;
  }
  .title-header p:nth-child(2) {
    font-size: 40px;
    line-height: 80px;
  }
  .services-area {
    padding: 45px 0;
  }
  .services-area .card, .services-area .card:nth-child(2)
  , .services-area .card:nth-child(3), .services-area .card:nth-child(4) {
    margin-left: 0;
  }
}

@media screen and (max-width: 375px) {
  .title-header {
    height: 390px;
  }
  .title-header p:nth-child(2) {
    font-size: 30px;
    line-height: 80px;
  }
  .more-header {
    margin: 25px 0 0 -70px;
  }
  .more-header button {
    width: 150px;
    height: 50px;
    margin: 0 auto;
  }
  .burger {
    width: 60%;
    height: 4px;
    right: 20px;
    top: 3px;
  }
  .burger::before {
    width: 30px;
    height: 4px;
    top: 10px;
  }
  .burger::after {
    width: 30px;
    height: 4px;
    bottom: 10px;
  }
}

@media screen and (max-width: 320px) {
  .title-header {
    height: 305px;
  }
  .title-header p:nth-child(2) {
    font-size: 20px;
    line-height: 60px;
  }
  .more-header {
    margin: 5px 0 0 -50px;
  }
  .more-header button {
    width: 110px;
    height: 50px;
    font-size: 18px;
  }
}

.wrap_order-btn {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  width: 100%;
  margin-top: 20px
}
.wrap_order-btn a {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  margin: 0;
  cursor: pointer;
}
.wrap_order-btn a img {
  margin-right: 10px;
}

#tooltip_content {
  max-width: 280px;
}
.service__boxes {
  width: 100%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
}
.tooltipster-base {
  max-width: 280px;
}
.select2-container {
  vertical-align: super;
  height: initial;
  outline: none !important;
}
.select2-container * {
  outline: none !important;
}
.select2-container .select2-selection--single {
  height: initial;
}
.select2-search--dropdown {
  display: none;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #3c3c3c;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
}
.select2-container--default .select2-selection--single {
  border: none;
  border-radius: 0;
  border-bottom: 1px #000 solid;
  padding-bottom: 5px;
}
.select2-results__option[aria-selected] {
  color: #3c3c3c;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  background-image: url(../images/select_arrow.png);
  background-position: center;
  background-repeat: no-repeat;
  top: -3px;
}
.select2-container.select2-container--open .select2-selection--single .select2-selection__arrow {
  transform: rotate(180deg);
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
  display: none;
}


@media (max-width: 1024px) {
	.bottom_gallery {
	  width: 95%;
	  padding-right: 0;
	  float: none;
	  margin: 20px auto;
	}

#tooltip{
  display: block;
    width: 100%;
    text-align: left; 
}


	.bottom_gallery .jcarousel {
	  width: 100%;
	}
 .calculator-block {
  font-size: 0
  }
  .transport-block,
  .additional-info {
    width: 100%;
  }
  .price-block {
    width: 100%;
    text-align: right;
    margin-bottom: 20px;
  }
  a.service:last-child img {
   
  }
  a.service img.gazel {
	min-width: initial;
  }
  a.service {
    width: 50%;
  }
  .call-evacuator__block {
    left: initial;
    /*text-align: right;*/
    /*max-width: 100%;*/
  }
  .form-1 {
    position: static;
  }
  .call-evacuator {
    background-position: right;
  }
  a.service {
    margin-right: 0 !important;
  }
  .form-block .info-block,
  .sale .info-block {
    left: initial;
    max-width: 100%;
    text-align: right;
    margin-top: 20px;
  }
  .form-2,
  .sale .print-block {
    position: static;
  }
  .form-block {
    background-position: right;
  }
}
@media (max-width: 768px) {
  .slideshow-standard .sliderkit-panel img.slide-mobile {
    display: none;
  }
  .online-order-form table.online_zakaz_small {
		background: #d8d8d8;
	}
	.online-order-form input[type="text"] {
    margin: 30px 0 -10px 0;
}
.online_zakaz_small td {
    text-align: center;
}
.online-order-form .order-button {
    margin: 41px 14px 30px 65px;
    margin-left: auto;
    margin-right: auto;
}
.hint--always.hint--top:after, .hint--always.hint--top:before {
    transform: translateY(23px) !important;
}
	.calc-form input[type="text"] {
    box-sizing: content-box; 
 width: 217px;
}
   .slideshow-standard .sliderkit-panel span {
    width: 100%;
    text-align: center;
    left: 0;
   }
  .transport-block__item {
    width: 50%;
    text-align: center;
  }
  a.service img {
    max-width: 100%;
  }
  .wrap {
    padding-left: 15px;
    padding-right: 15px;
  }
  .header__info {
    position: relative;
  }
  .header__info.hidden {
    overflow: hidden;
  }

  .menu-list ul li {
    position: relative;
    padding-left: 0;
    padding-right: 30px;
    margin-bottom: 5px;
  }
  .menu-list ul li a {
    padding-left: 30px;
    padding-right: 30px;
  }
  .menu-list_arrow {
    position: absolute;
    width: 30px;
    height: 30px;
    top: 0;
    right: 30px;
    z-index: 2;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    background-color: #fff;
  }

  .return {
    position: absolute;
    left: 30px;
    top: 34px;
    font: 400 1.6rem/3rem "PT Sans", sans-serif;
    color: #fff;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    text-transform: uppercase;
  }

  .return svg {
    margin-right: 10px;
  }

  .menu-list ul li ul {
    display: none;
  }

  .menu-list ul li button {
    margin-left: 30px;
  }
}

@media (max-width: 650px) {
  .h2, h1, h2 {
    font-size: 22px;
  }
  .header__name,
  .header__phone {
    width: 100%;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;    
  }
  .header__contacts {
    text-align: center;
  }
  .header__phone img {
    float: none;
  }
  .wrap {
    padding-left: 15px;
    padding-right: 15px;
  }
  .header__phone {
    margin-bottom: 10px;
  }
  a.service {
    width: 100%;
  }
  .additional-services__list {
    font-size: 0;
  }
  .additional-services__item {
    width: 50%;
    margin-bottom: 10px;
    padding-right: 10px;
  }
 
  .radio:not(checked) + label {
    display: block;
    margin-left: 0;
    margin-top: 10px;
  }
  .call-evacuator {
    background: transparent;
  }
  /*.additional-services__item img {
    width: 100%;
  }*/
  .benefits__list {
    text-align: center;
    
  }
  .slideshow-standard .sliderkit-panel h2 {
    left: 80px;
    right: initial;
    font-size: 32px;
    line-height: 40px;
  }
  .form-1 .order-btn {
    margin-top: 15px;
    margin-left: 0;
    display: block;
    text-align: center;
  }
  .form-block,
  .sale {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .form-block .info-block .title,
  .sale-title,
  .sale-tel {
    font-size: 32px;
  }

  .sale .print-block {
    margin-top: 30px;
  }
   
  #tooltip li, #tooltip p {
    font-size: 12px;
  }
  .map-img {
    display: none;
    
  }
}

@media (max-width: 560px) {
	#New_Form form .errors {
		position: absolute !important;
		margin-top: -28px !important;
		left: 9px !important;
		text-transform: uppercase;
	}	
	#New_Form  .hint:after, #New_Form  [data-hint]:after{
		color: red;
		box-shadow: none;
		text-shadow: none;
		padding: 0;
	}
	#New_Form .hint--error.hint--right:before, #New_Form .hint--error:after{
		background: transparent;
		border: none;
	}
}
@media (max-width: 480px) {
	.mobile-table2 {
	  display: table;
	  margin: 0 auto;
	}
  .additional-services__item {
    width: 100%;
    padding-right: 0;
  }
	.tbl_price.mobile-table {
		display: table;
	}
	.nomobile {
		display: none !important;
	}
	.mobile-table .shapka {
		background: #3c3c3c !important;
	}
	.mobile-table td {
		text-align: center;
	}
	.mobile-table tr:nth-child(odd) {
		background-color: #f9f9f9;
	}
	.mobile-table .shapka {
		background: #3c3c3c !important;
	}
	.mobile-table .shapka td {
		color: #fff;
		font-size: 21px;
	}
  .slideshow-standard .sliderkit-panel h2 {
    left: 80px;
    right: initial;
    font-size: 24px;
    line-height: 28px;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
  }
  .slideshow-standard .sliderkit-panel span a {
    font-size: 16px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .sale-desc {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .sale .print-block .price {
    width: 100%;
    max-width: 100%;
    margin-top: 5px;
    text-align: center;
    
  }
  .sale .print-block .print-btn {
    margin-top: 0;
    margin-left: 0;
    width: 100%;
    text-align: center;
  }
  #step-2 {
    display: none;
  }
}



.benefits__item span.opis{
	position: absolute;
    color: #3c3c3c;
    font-size: 12px;
    font-weight: 400;
    line-height: 15px;
    width: 290px;
    padding: 15px 10px;
    box-shadow: 0 3px 7px rgba(0, 0, 0, 0.35);
    background-color: #f2f2f2;
    text-transform: initial;
	display:none;
    z-index: 1;
	margin-left:-50%;
}
.benefits__item:hover span.opis{
    display: block;
}
 
#tooltip ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

#tooltip li {
  position: relative;
  padding-left: 23px;
  color: #3c3c3c;
  font-size: 15px;
  font-weight: 400;
  line-height: 15px;
  margin-bottom: 10px;
}
#tooltip p{
  font-size: 15px;
}
#tooltip li:before {
  content: "";
  width: 11px;
  height: 11px;
  position: absolute;
  transform: translate(0, -50%);
  top: 50%;
  left: 0;
  background-image: url(../images/tooltip__arrows.png);
  background-position: top;
  background-repeat: no-repeat;
}
#tooltip li:last-child {
  margin-bottom: 0;
}
.menu-list ul li button {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;  
  letter-spacing: 5px;
  border: 2px #ff solid;
  background-color: transparent;
  font: 400 1.6rem/3rem "PT Sans", sans-serif;
  margin-top: 10px;
  color: #fff;
  padding-left: 10px;
  padding-right: 10px;
  outline: none !important;
}
.hide {
    display: none;
}
#New_Form, #spasibo, #Rachet_Price{
	position: relative;
	background: #FFF;
	padding: 20px;
	width: auto;
	max-width: 300px;
	margin: 20px auto;
}
#New_Form input[type="text"], #New_Form input[type="tel"], #Rachet_Price input[type="tel"], #Rachet_Price input[type="text"]{
    font-size: 16px;
    width: 94%;
    height: 22px;
    padding: 3% 3%;
    box-sizing: content-box;
    margin-bottom: 25px;
}
#New_Form input[type="submit"], #Rachet_Price input[type="submit"]{
	display: block;
    height: 15px;
    width: 180px;
    margin: 0 auto;
    background-color: #3c3c3c;
    font-size: 16px;
    font-weight: bold;
    line-height: 15px;
    padding: 15px 0 30px;
    text-transform: uppercase;
    color: #ffdc00;
    border: none;
    cursor: pointer;
}
#New_Form input[type="submit"]:hover, #Rachet_Price input[type="submit"]:hover{
    color: #4ec100;
}
.New_message{
	margin-bottom: 25px;
}
#New_Form form .errors{
    position: absolute;
    margin-top: -55px;
    right: 18px;
}
input.error_lol, label.error_lol:before{
	border-color: red !important;
    background: #ff9393 !important;
}


.header-menu__item.children span{
   width: 20px;
    height: 20px;
    background: url(/img/themes/menu-item-2lvl-horizontal.png) 6px 11px no-repeat;
    position: absolute;
    left: 0px;
    top: 16px;
}

.header-menu.header-menu-active .header-menu__item.children ,
.header-menu__item.nav5 span{
  background: none;
  min-width: auto;
}

.header-menu.header-menu-active .header-menu__item.children span{
    width: 20px;
    height: 20px;
    background: url(/img/themes/menu-item-2lvl-horizontal.png) 6px 11px no-repeat;
    position: absolute;
    left: 0px;
    top: 11px;
}

.header-menu.header-menu-active .header-menu__item.nav5.children span,
.menu-list.side-nav,.menu-link{
  display: none;
}

.header-menu__item:hover .header-menu__sublist.active{
  display: block;
  background: none;
  position: relative;
}

.header-menu.header-menu-active ul.active a{
  font-size: 14px;
  line-height: 1;
}

@media (max-width: 768px){
.header-menu__item:hover .header-menu__sublist{
  display: none;
}
.header-menu__item:hover > a{
  background: none;
}

.header-menu__item.children span.open{
   -moz-transform: rotate(180deg); 
    -ms-transform: rotate(180deg); 
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg); 
    transform: rotate(180deg);
    top:16px!important;
}
}

.benefits__list .benefits__item:before{
    width: 85px;
    height: 90px;
    display: block;
    margin: 0 auto;
    content: "";
    background: url(/images/sprite2.png);
    margin-bottom: 10px;
}

.benefits__list .benefits__item:nth-child(1):before{
    background-position: -16px -10px;
}
.benefits__list .benefits__item:nth-child(2):before{
    background-position: -113px -2px;
}
.benefits__list .benefits__item:nth-child(3):before{
    background-position: -215px -4px;
}
.benefits__list .benefits__item:nth-child(4):before{
    background-position: -319px -5px;
}
.benefits__list .benefits__item:nth-child(5):before{
    background-position: -425px -6px;
}

.transport-block .transport-block__item label{
    width: 110px; 
    display: inline-block;
    margin: 0 auto;
    background: url(/images/sprite2.png); 
    padding-top: 53px;
    margin-bottom: 0px;
}


.transport-block .transport-block__item label:hover{
  cursor: pointer;
}

.transport-block .transport-block__item:nth-child(2) label{

background-position: -97px -275px;
}
.transport-block .transport-block__item:nth-child(3) label{
  background-position: 7px -277px;  
}
.transport-block .transport-block__item:nth-child(4) label{
    background-position: -210px -277px;
}
.transport-block .transport-block__item:nth-child(5) label{
background-position: -349px -277px;
}
.transport-block .transport-block__item:nth-child(6) label{
background-position: -461px -281px;
}
.transport-block .transport-block__item:nth-child(7) label{
    background-position: -587px -287px;
}
.transport-block{
  padding-bottom: 50px;
}






.video-block{
    background: url(/img/video-bg.jpg) center center no-repeat;
    background-size: cover;
    min-height: 220px;
}

.video-block a{
    display: inline-block;
    margin-left: 136px;
    background: #ffdc00;
    color: #000!important;
    text-decoration: none!important;
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
    padding-right: 10px;
    line-height: 47px;
    margin-top: 86px;
}

.video-block a i{
    background: #ffcb00; 
    width: 47px;
    height: 47px;
    display: inline-block; 
    float: left;
    margin-right: 10px;
}

.video-block a i:after{
    content: "";
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-left: 18px solid black;
    border-bottom: 10px solid transparent;
    display: block;
    margin-top: 13px;
    margin-left: 14px;
}

.video-block a:hover i{
  background:#fff;
}

.video-block p{
    display: inline-block;
    color: #fff;
    font-size: 16px;
    vertical-align: top;
    margin-top: 90px;
    margin-left: 125px; 
}

@media (max-width: 1024px){

  .video-block{
    text-align: center;
  }

  .video-block p {     
      margin-top: 49px;
      margin-left: -256px;
      line-height: 22px;
      width: 256px;
  }

  .video-block a { 
    line-height: 47px;
    margin-top: 124px;
    margin-left: 0px
  }
}




footer{
    text-align: center;
    padding: 50px 0px;
    width: 100%;
    background-color: #3c3c3c;
    color: #ffdc00;
    position: relative;
    text-align: center;
    font-family: sans-serif;
    line-height: 1.15;
    font-size: 14px;
}
footer .col1,footer .col2,footer .col3{
    /*max-width:298px;*/
    /*width: 100%;*/
    /*display:inline-block;*/
    /*vertical-align: top;*/
    text-align: left;
    padding: 10px;
    /*font-size:16px;*/
    color: #fff;
    position: relative;
    width: 30%;
}

footer .col2 {
    width: 40%;
    padding: 10px 4%;
}

footer .col3 {
    white-space: nowrap;
}

footer .col1:after, footer .col2:after {
    content: '';
    position: absolute;
    right: 4%;
    top: 5%;
    bottom: 18%;
    border-right: 1px dashed #fff;
}

footer .wrap {
    display: flex;
    justify-content: space-between;
}

footer .footer-title {
    color: #ffffff;
    font-size: 18px;
    font-weight: 400;
    text-transform: uppercase;
}

footer a{
    color: #ffffff!important;
    text-decoration: none!important;
}

footer .flex-container {
    display: flex;
    justify-content: space-between;
}
footer .footer-list {
    padding: 0;
    margin-bottom: 30px;
    text-align: left;
}

footer .footer-list li {
    list-style: none;
    line-height: 1.5;
    font-size: 14px;
}

footer .mobile-col {
    display: none;
}

@media (max-width: 650px) {
    footer .wrap {
        flex-direction: column;
    }

    footer .flex-container {
        justify-content: unset;
    }

    footer .flex-container .footer-list {
        width: 50%;
    }

    footer .col1, footer .col2, footer .col3 {
        width: 100% !important;
        padding: 10px !important;
    }
    footer .col1:after, footer .col2:after {
        display: none;
    }
    footer .copyright, footer .address, footer .phone {
        display: none;
    }

    footer .mobile-col, footer .mobile-col .copyright, footer .mobile-col .address, footer .mobile-col .phone {
        display: block;
        margin-bottom: 7px;
    }

    footer .mobile-col {
        padding: 10px;
        text-align: left;
        color: #fff;
        margin-bottom: 0;
    }
}

footer a:hover{
  text-decoration: underline;
    color: #ffdc00!important;
}

.ryad{
color: #fff;
    font-size: 31px;
    background: #ffdc00;
    padding: 5px 10px;
    text-transform: uppercase;
    font-weight: 600;
}

.call-evacuator #cost-price i{
    font-style: normal;
    font-size: 32px;
}






.main_nw{
      color: #232323;
    font: 15px "Trebuchet MS", tahoma, sans-serif;
    
}




.main_nw *, .main_nw *:before,.main_nw *:after{
  box-sizing: content-box;
}

.main_nw a:link,.main_nw a:visited {
    color: #2697b9;
    text-decoration: underline;
}

.main_nw h1,.main_nw .kak_h12 {
    color: #010000;
    font-family: "Arial Narrow",Arial,sans-serif;
    font-size: 30px;
    font-stretch: ultra-condensed;
    font-weight: normal;
    line-height: 32px;
    margin: 0 0 20px;
    text-transform: uppercase;
    padding-right: 28px;
    background: url(/img/themes/h2_bg_krjuk.png) right bottom no-repeat;
    overflow: hidden;
    padding-bottom: 0px;
}

 
 .main_nw h1:after,.main_nw .kak_h12:after {
    content: ".................................................................................................................................................................................................................................................................................";
    color: #8d8d8d;
    font-size: 11px;
    line-height: 1px;
    width: 1px;
    display: inline-flex;
    z-index: -1;
}




.content-nw,.new_content_td {
    float: left; 
    width: 730px;
    margin-top: 20px;
}
.sidebar-nw,.sidebar_td,.sidebar {
    float: right;
    width: 190px;
    padding: 0 0 0 30px;
    margin-top: 20px;
}

.sidebar {
	float: none;
    margin-top: 40px;
}

.y_map {
    background: url(/img/themes/kontakty_map_shadow.png) bottom center no-repeat;
    padding-bottom: 39px;
    height: 210px;
}

.y_map div {
    border: 1px solid #a3a3a3;
}

.sidebar h3 {
    color: #000000;
    font-size: 30px;
    font-family: "Arial Narrow",Arial,sans-serif;
    font-weight: normal;
    font-stretch: ultra-condensed;
    line-height: 32px;
    margin: 0 0 20px 0;
    text-transform: uppercase;
}
.sidebar div.oplata {
    margin-bottom: 50px;
}

.sidebar a.calc-link {
    background: url(/img/themes/calc.png) 0 0 no-repeat;
    display: block;
    height: 40px;
    width: 129px;
    margin-bottom: 45px;
    padding: 155px 30px 10px;
    color: #ffdc00;
    font-size: 14px;
    font-weight: bold;
    line-height: 20px;
    text-align: center;
    text-transform: uppercase;
}

.sidebar a.faq-link {
    background: url(/img/themes/faq.png) 0 0 no-repeat;
    display: block;
    height: 59px;
    width: 174px;
    margin-bottom: 50px;
    padding: 15px 0 60px 15px;
    color: #ffdc00;
    font-size: 27px;
    font-weight: bold;
    line-height: 32px;
    text-align: left;
    text-decoration: none;
    text-transform: uppercase;
}

.sidebar div.stati {
    display: block;
    width: 190px;
    margin-bottom: 50px;
    padding: 0;
}

.sidebar div.stati a.stati_link {
    display: block;
    height: 15px;
    width: 189px;
    margin-bottom: 20px;
    padding: 17px 0 18px;
    background-color: #3c3c3c;
    color: #ffdc00;
    font-size: 14px;
    font-weight: bold;
    line-height: 15px;
    text-align: center;
    text-transform: uppercase;
}
.sidebar div.stati .clauses_block {
    margin: 0px;
    padding: 0px;
}

.sidebar div.stati .clauses_block .clauses {
    border-bottom: none;
    margin: 0px;
    min-height: 40px;
    padding: 0px;
}

.sidebar div.stati .clauses_block .clauses .clauses_name {
    background: url(/img/themes/stati_list_item.png) 0 3px no-repeat;
    padding: 0 0 10px 30px;
}

.sidebar div.stati .clauses_block .clauses a {
    color: #2697b9;
    font-family: arial;
    font-size: 12px;
    font-weight: normal;
}

a.toggler {
    height: 50px;
    line-height: 50px;
    color: #ffdc00;
    cursor: pointer;
    font-weight: bold;
    padding-left: 15px;
    background: #3c3c3c;
    border: solid 1px #a3a3a3;
    text-decoration: underline;
    text-transform: uppercase;
}

.calccentr {
    width: 730px;
}
.calccentr_l {
    width: 390px;
    float: left;
}
.calc-form p.label {
    margin: 22px 0 15px;
}
.calc-form p label {
    display: block;
    font-size: 18px;
    color: #3c3c3c;
}
.calccentr_l .select_new {
    overflow: hidden;
    background: url(/img/themes/select_item.png) 312px 3px no-repeat #fff;
    border: 1px solid #a3a3a3;
    height: 40px;
    width: 349px;
    margin: 0;
}
.calc-form select {
    display: block;
    border-radius: 0;
    border: 0;
    background: transparent;
    cursor: pointer;
    width: 385px;
    padding: 10px 15px;
    font-size: 15px;
    line-height: 20px;
    -webkit-appearance: none;
}
.calccentr_r {
    height: 390px;
    width: 300px;
    padding-left: 16px;
    float: right;
    margin-right: 20px;
    margin-top: 20px;
    background: url(/img/themes/calc_form_bg.png) 0 0 no-repeat transparent;
}
.order-sum {
    margin: 20px 0;
    color: #3c3c3c;
    font-size: 16px;
    line-height: 16px;
}
.order-sum p.itog {
    font-size: 45px;
    line-height: 50px;
}
.order-sum p {
    margin-left: 4px;
}
.order-sum p.stoim {
    font-size: 18px;
    line-height: 20px;
    margin-top: 5px;
}
.order-sum p.rub {
    color: #2697b9;
    font-size: 24px;
    line-height: 50px;
    margin-top: 20px;
    text-transform: uppercase;
}
.order-sum p.rub span.large-blue-txt {
    font-size: 60px;
    font-weight: normal;
}
.order-sum .fz14 {
    font-size: 16px;
    line-height: 18px;
    margin-top: 25px;
}
.calccentr_r .order-nodec {
    margin: 0px;
}
.calccentr_r .order-button {
    background-color: #3c3c3c;
    background-image: none;
    color: #ffdc00;
    display: block;
    font-size: 24px;
    font-weight: bold;
    height: 60px;
    line-height: 20px;
    margin: 0px;
    padding: 0px;
    text-align: center;
    text-decoration: underline;
    text-transform: uppercase;
    width: 280px;
}

.side-nw{
    width: inherit;
}

.side-nw div.stati{
  display: inline-block;
}

.okrug-menu {
	display: block;
	width: 100%;
	list-style: none;
	padding: 0;
	margin: 0;
	-webkit-column-count: 4;
    -moz-column-count: 4;
    column-count: 4;
}

.okrug-menu li {
	margin-bottom: 5px;
}
.okrug-menu a {
	color: #2697b9;
    text-decoration: underline;
	font: 400 1.5rem/1.8rem "Arial", sans-serif;
}

.okrug-menu li.active {
	color: #2697b9;
    text-decoration: underline;
	font: 400 1.5rem/1.8rem "Arial", sans-serif;
}

@media (max-width: 700px) {
	.okrug-menu {
		-webkit-column-count: 2;
		-moz-column-count: 2;
		column-count: 2;
	}
}

@media (max-width: 450px) {
	.okrug-menu {
		-webkit-column-count: 1;
		-moz-column-count: 1;
		column-count: 1;
	}
}