@charset "utf-8";@import url('https://fonts.googleapis.com/css?family=Open+Sans&display=swap');/* http://meyerweb.com/eric/tools/css/reset/
   v2.0-modified | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

/* make sure to set some focus styles for accessibility */
:focus {
    outline: 0;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}

body {
	line-height: 1;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

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

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

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

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

textarea {
    overflow: auto;
    vertical-align: top;
    resize: vertical;
}

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

audio,
canvas,
video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    max-width: 100%;
}

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

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

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

[hidden] {
    display: none;
}

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

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

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

a:focus {
    outline: thin dotted;
}

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

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

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

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

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

figure {
    margin: 0;
}

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

form {
    margin: 0;
}

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

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

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

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

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

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

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

button,
input {
    line-height: normal;
}

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

button,
select {
    text-transform: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

html,
button,
input,
select,
textarea {
    color: #222;
}


::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

img {
    vertical-align: middle;
}

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

textarea {
    resize: vertical;
}

.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}
.new-stavka-block {
    width: 80%;
    padding: 10px 0;
    margin: 10px 0;
    text-align: center;
    border: 1px solid black;
    font-weight: normal;
    font-size: 14px;
    line-height: 25px;
    font-family: 'Open Sans', 'Times New Roman', 'sans selif', 'Arial';
}
.new-stavka-block a {
    color: black;
    font-weight: bold;
}
.new-stavka-block a:hover {
    text-decoration: none;
}
.new-stavka {
    display: flex;
    justify-content: flex-start !important;
    align-items: center;
    padding-bottom: 10px;
}
.new-stavka .new-stavka-input {
    margin: 0;
    height: 35px;
    padding: 0;
    align-items: center;
    padding-left: 10px;
}
.new-stavka .new-stavka-button {
    text-transform: uppercase;
    font-weight: bold;
    width: 130px;
    height: 35px;
    font-size: 12px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    margin: 0;
    margin-left: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #235F65;
    color: white;
    border: 1px solid #235F65;
}
.message-post {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

*:root {

    font-family: 'Open Sans', 'Times New Roman', 'sans selif', 'Arial';

}



html {

    overflow-x: hidden;

}



body {

    height: 100vh;

    display: flex;

    flex-direction: column;

    margin: auto;

    width: 1440px;

}



.top-line {

    position: relative;

    background: #235F65;

    display: -webkit-box;

    display: -webkit-flex;

    display: -ms-flexbox;

    display: flex;

    -webkit-box-pack: end;

    -webkit-justify-content: flex-end;

    -ms-flex-pack: end;

    justify-content: flex-end;

    -webkit-box-align: center;

    -webkit-align-items: center;

    -ms-flex-align: center;

    align-items: center;

}



.top-line:before {

    content: '';

    position: absolute;

    background: #235F65;

    height: 100%;

    left: -40%;

    width: 160%;

    z-index: -1;

}



.top-line__time-jobs {

    font-weight: 600;

    font-size: 12px;

    line-height: 16px;

    color: #FFFFFF;

    margin-left: 20px;

}



.top-line__phone {

    display: -webkit-box;

    display: -webkit-flex;

    display: -ms-flexbox;

    display: flex;

    -webkit-box-pack: center;

    -webkit-justify-content: center;

    -ms-flex-pack: center;

    justify-content: center;

    -webkit-box-align: center;

    -webkit-align-items: center;

    -ms-flex-align: center;

    align-items: center;

    margin-top: 10px;

    margin-bottom: 10px;

    margin-left: 50px;

    margin-right: 50px;

}



.top-line__phone {

    font-weight: 600;
    font-size: 14px;
    color: #FFFFFF;

}
.top-line__phone p > a {
	text-decoration: none;
	font-weight: 600;
    font-size: 14px;
    color: #FFFFFF;
}


.top-line__phone p {

    margin-left: 9px;

}



.bottom-line {

    display: flex;

    justify-content: center;

    flex-wrap: wrap;

}



.bottom-line__logo {

    width: 100px;

    height: 75px;

}



.bottom-line > a {

    padding: 20px 50px;

}



.bottom-line__logo img {

    max-width: 100%;

}



.bottom-line__nav {

    display: flex;

    align-items: center;

    justify-content: center;

    flex-wrap: wrap;

}



.bottom-line__nav li {

    font-weight: 600;

    font-size: 12px;

    line-height: 16px;

    color: #235F65;

    text-transform: uppercase;

    text-decoration: none;

    display: inline-block;


}

.bottom-line__nav li a {
    padding: 15px 20px;
}


.bottom-line__nav li a:hover {

    border-bottom: 2px solid #235F65 !important;

}

#reg_igree {
    box-shadow: none;
}

.prod_list .right-info__item-product {
    cursor: pointer;
}

.bottom-line__autoriziren {

    display: flex;

    align-items: center;

    justify-content: center;

    padding: 20px;

}



.bottom-line__btn-entrance {

    margin-right: 10px;

}



.bottom-line__btn-entrance button {

    font-weight: bold;

    font-size: 12px;

    color: #235F65;

    width: 130px;

    height: 35px;

    background: #ffffff;

    border: 2px solid #235F65;

    text-transform: uppercase;

}



