* {
    margin: 0;
    padding: 0;
}

*:focus {
    outline: none;
}

.menu_list.level_1>li:nth-child(1) {
    background: #06195A;
    background: linear-gradient(#1847CC, #06195A);
    background: -moz-linear-gradient(#1847CC, #06195A);
    background: -webkit-linear-gradient(#1847CC, #06195A);
    background: -o-linear-gradient(#1847CC, #06195A);
    background: -ms-linear-gradient(#1847CC, #06195A);
}

html {
    height: 100%;
}

header,
nav,
section,
article,
aside,
footer,
main {
    display: block;
}

.wrapAll {
    display: none;
}

body {
    font: 13px/18px Arial, sans-serif;
    height: 100%;
}

a {
    color: #0052ab;
    outline: none;
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

p {
    margin: 0 0 18px
}

img {
    border: none;
}

#wrapper {
    width: 100%;
    min-width: 1000px;
    min-height: 100%;
    height: auto !important;
    height: 100%;
}

.wrap {
    width: 1186px;
    margin: 0 auto;
}

.lazy {
    opacity: 0;
    transition: 0.4s ease-in-out;
}

.lazy.loaded {
    opacity: 1;
}

h2,
h1 {
    color: #0069c4;
    text-transform: uppercase;
    font-weight: normal;
    font-size: 20px;
    margin-bottom: 20px;
    line-height: 25px;
}

.justify {
    font-size: 1px;
    line-height: 0;
    text-align: justify !important;
    text-justify: newspaper;
}

.justify:after {
    width: 100%;
    height: 0;
    visibility: hidden;
    overflow: hidden;
    content: '';
    display: inline-block;
    display: inline !ie;
    zoom: 1;
}

.justify>* {
    display: inline-block;
    display: inline !ie;
    zoom: 1;
    text-align: left;
    line-height: normal;
    font-size: 14px;
    vertical-align: top;
}

.break {
    display: block !important;
    width: 100% !important;
    height: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
    font-size: 0 !important;
    float: none !important;
    clear: both !important;
    visibility: hidden !important;
}

/* Header
-----------------------------------------------------------------------------*/
#header {}

.header__search {
    display: flex;
    flex-wrap: wrap;
}

.header__search .search {
    width: 472px;
    height: 30px;
    background: #FFFFFF;
    padding: 7px 10px;
    border: 1px solid #328DC9 !important;
}

.header__logo a {
    display: block;
    height: 53px;
    width: 323px;
    margin-right: 60px;
}

.header__logo img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.header-items {
    display: flex;
    width: 100%;
    justify-content: space-between;
    padding: 20px 0 28px;
}

.header-item {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}

.header-search {
    margin-bottom: 20px;

}

.header-items .logo img {
    vertical-align: bottom;
}

.header-item input {
    height: 21px;
    width: 253px;
    margin: 0 5px;
    border: 1px solid #0071BC;
    text-align: center;
}

header #form {
    flex: 0 0 100%;
    display: flex;
    align-items: center;
}

header #search-in-header {
    background-color: transparent;
    border: 1px solid #328DC9;
    width: 30px;
    height: 30px;
    margin-left: 5px;
    cursor: pointer;
}

.header-items .logo {}

.header-items .phones,
.header-items .time {
    display: flex;
    align-items: center;
    margin: 12px 22px 0 0;
}

.header-items .phones a,
.header-items .time span {
    margin: 0 0 0 10px;
    font-weight: bold;
    font-size: 16px;
    line-height: 18px;
    color: #3F43A6 !important;
}

.city {
    font-size: 20px;
    line-height: 40px;
    margin-top: -15px;
    color: #000D88;
    font-weight: 500;
    font-style: italic;
    text-align: right;
    padding-right: 60px;
}

.header-items .header-info span {
    text-transform: uppercase;
    display: block;
}

.header-items .header-info {
    color: #000D88;
    font-size: 12px;
    font-weight: bold;
}

.logos {
    margin-top: 12px;
}

#basket {
    position: relative;
    width: 216px;
    height: 43px;
    margin: 0 auto;
    border-radius: 6px;
    background: url('/images/img/button_bg.png');
    background-repeat-y: no-repeat;
    transition: all .2s ease 0s;
}

#basket:hover {
    opacity: .8;
}

#basket:hover .basket-total {
    text-decoration: underline;
}

#basket .basket-picture {
    position: absolute;
    left: 10px;
    top: 8px;
}

#basket .basket-arrow {
    position: absolute;
    right: 10px;
    top: 18px;
}

#basket span.basket-goods {
    display: inline-block;
    width: 50%;
    font-size: 11px;
    line-height: 11px;
    padding: 8px 0;
    color: #D84800;
}

.pages {
    text-align: center;
    margin: 35px 0 20px;
}

.pages .showAll {
    display: none;
}

.pages>div>* {
    padding: 4px 10px;
    text-decoration: none;
    color: #fff;
    background: #1A58B8;
    margin: 0px 4px;
    border-radius: 12px;
}

.basket-total {
    color: #fff;
    font-size: 13px;
    padding-top: 3px;
}

#top {
    margin-bottom: 7px;
}

#top ul {
    display: table;
    width: 100%;
    background: #3F43A6;
    border-radius: 3px;
}

#top li {
    display: table-cell;
    width: 20%;
    zoom: 1;
    border-left: 1px solid #d6d9d8;
    text-align: center;
    color: #fff;
    font-size: 13px;
    border-top: 1px solid #dddddd;
    border-bottom: 1px solid #dddddd;
}

#top li.mark {
    background: linear-gradient(180deg, #EEA200 0%, #DB5F00 100%);
}

#top li:first-child {
    border-left: none;
}

#top li>span {
    background: #cfe0f4;
    display: block;
    height: 20px;
    text-transform: uppercase;
    padding: 7px 0;
    cursor: pointer;
}

#top li>span>img {
    margin-right: 3px;
    vertical-align: middle;
    margin-top: -3px;
}

#top li a {
    text-decoration: none;
    color: #fff;
    font-weight: bold;
    display: block;
    padding: 4px 0;
    height: 100%;
    font-size: 16px;
}

#top li a:hover {
    background: #686CCF;
    -webkit-transition-duration: 0.2s;
    -o-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    transition-duration: 0.2s;
}

#top li#in_basket {
    border-right: none;
    border-top: 1px solid #eea000;
    border-bottom: 1px solid #e47200;
    border-left: none
}

#top li#in_basket a {
    color: #fff;
    text-transform: none;
    display: inline-block;
    display: inline !ie;
    zoom: 1;
    padding-left: 40px;
}

#top li#in_basket b {
    display: inline-block;
    display: inline !ie;
    zoom: 1;
    font-weight: normal;
    border-bottom: 1px dotted #fff;
}

#top li#toggle_slider {
    background: url(../images/prez.png) #52b0dd repeat-x;
    vertical-align: bottom;
    border-left: none;
    cursor: pointer;
}

#top li#toggle_slider.highlight strong {}

#top li#toggle_slider strong {
    font-weight: normal;
    display: block;
    color: #fff;
    padding: 10px 10px 2px 10px;
}

#top li#ar_sl {
    border-left: none;
}

#top li:hover {}

#top li#toggle_slider:hover {}

#top li#in_basket:hover {
    border-top: 1px solid #e47200;
    border-bottom: 1px solid #eea000;
}

#top li>span:hover {
    background: #bfd7f3;
}

section.slash {
    display: inline-block;
    color: #fff;
    padding: 0 5px;
}

