@font-face {
    font-family: Raleway;
    font-style: normal;
    font-weight: 400;
    src: local("Raleway"), url(fonts/Raleway-Regular.woff) format("woff");
    font-display: block
}
@font-face {
    font-family: Bebas;
    font-style: normal;
    font-weight: 400;
    src: local("Bebas Neue Book"), url(fonts/BebasNeueBook.woff) format("woff");
    font-display: block
}

* {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

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; font-size: 100%; font: inherit; vertical-align: baseline } 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 }

html { height: 100%; min-height: 100%; }
body { min-height: 100%; }
html, html a { -webkit-font-smoothing: antialiased; }


body, select, input, textarea, button {
    font: normal 1rem/1.5 Arial, Helvetica, sans-serif;
    color: black;
    outline: none;
}


a { 
    outline: none;
    color: #0097a7;
    text-decoration: none;
}
a:hover { text-decoration: underline; }

img { max-width: 100%; }
a img { border: 0 none; }
a > img { vertical-align: bottom; }


/* H1-6 */
h1,h2,h3,h4,h5,.h1,.h2,.h3,.h4,.h5 {
    margin-bottom: 1em;
    letter-spacing: -0.01em;
    line-height: normal;
    font-weight: bold;
    text-rendering: optimizeLegibility;
    font-family: Bebas;
}
h1, .h1 { font-size: 23px; }
h2, .h2 { font-size: 21px; }
h3, .h3 { font-size: 20px; }
h4, .h4 { font-size: 18px; }
h5, .h5 { font-size: 16px; }

/*  */
.hide { display: none; }
.center { text-align: center; }
.tright { text-align: right; }
.tleft { text-align: left; }
.grey { color: #919191; }
.grey a { color: inherit; }
.cover { background-position: 50% 50%; background-repeat: no-repeat; -webkit-background-size: cover; background-size: cover; }

/* */
ul { padding-left: 40px; list-style: disc outside; margin-top: 1em; margin-bottom: 1em;}
ol { padding-left: 40px; list-style: decimal outside; margin-top: 1em; margin-bottom: 1em;}
ul.reset {
    list-style: none;
    margin: 0;
    padding: 0;
}

strong, b { font-weight: bold }
em, cite, i { font-style: italic }
caption { text-align: left }
th, td { vertical-align: middle }
small, .small { font-size: .9em; }
hr { height: 0; border: 0; border-top: 2px solid #eeeeef; -moz-box-sizing: content-box; box-sizing: content-box; margin: 20px 0; }

.berrors {
    max-width: 1500px;
    margin: 40px auto;
    padding: 20px;
    background-color: #bde2e6;
}

/* --- Flex elements --- */
.flex {
    display: flex;
}
.jbetween {
    justify-content: space-between;
}
.jaround {
    justify-content: space-around;
}
.jcenter {
    justify-content: center;
}
.jend {
    justify-content: flex-end;
}
.acenter {
    align-items: center;
}
.btn-red {
	background: #cb1717;
    transition: background .2s ease-in-out;
}
.btn-red:hover {
	background: #900000;
}

/* --- Layout --- */
html,
body {
    height: 100%;
}
body {
    background: white;
    font-family: Raleway;
    display: flex;
    flex-direction: column;
}
.wrp {
    padding: 0 3.5%;
}
#content {
    flex: 1;
}
.midside {
    width: 80%;
    margin: 0 auto;
}
.mrg {
    margin-bottom: 100px;
}
.large {
    margin-bottom: 70px;
}
.little {
    margin-bottom: 45px;
}
.less {
    margin-bottom: 20px;
}


/* --- Header --- */
#header {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 1000;
    background-color: rgba(0,0,0,.79);
    transition: .5s ease-in-out;
}
#header.main {
    background-color: transparent;
}
.scrolled #header.main {
    background-color: rgba(0,0,0,.79);
}
#header .header_in,
#header_pad {
    height: 92px;
    min-height: 92px;
}
#header_pad {
    margin-bottom: 50px;
}
#header .logotype img {
    height: 60px;
}

#header #langs {
    position: relative;
    display: flex;
    align-items: center;
}
#header #langs .currentlang {
    display: block;
    color: #fff;
    cursor: pointer;
    text-align: center;
    margin: 0;
}
#header #langs .currentlang.active {
    color: #00dcf3;
}
#header #langs .otherlangs {
    cursor: pointer;
}
#header #langs:hover > .otherlangs {
    display: block;
}
#header #langs .otherlangs a {
    display: block;
    color: #fff;
    text-align: center;
}
#header #langs .seperator {
    display: block;
    color: #fff;
    margin: 0 6px;
}

#header #menu_langs {
    margin: 30px 10px;
}
#header #menu_langs .currentlang {
    display: block;
    margin-bottom: 20px;
}
#header #menu_langs .currentlang > span {
    margin: 0 auto;
}
#header #menu_langs .otherlangs {
    display: flex;
    justify-content: center;
}
#header #menu_langs .otherlangs > a {
    margin-right: 15px;
}
#header #menu_langs .otherlangs > a:last-child {
    margin-right: 0;
}
#header #menu_langs .currentlang > span,
#header #menu_langs .otherlangs > a {
    display: block;
    color: transparent;
    height: 40px;
    width: 40px;
    background-size: cover;
}
#header #menu_langs .en {
    background: url(../images/icons/flags/en.svg) center center no-repeat;
}
#header #menu_langs .ru {
    background: url(../images/icons/flags/ru.svg) center center no-repeat;
}
#header #menu_langs .hy {
    background: url(../images/icons/flags/hy.svg) center center no-repeat;
}
#header #menu_langs .ar {
    background: url(../images/icons/flags/ar.svg) center center no-repeat;
}
#header #menu_langs .fr {
    background: url(../images/icons/flags/fr.svg) center center no-repeat;
}
#header #menu_langs .de {
    background: url(../images/icons/flags/de.svg) center center no-repeat;
}