.bottom-line__btn-entrance a:hover {

    text-decoration: none;

}



.bottom-line__btn-entrance div {

    display: -webkit-box;

    display: -webkit-flex;

    display: -ms-flexbox;

    display: flex;

    text-decoration: none;

    -webkit-box-pack: center;

    -webkit-justify-content: center;

    -ms-flex-pack: center;

    justify-content: center;

    -webkit-box-align: center;

    -webkit-align-items: center;

    -ms-flex-align: center;

    align-items: center;

    color: #235F65;

    font-weight: bold;

    font-size: 12px;

    width: 130px;

    height: 31px;

    background: #ffffff;

    border: 2px solid #235F65;

    text-transform: uppercase;

}



.bottom-line__btn-register button {

    font-weight: bold;

    font-size: 12px;

    color: #235F65;

    width: 130px;

    height: 35px;

    background: #ffffff;

    border: none;

    text-transform: uppercase;

    border: 2px solid #235F65;

}



.bottom-line__btn-entrance button:hover, .bottom-line__btn-register button:hover {

    background: #235F65;

    color: #ffffff;

}



/* END HEADER */



header {

    width: 100%;

    /*order: 0;*/

}



/* MODAL */

.wrapper-modal {

    display: none;

}



.wrapper-modal__background {

    display: block;

    position: fixed;

    top: 0;

    left: 0;

    width: 100%;

    height: 100vh;

    background: rgba(0, 0, 0, .7);

    z-index: 100;

    display: -webkit-box;

    display: -webkit-flex;

    display: -ms-flexbox;

    display: flex;

    -webkit-box-pack: center;

    -webkit-justify-content: center;

    -ms-flex-pack: center;

    justify-content: center;

    -webkit-box-align: center;

    -webkit-align-items: center;

    -ms-flex-align: center;

    align-items: center;

}



.wrapper-modal__modal {

    position: relative;

    width: 640px;

    height: 400px;

    background: #FFFFFF;

}



.wrapper-modal__modal--close a {

    position: absolute;

    right: 17px;

    top: 17px;

    width: 32px;

    height: 32px;

    opacity: 0.3;

}



.wrapper-modal__modal--close a:hover {

    opacity: 1;

}



.wrapper-modal__modal--close a:before, .wrapper-modal__modal--close a:after {

    position: absolute;

    left: 15px;

    content: ' ';

    height: 33px;

    width: 2px;

    background-color: #333;

}



.wrapper-modal__modal--close a:before {

    -webkit-transform: rotate(45deg);

    -ms-transform: rotate(45deg);

    transform: rotate(45deg);

}



.wrapper-modal__modal--close a:after {

    -webkit-transform: rotate(-45deg);

    -ms-transform: rotate(-45deg);

    transform: rotate(-45deg);

}



.wrapper-modal__modal--form {

    display: -webkit-box;

    display: -webkit-flex;

    display: -ms-flexbox;

    display: flex;

    -webkit-box-orient: vertical;

    -webkit-box-direction: normal;

    -webkit-flex-direction: column;

    -ms-flex-direction: column;

    flex-direction: column;

    -webkit-box-align: center;

    -webkit-align-items: center;

    -ms-flex-align: center;

    align-items: center;

}



.wrapper-modal__modal--form p {

    text-align: center;

    font-weight: 600;

    font-size: 24px;

    line-height: 20px;

    color: #000000;

    margin-top: 45px;

    margin-bottom: 40px;

}



.wrapper-modal__modal--form-el {

    width: 600px;

    margin-bottom: 30px;

    display: -webkit-box;

    display: -webkit-flex;

    display: -ms-flexbox;

    display: flex;

    -webkit-box-orient: vertical;

    -webkit-box-direction: normal;

    -webkit-flex-direction: column;

    -ms-flex-direction: column;

    flex-direction: column;

    -webkit-box-pack: center;

    -webkit-justify-content: center;

    -ms-flex-pack: center;

    justify-content: center;

    -webkit-box-align: center;

    -webkit-align-items: center;

    -ms-flex-align: center;

    align-items: center;

}



.wrapper-modal__modal--form-el label {

    font-size: 18px;

    line-height: 20px;

    color: #000000;

}



.wrapper-modal__modal--form-el input:not(:first-child) {

    width: 50%;

    height: 35px;

    margin-top: 7px;

    background: #F4F4F4;

    border: none;

    padding-left: 12px;

}



.wrapper-modal__modal--form--btn {

    width: 100%;

    display: -webkit-box;

    display: -webkit-flex;

    display: -ms-flexbox;

    display: flex;

    -webkit-box-pack: center;

    -webkit-justify-content: center;

    -ms-flex-pack: center;

    justify-content: center;



}



.wrapper-modal__modal--form--btn input {

    width: 170px;

    height: 35px;

    background: #ffffff;

    border: none;

    font-weight: 600;

    font-size: 14px;

    letter-spacing: .5px;

    color: #235F65;

    text-transform: uppercase;

    border: 2px solid #235F65;

}



.wrapper-modal__modal--form--btn input:hover {

    background: #235F65;

    color: #FFFFFF;

}



.wrapper-madal__modal--form--rorgot-password {

    text-align: center;

}



