html {
    height: 100%;
}

body {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #fff;
    margin: 0;
    padding: 0;
    height: 100%;
    background-image: url(../images/bg.jpg);
    background-repeat: repeat-y;
    background-position: top;
    background-color: #02070B;
}

html, body {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}

a {
    color: #62a9d2;
    text-decoration: none;
}

a:hover {
    color: #62a9d2;
    text-decoration: underline;
}

p {
    margin: 0 0 18px;
}

a img {
    border: none;
}

h1, h2, h3, h4, h5 {
    color: #FFFFFF;
}

.hidden {
    display: none;
}

.noListStyle {
    list-style: none;
}

.clear {
    clear: both;
}

#container {
    margin: 0 auto;
    width: 940px;
    min-height: 100%;
    padding-top: 1px;
    padding: 0 20px;
    background-image: url(../images/container.png);
}

.floating-block {
    position: fixed;
    display: none;
    margin-left: -40px;
    bottom: 20px;
    border: 3px solid rgba(255, 255, 255, .6);
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    padding: 10px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    background-color: #fff;
    color: #3f3f3f;
    font-family: "Arial";
    font-size: 13px;
}

.floating-block .fixed {
    position: fixed;
    bottom: 20px;
}

.floating-block span {
    color: #2776a5;
    font-family: "Arial";
    margin-bottom: 5px;
    font-size: 14px;
    font-weight: bold;
}

.floating-block button {
    width: 173px;
    height: 29px;
    color: #fff;
    cursor: pointer;
    margin-top: 7px;
    border: 1px solid #4f93bb;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    font-size: 12px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    background-color: #000;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDE3NSAzMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+PGxpbmVhckdyYWRpZW50IGlkPSJoYXQwIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjUwJSIgeTE9IjEwMCUiIHgyPSI1MCUiIHkyPSItMS40MjEwODU0NzE1MjAyZS0xNCUiPgo8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjMTI1Mjc5IiBzdG9wLW9wYWNpdHk9IjEiLz4KPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjNzNiNWRiIiBzdG9wLW9wYWNpdHk9IjEiLz4KPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjNzNiNWRiIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgPC9saW5lYXJHcmFkaWVudD4KCjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxNzUiIGhlaWdodD0iMzEiIGZpbGw9InVybCgjaGF0MCkiIC8+Cjwvc3ZnPg==);
    background-image: -moz-linear-gradient(bottom, #125279 0%, #73b5db 99.58%, #73b5db 100%);
    background-image: -o-linear-gradient(bottom, #125279 0%, #73b5db 99.58%, #73b5db 100%);
    background-image: -webkit-linear-gradient(bottom, #125279 0%, #73b5db 99.58%, #73b5db 100%);
    background-image: linear-gradient(bottom, #125279 0%, #73b5db 99.58%, #73b5db 100%);
}

#head {
    margin: 0;
    color: #9c9c9c;
    padding: 10px 0;
}

#logo {
    width: 181px;
    padding: 0 56px 0 0;
    display: table-cell;
    vertical-align: top;
}

#top_right {
    height: 120px;
    padding: 0 0px 0 0;
    width: 754px;
    display: table-cell;
    vertical-align: top;
    text-align: right;
    font-size: 18px;
}

#top_right p {
    margin: 0;
}

#content {
    background-image: url(../images/tr.png);
    -moz-border-radius: 5px; /* Firefox */
    -webkit-border-radius: 5px; /* Safari, Chrome */
    -khtml-border-radius: 5px; /* KHTML */
    border-radius: 5px; /* CSS3 */
    padding: 10px;
}

#left_col {
    width: 207px;
    float: left;
    padding: 0 30px 0 0;
}

#right_col {
    width: 670px;
    float: left;
    min-height: 650px;
    text-align: justify;
    padding-top: 20px;
}

#left_menu {
    margin: 0 0 35px 0;
}

#left_menu ul {
    padding: 0;
    margin: 0 0 0 10px;
    list-style: none;
    line-height: 25px;
}

#left_menu ul ul {
    margin: 2px 0 10px 20px;
    display: none;
}

#left_menu li li {
    border: none;
    margin: 0 0 0 15px;
    color: #17384d;
    list-style: disc;
    font-size: 10px;
}

#left_menu li li:hover {
    color: #62a9d2;
}