#header #menu_btn .line {
    position: absolute;
    display: block;
    width: 100%;
    height: 2px;
    left: 0;
    background-color: #fff;
    transform: translate3d(0, 0, 0);
    transition: transform 200ms ease-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
#header #menu_btn .line_1 {
    top: 0;
}
#header #menu_btn .line_2 {
    top: 12px;
}
#header #menu_btn .line_3 {
    top: 12px;
}
#header #menu_btn .line_4 {
    top: 24px;
}
.menu_open #header #menu_btn .line_1,
.menu_open #header #menu_btn .line_4 {
    display: none;
}
.menu_open #header #menu_btn .line_2 {
    transform: rotate(45deg);
}
.menu_open #header #menu_btn .line_3 {
    transform: rotate(-45deg);
}

#header #side_menu {
    width: 30%;
    min-width: 300px;
    height: 100%;
    padding-top: 100px;
    position: fixed;
    top: 0;
    right: -30%;
    visibility: hidden;
    opacity: 0;
    text-align: center;
    transition: all .3s ease-in-out;
    display: flex;
    justify-content: center;
    overflow-y: auto;
}
.menu_open #header #side_menu {
    right: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    visibility: visible;
    opacity: 1;
    z-index: 3;
    background: rgba(12,13,19,.95);
}
#header #side_menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
#header #side_menu ul li {
    margin-bottom: 15px;
}
#header #side_menu ul li:last-child {
    margin-bottom: 0;
}
#header #side_menu ul li a {
    color: #fff;
    display: block;
    font-size: 35px;
    margin-bottom: 15px;
    letter-spacing: 4px;
    text-decoration: none;
    text-transform: capitalize;
    font-weight: 900;
    font-family: Bebas;
    text-align: center;
    transition: all .3s ease-in-out;
}
#header #side_menu ul li a:hover {
    color: #0097a7;
    text-decoration: none;
}

.side_menu_overlay {
    visibility: hidden;
    opacity: 0;
    transition: all .3s ease-in-out;
    z-index: 2;
}
.menu_open .side_menu_overlay {
    visibility: visible;
    opacity: .5;
}

#header #callback_button {
    height: 30px;
    width: 30px;
    background: #0097a7;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    background: #0097a7 url(../images/icons/phone.svg) center center no-repeat;
    background-size: 12px;
}

#header #favorites_button {
    position: relative;
    width: 26px;
    height: 26px;
    background: url(../images/icons/bookmarks-white.svg) center center no-repeat;
    background-size: contain;
}
#header #favorites_button > span.wishlist_count {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: #0097a7;
    position: absolute;
    right: -3px;
    top: -3px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 9px;
    color: #fff;
}
#header #top_menu > *{
	margin-left: 25px;
}
#header #search_btn {
    height: 26px;
    width: 26px;
    margin: 0;
    cursor: pointer;
    background: url(../images/icons/search-white.svg) center center no-repeat;
    background-size: contain;
}
.search_open #header #search_btn {
    background: url(../images/icons/x-white.svg) center center no-repeat;
    background-size: 30px;
}
#header  #q_search {
    width: 0;
    margin: 0;
    overflow: hidden;
    transition: all .3s ease-in-out;
}
#header #menu_btn {
    position: relative;
    width: 30px;
    height: 26px;
    cursor: pointer;
    z-index: 4;
}
.search_open #header #q_search {
    width: 300px;
}
#header #q_search .q_search {
    height: 32px;
    position: relative;
    border-radius: 20px;
    overflow: hidden;
}
#header #q_search .q_search .q_search_btn {
    position: absolute;
    right: 0;
    height: 100%;
    width: 32px;
    margin: 0;
    padding: 0;
    background-color: transparent;
    border: none;
    outline: none;
    background: url(../images/icons/search.svg) center center no-repeat;
    background-size: 16px;
    cursor: pointer;
}
#header #q_search .q_search #story {
    width: 100%;
    height: 100%;
    line-height: 28px;
    font-size: 12px;
    padding: 2px 32px 2px 18px;
    background: #fff;
    border: none;
    outline: none;
}



/* --- Useful Tags---*/
.reverse {
    flex-direction: row-reverse;
}
.column {
    flex-direction: column;
}
.upper {
    text-transform: uppercase;
}
.back_grey {
    background-color: #eceff1;
}
.image_title {
    word-break: break-word;
    font-size: 54px;
    font-weight: 100;
}
.image_title:after {
    margin-left: 20px;
    content: "";
    display: flex;
    width: 80px;
    height: 2px;
    background: #0097a7;
}
.desc{
    font-size: 24px;
    line-height: 35px;
}
.image_text .info{
    padding: 40px;
}
.image_text>div{
    width: 50%;
}
.image_text .video > div{
    padding-top: 56.5%;
    position: relative;
}
.image_text .video > div iframe{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}
.text_justify{
    text-align: justify;
}
.mzero{
    margin-bottom: 0;
}
.pright{
    padding-right: 50px;
}
.pleft{
    padding-left: 50px;
}
h3{
    font-family: Bebas;
    font-size: 40px;
    letter-spacing: .05em;
}
.one-percent{
    padding: 1%;
}
.big_title{
    font-size: 100px;
    color: #0097a7;
}
.bold{
    font-weight: bold;
}
.spacing{
    letter-spacing: 5px;
}
.coulmn{
    flex-direction: column;
}

/* --- Home Page --- */
#home .home_collage img{
    display: block;
}
#home #carousel {
    height: 100vh;
    min-height: 400px;
    position: relative;
    overflow: hidden;
}
#home #carousel .carousel-inner {
    height: 100%;
}