.wrapper-madal__modal--form--rorgot-password a {

    text-decoration: none;

    text-align: center;

    font-size: 14px;

    color: #235F65;

}



/* END MODAL */



/* STATIC */

main {

    position: relative;

    width: 100%;

    /*order: 1;*/

    display: -webkit-box;

    display: -webkit-flex;

    display: -ms-flexbox;

    display: flex;

    background: #E5E5E5;

    padding-bottom: 15px;

    flex: 1 0 auto;

}



main:before {

    content: '';

    position: absolute;

    background: #E5E5E5;

    height: 100%;

    left: -40%;

    width: 160%;

    z-index: -1;

}



.left-menu {

    width: 23%;

}



.right-info {

    width: 77%;

}



.left-menu__categories {

    display: flex;

    flex-direction: column;

    justify-content: center;

}



.left-menu__categories p {

    font-weight: bold;

    font-size: 13px;

    color: #000000;

    margin-top: 14px;

    margin-bottom: 25px;

    text-transform: uppercase;

    margin-left: 100px;

}



.left-menu__categories ul {

    display: inline-block;

    margin: auto;

}



.left-menu__categories ul a {

    text-decoration: none;

}



.left-menu__categories ul a li {

    font-weight: 600;

    font-size: 14px;

    line-height: 30px;

    letter-spacing: 0.05em;

    color: #000000;

}



.left-menu__categories ul a:hover {

    color: #235F65;

}



/* END STATIC */



footer {

    position: relative;

    width: 100%;

    background: #444;

    /*flex: 1 0 auto;*/

    /*order: 2;*/

}



footer:before {

    content: '';

    position: absolute;

    background: #444;

    height: 100%;

    left: -40%;

    width: 160%;

    z-index: -1;

}



.footer_data {

    display: -webkit-box;

    display: -webkit-flex;

    display: -ms-flexbox;

    display: flex;

    -webkit-justify-content: space-around;

    -ms-flex-pack: distribute;

    justify-content: space-around;

    -webkit-box-align: center;

    -webkit-align-items: center;

    -ms-flex-align: center;

    align-items: center;

    flex-wrap: wrap;

    padding-top: 74px;

    padding-bottom: 145px;

}



.footer_data__name {

    padding-bottom: 20px;

}



.footer_data__name a {

    font-family: 'Open Sans', 'Times New Roman', 'sans selif', 'Arial';

    font-weight: 800;

    font-size: 24px;

    color: #8C8C8C;

    text-decoration: none;



}



.footer_data__nav {

    display: flex;

    justify-content: center;

    flex-wrap: wrap;

}



.footer_data__nav li {

    font-weight: 600;

    font-size: 12px;

    color: #8C8C8C;

    text-transform: uppercase;

    text-decoration: none;

    padding: 10px;

}



.footer_data--social {

    padding-top: 10px;

    width: 80px;

    display: -webkit-box;

    display: -webkit-flex;

    display: -ms-flexbox;

    display: flex;

    -webkit-justify-content: space-around;

    -ms-flex-pack: distribute;

    justify-content: space-around;

    -webkit-box-align: center;

    -webkit-align-items: center;

    -ms-flex-align: center;

    align-items: center;

}



.сopyright {

    display: -webkit-box;

    display: -webkit-flex;

    display: -ms-flexbox;

    display: flex;

    -webkit-box-pack: center;

    -webkit-justify-content: center;

    -ms-flex-pack: center;

    justify-content: center;

}



.сopyright p {

    font-size: 14px;

    line-height: 19px;

    text-align: center;

    color: #FFFFFF;

    padding-bottom: 55px;

}



.row-fluid [class*="span"]:first-child {

    margin-top: 18px;

}



.wrapper-modal__modal--form-el {

    margin-bottom: 25px !important;

}



.wrapper__menu--burger-box {

    width: 20px;

    height: 17px;

    display: -webkit-box;

    display: -webkit-flex;

    display: -ms-flexbox;

    display: flex;

    -webkit-box-orient: vertical;

    -webkit-box-direction: normal;

    -webkit-flex-direction: column;

    -ms-flex-direction: column;

    flex-direction: column;

    -webkit-box-pack: justify;

    -webkit-justify-content: space-between;

    -ms-flex-pack: justify;

    justify-content: space-between;

    /* padding: 6px; */

    /* border: 1px solid #8C8C8C; */

    border-radius: 5px;

    display: none;

    margin-top: 67px;

    margin-bottom: 37px;

    margin-right: 20px;

    -webkit-transition: .5;

    -o-transition: .5;

    transition: .5;

}





.wrapper__menu--burger-box span {

    max-width: 70px;

    border: 1.5px solid #fff;


    -webkit-transition: .2s;

    -o-transition: .2s;

    transition: .2s;
    background: #fff;

}



.user-profile {

    display: none;

    width: 20px;

}



.user-profile img {

    max-width: 100%;

}



.bottom-line__logo--mobile {

    display: none;

}



@media screen and (max-width: 1440px) {

    html {

        overflow-x: auto;

    }



    footer, main, header {

        width: 1440px;

    }



    main:before,

    footer:before,

    .top-line:before {

        display: none;

    }

}