#header-bottom ul {
    display: table;
    width: 100%;
    background: #06195A;
    background: linear-gradient(#1847CC, #06195A);
    background: -moz-linear-gradient(#1847CC, #06195A);
    background: -webkit-linear-gradient(#1847CC, #06195A);
    background: -o-linear-gradient(#1847CC, #06195A);
    background: -ms-linear-gradient(#1847CC, #06195A);
    border-radius: 3px;
}

#header-bottom li {
    padding: 5px 0;
    display: table-cell;
    display: inline !ie;
    zoom: 1;
    border-left: 1px solid #d6d9d8;
    text-align: center;
    color: #262626;
    font-size: 13px;
    border-top: 1px solid #dddddd;
    border-bottom: 1px solid #dddddd;
}

#header-bottom li:first-child {
    border-left: none;
}

#header-bottom li>span {
    background: #cfe0f4;
    display: block;
    height: 20px;
    text-transform: uppercase;
    padding: 7px 0;
    cursor: pointer;
}

#header-bottom li>span>img {
    margin-right: 3px;
    vertical-align: middle;
    margin-top: -3px;
}

#header-bottom li a {
    text-decoration: none;
    color: #fff;
    text-transform: uppercase;

    height: 100%;
    font-weight: bold;
    font-size: 14px;
}

#header-bottom li a:hover {
    color: #ccc;
}

.breadcrumbs_main {
    display: inline-block;
}

.breadcrumbs {
    margin-bottom: 10px;
    padding-left: 20px;
}

.breadcrumbs a {
    text-decoration: none;
    color: #000;
    font-weight: bold;
}

.breadcrumbs span {
    color: #2963BD;
    font-weight: bold;
}

/*Description*/
#main_pic {
    border: 1px solid #dde9f7;
    border-radius: 3px;
    text-align: center;
    padding: 30px 0;
    overflow: hidden;
}

#desc {
    width: 56%;
    display: inline-block;
    display: inline !ie;
    zoom: 1;
    vertical-align: top;
    margin: 30px 40px 40px 0;
}

#main_pic a {
    display: inline-block;
    display: inline !ie;
    zoom: 1;
}

#main_pic>a>img {
    width: auto;
    max-height: 300px;
}

#price_content {
    background: #EBF2FE;
    border: 1px solid #cfe0f4;
    border-radius: 3px;
    display: table;
    width: 100%;
    box-sizing: border-box;
}

#price_content img {
    height: 40px;
    padding: 12px;
}

#price_content div {
    display: table-cell;
    vertical-align: middle;
    border-right: 1px solid #BBD6FB;
    text-align: center;
    min-width: 100px;
}

#price_content input[type='submit'] {
    border: none;
    width: 100%;
    height: 69px;
    padding: 0 33px;
    background: #FF9701;
    color: #fff;
    font-size: 23px;
    cursor: pointer;
    transition: all .2s ease 0s;
}

#price_content input[type='number'] {
    width: 40px;
    height: 20px;
    font-size: 20px;
    font-weight: bold;
    color: #000D88;
    text-align: left;
}

#price_list {
    width: 100%;
    border-collapse: collapse;
}

#price_list tr td,
#price_list tr th {
    border: 1px solid #BBD6FB;
    text-align: center;
    padding: 3px 3px;
    min-width: 80px;
    font-weight: bold;
}

#price_list img {
    vertical-align: middle;
}

#price_list button {
    background: #FF9701;
    border-bottom: 1px solid #EF7C32;
    border: none;
    padding: 10px 20px;
    color: #fff;
    white-space: nowrap;
    font-size: 14px;
    cursor: pointer;
}

#price_list button:hover,
#price_content input[type='submit']:hover {
    background: linear-gradient(0deg, #DB5F00, #DB5F00);
}

#price_list tr th {
    background: #EBF2FE;
    padding-top: 10px;
    padding-bottom: 10px;
}

#price_list input[type='number'] {
    width: 32px;
    border: 1px solid #BBD6FB;
    display: inline-block;
    vertical-align: text-top;
}

#price_list tr td.price span {
    font-size: 20px;
    color: #000D88;
}

#price_list tr td.price {
    white-space: nowrap;
}

.into_basket {
    background: #52b0dd url(../images/prez.png) repeat-x;
    padding: 10px 5px;
    display: block;
    text-decoration: none;
    color: #fff;
    font-size: 17px;
    margin: 0;
    white-space: nowrap;
}

#price_main {
    width: 39%;
    display: inline-block;
    display: inline !ie;
    zoom: 1;
    vertical-align: top;
    text-align: center;
}

#price_main span {
    display: block;
    text-transform: uppercase;
    font-size: 18px;
    margin-top: 30px;
    margin-bottom: 12px;
}

#price_main strong {
    display: block;
    font-size: 24px;
    font-weight: normal;
    color: #ee421a;
}

table#basket_items img {
    width: 150px;
}

table#basket_items {
    border-collapse: collapse;
    margin-bottom: 35px;
    width: 100%;
}

table#basket_items ul li {
    list-style-type: none;
}

table#basket_items ul li span {
    float: none;
    display: block;
}

table#basket_items tr td {
    padding: 12px;
    border: 1px solid #BBD6FB;
    min-width: 90px;
    font-weight: bold;
    text-align: center;
}

table#basket_items tr th {
    padding: 5px;
    border: 1px solid #BBD6FB;
    min-width: 90px;
    font-weight: bold;
    text-align: center;
    background-color: #CFE0F4;
}

#basket_button button {
    color: #fff;
    padding: 15px 25px;
    background: #1A58B8;
    text-transform: uppercase;
    border: none;
    margin: 10px 0 0 15px;
    font-weight: bold;
    font-size: 12px;
    letter-spacing: 1px;
    width: 190px;
    cursor: pointer;
}

#basket_button a {
    color: #000D88;
    text-decoration: none;
    font-size: 14px;
}

#basket_button {
    text-align: right;
    margin: 25px 0;
}

#sum {
    text-align: right;
    font-size: 15px;
}

table#basket_items tr td.basket_ammount input {
    width: 40px;
    /* margin-left: 10px;
    padding-left: 5px; */
    box-sizing: border-box;
    font-weight: bold;
}

table#basket_items tr td.basket_ammount input[type='number'] {
    -moz-appearance: textfield;
}

table#basket_items tr td.basket_ammount input::-webkit-outer-spin-button,
table#basket_items tr td.basket_ammount input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

table#basket_items tr td.basket_remove {
    text-align: center;
}

table#basket_items tr td.basket_remove a {
    text-decoration: none;
    font-weight: bold;
    font-size: 20px;
}

table.order_form tr td.basket_remove {
    display: none;
}

table.order_form {
    width: 100%;
}

.sum_total {
    text-align: right;
    font-weight: bold;
    font-size: 15px;
}

form#better {
    margin-bottom: 30px;
}

form#better input[type="radio"] {
    height: 15px;
}

form#better input {
    padding: 7px 10px;
    margin: 0 0 0 15px;
    width: 300px;
    height: 30px;
    box-sizing: border-box;
}

form#better input:focus {
    border: 1px solid #328DC9;
}

form#better textarea {
    height: 200px;
    resize: none;
}

input[name="address[apartment]"] {
    max-width: 100px !important;
    min-width: 0 !important;
}

div.auth_form {
    width: 320px;
    margin: 0 auto;
}

div.auth_form a {
    text-decoration: none;
    margin: 0 7px;
}

div.auth_form a:hover {
    text-decoration: underline;
}

form#better button.save_profile {
    color: #fff;
    padding: 14px 51px;
    background: #3F72C2;
    text-transform: uppercase;
    border: none;
    margin-top: 29px;
    font-weight: bold;
    font-size: 14px;
    line-height: 16px;
    width: 190px;
    cursor: pointer;
}

form#better label {
    /* width: 320px; */
    display: flex;
    align-items: center;
    height: 30px;
    margin-bottom: 10px;
}