#home #carousel .carousel-inner > .item_1 {
    background: url(../images/home/carousel/cover_1.jpg) center center no-repeat;
}
#home #carousel .carousel-inner > .item_2 {
    background: url(../images/home/carousel/cover_2.jpg) center center no-repeat;
}
#home #carousel .carousel-inner > .item_3 {
    background: url(../images/home/carousel/cover_3.jpg) center center no-repeat;
}
#home #carousel .carousel-inner > .item_4 {
    background: url(../images/home/carousel/cover_4.jpg) center center no-repeat;
}
#home #carousel .carousel-inner > .item {
    display: none;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    -webkit-transition: 1s ease-in-out; /* lib.js -> i.TRANSITION_DURATION=1000 */
    transition: 1s ease-in-out;
    background-size: cover;
}
#home #carousel .carousel-inner > .active,
#home #carousel .carousel-inner > .next,
#home #carousel .carousel-inner > .prev { display: flex; }
#home #carousel .carousel-inner > .active { left: 0; }
#home #carousel .carousel-inner > .next,
#home #carousel .carousel-inner > .prev { position: absolute; top: 0; width: 100%; }
#home #carousel .carousel-inner > .next { left: 100%; }
#home #carousel .carousel-inner > .prev { left: -100%; }
#home #carousel .carousel-inner > .next.left,
#home #carousel .carousel-inner > .prev.right { left: 0; }
#home #carousel .carousel-inner > .active.left { left: -100%; float: none; }
#home #carousel .carousel-inner > .active.right { left: 100%; float: none; }
#home #carousel .carousel-control {
    position: absolute;
    width: 40px;
    height: 40px;
    background: #ccc;
    top: 50%;
    transform: translate(0, -50%);
    z-index: 2;
}
#home #carousel .carousel-control.scroll_left {
    left: 15px;
    background: url(../images/icons/chevron-left.svg) center no-repeat;
    background-size: contain;
}
#home #carousel .carousel-control.scroll_right {
    right: 15px;
    background: url(../images/icons/chevron-right.svg) center no-repeat;
    background-size: contain;
}
#home #carousel .carousel-inner > .item > .item_overlay {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background-color: #000;
    opacity: .25;
    z-index: 1;
}
#home #carousel .item .info ,
#home #carousel .item .info a {
    color: #fff;
}
#home #carousel .item .info {
    width: 80%;
    padding: 0 20px;
    padding-left: 150px;
    max-width: calc(100% - 118px);
    z-index: 2;
}
#home #carousel .item .info h2 {
    font-size: 4rem;
    line-height: 4.2rem;
    letter-spacing: .05em;
    margin-bottom: .5rem;
    text-shadow: 0 4px 15px rgb(0 0 0 / 25%);
}
#home #carousel .item .info p {
    font-size: 1.6rem;
    line-height: 2.4rem;
    font-style: italic;
    text-shadow: 0 4px 15px rgb(0 0 0 / 25%);
    word-break: break-word;
    margin-bottom: 40px;
    max-width: 700px;
}
#home #carousel .item .info .btn {
    font-family: Bebas;
    letter-spacing: 1px;
}
#home #carousel .social_icons {
    position: absolute;
    display: flex;
    align-items: center;
    bottom: 90px;
    right: 4%;
    z-index: 2;
}
#home #carousel .social_icons > li {
    margin-right: 20px;
}
#home #carousel .social_icons > li > a {
    display: block;
    width: 25px;
}
#home #carousel .social_icons > li > a > img {
    width: 100%;
    max-width: 25px;
    max-height: 25px;
}
#home .middle_text {
    font-style: italic;
    text-transform: uppercase;
    min-height: 100px;
    width: 100%;
    color: #0097a7;
    font-size: 20px;
}
#home .reviews {
    background: url(../images/home/5.jpg) center center no-repeat;
    background-attachment: fixed;
    background-size: cover;
    padding: 5%;
}
#home .reviews .item {
    margin: 0 auto;
    box-shadow: 0 2px 15px rgb(0 0 0 / 25%);
    background: #fff;
    padding: 45px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
    opacity: 0.85;
    max-width: 400px;
}
#home .logos .item {
    filter: grayscale(100%);
}
#home .logos .item:hover {
    filter: grayscale(0%);
}
#home .reviews h3 {
    color: #0097a7;
    font-size: 30px;
    font-family: Bebas;
    text-transform: uppercase;
}
#home .reviews b {
    color: #0097a7;
    font-family: Bebas;
}
#home .logos .item {
    padding: 0 15px;
    max-width: 250px;
    margin: 0 auto;
}
#home .image_text .home_collage > div > img{
	width: 100%;
}
#home .image_text .home_collage > div:first-child{
	padding-right: 1.5%;
    flex-basis: 51.4%;
}
#home .image_text .home_collage > div:last-child{
	flex-basis: 48.6%;
}