#left_menu li a {
    font-size: 16px;
    display: block;
    padding: 3px 0;
    color: #fff;
    width: 180px;
    font-weight: bold;
    background-image: url(../images/arrow_right.png);
    background-position: left;
    background-repeat: no-repeat;
    padding-left: 15px;
}

#left_menu li.hov_left a {
}

#left_menu li a:hover {
    color: #62a9d2;
    text-decoration: underline;
}

#left_menu li li a, #left_menu li.hov_left li a {
    font-size: 15px;
    font-weight: normal;
    padding: 0;
    text-transform: none;
    background-image: none;
    text-decoration: none;
}

#left_menu li li a:hover, #left_menu li.hov_left li.hov_left2 a {
    color: #62a9d2;
    text-decoration: underline;
}

#left_menu2 {
    margin: 0 0 0 -15px;
    background: url(../images/title_filter.png) no-repeat;
    padding-top: 50px;
}

#left_menu2 ul, .search_div ul {
    padding: 0 0 0 45px;
    margin: 0;
    list-style: none;
    line-height: 23px;
    background-repeat: repeat-y;
}

#left_menu2 label {
    display: block;
    color: #bbdef3;
    font-size: 14px;
}

#left_menu2 select {
    width: 155px;
    margin-bottom: 5px;
}

#left_menu2 input[type=submit] {
    background-color: #ebebeb;
    border: none;
    font-size: 13px;
    color: #004a61;
    font-weight: bold;
    border: 1px solid #a8a8a8;
    padding: 0;
    margin: 10px 0 0;
    cursor: pointer;
    padding: 5px;
    -moz-border-radius: 10px; /* Firefox */
    -webkit-border-radius: 10px; /* Safari, Chrome */
    -khtml-border-radius: 10px; /* KHTML */
    border-radius: 5px; /* CSS3 */
}

#left_menu2 input[type=submit]:hover {
    border-color: transparent;
}

#footer {
    padding: 15px 5px;
    padding-bottom: 30px;
    font-size: 12px;
    line-height: 19px;
}

#footer p {
    margin: 0;
}

#footer a {
    color: #86ABBE;
}

#footer a:hover {
    color: #fff;
}

.div_foot {
    font-size: 12px;
    color: #86ABBE;
    float: left;
    width: 435px;
}

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

.search_div {
    background: url(../images/title_search.png) no-repeat;
    height: 60px;
    margin: 0 0 0 -15px;
    padding-top: 65px;
}

.vintage {
    margin: 30px 0;
}

.product {
    margin: 0 0 30px 0;
    width: 185px;
    background-color: #ebece9;
    padding: 5px;
}
.w-100{
    width: 100%;
}
.margin-none{
    margin: 0;
}
.flex-end{
    align-self: flex-end;
    margin-left: auto;
}
.d-none{
    display: none;
}
.flex-space{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.photo_product {
    position: relative;
}

.photo_product .productOff {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    text-align: center;
    background-color: #ffffff80;
}

.photo_product .productOff .innerBlock {
    display: inline-block;
    margin-top: 10px;
    padding: 8px;
    border: 3px solid #ff382d;
    color: #ea0303;
    border-radius: 5px;
}

.photo_product img {
    width: 185px;
    height: 170px;
}

.photo_product img:hover {
}

.code {
    text-align: center;
    font-size: 14px;
    color: #444;
    padding: 3px 0 0 0;
    background-color: #f2efe6;
    height: 50px;
}

.code span {
    font-size: 18px;
}

.more {
    margin: 0 auto;
    color: #1e1e1e;
    font-size: 16px;
    padding: 4px 0;
    width: 95px;
    display: block;
    float: left;
}

.more:hover {
    background-image: url(https://graffiti-svet.com.ua/tpl/column1/images/more_hover.png);
    color: #1e1e1e;
}

.catalog {
    text-align: center;
    width: 198px;
    float: left;
    margin-bottom: 40px;
    font-size: 16px;
}

.catalog img:hover {
    border: 2px solid #bfbfbf;
}

.catalog img {
    border: 2px solid #62a9d2;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 10px;
    border-radius: 5px;
    margin-bottom: 10px;
}

#filters {
    background: url(../images/bg_filter.png) repeat-y;
    margin-bottom: 0;
}

.catalog a {
    color: #ffffff;
}

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

.cat_name {
    padding: 10px 0 9px 0;
    width: 196px;
    margin: 0 auto 0 auto;
    font-size: 17px;
    color: #464646;
    position: relative;
    z-index: 2;
    height: 40px;
    display: table-cell;
    vertical-align: middle;
}

.name_product {
    display: table-cell;
    vertical-align: middle;
    width: 160px;
    height: 38px;
    padding: 5px 0 0 4px;
    text-align: left;
    color: #2c2c2d;
    font-size: 15px;
    line-height: 20px;
}

.status {
    position: absolute;
    margin: 2px 0 0 163px;
    z-index: 4;
}

.status:hover span {
    visibility: visible;
}

#load_product {
    display: flex;
    justify-content: space-between;
    flex-wrap:wrap ;
    position: relative;
}