form#better label input::-webkit-outer-spin-button,
form#better label input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

form#better label input[type='number'] {
    -moz-appearance: textfield;
}

form#better #way p span {
    width: 140px;
    display: inline-block;
    font-weight: bold;
}

form#better a.change_order {
    margin-left: 15px;
    text-decoration: none;
}

form#better label.country select {
    height: 29px;
    margin-bottom: 7px;
    width: 173px;
    float: right;
}

.login-recover label {
    height: 45px !important;
    justify-content: space-between;
}

.login-recover input {
    margin: 0 0 7px 20px !important;
    height: 23px !important;
    width: 169px !important;
}

.reg-recover {
    display: flex;
    flex-wrap: wrap;
}

.order-recover label {
    min-width: 320px;
    width: 100% !important;
}

.appartment {
    justify-content: flex-start !important;
}

#type_face {
    display: flex;
    justify-content: start;
    align-items: center;
    flex: 0 0 100%;
    margin-bottom: 20px;
}

#type_face label {
    justify-content: center;
    background-color: transparent;
    border: 1px solid #7F7F7F;
    max-width: 114px !important;
    min-width: 0 !important;
    cursor: pointer;
    font-weight: bold;
    font-size: 14px;
    line-height: 16px;
    color: #7F7F7F;
    margin-right: 1px;
}

#type_face input {
    display: none;
}

.cart_button {
    color: #fff;
    padding: 15px 25px;
    background: #1A58B8;
    text-transform: uppercase;
    border: none;
    font-weight: bold;
    font-size: 12px;
    letter-spacing: 1px;
    width: 190px;
    cursor: pointer;
}

.red_star {
    color: red;
}

#otpr {
    width: 33%;
    text-align: center;
    display: inline-block;
    display: inline !ie;
    zoom: 1;
    vertical-align: top;
    height: 110px;
    border-left: 1px solid #cfe0f4;
    float: right;
    background: url(../images/man.png) repeat-y 50% 0% #f0f3f8;
}

#otpr form {
    background: #52b0dd url(../images/prez.png) repeat-x;
    padding: 10px 5px;
    display: block;
    text-decoration: none;
    color: #fff;
    font-size: 17px;
    margin: 0;
    white-space: nowrap;
}

#otpr img {
    margin: 10px 10px 10px;
    max-height: 40px;
}

#otpr input[type="submit"] {
    border: none;
    background: none;
    color: #fff;
    font-size: 17px;
    cursor: pointer;
}

#otpr input[type="number"],
#otpr input[type="text"] {
    width: 45px;
}

#feat {
    width: 39%;
    display: inline-block;
    display: inline !ie;
    zoom: 1;
    vertical-align: top;
    border-top: 2px solid #cfe0f4;
    font-size: 12px;
    font-weight: bold;
}

#feat header {
    background: #cfe0f4;
    display: inline-block;
    display: inline !ie;
    zoom: 1;
    text-transform: uppercase;
    padding: 8px 15px;
    font-size: 12px;
    margin-bottom: 10px;
}

#feat>h2 {
    margin-top: 15px;
    font-weight: bold;
    color: #000D88;
    font-size: 25px;
}

.sopt_header {
    display: inline-block;
    border: 1px solid #BBD6FB;
    padding: 10px;
    background-color: #EBF2FE;
    color: #1A58B8;
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 22px;
}

#rel_goods {
    height: 1px;
    background: #BBD6FB;
}

span.price_big {
    display: block;
    text-align: right;
    padding-right: 10px;
    font-weight: bold;
    color: #000D88;
    margin-top: 10px;
    font-size: 23px;
}

span.number_wrapper {
    display: inline-block;
    position: relative;
    margin-right: 5px;
}

span.order__wrapper {
    max-width: 120px;
    width: 120px;
    height: 30px;
    border: 1px solid gray;
    border-radius: 2px;
    display: flex !important;
}

span.order__wrapper input {
    height: 100% !important;
    border: none;
}

span.order__wrapper .step_minus,
span.order__wrapper .step_plus {
    flex: 0 0 40px;
    border: none;
    background-color: transparent;
    font-size: 25px;
}

span.order__disabled {
    width: auto !important;
    margin: 0 !important;
    display: inline-block !important;
    border: none !important;
}

span.order__disabled input {
    background: transparent;
}

span.number_wrapper input {
    /* text-align: left; */
}

@supports (-webkit-appearance:none) {

    span.number_wrapper div.step_plus,
    span.number_wrapper div.step_minus {
        display: none !important;
    }
}

@supports (-moz-appearance:none) {

    span.number_wrapper div.step_plus,
    span.number_wrapper div.step_minus {
        display: none !important;
    }
}

span.number_wrapper div.step_plus {
    position: absolute;
    background: url(/images/spin_top.png) #F1F1F1 center no-repeat;
    width: 17px;
    height: 4px;
    min-width: 0px !important;
    right: 1px;
    top: 1px;
    border-right: none !important;
    height: 50%;
}

span.number_wrapper div.step_minus {
    position: absolute;
    background: url(/images/spin_bot.png) #F1F1F1 center no-repeat;
    width: 17px;
    height: 4px;
    min-width: 0px !important;
    right: 1px;
    bottom: 1px;
    border-right: none !important;
    height: 50%;
}

div.div_mid {
    vertical-align: top !important;
    text-align: left !important;
    padding-top: 4px;
    padding-left: 6px;
    font-weight: bold;
}

.gallery>* {
    /* vertical-align: middle !important;
    display: inline-block !important;
    display: inline !ie;
    zoom: 1;
    text-align: center !important; */
}


.gallery #p {
    position: absolute;
    top: 30%;
    left: 0;
    cursor: pointer;
}

.gallery #n {
    position: absolute;
    top: 30%;
    right: 0;
    cursor: pointer;
}

#gallery ul {
    position: relative;
    width: 365px;
    height: 90px !important;
    padding: 0 30px;
    display: flex;
}

#gallery li {
    display: inline-block;
    display: inline !ie;
    zoom: 1;
    overflow: hidden;
    text-align: center;
    vertical-align: middle;
    border: 1px solid #dde9f7;
    border-radius: 3px;
    width: 130px;
    margin: 0 5px;
}

#gallery a {
    display: inline-block;
    display: inline !ie;
    zoom: 1;
    padding: 0 10px;
}

.delivery ul {
    list-style-type: none;
}

.delivery li {
    margin: 10px 0;
    font-weight: bold;
    font-style: italic;
    font-size: 15px;
}

.delivery li:before {
    content: ' - ';
}

.delivery h3.del_type {
    margin-bottom: 13px;
    display: inline-block;
    color: #F7931E;
    background: #1A58B8;
    text-transform: uppercase;
    font-size: 12px;
    padding: 8px 11px;
}

.delivery ul.delivery {
    list-style-type: none;
    display: inline-block;
    display: inline !ie;
    zoom: 1;
    vertical-align: top;
    padding: 0 30px 0 0;
    margin-top: 10px;
    margin-bottom: 20px;
}

.delivery ul.delivery>li {
    background: url(/img/delivery/jdd.png) 0 0 no-repeat;
    height: 45px;
    padding: 0 0 0 50px;
    line-height: 42px;
    font-size: 17px;
}

.delivery ul.delivery>li>span {
    font-size: 11px;
    font-style: italic;
}

.delivery ul.delivery>li.a {
    background: url(/img/delivery/a.png) 0 0 no-repeat;
}

.delivery ul.delivery>li.dl {
    background: url(/img/delivery/dl.png) 0 0 no-repeat;
}

.delivery ul.delivery>li.jde {
    background: url(/img/delivery/j.png) 0 0 no-repeat;
}

.delivery ul.delivery>li.pek {
    background: url(/img/delivery/pek.png) 0 0 no-repeat;
}