/*
@media screen and (max-width: 450px) {

    html {

        overflow-y: hidden;

    }



    footer, main, header {

        width: 1440px;

    }



    main {

        height: 2000px;

    }

}*/





/*@media screen and (max-width: 1440px){*/

/*    header, main, footer{*/

/*        width: 100%;*/

/*    }*/

/*}*/



/*@media screen and (max-width: 1386px){*/

/*    header, main, footer{*/

/*        width: 100%;*/

/*    }*/

/*    .top-line__phone{*/

/*        margin-right: 40px;*/

/*    }*/



/*    .bottom-line__logo, .left-menu__categories p, .left-menu__categories ul{*/

/*        margin-left: 50px;*/

/*    }*/

/*    .left-menu{*/

/*        width: 17%;*/

/*    }*/

/*    .right-info{*/

/*        width: 83%;*/

/*    }*/

/*    .bottom-line__btn-register{*/

/*        margin-right: 40px;*/

/*    }*/

/*}*/



/*@media screen and (max-width: 1288px){*/

/*    .right-info{*/

/*        display: -webkit-box;*/

/*        display: -webkit-flex;*/

/*        display: -ms-flexbox;*/

/*        display: flex;*/

/*        -webkit-box-pack: center;*/

/*        -webkit-justify-content: center;*/

/*            -ms-flex-pack: center;*/

/*                justify-content: center;*/

/*    }*/

/*    .right-info__wrapper{*/

/*        width: 801px;*/

/*    }*/

/*}*/



/*@media screen and (max-width: 1177px){*/

/*    .right-info{*/

/*        width: 80%;*/

/*    }*/

/*    .left-menu{*/

/*        width: 20%;*/

/*    }*/

/*}*/



/*@media screen and (max-width: 1050px){*/

/*    .bottom-line__nav{*/

/*        width: 440px;*/

/*    }*/

/*    .left-menu{*/

/*        width: 30%;*/

/*    }*/

/*    .right-info{*/

/*        width: 70%;*/

/*    }*/

/*}*/



/*@media screen and (max-width: 905px){*/

/*    .bottom-line__btn-register{*/

/*        margin-right: 5px;*/

/*    }*/

/*    .bottom-line__logo{*/

/*        margin-left: 5px;*/

/*    }*/

/*}*/



/*@media screen and (max-width: 825px){*/

/*    .top-line, .bottom-line__autoriziren{*/

/*        display: none;*/

/*    }*/

/*    .bottom-line{*/

/*        -webkit-box-pack: center;*/

/*        -webkit-justify-content: center;*/

/*            -ms-flex-pack: center;*/

/*                justify-content: center;*/

/*    }*/

/*}*/



/*@media screen and (max-width: 755px){*/

/*    #content form{*/

/*        -webkit-box-pack: justify !important;*/

/*        -webkit-justify-content: space-between !important;*/

/*            -ms-flex-pack: justify !important;*/

/*                justify-content: space-between !important;*/

/*    }*/

/*}*/



/*@media screen and (max-width: 575px){*/

/*    .left-menu{*/

/*        display: none;*/

/*    }*/

/*    .right-info{*/

/*        width: 100%;*/

/*        -webkit-box-pack: justify !important;*/

/*        -webkit-justify-content: space-between !important;*/

/*            -ms-flex-pack: justify !important;*/

/*                justify-content: space-between !important;*/

/*    }*/

/*    .right-info__item-product{*/

/*        width: 45% !important;*/

/*    }*/

/*    .item-product__img {*/

/*        width: 100% !important;*/

/*        max-width: 300px !important;*/

/*        margin: 0 !important;*/

/*    }*/

/*    #main a, #content a{*/

/*        max-width: 90%;*/

/*    }*/



/*    .bottom-line__nav{*/

/*        display: none;*/

/*        width: 100%;*/

/*        height: 90vh;*/

/*        position: fixed;*/

/*        top: 10%;*/

/*        left: -100%;*/

/*        -webkit-box-orient: vertical;*/

/*        -webkit-box-direction: normal;*/

/*        -webkit-flex-direction: column;*/

/*            -ms-flex-direction: column;*/

/*                flex-direction: column;*/

/*        margin-top: 0;*/

/*        margin-bottom: 0;*/

/*        background: #ffffff;*/

/*        -webkit-transition: .25s;*/

/*        -o-transition: .25s;*/

/*        transition: .25s;*/

/*    }*/



/*    .bottom-line__nav li{*/

/*        height: 20%;*/

/*        display: -webkit-box;*/

/*        display: -webkit-flex;*/

/*        display: -ms-flexbox;*/

/*        display: flex;*/

/*        -webkit-box-pack: center;*/

/*        -webkit-justify-content: center;*/

/*            -ms-flex-pack: center;*/

/*                justify-content: center;*/

/*        -webkit-box-align: center;*/

/*        -webkit-align-items: center;*/

/*            -ms-flex-align: center;*/

/*                align-items: center;*/

/*    }*/



/*    .footer_data__nav{*/

/*        display: none;*/

/*    }*/



/*    .wrapper__menu--burger-box{*/

/*        display: -webkit-box;*/

/*        display: -webkit-flex;*/

/*        display: -ms-flexbox;*/

/*        display: flex;*/