.status span {
    background-color: #fff;
    border: 1px solid #dadada;
    -moz-border-radius: 5px; /* Firefox */
    -webkit-border-radius: 5px; /* Safari, Chrome */
    -khtml-border-radius: 5px; /* KHTML */
    border-radius: 7px; /* CSS3 */
    padding: 10px;
    font-size: 14px;
    color: #193b50;
    font-weight: bold;
    text-align: center;
    min-width: 100px;
    display: block;
    margin: -44px 0 0 -46px;
    position: absolute;
    visibility: hidden;
}

.status span img {
    position: absolute;
    margin: 26px 0px 0 -43px;
}

.copy a {
    padding: 5px 15px;
    font-size: 12px;
}

.paging {
    text-align: right;
    margin: 15px 5px;
    font-size: 16px;
}

.paging a {
    padding: 1px 5px;
    color: #62a9d2;
    margin: 2px;
}

.paging span {
    margin: 2px;
    padding: 1px 5px;
    color: #fff;
    font-weight: bold;
}

.paging a:hover {
    color: #000;
}

.err {
    background-color: #ffecec;
    border: 1px solid #f40000;
    padding: 10px;
    margin: 0 0 10px 0;
}

.done {
    background-color: #f5ffe4;
    border: 1px solid #7ac800;
    padding: 10px;
    margin: 0 0 10px 0;
}

.copy {
    width: 690px;
    float: left;
    padding-top: 46px;
}

.contact {
    margin: 0 auto;
}

.contact input[type=text], .contact textarea {
    width: 350px;
}

input[type=text], input[type=password], textarea {
    background-color: #fff;
    padding: 6px;
    color: #444;
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
    -moz-border-radius: 3px; /* Firefox */
    -webkit-border-radius: 3px; /* Safari, Chrome */
    -khtml-border-radius: 3px; /* KHTML */
    border-radius: 3px; /* CSS3 */
    border: 1px solid #cacaca;
}

textarea {
    height: 50px;
}

.submit, .submit2, a.submit {
    padding: 3px 15px;
    cursor: pointer;
    text-align: center;
    color: #fff;
    border: none;
    margin-top: 10px;
    font-size: 13px;
    font-family: Arial, Helvetica, sans-serif;
    -moz-border-radius: 2px; /* Firefox */
    -webkit-border-radius: 2px; /* Safari, Chrome */
    -khtml-border-radius: 2px; /* KHTML */
    border-radius: 3px; /* CSS3 */
    background: #636363 linear-gradient(to bottom, #636363, #373737);
}

.submit:hover, .submit2:hover {
    color: #fff;
}

.submit2 {
    font-size: 22px;
}

.submit3 {
    padding: 4px 25px;
    cursor: pointer;
    text-align: center;
    color: #fff;
    border: none;
    margin-top: 10px;
    font-size: 22px;
    background-color: #b3112c;
    font-family: Arial, Helvetica, sans-serif;
    -moz-border-radius: 3px; /* Firefox */
    -webkit-border-radius: 3px; /* Safari, Chrome */
    -khtml-border-radius: 3px; /* KHTML */
    border-radius: 3px; /* CSS3 */
    border-bottom: 2px solid #ca596c;
}

.title {
    margin: 0 0 10px 0;
    color: #ffffff;
    font-size: 22px;
    padding-bottom: 5px;
}

.title span {
    color: #67a128;
}

.title_block {
    margin: 0 0 10px -16px;
}

.navigation-pipe {
    padding: 5px;
    font-size: 12px;
}

#message {
    height: 15px;
    color: red;
    font-size: 12px;
    text-align: center;
}

.contact_form {
    font-size: 11px;
    margin: 0 auto;
    width: 270px;
    padding: 20px 15px;
    margin-top: 15px;
    position: relative;
}

.contact_form label {
    display: block;
    margin: 10px 0 2px 0;
}