.delivery ul.delivery>li.bs {
    background: url(/img/delivery/bs.png) 0 0 no-repeat;
}

.delivery ul.delivery>li.sd {
    background: url(/images/sd.png) 0 0 no-repeat;
}

.delivery ul.delivery>li.me {
    background: url(/images/me.PNG) 0 0 no-repeat;
}

.delivery ul.delivery>li.dhl {
    background: url(/images/dhl.PNG) 0 0 no-repeat;
}

#legal_user {
    display: none;
    flex: 0 0 445px;
    flex-wrap: wrap;
    margin-left: 50px;
}

#legal_user label>div {
    width: 129px !important;
}

#legal_user input[type="number"] {
    padding: 7px 8px;
    background: #FFFFFF;
    border: 1px solid #7F7F7F;
    border-radius: 0 !important;
}

#legal_user label:nth-child(6),
#legal_user label:nth-child(8),
#legal_user label:nth-child(10) {
    justify-content: start;
}

#legal_user label:nth-child(6) input,
#legal_user label:nth-child(8) input,
#legal_user label:nth-child(10) input {
    width: 150px !important;
    min-width: 0;
    display: block !important;
}

img.del_img {
    float: right;
    padding-left: 25px;
    padding-bottom: 49px;
}

.hit-desc.join {
    height: 330px;
    overflow: hidden;
}

#teh_features {
    border-top: 2px solid #cfe0f4;
    margin-bottom: 20px;
}

#feat header {
    background: #cfe0f4;
    display: inline-block;
    display: inline !ie;
    zoom: 1;
    text-transform: uppercase;
    padding: 8px 15px;
    font-size: 11px;
    margin-bottom: 10px;
    color: #1A58B8;
    font-weight: bold;
}

#teh_features ul {
    display: block;
    margin: 0 15px 20px 15px;
}

#teh_features li {
    display: flex;
    justify-content: space-between;
    padding: 0 50px 0 5px;
    border-bottom: 2px dashed #BBD6FB;
}

#teh_features li>* {
    display: inline-block;
    display: inline !ie;
    zoom: 1;
    margin: 5px 0 10px;
}

#opisanie {
    border-top: 2px solid #cfe0f4;
    font-size: 17px;
}

html #opisanie div,
html #opisanie p {
    font-size: 14px !important;
}

#opisanie p,
#opisanie div {
    /*   padding-bottom: 7px; */
}

.feature_val {
    float: right;
    text-align: right;
}

/*Description*/

/*Search Form*/
fieldset {
    border: none;
}

form#search_form {
    background: url(/images/img/aside_bg.png);
    padding: 10px;
}

form .ui-widget-header {
    background: #BDCCD4;
}

form .ui-slider-horizontal {
    height: 0.3em;
    margin: 15px 0;
}

form .ui-slider-horizontal .ui-slider-handle {
    top: -0.4em;
    margin-left: 0;
}

form .ui-slider .ui-slider-handle {
    width: 0.35em;
    height: 1em;
}

form .ui-state-default,
form .ui-widget-content .ui-state-default,
form .ui-widget-header .ui-state-default {
    border: 1px solid #BBD6FB;
    font-weight: bold;
    background: #1A58B8;
    color: #0073ea;
    border-radius: 7px;
}

fieldset legend {
    font-weight: bold;
    font-size: 16px;
    line-height: 18px;
    color: #2A2B69;
    margin-bottom: 15px;
}

label {
    font-family: Arial;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
    color: #3F72C2;
}

.recover {}

.recover>p {
    font-weight: bold;
    font-size: 16px;
    line-height: 18px;
    color: #2A2B69;
    margin-bottom: 15px;
}

.recover span {
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
    color: #3F72C2;
}

.recover label {
    display: flex !important;
    align-items: center !important;
    width: 375px !important;
    height: 30px !important;
}

.recover button {
    margin-top: 30px;
    font-weight: bold;
    font-size: 14px;
    line-height: 16px;
    text-transform: uppercase;
    color: #FFFFFF;
    background: #3F72C2;
    padding: 14px 51px;
    border: none;
    cursor: pointer;
}

.reg-recover input {
    min-width: 300px;
}

form#better label>div,
.reg-recover label>div,
.order-recover label>div {
    width: 144px;
}

.reg-recover label,
.order-recover label {
    min-width: 300px;
    align-items: center;
    width: 100% !important;
}

.reg-recover label {
    justify-content: space-between;
}

.natural_user {
    flex: 0 0 445px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

#option-1:checked:checked~.option-1,
#option-2:checked:checked~.option-2 {
    border-color: #1744C4;
    background: #1744C4;
    color: #FFF;
    transition: all .2s ease 0s;
}

.field-wrapper {
    display: flex;
    flex: 0 0 100%;
}

fieldset input[type=checkbox] {
    margin-right: 5px;
}

fieldset input[type=number] {
    vertical-align: middle;
    display: inline-block;
    width: 72px;
    height: 25px;
    border: 1px solid #BBD6FB;
    border-radius: 6px;
}

#search_form button.absolute-result {
    border: 1px solid #3F72C2;
    background: #3F72C2;
    color: #ffffff;
    border-radius: 3px;
    padding: 8px;
    margin: 0;
    position: absolute;
    top: -35%;
    left: 100%;
    white-space: nowrap;
    cursor: pointer;
    z-index: 50;
    box-shadow: 0 0 15px 0 rgba(255, 255, 255, 1);
}

#search_form button.absolute-result:hover {
    border-color: #f69321;
    color: #f69321;
}

#search_form button.absolute-result:hover:before {
    border: solid #f69321;
    border-width: 0 0 1px 1px;
}

#search_form button.absolute-result:before {
    content: '';
    position: absolute;
    left: -8px;
    top: 30%;
    width: 15px;
    height: 15px;
    background-color: #3f72c2;
    transform: rotate(45deg);
}

#search_form fieldset button {
    padding: 5px 20px;
    background: #fff;
    color: #101055;
    text-transform: uppercase;
    font-weight: 900;
    font-size: 12px;
    border: 1px solid #BBD6FB;
    border-radius: 6px;
    margin: 20px auto;
    display: block;
    cursor: pointer;
}

.contacts__wrapper {
    display: flex;
    justify-content: space-between;
}

.contacts__wrapper h2 {
    display: flex;
    max-width: 365px;
}

.contacts__wrapper h2 svg {
    min-width: 16px;
}

.contacts__wrapper h2 span {
    margin-left: 11px;
    font-weight: bold !important;
    font-size: 16px !important;
    line-height: 18px !important;
    color: #3F43A6 !important;
}

.contacts__image {
    position: relative;
    width: 450px;
    height: 240px;
}

.contacts__wrapper_2 {
    flex-wrap: wrap;
}

.contacts__wrapper_2 .contacts__image {
    width: 100%;
}

.contacts__wrapper_2 .contacts__image:nth-child(1) {
    height: 493px;
    margin-bottom: 15px;
}

.contacts__wrapper_2 .contacts__image:nth-child(2) {
    height: 642px;
    margin-bottom: 20px;
}

.contacts__image-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.contacts__image-wrapper .contacts__image:nth-child(1) {
    margin-right: 7px;
}

.contacts__image-wrapper .contacts__image:nth-child(1),
.contacts__image-wrapper .contacts__image:nth-child(2) {
    width: 450px;
    height: 371px;
    margin-bottom: 25px;
}

.contacts__image iframe {
    position: absolute;
    width: 100%;
    height: 100%;
}

.contacts__image img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    top: 0;
    left: 0;
}

.contacts__divide {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: center;
}