/*--- Shortstory ---*/
.category #dle-content,
#designers .designers_block,
.designers .author_models,
.search-news {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}
.shortstory {
    flex-basis: 31.333333%;
    max-width: 473px;
    margin: 1%;
}
.shortstory > a {
    position: relative;
    display: block;
    overflow: hidden;
    width: 100%;
    padding-top: 89%;
    background-color: #f5f5f5;
}
.shortstory > a > .short_in {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.shortstory > a > .short_in > img {
    transition: all .5s ease-out;
}
.shortstory > a:hover img {
    transform: scale(1.2);
}
.designers_block .shortstory > a > .short_in > img {
    width: 100%;
}
.shortstory > a > .short_in > h2 {
    position: absolute;
    top: 110%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 2rem;
    margin: 0;
    padding: 0;
    color: transparent;
    opacity: 0;
    visibility: hidden;
}
.shortstory > a:hover h2 {
    position: absolute;
    top: 50%;
    color: #fff;
    opacity: 1;
    visibility: visible;
    transition: all .5s ease-out;
}
.shortstory > a > .short_in > .mask {
    position: absolute;
    overflow: hidden;
    width: 100%;
    height: 0;
    top: 50%;
    left: 0;
    background-color: rgb(0 0 0 / 50%);
    visibility: hidden;
    opacity: 0;
}
.shortstory > a:hover .mask {
    height: 100%;
    top: 0;
    opacity: 1;
    visibility: visible;
    transition: all 1s ease-out;
}

/* Designers */
.category #dle-content,
#designers .designers_block,
#designers .author_models,
.designers .author_models,
.search-news {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}
#designers .designers_block {
    margin-bottom: 30px;
}
.shortstory {
    flex-basis: 31.333333%;
    max-width: 344px;
    margin: 1%;
}
.shortstory > a {
    position: relative;
    display: block;
    overflow: hidden;
    width: 100%;
    padding-top: 89%;
    background-color: #f5f5f5;
}
.shortstory > a > .short_in {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.shortstory > a > .short_in > img {
    transition: all .5s ease-out;
}
.shortstory > a:hover img {
    transform: scale(1.2);
}
.designers_block .shortstory > a > .short_in > img {
    width: 100%;
}
.shortstory > a > .short_in > h2 {
    position: absolute;
    top: 110%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 2rem;
    margin: 0;
    padding: 0;
    color: transparent;
    opacity: 0;
    visibility: hidden;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.shortstory > a:hover h2 {
    position: absolute;
    top: 50%;
    color: #fff;
    opacity: 1;
    visibility: visible;
    transition: all .5s ease-out;
}
.shortstory > a > .short_in > .mask {
    position: absolute;
    overflow: hidden;
    width: 100%;
    height: 0;
    top: 50%;
    left: 0;
    background-color: rgb(0 0 0 / 50%);
    visibility: hidden;
    opacity: 0;
}
.shortstory > a:hover .mask {
    height: 100%;
    top: 0;
    opacity: 1;
    visibility: visible;
    transition: all 1s ease-out;
}

/*** Fullstory ***/
.fullstory {
    padding-top: 50px;
}
.fullstory .product_top {
    display: flex;
}
.fullstory .full_gallery {
    flex-basis: 50%;
    margin-right: 2%;
}
.fullstory .thumbs {
    display: flex;
    justify-content: flex-start;
    margin-top: 1%;
}
.fullstory .thumbs a {
    flex-basis: 32%;
    max-width: 32%;
    display: flex;
    justify-content: center;
}
.fullstory .thumbs a:nth-child(2) {
    margin: 0 2%;
}
.fullstory .thumbs a img {
    width: 100%;
}
.fullstory .product_top .info {
    flex-basis: 48%;
    display: flex;
    flex-direction: column;
}
.fullstory .desc_title{
    font-family: Bebas;
    font-size: 30px;
    letter-spacing: 2px;
    margin-top: 50px;
}
.fullstory .description{
    font-size: 18px;
    line-height: 30px;
}
.fullstory .info_header {
    flex-wrap: wrap;
}
.fullstory .info_header h1 {
    white-space: nowrap;
    font-size: 46px;
    line-height: 46px;
    color: #0097a7;
    margin: 0 20px 0 0;
}
.fullstory .info_header .tools {
    display: flex;
    align-items: center;
    height: max-content;
}
.fullstory .info_header .tools .tool {
    display: flex;
    padding: 9px;
    border-radius: 10px;
    margin-right: 20px;
    position: relative;
}
.fullstory .info_header .tools .tool:hover {
    background: #f8f8f8;
}
.fullstory .info_header .tools .tool:hover svg path {
    fill: #0097a7;
    fill-opacity: 1;
}
.fullstory .info_header .tools .tool .tool-title {
    z-index: 0;
    transition: .3s ease;
    opacity: 0;
    position: absolute;
    top: -54px;
    left: 50%;
    transform: translateX(-50%);
    padding: 9px 15px;
    min-width: 145px;
    background: #f8f8f8;
    border: 1px solid rgba(0,0,0,.1);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    white-space: nowrap;
    font-family: Raleway;
    font-style: italic;
    font-weight: 500;
    font-size: 18px;
    line-height: 21px;
    letter-spacing: .0357143em;
    color: rgba(0,0,0,.6);
}
.fullstory .info_header .tools .tool:hover .tool-title {
    opacity: 1;
    transition: .3s ease;
}

.fullstory .info .params {
    list-style: none;
    margin: 30px 0;
    padding: 0;
}
.fullstory .info .params li {
    font-size: 1.4rem;
    margin-bottom: 10px;
}

.fullstory .info .params li .designer_link {
    display: flex;
    margin: 20px 0;
}
.fullstory .info .params li .designer_link:hover {
    text-decoration: none;
}
.fullstory .info .params li .designer_link > img {
    width: 80px;
    height: 80px;
    display: block;
    border-radius: 50%;
    margin-right: 10px;
}
.fullstory .info .params li .designer_link > div {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.fullstory .info .params li .designer_link > div span {
    display: block;
    color: #555;
    font-size: .8em;
}
.fullstory .info .params li .designer_link > div > span.small {
    font-size: .6em;
}


.story .options {
    display: flex;
}
.story .options > span {
    margin-right: 3%;
}
.story .options > span:last-child {
    margin-right: 0;
}
.story .options .addtowishlist {
    padding-left: 45px;
    background-image: url(../images/icons/bookmark-plus.svg);
    background-repeat: no-repeat;
    background-position: 15px center;
    background-size: 20px;
}
.story .options .removefromwishlist {
    padding-left: 45px;
    background-image: url(../images/icons/bookmark-dash-fill.svg);
    background-repeat: no-repeat;
    background-position: 15px center;
    background-size: 20px;
    min-width: 220px;
}
.story .options .orderasample {
    padding-left: 45px;
    background-image: url(../images/icons/credit-card.svg);
    background-repeat: no-repeat;
    background-position: 15px center;
    background-size: 20px;
    min-width: 170px;
}
.story .options .download {
    padding-left: 45px;
    background-image: url(../images/icons/download-white.svg);
    background-repeat: no-repeat;
    background-position: 15px center;
    background-size: 20px;
}

.related {
    margin: 50px 0;
}
.related_in {
    display: flex;
}
.related_in .shortstory {
    flex-basis: 24%;
    max-width: 473px;
    margin: .5%;
}
.related .shortstory > a {
    position: relative;
    display: block;
    overflow: hidden;
    width: 100%;
    padding-top: 62%;
    background-color: #f5f5f5;
}


/*** favorites ***/
.shortfavorites {
    margin-bottom: 50px;
}
.shortfavorites .fav_in {
    display: flex;
}
.shortfavorites .fav_in .photo {
    display: block;
}
.shortfavorites .fav_in .photo img {
    display: block;
    max-width: 300px;
}
.shortfavorites .fav_in .info {
    flex: 1;
    padding: 30px;
    background: #fcffff;
    border: 1px solid #e0e0e0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.shortfavorites .fav_in .info h2 {
    margin: 0;
    font-size: 2rem;
    line-height: 2rem;
}
.shortfavorites .fav_in .info p.price {
    margin: 20px 0;
    font-size: 1.2rem;
}



/*---About Us - Company ---*/
#installations .inst_text{
    font-size: 26px;
    line-height: 40px;
    text-align: center;
    letter-spacing: .05em;
}
.about_us .menu{
    display: flex;
    align-items: center;
    justify-content: center;
    list-style: none;
}
.about_us .menu > li{
    margin-right: 40px;
    font-size: 40px;
    font-family: Bebas;
    font-weight: Bold;
}
.about_us .menu > li > a{
    color: black;
}
.about_us .menu > li > a.active{
    color: #0097a7;
}
#our_team .inst_text{
    font-size: 26px;
    line-height: 40px;
    text-align: center;
    letter-spacing: .05em;
    width: 80%;
    margin: 0 auto;
} 
#our_team .members_inner {
	flex-wrap: wrap;
}
#our_team .members > div > div{
    flex-basis: 33.333%;
    position: relative;
}
#our_team .members > div > div > .rectangle{
    text-align: center;
    position: absolute;
    bottom: -40px;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: column;
    background: #fff;
    width: 80%;
    margin: 0 auto;
    padding: 24px 18px;
    min-height: 132px;
}
#our_team .members > div > div > .rectangle > h4 {
    margin-bottom: 10px;
    font-size: 20px;
    letter-spacing: 3px;
}
#our_team .members > div > div > .rectangle > h5 {
    color: #0097a7;
    font-size: 16px;
    margin-bottom: 0;
    letter-spacing: 2px;
}
#our_team .members > div > div > img{
    width: 100%;
}