.contact_form input[type=text], .contact_form input[type=password], .contact_form textarea, .contact_form select {
    width: 250px;
}

.contact_form input[type=text], .contact textarea {
    margin: 3px 0;
    width: 250px;
}

.contact textarea {
    width: 350px;
    height: 100px;
}

.contact_form h2 {
    font-size: 15px;
}

#breadcrumbs {
    margin: 0 0 28px 0;
    font-size: 17px;
    max-width: 100%;
    color: #fff
}

#breadcrumbs > div {
    display: inline-block;
}

#breadcrumbs a.last {
    pointer-events: none;
    font-size: 17px;
    color: #62a9d2;
}

#breadcrumbs a {
    color: #fff
}

#breadcrumbs a:hover {
    text-decoration: unserline;
}

#breadcrumbs a:empty + span {
    display: none;
}

#breadcrumbs span.separator {
    padding: 0 2px;
}

#curr_menu {
    color: #9a4a72;
}

#main_page {
    background-image: url(../images/tr_m.png);
    -moz-border-radius: 5px; /* Firefox */
    -webkit-border-radius: 5px; /* Safari, Chrome */
    -khtml-border-radius: 5px; /* KHTML */
    border-radius: 5px; /* CSS3 */
    padding: 10px;
    color: #ccc;
}

#big_photo {
    width: 280px;
    float: left;
    margin-right: 25px;
}

#big_photo a {
    display: block;
    position: relative;
}

#big_photo a .productOff {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    text-align: center;
}

#big_photo a .productOff .innerBlock {
    display: inline-block;
    margin-top: 10px;
    padding: 8px;
    border: 3px solid #ff382d;
    color: #ea0303;
    border-radius: 5px;
    /*productOff.jpg*/
}

#big_photo2 {
    width: 280px;
    border: 5px solid #ebece9;
    padding-bottom: 28px;
}

#code2 {
    background-image: url(../images/tr4.png);
    font-size: 14px;
    color: #555;
    padding: 3px 10px;
    position: absolute;
    width: 270px;
    text-align: left;
    margin: -33px 0 0 0;
}

#code2 span {
    font-size: 18px;
    font-weight: bold;
}

#product_desc {
    width: 140px;
    float: left;
    margin-right: 25px;
    font-size: 14px;
    color: #b2d5ea;
}

#product_desc span {
    display: block;
    color: #b2d5ea;
    margin-bottom: 15px;
}

.product-in__buttons {
    float: right;
    width: 190px;
}

.product-in__buttons .big_but {
    height: 43px !important;
    width: 100% !important;
    background-size: cover !important;
}

#delivery_desc {
    background-image: url(../images/tr6.png);
    -moz-border-radius: 5px; /* Firefox */
    -webkit-border-radius: 5px; /* Safari, Chrome */
    -khtml-border-radius: 5px; /* KHTML */
    border-radius: 5px; /* CSS3 */
    padding: 10px;
    /* border: 1px solid #62a9d2;	 */
    width: 170px;
    float: right;
    color: #b9b9b9;
    font-size: 12px;
    text-align: left;
}

#delivery_desc span {
    display: block;
}

#delivery_desc a {
    color: #b9b9b9;
}

#delivery_desc p {
    margin-bottom: 12px;
}

.more_photo {
    padding: 5px 25px;
    /*background-image:url(../images/tr.png);*/
    -moz-border-radius: 3px; /* Firefox */
    -webkit-border-radius: 3px; /* Safari, Chrome */
    -khtml-border-radius: 3px; /* KHTML */
    border-radius: 3px; /* CSS3 */
}

.title_slider {
    font-size: 15px;
    margin: 25px 0 5px 0;
}

.title_slider span {
    color: #8c1414;
}

.title_slider a:hover {
    color: #FFF !important;
}

.map_content h1 {
    font-size: 22px;
    color: #17384d;
    text-align: center;
}

.map_content h2 {
    font-size: 18px;
    font-weight: normal;
    color: #fff;
    text-align: center;
    background-image: url(../../../images/title2.png);
    width: 299px;
    height: 22px;
    padding: 5px 0;
}

.map_content table {
    width: 100%;
}

.map_content td {
    vertical-align: top;
}

.title_cat {
    font-size: 16px;
    color: #006e85;
    text-align: center;
    background-image: url(../images/tr2.png);
    padding: 5px 10px;
    -moz-border-radius: 5px; /* Firefox */
    -webkit-border-radius: 5px; /* Safari, Chrome */
    -khtml-border-radius: 5px; /* KHTML */
    border-radius: 5px; /* CSS3 */
    margin: 0 0 15px 0;
}