/*        margin: 0 !important;*/



/*    }*/



/*    .user-profile{*/

/*        display: -webkit-box;*/

/*        display: -webkit-flex;*/

/*        display: -ms-flexbox;*/

/*        display: flex;*/

/*        -webkit-box-pack: center;*/

/*        -webkit-justify-content: center;*/

/*            -ms-flex-pack: center;*/

/*                justify-content: center;*/

/*        -webkit-box-align: center;*/

/*        -webkit-align-items: center;*/

/*            -ms-flex-align: center;*/

/*                align-items: center;*/

/*    }*/

/*    .bottom-line{*/

/*        -webkit-box-pack: justify;*/

/*        -webkit-justify-content: space-between;*/

/*            -ms-flex-pack: justify;*/

/*                justify-content: space-between;*/

/*    }*/



/*    .wrapper__user-prog{*/

/*        width: 28%;*/

/*        display: -webkit-box;*/

/*        display: -webkit-flex;*/

/*        display: -ms-flexbox;*/

/*        display: flex;*/

/*        -webkit-box-pack: justify;*/

/*        -webkit-justify-content: space-between;*/

/*            -ms-flex-pack: justify;*/

/*                justify-content: space-between;*/

/*        -webkit-box-align: center;*/

/*        -webkit-align-items: center;*/

/*            -ms-flex-align: center;*/

/*                align-items: center;*/

/*        padding-right: 20px;*/

/*    }*/



/*    .bottom-line__logo{*/

/*        display: none;*/

/*    }*/



/*    .bottom-line__logo--mobile{*/

/*        width: 30%;*/

/*        display: -webkit-box;*/

/*        display: -webkit-flex;*/

/*        display: -ms-flexbox;*/

/*        display: flex;*/

/*        padding-top: 15px;*/

/*        padding-bottom: 15px;*/

/*        padding-left: 15px;*/

/*    }*/

/*    .bottom-line__logo--mobile img{*/

/*        max-width: 100%;*/

/*    }*/



/*    main{*/

/*        padding-top: 70px;*/

/*    }*/



/*    .bottom-line{*/

/*        position: fixed;*/

/*        background: #ffffff;*/

/*    }*/



/*    .wrapper-madal__menu--burger-box--active{*/

/*        position: relative;*/

/*    }*/

/*    .wrapper-madal__menu--burger-box--active span{*/

/*        width: 100%;*/

/*        position: absolute;*/

/*        border-radius: 0;*/

/*    }*/

/*    .wrapper-madal__menu--burger-box--active span:nth-child(2){*/

/*        display: none;*/

/*    }*/

/*    .wrapper-madal__menu--burger-box--active span:nth-child(1){*/

/*        top:7px;*/

/*        left: 0;*/

/*        -webkit-transform: rotate(45deg);*/

/*            -ms-transform: rotate(45deg);*/

/*                transform: rotate(45deg);*/

/*    }*/

/*    .wrapper-madal__menu--burger-box--active span:nth-child(3){*/

/*        bottom:7px;*/

/*        left: 0;*/

/*        -webkit-transform: rotate(-45deg);*/

/*            -ms-transform: rotate(-45deg);*/

/*                transform: rotate(-45deg);*/

/*    }*/



/*    .bottom-line__autoriziren{*/

/*        display: none;*/

/*        position: fixed;*/

/*        top: 10%;*/

/*        width: 100%;*/

/*        -webkit-box-pack: center;*/

/*        -webkit-justify-content: center;*/

/*            -ms-flex-pack: center;*/

/*                justify-content: center;*/

/*        background: #ffffff;*/

/*        padding-top: 20px;*/

/*        padding-bottom: 20px;*/

/*        -webkit-transition: .4s;*/

/*        -o-transition: .4s;*/

/*        transition: .4s;*/

/*    }*/



/*    .bottom-line__btn-entrance, .bottom-line__btn-register{*/

/*        margin-top: 0 !important;*/

/*    }*/



/*    .left-menu{*/

/*        background: #ffffff;*/

/*        width: 80%;*/

/*        height: 90vh;*/

/*        display: -webkit-box !important;*/

/*        display: -webkit-flex !important;*/

/*        display: -ms-flexbox !important;*/

/*        display: flex !important;*/

/*        position: fixed;*/

/*        top: 10%;*/

/*        left: -100%;*/

/*        -webkit-transition: .25s;*/

/*        -o-transition: .25s;*/

/*        transition: .25s;*/

/*    }*/



/*    .left-menu__categories{*/

/*        width: 100%;*/

/*    }*/



/*    .left-menu__categories>ul{*/

/*        padding-right: 10px;*/

/*        display: -webkit-box;*/

/*        display: -webkit-flex;*/

/*        display: -ms-flexbox;*/

/*        display: flex;*/

/*        -webkit-box-orient: vertical;*/

/*        -webkit-box-direction: normal;*/

/*        -webkit-flex-direction: column;*/

/*            -ms-flex-direction: column;*/

/*                flex-direction: column;*/

/*        -webkit-justify-content: space-around;*/

/*            -ms-flex-pack: distribute;*/

/*                justify-content: space-around;*/

/*        height: 100%;*/

/*    }*/