.contacts__divide p {
    font-family: Arial;
    display: inline-block;
    font-weight: bold;
    font-size: 16px;
    line-height: 18px;
    color: #FFFFFF;
    padding: 12px 20px;
    background: linear-gradient(180deg, #1744C4 0%, #071B60 100%);
    margin: 20px 0 30px;
    z-index: 2;
}

.contacts__divide:after {
    position: absolute;
    content: '';
    height: 1px;
    width: 100%;
    background: #3F43A6;
    top: 48%;
    left: 50%;
    transform: translate(-50%, -50%);
}


/*Search Form*/
/* Middle
-----------------------------------------------------------------------------*/
aside {
    float: left;
    width: 250px;
    box-sizing: border-box;
}

#main_menu ul li {
    list-style: none;
}

#main_menu ul li.level_1>a {
    display: block;
    font-size: 13px;
    padding: 8px 6px 8px 40px;
}

#main_menu ul li.level_1 {
    position: relative;
}

#main_menu ul li.level_1>a {
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 14px;
    background: url('/images/img/list-img.svg') 20px center no-repeat #1A58B8;
    border-bottom: 1px solid #fff;
    background-size: 13px 13px;
}

#main_menu ul li.level_2>a {
    color: #0E2F64;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 11px;
    background: url('/images/img/level2_bg.jpg') repeat-x #EDF2FC;
    padding: 2px 8px 2px 43px;
    display: block;
}

#main_menu ul li.level_2>a:hover {
    color: rgb(255, 107, 0);
    /*background: url('/images/img/level2_bg_hover.png') repeat-x #F05423;*/
}

.menu_list_hovered {
    position: absolute;
    z-index: 9000009;
    top: 0;
    left: 240px;
    z-index: 15;
    display: block !important;
    min-width: 250px;
}

li.level_1>a.active_item {
    background: url('/images/img/list-open.png') 20px center no-repeat #0E2F64 !important;
    background-size: 13px 13px !important;
    -webkit-transition-duration: 0.2s;
    -o-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    transition-duration: 0.2s;
    border-bottom: none !important;
}

#main_menu ul.level_2 {
    display: none;
}

#main_menu .menu_item_class.active ul.level_2,
#main_menu .menu_item_class:hover ul.level_2 {
    display: block;
}

#main_menu .menu_item_class.active .menu_item_class.level_2.active .menu_list.level_3 {
    display: block;
}

main {
    box-sizing: border-box;
    margin-left: 275px;
}

.description {
    padding: 20px 0;
}

.man-items {
    text-align: center;
    margin: 20px 0;
    border-top: 1px solid #9FA1D3;
    border-bottom: 2px solid #DBDCEE;
    padding: 15px 0;
}

#content {
    padding: 15px 0 200px;
}

.man_item {
    display: inline-block;
    width: 30%;
    height: 150px;
    text-align: center;
    margin: 10px 12px;
    text-decoration: none;
    color: #000;
    font-weight: 700;
    font-size: 16px;
    border: 1px solid #ccc;
    vertical-align: middle;
}

.man_item div {}

.man_item img {
    height: 50px;
    margin-bottom: 15px;
    padding-top: 30px;
    max-width: 100%;
}

.man_item span {}

.top-slider {
    position: relative;
    text-align: right;
}

.top-slider img.slider-item {
    width: 100%;
}

#next {
    position: absolute;
    top: 40%;
    right: 10px;
    z-index: 20;
}

.news_text {
    display: inline-block;
}

.news_text a {
    margin: 30px 0 5px 15px;
    display: inline-block;
}

.news_text .news_img {
    display: table-cell;
    vertical-align: middle;
}

.news_text .news_img_wrap {
    float: left;
    display: table;
    margin-right: 25px;
    height: 125px;
}

#prev {
    position: absolute;
    top: 40%;
    left: 35px;
    z-index: 20;
}

.advantages {
    width: 900px;
    vertical-align: middle;
    margin-top: 10px;
    margin-left: 27px;
}

.advantages .sq-img {
    display: inline-block;
    max-width: 190px;
    font-weight: bold;
    color: #0E2F64;
    text-transform: uppercase;
    font-size: 11px;
}

button.login {
    color: #fff;
    padding: 10px;
    background: #1A58B8;
    text-transform: uppercase;
    border: none;
    font-weight: bold;
    font-size: 11px;
    cursor: pointer;
}

/*Slider*/
#demo {
    height: 300px;
    width: 900px;
    position: relative;
    display: inline-block;
}

#demo>ul {
    height: 300px;
    overflow: hidden;
    position: relative;
    width: 100% !important;
}

#demo>ul>li {
    display: block;
    height: 300px;
    position: absolute;
    width: 100% !important;
}

#demo1,
#demo2,
#demo3 {
    background: #fff;
    text-align: center;
}

#demo .slider-text {
    position: absolute;
    top: 45px;
    right: 55px;
    max-width: 113px;
    height: 40px;
    background: linear-gradient(180deg, #EEA200 0%, #DB5F00 100%);
    border: none;
    padding: 12px 20px;
    text-align: center;
    font-family: Arial;
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
    color: #FFFFFF;
    cursor: pointer;
    transition: all .2s ease 0s;
}

#demo .slider-text:hover {
    background: linear-gradient(0deg, #DB5F00, #DB5F00);
}

#demo .slider-text h4 {
    text-transform: uppercase;
    margin-bottom: 12px;
}

#demo .slider-text p {
    font-size: 12px;
    padding: 0 18px;
}

#demo .slider-text a {
    text-decoration: none;
    text-transform: uppercase;
    display: inline-block;
    color: #fff;
    background: #DF6126;
    background: -moz-linear-gradient(#EEA21F, #DF6126);
    background: linear-gradient(#EEA21F, #DF6126);
    padding: 5px 15px;
    font-size: 12px;
    border-radius: 3px;
}

#naviBlock {
    bottom: 12px;
    right: 20px;
    position: absolute;
    z-index: 15;
}

#naviBlock a {
    background: #285BAA;
    background-position: 100% 50%;
    display: inline-block;
    height: 17px;
    margin: 0 6px;
    vertical-align: top;
    width: 17px;
    border-radius: 10px;
}

#naviBlock a.active {
    background: #EB8823;
}

.naviNav {
    z-index: 99;
    top: 50%;
    left: 48.5%;
    transform: translate(-50%, -50%);
    width: 108.5%;
    position: absolute;
    display: flex;
    justify-content: space-between;
}

.naviNav #prev,
.naviNav #next {
    position: relative !important;
    width: 40px;
    height: 45px;
    background: linear-gradient(180deg, #EEA200 0%, #DB5F00 100%);
    border-radius: 6px;
    border: none;
    cursor: pointer;
    transition: all .2s ease 0s;
}

.naviNav #prev:hover,
.naviNav #next:hover {
    background: linear-gradient(0deg, #DB5F00, #DB5F00);
}

/*Slider*/
/*ACTIONS*/
.sector,
.sector_market {
    position: relative;
}

.sector img.prev,
.sector img.next,
.sector img.prev2,
.sector img.next2 {
    position: absolute;
    top: 30%;
    left: -27px;
    z-index: 10;
    cursor: pointer;
}

.sector img.next,
.sector img.next2 {
    left: auto;
    right: -27px;
}

.sector_market {
    height: 340px;
}

.sector>div>div {
    position: absolute;
    height: 340px;
    /*width: 10000px;*/
}

/*.sector > div .tovar {
  width: 240px;
}*/
.tovar .mages {
    position: relative;
    text-align: center;
    display: block;
    height: 100%;
    overflow: hidden;
}

.tovar .mages header {
    position: absolute;
    bottom: 0;
    background: url(/images/button_bg1.png) repeat-x;
    background-size: contain;
    color: #fff;
    font-size: 11px;
    font-weight: bold;
    padding: 5px 0;
    width: 100%;
    min-height: 35px;
}