.title_cat a {
    color: #fff;
}

.title_cat.top_cat {
    font-size: 18px;
    background-image: url(../images/tr3.png);
}

.brends {
    width: 179px;
    float: left;
    margin: 0 64px 20px 45px;
    text-align: center;
}

.brends a {
    color: #ffffff;
    font-size: 12px;
}

.brends img {
    border: 2px solid #d7e1e6;
    -moz-border-radius: 5px; /* Firefox */
    -webkit-border-radius: 5px; /* Safari, Chrome */
    -khtml-border-radius: 5px; /* KHTML */
    border-radius: 5px; /* CSS3 */
    margin-top: 3px;
}

.brends img:hover {
    border: 2px solid #fff;
}

#loading_ajax {
    position: absolute;
    margin: 126px 0 0 85px;
    background-image: url(../../../images/loading.png);
    width: 30px;
    height: 30px;
}

.map_tab {
    visibility: hidden;
    position: absolute;
    margin: 33px 0 0 0;
    border: 5px solid #68808d;
    -moz-border-radius: 5px; /* Firefox */
    -webkit-border-radius: 5px; /* Safari, Chrome */
    -khtml-border-radius: 5px; /* KHTML */
    border-radius: 7px; /* CSS3 */
}

.link_tab_map {
    display: block;
    padding: 5px 10px 8px 10px;
    width: 80px;
    text-align: center;
    float: right;
    font-size: 17px;
    color: #17384d;
    border: 5px solid #68808d;
    border-bottom: none;
    -moz-border-radius: 5px; /* Firefox */
    -webkit-border-radius: 5px; /* Safari, Chrome */
    -khtml-border-radius: 5px; /* KHTML */
    border-radius: 7px 7px 0 0; /* CSS3 */
    background-color: #c1d3dc;
}

.link_tab_map.map_current {
    background-color: #fff;
    cursor: default;
    text-decoration: none;
}

.link_tab_map:hover {
    color: #17384d;
}

.bot_text p {
    /*margin: 0;*/
}

#top-link {
    bottom: 20px;
    display: none;
    left: -1px;
    position: fixed;
    width: 120px;
    z-index: 99;
    border: 1px solid #86ABBE;
    background-color: #fff;
    text-align: center;
    padding: 5px;
    color: #17384D;
    font-size: 11px;
    font-family: Tahoma, Geneva, sans-serif;
    font-weight: bold;
    opacity: 0.6;
    -moz-border-radius: 5px; /* Firefox */
    -webkit-border-radius: 5px; /* Safari, Chrome */
    -khtml-border-radius: 5px; /* KHTML */
    border-radius: 0 5px 5px 0; /* CSS3 */
}

#top-link:hover {
    opacity: 1;
    text-decoration: none;
}

#tabtop {
    color: #cbd1d3;
}

#tabtop a {
    color: #62a9d2;
    font-family: "Arial";
    letter-spacing: 1px;
    font-size: 16px;
    font-style: normal;
}

#tabtop div:not(.tabtop-group) {
    display: none;
    color: #62a9d2;
    font-family: "Arial";
    font-size: 16px;
    font-style: normal;
    letter-spacing: 1px;
    margin: 10px 20px 0 0;
}

#tabtop div#odessab {
    display: block;
}

.tabtop-group {
    float: right;
}

.checkbox {
    background-image: url(../images/checkbox.png);
    background-position: left;
    background-repeat: no-repeat;
    padding: 0 0 0 25px;
    cursor: pointer;
}

.checkbox.checked {
    background-image: url(../images/checkbox_check.png);
}

.checkbox.uncheck {
    background-image: url(../images/checkbox_uncheck.png);
    color: #4e5153;
}

.cell {
    position: relative;
    display: inline-block;
    margin: 0 0 0 12%;
}

.link_news:hover {
    color: #fff;
}

#live_search a {
    width: 100%;
    height: 100%;
    display: block;
}

#live_search {
    background: url('../images/search_bar.png') no-repeat;
    width: 697px;
    height: 53px;
    margin-top: -30px;
    margin-bottom: 15px;
    padding: 0;
}

#live_search input[type='text'] {
    width: 330px;
    height: 10px;
    float: left;
    margin-top: 20px;
    margin-left: 80px;
    border-radius: 0px;
    padding: 10px;
    font-style: italic;
}