/*    .left-menu__categories p{*/

/*        display: none;*/

/*    }*/



/*    .left-menu__categories li{*/

/*        padding-left: 10px;*/

/*        border-bottom: 1px solid rgb(104, 103, 103);*/

/*        padding-top: 5px;*/

/*        padding-bottom: 5px;*/

/*    }*/



/*    .left-menu__categories li span{*/

/*        font-weight: 500 !important;*/

/*        font-size: 17px;*/

/*    }*/



.left-menu .last {
    margin-top: 20px;
}

.left-menu__categories ul .last a {
    color: #999;
}

.mobile_logout {
    display: none !important;
}

@media (max-width: 768px) {
    body, footer, main, header, .right-info {
        width: 100%;
    }

    .right-info__item-description-product--name {
        padding-left: 0;
        padding-bottom: 0;
    }

    .right-info__item-description--photo {
        height: auto;
        margin-top: 20px;
    }

    .right-info__item-description-product {
        width: calc(100% - 40px);
        margin-right: 5px !important;
        margin-left: 5px !important;
        padding: 0 15px;
    }

    .right-info__photo-slider--photo, .new-stavka-block, .right-info__item-description--info-auction, .right-info__form--left-wrapper, .right-info__form--right-wrapper {
        width: 100% !important;
    }

    .right-info__item-description-product--additional-info {
        padding-left: 0;
        padding-bottom: 0;
    }

    .right-info__info-auction--table--static {
        padding-right: 9px;
    }

    .no_auctions {
        text-align: center !important;
    }


    .item-product__img {
        text-align: center;
        width: auto !important;
        max-width: none !important;
    }

    .top-line__phone {
        margin-left: 12px;
        margin-right: 20px;
    }

    .top-line__time-jobs {
        margin-left: 46px;
    }

    .top-line__time-jobs p {
        white-space: nowrap;
    }

    .wrapper__menu--burger-box {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        position: absolute;
        left: 7px;
        top: 12px;
        margin: 0 !important;
        width: 25px;
    }

    .bottom-line__nav {
        display: none;
        width: 100%;
        height: 90vh;
        position: fixed;
        top: 10%;
        left: -100%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-top: 0;
        margin-bottom: 0;
        background: #ffffff;
        -webkit-transition: .25s;
        -o-transition: .25s;
        transition: .25s;
    }

    .bottom-line__nav li {
        height: 20%;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .left-menu {
        z-index: 2;
        background: #ffffff;
        width: 100%;
        height: 100%;
        display: -webkit-box !important;
        display: -webkit-flex !important;
        display: -ms-flexbox !important;
        display: flex !important;
        position: fixed;
        top: 9%;
        left: -100%;
        -webkit-transition: .25s;
        -o-transition: .25s;
        transition: .25s;
    }

    .left-menu__categories {
        width: 100%;
    }

    .left-menu__categories > ul {
        display: block;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
        justify-content: space-around;
        height: 100%;
    }

    .left-menu__categories p {
        display: none;
    }

    .left-menu__categories li {
        padding-left: 0;
        border-bottom: 1px solid #235F65;
        padding-top: 10px;
        padding-bottom: 5px;
        font-weight: bold;
    }

    .left-menu__categories li span {
        font-weight: 500 !important;
        font-size: 17px;
    }

    .item-product__img {
        width: 80%;
        max-width: none;
    }

    .wrapper-madal__menu--burger-box--active span {
        width: 100%;
        position: absolute;
        border-radius: 0;
    }

    .wrapper-madal__menu--burger-box--active span:nth-child(2) {
        display: none;
    }

    .wrapper-madal__menu--burger-box--active span:nth-child(1) {
        top: 7px;
        left: 0;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    .wrapper-madal__menu--burger-box--active span:nth-child(3) {
        bottom: 7px;
        left: 0;
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

    .footer_data {
        padding: 15px 0;
    }

    .сopyright {
        padding: 0 15px;
    }

    .сopyright p {
        padding-bottom: 15px;
    }

    .wrapper-modal__modal {
        width: 90%;
    }

    .item-page {
        padding: 0 20px;
    }

    .right-info__register {
        padding-left: 15px !important;
        padding-bottom: 20px !important;
        width: calc(100% - 15px) !important;
    }

    .right-info__register h1 {
        line-height: 24px !important;
    }

    .right-info__form--wrapper {
        display: block !important;
        width: 100%;
    }

    .right-info__from--document {
        grid-template-columns: 1fr 1fr !important;
    }

    .reg_igree_lbl {
        top: -29px !important;
    }

    .right-info__form--btn-save {
        margin-top: 0px !important;
    }

    .new-stavka-input {
        width: auto;
    }

    .modal_login {
        border-radius: 8px;
        padding: 20px;
        width: 80%;
    }

    .modal_login .wrapper-modal__modal--form p {
        margin-top: 0px;
        margin-bottom: 36px;
        font-size: 20px;
    }

    .modal_login .reg_info {
        font-size: 13px;
        position: absolute;
        bottom: 23px;
        left: 12px;
        line-height: 15px;
        color: #000;
    }

    .modal_login .reg_info a {
        text-decoration: none;
        color: #235F65;
    }

    .modal_login .wrapper-modal__modal--close a:before, .modal_login .wrapper-modal__modal--close a:after {
        background-color: #235F65;
        left: 22px;
        top: -5px;
        height: 26px;
        width: 3px;
    }

    .modal_login .wrapper-modal__modal--close a {
        opacity: 1;
    }

    #content {
        padding: 0 !important;
    }

    #content, .right-info__register {
        margin: 0 !important;
    }

    header .bottom-line {
        display: none;
    }

    main {
        padding-bottom: 0;
    }

    .right-info__register h1 {
        font-size: 20px !important;
    }

    #ireg_form .right-info__el-form input {
        margin-top: 0;
        margin-bottom: 47px;
        background: #F4F4F4;
        border: 1px solid #B5B5B5;
    }

    #ireg_form .select {
        margin-top: 0;
        height: 45px;
    }

    #ireg_form .select select {
        background: #F4F4F4;
        border: 1px solid #B5B5B5;
        width: 96%;
    }

    #ireg_form .right-info__form--wrapper {
        margin-top: 24px;
    }

    .right-info__from--document p {
        font-weight: bold;
        line-height: 18px;
    }

    .right-info__from--document label {
        border-radius: 6px;
        height: 215px !important;
        margin-bottom: 38px;
    }

    #ireg_form .right-info__el-form label {
        font-size: 16px;
        line-height: 0;
        font-weight: bold;
    }

    #ireg_form #reg_igree {
        margin-bottom: 0;
        border: 2px solid #235F65;
    }

    #ireg_form .reg_igree_lbl {
        font-size: 13px !important;
        line-height: 19px !important;
        text-align: left;
        margin-left: 38px;
        margin-top: -9px;
        font-weight: normal !important;
    }

    #ireg_form .right-info__form--btn-save input {
        background: #235F65;
        color: #FFFFFF;
        font-weight: normal;
        border-radius: 4px;
        padding: 5px 19px;
    }

    #ireg_form .right-info__form--wrapper {
        overflow-x: hidden;
        padding-top: 8px;
    }

    .right-info__el-form.right-info__form--reg_igree {
        margin-bottom: 0 !important;
    }

    .right-info__from--document p {
        height: 49px !important;
    }

    .left-menu__categories ul {
        margin: 0 40px;
    }

    .left-menu__categories ul ul {
        margin: 0 0 0 22px;
        width: calc(100% - 22px);
        display: none;
    }

    .left-menu__categories ul a:hover, .left-menu__categories ul li.active a {
        color: #235F65;
    }

    .left-menu__categories ul a {
        color: black;
        font-family: Verdana, helvetica, arial, sans-serif !important;
        font-size: 14px;
        color: #000;
        letter-spacing: 4px;
    }

    .filetree span.folder, .filetree span.file {
        line-height: inherit;
    }

    .left-menu .last {
        margin-top: 0;
    }

    .left-menu__categories li.item-136 li:last-child {
        border-bottom: 0 none;
    }

    .m_parent > a {
        background: url('/templates/atrada/images/arrow_d.png') no-repeat top 7px right;
        padding-right: 11px;
    }

    .m_parent.m_open > a {
        background: url('/templates/atrada/images/arrow_u.png') no-repeat top 7px right;
    }

    .footer_data {
        display: block;
        text-align: center;
    }

    .footer_data--social {
        margin: 0 auto;
    }

    .top-line > div {
        z-index: 2;
    }

    .mob_logo {
        position: absolute;
        text-align: center;
        left: 0;
        width: 100%;
        z-index: 1;
    }

    .mob_logo a {
        text-decoration: none;
        color: #fff;
        letter-spacing: 4px;
        font-weight: bold;
    }

    div.right-info__item-product {
        width: 50%;
        margin: 0 !important;
        background: none;
    }

    div.right-info__item-product > div {
        padding: 7px;
    }

    div.right-info__item-product .item-product__img {
        margin: 0;
        height: 145px;
        min-height: 145px;
        max-height: 145px;
        border-radius: 5px 5px 0 0;
    }

    div.right-info__item-product .item-product__description {
        background: #fff;
        padding: 5px;
        border-radius: 0 0 5px 5px;
    }

    div.right-info__item-product .item-product__img img {
        border-radius: 5px 5px 0 0;
        width: 100% !important;
        min-width: auto;
        max-width: none;
        min-height: 145px;
        max-height: none;
    }

    div.right-info__item-product .item-product__description p {
        margin: 0;
    }

    div.right-info__item-product .item-product__description--name.desc_name, div.right-info__item-product .ad_start br {
        display: none;
    }

    div.right-info__item-product .item-product__description--price font,  div.right-info__item-product .item-product__description--price font span, div.right-info__item-product .item-product__cur_bid font, div.right-info__item-product .item-product__cur_bid span {
        font-weight: 500;
        font-size: 11px;
        color: #000000 !important;
    }

    div.right-info__item-product .item-product__description--name {
        margin-bottom: 10px !important;
        margin-top: 4px !important;
    }

    div.right-info__item-product .item-product__description--date {
        text-align: left;
        color: #000;
    }

    div.right-info__item-product .ad_start {
        margin-top: 13px !important;
    }

    div.right-info__item-product .item-product__description--timer {
        border: 1px solid #000;
        border-radius: 5px;
        padding: 5px;
        text-align: center;
        font-weight: normal;
        font-size: 12px;
        margin-top: 7px !important;
        background: url('/img/icon/timer.svg') no-repeat left 4px center;
        background-size: 20px;
        margin-bottom: 5px !important;
    }

    .item-product__description--price, .item-product__cur_bid {
        min-height: 32px;
    }

    main {
        padding-top: 30px;
    }

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

    .profile-block span {
        text-align: left !important;
        margin-bottom: 10px;
    }

    .profile-block strong {
        font-weight: normal !important;
    }

    .profile-block .title-auc {
        margin-top: 0 !important;
    }

    .profile-block .win-aucs {
        display: block !important;
    }

    .profile-block form {
        display: block !important;
        width: 91% !important;
        position: absolute !important;
        margin: 0 0 0 8px !important;
        bottom: 60px;
        text-align: center;
    }

    .profile-block form > * {
        display: block;
        margin: 5px auto !important
    }

    .profile-block .form-request legend {
        top: -10px !important;
    }

    .mobile_logout {
        display: block !important;
        text-align: center;
        margin: 20px 0;
    }

    .profile-block {
        width: 100% !important;
        display: block !important;
    }

    .profile, .profile-block span {
        display: block !important;
    }
}