#values .adv_inner {
    user-select: none;
}
#values #values_text,
#values #values_title {
    text-align: center;
}
#values h2 {
    font-size: 34px;
}
#values #values_title {
    margin-bottom: 20px;
}
#values .our_advantages {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    margin-top: 30px;
}
#values .adv_inner {
    display: flex;
    flex-basis: 100%;
    flex-direction: column;
    align-items: center;
    padding: 30px 15px;
    border-radius: 10px;
    transition-duration: 0.5s;
}
#values .adv_inner:hover {
    background: #fbfbfb;
    box-shadow: #d3d3d3 4px 8px 7px 5px;
}
#values .adv_item {
    width: 33.333%;
    padding: 0 20px;
    text-align: center;
    display: flex;
    margin-bottom: 50px;
    flex: 0 0 auto;
}
#values .adv_icon {
    width: 70px;
    height: 70px;
    margin-bottom: 10px;
}
#values .adv_text {
    max-width: 300px;
    color: #6b6d90;
    line-height: 26px;
}


/*--- Gallery ---*/
.gallery .inst_text{
    font-size: 26px;
    line-height: 40px;
    text-align: center;
    letter-spacing: .05em;
    width: 80%;
    margin: 0 auto;
} 
.gallery .imageGallery {
    flex-wrap: wrap;
}
.gallery .imageGallery a {
    display: block;
    overflow: hidden;
    margin: 1%;
    max-width: 48%;
}
.gallery .imageGallery img {
  transition: all .3s ease-in-out;
}
.gallery .imageGallery a:hover > img {
  transform: scale(1.2);
}

/*--- Blog ---*/
.blog .big_ul {
    font-size: 20px;
}
.blog .another_width > img:first-child {
    padding-right: 10%;
    margin-right: 0;
}
.other_padding .another_width > img:first-child {
    padding-right: 9.6%;
    margin-right: 0;
}
.blog .another_blog_flex.blog_flex {
    max-width: 1200px;
}
.w_content {
    max-width: 960px;
    margin: 0 auto;
}
#content ul#catmenu a{
    font-size: 32px;
    font-family: Bebas;
    color: #000;
    font-weight: 900;
}
#content ul#catmenu li {
    list-style: none;
    margin-right: 5%;
}
#content ul#catmenu li:last-child {
    margin-right: 0;
}
#content ul#catmenu .active a{
    color: #0097a7;
}
#content ul#catmenu{
    padding: 0;
}
#blog .fwrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}
#blog .blog_types > .rectangle {
    width: 31%;
    border-radius: 10px;
    border: 1px solid #e0e0e0;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}