#live_search input[type='submit'] {
    background: url('../images/search_button.png') no-repeat;
    width: 79px;
    height: 24px;
    float: left;
    cursor: pointer;
    margin-top: 19px;
    margin-left: 5px;
    border: none;
    outline: none;
}

#results_search {
    width: 700px;
    height: 0;
    min-height: 0;
    float: none;
    padding: 0;
    margin: 0;
}

#results_search ul {
    position: absolute;
    margin-top: 50px;
    margin-left: 80px;
    width: 562px;
    padding: 0;
    background: #fff;
    z-index: 999999999;
}

#results_search li a {
    color: #3b3b3b;
    font-family: "Arial";
    font-size: 12px;
}

#results_search li img {
    float: left;
}

#results_search li div {
    float: left;
    text-align: left;
    width: 400px;
    margin-left: 15px;
}

#results_search ul li {
    list-style-type: none;
    height: 70px;
    padding: 20px 10px;
}

#results_search ul li:hover {
    background: #dce4e7;
}

#tabtop a#callback_btn {
    display: inline-block;
    width: 150px;
    height: 30px;
    line-height: 30px;
    color: #86ABBE;
    font-size: 14px;
    text-align: center;
    text-decoration: underline;
    transition: all 0.5s;
}

#tabtop a#callback_btn:hover {
    color: #fff;
}

#to_magazine {
    background: transparent url("../../../images/to-magazine.png") no-repeat 0 0;
    cursor: pointer;
    border: none;
    outline: none;
    display: inline-block;
    height: 50px;
    width: 209px;
    margin-top: 5px;
    margin-right: 35px;

}

#to_magazine:hover {
    background-position: left 0px top -49px;
}

#to_wholesaler {
    background: transparent url("../../../images/wholesaler.png") no-repeat 0 0;
    cursor: pointer;
    border: none;
    outline: none;
    display: inline-block;
    height: 47px;
    width: 208px;
    margin-top: 5px;
}

#to_wholesaler:hover {
    background-position: left 0px top -47px;
}

#popups {
    display: none;
}

.popup_window {
    background: #02070B url(../images/bg.jpg) repeat-y top center;
}

.popup_window h2 {
    display: block;
    background: #616161;
    background: -moz-linear-gradient(top, #616161 0%, #383838 100%);
    background: -webkit-linear-gradient(top, #616161 0%, #383838 100%);
    background: linear-gradient(to bottom, #616161 0%, #383838 100%);
    color: #FCFBF9;
    margin: 0;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    padding: 15px 0;
}

.popup_window form {
    display: block;
    padding: 20px;
    font-size: 14px;
    background-color: rgba(30, 30, 30, 0.8);
}

.small_h1 {
    font-size: 1.5em;
}

.hidden-modals {
    display: none;
}

#callback-form {
    position: relative;
    padding-bottom: 20px;
    background-color: #fff;
    color: #17384d;
}

#callback-form *,
#getprice-form * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#callback-form .title {
    margin-bottom: 15px;
    padding: 1em;
    background: #63a7c3 linear-gradient(to bottom, #636363, #373737);
    color: #fff;
    font-size: 18px;
    text-align: center;
}

#callback-form input {
    width: 100%;
}

#callback-form input[type='submit'],
#getprice-form input[type='submit'] {
    display: inline-block;
    width: 100%;
    height: 48px;
    margin: 10px 0;
    background: #636363 linear-gradient(to bottom, #636363, #373737);
    border: 1px solid rgba(255, 255, 255, 0.5);
    outline: none;
    color: #fff;
    cursor: pointer;
}

#callback-form td {
    font-size: 12px;
    color: #17384d;
}

.download-price {
    display: inline-block;
    text-align: center;
    background: #636363 linear-gradient(to bottom right, #636363, #373737);
    padding: 10px;
    margin-bottom: 35px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.download-price:hover {
    background: #636363 linear-gradient(to bottom right, #373737, #636363);
}

.download-price__img {
    display: inline-block;
    vertical-align: middle;
}

.download-price__text {
    display: inline-block;
    vertical-align: middle;
    width: 80%;
    color: #d0d0d0;
    font-size: 14px;
}

#getprice-form {
    max-width: 500px;
    margin: 0 auto;
}

.catalog-all {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    min-height: 600px;
}
.catalog-all .catalog:last-child{
    margin-left: 35px;
    margin-right: auto;
}