.action.hit .tovar .mages header {
    /*background: url(/images/hity_bg.png);*/
    background: none;
    color: #15359f;
    font-size: 14px;
}

.action.hit .tovar {
    height: 287px;
}

.action.hit .tovar span {
    border: 2px solid rgba(1, 1, 1, 0);
    -webkit-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.action.hit .tovar span:hover {
    box-shadow: 0px 0px 13px 3px #E77D00;
}

.action.hit .tovar span:hover header {
    /*color: #000;*/
}

.action.hit .tovar span:hover img,
.novinki span:hover img {
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    -webkit-transform: scale(1.15);
    -ms-transform: scale(1.15);
    -o-transform: scale(1.15);
    transform: scale(1.15);
}

.tovar .mages {
    overflow: visible !important;
}

.hit .tovar span,
.novinki .tovar span {
    -webkit-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.hit .tovar:hover span {
    border: 2px solid #F79A01;
}

/*.novinki .tovar:hover span{
    border: 2px solid #29ABE2;
}*/
.hit .tovar:hover header {
    background: #F79A01;
    color: red;
}

.novinki .tovar:hover span {
    box-shadow: 0px 0px 13px 3px #29ABE2;
}

.novinki .tovar:hover header {
    /*background: #29ABE2;*/
    /*color: #fff;*/
}

.tovar .mages>div {
    display: table;
    height: 70%;
    width: 100%;
}

.tovar .mages>div>div {
    display: table-cell;
    vertical-align: middle;
}

.tovar .mages img {
    max-height: 160px;
}

.tovar .mages img {
    width: 200px;
}

.tovar span {
    margin: 0 3px;
    display: block;
    border: 2px solid #29ABE2;
    height: 296px;

}

#tit h1 {
    font-weight: bold;
    color: #000D88;
    font-size: 25px;
}

.news_create_date {
    margin-bottom: 15px;
}

.tovar {
    display: inline-block;
    display: inline !ie;
    zoom: 1;
    width: 100%;
    vertical-align: top;
    height: 285px;
    margin: 20px 0px;
    position: relative;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

a.categoriya {
    vertical-align: middle;
}

a.categoriya span {
    position: absolute;
    bottom: 0;
    display: block;
    text-align: center;
    font-size: 14px;
    width: 100%;
    padding-bottom: 5px;
}

.categoriya {
    display: inline-block;
    width: 219px;
    height: 296px;
    margin: 10px 4px;
    border: 1px solid #B3B3B3;
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
    z-index: 1 !important;
}

.tovar-v-spiske {
    display: inline-block;
    width: 212px;
    height: 296px;
    margin: 10px 7px;
    border: 1px solid #BDCCD4;
    box-sizing: border-box;
    position: relative;
    vertical-align: middle;
    overflow: hidden;
}

.tovar-v-spiske img {}

.tovar-v-spiske .mages {
    text-decoration: none;
    color: #101055;
    font-weight: bold;
}

.tovar-v-spiske footer {
    position: absolute;
    bottom: 0;
    background: rgba(210, 210, 210, .7);
    width: 100%;
    border-top: 1px solid #BBD6FB;
    box-sizing: border-box;
}

.tovar-v-spiske footer a {
    display: inline-block;
    height: 38px;
    line-height: 38px;
    padding: 0px 10px;
    text-decoration: none;
    color: #fff;
    background: #FF9701;
    font-weight: bold;
    margin-right: 12px;
}

.tovar-v-spiske footer a:hover {
    opacity: .7;
}

.tovar-v-spiske footer span {
    font-weight: bold;
    color: #000D88;
    font-size: 18px;
}

.tovar-v-spiske .item-image {
    height: 175px;
    display: table;
    width: 100%;
    text-align: center;
    padding: 10px 0;
    box-sizing: border-box;
}

.tovar-v-spiske .item-image div {
    display: table-cell;
    vertical-align: middle;

    text-align: center;
}

.tovar-v-spiske header {
    padding-left: 6px;
    padding-top: 3px;
}

.tovar-v-spiske:hover {
    box-shadow: 0px 0px 13px 3px #BDCCD4;

    -webkit-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

#way {
    width: 430px;
    line-height: 30px;
    font-size: 14px;
    margin-bottom: 30px;
}

#way select {
    width: 300px;
    height: 30px;
    float: right;
}

.categoriya:hover {
    box-shadow: 0px 0px 13px 3px #1A58B8;

    -webkit-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.categoriya:hover img {
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    -webkit-transform: scale(1.15);
    -ms-transform: scale(1.15);
    -o-transform: scale(1.15);
    transform: scale(1.15);
}

.categoriya .mages .cat-div {
    display: table;
    height: 85%;
    /* 70% изначально */
}

.categoriya .mages .cat-div-div {
    display: table-cell;
    vertical-align: middle;
    padding: 0 10px;
}

.categoriya .min-price {
    position: absolute;
    width: 100%;
    padding: 11px 0;
    bottom: 0;
    color: #fff;
    font-weight: bold;
    background-color: #1A58B8;
    font-size: 12px;
}

.categoriya img {
    width: 100%;
    height: auto;
}

.categoriya header {
    padding: 12px 0;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 12px;
    background: #1A58B8;
}

#owl-demo .item {
    background: #3fbf79;
    padding: 30px 0px;
    margin: 10px;
    color: #FFF;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-align: center;
}

.customNavigation {
    text-align: center;
}

/* use styles below to disable ugly selection */
.customNavigation a {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.hit .owl-theme .owl-controls,
.novinki .owl-theme .owl-controls {
    position: absolute;
    top: 140px;
    width: 100%;
}

.hit .owl-theme .owl-controls .owl-buttons div.owl-prev,
.novinki .owl-theme .owl-controls .owl-buttons div.owl-prev {
    background: transparent;
    padding: 0 !important;
    border-radius: 0;
    -webkit-border-radius: 0;
    opacity: 1;
    float: left;
    margin: 0 -20px;
}

.hit .owl-theme .owl-controls .owl-buttons div.owl-prev {
    width: 0;
    height: 0;
    border-top: 15px solid transparent;
    border-right: 15px solid #FF9701;
    border-bottom: 15px solid transparent;
}

.novinki .owl-theme .owl-controls .owl-buttons div.owl-prev {
    width: 0;
    height: 0;
    border-top: 15px solid transparent;
    border-right: 15px solid #29ABE2;
    border-bottom: 15px solid transparent;
}

.hit .owl-theme .owl-controls .owl-buttons div.owl-next,
.novinki .owl-theme .owl-controls .owl-buttons div.owl-next {
    background: transparent;
    padding: 0 !important;
    border-radius: 0;
    -webkit-border-radius: 0;
    opacity: 1;
    float: right;
    margin: 0 -20px;
    padding: 5px 4px;
}

.hit .owl-theme .owl-controls .owl-buttons div.owl-next {
    width: 0;
    height: 0;
    border-top: 15px solid transparent;
    border-left: 15px solid #FF9701;
    border-bottom: 15px solid transparent;
}

.novinki .owl-theme .owl-controls .owl-buttons div.owl-next {
    width: 0;
    height: 0;
    border-top: 15px solid transparent;
    border-left: 15px solid #29ABE2;
    border-bottom: 15px solid transparent;
}

/*ACTIONS*/

.advantages .img-bl {
    vertical-align: middle;
    float: left;
    padding-right: 8px;
}

.adv-item {
    padding-top: 5px
}

.pre-action {
    height: 32px;
    display: table;
    margin: 0 auto;
    position: relative;
    top: 16px;
    text-align: center;
    line-height: 32px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 600;
    font-size: 17px;
    letter-spacing: 2px;
    padding: 0 10px;
}

.pre-hit {
    background: url(/images/img/y_bg.jpg);
}

.pre-novinki {
    background: url(/images/img/g_bg.jpg);
}

.pre-catgr {
    background: url(/images/img/b_bg.jpg);
    background-size: 100% 100%;
}

.hit {
    border-top: 1px solid #E98A01;
}

.novinki {
    border-top: 1px solid #27A4D9;
}

.catgr {
    border-top: 1px solid #A8A7A7;
    text-align: center;
}

.action {
    width: 908px;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 17px 0px 0;
}

#brands img {
    margin: 5px;
    vertical-align: middle;
}

/* Footer
-----------------------------------------------------------------------------*/
#footer {
    margin: -190px auto 0;
    width: 1186px;
    height: 150px;
    position: relative;
    background-color: #1A58B8;
    padding: 20px 0;
}

