

/* Start:/local/templates/new_main/css/slick.css?15903881671776*/
/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

/* End */


/* Start:/local/templates/new_main/css/normalize.css?177667836330966*/
/* =============================================================================
HTML5 element display
========================================================================== */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
    display: block;
}
h1, h2, h3, h4,h5,h6,p, aside {
  padding: 0;
  margin: 0;
}
audio[controls],
canvas,
video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}
html {
    font-size: 12px; /* 1 */
    overflow-y: scroll; /* 2 */
    -webkit-tap-highlight-color: rgba(0,0,0,0); /* 3 */
    -webkit-text-size-adjust: 100%; /* 4 */
    -ms-text-size-adjust: 100%; /* 4 */
}
p {
  margin: 0;
}
body {
    margin: 0;
}
body,
button,
input,
select,
textarea {
    font-family: sans-serif;
}

/*
* 1. Remove border
* Improves readability when inside <a> element in all browsers
* 2. Allow high quality bicubic image resampling
* Improves readability when scaled in IE7
* Read before using : code.flickr.com/blog/2008/11/12/on-ui-quality-the-little-things-client-side-image-resizing/
*/

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


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

a {
    color: black;
}

a:visited {    
}

/*
* Define outline as thin dotted
* Addresses outline displayed oddly in Chrome
*/

a:focus {
    outline: thin dotted;
}

/*
* Remove outline
* Improves readability when focused and also mouse hovered in all browsers
* people.opera.com/patrickl/experiments/keyboard/test
*/

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


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

/*
* Add bottom border
* Fixes styling not present in IE7/8/9 S5 Chrome
*/

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

/*
* Add bold font weight
* Fixes style set to 'bolder' in FF3/4 S4/5 Chrome
*/

b,
strong {
    font-weight: bold;
}

blockquote {
    margin: 1em 40px;
}

/*
* Add italic font style
* Fixes styling not present in S5 Chrome
*/

dfn {
    font-style: italic;
}

/*
* Add yellow background and black text
* Fixes styling not present in IE6/7/8/9
*/

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

/*
* Redeclare monospace font family
* en.wikipedia.org/wiki/User:Davidgothberg/Test59
* 1. Fixes font family set oddly in S5 Chrome
* 2. Fixes monospace font family set oddly in IE6
*/

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

/*
* Add line wrapping
* Improves readability of pre-formatted text in all browsers
*/

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

/*
* Remove quotes
* 1. Addresses CSS quotes not supported in IE6/7
* 2. Addresses quote property not supported in S4
*/

/* 1 */

q {
    quotes: none;
}

/* 2 */

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

/*
* Define font-size
*/

small {
    font-size: 75%;
}

/*
* Position subscript and superscript content without affecting line-height
* Fixes alignment within multi-line text displayed oddly in all browsers
* gist.github.com/413930
*/

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

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}


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

ul,
ol {
    margin: 1em 0;
    padding: 0 0 0 40px;
}

dd {
    margin: 0 0 0 40px;
}

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


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

/*
* Remove margin
* Addresses margin not present in IE6/7/8/9, S5, O11
*/

figure {
    margin: 0;
}


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

/*
* Remove margin
* Fixes styling in IE6/7
*/

form {
    margin: 0;
}

/*
* Define consistent margin and padding
*/

fieldset {
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

/*
* Add negative left margin
* Fixes alignment displayed oddly in IE6/7
*/

legend {
    *margin-left: -7px;
}

/*
* 1. Define font-size as equal to ancestor's
* 2. Remove margin
* Fixes different margins set in FF3/4 S5 Chrome
* 3. Define consistent vertical alignment display in all browsers
*/

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

/*
* 1. Define line-height as normal
* Addresses FF3/4 setting it using !important in the UA stylesheet
* 2. Make overflow visible
* Fixes spacing displayed oddly in IE6/7
*/

button,
input {
    line-height: normal; /* 1 */
    *overflow: visible; /* 2 */
}

/*
* 1. Display hand cursor for clickable form elements
* Improves usability and consistency of cursor style between image-type <input> and others
* 2. Define appearance for clickable form elements
* Fixes inability to style clickable <input> types in iOS
*/

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

/*
* Define box sizing
* Addresses box sizing set to content-box in IE8/9
*/

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
}

/*
* Define box sizing and appearance
* Addresses box sizing set to border-box in S5 Chrome (include -moz to future-proof)
* Addresses appearance set to searchfield in S5 Chrome
*/

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

/*
* Remove WebKit search decoration
* Addresses inner padding displaying oddly in S5 Chrome on OSX
*/

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

/*
* Remove inner padding and border
* Fixes appearance displayed oddly in FF3/4
* www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/
*/

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

/*
* 1. Remove default vertical scrollbar
* Fixes scrollbar displayed oddly in IE6/7/8/9
* 2. Add top vertical alignment
* Improves readability and aligment in all browsers
*/

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


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

/*
* Remove most spacing between table cells
* Consistent vertical and horizontal alignment in all browsers
*/

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

th,
td {
    padding: 0;
    text-align: left;
    vertical-align: middle;
}
h1,h2,h3{
	margin:0;
}

/* =============================================================================
Custom Bootstrap Added
========================================================================== */


.starrequired{
	color:#e00;
}
form .field{
	margin-bottom:15px;
}

.form label{
	display:block;
	margin-bottom:5px;
	line-height: 20px;
	padding:0 20px;
}
.form fieldset{
	border:none;
	padding:0.75em 0.75em 1.5em 0.75em ;
}
.form fieldset label:first-child{
	margin-top:0;
}
form label.label{
	font-size:12px;
}
.form select,
.form textarea,
.form input[type="text"],
.form input[type="password"],
.form input[type="datetime"],
.form input[type="datetime-local"],
.form input[type="date"],
.form input[type="month"],
.form input[type="time"],
.form input[type="week"],
.form input[type="number"],
.form input[type="email"],
.form input[type="url"],
.form input[type="search"],
.form input[type="tel"],
.form input[type="color"],
.form .uneditable-input {
  display: inline-block;
  height: 20px;
  padding: 10px 20px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 20px;
  vertical-align: middle;
  color:#000;  
}


.form input,
.form textarea,
.form .uneditable-input {
  width: 206px;
}


.form textarea {
  height: auto;
}

.form textarea,
.form input[type="text"],
.form input[type="password"],
.form input[type="datetime"],
.form input[type="datetime-local"],
.form input[type="date"],
.form input[type="month"],
.form input[type="time"],
.form input[type="week"],
.form input[type="number"],
.form input[type="email"],
.form input[type="url"],
.form input[type="search"],
.form input[type="tel"],
.form input[type="color"],
.form .uneditable-input {
  background-color: rgba(255,255,255, 0.9);
  border:solid 2px transparent;
  
  -webkit-transition: border linear 0.2s;
     -moz-transition: border linear 0.2s;
       -o-transition: border linear 0.2s;
          transition: border linear 0.2s;
}

.form textarea:focus,
.form input[type="text"]:focus,
.form input[type="password"]:focus,
.form input[type="datetime"]:focus,
.form input[type="datetime-local"]:focus,
.form input[type="date"]:focus,
.form input[type="month"]:focus,
.form input[type="time"]:focus,
.form input[type="week"]:focus,
.form input[type="number"]:focus,
.form input[type="email"]:focus,
.form input[type="url"]:focus,
.form input[type="search"]:focus,
.form input[type="tel"]:focus,
.form input[type="color"]:focus,
.form .uneditable-input:focus {
  border-color:#000;
  outline: 0;
  outline: thin dotted \9;
  /* IE6-9 */

}


.form input[type="radio"],
.form input[type="checkbox"] {
  margin: 3px 0 0;
  margin-top: 1px \9;
  *margin-top: 0;
  line-height: normal;
  cursor: pointer;
}

.form input[type="file"],
.form input[type="image"],
.form input[type="submit"],
.form input[type="reset"],
.form input[type="button"],
.form input[type="radio"],
.form input[type="checkbox"] {
  width: auto;
}

.form select,
.form input[type="file"] {
  height: 30px;
  /* In IE7, the height of the select element cannot be changed by height, only font-size */

  *margin-top: 4px;
  /* For IE7, add top margin to align select with labels */

  line-height: 30px;
}

.form select {
  width: 220px;
  background-color: #ffffff;
  border: 1px solid #cccccc;
}

.form select[multiple],
.form select[size] {
  height: auto;
}

.form select:focus,
.form input[type="file"]:focus,
.form input[type="radio"]:focus,
.form input[type="checkbox"]:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}


.form input.error, .form textarea.error{
	border-color: #db3924;
    color: #db3924;
}
.form input:focus.error, .form textarea:focus.error{
	border-color: #db3924;
	-webkit-box-shadow: 1px 1px 0 #db3924;
	-moz-box-shadow: 1px 1px 0 #db3924;
	box-shadow: 1px 1px 0 #db3924;	
}

.form.dark{
	background:#373a42;
	padding:30px;
}
.form.dark textarea,
.form.dark input[type="text"],
.form.dark input[type="password"],
.form.dark input[type="datetime"],
.form.dark input[type="datetime-local"],
.form.dark input[type="date"],
.form.dark input[type="month"],
.form.dark input[type="time"],
.form.dark input[type="week"],
.form.dark input[type="number"],
.form.dark input[type="email"],
.form.dark input[type="url"],
.form.dark input[type="search"],
.form.dark input[type="tel"],
.form.dark input[type="color"],
.form.dark .uneditable-input {
	border-color:#5a5e65;
	background:transparent;
	color:#fff;
}
.form.dark textarea:focus,
.form.dark input[type="text"]:focus,
.form.dark input[type="password"]:focus,
.form.dark input[type="datetime"]:focus,
.form.dark input[type="datetime-local"]:focus,
.form.dark input[type="date"]:focus,
.form.dark input[type="month"]:focus,
.form.dark input[type="time"]:focus,
.form.dark input[type="week"]:focus,
.form.dark input[type="number"]:focus,
.form.dark input[type="email"]:focus,
.form.dark input[type="url"]:focus,
.form.dark input[type="search"]:focus,
.form.dark input[type="tel"]:focus,
.form.dark input[type="color"]:focus,
.form.dark .uneditable-input:focus {
  border-color:#fff;
  outline: 0;
  outline: thin dotted \9;
  /* IE6-9 */

}

.form.dark input.error, .form.dark textarea.error{
	border-color: #db3924;
    color: #db3924;
}
.form.dark input:focus.error, .form.dark textarea:focus.error{
	border-color: #db3924;
	-webkit-box-shadow: 1px 1px 0 #db3924;
	-moz-box-shadow: 1px 1px 0 #db3924;
	box-shadow: 1px 1px 0 #db3924;	
}

.form-horizontal .control-group {
  margin-bottom: 20px;
  *zoom: 1;
}


.form-horizontal .control-group:before,
.form-horizontal .control-group:after {
  display: table;
  line-height: 0;
  content: "";
}

.form-horizontal .control-group:after {
  clear: both;
}