#blog .blog_types > .rectangle > img{
    width: 100%;
}
#blog .blog_types > .rectangle > .blog_content h4{
    font-family: Bebas;
    font-size: 30px;
    line-height: 30px;
    letter-spacing: 0.0357143em;
    margin-bottom: 20px;
}
#blog .blog_types > .rectangle > .blog_content {
    padding: 45px 20px;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex: 1;
}
#blog .blog_types > .rectangle > .blog_content h5 {
    font-style: italic;
    font-size: 24px;
    letter-spacing: 2px;
    font-weight: 100;
}
#blog .blog_types > .rectangle > .blog_content p {
    font-size: 20px;
}
#blog .blog_types > .rectangle > .blog_content .date {
    width: 200px;
    text-align: center;
    line-height: 2.25rem;
    margin: -70px auto 30px auto;
    padding: 5px 35px;
    background-color: #0097a7;
    color: #fff;
    font-size: 18px;
    border-radius: 4px;
}
.blog_image.midside.little {
    width: 100%;
}
.blog .blog_image > img{
    width: 100%;
}
.blog .blog_content h4{
    font-family: Bebas;
    font-size: 40px;
    letter-spacing: 2px;
    font-weight: 900;
    text-align: center;
}
.blog .blog_content p {
    font-size: 20px;
}
.blog .blog_content .blog_subtopic {
    font-size: 22px;
    font-weight: 900;
}

.blog .blog_flex {
    display: flex;
    max-width: 1000px;
    margin: 40px auto;
}
.blog .blog_flex .item {
    flex-basis: 50%;
    flex: 1;
}
.blog .blog_flex .item_1 {
    padding: 0 2% 0 0;
}
.blog .blog_flex.reverse .item_1 {
    padding: 0 0 0 2%;
}
.blog .blog_flex .item_2 {
    padding: 0 0 0 2%;
}
.blog.panda .blog_flex.reverse .item_1 {
    padding: 0 0 0 3%;
}
.blog .blog_flex .item img {
    display: block;
    width: 100%;
    max-width: 480px;
    margin: 0 auto;
}
.blog.wall-panels h2 {
    font-size: 30px;
}
.blog .double_image img {
    margin-right: 20px;
}
.blog .double_image img:last-child {
    margin-right: 0;
}

/* Downtown */
.downtown > div {
    margin-bottom: 30px;
}
.downtown p {
    font-size: 20px;
}
.downtown .article_content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto 0 auto;
    width: 1000px;
}
.downtown .article_content:not(.article_content:last-child) {
    margin-bottom: 20px;
}
.nf_width .article_content {
    width: auto;
}
.nf_width .article_content > .article_text {
    flex-basis: 50%;
    margin: 0 20px;
}
.reviews_articles img {
    display: block;
}
.reviews_articles .list_images {
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
}
.reviews_articles .list_images > div:first-child {
    margin-right: 6px;
}



/*--- Contact ---*/
#contact .contact_title:after {
    margin-left: 20px;
    content: "";
    display: flex;
    width: 80px;
    height: 2px;
    background: #0097a7;
}
#contact .contact_text{
    font-size: 18px;
    line-height: 23px;
    letter-spacing: 0.03em;
    text-align: center;
}
#contact #contact_form {
    width: 660px;
    max-width: 100%;
    margin: 0 auto;
}
#contact #contact_form .textfields {
    margin: 10% auto;
}
#contact #contact_form ul.inputs {
    flex-basis: 50%;
    padding-right: 2%;
}
#contact .message {
    flex-basis: 50%;
}
#contact #contact_form input,
#contact #contact_form textarea {
    background-color: transparent;
}
#contact #contact_form ul.inputs li {
    margin-bottom: 15px;
}
#contact #contact_form ul.inputs li:last-child {
    margin-bottom: 0;
}
#contact .message textarea {
    height: 100%;
}

/*--- Designers ---*/
.designers .avatar > img {
    max-height: 350px;
    display: block;
}
.designers > .designer h2{
    font-family: Bebas;
    font-size: 46px;
    letter-spacing: .0357143em;
    color: #000;
    margin-bottom: 0;
}
.designers > .designer > .content{
    flex: 1;
    padding-left: 3%;
}
.designers > .designer > .content p{
    margin: 20px 0px;
}
.designers > .designer .right{
    padding-left: 0;
    padding-right: 3%;
}
.designers > .designer > .content ul{
    padding: 0;
    list-style: none;
}
.designers > .designer > .content p,
.designers > .designer > .content li{
    font-size: 20px;
}


/*--- Callback ---*/
.ui-dialog.callback_form {
    width: 600px !important;
}
.ui-dialog.callback_form ul li {
    margin-bottom: 1rem;
} 
.ui-dialog.callback_form ul li:last-child {
    margin-bottom: 0;
}

/*--- Order a sample ---*/
.ui-dialog.orderasample_form {
    width: 600px !important;
}
.orderasample_form #request_form ul li {
    margin-bottom: 10px;
}
.orderasample_form #request_form ul li:last-child {
    margin-bottom: 0;
}

/*--- Page navigation ---*/
.page_navigation {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 30px;
}
.page_navigation > span {
    display: block;
}
.page_navigation > span.pages {
    display: flex;
    align-items: center;
    justify-content: center;
}
.page_navigation > span.page_prev > span,
.page_navigation > span.page_next > span,
.page_navigation > span.page_prev > a,
.page_navigation > span.page_next > a,
.page_navigation > span.pages > a,
.page_navigation > span.pages > span {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 48px;
    width: 48px;
    border: 1px solid #8e8e8e;
    color: inherit;
}
.page_navigation > span.pages > a,
.page_navigation > span.pages > span {
    margin: 0 8px;
}
.page_navigation > span.page_prev {
    margin-right: 8px;
}
.page_navigation > span.page_next {
    margin-left: 5px;
}
.page_navigation > span.pages > span:not(.nav_ext) {
    background-color: #444444;
    border-color: #444444;
    color: #fff;
}
.page_navigation a:hover {
    text-decoration: none;
}


/*--- Setprice ---*/
#setprice .login {
    width: 100%;
    max-width: 300px;
    margin: 0 auto;
}
#setprice .login p.error {
    color: red;
    font-size: 13px;
    margin-bottom: 10px;
}
#setprice .login form > div {
    margin-bottom: 15px;
}
#setprice .login form > div > input {
    width: 100%;
}