.footer-ul-wrapper {

    width: 100%;
}

.footer-ul-first {
    width: 15%;
    min-width: 255px;
    text-align: center;
    padding-top: 10px;
}

button#search-in-footer {
    background: #1A58B8;
    border: none;
    vertical-align: middle;
}

.footer-ul-second {
    width: 15%;
    max-width: 175px;
}

footer .menu_list.level_2 {
    display: none;
}

.bottom-phones {
    padding-top: 10px;
    color: #fff;
    font-weight: bold;
}

.footer-ul-first form {
    white-space: nowrap;
    text-align-last: center;
}

.footer-ul-first form>img {
    vertical-align: middle;
    margin-right: 5px;
}

.footer-ul-first form input {
    width: 150px;
    /*background: url(/images/img/fish_f.jpg) left center no-repeat #fff;*/
    border: none;
    height: 20px;
    text-indent: 25px;
}

.footer-ul-second nav {
    border-left: 2px solid #fff;
    padding: 15px 0 15px 17px;
}

.footer-ul-third nav {
    border-left: 2px solid #fff;
    padding: 10px 0 10px 17px;
    -webkit-column-count: 3;
    width: 650px;
}

.footer-ul-third {
    /*width: 70%;
    max-width: 650px;*/
}

.bottom-search {
    margin-bottom: 5px;
}

.bottom-search img {
    width: 200px;
}

footer nav ul li {
    list-style: none;
}

footer nav ul li a {
    color: #fff;
    text-decoration: none;
}

footer nav.footer-item-menu ul li {
    display: inline-block;
    width: 180px;
    background: url(/images/img/poplavok.png) left center no-repeat;
    padding-left: 10px;
}

footer nav.footer-main-menu ul li a {
    font-weight: bold;
    font-size: 17px;
}

footer nav.footer-item-menu ul li a {
    text-transform: uppercase;
    font-size: 11px;
    font-weight: bold;
}

/*POPUP*/
#popup_img {
    display: none;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(100, 100, 100, .8);
    z-index: 999;
}

.ul_wrap #p,
.ul_wrap #n {
    display: none !important;
}

.ul_wrap #gallery_ul {
    display: inline-block;
    width: auto !important;
    height: 631px !important;
    position: relative !important;
    overflow: overlay;
    -ms-overflow-y: scroll;
}

.ul_wrap #gallery_ul li {
    margin-bottom: 6px;
    border: 0;
    font-size: 0;
    line-height: 0;
    width: 85px;
}

#close_img {
    background: url("/images/fancybox_close.png") 50% 50% no-repeat transparent;
    color: #FFFFFF;
    cursor: pointer;
    display: block;
    height: 32px;
    position: absolute;
    right: 10px;
    top: 5px;
    width: 32px;
}

.img_block_p {
    width: 795px;
    margin: 150px auto 0;
}

.ul_wrap {
    float: right;
    width: 95px;
}

.ul_wrap .gallery {
    display: inline-block;
    padding: 0 !important;
}

.ul_wrap .gallery #gallery {
    height: auto !important;
}

.popup_img_wrap {
    float: left;
    width: 700px;
    text-align: right;
    position: relative;
}

.popup_img_wrap img {
    max-width: 100%;
}

/*POPUP*/

/* maks: search_form styles updated: */

#search_form {
    border: 1px solid #b2b2b2;
    font-size: 14px;
}

#search_form .ui-slider-horizontal {
    height: 5px !important;
}

#search_form .ui-corner-all {
    border-radius: 2px !important;
}

#search_form .ui-widget-content {
    border: 1px solid #cbcbcb !important;
    background: #f5f5f5;
}

#search_form .ui-state-default,
.ui-widget-content .ui-state-default {
    border: none !important;
    background: #cbcbcb;
    height: 13px;
    width: 8px;
}

#search_form .ui-widget-header {
    background: #f69321 !important;
}

#search_form .ui-slider-horizontal .ui-slider-handle {
    margin-left: -3px !important;
}

#search_form label {
    display: block;
    padding: 2px 0;
}

.slider_h {
    margin-top: 10px;
}

#search_form>fieldset:last-child {
    border-bottom: none;
}

#search_form .tree-list {
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 11px;
    text-transform: none;
}

#search_form .tree-list li::before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 10px;
    width: 10px;
    height: 1px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

#search_form .tree-list li>a.plusminus {
    position: absolute;
    display: block;
    width: 12px;
    height: 9px;
    background: url(plusminus.svg) no-repeat center top;
    left: -7px;
    top: 6px;
    border-radius: 9px;
}

#search_form .tree-list li.open>a.plusminus {
    background-position-y: bottom;
}

#search_form .tree-list>li>.tree-list {
    display: none;
    margin-left: 5px;
}

#search_form .tree-list>li.open>.tree-list {
    display: block;
}

#search_form label {
    font-size: 11px;
    position: relative;
}

#search_form label>span {
    font-size: 10px;
    color: #666;
}

#search_form .range-group label {
    display: inline-block;
    zoom: 1;
    vertical-align: top;
}

#search_form .range-group .slider {
    margin-top: 10px;
}

#search_form {
    border: 1px solid #b2b2b2;
    font-size: 14px;
    border-radius: 3px;
}

#search_form>fieldset {
    border: none;
    border-bottom: 1px solid #b2b2b2;
    position: relative;
}

#search_form legend {
    position: relative;
    font-size: 18px;
    color: #1a1a1a;
}

#search_form label {
    display: block;
}

/*
#search_form input[type="number"] {
    width: 75px;
    margin: 0;
    height: 22px;
    line-height: 14px;
    padding: 2px 2px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
*/

#search_form .tree-list {
    list-style: none;
    padding: 0;
    margin: 0;
    text-transform: none;
}

#search_form .tree-list li {
    padding: 0 0 0 10px;
    margin: 0;
    position: relative;
    font-size: 15px;
}

#search_form .tree-list li::before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 10px;
    width: 10px;
    height: 1px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

#search_form .tree-list li>a.plusminus {
    position: absolute;
    display: block;
    width: 12px;
    height: 9px;
    background: url(plusminus.svg) no-repeat center top;
    left: -7px;
    top: 6px;
    border-radius: 9px;
}

#search_form .tree-list li.open>a.plusminus {
    background-position-y: bottom;
}

#search_form .tree-list>li>.tree-list {
    display: none;
    margin-left: 5px;
}

#search_form .tree-list>li.open>.tree-list {
    display: block;
}

#search_form .ui-slider-horizontal {
    height: 5px !important;
    margin-top: 17px;
}

#search_form .ui-corner-all {
    border-radius: 2px !important;
}

#search_form .ui-widget-content {
    border: 1px solid #cbcbcb !important;
    background: #f5f5f5;
}

#search_form .ui-state-default,
.ui-widget-content .ui-state-default {
    border: none !important;
    background: #cbcbcb;
    height: 13px;
    width: 8px;
}