.form-horizontal .control-label {
  float: left;
  width: 160px;
  padding-top: 5px;
  text-align: right;
}

.form-horizontal .controls {
  *display: inline-block;
  *padding-left: 20px;
  margin-left: 180px;
  *margin-left: 0;
  text-align:left;
}

.form-horizontal .controls:first-child {
  *padding-left: 180px;
}

.form-horizontal .help-block {
  margin-bottom: 0;
}

.form-horizontal input + .help-block,
.form-horizontal select + .help-block,
.form-horizontal textarea + .help-block {
  margin-top: 10px;
}

.form-horizontal .form-actions {
  padding-left: 180px;
}

.checkbox {
    padding-left: 20px;
    margin-bottom: 10px;
}
.checkbox label {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    padding-left: 5px;
    font-size:14px;
    cursor: pointer;
}
.checkbox label::before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 17px;
    height: 17px;
    left: 0;
    margin-left: -20px;
    border: 1px solid #cccccc;
    border-radius: 3px;
    background-color: rgba(255,255,255, .3);
    -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
    -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
    transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
}
.checkbox label::after {
    display: inline-block;
    position: absolute;
    width: 16px;
    height: 16px;
    left: -4px;
    top: -4px;
    margin-left: -20px;
    padding-left: 3px;
    padding-top: 1px;
    font-size: 11px;
    color: #555555;
}
.checkbox input[type="checkbox"],
.checkbox input[type="radio"] {
    opacity: 0;
    z-index: 1;
}
.checkbox input[type="checkbox"]:focus + label::before,
.checkbox input[type="radio"]:focus + label::before {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}
.checkbox input[type="checkbox"]:checked + label::after,
.checkbox input[type="radio"]:checked + label::after {
    content: "вњ“";
    color:#fff;
    font-size:27px;
}
.checkbox input[type="checkbox"]:indeterminate + label::after,
.checkbox input[type="radio"]:indeterminate + label::after {
    display: block;
    content: "";
    width: 10px;
    height: 3px;
    background-color: #555555;
    border-radius: 2px;
    margin-left: -16.5px;
    margin-top: 7px;
}
.checkbox input[type="checkbox"]:disabled + label,
.checkbox input[type="radio"]:disabled + label {
    opacity: 0.65;
}
.checkbox input[type="checkbox"]:disabled + label::before,
.checkbox input[type="radio"]:disabled + label::before {
    background-color: #eeeeee;
    cursor: not-allowed;
}
.checkbox.checkbox-circle label::before {
    border-radius: 50%;
}
.checkbox.checkbox-inline {
    margin-top: 0;
}

.checkbox-primary input[type="checkbox"]:checked + label::before,
.checkbox-primary input[type="radio"]:checked + label::before {
    background-color: #337ab7;
    border-color: #337ab7;
}
.checkbox-primary input[type="checkbox"]:checked + label::after,
.checkbox-primary input[type="radio"]:checked + label::after {
    color: #fff;
}

.checkbox-danger input[type="checkbox"]:checked + label::before,
.checkbox-danger input[type="radio"]:checked + label::before {
    background-color: #d9534f;
    border-color: #d9534f;
}
.checkbox-danger input[type="checkbox"]:checked + label::after,
.checkbox-danger input[type="radio"]:checked + label::after {
    color: #fff;
}

.checkbox-info input[type="checkbox"]:checked + label::before,
.checkbox-info input[type="radio"]:checked + label::before {
    background-color: #5bc0de;
    border-color: #5bc0de;
}
.checkbox-info input[type="checkbox"]:checked + label::after,
.checkbox-info input[type="radio"]:checked + label::after {
    color: #fff;
}

.checkbox-warning input[type="checkbox"]:checked + label::before,
.checkbox-warning input[type="radio"]:checked + label::before {
    background-color: #f0ad4e;
    border-color: #f0ad4e;
}
.checkbox-warning input[type="checkbox"]:checked + label::after,
.checkbox-warning input[type="radio"]:checked + label::after {
    color: #fff;
}

.checkbox-success input[type="checkbox"]:checked + label::before,
.checkbox-success input[type="radio"]:checked + label::before {
    background-color: #5cb85c;
    border-color: #5cb85c;
}
.checkbox-success input[type="checkbox"]:checked + label::after,
.checkbox-success input[type="radio"]:checked + label::after {
    color: #fff;
}


.radio {
    padding-left: 20px;
}
.radio label {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    padding-left: 5px;
}
.radio label::before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 17px;
    height: 17px;
    left: 0;
    margin-left: -20px;
    border: 1px solid #cccccc;
    border-radius: 50%;
    background-color: #fff;
    -webkit-transition: border 0.15s ease-in-out;
    -o-transition: border 0.15s ease-in-out;
    transition: border 0.15s ease-in-out;
}
.radio label::after {
    display: inline-block;
    position: absolute;
    content: " ";
    width: 11px;
    height: 11px;
    left: 3px;
    top: 3px;
    margin-left: -20px;
    border-radius: 50%;
    background-color: #555555;
    -webkit-transform: scale(0, 0);
    -ms-transform: scale(0, 0);
    -o-transform: scale(0, 0);
    transform: scale(0, 0);
    -webkit-transition: -webkit-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
    -moz-transition: -moz-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
    -o-transition: -o-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
    transition: transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
}
.radio input[type="radio"] {
    opacity: 0;
    z-index: 1;
}
.radio input[type="radio"]:focus + label::before {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}
.radio input[type="radio"]:checked + label::after {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
}
.radio input[type="radio"]:disabled + label {
    opacity: 0.65;
}
.radio input[type="radio"]:disabled + label::before {
    cursor: not-allowed;
}
.radio.radio-inline {
    margin-top: 0;
}

.radio-primary input[type="radio"] + label::after {
    background-color: #337ab7;
}
.radio-primary input[type="radio"]:checked + label::before {
    border-color: #337ab7;
}
.radio-primary input[type="radio"]:checked + label::after {
    background-color: #337ab7;
}

.radio-danger input[type="radio"] + label::after {
    background-color: #d9534f;
}
.radio-danger input[type="radio"]:checked + label::before {
    border-color: #d9534f;
}
.radio-danger input[type="radio"]:checked + label::after {
    background-color: #d9534f;
}

.radio-info input[type="radio"] + label::after {
    background-color: #5bc0de;
}
.radio-info input[type="radio"]:checked + label::before {
    border-color: #5bc0de;
}
.radio-info input[type="radio"]:checked + label::after {
    background-color: #5bc0de;
}

.radio-warning input[type="radio"] + label::after {
    background-color: #f0ad4e;
}
.radio-warning input[type="radio"]:checked + label::before {
    border-color: #f0ad4e;
}
.radio-warning input[type="radio"]:checked + label::after {
    background-color: #f0ad4e;
}

.radio-success input[type="radio"] + label::after {
    background-color: #5cb85c;
}
.radio-success input[type="radio"]:checked + label::before {
    border-color: #5cb85c;
}
.radio-success input[type="radio"]:checked + label::after {
    background-color: #5cb85c;
}

input[type="checkbox"].styled:checked + label:after,
input[type="radio"].styled:checked + label:after {
    content: "&#9210;";
}
input[type="checkbox"] .styled:checked + label::before,
input[type="radio"] .styled:checked + label::before {
    color: #fff;
}
input[type="checkbox"] .styled:checked + label::after,
input[type="radio"] .styled:checked + label::after {
    color: #fff;
}


.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}

.fade {
  opacity: 0;
  -webkit-transition: opacity .15s linear;
       -o-transition: opacity .15s linear;
          transition: opacity .15s linear;
}
.fade.in {
  opacity: 1;
  -webkit-transition: opacity .15s linear;
       -o-transition: opacity .15s linear;
          transition: opacity .15s linear;  
}

.dropdown {
  position: relative;
}

.dropdown-toggle:focus {
  outline: 0;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;  
  list-style: none;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
          box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}

.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}

.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.428571429;
  color: #333333;
  white-space: nowrap;
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  color: #262626;
  text-decoration: none;
  background-color: #f5f5f5;
}

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #ffffff;
  text-decoration: none;
  background-color: #428bca;
  outline: 0;
}

.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #999999;
}

.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.open > .dropdown-menu {
  display: block;
}

.open > a {
  outline: 0;
}

.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.428571429;
  color: #999999;
}

.dropdown-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 990;
}

.nav {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

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

.nav:after {
  clear: both;
}

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

.nav:after {
  clear: both;
}

.nav > li {
  position: relative;
  display: block;
}

.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}

.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}

.nav > li.disabled > a {
  color: #999999;
}

.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #999999;
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
}

.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #eeeeee;
  border-color: #428bca;
}

.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

.nav > li > a > img {
  max-width: none;
}

.nav-tabs {
  border-bottom: 1px solid #dddddd;
}

.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}

.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.428571429;
  border: 1px solid transparent;
}

.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #dddddd;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #555555;
  cursor: default;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-bottom-color: transparent;
}

.tab-content > .tab-pane {
  display: none;
}

.tab-content > .active {
  display: block;
}

.btn {
  display: inline-block;
  padding:10px 20px;
  margin-bottom: 0;  
  font-weight: normal;  
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;  
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
       -o-user-select: none;
          user-select: none;

	line-height:20px;
	background:#9a9b9f;
	border-radius:20px;

	-moz-border-radius:20px;
	-webkit-border-radius:20px;
	border:none;		
	color:#fff;	
	transition: all 0.3s ease 0s;
}
a.btn{
	text-decoration:none;
	color:#fff;	
}
.btn:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.btn:hover,
.btn:focus {  
  text-decoration: none;
  background:#7f8083;
}

.btn:active,
.btn.active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
          box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  pointer-events: none;
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
          box-shadow: none;
}

.btn-default {
  color: #333333;
  background-color: #ffffff;
  border-color: #cccccc;
}

.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  color: #333333;
  background-color: #ebebeb;
  border-color: #adadad;
}

.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  background-image: none;
}

.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: #ffffff;
  border-color: #cccccc;
}

.btn-primary {
  background:#db3924;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  background:#AE1400;
}

.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #428bca;
  border-color: #357ebd;
}


.alert {
    padding: 10px 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
}
.alert h4 {
    margin-top: 0;
    color: inherit;
}
.alert .alert-link {
    font-weight: bold;
}
.alert > p,
.alert > ul {
    margin-bottom: 0;
}
.alert > p + p {
    margin-top: 5px;
}
.alert-dismissable,
.alert-dismissible {
    padding-right: 35px;
}
.alert-dismissable .close,
.alert-dismissible .close {
    position: relative;
    top: -2px;
    right: -21px;
    color: inherit;
}

.alert-success {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}
.alert-success hr {
    border-top-color: #c9e2b3;
}
.alert-success .alert-link {
    color: #2b542c;
}
.alert-info {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1;
}
.alert-info hr {
    border-top-color: #a6e1ec;
}
.alert-info .alert-link {
    color: #245269;
}
.alert-warning {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc;
}
.alert-warning hr {
    border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
    color: #66512c;
}
.alert-danger {
    color: #fff;
    background-color: rgba(242,99,73,0.29);
    border-color: rgba(242,99,73,0.7);
}
.alert-danger hr {
    border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
    color: #843534;
}
/* =============================================================================
Custom jQuery UI Added
========================================================================== */