.right-info__item-description--photo img {
    cursor: zoom-in;
}
div.top-line__discriptor {
	font-weight: 600;
    font-size: 16px;
    color: #FFFFFF;
	    flex: 0.6;
    text-align: center;
}
@media (max-width: 490px) {
	.top-line {
  align-items: center;
    justify-content: center;
}
.wrapper__menu--burger-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
   position: relative;
    margin: 0 10px !important;
        width: 35px;
    margin-left: 5px;
    order: -1;
	left: initial;
    top: initial;

}
	div.top-line__discriptor {
	font-weight: 600;
    font-size: 14px;
    color: #FFFFFF;
    text-align: center;
    padding-top: 10px;
	padding-bottom: 10px;
	width: 100%;
    display: flex;
	align-items: center;
    justify-content: center;
	}
	.mob_logo {
    position: initial;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
	padding-top: 5px;
}
.top-line__phone {
    margin-left: 10px;
    margin-right: 5px;
}
.top-line__phone a > img {
width: 40px;
}
.top-line__login span > img {
width: 40px;
}
}
a.disabled {
  display: none;
}

/* Кнопки фильтров top */
div.filters_button {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 5%;
    margin-bottom: 10px;
}
div.filters_button > a.filter_btn {
    font-weight: bold;
    font-size: 12px;
    color: #235F65;
    height: 35px;
    background: #ffffff;
    border: 2px solid #235F65;
    text-transform: uppercase;
    padding: 0 10px;
    display: flex;
    align-items: center;
}
div.filters_button > a.filter_btn:hover { 
    background: #235F65;
    color: #ffffff;
}
@media (max-width: 490px) {
	div.filters_button {
    display: flex;
    align-items: center;
    gap: 3px;
    margin-bottom: 10px;
    padding: 0 5px;
}
div.filters_button > a.filter_btn {
    font-size: 12px;
    height: 30px;
    padding: 0 5px;
    display: flex;
    align-items: center;
    text-align: center;
}
}
.right-info a{
    text-decoration: none;
}