#setprice .logged .product_list {
    margin: 40px 0;
}
#setprice .logged .product_list .item {
    display: flex;
    align-items: center;
    padding: 8px 20px;
}
#setprice .logged .product_list .item:nth-of-type(odd) {
    background-color: #ececec;
}
#setprice .logged .product_list .item > a,
#setprice .logged .product_list .item > span:first-child {
    display: block;
    min-width: 250px;
}
#setprice .logged .product_list .item > input,
#setprice .logged .product_list .item > span:not(:first-child) {
    margin-left: 20px;
    height: 38px;
    padding: 8px 12px;
    line-height: 22px;
    width: 200px;
}
#setprice .logged .product_list .item > input {
    background-color: #ffffff;
}

/*--- Footer ---*/
#footer {
	background-color: black;
    position: relative;
    margin-top: 45px;
}
#footer a{
	color: inherit;
}
html.homepage #footer{
	margin-top: 0;
}
#footer .info{
    background: linear-gradient( rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5) ), url('../images/home/14.jpg');
    padding: 50px 0;
} 
#footer .info > div{
    width: 30%;
} 
#footer .info:before {
    content: "";
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.6;
    position: absolute;
    top: 0;
}
#footer .info .footer_title {
    font-family: monospace;
    font-size: 38px;
    line-height: 1;
    padding: 20px 0;
    color: #fff;
    display: flex;
    align-items: center;
    font-weight: 900;
    word-break: break-word;
    position: relative;
}
#footer .info .footer_title:after {
    margin-left: 150px;
    content: "";
    display: flex;
    width: 2px;
    height: 100px;
    background: #fff;
}
#footer .info > div > ul > li{
    color: white;
    list-style: none;
    position: relative;
}
#footer .footer_icons {
    padding: 30px 5%;
    color: white;
    position: relative;
}
#footer .footer_icons > div {
    width: 50%;
}
#footer .footer_icons > ul {
    width: 20%;
}
#footer .footer_icons .social_media {
    list-style: none;
    margin: 15px 0;
    padding: 0;
}
#footer .footer_icons .social_media > li{
    max-width: 30px;
    max-height: 30px;
}


/* Addnews */
#addnews .add_form {
    display: flex;
}
#addnews .add_form > .item {
    flex-basis: 50%;
    padding: 20px;
}
#addnews .add_form_left {
    list-style: none;
    margin: 0;
    padding: 0;
}
#addnews .add_form_left > li {
    margin-bottom: 20px;
}
#addnews .add_form_left > li > textarea {
	height: 140px;
}
#addnews .add_form_left > li input[type="text"],
#addnews .add_form_left > li input[type="number"],
#addnews .add_form_left > li textarea,
#addnews .add_form_left > li select {
    width: 100%;
}
#addnews .add_form_right {
    text-align: center;
}
.addrender3d {
    position: relative;
    display: inline-block;
    width: 140px;
    height: auto;
    margin: 0 10px 20px;
    padding: 3px;
    border: 1px solid #B3B3B3;
    box-shadow: 0px 1px 4px rgba(0,0,0,0.3);
    -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
    text-align: center;
    background: #ffffff;
}
.addrender3d .uploadedfile {
    position: relative;
    display: block;
    width: auto;
    height: auto;
    top: 0;
    left: 0;
    z-index: 2;
    margin: 0;
    border: none;
    box-shadow: none;
    background: #fff;
}
.addrender3d #uploadedfile_shortsrory_image,
.addrender3d #uploadedfile_fullstory_image_1,
.addrender3d #uploadedfile_fullstory_image_2,
.addrender3d #uploadedfile_fullstory_image_3,
.addrender3d #uploadedfile_fullstory_image_4,
.addrender3d #uploadedfile_fullstory_image_5,
.addrender3d #uploadedfile_fullstory_image_6,
.addrender3d #uploadedfile_fullstory_image_7 {
    height: 132px;
    margin-bottom: 3px;
    background: url(../images/no-image.png) center center no-repeat;
    background-size: cover;
}
.addrender3d .uploadedfile .info:first-child {
    display: none;
}
.addrender3d .uploadedfile .info {
    margin: 0;
}
.addrender3d .uploadedfile .uploadimage {
    margin-top: 0px;
    width: auto;
    height: 132px;
    display: flex;
    align-items: center;
    margin-bottom: 3px;
}
.addrender3d .uploadedfile .uploadimage img {
    max-width: 100%!important;
    max-height: 100%!important;
}
.addrender3d .qq-upload-button,
.addrender3d .uploadedfile .info a {
    display: block;
    padding: 0 7px;
    height: 40px;
    width: 100%!important;
    line-height: 40px;
    text-align: center;
    margin: 0 auto;
    margin-top: 0px;
    border-radius: 2px;
}
.addrender3d .qq-upload-button {
    background-color: #bde2e6!important;
    color: #000!important;
    cursor: pointer!important;
}
.addrender3d .file-box {
    width: 800px;
    max-width: 100%;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 5px;
    max-width: 1000px;
    font-size: .8em;
    text-align: center;
    margin-top: 0;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    z-index: 20;
}
.adn .btn {
    background: #40babd;
    color: #fff;
}
.adn .btn.bg-danger {
    background: #f77b6b;
}

.addrender3d .uploadedfile .info a {
    background: #f54336;
    color: #fff;
}
.addrender3d .uploadedfile .info br {
    display: none;
}
.addrender3d .uploadedfile .info a:first-child {
    display: none;
}
.adn .btn:hover, .addrender3d .uploadedfile .info a:hover {
    text-decoration: none;
    cursor: pointer;
    background: #da3928;
}