.ui-helper-hidden{display:none}
.ui-helper-hidden-accessible{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}
.ui-helper-reset{margin:0;padding:0;border:0;outline:0;line-height:1.3;text-decoration:none;font-size:100%;list-style:none}
.ui-helper-clearfix:before,.ui-helper-clearfix:after{content:"";display:table;border-collapse:collapse}
.ui-helper-clearfix:after{clear:both}.ui-helper-clearfix{min-height:0}
.ui-helper-zfix{width:100%;height:100%;top:0;left:0;position:absolute;opacity:0;filter:Alpha(Opacity=0)}
.ui-front{z-index:100}.ui-state-disabled{cursor:default!important}
.ui-icon{display:block;text-indent:-99999px;overflow:hidden;background-repeat:no-repeat}
.ui-widget-overlay{position:fixed;top:0;left:0;width:100%;height:100%}
.ui-slider{position:relative;text-align:left}
.ui-slider .ui-slider-handle{position:absolute;z-index:2;width:1.2em;height:1.2em;cursor:default}
.ui-slider .ui-slider-range{position:absolute;z-index:1;font-size:.7em;display:block;border:0;background-position:0 0;background:#ccc}
.ui-slider.ui-state-disabled .ui-slider-handle,.ui-slider.ui-state-disabled .ui-slider-range{filter:inherit}
.ui-slider-horizontal{height:.8em; background:#eee}
.ui-slider-horizontal .ui-slider-handle{top:-.3em;margin-left:-.6em; background:#999}
.ui-slider-horizontal .ui-slider-range{top:0;height:100%}
.ui-slider-horizontal .ui-slider-range-min{left:0}
.ui-slider-horizontal .ui-slider-range-max{right:0}
.ui-slider-vertical{width:.8em;height:100px}
.ui-slider-vertical .ui-slider-handle{left:-.3em;margin-left:0;margin-bottom:-.6em}
.ui-slider-vertical .ui-slider-range{left:0;width:100%}
.ui-slider-vertical .ui-slider-range-min{bottom:0}
.ui-slider-vertical .ui-slider-range-max{top:0}

.svg-filters {
    position: absolute;
    visibility: hidden;
    width: 1px;
    height: 1px;
}
/* End */


/* Start:/local/templates/new_main/css/template_styles.css?177686102873112*/
@charset "UTF-8";
@import '/local/templates/new_main/css/normalize.css'all;

input::-ms-clear {
    display: none;
}

select::-ms-expand {
    display: none;
}

body {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 16px;
    position: relative;
}

@-webkit-keyframes spinner-border {
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spinner-border {
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.not-found {
    font-size: 140px;
    margin: 70px 0;
    font-weight: bold;
    color: #AD7301;
}

.spinner-wrap {
    position: relative;
    width: 100%;
    height: 100%;
    max-width: 200px;
    margin-right: 34px;
    max-width: 200px;
}

.show-load.spinner-wrap .spinner-border {
    display: inline-block;
}

.spinner-border {
    position: absolute;
    display: none;
    left: 45%;
    top: 25%;
    width: 15px;
    height: 15px;
    vertical-align: text-bottom;
    border: 6px solid white;
    border-right-color: transparent;
    border-radius: 50%;
    -webkit-animation: spinner-border .75s linear infinite;
    animation: spinner-border .75s linear infinite;
}

.loader {
    margin-left: 5px;
    display: inline-block;
    font-size: 3px;
    text-indent: -9999em;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: #000000;
    background: -webkit-gradient(linear, left top, right top, color-stop(10%, #3a3a3a), color-stop(42%, #ffffff));
    background: linear-gradient(to right, #3a3a3a 10%, #ffffff 42%);
    position: relative;
    -webkit-animation: load3 1.4s infinite linear;
    animation: load3 1.4s infinite linear;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}

.loader:before {
    width: 50%;
    height: 50%;
    background: #000000;
    border-radius: 100% 0 0 0;
    position: absolute;
    top: 0;
    left: 0;
    content: '';
}

.loader:after {
    background: #F9F5EC;
    width: 55%;
    height: 55%;
    border-radius: 50%;
    content: '';
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

a:focus {
	outline: none !important;
}

@-webkit-keyframes load3 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes load3 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.container {
    position: relative;
    max-width: 1730px;
    padding: 0 15px;
    margin: 0 auto;
}

.title {
    text-transform: uppercase;
    text-transform: uppercase;
    font-size: 36px;
    font-weight: bold;
}

.card-main {
    margin: 0 auto;
    padding: 0 15px;
}

.valid-feedback {
    display: none;
    width: 100%;
    margin-top: 0.25rem;
    font-size: 80%;
    color: #28a745;
}

.seo__text {
    padding: 46px 33px 33px 33px;
    background-color: #F0F0F0;
    line-height: 24px;
    margin-bottom: 93px;
}

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

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.slick-track:before,
.slick-track:after {
    display: table;
    content: '';
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}

[dir='rtl'] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

input:focus,
textarea:focus,
select:focus {
    outline: none;
}

.valid-tooltip {
    position: fixed;
    top: -180px;
    right: 20px;
    z-index: 500;
    display: block;
    max-width: 100%;
    padding: 1rem 1.25rem;
    margin-top: .1rem;
    font-size: 16px;
    line-height: 1.5;
    color: #fff;
    background-color: rgba(40, 167, 69, 0.9);
    border-radius: 0.25rem;
    -webkit-transition: -webkit-transform .2s linear;
    transition: -webkit-transform .2s linear;
    transition: transform .2s linear;
    transition: transform .2s linear, -webkit-transform .2s linear;
}

.was-validated :valid~.valid-feedback,
.was-validated :valid~.valid-tooltip,
.is-valid~.valid-feedback,
.is-valid~.valid-tooltip {
    display: block;
}

.was-validated .form-control:valid,
.form-control.is-valid {
    border-color: #28a745;
    background-image: url(/local/templates/new_main/css/../icons/success.svg);
    background-repeat: no-repeat;
    background-position: right calc(0.375em + 0.1875rem) center;
    background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.was-validated .form-control:valid:focus,
.form-control.is-valid:focus {
    border-color: #28a745;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.was-validated textarea.form-control:valid,
textarea.form-control.is-valid {
    background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.was-validated .custom-select:valid,
.custom-select.is-valid {
    border-color: #28a745;
    background: url(/local/templates/new_main/css/../icons/success.svg);
}

.was-validated .form-check-input:valid~.form-check-label,
.form-check-input.is-valid~.form-check-label {
    color: #28a745;
}

.was-validated .form-check-input:valid~.valid-feedback,
.was-validated .form-check-input:valid~.valid-tooltip,
.form-check-input.is-valid~.valid-feedback,
.form-check-input.is-valid~.valid-tooltip {
    display: block;
}

.was-validated .custom-control-input:valid~.custom-control-label,
.custom-control-input.is-valid~.custom-control-label {
    color: #28a745;
}

.was-validated .custom-control-input:valid~.custom-control-label::before,
.custom-control-input.is-valid~.custom-control-label::before {
    border-color: #28a745;
}

.was-validated .custom-control-input:valid:checked~.custom-control-label::before,
.custom-control-input.is-valid:checked~.custom-control-label::before {
    border-color: #34ce57;
    background-color: #34ce57;
}

.was-validated .custom-control-input:valid:focus~.custom-control-label::before,
.custom-control-input.is-valid:focus~.custom-control-label::before {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.was-validated .custom-control-input:valid:focus:not(:checked)~.custom-control-label::before,
.custom-control-input.is-valid:focus:not(:checked)~.custom-control-label::before {
    border-color: #28a745;
}

.was-validated .custom-file-input:valid~.custom-file-label,
.custom-file-input.is-valid~.custom-file-label {
    border-color: #28a745;
}

.was-validated .custom-file-input:valid:focus~.custom-file-label,
.custom-file-input.is-valid:focus~.custom-file-label {
    border-color: #28a745;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.invalid-feedback {
    display: none;
    width: 100%;
    margin-top: 0.25rem;
    font-size: 80%;
    color: #dc3545;
}

.invalid-tooltip {
    position: absolute;
    top: 100%;
    right: 0;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: .5rem;
    margin-top: .1rem;
    font-size: .875rem;
    line-height: 1;
    color: #fff;
    background-color: rgba(220, 53, 69, 0.8);
    border-radius: .2rem;
}

.was-validated :invalid~.invalid-feedback,
.was-validated :invalid~.invalid-tooltip,
.is-invalid~.invalid-feedback,
.is-invalid~.invalid-tooltip {
    display: block;
}

.was-validated .form-control:invalid,
.form-control.is-invalid {
    border-color: #dc3545;
    background-image: url(/local/templates/new_main/css/../icons/error.svg);
    background-repeat: no-repeat;
    background-position: right calc(0.375em + 0.1875rem) center;
    background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.was-validated .form-control:invalid:focus,
.form-control.is-invalid:focus {
    border-color: #dc3545;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.was-validated textarea.form-control:invalid,
textarea.form-control.is-invalid {
    background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.was-validated .form-check-input:invalid~.form-check-label,
.form-check-input.is-invalid~.form-check-label {
    color: #dc3545;
}

.was-validated .form-check-input:invalid~.invalid-feedback,
.was-validated .form-check-input:invalid~.invalid-tooltip,
.form-check-input.is-invalid~.invalid-feedback,
.form-check-input.is-invalid~.invalid-tooltip {
    display: block;
}

.was-validated .custom-control-input:invalid~.custom-control-label,
.custom-control-input.is-invalid~.custom-control-label {
    color: #dc3545;
}

.was-validated .custom-control-input:invalid~.custom-control-label::before,
.custom-control-input.is-invalid~.custom-control-label::before {
    border-color: #dc3545;
}

.was-validated .custom-control-input:invalid:checked~.custom-control-label::before,
.custom-control-input.is-invalid:checked~.custom-control-label::before {
    border-color: #e4606d;
    background-color: #e4606d;
}

.was-validated .custom-control-input:invalid:focus~.custom-control-label::before,
.custom-control-input.is-invalid:focus~.custom-control-label::before {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.was-validated .custom-control-input:invalid:focus:not(:checked)~.custom-control-label::before,
.custom-control-input.is-invalid:focus:not(:checked)~.custom-control-label::before {
    border-color: #dc3545;
}

.was-validated .custom-file-input:invalid~.custom-file-label,
.custom-file-input.is-invalid~.custom-file-label {
    border-color: #dc3545;
}

.was-validated .custom-file-input:invalid:focus~.custom-file-label,
.custom-file-input.is-invalid:focus~.custom-file-label {
    border-color: #dc3545;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.tab-select {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.fade {
    opacity: 0;
    -webkit-transition: opacity 0.15s linear;
    transition: opacity 0.15s linear;
}

.fade.show {
    opacity: 1;
}

.nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: 79px;
    margin-top: 27px;
}

.nav-link {
    text-decoration: none;
    color: black;
}

.nav&gt;li&gt;a {
    padding: 6px 50px;
    padding-bottom: 12px;
    border-bottom: 2px solid #DBDBDB;
}

.nav&gt;li&gt;a:focus {
    outline: none;
    background-color: white;
}

.nav&gt;li&gt;a:hover {
    background-color: white;
    padding-bottom: 6px;
}

.nav-pills .nav-link.active,
.nav-pills .show&gt;.nav-link,
.nav-link&gt;li&gt;a {
    padding-bottom: 6px;
    border-bottom: 8px solid #D43D60;
}

.nav-link:hover {
    border-bottom: 8px solid #DBDBDB;
}

.tab-content&gt;.tab-pane {
    display: none;
}

.tab-content&gt;.active {
    display: block;
}

.select-block {
    margin-top: 24px;
    margin-left: 49px;
}

.custom-select {
    display: inline-block;
    width: auto;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 1.75rem 0.375rem 0.75rem;
    font-size: 18px;
    line-height: 1.5;
    color: #495057;
    vertical-align: middle;
    background: #fff url(/local/templates/new_main/css/../icons/arrow-down-select.svg) no-repeat right 0.75rem center/8px 10px;
    border: none;
    border-radius: 0.25rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.custom-select:focus {
    border-color: #AD7301;
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(173, 115, 1, 0.2);
    box-shadow: 0 0 0 0.2rem rgba(173, 115, 1, 0.2);
}

.collapse {
    display: none;
}

.collapse.show {
    display: block;
}

tr.collapse.show {
    display: table-row;
}

tbody.collapse.show {
    display: table-row-group;
}

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition: height 0.35s ease;
    transition: height 0.35s ease;
}

@-webkit-keyframes showList {
    0% {
        display: block;

        opacity: 0;
        height: 0;
    }

    50% {
        height: 50%;
    }

    100% {
        opacity: 1;
        height: auto;
    }
}

@keyframes showList {
    0% {
        display: block;
        opacity: 0;
        height: 0;
    }

    100% {
        opacity: 1;
        height: auto;
    }
}

.list-show a {
    text-decoration: none;
    line-height: 20px;
    padding: 10px 15px;
}

.mobile {
    padding-top: 27px;
    opacity: 0;
    display: none;
    background-color: #202228;
    position: absolute;
    top: 0;
    z-index: 2000;
    width: 100%;
    -webkit-transition: opacity .2s linear;
    transition: opacity .2s linear;
}
.callback-link-mobile {
	font-size:16px;
}
.mobile-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.mobile-menu__phone {
    text-decoration: none;
    color: white;
    font-size: 25px;
    margin-bottom: 17px;
    max-width: 200px;
    -webkit-transition: color .2s linear;
    transition: color .2s linear;
}
.block-contact-logo {
   display: flex;
    gap: 15px;
   padding:10px 0;
} 
.mobile-menu__phone:hover {
    color: #C3953C;
}

.mobile-menu__address {
    color: #A2A2A2;
    max-width: 275px;
}

.mobile-menu__list {
    list-style: none;
    padding-left: 0px;
}

.mobile-menu__item {
    margin-bottom: 15px;
}

.mobile-menu__item-link {
    text-decoration: none;
    color: white;
    -webkit-transition: color .2s linear;
    transition: color .2s linear;
    line-height: 20px;
    padding: 10px 0x;
}

.mobile-menu__item-link:hover {
    color: #C3953C;
}

.drop {
    position: relative;
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
    line-height: 20px;
    padding: 10px 0px;
    padding-right: 15px;
}

.drop:hover {
    color: #C3953C;
}

.drop:hover .arrow-down {
    border-color: #C3953C transparent;
}

.drop__list {
    display: none;
    z-index: 1;
    overflow: hidden;
    position: absolute;
    list-style: none;
    top: 2px;
    padding-left: 0;
    background-color: #202228;
}

.list-show:hover .drop__list {
    display: block;
    -webkit-animation: showList 0.4s linear;
    -moz-animation: showList 0.4s linear;
    -o-animation: showList 0.4s linear;
    animation: showList 0.4s linear;
}

.drop__item-link {
    padding: 15px;
    display: block;
    text-decoration: none;
    color: white;
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
}

.drop__item-link:hover {
    color: #AD7301;
    background-color: #2a2d35;
}

.section {
    padding-bottom: 25px;
}

.menu-icon {
    position: relative;
    z-index: 3000;
    width: 40px;
    height: 4px;
    background-color: #fff;
}

.menu-icon::before {
    position: absolute;
    left: 0;
    top: -14px;
    content: '';
    width: 40px;
    height: 4px;
    background-color: #fff;
    -webkit-transition: top 0.1s linear 0.1s, -webkit-transform 0.1s ease-in;
    transition: top 0.1s linear 0.1s, -webkit-transform 0.1s ease-in;
    transition: transform 0.1s ease-in, top 0.1s linear 0.1s;
    transition: transform 0.1s ease-in, top 0.1s linear 0.1s, -webkit-transform 0.1s ease-in;
}

.menu-icon::after {
    position: absolute;
    left: 0;
    top: 14px;
    content: '';
    width: 40px;
    height: 4px;
    background-color: #fff;
    -webkit-transition: top 0.1s linear 0.1s, -webkit-transform 0.1s ease-in;
    transition: top 0.1s linear 0.1s, -webkit-transform 0.1s ease-in;
    transition: transform 0.1s ease-in, top 0.1s linear 0.1s;
    transition: transform 0.1s ease-in, top 0.1s linear 0.1s, -webkit-transform 0.1s ease-in;
}

.menu-icon-wrapper {
    margin-top: 5px;
    width: 40px;
    padding-top: 0px;
    height: 19px;
    cursor: pointer;
    display: none;
}

.menu-icon.menu-icon-active {
    background-color: transparent;
}

.menu-icon.menu-icon-active::before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 0;
    -webkit-transition: top 0.1s linear, -webkit-transform 0.1s ease-in 0.1s;
    transition: top 0.1s linear, -webkit-transform 0.1s ease-in 0.1s;
    transition: top 0.1s linear, transform 0.1s ease-in 0.1s;
    transition: top 0.1s linear, transform 0.1s ease-in 0.1s, -webkit-transform 0.1s ease-in 0.1s;
}

.menu-icon.menu-icon-active::after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 0;
    -webkit-transition: top 0.1s linear, -webkit-transform 0.1s ease-in 0.1s;
    transition: top 0.1s linear, -webkit-transform 0.1s ease-in 0.1s;
    transition: top 0.1s linear, transform 0.1s ease-in 0.1s;
    transition: top 0.1s linear, transform 0.1s ease-in 0.1s, -webkit-transform 0.1s ease-in 0.1s;
}

.drop {
    cursor: pointer;
    position: relative;
    color: white;
}

.arrow-down {
    position: absolute;
    top: 45%;
    right: 0;
    border-width: 5px 5px 0 5px;
    border-style: solid;
    border-color: white transparent;
    -webkit-transition: border-color .2s linear;
    transition: border-color .2s linear;
}

.navigation__list {
    list-style: none;
    padding: 0;
    margin-bottom: 19px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.navigation__item {
    margin-right: 37px;
}

.navigation__item-link {
    text-decoration: none;
    color: #AD7301;
    font-size: 17px;
    -webkit-transition: color .2s linear;
    transition: color .2s linear;
}

.navigation__item-link:hover {
    color: #7a5101;
}

.article h1{
    font-size: 67px;
    margin-bottom: 60px;
}

.header {
    color: white;
    background-color: #202228;
    margin-bottom: 61px;
}

.header__title {
    font-size: 61px;
    font-weight: 700;
    line-height: 76px;
    max-width: 980px;
    margin-bottom: 40px;
}

.header__subtitle {
    padding-bottom: 155px;
}

.header__navbar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 47px 15px;
    max-width: 1620px;
    margin: 0 auto;
    align-items: center;
}

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

.menu__logo {
    padding-left: 12px;
    margin-right: 150px;
}

.menu__list {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-around;
    flex-direction: row;
	align-items: stretch;
}

.list__item {
    margin-right: 0;
    margin-bottom: 0;
    cursor: pointer;
    position: relative;
}

.list__item.list-show {
     padding-right:20px;
}

.list__item-link {
    text-decoration: none;
    color: white;
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
	line-height: 20px;
	padding: 10px 20px;
}

.list__item-link:hover {
    color: #C3953C;
}

.header-contacts {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    gap: 15px;
}

.header-contacts__phone {
    margin: 0;
    text-decoration: none;
    color: white;
    font-size: 35px;
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
}

.header-contacts__phone:hover {
    color: #C3953C;
}

.header-contacts__description {
    max-width: none;
    text-align: right;
    font-size: 20px;
}

.header-background {
    position: relative;
    background: #ffffff;
}
.header__truck-img {
    position: absolute;
    width: 540px;
    top: 1px;
    right: 20px;

}
.header-background::after {
    content: '';
    background-image: url(/local/templates/new_main/css/../img/header/bg-header-after.png);
    background-repeat: repeat-x;
    position: absolute;
    z-index: -9999;
    width: 100%;
    height: 100%;
    margin-top: -10px;
}

.header-background .header-contacts .header-contacts__phone {
    margin-bottom: 0;
}

.header-background .header-contacts .header-contacts__description {
    max-width: 245px;
    font-size: 23px;
    text-align: right;
}

.discont {
    margin-top: 4px;
    width: 100%;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 37px 0;
    background-color: white;
    margin-bottom: 17px;
}

.discont__image {
    position: absolute;
    bottom: 0;
    left: 50px;
    max-height: 220px;
}

.discont__title {
    color: #D39724;
    font-size: 44px;
    max-width: 350px;
    margin-right: 69px;
    font-weight: bold;
}

.discont__description {
    font-size: 24px;
    max-width: 412px;
    margin-right: 312px;
    line-height: 36px;
}

.service {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 10px;
}

.service__hidden {
    overflow: hidden;
}

.service__item {
    position: relative;
    height: 314px;
    margin-right: 13px;
    width: 100%;
    background-color: white;
    -webkit-transition: all 0.1s linear;
    transition: all 0.1s linear;
}

.service__item a {
    z-index: 600;
}

.service__item.service-dop a {
    color: #000;
    text-decoration: none;
}

.service__item:hover .service__item-arrow-to {
    right: 10%;
    fill: red;
}

.service__item:hover .service__item-image-teh,
.service__item:hover .service__item-repier-image,
.service__item:hover .service-dop__image {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.service__item:hover .service__item-repier span,
.service__item:hover .service-dop__title,
.service__item:hover .service-out__title {
    color: #9c7730;
}

.service__item:hover .service__item-arrow-to {
    z-index: 240;
}

.service__item:last-child {
    margin-right: 0;
}

.service__item-tehdiagnostic,
.service__item-repier {
    position: relative;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-transform: uppercase;
    text-decoration: none;
    color: #C3953C;
    z-index: 100;
    font-size: 20px;
    font-weight: 600;
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
}

.service__item-tehdiagnostic {
    background-color: rgba(15, 20, 33, 0.8);
}

.service__item-tehdiagnostic:hover {
    background-color: #0f1421;
}

.service__item-repier {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    background-color: rgba(151, 151, 151, 0.2);
}

.service__item-repier span {
    margin-left: 90px;
}

.service__item-repier-image {
    position: absolute;
    top: 10px;
    left: 62%;
    z-index: 999;
    cursor: pointer;
    -webkit-transition: -webkit-transform .2s linear;
    transition: -webkit-transform .2s linear;
    transition: transform .2s linear;
    transition: transform .2s linear, -webkit-transform .2s linear;
}

.service__item-arrow-to {
    position: absolute;
    z-index: 9999;
    top: 46%;
    right: 12%;
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
}

.service__item-image-teh {
    position: absolute;
    height: 616px;
    top: -100px;
    left: 0;
    width: 100%;
    z-index: 20;
    cursor: pointer;
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
}

.service-dop {
    background-color: #F0F0F0;
}

.service-dop__block {
    padding-left: 124px;
    padding-top: 117px;
}

.service-dop__image {
    position: absolute;
    right: -57px;
    top: 6px;
    height: 313px;
    -webkit-transition: -webkit-transform .2s linear;
    transition: -webkit-transform .2s linear;
    transition: transform .2s linear;
    transition: transform .2s linear, -webkit-transform .2s linear;
}

.service-dop__title {
  font-weight: bold;
    font-size: 20px;
    margin-bottom: 21px;
    text-transform: uppercase;
    color: #C3953C;
}

.service-dop__list {
    margin: 0;
    padding: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 1160px;
}

.to {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.service-out {
    background-color: #F2F2F2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.service-out__title {
    font-weight: bold;
    font-size: 28px;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.service-out__block {
    margin-top: 29px;
    margin-left: 431px;
}

.service-out__photo {
    position: absolute;
    left: -15%;
    top: -75px;
    cursor: pointer;
}

.service-out__photo img {
    margin-right: 48px;
}

.block-form {
    background-image: url(/local/templates/new_main/css/../img/form/bg-form-index.png);
    background-repeat: no-repeat;
    background-position: 110% 65%;
}

.block-form__item {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-top: 40px;
    padding-bottom: 50px;
    margin-bottom: 54px;
}

.block-form__form {
    padding-right: 321px;
    padding-top: 6px;
}

.block-form__title {
    max-width: 520px;
}

.block-form__subtitle {
    margin-top: 40px;
    max-width: 460px;
    margin-bottom: 15px;
}

.label-comment {
    -ms-flex-item-align: start;
    align-self: flex-start;
    margin-top: 20px;
}

.form-req {
    opacity: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
}

.form-req__input,
.form-req__area {
    border: 2px solid #979797;
    padding-left: 22px;
    font-size: 21px;
}

.form-req__input {
    max-width: 454px;
    width: 100%;
    height: 49px;
}

.form-req__area {
    width: 435px;
    height: 107px;
    padding: 10px 20px;
}

.form-req__fade {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 19px;
}

.form-req__fade label {
    margin-right: 53px;
}

.form-req__submit {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 9px;
}

.form-req__submit-btn {
    max-width: 200px;
    width: 100%;
    background-color: #C3953C;
    color: white;
    border: none;
    padding: 17px 0;
    font-size: 18px;
    -webkit-transition: background-color .2s linear;
    transition: background-color .2s linear;
}

.form-req__submit-btn:hover {
    background-color: #9c7730;
}

.form-req__check {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 245px;
}

.form-req__check input {
    -ms-flex-item-align: start;
    align-self: flex-start;
    height: 15px;
    width: 25px;
    margin-top: 2px;
}

.form-req__check label {
    font-size: 12px;
    margin-left: 6px;
    cursor: pointer;
}

.form-req.hide-form {
    opacity: 0;
    z-index: -200;
}

.bg-form-maintenance {
    background-image: url(/local/templates/new_main/css/../img/form/bg-form-maintenance.png);
}

.bg-form-contacts {
    background-image: url(/local/templates/new_main/css/../img/form/bg-form-contacts.png);
}

.finish {
    z-index: -200;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    opacity: 0;
    height: 400px;
    width: 475px;
    right: 370px;
    -webkit-transition: opacity .4s linear;
    transition: opacity .4s linear;
}

.finish__text {
    font-size: 40px;
    font-weight: 600;
    color: #D39724;
}

.finish.show {
    opacity: 1;
    z-index: 600;
}

.more {
    display: block;
    width: 100%;
    text-align: center;
    border: none;
    background-color: #F9F5EC;
    border: 3px solid transparent;
    padding: 14px;
    -webkit-transition: border-color, background-color .3s linear;
    transition: border-color, background-color .3s linear;
}

.more:focus {
    outline: none;
}

.more:hover {
    border-color: #C3953C;
    background-color: #f5efe0;
}

.disabled-submit:hover,
.disabled-submit {
    background-color: #89682a;
}

.news__section {
    margin-bottom: 93px;
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
}

.news__wrap {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (510px)[auto-fill];
    grid-template-columns: repeat(auto-fill, 510px);
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 28px;
    overflow: hidden;
    grid-row-gap: 20px;
}

.news__title {
    margin-bottom: 47px;
}

.news__item {
    overflow: hidden;
}

.news__item-data {
    display: inline-block;
    padding-left: 33px;
    font-size: 14px;
    margin-bottom: 10px;
}

.news__item-block {
    background-color: #F0F0F0;
    padding: 46px 33px 33px 33px;
    height: 100%;
}

.news__item-title {
    display: inline-block;
    height: 106px;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: bold;
    color: #000;
    font-size: 17px;
    line-height: 24px;
    -webkit-transition: color .2s linear;
    transition: color .2s linear;
}

.news__item-title:hover {
    color: #C3953C;
}

.news__item-description {
    overflow: hidden;
    padding-right: 40px;
    max-height: 405px;
}

.news__item-text {
    margin-bottom: 23px;
    line-height: 24px;
}

.footer-block {
    background-color: #F0F0F0;
}

.footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.footer__item {
    margin-right: 130px;
    padding: 55px 0;
}

.section-list {
    list-style: none;
    padding: 0;
}

.section-list__link {
    margin-bottom: 23px;
}

.section-list__link-to {
    text-decoration: none;
    color: #000;
    font-size: 16px;
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
}

.section-list__link-to:hover {
    color: #C3953C;
}

.contacts-list {
    padding: 0;
}

.contacts-list__item {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 19px;
}

.contacts-list__item:last-child {
    margin-bottom: 38px;
}

.contacts-list__icon {
    min-height: 23px;
    min-width: 18px;
}

.contacts-list__contact {
    transition: 0.3s ease-in;
    margin-left: 10px;
    font-size: 16px;
    color: #000;
    text-decoration: none;
}

a.contacts-list__contact:hover {
    text-decoration: underline;
}

.social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 176px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.politic {
    padding-left: 14px;
}

.politic__image {
    padding-top: 11px;
    margin-bottom: 38px;
}

.politic__image-item:last-child {
    margin-left: 60px;
}

.politic__service {
    margin-bottom: 12px;
}

.politic__conf {
    margin-bottom: 29px;
}

.politic__conf a {
    color: #000;
}

.maintenance {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 65px;
    padding-bottom: 25px;
}

.maintenance__comeback {
    display: inline-block;
    padding: 20px 90px;
    margin-bottom: 20px;
    text-decoration: none;
    color: #AD7301;
    text-transform: uppercase;
    background: -webkit-gradient(linear, left top, right top, from(rgba(187, 124, 0, 0.165704)), to(#707219));
    background: linear-gradient(90deg, rgba(187, 124, 0, 0.165704) 0%, #707219 100%);
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
}

.maintenance__comeback:hover {
    background: -webkit-gradient(linear, left top, right top, from(#bb7c00), to(#707219));
    background: linear-gradient(90deg, #bb7c00 0%, #707219 100%);
    color: white;
    padding: 20px 140px;
}

.maintenance__description {
    margin-left: 117px;
    padding-top: 15px;
    padding-right: 35px;
    overflow-y: auto;
    max-height: 700px;
}

.maintenance__description p {
    margin-bottom: 25px;
    line-height: 24px;
}

.maintenance__title {
    font-size: 37px;
    margin-bottom: 77px;
    letter-spacing: -0.5px;
}

.maintenance__description ul {
    list-style: '•';
    padding-left: 23px;
}

.maintenance__description li {
    padding-left: 13px;
    margin-bottom: 27px;
    line-height: 20px;
}

.slider-wrap {
    position: relative;
    width: 684px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.slider-for {
    width: 584px;
    height: 438px;
    margin: 30px 0;
}

.slider-nav {
    width: 684px;
}

.slider-nav img {
    padding: 10px;
}

.slider-next,
.slider-prev {
    position: absolute;
    top: 38%;
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
    cursor: pointer;
}

.slider-prev {
    left: 0;
}

.slider-prev:hover {
    left: -1%;
}

.slider-next {
    right: 0;
}

.slider-next:hover {
    right: -1%;
}

.maintenance-services {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding-bottom: 30px;
    margin-bottom: 63px;
}

.maintenance-services__title {
    max-height: 95px;
    overflow: hidden;
    text-transform: uppercase;
    margin-right: 70px;
    max-width: 375px;
    width: 100%;
}

.maintenance-services-list {
    max-height: 100px;
    overflow: hidden;
    margin: 0;
    list-style: none;
    padding: 0;
    padding-top: 4px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.maintenance-services-list__item {
    margin-right: 50px;
    margin-bottom: 43px;
}

.maintenance-services-list__item-link {
    font-size: 20px;
    text-decoration: none;
    color: #c3953c;
    font-weight: 600;
    text-transform: uppercase;
    -webkit-transition: color .2s linear;
    transition: color .2s linear;
}

.maintenance-services-list__item-link:hover {
    color: #9c7730;
}

.section-contacts {
    position: relative;
}

.section-contacts__map {
    position: absolute;
    overflow: hidden;
    right: 0;
    top: 0;
    width: 990px;
    height: 490px;
}

.contacts {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 27px;
}

.contacts__item {
    font-style: normal;
    font-size: 36px;
    margin-bottom: 70px;
    font-weight: 600;
    max-width: 650px;
}

a.contacts__item {
    color: #000;
    text-decoration: none;
}

a.contacts__item:hover {
    text-decoration: underline;
}

.operating-mode {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.operating-mode__item {
    max-width: 330px;
    line-height: 25px;
    margin-bottom: 31px;
}

.questionnaire {
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 35px;
    -webkit-transition: height .2s linear;
    transition: height .2s linear;
}

.questionnaire__card {
    background-color: #F1F1F1;
    margin-bottom: 16px;
    padding: 46px 47px;
}

.question,
.answer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.question__title,
.answer__title {
    font-weight: 400;
    min-width: 81px;
    margin-right: 22px;
    font-size: 14px;
}

.question__description {
    max-width: 990px;
    font-size: 17px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 32px;
    line-height: 24px;
}

.answer__description {
    max-width: 900px;
    line-height: 23px;
}

.answer__text {
    margin-bottom: 14px;
}

.answer__text:last-child {
    margin-bottom: 0;
}

.answer__description,
.question__description {
    overflow: hidden;
    max-height: 95px;
}

.cooperation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 53px;
}

.cooperation__title {
    min-width: 630px;
    margin-right: 173px;
    font-size: 37px;
}

.cooperation__description {
    margin-top: 13px;
    margin-bottom: 10px;
    line-height: 24px;
    padding-right: 50px;
    overflow: hidden;
    max-height: 615px;
}

.cooperation__text {
    margin-bottom: 30px;
}

.cooperation__text:last-child {
    margin-bottom: 0;
}

.grid-cards {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 40px;
    margin-bottom: 40px;
}

.grid-cards__text {
    overflow: hidden;
    max-height: 185px;
    max-width: 310px;
    line-height: 23px;
}

.grid-cards__item {
    position: relative;
    width: 383px;
    max-height: 200px;
    padding: 30px 0 31px 52px;
    margin-bottom: 35px;
    background-color: #F1F1F1;
    margin-right: 55px;
}

.grid-cards__image {
    position: absolute;
    right: 20px;
    top: 30px;
}

.new-section {
    margin-bottom: 70px;
}

.new-section__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.new-section__card {
    margin-bottom: 16px;
    background-color: #F0F0F0;
    max-height: 368px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.new-section__title-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 46px;
}

.new-section__image {
    margin-right: 73px;
    width: 479px;
}

.new-section__title {
    display: block;
    width: 334px;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: bold;
    color: #C3953C;
    margin-bottom: 16px;
    margin-right: 73px;
    max-width: 334px;
    font-size: 17px;
    line-height: 24px;
    -webkit-transition: color .2s linear;
    transition: color .2s linear;
}

.new-section__title:hover {
    color: #9c7730;
}

.new-section__data {
    font-size: 14px;
}

.new-section__description {
    overflow: hidden;
    max-height: 312px;
    margin-top: 46px;
    max-width: 407px;
    margin-bottom: 10px;
}

.new-section__description p {
    line-height: 24px;
    margin-bottom: 23px;
}

.new-section__description p:last-child {
    margin-bottom: 0;
}
@media screen and ( min-width: 3450px ) {
  .section-contacts__map {
    width: 1550px;
  }
}
@media screen and ( min-width: 2450px ) {
  .service-out__photo {
    left: -11%;
    top: -35px;
  }
  .discont {
    padding: 70px 0;
  }
  .service__item {
    height: 430px;
  }
  .service__item-image-teh {
    height: 900px;
  }
  .service__item-repier-image {
    top: 50px;
  }
  .section-contacts__map {
    width: 1350px;
  }
  .bg-form-contacts {
    background-position: 105% 65%;
  }
}
@media screen and (max-width: 1850px) {
    .discont__title {
        margin-right: 35px;
    }

    .discont__description {
        margin-right: 140px;
    }

    .header__subtitle {
        padding-bottom: 120px;
    }
}

@media screen and (max-width: 1650px) {
    .container, .header__navbar {
        max-width: 1440px;
    }
    .header__truck-img {
      right: 5%;
      bottom: 20%;
      width: 275px;
    }
    .footer__item {
        margin-right: 70px;
    }

    .footer__item:last-child {
        margin-right: 0;
    }

    .spinner-wrap {
        margin-right: 10px;
        max-width: 160px;
    }

    .spinner-border {
        left: 42%;
    }

    .title {
        font-size: 32px;
    }

    .block-form {
        background-size: 19%;
        background-position: 108%;
    }

    .block-form__form {
        padding-right: 130px;
    }

    .block-form__title {
        max-width: 455px;
    }

    .block-form__subtitle {
        max-width: 290px;
    }

    .form-req__input,
    .form-req__area {
        padding-left: 20px;
        font-size: 20px;
    }

    .form-req__input {
        max-width: 390px;
    }

    .form-req__area {
        width: 371px;
    }

    .form-req__fade label {
        margin-right: 20px;
    }

    .form-req__submit-btn {
        max-width: 160px;
        padding: 17px 0;
        font-size: 17px;
    }

    .finish {
        right: 110px;
    }

    .cooperation__title {
        min-width: 435px;
        margin-right: 130px;
        font-size: 35px;
    }

    .cooperation__description {
        padding-right: 0;
        max-height: 805px;
    }

    .grid-cards {
        max-width: 1025px;
    }

    .maintenance__photo {
        width: 400px;
        margin-right: 30px;
    }

    .maintenance__title {
        font-size: 33px;
    }

    .maintenance__description {
        margin-left: 20px;
        padding-right: 0;
        max-height: 1300px;
    }

    .maintenance__description p {
        margin-bottom: 15px;
    }

    .maintenance__image {
        max-width: 560px;
    }

    .maintenance-services__title {
        max-width: 310px;
    }

    .maintenance-services-list {
        max-height: 220px;
    }

    .maintenance-services-list__item {
        margin-right: 25px;
    }

    .maintenance__description li {
        margin-right: 25px;
        margin-bottom: 15px;
    }

    .discont__title {
        margin-right: 10px;
    }

    .discont__description {
        margin-right: 0;
    }

    .discont__image {
        top: 20px;
        left: -65px;
        max-height: 162px;
    }

    .service__item-repier span {
        margin-left: 45px;
    }

    .section-contacts__map {
        width: 530px;
    }

    .new-section__card {
        padding-right: 20px;
    }

    .new-section__image {
        width: 365px;
        height: 300px;
        margin-right: 28px;
    }

    .new-section__title-block,
    .new-section__description {
        margin-top: 20px;
    }

    .new-section__title {
        margin-right: 28px;
        width: 314px;
    }

    .new-section__description p,
    .new-section__description span {
        line-height: 19px;
        font-size: 14px;
    }

    .new-section__description {
        max-height: 270px;
    }

    .header__title {
        font-size: 50px;
        line-height: 60px;
        margin-bottom: 30px;
    }

    .header__subtitle {
        padding-bottom: 90px;
    }

    .header__subtitle-img {
        height: 72px;
    }

    .header-contacts__description {
        font-size: 16px;
        text-align: right;
        max-width: 320px;
    }

    .menu__logo {
        margin-right: 50px;
    }

    .header-background .header-contacts .header-contacts__description {
        font-size: 16px;
    }

    .news__wrap {
        -ms-grid-columns: (350px)[auto-fill];
        grid-template-columns: repeat(auto-fill, 350px);
    }

    .news__item-title {
        height: 124px;
        margin-bottom: 10px;
    }

    .news__item-description {
        max-height: 720px;
    }

    .service-out__block {
        margin-left: 600px;
    }

    .service-out__photo {
        top: -27px;
    }

    .service-out__photo img {
        width: 35%;
    }

    .gold-to {
        top: 47%;
    }

    .service-dop__block {
        padding-left: 45px;
    }

    .service-dop__list {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        max-width: 911px;
    }

    .service-dop__link {
        margin-bottom: 15px;
    }

    .service-dop__image {
        height: auto;
        width: 275px;
    }

    .nav {
        margin-left: 38px;
    }

    .select-block {
        margin-left: 18px;
    }

    .slider-for {
        width: 560px;
        height: 420px;
    }

    .slider-nav {
        width: 684px;
    }
}

@media screen and ( max-width: 1455px ){
 .header-contacts {
     gap:10px;
} 

.list__item-link  {
 padding: 0px;
 padding-right: 10px;
 padding-left: 10px;
}
 .menu__nav{
       font-size:14px; 
  }
  .menu__logo{
       max-width: 200px;
       margin-right: 0px; 
  }
  .menu__logo img {
        width: 100%;
        height: auto;
        display: block;
    }
    .header-contacts__phone {
         font-size: 30px;
    }
    .callback-link {
         font-size: 14px;
    }    
     .header-contacts__phone  img{
         max-width: 30px;
         max-height: 30px;  
    }
    .contact-logo img {
          max-width: 30px;
          max-height: 30px;   
    }
}

@media screen and (max-width: 1200px) {
    .container {
        max-width: 970px;
    }

    .new-section__title {
        width: 234px;
    }

    .header__truck-img {
      display: none;
    }
    .footer__item {
        margin-right: 50px;
        padding: 25px 0;
    }

    .politic {
        padding-left: 0;
    }

    .spinner-wrap {
        margin-right: 20px;
        max-width: 180px;
    }

    .block-form__form {
        padding-right: 50px;
    }

    .form-req__input {
        max-width: 420px;
    }

    .form-req__area {
        width: 400px;
    }

    .form-req__submit-btn {
        max-width: 180px;
        font-size: 18px;
    }

    .finish {
        right: 0;
    }

    .form-req.hide-form {
        height: 200px;
    }

    .block-form,
    .bg-form-maintenance,
    .bg-form-contacts {
        background-image: none;
    }

    .article h1 {
        font-size: 55px;
    }

    .cooperation {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .cooperation__title {
        margin-bottom: 25px;
    }

    .cooperation__description {
        margin-top: 0;
        max-height: 518px;
    }

    .maintenance {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-bottom: 40px;
    }

    .maintenance__photo {
        width: 650px;
    }

    .maintenance__title {
        margin-bottom: 25px;
    }

    .maintenance__image {
        max-width: none;
    }

    .maintenance__description {
        margin-left: 0;
        max-height: unset;
    }

    .maintenance-services {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-bottom: 10px;
    }

    .maintenance-services__title {
        margin-bottom: 35px;
    }

    .contacts__item {
        margin-bottom: 35px;
    }

    .discont {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: distribute;
        justify-content: space-around;
    }

    .discont__image {
        display: none;
    }

    .service {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .service__hidden {
        margin-bottom: 10px;
        height: 300px;
    }

    .service__hidden:last-child {
        margin-bottom: 0;
    }

    .service__item-repier span {
        margin-left: 80px;
    }

    .section-contacts__map {
        position: relative;
        max-width: 970px;
        width: 100%;
        margin: 0 auto;
    }

    .header {
        margin-bottom: 20px;
    }

    .header__subtitle {
        padding-bottom: 41px;
    }

    .header__subtitle-img {
        height: 50px;
    }

    .header__title {
        font-size: 39px;
        line-height: 44px;
        margin-bottom: 24px;
        max-width: 600px;
    }

    .header__navbar {
        max-width: 970px;
        margin: 0 auto;
        padding: 20px 0;
    }

    .header-contacts__phone {
        font-size: 24px;
        margin-bottom: 5px;
    }

    .header-background .header-contacts .header-contacts__phone {
        margin-bottom: 5px;
    }

    .list__item {
    }

    .list__item-link, .list-show a {
      padding: 0px 10px;
    }
    .news__wrap {
        -ms-grid-columns: (minmax(320px, 450px))[auto-fit];
        grid-template-columns: repeat(auto-fit, minmax(320px, 450px));
    }

    .news__item-description {
        max-height: 480px;
    }

    .menu__list {
        max-width: 430px;
        font-size: 12px;
    }

    .menu__logo {
        max-width:140px;
    }

    .service-out {
        display: block;
        overflow: hidden;
    }

    .service-out__block {
        margin-left: 121px;
        margin-bottom: 20px;
    }

    .service-out__photo {
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        top: 0;
        left: -10%;
    }

    .service-out__photo img {
        width: 280px;
        -ms-flex-item-align: end;
        align-self: flex-end;
    }

    .service-dop__block {
        padding-left: 80px;
        padding-top: 80px;
    }

    .service-dop__list {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .service-dop__link {
        margin-bottom: 15px;
    }

    .service-dop__image {
        height: auto;
        width: 275px;
    }

    .tab-select {
        display: block;
    }

    .nav {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        margin-top: -20px;
    }

    .select-block {
        margin-top: -40px;
        margin-bottom: 20px;
        margin-left: -8px;
    }

    .slider-wrap {
        width: 684px;
    }

    .slider-for {
        width: 584px;
        height: 438px;
    }

    .grid-cards__item {
        margin-right: 40px;
    }

    .answer__description,
    .question__description {
        max-height: 120px;
    }
}

@media screen and (max-width: 991px) {
    .active-menu .mobile {
        display: block;
    }

    .opacity-menu .mobile {
        opacity: 1;
    }

    .container {
        max-width: 750px;
    }

    .footer {
        display: block;
    }

    .footer-block {
        padding-top: 30px;
    }

    .footer ul {
        margin-bottom: 0;
    }

    .footer__item {
        display: inline-block;
        padding: 0 0 45px 0;
    }

    .footer__item:first-child {
        margin-right: 200px;
    }

    .footer__item:last-child {
        display: block;
        padding-top: 0;
    }

    .cooperation__description {
        max-height: 640px;
    }

    .politic__image {
        padding-top: 0;
        margin-bottom: 50px;
    }

    .politic__conf {
        margin-bottom: 45px;
    }

    .section-list__link:last-child {
        margin-bottom: 0;
    }

    .contacts-list {
        margin-top: 0;
    }

    .title {
        font-size: 28px;
    }

    .block-form__form {
        padding-right: 0;
        padding-top: 0;
    }

    .block-form__title {
        margin-bottom: 20px;
    }

    .form-req label {
        margin-left: 5px;
        margin-bottom: 5px;
    }

    .form-req__input {
        max-width: 378px;
    }

    .form-req__area {
        max-width: 358px;
    }

    .form-req__fade {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        margin-bottom: 23px;
    }

    .form-req__check input {
        width: 28px;
        height: 18px;
    }

    .label-comment {
        margin-top: 0;
    }

    .finish {
        left: 0;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    .article__title {
        margin-bottom: 35px;
        font-size: 50px;
    }

    .cooperation {
        margin-bottom: 40px;
    }

    .grid-cards {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .grid-cards__item {
        margin-right: 0;
    }

    .maintenance__description p,
    .maintenance__description li {
        margin-bottom: 15px;
    }

    .service__hidden {
        height: 275px;
    }

    .contacts {
        padding-bottom: 0;
        margin-bottom: 10px;
    }

    .contacts__item {
        margin-bottom: 15px;
        font-size: 26px;
    }

    .section-contacts__map {
        height: 320px;
    }

    .new-section__card {
        display: block;
        max-height: none;
    }

    .new-section__title-block {
        display: inline-block;
        max-width: 325px;
        vertical-align: top;
    }

    .new-section__title {
        margin-right: 0;
        width: auto;
    }

    .new-section__description p,
    .new-section__description span {
        font-size: 16px;
        line-height: 23px;
    }

    .new-section__description {
        max-width: none;
        padding-left: 20px;
        padding-bottom: 20px;
        max-height: 190px;
    }

    .menu__nav,
    .header-contacts {
        display: none;
    }

    .menu-icon-wrapper {
        display: block;
    }

    .header__navbar {
        max-width: 750px;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding: 27px 0;
    }

    .menu__logo {
        margin: 0;
    }

    .answer__description,
    .question__description {
        max-height: 165px;
    }
}

@media screen and (max-width: 767px) {
    .container {
        max-width: 450px;
    }

    .title {
        margin-left: 5px;
    }

    .footer__item,
    .form-req__check {
        margin-left: 10px;
    }

    .spinner-wrap {
        max-width: none;
    }

    .spinner-border {
        left: 45%;
        top: 17%;
    }

    .block-form__item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding-bottom: 0;
        padding-top: 10px;
        margin-bottom: 27px;
    }

    .block-form__subtitle {
        margin-bottom: 15px;
        margin-top: 15px;
        margin-left: 5px;
        max-width: 460px;
    }

    .finish {
        max-width: 450px;
    }

    .grid-cards {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    .form-req__check {
        margin-left: 2px;
    }

    .form-req__area {
        max-width: none;
        width: 406px;
    }

    .form-req__input {
        max-width: none;
        width: 426px;
    }

    .form-req__submit {
        display: block;
    }

    .form-req__submit-btn {
        max-width: none;
        font-size: 18px;
        margin-bottom: 30px;
    }

    .cooperation__title {
        font-size: 29px;
        margin-right: 0;
    }

    .cooperation__text {
        margin-bottom: 15px;
    }

    .cooperation__description {
        max-height: 965px;
    }

    .grid-cards {
        margin-top: 0;
        margin-bottom: 15px;
    }

    .grid-cards__item {
        margin-bottom: 20px;
    }

    .question,
    .answer {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .question__title,
    .answer__title {
        margin-bottom: 20px;
    }

    .questionnaire__card {
        padding: 35px 35px;
    }

    .answer__description {
        max-height: 230px;
    }

    .question__description {
        max-height: 241px;
    }

    .maintenance {
        margin-bottom: 15px;
    }

    .maintenance__photo {
        width: 450px;
        margin-right: 0;
    }

    .maintenance__text {
        margin-left: 5px;
    }

    .maintenance__image {
        max-width: 450px;
    }

    .maintenance__title {
        font-size: 29px;
    }

    .maintenance__description p,
    .maintenance__description li {
        margin-bottom: 12px;
    }

    .maintenance-services {
        padding-bottom: 0;
    }

    .maintenance-services-list {
        margin-left: 5px;
    }

    .maintenance-services-list__item {
        margin-bottom: 25px;
    }

    .maintenance-services-list__item-link {
        font-size: 17px;
    }

    .discont {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        padding-left: 20px;
    }

    .discont__title {
        margin-bottom: 25px;
    }

    .service__item-tehdiagnostic span {
        max-width: 220px;
    }

    .service__item-image-teh {
        height: auto;
        top: -40px;
    }

    .service__hidden {
        height: 190px;
    }

    .service__item-repier-image {
        height: 96%;
    }

    .contacts__map {
        width: 450px;
    }

    .new-section__card {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .new-section__image {
        width: 450px;
        height: auto;
    }

    .new-section__title-block {
        margin-left: 20px;
    }

    .new-section__description {
        max-height: 280px;
    }

    .header__title {
        font-size: 29px;
    }

    .header__navbar {
        max-width: 450px;
    }

    .news__section,
    .seo__text {
        margin-bottom: 31px;
    }

    .news__title {
        margin-bottom: 20px;
    }

    .news__item-data {
        padding-left: 3px;
    }

    .news__item-title {
        margin-bottom: 35px;
        height: 93px;
    }

    .news__item-description {
        padding-right: 0;
        max-height: 430px;
    }

    .gold-to {
        display: none;
    }

    .service-out__title {
        font-size: 20px;
        margin-bottom: 30px;
    }

    .service-out__block {
        margin-left: 34px;
        margin-top: 50px;
        margin-bottom: 50px;
    }

    .service-out__photo {
        left: -16%;
    }

    .service-out__photo img {
        width: 215px;
        margin-right: 15px;
    }

    .service-out {
        height: 377px;
    }

    .service-out__city {
        line-height: 23px;
    }

    .service-dop {
        height: 314px;
    }

    .service-dop__block {
        padding-left: 32px;
        padding-top: 56px;
    }

    .service-dop__title {
        margin-bottom: 27px;
        max-width: 235px;
    }

    .service-dop__image {
        width: 150px;
    }

    .service-dop__list {
        max-width: 205px;
    }

    .service-dop__link {
        margin-bottom: 10px;
    }

    .nav {
        margin: 0;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    .nav&gt;li&gt;a {
        padding: 6px 22px;
    }

    .select-block {
        margin-top: 0;
    }

    .slider-wrap {
        width: 450px;
    }

    .slider-for {
        height: 285px;
        width: 380px;
    }

    .slider-nav {
        width: 450px;
    }

    .slider-prev,
    .slider-next {
        width: 27px;
        height: 27px;
    }

    .not-found {
        font-size: 90px;
        margin: 10px 0;
    }
}

@media screen and (max-width: 479px) {
    .container {
        padding: 0;
        max-width: 360px;

    }

    .title {
        font-size: 26px;
    }

    .card-main {
        padding: 0;
    }

    .footer__item,
    .footer .contacts-list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        text-align: center;
        margin-right: 0;
        margin-top: 0;
        margin-left: 0;
    }

    .footer__item:first-child,
    .footer .contacts-list:first-child {
        margin-right: 0;
    }

    .politic__image-item,
    .politic__image-item:last-child {
        display: block;
        margin: 0 auto 27px auto;
    }

    .social__item {
        margin: 0 5px;
    }

    .politic__service {
        margin: 0 auto;
        margin-bottom: 25px;
    }

    .contacts-list,
    .politic__service {
        max-width: 250px;
    }

    .form-req__area {
        width: 276px;
    }

    .form-req__fade input {
        width: 296px;
    }

    .block-form__form {
        width: 100%;
    }

    .block-form__item {
        padding-top: 20px;
    }

    .block-form__title {
        -ms-flex-item-align: start;
        align-self: flex-start;
    }

    .finish {
        max-width: 320px;
        height: 350px;
    }

    .article h1 {
        font-size: 37px;
        margin-bottom: 25px;
    }

    .cooperation__title {
        min-width: 320px;
        font-size: 24px;
    }

    .cooperation__text {
        font-size: 15px;
    }

    .cooperation__description {
        max-height: 1300px;
    }

    .grid-cards {
        margin-bottom: 0;
    }

    .grid-cards__item {
        padding: 10px 0 31px 12px;
        margin-bottom: 15px;
        max-height: 250px;
    }

    .grid-cards__text {
        font-size: 14px;
        max-width: 220px;
        max-height: 250px;
    }

    .grid-cards__image {
        right: 15px;
        top: 15px;
    }

    .questionnaire {
        margin-bottom: 10px;
    }

    .question__title,
    .answer__title {
        margin-bottom: 8px;
    }

    .questionnaire__card {
        padding: 15px 25px 20px 15px;
    }

    .question__description {
        font-size: 15px;
        margin-bottom: 20px;
        max-height: 290px;
    }

    .answer__description {
        max-height: 300px;
    }

    .answer__text {
        margin-bottom: 5px;
        font-size: 14px;
    }

    .maintenance {
        margin-bottom: 20px;
    }

    .maintenance__title {
        font-size: 24px;
        margin-bottom: 25px;
    }

    .maintenance__image,
    .maintenance__photo {
        max-width: 320px;
    }

    .maintenance__description p,
    .maintenance__description li {
        font-size: 14px;
        margin-bottom: 7px;
        line-height: 19px;
    }

    .maintenance-list {
        margin: 0;
    }

    .maintenance-services__title {
        margin-bottom: 25px;
    }

    .maintenance-services-list {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .maintenance-services-list__item {
        margin-bottom: 10px;
    }

    .maintenance-services-list__item-link {
        font-size: 15px;
    }

    .discont {
        padding-top: 27px;
        padding-bottom: 26px;
        margin-top: 0;
        padding-left: 0;
    }

    .discont__title {
        max-width: 320px;
        width: 100%;
        margin: 0 auto;
        margin-bottom: 25px;
    }

    .discont__description {
        line-height: 35px;
        max-width: 320px;
        width: 100%;
        margin: 0 auto;
    }

    .service__hidden {
        height: 158px;
    }

    .service__item-tehdiagnostic {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    .service__item-repier-image {
        left: 75%;
    }

    .service-dop__block {
        padding-left: 0;
        max-width: 320px;
        width: 100%;
        margin: 0 auto;
    }

    .service-dop__link {
        margin-bottom: 25px;
    }

    .service-dop__image {
        width: 115px;
    }

    .service__item-repier span,
    .service__item-tehdiagnostic span {
        max-width: 320px;
        width: 100%;
        margin: 0 auto;
    }

    .contacts__item {
        font-size: 23px;
        margin-bottom: 8px;
    }

    .contacts__map {
        width: 320px;
        height: 300px;
    }

    .operating-mode__item {
        margin-bottom: 8px;
        font-size: 14px;
    }

    .new-section__image {
        width: 320px;
        height: auto;
    }

    .new-section__description {
        max-height: 375px;
    }

    .header {
        margin-bottom: 0;
        max-height: 290px;
    }

    .header__navbar {
        padding-bottom: 38px;
    }

    .header__subtitle-img {
        height: 45px;
    }

    .header__title {
        font-size: 28px;
        line-height: 35px;
        max-width: 300px;
    }

    .header__navbar {
        max-width: 320px;
        -webkit-box-align: start;
        -ms-flex-align: start;

    }

    .new-section__title-block,
    .new-section__description {
        margin-left: 10px;
        padding-left: 0;
    }

    .news__item-title {
        height: 141px;
        margin-bottom: 20px;
    }

    .news__item-description {
        max-height: 575px;
    }

    .service-dop {
        height: 368px;
    }

    .service-out__city {
        max-width: 200px;
    }

    .service-out__photo {
        left: -22%;
    }

    .service-out__block {
        max-width: 320px;
        width: 100%;
        margin: 50px auto 30px auto;
    }

    .news-section {
        margin-bottom: 85px;
    }

    .nav {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .slider-wrap {
        width: 320px;
    }

    .slider-for {
        height: 202.5px;
        width: 270px;
        margin: 20px 0;
    }

    .slider-nav {
        width: 320px;
    }

    .slider-prev,
    .slider-next {
        width: 25px;
        height: 25px;
    }

    .seo__text,
    .news__item-block {
        padding: 28px 33px 29px 5px;
    }

    .news__item-data {
        padding-left: 5px;
    }
}

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

.arrow-hide .slider-prev,
.arrow-hide .slider-next {
    display: none;
}

.maintenance__comeback {
    margin-top: 40px;
}

.maintenance__data-page {
    font-size: 18px;
    font-weight: normal;
    margin-left: 50px;
}

.slider-nav img {
    height: 130px;
}

@media screen and (max-width: 1600px) {
    .maintenance__data-page {
        margin-left: 62px;
    }
}

@media screen and (max-width: 1200px) {
    .maintenance__data-page {
        margin-left: 50px;
    }
    .list__item.list-show {
        padding-right:0px;
    }
    .callback-link{
       font-size:12px;
    }
}


@media screen and (max-width: 767px) {
    .slider-nav img {
        height: 70px;
    }

    .maintenance__data-page {
        margin-left: 37px;
    }
}

@media screen and (max-width: 479px) {
    .slider-nav img {
        height: 40px;
    }

    .maintenance__data-page {
        margin-left: 24px;
    }
}

body {
    display: flex;
    height: 100vh;
    flex-direction: column;
}

main {
    flex: auto;
}

footer {
    flex-shrink: 0;
}

@media screen and (max-width: 768px) {
    .article h1 {
        max-width: 320px;
        font-size: 32px;
        word-break: break-word;
    }
}


.static {
    padding-bottom: 60px;
}

.static p,
.static span {
    padding-bottom: 20px;
    line-height: 20px;
    font-size: 16px;
    font-weight: normal;

}


.slider-for img {
    height: 438px;
    object-fit: cover;
}

@media screen and (max-width: 1650px) {
    .slider-for img {
        height: 420px;
    }
}

@media screen and (max-width: 767px) {
    .slider-for img {
        height: 438px;
    }

}

@media screen and (max-width: 767px) {
    .slider-for img {
        height: 285px;
    }

}

@media screen and (max-width: 479px) {
    .slider-for img {
        height: 202.5px;
    }

}

/* Убираем градиент и делаем фон белым */
.header-background {
    background: #ffffff !important;
}

/* Меняем цвет текста на чёрный */
.header__title,
.header__subtitle,
.header-contacts__phone,
.header-contacts__description,
.header-background .header-contacts .header-contacts__phone,
.header-background .header-contacts .header-contacts__description,
.list__item-link,
.menu-icon,
.menu-icon::before,
.menu-icon::after {
    color: #000000 !important;
}

/* Иконки бургер-меню тоже должны стать чёрными */
.menu-icon,
.menu-icon::before,
.menu-icon::after {
    background-color: #000000 !important;
}

/* Если в мобильном меню текст тоже был белым – меняем */
.mobile-menu__phone,
.mobile-menu__item-link {
    color: #000000 !important;
}
.mobile-menu__address {
    color: #333333 !important;
}
.drop {
    color: #000000 !important;
}
.arrow-down {
    border-color: #000000 transparent !important;
}

/* Делаем фон body и header полностью белым */
body {
    background-color: #ffffff !important;
}

.header {
    background-color: #ffffff !important;
}

.header-background {
    background: #ffffff !important;
}

/* Убираем серый псевдоэлемент с картинкой */
.header-background::after {
    background-image: none !important;
    background-color: #ffffff !important;
}

.mobile {
    background-color: #ffffff !important;
}

.mobile-menu__phone,
.mobile-menu__item-link,
.mobile .drop {
    color: #000000 !important;
}

.mobile-menu__address {
    color: #666666 !important;
}

.contact-logo{
display: flex;
}

/* Выпадающие списки в мобильном меню */
.mobile .drop__list {
    background-color: #f5f5f5 !important;
}

.mobile .drop__item-link {
    color: #000000 !important;
}

.mobile .drop__item-link:hover {
    background-color: #e0e0e0 !important;
    color: #AD7301 !important;
}

/* Стрелка выпадающего списка */
.mobile .arrow-down {
    border-color: #000000 transparent !important;
}
/* End */


/* Start:/local/templates/new_main/css/button.css?17768607662087*/
<?
require($_SERVER["DOCUMENT_ROOT"]."/bitrix/header.php");
$APPLICATION->SetTitle("Title");
?>/* Контейнер ссылки */
.header-contacts {
    position: relative;
}

/* Всплывающий блок */
.callback-popup {
    position: absolute;
    top: 115px;
    right: 5%;
    width: 320px;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 0 20px rgba(0,0,0,0.2);
    z-index: 10001;
    padding: 20px;
    font-family: 'Montserrat', sans-serif;
}
.callback-popup__close {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 22px;
    cursor: pointer;
    color: #999;
}
.callback-popup__close:hover {
    color: #C3953C;
}
.callback-popup__header h3 {
    margin: 0 0 8px 0;
    font-size: 20px;
    color: #C3953C;
}
.callback-popup__schedule {
    background: #ffffff;
    padding: 8px;
    border-radius: 6px;
    font-size: 12px;
    margin-bottom: 0px;
    color: #333;
}
.callback-popup__input {
    width: 100%;
    padding: 10px;
    margin: 5px 0;
    border: 1px solid #ddd;
    border-radius: 6px;
    font-size: 14px;
    box-sizing: border-box;
}
.callback-popup__input.error {
    border-color: #dc3545;
}


.callback-popup__checkbox {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 11px !important;
    margin: 10px 0;
    color: #555;
}
.callback-popup__btn {
    background: #C3953C;
    color: white;
    border: none;
    padding: 10px;
    border-radius: 6px;
    font-size: 16px;
    cursor: pointer;
    width: 100%;
}
.callback-popup__btn:hover {
    background: #9c7730;
}
.error-message {
    color: #dc3545;
    font-size: 14px;
    display: none;
    margin-top: -3px;
    margin-bottom: 8px;
}

@media screen and (max-width: 479px) {
	.callback-popup{top: 100px;
    right: 10%;
	}
}

span.checkbox-text {
    color: black;
}

.callback-popup,
.callback-popup input,
.callback-popup button,
.callback-popup label,
.callback-popup .callback-popup__schedule {
    font-family: 'Montserrat', sans-serif;
	font-size: 16px;
}<?require($_SERVER["DOCUMENT_ROOT"]."/bitrix/footer.php");?>
/* End */


/* Start:/local/templates/new_main/components/bitrix/breadcrumb/.default/style.min.css?1590055829467*/
.bx-breadcrumb{margin:10px 0}.bx-breadcrumb i{color:#b5bdc2;line-height:13px;font-size:12px;vertical-align:middle;margin-right:5px}.bx-breadcrumb .bx-breadcrumb-item{float:left;margin-bottom:10px;white-space:nowrap;line-height:13px;vertical-align:middle;margin-right:10px}.bx-breadcrumb .bx-breadcrumb-item span{font-family:"Open Sans",Arial,"Helvetica Neue",Helvetica,sans-serif;font-size:13px;white-space:normal}.bx-breadcrumb .bx-breadcrumb-item a{border-bottom:0}
/* End */
/* /local/templates/new_main/css/slick.css?15903881671776 */
/* /local/templates/new_main/css/normalize.css?177667836330966 */
/* /local/templates/new_main/css/template_styles.css?177686102873112 */
/* /local/templates/new_main/css/button.css?17768607662087 */
/* /local/templates/new_main/components/bitrix/breadcrumb/.default/style.min.css?1590055829467 */