.right-info__item-product{
    width: 250px;
    display: inline-block;
    background: #ffffff;
    margin-left: 7px;
    margin-right: 7px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.item-product__img{
    max-height: 150px;
    min-height: 150px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 200px;
    max-width: 200px;
    margin-top: 28px;
    margin-bottom: 8px;
    margin-left: 25px;
    margin-right: 25px;
    overflow: hidden;
}
.item-product__img img {
    max-height: 150px;
    border-radius: unset;
}

.item-product__description p{
    margin-left: 25px;
    margin-right: 25px;
}

.item-product__description--name{
    font-weight: 600;
    font-size: 12px;
    color: #000000;
}

.item-product__description--price, .item-product__cur_bid{
    font-weight: 600;
    font-size: 16px;
    color: #EC1D1D;
    margin-top: 10px;
}

.item-product__cur_bid {
    margin-top: 5px;
}

.winner_bl {
    font-size: 22px;
    font-weight: bold;
}

.item-product__description--price>span, .item-product__cur_bid span{
    font-weight: 500;
    font-size: 11px;
    color: #000000; 
}

.item-product__description--date{
    font-size: 11px;
    color: #235F65;
    text-align: center;
    margin-bottom: 5px;
    margin-top: 25px;
}

.item-product__description--timer{
    font-weight: 600;
    font-size: 14px;
    color: #000000;
    text-align: center;
    margin-bottom: 7px;
}

.right-info__navigation-pages{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 80px;
    margin-bottom: 110px;
}

.right-info__navigation-pages--number{
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    line-height: 22px;
    color: #235F65;
    
}

.right-info__navigation-pages--number p{
    width: 20px;
    font-size: 16px;
    line-height: 22px;
    margin-left: 2px;
    margin-right: 2px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.right-info__navigation-pages--number--active{
    background: #235F65;
    color: #ffffff;
}