#search_form .ui-widget-header {
    background: #f69321 !important;
}

#search_form .ui-slider-horizontal .ui-slider-handle {
    margin-left: -3px !important;
}

#search_form input {
    vertical-align: middle;
}

#search_form .range-group label {
    display: inline-block;
    zoom: 1;
    vertical-align: top;
}

#search_form .range-group .slider {
    margin-top: 10px;
}

#main_pic .gallery-item {
    width: 364px !important;
    height: 369px !important;
}

#gallery_ul a>img,
#gallery_ul .gallery-item {
    width: 90px !important;
    height: 90px !important;
}


.gallery-item {
    cursor: pointer;
}

.gallery-item img {
    display: block;
    width: 100%;
    height: 100%;
}

.arrow--prev,
.arrow--next {
    border: none;
    background-color: transparent;
    width: 20px;
    height: 20px;
    position: absolute;
    top: calc(50% - 10px);
    z-index: 10;
    cursor: pointer;
}


.arrow--next {
    right: 0;
}

.arrow--prev {
    left: 3px;
}

.arrow--prev::after,
.arrow--next::after {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    border: 2px solid #555;
    transform: rotate(45deg);
}


.arrow--next::after {
    border-left: 0;
    border-bottom: 0;
}

.arrow--prev::after {
    border-right: 0;
    border-top: 0;
}

.wrapGallery_ul {
    height: 90px;
    overflow: hidden;
}

#main_pic.wrapMain_pic {
    height: 364px;
    overflow: hidden;
    padding: 10px 0 0 0;
}


.fancybox-button--arrow_left {
    left: 20% !important;
}

.fancybox-button--arrow_right {
    right: 20% !important;
}

#gallery_ul {
    overflow: hidden;
}

.menu_list.level_3,
.menu_list.level_4 {
    display: none;
}

/* li.level_2:hover > ul.level_3{
    display: block;
} */

/* li.level_2:hover > ul.level_3 {
    position: absolute;
    left: 95%;
    top: 0;
    width: 200px;
    list-style: none;
    color: #0E2F64;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 11px; */
/*background: url(/images/img/level2_bg.jpg) repeat-x #EDF2FC;*/
/*padding: 2px 8px 2px 43px;*/
/* z-index: 9999999;
} */

#main_menu ul li a:hover {
    color: rgb(255, 107, 0) !important;
}


.menu_list.level_3 {
    width: 100%;
    list-style: none;
    color: #0E2F64;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 11px;
}

.menu_item_class.level_3 {
    background: #EDF2FC;
    padding: 2px 8px 2px 60px;
}

.menu_item_class.level_4 {
    padding-left: 20px;
    font-weight: 100;
}

/* .menu_item_class.level_2.active .menu_item_class.level_3:hover .menu_list.level_4, */
.menu_item_class.level_3.active .menu_list.level_4 {
    display: block;
}

li.level_2:hover>ul.level_3>li>a {
    position: static !important;

}

/* li.level_2:hover > ul.level_3 > li {
    background: url(/images/img/level2_bg.jpg) repeat #EDF2FC;
    padding: 2px 8px 2px 43px;
} */

li.level_2 {
    position: relative;
}

#main_pic {
    overflow: hidden !important;
    /* display: flex; */
    position: relative;

}

.notranslate {
    transform: translate3d(0, 0, 0) !important;
}

.image-item__sticker {
    width: 70px;
    height: 50px;
    position: absolute;
    right: 25px;
    top: 40px;
}

.image-item-description__sticker {
    width: 120px;
    height: 90px;
    position: absolute;
    right: 0;
    top: 0;
}

.img_link {
    position: relative;
}

.image-item-related__sticker {
    width: 40px;
    height: 20px;
    position: absolute;
    top: 15px;
    right: 15px;
}

/* suggest */
.suggest {
    width: 500px;
}

.suggest-results {
    position: absolute;
    left: 145px;
    top: 25px;
    display: block;
    background-color: #fff;
    width: 100% !important;
    transition: all 0.3s;
}

.suggest-results.visible>ul {
    opacity: 1;
}

.suggest-results>ul {
    position: absolute;
    top: 5px;
    left: 0;
    right: 0;
    z-index: 10;
    display: block;
    background-color: #fff;
    list-style: none;
    width: 100%;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    overflow: visible;
    opacity: 0;
    transition: opacity 0.1s;
    margin: 0;
    padding: 0;
}

.suggest-results>ul>li.message {
    display: block;
    color: #000;
    font-size: 14px;
    width: 100%;
    margin: 0;
    padding: 15px 20px;
}

.suggest-results>ul>li:not(.message) {
    display: block;
    color: #000;
    font-size: 14px;
    cursor: pointer;
    margin: 0;
    padding: 15px 20px;
}

.suggest-results>ul>li:not(.message):hover {
    background: #3F72C2;
    color: #fff;
}

.suggest-results>ul>li:not(.message):not(:last-child) {
    border-bottom: 1px solid #eee;
}

.suggest-close {
    position: absolute;
    top: 16px;
    right: 16px;
    z-index: 10;
    display: inline-block;
    width: 18px;
    height: 18px;
    cursor: pointer;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.2s ease, visibility 0.2s ease;
}

.suggest-close.visible {
    opacity: 1;
    visibility: visible;
}

.about__image img {
    width: 100%;
}

@media (min-width: 1280px) {
    .about__image {
        min-width: 900px;
    }
}

.callback {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(242, 242, 242, 0.8);
    z-index: 10000;
    justify-content: center;
    align-items: center;
    transition: all 0.5s ease;
}

.callback form {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

.callback--open {
    display: flex;
}

.callback-modal {
    margin: 0 auto;
    background-color: #FFFFFF;
    display: flex;
    flex-direction: column;
    width: 400px;
    min-height: 528px;
    padding: 40px;
    box-sizing: border-box;
    position: relative;
}

.close-modal {
    width: 15px;
    height: 15px;
    background-color: transparent;
    border: none;
    padding: 0;
    display: block;
    align-self: end;
    background-image: url(../img/cross-modal.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    cursor: pointer;
    position: absolute;
    right: 24px;
    top: 27px;
}

.callback form label {
    display: flex;
    flex-direction: column;
    margin-bottom: 15px;
}

.callback form input {
    border: 1px solid #328DC9;
    padding: 7px 0 7px 10px;
    color: #000;
    margin-top: 5px;
    max-width: 320px;
}

.callback form input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px #FFFFFF inset;
}

.callback form input:focus-visible {
    background-color: rgb(232, 240, 254);
}


.callback-modal h2 {
    font-weight: 700;
    font-size: 25px;
    line-height: 29px;
    text-transform: uppercase !important;
    margin-top: 0 !important;
    margin-bottom: 10px !important;
}

.callback-modal__description {
    font-weight: 700;
    font-size: 16px;
    line-height: 18px;
    color: #3F43A6;
    margin-bottom: 40px;
    max-width: 320px;
}

.callback form button[type="submit"] {
    display: block;
    border: none;
    width: 190px;
    min-height: 44px;
    background-color: #3F72C2;
    font-weight: 700;
    font-size: 14px;
    line-height: 16px;
    text-transform: uppercase;
    color: #FFFFFF;
    cursor: pointer;
    margin-top: 15px;
}

.callback form button[type="submit"]:hover {
    background-color: #629AE1;
}

.callback form fieldset {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    margin-bottom: 15px;
}

.callback form .g-recaptcha {
    margin-bottom: 20px;
}

.callback-modal div:not(.buttons, .wrapper-phone) {
    margin: 0 auto;
    font-weight: 700;
    font-size: 16px;
    line-height: 18px;
    color: #3F43A6;
}

.link-callback {
    cursor: pointer;
}