/* Загрузить 3D модель */
.upload_pdf {
    position: relative;
}
.upload_pdf input {
    padding-right: 130px;
    display: block!important;
    height: 44px;
}
.upload_pdf .qq-uploader {
    position: absolute;
    height: 40px;
    z-index: 5;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.upload_pdf .qq-uploader .qq-upload-button {
    position: absolute!important;
    margin: 0;
    padding: 0 10px;
    border-radius: 4px;
    right: 0;
    top: 0;
    height: 44px;
    line-height: 40px;
    min-width: 150px;
    text-align: center;
    background-color: #6a7450!important;
    color: #fff;
}

#addnews .admintag  {
	margin-bottom: 40px;
}
#addnews .admintag > div {
	display: none!important;
}
#addnews .admintag > div:first-child,
#addnews .admintag > div:last-child {
	display: block!important;
}

/* Login */
#login > li:not(:last-child) {
    margin-bottom: 20px;
}
#logged {
    display: block;
    max-width: 300px;
    margin: 0 auto;
    text-align: center;
}
#logged > li:not(:last-child),
#login > li:not(:last-child) {
	margin-bottom: 20px;
}

.ui-dialog input {
    width: 100% !important;
}
#add_new_address ul li:not(:last-child) {
	margin-bottom: 10px;
}
/* where-to-buy */
.where-to-buy #chartdiv {
    width: 100%;
    height: 500px;
    background-color: #ededed;
    margin-bottom: 30px;
}
.where-to-buy .middle_line.long {
	width: 20%;
}
.where-to-buy .address_list {
	font-size: 14px;
}
.where-to-buy > h1:first-child {
	margin-bottom: 10px;
}
.where-to-buy .where-buy-content {
	color: #6B6D90;
    line-height: 26px;
    margin-bottom: 40px;
}
.where-to-buy span.btn {
	margin-bottom: 30px;
}
.where-to-buy h4 {
	margin-bottom: 10px;
}
.where-to-buy .reg_form {
	margin-bottom: 40px;
}
.where-to-buy .region_dealer {
	display: flex;
}
.where-to-buy .region_dealer > div {
	margin-right: 30px;
}
.where-to-buy .regions_add {
	display: flex;
    justify-content: space-between;
    align-items: center;
}
.where-to-buy .addbtn {
    display: flex;
    justify-content: center;
    height: 36px;
    width: 36px;
    font-size: 25px;
    color: #fff;
    background: #0097a7;
    border-radius: 50%;
    cursor: pointer;
    transition: all .2s ease-in-out;
}
.where-to-buy .addbtn:hover {
    background-color: #404148;
}
.yes_or_no {
	display: flex;
    justify-content: flex-end;
}
#delete_address input {
    width: auto!important;
}
.where-to-buy .search_dealer {
	position: relative;
}
.where-to-buy .search_btn {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 46px;
    padding: 12px;
    border: none;
    outline: none;
    background: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    border-bottom-right-radius: 50px;
    border-top-right-radius: 50px;
    z-index: 2;
}
.where-to-buy .req_btn {
    padding: 8px 16px;
    border: 2px solid #404148;
    background-color: #E0E6E6;
    color: #404148;
    border-radius: 5px;
    font-weight: bold;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 16px;
    cursor: pointer;
    transition-duration: .5s;
}
.where-to-buy .req_btn:hover {
    background-color: #404148;
    color: #ffffff;
}
#be_dealer .send-btn {
    display: inline-block;
    width: 100%;
    background: #404148;
    border: none;
    box-shadow: 0px 4px 4px rgb(0 0 0 / 20%);
    border-radius: 5px;
    padding: 10px 30px;
    color: white;
    font-size: 16px;
    cursor: pointer;
}

/* Where to buy */

.address_list > ul {
	list-style: none;
    padding-left: 0;
}
.address_list > ul > li {
    position: relative;
    padding: 24px 0 26px;
    border-top: 1px solid #ccc;
}
.address_list > ul > li:last-child {
    border-bottom: 1px solid #ccc;
}
.address_list > ul > li > div.edit_delete {
	display: none;
}
.address_list > ul > li:hover > div.edit_delete {
    display: flex;
    position: absolute;
    bottom: 20px;
    right: 0;
}
.address_list > ul > li > div.edit_delete > .edit {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 36px;
    width: 36px;
    padding: 8px;
    background: #cfcfcf;
    border-radius: 50%;
    border: 1px solid #404148;
    cursor: pointer;
    margin-left: 16px;
    transition: all .2s ease-in-out;
}
.address_list > ul > li > div.edit_delete > .edit:hover {
	color: #fff;
    background-color: #404148;
}
.address_list > h2 {
	margin-bottom: 10px;
}
.address_list > ul > li > h3,
.address_list > ul > li > h2{
	margin-bottom: 10px;
    font-family: 'Raleway';
}
.address_list > h1 {
	margin-bottom: 20px;
}
.address_list > ul > li > .data_list > li > .label {
	font-weight: 700;
}
.address_list > ul > li > .data_list > li > a {
	text-decoration: underline;
}
.address_list .data_list {
	list-style: none;
    margin: 0;
    padding: 0;
}
.address_list .data_list > li {
	margin: 8px 0;
}

.dealer_btn {
    border: 0 none;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    height: 46px;
    border-radius: 2px;
    line-height: 34px;
    padding: 5px 20px;
    outline: none;
    background-color: transparent;
    color: #0097a7;
    border: 2px solid #0097a7;
    text-decoration: none !important;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all ease .1s;
    transition: all ease .1s;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.dealer_btn:hover {
    color: #fff;
    background-color: #0097a7;
    border: 1px solid transparent;
}
.region_select,
#dealer_search {
	width: 300px;
}
.shop_title {
	font-size: 30px;
}
.dealers_request li {
	margin-bottom: 20px;
}
.dealers_request input,
.dealers_request textarea {
	background-color: transparent;
}



