@font-face {
  font-family: 'HelveticaNeue';
  src: url('../fonts/HelveticaNeue.eot');
  src: local('☺'), url('../fonts/HelveticaNeue.woff') format('woff'), url('../fonts/HelveticaNeue.ttf') format('truetype'), url('../fonts/HelveticaNeue.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'HelveticaNeueCyr-Roman';
  src: url('../fonts/HelveticaNeueCyr-Roman.eot');
  src: local('☺'), url('../fonts/HelveticaNeueCyr-Roman.woff') format('woff'), url('../fonts/HelveticaNeueCyr-Roman.ttf') format('truetype'), url('../fonts/HelveticaNeueCyr-Roman.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'HelveticaNeueCyr-Bold';
  src: url('../fonts/HelveticaNeueCyr-Bold.eot');
  src: local('☺'), url('../fonts/HelveticaNeueCyr-Bold.woff') format('woff'), url('../fonts/HelveticaNeueCyr-Bold.ttf') format('truetype'), url('../fonts/HelveticaNeueCyr-Bold.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}

/*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */

/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html,
button,
input,
select,
textarea {
    color: #222;
	outline: none;
}
a, li{outline: none;}
html {
    font-size: 1em;
    line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {

    /*text-shadow: none;*/
}

::selection {

    /*-text-shadow: none;*/
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between images, videos, audio and canvas and the bottom of
 * their containers: h5bp.com/i/440
 */

audio,
canvas,
img,
video {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Browse Happy prompt
   ========================================================================== */

.browsehappy {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */


/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Image replacement
 */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    /* IE 6/7 fallback */
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */

.hidden {
    display: none !important;
    visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media print,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}

/*! normalize.css v1.1.3 | MIT License | git.io/normalize */

/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined in IE 6/7/8/9 and Firefox 3.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block;
}

/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */

audio,
canvas,
video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
    display: none;
    height: 0;
}

/**
 * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
 * Known issue: no IE 6 support.
 */

[hidden] {
    display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */

/**
 * 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
    font-size: 100%; /* 1 */
    -ms-text-size-adjust: 100%; /* 2 */
    -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Address `font-family` inconsistency between `textarea` and other form
 * elements.
 */

html,
button,
input,
select,
textarea {
    font-family: sans-serif;
}

/**
 * Address margins handled incorrectly in IE 6/7.
 */

body {
    margin: 0;
	overflow-x: hidden;
}

/* ==========================================================================
   Links
   ========================================================================== */

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */



/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

a:active,
a:hover {
    outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */

/**
 * Address font sizes and margins set differently in IE 6/7.
 * Address font sizes within `section` and `article` in Firefox 4+, Safari 5,
 * and Chrome.
 */

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

h2 {
    font-size: 1.5em;
    margin: 0.83em 0;
}

h3 {
    font-size: 1.17em;
    margin: 1em 0;
}

h4 {
    font-size: 1em;
    margin: 1.33em 0;
}

h5 {
    font-size: 0.83em;
    margin: 1.67em 0;
}

h6 {
    font-size: 0.67em;
    margin: 2.33em 0;
}

/**
 * Address styling not present in IE 7/8/9, Safari 5, and Chrome.
 */

abbr[title] {
    border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 3+, Safari 4/5, and Chrome.
 */

b,
strong {
    font-weight: bold;
}

blockquote {
    margin: 1em 40px;
}

/**
 * Address styling not present in Safari 5 and Chrome.
 */

dfn {
    font-style: italic;
}

/**
 * Address differences between Firefox and other browsers.
 * Known issue: no IE 6/7 normalization.
 */

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}

/**
 * Address styling not present in IE 6/7/8/9.
 */

mark {
    background: #ff0;
    color: #000;
}

/**
 * Address margins set differently in IE 6/7.
 */

p,
pre {
    margin: 1em 0;
}

/**
 * Correct font family set oddly in IE 6, Safari 4/5, and Chrome.
 */

code,
kbd,
pre,
samp {
    font-family: monospace, serif;
    _font-family: 'courier new', monospace;
    font-size: 1em;
}

/**
 * Improve readability of pre-formatted text in all browsers.
 */

pre {
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
}

/**
 * Address CSS quotes not supported in IE 6/7.
 */

q {
    quotes: none;
}

/**
 * Address `quotes` property not supported in Safari 4.
 */

q:before,
q:after {
    content: '';
    content: none;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

/* ==========================================================================
   Lists
   ========================================================================== */

/**
 * Address margins set differently in IE 6/7.
 */

dl,
menu,
ol,
ul {
    margin: 1em 0;
}

dd {
    margin: 0 0 0 40px;
}

/**
 * Address paddings set differently in IE 6/7.
 */

menu,
ol,
ul {
    padding: 0 0 0 40px;
}

/**
 * Correct list images handled incorrectly in IE 7.
 */

nav ul,
nav ol {
    list-style: none;
    list-style-image: none;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */

/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */

img {
    border: 0; /* 1 */
    -ms-interpolation-mode: bicubic; /* 2 */
}

/**
 * Correct overflow displayed oddly in IE 9.
 */

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

/* ==========================================================================
   Figures
   ========================================================================== */

/**
 * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */

figure {
    margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */

/**
 * Correct margin displayed oddly in IE 6/7.
 */

form {
    margin: 0;
}

/**
 * Define consistent border, margin, and padding.
 */


/**
 * 1. Correct color not being inherited in IE 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */

legend {
    border: 0; /* 1 */
    padding: 0;
    white-space: normal; /* 2 */
    *margin-left: -7px; /* 3 */
}

/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.
 */

button,
input,
select,
textarea {
    font-size: 100%; /* 1 */
    margin: 0; /* 2 */
    vertical-align: baseline; /* 3 */
    *vertical-align: middle; /* 3 */
}

/**
 * Address Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

button,
input {
    line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 6+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */

button,
select {
    text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button; /* 2 */
    cursor: pointer; /* 3 */
    *overflow: visible;  /* 4 */
}

/**
 * Re-set default cursor for disabled elements.
 */

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

/**
 * 1. Address box sizing set to content-box in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
    *height: 13px; /* 3 */
    *width: 13px; /* 3 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
    -webkit-appearance: textfield; /* 1 */
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box; /* 2 */
    box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 3+.
 */

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

/**
 * 1. Remove default vertical scrollbar in IE 6/7/8/9.
 * 2. Improve readability and alignment in all browsers.
 */

textarea {
    overflow: auto; /* 1 */
    vertical-align: top; /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
    border-collapse: collapse;
    border-spacing: 0;
}


/**
 * End Boilerplate
 */


/*@font-face {
    font-family: "PFAgoraSansPro";
    src: url(../fonts/PFAgoraSansPro.eot);
    src: url(../fonts/PFAgoraSansPro.eot?#iefix) format('embedded-opentype'),
         url(../fonts/PFAgoraSansPro.ttf) format("truetype");
}*/




/*------------- GLOBALS CLASSES --------------*/

body header {
    padding-top: 26px;
    padding-bottom: 16px;
	background: #fff;
	height: auto;
	overflow: visible;
}

 .g-aligner {
    width: 960px;
    margin: auto;
	position: relative;
/*	overflow-x: hidden;*/

 }
.g-aligner ul.nav:nth-child(4) {
    margin-left: -32px;
    margin-right: 0px;
}
.g-aligner ul.nav:nth-child(5) {
	  margin: 11px 0 0px 40px;
}
ul.nav:nth-child(3) li:first-child, ul.nav:nth-child(2) li:first-child {
  margin-bottom: 15px;
}
.g-aligner ul.nav:nth-child(4) li:first-child{
  margin-bottom: 15px;
}
.g-aligner ul.nav:nth-child(5) li:first-child{
  margin-bottom: 15px;
}
 .g-aligner:after {
    clear: both;
    content: "";
    display: table;
}

.logo:before {
  display: block;
  background: transparent url("../img/logo.png") no-repeat scroll 0% 0%;
  width: 250px;
  height: 80px;
  content: "";
  margin: 5px 7px 0 -66px;
  position: absolute;
}

body header .logo {
  display: block;
  float: left;
  font: 28px 'HelveticaNeueCyr-Bold';
  color: #000;
  text-decoration: none;
  margin-right: 55px;
  background: none;
  text-shadow: none;
  padding: 0;
  margin-left: 60px;
  text-align: left;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

.logo__disc {
  font: 14px 'HelveticaNeueCyr-Roman';
  color: #000;
  display: block;
  text-align: center;
  margin-bottom: 5px;
  width: 215px;
}

.nav {
    float: left;
    font: 16px 'HelveticaNeueCyr-Roman';
    /*margin: 11px 48px 0 0;*/
    /*margin: 11px 35px 0 0;*/
	margin: 11px 55px 0px -40px;
    padding: 0px;
}

.nav li {
    list-style-type: none;
    margin-bottom: 7px;
position: relative;
}

.nav a {
    color: #000;
}
.nav a:hover{
    text-decoration:none;
	color:#32CD32;
}

.information {
    float: right;
    margin-top: 8px;
    position: relative;
	width: 150px;
}

.lk-ic {
    position: relative;
	text-decoration: underline;
	cursor: pointer;
}
.lk-ic:hover{text-decoration:none;}

.lk-ic:before {
    display: block;
    position: absolute;
    top: 3px;
    left: -16px;
    width: 10px;
    height: 11px;
    content: "";
    background: url(../img/lk-ic.png) no-repeat;
}

header .information .phone {
    font: 18px 'HelveticaNeueCyr-Bold';
    color: #000;
    margin-bottom: 6px;
	text-shadow: none;
	letter-spacing: 0;
	width: 150px;

}
header .information .phone-new {
    font: 18px 'HelveticaNeueCyr-Bold';
    color: #000;
    margin-top: -10px;
    margin-bottom: 6px;
	text-shadow: none;
	letter-spacing: 0;
	width: 150px;
}
.call-back {
    margin-bottom: 4px;
}

.call-back a, .zingayaLink {
    position: relative;
    text-decoration: none;
    font: 14px 'HelveticaNeueCyr-Roman';
    color: #000;
    line-height: 14px;
    display: inline-block;
    border-bottom: 1px dashed #000;
    margin-left: 16px;
	cursor:pointer;
}
.call-back a:hover{ border-bottom:none; color:#32CD32}
.call-back a:before {
    display: block;
    position: absolute;
    content: "";
    background: url(../img/phone-ic.png) no-repeat;
    width: 10px;
    height: 15px;
    top: -1px;
    left: -15px;
}

.city a {
    text-decoration: none;
    position: relative;
    font: 14px 'HelveticaNeueCyr-Roman';
    color: #000;
    line-height: 14px;
    display: inline-block;
    border-bottom: 1px dashed #000;
}
.city a:hover{ border-bottom:none; color:#32CD32;}
.city a:after {
    display: block;
    position: absolute;
    content: "";
    background: url(../img/curret-down.jpg) no-repeat;
    width: 6px;
    height: 4px;
    top: 6px;
    right: -10px;
}

.first {
    background-color: #1f1f1f;
    padding: 19px 0 0 0;
	overflow-x: hidden;
}

.first:after {
    clear: both;
    display: table;
    content: "";
}

.form-wrap {
    float: left;
    position: absolute;
    z-index: 55;
}

.text__wrap {
    color: #fff;
    position: absolute;
    top: 25px;
    left: 495px;
}

.item__title {

	font: 44px 'HelveticaNeueCyr-Bold';
    color: #fff;
    margin-bottom: 12px;
	z-index: 999;
	position: relative;
}

.item__title-big {
    font: 50.78px 'HelveticaNeueCyr-Bold';
    color: #fff;
	z-index: 999;
	position: relative;
}

.item__link {
    color: #32CD32;
    font: 16px 'HelveticaNeueCyr-Roman';
    margin-bottom: 20px;
    display: block;
	z-index: 999;
	position: relative;
}

.item__descr {
    position: relative;
    color: white;
    z-index: 999;
}

.item__bold-text {
    font-weight: 900;
    font-size: 16px;
}

.item__disc {
    color: #bababa;
    font: 16px 'HelveticaNeueCyr-Roman';
    width: 275px;
    margin-bottom: 20px;
	position: relative;
	z-index: 999;
  line-height: 21px;
}

.item__disc ul {
    margin: 50px 0 0 30px;
    padding: 0;
}

.item__disc .strong {
    font-family: 'HelveticaNeueCyr-Bold';
}

.item__disc li {
    font: 16px 'HelveticaNeueCyr-Roman';
    color: #fff;
    width: 515px;
    margin-bottom: 14px;
    list-style-type: none;
    position: relative;
    line-height: 21px;
}

.item__disc li:before {
    display: block;
    position: absolute;
    content: "";
    top: 5px;
    left: -20px;
    width: 9px;
    height: 9px;
    background: url(../img/red-slide.png) no-repeat;
}

.item__disc__small {
    width: 275px;
    color: #4b4b4b;
    font: 13px 'HelveticaNeueCyr-Roman';
}

.owl-item:after {
    clear: both;
    display: table;
    content: "";
}

.item img {
    float: right;
}

.owl-controls {
    display: none !important;
}

#owl-demo {
    /*width: 1200px;
    margin-left: -130px;*/
	width: 1452px;
    margin-left: -130px;
}

.calculation-form,.calculation-forma {
    display: block;
    width: 280px;
    height: 233px;
    background-color: #f2f2f2;
    margin-bottom: 1px;
    padding: 14px 19px 18px 19px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.calculate-btn {
    display: block;
    width: 242px;
    height: 33px;
    text-align: center;
    color: #fff;
    font: 16px "HelveticaNeueCyr-Roman";
    background-color: #32CD32;
    border: 0px none;
    box-shadow: inset 0 -2px 0 0px #32CD32;
    margin-top: 5px;
}
.calculate-btn:hover{background-color: #C20505;}
.calculate-btn:active{background-color: #C20505; box-shadow: inset 0 2px 0 0px #32CD32;}
.calculation-form:after,.calculation-forma:after {
    clear: both;
    display: table;
    content: "";
}

.calculation-form input,.calculation-forma input {
    border: 0px none;
    width: 241px;
    height: 33px;
    border-top: 1px solid #cacaca;
    border-left: 1px solid #cacaca;
    margin-bottom: 10px;
    font: 14px 'HelveticaNeueCyr-Roman';
    color: #000;
    padding-left: 9px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.volume input {
    width: 114px;
    margin-bottom: 15px;
}

.volume {
    float: left;
    margin-right: 9px;
    position: relative;
}

.weight {
    position: relative;
}

.transportation-price {
    font: 14px 'HelveticaNeueCyr-Bold';
    color: #000;
    position: relative;
    margin-left: 21px;
    margin-bottom: 15px;
}

.transportation-price:before {
    display: block;
    position: absolute;
    content: "";
    background: url(../img/calc-ic.png) no-repeat;
    width: 12px;
    height: 15px;
    top: 0;
    left: -20px;
}

.cargo-place:before {
    display: block;
    position: absolute;
    content: "";
    background: url(../img/loop-ic.png) no-repeat;
    width: 13px;
    height: 13px;
    top: 0;
    left: -20px;
}

.cargo-place {
    font: 14px 'HelveticaNeueCyr-Bold';
    color: #000;
    position: relative;
    margin-left: 21px;
    margin-bottom: 15px;
}

.volume-ic {
    position: absolute;
    display: block;
    background: url(../img/m3-ic.png) no-repeat;
    top: 9px;
    right: 9px;
    width: 13px;
    height: 11px;
}

.weight-ic {
    position: absolute;
    display: block;
    background: url(../img/kg-ic.png) no-repeat;
    top: 12px;
    right: 9px;
    width: 13px;
    height: 8px;
}

.ttn {
    width: 150px;
    height: 33px;
    border: 0px none;
    border-top: 1px solid #cacaca;
    border-left: 1px solid #cacaca;
    margin-right: 4px;
    margin-bottom: 16px;
    font: 14px 'HelveticaNeueCyr-Roman';
    color: #000;
    padding-left: 9px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.pin {
    height: 33px;
    width: 81px;
    border: 0px none;
    border-top: 1px solid #cacaca;
    border-left: 1px solid #cacaca;
    font: 14px 'HelveticaNeueCyr-Roman';
    color: #000;
    padding-left: 9px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.weight {
    float: left;
    position: relative;
}

.weight input {
    width: 114px;
}

.find-btn {
    display: block;
    width: 242px;
    height: 35px;
    text-align: center;
    color: #fff;
    font: 16px "HelveticaNeueCyr-Roman";
    background-color: #32CD32;
    border: 0px none;
    box-shadow: inset 0 -2px 0 0px #32CD32;
}
.find-btn:hover{background-color: #C20505;}
.find-btn:active{background-color: #C20505; box-shadow: inset 0 2px 0 0px #32CD32;}

.place-form,.place-forma {
    display: block;
    width: 280px;
    height: 145px;
    background-color: #f2f2f2;
    padding: 14px 19px 18px 19px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.news {
    height: 50px;
    background-color: #f2f1f1;
	border-top: 1px solid rgba(201, 201, 201, 0.49);
}

.news:after {
    clear: both;
    display: table;
    content: "";
}

.news a {
   /* font: 14px 'HelveticaNeueCyr-Bold';*/
	font:16px "HelveticaNeueCyr-Roman";
    /*color: #2685d1;*/
	color: #FF0000!important;
	font-weight: normal;
    float: left;
    vertical-align: middle;
    margin-right: 42px;
    margin-top: 14px;
}
.news .g-aligner > a{ font: 16px 'HelveticaNeueCyr-Bold';
    color: #2685d1!important;
}
.news p {
    font: 14px "HelveticaNeueCyr-Roman";
    color: #636161;
    display: block;
    float: left;
    vertical-align: middle;
}
.announce_slider .announce {width:500px;}

.second  {
    padding-top: 58px;
/*    padding-bottom: 65px;*/
}

.second h2 {
    margin: 0 0 38px 0;
    text-align: center;
    font: 24px 'HelveticaNeueCyr-Bold';
    color: #000;
}

#tabs {
    border: 0px none !important;
}

.tabs-list {
    margin: 0px !important;
    padding: 0px !important;
}

.tabs-list .ui-corner-left {
    font: 14px 'HelveticaNeueCyr-Roman' !important;
    color: #1f1f1f !important;
    margin-bottom: 26px !important;
    position: relative;
    list-style-type: none !important;
}

.tabs-list .ui-corner-left:before {
    display: block;
    position: absolute;
    content: "";
    background: url(../img/flag-ic.png) no-repeat;
    width: 15px;
    height: 19px;
    top: 0px;
    left: -35px;
}

.ui-corner-left a {
    color: #2685d1 !important;
    text-decoration: none !important;
}

.ui-tabs .ui-tabs-nav {
    float: left;
    width: 310px;
    padding: 0 !important;
    margin: 0 0 0 -18px !important;
    background: transparent !important;
    border: 0px none !important;
}

.ui-tabs .ui-tabs-nav .ui-tabs-active {
    border: 0px none !important;
    font: 14px 'HelveticaNeueCyr-Bold' !important;
    color: #000 !important;
    background: url(../img/selected-tab-ic.png) no-repeat !important;
    width: 323px !important;
    height: 46px !important;
}

.ui-tabs .ui-tabs-nav .ui-tabs-active .ui-state-active a {
    color: #000 !important;
}

.ui-tabs .ui-tabs-nav .ui-state-hover {
    color: #1f1f1f !important;
}

.ui-tabs .ui-tabs-nav li a {
    color: #1f1f1f !important;
    line-height: 30px;
}

.ui-tabs .ui-tabs-nav li {
    border: 0px none !important;
    width: 310px !important;
    height: 44px !important;
    color: #FF0000 !important;
    font: 16px 'HelveticaNeueCyr-Roman' !important;
    background: transparent  !important;
    border-bottom: 1px solid #dadada !important;
}

.ui-tabs .ui-tabs-panel {
    width: 540px;
    float: right;
    padding: 0px !important;
    margin-top: 14px !important;
    margin-left: 40px !important;
}

.doc {
    font: 14px 'HelveticaNeueCyr-Roman';
    color: #2685d1;
    display: block;
    margin-top: 12px;
    float: left;
    margin-right: 19px;
}

.third {
    background-color: #f6f6f6;
    padding: 40px 0 40px 0px;
}

.third h1 {
    color: #000;
    margin: 0 0 45px 0;
    line-height: 18px;
    font: 44px 'HelveticaNeueCyr-Bold';
}
.third .g-aligner ul{margin-left: 480px;}
.third .g-aligner li{
    color: #d70808;
    font: 19px "HelveticaNeueCyr-Roman";
    margin-bottom: 17px;
	padding-left: 7px;
}

.third li span {
    color: #000;
}

.third ul {
    margin: 0;
    padding: 0;
}

.fourth {
    background-color: #eefaff;
    padding: 50px 0 52px 0;
}

.fourth h2 {
    margin: 0 0 26px 0;
    font: 24px 'HelveticaNeueCyr-Bold';
    color: #000;
}

.fourth p {
    margin: 0 0 16px 0;
    font: 14px 'HelveticaNeueCyr-Roman';
    color: #4c4c4c;
}

.hot-line:after {
    clear: both;
    display: table;
    content: "";
}

.fourth fieldset {
    border: 0px none;
    float: left;
    padding: 0;
}

.hot-line input, textarea {
    border: 0px none;
    margin: 0px 0 16px 0;
}

.hot-line__data {
    width: 201px;
    margin-right: 37px;
}


.hot-line input {
    width: 201px;
    height: 34px;
    line-height: 34px;
    font: 14px 'HelveticaNeueCyr-Roman';
    color: #000;
    padding: 0 12px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.hot-line textarea {
    width: 651px;
    height: 134px;
    font: 14px 'HelveticaNeueCyr-Roman';
    color: #000;
    padding: 10px 0 0 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.send-btn {
    display: block;
    width: 242px;
    height: 35px;
    text-align: center;
    color: #fff;
    font: 16px "HelveticaNeueCyr-Roman";
    background-color: #32CD32;
    border: 0px none;
    box-shadow: inset 0 -2px 0 0px #32CD32;
}
.send-btn:hover{background-color: #C20505;}
.send-btn:active{background-color: #C20505; box-shadow: inset 0 2px 0 0px #32CD32;}

.fifth {
    padding: 69px 0 110px 0;
}

.fifth h2 {
    margin: 0px;
    color: #000;
    margin-bottom: 19px;
}

.fifth ul {
    margin: 0px;
    padding: 0px;
}

.fifth ul:after {
    clear: both;
    display: table;
    content: "";
}

.fifth li {
    float: left;
    list-style-type: none;
    display: block;
    height: 75px;
    text-align: center;
    vertical-align: middle;
    margin-right: 50px;
}

.fifth li:first-child {
/*    padding-top: 20px;*/
}

.fifth li:last-child {
    margin-right: 0px;
}

.fifth li a {
    display: block;
}

footer {
    font-family: HelveticaNeue;
    height: auto !important;
    font-size: 1rem !important;
    line-height: 1.4rem !important;
    box-shadow: none !important;
    background-color: inherit !important;
    padding-bottom: 10px;/*144*/
}

.up-level {
    display: flex;
    margin-bottom: 36px;
    line-height: 1.375em;
}

.up-level .block_logo{
    margin-left: 54px;
    font: 1.9em 'HelveticaNeueCyr-Bold';
    font-weight: 600;
    line-height: 0.9em;
}

.up-level ul{
    padding: 0;
    margin: 0;
}
.up-level li {
    list-style-type: none;
    font: 13px 'HelveticaNeue';
    margin: 13px 0;
}

ul.servicesList {
    margin-top: 21px;
}

.services_responces li {
    margin: 10px 0;
}

.servicesList li{
    font-size: 1em;
    margin: 10px 0;
}

.servicesList li a{
    color: #111111;
}

.up-level h3 {
    font-size: 1em;
    line-height: 22px !important;
    color: #111111;
    margin: 0;
    font-weight: normal;
}

.up-level h3 a {
    color: #111111;
}

h3.services_header {
    margin-top: 20px;
}

.up-level a {
    text-decoration-line: none;
    color: #32CD32;
}

.span4 {
    flex: 4;
}

.span5 {
    flex: 5;
}

.span3 {
    flex: 3;
}

.footer-info {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.company-info {
    font: 13px "HelveticaNeueCyr-Roman";
    color: #000;
}

.company-info div{
    margin-bottom: 1.1em;
}

.company-info p {
    line-height: 1.7em;
    font-size: 13px !important;
    padding: 0 !important;
}

.company-info .block_tel {
    margin-top: 35px;
    margin-bottom: 0.6em;
}

.company-info span{
    font-size: 1.5em;
    font-weight: 600;
    margin-top: 10px;
    line-height: 1.35em;
    word-spacing: 4px;
}

.company-info a {
    color: #000;
}

.conpany-disc {
    font: 11px/14.99px "HelveticaNeue";
    color: #acacac;
    line-height: 1.7;
}


.web-it {
    float: left;
    width: 176px;
}

.web-it:after {
    clear: both;
    display: table;
    content: "";
}

.logo_web-it {
    display: block;
    float: left;
    background: url(../img/webit.png) no-repeat;
    background-size: contain;
    width: 60px;
    height: 14px;
    content: "";
    margin-right: 11px;
    margin-top: 12px;
}

footer .web-it {
    float: none;
    width: auto;
    margin-bottom: 8px;
}

.webit-text {
    display: block;
    float: left;
    width: 95px;
    font: 11px/15px "HelveticaNeueCyr-Bold";
    color: #000;
}

.city-popup__small:after {
    clear: both;
    display: table;
    content: "";
}

.city-popup__small {
    display: none;
    position: absolute;
/*    top: 84px;*/
    top: 58px;
    left: -114px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background-color: #fff;
    z-index: 999;
    border: 1px solid #32CD32;
    width: 249px;
    padding: 13px 0 23px 20px;

}

.popup-small__title {
    border-bottom: 1px solid #dadada;
	margin-left: -20px;
	margin-bottom: -6px;
}
.popup-small__title h3{
    margin-left: 20px!important;
}

.city-popup__small .popup-close {
    position: absolute;
    display: block;
    width: 12px;
    height: 12px;
    top: 11px;
    right: 11px;
    background: url(../img/close.jpg);
}

.city-popup__small p {
    font: 19px 'HelveticaNeueCyr-Roman';
    color: #1a1a1a;
	margin: 19px 0;
	padding: 0;
}

.yes {
    display: block;
    width: 92px;
    height: 30px;
    padding-top: 5px;
    background-color: #32CD32;
    box-shadow: inset 0 -2px 0 0px #32CD32;
    text-decoration: none;
    vertical-align: middle;
    text-align: center;
    float: left;
    color: #fff;
    margin-right: 19px;
	font-size: 16px;
	line-height: 22px;
}
.yes:hover{background-color: #C20505;}
.yes:active{background-color: #C20505; box-shadow: inset 0 2px 0 0px #32CD32;}

.another-city {
    float: left;
    font: 16px 'HelveticaNeueCyr-Roman';
    color: #1a1a1a;
    text-decoration: none;
    display: inline-block;
    border-bottom: 1px dashed #1a1a1a;
    margin-top: 7px;
}
.another-city:hover{border-bottom: none; color: #32CD32;}

.popup-small__title h3 {
    margin: 0px;
    font: 19px 'HelveticaNeueCyr-Bold';
    color: #2c2c2c;
	padding-bottom: 13px;
}
.city-popup__small.active {
    display: block;
}

.city-popup__small.active:before {
    content: "";
    display: block;
    position: absolute;
    top: -10px;
    left: 123px;
    width: 23px;
    height: 15px;
    background: url(https://zhdalians.ru/img/popup-curret2.png) no-repeat;
}

.city-popup__large,.only-page-contact {
    display: none;
    position: absolute;
    top: 84px;
	left: -686px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background-color: #fff;
    z-index: 999;
    border: 1px solid #32CD32;
    width: 788px;
    padding: 14px 0 13px 40px;
}

.city-popup__large.active,.only-page-contact.active {
    display: block;
}

.city-popup__large.active:before ,.only-page-contact.active:before{
    content: "";
    display: block;
    position: absolute;
    top: -10px;
    left: 695px;
    width: 23px;
    height: 15px;
    background: url(https://zhdalians.ru/img/popup-curret2.png) no-repeat;
}

.city-popup__large:after,.only-page-contact:after {
    clear: both;
    display: table;
    content: "";
}

.city-popup__large .popup-close,.only-page-contact .popup-close {
    position: absolute;
    display: block;
    width: 12px;
    height: 12px;
    top: 11px;
    right: 11px;
    background: url(../img/close.jpg);
}

.popup-search {
    margin-bottom: 20px;
}

.popup-search span {
    font: 19.2px 'HelveticaNeueCyr-Roman';
    color: #1a1a1a;
    display: block;
    float: left;
    margin-right: 6px;
    margin-top: 4px;
}

.popup-search input {
    float: left;
    width: 569px;
    height: 28px;
    border: 1px solid #cdcdcd;
    border-radius: 4px;
    padding-left: 10px;
}

.popup-search:after {
    clear: both;
    display: table;
    content: "";
}

.city-popup__large ul,.only-page-contact ul {
    margin: 0;
    padding: 0;
    float: left;
    margin-right: 50px;
}

.city-popup__large ul:last-child, .only-page-contact ul:last-child {
    margin-right: 0;
}

.city-popup__large li, .only-page-contact li {
    list-style-type: none;
    position: relative;
}

.city-popup__large a, .only-page-contact a {
    color: #2c2c2c;
    font: 13.32px 'HelveticaNeueCyr-Roman';
}

.black-list {
    font-family: 'HelveticaNeueCyr-Bold' !important;
}


.list-letter__a:before {
    content: 'A';
    display: block;
    position: absolute;
    font: 13.32px 'HelveticaNeueCyr-Bold';
    color: #81a2ca;
    top: 4px;
    left: -20px;
}

.list-letter__b:before {
    content: 'Б';
    display: block;
    position: absolute;
    font: 13.32px 'HelveticaNeueCyr-Bold';
    color: #81a2ca;
    top: 4px;
    left: -20px;
}

.list-letter__v:before {
    content: 'В';
    display: block;
    position: absolute;
    font: 13.32px 'HelveticaNeueCyr-Bold';
    color: #81a2ca;
    top: 4px;
    left: -20px;
}

.list-letter__d:before {
    content: 'Д';
    display: block;
    position: absolute;
    font: 13.32px 'HelveticaNeueCyr-Bold';
    color: #81a2ca;
    top: 4px;
    left: -20px;
}

.list-letter__e:before {
    content: 'Е';
    display: block;
    position: absolute;
    font: 13.32px 'HelveticaNeueCyr-Bold';
    color: #81a2ca;
    top: 4px;
    left: -20px;
}
.list-letter__i:before {
    content: 'И';
    display: block;
    position: absolute;
    font: 13.32px 'HelveticaNeueCyr-Bold';
    color: #81a2ca;
    top: 4px;
    left: -20px;
}
.list-letter__k:before {
    content: 'К';
    display: block;
    position: absolute;
    font: 13.32px 'HelveticaNeueCyr-Bold';
    color: #81a2ca;
    top: 4px;
    left: -20px;
}
.list-letter__l:before {
    content: 'Л';
    display: block;
    position: absolute;
    font: 13.32px 'HelveticaNeueCyr-Bold';
    color: #81a2ca;
    top: 4px;
    left: -20px;
}
.list-letter__m:before {
    content: 'М';
    display: block;
    position: absolute;
    font: 13.32px 'HelveticaNeueCyr-Bold';
    color: #81a2ca;
    top: 4px;
    left: -20px;
}
.list-letter__n:before {
    content: 'Н';
    display: block;
    position: absolute;
    font: 13.32px 'HelveticaNeueCyr-Bold';
    color: #81a2ca;
    top: 4px;
    left: -20px;
}
.list-letter__o:before {
    content: 'О';
    display: block;
    position: absolute;
    font: 13.32px 'HelveticaNeueCyr-Bold';
    color: #81a2ca;
    top: 4px;
    left: -20px;
}
.list-letter__p:before {
    content: 'П';
    display: block;
    position: absolute;
    font: 13.32px 'HelveticaNeueCyr-Bold';
    color: #81a2ca;
    top: 4px;
    left: -20px;
}
.list-letter__r:before {
    content: 'Р';
    display: block;
    position: absolute;
    font: 13.32px 'HelveticaNeueCyr-Bold';
    color: #81a2ca;
    top: 4px;
    left: -20px;
}
.list-letter__c:before {
    content: 'С';
    display: block;
    position: absolute;
    font: 13.32px 'HelveticaNeueCyr-Bold';
    color: #81a2ca;
    top: 4px;
    left: -20px;
}
.list-letter__t:before {
    content: 'Т';
    display: block;
    position: absolute;
    font: 13.32px 'HelveticaNeueCyr-Bold';
    color: #81a2ca;
    top: 4px;
    left: -20px;
}
.list-letter__u:before {
    content: 'У';
    display: block;
    position: absolute;
    font: 13.32px 'HelveticaNeueCyr-Bold';
    color: #81a2ca;
    top: 4px;
    left: -20px;
}
.list-letter__x:before {
    content: 'Х';
    display: block;
    position: absolute;
    font: 13.32px 'HelveticaNeueCyr-Bold';
    color: #81a2ca;
    top: 4px;
    left: -20px;
}
.list-letter__ch:before {
    content: 'Ч';
    display: block;
    position: absolute;
    font: 13.32px 'HelveticaNeueCyr-Bold';
    color: #81a2ca;
    top: 4px;
    left: -20px;
}
.list-letter__sh:before {
    content: 'Ш';
    display: block;
    position: absolute;
    font: 13.32px 'HelveticaNeueCyr-Bold';
    color: #81a2ca;
    top: 4px;
    left: -20px;
}
.list-letter__ye:before {
    content: 'Э';
    display: block;
    position: absolute;
    font: 13.32px 'HelveticaNeueCyr-Bold';
    color: #81a2ca;
    top: 4px;
    left: -20px;
}
.list-letter__yu:before {
    content: 'Ю';
    display: block;
    position: absolute;
    font: 13.32px 'HelveticaNeueCyr-Bold';
    color: #81a2ca;
    top: 4px;
    left: -20px;
}
.list-letter__ya:before {
    content: 'Я';
    display: block;
    position: absolute;
    font: 13.32px 'HelveticaNeueCyr-Bold';
    color: #81a2ca;
    top: 4px;
    left: -20px;
}
.ierror {border:1px solid red!important;}

.second .g-aligner .tabs__wrap {margin-bottom: -10px;}
.news .g-aligner {padding-top: 4px;}

.call-back-popup {
	display:none;
	position: absolute;
	top: 58px;
	left: -114px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background-color: #fff;
	z-index: 999;
	border: 1px solid #32CD32;
	width: 253px;
	padding: 20px 0 16px 16px;
}
.call-back-popup .popup-close {
	position: absolute;
	display: block;
	width: 12px;
	height: 12px;
	top: 11px;
	right: 11px;
	background: url(../img/close.jpg);
}
.call-back-popup.active {display:block;}
.call-back-popup.active:before {
	content: "";
	display: block;
	position: absolute;
	top: -10px;
	left: 123px;
	width: 23px;
	height: 15px;
	background: url(https://zhdalians.ru/img/popup-curret2.png) no-repeat;
}
.call-back-popup input{
	border-radius: 5px;
	border: 1px solid #ccc;
	font-size: 14px;
	padding: 6px 0px 6px 9px;
	margin-bottom: 7px;
	width: 207px;
}
.call-back-popup .send{
	display: block;
	width: 129px;
	height: 30px;
	padding-top: 7px;
	background-color: #32CD32;
	box-shadow: inset 0 -2px 0 0px #32CD32;
	text-decoration: none;
	text-align: center;
	color: #fff;
	margin: 6px 0 0 0;
	cursor: pointer;
}
.call-back-popup .send:hover{background-color: #C20505;}
.call-back-popup .send:active{background-color: #C20505;box-shadow: inset 0 2px 0 0px #32CD32;}





.information .login_pop {
	display:none;
	position: absolute;
	top: 58px;
	left: -275px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background-color: #fff;
	z-index: 999;
	border: 1px solid #32CD32;
	width: 253px;
	padding: 20px 0 16px 16px;
	box-shadow: none;
}
.login_pop .popup-close {
	position: absolute;
	display: block;
	width: 12px;
	height: 12px;
	top: 11px;
	right: 11px;
	background: url(../img/close.jpg);
}
.login_pop.active {display:block!important;}
.login_pop.active>a {
    color: blue;
    display: inline-block;
    text-decoration: underline;
    font-size: 10pt;
    margin: 0px 5px 0px 6px;
}
.login_pop.active span.exit {
        color: black;
    font-size: 12pt;
}
.login_pop.active:before {
	content: "";
	display: block;
	position: absolute;
	top: -10px;
	left: 123px;
	width: 23px;
	height: 15px;
	background: url(https://zhdalians.ru/img/popup-curret2.png) no-repeat;
}
.login_pop input{
	border-radius: 5px;
	border: 1px solid #ccc;
	font-size: 14px;
	padding: 6px 0px 6px 9px;
	margin-bottom: 7px;
	width: 207px;
}
.login_pop form .inter{
	display: block;
	width: 93px;
	height: 30px;
	padding-top: 7px;
	background-color: #32CD32;
	box-shadow: inset 0 -2px 0 0px #32CD32;
	text-decoration: none;
	text-align: center;
	color: #fff;
	margin: 10px 15px 0 0;
	cursor: pointer;
	float: left;
	font-size: 16px;
	line-height: 22px;
}
.login_pop .inter:hover{background-color: #C20505;}
.login_pop .inter:active{background-color: #C20505;box-shadow: inset 0 2px 0 0px #32CD32;}
.login_pop .reg{
	margin-top: 6px;
	font-size: 14px;
	margin-bottom: -8px;
}
.login_pop form .reg a{
	display: block;
	font-size: 14px;
	color: #2685d1;
	margin-bottom: 7px;
}
.login_pop .reg a:hover{text-decoration:none;}

.str-slide {position: relative;}
.str-slide span{
	display: block;
	background-image: url(../img/str-slide.png);
	background-repeat: no-repeat;
	width: 23px;
	height: 82px;
	position: absolute;
	top: 135px;
	z-index: 99;
	cursor:pointer;
}
.str-slide .slide-left {
	background-position: -2px -88px;
	left: -58px;
}
.str-slide .slide-left:hover {
	background-position: -2px 0;
}
.str-slide .slide-right {
	background-position: -39px -88px;
	right: -58px;
}
.str-slide .slide-right:hover {
	background-position: -39px 0;
}

body footer{background: #fff;}
footer div.wrap{background:none;}

.information .call-back {font-size:16px;line-height: 22px; /*display:none;*/}
.information .city {font-size:16px;line-height: 22px;}

.popup-close {cursor:pointer;}




/* модальное окно с ЖДА */
.group:after{content:".";display:block;height:0;clear:both;visibility:hidden}.font-main{font-family:Helvetica,Arial,sans-serif}.modal.login-form{position:absolute;left:50%;top:165px;z-index:1100;background:url(../img/login_1.png) 0 0 no-repeat;width:698px;height:688px;margin-left:-350px;font-size:19px;line-height:24px;display:none}.modal.login-form.login-tab{background:url(../img/login-2.png) 0 0 no-repeat;height:399px}.modal.login-form .close{width:36px;height:36px;position:absolute;right:10px;top:45px;background:transparent;text-indent:-9999px;border:none;background:url(../img/city-picker/close.png) no-repeat 0 0}.modal.login-form .close:hover{background-position:0 -36px}.modal.login-form .close:active{background-position:0 -72px}.modal.login-form .tab{color:#1a1a1a;position:absolute;top:7px;text-align:center;height:32px;display:block;text-decoration:none;padding:6px 0 0 0}.modal.login-form .tab.item-1{left:42px;width:149px}.modal.login-form .tab.item-2{left:193px;width:82px}.modal.login-form strong{height:24px;font-size:20px;margin:0 0 11px 0;width:570px;display:block}.modal.login-form strong:after{content:".";display:block;height:0;clear:both;visibility:hidden}.modal.login-form strong span{float:right;font-size:13px;font-weight:normal;line-height:30px}.modal.login-form form{padding:99px 0 0 61px}.modal.login-form form>div{margin:0 0 10px 0}.modal.login-form form>div>label{position:relative;display:block;padding-left:17px;margin-left:-17px}.modal.login-form form>div>label.er-icon{background:url(../img/content/icon-error.png) no-repeat 0 49px}.modal.login-form form>div>label .er-text{position:absolute;display:none;left:30px;top:0px;z-index:20;font-size:13px;color:#ff4000}.modal.login-form form>div>label .er-text:after{content:".";display:block;height:0;clear:both;visibility:hidden}.modal.login-form form>div>label .er-text span{display:block;float:left;height:32px;padding-top:3px}.modal.login-form form>div>label .er-text .left{background:url(../img/content/er-text-l.png) no-repeat 0 0;width:10px}.modal.login-form form>div>label .er-text .right{background:url(../img/content/er-text-r.png) no-repeat 0 0;width:12px}.modal.login-form form>div>label .er-text .text{background:url(../img/content/er-text-pattern.png) repeat-x 0 0}.modal.login-form form>div>label .error+.er-text{display:block}.modal.login-form form .error{color:#ff4000}.modal.login-form .submit-holder{padding:38px 0 0 0}.modal.login-form .submit-holder input{background:url(../img/personal/login-enter.png) 0 1px no-repeat;margin:0 0 0 -11px;width:155px;height:53px;border:none;color:#00040a;text-align:center;font-size:25px;line-height:normal;font-family:Helvetica,Arial,sans-serif;outline:none;text-indent:-99999px}.modal.login-form .submit-holder input:hover{background-position:0 -69px}.modal.login-form .submit-holder input:active{background-position:0 -138px}.modal.login-form label input{border:1px solid #97aaa0;background:#dff5e0;-webkit-box-shadow:inset 0 1px 2px rgba(0,0,0,0.3);-moz-box-shadow:inset 0 1px 2px rgba(0,0,0,0.3);box-shadow:inset 0 1px 2px rgba(0,0,0,0.3);-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;width:558px;height:32px;padding:3px 5px;outline:none;font-size:25px}.modal.login-form label input:focus{-webkit-box-shadow:0 0 6px #ddffeb,inset 0 1px 2px rgba(0,0,0,0.3);-moz-box-shadow:0 0 6px #ddffeb,inset 0 1px 2px rgba(0,0,0,0.3);box-shadow:0 0 6px #ddffeb,inset 0 1px 2px rgba(0,0,0,0.3)}

.regForm.modal.login-form {display:none;}

/* CSS crunched with Crunch - http://crunchapp.net/ */
.search-result,.srcf{position:absolute;left: 19px!important;top: 76px;width: 240px;background:#fff;line-height:24px;border:1px solid #797979;border-top-color:#e2e2e2;z-index:99999999;padding:3px 0 3px;-webkit-box-shadow:0 2px 4px rgba(0,0,0,0.5);-moz-box-shadow:0 2px 4px rgba(0,0,0,0.5);box-shadow:0 2px 4px rgba(0,0,0,0.5)}.search-result a{display:block;color:#000;text-decoration:none;padding:0 12px 0 5px}.search-result a.focused{background:#cce3ff}.search-result a span{font-size:19px}
.srct{position:absolute;left: 19px!important;top: 123px;width: 240px;background:#fff;line-height:24px;border:1px solid #797979;border-top-color:#e2e2e2;z-index:99999999;padding:3px 0 3px;-webkit-box-shadow:0 2px 4px rgba(0,0,0,0.5);-moz-box-shadow:0 2px 4px rgba(0,0,0,0.5);box-shadow:0 2px 4px rgba(0,0,0,0.5)}.search-result a{display:block;color:#000;text-decoration:none;padding:0 12px 0 5px}.search-result a.focused{background:#cce3ff}.search-result a span{font-size:19px}

#searchResults2 {top: 121px;}

body footer.custom {height: 0px;}

.main .content .main-img{
	width: 680px;
	margin: -15px 0 0 -21px;
}

.cwc{
	color:#81a2ca;
	font-weight:bold;
	position:absolute;
	left:-28px;
	top:2px;
}

.main_str-bot {
	width: 31px;
	height: 31px;
	/*position: absolute;
	top: 390px;*/
	position:fixed;
	bottom: 30px;
	background: url(../img/arrow.png);
	z-index: 999;
	left: 50%;
	margin-left: -15px;
	cursor:pointer;
}

.calculation-form fieldset,.calculation-forma fieldset {
	border: 0;
	margin: 0;
	padding: 0;
}
.calculation-form .volume,.calculation-forma .volume{
	float: left;
	margin-right: 0px;
	position: relative;
}
.calculation-form .weight,.calculation-forma .weight {
	margin-right: 9px;
}
aside.personal {
	width: 240px!important;
	float:left!important;
}

.main #costForm + div {left: 219px!important;}
.main #costForm #searchResults {left: 219px!important;}

.popup-message-ok {
display:none;
position: absolute;
top: 30%;
margin-top: -50px;
left: 50%;
margin-left: -150px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
background-color: #fff;
z-index: 999;
border: 1px solid #32CD32;
padding: 10px 0 10px;
width: 300px;
font-size: 23px;
line-height: 30px;
text-align: center;
}
.popup-message-ok span{
font-size: 18px;
line-height: 22px;
display: block;
margin-top: 10px;
}
.popup-back {
display:none;
}

.call-back-popup textarea{
border-radius: 5px;
border: 1px solid #ccc;
font-size: 14px;
padding: 6px 0px 6px 9px;
margin-bottom: 7px;
width: 207px;
height: 50px;
}

.second .group article > p{
	font-size: 14px;
	margin: 10px 0;
}
.second .group article > ul li{
	font-size: 13px;
}
.second .group article > h3{margin: 25px 0 0 0;}

.click-spoiler {
font-size: 14px;
margin: 10px 0;
color: #32CD32;
border-bottom: 1px dashed;
cursor: pointer;
text-decoration:none;
}
.click-spoiler:hover{border-bottom:0}
.click-spoiler-hide {
font-size: 14px;
margin: 10px 0;
color: #32CD32;
border-bottom: 1px dashed;
cursor: pointer;
text-decoration:none;
display:none;
}
.click-spoiler-hide:hover{border-bottom:0}
.spoiler {
    margin-top: 20px;
    display:none;
}


::selection {background: #ccc;}
::-moz-selection {background: #ccc;}
::-webkit-selection {background: #ccc; color:#fff;}


.table-main {margin: -40px 0 20px;}
.table-main td{font-size: 14px;}


.content .search-holder td.ecd1 div{color:#A3A3A3;}
.content .search-holder td.ecd1 select{height:24px;}
.content .search-holder {
background: #F2F2F2;
margin-top: -6px!important;
padding-bottom: 15px;
}
.content .search-holder .send-btn{width: 150px;}
.content .asd th{
background:#EB735A;
color:#fff;
font-weight: normal;
font-size: 12px;
border-color:#F5B9AE;

}
.content .asd td a{color: #32CD32;}
.content .asd td {background:#fff;}
.content .asd td a:visited{color: #32CD32;}

.content .asd tr:hover td{background:#FFE5D8;}

.content .asd-div{
	width: 1055px;
	height: 500px;
	overflow: auto;
}
.content .asd-div .asd th:nth-child(5){
	width:50px;
}

.menu li:hover .current {
	border-color: #F9B69C;
	background-color: #FCC8B0;
}

.content .asd-div .asd td{
	-moz-border:1px solid #EB735A;
	border:1px solid #EB735A;
	word-break: break-word;
}

.nav ul{
display:none;
opacity: 0;
position: absolute;
background: #fff;
z-index: 999;
border: 1px solid #32CD32;
border-radius: 5px;
padding: 22px 0 5px 34px;
width: 500px;
left: -250px;
top: 10px;
}
.nav ul:before {
content: "";
display: block;
position: absolute;
top: -10px;
left: 250px;
width: 150px;
height: 15px;
background: url(https://zhdalians.ru/img/popup-curret2.png) no-repeat 20px 0;}

.nav ul li{
display: inline-block;
width: 220px;
vertical-align: top;
margin-bottom: 15px;
padding-right: 20px;
}
.nav ul li a{
font-size: 12px;
text-decoration: none;
}
.nav ul.w200{width:200px; left:-85px;}
.nav ul.w200 li{}
.nav ul.w200:before {left: 85px;}
.head_text_one {
  width: 100%;
  margin: 0px auto 0px;
  color: red;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  background-color: rgba(246, 246, 246, 0.6) !important;
  padding: 16px 0;
  letter-spacing: 0.02em;
  opacity: 1;
}
span.thanx {
  display: block;
  clear: both;
  position: absolute;
  width: 100%;
  bottom: 0;
  text-align: center;
  color: red;
  font-size: 16px;
}

.starRed{
	color:red;
	font-weight:bold;
}

.tabl15{
width: 654px;
overflow: auto;
}
.tabl15 th{
background: #EB735A;
color: #fff;
font-weight: normal;
font-size: 12px;
border-color: #F5B9AE;
border: 1px solid #CCCCCC;
padding: 7px;
font-family: Helvetica, Arial, sans-serif;
}
.tabl15 td{border: 1px solid #EB735A; padding:2px 7px}
.tabl15 tr:hover td{background: #FFE5D8;}
.tabl15 th:nth-child(3){}

.w930{}
.breadcrumbs{
  color: #A9A9A9;
  font-size: 12px;
  margin: 9px 0 0;
}
.breadcrumbs a{
  color: #A9A9A9;
  font-size: 12px;
}
.breadcrumbs span{
  display: inline-block;
  width: 4px;
  height: 4px;
  border-top: 1px solid #A9A9A9;
  border-right: 1px solid #A9A9A9;
  transform: rotate(45deg);
  margin: 0px 3px 1px 3px;
}
.breadcrumbs div{
  display:inline-block;
}
#mfm .del-info .line .ezmark{
  display: inline-block;
  margin-right: 10px;
}

.forJur{
	display:none;
}
.form_left{
	position:relative;
}
.form_left .weight input {
    width: 105px;
}
.form_left .calculation-form {
    padding: 7px;
    width: 242px;
}
.form_left .calculate-btn {
    width: 229px;
}
.form_left .calculation-form>input {
    width: 229px;
}
.form-branch ~ .typical-text ul {
    list-style: disc !important;
    line-height: 1.5;
    padding-left: 20px !important;
}
.form-branch  ~ .typical-text ul  li{
    list-style: disc !important;
}
.form_left #costForm + .search-result#searchResults{
    left: 7px!important;
    width: 228px;
    margin-top: -6px;
}

/* Таблица на странице http://zhdalians.ru/services/ftl/ */
.price-item-table td {
    text-align: center !important;
    border: 1px solid black !important;
}
.price-item-table td {
    text-align: right !important;
    border: 1px solid black !important;
    padding: 10px !important;
}
.price-item-table td:first-child {
    text-align: left !important;
}
.price-item-table td:nth-child(2) {
    text-align: left !important;
}
.price-table-four-columns {
	text-align: center !important;
    border: 1px solid lightgrey !important;
}
.price-table-four-columns td {
    border: 1px solid lightgrey !important;
    padding: 5px !important;
}
.price-table-four-columns tr th {
    border: 1px solid lightgrey !important;
    padding: 10px !important;
    font-size: 15px;
}
.price-table-four-columns tr th:first-child {
	text-align: left !important;
}
.price-table-four-columns td:first-child {
    text-align: left !important;
}
.price-table-four-columns td:nth-child(2) {

}
section.main.max-width{width: auto;}
section.main.max-width aside.personal{float: none!important;}
section.main.max-width .content{width: 100%!important;}
section.main.max-width section.content .asd-div{width: 100%;}


.form-chin.rd{}
.form-chin.rd > div{
    margin-bottom: 42px;
	position:relative;
}
.form-chin.rd > div:last-child{
    margin-bottom: 0;
}
.form-chin.rd > div:last-child input{
	width:316px;
}
.form-chin.rd > div:before{
    content: '';
    display: block;
    position: relative;
    width: 680px;
    border-bottom: 1px solid #F2F2F2;
    left: -21px;
	margin-bottom: 25px;
}
.form-chin.rd .block-name{
    font-size: 18px;
    margin-bottom: 34px;
}
.form-chin.rd div label{
    display: block;
    margin-bottom: 9px;
	position: relative;
}
.form-chin.rd div label div{
	display:inline-block;

}
.form-chin.rd div label .input-name{
    display: inline-block;
    width: 136px;
    padding-top: 7px;
}
.form-chin.rd div label input{
	margin: 0 9px;
    vertical-align: top;
    padding: 7px 7px;
    width: 150px;
    height: 29px;
    box-sizing: border-box;
}
.form-chin.rd div label input.dd2{
    background: url(https://zhdalians.ru/images/ico-date.png) no-repeat 126px 8px;
}
.form-chin.rd div label textarea{
    margin: 0 9px;
    vertical-align: top;
    padding: 7px 7px;
    width: 316px;
    height: 117px;
    box-sizing: border-box;
}
.form-chin.rd .send {
	display: inline-block;
    width: 195px;
    height: 35px;
    text-align: center;
    color: #fff;
    font: 16px "HelveticaNeueCyr-Roman";
    background-color: #32CD32;
    border: 0px none;
    box-shadow: inset 0 -2px 0 0px #32CD32;
    cursor: pointer;
    box-sizing: border-box;
    padding-top: 8px;
    font-weight: bold;
	margin: 8px 9px;
}
.form-chin.rd .send:hover{
	background-color: #C20505;
}

.b-blinking{
	color: #F20202;
    clear: both;
    margin: -10px -45px 17px;
    padding: 0 47px 6px;
    border-bottom: 1px solid #363637;
    width: 960px!important;
}
.b-blinking .e-alert{
    font-weight: bold;
    display: block;
    vertical-align: top;
    margin-right: 25px;
    position: absolute;

	-webkit-animation: blink 1s linear infinite;
	animation: blink 1s linear infinite;
	color: #F20202;
}
@-webkit-keyframes blink {
	0% { color: #F00; }
	50% { color: #1F1F1F; }
	100% { color: #F00; }
}
@-moz-keyframes blink {
	0% { color: #F00; }
	50% { color: #1F1F1F; }
	100% { color: #F00; }
}
@-o-keyframes blink {
	0% { color: #F00; }
	50% { color: #1F1F1F; }
	100% { color: #F00; }
}

@keyframes blink {
	0% { color: #F00; }
	50% { color: #1F1F1F; }
	100% { color: #F00; }
}

.b-blinking .e-text{
}
.b-blinking .e-text .announce {
    width: 850px;
	left: 250px;
}
.b-blinking .slider-news-top{
	overflow:hidden;
	margin-left: 110px;
    width: 850px;
}

.error-on-main{
	display: none;
	position: absolute;
    top: 51px;
    right: -63px;
    background: #fff;
    color: #32CD32;
    padding: 2px 7px;
    border: 1px solid #32CD32;
    font-size: 12px;
}
.error-on-main:before{
	content: '';
    display: block;
    width: 15px;
    height: 15px;
    position: absolute;
    top: 2px;
    left: -9px;
    border-top: 0;
    border-right: 0;
    border-bottom: 1px solid #32CD32;
    border-left: 1px solid #32CD32;
    background: #fff;
    transform: rotate(45deg);
}
.cityWhere + .error-on-main{
	top:94px;
}

/* Новые классы для слайдера новостей */
.announce_slider {
	width: 850px !important;
}
.announce_slider .slider-news-top {
    overflow: hidden !important;
    width: 850px !important;
	height: 20px;
}
.announce_slider .slider-news-top ul li {
	width: 850px !important;
}
.announce_slider .announce {
	width: 850px !important;
}
.announce_slider  .slider-news-top ul li {
	height:50px !important;
}
.link-switch__active {
    padding: 3px 18px;
    background: #ffd46e;
    border: 1px solid #d5b461;
    -webkit-border-radius: 17px;
    -moz-border-radius: 17px;
    border-radius: 17px;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15)
}section.del-add-options .item {    margin: 0px 10px 0px 0px !important;}.meskcost__input {    display: inline-block;    vertical-align: top;    width: 35px !important;    height: 32px;    padding-top: 7px;    background: url("../img/ckech-radio.png") -16px -26px no-repeat transparent;    text-align: center;    border: none;    outline: none;    cursor: text;}



	.anonsXML{
		margin: 25px 95px 30px 20px;
    border: 1px solid #666;
    padding: 10px;
	}

.pbtitle{
	clear:both;
	font-weight:bolt;
	font-size:15pt;
	    margin-left: 40px;
}
.perelink_branches ul{
	display:inline-block;
	margin-right:1px;
	    list-style-type: none;
		vertical-align:top;

}

.grid {
    width: 890px;
    margin-left: 19px;
}
.grid__unit {
    display: inline-block;
    vertical-align: top;
}
.grid__unit iframe {
    width: 100%;
}
.grid__unit--50 {
    width: 45%;
    padding: 1%;
}
.text-block {
    width: 890px;
    margin-bottom: 25px;
}
.text-block > * {
    margin: 0 0 0 19px;
}
.text-block h2 {
    padding-left: 0 !important;
}

.ask-question#roadMap{
    position: fixed;
    top: 50%;
    margin-top: -273px;
}
.banner-cities {
    width: 400px !important;
}
.banner-cities__item {
    display: inline-block;
    width: 35%;
}
.svet-comp{
	font-style: italic;
    font-size: 14px;
    width: 860px;
	font-weight: bold;
	color:red;
}
.svet-comp img {display:block; width:200px; float:none; margin-left: 21px; margin-bottom: 5px;}
.svet-comp b{text-transform: uppercase;}


.tpl_text{
    margin:0px 0px 40px 0px;
}
.block_logo{
	width: 328px;
	float: left;
}

footer .block_logo {
    float: none;
    width: auto;
}

footer .logo:before {
    width: 50px;
    height: 15px;
    background-size: contain;
    margin: 5px 7px 0 -55px;
}

.partner{
	width: 272px;
	margin-left: 60px;
}
.partner p {
    font: 24px 'HelveticaNeueCyr-Bold';
    margin: 5px 0 7px 0;
	color: #000;
	padding: 0;
	line-height: 0.7;
}
.partner img{
	width: 211px;
}
#xml_branches table.price th{    border: 1px solid #D6D6D6;}
#xml_branches table.price td{    border: 1px solid #D6D6D6;}
#xml_branches table.price td:nth-child(2),
#xml_branches table.price td:nth-child(6),
#xml_branches table.price tr:first-child th:nth-child(2),
#xml_branches table.price tr:first-child th:nth-child(3),
#xml_branches table.price tr:nth-child(2) th:nth-child(4){border-right: 2px solid #D6D6D6;}
#xml_branches table.price tr:hover td{ background:#F3F4F5;}

.order-prev{
	position: absolute;
    top: -40px;
    display: block;
    width: 80px;
    height: 35px;
    background-image: url(../img/buttons-sprite2.png);
    background-repeat: no-repeat;
    background-position: -732px -161px;
}
.order-prev:hover{background-position: -732px -212px;}
.order-prev:active{background-position: -732px -261px;}

/*Стили для раскрывающейся таблицы*/
.spoiler_title {
    color: #32CD32;
    cursor: pointer;
}
.spoiler_title:hover, .spoiler_title:active {
    border-bottom: 1px #32CD32 dashed; 
}

.hidden_table table {
    margin: 0 auto 20px;
    color: #6d6d6d;
}

.hidden_table td, th {
    padding: 5px;
    border: 1px #6d6d6d solid;
}

.hidden_table thead {
    background-color: #d0d5d9;
}

.cabinet_filter-form .w-30o{width: 30%;}
.content .search-holder td.ecd1 select{    width: 250px;}
/*.asd-div .asd th{font-size: 11px;}*/






.miniBank{
  font-size: 8pt;
}

.pay-oder_list{
	clear: both;
    margin: 20px;
}
.pay-oder_list li{height: 23px;}
.pay-card_error{
	/*display:none;*/
	clear: both;
    float: none;
    font-size: 14px;
    color: red;
    font-weight: bold;
    margin: 0px 20px 15px;
}
.pay-card_button{
	width: auto;
    padding: 7px 7px;
    font-size: 14px;
    text-decoration: none;
    height: auto;
	color: #fff!important;
	margin: 5px 0 0 -22px;
    display: inline-block;
}

section.personal .add-order-wrapper div.add-button-holder.pay input{
    background: url(../img/personal/but-pay.png) 0 0 no-repeat;
    width: 132px;
    margin-left: -1px;
    height: 35px;
}













.tab-sity-wrapper button.tablinks {
    color: #0073ff;
    border: 0px;
    background: transparent;
    font-size: 14px;
    border-bottom: 1px dashed #0073ff;
    padding: 0px;
    padding-bottom: 3px;
    margin-right: 25px;
    margin-bottom: 15px;
}

.tab-sity-wrapper button.tablinks:hover {
    color: #0953ad;
    border-bottom: 1px dashed #0953ad;
}

.tab-sity-wrapper button.tablinks.active,
.tab-sity-wrapper button.tablinks.active:hover {
    font-size: 14px;
    border: 0px;
    color: #000;
    font-weight: 700;
    cursor: auto;
}

.tab-sity-wrapper {
    margin-bottom: 30px;
}

.tabs-holder .tabs-header {
    background: transparent !important;
    padding: 0px !important;
}

.tabs-holder .tabs-header a.current {
    box-shadow: 0 -4px 6px rgba(0, 0, 0, 0.25);
    padding: 14px 26px 0 !important;
    font-size: 18px !important;
    -webkit-border-radius: 6px 6px 0 0 !important;
    -moz-border-radius: 6px 6px 0 0 !important;
    border-radius: 6px 6px 0 0 !important;
    line-height: 19px !important;
    height: 32px !important;
    border-left: 1px solid #cccccc !important;
    border-top: 1px solid #cccccc !important;
}

.tabs-holder .tabs-header li a {
    font-size: 18px !important;
    padding: 11px 26px 0 !important;
    -webkit-border-radius: 6px 6px 0 0 !important;
    -moz-border-radius: 6px 6px 0 0 !important;
    border-radius: 6px 6px 0 0 !important;
    margin-top: -1px !important;
    height: 35px !important;
    line-height: 23px;
}

.tabs-holder .tabs-header li {
    margin: 0px 4px 0 0 !important;
}

.tabs-holder .tabs-body {
    border-radius: 0 6px 0px 0px;
}

.tabs-body .item {
    padding-left: 40px !important;
}

.tabs-holder .tabs-body h3 {
    font-weight: bold !important;
    font-size: 16px !important;
    margin-bottom: 25px !important;
}

.tabs-1 .item {
    display: none;
}

.tab {
    overflow: hidden;
    border: 1px solid #ccc;
    background-color: #f1f1f1;
}

.tab button {
    background-color: inherit;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 14px 16px;
    transition: 0.3s;
}

.tab button:hover {
    background-color: #ddd;
}

.tab button.active {
    background-color: #ccc;
}

.tabcontent {
    display: none;
    padding: 6px 12px;
    border: 1px solid #ccc;
    border-top: none;
}

.item.tabcontent#item_0 {
    display: block;
}

.item.tabcontent .phones {
    background: url("../img/content/telephone.png") 0px 3px no-repeat;
    background-repeat: no-repeat;
    padding-left: 30px;
    margin-bottom: 20px;
}

.tabs-1 .cols p.address {
    padding-left: 30px;
    margin-bottom: 20px;
}

.tabs-1 .cols p.worktime {
    padding-left: 30px;
}

.tabs-1 .cols p.mail {
    padding-left: 30px;
    margin-bottom: 20px;
}

.tabs-1 .cols .col-1 {
    width: 100% !important;
}

.mail a {
    text-decoration: none;
}

.yellow_weekend {
    background: #ffd567;
    text-transform: lowercase;
    font-weight: bold;
    padding: 5px;
    width: 50px;
    display: block;
    text-align: center;
    margin-right: 20px;
}

.contact-column-1,
.contact-column-2,
.contact-column-3 {
   display: table-cell;
}

.contact-column-1 {
    width: 60px;
}

.contact-column-2 {
  width: 180px;
}

.type_column {
    display: block;
    margin-bottom: 10px;
    font-size: 14px;
}

.time_column {
    display: block;
    margin-bottom: 10px;
    font-size: 14px;
}

.tabs-1 .cols p a {
    line-height: 21px;
}

.tabs-1 .cols p.name {
    padding-left: 30px;
    margin-bottom: 20px;
}

.service-wrapper h3.h3-service {
    font-weight: bold !important;
    margin-bottom: 0px !important;
}

.list-service ul {
    width: 100%;
    display: flex;
    margin-left: -55px;
}

.list-service ul li {
    float: left;
    margin-left: 30px;
    color: red;
}

.list-service ul li span {
    color: #000;
    font-size: 15px;
}

.tabs-1 .item .tip {
    margin-left: 0px !important;
    color: #303030 !important;
    font-size: 15px !important;
    line-height: 21px !important;
    /*
    width: 93% !important;
    */
    width: 100% !important;
    padding-bottom: 25px !important;
    float: left !important;
}

.service-wrapper {
  /*
    float: left !important;
    width: 93% !important;
    */
    margin-top: 20px;
}

.info-map-wrapper {
  display: table;
}

.tabs-1 .item .info {
    width: 440px !important;
    display: table-cell !important;
    float: none !important;
    vertical-align: top;
}

.tabs-2 .item .map {
    display: table-cell !important;
    float: none !important;
    padding-top: 0px !important;
    margin-top: 0px !important;
    vertical-align: top;
}

.tabs-2 .item .map div {
    margin-top: 0px !important;
    padding-top: 0px !important;
}

.tabs-1 .cols p.worktime {
    margin-top: 20px !important;
}

.contact-row {
      margin-bottom: 10px;
      display: block;
}

/***************/

.map-svg-block-inner {
      width: 960px;
      margin: auto;
}

.map-svg-title {
      font: 37px 'HelveticaNeueCyr-Bold';
      margin-top: 40px;
      margin-bottom: 0px !important;
}


.block-time-button .time-sity-wrapper .time-inner {
    font-size: 23px;
    font-family: HelveticaNeue;
    font-weight: 100;
    display: table-cell;
    padding-top: 4px;
    padding-right: 11px;
}

.block-time-button .time-sity-wrapper {
    display: table-cell;
    vertical-align: top;
}

.time-sity-inner {
    display: table-cell;
    vertical-align: top;
    font-family: HelveticaNeue;
}

.time-sity-name {
    font-size: 12px;
    font-family: Helvetica, Arial, sans-serif;
}

.time-sity-id {
    font-family: Helvetica, Arial, sans-serif;
    font-size: 12px;
    line-height: 15px;
}

.button-delivery {
    display: table-cell;
    padding-left: 25px;
    padding-top: 10px;
}

.button-delivery a.button-delivery-link {
    background: #32CD32;
    color: #fff;
    text-decoration: none;
    padding: 7px 20px;
    font-size: 16px;
    box-shadow: inset 0 -2px 0 0px #32CD32;
    /*
    border-bottom: 2px solid #ab1c14;
    */
}

.button-delivery a.button-delivery-link:hover {
    background: #d10506;
}

.block-time-button {
    margin-bottom: 40px;
}

.instagram-icon {
    background: transparent url("../img/instagram_hover.png") no-repeat scroll 0% 0%;
    width: 32px;
    height: 32px;
    content: "";
    margin: 10px 7px 0 0px;
    position: absolute;
}

.instagram-icon:hover {
    background: transparent url("../img/instagram.png") no-repeat scroll 0% 0%;
    width: 32px;
    height: 32px;
    content: "";
    margin: 10px 7px 0 0px;
    position: absolute;
}

.twitter-icon {
    background: transparent url("../img/twitter_hover.png") no-repeat scroll 0% 0%;
    width: 32px;
    height: 32px;
    content: "";
    margin: 10px 7px 0 42px;
    position: absolute;
}

.twitter-icon:hover {
    background: transparent url("../img/twitter.png") no-repeat scroll 0% 0%;
    width: 32px;
    height: 32px;
    content: "";
    margin: 10px 7px 0 42px;
    position: absolute;
}

.facebook-icon {
    background: transparent url("../img/facebook_hover.png") no-repeat scroll 0% 0%;
    width: 32px;
    height: 32px;
    content: "";
    margin: 10px 7px 0 83px;
    position: absolute;
}

.facebook-icon:hover {
    background: transparent url("../img/facebook.png") no-repeat scroll 0% 0%;
    width: 32px;
    height: 32px;
    content: "";
    margin: 10px 7px 0 83px;
    position: absolute;
}
.whatsapp-icon {
    width: 32px;
    height: 32px;
    content: "";
    margin: 10px 7px 0 83px;
    position: absolute;
}

.vacancy-list{margin-top: 20px;}
.vakH{    
	/*text-decoration: underline;*/
    display: inline-block;
    cursor: pointer;
    /*font-weight: normal;*/
    font-size: 16px;
}
.vakH:hover{
	color: #32CD32;
	text-decoration: none;
}
.vacancy-list .vac-point{
	display: block;
    margin: 10px 0 0;
    font-size: 14px;
}
.showMe{display:none;}
.vacancy-list{}

.del-block .del-main .options ul{padding-left:0;}
.del-block .del-main .item .price{
	font-size: 23px;
	padding: 22px 10px 0 0;
}
.del-main .options .thisiscostd{
	opacity:0;
	display: inline-block;
    width: 53px;
	text-align: right;
}
.del-main .options .current .thisiscostd{
	opacity:1;
}
.del-block .del-main .options li.current a .text{
	display: inline-block;
    width: 265px;
}
.del-block .dest-holder{    width: 425px;}
.del-block .dest-holder .from{    width: 240px;}
.del-block .dest-holder .to{    width: 180px;}


/**/
.del-block.detail-delivery .dest-holder{width: 760px;}
.del-block.detail-delivery .dest-holder .from,
.del-block.detail-delivery .dest-holder .to{width: 340px;}
.del-block.detail-delivery .options {width:335px;    margin-left: -14px;}
.del-block.detail-delivery .dest-holder .from{background:none;}
.del-block.detail-delivery .dest-holder .from:before{
    content: '';
    display: block;
    width: 210px;
    height: 20px;
    background: url(../img/delievery/dest-track.png) no-repeat -20px 0px;
    position: absolute;
    top: 16px;
    left: 140px;
}
.check {
    margin: -8px 0px -10px 10px;
    padding: 10px;
    box-shadow: -2px 4px 10px 0px rgba(0,0,0,.3);
    border: 1px solid #ddd;
    border-top: 0;
    border-right: 0;
	float: right;
    min-width: 215px;
	width:auto;
    position: absolute;
    right: 0;
}
.del-block .item .check .price {
    float: none;
    padding: 0;
    text-align: left;
    width: 100%;
    font-size: 22px;
}
.del-block .item .check .price div{
	float: right;
}
.del-block.detail-delivery .dest-holder .city{max-width: 310px;}
.del-block.detail-delivery .dest-holder .city span{
	background: #fff;
    padding: 0 10px 0 6px;
    display: inline-block;
    z-index: 8;
    position: relative;
}
/*.del-block.detail-delivery .options a{padding-left:0;}*/
.del-block.detail-delivery .options li.current a{padding-left:44px;}
.prise-dev{
	margin: 10px 0px 10px;
    font-size: 20px;
    line-height: normal;
    display: block;
    color: #a5a9ac;
    margin-left: 15px;
}
.del-main .options .prise-dev .thisiscostd{width:auto;}
.radio-info label + .track-time{
	display: inline-block;
    font-style: italic;
    font-size: 15px;
    margin-left: 11px;
    color: #6d6d6d;
}
.content section.del-add-options .ezmark .text-holder .text{
	    font-size: 18px;
		letter-spacing: -0.05em;
}

.del-links .wrap {
      height: 140px !important;
}

.del-links span.thanx {
      margin-bottom: 20px;
}



.mymoney{
  text-align: right;
    padding: 0px 40px 0px 0px;
    font-weight: bold;
    position: absolute;
    top: 6%;
    right: 22%;
}
.social-wrapper > a{
	background-image: url(../img/soc-sprite.png);
	background-repeat:no-repeat;
}
.social-wrapper > a:hover{
	background-image: url(../img/soc-sprite.png);
	background-repeat:no-repeat;
}

.instagram-icon{background-position:-1px 0;}
.instagram-icon:hover{background-position:-1px -33px;}
.twitter-icon{background-position:-42px 0;}
.twitter-icon:hover{background-position:-42px -33px;}
.whatsapp-icon{background-position:-83px 0;}
.whatsapp-icon:hover{background-position:-83px -33px;}
.spoiler a{color:#222;}
.h_social{
	position: absolute;
    left: 638px;
    top: 78px;
}







/* Tags cabinet */
aside.personal.personalfullscreen {
   width: 100%!important;
}
.mmenu {
   width: 100%;
   display: flex;
   align-items: flex-start;
   justify-content: space-between;
}

.listSTemplates.right_item {
  max-width: 85%;
  max-height: 98px;
  overflow-y: scroll;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
}

.tplsL {
   max-height: 15px;
   overflow: hidden;
   display: flex;
   justify-content: flex-start;
   align-items: flex-start;
   background-color: #fff;
   padding: 5px 12px;
   border-radius: 30px;
   border: 1px solid #ccc;
   margin-right: 5px;
   margin-bottom: 5px;
   cursor: pointer;
   max-width: 486px;
}

span.deletemei {
   padding: 5px;
   background-image: url(../img/red-cross-png-red-cross-png-file-2000.png);
   background-size: cover;
   background-position: center;
   margin-right: 10px;
   margin-top: 3px;
   z-index: 999;
}

.bottom-bar.castom_botom_bar{
	width:100%;
}
.table_price_vl {}
.table_price_vl tr{}
.table_price_vl th{}
.table_price_vl td:first-child {
    text-align: left;
}
.table_price_vl td {
    text-align: center;
}
.table_price_vl th, .table_price_vl td {
    padding: 2px 5px;
    border: 1px solid #ccc;
    font-size: 12px;
}
.table_price_vl th span {
	font-size: 10px;
}
.table_price_vl2 th, .table_price_vl2 td {
    padding: 2px 5px;
    border: 1px solid #ccc;
    font-size: 12px;
}